@dsivd/prestations-ng 15.2.4 → 15.2.5-beta1

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.
@@ -23,6 +23,7 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
23
23
  * is a function.
24
24
  */
25
25
  customValueModelGenerator: (input: string) => any;
26
+ itemHeightInSuggestionListInPx: number;
26
27
  inputValue: string;
27
28
  searchValue: string;
28
29
  inputHasFocus: boolean;
@@ -30,7 +31,6 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
30
31
  currentBlurTimer: any;
31
32
  placeholder: string;
32
33
  VIEW_PORT_HEIGHT: number;
33
- readonly ITEM_CALCULATED_HEIGHT = 40;
34
34
  displayedElements: any[];
35
35
  notificationMessageUpdated: boolean;
36
36
  private currentItemGlobalIndex;
@@ -89,5 +89,5 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
89
89
  private getCustomValue;
90
90
  private getModelValueDisplayValue;
91
91
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAutocompleteComponent, never>;
92
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAutocompleteComponent, "foehn-autocomplete", never, { "searchValueMinCharsCount": "searchValueMinCharsCount"; "allowCustomValue": "allowCustomValue"; "customValueModelGenerator": "customValueModelGenerator"; }, {}, never, ["*"]>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAutocompleteComponent, "foehn-autocomplete", never, { "searchValueMinCharsCount": "searchValueMinCharsCount"; "allowCustomValue": "allowCustomValue"; "customValueModelGenerator": "customValueModelGenerator"; "itemHeightInSuggestionListInPx": "itemHeightInSuggestionListInPx"; }, {}, never, ["*"]>;
93
93
  }
package/package.json CHANGED
@@ -36,7 +36,7 @@
36
36
  "ng-update": {
37
37
  "migrations": "./schematics/migration-collection.json"
38
38
  },
39
- "version": "15.2.4",
39
+ "version": "15.2.5-beta1",
40
40
  "module": "fesm2015/dsivd-prestations-ng.mjs",
41
41
  "es2020": "fesm2020/dsivd-prestations-ng.mjs",
42
42
  "esm2020": "esm2020/dsivd-prestations-ng.mjs",
Binary file