@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.
@@ -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) => boolean | {
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;;;;;;;;CAS5D,CAAC"}
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porscheinformatik/material-addons",
3
- "version": "17.2.2",
3
+ "version": "17.2.3",
4
4
  "description": "Custom theme and components for Angular Material",
5
5
  "homepage": "https://github.com/porscheinformatik/material-addons",
6
6
  "repository": {