@sdata/web-vue 1.12.0 → 1.14.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/es/_components/icon-hover.vue.d.ts +1 -1
- package/es/_components/picker/input-range.vue.d.ts +1 -1
- package/es/_components/picker/input.vue.d.ts +1 -1
- package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
- package/es/_hooks/use-component-ref.d.ts +1 -1
- package/es/_hooks/use-config-provider-prop.d.ts +10 -0
- package/es/_hooks/use-config-provider-prop.js +19 -0
- package/es/_hooks/use-dropdown-virtual-list-props.d.ts +5 -0
- package/es/_hooks/use-dropdown-virtual-list-props.js +21 -0
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_hooks/use-trigger.d.ts +1 -1
- package/es/alert/alert.vue.d.ts +2 -2
- package/es/alert/index.d.ts +5 -5
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/auto-complete.js +5 -3
- package/es/auto-complete/index.d.ts +3 -3
- package/es/cascader/cascader.vue.d.ts +3 -3
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +21 -5
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +2 -2
- package/es/collapse/collapse-item.d.ts +1 -1
- package/es/collapse/index.d.ts +1 -1
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/comment/comment.vue.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.vue.d.ts +26 -0
- package/es/config-provider/config-provider.vue_vue_type_script_lang.js +25 -1
- package/es/config-provider/context.d.ts +51 -1
- package/es/config-provider/index.d.ts +36 -0
- package/es/date-picker/index.d.ts +32 -32
- package/es/date-picker/panels/date/index.vue.d.ts +1 -1
- package/es/date-picker/panels/week/index.vue.d.ts +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +2 -2
- package/es/date-picker/picker.vue.d.ts +24 -24
- package/es/date-picker/picker.vue_vue_type_script_lang.js +62 -11
- package/es/date-picker/range-picker-panel.vue.d.ts +3 -3
- package/es/date-picker/range-picker.vue.d.ts +111 -111
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +54 -10
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.js +9 -9
- package/es/drawer/drawer.vue.d.ts +12 -2
- package/es/drawer/drawer.vue_vue_type_script_lang.js +118 -9
- package/es/drawer/index.d.ts +35 -5
- package/es/dropdown/dropdown-button.vue.d.ts +18 -18
- package/es/dropdown/dropdown-option.vue.d.ts +2 -2
- package/es/dropdown/dropdown-panel.vue.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.vue.d.ts +20 -20
- package/es/dropdown/dropdown.vue.d.ts +18 -18
- package/es/dropdown/index.d.ts +76 -76
- package/es/ellipsis/ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/index.d.ts +96 -96
- package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
- package/es/form/form-item-label.vue.d.ts +24 -24
- package/es/form/form-item.vue.d.ts +28 -28
- package/es/form/index.d.ts +28 -28
- package/es/image/image.vue.d.ts +26 -26
- package/es/image/preview-action.d.ts +24 -24
- package/es/image/preview-group.vue.d.ts +24 -24
- package/es/image/preview-toolbar.vue.d.ts +24 -24
- package/es/image/preview.vue.d.ts +24 -24
- package/es/input/index.d.ts +5 -5
- package/es/input/input-password.vue.d.ts +2 -2
- package/es/input/input.d.ts +1 -1
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/list/index.d.ts +3 -3
- package/es/list/list.d.ts +1 -1
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/menu/base-menu.vue.d.ts +1 -1
- package/es/menu/menu.d.ts +2 -2
- package/es/menu/sub-menu-pop.vue.d.ts +13 -13
- package/es/message/message.vue.d.ts +1 -1
- package/es/modal/index.d.ts +29 -5
- package/es/modal/modal.js +8 -8
- package/es/modal/modal.vue.d.ts +10 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +134 -12
- package/es/notification/notification.vue.d.ts +1 -1
- package/es/overflow-list/index.d.ts +3 -3
- package/es/overflow-list/overflow-list.d.ts +1 -1
- package/es/page-header/index.d.ts +2 -2
- package/es/page-header/page-header.vue.d.ts +1 -1
- package/es/pagination/page-jumper.vue.d.ts +3 -3
- package/es/pagination/page-options.vue.d.ts +34 -34
- package/es/popconfirm/index.d.ts +24 -24
- package/es/popconfirm/popconfirm.vue.d.ts +12 -12
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.vue.d.ts +12 -12
- package/es/progress/circle.vue.d.ts +3 -3
- package/es/progress/index.d.ts +23 -23
- package/es/progress/line.vue.d.ts +2 -2
- package/es/progress/progress.vue.d.ts +12 -12
- package/es/progress/steps.vue.d.ts +2 -2
- package/es/radio/index.d.ts +2 -2
- package/es/radio/radio.d.ts +1 -1
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.vue.d.ts +3 -3
- package/es/select/index.d.ts +34 -34
- package/es/select/option.vue.d.ts +4 -4
- package/es/select/select-dropdown.vue.d.ts +7 -7
- package/es/select/select.d.ts +14 -14
- package/es/select/select.js +5 -3
- package/es/slider/index.d.ts +54 -54
- package/es/slider/slider-button.vue.d.ts +24 -24
- package/es/slider/slider-input.vue.d.ts +3 -3
- package/es/slider/slider.vue.d.ts +27 -27
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +1 -1
- package/es/steps/index.d.ts +3 -3
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/table/index.d.ts +14 -14
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +4 -4
- package/es/table/table.d.ts +7 -7
- package/es/tabs/tabs-tab.vue.d.ts +1 -1
- package/es/tag/index.d.ts +485 -485
- package/es/tag/tag.vue.d.ts +194 -194
- package/es/textarea/index.d.ts +2 -2
- package/es/textarea/textarea.vue.d.ts +1 -1
- package/es/time-picker/index.d.ts +35 -35
- package/es/time-picker/panel.vue.d.ts +1 -1
- package/es/time-picker/range-panel.d.ts +1 -1
- package/es/time-picker/time-picker.vue.d.ts +17 -17
- package/es/tooltip/index.d.ts +24 -24
- package/es/tooltip/tooltip.vue.d.ts +12 -12
- package/es/transfer/index.d.ts +27 -27
- package/es/transfer/transfer-view.vue.d.ts +12 -12
- package/es/transfer/transfer.vue.d.ts +13 -13
- package/es/tree/base-node.vue.d.ts +2 -2
- package/es/tree/transition-node-list.vue.d.ts +2 -2
- package/es/tree/tree.vue.d.ts +8 -8
- package/es/tree-select/tree-select.vue.d.ts +17 -17
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +6 -2
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +1 -1
- package/es/typography/edit-content.vue.d.ts +15 -15
- package/es/typography/index.d.ts +1 -1
- package/es/typography/operations.vue.d.ts +24 -24
- package/es/typography/title.d.ts +1 -1
- package/es/upload/upload-button.d.ts +1 -1
- 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 +12 -0
- package/json/vetur-tags.json +4 -0
- package/json/web-types.json +37 -5
- package/package.json +1 -1
package/es/select/select.d.ts
CHANGED
|
@@ -318,9 +318,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
318
318
|
default: boolean;
|
|
319
319
|
};
|
|
320
320
|
}>> & Readonly<{
|
|
321
|
+
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
321
322
|
onChange?: ((_value: SelectModelValue) => any) | undefined;
|
|
322
323
|
onClear?: ((_ev: Event) => any) | undefined;
|
|
323
|
-
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
324
324
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
325
325
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
326
326
|
"onUpdate:modelValue"?: ((_value: SelectModelValue) => any) | undefined;
|
|
@@ -334,13 +334,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
334
334
|
"onUpdate:value"?: ((_value: SelectModelValue) => any) | undefined;
|
|
335
335
|
onExceedLimit?: ((_value: SelectOptionValue | undefined, _ev: Event) => any) | undefined;
|
|
336
336
|
}>, {
|
|
337
|
+
options: SelectOption[];
|
|
337
338
|
error: boolean;
|
|
338
339
|
disabled: boolean;
|
|
339
340
|
defaultValue: SelectModelValue;
|
|
340
341
|
loading: boolean;
|
|
341
342
|
value: SelectModelValue;
|
|
342
343
|
unmountOnClose: boolean;
|
|
343
|
-
options: SelectOption[];
|
|
344
344
|
popupVisible: boolean;
|
|
345
345
|
defaultPopupVisible: boolean;
|
|
346
346
|
showArrow: boolean;
|
|
@@ -426,13 +426,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
426
426
|
default: boolean;
|
|
427
427
|
};
|
|
428
428
|
contentClass: {
|
|
429
|
-
type: (
|
|
429
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
430
430
|
};
|
|
431
431
|
contentStyle: {
|
|
432
432
|
type: PropType<import("vue").CSSProperties>;
|
|
433
433
|
};
|
|
434
434
|
arrowClass: {
|
|
435
|
-
type: (
|
|
435
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
436
436
|
};
|
|
437
437
|
arrowStyle: {
|
|
438
438
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -490,7 +490,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
490
490
|
default: boolean;
|
|
491
491
|
};
|
|
492
492
|
openedClass: {
|
|
493
|
-
type: (
|
|
493
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
494
494
|
};
|
|
495
495
|
autoFitPosition: {
|
|
496
496
|
type: BooleanConstructor;
|
|
@@ -513,8 +513,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
513
513
|
default: number;
|
|
514
514
|
};
|
|
515
515
|
}>> & Readonly<{
|
|
516
|
-
onResize?: (() => any) | undefined;
|
|
517
516
|
onHide?: (() => any) | undefined;
|
|
517
|
+
onResize?: (() => any) | undefined;
|
|
518
518
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
519
519
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
520
520
|
onShow?: (() => any) | undefined;
|
|
@@ -617,13 +617,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
617
617
|
default: boolean;
|
|
618
618
|
};
|
|
619
619
|
contentClass: {
|
|
620
|
-
type: (
|
|
620
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
621
621
|
};
|
|
622
622
|
contentStyle: {
|
|
623
623
|
type: PropType<import("vue").CSSProperties>;
|
|
624
624
|
};
|
|
625
625
|
arrowClass: {
|
|
626
|
-
type: (
|
|
626
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
627
627
|
};
|
|
628
628
|
arrowStyle: {
|
|
629
629
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -681,7 +681,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
681
681
|
default: boolean;
|
|
682
682
|
};
|
|
683
683
|
openedClass: {
|
|
684
|
-
type: (
|
|
684
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
685
685
|
};
|
|
686
686
|
autoFitPosition: {
|
|
687
687
|
type: BooleanConstructor;
|
|
@@ -704,8 +704,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
704
704
|
default: number;
|
|
705
705
|
};
|
|
706
706
|
}>> & Readonly<{
|
|
707
|
-
onResize?: (() => any) | undefined;
|
|
708
707
|
onHide?: (() => any) | undefined;
|
|
708
|
+
onResize?: (() => any) | undefined;
|
|
709
709
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
710
710
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
711
711
|
onShow?: (() => any) | undefined;
|
|
@@ -799,13 +799,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
799
799
|
default: boolean;
|
|
800
800
|
};
|
|
801
801
|
contentClass: {
|
|
802
|
-
type: (
|
|
802
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
803
803
|
};
|
|
804
804
|
contentStyle: {
|
|
805
805
|
type: PropType<import("vue").CSSProperties>;
|
|
806
806
|
};
|
|
807
807
|
arrowClass: {
|
|
808
|
-
type: (
|
|
808
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
809
809
|
};
|
|
810
810
|
arrowStyle: {
|
|
811
811
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -863,7 +863,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
863
863
|
default: boolean;
|
|
864
864
|
};
|
|
865
865
|
openedClass: {
|
|
866
|
-
type: (
|
|
866
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
867
867
|
};
|
|
868
868
|
autoFitPosition: {
|
|
869
869
|
type: BooleanConstructor;
|
|
@@ -886,8 +886,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
886
886
|
default: number;
|
|
887
887
|
};
|
|
888
888
|
}>> & Readonly<{
|
|
889
|
-
onResize?: (() => any) | undefined;
|
|
890
889
|
onHide?: (() => any) | undefined;
|
|
890
|
+
onResize?: (() => any) | undefined;
|
|
891
891
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
892
892
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
893
893
|
onShow?: (() => any) | undefined;
|
package/es/select/select.js
CHANGED
|
@@ -4,6 +4,7 @@ import { getPrefixCls } from "../_utils/global-config.js";
|
|
|
4
4
|
import { isArray, isBoolean, isEmptyObject, isFunction, isNull, isNumber, isObject, isString, isUndefined } from "../_utils/is.js";
|
|
5
5
|
import virtual_list_default from "../_components/virtual-list/index.js";
|
|
6
6
|
import { useAllowClear } from "../_hooks/use-allow-clear.js";
|
|
7
|
+
import { useDropdownVirtualListProps } from "../_hooks/use-dropdown-virtual-list-props.js";
|
|
7
8
|
import { resolveDropdownVirtualListProps } from "../_utils/virtual-dropdown.js";
|
|
8
9
|
import { getKeyFromValue, hasEmptyStringKey, isGroupOptionInfo, isValidOption } from "./utils.js";
|
|
9
10
|
import { useSelect } from "./hooks/use-select.js";
|
|
@@ -214,13 +215,14 @@ var select_default = /* @__PURE__ */ defineComponent({
|
|
|
214
215
|
});
|
|
215
216
|
const { mergedAllowClear } = useAllowClear(allowClear);
|
|
216
217
|
const { mergedAllowSearch } = useAllowSearch(allowSearch);
|
|
217
|
-
const
|
|
218
|
+
const { mergedDropdownVirtualListProps } = useDropdownVirtualListProps(computed(() => props.virtualListProps));
|
|
219
|
+
const component = computed(() => mergedDropdownVirtualListProps.value ? "div" : "li");
|
|
218
220
|
const retainInputValue = computed(() => isObject(mergedAllowSearch.value) && Boolean(mergedAllowSearch.value.retainInputValue));
|
|
219
221
|
const dropdownRef = ref();
|
|
220
222
|
const optionRefs = ref({});
|
|
221
223
|
const virtualListRef = ref();
|
|
222
224
|
const resolvedVirtualListProps = computed(() => {
|
|
223
|
-
return resolveDropdownVirtualListProps(
|
|
225
|
+
return resolveDropdownVirtualListProps(mergedDropdownVirtualListProps.value, props.triggerProps, DEFAULT_SELECT_VIRTUAL_ITEM_SIZE);
|
|
224
226
|
});
|
|
225
227
|
const { computedPopupVisible, handlePopupVisibleChange } = useTrigger({
|
|
226
228
|
popupVisible,
|
|
@@ -469,7 +471,7 @@ var select_default = /* @__PURE__ */ defineComponent({
|
|
|
469
471
|
"ref": dropdownRef,
|
|
470
472
|
"loading": props.loading,
|
|
471
473
|
"empty": validOptionInfos.value.length === 0,
|
|
472
|
-
"virtualList": Boolean(
|
|
474
|
+
"virtualList": Boolean(resolvedVirtualListProps.value),
|
|
473
475
|
"scrollbar": props.scrollbar,
|
|
474
476
|
"showHeaderOnEmpty": props.showHeaderOnEmpty,
|
|
475
477
|
"showFooterOnEmpty": props.showFooterOnEmpty,
|
package/es/slider/index.d.ts
CHANGED
|
@@ -292,13 +292,13 @@ declare const Slider: {
|
|
|
292
292
|
default: boolean;
|
|
293
293
|
};
|
|
294
294
|
contentClass: {
|
|
295
|
-
type: (
|
|
295
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
296
296
|
};
|
|
297
297
|
contentStyle: {
|
|
298
298
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
299
299
|
};
|
|
300
300
|
arrowClass: {
|
|
301
|
-
type: (
|
|
301
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
302
302
|
};
|
|
303
303
|
arrowStyle: {
|
|
304
304
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -356,7 +356,7 @@ declare const Slider: {
|
|
|
356
356
|
default: boolean;
|
|
357
357
|
};
|
|
358
358
|
openedClass: {
|
|
359
|
-
type: (
|
|
359
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
360
360
|
};
|
|
361
361
|
autoFitPosition: {
|
|
362
362
|
type: BooleanConstructor;
|
|
@@ -379,8 +379,8 @@ declare const Slider: {
|
|
|
379
379
|
default: number;
|
|
380
380
|
};
|
|
381
381
|
}>> & Readonly<{
|
|
382
|
-
onResize?: (() => any) | undefined;
|
|
383
382
|
onHide?: (() => any) | undefined;
|
|
383
|
+
onResize?: (() => any) | undefined;
|
|
384
384
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
385
385
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
386
386
|
onShow?: (() => any) | undefined;
|
|
@@ -483,13 +483,13 @@ declare const Slider: {
|
|
|
483
483
|
default: boolean;
|
|
484
484
|
};
|
|
485
485
|
contentClass: {
|
|
486
|
-
type: (
|
|
486
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
487
487
|
};
|
|
488
488
|
contentStyle: {
|
|
489
489
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
490
490
|
};
|
|
491
491
|
arrowClass: {
|
|
492
|
-
type: (
|
|
492
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
493
493
|
};
|
|
494
494
|
arrowStyle: {
|
|
495
495
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -547,7 +547,7 @@ declare const Slider: {
|
|
|
547
547
|
default: boolean;
|
|
548
548
|
};
|
|
549
549
|
openedClass: {
|
|
550
|
-
type: (
|
|
550
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
551
551
|
};
|
|
552
552
|
autoFitPosition: {
|
|
553
553
|
type: BooleanConstructor;
|
|
@@ -570,8 +570,8 @@ declare const Slider: {
|
|
|
570
570
|
default: number;
|
|
571
571
|
};
|
|
572
572
|
}>> & Readonly<{
|
|
573
|
-
onResize?: (() => any) | undefined;
|
|
574
573
|
onHide?: (() => any) | undefined;
|
|
574
|
+
onResize?: (() => any) | undefined;
|
|
575
575
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
576
576
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
577
577
|
onShow?: (() => any) | undefined;
|
|
@@ -665,13 +665,13 @@ declare const Slider: {
|
|
|
665
665
|
default: boolean;
|
|
666
666
|
};
|
|
667
667
|
contentClass: {
|
|
668
|
-
type: (
|
|
668
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
669
669
|
};
|
|
670
670
|
contentStyle: {
|
|
671
671
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
672
672
|
};
|
|
673
673
|
arrowClass: {
|
|
674
|
-
type: (
|
|
674
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
675
675
|
};
|
|
676
676
|
arrowStyle: {
|
|
677
677
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -729,7 +729,7 @@ declare const Slider: {
|
|
|
729
729
|
default: boolean;
|
|
730
730
|
};
|
|
731
731
|
openedClass: {
|
|
732
|
-
type: (
|
|
732
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
733
733
|
};
|
|
734
734
|
autoFitPosition: {
|
|
735
735
|
type: BooleanConstructor;
|
|
@@ -752,8 +752,8 @@ declare const Slider: {
|
|
|
752
752
|
default: number;
|
|
753
753
|
};
|
|
754
754
|
}>> & Readonly<{
|
|
755
|
-
onResize?: (() => any) | undefined;
|
|
756
755
|
onHide?: (() => any) | undefined;
|
|
756
|
+
onResize?: (() => any) | undefined;
|
|
757
757
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
758
758
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
759
759
|
onShow?: (() => any) | undefined;
|
|
@@ -982,13 +982,13 @@ declare const Slider: {
|
|
|
982
982
|
default: boolean;
|
|
983
983
|
};
|
|
984
984
|
contentClass: {
|
|
985
|
-
type: (
|
|
985
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
986
986
|
};
|
|
987
987
|
contentStyle: {
|
|
988
988
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
989
989
|
};
|
|
990
990
|
arrowClass: {
|
|
991
|
-
type: (
|
|
991
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
992
992
|
};
|
|
993
993
|
arrowStyle: {
|
|
994
994
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1046,7 +1046,7 @@ declare const Slider: {
|
|
|
1046
1046
|
default: boolean;
|
|
1047
1047
|
};
|
|
1048
1048
|
openedClass: {
|
|
1049
|
-
type: (
|
|
1049
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1050
1050
|
};
|
|
1051
1051
|
autoFitPosition: {
|
|
1052
1052
|
type: BooleanConstructor;
|
|
@@ -1069,8 +1069,8 @@ declare const Slider: {
|
|
|
1069
1069
|
default: number;
|
|
1070
1070
|
};
|
|
1071
1071
|
}>> & Readonly<{
|
|
1072
|
-
onResize?: (() => any) | undefined;
|
|
1073
1072
|
onHide?: (() => any) | undefined;
|
|
1073
|
+
onResize?: (() => any) | undefined;
|
|
1074
1074
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1075
1075
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1076
1076
|
onShow?: (() => any) | undefined;
|
|
@@ -1173,13 +1173,13 @@ declare const Slider: {
|
|
|
1173
1173
|
default: boolean;
|
|
1174
1174
|
};
|
|
1175
1175
|
contentClass: {
|
|
1176
|
-
type: (
|
|
1176
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1177
1177
|
};
|
|
1178
1178
|
contentStyle: {
|
|
1179
1179
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1180
1180
|
};
|
|
1181
1181
|
arrowClass: {
|
|
1182
|
-
type: (
|
|
1182
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1183
1183
|
};
|
|
1184
1184
|
arrowStyle: {
|
|
1185
1185
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1237,7 +1237,7 @@ declare const Slider: {
|
|
|
1237
1237
|
default: boolean;
|
|
1238
1238
|
};
|
|
1239
1239
|
openedClass: {
|
|
1240
|
-
type: (
|
|
1240
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1241
1241
|
};
|
|
1242
1242
|
autoFitPosition: {
|
|
1243
1243
|
type: BooleanConstructor;
|
|
@@ -1260,8 +1260,8 @@ declare const Slider: {
|
|
|
1260
1260
|
default: number;
|
|
1261
1261
|
};
|
|
1262
1262
|
}>> & Readonly<{
|
|
1263
|
-
onResize?: (() => any) | undefined;
|
|
1264
1263
|
onHide?: (() => any) | undefined;
|
|
1264
|
+
onResize?: (() => any) | undefined;
|
|
1265
1265
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1266
1266
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1267
1267
|
onShow?: (() => any) | undefined;
|
|
@@ -1355,13 +1355,13 @@ declare const Slider: {
|
|
|
1355
1355
|
default: boolean;
|
|
1356
1356
|
};
|
|
1357
1357
|
contentClass: {
|
|
1358
|
-
type: (
|
|
1358
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1359
1359
|
};
|
|
1360
1360
|
contentStyle: {
|
|
1361
1361
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1362
1362
|
};
|
|
1363
1363
|
arrowClass: {
|
|
1364
|
-
type: (
|
|
1364
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1365
1365
|
};
|
|
1366
1366
|
arrowStyle: {
|
|
1367
1367
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1419,7 +1419,7 @@ declare const Slider: {
|
|
|
1419
1419
|
default: boolean;
|
|
1420
1420
|
};
|
|
1421
1421
|
openedClass: {
|
|
1422
|
-
type: (
|
|
1422
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1423
1423
|
};
|
|
1424
1424
|
autoFitPosition: {
|
|
1425
1425
|
type: BooleanConstructor;
|
|
@@ -1442,8 +1442,8 @@ declare const Slider: {
|
|
|
1442
1442
|
default: number;
|
|
1443
1443
|
};
|
|
1444
1444
|
}>> & Readonly<{
|
|
1445
|
-
onResize?: (() => any) | undefined;
|
|
1446
1445
|
onHide?: (() => any) | undefined;
|
|
1446
|
+
onResize?: (() => any) | undefined;
|
|
1447
1447
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1448
1448
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1449
1449
|
onShow?: (() => any) | undefined;
|
|
@@ -1771,7 +1771,7 @@ declare const Slider: {
|
|
|
1771
1771
|
}, import("vue").PublicProps, {
|
|
1772
1772
|
error: boolean;
|
|
1773
1773
|
disabled: boolean;
|
|
1774
|
-
mode: "
|
|
1774
|
+
mode: "embed" | "button";
|
|
1775
1775
|
allowClear: boolean;
|
|
1776
1776
|
max: number;
|
|
1777
1777
|
step: number;
|
|
@@ -1864,7 +1864,7 @@ declare const Slider: {
|
|
|
1864
1864
|
}, {
|
|
1865
1865
|
error: boolean;
|
|
1866
1866
|
disabled: boolean;
|
|
1867
|
-
mode: "
|
|
1867
|
+
mode: "embed" | "button";
|
|
1868
1868
|
allowClear: boolean;
|
|
1869
1869
|
max: number;
|
|
1870
1870
|
step: number;
|
|
@@ -1962,7 +1962,7 @@ declare const Slider: {
|
|
|
1962
1962
|
}, string, {
|
|
1963
1963
|
error: boolean;
|
|
1964
1964
|
disabled: boolean;
|
|
1965
|
-
mode: "
|
|
1965
|
+
mode: "embed" | "button";
|
|
1966
1966
|
allowClear: boolean;
|
|
1967
1967
|
max: number;
|
|
1968
1968
|
step: number;
|
|
@@ -2363,13 +2363,13 @@ declare const Slider: {
|
|
|
2363
2363
|
default: boolean;
|
|
2364
2364
|
};
|
|
2365
2365
|
contentClass: {
|
|
2366
|
-
type: (
|
|
2366
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2367
2367
|
};
|
|
2368
2368
|
contentStyle: {
|
|
2369
2369
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2370
2370
|
};
|
|
2371
2371
|
arrowClass: {
|
|
2372
|
-
type: (
|
|
2372
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2373
2373
|
};
|
|
2374
2374
|
arrowStyle: {
|
|
2375
2375
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2427,7 +2427,7 @@ declare const Slider: {
|
|
|
2427
2427
|
default: boolean;
|
|
2428
2428
|
};
|
|
2429
2429
|
openedClass: {
|
|
2430
|
-
type: (
|
|
2430
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2431
2431
|
};
|
|
2432
2432
|
autoFitPosition: {
|
|
2433
2433
|
type: BooleanConstructor;
|
|
@@ -2450,8 +2450,8 @@ declare const Slider: {
|
|
|
2450
2450
|
default: number;
|
|
2451
2451
|
};
|
|
2452
2452
|
}>> & Readonly<{
|
|
2453
|
-
onResize?: (() => any) | undefined;
|
|
2454
2453
|
onHide?: (() => any) | undefined;
|
|
2454
|
+
onResize?: (() => any) | undefined;
|
|
2455
2455
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2456
2456
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2457
2457
|
onShow?: (() => any) | undefined;
|
|
@@ -2554,13 +2554,13 @@ declare const Slider: {
|
|
|
2554
2554
|
default: boolean;
|
|
2555
2555
|
};
|
|
2556
2556
|
contentClass: {
|
|
2557
|
-
type: (
|
|
2557
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2558
2558
|
};
|
|
2559
2559
|
contentStyle: {
|
|
2560
2560
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2561
2561
|
};
|
|
2562
2562
|
arrowClass: {
|
|
2563
|
-
type: (
|
|
2563
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2564
2564
|
};
|
|
2565
2565
|
arrowStyle: {
|
|
2566
2566
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2618,7 +2618,7 @@ declare const Slider: {
|
|
|
2618
2618
|
default: boolean;
|
|
2619
2619
|
};
|
|
2620
2620
|
openedClass: {
|
|
2621
|
-
type: (
|
|
2621
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2622
2622
|
};
|
|
2623
2623
|
autoFitPosition: {
|
|
2624
2624
|
type: BooleanConstructor;
|
|
@@ -2641,8 +2641,8 @@ declare const Slider: {
|
|
|
2641
2641
|
default: number;
|
|
2642
2642
|
};
|
|
2643
2643
|
}>> & Readonly<{
|
|
2644
|
-
onResize?: (() => any) | undefined;
|
|
2645
2644
|
onHide?: (() => any) | undefined;
|
|
2645
|
+
onResize?: (() => any) | undefined;
|
|
2646
2646
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2647
2647
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2648
2648
|
onShow?: (() => any) | undefined;
|
|
@@ -2736,13 +2736,13 @@ declare const Slider: {
|
|
|
2736
2736
|
default: boolean;
|
|
2737
2737
|
};
|
|
2738
2738
|
contentClass: {
|
|
2739
|
-
type: (
|
|
2739
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2740
2740
|
};
|
|
2741
2741
|
contentStyle: {
|
|
2742
2742
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2743
2743
|
};
|
|
2744
2744
|
arrowClass: {
|
|
2745
|
-
type: (
|
|
2745
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2746
2746
|
};
|
|
2747
2747
|
arrowStyle: {
|
|
2748
2748
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2800,7 +2800,7 @@ declare const Slider: {
|
|
|
2800
2800
|
default: boolean;
|
|
2801
2801
|
};
|
|
2802
2802
|
openedClass: {
|
|
2803
|
-
type: (
|
|
2803
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2804
2804
|
};
|
|
2805
2805
|
autoFitPosition: {
|
|
2806
2806
|
type: BooleanConstructor;
|
|
@@ -2823,8 +2823,8 @@ declare const Slider: {
|
|
|
2823
2823
|
default: number;
|
|
2824
2824
|
};
|
|
2825
2825
|
}>> & Readonly<{
|
|
2826
|
-
onResize?: (() => any) | undefined;
|
|
2827
2826
|
onHide?: (() => any) | undefined;
|
|
2827
|
+
onResize?: (() => any) | undefined;
|
|
2828
2828
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2829
2829
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2830
2830
|
onShow?: (() => any) | undefined;
|
|
@@ -3053,13 +3053,13 @@ declare const Slider: {
|
|
|
3053
3053
|
default: boolean;
|
|
3054
3054
|
};
|
|
3055
3055
|
contentClass: {
|
|
3056
|
-
type: (
|
|
3056
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3057
3057
|
};
|
|
3058
3058
|
contentStyle: {
|
|
3059
3059
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3060
3060
|
};
|
|
3061
3061
|
arrowClass: {
|
|
3062
|
-
type: (
|
|
3062
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3063
3063
|
};
|
|
3064
3064
|
arrowStyle: {
|
|
3065
3065
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3117,7 +3117,7 @@ declare const Slider: {
|
|
|
3117
3117
|
default: boolean;
|
|
3118
3118
|
};
|
|
3119
3119
|
openedClass: {
|
|
3120
|
-
type: (
|
|
3120
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3121
3121
|
};
|
|
3122
3122
|
autoFitPosition: {
|
|
3123
3123
|
type: BooleanConstructor;
|
|
@@ -3140,8 +3140,8 @@ declare const Slider: {
|
|
|
3140
3140
|
default: number;
|
|
3141
3141
|
};
|
|
3142
3142
|
}>> & Readonly<{
|
|
3143
|
-
onResize?: (() => any) | undefined;
|
|
3144
3143
|
onHide?: (() => any) | undefined;
|
|
3144
|
+
onResize?: (() => any) | undefined;
|
|
3145
3145
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3146
3146
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3147
3147
|
onShow?: (() => any) | undefined;
|
|
@@ -3244,13 +3244,13 @@ declare const Slider: {
|
|
|
3244
3244
|
default: boolean;
|
|
3245
3245
|
};
|
|
3246
3246
|
contentClass: {
|
|
3247
|
-
type: (
|
|
3247
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3248
3248
|
};
|
|
3249
3249
|
contentStyle: {
|
|
3250
3250
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3251
3251
|
};
|
|
3252
3252
|
arrowClass: {
|
|
3253
|
-
type: (
|
|
3253
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3254
3254
|
};
|
|
3255
3255
|
arrowStyle: {
|
|
3256
3256
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3308,7 +3308,7 @@ declare const Slider: {
|
|
|
3308
3308
|
default: boolean;
|
|
3309
3309
|
};
|
|
3310
3310
|
openedClass: {
|
|
3311
|
-
type: (
|
|
3311
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3312
3312
|
};
|
|
3313
3313
|
autoFitPosition: {
|
|
3314
3314
|
type: BooleanConstructor;
|
|
@@ -3331,8 +3331,8 @@ declare const Slider: {
|
|
|
3331
3331
|
default: number;
|
|
3332
3332
|
};
|
|
3333
3333
|
}>> & Readonly<{
|
|
3334
|
-
onResize?: (() => any) | undefined;
|
|
3335
3334
|
onHide?: (() => any) | undefined;
|
|
3335
|
+
onResize?: (() => any) | undefined;
|
|
3336
3336
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3337
3337
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3338
3338
|
onShow?: (() => any) | undefined;
|
|
@@ -3426,13 +3426,13 @@ declare const Slider: {
|
|
|
3426
3426
|
default: boolean;
|
|
3427
3427
|
};
|
|
3428
3428
|
contentClass: {
|
|
3429
|
-
type: (
|
|
3429
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3430
3430
|
};
|
|
3431
3431
|
contentStyle: {
|
|
3432
3432
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3433
3433
|
};
|
|
3434
3434
|
arrowClass: {
|
|
3435
|
-
type: (
|
|
3435
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3436
3436
|
};
|
|
3437
3437
|
arrowStyle: {
|
|
3438
3438
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3490,7 +3490,7 @@ declare const Slider: {
|
|
|
3490
3490
|
default: boolean;
|
|
3491
3491
|
};
|
|
3492
3492
|
openedClass: {
|
|
3493
|
-
type: (
|
|
3493
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3494
3494
|
};
|
|
3495
3495
|
autoFitPosition: {
|
|
3496
3496
|
type: BooleanConstructor;
|
|
@@ -3513,8 +3513,8 @@ declare const Slider: {
|
|
|
3513
3513
|
default: number;
|
|
3514
3514
|
};
|
|
3515
3515
|
}>> & Readonly<{
|
|
3516
|
-
onResize?: (() => any) | undefined;
|
|
3517
3516
|
onHide?: (() => any) | undefined;
|
|
3517
|
+
onResize?: (() => any) | undefined;
|
|
3518
3518
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3519
3519
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3520
3520
|
onShow?: (() => any) | undefined;
|
|
@@ -3842,7 +3842,7 @@ declare const Slider: {
|
|
|
3842
3842
|
}, import("vue").PublicProps, {
|
|
3843
3843
|
error: boolean;
|
|
3844
3844
|
disabled: boolean;
|
|
3845
|
-
mode: "
|
|
3845
|
+
mode: "embed" | "button";
|
|
3846
3846
|
allowClear: boolean;
|
|
3847
3847
|
max: number;
|
|
3848
3848
|
step: number;
|
|
@@ -3935,7 +3935,7 @@ declare const Slider: {
|
|
|
3935
3935
|
}, {
|
|
3936
3936
|
error: boolean;
|
|
3937
3937
|
disabled: boolean;
|
|
3938
|
-
mode: "
|
|
3938
|
+
mode: "embed" | "button";
|
|
3939
3939
|
allowClear: boolean;
|
|
3940
3940
|
max: number;
|
|
3941
3941
|
step: number;
|
|
@@ -4033,7 +4033,7 @@ declare const Slider: {
|
|
|
4033
4033
|
}, string, {
|
|
4034
4034
|
error: boolean;
|
|
4035
4035
|
disabled: boolean;
|
|
4036
|
-
mode: "
|
|
4036
|
+
mode: "embed" | "button";
|
|
4037
4037
|
allowClear: boolean;
|
|
4038
4038
|
max: number;
|
|
4039
4039
|
step: number;
|