@porscheinformatik/material-addons 17.2.2 → 17.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/data-table/configuration/data-table-global-configuration.mjs +4 -4
- package/fesm2022/porscheinformatik-material-addons.mjs +3 -3
- package/fesm2022/porscheinformatik-material-addons.mjs.map +1 -1
- package/lib/data-table/configuration/data-table-global-configuration.d.ts +1 -8
- package/lib/data-table/configuration/data-table-global-configuration.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -12,13 +12,6 @@ export declare const MAD_DATA_TABLE_GLOBAL_CONFIGURATION: InjectionToken<DataTab
|
|
|
12
12
|
export declare const MAD_DATA_TABL_GLOBAL_CONFIGURATION_PROVIDER: {
|
|
13
13
|
provide: InjectionToken<DataTableGlobalConfiguration>;
|
|
14
14
|
deps: Optional[][];
|
|
15
|
-
useFactory: (dataTableConfig?: DataTableGlobalConfiguration) =>
|
|
16
|
-
dateTimeFormat: string | boolean;
|
|
17
|
-
numberFormat: boolean | {
|
|
18
|
-
decimalSeparator: string;
|
|
19
|
-
groupingSeparator: string;
|
|
20
|
-
units: string[];
|
|
21
|
-
};
|
|
22
|
-
};
|
|
15
|
+
useFactory: (dataTableConfig?: DataTableGlobalConfiguration) => DataTableGlobalConfiguration;
|
|
23
16
|
};
|
|
24
17
|
//# sourceMappingURL=data-table-global-configuration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-table-global-configuration.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/data-table/configuration/data-table-global-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,cAAc,EAAE,QAAQ,EAAY,MAAM,eAAe,CAAC;AAE3E,MAAM,WAAW,YAAY;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB;AAGD,MAAM,WAAW,4BAA4B;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B;AAED,eAAO,MAAM,mCAAmC,8CAA0F,CAAC;AAG3I,eAAO,MAAM,2CAA2C;;;mCAGvB,4BAA4B
|
|
1
|
+
{"version":3,"file":"data-table-global-configuration.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/data-table/configuration/data-table-global-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,cAAc,EAAE,QAAQ,EAAY,MAAM,eAAe,CAAC;AAE3E,MAAM,WAAW,YAAY;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB;AAGD,MAAM,WAAW,4BAA4B;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B;AAED,eAAO,MAAM,mCAAmC,8CAA0F,CAAC;AAG3I,eAAO,MAAM,2CAA2C;;;mCAGvB,4BAA4B;CAS5D,CAAC"}
|
package/package.json
CHANGED