@rangertechnologies/ngnxt 2.1.173 → 2.1.176

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.
Files changed (85) hide show
  1. package/esm2022/environments/version.mjs +2 -2
  2. package/esm2022/lib/components/button/nxt-button.component.mjs +42 -39
  3. package/esm2022/lib/components/custom-dropdown/custom-dropdown.component.mjs +48 -7
  4. package/esm2022/lib/components/custom-radio/custom-radio.component.mjs +41 -4
  5. package/esm2022/lib/components/datatable/datatable.component.mjs +6 -3
  6. package/esm2022/lib/components/file-upload/file-upload.component.mjs +24 -59
  7. package/esm2022/lib/components/nxt-input/nxt-input.component.mjs +2822 -0
  8. package/esm2022/lib/components/pick-location/pick-location.component.mjs +19 -5
  9. package/esm2022/lib/components/search-box/search-box.component.mjs +19 -13
  10. package/esm2022/lib/nxt-app.module.mjs +13 -292
  11. package/esm2022/lib/pages/booklet/booklet.component.mjs +20 -7
  12. package/esm2022/lib/pages/builder/element/element.component.mjs +9 -12
  13. package/esm2022/lib/pages/builder/form/form.component.mjs +6 -5
  14. package/esm2022/lib/pages/builder/properties/properties.component.mjs +29 -5
  15. package/esm2022/lib/pages/pdfDesigner/pdf-designer/pdf-designer.component.mjs +4 -5
  16. package/esm2022/lib/pages/pdfDesigner/pdf-properties/pdf-properties.component.mjs +2 -2
  17. package/esm2022/lib/pages/questionbook/questionbook.component.mjs +14 -30
  18. package/esm2022/lib/pages/questionnaire/questionnaire.component.mjs +21 -40
  19. package/esm2022/lib/services/form-builder.service.mjs +1 -1
  20. package/esm2022/public-api.mjs +2 -11
  21. package/fesm2022/rangertechnologies-ngnxt.mjs +15838 -14645
  22. package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
  23. package/lib/components/button/nxt-button.component.d.ts +13 -12
  24. package/lib/components/custom-dropdown/custom-dropdown.component.d.ts +11 -4
  25. package/lib/components/custom-radio/custom-radio.component.d.ts +14 -3
  26. package/lib/components/datatable/datatable.component.d.ts +2 -1
  27. package/lib/components/file-upload/file-upload.component.d.ts +6 -5
  28. package/lib/components/nxt-input/nxt-input.component.d.ts +159 -0
  29. package/lib/components/pick-location/pick-location.component.d.ts +5 -3
  30. package/lib/components/search-box/search-box.component.d.ts +3 -2
  31. package/lib/nxt-app.module.d.ts +30 -55
  32. package/lib/pages/booklet/booklet.component.d.ts +3 -1
  33. package/lib/pages/builder/element/element.component.d.ts +1 -1
  34. package/lib/pages/builder/form/form.component.d.ts +1 -1
  35. package/lib/pages/builder/properties/properties.component.d.ts +93 -1
  36. package/lib/pages/questionbook/questionbook.component.d.ts +3 -3
  37. package/lib/pages/questionnaire/questionnaire.component.d.ts +6 -10
  38. package/lib/services/form-builder.service.d.ts +12 -22
  39. package/package.json +1 -1
  40. package/public-api.d.ts +1 -9
  41. package/rangertechnologies-ngnxt-2.1.176.tgz +0 -0
  42. package/src/lib/style.css +0 -1
  43. package/esm2022/lib/components/cards/group-card/group-card.component.mjs +0 -36
  44. package/esm2022/lib/components/cards/group-info/group-info.component.mjs +0 -102
  45. package/esm2022/lib/components/cards/image-card/image-card.component.mjs +0 -83
  46. package/esm2022/lib/components/cards/info-card/info-card.component.mjs +0 -109
  47. package/esm2022/lib/components/custom-button/custom-button.component.mjs +0 -42
  48. package/esm2022/lib/components/custom-date/custom-date.component.mjs +0 -48
  49. package/esm2022/lib/components/custom-date-picker/custom-date-picker.component.mjs +0 -53
  50. package/esm2022/lib/components/custom-image/custom-image.component.mjs +0 -34
  51. package/esm2022/lib/components/custom-input/custom-input.component.mjs +0 -101
  52. package/esm2022/lib/components/custom-label/custom-label.component.mjs +0 -24
  53. package/esm2022/lib/components/custom-rich-text/custom-rich-text.component.mjs +0 -182
  54. package/esm2022/lib/components/custom-table/custom-table.component.mjs +0 -252
  55. package/esm2022/lib/components/custom-text-area/custom-text-area.component.mjs +0 -71
  56. package/esm2022/lib/components/custom-time/custom-time.component.mjs +0 -66
  57. package/esm2022/lib/components/dependent-table/dependent-table.component.mjs +0 -45
  58. package/esm2022/lib/components/dropdown-with-flag/dropdown-with-flag.component.mjs +0 -44
  59. package/esm2022/lib/components/file-view/file-view.component.mjs +0 -49
  60. package/esm2022/lib/components/loader/loader.component.mjs +0 -23
  61. package/esm2022/lib/components/table-appendix/table-appendix.component.mjs +0 -128
  62. package/esm2022/lib/model/tableWrapper.mjs +0 -20
  63. package/esm2022/lib/pages/summary-page/summary-page.component.mjs +0 -79
  64. package/lib/components/cards/group-card/group-card.component.d.ts +0 -13
  65. package/lib/components/cards/group-info/group-info.component.d.ts +0 -47
  66. package/lib/components/cards/image-card/image-card.component.d.ts +0 -34
  67. package/lib/components/cards/info-card/info-card.component.d.ts +0 -39
  68. package/lib/components/custom-button/custom-button.component.d.ts +0 -16
  69. package/lib/components/custom-date/custom-date.component.d.ts +0 -16
  70. package/lib/components/custom-date-picker/custom-date-picker.component.d.ts +0 -20
  71. package/lib/components/custom-image/custom-image.component.d.ts +0 -13
  72. package/lib/components/custom-input/custom-input.component.d.ts +0 -28
  73. package/lib/components/custom-label/custom-label.component.d.ts +0 -10
  74. package/lib/components/custom-rich-text/custom-rich-text.component.d.ts +0 -29
  75. package/lib/components/custom-table/custom-table.component.d.ts +0 -53
  76. package/lib/components/custom-text-area/custom-text-area.component.d.ts +0 -22
  77. package/lib/components/custom-time/custom-time.component.d.ts +0 -18
  78. package/lib/components/dependent-table/dependent-table.component.d.ts +0 -15
  79. package/lib/components/dropdown-with-flag/dropdown-with-flag.component.d.ts +0 -16
  80. package/lib/components/file-view/file-view.component.d.ts +0 -16
  81. package/lib/components/loader/loader.component.d.ts +0 -11
  82. package/lib/components/table-appendix/table-appendix.component.d.ts +0 -30
  83. package/lib/model/tableWrapper.d.ts +0 -18
  84. package/lib/pages/summary-page/summary-page.component.d.ts +0 -20
  85. package/rangertechnologies-ngnxt-2.1.173.tgz +0 -0
@@ -1,34 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- interface CardData {
3
- key: string;
4
- value: string | number;
5
- }
6
- export declare class NxtImageCard {
7
- imageSrc: string;
8
- iconSrc: string;
9
- hoverIconSrc: string;
10
- iconBgColor: string;
11
- iconHoverBgColor: string;
12
- iconPosition: 'start' | 'middle' | 'end';
13
- title: string;
14
- content: string;
15
- cardData: CardData[];
16
- cardHeight: string;
17
- cardWidth: string;
18
- cardColor: string;
19
- padding: string;
20
- cardImageHeight: string;
21
- cardImageWidth: string;
22
- cardImageColor: string;
23
- imagePadding: string;
24
- imageBorderRadius: string;
25
- isHovered: boolean;
26
- constructor();
27
- ngOnInit(): void;
28
- getIconPositionClass(): string;
29
- onMouseEnter(): void;
30
- onMouseLeave(): void;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<NxtImageCard, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<NxtImageCard, "nxt-image-card", never, { "imageSrc": { "alias": "imageSrc"; "required": false; }; "iconSrc": { "alias": "iconSrc"; "required": false; }; "hoverIconSrc": { "alias": "hoverIconSrc"; "required": false; }; "iconBgColor": { "alias": "iconBgColor"; "required": false; }; "iconHoverBgColor": { "alias": "iconHoverBgColor"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "cardData": { "alias": "cardData"; "required": false; }; "cardHeight": { "alias": "cardHeight"; "required": false; }; "cardWidth": { "alias": "cardWidth"; "required": false; }; "cardColor": { "alias": "cardColor"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "cardImageHeight": { "alias": "cardImageHeight"; "required": false; }; "cardImageWidth": { "alias": "cardImageWidth"; "required": false; }; "cardImageColor": { "alias": "cardImageColor"; "required": false; }; "imagePadding": { "alias": "imagePadding"; "required": false; }; "imageBorderRadius": { "alias": "imageBorderRadius"; "required": false; }; }, {}, never, never, true, never>;
33
- }
34
- export {};
@@ -1,39 +0,0 @@
1
- import { ElementRef, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class NxtInfoCard {
4
- private elementRef;
5
- title: string;
6
- value: string | number;
7
- description: string;
8
- content: string;
9
- imgSrc: string;
10
- hoverImgSrc: string;
11
- color: string;
12
- hoverColor: string;
13
- padding: string;
14
- isImageRight: boolean;
15
- isImageLeft: boolean;
16
- iconColor: string;
17
- iconHoverColor: string;
18
- isEdit: boolean;
19
- editConfig: any;
20
- buttonClick: EventEmitter<{
21
- button: any;
22
- cardData: any;
23
- }>;
24
- isHovered: boolean;
25
- isDropdownOpen: boolean;
26
- constructor(elementRef: ElementRef);
27
- onMouseEnter(): void;
28
- onMouseLeave(): void;
29
- getCurrentImgSrc(): string;
30
- getCurrentBgColor(): string;
31
- getCurrentIconBgColor(): string;
32
- toggleDropdown(): void;
33
- closeDropdown(): void;
34
- onButtonClick(button: any): void;
35
- hasEditButtons(): boolean;
36
- onClickOutside(event: MouseEvent): void;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<NxtInfoCard, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<NxtInfoCard, "nxt-info-card", never, { "title": { "alias": "title"; "required": false; }; "value": { "alias": "value"; "required": false; }; "description": { "alias": "description"; "required": false; }; "content": { "alias": "content"; "required": false; }; "imgSrc": { "alias": "imgSrc"; "required": false; }; "hoverImgSrc": { "alias": "hoverImgSrc"; "required": false; }; "color": { "alias": "color"; "required": false; }; "hoverColor": { "alias": "hoverColor"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "isImageRight": { "alias": "isImageRight"; "required": false; }; "isImageLeft": { "alias": "isImageLeft"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconHoverColor": { "alias": "iconHoverColor"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "editConfig": { "alias": "editConfig"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
39
- }
@@ -1,16 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CustomButtonComponent implements OnInit {
4
- height: string;
5
- width: string;
6
- textColor: string;
7
- buttonText: string;
8
- value: string;
9
- backgroundColor: string;
10
- buttonValue: EventEmitter<any>;
11
- constructor();
12
- ngOnInit(): void;
13
- handleClick(event: any): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomButtonComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomButtonComponent, "app-custom-button", never, { "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "buttonValue": "buttonValue"; }, never, never, true, never>;
16
- }
@@ -1,16 +0,0 @@
1
- import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CustomDateComponent implements OnInit {
4
- date: string;
5
- readOnly: boolean;
6
- error: any;
7
- errorMessage: string;
8
- dateChange: EventEmitter<any>;
9
- dateSelected: any;
10
- constructor();
11
- ngOnInit(): void;
12
- ngOnChanges(simplechanges: SimpleChanges): void;
13
- onDateChange(event: any): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomDateComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomDateComponent, "app-custom-date", never, { "date": { "alias": "date"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, true, never>;
16
- }
@@ -1,20 +0,0 @@
1
- import { OnInit, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CustomDatePickerComponent implements OnInit {
4
- date: string;
5
- minDate: any;
6
- maxDate: any;
7
- error: any;
8
- errorMessage: string;
9
- styleMap: {
10
- [key: string]: string;
11
- };
12
- readOnly: boolean;
13
- dateChange: EventEmitter<any>;
14
- dateSelected: any;
15
- constructor();
16
- ngOnInit(): void;
17
- onDateChange(event: any): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatePickerComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomDatePickerComponent, "app-custom-date-picker", never, { "date": { "alias": "date"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "styleMap": { "alias": "styleMap"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, true, never>;
20
- }
@@ -1,13 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CustomImageComponent implements OnInit {
4
- alt: string;
5
- src: string;
6
- imageStyle: any;
7
- question: any;
8
- styles: string;
9
- constructor();
10
- ngOnInit(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomImageComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomImageComponent, "app-custom-image", never, { "alt": { "alias": "alt"; "required": false; }; "src": { "alias": "src"; "required": false; }; "imageStyle": { "alias": "imageStyle"; "required": false; }; "question": { "alias": "question"; "required": false; }; }, {}, never, never, false, never>;
13
- }
@@ -1,28 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { Subscription } from 'rxjs';
3
- import { ChangeService } from '../../services/change.service';
4
- import { DataService } from '../../services/data.service';
5
- import * as i0 from "@angular/core";
6
- export declare class CustomInputComponent implements OnInit {
7
- private changeService;
8
- private dataService;
9
- value: any | any[];
10
- question: any;
11
- disabled: boolean;
12
- placeholder: string;
13
- error: any;
14
- fromShengel: boolean;
15
- readOnly: boolean;
16
- ngClassValue: any;
17
- idValue: any;
18
- focusEvent: any;
19
- inputValue: EventEmitter<any>;
20
- subscription: Subscription;
21
- constructor(changeService: ChangeService, dataService: DataService);
22
- ngOnInit(): void;
23
- ngOnChange(): void;
24
- ngOnDestroy(): void;
25
- onInputChange(input: any): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomInputComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomInputComponent, "app-custom-input", never, { "value": { "alias": "value"; "required": false; }; "question": { "alias": "question"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "error": { "alias": "error"; "required": false; }; "fromShengel": { "alias": "fromShengel"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "ngClassValue": { "alias": "ngClassValue"; "required": false; }; "idValue": { "alias": "idValue"; "required": false; }; "focusEvent": { "alias": "focusEvent"; "required": false; }; }, { "inputValue": "inputValue"; }, never, never, true, never>;
28
- }
@@ -1,10 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CustomLabelComponent implements OnInit {
4
- labelValue: string;
5
- labelStyle: string;
6
- constructor();
7
- ngOnInit(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomLabelComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomLabelComponent, "app-custom-label", never, { "labelValue": { "alias": "labelValue"; "required": false; }; "labelStyle": { "alias": "labelStyle"; "required": false; }; }, {}, never, never, true, never>;
10
- }
@@ -1,29 +0,0 @@
1
- import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
2
- import { I18nService } from '../../i18n.service';
3
- import { Subscription } from 'rxjs';
4
- import { ChangeService } from '../../services/change.service';
5
- import { QuillModules } from 'ngx-quill';
6
- import * as i0 from "@angular/core";
7
- export declare const QuillConfiguration: QuillModules;
8
- export declare class CustomRichTextComponent implements OnInit, OnDestroy {
9
- i18nService: I18nService;
10
- private changeService;
11
- value: any | any[];
12
- placeholder: string;
13
- error: any;
14
- question: any;
15
- rows: Number;
16
- readOnly: boolean;
17
- textValueChange: EventEmitter<string>;
18
- minLength?: number;
19
- maxLength?: number;
20
- quillConfiguration: QuillModules;
21
- subscription: Subscription;
22
- constructor(i18nService: I18nService, changeService: ChangeService);
23
- ngOnInit(): void;
24
- private initializeDependency;
25
- onEditorFocusOut(): void;
26
- ngOnDestroy(): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomRichTextComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomRichTextComponent, "app-custom-rich-text", never, { "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "error": { "alias": "error"; "required": false; }; "question": { "alias": "question"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; }, { "textValueChange": "textValueChange"; }, never, never, true, never>;
29
- }
@@ -1,53 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { I18nService } from '../../i18n.service';
3
- import { Question } from '../../wrapper';
4
- import { DataService } from '../../services/data.service';
5
- import { Subscription } from 'rxjs';
6
- import { ChangeService } from '../../services/change.service';
7
- import * as i0 from "@angular/core";
8
- export declare class CustomTableComponent implements OnInit {
9
- private changeService;
10
- i18nService: I18nService;
11
- private dataService;
12
- question: Question;
13
- apiMeta: string;
14
- valueChange: EventEmitter<any>;
15
- tableHeader: any[];
16
- tableData: any[];
17
- filteredData: any[];
18
- showAddRow: boolean;
19
- showPagination: boolean;
20
- showActions: boolean;
21
- showSearch: boolean;
22
- itemsPerPage: number;
23
- addRowColSpan: number;
24
- tableSize: number;
25
- objName: any;
26
- filterLogic: any;
27
- fieldMeta: string;
28
- firStr: string;
29
- searchBox: boolean;
30
- options: string[];
31
- isDisabled: boolean;
32
- subscription: Subscription;
33
- searchTerm: string;
34
- currentPage: number;
35
- totalItems: number;
36
- pages: number[];
37
- Math: Math;
38
- constructor(changeService: ChangeService, i18nService: I18nService, dataService: DataService);
39
- ngOnInit(): void;
40
- search(): void;
41
- updatePagination(): void;
42
- get paginatedData(): any[];
43
- setPage(page: number): void;
44
- addRow(): void;
45
- updateRadio(item: any, value: string): void;
46
- updateLabel(rowIndex: number, label: string, value: any): void;
47
- deleteRow(rowIndex: number): void;
48
- editRow(rowIndex: number): void;
49
- updateNumber(item: any, label: string, value: string): void;
50
- emitTableDataValue(updatedTableData: any[]): void;
51
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomTableComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomTableComponent, "app-custom-table", never, { "question": { "alias": "question"; "required": false; }; "apiMeta": { "alias": "apiMeta"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
53
- }
@@ -1,22 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { I18nService } from '../../i18n.service';
3
- import { Subscription } from 'rxjs';
4
- import { ChangeService } from '../../services/change.service';
5
- import * as i0 from "@angular/core";
6
- export declare class CustomTextAreaComponent implements OnInit {
7
- i18nService: I18nService;
8
- private changeService;
9
- value: any | any[];
10
- placeholder: string;
11
- rows: Number;
12
- error: any;
13
- question: any;
14
- readOnly: boolean;
15
- textareaValueChange: EventEmitter<string>;
16
- subscription: Subscription;
17
- constructor(i18nService: I18nService, changeService: ChangeService);
18
- ngOnInit(): void;
19
- onTextareaChange(event: any): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomTextAreaComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomTextAreaComponent, "app-custom-text-area", never, { "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "error": { "alias": "error"; "required": false; }; "question": { "alias": "question"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "textareaValueChange": "textareaValueChange"; }, never, never, true, never>;
22
- }
@@ -1,18 +0,0 @@
1
- import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
2
- import { I18nService } from '../../i18n.service';
3
- import * as i0 from "@angular/core";
4
- export declare class CustomTimeComponent implements OnInit {
5
- i18nService: I18nService;
6
- time: string;
7
- readOnly: boolean;
8
- error: any;
9
- errorMessage: string;
10
- timeChange: EventEmitter<any>;
11
- timeSelected: any;
12
- constructor(i18nService: I18nService);
13
- ngOnInit(): void;
14
- ngOnChanges(changes: SimpleChanges): void;
15
- onTimeChange(event: any): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomTimeComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomTimeComponent, "app-custom-time", never, { "time": { "alias": "time"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, { "timeChange": "timeChange"; }, never, never, true, never>;
18
- }
@@ -1,15 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { ChangeService } from '../../services/change.service';
3
- import * as i0 from "@angular/core";
4
- export declare class DependentTableComponent implements OnInit {
5
- private changeService;
6
- alertMessage: any;
7
- ValueLength: boolean;
8
- Value: any;
9
- errorObj: any;
10
- constructor(changeService: ChangeService);
11
- ngOnInit(): void;
12
- dependentData(data: any): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<DependentTableComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<DependentTableComponent, "app-dependent-table", never, { "alertMessage": { "alias": "alertMessage"; "required": false; }; }, {}, never, never, true, never>;
15
- }
@@ -1,16 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { I18nService } from '../../i18n.service';
3
- import * as i0 from "@angular/core";
4
- export declare class DropdownWithFlagComponent implements OnInit {
5
- i18nService: I18nService;
6
- certified: boolean;
7
- JobPerformerCertificates: any[];
8
- flagDropDownChange: EventEmitter<any>;
9
- selectedValue: string;
10
- constructor(i18nService: I18nService);
11
- ngOnInit(): void;
12
- ngOnChanges(): void;
13
- onJobPerformerCertified(event: any): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<DropdownWithFlagComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownWithFlagComponent, "app-dropdown-with-flag", never, { "certified": { "alias": "certified"; "required": false; }; "JobPerformerCertificates": { "alias": "JobPerformerCertificates"; "required": false; }; }, { "flagDropDownChange": "flagDropDownChange"; }, never, never, true, never>;
16
- }
@@ -1,16 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { I18nService } from '../../i18n.service';
3
- import { SharedService } from '../../services/shared.service';
4
- import * as i0 from "@angular/core";
5
- export declare class FileViewComponent implements OnInit {
6
- private SharedService;
7
- i18nService: I18nService;
8
- documentData: any;
9
- api: any;
10
- constructor(SharedService: SharedService, i18nService: I18nService);
11
- ngOnInit(): void;
12
- viewDoc(link: any): void;
13
- getDocIcon(docName: any): "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-PDF.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-XLSX.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-DOCX.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-AVI.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-DOC.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-GIF.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-JPG.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-MOV.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-MP3.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-MP4.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-MPEG.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-MPG.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-PNG.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-PPT.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-TXT.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/img-file-XLS.png" | "https://rnxt.s3.amazonaws.com/Icons/fileTypeIcons/ic_document.svg";
14
- static ɵfac: i0.ɵɵFactoryDeclaration<FileViewComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<FileViewComponent, "app-file-view", never, { "documentData": { "alias": "documentData"; "required": false; }; "api": { "alias": "api"; "required": false; }; }, {}, never, never, true, never>;
16
- }
@@ -1,11 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { SharedService } from '../../services/shared.service';
3
- import * as i0 from "@angular/core";
4
- export declare class LoaderComponent implements OnInit {
5
- private loaderService;
6
- isLoading: boolean;
7
- constructor(loaderService: SharedService);
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, {}, {}, never, never, false, never>;
11
- }
@@ -1,30 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { I18nService } from '../../i18n.service';
3
- import { TableWrapper } from '../../model/tableWrapper';
4
- import { Question } from '../../wrapper';
5
- import * as i0 from "@angular/core";
6
- export declare class TableAppendixComponent implements OnInit {
7
- i18nService: I18nService;
8
- question: Question;
9
- valueChange: EventEmitter<any>;
10
- tableInfo: TableWrapper;
11
- tableHeader: any;
12
- tableData: any;
13
- addRowColSpan: number;
14
- tableAppendix: any;
15
- dropDownApi: any;
16
- dropDownData: any;
17
- constructor(i18nService: I18nService);
18
- ngOnInit(): void;
19
- addRow(): void;
20
- updateLabel(rowIndex: number, label: string, value: string): void;
21
- updateNumber(item: any, label: string, value: string): void;
22
- updateToggle(item: any, header: string, value: any): void;
23
- updateDropDown(item: any, label: string, value: any): void;
24
- updateCheckText(item: any, label: string, value: any): void;
25
- updateTableAppendix(item: any, label: string, value: any): void;
26
- emitTableDataValue(updatedTableData: any[], tableAppendix: any): void;
27
- getPreviousTestKey(item: any, currentTest: string): string;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<TableAppendixComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<TableAppendixComponent, "app-table-appendix", never, { "question": { "alias": "question"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
30
- }
@@ -1,18 +0,0 @@
1
- export declare class TableHeader {
2
- label: string;
3
- fieldName: string;
4
- fieldId: string;
5
- type: string;
6
- isReadOnly: boolean;
7
- }
8
- export declare class TableWrapper {
9
- header: TableHeader[];
10
- data: any[];
11
- tableAppendix: any[];
12
- keyValueField: string;
13
- rowFunction: any;
14
- addRow: boolean;
15
- newRowDefault: any;
16
- tableType: string;
17
- tableHeader: string;
18
- }
@@ -1,20 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { I18nService } from '../../i18n.service';
3
- import { ActionMeta } from '../../interfaces/actionMeta';
4
- import * as i0 from "@angular/core";
5
- export declare class SummaryPageComponent implements OnInit {
6
- i18nService: I18nService;
7
- answerJson: any;
8
- api: string;
9
- booklet: any[];
10
- bookQuestionsMap: any;
11
- actions: ActionMeta[];
12
- private sqOptions;
13
- questions: any[];
14
- filteredQuestion: any[];
15
- constructor(i18nService: I18nService);
16
- ngOnInit(): void;
17
- processSummary(data: any): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryPageComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryPageComponent, "lib-summary-page", never, { "answerJson": { "alias": "answerJson"; "required": false; }; "api": { "alias": "api"; "required": false; }; }, {}, never, never, true, never>;
20
- }