@mtna/web-form-angular 1.0.6-SNAPSHOT.16 → 1.0.6-SNAPSHOT.18
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/mtna-web-form-angular.umd.js +230 -210
- package/bundles/mtna-web-form-angular.umd.js.map +1 -1
- package/esm2015/lib/components/form-item-impl/search/resource-search.component.js +5 -2
- package/esm2015/lib/components/form-item-injector/form-item-injector.component.js +1 -1
- package/esm2015/lib/components/step-card/step-card.component.js +5 -3
- package/esm2015/lib/models/design/design-mapper/bulleted-list-item-template-mapper.js +3 -3
- package/esm2015/lib/models/design/design-mapper/numbered-list-item-template-mapper.js +3 -3
- package/esm2015/lib/models/form-stepper/index.js +2 -1
- package/esm2015/lib/models/form-stepper/step-constants.model.js +2 -0
- package/esm2015/lib/models/i18n-constants.model.js +7 -1
- package/esm2015/lib/services/dialog.service.js +6 -1
- package/fesm2015/mtna-web-form-angular.js +19 -5
- package/fesm2015/mtna-web-form-angular.js.map +1 -1
- package/lib/models/form-stepper/index.d.ts +1 -0
- package/lib/models/form-stepper/step-constants.model.d.ts +1 -0
- package/lib/models/i18n-constants.model.d.ts +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const deactivateStep = "mtna-web-form-deactivate-step";
|
|
@@ -10,6 +10,7 @@ export declare const i18n_templateItemRequiredInstructions: string;
|
|
|
10
10
|
export declare const i18n_templateItemAnnotation: string;
|
|
11
11
|
export declare const i18n_templateItemAnnotationInstructions: string;
|
|
12
12
|
export declare const i18n_acknowledgement: string;
|
|
13
|
+
export declare const i18n_acknowledgementDialogTitle: string;
|
|
13
14
|
export declare const i18n_acknowledgementInstructions: string;
|
|
14
15
|
export declare const i18n_additionalText: string;
|
|
15
16
|
export declare const i18n_additionalTextInstructions: string;
|
|
@@ -17,6 +18,7 @@ export declare const i18n_annotationEnabled: string;
|
|
|
17
18
|
export declare const i18n_annotationEnabledInstructions: string;
|
|
18
19
|
export declare const i18n_booleanConfiguration: string;
|
|
19
20
|
export declare const i18n_bulletedListConfiguration: string;
|
|
21
|
+
export declare const i18n_bulletedListItemInstructions: string;
|
|
20
22
|
export declare const i18n_checkboxConfiguration: string;
|
|
21
23
|
export declare const i18n_codeOption: string;
|
|
22
24
|
export declare const i18n_codeOptionInstructions: string;
|
|
@@ -82,6 +84,7 @@ export declare const i18n_newTemplate: string;
|
|
|
82
84
|
export declare const i18n_newTemplateItem: string;
|
|
83
85
|
export declare const i18n_numericConfiguration: string;
|
|
84
86
|
export declare const i18n_numberedListConfiguration: string;
|
|
87
|
+
export declare const i18n_numberedListItemInstructions: string;
|
|
85
88
|
export declare const i18n_offsetDateRangeConfiguration: string;
|
|
86
89
|
export declare const i18n_option: string;
|
|
87
90
|
export declare const i18n_optionInstructions: string;
|
|
@@ -108,6 +111,8 @@ export declare const i18n_repeatableItemTemplateId: string;
|
|
|
108
111
|
export declare const i18n_repeatableItemTemplateIdInstructions: string;
|
|
109
112
|
export declare const i18n_required: string;
|
|
110
113
|
export declare const i18n_requiredInstructions: string;
|
|
114
|
+
export declare const i18n_selectAReference: string;
|
|
115
|
+
export declare const i18n_selectAReferenceDialogTitle: string;
|
|
111
116
|
export declare const i18n_settings: string;
|
|
112
117
|
export declare const i18n_startingInstances: string;
|
|
113
118
|
export declare const i18n_startingInstancesInstructions: string;
|
|
@@ -128,6 +133,7 @@ export declare const i18n_value: string;
|
|
|
128
133
|
export declare const i18n_valueInstructions: string;
|
|
129
134
|
export declare const i18n_values: string;
|
|
130
135
|
export declare const i18n_valuesInstructions: string;
|
|
136
|
+
export declare const i18n_verifyAcknowledgementDialogTitle: string;
|
|
131
137
|
export declare const i18n_yearQuarterRangeConfiguration: string;
|
|
132
138
|
export declare const i18n_listValue: string;
|
|
133
139
|
export declare const i18n_newListValue: string;
|