master-control 0.4.83 → 0.4.85
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/esm2022/lib/medial-questions/medial-questions.component.mjs +10 -4
- package/esm2022/lib/textbox/textbox.component.mjs +3 -3
- package/fesm2022/master-control.mjs +11 -5
- package/fesm2022/master-control.mjs.map +1 -1
- package/lib/medial-questions/medial-questions.component.d.ts +1 -0
- package/master-control-0.4.85.tgz +0 -0
- package/package.json +1 -1
- package/master-control-0.4.83.tgz +0 -0
|
@@ -106,6 +106,7 @@ export declare class MedialQuestionsComponent implements OnInit, AfterViewInit {
|
|
|
106
106
|
checkAndUpdateHeightUnit(): void;
|
|
107
107
|
focusToElement(elementId: any): void;
|
|
108
108
|
private getScrollableParent;
|
|
109
|
+
handleQuestionChange(): void;
|
|
109
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<MedialQuestionsComponent, never>;
|
|
110
111
|
static ɵcmp: i0.ɵɵComponentDeclaration<MedialQuestionsComponent, "lib-medial-questions", never, { "clusterId": { "alias": "clusterId"; "required": false; "isSignal": true; }; "triggerValidation": { "alias": "triggerValidation"; "required": false; }; "medialQuestionResponse": { "alias": "medialQuestionResponse"; "required": false; "isSignal": true; }; "personUWOpenQuoteResponse": { "alias": "personUWOpenQuoteResponse"; "required": false; "isSignal": true; }; "defaultValues": { "alias": "defaultValues"; "required": false; "isSignal": true; }; "personType": { "alias": "personType"; "required": false; "isSignal": true; }; "field": { "alias": "field"; "required": true; "isSignal": true; }; }, { "questionsValueChange": "questionsValueChange"; }, never, never, true, never>;
|
|
111
112
|
}
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|