plugin-ui-for-kzt 0.0.25 → 0.0.27
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 +10 -1
- 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 +11 -4
- 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/BaseSegmentedButtons/BaseSegmentedButtons.vue.d.ts +1 -1
- 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/example/App.vue +6 -199
- package/package.json +1 -1
- package/src/components/BaseCalendar/BaseCalendar.vue +2 -0
- package/src/components/BaseSelect/BaseSelect.vue +1 -0
- package/src/types/calendar.d.ts +1 -0
|
@@ -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;
|
|
@@ -72,13 +72,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
72
72
|
};
|
|
73
73
|
}>> & Readonly<{}>, {
|
|
74
74
|
size: string;
|
|
75
|
-
color: string;
|
|
76
75
|
tag: string;
|
|
77
76
|
selected: boolean;
|
|
78
77
|
active: boolean;
|
|
79
78
|
disabled: boolean;
|
|
80
79
|
required: boolean;
|
|
81
80
|
loading: boolean;
|
|
81
|
+
color: string;
|
|
82
82
|
outline: boolean;
|
|
83
83
|
rounded: boolean;
|
|
84
84
|
underline: boolean;
|
|
@@ -15,6 +15,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15
15
|
error: {
|
|
16
16
|
type: (BooleanConstructor | StringConstructor)[];
|
|
17
17
|
};
|
|
18
|
+
inline: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
18
22
|
size: {
|
|
19
23
|
default: string;
|
|
20
24
|
};
|
|
@@ -36,13 +40,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
40
|
error: {
|
|
37
41
|
type: (BooleanConstructor | StringConstructor)[];
|
|
38
42
|
};
|
|
43
|
+
inline: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
39
47
|
size: {
|
|
40
48
|
default: string;
|
|
41
49
|
};
|
|
42
50
|
}>> & Readonly<{}>, {
|
|
43
51
|
size: string;
|
|
52
|
+
readonly: boolean;
|
|
44
53
|
range: boolean | Record<string, any>;
|
|
45
54
|
minDate: null;
|
|
46
|
-
|
|
55
|
+
inline: boolean;
|
|
47
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
57
|
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;
|
|
69
71
|
selected: boolean;
|
|
70
72
|
active: boolean;
|
|
71
73
|
disabled: boolean;
|
|
72
74
|
required: boolean;
|
|
73
75
|
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;
|
|
73
74
|
selected: boolean;
|
|
74
75
|
active: boolean;
|
|
75
76
|
disabled: boolean;
|
|
76
77
|
required: boolean;
|
|
77
78
|
loading: boolean;
|
|
78
|
-
modelValue: boolean;
|
|
79
79
|
parentWidth: boolean;
|
|
80
80
|
preventControl: boolean;
|
|
81
81
|
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>;
|
|
@@ -46,6 +46,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
46
|
minDate: {
|
|
47
47
|
default: null;
|
|
48
48
|
};
|
|
49
|
+
inline: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
};
|
|
49
52
|
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
50
53
|
[key: string]: any;
|
|
51
54
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validationError")[], "update:modelValue" | "validationError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -96,22 +99,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
99
|
minDate: {
|
|
97
100
|
default: null;
|
|
98
101
|
};
|
|
102
|
+
inline: {
|
|
103
|
+
type: BooleanConstructor;
|
|
104
|
+
};
|
|
99
105
|
}>> & Readonly<{
|
|
100
106
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
101
107
|
onValidationError?: ((...args: any[]) => any) | undefined;
|
|
102
108
|
}>, {
|
|
103
109
|
size: string;
|
|
104
110
|
type: string;
|
|
111
|
+
modelValue: string;
|
|
112
|
+
readonly: boolean;
|
|
105
113
|
selected: boolean;
|
|
106
114
|
active: boolean;
|
|
107
115
|
disabled: boolean;
|
|
108
116
|
required: boolean;
|
|
109
117
|
loading: boolean;
|
|
110
|
-
modelValue: string;
|
|
111
|
-
range: boolean | Record<string, any>;
|
|
112
|
-
minDate: null;
|
|
113
|
-
readonly: boolean;
|
|
114
118
|
placeholder: string;
|
|
115
119
|
focusable: boolean;
|
|
120
|
+
range: boolean | Record<string, any>;
|
|
121
|
+
minDate: null;
|
|
122
|
+
inline: boolean;
|
|
116
123
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
117
124
|
export default _default;
|
|
@@ -86,15 +86,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
86
86
|
};
|
|
87
87
|
}>> & Readonly<{}>, {
|
|
88
88
|
size: string;
|
|
89
|
-
type: string;
|
|
90
89
|
error: string | boolean;
|
|
90
|
+
type: string;
|
|
91
|
+
modelValue: string;
|
|
92
|
+
readonly: boolean;
|
|
91
93
|
selected: boolean;
|
|
92
94
|
active: boolean;
|
|
93
95
|
disabled: boolean;
|
|
94
96
|
required: boolean;
|
|
95
97
|
loading: boolean;
|
|
96
|
-
modelValue: string;
|
|
97
|
-
readonly: boolean;
|
|
98
98
|
placeholder: string;
|
|
99
99
|
focusable: boolean;
|
|
100
100
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -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;
|
|
@@ -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;
|
|
69
71
|
selected: boolean;
|
|
70
72
|
active: boolean;
|
|
71
73
|
disabled: boolean;
|
|
72
74
|
required: boolean;
|
|
73
75
|
loading: boolean;
|
|
74
|
-
modelValue: boolean;
|
|
75
|
-
readonly: boolean;
|
|
76
76
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
77
|
export default _default;
|
|
@@ -79,9 +79,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
79
79
|
disabled: boolean;
|
|
80
80
|
required: boolean;
|
|
81
81
|
loading: boolean;
|
|
82
|
+
options: never[];
|
|
82
83
|
outline: boolean;
|
|
83
84
|
rounded: boolean;
|
|
84
85
|
underline: boolean;
|
|
85
|
-
options: never[];
|
|
86
86
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
87
87
|
export default _default;
|
|
@@ -106,16 +106,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
106
106
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
107
107
|
}>, {
|
|
108
108
|
size: string;
|
|
109
|
+
readonly: boolean;
|
|
109
110
|
selected: boolean;
|
|
110
111
|
active: boolean;
|
|
111
112
|
disabled: boolean;
|
|
112
113
|
required: boolean;
|
|
113
114
|
loading: boolean;
|
|
115
|
+
options: never[];
|
|
114
116
|
outline: boolean;
|
|
115
117
|
rounded: boolean;
|
|
116
118
|
underline: boolean;
|
|
117
|
-
readonly: boolean;
|
|
118
|
-
options: never[];
|
|
119
119
|
parentWidth: boolean;
|
|
120
120
|
multiple: boolean;
|
|
121
121
|
}, {}, {}, {}, 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;
|
|
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;
|
|
@@ -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;
|
|
67
69
|
selected: boolean;
|
|
68
70
|
active: boolean;
|
|
69
71
|
disabled: boolean;
|
|
70
72
|
required: boolean;
|
|
71
73
|
loading: boolean;
|
|
72
|
-
modelValue: boolean;
|
|
73
|
-
readonly: boolean;
|
|
74
74
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
75
75
|
export default _default;
|