@rangertechnologies/ngnxt 2.1.293 → 2.1.295
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 +218 -87
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/components/custom-dropdown/custom-dropdown.component.d.ts +3 -1
- package/lib/components/nxt-input/nxt-input.component.d.ts +3 -2
- package/lib/pages/builder/properties/properties.component.d.ts +7 -6
- package/lib/pages/questionbook/questionbook.component.d.ts +3 -6
- 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.295.tgz +0 -0
- package/src/lib/style.css +6 -0
- package/rangertechnologies-ngnxt-2.1.293.tgz +0 -0
|
@@ -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;
|
|
@@ -82,6 +82,7 @@ export declare class NxtInput implements AfterViewInit {
|
|
|
82
82
|
set size(size: number);
|
|
83
83
|
valueChange: EventEmitter<string>;
|
|
84
84
|
inputValue: EventEmitter<any>;
|
|
85
|
+
selectEmit: EventEmitter<any>;
|
|
85
86
|
onBlur: EventEmitter<any>;
|
|
86
87
|
onFocus: EventEmitter<any>;
|
|
87
88
|
toggleEmit: EventEmitter<any>;
|
|
@@ -134,7 +135,7 @@ export declare class NxtInput implements AfterViewInit {
|
|
|
134
135
|
rawInputVal: any;
|
|
135
136
|
languageCode: any;
|
|
136
137
|
currencyOptions: any;
|
|
137
|
-
|
|
138
|
+
currentCurrency: any;
|
|
138
139
|
showModal: boolean;
|
|
139
140
|
private geoCoder;
|
|
140
141
|
markerOptions: any;
|
|
@@ -195,5 +196,5 @@ export declare class NxtInput implements AfterViewInit {
|
|
|
195
196
|
onMarkerDragEnd(event: google.maps.MapMouseEvent): void;
|
|
196
197
|
loadGoogleMaps(): Promise<void>;
|
|
197
198
|
static ɵfac: i0.ɵɵFactoryDeclaration<NxtInput, never>;
|
|
198
|
-
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"; "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>;
|
|
199
200
|
}
|
|
@@ -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[];
|
|
@@ -57,12 +53,13 @@ export declare class QuestionbookComponent implements OnInit, AfterViewInit {
|
|
|
57
53
|
imageChangedEvent: Event | null;
|
|
58
54
|
alignImage: "center";
|
|
59
55
|
isImageHover: boolean;
|
|
56
|
+
currencyOption: any;
|
|
60
57
|
getFileRequirements(fieldsMeta: any): string;
|
|
61
58
|
hadleDropDownDependent: EventEmitter<any>;
|
|
62
59
|
handleCalendarDate: EventEmitter<any>;
|
|
63
60
|
handleCalendarEvent: EventEmitter<any>;
|
|
64
61
|
bookQuestionsMap: any;
|
|
65
|
-
constructor(
|
|
62
|
+
constructor(dataService: DataService, changeService: ChangeService, storageService: StorageService);
|
|
66
63
|
ngOnInit(): void;
|
|
67
64
|
ngAfterViewInit(): void;
|
|
68
65
|
handleQues(ques: any): Promise<void>;
|
|
@@ -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
|
package/src/lib/style.css
CHANGED
|
@@ -1877,6 +1877,12 @@ div > svg {
|
|
|
1877
1877
|
div:has(> svg:only-child) {
|
|
1878
1878
|
line-height: 0 !important;
|
|
1879
1879
|
}
|
|
1880
|
+
div > img {
|
|
1881
|
+
line-height: 0 !important;
|
|
1882
|
+
}
|
|
1883
|
+
div:has(> img:only-child) {
|
|
1884
|
+
line-height: 0 !important;
|
|
1885
|
+
}
|
|
1880
1886
|
/* SKS15OCT25 col size alignment */
|
|
1881
1887
|
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
|
|
1882
1888
|
{
|
|
Binary file
|