plugin-ui-for-kzt 0.0.33 → 0.0.36
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 +4 -4
- package/dist/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +4 -4
- package/dist/components/BaseInputCurrency/BaseInputCurrency.vue.d.ts +1 -1
- package/dist/components/BaseSegmentedButtons/BaseSegmentedButtons.vue.d.ts +1 -1
- package/dist/components/BaseSelect/BaseSelect.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/BaseTag/BaseTag.vue +169 -166
|
@@ -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;
|
|
90
93
|
readonly: boolean;
|
|
94
|
+
inline: boolean;
|
|
91
95
|
selected: boolean;
|
|
92
96
|
active: boolean;
|
|
93
97
|
disabled: boolean;
|
|
94
98
|
required: boolean;
|
|
95
99
|
loading: 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;
|
|
@@ -117,7 +117,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
117
117
|
size: string;
|
|
118
118
|
type: string;
|
|
119
119
|
modelValue: string;
|
|
120
|
+
range: boolean | Record<string, any>;
|
|
121
|
+
minDate: null;
|
|
122
|
+
maxDate: null;
|
|
120
123
|
readonly: boolean;
|
|
124
|
+
inline: boolean;
|
|
121
125
|
selected: boolean;
|
|
122
126
|
active: boolean;
|
|
123
127
|
disabled: boolean;
|
|
@@ -125,9 +129,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
129
|
loading: boolean;
|
|
126
130
|
placeholder: string;
|
|
127
131
|
focusable: boolean;
|
|
128
|
-
range: boolean | Record<string, any>;
|
|
129
|
-
minDate: null;
|
|
130
|
-
maxDate: null;
|
|
131
|
-
inline: boolean;
|
|
132
132
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
133
133
|
export default _default;
|
|
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
102
102
|
required: boolean;
|
|
103
103
|
loading: boolean;
|
|
104
104
|
placeholder: string;
|
|
105
|
-
focusable: boolean;
|
|
106
105
|
options: undefined;
|
|
106
|
+
focusable: boolean;
|
|
107
107
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
108
108
|
export default _default;
|
|
@@ -85,10 +85,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
85
|
disabled: boolean;
|
|
86
86
|
required: boolean;
|
|
87
87
|
loading: boolean;
|
|
88
|
+
options: never[];
|
|
88
89
|
outline: boolean;
|
|
89
90
|
rounded: boolean;
|
|
90
91
|
underline: boolean;
|
|
91
92
|
onlyIcon: boolean;
|
|
92
|
-
options: never[];
|
|
93
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
94
94
|
export default _default;
|
|
@@ -112,8 +112,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
112
112
|
}>> & Readonly<{
|
|
113
113
|
onError?: ((...args: any[]) => any) | undefined;
|
|
114
114
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
115
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
116
115
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
116
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
118
118
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
119
119
|
}>, {
|
|
@@ -124,10 +124,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
124
124
|
disabled: boolean;
|
|
125
125
|
required: boolean;
|
|
126
126
|
loading: boolean;
|
|
127
|
+
options: never[];
|
|
127
128
|
outline: boolean;
|
|
128
129
|
rounded: boolean;
|
|
129
130
|
underline: boolean;
|
|
130
|
-
options: never[];
|
|
131
131
|
parentWidth: boolean;
|
|
132
132
|
multiple: boolean;
|
|
133
133
|
searchable: boolean;
|
|
@@ -33,9 +33,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
|
+
position: string;
|
|
36
37
|
arrow: boolean;
|
|
37
38
|
theme: string;
|
|
38
|
-
position: string;
|
|
39
39
|
trigger: string;
|
|
40
40
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
export default _default;
|