@sdata/web-vue 2.1.0 → 2.1.1
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/es/_components/icon-hover.js +8 -5
- package/es/_components/icon-hover.vue.d.ts +4 -2
- package/es/_components/icon-hover.vue_vue_type_script_lang.js +1 -0
- package/es/_components/picker/input-range.vue.d.ts +4 -2
- package/es/_components/picker/input.vue.d.ts +4 -2
- package/es/_hooks/use-input.d.ts +1 -1
- package/es/_hooks/use-pagination.d.ts +7 -4
- package/es/_hooks/use-popup-overflow-hidden.js +2 -1
- package/es/_utils/debounce.d.ts +1 -1
- package/es/_utils/get-value-by-path.d.ts +2 -2
- package/es/_utils/is-equal.js +1 -1
- package/es/_utils/is.d.ts +3 -3
- package/es/_utils/is.js +1 -1
- package/es/_utils/omit.d.ts +1 -1
- package/es/_utils/pick.d.ts +1 -1
- package/es/_utils/pick.js +1 -2
- package/es/_utils/throttle-by-raf.d.ts +2 -2
- package/es/_utils/types.d.ts +1 -1
- package/es/affix/affix.vue.d.ts +1 -1
- package/es/affix/index.d.ts +3 -3
- package/es/alert/alert.vue.d.ts +4 -2
- package/es/alert/index.d.ts +8 -4
- package/es/auto-complete/auto-complete.js +2 -3
- package/es/calendar/components/cell.vue.d.ts +2 -2
- package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/calendar/context.d.ts +2 -1
- package/es/cascader/base-cascader-panel.js +4 -5
- package/es/cascader/cascader-option.js +6 -8
- package/es/checkbox/checkbox.d.ts +4 -2
- package/es/checkbox/index.d.ts +8 -4
- package/es/collapse/collapse-item.d.ts +4 -2
- package/es/collapse/index.d.ts +4 -2
- package/es/date-picker/context.d.ts +1 -1
- package/es/date-picker/hooks/use-inject-datepicker-transform.d.ts +1 -1
- package/es/date-picker/hooks/use-provide-datepicker-transform.d.ts +1 -1
- package/es/date-picker/hooks/use-range-header-value.d.ts +3 -3
- package/es/date-picker/index.d.ts +15 -13
- package/es/date-picker/interface.d.ts +1 -1
- package/es/date-picker/panels/date/index.vue.d.ts +2 -2
- package/es/date-picker/panels/footer.vue.d.ts +1 -1
- package/es/date-picker/panels/month/index.vue.d.ts +1 -1
- package/es/date-picker/panels/shortcuts.vue.d.ts +1 -1
- package/es/date-picker/panels/week/index.vue.d.ts +2 -2
- package/es/date-picker/picker-panel.vue.d.ts +7 -7
- package/es/date-picker/picker.vue.d.ts +11 -9
- package/es/date-picker/range-picker-panel.vue.d.ts +9 -9
- package/es/date-picker/range-picker.vue.d.ts +15 -13
- package/es/drawer/drawer.vue.d.ts +5 -3
- package/es/drawer/index.d.ts +11 -7
- package/es/dropdown/dropdown-button.vue.d.ts +2 -2
- package/es/dropdown/dropdown.vue.d.ts +2 -2
- package/es/dropdown/index.d.ts +7 -7
- package/es/dropdown/interface.d.ts +2 -2
- package/es/form/context.d.ts +7 -6
- package/es/form/form-item.vue.d.ts +6 -10
- package/es/form/index.d.ts +6 -10
- package/es/form/interface.d.ts +2 -2
- package/es/grid/grid-col.vue.d.ts +3 -7
- package/es/grid/hook/use-responsive-value.d.ts +7 -19
- package/es/grid/index.d.ts +2 -6
- package/es/grid/interface.d.ts +11 -18
- package/es/image/image.vue.d.ts +2 -2
- package/es/image/interface.d.ts +1 -1
- package/es/image/preview-group.vue.d.ts +1 -1
- package/es/image/preview.vue.d.ts +1 -1
- package/es/input/index.d.ts +4 -2
- package/es/input/input-password.vue.d.ts +4 -2
- package/es/input/input.js +3 -4
- package/es/input-number/input-number.js +20 -19
- package/es/input-tag/input-tag.js +10 -12
- package/es/list/use-pagination.d.ts +7 -4
- package/es/locale/index.d.ts +1 -1
- package/es/locale/index.js +1 -1
- package/es/locale/interface.d.ts +1 -0
- package/es/mention/mention.js +10 -10
- package/es/menu/interface.d.ts +1 -3
- package/es/menu/sub-menu-pop.vue.d.ts +2 -2
- package/es/message/message.vue.d.ts +4 -2
- package/es/modal/index.d.ts +8 -4
- package/es/modal/interface.d.ts +2 -2
- package/es/modal/modal.vue.d.ts +4 -2
- package/es/notification/notification.vue.d.ts +4 -2
- package/es/page-header/index.d.ts +8 -4
- package/es/page-header/page-header.vue.d.ts +4 -2
- package/es/pagination/page-jumper.vue.d.ts +1 -1
- package/es/pagination/page-options.vue.d.ts +16 -8
- package/es/popconfirm/index.d.ts +3 -3
- package/es/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/radio/index.d.ts +8 -4
- package/es/radio/radio.d.ts +4 -2
- package/es/scrollbar/interface.d.ts +1 -1
- package/es/select/index.d.ts +16 -8
- package/es/select/select.d.ts +8 -4
- package/es/select/select.js +6 -4
- package/es/statistic/statistic.vue_vue_type_script_lang.js +2 -2
- package/es/table/table-operation-td.d.ts +16 -8
- package/es/table/table-operation-td.js +10 -13
- package/es/table/table-th.js +17 -6
- package/es/table/table.js +33 -34
- package/es/tabs/tabs-tab.vue.d.ts +4 -2
- package/es/textarea/index.d.ts +8 -4
- package/es/textarea/textarea.vue.d.ts +4 -2
- package/es/time-picker/index.d.ts +23 -15
- package/es/time-picker/panel.vue.d.ts +1 -1
- package/es/time-picker/range-panel.d.ts +1 -1
- package/es/time-picker/range-panel.js +6 -7
- package/es/time-picker/time-picker.vue.d.ts +11 -7
- package/es/time-picker/utils/index.d.ts +1 -1
- package/es/transfer/index.d.ts +24 -12
- package/es/transfer/transfer-list-item.js +2 -5
- package/es/transfer/transfer-view.vue.d.ts +12 -6
- package/es/transfer/transfer.vue.d.ts +12 -6
- package/es/tree/base-node.vue.d.ts +8 -4
- package/es/tree/interface.d.ts +1 -1
- package/es/tree/transition-node-list.vue.d.ts +8 -4
- package/es/tree/tree.vue.d.ts +2 -2
- package/es/tree-select/panel.js +5 -3
- package/es/tree-select/tree-select.vue.d.ts +1 -1
- package/es/trigger/context.d.ts +3 -3
- package/es/trigger/interface.d.ts +3 -2
- package/es/trigger/trigger.js +17 -16
- package/es/typography/base.js +2 -2
- package/es/typography/edit-content.vue.d.ts +12 -6
- package/es/typography/interface.d.ts +1 -1
- package/es/typography/operations.vue.d.ts +1 -1
- package/es/upload/interfaces.d.ts +3 -3
- package/es/upload/upload-list.js +2 -5
- package/es/upload/upload.js +4 -5
- package/es/verification-code/verification-code.js +7 -6
- package/json/web-types.json +2 -2
- package/package.json +1 -1
|
@@ -547,14 +547,13 @@ var input_tag_default = /* @__PURE__ */ defineComponent({
|
|
|
547
547
|
"nowrap": true
|
|
548
548
|
}, { default: () => [`+${hiddenCount}`] }))]) : null,
|
|
549
549
|
slots.prefix && createVNode("span", { "class": `${prefixCls}-prefix` }, [slots.prefix()]),
|
|
550
|
-
createVNode(TransitionGroup, {
|
|
550
|
+
createVNode(TransitionGroup, mergeProps({
|
|
551
551
|
"tag": "span",
|
|
552
|
-
"name": "input-tag-zoom"
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
}, { default: () => [tags.value.map((item, index) => {
|
|
552
|
+
"name": "input-tag-zoom"
|
|
553
|
+
}, { class: [`${prefixCls}-inner`, {
|
|
554
|
+
[`${prefixCls}-inner-responsive`]: isResponsiveMaxTagCount.value,
|
|
555
|
+
[`${prefixCls}-nowrap`]: props.tagNowrap
|
|
556
|
+
}] }), { default: () => [tags.value.map((item, index) => {
|
|
558
557
|
let _slot;
|
|
559
558
|
return createVNode(Tag, mergeProps({
|
|
560
559
|
"key": `tag-${item.value}`,
|
|
@@ -583,11 +582,10 @@ var input_tag_default = /* @__PURE__ */ defineComponent({
|
|
|
583
582
|
"onCompositionupdate": handleComposition,
|
|
584
583
|
"onCompositionend": handleComposition
|
|
585
584
|
}), null)] }),
|
|
586
|
-
showClearBtn.value && createVNode(icon_hover_default, {
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
}, { default: () => [createVNode(IconClose, null, null)] }),
|
|
585
|
+
showClearBtn.value && createVNode(icon_hover_default, mergeProps({ "class": `${prefixCls}-clear-btn` }, {
|
|
586
|
+
onClick: handleClear,
|
|
587
|
+
onMousedown: (e) => e.stopPropagation()
|
|
588
|
+
}), { default: () => [createVNode(IconClose, null, null)] }),
|
|
591
589
|
(slots.suffix || Boolean(feedback.value)) && createVNode("span", { "class": `${prefixCls}-suffix` }, [(_slots$suffix = slots.suffix) === null || _slots$suffix === void 0 ? void 0 : _slots$suffix.call(slots), Boolean(feedback.value) && createVNode(feedback_icon_default, { "type": feedback.value }, null)])
|
|
592
590
|
]);
|
|
593
591
|
};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import type { PaginationProps } from '../pagination/interface';
|
|
2
|
+
export declare const usePagination: (props: {
|
|
3
|
+
paginationProps?: PaginationProps;
|
|
4
|
+
}, { emit }: {
|
|
5
|
+
emit: (event: string, ...args: unknown[]) => void;
|
|
3
6
|
}) => {
|
|
4
|
-
current: import("vue").ComputedRef<
|
|
5
|
-
pageSize: import("vue").ComputedRef<
|
|
7
|
+
current: import("vue").ComputedRef<number>;
|
|
8
|
+
pageSize: import("vue").ComputedRef<number>;
|
|
6
9
|
handlePageChange: (page: number) => void;
|
|
7
10
|
handlePageSizeChange: (pageSize: number) => void;
|
|
8
11
|
};
|
package/es/locale/index.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ export declare const getLocale: () => string;
|
|
|
7
7
|
export declare const useI18n: () => {
|
|
8
8
|
i18nMessage: import("vue").ComputedRef<SDLang>;
|
|
9
9
|
locale: import("vue").ComputedRef<string>;
|
|
10
|
-
t: (key: string, ...args:
|
|
10
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
11
11
|
};
|
package/es/locale/index.js
CHANGED
|
@@ -47,7 +47,7 @@ var useI18n = () => {
|
|
|
47
47
|
if (isString(temp)) {
|
|
48
48
|
if (args.length > 0) return temp.replace(/{(\d+)}/g, (sub, index) => {
|
|
49
49
|
var _args$index;
|
|
50
|
-
return (_args$index = args[index]) !== null && _args$index !== void 0 ? _args$index : sub;
|
|
50
|
+
return String((_args$index = args[index]) !== null && _args$index !== void 0 ? _args$index : sub);
|
|
51
51
|
});
|
|
52
52
|
return temp;
|
|
53
53
|
}
|
package/es/locale/interface.d.ts
CHANGED
package/es/mention/mention.js
CHANGED
|
@@ -237,8 +237,9 @@ var mention_default = /* @__PURE__ */ defineComponent({
|
|
|
237
237
|
const mirrorStyle = ref();
|
|
238
238
|
onMounted(() => {
|
|
239
239
|
var _inputRef$value;
|
|
240
|
-
|
|
241
|
-
|
|
240
|
+
const textareaEl = (_inputRef$value = inputRef.value) === null || _inputRef$value === void 0 ? void 0 : _inputRef$value.textareaRef;
|
|
241
|
+
if (props.type === "textarea" && textareaEl) {
|
|
242
|
+
styleDeclaration = window.getComputedStyle(textareaEl);
|
|
242
243
|
mirrorStyle.value = getSizeStyles(styleDeclaration);
|
|
243
244
|
}
|
|
244
245
|
});
|
|
@@ -284,9 +285,10 @@ var mention_default = /* @__PURE__ */ defineComponent({
|
|
|
284
285
|
watch(computedPopupVisible, (visible) => {
|
|
285
286
|
if (props.type === "textarea" && visible) nextTick(() => {
|
|
286
287
|
var _inputRef$value2;
|
|
287
|
-
|
|
288
|
+
const textareaEl = (_inputRef$value2 = inputRef.value) === null || _inputRef$value2 === void 0 ? void 0 : _inputRef$value2.textareaRef;
|
|
289
|
+
if (textareaEl && textareaEl.scrollTop > 0) {
|
|
288
290
|
var _mirrorRef$value;
|
|
289
|
-
(_mirrorRef$value = mirrorRef.value) === null || _mirrorRef$value === void 0 || _mirrorRef$value.scrollTo(0,
|
|
291
|
+
(_mirrorRef$value = mirrorRef.value) === null || _mirrorRef$value === void 0 || _mirrorRef$value.scrollTo(0, textareaEl.scrollTop);
|
|
290
292
|
}
|
|
291
293
|
});
|
|
292
294
|
});
|
|
@@ -307,9 +309,8 @@ var mention_default = /* @__PURE__ */ defineComponent({
|
|
|
307
309
|
"onInput": handleInput,
|
|
308
310
|
"onClear": handleClear,
|
|
309
311
|
"onFocus": onFocus,
|
|
310
|
-
"onBlur": onBlur
|
|
311
|
-
|
|
312
|
-
}), null)] }), measureInfo.value.measuring && validOptionInfos.value.length > 0 && createVNode("div", {
|
|
312
|
+
"onBlur": onBlur
|
|
313
|
+
}, { onKeydown: handleKeyDown }), null)] }), measureInfo.value.measuring && validOptionInfos.value.length > 0 && createVNode("div", {
|
|
313
314
|
"ref": mirrorRef,
|
|
314
315
|
"style": mirrorStyle.value,
|
|
315
316
|
"class": `${prefixCls}-measure`
|
|
@@ -347,9 +348,8 @@ var mention_default = /* @__PURE__ */ defineComponent({
|
|
|
347
348
|
"onInput": handleInput,
|
|
348
349
|
"onClear": handleClear,
|
|
349
350
|
"onFocus": onFocus,
|
|
350
|
-
"onBlur": onBlur
|
|
351
|
-
|
|
352
|
-
}), slots)],
|
|
351
|
+
"onBlur": onBlur
|
|
352
|
+
}, { onKeydown: handleKeyDown }), slots)],
|
|
353
353
|
content: renderDropdown
|
|
354
354
|
});
|
|
355
355
|
};
|
package/es/menu/interface.d.ts
CHANGED
|
@@ -31,9 +31,7 @@ export interface MenuProps {
|
|
|
31
31
|
defaultSelectedKeys: string[];
|
|
32
32
|
openKeys: string[] | undefined;
|
|
33
33
|
defaultOpenKeys: string[];
|
|
34
|
-
scrollConfig:
|
|
35
|
-
[key: string]: any;
|
|
36
|
-
} | undefined;
|
|
34
|
+
scrollConfig: Record<string, unknown> | undefined;
|
|
37
35
|
triggerProps: TriggerProps | undefined;
|
|
38
36
|
tooltipProps: Data | undefined;
|
|
39
37
|
ellipsis: boolean;
|
|
@@ -26,8 +26,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
26
26
|
needPopOnBottom: import("vue").ComputedRef<boolean>;
|
|
27
27
|
popVisible: import("vue").Ref<boolean, boolean>;
|
|
28
28
|
triggerPrefixCls: string;
|
|
29
|
-
triggerClassNames: import("vue").ComputedRef<
|
|
30
|
-
triggerProps: import("vue").ComputedRef<Omit<
|
|
29
|
+
triggerClassNames: import("vue").ComputedRef<unknown[]>;
|
|
30
|
+
triggerProps: import("vue").ComputedRef<Omit<Record<string, unknown>, "class">>;
|
|
31
31
|
menuContext: Partial<Readonly<Pick<import("./interface").InternalMenuProps, "ellipsis" | "triggerProps" | "mode" | "theme" | "popupMaxHeight" | "tooltipProps" | "levelIndent" | "autoScrollIntoView" | "scrollConfig" | "inTrigger" | "ellipsisProps"> & {
|
|
32
32
|
selectedKeys: string[];
|
|
33
33
|
openKeys: string[];
|
|
@@ -81,7 +81,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
81
81
|
};
|
|
82
82
|
}>, {
|
|
83
83
|
prefixCls: string;
|
|
84
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
84
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
85
85
|
prefix: {
|
|
86
86
|
type: StringConstructor;
|
|
87
87
|
};
|
|
@@ -93,7 +93,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
93
93
|
type: BooleanConstructor;
|
|
94
94
|
default: boolean;
|
|
95
95
|
};
|
|
96
|
-
}>> & Readonly<{
|
|
96
|
+
}>> & Readonly<{
|
|
97
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
98
|
+
}>, {
|
|
97
99
|
size: "medium" | "large" | "small" | "mini";
|
|
98
100
|
disabled: boolean;
|
|
99
101
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/es/modal/index.d.ts
CHANGED
|
@@ -3548,7 +3548,7 @@ declare const Modal: {
|
|
|
3548
3548
|
};
|
|
3549
3549
|
}>, {
|
|
3550
3550
|
prefixCls: string;
|
|
3551
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
3551
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3552
3552
|
prefix: {
|
|
3553
3553
|
type: StringConstructor;
|
|
3554
3554
|
};
|
|
@@ -3560,7 +3560,9 @@ declare const Modal: {
|
|
|
3560
3560
|
type: BooleanConstructor;
|
|
3561
3561
|
default: boolean;
|
|
3562
3562
|
};
|
|
3563
|
-
}>> & Readonly<{
|
|
3563
|
+
}>> & Readonly<{
|
|
3564
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
3565
|
+
}>, {
|
|
3564
3566
|
size: "medium" | "large" | "small" | "mini";
|
|
3565
3567
|
disabled: boolean;
|
|
3566
3568
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7918,7 +7920,7 @@ declare const Modal: {
|
|
|
7918
7920
|
};
|
|
7919
7921
|
}>, {
|
|
7920
7922
|
prefixCls: string;
|
|
7921
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7923
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7922
7924
|
prefix: {
|
|
7923
7925
|
type: StringConstructor;
|
|
7924
7926
|
};
|
|
@@ -7930,7 +7932,9 @@ declare const Modal: {
|
|
|
7930
7932
|
type: BooleanConstructor;
|
|
7931
7933
|
default: boolean;
|
|
7932
7934
|
};
|
|
7933
|
-
}>> & Readonly<{
|
|
7935
|
+
}>> & Readonly<{
|
|
7936
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
7937
|
+
}>, {
|
|
7934
7938
|
size: "medium" | "large" | "small" | "mini";
|
|
7935
7939
|
disabled: boolean;
|
|
7936
7940
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/es/modal/interface.d.ts
CHANGED
|
@@ -33,12 +33,12 @@ export interface ModalConfig {
|
|
|
33
33
|
titleAlign?: 'start' | 'center';
|
|
34
34
|
renderToBody?: boolean;
|
|
35
35
|
popupContainer?: string | HTMLElement;
|
|
36
|
-
modalClass?: string |
|
|
36
|
+
modalClass?: string | string[];
|
|
37
37
|
modalStyle?: CSSProperties;
|
|
38
38
|
maskAnimationName?: string;
|
|
39
39
|
modalAnimationName?: string;
|
|
40
40
|
hideTitle?: boolean;
|
|
41
|
-
bodyClass?: string |
|
|
41
|
+
bodyClass?: string | string[];
|
|
42
42
|
bodyStyle?: StyleValue;
|
|
43
43
|
}
|
|
44
44
|
export type ModalUpdateConfig = Omit<ModalConfig, 'title' | 'content' | 'footer' | 'onOk' | 'onCancel' | 'onBeforeOk' | 'onBeforeCancel' | 'onOpen' | 'onClose' | 'onBeforeOpen' | 'onBeforeClose'>;
|
package/es/modal/modal.vue.d.ts
CHANGED
|
@@ -3673,7 +3673,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3673
3673
|
};
|
|
3674
3674
|
}>, {
|
|
3675
3675
|
prefixCls: string;
|
|
3676
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
3676
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3677
3677
|
prefix: {
|
|
3678
3678
|
type: StringConstructor;
|
|
3679
3679
|
};
|
|
@@ -3685,7 +3685,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3685
3685
|
type: BooleanConstructor;
|
|
3686
3686
|
default: boolean;
|
|
3687
3687
|
};
|
|
3688
|
-
}>> & Readonly<{
|
|
3688
|
+
}>> & Readonly<{
|
|
3689
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
3690
|
+
}>, {
|
|
3689
3691
|
size: "medium" | "large" | "small" | "mini";
|
|
3690
3692
|
disabled: boolean;
|
|
3691
3693
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -70,7 +70,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
70
70
|
};
|
|
71
71
|
}>, {
|
|
72
72
|
prefixCls: string;
|
|
73
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
73
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
74
74
|
prefix: {
|
|
75
75
|
type: StringConstructor;
|
|
76
76
|
};
|
|
@@ -82,7 +82,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
82
82
|
type: BooleanConstructor;
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
|
-
}>> & Readonly<{
|
|
85
|
+
}>> & Readonly<{
|
|
86
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
}>, {
|
|
86
88
|
size: "medium" | "large" | "small" | "mini";
|
|
87
89
|
disabled: boolean;
|
|
88
90
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -34,7 +34,7 @@ declare const PageHeader: {
|
|
|
34
34
|
};
|
|
35
35
|
}>, {
|
|
36
36
|
prefixCls: string;
|
|
37
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
prefix: {
|
|
39
39
|
type: StringConstructor;
|
|
40
40
|
};
|
|
@@ -46,7 +46,9 @@ declare const PageHeader: {
|
|
|
46
46
|
type: BooleanConstructor;
|
|
47
47
|
default: boolean;
|
|
48
48
|
};
|
|
49
|
-
}>> & Readonly<{
|
|
49
|
+
}>> & Readonly<{
|
|
50
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
}>, {
|
|
50
52
|
size: "medium" | "large" | "small" | "mini";
|
|
51
53
|
disabled: boolean;
|
|
52
54
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -231,7 +233,7 @@ declare const PageHeader: {
|
|
|
231
233
|
};
|
|
232
234
|
}>, {
|
|
233
235
|
prefixCls: string;
|
|
234
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
236
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
235
237
|
prefix: {
|
|
236
238
|
type: StringConstructor;
|
|
237
239
|
};
|
|
@@ -243,7 +245,9 @@ declare const PageHeader: {
|
|
|
243
245
|
type: BooleanConstructor;
|
|
244
246
|
default: boolean;
|
|
245
247
|
};
|
|
246
|
-
}>> & Readonly<{
|
|
248
|
+
}>> & Readonly<{
|
|
249
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
250
|
+
}>, {
|
|
247
251
|
size: "medium" | "large" | "small" | "mini";
|
|
248
252
|
disabled: boolean;
|
|
249
253
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -39,7 +39,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
39
39
|
};
|
|
40
40
|
}>, {
|
|
41
41
|
prefixCls: string;
|
|
42
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
42
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
43
|
prefix: {
|
|
44
44
|
type: StringConstructor;
|
|
45
45
|
};
|
|
@@ -51,7 +51,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
51
51
|
type: BooleanConstructor;
|
|
52
52
|
default: boolean;
|
|
53
53
|
};
|
|
54
|
-
}>> & Readonly<{
|
|
54
|
+
}>> & Readonly<{
|
|
55
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
}>, {
|
|
55
57
|
size: "medium" | "large" | "small" | "mini";
|
|
56
58
|
disabled: boolean;
|
|
57
59
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -31,7 +31,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
31
31
|
cls: import("vue").ComputedRef<(string | {
|
|
32
32
|
[x: string]: boolean;
|
|
33
33
|
})[]>;
|
|
34
|
-
t: (key: string, ...args:
|
|
34
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
35
35
|
inputValue: import("vue").Ref<number | undefined, number | undefined>;
|
|
36
36
|
handleChange: (value: InputNumberValue) => void;
|
|
37
37
|
handleFormatter: (value: number) => string | undefined;
|
|
@@ -1028,7 +1028,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1028
1028
|
};
|
|
1029
1029
|
}>, {
|
|
1030
1030
|
prefixCls: string;
|
|
1031
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
1031
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1032
1032
|
prefix: {
|
|
1033
1033
|
type: StringConstructor;
|
|
1034
1034
|
};
|
|
@@ -1040,7 +1040,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1040
1040
|
type: BooleanConstructor;
|
|
1041
1041
|
default: boolean;
|
|
1042
1042
|
};
|
|
1043
|
-
}>> & Readonly<{
|
|
1043
|
+
}>> & Readonly<{
|
|
1044
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
1045
|
+
}>, {
|
|
1044
1046
|
size: "medium" | "large" | "small" | "mini";
|
|
1045
1047
|
disabled: boolean;
|
|
1046
1048
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1140,7 +1142,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1140
1142
|
};
|
|
1141
1143
|
}>, {
|
|
1142
1144
|
prefixCls: string;
|
|
1143
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
1145
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1144
1146
|
prefix: {
|
|
1145
1147
|
type: StringConstructor;
|
|
1146
1148
|
};
|
|
@@ -1152,7 +1154,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1152
1154
|
type: BooleanConstructor;
|
|
1153
1155
|
default: boolean;
|
|
1154
1156
|
};
|
|
1155
|
-
}>> & Readonly<{
|
|
1157
|
+
}>> & Readonly<{
|
|
1158
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
1159
|
+
}>, {
|
|
1156
1160
|
size: "medium" | "large" | "small" | "mini";
|
|
1157
1161
|
disabled: boolean;
|
|
1158
1162
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2407,7 +2411,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2407
2411
|
};
|
|
2408
2412
|
}>, {
|
|
2409
2413
|
prefixCls: string;
|
|
2410
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
2414
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2411
2415
|
prefix: {
|
|
2412
2416
|
type: StringConstructor;
|
|
2413
2417
|
};
|
|
@@ -2419,7 +2423,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2419
2423
|
type: BooleanConstructor;
|
|
2420
2424
|
default: boolean;
|
|
2421
2425
|
};
|
|
2422
|
-
}>> & Readonly<{
|
|
2426
|
+
}>> & Readonly<{
|
|
2427
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2428
|
+
}>, {
|
|
2423
2429
|
size: "medium" | "large" | "small" | "mini";
|
|
2424
2430
|
disabled: boolean;
|
|
2425
2431
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2519,7 +2525,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2519
2525
|
};
|
|
2520
2526
|
}>, {
|
|
2521
2527
|
prefixCls: string;
|
|
2522
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
2528
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2523
2529
|
prefix: {
|
|
2524
2530
|
type: StringConstructor;
|
|
2525
2531
|
};
|
|
@@ -2531,7 +2537,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2531
2537
|
type: BooleanConstructor;
|
|
2532
2538
|
default: boolean;
|
|
2533
2539
|
};
|
|
2534
|
-
}>> & Readonly<{
|
|
2540
|
+
}>> & Readonly<{
|
|
2541
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2542
|
+
}>, {
|
|
2535
2543
|
size: "medium" | "large" | "small" | "mini";
|
|
2536
2544
|
disabled: boolean;
|
|
2537
2545
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/es/popconfirm/index.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ declare const Popconfirm: {
|
|
|
67
67
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
68
68
|
handleOk: () => Promise<void>;
|
|
69
69
|
handleCancel: () => void;
|
|
70
|
-
t: (key: string, ...args:
|
|
70
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
71
71
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
72
72
|
'update:popupVisible': (_visible: boolean) => true;
|
|
73
73
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -1641,7 +1641,7 @@ declare const Popconfirm: {
|
|
|
1641
1641
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
1642
1642
|
handleOk: () => Promise<void>;
|
|
1643
1643
|
handleCancel: () => void;
|
|
1644
|
-
t: (key: string, ...args:
|
|
1644
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
1645
1645
|
}, {}, {}, {}, {
|
|
1646
1646
|
type: "success" | "warning" | "info" | "error";
|
|
1647
1647
|
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
@@ -1717,7 +1717,7 @@ declare const Popconfirm: {
|
|
|
1717
1717
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
1718
1718
|
handleOk: () => Promise<void>;
|
|
1719
1719
|
handleCancel: () => void;
|
|
1720
|
-
t: (key: string, ...args:
|
|
1720
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
1721
1721
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1722
1722
|
'update:popupVisible': (_visible: boolean) => true;
|
|
1723
1723
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -65,7 +65,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
65
65
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
66
66
|
handleOk: () => Promise<void>;
|
|
67
67
|
handleCancel: () => void;
|
|
68
|
-
t: (key: string, ...args:
|
|
68
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
69
69
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
70
70
|
'update:popupVisible': (_visible: boolean) => true;
|
|
71
71
|
popupVisibleChange: (_visible: boolean) => true;
|
package/es/radio/index.d.ts
CHANGED
|
@@ -59,7 +59,7 @@ declare const Radio: {
|
|
|
59
59
|
};
|
|
60
60
|
}>, {
|
|
61
61
|
prefixCls: string;
|
|
62
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
62
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
63
|
prefix: {
|
|
64
64
|
type: StringConstructor;
|
|
65
65
|
};
|
|
@@ -71,7 +71,9 @@ declare const Radio: {
|
|
|
71
71
|
type: BooleanConstructor;
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
|
-
}>> & Readonly<{
|
|
74
|
+
}>> & Readonly<{
|
|
75
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
}>, {
|
|
75
77
|
size: "medium" | "large" | "small" | "mini";
|
|
76
78
|
disabled: boolean;
|
|
77
79
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -174,7 +176,7 @@ declare const Radio: {
|
|
|
174
176
|
};
|
|
175
177
|
}>, {
|
|
176
178
|
prefixCls: string;
|
|
177
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
179
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
178
180
|
prefix: {
|
|
179
181
|
type: StringConstructor;
|
|
180
182
|
};
|
|
@@ -186,7 +188,9 @@ declare const Radio: {
|
|
|
186
188
|
type: BooleanConstructor;
|
|
187
189
|
default: boolean;
|
|
188
190
|
};
|
|
189
|
-
}>> & Readonly<{
|
|
191
|
+
}>> & Readonly<{
|
|
192
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
}>, {
|
|
190
194
|
size: "medium" | "large" | "small" | "mini";
|
|
191
195
|
disabled: boolean;
|
|
192
196
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/es/radio/radio.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
78
|
};
|
|
79
79
|
}>, {
|
|
80
80
|
prefixCls: string;
|
|
81
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
81
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
82
82
|
prefix: {
|
|
83
83
|
type: StringConstructor;
|
|
84
84
|
};
|
|
@@ -90,7 +90,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
90
90
|
type: BooleanConstructor;
|
|
91
91
|
default: boolean;
|
|
92
92
|
};
|
|
93
|
-
}>> & Readonly<{
|
|
93
|
+
}>> & Readonly<{
|
|
94
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
}>, {
|
|
94
96
|
size: "medium" | "large" | "small" | "mini";
|
|
95
97
|
disabled: boolean;
|
|
96
98
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -57,7 +57,7 @@ export type ScrollbarState = OverlayScrollbarState;
|
|
|
57
57
|
export type ScrollbarPlugin = InstancePlugin;
|
|
58
58
|
export interface ScrollbarProps {
|
|
59
59
|
type?: ScrollbarType;
|
|
60
|
-
outerClass?: string | Record<string,
|
|
60
|
+
outerClass?: string | Record<string, unknown> | unknown[];
|
|
61
61
|
outerStyle?: CSSProperties | CSSProperties[];
|
|
62
62
|
paddingAbsolute?: OverlayScrollbarPartialOptions['paddingAbsolute'];
|
|
63
63
|
showNativeOverlaidScrollbars?: OverlayScrollbarPartialOptions['showNativeOverlaidScrollbars'];
|
package/es/select/index.d.ts
CHANGED
|
@@ -983,7 +983,7 @@ declare const Select: {
|
|
|
983
983
|
};
|
|
984
984
|
}>, {
|
|
985
985
|
prefixCls: string;
|
|
986
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
986
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
987
987
|
prefix: {
|
|
988
988
|
type: StringConstructor;
|
|
989
989
|
};
|
|
@@ -995,7 +995,9 @@ declare const Select: {
|
|
|
995
995
|
type: BooleanConstructor;
|
|
996
996
|
default: boolean;
|
|
997
997
|
};
|
|
998
|
-
}>> & Readonly<{
|
|
998
|
+
}>> & Readonly<{
|
|
999
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
1000
|
+
}>, {
|
|
999
1001
|
size: "medium" | "large" | "small" | "mini";
|
|
1000
1002
|
disabled: boolean;
|
|
1001
1003
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1095,7 +1097,7 @@ declare const Select: {
|
|
|
1095
1097
|
};
|
|
1096
1098
|
}>, {
|
|
1097
1099
|
prefixCls: string;
|
|
1098
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
1100
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1099
1101
|
prefix: {
|
|
1100
1102
|
type: StringConstructor;
|
|
1101
1103
|
};
|
|
@@ -1107,7 +1109,9 @@ declare const Select: {
|
|
|
1107
1109
|
type: BooleanConstructor;
|
|
1108
1110
|
default: boolean;
|
|
1109
1111
|
};
|
|
1110
|
-
}>> & Readonly<{
|
|
1112
|
+
}>> & Readonly<{
|
|
1113
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
1114
|
+
}>, {
|
|
1111
1115
|
size: "medium" | "large" | "small" | "mini";
|
|
1112
1116
|
disabled: boolean;
|
|
1113
1117
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2362,7 +2366,7 @@ declare const Select: {
|
|
|
2362
2366
|
};
|
|
2363
2367
|
}>, {
|
|
2364
2368
|
prefixCls: string;
|
|
2365
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
2369
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2366
2370
|
prefix: {
|
|
2367
2371
|
type: StringConstructor;
|
|
2368
2372
|
};
|
|
@@ -2374,7 +2378,9 @@ declare const Select: {
|
|
|
2374
2378
|
type: BooleanConstructor;
|
|
2375
2379
|
default: boolean;
|
|
2376
2380
|
};
|
|
2377
|
-
}>> & Readonly<{
|
|
2381
|
+
}>> & Readonly<{
|
|
2382
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2383
|
+
}>, {
|
|
2378
2384
|
size: "medium" | "large" | "small" | "mini";
|
|
2379
2385
|
disabled: boolean;
|
|
2380
2386
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2474,7 +2480,7 @@ declare const Select: {
|
|
|
2474
2480
|
};
|
|
2475
2481
|
}>, {
|
|
2476
2482
|
prefixCls: string;
|
|
2477
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
2483
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2478
2484
|
prefix: {
|
|
2479
2485
|
type: StringConstructor;
|
|
2480
2486
|
};
|
|
@@ -2486,7 +2492,9 @@ declare const Select: {
|
|
|
2486
2492
|
type: BooleanConstructor;
|
|
2487
2493
|
default: boolean;
|
|
2488
2494
|
};
|
|
2489
|
-
}>> & Readonly<{
|
|
2495
|
+
}>> & Readonly<{
|
|
2496
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2497
|
+
}>, {
|
|
2490
2498
|
size: "medium" | "large" | "small" | "mini";
|
|
2491
2499
|
disabled: boolean;
|
|
2492
2500
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|