@rangertechnologies/ngnxt 2.1.275 → 2.1.277
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 +6192 -9519
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/components/custom-calendar/custom-calendar.component.d.ts +1 -2
- package/lib/components/custom-dropdown/custom-dropdown.component.d.ts +1 -5
- package/lib/components/datatable/datatable.component.d.ts +7 -2
- package/lib/components/nxt-input/nxt-input.component.d.ts +10 -4
- package/lib/pages/builder/element/element.component.d.ts +0 -1
- package/lib/pages/pdfDesigner/pdf-designer/pdf-designer.component.d.ts +16 -6
- package/lib/pages/pdfDesigner/pdf-properties/pdf-properties.component.d.ts +315 -66
- package/lib/pages/questionbook/questionbook.component.d.ts +4 -5
- package/lib/pages/questionnaire/questionnaire.component.d.ts +10 -11
- package/lib/services/country/country.service.d.ts +5 -0
- package/lib/services/pdf-designer/pdf-designer.service.d.ts +14 -4
- package/lib/services/storage/storage.service.d.ts +5 -2
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.277.tgz +0 -0
- package/lib/pages/builder/templates/templates.component.d.ts +0 -16
- package/lib/sample.d.ts +0 -11
- package/lib/wrapper.d.ts +0 -203
- package/rangertechnologies-ngnxt-2.1.275.tgz +0 -0
|
@@ -52,6 +52,19 @@ export declare class PdfPropertiesComponent {
|
|
|
52
52
|
pdfElements: any[];
|
|
53
53
|
unique_id: string;
|
|
54
54
|
selectedTemplate: any;
|
|
55
|
+
subtext: {
|
|
56
|
+
label: string;
|
|
57
|
+
type: string;
|
|
58
|
+
key: string;
|
|
59
|
+
labelPath: string;
|
|
60
|
+
subQuestion: {
|
|
61
|
+
label: string;
|
|
62
|
+
placeholder: string;
|
|
63
|
+
type: string;
|
|
64
|
+
key: string;
|
|
65
|
+
labelPath: string;
|
|
66
|
+
}[];
|
|
67
|
+
};
|
|
55
68
|
elementProperties: {
|
|
56
69
|
Header: {
|
|
57
70
|
elementProps: {
|
|
@@ -69,41 +82,46 @@ export declare class PdfPropertiesComponent {
|
|
|
69
82
|
placeholder: string;
|
|
70
83
|
type: string;
|
|
71
84
|
key: string;
|
|
85
|
+
isTranslate?: undefined;
|
|
86
|
+
} | {
|
|
87
|
+
label: string;
|
|
88
|
+
placeholder: string;
|
|
89
|
+
type: string;
|
|
90
|
+
key: string;
|
|
91
|
+
isTranslate: boolean;
|
|
92
|
+
labelPath: string;
|
|
72
93
|
} | {
|
|
73
94
|
label: string;
|
|
74
95
|
labelPath: string;
|
|
75
96
|
type: string;
|
|
76
97
|
key: string;
|
|
77
98
|
placeholder?: undefined;
|
|
99
|
+
isTranslate?: undefined;
|
|
78
100
|
})[];
|
|
79
101
|
fieldProps: ({
|
|
80
102
|
label: string;
|
|
81
|
-
labelPath: string;
|
|
82
103
|
type: string;
|
|
83
104
|
key: string;
|
|
84
|
-
placeholder?: undefined;
|
|
85
|
-
subQuestion?: undefined;
|
|
86
|
-
} | {
|
|
87
|
-
label: string;
|
|
88
105
|
labelPath: string;
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
106
|
+
subQuestion: {
|
|
107
|
+
label: string;
|
|
108
|
+
placeholder: string;
|
|
109
|
+
type: string;
|
|
110
|
+
key: string;
|
|
111
|
+
labelPath: string;
|
|
112
|
+
}[];
|
|
93
113
|
} | {
|
|
94
114
|
label: string;
|
|
95
115
|
labelPath: string;
|
|
96
|
-
placeholder: string;
|
|
97
116
|
type: string;
|
|
98
117
|
key: string;
|
|
99
|
-
|
|
118
|
+
placeholder?: undefined;
|
|
100
119
|
} | {
|
|
101
120
|
label: string;
|
|
102
121
|
labelPath: string;
|
|
103
122
|
placeholder: string;
|
|
104
123
|
type: string;
|
|
105
124
|
key: string;
|
|
106
|
-
subQuestion: any[];
|
|
107
125
|
})[];
|
|
108
126
|
appearance: ({
|
|
109
127
|
label: string;
|
|
@@ -155,45 +173,57 @@ export declare class PdfPropertiesComponent {
|
|
|
155
173
|
options?: undefined;
|
|
156
174
|
})[];
|
|
157
175
|
};
|
|
158
|
-
|
|
176
|
+
currency: {
|
|
159
177
|
elementProps: ({
|
|
160
178
|
label: string;
|
|
179
|
+
labelPath: string;
|
|
161
180
|
placeholder: string;
|
|
162
181
|
type: string;
|
|
163
182
|
key: string;
|
|
183
|
+
isTranslate?: undefined;
|
|
164
184
|
} | {
|
|
165
185
|
label: string;
|
|
186
|
+
placeholder: string;
|
|
166
187
|
type: string;
|
|
167
188
|
key: string;
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
189
|
+
isTranslate: boolean;
|
|
190
|
+
labelPath: string;
|
|
191
|
+
} | {
|
|
171
192
|
label: string;
|
|
193
|
+
labelPath: string;
|
|
172
194
|
type: string;
|
|
173
195
|
key: string;
|
|
174
196
|
placeholder?: undefined;
|
|
175
|
-
|
|
176
|
-
}
|
|
197
|
+
isTranslate?: undefined;
|
|
198
|
+
})[];
|
|
199
|
+
fieldProps: ({
|
|
177
200
|
label: string;
|
|
178
|
-
placeholder: string;
|
|
179
201
|
type: string;
|
|
180
|
-
key
|
|
181
|
-
|
|
202
|
+
key: string;
|
|
203
|
+
labelPath: string;
|
|
204
|
+
subQuestion: {
|
|
205
|
+
label: string;
|
|
206
|
+
placeholder: string;
|
|
207
|
+
type: string;
|
|
208
|
+
key: string;
|
|
209
|
+
labelPath: string;
|
|
210
|
+
}[];
|
|
182
211
|
} | {
|
|
183
212
|
label: string;
|
|
184
|
-
|
|
213
|
+
labelPath: string;
|
|
185
214
|
type: string;
|
|
186
215
|
key: string;
|
|
187
|
-
|
|
216
|
+
placeholder?: undefined;
|
|
188
217
|
} | {
|
|
189
218
|
label: string;
|
|
219
|
+
labelPath: string;
|
|
190
220
|
placeholder: string;
|
|
191
221
|
type: string;
|
|
192
222
|
key: string;
|
|
193
|
-
subQuestion: any[];
|
|
194
223
|
})[];
|
|
195
224
|
appearance: ({
|
|
196
225
|
label: string;
|
|
226
|
+
labelPath: string;
|
|
197
227
|
type: string;
|
|
198
228
|
key: string;
|
|
199
229
|
placeholder: string;
|
|
@@ -205,6 +235,7 @@ export declare class PdfPropertiesComponent {
|
|
|
205
235
|
value?: undefined;
|
|
206
236
|
} | {
|
|
207
237
|
label: string;
|
|
238
|
+
labelPath: string;
|
|
208
239
|
type: string;
|
|
209
240
|
key: string;
|
|
210
241
|
value: string;
|
|
@@ -212,6 +243,7 @@ export declare class PdfPropertiesComponent {
|
|
|
212
243
|
options?: undefined;
|
|
213
244
|
} | {
|
|
214
245
|
label: string;
|
|
246
|
+
labelPath: string;
|
|
215
247
|
type: string;
|
|
216
248
|
key: string;
|
|
217
249
|
value: number;
|
|
@@ -219,16 +251,19 @@ export declare class PdfPropertiesComponent {
|
|
|
219
251
|
options?: undefined;
|
|
220
252
|
} | {
|
|
221
253
|
label: string;
|
|
254
|
+
labelPath: string;
|
|
222
255
|
type: string;
|
|
223
256
|
key: string;
|
|
224
257
|
value: string;
|
|
225
258
|
options: {
|
|
226
259
|
value: string;
|
|
227
260
|
label: string;
|
|
261
|
+
labelPath: string;
|
|
228
262
|
}[];
|
|
229
263
|
placeholder?: undefined;
|
|
230
264
|
} | {
|
|
231
265
|
label: string;
|
|
266
|
+
labelPath: string;
|
|
232
267
|
type: string;
|
|
233
268
|
key: string;
|
|
234
269
|
placeholder: string;
|
|
@@ -242,36 +277,52 @@ export declare class PdfPropertiesComponent {
|
|
|
242
277
|
placeholder: string;
|
|
243
278
|
type: string;
|
|
244
279
|
key: string;
|
|
280
|
+
isTranslate?: undefined;
|
|
281
|
+
labelPath?: undefined;
|
|
245
282
|
} | {
|
|
246
283
|
label: string;
|
|
284
|
+
placeholder: string;
|
|
247
285
|
type: string;
|
|
248
286
|
key: string;
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
287
|
+
isTranslate: boolean;
|
|
288
|
+
labelPath: string;
|
|
289
|
+
} | {
|
|
252
290
|
label: string;
|
|
253
291
|
type: string;
|
|
254
292
|
key: string;
|
|
255
293
|
placeholder?: undefined;
|
|
256
|
-
|
|
294
|
+
isTranslate?: undefined;
|
|
295
|
+
labelPath?: undefined;
|
|
257
296
|
} | {
|
|
258
297
|
label: string;
|
|
259
|
-
|
|
298
|
+
labelPath: string;
|
|
260
299
|
type: string;
|
|
261
|
-
key
|
|
262
|
-
|
|
300
|
+
key: string;
|
|
301
|
+
placeholder?: undefined;
|
|
302
|
+
isTranslate?: undefined;
|
|
303
|
+
})[];
|
|
304
|
+
fieldProps: ({
|
|
305
|
+
label: string;
|
|
306
|
+
type: string;
|
|
307
|
+
key: string;
|
|
308
|
+
labelPath: string;
|
|
309
|
+
subQuestion: {
|
|
310
|
+
label: string;
|
|
311
|
+
placeholder: string;
|
|
312
|
+
type: string;
|
|
313
|
+
key: string;
|
|
314
|
+
labelPath: string;
|
|
315
|
+
}[];
|
|
263
316
|
} | {
|
|
264
317
|
label: string;
|
|
265
|
-
placeholder: string;
|
|
266
318
|
type: string;
|
|
267
319
|
key: string;
|
|
268
|
-
|
|
320
|
+
placeholder?: undefined;
|
|
269
321
|
} | {
|
|
270
322
|
label: string;
|
|
271
323
|
placeholder: string;
|
|
272
324
|
type: string;
|
|
273
325
|
key: string;
|
|
274
|
-
subQuestion: any[];
|
|
275
326
|
})[];
|
|
276
327
|
appearance: ({
|
|
277
328
|
label: string;
|
|
@@ -318,33 +369,39 @@ export declare class PdfPropertiesComponent {
|
|
|
318
369
|
})[];
|
|
319
370
|
};
|
|
320
371
|
Pdf: {
|
|
321
|
-
elementProps: {
|
|
372
|
+
elementProps: ({
|
|
322
373
|
label: string;
|
|
323
374
|
labelPath: string;
|
|
324
375
|
type: string;
|
|
325
376
|
key: string;
|
|
326
|
-
|
|
327
|
-
|
|
377
|
+
placeholder?: undefined;
|
|
378
|
+
isTranslate?: undefined;
|
|
379
|
+
} | {
|
|
328
380
|
label: string;
|
|
329
|
-
labelPath: string;
|
|
330
381
|
placeholder: string;
|
|
331
382
|
type: string;
|
|
332
|
-
key
|
|
333
|
-
|
|
334
|
-
} | {
|
|
335
|
-
label: string;
|
|
383
|
+
key: string;
|
|
384
|
+
isTranslate: boolean;
|
|
336
385
|
labelPath: string;
|
|
337
|
-
|
|
386
|
+
})[];
|
|
387
|
+
fieldProps: ({
|
|
388
|
+
label: string;
|
|
338
389
|
type: string;
|
|
339
390
|
key: string;
|
|
340
|
-
|
|
391
|
+
labelPath: string;
|
|
392
|
+
subQuestion: {
|
|
393
|
+
label: string;
|
|
394
|
+
placeholder: string;
|
|
395
|
+
type: string;
|
|
396
|
+
key: string;
|
|
397
|
+
labelPath: string;
|
|
398
|
+
}[];
|
|
341
399
|
} | {
|
|
342
400
|
label: string;
|
|
343
401
|
labelPath: string;
|
|
344
402
|
placeholder: string;
|
|
345
403
|
type: string;
|
|
346
404
|
key: string;
|
|
347
|
-
subQuestion: any[];
|
|
348
405
|
})[];
|
|
349
406
|
appearance: any[];
|
|
350
407
|
};
|
|
@@ -355,12 +412,14 @@ export declare class PdfPropertiesComponent {
|
|
|
355
412
|
key: string;
|
|
356
413
|
placeholder?: undefined;
|
|
357
414
|
options?: undefined;
|
|
415
|
+
labelPath?: undefined;
|
|
358
416
|
} | {
|
|
359
417
|
label: string;
|
|
360
418
|
type: string;
|
|
361
419
|
key: string;
|
|
362
420
|
placeholder: string;
|
|
363
421
|
options?: undefined;
|
|
422
|
+
labelPath?: undefined;
|
|
364
423
|
} | {
|
|
365
424
|
label: string;
|
|
366
425
|
type: string;
|
|
@@ -371,6 +430,14 @@ export declare class PdfPropertiesComponent {
|
|
|
371
430
|
labelPath: string;
|
|
372
431
|
}[];
|
|
373
432
|
placeholder?: undefined;
|
|
433
|
+
labelPath?: undefined;
|
|
434
|
+
} | {
|
|
435
|
+
label: string;
|
|
436
|
+
labelPath: string;
|
|
437
|
+
type: string;
|
|
438
|
+
key: string;
|
|
439
|
+
placeholder?: undefined;
|
|
440
|
+
options?: undefined;
|
|
374
441
|
})[];
|
|
375
442
|
fieldProps: any[];
|
|
376
443
|
appearance: ({
|
|
@@ -418,11 +485,17 @@ export declare class PdfPropertiesComponent {
|
|
|
418
485
|
})[];
|
|
419
486
|
};
|
|
420
487
|
Space: {
|
|
421
|
-
elementProps: {
|
|
488
|
+
elementProps: ({
|
|
422
489
|
label: string;
|
|
423
490
|
type: string;
|
|
424
491
|
key: string;
|
|
425
|
-
|
|
492
|
+
labelPath?: undefined;
|
|
493
|
+
} | {
|
|
494
|
+
label: string;
|
|
495
|
+
labelPath: string;
|
|
496
|
+
type: string;
|
|
497
|
+
key: string;
|
|
498
|
+
})[];
|
|
426
499
|
fieldProps: any[];
|
|
427
500
|
appearance: ({
|
|
428
501
|
label: string;
|
|
@@ -474,11 +547,29 @@ export declare class PdfPropertiesComponent {
|
|
|
474
547
|
placeholder: string;
|
|
475
548
|
type: string;
|
|
476
549
|
key: string;
|
|
550
|
+
isTranslate?: undefined;
|
|
551
|
+
labelPath?: undefined;
|
|
552
|
+
} | {
|
|
553
|
+
label: string;
|
|
554
|
+
placeholder: string;
|
|
555
|
+
type: string;
|
|
556
|
+
key: string;
|
|
557
|
+
isTranslate: boolean;
|
|
558
|
+
labelPath: string;
|
|
477
559
|
} | {
|
|
478
560
|
label: string;
|
|
479
561
|
type: string;
|
|
480
562
|
key: string;
|
|
481
563
|
placeholder?: undefined;
|
|
564
|
+
isTranslate?: undefined;
|
|
565
|
+
labelPath?: undefined;
|
|
566
|
+
} | {
|
|
567
|
+
label: string;
|
|
568
|
+
labelPath: string;
|
|
569
|
+
type: string;
|
|
570
|
+
key: string;
|
|
571
|
+
placeholder?: undefined;
|
|
572
|
+
isTranslate?: undefined;
|
|
482
573
|
})[];
|
|
483
574
|
fieldProps: ({
|
|
484
575
|
label: string;
|
|
@@ -545,7 +636,19 @@ export declare class PdfPropertiesComponent {
|
|
|
545
636
|
targetArray: string;
|
|
546
637
|
targetArrayKey: string;
|
|
547
638
|
key: string;
|
|
639
|
+
value?: undefined;
|
|
548
640
|
subQuestion?: undefined;
|
|
641
|
+
labelPath?: undefined;
|
|
642
|
+
} | {
|
|
643
|
+
label: string;
|
|
644
|
+
type: string;
|
|
645
|
+
targetArray: string;
|
|
646
|
+
targetArrayKey: string;
|
|
647
|
+
key: string;
|
|
648
|
+
value: string;
|
|
649
|
+
placeholder?: undefined;
|
|
650
|
+
subQuestion?: undefined;
|
|
651
|
+
labelPath?: undefined;
|
|
549
652
|
} | {
|
|
550
653
|
label: string;
|
|
551
654
|
placeholder: string;
|
|
@@ -561,6 +664,18 @@ export declare class PdfPropertiesComponent {
|
|
|
561
664
|
targetArrayKey: string;
|
|
562
665
|
key: string;
|
|
563
666
|
}[];
|
|
667
|
+
value?: undefined;
|
|
668
|
+
labelPath?: undefined;
|
|
669
|
+
} | {
|
|
670
|
+
label: string;
|
|
671
|
+
labelPath: string;
|
|
672
|
+
type: string;
|
|
673
|
+
key: string;
|
|
674
|
+
placeholder?: undefined;
|
|
675
|
+
targetArray?: undefined;
|
|
676
|
+
targetArrayKey?: undefined;
|
|
677
|
+
value?: undefined;
|
|
678
|
+
subQuestion?: undefined;
|
|
564
679
|
})[];
|
|
565
680
|
fieldProps: ({
|
|
566
681
|
label: string;
|
|
@@ -569,15 +684,25 @@ export declare class PdfPropertiesComponent {
|
|
|
569
684
|
targetArray: string;
|
|
570
685
|
targetArrayKey: string;
|
|
571
686
|
key: string;
|
|
687
|
+
labelPath?: undefined;
|
|
572
688
|
subQuestion?: undefined;
|
|
573
689
|
} | {
|
|
574
690
|
label: string;
|
|
575
|
-
placeholder: string;
|
|
576
691
|
type: string;
|
|
577
692
|
targetArray: string;
|
|
578
693
|
targetArrayKey: string;
|
|
579
694
|
key: string;
|
|
580
|
-
|
|
695
|
+
labelPath: string;
|
|
696
|
+
subQuestion: {
|
|
697
|
+
label: string;
|
|
698
|
+
placeholder: string;
|
|
699
|
+
type: string;
|
|
700
|
+
targetArray: string;
|
|
701
|
+
targetArrayKey: string;
|
|
702
|
+
key: string;
|
|
703
|
+
labelPath: string;
|
|
704
|
+
}[];
|
|
705
|
+
placeholder?: undefined;
|
|
581
706
|
})[];
|
|
582
707
|
appearance: ({
|
|
583
708
|
label: string;
|
|
@@ -625,35 +750,50 @@ export declare class PdfPropertiesComponent {
|
|
|
625
750
|
})[];
|
|
626
751
|
};
|
|
627
752
|
TextArea: {
|
|
628
|
-
elementProps: {
|
|
753
|
+
elementProps: ({
|
|
629
754
|
label: string;
|
|
630
755
|
type: string;
|
|
631
756
|
key: string;
|
|
632
|
-
|
|
633
|
-
|
|
757
|
+
placeholder?: undefined;
|
|
758
|
+
isTranslate?: undefined;
|
|
759
|
+
labelPath?: undefined;
|
|
760
|
+
} | {
|
|
634
761
|
label: string;
|
|
762
|
+
placeholder: string;
|
|
635
763
|
type: string;
|
|
636
764
|
key: string;
|
|
637
|
-
|
|
638
|
-
|
|
765
|
+
isTranslate: boolean;
|
|
766
|
+
labelPath: string;
|
|
639
767
|
} | {
|
|
640
768
|
label: string;
|
|
641
|
-
|
|
769
|
+
labelPath: string;
|
|
642
770
|
type: string;
|
|
643
|
-
key
|
|
644
|
-
|
|
771
|
+
key: string;
|
|
772
|
+
placeholder?: undefined;
|
|
773
|
+
isTranslate?: undefined;
|
|
774
|
+
})[];
|
|
775
|
+
fieldProps: ({
|
|
776
|
+
label: string;
|
|
777
|
+
type: string;
|
|
778
|
+
key: string;
|
|
779
|
+
labelPath: string;
|
|
780
|
+
subQuestion: {
|
|
781
|
+
label: string;
|
|
782
|
+
placeholder: string;
|
|
783
|
+
type: string;
|
|
784
|
+
key: string;
|
|
785
|
+
labelPath: string;
|
|
786
|
+
}[];
|
|
645
787
|
} | {
|
|
646
788
|
label: string;
|
|
647
|
-
placeholder: string;
|
|
648
789
|
type: string;
|
|
649
790
|
key: string;
|
|
650
|
-
|
|
791
|
+
placeholder?: undefined;
|
|
651
792
|
} | {
|
|
652
793
|
label: string;
|
|
653
794
|
placeholder: string;
|
|
654
795
|
type: string;
|
|
655
796
|
key: string;
|
|
656
|
-
subQuestion: any[];
|
|
657
797
|
})[];
|
|
658
798
|
appearance: ({
|
|
659
799
|
label: string;
|
|
@@ -686,11 +826,28 @@ export declare class PdfPropertiesComponent {
|
|
|
686
826
|
})[];
|
|
687
827
|
};
|
|
688
828
|
image: {
|
|
689
|
-
elementProps: {
|
|
829
|
+
elementProps: ({
|
|
690
830
|
label: string;
|
|
691
831
|
type: string;
|
|
692
832
|
key: string;
|
|
693
|
-
|
|
833
|
+
placeholder?: undefined;
|
|
834
|
+
isTranslate?: undefined;
|
|
835
|
+
labelPath?: undefined;
|
|
836
|
+
} | {
|
|
837
|
+
label: string;
|
|
838
|
+
placeholder: string;
|
|
839
|
+
type: string;
|
|
840
|
+
key: string;
|
|
841
|
+
isTranslate: boolean;
|
|
842
|
+
labelPath: string;
|
|
843
|
+
} | {
|
|
844
|
+
label: string;
|
|
845
|
+
labelPath: string;
|
|
846
|
+
type: string;
|
|
847
|
+
key: string;
|
|
848
|
+
placeholder?: undefined;
|
|
849
|
+
isTranslate?: undefined;
|
|
850
|
+
})[];
|
|
694
851
|
fieldProps: ({
|
|
695
852
|
label: string;
|
|
696
853
|
type: string;
|
|
@@ -701,23 +858,110 @@ export declare class PdfPropertiesComponent {
|
|
|
701
858
|
label: string;
|
|
702
859
|
placeholder: string;
|
|
703
860
|
type: string;
|
|
704
|
-
key
|
|
861
|
+
key: string;
|
|
705
862
|
subQuestion?: undefined;
|
|
706
863
|
} | {
|
|
707
864
|
label: string;
|
|
708
865
|
placeholder: string;
|
|
709
866
|
type: string;
|
|
710
867
|
key: string;
|
|
711
|
-
subQuestion
|
|
868
|
+
subQuestion: any[];
|
|
869
|
+
})[];
|
|
870
|
+
appearance: ({
|
|
871
|
+
label: string;
|
|
872
|
+
type: string;
|
|
873
|
+
key: string;
|
|
874
|
+
placeholder: string;
|
|
875
|
+
options: {
|
|
876
|
+
value: string;
|
|
877
|
+
label: string;
|
|
878
|
+
labelPath: string;
|
|
879
|
+
}[];
|
|
880
|
+
value?: undefined;
|
|
881
|
+
} | {
|
|
882
|
+
label: string;
|
|
883
|
+
type: string;
|
|
884
|
+
key: string;
|
|
885
|
+
value: string;
|
|
886
|
+
placeholder?: undefined;
|
|
887
|
+
options?: undefined;
|
|
888
|
+
} | {
|
|
889
|
+
label: string;
|
|
890
|
+
type: string;
|
|
891
|
+
key: string;
|
|
892
|
+
value: number;
|
|
893
|
+
placeholder?: undefined;
|
|
894
|
+
options?: undefined;
|
|
895
|
+
} | {
|
|
896
|
+
label: string;
|
|
897
|
+
type: string;
|
|
898
|
+
key: string;
|
|
899
|
+
value: string;
|
|
900
|
+
options: {
|
|
901
|
+
value: string;
|
|
902
|
+
label: string;
|
|
903
|
+
}[];
|
|
904
|
+
placeholder?: undefined;
|
|
712
905
|
} | {
|
|
713
906
|
label: string;
|
|
907
|
+
type: string;
|
|
908
|
+
key: string;
|
|
909
|
+
placeholder: string;
|
|
910
|
+
value: number[];
|
|
911
|
+
options?: undefined;
|
|
912
|
+
})[];
|
|
913
|
+
};
|
|
914
|
+
boolean: {
|
|
915
|
+
elementProps: ({
|
|
916
|
+
label: string;
|
|
917
|
+
labelPath: string;
|
|
918
|
+
placeholder: string;
|
|
919
|
+
type: string;
|
|
920
|
+
key: string;
|
|
921
|
+
isTranslate?: undefined;
|
|
922
|
+
} | {
|
|
923
|
+
label: string;
|
|
924
|
+
placeholder: string;
|
|
925
|
+
type: string;
|
|
926
|
+
key: string;
|
|
927
|
+
isTranslate: boolean;
|
|
928
|
+
labelPath: string;
|
|
929
|
+
} | {
|
|
930
|
+
label: string;
|
|
931
|
+
labelPath: string;
|
|
932
|
+
type: string;
|
|
933
|
+
key: string;
|
|
934
|
+
placeholder?: undefined;
|
|
935
|
+
isTranslate?: undefined;
|
|
936
|
+
})[];
|
|
937
|
+
fieldProps: ({
|
|
938
|
+
label: string;
|
|
939
|
+
type: string;
|
|
940
|
+
key: string;
|
|
941
|
+
labelPath: string;
|
|
942
|
+
subQuestion: {
|
|
943
|
+
label: string;
|
|
944
|
+
placeholder: string;
|
|
945
|
+
type: string;
|
|
946
|
+
key: string;
|
|
947
|
+
labelPath: string;
|
|
948
|
+
}[];
|
|
949
|
+
} | {
|
|
950
|
+
label: string;
|
|
951
|
+
labelPath: string;
|
|
952
|
+
type: string;
|
|
953
|
+
key: string;
|
|
954
|
+
placeholder?: undefined;
|
|
955
|
+
} | {
|
|
956
|
+
label: string;
|
|
957
|
+
labelPath: string;
|
|
714
958
|
placeholder: string;
|
|
715
959
|
type: string;
|
|
716
960
|
key: string;
|
|
717
|
-
subQuestion: any[];
|
|
718
961
|
})[];
|
|
719
962
|
appearance: ({
|
|
720
963
|
label: string;
|
|
964
|
+
labelPath: string;
|
|
721
965
|
type: string;
|
|
722
966
|
key: string;
|
|
723
967
|
placeholder: string;
|
|
@@ -729,6 +973,7 @@ export declare class PdfPropertiesComponent {
|
|
|
729
973
|
value?: undefined;
|
|
730
974
|
} | {
|
|
731
975
|
label: string;
|
|
976
|
+
labelPath: string;
|
|
732
977
|
type: string;
|
|
733
978
|
key: string;
|
|
734
979
|
value: string;
|
|
@@ -736,6 +981,7 @@ export declare class PdfPropertiesComponent {
|
|
|
736
981
|
options?: undefined;
|
|
737
982
|
} | {
|
|
738
983
|
label: string;
|
|
984
|
+
labelPath: string;
|
|
739
985
|
type: string;
|
|
740
986
|
key: string;
|
|
741
987
|
value: number;
|
|
@@ -743,16 +989,19 @@ export declare class PdfPropertiesComponent {
|
|
|
743
989
|
options?: undefined;
|
|
744
990
|
} | {
|
|
745
991
|
label: string;
|
|
992
|
+
labelPath: string;
|
|
746
993
|
type: string;
|
|
747
994
|
key: string;
|
|
748
995
|
value: string;
|
|
749
996
|
options: {
|
|
750
997
|
value: string;
|
|
751
998
|
label: string;
|
|
999
|
+
labelPath: string;
|
|
752
1000
|
}[];
|
|
753
1001
|
placeholder?: undefined;
|
|
754
1002
|
} | {
|
|
755
1003
|
label: string;
|
|
1004
|
+
labelPath: string;
|
|
756
1005
|
type: string;
|
|
757
1006
|
key: string;
|
|
758
1007
|
placeholder: string;
|
|
@@ -792,7 +1041,7 @@ export declare class PdfPropertiesComponent {
|
|
|
792
1041
|
setValueByPath(path: string, value: any): void;
|
|
793
1042
|
updateElement(element: any): void;
|
|
794
1043
|
getValueByArrayPath(targetArrayPath: any, targetArrayKey: string, selectColumn: string, keyPath: string): any;
|
|
795
|
-
updateValueByArrayPath(targetArrayPath: any, targetArrayKey: string, selectColumn: string, keyPath: string, event:
|
|
1044
|
+
updateValueByArrayPath(targetArrayPath: any, targetArrayKey: string, selectColumn: string, keyPath: string, event: any): void;
|
|
796
1045
|
getDataByPath(path: string): any;
|
|
797
1046
|
flipHorizontal(): void;
|
|
798
1047
|
flipVertical(): void;
|