@unipin/angular-applet 18.7.1 → 18.7.3

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.
@@ -37,7 +37,7 @@ export declare class FilterComponent implements OnInit {
37
37
  value: string;
38
38
  };
39
39
  protected emitValue(extraAction?: (key: string, value: string) => void): void;
40
- protected createFormControl(key: string, val?: any): void;
40
+ protected createFormControl(key: string, val?: any, isIrresolute?: boolean): void;
41
41
  protected saveState(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent, [{ attribute: "placeholder"; }, null, null]>;
43
43
  static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent, "up-filter", never, { "id": { "alias": "id"; "required": true; }; "config": { "alias": "config"; "required": true; }; }, { "onSearch": "onSearch"; }, never, never, true, never>;
@@ -17,4 +17,5 @@ export interface FilterField {
17
17
  }[];
18
18
  type: 'text' | 'number' | 'date-range' | 'select' | 'searchable-select' | 'checkbox';
19
19
  multiple?: boolean;
20
+ isIrresolute?: boolean;
20
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unipin/angular-applet",
3
- "version": "18.7.1",
3
+ "version": "18.7.3",
4
4
  "sideEffects": false,
5
5
  "homepage": "https://backoffice.unipin.com/",
6
6
  "description": "Angular specific wrappers for UniPin applet",