@rangertechnologies/ngnxt 2.1.292 → 2.1.294
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/fesm2022/rangertechnologies-ngnxt.mjs +255 -113
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/components/button/nxt-button.component.d.ts +2 -1
- package/lib/components/custom-dropdown/custom-dropdown.component.d.ts +3 -1
- package/lib/components/datatable/datatable.component.d.ts +0 -1
- package/lib/components/nxt-input/nxt-input.component.d.ts +5 -2
- package/lib/pages/builder/properties/common-fields.constants.d.ts +10 -0
- package/lib/pages/builder/properties/properties.component.d.ts +7 -6
- package/lib/pages/questionbook/questionbook.component.d.ts +10 -10
- package/lib/pipe/amount-in-words/amount-in-words.pipe.d.ts +9 -0
- package/lib/services/country/country.service.d.ts +1 -0
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.294.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.292.tgz +0 -0
|
@@ -30,6 +30,7 @@ export declare class NxtButtonComponent implements OnInit {
|
|
|
30
30
|
languageCode: any;
|
|
31
31
|
padding: any;
|
|
32
32
|
isLoading: boolean;
|
|
33
|
+
selector: boolean;
|
|
33
34
|
buttonClickEmit: EventEmitter<any>;
|
|
34
35
|
iconSrc: any;
|
|
35
36
|
isDropdownOpen: boolean;
|
|
@@ -41,5 +42,5 @@ export declare class NxtButtonComponent implements OnInit {
|
|
|
41
42
|
toggleDropdown(): void;
|
|
42
43
|
onClickOutside(event: MouseEvent): void;
|
|
43
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<NxtButtonComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NxtButtonComponent, "nxt-button", never, { "buttonValue": { "alias": "buttonValue"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; "type": { "alias": "type"; "required": false; }; "buttonDisable": { "alias": "buttonDisable"; "required": false; }; "btnBgColor": { "alias": "btnBgColor"; "required": false; }; "btnBorder": { "alias": "btnBorder"; "required": false; }; "btnBorderRadius": { "alias": "btnBorderRadius"; "required": false; }; "btnBorderColor": { "alias": "btnBorderColor"; "required": false; }; "btnTextColor": { "alias": "btnTextColor"; "required": false; }; "btnHeight": { "alias": "btnHeight"; "required": false; }; "btnWidth": { "alias": "btnWidth"; "required": false; }; "btnIconLeftSrc": { "alias": "btnIconLeftSrc"; "required": false; }; "btnIconRightSrc": { "alias": "btnIconRightSrc"; "required": false; }; "btnHoverBgColor": { "alias": "btnHoverBgColor"; "required": false; }; "btnHoverTextColor": { "alias": "btnHoverTextColor"; "required": false; }; "btnId": { "alias": "btnId"; "required": false; }; "dataDismiss": { "alias": "dataDismiss"; "required": false; }; "modalToTrigger": { "alias": "modalToTrigger"; "required": false; }; "isImageSvg": { "alias": "isImageSvg"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "buttonConfig": { "alias": "buttonConfig"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; }, { "buttonClickEmit": "buttonClickEmit"; }, never, never, true, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NxtButtonComponent, "nxt-button", never, { "buttonValue": { "alias": "buttonValue"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; "type": { "alias": "type"; "required": false; }; "buttonDisable": { "alias": "buttonDisable"; "required": false; }; "btnBgColor": { "alias": "btnBgColor"; "required": false; }; "btnBorder": { "alias": "btnBorder"; "required": false; }; "btnBorderRadius": { "alias": "btnBorderRadius"; "required": false; }; "btnBorderColor": { "alias": "btnBorderColor"; "required": false; }; "btnTextColor": { "alias": "btnTextColor"; "required": false; }; "btnHeight": { "alias": "btnHeight"; "required": false; }; "btnWidth": { "alias": "btnWidth"; "required": false; }; "btnIconLeftSrc": { "alias": "btnIconLeftSrc"; "required": false; }; "btnIconRightSrc": { "alias": "btnIconRightSrc"; "required": false; }; "btnHoverBgColor": { "alias": "btnHoverBgColor"; "required": false; }; "btnHoverTextColor": { "alias": "btnHoverTextColor"; "required": false; }; "btnId": { "alias": "btnId"; "required": false; }; "dataDismiss": { "alias": "dataDismiss"; "required": false; }; "modalToTrigger": { "alias": "modalToTrigger"; "required": false; }; "isImageSvg": { "alias": "isImageSvg"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "buttonConfig": { "alias": "buttonConfig"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "selector": { "alias": "selector"; "required": false; }; }, { "buttonClickEmit": "buttonClickEmit"; }, never, never, true, never>;
|
|
45
46
|
}
|
|
@@ -4,8 +4,10 @@ import { ChangeService } from '../../services/change/change.service';
|
|
|
4
4
|
import { DataService } from '../../services/data/data.service';
|
|
5
5
|
import { TranslationService } from '../../services/translation/translation.service';
|
|
6
6
|
import { StorageService } from '../../services/storage/storage.service';
|
|
7
|
+
import { CountryService } from '../../services/country/country.service';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class nxtDropdown implements OnInit {
|
|
10
|
+
private countryService;
|
|
9
11
|
private translationService;
|
|
10
12
|
private changeService;
|
|
11
13
|
private dataService;
|
|
@@ -28,7 +30,7 @@ export declare class nxtDropdown implements OnInit {
|
|
|
28
30
|
padding: any;
|
|
29
31
|
valueChange: EventEmitter<any>;
|
|
30
32
|
dropdownWrapper: ElementRef;
|
|
31
|
-
constructor(translationService: TranslationService, changeService: ChangeService, dataService: DataService, storageService: StorageService);
|
|
33
|
+
constructor(countryService: CountryService, translationService: TranslationService, changeService: ChangeService, dataService: DataService, storageService: StorageService);
|
|
32
34
|
subscription: Subscription;
|
|
33
35
|
showOptions: boolean;
|
|
34
36
|
selectedOption: any;
|
|
@@ -166,7 +166,6 @@ export declare class NxtDatatable {
|
|
|
166
166
|
ngOnDestroy(): void;
|
|
167
167
|
computeSummaryColumns(): void;
|
|
168
168
|
computeSummaryValues(from?: any): void;
|
|
169
|
-
onSummaryInputChange(): void;
|
|
170
169
|
sortData(column: string, sortingState?: any | undefined, currentState?: any | undefined, from?: any): void;
|
|
171
170
|
onScroll(tableContainer: HTMLElement): void;
|
|
172
171
|
onDocumentClick(event: any): void;
|
|
@@ -28,6 +28,7 @@ export declare class NxtInput implements AfterViewInit {
|
|
|
28
28
|
inputWeight: string;
|
|
29
29
|
labelSize: string;
|
|
30
30
|
inputValueSize: string;
|
|
31
|
+
textAlign: string;
|
|
31
32
|
labelColor: string;
|
|
32
33
|
showLabel: string;
|
|
33
34
|
svgHeight: string;
|
|
@@ -77,9 +78,11 @@ export declare class NxtInput implements AfterViewInit {
|
|
|
77
78
|
apiKey: any;
|
|
78
79
|
readOnly: boolean;
|
|
79
80
|
padding: any;
|
|
81
|
+
margin: any;
|
|
80
82
|
set size(size: number);
|
|
81
83
|
valueChange: EventEmitter<string>;
|
|
82
84
|
inputValue: EventEmitter<any>;
|
|
85
|
+
selectEmit: EventEmitter<any>;
|
|
83
86
|
onBlur: EventEmitter<any>;
|
|
84
87
|
onFocus: EventEmitter<any>;
|
|
85
88
|
toggleEmit: EventEmitter<any>;
|
|
@@ -132,7 +135,7 @@ export declare class NxtInput implements AfterViewInit {
|
|
|
132
135
|
rawInputVal: any;
|
|
133
136
|
languageCode: any;
|
|
134
137
|
currencyOptions: any;
|
|
135
|
-
|
|
138
|
+
currentCurrency: any;
|
|
136
139
|
showModal: boolean;
|
|
137
140
|
private geoCoder;
|
|
138
141
|
markerOptions: any;
|
|
@@ -193,5 +196,5 @@ export declare class NxtInput implements AfterViewInit {
|
|
|
193
196
|
onMarkerDragEnd(event: google.maps.MapMouseEvent): void;
|
|
194
197
|
loadGoogleMaps(): Promise<void>;
|
|
195
198
|
static ɵfac: i0.ɵɵFactoryDeclaration<NxtInput, never>;
|
|
196
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NxtInput, "nxt-input", never, { "label": { "alias": "label"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; "labelWeight": { "alias": "labelWeight"; "required": false; }; "inputWeight": { "alias": "inputWeight"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "inputValueSize": { "alias": "inputValueSize"; "required": false; }; "labelColor": { "alias": "labelColor"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "svgHeight": { "alias": "svgHeight"; "required": false; }; "svgWidth": { "alias": "svgWidth"; "required": false; }; "type": { "alias": "type"; "required": false; }; "inputIconRightSrc": { "alias": "inputIconRightSrc"; "required": false; }; "inputIconLeftSrc": { "alias": "inputIconLeftSrc"; "required": false; }; "required": { "alias": "required"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "inputBgColor": { "alias": "inputBgColor"; "required": false; }; "inputBorder": { "alias": "inputBorder"; "required": false; }; "placeholderColor": { "alias": "placeholderColor"; "required": false; }; "placeholderFont": { "alias": "placeholderFont"; "required": false; }; "placeholderWeight": { "alias": "placeholderWeight"; "required": false; }; "placeholderSize": { "alias": "placeholderSize"; "required": false; }; "inputTextColor": { "alias": "inputTextColor"; "required": false; }; "inputHeight": { "alias": "inputHeight"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputBorderSize": { "alias": "inputBorderSize"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "confPassVal": { "alias": "confPassVal"; "required": false; }; "confPass": { "alias": "confPass"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "question": { "alias": "question"; "required": false; }; "showSuggestion": { "alias": "showSuggestion"; "required": false; }; "ariaOwns": { "alias": "ariaOwns"; "required": false; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "options": { "alias": "options"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "from": { "alias": "from"; "required": false; }; "selectedOption": { "alias": "selectedOption"; "required": false; }; "apiMeta": { "alias": "apiMeta"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "apiKey": { "alias": "apiKey"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "valueChange": "valueChange"; "inputValue": "inputValue"; "onBlur": "onBlur"; "onFocus": "onFocus"; "toggleEmit": "toggleEmit"; "removeValueEmit": "removeValueEmit"; }, never, never, true, never>;
|
|
199
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NxtInput, "nxt-input", never, { "label": { "alias": "label"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; "labelWeight": { "alias": "labelWeight"; "required": false; }; "inputWeight": { "alias": "inputWeight"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "inputValueSize": { "alias": "inputValueSize"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "labelColor": { "alias": "labelColor"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "svgHeight": { "alias": "svgHeight"; "required": false; }; "svgWidth": { "alias": "svgWidth"; "required": false; }; "type": { "alias": "type"; "required": false; }; "inputIconRightSrc": { "alias": "inputIconRightSrc"; "required": false; }; "inputIconLeftSrc": { "alias": "inputIconLeftSrc"; "required": false; }; "required": { "alias": "required"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "inputBgColor": { "alias": "inputBgColor"; "required": false; }; "inputBorder": { "alias": "inputBorder"; "required": false; }; "placeholderColor": { "alias": "placeholderColor"; "required": false; }; "placeholderFont": { "alias": "placeholderFont"; "required": false; }; "placeholderWeight": { "alias": "placeholderWeight"; "required": false; }; "placeholderSize": { "alias": "placeholderSize"; "required": false; }; "inputTextColor": { "alias": "inputTextColor"; "required": false; }; "inputHeight": { "alias": "inputHeight"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputBorderSize": { "alias": "inputBorderSize"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "confPassVal": { "alias": "confPassVal"; "required": false; }; "confPass": { "alias": "confPass"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "question": { "alias": "question"; "required": false; }; "showSuggestion": { "alias": "showSuggestion"; "required": false; }; "ariaOwns": { "alias": "ariaOwns"; "required": false; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "options": { "alias": "options"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "from": { "alias": "from"; "required": false; }; "selectedOption": { "alias": "selectedOption"; "required": false; }; "apiMeta": { "alias": "apiMeta"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "apiKey": { "alias": "apiKey"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "valueChange": "valueChange"; "inputValue": "inputValue"; "selectEmit": "selectEmit"; "onBlur": "onBlur"; "onFocus": "onFocus"; "toggleEmit": "toggleEmit"; "removeValueEmit": "removeValueEmit"; }, never, never, true, never>;
|
|
197
200
|
}
|
|
@@ -117,6 +117,16 @@ export declare const COMMON_COLUMN_FIELD: ({
|
|
|
117
117
|
labelPath: string;
|
|
118
118
|
isTranslate?: undefined;
|
|
119
119
|
subQuestion?: undefined;
|
|
120
|
+
} | {
|
|
121
|
+
label: string;
|
|
122
|
+
placeholder: string;
|
|
123
|
+
type: string;
|
|
124
|
+
targetArray: string;
|
|
125
|
+
targetArrayKey: string;
|
|
126
|
+
key: string;
|
|
127
|
+
isTranslate?: undefined;
|
|
128
|
+
labelPath?: undefined;
|
|
129
|
+
subQuestion?: undefined;
|
|
120
130
|
} | {
|
|
121
131
|
label: string;
|
|
122
132
|
placeholder: string;
|
|
@@ -70,6 +70,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
70
70
|
labelPath: string;
|
|
71
71
|
}[];
|
|
72
72
|
};
|
|
73
|
+
currency: {
|
|
74
|
+
elementProps: any[];
|
|
75
|
+
fieldProps: any[];
|
|
76
|
+
appearance: any[];
|
|
77
|
+
};
|
|
73
78
|
Line: {
|
|
74
79
|
elementProps: ({
|
|
75
80
|
label: string;
|
|
@@ -100,13 +105,9 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
100
105
|
fieldProps: any[];
|
|
101
106
|
};
|
|
102
107
|
Space: {
|
|
103
|
-
elementProps:
|
|
104
|
-
label: string;
|
|
105
|
-
type: string;
|
|
106
|
-
key: string;
|
|
107
|
-
labelPath: string;
|
|
108
|
-
}[];
|
|
108
|
+
elementProps: any[];
|
|
109
109
|
fieldProps: any[];
|
|
110
|
+
appearance: any[];
|
|
110
111
|
};
|
|
111
112
|
Table: {
|
|
112
113
|
elementProps: ({
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
import { OnInit, EventEmitter,
|
|
1
|
+
import { OnInit, EventEmitter, AfterViewInit } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
3
3
|
import { CropperPosition, Dimensions, ImageTransform } from '../../components/image-cropper/interfaces';
|
|
4
|
-
import { SalesforceService } from '../../services/salesforce/salesforce.service';
|
|
5
4
|
import { DataService } from '../../services/data/data.service';
|
|
6
5
|
import { ChangeService } from '../../services/change/change.service';
|
|
7
6
|
import { StorageService } from '../../services/storage/storage.service';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
export declare class QuestionbookComponent implements OnInit, AfterViewInit {
|
|
10
|
-
private sfService;
|
|
11
9
|
private dataService;
|
|
12
10
|
private changeService;
|
|
13
11
|
private storageService;
|
|
14
|
-
private cdr;
|
|
15
|
-
private document;
|
|
16
12
|
qbItem: any;
|
|
17
13
|
questionItem: any;
|
|
18
14
|
questions: any[];
|
|
@@ -20,9 +16,6 @@ export declare class QuestionbookComponent implements OnInit, AfterViewInit {
|
|
|
20
16
|
labelValue: string;
|
|
21
17
|
token: string;
|
|
22
18
|
isEdit: boolean;
|
|
23
|
-
handleDropDown: EventEmitter<any>;
|
|
24
|
-
handleQuestion: EventEmitter<any>;
|
|
25
|
-
singleFieldChangeEmit: EventEmitter<any>;
|
|
26
19
|
dropDownData: any;
|
|
27
20
|
dataBind: any;
|
|
28
21
|
allIcons: any[];
|
|
@@ -30,6 +23,12 @@ export declare class QuestionbookComponent implements OnInit, AfterViewInit {
|
|
|
30
23
|
cdnIconURL: string;
|
|
31
24
|
direction: any;
|
|
32
25
|
languageCode: any;
|
|
26
|
+
from: any;
|
|
27
|
+
bgColor: any;
|
|
28
|
+
margin: any;
|
|
29
|
+
handleDropDown: EventEmitter<any>;
|
|
30
|
+
handleQuestion: EventEmitter<any>;
|
|
31
|
+
singleFieldChangeEmit: EventEmitter<any>;
|
|
33
32
|
subQuestions: any[];
|
|
34
33
|
selectedFileData: any[];
|
|
35
34
|
loadComponent$: BehaviorSubject<boolean>;
|
|
@@ -54,12 +53,13 @@ export declare class QuestionbookComponent implements OnInit, AfterViewInit {
|
|
|
54
53
|
imageChangedEvent: Event | null;
|
|
55
54
|
alignImage: "center";
|
|
56
55
|
isImageHover: boolean;
|
|
56
|
+
currencyOption: any;
|
|
57
57
|
getFileRequirements(fieldsMeta: any): string;
|
|
58
58
|
hadleDropDownDependent: EventEmitter<any>;
|
|
59
59
|
handleCalendarDate: EventEmitter<any>;
|
|
60
60
|
handleCalendarEvent: EventEmitter<any>;
|
|
61
61
|
bookQuestionsMap: any;
|
|
62
|
-
constructor(
|
|
62
|
+
constructor(dataService: DataService, changeService: ChangeService, storageService: StorageService);
|
|
63
63
|
ngOnInit(): void;
|
|
64
64
|
ngAfterViewInit(): void;
|
|
65
65
|
handleQues(ques: any): Promise<void>;
|
|
@@ -103,5 +103,5 @@ export declare class QuestionbookComponent implements OnInit, AfterViewInit {
|
|
|
103
103
|
convertBlobToBase64(objectUrl: string): Promise<string>;
|
|
104
104
|
closeModal(): void;
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionbookComponent, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionbookComponent, "lib-questionbook", never, { "qbItem": { "alias": "qbItem"; "required": false; }; "questionItem": { "alias": "questionItem"; "required": false; }; "questions": { "alias": "questions"; "required": false; }; "errorFieldId": { "alias": "errorFieldId"; "required": false; }; "labelValue": { "alias": "labelValue"; "required": false; }; "token": { "alias": "token"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "dropDownData": { "alias": "dropDownData"; "required": false; }; "dataBind": { "alias": "dataBind"; "required": false; }; "allIcons": { "alias": "allIcons"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "cdnIconURL": { "alias": "cdnIconURL"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; }, { "handleDropDown": "handleDropDown"; "handleQuestion": "handleQuestion"; "singleFieldChangeEmit": "singleFieldChangeEmit"; "hadleDropDownDependent": "hadleDropDownDependent"; "handleCalendarDate": "handleCalendarDate"; "handleCalendarEvent": "handleCalendarEvent"; }, never, never, true, never>;
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionbookComponent, "lib-questionbook", never, { "qbItem": { "alias": "qbItem"; "required": false; }; "questionItem": { "alias": "questionItem"; "required": false; }; "questions": { "alias": "questions"; "required": false; }; "errorFieldId": { "alias": "errorFieldId"; "required": false; }; "labelValue": { "alias": "labelValue"; "required": false; }; "token": { "alias": "token"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "dropDownData": { "alias": "dropDownData"; "required": false; }; "dataBind": { "alias": "dataBind"; "required": false; }; "allIcons": { "alias": "allIcons"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "cdnIconURL": { "alias": "cdnIconURL"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; "from": { "alias": "from"; "required": false; }; "bgColor": { "alias": "bgColor"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; }, { "handleDropDown": "handleDropDown"; "handleQuestion": "handleQuestion"; "singleFieldChangeEmit": "singleFieldChangeEmit"; "hadleDropDownDependent": "hadleDropDownDependent"; "handleCalendarDate": "handleCalendarDate"; "handleCalendarEvent": "handleCalendarEvent"; }, never, never, true, never>;
|
|
107
107
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AmountInWordsPipe implements PipeTransform {
|
|
4
|
+
a: string[];
|
|
5
|
+
b: string[];
|
|
6
|
+
transform(value: string): any;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AmountInWordsPipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AmountInWordsPipe, "amountInWords", true>;
|
|
9
|
+
}
|
|
@@ -46,6 +46,7 @@ export declare class CountryService {
|
|
|
46
46
|
constructor();
|
|
47
47
|
private transformData;
|
|
48
48
|
currentCurrency(option: any): void;
|
|
49
|
+
currencyCodeSet(code: any): void;
|
|
49
50
|
getCurrentCurrency(): any;
|
|
50
51
|
getCountryData(fields: (keyof CountryData)[]): any[];
|
|
51
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<CountryService, never>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|