@sd-angular/core 1.3.138 → 1.3.139
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 +21 -22
- 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 +21 -17
- package/esm2015/grid-material/src/lib/grid-material.component.js +2 -2
- package/fesm2015/sd-angular-core-grid-material.js +20 -16
- 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 +4 -4
- package/package.json +1 -1
- package/{sd-angular-core-1.3.138.tgz → sd-angular-core-1.3.139.tgz} +0 -0
package/grid-material/src/lib/components/column-inline-filter/column-inline-filter.component.d.ts
CHANGED
|
@@ -5,8 +5,9 @@ export declare class SdColumnInlineFilter implements OnInit {
|
|
|
5
5
|
private ref;
|
|
6
6
|
value: any;
|
|
7
7
|
_value(value: any): void;
|
|
8
|
-
|
|
9
|
-
set
|
|
8
|
+
inlineSymbol: string;
|
|
9
|
+
set _inlineOperator(inlineOperator: SdFilterOperator);
|
|
10
|
+
inlineOperatorChange: EventEmitter<any>;
|
|
10
11
|
columnFilter: Record<string, any>;
|
|
11
12
|
set _columnFilter(columnFilter: Record<string, any>);
|
|
12
13
|
operators: {
|
|
@@ -21,8 +22,7 @@ export declare class SdColumnInlineFilter implements OnInit {
|
|
|
21
22
|
ngOnInit(): void;
|
|
22
23
|
ngOnDestroy(): void;
|
|
23
24
|
onFilterChange: () => void;
|
|
24
|
-
|
|
25
|
-
onChangeOperator: (operator: {
|
|
25
|
+
onChangeOperator: (event: {
|
|
26
26
|
value: SdFilterOperator;
|
|
27
27
|
symbol?: string;
|
|
28
28
|
display: string;
|
package/package.json
CHANGED
|
index 09abcec..4711f7a 100644
|
|
|
Binary file
|