@mtna/web-form-angular 1.0.6-SNAPSHOT.13 → 1.0.6-SNAPSHOT.15
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 +224 -229
- package/bundles/mtna-web-form-angular.umd.js.map +1 -1
- package/esm2015/lib/components/form-item-impl/search/resource-search.component.js +2 -5
- package/esm2015/lib/components/step-card/step-card.component.js +17 -4
- 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/i18n-constants.model.js +1 -7
- package/esm2015/lib/services/dialog.service.js +1 -6
- package/fesm2015/mtna-web-form-angular.js +19 -19
- package/fesm2015/mtna-web-form-angular.js.map +1 -1
- package/lib/components/step-card/step-card.component.d.ts +2 -0
- package/lib/models/i18n-constants.model.d.ts +0 -6
- package/package.json +1 -1
|
@@ -11,11 +11,13 @@ declare const _StepCardMixinBase: import("@angular/material/core/common-behavior
|
|
|
11
11
|
export declare class MtnaWfStepCardComponent extends _StepCardMixinBase implements CanColor {
|
|
12
12
|
get active(): boolean;
|
|
13
13
|
handleMouseEnter(event: MouseEvent): void;
|
|
14
|
+
handleMouseLeave(event: MouseEvent): void;
|
|
14
15
|
get step(): FormStep | null | undefined;
|
|
15
16
|
set step(step: FormStep | null | undefined);
|
|
16
17
|
private _step;
|
|
17
18
|
subtitle: string | null | undefined;
|
|
18
19
|
focused: EventEmitter<FormStep>;
|
|
20
|
+
private mouseFocused;
|
|
19
21
|
constructor(elementRef: ElementRef);
|
|
20
22
|
handleFocusChange(event: FocusOrigin): void;
|
|
21
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<MtnaWfStepCardComponent, never>;
|
|
@@ -10,7 +10,6 @@ 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;
|
|
14
13
|
export declare const i18n_acknowledgementInstructions: string;
|
|
15
14
|
export declare const i18n_additionalText: string;
|
|
16
15
|
export declare const i18n_additionalTextInstructions: string;
|
|
@@ -18,7 +17,6 @@ export declare const i18n_annotationEnabled: string;
|
|
|
18
17
|
export declare const i18n_annotationEnabledInstructions: string;
|
|
19
18
|
export declare const i18n_booleanConfiguration: string;
|
|
20
19
|
export declare const i18n_bulletedListConfiguration: string;
|
|
21
|
-
export declare const i18n_bulletedListItemInstructions: string;
|
|
22
20
|
export declare const i18n_checkboxConfiguration: string;
|
|
23
21
|
export declare const i18n_codeOption: string;
|
|
24
22
|
export declare const i18n_codeOptionInstructions: string;
|
|
@@ -84,7 +82,6 @@ export declare const i18n_newTemplate: string;
|
|
|
84
82
|
export declare const i18n_newTemplateItem: string;
|
|
85
83
|
export declare const i18n_numericConfiguration: string;
|
|
86
84
|
export declare const i18n_numberedListConfiguration: string;
|
|
87
|
-
export declare const i18n_numberedListItemInstructions: string;
|
|
88
85
|
export declare const i18n_offsetDateRangeConfiguration: string;
|
|
89
86
|
export declare const i18n_option: string;
|
|
90
87
|
export declare const i18n_optionInstructions: string;
|
|
@@ -111,8 +108,6 @@ export declare const i18n_repeatableItemTemplateId: string;
|
|
|
111
108
|
export declare const i18n_repeatableItemTemplateIdInstructions: string;
|
|
112
109
|
export declare const i18n_required: string;
|
|
113
110
|
export declare const i18n_requiredInstructions: string;
|
|
114
|
-
export declare const i18n_selectAReference: string;
|
|
115
|
-
export declare const i18n_selectAReferenceDialogTitle: string;
|
|
116
111
|
export declare const i18n_settings: string;
|
|
117
112
|
export declare const i18n_startingInstances: string;
|
|
118
113
|
export declare const i18n_startingInstancesInstructions: string;
|
|
@@ -133,7 +128,6 @@ export declare const i18n_value: string;
|
|
|
133
128
|
export declare const i18n_valueInstructions: string;
|
|
134
129
|
export declare const i18n_values: string;
|
|
135
130
|
export declare const i18n_valuesInstructions: string;
|
|
136
|
-
export declare const i18n_verifyAcknowledgementDialogTitle: string;
|
|
137
131
|
export declare const i18n_yearQuarterRangeConfiguration: string;
|
|
138
132
|
export declare const i18n_listValue: string;
|
|
139
133
|
export declare const i18n_newListValue: string;
|