@rangertechnologies/ngnxt 2.1.173 → 2.1.174
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/esm2022/environments/version.mjs +2 -2
- package/esm2022/lib/pages/builder/element/element.component.mjs +2 -8
- package/esm2022/lib/pages/builder/properties/properties.component.mjs +25 -3
- package/esm2022/lib/services/form-builder.service.mjs +1 -1
- package/fesm2022/rangertechnologies-ngnxt.mjs +26 -10
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/pages/builder/properties/properties.component.d.ts +92 -0
- package/lib/services/form-builder.service.d.ts +12 -22
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.174.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.173.tgz +0 -0
|
@@ -64,6 +64,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
64
64
|
placeholder: string;
|
|
65
65
|
type: string;
|
|
66
66
|
key: string;
|
|
67
|
+
} | {
|
|
68
|
+
key: string;
|
|
69
|
+
label?: undefined;
|
|
70
|
+
placeholder?: undefined;
|
|
71
|
+
type?: undefined;
|
|
67
72
|
} | {
|
|
68
73
|
label: string;
|
|
69
74
|
type: string;
|
|
@@ -137,6 +142,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
137
142
|
placeholder: string;
|
|
138
143
|
type: string;
|
|
139
144
|
key: string;
|
|
145
|
+
} | {
|
|
146
|
+
key: string;
|
|
147
|
+
label?: undefined;
|
|
148
|
+
placeholder?: undefined;
|
|
149
|
+
type?: undefined;
|
|
140
150
|
} | {
|
|
141
151
|
label: string;
|
|
142
152
|
type: string;
|
|
@@ -236,6 +246,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
236
246
|
placeholder: string;
|
|
237
247
|
type: string;
|
|
238
248
|
key: string;
|
|
249
|
+
} | {
|
|
250
|
+
key: string;
|
|
251
|
+
label?: undefined;
|
|
252
|
+
placeholder?: undefined;
|
|
253
|
+
type?: undefined;
|
|
239
254
|
} | {
|
|
240
255
|
label: string;
|
|
241
256
|
type: string;
|
|
@@ -323,6 +338,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
323
338
|
placeholder: string;
|
|
324
339
|
type: string;
|
|
325
340
|
key: string;
|
|
341
|
+
} | {
|
|
342
|
+
key: string;
|
|
343
|
+
label?: undefined;
|
|
344
|
+
placeholder?: undefined;
|
|
345
|
+
type?: undefined;
|
|
326
346
|
} | {
|
|
327
347
|
label: string;
|
|
328
348
|
type: string;
|
|
@@ -396,6 +416,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
396
416
|
placeholder: string;
|
|
397
417
|
type: string;
|
|
398
418
|
key: string;
|
|
419
|
+
} | {
|
|
420
|
+
key: string;
|
|
421
|
+
label?: undefined;
|
|
422
|
+
placeholder?: undefined;
|
|
423
|
+
type?: undefined;
|
|
399
424
|
} | {
|
|
400
425
|
label: string;
|
|
401
426
|
type: string;
|
|
@@ -469,6 +494,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
469
494
|
placeholder: string;
|
|
470
495
|
type: string;
|
|
471
496
|
key: string;
|
|
497
|
+
} | {
|
|
498
|
+
key: string;
|
|
499
|
+
label?: undefined;
|
|
500
|
+
placeholder?: undefined;
|
|
501
|
+
type?: undefined;
|
|
472
502
|
} | {
|
|
473
503
|
label: string;
|
|
474
504
|
type: string;
|
|
@@ -538,6 +568,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
538
568
|
placeholder: string;
|
|
539
569
|
type: string;
|
|
540
570
|
key: string;
|
|
571
|
+
} | {
|
|
572
|
+
key: string;
|
|
573
|
+
label?: undefined;
|
|
574
|
+
placeholder?: undefined;
|
|
575
|
+
type?: undefined;
|
|
541
576
|
} | {
|
|
542
577
|
label: string;
|
|
543
578
|
type: string;
|
|
@@ -611,6 +646,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
611
646
|
placeholder: string;
|
|
612
647
|
type: string;
|
|
613
648
|
key: string;
|
|
649
|
+
} | {
|
|
650
|
+
key: string;
|
|
651
|
+
label?: undefined;
|
|
652
|
+
placeholder?: undefined;
|
|
653
|
+
type?: undefined;
|
|
614
654
|
} | {
|
|
615
655
|
label: string;
|
|
616
656
|
type: string;
|
|
@@ -684,6 +724,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
684
724
|
placeholder: string;
|
|
685
725
|
type: string;
|
|
686
726
|
key: string;
|
|
727
|
+
} | {
|
|
728
|
+
key: string;
|
|
729
|
+
label?: undefined;
|
|
730
|
+
placeholder?: undefined;
|
|
731
|
+
type?: undefined;
|
|
687
732
|
} | {
|
|
688
733
|
label: string;
|
|
689
734
|
type: string;
|
|
@@ -844,6 +889,12 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
844
889
|
type: string;
|
|
845
890
|
key: string;
|
|
846
891
|
options?: undefined;
|
|
892
|
+
} | {
|
|
893
|
+
key: string;
|
|
894
|
+
label?: undefined;
|
|
895
|
+
placeholder?: undefined;
|
|
896
|
+
type?: undefined;
|
|
897
|
+
options?: undefined;
|
|
847
898
|
} | {
|
|
848
899
|
label: string;
|
|
849
900
|
type: string;
|
|
@@ -928,6 +979,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
928
979
|
placeholder: string;
|
|
929
980
|
type: string;
|
|
930
981
|
key: string;
|
|
982
|
+
} | {
|
|
983
|
+
key: string;
|
|
984
|
+
label?: undefined;
|
|
985
|
+
placeholder?: undefined;
|
|
986
|
+
type?: undefined;
|
|
931
987
|
} | {
|
|
932
988
|
label: string;
|
|
933
989
|
type: string;
|
|
@@ -1001,6 +1057,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
1001
1057
|
placeholder: string;
|
|
1002
1058
|
type: string;
|
|
1003
1059
|
key: string;
|
|
1060
|
+
} | {
|
|
1061
|
+
key: string;
|
|
1062
|
+
label?: undefined;
|
|
1063
|
+
placeholder?: undefined;
|
|
1064
|
+
type?: undefined;
|
|
1004
1065
|
} | {
|
|
1005
1066
|
label: string;
|
|
1006
1067
|
type: string;
|
|
@@ -1074,6 +1135,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
1074
1135
|
placeholder: string;
|
|
1075
1136
|
type: string;
|
|
1076
1137
|
key: string;
|
|
1138
|
+
} | {
|
|
1139
|
+
key: string;
|
|
1140
|
+
label?: undefined;
|
|
1141
|
+
placeholder?: undefined;
|
|
1142
|
+
type?: undefined;
|
|
1077
1143
|
} | {
|
|
1078
1144
|
label: string;
|
|
1079
1145
|
type: string;
|
|
@@ -1147,6 +1213,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
1147
1213
|
placeholder: string;
|
|
1148
1214
|
type: string;
|
|
1149
1215
|
key: string;
|
|
1216
|
+
} | {
|
|
1217
|
+
key: string;
|
|
1218
|
+
label?: undefined;
|
|
1219
|
+
placeholder?: undefined;
|
|
1220
|
+
type?: undefined;
|
|
1150
1221
|
} | {
|
|
1151
1222
|
label: string;
|
|
1152
1223
|
type: string;
|
|
@@ -1220,6 +1291,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
1220
1291
|
placeholder: string;
|
|
1221
1292
|
type: string;
|
|
1222
1293
|
key: string;
|
|
1294
|
+
} | {
|
|
1295
|
+
key: string;
|
|
1296
|
+
label?: undefined;
|
|
1297
|
+
placeholder?: undefined;
|
|
1298
|
+
type?: undefined;
|
|
1223
1299
|
} | {
|
|
1224
1300
|
label: string;
|
|
1225
1301
|
type: string;
|
|
@@ -1307,6 +1383,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
1307
1383
|
placeholder: string;
|
|
1308
1384
|
type: string;
|
|
1309
1385
|
key: string;
|
|
1386
|
+
} | {
|
|
1387
|
+
key: string;
|
|
1388
|
+
label?: undefined;
|
|
1389
|
+
placeholder?: undefined;
|
|
1390
|
+
type?: undefined;
|
|
1310
1391
|
} | {
|
|
1311
1392
|
label: string;
|
|
1312
1393
|
type: string;
|
|
@@ -1380,6 +1461,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
1380
1461
|
placeholder: string;
|
|
1381
1462
|
type: string;
|
|
1382
1463
|
key: string;
|
|
1464
|
+
} | {
|
|
1465
|
+
key: string;
|
|
1466
|
+
label?: undefined;
|
|
1467
|
+
placeholder?: undefined;
|
|
1468
|
+
type?: undefined;
|
|
1383
1469
|
} | {
|
|
1384
1470
|
label: string;
|
|
1385
1471
|
type: string;
|
|
@@ -1467,6 +1553,11 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
1467
1553
|
placeholder: string;
|
|
1468
1554
|
type: string;
|
|
1469
1555
|
key: string;
|
|
1556
|
+
} | {
|
|
1557
|
+
key: string;
|
|
1558
|
+
label?: undefined;
|
|
1559
|
+
placeholder?: undefined;
|
|
1560
|
+
type?: undefined;
|
|
1470
1561
|
} | {
|
|
1471
1562
|
label: string;
|
|
1472
1563
|
type: string;
|
|
@@ -1568,6 +1659,7 @@ export declare class PropertiesComponent implements OnInit {
|
|
|
1568
1659
|
onStyleSelect(value: string): void;
|
|
1569
1660
|
isStyleActive(value: string): boolean;
|
|
1570
1661
|
getValueByPath(path: string): any;
|
|
1662
|
+
isAnotherIdSelected(): boolean;
|
|
1571
1663
|
onToggleChange(path: string, event: Event): void;
|
|
1572
1664
|
setValueByPath(path: string, value: any): void;
|
|
1573
1665
|
getStyleKeys(): string[];
|
|
@@ -4,40 +4,37 @@ import { HttpClient } from '@angular/common/http';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
interface FormElement {
|
|
6
6
|
action: any;
|
|
7
|
-
order: number;
|
|
8
7
|
id: any;
|
|
9
|
-
name: any;
|
|
10
|
-
value?: any;
|
|
11
|
-
required?: boolean;
|
|
12
8
|
type: string;
|
|
9
|
+
name: any;
|
|
13
10
|
questionText?: string;
|
|
14
11
|
question?: string;
|
|
15
12
|
helpText?: string;
|
|
16
13
|
errorMessage?: string;
|
|
17
14
|
isReadOnly?: boolean;
|
|
18
15
|
isHidden?: boolean;
|
|
16
|
+
required?: boolean;
|
|
17
|
+
referenceField?: any;
|
|
18
|
+
additionalRichContent?: any;
|
|
19
|
+
groupName?: any;
|
|
19
20
|
isDateBackward?: boolean;
|
|
21
|
+
title?: any;
|
|
22
|
+
subTitle?: any;
|
|
23
|
+
size?: number;
|
|
20
24
|
isDateForward?: boolean;
|
|
21
25
|
isOptional?: boolean;
|
|
22
26
|
isTitle?: boolean;
|
|
23
27
|
nextQuestion?: any;
|
|
24
28
|
allowedFileExtensions?: any;
|
|
25
29
|
questionNumber?: number;
|
|
30
|
+
order: number;
|
|
26
31
|
questionBookId?: any;
|
|
27
|
-
size?: number;
|
|
28
|
-
parentQuestion?: any;
|
|
29
32
|
fieldsMeta?: any;
|
|
30
|
-
summaryRows?: any;
|
|
31
|
-
summaryColumns?: any;
|
|
32
|
-
recordTypeName?: any;
|
|
33
|
-
recordTypeId?: any;
|
|
34
33
|
trackingId?: any;
|
|
35
|
-
dateText?: any;
|
|
36
|
-
timeText?: any;
|
|
37
34
|
recordId?: any;
|
|
38
35
|
qbReference?: any;
|
|
39
36
|
qbReferenceQuestions?: any;
|
|
40
|
-
|
|
37
|
+
primaryKey: boolean;
|
|
41
38
|
style: {
|
|
42
39
|
labelClass: any;
|
|
43
40
|
labelStyle: any;
|
|
@@ -49,15 +46,6 @@ interface FormElement {
|
|
|
49
46
|
direction: any;
|
|
50
47
|
questionStyle: any;
|
|
51
48
|
};
|
|
52
|
-
subText: any;
|
|
53
|
-
title?: any;
|
|
54
|
-
subTitle?: any;
|
|
55
|
-
referenceField?: any;
|
|
56
|
-
additionalRichContent?: any;
|
|
57
|
-
groupName?: any;
|
|
58
|
-
x24Hours?: boolean;
|
|
59
|
-
columns?: any;
|
|
60
|
-
data?: any;
|
|
61
49
|
options?: Array<{
|
|
62
50
|
value: string;
|
|
63
51
|
uniqueIdentifier: any;
|
|
@@ -66,6 +54,8 @@ interface FormElement {
|
|
|
66
54
|
name: any;
|
|
67
55
|
id: any;
|
|
68
56
|
}>;
|
|
57
|
+
subText: any;
|
|
58
|
+
columns?: any;
|
|
69
59
|
}
|
|
70
60
|
export declare class FormBuilderService {
|
|
71
61
|
private http;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|