@sdata/web-vue 3.18.0 → 3.20.0
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/sd.css +489 -0
- package/dist/sd.min.css +2 -2
- package/es/_components/icon-hover.vue.d.ts +1 -1
- package/es/_components/input-label/input-label.d.ts +13 -1
- package/es/_components/input-label/input-label.js +35 -5
- package/es/_components/input-label/style/index.css +6 -0
- package/es/_components/input-label/style/input-label.scss +8 -0
- package/es/_components/picker/input-range.vue.d.ts +24 -1
- package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +42 -6
- package/es/_components/picker/input.vue.d.ts +24 -1
- package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +31 -4
- package/es/_components/picker/style/index.scss +8 -0
- package/es/_components/select-view/select-view.d.ts +15 -3
- package/es/_components/select-view/select-view.js +10 -1
- package/es/_components/select-view/style/index.css +12 -0
- package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
- package/es/_hooks/use-fit-width.d.ts +22 -0
- package/es/_hooks/use-fit-width.js +76 -0
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/anchor/anchor.vue.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +20 -2
- package/es/auto-complete/auto-complete.js +18 -0
- package/es/auto-complete/index.d.ts +36 -6
- package/es/basic-crud-table/basic-crud-table.vue.d.ts +2 -2
- package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +6 -4
- package/es/basic-crud-table/index.d.ts +5 -5
- package/es/basic-crud-table/types.d.ts +2 -0
- package/es/button/button.vue.d.ts +2 -2
- package/es/button/index.d.ts +6 -6
- package/es/card/card.d.ts +25 -3
- package/es/card/card.js +11 -2
- package/es/card/index.d.ts +45 -6
- package/es/carousel/carousel-indicator.vue.d.ts +1 -1
- package/es/cascader/base-cascader-panel.d.ts +4 -1
- package/es/cascader/base-cascader-panel.js +2 -1
- package/es/cascader/cascader-option.d.ts +1 -1
- package/es/cascader/cascader-panel.vue.d.ts +1 -1
- package/es/cascader/cascader-search-panel.d.ts +4 -1
- package/es/cascader/cascader-search-panel.js +2 -1
- package/es/cascader/cascader.vue.d.ts +7 -5
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +22 -2
- package/es/cascader/types.d.ts +4 -1
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/checkbox/index.d.ts +6 -6
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +2 -2
- package/es/color-picker/index.d.ts +6 -6
- package/es/components.d.ts +4 -0
- package/es/config-provider/config-provider.vue.d.ts +68 -1
- package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +67 -1
- package/es/config-provider/context.d.ts +12 -0
- package/es/config-provider/index.d.ts +102 -3
- package/es/date-picker/index.d.ts +87 -23
- package/es/date-picker/interface.d.ts +2 -1
- package/es/date-picker/picker-panel.vue.d.ts +1 -1
- package/es/date-picker/picker.vue.d.ts +39 -17
- package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +30 -1
- package/es/date-picker/pickers/date-picker.d.ts +18 -0
- package/es/date-picker/pickers/date-picker.js +16 -0
- package/es/date-picker/range-picker-panel.vue.d.ts +1 -1
- package/es/date-picker/range-picker.vue.d.ts +39 -17
- package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +27 -1
- package/es/date-picker/style/index.css +6 -0
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/index.d.ts +9 -9
- package/es/divider/divider.d.ts +1 -1
- package/es/divider/index.d.ts +3 -3
- package/es/drawer/drawer.vue.d.ts +4 -4
- package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/drawer/index.d.ts +11 -11
- package/es/dropdown/dropdown-button.vue.d.ts +2 -2
- package/es/dropdown/dropdown-option.vue.d.ts +1 -1
- package/es/dropdown/dropdown-submenu.vue.d.ts +2 -2
- package/es/dropdown/dropdown.vue.d.ts +1 -1
- package/es/dropdown/index.d.ts +21 -21
- package/es/ellipsis/ellipsis.vue.d.ts +1 -1
- package/es/ellipsis/index.d.ts +6 -6
- package/es/ellipsis/performant-ellipsis.vue.d.ts +1 -1
- package/es/form/form-item.vue.d.ts +1 -1
- package/es/form/form.vue.d.ts +1 -1
- package/es/form/index.d.ts +9 -9
- package/es/grid/grid-row.vue.d.ts +3 -3
- package/es/grid/index.d.ts +9 -9
- package/es/icon/icon-arrow-up/icon-arrow-up.js +5 -0
- package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-arrow-up/index.js +9 -0
- package/es/icon/icon-mute/icon-mute.js +5 -0
- package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-mute/index.js +9 -0
- package/es/icon/icon-voice/icon-voice.js +5 -0
- package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-voice/index.js +9 -0
- package/es/image/preview-action.d.ts +6 -6
- package/es/image/preview-group.vue.d.ts +1 -1
- package/es/index.css +489 -0
- package/es/index.d.ts +6 -1
- package/es/index.js +5 -1
- package/es/index.scss +2 -0
- package/es/input/index.d.ts +99 -6
- package/es/input/input-password.vue.d.ts +18 -0
- package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +24 -2
- package/es/input/input-search.d.ts +18 -0
- package/es/input/input-search.js +20 -2
- package/es/input/input.d.ts +29 -2
- package/es/input/input.js +45 -3
- package/es/input/style/index.css +16 -0
- package/es/input/style/index.scss +21 -0
- package/es/input-number/index.d.ts +36 -6
- package/es/input-number/input-number.d.ts +20 -2
- package/es/input-number/input-number.js +19 -0
- package/es/input-tag/index.d.ts +36 -6
- package/es/input-tag/input-tag.d.ts +20 -2
- package/es/input-tag/input-tag.js +35 -4
- package/es/input-tag/style/index.css +6 -0
- package/es/input-tag/style/input-tag.scss +8 -0
- package/es/kv-list/index.d.ts +72 -32
- package/es/link/index.d.ts +6 -6
- package/es/link/link.vue.d.ts +2 -2
- package/es/list/index.d.ts +9 -0
- package/es/list/list.d.ts +7 -0
- package/es/list/list.js +8 -2
- package/es/locale/interface.d.ts +22 -0
- package/es/locale/lang/ar-eg.js +21 -1
- package/es/locale/lang/de-de.js +21 -1
- package/es/locale/lang/en-us.js +21 -1
- package/es/locale/lang/es-es.js +21 -1
- package/es/locale/lang/fr-fr.js +21 -1
- package/es/locale/lang/id-id.js +21 -1
- package/es/locale/lang/it-it.js +21 -1
- package/es/locale/lang/ja-jp.js +21 -1
- package/es/locale/lang/km-kh.js +21 -1
- package/es/locale/lang/ko-kr.js +21 -1
- package/es/locale/lang/ms-my.js +21 -1
- package/es/locale/lang/nl-nl.js +21 -1
- package/es/locale/lang/pt-pt.js +21 -1
- package/es/locale/lang/ru-ru.js +21 -1
- package/es/locale/lang/th-th.js +21 -1
- package/es/locale/lang/vi-vn.js +21 -1
- package/es/locale/lang/zh-cn.js +21 -1
- package/es/locale/lang/zh-tw.js +21 -1
- package/es/mention/index.d.ts +39 -9
- package/es/mention/mention.d.ts +21 -3
- package/es/mention/mention.js +24 -1
- package/es/mention/style/index.css +6 -0
- package/es/mention/style/index.scss +8 -0
- package/es/menu/item.d.ts +1 -1
- package/es/message/message-list.d.ts +1 -1
- package/es/modal/index.d.ts +9 -9
- package/es/modal/modal.vue.d.ts +3 -3
- package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/popconfirm/index.d.ts +3 -3
- package/es/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/popover/index.d.ts +6 -6
- package/es/popover/popover.vue.d.ts +2 -2
- package/es/progress/circle.vue.d.ts +1 -1
- package/es/progress/line.vue.d.ts +1 -1
- package/es/qr-code/index.d.ts +27 -21
- package/es/qr-code/qr-code.vue.d.ts +8 -6
- package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/radio/index.d.ts +6 -6
- package/es/radio/radio.d.ts +3 -3
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/resize-box/index.d.ts +5 -5
- package/es/resize-box/resize-box.vue.d.ts +3 -3
- package/es/rich-text-editor/built-in-components.d.ts +5 -0
- package/es/rich-text-editor/built-in-components.js +6 -0
- package/es/rich-text-editor/index.d.ts +195 -0
- package/es/rich-text-editor/index.js +12 -0
- package/es/rich-text-editor/nodes/inline-component-node.d.ts +30 -0
- package/es/rich-text-editor/nodes/inline-component-node.js +86 -0
- package/es/rich-text-editor/rich-text-editor.js +5 -0
- package/es/rich-text-editor/rich-text-editor.vue.d.ts +76 -0
- package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +630 -0
- package/es/rich-text-editor/rich-text-node-renderer.js +5 -0
- package/es/rich-text-editor/rich-text-node-renderer.vue.d.ts +28 -0
- package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +133 -0
- package/es/rich-text-editor/style/css.js +2 -0
- package/es/rich-text-editor/style/index.css +164 -0
- package/es/rich-text-editor/style/index.d.ts +2 -0
- package/es/rich-text-editor/style/index.js +2 -0
- package/es/rich-text-editor/style/index.scss +193 -0
- package/es/rich-text-editor/style/token.scss +36 -0
- package/es/rich-text-editor/types.d.ts +148 -0
- package/es/sd-vue.js +6 -0
- package/es/select/index.d.ts +117 -54
- package/es/select/interface.d.ts +2 -1
- package/es/select/select-dropdown.vue.d.ts +3 -0
- package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +2 -4
- package/es/select/select.d.ts +62 -25
- package/es/select/select.js +28 -1
- package/es/sender/context.d.ts +8 -0
- package/es/sender/context.js +4 -0
- package/es/sender/index.d.ts +119 -0
- package/es/sender/index.js +20 -0
- package/es/sender/sender-header.js +5 -0
- package/es/sender/sender-header.vue.d.ts +28 -0
- package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +127 -0
- package/es/sender/sender-switch.js +5 -0
- package/es/sender/sender-switch.vue.d.ts +32 -0
- package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +95 -0
- package/es/sender/sender.js +5 -0
- package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +895 -0
- package/es/sender/style/css.js +3 -0
- package/es/sender/style/index.css +301 -0
- package/es/sender/style/index.d.ts +3 -0
- package/es/sender/style/index.js +3 -0
- package/es/sender/style/index.scss +359 -0
- package/es/sender/style/token.scss +43 -0
- package/es/sender/types.d.ts +228 -0
- package/es/sender/use-speech.d.ts +19 -0
- package/es/sender/use-speech.js +338 -0
- package/es/slider/index.d.ts +3 -3
- package/es/slider/slider-input.vue.d.ts +1 -1
- package/es/slider/slider.vue.d.ts +1 -1
- package/es/space/index.d.ts +9 -9
- package/es/space/space.d.ts +2 -2
- package/es/spin/index.d.ts +18 -3
- package/es/spin/spin.d.ts +10 -1
- package/es/spin/spin.js +72 -10
- package/es/statistic/index.d.ts +3 -3
- package/es/statistic/statistic.vue.d.ts +1 -1
- package/es/steps/index.d.ts +5 -5
- package/es/steps/step.vue.d.ts +2 -2
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/table/index.d.ts +68 -23
- package/es/table/interface.d.ts +3 -0
- package/es/table/table-column.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +12 -12
- package/es/table/table-td.d.ts +2 -2
- package/es/table/table.d.ts +27 -8
- package/es/table/table.js +7 -2
- package/es/tabs/index.d.ts +12 -12
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +6 -6
- package/es/tag/tag.vue.d.ts +2 -2
- package/es/textarea/index.d.ts +38 -8
- package/es/textarea/style/index.css +6 -0
- package/es/textarea/style/index.scss +8 -0
- package/es/textarea/textarea.vue.d.ts +21 -3
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +36 -3
- package/es/time-picker/index.d.ts +36 -6
- package/es/time-picker/interface.d.ts +2 -1
- package/es/time-picker/range-panel.js +58 -0
- package/es/time-picker/time-picker.vue.d.ts +20 -2
- package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +30 -1
- package/es/timeline/index.d.ts +45 -6
- package/es/timeline/timeline.d.ts +25 -3
- package/es/timeline/timeline.js +11 -2
- package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +9 -5
- package/es/toolbar/types.d.ts +2 -0
- package/es/tooltip/index.d.ts +6 -6
- package/es/tooltip/tooltip.vue.d.ts +2 -2
- package/es/tour/index.d.ts +3 -3
- package/es/tour/tour.vue.d.ts +1 -1
- package/es/transfer/index.d.ts +3 -3
- package/es/transfer/transfer.vue.d.ts +1 -1
- package/es/tree/tree.vue.d.ts +4 -4
- package/es/tree-select/interface.d.ts +2 -1
- package/es/tree-select/tree-select.vue.d.ts +32 -7
- package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +27 -1
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +4 -4
- package/es/typography/base.d.ts +4 -4
- package/es/typography/edit-content.vue.d.ts +2 -2
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/watermark/index.d.ts +3 -3
- package/es/watermark/watermark.d.ts +1 -1
- package/json/vetur-attributes.json +295 -2
- package/json/vetur-tags.json +103 -3
- package/json/web-types.json +746 -53
- package/package.json +10 -1
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
24
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
onAfterClose?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
|
-
position: "
|
|
27
|
+
position: "bottom" | "top";
|
|
28
28
|
messages: MessageItem[];
|
|
29
29
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
30
|
export default _default;
|
package/es/modal/index.d.ts
CHANGED
|
@@ -126,26 +126,26 @@ declare const Modal: {
|
|
|
126
126
|
default: boolean;
|
|
127
127
|
};
|
|
128
128
|
}>> & Readonly<{
|
|
129
|
+
onOpen?: (() => any) | undefined;
|
|
129
130
|
onCancel?: ((_e: Event) => any) | undefined;
|
|
130
131
|
onClose?: (() => any) | undefined;
|
|
131
132
|
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
132
|
-
onOpen?: (() => any) | undefined;
|
|
133
133
|
onOk?: ((_e: Event) => any) | undefined;
|
|
134
134
|
onBeforeOpen?: (() => any) | undefined;
|
|
135
135
|
onBeforeClose?: (() => any) | undefined;
|
|
136
136
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
137
|
+
open: () => any;
|
|
137
138
|
cancel: (_e: Event) => any;
|
|
138
139
|
close: () => any;
|
|
139
140
|
"update:visible": (_visible: boolean) => any;
|
|
140
|
-
open: () => any;
|
|
141
141
|
ok: (_e: Event) => any;
|
|
142
142
|
beforeOpen: () => any;
|
|
143
143
|
beforeClose: () => any;
|
|
144
144
|
}, import("vue").PublicProps, {
|
|
145
|
+
visible: boolean;
|
|
145
146
|
footer: boolean;
|
|
146
147
|
mask: boolean;
|
|
147
148
|
popupContainer: string | HTMLElement;
|
|
148
|
-
visible: boolean;
|
|
149
149
|
unmountOnClose: boolean;
|
|
150
150
|
renderToBody: boolean;
|
|
151
151
|
escToClose: boolean;
|
|
@@ -294,18 +294,18 @@ declare const Modal: {
|
|
|
294
294
|
default: boolean;
|
|
295
295
|
};
|
|
296
296
|
}>> & Readonly<{
|
|
297
|
+
onOpen?: (() => any) | undefined;
|
|
297
298
|
onCancel?: ((_e: Event) => any) | undefined;
|
|
298
299
|
onClose?: (() => any) | undefined;
|
|
299
300
|
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
300
|
-
onOpen?: (() => any) | undefined;
|
|
301
301
|
onOk?: ((_e: Event) => any) | undefined;
|
|
302
302
|
onBeforeOpen?: (() => any) | undefined;
|
|
303
303
|
onBeforeClose?: (() => any) | undefined;
|
|
304
304
|
}>, {}, {}, {}, {}, {
|
|
305
|
+
visible: boolean;
|
|
305
306
|
footer: boolean;
|
|
306
307
|
mask: boolean;
|
|
307
308
|
popupContainer: string | HTMLElement;
|
|
308
|
-
visible: boolean;
|
|
309
309
|
unmountOnClose: boolean;
|
|
310
310
|
renderToBody: boolean;
|
|
311
311
|
escToClose: boolean;
|
|
@@ -451,26 +451,26 @@ declare const Modal: {
|
|
|
451
451
|
default: boolean;
|
|
452
452
|
};
|
|
453
453
|
}>> & Readonly<{
|
|
454
|
+
onOpen?: (() => any) | undefined;
|
|
454
455
|
onCancel?: ((_e: Event) => any) | undefined;
|
|
455
456
|
onClose?: (() => any) | undefined;
|
|
456
457
|
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
457
|
-
onOpen?: (() => any) | undefined;
|
|
458
458
|
onOk?: ((_e: Event) => any) | undefined;
|
|
459
459
|
onBeforeOpen?: (() => any) | undefined;
|
|
460
460
|
onBeforeClose?: (() => any) | undefined;
|
|
461
461
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
462
|
+
open: () => any;
|
|
462
463
|
cancel: (_e: Event) => any;
|
|
463
464
|
close: () => any;
|
|
464
465
|
"update:visible": (_visible: boolean) => any;
|
|
465
|
-
open: () => any;
|
|
466
466
|
ok: (_e: Event) => any;
|
|
467
467
|
beforeOpen: () => any;
|
|
468
468
|
beforeClose: () => any;
|
|
469
469
|
}, string, {
|
|
470
|
+
visible: boolean;
|
|
470
471
|
footer: boolean;
|
|
471
472
|
mask: boolean;
|
|
472
473
|
popupContainer: string | HTMLElement;
|
|
473
|
-
visible: boolean;
|
|
474
474
|
unmountOnClose: boolean;
|
|
475
475
|
renderToBody: boolean;
|
|
476
476
|
escToClose: boolean;
|
|
@@ -501,11 +501,11 @@ declare const Modal: {
|
|
|
501
501
|
destroyAll: () => void;
|
|
502
502
|
install: (app: App, options?: SDOptions) => void;
|
|
503
503
|
_context: AppContext | null;
|
|
504
|
+
open: (config: ModalConfig, appContext?: AppContext) => import("./interface").ModalReturn;
|
|
504
505
|
success: (config: ModalConfig, appContext?: AppContext) => import("./interface").ModalReturn;
|
|
505
506
|
warning: (config: ModalConfig, appContext?: AppContext) => import("./interface").ModalReturn;
|
|
506
507
|
info: (config: ModalConfig, appContext?: AppContext) => import("./interface").ModalReturn;
|
|
507
508
|
error: (config: ModalConfig, appContext?: AppContext) => import("./interface").ModalReturn;
|
|
508
|
-
open: (config: ModalConfig, appContext?: AppContext) => import("./interface").ModalReturn;
|
|
509
509
|
confirm: (config: ModalConfig, appContext?: AppContext) => import("./interface").ModalReturn;
|
|
510
510
|
};
|
|
511
511
|
export type { ModalMethod, ModalConfig, ModalGlobalConfig, ModalReturn } from './interface';
|
package/es/modal/modal.vue.d.ts
CHANGED
|
@@ -134,10 +134,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
134
134
|
default: boolean;
|
|
135
135
|
};
|
|
136
136
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
137
|
+
open: () => any;
|
|
137
138
|
cancel: (_e: Event) => any;
|
|
138
139
|
close: () => any;
|
|
139
140
|
"update:visible": (_visible: boolean) => any;
|
|
140
|
-
open: () => any;
|
|
141
141
|
ok: (_e: Event) => any;
|
|
142
142
|
beforeOpen: () => any;
|
|
143
143
|
beforeClose: () => any;
|
|
@@ -265,18 +265,18 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
265
265
|
default: boolean;
|
|
266
266
|
};
|
|
267
267
|
}>> & Readonly<{
|
|
268
|
+
onOpen?: (() => any) | undefined;
|
|
268
269
|
onCancel?: ((_e: Event) => any) | undefined;
|
|
269
270
|
onClose?: (() => any) | undefined;
|
|
270
271
|
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
271
|
-
onOpen?: (() => any) | undefined;
|
|
272
272
|
onOk?: ((_e: Event) => any) | undefined;
|
|
273
273
|
onBeforeOpen?: (() => any) | undefined;
|
|
274
274
|
onBeforeClose?: (() => any) | undefined;
|
|
275
275
|
}>, {
|
|
276
|
+
visible: boolean;
|
|
276
277
|
footer: boolean;
|
|
277
278
|
mask: boolean;
|
|
278
279
|
popupContainer: string | HTMLElement;
|
|
279
|
-
visible: boolean;
|
|
280
280
|
unmountOnClose: boolean;
|
|
281
281
|
renderToBody: boolean;
|
|
282
282
|
escToClose: boolean;
|
|
@@ -15,8 +15,8 @@ import client_only_default from "../_components/client-only.js";
|
|
|
15
15
|
import usePopupManager from "../_hooks/use-popup-manager.js";
|
|
16
16
|
import { useTeleportContainer } from "../_hooks/use-teleport-container.js";
|
|
17
17
|
import Button from "../button/index.js";
|
|
18
|
-
import Ellipsis from "../ellipsis/index.js";
|
|
19
18
|
import { useConfigProviderProp } from "../_hooks/use-config-provider-prop.js";
|
|
19
|
+
import Ellipsis from "../ellipsis/index.js";
|
|
20
20
|
import { getFocusableElements, useFocusTrap } from "../_hooks/use-focus-trap.js";
|
|
21
21
|
import { useOverflow } from "../_hooks/use-overflow.js";
|
|
22
22
|
import { useDraggable } from "./hooks/use-draggable.js";
|
package/es/popconfirm/index.d.ts
CHANGED
|
@@ -68,9 +68,9 @@ declare const Popconfirm: {
|
|
|
68
68
|
ok: () => any;
|
|
69
69
|
}, import("vue").PublicProps, {
|
|
70
70
|
type: "success" | "warning" | "info" | "error";
|
|
71
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
71
72
|
popupVisible: boolean;
|
|
72
73
|
defaultPopupVisible: boolean;
|
|
73
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
74
74
|
okLoading: boolean;
|
|
75
75
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
76
76
|
P: {};
|
|
@@ -140,9 +140,9 @@ declare const Popconfirm: {
|
|
|
140
140
|
onOk?: (() => any) | undefined;
|
|
141
141
|
}>, {}, {}, {}, {}, {
|
|
142
142
|
type: "success" | "warning" | "info" | "error";
|
|
143
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
143
144
|
popupVisible: boolean;
|
|
144
145
|
defaultPopupVisible: boolean;
|
|
145
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
146
146
|
okLoading: boolean;
|
|
147
147
|
}>;
|
|
148
148
|
__isFragment?: never;
|
|
@@ -214,9 +214,9 @@ declare const Popconfirm: {
|
|
|
214
214
|
ok: () => any;
|
|
215
215
|
}, string, {
|
|
216
216
|
type: "success" | "warning" | "info" | "error";
|
|
217
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
217
218
|
popupVisible: boolean;
|
|
218
219
|
defaultPopupVisible: boolean;
|
|
219
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
220
220
|
okLoading: boolean;
|
|
221
221
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
222
222
|
$slots: {
|
|
@@ -132,9 +132,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
132
132
|
onOk?: (() => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
134
|
type: "success" | "warning" | "info" | "error";
|
|
135
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
135
136
|
popupVisible: boolean;
|
|
136
137
|
defaultPopupVisible: boolean;
|
|
137
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
138
138
|
okLoading: boolean;
|
|
139
139
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
140
140
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
package/es/popover/index.d.ts
CHANGED
|
@@ -50,11 +50,11 @@ declare const Popover: {
|
|
|
50
50
|
"update:popupVisible": (_visible: boolean) => any;
|
|
51
51
|
popupVisibleChange: (_visible: boolean) => any;
|
|
52
52
|
}, import("vue").PublicProps, {
|
|
53
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
54
|
+
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
53
55
|
popupVisible: boolean;
|
|
54
56
|
defaultPopupVisible: boolean;
|
|
55
57
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
56
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
57
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
58
58
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
59
59
|
P: {};
|
|
60
60
|
B: {};
|
|
@@ -107,11 +107,11 @@ declare const Popover: {
|
|
|
107
107
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
108
108
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
109
109
|
}>, {}, {}, {}, {}, {
|
|
110
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
111
|
+
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
110
112
|
popupVisible: boolean;
|
|
111
113
|
defaultPopupVisible: boolean;
|
|
112
114
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
113
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
114
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
115
115
|
}>;
|
|
116
116
|
__isFragment?: never;
|
|
117
117
|
__isTeleport?: never;
|
|
@@ -164,11 +164,11 @@ declare const Popover: {
|
|
|
164
164
|
"update:popupVisible": (_visible: boolean) => any;
|
|
165
165
|
popupVisibleChange: (_visible: boolean) => any;
|
|
166
166
|
}, string, {
|
|
167
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
168
|
+
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
167
169
|
popupVisible: boolean;
|
|
168
170
|
defaultPopupVisible: boolean;
|
|
169
171
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
170
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
171
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
172
172
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
173
173
|
$slots: {
|
|
174
174
|
default?: (props: {}) => any;
|
|
@@ -101,11 +101,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
101
101
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
102
102
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
103
103
|
}>, {
|
|
104
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
105
|
+
scrollbar: boolean | ScrollbarProps;
|
|
104
106
|
popupVisible: boolean;
|
|
105
107
|
defaultPopupVisible: boolean;
|
|
106
108
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
107
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
108
|
-
scrollbar: boolean | ScrollbarProps;
|
|
109
109
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
110
110
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
111
111
|
declare const _default: typeof __VLS_export;
|
|
@@ -77,8 +77,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
77
77
|
type: NumberConstructor;
|
|
78
78
|
};
|
|
79
79
|
}>> & Readonly<{}>, {
|
|
80
|
-
size: "small" | "mini" | "medium" | "large";
|
|
81
80
|
color: string | Record<string, any>;
|
|
81
|
+
size: "small" | "medium" | "large" | "mini";
|
|
82
82
|
width: number;
|
|
83
83
|
status: string;
|
|
84
84
|
percent: number;
|
|
@@ -75,9 +75,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
75
75
|
};
|
|
76
76
|
showText: BooleanConstructor;
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
|
+
color: string | Record<string, any>;
|
|
78
79
|
size: "small" | "medium" | "large";
|
|
79
80
|
strokeWidth: number;
|
|
80
|
-
color: string | Record<string, any>;
|
|
81
81
|
width: string | number;
|
|
82
82
|
animation: boolean;
|
|
83
83
|
percent: number;
|
package/es/qr-code/index.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ declare const QrCode: {
|
|
|
60
60
|
default: undefined;
|
|
61
61
|
};
|
|
62
62
|
spinProps: {
|
|
63
|
-
type: import("vue").PropType<import("../
|
|
63
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
64
64
|
default: undefined;
|
|
65
65
|
};
|
|
66
66
|
}>> & Readonly<{
|
|
@@ -69,22 +69,24 @@ declare const QrCode: {
|
|
|
69
69
|
refresh: () => any;
|
|
70
70
|
}, import("vue").PublicProps, {
|
|
71
71
|
type: import("./types").QrCodeType;
|
|
72
|
-
size: number;
|
|
73
72
|
color: string;
|
|
74
|
-
|
|
73
|
+
size: number;
|
|
75
74
|
icon: string;
|
|
76
|
-
status: import("./types").QrCodeStatusType;
|
|
77
75
|
spinProps: Partial<{
|
|
78
|
-
loading: boolean;
|
|
79
76
|
dot: boolean;
|
|
77
|
+
loading: boolean;
|
|
78
|
+
delay: number | boolean;
|
|
80
79
|
hideIcon: boolean;
|
|
81
80
|
}> & Omit<{
|
|
82
|
-
readonly loading: boolean;
|
|
83
81
|
readonly dot: boolean;
|
|
82
|
+
readonly loading: boolean;
|
|
83
|
+
readonly delay: number | boolean;
|
|
84
84
|
readonly hideIcon: boolean;
|
|
85
85
|
readonly size?: number | undefined;
|
|
86
86
|
readonly tip?: string | undefined;
|
|
87
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "
|
|
87
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "dot" | "loading" | "delay" | "hideIcon">;
|
|
88
|
+
bordered: boolean;
|
|
89
|
+
status: import("./types").QrCodeStatusType;
|
|
88
90
|
iconAlt: string;
|
|
89
91
|
iconSize: import("./types").QrCodeIconSize;
|
|
90
92
|
bgColor: string;
|
|
@@ -157,29 +159,31 @@ declare const QrCode: {
|
|
|
157
159
|
default: undefined;
|
|
158
160
|
};
|
|
159
161
|
spinProps: {
|
|
160
|
-
type: import("vue").PropType<import("../
|
|
162
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
161
163
|
default: undefined;
|
|
162
164
|
};
|
|
163
165
|
}>> & Readonly<{
|
|
164
166
|
onRefresh?: (() => any) | undefined;
|
|
165
167
|
}>, {}, {}, {}, {}, {
|
|
166
168
|
type: import("./types").QrCodeType;
|
|
167
|
-
size: number;
|
|
168
169
|
color: string;
|
|
169
|
-
|
|
170
|
+
size: number;
|
|
170
171
|
icon: string;
|
|
171
|
-
status: import("./types").QrCodeStatusType;
|
|
172
172
|
spinProps: Partial<{
|
|
173
|
-
loading: boolean;
|
|
174
173
|
dot: boolean;
|
|
174
|
+
loading: boolean;
|
|
175
|
+
delay: number | boolean;
|
|
175
176
|
hideIcon: boolean;
|
|
176
177
|
}> & Omit<{
|
|
177
|
-
readonly loading: boolean;
|
|
178
178
|
readonly dot: boolean;
|
|
179
|
+
readonly loading: boolean;
|
|
180
|
+
readonly delay: number | boolean;
|
|
179
181
|
readonly hideIcon: boolean;
|
|
180
182
|
readonly size?: number | undefined;
|
|
181
183
|
readonly tip?: string | undefined;
|
|
182
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "
|
|
184
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "dot" | "loading" | "delay" | "hideIcon">;
|
|
185
|
+
bordered: boolean;
|
|
186
|
+
status: import("./types").QrCodeStatusType;
|
|
183
187
|
iconAlt: string;
|
|
184
188
|
iconSize: import("./types").QrCodeIconSize;
|
|
185
189
|
bgColor: string;
|
|
@@ -249,7 +253,7 @@ declare const QrCode: {
|
|
|
249
253
|
default: undefined;
|
|
250
254
|
};
|
|
251
255
|
spinProps: {
|
|
252
|
-
type: import("vue").PropType<import("../
|
|
256
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
253
257
|
default: undefined;
|
|
254
258
|
};
|
|
255
259
|
}>> & Readonly<{
|
|
@@ -258,22 +262,24 @@ declare const QrCode: {
|
|
|
258
262
|
refresh: () => any;
|
|
259
263
|
}, string, {
|
|
260
264
|
type: import("./types").QrCodeType;
|
|
261
|
-
size: number;
|
|
262
265
|
color: string;
|
|
263
|
-
|
|
266
|
+
size: number;
|
|
264
267
|
icon: string;
|
|
265
|
-
status: import("./types").QrCodeStatusType;
|
|
266
268
|
spinProps: Partial<{
|
|
267
|
-
loading: boolean;
|
|
268
269
|
dot: boolean;
|
|
270
|
+
loading: boolean;
|
|
271
|
+
delay: number | boolean;
|
|
269
272
|
hideIcon: boolean;
|
|
270
273
|
}> & Omit<{
|
|
271
|
-
readonly loading: boolean;
|
|
272
274
|
readonly dot: boolean;
|
|
275
|
+
readonly loading: boolean;
|
|
276
|
+
readonly delay: number | boolean;
|
|
273
277
|
readonly hideIcon: boolean;
|
|
274
278
|
readonly size?: number | undefined;
|
|
275
279
|
readonly tip?: string | undefined;
|
|
276
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "
|
|
280
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "dot" | "loading" | "delay" | "hideIcon">;
|
|
281
|
+
bordered: boolean;
|
|
282
|
+
status: import("./types").QrCodeStatusType;
|
|
277
283
|
iconAlt: string;
|
|
278
284
|
iconSize: import("./types").QrCodeIconSize;
|
|
279
285
|
bgColor: string;
|
|
@@ -133,22 +133,24 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
133
133
|
onRefresh?: (() => any) | undefined;
|
|
134
134
|
}>, {
|
|
135
135
|
type: QrCodeType;
|
|
136
|
-
size: number;
|
|
137
136
|
color: string;
|
|
138
|
-
|
|
137
|
+
size: number;
|
|
139
138
|
icon: string;
|
|
140
|
-
status: QrCodeStatusType;
|
|
141
139
|
spinProps: Partial<{
|
|
142
|
-
loading: boolean;
|
|
143
140
|
dot: boolean;
|
|
141
|
+
loading: boolean;
|
|
142
|
+
delay: number | boolean;
|
|
144
143
|
hideIcon: boolean;
|
|
145
144
|
}> & Omit<{
|
|
146
|
-
readonly loading: boolean;
|
|
147
145
|
readonly dot: boolean;
|
|
146
|
+
readonly loading: boolean;
|
|
147
|
+
readonly delay: number | boolean;
|
|
148
148
|
readonly hideIcon: boolean;
|
|
149
149
|
readonly size?: number | undefined;
|
|
150
150
|
readonly tip?: string | undefined;
|
|
151
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "
|
|
151
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "dot" | "loading" | "delay" | "hideIcon">;
|
|
152
|
+
bordered: boolean;
|
|
153
|
+
status: QrCodeStatusType;
|
|
152
154
|
iconAlt: string;
|
|
153
155
|
iconSize: QrCodeIconSize;
|
|
154
156
|
bgColor: string;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { configProviderInjectionKey } from "../config-provider/context.js";
|
|
1
2
|
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
3
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
4
|
import { useI18n } from "../locale/index.js";
|
|
4
5
|
import _asyncToGenerator from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/asyncToGenerator.js";
|
|
5
6
|
import qr_code_status_default from "./qr-code-status.js";
|
|
6
|
-
import { computed, createBlock, createCommentVNode, createElementBlock, createVNode, defineComponent, nextTick, normalizeClass, normalizeStyle, openBlock, ref, renderSlot, unref, useSlots, watch } from "vue";
|
|
7
|
+
import { computed, createBlock, createCommentVNode, createElementBlock, createVNode, defineComponent, inject, nextTick, normalizeClass, normalizeStyle, openBlock, ref, renderSlot, unref, useSlots, watch } from "vue";
|
|
7
8
|
import QRCode from "qrcode";
|
|
8
9
|
//#region components/qr-code/qr-code.vue?vue&type=script&setup=true&lang.ts
|
|
9
10
|
var _hoisted_1 = ["aria-label"];
|
|
@@ -158,6 +159,8 @@ var qr_code_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
|
|
|
158
159
|
const props = __props;
|
|
159
160
|
const emit = __emit;
|
|
160
161
|
const { t } = useI18n();
|
|
162
|
+
const configCtx = inject(configProviderInjectionKey, void 0);
|
|
163
|
+
const resolvedSpinProps = computed(() => _objectSpread2(_objectSpread2({}, configCtx === null || configCtx === void 0 ? void 0 : configCtx.qrCodeSpinProps), props.spinProps));
|
|
161
164
|
const prefixCls = getPrefixCls("qr-code");
|
|
162
165
|
const canvasRef = ref();
|
|
163
166
|
const svgMarkup = ref("");
|
|
@@ -281,7 +284,7 @@ var qr_code_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
|
|
|
281
284
|
}, () => [createVNode(qr_code_status_default, {
|
|
282
285
|
"prefix-cls": unref(prefixCls),
|
|
283
286
|
status: __props.status,
|
|
284
|
-
"spin-props":
|
|
287
|
+
"spin-props": resolvedSpinProps.value,
|
|
285
288
|
onRefresh: handleRefresh
|
|
286
289
|
}, null, 8, [
|
|
287
290
|
"prefix-cls",
|
package/es/radio/index.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ declare const Radio: {
|
|
|
63
63
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
64
64
|
click: (_e: MouseEvent) => any;
|
|
65
65
|
}, import("vue").PublicProps, {
|
|
66
|
-
size: "small" | "
|
|
66
|
+
size: "small" | "medium" | "large" | "mini";
|
|
67
67
|
disabled: boolean;
|
|
68
68
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
69
69
|
P: {};
|
|
@@ -87,7 +87,7 @@ declare const Radio: {
|
|
|
87
87
|
}>> & Readonly<{
|
|
88
88
|
onClick?: ((_e: MouseEvent) => any) | undefined;
|
|
89
89
|
}>, {}, {}, {}, {}, {
|
|
90
|
-
size: "small" | "
|
|
90
|
+
size: "small" | "medium" | "large" | "mini";
|
|
91
91
|
disabled: boolean;
|
|
92
92
|
}>;
|
|
93
93
|
__isFragment?: never;
|
|
@@ -110,7 +110,7 @@ declare const Radio: {
|
|
|
110
110
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
111
111
|
click: (_e: MouseEvent) => any;
|
|
112
112
|
}, string, {
|
|
113
|
-
size: "small" | "
|
|
113
|
+
size: "small" | "medium" | "large" | "mini";
|
|
114
114
|
disabled: boolean;
|
|
115
115
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
116
116
|
$slots: {
|
|
@@ -220,7 +220,7 @@ declare const Radio: {
|
|
|
220
220
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
221
221
|
click: (_e: MouseEvent) => any;
|
|
222
222
|
}, import("vue").PublicProps, {
|
|
223
|
-
size: "small" | "
|
|
223
|
+
size: "small" | "medium" | "large" | "mini";
|
|
224
224
|
disabled: boolean;
|
|
225
225
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
226
226
|
P: {};
|
|
@@ -244,7 +244,7 @@ declare const Radio: {
|
|
|
244
244
|
}>> & Readonly<{
|
|
245
245
|
onClick?: ((_e: MouseEvent) => any) | undefined;
|
|
246
246
|
}>, {}, {}, {}, {}, {
|
|
247
|
-
size: "small" | "
|
|
247
|
+
size: "small" | "medium" | "large" | "mini";
|
|
248
248
|
disabled: boolean;
|
|
249
249
|
}>;
|
|
250
250
|
__isFragment?: never;
|
|
@@ -267,7 +267,7 @@ declare const Radio: {
|
|
|
267
267
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
268
268
|
click: (_e: MouseEvent) => any;
|
|
269
269
|
}, string, {
|
|
270
|
-
size: "small" | "
|
|
270
|
+
size: "small" | "medium" | "large" | "mini";
|
|
271
271
|
disabled: boolean;
|
|
272
272
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
273
273
|
$slots: {
|
package/es/radio/radio.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
82
82
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
83
83
|
click: (_e: MouseEvent) => any;
|
|
84
84
|
}, import("vue").PublicProps, {
|
|
85
|
-
size: "small" | "
|
|
85
|
+
size: "small" | "medium" | "large" | "mini";
|
|
86
86
|
disabled: boolean;
|
|
87
87
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
88
88
|
P: {};
|
|
@@ -106,7 +106,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
106
106
|
}>> & Readonly<{
|
|
107
107
|
onClick?: ((_e: MouseEvent) => any) | undefined;
|
|
108
108
|
}>, {}, {}, {}, {}, {
|
|
109
|
-
size: "small" | "
|
|
109
|
+
size: "small" | "medium" | "large" | "mini";
|
|
110
110
|
disabled: boolean;
|
|
111
111
|
}>;
|
|
112
112
|
__isFragment?: never;
|
|
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
129
129
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
130
130
|
click: (_e: MouseEvent) => any;
|
|
131
131
|
}, string, {
|
|
132
|
-
size: "small" | "
|
|
132
|
+
size: "small" | "medium" | "large" | "mini";
|
|
133
133
|
disabled: boolean;
|
|
134
134
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
135
135
|
$slots: {
|
package/es/rate/index.d.ts
CHANGED
|
@@ -47,8 +47,8 @@ declare const Rate: {
|
|
|
47
47
|
change: (_value: number) => true;
|
|
48
48
|
hoverChange: (_value: number) => true;
|
|
49
49
|
}, import("vue").PublicProps, {
|
|
50
|
-
readonly: string | boolean;
|
|
51
50
|
disabled: boolean;
|
|
51
|
+
readonly: string | boolean;
|
|
52
52
|
defaultValue: number;
|
|
53
53
|
modelValue: number;
|
|
54
54
|
allowClear: boolean;
|
|
@@ -103,8 +103,8 @@ declare const Rate: {
|
|
|
103
103
|
"onUpdate:modelValue"?: ((_value: number) => any) | undefined;
|
|
104
104
|
onHoverChange?: ((_value: number) => any) | undefined;
|
|
105
105
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
106
|
-
readonly: string | boolean;
|
|
107
106
|
disabled: boolean;
|
|
107
|
+
readonly: string | boolean;
|
|
108
108
|
defaultValue: number;
|
|
109
109
|
modelValue: number;
|
|
110
110
|
allowClear: boolean;
|
|
@@ -160,8 +160,8 @@ declare const Rate: {
|
|
|
160
160
|
change: (_value: number) => true;
|
|
161
161
|
hoverChange: (_value: number) => true;
|
|
162
162
|
}, string, {
|
|
163
|
-
readonly: string | boolean;
|
|
164
163
|
disabled: boolean;
|
|
164
|
+
readonly: string | boolean;
|
|
165
165
|
defaultValue: number;
|
|
166
166
|
modelValue: number;
|
|
167
167
|
allowClear: boolean;
|
package/es/rate/rate.d.ts
CHANGED
|
@@ -80,8 +80,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
80
80
|
"onUpdate:modelValue"?: ((_value: number) => any) | undefined;
|
|
81
81
|
onHoverChange?: ((_value: number) => any) | undefined;
|
|
82
82
|
}>, {
|
|
83
|
-
readonly: string | boolean;
|
|
84
83
|
disabled: boolean;
|
|
84
|
+
readonly: string | boolean;
|
|
85
85
|
defaultValue: number;
|
|
86
86
|
modelValue: number;
|
|
87
87
|
allowClear: boolean;
|
package/es/resize-box/index.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ declare const ResizeBox: {
|
|
|
37
37
|
movingEnd: (_ev: MouseEvent) => any;
|
|
38
38
|
}, import("vue").PublicProps, {
|
|
39
39
|
component: string;
|
|
40
|
-
directions: ("
|
|
40
|
+
directions: ("left" | "right" | "bottom" | "top")[];
|
|
41
41
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
42
42
|
P: {};
|
|
43
43
|
B: {};
|
|
@@ -71,7 +71,7 @@ declare const ResizeBox: {
|
|
|
71
71
|
onMovingEnd?: ((_ev: MouseEvent) => any) | undefined;
|
|
72
72
|
}>, {}, {}, {}, {}, {
|
|
73
73
|
component: string;
|
|
74
|
-
directions: ("
|
|
74
|
+
directions: ("left" | "right" | "bottom" | "top")[];
|
|
75
75
|
}>;
|
|
76
76
|
__isFragment?: never;
|
|
77
77
|
__isTeleport?: never;
|
|
@@ -111,17 +111,17 @@ declare const ResizeBox: {
|
|
|
111
111
|
movingEnd: (_ev: MouseEvent) => any;
|
|
112
112
|
}, string, {
|
|
113
113
|
component: string;
|
|
114
|
-
directions: ("
|
|
114
|
+
directions: ("left" | "right" | "bottom" | "top")[];
|
|
115
115
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
116
116
|
$slots: {
|
|
117
117
|
default?: (props: {}) => any;
|
|
118
118
|
} & {
|
|
119
119
|
'resize-trigger'?: (props: {
|
|
120
|
-
direction: "
|
|
120
|
+
direction: "left" | "right" | "bottom" | "top";
|
|
121
121
|
}) => any;
|
|
122
122
|
} & {
|
|
123
123
|
'resize-trigger-icon'?: (props: {
|
|
124
|
-
direction: "
|
|
124
|
+
direction: "left" | "right" | "bottom" | "top";
|
|
125
125
|
}) => any;
|
|
126
126
|
};
|
|
127
127
|
}) & {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
export type DirectionType = 'left' | 'right' | 'top' | 'bottom';
|
|
3
3
|
declare var __VLS_9: {}, __VLS_21: {
|
|
4
|
-
direction: "
|
|
4
|
+
direction: "left" | "right" | "bottom" | "top";
|
|
5
5
|
}, __VLS_24: {
|
|
6
|
-
direction: "
|
|
6
|
+
direction: "left" | "right" | "bottom" | "top";
|
|
7
7
|
};
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
9
|
default?: (props: typeof __VLS_9) => any;
|
|
@@ -62,7 +62,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
62
62
|
onMovingEnd?: ((_ev: MouseEvent) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
component: string;
|
|
65
|
-
directions: ("
|
|
65
|
+
directions: ("left" | "right" | "bottom" | "top")[];
|
|
66
66
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
67
67
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
68
68
|
declare const _default: typeof __VLS_export;
|