lkt-table 1.3.13 → 1.3.14
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 +62 -62
- package/dist/build.js +492 -499
- package/package.json +1 -1
- package/src/components/LktTableCell.vue +5 -17
- package/src/lib-components/LktTable.vue +7 -3
package/dist/build.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
declare class
|
|
2
|
-
constructor(
|
|
1
|
+
declare class A {
|
|
2
|
+
constructor(r?: {});
|
|
3
3
|
key: string;
|
|
4
4
|
label: string;
|
|
5
5
|
sortable: boolean;
|
|
6
6
|
hidden: boolean;
|
|
7
7
|
editable: boolean;
|
|
8
8
|
preferSlot: boolean;
|
|
9
|
-
type:
|
|
9
|
+
type: any;
|
|
10
10
|
link: string;
|
|
11
11
|
isForRowKey: boolean;
|
|
12
12
|
extractTitleFromColumn: string;
|
|
13
13
|
slotData: {};
|
|
14
|
-
field:
|
|
15
|
-
getHref(
|
|
16
|
-
doAction(
|
|
14
|
+
field: Ye;
|
|
15
|
+
getHref(r: any): any;
|
|
16
|
+
doAction(r: any): any;
|
|
17
17
|
}
|
|
18
|
-
declare function Pl(t: any,
|
|
18
|
+
declare function Pl(t: any, r: any, s: any, a?: boolean): {
|
|
19
19
|
key: string;
|
|
20
20
|
label: string;
|
|
21
21
|
sortable: boolean;
|
|
22
22
|
hidden: boolean;
|
|
23
23
|
editable: boolean;
|
|
24
24
|
preferSlot: boolean;
|
|
25
|
-
type:
|
|
25
|
+
type: any;
|
|
26
26
|
link: string;
|
|
27
27
|
isForRowKey: boolean;
|
|
28
28
|
extractTitleFromColumn: string;
|
|
@@ -83,17 +83,17 @@ declare function Pl(t: any, u: any, i: any, a?: boolean): {
|
|
|
83
83
|
modalKey: string;
|
|
84
84
|
modalData: {};
|
|
85
85
|
};
|
|
86
|
-
getHref: (
|
|
87
|
-
doAction: (
|
|
86
|
+
getHref: (r: any) => any;
|
|
87
|
+
doAction: (r: any) => any;
|
|
88
88
|
};
|
|
89
|
-
declare function zl(t: any,
|
|
89
|
+
declare function zl(t: any, r: any, s?: boolean): {
|
|
90
90
|
key: string;
|
|
91
91
|
label: string;
|
|
92
92
|
sortable: boolean;
|
|
93
93
|
hidden: boolean;
|
|
94
94
|
editable: boolean;
|
|
95
95
|
preferSlot: boolean;
|
|
96
|
-
type:
|
|
96
|
+
type: any;
|
|
97
97
|
link: string;
|
|
98
98
|
isForRowKey: boolean;
|
|
99
99
|
extractTitleFromColumn: string;
|
|
@@ -154,8 +154,8 @@ declare function zl(t: any, u: any, i?: boolean): {
|
|
|
154
154
|
modalKey: string;
|
|
155
155
|
modalData: {};
|
|
156
156
|
};
|
|
157
|
-
getHref: (
|
|
158
|
-
doAction: (
|
|
157
|
+
getHref: (r: any) => any;
|
|
158
|
+
doAction: (r: any) => any;
|
|
159
159
|
};
|
|
160
160
|
declare function Al(t: any): {
|
|
161
161
|
key: string;
|
|
@@ -164,7 +164,7 @@ declare function Al(t: any): {
|
|
|
164
164
|
hidden: boolean;
|
|
165
165
|
editable: boolean;
|
|
166
166
|
preferSlot: boolean;
|
|
167
|
-
type:
|
|
167
|
+
type: any;
|
|
168
168
|
link: string;
|
|
169
169
|
isForRowKey: boolean;
|
|
170
170
|
extractTitleFromColumn: string;
|
|
@@ -225,17 +225,17 @@ declare function Al(t: any): {
|
|
|
225
225
|
modalKey: string;
|
|
226
226
|
modalData: {};
|
|
227
227
|
};
|
|
228
|
-
getHref: (
|
|
229
|
-
doAction: (
|
|
228
|
+
getHref: (r: any) => any;
|
|
229
|
+
doAction: (r: any) => any;
|
|
230
230
|
};
|
|
231
|
-
declare function Kl(t: any,
|
|
231
|
+
declare function Kl(t: any, r: any, s?: boolean): {
|
|
232
232
|
key: string;
|
|
233
233
|
label: string;
|
|
234
234
|
sortable: boolean;
|
|
235
235
|
hidden: boolean;
|
|
236
236
|
editable: boolean;
|
|
237
237
|
preferSlot: boolean;
|
|
238
|
-
type:
|
|
238
|
+
type: any;
|
|
239
239
|
link: string;
|
|
240
240
|
isForRowKey: boolean;
|
|
241
241
|
extractTitleFromColumn: string;
|
|
@@ -296,17 +296,17 @@ declare function Kl(t: any, u: any, i?: boolean): {
|
|
|
296
296
|
modalKey: string;
|
|
297
297
|
modalData: {};
|
|
298
298
|
};
|
|
299
|
-
getHref: (
|
|
300
|
-
doAction: (
|
|
299
|
+
getHref: (r: any) => any;
|
|
300
|
+
doAction: (r: any) => any;
|
|
301
301
|
};
|
|
302
|
-
declare function
|
|
302
|
+
declare function Ql(t: any, r: any, s?: boolean): {
|
|
303
303
|
key: string;
|
|
304
304
|
label: string;
|
|
305
305
|
sortable: boolean;
|
|
306
306
|
hidden: boolean;
|
|
307
307
|
editable: boolean;
|
|
308
308
|
preferSlot: boolean;
|
|
309
|
-
type:
|
|
309
|
+
type: any;
|
|
310
310
|
link: string;
|
|
311
311
|
isForRowKey: boolean;
|
|
312
312
|
extractTitleFromColumn: string;
|
|
@@ -367,17 +367,17 @@ declare function Ol(t: any, u: any, i?: boolean): {
|
|
|
367
367
|
modalKey: string;
|
|
368
368
|
modalData: {};
|
|
369
369
|
};
|
|
370
|
-
getHref: (
|
|
371
|
-
doAction: (
|
|
370
|
+
getHref: (r: any) => any;
|
|
371
|
+
doAction: (r: any) => any;
|
|
372
372
|
};
|
|
373
|
-
declare function ql(t: any,
|
|
373
|
+
declare function ql(t: any, r: any, s?: boolean): {
|
|
374
374
|
key: string;
|
|
375
375
|
label: string;
|
|
376
376
|
sortable: boolean;
|
|
377
377
|
hidden: boolean;
|
|
378
378
|
editable: boolean;
|
|
379
379
|
preferSlot: boolean;
|
|
380
|
-
type:
|
|
380
|
+
type: any;
|
|
381
381
|
link: string;
|
|
382
382
|
isForRowKey: boolean;
|
|
383
383
|
extractTitleFromColumn: string;
|
|
@@ -438,17 +438,17 @@ declare function ql(t: any, u: any, i?: boolean): {
|
|
|
438
438
|
modalKey: string;
|
|
439
439
|
modalData: {};
|
|
440
440
|
};
|
|
441
|
-
getHref: (
|
|
442
|
-
doAction: (
|
|
441
|
+
getHref: (r: any) => any;
|
|
442
|
+
doAction: (r: any) => any;
|
|
443
443
|
};
|
|
444
|
-
declare function
|
|
444
|
+
declare function Xl(t: any, r: any, s?: boolean): {
|
|
445
445
|
key: string;
|
|
446
446
|
label: string;
|
|
447
447
|
sortable: boolean;
|
|
448
448
|
hidden: boolean;
|
|
449
449
|
editable: boolean;
|
|
450
450
|
preferSlot: boolean;
|
|
451
|
-
type:
|
|
451
|
+
type: any;
|
|
452
452
|
link: string;
|
|
453
453
|
isForRowKey: boolean;
|
|
454
454
|
extractTitleFromColumn: string;
|
|
@@ -509,17 +509,17 @@ declare function Ql(t: any, u: any, i?: boolean): {
|
|
|
509
509
|
modalKey: string;
|
|
510
510
|
modalData: {};
|
|
511
511
|
};
|
|
512
|
-
getHref: (
|
|
513
|
-
doAction: (
|
|
512
|
+
getHref: (r: any) => any;
|
|
513
|
+
doAction: (r: any) => any;
|
|
514
514
|
};
|
|
515
|
-
declare function Wl(t: any,
|
|
515
|
+
declare function Wl(t: any, r: any, s?: boolean): {
|
|
516
516
|
key: string;
|
|
517
517
|
label: string;
|
|
518
518
|
sortable: boolean;
|
|
519
519
|
hidden: boolean;
|
|
520
520
|
editable: boolean;
|
|
521
521
|
preferSlot: boolean;
|
|
522
|
-
type:
|
|
522
|
+
type: any;
|
|
523
523
|
link: string;
|
|
524
524
|
isForRowKey: boolean;
|
|
525
525
|
extractTitleFromColumn: string;
|
|
@@ -580,17 +580,17 @@ declare function Wl(t: any, u: any, i?: boolean): {
|
|
|
580
580
|
modalKey: string;
|
|
581
581
|
modalData: {};
|
|
582
582
|
};
|
|
583
|
-
getHref: (
|
|
584
|
-
doAction: (
|
|
583
|
+
getHref: (r: any) => any;
|
|
584
|
+
doAction: (r: any) => any;
|
|
585
585
|
};
|
|
586
|
-
declare function Ul(t: any,
|
|
586
|
+
declare function Ul(t: any, r: any, s: any, a?: boolean): {
|
|
587
587
|
key: string;
|
|
588
588
|
label: string;
|
|
589
589
|
sortable: boolean;
|
|
590
590
|
hidden: boolean;
|
|
591
591
|
editable: boolean;
|
|
592
592
|
preferSlot: boolean;
|
|
593
|
-
type:
|
|
593
|
+
type: any;
|
|
594
594
|
link: string;
|
|
595
595
|
isForRowKey: boolean;
|
|
596
596
|
extractTitleFromColumn: string;
|
|
@@ -651,17 +651,17 @@ declare function Ul(t: any, u: any, i: any, a?: boolean): {
|
|
|
651
651
|
modalKey: string;
|
|
652
652
|
modalData: {};
|
|
653
653
|
};
|
|
654
|
-
getHref: (
|
|
655
|
-
doAction: (
|
|
654
|
+
getHref: (r: any) => any;
|
|
655
|
+
doAction: (r: any) => any;
|
|
656
656
|
};
|
|
657
|
-
declare function Jl(t: any,
|
|
657
|
+
declare function Jl(t: any, r: any, s: any, a?: boolean): {
|
|
658
658
|
key: string;
|
|
659
659
|
label: string;
|
|
660
660
|
sortable: boolean;
|
|
661
661
|
hidden: boolean;
|
|
662
662
|
editable: boolean;
|
|
663
663
|
preferSlot: boolean;
|
|
664
|
-
type:
|
|
664
|
+
type: any;
|
|
665
665
|
link: string;
|
|
666
666
|
isForRowKey: boolean;
|
|
667
667
|
extractTitleFromColumn: string;
|
|
@@ -722,17 +722,17 @@ declare function Jl(t: any, u: any, i: any, a?: boolean): {
|
|
|
722
722
|
modalKey: string;
|
|
723
723
|
modalData: {};
|
|
724
724
|
};
|
|
725
|
-
getHref: (
|
|
726
|
-
doAction: (
|
|
725
|
+
getHref: (r: any) => any;
|
|
726
|
+
doAction: (r: any) => any;
|
|
727
727
|
};
|
|
728
|
-
declare function Gl(t: any,
|
|
728
|
+
declare function Gl(t: any, r: any, s?: boolean): {
|
|
729
729
|
key: string;
|
|
730
730
|
label: string;
|
|
731
731
|
sortable: boolean;
|
|
732
732
|
hidden: boolean;
|
|
733
733
|
editable: boolean;
|
|
734
734
|
preferSlot: boolean;
|
|
735
|
-
type:
|
|
735
|
+
type: any;
|
|
736
736
|
link: string;
|
|
737
737
|
isForRowKey: boolean;
|
|
738
738
|
extractTitleFromColumn: string;
|
|
@@ -793,17 +793,17 @@ declare function Gl(t: any, u: any, i?: boolean): {
|
|
|
793
793
|
modalKey: string;
|
|
794
794
|
modalData: {};
|
|
795
795
|
};
|
|
796
|
-
getHref: (
|
|
797
|
-
doAction: (
|
|
796
|
+
getHref: (r: any) => any;
|
|
797
|
+
doAction: (r: any) => any;
|
|
798
798
|
};
|
|
799
|
-
declare function jl(t: any,
|
|
799
|
+
declare function jl(t: any, r: any, s?: boolean): {
|
|
800
800
|
key: string;
|
|
801
801
|
label: string;
|
|
802
802
|
sortable: boolean;
|
|
803
803
|
hidden: boolean;
|
|
804
804
|
editable: boolean;
|
|
805
805
|
preferSlot: boolean;
|
|
806
|
-
type:
|
|
806
|
+
type: any;
|
|
807
807
|
link: string;
|
|
808
808
|
isForRowKey: boolean;
|
|
809
809
|
extractTitleFromColumn: string;
|
|
@@ -864,17 +864,17 @@ declare function jl(t: any, u: any, i?: boolean): {
|
|
|
864
864
|
modalKey: string;
|
|
865
865
|
modalData: {};
|
|
866
866
|
};
|
|
867
|
-
getHref: (
|
|
868
|
-
doAction: (
|
|
867
|
+
getHref: (r: any) => any;
|
|
868
|
+
doAction: (r: any) => any;
|
|
869
869
|
};
|
|
870
|
-
declare function Hl(t: any,
|
|
870
|
+
declare function Hl(t: any, r: any, s?: boolean): {
|
|
871
871
|
key: string;
|
|
872
872
|
label: string;
|
|
873
873
|
sortable: boolean;
|
|
874
874
|
hidden: boolean;
|
|
875
875
|
editable: boolean;
|
|
876
876
|
preferSlot: boolean;
|
|
877
|
-
type:
|
|
877
|
+
type: any;
|
|
878
878
|
link: string;
|
|
879
879
|
isForRowKey: boolean;
|
|
880
880
|
extractTitleFromColumn: string;
|
|
@@ -935,16 +935,16 @@ declare function Hl(t: any, u: any, i?: boolean): {
|
|
|
935
935
|
modalKey: string;
|
|
936
936
|
modalData: {};
|
|
937
937
|
};
|
|
938
|
-
getHref: (
|
|
939
|
-
doAction: (
|
|
938
|
+
getHref: (r: any) => any;
|
|
939
|
+
doAction: (r: any) => any;
|
|
940
940
|
};
|
|
941
|
-
declare namespace
|
|
941
|
+
declare namespace Yl {
|
|
942
942
|
function install(t: any): void;
|
|
943
943
|
}
|
|
944
944
|
declare function _l(t: any): boolean;
|
|
945
|
-
declare function
|
|
945
|
+
declare function Ol(t: any): boolean;
|
|
946
946
|
declare function xl(t: any): void;
|
|
947
|
-
declare function
|
|
947
|
+
declare function Zl(t: any): boolean;
|
|
948
948
|
declare function ea(t: any): void;
|
|
949
|
-
import { Field as
|
|
950
|
-
export {
|
|
949
|
+
import { Field as Ye } from "lkt-field";
|
|
950
|
+
export { A as Column, Pl as createActionColumn, zl as createCheckColumn, Al as createColumn, Kl as createEmailColumn, Ql as createFileColumn, ql as createFloatColumn, Xl as createHiddenColumn, Wl as createIntegerColumn, Ul as createLinkColumn, Jl as createSelectColumn, Gl as createSwitchColumn, jl as createTelColumn, Hl as createTextColumn, Yl as default, _l as setTableCreateButtonSlot, Ol as setTableDropButtonSlot, xl as setTableEmptySlot, Zl as setTableNavButtonSlot, ea as setTableSaveIcon };
|