@colijnit/sharedcomponents 260.1.7 → 260.1.8
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/colijnit-sharedcomponents.umd.js +15 -7
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/form-builder/form-builder-user-form/form-builder-user-form.component.js +12 -3
- package/esm2015/lib/enum/icon.enum.js +1 -1
- package/esm2015/lib/model/icon-svg.js +1 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +13 -4
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/form-builder/form-builder-user-form/form-builder-user-form.component.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +2 -0
- package/package.json +1 -1
package/lib/components/form-builder/form-builder-user-form/form-builder-user-form.component.d.ts
CHANGED
|
@@ -65,5 +65,6 @@ export declare class FormBuilderUserFormComponent implements OnDestroy {
|
|
|
65
65
|
private _loadDocs;
|
|
66
66
|
handleDefinitiveChange(definitive: boolean): void;
|
|
67
67
|
commitUserForm(): void;
|
|
68
|
+
lovModel(question: FormQuestion, response: string): FormQuestionAnswer;
|
|
68
69
|
handleOpenFilesUpload(): void;
|
|
69
70
|
}
|
|
@@ -9171,6 +9171,7 @@ export declare class Dictionaries {
|
|
|
9171
9171
|
HIDE: string;
|
|
9172
9172
|
HIDE_DETAILS: string;
|
|
9173
9173
|
HIDE_FULLY_INVOICED: string;
|
|
9174
|
+
HIDE_OPTION_IN_FULL_CONFIGURATION: string;
|
|
9174
9175
|
HIDE_OUTSTANDING_ENTRIES: string;
|
|
9175
9176
|
HIDE_SOFT_KEYBOARD: string;
|
|
9176
9177
|
HISTORICALLY_PRINTED: string;
|
|
@@ -27246,6 +27247,7 @@ export declare class Dictionaries {
|
|
|
27246
27247
|
HIDE: string;
|
|
27247
27248
|
HIDE_DETAILS: string;
|
|
27248
27249
|
HIDE_FULLY_INVOICED: string;
|
|
27250
|
+
HIDE_OPTION_IN_FULL_CONFIGURATION: string;
|
|
27249
27251
|
HIDE_OUTSTANDING_ENTRIES: string;
|
|
27250
27252
|
HIDE_SOFT_KEYBOARD: string;
|
|
27251
27253
|
HISTORICALLY_PRINTED: string;
|