@dsivd/prestations-ng 16.4.5-beta.1 → 16.4.5-beta.2
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/CHANGELOG.md +6 -0
- package/dsivd-prestations-ng-v16.4.5-beta.2.tgz +0 -0
- package/esm2020/foehn-input/foehn-input.component.mjs +9 -3
- package/fesm2015/dsivd-prestations-ng.mjs +8 -2
- package/fesm2015/dsivd-prestations-ng.mjs.map +1 -1
- package/fesm2020/dsivd-prestations-ng.mjs +8 -2
- package/fesm2020/dsivd-prestations-ng.mjs.map +1 -1
- package/foehn-input/foehn-input.component.d.ts +5 -1
- package/package.json +1 -1
- package/dsivd-prestations-ng-v16.4.5-beta.1.tgz +0 -0
|
@@ -52,6 +52,10 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
|
|
|
52
52
|
* https://developer.mozilla.org/fr/docs/Web/HTML/Global_attributes/autocapitalize
|
|
53
53
|
*/
|
|
54
54
|
autocapitalize: string;
|
|
55
|
+
/**
|
|
56
|
+
* When set to TRUE: Allows model update to be emitted
|
|
57
|
+
*/
|
|
58
|
+
updateModelWhenDisabled: boolean;
|
|
55
59
|
helpModal: HelpModal;
|
|
56
60
|
inputModelList: QueryList<NgModel>;
|
|
57
61
|
inputElement: ElementRef;
|
|
@@ -117,5 +121,5 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
|
|
|
117
121
|
protected isEmpty(data: any): boolean;
|
|
118
122
|
protected triggerUserInput(value: T): void;
|
|
119
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputComponent<any>, never>;
|
|
120
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FoehnInputComponent<any>, never, never, { "id": "id"; "required": "required"; "label": "label"; "isLabelSrOnly": "isLabelSrOnly"; "helpText": "helpText"; "name": "name"; "pattern": "pattern"; "labelStyleModifier": "labelStyleModifier"; "customErrors": "customErrors"; "maxlength": "maxlength"; "overrideGesdemMaxlength": "overrideGesdemMaxlength"; "min": "min"; "max": "max"; "autocomplete": "autocomplete"; "preventPaste": "preventPaste"; "clearButton": "clearButton"; "excludeFromErrorSummary": "excludeFromErrorSummary"; "hideNotRequiredExtraLabel": "hideNotRequiredExtraLabel"; "isErrorInherited": "isErrorInherited"; "showErrorWhenDisabled": "showErrorWhenDisabled"; "autocapitalize": "autocapitalize"; "helpModal": "helpModal"; "model": "model"; "disabled": "disabled"; }, { "modelChange": "modelChange"; "userInput": "userInput"; "blurHandler": "blur"; "focusHandler": "focus"; }, never, never, false, never>;
|
|
124
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FoehnInputComponent<any>, never, never, { "id": "id"; "required": "required"; "label": "label"; "isLabelSrOnly": "isLabelSrOnly"; "helpText": "helpText"; "name": "name"; "pattern": "pattern"; "labelStyleModifier": "labelStyleModifier"; "customErrors": "customErrors"; "maxlength": "maxlength"; "overrideGesdemMaxlength": "overrideGesdemMaxlength"; "min": "min"; "max": "max"; "autocomplete": "autocomplete"; "preventPaste": "preventPaste"; "clearButton": "clearButton"; "excludeFromErrorSummary": "excludeFromErrorSummary"; "hideNotRequiredExtraLabel": "hideNotRequiredExtraLabel"; "isErrorInherited": "isErrorInherited"; "showErrorWhenDisabled": "showErrorWhenDisabled"; "autocapitalize": "autocapitalize"; "updateModelWhenDisabled": "updateModelWhenDisabled"; "helpModal": "helpModal"; "model": "model"; "disabled": "disabled"; }, { "modelChange": "modelChange"; "userInput": "userInput"; "blurHandler": "blur"; "focusHandler": "focus"; }, never, never, false, never>;
|
|
121
125
|
}
|
package/package.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"ng-update": {
|
|
41
41
|
"migrations": "./schematics/migration-collection.json"
|
|
42
42
|
},
|
|
43
|
-
"version": "16.4.5-beta.
|
|
43
|
+
"version": "16.4.5-beta.2",
|
|
44
44
|
"module": "fesm2015/dsivd-prestations-ng.mjs",
|
|
45
45
|
"es2020": "fesm2020/dsivd-prestations-ng.mjs",
|
|
46
46
|
"esm2020": "esm2020/dsivd-prestations-ng.mjs",
|
|
Binary file
|