@das-fed/ui 7.0.0-zhaohang.7 → 7.0.0-zhongshen.2
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/esm-map.json +30 -1
- package/package.json +13 -5
- package/packages/business-components/ai-panel/i18n/index.d.ts +252 -0
- package/packages/business-components/ai-panel/index-8yffh0Id.js +5905 -0
- package/packages/business-components/ai-panel/index-8yffh0Id.js.gz +0 -0
- package/packages/business-components/ai-panel/index-IzGl26KU.js +60 -0
- package/packages/business-components/ai-panel/index-IzGl26KU.js.gz +0 -0
- package/packages/business-components/ai-panel/index-OwRrV6K8.js +180 -0
- package/packages/business-components/ai-panel/index-OwRrV6K8.js.gz +0 -0
- package/packages/business-components/ai-panel/index.js +9 -0
- package/packages/business-components/ai-panel/src/dasAI/apis.d.ts +18 -0
- package/packages/business-components/ai-panel/src/dasAI/components/addNew/index.vue.d.ts +6 -0
- package/packages/business-components/ai-panel/src/dasAI/components/deleteDialog/index.d.ts +7 -0
- package/packages/business-components/ai-panel/src/dasAI/components/deleteDialog/index.vue.d.ts +12 -0
- package/packages/business-components/ai-panel/src/dasAI/components/folderDialog/index.d.ts +6 -0
- package/packages/business-components/ai-panel/src/dasAI/components/sender/components/senderOpt.vue.d.ts +2 -0
- package/packages/business-components/ai-panel/src/dasAI/hooks/audio.d.ts +8 -0
- package/packages/business-components/ai-panel/src/dasAI/hooks/knowbase.d.ts +4 -0
- package/packages/business-components/ai-panel/src/dasAI/index.vue.d.ts +16 -0
- package/packages/business-components/ai-panel/src/dasAI/store/index.d.ts +22 -0
- package/packages/business-components/ai-panel/src/index.vue.d.ts +31 -0
- package/packages/business-components/ai-panel/src/type.d.ts +13 -0
- package/packages/business-components/ai-panel/style.css +1 -0
- package/packages/business-components/ai-panel/style.css.gz +0 -0
- package/packages/business-components/app-container/index.js +35 -33
- package/packages/business-components/app-container/index.js.gz +0 -0
- package/packages/business-components/app-container/src/style-theme.d.ts +2 -0
- package/packages/business-components/app-container/style.css +1 -1
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/business-components/area-phone-select/index.d.ts +54 -40
- package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +8 -6
- package/packages/business-components/change-pwd/index.js +13 -10
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +8 -8
- package/packages/business-components/change-pwd/style.css +1 -1
- package/packages/business-components/currency-page/index.d.ts +3 -1
- package/packages/business-components/currency-page/index.js +40 -35
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/currency-page/src/index.vue.d.ts +3 -1
- package/packages/business-components/currency-page/src/type.d.ts +6 -0
- package/packages/business-components/currency-page/style.css +1 -1
- package/packages/business-components/device-panel/index.js +7954 -7934
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/apis.d.ts +30 -30
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/linkDialog.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/linkDialog.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/panelHeaders/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/videoDialog/component/GridLayout/GridItem.vue.d.ts +2 -17
- package/packages/business-components/device-panel/src/components/videoDialog/component/GridLayout/GridLayout.vue.d.ts +2 -15
- 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 +10 -10
- package/packages/business-components/echarts/index.js +4712 -4712
- 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/export-button/index.d.ts +1 -1
- package/packages/business-components/export-button/src/App.vue.d.ts +2 -34
- package/packages/business-components/import-button/index.d.ts +8 -7
- package/packages/business-components/import-button/index.js +76 -74
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/src/App.vue.d.ts +4 -56
- package/packages/business-components/import-button/src/type.d.ts +4 -0
- package/packages/business-components/import-button/style.css +1 -1
- package/packages/business-components/index.d.ts +1 -0
- package/packages/business-components/index.js +1 -0
- package/packages/business-components/layout-breadcrumb/index.js +57 -57
- package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/index.d.ts +172 -139
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +20 -265
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +4 -6429
- package/packages/business-components/payment/index.js +10 -10
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/process-configuration/index.js +4 -4
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/index.js +1124 -1117
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +8 -8
- package/packages/business-components/process-form/src/hooks/useSpaceTree.d.ts +3 -3
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-search-form/hooks/useService.d.ts +1 -1
- package/packages/business-components/process-table/index.d.ts +25 -22
- package/packages/business-components/process-table/src/App.vue.d.ts +4 -69
- package/packages/business-components/urgent-panel/index.js +8 -8
- 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 +2 -2
- package/packages/business-components/urgent-panel/src/components/panelHeaders/index.vue.d.ts +1 -1
- package/packages/business-components/user-org-dialog/index.js +2 -2
- 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 +5 -0
- package/packages/business-components/video-dialog/index.js +379 -333
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/component/GridLayout/GridItem.vue.d.ts +2 -17
- package/packages/business-components/video-dialog/src/component/GridLayout/GridLayout.vue.d.ts +2 -15
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +3 -0
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +11 -1
- package/packages/business-components/video-dialog/src/index.vue.d.ts +1 -0
- package/packages/business-components/video-dialog/src/type.d.ts +2 -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 +33 -18
- package/packages/components/alert/src/index.vue.d.ts +11 -6
- package/packages/components/audio-video/index.d.ts +17 -17
- package/packages/components/audio-video/index.js +1 -1
- package/packages/components/audio-video/index.js.gz +0 -0
- package/packages/components/audio-video/src/Index.vue.d.ts +1 -1
- package/packages/components/audio-video/src/player/index.vue.d.ts +4 -4
- package/packages/components/autocomplete/index.d.ts +16 -16
- package/packages/components/autocomplete/src/index.vue.d.ts +4 -83
- package/packages/components/breadcrumb/index.d.ts +5 -3
- package/packages/components/breadcrumb/src/BreadCrumb.vue.d.ts +2 -21
- package/packages/components/breadcrumb/src/BreadCrumbItem.vue.d.ts +2 -13
- package/packages/components/button/index.d.ts +11 -6
- package/packages/components/button/index.js +4 -4
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/button/src/Index.vue.d.ts +9 -4
- package/packages/components/calendar/index.d.ts +25 -16
- package/packages/components/calendar/src/Index.vue.d.ts +25 -16
- package/packages/components/calendar/src/calendar-table.vue.d.ts +5 -4
- package/packages/components/calendar/src/old-Index.vue.d.ts +5 -3
- package/packages/components/cascader/index.d.ts +28 -25
- package/packages/components/cascader/src/Index.vue.d.ts +6 -5
- package/packages/components/checkbox/index.d.ts +73 -61
- package/packages/components/checkbox/src/Index.vue.d.ts +9 -69
- package/packages/components/collapse-panel/index.d.ts +15 -9
- package/packages/components/collapse-panel/src/Index.vue.d.ts +2 -13
- package/packages/components/collapse-transition/index.d.ts +1 -1
- package/packages/components/collapse-transition/src/Index.vue.d.ts +2 -15
- package/packages/components/collaspe/index.d.ts +3 -3
- package/packages/components/collaspe/src/Index.vue.d.ts +2 -16
- package/packages/components/color-picker/index.d.ts +15 -15
- package/packages/components/color-picker/src/Index.vue.d.ts +3 -3
- package/packages/components/custom-search-item/index.d.ts +3 -3
- package/packages/components/custom-search-item/src/Index.vue.d.ts +2 -27
- package/packages/components/date-picker/index.d.ts +86 -71
- package/packages/components/date-picker/index.js +7 -3
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +17 -11
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +4 -4
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +17 -11
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +6 -5
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +8 -6
- package/packages/components/dialog/index.d.ts +22 -16
- package/packages/components/dialog/src/Index.vue.d.ts +17 -11
- package/packages/components/dimple-layout/index.js +2 -2
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/drawer/index.d.ts +5 -3
- package/packages/components/drawer/src/Index.vue.d.ts +2 -9
- package/packages/components/dropdown/index.d.ts +5 -4
- package/packages/components/dropdown/src/dropdownItem.vue.d.ts +2 -9
- package/packages/components/dropdown/src/dropdownMenu.vue.d.ts +2 -7
- package/packages/components/dropdown/src/index.vue.d.ts +2 -18
- package/packages/components/edit-table/index.d.ts +128 -83
- package/packages/components/edit-table/index.js +656 -658
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/edit-table/src/index.vue.d.ts +4 -4095
- package/packages/components/empty/index.d.ts +8 -6
- package/packages/components/empty/index.js +1 -1
- package/packages/components/empty/index.js.gz +0 -0
- package/packages/components/empty/src/Index.vue.d.ts +3 -20
- package/packages/components/error-overlay-model/index.d.ts +1 -1
- package/packages/components/error-overlay-model/src/index.vue.d.ts +1 -1
- package/packages/components/form/index.d.ts +12 -12
- package/packages/components/form/src/Index.vue.d.ts +3 -21
- package/packages/components/hls-player/i18n/index.d.ts +13 -0
- package/packages/components/hls-player/index.d.ts +59 -0
- package/packages/components/hls-player/index.js +21267 -0
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/das-hls-player-origin.vue.d.ts +13 -0
- package/packages/components/hls-player/src/das-hls-player.vue.d.ts +13 -0
- package/packages/components/hls-player/src/type.d.ts +36 -0
- package/packages/components/hls-player/style.css +1 -0
- package/packages/components/hls-player/style.css.gz +0 -0
- package/packages/components/icon/index.js +25 -25
- package/packages/components/icon/index.js.gz +0 -0
- package/packages/components/icon/src/base-icon.vue.d.ts +2 -14
- package/packages/components/image-upload/index.d.ts +2 -0
- package/packages/components/image-upload/index.js +770 -114
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-upload/src/Index.vue.d.ts +2 -0
- package/packages/components/image-upload/src/hooks/use-compress-image.d.ts +1 -0
- package/packages/components/image-upload/src/type.d.ts +6 -0
- package/packages/components/image-upload/style.css +1 -1
- package/packages/components/image-upload/style.css.gz +0 -0
- package/packages/components/image-viewer/index.d.ts +6 -2
- package/packages/components/image-viewer/index.js +1119 -434
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/image-viewer/src/Index.vue.d.ts +6 -2
- package/packages/components/image-viewer/src/hooks/use-compress-image.d.ts +1 -0
- package/packages/components/image-viewer/src/hooks/use-imageViewer.d.ts +1 -0
- package/packages/components/image-viewer/src/type.d.ts +9 -0
- package/packages/components/image-viewer/style.css +1 -1
- package/packages/components/image-viewer/style.css.gz +0 -0
- package/packages/components/index.d.ts +1 -0
- package/packages/components/index.js +1 -0
- package/packages/components/input/index.d.ts +40 -37
- package/packages/components/input/src/index.vue.d.ts +18 -15
- package/packages/components/input-dialog-select/index.d.ts +5 -6
- package/packages/components/input-dialog-select/index.js +17 -17
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +5 -6
- 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/index.d.ts +22 -22
- package/packages/components/input-number/src/App.vue.d.ts +6 -6
- package/packages/components/live-player/index.d.ts +3 -3
- package/packages/components/live-player/src/das-live-player.vue.d.ts +2 -25
- package/packages/components/loading/index.js +2 -2
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/index.js +1 -1
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/menu-aside/index.d.ts +9 -6
- package/packages/components/menu-aside/index.js +238 -214
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/menu-aside/src/Index.vue.d.ts +7 -4
- package/packages/components/menu-aside/src/style-theme.d.ts +25 -0
- package/packages/components/menu-aside/src/sub-menu/sub-menu.vue.d.ts +3 -2
- package/packages/components/menu-aside/src/type.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-header/index.d.ts +9 -2
- package/packages/components/menu-header/index.js +54 -50
- package/packages/components/menu-header/index.js.gz +0 -0
- package/packages/components/menu-header/src/Index.vue.d.ts +5 -2
- package/packages/components/menu-header/src/style-theme.d.ts +9 -0
- package/packages/components/menu-header/src/type.d.ts +6 -1
- package/packages/components/menu-header/style.css +1 -1
- package/packages/components/menu-header/style.css.gz +0 -0
- package/packages/components/pagination/index.d.ts +3 -3
- package/packages/components/pagination/src/Pagination.vue.d.ts +2 -79
- package/packages/components/popover/index.d.ts +9 -6
- package/packages/components/popover/src/Index.vue.d.ts +3 -34
- package/packages/components/popup-mask/index.d.ts +32 -29
- package/packages/components/popup-mask/src/Index.vue.d.ts +6 -37
- package/packages/components/preview/index.d.ts +1 -1
- package/packages/components/preview/src/Index.vue.d.ts +2 -14
- package/packages/components/progress/index.d.ts +2 -2
- package/packages/components/progress/index.js +1 -1
- package/packages/components/progress/index.js.gz +0 -0
- package/packages/components/progress/src/Index.vue.d.ts +2 -48
- package/packages/components/radio/index.d.ts +57 -39
- package/packages/components/radio/src/Index.vue.d.ts +5 -55
- package/packages/components/radio-tabs/index.js +1 -1
- package/packages/components/radio-tabs/index.js.gz +0 -0
- package/packages/components/radio-tabs/style.css +1 -1
- package/packages/components/radio-tabs/style.css.gz +0 -0
- package/packages/components/rich-editor/index.js +15481 -14946
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/scrollbar/index.d.ts +1 -1
- package/packages/components/scrollbar/index.js +1 -1
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/src/scrollbar.vue.d.ts +2 -18
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/search/index.d.ts +3 -3
- package/packages/components/search/src/Index.vue.d.ts +3 -3
- package/packages/components/search-form/index.js +21 -30
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/Index.vue.d.ts +2 -90
- package/packages/components/select/index.d.ts +43 -33
- package/packages/components/select/index.js +58 -57
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/Select.vue.d.ts +29 -19
- package/packages/components/select/src/type.d.ts +2 -0
- 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 +3 -3
- package/packages/components/select-input/src/Index.vue.d.ts +3 -3
- package/packages/components/select-list/index.d.ts +32 -27
- package/packages/components/select-list/index.js +390 -377
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/select-list/src/Index.vue.d.ts +10 -71
- package/packages/components/select-list/src/hooks/use-select-list.d.ts +1 -0
- package/packages/components/select-list/src/type.d.ts +1 -1
- package/packages/components/select-list/style.css +1 -1
- package/packages/components/select-list/style.css.gz +0 -0
- package/packages/components/special-range-picker-month/index.d.ts +2 -2
- package/packages/components/special-range-picker-month/index.js +1 -1
- package/packages/components/special-range-picker-month/index.js.gz +0 -0
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +2 -2
- package/packages/components/special-range-picker-year/index.d.ts +2 -2
- package/packages/components/special-range-picker-year/index.js +1 -1
- package/packages/components/special-range-picker-year/index.js.gz +0 -0
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +2 -2
- package/packages/components/spin/index.d.ts +1 -1
- package/packages/components/spin/index.js +1 -1
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/spin/src/index.vue.d.ts +2 -15
- package/packages/components/split-panel/index.d.ts +21 -12
- package/packages/components/split-panel/index.js +1 -1
- package/packages/components/split-panel/index.js.gz +0 -0
- package/packages/components/split-panel/src/Index.vue.d.ts +7 -4
- package/packages/components/step/src/stepItem.vue.d.ts +2 -16
- package/packages/components/steps/index.d.ts +1 -1
- package/packages/components/steps/src/steps.vue.d.ts +2 -7
- package/packages/components/table/index.d.ts +132 -78
- package/packages/components/table/index.js +239 -239
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/src/Table.vue.d.ts +3 -1170
- package/packages/components/table/src/hooks/use-operation.d.ts +4 -4
- package/packages/components/table/src/table-column/index.vue.d.ts +3 -377
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/index.d.ts +21 -12
- package/packages/components/tabs/index.js +31 -31
- package/packages/components/tabs/index.js.gz +0 -0
- package/packages/components/tabs/src/Tabs.vue.d.ts +5 -63
- package/packages/components/tag/index.d.ts +1 -1
- package/packages/components/tag/src/Index.vue.d.ts +1 -1
- package/packages/components/time-line/index.js +3 -3
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/time-line/src/Index.vue.d.ts +2 -12
- package/packages/components/time-line/src/TimelineItem.vue.d.ts +2 -15
- package/packages/components/tooltip/index.d.ts +9 -6
- package/packages/components/tooltip/src/index.vue.d.ts +2 -41
- package/packages/components/tree/index.js +91 -87
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +61 -33
- package/packages/components/tree/src/empty.vue.d.ts +2 -4
- package/packages/components/tree-select/index.js +1 -0
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +196 -98
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +182 -88
- package/packages/components/tree-table/index.d.ts +100 -58
- package/packages/components/tree-table/index.js +302 -266
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-table/src/App.vue.d.ts +32 -18
- package/packages/components/tree-table/src/hooks/use-five.d.ts +4 -0
- package/packages/components/tree-table/src/hooks/use-four.d.ts +4 -0
- package/packages/components/tree-table/src/type.d.ts +1 -1
- package/packages/components/tree-table/style.css +1 -1
- package/packages/components/tree-table/style.css.gz +0 -0
- package/packages/components/tree-v2/index.d.ts +159 -51
- package/packages/components/tree-v2/index.js +1 -1
- package/packages/components/tree-v2/index.js.gz +0 -0
- package/packages/components/tree-v2/src/App.vue.d.ts +53 -17
- package/packages/components/tree-v2/src/empty.vue.d.ts +2 -4
- package/packages/components/upload/index.d.ts +10 -7
- package/packages/components/upload/index.js +1 -1
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/upload/src/Index.vue.d.ts +3 -43
- package/packages/components/virtual-tree/index.js +3 -3
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/components/virtual-tree/src/App.vue.d.ts +4 -3
- package/packages/components/watermark/index.d.ts +1 -1
- package/packages/components/watermark/src/index.vue.d.ts +2 -7
- package/packages/icons/1-grids/index.vue.d.ts +2 -9
- package/packages/icons/4-grids/index.vue.d.ts +2 -9
- package/packages/icons/9-grids/index.vue.d.ts +2 -9
- package/packages/icons/add/index.vue.d.ts +2 -9
- package/packages/icons/add-2/index.vue.d.ts +2 -9
- package/packages/icons/add-item/index.vue.d.ts +2 -9
- package/packages/icons/addto/index.vue.d.ts +2 -9
- package/packages/icons/alarm/index.vue.d.ts +2 -9
- package/packages/icons/arrow-first/index.vue.d.ts +2 -9
- package/packages/icons/arrow-last/index.vue.d.ts +2 -9
- package/packages/icons/audioing/index.d.ts +1 -0
- package/packages/icons/audioing/index.js +17 -0
- package/packages/icons/audioing/index.js.gz +0 -0
- package/packages/icons/audioing/index.vue.d.ts +12 -0
- package/packages/icons/back/index.vue.d.ts +2 -9
- package/packages/icons/bianjigongzuotai/index.vue.d.ts +2 -9
- package/packages/icons/biaochi/index.vue.d.ts +2 -9
- package/packages/icons/bim/index.vue.d.ts +2 -9
- package/packages/icons/bobaoguanbi/index.d.ts +1 -0
- package/packages/icons/bobaoguanbi/index.js +17 -0
- package/packages/icons/bobaoguanbi/index.js.gz +0 -0
- package/packages/icons/bobaoguanbi/index.vue.d.ts +12 -0
- package/packages/icons/bobaokaiqi/index.d.ts +1 -0
- package/packages/icons/bobaokaiqi/index.js +17 -0
- package/packages/icons/bobaokaiqi/index.js.gz +0 -0
- package/packages/icons/bobaokaiqi/index.vue.d.ts +12 -0
- package/packages/icons/bold/index.vue.d.ts +2 -9
- package/packages/icons/camera/index.vue.d.ts +2 -9
- package/packages/icons/camera-2/index.vue.d.ts +2 -9
- package/packages/icons/camera-3/index.vue.d.ts +2 -9
- package/packages/icons/cancel-full-screen/index.vue.d.ts +2 -9
- package/packages/icons/cankaoneirong/index.d.ts +1 -0
- package/packages/icons/cankaoneirong/index.js +22 -0
- package/packages/icons/cankaoneirong/index.js.gz +0 -0
- package/packages/icons/cankaoneirong/index.vue.d.ts +12 -0
- package/packages/icons/card/index.vue.d.ts +2 -9
- package/packages/icons/card-view/index.vue.d.ts +2 -9
- package/packages/icons/caret-bottom/index.vue.d.ts +2 -9
- package/packages/icons/caret-right/index.vue.d.ts +2 -9
- package/packages/icons/chakancelve/index.vue.d.ts +2 -9
- package/packages/icons/change/index.vue.d.ts +2 -9
- package/packages/icons/change-2/index.vue.d.ts +2 -9
- package/packages/icons/change-3/index.vue.d.ts +2 -9
- package/packages/icons/changetenant/index.vue.d.ts +2 -9
- package/packages/icons/chart/index.vue.d.ts +2 -9
- package/packages/icons/chaxunxiangqing/index.vue.d.ts +2 -9
- package/packages/icons/check/index.vue.d.ts +2 -9
- package/packages/icons/chuanglianjiang/index.vue.d.ts +2 -9
- package/packages/icons/chuangliansheng/index.vue.d.ts +2 -9
- package/packages/icons/chuanglianting/index.vue.d.ts +2 -9
- package/packages/icons/chuizhiduiqi/index.vue.d.ts +2 -9
- package/packages/icons/chuizhijunfen/index.vue.d.ts +2 -9
- package/packages/icons/close/index.vue.d.ts +2 -9
- package/packages/icons/close-2/index.vue.d.ts +2 -9
- package/packages/icons/closeaudio/index.d.ts +1 -0
- package/packages/icons/closeaudio/index.js +17 -0
- package/packages/icons/closeaudio/index.js.gz +0 -0
- package/packages/icons/closeaudio/index.vue.d.ts +12 -0
- package/packages/icons/color/index.vue.d.ts +2 -9
- package/packages/icons/copy/index.vue.d.ts +2 -9
- package/packages/icons/custom/index.vue.d.ts +2 -9
- package/packages/icons/daochu/index.vue.d.ts +2 -9
- package/packages/icons/date/index.vue.d.ts +2 -9
- package/packages/icons/decline/index.vue.d.ts +2 -9
- package/packages/icons/default-btn/index.vue.d.ts +2 -9
- package/packages/icons/default-point/index.vue.d.ts +2 -9
- package/packages/icons/delete/index.vue.d.ts +2 -9
- package/packages/icons/delete-2/index.vue.d.ts +2 -9
- package/packages/icons/dengbijiesuo/index.vue.d.ts +2 -9
- package/packages/icons/dengbisuoding/index.vue.d.ts +2 -9
- package/packages/icons/dengdai/index.vue.d.ts +2 -9
- package/packages/icons/dianzan/index.vue.d.ts +2 -9
- package/packages/icons/dianzan-2/index.vue.d.ts +2 -9
- package/packages/icons/direction-control/index.vue.d.ts +2 -9
- package/packages/icons/ditu/index.vue.d.ts +2 -9
- package/packages/icons/dizhixuanze/index.vue.d.ts +2 -9
- package/packages/icons/double-arrow-left/index.vue.d.ts +2 -9
- package/packages/icons/double-arrow-right/index.vue.d.ts +2 -9
- package/packages/icons/down/index.vue.d.ts +2 -9
- package/packages/icons/down-2/index.vue.d.ts +2 -9
- package/packages/icons/down-3/index.vue.d.ts +2 -9
- package/packages/icons/download/index.vue.d.ts +2 -9
- package/packages/icons/drag/index.vue.d.ts +2 -9
- package/packages/icons/drawing/index.vue.d.ts +2 -9
- package/packages/icons/edit/index.vue.d.ts +2 -9
- package/packages/icons/edit-1/index.vue.d.ts +2 -9
- package/packages/icons/edit-3/index.vue.d.ts +2 -9
- package/packages/icons/empty/index.vue.d.ts +2 -9
- package/packages/icons/enlarge/index.vue.d.ts +2 -9
- package/packages/icons/entry/index.vue.d.ts +2 -9
- package/packages/icons/exit/index.vue.d.ts +2 -9
- package/packages/icons/fabu/index.vue.d.ts +2 -9
- package/packages/icons/fanhui/index.vue.d.ts +2 -9
- package/packages/icons/fasong/index.d.ts +1 -0
- package/packages/icons/fasong/index.js +22 -0
- package/packages/icons/fasong/index.js.gz +0 -0
- package/packages/icons/fasong/index.vue.d.ts +12 -0
- package/packages/icons/filter-3/index.vue.d.ts +2 -9
- package/packages/icons/finish/index.vue.d.ts +2 -9
- package/packages/icons/fold/index.vue.d.ts +2 -9
- package/packages/icons/folder-quest/index.vue.d.ts +2 -9
- package/packages/icons/form-tips/index.vue.d.ts +2 -9
- package/packages/icons/fresh/index.d.ts +1 -0
- package/packages/icons/fresh/index.js +22 -0
- package/packages/icons/fresh/index.js.gz +0 -0
- package/packages/icons/fresh/index.vue.d.ts +12 -0
- package/packages/icons/full/index.vue.d.ts +2 -9
- package/packages/icons/full-screen/index.vue.d.ts +2 -9
- package/packages/icons/fullscreen-2/index.vue.d.ts +2 -9
- package/packages/icons/fuzhi/index.vue.d.ts +2 -9
- package/packages/icons/fuzhineirong/index.d.ts +1 -0
- package/packages/icons/fuzhineirong/index.js +22 -0
- package/packages/icons/fuzhineirong/index.js.gz +0 -0
- package/packages/icons/fuzhineirong/index.vue.d.ts +12 -0
- package/packages/icons/gaojin/index.vue.d.ts +2 -9
- package/packages/icons/gengduocaozuo/index.vue.d.ts +2 -9
- package/packages/icons/global/index.vue.d.ts +2 -9
- package/packages/icons/gongzuotaiguanli/index.vue.d.ts +2 -9
- package/packages/icons/header-seach/index.vue.d.ts +2 -9
- package/packages/icons/header-setting/index.vue.d.ts +2 -9
- package/packages/icons/headersettings/index.vue.d.ts +2 -9
- package/packages/icons/hide/index.vue.d.ts +2 -9
- package/packages/icons/huabufuwei/index.vue.d.ts +2 -9
- package/packages/icons/huaxian/index.vue.d.ts +2 -9
- package/packages/icons/huida/index.d.ts +1 -0
- package/packages/icons/huida/index.js +22 -0
- package/packages/icons/huida/index.js.gz +0 -0
- package/packages/icons/huida/index.vue.d.ts +12 -0
- package/packages/icons/huidaodibu/index.d.ts +1 -0
- package/packages/icons/huidaodibu/index.js +22 -0
- package/packages/icons/huidaodibu/index.js.gz +0 -0
- package/packages/icons/huidaodibu/index.vue.d.ts +12 -0
- package/packages/icons/huifuchuchangshezhi/index.vue.d.ts +2 -9
- package/packages/icons/hyperlinks/index.vue.d.ts +2 -9
- package/packages/icons/img/index.vue.d.ts +2 -9
- package/packages/icons/index.d.ts +25 -0
- package/packages/icons/index.js +25 -0
- package/packages/icons/input-close/index.vue.d.ts +2 -9
- package/packages/icons/input-select/index.vue.d.ts +2 -9
- package/packages/icons/intnet/index.d.ts +1 -0
- package/packages/icons/intnet/index.js +17 -0
- package/packages/icons/intnet/index.js.gz +0 -0
- package/packages/icons/intnet/index.vue.d.ts +12 -0
- package/packages/icons/italic/index.vue.d.ts +2 -9
- package/packages/icons/jia-1/index.vue.d.ts +2 -9
- package/packages/icons/jian-1/index.vue.d.ts +2 -9
- package/packages/icons/jianshao-1/index.vue.d.ts +2 -9
- package/packages/icons/jinggao/index.vue.d.ts +2 -9
- package/packages/icons/jushangduiqi/index.vue.d.ts +2 -9
- package/packages/icons/juxiaduiqi/index.vue.d.ts +2 -9
- package/packages/icons/juxinghuizhi/index.vue.d.ts +2 -9
- package/packages/icons/juyouduiqi/index.vue.d.ts +2 -9
- package/packages/icons/juzuoduiqi/index.vue.d.ts +2 -9
- package/packages/icons/kaiguan/index.vue.d.ts +2 -9
- package/packages/icons/kaimen/index.vue.d.ts +2 -9
- package/packages/icons/know/index.d.ts +1 -0
- package/packages/icons/know/index.js +17 -0
- package/packages/icons/know/index.js.gz +0 -0
- package/packages/icons/know/index.vue.d.ts +12 -0
- package/packages/icons/knowed/index.d.ts +1 -0
- package/packages/icons/knowed/index.js +17 -0
- package/packages/icons/knowed/index.js.gz +0 -0
- package/packages/icons/knowed/index.vue.d.ts +12 -0
- package/packages/icons/knowopen/index.d.ts +1 -0
- package/packages/icons/knowopen/index.js +17 -0
- package/packages/icons/knowopen/index.js.gz +0 -0
- package/packages/icons/knowopen/index.vue.d.ts +12 -0
- package/packages/icons/layout-refresh/index.vue.d.ts +2 -9
- package/packages/icons/left/index.vue.d.ts +2 -9
- package/packages/icons/lianjie/index.d.ts +1 -0
- package/packages/icons/lianjie/index.js +22 -0
- package/packages/icons/lianjie/index.js.gz +0 -0
- package/packages/icons/lianjie/index.vue.d.ts +12 -0
- package/packages/icons/link/index.vue.d.ts +2 -9
- package/packages/icons/lishihuihua/index.d.ts +1 -0
- package/packages/icons/lishihuihua/index.js +22 -0
- package/packages/icons/lishihuihua/index.js.gz +0 -0
- package/packages/icons/lishihuihua/index.vue.d.ts +12 -0
- package/packages/icons/list/index.vue.d.ts +2 -9
- package/packages/icons/list-view/index.vue.d.ts +2 -9
- package/packages/icons/load/index.vue.d.ts +2 -9
- package/packages/icons/lock/index.vue.d.ts +2 -9
- package/packages/icons/marsh/index.vue.d.ts +2 -9
- package/packages/icons/me/index.vue.d.ts +2 -9
- package/packages/icons/more/index.vue.d.ts +2 -9
- package/packages/icons/more-2/index.vue.d.ts +2 -9
- package/packages/icons/more-btn/index.vue.d.ts +2 -9
- package/packages/icons/muted/index.vue.d.ts +2 -9
- package/packages/icons/notification-face/index.vue.d.ts +2 -9
- package/packages/icons/paiban/index.vue.d.ts +2 -9
- package/packages/icons/password-lock/index.vue.d.ts +2 -9
- package/packages/icons/password-lock2/index.vue.d.ts +2 -9
- package/packages/icons/pause/index.vue.d.ts +2 -9
- package/packages/icons/phone/index.vue.d.ts +2 -9
- package/packages/icons/pinglun/index.vue.d.ts +2 -9
- package/packages/icons/plan/index.vue.d.ts +2 -9
- package/packages/icons/play/index.vue.d.ts +2 -9
- package/packages/icons/preview/index.vue.d.ts +2 -9
- package/packages/icons/preview-eye/index.vue.d.ts +2 -9
- package/packages/icons/project-list/index.vue.d.ts +2 -9
- package/packages/icons/project-tree/index.vue.d.ts +2 -9
- package/packages/icons/promptinformation-l/index.vue.d.ts +2 -9
- package/packages/icons/qiehuangongzuotai/index.vue.d.ts +2 -9
- package/packages/icons/qingkong/index.d.ts +1 -0
- package/packages/icons/qingkong/index.js +22 -0
- package/packages/icons/qingkong/index.js.gz +0 -0
- package/packages/icons/qingkong/index.vue.d.ts +12 -0
- package/packages/icons/quanping/index.vue.d.ts +2 -9
- package/packages/icons/rate-all/index.vue.d.ts +2 -9
- package/packages/icons/rate-half/index.vue.d.ts +2 -9
- package/packages/icons/rate-none/index.vue.d.ts +2 -9
- package/packages/icons/recover/index.vue.d.ts +2 -9
- package/packages/icons/refresh/index.vue.d.ts +2 -9
- package/packages/icons/reload/index.vue.d.ts +2 -9
- package/packages/icons/reset/index.vue.d.ts +2 -9
- package/packages/icons/right/index.vue.d.ts +2 -9
- package/packages/icons/right-3/index.vue.d.ts +2 -9
- package/packages/icons/riqixuanze/index.vue.d.ts +2 -9
- package/packages/icons/rise/index.vue.d.ts +2 -9
- package/packages/icons/save/index.vue.d.ts +2 -9
- package/packages/icons/screenshot/index.vue.d.ts +2 -9
- package/packages/icons/search/index.vue.d.ts +2 -9
- package/packages/icons/select/index.vue.d.ts +2 -9
- package/packages/icons/select-confirm/index.vue.d.ts +2 -9
- package/packages/icons/select2/index.d.ts +1 -0
- package/packages/icons/select2/index.js +17 -0
- package/packages/icons/select2/index.vue.d.ts +12 -0
- package/packages/icons/set-up/index.vue.d.ts +2 -9
- package/packages/icons/setting/index.vue.d.ts +2 -9
- package/packages/icons/shangchuan/index.vue.d.ts +2 -9
- package/packages/icons/shebei/index.vue.d.ts +2 -9
- package/packages/icons/shebeiqunzu/index.vue.d.ts +2 -9
- package/packages/icons/shendusikao/index.d.ts +1 -0
- package/packages/icons/shendusikao/index.js +22 -0
- package/packages/icons/shendusikao/index.js.gz +0 -0
- package/packages/icons/shendusikao/index.vue.d.ts +12 -0
- package/packages/icons/sheweimoren/index.vue.d.ts +2 -9
- package/packages/icons/shisuan/index.vue.d.ts +2 -9
- package/packages/icons/shitu-kapian/index.vue.d.ts +2 -9
- package/packages/icons/shitu-liebiao/index.vue.d.ts +2 -9
- package/packages/icons/shitu-map/index.vue.d.ts +2 -9
- package/packages/icons/shortcut-keys/index.vue.d.ts +2 -9
- package/packages/icons/shoudongzhihang/index.vue.d.ts +2 -9
- package/packages/icons/shouqiliangcemianban/index.vue.d.ts +2 -9
- package/packages/icons/shouqiyoucemianban/index.vue.d.ts +2 -9
- package/packages/icons/shouqiyoucemianban-1/index.vue.d.ts +2 -9
- package/packages/icons/shouqizuocemianban/index.vue.d.ts +2 -9
- package/packages/icons/shouqizuocemianban-1/index.vue.d.ts +2 -9
- package/packages/icons/shouquan/index.vue.d.ts +2 -9
- package/packages/icons/show/index.vue.d.ts +2 -9
- package/packages/icons/shrink/index.vue.d.ts +2 -9
- package/packages/icons/shuaxin/index.vue.d.ts +2 -9
- package/packages/icons/shuipingduiqi/index.vue.d.ts +2 -9
- package/packages/icons/shuipingjunfen/index.vue.d.ts +2 -9
- package/packages/icons/shuyoufanye/index.vue.d.ts +2 -9
- package/packages/icons/shuzuofanye/index.vue.d.ts +2 -9
- package/packages/icons/solid-filter/index.vue.d.ts +2 -9
- package/packages/icons/start/index.vue.d.ts +2 -9
- package/packages/icons/stop/index.vue.d.ts +2 -9
- package/packages/icons/structural-diagram/index.vue.d.ts +2 -9
- package/packages/icons/success/index.vue.d.ts +2 -9
- package/packages/icons/system/index.vue.d.ts +2 -9
- package/packages/icons/table-header-search/index.vue.d.ts +2 -9
- package/packages/icons/text/index.vue.d.ts +2 -9
- package/packages/icons/tianjiaxinhuati/index.d.ts +1 -0
- package/packages/icons/tianjiaxinhuati/index.js +22 -0
- package/packages/icons/tianjiaxinhuati/index.js.gz +0 -0
- package/packages/icons/tianjiaxinhuati/index.vue.d.ts +12 -0
- package/packages/icons/tick/index.vue.d.ts +2 -9
- package/packages/icons/tishixinxi/index.vue.d.ts +2 -9
- package/packages/icons/tongguo/index.vue.d.ts +2 -9
- package/packages/icons/tongzhi/index.vue.d.ts +2 -9
- package/packages/icons/tubiaoku/index.vue.d.ts +2 -9
- package/packages/icons/tucao/index.d.ts +1 -0
- package/packages/icons/tucao/index.js +17 -0
- package/packages/icons/tucao/index.js.gz +0 -0
- package/packages/icons/tucao/index.vue.d.ts +12 -0
- package/packages/icons/tucao-2/index.d.ts +1 -0
- package/packages/icons/tucao-2/index.js +17 -0
- package/packages/icons/tucao-2/index.js.gz +0 -0
- package/packages/icons/tucao-2/index.vue.d.ts +12 -0
- package/packages/icons/tuichuquanping/index.vue.d.ts +2 -9
- package/packages/icons/tuozhuai/index.vue.d.ts +2 -9
- package/packages/icons/underline/index.vue.d.ts +2 -9
- package/packages/icons/unflod/index.vue.d.ts +2 -9
- package/packages/icons/unlock/index.vue.d.ts +2 -9
- package/packages/icons/up/index.vue.d.ts +2 -9
- package/packages/icons/up-2/index.vue.d.ts +2 -9
- package/packages/icons/vauth/index.vue.d.ts +2 -9
- package/packages/icons/view/index.vue.d.ts +2 -9
- package/packages/icons/view-2/index.vue.d.ts +2 -9
- package/packages/icons/volume/index.vue.d.ts +2 -9
- package/packages/icons/wangge/index.vue.d.ts +2 -9
- package/packages/icons/wangge-1/index.vue.d.ts +2 -9
- package/packages/icons/warning/index.vue.d.ts +2 -9
- package/packages/icons/warning-face/index.vue.d.ts +2 -9
- package/packages/icons/wendujiang/index.vue.d.ts +2 -9
- package/packages/icons/wendusheng/index.vue.d.ts +2 -9
- package/packages/icons/withdraw/index.vue.d.ts +2 -9
- package/packages/icons/xiala/index.vue.d.ts +2 -9
- package/packages/icons/xiazai/index.vue.d.ts +2 -9
- package/packages/icons/xinzengtongji/index.vue.d.ts +2 -9
- package/packages/icons/xuanzhuanjiaodu/index.vue.d.ts +2 -9
- package/packages/icons/yidongduan/index.vue.d.ts +2 -9
- package/packages/icons/yincang/index.vue.d.ts +2 -9
- package/packages/icons/yingpian/index.vue.d.ts +2 -9
- package/packages/icons/yingyong/index.d.ts +1 -0
- package/packages/icons/yingyong/index.js +17 -0
- package/packages/icons/yingyong/index.js.gz +0 -0
- package/packages/icons/yingyong/index.vue.d.ts +12 -0
- package/packages/icons/yitushoutu/index.vue.d.ts +2 -9
- package/packages/icons/yuanxinghuizhi/index.vue.d.ts +2 -9
- package/packages/icons/yulan-2/index.vue.d.ts +2 -9
- package/packages/icons/yuyin/index.d.ts +1 -0
- package/packages/icons/yuyin/index.js +17 -0
- package/packages/icons/yuyin/index.js.gz +0 -0
- package/packages/icons/yuyin/index.vue.d.ts +12 -0
- package/packages/icons/zhangaiwu/index.vue.d.ts +2 -9
- package/packages/icons/zhizhen/index.vue.d.ts +2 -9
- package/packages/icons/zhongxinshengcheng/index.d.ts +1 -0
- package/packages/icons/zhongxinshengcheng/index.js +22 -0
- package/packages/icons/zhongxinshengcheng/index.js.gz +0 -0
- package/packages/icons/zhongxinshengcheng/index.vue.d.ts +12 -0
- package/packages/icons/zhuomianduan/index.vue.d.ts +2 -9
- package/packages/icons/zidingyihuizhi/index.vue.d.ts +2 -9
- package/packages/icons/zuobiao/index.vue.d.ts +2 -9
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/select/style.css';
|
|
2
|
-
import { withInstall as
|
|
3
|
-
import { defineComponent as
|
|
2
|
+
import { withInstall as _e } from "@das-fed/utils/with-install/index";
|
|
3
|
+
import { defineComponent as $e, useCssVars as ul, computed as d, ref as n, watch as G, useSlots as il, onMounted as ie, onUnmounted as Ve, watchEffect as de, nextTick as T, resolveComponent as dl, createElementBlock as g, openBlock as c, normalizeStyle as q, normalizeClass as cl, createVNode as y, withDirectives as ce, createCommentVNode as k, createElementVNode as h, unref as r, createBlock as H, mergeProps as me, withModifiers as J, isRef as vl, createSlots as fl, withCtx as f, renderSlot as C, normalizeProps as Q, guardReactiveProps as Y, withKeys as pl, toDisplayString as W, createTextVNode as ve, Fragment as fe } from "vue";
|
|
4
4
|
import { Select as ml, Tag as pe } from "ant-design-vue";
|
|
5
|
-
import { DasCheckbox as
|
|
5
|
+
import { DasCheckbox as ze } from "@das-fed/ui/packages/components/checkbox/index";
|
|
6
6
|
import { vScrollbar as hl } from "@das-fed/ui/packages/components/scrollbar/index";
|
|
7
7
|
import { DasTooltip as bl } from "@das-fed/ui/packages/components/tooltip/index";
|
|
8
|
-
import { vDasTooltip as
|
|
8
|
+
import { vDasTooltip as Le } from "@das-fed/ui/packages/components/text-tooltip/index";
|
|
9
9
|
import { DasInput as gl } from "@das-fed/ui/packages/components/input/index";
|
|
10
10
|
import { DasIconXiala as yl } from "@das-fed/ui/packages/icons/xiala/index";
|
|
11
11
|
import { DasIconEmpty as Cl } from "@das-fed/ui/packages/icons/empty/index";
|
|
12
12
|
import { DasErrorOverlayModel as wl } from "@das-fed/ui/packages/components/error-overlay-model/index";
|
|
13
13
|
import { vHoverInside as xl } from "@das-fed/utils/directive";
|
|
14
|
-
import { getVarValue as Tl, getVar as
|
|
14
|
+
import { getVarValue as Tl, getVar as Ne, setThemeRule as kl } from "@das-fed/web/packages/theme/index";
|
|
15
15
|
import { t as P, currentLang as Il, setI18nRule as Sl } from "@das-fed/web/packages/i18n/index";
|
|
16
16
|
import { useZIndex as Vl } from "@das-fed/utils/hooks/popup-manager/use-zindex";
|
|
17
17
|
import { useModelValue as zl } from "@das-fed/utils/vue";
|
|
@@ -19,15 +19,15 @@ import { calcTextWidth as Ll } from "@das-fed/utils/common-tools";
|
|
|
19
19
|
import "ant-design-vue/es/select/style/css";
|
|
20
20
|
import "ant-design-vue/es/tag/style/css";
|
|
21
21
|
import { SelectOption as Nl } from "ant-design-vue/es";
|
|
22
|
-
const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style: { display: "inline-block" } }, Ml = { key: 0 },
|
|
22
|
+
const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style: { display: "inline-block" } }, Ml = { key: 0 }, Al = { key: 2 }, Bl = { style: { display: "inline-block" } }, Dl = ["innerHTML"], El = ["innerHTML"], Ol = {
|
|
23
23
|
key: 0,
|
|
24
24
|
class: "das-select-error-label-content das-select-label-content"
|
|
25
|
-
}, Wl = { class: "ant-select ant-select-multiple ant-select-selection-overflow-item ant-select-selection-overflow-item-rest" }, Pl = { class: "ant-select-selection-item" }, Rl = { class: "ant-select-selection-item-content" }, ql = ["innerHTML"], Hl =
|
|
25
|
+
}, Wl = { class: "ant-select ant-select-multiple ant-select-selection-overflow-item ant-select-selection-overflow-item-rest" }, Pl = { class: "ant-select-selection-item" }, Rl = { class: "ant-select-selection-item-content" }, ql = ["innerHTML"], Hl = $e({
|
|
26
26
|
inheritAttrs: !1,
|
|
27
27
|
components: {
|
|
28
28
|
VNodes: (I, { attrs: $ }) => $.vnodes
|
|
29
29
|
}
|
|
30
|
-
}), Zl = /* @__PURE__ */
|
|
30
|
+
}), Zl = /* @__PURE__ */ $e({
|
|
31
31
|
...Hl,
|
|
32
32
|
__name: "Select",
|
|
33
33
|
props: {
|
|
@@ -61,21 +61,22 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
61
61
|
teleported: { type: Boolean, default: !0 },
|
|
62
62
|
errorModelZIndex: { default: 2e3 },
|
|
63
63
|
isExterControlCount: { type: Boolean, default: !1 },
|
|
64
|
-
dropdownMode: {}
|
|
64
|
+
dropdownMode: {},
|
|
65
|
+
inputAttrs: {}
|
|
65
66
|
},
|
|
66
67
|
emits: ["update:model-value", "change", "focus", "blur", "dropdownVisibleChange", "addCustomItem"],
|
|
67
68
|
setup(I, { expose: $, emit: F }) {
|
|
68
69
|
ul((e) => ({
|
|
69
|
-
"
|
|
70
|
-
"
|
|
70
|
+
"3e85892a": Pe.value,
|
|
71
|
+
"785ca243": Re.value
|
|
71
72
|
}));
|
|
72
73
|
const l = I, w = F, s = zl(l, "modelValue"), ee = d(() => {
|
|
73
74
|
var e;
|
|
74
75
|
return `<span class='key'>${((e = s.value) == null ? void 0 : e.length) ?? 0}</span>`;
|
|
75
|
-
}), M = n(null),
|
|
76
|
+
}), M = n(null), he = n(null), b = n(!1), Z = d(() => l.isView ? l.noSetDefaultVal ? "" : "-" : l.placeholder || P("请选择")), Me = d(() => M.value ? M.value.querySelector(".ant-select-selector") : null), A = n(0), B = n(0), Ae = d(() => l.isTooltip && S.value ? !1 : !l.isTooltip || z.value || !Ie.value || !ae.value), Be = d(() => (Array.isArray(s.value) ? s.value.length : s.value) ? Ie.value : Z.value), be = () => {
|
|
76
77
|
const e = l.size === "table" ? 12 : 14;
|
|
77
78
|
return Ll(Z.value, e);
|
|
78
|
-
},
|
|
79
|
+
}, ge = () => {
|
|
79
80
|
var _;
|
|
80
81
|
const e = M.value.querySelector(".ant-select-selection-placeholder"), t = (_ = x.value) == null ? void 0 : _.$el.querySelectorAll(".ant-select-selection-item");
|
|
81
82
|
t && t.length && t.forEach((X) => X.removeAttribute("title"));
|
|
@@ -86,12 +87,12 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
86
87
|
}, S = n(!1);
|
|
87
88
|
G(() => [Z.value, s.value], () => {
|
|
88
89
|
T(() => {
|
|
89
|
-
|
|
90
|
+
B.value = ge(), A.value = be(), ((Array.isArray(s.value) ? s.value.length : s.value) || B.value === A.value || A.value - B.value < 1) && (S.value = !1);
|
|
90
91
|
});
|
|
91
92
|
}), G(
|
|
92
93
|
() => {
|
|
93
94
|
var e;
|
|
94
|
-
return (e =
|
|
95
|
+
return (e = he.value) == null ? void 0 : e.$tooltipRef.popperRef.contentRef;
|
|
95
96
|
},
|
|
96
97
|
(e) => {
|
|
97
98
|
e && (e.addEventListener("mouseenter", function() {
|
|
@@ -103,25 +104,25 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
103
104
|
}));
|
|
104
105
|
}
|
|
105
106
|
);
|
|
106
|
-
const
|
|
107
|
+
const ye = n(null), Ce = d(() => l.dropdownMode ?? l.mode ?? ""), D = n(null), De = n(null), E = n(""), Ee = () => {
|
|
107
108
|
D.value = !0;
|
|
108
109
|
}, Oe = () => {
|
|
109
110
|
D.value = null;
|
|
110
|
-
},
|
|
111
|
+
}, we = () => {
|
|
111
112
|
E.value && (w("addCustomItem", E.value), T(() => {
|
|
112
113
|
x.value.focus(), E.value = "";
|
|
113
114
|
}));
|
|
114
|
-
},
|
|
115
|
-
l.dropdownMode === "custom" && !
|
|
115
|
+
}, xe = il(), le = () => {
|
|
116
|
+
l.dropdownMode === "custom" && !xe.dropdownRender && (D.value = !1, T(() => {
|
|
116
117
|
D.value = null;
|
|
117
118
|
}));
|
|
118
119
|
};
|
|
119
120
|
ie(() => {
|
|
120
121
|
document.addEventListener("click", le);
|
|
121
|
-
}),
|
|
122
|
+
}), Ve(() => {
|
|
122
123
|
document.removeEventListener("click", le);
|
|
123
124
|
});
|
|
124
|
-
const x = n(),
|
|
125
|
+
const x = n(), Te = n(), te = n(!1), oe = d(() => {
|
|
125
126
|
if (D.value !== null) return D.value;
|
|
126
127
|
if (l.open !== void 0) return l.open;
|
|
127
128
|
}), V = 1e6, u = n(100), i = n(100), z = n(!1), ae = n(!0), se = n(!1);
|
|
@@ -136,7 +137,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
136
137
|
}
|
|
137
138
|
}, 300));
|
|
138
139
|
}), de(() => {
|
|
139
|
-
l.options && (
|
|
140
|
+
l.options && (Te.value = l.options.map((e) => (e.title = e.title ? e.title : "", e)));
|
|
140
141
|
});
|
|
141
142
|
const We = () => {
|
|
142
143
|
setTimeout(async () => {
|
|
@@ -148,9 +149,9 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
148
149
|
}), ie(() => {
|
|
149
150
|
se.value = !0, l.focusOpen || (i.value = 1, u.value = i.value, b.value = !0);
|
|
150
151
|
});
|
|
151
|
-
const Pe = d(() => l.width ? l.width : "230px"), Re = d(() => l.height ? l.height : "auto"),
|
|
152
|
-
"z-index":
|
|
153
|
-
})),
|
|
152
|
+
const Pe = d(() => l.width ? l.width : "230px"), Re = d(() => l.height ? l.height : "auto"), ke = n(3e3), qe = d(() => ({
|
|
153
|
+
"z-index": ke.value
|
|
154
|
+
})), Ie = d(() => {
|
|
154
155
|
var t;
|
|
155
156
|
let e = [];
|
|
156
157
|
if (l.mode != "combobox" && Array.isArray(s.value))
|
|
@@ -191,9 +192,9 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
191
192
|
"white-space": "break-spaces"
|
|
192
193
|
}), O = n(), Xe = () => {
|
|
193
194
|
var a;
|
|
194
|
-
|
|
195
|
+
B.value = ge(), A.value = be();
|
|
195
196
|
let e = (a = x.value) == null ? void 0 : a.$el.querySelectorAll(".ant-select-selection-item");
|
|
196
|
-
!!(Array.isArray(s.value) ? s.value.length : e != null && e.length) ||
|
|
197
|
+
!!(Array.isArray(s.value) ? s.value.length : e != null && e.length) || B.value === A.value || A.value - B.value < 1 ? S.value = !1 : (S.value = !0, O.value && clearTimeout(O.value)), ne.value = !0;
|
|
197
198
|
}, Ge = () => {
|
|
198
199
|
O.value = setTimeout(() => {
|
|
199
200
|
S.value = !1;
|
|
@@ -201,7 +202,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
201
202
|
}, Je = (e, t) => {
|
|
202
203
|
e ? Xe() : Ge();
|
|
203
204
|
}, Qe = (e) => {
|
|
204
|
-
e && (
|
|
205
|
+
e && (ke.value = Vl().nextZIndex(), E.value = ""), U.value = e, l.mode == "combobox" && (e || setTimeout(() => {
|
|
205
206
|
var t, a;
|
|
206
207
|
(a = (t = x.value) == null ? void 0 : t.blur) == null || a.call(t);
|
|
207
208
|
})), w("dropdownVisibleChange", e);
|
|
@@ -233,7 +234,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
233
234
|
var e, t;
|
|
234
235
|
(t = (e = x.value) == null ? void 0 : e.blur) == null || t.call(e);
|
|
235
236
|
}), l.mode != "combobox";
|
|
236
|
-
},
|
|
237
|
+
}, Se = (e) => {
|
|
237
238
|
if (T(() => {
|
|
238
239
|
U.value = !1;
|
|
239
240
|
}), l.mode == "combobox") {
|
|
@@ -252,7 +253,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
252
253
|
if (e && l.mode !== "combobox") {
|
|
253
254
|
te.value = !1;
|
|
254
255
|
let t = new Event("blur");
|
|
255
|
-
|
|
256
|
+
Se(t);
|
|
256
257
|
}
|
|
257
258
|
}
|
|
258
259
|
);
|
|
@@ -269,7 +270,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
269
270
|
N(), u.value = i.value, b.value = !0;
|
|
270
271
|
}));
|
|
271
272
|
}), j.observe(M.value);
|
|
272
|
-
}),
|
|
273
|
+
}), Ve(() => {
|
|
273
274
|
j && j.disconnect();
|
|
274
275
|
});
|
|
275
276
|
const N = () => {
|
|
@@ -280,7 +281,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
280
281
|
if (!t) return;
|
|
281
282
|
let a = t.offsetWidth - 5;
|
|
282
283
|
l.borderType === "underline" && (a -= 10);
|
|
283
|
-
const p = Math.ceil(
|
|
284
|
+
const p = Math.ceil(ye.value.querySelector(".ant-tag").offsetWidth) + 4;
|
|
284
285
|
let v = e.querySelectorAll(".ant-select-selection-overflow-item");
|
|
285
286
|
if (v.length < 1) return;
|
|
286
287
|
u.value = V;
|
|
@@ -294,7 +295,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
294
295
|
}
|
|
295
296
|
if (i.value === 0) {
|
|
296
297
|
let m = v[0], rl = m.querySelector(".anticon-close") ? 86 : 69;
|
|
297
|
-
m && !m.classList.contains("ant-select-selection-overflow-item-rest") && rl <= a - p && !
|
|
298
|
+
m && !m.classList.contains("ant-select-selection-overflow-item-rest") && rl <= a - p && !xe.tagRender && (i.value = 1, m.classList.add("ellipsis"));
|
|
298
299
|
}
|
|
299
300
|
}, re = n(!1);
|
|
300
301
|
G(
|
|
@@ -333,19 +334,19 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
333
334
|
[
|
|
334
335
|
y(r(bl), {
|
|
335
336
|
ref_key: "inputTooltipRef",
|
|
336
|
-
ref:
|
|
337
|
+
ref: he,
|
|
337
338
|
placement: "top",
|
|
338
339
|
"virtual-triggering": "",
|
|
339
340
|
"virtual-ref": Me.value,
|
|
340
|
-
disabled:
|
|
341
|
-
content:
|
|
341
|
+
disabled: Ae.value,
|
|
342
|
+
content: Be.value
|
|
342
343
|
}, null, 8, ["virtual-ref", "disabled", "content"]),
|
|
343
|
-
ce((c(), H(r(ml),
|
|
344
|
+
ce((c(), H(r(ml), me({ mode: e.mode }, e.$attrs, {
|
|
344
345
|
value: r(s),
|
|
345
346
|
"onUpdate:value": t[4] || (t[4] = (o) => vl(s) ? s.value = o : null),
|
|
346
347
|
ref_key: "$select",
|
|
347
348
|
ref: x,
|
|
348
|
-
options:
|
|
349
|
+
options: Te.value,
|
|
349
350
|
fieldNames: e.fieldNames,
|
|
350
351
|
bordered: l.borderType === "bordered",
|
|
351
352
|
disabled: l.disabled || l.isView,
|
|
@@ -367,7 +368,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
367
368
|
t[5] || (t[5] = J(() => {
|
|
368
369
|
}, ["stop"]))
|
|
369
370
|
],
|
|
370
|
-
onBlur:
|
|
371
|
+
onBlur: Se
|
|
371
372
|
}), fl({
|
|
372
373
|
option: f((o) => [
|
|
373
374
|
C(e.$slots, "option", Q(Y(o)), () => {
|
|
@@ -388,14 +389,14 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
388
389
|
/* TEXT */
|
|
389
390
|
)
|
|
390
391
|
])), [
|
|
391
|
-
[r(
|
|
392
|
+
[r(Le)]
|
|
392
393
|
]) : (c(), g(
|
|
393
394
|
fe,
|
|
394
395
|
{ key: 1 },
|
|
395
396
|
[
|
|
396
397
|
k(` <das-tooltip v-if="mode === 'combobox'" placement="right-start" :text="option[labelKeyName]"></das-tooltip> `),
|
|
397
398
|
h("div", $l, [
|
|
398
|
-
(c(), H(r(
|
|
399
|
+
(c(), H(r(ze), {
|
|
399
400
|
class: "das-select-checkbox",
|
|
400
401
|
modelValue: (p = r(s)) == null ? void 0 : p.includes(o[L.value]),
|
|
401
402
|
key: o[L.value],
|
|
@@ -408,7 +409,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
408
409
|
/* TEXT */
|
|
409
410
|
)
|
|
410
411
|
])), [
|
|
411
|
-
[r(
|
|
412
|
+
[r(Le)]
|
|
412
413
|
])
|
|
413
414
|
])
|
|
414
415
|
],
|
|
@@ -450,9 +451,9 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
450
451
|
C(e.$slots, "dropdownRender", Q(Y({ menuNode: o })), () => {
|
|
451
452
|
var p;
|
|
452
453
|
return [
|
|
453
|
-
|
|
454
|
+
Ce.value === "combobox" ? (c(), g("div", Ml, [
|
|
454
455
|
y(a, { vnodes: o }, null, 8, ["vnodes"])
|
|
455
|
-
])) :
|
|
456
|
+
])) : Ce.value === "custom" ? (c(), g("div", {
|
|
456
457
|
key: 1,
|
|
457
458
|
onClick: t[2] || (t[2] = J(() => {
|
|
458
459
|
}, ["stop"]))
|
|
@@ -465,22 +466,22 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
465
466
|
onMousedown: t[1] || (t[1] = (v) => v.preventDefault())
|
|
466
467
|
},
|
|
467
468
|
[
|
|
468
|
-
y(r(gl), {
|
|
469
|
+
y(r(gl), me({
|
|
469
470
|
ref_key: "testInput",
|
|
470
471
|
ref: De,
|
|
471
472
|
modelValue: E.value,
|
|
472
473
|
"onUpdate:modelValue": t[0] || (t[0] = (v) => E.value = v),
|
|
473
|
-
onKeyup: pl(
|
|
474
|
+
onKeyup: pl(we, ["enter"]),
|
|
474
475
|
onFocus: J(Ee, ["stop"]),
|
|
475
476
|
onBlur: J(Oe, ["stop"]),
|
|
476
477
|
width: "100%",
|
|
477
478
|
borderType: "bordered"
|
|
478
|
-
}, null,
|
|
479
|
+
}, l.inputAttrs), null, 16, ["modelValue"]),
|
|
479
480
|
h(
|
|
480
481
|
"div",
|
|
481
482
|
{
|
|
482
483
|
class: "addBtn",
|
|
483
|
-
onClick:
|
|
484
|
+
onClick: we
|
|
484
485
|
},
|
|
485
486
|
W(r(P)("添加")),
|
|
486
487
|
1
|
|
@@ -490,7 +491,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
490
491
|
32
|
|
491
492
|
/* NEED_HYDRATION */
|
|
492
493
|
)
|
|
493
|
-
])) : (c(), g("div",
|
|
494
|
+
])) : (c(), g("div", Al, [
|
|
494
495
|
y(a, { vnodes: o }, null, 8, ["vnodes"]),
|
|
495
496
|
(p = l.options) != null && p.length ? (c(), g(
|
|
496
497
|
"div",
|
|
@@ -500,8 +501,8 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
500
501
|
onMousedown: t[3] || (t[3] = (v) => v.preventDefault())
|
|
501
502
|
},
|
|
502
503
|
[
|
|
503
|
-
h("div",
|
|
504
|
-
y(r(
|
|
504
|
+
h("div", Bl, [
|
|
505
|
+
y(r(ze), {
|
|
505
506
|
modelValue: He.value,
|
|
506
507
|
indeterminate: Ze.value,
|
|
507
508
|
onChange: ll,
|
|
@@ -628,7 +629,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
628
629
|
{
|
|
629
630
|
class: "ant-select-selection-overflow",
|
|
630
631
|
ref_key: "virtualTotalCount",
|
|
631
|
-
ref:
|
|
632
|
+
ref: ye,
|
|
632
633
|
style: { position: "absolute", left: "-50%", top: "-50%", opacity: "0", "pointer-events": "none" }
|
|
633
634
|
},
|
|
634
635
|
[
|
|
@@ -664,12 +665,12 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
664
665
|
for (const [l, w] of $)
|
|
665
666
|
F[l] = w;
|
|
666
667
|
return F;
|
|
667
|
-
}, Kl = /* @__PURE__ */ Fe(Zl, [["__scopeId", "data-v-
|
|
668
|
+
}, Kl = /* @__PURE__ */ Fe(Zl, [["__scopeId", "data-v-ff4b9c6d"]]), Ul = {};
|
|
668
669
|
function jl(I, $) {
|
|
669
670
|
const F = Nl;
|
|
670
671
|
return c(), H(
|
|
671
672
|
F,
|
|
672
|
-
|
|
673
|
+
me({ class: "das-ui-select-option" }, I.$attrs),
|
|
673
674
|
null,
|
|
674
675
|
16
|
|
675
676
|
/* FULL_PROPS */
|
|
@@ -678,13 +679,13 @@ function jl(I, $) {
|
|
|
678
679
|
const Xl = /* @__PURE__ */ Fe(Ul, [["render", jl]]), Gl = {
|
|
679
680
|
"--das-ui-select-color-bg": "#FFFFFF",
|
|
680
681
|
// 默认背景色
|
|
681
|
-
"--das-ui-select-color-primary":
|
|
682
|
+
"--das-ui-select-color-primary": Ne("--das-ui-color-primary"),
|
|
682
683
|
// 主题色
|
|
683
684
|
"--das-ui-select-color-text": "#212121",
|
|
684
685
|
// 主文本色
|
|
685
686
|
"--das-ui-select-color-border": "#d9d9d9",
|
|
686
687
|
// 边框基础色
|
|
687
|
-
"--das-ui-select-color-underline":
|
|
688
|
+
"--das-ui-select-color-underline": Ne("--das-ui-color-help"),
|
|
688
689
|
// 下划线基础色
|
|
689
690
|
"--das-ui-select-color-error": "#FB2323",
|
|
690
691
|
// 错误边框色
|
|
@@ -734,7 +735,7 @@ const Xl = /* @__PURE__ */ Fe(Ul, [["render", jl]]), Gl = {
|
|
|
734
735
|
};
|
|
735
736
|
Sl(Jl);
|
|
736
737
|
kl(Gl);
|
|
737
|
-
const yt =
|
|
738
|
+
const yt = _e(Kl), Ct = _e(Xl), wt = { name: "select 选择器" };
|
|
738
739
|
export {
|
|
739
740
|
yt as DasSelect,
|
|
740
741
|
Ct as DasSelectOption,
|
|
Binary file
|
|
@@ -22,19 +22,19 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
22
22
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
23
23
|
disabled: boolean;
|
|
24
24
|
mode: "multiple" | "tags" | "combobox";
|
|
25
|
+
placeholder: string;
|
|
25
26
|
modelValue: any;
|
|
26
|
-
showArrow: boolean;
|
|
27
|
-
open: boolean;
|
|
28
|
-
teleported: boolean;
|
|
29
27
|
getPopupContainer: Function;
|
|
28
|
+
teleported: boolean;
|
|
30
29
|
width: string | number;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
isView: boolean;
|
|
30
|
+
showArrow: boolean;
|
|
31
|
+
open: boolean;
|
|
34
32
|
error: boolean;
|
|
33
|
+
isView: boolean;
|
|
34
|
+
noSetDefaultVal: boolean;
|
|
35
35
|
errorMode: "default" | "overlay";
|
|
36
36
|
errorModelZIndex: number;
|
|
37
|
-
|
|
37
|
+
borderType: "underline" | "bordered" | "none";
|
|
38
38
|
fieldNames: any;
|
|
39
39
|
optionFilterProp: string;
|
|
40
40
|
maxTagTextLength: number;
|
|
@@ -58,19 +58,29 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
58
58
|
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
59
59
|
}, "expose">) => unknown;
|
|
60
60
|
}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
61
|
-
default?: (
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
61
|
+
default?: (props: {}) => any;
|
|
62
|
+
} & {
|
|
63
|
+
option?: (props: any) => any;
|
|
64
|
+
} & {
|
|
65
|
+
tagRender?: (props: any) => any;
|
|
66
|
+
} & {
|
|
67
|
+
dropdownRender?: (props: {
|
|
65
68
|
menuNode: any;
|
|
66
|
-
}) => any
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
}) => any;
|
|
70
|
+
} & {
|
|
71
|
+
clearIcon?: (props: {}) => any;
|
|
72
|
+
} & {
|
|
73
|
+
maxTagPlaceholder?: (props: any) => any;
|
|
74
|
+
} & {
|
|
75
|
+
menuItemSelectedIcon?: (props: {}) => any;
|
|
76
|
+
} & {
|
|
77
|
+
notFoundContent?: (props: {}) => any;
|
|
78
|
+
} & {
|
|
79
|
+
placeholder?: (props: {}) => any;
|
|
80
|
+
} & {
|
|
81
|
+
removeIcon?: (props: {}) => any;
|
|
82
|
+
} & {
|
|
83
|
+
suffixIcon?: (props: {}) => any;
|
|
74
84
|
}>;
|
|
75
85
|
export default _default;
|
|
76
86
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-select[data-v-c5311fc8]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-c5311fc8]{position:absolute;top:100%;left:0;width:var(--39ebb276)}.das-ui-select.show-ellipsis[data-v-c5311fc8] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-c5311fc8] .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-c5311fc8] .ant-select{width:100%;height:var(--2c88bb12)}.das-ui-select[data-v-c5311fc8] .ant-select .das-select-error-label-content{width:var(--39ebb276);font-size:12px}.das-ui-select[data-v-c5311fc8] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-c5311fc8] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-c5311fc8] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-c5311fc8] .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-c5311fc8] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .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-c5311fc8] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-c5311fc8] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-c5311fc8] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-c5311fc8] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-c5311fc8] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-c5311fc8] .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-c5311fc8] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-c5311fc8] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-c5311fc8] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-c5311fc8] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-c5311fc8] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-c5311fc8] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-c5311fc8] .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-c5311fc8] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-c5311fc8] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-search{left:8px}.das-ui-select.bordered[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px}.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-c5311fc8] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-c5311fc8] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-c5311fc8] .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-c5311fc8] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-c5311fc8] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector input{cursor:default}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-c5311fc8] .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-c5311fc8] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-c5311fc8] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-c5311fc8] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-c5311fc8]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-c5311fc8]{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-ff4b9c6d]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-ff4b9c6d]{position:absolute;top:100%;left:0;width:var(--3e85892a)}.das-ui-select.show-ellipsis[data-v-ff4b9c6d] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-ff4b9c6d] .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-ff4b9c6d] .ant-select{width:100%;height:var(--785ca243)}.das-ui-select[data-v-ff4b9c6d] .ant-select .das-select-error-label-content{width:var(--3e85892a);font-size:12px}.das-ui-select[data-v-ff4b9c6d] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-ff4b9c6d] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-ff4b9c6d] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-ff4b9c6d] .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-ff4b9c6d] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .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-ff4b9c6d] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-ff4b9c6d] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-ff4b9c6d] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-ff4b9c6d] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-ff4b9c6d] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-ff4b9c6d] .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-ff4b9c6d] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-ff4b9c6d] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-ff4b9c6d] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-ff4b9c6d] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-ff4b9c6d] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-ff4b9c6d] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-ff4b9c6d] .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-ff4b9c6d] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-search{left:8px}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-ff4b9c6d] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-ff4b9c6d] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-ff4b9c6d] .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-ff4b9c6d] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-ff4b9c6d] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector input{cursor:default}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-ff4b9c6d] .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-ff4b9c6d] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-ff4b9c6d] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-ff4b9c6d]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-ff4b9c6d]{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
|
|
@@ -2,15 +2,15 @@ import '@das-fed/ui/packages/global/theme';
|
|
|
2
2
|
declare const DasSelectInput: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
3
|
"update:modelValue": (value: string) => any;
|
|
4
4
|
"update:optionValue": (value: string | number) => any;
|
|
5
|
+
dasInput: (value: string) => any;
|
|
5
6
|
selectChange: (value: string | number) => any;
|
|
6
7
|
inputChange: (value: string) => any;
|
|
7
|
-
dasInput: (value: string) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
"onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
|
|
11
|
+
onDasInput?: ((value: string) => any) | undefined;
|
|
11
12
|
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
12
13
|
onInputChange?: ((value: string) => any) | undefined;
|
|
13
|
-
onDasInput?: ((value: string) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
15
|
modelValue: any;
|
|
16
16
|
width: string | number;
|
|
@@ -18,9 +18,9 @@ declare const DasSelectInput: import("@das-fed/utils").SFCWithInstall<import("vu
|
|
|
18
18
|
optionValue: any;
|
|
19
19
|
optionsLabelKey: string | number | object;
|
|
20
20
|
optionsValueKey: string | number;
|
|
21
|
+
isExpandAtFocus: boolean;
|
|
21
22
|
hasIcon: boolean;
|
|
22
23
|
isSearch: boolean;
|
|
23
|
-
isExpandAtFocus: boolean;
|
|
24
24
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
25
25
|
export { DasSelectInput };
|
|
26
26
|
export default DasSelectInput;
|
|
@@ -2,15 +2,15 @@ import type { Props } from './type';
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
3
|
"update:modelValue": (value: string) => any;
|
|
4
4
|
"update:optionValue": (value: string | number) => any;
|
|
5
|
+
dasInput: (value: string) => any;
|
|
5
6
|
selectChange: (value: string | number) => any;
|
|
6
7
|
inputChange: (value: string) => any;
|
|
7
|
-
dasInput: (value: string) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
"onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
|
|
11
|
+
onDasInput?: ((value: string) => any) | undefined;
|
|
11
12
|
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
12
13
|
onInputChange?: ((value: string) => any) | undefined;
|
|
13
|
-
onDasInput?: ((value: string) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
15
|
modelValue: any;
|
|
16
16
|
width: string | number;
|
|
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
18
18
|
optionValue: any;
|
|
19
19
|
optionsLabelKey: string | number | object;
|
|
20
20
|
optionsValueKey: string | number;
|
|
21
|
+
isExpandAtFocus: boolean;
|
|
21
22
|
hasIcon: boolean;
|
|
22
23
|
isSearch: boolean;
|
|
23
|
-
isExpandAtFocus: boolean;
|
|
24
24
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
25
|
export default _default;
|