@rangertechnologies/ngnxt 2.1.41 → 2.1.42

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;
@@ -212,5 +213,5 @@ export declare class QuestionnaireComponent implements OnInit {
212
213
  getKey(item: any): any;
213
214
  getValue(item: any): any;
214
215
  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>;
216
+ 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
217
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.41",
3
+ "version": "2.1.42",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.3",
6
6
  "@angular/core": "^14.2.3"
Binary file