plugin-ui-for-kzt 0.0.59 → 0.0.60
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/components/BaseCalendar/BaseCalendar.vue.d.ts +5 -5
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +2 -2
- package/dist/components/BaseDropdown/BaseDropdown.vue.d.ts +1 -1
- package/dist/components/BaseInput/BaseInput.vue.d.ts +2 -2
- package/dist/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +6 -6
- package/dist/components/BaseInputCurrency/BaseInputCurrency.vue.d.ts +2 -2
- package/dist/components/BaseInputEmail/BaseInputEmail.vue.d.ts +2 -2
- package/dist/components/BaseInputPhone/BaseInputPhone.vue.d.ts +2 -2
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +2 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +4 -4
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
- package/dist/components/BaseToggle/BaseToggle.vue.d.ts +2 -2
- package/dist/components/BaseTooltip/BaseTooltip.vue.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/BaseChips/BaseChips.vue +14 -26
- package/src/components/BaseChips/README.md +1 -1
|
@@ -87,15 +87,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
};
|
|
88
88
|
}>> & Readonly<{}>, {
|
|
89
89
|
size: string;
|
|
90
|
-
range: boolean | Record<string, any>;
|
|
91
|
-
minDate: null;
|
|
92
|
-
maxDate: null;
|
|
93
|
-
readonly: boolean;
|
|
94
|
-
inline: boolean;
|
|
95
90
|
selected: boolean;
|
|
96
91
|
active: boolean;
|
|
97
92
|
disabled: boolean;
|
|
98
93
|
required: boolean;
|
|
99
94
|
loading: boolean;
|
|
95
|
+
readonly: boolean;
|
|
96
|
+
range: boolean | Record<string, any>;
|
|
97
|
+
minDate: null;
|
|
98
|
+
maxDate: null;
|
|
99
|
+
inline: boolean;
|
|
100
100
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
101
101
|
export default _default;
|
|
@@ -66,12 +66,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
66
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
68
|
size: string;
|
|
69
|
-
modelValue: boolean;
|
|
70
|
-
readonly: boolean;
|
|
71
69
|
selected: boolean;
|
|
72
70
|
active: boolean;
|
|
73
71
|
disabled: boolean;
|
|
74
72
|
required: boolean;
|
|
75
73
|
loading: boolean;
|
|
74
|
+
modelValue: boolean;
|
|
75
|
+
readonly: boolean;
|
|
76
76
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
77
|
export default _default;
|
|
@@ -70,12 +70,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
70
70
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
71
71
|
}>, {
|
|
72
72
|
size: string;
|
|
73
|
-
modelValue: boolean;
|
|
74
73
|
selected: boolean;
|
|
75
74
|
active: boolean;
|
|
76
75
|
disabled: boolean;
|
|
77
76
|
required: boolean;
|
|
78
77
|
loading: boolean;
|
|
78
|
+
modelValue: boolean;
|
|
79
79
|
parentWidth: boolean;
|
|
80
80
|
preventControl: boolean;
|
|
81
81
|
autoClose: boolean;
|
|
@@ -105,13 +105,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
105
105
|
type: string;
|
|
106
106
|
id: string;
|
|
107
107
|
mask: string;
|
|
108
|
-
modelValue: string;
|
|
109
|
-
readonly: boolean;
|
|
110
108
|
selected: boolean;
|
|
111
109
|
active: boolean;
|
|
112
110
|
disabled: boolean;
|
|
113
111
|
required: boolean;
|
|
114
112
|
loading: boolean;
|
|
113
|
+
modelValue: string;
|
|
114
|
+
readonly: boolean;
|
|
115
115
|
placeholder: string;
|
|
116
116
|
clearable: boolean;
|
|
117
117
|
focusable: boolean;
|
|
@@ -122,17 +122,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
122
122
|
}>, {
|
|
123
123
|
size: string;
|
|
124
124
|
type: string;
|
|
125
|
-
modelValue: string;
|
|
126
|
-
range: boolean | Record<string, any>;
|
|
127
|
-
minDate: null;
|
|
128
|
-
maxDate: null;
|
|
129
|
-
readonly: boolean;
|
|
130
|
-
inline: boolean;
|
|
131
125
|
selected: boolean;
|
|
132
126
|
active: boolean;
|
|
133
127
|
disabled: boolean;
|
|
134
128
|
required: boolean;
|
|
135
129
|
loading: boolean;
|
|
130
|
+
modelValue: string;
|
|
131
|
+
readonly: boolean;
|
|
132
|
+
range: boolean | Record<string, any>;
|
|
133
|
+
minDate: null;
|
|
134
|
+
maxDate: null;
|
|
135
|
+
inline: boolean;
|
|
136
136
|
placeholder: string;
|
|
137
137
|
clearable: boolean;
|
|
138
138
|
focusable: boolean;
|
|
@@ -100,13 +100,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
100
100
|
size: string;
|
|
101
101
|
type: string;
|
|
102
102
|
error: string | boolean;
|
|
103
|
-
modelValue: string;
|
|
104
|
-
readonly: boolean;
|
|
105
103
|
selected: boolean;
|
|
106
104
|
active: boolean;
|
|
107
105
|
disabled: boolean;
|
|
108
106
|
required: boolean;
|
|
109
107
|
loading: boolean;
|
|
108
|
+
modelValue: string;
|
|
109
|
+
readonly: boolean;
|
|
110
110
|
placeholder: string;
|
|
111
111
|
clearable: boolean;
|
|
112
112
|
options: undefined;
|
|
@@ -93,13 +93,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
93
93
|
}>, {
|
|
94
94
|
size: string;
|
|
95
95
|
type: string;
|
|
96
|
-
modelValue: string;
|
|
97
|
-
readonly: boolean;
|
|
98
96
|
selected: boolean;
|
|
99
97
|
active: boolean;
|
|
100
98
|
disabled: boolean;
|
|
101
99
|
required: boolean;
|
|
102
100
|
loading: boolean;
|
|
101
|
+
modelValue: string;
|
|
102
|
+
readonly: boolean;
|
|
103
103
|
placeholder: string;
|
|
104
104
|
clearable: boolean;
|
|
105
105
|
focusable: boolean;
|
|
@@ -91,13 +91,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
91
|
}>> & Readonly<{}>, {
|
|
92
92
|
size: string;
|
|
93
93
|
type: string;
|
|
94
|
-
modelValue: string;
|
|
95
|
-
readonly: boolean;
|
|
96
94
|
selected: boolean;
|
|
97
95
|
active: boolean;
|
|
98
96
|
disabled: boolean;
|
|
99
97
|
required: boolean;
|
|
100
98
|
loading: boolean;
|
|
99
|
+
modelValue: string;
|
|
100
|
+
readonly: boolean;
|
|
101
101
|
placeholder: string;
|
|
102
102
|
clearable: boolean;
|
|
103
103
|
focusable: boolean;
|
|
@@ -66,12 +66,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
66
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
68
|
size: string;
|
|
69
|
-
modelValue: boolean;
|
|
70
|
-
readonly: boolean;
|
|
71
69
|
selected: boolean;
|
|
72
70
|
active: boolean;
|
|
73
71
|
disabled: boolean;
|
|
74
72
|
required: boolean;
|
|
75
73
|
loading: boolean;
|
|
74
|
+
modelValue: boolean;
|
|
75
|
+
readonly: boolean;
|
|
76
76
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
77
|
export default _default;
|
|
@@ -115,24 +115,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
115
115
|
}>> & Readonly<{
|
|
116
116
|
onError?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
118
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
119
118
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
119
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
120
120
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
122
122
|
onGetSearchApi?: ((...args: any[]) => any) | undefined;
|
|
123
123
|
}>, {
|
|
124
124
|
size: string;
|
|
125
|
-
readonly: boolean;
|
|
126
125
|
selected: boolean;
|
|
127
126
|
active: boolean;
|
|
128
127
|
disabled: boolean;
|
|
129
128
|
required: boolean;
|
|
130
129
|
loading: boolean;
|
|
131
|
-
options: ICoreSelectOption[];
|
|
132
|
-
parentWidth: boolean;
|
|
133
130
|
outline: boolean;
|
|
134
131
|
rounded: boolean;
|
|
135
132
|
underline: boolean;
|
|
133
|
+
readonly: boolean;
|
|
134
|
+
options: ICoreSelectOption[];
|
|
135
|
+
parentWidth: boolean;
|
|
136
136
|
multiple: boolean;
|
|
137
137
|
searchable: boolean;
|
|
138
138
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -86,13 +86,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
86
86
|
maxLength: {};
|
|
87
87
|
}>> & Readonly<{}>, {
|
|
88
88
|
size: string;
|
|
89
|
-
modelValue: string;
|
|
90
|
-
readonly: boolean;
|
|
91
89
|
selected: boolean;
|
|
92
90
|
active: boolean;
|
|
93
91
|
disabled: boolean;
|
|
94
92
|
required: boolean;
|
|
95
93
|
loading: boolean;
|
|
94
|
+
modelValue: string;
|
|
95
|
+
readonly: boolean;
|
|
96
96
|
placeholder: string;
|
|
97
97
|
clearable: boolean;
|
|
98
98
|
focusable: boolean;
|
|
@@ -64,12 +64,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
64
64
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
65
65
|
}>, {
|
|
66
66
|
size: string;
|
|
67
|
-
modelValue: boolean;
|
|
68
|
-
readonly: boolean;
|
|
69
67
|
selected: boolean;
|
|
70
68
|
active: boolean;
|
|
71
69
|
disabled: boolean;
|
|
72
70
|
required: boolean;
|
|
73
71
|
loading: boolean;
|
|
72
|
+
modelValue: boolean;
|
|
73
|
+
readonly: boolean;
|
|
74
74
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
75
75
|
export default _default;
|
|
@@ -34,8 +34,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
36
|
position: string;
|
|
37
|
+
arrow: boolean;
|
|
37
38
|
theme: string;
|
|
38
39
|
trigger: string;
|
|
39
|
-
arrow: boolean;
|
|
40
40
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
export default _default;
|