@dsivd/prestations-ng 14.5.23-beta5 → 14.5.23-beta8
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.
- package/bundles/dsivd-prestations-ng.umd.js +21 -6
- package/bundles/dsivd-prestations-ng.umd.js.map +1 -1
- package/dsivd-prestations-ng-v14.5.23-beta8.tgz +0 -0
- package/esm2015/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.js +23 -8
- package/fesm2015/dsivd-prestations-ng.js +20 -6
- package/fesm2015/dsivd-prestations-ng.js.map +1 -1
- package/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.d.ts +4 -1
- package/package.json +1 -1
- package/dsivd-prestations-ng-v14.5.23-beta5.tgz +0 -0
|
@@ -6,6 +6,8 @@ export declare class FoehnMultiselectAutocompleteComponent extends FoehnAutocomp
|
|
|
6
6
|
private dictionaryService;
|
|
7
7
|
private autocompleteComponent;
|
|
8
8
|
private alertMessageContainer;
|
|
9
|
+
private selectedElemRef;
|
|
10
|
+
private selectedItemsArea;
|
|
9
11
|
set defaultElementValues(items: unknown[]);
|
|
10
12
|
get defaultElementValues(): unknown[];
|
|
11
13
|
set defaultElementValue(item: string);
|
|
@@ -13,7 +15,8 @@ export declare class FoehnMultiselectAutocompleteComponent extends FoehnAutocomp
|
|
|
13
15
|
showEmptyListMessage: boolean;
|
|
14
16
|
srAnnouncements: string;
|
|
15
17
|
private defaultElementValues_;
|
|
16
|
-
private
|
|
18
|
+
private srAnnouncementClearTimer;
|
|
19
|
+
private readonly SR_ANNOUNCEMENT_CLEAR_TIMEOUT_INTERVAL_MS;
|
|
17
20
|
constructor(ngZone: NgZone, dictionaryService: SdkDictionaryService);
|
|
18
21
|
updateMultiselectAutocomplete(): void;
|
|
19
22
|
handleUserInput(): void;
|
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"ng-update": {
|
|
37
37
|
"migrations": "./schematics/migration-collection.json"
|
|
38
38
|
},
|
|
39
|
-
"version": "14.5.23-
|
|
39
|
+
"version": "14.5.23-beta8",
|
|
40
40
|
"main": "bundles/dsivd-prestations-ng.umd.js",
|
|
41
41
|
"module": "fesm2015/dsivd-prestations-ng.js",
|
|
42
42
|
"es2015": "fesm2015/dsivd-prestations-ng.js",
|
|
Binary file
|