@katlux/toolkit 0.1.0-beta.41 → 0.1.0-beta.42
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/KCombobox/KCombobox.global.d.vue.ts +1 -1
- package/dist/runtime/components/KCombobox/KCombobox.global.vue.d.ts +1 -1
- 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/KTreePicker/KTreePicker.global.d.vue.ts +1 -1
- package/dist/runtime/components/KTreePicker/KTreePicker.global.vue.d.ts +1 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -86,6 +86,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
86
86
|
"onUpdate:modelValue"?: ((value: import("@katlux/providers").TDataRow | import("@katlux/providers").TDataRow[] | null) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
88
|
disabled: boolean;
|
|
89
|
+
modelValue: any;
|
|
89
90
|
searchbox: boolean;
|
|
90
91
|
placeholder: string;
|
|
91
92
|
dataProvider: any;
|
|
@@ -93,7 +94,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
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;
|
|
@@ -86,6 +86,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
86
86
|
"onUpdate:modelValue"?: ((value: import("@katlux/providers").TDataRow | import("@katlux/providers").TDataRow[] | null) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
88
|
disabled: boolean;
|
|
89
|
+
modelValue: any;
|
|
89
90
|
searchbox: boolean;
|
|
90
91
|
placeholder: string;
|
|
91
92
|
dataProvider: any;
|
|
@@ -93,7 +94,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
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;
|
|
@@ -105,12 +105,12 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
105
105
|
}>, {
|
|
106
106
|
disabled: boolean;
|
|
107
107
|
loading: boolean;
|
|
108
|
+
modelValue: any;
|
|
108
109
|
searchbox: boolean;
|
|
109
110
|
placeholder: string;
|
|
110
111
|
dataProvider: any;
|
|
111
112
|
closeOnSelect: boolean;
|
|
112
113
|
multiSelect: boolean;
|
|
113
|
-
modelValue: any;
|
|
114
114
|
iconField: string;
|
|
115
115
|
idKey: string;
|
|
116
116
|
parentKey: string;
|
|
@@ -105,12 +105,12 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
105
105
|
}>, {
|
|
106
106
|
disabled: boolean;
|
|
107
107
|
loading: boolean;
|
|
108
|
+
modelValue: any;
|
|
108
109
|
searchbox: boolean;
|
|
109
110
|
placeholder: string;
|
|
110
111
|
dataProvider: any;
|
|
111
112
|
closeOnSelect: boolean;
|
|
112
113
|
multiSelect: boolean;
|
|
113
|
-
modelValue: any;
|
|
114
114
|
iconField: string;
|
|
115
115
|
idKey: string;
|
|
116
116
|
parentKey: string;
|