@das-fed/ui 6.4.0-dev.87 → 6.4.0-dev.89
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/package.json +5 -5
- package/packages/business-components/app-container/index.d.ts +25 -5
- package/packages/business-components/app-container/index.js +65 -118
- package/packages/business-components/app-container/index.js.gz +0 -0
- package/packages/business-components/app-container/src/index.vue.d.ts +28 -5
- package/packages/business-components/area-phone-select/index.d.ts +839 -976
- package/packages/business-components/area-phone-select/index.js +58 -107
- package/packages/business-components/area-phone-select/index.js.gz +0 -0
- package/packages/business-components/area-phone-select/src/Index.vue.d.ts +30 -9
- package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +129 -110
- package/packages/business-components/change-enterprises/index.d.ts +100 -38
- package/packages/business-components/change-enterprises/index.js +30 -56
- package/packages/business-components/change-enterprises/index.js.gz +0 -0
- package/packages/business-components/change-enterprises/src/index.vue.d.ts +33 -6
- package/packages/business-components/change-pwd/index.d.ts +57 -38
- package/packages/business-components/change-pwd/index.js +3 -15
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +181 -144
- package/packages/business-components/change-pwd/src/index.vue.d.ts +28 -7
- package/packages/business-components/currency-page/index.d.ts +17 -1
- package/packages/business-components/currency-page/index.js +5 -22
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/currency-page/src/index.vue.d.ts +18 -1
- package/packages/business-components/device-panel/i18n/index.d.ts +8 -0
- package/packages/business-components/device-panel/index.d.ts +61 -5
- package/packages/business-components/device-panel/index.js +18679 -23441
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/common.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/dealAlarm.vue.d.ts +28 -7
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/historyList.vue.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/listItem.vue.d.ts +33 -6
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/liveList.vue.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logDetail.vue.d.ts +30 -7
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logEcharts.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/repairDetail.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/attribute.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/barChart.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/lineChart.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/index.vue.d.ts +29 -6
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/deviceDetail/index.vue.d.ts +29 -6
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/deviceOperateLog/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-alarm-log.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-data-Trends.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-device-detail.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-device-operate-log.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-inspection-record.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-maintenance-record.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-operating-data.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-operation-plan.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-repair-record.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-video-monitoring.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +42 -7
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/inspectionRecord/Index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/inspectionRecord/components/use-check-item/CheckItem.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/inspectionRecord/components/use-check-item/check-item.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/inspectionRecord/components/use-task-info/TaskInfo.vue.d.ts +14 -5
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/inspectionRecord/components/use-task-info/task-info.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/linkDialog.vue.d.ts +33 -6
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/maintenanceRecord/Index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/maintenanceRecord/components/use-check-item/CheckItem.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/maintenanceRecord/components/use-check-item/check-item.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/maintenanceRecord/components/use-task-info/TaskInfo.vue.d.ts +14 -5
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/maintenanceRecord/components/use-task-info/task-info.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/operatingData/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/operationPlan/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/Index.vue.d.ts +31 -4
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-consumables-record/Consumables.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-feedback-record/Feedback.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/Info.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/info.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-schedule-track/Track.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/videoMonitoring/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/common.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/dealAlarm.vue.d.ts +28 -7
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/historyList.vue.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/listItem.vue.d.ts +33 -6
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/liveList.vue.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logDetail.vue.d.ts +30 -7
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logEcharts.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/repairDetail.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/attribute.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/barChart.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/lineChart.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/index.vue.d.ts +29 -6
- package/packages/business-components/device-panel/src/components/devicePanelModal/deviceDetail/index.vue.d.ts +29 -6
- package/packages/business-components/device-panel/src/components/devicePanelModal/deviceOperateLog/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-alarm-log.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-data-Trends.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-device-detail.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-device-operate-log.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-inspection-record.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-maintenance-record.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-operating-data.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-operation-plan.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-repair-record.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-video-monitoring.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +36 -5
- package/packages/business-components/device-panel/src/components/devicePanelModal/inspectionRecord/Index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/inspectionRecord/components/use-check-item/CheckItem.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/inspectionRecord/components/use-check-item/check-item.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/inspectionRecord/components/use-task-info/TaskInfo.vue.d.ts +14 -5
- package/packages/business-components/device-panel/src/components/devicePanelModal/inspectionRecord/components/use-task-info/task-info.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/linkDialog.vue.d.ts +33 -6
- package/packages/business-components/device-panel/src/components/devicePanelModal/maintenanceRecord/Index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/maintenanceRecord/components/use-check-item/CheckItem.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/maintenanceRecord/components/use-check-item/check-item.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/maintenanceRecord/components/use-task-info/TaskInfo.vue.d.ts +14 -5
- package/packages/business-components/device-panel/src/components/devicePanelModal/maintenanceRecord/components/use-task-info/task-info.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/operatingData/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/operationPlan/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/preview/index.vue.d.ts +38 -7
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/Index.vue.d.ts +31 -4
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-consumables-record/Consumables.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-feedback-record/Feedback.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/Info.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/info.d.ts +3 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-schedule-track/Track.vue.d.ts +12 -3
- package/packages/business-components/device-panel/src/components/devicePanelModal/videoMonitoring/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +88 -17
- package/packages/business-components/device-panel/src/components/panelHeaders/index.vue.d.ts +29 -6
- package/packages/business-components/device-panel/src/components/videoDialog/component/GridLayout/GridItem.vue.d.ts +17 -15
- package/packages/business-components/device-panel/src/components/videoDialog/component/GridLayout/GridLayout.vue.d.ts +32 -16
- package/packages/business-components/device-panel/src/components/videoDialog/component/Player/DirectionControl.vue.d.ts +4 -4
- package/packages/business-components/device-panel/src/components/videoDialog/component/Player/index.vue.d.ts +34 -11
- package/packages/business-components/device-panel/src/components/videoDialog/hooks/use-video/PlayerProvider.d.ts +3 -3
- package/packages/business-components/device-panel/src/hooks/common.d.ts +1 -1
- package/packages/business-components/device-panel/src/hooks/use-operating-data.d.ts +3 -3
- package/packages/business-components/device-panel/src/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/store/index.d.ts +2 -2
- 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 +462 -78
- package/packages/business-components/echarts/index.js +5747 -5803
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/echarts/src/Index.vue.d.ts +69 -6
- package/packages/business-components/export-button/hooks/file.d.ts +11 -11
- package/packages/business-components/export-button/hooks/useExport.d.ts +5 -5
- package/packages/business-components/export-button/index.d.ts +174 -18
- package/packages/business-components/export-button/index.js +34 -41
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/export-button/src/App.vue.d.ts +43 -15
- package/packages/business-components/import-button/hooks/file.d.ts +12 -12
- package/packages/business-components/import-button/hooks/useImport.d.ts +12 -12
- package/packages/business-components/import-button/index.d.ts +280 -20
- package/packages/business-components/import-button/index.js +82 -116
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/src/App.vue.d.ts +55 -17
- package/packages/business-components/layout-breadcrumb/index.d.ts +38 -28
- package/packages/business-components/layout-breadcrumb/index.js +5 -5
- package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
- package/packages/business-components/layout-breadcrumb/src/hooks/use-breadcrumb.d.ts +1 -1
- package/packages/business-components/layout-breadcrumb/src/index.vue.d.ts +26 -5
- package/packages/business-components/model-table-dialog/index.d.ts +964 -635
- package/packages/business-components/model-table-dialog/index.js +148 -196
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +140 -144
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +49 -3205
- package/packages/business-components/payment/index.d.ts +144 -20
- package/packages/business-components/payment/index.js +194 -284
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/payment/src/Index.vue.d.ts +12 -3
- package/packages/business-components/process-configuration/index.d.ts +64 -8
- package/packages/business-components/process-configuration/index.js +281 -368
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-configuration/src/hooks/useCopyDialog.d.ts +2 -35
- package/packages/business-components/process-configuration/src/hooks/useDeleteDialog.d.ts +1 -7
- package/packages/business-components/process-configuration/src/index.vue.d.ts +37 -8
- package/packages/business-components/process-form/App.vue.d.ts +40 -7
- package/packages/business-components/process-form/index.d.ts +71 -7
- package/packages/business-components/process-form/index.js +665 -833
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +183 -118
- package/packages/business-components/process-form/src/hooks/useSelector.d.ts +6 -6
- package/packages/business-components/process-form/src/hooks/useSpaceTree.d.ts +4 -4
- package/packages/business-components/process-form/src/widgets/base/attachment.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/autocomplete.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/checkbox.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/date.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/dropdown.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/imageViewer.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/input.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/number.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/radio.vue.d.ts +43 -4
- package/packages/business-components/process-form/src/widgets/base/select.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/selector.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/soundRecording.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/switch.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/text.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/textarea.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/base/time.vue.d.ts +39 -4
- package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.d.ts +5 -5
- package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.vue.d.ts +57 -4
- package/packages/business-components/process-form/src/widgets/layout/grid/grid.d.ts +5 -5
- package/packages/business-components/process-form/src/widgets/layout/grid/gridLayout.vue.d.ts +51 -4
- package/packages/business-components/process-form/src/widgets/store.d.ts +8 -8
- package/packages/business-components/process-log/Index.vue.d.ts +27 -2
- package/packages/business-components/process-log/ProcessLogItem.vue.d.ts +25 -2
- package/packages/business-components/process-log/index.d.ts +176 -4
- package/packages/business-components/process-log/index.js +297 -480
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-log/src/widgets/base/avatorInfo.vue.d.ts +29 -2
- package/packages/business-components/process-log/src/widgets/base/fileInfo.vue.d.ts +25 -2
- package/packages/business-components/process-log/src/widgets/base/rateInfo.vue.d.ts +25 -2
- package/packages/business-components/process-log/src/widgets/base/remarkInfo.vue.d.ts +23 -2
- package/packages/business-components/process-log/src/widgets/base/signInfo.vue.d.ts +23 -2
- package/packages/business-components/process-log/src/widgets/base/titleInfo.vue.d.ts +23 -2
- package/packages/business-components/process-log/src/widgets/base/userInfo.vue.d.ts +23 -2
- package/packages/business-components/process-log/src/widgets/base/viewInfo.vue.d.ts +23 -2
- package/packages/business-components/process-search-form/hooks/useSearchOptions.d.ts +3 -3
- package/packages/business-components/process-search-form/index.d.ts +70 -6
- package/packages/business-components/process-search-form/index.js +305 -304
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-search-form/src/App.vue.d.ts +31 -6
- package/packages/business-components/process-table/hooks/useProcessTable.d.ts +11 -21
- package/packages/business-components/process-table/hooks/useTableShow.d.ts +2 -6
- package/packages/business-components/process-table/index.d.ts +548 -176
- package/packages/business-components/process-table/index.js +424 -485
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +54 -2006
- package/packages/business-components/upload-file/index.d.ts +282 -46
- package/packages/business-components/upload-file/index.js +28 -34
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/upload-file/src/App.vue.d.ts +38 -7
- package/packages/business-components/upload-file/src/hooks/use-upload.d.ts +2 -2
- package/packages/business-components/urgent-panel/index.d.ts +2 -2
- package/packages/business-components/urgent-panel/index.js +1448 -1919
- 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 +88 -17
- package/packages/business-components/urgent-panel/src/components/panelHeaders/index.vue.d.ts +29 -6
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/EventInfo.vue.d.ts +14 -5
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/EventList.vue.d.ts +2 -2
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/FileRecord.vue.d.ts +12 -3
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/PlanInfo.vue.d.ts +12 -3
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-feedback-record/Feedback.vue.d.ts +12 -3
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-location-select/LocationSelect.vue.d.ts +4 -4
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-location-select/index.d.ts +1 -1
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-location-select/location-select.d.ts +2 -2
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-release-urgent/ReleaseUrgent.vue.d.ts +15 -6
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-schedule-track/Track.vue.d.ts +12 -3
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-user-select/selectList.vue.d.ts +2 -2
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-user-select/selectOrganizationAndUser.vue.d.ts +2 -2
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-user-select/selectOrganizationAndUserData.d.ts +1 -1
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-user-select/selectUser.vue.d.ts +25 -4
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-user-select/use-select-list.d.ts +1 -1
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-user-select/use-select-org-user.d.ts +2 -2
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-user-select/use-select-user.d.ts +1 -1
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/index.vue.d.ts +2 -2
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/urgentMonitorPanel.vue.d.ts +26 -5
- package/packages/business-components/urgent-panel/src/index.vue.d.ts +1 -1
- package/packages/business-components/user-org-dialog/i18n/index.d.ts +15 -0
- package/packages/business-components/user-org-dialog/index.d.ts +173 -48
- package/packages/business-components/user-org-dialog/index.js +382 -425
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/src/Index.vue.d.ts +38 -5
- package/packages/business-components/user-org-dialog/src/components/selectList.vue.d.ts +27 -6
- package/packages/business-components/user-org-dialog/src/components/selectOrg.vue.d.ts +28 -5
- package/packages/business-components/user-org-dialog/src/components/selectUser.vue.d.ts +30 -5
- package/packages/business-components/user-org-dialog/src/hooks/index.d.ts +1 -1
- package/packages/business-components/user-org-dialog/src/hooks/use-select-list.d.ts +1 -1
- package/packages/business-components/user-org-dialog/src/hooks/use-select-org.d.ts +1 -1
- package/packages/business-components/user-org-dialog/src/hooks/use-select-user.d.ts +1 -1
- package/packages/business-components/user-org-dialog/style.css +1 -1
- package/packages/business-components/user-org-dialog/style.css.gz +0 -0
- package/packages/business-components/video-dialog/index.d.ts +108 -32
- package/packages/business-components/video-dialog/index.js +342 -410
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/common.d.ts +1 -1
- package/packages/business-components/video-dialog/src/component/GridLayout/GridItem.vue.d.ts +17 -15
- package/packages/business-components/video-dialog/src/component/GridLayout/GridLayout.vue.d.ts +32 -16
- package/packages/business-components/video-dialog/src/component/Player/DirectionControl.vue.d.ts +4 -4
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +34 -9
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +3 -3
- package/packages/business-components/video-dialog/src/index.vue.d.ts +30 -5
- package/packages/components/alert/index.d.ts +135 -79
- package/packages/components/alert/index.js +48 -55
- package/packages/components/alert/index.js.gz +0 -0
- package/packages/components/alert/src/index.vue.d.ts +30 -2
- package/packages/components/audio-video/index.d.ts +308 -106
- package/packages/components/audio-video/index.js +152 -185
- package/packages/components/audio-video/index.js.gz +0 -0
- package/packages/components/audio-video/src/Index.vue.d.ts +39 -6
- package/packages/components/audio-video/src/player/index.vue.d.ts +38 -15
- package/packages/components/autocomplete/index.d.ts +559 -175
- package/packages/components/autocomplete/index.js +109 -134
- package/packages/components/autocomplete/index.js.gz +0 -0
- package/packages/components/autocomplete/src/index.vue.d.ts +66 -3353
- package/packages/components/breadcrumb/index.d.ts +57 -21
- package/packages/components/breadcrumb/index.js +36 -62
- package/packages/components/breadcrumb/index.js.gz +0 -0
- package/packages/components/breadcrumb/src/BreadCrumb.vue.d.ts +30 -14
- package/packages/components/breadcrumb/src/BreadCrumbItem.vue.d.ts +6 -11
- package/packages/components/button/index.d.ts +255 -12
- package/packages/components/button/index.js +207 -285
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/button/src/Index.vue.d.ts +58 -5
- package/packages/components/calendar/index.d.ts +180 -21
- package/packages/components/calendar/index.js +200 -286
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/calendar/src/Index.vue.d.ts +42 -9
- package/packages/components/calendar/src/calendar-table.vue.d.ts +22 -5
- package/packages/components/calendar/src/old-Index.vue.d.ts +32 -9
- package/packages/components/cascader/index.d.ts +546 -166
- package/packages/components/cascader/index.js +106 -171
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/cascader/src/Index.vue.d.ts +54 -9
- package/packages/components/checkbox/index.d.ts +651 -203
- package/packages/components/checkbox/index.js +161 -268
- package/packages/components/checkbox/index.js.gz +0 -0
- package/packages/components/checkbox/src/Index.vue.d.ts +80 -24
- package/packages/components/collapse-panel/index.d.ts +54 -77
- package/packages/components/collapse-panel/index.js +17 -24
- package/packages/components/collapse-panel/index.js.gz +0 -0
- package/packages/components/collapse-panel/src/Index.vue.d.ts +27 -11
- package/packages/components/collapse-transition/index.d.ts +3 -3
- package/packages/components/collapse-transition/index.js +6 -13
- package/packages/components/collapse-transition/index.js.gz +0 -0
- package/packages/components/collapse-transition/src/Index.vue.d.ts +3 -8
- package/packages/components/collaspe/index.d.ts +141 -73
- package/packages/components/collaspe/index.js +0 -1
- package/packages/components/collaspe/index.js.gz +0 -0
- package/packages/components/collaspe/src/Index.vue.d.ts +31 -9
- package/packages/components/color-picker/index.d.ts +221 -57
- package/packages/components/color-picker/index.js +55 -77
- package/packages/components/color-picker/index.js.gz +0 -0
- package/packages/components/color-picker/src/Index.vue.d.ts +55 -10
- package/packages/components/color-picker/src/hooks/use-color-picker.d.ts +3 -3
- package/packages/components/custom-search-item/index.d.ts +253 -111
- package/packages/components/custom-search-item/index.js +7 -19
- package/packages/components/custom-search-item/index.js.gz +0 -0
- package/packages/components/custom-search-item/src/Index.vue.d.ts +44 -14
- package/packages/components/date-picker/index.d.ts +1566 -141
- package/packages/components/date-picker/index.js +785 -1156
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +60 -13
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +49 -10
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +62 -13
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +57 -12
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +55 -12
- package/packages/components/dialog/index.d.ts +275 -29
- package/packages/components/dialog/index.js +159 -209
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +51 -13
- package/packages/components/dialog/src/use-micro-app-dialog/index.d.ts +2 -2
- package/packages/components/dimple-layout/editor/editor.vue.d.ts +21 -12
- package/packages/components/dimple-layout/editor/index.d.ts +117 -87
- package/packages/components/dimple-layout/editor/rule.vue.d.ts +12 -3
- package/packages/components/dimple-layout/editor/tools/background-image/component.vue.d.ts +12 -3
- package/packages/components/dimple-layout/editor/tools/import/component.vue.d.ts +12 -3
- package/packages/components/dimple-layout/editor/use-editor/index.d.ts +3 -3
- package/packages/components/dimple-layout/index.js +58 -118
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dimple-layout/render/index.d.ts +31 -15
- package/packages/components/dimple-layout/render/render.vue.d.ts +17 -8
- package/packages/components/dimple-layout/render/use-render.d.ts +2 -2
- package/packages/components/drawer/index.d.ts +36 -17
- package/packages/components/drawer/index.js +6 -13
- package/packages/components/drawer/index.js.gz +0 -0
- package/packages/components/drawer/src/Index.vue.d.ts +24 -289
- package/packages/components/dropdown/index.d.ts +71 -21
- package/packages/components/dropdown/index.js +26 -41
- package/packages/components/dropdown/index.js.gz +0 -0
- package/packages/components/dropdown/src/dropdownItem.vue.d.ts +25 -9
- package/packages/components/dropdown/src/dropdownMenu.vue.d.ts +3 -8
- package/packages/components/dropdown/src/index.vue.d.ts +29 -12669
- package/packages/components/edit-table/index.d.ts +313 -205
- package/packages/components/edit-table/index.js +993 -1225
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/edit-table/src/components/row-button/index.vue.d.ts +23 -2
- package/packages/components/edit-table/src/hooks/use-validator.d.ts +1 -4
- package/packages/components/edit-table/src/index.vue.d.ts +70 -2032
- package/packages/components/empty/index.d.ts +124 -8
- package/packages/components/empty/index.js +32 -60
- package/packages/components/empty/index.js.gz +0 -0
- package/packages/components/empty/src/Index.vue.d.ts +40 -12
- package/packages/components/form/index.d.ts +397 -124
- package/packages/components/form/index.js +8 -14
- package/packages/components/form/index.js.gz +0 -0
- package/packages/components/form/src/Index.vue.d.ts +49 -13
- package/packages/components/form-item/index.d.ts +20564 -0
- package/packages/components/form-item/index.js +630 -811
- package/packages/components/form-item/index.js.gz +0 -0
- package/packages/components/form-item/src/Index.vue.d.ts +6787 -0
- package/packages/components/form-item/src/hooks/use-error.d.ts +3 -3
- package/packages/components/form-item/src/hooks/use-form.d.ts +4 -4
- package/packages/components/icon/index.d.ts +36 -2
- package/packages/components/icon/index.js +7 -13
- package/packages/components/icon/index.js.gz +0 -0
- package/packages/components/icon/src/App.vue.d.ts +27 -2
- package/packages/components/icon/src/base-icon.vue.d.ts +29 -9
- package/packages/components/image-upload/index.d.ts +78 -6
- package/packages/components/image-upload/index.js +89 -123
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-upload/src/Index.vue.d.ts +35 -6
- package/packages/components/image-upload/src/type.d.ts +1 -1
- package/packages/components/image-viewer/index.d.ts +236 -10
- package/packages/components/image-viewer/index.js +413 -506
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/image-viewer/src/Index.vue.d.ts +57 -10
- package/packages/components/image-viewer/src/hooks/use-imageViewer.d.ts +2 -2
- package/packages/components/image-viewer/src/type.d.ts +1 -1
- package/packages/components/input/index.d.ts +464 -53
- package/packages/components/input/index.js +122 -165
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/src/index.vue.d.ts +83 -16
- package/packages/components/input-dialog-select/index.d.ts +154 -10
- package/packages/components/input-dialog-select/index.js +84 -145
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +59 -10
- package/packages/components/input-number/index.d.ts +312 -91
- package/packages/components/input-number/index.js +106 -156
- package/packages/components/input-number/index.js.gz +0 -0
- package/packages/components/input-number/src/App.vue.d.ts +56 -19
- package/packages/components/live-player/index.d.ts +238 -104
- package/packages/components/live-player/index.js +9 -19
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/src/das-live-player.vue.d.ts +18 -16
- package/packages/components/loading/index.js +197 -205
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/loading/src/components/ComponentLoad.vue.d.ts +1 -1
- package/packages/components/loading/src/components/ContainerLoad.vue.d.ts +1 -1
- package/packages/components/loading/src/components/PageLoad.vue.d.ts +1 -1
- package/packages/components/loading/src/loading.d.ts +17 -17
- package/packages/components/map/index.d.ts +461 -82
- package/packages/components/map/index.js +103 -156
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/map/src/baiduMap.vue.d.ts +19 -2
- package/packages/components/map/src/gaodeMap.vue.d.ts +19 -2
- package/packages/components/map/src/hooks/use-google.d.ts +1 -1
- package/packages/components/map/src/hooks/use-map.d.ts +4 -4
- package/packages/components/map/src/mixMap.vue.d.ts +15 -6
- package/packages/components/map/src/plugins/use-plugins.d.ts +1 -1
- package/packages/components/menu-aside/index.d.ts +152 -19
- package/packages/components/menu-aside/index.js +406 -631
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/menu-aside/src/Index.vue.d.ts +40 -9
- package/packages/components/menu-aside/src/menu-icon.vue.d.ts +27 -4
- package/packages/components/menu-aside/src/sub-menu/sub-menu.vue.d.ts +41 -6
- package/packages/components/menu-aside/src/use-aside-menu.d.ts +3 -3
- package/packages/components/menu-header/index.d.ts +77 -11
- package/packages/components/menu-header/index.js +37 -61
- package/packages/components/menu-header/index.js.gz +0 -0
- package/packages/components/menu-header/src/Index.vue.d.ts +28 -5
- package/packages/components/pagination/index.d.ts +351 -167
- package/packages/components/pagination/index.js +51 -89
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/src/Pagination.vue.d.ts +49 -121
- package/packages/components/pagination/src/components/index.d.ts +50 -57
- package/packages/components/pagination/src/components/sizes.vue.d.ts +31 -8
- package/packages/components/pagination/src/components/totalPage.vue.d.ts +20 -3
- package/packages/components/popover/index.d.ts +205 -121
- package/packages/components/popover/index.js +12 -33
- package/packages/components/popover/index.js.gz +0 -0
- package/packages/components/popover/src/Index.vue.d.ts +53 -0
- package/packages/components/popover/src/type.d.ts +50 -0
- package/packages/components/popup-mask/index.d.ts +246 -143
- package/packages/components/popup-mask/index.js +32 -45
- package/packages/components/popup-mask/index.js.gz +0 -0
- package/packages/components/popup-mask/src/Index.vue.d.ts +43 -29
- package/packages/components/preview/index.d.ts +95 -7
- package/packages/components/preview/index.js +1 -6
- package/packages/components/preview/index.js.gz +0 -0
- package/packages/components/preview/src/Index.vue.d.ts +28 -10
- package/packages/components/progress/index.d.ts +226 -10
- package/packages/components/progress/index.js +129 -216
- package/packages/components/progress/index.js.gz +0 -0
- package/packages/components/progress/src/Index.vue.d.ts +49 -15
- package/packages/components/radio/index.d.ts +435 -155
- package/packages/components/radio/index.js +163 -264
- package/packages/components/radio/index.js.gz +0 -0
- package/packages/components/radio/src/Index.vue.d.ts +63 -25
- package/packages/components/radio-tabs/index.d.ts +129 -79
- package/packages/components/radio-tabs/index.js +52 -86
- package/packages/components/radio-tabs/index.js.gz +0 -0
- package/packages/components/radio-tabs/src/Index.vue.d.ts +37 -8
- package/packages/components/rich-editor/index.d.ts +399 -76
- package/packages/components/rich-editor/index.js +39 -45
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/rich-editor/src/Index.vue.d.ts +54 -15
- package/packages/components/rich-editor/src/hooks/use-rich-editor.d.ts +4 -4
- 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 +41 -5
- package/packages/components/scrollbar/index.js +0 -1
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/src/scrollbar.vue.d.ts +27 -1079
- package/packages/components/search/index.d.ts +125 -9
- package/packages/components/search/index.js +75 -84
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/src/Index.vue.d.ts +52 -9
- package/packages/components/search-form/index.d.ts +474 -0
- package/packages/components/search-form/index.js +834 -1003
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/Index.vue.d.ts +50 -18
- package/packages/components/search-form/src/InputSelect.vue.d.ts +39 -10
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +51 -10
- package/packages/components/search-form/src/hooks/use-select-daterange.d.ts +2 -2
- package/packages/components/search-form/src/hooks/useInputSelect.d.ts +1 -1
- package/packages/components/select/index.d.ts +543 -70
- package/packages/components/select/index.js +391 -513
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/Select.vue.d.ts +92 -30
- package/packages/components/select/src/SelectOption.vue.d.ts +1 -1
- package/packages/components/select-input/index.d.ts +119 -11
- package/packages/components/select-input/index.js +0 -1
- package/packages/components/select-input/index.js.gz +0 -0
- package/packages/components/select-input/src/Index.vue.d.ts +48 -11
- package/packages/components/select-input/src/hooks/use-select-input.d.ts +5 -5
- package/packages/components/select-list/index.d.ts +343 -31
- package/packages/components/select-list/index.js +334 -392
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/select-list/src/Index.vue.d.ts +74 -33
- package/packages/components/select-list/src/hooks/use-drag.d.ts +1 -1
- package/packages/components/select-list/src/hooks/use-select-list.d.ts +4 -4
- package/packages/components/special-range-picker-month/index.d.ts +97 -11
- package/packages/components/special-range-picker-month/index.js +209 -304
- package/packages/components/special-range-picker-month/index.js.gz +0 -0
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +48 -11
- package/packages/components/special-range-picker-month/src/hooks/use-date-popover.d.ts +0 -6
- package/packages/components/special-range-picker-month/src/hooks/use-error.d.ts +3 -3
- package/packages/components/special-range-picker-year/index.d.ts +97 -11
- package/packages/components/special-range-picker-year/index.js +238 -371
- package/packages/components/special-range-picker-year/index.js.gz +0 -0
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +48 -11
- package/packages/components/special-range-picker-year/src/hooks/use-date-popover.d.ts +0 -6
- package/packages/components/special-range-picker-year/src/hooks/use-error.d.ts +3 -3
- package/packages/components/spin/index.d.ts +89 -5
- package/packages/components/spin/index.js +60 -73
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/spin/src/components/ComponentLoad/index.vue.d.ts +1 -1
- package/packages/components/spin/src/components/ContainerLoad/index.vue.d.ts +1 -1
- package/packages/components/spin/src/components/PageLoad/index.vue.d.ts +1 -1
- package/packages/components/spin/src/index.vue.d.ts +33 -9
- package/packages/components/split-panel/index.d.ts +256 -133
- package/packages/components/split-panel/index.js +211 -255
- package/packages/components/split-panel/index.js.gz +0 -0
- package/packages/components/split-panel/src/Index.vue.d.ts +40 -5
- package/packages/components/step/index.d.ts +65 -0
- package/packages/components/step/index.js +0 -1
- package/packages/components/step/index.js.gz +0 -0
- package/packages/components/step/src/stepItem.vue.d.ts +30 -10
- package/packages/components/steps/index.d.ts +3 -3
- package/packages/components/steps/index.js +6 -13
- package/packages/components/steps/src/steps.vue.d.ts +3 -8
- package/packages/components/switch/index.d.ts +22 -8
- package/packages/components/switch/src/Index.vue.d.ts +29 -6
- package/packages/components/table/index.d.ts +3271 -4229
- package/packages/components/table/index.js +3736 -4331
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/src/Table.vue.d.ts +109 -816
- package/packages/components/table/src/filter-pane/filterPane.vue.d.ts +39 -8
- package/packages/components/table/src/hooks/use-operation.d.ts +10 -13
- package/packages/components/table/src/hooks/use-setStyle.d.ts +1 -1
- package/packages/components/table/src/hooks/use-tree-check.d.ts +2 -2
- package/packages/components/table/src/table-column/index.vue.d.ts +81 -196
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/index.d.ts +345 -17
- package/packages/components/tabs/index.js +168 -234
- package/packages/components/tabs/index.js.gz +0 -0
- package/packages/components/tabs/src/Tabs.vue.d.ts +80 -0
- package/packages/components/tabs/src/hooks/use-tabs.d.ts +2 -2
- package/packages/components/tag/index.d.ts +123 -7
- package/packages/components/tag/index.js +11 -25
- package/packages/components/tag/index.js.gz +0 -0
- package/packages/components/tag/src/Index.vue.d.ts +36 -3
- package/packages/components/time-line/index.d.ts +187 -0
- package/packages/components/time-line/index.js +52 -72
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/time-line/src/Index.vue.d.ts +29 -9
- package/packages/components/time-line/src/TimelineItem.vue.d.ts +55 -0
- package/packages/components/tooltip/index.d.ts +366 -140
- package/packages/components/tooltip/index.js +26 -56
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tooltip/src/index.vue.d.ts +52 -5891
- package/packages/components/tree/index.d.ts +5821 -0
- package/packages/components/tree/index.js +843 -1004
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +182 -761
- package/packages/components/tree/src/empty.vue.d.ts +20 -8
- package/packages/components/tree/src/expand-icon.vue.d.ts +1 -1
- package/packages/components/tree/src/hooks/use-lazy-tree.d.ts +3 -3
- package/packages/components/tree/src/hooks/use-tree.d.ts +8 -11
- package/packages/components/tree-select/index.d.ts +15807 -0
- package/packages/components/tree-select/index.js +222 -248
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +1389 -5116
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +1305 -5085
- package/packages/components/tree-table/index.d.ts +617 -245
- package/packages/components/tree-table/index.js +260 -358
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-table/src/App.vue.d.ts +58 -17
- package/packages/components/tree-v2/index.d.ts +1348 -293
- package/packages/components/tree-v2/index.js +3231 -2019
- package/packages/components/tree-v2/index.js.gz +0 -0
- package/packages/components/tree-v2/src/App.vue.d.ts +93 -11
- package/packages/components/tree-v2/src/empty.vue.d.ts +20 -8
- package/packages/components/tree-v2/src/expand-icon.vue.d.ts +1 -1
- 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 +3 -3
- package/packages/components/tree-v2/src/hooks/use-tree.d.ts +8 -11
- package/packages/components/tree-v2/src/type.d.ts +3 -0
- package/packages/components/tree-v2/style.css +1 -1
- package/packages/components/tree-v2/style.css.gz +0 -0
- package/packages/components/upload/index.d.ts +214 -18
- package/packages/components/upload/index.js +114 -187
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/upload/src/Index.vue.d.ts +53 -23
- package/packages/components/upload/src/hook/use-upload.d.ts +4 -4
- package/packages/components/virtual-tree/index.js +90 -128
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/components/watermark/index.d.ts +3 -3
- package/packages/components/watermark/index.js +6 -13
- package/packages/components/watermark/src/index.vue.d.ts +3 -8
- package/packages/icons/1-grids/index.js +0 -1
- package/packages/icons/1-grids/index.js.gz +0 -0
- package/packages/icons/1-grids/index.vue.d.ts +3 -8
- package/packages/icons/4-grids/index.js +0 -1
- package/packages/icons/4-grids/index.js.gz +0 -0
- package/packages/icons/4-grids/index.vue.d.ts +3 -8
- package/packages/icons/9-grids/index.js +0 -1
- package/packages/icons/9-grids/index.js.gz +0 -0
- package/packages/icons/9-grids/index.vue.d.ts +3 -8
- package/packages/icons/add/index.js +0 -1
- package/packages/icons/add/index.js.gz +0 -0
- package/packages/icons/add/index.vue.d.ts +3 -8
- package/packages/icons/add-2/index.js +0 -1
- package/packages/icons/add-2/index.vue.d.ts +3 -8
- package/packages/icons/add-item/index.js +0 -1
- package/packages/icons/add-item/index.js.gz +0 -0
- package/packages/icons/add-item/index.vue.d.ts +3 -8
- package/packages/icons/addto/index.js +0 -1
- package/packages/icons/addto/index.js.gz +0 -0
- package/packages/icons/addto/index.vue.d.ts +3 -8
- package/packages/icons/alarm/index.js +0 -1
- package/packages/icons/alarm/index.js.gz +0 -0
- package/packages/icons/alarm/index.vue.d.ts +3 -8
- package/packages/icons/arrow-first/index.js +0 -1
- package/packages/icons/arrow-first/index.js.gz +0 -0
- package/packages/icons/arrow-first/index.vue.d.ts +3 -8
- package/packages/icons/arrow-last/index.js +0 -1
- package/packages/icons/arrow-last/index.js.gz +0 -0
- package/packages/icons/arrow-last/index.vue.d.ts +3 -8
- package/packages/icons/back/index.js +0 -1
- package/packages/icons/back/index.js.gz +0 -0
- package/packages/icons/back/index.vue.d.ts +3 -8
- package/packages/icons/bianjigongzuotai/index.js +0 -1
- package/packages/icons/bianjigongzuotai/index.js.gz +0 -0
- package/packages/icons/bianjigongzuotai/index.vue.d.ts +3 -8
- package/packages/icons/biaochi/index.js +0 -1
- package/packages/icons/biaochi/index.js.gz +0 -0
- package/packages/icons/biaochi/index.vue.d.ts +3 -8
- package/packages/icons/bim/index.js +0 -1
- package/packages/icons/bim/index.js.gz +0 -0
- package/packages/icons/bim/index.vue.d.ts +3 -8
- package/packages/icons/bold/index.js +0 -1
- package/packages/icons/bold/index.js.gz +0 -0
- package/packages/icons/bold/index.vue.d.ts +3 -8
- package/packages/icons/camera/index.js +0 -1
- package/packages/icons/camera/index.js.gz +0 -0
- package/packages/icons/camera/index.vue.d.ts +3 -8
- package/packages/icons/camera-2/index.js +0 -1
- package/packages/icons/camera-2/index.js.gz +0 -0
- package/packages/icons/camera-2/index.vue.d.ts +3 -8
- package/packages/icons/camera-3/index.js +0 -1
- package/packages/icons/camera-3/index.js.gz +0 -0
- package/packages/icons/camera-3/index.vue.d.ts +3 -8
- package/packages/icons/cancel-full-screen/index.js +0 -1
- package/packages/icons/cancel-full-screen/index.js.gz +0 -0
- package/packages/icons/cancel-full-screen/index.vue.d.ts +3 -8
- package/packages/icons/card/index.js +0 -1
- package/packages/icons/card/index.js.gz +0 -0
- package/packages/icons/card/index.vue.d.ts +3 -8
- package/packages/icons/card-view/index.js +0 -1
- package/packages/icons/card-view/index.js.gz +0 -0
- package/packages/icons/card-view/index.vue.d.ts +3 -8
- package/packages/icons/caret-bottom/index.js +0 -1
- package/packages/icons/caret-bottom/index.js.gz +0 -0
- package/packages/icons/caret-bottom/index.vue.d.ts +3 -8
- package/packages/icons/caret-right/index.js +0 -1
- package/packages/icons/caret-right/index.vue.d.ts +3 -8
- package/packages/icons/chakancelve/index.js +0 -1
- package/packages/icons/chakancelve/index.js.gz +0 -0
- package/packages/icons/chakancelve/index.vue.d.ts +3 -8
- package/packages/icons/change/index.js +0 -1
- package/packages/icons/change/index.js.gz +0 -0
- package/packages/icons/change/index.vue.d.ts +3 -8
- package/packages/icons/change-2/index.js +0 -1
- package/packages/icons/change-2/index.js.gz +0 -0
- package/packages/icons/change-2/index.vue.d.ts +3 -8
- package/packages/icons/change-3/index.js +0 -1
- package/packages/icons/change-3/index.js.gz +0 -0
- package/packages/icons/change-3/index.vue.d.ts +3 -8
- package/packages/icons/changetenant/index.js +0 -1
- package/packages/icons/changetenant/index.js.gz +0 -0
- package/packages/icons/changetenant/index.vue.d.ts +3 -8
- package/packages/icons/chart/index.js +0 -1
- package/packages/icons/chart/index.js.gz +0 -0
- package/packages/icons/chart/index.vue.d.ts +3 -8
- package/packages/icons/chaxunxiangqing/index.js +0 -1
- package/packages/icons/chaxunxiangqing/index.js.gz +0 -0
- package/packages/icons/chaxunxiangqing/index.vue.d.ts +3 -8
- package/packages/icons/check/index.js +0 -1
- package/packages/icons/check/index.js.gz +0 -0
- package/packages/icons/check/index.vue.d.ts +3 -8
- package/packages/icons/chuanglianjiang/index.js +0 -1
- package/packages/icons/chuanglianjiang/index.js.gz +0 -0
- package/packages/icons/chuanglianjiang/index.vue.d.ts +3 -8
- package/packages/icons/chuangliansheng/index.js +0 -1
- package/packages/icons/chuangliansheng/index.js.gz +0 -0
- package/packages/icons/chuangliansheng/index.vue.d.ts +3 -8
- package/packages/icons/chuanglianting/index.js +0 -1
- package/packages/icons/chuanglianting/index.js.gz +0 -0
- package/packages/icons/chuanglianting/index.vue.d.ts +3 -8
- package/packages/icons/chuizhiduiqi/index.js +0 -1
- package/packages/icons/chuizhiduiqi/index.js.gz +0 -0
- package/packages/icons/chuizhiduiqi/index.vue.d.ts +3 -8
- package/packages/icons/chuizhijunfen/index.js +0 -1
- package/packages/icons/chuizhijunfen/index.js.gz +0 -0
- package/packages/icons/chuizhijunfen/index.vue.d.ts +3 -8
- package/packages/icons/close/index.js +0 -1
- package/packages/icons/close/index.js.gz +0 -0
- package/packages/icons/close/index.vue.d.ts +3 -8
- package/packages/icons/close-2/index.js +0 -1
- package/packages/icons/close-2/index.js.gz +0 -0
- package/packages/icons/close-2/index.vue.d.ts +3 -8
- package/packages/icons/color/index.js +0 -1
- package/packages/icons/color/index.js.gz +0 -0
- package/packages/icons/color/index.vue.d.ts +3 -8
- package/packages/icons/copy/index.js +0 -1
- package/packages/icons/copy/index.js.gz +0 -0
- package/packages/icons/copy/index.vue.d.ts +3 -8
- package/packages/icons/custom/index.js +0 -1
- package/packages/icons/custom/index.js.gz +0 -0
- package/packages/icons/custom/index.vue.d.ts +3 -8
- package/packages/icons/daochu/index.js +0 -1
- package/packages/icons/daochu/index.js.gz +0 -0
- package/packages/icons/daochu/index.vue.d.ts +3 -8
- package/packages/icons/date/index.js +0 -1
- package/packages/icons/date/index.js.gz +0 -0
- package/packages/icons/date/index.vue.d.ts +3 -8
- package/packages/icons/decline/index.js +0 -1
- package/packages/icons/decline/index.js.gz +0 -0
- package/packages/icons/decline/index.vue.d.ts +3 -8
- package/packages/icons/default-btn/index.js +0 -1
- package/packages/icons/default-btn/index.js.gz +0 -0
- package/packages/icons/default-btn/index.vue.d.ts +3 -8
- package/packages/icons/default-point/index.js +0 -1
- package/packages/icons/default-point/index.js.gz +0 -0
- package/packages/icons/default-point/index.vue.d.ts +3 -8
- package/packages/icons/delete/index.js +0 -1
- package/packages/icons/delete/index.js.gz +0 -0
- package/packages/icons/delete/index.vue.d.ts +3 -8
- package/packages/icons/delete-2/index.js +0 -1
- package/packages/icons/delete-2/index.js.gz +0 -0
- package/packages/icons/delete-2/index.vue.d.ts +3 -8
- package/packages/icons/dengbijiesuo/index.js +0 -1
- package/packages/icons/dengbijiesuo/index.vue.d.ts +3 -8
- package/packages/icons/dengbisuoding/index.js +0 -1
- package/packages/icons/dengbisuoding/index.vue.d.ts +3 -8
- package/packages/icons/dengdai/index.js +0 -1
- package/packages/icons/dengdai/index.js.gz +0 -0
- package/packages/icons/dengdai/index.vue.d.ts +3 -8
- package/packages/icons/dianzan/index.js +0 -1
- package/packages/icons/dianzan/index.js.gz +0 -0
- package/packages/icons/dianzan/index.vue.d.ts +3 -8
- package/packages/icons/dianzan-2/index.js +0 -1
- package/packages/icons/dianzan-2/index.js.gz +0 -0
- package/packages/icons/dianzan-2/index.vue.d.ts +3 -8
- package/packages/icons/direction-control/index.js +0 -1
- package/packages/icons/direction-control/index.js.gz +0 -0
- package/packages/icons/direction-control/index.vue.d.ts +3 -8
- package/packages/icons/ditu/index.js +0 -1
- package/packages/icons/ditu/index.js.gz +0 -0
- package/packages/icons/ditu/index.vue.d.ts +3 -8
- package/packages/icons/dizhixuanze/index.js +0 -1
- package/packages/icons/dizhixuanze/index.js.gz +0 -0
- package/packages/icons/dizhixuanze/index.vue.d.ts +3 -8
- package/packages/icons/double-arrow-left/index.js +0 -1
- package/packages/icons/double-arrow-left/index.js.gz +0 -0
- package/packages/icons/double-arrow-left/index.vue.d.ts +3 -8
- package/packages/icons/double-arrow-right/index.js +0 -1
- package/packages/icons/double-arrow-right/index.js.gz +0 -0
- package/packages/icons/double-arrow-right/index.vue.d.ts +3 -8
- package/packages/icons/down/index.js +0 -1
- package/packages/icons/down/index.js.gz +0 -0
- package/packages/icons/down/index.vue.d.ts +3 -8
- package/packages/icons/down-2/index.js +0 -1
- package/packages/icons/down-2/index.vue.d.ts +3 -8
- package/packages/icons/down-3/index.js +0 -1
- package/packages/icons/down-3/index.vue.d.ts +3 -8
- package/packages/icons/download/index.js +0 -1
- package/packages/icons/download/index.js.gz +0 -0
- package/packages/icons/download/index.vue.d.ts +3 -8
- package/packages/icons/drag/index.js +0 -1
- package/packages/icons/drag/index.js.gz +0 -0
- package/packages/icons/drag/index.vue.d.ts +3 -8
- package/packages/icons/drawing/index.js +0 -1
- package/packages/icons/drawing/index.js.gz +0 -0
- package/packages/icons/drawing/index.vue.d.ts +3 -8
- package/packages/icons/edit/index.js +0 -1
- package/packages/icons/edit/index.js.gz +0 -0
- package/packages/icons/edit/index.vue.d.ts +3 -8
- package/packages/icons/edit-1/index.js +0 -1
- package/packages/icons/edit-1/index.js.gz +0 -0
- package/packages/icons/edit-1/index.vue.d.ts +3 -8
- package/packages/icons/edit-3/index.js +0 -1
- package/packages/icons/edit-3/index.js.gz +0 -0
- package/packages/icons/edit-3/index.vue.d.ts +3 -8
- package/packages/icons/empty/index.js +0 -1
- package/packages/icons/empty/index.js.gz +0 -0
- package/packages/icons/empty/index.vue.d.ts +3 -8
- package/packages/icons/enlarge/index.js +0 -1
- package/packages/icons/enlarge/index.js.gz +0 -0
- package/packages/icons/enlarge/index.vue.d.ts +3 -8
- package/packages/icons/entry/index.js +0 -1
- package/packages/icons/entry/index.js.gz +0 -0
- package/packages/icons/entry/index.vue.d.ts +3 -8
- package/packages/icons/exit/index.js +0 -1
- package/packages/icons/exit/index.js.gz +0 -0
- package/packages/icons/exit/index.vue.d.ts +3 -8
- package/packages/icons/fabu/index.js +0 -1
- package/packages/icons/fabu/index.js.gz +0 -0
- package/packages/icons/fabu/index.vue.d.ts +3 -8
- package/packages/icons/fanhui/index.js +0 -1
- package/packages/icons/fanhui/index.js.gz +0 -0
- package/packages/icons/fanhui/index.vue.d.ts +3 -8
- package/packages/icons/filter-3/index.js +0 -1
- package/packages/icons/filter-3/index.js.gz +0 -0
- package/packages/icons/filter-3/index.vue.d.ts +3 -8
- package/packages/icons/finish/index.js +0 -1
- package/packages/icons/finish/index.js.gz +0 -0
- package/packages/icons/finish/index.vue.d.ts +3 -8
- package/packages/icons/fold/index.js +0 -1
- package/packages/icons/fold/index.js.gz +0 -0
- package/packages/icons/fold/index.vue.d.ts +3 -8
- package/packages/icons/folder-quest/index.js +0 -1
- package/packages/icons/folder-quest/index.js.gz +0 -0
- package/packages/icons/folder-quest/index.vue.d.ts +3 -8
- package/packages/icons/form-tips/index.js +0 -1
- package/packages/icons/form-tips/index.js.gz +0 -0
- package/packages/icons/form-tips/index.vue.d.ts +3 -8
- package/packages/icons/full/index.js +0 -1
- package/packages/icons/full/index.js.gz +0 -0
- package/packages/icons/full/index.vue.d.ts +3 -8
- package/packages/icons/full-screen/index.js +0 -1
- package/packages/icons/full-screen/index.js.gz +0 -0
- package/packages/icons/full-screen/index.vue.d.ts +3 -8
- package/packages/icons/fullscreen-2/index.js +0 -1
- package/packages/icons/fullscreen-2/index.js.gz +0 -0
- package/packages/icons/fullscreen-2/index.vue.d.ts +3 -8
- package/packages/icons/fuzhi/index.js +0 -1
- package/packages/icons/fuzhi/index.js.gz +0 -0
- package/packages/icons/fuzhi/index.vue.d.ts +3 -8
- package/packages/icons/gaojin/index.js +0 -1
- package/packages/icons/gaojin/index.js.gz +0 -0
- package/packages/icons/gaojin/index.vue.d.ts +3 -8
- package/packages/icons/gengduocaozuo/index.js +0 -1
- package/packages/icons/gengduocaozuo/index.vue.d.ts +3 -8
- package/packages/icons/global/index.js +0 -1
- package/packages/icons/global/index.js.gz +0 -0
- package/packages/icons/global/index.vue.d.ts +3 -8
- package/packages/icons/gongzuotaiguanli/index.js +0 -1
- package/packages/icons/gongzuotaiguanli/index.js.gz +0 -0
- package/packages/icons/gongzuotaiguanli/index.vue.d.ts +3 -8
- package/packages/icons/header-seach/index.js +0 -1
- package/packages/icons/header-seach/index.js.gz +0 -0
- package/packages/icons/header-seach/index.vue.d.ts +3 -8
- package/packages/icons/header-setting/index.js +0 -1
- package/packages/icons/header-setting/index.js.gz +0 -0
- package/packages/icons/header-setting/index.vue.d.ts +3 -8
- package/packages/icons/headersettings/index.js +0 -1
- package/packages/icons/headersettings/index.js.gz +0 -0
- package/packages/icons/headersettings/index.vue.d.ts +3 -8
- package/packages/icons/hide/index.js +0 -1
- package/packages/icons/hide/index.js.gz +0 -0
- package/packages/icons/hide/index.vue.d.ts +3 -8
- package/packages/icons/huabufuwei/index.js +0 -1
- package/packages/icons/huabufuwei/index.js.gz +0 -0
- package/packages/icons/huabufuwei/index.vue.d.ts +3 -8
- package/packages/icons/huaxian/index.js +0 -1
- package/packages/icons/huaxian/index.js.gz +0 -0
- package/packages/icons/huaxian/index.vue.d.ts +3 -8
- package/packages/icons/huifuchuchangshezhi/index.js +0 -1
- package/packages/icons/huifuchuchangshezhi/index.js.gz +0 -0
- package/packages/icons/huifuchuchangshezhi/index.vue.d.ts +3 -8
- package/packages/icons/hyperlinks/index.js +0 -1
- package/packages/icons/hyperlinks/index.js.gz +0 -0
- package/packages/icons/hyperlinks/index.vue.d.ts +3 -8
- package/packages/icons/img/index.js +0 -1
- package/packages/icons/img/index.js.gz +0 -0
- package/packages/icons/img/index.vue.d.ts +3 -8
- package/packages/icons/input-close/index.js +0 -1
- package/packages/icons/input-close/index.js.gz +0 -0
- package/packages/icons/input-close/index.vue.d.ts +3 -8
- package/packages/icons/input-select/index.js +0 -1
- package/packages/icons/input-select/index.js.gz +0 -0
- package/packages/icons/input-select/index.vue.d.ts +3 -8
- package/packages/icons/italic/index.js +0 -1
- package/packages/icons/italic/index.js.gz +0 -0
- package/packages/icons/italic/index.vue.d.ts +3 -8
- package/packages/icons/jia-1/index.js +0 -1
- package/packages/icons/jia-1/index.js.gz +0 -0
- package/packages/icons/jia-1/index.vue.d.ts +3 -8
- package/packages/icons/jian-1/index.js +0 -1
- package/packages/icons/jian-1/index.vue.d.ts +3 -8
- package/packages/icons/jianshao-1/index.js +0 -1
- package/packages/icons/jianshao-1/index.vue.d.ts +3 -8
- package/packages/icons/jinggao/index.js +0 -1
- package/packages/icons/jinggao/index.js.gz +0 -0
- package/packages/icons/jinggao/index.vue.d.ts +3 -8
- package/packages/icons/jushangduiqi/index.js +0 -1
- package/packages/icons/jushangduiqi/index.js.gz +0 -0
- package/packages/icons/jushangduiqi/index.vue.d.ts +3 -8
- package/packages/icons/juxiaduiqi/index.js +0 -1
- package/packages/icons/juxiaduiqi/index.js.gz +0 -0
- package/packages/icons/juxiaduiqi/index.vue.d.ts +3 -8
- package/packages/icons/juxinghuizhi/index.js +0 -1
- package/packages/icons/juxinghuizhi/index.js.gz +0 -0
- package/packages/icons/juxinghuizhi/index.vue.d.ts +3 -8
- package/packages/icons/juyouduiqi/index.js +0 -1
- package/packages/icons/juyouduiqi/index.js.gz +0 -0
- package/packages/icons/juyouduiqi/index.vue.d.ts +3 -8
- package/packages/icons/juzuoduiqi/index.js +0 -1
- package/packages/icons/juzuoduiqi/index.js.gz +0 -0
- package/packages/icons/juzuoduiqi/index.vue.d.ts +3 -8
- package/packages/icons/kaiguan/index.js +0 -1
- package/packages/icons/kaiguan/index.js.gz +0 -0
- package/packages/icons/kaiguan/index.vue.d.ts +3 -8
- package/packages/icons/kaimen/index.js +0 -1
- package/packages/icons/kaimen/index.js.gz +0 -0
- package/packages/icons/kaimen/index.vue.d.ts +3 -8
- package/packages/icons/layout-refresh/index.js +0 -1
- package/packages/icons/layout-refresh/index.js.gz +0 -0
- package/packages/icons/layout-refresh/index.vue.d.ts +3 -8
- package/packages/icons/left/index.js +0 -1
- package/packages/icons/left/index.vue.d.ts +3 -8
- package/packages/icons/link/index.js +0 -1
- package/packages/icons/link/index.js.gz +0 -0
- package/packages/icons/link/index.vue.d.ts +3 -8
- package/packages/icons/list/index.js +0 -1
- package/packages/icons/list/index.js.gz +0 -0
- package/packages/icons/list/index.vue.d.ts +3 -8
- package/packages/icons/list-view/index.js +0 -1
- package/packages/icons/list-view/index.js.gz +0 -0
- package/packages/icons/list-view/index.vue.d.ts +3 -8
- package/packages/icons/load/index.js +0 -1
- package/packages/icons/load/index.js.gz +0 -0
- package/packages/icons/load/index.vue.d.ts +3 -8
- package/packages/icons/lock/index.js +0 -1
- package/packages/icons/lock/index.js.gz +0 -0
- package/packages/icons/lock/index.vue.d.ts +3 -8
- package/packages/icons/marsh/index.js +0 -1
- package/packages/icons/marsh/index.vue.d.ts +3 -8
- package/packages/icons/me/index.js +0 -1
- package/packages/icons/me/index.js.gz +0 -0
- package/packages/icons/me/index.vue.d.ts +3 -8
- package/packages/icons/more/index.js +0 -1
- package/packages/icons/more/index.js.gz +0 -0
- package/packages/icons/more/index.vue.d.ts +3 -8
- package/packages/icons/more-2/index.js +0 -1
- package/packages/icons/more-2/index.vue.d.ts +3 -8
- package/packages/icons/more-btn/index.js +0 -1
- package/packages/icons/more-btn/index.js.gz +0 -0
- package/packages/icons/more-btn/index.vue.d.ts +3 -8
- package/packages/icons/muted/index.js +0 -1
- package/packages/icons/muted/index.js.gz +0 -0
- package/packages/icons/muted/index.vue.d.ts +3 -8
- package/packages/icons/notification-face/index.js +0 -1
- package/packages/icons/notification-face/index.js.gz +0 -0
- package/packages/icons/notification-face/index.vue.d.ts +3 -8
- package/packages/icons/paiban/index.js +0 -1
- package/packages/icons/paiban/index.js.gz +0 -0
- package/packages/icons/paiban/index.vue.d.ts +3 -8
- package/packages/icons/password-lock/index.js +0 -1
- package/packages/icons/password-lock/index.js.gz +0 -0
- package/packages/icons/password-lock/index.vue.d.ts +3 -8
- package/packages/icons/password-lock2/index.js +0 -1
- package/packages/icons/password-lock2/index.js.gz +0 -0
- package/packages/icons/password-lock2/index.vue.d.ts +3 -8
- package/packages/icons/pause/index.js +0 -1
- package/packages/icons/pause/index.js.gz +0 -0
- package/packages/icons/pause/index.vue.d.ts +3 -8
- package/packages/icons/phone/index.js +0 -1
- package/packages/icons/phone/index.js.gz +0 -0
- package/packages/icons/phone/index.vue.d.ts +3 -8
- package/packages/icons/pinglun/index.js +0 -1
- package/packages/icons/pinglun/index.js.gz +0 -0
- package/packages/icons/pinglun/index.vue.d.ts +3 -8
- package/packages/icons/plan/index.js +0 -1
- package/packages/icons/plan/index.js.gz +0 -0
- package/packages/icons/plan/index.vue.d.ts +3 -8
- package/packages/icons/play/index.js +0 -1
- package/packages/icons/play/index.js.gz +0 -0
- package/packages/icons/play/index.vue.d.ts +3 -8
- package/packages/icons/preview/index.js +0 -1
- package/packages/icons/preview/index.js.gz +0 -0
- package/packages/icons/preview/index.vue.d.ts +3 -8
- package/packages/icons/preview-eye/index.js +0 -1
- package/packages/icons/preview-eye/index.js.gz +0 -0
- package/packages/icons/preview-eye/index.vue.d.ts +3 -8
- package/packages/icons/project-list/index.js +0 -1
- package/packages/icons/project-list/index.js.gz +0 -0
- package/packages/icons/project-list/index.vue.d.ts +3 -8
- package/packages/icons/project-tree/index.js +0 -1
- package/packages/icons/project-tree/index.js.gz +0 -0
- package/packages/icons/project-tree/index.vue.d.ts +3 -8
- package/packages/icons/promptinformation-l/index.js +0 -1
- package/packages/icons/promptinformation-l/index.js.gz +0 -0
- package/packages/icons/promptinformation-l/index.vue.d.ts +3 -8
- package/packages/icons/qiehuangongzuotai/index.js +0 -1
- package/packages/icons/qiehuangongzuotai/index.js.gz +0 -0
- package/packages/icons/qiehuangongzuotai/index.vue.d.ts +3 -8
- package/packages/icons/quanping/index.js +0 -1
- package/packages/icons/quanping/index.js.gz +0 -0
- package/packages/icons/quanping/index.vue.d.ts +3 -8
- package/packages/icons/rate-all/index.js +0 -1
- package/packages/icons/rate-all/index.js.gz +0 -0
- package/packages/icons/rate-all/index.vue.d.ts +3 -8
- package/packages/icons/rate-half/index.js +0 -1
- package/packages/icons/rate-half/index.js.gz +0 -0
- package/packages/icons/rate-half/index.vue.d.ts +3 -8
- package/packages/icons/rate-none/index.js +0 -1
- package/packages/icons/rate-none/index.js.gz +0 -0
- package/packages/icons/rate-none/index.vue.d.ts +3 -8
- package/packages/icons/recover/index.js +0 -1
- package/packages/icons/recover/index.js.gz +0 -0
- package/packages/icons/recover/index.vue.d.ts +3 -8
- package/packages/icons/refresh/index.js +0 -1
- package/packages/icons/refresh/index.js.gz +0 -0
- package/packages/icons/refresh/index.vue.d.ts +3 -8
- package/packages/icons/reload/index.js +0 -1
- package/packages/icons/reload/index.js.gz +0 -0
- package/packages/icons/reload/index.vue.d.ts +3 -8
- package/packages/icons/reset/index.js +0 -1
- package/packages/icons/reset/index.js.gz +0 -0
- package/packages/icons/reset/index.vue.d.ts +3 -8
- package/packages/icons/right/index.js +0 -1
- package/packages/icons/right/index.vue.d.ts +3 -8
- package/packages/icons/right-3/index.js +0 -1
- package/packages/icons/right-3/index.js.gz +0 -0
- package/packages/icons/right-3/index.vue.d.ts +3 -8
- package/packages/icons/riqixuanze/index.js +0 -1
- package/packages/icons/riqixuanze/index.js.gz +0 -0
- package/packages/icons/riqixuanze/index.vue.d.ts +3 -8
- package/packages/icons/rise/index.js +0 -1
- package/packages/icons/rise/index.js.gz +0 -0
- package/packages/icons/rise/index.vue.d.ts +3 -8
- package/packages/icons/save/index.js +0 -1
- package/packages/icons/save/index.js.gz +0 -0
- package/packages/icons/save/index.vue.d.ts +3 -8
- package/packages/icons/screenshot/index.js +0 -1
- package/packages/icons/screenshot/index.js.gz +0 -0
- package/packages/icons/screenshot/index.vue.d.ts +3 -8
- package/packages/icons/search/index.js +0 -1
- package/packages/icons/search/index.js.gz +0 -0
- package/packages/icons/search/index.vue.d.ts +3 -8
- package/packages/icons/select/index.js +0 -1
- package/packages/icons/select/index.vue.d.ts +3 -8
- package/packages/icons/select-confirm/index.js +0 -1
- package/packages/icons/select-confirm/index.js.gz +0 -0
- package/packages/icons/select-confirm/index.vue.d.ts +3 -8
- package/packages/icons/set-up/index.js +0 -1
- package/packages/icons/set-up/index.js.gz +0 -0
- package/packages/icons/set-up/index.vue.d.ts +3 -8
- package/packages/icons/setting/index.js +0 -1
- package/packages/icons/setting/index.js.gz +0 -0
- package/packages/icons/setting/index.vue.d.ts +3 -8
- package/packages/icons/shangchuan/index.js +0 -1
- package/packages/icons/shangchuan/index.js.gz +0 -0
- package/packages/icons/shangchuan/index.vue.d.ts +3 -8
- package/packages/icons/shebei/index.js +0 -1
- package/packages/icons/shebei/index.js.gz +0 -0
- package/packages/icons/shebei/index.vue.d.ts +3 -8
- package/packages/icons/shebeiqunzu/index.js +0 -1
- package/packages/icons/shebeiqunzu/index.js.gz +0 -0
- package/packages/icons/shebeiqunzu/index.vue.d.ts +3 -8
- package/packages/icons/sheweimoren/index.js +0 -1
- package/packages/icons/sheweimoren/index.js.gz +0 -0
- package/packages/icons/sheweimoren/index.vue.d.ts +3 -8
- package/packages/icons/shisuan/index.js +0 -1
- package/packages/icons/shisuan/index.js.gz +0 -0
- package/packages/icons/shisuan/index.vue.d.ts +3 -8
- package/packages/icons/shitu-kapian/index.js +0 -1
- package/packages/icons/shitu-kapian/index.js.gz +0 -0
- package/packages/icons/shitu-kapian/index.vue.d.ts +3 -8
- package/packages/icons/shitu-liebiao/index.js +0 -1
- package/packages/icons/shitu-liebiao/index.vue.d.ts +3 -8
- package/packages/icons/shitu-map/index.js +0 -1
- package/packages/icons/shitu-map/index.js.gz +0 -0
- package/packages/icons/shitu-map/index.vue.d.ts +3 -8
- package/packages/icons/shortcut-keys/index.js +0 -1
- package/packages/icons/shortcut-keys/index.js.gz +0 -0
- package/packages/icons/shortcut-keys/index.vue.d.ts +3 -8
- package/packages/icons/shoudongzhihang/index.js +0 -1
- package/packages/icons/shoudongzhihang/index.js.gz +0 -0
- package/packages/icons/shoudongzhihang/index.vue.d.ts +3 -8
- package/packages/icons/shouqiliangcemianban/index.js +0 -1
- package/packages/icons/shouqiliangcemianban/index.vue.d.ts +3 -8
- package/packages/icons/shouqiyoucemianban/index.js +0 -1
- package/packages/icons/shouqiyoucemianban/index.vue.d.ts +3 -8
- package/packages/icons/shouqiyoucemianban-1/index.js +0 -1
- package/packages/icons/shouqiyoucemianban-1/index.js.gz +0 -0
- package/packages/icons/shouqiyoucemianban-1/index.vue.d.ts +3 -8
- package/packages/icons/shouqizuocemianban/index.js +0 -1
- package/packages/icons/shouqizuocemianban/index.vue.d.ts +3 -8
- package/packages/icons/shouqizuocemianban-1/index.js +0 -1
- package/packages/icons/shouqizuocemianban-1/index.js.gz +0 -0
- package/packages/icons/shouqizuocemianban-1/index.vue.d.ts +3 -8
- package/packages/icons/shouquan/index.js +0 -1
- package/packages/icons/shouquan/index.js.gz +0 -0
- package/packages/icons/shouquan/index.vue.d.ts +3 -8
- package/packages/icons/show/index.js +0 -1
- package/packages/icons/show/index.js.gz +0 -0
- package/packages/icons/show/index.vue.d.ts +3 -8
- package/packages/icons/shrink/index.js +0 -1
- package/packages/icons/shrink/index.js.gz +0 -0
- package/packages/icons/shrink/index.vue.d.ts +3 -8
- package/packages/icons/shuaxin/index.js +0 -1
- package/packages/icons/shuaxin/index.js.gz +0 -0
- package/packages/icons/shuaxin/index.vue.d.ts +3 -8
- package/packages/icons/shuipingduiqi/index.js +0 -1
- package/packages/icons/shuipingduiqi/index.js.gz +0 -0
- package/packages/icons/shuipingduiqi/index.vue.d.ts +3 -8
- package/packages/icons/shuipingjunfen/index.js +0 -1
- package/packages/icons/shuipingjunfen/index.js.gz +0 -0
- package/packages/icons/shuipingjunfen/index.vue.d.ts +3 -8
- package/packages/icons/shuyoufanye/index.js +0 -1
- package/packages/icons/shuyoufanye/index.vue.d.ts +3 -8
- package/packages/icons/shuzuofanye/index.js +0 -1
- package/packages/icons/shuzuofanye/index.vue.d.ts +3 -8
- package/packages/icons/solid-filter/index.js +0 -1
- package/packages/icons/solid-filter/index.js.gz +0 -0
- package/packages/icons/solid-filter/index.vue.d.ts +3 -8
- package/packages/icons/start/index.js +0 -1
- package/packages/icons/start/index.js.gz +0 -0
- package/packages/icons/start/index.vue.d.ts +3 -8
- package/packages/icons/stop/index.js +0 -1
- package/packages/icons/stop/index.js.gz +0 -0
- package/packages/icons/stop/index.vue.d.ts +3 -8
- package/packages/icons/structural-diagram/index.js +0 -1
- package/packages/icons/structural-diagram/index.js.gz +0 -0
- package/packages/icons/structural-diagram/index.vue.d.ts +3 -8
- package/packages/icons/success/index.js +0 -1
- package/packages/icons/success/index.vue.d.ts +3 -8
- package/packages/icons/system/index.js +0 -1
- package/packages/icons/system/index.js.gz +0 -0
- package/packages/icons/system/index.vue.d.ts +3 -8
- package/packages/icons/table-header-search/index.js +0 -1
- package/packages/icons/table-header-search/index.js.gz +0 -0
- package/packages/icons/table-header-search/index.vue.d.ts +3 -8
- package/packages/icons/text/index.js +0 -1
- package/packages/icons/text/index.js.gz +0 -0
- package/packages/icons/text/index.vue.d.ts +3 -8
- package/packages/icons/tick/index.js +0 -1
- package/packages/icons/tick/index.js.gz +0 -0
- package/packages/icons/tick/index.vue.d.ts +3 -8
- package/packages/icons/tishixinxi/index.js +0 -1
- package/packages/icons/tishixinxi/index.js.gz +0 -0
- package/packages/icons/tishixinxi/index.vue.d.ts +3 -8
- package/packages/icons/tongguo/index.js +0 -1
- package/packages/icons/tongguo/index.js.gz +0 -0
- package/packages/icons/tongguo/index.vue.d.ts +3 -8
- package/packages/icons/tongzhi/index.js +0 -1
- package/packages/icons/tongzhi/index.js.gz +0 -0
- package/packages/icons/tongzhi/index.vue.d.ts +3 -8
- package/packages/icons/tubiaoku/index.js +0 -1
- package/packages/icons/tubiaoku/index.js.gz +0 -0
- package/packages/icons/tubiaoku/index.vue.d.ts +3 -8
- package/packages/icons/tuichuquanping/index.js +0 -1
- package/packages/icons/tuichuquanping/index.js.gz +0 -0
- package/packages/icons/tuichuquanping/index.vue.d.ts +3 -8
- package/packages/icons/tuozhuai/index.js +0 -1
- package/packages/icons/tuozhuai/index.js.gz +0 -0
- package/packages/icons/tuozhuai/index.vue.d.ts +3 -8
- package/packages/icons/underline/index.js +0 -1
- package/packages/icons/underline/index.js.gz +0 -0
- package/packages/icons/underline/index.vue.d.ts +3 -8
- package/packages/icons/unflod/index.js +0 -1
- package/packages/icons/unflod/index.js.gz +0 -0
- package/packages/icons/unflod/index.vue.d.ts +3 -8
- package/packages/icons/unlock/index.js +0 -1
- package/packages/icons/unlock/index.js.gz +0 -0
- package/packages/icons/unlock/index.vue.d.ts +3 -8
- package/packages/icons/up/index.js +0 -1
- package/packages/icons/up/index.js.gz +0 -0
- package/packages/icons/up/index.vue.d.ts +3 -8
- package/packages/icons/up-2/index.js +0 -1
- package/packages/icons/up-2/index.js.gz +0 -0
- package/packages/icons/up-2/index.vue.d.ts +3 -8
- package/packages/icons/vauth/index.js +0 -1
- package/packages/icons/vauth/index.js.gz +0 -0
- package/packages/icons/vauth/index.vue.d.ts +3 -8
- package/packages/icons/view/index.js +0 -1
- package/packages/icons/view/index.js.gz +0 -0
- package/packages/icons/view/index.vue.d.ts +3 -8
- package/packages/icons/view-2/index.js +0 -1
- package/packages/icons/view-2/index.js.gz +0 -0
- package/packages/icons/view-2/index.vue.d.ts +3 -8
- package/packages/icons/volume/index.js +0 -1
- package/packages/icons/volume/index.js.gz +0 -0
- package/packages/icons/volume/index.vue.d.ts +3 -8
- package/packages/icons/wangge/index.js +0 -1
- package/packages/icons/wangge/index.js.gz +0 -0
- package/packages/icons/wangge/index.vue.d.ts +3 -8
- package/packages/icons/wangge-1/index.js +0 -1
- package/packages/icons/wangge-1/index.js.gz +0 -0
- package/packages/icons/wangge-1/index.vue.d.ts +3 -8
- package/packages/icons/warning/index.js +0 -1
- package/packages/icons/warning/index.js.gz +0 -0
- package/packages/icons/warning/index.vue.d.ts +3 -8
- package/packages/icons/warning-face/index.js +0 -1
- package/packages/icons/warning-face/index.js.gz +0 -0
- package/packages/icons/warning-face/index.vue.d.ts +3 -8
- package/packages/icons/wendujiang/index.js +0 -1
- package/packages/icons/wendujiang/index.js.gz +0 -0
- package/packages/icons/wendujiang/index.vue.d.ts +3 -8
- package/packages/icons/wendusheng/index.js +0 -1
- package/packages/icons/wendusheng/index.js.gz +0 -0
- package/packages/icons/wendusheng/index.vue.d.ts +3 -8
- package/packages/icons/withdraw/index.js +0 -1
- package/packages/icons/withdraw/index.js.gz +0 -0
- package/packages/icons/withdraw/index.vue.d.ts +3 -8
- package/packages/icons/xiala/index.js +0 -1
- package/packages/icons/xiala/index.vue.d.ts +3 -8
- package/packages/icons/xiazai/index.js +0 -1
- package/packages/icons/xiazai/index.js.gz +0 -0
- package/packages/icons/xiazai/index.vue.d.ts +3 -8
- package/packages/icons/xinzengtongji/index.js +0 -1
- package/packages/icons/xinzengtongji/index.js.gz +0 -0
- package/packages/icons/xinzengtongji/index.vue.d.ts +3 -8
- package/packages/icons/xuanzhuanjiaodu/index.js +0 -1
- package/packages/icons/xuanzhuanjiaodu/index.js.gz +0 -0
- package/packages/icons/xuanzhuanjiaodu/index.vue.d.ts +3 -8
- package/packages/icons/yidongduan/index.js +0 -1
- package/packages/icons/yidongduan/index.js.gz +0 -0
- package/packages/icons/yidongduan/index.vue.d.ts +3 -8
- package/packages/icons/yincang/index.js +0 -1
- package/packages/icons/yincang/index.js.gz +0 -0
- package/packages/icons/yincang/index.vue.d.ts +3 -8
- package/packages/icons/yingpian/index.js +0 -1
- package/packages/icons/yingpian/index.js.gz +0 -0
- package/packages/icons/yingpian/index.vue.d.ts +3 -8
- package/packages/icons/yitushoutu/index.js +0 -1
- package/packages/icons/yitushoutu/index.js.gz +0 -0
- package/packages/icons/yitushoutu/index.vue.d.ts +3 -8
- package/packages/icons/yuanxinghuizhi/index.js +0 -1
- package/packages/icons/yuanxinghuizhi/index.js.gz +0 -0
- package/packages/icons/yuanxinghuizhi/index.vue.d.ts +3 -8
- package/packages/icons/yulan-2/index.js +0 -1
- package/packages/icons/yulan-2/index.js.gz +0 -0
- package/packages/icons/yulan-2/index.vue.d.ts +3 -8
- package/packages/icons/zhangaiwu/index.js +0 -1
- package/packages/icons/zhangaiwu/index.js.gz +0 -0
- package/packages/icons/zhangaiwu/index.vue.d.ts +3 -8
- package/packages/icons/zhizhen/index.js +0 -1
- package/packages/icons/zhizhen/index.js.gz +0 -0
- package/packages/icons/zhizhen/index.vue.d.ts +3 -8
- package/packages/icons/zhuomianduan/index.js +0 -1
- package/packages/icons/zhuomianduan/index.js.gz +0 -0
- package/packages/icons/zhuomianduan/index.vue.d.ts +3 -8
- package/packages/icons/zidingyihuizhi/index.js +0 -1
- package/packages/icons/zidingyihuizhi/index.js.gz +0 -0
- package/packages/icons/zidingyihuizhi/index.vue.d.ts +3 -8
- package/packages/icons/zuobiao/index.js +0 -1
- package/packages/icons/zuobiao/index.js.gz +0 -0
- package/packages/icons/zuobiao/index.vue.d.ts +3 -8
- package/packages/components/virtual-tree/src/App.vue.d.ts +0 -3973
- package/packages/components/virtual-tree/src/type.d.ts +0 -40
- package/packages/icons/caret-right/index.js.gz +0 -0
- package/packages/icons/shouqiyoucemianban/index.js.gz +0 -0
- package/packages/icons/shouqizuocemianban/index.js.gz +0 -0
- package/packages/icons/shuyoufanye/index.js.gz +0 -0
- package/packages/icons/shuzuofanye/index.js.gz +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/business-components/process-form/style.css';
|
|
2
2
|
import { withInstall as pt } from "@das-fed/utils/with-install/index";
|
|
3
|
-
import { ref as i, defineComponent as
|
|
3
|
+
import { ref as i, defineComponent as Q, watch as L, openBlock as V, createBlock as F, unref as a, withCtx as $, createVNode as N, createCommentVNode as E, createElementVNode as Ke, createElementBlock as x, Fragment as G, createTextVNode as ee, toDisplayString as te, isRef as he, createSlots as dt, h as le, renderList as ie, resolveDynamicComponent as ge, onMounted as ct, withDirectives as gt, normalizeStyle as mt } from "vue";
|
|
4
4
|
import { DasFormRef as vt, DasForm as Ie } from "@das-fed/ui/packages/components/form/index";
|
|
5
5
|
import { DasButton as ft } from "@das-fed/ui/packages/components/button/index";
|
|
6
6
|
import { vOverlay as ht } from "@das-fed/ui/packages/components/overlay/index";
|
|
@@ -9,14 +9,14 @@ import { DasUpload as yt } from "@das-fed/ui/packages/components/upload/index";
|
|
|
9
9
|
import { DasFormItem as U } from "@das-fed/ui/packages/components/form-item/index";
|
|
10
10
|
import { DasAutocomplete as bt } from "@das-fed/ui/packages/components/autocomplete/index";
|
|
11
11
|
import ve from "dayjs";
|
|
12
|
-
import { DasImageViewer as
|
|
12
|
+
import { DasImageViewer as Be } from "@das-fed/ui/packages/components/image-viewer/index";
|
|
13
13
|
import { DasInput as _t } from "@das-fed/ui/packages/components/input/index";
|
|
14
14
|
import { DasTooltip as Ve } from "@das-fed/ui/packages/components/tooltip/index";
|
|
15
|
-
import { i18n as
|
|
15
|
+
import { i18n as B, t as _, setI18nRule as wt } from "@das-fed/web/packages/i18n/index";
|
|
16
16
|
import { DasTableColumn as I } from "@das-fed/ui/packages/components/table/index";
|
|
17
17
|
import { DasSearchForm as Ct } from "@das-fed/ui/packages/components/search-form/index";
|
|
18
18
|
import { DasModelTableDialog as Dt } from "@das-fed/ui/packages/business-components/model-table-dialog";
|
|
19
|
-
import { getProjectInfo as
|
|
19
|
+
import { getProjectInfo as je } from "@das-fed/utils/common-info";
|
|
20
20
|
import { getConfig as Vt } from "@das-fed/utils/config";
|
|
21
21
|
import { DasRichEditor as Ee } from "@das-fed/ui/packages/components/rich-editor/index";
|
|
22
22
|
import { DasCollaspe as Ae } from "@das-fed/ui/packages/components/collaspe/index";
|
|
@@ -25,7 +25,7 @@ const X = "v1", kt = Z(`/workflow/form/form/${X}`), St = Z(`/workflow/form/formD
|
|
|
25
25
|
Z(`/workflow/api/user/${X}`);
|
|
26
26
|
const Ue = Z(`/workflow/api/extend/${X}`), Nt = Z(`/workflow/flow/def/${X}`), Lt = Z(`/workflow/form/customQuery/${X}`), ae = Z(`/api/enterpriseright/permission/${X}`), ke = Z(`/api/space-manage/space-tree/${X}`), zt = Z(`/workflow/form/dataTemplate/${X}`), Se = Z(`/api/supply/supplier/${X}`), Mt = Z(`/api/warehouse/vms/${X}/asset-receive`), Tt = zt.get("/getBpmDataTemplateInfoByFlowKey"), Rt = kt.get("/formDesign"), $t = St.get("/get"), Pt = Ue.get("/report-config");
|
|
27
27
|
Ue.get("/application-report");
|
|
28
|
-
const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt = ae.get("/organization/authTree"), Ot = ae.post("/user/list"),
|
|
28
|
+
const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt = ae.get("/organization/authTree"), Ot = ae.post("/user/list"), Kt = ae.post("/data/user-query"), Bt = ae.get("/role/list"), jt = ae.post("/data/role-ids"), Et = ae.get("/organization/organizationpage"), At = ae.get("/station/list"), Qt = ae.get("/position/list"), ye = ae.post("/organization/detailbyids"), Ut = ke.get("/controller/area-children"), Yt = ke.get("/controller/fuzzy-tree-all"), xt = ke.get("/controller/space"), Jt = Se.post("/supplier/list/page", (o) => {
|
|
29
29
|
var e, t;
|
|
30
30
|
return o.data.pageBean = {
|
|
31
31
|
page: ((e = o == null ? void 0 : o.data) == null ? void 0 : e.pageIndex) || 1,
|
|
@@ -33,36 +33,37 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
33
33
|
}, o;
|
|
34
34
|
}), Ht = Se.get("/supplier"), Wt = Se.post("/classification/list/all"), Zt = Mt.get("/receive-code"), be = i(""), Gt = (o, e, t) => {
|
|
35
35
|
const { setDetailData: l, getFormData: p, setFormData: u, formRule: f, showData: w, disabledData: n, encryptionData: s } = t, m = i([]), v = i([]), c = i([]), d = i(!1), C = vt(), g = i([]), h = (S) => Object.keys(S).length === 0, r = async (S) => {
|
|
36
|
-
const [
|
|
37
|
-
if (
|
|
38
|
-
const
|
|
39
|
-
be.value =
|
|
40
|
-
|
|
36
|
+
const [z, k] = await Rt({ formId: S }).run();
|
|
37
|
+
if (z) return;
|
|
38
|
+
const O = JSON.parse(k.bos);
|
|
39
|
+
be.value = O[0].alias, v.value.length && v.value.forEach((H) => {
|
|
40
|
+
H.formKey === k.formKey && u(k.formKey, be.value, H.id);
|
|
41
41
|
});
|
|
42
|
-
const [
|
|
43
|
-
await D(), c.value = JSON.parse(
|
|
44
|
-
|
|
42
|
+
const [T, j] = await $t({ formDefId: k.defId }).run();
|
|
43
|
+
await D(), c.value = JSON.parse(j.value.expand).list, c.value.forEach((H) => {
|
|
44
|
+
H.columns && H.columns[0].isOpen && g.value.push(H.columns[0].idKey);
|
|
45
45
|
}), n.value = { ...n.value, ...o.disabledData }, v.value.length || u(k.formKey, be.value), setTimeout(() => {
|
|
46
46
|
w.value = { ...w.value, ...o.showData }, h(o.data) && (d.value = !0), h(o.data) || (l(o.data), o.flowKey && (m.value = o.data.button_list ? JSON.parse(o.data.button_list) : []), d.value = !0);
|
|
47
47
|
}, 50);
|
|
48
48
|
}, y = async () => {
|
|
49
49
|
if (o.formConfigurationId) {
|
|
50
|
-
const [S,
|
|
50
|
+
const [S, z] = await Pt({ id: o.formConfigurationId }).run();
|
|
51
51
|
if (S) return;
|
|
52
|
-
v.value =
|
|
52
|
+
v.value = z.reports, m.value = z.reports[0].buttons.filter((k) => !(o.isView && k.event !== "LINK")), r(z.reports[0].formId);
|
|
53
53
|
}
|
|
54
54
|
if (o.flowKey) {
|
|
55
|
-
const [S,
|
|
55
|
+
const [S, z] = await Ft({ flowKey: o.flowKey }).run();
|
|
56
56
|
if (S) return;
|
|
57
|
-
r(
|
|
57
|
+
r(z.pcForm.pcFormId);
|
|
58
58
|
}
|
|
59
59
|
}, D = async () => {
|
|
60
|
+
var k, O, T, j;
|
|
60
61
|
if (!o.flowKey) return;
|
|
61
|
-
const [S,
|
|
62
|
+
const [S, z] = await Tt().run({
|
|
62
63
|
flowKey: o.flowKey,
|
|
63
64
|
needDisplayFileds: !1
|
|
64
65
|
});
|
|
65
|
-
s.value =
|
|
66
|
+
s.value = ((j = (T = (O = (k = z == null ? void 0 : z.value) == null ? void 0 : k.boDef) == null ? void 0 : O.boEnt) == null ? void 0 : T.attributeList) == null ? void 0 : j.filter((H) => H.encryption == "phone")) || [];
|
|
66
67
|
};
|
|
67
68
|
return {
|
|
68
69
|
isShowPage: d,
|
|
@@ -73,10 +74,10 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
73
74
|
getForm: r,
|
|
74
75
|
getBtnSet: y,
|
|
75
76
|
handleClick: (S) => {
|
|
76
|
-
var
|
|
77
|
-
(
|
|
78
|
-
k && (e("handleClick", S, p()), S.event === "LINK" && v.value.forEach((
|
|
79
|
-
S.eventTarget ===
|
|
77
|
+
var z;
|
|
78
|
+
(z = C.value) == null || z.validate(async (k) => {
|
|
79
|
+
k && (e("handleClick", S, p()), S.event === "LINK" && v.value.forEach((O) => {
|
|
80
|
+
S.eventTarget === O.formKey && (m.value = O.buttons.filter((T) => !(o.isView && T.event !== "LINK")), d.value = !1, f.value = {}, r(O.formId));
|
|
80
81
|
}));
|
|
81
82
|
});
|
|
82
83
|
}
|
|
@@ -95,14 +96,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
95
96
|
const f = p.requestType === "POST" ? Z(p.url).post("") : Z(p.url).get(""), [w, n] = await f({}, { params: u.value }).run();
|
|
96
97
|
return w ? void 0 : n;
|
|
97
98
|
}
|
|
98
|
-
},
|
|
99
|
+
}, W = async (o) => {
|
|
99
100
|
const e = i(!1);
|
|
100
101
|
return o.forEach((t) => {
|
|
101
102
|
t.key === "required" && (e.value = !0);
|
|
102
103
|
}), e.value;
|
|
103
104
|
}, Xt = {
|
|
104
105
|
name: "attachment"
|
|
105
|
-
}, ea = /* @__PURE__ */
|
|
106
|
+
}, ea = /* @__PURE__ */ Q({
|
|
106
107
|
...Xt,
|
|
107
108
|
props: {
|
|
108
109
|
setting: { default: () => ({
|
|
@@ -136,7 +137,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
136
137
|
type: "custom",
|
|
137
138
|
helpMessage: m.value
|
|
138
139
|
}, {
|
|
139
|
-
default:
|
|
140
|
+
default: $(() => [
|
|
140
141
|
N(a(yt), {
|
|
141
142
|
style: { width: "100%" },
|
|
142
143
|
modelValue: n.value,
|
|
@@ -144,15 +145,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
144
145
|
}, null, 8, ["modelValue"])
|
|
145
146
|
]),
|
|
146
147
|
_: 1
|
|
147
|
-
|
|
148
|
-
}, 8, ["col", "label", "helpMessage"])) : q("v-if", !0);
|
|
148
|
+
}, 8, ["col", "label", "helpMessage"])) : E("", !0);
|
|
149
149
|
}
|
|
150
|
-
}),
|
|
150
|
+
}), Ye = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
151
151
|
__proto__: null,
|
|
152
152
|
default: ea
|
|
153
153
|
}, Symbol.toStringTag, { value: "Module" })), ta = {
|
|
154
154
|
name: "autocomplete"
|
|
155
|
-
}, aa = /* @__PURE__ */
|
|
155
|
+
}, aa = /* @__PURE__ */ Q({
|
|
156
156
|
...ta,
|
|
157
157
|
props: {
|
|
158
158
|
setting: { default: () => ({
|
|
@@ -177,7 +177,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
177
177
|
{ deep: !0, immediate: !0 }
|
|
178
178
|
);
|
|
179
179
|
const m = l.value[e.setting.name] || !1, v = i(!1);
|
|
180
|
-
|
|
180
|
+
W(e.setting.options.validateList).then((r) => {
|
|
181
181
|
v.value = r;
|
|
182
182
|
});
|
|
183
183
|
const c = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "value", d = e.setting.options.children ? e.setting.options.children : "children", C = !!e.setting.options.fillInFullPath, g = i([]);
|
|
@@ -199,7 +199,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
199
199
|
required: v.value,
|
|
200
200
|
disabled: a(m)
|
|
201
201
|
}, {
|
|
202
|
-
default:
|
|
202
|
+
default: $(() => [
|
|
203
203
|
N(a(bt), {
|
|
204
204
|
modelValue: n.value,
|
|
205
205
|
"onUpdate:modelValue": y[0] || (y[0] = (D) => n.value = D),
|
|
@@ -213,15 +213,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
213
213
|
}, null, 8, ["modelValue", "options", "isView", "fieldNames", "showFullPath", "placeholder"])
|
|
214
214
|
]),
|
|
215
215
|
_: 1
|
|
216
|
-
|
|
217
|
-
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required", "disabled"])) : q("v-if", !0);
|
|
216
|
+
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required", "disabled"])) : E("", !0);
|
|
218
217
|
}
|
|
219
|
-
}),
|
|
218
|
+
}), xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
220
219
|
__proto__: null,
|
|
221
220
|
default: aa
|
|
222
221
|
}, Symbol.toStringTag, { value: "Module" })), na = {
|
|
223
222
|
name: "checkbox"
|
|
224
|
-
}, sa = /* @__PURE__ */
|
|
223
|
+
}, sa = /* @__PURE__ */ Q({
|
|
225
224
|
...na,
|
|
226
225
|
props: {
|
|
227
226
|
setting: { default: () => ({
|
|
@@ -246,7 +245,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
246
245
|
{ deep: !0, immediate: !0 }
|
|
247
246
|
);
|
|
248
247
|
const m = l.value[e.setting.name] || !1, v = i(!1);
|
|
249
|
-
|
|
248
|
+
W(e.setting.options.validateList).then((h) => {
|
|
250
249
|
v.value = h;
|
|
251
250
|
});
|
|
252
251
|
const c = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", d = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", C = i([]);
|
|
@@ -274,14 +273,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
274
273
|
optionsLabelKey: a(d),
|
|
275
274
|
helpMessage: g.value,
|
|
276
275
|
required: v.value
|
|
277
|
-
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "disabled", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"])) :
|
|
276
|
+
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "disabled", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"])) : E("", !0);
|
|
278
277
|
}
|
|
279
278
|
}), Je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
280
279
|
__proto__: null,
|
|
281
280
|
default: sa
|
|
282
281
|
}, Symbol.toStringTag, { value: "Module" })), oa = {
|
|
283
282
|
name: "date"
|
|
284
|
-
}, la = /* @__PURE__ */
|
|
283
|
+
}, la = /* @__PURE__ */ Q({
|
|
285
284
|
...oa,
|
|
286
285
|
props: {
|
|
287
286
|
setting: { default: () => ({
|
|
@@ -306,7 +305,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
306
305
|
{ deep: !0, immediate: !0 }
|
|
307
306
|
);
|
|
308
307
|
const m = l.value[e.setting.name] || !1, v = i(!1);
|
|
309
|
-
|
|
308
|
+
W(e.setting.options.validateList).then((g) => {
|
|
310
309
|
v.value = g;
|
|
311
310
|
});
|
|
312
311
|
const c = e.setting.options.inputFormat === "yyyy-MM-dd" ? "YYYY/MM/DD" : e.setting.options.inputFormat === "yyyy-MM-dd HH:mm:ss" ? "YYYY/MM/DD HH:mm:ss" : e.setting.options.inputFormat, d = i("");
|
|
@@ -336,14 +335,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
336
335
|
placeholder: g.setting.options.placeholder,
|
|
337
336
|
helpMessage: C.value,
|
|
338
337
|
required: v.value
|
|
339
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "type", "format", "picker", "isView", "disabled", "placeholder", "helpMessage", "required"])) :
|
|
338
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "type", "format", "picker", "isView", "disabled", "placeholder", "helpMessage", "required"])) : E("", !0);
|
|
340
339
|
}
|
|
341
340
|
}), He = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
342
341
|
__proto__: null,
|
|
343
342
|
default: la
|
|
344
343
|
}, Symbol.toStringTag, { value: "Module" })), ia = {
|
|
345
344
|
name: "dropdown"
|
|
346
|
-
}, ra = /* @__PURE__ */
|
|
345
|
+
}, ra = /* @__PURE__ */ Q({
|
|
347
346
|
...ia,
|
|
348
347
|
props: {
|
|
349
348
|
setting: { default: () => ({
|
|
@@ -370,7 +369,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
370
369
|
const v = () => {
|
|
371
370
|
e.setting.options.customQuery && e.setting.options.customQuery.custQueryJson.length && n(e.setting.options.customQuery.custQueryJson, s.value);
|
|
372
371
|
}, c = l.value[e.setting.name] || !1, d = i(!1);
|
|
373
|
-
|
|
372
|
+
W(e.setting.options.validateList).then((b) => {
|
|
374
373
|
d.value = b;
|
|
375
374
|
});
|
|
376
375
|
const C = i(""), g = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", h = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", r = e.setting.options.customQuery.PId || "children", y = i([]);
|
|
@@ -384,9 +383,9 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
384
383
|
key: 0,
|
|
385
384
|
col: e.span,
|
|
386
385
|
modelValue: s.value,
|
|
387
|
-
"onUpdate:modelValue": S[0] || (S[0] = (
|
|
386
|
+
"onUpdate:modelValue": S[0] || (S[0] = (z) => s.value = z),
|
|
388
387
|
keyword: C.value,
|
|
389
|
-
"onUpdate:keyword": S[1] || (S[1] = (
|
|
388
|
+
"onUpdate:keyword": S[1] || (S[1] = (z) => C.value = z),
|
|
390
389
|
label: b.setting.desc,
|
|
391
390
|
type: "treeSelect",
|
|
392
391
|
"node-key": b.setting.options.customQuery.valueBind,
|
|
@@ -403,14 +402,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
403
402
|
"check-strictly": !b.setting.options.cascade,
|
|
404
403
|
required: d.value,
|
|
405
404
|
onChange: v
|
|
406
|
-
}, null, 8, ["col", "modelValue", "keyword", "label", "node-key", "placeholder", "mode", "prop", "filter", "options", "isView", "helpMessage", "disabled", "props", "check-strictly", "required"])) :
|
|
405
|
+
}, null, 8, ["col", "modelValue", "keyword", "label", "node-key", "placeholder", "mode", "prop", "filter", "options", "isView", "helpMessage", "disabled", "props", "check-strictly", "required"])) : E("", !0);
|
|
407
406
|
}
|
|
408
407
|
}), We = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
409
408
|
__proto__: null,
|
|
410
409
|
default: ra
|
|
411
410
|
}, Symbol.toStringTag, { value: "Module" })), ua = { class: "form-image" }, pa = {
|
|
412
411
|
name: "imageViewer"
|
|
413
|
-
}, da = /* @__PURE__ */
|
|
412
|
+
}, da = /* @__PURE__ */ Q({
|
|
414
413
|
...pa,
|
|
415
414
|
props: {
|
|
416
415
|
setting: { default: () => ({
|
|
@@ -435,7 +434,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
435
434
|
{ deep: !0, immediate: !0 }
|
|
436
435
|
);
|
|
437
436
|
const m = l.value[e.setting.name] || !1, v = i(!1);
|
|
438
|
-
|
|
437
|
+
W(e.setting.options.validateList).then((g) => {
|
|
439
438
|
v.value = g;
|
|
440
439
|
});
|
|
441
440
|
const c = i("normal");
|
|
@@ -467,9 +466,9 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
467
466
|
required: v.value,
|
|
468
467
|
col: e.span
|
|
469
468
|
}, {
|
|
470
|
-
default:
|
|
471
|
-
|
|
472
|
-
N(a(
|
|
469
|
+
default: $(() => [
|
|
470
|
+
Ke("div", ua, [
|
|
471
|
+
N(a(Be), {
|
|
473
472
|
modelValue: n.value,
|
|
474
473
|
"onUpdate:modelValue": h[0] || (h[0] = (r) => n.value = r),
|
|
475
474
|
status: c.value,
|
|
@@ -492,8 +491,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
492
491
|
])
|
|
493
492
|
]),
|
|
494
493
|
_: 1
|
|
495
|
-
|
|
496
|
-
}, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) : q("v-if", !0);
|
|
494
|
+
}, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) : E("", !0);
|
|
497
495
|
}
|
|
498
496
|
}), fe = (o, e) => {
|
|
499
497
|
const t = o.__vccOpts || o;
|
|
@@ -552,7 +550,7 @@ const fa = (o, e) => {
|
|
|
552
550
|
return e ? ((l = me[o]) == null ? void 0 : l.call(me, e)) ?? e : "-";
|
|
553
551
|
}, ha = {
|
|
554
552
|
name: "input"
|
|
555
|
-
}, ya = /* @__PURE__ */
|
|
553
|
+
}, ya = /* @__PURE__ */ Q({
|
|
556
554
|
...ha,
|
|
557
555
|
props: {
|
|
558
556
|
setting: { default: () => ({
|
|
@@ -587,7 +585,7 @@ const fa = (o, e) => {
|
|
|
587
585
|
{ deep: !0 }
|
|
588
586
|
);
|
|
589
587
|
const C = p.value[e.setting.name] || !1, g = i(!1);
|
|
590
|
-
|
|
588
|
+
W(e.setting.options.validateList).then((r) => {
|
|
591
589
|
g.value = r;
|
|
592
590
|
});
|
|
593
591
|
const h = i();
|
|
@@ -595,98 +593,70 @@ const fa = (o, e) => {
|
|
|
595
593
|
c.value = f(e.setting.name) || e.setting.options.formulasDiyJs || c.value, v && e.isView && (m.value = fa("phone", c.value)), c.value || u(e.setting.name, null);
|
|
596
594
|
}, 50), e.setting.options.validateList.length && w(e.setting.name, e.setting.options.validateList), L(c, (r) => {
|
|
597
595
|
e.setting.options.dataType === "number" && !isNaN(r) ? u(e.setting.name, Number(r)) : u(e.setting.name, r);
|
|
598
|
-
}), (r, y) => (V(),
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
col: e.span,
|
|
656
|
-
modelValue: c.value,
|
|
657
|
-
"onUpdate:modelValue": y[2] || (y[2] = (D) => c.value = D),
|
|
658
|
-
width: r.setting.options.width,
|
|
659
|
-
disabled: r.setting.options.isInputEdit || a(C),
|
|
660
|
-
isView: r.setting.options.isReadonly || e.isView,
|
|
661
|
-
prop: e.setting.name,
|
|
662
|
-
label: r.setting.desc,
|
|
663
|
-
type: "input",
|
|
664
|
-
helpMessage: h.value,
|
|
665
|
-
required: g.value,
|
|
666
|
-
placeholder: r.setting.options.placeholder
|
|
667
|
-
}, {
|
|
668
|
-
default: T(() => [
|
|
669
|
-
q(` <DasInput\r
|
|
670
|
-
v-model="inputValue"\r
|
|
671
|
-
>\r
|
|
672
|
-
<template #prepend>{{ setting.options.bindPreAndSufFixjson.preFix }}</template>\r
|
|
673
|
-
<template #append>{{ setting.options.bindPreAndSufFixjson.sufSix }}</template>\r
|
|
674
|
-
</DasInput> `)
|
|
675
|
-
]),
|
|
676
|
-
_: 1
|
|
677
|
-
/* STABLE */
|
|
678
|
-
}, 8, ["col", "modelValue", "width", "disabled", "isView", "prop", "label", "helpMessage", "required", "placeholder"])) : q("v-if", !0)
|
|
679
|
-
],
|
|
680
|
-
64
|
|
681
|
-
/* STABLE_FRAGMENT */
|
|
682
|
-
));
|
|
596
|
+
}), (r, y) => (V(), x(G, null, [
|
|
597
|
+
d.value && v.value && e.isView ? (V(), F(a(U), {
|
|
598
|
+
key: 0,
|
|
599
|
+
col: e.span,
|
|
600
|
+
prop: e.setting.name,
|
|
601
|
+
modelValue: c.value,
|
|
602
|
+
"onUpdate:modelValue": y[1] || (y[1] = (D) => c.value = D),
|
|
603
|
+
label: r.setting.desc,
|
|
604
|
+
type: "custom",
|
|
605
|
+
helpMessage: h.value,
|
|
606
|
+
required: g.value
|
|
607
|
+
}, {
|
|
608
|
+
default: $(() => [
|
|
609
|
+
N(a(Ve), {
|
|
610
|
+
placement: "top",
|
|
611
|
+
disabled: !c.value,
|
|
612
|
+
content: c.value
|
|
613
|
+
}, {
|
|
614
|
+
default: $(() => [
|
|
615
|
+
N(a(_t), {
|
|
616
|
+
modelValue: m.value,
|
|
617
|
+
"onUpdate:modelValue": y[0] || (y[0] = (D) => m.value = D),
|
|
618
|
+
width: r.setting.options.width,
|
|
619
|
+
disabled: r.setting.options.isInputEdit || a(C),
|
|
620
|
+
isView: r.setting.options.isReadonly || e.isView,
|
|
621
|
+
placeholder: r.setting.options.placeholder
|
|
622
|
+
}, {
|
|
623
|
+
prepend: $(() => [
|
|
624
|
+
ee(te(r.setting.options.bindPreAndSufFixjson.preFix), 1)
|
|
625
|
+
]),
|
|
626
|
+
append: $(() => [
|
|
627
|
+
ee(te(r.setting.options.bindPreAndSufFixjson.sufSix), 1)
|
|
628
|
+
]),
|
|
629
|
+
_: 1
|
|
630
|
+
}, 8, ["modelValue", "width", "disabled", "isView", "placeholder"])
|
|
631
|
+
]),
|
|
632
|
+
_: 1
|
|
633
|
+
}, 8, ["disabled", "content"])
|
|
634
|
+
]),
|
|
635
|
+
_: 1
|
|
636
|
+
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required"])) : E("", !0),
|
|
637
|
+
d.value && (!v.value || !e.isView) ? (V(), F(a(U), {
|
|
638
|
+
key: 1,
|
|
639
|
+
col: e.span,
|
|
640
|
+
modelValue: c.value,
|
|
641
|
+
"onUpdate:modelValue": y[2] || (y[2] = (D) => c.value = D),
|
|
642
|
+
width: r.setting.options.width,
|
|
643
|
+
disabled: r.setting.options.isInputEdit || a(C),
|
|
644
|
+
isView: r.setting.options.isReadonly || e.isView,
|
|
645
|
+
prop: e.setting.name,
|
|
646
|
+
label: r.setting.desc,
|
|
647
|
+
type: "input",
|
|
648
|
+
helpMessage: h.value,
|
|
649
|
+
required: g.value,
|
|
650
|
+
placeholder: r.setting.options.placeholder
|
|
651
|
+
}, null, 8, ["col", "modelValue", "width", "disabled", "isView", "prop", "label", "helpMessage", "required", "placeholder"])) : E("", !0)
|
|
652
|
+
], 64));
|
|
683
653
|
}
|
|
684
654
|
}), Ge = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
685
655
|
__proto__: null,
|
|
686
656
|
default: ya
|
|
687
657
|
}, Symbol.toStringTag, { value: "Module" })), ba = {
|
|
688
658
|
name: "number"
|
|
689
|
-
}, _a = /* @__PURE__ */
|
|
659
|
+
}, _a = /* @__PURE__ */ Q({
|
|
690
660
|
...ba,
|
|
691
661
|
props: {
|
|
692
662
|
setting: { default: () => ({
|
|
@@ -711,7 +681,7 @@ const fa = (o, e) => {
|
|
|
711
681
|
{ deep: !0, immediate: !0 }
|
|
712
682
|
);
|
|
713
683
|
const m = l.value[e.setting.name] || !1, v = i(!1);
|
|
714
|
-
|
|
684
|
+
W(e.setting.options.validateList).then((d) => {
|
|
715
685
|
v.value = d;
|
|
716
686
|
});
|
|
717
687
|
const c = i();
|
|
@@ -736,14 +706,14 @@ const fa = (o, e) => {
|
|
|
736
706
|
precision: d.setting.options.decimalDigits,
|
|
737
707
|
helpMessage: c.value,
|
|
738
708
|
required: v.value
|
|
739
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "max", "min", "step", "disabled", "isView", "precision", "helpMessage", "required"])) :
|
|
709
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "max", "min", "step", "disabled", "isView", "precision", "helpMessage", "required"])) : E("", !0);
|
|
740
710
|
}
|
|
741
711
|
}), Xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
742
712
|
__proto__: null,
|
|
743
713
|
default: _a
|
|
744
714
|
}, Symbol.toStringTag, { value: "Module" })), wa = {
|
|
745
715
|
name: "radio"
|
|
746
|
-
}, Ca = /* @__PURE__ */
|
|
716
|
+
}, Ca = /* @__PURE__ */ Q({
|
|
747
717
|
...wa,
|
|
748
718
|
props: {
|
|
749
719
|
setting: { default: () => ({
|
|
@@ -770,7 +740,7 @@ const fa = (o, e) => {
|
|
|
770
740
|
{ deep: !0, immediate: !0 }
|
|
771
741
|
);
|
|
772
742
|
const m = l.value[e.setting.name] || !1, v = i(!1);
|
|
773
|
-
|
|
743
|
+
W(e.setting.options.validateList).then((r) => {
|
|
774
744
|
v.value = r;
|
|
775
745
|
});
|
|
776
746
|
const c = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", d = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", C = i([]);
|
|
@@ -809,14 +779,14 @@ const fa = (o, e) => {
|
|
|
809
779
|
disabled: a(m),
|
|
810
780
|
required: v.value,
|
|
811
781
|
isSetTimeout: !0
|
|
812
|
-
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) :
|
|
782
|
+
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : E("", !0);
|
|
813
783
|
}
|
|
814
784
|
}), et = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
815
785
|
__proto__: null,
|
|
816
786
|
default: Ca
|
|
817
787
|
}, Symbol.toStringTag, { value: "Module" })), Da = {
|
|
818
788
|
name: "select"
|
|
819
|
-
}, Va = /* @__PURE__ */
|
|
789
|
+
}, Va = /* @__PURE__ */ Q({
|
|
820
790
|
...Da,
|
|
821
791
|
props: {
|
|
822
792
|
setting: { default: () => ({
|
|
@@ -847,14 +817,14 @@ const fa = (o, e) => {
|
|
|
847
817
|
if (e.setting.options.customQuery.alias && e.setting.options.customQuery.alias === b.alias) {
|
|
848
818
|
s.value = null;
|
|
849
819
|
const S = b.conditionfield.filter((k) => k.defaultType == 1);
|
|
850
|
-
let
|
|
820
|
+
let z = {};
|
|
851
821
|
S.forEach((k) => {
|
|
852
|
-
const
|
|
853
|
-
|
|
822
|
+
const O = k.fieldPath.split("."), T = O[O.length - 1];
|
|
823
|
+
z[k.field] = f(T);
|
|
854
824
|
}), se(
|
|
855
825
|
e.setting.options.customQuery.alias,
|
|
856
826
|
e.setting.options.customQuery.conditionfield,
|
|
857
|
-
|
|
827
|
+
z
|
|
858
828
|
).then((k) => {
|
|
859
829
|
g.value = k;
|
|
860
830
|
});
|
|
@@ -864,7 +834,7 @@ const fa = (o, e) => {
|
|
|
864
834
|
{ deep: !0 }
|
|
865
835
|
);
|
|
866
836
|
const v = l.value[e.setting.name] || !1, c = i(!1);
|
|
867
|
-
|
|
837
|
+
W(e.setting.options.validateList).then((b) => {
|
|
868
838
|
c.value = b;
|
|
869
839
|
});
|
|
870
840
|
const d = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", C = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", g = i([]);
|
|
@@ -872,12 +842,12 @@ const fa = (o, e) => {
|
|
|
872
842
|
let b = (D = (y = e.setting.options) == null ? void 0 : y.customQuery) == null ? void 0 : D.conditionfield;
|
|
873
843
|
typeof b == "string" && (b = JSON.parse(b));
|
|
874
844
|
const S = b.filter((k) => k.defaultType == 1);
|
|
875
|
-
let
|
|
845
|
+
let z = {};
|
|
876
846
|
S.forEach((k) => {
|
|
877
|
-
var
|
|
878
|
-
const
|
|
879
|
-
|
|
880
|
-
}), se(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield,
|
|
847
|
+
var j;
|
|
848
|
+
const O = (j = k.fieldPath) == null ? void 0 : j.split("."), T = O[O.length - 1];
|
|
849
|
+
z[k.field] = f(T);
|
|
850
|
+
}), se(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield, z).then(
|
|
881
851
|
(k) => {
|
|
882
852
|
g.value = k;
|
|
883
853
|
}
|
|
@@ -902,7 +872,7 @@ const fa = (o, e) => {
|
|
|
902
872
|
key: 0,
|
|
903
873
|
col: e.span,
|
|
904
874
|
modelValue: s.value,
|
|
905
|
-
"onUpdate:modelValue": S[0] || (S[0] = (
|
|
875
|
+
"onUpdate:modelValue": S[0] || (S[0] = (z) => s.value = z),
|
|
906
876
|
label: b.setting.desc,
|
|
907
877
|
onChange: r,
|
|
908
878
|
type: "select",
|
|
@@ -918,29 +888,29 @@ const fa = (o, e) => {
|
|
|
918
888
|
helpMessage: h.value,
|
|
919
889
|
disabled: a(v),
|
|
920
890
|
required: c.value
|
|
921
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "placeholder", "mode", "showSearch", "isView", "options", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) :
|
|
891
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "placeholder", "mode", "showSearch", "isView", "options", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : E("", !0);
|
|
922
892
|
}
|
|
923
893
|
}), tt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
924
894
|
__proto__: null,
|
|
925
895
|
default: Va
|
|
926
896
|
}, Symbol.toStringTag, { value: "Module" })), ka = (o, e, t) => {
|
|
927
897
|
var ue, ne, pe, de, ce;
|
|
928
|
-
const l =
|
|
929
|
-
user:
|
|
930
|
-
org:
|
|
931
|
-
role:
|
|
932
|
-
job:
|
|
933
|
-
post:
|
|
934
|
-
supplier:
|
|
935
|
-
source:
|
|
898
|
+
const l = je().id, p = i(!1), u = (ce = (de = (pe = (ne = (ue = o == null ? void 0 : o.options) == null ? void 0 : ue.selector) == null ? void 0 : ne.type) == null ? void 0 : pe.alias) == null ? void 0 : de.replace("eip-", "")) == null ? void 0 : ce.replace("-selector", ""), f = i([]), w = i(""), n = i(""), s = {
|
|
899
|
+
user: B("搜索姓名/账号/手机号").value,
|
|
900
|
+
org: B("搜索组织名称/组织编码").value,
|
|
901
|
+
role: B("搜索角色名称").value,
|
|
902
|
+
job: B("职务名称/职务编码").value,
|
|
903
|
+
post: B("搜索岗位名称/岗位编码").value,
|
|
904
|
+
supplier: B("搜索供应商编码/名称").value,
|
|
905
|
+
source: B("搜索单据编码/申请人").value
|
|
936
906
|
}, m = {
|
|
937
|
-
user:
|
|
938
|
-
org:
|
|
939
|
-
role:
|
|
940
|
-
job:
|
|
941
|
-
post:
|
|
942
|
-
supplier:
|
|
943
|
-
source:
|
|
907
|
+
user: B("添加用户").value,
|
|
908
|
+
org: B("组织选择器").value,
|
|
909
|
+
role: B("角色选择器").value,
|
|
910
|
+
job: B("职务选择器").value,
|
|
911
|
+
post: B("岗位选择器").value,
|
|
912
|
+
supplier: B("选择供应商").value,
|
|
913
|
+
source: B("选择源单").value
|
|
944
914
|
}, v = {
|
|
945
915
|
user: "id",
|
|
946
916
|
org: "id",
|
|
@@ -950,24 +920,24 @@ const fa = (o, e) => {
|
|
|
950
920
|
supplier: "id",
|
|
951
921
|
source: "code"
|
|
952
922
|
}, c = {
|
|
953
|
-
1:
|
|
954
|
-
2:
|
|
955
|
-
3:
|
|
923
|
+
1: B("正常").value,
|
|
924
|
+
2: B("锁定").value,
|
|
925
|
+
3: B("禁用").value
|
|
956
926
|
}, d = {
|
|
957
|
-
0:
|
|
958
|
-
1:
|
|
927
|
+
0: B("普通").value,
|
|
928
|
+
1: B("管理员").value
|
|
959
929
|
}, C = {
|
|
960
|
-
0:
|
|
961
|
-
1:
|
|
930
|
+
0: B("无效").value,
|
|
931
|
+
1: B("有效").value
|
|
962
932
|
}, g = {
|
|
963
|
-
user:
|
|
933
|
+
user: Kt,
|
|
964
934
|
org: ye,
|
|
965
|
-
role:
|
|
935
|
+
role: jt,
|
|
966
936
|
job: ye,
|
|
967
937
|
post: ye,
|
|
968
938
|
supplier: Ht
|
|
969
939
|
}, h = m[u], r = i({}), y = i([]), D = () => {
|
|
970
|
-
var
|
|
940
|
+
var q, Y;
|
|
971
941
|
u === "supplier" ? (r.value = {
|
|
972
942
|
left: !1,
|
|
973
943
|
content: {
|
|
@@ -996,7 +966,7 @@ const fa = (o, e) => {
|
|
|
996
966
|
}
|
|
997
967
|
},
|
|
998
968
|
right: !1
|
|
999
|
-
},
|
|
969
|
+
}, z(), S()) : u === "source" ? (r.value = {
|
|
1000
970
|
left: !1,
|
|
1001
971
|
content: {
|
|
1002
972
|
api: Zt,
|
|
@@ -1034,7 +1004,7 @@ const fa = (o, e) => {
|
|
|
1034
1004
|
},
|
|
1035
1005
|
props: {
|
|
1036
1006
|
inputOptions: {
|
|
1037
|
-
placeholder:
|
|
1007
|
+
placeholder: B("搜索组织名称").value
|
|
1038
1008
|
}
|
|
1039
1009
|
}
|
|
1040
1010
|
},
|
|
@@ -1054,7 +1024,7 @@ const fa = (o, e) => {
|
|
|
1054
1024
|
data: []
|
|
1055
1025
|
}
|
|
1056
1026
|
}, b()), u === "role" && (r.value.content = {
|
|
1057
|
-
api:
|
|
1027
|
+
api: Bt,
|
|
1058
1028
|
searchKey: "orgId",
|
|
1059
1029
|
params: {
|
|
1060
1030
|
status: 1
|
|
@@ -1080,7 +1050,7 @@ const fa = (o, e) => {
|
|
|
1080
1050
|
selectListProps: {
|
|
1081
1051
|
data: []
|
|
1082
1052
|
}
|
|
1083
|
-
}, b()), r.value.content.multiple = u === "supplier" || u === "source" ? !1 : !((
|
|
1053
|
+
}, b()), r.value.content.multiple = u === "supplier" || u === "source" ? !1 : !((Y = (q = o == null ? void 0 : o.options) == null ? void 0 : q.selector) != null && Y.isSingle);
|
|
1084
1054
|
}, b = async () => {
|
|
1085
1055
|
y.value = [
|
|
1086
1056
|
{
|
|
@@ -1110,7 +1080,7 @@ const fa = (o, e) => {
|
|
|
1110
1080
|
},
|
|
1111
1081
|
{
|
|
1112
1082
|
type: "select",
|
|
1113
|
-
label:
|
|
1083
|
+
label: B("供应商类型").value,
|
|
1114
1084
|
layout: "out",
|
|
1115
1085
|
width: "200px",
|
|
1116
1086
|
closable: !0,
|
|
@@ -1122,25 +1092,25 @@ const fa = (o, e) => {
|
|
|
1122
1092
|
allowClear: !0
|
|
1123
1093
|
}
|
|
1124
1094
|
];
|
|
1125
|
-
},
|
|
1126
|
-
const
|
|
1095
|
+
}, z = async () => {
|
|
1096
|
+
const q = {
|
|
1127
1097
|
name: "",
|
|
1128
1098
|
published: 1
|
|
1129
|
-
}, [
|
|
1130
|
-
|
|
1099
|
+
}, [Y, K] = await Wt(q).run();
|
|
1100
|
+
Y || (y.value[1].options = K);
|
|
1131
1101
|
}, k = () => {
|
|
1132
|
-
var
|
|
1102
|
+
var Y;
|
|
1133
1103
|
w.value = "", p.value = !0;
|
|
1134
|
-
let
|
|
1135
|
-
r.value.content.selectListProps.data = (
|
|
1104
|
+
let q = v[u];
|
|
1105
|
+
r.value.content.selectListProps.data = (Y = f == null ? void 0 : f.value) == null ? void 0 : Y.map((K) => ({ name: K == null ? void 0 : K.label, [q]: K == null ? void 0 : K.value }));
|
|
1136
1106
|
};
|
|
1137
1107
|
D();
|
|
1138
|
-
const
|
|
1139
|
-
var
|
|
1108
|
+
const O = async () => {
|
|
1109
|
+
var q, Y, K, R, A, P, M, oe, Ne, Le, ze, Me, Te, Re, $e, Pe, Fe;
|
|
1140
1110
|
r.value.content.params = {
|
|
1141
|
-
...(
|
|
1111
|
+
...(Y = (q = r == null ? void 0 : r.value) == null ? void 0 : q.content) == null ? void 0 : Y.params,
|
|
1142
1112
|
pageIndex: 1
|
|
1143
|
-
}, (u === "user" || u === "org" || u === "post" || u === "role" || u === "job") && (r.value.content.params.name = (
|
|
1113
|
+
}, (u === "user" || u === "org" || u === "post" || u === "role" || u === "job") && (r.value.content.params.name = (K = y == null ? void 0 : y.value[0]) == null ? void 0 : K.value), u === "source" && (r.value.content.params.key = (R = y == null ? void 0 : y.value[0]) == null ? void 0 : R.value), u === "supplier" && (r.value.content.params.querys = [
|
|
1144
1114
|
{
|
|
1145
1115
|
property: "orgId",
|
|
1146
1116
|
value: l,
|
|
@@ -1148,7 +1118,7 @@ const fa = (o, e) => {
|
|
|
1148
1118
|
relation: "AND",
|
|
1149
1119
|
operation: "EQUAL"
|
|
1150
1120
|
}
|
|
1151
|
-
], (
|
|
1121
|
+
], (A = y == null ? void 0 : y.value[0]) != null && A.value && (r.value.content.params.querys = (ze = (oe = (M = (P = r == null ? void 0 : r.value) == null ? void 0 : P.content) == null ? void 0 : M.params) == null ? void 0 : oe.querys) == null ? void 0 : ze.concat([
|
|
1152
1122
|
{
|
|
1153
1123
|
property: "name",
|
|
1154
1124
|
value: (Ne = y == null ? void 0 : y.value[0]) == null ? void 0 : Ne.value,
|
|
@@ -1175,11 +1145,11 @@ const fa = (o, e) => {
|
|
|
1175
1145
|
};
|
|
1176
1146
|
L(
|
|
1177
1147
|
() => p == null ? void 0 : p.value,
|
|
1178
|
-
(
|
|
1179
|
-
|
|
1148
|
+
(q) => {
|
|
1149
|
+
q || T();
|
|
1180
1150
|
}
|
|
1181
1151
|
);
|
|
1182
|
-
const
|
|
1152
|
+
const T = async () => {
|
|
1183
1153
|
u === "supplier" ? (y.value[0].value = "", y.value[1].value = void 0) : (u === "org" || u === "user" || u === "source" || u === "post" || u === "role" || u === "job") && (y.value[0].value = ""), D();
|
|
1184
1154
|
};
|
|
1185
1155
|
return {
|
|
@@ -1193,34 +1163,34 @@ const fa = (o, e) => {
|
|
|
1193
1163
|
roleTypeMap: d,
|
|
1194
1164
|
roleStatusMap: C,
|
|
1195
1165
|
openDialog: k,
|
|
1196
|
-
confirm: (
|
|
1197
|
-
var
|
|
1198
|
-
let
|
|
1199
|
-
f.value =
|
|
1166
|
+
confirm: (q) => {
|
|
1167
|
+
var K;
|
|
1168
|
+
let Y = v[u];
|
|
1169
|
+
f.value = q == null ? void 0 : q.map((R) => ({ label: (R == null ? void 0 : R.name) || (R == null ? void 0 : R.code), value: R[Y] })), u === "supplier" && (n.value = (K = q[0]) == null ? void 0 : K.linkmanPhone);
|
|
1200
1170
|
},
|
|
1201
|
-
getDetail: async (
|
|
1202
|
-
if (!
|
|
1203
|
-
const
|
|
1204
|
-
let
|
|
1205
|
-
const R =
|
|
1171
|
+
getDetail: async (q) => {
|
|
1172
|
+
if (!q) return;
|
|
1173
|
+
const Y = g[u];
|
|
1174
|
+
let K = {};
|
|
1175
|
+
const R = q == null ? void 0 : q.split(",");
|
|
1206
1176
|
if (u === "source") {
|
|
1207
1177
|
f.value = [
|
|
1208
1178
|
{
|
|
1209
|
-
label:
|
|
1210
|
-
value:
|
|
1179
|
+
label: q,
|
|
1180
|
+
value: q
|
|
1211
1181
|
}
|
|
1212
1182
|
];
|
|
1213
1183
|
return;
|
|
1214
|
-
} else u === "user" ?
|
|
1215
|
-
const [
|
|
1216
|
-
|
|
1184
|
+
} else u === "user" ? K.userIds = R : u === "role" ? K.ids = R : u === "supplier" ? K.id = R : K = R;
|
|
1185
|
+
const [A, P] = await Y(K).run();
|
|
1186
|
+
A || (u === "supplier" ? f.value = [
|
|
1217
1187
|
{
|
|
1218
1188
|
label: (P == null ? void 0 : P.name) || (P == null ? void 0 : P.code),
|
|
1219
1189
|
value: P == null ? void 0 : P.id
|
|
1220
1190
|
}
|
|
1221
|
-
] : f.value = P == null ? void 0 : P.map((
|
|
1191
|
+
] : f.value = P == null ? void 0 : P.map((M) => ({ label: (M == null ? void 0 : M.name) || (M == null ? void 0 : M.code), value: M == null ? void 0 : M.id })));
|
|
1222
1192
|
},
|
|
1223
|
-
searchData:
|
|
1193
|
+
searchData: O,
|
|
1224
1194
|
searchOptions: y,
|
|
1225
1195
|
linkmanPhone: n
|
|
1226
1196
|
};
|
|
@@ -1238,7 +1208,7 @@ const fa = (o, e) => {
|
|
|
1238
1208
|
let s = {
|
|
1239
1209
|
pageSize: 1e4,
|
|
1240
1210
|
pageIndex: 1,
|
|
1241
|
-
projectId:
|
|
1211
|
+
projectId: je().id,
|
|
1242
1212
|
//项目id
|
|
1243
1213
|
spaceId: ""
|
|
1244
1214
|
// orgId:getProjectInfo().id
|
|
@@ -1250,7 +1220,7 @@ const fa = (o, e) => {
|
|
|
1250
1220
|
},
|
|
1251
1221
|
filterSpaceTree: async (n) => {
|
|
1252
1222
|
if (!n) return [];
|
|
1253
|
-
let s =
|
|
1223
|
+
let s = Yt;
|
|
1254
1224
|
const m = {
|
|
1255
1225
|
name: n
|
|
1256
1226
|
}, [v, c] = await s(m).run();
|
|
@@ -1259,13 +1229,13 @@ const fa = (o, e) => {
|
|
|
1259
1229
|
}), c);
|
|
1260
1230
|
},
|
|
1261
1231
|
getSpaceDetail: async (n) => {
|
|
1262
|
-
const [s, m] = await
|
|
1232
|
+
const [s, m] = await xt().run({ spaceId: n });
|
|
1263
1233
|
s || (o.value = m.path);
|
|
1264
1234
|
}
|
|
1265
1235
|
};
|
|
1266
1236
|
}, Na = { class: "table-search-process-top" }, La = {
|
|
1267
1237
|
name: "selector"
|
|
1268
|
-
}, za = /* @__PURE__ */
|
|
1238
|
+
}, za = /* @__PURE__ */ Q({
|
|
1269
1239
|
...La,
|
|
1270
1240
|
props: {
|
|
1271
1241
|
setting: { default: () => ({
|
|
@@ -1300,362 +1270,307 @@ const fa = (o, e) => {
|
|
|
1300
1270
|
roleTypeMap: D,
|
|
1301
1271
|
roleStatusMap: b,
|
|
1302
1272
|
openDialog: S,
|
|
1303
|
-
confirm:
|
|
1273
|
+
confirm: z,
|
|
1304
1274
|
getDetail: k,
|
|
1305
|
-
searchData:
|
|
1306
|
-
searchOptions:
|
|
1307
|
-
linkmanPhone:
|
|
1308
|
-
} = ka(e.setting, u, s), { spacePath:
|
|
1309
|
-
|
|
1310
|
-
|
|
1275
|
+
searchData: O,
|
|
1276
|
+
searchOptions: T,
|
|
1277
|
+
linkmanPhone: j
|
|
1278
|
+
} = ka(e.setting, u, s), { spacePath: H, spaceName: ue, searchSpace: ne, changeSpace: pe, spaceLoad: de, filterSpaceTree: ce, getSpaceDetail: q } = Sa(), Y = i(!1);
|
|
1279
|
+
W(e.setting.options.validateList).then((R) => {
|
|
1280
|
+
Y.value = R;
|
|
1311
1281
|
});
|
|
1312
|
-
const
|
|
1313
|
-
return e.setting.options.tip && (
|
|
1282
|
+
const K = i();
|
|
1283
|
+
return e.setting.options.tip && (K.value = J(e.setting.options.tip)), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), h == "position" ? (s.value = p(e.setting.name) ? p(e.setting.name) : s.value, s.value && q(s.value), s.value || l(e.setting.name, null), L(s, (R) => {
|
|
1314
1284
|
l(e.setting.name, R);
|
|
1315
1285
|
}), L(ue, (R) => {
|
|
1316
1286
|
l(e.setting.options.selector.type.positionName, R);
|
|
1317
1287
|
})) : h == "supplier" ? (s.value = p(e.setting.name) ? [p(e.setting.name)] : [s.value], s.value && k(p(e.setting.name)), L(s, (R) => {
|
|
1318
1288
|
l(e.setting.name, R == null ? void 0 : R.toString());
|
|
1319
|
-
}), L(
|
|
1320
|
-
var
|
|
1321
|
-
((oe = (
|
|
1289
|
+
}), L(j, (R) => {
|
|
1290
|
+
var A, P, M, oe;
|
|
1291
|
+
((oe = (M = (P = (A = e == null ? void 0 : e.setting) == null ? void 0 : A.options) == null ? void 0 : P.selector) == null ? void 0 : M.type) == null ? void 0 : oe.supplierPhone) !== void 0 && l(e.setting.options.selector.type.supplierPhone, R);
|
|
1322
1292
|
})) : (s.value = p(e.setting.name) ? p(e.setting.name) : s.value, s.value && k(s.value), s.value.length || l(e.setting.name, null), L(r, (R) => {
|
|
1323
|
-
s.value = R.map((
|
|
1324
|
-
})), (R,
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
])
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
]),
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
]),
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
}, {
|
|
1605
|
-
default: T(({ row: z }) => [
|
|
1606
|
-
ee(
|
|
1607
|
-
te(z.claimingDate ? a(ve)(Number(z == null ? void 0 : z.claimingDate)).format("YYYY/MM/DD") : "-"),
|
|
1608
|
-
1
|
|
1609
|
-
/* TEXT */
|
|
1610
|
-
)
|
|
1611
|
-
]),
|
|
1612
|
-
_: 1
|
|
1613
|
-
/* STABLE */
|
|
1614
|
-
}, 8, ["label"]),
|
|
1615
|
-
N(a(I), {
|
|
1616
|
-
label: a(_)("资产用途"),
|
|
1617
|
-
prop: "purpose"
|
|
1618
|
-
}, null, 8, ["label"])
|
|
1619
|
-
]),
|
|
1620
|
-
key: "7"
|
|
1621
|
-
} : void 0
|
|
1622
|
-
]), 1032, ["modelValue", "options", "onConfirm", "title"])
|
|
1623
|
-
];
|
|
1624
|
-
}),
|
|
1625
|
-
_: 1
|
|
1626
|
-
/* STABLE */
|
|
1627
|
-
}, 8, ["col", "modelValue", "prop", "label", "options", "helpMessage", "isView", "disabled", "required", "placeholder", "onOpenDialog"])) : q("v-if", !0),
|
|
1628
|
-
m.value && a(h) == "position" ? (V(), F(a(U), {
|
|
1629
|
-
key: 1,
|
|
1630
|
-
col: e.span,
|
|
1631
|
-
label: R.setting.desc,
|
|
1632
|
-
prop: e.setting.name,
|
|
1633
|
-
type: "treeSelect",
|
|
1634
|
-
"node-key": "id",
|
|
1635
|
-
showFullPath: !0,
|
|
1636
|
-
helpMessage: j.value,
|
|
1637
|
-
placeholder: R.setting.options.placeholder,
|
|
1638
|
-
required: x.value,
|
|
1639
|
-
modelValue: s.value,
|
|
1640
|
-
"onUpdate:modelValue": E[2] || (E[2] = (P) => s.value = P),
|
|
1641
|
-
keyword: a(ne),
|
|
1642
|
-
"onUpdate:keyword": E[3] || (E[3] = (P) => he(ne) ? ne.value = P : null),
|
|
1643
|
-
path: a(W),
|
|
1644
|
-
"onUpdate:path": E[4] || (E[4] = (P) => he(W) ? W.value = P : null),
|
|
1645
|
-
isView: e.isView,
|
|
1646
|
-
disabled: a(v),
|
|
1647
|
-
load: a(de),
|
|
1648
|
-
search: a(ce),
|
|
1649
|
-
props: {
|
|
1650
|
-
isLeaf: "leaf",
|
|
1651
|
-
label: "name"
|
|
1652
|
-
},
|
|
1653
|
-
onChange: a(pe)
|
|
1654
|
-
}, null, 8, ["col", "label", "prop", "helpMessage", "placeholder", "required", "modelValue", "keyword", "path", "isView", "disabled", "load", "search", "onChange"])) : q("v-if", !0)
|
|
1655
|
-
],
|
|
1656
|
-
64
|
|
1657
|
-
/* STABLE_FRAGMENT */
|
|
1658
|
-
));
|
|
1293
|
+
s.value = R.map((A) => A.value).toString(), l(e.setting.name, s.value);
|
|
1294
|
+
})), (R, A) => (V(), x(G, null, [
|
|
1295
|
+
m.value && a(h) != "position" ? (V(), F(a(U), {
|
|
1296
|
+
key: 0,
|
|
1297
|
+
col: e.span,
|
|
1298
|
+
modelValue: s.value,
|
|
1299
|
+
"onUpdate:modelValue": A[1] || (A[1] = (P) => s.value = P),
|
|
1300
|
+
prop: e.setting.name,
|
|
1301
|
+
label: R.setting.desc,
|
|
1302
|
+
type: "inputDialogSelect",
|
|
1303
|
+
options: a(r),
|
|
1304
|
+
helpMessage: K.value,
|
|
1305
|
+
isView: e.isView,
|
|
1306
|
+
disabled: a(v),
|
|
1307
|
+
required: Y.value,
|
|
1308
|
+
placeholder: R.setting.options.placeholder || a(_)("请选择"),
|
|
1309
|
+
onOpenDialog: a(S)
|
|
1310
|
+
}, {
|
|
1311
|
+
default: $(() => {
|
|
1312
|
+
var P;
|
|
1313
|
+
return [
|
|
1314
|
+
N(a(Dt), {
|
|
1315
|
+
"append-to-body": "",
|
|
1316
|
+
modelValue: a(c),
|
|
1317
|
+
"onUpdate:modelValue": A[0] || (A[0] = (M) => he(c) ? c.value = M : null),
|
|
1318
|
+
options: a(g),
|
|
1319
|
+
onConfirm: a(z),
|
|
1320
|
+
title: a(d),
|
|
1321
|
+
"body-style": { padding: "0px" }
|
|
1322
|
+
}, dt({ _: 2 }, [
|
|
1323
|
+
((P = a(T)) == null ? void 0 : P.length) > 0 ? {
|
|
1324
|
+
name: "table-header-search",
|
|
1325
|
+
fn: $(() => [
|
|
1326
|
+
Ke("div", Na, [
|
|
1327
|
+
N(a(Ct), {
|
|
1328
|
+
labelLength: "6",
|
|
1329
|
+
options: a(T),
|
|
1330
|
+
onConfirm: a(O),
|
|
1331
|
+
"is-margin-right": !1
|
|
1332
|
+
}, null, 8, ["options", "onConfirm"])
|
|
1333
|
+
])
|
|
1334
|
+
]),
|
|
1335
|
+
key: "0"
|
|
1336
|
+
} : void 0,
|
|
1337
|
+
a(h) === "user" ? {
|
|
1338
|
+
name: "table-column",
|
|
1339
|
+
fn: $(() => [
|
|
1340
|
+
N(a(I), {
|
|
1341
|
+
label: a(_)("姓名"),
|
|
1342
|
+
prop: "name"
|
|
1343
|
+
}, null, 8, ["label"]),
|
|
1344
|
+
N(a(I), {
|
|
1345
|
+
label: a(_)("账号"),
|
|
1346
|
+
prop: "userName"
|
|
1347
|
+
}, null, 8, ["label"]),
|
|
1348
|
+
N(a(I), {
|
|
1349
|
+
label: a(_)("手机号"),
|
|
1350
|
+
prop: "sensitivePhone"
|
|
1351
|
+
}, {
|
|
1352
|
+
default: $(({ row: M }) => [
|
|
1353
|
+
N(a(Ve), {
|
|
1354
|
+
placement: "top",
|
|
1355
|
+
content: M.phone,
|
|
1356
|
+
disabled: !M.phone
|
|
1357
|
+
}, {
|
|
1358
|
+
default: $(() => [
|
|
1359
|
+
ee(te(M.sensitivePhone || "-"), 1)
|
|
1360
|
+
]),
|
|
1361
|
+
_: 2
|
|
1362
|
+
}, 1032, ["content", "disabled"])
|
|
1363
|
+
]),
|
|
1364
|
+
_: 1
|
|
1365
|
+
}, 8, ["label"]),
|
|
1366
|
+
N(a(I), {
|
|
1367
|
+
label: a(_)("状态")
|
|
1368
|
+
}, {
|
|
1369
|
+
default: $(({ row: M }) => [
|
|
1370
|
+
ee(te(a(y)[M.status]), 1)
|
|
1371
|
+
]),
|
|
1372
|
+
_: 1
|
|
1373
|
+
}, 8, ["label"])
|
|
1374
|
+
]),
|
|
1375
|
+
key: "1"
|
|
1376
|
+
} : void 0,
|
|
1377
|
+
a(h) === "org" ? {
|
|
1378
|
+
name: "table-column",
|
|
1379
|
+
fn: $(() => [
|
|
1380
|
+
N(a(I), {
|
|
1381
|
+
label: a(_)("组织名称"),
|
|
1382
|
+
prop: "name"
|
|
1383
|
+
}, null, 8, ["label"]),
|
|
1384
|
+
N(a(I), {
|
|
1385
|
+
label: a(_)("组织编码"),
|
|
1386
|
+
prop: "code"
|
|
1387
|
+
}, null, 8, ["label"]),
|
|
1388
|
+
N(a(I), {
|
|
1389
|
+
label: a(_)("组织类型"),
|
|
1390
|
+
prop: "typeName"
|
|
1391
|
+
}, null, 8, ["label"])
|
|
1392
|
+
]),
|
|
1393
|
+
key: "2"
|
|
1394
|
+
} : void 0,
|
|
1395
|
+
a(h) === "role" ? {
|
|
1396
|
+
name: "table-column",
|
|
1397
|
+
fn: $(() => [
|
|
1398
|
+
N(a(I), {
|
|
1399
|
+
label: a(_)("角色名称"),
|
|
1400
|
+
prop: "name"
|
|
1401
|
+
}, null, 8, ["label"]),
|
|
1402
|
+
N(a(I), {
|
|
1403
|
+
label: a(_)("角色类型")
|
|
1404
|
+
}, {
|
|
1405
|
+
default: $(({ row: M }) => [
|
|
1406
|
+
ee(te(a(D)[M.type]), 1)
|
|
1407
|
+
]),
|
|
1408
|
+
_: 1
|
|
1409
|
+
}, 8, ["label"]),
|
|
1410
|
+
N(a(I), {
|
|
1411
|
+
label: a(_)("角色状态")
|
|
1412
|
+
}, {
|
|
1413
|
+
default: $(({ row: M }) => [
|
|
1414
|
+
ee(te(a(b)[M.status]), 1)
|
|
1415
|
+
]),
|
|
1416
|
+
_: 1
|
|
1417
|
+
}, 8, ["label"])
|
|
1418
|
+
]),
|
|
1419
|
+
key: "3"
|
|
1420
|
+
} : void 0,
|
|
1421
|
+
a(h) === "job" ? {
|
|
1422
|
+
name: "table-column",
|
|
1423
|
+
fn: $(() => [
|
|
1424
|
+
N(a(I), {
|
|
1425
|
+
label: a(_)("职务名称"),
|
|
1426
|
+
prop: "name"
|
|
1427
|
+
}, null, 8, ["label"]),
|
|
1428
|
+
N(a(I), {
|
|
1429
|
+
label: a(_)("职务编码"),
|
|
1430
|
+
prop: "code"
|
|
1431
|
+
}, null, 8, ["label"]),
|
|
1432
|
+
N(a(I), {
|
|
1433
|
+
label: a(_)("所属组织路径"),
|
|
1434
|
+
prop: "groupName"
|
|
1435
|
+
}, null, 8, ["label"])
|
|
1436
|
+
]),
|
|
1437
|
+
key: "4"
|
|
1438
|
+
} : void 0,
|
|
1439
|
+
a(h) === "post" ? {
|
|
1440
|
+
name: "table-column",
|
|
1441
|
+
fn: $(() => [
|
|
1442
|
+
N(a(I), {
|
|
1443
|
+
label: a(_)("岗位名称"),
|
|
1444
|
+
prop: "name"
|
|
1445
|
+
}, null, 8, ["label"]),
|
|
1446
|
+
N(a(I), {
|
|
1447
|
+
label: a(_)("岗位编码"),
|
|
1448
|
+
prop: "code"
|
|
1449
|
+
}, null, 8, ["label"]),
|
|
1450
|
+
N(a(I), {
|
|
1451
|
+
label: a(_)("所属组织路径"),
|
|
1452
|
+
prop: "groupName"
|
|
1453
|
+
}, null, 8, ["label"])
|
|
1454
|
+
]),
|
|
1455
|
+
key: "5"
|
|
1456
|
+
} : void 0,
|
|
1457
|
+
a(h) === "supplier" ? {
|
|
1458
|
+
name: "table-column",
|
|
1459
|
+
fn: $(() => [
|
|
1460
|
+
N(a(I), {
|
|
1461
|
+
type: "index",
|
|
1462
|
+
width: "50"
|
|
1463
|
+
}),
|
|
1464
|
+
N(a(I), {
|
|
1465
|
+
label: a(_)("供应商名称"),
|
|
1466
|
+
prop: "name"
|
|
1467
|
+
}, null, 8, ["label"]),
|
|
1468
|
+
N(a(I), {
|
|
1469
|
+
label: a(_)("供应商编码"),
|
|
1470
|
+
prop: "code"
|
|
1471
|
+
}, null, 8, ["label"]),
|
|
1472
|
+
N(a(I), {
|
|
1473
|
+
label: a(_)("供应商等级"),
|
|
1474
|
+
prop: "supplierLevel"
|
|
1475
|
+
}, null, 8, ["label"]),
|
|
1476
|
+
N(a(I), {
|
|
1477
|
+
label: a(_)("供应商分类"),
|
|
1478
|
+
prop: "classificationName"
|
|
1479
|
+
}, null, 8, ["label"]),
|
|
1480
|
+
N(a(I), {
|
|
1481
|
+
label: a(_)("个人/公司"),
|
|
1482
|
+
prop: "businessType"
|
|
1483
|
+
}, {
|
|
1484
|
+
default: $(({ row: M }) => [
|
|
1485
|
+
ee(te(M.businessType == "COMPANY" ? a(_)("公司") : a(_)("个人")), 1)
|
|
1486
|
+
]),
|
|
1487
|
+
_: 1
|
|
1488
|
+
}, 8, ["label"])
|
|
1489
|
+
]),
|
|
1490
|
+
key: "6"
|
|
1491
|
+
} : void 0,
|
|
1492
|
+
a(h) === "source" ? {
|
|
1493
|
+
name: "table-column",
|
|
1494
|
+
fn: $(() => [
|
|
1495
|
+
N(a(I), {
|
|
1496
|
+
type: "index",
|
|
1497
|
+
width: "50"
|
|
1498
|
+
}),
|
|
1499
|
+
N(a(I), {
|
|
1500
|
+
label: a(_)("单据编码"),
|
|
1501
|
+
prop: "code"
|
|
1502
|
+
}, null, 8, ["label"]),
|
|
1503
|
+
N(a(I), {
|
|
1504
|
+
label: a(_)("申请人"),
|
|
1505
|
+
prop: "userName"
|
|
1506
|
+
}, null, 8, ["label"]),
|
|
1507
|
+
N(a(I), {
|
|
1508
|
+
label: a(_)("联系电话"),
|
|
1509
|
+
prop: "sensitivePhone"
|
|
1510
|
+
}, {
|
|
1511
|
+
default: $(({ row: M }) => [
|
|
1512
|
+
N(a(Ve), {
|
|
1513
|
+
placement: "top",
|
|
1514
|
+
content: M.phone,
|
|
1515
|
+
disabled: !M.phone
|
|
1516
|
+
}, {
|
|
1517
|
+
default: $(() => [
|
|
1518
|
+
ee(te(M.sensitivePhone || "-"), 1)
|
|
1519
|
+
]),
|
|
1520
|
+
_: 2
|
|
1521
|
+
}, 1032, ["content", "disabled"])
|
|
1522
|
+
]),
|
|
1523
|
+
_: 1
|
|
1524
|
+
}, 8, ["label"]),
|
|
1525
|
+
N(a(I), {
|
|
1526
|
+
label: a(_)("计划领用日期"),
|
|
1527
|
+
prop: "claimingDate"
|
|
1528
|
+
}, {
|
|
1529
|
+
default: $(({ row: M }) => [
|
|
1530
|
+
ee(te(M.claimingDate ? a(ve)(Number(M == null ? void 0 : M.claimingDate)).format("YYYY/MM/DD") : "-"), 1)
|
|
1531
|
+
]),
|
|
1532
|
+
_: 1
|
|
1533
|
+
}, 8, ["label"]),
|
|
1534
|
+
N(a(I), {
|
|
1535
|
+
label: a(_)("资产用途"),
|
|
1536
|
+
prop: "purpose"
|
|
1537
|
+
}, null, 8, ["label"])
|
|
1538
|
+
]),
|
|
1539
|
+
key: "7"
|
|
1540
|
+
} : void 0
|
|
1541
|
+
]), 1032, ["modelValue", "options", "onConfirm", "title"])
|
|
1542
|
+
];
|
|
1543
|
+
}),
|
|
1544
|
+
_: 1
|
|
1545
|
+
}, 8, ["col", "modelValue", "prop", "label", "options", "helpMessage", "isView", "disabled", "required", "placeholder", "onOpenDialog"])) : E("", !0),
|
|
1546
|
+
m.value && a(h) == "position" ? (V(), F(a(U), {
|
|
1547
|
+
key: 1,
|
|
1548
|
+
col: e.span,
|
|
1549
|
+
label: R.setting.desc,
|
|
1550
|
+
prop: e.setting.name,
|
|
1551
|
+
type: "treeSelect",
|
|
1552
|
+
"node-key": "id",
|
|
1553
|
+
showFullPath: !0,
|
|
1554
|
+
helpMessage: K.value,
|
|
1555
|
+
placeholder: R.setting.options.placeholder,
|
|
1556
|
+
required: Y.value,
|
|
1557
|
+
modelValue: s.value,
|
|
1558
|
+
"onUpdate:modelValue": A[2] || (A[2] = (P) => s.value = P),
|
|
1559
|
+
keyword: a(ne),
|
|
1560
|
+
"onUpdate:keyword": A[3] || (A[3] = (P) => he(ne) ? ne.value = P : null),
|
|
1561
|
+
path: a(H),
|
|
1562
|
+
"onUpdate:path": A[4] || (A[4] = (P) => he(H) ? H.value = P : null),
|
|
1563
|
+
isView: e.isView,
|
|
1564
|
+
disabled: a(v),
|
|
1565
|
+
load: a(de),
|
|
1566
|
+
search: a(ce),
|
|
1567
|
+
props: {
|
|
1568
|
+
isLeaf: "leaf",
|
|
1569
|
+
label: "name"
|
|
1570
|
+
},
|
|
1571
|
+
onChange: a(pe)
|
|
1572
|
+
}, null, 8, ["col", "label", "prop", "helpMessage", "placeholder", "required", "modelValue", "keyword", "path", "isView", "disabled", "load", "search", "onChange"])) : E("", !0)
|
|
1573
|
+
], 64));
|
|
1659
1574
|
}
|
|
1660
1575
|
}), Ma = /* @__PURE__ */ fe(za, [["__scopeId", "data-v-76614098"]]), at = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1661
1576
|
__proto__: null,
|
|
@@ -1668,7 +1583,7 @@ const fa = (o, e) => {
|
|
|
1668
1583
|
style: { "margin-bottom": "10px" }
|
|
1669
1584
|
}, $a = {
|
|
1670
1585
|
name: "soundRecording"
|
|
1671
|
-
}, Pa = /* @__PURE__ */
|
|
1586
|
+
}, Pa = /* @__PURE__ */ Q({
|
|
1672
1587
|
...$a,
|
|
1673
1588
|
props: {
|
|
1674
1589
|
setting: { default: () => ({
|
|
@@ -1693,7 +1608,7 @@ const fa = (o, e) => {
|
|
|
1693
1608
|
{ deep: !0, immediate: !0 }
|
|
1694
1609
|
), l.value[e.setting.name];
|
|
1695
1610
|
const { baseURL: m } = Vt(), v = i(!1);
|
|
1696
|
-
|
|
1611
|
+
W(e.setting.options.validateList).then((C) => {
|
|
1697
1612
|
v.value = C;
|
|
1698
1613
|
});
|
|
1699
1614
|
const c = i("info"), d = i();
|
|
@@ -1713,27 +1628,26 @@ const fa = (o, e) => {
|
|
|
1713
1628
|
required: v.value,
|
|
1714
1629
|
col: e.span
|
|
1715
1630
|
}, {
|
|
1716
|
-
default:
|
|
1717
|
-
n.value ? (V(),
|
|
1718
|
-
N(a(
|
|
1631
|
+
default: $(() => [
|
|
1632
|
+
n.value ? (V(), x("div", Ta, [
|
|
1633
|
+
N(a(Be), {
|
|
1719
1634
|
modelValue: n.value,
|
|
1720
1635
|
"onUpdate:modelValue": g[0] || (g[0] = (h) => n.value = h),
|
|
1721
1636
|
status: c.value,
|
|
1722
1637
|
"onUpdate:status": g[1] || (g[1] = (h) => c.value = h),
|
|
1723
1638
|
required: v.value
|
|
1724
1639
|
}, null, 8, ["modelValue", "status", "required"])
|
|
1725
|
-
])) : (V(),
|
|
1640
|
+
])) : (V(), x("div", Ra, "-"))
|
|
1726
1641
|
]),
|
|
1727
1642
|
_: 1
|
|
1728
|
-
|
|
1729
|
-
}, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) : q("v-if", !0);
|
|
1643
|
+
}, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) : E("", !0);
|
|
1730
1644
|
}
|
|
1731
1645
|
}), Fa = /* @__PURE__ */ fe(Pa, [["__scopeId", "data-v-b30e3d77"]]), nt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1732
1646
|
__proto__: null,
|
|
1733
1647
|
default: Fa
|
|
1734
1648
|
}, Symbol.toStringTag, { value: "Module" })), Ia = {
|
|
1735
1649
|
name: "switch"
|
|
1736
|
-
}, qa = /* @__PURE__ */
|
|
1650
|
+
}, qa = /* @__PURE__ */ Q({
|
|
1737
1651
|
...Ia,
|
|
1738
1652
|
props: {
|
|
1739
1653
|
setting: { default: () => ({
|
|
@@ -1758,7 +1672,7 @@ const fa = (o, e) => {
|
|
|
1758
1672
|
{ deep: !0, immediate: !0 }
|
|
1759
1673
|
);
|
|
1760
1674
|
const m = l.value[e.setting.name] || !1, v = i(!1);
|
|
1761
|
-
|
|
1675
|
+
W(e.setting.options.validateList).then((d) => {
|
|
1762
1676
|
v.value = d;
|
|
1763
1677
|
});
|
|
1764
1678
|
const c = i();
|
|
@@ -1782,14 +1696,14 @@ const fa = (o, e) => {
|
|
|
1782
1696
|
disabled: a(m),
|
|
1783
1697
|
required: v.value,
|
|
1784
1698
|
isView: e.isView
|
|
1785
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "activeValue", "inactiveValue", "activeText", "inactiveText", "helpMessage", "disabled", "required", "isView"])) :
|
|
1699
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "activeValue", "inactiveValue", "activeText", "inactiveText", "helpMessage", "disabled", "required", "isView"])) : E("", !0);
|
|
1786
1700
|
}
|
|
1787
1701
|
}), st = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1788
1702
|
__proto__: null,
|
|
1789
1703
|
default: qa
|
|
1790
1704
|
}, Symbol.toStringTag, { value: "Module" })), Oa = {
|
|
1791
1705
|
name: "text"
|
|
1792
|
-
},
|
|
1706
|
+
}, Ka = /* @__PURE__ */ Q({
|
|
1793
1707
|
...Oa,
|
|
1794
1708
|
props: {
|
|
1795
1709
|
setting: { default: () => ({
|
|
@@ -1825,7 +1739,7 @@ const fa = (o, e) => {
|
|
|
1825
1739
|
type: "custom",
|
|
1826
1740
|
helpMessage: m.value
|
|
1827
1741
|
}, {
|
|
1828
|
-
default:
|
|
1742
|
+
default: $(() => [
|
|
1829
1743
|
N(a(Ee), {
|
|
1830
1744
|
type: "text",
|
|
1831
1745
|
modelValue: n.value,
|
|
@@ -1833,16 +1747,15 @@ const fa = (o, e) => {
|
|
|
1833
1747
|
}, null, 8, ["modelValue"])
|
|
1834
1748
|
]),
|
|
1835
1749
|
_: 1
|
|
1836
|
-
|
|
1837
|
-
}, 8, ["col", "modelValue", "label", "helpMessage"])) : q("v-if", !0);
|
|
1750
|
+
}, 8, ["col", "modelValue", "label", "helpMessage"])) : E("", !0);
|
|
1838
1751
|
}
|
|
1839
1752
|
}), ot = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1840
1753
|
__proto__: null,
|
|
1841
|
-
default:
|
|
1842
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1754
|
+
default: Ka
|
|
1755
|
+
}, Symbol.toStringTag, { value: "Module" })), Ba = {
|
|
1843
1756
|
name: "textarea"
|
|
1844
|
-
},
|
|
1845
|
-
...
|
|
1757
|
+
}, ja = /* @__PURE__ */ Q({
|
|
1758
|
+
...Ba,
|
|
1846
1759
|
props: {
|
|
1847
1760
|
setting: { default: () => ({
|
|
1848
1761
|
icon: "",
|
|
@@ -1866,7 +1779,7 @@ const fa = (o, e) => {
|
|
|
1866
1779
|
{ deep: !0, immediate: !0 }
|
|
1867
1780
|
);
|
|
1868
1781
|
const m = l.value[e.setting.name] || !1, v = i(!1);
|
|
1869
|
-
|
|
1782
|
+
W(e.setting.options.validateList).then((g) => {
|
|
1870
1783
|
v.value = g;
|
|
1871
1784
|
});
|
|
1872
1785
|
const c = i();
|
|
@@ -1876,65 +1789,58 @@ const fa = (o, e) => {
|
|
|
1876
1789
|
const d = i(), C = i();
|
|
1877
1790
|
return d.value = e.setting.options.initialFrameWidth ? e.setting.options.initialFrameWidth + "px" : "", C.value = e.setting.options.initialFrameHeight ? e.setting.options.initialFrameHeight + "px" : "", e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), L(n, (g) => {
|
|
1878
1791
|
p(e.setting.name, g);
|
|
1879
|
-
}), (g, h) => (V(),
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
_: 1
|
|
1925
|
-
/* STABLE */
|
|
1926
|
-
}, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) : q("v-if", !0)
|
|
1927
|
-
],
|
|
1928
|
-
64
|
|
1929
|
-
/* STABLE_FRAGMENT */
|
|
1930
|
-
));
|
|
1792
|
+
}), (g, h) => (V(), x(G, null, [
|
|
1793
|
+
!g.setting.options.isEditor && s.value ? (V(), F(a(U), {
|
|
1794
|
+
key: 0,
|
|
1795
|
+
col: e.span,
|
|
1796
|
+
label: g.setting.desc,
|
|
1797
|
+
type: "textarea",
|
|
1798
|
+
modelValue: n.value,
|
|
1799
|
+
"onUpdate:modelValue": h[0] || (h[0] = (r) => n.value = r),
|
|
1800
|
+
prop: e.setting.name,
|
|
1801
|
+
placeholder: g.setting.options.placeholder,
|
|
1802
|
+
disabled: g.setting.options.isInputEdit || a(m),
|
|
1803
|
+
isView: e.isView,
|
|
1804
|
+
autosize: {
|
|
1805
|
+
minRows: 1,
|
|
1806
|
+
maxRows: 3
|
|
1807
|
+
},
|
|
1808
|
+
"show-word-limit": "",
|
|
1809
|
+
helpMessage: c.value,
|
|
1810
|
+
required: v.value
|
|
1811
|
+
}, null, 8, ["col", "label", "modelValue", "prop", "placeholder", "disabled", "isView", "helpMessage", "required"])) : E("", !0),
|
|
1812
|
+
g.setting.options.isEditor && s.value ? (V(), F(a(U), {
|
|
1813
|
+
key: 1,
|
|
1814
|
+
modelValue: n.value,
|
|
1815
|
+
"onUpdate:modelValue": h[2] || (h[2] = (r) => n.value = r),
|
|
1816
|
+
prop: e.setting.name,
|
|
1817
|
+
contentWidth: d.value,
|
|
1818
|
+
label: g.setting.desc,
|
|
1819
|
+
type: "custom",
|
|
1820
|
+
helpMessage: c.value,
|
|
1821
|
+
required: v.value,
|
|
1822
|
+
readOnly: e.isView
|
|
1823
|
+
}, {
|
|
1824
|
+
default: $(() => [
|
|
1825
|
+
N(a(Ee), {
|
|
1826
|
+
ref: "editor",
|
|
1827
|
+
width: d.value,
|
|
1828
|
+
height: C.value,
|
|
1829
|
+
modelValue: n.value,
|
|
1830
|
+
"onUpdate:modelValue": h[1] || (h[1] = (r) => n.value = r),
|
|
1831
|
+
placeholder: g.setting.options.placeholder
|
|
1832
|
+
}, null, 8, ["width", "height", "modelValue", "placeholder"])
|
|
1833
|
+
]),
|
|
1834
|
+
_: 1
|
|
1835
|
+
}, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) : E("", !0)
|
|
1836
|
+
], 64));
|
|
1931
1837
|
}
|
|
1932
1838
|
}), lt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1933
1839
|
__proto__: null,
|
|
1934
|
-
default:
|
|
1840
|
+
default: ja
|
|
1935
1841
|
}, Symbol.toStringTag, { value: "Module" })), Ea = {
|
|
1936
1842
|
name: "time"
|
|
1937
|
-
}, Aa = /* @__PURE__ */
|
|
1843
|
+
}, Aa = /* @__PURE__ */ Q({
|
|
1938
1844
|
...Ea,
|
|
1939
1845
|
props: {
|
|
1940
1846
|
setting: { default: () => ({
|
|
@@ -1959,7 +1865,7 @@ const fa = (o, e) => {
|
|
|
1959
1865
|
{ deep: !0, immediate: !0 }
|
|
1960
1866
|
);
|
|
1961
1867
|
const m = l.value[e.setting.name] || !1, v = i(!1);
|
|
1962
|
-
|
|
1868
|
+
W(e.setting.options.validateList).then((d) => {
|
|
1963
1869
|
v.value = d;
|
|
1964
1870
|
});
|
|
1965
1871
|
const c = i();
|
|
@@ -1980,12 +1886,12 @@ const fa = (o, e) => {
|
|
|
1980
1886
|
isView: e.isView,
|
|
1981
1887
|
required: v.value,
|
|
1982
1888
|
disabled: a(m)
|
|
1983
|
-
}, null, 8, ["col", "modelValue", "prop", "label", "helpMessage", "isView", "required", "disabled"])) :
|
|
1889
|
+
}, null, 8, ["col", "modelValue", "prop", "label", "helpMessage", "isView", "required", "disabled"])) : E("", !0);
|
|
1984
1890
|
}
|
|
1985
1891
|
}), it = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1986
1892
|
__proto__: null,
|
|
1987
1893
|
default: Aa
|
|
1988
|
-
}, Symbol.toStringTag, { value: "Module" })), Qa =
|
|
1894
|
+
}, Symbol.toStringTag, { value: "Module" })), Qa = Q({
|
|
1989
1895
|
name: "accordion",
|
|
1990
1896
|
props: {
|
|
1991
1897
|
columns: {
|
|
@@ -2027,7 +1933,7 @@ const fa = (o, e) => {
|
|
|
2027
1933
|
}
|
|
2028
1934
|
}), Ua = {
|
|
2029
1935
|
name: "accordion"
|
|
2030
|
-
},
|
|
1936
|
+
}, Ya = /* @__PURE__ */ Q({
|
|
2031
1937
|
...Ua,
|
|
2032
1938
|
props: {
|
|
2033
1939
|
setting: { default: () => ({
|
|
@@ -2064,12 +1970,12 @@ const fa = (o, e) => {
|
|
|
2064
1970
|
style: { "margin-bottom": "10px" }
|
|
2065
1971
|
}, null, 8, ["columns", "options", "isView", "store"]));
|
|
2066
1972
|
}
|
|
2067
|
-
}),
|
|
1973
|
+
}), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2068
1974
|
__proto__: null,
|
|
2069
|
-
default:
|
|
1975
|
+
default: Ya
|
|
2070
1976
|
}, Symbol.toStringTag, { value: "Module" })), Ja = {
|
|
2071
1977
|
name: "grid"
|
|
2072
|
-
}, Ha = /* @__PURE__ */
|
|
1978
|
+
}, Ha = /* @__PURE__ */ Q({
|
|
2073
1979
|
...Ja,
|
|
2074
1980
|
props: {
|
|
2075
1981
|
setting: { default: () => ({
|
|
@@ -2096,48 +2002,19 @@ const fa = (o, e) => {
|
|
|
2096
2002
|
},
|
|
2097
2003
|
setup(o) {
|
|
2098
2004
|
const e = o;
|
|
2099
|
-
return (t, l) => (V(),
|
|
2100
|
-
G,
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
null,
|
|
2108
|
-
ie(t.setting.columns, (p) => (V(), Y(
|
|
2109
|
-
G,
|
|
2110
|
-
null,
|
|
2111
|
-
[
|
|
2112
|
-
(V(!0), Y(
|
|
2113
|
-
G,
|
|
2114
|
-
null,
|
|
2115
|
-
ie(p.list, (u) => (V(), F(ge(a(Ga)[u.ctrlType]), {
|
|
2116
|
-
setting: u,
|
|
2117
|
-
isView: e.isView,
|
|
2118
|
-
store: t.store,
|
|
2119
|
-
span: p.span
|
|
2120
|
-
}, null, 8, ["setting", "isView", "store", "span"]))),
|
|
2121
|
-
256
|
|
2122
|
-
/* UNKEYED_FRAGMENT */
|
|
2123
|
-
))
|
|
2124
|
-
],
|
|
2125
|
-
64
|
|
2126
|
-
/* STABLE_FRAGMENT */
|
|
2127
|
-
))),
|
|
2128
|
-
256
|
|
2129
|
-
/* UNKEYED_FRAGMENT */
|
|
2130
|
-
)),
|
|
2131
|
-
q(" </div> ")
|
|
2132
|
-
],
|
|
2133
|
-
2112
|
|
2134
|
-
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
2135
|
-
));
|
|
2005
|
+
return (t, l) => (V(!0), x(G, null, ie(t.setting.columns, (p) => (V(), x(G, null, [
|
|
2006
|
+
(V(!0), x(G, null, ie(p.list, (u) => (V(), F(ge(a(Ga)[u.ctrlType]), {
|
|
2007
|
+
setting: u,
|
|
2008
|
+
isView: e.isView,
|
|
2009
|
+
store: t.store,
|
|
2010
|
+
span: p.span
|
|
2011
|
+
}, null, 8, ["setting", "isView", "store", "span"]))), 256))
|
|
2012
|
+
], 64))), 256));
|
|
2136
2013
|
}
|
|
2137
2014
|
}), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2138
2015
|
__proto__: null,
|
|
2139
2016
|
default: Ha
|
|
2140
|
-
}, Symbol.toStringTag, { value: "Module" })), _e = /* @__PURE__ */ Object.assign({ "./base/attachment.vue":
|
|
2017
|
+
}, Symbol.toStringTag, { value: "Module" })), _e = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": Ye, "./base/autocomplete.vue": xe, "./base/checkbox.vue": Je, "./base/date.vue": He, "./base/dropdown.vue": We, "./base/imageViewer.vue": Ze, "./base/input.vue": Ge, "./base/number.vue": Xe, "./base/radio.vue": et, "./base/select.vue": tt, "./base/selector.vue": at, "./base/soundRecording.vue": nt, "./base/switch.vue": st, "./base/text.vue": ot, "./base/textarea.vue": lt, "./base/time.vue": it, "./layout/accordion/accordion.vue": xa, "./layout/grid/gridLayout.vue": Wa }), we = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": Ye, "./base/autocomplete.vue": xe, "./base/checkbox.vue": Je, "./base/date.vue": He, "./base/dropdown.vue": We, "./base/imageViewer.vue": Ze, "./base/input.vue": Ge, "./base/number.vue": Xe, "./base/radio.vue": et, "./base/select.vue": tt, "./base/selector.vue": at, "./base/soundRecording.vue": nt, "./base/switch.vue": st, "./base/text.vue": ot, "./base/textarea.vue": lt, "./base/time.vue": it }), Ce = /* @__PURE__ */ Object.assign({}), De = /* @__PURE__ */ Object.assign({}), re = {}, rt = {}, ut = {}, Za = {};
|
|
2141
2018
|
Object.keys(we).map((o) => rt[we[o].default.name] = we[o].default);
|
|
2142
2019
|
Object.keys(Ce).map((o) => ut[Ce[o].default.name] = Ce[o].default);
|
|
2143
2020
|
Object.keys(De).map((o) => Za[De[o].default.name] = De[o].default);
|
|
@@ -2240,8 +2117,8 @@ const Ga = { ...rt, ...ut }, Xa = (o, e, t, l) => {
|
|
|
2240
2117
|
},
|
|
2241
2118
|
getData: (D) => o.value[D],
|
|
2242
2119
|
setFormData: (D, b, S) => {
|
|
2243
|
-
f.value = D, p.value.includes(D) ? e.value.forEach((
|
|
2244
|
-
|
|
2120
|
+
f.value = D, p.value.includes(D) ? e.value.forEach((z) => {
|
|
2121
|
+
z.formKey === D && (o.value = z.data);
|
|
2245
2122
|
}) : (p.value.push(D), e.value.push({
|
|
2246
2123
|
formKey: D,
|
|
2247
2124
|
boKey: b,
|
|
@@ -2253,7 +2130,7 @@ const Ga = { ...rt, ...ut }, Xa = (o, e, t, l) => {
|
|
|
2253
2130
|
setFormRule: (D, b) => {
|
|
2254
2131
|
w.value[D] = [], b && b.length && b.forEach((S) => {
|
|
2255
2132
|
w.value[D].push({
|
|
2256
|
-
validator: (
|
|
2133
|
+
validator: (z, k, O) => hn[S.key](z, k, O, S)
|
|
2257
2134
|
});
|
|
2258
2135
|
});
|
|
2259
2136
|
},
|
|
@@ -2270,7 +2147,7 @@ const Ga = { ...rt, ...ut }, Xa = (o, e, t, l) => {
|
|
|
2270
2147
|
}, wn = {
|
|
2271
2148
|
key: 1,
|
|
2272
2149
|
style: { "background-color": "#fff" }
|
|
2273
|
-
}, Cn = /* @__PURE__ */
|
|
2150
|
+
}, Cn = /* @__PURE__ */ Q({
|
|
2274
2151
|
__name: "App",
|
|
2275
2152
|
props: {
|
|
2276
2153
|
formConfigurationId: {},
|
|
@@ -2301,18 +2178,18 @@ const Ga = { ...rt, ...ut }, Xa = (o, e, t, l) => {
|
|
|
2301
2178
|
s,
|
|
2302
2179
|
m,
|
|
2303
2180
|
l
|
|
2304
|
-
), b = i({}), S = (k,
|
|
2305
|
-
const { key:
|
|
2306
|
-
b.value[
|
|
2307
|
-
},
|
|
2308
|
-
let
|
|
2309
|
-
for (const
|
|
2310
|
-
b.value[
|
|
2311
|
-
|
|
2181
|
+
), b = i({}), S = (k, O) => {
|
|
2182
|
+
const { key: T } = O;
|
|
2183
|
+
b.value[T] || (b.value[T] = k);
|
|
2184
|
+
}, z = () => new Promise((k, O) => {
|
|
2185
|
+
let T = !0;
|
|
2186
|
+
for (const j in b.value)
|
|
2187
|
+
b.value[j].validate((H) => {
|
|
2188
|
+
H == !1 && (T = !1);
|
|
2312
2189
|
});
|
|
2313
2190
|
setTimeout(() => {
|
|
2314
2191
|
k({
|
|
2315
|
-
result:
|
|
2192
|
+
result: T,
|
|
2316
2193
|
data: n()
|
|
2317
2194
|
});
|
|
2318
2195
|
}, 50);
|
|
@@ -2320,145 +2197,100 @@ const Ga = { ...rt, ...ut }, Xa = (o, e, t, l) => {
|
|
|
2320
2197
|
return ct(async () => {
|
|
2321
2198
|
s.isShowBtn == !1 ? r(s.formConfigurationId) : y();
|
|
2322
2199
|
}), e({
|
|
2323
|
-
validateFormData:
|
|
2200
|
+
validateFormData: z,
|
|
2324
2201
|
clearData: w
|
|
2325
|
-
}), (k,
|
|
2326
|
-
a(C).length > 0 ? (V(),
|
|
2327
|
-
(V(!0),
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2202
|
+
}), (k, O) => (V(), x("div", bn, [
|
|
2203
|
+
a(C).length > 0 ? (V(), x("div", _n, [
|
|
2204
|
+
(V(!0), x(G, null, ie(a(C), (T) => (V(), F(a(ft), {
|
|
2205
|
+
key: T.id,
|
|
2206
|
+
style: { "margin-right": "20px" },
|
|
2207
|
+
"btn-type": "primary",
|
|
2208
|
+
onClick: (j) => a(D)(T)
|
|
2209
|
+
}, {
|
|
2210
|
+
default: $(() => [
|
|
2211
|
+
ee(te(T.name), 1)
|
|
2212
|
+
]),
|
|
2213
|
+
_: 2
|
|
2214
|
+
}, 1032, ["onClick"]))), 128))
|
|
2215
|
+
])) : E("", !0),
|
|
2216
|
+
gt((V(), x("div", {
|
|
2217
|
+
class: "content-box",
|
|
2218
|
+
style: mt({ margin: "0 10px", ...k.customStyle })
|
|
2219
|
+
}, [
|
|
2220
|
+
(V(!0), x(G, null, ie(a(c), (T) => (V(), x(G, {
|
|
2221
|
+
key: T.name
|
|
2222
|
+
}, [
|
|
2223
|
+
v(T.ctrlType) ? (V(), F(a(Ae), {
|
|
2224
|
+
key: 0,
|
|
2225
|
+
style: { "margin-bottom": "10px" },
|
|
2226
|
+
collapsible: T.options.accordion ? "" : "disabled",
|
|
2227
|
+
activeKey: a(h)
|
|
2335
2228
|
}, {
|
|
2336
|
-
default:
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
]),
|
|
2343
|
-
_: 2
|
|
2344
|
-
/* DYNAMIC */
|
|
2345
|
-
}, 1032, ["onClick"]))),
|
|
2346
|
-
128
|
|
2347
|
-
/* KEYED_FRAGMENT */
|
|
2348
|
-
))
|
|
2349
|
-
])) : q("v-if", !0),
|
|
2350
|
-
gt((V(), Y(
|
|
2351
|
-
"div",
|
|
2352
|
-
{
|
|
2353
|
-
class: "content-box",
|
|
2354
|
-
style: mt({ margin: "0 10px", ...k.customStyle })
|
|
2355
|
-
},
|
|
2356
|
-
[
|
|
2357
|
-
(V(!0), Y(
|
|
2358
|
-
G,
|
|
2359
|
-
null,
|
|
2360
|
-
ie(a(c), ($) => (V(), Y(
|
|
2361
|
-
G,
|
|
2362
|
-
{
|
|
2363
|
-
key: $.name
|
|
2364
|
-
},
|
|
2365
|
-
[
|
|
2366
|
-
v($.ctrlType) ? (V(), F(a(Ae), {
|
|
2367
|
-
key: 0,
|
|
2368
|
-
style: { "margin-bottom": "10px" },
|
|
2369
|
-
collapsible: $.options.accordion ? "" : "disabled",
|
|
2370
|
-
activeKey: a(h)
|
|
2371
|
-
}, {
|
|
2372
|
-
default: T(() => [
|
|
2373
|
-
(V(), F(a(Qe), {
|
|
2374
|
-
key: $.columns[0].idKey,
|
|
2375
|
-
header: $.columns[0].span
|
|
2376
|
-
}, {
|
|
2377
|
-
default: T(() => [
|
|
2378
|
-
a(d) ? (V(), F(a(Ie), {
|
|
2379
|
-
key: 0,
|
|
2380
|
-
ref_for: !0,
|
|
2381
|
-
ref: (Q) => S(Q, $),
|
|
2382
|
-
cols: 24,
|
|
2383
|
-
alignType: "horizontal",
|
|
2384
|
-
"margin-right": "80px",
|
|
2385
|
-
"auto-margin-right": "",
|
|
2386
|
-
rules: a(p),
|
|
2387
|
-
form: a(l).data
|
|
2388
|
-
}, {
|
|
2389
|
-
default: T(() => [
|
|
2390
|
-
(V(!0), Y(
|
|
2391
|
-
G,
|
|
2392
|
-
null,
|
|
2393
|
-
ie($.columns[0].list, (Q) => (V(), Y(
|
|
2394
|
-
G,
|
|
2395
|
-
{
|
|
2396
|
-
key: $.name
|
|
2397
|
-
},
|
|
2398
|
-
[
|
|
2399
|
-
Q.ctrlType == "grid" ? (V(), F(ge(a(re).grid), {
|
|
2400
|
-
key: 0,
|
|
2401
|
-
setting: Q,
|
|
2402
|
-
isView: s.isView,
|
|
2403
|
-
store: a(l)
|
|
2404
|
-
}, null, 8, ["setting", "isView", "store"])) : (V(), F(ge(a(re)[Q.ctrlType]), {
|
|
2405
|
-
key: 1,
|
|
2406
|
-
setting: Q,
|
|
2407
|
-
isView: s.isView,
|
|
2408
|
-
store: a(l)
|
|
2409
|
-
}, null, 8, ["setting", "isView", "store"]))
|
|
2410
|
-
],
|
|
2411
|
-
64
|
|
2412
|
-
/* STABLE_FRAGMENT */
|
|
2413
|
-
))),
|
|
2414
|
-
128
|
|
2415
|
-
/* KEYED_FRAGMENT */
|
|
2416
|
-
))
|
|
2417
|
-
]),
|
|
2418
|
-
_: 2
|
|
2419
|
-
/* DYNAMIC */
|
|
2420
|
-
}, 1032, ["rules", "form"])) : q("v-if", !0)
|
|
2421
|
-
]),
|
|
2422
|
-
_: 2
|
|
2423
|
-
/* DYNAMIC */
|
|
2424
|
-
}, 1032, ["header"]))
|
|
2425
|
-
]),
|
|
2426
|
-
_: 2
|
|
2427
|
-
/* DYNAMIC */
|
|
2428
|
-
}, 1032, ["collapsible", "activeKey"])) : (V(), Y("div", wn, [
|
|
2229
|
+
default: $(() => [
|
|
2230
|
+
(V(), F(a(Qe), {
|
|
2231
|
+
key: T.columns[0].idKey,
|
|
2232
|
+
header: T.columns[0].span
|
|
2233
|
+
}, {
|
|
2234
|
+
default: $(() => [
|
|
2429
2235
|
a(d) ? (V(), F(a(Ie), {
|
|
2430
2236
|
key: 0,
|
|
2431
2237
|
ref_for: !0,
|
|
2432
|
-
ref: (
|
|
2238
|
+
ref: (j) => S(j, T),
|
|
2433
2239
|
cols: 24,
|
|
2434
|
-
"auto-margin-right": "",
|
|
2435
2240
|
alignType: "horizontal",
|
|
2436
2241
|
"margin-right": "80px",
|
|
2242
|
+
"auto-margin-right": "",
|
|
2437
2243
|
rules: a(p),
|
|
2438
2244
|
form: a(l).data
|
|
2439
2245
|
}, {
|
|
2440
|
-
default:
|
|
2441
|
-
(V(),
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2246
|
+
default: $(() => [
|
|
2247
|
+
(V(!0), x(G, null, ie(T.columns[0].list, (j) => (V(), x(G, {
|
|
2248
|
+
key: T.name
|
|
2249
|
+
}, [
|
|
2250
|
+
j.ctrlType == "grid" ? (V(), F(ge(a(re).grid), {
|
|
2251
|
+
key: 0,
|
|
2252
|
+
setting: j,
|
|
2253
|
+
isView: s.isView,
|
|
2254
|
+
store: a(l)
|
|
2255
|
+
}, null, 8, ["setting", "isView", "store"])) : (V(), F(ge(a(re)[j.ctrlType]), {
|
|
2256
|
+
key: 1,
|
|
2257
|
+
setting: j,
|
|
2258
|
+
isView: s.isView,
|
|
2259
|
+
store: a(l)
|
|
2260
|
+
}, null, 8, ["setting", "isView", "store"]))
|
|
2261
|
+
], 64))), 128))
|
|
2446
2262
|
]),
|
|
2447
2263
|
_: 2
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
]
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2264
|
+
}, 1032, ["rules", "form"])) : E("", !0)
|
|
2265
|
+
]),
|
|
2266
|
+
_: 2
|
|
2267
|
+
}, 1032, ["header"]))
|
|
2268
|
+
]),
|
|
2269
|
+
_: 2
|
|
2270
|
+
}, 1032, ["collapsible", "activeKey"])) : (V(), x("div", wn, [
|
|
2271
|
+
a(d) ? (V(), F(a(Ie), {
|
|
2272
|
+
key: 0,
|
|
2273
|
+
ref_for: !0,
|
|
2274
|
+
ref: (j) => S(j, T),
|
|
2275
|
+
cols: 24,
|
|
2276
|
+
"auto-margin-right": "",
|
|
2277
|
+
alignType: "horizontal",
|
|
2278
|
+
"margin-right": "80px",
|
|
2279
|
+
rules: a(p),
|
|
2280
|
+
form: a(l).data
|
|
2281
|
+
}, {
|
|
2282
|
+
default: $(() => [
|
|
2283
|
+
(V(), F(ge(a(re)[T.ctrlType]), {
|
|
2284
|
+
setting: T,
|
|
2285
|
+
isView: s.isView,
|
|
2286
|
+
store: a(l)
|
|
2287
|
+
}, null, 8, ["setting", "isView", "store"]))
|
|
2288
|
+
]),
|
|
2289
|
+
_: 2
|
|
2290
|
+
}, 1032, ["rules", "form"])) : E("", !0)
|
|
2291
|
+
]))
|
|
2292
|
+
], 64))), 128))
|
|
2293
|
+
], 4)), [
|
|
2462
2294
|
[a(ht)]
|
|
2463
2295
|
])
|
|
2464
2296
|
]));
|
|
@@ -2586,8 +2418,8 @@ const Ga = { ...rt, ...ut }, Xa = (o, e, t, l) => {
|
|
|
2586
2418
|
请选择: { "zh-CN": "请选择", en: "Please Select", _appCode: "framework" }
|
|
2587
2419
|
};
|
|
2588
2420
|
wt(Vn);
|
|
2589
|
-
const
|
|
2421
|
+
const xn = pt(Dn);
|
|
2590
2422
|
export {
|
|
2591
|
-
|
|
2592
|
-
|
|
2423
|
+
xn as DasProcessForm,
|
|
2424
|
+
xn as default
|
|
2593
2425
|
};
|