lkt-table 1.3.17 → 1.3.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 +22 -22
- package/dist/build.js +481 -457
- package/package.json +1 -1
- package/src/components/CreateButton.vue +29 -6
- package/src/lib-components/LktTable.vue +20 -6
package/dist/build.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare class
|
|
1
|
+
declare class U {
|
|
2
2
|
constructor(r?: {});
|
|
3
3
|
key: string;
|
|
4
4
|
label: string;
|
|
@@ -11,11 +11,11 @@ declare class A {
|
|
|
11
11
|
isForRowKey: boolean;
|
|
12
12
|
extractTitleFromColumn: string;
|
|
13
13
|
slotData: {};
|
|
14
|
-
field:
|
|
14
|
+
field: Ze;
|
|
15
15
|
getHref(r: any): any;
|
|
16
16
|
doAction(r: any): any;
|
|
17
17
|
}
|
|
18
|
-
declare function
|
|
18
|
+
declare function Hl(t: any, r: any, d: any, o?: boolean): {
|
|
19
19
|
key: string;
|
|
20
20
|
label: string;
|
|
21
21
|
sortable: boolean;
|
|
@@ -86,7 +86,7 @@ declare function Ul(t: any, r: any, s: any, a?: boolean): {
|
|
|
86
86
|
getHref: (r: any) => any;
|
|
87
87
|
doAction: (r: any) => any;
|
|
88
88
|
};
|
|
89
|
-
declare function
|
|
89
|
+
declare function Gl(t: any, r: any, d?: boolean): {
|
|
90
90
|
key: string;
|
|
91
91
|
label: string;
|
|
92
92
|
sortable: boolean;
|
|
@@ -157,7 +157,7 @@ declare function jl(t: any, r: any, s?: boolean): {
|
|
|
157
157
|
getHref: (r: any) => any;
|
|
158
158
|
doAction: (r: any) => any;
|
|
159
159
|
};
|
|
160
|
-
declare function
|
|
160
|
+
declare function Ul(t: any): {
|
|
161
161
|
key: string;
|
|
162
162
|
label: string;
|
|
163
163
|
sortable: boolean;
|
|
@@ -228,7 +228,7 @@ declare function Fl(t: any): {
|
|
|
228
228
|
getHref: (r: any) => any;
|
|
229
229
|
doAction: (r: any) => any;
|
|
230
230
|
};
|
|
231
|
-
declare function
|
|
231
|
+
declare function jl(t: any, r: any, d?: boolean): {
|
|
232
232
|
key: string;
|
|
233
233
|
label: string;
|
|
234
234
|
sortable: boolean;
|
|
@@ -299,7 +299,7 @@ declare function ql(t: any, r: any, s?: boolean): {
|
|
|
299
299
|
getHref: (r: any) => any;
|
|
300
300
|
doAction: (r: any) => any;
|
|
301
301
|
};
|
|
302
|
-
declare function
|
|
302
|
+
declare function Xl(t: any, r: any, d?: boolean): {
|
|
303
303
|
key: string;
|
|
304
304
|
label: string;
|
|
305
305
|
sortable: boolean;
|
|
@@ -370,7 +370,7 @@ declare function Jl(t: any, r: any, s?: boolean): {
|
|
|
370
370
|
getHref: (r: any) => any;
|
|
371
371
|
doAction: (r: any) => any;
|
|
372
372
|
};
|
|
373
|
-
declare function
|
|
373
|
+
declare function Kl(t: any, r: any, d?: boolean): {
|
|
374
374
|
key: string;
|
|
375
375
|
label: string;
|
|
376
376
|
sortable: boolean;
|
|
@@ -441,7 +441,7 @@ declare function Wl(t: any, r: any, s?: boolean): {
|
|
|
441
441
|
getHref: (r: any) => any;
|
|
442
442
|
doAction: (r: any) => any;
|
|
443
443
|
};
|
|
444
|
-
declare function
|
|
444
|
+
declare function Yl(t: any, r: any, d?: boolean): {
|
|
445
445
|
key: string;
|
|
446
446
|
label: string;
|
|
447
447
|
sortable: boolean;
|
|
@@ -512,7 +512,7 @@ declare function Ql(t: any, r: any, s?: boolean): {
|
|
|
512
512
|
getHref: (r: any) => any;
|
|
513
513
|
doAction: (r: any) => any;
|
|
514
514
|
};
|
|
515
|
-
declare function
|
|
515
|
+
declare function ql(t: any, r: any, d?: boolean): {
|
|
516
516
|
key: string;
|
|
517
517
|
label: string;
|
|
518
518
|
sortable: boolean;
|
|
@@ -583,7 +583,7 @@ declare function Hl(t: any, r: any, s?: boolean): {
|
|
|
583
583
|
getHref: (r: any) => any;
|
|
584
584
|
doAction: (r: any) => any;
|
|
585
585
|
};
|
|
586
|
-
declare function
|
|
586
|
+
declare function Pl(t: any, r: any, d: any, o?: boolean): {
|
|
587
587
|
key: string;
|
|
588
588
|
label: string;
|
|
589
589
|
sortable: boolean;
|
|
@@ -654,7 +654,7 @@ declare function Al(t: any, r: any, s: any, a?: boolean): {
|
|
|
654
654
|
getHref: (r: any) => any;
|
|
655
655
|
doAction: (r: any) => any;
|
|
656
656
|
};
|
|
657
|
-
declare function
|
|
657
|
+
declare function Ql(t: any, r: any, d: any, o?: boolean): {
|
|
658
658
|
key: string;
|
|
659
659
|
label: string;
|
|
660
660
|
sortable: boolean;
|
|
@@ -725,7 +725,7 @@ declare function Gl(t: any, r: any, s: any, a?: boolean): {
|
|
|
725
725
|
getHref: (r: any) => any;
|
|
726
726
|
doAction: (r: any) => any;
|
|
727
727
|
};
|
|
728
|
-
declare function
|
|
728
|
+
declare function Jl(t: any, r: any, d?: boolean): {
|
|
729
729
|
key: string;
|
|
730
730
|
label: string;
|
|
731
731
|
sortable: boolean;
|
|
@@ -796,7 +796,7 @@ declare function zl(t: any, r: any, s?: boolean): {
|
|
|
796
796
|
getHref: (r: any) => any;
|
|
797
797
|
doAction: (r: any) => any;
|
|
798
798
|
};
|
|
799
|
-
declare function
|
|
799
|
+
declare function zl(t: any, r: any, d?: boolean): {
|
|
800
800
|
key: string;
|
|
801
801
|
label: string;
|
|
802
802
|
sortable: boolean;
|
|
@@ -867,7 +867,7 @@ declare function Kl(t: any, r: any, s?: boolean): {
|
|
|
867
867
|
getHref: (r: any) => any;
|
|
868
868
|
doAction: (r: any) => any;
|
|
869
869
|
};
|
|
870
|
-
declare function
|
|
870
|
+
declare function Wl(t: any, r: any, d?: boolean): {
|
|
871
871
|
key: string;
|
|
872
872
|
label: string;
|
|
873
873
|
sortable: boolean;
|
|
@@ -938,13 +938,13 @@ declare function Pl(t: any, r: any, s?: boolean): {
|
|
|
938
938
|
getHref: (r: any) => any;
|
|
939
939
|
doAction: (r: any) => any;
|
|
940
940
|
};
|
|
941
|
-
declare namespace
|
|
941
|
+
declare namespace Zl {
|
|
942
942
|
function install(t: any): void;
|
|
943
943
|
}
|
|
944
|
+
declare function xl(t: any): boolean;
|
|
945
|
+
declare function _l(t: any): boolean;
|
|
946
|
+
declare function ea(t: any): void;
|
|
944
947
|
declare function Ol(t: any): boolean;
|
|
945
|
-
declare function
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
declare function xl(t: any): void;
|
|
949
|
-
import { Field as Ye } from "lkt-field";
|
|
950
|
-
export { A as Column, Ul as createActionColumn, jl as createCheckColumn, Fl as createColumn, ql as createEmailColumn, Jl as createFileColumn, Wl as createFloatColumn, Ql as createHiddenColumn, Hl as createIntegerColumn, Al as createLinkColumn, Gl as createSelectColumn, zl as createSwitchColumn, Kl as createTelColumn, Pl as createTextColumn, Xl as default, Ol as setTableCreateButtonSlot, Zl as setTableDropButtonSlot, _l as setTableEmptySlot, Yl as setTableNavButtonSlot, xl as setTableSaveIcon };
|
|
948
|
+
declare function ta(t: any): void;
|
|
949
|
+
import { Field as Ze } from "lkt-field";
|
|
950
|
+
export { U as Column, Hl as createActionColumn, Gl as createCheckColumn, Ul as createColumn, jl as createEmailColumn, Xl as createFileColumn, Kl as createFloatColumn, Yl as createHiddenColumn, ql as createIntegerColumn, Pl as createLinkColumn, Ql as createSelectColumn, Jl as createSwitchColumn, zl as createTelColumn, Wl as createTextColumn, Zl as default, xl as setTableCreateButtonSlot, _l as setTableDropButtonSlot, ea as setTableEmptySlot, Ol as setTableNavButtonSlot, ta as setTableSaveIcon };
|