lkt-table 1.4.0 → 1.4.1
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 +11 -97
- package/dist/build.js +535 -554
- package/package.json +2 -1
- package/src/components/LktHiddenRow.vue +1 -1
- package/src/components/LktTableCell.vue +12 -13
- package/src/components/LktTableRow.vue +1 -1
- package/src/components/TableHeader.vue +2 -2
- package/src/lib-components/LktTable.vue +1 -2
package/dist/build.d.ts
CHANGED
|
@@ -1,98 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
sortable: boolean;
|
|
6
|
-
hidden: boolean;
|
|
7
|
-
editable: boolean;
|
|
8
|
-
preferSlot: boolean;
|
|
9
|
-
type: any;
|
|
10
|
-
link: string;
|
|
11
|
-
isForRowKey: boolean;
|
|
12
|
-
extractTitleFromColumn: string;
|
|
13
|
-
slotData: {};
|
|
14
|
-
field: Ze;
|
|
15
|
-
getHref(s: any): any;
|
|
16
|
-
doAction(s: any): any;
|
|
1
|
+
import { Column as za } from "lkt-vue-kernel";
|
|
2
|
+
declare function Ua(a: any): Re;
|
|
3
|
+
declare namespace Pa {
|
|
4
|
+
function install(a: any): void;
|
|
17
5
|
}
|
|
18
|
-
declare function
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
type: any;
|
|
26
|
-
link: string;
|
|
27
|
-
isForRowKey: boolean;
|
|
28
|
-
extractTitleFromColumn: string;
|
|
29
|
-
slotData: {};
|
|
30
|
-
field: {
|
|
31
|
-
modelValue: string;
|
|
32
|
-
type: any;
|
|
33
|
-
placeholder: string;
|
|
34
|
-
searchPlaceholder: string;
|
|
35
|
-
label: string;
|
|
36
|
-
labelIcon: string;
|
|
37
|
-
labelIconAtEnd: boolean;
|
|
38
|
-
name: string;
|
|
39
|
-
autocomplete: boolean;
|
|
40
|
-
disabled: boolean;
|
|
41
|
-
readonly: boolean;
|
|
42
|
-
readMode: boolean;
|
|
43
|
-
allowReadModeSwitch: boolean;
|
|
44
|
-
mandatory: boolean;
|
|
45
|
-
showPassword: boolean;
|
|
46
|
-
canClear: boolean;
|
|
47
|
-
canUndo: boolean;
|
|
48
|
-
canI18n: boolean;
|
|
49
|
-
canStep: boolean;
|
|
50
|
-
mandatoryMessage: string;
|
|
51
|
-
infoMessage: string;
|
|
52
|
-
errorMessage: string;
|
|
53
|
-
step: number;
|
|
54
|
-
enableAutoNumberFix: boolean;
|
|
55
|
-
emptyValueSlot: string;
|
|
56
|
-
slotData: {};
|
|
57
|
-
resource: string;
|
|
58
|
-
resourceData: {};
|
|
59
|
-
validationResourceData: {};
|
|
60
|
-
autoValidation: boolean;
|
|
61
|
-
autoValidationType: string;
|
|
62
|
-
validationStack: string;
|
|
63
|
-
featuredButton: string;
|
|
64
|
-
infoButtonEllipsis: boolean;
|
|
65
|
-
fileName: string;
|
|
66
|
-
customButtonText: string;
|
|
67
|
-
customButtonClass: string;
|
|
68
|
-
options: any[];
|
|
69
|
-
multiple: boolean;
|
|
70
|
-
multipleDisplay: any;
|
|
71
|
-
multipleDisplayEdition: any;
|
|
72
|
-
searchable: boolean;
|
|
73
|
-
autoloadOptionsResource: boolean;
|
|
74
|
-
optionsDownload: string;
|
|
75
|
-
optionsModal: string;
|
|
76
|
-
optionsModalData: {};
|
|
77
|
-
optionsIcon: string;
|
|
78
|
-
optionsResource: string;
|
|
79
|
-
optionsResourceData: {};
|
|
80
|
-
icon: string;
|
|
81
|
-
download: string;
|
|
82
|
-
modal: string;
|
|
83
|
-
modalKey: string;
|
|
84
|
-
modalData: {};
|
|
85
|
-
};
|
|
86
|
-
getHref: (s: any) => any;
|
|
87
|
-
doAction: (s: any) => any;
|
|
88
|
-
};
|
|
89
|
-
declare namespace Ha {
|
|
90
|
-
function install(t: any): void;
|
|
91
|
-
}
|
|
92
|
-
declare function Ka(t: any): boolean;
|
|
93
|
-
declare function qa(t: any): boolean;
|
|
94
|
-
declare function ja(t: any): void;
|
|
95
|
-
declare function Wa(t: any): boolean;
|
|
96
|
-
declare function za(t: any): void;
|
|
97
|
-
import { Field as Ze } from "lkt-field";
|
|
98
|
-
export { at as Column, Pa as createColumn, Ha as default, Ka as setTableCreateButtonSlot, qa as setTableDropButtonSlot, ja as setTableEmptySlot, Wa as setTableNavButtonSlot, za as setTableSaveIcon };
|
|
6
|
+
declare function Ha(a: any): boolean;
|
|
7
|
+
declare function Oa(a: any): boolean;
|
|
8
|
+
declare function Wa(a: any): void;
|
|
9
|
+
declare function Aa(a: any): boolean;
|
|
10
|
+
declare function qa(a: any): void;
|
|
11
|
+
import { Column as Re } from "lkt-vue-kernel";
|
|
12
|
+
export { za as Column, Ua as createColumn, Pa as default, Ha as setTableCreateButtonSlot, Oa as setTableDropButtonSlot, Wa as setTableEmptySlot, Aa as setTableNavButtonSlot, qa as setTableSaveIcon };
|