@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.
@@ -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
- columnOperator: Record<string, SdFilterOperator>;
9
- set _columnOperator(columnOperator: Record<string, SdFilterOperator>);
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
- get columnSymbol(): string;
25
- onChangeOperator: (operator: {
25
+ onChangeOperator: (event: {
26
26
  value: SdFilterOperator;
27
27
  symbol?: string;
28
28
  display: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "1.3.138",
3
+ "version": "1.3.139",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index 09abcec..4711f7a 100644
Binary file