@das-fed/ui 6.4.0-test.2 → 6.4.0-test.3
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/i18n-collection/en.js +536 -0
- package/i18n-collection/zh-CN.js +537 -0
- package/package.json +8 -7
- package/packages/business-components/change-enterprises/index.d.ts +7 -8
- package/packages/business-components/change-enterprises/index.js +64 -59
- package/packages/business-components/change-enterprises/index.js.gz +0 -0
- package/packages/business-components/change-enterprises/src/index.vue.d.ts +1 -0
- package/packages/business-components/change-enterprises/src/type.d.ts +1 -1
- package/packages/business-components/change-enterprises/style.css +1 -1
- package/packages/business-components/change-enterprises/style.css.gz +0 -0
- package/packages/business-components/change-pwd/i18n/index.d.ts +7 -0
- package/packages/business-components/change-pwd/index.d.ts +2 -8
- package/packages/business-components/change-pwd/index.js +126 -122
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +16 -16
- package/packages/business-components/change-pwd/style.css +1 -1
- package/packages/business-components/currency-page/index.js +24 -19
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/currency-page/style.css +1 -1
- package/packages/business-components/device-panel/index.js +37081 -37019
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/echarts/index.d.ts +12 -12
- package/packages/business-components/echarts/index.js +7004 -6952
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/echarts/src/Index.vue.d.ts +2 -2
- package/packages/business-components/echarts/style.css +1 -1
- package/packages/business-components/export-button/index.d.ts +6 -10
- package/packages/business-components/export-button/index.js +110 -110
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/export-button/src/App.vue.d.ts +2 -2
- package/packages/business-components/export-button/style.css +1 -1
- package/packages/business-components/import-button/hooks/file.d.ts +1 -0
- package/packages/business-components/import-button/hooks/useImport.d.ts +1 -0
- package/packages/business-components/import-button/index.d.ts +14 -18
- package/packages/business-components/import-button/index.js +272 -268
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/src/App.vue.d.ts +5 -5
- package/packages/business-components/import-button/style.css +1 -1
- package/packages/business-components/layout-breadcrumb/index.d.ts +2 -6
- package/packages/business-components/model-table-dialog/index.d.ts +74 -151
- package/packages/business-components/model-table-dialog/index.js +369 -369
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +12 -22
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +10 -330
- package/packages/business-components/model-table-dialog/style.css +1 -1
- package/packages/business-components/model-table-dialog/style.css.gz +0 -0
- package/packages/business-components/process-configuration/i18n/index.d.ts +6 -0
- package/packages/business-components/process-configuration/index.js +305 -259
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-configuration/style.css +1 -1
- package/packages/business-components/process-configuration/style.css.gz +0 -0
- package/packages/business-components/process-form/index.js +1209 -1150
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +16 -16
- package/packages/business-components/process-form/src/hooks/useSelector.d.ts +2 -1
- package/packages/business-components/process-form/src/utils/common-methods.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/layout/grid/grid.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/store.d.ts +2 -0
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-log/index.js +252 -252
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-log/style.css +1 -1
- package/packages/business-components/process-log/style.css.gz +0 -0
- package/packages/business-components/process-search-form/index.js +399 -396
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/index.d.ts +14 -23
- package/packages/business-components/process-table/index.js +556 -534
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +6 -447
- package/packages/business-components/process-table/src/type.d.ts +2 -0
- package/packages/business-components/process-table/style.css +1 -1
- package/packages/business-components/upload-file/index.d.ts +2 -8
- package/packages/business-components/urgent-panel/index.js +1319 -1322
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +1 -1
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/urgentMonitorPanel.vue.d.ts +8 -3
- package/packages/business-components/urgent-panel/style.css +1 -1
- package/packages/business-components/urgent-panel/style.css.gz +0 -0
- package/packages/business-components/user-org-dialog/index.d.ts +2 -10
- package/packages/business-components/user-org-dialog/index.js +66 -66
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/style.css +1 -1
- package/packages/business-components/user-org-dialog/style.css.gz +0 -0
- package/packages/business-components/video-dialog/index.d.ts +2 -6
- package/packages/business-components/video-dialog/index.js +343 -312
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/alert/index.d.ts +3 -3
- package/packages/components/audio-video/index.d.ts +14 -30
- package/packages/components/audio-video/src/Index.vue.d.ts +2 -2
- package/packages/components/autocomplete/index.d.ts +41 -59
- package/packages/components/autocomplete/src/index.vue.d.ts +23 -343
- package/packages/components/breadcrumb/index.d.ts +2 -6
- package/packages/components/button/index.d.ts +4 -7
- package/packages/components/button/src/Index.vue.d.ts +1 -1
- package/packages/components/calendar/index.d.ts +1 -4
- package/packages/components/calendar/index.js +56 -56
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/cascader/index.d.ts +7 -10
- package/packages/components/cascader/index.js +20 -19
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/cascader/src/Index.vue.d.ts +2 -2
- package/packages/components/cascader/style.css +1 -1
- package/packages/components/cascader/style.css.gz +0 -0
- package/packages/components/checkbox/index.d.ts +62 -74
- package/packages/components/checkbox/src/Index.vue.d.ts +8 -8
- package/packages/components/collapse-panel/index.d.ts +3 -9
- package/packages/components/collapse-transition/index.d.ts +1 -1
- package/packages/components/collaspe/index.d.ts +12 -12
- package/packages/components/collaspe/src/Index.vue.d.ts +1 -1
- package/packages/components/color-picker/index.d.ts +15 -23
- package/packages/components/color-picker/index.js +41 -40
- package/packages/components/color-picker/index.js.gz +0 -0
- package/packages/components/color-picker/src/Index.vue.d.ts +3 -3
- package/packages/components/color-picker/style.css +1 -1
- package/packages/components/color-picker/style.css.gz +0 -0
- package/packages/components/custom-search-item/index.d.ts +27 -36
- package/packages/components/custom-search-item/index.js +24 -23
- package/packages/components/custom-search-item/index.js.gz +0 -0
- package/packages/components/custom-search-item/src/Index.vue.d.ts +3 -3
- package/packages/components/custom-search-item/style.css +1 -1
- package/packages/components/date-picker/index.d.ts +32 -56
- package/packages/components/date-picker/index.js +490 -489
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +1 -1
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/style.css +1 -1
- package/packages/components/date-picker/style.css.gz +0 -0
- package/packages/components/dialog/index.d.ts +14 -22
- package/packages/components/dialog/src/Index.vue.d.ts +5 -5
- package/packages/components/dimple-layout/editor/index.d.ts +2 -28
- package/packages/components/dimple-layout/index.js +2299 -2293
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dimple-layout/render/use-render.d.ts +1 -1
- package/packages/components/drawer/index.d.ts +1 -4
- package/packages/components/drawer/src/Index.vue.d.ts +1 -64
- package/packages/components/dropdown/index.d.ts +3 -5
- package/packages/components/dropdown/index.js +26 -25
- package/packages/components/dropdown/index.js.gz +0 -0
- package/packages/components/dropdown/src/index.vue.d.ts +1 -41
- package/packages/components/edit-table/index.d.ts +12 -24
- package/packages/components/edit-table/src/index.vue.d.ts +6 -448
- package/packages/components/empty/index.d.ts +1 -1
- package/packages/components/form/index.d.ts +26 -26
- package/packages/components/form/src/Index.vue.d.ts +3 -3
- package/packages/components/image-upload/index.d.ts +1 -1
- package/packages/components/image-upload/src/Index.vue.d.ts +1 -1
- package/packages/components/image-viewer/index.d.ts +1 -1
- package/packages/components/image-viewer/src/Index.vue.d.ts +1 -1
- package/packages/components/input/index.d.ts +13 -15
- package/packages/components/input/index.js +73 -72
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/src/index.vue.d.ts +4 -4
- package/packages/components/input/style.css +1 -1
- package/packages/components/input/style.css.gz +0 -0
- package/packages/components/input-dialog-select/index.d.ts +3 -3
- package/packages/components/input-dialog-select/index.js +65 -58
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +3 -3
- package/packages/components/input-dialog-select/style.css +1 -1
- package/packages/components/input-dialog-select/style.css.gz +0 -0
- package/packages/components/input-number/src/App.vue.d.ts +5 -73
- package/packages/components/live-player/index.d.ts +3 -12
- package/packages/components/live-player/index.js +68 -67
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/loading/index.js +86 -83
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/index.d.ts +6 -14
- package/packages/components/map/index.js +613 -599
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/map/src/hooks/use-map.d.ts +1 -2
- package/packages/components/map/style.css +1 -1
- package/packages/components/menu-aside/index.d.ts +10 -15
- package/packages/components/menu-aside/index.js +714 -583
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/menu-aside/src/Index.vue.d.ts +4 -6
- package/packages/components/menu-aside/src/menu-icon.vue.d.ts +11 -0
- package/packages/components/menu-aside/src/style-theme.d.ts +83 -0
- package/packages/components/menu-aside/src/sub-menu/sub-menu.vue.d.ts +2 -2
- package/packages/components/menu-aside/src/type.d.ts +2 -0
- package/packages/components/menu-aside/src/use-aside-menu.d.ts +1 -1
- package/packages/components/menu-aside/style.css +1 -1
- package/packages/components/menu-aside/style.css.gz +0 -0
- package/packages/components/menu-aside/theme/base.d.ts +9 -3
- package/packages/components/menu-header/index.d.ts +4 -3
- package/packages/components/menu-header/index.js +129 -80
- package/packages/components/menu-header/index.js.gz +0 -0
- package/packages/components/menu-header/src/Index.vue.d.ts +1 -0
- package/packages/components/menu-header/src/style-theme.d.ts +43 -0
- package/packages/components/menu-header/src/type.d.ts +1 -0
- package/packages/components/menu-header/style.css +1 -1
- package/packages/components/menu-header/style.css.gz +0 -0
- package/packages/components/menu-header/theme/base.d.ts +2 -8
- package/packages/components/message/index.js +20 -19
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/notification/index.js +22 -21
- package/packages/components/notification/index.js.gz +0 -0
- package/packages/components/pagination/index.d.ts +12 -39
- package/packages/components/pagination/index.js +133 -132
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/src/Pagination.vue.d.ts +2 -29
- package/packages/components/pagination/src/components/index.d.ts +4 -20
- package/packages/components/pagination/style.css +1 -1
- package/packages/components/pagination/style.css.gz +0 -0
- package/packages/components/popover/index.d.ts +1 -5
- package/packages/components/popup-mask/index.d.ts +3 -18
- package/packages/components/popup-mask/src/Index.vue.d.ts +1 -1
- package/packages/components/preview/index.d.ts +1 -1
- package/packages/components/progress/index.d.ts +4 -4
- package/packages/components/progress/index.js +81 -80
- package/packages/components/progress/index.js.gz +0 -0
- package/packages/components/progress/src/Index.vue.d.ts +1 -1
- package/packages/components/progress/style.css +1 -1
- package/packages/components/progress/style.css.gz +0 -0
- package/packages/components/radio/index.d.ts +41 -50
- package/packages/components/radio/src/Index.vue.d.ts +5 -5
- package/packages/components/radio-tabs/index.d.ts +2 -18
- package/packages/components/rich-editor/i18n/index.d.ts +12 -0
- package/packages/components/rich-editor/index.d.ts +23 -33
- package/packages/components/rich-editor/index.js +5113 -5107
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/rich-editor/src/Index.vue.d.ts +5 -5
- package/packages/components/scrollbar/index.d.ts +1 -1
- package/packages/components/scrollbar/src/scrollbar.vue.d.ts +1 -27
- package/packages/components/search/index.d.ts +5 -5
- package/packages/components/search/src/Index.vue.d.ts +5 -5
- package/packages/components/search-form/index.js +572 -565
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/Index.vue.d.ts +1 -1
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +1 -1
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select/index.d.ts +21 -28
- package/packages/components/select/index.js +338 -319
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/Select.vue.d.ts +7 -7
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/select-input/index.d.ts +1 -1
- package/packages/components/select-input/src/Index.vue.d.ts +1 -1
- package/packages/components/select-list/index.d.ts +1 -7
- package/packages/components/special-range-picker-month/index.d.ts +3 -3
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +3 -3
- package/packages/components/special-range-picker-year/index.d.ts +3 -3
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +3 -3
- package/packages/components/spin/index.d.ts +4 -4
- package/packages/components/spin/index.js +31 -30
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/spin/src/index.vue.d.ts +1 -1
- package/packages/components/split-panel/index.d.ts +3 -24
- package/packages/components/steps/index.d.ts +1 -1
- package/packages/components/table/i18n/index.d.ts +9 -0
- package/packages/components/table/index.d.ts +126 -1690
- package/packages/components/table/index.js +3247 -3221
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/src/Table.vue.d.ts +3 -333
- package/packages/components/table/src/filter-pane/filterPane.vue.d.ts +2 -2
- package/packages/components/table/src/table-column/index.vue.d.ts +3 -64
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/index.d.ts +10 -11
- package/packages/components/tabs/index.js +167 -148
- package/packages/components/tabs/index.js.gz +0 -0
- package/packages/components/tabs/src/style-theme.d.ts +13 -0
- package/packages/components/tabs/src/type.d.ts +2 -0
- package/packages/components/tabs/style.css +1 -1
- package/packages/components/tabs/style.css.gz +0 -0
- package/packages/components/tabs/theme/base.d.ts +0 -2
- package/packages/components/tag/index.d.ts +7 -7
- package/packages/components/tag/src/Index.vue.d.ts +2 -2
- package/packages/components/tooltip/index.d.ts +41 -50
- package/packages/components/tooltip/index.js +23 -22
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tooltip/src/index.vue.d.ts +6 -330
- package/packages/components/tree/index.js +1497 -1495
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +20 -196
- package/packages/components/tree-select/index.js +305 -304
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +61 -711
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +50 -700
- package/packages/components/tree-table/index.d.ts +3 -24
- package/packages/components/upload/index.d.ts +4 -8
- package/packages/components/upload/src/Index.vue.d.ts +1 -1
- package/packages/components/virtual-tree/index.js +62 -61
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/components/virtual-tree/src/App.vue.d.ts +2 -106
- package/packages/components/watermark/index.d.ts +1 -1
- package/packages/icons/caret-bottom/index.js +5 -5
- package/packages/icons/caret-bottom/index.js.gz +0 -0
- package/packages/icons/full-screen/index.js +6 -6
- package/packages/icons/full-screen/index.js.gz +0 -0
- package/packages/icons/header-seach/index.js +6 -6
- package/packages/icons/header-seach/index.js.gz +0 -0
- package/packages/icons/layout-refresh/index.js +5 -5
- package/packages/icons/layout-refresh/index.js.gz +0 -0
- package/packages/icons/project-list/index.js +5 -5
- package/packages/icons/project-list/index.js.gz +0 -0
- package/packages/icons/project-tree/index.js +4 -4
- package/packages/icons/project-tree/index.js.gz +0 -0
|
Binary file
|
|
@@ -4,36 +4,36 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
4
4
|
$select: import("vue").Ref<any, any>;
|
|
5
5
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
blur: (val: any) => any;
|
|
8
7
|
change: (currValue: any, options: any) => any;
|
|
9
8
|
focus: (val: any) => any;
|
|
9
|
+
blur: (val: any) => any;
|
|
10
10
|
"update:model-value": (currValue: any) => any;
|
|
11
11
|
dropdownVisibleChange: (val: any) => any;
|
|
12
12
|
addCustomItem: (val: any) => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
14
|
-
onBlur?: ((val: any) => any) | undefined;
|
|
15
14
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
16
15
|
onFocus?: ((val: any) => any) | undefined;
|
|
16
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
17
17
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
18
18
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
19
19
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
21
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
22
|
-
error: boolean;
|
|
23
22
|
disabled: boolean;
|
|
24
|
-
width: string | number;
|
|
25
23
|
mode: "multiple" | "tags" | "combobox";
|
|
26
24
|
modelValue: any;
|
|
27
|
-
getPopupContainer: Function;
|
|
28
|
-
teleported: boolean;
|
|
29
25
|
showArrow: boolean;
|
|
26
|
+
open: boolean;
|
|
27
|
+
teleported: boolean;
|
|
28
|
+
getPopupContainer: Function;
|
|
29
|
+
width: string | number;
|
|
30
30
|
borderType: "underline" | "bordered" | "none";
|
|
31
31
|
placeholder: string;
|
|
32
32
|
isView: boolean;
|
|
33
|
+
error: boolean;
|
|
33
34
|
errorMode: "default" | "overlay";
|
|
34
35
|
errorModelZIndex: number;
|
|
35
36
|
noSetDefaultVal: boolean;
|
|
36
|
-
open: boolean;
|
|
37
37
|
fieldNames: any;
|
|
38
38
|
optionFilterProp: string;
|
|
39
39
|
maxTagTextLength: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-select[data-v-d71685a0]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-d71685a0]{position:absolute;top:100%;left:0;width:var(--f06beaa8)}.das-ui-select.show-ellipsis[data-v-d71685a0] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-d71685a0] .ant-select-selection-overflow-item.ellipsis .ant-tag span:nth-of-type(1){width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-select[data-v-d71685a0] .ant-select{width:100%;height:var(--57a85101)}.das-ui-select[data-v-d71685a0] .ant-select .das-select-error-label-content{width:var(--f06beaa8);font-size:12px}.das-ui-select[data-v-d71685a0] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-input-error-color);white-space:break-spaces}.das-ui-select[data-v-d71685a0] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:1}.das-ui-select[data-v-d71685a0] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-d71685a0] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-d71685a0] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-d71685a0] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-d71685a0] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-d71685a0] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-d71685a0] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-md)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-d71685a0] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--das-ui-select-height-md) - 2px);line-height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple .ant-tag{color:var(--das-ui-select-color-text);height:calc(var(--das-ui-select-height-md) - 4px);line-height:calc(var(--das-ui-select-height-md) - 5px);font-size:var(--das-ui-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--das-ui-select-height-md) - 3px);line-height:calc(var(--das-ui-select-height-md) - 3px);font-size:var(--das-ui-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--das-ui-select-height-sm) - 4px);line-height:calc(var(--das-ui-select-height-sm) - 5px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-sm)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--das-ui-select-height-lg) - 2px);line-height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--das-ui-select-height-lg) - 8px);line-height:calc(var(--das-ui-select-height-lg) - 8px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--das-ui-select-height-lg) - 7px);line-height:calc(var(--das-ui-select-height-lg) - 7px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-lg)}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-d71685a0] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-d71685a0] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-d71685a0] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-d71685a0] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-d71685a0] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-d71685a0] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-d71685a0] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--das-ui-select-color-underline)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-d71685a0] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-d71685a0] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-d71685a0] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-d71685a0] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-d71685a0] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-d71685a0] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-disabled-underline)!important}.das-ui-select.bordered[data-v-d71685a0] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-d71685a0] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-d71685a0] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-d71685a0] .ant-select .ant-select-selector .ant-select-selection-search{left:8px}.das-ui-select.bordered[data-v-d71685a0] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-d71685a0] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-d71685a0] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-d71685a0] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px}.das-ui-select.bordered[data-v-d71685a0] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-d71685a0] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-d71685a0] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-d71685a0] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-d71685a0] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-disabled-border)!important}.das-ui-select.none[data-v-d71685a0] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-d71685a0] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default}.das-ui-select.readonly[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selector input{cursor:default}.das-ui-select.readonly[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-d71685a0] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-d71685a0] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-d71685a0] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--das-ui-color-normal);border-color:transparent}.das-ui-select.readonly[data-v-d71685a0] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-d71685a0] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-d71685a0] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-d71685a0]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-d71685a0]{display:block;color:var(--das-ui-select-color-error)}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--das-ui-select-color-option-active-bg);font-weight:400;color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--das-ui-select-color-text)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--das-ui-select-color-border)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--das-ui-select-color-help)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid #d9d9d9}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:#212121}
|
|
1
|
+
.das-ui-select[data-v-54d96ecc]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-54d96ecc]{position:absolute;top:100%;left:0;width:var(--3f9602ad)}.das-ui-select.show-ellipsis[data-v-54d96ecc] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-54d96ecc] .ant-select-selection-overflow-item.ellipsis .ant-tag span:nth-of-type(1){width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-select[data-v-54d96ecc] .ant-select{width:100%;height:var(--cd494dc0)}.das-ui-select[data-v-54d96ecc] .ant-select .das-select-error-label-content{width:var(--3f9602ad);font-size:12px}.das-ui-select[data-v-54d96ecc] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-input-error-color);white-space:break-spaces}.das-ui-select[data-v-54d96ecc] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:1}.das-ui-select[data-v-54d96ecc] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-54d96ecc] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-54d96ecc] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-54d96ecc] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-54d96ecc] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-54d96ecc] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-54d96ecc] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-md)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-54d96ecc] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--das-ui-select-height-md) - 2px);line-height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple .ant-tag{color:var(--das-ui-select-color-text);height:calc(var(--das-ui-select-height-md) - 4px);line-height:calc(var(--das-ui-select-height-md) - 5px);font-size:var(--das-ui-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--das-ui-select-height-md) - 3px);line-height:calc(var(--das-ui-select-height-md) - 3px);font-size:var(--das-ui-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--das-ui-select-height-sm) - 4px);line-height:calc(var(--das-ui-select-height-sm) - 5px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-sm)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--das-ui-select-height-lg) - 2px);line-height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--das-ui-select-height-lg) - 8px);line-height:calc(var(--das-ui-select-height-lg) - 8px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--das-ui-select-height-lg) - 7px);line-height:calc(var(--das-ui-select-height-lg) - 7px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-lg)}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-54d96ecc] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-54d96ecc] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-54d96ecc] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-54d96ecc] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-54d96ecc] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-54d96ecc] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--das-ui-select-color-underline)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-54d96ecc] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-54d96ecc] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-54d96ecc] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-54d96ecc] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-54d96ecc] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-54d96ecc] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-disabled-underline)!important}.das-ui-select.bordered[data-v-54d96ecc] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-54d96ecc] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-54d96ecc] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-54d96ecc] .ant-select .ant-select-selector .ant-select-selection-search{left:8px}.das-ui-select.bordered[data-v-54d96ecc] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-54d96ecc] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-54d96ecc] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px}.das-ui-select.bordered[data-v-54d96ecc] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-54d96ecc] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-54d96ecc] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-54d96ecc] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-54d96ecc] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-disabled-border)!important}.das-ui-select.none[data-v-54d96ecc] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-54d96ecc] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default}.das-ui-select.readonly[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selector input{cursor:default}.das-ui-select.readonly[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-54d96ecc] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-54d96ecc] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--das-ui-color-normal);border-color:transparent}.das-ui-select.readonly[data-v-54d96ecc] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-54d96ecc] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-54d96ecc] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-54d96ecc]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-54d96ecc]{display:block;color:var(--das-ui-select-color-error)}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--das-ui-select-color-option-active-bg);font-weight:400;color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--das-ui-select-color-text)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--das-ui-select-color-border)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--das-ui-select-color-help)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid #d9d9d9}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:#212121}
|
|
Binary file
|
|
@@ -12,8 +12,8 @@ declare const DasSelectInput: import("@das-fed/utils").SFCWithInstall<import("vu
|
|
|
12
12
|
"onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
|
|
13
13
|
onInputChange?: ((value: string) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
|
-
options: any;
|
|
16
15
|
modelValue: any;
|
|
16
|
+
options: any;
|
|
17
17
|
optionValue: any;
|
|
18
18
|
optionsLabelKey: string | number | object;
|
|
19
19
|
optionsValueKey: string | number;
|
|
@@ -12,8 +12,8 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
12
12
|
"onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
|
|
13
13
|
onInputChange?: ((value: string) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
|
-
options: any;
|
|
16
15
|
modelValue: any;
|
|
16
|
+
options: any;
|
|
17
17
|
optionValue: any;
|
|
18
18
|
optionsLabelKey: string | number | object;
|
|
19
19
|
optionsValueKey: string | number;
|
|
@@ -15,13 +15,7 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
|
|
|
15
15
|
"item-remove": (value: import("./src/type.js").ItemProps) => any;
|
|
16
16
|
"remove-all": (value: import("./src/type.js").ItemProps[]) => any;
|
|
17
17
|
"update:infiniteDisabled": (value: boolean) => any;
|
|
18
|
-
}, import("vue").
|
|
19
|
-
"onUpdate:modelValue"?: ((value: import("./src/type.js").ItemProps[]) => any) | undefined;
|
|
20
|
-
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
21
|
-
"onItem-remove"?: ((value: import("./src/type.js").ItemProps) => any) | undefined;
|
|
22
|
-
"onRemove-all"?: ((value: import("./src/type.js").ItemProps[]) => any) | undefined;
|
|
23
|
-
"onUpdate:infiniteDisabled"?: ((value: boolean) => any) | undefined;
|
|
24
|
-
}>, {
|
|
18
|
+
}, import("vue").PublicProps, {
|
|
25
19
|
props: any;
|
|
26
20
|
height: string;
|
|
27
21
|
width: string;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/global/theme';
|
|
2
2
|
declare const DasSpecialRangePickerMonth: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
change: (currValue: import("./src/type.js").RangeValue) => any;
|
|
4
3
|
"update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
|
|
4
|
+
change: (currValue: import("./src/type.js").RangeValue) => any;
|
|
5
5
|
"update:error": (currValue: boolean) => any;
|
|
6
6
|
"show-popover": () => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
8
|
-
onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
9
8
|
"onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
9
|
+
onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
10
10
|
"onUpdate:error"?: ((currValue: boolean) => any) | undefined;
|
|
11
11
|
"onShow-popover"?: (() => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
size: "large" | "medium" | "table";
|
|
14
|
-
error: boolean;
|
|
15
14
|
disabled: boolean;
|
|
16
15
|
width: string;
|
|
17
16
|
borderType: "underline" | "bordered" | "none";
|
|
18
17
|
isView: boolean;
|
|
18
|
+
error: boolean;
|
|
19
19
|
errorMode: "default" | "overlay";
|
|
20
20
|
errorModelZIndex: number;
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import type { Props } from './type';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
change: (currValue: import("./type").RangeValue) => any;
|
|
4
3
|
"update:modelValue": (currValue: import("./type").RangeValue) => any;
|
|
4
|
+
change: (currValue: import("./type").RangeValue) => any;
|
|
5
5
|
"update:error": (currValue: boolean) => any;
|
|
6
6
|
"show-popover": () => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
|
-
onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
9
8
|
"onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
9
|
+
onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
10
10
|
"onUpdate:error"?: ((currValue: boolean) => any) | undefined;
|
|
11
11
|
"onShow-popover"?: (() => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
size: "large" | "medium" | "table";
|
|
14
|
-
error: boolean;
|
|
15
14
|
disabled: boolean;
|
|
16
15
|
width: string;
|
|
17
16
|
borderType: "underline" | "bordered" | "none";
|
|
18
17
|
isView: boolean;
|
|
18
|
+
error: boolean;
|
|
19
19
|
errorMode: "default" | "overlay";
|
|
20
20
|
errorModelZIndex: number;
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/global/theme';
|
|
2
2
|
declare const DasSpecialRangePickerYear: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
change: (currValue: import("./src/type.js").RangeValue) => any;
|
|
4
3
|
"update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
|
|
4
|
+
change: (currValue: import("./src/type.js").RangeValue) => any;
|
|
5
5
|
"update:error": (crrValue: boolean) => any;
|
|
6
6
|
"show-popover": () => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
8
|
-
onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
9
8
|
"onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
9
|
+
onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
10
10
|
"onUpdate:error"?: ((crrValue: boolean) => any) | undefined;
|
|
11
11
|
"onShow-popover"?: (() => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
size: "large" | "medium" | "table";
|
|
14
|
-
error: boolean;
|
|
15
14
|
disabled: boolean;
|
|
16
15
|
width: string;
|
|
17
16
|
borderType: "underline" | "bordered" | "none";
|
|
18
17
|
isView: boolean;
|
|
18
|
+
error: boolean;
|
|
19
19
|
errorMode: "default" | "overlay";
|
|
20
20
|
errorModelZIndex: number;
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import 'element-plus/es/components/popover/style/css';
|
|
2
2
|
import type { Props } from './type';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
4
|
-
change: (currValue: import("./type").RangeValue) => any;
|
|
5
4
|
"update:modelValue": (currValue: import("./type").RangeValue) => any;
|
|
5
|
+
change: (currValue: import("./type").RangeValue) => any;
|
|
6
6
|
"update:error": (crrValue: boolean) => any;
|
|
7
7
|
"show-popover": () => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
|
-
onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
10
9
|
"onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
10
|
+
onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
11
11
|
"onUpdate:error"?: ((crrValue: boolean) => any) | undefined;
|
|
12
12
|
"onShow-popover"?: (() => any) | undefined;
|
|
13
13
|
}>, {
|
|
14
14
|
size: "large" | "medium" | "table";
|
|
15
|
-
error: boolean;
|
|
16
15
|
disabled: boolean;
|
|
17
16
|
width: string;
|
|
18
17
|
borderType: "underline" | "bordered" | "none";
|
|
19
18
|
isView: boolean;
|
|
19
|
+
error: boolean;
|
|
20
20
|
errorMode: "default" | "overlay";
|
|
21
21
|
errorModelZIndex: number;
|
|
22
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/global/theme';
|
|
2
2
|
declare const DasSpin: import("@das-fed/utils").SFCWithInstall<{
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
4
|
-
size: string;
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5
4
|
type: string;
|
|
5
|
+
size: string;
|
|
6
6
|
customSize: string | Number;
|
|
7
7
|
iconColor: any;
|
|
8
8
|
full: boolean;
|
|
@@ -14,8 +14,8 @@ declare const DasSpin: import("@das-fed/utils").SFCWithInstall<{
|
|
|
14
14
|
M: {};
|
|
15
15
|
Defaults: {};
|
|
16
16
|
}, Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, {
|
|
17
|
-
size: string;
|
|
18
17
|
type: string;
|
|
18
|
+
size: string;
|
|
19
19
|
customSize: string | Number;
|
|
20
20
|
iconColor: any;
|
|
21
21
|
full: boolean;
|
|
@@ -24,8 +24,8 @@ declare const DasSpin: import("@das-fed/utils").SFCWithInstall<{
|
|
|
24
24
|
__isTeleport?: never;
|
|
25
25
|
__isSuspense?: never;
|
|
26
26
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
27
|
-
size: string;
|
|
28
27
|
type: string;
|
|
28
|
+
size: string;
|
|
29
29
|
customSize: string | Number;
|
|
30
30
|
iconColor: any;
|
|
31
31
|
full: boolean;
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/spin/style.css';
|
|
2
2
|
import { getVarValue as u, setThemeRule as _ } from "@das-fed/web/packages/theme/index";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
3
|
+
import { t as v } from "@das-fed/web/packages/i18n/index";
|
|
4
|
+
import { withInstall as g } from "@das-fed/utils/with-install/index";
|
|
5
|
+
import { openBlock as n, createElementBlock as d, createStaticVNode as m, createElementVNode as l, defineComponent as $, ref as C, useAttrs as S, watch as p, h as e, normalizeClass as h, createVNode as z, unref as f, mergeProps as y, withCtx as I, renderSlot as V } from "vue";
|
|
6
|
+
import { Spin as b } from "ant-design-vue";
|
|
6
7
|
import "ant-design-vue/es/spin/style/css";
|
|
7
|
-
import { DasIconLoad as
|
|
8
|
+
import { DasIconLoad as x } from "@das-fed/ui/packages/icons/load/index";
|
|
8
9
|
import "@das-fed/ui/packages/global/theme";
|
|
9
|
-
const
|
|
10
|
+
const r = (o, s) => {
|
|
10
11
|
const t = o.__vccOpts || o;
|
|
11
12
|
for (const [i, a] of s)
|
|
12
13
|
t[i] = a;
|
|
13
14
|
return t;
|
|
14
|
-
},
|
|
15
|
-
function
|
|
16
|
-
return n(), d("div",
|
|
15
|
+
}, L = {}, k = { class: "das-spin-container das-spin-page" };
|
|
16
|
+
function B(o, s) {
|
|
17
|
+
return n(), d("div", k, s[0] || (s[0] = [
|
|
17
18
|
m('<div class="das-spin-dot-spin" data-v-323f37a9><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i></div>', 1)
|
|
18
19
|
]));
|
|
19
20
|
}
|
|
20
|
-
const
|
|
21
|
-
function
|
|
22
|
-
return n(), d("div",
|
|
21
|
+
const N = /* @__PURE__ */ r(L, [["render", B], ["__scopeId", "data-v-323f37a9"]]), D = {}, E = { class: "das-spin-container das-spin-component" };
|
|
22
|
+
function P(o, s) {
|
|
23
|
+
return n(), d("div", E, s[0] || (s[0] = [
|
|
23
24
|
l(
|
|
24
25
|
"div",
|
|
25
26
|
{ class: "das-spin-dot-spin" },
|
|
@@ -31,13 +32,13 @@ function E(o, s) {
|
|
|
31
32
|
)
|
|
32
33
|
]));
|
|
33
34
|
}
|
|
34
|
-
const
|
|
35
|
-
function
|
|
36
|
-
return n(), d("div",
|
|
35
|
+
const w = /* @__PURE__ */ r(D, [["render", P], ["__scopeId", "data-v-f47a1ae6"]]), A = {}, O = { class: "das-spin-container das-spin-containerload" };
|
|
36
|
+
function R(o, s) {
|
|
37
|
+
return n(), d("div", O, s[0] || (s[0] = [
|
|
37
38
|
m('<div class="das-spin-dot-spin" data-v-f7548f22><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i></div>', 1)
|
|
38
39
|
]));
|
|
39
40
|
}
|
|
40
|
-
const
|
|
41
|
+
const T = /* @__PURE__ */ r(A, [["render", R], ["__scopeId", "data-v-f7548f22"]]), j = /* @__PURE__ */ $({
|
|
41
42
|
__name: "index",
|
|
42
43
|
props: {
|
|
43
44
|
type: { default: "page" },
|
|
@@ -47,12 +48,12 @@ const R = /* @__PURE__ */ c(w, [["render", O], ["__scopeId", "data-v-f7548f22"]]
|
|
|
47
48
|
full: { type: Boolean, default: !0 }
|
|
48
49
|
},
|
|
49
50
|
setup(o) {
|
|
50
|
-
let s = o, t =
|
|
51
|
-
const i =
|
|
51
|
+
let s = o, t = C("");
|
|
52
|
+
const i = S();
|
|
52
53
|
return p(
|
|
53
54
|
() => s.type,
|
|
54
|
-
(a,
|
|
55
|
-
a == "page" && (t.value = e(
|
|
55
|
+
(a, c) => {
|
|
56
|
+
a == "page" && (t.value = e(N)), a == "container" && (t.value = e(T)), a == "component" && (t.value = e(w)), a == "load" && (t.value = e(x, {
|
|
56
57
|
iconColor: s.iconColor,
|
|
57
58
|
customSize: s.customSize
|
|
58
59
|
}));
|
|
@@ -60,21 +61,21 @@ const R = /* @__PURE__ */ c(w, [["render", O], ["__scopeId", "data-v-f7548f22"]]
|
|
|
60
61
|
{ immediate: !0 }
|
|
61
62
|
), p(
|
|
62
63
|
() => i,
|
|
63
|
-
(a,
|
|
64
|
+
(a, c) => {
|
|
64
65
|
i.indicator && (t.value = i.indicator);
|
|
65
66
|
},
|
|
66
67
|
{ immediate: !0 }
|
|
67
|
-
), (a,
|
|
68
|
+
), (a, c) => (n(), d(
|
|
68
69
|
"div",
|
|
69
70
|
{
|
|
70
|
-
class:
|
|
71
|
+
class: h({ "das-spin-container": !0, full: a.full })
|
|
71
72
|
},
|
|
72
73
|
[
|
|
73
|
-
|
|
74
|
+
z(f(b), y({
|
|
74
75
|
class: `das-slef-spin ${a.size} ${a.type} `
|
|
75
76
|
}, a.$attrs, { indicator: f(t) }), {
|
|
76
|
-
default:
|
|
77
|
-
|
|
77
|
+
default: I(() => [
|
|
78
|
+
V(a.$slots, "default")
|
|
78
79
|
]),
|
|
79
80
|
_: 3
|
|
80
81
|
/* FORWARDED */
|
|
@@ -84,7 +85,7 @@ const R = /* @__PURE__ */ c(w, [["render", O], ["__scopeId", "data-v-f7548f22"]]
|
|
|
84
85
|
/* CLASS */
|
|
85
86
|
));
|
|
86
87
|
}
|
|
87
|
-
}),
|
|
88
|
+
}), q = {
|
|
88
89
|
"--das-ui-spin-logo-1-color": "#2486ee",
|
|
89
90
|
"--das-ui-spin-logo-2-color": "#02ccfe",
|
|
90
91
|
"--das-ui-spin-logo-3-color": "#05c8c7",
|
|
@@ -92,9 +93,9 @@ const R = /* @__PURE__ */ c(w, [["render", O], ["__scopeId", "data-v-f7548f22"]]
|
|
|
92
93
|
"--das-ui-spin-logo-5-color": "#5582f3",
|
|
93
94
|
"--das-ui-spin-logo-6-color": "#ebebeb"
|
|
94
95
|
};
|
|
95
|
-
_(
|
|
96
|
-
const
|
|
96
|
+
_(q);
|
|
97
|
+
const W = g(j), X = { name: `Spin ${v("加载中")}` };
|
|
97
98
|
export {
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
W as DasSpin,
|
|
100
|
+
X as default
|
|
100
101
|
};
|
|
Binary file
|
|
@@ -9,8 +9,8 @@ declare function __VLS_template(): {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
11
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
-
size: string;
|
|
13
12
|
type: string;
|
|
13
|
+
size: string;
|
|
14
14
|
customSize: string | Number;
|
|
15
15
|
iconColor: any;
|
|
16
16
|
full: boolean;
|
|
@@ -17,14 +17,7 @@ declare const DasSplitPanel: import("@das-fed/utils").SFCWithInstall<{
|
|
|
17
17
|
onMouseDown: (...args: any[]) => void;
|
|
18
18
|
onMouseMove: (...args: any[]) => void;
|
|
19
19
|
onMouseUp: (...args: any[]) => void;
|
|
20
|
-
}, import("vue").
|
|
21
|
-
onOnLeft?: ((...args: any[]) => any) | undefined;
|
|
22
|
-
onOnRight?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
onOnDefault?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
onOnMouseDown?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
onOnMouseMove?: ((...args: any[]) => any) | undefined;
|
|
26
|
-
onOnMouseUp?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
}>, {
|
|
20
|
+
}, import("vue").PublicProps, {
|
|
28
21
|
canFold: boolean;
|
|
29
22
|
canDrag: boolean;
|
|
30
23
|
defaultSplit: any;
|
|
@@ -108,14 +101,7 @@ declare const DasSplitPanelRef: () => import("vue").Ref<({
|
|
|
108
101
|
readonly onOnMouseDown?: ((...args: any[]) => any) | undefined;
|
|
109
102
|
readonly onOnMouseMove?: ((...args: any[]) => any) | undefined;
|
|
110
103
|
readonly onOnMouseUp?: ((...args: any[]) => any) | undefined;
|
|
111
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
112
|
-
onOnLeft?: ((...args: any[]) => any) | undefined;
|
|
113
|
-
onOnRight?: ((...args: any[]) => any) | undefined;
|
|
114
|
-
onOnDefault?: ((...args: any[]) => any) | undefined;
|
|
115
|
-
onOnMouseDown?: ((...args: any[]) => any) | undefined;
|
|
116
|
-
onOnMouseMove?: ((...args: any[]) => any) | undefined;
|
|
117
|
-
onOnMouseUp?: ((...args: any[]) => any) | undefined;
|
|
118
|
-
}>;
|
|
104
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
119
105
|
$attrs: {
|
|
120
106
|
[x: string]: unknown;
|
|
121
107
|
};
|
|
@@ -215,14 +201,7 @@ declare const DasSplitPanelRef: () => import("vue").Ref<({
|
|
|
215
201
|
readonly onOnMouseDown?: ((...args: any[]) => any) | undefined;
|
|
216
202
|
readonly onOnMouseMove?: ((...args: any[]) => any) | undefined;
|
|
217
203
|
readonly onOnMouseUp?: ((...args: any[]) => any) | undefined;
|
|
218
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
219
|
-
onOnLeft?: ((...args: any[]) => any) | undefined;
|
|
220
|
-
onOnRight?: ((...args: any[]) => any) | undefined;
|
|
221
|
-
onOnDefault?: ((...args: any[]) => any) | undefined;
|
|
222
|
-
onOnMouseDown?: ((...args: any[]) => any) | undefined;
|
|
223
|
-
onOnMouseMove?: ((...args: any[]) => any) | undefined;
|
|
224
|
-
onOnMouseUp?: ((...args: any[]) => any) | undefined;
|
|
225
|
-
}>;
|
|
204
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
226
205
|
$attrs: {
|
|
227
206
|
[x: string]: unknown;
|
|
228
207
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const DasSteps: import("@das-fed/utils").SFCWithInstall<{
|
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3
3
|
P: {};
|
|
4
4
|
B: {};
|
|
5
5
|
D: {};
|