@das-fed/ui 6.4.0-test.5.1 → 6.4.0-test.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 +40 -1
- package/package.json +15 -10
- package/packages/business-components/ai-panel/i18n/index.d.ts +244 -0
- package/packages/business-components/ai-panel/index-BVbGcP9e.js +180 -0
- package/packages/business-components/ai-panel/index-BVbGcP9e.js.gz +0 -0
- package/packages/business-components/ai-panel/index-CJeKTaAS.js +60 -0
- package/packages/business-components/ai-panel/index-CJeKTaAS.js.gz +0 -0
- package/packages/business-components/ai-panel/index-D4944ccN.js +5845 -0
- package/packages/business-components/ai-panel/index-D4944ccN.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 +14 -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 +30 -0
- package/packages/business-components/ai-panel/src/type.d.ts +10 -0
- package/packages/business-components/ai-panel/style.css +1 -0
- package/packages/business-components/ai-panel/style.css.gz +0 -0
- package/packages/business-components/app-container/index.js +195 -141
- package/packages/business-components/app-container/index.js.gz +0 -0
- package/packages/business-components/app-container/src/style-theme.d.ts +0 -5
- package/packages/business-components/app-container/style.css +1 -1
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/business-components/app-container/theme/index.d.ts +0 -1
- package/packages/business-components/area-phone-select/i18n/index.d.ts +7 -0
- package/packages/business-components/area-phone-select/index.d.ts +1368 -0
- package/packages/business-components/area-phone-select/index.js +269 -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 +15 -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 +179 -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/index.d.ts +5 -5
- package/packages/business-components/change-enterprises/index.js +4 -4
- package/packages/business-components/change-enterprises/index.js.gz +0 -0
- package/packages/business-components/change-enterprises/src/index.vue.d.ts +1 -1
- package/packages/business-components/change-pwd/index.js +27 -20
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +12 -12
- package/packages/business-components/change-pwd/style.css +1 -1
- package/packages/business-components/currency-page/index.js +7 -7
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/device-panel/i18n/index.d.ts +45 -8
- package/packages/business-components/device-panel/index.d.ts +2 -2
- package/packages/business-components/device-panel/index.js +41720 -39692
- 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 +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/historyList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/liveList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logDetail.vue.d.ts +2 -2
- 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 +17 -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/inspectionRecord/components/use-check-item/CheckItem.vue.d.ts +3 -5
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/inspectionRecord/components/use-task-info/TaskInfo.vue.d.ts +4 -7
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/linkDialog.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/maintenanceRecord/components/use-check-item/CheckItem.vue.d.ts +3 -5
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/maintenanceRecord/components/use-task-info/TaskInfo.vue.d.ts +4 -7
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-consumables-record/Consumables.vue.d.ts +3 -6
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-feedback-record/Feedback.vue.d.ts +3 -5
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/Info.vue.d.ts +3 -6
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-schedule-track/Track.vue.d.ts +3 -5
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/dealAlarm.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/historyList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/liveList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logDetail.vue.d.ts +2 -2
- 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 +17 -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/inspectionRecord/components/use-check-item/CheckItem.vue.d.ts +3 -5
- package/packages/business-components/device-panel/src/components/devicePanelModal/inspectionRecord/components/use-task-info/TaskInfo.vue.d.ts +4 -7
- package/packages/business-components/device-panel/src/components/devicePanelModal/linkDialog.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/maintenanceRecord/components/use-check-item/CheckItem.vue.d.ts +3 -5
- package/packages/business-components/device-panel/src/components/devicePanelModal/maintenanceRecord/components/use-task-info/TaskInfo.vue.d.ts +4 -7
- 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/repairRecord/components/use-consumables-record/Consumables.vue.d.ts +3 -6
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-feedback-record/Feedback.vue.d.ts +3 -5
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/Info.vue.d.ts +3 -6
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-schedule-track/Track.vue.d.ts +3 -5
- package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/panelHeaders/index.vue.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/videoDialog/component/GridLayout/GridItem.vue.d.ts +25 -18
- package/packages/business-components/device-panel/src/components/videoDialog/component/GridLayout/GridLayout.vue.d.ts +24 -18
- package/packages/business-components/device-panel/src/components/videoDialog/component/Player/index.vue.d.ts +6 -13
- 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 +5 -5
- package/packages/business-components/echarts/index.js +7909 -7810
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/echarts/src/Index.vue.d.ts +1 -1
- package/packages/business-components/echarts/src/type.d.ts +2 -0
- package/packages/business-components/echarts/style.css +1 -1
- package/packages/business-components/export-button/hooks/useExport.d.ts +5 -6
- package/packages/business-components/export-button/index.d.ts +4 -4
- package/packages/business-components/export-button/index.js +93 -91
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/export-button/src/App.vue.d.ts +39 -11
- package/packages/business-components/import-button/hooks/file.d.ts +1 -0
- package/packages/business-components/import-button/hooks/useImport.d.ts +13 -13
- package/packages/business-components/import-button/i18n/index.d.ts +29 -9
- package/packages/business-components/import-button/index.d.ts +2 -2
- package/packages/business-components/import-button/index.js +330 -313
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/src/App.vue.d.ts +60 -11
- package/packages/business-components/import-button/src/type.d.ts +2 -0
- package/packages/business-components/import-button/style.css +1 -1
- package/packages/business-components/index.d.ts +3 -0
- package/packages/business-components/index.js +3 -0
- package/packages/business-components/layout-breadcrumb/index.js +81 -72
- package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/index.d.ts +65 -59
- package/packages/business-components/model-table-dialog/index.js +100 -100
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +259 -112
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +6084 -2843
- 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 +56 -0
- package/packages/business-components/payment/index.js +387 -0
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/payment/src/Index.vue.d.ts +7 -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 +5 -10
- package/packages/business-components/process-configuration/index.d.ts +2 -0
- package/packages/business-components/process-configuration/index.js +60 -64
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- 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 +3 -0
- package/packages/business-components/process-configuration/style.css +1 -1
- package/packages/business-components/process-configuration/style.css.gz +0 -0
- package/packages/business-components/process-form/i18n/index.d.ts +10 -0
- package/packages/business-components/process-form/index.js +1225 -1237
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +15 -13
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-log/i18n/index.d.ts +0 -5
- package/packages/business-components/process-log/index.js +288 -289
- 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-search-form/hooks/useService.d.ts +1 -1
- package/packages/business-components/process-search-form/index.js +465 -523
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/index.d.ts +35 -33
- package/packages/business-components/process-table/index.js +624 -671
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +77 -2002
- package/packages/business-components/process-table/src/type.d.ts +2 -0
- package/packages/business-components/upload-file/index.d.ts +8 -0
- package/packages/business-components/upload-file/index.js +50 -51
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/upload-file/src/App.vue.d.ts +2 -0
- package/packages/business-components/upload-file/src/type.d.ts +3 -0
- package/packages/business-components/upload-file/style.css +1 -1
- package/packages/business-components/urgent-panel/index.js +863 -863
- 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 +3 -3
- package/packages/business-components/urgent-panel/src/components/panelHeaders/index.vue.d.ts +3 -3
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/EventInfo.vue.d.ts +4 -6
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/FileRecord.vue.d.ts +3 -4
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/PlanInfo.vue.d.ts +3 -4
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-feedback-record/Feedback.vue.d.ts +3 -5
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-release-urgent/ReleaseUrgent.vue.d.ts +4 -5
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-schedule-track/Track.vue.d.ts +3 -5
- package/packages/business-components/user-org-dialog/i18n/index.d.ts +15 -0
- package/packages/business-components/user-org-dialog/index.js +441 -423
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/style.css +1 -1
- package/packages/business-components/user-org-dialog/style.css.gz +0 -0
- package/packages/business-components/video-dialog/index.js +211 -205
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/component/GridLayout/GridItem.vue.d.ts +25 -18
- package/packages/business-components/video-dialog/src/component/GridLayout/GridLayout.vue.d.ts +24 -18
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +7 -14
- 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 +31 -31
- package/packages/components/alert/index.js +4 -4
- package/packages/components/alert/index.js.gz +0 -0
- package/packages/components/alert/src/index.vue.d.ts +9 -9
- package/packages/components/audio-video/index.d.ts +8 -8
- package/packages/components/audio-video/index.js +141 -148
- package/packages/components/audio-video/index.js.gz +0 -0
- package/packages/components/audio-video/src/player/index.vue.d.ts +2 -2
- package/packages/components/audio-video/style.css +1 -1
- package/packages/components/autocomplete/index.d.ts +45 -27
- package/packages/components/autocomplete/index.js +146 -134
- package/packages/components/autocomplete/index.js.gz +0 -0
- package/packages/components/autocomplete/src/index.vue.d.ts +89 -3341
- package/packages/components/autocomplete/src/type.d.ts +9 -1
- package/packages/components/autocomplete/style.css +1 -1
- package/packages/components/autocomplete/style.css.gz +0 -0
- package/packages/components/breadcrumb/index.d.ts +5 -4
- package/packages/components/breadcrumb/index.js +1 -1
- package/packages/components/breadcrumb/index.js.gz +0 -0
- package/packages/components/breadcrumb/src/BreadCrumb.vue.d.ts +29 -11
- package/packages/components/breadcrumb/src/BreadCrumbItem.vue.d.ts +17 -10
- package/packages/components/button/index.d.ts +3 -5
- package/packages/components/button/index.js +89 -87
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/button/src/Index.vue.d.ts +5 -7
- package/packages/components/button/style.css +1 -1
- package/packages/components/button/style.css.gz +0 -0
- package/packages/components/calendar/index.d.ts +16 -19
- package/packages/components/calendar/index.js +62 -64
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/calendar/src/Index.vue.d.ts +15 -18
- package/packages/components/calendar/src/calendar-table.vue.d.ts +6 -6
- package/packages/components/calendar/src/old-Index.vue.d.ts +7 -7
- package/packages/components/cascader/index.d.ts +31 -40
- package/packages/components/cascader/index.js +176 -201
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/cascader/src/Index.vue.d.ts +7 -8
- package/packages/components/cascader/src/type.d.ts +0 -3
- package/packages/components/cascader/style.css +1 -1
- package/packages/components/cascader/style.css.gz +0 -0
- package/packages/components/checkbox/index.d.ts +29 -35
- package/packages/components/checkbox/index.js +149 -137
- package/packages/components/checkbox/index.js.gz +0 -0
- package/packages/components/checkbox/src/Index.vue.d.ts +72 -16
- package/packages/components/checkbox/style.css +1 -1
- package/packages/components/checkbox/style.css.gz +0 -0
- package/packages/components/collapse-panel/index.d.ts +9 -9
- package/packages/components/collapse-panel/index.js +1 -1
- package/packages/components/collapse-panel/index.js.gz +0 -0
- package/packages/components/collapse-panel/src/Index.vue.d.ts +21 -12
- package/packages/components/collapse-transition/index.d.ts +1 -1
- package/packages/components/collapse-transition/index.js +2 -2
- package/packages/components/collapse-transition/index.js.gz +0 -0
- package/packages/components/collapse-transition/src/Index.vue.d.ts +18 -9
- package/packages/components/collaspe/index.d.ts +7 -7
- package/packages/components/collaspe/index.js +2 -2
- package/packages/components/collaspe/index.js.gz +0 -0
- package/packages/components/collaspe/src/Index.vue.d.ts +20 -10
- package/packages/components/color-picker/index.js +69 -70
- package/packages/components/color-picker/index.js.gz +0 -0
- package/packages/components/color-picker/src/type.d.ts +6 -3
- package/packages/components/color-picker/style.css +1 -1
- package/packages/components/color-picker/style.css.gz +0 -0
- package/packages/components/custom-search-item/index.d.ts +7 -7
- package/packages/components/custom-search-item/index.js +6 -6
- package/packages/components/custom-search-item/index.js.gz +0 -0
- package/packages/components/custom-search-item/src/Index.vue.d.ts +31 -10
- package/packages/components/date-picker/index.d.ts +65 -45
- package/packages/components/date-picker/index.js +934 -1016
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +12 -11
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +7 -5
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +12 -11
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +7 -6
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +9 -7
- package/packages/components/date-picker/src/type.d.ts +96 -1
- package/packages/components/date-picker/style.css +1 -1
- package/packages/components/date-picker/style.css.gz +0 -0
- package/packages/components/dialog/index.d.ts +10 -11
- package/packages/components/dialog/index.js +21 -21
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +9 -10
- package/packages/components/dialog/style.css +1 -1
- package/packages/components/dialog/style.css.gz +0 -0
- package/packages/components/dimple-layout/editor/editor.vue.d.ts +4 -16
- package/packages/components/dimple-layout/editor/plugins/$svg/type.d.ts +15 -0
- package/packages/components/dimple-layout/editor/rule.vue.d.ts +4 -22
- package/packages/components/dimple-layout/editor/tools/background-image/component.vue.d.ts +3 -4
- package/packages/components/dimple-layout/editor/tools/import/component.vue.d.ts +3 -4
- package/packages/components/dimple-layout/editor/type.d.ts +5 -2
- package/packages/components/dimple-layout/index.js +1926 -1894
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dimple-layout/render/render.vue.d.ts +4 -12
- package/packages/components/dimple-layout/style.css +1 -1
- package/packages/components/dimple-layout/style.css.gz +0 -0
- package/packages/components/drawer/index.d.ts +3 -3
- package/packages/components/drawer/index.js +2 -2
- package/packages/components/drawer/index.js.gz +0 -0
- package/packages/components/drawer/src/Index.vue.d.ts +17 -289
- package/packages/components/dropdown/index.d.ts +4 -4
- package/packages/components/dropdown/index.js +1 -1
- package/packages/components/dropdown/index.js.gz +0 -0
- package/packages/components/dropdown/src/dropdownItem.vue.d.ts +13 -10
- package/packages/components/dropdown/src/dropdownMenu.vue.d.ts +11 -10
- package/packages/components/dropdown/src/index.vue.d.ts +24 -12669
- package/packages/components/edit-table/index.d.ts +183 -100
- package/packages/components/edit-table/index.js +2095 -1668
- 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 +5 -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 +9 -3
- package/packages/components/edit-table/src/index.vue.d.ts +4126 -2007
- package/packages/components/edit-table/src/type.d.ts +28 -3
- 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/index.d.ts +6 -6
- package/packages/components/empty/index.js +6 -6
- package/packages/components/empty/index.js.gz +0 -0
- package/packages/components/empty/src/Index.vue.d.ts +28 -13
- package/packages/components/error-overlay-model/index.d.ts +6 -0
- package/packages/components/error-overlay-model/index.js +87 -0
- package/packages/components/error-overlay-model/index.js.gz +0 -0
- package/packages/components/error-overlay-model/src/index.vue.d.ts +7 -0
- package/packages/components/error-overlay-model/src/type.d.ts +13 -0
- package/packages/components/form/index.d.ts +13 -13
- package/packages/components/form/index.js +4 -4
- package/packages/components/form/index.js.gz +0 -0
- package/packages/components/form/src/Index.vue.d.ts +24 -12
- package/packages/components/form-item/index.js +917 -1018
- package/packages/components/form-item/index.js.gz +0 -0
- package/packages/components/form-item/style.css +1 -1
- package/packages/components/form-item/style.css.gz +0 -0
- package/packages/components/icon/index.js +71 -71
- package/packages/components/icon/index.js.gz +0 -0
- package/packages/components/icon/src/base-icon.vue.d.ts +18 -10
- package/packages/components/image-upload/i18n/index.d.ts +5 -0
- package/packages/components/image-upload/index.d.ts +1 -0
- package/packages/components/image-upload/index.js +121 -127
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-upload/src/Index.vue.d.ts +1 -0
- package/packages/components/image-upload/src/hooks/use-imageUpload.d.ts +1 -1
- package/packages/components/image-upload/src/type.d.ts +4 -1
- 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 +5 -2
- package/packages/components/image-viewer/index.js +442 -421
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/image-viewer/src/Index.vue.d.ts +5 -2
- package/packages/components/image-viewer/src/hooks/use-imageViewer.d.ts +3 -2
- package/packages/components/image-viewer/src/type.d.ts +7 -1
- 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 +2 -0
- package/packages/components/index.js +2 -0
- package/packages/components/input/index.d.ts +4 -7
- package/packages/components/input/index.js +148 -187
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/src/index.vue.d.ts +6 -7
- package/packages/components/input/src/type.d.ts +0 -2
- package/packages/components/input/style.css +1 -1
- package/packages/components/input/style.css.gz +0 -0
- package/packages/components/input-dialog-select/index.d.ts +0 -2
- package/packages/components/input-dialog-select/index.js +114 -167
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +0 -2
- package/packages/components/input-dialog-select/src/type.d.ts +0 -3
- package/packages/components/input-dialog-select/style.css +1 -1
- package/packages/components/input-dialog-select/style.css.gz +0 -0
- package/packages/components/input-dialog-select/theme/index.d.ts +1 -1
- package/packages/components/input-number/index.d.ts +131 -0
- package/packages/components/input-number/index.js +184 -198
- package/packages/components/input-number/index.js.gz +0 -0
- package/packages/components/input-number/src/App.vue.d.ts +2 -5675
- package/packages/components/input-number/src/type.d.ts +3 -3
- 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/index.d.ts +7 -7
- package/packages/components/live-player/index.js +1442 -1442
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/src/das-live-player.vue.d.ts +29 -12
- package/packages/components/loading/index.js +5 -5
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/index.js +514 -514
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/map/style.css +1 -1
- package/packages/components/menu-aside/index.d.ts +6 -4
- package/packages/components/menu-aside/index.js +697 -622
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/menu-aside/src/Index.vue.d.ts +8 -6
- package/packages/components/menu-aside/src/menu-icon.vue.d.ts +4 -6
- package/packages/components/menu-aside/src/sub-menu/sub-menu.vue.d.ts +6 -5
- package/packages/components/menu-aside/style.css +1 -1
- package/packages/components/menu-aside/style.css.gz +0 -0
- package/packages/components/menu-header/index.d.ts +2 -2
- package/packages/components/menu-header/index.js +28 -27
- package/packages/components/menu-header/index.js.gz +0 -0
- package/packages/components/menu-header/src/Index.vue.d.ts +4 -4
- package/packages/components/pagination/index.d.ts +19 -19
- package/packages/components/pagination/index.js +101 -98
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/src/Pagination.vue.d.ts +84 -113
- package/packages/components/pagination/style.css +1 -1
- package/packages/components/pagination/style.css.gz +0 -0
- package/packages/components/popover/index.d.ts +162 -4
- package/packages/components/popover/index.js +27 -25
- package/packages/components/popover/index.js.gz +0 -0
- package/packages/components/popover/src/Index.vue.d.ts +61 -0
- package/packages/components/popover/src/type.d.ts +50 -0
- package/packages/components/popup-mask/index.d.ts +21 -21
- package/packages/components/popup-mask/index.js +3 -3
- package/packages/components/popup-mask/index.js.gz +0 -0
- package/packages/components/popup-mask/src/Index.vue.d.ts +43 -24
- package/packages/components/preview/index.d.ts +4 -4
- package/packages/components/preview/index.js +2 -2
- package/packages/components/preview/index.js.gz +0 -0
- package/packages/components/preview/src/Index.vue.d.ts +19 -11
- package/packages/components/progress/index.d.ts +2 -2
- package/packages/components/progress/index.js +59 -54
- package/packages/components/progress/index.js.gz +0 -0
- package/packages/components/progress/src/Index.vue.d.ts +53 -13
- package/packages/components/progress/style.css +1 -1
- package/packages/components/progress/style.css.gz +0 -0
- package/packages/components/radio/index.d.ts +31 -40
- package/packages/components/radio/index.js +1 -1
- package/packages/components/radio/index.js.gz +0 -0
- package/packages/components/radio/src/Index.vue.d.ts +67 -20
- package/packages/components/radio-tabs/index.js +8 -8
- package/packages/components/radio-tabs/index.js.gz +0 -0
- package/packages/components/radio-tabs/style.css +1 -1
- package/packages/components/radio-tabs/style.css.gz +0 -0
- package/packages/components/rich-editor/index.d.ts +5 -5
- package/packages/components/rich-editor/index.js +27309 -20654
- 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 +3 -0
- package/packages/components/rich-editor/style.css +1 -1
- package/packages/components/rich-editor/style.css.gz +0 -0
- package/packages/components/scrollbar/index.d.ts +1 -1
- package/packages/components/scrollbar/index.js +3 -3
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/src/scrollbar.vue.d.ts +22 -1080
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/search/index.d.ts +12 -98
- package/packages/components/search/index.js +132 -132
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/src/Index.vue.d.ts +13 -152
- package/packages/components/search/src/type.d.ts +25 -5
- 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 +5 -0
- package/packages/components/search-form/index.js +779 -742
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/Index.vue.d.ts +109 -14
- package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +3 -2
- 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 +6 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select/index.d.ts +12 -12
- package/packages/components/select/index.js +376 -421
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/Select.vue.d.ts +14 -14
- package/packages/components/select/src/type.d.ts +2 -0
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/select-input/index.d.ts +5 -4
- package/packages/components/select-input/index.js +82 -52
- package/packages/components/select-input/index.js.gz +0 -0
- package/packages/components/select-input/src/Index.vue.d.ts +5 -4
- package/packages/components/select-input/src/hooks/use-select-input.d.ts +1 -0
- package/packages/components/select-input/src/type.d.ts +2 -0
- package/packages/components/select-input/style.css +1 -1
- package/packages/components/select-input/style.css.gz +0 -0
- package/packages/components/select-list/index.d.ts +27 -9
- package/packages/components/select-list/index.js +695 -658
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/select-list/src/Index.vue.d.ts +86 -21
- package/packages/components/select-list/src/hooks/use-select-list.d.ts +2 -0
- package/packages/components/select-list/src/type.d.ts +22 -4
- 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/index.js +10 -10
- package/packages/components/special-range-picker-month/index.js.gz +0 -0
- package/packages/components/special-range-picker-year/index.js +48 -48
- package/packages/components/special-range-picker-year/index.js.gz +0 -0
- package/packages/components/spin/index.d.ts +1 -1
- package/packages/components/spin/index.js +5 -5
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/spin/src/index.vue.d.ts +19 -10
- package/packages/components/split-panel/index.d.ts +20 -20
- package/packages/components/split-panel/index.js +4 -4
- package/packages/components/split-panel/index.js.gz +0 -0
- package/packages/components/split-panel/src/Index.vue.d.ts +6 -6
- package/packages/components/step/index.js +2 -2
- package/packages/components/step/index.js.gz +0 -0
- package/packages/components/step/src/stepItem.vue.d.ts +22 -11
- package/packages/components/steps/index.d.ts +1 -1
- package/packages/components/steps/index.js +2 -2
- package/packages/components/steps/src/steps.vue.d.ts +11 -10
- package/packages/components/switch/index.js +2 -2
- package/packages/components/switch/index.js.gz +0 -0
- package/packages/components/table/i18n/index.d.ts +0 -20
- package/packages/components/table/index.d.ts +209 -197
- package/packages/components/table/index.js +3841 -3885
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/src/Table.vue.d.ts +1194 -477
- package/packages/components/table/src/hooks/use-operation.d.ts +3 -3
- package/packages/components/table/src/table-column/index.vue.d.ts +426 -191
- package/packages/components/table/src/table-column/type.d.ts +3 -3
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/index.d.ts +13 -12
- package/packages/components/tabs/index.js +61 -60
- package/packages/components/tabs/index.js.gz +0 -0
- package/packages/components/tabs/src/Tabs.vue.d.ts +106 -0
- package/packages/components/tabs/style.css +1 -1
- package/packages/components/tabs/style.css.gz +0 -0
- package/packages/components/tag/index.d.ts +1 -1
- package/packages/components/tag/index.js +8 -8
- package/packages/components/tag/index.js.gz +0 -0
- package/packages/components/tag/src/Index.vue.d.ts +3 -3
- package/packages/components/tag/style.css +1 -1
- package/packages/components/tag/style.css.gz +0 -0
- package/packages/components/text-tooltip/index.js +840 -817
- package/packages/components/text-tooltip/index.js.gz +0 -0
- package/packages/components/text-tooltip/src/type.d.ts +1 -62
- package/packages/components/time-line/index.js +1 -1
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/time-line/src/Index.vue.d.ts +16 -10
- package/packages/components/time-line/src/TimelineItem.vue.d.ts +46 -0
- package/packages/components/tooltip/index.d.ts +21 -12
- package/packages/components/tooltip/index.js +84 -76
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tooltip/src/index.vue.d.ts +48 -5886
- package/packages/components/tooltip/src/type.d.ts +15 -2
- 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 +5 -0
- package/packages/components/tree/index.js +1455 -1521
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +39 -44
- package/packages/components/tree/src/empty.vue.d.ts +8 -10
- package/packages/components/tree/src/hooks/use-lazy-tree.d.ts +3 -2
- package/packages/components/tree/src/hooks/use-tree.d.ts +1 -1
- package/packages/components/tree/src/type.d.ts +14 -7
- package/packages/components/tree-select/index.js +379 -348
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +120 -134
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +112 -127
- package/packages/components/tree-select/src/type.d.ts +6 -2
- 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 -74
- package/packages/components/tree-table/index.js +118 -122
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-table/src/App.vue.d.ts +20 -23
- package/packages/components/tree-table/src/type.d.ts +0 -2
- 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 +554 -0
- package/packages/components/tree-v2/index.js +4684 -0
- package/packages/components/tree-v2/index.js.gz +0 -0
- package/packages/components/tree-v2/src/App.vue.d.ts +88 -0
- package/packages/components/tree-v2/src/empty.vue.d.ts +17 -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 +43 -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 +5 -0
- package/packages/components/upload/index.d.ts +7 -5
- package/packages/components/upload/index.js +143 -123
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/upload/src/Index.vue.d.ts +56 -17
- package/packages/components/upload/src/type.d.ts +3 -0
- package/packages/components/upload/style.css +1 -1
- package/packages/components/upload/style.css.gz +0 -0
- package/packages/components/virtual-tree/index.js +40 -35
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/components/virtual-tree/src/App.vue.d.ts +146 -145
- package/packages/components/virtual-tree/src/type.d.ts +4 -1
- package/packages/components/watermark/index.d.ts +1 -1
- package/packages/components/watermark/index.js +2 -2
- package/packages/components/watermark/src/index.vue.d.ts +11 -10
- package/packages/global/theme/index.js +2 -1
- 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/1-grids/index.vue.d.ts +13 -10
- package/packages/icons/4-grids/index.js +2 -2
- package/packages/icons/4-grids/index.js.gz +0 -0
- package/packages/icons/4-grids/index.vue.d.ts +13 -10
- package/packages/icons/9-grids/index.js +2 -2
- package/packages/icons/9-grids/index.js.gz +0 -0
- package/packages/icons/9-grids/index.vue.d.ts +13 -10
- package/packages/icons/add/index.js +2 -2
- package/packages/icons/add/index.js.gz +0 -0
- package/packages/icons/add/index.vue.d.ts +13 -10
- package/packages/icons/add-2/index.js +2 -2
- package/packages/icons/add-2/index.vue.d.ts +13 -10
- package/packages/icons/add-item/index.js +2 -2
- package/packages/icons/add-item/index.js.gz +0 -0
- package/packages/icons/add-item/index.vue.d.ts +13 -10
- package/packages/icons/addto/index.js +2 -2
- package/packages/icons/addto/index.js.gz +0 -0
- package/packages/icons/addto/index.vue.d.ts +13 -10
- package/packages/icons/alarm/index.js +2 -2
- package/packages/icons/alarm/index.js.gz +0 -0
- package/packages/icons/alarm/index.vue.d.ts +13 -10
- package/packages/icons/arrow-first/index.js +2 -2
- package/packages/icons/arrow-first/index.js.gz +0 -0
- package/packages/icons/arrow-first/index.vue.d.ts +13 -10
- package/packages/icons/arrow-last/index.js +2 -2
- package/packages/icons/arrow-last/index.js.gz +0 -0
- package/packages/icons/arrow-last/index.vue.d.ts +13 -10
- package/packages/icons/audioing/index.d.ts +1 -0
- package/packages/icons/audioing/index.js +17 -0
- package/packages/icons/audioing/index.js.gz +0 -0
- package/packages/icons/audioing/index.vue.d.ts +19 -0
- package/packages/icons/back/index.js +2 -2
- package/packages/icons/back/index.js.gz +0 -0
- package/packages/icons/back/index.vue.d.ts +13 -10
- package/packages/icons/bianjigongzuotai/index.js +2 -2
- package/packages/icons/bianjigongzuotai/index.js.gz +0 -0
- package/packages/icons/bianjigongzuotai/index.vue.d.ts +13 -10
- package/packages/icons/biaochi/index.js +2 -2
- package/packages/icons/biaochi/index.js.gz +0 -0
- package/packages/icons/biaochi/index.vue.d.ts +13 -10
- package/packages/icons/bim/index.js +2 -2
- package/packages/icons/bim/index.js.gz +0 -0
- package/packages/icons/bim/index.vue.d.ts +13 -10
- package/packages/icons/bobaoguanbi/index.d.ts +1 -0
- package/packages/icons/bobaoguanbi/index.js +17 -0
- package/packages/icons/bobaoguanbi/index.js.gz +0 -0
- package/packages/icons/bobaoguanbi/index.vue.d.ts +19 -0
- package/packages/icons/bobaokaiqi/index.d.ts +1 -0
- package/packages/icons/bobaokaiqi/index.js +17 -0
- package/packages/icons/bobaokaiqi/index.js.gz +0 -0
- package/packages/icons/bobaokaiqi/index.vue.d.ts +19 -0
- package/packages/icons/bold/index.js +2 -2
- package/packages/icons/bold/index.js.gz +0 -0
- package/packages/icons/bold/index.vue.d.ts +13 -10
- package/packages/icons/camera/index.js +2 -2
- package/packages/icons/camera/index.js.gz +0 -0
- package/packages/icons/camera/index.vue.d.ts +13 -10
- package/packages/icons/camera-2/index.js +2 -2
- package/packages/icons/camera-2/index.js.gz +0 -0
- package/packages/icons/camera-2/index.vue.d.ts +13 -10
- package/packages/icons/camera-3/index.js +2 -2
- package/packages/icons/camera-3/index.js.gz +0 -0
- package/packages/icons/camera-3/index.vue.d.ts +13 -10
- package/packages/icons/cancel-full-screen/index.js +2 -2
- package/packages/icons/cancel-full-screen/index.js.gz +0 -0
- package/packages/icons/cancel-full-screen/index.vue.d.ts +13 -10
- package/packages/icons/cankaoneirong/index.d.ts +1 -0
- package/packages/icons/cankaoneirong/index.js +22 -0
- package/packages/icons/cankaoneirong/index.js.gz +0 -0
- package/packages/icons/cankaoneirong/index.vue.d.ts +19 -0
- package/packages/icons/card/index.js +2 -2
- package/packages/icons/card/index.js.gz +0 -0
- package/packages/icons/card/index.vue.d.ts +13 -10
- package/packages/icons/card-view/index.js +2 -2
- package/packages/icons/card-view/index.js.gz +0 -0
- package/packages/icons/card-view/index.vue.d.ts +13 -10
- package/packages/icons/caret-bottom/index.js +2 -2
- package/packages/icons/caret-bottom/index.js.gz +0 -0
- package/packages/icons/caret-bottom/index.vue.d.ts +13 -10
- package/packages/icons/caret-right/index.js +2 -2
- package/packages/icons/caret-right/index.js.gz +0 -0
- package/packages/icons/caret-right/index.vue.d.ts +13 -10
- package/packages/icons/chakancelve/index.js +2 -2
- package/packages/icons/chakancelve/index.js.gz +0 -0
- package/packages/icons/chakancelve/index.vue.d.ts +13 -10
- package/packages/icons/change/index.js +2 -2
- package/packages/icons/change/index.js.gz +0 -0
- package/packages/icons/change/index.vue.d.ts +13 -10
- package/packages/icons/change-2/index.js +2 -2
- package/packages/icons/change-2/index.js.gz +0 -0
- package/packages/icons/change-2/index.vue.d.ts +13 -10
- package/packages/icons/change-3/index.js +2 -2
- package/packages/icons/change-3/index.js.gz +0 -0
- package/packages/icons/change-3/index.vue.d.ts +13 -10
- package/packages/icons/changetenant/index.js +2 -2
- package/packages/icons/changetenant/index.js.gz +0 -0
- package/packages/icons/changetenant/index.vue.d.ts +13 -10
- package/packages/icons/chart/index.js +2 -2
- package/packages/icons/chart/index.js.gz +0 -0
- package/packages/icons/chart/index.vue.d.ts +13 -10
- package/packages/icons/chaxunxiangqing/index.js +2 -2
- package/packages/icons/chaxunxiangqing/index.js.gz +0 -0
- package/packages/icons/chaxunxiangqing/index.vue.d.ts +13 -10
- package/packages/icons/check/index.js +2 -2
- package/packages/icons/check/index.js.gz +0 -0
- package/packages/icons/check/index.vue.d.ts +13 -10
- package/packages/icons/chuanglianjiang/index.js +2 -2
- package/packages/icons/chuanglianjiang/index.js.gz +0 -0
- package/packages/icons/chuanglianjiang/index.vue.d.ts +13 -10
- package/packages/icons/chuangliansheng/index.js +2 -2
- package/packages/icons/chuangliansheng/index.js.gz +0 -0
- package/packages/icons/chuangliansheng/index.vue.d.ts +13 -10
- package/packages/icons/chuanglianting/index.js +2 -2
- package/packages/icons/chuanglianting/index.js.gz +0 -0
- package/packages/icons/chuanglianting/index.vue.d.ts +13 -10
- package/packages/icons/chuizhiduiqi/index.js +2 -2
- package/packages/icons/chuizhiduiqi/index.js.gz +0 -0
- package/packages/icons/chuizhiduiqi/index.vue.d.ts +13 -10
- package/packages/icons/chuizhijunfen/index.js +2 -2
- package/packages/icons/chuizhijunfen/index.js.gz +0 -0
- package/packages/icons/chuizhijunfen/index.vue.d.ts +13 -10
- package/packages/icons/close/index.js +2 -2
- package/packages/icons/close/index.js.gz +0 -0
- package/packages/icons/close/index.vue.d.ts +13 -10
- package/packages/icons/close-2/index.js +2 -2
- package/packages/icons/close-2/index.js.gz +0 -0
- package/packages/icons/close-2/index.vue.d.ts +13 -10
- package/packages/icons/closeaudio/index.d.ts +1 -0
- package/packages/icons/closeaudio/index.js +17 -0
- package/packages/icons/closeaudio/index.js.gz +0 -0
- package/packages/icons/closeaudio/index.vue.d.ts +19 -0
- package/packages/icons/color/index.js +2 -2
- package/packages/icons/color/index.js.gz +0 -0
- package/packages/icons/color/index.vue.d.ts +13 -10
- package/packages/icons/copy/index.js +2 -2
- package/packages/icons/copy/index.js.gz +0 -0
- package/packages/icons/copy/index.vue.d.ts +13 -10
- package/packages/icons/custom/index.js +2 -2
- package/packages/icons/custom/index.js.gz +0 -0
- package/packages/icons/custom/index.vue.d.ts +13 -10
- package/packages/icons/daochu/index.js +2 -2
- package/packages/icons/daochu/index.js.gz +0 -0
- package/packages/icons/daochu/index.vue.d.ts +13 -10
- package/packages/icons/date/index.js +2 -2
- package/packages/icons/date/index.js.gz +0 -0
- package/packages/icons/date/index.vue.d.ts +13 -10
- package/packages/icons/decline/index.js +2 -2
- package/packages/icons/decline/index.js.gz +0 -0
- package/packages/icons/decline/index.vue.d.ts +13 -10
- package/packages/icons/default-btn/index.js +2 -2
- package/packages/icons/default-btn/index.js.gz +0 -0
- package/packages/icons/default-btn/index.vue.d.ts +13 -10
- package/packages/icons/default-point/index.js +2 -2
- package/packages/icons/default-point/index.js.gz +0 -0
- package/packages/icons/default-point/index.vue.d.ts +13 -10
- package/packages/icons/delete/index.js +2 -2
- package/packages/icons/delete/index.js.gz +0 -0
- package/packages/icons/delete/index.vue.d.ts +13 -10
- package/packages/icons/delete-2/index.js +2 -2
- package/packages/icons/delete-2/index.js.gz +0 -0
- package/packages/icons/delete-2/index.vue.d.ts +13 -10
- package/packages/icons/dengbijiesuo/index.js +2 -2
- package/packages/icons/dengbijiesuo/index.vue.d.ts +13 -10
- package/packages/icons/dengbisuoding/index.js +2 -2
- package/packages/icons/dengbisuoding/index.vue.d.ts +13 -10
- package/packages/icons/dengdai/index.js +2 -2
- package/packages/icons/dengdai/index.js.gz +0 -0
- package/packages/icons/dengdai/index.vue.d.ts +13 -10
- package/packages/icons/dianzan/index.js +2 -2
- package/packages/icons/dianzan/index.js.gz +0 -0
- package/packages/icons/dianzan/index.vue.d.ts +13 -10
- package/packages/icons/dianzan-2/index.js +2 -2
- package/packages/icons/dianzan-2/index.js.gz +0 -0
- package/packages/icons/dianzan-2/index.vue.d.ts +13 -10
- package/packages/icons/direction-control/index.js +2 -2
- package/packages/icons/direction-control/index.js.gz +0 -0
- package/packages/icons/direction-control/index.vue.d.ts +13 -10
- package/packages/icons/ditu/index.js +2 -2
- package/packages/icons/ditu/index.js.gz +0 -0
- package/packages/icons/ditu/index.vue.d.ts +13 -10
- package/packages/icons/dizhixuanze/index.js +2 -2
- package/packages/icons/dizhixuanze/index.js.gz +0 -0
- package/packages/icons/dizhixuanze/index.vue.d.ts +13 -10
- 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-left/index.vue.d.ts +13 -10
- package/packages/icons/double-arrow-right/index.js +2 -2
- package/packages/icons/double-arrow-right/index.js.gz +0 -0
- package/packages/icons/double-arrow-right/index.vue.d.ts +13 -10
- package/packages/icons/down/index.js +2 -2
- package/packages/icons/down/index.js.gz +0 -0
- package/packages/icons/down/index.vue.d.ts +13 -10
- package/packages/icons/down-2/index.js +2 -2
- package/packages/icons/down-2/index.vue.d.ts +13 -10
- package/packages/icons/down-3/index.js +2 -2
- package/packages/icons/down-3/index.vue.d.ts +13 -10
- package/packages/icons/download/index.js +2 -2
- package/packages/icons/download/index.js.gz +0 -0
- package/packages/icons/download/index.vue.d.ts +13 -10
- package/packages/icons/drag/index.js +2 -2
- package/packages/icons/drag/index.js.gz +0 -0
- package/packages/icons/drag/index.vue.d.ts +13 -10
- package/packages/icons/drawing/index.js +2 -2
- package/packages/icons/drawing/index.js.gz +0 -0
- package/packages/icons/drawing/index.vue.d.ts +13 -10
- package/packages/icons/edit/index.js +2 -2
- package/packages/icons/edit/index.js.gz +0 -0
- package/packages/icons/edit/index.vue.d.ts +13 -10
- package/packages/icons/edit-1/index.js +2 -2
- package/packages/icons/edit-1/index.js.gz +0 -0
- package/packages/icons/edit-1/index.vue.d.ts +13 -10
- package/packages/icons/edit-3/index.js +2 -2
- package/packages/icons/edit-3/index.js.gz +0 -0
- package/packages/icons/edit-3/index.vue.d.ts +13 -10
- package/packages/icons/empty/index.js +2 -2
- package/packages/icons/empty/index.js.gz +0 -0
- package/packages/icons/empty/index.vue.d.ts +13 -10
- package/packages/icons/enlarge/index.js +2 -2
- package/packages/icons/enlarge/index.js.gz +0 -0
- package/packages/icons/enlarge/index.vue.d.ts +13 -10
- package/packages/icons/entry/index.js +2 -2
- package/packages/icons/entry/index.js.gz +0 -0
- package/packages/icons/entry/index.vue.d.ts +13 -10
- package/packages/icons/exit/index.js +2 -2
- package/packages/icons/exit/index.js.gz +0 -0
- package/packages/icons/exit/index.vue.d.ts +13 -10
- package/packages/icons/fabu/index.js +2 -2
- package/packages/icons/fabu/index.js.gz +0 -0
- package/packages/icons/fabu/index.vue.d.ts +13 -10
- package/packages/icons/fanhui/index.js +2 -2
- package/packages/icons/fanhui/index.js.gz +0 -0
- package/packages/icons/fanhui/index.vue.d.ts +13 -10
- package/packages/icons/fasong/index.d.ts +1 -0
- package/packages/icons/fasong/index.js +22 -0
- package/packages/icons/fasong/index.js.gz +0 -0
- package/packages/icons/fasong/index.vue.d.ts +19 -0
- package/packages/icons/filter-3/index.js +2 -2
- package/packages/icons/filter-3/index.js.gz +0 -0
- package/packages/icons/filter-3/index.vue.d.ts +13 -10
- package/packages/icons/finish/index.js +2 -2
- package/packages/icons/finish/index.js.gz +0 -0
- package/packages/icons/finish/index.vue.d.ts +13 -10
- package/packages/icons/fold/index.js +2 -2
- package/packages/icons/fold/index.js.gz +0 -0
- package/packages/icons/fold/index.vue.d.ts +13 -10
- package/packages/icons/folder-quest/index.js +2 -2
- package/packages/icons/folder-quest/index.js.gz +0 -0
- package/packages/icons/folder-quest/index.vue.d.ts +13 -10
- package/packages/icons/form-tips/index.js +2 -2
- package/packages/icons/form-tips/index.js.gz +0 -0
- package/packages/icons/form-tips/index.vue.d.ts +13 -10
- package/packages/icons/fresh/index.d.ts +1 -0
- package/packages/icons/fresh/index.js +22 -0
- package/packages/icons/fresh/index.js.gz +0 -0
- package/packages/icons/fresh/index.vue.d.ts +19 -0
- package/packages/icons/full/index.js +2 -2
- package/packages/icons/full/index.js.gz +0 -0
- package/packages/icons/full/index.vue.d.ts +13 -10
- package/packages/icons/full-screen/index.js +2 -2
- package/packages/icons/full-screen/index.js.gz +0 -0
- package/packages/icons/full-screen/index.vue.d.ts +13 -10
- package/packages/icons/fullscreen-2/index.js +2 -2
- package/packages/icons/fullscreen-2/index.js.gz +0 -0
- package/packages/icons/fullscreen-2/index.vue.d.ts +13 -10
- package/packages/icons/fuzhi/index.js +2 -2
- package/packages/icons/fuzhi/index.js.gz +0 -0
- package/packages/icons/fuzhi/index.vue.d.ts +13 -10
- package/packages/icons/fuzhineirong/index.d.ts +1 -0
- package/packages/icons/fuzhineirong/index.js +22 -0
- package/packages/icons/fuzhineirong/index.js.gz +0 -0
- package/packages/icons/fuzhineirong/index.vue.d.ts +19 -0
- package/packages/icons/gaojin/index.js +2 -2
- package/packages/icons/gaojin/index.js.gz +0 -0
- package/packages/icons/gaojin/index.vue.d.ts +13 -10
- package/packages/icons/gengduocaozuo/index.js +2 -2
- package/packages/icons/gengduocaozuo/index.vue.d.ts +13 -10
- package/packages/icons/global/index.js +2 -2
- package/packages/icons/global/index.js.gz +0 -0
- package/packages/icons/global/index.vue.d.ts +13 -10
- package/packages/icons/gongzuotaiguanli/index.js +2 -2
- package/packages/icons/gongzuotaiguanli/index.js.gz +0 -0
- package/packages/icons/gongzuotaiguanli/index.vue.d.ts +13 -10
- package/packages/icons/header-seach/index.js +2 -2
- package/packages/icons/header-seach/index.js.gz +0 -0
- package/packages/icons/header-seach/index.vue.d.ts +13 -10
- package/packages/icons/header-setting/index.js +2 -2
- package/packages/icons/header-setting/index.js.gz +0 -0
- package/packages/icons/header-setting/index.vue.d.ts +13 -10
- package/packages/icons/headersettings/index.js +2 -2
- package/packages/icons/headersettings/index.js.gz +0 -0
- package/packages/icons/headersettings/index.vue.d.ts +13 -10
- package/packages/icons/hide/index.js +2 -2
- package/packages/icons/hide/index.js.gz +0 -0
- package/packages/icons/hide/index.vue.d.ts +13 -10
- package/packages/icons/huabufuwei/index.js +2 -2
- package/packages/icons/huabufuwei/index.js.gz +0 -0
- package/packages/icons/huabufuwei/index.vue.d.ts +13 -10
- package/packages/icons/huaxian/index.js +2 -2
- package/packages/icons/huaxian/index.js.gz +0 -0
- package/packages/icons/huaxian/index.vue.d.ts +13 -10
- package/packages/icons/huida/index.d.ts +1 -0
- package/packages/icons/huida/index.js +22 -0
- package/packages/icons/huida/index.js.gz +0 -0
- package/packages/icons/huida/index.vue.d.ts +19 -0
- package/packages/icons/huidaodibu/index.d.ts +1 -0
- package/packages/icons/huidaodibu/index.js +22 -0
- package/packages/icons/huidaodibu/index.js.gz +0 -0
- package/packages/icons/huidaodibu/index.vue.d.ts +19 -0
- package/packages/icons/huifuchuchangshezhi/index.js +2 -2
- package/packages/icons/huifuchuchangshezhi/index.js.gz +0 -0
- package/packages/icons/huifuchuchangshezhi/index.vue.d.ts +13 -10
- package/packages/icons/hyperlinks/index.js +2 -2
- package/packages/icons/hyperlinks/index.js.gz +0 -0
- package/packages/icons/hyperlinks/index.vue.d.ts +13 -10
- package/packages/icons/img/index.js +2 -2
- package/packages/icons/img/index.js.gz +0 -0
- package/packages/icons/img/index.vue.d.ts +13 -10
- package/packages/icons/index.d.ts +24 -0
- package/packages/icons/index.js +24 -0
- package/packages/icons/input-close/index.js +2 -2
- package/packages/icons/input-close/index.js.gz +0 -0
- package/packages/icons/input-close/index.vue.d.ts +13 -10
- package/packages/icons/input-select/index.d.ts +1 -0
- package/packages/icons/input-select/index.js +17 -0
- package/packages/icons/input-select/index.js.gz +0 -0
- package/packages/icons/input-select/index.vue.d.ts +19 -0
- package/packages/icons/intnet/index.d.ts +1 -0
- package/packages/icons/intnet/index.js +17 -0
- package/packages/icons/intnet/index.js.gz +0 -0
- package/packages/icons/intnet/index.vue.d.ts +19 -0
- package/packages/icons/italic/index.js +2 -2
- package/packages/icons/italic/index.js.gz +0 -0
- package/packages/icons/italic/index.vue.d.ts +13 -10
- package/packages/icons/jia-1/index.js +2 -2
- package/packages/icons/jia-1/index.js.gz +0 -0
- package/packages/icons/jia-1/index.vue.d.ts +13 -10
- package/packages/icons/jian-1/index.js +2 -2
- package/packages/icons/jian-1/index.vue.d.ts +13 -10
- package/packages/icons/jianshao-1/index.js +2 -2
- package/packages/icons/jianshao-1/index.vue.d.ts +13 -10
- package/packages/icons/jinggao/index.js +2 -2
- package/packages/icons/jinggao/index.js.gz +0 -0
- package/packages/icons/jinggao/index.vue.d.ts +13 -10
- package/packages/icons/jushangduiqi/index.js +2 -2
- package/packages/icons/jushangduiqi/index.js.gz +0 -0
- package/packages/icons/jushangduiqi/index.vue.d.ts +13 -10
- package/packages/icons/juxiaduiqi/index.js +2 -2
- package/packages/icons/juxiaduiqi/index.js.gz +0 -0
- package/packages/icons/juxiaduiqi/index.vue.d.ts +13 -10
- package/packages/icons/juxinghuizhi/index.js +2 -2
- package/packages/icons/juxinghuizhi/index.js.gz +0 -0
- package/packages/icons/juxinghuizhi/index.vue.d.ts +13 -10
- package/packages/icons/juyouduiqi/index.js +2 -2
- package/packages/icons/juyouduiqi/index.js.gz +0 -0
- package/packages/icons/juyouduiqi/index.vue.d.ts +13 -10
- package/packages/icons/juzuoduiqi/index.js +2 -2
- package/packages/icons/juzuoduiqi/index.js.gz +0 -0
- package/packages/icons/juzuoduiqi/index.vue.d.ts +13 -10
- package/packages/icons/kaiguan/index.js +2 -2
- package/packages/icons/kaiguan/index.js.gz +0 -0
- package/packages/icons/kaiguan/index.vue.d.ts +13 -10
- package/packages/icons/kaimen/index.js +2 -2
- package/packages/icons/kaimen/index.js.gz +0 -0
- package/packages/icons/kaimen/index.vue.d.ts +13 -10
- package/packages/icons/know/index.d.ts +1 -0
- package/packages/icons/know/index.js +17 -0
- package/packages/icons/know/index.js.gz +0 -0
- package/packages/icons/know/index.vue.d.ts +19 -0
- package/packages/icons/knowed/index.d.ts +1 -0
- package/packages/icons/knowed/index.js +17 -0
- package/packages/icons/knowed/index.js.gz +0 -0
- package/packages/icons/knowed/index.vue.d.ts +19 -0
- package/packages/icons/knowopen/index.d.ts +1 -0
- package/packages/icons/knowopen/index.js +17 -0
- package/packages/icons/knowopen/index.js.gz +0 -0
- package/packages/icons/knowopen/index.vue.d.ts +19 -0
- package/packages/icons/layout-refresh/index.js +2 -2
- package/packages/icons/layout-refresh/index.js.gz +0 -0
- package/packages/icons/layout-refresh/index.vue.d.ts +13 -10
- package/packages/icons/left/index.js +2 -2
- package/packages/icons/left/index.vue.d.ts +13 -10
- package/packages/icons/lianjie/index.d.ts +1 -0
- package/packages/icons/lianjie/index.js +22 -0
- package/packages/icons/lianjie/index.js.gz +0 -0
- package/packages/icons/lianjie/index.vue.d.ts +19 -0
- package/packages/icons/link/index.js +2 -2
- package/packages/icons/link/index.js.gz +0 -0
- package/packages/icons/link/index.vue.d.ts +13 -10
- package/packages/icons/lishihuihua/index.d.ts +1 -0
- package/packages/icons/lishihuihua/index.js +22 -0
- package/packages/icons/lishihuihua/index.js.gz +0 -0
- package/packages/icons/lishihuihua/index.vue.d.ts +19 -0
- package/packages/icons/list/index.js +2 -2
- package/packages/icons/list/index.js.gz +0 -0
- package/packages/icons/list/index.vue.d.ts +13 -10
- package/packages/icons/list-view/index.js +2 -2
- package/packages/icons/list-view/index.js.gz +0 -0
- package/packages/icons/list-view/index.vue.d.ts +13 -10
- package/packages/icons/load/index.js +2 -2
- package/packages/icons/load/index.js.gz +0 -0
- package/packages/icons/load/index.vue.d.ts +13 -10
- package/packages/icons/lock/index.js +2 -2
- package/packages/icons/lock/index.js.gz +0 -0
- package/packages/icons/lock/index.vue.d.ts +13 -10
- package/packages/icons/marsh/index.js +2 -2
- package/packages/icons/marsh/index.vue.d.ts +13 -10
- package/packages/icons/me/index.js +2 -2
- package/packages/icons/me/index.js.gz +0 -0
- package/packages/icons/me/index.vue.d.ts +13 -10
- package/packages/icons/more/index.js +2 -2
- package/packages/icons/more/index.js.gz +0 -0
- package/packages/icons/more/index.vue.d.ts +13 -10
- package/packages/icons/more-2/index.js +2 -2
- package/packages/icons/more-2/index.vue.d.ts +13 -10
- package/packages/icons/more-btn/index.js +2 -2
- package/packages/icons/more-btn/index.js.gz +0 -0
- package/packages/icons/more-btn/index.vue.d.ts +13 -10
- package/packages/icons/muted/index.js +2 -2
- package/packages/icons/muted/index.js.gz +0 -0
- package/packages/icons/muted/index.vue.d.ts +13 -10
- package/packages/icons/notification-face/index.js +2 -2
- package/packages/icons/notification-face/index.js.gz +0 -0
- package/packages/icons/notification-face/index.vue.d.ts +13 -10
- package/packages/icons/paiban/index.js +2 -2
- package/packages/icons/paiban/index.js.gz +0 -0
- package/packages/icons/paiban/index.vue.d.ts +13 -10
- package/packages/icons/password-lock/index.js +2 -2
- package/packages/icons/password-lock/index.js.gz +0 -0
- package/packages/icons/password-lock/index.vue.d.ts +13 -10
- package/packages/icons/password-lock2/index.js +2 -2
- package/packages/icons/password-lock2/index.js.gz +0 -0
- package/packages/icons/password-lock2/index.vue.d.ts +13 -10
- package/packages/icons/pause/index.js +2 -2
- package/packages/icons/pause/index.js.gz +0 -0
- package/packages/icons/pause/index.vue.d.ts +13 -10
- package/packages/icons/phone/index.js +2 -2
- package/packages/icons/phone/index.js.gz +0 -0
- package/packages/icons/phone/index.vue.d.ts +13 -10
- package/packages/icons/pinglun/index.js +2 -2
- package/packages/icons/pinglun/index.js.gz +0 -0
- package/packages/icons/pinglun/index.vue.d.ts +13 -10
- package/packages/icons/plan/index.js +2 -2
- package/packages/icons/plan/index.js.gz +0 -0
- package/packages/icons/plan/index.vue.d.ts +13 -10
- package/packages/icons/play/index.js +2 -2
- package/packages/icons/play/index.js.gz +0 -0
- package/packages/icons/play/index.vue.d.ts +13 -10
- package/packages/icons/preview/index.js +2 -2
- package/packages/icons/preview/index.js.gz +0 -0
- package/packages/icons/preview/index.vue.d.ts +13 -10
- package/packages/icons/preview-eye/index.js +2 -2
- package/packages/icons/preview-eye/index.js.gz +0 -0
- package/packages/icons/preview-eye/index.vue.d.ts +13 -10
- package/packages/icons/project-list/index.js +2 -2
- package/packages/icons/project-list/index.js.gz +0 -0
- package/packages/icons/project-list/index.vue.d.ts +13 -10
- package/packages/icons/project-tree/index.js +2 -2
- package/packages/icons/project-tree/index.js.gz +0 -0
- package/packages/icons/project-tree/index.vue.d.ts +13 -10
- package/packages/icons/promptinformation-l/index.js +2 -2
- package/packages/icons/promptinformation-l/index.js.gz +0 -0
- package/packages/icons/promptinformation-l/index.vue.d.ts +13 -10
- package/packages/icons/qiehuangongzuotai/index.js +2 -2
- package/packages/icons/qiehuangongzuotai/index.js.gz +0 -0
- package/packages/icons/qiehuangongzuotai/index.vue.d.ts +13 -10
- package/packages/icons/qingkong/index.d.ts +1 -0
- package/packages/icons/qingkong/index.js +22 -0
- package/packages/icons/qingkong/index.js.gz +0 -0
- package/packages/icons/qingkong/index.vue.d.ts +19 -0
- package/packages/icons/quanping/index.js +2 -2
- package/packages/icons/quanping/index.js.gz +0 -0
- package/packages/icons/quanping/index.vue.d.ts +13 -10
- package/packages/icons/rate-all/index.js +2 -2
- package/packages/icons/rate-all/index.js.gz +0 -0
- package/packages/icons/rate-all/index.vue.d.ts +13 -10
- package/packages/icons/rate-half/index.js +2 -2
- package/packages/icons/rate-half/index.js.gz +0 -0
- package/packages/icons/rate-half/index.vue.d.ts +13 -10
- package/packages/icons/rate-none/index.js +2 -2
- package/packages/icons/rate-none/index.js.gz +0 -0
- package/packages/icons/rate-none/index.vue.d.ts +13 -10
- package/packages/icons/recover/index.js +2 -2
- package/packages/icons/recover/index.js.gz +0 -0
- package/packages/icons/recover/index.vue.d.ts +13 -10
- package/packages/icons/refresh/index.js +2 -2
- package/packages/icons/refresh/index.js.gz +0 -0
- package/packages/icons/refresh/index.vue.d.ts +13 -10
- package/packages/icons/reload/index.js +2 -2
- package/packages/icons/reload/index.js.gz +0 -0
- package/packages/icons/reload/index.vue.d.ts +13 -10
- package/packages/icons/reset/index.js +2 -2
- package/packages/icons/reset/index.js.gz +0 -0
- package/packages/icons/reset/index.vue.d.ts +13 -10
- package/packages/icons/right/index.js +2 -2
- package/packages/icons/right/index.vue.d.ts +13 -10
- package/packages/icons/right-3/index.js +2 -2
- package/packages/icons/right-3/index.js.gz +0 -0
- package/packages/icons/right-3/index.vue.d.ts +13 -10
- package/packages/icons/riqixuanze/index.js +2 -2
- package/packages/icons/riqixuanze/index.js.gz +0 -0
- package/packages/icons/riqixuanze/index.vue.d.ts +13 -10
- package/packages/icons/rise/index.js +2 -2
- package/packages/icons/rise/index.js.gz +0 -0
- package/packages/icons/rise/index.vue.d.ts +13 -10
- package/packages/icons/save/index.js +2 -2
- package/packages/icons/save/index.js.gz +0 -0
- package/packages/icons/save/index.vue.d.ts +13 -10
- package/packages/icons/screenshot/index.js +2 -2
- package/packages/icons/screenshot/index.js.gz +0 -0
- package/packages/icons/screenshot/index.vue.d.ts +13 -10
- package/packages/icons/search/index.js +2 -2
- package/packages/icons/search/index.js.gz +0 -0
- package/packages/icons/search/index.vue.d.ts +13 -10
- package/packages/icons/select/index.js +2 -2
- package/packages/icons/select/index.vue.d.ts +13 -10
- package/packages/icons/select-confirm/index.js +2 -2
- package/packages/icons/select-confirm/index.js.gz +0 -0
- package/packages/icons/select-confirm/index.vue.d.ts +13 -10
- package/packages/icons/select2/index.d.ts +1 -0
- package/packages/icons/select2/index.js +17 -0
- package/packages/icons/select2/index.vue.d.ts +19 -0
- package/packages/icons/set-up/index.js +2 -2
- package/packages/icons/set-up/index.js.gz +0 -0
- package/packages/icons/set-up/index.vue.d.ts +13 -10
- package/packages/icons/setting/index.js +2 -2
- package/packages/icons/setting/index.js.gz +0 -0
- package/packages/icons/setting/index.vue.d.ts +13 -10
- package/packages/icons/shangchuan/index.js +2 -2
- package/packages/icons/shangchuan/index.js.gz +0 -0
- package/packages/icons/shangchuan/index.vue.d.ts +13 -10
- package/packages/icons/shebei/index.js +2 -2
- package/packages/icons/shebei/index.js.gz +0 -0
- package/packages/icons/shebei/index.vue.d.ts +13 -10
- package/packages/icons/shebeiqunzu/index.js +2 -2
- package/packages/icons/shebeiqunzu/index.js.gz +0 -0
- package/packages/icons/shebeiqunzu/index.vue.d.ts +13 -10
- package/packages/icons/shendusikao/index.d.ts +1 -0
- package/packages/icons/shendusikao/index.js +22 -0
- package/packages/icons/shendusikao/index.js.gz +0 -0
- package/packages/icons/shendusikao/index.vue.d.ts +19 -0
- package/packages/icons/sheweimoren/index.js +2 -2
- package/packages/icons/sheweimoren/index.js.gz +0 -0
- package/packages/icons/sheweimoren/index.vue.d.ts +13 -10
- package/packages/icons/shisuan/index.js +2 -2
- package/packages/icons/shisuan/index.js.gz +0 -0
- package/packages/icons/shisuan/index.vue.d.ts +13 -10
- package/packages/icons/shitu-kapian/index.js +2 -2
- package/packages/icons/shitu-kapian/index.js.gz +0 -0
- package/packages/icons/shitu-kapian/index.vue.d.ts +13 -10
- package/packages/icons/shitu-liebiao/index.js +2 -2
- package/packages/icons/shitu-liebiao/index.vue.d.ts +13 -10
- package/packages/icons/shitu-map/index.js +2 -2
- package/packages/icons/shitu-map/index.js.gz +0 -0
- package/packages/icons/shitu-map/index.vue.d.ts +13 -10
- package/packages/icons/shortcut-keys/index.js +2 -2
- package/packages/icons/shortcut-keys/index.js.gz +0 -0
- package/packages/icons/shortcut-keys/index.vue.d.ts +13 -10
- package/packages/icons/shoudongzhihang/index.js +2 -2
- package/packages/icons/shoudongzhihang/index.js.gz +0 -0
- package/packages/icons/shoudongzhihang/index.vue.d.ts +13 -10
- package/packages/icons/shouqiliangcemianban/index.js +2 -2
- package/packages/icons/shouqiliangcemianban/index.vue.d.ts +13 -10
- package/packages/icons/shouqiyoucemianban/index.js +2 -2
- package/packages/icons/shouqiyoucemianban/index.js.gz +0 -0
- package/packages/icons/shouqiyoucemianban/index.vue.d.ts +13 -10
- package/packages/icons/shouqiyoucemianban-1/index.js +2 -2
- package/packages/icons/shouqiyoucemianban-1/index.js.gz +0 -0
- package/packages/icons/shouqiyoucemianban-1/index.vue.d.ts +13 -10
- package/packages/icons/shouqizuocemianban/index.js +2 -2
- package/packages/icons/shouqizuocemianban/index.js.gz +0 -0
- package/packages/icons/shouqizuocemianban/index.vue.d.ts +13 -10
- package/packages/icons/shouqizuocemianban-1/index.js +2 -2
- package/packages/icons/shouqizuocemianban-1/index.js.gz +0 -0
- package/packages/icons/shouqizuocemianban-1/index.vue.d.ts +13 -10
- package/packages/icons/shouquan/index.js +2 -2
- package/packages/icons/shouquan/index.js.gz +0 -0
- package/packages/icons/shouquan/index.vue.d.ts +13 -10
- package/packages/icons/show/index.js +2 -2
- package/packages/icons/show/index.js.gz +0 -0
- package/packages/icons/show/index.vue.d.ts +13 -10
- package/packages/icons/shrink/index.js +2 -2
- package/packages/icons/shrink/index.js.gz +0 -0
- package/packages/icons/shrink/index.vue.d.ts +13 -10
- package/packages/icons/shuaxin/index.js +2 -2
- package/packages/icons/shuaxin/index.js.gz +0 -0
- package/packages/icons/shuaxin/index.vue.d.ts +13 -10
- package/packages/icons/shuipingduiqi/index.js +2 -2
- package/packages/icons/shuipingduiqi/index.js.gz +0 -0
- package/packages/icons/shuipingduiqi/index.vue.d.ts +13 -10
- package/packages/icons/shuipingjunfen/index.js +2 -2
- package/packages/icons/shuipingjunfen/index.js.gz +0 -0
- package/packages/icons/shuipingjunfen/index.vue.d.ts +13 -10
- package/packages/icons/shuyoufanye/index.js +2 -2
- package/packages/icons/shuyoufanye/index.js.gz +0 -0
- package/packages/icons/shuyoufanye/index.vue.d.ts +13 -10
- package/packages/icons/shuzuofanye/index.js +2 -2
- package/packages/icons/shuzuofanye/index.js.gz +0 -0
- package/packages/icons/shuzuofanye/index.vue.d.ts +13 -10
- package/packages/icons/solid-filter/index.js +2 -2
- package/packages/icons/solid-filter/index.js.gz +0 -0
- package/packages/icons/solid-filter/index.vue.d.ts +13 -10
- package/packages/icons/start/index.js +2 -2
- package/packages/icons/start/index.js.gz +0 -0
- package/packages/icons/start/index.vue.d.ts +13 -10
- package/packages/icons/stop/index.js +2 -2
- package/packages/icons/stop/index.js.gz +0 -0
- package/packages/icons/stop/index.vue.d.ts +13 -10
- package/packages/icons/structural-diagram/index.js +2 -2
- package/packages/icons/structural-diagram/index.js.gz +0 -0
- package/packages/icons/structural-diagram/index.vue.d.ts +13 -10
- package/packages/icons/success/index.js +2 -2
- package/packages/icons/success/index.vue.d.ts +13 -10
- package/packages/icons/system/index.js +2 -2
- package/packages/icons/system/index.js.gz +0 -0
- package/packages/icons/system/index.vue.d.ts +13 -10
- package/packages/icons/table-header-search/index.js +2 -2
- package/packages/icons/table-header-search/index.js.gz +0 -0
- package/packages/icons/table-header-search/index.vue.d.ts +13 -10
- package/packages/icons/text/index.js +2 -2
- package/packages/icons/text/index.js.gz +0 -0
- package/packages/icons/text/index.vue.d.ts +13 -10
- package/packages/icons/tianjiaxinhuati/index.d.ts +1 -0
- package/packages/icons/tianjiaxinhuati/index.js +22 -0
- package/packages/icons/tianjiaxinhuati/index.js.gz +0 -0
- package/packages/icons/tianjiaxinhuati/index.vue.d.ts +19 -0
- package/packages/icons/tick/index.js +2 -2
- package/packages/icons/tick/index.js.gz +0 -0
- package/packages/icons/tick/index.vue.d.ts +13 -10
- package/packages/icons/tishixinxi/index.js +2 -2
- package/packages/icons/tishixinxi/index.js.gz +0 -0
- package/packages/icons/tishixinxi/index.vue.d.ts +13 -10
- package/packages/icons/tongguo/index.js +2 -2
- package/packages/icons/tongguo/index.js.gz +0 -0
- package/packages/icons/tongguo/index.vue.d.ts +13 -10
- package/packages/icons/tongzhi/index.js +2 -2
- package/packages/icons/tongzhi/index.js.gz +0 -0
- package/packages/icons/tongzhi/index.vue.d.ts +13 -10
- package/packages/icons/tubiaoku/index.js +2 -2
- package/packages/icons/tubiaoku/index.js.gz +0 -0
- package/packages/icons/tubiaoku/index.vue.d.ts +13 -10
- package/packages/icons/tuichuquanping/index.js +2 -2
- package/packages/icons/tuichuquanping/index.js.gz +0 -0
- package/packages/icons/tuichuquanping/index.vue.d.ts +13 -10
- package/packages/icons/tuozhuai/index.js +2 -2
- package/packages/icons/tuozhuai/index.js.gz +0 -0
- package/packages/icons/tuozhuai/index.vue.d.ts +13 -10
- package/packages/icons/underline/index.js +2 -2
- package/packages/icons/underline/index.js.gz +0 -0
- package/packages/icons/underline/index.vue.d.ts +13 -10
- package/packages/icons/unflod/index.js +2 -2
- package/packages/icons/unflod/index.js.gz +0 -0
- package/packages/icons/unflod/index.vue.d.ts +13 -10
- package/packages/icons/unlock/index.js +2 -2
- package/packages/icons/unlock/index.js.gz +0 -0
- package/packages/icons/unlock/index.vue.d.ts +13 -10
- package/packages/icons/up/index.js +2 -2
- package/packages/icons/up/index.js.gz +0 -0
- package/packages/icons/up/index.vue.d.ts +13 -10
- package/packages/icons/up-2/index.js +2 -2
- package/packages/icons/up-2/index.js.gz +0 -0
- package/packages/icons/up-2/index.vue.d.ts +13 -10
- package/packages/icons/vauth/index.js +2 -2
- package/packages/icons/vauth/index.js.gz +0 -0
- package/packages/icons/vauth/index.vue.d.ts +13 -10
- package/packages/icons/view/index.js +2 -2
- package/packages/icons/view/index.js.gz +0 -0
- package/packages/icons/view/index.vue.d.ts +13 -10
- package/packages/icons/view-2/index.js +2 -2
- package/packages/icons/view-2/index.js.gz +0 -0
- package/packages/icons/view-2/index.vue.d.ts +13 -10
- package/packages/icons/volume/index.js +2 -2
- package/packages/icons/volume/index.js.gz +0 -0
- package/packages/icons/volume/index.vue.d.ts +13 -10
- package/packages/icons/wangge/index.js +2 -2
- package/packages/icons/wangge/index.js.gz +0 -0
- package/packages/icons/wangge/index.vue.d.ts +13 -10
- package/packages/icons/wangge-1/index.js +2 -2
- package/packages/icons/wangge-1/index.js.gz +0 -0
- package/packages/icons/wangge-1/index.vue.d.ts +13 -10
- package/packages/icons/warning/index.js +2 -2
- package/packages/icons/warning/index.js.gz +0 -0
- package/packages/icons/warning/index.vue.d.ts +13 -10
- package/packages/icons/warning-face/index.js +2 -2
- package/packages/icons/warning-face/index.js.gz +0 -0
- package/packages/icons/warning-face/index.vue.d.ts +13 -10
- package/packages/icons/wendujiang/index.js +2 -2
- package/packages/icons/wendujiang/index.js.gz +0 -0
- package/packages/icons/wendujiang/index.vue.d.ts +13 -10
- package/packages/icons/wendusheng/index.js +2 -2
- package/packages/icons/wendusheng/index.js.gz +0 -0
- package/packages/icons/wendusheng/index.vue.d.ts +13 -10
- package/packages/icons/withdraw/index.js +2 -2
- package/packages/icons/withdraw/index.js.gz +0 -0
- package/packages/icons/withdraw/index.vue.d.ts +13 -10
- package/packages/icons/xiala/index.js +2 -2
- package/packages/icons/xiala/index.vue.d.ts +13 -10
- package/packages/icons/xiazai/index.js +2 -2
- package/packages/icons/xiazai/index.js.gz +0 -0
- package/packages/icons/xiazai/index.vue.d.ts +13 -10
- package/packages/icons/xinzengtongji/index.js +2 -2
- package/packages/icons/xinzengtongji/index.js.gz +0 -0
- package/packages/icons/xinzengtongji/index.vue.d.ts +13 -10
- package/packages/icons/xuanzhuanjiaodu/index.js +2 -2
- package/packages/icons/xuanzhuanjiaodu/index.js.gz +0 -0
- package/packages/icons/xuanzhuanjiaodu/index.vue.d.ts +13 -10
- package/packages/icons/yidongduan/index.js +2 -2
- package/packages/icons/yidongduan/index.js.gz +0 -0
- package/packages/icons/yidongduan/index.vue.d.ts +13 -10
- package/packages/icons/yincang/index.js +2 -2
- package/packages/icons/yincang/index.js.gz +0 -0
- package/packages/icons/yincang/index.vue.d.ts +13 -10
- package/packages/icons/yingpian/index.js +2 -2
- package/packages/icons/yingpian/index.js.gz +0 -0
- package/packages/icons/yingpian/index.vue.d.ts +13 -10
- package/packages/icons/yingyong/index.d.ts +1 -0
- package/packages/icons/yingyong/index.js +17 -0
- package/packages/icons/yingyong/index.js.gz +0 -0
- package/packages/icons/yingyong/index.vue.d.ts +19 -0
- package/packages/icons/yitushoutu/index.js +2 -2
- package/packages/icons/yitushoutu/index.js.gz +0 -0
- package/packages/icons/yitushoutu/index.vue.d.ts +13 -10
- package/packages/icons/yuanxinghuizhi/index.js +2 -2
- package/packages/icons/yuanxinghuizhi/index.js.gz +0 -0
- package/packages/icons/yuanxinghuizhi/index.vue.d.ts +13 -10
- package/packages/icons/yulan-2/index.js +2 -2
- package/packages/icons/yulan-2/index.js.gz +0 -0
- package/packages/icons/yulan-2/index.vue.d.ts +13 -10
- package/packages/icons/yuyin/index.d.ts +1 -0
- package/packages/icons/yuyin/index.js +17 -0
- package/packages/icons/yuyin/index.js.gz +0 -0
- package/packages/icons/yuyin/index.vue.d.ts +19 -0
- package/packages/icons/zhangaiwu/index.js +2 -2
- package/packages/icons/zhangaiwu/index.js.gz +0 -0
- package/packages/icons/zhangaiwu/index.vue.d.ts +13 -10
- package/packages/icons/zhizhen/index.js +2 -2
- package/packages/icons/zhizhen/index.js.gz +0 -0
- package/packages/icons/zhizhen/index.vue.d.ts +13 -10
- package/packages/icons/zhongxinshengcheng/index.d.ts +1 -0
- package/packages/icons/zhongxinshengcheng/index.js +22 -0
- package/packages/icons/zhongxinshengcheng/index.js.gz +0 -0
- package/packages/icons/zhongxinshengcheng/index.vue.d.ts +19 -0
- package/packages/icons/zhuomianduan/index.js +2 -2
- package/packages/icons/zhuomianduan/index.js.gz +0 -0
- package/packages/icons/zhuomianduan/index.vue.d.ts +13 -10
- package/packages/icons/zidingyihuizhi/index.js +2 -2
- package/packages/icons/zidingyihuizhi/index.js.gz +0 -0
- package/packages/icons/zidingyihuizhi/index.vue.d.ts +13 -10
- package/packages/icons/zuobiao/index.js +2 -2
- package/packages/icons/zuobiao/index.js.gz +0 -0
- package/packages/icons/zuobiao/index.vue.d.ts +13 -10
- package/packages/components/image-viewer/i18n/index.d.ts +0 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/map/style.css';
|
|
2
|
-
import { ref as S, defineComponent as Ae, shallowRef as
|
|
2
|
+
import { ref as S, defineComponent as Ae, shallowRef as H, computed as Se, onMounted as Oe, createElementBlock as Te, openBlock as $e, normalizeStyle as je, createElementVNode as W, withDirectives as Z, createVNode as de, withKeys as Le, unref as D, h as Qt, render as ea, isRef as ta, vShow as Ke, withCtx as aa, createTextVNode as oa, toDisplayString as ra } from "vue";
|
|
3
3
|
import { withInstall as Ee } from "@das-fed/utils/with-install/index";
|
|
4
4
|
import { ElAutocomplete as Pe, ElLoadingDirective as ke } from "element-plus/es";
|
|
5
5
|
import "element-plus/es/components/base/style/css";
|
|
6
6
|
import "element-plus/es/components/loading/style/css";
|
|
7
7
|
import "element-plus/es/components/autocomplete/style/css";
|
|
8
|
-
import { t as
|
|
8
|
+
import { t as P, setI18nRule as na } from "@das-fed/web/packages/i18n/index";
|
|
9
9
|
import { vDasTooltip as Re } from "@das-fed/ui/packages/components/text-tooltip/index";
|
|
10
10
|
import { DasMessage as z } from "@das-fed/ui/packages/components/message/index";
|
|
11
11
|
import { createService as ct } from "@das-fed/utils/create-api-service";
|
|
@@ -13,32 +13,32 @@ import { DasButton as la } from "@das-fed/ui/packages/components/button/index";
|
|
|
13
13
|
const Q = (e) => {
|
|
14
14
|
if (e)
|
|
15
15
|
return typeof e == "string" && hasCssUnit(e) ? e : e + "px";
|
|
16
|
-
}, st = ({ MapGL: e, map: t, marker: a, mapLoading:
|
|
16
|
+
}, st = ({ MapGL: e, map: t, marker: a, mapLoading: r, $autocomplete: u, searchResultList: l, innerInput: n, innerPoint: o, adCode: s, addressInfo: v }, b) => {
|
|
17
17
|
const C = S();
|
|
18
|
-
let
|
|
19
|
-
const k = (
|
|
20
|
-
C.value = p, w && (
|
|
21
|
-
const
|
|
22
|
-
if (
|
|
18
|
+
let x;
|
|
19
|
+
const k = (T, g, p, w) => {
|
|
20
|
+
C.value = p, w && (x = w);
|
|
21
|
+
const j = document.createElement("script");
|
|
22
|
+
if (j.src = `${location.protocol}//webapi.amap.com/maps?v=1.4.15&key=${T}&plugin=AMap.CitySearch&callback=onLoad`, g) {
|
|
23
23
|
const d = document.createElement("script");
|
|
24
24
|
d.innerHTML = `window._AMapSecurityConfig = {
|
|
25
25
|
securityJsCode: "${g}",
|
|
26
26
|
}`, document.head.appendChild(d);
|
|
27
27
|
}
|
|
28
|
-
document.head.appendChild(
|
|
29
|
-
|
|
28
|
+
document.head.appendChild(j), window.onLoad = () => {
|
|
29
|
+
L();
|
|
30
30
|
};
|
|
31
|
-
},
|
|
32
|
-
var
|
|
31
|
+
}, L = () => {
|
|
32
|
+
var T, g;
|
|
33
33
|
if (e.value = AMap, !(typeof e.value > "u")) {
|
|
34
34
|
try {
|
|
35
|
-
const p = ((
|
|
35
|
+
const p = ((T = C.value) == null ? void 0 : T.mapOpt) ?? {};
|
|
36
36
|
t.value = new AMap.Map("map", {
|
|
37
37
|
zoom: 15,
|
|
38
38
|
...p
|
|
39
39
|
});
|
|
40
40
|
} catch {
|
|
41
|
-
|
|
41
|
+
r.value = !1, z.error(P("thirdPartyMapErrorRetry"));
|
|
42
42
|
}
|
|
43
43
|
AMap.plugin(["AMap.ToolBar"], () => {
|
|
44
44
|
t.value.addControl(
|
|
@@ -48,70 +48,70 @@ const Q = (e) => {
|
|
|
48
48
|
liteStyle: !0
|
|
49
49
|
})
|
|
50
50
|
);
|
|
51
|
-
}), i(), (g = C.value) != null && g.clickStream || c(),
|
|
51
|
+
}), i(), (g = C.value) != null && g.clickStream || c(), r.value = !1, x && x();
|
|
52
52
|
}
|
|
53
53
|
}, c = () => {
|
|
54
|
-
t.value.on("click", (
|
|
55
|
-
a.value && t.value.remove(a.value), o.value = [
|
|
54
|
+
t.value.on("click", (T) => {
|
|
55
|
+
a.value && t.value.remove(a.value), o.value = [T.lnglat.getLng(), T.lnglat.getLat()], h(o.value, !0).then(() => {
|
|
56
56
|
a.value = new AMap.Marker({
|
|
57
57
|
position: o.value,
|
|
58
|
-
title:
|
|
58
|
+
title: n.value
|
|
59
59
|
}), t.value.add(a.value), t.value.setCenter(o.value);
|
|
60
60
|
});
|
|
61
61
|
});
|
|
62
62
|
}, i = async () => {
|
|
63
|
-
!
|
|
63
|
+
!n.value && !o.value.length && R(), n.value && o.value.length > 0 ? await h(o.value) : n.value ? await A(n.value) : o.value.length > 0 && await h(o.value, !0), n.value && _(n.value, (T, g) => {
|
|
64
64
|
if (g && g.length) {
|
|
65
65
|
const p = g.find(
|
|
66
|
-
(w) => w.value ===
|
|
66
|
+
(w) => w.value === n.value || w.info.name === n.value
|
|
67
67
|
);
|
|
68
68
|
p ? v.value = p.info : v.value = {
|
|
69
69
|
district: "",
|
|
70
70
|
address: "",
|
|
71
|
-
name:
|
|
71
|
+
name: n.value
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
74
|
}), a.value = new AMap.Marker({
|
|
75
75
|
position: o.value,
|
|
76
|
-
title:
|
|
76
|
+
title: n.value
|
|
77
77
|
}), t.value.add(a.value), o.value.length && t.value.setCenter(o.value);
|
|
78
|
-
}, h = (
|
|
79
|
-
const p =
|
|
80
|
-
return new Promise((w,
|
|
78
|
+
}, h = (T, g = !1) => {
|
|
79
|
+
const p = T.join(",");
|
|
80
|
+
return new Promise((w, j) => {
|
|
81
81
|
AMap.service("AMap.Geocoder", () => {
|
|
82
82
|
new AMap.Geocoder({
|
|
83
83
|
city: "全国"
|
|
84
84
|
}).getAddress(p, (f, y) => {
|
|
85
|
-
var
|
|
85
|
+
var M, m;
|
|
86
86
|
if (f === "complete" && (y != null && y.regeocode)) {
|
|
87
87
|
if (g) {
|
|
88
|
-
const { province:
|
|
89
|
-
|
|
90
|
-
district:
|
|
88
|
+
const { province: O = "", city: N = "", district: B = "", township: ne = "" } = y.regeocode.addressComponent;
|
|
89
|
+
n.value = y.regeocode.formattedAddress ?? "", v.value = {
|
|
90
|
+
district: O + N + B,
|
|
91
91
|
address: ne,
|
|
92
|
-
name:
|
|
92
|
+
name: n.value.replace(O, "").replace(N, "").replace(B, "").replace(ne, "")
|
|
93
93
|
};
|
|
94
94
|
}
|
|
95
|
-
s.value = ((m = (
|
|
95
|
+
s.value = ((m = (M = y.regeocode) == null ? void 0 : M.addressComponent) == null ? void 0 : m.adcode) ?? "", w(y.regeocode);
|
|
96
96
|
} else
|
|
97
|
-
z.error(
|
|
97
|
+
z.error(P("thirdPartyMapErrorRetry")), j();
|
|
98
98
|
});
|
|
99
99
|
});
|
|
100
100
|
});
|
|
101
|
-
}, A = (
|
|
101
|
+
}, A = (T) => new Promise((g, p) => {
|
|
102
102
|
AMap.service("AMap.Geocoder", () => {
|
|
103
103
|
new AMap.Geocoder({
|
|
104
104
|
city: "全国"
|
|
105
|
-
}).getLocation(
|
|
105
|
+
}).getLocation(T, (j, d) => {
|
|
106
106
|
var f, y;
|
|
107
|
-
if (
|
|
108
|
-
const
|
|
109
|
-
o.value[0] =
|
|
107
|
+
if (j === "complete" && ((f = d.geocodes) != null && f.length)) {
|
|
108
|
+
const M = d.geocodes[0].location;
|
|
109
|
+
o.value[0] = M.lng, o.value[1] = M.lat, s.value = ((y = d.geocodes[0]) == null ? void 0 : y.adcode) ?? "", g(d.geocodes[0].location);
|
|
110
110
|
} else
|
|
111
|
-
z.error(
|
|
111
|
+
z.error(P("thirdPartyMapErrorRetry")), p();
|
|
112
112
|
});
|
|
113
113
|
});
|
|
114
|
-
}),
|
|
114
|
+
}), R = () => {
|
|
115
115
|
new AMap.CitySearch().getLocalCity((g, p) => {
|
|
116
116
|
if (g === "complete" && p.info === "OK") {
|
|
117
117
|
if (p && p.city && p.bounds) {
|
|
@@ -119,10 +119,10 @@ const Q = (e) => {
|
|
|
119
119
|
t.value.setBounds(w);
|
|
120
120
|
}
|
|
121
121
|
} else
|
|
122
|
-
z.error(
|
|
122
|
+
z.error(P("thirdPartyMapErrorRetry"));
|
|
123
123
|
});
|
|
124
|
-
}, _ = (
|
|
125
|
-
if (u.value.activated = !0, !
|
|
124
|
+
}, _ = (T, g) => {
|
|
125
|
+
if (u.value.activated = !0, !T) {
|
|
126
126
|
l.value = [], g([]);
|
|
127
127
|
return;
|
|
128
128
|
}
|
|
@@ -130,19 +130,19 @@ const Q = (e) => {
|
|
|
130
130
|
var p = {
|
|
131
131
|
city: "全国"
|
|
132
132
|
}, w = new AMap.Autocomplete(p);
|
|
133
|
-
w.search(
|
|
133
|
+
w.search(T, function(j, d) {
|
|
134
134
|
if (l.value = [], !d || !d.tips) return g([]);
|
|
135
135
|
let f = d.tips;
|
|
136
136
|
if (!f || !f.length) return g([]);
|
|
137
137
|
f = f.map((y) => {
|
|
138
|
-
const { district:
|
|
138
|
+
const { district: M = "", address: m = "", name: O = "", location: N = "" } = y;
|
|
139
139
|
return {
|
|
140
|
-
value:
|
|
140
|
+
value: M + m + O,
|
|
141
141
|
point: N,
|
|
142
142
|
info: {
|
|
143
|
-
district:
|
|
143
|
+
district: M,
|
|
144
144
|
address: m,
|
|
145
|
-
name:
|
|
145
|
+
name: O
|
|
146
146
|
}
|
|
147
147
|
};
|
|
148
148
|
}), l.value = f.length > 5 ? f.slice(0, 5) : f, g(l.value, f);
|
|
@@ -151,23 +151,23 @@ const Q = (e) => {
|
|
|
151
151
|
};
|
|
152
152
|
return {
|
|
153
153
|
getLocationByInputSearch: _,
|
|
154
|
-
handleSelectAddress: (
|
|
155
|
-
|
|
154
|
+
handleSelectAddress: (T) => {
|
|
155
|
+
n.value = T.value, v.value = T.info, A(T.value).then((g) => {
|
|
156
156
|
o.value = [g.lng, g.lat], a.value && t.value.remove(a.value), a.value = new AMap.Marker({
|
|
157
157
|
position: o.value,
|
|
158
|
-
title:
|
|
158
|
+
title: n.value
|
|
159
159
|
// 鼠标移上去时显示的内容
|
|
160
160
|
}), t.value.add(a.value), t.value.setCenter(o.value);
|
|
161
161
|
});
|
|
162
162
|
},
|
|
163
163
|
getLocationParse: async () => {
|
|
164
|
-
var
|
|
165
|
-
if (!l.value.length) return z.error(
|
|
166
|
-
if (
|
|
167
|
-
return z.error(
|
|
164
|
+
var T;
|
|
165
|
+
if (!l.value.length) return z.error(P("thirdPartyMapErrorRetry"));
|
|
166
|
+
if (n.value = l.value[0].value, !((T = l.value[0]) != null && T.point))
|
|
167
|
+
return z.error(P("thirdPartyMapErrorRetry"));
|
|
168
168
|
o.value = [l.value[0].point.lng, l.value[0].point.lat], v.value = l.value[0].info, await h(o.value), a.value = new AMap.Marker({
|
|
169
169
|
position: o.value,
|
|
170
|
-
title:
|
|
170
|
+
title: n.value
|
|
171
171
|
// 鼠标移上去时显示的内容
|
|
172
172
|
}), t.value.add(a.value), t.value.setCenter(o.value), u.value.activated = !1;
|
|
173
173
|
},
|
|
@@ -175,24 +175,24 @@ const Q = (e) => {
|
|
|
175
175
|
longitude: o.value[0],
|
|
176
176
|
latitude: o.value[1],
|
|
177
177
|
adCode: s.value,
|
|
178
|
-
address:
|
|
178
|
+
address: n.value,
|
|
179
179
|
addressInfo: v.value
|
|
180
180
|
}),
|
|
181
181
|
loadJavascript: k
|
|
182
182
|
};
|
|
183
183
|
}, dt = "v1", ua = ct(`/api/tool/map/${dt}`), ia = ct(`/api/system-config/${dt}`), ca = ua.get("/regeo"), sa = ia.get("/platform/map/list"), Ge = async (e) => {
|
|
184
|
-
var
|
|
184
|
+
var n, o, s, v, b;
|
|
185
185
|
const t = ["", "baidu", "gaode", "google"];
|
|
186
|
-
let a = null, [
|
|
187
|
-
if (
|
|
188
|
-
return [
|
|
186
|
+
let a = null, [r, u] = await sa().run();
|
|
187
|
+
if (r)
|
|
188
|
+
return [r, a];
|
|
189
189
|
const l = u.filter((C) => C.enable) || [];
|
|
190
190
|
if ((l == null ? void 0 : l.length) == 0) return [null, a];
|
|
191
191
|
if ((l == null ? void 0 : l.length) > 1) {
|
|
192
|
-
const C = l.filter((
|
|
192
|
+
const C = l.filter((x) => t[x.serviceProvider] == e);
|
|
193
193
|
a = {
|
|
194
194
|
mapType: e,
|
|
195
|
-
akVal: (
|
|
195
|
+
akVal: (n = C[0]) == null ? void 0 : n.akValue,
|
|
196
196
|
secretK: (o = C[0]) == null ? void 0 : o.securityKey
|
|
197
197
|
};
|
|
198
198
|
} else (l == null ? void 0 : l.length) == 1 && (a = {
|
|
@@ -214,62 +214,61 @@ const Q = (e) => {
|
|
|
214
214
|
dev: { type: Boolean }
|
|
215
215
|
},
|
|
216
216
|
setup(e, { expose: t }) {
|
|
217
|
-
const a = e,
|
|
217
|
+
const a = e, r = H(null), u = H(null), l = H(null), n = S(!0), o = S(null), s = S([]), v = Se(() => ({
|
|
218
218
|
width: a.width ? Q(a.width) : "100%",
|
|
219
219
|
height: a.height ? Q(a.height) : "100%"
|
|
220
|
-
})), b = S(""), C = S([]),
|
|
220
|
+
})), b = S(""), C = S([]), x = S(""), k = S(), { getLocationByInputSearch: L, handleSelectAddress: c, getLocationParse: i, getMapInfo: h, loadJavascript: A } = st(
|
|
221
221
|
{
|
|
222
|
-
MapGL:
|
|
222
|
+
MapGL: r,
|
|
223
223
|
map: u,
|
|
224
224
|
marker: l,
|
|
225
|
-
mapLoading:
|
|
225
|
+
mapLoading: n,
|
|
226
226
|
$autocomplete: o,
|
|
227
227
|
searchResultList: s,
|
|
228
228
|
innerInput: b,
|
|
229
229
|
innerPoint: C,
|
|
230
|
-
adCode:
|
|
230
|
+
adCode: x,
|
|
231
231
|
addressInfo: k
|
|
232
232
|
}
|
|
233
|
-
),
|
|
233
|
+
), R = async () => {
|
|
234
234
|
const _ = {
|
|
235
235
|
akValue: a.akValue ?? "",
|
|
236
236
|
secretKey: a.secretKey ?? ""
|
|
237
237
|
};
|
|
238
238
|
{
|
|
239
|
-
const [
|
|
240
|
-
|
|
239
|
+
const [$, G] = await Ge("gaode");
|
|
240
|
+
$ && z.error(P("获取地图配置信息失败")), !$ && !G && z.error(P("暂未配置地图")), G && (_.akValue || (_.akValue = G.akVal), _.secretKey || (_.secretKey = G.secretK));
|
|
241
241
|
}
|
|
242
242
|
return _;
|
|
243
243
|
};
|
|
244
244
|
return Oe(async () => {
|
|
245
245
|
a.defaultLongitude && a.defaultLatitude && (C.value = [a.defaultLongitude, a.defaultLatitude]), b.value = a.defaultAddress ?? "";
|
|
246
|
-
const { akValue: _, secretKey:
|
|
247
|
-
A(_,
|
|
246
|
+
const { akValue: _, secretKey: $ } = await R();
|
|
247
|
+
A(_, $);
|
|
248
248
|
}), t({
|
|
249
249
|
/** 获取经纬度、地址、行政区划编码 */
|
|
250
250
|
getMapInfo: h
|
|
251
|
-
}), (_,
|
|
252
|
-
const
|
|
253
|
-
return
|
|
251
|
+
}), (_, $) => {
|
|
252
|
+
const G = Pe, U = ke;
|
|
253
|
+
return $e(), Te(
|
|
254
254
|
"div",
|
|
255
255
|
{
|
|
256
256
|
class: "das-map",
|
|
257
|
-
style:
|
|
257
|
+
style: je(v.value)
|
|
258
258
|
},
|
|
259
259
|
[
|
|
260
260
|
W("div", da, [
|
|
261
|
-
Z(de(
|
|
261
|
+
Z(de(G, {
|
|
262
262
|
ref_key: "$autocomplete",
|
|
263
263
|
ref: o,
|
|
264
264
|
modelValue: b.value,
|
|
265
|
-
"onUpdate:modelValue":
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
placeholder: D(E)("请输入位置"),
|
|
265
|
+
"onUpdate:modelValue": $[0] || ($[0] = (T) => b.value = T),
|
|
266
|
+
"fetch-suggestions": D(L),
|
|
267
|
+
placeholder: D(P)("请输入位置"),
|
|
269
268
|
style: { width: "100%" },
|
|
270
269
|
"trigger-on-focus": !1,
|
|
271
270
|
onSelect: D(c),
|
|
272
|
-
onKeyup:
|
|
271
|
+
onKeyup: Le(D(i), ["enter", "native"]),
|
|
273
272
|
clearable: ""
|
|
274
273
|
}, null, 8, ["modelValue", "fetch-suggestions", "placeholder", "onSelect", "onKeyup"]), [
|
|
275
274
|
[D(Re)]
|
|
@@ -283,8 +282,8 @@ const Q = (e) => {
|
|
|
283
282
|
/* NEED_PATCH */
|
|
284
283
|
), [
|
|
285
284
|
[
|
|
286
|
-
|
|
287
|
-
|
|
285
|
+
U,
|
|
286
|
+
n.value,
|
|
288
287
|
void 0,
|
|
289
288
|
{ lock: !0 }
|
|
290
289
|
]
|
|
@@ -297,25 +296,25 @@ const Q = (e) => {
|
|
|
297
296
|
}
|
|
298
297
|
}), Be = (e, t) => {
|
|
299
298
|
const a = e.__vccOpts || e;
|
|
300
|
-
for (const [
|
|
301
|
-
a[
|
|
299
|
+
for (const [r, u] of t)
|
|
300
|
+
a[r] = u;
|
|
302
301
|
return a;
|
|
303
|
-
}, ga = /* @__PURE__ */ Be(va, [["__scopeId", "data-v-
|
|
302
|
+
}, ga = /* @__PURE__ */ Be(va, [["__scopeId", "data-v-95b9bcca"]]), ft = ({ BMap: e, map: t, marker: a, mapLoading: r, $autocomplete: u, searchResultList: l, innerInput: n, innerPoint: o, adCode: s, addressInfo: v }, b) => {
|
|
304
303
|
const C = S();
|
|
305
|
-
let
|
|
304
|
+
let x;
|
|
306
305
|
const k = (g, p, w) => {
|
|
307
|
-
C.value = p, w && (
|
|
308
|
-
const
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
}, document.body.append(
|
|
312
|
-
},
|
|
306
|
+
C.value = p, w && (x = w);
|
|
307
|
+
const j = document.createElement("script");
|
|
308
|
+
j.src = `${location.protocol}//api.map.baidu.com/getscript?type=webgl&v=3.0&ak=${g}&services=&t=20200109192240`, j.onload = () => {
|
|
309
|
+
L();
|
|
310
|
+
}, document.body.append(j);
|
|
311
|
+
}, L = () => {
|
|
313
312
|
var p, w;
|
|
314
313
|
e.value = window.BMapGL;
|
|
315
314
|
try {
|
|
316
315
|
t.value = new e.value.Map("map", ((p = C.value) == null ? void 0 : p.mapOpt) ?? {});
|
|
317
316
|
} catch {
|
|
318
|
-
|
|
317
|
+
r.value = !1, z.error(P("thirdPartyMapErrorRetry"));
|
|
319
318
|
}
|
|
320
319
|
const g = new e.value.NavigationControl({
|
|
321
320
|
// @ts-ignore
|
|
@@ -323,22 +322,22 @@ const Q = (e) => {
|
|
|
323
322
|
// @ts-ignore
|
|
324
323
|
type: BMAP_NAVIGATION_CONTROL_ZOOM
|
|
325
324
|
});
|
|
326
|
-
t.value.addControl(g), t.value.enableScrollWheelZoom(!0), i(), (w = C.value) != null && w.clickStream || h(),
|
|
325
|
+
t.value.addControl(g), t.value.enableScrollWheelZoom(!0), i(), (w = C.value) != null && w.clickStream || h(), r.value = !1, x && x();
|
|
327
326
|
}, c = (g) => new Promise((p, w) => {
|
|
328
327
|
new e.value.Geocoder().getPoint(g, (d) => {
|
|
329
|
-
!d || JSON.stringify(d) == "{}" ? (z.error(
|
|
328
|
+
!d || JSON.stringify(d) == "{}" ? (z.error(P("thirdPartyMapErrorRetry")), w()) : (o.value[0] = d.lng, o.value[1] = d.lat, p(d));
|
|
330
329
|
});
|
|
331
330
|
}), i = async () => {
|
|
332
|
-
!
|
|
331
|
+
!n.value && !o.value.length && R(), n.value && o.value.length > 0 ? await A(o.value[0], o.value[1]) : n.value ? await c(n.value) : o.value.length > 0 && await A(o.value[0], o.value[1], !0), n.value && _(n.value, (g, p) => {
|
|
333
332
|
if (p && p.length) {
|
|
334
333
|
const w = p.find(
|
|
335
|
-
(
|
|
334
|
+
(j) => j.value === n.value || j.info.name === n.value
|
|
336
335
|
);
|
|
337
336
|
w ? v.value = w.info : v.value = {
|
|
338
337
|
province: "",
|
|
339
338
|
city: "",
|
|
340
339
|
address: "",
|
|
341
|
-
name:
|
|
340
|
+
name: n.value
|
|
342
341
|
};
|
|
343
342
|
}
|
|
344
343
|
});
|
|
@@ -348,28 +347,28 @@ const Q = (e) => {
|
|
|
348
347
|
const p = g.latlng.lng, w = g.latlng.lat;
|
|
349
348
|
o.value = [p, w], A(p, w, !0);
|
|
350
349
|
});
|
|
351
|
-
}, A = (g, p, w = !1,
|
|
352
|
-
const y = new e.value.Geocoder(),
|
|
353
|
-
y.getLocation(
|
|
350
|
+
}, A = (g, p, w = !1, j = "default") => new Promise((d, f) => {
|
|
351
|
+
const y = new e.value.Geocoder(), M = new e.value.Point(g, p);
|
|
352
|
+
y.getLocation(M, (m) => {
|
|
354
353
|
if (w) {
|
|
355
|
-
|
|
356
|
-
const { province:
|
|
354
|
+
n.value = m.address;
|
|
355
|
+
const { province: O = "", city: N = "", district: B = "" } = m.addressComponents;
|
|
357
356
|
v.value = {
|
|
358
|
-
province:
|
|
357
|
+
province: O,
|
|
359
358
|
city: N,
|
|
360
|
-
address: N +
|
|
361
|
-
name: m.address.replace(
|
|
359
|
+
address: N + B,
|
|
360
|
+
name: m.address.replace(O, "").replace(N, "").replace(B, "")
|
|
362
361
|
};
|
|
363
362
|
}
|
|
364
|
-
m && m.address ? (
|
|
363
|
+
m && m.address ? (j == "default" && (o.value[0] = m.point.lng, o.value[1] = m.point.lat, a.value && t.value.clearOverlays(), a.value = new e.value.Marker(M, { title: n.value }), t.value.addOverlay(a.value), t.value.centerAndZoom(M, 16)), U(g, p), d(m.address)) : (z.error(P("thirdPartyMapErrorRetry")), f());
|
|
365
364
|
});
|
|
366
|
-
}),
|
|
365
|
+
}), R = () => {
|
|
367
366
|
new e.value.LocalCity().get((p) => {
|
|
368
367
|
const w = p.center;
|
|
369
|
-
if (!p.center) return z.error(
|
|
368
|
+
if (!p.center) return z.error(P("thirdPartyMapErrorRetry"));
|
|
370
369
|
a.value && t.value.clearOverlays();
|
|
371
|
-
const
|
|
372
|
-
t.value.centerAndZoom(
|
|
370
|
+
const j = new e.value.Point(w.lng, w.lat);
|
|
371
|
+
t.value.centerAndZoom(j, 13);
|
|
373
372
|
});
|
|
374
373
|
}, _ = (g, p) => {
|
|
375
374
|
if (u.value.activated = !0, l.value = [], !g) {
|
|
@@ -377,48 +376,48 @@ const Q = (e) => {
|
|
|
377
376
|
return;
|
|
378
377
|
}
|
|
379
378
|
new e.value.LocalSearch(t.value, {
|
|
380
|
-
onSearchComplete: (
|
|
379
|
+
onSearchComplete: (j) => {
|
|
381
380
|
let d = [];
|
|
382
|
-
for (let f = 0; f <
|
|
383
|
-
d.push(
|
|
381
|
+
for (let f = 0; f < j.getCurrentNumPois(); f++)
|
|
382
|
+
d.push(j.getPoi(f));
|
|
384
383
|
if (!d.length) return p([]);
|
|
385
384
|
d = d.map((f) => {
|
|
386
|
-
const { address: y = "", title:
|
|
385
|
+
const { address: y = "", title: M = "", province: m = "", city: O = "", point: N = {} } = f;
|
|
387
386
|
return {
|
|
388
|
-
value: y ==
|
|
387
|
+
value: y == M ? y : y + M,
|
|
389
388
|
point: N,
|
|
390
389
|
info: {
|
|
391
390
|
province: m,
|
|
392
|
-
city:
|
|
391
|
+
city: O,
|
|
393
392
|
address: y,
|
|
394
|
-
name:
|
|
393
|
+
name: M
|
|
395
394
|
}
|
|
396
395
|
};
|
|
397
396
|
}), l.value = d.length > 5 ? d.slice(0, 5) : d, p(l.value, d);
|
|
398
397
|
}
|
|
399
398
|
}).search(g);
|
|
400
|
-
},
|
|
399
|
+
}, $ = (g) => {
|
|
401
400
|
var p, w;
|
|
402
|
-
|
|
403
|
-
},
|
|
401
|
+
n.value = g.value, v.value = g.info, A((p = g.point) == null ? void 0 : p.lng, (w = g.point) == null ? void 0 : w.lat);
|
|
402
|
+
}, G = () => {
|
|
404
403
|
var g;
|
|
405
|
-
if (!l.value.length) return z.error(
|
|
406
|
-
if (
|
|
407
|
-
return z.error(
|
|
404
|
+
if (!l.value.length) return z.error(P("thirdPartyMapErrorRetry"));
|
|
405
|
+
if (n.value = l.value[0].value, v.value = l.value[0].info, !((g = l.value[0]) != null && g.point))
|
|
406
|
+
return z.error(P("thirdPartyMapErrorRetry"));
|
|
408
407
|
o.value = [l.value[0].point.lng, l.value[0].point.lat], A(o.value[0], o.value[1]), u.value.activated = !1;
|
|
409
|
-
},
|
|
410
|
-
const [w,
|
|
411
|
-
w || (s.value =
|
|
408
|
+
}, U = async (g, p) => {
|
|
409
|
+
const [w, j] = await ca().run({ longitude: g, latitude: p });
|
|
410
|
+
w || (s.value = j.areaCode);
|
|
412
411
|
};
|
|
413
412
|
return {
|
|
414
413
|
getLocationByInputSearch: _,
|
|
415
|
-
handleSelectAddress:
|
|
416
|
-
getLocationParse:
|
|
414
|
+
handleSelectAddress: $,
|
|
415
|
+
getLocationParse: G,
|
|
417
416
|
getMapInfo: () => ({
|
|
418
417
|
longitude: o.value[0],
|
|
419
418
|
latitude: o.value[1],
|
|
420
419
|
adCode: s.value,
|
|
421
|
-
address:
|
|
420
|
+
address: n.value,
|
|
422
421
|
addressInfo: v.value
|
|
423
422
|
}),
|
|
424
423
|
loadJavascript: k
|
|
@@ -436,56 +435,55 @@ const Q = (e) => {
|
|
|
436
435
|
dev: { type: Boolean }
|
|
437
436
|
},
|
|
438
437
|
setup(e, { expose: t }) {
|
|
439
|
-
const a = e,
|
|
438
|
+
const a = e, r = H(null), u = H(null), l = H(null), n = S(!0), o = S(null), s = S([]), v = Se(() => ({
|
|
440
439
|
width: a.width ? Q(a.width) : "100%",
|
|
441
440
|
height: a.height ? Q(a.height) : "100%"
|
|
442
|
-
})), b = S(""), C = S([]),
|
|
441
|
+
})), b = S(""), C = S([]), x = S(""), k = S(), { getLocationByInputSearch: L, handleSelectAddress: c, getLocationParse: i, getMapInfo: h, loadJavascript: A } = ft(
|
|
443
442
|
{
|
|
444
|
-
BMap:
|
|
443
|
+
BMap: r,
|
|
445
444
|
map: u,
|
|
446
445
|
marker: l,
|
|
447
|
-
mapLoading:
|
|
446
|
+
mapLoading: n,
|
|
448
447
|
$autocomplete: o,
|
|
449
448
|
searchResultList: s,
|
|
450
449
|
innerInput: b,
|
|
451
450
|
innerPoint: C,
|
|
452
|
-
adCode:
|
|
451
|
+
adCode: x,
|
|
453
452
|
addressInfo: k
|
|
454
453
|
}
|
|
455
|
-
),
|
|
454
|
+
), R = async () => {
|
|
456
455
|
if (a.akValue) return a.akValue;
|
|
457
|
-
const [_,
|
|
458
|
-
return _ ? (z.error(
|
|
456
|
+
const [_, $] = await Ge("baidu");
|
|
457
|
+
return _ ? (z.error(P("获取地图配置信息失败")), "") : !_ && !$ ? (z.error(P("暂未配置地图")), "") : $.akVal;
|
|
459
458
|
};
|
|
460
459
|
return Oe(async () => {
|
|
461
460
|
a.defaultLongitude && a.defaultLatitude && (C.value = [a.defaultLongitude, a.defaultLatitude]), b.value = a.defaultAddress ?? "";
|
|
462
|
-
const _ = await
|
|
461
|
+
const _ = await R();
|
|
463
462
|
A(_);
|
|
464
463
|
}), t({
|
|
465
464
|
// 获取经纬度、地址、行政区划信息
|
|
466
465
|
getMapInfo: h
|
|
467
|
-
}), (_,
|
|
468
|
-
const
|
|
469
|
-
return
|
|
466
|
+
}), (_, $) => {
|
|
467
|
+
const G = Pe, U = ke;
|
|
468
|
+
return $e(), Te(
|
|
470
469
|
"div",
|
|
471
470
|
{
|
|
472
471
|
class: "das-map",
|
|
473
|
-
style:
|
|
472
|
+
style: je(v.value)
|
|
474
473
|
},
|
|
475
474
|
[
|
|
476
475
|
W("div", pa, [
|
|
477
|
-
Z(de(
|
|
476
|
+
Z(de(G, {
|
|
478
477
|
ref_key: "$autocomplete",
|
|
479
478
|
ref: o,
|
|
480
479
|
modelValue: b.value,
|
|
481
|
-
"onUpdate:modelValue":
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
placeholder: D(E)("请输入位置"),
|
|
480
|
+
"onUpdate:modelValue": $[0] || ($[0] = (T) => b.value = T),
|
|
481
|
+
"fetch-suggestions": D(L),
|
|
482
|
+
placeholder: D(P)("请输入位置"),
|
|
485
483
|
style: { width: "100%" },
|
|
486
484
|
"trigger-on-focus": !1,
|
|
487
485
|
onSelect: D(c),
|
|
488
|
-
onKeyup:
|
|
486
|
+
onKeyup: Le(D(i), ["enter", "native"]),
|
|
489
487
|
clearable: ""
|
|
490
488
|
}, null, 8, ["modelValue", "fetch-suggestions", "placeholder", "onSelect", "onKeyup"]), [
|
|
491
489
|
[D(Re)]
|
|
@@ -499,8 +497,8 @@ const Q = (e) => {
|
|
|
499
497
|
/* NEED_PATCH */
|
|
500
498
|
), [
|
|
501
499
|
[
|
|
502
|
-
|
|
503
|
-
|
|
500
|
+
U,
|
|
501
|
+
n.value,
|
|
504
502
|
void 0,
|
|
505
503
|
{ lock: !0 }
|
|
506
504
|
]
|
|
@@ -511,7 +509,7 @@ const Q = (e) => {
|
|
|
511
509
|
);
|
|
512
510
|
};
|
|
513
511
|
}
|
|
514
|
-
}), ma = /* @__PURE__ */ Be(ya, [["__scopeId", "data-v-
|
|
512
|
+
}), ma = /* @__PURE__ */ Be(ya, [["__scopeId", "data-v-5444de43"]]);
|
|
515
513
|
function ba() {
|
|
516
514
|
this.__data__ = [], this.size = 0;
|
|
517
515
|
}
|
|
@@ -525,14 +523,14 @@ function pe(e, t) {
|
|
|
525
523
|
return -1;
|
|
526
524
|
}
|
|
527
525
|
var _a = Array.prototype, wa = _a.splice;
|
|
528
|
-
function
|
|
526
|
+
function xa(e) {
|
|
529
527
|
var t = this.__data__, a = pe(t, e);
|
|
530
528
|
if (a < 0)
|
|
531
529
|
return !1;
|
|
532
|
-
var
|
|
533
|
-
return a ==
|
|
530
|
+
var r = t.length - 1;
|
|
531
|
+
return a == r ? t.pop() : wa.call(t, a, 1), --this.size, !0;
|
|
534
532
|
}
|
|
535
|
-
function
|
|
533
|
+
function Ma(e) {
|
|
536
534
|
var t = this.__data__, a = pe(t, e);
|
|
537
535
|
return a < 0 ? void 0 : t[a][1];
|
|
538
536
|
}
|
|
@@ -540,23 +538,23 @@ function Ca(e) {
|
|
|
540
538
|
return pe(this.__data__, e) > -1;
|
|
541
539
|
}
|
|
542
540
|
function Aa(e, t) {
|
|
543
|
-
var a = this.__data__,
|
|
544
|
-
return
|
|
541
|
+
var a = this.__data__, r = pe(a, e);
|
|
542
|
+
return r < 0 ? (++this.size, a.push([e, t])) : a[r][1] = t, this;
|
|
545
543
|
}
|
|
546
|
-
function
|
|
544
|
+
function I(e) {
|
|
547
545
|
var t = -1, a = e == null ? 0 : e.length;
|
|
548
546
|
for (this.clear(); ++t < a; ) {
|
|
549
|
-
var
|
|
550
|
-
this.set(
|
|
547
|
+
var r = e[t];
|
|
548
|
+
this.set(r[0], r[1]);
|
|
551
549
|
}
|
|
552
550
|
}
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
551
|
+
I.prototype.clear = ba;
|
|
552
|
+
I.prototype.delete = xa;
|
|
553
|
+
I.prototype.get = Ma;
|
|
554
|
+
I.prototype.has = Ca;
|
|
555
|
+
I.prototype.set = Aa;
|
|
558
556
|
function Sa() {
|
|
559
|
-
this.__data__ = new
|
|
557
|
+
this.__data__ = new I(), this.size = 0;
|
|
560
558
|
}
|
|
561
559
|
function Oa(e) {
|
|
562
560
|
var t = this.__data__, a = t.delete(e);
|
|
@@ -565,51 +563,51 @@ function Oa(e) {
|
|
|
565
563
|
function Ta(e) {
|
|
566
564
|
return this.__data__.get(e);
|
|
567
565
|
}
|
|
568
|
-
function
|
|
566
|
+
function $a(e) {
|
|
569
567
|
return this.__data__.has(e);
|
|
570
568
|
}
|
|
571
|
-
var vt = typeof global == "object" && global && global.Object === Object && global,
|
|
569
|
+
var vt = typeof global == "object" && global && global.Object === Object && global, ja = typeof self == "object" && self && self.Object === Object && self, te = vt || ja || Function("return this")(), ee = te.Symbol, gt = Object.prototype, La = gt.hasOwnProperty, Ea = gt.toString, ue = ee ? ee.toStringTag : void 0;
|
|
572
570
|
function Pa(e) {
|
|
573
|
-
var t =
|
|
571
|
+
var t = La.call(e, ue), a = e[ue];
|
|
574
572
|
try {
|
|
575
573
|
e[ue] = void 0;
|
|
576
|
-
var
|
|
574
|
+
var r = !0;
|
|
577
575
|
} catch {
|
|
578
576
|
}
|
|
579
577
|
var u = Ea.call(e);
|
|
580
|
-
return
|
|
578
|
+
return r && (t ? e[ue] = a : delete e[ue]), u;
|
|
581
579
|
}
|
|
582
580
|
var ka = Object.prototype, Ra = ka.toString;
|
|
583
581
|
function Ga(e) {
|
|
584
582
|
return Ra.call(e);
|
|
585
583
|
}
|
|
586
|
-
var Ba = "[object Null]", Da = "[object Undefined]",
|
|
584
|
+
var Ba = "[object Null]", Da = "[object Undefined]", Fe = ee ? ee.toStringTag : void 0;
|
|
587
585
|
function se(e) {
|
|
588
|
-
return e == null ? e === void 0 ? Da : Ba :
|
|
586
|
+
return e == null ? e === void 0 ? Da : Ba : Fe && Fe in Object(e) ? Pa(e) : Ga(e);
|
|
589
587
|
}
|
|
590
588
|
function Y(e) {
|
|
591
589
|
var t = typeof e;
|
|
592
590
|
return e != null && (t == "object" || t == "function");
|
|
593
591
|
}
|
|
594
|
-
var za = "[object AsyncFunction]", Na = "[object Function]",
|
|
592
|
+
var za = "[object AsyncFunction]", Na = "[object Function]", Ua = "[object GeneratorFunction]", Va = "[object Proxy]";
|
|
595
593
|
function De(e) {
|
|
596
594
|
if (!Y(e))
|
|
597
595
|
return !1;
|
|
598
596
|
var t = se(e);
|
|
599
|
-
return t == Na || t ==
|
|
597
|
+
return t == Na || t == Ua || t == za || t == Va;
|
|
600
598
|
}
|
|
601
|
-
var me = te["__core-js_shared__"],
|
|
599
|
+
var me = te["__core-js_shared__"], He = function() {
|
|
602
600
|
var e = /[^.]+$/.exec(me && me.keys && me.keys.IE_PROTO || "");
|
|
603
601
|
return e ? "Symbol(src)_1." + e : "";
|
|
604
602
|
}();
|
|
605
|
-
function
|
|
606
|
-
return !!
|
|
603
|
+
function Ka(e) {
|
|
604
|
+
return !!He && He in e;
|
|
607
605
|
}
|
|
608
|
-
var
|
|
609
|
-
function
|
|
606
|
+
var Fa = Function.prototype, Ha = Fa.toString;
|
|
607
|
+
function Ia(e) {
|
|
610
608
|
if (e != null) {
|
|
611
609
|
try {
|
|
612
|
-
return
|
|
610
|
+
return Ha.call(e);
|
|
613
611
|
} catch {
|
|
614
612
|
}
|
|
615
613
|
try {
|
|
@@ -623,10 +621,10 @@ var Ja = /[\\^$.*+?()[\]{}|]/g, Za = /^\[object .+?Constructor\]$/, Wa = Functio
|
|
|
623
621
|
"^" + Ya.call(Xa).replace(Ja, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
624
622
|
);
|
|
625
623
|
function eo(e) {
|
|
626
|
-
if (!Y(e) ||
|
|
624
|
+
if (!Y(e) || Ka(e))
|
|
627
625
|
return !1;
|
|
628
626
|
var t = De(e) ? Qa : Za;
|
|
629
|
-
return t.test(
|
|
627
|
+
return t.test(Ia(e));
|
|
630
628
|
}
|
|
631
629
|
function to(e, t) {
|
|
632
630
|
return e == null ? void 0 : e[t];
|
|
@@ -665,8 +663,8 @@ function vo(e, t) {
|
|
|
665
663
|
function q(e) {
|
|
666
664
|
var t = -1, a = e == null ? 0 : e.length;
|
|
667
665
|
for (this.clear(); ++t < a; ) {
|
|
668
|
-
var
|
|
669
|
-
this.set(
|
|
666
|
+
var r = e[t];
|
|
667
|
+
this.set(r[0], r[1]);
|
|
670
668
|
}
|
|
671
669
|
}
|
|
672
670
|
q.prototype.clear = ao;
|
|
@@ -677,7 +675,7 @@ q.prototype.set = vo;
|
|
|
677
675
|
function go() {
|
|
678
676
|
this.size = 0, this.__data__ = {
|
|
679
677
|
hash: new q(),
|
|
680
|
-
map: new (pt ||
|
|
678
|
+
map: new (pt || I)(),
|
|
681
679
|
string: new q()
|
|
682
680
|
};
|
|
683
681
|
}
|
|
@@ -700,14 +698,14 @@ function mo(e) {
|
|
|
700
698
|
return he(this, e).has(e);
|
|
701
699
|
}
|
|
702
700
|
function bo(e, t) {
|
|
703
|
-
var a = he(this, e),
|
|
704
|
-
return a.set(e, t), this.size += a.size ==
|
|
701
|
+
var a = he(this, e), r = a.size;
|
|
702
|
+
return a.set(e, t), this.size += a.size == r ? 0 : 1, this;
|
|
705
703
|
}
|
|
706
704
|
function ae(e) {
|
|
707
705
|
var t = -1, a = e == null ? 0 : e.length;
|
|
708
706
|
for (this.clear(); ++t < a; ) {
|
|
709
|
-
var
|
|
710
|
-
this.set(
|
|
707
|
+
var r = e[t];
|
|
708
|
+
this.set(r[0], r[1]);
|
|
711
709
|
}
|
|
712
710
|
}
|
|
713
711
|
ae.prototype.clear = go;
|
|
@@ -718,22 +716,22 @@ ae.prototype.set = bo;
|
|
|
718
716
|
var _o = 200;
|
|
719
717
|
function wo(e, t) {
|
|
720
718
|
var a = this.__data__;
|
|
721
|
-
if (a instanceof
|
|
722
|
-
var
|
|
723
|
-
if (!pt ||
|
|
724
|
-
return
|
|
725
|
-
a = this.__data__ = new ae(
|
|
719
|
+
if (a instanceof I) {
|
|
720
|
+
var r = a.__data__;
|
|
721
|
+
if (!pt || r.length < _o - 1)
|
|
722
|
+
return r.push([e, t]), this.size = ++a.size, this;
|
|
723
|
+
a = this.__data__ = new ae(r);
|
|
726
724
|
}
|
|
727
725
|
return a.set(e, t), this.size = a.size, this;
|
|
728
726
|
}
|
|
729
727
|
function oe(e) {
|
|
730
|
-
var t = this.__data__ = new
|
|
728
|
+
var t = this.__data__ = new I(e);
|
|
731
729
|
this.size = t.size;
|
|
732
730
|
}
|
|
733
731
|
oe.prototype.clear = Sa;
|
|
734
732
|
oe.prototype.delete = Oa;
|
|
735
733
|
oe.prototype.get = Ta;
|
|
736
|
-
oe.prototype.has =
|
|
734
|
+
oe.prototype.has = $a;
|
|
737
735
|
oe.prototype.set = wo;
|
|
738
736
|
var fe = function() {
|
|
739
737
|
try {
|
|
@@ -753,17 +751,17 @@ function Ne(e, t, a) {
|
|
|
753
751
|
function _e(e, t, a) {
|
|
754
752
|
(a !== void 0 && !ge(e[t], a) || a === void 0 && !(t in e)) && Ne(e, t, a);
|
|
755
753
|
}
|
|
756
|
-
function
|
|
757
|
-
return function(t, a,
|
|
758
|
-
for (var u = -1, l = Object(t),
|
|
759
|
-
var s =
|
|
754
|
+
function xo(e) {
|
|
755
|
+
return function(t, a, r) {
|
|
756
|
+
for (var u = -1, l = Object(t), n = r(t), o = n.length; o--; ) {
|
|
757
|
+
var s = n[++u];
|
|
760
758
|
if (a(l[s], s, l) === !1)
|
|
761
759
|
break;
|
|
762
760
|
}
|
|
763
761
|
return t;
|
|
764
762
|
};
|
|
765
763
|
}
|
|
766
|
-
var
|
|
764
|
+
var Mo = xo(), ht = typeof exports == "object" && exports && !exports.nodeType && exports, Ie = ht && typeof module == "object" && module && !module.nodeType && module, Co = Ie && Ie.exports === ht, Je = Co ? te.Buffer : void 0;
|
|
767
765
|
Je && Je.allocUnsafe;
|
|
768
766
|
function Ao(e, t) {
|
|
769
767
|
return e.slice();
|
|
@@ -778,12 +776,12 @@ function Oo(e, t) {
|
|
|
778
776
|
return new e.constructor(a, e.byteOffset, e.length);
|
|
779
777
|
}
|
|
780
778
|
function To(e, t) {
|
|
781
|
-
var a = -1,
|
|
782
|
-
for (t || (t = Array(
|
|
779
|
+
var a = -1, r = e.length;
|
|
780
|
+
for (t || (t = Array(r)); ++a < r; )
|
|
783
781
|
t[a] = e[a];
|
|
784
782
|
return t;
|
|
785
783
|
}
|
|
786
|
-
var We = Object.create,
|
|
784
|
+
var We = Object.create, $o = /* @__PURE__ */ function() {
|
|
787
785
|
function e() {
|
|
788
786
|
}
|
|
789
787
|
return function(t) {
|
|
@@ -796,18 +794,18 @@ var We = Object.create, jo = /* @__PURE__ */ function() {
|
|
|
796
794
|
return e.prototype = void 0, a;
|
|
797
795
|
};
|
|
798
796
|
}();
|
|
799
|
-
function
|
|
797
|
+
function jo(e, t) {
|
|
800
798
|
return function(a) {
|
|
801
799
|
return e(t(a));
|
|
802
800
|
};
|
|
803
801
|
}
|
|
804
|
-
var yt =
|
|
802
|
+
var yt = jo(Object.getPrototypeOf, Object), Lo = Object.prototype;
|
|
805
803
|
function mt(e) {
|
|
806
|
-
var t = e && e.constructor, a = typeof t == "function" && t.prototype ||
|
|
804
|
+
var t = e && e.constructor, a = typeof t == "function" && t.prototype || Lo;
|
|
807
805
|
return e === a;
|
|
808
806
|
}
|
|
809
807
|
function Eo(e) {
|
|
810
|
-
return typeof e.constructor == "function" && !mt(e) ?
|
|
808
|
+
return typeof e.constructor == "function" && !mt(e) ? $o(yt(e)) : {};
|
|
811
809
|
}
|
|
812
810
|
function re(e) {
|
|
813
811
|
return e != null && typeof e == "object";
|
|
@@ -824,30 +822,30 @@ var bt = Object.prototype, ko = bt.hasOwnProperty, Ro = bt.propertyIsEnumerable,
|
|
|
824
822
|
function _t(e) {
|
|
825
823
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Go;
|
|
826
824
|
}
|
|
827
|
-
function
|
|
825
|
+
function Ue(e) {
|
|
828
826
|
return e != null && _t(e.length) && !De(e);
|
|
829
827
|
}
|
|
830
828
|
function Bo(e) {
|
|
831
|
-
return re(e) &&
|
|
829
|
+
return re(e) && Ue(e);
|
|
832
830
|
}
|
|
833
831
|
function Do() {
|
|
834
832
|
return !1;
|
|
835
833
|
}
|
|
836
|
-
var wt = typeof exports == "object" && exports && !exports.nodeType && exports, Ye = wt && typeof module == "object" && module && !module.nodeType && module, zo = Ye && Ye.exports === wt, Xe = zo ? te.Buffer : void 0, No = Xe ? Xe.isBuffer : void 0,
|
|
837
|
-
function
|
|
838
|
-
if (!re(e) || se(e) !=
|
|
834
|
+
var wt = typeof exports == "object" && exports && !exports.nodeType && exports, Ye = wt && typeof module == "object" && module && !module.nodeType && module, zo = Ye && Ye.exports === wt, Xe = zo ? te.Buffer : void 0, No = Xe ? Xe.isBuffer : void 0, xt = No || Do, Uo = "[object Object]", Vo = Function.prototype, Ko = Object.prototype, Mt = Vo.toString, Fo = Ko.hasOwnProperty, Ho = Mt.call(Object);
|
|
835
|
+
function Io(e) {
|
|
836
|
+
if (!re(e) || se(e) != Uo)
|
|
839
837
|
return !1;
|
|
840
838
|
var t = yt(e);
|
|
841
839
|
if (t === null)
|
|
842
840
|
return !0;
|
|
843
|
-
var a =
|
|
844
|
-
return typeof a == "function" && a instanceof a &&
|
|
841
|
+
var a = Fo.call(t, "constructor") && t.constructor;
|
|
842
|
+
return typeof a == "function" && a instanceof a && Mt.call(a) == Ho;
|
|
845
843
|
}
|
|
846
|
-
var Jo = "[object Arguments]", Zo = "[object Array]", Wo = "[object Boolean]", qo = "[object Date]", Yo = "[object Error]", Xo = "[object Function]", Qo = "[object Map]", er = "[object Number]", tr = "[object Object]", ar = "[object RegExp]", or = "[object Set]", rr = "[object String]", nr = "[object WeakMap]", lr = "[object ArrayBuffer]", ur = "[object DataView]", ir = "[object Float32Array]", cr = "[object Float64Array]", sr = "[object Int8Array]", dr = "[object Int16Array]", fr = "[object Int32Array]", vr = "[object Uint8Array]", gr = "[object Uint8ClampedArray]", pr = "[object Uint16Array]", hr = "[object Uint32Array]",
|
|
847
|
-
|
|
848
|
-
|
|
844
|
+
var Jo = "[object Arguments]", Zo = "[object Array]", Wo = "[object Boolean]", qo = "[object Date]", Yo = "[object Error]", Xo = "[object Function]", Qo = "[object Map]", er = "[object Number]", tr = "[object Object]", ar = "[object RegExp]", or = "[object Set]", rr = "[object String]", nr = "[object WeakMap]", lr = "[object ArrayBuffer]", ur = "[object DataView]", ir = "[object Float32Array]", cr = "[object Float64Array]", sr = "[object Int8Array]", dr = "[object Int16Array]", fr = "[object Int32Array]", vr = "[object Uint8Array]", gr = "[object Uint8ClampedArray]", pr = "[object Uint16Array]", hr = "[object Uint32Array]", E = {};
|
|
845
|
+
E[ir] = E[cr] = E[sr] = E[dr] = E[fr] = E[vr] = E[gr] = E[pr] = E[hr] = !0;
|
|
846
|
+
E[Jo] = E[Zo] = E[lr] = E[Wo] = E[ur] = E[qo] = E[Yo] = E[Xo] = E[Qo] = E[er] = E[tr] = E[ar] = E[or] = E[rr] = E[nr] = !1;
|
|
849
847
|
function yr(e) {
|
|
850
|
-
return re(e) && _t(e.length) && !!
|
|
848
|
+
return re(e) && _t(e.length) && !!E[se(e)];
|
|
851
849
|
}
|
|
852
850
|
function mr(e) {
|
|
853
851
|
return function(t) {
|
|
@@ -861,28 +859,28 @@ var Ct = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
|
861
859
|
} catch {
|
|
862
860
|
}
|
|
863
861
|
}(), et = Qe && Qe.isTypedArray, At = et ? mr(et) : yr;
|
|
864
|
-
function
|
|
862
|
+
function xe(e, t) {
|
|
865
863
|
if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__")
|
|
866
864
|
return e[t];
|
|
867
865
|
}
|
|
868
866
|
var _r = Object.prototype, wr = _r.hasOwnProperty;
|
|
869
|
-
function
|
|
870
|
-
var
|
|
871
|
-
(!(wr.call(e, t) && ge(
|
|
867
|
+
function xr(e, t, a) {
|
|
868
|
+
var r = e[t];
|
|
869
|
+
(!(wr.call(e, t) && ge(r, a)) || a === void 0 && !(t in e)) && Ne(e, t, a);
|
|
872
870
|
}
|
|
873
|
-
function
|
|
871
|
+
function Mr(e, t, a, r) {
|
|
874
872
|
var u = !a;
|
|
875
873
|
a || (a = {});
|
|
876
|
-
for (var l = -1,
|
|
874
|
+
for (var l = -1, n = t.length; ++l < n; ) {
|
|
877
875
|
var o = t[l], s = void 0;
|
|
878
|
-
s === void 0 && (s = e[o]), u ? Ne(a, o, s) :
|
|
876
|
+
s === void 0 && (s = e[o]), u ? Ne(a, o, s) : xr(a, o, s);
|
|
879
877
|
}
|
|
880
878
|
return a;
|
|
881
879
|
}
|
|
882
880
|
function Cr(e, t) {
|
|
883
|
-
for (var a = -1,
|
|
884
|
-
|
|
885
|
-
return
|
|
881
|
+
for (var a = -1, r = Array(e); ++a < e; )
|
|
882
|
+
r[a] = t(a);
|
|
883
|
+
return r;
|
|
886
884
|
}
|
|
887
885
|
var Ar = 9007199254740991, Sr = /^(?:0|[1-9]\d*)$/;
|
|
888
886
|
function St(e, t) {
|
|
@@ -890,9 +888,9 @@ function St(e, t) {
|
|
|
890
888
|
return t = t ?? Ar, !!t && (a == "number" || a != "symbol" && Sr.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
891
889
|
}
|
|
892
890
|
function Or(e, t) {
|
|
893
|
-
var a = ve(e),
|
|
891
|
+
var a = ve(e), r = !a && we(e), u = !a && !r && xt(e), l = !a && !r && !u && At(e), n = a || r || u || l, o = n ? Cr(e.length, String) : [], s = o.length;
|
|
894
892
|
for (var v in e)
|
|
895
|
-
|
|
893
|
+
n && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
896
894
|
(v == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
897
895
|
u && (v == "offset" || v == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
898
896
|
l && (v == "buffer" || v == "byteLength" || v == "byteOffset") || // Skip index properties.
|
|
@@ -906,45 +904,45 @@ function Tr(e) {
|
|
|
906
904
|
t.push(a);
|
|
907
905
|
return t;
|
|
908
906
|
}
|
|
909
|
-
var
|
|
910
|
-
function
|
|
907
|
+
var $r = Object.prototype, jr = $r.hasOwnProperty;
|
|
908
|
+
function Lr(e) {
|
|
911
909
|
if (!Y(e))
|
|
912
910
|
return Tr(e);
|
|
913
911
|
var t = mt(e), a = [];
|
|
914
|
-
for (var
|
|
915
|
-
|
|
912
|
+
for (var r in e)
|
|
913
|
+
r == "constructor" && (t || !jr.call(e, r)) || a.push(r);
|
|
916
914
|
return a;
|
|
917
915
|
}
|
|
918
916
|
function Ot(e) {
|
|
919
|
-
return
|
|
917
|
+
return Ue(e) ? Or(e) : Lr(e);
|
|
920
918
|
}
|
|
921
919
|
function Er(e) {
|
|
922
|
-
return
|
|
920
|
+
return Mr(e, Ot(e));
|
|
923
921
|
}
|
|
924
|
-
function Pr(e, t, a,
|
|
925
|
-
var o =
|
|
922
|
+
function Pr(e, t, a, r, u, l, n) {
|
|
923
|
+
var o = xe(e, a), s = xe(t, a), v = n.get(s);
|
|
926
924
|
if (v) {
|
|
927
925
|
_e(e, a, v);
|
|
928
926
|
return;
|
|
929
927
|
}
|
|
930
|
-
var b = l ? l(o, s, a + "", e, t,
|
|
928
|
+
var b = l ? l(o, s, a + "", e, t, n) : void 0, C = b === void 0;
|
|
931
929
|
if (C) {
|
|
932
|
-
var
|
|
933
|
-
b = s,
|
|
930
|
+
var x = ve(s), k = !x && xt(s), L = !x && !k && At(s);
|
|
931
|
+
b = s, x || k || L ? ve(o) ? b = o : Bo(o) ? b = To(o) : k ? (C = !1, b = Ao(s)) : L ? (C = !1, b = Oo(s)) : b = [] : Io(s) || we(s) ? (b = o, we(o) ? b = Er(o) : (!Y(o) || De(o)) && (b = Eo(s))) : C = !1;
|
|
934
932
|
}
|
|
935
|
-
C && (
|
|
933
|
+
C && (n.set(s, b), u(b, s, r, l, n), n.delete(s)), _e(e, a, b);
|
|
936
934
|
}
|
|
937
|
-
function Tt(e, t, a,
|
|
938
|
-
e !== t &&
|
|
935
|
+
function Tt(e, t, a, r, u) {
|
|
936
|
+
e !== t && Mo(t, function(l, n) {
|
|
939
937
|
if (u || (u = new oe()), Y(l))
|
|
940
|
-
Pr(e, t,
|
|
938
|
+
Pr(e, t, n, a, Tt, r, u);
|
|
941
939
|
else {
|
|
942
|
-
var o =
|
|
943
|
-
o === void 0 && (o = l), _e(e,
|
|
940
|
+
var o = r ? r(xe(e, n), l, n + "", e, t, u) : void 0;
|
|
941
|
+
o === void 0 && (o = l), _e(e, n, o);
|
|
944
942
|
}
|
|
945
943
|
}, Ot);
|
|
946
944
|
}
|
|
947
|
-
function
|
|
945
|
+
function $t(e) {
|
|
948
946
|
return e;
|
|
949
947
|
}
|
|
950
948
|
function kr(e, t, a) {
|
|
@@ -963,12 +961,12 @@ function kr(e, t, a) {
|
|
|
963
961
|
var tt = Math.max;
|
|
964
962
|
function Rr(e, t, a) {
|
|
965
963
|
return t = tt(t === void 0 ? e.length - 1 : t, 0), function() {
|
|
966
|
-
for (var
|
|
967
|
-
|
|
964
|
+
for (var r = arguments, u = -1, l = tt(r.length - t, 0), n = Array(l); ++u < l; )
|
|
965
|
+
n[u] = r[t + u];
|
|
968
966
|
u = -1;
|
|
969
967
|
for (var o = Array(t + 1); ++u < t; )
|
|
970
|
-
o[u] =
|
|
971
|
-
return o[t] = a(
|
|
968
|
+
o[u] = r[u];
|
|
969
|
+
return o[t] = a(n), kr(e, this, o);
|
|
972
970
|
};
|
|
973
971
|
}
|
|
974
972
|
function Gr(e) {
|
|
@@ -983,12 +981,12 @@ var Br = fe ? function(e, t) {
|
|
|
983
981
|
value: Gr(t),
|
|
984
982
|
writable: !0
|
|
985
983
|
});
|
|
986
|
-
} :
|
|
987
|
-
function
|
|
984
|
+
} : $t, Dr = 800, zr = 16, Nr = Date.now;
|
|
985
|
+
function Ur(e) {
|
|
988
986
|
var t = 0, a = 0;
|
|
989
987
|
return function() {
|
|
990
|
-
var
|
|
991
|
-
if (a =
|
|
988
|
+
var r = Nr(), u = zr - (r - a);
|
|
989
|
+
if (a = r, u > 0) {
|
|
992
990
|
if (++t >= Dr)
|
|
993
991
|
return arguments[0];
|
|
994
992
|
} else
|
|
@@ -996,63 +994,63 @@ function Vr(e) {
|
|
|
996
994
|
return e.apply(void 0, arguments);
|
|
997
995
|
};
|
|
998
996
|
}
|
|
999
|
-
var
|
|
1000
|
-
function
|
|
1001
|
-
return
|
|
997
|
+
var Vr = Ur(Br);
|
|
998
|
+
function Kr(e, t) {
|
|
999
|
+
return Vr(Rr(e, t, $t), e + "");
|
|
1002
1000
|
}
|
|
1003
|
-
function
|
|
1001
|
+
function Fr(e, t, a) {
|
|
1004
1002
|
if (!Y(a))
|
|
1005
1003
|
return !1;
|
|
1006
|
-
var
|
|
1007
|
-
return (
|
|
1008
|
-
}
|
|
1009
|
-
function
|
|
1010
|
-
return
|
|
1011
|
-
var
|
|
1012
|
-
for (l = e.length > 3 && typeof l == "function" ? (u--, l) : void 0,
|
|
1013
|
-
var o = a[
|
|
1014
|
-
o && e(t, o,
|
|
1004
|
+
var r = typeof t;
|
|
1005
|
+
return (r == "number" ? Ue(a) && St(t, a.length) : r == "string" && t in a) ? ge(a[t], e) : !1;
|
|
1006
|
+
}
|
|
1007
|
+
function Hr(e) {
|
|
1008
|
+
return Kr(function(t, a) {
|
|
1009
|
+
var r = -1, u = a.length, l = u > 1 ? a[u - 1] : void 0, n = u > 2 ? a[2] : void 0;
|
|
1010
|
+
for (l = e.length > 3 && typeof l == "function" ? (u--, l) : void 0, n && Fr(a[0], a[1], n) && (l = u < 3 ? void 0 : l, u = 1), t = Object(t); ++r < u; ) {
|
|
1011
|
+
var o = a[r];
|
|
1012
|
+
o && e(t, o, r, l);
|
|
1015
1013
|
}
|
|
1016
1014
|
return t;
|
|
1017
1015
|
});
|
|
1018
1016
|
}
|
|
1019
|
-
var
|
|
1020
|
-
Tt(e, t, a,
|
|
1017
|
+
var Ir = Hr(function(e, t, a, r) {
|
|
1018
|
+
Tt(e, t, a, r);
|
|
1021
1019
|
}), Jr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1022
1020
|
function Zr(e) {
|
|
1023
1021
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1024
1022
|
}
|
|
1025
|
-
var
|
|
1023
|
+
var jt = { exports: {} };
|
|
1026
1024
|
(function(e) {
|
|
1027
1025
|
(function(t, a) {
|
|
1028
1026
|
e.exports ? e.exports = a() : t.coordtransform = a();
|
|
1029
1027
|
})(Jr, function() {
|
|
1030
|
-
var t = 52.35987755982988, a = 3.141592653589793,
|
|
1031
|
-
var c = +c, i = +i, h = c - 65e-4, A = i - 6e-3,
|
|
1032
|
-
return [
|
|
1033
|
-
},
|
|
1034
|
-
var c = +c, i = +i, h = Math.sqrt(i * i + c * c) + 2e-5 * Math.sin(c * t), A = Math.atan2(c, i) + 3e-6 * Math.cos(i * t),
|
|
1035
|
-
return [
|
|
1028
|
+
var t = 52.35987755982988, a = 3.141592653589793, r = 6378245, u = 0.006693421622965943, l = function(c, i) {
|
|
1029
|
+
var c = +c, i = +i, h = c - 65e-4, A = i - 6e-3, R = Math.sqrt(h * h + A * A) - 2e-5 * Math.sin(A * t), _ = Math.atan2(A, h) - 3e-6 * Math.cos(h * t), $ = R * Math.cos(_), G = R * Math.sin(_);
|
|
1030
|
+
return [$, G];
|
|
1031
|
+
}, n = function(i, c) {
|
|
1032
|
+
var c = +c, i = +i, h = Math.sqrt(i * i + c * c) + 2e-5 * Math.sin(c * t), A = Math.atan2(c, i) + 3e-6 * Math.cos(i * t), R = h * Math.cos(A) + 65e-4, _ = h * Math.sin(A) + 6e-3;
|
|
1033
|
+
return [R, _];
|
|
1036
1034
|
}, o = function(i, c) {
|
|
1037
1035
|
var c = +c, i = +i;
|
|
1038
1036
|
if (C(i, c))
|
|
1039
1037
|
return [i, c];
|
|
1040
|
-
var h = v(i - 105, c - 35), A = b(i - 105, c - 35),
|
|
1038
|
+
var h = v(i - 105, c - 35), A = b(i - 105, c - 35), R = c / 180 * a, _ = Math.sin(R);
|
|
1041
1039
|
_ = 1 - u * _ * _;
|
|
1042
|
-
var
|
|
1043
|
-
h = h * 180 / (
|
|
1044
|
-
var
|
|
1045
|
-
return [
|
|
1040
|
+
var $ = Math.sqrt(_);
|
|
1041
|
+
h = h * 180 / (r * (1 - u) / (_ * $) * a), A = A * 180 / (r / $ * Math.cos(R) * a);
|
|
1042
|
+
var G = c + h, U = i + A;
|
|
1043
|
+
return [U, G];
|
|
1046
1044
|
}, s = function(i, c) {
|
|
1047
1045
|
var c = +c, i = +i;
|
|
1048
1046
|
if (C(i, c))
|
|
1049
1047
|
return [i, c];
|
|
1050
|
-
var h = v(i - 105, c - 35), A = b(i - 105, c - 35),
|
|
1048
|
+
var h = v(i - 105, c - 35), A = b(i - 105, c - 35), R = c / 180 * a, _ = Math.sin(R);
|
|
1051
1049
|
_ = 1 - u * _ * _;
|
|
1052
|
-
var
|
|
1053
|
-
h = h * 180 / (
|
|
1054
|
-
var
|
|
1055
|
-
return [i * 2 -
|
|
1050
|
+
var $ = Math.sqrt(_);
|
|
1051
|
+
h = h * 180 / (r * (1 - u) / (_ * $) * a), A = A * 180 / (r / $ * Math.cos(R) * a);
|
|
1052
|
+
var G = c + h, U = i + A;
|
|
1053
|
+
return [i * 2 - U, c * 2 - G];
|
|
1056
1054
|
}, v = function(i, c) {
|
|
1057
1055
|
var c = +c, i = +i, h = -100 + 2 * i + 3 * c + 0.2 * c * c + 0.1 * i * c + 0.2 * Math.sqrt(Math.abs(i));
|
|
1058
1056
|
return h += (20 * Math.sin(6 * i * a) + 20 * Math.sin(2 * i * a)) * 2 / 3, h += (20 * Math.sin(c * a) + 40 * Math.sin(c / 3 * a)) * 2 / 3, h += (160 * Math.sin(c / 12 * a) + 320 * Math.sin(c * a / 30)) * 2 / 3, h;
|
|
@@ -1065,35 +1063,35 @@ var Lt = { exports: {} };
|
|
|
1065
1063
|
};
|
|
1066
1064
|
return {
|
|
1067
1065
|
bd09togcj02: l,
|
|
1068
|
-
gcj02tobd09:
|
|
1066
|
+
gcj02tobd09: n,
|
|
1069
1067
|
wgs84togcj02: o,
|
|
1070
1068
|
gcj02towgs84: s
|
|
1071
1069
|
};
|
|
1072
1070
|
});
|
|
1073
|
-
})(
|
|
1074
|
-
var Wr =
|
|
1075
|
-
const
|
|
1076
|
-
const l = (
|
|
1071
|
+
})(jt);
|
|
1072
|
+
var Wr = jt.exports;
|
|
1073
|
+
const Lt = /* @__PURE__ */ Zr(Wr), qr = (e, t, { type: a, MapGL: r, map: u }) => {
|
|
1074
|
+
const l = (n, o) => {
|
|
1077
1075
|
const s = document.createElement("div");
|
|
1078
1076
|
s.style.cursor = "pointer";
|
|
1079
|
-
const v = Qt(
|
|
1077
|
+
const v = Qt(n, o);
|
|
1080
1078
|
return ea(v, s), s;
|
|
1081
1079
|
};
|
|
1082
|
-
e.addCustomComponent = (
|
|
1083
|
-
!Array.isArray(
|
|
1084
|
-
const { component: s, componentProps: v, lng: b, lat: C, markerOptions:
|
|
1080
|
+
e.addCustomComponent = (n) => {
|
|
1081
|
+
!Array.isArray(n) || (n == null ? void 0 : n.length) === 0 || n.forEach((o) => {
|
|
1082
|
+
const { component: s, componentProps: v, lng: b, lat: C, markerOptions: x = {} } = o, k = typeof v == "function" ? v() : v, L = typeof s == "function" ? s() : s, c = () => l(L, k);
|
|
1085
1083
|
if (a.value === "baidu") {
|
|
1086
|
-
const i =
|
|
1084
|
+
const i = Lt.gcj02tobd09(b, C), h = new r.value.CustomOverlay(c, {
|
|
1087
1085
|
point: { lng: i[0], lat: i[1] },
|
|
1088
|
-
...
|
|
1086
|
+
...x
|
|
1089
1087
|
});
|
|
1090
1088
|
u.value.addOverlay(h), h.addEventListener("click", function(A) {
|
|
1091
1089
|
t("click-custom-component", o, A);
|
|
1092
1090
|
});
|
|
1093
1091
|
}
|
|
1094
1092
|
if (a.value === "gaode") {
|
|
1095
|
-
const i = l(
|
|
1096
|
-
u.value.add(h),
|
|
1093
|
+
const i = l(L, k), h = new r.value.Marker({ content: i, position: [b, C], ...x });
|
|
1094
|
+
u.value.add(h), r.value.event.addListener(h, "click", function(A) {
|
|
1097
1095
|
t("click-custom-component", o, A);
|
|
1098
1096
|
});
|
|
1099
1097
|
}
|
|
@@ -1102,14 +1100,14 @@ const $t = /* @__PURE__ */ Zr(Wr), qr = (e, t, { type: a, MapGL: n, map: u }) =>
|
|
|
1102
1100
|
}, Yr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1103
1101
|
__proto__: null,
|
|
1104
1102
|
default: qr
|
|
1105
|
-
}, Symbol.toStringTag, { value: "Module" })), Xr = (e, t, { type: a, MapGL:
|
|
1103
|
+
}, Symbol.toStringTag, { value: "Module" })), Xr = (e, t, { type: a, MapGL: r, map: u, innerPoint: l, innerInput: n, adCode: o, addressInfo: s }) => {
|
|
1106
1104
|
e.getMapInfo = () => {
|
|
1107
1105
|
if (a.value === "baidu") {
|
|
1108
|
-
const v =
|
|
1106
|
+
const v = Lt.bd09togcj02(l.value[0], l.value[1]);
|
|
1109
1107
|
return {
|
|
1110
1108
|
longitude: v[0],
|
|
1111
1109
|
latitude: v[1],
|
|
1112
|
-
address:
|
|
1110
|
+
address: n.value,
|
|
1113
1111
|
adCode: o.value,
|
|
1114
1112
|
addressInfo: s.value
|
|
1115
1113
|
};
|
|
@@ -1118,7 +1116,7 @@ const $t = /* @__PURE__ */ Zr(Wr), qr = (e, t, { type: a, MapGL: n, map: u }) =>
|
|
|
1118
1116
|
return {
|
|
1119
1117
|
longitude: l.value[0],
|
|
1120
1118
|
latitude: l.value[1],
|
|
1121
|
-
address:
|
|
1119
|
+
address: n.value,
|
|
1122
1120
|
adCode: o.value,
|
|
1123
1121
|
addressInfo: s.value
|
|
1124
1122
|
};
|
|
@@ -1126,7 +1124,7 @@ const $t = /* @__PURE__ */ Zr(Wr), qr = (e, t, { type: a, MapGL: n, map: u }) =>
|
|
|
1126
1124
|
return {
|
|
1127
1125
|
longitude: l.value[0],
|
|
1128
1126
|
latitude: l.value[1],
|
|
1129
|
-
address:
|
|
1127
|
+
address: n.value,
|
|
1130
1128
|
adCode: o.value,
|
|
1131
1129
|
addressInfo: s.value
|
|
1132
1130
|
};
|
|
@@ -1136,7 +1134,7 @@ const $t = /* @__PURE__ */ Zr(Wr), qr = (e, t, { type: a, MapGL: n, map: u }) =>
|
|
|
1136
1134
|
default: Xr
|
|
1137
1135
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1138
1136
|
function en(e, t) {
|
|
1139
|
-
for (var a = -1,
|
|
1137
|
+
for (var a = -1, r = e == null ? 0 : e.length, u = Array(r); ++a < r; )
|
|
1140
1138
|
u[a] = t(e[a], a, e);
|
|
1141
1139
|
return u;
|
|
1142
1140
|
}
|
|
@@ -1144,7 +1142,7 @@ var tn = "[object Symbol]";
|
|
|
1144
1142
|
function an(e) {
|
|
1145
1143
|
return typeof e == "symbol" || re(e) && se(e) == tn;
|
|
1146
1144
|
}
|
|
1147
|
-
var
|
|
1145
|
+
var at = ee ? ee.prototype : void 0, ot = at ? at.toString : void 0;
|
|
1148
1146
|
function Et(e) {
|
|
1149
1147
|
if (typeof e == "string")
|
|
1150
1148
|
return e;
|
|
@@ -1153,58 +1151,58 @@ function Et(e) {
|
|
|
1153
1151
|
if (an(e))
|
|
1154
1152
|
return ot ? ot.call(e) : "";
|
|
1155
1153
|
var t = e + "";
|
|
1156
|
-
return t == "0" && 1 / e == -
|
|
1154
|
+
return t == "0" && 1 / e == -1 / 0 ? "-0" : t;
|
|
1157
1155
|
}
|
|
1158
1156
|
function ye(e) {
|
|
1159
1157
|
return e == null ? "" : Et(e);
|
|
1160
1158
|
}
|
|
1161
|
-
function
|
|
1162
|
-
var
|
|
1159
|
+
function on(e, t, a) {
|
|
1160
|
+
var r = -1, u = e.length;
|
|
1163
1161
|
t < 0 && (t = -t > u ? 0 : u + t), a = a > u ? u : a, a < 0 && (a += u), u = t > a ? 0 : a - t >>> 0, t >>>= 0;
|
|
1164
|
-
for (var l = Array(u); ++
|
|
1165
|
-
l[
|
|
1162
|
+
for (var l = Array(u); ++r < u; )
|
|
1163
|
+
l[r] = e[r + t];
|
|
1166
1164
|
return l;
|
|
1167
1165
|
}
|
|
1168
|
-
function
|
|
1169
|
-
var
|
|
1170
|
-
return a = a === void 0 ?
|
|
1166
|
+
function rn(e, t, a) {
|
|
1167
|
+
var r = e.length;
|
|
1168
|
+
return a = a === void 0 ? r : a, on(e, t, a);
|
|
1171
1169
|
}
|
|
1172
|
-
var
|
|
1170
|
+
var nn = "\\ud800-\\udfff", ln = "\\u0300-\\u036f", un = "\\ufe20-\\ufe2f", cn = "\\u20d0-\\u20ff", sn = ln + un + cn, dn = "\\ufe0e\\ufe0f", fn = "\\u200d", vn = RegExp("[" + fn + nn + sn + dn + "]");
|
|
1173
1171
|
function Pt(e) {
|
|
1174
|
-
return
|
|
1172
|
+
return vn.test(e);
|
|
1175
1173
|
}
|
|
1176
|
-
function
|
|
1174
|
+
function gn(e) {
|
|
1177
1175
|
return e.split("");
|
|
1178
1176
|
}
|
|
1179
|
-
var kt = "\\ud800-\\udfff",
|
|
1180
|
-
function
|
|
1181
|
-
return e.match(
|
|
1177
|
+
var kt = "\\ud800-\\udfff", pn = "\\u0300-\\u036f", hn = "\\ufe20-\\ufe2f", yn = "\\u20d0-\\u20ff", mn = pn + hn + yn, bn = "\\ufe0e\\ufe0f", _n = "[" + kt + "]", Me = "[" + mn + "]", Ce = "\\ud83c[\\udffb-\\udfff]", wn = "(?:" + Me + "|" + Ce + ")", Rt = "[^" + kt + "]", Gt = "(?:\\ud83c[\\udde6-\\uddff]){2}", Bt = "[\\ud800-\\udbff][\\udc00-\\udfff]", xn = "\\u200d", Dt = wn + "?", zt = "[" + bn + "]?", Mn = "(?:" + xn + "(?:" + [Rt, Gt, Bt].join("|") + ")" + zt + Dt + ")*", Cn = zt + Dt + Mn, An = "(?:" + [Rt + Me + "?", Me, Gt, Bt, _n].join("|") + ")", Sn = RegExp(Ce + "(?=" + Ce + ")|" + An + Cn, "g");
|
|
1178
|
+
function On(e) {
|
|
1179
|
+
return e.match(Sn) || [];
|
|
1182
1180
|
}
|
|
1183
|
-
function
|
|
1184
|
-
return Pt(e) ?
|
|
1181
|
+
function Tn(e) {
|
|
1182
|
+
return Pt(e) ? On(e) : gn(e);
|
|
1185
1183
|
}
|
|
1186
|
-
function
|
|
1184
|
+
function $n(e) {
|
|
1187
1185
|
return function(t) {
|
|
1188
1186
|
t = ye(t);
|
|
1189
|
-
var a = Pt(t) ?
|
|
1190
|
-
return
|
|
1187
|
+
var a = Pt(t) ? Tn(t) : void 0, r = a ? a[0] : t.charAt(0), u = a ? rn(a, 1).join("") : t.slice(1);
|
|
1188
|
+
return r[e]() + u;
|
|
1191
1189
|
};
|
|
1192
1190
|
}
|
|
1193
|
-
var
|
|
1194
|
-
function
|
|
1195
|
-
return
|
|
1191
|
+
var jn = $n("toUpperCase");
|
|
1192
|
+
function Ln(e) {
|
|
1193
|
+
return jn(ye(e).toLowerCase());
|
|
1196
1194
|
}
|
|
1197
|
-
function
|
|
1195
|
+
function En(e, t, a, r) {
|
|
1198
1196
|
for (var u = -1, l = e == null ? 0 : e.length; ++u < l; )
|
|
1199
1197
|
a = t(a, e[u], u, e);
|
|
1200
1198
|
return a;
|
|
1201
1199
|
}
|
|
1202
|
-
function
|
|
1200
|
+
function Pn(e) {
|
|
1203
1201
|
return function(t) {
|
|
1204
1202
|
return e == null ? void 0 : e[t];
|
|
1205
1203
|
};
|
|
1206
1204
|
}
|
|
1207
|
-
var
|
|
1205
|
+
var kn = {
|
|
1208
1206
|
// Latin-1 Supplement block.
|
|
1209
1207
|
À: "A",
|
|
1210
1208
|
Á: "A",
|
|
@@ -1397,74 +1395,74 @@ var Rn = {
|
|
|
1397
1395
|
œ: "oe",
|
|
1398
1396
|
ʼn: "'n",
|
|
1399
1397
|
ſ: "s"
|
|
1400
|
-
},
|
|
1398
|
+
}, Rn = Pn(kn), Gn = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Bn = "\\u0300-\\u036f", Dn = "\\ufe20-\\ufe2f", zn = "\\u20d0-\\u20ff", Nn = Bn + Dn + zn, Un = "[" + Nn + "]", Vn = RegExp(Un, "g");
|
|
1401
1399
|
function Kn(e) {
|
|
1402
|
-
return e = ye(e), e && e.replace(
|
|
1400
|
+
return e = ye(e), e && e.replace(Gn, Rn).replace(Vn, "");
|
|
1403
1401
|
}
|
|
1404
|
-
var
|
|
1402
|
+
var Fn = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
|
1405
1403
|
function Hn(e) {
|
|
1406
|
-
return e.match(
|
|
1404
|
+
return e.match(Fn) || [];
|
|
1407
1405
|
}
|
|
1408
|
-
var
|
|
1409
|
-
function
|
|
1410
|
-
return
|
|
1406
|
+
var In = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
|
|
1407
|
+
function Jn(e) {
|
|
1408
|
+
return In.test(e);
|
|
1411
1409
|
}
|
|
1412
|
-
var Nt = "\\ud800-\\udfff",
|
|
1410
|
+
var Nt = "\\ud800-\\udfff", Zn = "\\u0300-\\u036f", Wn = "\\ufe20-\\ufe2f", qn = "\\u20d0-\\u20ff", Yn = Zn + Wn + qn, Ut = "\\u2700-\\u27bf", Vt = "a-z\\xdf-\\xf6\\xf8-\\xff", Xn = "\\xac\\xb1\\xd7\\xf7", Qn = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", el = "\\u2000-\\u206f", tl = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Kt = "A-Z\\xc0-\\xd6\\xd8-\\xde", al = "\\ufe0e\\ufe0f", Ft = Xn + Qn + el + tl, Ht = "['’]", rt = "[" + Ft + "]", ol = "[" + Yn + "]", It = "\\d+", rl = "[" + Ut + "]", Jt = "[" + Vt + "]", Zt = "[^" + Nt + Ft + It + Ut + Vt + Kt + "]", nl = "\\ud83c[\\udffb-\\udfff]", ll = "(?:" + ol + "|" + nl + ")", ul = "[^" + Nt + "]", Wt = "(?:\\ud83c[\\udde6-\\uddff]){2}", qt = "[\\ud800-\\udbff][\\udc00-\\udfff]", X = "[" + Kt + "]", il = "\\u200d", nt = "(?:" + Jt + "|" + Zt + ")", cl = "(?:" + X + "|" + Zt + ")", lt = "(?:" + Ht + "(?:d|ll|m|re|s|t|ve))?", ut = "(?:" + Ht + "(?:D|LL|M|RE|S|T|VE))?", Yt = ll + "?", Xt = "[" + al + "]?", sl = "(?:" + il + "(?:" + [ul, Wt, qt].join("|") + ")" + Xt + Yt + ")*", dl = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", fl = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", vl = Xt + Yt + sl, gl = "(?:" + [rl, Wt, qt].join("|") + ")" + vl, pl = RegExp([
|
|
1413
1411
|
X + "?" + Jt + "+" + lt + "(?=" + [rt, X, "$"].join("|") + ")",
|
|
1414
|
-
|
|
1412
|
+
cl + "+" + ut + "(?=" + [rt, X + nt, "$"].join("|") + ")",
|
|
1415
1413
|
X + "?" + nt + "+" + lt,
|
|
1416
1414
|
X + "+" + ut,
|
|
1417
|
-
vl,
|
|
1418
1415
|
fl,
|
|
1419
|
-
|
|
1420
|
-
|
|
1416
|
+
dl,
|
|
1417
|
+
It,
|
|
1418
|
+
gl
|
|
1421
1419
|
].join("|"), "g");
|
|
1422
|
-
function
|
|
1423
|
-
return e.match(
|
|
1420
|
+
function hl(e) {
|
|
1421
|
+
return e.match(pl) || [];
|
|
1424
1422
|
}
|
|
1425
|
-
function
|
|
1426
|
-
return e = ye(e), t = t, t === void 0 ?
|
|
1423
|
+
function yl(e, t, a) {
|
|
1424
|
+
return e = ye(e), t = t, t === void 0 ? Jn(e) ? hl(e) : Hn(e) : e.match(t) || [];
|
|
1427
1425
|
}
|
|
1428
|
-
var
|
|
1429
|
-
function
|
|
1426
|
+
var ml = "['’]", bl = RegExp(ml, "g");
|
|
1427
|
+
function _l(e) {
|
|
1430
1428
|
return function(t) {
|
|
1431
|
-
return
|
|
1429
|
+
return En(yl(Kn(t).replace(bl, "")), e, "");
|
|
1432
1430
|
};
|
|
1433
1431
|
}
|
|
1434
|
-
var
|
|
1435
|
-
return t = t.toLowerCase(), e + (a ?
|
|
1432
|
+
var wl = _l(function(e, t, a) {
|
|
1433
|
+
return t = t.toLowerCase(), e + (a ? Ln(t) : t);
|
|
1436
1434
|
});
|
|
1437
1435
|
const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./get-map-info/index.ts": Qr }), xl = Object.keys(it).reduce((e, t) => {
|
|
1438
|
-
const a =
|
|
1436
|
+
const a = wl(t.replace("./", "").split("/")[0]);
|
|
1439
1437
|
return e[a] = it[t].default, e;
|
|
1440
|
-
}, {}),
|
|
1441
|
-
const
|
|
1442
|
-
return { mapElement:
|
|
1443
|
-
const
|
|
1438
|
+
}, {}), Ml = (e, t, a) => {
|
|
1439
|
+
const r = S({});
|
|
1440
|
+
return { mapElement: r, addPlugins: () => {
|
|
1441
|
+
const n = Ir({}, (e == null ? void 0 : e.options) || {}, (o, s) => {
|
|
1444
1442
|
if (Array.isArray(o)) return o.concat(s);
|
|
1445
1443
|
});
|
|
1446
|
-
Object.values(xl).forEach((o) => o(
|
|
1444
|
+
Object.values(xl).forEach((o) => o(r.value, t, a, n.plugins || {}));
|
|
1447
1445
|
} };
|
|
1448
|
-
},
|
|
1449
|
-
const C = S(),
|
|
1450
|
-
let
|
|
1446
|
+
}, Cl = ({ MapGL: e, map: t, marker: a, mapLoading: r, $autocomplete: u, searchResultList: l, innerInput: n, innerPoint: o, adCode: s, addressInfo: v }, b) => {
|
|
1447
|
+
const C = S(), x = S(), k = S();
|
|
1448
|
+
let L = null;
|
|
1451
1449
|
const c = S(!1), i = S();
|
|
1452
1450
|
let h;
|
|
1453
|
-
const A = async (d, f, y,
|
|
1454
|
-
i.value = y,
|
|
1455
|
-
const m = document.createElement("script")
|
|
1456
|
-
m.
|
|
1457
|
-
|
|
1451
|
+
const A = async (d, f, y, M) => {
|
|
1452
|
+
if (i.value = y, M && (h = M), document.getElementById(d)) return R();
|
|
1453
|
+
const m = document.createElement("script"), O = `mapLoad${(/* @__PURE__ */ new Date()).getTime()}`, N = `https://maps.googleapis.com/maps/api/js?key=${d}&loading=async&callback=${O}`;
|
|
1454
|
+
m.setAttribute("id", d), m.setAttribute("src", N), document.body.appendChild(m), window[O] = () => {
|
|
1455
|
+
R();
|
|
1458
1456
|
};
|
|
1459
|
-
},
|
|
1460
|
-
var N,
|
|
1457
|
+
}, R = async () => {
|
|
1458
|
+
var N, B;
|
|
1461
1459
|
const { Map: d } = await google.maps.importLibrary("maps");
|
|
1462
1460
|
e.value = d;
|
|
1463
|
-
const { Place: f, AutocompleteSessionToken: y, AutocompleteSuggestion:
|
|
1464
|
-
|
|
1461
|
+
const { Place: f, AutocompleteSessionToken: y, AutocompleteSuggestion: M } = await google.maps.importLibrary("places");
|
|
1462
|
+
x.value = new y(), k.value = M, C.value = f;
|
|
1465
1463
|
const { AdvancedMarkerElement: m } = await google.maps.importLibrary("marker");
|
|
1466
|
-
|
|
1467
|
-
const
|
|
1464
|
+
L = m;
|
|
1465
|
+
const O = ((N = i.value) == null ? void 0 : N.mapOpt) ?? {};
|
|
1468
1466
|
t.value = new d(document.getElementById("map"), {
|
|
1469
1467
|
zoom: 11,
|
|
1470
1468
|
mapId: "DEMO_MAP_ID",
|
|
@@ -1476,37 +1474,37 @@ const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./g
|
|
|
1476
1474
|
// 左上角地图类型
|
|
1477
1475
|
gestureHandling: "greedy",
|
|
1478
1476
|
// 谷歌地图api缩放去掉ctrl+滚轮缩放,直接鼠标缩放
|
|
1479
|
-
...
|
|
1480
|
-
}), await
|
|
1477
|
+
...O
|
|
1478
|
+
}), await $(), (B = i.value) != null && B.clickStream || _(), r.value = !1, c.value = !n.value && !o.value.length, h && h();
|
|
1481
1479
|
}, _ = () => {
|
|
1482
1480
|
var d;
|
|
1483
1481
|
(d = t.value) == null || d.addListener("click", (f) => {
|
|
1484
|
-
var y,
|
|
1485
|
-
a.value && a.value.setMap(null), o.value = [(y = f == null ? void 0 : f.latLng) == null ? void 0 : y.lng(), (
|
|
1486
|
-
var
|
|
1482
|
+
var y, M;
|
|
1483
|
+
a.value && a.value.setMap(null), o.value = [(y = f == null ? void 0 : f.latLng) == null ? void 0 : y.lng(), (M = f == null ? void 0 : f.latLng) == null ? void 0 : M.lat()], G(o.value, !0).then(() => {
|
|
1484
|
+
var O;
|
|
1487
1485
|
const m = {
|
|
1488
1486
|
lng: parseFloat(o.value[0]),
|
|
1489
1487
|
lat: parseFloat(o.value[1])
|
|
1490
1488
|
};
|
|
1491
|
-
a.value = new
|
|
1489
|
+
a.value = new L({
|
|
1492
1490
|
map: t.value,
|
|
1493
1491
|
position: m,
|
|
1494
|
-
title:
|
|
1492
|
+
title: n.value
|
|
1495
1493
|
// 鼠标移上去时显示的内容
|
|
1496
|
-
}), (
|
|
1494
|
+
}), (O = t.value) == null || O.panTo(m);
|
|
1497
1495
|
});
|
|
1498
1496
|
});
|
|
1499
|
-
},
|
|
1497
|
+
}, $ = async () => {
|
|
1500
1498
|
var d;
|
|
1501
|
-
if (!
|
|
1499
|
+
if (!n.value && o.value.length, n.value && o.value.length > 0 ? await G(o.value) : n.value ? await U(n.value) : o.value.length > 0 && await G(o.value, !0), n.value && g(n.value, (f, y) => {
|
|
1502
1500
|
if (y && y.length) {
|
|
1503
|
-
const
|
|
1504
|
-
(m) => m.value ===
|
|
1501
|
+
const M = y.find(
|
|
1502
|
+
(m) => m.value === n.value || m.info.name === n.value
|
|
1505
1503
|
);
|
|
1506
|
-
|
|
1504
|
+
M ? v.value = M.info : v.value = {
|
|
1507
1505
|
district: "",
|
|
1508
1506
|
address: "",
|
|
1509
|
-
name:
|
|
1507
|
+
name: n.value
|
|
1510
1508
|
};
|
|
1511
1509
|
}
|
|
1512
1510
|
}), o.value.length) {
|
|
@@ -1514,48 +1512,50 @@ const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./g
|
|
|
1514
1512
|
lng: parseFloat(o.value[0]),
|
|
1515
1513
|
lat: parseFloat(o.value[1])
|
|
1516
1514
|
};
|
|
1517
|
-
a.value = new
|
|
1515
|
+
a.value = new L({
|
|
1518
1516
|
map: t.value,
|
|
1519
1517
|
position: f,
|
|
1520
|
-
title:
|
|
1518
|
+
title: n.value
|
|
1521
1519
|
// 鼠标移上去时显示的内容
|
|
1522
1520
|
}), o.value.length && ((d = t.value) == null || d.setCenter(f));
|
|
1523
1521
|
}
|
|
1524
|
-
},
|
|
1522
|
+
}, G = (d, f = !1) => (d.join(","), new Promise((y, M) => {
|
|
1525
1523
|
new google.maps.Geocoder().geocode({
|
|
1526
1524
|
location: {
|
|
1527
1525
|
lng: parseFloat(d[0]),
|
|
1528
1526
|
lat: parseFloat(d[1])
|
|
1529
1527
|
}
|
|
1530
|
-
}, (
|
|
1531
|
-
N === "OK" && (
|
|
1528
|
+
}, (O, N) => {
|
|
1529
|
+
N === "OK" && (O != null && O.length) ? (f && (n.value = O[0].formatted_address ?? "", v.value = {
|
|
1532
1530
|
district: "",
|
|
1533
1531
|
address: "",
|
|
1534
|
-
name:
|
|
1535
|
-
}), y(
|
|
1532
|
+
name: n.value
|
|
1533
|
+
}), y(O[0])) : (z.error(P("thirdPartyMapErrorRetry")), M());
|
|
1536
1534
|
});
|
|
1537
|
-
})),
|
|
1535
|
+
})), U = (d) => new Promise((f, y) => {
|
|
1538
1536
|
new google.maps.Geocoder().geocode({
|
|
1539
|
-
address:
|
|
1540
|
-
}, (m,
|
|
1541
|
-
|
|
1537
|
+
address: n.value
|
|
1538
|
+
}, (m, O) => {
|
|
1539
|
+
O === "OK" && (m != null && m.length) ? (o.value[0] = m[0].geometry.location.lng(), o.value[1] = m[0].geometry.location.lat(), f({ lng: o.value[0], lat: o.value[1] })) : (z.error(P("thirdPartyMapErrorRetry")), y());
|
|
1542
1540
|
});
|
|
1543
|
-
}),
|
|
1541
|
+
}), T = async () => {
|
|
1544
1542
|
var d;
|
|
1545
|
-
navigator.geolocation && ((d = navigator.geolocation) == null || d.getCurrentPosition((f) => {
|
|
1546
|
-
var
|
|
1543
|
+
r.value = !0, navigator.geolocation && ((d = navigator.geolocation) == null || d.getCurrentPosition((f) => {
|
|
1544
|
+
var M;
|
|
1547
1545
|
const y = {
|
|
1548
1546
|
lat: f.coords.latitude,
|
|
1549
1547
|
lng: f.coords.longitude
|
|
1550
1548
|
};
|
|
1551
|
-
(
|
|
1549
|
+
(M = t.value) == null || M.panTo(y), c.value = !1, r.value = !1;
|
|
1552
1550
|
}, (f) => {
|
|
1553
|
-
z.error(
|
|
1551
|
+
z.error(P("获取定位失败")), r.value = !1;
|
|
1554
1552
|
}, {
|
|
1555
1553
|
// enableHighAccuracy: true,
|
|
1556
1554
|
// timeout: 5000,
|
|
1557
1555
|
// maximumAge: 0,
|
|
1558
1556
|
// enableHighAccuracy: true
|
|
1557
|
+
enableHighAccuracy: !0,
|
|
1558
|
+
timeout: 1e4
|
|
1559
1559
|
}));
|
|
1560
1560
|
}, g = async (d, f) => {
|
|
1561
1561
|
if (u.value.activated = !0, !d) {
|
|
@@ -1565,191 +1565,192 @@ const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./g
|
|
|
1565
1565
|
let y = {
|
|
1566
1566
|
input: d,
|
|
1567
1567
|
origin: { lng: parseFloat(o.value[0]), lat: parseFloat(o.value[1]) },
|
|
1568
|
-
sessionToken:
|
|
1568
|
+
sessionToken: x.value
|
|
1569
1569
|
};
|
|
1570
|
-
const { suggestions:
|
|
1571
|
-
if (l.value = [], !
|
|
1570
|
+
const { suggestions: M } = await k.value.fetchAutocompleteSuggestions(y);
|
|
1571
|
+
if (l.value = [], !M) return f([]);
|
|
1572
1572
|
let m = [];
|
|
1573
1573
|
await Promise.all(
|
|
1574
|
-
|
|
1574
|
+
M.map((O) => (async () => {
|
|
1575
1575
|
var J, le;
|
|
1576
|
-
let
|
|
1577
|
-
await
|
|
1576
|
+
let B = (O == null ? void 0 : O.placePrediction).toPlace();
|
|
1577
|
+
await B.fetchFields({
|
|
1578
1578
|
fields: [
|
|
1579
1579
|
"displayName",
|
|
1580
1580
|
"formattedAddress",
|
|
1581
1581
|
"location"
|
|
1582
1582
|
]
|
|
1583
1583
|
});
|
|
1584
|
-
const ne = (J =
|
|
1584
|
+
const ne = (J = B == null ? void 0 : B.location) == null ? void 0 : J.lng(), V = (le = B == null ? void 0 : B.location) == null ? void 0 : le.lat(), K = {
|
|
1585
1585
|
// value: placePrediction?.text?.toString() || '',
|
|
1586
|
-
value:
|
|
1587
|
-
point: { lng: ne, lat:
|
|
1586
|
+
value: B == null ? void 0 : B.formattedAddress,
|
|
1587
|
+
point: { lng: ne, lat: V },
|
|
1588
1588
|
info: {
|
|
1589
|
-
name:
|
|
1589
|
+
name: B == null ? void 0 : B.displayName
|
|
1590
1590
|
}
|
|
1591
1591
|
};
|
|
1592
|
-
m.push(
|
|
1592
|
+
m.push(K);
|
|
1593
1593
|
})())
|
|
1594
1594
|
), l.value = m.length > 5 ? m.slice(0, 5) : m, f(l.value, m);
|
|
1595
1595
|
};
|
|
1596
1596
|
return {
|
|
1597
1597
|
getLocationByInputSearch: g,
|
|
1598
1598
|
handleSelectAddress: (d) => {
|
|
1599
|
-
|
|
1599
|
+
n.value = d.value, v.value = d.info, U(d.value).then((f) => {
|
|
1600
1600
|
var y;
|
|
1601
|
-
o.value = [f.lng, f.lat], a.value && a.value.setMap(null), a.value = new
|
|
1601
|
+
o.value = [f.lng, f.lat], a.value && a.value.setMap(null), a.value = new L({
|
|
1602
1602
|
map: t.value,
|
|
1603
1603
|
position: f,
|
|
1604
|
-
title:
|
|
1604
|
+
title: n.value
|
|
1605
1605
|
// 鼠标移上去时显示的内容
|
|
1606
1606
|
}), (y = t.value) == null || y.panTo(f), c.value = !1;
|
|
1607
1607
|
});
|
|
1608
1608
|
},
|
|
1609
1609
|
getLocationParse: async () => {
|
|
1610
1610
|
var d, f;
|
|
1611
|
-
if (
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1611
|
+
if (l.value.length) {
|
|
1612
|
+
if (n.value = l.value[0].value, !((d = l.value[0]) != null && d.point))
|
|
1613
|
+
return z.error(P("thirdPartyMapErrorRetry"));
|
|
1614
|
+
o.value = [l.value[0].point.lng, l.value[0].point.lat], v.value = l.value[0].info, a.value = new L({
|
|
1615
|
+
map: t.value,
|
|
1616
|
+
position: l.value[0].point,
|
|
1617
|
+
title: n.value
|
|
1618
|
+
// 鼠标移上去时显示的内容
|
|
1619
|
+
}), (f = t.value) == null || f.panTo(l.value[0].point), c.value = !1, u.value.activated = !1;
|
|
1620
|
+
}
|
|
1620
1621
|
},
|
|
1621
1622
|
getMapInfo: () => ({
|
|
1622
1623
|
longitude: o.value[0],
|
|
1623
1624
|
latitude: o.value[1],
|
|
1624
1625
|
adCode: s.value,
|
|
1625
|
-
address:
|
|
1626
|
+
address: n.value,
|
|
1626
1627
|
addressInfo: v.value
|
|
1627
1628
|
}),
|
|
1628
1629
|
loadJavascript: A,
|
|
1629
|
-
positionCityLocal:
|
|
1630
|
+
positionCityLocal: T,
|
|
1630
1631
|
showGetLocationBtn: c
|
|
1631
1632
|
};
|
|
1632
|
-
},
|
|
1633
|
-
const a = S("gaode"),
|
|
1633
|
+
}, Al = (e, t) => {
|
|
1634
|
+
const a = S("gaode"), r = S(), u = S(), l = H(null), n = H(null), o = H(null), s = S(!0), v = S(null), b = S([]), C = Se(() => ({
|
|
1634
1635
|
width: e.width ? Q(e.width) : "100%",
|
|
1635
1636
|
height: e.height ? Q(e.height) : "100%"
|
|
1636
|
-
})),
|
|
1637
|
+
})), x = S(""), k = S([]), L = S(""), c = S(), {
|
|
1637
1638
|
loadJavascript: i,
|
|
1638
1639
|
getLocationByInputSearch: h,
|
|
1639
1640
|
handleSelectAddress: A,
|
|
1640
|
-
getLocationParse:
|
|
1641
|
+
getLocationParse: R
|
|
1641
1642
|
} = ft({
|
|
1642
1643
|
BMap: l,
|
|
1643
|
-
map:
|
|
1644
|
+
map: n,
|
|
1644
1645
|
marker: o,
|
|
1645
1646
|
mapLoading: s,
|
|
1646
1647
|
$autocomplete: v,
|
|
1647
1648
|
searchResultList: b,
|
|
1648
|
-
innerInput:
|
|
1649
|
+
innerInput: x,
|
|
1649
1650
|
innerPoint: k,
|
|
1650
|
-
adCode:
|
|
1651
|
+
adCode: L,
|
|
1651
1652
|
addressInfo: c
|
|
1652
1653
|
}), {
|
|
1653
1654
|
loadJavascript: _,
|
|
1654
|
-
getLocationByInputSearch:
|
|
1655
|
-
handleSelectAddress:
|
|
1656
|
-
getLocationParse:
|
|
1655
|
+
getLocationByInputSearch: $,
|
|
1656
|
+
handleSelectAddress: G,
|
|
1657
|
+
getLocationParse: U
|
|
1657
1658
|
} = st({
|
|
1658
1659
|
MapGL: l,
|
|
1659
|
-
map:
|
|
1660
|
+
map: n,
|
|
1660
1661
|
marker: o,
|
|
1661
1662
|
mapLoading: s,
|
|
1662
1663
|
$autocomplete: v,
|
|
1663
1664
|
searchResultList: b,
|
|
1664
|
-
innerInput:
|
|
1665
|
+
innerInput: x,
|
|
1665
1666
|
innerPoint: k,
|
|
1666
|
-
adCode:
|
|
1667
|
+
adCode: L,
|
|
1667
1668
|
addressInfo: c
|
|
1668
1669
|
}), {
|
|
1669
|
-
loadJavascript:
|
|
1670
|
+
loadJavascript: T,
|
|
1670
1671
|
getLocationByInputSearch: g,
|
|
1671
1672
|
handleSelectAddress: p,
|
|
1672
1673
|
getLocationParse: w,
|
|
1673
|
-
positionCityLocal:
|
|
1674
|
+
positionCityLocal: j,
|
|
1674
1675
|
showGetLocationBtn: d
|
|
1675
|
-
} =
|
|
1676
|
+
} = Cl({
|
|
1676
1677
|
MapGL: l,
|
|
1677
|
-
map:
|
|
1678
|
+
map: n,
|
|
1678
1679
|
marker: o,
|
|
1679
1680
|
mapLoading: s,
|
|
1680
1681
|
$autocomplete: v,
|
|
1681
1682
|
searchResultList: b,
|
|
1682
|
-
innerInput:
|
|
1683
|
+
innerInput: x,
|
|
1683
1684
|
innerPoint: k,
|
|
1684
|
-
adCode:
|
|
1685
|
+
adCode: L,
|
|
1685
1686
|
addressInfo: c
|
|
1686
|
-
}), { mapElement: f, addPlugins: y } =
|
|
1687
|
+
}), { mapElement: f, addPlugins: y } = Ml(e, t, {
|
|
1687
1688
|
type: a,
|
|
1688
1689
|
MapGL: l,
|
|
1689
|
-
map:
|
|
1690
|
+
map: n,
|
|
1690
1691
|
innerPoint: k,
|
|
1691
|
-
innerInput:
|
|
1692
|
-
adCode:
|
|
1692
|
+
innerInput: x,
|
|
1693
|
+
adCode: L,
|
|
1693
1694
|
addressInfo: c
|
|
1694
|
-
}),
|
|
1695
|
-
a.value === "baidu" && i(
|
|
1696
|
-
|
|
1695
|
+
}), M = () => {
|
|
1696
|
+
a.value === "baidu" && i(r.value, { clickStream: !e.clickStream, mapOpt: e.mapOpt }, O), a.value === "gaode" && _(
|
|
1697
|
+
r.value,
|
|
1697
1698
|
u.value,
|
|
1698
1699
|
{ clickStream: !e.clickStream, mapOpt: e.mapOpt },
|
|
1699
|
-
|
|
1700
|
-
), a.value === "google" &&
|
|
1701
|
-
|
|
1700
|
+
O
|
|
1701
|
+
), a.value === "google" && T(
|
|
1702
|
+
r.value,
|
|
1702
1703
|
u.value,
|
|
1703
1704
|
{ clickStream: !e.clickStream, mapOpt: e.mapOpt },
|
|
1704
|
-
|
|
1705
|
+
O
|
|
1705
1706
|
);
|
|
1706
|
-
}, m = async (
|
|
1707
|
-
const [
|
|
1708
|
-
if (
|
|
1707
|
+
}, m = async (V) => {
|
|
1708
|
+
const [K, J] = await Ge(V);
|
|
1709
|
+
if (K) {
|
|
1709
1710
|
s.value = !1;
|
|
1710
1711
|
return;
|
|
1711
1712
|
}
|
|
1712
|
-
if (!
|
|
1713
|
-
t("no-config-map",
|
|
1713
|
+
if (!K && !J) {
|
|
1714
|
+
t("no-config-map", P("暂未配置地图")), s.value = !1;
|
|
1714
1715
|
return;
|
|
1715
1716
|
}
|
|
1716
1717
|
return J;
|
|
1717
1718
|
};
|
|
1718
1719
|
Oe(async () => {
|
|
1719
|
-
var
|
|
1720
|
-
if (e.defaultLongitude && e.defaultLatitude && (k.value = [e.defaultLongitude, e.defaultLatitude]),
|
|
1721
|
-
a.value = ((
|
|
1720
|
+
var V, K, J, le, Ve;
|
|
1721
|
+
if (e.defaultLongitude && e.defaultLatitude && (k.value = [e.defaultLongitude, e.defaultLatitude]), x.value = e.defaultAddress ?? "", e != null && e.sdkConfig && ((V = e == null ? void 0 : e.sdkConfig) != null && V.akValue))
|
|
1722
|
+
a.value = ((K = e.sdkConfig) == null ? void 0 : K.mapType) ?? "gaode", r.value = (J = e.sdkConfig) == null ? void 0 : J.akValue, u.value = (le = e.sdkConfig) == null ? void 0 : le.secretKey;
|
|
1722
1723
|
else {
|
|
1723
|
-
const
|
|
1724
|
-
|
|
1724
|
+
const F = await m((Ve = e == null ? void 0 : e.sdkConfig) == null ? void 0 : Ve.mapType);
|
|
1725
|
+
F && (a.value = (F == null ? void 0 : F.mapType) ?? "gaode", r.value = F == null ? void 0 : F.akVal, u.value = F == null ? void 0 : F.secretK);
|
|
1725
1726
|
}
|
|
1726
|
-
|
|
1727
|
+
M();
|
|
1727
1728
|
});
|
|
1728
|
-
const
|
|
1729
|
-
f.value =
|
|
1729
|
+
const O = () => {
|
|
1730
|
+
f.value = n.value, y(), a.value === "baidu" && n.value.addEventListener("tilesloaded", () => {
|
|
1730
1731
|
t("update:mapElement", f.value);
|
|
1731
|
-
}), a.value === "gaode" &&
|
|
1732
|
+
}), a.value === "gaode" && n.value.on("complete", () => {
|
|
1732
1733
|
t("update:mapElement", f.value);
|
|
1733
1734
|
}), a.value === "google" && t("update:mapElement", f.value);
|
|
1734
1735
|
};
|
|
1735
1736
|
return {
|
|
1736
1737
|
mapStyle: C,
|
|
1737
|
-
innerInput:
|
|
1738
|
-
getLocationByInputSearch: (
|
|
1739
|
-
a.value === "baidu" && h(
|
|
1738
|
+
innerInput: x,
|
|
1739
|
+
getLocationByInputSearch: (V, K) => {
|
|
1740
|
+
a.value === "baidu" && h(V, K), a.value === "gaode" && $(V, K), a.value === "google" && g(V, K);
|
|
1740
1741
|
},
|
|
1741
|
-
handleSelectAddress: (
|
|
1742
|
-
a.value === "baidu" && A(
|
|
1742
|
+
handleSelectAddress: (V) => {
|
|
1743
|
+
a.value === "baidu" && A(V), a.value === "gaode" && G(V), a.value === "google" && p(V);
|
|
1743
1744
|
},
|
|
1744
1745
|
getLocationParse: () => {
|
|
1745
|
-
a.value === "baidu" &&
|
|
1746
|
+
a.value === "baidu" && R(), a.value === "gaode" && U(), a.value === "google" && w();
|
|
1746
1747
|
},
|
|
1747
1748
|
mapLoading: s,
|
|
1748
1749
|
$autocomplete: v,
|
|
1749
|
-
googlePositionCityLocal:
|
|
1750
|
+
googlePositionCityLocal: j,
|
|
1750
1751
|
showGetLocationBtn: d
|
|
1751
1752
|
};
|
|
1752
|
-
},
|
|
1753
|
+
}, Sl = { class: "search-input" }, Ol = { class: "location-icon1" }, Tl = { id: "map" }, $l = /* @__PURE__ */ Ae({
|
|
1753
1754
|
__name: "mixMap",
|
|
1754
1755
|
props: {
|
|
1755
1756
|
defaultAddress: {},
|
|
@@ -1766,42 +1767,41 @@ const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./g
|
|
|
1766
1767
|
},
|
|
1767
1768
|
emits: ["update:mapElement", "no-config-map", "click-custom-component"],
|
|
1768
1769
|
setup(e, { emit: t }) {
|
|
1769
|
-
const a = e,
|
|
1770
|
+
const a = e, r = t, {
|
|
1770
1771
|
mapStyle: u,
|
|
1771
1772
|
innerInput: l,
|
|
1772
|
-
getLocationByInputSearch:
|
|
1773
|
+
getLocationByInputSearch: n,
|
|
1773
1774
|
handleSelectAddress: o,
|
|
1774
1775
|
getLocationParse: s,
|
|
1775
1776
|
mapLoading: v,
|
|
1776
1777
|
$autocomplete: b,
|
|
1777
1778
|
googlePositionCityLocal: C,
|
|
1778
|
-
showGetLocationBtn:
|
|
1779
|
-
} =
|
|
1780
|
-
return (k,
|
|
1779
|
+
showGetLocationBtn: x
|
|
1780
|
+
} = Al(a, r);
|
|
1781
|
+
return (k, L) => {
|
|
1781
1782
|
const c = Pe, i = ke;
|
|
1782
|
-
return
|
|
1783
|
+
return $e(), Te(
|
|
1783
1784
|
"div",
|
|
1784
1785
|
{
|
|
1785
1786
|
class: "das-map",
|
|
1786
|
-
style:
|
|
1787
|
+
style: je(D(u))
|
|
1787
1788
|
},
|
|
1788
1789
|
[
|
|
1789
1790
|
Z(W(
|
|
1790
1791
|
"div",
|
|
1791
|
-
|
|
1792
|
+
Sl,
|
|
1792
1793
|
[
|
|
1793
1794
|
Z(de(c, {
|
|
1794
1795
|
ref_key: "$autocomplete",
|
|
1795
1796
|
ref: b,
|
|
1796
1797
|
modelValue: D(l),
|
|
1797
|
-
"onUpdate:modelValue":
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
placeholder: D(E)("请输入位置"),
|
|
1798
|
+
"onUpdate:modelValue": L[0] || (L[0] = (h) => ta(l) ? l.value = h : null),
|
|
1799
|
+
"fetch-suggestions": D(n),
|
|
1800
|
+
placeholder: D(P)("请输入位置"),
|
|
1801
1801
|
style: { width: "100%" },
|
|
1802
1802
|
"trigger-on-focus": !1,
|
|
1803
1803
|
onSelect: D(o),
|
|
1804
|
-
onKeyup:
|
|
1804
|
+
onKeyup: Le(D(s), ["enter", "native"]),
|
|
1805
1805
|
clearable: ""
|
|
1806
1806
|
}, null, 8, ["modelValue", "fetch-suggestions", "placeholder", "onSelect", "onKeyup"]), [
|
|
1807
1807
|
[D(Re)]
|
|
@@ -1810,11 +1810,11 @@ const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./g
|
|
|
1810
1810
|
512
|
|
1811
1811
|
/* NEED_PATCH */
|
|
1812
1812
|
), [
|
|
1813
|
-
[
|
|
1813
|
+
[Ke, a.showSearch]
|
|
1814
1814
|
]),
|
|
1815
1815
|
Z(W(
|
|
1816
1816
|
"div",
|
|
1817
|
-
|
|
1817
|
+
Ol,
|
|
1818
1818
|
[
|
|
1819
1819
|
de(D(la), {
|
|
1820
1820
|
block: "",
|
|
@@ -1823,7 +1823,7 @@ const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./g
|
|
|
1823
1823
|
}, {
|
|
1824
1824
|
default: aa(() => [
|
|
1825
1825
|
oa(
|
|
1826
|
-
ra(D(
|
|
1826
|
+
ra(D(P)("Please-Click-Get-Location")),
|
|
1827
1827
|
1
|
|
1828
1828
|
/* TEXT */
|
|
1829
1829
|
)
|
|
@@ -1835,11 +1835,11 @@ const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./g
|
|
|
1835
1835
|
512
|
|
1836
1836
|
/* NEED_PATCH */
|
|
1837
1837
|
), [
|
|
1838
|
-
[
|
|
1838
|
+
[Ke, D(x)]
|
|
1839
1839
|
]),
|
|
1840
1840
|
Z(W(
|
|
1841
1841
|
"div",
|
|
1842
|
-
|
|
1842
|
+
Tl,
|
|
1843
1843
|
null,
|
|
1844
1844
|
512
|
|
1845
1845
|
/* NEED_PATCH */
|
|
@@ -1857,11 +1857,11 @@ const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./g
|
|
|
1857
1857
|
);
|
|
1858
1858
|
};
|
|
1859
1859
|
}
|
|
1860
|
-
}),
|
|
1860
|
+
}), jl = /* @__PURE__ */ Be($l, [["__scopeId", "data-v-9c0f471e"]]), Ll = {
|
|
1861
1861
|
请输入位置: { "zh-CN": "请输入位置", en: "Please enter location", _appCode: "framework" },
|
|
1862
1862
|
获取地图配置信息失败: {
|
|
1863
1863
|
"zh-CN": "获取地图配置信息失败",
|
|
1864
|
-
en: "
|
|
1864
|
+
en: "The map configuration information failed to be obtained",
|
|
1865
1865
|
_appCode: "framework"
|
|
1866
1866
|
},
|
|
1867
1867
|
暂未配置地图: { "zh-CN": "暂未配置地图", en: "Map Not Configured", _appCode: "framework" },
|
|
@@ -1877,18 +1877,18 @@ const it = /* @__PURE__ */ Object.assign({ "./add-custom-dom/index.ts": Yr, "./g
|
|
|
1877
1877
|
},
|
|
1878
1878
|
获取定位失败: {
|
|
1879
1879
|
"zh-CN": "获取定位失败",
|
|
1880
|
-
en: "
|
|
1880
|
+
en: "The location failed to be obtained",
|
|
1881
1881
|
_appCode: "framework"
|
|
1882
1882
|
}
|
|
1883
1883
|
};
|
|
1884
|
-
na(
|
|
1885
|
-
const Kl = Ee(ga),
|
|
1884
|
+
na(Ll);
|
|
1885
|
+
const Kl = Ee(ga), Fl = () => S(null), Hl = Ee(ma), Il = () => S(null), Jl = Ee(jl), Zl = () => S(null), Wl = { title: "Map 地图" };
|
|
1886
1886
|
export {
|
|
1887
1887
|
Hl as DasBaiduMap,
|
|
1888
|
-
|
|
1888
|
+
Il as DasBaiduMapRef,
|
|
1889
1889
|
Kl as DasGaodeMap,
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1890
|
+
Fl as DasGaodeMapRef,
|
|
1891
|
+
Jl as DasMap,
|
|
1892
|
+
Zl as DasMapRef,
|
|
1893
|
+
Wl as default
|
|
1894
1894
|
};
|