@dsivd/prestations-ng 16.4.8-beta.4 → 16.4.8-beta.5
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 +14 -0
- package/dsivd-prestations-ng-v16.4.8-beta.5.tgz +0 -0
- package/esm2020/foehn-input/foehn-input-email.component.mjs +4 -4
- package/esm2020/foehn-input/foehn-input-hidden.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-number.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-password.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-phone.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-text.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input.component.mjs +4 -2
- package/esm2020/sdk-dictionary/default-dictionary.mjs +2 -2
- package/fesm2015/dsivd-prestations-ng.mjs +17 -15
- package/fesm2015/dsivd-prestations-ng.mjs.map +1 -1
- package/fesm2020/dsivd-prestations-ng.mjs +17 -15
- package/fesm2020/dsivd-prestations-ng.mjs.map +1 -1
- package/foehn-input/foehn-input.component.d.ts +2 -1
- package/package.json +1 -1
- package/dsivd-prestations-ng-v16.4.8-beta.4.tgz +0 -0
|
@@ -15,6 +15,7 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
|
|
|
15
15
|
* depending on component extending this class
|
|
16
16
|
*/
|
|
17
17
|
isLabelSrOnly: boolean;
|
|
18
|
+
standardHelpText: string;
|
|
18
19
|
helpText: string;
|
|
19
20
|
name: string;
|
|
20
21
|
pattern: string;
|
|
@@ -121,5 +122,5 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
|
|
|
121
122
|
protected isEmpty(data: any): boolean;
|
|
122
123
|
protected triggerUserInput(value: T): void;
|
|
123
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputComponent<any>, 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>;
|
|
125
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FoehnInputComponent<any>, never, never, { "id": "id"; "required": "required"; "label": "label"; "isLabelSrOnly": "isLabelSrOnly"; "standardHelpText": "standardHelpText"; "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>;
|
|
125
126
|
}
|
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.8-beta.
|
|
43
|
+
"version": "16.4.8-beta.5",
|
|
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
|