@sd-angular/core 1.3.97 → 1.3.99
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/bundles/sd-angular-core-grid-material.umd.js +10 -2
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/components/grid-filter/grid-filter.component.js +6 -2
- package/esm2015/grid-material/src/lib/grid-material.component.js +2 -2
- package/fesm2015/sd-angular-core-grid-material.js +6 -2
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/grid-material/src/lib/components/grid-filter/grid-filter.component.d.ts +2 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.97.tgz → sd-angular-core-1.3.99.tgz} +0 -0
|
@@ -13,6 +13,8 @@ export declare class SdGridFilter implements AfterViewInit, OnDestroy {
|
|
|
13
13
|
filter: Readonly<SdGridMaterialFilterOption>;
|
|
14
14
|
set _filter(filter: SdGridMaterialFilterOption);
|
|
15
15
|
columns: SdGridMaterialColumn[];
|
|
16
|
+
externalFilters: SdGridMaterialExternalFilter[];
|
|
17
|
+
set _externalFilters(value: SdGridMaterialExternalFilter[]);
|
|
16
18
|
filterDefs: SdMaterialFilterDefDirective[];
|
|
17
19
|
filterRegister: SdGridMaterialFilterRegister;
|
|
18
20
|
set _filterRegister(value: SdGridMaterialFilterRegister);
|
|
@@ -21,7 +23,6 @@ export declare class SdGridFilter implements AfterViewInit, OnDestroy {
|
|
|
21
23
|
inlineFilterDef: Record<string, boolean>;
|
|
22
24
|
columnFilter: any;
|
|
23
25
|
inlineColumn: Record<string, boolean>;
|
|
24
|
-
externalFilters: SdGridMaterialExternalFilter[];
|
|
25
26
|
externalFilter: any;
|
|
26
27
|
inlineExternal: Record<string, boolean>;
|
|
27
28
|
isMobileOrTablet: boolean;
|
package/package.json
CHANGED
|
index 2143d5b..8a6a6eb 100644
|
|
|
Binary file
|