lkt-table 1.3.0 → 1.3.2
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 +65 -51
- package/dist/build.js +471 -446
- package/package.json +3 -3
- package/src/components/LktTableCell.vue +34 -0
- package/src/lib-components/LktTable.vue +2 -1
package/dist/build.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare class
|
|
2
|
-
constructor(
|
|
1
|
+
declare class M {
|
|
2
|
+
constructor(u?: {});
|
|
3
3
|
key: string;
|
|
4
4
|
label: string;
|
|
5
5
|
sortable: boolean;
|
|
@@ -7,14 +7,15 @@ declare class F {
|
|
|
7
7
|
editable: boolean;
|
|
8
8
|
preferSlot: boolean;
|
|
9
9
|
type: string;
|
|
10
|
+
link: string;
|
|
10
11
|
isForRowKey: boolean;
|
|
11
12
|
extractTitleFromColumn: string;
|
|
12
13
|
slotData: {};
|
|
13
|
-
field:
|
|
14
|
-
getHref(
|
|
15
|
-
doAction(
|
|
14
|
+
field: Ae;
|
|
15
|
+
getHref(u: any): any;
|
|
16
|
+
doAction(u: any): any;
|
|
16
17
|
}
|
|
17
|
-
declare function
|
|
18
|
+
declare function gl(t: any, u: any, i: any, a?: boolean): {
|
|
18
19
|
key: string;
|
|
19
20
|
label: string;
|
|
20
21
|
sortable: boolean;
|
|
@@ -22,6 +23,7 @@ declare function Dl(t: any, n: any, i: any, a?: boolean): {
|
|
|
22
23
|
editable: boolean;
|
|
23
24
|
preferSlot: boolean;
|
|
24
25
|
type: string;
|
|
26
|
+
link: string;
|
|
25
27
|
isForRowKey: boolean;
|
|
26
28
|
extractTitleFromColumn: string;
|
|
27
29
|
slotData: {};
|
|
@@ -81,10 +83,10 @@ declare function Dl(t: any, n: any, i: any, a?: boolean): {
|
|
|
81
83
|
modalKey: string;
|
|
82
84
|
modalData: {};
|
|
83
85
|
};
|
|
84
|
-
getHref: (
|
|
85
|
-
doAction: (
|
|
86
|
+
getHref: (u: any) => any;
|
|
87
|
+
doAction: (u: any) => any;
|
|
86
88
|
};
|
|
87
|
-
declare function
|
|
89
|
+
declare function Vl(t: any, u: any, i?: boolean): {
|
|
88
90
|
key: string;
|
|
89
91
|
label: string;
|
|
90
92
|
sortable: boolean;
|
|
@@ -92,6 +94,7 @@ declare function Fl(t: any, n: any, i?: boolean): {
|
|
|
92
94
|
editable: boolean;
|
|
93
95
|
preferSlot: boolean;
|
|
94
96
|
type: string;
|
|
97
|
+
link: string;
|
|
95
98
|
isForRowKey: boolean;
|
|
96
99
|
extractTitleFromColumn: string;
|
|
97
100
|
slotData: {};
|
|
@@ -151,10 +154,10 @@ declare function Fl(t: any, n: any, i?: boolean): {
|
|
|
151
154
|
modalKey: string;
|
|
152
155
|
modalData: {};
|
|
153
156
|
};
|
|
154
|
-
getHref: (
|
|
155
|
-
doAction: (
|
|
157
|
+
getHref: (u: any) => any;
|
|
158
|
+
doAction: (u: any) => any;
|
|
156
159
|
};
|
|
157
|
-
declare function
|
|
160
|
+
declare function bl(t: any): {
|
|
158
161
|
key: string;
|
|
159
162
|
label: string;
|
|
160
163
|
sortable: boolean;
|
|
@@ -162,6 +165,7 @@ declare function Vl(t: any): {
|
|
|
162
165
|
editable: boolean;
|
|
163
166
|
preferSlot: boolean;
|
|
164
167
|
type: string;
|
|
168
|
+
link: string;
|
|
165
169
|
isForRowKey: boolean;
|
|
166
170
|
extractTitleFromColumn: string;
|
|
167
171
|
slotData: {};
|
|
@@ -221,10 +225,10 @@ declare function Vl(t: any): {
|
|
|
221
225
|
modalKey: string;
|
|
222
226
|
modalData: {};
|
|
223
227
|
};
|
|
224
|
-
getHref: (
|
|
225
|
-
doAction: (
|
|
228
|
+
getHref: (u: any) => any;
|
|
229
|
+
doAction: (u: any) => any;
|
|
226
230
|
};
|
|
227
|
-
declare function
|
|
231
|
+
declare function wl(t: any, u: any, i?: boolean): {
|
|
228
232
|
key: string;
|
|
229
233
|
label: string;
|
|
230
234
|
sortable: boolean;
|
|
@@ -232,6 +236,7 @@ declare function Rl(t: any, n: any, i?: boolean): {
|
|
|
232
236
|
editable: boolean;
|
|
233
237
|
preferSlot: boolean;
|
|
234
238
|
type: string;
|
|
239
|
+
link: string;
|
|
235
240
|
isForRowKey: boolean;
|
|
236
241
|
extractTitleFromColumn: string;
|
|
237
242
|
slotData: {};
|
|
@@ -291,10 +296,10 @@ declare function Rl(t: any, n: any, i?: boolean): {
|
|
|
291
296
|
modalKey: string;
|
|
292
297
|
modalData: {};
|
|
293
298
|
};
|
|
294
|
-
getHref: (
|
|
295
|
-
doAction: (
|
|
299
|
+
getHref: (u: any) => any;
|
|
300
|
+
doAction: (u: any) => any;
|
|
296
301
|
};
|
|
297
|
-
declare function
|
|
302
|
+
declare function Il(t: any, u: any, i?: boolean): {
|
|
298
303
|
key: string;
|
|
299
304
|
label: string;
|
|
300
305
|
sortable: boolean;
|
|
@@ -302,6 +307,7 @@ declare function Ul(t: any, n: any, i?: boolean): {
|
|
|
302
307
|
editable: boolean;
|
|
303
308
|
preferSlot: boolean;
|
|
304
309
|
type: string;
|
|
310
|
+
link: string;
|
|
305
311
|
isForRowKey: boolean;
|
|
306
312
|
extractTitleFromColumn: string;
|
|
307
313
|
slotData: {};
|
|
@@ -361,10 +367,10 @@ declare function Ul(t: any, n: any, i?: boolean): {
|
|
|
361
367
|
modalKey: string;
|
|
362
368
|
modalData: {};
|
|
363
369
|
};
|
|
364
|
-
getHref: (
|
|
365
|
-
doAction: (
|
|
370
|
+
getHref: (u: any) => any;
|
|
371
|
+
doAction: (u: any) => any;
|
|
366
372
|
};
|
|
367
|
-
declare function
|
|
373
|
+
declare function Bl(t: any, u: any, i?: boolean): {
|
|
368
374
|
key: string;
|
|
369
375
|
label: string;
|
|
370
376
|
sortable: boolean;
|
|
@@ -372,6 +378,7 @@ declare function $l(t: any, n: any, i?: boolean): {
|
|
|
372
378
|
editable: boolean;
|
|
373
379
|
preferSlot: boolean;
|
|
374
380
|
type: string;
|
|
381
|
+
link: string;
|
|
375
382
|
isForRowKey: boolean;
|
|
376
383
|
extractTitleFromColumn: string;
|
|
377
384
|
slotData: {};
|
|
@@ -431,10 +438,10 @@ declare function $l(t: any, n: any, i?: boolean): {
|
|
|
431
438
|
modalKey: string;
|
|
432
439
|
modalData: {};
|
|
433
440
|
};
|
|
434
|
-
getHref: (
|
|
435
|
-
doAction: (
|
|
441
|
+
getHref: (u: any) => any;
|
|
442
|
+
doAction: (u: any) => any;
|
|
436
443
|
};
|
|
437
|
-
declare function
|
|
444
|
+
declare function $l(t: any, u: any, i?: boolean): {
|
|
438
445
|
key: string;
|
|
439
446
|
label: string;
|
|
440
447
|
sortable: boolean;
|
|
@@ -442,6 +449,7 @@ declare function Al(t: any, n: any, i?: boolean): {
|
|
|
442
449
|
editable: boolean;
|
|
443
450
|
preferSlot: boolean;
|
|
444
451
|
type: string;
|
|
452
|
+
link: string;
|
|
445
453
|
isForRowKey: boolean;
|
|
446
454
|
extractTitleFromColumn: string;
|
|
447
455
|
slotData: {};
|
|
@@ -501,10 +509,10 @@ declare function Al(t: any, n: any, i?: boolean): {
|
|
|
501
509
|
modalKey: string;
|
|
502
510
|
modalData: {};
|
|
503
511
|
};
|
|
504
|
-
getHref: (
|
|
505
|
-
doAction: (
|
|
512
|
+
getHref: (u: any) => any;
|
|
513
|
+
doAction: (u: any) => any;
|
|
506
514
|
};
|
|
507
|
-
declare function
|
|
515
|
+
declare function Sl(t: any, u: any, i?: boolean): {
|
|
508
516
|
key: string;
|
|
509
517
|
label: string;
|
|
510
518
|
sortable: boolean;
|
|
@@ -512,6 +520,7 @@ declare function Il(t: any, n: any, i?: boolean): {
|
|
|
512
520
|
editable: boolean;
|
|
513
521
|
preferSlot: boolean;
|
|
514
522
|
type: string;
|
|
523
|
+
link: string;
|
|
515
524
|
isForRowKey: boolean;
|
|
516
525
|
extractTitleFromColumn: string;
|
|
517
526
|
slotData: {};
|
|
@@ -571,10 +580,10 @@ declare function Il(t: any, n: any, i?: boolean): {
|
|
|
571
580
|
modalKey: string;
|
|
572
581
|
modalData: {};
|
|
573
582
|
};
|
|
574
|
-
getHref: (
|
|
575
|
-
doAction: (
|
|
583
|
+
getHref: (u: any) => any;
|
|
584
|
+
doAction: (u: any) => any;
|
|
576
585
|
};
|
|
577
|
-
declare function
|
|
586
|
+
declare function hl(t: any, u: any, i: any, a?: boolean): {
|
|
578
587
|
key: string;
|
|
579
588
|
label: string;
|
|
580
589
|
sortable: boolean;
|
|
@@ -582,6 +591,7 @@ declare function El(t: any, n: any, i: any, a?: boolean): {
|
|
|
582
591
|
editable: boolean;
|
|
583
592
|
preferSlot: boolean;
|
|
584
593
|
type: string;
|
|
594
|
+
link: string;
|
|
585
595
|
isForRowKey: boolean;
|
|
586
596
|
extractTitleFromColumn: string;
|
|
587
597
|
slotData: {};
|
|
@@ -641,10 +651,10 @@ declare function El(t: any, n: any, i: any, a?: boolean): {
|
|
|
641
651
|
modalKey: string;
|
|
642
652
|
modalData: {};
|
|
643
653
|
};
|
|
644
|
-
getHref: (
|
|
645
|
-
doAction: (
|
|
654
|
+
getHref: (u: any) => any;
|
|
655
|
+
doAction: (u: any) => any;
|
|
646
656
|
};
|
|
647
|
-
declare function
|
|
657
|
+
declare function Tl(t: any, u: any, i: any, a?: boolean): {
|
|
648
658
|
key: string;
|
|
649
659
|
label: string;
|
|
650
660
|
sortable: boolean;
|
|
@@ -652,6 +662,7 @@ declare function Nl(t: any, n: any, i: any, a?: boolean): {
|
|
|
652
662
|
editable: boolean;
|
|
653
663
|
preferSlot: boolean;
|
|
654
664
|
type: string;
|
|
665
|
+
link: string;
|
|
655
666
|
isForRowKey: boolean;
|
|
656
667
|
extractTitleFromColumn: string;
|
|
657
668
|
slotData: {};
|
|
@@ -711,10 +722,10 @@ declare function Nl(t: any, n: any, i: any, a?: boolean): {
|
|
|
711
722
|
modalKey: string;
|
|
712
723
|
modalData: {};
|
|
713
724
|
};
|
|
714
|
-
getHref: (
|
|
715
|
-
doAction: (
|
|
725
|
+
getHref: (u: any) => any;
|
|
726
|
+
doAction: (u: any) => any;
|
|
716
727
|
};
|
|
717
|
-
declare function
|
|
728
|
+
declare function El(t: any, u: any, i?: boolean): {
|
|
718
729
|
key: string;
|
|
719
730
|
label: string;
|
|
720
731
|
sortable: boolean;
|
|
@@ -722,6 +733,7 @@ declare function Ml(t: any, n: any, i?: boolean): {
|
|
|
722
733
|
editable: boolean;
|
|
723
734
|
preferSlot: boolean;
|
|
724
735
|
type: string;
|
|
736
|
+
link: string;
|
|
725
737
|
isForRowKey: boolean;
|
|
726
738
|
extractTitleFromColumn: string;
|
|
727
739
|
slotData: {};
|
|
@@ -781,10 +793,10 @@ declare function Ml(t: any, n: any, i?: boolean): {
|
|
|
781
793
|
modalKey: string;
|
|
782
794
|
modalData: {};
|
|
783
795
|
};
|
|
784
|
-
getHref: (
|
|
785
|
-
doAction: (
|
|
796
|
+
getHref: (u: any) => any;
|
|
797
|
+
doAction: (u: any) => any;
|
|
786
798
|
};
|
|
787
|
-
declare function
|
|
799
|
+
declare function Dl(t: any, u: any, i?: boolean): {
|
|
788
800
|
key: string;
|
|
789
801
|
label: string;
|
|
790
802
|
sortable: boolean;
|
|
@@ -792,6 +804,7 @@ declare function Ll(t: any, n: any, i?: boolean): {
|
|
|
792
804
|
editable: boolean;
|
|
793
805
|
preferSlot: boolean;
|
|
794
806
|
type: string;
|
|
807
|
+
link: string;
|
|
795
808
|
isForRowKey: boolean;
|
|
796
809
|
extractTitleFromColumn: string;
|
|
797
810
|
slotData: {};
|
|
@@ -851,10 +864,10 @@ declare function Ll(t: any, n: any, i?: boolean): {
|
|
|
851
864
|
modalKey: string;
|
|
852
865
|
modalData: {};
|
|
853
866
|
};
|
|
854
|
-
getHref: (
|
|
855
|
-
doAction: (
|
|
867
|
+
getHref: (u: any) => any;
|
|
868
|
+
doAction: (u: any) => any;
|
|
856
869
|
};
|
|
857
|
-
declare function
|
|
870
|
+
declare function Cl(t: any, u: any, i?: boolean): {
|
|
858
871
|
key: string;
|
|
859
872
|
label: string;
|
|
860
873
|
sortable: boolean;
|
|
@@ -862,6 +875,7 @@ declare function Tl(t: any, n: any, i?: boolean): {
|
|
|
862
875
|
editable: boolean;
|
|
863
876
|
preferSlot: boolean;
|
|
864
877
|
type: string;
|
|
878
|
+
link: string;
|
|
865
879
|
isForRowKey: boolean;
|
|
866
880
|
extractTitleFromColumn: string;
|
|
867
881
|
slotData: {};
|
|
@@ -921,15 +935,15 @@ declare function Tl(t: any, n: any, i?: boolean): {
|
|
|
921
935
|
modalKey: string;
|
|
922
936
|
modalData: {};
|
|
923
937
|
};
|
|
924
|
-
getHref: (
|
|
925
|
-
doAction: (
|
|
938
|
+
getHref: (u: any) => any;
|
|
939
|
+
doAction: (u: any) => any;
|
|
926
940
|
};
|
|
927
|
-
declare namespace
|
|
941
|
+
declare namespace Rl {
|
|
928
942
|
function install(t: any): void;
|
|
929
943
|
}
|
|
930
|
-
declare function
|
|
931
|
-
declare function
|
|
932
|
-
declare function
|
|
933
|
-
declare function
|
|
934
|
-
import { Field as
|
|
935
|
-
export {
|
|
944
|
+
declare function Fl(t: any): boolean;
|
|
945
|
+
declare function Ll(t: any): boolean;
|
|
946
|
+
declare function Nl(t: any): void;
|
|
947
|
+
declare function Ml(t: any): boolean;
|
|
948
|
+
import { Field as Ae } from "lkt-field";
|
|
949
|
+
export { M as Column, gl as createActionColumn, Vl as createCheckColumn, bl as createColumn, wl as createEmailColumn, Il as createFileColumn, Bl as createFloatColumn, $l as createHiddenColumn, Sl as createIntegerColumn, hl as createLinkColumn, Tl as createSelectColumn, El as createSwitchColumn, Dl as createTelColumn, Cl as createTextColumn, Rl as default, Fl as setTableCreateButtonSlot, Ll as setTableDropButtonSlot, Nl as setTableEmptySlot, Ml as setTableNavButtonSlot };
|