@rangertechnologies/ngnxt 2.1.76 → 2.1.78
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 +29 -29
- package/esm2022/lib/ar.i18n.mjs +29 -29
- package/esm2022/lib/components/custom-button/custom-button.component.mjs +39 -39
- package/esm2022/lib/components/custom-calendar/custom-calendar.component.mjs +366 -366
- package/esm2022/lib/components/custom-date/custom-date.component.mjs +47 -47
- package/esm2022/lib/components/custom-date-picker/custom-date-picker.component.mjs +48 -48
- package/esm2022/lib/components/custom-dropdown/custom-dropdown.component.mjs +219 -212
- package/esm2022/lib/components/custom-image/custom-image.component.mjs +34 -34
- package/esm2022/lib/components/custom-input/custom-input.component.mjs +93 -93
- package/esm2022/lib/components/custom-label/custom-label.component.mjs +21 -21
- package/esm2022/lib/components/custom-model/custom-model.component.mjs +48 -48
- package/esm2022/lib/components/custom-radio/custom-radio.component.mjs +115 -115
- package/esm2022/lib/components/custom-table/custom-table.component.mjs +169 -169
- package/esm2022/lib/components/custom-text-area/custom-text-area.component.mjs +65 -65
- package/esm2022/lib/components/custom-time/custom-time.component.mjs +61 -61
- package/esm2022/lib/components/dependent-table/dependent-table.component.mjs +42 -42
- package/esm2022/lib/components/dropdown-with-flag/dropdown-with-flag.component.mjs +39 -39
- package/esm2022/lib/components/file-upload/file-upload.component.mjs +233 -233
- package/esm2022/lib/components/file-view/file-view.component.mjs +46 -46
- package/esm2022/lib/components/loader/loader.component.mjs +23 -23
- package/esm2022/lib/components/pick-location/pick-location.component.mjs +188 -188
- package/esm2022/lib/components/search-box/search-box.component.mjs +130 -130
- package/esm2022/lib/components/table-appendix/table-appendix.component.mjs +123 -123
- package/esm2022/lib/directives/componenthost/componenthost.directive.mjs +19 -19
- package/esm2022/lib/en.i18n.mjs +29 -29
- package/esm2022/lib/i18n-config.service.mjs +4 -4
- package/esm2022/lib/i18n.component.mjs +47 -47
- package/esm2022/lib/i18n.module.mjs +38 -38
- package/esm2022/lib/i18n.pipe.mjs +25 -25
- package/esm2022/lib/i18n.service.mjs +56 -56
- 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 +11 -11
- package/esm2022/lib/model/errorWrapper.mjs +6 -6
- package/esm2022/lib/model/tableWrapper.mjs +20 -20
- package/esm2022/lib/nxt-app.component.mjs +22 -22
- package/esm2022/lib/nxt-app.module.mjs +352 -352
- package/esm2022/lib/nxt-app.service.mjs +14 -14
- package/esm2022/lib/pages/booklet/booklet.component.mjs +541 -541
- package/esm2022/lib/pages/questionbook/questionbook.component.mjs +407 -407
- package/esm2022/lib/pages/questionnaire/questionnaire.component.mjs +2373 -2373
- package/esm2022/lib/pages/summary-page/summary-page.component.mjs +76 -76
- package/esm2022/lib/pipe/get-value.pipe.mjs +50 -50
- package/esm2022/lib/sample.mjs +3430 -3430
- package/esm2022/lib/services/change.service.mjs +53 -53
- package/esm2022/lib/services/data.service.mjs +80 -80
- package/esm2022/lib/services/salesforce.service.mjs +46 -46
- package/esm2022/lib/services/shared.service.mjs +100 -100
- package/esm2022/lib/services/storage.service.mjs +44 -44
- package/esm2022/lib/tam.i18n.mjs +29 -29
- package/esm2022/lib/wrapper.mjs +175 -175
- package/esm2022/public-api.mjs +15 -15
- package/esm2022/rangertechnologies-ngnxt.mjs +4 -4
- package/fesm2022/rangertechnologies-ngnxt.mjs +9812 -9805
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/ar.i18n.d.ts +24 -24
- package/lib/components/custom-button/custom-button.component.d.ts +16 -16
- package/lib/components/custom-calendar/custom-calendar.component.d.ts +65 -65
- package/lib/components/custom-date/custom-date.component.d.ts +18 -18
- package/lib/components/custom-date-picker/custom-date-picker.component.d.ts +19 -19
- package/lib/components/custom-dropdown/custom-dropdown.component.d.ts +39 -39
- package/lib/components/custom-image/custom-image.component.d.ts +13 -13
- package/lib/components/custom-input/custom-input.component.d.ts +31 -31
- package/lib/components/custom-label/custom-label.component.d.ts +10 -10
- package/lib/components/custom-model/custom-model.component.d.ts +19 -19
- package/lib/components/custom-radio/custom-radio.component.d.ts +33 -33
- package/lib/components/custom-table/custom-table.component.d.ts +43 -43
- package/lib/components/custom-text-area/custom-text-area.component.d.ts +22 -22
- package/lib/components/custom-time/custom-time.component.d.ts +18 -18
- package/lib/components/dependent-table/dependent-table.component.d.ts +15 -15
- package/lib/components/dropdown-with-flag/dropdown-with-flag.component.d.ts +16 -16
- package/lib/components/file-upload/file-upload.component.d.ts +42 -42
- package/lib/components/file-view/file-view.component.d.ts +16 -16
- package/lib/components/loader/loader.component.d.ts +11 -11
- package/lib/components/pick-location/pick-location.component.d.ts +42 -42
- package/lib/components/search-box/search-box.component.d.ts +40 -40
- package/lib/components/table-appendix/table-appendix.component.d.ts +30 -30
- package/lib/directives/componenthost/componenthost.directive.d.ts +8 -8
- package/lib/en.i18n.d.ts +24 -24
- package/lib/i18n-config.service.d.ts +2 -2
- package/lib/i18n.component.d.ts +11 -11
- package/lib/i18n.module.d.ts +9 -9
- package/lib/i18n.pipe.d.ts +10 -10
- package/lib/i18n.service.d.ts +14 -14
- package/lib/interfaces/actionMeta.d.ts +5 -5
- package/lib/interfaces/apimeta.d.ts +14 -13
- package/lib/interfaces/dependencyMeta.d.ts +8 -8
- package/lib/model/bookletWrapper.d.ts +5 -5
- package/lib/model/changeWrapper.d.ts +10 -10
- package/lib/model/errorWrapper.d.ts +5 -5
- package/lib/model/tableWrapper.d.ts +18 -18
- package/lib/nxt-app.component.d.ts +8 -8
- package/lib/nxt-app.module.d.ts +46 -46
- package/lib/nxt-app.service.d.ts +6 -6
- package/lib/pages/booklet/booklet.component.d.ts +68 -68
- package/lib/pages/questionbook/questionbook.component.d.ts +66 -66
- package/lib/pages/questionnaire/questionnaire.component.d.ts +218 -218
- package/lib/pages/summary-page/summary-page.component.d.ts +20 -20
- package/lib/pipe/get-value.pipe.d.ts +7 -7
- package/lib/sample.d.ts +10 -10
- package/lib/services/change.service.d.ts +22 -22
- package/lib/services/data.service.d.ts +13 -13
- package/lib/services/salesforce.service.d.ts +11 -11
- package/lib/services/shared.service.d.ts +15 -15
- package/lib/services/storage.service.d.ts +13 -13
- package/lib/tam.i18n.d.ts +24 -24
- package/lib/wrapper.d.ts +203 -203
- package/package.json +1 -1
- package/public-api.d.ts +10 -10
- package/rangertechnologies-ngnxt-2.1.78.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.76.tgz +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ComponenthostDirective {
|
|
4
|
-
viewContainerRef: ViewContainerRef;
|
|
5
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComponenthostDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ComponenthostDirective, "[dynamicComponentHost]", never, {}, {}, never, never, true>;
|
|
8
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ComponenthostDirective {
|
|
4
|
+
viewContainerRef: ViewContainerRef;
|
|
5
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ComponenthostDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ComponenthostDirective, "[dynamicComponentHost]", never, {}, {}, never, never, true>;
|
|
8
|
+
}
|
package/lib/en.i18n.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
declare const enI18n: {
|
|
2
|
-
required: string;
|
|
3
|
-
addMore: string;
|
|
4
|
-
select: string;
|
|
5
|
-
attachment: string;
|
|
6
|
-
chooseFiles: string;
|
|
7
|
-
uploadFile: string;
|
|
8
|
-
thisFieldIsRequired: string;
|
|
9
|
-
pickYourLocation: string;
|
|
10
|
-
calibrated: string;
|
|
11
|
-
enterValue: string;
|
|
12
|
-
details: string;
|
|
13
|
-
pleaseMakeChoice: string;
|
|
14
|
-
attach: string;
|
|
15
|
-
add: string;
|
|
16
|
-
zeroOfZero: string;
|
|
17
|
-
selectDate: string;
|
|
18
|
-
toBuyTicket: string;
|
|
19
|
-
pickLocation: string;
|
|
20
|
-
enterLocation: string;
|
|
21
|
-
searchNearestLocation: string;
|
|
22
|
-
currentTheme: string;
|
|
23
|
-
};
|
|
24
|
-
export default enI18n;
|
|
1
|
+
declare const enI18n: {
|
|
2
|
+
required: string;
|
|
3
|
+
addMore: string;
|
|
4
|
+
select: string;
|
|
5
|
+
attachment: string;
|
|
6
|
+
chooseFiles: string;
|
|
7
|
+
uploadFile: string;
|
|
8
|
+
thisFieldIsRequired: string;
|
|
9
|
+
pickYourLocation: string;
|
|
10
|
+
calibrated: string;
|
|
11
|
+
enterValue: string;
|
|
12
|
+
details: string;
|
|
13
|
+
pleaseMakeChoice: string;
|
|
14
|
+
attach: string;
|
|
15
|
+
add: string;
|
|
16
|
+
zeroOfZero: string;
|
|
17
|
+
selectDate: string;
|
|
18
|
+
toBuyTicket: string;
|
|
19
|
+
pickLocation: string;
|
|
20
|
+
enterLocation: string;
|
|
21
|
+
searchNearestLocation: string;
|
|
22
|
+
currentTheme: string;
|
|
23
|
+
};
|
|
24
|
+
export default enI18n;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export declare const i18nConfigService: InjectionToken<any>;
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
export declare const i18nConfigService: InjectionToken<any>;
|
package/lib/i18n.component.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { I18nService } from './i18n.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class I18nComponent implements OnInit {
|
|
5
|
-
i18nService: I18nService;
|
|
6
|
-
constructor(i18nService: I18nService);
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
firstClick(event: any): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<I18nComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<I18nComponent, "app-i18n", never, {}, {}, never, never, false>;
|
|
11
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { I18nService } from './i18n.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class I18nComponent implements OnInit {
|
|
5
|
+
i18nService: I18nService;
|
|
6
|
+
constructor(i18nService: I18nService);
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
firstClick(event: any): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<I18nComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<I18nComponent, "app-i18n", never, {}, {}, never, never, false>;
|
|
11
|
+
}
|
package/lib/i18n.module.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export declare class I18nModule {
|
|
5
|
-
static forRoot(config: any): ModuleWithProviders<I18nModule>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<I18nModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<I18nModule, never, [typeof i1.CommonModule], never>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<I18nModule>;
|
|
9
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
export declare class I18nModule {
|
|
5
|
+
static forRoot(config: any): ModuleWithProviders<I18nModule>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<I18nModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<I18nModule, never, [typeof i1.CommonModule], never>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<I18nModule>;
|
|
9
|
+
}
|
package/lib/i18n.pipe.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { I18nService } from './i18n.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class I18nPipe implements PipeTransform {
|
|
5
|
-
private i18nService;
|
|
6
|
-
constructor(i18nService: I18nService);
|
|
7
|
-
transform(value: any, ...args: any[]): any;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<I18nPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPipe, "i18n", false>;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { I18nService } from './i18n.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class I18nPipe implements PipeTransform {
|
|
5
|
+
private i18nService;
|
|
6
|
+
constructor(i18nService: I18nService);
|
|
7
|
+
transform(value: any, ...args: any[]): any;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<I18nPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPipe, "i18n", false>;
|
|
10
|
+
}
|
package/lib/i18n.service.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class I18nService {
|
|
4
|
-
langList: any;
|
|
5
|
-
private document;
|
|
6
|
-
dropdownChanged: EventEmitter<string>;
|
|
7
|
-
currentLanguage: string;
|
|
8
|
-
constructor(langList: any, document: Document);
|
|
9
|
-
initLang(): void;
|
|
10
|
-
getString(key: any): any;
|
|
11
|
-
languageChange(lang: any): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<I18nService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<I18nService>;
|
|
14
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class I18nService {
|
|
4
|
+
langList: any;
|
|
5
|
+
private document;
|
|
6
|
+
dropdownChanged: EventEmitter<string>;
|
|
7
|
+
currentLanguage: string;
|
|
8
|
+
constructor(langList: any, document: Document);
|
|
9
|
+
initLang(): void;
|
|
10
|
+
getString(key: any): any;
|
|
11
|
+
languageChange(lang: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<I18nService, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<I18nService>;
|
|
14
|
+
}
|
|
@@ -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,13 +1,14 @@
|
|
|
1
|
-
export interface APIMeta {
|
|
2
|
-
sourceQuestionId: string;
|
|
3
|
-
valueField: string;
|
|
4
|
-
labelField: string;
|
|
5
|
-
endpoint: string;
|
|
6
|
-
variable: string;
|
|
7
|
-
field: string;
|
|
8
|
-
isDependentField: boolean;
|
|
9
|
-
dependentValue: string;
|
|
10
|
-
queryField: string;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
export interface APIMeta {
|
|
2
|
+
sourceQuestionId: string;
|
|
3
|
+
valueField: string;
|
|
4
|
+
labelField: string;
|
|
5
|
+
endpoint: string;
|
|
6
|
+
variable: string;
|
|
7
|
+
field: string;
|
|
8
|
+
isDependentField: boolean;
|
|
9
|
+
dependentValue: string;
|
|
10
|
+
queryField: string;
|
|
11
|
+
queryValue: string;
|
|
12
|
+
queryValueReference: string;
|
|
13
|
+
uniqueKey: string;
|
|
14
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface DependencyMeta {
|
|
2
|
-
sourceQuestionId: string;
|
|
3
|
-
labelField: string;
|
|
4
|
-
valueField: string;
|
|
5
|
-
disabled: string;
|
|
6
|
-
dependentValue: string;
|
|
7
|
-
isDependentField: boolean;
|
|
8
|
-
}
|
|
1
|
+
export interface DependencyMeta {
|
|
2
|
+
sourceQuestionId: string;
|
|
3
|
+
labelField: string;
|
|
4
|
+
valueField: string;
|
|
5
|
+
disabled: string;
|
|
6
|
+
dependentValue: string;
|
|
7
|
+
isDependentField: boolean;
|
|
8
|
+
}
|
|
@@ -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,10 +1,10 @@
|
|
|
1
|
-
export declare class ChangeWrapper {
|
|
2
|
-
fromQuestionId: string;
|
|
3
|
-
fromQuestionName: string;
|
|
4
|
-
toQuestionId: string;
|
|
5
|
-
toQuestionName: string;
|
|
6
|
-
valueObj: any;
|
|
7
|
-
selectedObj: string;
|
|
8
|
-
referenceField: string;
|
|
9
|
-
field: string;
|
|
10
|
-
}
|
|
1
|
+
export declare class ChangeWrapper {
|
|
2
|
+
fromQuestionId: string;
|
|
3
|
+
fromQuestionName: string;
|
|
4
|
+
toQuestionId: string;
|
|
5
|
+
toQuestionName: string;
|
|
6
|
+
valueObj: any;
|
|
7
|
+
selectedObj: string;
|
|
8
|
+
referenceField: string;
|
|
9
|
+
field: string;
|
|
10
|
+
}
|
|
@@ -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,18 +1,18 @@
|
|
|
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
|
+
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,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
|
+
}
|
package/lib/nxt-app.module.d.ts
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./nxt-app.component";
|
|
3
|
-
import * as i2 from "./pages/questionnaire/questionnaire.component";
|
|
4
|
-
import * as i3 from "./components/pick-location/pick-location.component";
|
|
5
|
-
import * as i4 from "./components/custom-input/custom-input.component";
|
|
6
|
-
import * as i5 from "./components/custom-text-area/custom-text-area.component";
|
|
7
|
-
import * as i6 from "./components/custom-table/custom-table.component";
|
|
8
|
-
import * as i7 from "./components/custom-calendar/custom-calendar.component";
|
|
9
|
-
import * as i8 from "./components/custom-date-picker/custom-date-picker.component";
|
|
10
|
-
import * as i9 from "./components/dropdown-with-flag/dropdown-with-flag.component";
|
|
11
|
-
import * as i10 from "./components/custom-dropdown/custom-dropdown.component";
|
|
12
|
-
import * as i11 from "./pages/booklet/booklet.component";
|
|
13
|
-
import * as i12 from "./components/search-box/search-box.component";
|
|
14
|
-
import * as i13 from "./pages/questionbook/questionbook.component";
|
|
15
|
-
import * as i14 from "./components/file-upload/file-upload.component";
|
|
16
|
-
import * as i15 from "./pages/summary-page/summary-page.component";
|
|
17
|
-
import * as i16 from "./components/file-view/file-view.component";
|
|
18
|
-
import * as i17 from "./components/dependent-table/dependent-table.component";
|
|
19
|
-
import * as i18 from "./components/custom-label/custom-label.component";
|
|
20
|
-
import * as i19 from "./components/table-appendix/table-appendix.component";
|
|
21
|
-
import * as i20 from "./components/custom-date/custom-date.component";
|
|
22
|
-
import * as i21 from "./components/custom-time/custom-time.component";
|
|
23
|
-
import * as i22 from "./components/custom-button/custom-button.component";
|
|
24
|
-
import * as i23 from "./components/custom-model/custom-model.component";
|
|
25
|
-
import * as i24 from "./components/loader/loader.component";
|
|
26
|
-
import * as i25 from "./i18n.component";
|
|
27
|
-
import * as i26 from "./i18n.pipe";
|
|
28
|
-
import * as i27 from "./components/custom-image/custom-image.component";
|
|
29
|
-
import * as i28 from "./components/custom-radio/custom-radio.component";
|
|
30
|
-
import * as i29 from "@angular/common";
|
|
31
|
-
import * as i30 from "@angular/forms";
|
|
32
|
-
import * as i31 from "mydatepicker";
|
|
33
|
-
import * as i32 from "ng-pick-datetime";
|
|
34
|
-
import * as i33 from "./directives/componenthost/componenthost.directive";
|
|
35
|
-
import * as i34 from "./pipe/get-value.pipe";
|
|
36
|
-
import * as i35 from "@ng-select/ng-select";
|
|
37
|
-
import * as i36 from "@angular/google-maps";
|
|
38
|
-
import * as i37 from "@angular/material/tooltip";
|
|
39
|
-
import * as i38 from "ngx-spinner";
|
|
40
|
-
import * as i39 from "./i18n.module";
|
|
41
|
-
import * as i40 from "ng-circle-progress";
|
|
42
|
-
export declare class NxtAppModule {
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NxtAppModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NxtAppModule, [typeof i1.NxtAppComponent, typeof i2.QuestionnaireComponent, typeof i3.PickLocationComponent, typeof i4.CustomInputComponent, typeof i5.CustomTextAreaComponent, typeof i6.CustomTableComponent, typeof i7.CustomCalendarComponent, typeof i8.CustomDatePickerComponent, typeof i9.DropdownWithFlagComponent, typeof i10.CustomDropdownComponent, typeof i11.BookletComponent, typeof i12.SearchBoxComponent, typeof i13.QuestionbookComponent, typeof i14.FileUploadComponent, typeof i15.SummaryPageComponent, typeof i16.FileViewComponent, typeof i17.DependentTableComponent, typeof i18.CustomLabelComponent, typeof i19.TableAppendixComponent, typeof i20.CustomDateComponent, typeof i21.CustomTimeComponent, typeof i22.CustomButtonComponent, typeof i23.CustomModelComponent, typeof i24.LoaderComponent, typeof i25.I18nComponent, typeof i26.I18nPipe, typeof i27.CustomImageComponent, typeof i28.CustomRadioComponent], [typeof i29.CommonModule, typeof i30.FormsModule, typeof i31.MyDatePickerModule, typeof i32.OwlDateTimeModule, typeof i32.OwlNativeDateTimeModule, typeof i33.ComponenthostDirective, typeof i34.GetValuePipe, typeof i35.NgSelectModule, typeof i36.GoogleMapsModule, typeof i37.MatTooltipModule, typeof i30.ReactiveFormsModule, typeof i38.NgxSpinnerModule, typeof i39.I18nModule, typeof i40.NgCircleProgressModule], [typeof i1.NxtAppComponent, typeof i2.QuestionnaireComponent, typeof i11.BookletComponent, typeof i15.SummaryPageComponent, typeof i26.I18nPipe, typeof i25.I18nComponent]>;
|
|
45
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NxtAppModule>;
|
|
46
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./nxt-app.component";
|
|
3
|
+
import * as i2 from "./pages/questionnaire/questionnaire.component";
|
|
4
|
+
import * as i3 from "./components/pick-location/pick-location.component";
|
|
5
|
+
import * as i4 from "./components/custom-input/custom-input.component";
|
|
6
|
+
import * as i5 from "./components/custom-text-area/custom-text-area.component";
|
|
7
|
+
import * as i6 from "./components/custom-table/custom-table.component";
|
|
8
|
+
import * as i7 from "./components/custom-calendar/custom-calendar.component";
|
|
9
|
+
import * as i8 from "./components/custom-date-picker/custom-date-picker.component";
|
|
10
|
+
import * as i9 from "./components/dropdown-with-flag/dropdown-with-flag.component";
|
|
11
|
+
import * as i10 from "./components/custom-dropdown/custom-dropdown.component";
|
|
12
|
+
import * as i11 from "./pages/booklet/booklet.component";
|
|
13
|
+
import * as i12 from "./components/search-box/search-box.component";
|
|
14
|
+
import * as i13 from "./pages/questionbook/questionbook.component";
|
|
15
|
+
import * as i14 from "./components/file-upload/file-upload.component";
|
|
16
|
+
import * as i15 from "./pages/summary-page/summary-page.component";
|
|
17
|
+
import * as i16 from "./components/file-view/file-view.component";
|
|
18
|
+
import * as i17 from "./components/dependent-table/dependent-table.component";
|
|
19
|
+
import * as i18 from "./components/custom-label/custom-label.component";
|
|
20
|
+
import * as i19 from "./components/table-appendix/table-appendix.component";
|
|
21
|
+
import * as i20 from "./components/custom-date/custom-date.component";
|
|
22
|
+
import * as i21 from "./components/custom-time/custom-time.component";
|
|
23
|
+
import * as i22 from "./components/custom-button/custom-button.component";
|
|
24
|
+
import * as i23 from "./components/custom-model/custom-model.component";
|
|
25
|
+
import * as i24 from "./components/loader/loader.component";
|
|
26
|
+
import * as i25 from "./i18n.component";
|
|
27
|
+
import * as i26 from "./i18n.pipe";
|
|
28
|
+
import * as i27 from "./components/custom-image/custom-image.component";
|
|
29
|
+
import * as i28 from "./components/custom-radio/custom-radio.component";
|
|
30
|
+
import * as i29 from "@angular/common";
|
|
31
|
+
import * as i30 from "@angular/forms";
|
|
32
|
+
import * as i31 from "mydatepicker";
|
|
33
|
+
import * as i32 from "ng-pick-datetime";
|
|
34
|
+
import * as i33 from "./directives/componenthost/componenthost.directive";
|
|
35
|
+
import * as i34 from "./pipe/get-value.pipe";
|
|
36
|
+
import * as i35 from "@ng-select/ng-select";
|
|
37
|
+
import * as i36 from "@angular/google-maps";
|
|
38
|
+
import * as i37 from "@angular/material/tooltip";
|
|
39
|
+
import * as i38 from "ngx-spinner";
|
|
40
|
+
import * as i39 from "./i18n.module";
|
|
41
|
+
import * as i40 from "ng-circle-progress";
|
|
42
|
+
export declare class NxtAppModule {
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NxtAppModule, never>;
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NxtAppModule, [typeof i1.NxtAppComponent, typeof i2.QuestionnaireComponent, typeof i3.PickLocationComponent, typeof i4.CustomInputComponent, typeof i5.CustomTextAreaComponent, typeof i6.CustomTableComponent, typeof i7.CustomCalendarComponent, typeof i8.CustomDatePickerComponent, typeof i9.DropdownWithFlagComponent, typeof i10.CustomDropdownComponent, typeof i11.BookletComponent, typeof i12.SearchBoxComponent, typeof i13.QuestionbookComponent, typeof i14.FileUploadComponent, typeof i15.SummaryPageComponent, typeof i16.FileViewComponent, typeof i17.DependentTableComponent, typeof i18.CustomLabelComponent, typeof i19.TableAppendixComponent, typeof i20.CustomDateComponent, typeof i21.CustomTimeComponent, typeof i22.CustomButtonComponent, typeof i23.CustomModelComponent, typeof i24.LoaderComponent, typeof i25.I18nComponent, typeof i26.I18nPipe, typeof i27.CustomImageComponent, typeof i28.CustomRadioComponent], [typeof i29.CommonModule, typeof i30.FormsModule, typeof i31.MyDatePickerModule, typeof i32.OwlDateTimeModule, typeof i32.OwlNativeDateTimeModule, typeof i33.ComponenthostDirective, typeof i34.GetValuePipe, typeof i35.NgSelectModule, typeof i36.GoogleMapsModule, typeof i37.MatTooltipModule, typeof i30.ReactiveFormsModule, typeof i38.NgxSpinnerModule, typeof i39.I18nModule, typeof i40.NgCircleProgressModule], [typeof i1.NxtAppComponent, typeof i2.QuestionnaireComponent, typeof i11.BookletComponent, typeof i15.SummaryPageComponent, typeof i26.I18nPipe, typeof i25.I18nComponent]>;
|
|
45
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NxtAppModule>;
|
|
46
|
+
}
|
package/lib/nxt-app.service.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class NxtAppService {
|
|
3
|
-
constructor();
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NxtAppService, never>;
|
|
5
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NxtAppService>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NxtAppService {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NxtAppService, never>;
|
|
5
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NxtAppService>;
|
|
6
|
+
}
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, ElementRef, SimpleChanges } from "@angular/core";
|
|
2
|
-
import { SalesforceService } from "../../services/salesforce.service";
|
|
3
|
-
import { DataService } from '../../services/data.service';
|
|
4
|
-
import { ActivatedRoute } from "@angular/router";
|
|
5
|
-
import { DomSanitizer, SafeHtml } from "@angular/platform-browser";
|
|
6
|
-
import { ActionMeta } from '../../interfaces/actionMeta';
|
|
7
|
-
import { BookletWrapper } from "../../model/bookletWrapper";
|
|
8
|
-
import { StorageService } from '../../services/storage.service';
|
|
9
|
-
import { ChangeService } from "../../services/change.service";
|
|
10
|
-
import { I18nService } from "../../i18n.service";
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class BookletComponent implements OnInit {
|
|
13
|
-
private sfService;
|
|
14
|
-
private dataService;
|
|
15
|
-
private storageService;
|
|
16
|
-
private route;
|
|
17
|
-
private sanitizer;
|
|
18
|
-
private changeService;
|
|
19
|
-
i18nService: I18nService;
|
|
20
|
-
bookletId: string;
|
|
21
|
-
serv: string;
|
|
22
|
-
tkn: string;
|
|
23
|
-
bookletJSON: any;
|
|
24
|
-
dropdownDependentData: any;
|
|
25
|
-
labelValue: string;
|
|
26
|
-
token: string;
|
|
27
|
-
languageCode: string;
|
|
28
|
-
fieldRestrictions: any;
|
|
29
|
-
handleBookletActionEvent: EventEmitter<any>;
|
|
30
|
-
handlePage: EventEmitter<any>;
|
|
31
|
-
hadleDropDownDependent: EventEmitter<any>;
|
|
32
|
-
handleCalendarDate: EventEmitter<any>;
|
|
33
|
-
handleCalendarEvent: EventEmitter<any>;
|
|
34
|
-
nxtBooklet: BookletWrapper;
|
|
35
|
-
booklet: any[];
|
|
36
|
-
abItem: any;
|
|
37
|
-
actions: ActionMeta[];
|
|
38
|
-
bookQuestionsMap: any;
|
|
39
|
-
translateMap: any;
|
|
40
|
-
private sqOptions;
|
|
41
|
-
isAnswerFlag: boolean;
|
|
42
|
-
spinnerName: string;
|
|
43
|
-
spinnerType: string;
|
|
44
|
-
langDirection: string;
|
|
45
|
-
answerList: any[];
|
|
46
|
-
dataBind: any;
|
|
47
|
-
allEvents: any[];
|
|
48
|
-
constructor(sfService: SalesforceService, dataService: DataService, storageService: StorageService, route: ActivatedRoute, sanitizer: DomSanitizer, changeService: ChangeService, el: ElementRef, i18nService: I18nService);
|
|
49
|
-
ngOnInit(): void;
|
|
50
|
-
ngOnChanges(simplechanges: SimpleChanges): void;
|
|
51
|
-
processBooklet(): void;
|
|
52
|
-
private readBooklet;
|
|
53
|
-
private successReadBooklet;
|
|
54
|
-
private failureReadBooklet;
|
|
55
|
-
handleBookletActionClick(action: ActionMeta): void;
|
|
56
|
-
handleCompleteBooklet(completeBooklet: any): void;
|
|
57
|
-
handleBook(quesList: any): void;
|
|
58
|
-
handleQues(ques: any): void;
|
|
59
|
-
addEvent(day: any, entryQues: any): void;
|
|
60
|
-
readQuestions(qbId: string): any[];
|
|
61
|
-
readTransQuestions(qbId: string): any[];
|
|
62
|
-
getText(value: any): SafeHtml;
|
|
63
|
-
getDropDown(event: any): void;
|
|
64
|
-
getCalendarDate(event: any): void;
|
|
65
|
-
getCalendarEvent(event: any): void;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BookletComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BookletComponent, "lib-booklet", never, { "bookletId": "bookletId"; "serv": "serv"; "tkn": "tkn"; "bookletJSON": "bookletJSON"; "dropdownDependentData": "dropdownDependentData"; "labelValue": "labelValue"; "token": "token"; "languageCode": "languageCode"; "fieldRestrictions": "fieldRestrictions"; "dataBind": "dataBind"; }, { "handleBookletActionEvent": "handleBookletActionEvent"; "handlePage": "handlePage"; "hadleDropDownDependent": "hadleDropDownDependent"; "handleCalendarDate": "handleCalendarDate"; "handleCalendarEvent": "handleCalendarEvent"; }, never, never, false>;
|
|
68
|
-
}
|
|
1
|
+
import { OnInit, EventEmitter, ElementRef, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { SalesforceService } from "../../services/salesforce.service";
|
|
3
|
+
import { DataService } from '../../services/data.service';
|
|
4
|
+
import { ActivatedRoute } from "@angular/router";
|
|
5
|
+
import { DomSanitizer, SafeHtml } from "@angular/platform-browser";
|
|
6
|
+
import { ActionMeta } from '../../interfaces/actionMeta';
|
|
7
|
+
import { BookletWrapper } from "../../model/bookletWrapper";
|
|
8
|
+
import { StorageService } from '../../services/storage.service';
|
|
9
|
+
import { ChangeService } from "../../services/change.service";
|
|
10
|
+
import { I18nService } from "../../i18n.service";
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class BookletComponent implements OnInit {
|
|
13
|
+
private sfService;
|
|
14
|
+
private dataService;
|
|
15
|
+
private storageService;
|
|
16
|
+
private route;
|
|
17
|
+
private sanitizer;
|
|
18
|
+
private changeService;
|
|
19
|
+
i18nService: I18nService;
|
|
20
|
+
bookletId: string;
|
|
21
|
+
serv: string;
|
|
22
|
+
tkn: string;
|
|
23
|
+
bookletJSON: any;
|
|
24
|
+
dropdownDependentData: any;
|
|
25
|
+
labelValue: string;
|
|
26
|
+
token: string;
|
|
27
|
+
languageCode: string;
|
|
28
|
+
fieldRestrictions: any;
|
|
29
|
+
handleBookletActionEvent: EventEmitter<any>;
|
|
30
|
+
handlePage: EventEmitter<any>;
|
|
31
|
+
hadleDropDownDependent: EventEmitter<any>;
|
|
32
|
+
handleCalendarDate: EventEmitter<any>;
|
|
33
|
+
handleCalendarEvent: EventEmitter<any>;
|
|
34
|
+
nxtBooklet: BookletWrapper;
|
|
35
|
+
booklet: any[];
|
|
36
|
+
abItem: any;
|
|
37
|
+
actions: ActionMeta[];
|
|
38
|
+
bookQuestionsMap: any;
|
|
39
|
+
translateMap: any;
|
|
40
|
+
private sqOptions;
|
|
41
|
+
isAnswerFlag: boolean;
|
|
42
|
+
spinnerName: string;
|
|
43
|
+
spinnerType: string;
|
|
44
|
+
langDirection: string;
|
|
45
|
+
answerList: any[];
|
|
46
|
+
dataBind: any;
|
|
47
|
+
allEvents: any[];
|
|
48
|
+
constructor(sfService: SalesforceService, dataService: DataService, storageService: StorageService, route: ActivatedRoute, sanitizer: DomSanitizer, changeService: ChangeService, el: ElementRef, i18nService: I18nService);
|
|
49
|
+
ngOnInit(): void;
|
|
50
|
+
ngOnChanges(simplechanges: SimpleChanges): void;
|
|
51
|
+
processBooklet(): void;
|
|
52
|
+
private readBooklet;
|
|
53
|
+
private successReadBooklet;
|
|
54
|
+
private failureReadBooklet;
|
|
55
|
+
handleBookletActionClick(action: ActionMeta): void;
|
|
56
|
+
handleCompleteBooklet(completeBooklet: any): void;
|
|
57
|
+
handleBook(quesList: any): void;
|
|
58
|
+
handleQues(ques: any): void;
|
|
59
|
+
addEvent(day: any, entryQues: any): void;
|
|
60
|
+
readQuestions(qbId: string): any[];
|
|
61
|
+
readTransQuestions(qbId: string): any[];
|
|
62
|
+
getText(value: any): SafeHtml;
|
|
63
|
+
getDropDown(event: any): void;
|
|
64
|
+
getCalendarDate(event: any): void;
|
|
65
|
+
getCalendarEvent(event: any): void;
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BookletComponent, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BookletComponent, "lib-booklet", never, { "bookletId": "bookletId"; "serv": "serv"; "tkn": "tkn"; "bookletJSON": "bookletJSON"; "dropdownDependentData": "dropdownDependentData"; "labelValue": "labelValue"; "token": "token"; "languageCode": "languageCode"; "fieldRestrictions": "fieldRestrictions"; "dataBind": "dataBind"; }, { "handleBookletActionEvent": "handleBookletActionEvent"; "handlePage": "handlePage"; "hadleDropDownDependent": "hadleDropDownDependent"; "handleCalendarDate": "handleCalendarDate"; "handleCalendarEvent": "handleCalendarEvent"; }, never, never, false>;
|
|
68
|
+
}
|