@klippa/ngx-enhancy-forms 7.3.0 → 7.4.0

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.
@@ -2,7 +2,5 @@ export declare function stringIsSetAndFilled(s: string): boolean;
2
2
  export declare function isNullOrUndefined(value: any): boolean;
3
3
  export declare function numberIsSet(value: any): boolean;
4
4
  export declare function isValueSet(value: any): boolean;
5
- export declare function removeDuplicatesFromArray(array: Array<any>): any[];
6
5
  export declare function stringOrArrayIsSetAndEmpty(value: any[] | string): boolean;
7
6
  export declare function truncateString(s: string, length: number): string;
8
- export declare function arrayIsSetAndFilled(arr: any): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klippa/ngx-enhancy-forms",
3
- "version": "7.3.0",
3
+ "version": "7.4.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/public-api.d.ts CHANGED
@@ -10,6 +10,7 @@ export * from './lib/elements/password-field/password-field.component';
10
10
  export * from './lib/elements/select/select-footer/select-footer.component';
11
11
  export * from './lib/elements/select/select.component';
12
12
  export * from './lib/elements/sortable-items/sortable-items.component';
13
+ export * from './lib/elements/sortable-grouped-items/sortable-grouped-items.component';
13
14
  export * from './lib/elements/text-input/text-input.component';
14
15
  export * from './lib/elements/toggle/toggle.component';
15
16
  export * from './lib/elements/file-input/file-input.component';