lkt-table 1.3.9 → 1.3.10
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 +16 -16
- package/dist/build.js +442 -430
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/LktTableCell.vue +20 -3
- package/src/components/LktTableRow.vue +3 -1
- package/src/lib-components/LktTable.vue +26 -36
package/dist/build.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare class
|
|
1
|
+
declare class N {
|
|
2
2
|
constructor(r?: {});
|
|
3
3
|
key: string;
|
|
4
4
|
label: string;
|
|
@@ -11,7 +11,7 @@ declare class F {
|
|
|
11
11
|
isForRowKey: boolean;
|
|
12
12
|
extractTitleFromColumn: string;
|
|
13
13
|
slotData: {};
|
|
14
|
-
field:
|
|
14
|
+
field: Je;
|
|
15
15
|
getHref(r: any): any;
|
|
16
16
|
doAction(r: any): any;
|
|
17
17
|
}
|
|
@@ -157,7 +157,7 @@ declare function Wl(t: any, r: any, i?: boolean): {
|
|
|
157
157
|
getHref: (r: any) => any;
|
|
158
158
|
doAction: (r: any) => any;
|
|
159
159
|
};
|
|
160
|
-
declare function
|
|
160
|
+
declare function Rl(t: any): {
|
|
161
161
|
key: string;
|
|
162
162
|
label: string;
|
|
163
163
|
sortable: boolean;
|
|
@@ -228,7 +228,7 @@ declare function $l(t: any): {
|
|
|
228
228
|
getHref: (r: any) => any;
|
|
229
229
|
doAction: (r: any) => any;
|
|
230
230
|
};
|
|
231
|
-
declare function
|
|
231
|
+
declare function Al(t: any, r: any, i?: boolean): {
|
|
232
232
|
key: string;
|
|
233
233
|
label: string;
|
|
234
234
|
sortable: boolean;
|
|
@@ -299,7 +299,7 @@ declare function Ul(t: any, r: any, i?: boolean): {
|
|
|
299
299
|
getHref: (r: any) => any;
|
|
300
300
|
doAction: (r: any) => any;
|
|
301
301
|
};
|
|
302
|
-
declare function
|
|
302
|
+
declare function ql(t: any, r: any, i?: boolean): {
|
|
303
303
|
key: string;
|
|
304
304
|
label: string;
|
|
305
305
|
sortable: boolean;
|
|
@@ -370,7 +370,7 @@ declare function Pl(t: any, r: any, i?: boolean): {
|
|
|
370
370
|
getHref: (r: any) => any;
|
|
371
371
|
doAction: (r: any) => any;
|
|
372
372
|
};
|
|
373
|
-
declare function
|
|
373
|
+
declare function Ul(t: any, r: any, i?: boolean): {
|
|
374
374
|
key: string;
|
|
375
375
|
label: string;
|
|
376
376
|
sortable: boolean;
|
|
@@ -441,7 +441,7 @@ declare function Nl(t: any, r: any, i?: boolean): {
|
|
|
441
441
|
getHref: (r: any) => any;
|
|
442
442
|
doAction: (r: any) => any;
|
|
443
443
|
};
|
|
444
|
-
declare function
|
|
444
|
+
declare function jl(t: any, r: any, i?: boolean): {
|
|
445
445
|
key: string;
|
|
446
446
|
label: string;
|
|
447
447
|
sortable: boolean;
|
|
@@ -583,7 +583,7 @@ declare function Fl(t: any, r: any, i?: boolean): {
|
|
|
583
583
|
getHref: (r: any) => any;
|
|
584
584
|
doAction: (r: any) => any;
|
|
585
585
|
};
|
|
586
|
-
declare function
|
|
586
|
+
declare function Ml(t: any, r: any, i: any, a?: boolean): {
|
|
587
587
|
key: string;
|
|
588
588
|
label: string;
|
|
589
589
|
sortable: boolean;
|
|
@@ -796,7 +796,7 @@ declare function Hl(t: any, r: any, i?: boolean): {
|
|
|
796
796
|
getHref: (r: any) => any;
|
|
797
797
|
doAction: (r: any) => any;
|
|
798
798
|
};
|
|
799
|
-
declare function
|
|
799
|
+
declare function Pl(t: any, r: any, i?: boolean): {
|
|
800
800
|
key: string;
|
|
801
801
|
label: string;
|
|
802
802
|
sortable: boolean;
|
|
@@ -867,7 +867,7 @@ declare function Al(t: any, r: any, i?: boolean): {
|
|
|
867
867
|
getHref: (r: any) => any;
|
|
868
868
|
doAction: (r: any) => any;
|
|
869
869
|
};
|
|
870
|
-
declare function
|
|
870
|
+
declare function Nl(t: any, r: any, i?: boolean): {
|
|
871
871
|
key: string;
|
|
872
872
|
label: string;
|
|
873
873
|
sortable: boolean;
|
|
@@ -938,13 +938,13 @@ declare function Ml(t: any, r: any, i?: 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 Ol(t: any): boolean;
|
|
944
945
|
declare function Jl(t: any): boolean;
|
|
945
|
-
declare function Gl(t: any): boolean;
|
|
946
|
-
declare function Ol(t: any): void;
|
|
947
|
-
declare function zl(t: any): boolean;
|
|
948
946
|
declare function Ql(t: any): void;
|
|
949
|
-
|
|
950
|
-
|
|
947
|
+
declare function Gl(t: any): boolean;
|
|
948
|
+
declare function Xl(t: any): void;
|
|
949
|
+
import { Field as Je } from "lkt-field";
|
|
950
|
+
export { N as Column, Ll as createActionColumn, Wl as createCheckColumn, Rl as createColumn, Al as createEmailColumn, ql as createFileColumn, Ul as createFloatColumn, jl as createHiddenColumn, Fl as createIntegerColumn, Ml as createLinkColumn, Kl as createSelectColumn, Hl as createSwitchColumn, Pl as createTelColumn, Nl as createTextColumn, zl as default, Ol as setTableCreateButtonSlot, Jl as setTableDropButtonSlot, Ql as setTableEmptySlot, Gl as setTableNavButtonSlot, Xl as setTableSaveIcon };
|