@das-fed/ui 6.4.0-hot.5 → 6.4.0-hot.50
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 +55 -1
- package/index.js +21 -21
- package/package.json +20 -14
- package/packages/business-components/ai-panel/i18n/index.d.ts +244 -0
- package/packages/business-components/ai-panel/index-BRzx_Vrz.js +45 -0
- package/packages/business-components/ai-panel/index-BRzx_Vrz.js.gz +0 -0
- package/packages/business-components/ai-panel/index-C2UYjiSz.js +5404 -0
- package/packages/business-components/ai-panel/index-C2UYjiSz.js.gz +0 -0
- package/packages/business-components/ai-panel/index-C9eNqo32.js +142 -0
- package/packages/business-components/ai-panel/index-C9eNqo32.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 +16 -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 +33 -0
- package/packages/business-components/ai-panel/src/dasAI/store/index.d.ts +21 -0
- package/packages/business-components/ai-panel/src/index.vue.d.ts +48 -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.d.ts +9 -0
- package/packages/business-components/app-container/index.js +152 -284
- package/packages/business-components/app-container/index.js.gz +0 -0
- package/packages/business-components/app-container/src/index.vue.d.ts +3 -0
- package/packages/business-components/app-container/src/style-theme.d.ts +13 -0
- package/packages/business-components/app-container/src/type.d.ts +10 -9
- package/packages/business-components/app-container/style.css +1 -1
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/{components/button → business-components/area-phone-select}/i18n/index.d.ts +1 -1
- package/packages/business-components/area-phone-select/index.d.ts +1231 -0
- package/packages/business-components/area-phone-select/index.js +220 -0
- package/packages/business-components/area-phone-select/index.js.gz +0 -0
- package/packages/business-components/area-phone-select/src/Index.vue.d.ts +36 -0
- package/packages/business-components/area-phone-select/src/apis.d.ts +2 -0
- package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +198 -0
- package/packages/business-components/area-phone-select/src/area-popover/type.d.ts +37 -0
- package/packages/business-components/area-phone-select/src/type.d.ts +26 -0
- package/packages/business-components/area-phone-select/src/utils.d.ts +12 -0
- package/packages/business-components/area-phone-select/style.css +1 -0
- package/packages/business-components/area-phone-select/style.css.gz +0 -0
- package/packages/business-components/change-enterprises/i18n/index.d.ts +18 -0
- package/packages/business-components/change-enterprises/index.d.ts +26 -18
- package/packages/business-components/change-enterprises/index.js +100 -302
- package/packages/business-components/change-enterprises/index.js.gz +0 -0
- package/packages/business-components/change-enterprises/src/index.vue.d.ts +2 -1
- package/packages/business-components/change-enterprises/src/type.d.ts +20 -20
- package/packages/business-components/change-enterprises/style.css +1 -1
- package/packages/business-components/change-enterprises/style.css.gz +0 -0
- package/packages/business-components/change-pwd/i18n/index.d.ts +93 -0
- package/packages/business-components/change-pwd/index.js +150 -114
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +64 -49
- package/packages/business-components/change-pwd/src/type.d.ts +13 -13
- package/packages/business-components/change-pwd/style.css +1 -1
- package/packages/business-components/currency-page/i18n/index.d.ts +23 -0
- package/packages/business-components/currency-page/index.js +42 -26
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/currency-page/src/type.d.ts +7 -7
- package/packages/business-components/currency-page/style.css +1 -1
- package/packages/business-components/device-panel/i18n/index.d.ts +1215 -0
- package/packages/business-components/device-panel/index.d.ts +2 -2
- package/packages/business-components/device-panel/index.js +29241 -32234
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/apis.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/dealAlarm.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/historyList.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/liveList.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logDetail.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/attribute.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/barChart.vue.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/lineChart.vue.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/index.vue.d.ts +40 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-data-Trends.d.ts +7 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/linkDialog.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/operatingData/index.vue.d.ts +1 -7
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/dealAlarm.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/historyList.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/liveList.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logDetail.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/attribute.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/barChart.vue.d.ts +9 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/lineChart.vue.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/index.vue.d.ts +40 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-data-Trends.d.ts +7 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/linkDialog.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/preview/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/type.d.ts +8 -8
- package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +129 -0
- package/packages/business-components/device-panel/src/components/drag-resize/type.d.ts +83 -0
- package/packages/business-components/device-panel/src/components/videoDialog/type.d.ts +19 -19
- package/packages/business-components/device-panel/src/hooks/use-operating-data.d.ts +22 -0
- 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 +250 -36
- package/packages/business-components/echarts/index.js +8167 -8069
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/echarts/src/Index.vue.d.ts +26 -2
- package/packages/business-components/echarts/src/type.d.ts +51 -30
- package/packages/business-components/echarts/style.css +1 -0
- package/packages/business-components/export-button/hooks/useExport.d.ts +5 -6
- package/packages/business-components/export-button/i18n/index.d.ts +58 -0
- package/packages/business-components/export-button/index.d.ts +8 -8
- package/packages/business-components/export-button/index.js +149 -125
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/export-button/src/type.d.ts +29 -29
- package/packages/business-components/export-button/style.css +1 -1
- package/packages/business-components/import-button/hooks/file.d.ts +3 -1
- package/packages/business-components/import-button/hooks/useImport.d.ts +13 -12
- package/packages/business-components/import-button/i18n/index.d.ts +153 -0
- package/packages/business-components/import-button/index.d.ts +38 -23
- package/packages/business-components/import-button/index.js +375 -309
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/src/App.vue.d.ts +2 -1
- package/packages/business-components/import-button/src/type.d.ts +45 -43
- package/packages/business-components/import-button/style.css +1 -1
- package/packages/business-components/index.d.ts +4 -0
- package/packages/business-components/index.js +4 -0
- package/packages/business-components/layout-breadcrumb/index.js +88 -74
- package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
- package/packages/business-components/layout-breadcrumb/src/type.d.ts +19 -19
- package/packages/business-components/layout-breadcrumb/style.css +1 -1
- package/packages/business-components/model-table-dialog/i18n/index.d.ts +33 -0
- package/packages/business-components/model-table-dialog/index.d.ts +261 -261
- package/packages/business-components/model-table-dialog/index.js +598 -574
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +27 -27
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +2 -2
- package/packages/business-components/model-table-dialog/src/type.d.ts +73 -73
- package/packages/business-components/model-table-dialog/style.css +1 -1
- package/packages/business-components/model-table-dialog/style.css.gz +0 -0
- package/packages/business-components/payment/api.d.ts +8 -0
- package/packages/business-components/payment/i18n/index.d.ts +68 -0
- package/packages/business-components/payment/index.d.ts +195 -0
- package/packages/business-components/payment/index.js +297 -0
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/payment/src/Index.vue.d.ts +16 -0
- package/packages/business-components/payment/style.css +1 -0
- package/packages/business-components/payment/type.d.ts +44 -0
- package/packages/business-components/process-configuration/i18n/index.d.ts +153 -0
- package/packages/business-components/process-configuration/index.d.ts +8 -0
- package/packages/business-components/process-configuration/index.js +280 -232
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-configuration/src/hooks/type.d.ts +26 -26
- package/packages/business-components/process-configuration/src/hooks/useDeleteDialog.d.ts +2 -3
- package/packages/business-components/process-configuration/src/index.vue.d.ts +2 -0
- package/packages/business-components/process-configuration/src/type.d.ts +35 -32
- package/packages/business-components/process-configuration/style.css +1 -1
- package/packages/business-components/process-configuration/style.css.gz +0 -0
- package/packages/business-components/process-form/App.vue.d.ts +20 -0
- package/packages/business-components/process-form/api-service/formPreView.d.ts +23 -0
- package/packages/business-components/process-form/apis.d.ts +5 -0
- package/packages/business-components/process-form/i18n/index.d.ts +423 -0
- package/packages/business-components/process-form/index.d.ts +48 -4
- package/packages/business-components/process-form/index.js +1891 -1306
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +67 -50
- package/packages/business-components/process-form/src/hooks/useSelector.d.ts +5 -2
- package/packages/business-components/process-form/src/type.d.ts +70 -70
- package/packages/business-components/process-form/src/utils/common-methods.d.ts +1 -1
- package/packages/business-components/process-form/src/utils/encryption/index.d.ts +7 -0
- package/packages/business-components/process-form/src/widgets/base/attachment.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/autocomplete.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/checkbox.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/date.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/dropdown.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/imageViewer.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/input.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/number.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/radio.vue.d.ts +6 -5
- package/packages/business-components/process-form/src/widgets/base/select.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/selector.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/soundRecording.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/switch.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/text.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/textarea.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/base/time.vue.d.ts +0 -3
- package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/layout/accordion/type.d.ts +25 -25
- package/packages/business-components/process-form/src/widgets/layout/grid/grid.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/store.d.ts +7 -0
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-form/type.d.ts +24 -15
- package/packages/business-components/process-log/i18n/index.d.ts +42 -1
- package/packages/business-components/process-log/index.d.ts +10 -10
- package/packages/business-components/process-log/index.js +348 -3678
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-log/src/utils/prefix-mothed.d.ts +1 -1
- package/packages/business-components/process-log/style.css +1 -1
- package/packages/business-components/process-log/style.css.gz +0 -0
- package/packages/business-components/process-log/type.d.ts +105 -105
- package/packages/business-components/process-search-form/hooks/useSearchOptions.d.ts +2 -58
- package/packages/business-components/process-search-form/hooks/useService.d.ts +1 -1
- package/packages/business-components/process-search-form/i18n/index.d.ts +48 -0
- package/packages/business-components/process-search-form/index.d.ts +2 -2
- package/packages/business-components/process-search-form/index.js +578 -671
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-search-form/src/App.vue.d.ts +2 -2
- package/packages/business-components/process-search-form/src/type.d.ts +41 -41
- package/packages/business-components/process-table/hooks/useProcessTable.d.ts +16 -83
- package/packages/business-components/process-table/hooks/useTableShow.d.ts +5 -9
- package/packages/business-components/process-table/hooks/useValueFormatter.d.ts +6 -0
- package/packages/business-components/process-table/i18n/index.d.ts +43 -0
- package/packages/business-components/process-table/index.d.ts +176 -3
- package/packages/business-components/process-table/index.js +668 -832
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +21 -2
- package/packages/business-components/process-table/src/type.d.ts +157 -86
- package/packages/business-components/process-table/style.css +1 -1
- package/packages/business-components/process-table/util/encryption/index.d.ts +7 -0
- package/packages/business-components/upload-file/i18n/index.d.ts +8 -0
- package/packages/business-components/upload-file/index.d.ts +325 -0
- package/packages/business-components/upload-file/index.js +113 -0
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/upload-file/src/App.vue.d.ts +49 -0
- package/packages/business-components/upload-file/src/hooks/use-upload.d.ts +7 -0
- package/packages/business-components/upload-file/src/type.d.ts +57 -0
- package/packages/business-components/upload-file/style.css +1 -0
- package/packages/business-components/urgent-panel/i18n/index.d.ts +523 -0
- package/packages/business-components/urgent-panel/index.d.ts +2 -1
- package/packages/business-components/urgent-panel/index.js +1721 -2520
- 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 +129 -0
- package/packages/business-components/urgent-panel/src/components/drag-resize/type.d.ts +83 -0
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-location-select/type.d.ts +3 -3
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/hooks/index.d.ts +4 -1
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/urgentMonitorPanel.vue.d.ts +30 -4
- package/packages/business-components/urgent-panel/style.css +1 -1
- package/packages/business-components/urgent-panel/style.css.gz +0 -0
- package/packages/business-components/user-org-dialog/i18n/index.d.ts +87 -1
- package/packages/business-components/user-org-dialog/index.js +410 -367
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/src/type.d.ts +37 -37
- 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/i18n/index.d.ts +103 -0
- package/packages/business-components/video-dialog/index.d.ts +38 -0
- package/packages/business-components/video-dialog/index.js +449 -359
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/api.d.ts +3 -0
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +7 -0
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +17 -1
- package/packages/business-components/video-dialog/src/index.vue.d.ts +3 -0
- package/packages/business-components/video-dialog/src/type.d.ts +23 -19
- 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 +21 -21
- package/packages/components/alert/index.js +51 -3418
- package/packages/components/alert/index.js.gz +0 -0
- package/packages/components/alert/src/index.vue.d.ts +1 -1
- package/packages/components/alert/src/type.d.ts +17 -17
- package/packages/components/alert/style.css.gz +0 -0
- package/packages/components/audio-video/index.d.ts +36 -36
- package/packages/components/audio-video/index.js +147 -148
- package/packages/components/audio-video/index.js.gz +0 -0
- package/packages/components/audio-video/src/Index.vue.d.ts +2 -2
- package/packages/components/audio-video/src/player/type.d.ts +22 -22
- package/packages/components/audio-video/src/type.d.ts +35 -35
- package/packages/components/audio-video/style.css +1 -1
- package/packages/components/autocomplete/index.d.ts +200 -166
- package/packages/components/autocomplete/index.js +467 -2878
- package/packages/components/autocomplete/index.js.gz +0 -0
- package/packages/components/autocomplete/src/index.vue.d.ts +10 -7
- package/packages/components/autocomplete/src/type.d.ts +71 -63
- package/packages/components/autocomplete/style.css +1 -1
- package/packages/components/autocomplete/style.css.gz +0 -0
- package/packages/components/breadcrumb/index.d.ts +13 -3
- package/packages/components/breadcrumb/index.js +52 -271
- package/packages/components/breadcrumb/index.js.gz +0 -0
- package/packages/components/breadcrumb/src/BreadCrumb.vue.d.ts +9 -3
- package/packages/components/breadcrumb/src/type.d.ts +21 -20
- package/packages/components/breadcrumb/style.css +1 -1
- package/packages/components/breadcrumb/style.css.gz +0 -0
- package/packages/components/button/index.d.ts +8 -8
- package/packages/components/button/index.js +212 -9806
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/button/src/type.d.ts +76 -76
- package/packages/components/button/style.css +1 -1
- package/packages/components/button/style.css.gz +0 -0
- package/packages/components/calendar/i18n/index.d.ts +80 -26
- package/packages/components/calendar/index.js +284 -285
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/calendar/src/type.d.ts +63 -63
- package/packages/components/calendar/style.css.gz +0 -0
- package/packages/components/cascader/i18n/index.d.ts +8 -0
- package/packages/components/cascader/index.d.ts +405 -120
- package/packages/components/cascader/index.js +176 -6431
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/cascader/src/Index.vue.d.ts +4 -7
- package/packages/components/cascader/src/type.d.ts +61 -64
- package/packages/components/cascader/style.css +1 -1
- package/packages/components/cascader/style.css.gz +0 -0
- package/packages/components/checkbox/index.d.ts +206 -206
- package/packages/components/checkbox/index.js +191 -3837
- package/packages/components/checkbox/index.js.gz +0 -0
- package/packages/components/checkbox/src/Index.vue.d.ts +6 -6
- package/packages/components/checkbox/src/type.d.ts +67 -67
- package/packages/components/checkbox/style.css +1 -1
- package/packages/components/checkbox/style.css.gz +0 -0
- package/packages/components/collapse-panel/index.js +30 -3624
- package/packages/components/collapse-panel/index.js.gz +0 -0
- package/packages/components/collapse-panel/style.css +1 -1
- package/packages/components/collapse-panel/style.css.gz +0 -0
- package/packages/components/collapse-transition/index.js +2 -2
- package/packages/components/collapse-transition/index.js.gz +0 -0
- package/packages/components/collaspe/index.d.ts +35 -35
- package/packages/components/collaspe/index.js +30 -3624
- package/packages/components/collaspe/index.js.gz +0 -0
- package/packages/components/collaspe/src/Index.vue.d.ts +1 -1
- package/packages/components/collaspe/src/type.d.ts +20 -20
- package/packages/components/collaspe/style.css +1 -1
- package/packages/components/color-picker/i18n/index.d.ts +8 -0
- package/packages/components/color-picker/index.d.ts +58 -58
- package/packages/components/color-picker/index.js +113 -5349
- package/packages/components/color-picker/index.js.gz +0 -0
- package/packages/components/color-picker/src/Index.vue.d.ts +1 -1
- package/packages/components/color-picker/src/type.d.ts +33 -30
- package/packages/components/color-picker/style.css +1 -1
- package/packages/components/color-picker/style.css.gz +0 -0
- package/packages/components/custom-search-item/i18n/index.d.ts +8 -0
- package/packages/components/custom-search-item/index.d.ts +43 -43
- package/packages/components/custom-search-item/index.js +26 -24
- package/packages/components/custom-search-item/index.js.gz +0 -0
- package/packages/components/custom-search-item/src/Index.vue.d.ts +1 -1
- package/packages/components/custom-search-item/src/type.d.ts +57 -57
- package/packages/components/custom-search-item/style.css +1 -1
- package/packages/components/date-picker/i18n/index.d.ts +33 -0
- package/packages/components/date-picker/index.d.ts +463 -374
- package/packages/components/date-picker/index.js +836 -14213
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +9 -5
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +8 -6
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +8 -4
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +8 -4
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +10 -3
- package/packages/components/date-picker/src/type.d.ts +284 -189
- package/packages/components/date-picker/style.css +1 -1
- package/packages/components/date-picker/style.css.gz +0 -0
- package/packages/components/dialog/i18n/index.d.ts +6 -0
- package/packages/components/dialog/index.d.ts +51 -51
- package/packages/components/dialog/index.js +192 -1841
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +2 -2
- package/packages/components/dialog/src/type.d.ts +53 -53
- package/packages/components/dialog/style.css +1 -1
- package/packages/components/dialog/style.css.gz +0 -0
- package/packages/components/dimple-layout/editor/plugins/$background/type.d.ts +65 -65
- package/packages/components/dimple-layout/editor/plugins/$route/type.d.ts +102 -102
- package/packages/components/dimple-layout/editor/plugins/$svg/type.d.ts +15 -0
- package/packages/components/dimple-layout/editor/plugins/$text/type.d.ts +53 -53
- package/packages/components/dimple-layout/editor/type.d.ts +76 -73
- package/packages/components/dimple-layout/i18n/index.d.ts +53 -0
- package/packages/components/dimple-layout/index.js +2519 -2468
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dimple-layout/style.css +1 -1
- package/packages/components/dimple-layout/style.css.gz +0 -0
- package/packages/components/dimple-layout/type.d.ts +1 -1
- package/packages/components/drawer/index.js +38 -1614
- package/packages/components/drawer/index.js.gz +0 -0
- package/packages/components/drawer/style.css +1 -1
- package/packages/components/dropdown/i18n/index.d.ts +8 -0
- package/packages/components/dropdown/index.js +57 -4616
- package/packages/components/dropdown/index.js.gz +0 -0
- package/packages/components/dropdown/src/type.d.ts +10 -10
- package/packages/components/dropdown/style.css.gz +0 -0
- package/packages/components/edit-table/index.d.ts +103 -87
- package/packages/components/edit-table/index.js +1920 -1665
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/edit-table/src/components/index.d.ts +1 -0
- package/packages/components/edit-table/src/components/row-button/index.vue.d.ts +26 -0
- package/packages/components/edit-table/src/components/row-button/type.d.ts +13 -0
- package/packages/components/edit-table/src/hooks/use-validator.d.ts +6 -3
- package/packages/components/edit-table/src/index.vue.d.ts +7 -3
- package/packages/components/edit-table/src/type.d.ts +242 -221
- package/packages/components/edit-table/src/utils.d.ts +9 -5
- package/packages/components/edit-table/style.css +1 -1
- package/packages/components/edit-table/style.css.gz +0 -0
- package/packages/components/empty/i18n/index.d.ts +1 -0
- package/packages/components/empty/index.d.ts +4 -4
- package/packages/components/empty/index.js +38 -801
- package/packages/components/empty/index.js.gz +0 -0
- package/packages/components/empty/src/type.d.ts +34 -34
- package/packages/components/empty/style.css +1 -1
- package/packages/components/error-overlay-model/index.d.ts +42 -0
- package/packages/components/error-overlay-model/index.js +75 -0
- package/packages/components/error-overlay-model/index.js.gz +0 -0
- package/packages/components/error-overlay-model/src/index.vue.d.ts +32 -0
- package/packages/components/error-overlay-model/src/type.d.ts +13 -0
- package/packages/components/form/index.d.ts +144 -110
- package/packages/components/form/index.js +65 -38
- package/packages/components/form/index.js.gz +0 -0
- package/packages/components/form/src/Index.vue.d.ts +6 -3
- package/packages/components/form/src/type.d.ts +40 -37
- package/packages/components/form/style.css +1 -1
- package/packages/components/form-item/index.d.ts +2457 -1245
- package/packages/components/form-item/index.js +731 -804
- package/packages/components/form-item/index.js.gz +0 -0
- package/packages/components/form-item/src/Index.vue.d.ts +764 -361
- package/packages/components/form-item/src/type.d.ts +183 -181
- package/packages/components/form-item/style.css +1 -1
- package/packages/components/form-item/style.css.gz +0 -0
- package/packages/components/form-item/theme/index.d.ts +3 -0
- package/packages/components/hls-player/i18n/index.d.ts +13 -0
- package/packages/components/hls-player/index.d.ts +286 -0
- package/packages/components/hls-player/index.js +17048 -0
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/das-hls-player.vue.d.ts +29 -0
- package/packages/components/hls-player/src/type.d.ts +33 -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.d.ts +2 -2
- package/packages/components/icon/index.js +71 -71
- package/packages/components/icon/index.js.gz +0 -0
- package/packages/components/icon/src/type.d.ts +10 -10
- package/packages/components/image-preview/index.js +34 -1283
- package/packages/components/image-preview/index.js.gz +0 -0
- package/packages/components/image-upload/i18n/index.d.ts +23 -0
- package/packages/components/image-upload/index.d.ts +20 -11
- package/packages/components/image-upload/index.js +134 -11736
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-upload/src/Index.vue.d.ts +4 -1
- package/packages/components/image-upload/src/hooks/use-imageUpload.d.ts +1 -1
- package/packages/components/image-upload/src/type.d.ts +43 -40
- 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 +43 -32
- package/packages/components/image-viewer/index.js +464 -13193
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/image-viewer/src/Index.vue.d.ts +7 -2
- package/packages/components/image-viewer/src/hooks/use-handler-url-name.d.ts +3 -0
- package/packages/components/image-viewer/src/hooks/use-imageViewer.d.ts +6 -3
- package/packages/components/image-viewer/src/type.d.ts +130 -124
- package/packages/components/image-viewer/src/use-micro-app-image-viewer/index.d.ts +1 -1
- 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 +3 -0
- package/packages/components/index.js +3 -0
- package/packages/components/input/i18n/index.d.ts +18 -0
- package/packages/components/input/index.d.ts +119 -113
- package/packages/components/input/index.js +179 -1118
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/src/index.vue.d.ts +11 -9
- package/packages/components/input/src/type.d.ts +71 -70
- package/packages/components/input/style.css +1 -1
- package/packages/components/input/style.css.gz +0 -0
- package/packages/components/input-dialog-select/i18n/index.d.ts +7 -1
- package/packages/components/input-dialog-select/index.d.ts +35 -44
- package/packages/components/input-dialog-select/index.js +109 -129
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +5 -8
- package/packages/components/input-dialog-select/src/type.d.ts +69 -72
- 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-dialog-select/theme/index.d.ts +1 -1
- package/packages/components/input-number/index.d.ts +334 -0
- package/packages/components/input-number/index.js +187 -1859
- package/packages/components/input-number/index.js.gz +0 -0
- package/packages/components/input-number/src/App.vue.d.ts +65 -0
- package/packages/components/input-number/src/type.d.ts +53 -0
- package/packages/components/input-number/style.css +1 -1
- package/packages/components/input-number/style.css.gz +0 -0
- package/packages/components/input-number/theme/index.d.ts +1 -1
- package/packages/components/live-player/i18n/index.d.ts +13 -0
- package/packages/components/live-player/index.d.ts +8 -8
- package/packages/components/live-player/index.js +3149 -3925
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/src/type.d.ts +36 -36
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/{search → loading}/i18n/index.d.ts +2 -1
- package/packages/components/loading/index.js +70 -68
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/loading/src/type.d.ts +42 -42
- package/packages/components/loading/style.css +1 -1
- package/packages/components/loading/style.css.gz +0 -0
- package/packages/components/map/i18n/index.d.ts +33 -0
- package/packages/components/map/index.d.ts +25 -25
- package/packages/components/map/index.js +1461 -5211
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/map/src/get-sdk-config.d.ts +1 -1
- package/packages/components/map/src/hooks/use-baidu.d.ts +1 -11
- package/packages/components/map/src/hooks/use-gaode.d.ts +1 -11
- package/packages/components/map/src/hooks/use-google.d.ts +16 -0
- package/packages/components/map/src/hooks/use-map.d.ts +3 -2
- package/packages/components/map/src/type.d.ts +75 -75
- package/packages/components/map/style.css +1 -1
- package/packages/components/menu-aside/i18n/index.d.ts +8 -0
- package/packages/components/menu-aside/index.d.ts +25 -8
- package/packages/components/menu-aside/index.js +947 -8440
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/menu-aside/src/Index.vue.d.ts +6 -5
- package/packages/components/menu-aside/src/menu-icon.vue.d.ts +34 -0
- package/packages/components/menu-aside/src/style-theme.d.ts +98 -0
- package/packages/components/menu-aside/src/sub-menu/sub-menu.vue.d.ts +2 -2
- package/packages/components/menu-aside/src/sub-menu/type.d.ts +27 -27
- package/packages/components/menu-aside/src/type.d.ts +46 -44
- package/packages/components/menu-aside/src/use-aside-menu.d.ts +1 -1
- package/packages/components/menu-aside/style.css +1 -1
- package/packages/components/menu-aside/style.css.gz +0 -0
- package/packages/components/menu-aside/theme/base.d.ts +11 -3
- package/packages/components/menu-header/index.d.ts +27 -8
- package/packages/components/menu-header/index.js +98 -10087
- package/packages/components/menu-header/index.js.gz +0 -0
- package/packages/components/menu-header/src/Index.vue.d.ts +3 -0
- package/packages/components/menu-header/src/style-theme.d.ts +48 -0
- package/packages/components/menu-header/src/type.d.ts +9 -8
- package/packages/components/menu-header/style.css +1 -1
- package/packages/components/menu-header/style.css.gz +0 -0
- package/packages/components/menu-header/theme/base.d.ts +3 -8
- package/packages/components/message/i18n/index.d.ts +8 -0
- package/packages/components/message/index.js +56 -1290
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/message/src/type.d.ts +6 -6
- package/packages/components/message/style.css.gz +0 -0
- package/packages/components/{time-line → notification}/i18n/index.d.ts +2 -1
- package/packages/components/notification/index.js +50 -3270
- package/packages/components/notification/index.js.gz +0 -0
- package/packages/components/notification/src/type.d.ts +6 -6
- package/packages/components/notification/style.css +1 -1
- package/packages/components/notification/style.css.gz +0 -0
- package/packages/components/overlay/index.js.gz +0 -0
- package/packages/components/pagination/i18n/index.d.ts +23 -0
- package/packages/components/pagination/index.d.ts +89 -89
- package/packages/components/pagination/index.js +166 -8030
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/src/Pagination.vue.d.ts +3 -3
- package/packages/components/pagination/src/type.d.ts +57 -57
- package/packages/components/pagination/style.css +1 -1
- package/packages/components/pagination/style.css.gz +0 -0
- package/packages/components/popover/i18n/index.d.ts +2 -0
- package/packages/components/popover/index.d.ts +184 -15
- package/packages/components/popover/index.js +51 -2499
- package/packages/components/popover/index.js.gz +0 -0
- package/packages/components/popover/src/Index.vue.d.ts +3 -0
- package/packages/components/popover/src/type.d.ts +50 -36
- package/packages/components/popover/style.css.gz +0 -0
- package/packages/components/popup-mask/index.d.ts +35 -35
- package/packages/components/popup-mask/index.js +4 -4
- package/packages/components/popup-mask/index.js.gz +0 -0
- package/packages/components/popup-mask/src/Index.vue.d.ts +1 -1
- package/packages/components/popup-mask/src/type.d.ts +28 -28
- package/packages/components/popup-mask/style.css +1 -1
- package/packages/components/preview/i18n/index.d.ts +1 -0
- package/packages/components/preview/index.d.ts +19 -19
- package/packages/components/preview/index.js +13 -14
- package/packages/components/preview/index.js.gz +0 -0
- package/packages/components/preview/src/Index.vue.d.ts +1 -1
- package/packages/components/preview/src/type.d.ts +19 -19
- package/packages/components/preview/style.css +1 -1
- package/packages/components/progress/index.d.ts +27 -27
- package/packages/components/progress/index.js +114 -518
- package/packages/components/progress/index.js.gz +0 -0
- package/packages/components/progress/src/Index.vue.d.ts +3 -3
- package/packages/components/progress/src/type.d.ts +43 -43
- package/packages/components/progress/style.css +1 -1
- package/packages/components/progress/style.css.gz +0 -0
- package/packages/components/radio/index.d.ts +154 -154
- package/packages/components/radio/index.js +159 -3724
- package/packages/components/radio/index.js.gz +0 -0
- package/packages/components/radio/src/Index.vue.d.ts +3 -3
- package/packages/components/radio/src/type.d.ts +43 -43
- package/packages/components/radio/style.css.gz +0 -0
- package/packages/components/radio-tabs/index.js +7 -7
- package/packages/components/radio-tabs/index.js.gz +0 -0
- package/packages/components/radio-tabs/src/type.d.ts +17 -17
- package/packages/components/radio-tabs/style.css +1 -1
- package/packages/components/radio-tabs/style.css.gz +0 -0
- package/packages/components/rich-editor/i18n/index.d.ts +23 -0
- package/packages/components/rich-editor/index.d.ts +103 -73
- package/packages/components/rich-editor/index.js +27310 -20629
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/rich-editor/src/Index.vue.d.ts +2 -3
- package/packages/components/rich-editor/src/hooks/use-custom-menu.d.ts +0 -1
- package/packages/components/rich-editor/src/hooks/use-rich-editor.d.ts +0 -1
- package/packages/components/rich-editor/src/type.d.ts +93 -87
- package/packages/components/rich-editor/style.css +1 -1
- package/packages/components/rich-editor/style.css.gz +0 -0
- package/packages/components/scrollbar/index.js +916 -1443
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/src/type.d.ts +3 -3
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/search/index.d.ts +86 -47
- package/packages/components/search/index.js +138 -5354
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/src/Index.vue.d.ts +56 -137
- package/packages/components/search/src/type.d.ts +42 -20
- package/packages/components/search/style.css +1 -1
- package/packages/components/search/style.css.gz +0 -0
- package/packages/components/search-form/i18n/index.d.ts +38 -0
- package/packages/components/search-form/index.d.ts +115 -47
- package/packages/components/search-form/index.js +1042 -1047
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/Index.vue.d.ts +10 -2
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +4 -1
- package/packages/components/search-form/src/hooks/common.d.ts +1 -0
- package/packages/components/search-form/src/hooks/searchFormItem.d.ts +2 -0
- package/packages/components/search-form/src/type.d.ts +114 -105
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select/i18n/index.d.ts +23 -0
- package/packages/components/select/index.d.ts +120 -108
- package/packages/components/select/index.js +435 -10553
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/Select.vue.d.ts +5 -4
- package/packages/components/select/src/type.d.ts +83 -81
- 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 +41 -23
- package/packages/components/select-input/index.js +99 -61
- package/packages/components/select-input/index.js.gz +0 -0
- package/packages/components/select-input/src/Index.vue.d.ts +7 -1
- package/packages/components/select-input/src/hooks/use-select-input.d.ts +6 -0
- package/packages/components/select-input/src/type.d.ts +59 -54
- package/packages/components/select-input/style.css +1 -1
- package/packages/components/select-input/style.css.gz +0 -0
- package/packages/components/select-list/i18n/index.d.ts +4 -0
- package/packages/components/select-list/index.d.ts +128 -58
- package/packages/components/select-list/index.js +1248 -1454
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/select-list/src/Index.vue.d.ts +16 -2
- package/packages/components/select-list/src/hooks/use-select-list.d.ts +2 -0
- package/packages/components/select-list/src/type.d.ts +104 -86
- package/packages/components/select-list/style.css +1 -1
- package/packages/components/select-list/style.css.gz +0 -0
- package/packages/components/select-list/theme/index.d.ts +2 -0
- package/packages/components/special-range-picker-month/i18n/index.d.ts +4 -0
- package/packages/components/special-range-picker-month/index.d.ts +26 -26
- package/packages/components/special-range-picker-month/index.js +203 -2652
- 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-month/src/type.d.ts +49 -49
- package/packages/components/special-range-picker-month/style.css +1 -1
- package/packages/components/special-range-picker-month/style.css.gz +0 -0
- package/packages/components/special-range-picker-year/i18n/index.d.ts +3 -0
- package/packages/components/special-range-picker-year/index.d.ts +26 -26
- package/packages/components/special-range-picker-year/index.js +264 -2715
- 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/special-range-picker-year/src/type.d.ts +53 -53
- package/packages/components/special-range-picker-year/style.css +1 -1
- package/packages/components/special-range-picker-year/style.css.gz +0 -0
- package/packages/components/spin/i18n/index.d.ts +8 -0
- package/packages/components/spin/index.d.ts +11 -11
- package/packages/components/spin/index.js +53 -3537
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/spin/src/index.vue.d.ts +1 -1
- package/packages/components/spin/src/type.d.ts +17 -17
- package/packages/components/spin/style.css +1 -1
- package/packages/components/spin/style.css.gz +0 -0
- package/packages/components/split-panel/index.js +10 -10
- package/packages/components/split-panel/index.js.gz +0 -0
- package/packages/components/split-panel/src/type.d.ts +15 -15
- package/packages/components/split-panel/style.css +1 -1
- package/packages/components/split-panel/style.css.gz +0 -0
- package/packages/components/step/index.js +28 -4085
- package/packages/components/step/index.js.gz +0 -0
- package/packages/components/step/src/type.d.ts +53 -53
- package/packages/components/step/style.css +1 -1
- package/packages/components/steps/index.js +14 -4070
- package/packages/components/steps/style.css.gz +0 -0
- package/packages/components/switch/index.d.ts +2 -2
- package/packages/components/switch/index.js +31 -547
- package/packages/components/switch/index.js.gz +0 -0
- package/packages/components/switch/src/type.d.ts +50 -50
- package/packages/components/switch/style.css +1 -1
- package/packages/components/switch/style.css.gz +0 -0
- package/packages/components/table/i18n/index.d.ts +103 -0
- package/packages/components/table/index.d.ts +1344 -417
- package/packages/components/table/index.js +5839 -18072
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/src/Table.vue.d.ts +18 -7
- package/packages/components/table/src/filter-pane/filterPane.vue.d.ts +2 -2
- package/packages/components/table/src/filter-pane/type.d.ts +41 -41
- package/packages/components/table/src/hooks/use-operation.d.ts +52 -2
- package/packages/components/table/src/table-column/index.vue.d.ts +11 -6
- package/packages/components/table/src/table-column/type.d.ts +84 -84
- package/packages/components/table/src/type.d.ts +321 -306
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/table/theme/index.d.ts +2 -0
- package/packages/components/tabs/i18n/index.d.ts +18 -0
- package/packages/components/tabs/index.d.ts +77 -54
- package/packages/components/tabs/index.js +205 -12638
- package/packages/components/tabs/index.js.gz +0 -0
- package/packages/components/tabs/src/Tabs.vue.d.ts +5 -2
- package/packages/components/tabs/src/style-theme.d.ts +13 -0
- package/packages/components/tabs/src/type.d.ts +102 -100
- package/packages/components/tabs/style.css +1 -1
- package/packages/components/tabs/style.css.gz +0 -0
- package/packages/components/tabs/theme/base.d.ts +0 -2
- package/packages/components/tag/index.d.ts +38 -38
- package/packages/components/tag/index.js +55 -325
- package/packages/components/tag/index.js.gz +0 -0
- package/packages/components/tag/src/Index.vue.d.ts +2 -2
- package/packages/components/tag/src/type.d.ts +27 -27
- package/packages/components/tag/style.css +1 -1
- package/packages/components/tag/style.css.gz +0 -0
- package/packages/components/text-tooltip/index.js +841 -818
- package/packages/components/text-tooltip/index.js.gz +0 -0
- package/packages/components/text-tooltip/src/type.d.ts +4 -65
- package/packages/components/text-tooltip/style.css.gz +0 -0
- package/packages/components/time-line/index.js +57 -3401
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/time-line/src/type.d.ts +21 -21
- package/packages/components/time-line/style.css +1 -1
- package/packages/components/time-line/style.css.gz +0 -0
- package/packages/components/tooltip/i18n/index.d.ts +8 -0
- package/packages/components/tooltip/index.d.ts +95 -61
- package/packages/components/tooltip/index.js +82 -2182
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tooltip/src/index.vue.d.ts +6 -3
- package/packages/components/tooltip/src/type.d.ts +53 -40
- package/packages/components/tooltip/style.css +1 -1
- package/packages/components/tooltip/style.css.gz +0 -0
- package/packages/components/tree/i18n/index.d.ts +48 -0
- package/packages/components/tree/index.d.ts +194 -138
- package/packages/components/tree/index.js +1849 -6768
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +21 -19
- package/packages/components/tree/src/hooks/use-lazy-tree.d.ts +3 -2
- package/packages/components/tree/src/hooks/use-tree.d.ts +1 -2
- package/packages/components/tree/src/type.d.ts +290 -283
- package/packages/components/tree/style.css +1 -1
- package/packages/components/tree/style.css.gz +0 -0
- package/packages/components/tree-select/index.d.ts +1118 -875
- package/packages/components/tree-select/index.js +404 -2796
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +193 -152
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +189 -153
- package/packages/components/tree-select/src/type.d.ts +106 -102
- package/packages/components/tree-select/style.css +1 -1
- package/packages/components/tree-select/style.css.gz +0 -0
- package/packages/components/tree-table/index.d.ts +65 -65
- package/packages/components/tree-table/index.js +131 -134
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-table/src/App.vue.d.ts +2 -2
- package/packages/components/tree-table/src/type.d.ts +129 -131
- package/packages/components/tree-table/style.css +1 -1
- package/packages/components/tree-table/style.css.gz +0 -0
- package/packages/components/tree-v2/i18n/index.d.ts +36 -0
- package/packages/components/tree-v2/index.d.ts +1618 -0
- package/packages/components/tree-v2/index.js +4524 -0
- package/packages/components/tree-v2/index.js.gz +0 -0
- package/packages/components/tree-v2/src/App.vue.d.ts +181 -0
- package/packages/components/tree-v2/src/empty.vue.d.ts +31 -0
- package/packages/components/tree-v2/src/expand-icon.vue.d.ts +2 -0
- package/packages/components/tree-v2/src/hooks/use-drag.d.ts +3 -0
- package/packages/components/tree-v2/src/hooks/use-lazy-tree.d.ts +15 -0
- package/packages/components/tree-v2/src/hooks/use-style.d.ts +5 -0
- package/packages/components/tree-v2/src/hooks/use-tree.d.ts +40 -0
- package/packages/components/tree-v2/src/type.d.ts +286 -0
- package/packages/components/tree-v2/src/utils.d.ts +18 -0
- package/packages/components/tree-v2/style.css +1 -0
- package/packages/components/tree-v2/style.css.gz +0 -0
- package/packages/components/tree-v2/theme/base.d.ts +16 -0
- package/packages/components/upload/i18n/index.d.ts +10 -0
- package/packages/components/upload/index.d.ts +42 -23
- package/packages/components/upload/index.js +145 -11736
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/upload/src/Index.vue.d.ts +4 -1
- package/packages/components/upload/src/type.d.ts +72 -69
- package/packages/components/upload/style.css +1 -1
- package/packages/components/upload/style.css.gz +0 -0
- package/packages/components/virtual-tree/i18n/index.d.ts +8 -0
- package/packages/components/virtual-tree/index.d.ts +10533 -0
- package/packages/components/virtual-tree/index.js +96 -2930
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/components/virtual-tree/src/App.vue.d.ts +2079 -0
- package/packages/components/virtual-tree/src/type.d.ts +43 -0
- package/packages/components/virtual-tree/style.css +1 -1
- package/packages/components/virtual-tree/style.css.gz +0 -0
- package/packages/components/watermark/index.js +17 -368
- package/packages/components/watermark/style.css +1 -1
- package/packages/global/theme/index.js +10 -1803
- package/packages/global/theme/index.js.gz +0 -0
- package/packages/icons/1-grids/index.js +2 -2
- package/packages/icons/1-grids/index.js.gz +0 -0
- package/packages/icons/4-grids/index.js +2 -2
- package/packages/icons/4-grids/index.js.gz +0 -0
- package/packages/icons/9-grids/index.js +2 -2
- package/packages/icons/9-grids/index.js.gz +0 -0
- package/packages/icons/add/index.js +2 -2
- package/packages/icons/add/index.js.gz +0 -0
- package/packages/icons/add-2/index.js +2 -2
- package/packages/icons/add-item/index.js +2 -2
- package/packages/icons/add-item/index.js.gz +0 -0
- package/packages/icons/addto/index.js +2 -2
- package/packages/icons/addto/index.js.gz +0 -0
- package/packages/icons/alarm/index.js +2 -2
- package/packages/icons/alarm/index.js.gz +0 -0
- package/packages/icons/arrow-first/index.js +2 -2
- package/packages/icons/arrow-first/index.js.gz +0 -0
- package/packages/icons/arrow-last/index.js +2 -2
- package/packages/icons/arrow-last/index.js.gz +0 -0
- package/packages/icons/audioing/index.d.ts +1 -0
- package/packages/icons/audioing/index.js +16 -0
- package/packages/icons/audioing/index.js.gz +0 -0
- package/packages/icons/audioing/index.vue.d.ts +11 -0
- package/packages/icons/back/index.js +2 -2
- package/packages/icons/back/index.js.gz +0 -0
- package/packages/icons/bianjigongzuotai/index.js +2 -2
- package/packages/icons/bianjigongzuotai/index.js.gz +0 -0
- package/packages/icons/biaochi/index.js +2 -2
- package/packages/icons/biaochi/index.js.gz +0 -0
- package/packages/icons/bim/index.js +2 -2
- package/packages/icons/bim/index.js.gz +0 -0
- package/packages/icons/bobaoguanbi/index.d.ts +1 -0
- package/packages/icons/bobaoguanbi/index.js +16 -0
- package/packages/icons/bobaoguanbi/index.js.gz +0 -0
- package/packages/icons/bobaoguanbi/index.vue.d.ts +11 -0
- package/packages/icons/bobaokaiqi/index.d.ts +1 -0
- package/packages/icons/bobaokaiqi/index.js +16 -0
- package/packages/icons/bobaokaiqi/index.js.gz +0 -0
- package/packages/icons/bobaokaiqi/index.vue.d.ts +11 -0
- package/packages/icons/bold/index.js +2 -2
- package/packages/icons/bold/index.js.gz +0 -0
- package/packages/icons/camera/index.js +2 -2
- package/packages/icons/camera/index.js.gz +0 -0
- package/packages/icons/camera-2/index.js +2 -2
- package/packages/icons/camera-2/index.js.gz +0 -0
- package/packages/icons/camera-3/index.js +2 -2
- package/packages/icons/camera-3/index.js.gz +0 -0
- package/packages/icons/cancel-full-screen/index.js +2 -2
- package/packages/icons/cancel-full-screen/index.js.gz +0 -0
- package/packages/icons/cankaoneirong/index.d.ts +1 -0
- package/packages/icons/cankaoneirong/index.js +21 -0
- package/packages/icons/cankaoneirong/index.js.gz +0 -0
- package/packages/icons/cankaoneirong/index.vue.d.ts +11 -0
- package/packages/icons/card/index.js +2 -2
- package/packages/icons/card/index.js.gz +0 -0
- package/packages/icons/card-view/index.js +2 -2
- package/packages/icons/card-view/index.js.gz +0 -0
- package/packages/icons/caret-bottom/index.js +18 -18
- package/packages/icons/caret-bottom/index.js.gz +0 -0
- package/packages/icons/caret-right/index.js +2 -2
- package/packages/icons/chakancelve/index.js +2 -2
- package/packages/icons/chakancelve/index.js.gz +0 -0
- package/packages/icons/change/index.js +17 -17
- package/packages/icons/change/index.js.gz +0 -0
- package/packages/icons/change-2/index.js +2 -2
- package/packages/icons/change-2/index.js.gz +0 -0
- package/packages/icons/change-3/index.js +2 -2
- package/packages/icons/change-3/index.js.gz +0 -0
- package/packages/icons/changetenant/index.js +2 -2
- package/packages/icons/changetenant/index.js.gz +0 -0
- package/packages/icons/chart/index.js +2 -2
- package/packages/icons/chart/index.js.gz +0 -0
- package/packages/icons/chaxunxiangqing/index.js +2 -2
- package/packages/icons/chaxunxiangqing/index.js.gz +0 -0
- package/packages/icons/check/index.js +11 -11
- package/packages/icons/check/index.js.gz +0 -0
- package/packages/icons/chuanglianjiang/index.js +14 -14
- package/packages/icons/chuanglianjiang/index.js.gz +0 -0
- package/packages/icons/chuangliansheng/index.js +14 -14
- package/packages/icons/chuangliansheng/index.js.gz +0 -0
- package/packages/icons/chuanglianting/index.js +14 -14
- package/packages/icons/chuanglianting/index.js.gz +0 -0
- package/packages/icons/chuizhiduiqi/index.js +2 -2
- package/packages/icons/chuizhiduiqi/index.js.gz +0 -0
- package/packages/icons/chuizhijunfen/index.js +2 -2
- package/packages/icons/chuizhijunfen/index.js.gz +0 -0
- package/packages/icons/close/index.js +14 -14
- package/packages/icons/close/index.js.gz +0 -0
- package/packages/icons/close-2/index.js +2 -2
- package/packages/icons/close-2/index.js.gz +0 -0
- package/packages/icons/closeaudio/index.d.ts +1 -0
- package/packages/icons/closeaudio/index.js +16 -0
- package/packages/icons/closeaudio/index.js.gz +0 -0
- package/packages/icons/closeaudio/index.vue.d.ts +11 -0
- package/packages/icons/color/index.js +2 -2
- package/packages/icons/color/index.js.gz +0 -0
- package/packages/icons/copy/index.js +2 -2
- package/packages/icons/copy/index.js.gz +0 -0
- package/packages/icons/custom/index.js +8 -8
- package/packages/icons/custom/index.js.gz +0 -0
- package/packages/icons/daochu/index.js +2 -2
- package/packages/icons/daochu/index.js.gz +0 -0
- package/packages/icons/date/index.js +8 -8
- package/packages/icons/date/index.js.gz +0 -0
- package/packages/icons/decline/index.js +2 -2
- package/packages/icons/decline/index.js.gz +0 -0
- package/packages/icons/default-btn/index.js +2 -2
- package/packages/icons/default-btn/index.js.gz +0 -0
- package/packages/icons/default-point/index.js +2 -2
- package/packages/icons/default-point/index.js.gz +0 -0
- package/packages/icons/delete/index.js +2 -2
- package/packages/icons/delete/index.js.gz +0 -0
- package/packages/icons/delete-2/index.js +2 -2
- package/packages/icons/delete-2/index.js.gz +0 -0
- package/packages/icons/dengbijiesuo/index.js +2 -2
- package/packages/icons/dengbisuoding/index.js +2 -2
- package/packages/icons/dengdai/index.js +2 -2
- package/packages/icons/dengdai/index.js.gz +0 -0
- package/packages/icons/dianzan/index.js +8 -8
- package/packages/icons/dianzan/index.js.gz +0 -0
- package/packages/icons/dianzan-2/index.js +8 -8
- package/packages/icons/dianzan-2/index.js.gz +0 -0
- package/packages/icons/direction-control/index.js +14 -14
- package/packages/icons/direction-control/index.js.gz +0 -0
- package/packages/icons/ditu/index.js +2 -2
- package/packages/icons/ditu/index.js.gz +0 -0
- package/packages/icons/dizhixuanze/index.js +2 -2
- package/packages/icons/dizhixuanze/index.js.gz +0 -0
- package/packages/icons/double-arrow-left/index.js +2 -2
- package/packages/icons/double-arrow-left/index.js.gz +0 -0
- package/packages/icons/double-arrow-right/index.js +2 -2
- package/packages/icons/double-arrow-right/index.js.gz +0 -0
- package/packages/icons/down/index.js +11 -11
- package/packages/icons/down/index.js.gz +0 -0
- package/packages/icons/down-2/index.js +2 -2
- package/packages/icons/down-3/index.js +9 -9
- package/packages/icons/download/index.js +11 -11
- package/packages/icons/download/index.js.gz +0 -0
- package/packages/icons/drag/index.js +11 -11
- package/packages/icons/drag/index.js.gz +0 -0
- package/packages/icons/drawing/index.js +2 -2
- package/packages/icons/drawing/index.js.gz +0 -0
- package/packages/icons/edit/index.js +2 -2
- package/packages/icons/edit/index.js.gz +0 -0
- package/packages/icons/edit-1/index.js +2 -2
- package/packages/icons/edit-1/index.js.gz +0 -0
- package/packages/icons/edit-3/index.d.ts +1 -0
- package/packages/icons/edit-3/index.js +16 -0
- package/packages/icons/edit-3/index.js.gz +0 -0
- package/packages/icons/edit-3/index.vue.d.ts +11 -0
- package/packages/icons/empty/index.js +2 -2
- package/packages/icons/empty/index.js.gz +0 -0
- package/packages/icons/enlarge/index.js +21 -21
- package/packages/icons/enlarge/index.js.gz +0 -0
- package/packages/icons/entry/index.js +11 -11
- package/packages/icons/entry/index.js.gz +0 -0
- package/packages/icons/exit/index.d.ts +1 -0
- package/packages/icons/exit/index.js +16 -0
- package/packages/icons/exit/index.js.gz +0 -0
- package/packages/icons/exit/index.vue.d.ts +11 -0
- package/packages/icons/fabu/index.js +2 -2
- package/packages/icons/fabu/index.js.gz +0 -0
- package/packages/icons/fanhui/index.js +2 -2
- package/packages/icons/fanhui/index.js.gz +0 -0
- package/packages/icons/fasong/index.d.ts +1 -0
- package/packages/icons/fasong/index.js +21 -0
- package/packages/icons/fasong/index.js.gz +0 -0
- package/packages/icons/fasong/index.vue.d.ts +11 -0
- package/packages/icons/filter-3/index.js +2 -2
- package/packages/icons/filter-3/index.js.gz +0 -0
- package/packages/icons/finish/index.js +11 -11
- package/packages/icons/finish/index.js.gz +0 -0
- package/packages/icons/fold/index.js +2 -2
- package/packages/icons/fold/index.js.gz +0 -0
- package/packages/icons/folder-quest/index.js +2 -2
- package/packages/icons/folder-quest/index.js.gz +0 -0
- package/packages/icons/form-tips/index.js +2 -2
- package/packages/icons/form-tips/index.js.gz +0 -0
- package/packages/icons/fresh/index.d.ts +1 -0
- package/packages/icons/fresh/index.js +21 -0
- package/packages/icons/fresh/index.js.gz +0 -0
- package/packages/icons/fresh/index.vue.d.ts +11 -0
- package/packages/icons/full/index.js +2 -2
- package/packages/icons/full/index.js.gz +0 -0
- package/packages/icons/full-screen/index.js +18 -18
- package/packages/icons/full-screen/index.js.gz +0 -0
- package/packages/icons/fullscreen-2/index.js +2 -2
- package/packages/icons/fullscreen-2/index.js.gz +0 -0
- package/packages/icons/fuzhi/index.js +2 -2
- package/packages/icons/fuzhi/index.js.gz +0 -0
- package/packages/icons/fuzhineirong/index.d.ts +1 -0
- package/packages/icons/fuzhineirong/index.js +21 -0
- package/packages/icons/fuzhineirong/index.js.gz +0 -0
- package/packages/icons/fuzhineirong/index.vue.d.ts +11 -0
- package/packages/icons/gaojin/index.js +2 -2
- package/packages/icons/gaojin/index.js.gz +0 -0
- package/packages/icons/gengduocaozuo/index.js +2 -2
- package/packages/icons/global/index.d.ts +1 -0
- package/packages/icons/global/index.js +16 -0
- package/packages/icons/global/index.js.gz +0 -0
- package/packages/icons/global/index.vue.d.ts +11 -0
- package/packages/icons/gongzuotaiguanli/index.js +2 -2
- package/packages/icons/gongzuotaiguanli/index.js.gz +0 -0
- package/packages/icons/header-seach/index.js +16 -16
- package/packages/icons/header-seach/index.js.gz +0 -0
- package/packages/icons/header-setting/index.js +14 -14
- package/packages/icons/header-setting/index.js.gz +0 -0
- package/packages/icons/headersettings/index.js +2 -2
- package/packages/icons/headersettings/index.js.gz +0 -0
- package/packages/icons/hide/index.js +11 -11
- package/packages/icons/hide/index.js.gz +0 -0
- package/packages/icons/huabufuwei/index.js +2 -2
- package/packages/icons/huabufuwei/index.js.gz +0 -0
- package/packages/icons/huaxian/index.js +2 -2
- package/packages/icons/huaxian/index.js.gz +0 -0
- package/packages/icons/huida/index.d.ts +1 -0
- package/packages/icons/huida/index.js +21 -0
- package/packages/icons/huida/index.js.gz +0 -0
- package/packages/icons/huida/index.vue.d.ts +11 -0
- package/packages/icons/huidaodibu/index.d.ts +1 -0
- package/packages/icons/huidaodibu/index.js +21 -0
- package/packages/icons/huidaodibu/index.js.gz +0 -0
- package/packages/icons/huidaodibu/index.vue.d.ts +11 -0
- package/packages/icons/huifuchuchangshezhi/index.js +2 -2
- package/packages/icons/huifuchuchangshezhi/index.js.gz +0 -0
- package/packages/icons/hyperlinks/index.js +2 -2
- package/packages/icons/hyperlinks/index.js.gz +0 -0
- package/packages/icons/img/index.js +2 -2
- package/packages/icons/img/index.js.gz +0 -0
- package/packages/icons/index.d.ts +30 -0
- package/packages/icons/index.js +30 -0
- package/packages/icons/input-close/index.js +2 -2
- package/packages/icons/input-close/index.js.gz +0 -0
- package/packages/icons/input-select/index.d.ts +1 -0
- package/packages/icons/input-select/index.js +16 -0
- package/packages/icons/input-select/index.js.gz +0 -0
- package/packages/icons/input-select/index.vue.d.ts +11 -0
- package/packages/icons/intnet/index.d.ts +1 -0
- package/packages/icons/intnet/index.js +16 -0
- package/packages/icons/intnet/index.js.gz +0 -0
- package/packages/icons/intnet/index.vue.d.ts +11 -0
- package/packages/icons/italic/index.js +2 -2
- package/packages/icons/italic/index.js.gz +0 -0
- package/packages/icons/jia-1/index.js +2 -2
- package/packages/icons/jia-1/index.js.gz +0 -0
- package/packages/icons/jian-1/index.js +2 -2
- package/packages/icons/jianshao-1/index.js +2 -2
- package/packages/icons/jinggao/index.js +2 -2
- package/packages/icons/jinggao/index.js.gz +0 -0
- package/packages/icons/jushangduiqi/index.js +2 -2
- package/packages/icons/jushangduiqi/index.js.gz +0 -0
- package/packages/icons/juxiaduiqi/index.js +2 -2
- package/packages/icons/juxiaduiqi/index.js.gz +0 -0
- package/packages/icons/juxinghuizhi/index.js +2 -2
- package/packages/icons/juxinghuizhi/index.js.gz +0 -0
- package/packages/icons/juyouduiqi/index.js +2 -2
- package/packages/icons/juyouduiqi/index.js.gz +0 -0
- package/packages/icons/juzuoduiqi/index.js +2 -2
- package/packages/icons/juzuoduiqi/index.js.gz +0 -0
- package/packages/icons/kaiguan/index.js +10 -10
- package/packages/icons/kaiguan/index.js.gz +0 -0
- package/packages/icons/kaimen/index.js +9 -9
- package/packages/icons/kaimen/index.js.gz +0 -0
- package/packages/icons/know/index.d.ts +1 -0
- package/packages/icons/know/index.js +16 -0
- package/packages/icons/know/index.js.gz +0 -0
- package/packages/icons/know/index.vue.d.ts +11 -0
- package/packages/icons/knowed/index.d.ts +1 -0
- package/packages/icons/knowed/index.js +16 -0
- package/packages/icons/knowed/index.js.gz +0 -0
- package/packages/icons/knowed/index.vue.d.ts +11 -0
- package/packages/icons/knowopen/index.d.ts +1 -0
- package/packages/icons/knowopen/index.js +16 -0
- package/packages/icons/knowopen/index.js.gz +0 -0
- package/packages/icons/knowopen/index.vue.d.ts +11 -0
- package/packages/icons/layout-refresh/index.js +5 -5
- package/packages/icons/layout-refresh/index.js.gz +0 -0
- package/packages/icons/left/index.js +2 -2
- package/packages/icons/lianjie/index.d.ts +1 -0
- package/packages/icons/lianjie/index.js +21 -0
- package/packages/icons/lianjie/index.js.gz +0 -0
- package/packages/icons/lianjie/index.vue.d.ts +11 -0
- package/packages/icons/link/index.js +2 -2
- package/packages/icons/link/index.js.gz +0 -0
- package/packages/icons/lishihuihua/index.d.ts +1 -0
- package/packages/icons/lishihuihua/index.js +21 -0
- package/packages/icons/lishihuihua/index.js.gz +0 -0
- package/packages/icons/lishihuihua/index.vue.d.ts +11 -0
- package/packages/icons/list/index.js +2 -2
- package/packages/icons/list/index.js.gz +0 -0
- package/packages/icons/list-view/index.js +2 -2
- package/packages/icons/list-view/index.js.gz +0 -0
- package/packages/icons/load/index.js +2 -2
- package/packages/icons/load/index.js.gz +0 -0
- package/packages/icons/lock/index.js +16 -16
- package/packages/icons/lock/index.js.gz +0 -0
- package/packages/icons/marsh/index.js +2 -2
- package/packages/icons/me/index.js +11 -11
- package/packages/icons/me/index.js.gz +0 -0
- package/packages/icons/more/index.js +14 -14
- package/packages/icons/more/index.js.gz +0 -0
- package/packages/icons/more-2/index.js +2 -2
- package/packages/icons/more-btn/index.js +2 -2
- package/packages/icons/more-btn/index.js.gz +0 -0
- package/packages/icons/muted/index.js +2 -2
- package/packages/icons/muted/index.js.gz +0 -0
- package/packages/icons/notification-face/index.js +2 -2
- package/packages/icons/notification-face/index.js.gz +0 -0
- package/packages/icons/paiban/index.js +2 -2
- package/packages/icons/paiban/index.js.gz +0 -0
- package/packages/icons/password-lock/index.js +11 -11
- package/packages/icons/password-lock/index.js.gz +0 -0
- package/packages/icons/password-lock2/index.d.ts +1 -0
- package/packages/icons/password-lock2/index.js +16 -0
- package/packages/icons/password-lock2/index.js.gz +0 -0
- package/packages/icons/password-lock2/index.vue.d.ts +11 -0
- package/packages/icons/pause/index.js +2 -2
- package/packages/icons/pause/index.js.gz +0 -0
- package/packages/icons/phone/index.js +2 -2
- package/packages/icons/phone/index.js.gz +0 -0
- package/packages/icons/pinglun/index.js +2 -2
- package/packages/icons/pinglun/index.js.gz +0 -0
- package/packages/icons/plan/index.js +2 -2
- package/packages/icons/plan/index.js.gz +0 -0
- package/packages/icons/play/index.js +2 -2
- package/packages/icons/play/index.js.gz +0 -0
- package/packages/icons/preview/index.js +2 -2
- package/packages/icons/preview/index.js.gz +0 -0
- package/packages/icons/preview-eye/index.js +2 -2
- package/packages/icons/preview-eye/index.js.gz +0 -0
- package/packages/icons/project-list/index.js +16 -16
- package/packages/icons/project-list/index.js.gz +0 -0
- package/packages/icons/project-tree/index.js +22 -22
- package/packages/icons/project-tree/index.js.gz +0 -0
- package/packages/icons/promptinformation-l/index.js +11 -11
- package/packages/icons/promptinformation-l/index.js.gz +0 -0
- package/packages/icons/qiehuangongzuotai/index.js +2 -2
- package/packages/icons/qiehuangongzuotai/index.js.gz +0 -0
- package/packages/icons/qingkong/index.d.ts +1 -0
- package/packages/icons/qingkong/index.js +21 -0
- package/packages/icons/qingkong/index.js.gz +0 -0
- package/packages/icons/qingkong/index.vue.d.ts +11 -0
- package/packages/icons/quanping/index.js +2 -2
- package/packages/icons/quanping/index.js.gz +0 -0
- package/packages/icons/rate-all/index.js +17 -17
- package/packages/icons/rate-all/index.js.gz +0 -0
- package/packages/icons/rate-half/index.js +27 -27
- package/packages/icons/rate-half/index.js.gz +0 -0
- package/packages/icons/rate-none/index.js +17 -17
- package/packages/icons/rate-none/index.js.gz +0 -0
- package/packages/icons/recover/index.js +2 -2
- package/packages/icons/recover/index.js.gz +0 -0
- package/packages/icons/refresh/index.js +2 -2
- package/packages/icons/refresh/index.js.gz +0 -0
- package/packages/icons/reload/index.js +2 -2
- package/packages/icons/reload/index.js.gz +0 -0
- package/packages/icons/reset/index.js +2 -2
- package/packages/icons/reset/index.js.gz +0 -0
- package/packages/icons/right/index.js +2 -2
- package/packages/icons/right-3/index.d.ts +1 -0
- package/packages/icons/right-3/index.js +16 -0
- package/packages/icons/right-3/index.js.gz +0 -0
- package/packages/icons/right-3/index.vue.d.ts +11 -0
- package/packages/icons/riqixuanze/index.js +2 -2
- package/packages/icons/riqixuanze/index.js.gz +0 -0
- package/packages/icons/rise/index.js +2 -2
- package/packages/icons/rise/index.js.gz +0 -0
- package/packages/icons/save/index.js +2 -2
- package/packages/icons/save/index.js.gz +0 -0
- package/packages/icons/screenshot/index.js +21 -21
- package/packages/icons/screenshot/index.js.gz +0 -0
- package/packages/icons/search/index.js +2 -2
- package/packages/icons/search/index.js.gz +0 -0
- package/packages/icons/select/index.js +2 -2
- package/packages/icons/select-confirm/index.js +2 -2
- package/packages/icons/select-confirm/index.js.gz +0 -0
- package/packages/icons/select2/index.d.ts +1 -0
- package/packages/icons/select2/index.js +16 -0
- package/packages/icons/select2/index.vue.d.ts +11 -0
- package/packages/icons/set-up/index.js +2 -2
- package/packages/icons/set-up/index.js.gz +0 -0
- package/packages/icons/setting/index.js +2 -2
- package/packages/icons/setting/index.js.gz +0 -0
- package/packages/icons/shangchuan/index.js +2 -2
- package/packages/icons/shangchuan/index.js.gz +0 -0
- package/packages/icons/shebei/index.js +2 -2
- package/packages/icons/shebei/index.js.gz +0 -0
- package/packages/icons/shebeiqunzu/index.js +2 -2
- package/packages/icons/shebeiqunzu/index.js.gz +0 -0
- package/packages/icons/shendusikao/index.d.ts +1 -0
- package/packages/icons/shendusikao/index.js +21 -0
- package/packages/icons/shendusikao/index.js.gz +0 -0
- package/packages/icons/shendusikao/index.vue.d.ts +11 -0
- package/packages/icons/sheweimoren/index.js +2 -2
- package/packages/icons/sheweimoren/index.js.gz +0 -0
- package/packages/icons/shisuan/index.js +2 -2
- package/packages/icons/shisuan/index.js.gz +0 -0
- package/packages/icons/shitu-kapian/index.js +2 -2
- package/packages/icons/shitu-kapian/index.js.gz +0 -0
- package/packages/icons/shitu-liebiao/index.js +2 -2
- package/packages/icons/shitu-map/index.js +6 -6
- package/packages/icons/shitu-map/index.js.gz +0 -0
- package/packages/icons/shortcut-keys/index.js +2 -2
- package/packages/icons/shortcut-keys/index.js.gz +0 -0
- package/packages/icons/shoudongzhihang/index.js +2 -2
- package/packages/icons/shoudongzhihang/index.js.gz +0 -0
- package/packages/icons/shouqiliangcemianban/index.js +2 -2
- package/packages/icons/shouqiyoucemianban/index.js +2 -2
- package/packages/icons/shouqiyoucemianban-1/index.js +2 -2
- package/packages/icons/shouqiyoucemianban-1/index.js.gz +0 -0
- package/packages/icons/shouqizuocemianban/index.js +2 -2
- package/packages/icons/shouqizuocemianban-1/index.js +2 -2
- package/packages/icons/shouqizuocemianban-1/index.js.gz +0 -0
- package/packages/icons/shouquan/index.js +2 -2
- package/packages/icons/shouquan/index.js.gz +0 -0
- package/packages/icons/show/index.js +11 -11
- package/packages/icons/show/index.js.gz +0 -0
- package/packages/icons/shrink/index.js +21 -21
- package/packages/icons/shrink/index.js.gz +0 -0
- package/packages/icons/shuaxin/index.js +2 -2
- package/packages/icons/shuaxin/index.js.gz +0 -0
- package/packages/icons/shuipingduiqi/index.js +2 -2
- package/packages/icons/shuipingduiqi/index.js.gz +0 -0
- package/packages/icons/shuipingjunfen/index.js +2 -2
- package/packages/icons/shuipingjunfen/index.js.gz +0 -0
- package/packages/icons/shuyoufanye/index.js +2 -2
- package/packages/icons/shuzuofanye/index.js +2 -2
- package/packages/icons/solid-filter/index.js +2 -2
- package/packages/icons/solid-filter/index.js.gz +0 -0
- package/packages/icons/start/index.js +2 -2
- package/packages/icons/start/index.js.gz +0 -0
- package/packages/icons/stop/index.js +2 -2
- package/packages/icons/stop/index.js.gz +0 -0
- package/packages/icons/structural-diagram/index.js +2 -2
- package/packages/icons/structural-diagram/index.js.gz +0 -0
- package/packages/icons/success/index.js +2 -2
- package/packages/icons/system/index.d.ts +1 -0
- package/packages/icons/system/index.js +16 -0
- package/packages/icons/system/index.js.gz +0 -0
- package/packages/icons/system/index.vue.d.ts +11 -0
- package/packages/icons/table-header-search/index.js +2 -2
- package/packages/icons/table-header-search/index.js.gz +0 -0
- package/packages/icons/text/index.js +2 -2
- package/packages/icons/text/index.js.gz +0 -0
- package/packages/icons/tianjiaxinhuati/index.d.ts +1 -0
- package/packages/icons/tianjiaxinhuati/index.js +21 -0
- package/packages/icons/tianjiaxinhuati/index.js.gz +0 -0
- package/packages/icons/tianjiaxinhuati/index.vue.d.ts +11 -0
- package/packages/icons/tick/index.js +11 -11
- package/packages/icons/tick/index.js.gz +0 -0
- package/packages/icons/tishixinxi/index.js +2 -2
- package/packages/icons/tishixinxi/index.js.gz +0 -0
- package/packages/icons/tongguo/index.js +2 -2
- package/packages/icons/tongguo/index.js.gz +0 -0
- package/packages/icons/tongzhi/index.js +2 -2
- package/packages/icons/tongzhi/index.js.gz +0 -0
- package/packages/icons/tubiaoku/index.js +2 -2
- package/packages/icons/tubiaoku/index.js.gz +0 -0
- package/packages/icons/tuichuquanping/index.js +2 -2
- package/packages/icons/tuichuquanping/index.js.gz +0 -0
- package/packages/icons/tuozhuai/index.js +2 -2
- package/packages/icons/tuozhuai/index.js.gz +0 -0
- package/packages/icons/underline/index.js +2 -2
- package/packages/icons/underline/index.js.gz +0 -0
- package/packages/icons/unflod/index.js +2 -2
- package/packages/icons/unflod/index.js.gz +0 -0
- package/packages/icons/unlock/index.js +21 -21
- package/packages/icons/unlock/index.js.gz +0 -0
- package/packages/icons/up/index.js +11 -11
- package/packages/icons/up/index.js.gz +0 -0
- package/packages/icons/up-2/index.js +2 -2
- package/packages/icons/up-2/index.js.gz +0 -0
- package/packages/icons/vauth/index.js +2 -2
- package/packages/icons/vauth/index.js.gz +0 -0
- package/packages/icons/view/index.js +2 -2
- package/packages/icons/view/index.js.gz +0 -0
- package/packages/icons/view-2/index.js +2 -2
- package/packages/icons/view-2/index.js.gz +0 -0
- package/packages/icons/volume/index.js +25 -25
- package/packages/icons/volume/index.js.gz +0 -0
- package/packages/icons/wangge/index.js +2 -2
- package/packages/icons/wangge/index.js.gz +0 -0
- package/packages/icons/wangge-1/index.js +2 -2
- package/packages/icons/wangge-1/index.js.gz +0 -0
- package/packages/icons/warning/index.js +2 -2
- package/packages/icons/warning/index.js.gz +0 -0
- package/packages/icons/warning-face/index.js +2 -2
- package/packages/icons/warning-face/index.js.gz +0 -0
- package/packages/icons/wendujiang/index.js +10 -10
- package/packages/icons/wendujiang/index.js.gz +0 -0
- package/packages/icons/wendusheng/index.js +13 -13
- package/packages/icons/wendusheng/index.js.gz +0 -0
- package/packages/icons/withdraw/index.js +2 -2
- package/packages/icons/withdraw/index.js.gz +0 -0
- package/packages/icons/xiala/index.js +2 -2
- package/packages/icons/xiazai/index.js +2 -2
- package/packages/icons/xiazai/index.js.gz +0 -0
- package/packages/icons/xinzengtongji/index.js +2 -2
- package/packages/icons/xinzengtongji/index.js.gz +0 -0
- package/packages/icons/xuanzhuanjiaodu/index.js +2 -2
- package/packages/icons/xuanzhuanjiaodu/index.js.gz +0 -0
- package/packages/icons/yidongduan/index.js +2 -2
- package/packages/icons/yidongduan/index.js.gz +0 -0
- package/packages/icons/yincang/index.js +2 -2
- package/packages/icons/yincang/index.js.gz +0 -0
- package/packages/icons/yingpian/index.js +2 -2
- package/packages/icons/yingpian/index.js.gz +0 -0
- package/packages/icons/yingyong/index.d.ts +1 -0
- package/packages/icons/yingyong/index.js +16 -0
- package/packages/icons/yingyong/index.js.gz +0 -0
- package/packages/icons/yingyong/index.vue.d.ts +11 -0
- package/packages/icons/yitushoutu/index.js +2 -2
- package/packages/icons/yitushoutu/index.js.gz +0 -0
- package/packages/icons/yuanxinghuizhi/index.js +2 -2
- package/packages/icons/yuanxinghuizhi/index.js.gz +0 -0
- package/packages/icons/yulan-2/index.js +2 -2
- package/packages/icons/yulan-2/index.js.gz +0 -0
- package/packages/icons/yuyin/index.d.ts +1 -0
- package/packages/icons/yuyin/index.js +16 -0
- package/packages/icons/yuyin/index.js.gz +0 -0
- package/packages/icons/yuyin/index.vue.d.ts +11 -0
- package/packages/icons/zhangaiwu/index.js +2 -2
- package/packages/icons/zhangaiwu/index.js.gz +0 -0
- package/packages/icons/zhizhen/index.js +2 -2
- package/packages/icons/zhizhen/index.js.gz +0 -0
- package/packages/icons/zhongxinshengcheng/index.d.ts +1 -0
- package/packages/icons/zhongxinshengcheng/index.js +21 -0
- package/packages/icons/zhongxinshengcheng/index.js.gz +0 -0
- package/packages/icons/zhongxinshengcheng/index.vue.d.ts +11 -0
- package/packages/icons/zhuomianduan/index.js +2 -2
- package/packages/icons/zhuomianduan/index.js.gz +0 -0
- package/packages/icons/zidingyihuizhi/index.js +2 -2
- package/packages/icons/zidingyihuizhi/index.js.gz +0 -0
- package/packages/icons/zuobiao/index.js +2 -2
- package/packages/icons/zuobiao/index.js.gz +0 -0
- package/packages/components/steps/index.js.gz +0 -0
- package/packages/components/watermark/index.js.gz +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/audio-video/style.css';
|
|
2
|
-
import { defineComponent as j, mergeModels as
|
|
2
|
+
import { defineComponent as j, mergeModels as x, computed as Z, useModel as $, createBlock as ee, openBlock as u, unref as c, withCtx as Ae, createElementVNode as G, createElementBlock as g, normalizeStyle as y, ref as m, h as te, render as ie, onMounted as oe, onBeforeUnmount as se, Fragment as ne, createCommentVNode as w, normalizeClass as N, createVNode as T, mergeProps as Q, pushScopeId as re, popScopeId as ae } from "vue";
|
|
3
3
|
import { withInstall as X } from "@das-fed/utils/with-install/index";
|
|
4
|
-
import { DasAudioVideoPlayer as
|
|
4
|
+
import { DasAudioVideoPlayer as U } from "@das-fed/ui/packages/components/audio-video/index";
|
|
5
5
|
import { pureImageSrc as L } from "@das-fed/utils/pure-image-src";
|
|
6
6
|
import { getConfig as de } from "@das-fed/utils/config";
|
|
7
7
|
import { DasPopupMask as le } from "@das-fed/ui/packages/components/popup-mask/index";
|
|
8
|
-
const ce = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAMAAAAADbN2wMAAAH2klEQVRoBdVaa0xURxQul4dI2KI8BAENkDQgieIDQW3Eioit3f5ojVHDogFBrNCYlPiHH7X9UTARNBa0lQKhBmIbIo0tJgYCPmogPoGAArWxpgiivJ8iz57vymzuLnt37+yC204CM3fmzJnv3Lln5sw3a/POHKT8/HyVg4ODZtGiRdudnZ0DVCqVNz072dvbL4D68fHx12NjYyODg4PtQ0NDT/r6+irouejgwYODlg5vY66C8+fPLyWwCZ6enp94e3uH2NraOvDompycHGtvb69/8eLF72RUXlJS0nOe/kyW2wAC7uLu7p4VGBioYW+YKSMgg729vd39/f1DPT09g11dXeIbJnmVq6urysXFxXnx4sVuZLiK9UE+MTEx2tzcXEzyqWRIv7TNVFmxAdeuXbPr6Oj4JigoKMXJyeldprizs7PjwYMHLWVlZc3l5eUdrN5YHh0d7aVWq4PWrl0b6OHh4cVkR0ZGBsiQHC8vr+Nbt26dYPXGckUGnDt3LnD16tVX3dzc/JiylpaW5qysrKobN250sjpz8i1btnikpqZG0owGsf7d3d1P6+rqPjxy5EgLq5PLTRqQm5urXr9+fTF76/Tdtubk5FRcunSpVU6pOfW7du1alpKSsp38aRn6Yzbu3r0bc+jQoTJj+owaUFxcnEbT/LUgCPakZIpAl6elpd02ptDStvT09HAyJpr0CFNTU+P3798/rtFoMuT02so1AHxoaOi3NjY2trTkjZ44ceLnU6dONcrJz1V9ZWVl28DAwLMNGzYE2tnZLfDx8dm2cePG8dLS0j8MjWHQgIKCAnVYWNj3AE8rSg9NbSE5abshBfNRV19f30t/TeTI7zk6Oi4kp45Yt25d7eXLl//UH2+WAXBY+uavYiPCmwf46urqHv2O8/3c2tr66uHDh3/t3LkzBDNBS7E6JCTk1ytXrnRLxxakD1gqsdrMOOzUyZMnS6wBnmHC2MBAz1PABGzAyNqR6xiAdZ4tlXDYCxcuPJEKW6MMDMCCsYENGKU4tKsQdlj67v+BpW1tba2RkZEFUkFrl6uqquLJoZdheb1z585ytmNrZwDhAVvrz549W2FtwPrjM0zACKysXTQAgRliG1Rih+XdpMjhbfbt2+dDU6zzfbJB5iIHJmCDLgpnYoAZZdEACn8TWWCWmZlZiQaeVFhY+EFeXl4CDfBldnZ2GAzi6a9UFqELZGlVcgRmlEUDlixZosYDArObN292ocyTgoODfSG/kFJ8fPxHTU1NSQcOHFjOo0OJLOIuYIQswyzgMIJ4HpWIKpHzJgo1tL6EvrTxeNJ+EkcDfrZq1SpnXn3G5BlGYAZ2gaZbww4jCImNdZZrI/wGPxkKRVbSjH5BA71PZwAdI+V0mapnGIEZ2AU6BiJwemd4eHhAaTyvPwiFHPpV2mfyLYe9e/dGPXr06HNKAdoGMwvAiIMTuuMIK9Cb8ccDnaAsCRfkLYBySrRCudMCEUu7624KCXROZG8klP/HqQ/ShD1AwAEcD3TQtuSAPQ0dShKBD75+/Xry6dOnQ/VcR0l3UYZhBXb4gBNqyaohxRosFKQxF9BB5eOGhoY4c5ycYQV2ga3/7ABuITau7n5+fstLSkr2cHUiYYYV2OdkZZieVvwFzcJKq4lFu7cA0glaQX3M0q68wiwLKGhsi42N/UX5MG8kGVZgF8CYoRq8Da8iJk9nV1ZUlI+Ojr6iWKaMdvC8mpqaPkWdJEIMK7Dbge4jb/YA6SSR4S0qmgHaL6ZpGa2j/aDi8ePHr3gHYfIMK7ALtCk8QQMYMybAmyvxATqIdNDKUxAVFfWbJeClWIFdANGKStB9YMx4wc/Iy84ATfNrilavrlixIreoqOiZmfq13YARWFEB7PCBIhCtqADdh5w3yc3AvXv3GjZv3pydnJx8m8aRNZJnPIYRmIFdAMUNlhhKwFXyKGOy5MQ6XoyY9+jRoz8RbVja2Ng4zOTmImcYgRnYxX3g5cuXIn0HohVcJe9AxJ79jT5Y1i5evFhBq8sPdMB5yqvHlDywMTIYtDzkRQPIm38ExY0KEK3IeVJiYmL1jh07vvP3989MSEiopoO3zozw6DImy7ABKzlwHmRFA+iE/xz8PCrAEoNoRZkn3bp1i0KUXkWUOI9eJgtMjMEGVmBGm2gACrhcAGWBMjndduT/pQTmGniAEVgZNq0B4FlwuYAG8C9giZmQtXNgoSOk+FUAI+OEgEtrAB5wM4LLBZRBce/fvz8AZWsmYAAWYAA2YJTi0TEA1zq4GZn5lIRjx47t3rRpk6u0w9ssY2xgoDEFYAI2/aunWew02N/w8PBGX1/f3WCFQXGDJQZb/LbBnzlzRkNMnAoXHRT07Tl8+HCNPoZZBkAAPDxZP0nf3Tbw86C46dD/HLy9voL5eMZnk5GREQvw0E/7zFdxcXH5hsYyaAAEcSOCmxFcLmAmIiIiVpJBr3GDYkjRXNXBYclJP6WDjj3ePMDHxMSky+k3ySbgtmbNmjXaSz4w1yBaeflTOQCsHus8lm+sgKjDN19bWxtDTJ8YJTA5/dykAeggd80KHtUcKlIKYt6vWdlg/+uLbmYEcjoKij81AMUNlljaRvGJ+FMD8DagPhh7gDMsHZiciUlDbp2fGkiBzhiyFBQ3WGJybrN/7IFIGMEkOa4Y2+iPY+pZkQ+YUmLNn9v8C3rG9R9pxVaIAAAAAElFTkSuQmCC", ue = "data:image/png;base64,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", pe = "data:image/png;base64,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", ve = "data:image/png;base64,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", ge = { class: "content" }, me = ["src"], Me = {
|
|
8
|
+
const ce = "data:image/png;base64,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", ue = "data:image/png;base64,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", ve = "data:image/png;base64,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", pe = "data:image/png;base64,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", ge = { class: "content" }, me = ["src"], Me = {
|
|
9
9
|
key: 1,
|
|
10
10
|
controls: ""
|
|
11
|
-
}, ye = ["src"],
|
|
11
|
+
}, ye = ["src"], he = {
|
|
12
12
|
inheritAttrs: !1
|
|
13
|
-
},
|
|
14
|
-
...
|
|
13
|
+
}, fe = /* @__PURE__ */ j({
|
|
14
|
+
...he,
|
|
15
15
|
__name: "index",
|
|
16
|
-
props: /* @__PURE__ */
|
|
16
|
+
props: /* @__PURE__ */ x({
|
|
17
17
|
visible: { type: Boolean, default: !1 },
|
|
18
18
|
type: { default: "video" },
|
|
19
19
|
src: { default: "" },
|
|
@@ -23,112 +23,111 @@ const ce = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAA
|
|
|
23
23
|
visible: { type: Boolean, default: !1 },
|
|
24
24
|
visibleModifiers: {}
|
|
25
25
|
}),
|
|
26
|
-
emits: /* @__PURE__ */
|
|
27
|
-
setup(
|
|
28
|
-
const
|
|
29
|
-
|
|
26
|
+
emits: /* @__PURE__ */ x(["update:visible", "visible-change", "mounted"], ["update:visible"]),
|
|
27
|
+
setup(A, { emit: o }) {
|
|
28
|
+
const t = A, e = o, a = Z(() => ({
|
|
29
|
+
width: t.videoWidth ? t.videoWidth + "px" : void 0,
|
|
30
|
+
height: t.videoHeight ? t.videoHeight + "px" : void 0,
|
|
31
|
+
maxWidth: t.videoWidth ? void 0 : "98vw",
|
|
32
|
+
maxHeight: t.videoHeight ? void 0 : "98vh"
|
|
33
|
+
})), i = $(A, "visible"), r = (n) => {
|
|
34
|
+
e("update:visible", n), e("visible-change", n);
|
|
30
35
|
};
|
|
31
|
-
return (
|
|
32
|
-
visible:
|
|
33
|
-
"onUpdate:visible":
|
|
36
|
+
return (n, l) => (u(), ee(c(le), {
|
|
37
|
+
visible: i.value,
|
|
38
|
+
"onUpdate:visible": l[0] || (l[0] = (d) => i.value = d),
|
|
34
39
|
"append-to-body": "",
|
|
35
|
-
onVisibleChange:
|
|
40
|
+
onVisibleChange: r
|
|
36
41
|
}, {
|
|
37
42
|
default: Ae(() => [
|
|
38
|
-
|
|
39
|
-
|
|
43
|
+
G("div", ge, [
|
|
44
|
+
n.type === "video" ? (u(), g("video", {
|
|
40
45
|
key: 0,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
h("video", {
|
|
47
|
-
src: A.src,
|
|
48
|
-
controls: ""
|
|
49
|
-
}, null, 8, me)
|
|
50
|
-
], 4)) : (c(), v("audio", Me, [
|
|
51
|
-
h("source", { src: A.src }, null, 8, ye)
|
|
46
|
+
src: n.src,
|
|
47
|
+
style: y(a.value),
|
|
48
|
+
controls: ""
|
|
49
|
+
}, null, 12, me)) : (u(), g("audio", Me, [
|
|
50
|
+
G("source", { src: n.src }, null, 8, ye)
|
|
52
51
|
]))
|
|
53
52
|
])
|
|
54
53
|
]),
|
|
55
54
|
_: 1
|
|
56
55
|
}, 8, ["visible"]));
|
|
57
56
|
}
|
|
58
|
-
}), z = (
|
|
59
|
-
const
|
|
60
|
-
for (const [e,
|
|
61
|
-
|
|
62
|
-
return
|
|
63
|
-
}, F = /* @__PURE__ */ z(
|
|
64
|
-
var
|
|
65
|
-
const { __IN_DAS_MICRO_APP:
|
|
66
|
-
if (!
|
|
67
|
-
const { origin:
|
|
68
|
-
(
|
|
69
|
-
},
|
|
70
|
-
var
|
|
71
|
-
const { origin:
|
|
72
|
-
(
|
|
73
|
-
},
|
|
57
|
+
}), z = (A, o) => {
|
|
58
|
+
const t = A.__vccOpts || A;
|
|
59
|
+
for (const [e, a] of o)
|
|
60
|
+
t[e] = a;
|
|
61
|
+
return t;
|
|
62
|
+
}, F = /* @__PURE__ */ z(fe, [["__scopeId", "data-v-dc1b6038"]]), we = (A, o) => {
|
|
63
|
+
var i;
|
|
64
|
+
const { __IN_DAS_MICRO_APP: t, __DAS_MAIN_APP_HREF: e } = window;
|
|
65
|
+
if (!t || !e) return;
|
|
66
|
+
const { origin: a } = new URL(e);
|
|
67
|
+
(i = window.top) == null || i.postMessage({ type: A, data: o }, a);
|
|
68
|
+
}, Be = (A, o, t, e) => {
|
|
69
|
+
var r;
|
|
70
|
+
const { origin: a } = new URL(o), i = document.querySelector(`iframe[name="${A}"]`);
|
|
71
|
+
(r = i == null ? void 0 : i.contentWindow) == null || r.postMessage({ type: t, data: e }, a);
|
|
72
|
+
}, C = {
|
|
74
73
|
show: "proxy-audio-video-show",
|
|
75
74
|
close: "proxy-audio-video-close"
|
|
76
|
-
},
|
|
75
|
+
}, B = {
|
|
77
76
|
// @ts-ignore
|
|
78
77
|
isMicroApp: () => window.__IN_DAS_MICRO_APP && window.top !== window.self,
|
|
79
|
-
sendMessageToMainApp:
|
|
80
|
-
sendMessageToMicroApp:
|
|
78
|
+
sendMessageToMainApp: we,
|
|
79
|
+
sendMessageToMicroApp: Be,
|
|
81
80
|
addEventFromMicroApp: () => {
|
|
82
|
-
window.addEventListener("message", (
|
|
83
|
-
const { type:
|
|
84
|
-
if (
|
|
85
|
-
const { type: e, src:
|
|
81
|
+
window.addEventListener("message", (A) => {
|
|
82
|
+
const { type: o, data: t } = A.data;
|
|
83
|
+
if (o !== C.show) return;
|
|
84
|
+
const { type: e, src: a, playerProps: i = {}, microAppName: r, href: n } = t, l = m(!0), d = document.createElement("div");
|
|
86
85
|
d.setAttribute("id", "das-micro-proxy-player");
|
|
87
|
-
const
|
|
88
|
-
visible:
|
|
86
|
+
const h = te(F, {
|
|
87
|
+
visible: l,
|
|
89
88
|
onVisibleChange: (R) => {
|
|
90
|
-
R || (d.remove(),
|
|
89
|
+
R || (d.remove(), B.sendMessageToMicroApp(r, n, "close"));
|
|
91
90
|
},
|
|
92
91
|
type: e,
|
|
93
|
-
src:
|
|
94
|
-
...
|
|
92
|
+
src: a,
|
|
93
|
+
...i
|
|
95
94
|
});
|
|
96
|
-
ie(
|
|
95
|
+
ie(h, d), document.body.appendChild(d);
|
|
97
96
|
});
|
|
98
97
|
},
|
|
99
|
-
addEventFromMainApp: (
|
|
100
|
-
let
|
|
101
|
-
return { listen: (
|
|
102
|
-
|
|
103
|
-
const { type:
|
|
104
|
-
|
|
105
|
-
}, window.addEventListener("message",
|
|
98
|
+
addEventFromMainApp: (A) => {
|
|
99
|
+
let o;
|
|
100
|
+
return { listen: (a) => {
|
|
101
|
+
o = (i) => {
|
|
102
|
+
const { type: r, data: n } = i.data || {};
|
|
103
|
+
C[r] === C[A] && a(n);
|
|
104
|
+
}, window.addEventListener("message", o, !1);
|
|
106
105
|
}, remove: () => {
|
|
107
|
-
|
|
106
|
+
o && window.removeEventListener("message", o, !1);
|
|
108
107
|
} };
|
|
109
108
|
}
|
|
110
109
|
};
|
|
111
|
-
|
|
112
|
-
const Pe = (
|
|
113
|
-
const { onPlayProxy:
|
|
110
|
+
B.addEventFromMicroApp();
|
|
111
|
+
const Pe = (A) => {
|
|
112
|
+
const { onPlayProxy: o, needPreview: t, visibleChange: e, setFocus: a, type: i, src: r, playerProps: n } = A;
|
|
114
113
|
return { onPlay: () => {
|
|
115
|
-
if (!
|
|
116
|
-
|
|
117
|
-
const { listen: d, remove:
|
|
114
|
+
if (!t || !B.isMicroApp()) return o();
|
|
115
|
+
a(!0);
|
|
116
|
+
const { listen: d, remove: h } = B.addEventFromMainApp("close");
|
|
118
117
|
d(() => {
|
|
119
|
-
e(!1),
|
|
118
|
+
e(!1), h();
|
|
120
119
|
}), setTimeout(() => {
|
|
121
|
-
|
|
122
|
-
type:
|
|
123
|
-
src:
|
|
124
|
-
playerProps:
|
|
120
|
+
B.sendMessageToMainApp(C.show, {
|
|
121
|
+
type: i,
|
|
122
|
+
src: r.value,
|
|
123
|
+
playerProps: n,
|
|
125
124
|
href: location.href,
|
|
126
125
|
// @ts-ignore
|
|
127
126
|
microAppName: window.__DAS_MICRO_APP_NAME
|
|
128
127
|
});
|
|
129
128
|
}, 0);
|
|
130
129
|
} };
|
|
131
|
-
}, be = (
|
|
130
|
+
}, be = (A) => (re("data-v-aa39e510"), A = A(), ae(), A), De = ["src"], ke = ["src"], Ye = ["src"], Ee = /* @__PURE__ */ be(() => /* @__PURE__ */ G("div", { class: "bg-img" }, null, -1)), Ie = ["src"], Ce = ["src"], Ge = /* @__PURE__ */ j({
|
|
132
131
|
__name: "Index",
|
|
133
132
|
props: {
|
|
134
133
|
type: { default: "video" },
|
|
@@ -142,39 +141,39 @@ const Pe = (t) => {
|
|
|
142
141
|
local: { type: Boolean }
|
|
143
142
|
},
|
|
144
143
|
emits: ["visible-change"],
|
|
145
|
-
setup(
|
|
146
|
-
const { baseURL:
|
|
144
|
+
setup(A, { emit: o }) {
|
|
145
|
+
const { baseURL: t } = de(), e = A, a = o, i = Z(() => ({
|
|
147
146
|
width: `calc(${e.width}/2)`,
|
|
148
147
|
height: `calc(${e.height}/2)`
|
|
149
|
-
})),
|
|
150
|
-
var
|
|
151
|
-
|
|
152
|
-
let { videoWidth:
|
|
153
|
-
|
|
154
|
-
const
|
|
155
|
-
|
|
156
|
-
const
|
|
157
|
-
|
|
158
|
-
const
|
|
159
|
-
|
|
148
|
+
})), r = m(), n = m(), l = m(!1), d = Z(() => e.fullPath ? e.src : e.local ? t + L(e.src) : L(e.src)), h = m(""), R = (s) => {
|
|
149
|
+
var f = document.createElement("VIDEO");
|
|
150
|
+
f.src = s, f.autoplay = !0, f.muted = !0, f.addEventListener("loadeddata", () => {
|
|
151
|
+
let { videoWidth: H, videoHeight: S } = f, K = 0, O = 0, Y = 0, E = 0;
|
|
152
|
+
H / S >= 1.5 ? (Y = 120, E = S * (120 / H), K = 0, O = (120 - E) / 2) : (E = 120, Y = H * (120 / S), O = 0, K = (120 - Y) / 2);
|
|
153
|
+
const I = document.createElement("canvas");
|
|
154
|
+
I.width = 120, I.height = 120;
|
|
155
|
+
const W = I.getContext("2d");
|
|
156
|
+
W.fillStyle = "#000", W.fillRect(0, 0, 120, 120), W.drawImage(f, K, O, Y, E);
|
|
157
|
+
const J = I.toDataURL("image/png");
|
|
158
|
+
J && (h.value = J);
|
|
160
159
|
});
|
|
160
|
+
}, P = () => {
|
|
161
|
+
v.value = "active";
|
|
161
162
|
}, b = () => {
|
|
162
|
-
|
|
163
|
-
}, D = ()
|
|
164
|
-
k.value || (u.value = "");
|
|
165
|
-
}, k = g(!1), u = g("");
|
|
163
|
+
D.value || (v.value = "");
|
|
164
|
+
}, D = m(!1), v = m("");
|
|
166
165
|
oe(async () => {
|
|
167
|
-
e.type === "video" && d.value && R(d.value), e.mode !== "view" && (e.type === "video" && (
|
|
166
|
+
e.type === "video" && d.value && R(d.value), e.mode !== "view" && (e.type === "video" && (r.value.addEventListener("mouseenter", P), r.value.addEventListener("mouseleave", b)), e.type === "audio" && (n.value.addEventListener("mouseenter", P), n.value.addEventListener("mouseleave", b)));
|
|
168
167
|
}), se(() => {
|
|
169
|
-
e.mode !== "view" && (e.type === "video" && (
|
|
168
|
+
e.mode !== "view" && (e.type === "video" && (r.value.removeEventListener("mouseenter", P), r.value.removeEventListener("mouseleave", b)), e.type === "audio" && (n.value.removeEventListener("mouseenter", P), n.value.removeEventListener("mouseleave", b)));
|
|
170
169
|
});
|
|
171
170
|
const q = () => {
|
|
172
|
-
e.needPreview && (
|
|
173
|
-
}, V = (
|
|
174
|
-
|
|
175
|
-
}, _ = (
|
|
176
|
-
|
|
177
|
-
}, { onPlay:
|
|
171
|
+
e.needPreview && (D.value = !0, l.value = !0);
|
|
172
|
+
}, V = (s) => {
|
|
173
|
+
s || (D.value = !1, v.value = ""), a("visible-change", s);
|
|
174
|
+
}, _ = (s) => {
|
|
175
|
+
D.value = s;
|
|
176
|
+
}, { onPlay: k } = Pe({
|
|
178
177
|
type: e.type,
|
|
179
178
|
src: d,
|
|
180
179
|
playerProps: e.playerProps,
|
|
@@ -183,80 +182,80 @@ const Pe = (t) => {
|
|
|
183
182
|
setFocus: _,
|
|
184
183
|
visibleChange: V
|
|
185
184
|
});
|
|
186
|
-
return (
|
|
187
|
-
|
|
185
|
+
return (s, p) => (u(), g(ne, null, [
|
|
186
|
+
s.type === "video" ? (u(), g("div", {
|
|
188
187
|
key: 0,
|
|
189
|
-
class:
|
|
188
|
+
class: N(["das-ui-video", v.value, s.mode]),
|
|
190
189
|
ref_key: "videoRef",
|
|
191
|
-
ref:
|
|
192
|
-
style: y({ width:
|
|
190
|
+
ref: r,
|
|
191
|
+
style: y({ width: s.width, height: s.height }),
|
|
193
192
|
onClick: p[1] || (p[1] = //@ts-ignore
|
|
194
|
-
(...M) =>
|
|
193
|
+
(...M) => c(k) && c(k)(...M))
|
|
195
194
|
}, [
|
|
196
|
-
|
|
195
|
+
G("img", {
|
|
197
196
|
class: "bg-img",
|
|
198
|
-
src:
|
|
197
|
+
src: h.value,
|
|
199
198
|
alt: ""
|
|
200
199
|
}, null, 8, De),
|
|
201
|
-
|
|
200
|
+
v.value === "" ? (u(), g("img", {
|
|
202
201
|
key: 0,
|
|
203
202
|
class: "icon",
|
|
204
|
-
style: y(
|
|
205
|
-
src:
|
|
203
|
+
style: y(i.value),
|
|
204
|
+
src: c(ce),
|
|
206
205
|
alt: ""
|
|
207
|
-
}, null, 12, ke)) :
|
|
208
|
-
|
|
206
|
+
}, null, 12, ke)) : w("", !0),
|
|
207
|
+
v.value === "active" ? (u(), g("img", {
|
|
209
208
|
key: 1,
|
|
210
209
|
class: "icon",
|
|
211
|
-
style: y(
|
|
212
|
-
src:
|
|
210
|
+
style: y(i.value),
|
|
211
|
+
src: c(ue),
|
|
213
212
|
alt: ""
|
|
214
|
-
}, null, 12, Ye)) :
|
|
215
|
-
|
|
216
|
-
type:
|
|
217
|
-
visible:
|
|
218
|
-
"onUpdate:visible": p[0] || (p[0] = (M) =>
|
|
213
|
+
}, null, 12, Ye)) : w("", !0),
|
|
214
|
+
T(c(U), Q({
|
|
215
|
+
type: s.type,
|
|
216
|
+
visible: l.value,
|
|
217
|
+
"onUpdate:visible": p[0] || (p[0] = (M) => l.value = M),
|
|
219
218
|
src: d.value
|
|
220
|
-
},
|
|
221
|
-
], 6)) :
|
|
222
|
-
|
|
219
|
+
}, s.playerProps, { onVisibleChange: V }), null, 16, ["type", "visible", "src"])
|
|
220
|
+
], 6)) : w("", !0),
|
|
221
|
+
s.type === "audio" ? (u(), g("div", {
|
|
223
222
|
key: 1,
|
|
224
|
-
class:
|
|
223
|
+
class: N(["das-ui-audio", v.value, s.mode]),
|
|
225
224
|
ref_key: "audioRef",
|
|
226
|
-
ref:
|
|
227
|
-
style: y({ width:
|
|
225
|
+
ref: n,
|
|
226
|
+
style: y({ width: s.width, height: s.height, background: "#ffffff" }),
|
|
228
227
|
onClick: p[3] || (p[3] = //@ts-ignore
|
|
229
|
-
(...M) =>
|
|
228
|
+
(...M) => c(k) && c(k)(...M))
|
|
230
229
|
}, [
|
|
231
230
|
Ee,
|
|
232
|
-
|
|
231
|
+
v.value === "" ? (u(), g("img", {
|
|
233
232
|
key: 0,
|
|
234
233
|
class: "icon",
|
|
235
|
-
style: y(
|
|
236
|
-
src:
|
|
234
|
+
style: y(i.value),
|
|
235
|
+
src: c(ve),
|
|
237
236
|
alt: ""
|
|
238
|
-
}, null, 12, Ie)) :
|
|
239
|
-
|
|
237
|
+
}, null, 12, Ie)) : w("", !0),
|
|
238
|
+
v.value === "active" ? (u(), g("img", {
|
|
240
239
|
key: 1,
|
|
241
240
|
class: "icon",
|
|
242
|
-
style: y(
|
|
243
|
-
src:
|
|
241
|
+
style: y(i.value),
|
|
242
|
+
src: c(pe),
|
|
244
243
|
alt: ""
|
|
245
|
-
}, null, 12, Ce)) :
|
|
246
|
-
|
|
247
|
-
type:
|
|
248
|
-
visible:
|
|
249
|
-
"onUpdate:visible": p[2] || (p[2] = (M) =>
|
|
244
|
+
}, null, 12, Ce)) : w("", !0),
|
|
245
|
+
T(c(U), Q({
|
|
246
|
+
type: s.type,
|
|
247
|
+
visible: l.value,
|
|
248
|
+
"onUpdate:visible": p[2] || (p[2] = (M) => l.value = M),
|
|
250
249
|
src: d.value
|
|
251
|
-
},
|
|
252
|
-
], 6)) :
|
|
250
|
+
}, s.playerProps, { onVisibleChange: V }), null, 16, ["type", "visible", "src"])
|
|
251
|
+
], 6)) : w("", !0)
|
|
253
252
|
], 64));
|
|
254
253
|
}
|
|
255
|
-
}), Re = /* @__PURE__ */ z(Ge, [["__scopeId", "data-v-
|
|
254
|
+
}), Re = /* @__PURE__ */ z(Ge, [["__scopeId", "data-v-aa39e510"]]), Ze = () => m(null), Je = () => m(null), xe = X(Re), Ne = X(F), Te = { name: "音视频播放器" };
|
|
256
255
|
export {
|
|
257
|
-
|
|
258
|
-
|
|
256
|
+
xe as DasAudioVideo,
|
|
257
|
+
Ne as DasAudioVideoPlayer,
|
|
259
258
|
Je as DasAudioVideoPlayerRef,
|
|
260
|
-
|
|
261
|
-
|
|
259
|
+
Ze as DasAudioVideoRef,
|
|
260
|
+
Te as default
|
|
262
261
|
};
|
|
Binary file
|
|
@@ -21,10 +21,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
21
|
"onVisible-change"?: ((val: boolean) => any) | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
type: "video" | "audio";
|
|
24
|
-
height: string;
|
|
25
|
-
width: string;
|
|
26
24
|
mode: "normal" | "view";
|
|
27
25
|
src: string;
|
|
26
|
+
width: string;
|
|
27
|
+
height: string;
|
|
28
28
|
needPreview: boolean;
|
|
29
29
|
playerProps: Omit<import("./player/type").Props, "visible" | "type" | "src">;
|
|
30
30
|
}, {}>;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export interface Props {
|
|
2
|
-
|
|
3
|
-
visible?: boolean
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
type?: 'video' | 'audio'
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
src?: string
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
videoWidth?: number
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
videoHeight?: number
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface Emits {
|
|
19
|
-
(e: 'update:visible', val: boolean): void
|
|
20
|
-
(e: 'visible-change', val: boolean): void
|
|
21
|
-
(e: 'mounted', e: any): void
|
|
22
|
-
}
|
|
1
|
+
export interface Props {
|
|
2
|
+
|
|
3
|
+
visible?: boolean
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
type?: 'video' | 'audio'
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
src?: string
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
videoWidth?: number
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
videoHeight?: number
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface Emits {
|
|
19
|
+
(e: 'update:visible', val: boolean): void
|
|
20
|
+
(e: 'visible-change', val: boolean): void
|
|
21
|
+
(e: 'mounted', e: any): void
|
|
22
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import type { Props as PlayerProps } from './player/type'
|
|
2
|
-
|
|
3
|
-
export interface Props {
|
|
4
|
-
|
|
5
|
-
type?: 'video' | 'audio'
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
mode?: 'normal' | 'view'
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
src?: string
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
fullPath?: boolean
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
width?: string
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
height?: string
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
playerProps?: Omit<PlayerProps, 'visible' | 'type' | 'src'>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
needPreview?: boolean
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
local?: boolean
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export interface Emits {
|
|
33
|
-
|
|
34
|
-
(e: 'visible-change', val: boolean): void
|
|
35
|
-
}
|
|
1
|
+
import type { Props as PlayerProps } from './player/type'
|
|
2
|
+
|
|
3
|
+
export interface Props {
|
|
4
|
+
|
|
5
|
+
type?: 'video' | 'audio'
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
mode?: 'normal' | 'view'
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
src?: string
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
fullPath?: boolean
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
width?: string
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
height?: string
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
playerProps?: Omit<PlayerProps, 'visible' | 'type' | 'src'>
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
needPreview?: boolean
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
local?: boolean
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface Emits {
|
|
33
|
+
|
|
34
|
+
(e: 'visible-change', val: boolean): void
|
|
35
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
video[data-v-
|
|
1
|
+
video[data-v-dc1b6038]{width:100%;height:100%;object-fit:fill}.das-ui-video[data-v-aa39e510],.das-ui-audio[data-v-aa39e510]{position:relative;border:1px solid rgb(217,217,217);border-radius:2px}.das-ui-video[data-v-aa39e510]:not(.view),.das-ui-audio[data-v-aa39e510]:not(.view){cursor:pointer}.das-ui-video[data-v-aa39e510]:not(.view):hover,.das-ui-video:not(.view).active[data-v-aa39e510],.das-ui-audio[data-v-aa39e510]:not(.view):hover,.das-ui-audio:not(.view).active[data-v-aa39e510]{border:1px solid rgb(85,130,243)}.das-ui-video .bg-img[data-v-aa39e510],.das-ui-audio .bg-img[data-v-aa39e510]{width:100%;height:100%}.das-ui-video .icon[data-v-aa39e510],.das-ui-audio .icon[data-v-aa39e510]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
|