plugin-ui-for-kzt 0.0.63 → 0.0.64
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 +1 -1
- package/dist/components/BaseButton/BaseButton.vue.d.ts +1 -1
- package/dist/components/BaseCalendar/BaseCalendar.vue.d.ts +1 -1
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +1 -1
- package/dist/components/BaseInput/BaseInput.vue.d.ts +3 -3
- package/dist/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +4 -4
- package/dist/components/BaseInputCurrency/BaseInputCurrency.vue.d.ts +4 -4
- package/dist/components/BaseInputEmail/BaseInputEmail.vue.d.ts +2 -2
- package/dist/components/BaseInputPhone/BaseInputPhone.vue.d.ts +2 -2
- package/dist/components/BaseInputWithSelector/BaseInputWithSelector.vue.d.ts +1 -1
- package/dist/components/BasePagination/BasePagination.vue.d.ts +2 -2
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +1 -1
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +1 -1
- package/dist/components/BaseSiteInput/BaseSiteInput.vue.d.ts +1 -1
- 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 +1 -1
- package/dist/components/BaseTooltip/BaseTooltip.vue.d.ts +1 -1
- package/dist/components/BaseUpload/BaseUpload.vue.d.ts +0 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/BaseUpload/BaseUpload.vue +2 -2
- package/src/types/uploadedFile.d.ts +2 -2
|
@@ -40,8 +40,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
40
40
|
};
|
|
41
41
|
}>> & Readonly<{}>, {
|
|
42
42
|
size: string;
|
|
43
|
-
closable: boolean;
|
|
44
43
|
color: string;
|
|
44
|
+
closable: boolean;
|
|
45
45
|
arrowRightIcon: boolean;
|
|
46
46
|
hasDot: boolean;
|
|
47
47
|
arrowUpIcon: boolean;
|
|
@@ -92,10 +92,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
92
|
disabled: boolean;
|
|
93
93
|
required: boolean;
|
|
94
94
|
loading: boolean;
|
|
95
|
+
readonly: boolean;
|
|
95
96
|
range: boolean | Record<string, any>;
|
|
96
97
|
minDate: null;
|
|
97
98
|
maxDate: null;
|
|
98
|
-
readonly: boolean;
|
|
99
99
|
inline: boolean;
|
|
100
100
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
101
101
|
export default _default;
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
disabled: boolean;
|
|
72
72
|
required: boolean;
|
|
73
73
|
loading: boolean;
|
|
74
|
-
modelValue: boolean;
|
|
75
74
|
readonly: boolean;
|
|
75
|
+
modelValue: boolean;
|
|
76
76
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
77
|
export default _default;
|
|
@@ -102,17 +102,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
102
102
|
};
|
|
103
103
|
}>> & Readonly<{}>, {
|
|
104
104
|
size: string;
|
|
105
|
+
type: string;
|
|
105
106
|
id: string;
|
|
106
107
|
mask: string;
|
|
107
|
-
type: string;
|
|
108
108
|
selected: boolean;
|
|
109
109
|
active: boolean;
|
|
110
110
|
disabled: boolean;
|
|
111
111
|
required: boolean;
|
|
112
112
|
loading: boolean;
|
|
113
|
-
modelValue: string;
|
|
114
|
-
readonly: boolean;
|
|
115
113
|
placeholder: string;
|
|
114
|
+
readonly: boolean;
|
|
115
|
+
modelValue: string;
|
|
116
116
|
clearable: boolean;
|
|
117
117
|
focusable: boolean;
|
|
118
118
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -127,14 +127,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
127
|
disabled: boolean;
|
|
128
128
|
required: boolean;
|
|
129
129
|
loading: boolean;
|
|
130
|
+
placeholder: string;
|
|
131
|
+
readonly: boolean;
|
|
130
132
|
modelValue: string;
|
|
133
|
+
clearable: boolean;
|
|
134
|
+
focusable: boolean;
|
|
131
135
|
range: boolean | Record<string, any>;
|
|
132
136
|
minDate: null;
|
|
133
137
|
maxDate: null;
|
|
134
|
-
readonly: boolean;
|
|
135
138
|
inline: boolean;
|
|
136
|
-
placeholder: string;
|
|
137
|
-
clearable: boolean;
|
|
138
|
-
focusable: boolean;
|
|
139
139
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
140
140
|
export default _default;
|
|
@@ -98,18 +98,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
98
98
|
};
|
|
99
99
|
}>> & Readonly<{}>, {
|
|
100
100
|
size: string;
|
|
101
|
-
error: string | boolean;
|
|
102
101
|
type: string;
|
|
102
|
+
error: string | boolean;
|
|
103
103
|
selected: boolean;
|
|
104
104
|
active: boolean;
|
|
105
105
|
disabled: boolean;
|
|
106
106
|
required: boolean;
|
|
107
107
|
loading: boolean;
|
|
108
|
-
modelValue: string;
|
|
109
|
-
readonly: boolean;
|
|
110
108
|
placeholder: string;
|
|
109
|
+
readonly: boolean;
|
|
110
|
+
modelValue: string;
|
|
111
111
|
clearable: boolean;
|
|
112
|
-
options: undefined;
|
|
113
112
|
focusable: boolean;
|
|
113
|
+
options: undefined;
|
|
114
114
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
115
115
|
export default _default;
|
|
@@ -98,9 +98,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
98
98
|
disabled: boolean;
|
|
99
99
|
required: boolean;
|
|
100
100
|
loading: boolean;
|
|
101
|
-
modelValue: string;
|
|
102
|
-
readonly: boolean;
|
|
103
101
|
placeholder: string;
|
|
102
|
+
readonly: boolean;
|
|
103
|
+
modelValue: string;
|
|
104
104
|
clearable: boolean;
|
|
105
105
|
focusable: boolean;
|
|
106
106
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -96,9 +96,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
disabled: boolean;
|
|
97
97
|
required: boolean;
|
|
98
98
|
loading: boolean;
|
|
99
|
-
modelValue: string;
|
|
100
|
-
readonly: boolean;
|
|
101
99
|
placeholder: string;
|
|
100
|
+
readonly: boolean;
|
|
101
|
+
modelValue: string;
|
|
102
102
|
clearable: boolean;
|
|
103
103
|
focusable: boolean;
|
|
104
104
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -46,8 +46,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
46
|
"onUpdate:selectedOptionId"?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
}>, {
|
|
48
48
|
size: string;
|
|
49
|
-
modelValue: string;
|
|
50
49
|
placeholder: string;
|
|
50
|
+
modelValue: string;
|
|
51
51
|
clearable: boolean;
|
|
52
52
|
selectedOptionId: string;
|
|
53
53
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -42,10 +42,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
42
|
"onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
|
|
43
43
|
}>, {
|
|
44
44
|
size: string;
|
|
45
|
-
type: string;
|
|
46
45
|
color: string;
|
|
47
|
-
|
|
46
|
+
type: string;
|
|
48
47
|
totalPages: number;
|
|
48
|
+
currentPage: number;
|
|
49
49
|
maxDisplayedPages: number;
|
|
50
50
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
51
|
export default _default;
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
disabled: boolean;
|
|
72
72
|
required: boolean;
|
|
73
73
|
loading: boolean;
|
|
74
|
-
modelValue: boolean;
|
|
75
74
|
readonly: boolean;
|
|
75
|
+
modelValue: boolean;
|
|
76
76
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
77
|
export default _default;
|
|
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
123
123
|
}>> & Readonly<{
|
|
124
124
|
onError?: ((...args: any[]) => any) | undefined;
|
|
125
125
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
126
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
127
126
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
127
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
129
129
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
130
130
|
onGetSearchApi?: ((...args: any[]) => any) | undefined;
|
|
@@ -56,8 +56,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
56
56
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
58
|
size: string;
|
|
59
|
-
modelValue: string;
|
|
60
59
|
readonly: boolean;
|
|
60
|
+
modelValue: string;
|
|
61
61
|
clearable: boolean;
|
|
62
62
|
focusable: boolean;
|
|
63
63
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -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;
|
|
55
56
|
closable: boolean;
|
|
56
57
|
text: string;
|
|
57
|
-
color: string;
|
|
58
58
|
isHasAddTag: boolean;
|
|
59
59
|
addingTag: boolean;
|
|
60
60
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -91,9 +91,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
91
|
disabled: boolean;
|
|
92
92
|
required: boolean;
|
|
93
93
|
loading: boolean;
|
|
94
|
-
modelValue: string;
|
|
95
|
-
readonly: boolean;
|
|
96
94
|
placeholder: string;
|
|
95
|
+
readonly: boolean;
|
|
96
|
+
modelValue: string;
|
|
97
97
|
clearable: boolean;
|
|
98
98
|
focusable: boolean;
|
|
99
99
|
}, {}, {}, {}, 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;
|
|
62
63
|
isOpen: boolean;
|
|
63
64
|
closable: boolean;
|
|
64
|
-
type: string;
|
|
65
65
|
withBackground: boolean;
|
|
66
66
|
showIcon: boolean;
|
|
67
67
|
duration: undefined;
|
|
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
69
69
|
disabled: boolean;
|
|
70
70
|
required: boolean;
|
|
71
71
|
loading: boolean;
|
|
72
|
-
modelValue: boolean;
|
|
73
72
|
readonly: boolean;
|
|
73
|
+
modelValue: 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;
|
|
38
37
|
theme: string;
|
|
39
38
|
trigger: string;
|
|
39
|
+
arrow: boolean;
|
|
40
40
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
export default _default;
|
|
@@ -13,8 +13,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
};
|
|
14
14
|
cropTexts: {};
|
|
15
15
|
files: {};
|
|
16
|
-
title: {};
|
|
17
|
-
subtitle: {};
|
|
18
16
|
texts: {};
|
|
19
17
|
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
18
|
[key: string]: any;
|
|
@@ -33,8 +31,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
31
|
};
|
|
34
32
|
cropTexts: {};
|
|
35
33
|
files: {};
|
|
36
|
-
title: {};
|
|
37
|
-
subtitle: {};
|
|
38
34
|
texts: {};
|
|
39
35
|
}>> & Readonly<{
|
|
40
36
|
"onUpdate:files"?: ((...args: any[]) => any) | undefined;
|