@unipin/angular-applet 18.9.6 → 18.9.7

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.
@@ -20,5 +20,5 @@ export interface FilterField {
20
20
  isIrresolute?: boolean;
21
21
  min?: string;
22
22
  max?: string;
23
- groupBy?: string;
23
+ groupBy?: string | ((item: any) => string);
24
24
  }
@@ -15,7 +15,7 @@ export declare class FormSelectComponent implements ControlValueAccessor, Valida
15
15
  bindLabel: string;
16
16
  bindValue: string;
17
17
  appendTo: string;
18
- groupBy: string;
18
+ groupBy?: string | ((item: any) => string);
19
19
  isTouched: boolean;
20
20
  value: any | null;
21
21
  errorMsg: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unipin/angular-applet",
3
- "version": "18.9.6",
3
+ "version": "18.9.7",
4
4
  "sideEffects": false,
5
5
  "homepage": "https://backoffice.unipin.com/",
6
6
  "description": "Angular specific wrappers for UniPin applet",