@dsivd/prestations-ng 14.5.9-beta1 → 14.5.9-beta2
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 +6 -3
- package/bundles/dsivd-prestations-ng.umd.js.map +1 -1
- package/dsivd-prestations-ng-v14.5.9-beta2.tgz +0 -0
- package/esm2015/foehn-address/foehn-input-address.component.js +1 -1
- package/esm2015/foehn-autocomplete/foehn-autocomplete.component.js +7 -4
- package/fesm2015/dsivd-prestations-ng.js +6 -3
- package/fesm2015/dsivd-prestations-ng.js.map +1 -1
- package/foehn-autocomplete/foehn-autocomplete.component.d.ts +3 -2
- package/package.json +1 -1
- package/dsivd-prestations-ng-v14.5.9-beta1.tgz +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FoehnCheckableGroupComponent } from '../foehn-checkables/foehn-checkable-group.component';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import 'core-js/modules/es.array.includes';
|
|
@@ -41,6 +41,7 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
|
|
|
41
41
|
private activeDescendantId;
|
|
42
42
|
private onInitSubscription;
|
|
43
43
|
private modelChangeSubscription;
|
|
44
|
+
keywordChange: EventEmitter<string>;
|
|
44
45
|
private SUGGESTION_SELECTED_CLASS;
|
|
45
46
|
constructor(zone: NgZone);
|
|
46
47
|
ngOnInit(): void;
|
|
@@ -87,5 +88,5 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
|
|
|
87
88
|
private getCustomValue;
|
|
88
89
|
private getModelValueDisplayValue;
|
|
89
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAutocompleteComponent, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAutocompleteComponent, "foehn-autocomplete", never, { "searchValueMinCharsCount": "searchValueMinCharsCount"; "allowCustomValue": "allowCustomValue"; "customValueModelGenerator": "customValueModelGenerator"; }, {}, never, ["*"]>;
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAutocompleteComponent, "foehn-autocomplete", never, { "searchValueMinCharsCount": "searchValueMinCharsCount"; "allowCustomValue": "allowCustomValue"; "customValueModelGenerator": "customValueModelGenerator"; }, { "keywordChange": "keywordChange"; }, never, ["*"]>;
|
|
91
92
|
}
|
package/package.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"ng-update": {
|
|
36
36
|
"migrations": "./schematics/migration-collection.json"
|
|
37
37
|
},
|
|
38
|
-
"version": "14.5.9-
|
|
38
|
+
"version": "14.5.9-beta2",
|
|
39
39
|
"main": "bundles/dsivd-prestations-ng.umd.js",
|
|
40
40
|
"module": "fesm2015/dsivd-prestations-ng.js",
|
|
41
41
|
"es2015": "fesm2015/dsivd-prestations-ng.js",
|
|
Binary file
|