@katlux/toolkit 0.1.0-beta.8 → 0.1.0-beta.9
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/module.json +1 -1
- package/dist/runtime/components/KButton/KButton.global.d.vue.ts +1 -1
- package/dist/runtime/components/KButton/KButton.global.vue.d.ts +1 -1
- package/dist/runtime/components/KCombobox/KCombobox.global.d.vue.ts +2 -2
- package/dist/runtime/components/KCombobox/KCombobox.global.vue.d.ts +2 -2
- package/dist/runtime/components/KHourPicker/KHourPicker.global.d.vue.ts +1 -1
- package/dist/runtime/components/KHourPicker/KHourPicker.global.vue.d.ts +1 -1
- package/dist/runtime/components/KMaskTextbox/KMaskTextbox.global.d.vue.ts +1 -1
- package/dist/runtime/components/KMaskTextbox/KMaskTextbox.global.vue.d.ts +1 -1
- package/dist/runtime/components/KTree/KTree.global.d.vue.ts +1 -1
- package/dist/runtime/components/KTree/KTree.global.vue.d.ts +1 -1
- package/dist/runtime/components/KTreePicker/KTreePicker.global.d.vue.ts +3 -3
- package/dist/runtime/components/KTreePicker/KTreePicker.global.vue.d.ts +3 -3
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -48,9 +48,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
48
48
|
}>, {
|
|
49
49
|
size: "small" | "large" | "medium" | undefined;
|
|
50
50
|
type: "info" | "default" | "primary" | "danger" | "success" | "warning" | "light" | "dark" | undefined;
|
|
51
|
-
loading: boolean;
|
|
52
51
|
disabled: boolean;
|
|
53
52
|
href: string;
|
|
53
|
+
loading: boolean;
|
|
54
54
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
55
|
declare const _default: typeof __VLS_export;
|
|
56
56
|
export default _default;
|
|
@@ -48,9 +48,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
48
48
|
}>, {
|
|
49
49
|
size: "small" | "large" | "medium" | undefined;
|
|
50
50
|
type: "info" | "default" | "primary" | "danger" | "success" | "warning" | "light" | "dark" | undefined;
|
|
51
|
-
loading: boolean;
|
|
52
51
|
disabled: boolean;
|
|
53
52
|
href: string;
|
|
53
|
+
loading: boolean;
|
|
54
54
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
55
|
declare const _default: typeof __VLS_export;
|
|
56
56
|
export default _default;
|
|
@@ -85,15 +85,15 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
85
85
|
}>> & Readonly<{
|
|
86
86
|
"onUpdate:modelValue"?: ((value: import("@katlux/providers").TDataRow | import("@katlux/providers").TDataRow[] | null) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
|
-
searchbox: boolean;
|
|
89
88
|
disabled: boolean;
|
|
89
|
+
modelValue: any;
|
|
90
|
+
searchbox: boolean;
|
|
90
91
|
placeholder: string;
|
|
91
92
|
dataProvider: any;
|
|
92
93
|
closeOnSelect: boolean;
|
|
93
94
|
multiSelect: boolean;
|
|
94
95
|
maxSelectedDisplay: string | number | boolean;
|
|
95
96
|
visibleFields: any;
|
|
96
|
-
modelValue: any;
|
|
97
97
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
98
98
|
declare const _default: typeof __VLS_export;
|
|
99
99
|
export default _default;
|
|
@@ -85,15 +85,15 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
85
85
|
}>> & Readonly<{
|
|
86
86
|
"onUpdate:modelValue"?: ((value: import("@katlux/providers").TDataRow | import("@katlux/providers").TDataRow[] | null) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
|
-
searchbox: boolean;
|
|
89
88
|
disabled: boolean;
|
|
89
|
+
modelValue: any;
|
|
90
|
+
searchbox: boolean;
|
|
90
91
|
placeholder: string;
|
|
91
92
|
dataProvider: any;
|
|
92
93
|
closeOnSelect: boolean;
|
|
93
94
|
multiSelect: boolean;
|
|
94
95
|
maxSelectedDisplay: string | number | boolean;
|
|
95
96
|
visibleFields: any;
|
|
96
|
-
modelValue: any;
|
|
97
97
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
98
98
|
declare const _default: typeof __VLS_export;
|
|
99
99
|
export default _default;
|
|
@@ -62,8 +62,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
62
62
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
disabled: boolean;
|
|
65
|
-
placeholder: string;
|
|
66
65
|
modelValue: string;
|
|
66
|
+
placeholder: string;
|
|
67
67
|
format: string;
|
|
68
68
|
step: number;
|
|
69
69
|
startHour: string;
|
|
@@ -62,8 +62,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
62
62
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
disabled: boolean;
|
|
65
|
-
placeholder: string;
|
|
66
65
|
modelValue: string;
|
|
66
|
+
placeholder: string;
|
|
67
67
|
format: string;
|
|
68
68
|
step: number;
|
|
69
69
|
startHour: string;
|
|
@@ -37,8 +37,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
37
37
|
}>> & Readonly<{
|
|
38
38
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
39
39
|
}>, {
|
|
40
|
-
placeholder: string;
|
|
41
40
|
modelValue: string;
|
|
41
|
+
placeholder: string;
|
|
42
42
|
showClear: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
declare const _default: typeof __VLS_export;
|
|
@@ -37,8 +37,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
37
37
|
}>> & Readonly<{
|
|
38
38
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
39
39
|
}>, {
|
|
40
|
-
placeholder: string;
|
|
41
40
|
modelValue: string;
|
|
41
|
+
placeholder: string;
|
|
42
42
|
showClear: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
declare const _default: typeof __VLS_export;
|
|
@@ -65,9 +65,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
}>> & Readonly<{}>, {
|
|
68
|
+
disabled: boolean;
|
|
68
69
|
searchtext: string;
|
|
69
70
|
labelField: string;
|
|
70
|
-
disabled: boolean;
|
|
71
71
|
multiSelect: boolean;
|
|
72
72
|
iconField: string;
|
|
73
73
|
isNodeSelected: (node: any) => boolean;
|
|
@@ -65,9 +65,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
}>> & Readonly<{}>, {
|
|
68
|
+
disabled: boolean;
|
|
68
69
|
searchtext: string;
|
|
69
70
|
labelField: string;
|
|
70
|
-
disabled: boolean;
|
|
71
71
|
multiSelect: boolean;
|
|
72
72
|
iconField: string;
|
|
73
73
|
isNodeSelected: (node: any) => boolean;
|
|
@@ -105,14 +105,14 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
105
105
|
}>, {
|
|
106
106
|
parentKey: string;
|
|
107
107
|
idKey: string;
|
|
108
|
-
searchbox: boolean;
|
|
109
|
-
loading: boolean;
|
|
110
108
|
disabled: boolean;
|
|
109
|
+
loading: boolean;
|
|
110
|
+
modelValue: any;
|
|
111
|
+
searchbox: boolean;
|
|
111
112
|
placeholder: string;
|
|
112
113
|
dataProvider: any;
|
|
113
114
|
closeOnSelect: boolean;
|
|
114
115
|
multiSelect: boolean;
|
|
115
|
-
modelValue: any;
|
|
116
116
|
iconField: string;
|
|
117
117
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
118
118
|
declare const _default: typeof __VLS_export;
|
|
@@ -105,14 +105,14 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
105
105
|
}>, {
|
|
106
106
|
parentKey: string;
|
|
107
107
|
idKey: string;
|
|
108
|
-
searchbox: boolean;
|
|
109
|
-
loading: boolean;
|
|
110
108
|
disabled: boolean;
|
|
109
|
+
loading: boolean;
|
|
110
|
+
modelValue: any;
|
|
111
|
+
searchbox: boolean;
|
|
111
112
|
placeholder: string;
|
|
112
113
|
dataProvider: any;
|
|
113
114
|
closeOnSelect: boolean;
|
|
114
115
|
multiSelect: boolean;
|
|
115
|
-
modelValue: any;
|
|
116
116
|
iconField: string;
|
|
117
117
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
118
118
|
declare const _default: typeof __VLS_export;
|