@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
|
@@ -3959,11 +3959,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
3959
3959
|
emptyText: string;
|
|
3960
3960
|
defaultExpandAll: boolean;
|
|
3961
3961
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
3962
|
-
default?: (
|
|
3962
|
+
default?: (props: {
|
|
3963
3963
|
node: any;
|
|
3964
3964
|
data: any;
|
|
3965
|
-
}) => any
|
|
3966
|
-
|
|
3965
|
+
}) => any;
|
|
3966
|
+
} & {
|
|
3967
|
+
'empty-text'?: (props: {}) => any;
|
|
3967
3968
|
}>;
|
|
3968
3969
|
export default _default;
|
|
3969
3970
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -12,7 +12,7 @@ declare const DasWatermark: import("@das-fed/utils").SFCWithInstall<{
|
|
|
12
12
|
__isSuspense?: never;
|
|
13
13
|
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
14
14
|
$slots: {
|
|
15
|
-
default?: (
|
|
15
|
+
default?: (props: {}) => any;
|
|
16
16
|
};
|
|
17
17
|
})>;
|
|
18
18
|
export { DasWatermark };
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
import { ElWatermark } from 'element-plus';
|
|
2
1
|
import 'element-plus/es/components/watermark/style/css';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
2
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
6
4
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
ElWatermark: typeof ElWatermark;
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
};
|
|
11
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
13
8
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './1-grids.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './4-grids.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './9-grids.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './add.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './add2.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './addItem.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './addto.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './alarm.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './arrow-first.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './arrow-last.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconAudioing } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as n, createBlock as e, openBlock as p, unref as o, mergeProps as s, withCtx as i, renderSlot as a } from "vue";
|
|
2
|
+
import { DasBaseIcon as r } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const h = '<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1741163773040" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13358" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M512 128v768q-149.3504 0-260.3008-195.4304H128a42.6496 42.6496 0 0 1-42.6496-42.6496V362.9056c0-23.552 19.0976-42.6496 42.6496-42.6496h123.6992Q362.6496 128 512 128z" p-id="13359"></path><path d="M229.888 281.856H128q-33.5872 0-57.344 23.7056-23.7056 23.7568-23.7056 57.344v295.0144q0 33.536 23.7056 57.344 23.7568 23.7056 57.344 23.7056h101.7344Q348.2624 934.4 512 934.4q3.7888 0 7.4752-0.7168 3.7376-0.768 7.2192-2.2016 3.4816-1.4336 6.656-3.584 3.1232-2.048 5.7856-4.7616 2.7136-2.6624 4.8128-5.7856 2.048-3.1744 3.5328-6.656 1.4336-3.4816 2.2016-7.168 0.7168-3.7376 0.7168-7.5264v-768q0-3.7888-0.7168-7.4752-0.768-3.7376-2.2016-7.2192-1.4336-3.4816-3.584-6.656-2.048-3.1232-4.7616-5.7856-2.6624-2.7136-5.7856-4.8128-3.1744-2.048-6.656-3.5328-3.4816-1.4336-7.168-2.2016-3.7376-0.7168-7.5264-0.7168-163.5328 0-282.112 192.256z m21.8112 76.8q5.0688 0 9.9328-1.3312 4.9152-1.3312 9.2672-3.84 4.4032-2.56 7.936-6.144 3.584-3.5328 6.144-7.936 84.48-146.432 188.6208-168.96v683.008q-103.936-22.8864-188.5184-171.8272-2.5088-4.4544-6.0928-8.0896-3.584-3.584-7.9872-6.144-4.4032-2.56-9.3184-3.8912-4.9152-1.3312-9.984-1.3312H128q-4.2496 0-4.2496-4.2496V362.9056q0-4.2496 4.2496-4.2496h123.6992z" p-id="13360"></path><path d="M656.0768 353.4848q-3.7888-3.0208-6.8096-6.7584-3.0208-3.7888-5.12-8.1408-2.048-4.352-3.1744-9.0624-1.024-4.7104-1.024-9.5232 0-4.1984 0.768-8.3456 0.8192-4.096 2.4576-8.0384 1.5872-3.8912 3.9424-7.3728 2.3552-3.4816 5.3248-6.4512 2.9696-3.0208 6.4512-5.3248 3.5328-2.3552 7.424-3.9424 3.8912-1.6384 7.9872-2.4576 4.1472-0.8192 8.3456-0.8192 8.6528 0 16.5888 3.328 7.9872 3.3792 14.0288 9.5744 22.0672 20.1216 39.7824 44.3392 27.648 37.888 42.3936 82.432 15.2064 46.08 15.2064 95.0784 0 48.5888-14.9504 94.2592-14.4896 44.288-41.728 81.92-18.0224 25.0368-40.704 45.6704-6.0416 6.1952-14.0288 9.5744-7.936 3.328-16.5888 3.328-4.1984 0-8.3456-0.8192-4.096-0.8192-7.9872-2.4576-3.8912-1.5872-7.424-3.9424-3.4816-2.304-6.4512-5.3248-2.9696-2.9696-5.3248-6.4512-2.3552-3.4816-3.9424-7.3728-1.6384-3.8912-2.4576-8.0384-0.8192-4.096-0.8192-8.3456 0-4.8128 1.0752-9.5232t3.1744-9.0624q2.0992-4.352 5.12-8.1408 3.072-3.7376 6.8096-6.7584 15.9744-14.592 28.7232-32.256 40.5504-56.1152 40.5504-126.2592 0-70.7584-41.216-127.1808-12.4928-17.1008-28.0576-31.3344z" p-id="13361"></path><path d="M756.3776 116.224q101.12 62.5664 159.9488 165.888Q977.0496 388.608 977.0496 512q0 125.2864-62.5152 233.1136-60.672 104.5504-164.5056 166.5024-9.0624 5.4272-19.6608 5.4272-3.7888 0-7.4752-0.768-3.7376-0.7168-7.2192-2.1504-3.4816-1.4848-6.656-3.584-3.1232-2.048-5.7856-4.7616-2.7136-2.6624-4.8128-5.8368-2.048-3.1232-3.5328-6.656-1.4336-3.4816-2.2016-7.168-0.7168-3.6864-0.7168-7.4752 0-5.0176 1.28-9.8304t3.7376-9.1648q2.4576-4.3008 5.9392-7.8848 3.4816-3.584 7.7824-6.144 86.7328-51.712 137.3696-139.0592 52.224-89.9072 52.224-194.56 0-102.9632-50.688-191.8976-49.152-86.272-133.632-138.5472-4.1984-2.56-7.5776-6.144-3.4304-3.584-5.7856-7.8336-2.4064-4.3008-3.6352-9.0112-1.2288-4.7616-1.2288-9.728 0-3.7376 0.7168-7.424 0.768-3.7376 2.2016-7.2192 1.4336-3.4816 3.584-6.656 2.048-3.1232 4.7616-5.7856 2.6624-2.7136 5.7856-4.8128 3.1744-2.048 6.656-3.5328 3.4816-1.4336 7.168-2.2016 3.7376-0.7168 7.5264-0.7168 10.9056 0 20.1728 5.7344z" p-id="13362"></path></svg>', l = /* @__PURE__ */ n({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(d) {
|
|
6
|
+
return (t, c) => (p(), e(o(r), s({ icon: o(h) }, t.$attrs), {
|
|
7
|
+
default: i(() => [
|
|
8
|
+
a(t.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
l as DasIconAudioing
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './back.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './bianjigongzuotai.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './biaochi.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './bim.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconBobaoguanbi } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as a, createBlock as n, openBlock as e, unref as t, mergeProps as s, withCtx as r, renderSlot as i } from "vue";
|
|
2
|
+
import { DasBaseIcon as p } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const c = '<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740821508808" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11522" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M205.568 337.7664a51.2 51.2 0 0 1 11.8784-15.0528L468.48 104.704a51.3024 51.3024 0 0 1 84.8896 38.6048V880.64a51.2 51.2 0 0 1-84.8896 38.656l-251.0848-218.0608a51.2 51.2 0 0 1-12.1344-15.5648H122.88a51.2 51.2 0 0 1-51.2-51.1488V388.9152a51.2 51.2 0 0 1 51.2-51.2h82.6368z m599.2448 477.5936a33.2288 33.2288 0 1 1-41.5744-51.968 323.9936 323.9936 0 0 0 122.4704-254.0032 323.9936 323.9936 0 0 0-121.4464-253.184 33.2288 33.2288 0 1 1 41.7792-51.8144A390.4512 390.4512 0 0 1 952.32 509.44a390.4512 390.4512 0 0 1-147.5072 305.9712z m-117.9648-112.9472a33.2288 33.2288 0 1 1-41.4208-52.1216 176.0256 176.0256 0 0 0 67.072-138.3936 176.0256 176.0256 0 0 0-66.4576-137.9328 33.2288 33.2288 0 1 1 41.5744-51.968A242.4832 242.4832 0 0 1 779.1104 512a242.4832 242.4832 0 0 1-92.2624 190.464z" p-id="11523"></path></svg>', h = /* @__PURE__ */ a({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(w) {
|
|
6
|
+
return (o, l) => (e(), n(t(p), s({ icon: t(c) }, o.$attrs), {
|
|
7
|
+
default: r(() => [
|
|
8
|
+
i(o.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
h as DasIconBobaoguanbi
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconBobaokaiqi } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as n, createBlock as e, openBlock as s, unref as o, mergeProps as a, withCtx as i, renderSlot as r } from "vue";
|
|
2
|
+
import { DasBaseIcon as l } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const p = '<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740821517455" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11679" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M576 96v832a32 32 0 0 1-51.6608 25.344l-279.3472-217.344h-148.992a32 32 0 0 1-32-32v-384c0-17.664 14.336-32 32-32h148.992l279.3472-217.2416a32 32 0 0 1 51.6608 25.344v-0.1024zM512 161.536l-236.3392 183.808a32 32 0 0 1-19.6608 6.656H128v320H256c7.1168 0 14.0288 2.3552 19.6608 6.7584L512 862.72V161.4848v0.0512z" p-id="11680"></path><path d="M917.8624 376.5248q-2.2528-2.2528-4.864-3.9936-2.6112-1.7408-5.5296-2.9696-2.9184-1.1776-5.9904-1.792-3.072-0.6144-6.2464-0.6144t-6.2464 0.6144q-3.072 0.6144-5.9904 1.792-2.9184 1.2288-5.5808 2.9696-2.56 1.7408-4.8128 3.9936L797.184 451.9424l-75.52-75.52q-2.2528-2.2528-4.864-3.9936-2.6112-1.7408-5.5296-2.9696-2.9184-1.1776-5.9904-1.792-3.072-0.6144-6.2464-0.6144t-6.2464 0.6144q-3.072 0.6144-6.0416 1.792-2.8672 1.2288-5.5296 2.9696-2.56 1.7408-4.8128 3.9936-2.2528 2.2016-3.9936 4.864-1.7408 2.56-2.9696 5.5296-1.1776 2.8672-1.792 5.9904-0.6144 3.072-0.6144 6.2464 0 3.1232 0.6144 6.2464 0.6144 3.072 1.792 5.9904 1.2288 2.9184 2.9696 5.5296t3.9936 4.864l75.52 75.52-75.4688 75.4688q-2.2528 2.2016-3.9936 4.8128-1.7408 2.6624-2.9696 5.5808-1.1776 2.8672-1.792 5.9904-0.6144 3.072-0.6144 6.2464 0 3.1232 0.6144 6.2464 0.6144 3.072 1.792 5.9904 1.2288 2.9184 2.9696 5.5296t3.9936 4.864q2.2016 2.2016 4.864 3.9424 2.56 1.792 5.5296 2.9696 2.9184 1.2288 5.9904 1.8432 3.072 0.6144 6.2464 0.6144 3.1232 0 6.2464-0.6144 3.072-0.6144 5.9904-1.8432 2.9184-1.1776 5.5296-2.9696 2.6112-1.7408 4.864-3.9424l75.4688-75.4688 75.52 75.52q2.2016 2.2016 4.8128 3.9424 2.6624 1.792 5.5296 2.9696 2.9184 1.2288 6.0416 1.8432 3.072 0.6144 6.2464 0.6144 3.1232 0 6.2464-0.6144 3.072-0.6144 5.9904-1.8432 2.9184-1.1776 5.5296-2.9696 2.6112-1.7408 4.864-3.9424 2.2016-2.2528 3.9424-4.864 1.7408-2.6112 2.9696-5.5296t1.8432-5.9904q0.6144-3.072 0.6144-6.2464t-0.6144-6.2464q-0.6144-3.072-1.8432-5.9904-1.2288-2.9184-2.9696-5.5296-1.7408-2.6624-3.9424-4.864L842.4448 497.152l75.4176-75.4176q2.2016-2.2528 3.9424-4.864 1.792-2.6112 2.9696-5.5296 1.2288-2.9184 1.8432-5.9904 0.6144-3.072 0.6144-6.2464t-0.6144-6.2464q-0.6144-3.072-1.8432-5.9904-1.1776-2.9184-2.9696-5.5296-1.7408-2.6624-3.9424-4.864z" p-id="11681"></path></svg>', v = /* @__PURE__ */ n({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(c) {
|
|
6
|
+
return (t, h) => (s(), e(o(l), a({ icon: o(p) }, t.$attrs), {
|
|
7
|
+
default: i(() => [
|
|
8
|
+
r(t.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
v as DasIconBobaokaiqi
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './bold.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './camera.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './camera2.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './camera3.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './cancelFullScreen.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconCankaoneirong } from './index.vue';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as o, createBlock as r, openBlock as e, unref as n, mergeProps as v, withCtx as s, renderSlot as q } from "vue";
|
|
2
|
+
import { DasBaseIcon as h } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const a = `<?xml version="1.0" standalone="no"?>\r
|
|
4
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon"\r
|
|
5
|
+
width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">\r
|
|
6
|
+
<path\r
|
|
7
|
+
d="M170.624 128v768q0 35.328 24.96 60.352 25.024 24.96 60.416 24.96h597.312q35.328 0 60.352-24.96 24.96-24.96 24.96-60.352V128q0-35.328-24.96-60.352-24.96-24.96-60.352-24.96H256q-35.392 0-60.352 24.96-24.96 24.96-24.96 60.352z m682.688 768H256V128h597.312v768zM682.752 128q0-4.16 0.832-8.32 0.832-4.096 2.432-7.936 1.6-3.904 3.904-7.36 2.304-3.52 5.312-6.464 2.944-3.008 6.4-5.312 3.52-2.304 7.424-3.904 3.84-1.6 7.936-2.432 4.16-0.832 8.32-0.832 4.224 0 8.32 0.832t7.936 2.432q3.904 1.6 7.36 3.904 3.52 2.304 6.464 5.312 3.008 2.944 5.312 6.4 2.304 3.52 3.904 7.424 1.6 3.84 2.432 7.936 0.832 4.16 0.832 8.32H768v768h-0.128q0 4.224-0.832 8.32t-2.432 7.936q-1.6 3.904-3.904 7.424-2.304 3.456-5.312 6.4-2.944 2.944-6.4 5.312-3.52 2.304-7.424 3.904-3.84 1.6-7.936 2.432-4.096 0.832-8.32 0.832-4.16 0-8.32-0.832-4.096-0.832-7.936-2.432-3.904-1.6-7.36-3.904-3.52-2.368-6.464-5.312-3.008-2.944-5.312-6.4-2.304-3.52-3.904-7.36-1.6-3.904-2.432-8-0.832-4.16-0.832-8.32h-0.128V128h0.128zM128 341.312h170.688v-0.064q4.16 0 8.32-0.832 4.096-0.832 7.936-2.432t7.36-3.968q3.52-2.304 6.4-5.248 3.008-3.008 5.376-6.464 2.304-3.52 3.904-7.36 1.6-3.84 2.432-8 0.832-4.096 0.832-8.32 0-4.16-0.832-8.32-0.832-4.032-2.432-7.936-1.6-3.84-3.904-7.36-2.368-3.456-5.312-6.4-2.944-3.008-6.4-5.312-3.52-2.368-7.424-3.968-3.84-1.6-8-2.432-4.096-0.768-8.32-0.768V256H128v0.128q-4.16 0-8.32 0.768-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.968-3.52 2.304-6.464 5.248-3.008 3.008-5.312 6.464-2.304 3.52-3.904 7.36-1.6 3.84-2.432 8-0.832 4.096-0.832 8.32 0 4.16 0.832 8.32 0.832 4.032 2.432 7.936 1.6 3.84 3.904 7.36 2.304 3.456 5.312 6.4 2.944 3.008 6.4 5.312 3.52 2.368 7.424 3.968 3.84 1.6 7.936 2.432 4.16 0.832 8.32 0.832v0.064zM128 554.688h170.688v-0.128q4.16 0 8.32-0.832 4.096-0.832 7.936-2.432t7.36-3.904q3.52-2.304 6.4-5.312 3.008-2.944 5.376-6.4 2.304-3.52 3.904-7.424 1.6-3.84 2.432-7.936 0.832-4.16 0.832-8.32t-0.832-8.32q-0.832-4.096-2.432-7.936-1.6-3.904-3.904-7.36-2.368-3.52-5.312-6.464-2.944-3.008-6.4-5.312-3.52-2.304-7.424-3.904-3.84-1.6-8-2.432-4.096-0.832-8.32-0.832v-0.128H128v0.128q-4.16 0-8.32 0.832-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.904-3.52 2.304-6.464 5.312-3.008 2.944-5.312 6.4-2.304 3.52-3.904 7.424-1.6 3.84-2.432 7.936-0.832 4.16-0.832 8.32t0.832 8.32q0.832 4.096 2.432 7.936 1.6 3.904 3.904 7.36 2.304 3.52 5.312 6.464 2.944 3.008 6.4 5.312 3.52 2.304 7.424 3.904 3.84 1.6 7.936 2.432 4.16 0.832 8.32 0.832v0.128zM128 768h170.688v-0.128q4.16 0 8.32-0.768 4.096-0.832 7.936-2.432t7.36-3.968q3.52-2.304 6.4-5.248 3.008-3.008 5.376-6.464 2.304-3.52 3.904-7.36 1.6-3.84 2.432-8 0.832-4.096 0.832-8.32 0-4.16-0.832-8.32-0.832-4.032-2.432-7.936-1.6-3.84-3.904-7.36-2.368-3.456-5.312-6.4-2.944-3.008-6.4-5.312-3.52-2.368-7.424-3.968-3.84-1.6-8-2.432-4.096-0.832-8.32-0.832v-0.064H128v0.064q-4.16 0-8.32 0.832-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.968-3.52 2.304-6.464 5.248-3.008 3.008-5.312 6.464-2.304 3.52-3.904 7.36-1.6 3.84-2.432 8-0.832 4.096-0.832 8.32 0 4.16 0.832 8.32 0.832 4.032 2.432 7.936 1.6 3.84 3.904 7.36 2.304 3.456 5.312 6.4 2.944 3.008 6.4 5.312 3.52 2.368 7.424 3.968 3.84 1.6 7.936 2.432 4.16 0.768 8.32 0.768V768zM576 128h256v-0.128q4.224 0 8.32-0.768 4.096-0.832 7.936-2.432 3.904-1.6 7.36-3.968 3.52-2.304 6.464-5.248 3.008-3.008 5.312-6.464 2.304-3.52 3.904-7.36 1.6-3.84 2.432-8 0.832-4.096 0.832-8.32 0-4.16-0.832-8.32-0.832-4.032-2.432-7.936-1.6-3.84-3.904-7.36-2.304-3.456-5.312-6.4-2.944-3.008-6.4-5.312-3.52-2.368-7.424-3.968-3.84-1.6-7.936-2.432-4.16-0.832-8.32-0.832V42.688H576v0.064q-4.16 0-8.32 0.832-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.968-3.52 2.304-6.464 5.248-3.008 3.008-5.312 6.464-2.304 3.52-3.904 7.36-1.6 3.84-2.432 8-0.832 4.096-0.832 8.32 0 4.16 0.832 8.32 0.832 4.032 2.432 7.936 1.6 3.84 3.904 7.36 2.304 3.456 5.312 6.4 2.944 3.008 6.4 5.312 3.52 2.368 7.424 3.968 3.84 1.6 7.936 2.432 4.16 0.768 8.32 0.768V128zM576 981.312h256v-0.064q4.224 0 8.32-0.832t7.936-2.432q3.904-1.6 7.36-3.968 3.52-2.304 6.464-5.248 3.008-3.008 5.312-6.464 2.304-3.52 3.904-7.36 1.6-3.84 2.432-8 0.832-4.096 0.832-8.32 0-4.16-0.832-8.32-0.832-4.032-2.432-7.936-1.6-3.84-3.904-7.36-2.304-3.456-5.312-6.4-2.944-3.008-6.4-5.312-3.52-2.368-7.424-3.968-3.84-1.6-7.936-2.432-4.16-0.768-8.32-0.768V896H576v0.128q-4.16 0-8.32 0.768-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.968-3.52 2.304-6.464 5.248-3.008 3.008-5.312 6.464-2.304 3.52-3.904 7.36-1.6 3.84-2.432 8-0.832 4.096-0.832 8.32 0 4.16 0.832 8.32 0.832 4.032 2.432 7.936 1.6 3.84 3.904 7.36 2.304 3.456 5.312 6.4 2.944 3.008 6.4 5.312 3.52 2.368 7.424 3.968 3.84 1.6 7.936 2.432 4.16 0.832 8.32 0.832v0.064z" />\r
|
|
8
|
+
</svg>`, w = /* @__PURE__ */ o({
|
|
9
|
+
__name: "index",
|
|
10
|
+
setup(i) {
|
|
11
|
+
return (t, c) => (e(), r(n(h), v({ icon: n(a) }, t.$attrs), {
|
|
12
|
+
default: s(() => [
|
|
13
|
+
q(t.$slots, "default")
|
|
14
|
+
]),
|
|
15
|
+
_: 3
|
|
16
|
+
/* FORWARDED */
|
|
17
|
+
}, 16, ["icon"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
w as DasIconCankaoneirong
|
|
22
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
-
import icon from './card.svg?raw';
|
|
3
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
1
|
declare var __VLS_6: {};
|
|
5
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
6
3
|
default?: (props: typeof __VLS_6) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
-
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
-
icon: typeof icon;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
12
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
7
|
export default _default;
|