bitboss-ui 0.2.9 → 0.2.11
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 +4 -2
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +4 -2
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +63 -3
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +22 -2
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +27 -2
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +2 -2
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +2 -2
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +2 -2
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +4 -2
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +63 -3
- package/dist/components/BaseRating/BaseRating.vue.d.ts +2 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +3 -3
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +2 -2
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +2 -2
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +63 -3
- package/dist/components/BaseTag/BaseTag.vue.d.ts +2 -2
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +2 -2
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +11 -2
- package/dist/components/BbAlert/BbAlert.vue.d.ts +9 -2
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +4 -2
- package/dist/components/BbBadge/BbBadge.vue.d.ts +5 -2
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +23 -2
- package/dist/components/BbButton/BbButton.vue.d.ts +4 -2
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +10 -2
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +75 -3
- package/dist/components/BbChip/BbChip.vue.d.ts +4 -2
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +4 -2
- package/dist/components/BbConfirm/BbConfirm.vue.d.ts +1 -1
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +35 -2
- package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -2
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +80 -2
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +92 -2
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +7 -2
- package/dist/components/BbHover/BbHover.vue.d.ts +9 -2
- package/dist/components/BbIcon/BbIcon.vue.d.ts +1 -1
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +8 -2
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +7 -2
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +2 -2
- package/dist/components/BbPagination/BbPagination.vue.d.ts +11 -2
- package/dist/components/BbPopover/BbPopover.vue.d.ts +21 -2
- package/dist/components/BbProgress/BbProgress.vue.d.ts +1 -1
- package/dist/components/BbRadio/BbRadio.vue.d.ts +10 -2
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +75 -3
- package/dist/components/BbRating/BbRating.vue.d.ts +7 -2
- package/dist/components/BbRatio/BbRatio.vue.d.ts +4 -2
- package/dist/components/BbSelect/BbSelect.vue.d.ts +3 -3
- package/dist/components/BbSlider/BbSlider.vue.d.ts +7 -2
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +2 -2
- package/dist/components/BbSpinner/BbSpinner.vue.d.ts +1 -1
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +10 -2
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +75 -3
- package/dist/components/BbTab/BbTab.vue.d.ts +29 -5
- package/dist/components/BbTable/BbTable.vue.d.ts +38 -2
- package/dist/components/BbTag/BbTag.vue.d.ts +2 -2
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +7 -2
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +7 -2
- package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
- package/dist/components/BbToast/BbToastMessage.vue.d.ts +1 -1
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +2 -2
- package/dist/components/BbTree/BbTree.vue.d.ts +2 -2
- package/dist/index101.js +3 -3
- package/dist/index103.js +2 -2
- package/dist/index109.js +1 -1
- package/dist/index11.js +2 -2
- package/dist/index111.js +5 -6
- package/dist/index111.js.map +1 -1
- package/dist/index113.js +1 -1
- package/dist/index115.js +7 -7
- package/dist/index115.js.map +1 -1
- package/dist/index116.js +1 -1
- package/dist/index117.js +1 -1
- package/dist/index118.js +1 -1
- package/dist/index119.js +1 -1
- package/dist/index121.js +1 -1
- package/dist/index125.js +1 -1
- package/dist/index126.js +1 -1
- package/dist/index128.js +2 -2
- package/dist/index128.js.map +1 -1
- package/dist/index15.js +8 -8
- package/dist/index17.js +25 -25
- package/dist/index19.js +3 -3
- package/dist/index195.js +2 -2
- package/dist/index195.js.map +1 -1
- package/dist/index196.js +2 -4
- package/dist/index196.js.map +1 -1
- package/dist/index197.js +2 -2
- package/dist/index197.js.map +1 -1
- package/dist/index198.js +2 -5
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +5 -16
- package/dist/index199.js.map +1 -1
- package/dist/index200.js +10 -10
- package/dist/index200.js.map +1 -1
- package/dist/index201.js +15 -18
- package/dist/index201.js.map +1 -1
- package/dist/index202.js +18 -19
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +15 -24
- package/dist/index203.js.map +1 -1
- package/dist/index204.js +29 -8
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +8 -2
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +2 -351
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +4 -2
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +378 -6
- package/dist/index208.js.map +1 -1
- package/dist/index209.js +126 -361
- package/dist/index209.js.map +1 -1
- package/dist/index21.js +2 -2
- package/dist/index210.js +174 -3
- package/dist/index210.js.map +1 -1
- package/dist/index211.js +23 -35
- package/dist/index211.js.map +1 -1
- package/dist/index212.js +371 -8
- package/dist/index212.js.map +1 -1
- package/dist/index213.js +3 -134
- package/dist/index213.js.map +1 -1
- package/dist/index214.js +3 -2
- package/dist/index214.js.map +1 -1
- package/dist/index215.js +3 -186
- package/dist/index215.js.map +1 -1
- package/dist/index216.js +35 -23
- package/dist/index216.js.map +1 -1
- package/dist/index217.js +6 -2
- package/dist/index217.js.map +1 -1
- package/dist/index218.js +2 -235
- package/dist/index218.js.map +1 -1
- package/dist/index219.js +10 -3
- package/dist/index219.js.map +1 -1
- package/dist/index220.js +235 -3
- package/dist/index220.js.map +1 -1
- package/dist/index222.js +67 -62
- package/dist/index222.js.map +1 -1
- package/dist/index223.js +1 -1
- package/dist/index225.js +1 -1
- package/dist/index226.js +295 -4
- package/dist/index226.js.map +1 -1
- package/dist/index227.js +5 -294
- package/dist/index227.js.map +1 -1
- package/dist/index228.js +2 -6
- package/dist/index228.js.map +1 -1
- package/dist/index229.js +2 -2
- package/dist/index23.js +2 -2
- package/dist/index23.js.map +1 -1
- package/dist/index234.js +4 -2
- package/dist/index234.js.map +1 -1
- package/dist/index235.js +2 -117
- package/dist/index235.js.map +1 -1
- package/dist/index236.js +111 -100
- package/dist/index236.js.map +1 -1
- package/dist/index237.js +105 -68
- package/dist/index237.js.map +1 -1
- package/dist/index238.js +224 -2
- package/dist/index238.js.map +1 -1
- package/dist/index239.js +258 -2
- package/dist/index239.js.map +1 -1
- package/dist/index240.js +426 -153
- package/dist/index240.js.map +1 -1
- package/dist/index241.js +89 -2
- package/dist/index241.js.map +1 -1
- package/dist/index242.js +67 -433
- package/dist/index242.js.map +1 -1
- package/dist/index243.js +161 -88
- package/dist/index243.js.map +1 -1
- package/dist/index244.js +2 -200
- package/dist/index244.js.map +1 -1
- package/dist/index245.js +2 -2
- package/dist/index245.js.map +1 -1
- package/dist/index246.js +2 -224
- package/dist/index246.js.map +1 -1
- package/dist/index247.js +200 -258
- package/dist/index247.js.map +1 -1
- package/dist/index25.js +2 -2
- package/dist/index251.js +1 -1
- package/dist/index252.js +1 -1
- package/dist/index253.js +2 -2
- package/dist/index29.js +3 -3
- package/dist/index31.js +52 -52
- package/dist/index31.js.map +1 -1
- package/dist/index33.js +2 -2
- package/dist/index35.js +2 -2
- package/dist/index43.js +5 -5
- package/dist/index43.js.map +1 -1
- package/dist/index47.js +1 -1
- package/dist/index49.js +1 -1
- package/dist/index65.js +5 -5
- package/dist/index69.js +30 -30
- package/dist/index69.js.map +1 -1
- package/dist/index72.js +1 -1
- package/dist/index75.js +1 -1
- package/dist/index79.js +5 -5
- package/dist/index8.js +56 -56
- package/dist/index8.js.map +1 -1
- package/dist/index81.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utilities/functions/cloneDeep.d.ts +1 -1
- package/package.json +2 -2
|
@@ -20,7 +20,7 @@ export type BaseButtonProps = Pick<CommonProps, "block" | "disabled" | "text"> &
|
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseButtonProps>, {
|
|
21
21
|
tag: string;
|
|
22
22
|
type: string;
|
|
23
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
23
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseButtonProps>, {
|
|
24
24
|
tag: string;
|
|
25
25
|
type: string;
|
|
26
26
|
}>>>, {
|
|
@@ -28,7 +28,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
28
28
|
tag: "object" | "search" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
|
|
29
29
|
}, {}>, Readonly<{
|
|
30
30
|
default?: ((props: {}) => any) | undefined;
|
|
31
|
-
}
|
|
31
|
+
}> & {
|
|
32
|
+
default?: ((props: {}) => any) | undefined;
|
|
33
|
+
}>;
|
|
32
34
|
export default _default;
|
|
33
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
36
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -93,7 +93,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
93
93
|
mousedown: (event: MouseEvent) => void;
|
|
94
94
|
mouseup: (event: MouseEvent) => void;
|
|
95
95
|
"update:modelValue": (value: any) => void;
|
|
96
|
-
}, string, import("vue").
|
|
96
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseCheckboxProps>, {
|
|
97
97
|
trueValue: boolean;
|
|
98
98
|
falseValue: boolean;
|
|
99
99
|
}>>> & {
|
|
@@ -111,7 +111,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
111
111
|
trueValue: any;
|
|
112
112
|
}, {}>, Readonly<{
|
|
113
113
|
icon?: ((props: SlotAttributes) => any) | undefined;
|
|
114
|
-
}
|
|
114
|
+
}> & {
|
|
115
|
+
icon?: ((props: SlotAttributes) => any) | undefined;
|
|
116
|
+
}>;
|
|
115
117
|
export default _default;
|
|
116
118
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
117
119
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -157,7 +157,27 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
157
157
|
item: T;
|
|
158
158
|
}) => any) | undefined;
|
|
159
159
|
append?: ((props: {}) => any) | undefined;
|
|
160
|
-
}
|
|
160
|
+
}> & {
|
|
161
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
162
|
+
loading?: ((props: {}) => any) | undefined;
|
|
163
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
164
|
+
"option:prepend"?: ((props: {
|
|
165
|
+
item: T;
|
|
166
|
+
}) => any) | undefined;
|
|
167
|
+
icon?: ((props: SlotAttributes & {
|
|
168
|
+
item: T;
|
|
169
|
+
text: string;
|
|
170
|
+
}) => any) | undefined;
|
|
171
|
+
label?: ((props: {
|
|
172
|
+
item: T;
|
|
173
|
+
text: string;
|
|
174
|
+
checked: boolean;
|
|
175
|
+
}) => any) | undefined;
|
|
176
|
+
"option:append"?: ((props: {
|
|
177
|
+
item: T;
|
|
178
|
+
}) => any) | undefined;
|
|
179
|
+
append?: ((props: {}) => any) | undefined;
|
|
180
|
+
};
|
|
161
181
|
emit: BaseCheckboxGroupEvents;
|
|
162
182
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
163
183
|
props: {
|
|
@@ -214,7 +234,27 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
214
234
|
item: T;
|
|
215
235
|
}) => any) | undefined;
|
|
216
236
|
append?: ((props: {}) => any) | undefined;
|
|
217
|
-
}
|
|
237
|
+
}> & {
|
|
238
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
239
|
+
loading?: ((props: {}) => any) | undefined;
|
|
240
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
241
|
+
"option:prepend"?: ((props: {
|
|
242
|
+
item: T;
|
|
243
|
+
}) => any) | undefined;
|
|
244
|
+
icon?: ((props: SlotAttributes & {
|
|
245
|
+
item: T;
|
|
246
|
+
text: string;
|
|
247
|
+
}) => any) | undefined;
|
|
248
|
+
label?: ((props: {
|
|
249
|
+
item: T;
|
|
250
|
+
text: string;
|
|
251
|
+
checked: boolean;
|
|
252
|
+
}) => any) | undefined;
|
|
253
|
+
"option:append"?: ((props: {
|
|
254
|
+
item: T;
|
|
255
|
+
}) => any) | undefined;
|
|
256
|
+
append?: ((props: {}) => any) | undefined;
|
|
257
|
+
};
|
|
218
258
|
emit: BaseCheckboxGroupEvents;
|
|
219
259
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
220
260
|
[key: string]: any;
|
|
@@ -274,7 +314,27 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
274
314
|
item: T;
|
|
275
315
|
}) => any) | undefined;
|
|
276
316
|
append?: ((props: {}) => any) | undefined;
|
|
277
|
-
}
|
|
317
|
+
}> & {
|
|
318
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
319
|
+
loading?: ((props: {}) => any) | undefined;
|
|
320
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
321
|
+
"option:prepend"?: ((props: {
|
|
322
|
+
item: T;
|
|
323
|
+
}) => any) | undefined;
|
|
324
|
+
icon?: ((props: SlotAttributes & {
|
|
325
|
+
item: T;
|
|
326
|
+
text: string;
|
|
327
|
+
}) => any) | undefined;
|
|
328
|
+
label?: ((props: {
|
|
329
|
+
item: T;
|
|
330
|
+
text: string;
|
|
331
|
+
checked: boolean;
|
|
332
|
+
}) => any) | undefined;
|
|
333
|
+
"option:append"?: ((props: {
|
|
334
|
+
item: T;
|
|
335
|
+
}) => any) | undefined;
|
|
336
|
+
append?: ((props: {}) => any) | undefined;
|
|
337
|
+
};
|
|
278
338
|
emit: BaseCheckboxGroupEvents;
|
|
279
339
|
} | undefined;
|
|
280
340
|
};
|
|
@@ -88,7 +88,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
88
88
|
isDateDisabled: (date: dayjs.Dayjs) => boolean;
|
|
89
89
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
90
90
|
"update:modelValue": (...args: any[]) => void;
|
|
91
|
-
}, string, import("vue").
|
|
91
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseDatePickerProps>, {
|
|
92
92
|
width: number;
|
|
93
93
|
firstDayOfWeek: number;
|
|
94
94
|
}>>> & {
|
|
@@ -116,7 +116,27 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
116
116
|
middle: boolean;
|
|
117
117
|
selected: boolean;
|
|
118
118
|
}) => any;
|
|
119
|
-
}
|
|
119
|
+
}> & {
|
|
120
|
+
day?: ((props: {
|
|
121
|
+
first: boolean;
|
|
122
|
+
highlighted: boolean;
|
|
123
|
+
item: dayjs.Dayjs;
|
|
124
|
+
label: string;
|
|
125
|
+
last: boolean;
|
|
126
|
+
middle: boolean;
|
|
127
|
+
selected: boolean;
|
|
128
|
+
}) => any) | undefined;
|
|
129
|
+
} & {
|
|
130
|
+
[key: string]: (props: {
|
|
131
|
+
first: boolean;
|
|
132
|
+
highlighted: boolean;
|
|
133
|
+
item: dayjs.Dayjs;
|
|
134
|
+
label: string;
|
|
135
|
+
last: boolean;
|
|
136
|
+
middle: boolean;
|
|
137
|
+
selected: boolean;
|
|
138
|
+
}) => any;
|
|
139
|
+
}>;
|
|
120
140
|
export default _default;
|
|
121
141
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
122
142
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -82,7 +82,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
82
82
|
"update:modelValue": (value: string | string[] | null) => void;
|
|
83
83
|
inactive: () => void;
|
|
84
84
|
error: (message: string) => void;
|
|
85
|
-
}, string, import("vue").
|
|
85
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseDatePickerInputProps>, {
|
|
86
86
|
allowWriting: boolean;
|
|
87
87
|
autocomplete: string;
|
|
88
88
|
width: number;
|
|
@@ -119,7 +119,32 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
119
119
|
middle: boolean;
|
|
120
120
|
selected: boolean;
|
|
121
121
|
}) => any;
|
|
122
|
-
}
|
|
122
|
+
}> & {
|
|
123
|
+
"prepend-outer"?: ((props: {}) => any) | undefined;
|
|
124
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
125
|
+
append?: ((props: {}) => any) | undefined;
|
|
126
|
+
"append-outer"?: ((props: {}) => any) | undefined;
|
|
127
|
+
} & {
|
|
128
|
+
day?: ((props: {
|
|
129
|
+
first: boolean;
|
|
130
|
+
highlighted: boolean;
|
|
131
|
+
item: dayjs.Dayjs;
|
|
132
|
+
label: string;
|
|
133
|
+
last: boolean;
|
|
134
|
+
middle: boolean;
|
|
135
|
+
selected: boolean;
|
|
136
|
+
}) => any) | undefined;
|
|
137
|
+
} & {
|
|
138
|
+
[key: string]: (props: {
|
|
139
|
+
first: boolean;
|
|
140
|
+
highlighted: boolean;
|
|
141
|
+
item: dayjs.Dayjs;
|
|
142
|
+
label: string;
|
|
143
|
+
last: boolean;
|
|
144
|
+
middle: boolean;
|
|
145
|
+
selected: boolean;
|
|
146
|
+
}) => any;
|
|
147
|
+
}>;
|
|
123
148
|
export default _default;
|
|
124
149
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
125
150
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -60,7 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
60
|
shown: () => void;
|
|
61
61
|
hidden: () => void;
|
|
62
62
|
"update:modelValue": (value: boolean) => void;
|
|
63
|
-
}, string, import("vue").
|
|
63
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseDialogProps>, {
|
|
64
64
|
closeLabel: string;
|
|
65
65
|
showClose: boolean;
|
|
66
66
|
size: string;
|
|
@@ -82,7 +82,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
82
82
|
size: number | ({
|
|
83
83
|
size?: any;
|
|
84
84
|
} & string) | keyof Sizes;
|
|
85
|
-
}, {}>, Readonly<BaseDialogSlots
|
|
85
|
+
}, {}>, Readonly<BaseDialogSlots> & BaseDialogSlots>;
|
|
86
86
|
export default _default;
|
|
87
87
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
88
88
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -76,7 +76,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
76
76
|
labelTag: string;
|
|
77
77
|
reverse: boolean;
|
|
78
78
|
tag: string;
|
|
79
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
79
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseInputContainerProps>, {
|
|
80
80
|
direction: string;
|
|
81
81
|
inputPosition: string;
|
|
82
82
|
labelPosition: string;
|
|
@@ -90,7 +90,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
90
90
|
reverse: boolean;
|
|
91
91
|
tag: string;
|
|
92
92
|
labelTag: string;
|
|
93
|
-
}, {}>, Readonly<BaseInputContainerSlots
|
|
93
|
+
}, {}>, Readonly<BaseInputContainerSlots> & BaseInputContainerSlots>;
|
|
94
94
|
export default _default;
|
|
95
95
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
96
96
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -102,7 +102,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
102
102
|
mousedown: (event: MouseEvent) => void;
|
|
103
103
|
mouseup: (event: MouseEvent) => void;
|
|
104
104
|
"update:modelValue": (value: number | null) => void;
|
|
105
|
-
}, string, import("vue").
|
|
105
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseNumberInputProps>, {
|
|
106
106
|
step: number;
|
|
107
107
|
}>>> & {
|
|
108
108
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
@@ -118,7 +118,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
118
118
|
onIncrease?: ((value: number) => any) | undefined;
|
|
119
119
|
}, {
|
|
120
120
|
step: number;
|
|
121
|
-
}, {}>, Readonly<BaseNumberInputSlots
|
|
121
|
+
}, {}>, Readonly<BaseNumberInputSlots> & BaseNumberInputSlots>;
|
|
122
122
|
export default _default;
|
|
123
123
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
124
124
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -77,7 +77,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
77
77
|
mousedown: (event: MouseEvent) => void;
|
|
78
78
|
mouseup: (event: MouseEvent) => void;
|
|
79
79
|
"update:modelValue": (value: any) => void;
|
|
80
|
-
}, string, import("vue").
|
|
80
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BaseRadioProps>>> & {
|
|
81
81
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
82
82
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
83
83
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -89,7 +89,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
89
89
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
90
90
|
}, {}, {}>, Readonly<{
|
|
91
91
|
icon?: ((props: SlotAttributes) => any) | undefined;
|
|
92
|
-
}
|
|
92
|
+
}> & {
|
|
93
|
+
icon?: ((props: SlotAttributes) => any) | undefined;
|
|
94
|
+
}>;
|
|
93
95
|
export default _default;
|
|
94
96
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
95
97
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -157,7 +157,27 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
157
157
|
item: T;
|
|
158
158
|
}) => any) | undefined;
|
|
159
159
|
append?: ((props: {}) => any) | undefined;
|
|
160
|
-
}
|
|
160
|
+
}> & {
|
|
161
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
162
|
+
loading?: ((props: {}) => any) | undefined;
|
|
163
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
164
|
+
"option:prepend"?: ((props: {
|
|
165
|
+
item: T;
|
|
166
|
+
}) => any) | undefined;
|
|
167
|
+
icon?: ((props: SlotAttributes & {
|
|
168
|
+
item: T;
|
|
169
|
+
text: string;
|
|
170
|
+
}) => any) | undefined;
|
|
171
|
+
label?: ((props: {
|
|
172
|
+
item: T;
|
|
173
|
+
text: string;
|
|
174
|
+
checked: boolean;
|
|
175
|
+
}) => any) | undefined;
|
|
176
|
+
"option:append"?: ((props: {
|
|
177
|
+
item: T;
|
|
178
|
+
}) => any) | undefined;
|
|
179
|
+
append?: ((props: {}) => any) | undefined;
|
|
180
|
+
};
|
|
161
181
|
emit: BaseRadioGroupEvents;
|
|
162
182
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
163
183
|
props: {
|
|
@@ -214,7 +234,27 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
214
234
|
item: T;
|
|
215
235
|
}) => any) | undefined;
|
|
216
236
|
append?: ((props: {}) => any) | undefined;
|
|
217
|
-
}
|
|
237
|
+
}> & {
|
|
238
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
239
|
+
loading?: ((props: {}) => any) | undefined;
|
|
240
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
241
|
+
"option:prepend"?: ((props: {
|
|
242
|
+
item: T;
|
|
243
|
+
}) => any) | undefined;
|
|
244
|
+
icon?: ((props: SlotAttributes & {
|
|
245
|
+
item: T;
|
|
246
|
+
text: string;
|
|
247
|
+
}) => any) | undefined;
|
|
248
|
+
label?: ((props: {
|
|
249
|
+
item: T;
|
|
250
|
+
text: string;
|
|
251
|
+
checked: boolean;
|
|
252
|
+
}) => any) | undefined;
|
|
253
|
+
"option:append"?: ((props: {
|
|
254
|
+
item: T;
|
|
255
|
+
}) => any) | undefined;
|
|
256
|
+
append?: ((props: {}) => any) | undefined;
|
|
257
|
+
};
|
|
218
258
|
emit: BaseRadioGroupEvents;
|
|
219
259
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
220
260
|
[key: string]: any;
|
|
@@ -274,7 +314,27 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
274
314
|
item: T;
|
|
275
315
|
}) => any) | undefined;
|
|
276
316
|
append?: ((props: {}) => any) | undefined;
|
|
277
|
-
}
|
|
317
|
+
}> & {
|
|
318
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
319
|
+
loading?: ((props: {}) => any) | undefined;
|
|
320
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
321
|
+
"option:prepend"?: ((props: {
|
|
322
|
+
item: T;
|
|
323
|
+
}) => any) | undefined;
|
|
324
|
+
icon?: ((props: SlotAttributes & {
|
|
325
|
+
item: T;
|
|
326
|
+
text: string;
|
|
327
|
+
}) => any) | undefined;
|
|
328
|
+
label?: ((props: {
|
|
329
|
+
item: T;
|
|
330
|
+
text: string;
|
|
331
|
+
checked: boolean;
|
|
332
|
+
}) => any) | undefined;
|
|
333
|
+
"option:append"?: ((props: {
|
|
334
|
+
item: T;
|
|
335
|
+
}) => any) | undefined;
|
|
336
|
+
append?: ((props: {}) => any) | undefined;
|
|
337
|
+
};
|
|
278
338
|
emit: BaseRadioGroupEvents;
|
|
279
339
|
} | undefined;
|
|
280
340
|
};
|
|
@@ -76,7 +76,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
76
76
|
mousedown: (event: MouseEvent) => void;
|
|
77
77
|
mouseup: (event: MouseEvent) => void;
|
|
78
78
|
"update:modelValue": (value: number | null) => void;
|
|
79
|
-
}, string, import("vue").
|
|
79
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseRatingProps>, {
|
|
80
80
|
size: string;
|
|
81
81
|
stars: number;
|
|
82
82
|
}>>> & {
|
|
@@ -95,7 +95,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
95
95
|
size?: any;
|
|
96
96
|
} & string) | keyof Size;
|
|
97
97
|
stars: number;
|
|
98
|
-
}, {}>, Readonly<BaseRatingSlots
|
|
98
|
+
}, {}>, Readonly<BaseRatingSlots> & BaseRatingSlots>;
|
|
99
99
|
export default _default;
|
|
100
100
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
101
101
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -259,7 +259,7 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
259
259
|
updateOnAnimationFrame?: boolean | undefined;
|
|
260
260
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
261
261
|
attrs: any;
|
|
262
|
-
slots: Readonly<BaseSelectSlots<T
|
|
262
|
+
slots: Readonly<BaseSelectSlots<T>> & BaseSelectSlots<T>;
|
|
263
263
|
emit: BaseSelectEvents;
|
|
264
264
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
265
265
|
props: {
|
|
@@ -302,7 +302,7 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
302
302
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
303
303
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
304
304
|
attrs: any;
|
|
305
|
-
slots: Readonly<BaseSelectSlots<T
|
|
305
|
+
slots: Readonly<BaseSelectSlots<T>> & BaseSelectSlots<T>;
|
|
306
306
|
emit: BaseSelectEvents;
|
|
307
307
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
308
308
|
[key: string]: any;
|
|
@@ -348,7 +348,7 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
348
348
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
349
349
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
350
350
|
attrs: any;
|
|
351
|
-
slots: Readonly<BaseSelectSlots<T
|
|
351
|
+
slots: Readonly<BaseSelectSlots<T>> & BaseSelectSlots<T>;
|
|
352
352
|
emit: BaseSelectEvents;
|
|
353
353
|
} | undefined;
|
|
354
354
|
};
|
|
@@ -80,7 +80,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
80
80
|
pointerup: (event: PointerEvent) => void;
|
|
81
81
|
start: (value: string | number | null) => void;
|
|
82
82
|
"update:modelValue": (event: number) => void;
|
|
83
|
-
}, string, import("vue").
|
|
83
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseSliderProps>, {
|
|
84
84
|
max: number;
|
|
85
85
|
min: number;
|
|
86
86
|
modelValue: number;
|
|
@@ -101,7 +101,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
101
101
|
modelValue: string | number | null;
|
|
102
102
|
max: number;
|
|
103
103
|
min: number;
|
|
104
|
-
}, {}>, Readonly<BaseSliderSlots
|
|
104
|
+
}, {}>, Readonly<BaseSliderSlots> & BaseSliderSlots>;
|
|
105
105
|
export default _default;
|
|
106
106
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
107
107
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
17
17
|
mousedown: (event: MouseEvent) => void;
|
|
18
18
|
mouseup: (event: MouseEvent) => void;
|
|
19
19
|
"update:modelValue": (value: any) => void;
|
|
20
|
-
}, string, import("vue").
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseCheckboxProps>, {
|
|
21
21
|
trueValue: boolean;
|
|
22
22
|
falseValue: boolean;
|
|
23
23
|
}>>> & {
|
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
33
|
}, {
|
|
34
34
|
falseValue: any;
|
|
35
35
|
trueValue: any;
|
|
36
|
-
}, {}>, Readonly<BaseSwitchSlots
|
|
36
|
+
}, {}>, Readonly<BaseSwitchSlots> & BaseSwitchSlots>;
|
|
37
37
|
export default _default;
|
|
38
38
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
39
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -55,7 +55,27 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
55
55
|
item: T;
|
|
56
56
|
}) => any) | undefined;
|
|
57
57
|
append?: ((props: {}) => any) | undefined;
|
|
58
|
-
}
|
|
58
|
+
}> & {
|
|
59
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
60
|
+
loading?: ((props: {}) => any) | undefined;
|
|
61
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
62
|
+
"option:prepend"?: ((props: {
|
|
63
|
+
item: T;
|
|
64
|
+
}) => any) | undefined;
|
|
65
|
+
icon?: ((props: SlotAttributes & {
|
|
66
|
+
item: T;
|
|
67
|
+
text: string;
|
|
68
|
+
}) => any) | undefined;
|
|
69
|
+
label?: ((props: {
|
|
70
|
+
item: T;
|
|
71
|
+
text: string;
|
|
72
|
+
checked: boolean;
|
|
73
|
+
}) => any) | undefined;
|
|
74
|
+
"option:append"?: ((props: {
|
|
75
|
+
item: T;
|
|
76
|
+
}) => any) | undefined;
|
|
77
|
+
append?: ((props: {}) => any) | undefined;
|
|
78
|
+
};
|
|
59
79
|
emit: BaseCheckboxGroupEvents;
|
|
60
80
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
61
81
|
props: {
|
|
@@ -112,7 +132,27 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
112
132
|
item: T;
|
|
113
133
|
}) => any) | undefined;
|
|
114
134
|
append?: ((props: {}) => any) | undefined;
|
|
115
|
-
}
|
|
135
|
+
}> & {
|
|
136
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
137
|
+
loading?: ((props: {}) => any) | undefined;
|
|
138
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
139
|
+
"option:prepend"?: ((props: {
|
|
140
|
+
item: T;
|
|
141
|
+
}) => any) | undefined;
|
|
142
|
+
icon?: ((props: SlotAttributes & {
|
|
143
|
+
item: T;
|
|
144
|
+
text: string;
|
|
145
|
+
}) => any) | undefined;
|
|
146
|
+
label?: ((props: {
|
|
147
|
+
item: T;
|
|
148
|
+
text: string;
|
|
149
|
+
checked: boolean;
|
|
150
|
+
}) => any) | undefined;
|
|
151
|
+
"option:append"?: ((props: {
|
|
152
|
+
item: T;
|
|
153
|
+
}) => any) | undefined;
|
|
154
|
+
append?: ((props: {}) => any) | undefined;
|
|
155
|
+
};
|
|
116
156
|
emit: BaseCheckboxGroupEvents;
|
|
117
157
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
118
158
|
[key: string]: any;
|
|
@@ -172,7 +212,27 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
172
212
|
item: T;
|
|
173
213
|
}) => any) | undefined;
|
|
174
214
|
append?: ((props: {}) => any) | undefined;
|
|
175
|
-
}
|
|
215
|
+
}> & {
|
|
216
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
217
|
+
loading?: ((props: {}) => any) | undefined;
|
|
218
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
219
|
+
"option:prepend"?: ((props: {
|
|
220
|
+
item: T;
|
|
221
|
+
}) => any) | undefined;
|
|
222
|
+
icon?: ((props: SlotAttributes & {
|
|
223
|
+
item: T;
|
|
224
|
+
text: string;
|
|
225
|
+
}) => any) | undefined;
|
|
226
|
+
label?: ((props: {
|
|
227
|
+
item: T;
|
|
228
|
+
text: string;
|
|
229
|
+
checked: boolean;
|
|
230
|
+
}) => any) | undefined;
|
|
231
|
+
"option:append"?: ((props: {
|
|
232
|
+
item: T;
|
|
233
|
+
}) => any) | undefined;
|
|
234
|
+
append?: ((props: {}) => any) | undefined;
|
|
235
|
+
};
|
|
176
236
|
emit: BaseCheckboxGroupEvents;
|
|
177
237
|
} | undefined;
|
|
178
238
|
};
|
|
@@ -84,7 +84,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
84
84
|
keydown: (event: KeyboardEvent) => void;
|
|
85
85
|
keyup: (event: KeyboardEvent) => void;
|
|
86
86
|
"update:modelValue": (value: any) => void;
|
|
87
|
-
}, string, import("vue").
|
|
87
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseTagProps>, {
|
|
88
88
|
divider: string;
|
|
89
89
|
multiple: boolean;
|
|
90
90
|
}>>> & {
|
|
@@ -101,7 +101,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
101
101
|
}, {
|
|
102
102
|
multiple: boolean;
|
|
103
103
|
divider: string;
|
|
104
|
-
}, {}>, Readonly<BaseTagSlots
|
|
104
|
+
}, {}>, Readonly<BaseTagSlots> & BaseTagSlots>;
|
|
105
105
|
export default _default;
|
|
106
106
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
107
107
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -71,7 +71,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
71
71
|
mousedown: (event: MouseEvent) => void;
|
|
72
72
|
mouseup: (event: MouseEvent) => void;
|
|
73
73
|
"update:modelValue": (value: string | null) => void;
|
|
74
|
-
}, string, import("vue").
|
|
74
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseTextInputProps>, {
|
|
75
75
|
type: string;
|
|
76
76
|
}>>> & {
|
|
77
77
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
@@ -85,7 +85,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
85
85
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
86
86
|
}, {
|
|
87
87
|
type: string;
|
|
88
|
-
}, {}>, Readonly<BaseTextInputSlots
|
|
88
|
+
}, {}>, Readonly<BaseTextInputSlots> & BaseTextInputSlots>;
|
|
89
89
|
export default _default;
|
|
90
90
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
91
91
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -69,7 +69,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
69
69
|
mousedown: (event: MouseEvent) => void;
|
|
70
70
|
mouseup: (event: MouseEvent) => void;
|
|
71
71
|
"update:modelValue": (value: string | null) => void;
|
|
72
|
-
}, string, import("vue").
|
|
72
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BaseTextareaProps>>> & {
|
|
73
73
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
74
74
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
75
75
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -79,7 +79,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
79
79
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
80
80
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
81
81
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
82
|
-
}, {}, {}>, Readonly<BaseTextareaSlots
|
|
82
|
+
}, {}, {}>, Readonly<BaseTextareaSlots> & BaseTextareaSlots>;
|
|
83
83
|
export default _default;
|
|
84
84
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
85
85
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
8
8
|
transitionDuration: number;
|
|
9
9
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
"update:modelValue": (value: boolean) => void;
|
|
11
|
-
}, string, import("vue").
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbAccordionProps>, {
|
|
12
12
|
transitionDuration: number;
|
|
13
13
|
}>>> & {
|
|
14
14
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -23,7 +23,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
23
23
|
value: boolean | undefined;
|
|
24
24
|
toggle: () => void;
|
|
25
25
|
}) => any) | undefined;
|
|
26
|
-
}
|
|
26
|
+
}> & {
|
|
27
|
+
header?: ((props: {
|
|
28
|
+
value: boolean | undefined;
|
|
29
|
+
toggle: () => void;
|
|
30
|
+
}) => any) | undefined;
|
|
31
|
+
default?: ((props: {
|
|
32
|
+
value: boolean | undefined;
|
|
33
|
+
toggle: () => void;
|
|
34
|
+
}) => any) | undefined;
|
|
35
|
+
}>;
|
|
27
36
|
export default _default;
|
|
28
37
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
38
|
type __VLS_TypePropsToRuntimeProps<T> = {
|