survery-lib 2.1.30 → 2.1.32

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.
@@ -23,6 +23,7 @@ export declare class QuestionCascadeTemplateComponent {
23
23
  questionGroupId: number;
24
24
  isPre: boolean;
25
25
  surveyLanguageId: number;
26
+ surveyKey: string;
26
27
  applicantKey: string;
27
28
  set setQuestion(value: QuestionNgrxModel);
28
29
  constructor(_formBuilder: FormBuilder, _surveyLibService: SurveyLibService, _ApiService: ApiService, _Store: Store);
@@ -30,6 +31,8 @@ export declare class QuestionCascadeTemplateComponent {
30
31
  onUpdateAnswer(model: QuestionAnswerModel): void;
31
32
  identify(index: any, item: FormGroup<QuestionGroupChildOfQuestionCascadeTemplateFormInterface>): any;
32
33
  private setQuestions;
34
+ private isOtherQuestion;
35
+ private getNextQuestion;
33
36
  static ɵfac: i0.ɵɵFactoryDeclaration<QuestionCascadeTemplateComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<QuestionCascadeTemplateComponent, "lib-question-cascade-template", never, { "pageId": { "alias": "pageId"; "required": false; }; "questionGroupId": { "alias": "questionGroupId"; "required": false; }; "isPre": { "alias": "isPre"; "required": false; }; "surveyLanguageId": { "alias": "surveyLanguageId"; "required": false; }; "applicantKey": { "alias": "applicantKey"; "required": false; }; "setQuestion": { "alias": "setQuestion"; "required": false; }; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<QuestionCascadeTemplateComponent, "lib-question-cascade-template", never, { "pageId": { "alias": "pageId"; "required": false; }; "questionGroupId": { "alias": "questionGroupId"; "required": false; }; "isPre": { "alias": "isPre"; "required": false; }; "surveyLanguageId": { "alias": "surveyLanguageId"; "required": false; }; "surveyKey": { "alias": "surveyKey"; "required": false; }; "applicantKey": { "alias": "applicantKey"; "required": false; }; "setQuestion": { "alias": "setQuestion"; "required": false; }; }, {}, never, never, false, never>;
35
38
  }
@@ -24,6 +24,8 @@ export declare class ApiService {
24
24
  getIsOtherQuestion(filter: {
25
25
  parentQId: any;
26
26
  groupId: any;
27
+ surveyLanguageId: any;
28
+ surveyKey: any;
27
29
  }): Observable<GetIsOtherQuestionResult>;
28
30
  getAllInstitutions(): Observable<ResultDto<InstitutionDto>>;
29
31
  getAllProgramsRelatedToInstitutions(filter: {
@@ -33,6 +33,7 @@ export declare class SurveryLibComponent implements OnInit, AfterViewInit {
33
33
  };
34
34
  isPre: boolean;
35
35
  surveyLanguageId: number;
36
+ surveyKey: string;
36
37
  applicantKey: string;
37
38
  isArabicLang: boolean;
38
39
  surveyResultEmit: EventEmitter<SurveyQuestionResult[]>;
@@ -48,5 +49,5 @@ export declare class SurveryLibComponent implements OnInit, AfterViewInit {
48
49
  private getNextShowedPage;
49
50
  private getPrevShowedPage;
50
51
  static ɵfac: i0.ɵɵFactoryDeclaration<SurveryLibComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<SurveryLibComponent, "lib-survery-lib", never, { "isPre": { "alias": "isPre"; "required": false; }; "surveyLanguageId": { "alias": "surveyLanguageId"; "required": false; }; "applicantKey": { "alias": "applicantKey"; "required": false; }; "isArabicLang": { "alias": "isArabicLang"; "required": false; }; }, { "surveyResultEmit": "surveyResultEmit"; "selectLanguageEmit": "selectLanguageEmit"; }, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<SurveryLibComponent, "lib-survery-lib", never, { "isPre": { "alias": "isPre"; "required": false; }; "surveyLanguageId": { "alias": "surveyLanguageId"; "required": false; }; "surveyKey": { "alias": "surveyKey"; "required": false; }; "applicantKey": { "alias": "applicantKey"; "required": false; }; "isArabicLang": { "alias": "isArabicLang"; "required": false; }; }, { "surveyResultEmit": "surveyResultEmit"; "selectLanguageEmit": "selectLanguageEmit"; }, never, never, false, never>;
52
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survery-lib",
3
- "version": "2.1.30",
3
+ "version": "2.1.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"