plugin-ui-for-kzt 0.0.27 → 0.0.28
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 +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 +4 -4
- package/dist/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +3 -3
- package/dist/components/BaseInputCurrency/BaseInputCurrency.vue.d.ts +4 -4
- package/dist/components/BaseInputEmail/BaseInputEmail.vue.d.ts +3 -3
- package/dist/components/BaseInputPhone/BaseInputPhone.vue.d.ts +3 -3
- 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 +7 -0
- 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 +3 -3
- package/dist/components/BaseToast/BaseToast.vue.d.ts +1 -1
- package/dist/components/BaseToggle/BaseToggle.vue.d.ts +2 -2
- package/dist/components/BaseTooltip/BaseTooltip.vue.d.ts +2 -2
- package/dist/index.js +1 -1
- package/example/App.vue +14 -6
- package/package.json +1 -1
- package/src/components/BaseButton/BaseButton.vue +30 -1
- package/src/components/BaseDefaultPages/BaseDefaultPages.vue +9 -1
- package/src/images.d.ts +24 -0
- package/src/types/button.d.ts +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
|
-
closable: boolean;
|
|
44
43
|
color: string;
|
|
45
|
-
|
|
44
|
+
closable: boolean;
|
|
46
45
|
hasDot: boolean;
|
|
47
46
|
arrowUpIcon: boolean;
|
|
47
|
+
arrowRightIcon: boolean;
|
|
48
48
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
49
49
|
export default _default;
|
|
@@ -33,6 +33,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
underline: {
|
|
34
34
|
type: BooleanConstructor;
|
|
35
35
|
};
|
|
36
|
+
onlyIcon: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
36
40
|
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
37
41
|
[key: string]: any;
|
|
38
42
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -70,17 +74,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
70
74
|
underline: {
|
|
71
75
|
type: BooleanConstructor;
|
|
72
76
|
};
|
|
77
|
+
onlyIcon: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
73
81
|
}>> & Readonly<{}>, {
|
|
74
82
|
size: string;
|
|
83
|
+
color: string;
|
|
75
84
|
tag: string;
|
|
76
85
|
selected: boolean;
|
|
77
86
|
active: boolean;
|
|
78
87
|
disabled: boolean;
|
|
79
88
|
required: boolean;
|
|
80
89
|
loading: boolean;
|
|
81
|
-
color: string;
|
|
82
90
|
outline: boolean;
|
|
83
91
|
rounded: boolean;
|
|
84
92
|
underline: boolean;
|
|
93
|
+
onlyIcon: boolean;
|
|
85
94
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
86
95
|
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;
|
|
@@ -94,17 +94,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
94
|
};
|
|
95
95
|
}>> & Readonly<{}>, {
|
|
96
96
|
size: string;
|
|
97
|
+
type: string;
|
|
97
98
|
id: string;
|
|
98
99
|
mask: string;
|
|
99
|
-
|
|
100
|
-
modelValue: string;
|
|
101
|
-
readonly: boolean;
|
|
100
|
+
placeholder: string;
|
|
102
101
|
selected: boolean;
|
|
103
102
|
active: boolean;
|
|
104
103
|
disabled: boolean;
|
|
105
104
|
required: boolean;
|
|
106
105
|
loading: boolean;
|
|
107
|
-
|
|
106
|
+
modelValue: string;
|
|
107
|
+
readonly: boolean;
|
|
108
108
|
focusable: boolean;
|
|
109
109
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
110
110
|
export default _default;
|
|
@@ -108,14 +108,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
108
|
}>, {
|
|
109
109
|
size: string;
|
|
110
110
|
type: string;
|
|
111
|
-
|
|
112
|
-
readonly: boolean;
|
|
111
|
+
placeholder: string;
|
|
113
112
|
selected: boolean;
|
|
114
113
|
active: boolean;
|
|
115
114
|
disabled: boolean;
|
|
116
115
|
required: boolean;
|
|
117
116
|
loading: boolean;
|
|
118
|
-
|
|
117
|
+
modelValue: string;
|
|
118
|
+
readonly: boolean;
|
|
119
119
|
focusable: boolean;
|
|
120
120
|
range: boolean | Record<string, any>;
|
|
121
121
|
minDate: null;
|
|
@@ -86,16 +86,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
86
86
|
};
|
|
87
87
|
}>> & Readonly<{}>, {
|
|
88
88
|
size: string;
|
|
89
|
-
error: string | boolean;
|
|
90
89
|
type: string;
|
|
91
|
-
|
|
92
|
-
|
|
90
|
+
error: string | boolean;
|
|
91
|
+
placeholder: string;
|
|
93
92
|
selected: boolean;
|
|
94
93
|
active: boolean;
|
|
95
94
|
disabled: boolean;
|
|
96
95
|
required: boolean;
|
|
97
96
|
loading: boolean;
|
|
98
|
-
|
|
97
|
+
modelValue: string;
|
|
98
|
+
readonly: boolean;
|
|
99
99
|
focusable: boolean;
|
|
100
100
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
101
101
|
export default _default;
|
|
@@ -87,14 +87,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
}>, {
|
|
88
88
|
size: string;
|
|
89
89
|
type: string;
|
|
90
|
-
|
|
91
|
-
readonly: boolean;
|
|
90
|
+
placeholder: string;
|
|
92
91
|
selected: boolean;
|
|
93
92
|
active: boolean;
|
|
94
93
|
disabled: boolean;
|
|
95
94
|
required: boolean;
|
|
96
95
|
loading: boolean;
|
|
97
|
-
|
|
96
|
+
modelValue: string;
|
|
97
|
+
readonly: boolean;
|
|
98
98
|
focusable: boolean;
|
|
99
99
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
100
100
|
export default _default;
|
|
@@ -85,14 +85,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
85
|
}>> & Readonly<{}>, {
|
|
86
86
|
size: string;
|
|
87
87
|
type: string;
|
|
88
|
-
|
|
89
|
-
readonly: boolean;
|
|
88
|
+
placeholder: string;
|
|
90
89
|
selected: boolean;
|
|
91
90
|
active: boolean;
|
|
92
91
|
disabled: boolean;
|
|
93
92
|
required: boolean;
|
|
94
93
|
loading: boolean;
|
|
95
|
-
|
|
94
|
+
modelValue: string;
|
|
95
|
+
readonly: boolean;
|
|
96
96
|
focusable: boolean;
|
|
97
97
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
98
98
|
export default _default;
|
|
@@ -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
|
-
type: string;
|
|
46
45
|
color: string;
|
|
46
|
+
type: 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;
|
|
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;
|
|
@@ -29,6 +29,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
29
29
|
underline: {
|
|
30
30
|
type: BooleanConstructor;
|
|
31
31
|
};
|
|
32
|
+
onlyIcon: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
};
|
|
32
35
|
options: {
|
|
33
36
|
default: () => never[];
|
|
34
37
|
};
|
|
@@ -66,6 +69,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
69
|
underline: {
|
|
67
70
|
type: BooleanConstructor;
|
|
68
71
|
};
|
|
72
|
+
onlyIcon: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
};
|
|
69
75
|
options: {
|
|
70
76
|
default: () => never[];
|
|
71
77
|
};
|
|
@@ -83,5 +89,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
89
|
outline: boolean;
|
|
84
90
|
rounded: boolean;
|
|
85
91
|
underline: boolean;
|
|
92
|
+
onlyIcon: boolean;
|
|
86
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
87
94
|
export default _default;
|
|
@@ -106,17 +106,17 @@ 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;
|
|
110
109
|
selected: boolean;
|
|
111
110
|
active: boolean;
|
|
112
111
|
disabled: boolean;
|
|
113
112
|
required: boolean;
|
|
114
113
|
loading: boolean;
|
|
114
|
+
readonly: boolean;
|
|
115
115
|
options: never[];
|
|
116
|
+
parentWidth: boolean;
|
|
116
117
|
outline: boolean;
|
|
117
118
|
rounded: boolean;
|
|
118
119
|
underline: boolean;
|
|
119
|
-
parentWidth: boolean;
|
|
120
120
|
multiple: boolean;
|
|
121
121
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
122
122
|
export default _default;
|
|
@@ -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>;
|
|
@@ -80,14 +80,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
80
80
|
maxLength: {};
|
|
81
81
|
}>> & Readonly<{}>, {
|
|
82
82
|
size: string;
|
|
83
|
-
|
|
84
|
-
readonly: boolean;
|
|
83
|
+
placeholder: string;
|
|
85
84
|
selected: boolean;
|
|
86
85
|
active: boolean;
|
|
87
86
|
disabled: boolean;
|
|
88
87
|
required: boolean;
|
|
89
88
|
loading: boolean;
|
|
90
|
-
|
|
89
|
+
modelValue: string;
|
|
90
|
+
readonly: boolean;
|
|
91
91
|
focusable: boolean;
|
|
92
92
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
93
93
|
export default _default;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
37
|
-
arrow: boolean;
|
|
38
36
|
theme: string;
|
|
39
37
|
trigger: string;
|
|
38
|
+
position: string;
|
|
39
|
+
arrow: boolean;
|
|
40
40
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
export default _default;
|