@rangertechnologies/ngnxt 2.0.37 → 2.0.39
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/README.md +2 -2
- package/esm2022/lib/components/custom-date-picker/custom-date-picker.component.mjs +33 -33
- package/esm2022/lib/components/custom-dropdown/custom-dropdown.component.mjs +94 -82
- package/esm2022/lib/components/custom-input/custom-input.component.mjs +76 -76
- package/esm2022/lib/components/custom-table/custom-table.component.mjs +53 -53
- package/esm2022/lib/components/custom-text-area/custom-text-area.component.mjs +34 -34
- package/esm2022/lib/components/dropdown-with-flag/dropdown-with-flag.component.mjs +34 -34
- package/esm2022/lib/components/file-upload/file-upload.component.mjs +110 -159
- package/esm2022/lib/components/file-view/file-view.component.mjs +42 -0
- package/esm2022/lib/components/pick-location/pick-location.component.mjs +136 -136
- package/esm2022/lib/components/search-box/search-box.component.mjs +106 -84
- package/esm2022/lib/interfaces/actionMeta.mjs +2 -2
- package/esm2022/lib/interfaces/apimeta.mjs +2 -2
- package/esm2022/lib/interfaces/dependencyMeta.mjs +2 -2
- package/esm2022/lib/model/bookletWrapper.mjs +9 -9
- package/esm2022/lib/model/changeWrapper.mjs +8 -8
- package/esm2022/lib/model/errorWrapper.mjs +6 -6
- package/esm2022/lib/model/tableWrapper.mjs +16 -16
- package/esm2022/lib/nxt-app.component.mjs +22 -22
- package/esm2022/lib/nxt-app.module.mjs +276 -268
- package/esm2022/lib/nxt-app.service.mjs +14 -14
- package/esm2022/lib/pages/booklet/booklet.component.mjs +171 -159
- package/esm2022/lib/pages/questionbook/questionbook.component.mjs +102 -85
- package/esm2022/lib/pages/questionnaire/questionnaire.component.mjs +2066 -2066
- package/esm2022/lib/pages/summary-page/summary-page.component.mjs +70 -0
- package/esm2022/lib/sample.mjs +432 -432
- package/esm2022/lib/services/change.service.mjs +38 -33
- package/esm2022/lib/services/data.service.mjs +40 -40
- package/esm2022/lib/services/salesforce.service.mjs +46 -46
- package/esm2022/lib/services/shared.service.mjs +86 -0
- package/esm2022/lib/services/storage.service.mjs +41 -41
- package/esm2022/lib/wrapper.mjs +161 -161
- package/esm2022/public-api.mjs +11 -10
- package/esm2022/rangertechnologies-ngnxt.mjs +4 -4
- package/fesm2022/rangertechnologies-ngnxt.mjs +4105 -3899
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/components/custom-date-picker/custom-date-picker.component.d.ts +14 -14
- package/lib/components/custom-dropdown/custom-dropdown.component.d.ts +29 -26
- package/lib/components/custom-input/custom-input.component.d.ts +26 -26
- package/lib/components/custom-table/custom-table.component.d.ts +20 -20
- package/lib/components/custom-text-area/custom-text-area.component.d.ts +14 -14
- package/lib/components/dropdown-with-flag/dropdown-with-flag.component.d.ts +14 -14
- package/lib/components/file-upload/file-upload.component.d.ts +24 -23
- package/lib/components/file-view/file-view.component.d.ts +14 -0
- package/lib/components/pick-location/pick-location.component.d.ts +35 -35
- package/lib/components/search-box/search-box.component.d.ts +40 -34
- package/lib/interfaces/actionMeta.d.ts +5 -5
- package/lib/interfaces/apimeta.d.ts +5 -5
- package/lib/interfaces/dependencyMeta.d.ts +5 -5
- package/lib/model/bookletWrapper.d.ts +5 -5
- package/lib/model/changeWrapper.d.ts +7 -7
- package/lib/model/errorWrapper.d.ts +5 -5
- package/lib/model/tableWrapper.d.ts +15 -15
- package/lib/nxt-app.component.d.ts +8 -8
- package/lib/nxt-app.module.d.ts +30 -28
- package/lib/nxt-app.service.d.ts +6 -6
- package/lib/pages/booklet/booklet.component.d.ts +45 -43
- package/lib/pages/questionbook/questionbook.component.d.ts +27 -26
- package/lib/pages/questionnaire/questionnaire.component.d.ts +206 -206
- package/lib/pages/summary-page/summary-page.component.d.ts +18 -0
- package/lib/sample.d.ts +10 -10
- package/lib/services/change.service.d.ts +16 -13
- package/lib/services/data.service.d.ts +9 -9
- package/lib/services/salesforce.service.d.ts +11 -11
- package/lib/services/shared.service.d.ts +11 -0
- package/lib/services/storage.service.d.ts +12 -12
- package/lib/wrapper.d.ts +161 -161
- package/package.json +1 -1
- package/public-api.d.ts +7 -6
- package/rangertechnologies-ngnxt-2.0.39.tgz +0 -0
- package/rangertechnologies-ngnxt-2.0.37.tgz +0 -0
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@rangertechnologies/ngnxt" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@rangertechnologies/ngnxt" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,14 +1,14 @@
|
|
|
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
|
-
dateChange: EventEmitter<any>;
|
|
8
|
-
dateSelected: any;
|
|
9
|
-
constructor();
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
onDateChange(event: any): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatePickerComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomDatePickerComponent, "app-custom-date-picker", never, { "date": "date"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "dateChange": "dateChange"; }, never, never, false>;
|
|
14
|
-
}
|
|
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
|
+
dateChange: EventEmitter<any>;
|
|
8
|
+
dateSelected: any;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onDateChange(event: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatePickerComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomDatePickerComponent, "app-custom-date-picker", never, { "date": "date"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "dateChange": "dateChange"; }, never, never, false>;
|
|
14
|
+
}
|
|
@@ -1,26 +1,29 @@
|
|
|
1
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { ChangeWrapper } from '../../model/changeWrapper';
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { ChangeWrapper } from '../../model/changeWrapper';
|
|
5
|
+
import { ChangeService } from '../../services/change.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CustomDropdownComponent implements OnInit {
|
|
8
|
+
private http;
|
|
9
|
+
private changeService;
|
|
10
|
+
options: string[];
|
|
11
|
+
placeholder: string;
|
|
12
|
+
apiMeta: string;
|
|
13
|
+
selectedValue: string;
|
|
14
|
+
progressBar: boolean;
|
|
15
|
+
id: string;
|
|
16
|
+
errorMessage: string;
|
|
17
|
+
error: any;
|
|
18
|
+
fromShengel: boolean;
|
|
19
|
+
valueChange: EventEmitter<ChangeWrapper>;
|
|
20
|
+
invalidFieldIds: string[];
|
|
21
|
+
constructor(http: HttpClient, changeService: ChangeService);
|
|
22
|
+
labelField: string;
|
|
23
|
+
valueField: string;
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
apiResponse(endpoint: string): Observable<any>;
|
|
26
|
+
selectChange(event: any): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDropdownComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomDropdownComponent, "app-custom-dropdown", never, { "options": "options"; "placeholder": "placeholder"; "apiMeta": "apiMeta"; "selectedValue": "selectedValue"; "progressBar": "progressBar"; "id": "id"; "errorMessage": "errorMessage"; "error": "error"; "fromShengel": "fromShengel"; }, { "valueChange": "valueChange"; }, never, never, false>;
|
|
29
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import { ChangeService } from '../../services/change.service';
|
|
4
|
-
import { Question } from '../../wrapper';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CustomInputComponent implements OnInit {
|
|
7
|
-
private changeService;
|
|
8
|
-
value: any | any[];
|
|
9
|
-
question: Question;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
placeholder: string;
|
|
12
|
-
error: any;
|
|
13
|
-
fromShengel: boolean;
|
|
14
|
-
ngClassValue: any;
|
|
15
|
-
idValue: any;
|
|
16
|
-
focusEvent: any;
|
|
17
|
-
inputValue: EventEmitter<any>;
|
|
18
|
-
subscription: Subscription;
|
|
19
|
-
constructor(changeService: ChangeService);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
ngOnChange(): void;
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
onInputChange(input: any): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomInputComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomInputComponent, "app-custom-input", never, { "value": "value"; "question": "question"; "disabled": "disabled"; "placeholder": "placeholder"; "error": "error"; "fromShengel": "fromShengel"; "ngClassValue": "ngClassValue"; "idValue": "idValue"; "focusEvent": "focusEvent"; }, { "inputValue": "inputValue"; }, never, never, false>;
|
|
26
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { ChangeService } from '../../services/change.service';
|
|
4
|
+
import { Question } from '../../wrapper';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CustomInputComponent implements OnInit {
|
|
7
|
+
private changeService;
|
|
8
|
+
value: any | any[];
|
|
9
|
+
question: Question;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
placeholder: string;
|
|
12
|
+
error: any;
|
|
13
|
+
fromShengel: boolean;
|
|
14
|
+
ngClassValue: any;
|
|
15
|
+
idValue: any;
|
|
16
|
+
focusEvent: any;
|
|
17
|
+
inputValue: EventEmitter<any>;
|
|
18
|
+
subscription: Subscription;
|
|
19
|
+
constructor(changeService: ChangeService);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
ngOnChange(): void;
|
|
22
|
+
ngOnDestroy(): void;
|
|
23
|
+
onInputChange(input: any): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomInputComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomInputComponent, "app-custom-input", never, { "value": "value"; "question": "question"; "disabled": "disabled"; "placeholder": "placeholder"; "error": "error"; "fromShengel": "fromShengel"; "ngClassValue": "ngClassValue"; "idValue": "idValue"; "focusEvent": "focusEvent"; }, { "inputValue": "inputValue"; }, never, never, false>;
|
|
26
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { TableWrapper } from '../../model/tableWrapper';
|
|
3
|
-
import { Question } from '../../wrapper';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CustomTableComponent implements OnInit {
|
|
6
|
-
question: Question;
|
|
7
|
-
valueChange: EventEmitter<any[]>;
|
|
8
|
-
tableInfo: TableWrapper;
|
|
9
|
-
tableHeader: any;
|
|
10
|
-
tableData: any;
|
|
11
|
-
addRowColSpan: number;
|
|
12
|
-
constructor();
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
addRow(): void;
|
|
15
|
-
updateRadio(item: any, value: string): void;
|
|
16
|
-
updateLabel(rowIndex: number, label: string, value: string): void;
|
|
17
|
-
emitTableDataValue(updatedTableData: any[]): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTableComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomTableComponent, "app-custom-table", never, { "question": "question"; }, { "valueChange": "valueChange"; }, never, never, false>;
|
|
20
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TableWrapper } from '../../model/tableWrapper';
|
|
3
|
+
import { Question } from '../../wrapper';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CustomTableComponent implements OnInit {
|
|
6
|
+
question: Question;
|
|
7
|
+
valueChange: EventEmitter<any[]>;
|
|
8
|
+
tableInfo: TableWrapper;
|
|
9
|
+
tableHeader: any;
|
|
10
|
+
tableData: any;
|
|
11
|
+
addRowColSpan: number;
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
addRow(): void;
|
|
15
|
+
updateRadio(item: any, value: string): void;
|
|
16
|
+
updateLabel(rowIndex: number, label: string, value: string): void;
|
|
17
|
+
emitTableDataValue(updatedTableData: any[]): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTableComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomTableComponent, "app-custom-table", never, { "question": "question"; }, { "valueChange": "valueChange"; }, never, never, false>;
|
|
20
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CustomTextAreaComponent implements OnInit {
|
|
4
|
-
value: any | any[];
|
|
5
|
-
placeholder: string;
|
|
6
|
-
rows: Number;
|
|
7
|
-
error: any;
|
|
8
|
-
textareaValueChange: EventEmitter<string>;
|
|
9
|
-
constructor();
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
onTextareaChange(event: any): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTextAreaComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomTextAreaComponent, "app-custom-text-area", never, { "value": "value"; "placeholder": "placeholder"; "rows": "rows"; "error": "error"; }, { "textareaValueChange": "textareaValueChange"; }, never, never, false>;
|
|
14
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CustomTextAreaComponent implements OnInit {
|
|
4
|
+
value: any | any[];
|
|
5
|
+
placeholder: string;
|
|
6
|
+
rows: Number;
|
|
7
|
+
error: any;
|
|
8
|
+
textareaValueChange: EventEmitter<string>;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onTextareaChange(event: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTextAreaComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomTextAreaComponent, "app-custom-text-area", never, { "value": "value"; "placeholder": "placeholder"; "rows": "rows"; "error": "error"; }, { "textareaValueChange": "textareaValueChange"; }, never, never, false>;
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DropdownWithFlagComponent implements OnInit {
|
|
4
|
-
certified: boolean;
|
|
5
|
-
JobPerformerCertificates: any[];
|
|
6
|
-
flagDropDownChange: EventEmitter<any>;
|
|
7
|
-
selectedValue: string;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
ngOnChanges(): void;
|
|
11
|
-
onJobPerformerCertified(event: any): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownWithFlagComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownWithFlagComponent, "app-dropdown-with-flag", never, { "certified": "certified"; "JobPerformerCertificates": "JobPerformerCertificates"; }, { "flagDropDownChange": "flagDropDownChange"; }, never, never, false>;
|
|
14
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DropdownWithFlagComponent implements OnInit {
|
|
4
|
+
certified: boolean;
|
|
5
|
+
JobPerformerCertificates: any[];
|
|
6
|
+
flagDropDownChange: EventEmitter<any>;
|
|
7
|
+
selectedValue: string;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
ngOnChanges(): void;
|
|
11
|
+
onJobPerformerCertified(event: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownWithFlagComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownWithFlagComponent, "app-dropdown-with-flag", never, { "certified": "certified"; "JobPerformerCertificates": "JobPerformerCertificates"; }, { "flagDropDownChange": "flagDropDownChange"; }, never, never, false>;
|
|
14
|
+
}
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
static
|
|
23
|
-
}
|
|
1
|
+
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { SharedService } from '../../services/shared.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FileUploadComponent implements OnInit, OnChanges {
|
|
5
|
+
private SharedService;
|
|
6
|
+
selectedFileData: EventEmitter<any[]>;
|
|
7
|
+
deletedFileData: EventEmitter<any>;
|
|
8
|
+
allFiles: any;
|
|
9
|
+
limitFileUploading: any;
|
|
10
|
+
isDeleteFileButtonVisible: any;
|
|
11
|
+
isShowNoFileIcon: any;
|
|
12
|
+
selectedFileNameArray: string[];
|
|
13
|
+
copyOfInputAllFiles: any;
|
|
14
|
+
copyOfFileUploadingLimit: any;
|
|
15
|
+
constructor(SharedService: SharedService);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
onFileUpload(event: any): void;
|
|
18
|
+
ngOnChanges(simpleChanges: SimpleChanges): void;
|
|
19
|
+
uploadMultipleFiles(event: any): void;
|
|
20
|
+
deleteFile(currentFileIndex: any): void;
|
|
21
|
+
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";
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "app-file-upload", never, { "allFiles": "allFiles"; "limitFileUploading": "limitFileUploading"; "isDeleteFileButtonVisible": "isDeleteFileButtonVisible"; "isShowNoFileIcon": "isShowNoFileIcon"; }, { "selectedFileData": "selectedFileData"; "deletedFileData": "deletedFileData"; }, never, never, false>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { SharedService } from '../../services/shared.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FileViewComponent implements OnInit {
|
|
5
|
+
private SharedService;
|
|
6
|
+
documentData: any;
|
|
7
|
+
api: any;
|
|
8
|
+
constructor(SharedService: SharedService);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
viewDoc(link: any): void;
|
|
11
|
+
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";
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileViewComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileViewComponent, "app-file-view", never, { "documentData": "documentData"; "api": "api"; }, {}, never, never, false>;
|
|
14
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
/// <reference types="google.maps" />
|
|
2
|
-
import { ElementRef, EventEmitter, NgZone, OnInit } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PickLocationComponent implements OnInit {
|
|
5
|
-
private ngZone;
|
|
6
|
-
latitude: any;
|
|
7
|
-
longitude: any;
|
|
8
|
-
zoom: number;
|
|
9
|
-
private geoCoder;
|
|
10
|
-
searchElementRef: ElementRef<HTMLInputElement>;
|
|
11
|
-
showModal: boolean;
|
|
12
|
-
address: string;
|
|
13
|
-
locationSelected: EventEmitter<any>;
|
|
14
|
-
navigatorGeolocation: any;
|
|
15
|
-
markerPosition: {
|
|
16
|
-
lat: any;
|
|
17
|
-
lng: any;
|
|
18
|
-
};
|
|
19
|
-
center: {
|
|
20
|
-
lat: any;
|
|
21
|
-
lng: any;
|
|
22
|
-
};
|
|
23
|
-
markerOptions: any;
|
|
24
|
-
constructor(ngZone: NgZone);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
initAutocomplete(): void;
|
|
27
|
-
onMarkerDragEnd(): void;
|
|
28
|
-
onMapClick(event: google.maps.MapMouseEvent): void;
|
|
29
|
-
private setCurrentLocation;
|
|
30
|
-
getAddress(latitude: number, longitude: number): void;
|
|
31
|
-
openMap(): void;
|
|
32
|
-
closeModal(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PickLocationComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PickLocationComponent, "app-pick-location", never, { "address": "address"; }, { "locationSelected": "locationSelected"; }, never, never, false>;
|
|
35
|
-
}
|
|
1
|
+
/// <reference types="google.maps" />
|
|
2
|
+
import { ElementRef, EventEmitter, NgZone, OnInit } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PickLocationComponent implements OnInit {
|
|
5
|
+
private ngZone;
|
|
6
|
+
latitude: any;
|
|
7
|
+
longitude: any;
|
|
8
|
+
zoom: number;
|
|
9
|
+
private geoCoder;
|
|
10
|
+
searchElementRef: ElementRef<HTMLInputElement>;
|
|
11
|
+
showModal: boolean;
|
|
12
|
+
address: string;
|
|
13
|
+
locationSelected: EventEmitter<any>;
|
|
14
|
+
navigatorGeolocation: any;
|
|
15
|
+
markerPosition: {
|
|
16
|
+
lat: any;
|
|
17
|
+
lng: any;
|
|
18
|
+
};
|
|
19
|
+
center: {
|
|
20
|
+
lat: any;
|
|
21
|
+
lng: any;
|
|
22
|
+
};
|
|
23
|
+
markerOptions: any;
|
|
24
|
+
constructor(ngZone: NgZone);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
initAutocomplete(): void;
|
|
27
|
+
onMarkerDragEnd(): void;
|
|
28
|
+
onMapClick(event: google.maps.MapMouseEvent): void;
|
|
29
|
+
private setCurrentLocation;
|
|
30
|
+
getAddress(latitude: number, longitude: number): void;
|
|
31
|
+
openMap(): void;
|
|
32
|
+
closeModal(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PickLocationComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PickLocationComponent, "app-pick-location", never, { "address": "address"; }, { "locationSelected": "locationSelected"; }, never, never, false>;
|
|
35
|
+
}
|
|
@@ -1,34 +1,40 @@
|
|
|
1
|
-
import { OnInit, ElementRef } from "@angular/core";
|
|
2
|
-
import { DataService } from '../../services/data.service';
|
|
3
|
-
import { SalesforceService } from "../../services/salesforce.service";
|
|
4
|
-
import { ActivatedRoute } from "@angular/router";
|
|
5
|
-
import { HttpClient } from '@angular/common/http';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
private
|
|
11
|
-
private
|
|
12
|
-
private
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
1
|
+
import { OnInit, EventEmitter, ElementRef } from "@angular/core";
|
|
2
|
+
import { DataService } from '../../services/data.service';
|
|
3
|
+
import { SalesforceService } from "../../services/salesforce.service";
|
|
4
|
+
import { ActivatedRoute } from "@angular/router";
|
|
5
|
+
import { HttpClient } from '@angular/common/http';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
import { ChangeWrapper } from "../../model/changeWrapper";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class SearchBoxComponent implements OnInit {
|
|
10
|
+
private sfService;
|
|
11
|
+
private dataService;
|
|
12
|
+
private route;
|
|
13
|
+
private http;
|
|
14
|
+
placeHolderText: string;
|
|
15
|
+
auto: any;
|
|
16
|
+
question: any;
|
|
17
|
+
apiMeta: string;
|
|
18
|
+
id: string;
|
|
19
|
+
searchValueChange: EventEmitter<ChangeWrapper>;
|
|
20
|
+
apiObj: any;
|
|
21
|
+
filterName: string;
|
|
22
|
+
finalResults: any[];
|
|
23
|
+
searchKeyWord: string;
|
|
24
|
+
newResult: any;
|
|
25
|
+
showResult: boolean;
|
|
26
|
+
noResult: boolean;
|
|
27
|
+
showSuggestion: boolean;
|
|
28
|
+
private el;
|
|
29
|
+
private serv;
|
|
30
|
+
private tkn;
|
|
31
|
+
constructor(sfService: SalesforceService, dataService: DataService, route: ActivatedRoute, http: HttpClient, el: ElementRef);
|
|
32
|
+
ngOnInit(): void;
|
|
33
|
+
clearList(): void;
|
|
34
|
+
getSourceDataLocal(event: any): void;
|
|
35
|
+
apiResponse(keyword: string): Observable<any>;
|
|
36
|
+
getSourceData: (keyword: string) => void;
|
|
37
|
+
clickItem(event: any): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBoxComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchBoxComponent, "lib-search-box", never, { "placeHolderText": "placeHolderText"; "question": "question"; "apiMeta": "apiMeta"; "id": "id"; }, { "searchValueChange": "searchValueChange"; }, never, never, false>;
|
|
40
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface ActionMeta {
|
|
2
|
-
name: string;
|
|
3
|
-
eventtoemit: string;
|
|
4
|
-
alt: string;
|
|
5
|
-
}
|
|
1
|
+
export interface ActionMeta {
|
|
2
|
+
name: string;
|
|
3
|
+
eventtoemit: string;
|
|
4
|
+
alt: string;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface APIMeta {
|
|
2
|
-
endpoint: string;
|
|
3
|
-
variable: string;
|
|
4
|
-
field: string;
|
|
5
|
-
}
|
|
1
|
+
export interface APIMeta {
|
|
2
|
+
endpoint: string;
|
|
3
|
+
variable: string;
|
|
4
|
+
field: string;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface DependencyMeta {
|
|
2
|
-
sourceQuestionId: string;
|
|
3
|
-
labelField: string;
|
|
4
|
-
valueField: string;
|
|
5
|
-
}
|
|
1
|
+
export interface DependencyMeta {
|
|
2
|
+
sourceQuestionId: string;
|
|
3
|
+
labelField: string;
|
|
4
|
+
valueField: string;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class BookletWrapper {
|
|
2
|
-
booklet: any[];
|
|
3
|
-
bookQuestionsMap: any;
|
|
4
|
-
sqOptions: any;
|
|
5
|
-
}
|
|
1
|
+
export declare class BookletWrapper {
|
|
2
|
+
booklet: any[];
|
|
3
|
+
bookQuestionsMap: any;
|
|
4
|
+
sqOptions: any;
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare class ChangeWrapper {
|
|
2
|
-
fromQuestionId: string;
|
|
3
|
-
fromQuestionName: string;
|
|
4
|
-
toQuestionId: string;
|
|
5
|
-
toQuestionName: string;
|
|
6
|
-
valueObj: any;
|
|
7
|
-
}
|
|
1
|
+
export declare class ChangeWrapper {
|
|
2
|
+
fromQuestionId: string;
|
|
3
|
+
fromQuestionName: string;
|
|
4
|
+
toQuestionId: string;
|
|
5
|
+
toQuestionName: string;
|
|
6
|
+
valueObj: any;
|
|
7
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class ErrorWrapper {
|
|
2
|
-
errorCode: string;
|
|
3
|
-
errorMsg: string;
|
|
4
|
-
errorDetails: string;
|
|
5
|
-
}
|
|
1
|
+
export declare class ErrorWrapper {
|
|
2
|
+
errorCode: string;
|
|
3
|
+
errorMsg: string;
|
|
4
|
+
errorDetails: string;
|
|
5
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
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
|
-
keyValueField: string;
|
|
12
|
-
rowFunction: any;
|
|
13
|
-
addRow: boolean;
|
|
14
|
-
newRowDefault: any;
|
|
15
|
-
}
|
|
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
|
+
keyValueField: string;
|
|
12
|
+
rowFunction: any;
|
|
13
|
+
addRow: boolean;
|
|
14
|
+
newRowDefault: any;
|
|
15
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NxtAppComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NxtAppComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NxtAppComponent, "lib-nxt-app", never, {}, {}, never, never, false>;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NxtAppComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NxtAppComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NxtAppComponent, "lib-nxt-app", never, {}, {}, never, never, false>;
|
|
8
|
+
}
|