lkt-table 1.3.2 → 1.3.3
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 +50 -50
- package/dist/build.js +519 -472
- package/package.json +1 -1
- package/src/lib-components/LktTable.vue +46 -2
package/dist/build.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare class M {
|
|
2
|
-
constructor(
|
|
2
|
+
constructor(r?: {});
|
|
3
3
|
key: string;
|
|
4
4
|
label: string;
|
|
5
5
|
sortable: boolean;
|
|
@@ -11,11 +11,11 @@ declare class M {
|
|
|
11
11
|
isForRowKey: boolean;
|
|
12
12
|
extractTitleFromColumn: string;
|
|
13
13
|
slotData: {};
|
|
14
|
-
field:
|
|
15
|
-
getHref(
|
|
16
|
-
doAction(
|
|
14
|
+
field: He;
|
|
15
|
+
getHref(r: any): any;
|
|
16
|
+
doAction(r: any): any;
|
|
17
17
|
}
|
|
18
|
-
declare function
|
|
18
|
+
declare function wl(t: any, r: any, i: any, a?: boolean): {
|
|
19
19
|
key: string;
|
|
20
20
|
label: string;
|
|
21
21
|
sortable: boolean;
|
|
@@ -83,10 +83,10 @@ declare function gl(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
|
|
89
|
+
declare function $l(t: any, r: any, i?: boolean): {
|
|
90
90
|
key: string;
|
|
91
91
|
label: string;
|
|
92
92
|
sortable: boolean;
|
|
@@ -154,10 +154,10 @@ declare function Vl(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
|
-
declare function
|
|
160
|
+
declare function Sl(t: any): {
|
|
161
161
|
key: string;
|
|
162
162
|
label: string;
|
|
163
163
|
sortable: boolean;
|
|
@@ -225,10 +225,10 @@ declare function bl(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
|
|
231
|
+
declare function Il(t: any, r: any, i?: boolean): {
|
|
232
232
|
key: string;
|
|
233
233
|
label: string;
|
|
234
234
|
sortable: boolean;
|
|
@@ -296,10 +296,10 @@ declare function wl(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 Ml(t: any, r: any, i?: boolean): {
|
|
303
303
|
key: string;
|
|
304
304
|
label: string;
|
|
305
305
|
sortable: boolean;
|
|
@@ -367,10 +367,10 @@ declare function Il(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
|
|
373
|
+
declare function El(t: any, r: any, i?: boolean): {
|
|
374
374
|
key: string;
|
|
375
375
|
label: string;
|
|
376
376
|
sortable: boolean;
|
|
@@ -438,10 +438,10 @@ declare function Bl(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 Fl(t: any, r: any, i?: boolean): {
|
|
445
445
|
key: string;
|
|
446
446
|
label: string;
|
|
447
447
|
sortable: boolean;
|
|
@@ -509,10 +509,10 @@ declare function $l(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
|
|
515
|
+
declare function Vl(t: any, r: any, i?: boolean): {
|
|
516
516
|
key: string;
|
|
517
517
|
label: string;
|
|
518
518
|
sortable: boolean;
|
|
@@ -580,10 +580,10 @@ declare function Sl(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
|
|
586
|
+
declare function Bl(t: any, r: any, i: any, a?: boolean): {
|
|
587
587
|
key: string;
|
|
588
588
|
label: string;
|
|
589
589
|
sortable: boolean;
|
|
@@ -651,10 +651,10 @@ declare function hl(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
|
|
657
|
+
declare function Ll(t: any, r: any, i: any, a?: boolean): {
|
|
658
658
|
key: string;
|
|
659
659
|
label: string;
|
|
660
660
|
sortable: boolean;
|
|
@@ -722,10 +722,10 @@ declare function Tl(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
|
|
728
|
+
declare function Rl(t: any, r: any, i?: boolean): {
|
|
729
729
|
key: string;
|
|
730
730
|
label: string;
|
|
731
731
|
sortable: boolean;
|
|
@@ -793,10 +793,10 @@ declare function El(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
|
|
799
|
+
declare function Tl(t: any, r: any, i?: boolean): {
|
|
800
800
|
key: string;
|
|
801
801
|
label: string;
|
|
802
802
|
sortable: boolean;
|
|
@@ -864,10 +864,10 @@ declare function Dl(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
|
|
870
|
+
declare function Dl(t: any, r: any, i?: boolean): {
|
|
871
871
|
key: string;
|
|
872
872
|
label: string;
|
|
873
873
|
sortable: boolean;
|
|
@@ -935,15 +935,15 @@ declare function Cl(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 Nl {
|
|
942
942
|
function install(t: any): void;
|
|
943
943
|
}
|
|
944
|
-
declare function
|
|
945
|
-
declare function
|
|
946
|
-
declare function
|
|
947
|
-
declare function
|
|
948
|
-
import { Field as
|
|
949
|
-
export { M as Column,
|
|
944
|
+
declare function Al(t: any): boolean;
|
|
945
|
+
declare function Wl(t: any): boolean;
|
|
946
|
+
declare function Pl(t: any): void;
|
|
947
|
+
declare function Ul(t: any): boolean;
|
|
948
|
+
import { Field as He } from "lkt-field";
|
|
949
|
+
export { M as Column, wl as createActionColumn, $l as createCheckColumn, Sl as createColumn, Il as createEmailColumn, Ml as createFileColumn, El as createFloatColumn, Fl as createHiddenColumn, Vl as createIntegerColumn, Bl as createLinkColumn, Ll as createSelectColumn, Rl as createSwitchColumn, Tl as createTelColumn, Dl as createTextColumn, Nl as default, Al as setTableCreateButtonSlot, Wl as setTableDropButtonSlot, Pl as setTableEmptySlot, Ul as setTableNavButtonSlot };
|