@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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
|
+
import type { SpinProps } from '../spin';
|
|
2
3
|
import { VirtualListProps } from '../_components/virtual-list/interface';
|
|
3
4
|
import { Size } from '../_utils/constant';
|
|
4
5
|
import { SdLang } from '../locale/interface';
|
|
@@ -69,6 +70,39 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
69
70
|
colorPicker: {
|
|
70
71
|
type: PropType<ConfigProviderColorPicker>;
|
|
71
72
|
};
|
|
73
|
+
spinProps: {
|
|
74
|
+
type: PropType<SpinProps>;
|
|
75
|
+
};
|
|
76
|
+
basicCrudTableSpinProps: {
|
|
77
|
+
type: PropType<SpinProps>;
|
|
78
|
+
};
|
|
79
|
+
cardSpinProps: {
|
|
80
|
+
type: PropType<SpinProps>;
|
|
81
|
+
};
|
|
82
|
+
cascaderSpinProps: {
|
|
83
|
+
type: PropType<SpinProps>;
|
|
84
|
+
};
|
|
85
|
+
listSpinProps: {
|
|
86
|
+
type: PropType<SpinProps>;
|
|
87
|
+
};
|
|
88
|
+
qrCodeSpinProps: {
|
|
89
|
+
type: PropType<SpinProps>;
|
|
90
|
+
};
|
|
91
|
+
selectSpinProps: {
|
|
92
|
+
type: PropType<SpinProps>;
|
|
93
|
+
};
|
|
94
|
+
tableSpinProps: {
|
|
95
|
+
type: PropType<SpinProps>;
|
|
96
|
+
};
|
|
97
|
+
timelineSpinProps: {
|
|
98
|
+
type: PropType<SpinProps>;
|
|
99
|
+
};
|
|
100
|
+
toolbarSpinProps: {
|
|
101
|
+
type: PropType<SpinProps>;
|
|
102
|
+
};
|
|
103
|
+
treeSelectSpinProps: {
|
|
104
|
+
type: PropType<SpinProps>;
|
|
105
|
+
};
|
|
72
106
|
jsonForm: {
|
|
73
107
|
type: PropType<JsonFormProviderConfig>;
|
|
74
108
|
};
|
|
@@ -139,6 +173,39 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
139
173
|
colorPicker: {
|
|
140
174
|
type: PropType<ConfigProviderColorPicker>;
|
|
141
175
|
};
|
|
176
|
+
spinProps: {
|
|
177
|
+
type: PropType<SpinProps>;
|
|
178
|
+
};
|
|
179
|
+
basicCrudTableSpinProps: {
|
|
180
|
+
type: PropType<SpinProps>;
|
|
181
|
+
};
|
|
182
|
+
cardSpinProps: {
|
|
183
|
+
type: PropType<SpinProps>;
|
|
184
|
+
};
|
|
185
|
+
cascaderSpinProps: {
|
|
186
|
+
type: PropType<SpinProps>;
|
|
187
|
+
};
|
|
188
|
+
listSpinProps: {
|
|
189
|
+
type: PropType<SpinProps>;
|
|
190
|
+
};
|
|
191
|
+
qrCodeSpinProps: {
|
|
192
|
+
type: PropType<SpinProps>;
|
|
193
|
+
};
|
|
194
|
+
selectSpinProps: {
|
|
195
|
+
type: PropType<SpinProps>;
|
|
196
|
+
};
|
|
197
|
+
tableSpinProps: {
|
|
198
|
+
type: PropType<SpinProps>;
|
|
199
|
+
};
|
|
200
|
+
timelineSpinProps: {
|
|
201
|
+
type: PropType<SpinProps>;
|
|
202
|
+
};
|
|
203
|
+
toolbarSpinProps: {
|
|
204
|
+
type: PropType<SpinProps>;
|
|
205
|
+
};
|
|
206
|
+
treeSelectSpinProps: {
|
|
207
|
+
type: PropType<SpinProps>;
|
|
208
|
+
};
|
|
142
209
|
jsonForm: {
|
|
143
210
|
type: PropType<JsonFormProviderConfig>;
|
|
144
211
|
};
|
|
@@ -149,12 +216,12 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
149
216
|
type: PropType<SdThemeMode>;
|
|
150
217
|
};
|
|
151
218
|
}>> & Readonly<{}>, {
|
|
219
|
+
rtl: boolean;
|
|
152
220
|
updateAtScroll: boolean;
|
|
153
221
|
scrollToClose: boolean;
|
|
154
222
|
prefixCls: string;
|
|
155
223
|
allowClear: boolean;
|
|
156
224
|
allowSearch: boolean;
|
|
157
|
-
rtl: boolean;
|
|
158
225
|
exchangeTime: boolean;
|
|
159
226
|
global: boolean;
|
|
160
227
|
autoInsertSpaceInButton: boolean;
|
|
@@ -125,6 +125,61 @@ var config_provider_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/
|
|
|
125
125
|
*/
|
|
126
126
|
colorPicker: { type: Object },
|
|
127
127
|
/**
|
|
128
|
+
* @zh Spin 组件默认属性
|
|
129
|
+
* @en Default props for Spin
|
|
130
|
+
*/
|
|
131
|
+
spinProps: { type: Object },
|
|
132
|
+
/**
|
|
133
|
+
* @zh BasicCrudTable 内部 Spin 的默认属性
|
|
134
|
+
* @en Default props for Spin inside BasicCrudTable
|
|
135
|
+
*/
|
|
136
|
+
basicCrudTableSpinProps: { type: Object },
|
|
137
|
+
/**
|
|
138
|
+
* @zh Card 内部 Spin 的默认属性
|
|
139
|
+
* @en Default props for Spin inside Card
|
|
140
|
+
*/
|
|
141
|
+
cardSpinProps: { type: Object },
|
|
142
|
+
/**
|
|
143
|
+
* @zh Cascader 内部 Spin 的默认属性
|
|
144
|
+
* @en Default props for Spin inside Cascader
|
|
145
|
+
*/
|
|
146
|
+
cascaderSpinProps: { type: Object },
|
|
147
|
+
/**
|
|
148
|
+
* @zh List 内部 Spin 的默认属性
|
|
149
|
+
* @en Default props for Spin inside List
|
|
150
|
+
*/
|
|
151
|
+
listSpinProps: { type: Object },
|
|
152
|
+
/**
|
|
153
|
+
* @zh QrCode 内部 Spin 的默认属性
|
|
154
|
+
* @en Default props for Spin inside QrCode
|
|
155
|
+
*/
|
|
156
|
+
qrCodeSpinProps: { type: Object },
|
|
157
|
+
/**
|
|
158
|
+
* @zh Select 内部 Spin 的默认属性
|
|
159
|
+
* @en Default props for Spin inside Select
|
|
160
|
+
*/
|
|
161
|
+
selectSpinProps: { type: Object },
|
|
162
|
+
/**
|
|
163
|
+
* @zh Table 内部 Spin 的默认属性,优先于 `spinProps`
|
|
164
|
+
* @en Default props for Spin inside Table, taking precedence over `spinProps`
|
|
165
|
+
*/
|
|
166
|
+
tableSpinProps: { type: Object },
|
|
167
|
+
/**
|
|
168
|
+
* @zh Timeline 内部 Spin 的默认属性
|
|
169
|
+
* @en Default props for Spin inside Timeline
|
|
170
|
+
*/
|
|
171
|
+
timelineSpinProps: { type: Object },
|
|
172
|
+
/**
|
|
173
|
+
* @zh Toolbar 内部 Spin 的默认属性
|
|
174
|
+
* @en Default props for Spin inside Toolbar
|
|
175
|
+
*/
|
|
176
|
+
toolbarSpinProps: { type: Object },
|
|
177
|
+
/**
|
|
178
|
+
* @zh TreeSelect 内部 Spin 的默认属性
|
|
179
|
+
* @en Default props for Spin inside TreeSelect
|
|
180
|
+
*/
|
|
181
|
+
treeSelectSpinProps: { type: Object },
|
|
182
|
+
/**
|
|
128
183
|
* @zh JsonForm 组件默认配置
|
|
129
184
|
* @en Default config for JsonForm
|
|
130
185
|
*/
|
|
@@ -156,7 +211,7 @@ var config_provider_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/
|
|
|
156
211
|
* @version 2.28.0
|
|
157
212
|
*/
|
|
158
213
|
const slots = useSlots();
|
|
159
|
-
const { prefixCls, locale, size, allowClear, autoInsertSpaceInButton, allowSearch, virtualListProps, updateAtScroll, scrollToClose, exchangeTime, rtl, datePicker, modal, drawer, pagination, colorPicker } = toRefs(props);
|
|
214
|
+
const { prefixCls, locale, size, allowClear, autoInsertSpaceInButton, allowSearch, virtualListProps, updateAtScroll, scrollToClose, exchangeTime, rtl, datePicker, modal, drawer, pagination, colorPicker, spinProps, basicCrudTableSpinProps, cardSpinProps, cascaderSpinProps, listSpinProps, qrCodeSpinProps, selectSpinProps, tableSpinProps, timelineSpinProps, toolbarSpinProps, treeSelectSpinProps } = toRefs(props);
|
|
160
215
|
const config = reactive({
|
|
161
216
|
slots,
|
|
162
217
|
prefixCls,
|
|
@@ -175,6 +230,17 @@ var config_provider_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/
|
|
|
175
230
|
drawer,
|
|
176
231
|
pagination,
|
|
177
232
|
colorPicker,
|
|
233
|
+
spinProps,
|
|
234
|
+
basicCrudTableSpinProps,
|
|
235
|
+
cardSpinProps,
|
|
236
|
+
cascaderSpinProps,
|
|
237
|
+
listSpinProps,
|
|
238
|
+
qrCodeSpinProps,
|
|
239
|
+
selectSpinProps,
|
|
240
|
+
tableSpinProps,
|
|
241
|
+
timelineSpinProps,
|
|
242
|
+
toolbarSpinProps,
|
|
243
|
+
treeSelectSpinProps,
|
|
178
244
|
jsonForm: toRefs(props).jsonForm,
|
|
179
245
|
theme: normalizeTheme(props.theme)
|
|
180
246
|
});
|
|
@@ -8,6 +8,7 @@ import type { EllipsisTooltipProps } from '../ellipsis';
|
|
|
8
8
|
import type { JsonFormProviderConfig } from '../json-form/types';
|
|
9
9
|
import type { SdLang } from '../locale/interface';
|
|
10
10
|
import type { PaginationSelectProps } from '../pagination/interface';
|
|
11
|
+
import type { SpinProps } from '../spin';
|
|
11
12
|
import type { SDThemeNormalized } from './theme';
|
|
12
13
|
export interface ConfigProviderModal {
|
|
13
14
|
mask?: boolean;
|
|
@@ -87,6 +88,17 @@ export interface ConfigProvider {
|
|
|
87
88
|
drawer?: ConfigProviderDrawer;
|
|
88
89
|
pagination?: ConfigProviderPagination;
|
|
89
90
|
colorPicker?: ConfigProviderColorPicker;
|
|
91
|
+
spinProps?: SpinProps;
|
|
92
|
+
basicCrudTableSpinProps?: SpinProps;
|
|
93
|
+
cardSpinProps?: SpinProps;
|
|
94
|
+
cascaderSpinProps?: SpinProps;
|
|
95
|
+
listSpinProps?: SpinProps;
|
|
96
|
+
qrCodeSpinProps?: SpinProps;
|
|
97
|
+
selectSpinProps?: SpinProps;
|
|
98
|
+
tableSpinProps?: SpinProps;
|
|
99
|
+
timelineSpinProps?: SpinProps;
|
|
100
|
+
toolbarSpinProps?: SpinProps;
|
|
101
|
+
treeSelectSpinProps?: SpinProps;
|
|
90
102
|
jsonForm?: JsonFormProviderConfig;
|
|
91
103
|
theme?: SDThemeNormalized;
|
|
92
104
|
}
|
|
@@ -63,6 +63,39 @@ declare const ConfigProvider: {
|
|
|
63
63
|
colorPicker: {
|
|
64
64
|
type: import("vue").PropType<import("./context").ConfigProviderColorPicker>;
|
|
65
65
|
};
|
|
66
|
+
spinProps: {
|
|
67
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
68
|
+
};
|
|
69
|
+
basicCrudTableSpinProps: {
|
|
70
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
71
|
+
};
|
|
72
|
+
cardSpinProps: {
|
|
73
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
74
|
+
};
|
|
75
|
+
cascaderSpinProps: {
|
|
76
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
77
|
+
};
|
|
78
|
+
listSpinProps: {
|
|
79
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
80
|
+
};
|
|
81
|
+
qrCodeSpinProps: {
|
|
82
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
83
|
+
};
|
|
84
|
+
selectSpinProps: {
|
|
85
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
86
|
+
};
|
|
87
|
+
tableSpinProps: {
|
|
88
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
89
|
+
};
|
|
90
|
+
timelineSpinProps: {
|
|
91
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
92
|
+
};
|
|
93
|
+
toolbarSpinProps: {
|
|
94
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
95
|
+
};
|
|
96
|
+
treeSelectSpinProps: {
|
|
97
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
98
|
+
};
|
|
66
99
|
jsonForm: {
|
|
67
100
|
type: import("vue").PropType<import("./context").JsonFormProviderConfig>;
|
|
68
101
|
};
|
|
@@ -73,12 +106,12 @@ declare const ConfigProvider: {
|
|
|
73
106
|
type: import("vue").PropType<import("./theme").SdThemeMode>;
|
|
74
107
|
};
|
|
75
108
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
109
|
+
rtl: boolean;
|
|
76
110
|
updateAtScroll: boolean;
|
|
77
111
|
scrollToClose: boolean;
|
|
78
112
|
prefixCls: string;
|
|
79
113
|
allowClear: boolean;
|
|
80
114
|
allowSearch: boolean;
|
|
81
|
-
rtl: boolean;
|
|
82
115
|
exchangeTime: boolean;
|
|
83
116
|
global: boolean;
|
|
84
117
|
autoInsertSpaceInButton: boolean;
|
|
@@ -150,6 +183,39 @@ declare const ConfigProvider: {
|
|
|
150
183
|
colorPicker: {
|
|
151
184
|
type: import("vue").PropType<import("./context").ConfigProviderColorPicker>;
|
|
152
185
|
};
|
|
186
|
+
spinProps: {
|
|
187
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
188
|
+
};
|
|
189
|
+
basicCrudTableSpinProps: {
|
|
190
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
191
|
+
};
|
|
192
|
+
cardSpinProps: {
|
|
193
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
194
|
+
};
|
|
195
|
+
cascaderSpinProps: {
|
|
196
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
197
|
+
};
|
|
198
|
+
listSpinProps: {
|
|
199
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
200
|
+
};
|
|
201
|
+
qrCodeSpinProps: {
|
|
202
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
203
|
+
};
|
|
204
|
+
selectSpinProps: {
|
|
205
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
206
|
+
};
|
|
207
|
+
tableSpinProps: {
|
|
208
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
209
|
+
};
|
|
210
|
+
timelineSpinProps: {
|
|
211
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
212
|
+
};
|
|
213
|
+
toolbarSpinProps: {
|
|
214
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
215
|
+
};
|
|
216
|
+
treeSelectSpinProps: {
|
|
217
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
218
|
+
};
|
|
153
219
|
jsonForm: {
|
|
154
220
|
type: import("vue").PropType<import("./context").JsonFormProviderConfig>;
|
|
155
221
|
};
|
|
@@ -160,12 +226,12 @@ declare const ConfigProvider: {
|
|
|
160
226
|
type: import("vue").PropType<import("./theme").SdThemeMode>;
|
|
161
227
|
};
|
|
162
228
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
229
|
+
rtl: boolean;
|
|
163
230
|
updateAtScroll: boolean;
|
|
164
231
|
scrollToClose: boolean;
|
|
165
232
|
prefixCls: string;
|
|
166
233
|
allowClear: boolean;
|
|
167
234
|
allowSearch: boolean;
|
|
168
|
-
rtl: boolean;
|
|
169
235
|
exchangeTime: boolean;
|
|
170
236
|
global: boolean;
|
|
171
237
|
autoInsertSpaceInButton: boolean;
|
|
@@ -234,6 +300,39 @@ declare const ConfigProvider: {
|
|
|
234
300
|
colorPicker: {
|
|
235
301
|
type: import("vue").PropType<import("./context").ConfigProviderColorPicker>;
|
|
236
302
|
};
|
|
303
|
+
spinProps: {
|
|
304
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
305
|
+
};
|
|
306
|
+
basicCrudTableSpinProps: {
|
|
307
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
308
|
+
};
|
|
309
|
+
cardSpinProps: {
|
|
310
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
311
|
+
};
|
|
312
|
+
cascaderSpinProps: {
|
|
313
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
314
|
+
};
|
|
315
|
+
listSpinProps: {
|
|
316
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
317
|
+
};
|
|
318
|
+
qrCodeSpinProps: {
|
|
319
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
320
|
+
};
|
|
321
|
+
selectSpinProps: {
|
|
322
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
323
|
+
};
|
|
324
|
+
tableSpinProps: {
|
|
325
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
326
|
+
};
|
|
327
|
+
timelineSpinProps: {
|
|
328
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
329
|
+
};
|
|
330
|
+
toolbarSpinProps: {
|
|
331
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
332
|
+
};
|
|
333
|
+
treeSelectSpinProps: {
|
|
334
|
+
type: import("vue").PropType<import("../index.ts").SpinProps>;
|
|
335
|
+
};
|
|
237
336
|
jsonForm: {
|
|
238
337
|
type: import("vue").PropType<import("./context").JsonFormProviderConfig>;
|
|
239
338
|
};
|
|
@@ -244,12 +343,12 @@ declare const ConfigProvider: {
|
|
|
244
343
|
type: import("vue").PropType<import("./theme").SdThemeMode>;
|
|
245
344
|
};
|
|
246
345
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
346
|
+
rtl: boolean;
|
|
247
347
|
updateAtScroll: boolean;
|
|
248
348
|
scrollToClose: boolean;
|
|
249
349
|
prefixCls: string;
|
|
250
350
|
allowClear: boolean;
|
|
251
351
|
allowSearch: boolean;
|
|
252
|
-
rtl: boolean;
|
|
253
352
|
exchangeTime: boolean;
|
|
254
353
|
global: boolean;
|
|
255
354
|
autoInsertSpaceInButton: boolean;
|
|
@@ -48,8 +48,18 @@ declare const DatePicker: {
|
|
|
48
48
|
type: BooleanConstructor;
|
|
49
49
|
default: boolean;
|
|
50
50
|
};
|
|
51
|
+
fitWidth: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
maxWFull: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
51
59
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
52
60
|
disabled: boolean;
|
|
61
|
+
fitWidth: boolean;
|
|
62
|
+
maxWFull: boolean;
|
|
53
63
|
showTime: boolean;
|
|
54
64
|
dayStartOfWeek: import("./interface").WeekStart;
|
|
55
65
|
showNowBtn: boolean;
|
|
@@ -93,8 +103,18 @@ declare const DatePicker: {
|
|
|
93
103
|
type: BooleanConstructor;
|
|
94
104
|
default: boolean;
|
|
95
105
|
};
|
|
106
|
+
fitWidth: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
maxWFull: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
96
114
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
97
115
|
disabled: boolean;
|
|
116
|
+
fitWidth: boolean;
|
|
117
|
+
maxWFull: boolean;
|
|
98
118
|
showTime: boolean;
|
|
99
119
|
dayStartOfWeek: import("./interface").WeekStart;
|
|
100
120
|
showNowBtn: boolean;
|
|
@@ -135,8 +155,18 @@ declare const DatePicker: {
|
|
|
135
155
|
type: BooleanConstructor;
|
|
136
156
|
default: boolean;
|
|
137
157
|
};
|
|
158
|
+
fitWidth: {
|
|
159
|
+
type: BooleanConstructor;
|
|
160
|
+
default: boolean;
|
|
161
|
+
};
|
|
162
|
+
maxWFull: {
|
|
163
|
+
type: BooleanConstructor;
|
|
164
|
+
default: boolean;
|
|
165
|
+
};
|
|
138
166
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
139
167
|
disabled: boolean;
|
|
168
|
+
fitWidth: boolean;
|
|
169
|
+
maxWFull: boolean;
|
|
140
170
|
showTime: boolean;
|
|
141
171
|
dayStartOfWeek: import("./interface").WeekStart;
|
|
142
172
|
showNowBtn: boolean;
|
|
@@ -313,6 +343,14 @@ declare const DatePicker: {
|
|
|
313
343
|
placeholder: {
|
|
314
344
|
type: import("vue").PropType<string[]>;
|
|
315
345
|
};
|
|
346
|
+
fitWidth: {
|
|
347
|
+
type: BooleanConstructor;
|
|
348
|
+
default: boolean;
|
|
349
|
+
};
|
|
350
|
+
maxWFull: {
|
|
351
|
+
type: BooleanConstructor;
|
|
352
|
+
default: boolean;
|
|
353
|
+
};
|
|
316
354
|
disabledDate: {
|
|
317
355
|
type: import("vue").PropType<(current: Date, type: "start" | "end") => boolean>;
|
|
318
356
|
};
|
|
@@ -431,13 +469,15 @@ declare const DatePicker: {
|
|
|
431
469
|
"picker-value-change": (value: CalendarValue[], date: Date[], dateString: string[]) => any;
|
|
432
470
|
"update:pickerValue": (value: CalendarValue[]) => any;
|
|
433
471
|
}, import("vue").PublicProps, {
|
|
472
|
+
position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
|
|
473
|
+
disabled: boolean | boolean[];
|
|
434
474
|
error: boolean;
|
|
435
475
|
popupVisible: boolean;
|
|
436
476
|
defaultPopupVisible: boolean;
|
|
437
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
438
|
-
disabled: boolean | boolean[];
|
|
439
477
|
unmountOnClose: boolean;
|
|
440
478
|
allowClear: boolean;
|
|
479
|
+
fitWidth: boolean;
|
|
480
|
+
maxWFull: boolean;
|
|
441
481
|
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
442
482
|
disabledInput: boolean;
|
|
443
483
|
showTime: boolean;
|
|
@@ -446,7 +486,7 @@ declare const DatePicker: {
|
|
|
446
486
|
showConfirmBtn: boolean;
|
|
447
487
|
abbreviation: boolean;
|
|
448
488
|
shortcuts: import("./interface").ShortcutType[];
|
|
449
|
-
shortcutsPosition: "
|
|
489
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
450
490
|
hideTrigger: boolean;
|
|
451
491
|
inputProps: Record<string, any>[];
|
|
452
492
|
previewShortcut: boolean;
|
|
@@ -504,6 +544,14 @@ declare const DatePicker: {
|
|
|
504
544
|
placeholder: {
|
|
505
545
|
type: import("vue").PropType<string[]>;
|
|
506
546
|
};
|
|
547
|
+
fitWidth: {
|
|
548
|
+
type: BooleanConstructor;
|
|
549
|
+
default: boolean;
|
|
550
|
+
};
|
|
551
|
+
maxWFull: {
|
|
552
|
+
type: BooleanConstructor;
|
|
553
|
+
default: boolean;
|
|
554
|
+
};
|
|
507
555
|
disabledDate: {
|
|
508
556
|
type: import("vue").PropType<(current: Date, type: "start" | "end") => boolean>;
|
|
509
557
|
};
|
|
@@ -611,13 +659,15 @@ declare const DatePicker: {
|
|
|
611
659
|
"onPicker-value-change"?: ((value: CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
|
|
612
660
|
"onUpdate:pickerValue"?: ((value: CalendarValue[]) => any) | undefined;
|
|
613
661
|
}>, {}, {}, {}, {}, {
|
|
662
|
+
position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
|
|
663
|
+
disabled: boolean | boolean[];
|
|
614
664
|
error: boolean;
|
|
615
665
|
popupVisible: boolean;
|
|
616
666
|
defaultPopupVisible: boolean;
|
|
617
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
618
|
-
disabled: boolean | boolean[];
|
|
619
667
|
unmountOnClose: boolean;
|
|
620
668
|
allowClear: boolean;
|
|
669
|
+
fitWidth: boolean;
|
|
670
|
+
maxWFull: boolean;
|
|
621
671
|
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
622
672
|
disabledInput: boolean;
|
|
623
673
|
showTime: boolean;
|
|
@@ -626,7 +676,7 @@ declare const DatePicker: {
|
|
|
626
676
|
showConfirmBtn: boolean;
|
|
627
677
|
abbreviation: boolean;
|
|
628
678
|
shortcuts: import("./interface").ShortcutType[];
|
|
629
|
-
shortcutsPosition: "
|
|
679
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
630
680
|
hideTrigger: boolean;
|
|
631
681
|
inputProps: Record<string, any>[];
|
|
632
682
|
previewShortcut: boolean;
|
|
@@ -681,6 +731,14 @@ declare const DatePicker: {
|
|
|
681
731
|
placeholder: {
|
|
682
732
|
type: import("vue").PropType<string[]>;
|
|
683
733
|
};
|
|
734
|
+
fitWidth: {
|
|
735
|
+
type: BooleanConstructor;
|
|
736
|
+
default: boolean;
|
|
737
|
+
};
|
|
738
|
+
maxWFull: {
|
|
739
|
+
type: BooleanConstructor;
|
|
740
|
+
default: boolean;
|
|
741
|
+
};
|
|
684
742
|
disabledDate: {
|
|
685
743
|
type: import("vue").PropType<(current: Date, type: "start" | "end") => boolean>;
|
|
686
744
|
};
|
|
@@ -799,13 +857,15 @@ declare const DatePicker: {
|
|
|
799
857
|
"picker-value-change": (value: CalendarValue[], date: Date[], dateString: string[]) => any;
|
|
800
858
|
"update:pickerValue": (value: CalendarValue[]) => any;
|
|
801
859
|
}, string, {
|
|
860
|
+
position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
|
|
861
|
+
disabled: boolean | boolean[];
|
|
802
862
|
error: boolean;
|
|
803
863
|
popupVisible: boolean;
|
|
804
864
|
defaultPopupVisible: boolean;
|
|
805
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
806
|
-
disabled: boolean | boolean[];
|
|
807
865
|
unmountOnClose: boolean;
|
|
808
866
|
allowClear: boolean;
|
|
867
|
+
fitWidth: boolean;
|
|
868
|
+
maxWFull: boolean;
|
|
809
869
|
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
810
870
|
disabledInput: boolean;
|
|
811
871
|
showTime: boolean;
|
|
@@ -814,7 +874,7 @@ declare const DatePicker: {
|
|
|
814
874
|
showConfirmBtn: boolean;
|
|
815
875
|
abbreviation: boolean;
|
|
816
876
|
shortcuts: import("./interface").ShortcutType[];
|
|
817
|
-
shortcutsPosition: "
|
|
877
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
818
878
|
hideTrigger: boolean;
|
|
819
879
|
inputProps: Record<string, any>[];
|
|
820
880
|
previewShortcut: boolean;
|
|
@@ -961,7 +1021,7 @@ declare const DatePicker: {
|
|
|
961
1021
|
confirmBtnDisabled: boolean;
|
|
962
1022
|
abbreviation: boolean;
|
|
963
1023
|
shortcuts: import("./interface").ShortcutType[];
|
|
964
|
-
shortcutsPosition: "
|
|
1024
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
965
1025
|
hideTrigger: boolean;
|
|
966
1026
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
967
1027
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
@@ -1088,7 +1148,7 @@ declare const DatePicker: {
|
|
|
1088
1148
|
confirmBtnDisabled: boolean;
|
|
1089
1149
|
abbreviation: boolean;
|
|
1090
1150
|
shortcuts: import("./interface").ShortcutType[];
|
|
1091
|
-
shortcutsPosition: "
|
|
1151
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
1092
1152
|
hideTrigger: boolean;
|
|
1093
1153
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
1094
1154
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
@@ -1224,7 +1284,7 @@ declare const DatePicker: {
|
|
|
1224
1284
|
confirmBtnDisabled: boolean;
|
|
1225
1285
|
abbreviation: boolean;
|
|
1226
1286
|
shortcuts: import("./interface").ShortcutType[];
|
|
1227
|
-
shortcutsPosition: "
|
|
1287
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
1228
1288
|
hideTrigger: boolean;
|
|
1229
1289
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
1230
1290
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
@@ -1294,17 +1354,19 @@ declare const DatePicker: {
|
|
|
1294
1354
|
timePickerProps: {
|
|
1295
1355
|
visible: boolean;
|
|
1296
1356
|
type?: "time" | "time-range" | undefined;
|
|
1357
|
+
size?: "small" | "medium" | "large" | "mini" | undefined;
|
|
1358
|
+
position?: "bottom" | "top" | "tl" | "tr" | "bl" | "br" | undefined;
|
|
1359
|
+
disabled?: boolean | undefined;
|
|
1297
1360
|
error?: boolean | undefined;
|
|
1298
1361
|
readonly?: boolean | undefined;
|
|
1299
|
-
size?: "small" | "mini" | "medium" | "large" | undefined;
|
|
1300
1362
|
popupVisible?: boolean | undefined;
|
|
1301
1363
|
defaultPopupVisible?: boolean | undefined;
|
|
1302
|
-
position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
|
|
1303
|
-
disabled?: boolean | undefined;
|
|
1304
1364
|
unmountOnClose?: boolean | undefined;
|
|
1305
1365
|
modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
|
|
1306
1366
|
placeholder?: string | string[] | undefined;
|
|
1307
1367
|
allowClear?: boolean | undefined;
|
|
1368
|
+
fitWidth?: boolean | undefined;
|
|
1369
|
+
maxWFull?: boolean | undefined;
|
|
1308
1370
|
triggerProps?: Record<string, unknown> | undefined;
|
|
1309
1371
|
format: string;
|
|
1310
1372
|
disabledHours?: (() => number[]) | undefined;
|
|
@@ -1462,7 +1524,7 @@ declare const DatePicker: {
|
|
|
1462
1524
|
dayStartOfWeek: import("./interface").WeekStart;
|
|
1463
1525
|
abbreviation: boolean;
|
|
1464
1526
|
shortcuts: import("./interface").ShortcutType[];
|
|
1465
|
-
shortcutsPosition: "
|
|
1527
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
1466
1528
|
hideTrigger: boolean;
|
|
1467
1529
|
};
|
|
1468
1530
|
}) => any;
|
|
@@ -1604,7 +1666,7 @@ declare const DatePicker: {
|
|
|
1604
1666
|
confirmBtnDisabled: boolean;
|
|
1605
1667
|
abbreviation: boolean;
|
|
1606
1668
|
shortcuts: import("./interface").ShortcutType[];
|
|
1607
|
-
shortcutsPosition: "
|
|
1669
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
1608
1670
|
hideTrigger: boolean;
|
|
1609
1671
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
1610
1672
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
@@ -1731,7 +1793,7 @@ declare const DatePicker: {
|
|
|
1731
1793
|
confirmBtnDisabled: boolean;
|
|
1732
1794
|
abbreviation: boolean;
|
|
1733
1795
|
shortcuts: import("./interface").ShortcutType[];
|
|
1734
|
-
shortcutsPosition: "
|
|
1796
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
1735
1797
|
hideTrigger: boolean;
|
|
1736
1798
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
1737
1799
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
@@ -1867,7 +1929,7 @@ declare const DatePicker: {
|
|
|
1867
1929
|
confirmBtnDisabled: boolean;
|
|
1868
1930
|
abbreviation: boolean;
|
|
1869
1931
|
shortcuts: import("./interface").ShortcutType[];
|
|
1870
|
-
shortcutsPosition: "
|
|
1932
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
1871
1933
|
hideTrigger: boolean;
|
|
1872
1934
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
1873
1935
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
@@ -1937,17 +1999,19 @@ declare const DatePicker: {
|
|
|
1937
1999
|
timePickerProps: {
|
|
1938
2000
|
visible: boolean;
|
|
1939
2001
|
type?: "time" | "time-range" | undefined;
|
|
2002
|
+
size?: "small" | "medium" | "large" | "mini" | undefined;
|
|
2003
|
+
position?: "bottom" | "top" | "tl" | "tr" | "bl" | "br" | undefined;
|
|
2004
|
+
disabled?: boolean | undefined;
|
|
1940
2005
|
error?: boolean | undefined;
|
|
1941
2006
|
readonly?: boolean | undefined;
|
|
1942
|
-
size?: "small" | "mini" | "medium" | "large" | undefined;
|
|
1943
2007
|
popupVisible?: boolean | undefined;
|
|
1944
2008
|
defaultPopupVisible?: boolean | undefined;
|
|
1945
|
-
position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
|
|
1946
|
-
disabled?: boolean | undefined;
|
|
1947
2009
|
unmountOnClose?: boolean | undefined;
|
|
1948
2010
|
modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
|
|
1949
2011
|
placeholder?: string | string[] | undefined;
|
|
1950
2012
|
allowClear?: boolean | undefined;
|
|
2013
|
+
fitWidth?: boolean | undefined;
|
|
2014
|
+
maxWFull?: boolean | undefined;
|
|
1951
2015
|
triggerProps?: Record<string, unknown> | undefined;
|
|
1952
2016
|
format: string;
|
|
1953
2017
|
disabledHours?: (() => number[]) | undefined;
|
|
@@ -2105,7 +2169,7 @@ declare const DatePicker: {
|
|
|
2105
2169
|
dayStartOfWeek: import("./interface").WeekStart;
|
|
2106
2170
|
abbreviation: boolean;
|
|
2107
2171
|
shortcuts: import("./interface").ShortcutType[];
|
|
2108
|
-
shortcutsPosition: "
|
|
2172
|
+
shortcutsPosition: "left" | "right" | "bottom";
|
|
2109
2173
|
hideTrigger: boolean;
|
|
2110
2174
|
};
|
|
2111
2175
|
}) => any;
|