lkt-table 1.2.21 → 1.2.22
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/dist/build.d.ts +73 -31
- package/dist/build.js +291 -287
- package/package.json +1 -1
- package/src/components/LktTableRow.vue +15 -10
- package/src/lib-components/LktTable.vue +5 -1
package/dist/build.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
declare class F {
|
|
2
|
-
constructor(t?: string,
|
|
2
|
+
constructor(t?: string, s?: string);
|
|
3
|
+
preferSlot: boolean;
|
|
3
4
|
key: string;
|
|
4
5
|
label: string;
|
|
5
6
|
sortable: boolean;
|
|
@@ -23,6 +24,8 @@ declare class F {
|
|
|
23
24
|
setEmptyChecker(t?: undefined): this;
|
|
24
25
|
checkEmpty: any;
|
|
25
26
|
setColSpan(t?: undefined): this;
|
|
27
|
+
colspan: any;
|
|
28
|
+
setPreferSlot(t?: boolean): this;
|
|
26
29
|
getHref(t: any): any;
|
|
27
30
|
doAction(t: any): any;
|
|
28
31
|
defineAsLink(t: any): this;
|
|
@@ -59,7 +62,7 @@ declare class F {
|
|
|
59
62
|
setMultipleDisplayEditionToInline(): this;
|
|
60
63
|
setSlotData(t: any): this;
|
|
61
64
|
slotData: any;
|
|
62
|
-
setAutoLoadSelectOptions(t?: boolean,
|
|
65
|
+
setAutoLoadSelectOptions(t?: boolean, s?: string): this;
|
|
63
66
|
autoLoadSelectOptions: boolean | undefined;
|
|
64
67
|
autoLoadSelectOptionsKey: string | undefined;
|
|
65
68
|
setTagMode(t?: boolean): this;
|
|
@@ -72,7 +75,8 @@ declare class F {
|
|
|
72
75
|
setIsEquivalentToSelectValue(t?: boolean): this;
|
|
73
76
|
equivalentToSelectValue: boolean | undefined;
|
|
74
77
|
}
|
|
75
|
-
declare function
|
|
78
|
+
declare function Al(l: any, t: any, s: any, n?: boolean): {
|
|
79
|
+
preferSlot: boolean;
|
|
76
80
|
key: string;
|
|
77
81
|
label: string;
|
|
78
82
|
sortable: boolean;
|
|
@@ -96,6 +100,8 @@ declare function Rl(l: any, t: any, r: any, n?: boolean): {
|
|
|
96
100
|
setEmptyChecker: (t?: undefined) => F;
|
|
97
101
|
checkEmpty: any;
|
|
98
102
|
setColSpan: (t?: undefined) => F;
|
|
103
|
+
colspan: any;
|
|
104
|
+
setPreferSlot: (t?: boolean) => F;
|
|
99
105
|
getHref: (t: any) => any;
|
|
100
106
|
doAction: (t: any) => any;
|
|
101
107
|
defineAsLink: (t: any) => F;
|
|
@@ -132,7 +138,7 @@ declare function Rl(l: any, t: any, r: any, n?: boolean): {
|
|
|
132
138
|
setMultipleDisplayEditionToInline: () => F;
|
|
133
139
|
setSlotData: (t: any) => F;
|
|
134
140
|
slotData: any;
|
|
135
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
141
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
136
142
|
autoLoadSelectOptions: boolean | undefined;
|
|
137
143
|
autoLoadSelectOptionsKey: string | undefined;
|
|
138
144
|
setTagMode: (t?: boolean) => F;
|
|
@@ -145,7 +151,8 @@ declare function Rl(l: any, t: any, r: any, n?: boolean): {
|
|
|
145
151
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
146
152
|
equivalentToSelectValue: boolean | undefined;
|
|
147
153
|
};
|
|
148
|
-
declare function
|
|
154
|
+
declare function Hl(l: any, t: any, s?: boolean): {
|
|
155
|
+
preferSlot: boolean;
|
|
149
156
|
key: string;
|
|
150
157
|
label: string;
|
|
151
158
|
sortable: boolean;
|
|
@@ -169,6 +176,8 @@ declare function Wl(l: any, t: any, r?: boolean): {
|
|
|
169
176
|
setEmptyChecker: (t?: undefined) => F;
|
|
170
177
|
checkEmpty: any;
|
|
171
178
|
setColSpan: (t?: undefined) => F;
|
|
179
|
+
colspan: any;
|
|
180
|
+
setPreferSlot: (t?: boolean) => F;
|
|
172
181
|
getHref: (t: any) => any;
|
|
173
182
|
doAction: (t: any) => any;
|
|
174
183
|
defineAsLink: (t: any) => F;
|
|
@@ -205,7 +214,7 @@ declare function Wl(l: any, t: any, r?: boolean): {
|
|
|
205
214
|
setMultipleDisplayEditionToInline: () => F;
|
|
206
215
|
setSlotData: (t: any) => F;
|
|
207
216
|
slotData: any;
|
|
208
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
217
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
209
218
|
autoLoadSelectOptions: boolean | undefined;
|
|
210
219
|
autoLoadSelectOptionsKey: string | undefined;
|
|
211
220
|
setTagMode: (t?: boolean) => F;
|
|
@@ -218,7 +227,8 @@ declare function Wl(l: any, t: any, r?: boolean): {
|
|
|
218
227
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
219
228
|
equivalentToSelectValue: boolean | undefined;
|
|
220
229
|
};
|
|
221
|
-
declare function
|
|
230
|
+
declare function $l(l: any, t: any, s?: boolean): {
|
|
231
|
+
preferSlot: boolean;
|
|
222
232
|
key: string;
|
|
223
233
|
label: string;
|
|
224
234
|
sortable: boolean;
|
|
@@ -242,6 +252,8 @@ declare function Ml(l: any, t: any, r?: boolean): {
|
|
|
242
252
|
setEmptyChecker: (t?: undefined) => F;
|
|
243
253
|
checkEmpty: any;
|
|
244
254
|
setColSpan: (t?: undefined) => F;
|
|
255
|
+
colspan: any;
|
|
256
|
+
setPreferSlot: (t?: boolean) => F;
|
|
245
257
|
getHref: (t: any) => any;
|
|
246
258
|
doAction: (t: any) => any;
|
|
247
259
|
defineAsLink: (t: any) => F;
|
|
@@ -278,7 +290,7 @@ declare function Ml(l: any, t: any, r?: boolean): {
|
|
|
278
290
|
setMultipleDisplayEditionToInline: () => F;
|
|
279
291
|
setSlotData: (t: any) => F;
|
|
280
292
|
slotData: any;
|
|
281
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
293
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
282
294
|
autoLoadSelectOptions: boolean | undefined;
|
|
283
295
|
autoLoadSelectOptionsKey: string | undefined;
|
|
284
296
|
setTagMode: (t?: boolean) => F;
|
|
@@ -291,7 +303,8 @@ declare function Ml(l: any, t: any, r?: boolean): {
|
|
|
291
303
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
292
304
|
equivalentToSelectValue: boolean | undefined;
|
|
293
305
|
};
|
|
294
|
-
declare function
|
|
306
|
+
declare function Nl(l: any, t: any, s?: boolean): {
|
|
307
|
+
preferSlot: boolean;
|
|
295
308
|
key: string;
|
|
296
309
|
label: string;
|
|
297
310
|
sortable: boolean;
|
|
@@ -315,6 +328,8 @@ declare function Ol(l: any, t: any, r?: boolean): {
|
|
|
315
328
|
setEmptyChecker: (t?: undefined) => F;
|
|
316
329
|
checkEmpty: any;
|
|
317
330
|
setColSpan: (t?: undefined) => F;
|
|
331
|
+
colspan: any;
|
|
332
|
+
setPreferSlot: (t?: boolean) => F;
|
|
318
333
|
getHref: (t: any) => any;
|
|
319
334
|
doAction: (t: any) => any;
|
|
320
335
|
defineAsLink: (t: any) => F;
|
|
@@ -351,7 +366,7 @@ declare function Ol(l: any, t: any, r?: boolean): {
|
|
|
351
366
|
setMultipleDisplayEditionToInline: () => F;
|
|
352
367
|
setSlotData: (t: any) => F;
|
|
353
368
|
slotData: any;
|
|
354
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
369
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
355
370
|
autoLoadSelectOptions: boolean | undefined;
|
|
356
371
|
autoLoadSelectOptionsKey: string | undefined;
|
|
357
372
|
setTagMode: (t?: boolean) => F;
|
|
@@ -364,7 +379,8 @@ declare function Ol(l: any, t: any, r?: boolean): {
|
|
|
364
379
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
365
380
|
equivalentToSelectValue: boolean | undefined;
|
|
366
381
|
};
|
|
367
|
-
declare function
|
|
382
|
+
declare function ql(l: any, t: any, s?: boolean): {
|
|
383
|
+
preferSlot: boolean;
|
|
368
384
|
key: string;
|
|
369
385
|
label: string;
|
|
370
386
|
sortable: boolean;
|
|
@@ -388,6 +404,8 @@ declare function Pl(l: any, t: any, r?: boolean): {
|
|
|
388
404
|
setEmptyChecker: (t?: undefined) => F;
|
|
389
405
|
checkEmpty: any;
|
|
390
406
|
setColSpan: (t?: undefined) => F;
|
|
407
|
+
colspan: any;
|
|
408
|
+
setPreferSlot: (t?: boolean) => F;
|
|
391
409
|
getHref: (t: any) => any;
|
|
392
410
|
doAction: (t: any) => any;
|
|
393
411
|
defineAsLink: (t: any) => F;
|
|
@@ -424,7 +442,7 @@ declare function Pl(l: any, t: any, r?: boolean): {
|
|
|
424
442
|
setMultipleDisplayEditionToInline: () => F;
|
|
425
443
|
setSlotData: (t: any) => F;
|
|
426
444
|
slotData: any;
|
|
427
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
445
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
428
446
|
autoLoadSelectOptions: boolean | undefined;
|
|
429
447
|
autoLoadSelectOptionsKey: string | undefined;
|
|
430
448
|
setTagMode: (t?: boolean) => F;
|
|
@@ -437,7 +455,8 @@ declare function Pl(l: any, t: any, r?: boolean): {
|
|
|
437
455
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
438
456
|
equivalentToSelectValue: boolean | undefined;
|
|
439
457
|
};
|
|
440
|
-
declare function
|
|
458
|
+
declare function Ol(l: any, t: any, s?: boolean): {
|
|
459
|
+
preferSlot: boolean;
|
|
441
460
|
key: string;
|
|
442
461
|
label: string;
|
|
443
462
|
sortable: boolean;
|
|
@@ -461,6 +480,8 @@ declare function Ul(l: any, t: any, r?: boolean): {
|
|
|
461
480
|
setEmptyChecker: (t?: undefined) => F;
|
|
462
481
|
checkEmpty: any;
|
|
463
482
|
setColSpan: (t?: undefined) => F;
|
|
483
|
+
colspan: any;
|
|
484
|
+
setPreferSlot: (t?: boolean) => F;
|
|
464
485
|
getHref: (t: any) => any;
|
|
465
486
|
doAction: (t: any) => any;
|
|
466
487
|
defineAsLink: (t: any) => F;
|
|
@@ -497,7 +518,7 @@ declare function Ul(l: any, t: any, r?: boolean): {
|
|
|
497
518
|
setMultipleDisplayEditionToInline: () => F;
|
|
498
519
|
setSlotData: (t: any) => F;
|
|
499
520
|
slotData: any;
|
|
500
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
521
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
501
522
|
autoLoadSelectOptions: boolean | undefined;
|
|
502
523
|
autoLoadSelectOptionsKey: string | undefined;
|
|
503
524
|
setTagMode: (t?: boolean) => F;
|
|
@@ -510,7 +531,8 @@ declare function Ul(l: any, t: any, r?: boolean): {
|
|
|
510
531
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
511
532
|
equivalentToSelectValue: boolean | undefined;
|
|
512
533
|
};
|
|
513
|
-
declare function
|
|
534
|
+
declare function jl(l: any, t: any, s?: boolean): {
|
|
535
|
+
preferSlot: boolean;
|
|
514
536
|
key: string;
|
|
515
537
|
label: string;
|
|
516
538
|
sortable: boolean;
|
|
@@ -534,6 +556,8 @@ declare function ql(l: any, t: any, r?: boolean): {
|
|
|
534
556
|
setEmptyChecker: (t?: undefined) => F;
|
|
535
557
|
checkEmpty: any;
|
|
536
558
|
setColSpan: (t?: undefined) => F;
|
|
559
|
+
colspan: any;
|
|
560
|
+
setPreferSlot: (t?: boolean) => F;
|
|
537
561
|
getHref: (t: any) => any;
|
|
538
562
|
doAction: (t: any) => any;
|
|
539
563
|
defineAsLink: (t: any) => F;
|
|
@@ -570,7 +594,7 @@ declare function ql(l: any, t: any, r?: boolean): {
|
|
|
570
594
|
setMultipleDisplayEditionToInline: () => F;
|
|
571
595
|
setSlotData: (t: any) => F;
|
|
572
596
|
slotData: any;
|
|
573
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
597
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
574
598
|
autoLoadSelectOptions: boolean | undefined;
|
|
575
599
|
autoLoadSelectOptionsKey: string | undefined;
|
|
576
600
|
setTagMode: (t?: boolean) => F;
|
|
@@ -583,7 +607,8 @@ declare function ql(l: any, t: any, r?: boolean): {
|
|
|
583
607
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
584
608
|
equivalentToSelectValue: boolean | undefined;
|
|
585
609
|
};
|
|
586
|
-
declare function
|
|
610
|
+
declare function Ul(l: any, t: any, s?: boolean): {
|
|
611
|
+
preferSlot: boolean;
|
|
587
612
|
key: string;
|
|
588
613
|
label: string;
|
|
589
614
|
sortable: boolean;
|
|
@@ -607,6 +632,8 @@ declare function Fl(l: any, t: any, r?: boolean): {
|
|
|
607
632
|
setEmptyChecker: (t?: undefined) => F;
|
|
608
633
|
checkEmpty: any;
|
|
609
634
|
setColSpan: (t?: undefined) => F;
|
|
635
|
+
colspan: any;
|
|
636
|
+
setPreferSlot: (t?: boolean) => F;
|
|
610
637
|
getHref: (t: any) => any;
|
|
611
638
|
doAction: (t: any) => any;
|
|
612
639
|
defineAsLink: (t: any) => F;
|
|
@@ -643,7 +670,7 @@ declare function Fl(l: any, t: any, r?: boolean): {
|
|
|
643
670
|
setMultipleDisplayEditionToInline: () => F;
|
|
644
671
|
setSlotData: (t: any) => F;
|
|
645
672
|
slotData: any;
|
|
646
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
673
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
647
674
|
autoLoadSelectOptions: boolean | undefined;
|
|
648
675
|
autoLoadSelectOptionsKey: string | undefined;
|
|
649
676
|
setTagMode: (t?: boolean) => F;
|
|
@@ -656,7 +683,8 @@ declare function Fl(l: any, t: any, r?: boolean): {
|
|
|
656
683
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
657
684
|
equivalentToSelectValue: boolean | undefined;
|
|
658
685
|
};
|
|
659
|
-
declare function
|
|
686
|
+
declare function Rl(l: any, t: any, s: any, n?: boolean): {
|
|
687
|
+
preferSlot: boolean;
|
|
660
688
|
key: string;
|
|
661
689
|
label: string;
|
|
662
690
|
sortable: boolean;
|
|
@@ -680,6 +708,8 @@ declare function $l(l: any, t: any, r: any, n?: boolean): {
|
|
|
680
708
|
setEmptyChecker: (t?: undefined) => F;
|
|
681
709
|
checkEmpty: any;
|
|
682
710
|
setColSpan: (t?: undefined) => F;
|
|
711
|
+
colspan: any;
|
|
712
|
+
setPreferSlot: (t?: boolean) => F;
|
|
683
713
|
getHref: (t: any) => any;
|
|
684
714
|
doAction: (t: any) => any;
|
|
685
715
|
defineAsLink: (t: any) => F;
|
|
@@ -716,7 +746,7 @@ declare function $l(l: any, t: any, r: any, n?: boolean): {
|
|
|
716
746
|
setMultipleDisplayEditionToInline: () => F;
|
|
717
747
|
setSlotData: (t: any) => F;
|
|
718
748
|
slotData: any;
|
|
719
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
749
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
720
750
|
autoLoadSelectOptions: boolean | undefined;
|
|
721
751
|
autoLoadSelectOptionsKey: string | undefined;
|
|
722
752
|
setTagMode: (t?: boolean) => F;
|
|
@@ -729,7 +759,8 @@ declare function $l(l: any, t: any, r: any, n?: boolean): {
|
|
|
729
759
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
730
760
|
equivalentToSelectValue: boolean | undefined;
|
|
731
761
|
};
|
|
732
|
-
declare function Kl(l: any, t: any,
|
|
762
|
+
declare function Kl(l: any, t: any, s: any, n?: boolean): {
|
|
763
|
+
preferSlot: boolean;
|
|
733
764
|
key: string;
|
|
734
765
|
label: string;
|
|
735
766
|
sortable: boolean;
|
|
@@ -753,6 +784,8 @@ declare function Kl(l: any, t: any, r: any, n?: boolean): {
|
|
|
753
784
|
setEmptyChecker: (t?: undefined) => F;
|
|
754
785
|
checkEmpty: any;
|
|
755
786
|
setColSpan: (t?: undefined) => F;
|
|
787
|
+
colspan: any;
|
|
788
|
+
setPreferSlot: (t?: boolean) => F;
|
|
756
789
|
getHref: (t: any) => any;
|
|
757
790
|
doAction: (t: any) => any;
|
|
758
791
|
defineAsLink: (t: any) => F;
|
|
@@ -789,7 +822,7 @@ declare function Kl(l: any, t: any, r: any, n?: boolean): {
|
|
|
789
822
|
setMultipleDisplayEditionToInline: () => F;
|
|
790
823
|
setSlotData: (t: any) => F;
|
|
791
824
|
slotData: any;
|
|
792
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
825
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
793
826
|
autoLoadSelectOptions: boolean | undefined;
|
|
794
827
|
autoLoadSelectOptionsKey: string | undefined;
|
|
795
828
|
setTagMode: (t?: boolean) => F;
|
|
@@ -802,7 +835,8 @@ declare function Kl(l: any, t: any, r: any, n?: boolean): {
|
|
|
802
835
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
803
836
|
equivalentToSelectValue: boolean | undefined;
|
|
804
837
|
};
|
|
805
|
-
declare function
|
|
838
|
+
declare function Pl(l: any, t: any, s?: boolean): {
|
|
839
|
+
preferSlot: boolean;
|
|
806
840
|
key: string;
|
|
807
841
|
label: string;
|
|
808
842
|
sortable: boolean;
|
|
@@ -826,6 +860,8 @@ declare function Hl(l: any, t: any, r?: boolean): {
|
|
|
826
860
|
setEmptyChecker: (t?: undefined) => F;
|
|
827
861
|
checkEmpty: any;
|
|
828
862
|
setColSpan: (t?: undefined) => F;
|
|
863
|
+
colspan: any;
|
|
864
|
+
setPreferSlot: (t?: boolean) => F;
|
|
829
865
|
getHref: (t: any) => any;
|
|
830
866
|
doAction: (t: any) => any;
|
|
831
867
|
defineAsLink: (t: any) => F;
|
|
@@ -862,7 +898,7 @@ declare function Hl(l: any, t: any, r?: boolean): {
|
|
|
862
898
|
setMultipleDisplayEditionToInline: () => F;
|
|
863
899
|
setSlotData: (t: any) => F;
|
|
864
900
|
slotData: any;
|
|
865
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
901
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
866
902
|
autoLoadSelectOptions: boolean | undefined;
|
|
867
903
|
autoLoadSelectOptionsKey: string | undefined;
|
|
868
904
|
setTagMode: (t?: boolean) => F;
|
|
@@ -875,7 +911,8 @@ declare function Hl(l: any, t: any, r?: boolean): {
|
|
|
875
911
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
876
912
|
equivalentToSelectValue: boolean | undefined;
|
|
877
913
|
};
|
|
878
|
-
declare function
|
|
914
|
+
declare function Wl(l: any, t: any, s?: boolean): {
|
|
915
|
+
preferSlot: boolean;
|
|
879
916
|
key: string;
|
|
880
917
|
label: string;
|
|
881
918
|
sortable: boolean;
|
|
@@ -899,6 +936,8 @@ declare function Nl(l: any, t: any, r?: boolean): {
|
|
|
899
936
|
setEmptyChecker: (t?: undefined) => F;
|
|
900
937
|
checkEmpty: any;
|
|
901
938
|
setColSpan: (t?: undefined) => F;
|
|
939
|
+
colspan: any;
|
|
940
|
+
setPreferSlot: (t?: boolean) => F;
|
|
902
941
|
getHref: (t: any) => any;
|
|
903
942
|
doAction: (t: any) => any;
|
|
904
943
|
defineAsLink: (t: any) => F;
|
|
@@ -935,7 +974,7 @@ declare function Nl(l: any, t: any, r?: boolean): {
|
|
|
935
974
|
setMultipleDisplayEditionToInline: () => F;
|
|
936
975
|
setSlotData: (t: any) => F;
|
|
937
976
|
slotData: any;
|
|
938
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
977
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
939
978
|
autoLoadSelectOptions: boolean | undefined;
|
|
940
979
|
autoLoadSelectOptionsKey: string | undefined;
|
|
941
980
|
setTagMode: (t?: boolean) => F;
|
|
@@ -948,7 +987,8 @@ declare function Nl(l: any, t: any, r?: boolean): {
|
|
|
948
987
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
949
988
|
equivalentToSelectValue: boolean | undefined;
|
|
950
989
|
};
|
|
951
|
-
declare function
|
|
990
|
+
declare function Fl(l: any, t: any, s?: boolean): {
|
|
991
|
+
preferSlot: boolean;
|
|
952
992
|
key: string;
|
|
953
993
|
label: string;
|
|
954
994
|
sortable: boolean;
|
|
@@ -972,6 +1012,8 @@ declare function Al(l: any, t: any, r?: boolean): {
|
|
|
972
1012
|
setEmptyChecker: (t?: undefined) => F;
|
|
973
1013
|
checkEmpty: any;
|
|
974
1014
|
setColSpan: (t?: undefined) => F;
|
|
1015
|
+
colspan: any;
|
|
1016
|
+
setPreferSlot: (t?: boolean) => F;
|
|
975
1017
|
getHref: (t: any) => any;
|
|
976
1018
|
doAction: (t: any) => any;
|
|
977
1019
|
defineAsLink: (t: any) => F;
|
|
@@ -1008,7 +1050,7 @@ declare function Al(l: any, t: any, r?: boolean): {
|
|
|
1008
1050
|
setMultipleDisplayEditionToInline: () => F;
|
|
1009
1051
|
setSlotData: (t: any) => F;
|
|
1010
1052
|
slotData: any;
|
|
1011
|
-
setAutoLoadSelectOptions: (t?: boolean,
|
|
1053
|
+
setAutoLoadSelectOptions: (t?: boolean, s?: string) => F;
|
|
1012
1054
|
autoLoadSelectOptions: boolean | undefined;
|
|
1013
1055
|
autoLoadSelectOptionsKey: string | undefined;
|
|
1014
1056
|
setTagMode: (t?: boolean) => F;
|
|
@@ -1021,10 +1063,10 @@ declare function Al(l: any, t: any, r?: boolean): {
|
|
|
1021
1063
|
setIsEquivalentToSelectValue: (t?: boolean) => F;
|
|
1022
1064
|
equivalentToSelectValue: boolean | undefined;
|
|
1023
1065
|
};
|
|
1024
|
-
declare namespace
|
|
1066
|
+
declare namespace Gl {
|
|
1025
1067
|
function install(l: any): void;
|
|
1026
1068
|
}
|
|
1069
|
+
declare function Ql(l: any): boolean;
|
|
1027
1070
|
declare function Jl(l: any): boolean;
|
|
1028
1071
|
declare function zl(l: any): boolean;
|
|
1029
|
-
|
|
1030
|
-
export { F as LktTableColumn, Rl as createActionColumn, Wl as createCheckColumn, Ml as createColumn, Ol as createEmailColumn, Pl as createFileColumn, Ul as createFloatColumn, ql as createHiddenColumn, Fl as createIntegerColumn, $l as createLinkColumn, Kl as createSelectColumn, Hl as createSwitchColumn, Nl as createTelColumn, Al as createTextColumn, jl as default, Jl as setTableCreateButtonSlot, zl as setTableDropButtonSlot, Gl as setTableNavButtonSlot };
|
|
1072
|
+
export { F as LktTableColumn, Al as createActionColumn, Hl as createCheckColumn, $l as createColumn, Nl as createEmailColumn, ql as createFileColumn, Ol as createFloatColumn, jl as createHiddenColumn, Ul as createIntegerColumn, Rl as createLinkColumn, Kl as createSelectColumn, Pl as createSwitchColumn, Wl as createTelColumn, Fl as createTextColumn, Gl as default, Ql as setTableCreateButtonSlot, Jl as setTableDropButtonSlot, zl as setTableNavButtonSlot };
|