File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1359,6 +1359,23 @@ declare module DevExpress.common {
13591359 */
13601360 export type GlobalConfig = {
13611361 versionAssertions?: VersionAssertion[];
1362+ dateFormat?:
1363+ | DevExpress.common.core.localization.Format
1364+ | Record<string, DevExpress.common.core.localization.Format>;
1365+ timeFormat?:
1366+ | DevExpress.common.core.localization.Format
1367+ | Record<string, DevExpress.common.core.localization.Format>;
1368+ dateTimeFormat?:
1369+ | DevExpress.common.core.localization.Format
1370+ | Record<string, DevExpress.common.core.localization.Format>;
1371+ numberFormat?:
1372+ | DevExpress.common.core.localization.Format
1373+ | Record<string, DevExpress.common.core.localization.Format>;
1374+ dateTimeFormatPresets?: Record<
1375+ string,
1376+ | DevExpress.common.core.localization.Format
1377+ | Record<string, DevExpress.common.core.localization.Format>
1378+ >;
13621379 /**
13631380 * [descr:GlobalConfig.decimalSeparator]
13641381 * @deprecated [depNote:GlobalConfig.decimalSeparator]
You can’t perform that action at this time.
0 commit comments