plugin-ui-for-kzt 0.0.47 → 0.0.50
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/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 +2 -2
- package/dist/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +6 -6
- 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/BaseRadio/BaseRadio.vue.d.ts +2 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +3 -3
- package/dist/components/BaseTable/BaseTable.vue.d.ts +2 -0
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
- package/dist/components/BaseToggle/BaseToggle.vue.d.ts +2 -2
- package/dist/components/BaseTooltip/BaseTooltip.vue.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/BaseTable/BaseTable.vue +18 -4
- package/src/types/table.d.ts +1 -0
|
@@ -87,15 +87,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
};
|
|
88
88
|
}>> & Readonly<{}>, {
|
|
89
89
|
size: string;
|
|
90
|
-
range: boolean | Record<string, any>;
|
|
91
|
-
minDate: null;
|
|
92
|
-
maxDate: null;
|
|
93
|
-
readonly: boolean;
|
|
94
|
-
inline: boolean;
|
|
95
90
|
selected: boolean;
|
|
96
91
|
active: boolean;
|
|
97
92
|
disabled: boolean;
|
|
98
93
|
required: boolean;
|
|
99
94
|
loading: boolean;
|
|
95
|
+
readonly: boolean;
|
|
96
|
+
range: boolean | Record<string, any>;
|
|
97
|
+
minDate: null;
|
|
98
|
+
maxDate: null;
|
|
99
|
+
inline: boolean;
|
|
100
100
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
101
101
|
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;
|
|
@@ -97,13 +97,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
97
97
|
type: string;
|
|
98
98
|
id: string;
|
|
99
99
|
mask: string;
|
|
100
|
-
modelValue: string;
|
|
101
|
-
readonly: boolean;
|
|
102
100
|
selected: boolean;
|
|
103
101
|
active: boolean;
|
|
104
102
|
disabled: boolean;
|
|
105
103
|
required: boolean;
|
|
106
104
|
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,18 +116,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
116
116
|
}>, {
|
|
117
117
|
size: string;
|
|
118
118
|
type: string;
|
|
119
|
-
modelValue: string;
|
|
120
|
-
range: boolean | Record<string, any>;
|
|
121
|
-
minDate: null;
|
|
122
|
-
maxDate: null;
|
|
123
|
-
readonly: boolean;
|
|
124
|
-
inline: boolean;
|
|
125
119
|
selected: boolean;
|
|
126
120
|
active: boolean;
|
|
127
121
|
disabled: boolean;
|
|
128
122
|
required: boolean;
|
|
129
123
|
loading: boolean;
|
|
124
|
+
modelValue: string;
|
|
125
|
+
readonly: boolean;
|
|
130
126
|
placeholder: string;
|
|
131
127
|
focusable: boolean;
|
|
128
|
+
range: boolean | Record<string, any>;
|
|
129
|
+
minDate: null;
|
|
130
|
+
maxDate: null;
|
|
131
|
+
inline: boolean;
|
|
132
132
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
133
133
|
export default _default;
|
|
@@ -94,15 +94,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
94
|
size: string;
|
|
95
95
|
type: string;
|
|
96
96
|
error: string | boolean;
|
|
97
|
-
modelValue: string;
|
|
98
|
-
readonly: boolean;
|
|
99
97
|
selected: boolean;
|
|
100
98
|
active: boolean;
|
|
101
99
|
disabled: boolean;
|
|
102
100
|
required: boolean;
|
|
103
101
|
loading: boolean;
|
|
102
|
+
modelValue: string;
|
|
103
|
+
readonly: boolean;
|
|
104
104
|
placeholder: string;
|
|
105
|
-
options: undefined;
|
|
106
105
|
focusable: boolean;
|
|
106
|
+
options: undefined;
|
|
107
107
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
108
108
|
export default _default;
|
|
@@ -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;
|
|
92
90
|
selected: boolean;
|
|
93
91
|
active: boolean;
|
|
94
92
|
disabled: boolean;
|
|
95
93
|
required: boolean;
|
|
96
94
|
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;
|
|
90
88
|
selected: boolean;
|
|
91
89
|
active: boolean;
|
|
92
90
|
disabled: boolean;
|
|
93
91
|
required: boolean;
|
|
94
92
|
loading: boolean;
|
|
93
|
+
modelValue: string;
|
|
94
|
+
readonly: boolean;
|
|
95
95
|
placeholder: string;
|
|
96
96
|
focusable: boolean;
|
|
97
97
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -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;
|
|
@@ -113,23 +113,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
}>> & Readonly<{
|
|
114
114
|
onError?: ((...args: any[]) => any) | undefined;
|
|
115
115
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
116
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
117
116
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
117
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
118
118
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
119
119
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
120
120
|
onGetSearchApi?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
}>, {
|
|
122
122
|
size: string;
|
|
123
|
-
readonly: boolean;
|
|
124
123
|
selected: boolean;
|
|
125
124
|
active: boolean;
|
|
126
125
|
disabled: boolean;
|
|
127
126
|
required: boolean;
|
|
128
127
|
loading: boolean;
|
|
129
|
-
options: ICoreSelectOption[];
|
|
130
128
|
outline: boolean;
|
|
131
129
|
rounded: boolean;
|
|
132
130
|
underline: boolean;
|
|
131
|
+
readonly: boolean;
|
|
132
|
+
options: ICoreSelectOption[];
|
|
133
133
|
parentWidth: boolean;
|
|
134
134
|
multiple: boolean;
|
|
135
135
|
searchable: boolean;
|
|
@@ -14,6 +14,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14
14
|
};
|
|
15
15
|
actions: {};
|
|
16
16
|
pagination: {};
|
|
17
|
+
totalItems: {};
|
|
17
18
|
subTable: {};
|
|
18
19
|
virtualScroll: {
|
|
19
20
|
type: BooleanConstructor;
|
|
@@ -37,6 +38,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
37
38
|
};
|
|
38
39
|
actions: {};
|
|
39
40
|
pagination: {};
|
|
41
|
+
totalItems: {};
|
|
40
42
|
subTable: {};
|
|
41
43
|
virtualScroll: {
|
|
42
44
|
type: BooleanConstructor;
|
|
@@ -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;
|
|
85
83
|
selected: boolean;
|
|
86
84
|
active: boolean;
|
|
87
85
|
disabled: boolean;
|
|
88
86
|
required: boolean;
|
|
89
87
|
loading: boolean;
|
|
88
|
+
modelValue: string;
|
|
89
|
+
readonly: boolean;
|
|
90
90
|
placeholder: string;
|
|
91
91
|
focusable: boolean;
|
|
92
92
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -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
36
|
arrow: boolean;
|
|
38
37
|
theme: string;
|
|
38
|
+
position: string;
|
|
39
39
|
trigger: string;
|
|
40
40
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
export default _default;
|