@sd-angular/core 1.3.62 → 1.3.63
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 +33 -10
- 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/column-inline-filter/column-inline-filter.component.js +32 -11
- package/fesm2015/sd-angular-core-grid-material.js +28 -10
- 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/column-inline-filter/column-inline-filter.component.d.ts +5 -3
- package/package.json +1 -1
- package/{sd-angular-core-1.3.62.tgz → sd-angular-core-1.3.63.tgz} +0 -0
package/grid-material/src/lib/components/column-inline-filter/column-inline-filter.component.d.ts
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { SdGridMaterialColumn } from '../../models/grid-column.model';
|
|
3
3
|
export declare class SdColumnInlineFilter implements OnInit {
|
|
4
|
+
#private;
|
|
4
5
|
value: any;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
_value(value: any): void;
|
|
7
|
+
columnFilter: Record<string, any>;
|
|
8
|
+
set _columnFilter(columnFilter: Record<string, any>);
|
|
8
9
|
column: SdGridMaterialColumn;
|
|
9
10
|
filterChange: EventEmitter<any>;
|
|
10
11
|
constructor();
|
|
11
12
|
ngOnInit(): void;
|
|
13
|
+
ngOnDestroy(): void;
|
|
12
14
|
onFilterChange: () => void;
|
|
13
15
|
}
|
package/package.json
CHANGED
|
index 2f334b6..ee90a0f 100644
|
|
|
Binary file
|