@rangertechnologies/ngnxt 2.1.273 → 2.1.275
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 +201 -149
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/components/button/nxt-button.component.d.ts +2 -1
- package/lib/components/datatable/datatable.component.d.ts +2 -1
- package/lib/pages/booklet/booklet.component.d.ts +2 -1
- package/lib/pages/pdfDesigner/pdf-properties/pdf-properties.component.d.ts +77 -47
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.275.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.273.tgz +0 -0
|
@@ -28,6 +28,7 @@ export declare class NxtButtonComponent implements OnInit {
|
|
|
28
28
|
buttonConfig: any;
|
|
29
29
|
mode: 'view' | 'edit' | 'print';
|
|
30
30
|
languageCode: any;
|
|
31
|
+
isLoading: boolean;
|
|
31
32
|
buttonClickEmit: EventEmitter<any>;
|
|
32
33
|
iconSrc: any;
|
|
33
34
|
isDropdownOpen: boolean;
|
|
@@ -38,5 +39,5 @@ export declare class NxtButtonComponent implements OnInit {
|
|
|
38
39
|
toggleDropdown(): void;
|
|
39
40
|
onClickOutside(event: MouseEvent): void;
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<NxtButtonComponent, never>;
|
|
41
|
-
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; }; }, { "buttonClickEmit": "buttonClickEmit"; }, never, never, true, never>;
|
|
42
|
+
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; }; "isLoading": { "alias": "isLoading"; "required": false; }; }, { "buttonClickEmit": "buttonClickEmit"; }, never, never, true, never>;
|
|
42
43
|
}
|
|
@@ -55,6 +55,7 @@ export declare class NxtDatatable {
|
|
|
55
55
|
languageCode: string;
|
|
56
56
|
selectedColumn: string | null;
|
|
57
57
|
allIcons: any[];
|
|
58
|
+
isButtonLoading: boolean;
|
|
58
59
|
tableRowClick: EventEmitter<any>;
|
|
59
60
|
onEditData: EventEmitter<any>;
|
|
60
61
|
saveButtonData: EventEmitter<any>;
|
|
@@ -214,5 +215,5 @@ export declare class NxtDatatable {
|
|
|
214
215
|
saveTable(): void;
|
|
215
216
|
discardChanges(): void;
|
|
216
217
|
static ɵfac: i0.ɵɵFactoryDeclaration<NxtDatatable, never>;
|
|
217
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NxtDatatable, "nxt-datatable", never, { "data": { "alias": "data"; "required": false; }; "tableFilterData": { "alias": "tableFilterData"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "withCheckBox": { "alias": "withCheckBox"; "required": false; }; "searchBar": { "alias": "searchBar"; "required": false; }; "tableSaveButton": { "alias": "tableSaveButton"; "required": false; }; "stickyColumn": { "alias": "stickyColumn"; "required": false; }; "tableWidth": { "alias": "tableWidth"; "required": false; }; "actionColumHeader": { "alias": "actionColumHeader"; "required": false; }; "actionButton": { "alias": "actionButton"; "required": false; }; "title": { "alias": "title"; "required": false; }; "isButtons": { "alias": "isButtons"; "required": false; }; "buttonArray": { "alias": "buttonArray"; "required": false; }; "tableId": { "alias": "tableId"; "required": false; }; "isEditRow": { "alias": "isEditRow"; "required": false; }; "isDeleteRow": { "alias": "isDeleteRow"; "required": false; }; "addInlineRecord": { "alias": "addInlineRecord"; "required": false; }; "searchConfigs": { "alias": "searchConfigs"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "actionButtonArray": { "alias": "actionButtonArray"; "required": false; }; "multipleFilter": { "alias": "multipleFilter"; "required": false; }; "isPagination": { "alias": "isPagination"; "required": false; }; "isListViews": { "alias": "isListViews"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isNosIndicator": { "alias": "isNosIndicator"; "required": false; }; "isEditable": { "alias": "isEditable"; "required": false; }; "from": { "alias": "from"; "required": false; }; "question": { "alias": "question"; "required": false; }; "rowTextSize": { "alias": "rowTextSize"; "required": false; }; "rowTextColor": { "alias": "rowTextColor"; "required": false; }; "apiMeta": { "alias": "apiMeta"; "required": false; }; "summaryRows": { "alias": "summaryRows"; "required": false; }; "summaryColumns": { "alias": "summaryColumns"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "tableConfig": { "alias": "tableConfig"; "required": false; }; "tableParams": { "alias": "tableParams"; "required": false; }; "listViews": { "alias": "listViews"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; "selectedColumn": { "alias": "selectedColumn"; "required": false; }; "allIcons": { "alias": "allIcons"; "required": false; }; }, { "tableRowClick": "tableRowClick"; "onEditData": "onEditData"; "saveButtonData": "saveButtonData"; "onDeleteData": "onDeleteData"; "buttonEmit": "buttonEmit"; "hyperLinkEmit": "hyperLinkEmit"; "sideNavEmit": "sideNavEmit"; "actionButtonEmit": "actionButtonEmit"; "columnSelected": "columnSelected"; "removeColumn": "removeColumn"; "valueChange": "valueChange"; "selectedValues": "selectedValues"; "fileEmit": "fileEmit"; "NxtTableParamsEmit": "NxtTableParamsEmit"; "NxtTableFilterEmit": "NxtTableFilterEmit"; "hadleDropDownDependent": "hadleDropDownDependent"; "NxtTableEmit": "NxtTableEmit"; }, never, never, true, never>;
|
|
218
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NxtDatatable, "nxt-datatable", never, { "data": { "alias": "data"; "required": false; }; "tableFilterData": { "alias": "tableFilterData"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "withCheckBox": { "alias": "withCheckBox"; "required": false; }; "searchBar": { "alias": "searchBar"; "required": false; }; "tableSaveButton": { "alias": "tableSaveButton"; "required": false; }; "stickyColumn": { "alias": "stickyColumn"; "required": false; }; "tableWidth": { "alias": "tableWidth"; "required": false; }; "actionColumHeader": { "alias": "actionColumHeader"; "required": false; }; "actionButton": { "alias": "actionButton"; "required": false; }; "title": { "alias": "title"; "required": false; }; "isButtons": { "alias": "isButtons"; "required": false; }; "buttonArray": { "alias": "buttonArray"; "required": false; }; "tableId": { "alias": "tableId"; "required": false; }; "isEditRow": { "alias": "isEditRow"; "required": false; }; "isDeleteRow": { "alias": "isDeleteRow"; "required": false; }; "addInlineRecord": { "alias": "addInlineRecord"; "required": false; }; "searchConfigs": { "alias": "searchConfigs"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "actionButtonArray": { "alias": "actionButtonArray"; "required": false; }; "multipleFilter": { "alias": "multipleFilter"; "required": false; }; "isPagination": { "alias": "isPagination"; "required": false; }; "isListViews": { "alias": "isListViews"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isNosIndicator": { "alias": "isNosIndicator"; "required": false; }; "isEditable": { "alias": "isEditable"; "required": false; }; "from": { "alias": "from"; "required": false; }; "question": { "alias": "question"; "required": false; }; "rowTextSize": { "alias": "rowTextSize"; "required": false; }; "rowTextColor": { "alias": "rowTextColor"; "required": false; }; "apiMeta": { "alias": "apiMeta"; "required": false; }; "summaryRows": { "alias": "summaryRows"; "required": false; }; "summaryColumns": { "alias": "summaryColumns"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "tableConfig": { "alias": "tableConfig"; "required": false; }; "tableParams": { "alias": "tableParams"; "required": false; }; "listViews": { "alias": "listViews"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; "selectedColumn": { "alias": "selectedColumn"; "required": false; }; "allIcons": { "alias": "allIcons"; "required": false; }; "isButtonLoading": { "alias": "isButtonLoading"; "required": false; }; }, { "tableRowClick": "tableRowClick"; "onEditData": "onEditData"; "saveButtonData": "saveButtonData"; "onDeleteData": "onDeleteData"; "buttonEmit": "buttonEmit"; "hyperLinkEmit": "hyperLinkEmit"; "sideNavEmit": "sideNavEmit"; "actionButtonEmit": "actionButtonEmit"; "columnSelected": "columnSelected"; "removeColumn": "removeColumn"; "valueChange": "valueChange"; "selectedValues": "selectedValues"; "fileEmit": "fileEmit"; "NxtTableParamsEmit": "NxtTableParamsEmit"; "NxtTableFilterEmit": "NxtTableFilterEmit"; "hadleDropDownDependent": "hadleDropDownDependent"; "NxtTableEmit": "NxtTableEmit"; }, never, never, true, never>;
|
|
218
219
|
}
|
|
@@ -35,6 +35,7 @@ export declare class BookletComponent implements OnInit {
|
|
|
35
35
|
apiUrl: any;
|
|
36
36
|
isEdit: boolean;
|
|
37
37
|
direction: string;
|
|
38
|
+
isLoading: any;
|
|
38
39
|
handleBookletActionEvent: EventEmitter<any>;
|
|
39
40
|
handlePage: EventEmitter<any>;
|
|
40
41
|
hadleDropDownDependent: EventEmitter<any>;
|
|
@@ -73,5 +74,5 @@ export declare class BookletComponent implements OnInit {
|
|
|
73
74
|
getCalendarEvent(event: any): void;
|
|
74
75
|
editChangeClick(action: any): void;
|
|
75
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<BookletComponent, never>;
|
|
76
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BookletComponent, "lib-booklet", never, { "bookletId": { "alias": "bookletId"; "required": false; }; "serv": { "alias": "serv"; "required": false; }; "tkn": { "alias": "tkn"; "required": false; }; "bookletJSON": { "alias": "bookletJSON"; "required": false; }; "allIcons": { "alias": "allIcons"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "cdnIconURL": { "alias": "cdnIconURL"; "required": false; }; "dropdownDependentData": { "alias": "dropdownDependentData"; "required": false; }; "labelValue": { "alias": "labelValue"; "required": false; }; "token": { "alias": "token"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; "fieldRestrictions": { "alias": "fieldRestrictions"; "required": false; }; "from": { "alias": "from"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "dataBind": { "alias": "dataBind"; "required": false; }; }, { "handleBookletActionEvent": "handleBookletActionEvent"; "handlePage": "handlePage"; "hadleDropDownDependent": "hadleDropDownDependent"; "handleCalendarDate": "handleCalendarDate"; "handleCalendarEvent": "handleCalendarEvent"; }, never, never, true, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BookletComponent, "lib-booklet", never, { "bookletId": { "alias": "bookletId"; "required": false; }; "serv": { "alias": "serv"; "required": false; }; "tkn": { "alias": "tkn"; "required": false; }; "bookletJSON": { "alias": "bookletJSON"; "required": false; }; "allIcons": { "alias": "allIcons"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "cdnIconURL": { "alias": "cdnIconURL"; "required": false; }; "dropdownDependentData": { "alias": "dropdownDependentData"; "required": false; }; "labelValue": { "alias": "labelValue"; "required": false; }; "token": { "alias": "token"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; "fieldRestrictions": { "alias": "fieldRestrictions"; "required": false; }; "from": { "alias": "from"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "dataBind": { "alias": "dataBind"; "required": false; }; }, { "handleBookletActionEvent": "handleBookletActionEvent"; "handlePage": "handlePage"; "hadleDropDownDependent": "hadleDropDownDependent"; "handleCalendarDate": "handleCalendarDate"; "handleCalendarEvent": "handleCalendarEvent"; }, never, never, true, never>;
|
|
77
78
|
}
|
|
@@ -111,7 +111,11 @@ export declare class PdfPropertiesComponent {
|
|
|
111
111
|
type: string;
|
|
112
112
|
key: string;
|
|
113
113
|
placeholder: string;
|
|
114
|
-
options:
|
|
114
|
+
options: {
|
|
115
|
+
value: string;
|
|
116
|
+
label: string;
|
|
117
|
+
labelPath: string;
|
|
118
|
+
}[];
|
|
115
119
|
value?: undefined;
|
|
116
120
|
} | {
|
|
117
121
|
label: string;
|
|
@@ -193,7 +197,11 @@ export declare class PdfPropertiesComponent {
|
|
|
193
197
|
type: string;
|
|
194
198
|
key: string;
|
|
195
199
|
placeholder: string;
|
|
196
|
-
options:
|
|
200
|
+
options: {
|
|
201
|
+
value: string;
|
|
202
|
+
label: string;
|
|
203
|
+
labelPath: string;
|
|
204
|
+
}[];
|
|
197
205
|
value?: undefined;
|
|
198
206
|
} | {
|
|
199
207
|
label: string;
|
|
@@ -270,7 +278,11 @@ export declare class PdfPropertiesComponent {
|
|
|
270
278
|
type: string;
|
|
271
279
|
key: string;
|
|
272
280
|
placeholder: string;
|
|
273
|
-
options:
|
|
281
|
+
options: {
|
|
282
|
+
value: string;
|
|
283
|
+
label: string;
|
|
284
|
+
labelPath: string;
|
|
285
|
+
}[];
|
|
274
286
|
value?: undefined;
|
|
275
287
|
} | {
|
|
276
288
|
label: string;
|
|
@@ -353,7 +365,11 @@ export declare class PdfPropertiesComponent {
|
|
|
353
365
|
label: string;
|
|
354
366
|
type: string;
|
|
355
367
|
key: string;
|
|
356
|
-
options:
|
|
368
|
+
options: {
|
|
369
|
+
value: string;
|
|
370
|
+
label: string;
|
|
371
|
+
labelPath: string;
|
|
372
|
+
}[];
|
|
357
373
|
placeholder?: undefined;
|
|
358
374
|
})[];
|
|
359
375
|
fieldProps: any[];
|
|
@@ -362,7 +378,11 @@ export declare class PdfPropertiesComponent {
|
|
|
362
378
|
type: string;
|
|
363
379
|
key: string;
|
|
364
380
|
placeholder: string;
|
|
365
|
-
options:
|
|
381
|
+
options: {
|
|
382
|
+
value: string;
|
|
383
|
+
label: string;
|
|
384
|
+
labelPath: string;
|
|
385
|
+
}[];
|
|
366
386
|
value?: undefined;
|
|
367
387
|
} | {
|
|
368
388
|
label: string;
|
|
@@ -409,7 +429,11 @@ export declare class PdfPropertiesComponent {
|
|
|
409
429
|
type: string;
|
|
410
430
|
key: string;
|
|
411
431
|
placeholder: string;
|
|
412
|
-
options:
|
|
432
|
+
options: {
|
|
433
|
+
value: string;
|
|
434
|
+
label: string;
|
|
435
|
+
labelPath: string;
|
|
436
|
+
}[];
|
|
413
437
|
value?: undefined;
|
|
414
438
|
} | {
|
|
415
439
|
label: string;
|
|
@@ -474,7 +498,11 @@ export declare class PdfPropertiesComponent {
|
|
|
474
498
|
type: string;
|
|
475
499
|
key: string;
|
|
476
500
|
placeholder: string;
|
|
477
|
-
options:
|
|
501
|
+
options: {
|
|
502
|
+
value: string;
|
|
503
|
+
label: string;
|
|
504
|
+
labelPath: string;
|
|
505
|
+
}[];
|
|
478
506
|
value?: undefined;
|
|
479
507
|
} | {
|
|
480
508
|
label: string;
|
|
@@ -518,7 +546,6 @@ export declare class PdfPropertiesComponent {
|
|
|
518
546
|
targetArrayKey: string;
|
|
519
547
|
key: string;
|
|
520
548
|
subQuestion?: undefined;
|
|
521
|
-
children?: undefined;
|
|
522
549
|
} | {
|
|
523
550
|
label: string;
|
|
524
551
|
placeholder: string;
|
|
@@ -534,71 +561,67 @@ export declare class PdfPropertiesComponent {
|
|
|
534
561
|
targetArrayKey: string;
|
|
535
562
|
key: string;
|
|
536
563
|
}[];
|
|
537
|
-
|
|
538
|
-
|
|
564
|
+
})[];
|
|
565
|
+
fieldProps: ({
|
|
539
566
|
label: string;
|
|
540
567
|
placeholder: string;
|
|
541
568
|
type: string;
|
|
569
|
+
targetArray: string;
|
|
570
|
+
targetArrayKey: string;
|
|
542
571
|
key: string;
|
|
543
|
-
targetArray?: undefined;
|
|
544
|
-
targetArrayKey?: undefined;
|
|
545
|
-
subQuestion?: undefined;
|
|
546
|
-
children?: undefined;
|
|
547
|
-
} | {
|
|
548
|
-
label: string;
|
|
549
|
-
type: string;
|
|
550
|
-
key: string;
|
|
551
|
-
children: {
|
|
552
|
-
label: string;
|
|
553
|
-
type: string;
|
|
554
|
-
key: string;
|
|
555
|
-
}[];
|
|
556
|
-
placeholder?: undefined;
|
|
557
|
-
targetArray?: undefined;
|
|
558
|
-
targetArrayKey?: undefined;
|
|
559
572
|
subQuestion?: undefined;
|
|
560
573
|
} | {
|
|
561
574
|
label: string;
|
|
575
|
+
placeholder: string;
|
|
562
576
|
type: string;
|
|
577
|
+
targetArray: string;
|
|
578
|
+
targetArrayKey: string;
|
|
563
579
|
key: string;
|
|
564
|
-
|
|
565
|
-
targetArray?: undefined;
|
|
566
|
-
targetArrayKey?: undefined;
|
|
567
|
-
subQuestion?: undefined;
|
|
568
|
-
children?: undefined;
|
|
580
|
+
subQuestion: any[];
|
|
569
581
|
})[];
|
|
570
|
-
|
|
582
|
+
appearance: ({
|
|
571
583
|
label: string;
|
|
572
|
-
placeholder: string;
|
|
573
584
|
type: string;
|
|
585
|
+
targetArray: string;
|
|
586
|
+
targetArrayKey: string;
|
|
574
587
|
key: string;
|
|
575
|
-
|
|
576
|
-
|
|
588
|
+
placeholder: string;
|
|
589
|
+
options: {
|
|
590
|
+
value: string;
|
|
591
|
+
label: string;
|
|
592
|
+
labelPath: string;
|
|
593
|
+
}[];
|
|
594
|
+
value?: undefined;
|
|
577
595
|
} | {
|
|
578
596
|
label: string;
|
|
579
597
|
type: string;
|
|
598
|
+
targetArray: string;
|
|
599
|
+
targetArrayKey: string;
|
|
580
600
|
key: string;
|
|
601
|
+
value: string;
|
|
581
602
|
placeholder?: undefined;
|
|
582
|
-
|
|
583
|
-
targetArrayKey?: undefined;
|
|
603
|
+
options?: undefined;
|
|
584
604
|
} | {
|
|
585
605
|
label: string;
|
|
586
606
|
type: string;
|
|
587
607
|
targetArray: string;
|
|
588
608
|
targetArrayKey: string;
|
|
589
609
|
key: string;
|
|
610
|
+
value: string;
|
|
611
|
+
options: {
|
|
612
|
+
label: string;
|
|
613
|
+
value: string;
|
|
614
|
+
}[];
|
|
590
615
|
placeholder?: undefined;
|
|
591
|
-
})[];
|
|
592
|
-
appearance: ({
|
|
593
|
-
label: string;
|
|
594
|
-
placeholder: string;
|
|
595
|
-
type: string;
|
|
596
|
-
key: string;
|
|
597
616
|
} | {
|
|
598
617
|
label: string;
|
|
599
618
|
type: string;
|
|
619
|
+
targetArray: string;
|
|
620
|
+
targetArrayKey: string;
|
|
600
621
|
key: string;
|
|
601
|
-
placeholder
|
|
622
|
+
placeholder: string;
|
|
623
|
+
value: number[];
|
|
624
|
+
options?: undefined;
|
|
602
625
|
})[];
|
|
603
626
|
};
|
|
604
627
|
TextArea: {
|
|
@@ -637,7 +660,11 @@ export declare class PdfPropertiesComponent {
|
|
|
637
660
|
type: string;
|
|
638
661
|
key: string;
|
|
639
662
|
placeholder: string;
|
|
640
|
-
options:
|
|
663
|
+
options: {
|
|
664
|
+
value: string;
|
|
665
|
+
label: string;
|
|
666
|
+
labelPath: string;
|
|
667
|
+
}[];
|
|
641
668
|
value?: undefined;
|
|
642
669
|
} | {
|
|
643
670
|
label: string;
|
|
@@ -694,7 +721,11 @@ export declare class PdfPropertiesComponent {
|
|
|
694
721
|
type: string;
|
|
695
722
|
key: string;
|
|
696
723
|
placeholder: string;
|
|
697
|
-
options:
|
|
724
|
+
options: {
|
|
725
|
+
value: string;
|
|
726
|
+
label: string;
|
|
727
|
+
labelPath: string;
|
|
728
|
+
}[];
|
|
698
729
|
value?: undefined;
|
|
699
730
|
} | {
|
|
700
731
|
label: string;
|
|
@@ -759,7 +790,6 @@ export declare class PdfPropertiesComponent {
|
|
|
759
790
|
onToggleChange(path: string, event: Event): void;
|
|
760
791
|
validateInput(value: string, type: string): boolean;
|
|
761
792
|
setValueByPath(path: string, value: any): void;
|
|
762
|
-
getStyleKeys(): string[];
|
|
763
793
|
updateElement(element: any): void;
|
|
764
794
|
getValueByArrayPath(targetArrayPath: any, targetArrayKey: string, selectColumn: string, keyPath: string): any;
|
|
765
795
|
updateValueByArrayPath(targetArrayPath: any, targetArrayKey: string, selectColumn: string, keyPath: string, event: Event): void;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|