lkt-table 1.2.18 → 1.2.19
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 +46 -18
- package/dist/build.js +377 -372
- package/package.json +2 -1
- package/src/components/EditButton.vue +1 -0
- package/src/components/LktTableRow.vue +1 -0
- package/src/lib-components/LktTable.vue +14 -5
package/dist/build.d.ts
CHANGED
|
@@ -69,8 +69,10 @@ declare class A {
|
|
|
69
69
|
extractTitleFromColumn: any;
|
|
70
70
|
useForRowKey(t?: boolean): this;
|
|
71
71
|
isForRowKey: boolean | undefined;
|
|
72
|
+
setIsEquivalentToSelectValue(t?: boolean): this;
|
|
73
|
+
equivalentToSelectValue: boolean | undefined;
|
|
72
74
|
}
|
|
73
|
-
declare function
|
|
75
|
+
declare function $l(l: any, t: any, r: any, n?: boolean): {
|
|
74
76
|
key: string;
|
|
75
77
|
label: string;
|
|
76
78
|
sortable: boolean;
|
|
@@ -140,8 +142,10 @@ declare function Ll(l: any, t: any, r: any, n?: boolean): {
|
|
|
140
142
|
extractTitleFromColumn: any;
|
|
141
143
|
useForRowKey: (t?: boolean) => A;
|
|
142
144
|
isForRowKey: boolean | undefined;
|
|
145
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
146
|
+
equivalentToSelectValue: boolean | undefined;
|
|
143
147
|
};
|
|
144
|
-
declare function
|
|
148
|
+
declare function Wl(l: any, t: any, r?: boolean): {
|
|
145
149
|
key: string;
|
|
146
150
|
label: string;
|
|
147
151
|
sortable: boolean;
|
|
@@ -211,8 +215,10 @@ declare function Ol(l: any, t: any, r?: boolean): {
|
|
|
211
215
|
extractTitleFromColumn: any;
|
|
212
216
|
useForRowKey: (t?: boolean) => A;
|
|
213
217
|
isForRowKey: boolean | undefined;
|
|
218
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
219
|
+
equivalentToSelectValue: boolean | undefined;
|
|
214
220
|
};
|
|
215
|
-
declare function
|
|
221
|
+
declare function Ml(l: any, t: any, r?: boolean): {
|
|
216
222
|
key: string;
|
|
217
223
|
label: string;
|
|
218
224
|
sortable: boolean;
|
|
@@ -282,8 +288,10 @@ declare function Il(l: any, t: any, r?: boolean): {
|
|
|
282
288
|
extractTitleFromColumn: any;
|
|
283
289
|
useForRowKey: (t?: boolean) => A;
|
|
284
290
|
isForRowKey: boolean | undefined;
|
|
291
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
292
|
+
equivalentToSelectValue: boolean | undefined;
|
|
285
293
|
};
|
|
286
|
-
declare function
|
|
294
|
+
declare function Ol(l: any, t: any, r?: boolean): {
|
|
287
295
|
key: string;
|
|
288
296
|
label: string;
|
|
289
297
|
sortable: boolean;
|
|
@@ -353,8 +361,10 @@ declare function Al(l: any, t: any, r?: boolean): {
|
|
|
353
361
|
extractTitleFromColumn: any;
|
|
354
362
|
useForRowKey: (t?: boolean) => A;
|
|
355
363
|
isForRowKey: boolean | undefined;
|
|
364
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
365
|
+
equivalentToSelectValue: boolean | undefined;
|
|
356
366
|
};
|
|
357
|
-
declare function
|
|
367
|
+
declare function Pl(l: any, t: any, r?: boolean): {
|
|
358
368
|
key: string;
|
|
359
369
|
label: string;
|
|
360
370
|
sortable: boolean;
|
|
@@ -424,8 +434,10 @@ declare function Wl(l: any, t: any, r?: boolean): {
|
|
|
424
434
|
extractTitleFromColumn: any;
|
|
425
435
|
useForRowKey: (t?: boolean) => A;
|
|
426
436
|
isForRowKey: boolean | undefined;
|
|
437
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
438
|
+
equivalentToSelectValue: boolean | undefined;
|
|
427
439
|
};
|
|
428
|
-
declare function
|
|
440
|
+
declare function Ul(l: any, t: any, r?: boolean): {
|
|
429
441
|
key: string;
|
|
430
442
|
label: string;
|
|
431
443
|
sortable: boolean;
|
|
@@ -495,8 +507,10 @@ declare function $l(l: any, t: any, r?: boolean): {
|
|
|
495
507
|
extractTitleFromColumn: any;
|
|
496
508
|
useForRowKey: (t?: boolean) => A;
|
|
497
509
|
isForRowKey: boolean | undefined;
|
|
510
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
511
|
+
equivalentToSelectValue: boolean | undefined;
|
|
498
512
|
};
|
|
499
|
-
declare function
|
|
513
|
+
declare function ql(l: any, t: any, r?: boolean): {
|
|
500
514
|
key: string;
|
|
501
515
|
label: string;
|
|
502
516
|
sortable: boolean;
|
|
@@ -566,8 +580,10 @@ declare function Hl(l: any, t: any, r?: boolean): {
|
|
|
566
580
|
extractTitleFromColumn: any;
|
|
567
581
|
useForRowKey: (t?: boolean) => A;
|
|
568
582
|
isForRowKey: boolean | undefined;
|
|
583
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
584
|
+
equivalentToSelectValue: boolean | undefined;
|
|
569
585
|
};
|
|
570
|
-
declare function
|
|
586
|
+
declare function Fl(l: any, t: any, r?: boolean): {
|
|
571
587
|
key: string;
|
|
572
588
|
label: string;
|
|
573
589
|
sortable: boolean;
|
|
@@ -637,8 +653,10 @@ declare function Rl(l: any, t: any, r?: boolean): {
|
|
|
637
653
|
extractTitleFromColumn: any;
|
|
638
654
|
useForRowKey: (t?: boolean) => A;
|
|
639
655
|
isForRowKey: boolean | undefined;
|
|
656
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
657
|
+
equivalentToSelectValue: boolean | undefined;
|
|
640
658
|
};
|
|
641
|
-
declare function
|
|
659
|
+
declare function Rl(l: any, t: any, r: any, n?: boolean): {
|
|
642
660
|
key: string;
|
|
643
661
|
label: string;
|
|
644
662
|
sortable: boolean;
|
|
@@ -708,8 +726,10 @@ declare function Tl(l: any, t: any, r: any, n?: boolean): {
|
|
|
708
726
|
extractTitleFromColumn: any;
|
|
709
727
|
useForRowKey: (t?: boolean) => A;
|
|
710
728
|
isForRowKey: boolean | undefined;
|
|
729
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
730
|
+
equivalentToSelectValue: boolean | undefined;
|
|
711
731
|
};
|
|
712
|
-
declare function
|
|
732
|
+
declare function Kl(l: any, t: any, r: any, n?: boolean): {
|
|
713
733
|
key: string;
|
|
714
734
|
label: string;
|
|
715
735
|
sortable: boolean;
|
|
@@ -779,8 +799,10 @@ declare function Ul(l: any, t: any, r: any, n?: boolean): {
|
|
|
779
799
|
extractTitleFromColumn: any;
|
|
780
800
|
useForRowKey: (t?: boolean) => A;
|
|
781
801
|
isForRowKey: boolean | undefined;
|
|
802
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
803
|
+
equivalentToSelectValue: boolean | undefined;
|
|
782
804
|
};
|
|
783
|
-
declare function
|
|
805
|
+
declare function Hl(l: any, t: any, r?: boolean): {
|
|
784
806
|
key: string;
|
|
785
807
|
label: string;
|
|
786
808
|
sortable: boolean;
|
|
@@ -850,8 +872,10 @@ declare function Nl(l: any, t: any, r?: boolean): {
|
|
|
850
872
|
extractTitleFromColumn: any;
|
|
851
873
|
useForRowKey: (t?: boolean) => A;
|
|
852
874
|
isForRowKey: boolean | undefined;
|
|
875
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
876
|
+
equivalentToSelectValue: boolean | undefined;
|
|
853
877
|
};
|
|
854
|
-
declare function
|
|
878
|
+
declare function Nl(l: any, t: any, r?: boolean): {
|
|
855
879
|
key: string;
|
|
856
880
|
label: string;
|
|
857
881
|
sortable: boolean;
|
|
@@ -921,8 +945,10 @@ declare function Fl(l: any, t: any, r?: boolean): {
|
|
|
921
945
|
extractTitleFromColumn: any;
|
|
922
946
|
useForRowKey: (t?: boolean) => A;
|
|
923
947
|
isForRowKey: boolean | undefined;
|
|
948
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
949
|
+
equivalentToSelectValue: boolean | undefined;
|
|
924
950
|
};
|
|
925
|
-
declare function
|
|
951
|
+
declare function Al(l: any, t: any, r?: boolean): {
|
|
926
952
|
key: string;
|
|
927
953
|
label: string;
|
|
928
954
|
sortable: boolean;
|
|
@@ -992,11 +1018,13 @@ declare function Ml(l: any, t: any, r?: boolean): {
|
|
|
992
1018
|
extractTitleFromColumn: any;
|
|
993
1019
|
useForRowKey: (t?: boolean) => A;
|
|
994
1020
|
isForRowKey: boolean | undefined;
|
|
1021
|
+
setIsEquivalentToSelectValue: (t?: boolean) => A;
|
|
1022
|
+
equivalentToSelectValue: boolean | undefined;
|
|
995
1023
|
};
|
|
996
|
-
declare namespace
|
|
1024
|
+
declare namespace jl {
|
|
997
1025
|
function install(l: any): void;
|
|
998
1026
|
}
|
|
999
|
-
declare function
|
|
1000
|
-
declare function
|
|
1001
|
-
declare function
|
|
1002
|
-
export { A as LktTableColumn,
|
|
1027
|
+
declare function Jl(l: any): boolean;
|
|
1028
|
+
declare function zl(l: any): boolean;
|
|
1029
|
+
declare function Gl(l: any): boolean;
|
|
1030
|
+
export { A as LktTableColumn, $l as createActionColumn, Wl as createCheckColumn, Ml as createColumn, Ol as createEmailColumn, Pl as createFileColumn, Ul as createFloatColumn, ql as createHiddenColumn, Fl as createIntegerColumn, Rl 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 };
|