plugin-ui-for-kzt 0.0.12 → 0.0.13
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/BaseButton/BaseButton.vue.d.ts +2 -2
- package/dist/components/BaseCalendar/BaseCalendar.vue.d.ts +1 -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 +2 -2
- package/dist/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +2 -2
- package/dist/components/BaseInputCurrency/BaseInputCurrency.vue.d.ts +2 -2
- package/dist/components/BaseInputEmail/BaseInputEmail.vue.d.ts +2 -2
- package/dist/components/BaseInputPhone/BaseInputPhone.vue.d.ts +2 -2
- package/dist/components/BaseOpenedListItem/BaseOpenedListItem.vue.d.ts +1 -1
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +2 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +1 -1
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
- package/dist/components/BaseToggle/BaseToggle.vue.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/Modal/Modal.vue +12 -11
|
@@ -73,12 +73,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
73
73
|
}>> & Readonly<{}>, {
|
|
74
74
|
size: string;
|
|
75
75
|
disabled: boolean;
|
|
76
|
+
color: string;
|
|
77
|
+
tag: string;
|
|
76
78
|
selected: boolean;
|
|
77
79
|
active: boolean;
|
|
78
80
|
required: boolean;
|
|
79
81
|
loading: boolean;
|
|
80
|
-
color: string;
|
|
81
|
-
tag: string;
|
|
82
82
|
outline: boolean;
|
|
83
83
|
rounded: boolean;
|
|
84
84
|
underline: boolean;
|
|
@@ -33,8 +33,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
};
|
|
34
34
|
}>> & Readonly<{}>, {
|
|
35
35
|
size: string;
|
|
36
|
-
readonly: boolean;
|
|
37
36
|
range: boolean | Record<string, any>;
|
|
38
37
|
minDate: null;
|
|
38
|
+
readonly: boolean;
|
|
39
39
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
40
40
|
export default _default;
|
|
@@ -67,11 +67,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
67
67
|
}>, {
|
|
68
68
|
size: string;
|
|
69
69
|
disabled: boolean;
|
|
70
|
-
modelValue: boolean;
|
|
71
|
-
readonly: boolean;
|
|
72
70
|
selected: boolean;
|
|
73
71
|
active: 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;
|
|
@@ -71,11 +71,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
}>, {
|
|
72
72
|
size: string;
|
|
73
73
|
disabled: boolean;
|
|
74
|
-
modelValue: boolean;
|
|
75
74
|
selected: boolean;
|
|
76
75
|
active: boolean;
|
|
77
76
|
required: boolean;
|
|
78
77
|
loading: boolean;
|
|
78
|
+
modelValue: boolean;
|
|
79
79
|
parentWidth: boolean;
|
|
80
80
|
preventControl: boolean;
|
|
81
81
|
autoClose: boolean;
|
|
@@ -96,12 +96,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
size: string;
|
|
97
97
|
disabled: boolean;
|
|
98
98
|
placeholder: string;
|
|
99
|
-
modelValue: string;
|
|
100
|
-
readonly: boolean;
|
|
101
99
|
selected: boolean;
|
|
102
100
|
active: boolean;
|
|
103
101
|
required: boolean;
|
|
104
102
|
loading: boolean;
|
|
103
|
+
modelValue: string;
|
|
104
|
+
readonly: boolean;
|
|
105
105
|
mask: string;
|
|
106
106
|
hint: string;
|
|
107
107
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -106,14 +106,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
106
106
|
size: string;
|
|
107
107
|
disabled: boolean;
|
|
108
108
|
placeholder: string;
|
|
109
|
-
modelValue: string;
|
|
110
|
-
readonly: boolean;
|
|
111
109
|
selected: boolean;
|
|
112
110
|
active: boolean;
|
|
113
111
|
required: boolean;
|
|
114
112
|
loading: boolean;
|
|
113
|
+
modelValue: string;
|
|
115
114
|
range: boolean | Record<string, any>;
|
|
116
115
|
minDate: null;
|
|
116
|
+
readonly: boolean;
|
|
117
117
|
hint: string;
|
|
118
118
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
119
119
|
export default _default;
|
|
@@ -92,12 +92,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
92
|
size: string;
|
|
93
93
|
disabled: boolean;
|
|
94
94
|
placeholder: string;
|
|
95
|
-
modelValue: string;
|
|
96
|
-
readonly: boolean;
|
|
97
95
|
selected: boolean;
|
|
98
96
|
active: boolean;
|
|
99
97
|
required: boolean;
|
|
100
98
|
loading: boolean;
|
|
99
|
+
modelValue: string;
|
|
100
|
+
readonly: boolean;
|
|
101
101
|
hint: string;
|
|
102
102
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
103
103
|
export default _default;
|
|
@@ -94,12 +94,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
94
|
size: string;
|
|
95
95
|
disabled: boolean;
|
|
96
96
|
placeholder: string;
|
|
97
|
-
modelValue: string;
|
|
98
|
-
readonly: boolean;
|
|
99
97
|
selected: boolean;
|
|
100
98
|
active: boolean;
|
|
101
99
|
required: boolean;
|
|
102
100
|
loading: boolean;
|
|
101
|
+
modelValue: string;
|
|
102
|
+
readonly: boolean;
|
|
103
103
|
hint: string;
|
|
104
104
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
105
105
|
export default _default;
|
|
@@ -92,12 +92,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
92
|
size: string;
|
|
93
93
|
disabled: boolean;
|
|
94
94
|
placeholder: string;
|
|
95
|
-
modelValue: string;
|
|
96
|
-
readonly: boolean;
|
|
97
95
|
selected: boolean;
|
|
98
96
|
active: boolean;
|
|
99
97
|
required: boolean;
|
|
100
98
|
loading: boolean;
|
|
99
|
+
modelValue: string;
|
|
100
|
+
readonly: boolean;
|
|
101
101
|
hint: string;
|
|
102
102
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
103
103
|
export default _default;
|
|
@@ -57,10 +57,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
58
|
size: string;
|
|
59
59
|
disabled: boolean;
|
|
60
|
+
tag: string;
|
|
60
61
|
selected: boolean;
|
|
61
62
|
active: boolean;
|
|
62
63
|
required: boolean;
|
|
63
64
|
loading: boolean;
|
|
64
|
-
tag: string;
|
|
65
65
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
66
66
|
export default _default;
|
|
@@ -67,11 +67,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
67
67
|
}>, {
|
|
68
68
|
size: string;
|
|
69
69
|
disabled: boolean;
|
|
70
|
-
modelValue: boolean;
|
|
71
|
-
readonly: boolean;
|
|
72
70
|
selected: boolean;
|
|
73
71
|
active: 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;
|
|
@@ -108,7 +108,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
108
|
size: string;
|
|
109
109
|
options: never[];
|
|
110
110
|
disabled: boolean;
|
|
111
|
-
readonly: boolean;
|
|
112
111
|
selected: boolean;
|
|
113
112
|
active: boolean;
|
|
114
113
|
required: boolean;
|
|
@@ -116,6 +115,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
116
115
|
outline: boolean;
|
|
117
116
|
rounded: boolean;
|
|
118
117
|
underline: boolean;
|
|
118
|
+
readonly: boolean;
|
|
119
119
|
parentWidth: boolean;
|
|
120
120
|
multiple: boolean;
|
|
121
121
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -87,12 +87,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
size: string;
|
|
88
88
|
disabled: boolean;
|
|
89
89
|
placeholder: string;
|
|
90
|
-
modelValue: string;
|
|
91
|
-
readonly: boolean;
|
|
92
90
|
selected: boolean;
|
|
93
91
|
active: boolean;
|
|
94
92
|
required: boolean;
|
|
95
93
|
loading: boolean;
|
|
94
|
+
modelValue: string;
|
|
95
|
+
readonly: boolean;
|
|
96
96
|
hint: string;
|
|
97
97
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
98
98
|
export default _default;
|
|
@@ -65,11 +65,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
65
65
|
}>, {
|
|
66
66
|
size: string;
|
|
67
67
|
disabled: boolean;
|
|
68
|
-
modelValue: boolean;
|
|
69
|
-
readonly: boolean;
|
|
70
68
|
selected: boolean;
|
|
71
69
|
active: 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;
|