@rangertechnologies/ngnxt 2.1.41 → 2.1.43

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.
@@ -32,6 +32,7 @@ export declare class QuestionnaireComponent implements OnInit {
32
32
  handlePage: EventEmitter<any>;
33
33
  handleQuestion: EventEmitter<any>;
34
34
  handleBook: EventEmitter<any>;
35
+ handleSubmit: EventEmitter<any>;
35
36
  params: Params;
36
37
  deviceInfo: any;
37
38
  abItem: AnswerBook;
@@ -54,6 +55,7 @@ export declare class QuestionnaireComponent implements OnInit {
54
55
  bookFlag: boolean;
55
56
  listFlag: boolean;
56
57
  backButtonFlag: boolean;
58
+ isButtonDisabled: boolean;
57
59
  optionValues: OptionValue[];
58
60
  subQuestions: Question[];
59
61
  inpValue: string;
@@ -212,5 +214,5 @@ export declare class QuestionnaireComponent implements OnInit {
212
214
  getKey(item: any): any;
213
215
  getValue(item: any): any;
214
216
  static ɵfac: i0.ɵɵFactoryDeclaration<QuestionnaireComponent, never>;
215
- static ɵcmp: i0.ɵɵComponentDeclaration<QuestionnaireComponent, "lib-questionnaire", never, { "qbId": "qbId"; "insuranceStartDate": "insuranceStartDate"; "serv": "serv"; "tkn": "tkn"; "api": "api"; }, { "handleEvent": "handleEvent"; "handlePage": "handlePage"; "handleQuestion": "handleQuestion"; "handleBook": "handleBook"; }, never, never, false>;
217
+ static ɵcmp: i0.ɵɵComponentDeclaration<QuestionnaireComponent, "lib-questionnaire", never, { "qbId": "qbId"; "insuranceStartDate": "insuranceStartDate"; "serv": "serv"; "tkn": "tkn"; "api": "api"; }, { "handleEvent": "handleEvent"; "handlePage": "handlePage"; "handleQuestion": "handleQuestion"; "handleBook": "handleBook"; "handleSubmit": "handleSubmit"; }, never, never, false>;
216
218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.41",
3
+ "version": "2.1.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.3",
6
6
  "@angular/core": "^14.2.3"
Binary file