lkt-table 1.3.21 → 1.3.23
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 +52 -52
- package/dist/build.js +546 -525
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/LktTableRow.vue +21 -9
- package/src/lib-components/LktTable.vue +21 -1
package/dist/build.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare class
|
|
2
|
-
constructor(
|
|
1
|
+
declare class H {
|
|
2
|
+
constructor(u?: {});
|
|
3
3
|
key: string;
|
|
4
4
|
label: string;
|
|
5
5
|
sortable: boolean;
|
|
@@ -11,11 +11,11 @@ declare class P {
|
|
|
11
11
|
isForRowKey: boolean;
|
|
12
12
|
extractTitleFromColumn: string;
|
|
13
13
|
slotData: {};
|
|
14
|
-
field:
|
|
15
|
-
getHref(
|
|
16
|
-
doAction(
|
|
14
|
+
field: _e;
|
|
15
|
+
getHref(u: any): any;
|
|
16
|
+
doAction(u: any): any;
|
|
17
17
|
}
|
|
18
|
-
declare function
|
|
18
|
+
declare function Wa(t: any, u: any, d: any, o?: boolean): {
|
|
19
19
|
key: string;
|
|
20
20
|
label: string;
|
|
21
21
|
sortable: boolean;
|
|
@@ -83,10 +83,10 @@ declare function Hl(t: any, r: any, d: any, o?: boolean): {
|
|
|
83
83
|
modalKey: string;
|
|
84
84
|
modalData: {};
|
|
85
85
|
};
|
|
86
|
-
getHref: (
|
|
87
|
-
doAction: (
|
|
86
|
+
getHref: (u: any) => any;
|
|
87
|
+
doAction: (u: any) => any;
|
|
88
88
|
};
|
|
89
|
-
declare function
|
|
89
|
+
declare function Ja(t: any, u: any, d?: boolean): {
|
|
90
90
|
key: string;
|
|
91
91
|
label: string;
|
|
92
92
|
sortable: boolean;
|
|
@@ -154,10 +154,10 @@ declare function Gl(t: any, r: any, d?: boolean): {
|
|
|
154
154
|
modalKey: string;
|
|
155
155
|
modalData: {};
|
|
156
156
|
};
|
|
157
|
-
getHref: (
|
|
158
|
-
doAction: (
|
|
157
|
+
getHref: (u: any) => any;
|
|
158
|
+
doAction: (u: any) => any;
|
|
159
159
|
};
|
|
160
|
-
declare function
|
|
160
|
+
declare function Pa(t: any): {
|
|
161
161
|
key: string;
|
|
162
162
|
label: string;
|
|
163
163
|
sortable: boolean;
|
|
@@ -225,10 +225,10 @@ declare function Ul(t: any): {
|
|
|
225
225
|
modalKey: string;
|
|
226
226
|
modalData: {};
|
|
227
227
|
};
|
|
228
|
-
getHref: (
|
|
229
|
-
doAction: (
|
|
228
|
+
getHref: (u: any) => any;
|
|
229
|
+
doAction: (u: any) => any;
|
|
230
230
|
};
|
|
231
|
-
declare function
|
|
231
|
+
declare function za(t: any, u: any, d?: boolean): {
|
|
232
232
|
key: string;
|
|
233
233
|
label: string;
|
|
234
234
|
sortable: boolean;
|
|
@@ -296,10 +296,10 @@ declare function jl(t: any, r: any, d?: boolean): {
|
|
|
296
296
|
modalKey: string;
|
|
297
297
|
modalData: {};
|
|
298
298
|
};
|
|
299
|
-
getHref: (
|
|
300
|
-
doAction: (
|
|
299
|
+
getHref: (u: any) => any;
|
|
300
|
+
doAction: (u: any) => any;
|
|
301
301
|
};
|
|
302
|
-
declare function
|
|
302
|
+
declare function Ya(t: any, u: any, d?: boolean): {
|
|
303
303
|
key: string;
|
|
304
304
|
label: string;
|
|
305
305
|
sortable: boolean;
|
|
@@ -367,10 +367,10 @@ declare function Xl(t: any, r: any, d?: boolean): {
|
|
|
367
367
|
modalKey: string;
|
|
368
368
|
modalData: {};
|
|
369
369
|
};
|
|
370
|
-
getHref: (
|
|
371
|
-
doAction: (
|
|
370
|
+
getHref: (u: any) => any;
|
|
371
|
+
doAction: (u: any) => any;
|
|
372
372
|
};
|
|
373
|
-
declare function
|
|
373
|
+
declare function ja(t: any, u: any, d?: boolean): {
|
|
374
374
|
key: string;
|
|
375
375
|
label: string;
|
|
376
376
|
sortable: boolean;
|
|
@@ -438,10 +438,10 @@ declare function Kl(t: any, r: any, d?: boolean): {
|
|
|
438
438
|
modalKey: string;
|
|
439
439
|
modalData: {};
|
|
440
440
|
};
|
|
441
|
-
getHref: (
|
|
442
|
-
doAction: (
|
|
441
|
+
getHref: (u: any) => any;
|
|
442
|
+
doAction: (u: any) => any;
|
|
443
443
|
};
|
|
444
|
-
declare function
|
|
444
|
+
declare function Za(t: any, u: any, d?: boolean): {
|
|
445
445
|
key: string;
|
|
446
446
|
label: string;
|
|
447
447
|
sortable: boolean;
|
|
@@ -509,10 +509,10 @@ declare function Yl(t: any, r: any, d?: boolean): {
|
|
|
509
509
|
modalKey: string;
|
|
510
510
|
modalData: {};
|
|
511
511
|
};
|
|
512
|
-
getHref: (
|
|
513
|
-
doAction: (
|
|
512
|
+
getHref: (u: any) => any;
|
|
513
|
+
doAction: (u: any) => any;
|
|
514
514
|
};
|
|
515
|
-
declare function
|
|
515
|
+
declare function Ka(t: any, u: any, d?: boolean): {
|
|
516
516
|
key: string;
|
|
517
517
|
label: string;
|
|
518
518
|
sortable: boolean;
|
|
@@ -580,10 +580,10 @@ declare function ql(t: any, r: any, d?: boolean): {
|
|
|
580
580
|
modalKey: string;
|
|
581
581
|
modalData: {};
|
|
582
582
|
};
|
|
583
|
-
getHref: (
|
|
584
|
-
doAction: (
|
|
583
|
+
getHref: (u: any) => any;
|
|
584
|
+
doAction: (u: any) => any;
|
|
585
585
|
};
|
|
586
|
-
declare function
|
|
586
|
+
declare function Ha(t: any, u: any, d: any, o?: boolean): {
|
|
587
587
|
key: string;
|
|
588
588
|
label: string;
|
|
589
589
|
sortable: boolean;
|
|
@@ -651,10 +651,10 @@ declare function Pl(t: any, r: any, d: any, o?: boolean): {
|
|
|
651
651
|
modalKey: string;
|
|
652
652
|
modalData: {};
|
|
653
653
|
};
|
|
654
|
-
getHref: (
|
|
655
|
-
doAction: (
|
|
654
|
+
getHref: (u: any) => any;
|
|
655
|
+
doAction: (u: any) => any;
|
|
656
656
|
};
|
|
657
|
-
declare function
|
|
657
|
+
declare function Xa(t: any, u: any, d: any, o?: boolean): {
|
|
658
658
|
key: string;
|
|
659
659
|
label: string;
|
|
660
660
|
sortable: boolean;
|
|
@@ -722,10 +722,10 @@ declare function Ql(t: any, r: any, d: any, o?: boolean): {
|
|
|
722
722
|
modalKey: string;
|
|
723
723
|
modalData: {};
|
|
724
724
|
};
|
|
725
|
-
getHref: (
|
|
726
|
-
doAction: (
|
|
725
|
+
getHref: (u: any) => any;
|
|
726
|
+
doAction: (u: any) => any;
|
|
727
727
|
};
|
|
728
|
-
declare function
|
|
728
|
+
declare function Qa(t: any, u: any, d?: boolean): {
|
|
729
729
|
key: string;
|
|
730
730
|
label: string;
|
|
731
731
|
sortable: boolean;
|
|
@@ -793,10 +793,10 @@ declare function Jl(t: any, r: any, d?: boolean): {
|
|
|
793
793
|
modalKey: string;
|
|
794
794
|
modalData: {};
|
|
795
795
|
};
|
|
796
|
-
getHref: (
|
|
797
|
-
doAction: (
|
|
796
|
+
getHref: (u: any) => any;
|
|
797
|
+
doAction: (u: any) => any;
|
|
798
798
|
};
|
|
799
|
-
declare function
|
|
799
|
+
declare function Ga(t: any, u: any, d?: boolean): {
|
|
800
800
|
key: string;
|
|
801
801
|
label: string;
|
|
802
802
|
sortable: boolean;
|
|
@@ -864,10 +864,10 @@ declare function zl(t: any, r: any, d?: boolean): {
|
|
|
864
864
|
modalKey: string;
|
|
865
865
|
modalData: {};
|
|
866
866
|
};
|
|
867
|
-
getHref: (
|
|
868
|
-
doAction: (
|
|
867
|
+
getHref: (u: any) => any;
|
|
868
|
+
doAction: (u: any) => any;
|
|
869
869
|
};
|
|
870
|
-
declare function
|
|
870
|
+
declare function qa(t: any, u: any, d?: boolean): {
|
|
871
871
|
key: string;
|
|
872
872
|
label: string;
|
|
873
873
|
sortable: boolean;
|
|
@@ -935,16 +935,16 @@ declare function Wl(t: any, r: any, d?: boolean): {
|
|
|
935
935
|
modalKey: string;
|
|
936
936
|
modalData: {};
|
|
937
937
|
};
|
|
938
|
-
getHref: (
|
|
939
|
-
doAction: (
|
|
938
|
+
getHref: (u: any) => any;
|
|
939
|
+
doAction: (u: any) => any;
|
|
940
940
|
};
|
|
941
|
-
declare namespace
|
|
941
|
+
declare namespace Oa {
|
|
942
942
|
function install(t: any): void;
|
|
943
943
|
}
|
|
944
|
-
declare function
|
|
945
|
-
declare function
|
|
946
|
-
declare function
|
|
947
|
-
declare function
|
|
948
|
-
declare function
|
|
949
|
-
import { Field as
|
|
950
|
-
export {
|
|
944
|
+
declare function el(t: any): boolean;
|
|
945
|
+
declare function xa(t: any): boolean;
|
|
946
|
+
declare function tl(t: any): void;
|
|
947
|
+
declare function _a(t: any): boolean;
|
|
948
|
+
declare function al(t: any): void;
|
|
949
|
+
import { Field as _e } from "lkt-field";
|
|
950
|
+
export { H as Column, Wa as createActionColumn, Ja as createCheckColumn, Pa as createColumn, za as createEmailColumn, Ya as createFileColumn, ja as createFloatColumn, Za as createHiddenColumn, Ka as createIntegerColumn, Ha as createLinkColumn, Xa as createSelectColumn, Qa as createSwitchColumn, Ga as createTelColumn, qa as createTextColumn, Oa as default, el as setTableCreateButtonSlot, xa as setTableDropButtonSlot, tl as setTableEmptySlot, _a as setTableNavButtonSlot, al as setTableSaveIcon };
|