plugin-ui-for-kzt 0.0.55 → 0.0.56
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/BaseBadge/BaseBadge.vue.d.ts +2 -2
- package/dist/components/BaseButton/BaseButton.vue.d.ts +1 -1
- 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 +3 -3
- package/dist/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +5 -5
- package/dist/components/BaseInputCurrency/BaseInputCurrency.vue.d.ts +3 -3
- package/dist/components/BaseInputEmail/BaseInputEmail.vue.d.ts +2 -2
- package/dist/components/BaseInputPhone/BaseInputPhone.vue.d.ts +2 -2
- package/dist/components/BasePagination/BasePagination.vue.d.ts +1 -1
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +2 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +2 -2
- package/dist/components/BaseTag/BaseTag.vue.d.ts +1 -1
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
- package/dist/components/BaseToast/BaseToast.vue.d.ts +1 -1
- package/dist/components/BaseToggle/BaseToggle.vue.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/sprite.svg +1 -1
- package/example/App.vue +2 -2
- package/package.json +1 -1
- package/src/assets/icons/arrow-down-white.svg +3 -3
- package/src/components/BaseInputWithSelector/BaseInputWithSelector.vue +1 -1
- package/src/components/BaseSelect/BaseSelect.vue +1 -1
|
@@ -40,10 +40,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
40
40
|
};
|
|
41
41
|
}>> & Readonly<{}>, {
|
|
42
42
|
size: string;
|
|
43
|
-
color: string;
|
|
44
43
|
closable: boolean;
|
|
44
|
+
color: string;
|
|
45
|
+
arrowRightIcon: boolean;
|
|
45
46
|
hasDot: boolean;
|
|
46
47
|
arrowUpIcon: boolean;
|
|
47
|
-
arrowRightIcon: boolean;
|
|
48
48
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
49
49
|
export default _default;
|
|
@@ -84,13 +84,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
84
84
|
};
|
|
85
85
|
}>> & Readonly<{}>, {
|
|
86
86
|
size: string;
|
|
87
|
-
color: string;
|
|
88
87
|
tag: string;
|
|
89
88
|
selected: boolean;
|
|
90
89
|
active: boolean;
|
|
91
90
|
disabled: boolean;
|
|
92
91
|
required: boolean;
|
|
93
92
|
loading: boolean;
|
|
93
|
+
color: string;
|
|
94
94
|
outline: boolean;
|
|
95
95
|
rounded: boolean;
|
|
96
96
|
underline: boolean;
|
|
@@ -87,15 +87,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
};
|
|
88
88
|
}>> & Readonly<{}>, {
|
|
89
89
|
size: string;
|
|
90
|
-
selected: boolean;
|
|
91
|
-
active: boolean;
|
|
92
|
-
disabled: boolean;
|
|
93
|
-
required: boolean;
|
|
94
|
-
loading: boolean;
|
|
95
90
|
range: boolean | Record<string, any>;
|
|
96
91
|
minDate: null;
|
|
97
92
|
maxDate: null;
|
|
98
93
|
readonly: boolean;
|
|
99
94
|
inline: boolean;
|
|
95
|
+
selected: boolean;
|
|
96
|
+
active: boolean;
|
|
97
|
+
disabled: boolean;
|
|
98
|
+
required: boolean;
|
|
99
|
+
loading: boolean;
|
|
100
100
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
101
101
|
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
|
+
readonly: boolean;
|
|
73
75
|
selected: boolean;
|
|
74
76
|
active: boolean;
|
|
75
77
|
disabled: boolean;
|
|
76
78
|
required: boolean;
|
|
77
79
|
loading: boolean;
|
|
78
|
-
modelValue: boolean;
|
|
79
|
-
readonly: boolean;
|
|
80
80
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
81
|
export default _default;
|
|
@@ -74,12 +74,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
74
74
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}>, {
|
|
76
76
|
size: string;
|
|
77
|
+
modelValue: boolean;
|
|
77
78
|
selected: boolean;
|
|
78
79
|
active: boolean;
|
|
79
80
|
disabled: boolean;
|
|
80
81
|
required: boolean;
|
|
81
82
|
loading: boolean;
|
|
82
|
-
modelValue: boolean;
|
|
83
83
|
parentWidth: boolean;
|
|
84
84
|
preventControl: boolean;
|
|
85
85
|
autoClose: boolean;
|
|
@@ -94,16 +94,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
94
|
};
|
|
95
95
|
}>> & Readonly<{}>, {
|
|
96
96
|
size: string;
|
|
97
|
-
type: string;
|
|
98
97
|
id: string;
|
|
99
98
|
mask: string;
|
|
99
|
+
type: string;
|
|
100
|
+
modelValue: string;
|
|
101
|
+
readonly: boolean;
|
|
100
102
|
selected: boolean;
|
|
101
103
|
active: boolean;
|
|
102
104
|
disabled: boolean;
|
|
103
105
|
required: boolean;
|
|
104
106
|
loading: boolean;
|
|
105
|
-
modelValue: string;
|
|
106
|
-
readonly: boolean;
|
|
107
107
|
placeholder: string;
|
|
108
108
|
focusable: boolean;
|
|
109
109
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -116,17 +116,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
116
116
|
}>, {
|
|
117
117
|
size: string;
|
|
118
118
|
type: string;
|
|
119
|
-
selected: boolean;
|
|
120
|
-
active: boolean;
|
|
121
|
-
disabled: boolean;
|
|
122
|
-
required: boolean;
|
|
123
|
-
loading: boolean;
|
|
124
119
|
modelValue: string;
|
|
125
120
|
range: boolean | Record<string, any>;
|
|
126
121
|
minDate: null;
|
|
127
122
|
maxDate: null;
|
|
128
123
|
readonly: boolean;
|
|
129
124
|
inline: boolean;
|
|
125
|
+
selected: boolean;
|
|
126
|
+
active: boolean;
|
|
127
|
+
disabled: boolean;
|
|
128
|
+
required: boolean;
|
|
129
|
+
loading: boolean;
|
|
130
130
|
placeholder: string;
|
|
131
131
|
focusable: boolean;
|
|
132
132
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -92,15 +92,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
92
|
};
|
|
93
93
|
}>> & Readonly<{}>, {
|
|
94
94
|
size: string;
|
|
95
|
-
type: string;
|
|
96
95
|
error: string | number | boolean | null;
|
|
96
|
+
type: string;
|
|
97
|
+
modelValue: string;
|
|
98
|
+
readonly: boolean;
|
|
97
99
|
selected: boolean;
|
|
98
100
|
active: boolean;
|
|
99
101
|
disabled: boolean;
|
|
100
102
|
required: boolean;
|
|
101
103
|
loading: boolean;
|
|
102
|
-
modelValue: string;
|
|
103
|
-
readonly: boolean;
|
|
104
104
|
placeholder: string;
|
|
105
105
|
options: undefined;
|
|
106
106
|
focusable: boolean;
|
|
@@ -87,13 +87,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
}>, {
|
|
88
88
|
size: string;
|
|
89
89
|
type: string;
|
|
90
|
+
modelValue: string;
|
|
91
|
+
readonly: boolean;
|
|
90
92
|
selected: boolean;
|
|
91
93
|
active: boolean;
|
|
92
94
|
disabled: boolean;
|
|
93
95
|
required: boolean;
|
|
94
96
|
loading: boolean;
|
|
95
|
-
modelValue: string;
|
|
96
|
-
readonly: boolean;
|
|
97
97
|
placeholder: string;
|
|
98
98
|
focusable: boolean;
|
|
99
99
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -85,13 +85,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
85
|
}>> & Readonly<{}>, {
|
|
86
86
|
size: string;
|
|
87
87
|
type: string;
|
|
88
|
+
modelValue: string;
|
|
89
|
+
readonly: boolean;
|
|
88
90
|
selected: boolean;
|
|
89
91
|
active: boolean;
|
|
90
92
|
disabled: boolean;
|
|
91
93
|
required: boolean;
|
|
92
94
|
loading: boolean;
|
|
93
|
-
modelValue: string;
|
|
94
|
-
readonly: boolean;
|
|
95
95
|
placeholder: string;
|
|
96
96
|
focusable: boolean;
|
|
97
97
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -42,8 +42,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
42
|
"onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
|
|
43
43
|
}>, {
|
|
44
44
|
size: string;
|
|
45
|
-
color: string;
|
|
46
45
|
type: string;
|
|
46
|
+
color: string;
|
|
47
47
|
currentPage: number;
|
|
48
48
|
totalPages: number;
|
|
49
49
|
maxDisplayedPages: number;
|
|
@@ -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
|
+
readonly: boolean;
|
|
73
75
|
selected: boolean;
|
|
74
76
|
active: boolean;
|
|
75
77
|
disabled: boolean;
|
|
76
78
|
required: boolean;
|
|
77
79
|
loading: boolean;
|
|
78
|
-
modelValue: boolean;
|
|
79
|
-
readonly: boolean;
|
|
80
80
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
81
|
export default _default;
|
|
@@ -128,16 +128,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
128
128
|
onGetSearchApi?: ((...args: any[]) => any) | undefined;
|
|
129
129
|
}>, {
|
|
130
130
|
size: string;
|
|
131
|
+
readonly: boolean;
|
|
131
132
|
selected: boolean;
|
|
132
133
|
active: boolean;
|
|
133
134
|
disabled: boolean;
|
|
134
135
|
required: boolean;
|
|
135
136
|
loading: boolean;
|
|
137
|
+
options: ICoreSelectOption[];
|
|
136
138
|
outline: boolean;
|
|
137
139
|
rounded: boolean;
|
|
138
140
|
underline: boolean;
|
|
139
|
-
readonly: boolean;
|
|
140
|
-
options: ICoreSelectOption[];
|
|
141
141
|
parentWidth: boolean;
|
|
142
142
|
multiple: boolean;
|
|
143
143
|
searchable: boolean;
|
|
@@ -52,9 +52,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
52
|
onAddTag?: ((...args: any[]) => any) | undefined;
|
|
53
53
|
}>, {
|
|
54
54
|
size: string;
|
|
55
|
-
color: string;
|
|
56
55
|
closable: boolean;
|
|
57
56
|
text: string;
|
|
57
|
+
color: string;
|
|
58
58
|
isHasAddTag: boolean;
|
|
59
59
|
addingTag: boolean;
|
|
60
60
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -80,13 +80,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
80
80
|
maxLength: {};
|
|
81
81
|
}>> & Readonly<{}>, {
|
|
82
82
|
size: string;
|
|
83
|
+
modelValue: string;
|
|
84
|
+
readonly: boolean;
|
|
83
85
|
selected: boolean;
|
|
84
86
|
active: boolean;
|
|
85
87
|
disabled: boolean;
|
|
86
88
|
required: boolean;
|
|
87
89
|
loading: boolean;
|
|
88
|
-
modelValue: string;
|
|
89
|
-
readonly: boolean;
|
|
90
90
|
placeholder: string;
|
|
91
91
|
focusable: boolean;
|
|
92
92
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -59,9 +59,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
59
59
|
onPrimaryAction?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onSecondaryAction?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}>, {
|
|
62
|
-
type: string;
|
|
63
62
|
isOpen: boolean;
|
|
64
63
|
closable: boolean;
|
|
64
|
+
type: string;
|
|
65
65
|
withBackground: boolean;
|
|
66
66
|
showIcon: boolean;
|
|
67
67
|
duration: undefined;
|
|
@@ -68,12 +68,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
68
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
70
|
size: string;
|
|
71
|
+
modelValue: boolean;
|
|
72
|
+
readonly: boolean;
|
|
71
73
|
selected: boolean;
|
|
72
74
|
active: boolean;
|
|
73
75
|
disabled: boolean;
|
|
74
76
|
required: boolean;
|
|
75
77
|
loading: boolean;
|
|
76
|
-
modelValue: boolean;
|
|
77
|
-
readonly: boolean;
|
|
78
78
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
79
79
|
export default _default;
|