plugin-ui-for-kzt 0.0.49 → 0.0.51
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 +4 -4
- package/dist/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +4 -4
- package/dist/components/BaseSelect/BaseSelect.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 +4 -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;
|
|
90
93
|
readonly: boolean;
|
|
94
|
+
inline: boolean;
|
|
91
95
|
selected: boolean;
|
|
92
96
|
active: boolean;
|
|
93
97
|
disabled: boolean;
|
|
94
98
|
required: boolean;
|
|
95
99
|
loading: 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;
|
|
@@ -117,16 +117,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
117
117
|
size: string;
|
|
118
118
|
type: string;
|
|
119
119
|
modelValue: string;
|
|
120
|
+
range: boolean | Record<string, any>;
|
|
121
|
+
minDate: null;
|
|
122
|
+
maxDate: null;
|
|
120
123
|
readonly: boolean;
|
|
124
|
+
inline: boolean;
|
|
121
125
|
selected: boolean;
|
|
122
126
|
active: boolean;
|
|
123
127
|
disabled: boolean;
|
|
124
128
|
required: boolean;
|
|
125
129
|
loading: boolean;
|
|
126
|
-
range: boolean | Record<string, any>;
|
|
127
|
-
minDate: null;
|
|
128
|
-
maxDate: null;
|
|
129
|
-
inline: boolean;
|
|
130
130
|
placeholder: string;
|
|
131
131
|
focusable: boolean;
|
|
132
132
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -113,8 +113,8 @@ 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
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
117
116
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
117
|
+
"onUpdate:modelValue"?: ((...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;
|
|
@@ -126,10 +126,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
126
126
|
disabled: boolean;
|
|
127
127
|
required: boolean;
|
|
128
128
|
loading: boolean;
|
|
129
|
+
options: ICoreSelectOption[];
|
|
129
130
|
outline: boolean;
|
|
130
131
|
rounded: boolean;
|
|
131
132
|
underline: boolean;
|
|
132
|
-
options: ICoreSelectOption[];
|
|
133
133
|
parentWidth: boolean;
|
|
134
134
|
multiple: boolean;
|
|
135
135
|
searchable: boolean;
|
|
@@ -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;
|