@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
package/es/divider/index.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ declare const Divider: {
|
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
24
24
|
direction: "horizontal" | "vertical";
|
|
25
|
-
orientation: "
|
|
25
|
+
orientation: "center" | "left" | "right";
|
|
26
26
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
27
27
|
P: {};
|
|
28
28
|
B: {};
|
|
@@ -50,7 +50,7 @@ declare const Divider: {
|
|
|
50
50
|
};
|
|
51
51
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
52
52
|
direction: "horizontal" | "vertical";
|
|
53
|
-
orientation: "
|
|
53
|
+
orientation: "center" | "left" | "right";
|
|
54
54
|
}>;
|
|
55
55
|
__isFragment?: never;
|
|
56
56
|
__isTeleport?: never;
|
|
@@ -75,7 +75,7 @@ declare const Divider: {
|
|
|
75
75
|
};
|
|
76
76
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
77
77
|
direction: "horizontal" | "vertical";
|
|
78
|
-
orientation: "
|
|
78
|
+
orientation: "center" | "left" | "right";
|
|
79
79
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
80
80
|
install: (app: App, options?: SDOptions) => void;
|
|
81
81
|
};
|
|
@@ -104,10 +104,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
104
104
|
default: boolean;
|
|
105
105
|
};
|
|
106
106
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
107
|
+
open: () => any;
|
|
107
108
|
cancel: (_e: Event) => any;
|
|
108
109
|
close: () => any;
|
|
109
110
|
"update:visible": (_visible: boolean) => any;
|
|
110
|
-
open: () => any;
|
|
111
111
|
ok: (_e: Event) => any;
|
|
112
112
|
beforeOpen: () => any;
|
|
113
113
|
beforeClose: () => any;
|
|
@@ -203,19 +203,19 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
203
203
|
default: boolean;
|
|
204
204
|
};
|
|
205
205
|
}>> & Readonly<{
|
|
206
|
+
onOpen?: (() => any) | undefined;
|
|
206
207
|
onCancel?: ((_e: Event) => any) | undefined;
|
|
207
208
|
onClose?: (() => any) | undefined;
|
|
208
209
|
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
209
|
-
onOpen?: (() => any) | undefined;
|
|
210
210
|
onOk?: ((_e: Event) => any) | undefined;
|
|
211
211
|
onBeforeOpen?: (() => any) | undefined;
|
|
212
212
|
onBeforeClose?: (() => any) | undefined;
|
|
213
213
|
}>, {
|
|
214
|
+
visible: boolean;
|
|
214
215
|
footer: boolean;
|
|
215
216
|
header: boolean;
|
|
216
217
|
mask: boolean;
|
|
217
218
|
popupContainer: string | HTMLElement;
|
|
218
|
-
visible: boolean;
|
|
219
219
|
unmountOnClose: boolean;
|
|
220
220
|
renderToBody: boolean;
|
|
221
221
|
escToClose: boolean;
|
|
@@ -223,7 +223,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
223
223
|
defaultVisible: boolean;
|
|
224
224
|
closable: boolean;
|
|
225
225
|
width: string | number;
|
|
226
|
-
placement: "
|
|
226
|
+
placement: "left" | "right" | "bottom" | "top";
|
|
227
227
|
titleEllipsisTooltip: boolean | EllipsisTooltipProps;
|
|
228
228
|
maskClosable: boolean;
|
|
229
229
|
okLoading: boolean;
|
|
@@ -11,8 +11,8 @@ import client_only_default from "../_components/client-only.js";
|
|
|
11
11
|
import usePopupManager from "../_hooks/use-popup-manager.js";
|
|
12
12
|
import { useTeleportContainer } from "../_hooks/use-teleport-container.js";
|
|
13
13
|
import Button from "../button/index.js";
|
|
14
|
-
import Ellipsis from "../ellipsis/index.js";
|
|
15
14
|
import { useConfigProviderProp } from "../_hooks/use-config-provider-prop.js";
|
|
15
|
+
import Ellipsis from "../ellipsis/index.js";
|
|
16
16
|
import { getFocusableElements, useFocusTrap } from "../_hooks/use-focus-trap.js";
|
|
17
17
|
import { useOverflow } from "../_hooks/use-overflow.js";
|
|
18
18
|
import { DRAWER_PLACEMENTS } from "./utils.js";
|
package/es/drawer/index.d.ts
CHANGED
|
@@ -95,27 +95,27 @@ declare const Drawer: {
|
|
|
95
95
|
default: boolean;
|
|
96
96
|
};
|
|
97
97
|
}>> & Readonly<{
|
|
98
|
+
onOpen?: (() => any) | undefined;
|
|
98
99
|
onCancel?: ((_e: Event) => any) | undefined;
|
|
99
100
|
onClose?: (() => any) | undefined;
|
|
100
101
|
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
101
|
-
onOpen?: (() => any) | undefined;
|
|
102
102
|
onOk?: ((_e: Event) => any) | undefined;
|
|
103
103
|
onBeforeOpen?: (() => any) | undefined;
|
|
104
104
|
onBeforeClose?: (() => any) | undefined;
|
|
105
105
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
106
|
+
open: () => any;
|
|
106
107
|
cancel: (_e: Event) => any;
|
|
107
108
|
close: () => any;
|
|
108
109
|
"update:visible": (_visible: boolean) => any;
|
|
109
|
-
open: () => any;
|
|
110
110
|
ok: (_e: Event) => any;
|
|
111
111
|
beforeOpen: () => any;
|
|
112
112
|
beforeClose: () => any;
|
|
113
113
|
}, import("vue").PublicProps, {
|
|
114
|
+
visible: boolean;
|
|
114
115
|
footer: boolean;
|
|
115
116
|
header: boolean;
|
|
116
117
|
mask: boolean;
|
|
117
118
|
popupContainer: string | HTMLElement;
|
|
118
|
-
visible: boolean;
|
|
119
119
|
unmountOnClose: boolean;
|
|
120
120
|
renderToBody: boolean;
|
|
121
121
|
escToClose: boolean;
|
|
@@ -123,7 +123,7 @@ declare const Drawer: {
|
|
|
123
123
|
defaultVisible: boolean;
|
|
124
124
|
closable: boolean;
|
|
125
125
|
width: string | number;
|
|
126
|
-
placement: "
|
|
126
|
+
placement: "left" | "right" | "bottom" | "top";
|
|
127
127
|
titleEllipsisTooltip: boolean | import("../index.ts").EllipsisTooltipProps;
|
|
128
128
|
maskClosable: boolean;
|
|
129
129
|
okLoading: boolean;
|
|
@@ -227,19 +227,19 @@ declare const Drawer: {
|
|
|
227
227
|
default: boolean;
|
|
228
228
|
};
|
|
229
229
|
}>> & Readonly<{
|
|
230
|
+
onOpen?: (() => any) | undefined;
|
|
230
231
|
onCancel?: ((_e: Event) => any) | undefined;
|
|
231
232
|
onClose?: (() => any) | undefined;
|
|
232
233
|
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
233
|
-
onOpen?: (() => any) | undefined;
|
|
234
234
|
onOk?: ((_e: Event) => any) | undefined;
|
|
235
235
|
onBeforeOpen?: (() => any) | undefined;
|
|
236
236
|
onBeforeClose?: (() => any) | undefined;
|
|
237
237
|
}>, {}, {}, {}, {}, {
|
|
238
|
+
visible: boolean;
|
|
238
239
|
footer: boolean;
|
|
239
240
|
header: boolean;
|
|
240
241
|
mask: boolean;
|
|
241
242
|
popupContainer: string | HTMLElement;
|
|
242
|
-
visible: boolean;
|
|
243
243
|
unmountOnClose: boolean;
|
|
244
244
|
renderToBody: boolean;
|
|
245
245
|
escToClose: boolean;
|
|
@@ -247,7 +247,7 @@ declare const Drawer: {
|
|
|
247
247
|
defaultVisible: boolean;
|
|
248
248
|
closable: boolean;
|
|
249
249
|
width: string | number;
|
|
250
|
-
placement: "
|
|
250
|
+
placement: "left" | "right" | "bottom" | "top";
|
|
251
251
|
titleEllipsisTooltip: boolean | import("../index.ts").EllipsisTooltipProps;
|
|
252
252
|
maskClosable: boolean;
|
|
253
253
|
okLoading: boolean;
|
|
@@ -348,27 +348,27 @@ declare const Drawer: {
|
|
|
348
348
|
default: boolean;
|
|
349
349
|
};
|
|
350
350
|
}>> & Readonly<{
|
|
351
|
+
onOpen?: (() => any) | undefined;
|
|
351
352
|
onCancel?: ((_e: Event) => any) | undefined;
|
|
352
353
|
onClose?: (() => any) | undefined;
|
|
353
354
|
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
354
|
-
onOpen?: (() => any) | undefined;
|
|
355
355
|
onOk?: ((_e: Event) => any) | undefined;
|
|
356
356
|
onBeforeOpen?: (() => any) | undefined;
|
|
357
357
|
onBeforeClose?: (() => any) | undefined;
|
|
358
358
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
359
|
+
open: () => any;
|
|
359
360
|
cancel: (_e: Event) => any;
|
|
360
361
|
close: () => any;
|
|
361
362
|
"update:visible": (_visible: boolean) => any;
|
|
362
|
-
open: () => any;
|
|
363
363
|
ok: (_e: Event) => any;
|
|
364
364
|
beforeOpen: () => any;
|
|
365
365
|
beforeClose: () => any;
|
|
366
366
|
}, string, {
|
|
367
|
+
visible: boolean;
|
|
367
368
|
footer: boolean;
|
|
368
369
|
header: boolean;
|
|
369
370
|
mask: boolean;
|
|
370
371
|
popupContainer: string | HTMLElement;
|
|
371
|
-
visible: boolean;
|
|
372
372
|
unmountOnClose: boolean;
|
|
373
373
|
renderToBody: boolean;
|
|
374
374
|
escToClose: boolean;
|
|
@@ -376,7 +376,7 @@ declare const Drawer: {
|
|
|
376
376
|
defaultVisible: boolean;
|
|
377
377
|
closable: boolean;
|
|
378
378
|
width: string | number;
|
|
379
|
-
placement: "
|
|
379
|
+
placement: "left" | "right" | "bottom" | "top";
|
|
380
380
|
titleEllipsisTooltip: boolean | import("../index.ts").EllipsisTooltipProps;
|
|
381
381
|
maskClosable: boolean;
|
|
382
382
|
okLoading: boolean;
|
|
@@ -104,11 +104,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
104
104
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
105
105
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
106
106
|
}>, {
|
|
107
|
+
position: DropdownPosition;
|
|
108
|
+
disabled: boolean;
|
|
107
109
|
popupVisible: boolean;
|
|
108
110
|
defaultPopupVisible: boolean;
|
|
109
111
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
110
|
-
position: DropdownPosition;
|
|
111
|
-
disabled: boolean;
|
|
112
112
|
hideOnSelect: boolean;
|
|
113
113
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
114
114
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -31,8 +31,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
31
31
|
}>> & Readonly<{
|
|
32
32
|
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
-
disabled: boolean;
|
|
35
34
|
active: boolean;
|
|
35
|
+
disabled: boolean;
|
|
36
36
|
uninjectContext: boolean;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -79,11 +79,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
79
79
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
80
80
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
81
81
|
}>, {
|
|
82
|
+
position: "lt" | "rt";
|
|
83
|
+
disabled: boolean;
|
|
82
84
|
popupVisible: boolean;
|
|
83
85
|
defaultPopupVisible: boolean;
|
|
84
86
|
trigger: "hover" | "click" | ("hover" | "click")[];
|
|
85
|
-
position: "lt" | "rt";
|
|
86
|
-
disabled: boolean;
|
|
87
87
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
88
88
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
89
89
|
declare const _default: typeof __VLS_export;
|
|
@@ -81,10 +81,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
81
81
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
82
82
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
83
83
|
}>, {
|
|
84
|
+
position: DropdownPosition;
|
|
84
85
|
popupVisible: boolean;
|
|
85
86
|
defaultPopupVisible: boolean;
|
|
86
87
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
87
|
-
position: DropdownPosition;
|
|
88
88
|
popupMaxHeight: number | boolean;
|
|
89
89
|
hideOnSelect: boolean;
|
|
90
90
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/es/dropdown/index.d.ts
CHANGED
|
@@ -46,10 +46,10 @@ declare const Dropdown: {
|
|
|
46
46
|
"update:popupVisible": (_visible: boolean) => any;
|
|
47
47
|
popupVisibleChange: (_visible: boolean) => any;
|
|
48
48
|
}, import("vue").PublicProps, {
|
|
49
|
+
position: import("./interface").DropdownPosition;
|
|
49
50
|
popupVisible: boolean;
|
|
50
51
|
defaultPopupVisible: boolean;
|
|
51
52
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
52
|
-
position: import("./interface").DropdownPosition;
|
|
53
53
|
popupMaxHeight: number | boolean;
|
|
54
54
|
hideOnSelect: boolean;
|
|
55
55
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -95,10 +95,10 @@ declare const Dropdown: {
|
|
|
95
95
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
96
96
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
97
97
|
}>, {}, {}, {}, {}, {
|
|
98
|
+
position: import("./interface").DropdownPosition;
|
|
98
99
|
popupVisible: boolean;
|
|
99
100
|
defaultPopupVisible: boolean;
|
|
100
101
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
101
|
-
position: import("./interface").DropdownPosition;
|
|
102
102
|
popupMaxHeight: number | boolean;
|
|
103
103
|
hideOnSelect: boolean;
|
|
104
104
|
}>;
|
|
@@ -145,10 +145,10 @@ declare const Dropdown: {
|
|
|
145
145
|
"update:popupVisible": (_visible: boolean) => any;
|
|
146
146
|
popupVisibleChange: (_visible: boolean) => any;
|
|
147
147
|
}, string, {
|
|
148
|
+
position: import("./interface").DropdownPosition;
|
|
148
149
|
popupVisible: boolean;
|
|
149
150
|
defaultPopupVisible: boolean;
|
|
150
151
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
151
|
-
position: import("./interface").DropdownPosition;
|
|
152
152
|
popupMaxHeight: number | boolean;
|
|
153
153
|
hideOnSelect: boolean;
|
|
154
154
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -176,8 +176,8 @@ declare const Dropdown: {
|
|
|
176
176
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
177
177
|
click: (_ev: MouseEvent) => any;
|
|
178
178
|
}, import("vue").PublicProps, {
|
|
179
|
-
disabled: boolean;
|
|
180
179
|
active: boolean;
|
|
180
|
+
disabled: boolean;
|
|
181
181
|
uninjectContext: boolean;
|
|
182
182
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
183
183
|
P: {};
|
|
@@ -199,8 +199,8 @@ declare const Dropdown: {
|
|
|
199
199
|
}>> & Readonly<{
|
|
200
200
|
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
201
201
|
}>, {}, {}, {}, {}, {
|
|
202
|
-
disabled: boolean;
|
|
203
202
|
active: boolean;
|
|
203
|
+
disabled: boolean;
|
|
204
204
|
uninjectContext: boolean;
|
|
205
205
|
}>;
|
|
206
206
|
__isFragment?: never;
|
|
@@ -221,8 +221,8 @@ declare const Dropdown: {
|
|
|
221
221
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
222
222
|
click: (_ev: MouseEvent) => any;
|
|
223
223
|
}, string, {
|
|
224
|
-
disabled: boolean;
|
|
225
224
|
active: boolean;
|
|
225
|
+
disabled: boolean;
|
|
226
226
|
uninjectContext: boolean;
|
|
227
227
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
228
228
|
$slots: {
|
|
@@ -296,11 +296,11 @@ declare const Dropdown: {
|
|
|
296
296
|
"update:popupVisible": (_visible: boolean) => any;
|
|
297
297
|
popupVisibleChange: (_visible: boolean) => any;
|
|
298
298
|
}, import("vue").PublicProps, {
|
|
299
|
+
position: "lt" | "rt";
|
|
300
|
+
disabled: boolean;
|
|
299
301
|
popupVisible: boolean;
|
|
300
302
|
defaultPopupVisible: boolean;
|
|
301
303
|
trigger: "hover" | "click" | ("hover" | "click")[];
|
|
302
|
-
position: "lt" | "rt";
|
|
303
|
-
disabled: boolean;
|
|
304
304
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
305
305
|
P: {};
|
|
306
306
|
B: {};
|
|
@@ -342,11 +342,11 @@ declare const Dropdown: {
|
|
|
342
342
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
343
343
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
344
344
|
}>, {}, {}, {}, {}, {
|
|
345
|
+
position: "lt" | "rt";
|
|
346
|
+
disabled: boolean;
|
|
345
347
|
popupVisible: boolean;
|
|
346
348
|
defaultPopupVisible: boolean;
|
|
347
349
|
trigger: "hover" | "click" | ("hover" | "click")[];
|
|
348
|
-
position: "lt" | "rt";
|
|
349
|
-
disabled: boolean;
|
|
350
350
|
}>;
|
|
351
351
|
__isFragment?: never;
|
|
352
352
|
__isTeleport?: never;
|
|
@@ -388,11 +388,11 @@ declare const Dropdown: {
|
|
|
388
388
|
"update:popupVisible": (_visible: boolean) => any;
|
|
389
389
|
popupVisibleChange: (_visible: boolean) => any;
|
|
390
390
|
}, string, {
|
|
391
|
+
position: "lt" | "rt";
|
|
392
|
+
disabled: boolean;
|
|
391
393
|
popupVisible: boolean;
|
|
392
394
|
defaultPopupVisible: boolean;
|
|
393
395
|
trigger: "hover" | "click" | ("hover" | "click")[];
|
|
394
|
-
position: "lt" | "rt";
|
|
395
|
-
disabled: boolean;
|
|
396
396
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
397
397
|
$slots: {
|
|
398
398
|
default?: (props: {}) => any;
|
|
@@ -421,7 +421,7 @@ declare const Dropdown: {
|
|
|
421
421
|
default: string;
|
|
422
422
|
};
|
|
423
423
|
position: {
|
|
424
|
-
type: import("vue").PropType<"
|
|
424
|
+
type: import("vue").PropType<"bottom" | "top" | "tl" | "tr" | "bl" | "br">;
|
|
425
425
|
default: string;
|
|
426
426
|
};
|
|
427
427
|
popupContainer: {
|
|
@@ -458,11 +458,11 @@ declare const Dropdown: {
|
|
|
458
458
|
"update:popupVisible": (_visible: boolean) => any;
|
|
459
459
|
popupVisibleChange: (_visible: boolean) => any;
|
|
460
460
|
}, import("vue").PublicProps, {
|
|
461
|
+
position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
|
|
462
|
+
disabled: boolean;
|
|
461
463
|
popupVisible: boolean;
|
|
462
464
|
defaultPopupVisible: boolean;
|
|
463
465
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
464
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
465
|
-
disabled: boolean;
|
|
466
466
|
hideOnSelect: boolean;
|
|
467
467
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
468
468
|
P: {};
|
|
@@ -485,7 +485,7 @@ declare const Dropdown: {
|
|
|
485
485
|
default: string;
|
|
486
486
|
};
|
|
487
487
|
position: {
|
|
488
|
-
type: import("vue").PropType<"
|
|
488
|
+
type: import("vue").PropType<"bottom" | "top" | "tl" | "tr" | "bl" | "br">;
|
|
489
489
|
default: string;
|
|
490
490
|
};
|
|
491
491
|
popupContainer: {
|
|
@@ -517,11 +517,11 @@ declare const Dropdown: {
|
|
|
517
517
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
518
518
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
519
519
|
}>, {}, {}, {}, {}, {
|
|
520
|
+
position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
|
|
521
|
+
disabled: boolean;
|
|
520
522
|
popupVisible: boolean;
|
|
521
523
|
defaultPopupVisible: boolean;
|
|
522
524
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
523
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
524
|
-
disabled: boolean;
|
|
525
525
|
hideOnSelect: boolean;
|
|
526
526
|
}>;
|
|
527
527
|
__isFragment?: never;
|
|
@@ -541,7 +541,7 @@ declare const Dropdown: {
|
|
|
541
541
|
default: string;
|
|
542
542
|
};
|
|
543
543
|
position: {
|
|
544
|
-
type: import("vue").PropType<"
|
|
544
|
+
type: import("vue").PropType<"bottom" | "top" | "tl" | "tr" | "bl" | "br">;
|
|
545
545
|
default: string;
|
|
546
546
|
};
|
|
547
547
|
popupContainer: {
|
|
@@ -578,11 +578,11 @@ declare const Dropdown: {
|
|
|
578
578
|
"update:popupVisible": (_visible: boolean) => any;
|
|
579
579
|
popupVisibleChange: (_visible: boolean) => any;
|
|
580
580
|
}, string, {
|
|
581
|
+
position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
|
|
582
|
+
disabled: boolean;
|
|
581
583
|
popupVisible: boolean;
|
|
582
584
|
defaultPopupVisible: boolean;
|
|
583
585
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
584
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
585
|
-
disabled: boolean;
|
|
586
586
|
hideOnSelect: boolean;
|
|
587
587
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
588
588
|
$slots: {
|
|
@@ -41,9 +41,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
|
+
tooltip: boolean | EllipsisTooltipProps;
|
|
44
45
|
lineClamp: string | number;
|
|
45
46
|
expandTrigger: "click";
|
|
46
|
-
tooltip: boolean | EllipsisTooltipProps;
|
|
47
47
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
49
49
|
declare const _default: typeof __VLS_export;
|
package/es/ellipsis/index.d.ts
CHANGED
|
@@ -19,9 +19,9 @@ declare const Ellipsis: {
|
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
21
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
22
|
+
tooltip: boolean | EllipsisTooltipProps;
|
|
22
23
|
lineClamp: string | number;
|
|
23
24
|
expandTrigger: "click";
|
|
24
|
-
tooltip: boolean | EllipsisTooltipProps;
|
|
25
25
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
26
26
|
P: {};
|
|
27
27
|
B: {};
|
|
@@ -43,9 +43,9 @@ declare const Ellipsis: {
|
|
|
43
43
|
default: boolean;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
46
|
+
tooltip: boolean | EllipsisTooltipProps;
|
|
46
47
|
lineClamp: string | number;
|
|
47
48
|
expandTrigger: "click";
|
|
48
|
-
tooltip: boolean | EllipsisTooltipProps;
|
|
49
49
|
}>;
|
|
50
50
|
__isFragment?: never;
|
|
51
51
|
__isTeleport?: never;
|
|
@@ -64,9 +64,9 @@ declare const Ellipsis: {
|
|
|
64
64
|
default: boolean;
|
|
65
65
|
};
|
|
66
66
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
67
|
+
tooltip: boolean | EllipsisTooltipProps;
|
|
67
68
|
lineClamp: string | number;
|
|
68
69
|
expandTrigger: "click";
|
|
69
|
-
tooltip: boolean | EllipsisTooltipProps;
|
|
70
70
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
71
71
|
$slots: {
|
|
72
72
|
default?: (props: {}) => any;
|
|
@@ -99,9 +99,9 @@ export declare const PerformantEllipsis: {
|
|
|
99
99
|
default: boolean;
|
|
100
100
|
};
|
|
101
101
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
102
|
+
tooltip: boolean | EllipsisTooltipProps;
|
|
102
103
|
lineClamp: string | number;
|
|
103
104
|
expandTrigger: "click";
|
|
104
|
-
tooltip: boolean | EllipsisTooltipProps;
|
|
105
105
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
106
106
|
P: {};
|
|
107
107
|
B: {};
|
|
@@ -123,9 +123,9 @@ export declare const PerformantEllipsis: {
|
|
|
123
123
|
default: boolean;
|
|
124
124
|
};
|
|
125
125
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
126
|
+
tooltip: boolean | EllipsisTooltipProps;
|
|
126
127
|
lineClamp: string | number;
|
|
127
128
|
expandTrigger: "click";
|
|
128
|
-
tooltip: boolean | EllipsisTooltipProps;
|
|
129
129
|
}>;
|
|
130
130
|
__isFragment?: never;
|
|
131
131
|
__isTeleport?: never;
|
|
@@ -144,9 +144,9 @@ export declare const PerformantEllipsis: {
|
|
|
144
144
|
default: boolean;
|
|
145
145
|
};
|
|
146
146
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
147
|
+
tooltip: boolean | EllipsisTooltipProps;
|
|
147
148
|
lineClamp: string | number;
|
|
148
149
|
expandTrigger: "click";
|
|
149
|
-
tooltip: boolean | EllipsisTooltipProps;
|
|
150
150
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
151
151
|
$slots: {
|
|
152
152
|
default?: (props: {}) => any;
|
|
@@ -37,9 +37,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {
|
|
40
|
+
tooltip: boolean | EllipsisTooltipProps;
|
|
40
41
|
lineClamp: string | number;
|
|
41
42
|
expandTrigger: "click";
|
|
42
|
-
tooltip: boolean | EllipsisTooltipProps;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
45
45
|
declare const _default: typeof __VLS_export;
|
|
@@ -165,8 +165,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
165
165
|
};
|
|
166
166
|
labelAttrs: ObjectConstructor;
|
|
167
167
|
}>> & Readonly<{}>, {
|
|
168
|
-
required: boolean;
|
|
169
168
|
disabled: boolean;
|
|
169
|
+
required: boolean;
|
|
170
170
|
feedback: boolean;
|
|
171
171
|
showColon: boolean;
|
|
172
172
|
asteriskPosition: string;
|
package/es/form/form.vue.d.ts
CHANGED
|
@@ -143,8 +143,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
143
143
|
errors: Record<string, ValidatedError>;
|
|
144
144
|
}, _ev: Event) => any) | undefined;
|
|
145
145
|
}>, {
|
|
146
|
+
layout: "inline" | "horizontal" | "vertical";
|
|
146
147
|
disabled: boolean;
|
|
147
|
-
layout: "horizontal" | "vertical" | "inline";
|
|
148
148
|
labelColProps: Record<string, any>;
|
|
149
149
|
wrapperColProps: Record<string, any>;
|
|
150
150
|
labelAlign: "left" | "right";
|
package/es/form/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare const Form: {
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
layout: {
|
|
12
|
-
type: import("vue").PropType<"
|
|
12
|
+
type: import("vue").PropType<"inline" | "horizontal" | "vertical">;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
size: {
|
|
@@ -81,8 +81,8 @@ declare const Form: {
|
|
|
81
81
|
errors: Record<string, import("./interface").ValidatedError>;
|
|
82
82
|
}, _ev: Event) => any;
|
|
83
83
|
}, import("vue").PublicProps, {
|
|
84
|
+
layout: "inline" | "horizontal" | "vertical";
|
|
84
85
|
disabled: boolean;
|
|
85
|
-
layout: "horizontal" | "vertical" | "inline";
|
|
86
86
|
labelColProps: Record<string, any>;
|
|
87
87
|
wrapperColProps: Record<string, any>;
|
|
88
88
|
labelAlign: "left" | "right";
|
|
@@ -101,7 +101,7 @@ declare const Form: {
|
|
|
101
101
|
required: true;
|
|
102
102
|
};
|
|
103
103
|
layout: {
|
|
104
|
-
type: import("vue").PropType<"
|
|
104
|
+
type: import("vue").PropType<"inline" | "horizontal" | "vertical">;
|
|
105
105
|
default: string;
|
|
106
106
|
};
|
|
107
107
|
size: {
|
|
@@ -163,8 +163,8 @@ declare const Form: {
|
|
|
163
163
|
setFields: (data: Record<string, import("./interface").FieldData>) => void;
|
|
164
164
|
scrollToField: (field: string) => void;
|
|
165
165
|
}, {}, {}, {}, {
|
|
166
|
+
layout: "inline" | "horizontal" | "vertical";
|
|
166
167
|
disabled: boolean;
|
|
167
|
-
layout: "horizontal" | "vertical" | "inline";
|
|
168
168
|
labelColProps: Record<string, any>;
|
|
169
169
|
wrapperColProps: Record<string, any>;
|
|
170
170
|
labelAlign: "left" | "right";
|
|
@@ -180,7 +180,7 @@ declare const Form: {
|
|
|
180
180
|
required: true;
|
|
181
181
|
};
|
|
182
182
|
layout: {
|
|
183
|
-
type: import("vue").PropType<"
|
|
183
|
+
type: import("vue").PropType<"inline" | "horizontal" | "vertical">;
|
|
184
184
|
default: string;
|
|
185
185
|
};
|
|
186
186
|
size: {
|
|
@@ -252,8 +252,8 @@ declare const Form: {
|
|
|
252
252
|
errors: Record<string, import("./interface").ValidatedError>;
|
|
253
253
|
}, _ev: Event) => any;
|
|
254
254
|
}, string, {
|
|
255
|
+
layout: "inline" | "horizontal" | "vertical";
|
|
255
256
|
disabled: boolean;
|
|
256
|
-
layout: "horizontal" | "vertical" | "inline";
|
|
257
257
|
labelColProps: Record<string, any>;
|
|
258
258
|
wrapperColProps: Record<string, any>;
|
|
259
259
|
labelAlign: "left" | "right";
|
|
@@ -342,8 +342,8 @@ declare const Form: {
|
|
|
342
342
|
};
|
|
343
343
|
labelAttrs: ObjectConstructor;
|
|
344
344
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
345
|
-
required: boolean;
|
|
346
345
|
disabled: boolean;
|
|
346
|
+
required: boolean;
|
|
347
347
|
feedback: boolean;
|
|
348
348
|
showColon: boolean;
|
|
349
349
|
asteriskPosition: string;
|
|
@@ -439,8 +439,8 @@ declare const Form: {
|
|
|
439
439
|
};
|
|
440
440
|
labelAttrs: ObjectConstructor;
|
|
441
441
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
442
|
-
required: boolean;
|
|
443
442
|
disabled: boolean;
|
|
443
|
+
required: boolean;
|
|
444
444
|
feedback: boolean;
|
|
445
445
|
showColon: boolean;
|
|
446
446
|
asteriskPosition: string;
|
|
@@ -533,8 +533,8 @@ declare const Form: {
|
|
|
533
533
|
};
|
|
534
534
|
labelAttrs: ObjectConstructor;
|
|
535
535
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
536
|
-
required: boolean;
|
|
537
536
|
disabled: boolean;
|
|
537
|
+
required: boolean;
|
|
538
538
|
feedback: boolean;
|
|
539
539
|
showColon: boolean;
|
|
540
540
|
asteriskPosition: string;
|
|
@@ -45,11 +45,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
|
-
div: boolean;
|
|
49
48
|
wrap: boolean;
|
|
50
|
-
justify: "
|
|
49
|
+
justify: "space-around" | "space-between" | "center" | "end" | "start";
|
|
50
|
+
div: boolean;
|
|
51
51
|
gutter: number | ResponsiveValue | [number | ResponsiveValue, number | ResponsiveValue];
|
|
52
|
-
align: "
|
|
52
|
+
align: "stretch" | "center" | "end" | "start";
|
|
53
53
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
54
54
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
55
55
|
declare const _default: typeof __VLS_export;
|