@sd-angular/core 1.3.93 → 1.3.94
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 -11
- 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 +12 -13
- package/fesm2015/sd-angular-core-grid-material.js +10 -11
- 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.93.tgz → sd-angular-core-1.3.94.tgz} +0 -0
|
@@ -14,7 +14,8 @@ export declare class SdGridFilter implements AfterViewInit, OnDestroy {
|
|
|
14
14
|
set _filter(filter: SdGridMaterialFilterOption);
|
|
15
15
|
columns: SdGridMaterialColumn[];
|
|
16
16
|
filterDefs: SdMaterialFilterDefDirective[];
|
|
17
|
-
|
|
17
|
+
filterRegister: SdGridMaterialFilterRegister;
|
|
18
|
+
set _filterRegister(value: SdGridMaterialFilterRegister);
|
|
18
19
|
filterRegisterChange: BehaviorSubject<SdGridMaterialFilterRegister>;
|
|
19
20
|
filterDef: any;
|
|
20
21
|
inlineFilterDef: Record<string, boolean>;
|
package/package.json
CHANGED
|
index 61f233b..0c313c6 100644
|
|
|
Binary file
|