@usethink/shared-frontend 0.1.0
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/README.md +60 -0
- package/dist/_virtual/_commonjsHelpers.js +1 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +1 -0
- package/dist/_virtual/advancedFormat.js +1 -0
- package/dist/_virtual/codemirror.js +1 -0
- package/dist/_virtual/codemirror2.js +1 -0
- package/dist/_virtual/css.js +1 -0
- package/dist/_virtual/dynamic-import-helper.js +1 -0
- package/dist/_virtual/javascript.js +1 -0
- package/dist/_virtual/localeData.js +1 -0
- package/dist/_virtual/sql.js +1 -0
- package/dist/_virtual/weekOfYear.js +1 -0
- package/dist/_virtual/weekday.js +1 -0
- package/dist/_virtual/xml.js +1 -0
- package/dist/api/base/bom/index.d.ts +45 -0
- package/dist/api/base/calendar/holiday/index.d.ts +23 -0
- package/dist/api/base/calendar/index.d.ts +4 -0
- package/dist/api/base/customer/index.d.ts +33 -0
- package/dist/api/base/failureSymptom/index.d.ts +40 -0
- package/dist/api/base/failureType/index.d.ts +36 -0
- package/dist/api/base/index.d.ts +14 -0
- package/dist/api/base/materialReplace/index.d.ts +33 -0
- package/dist/api/base/partGroup/index.d.ts +39 -0
- package/dist/api/base/partMaterial/index.d.ts +39 -0
- package/dist/api/base/repairMethod/index.d.ts +33 -0
- package/dist/api/base/skill/index.d.ts +33 -0
- package/dist/api/base/supplier/index.d.ts +33 -0
- package/dist/api/cache/index.d.ts +8 -0
- package/dist/api/codeFirst/index.d.ts +23 -0
- package/dist/api/dashboard.d.ts +41 -0
- package/dist/api/dev/dataDic/index.d.ts +54 -0
- package/dist/api/dev/index.d.ts +1 -0
- package/dist/api/device/DataQueryApi.d.ts +65 -0
- package/dist/api/device/alert.d.ts +57 -0
- package/dist/api/device/alert.js +1 -0
- package/dist/api/device/auditLog.d.ts +85 -0
- package/dist/api/device/auditLog.js +1 -0
- package/dist/api/device/index.d.ts +6 -0
- package/dist/api/device/iotDevice.d.ts +632 -0
- package/dist/api/device/iotDevice.js +1 -0
- package/dist/api/device/runnerGenerate.d.ts +230 -0
- package/dist/api/device/tagHistory.d.ts +142 -0
- package/dist/api/gateway/index.d.ts +123 -0
- package/dist/api/http.d.ts +54 -0
- package/dist/api/http.js +1 -0
- package/dist/api/index.d.ts +26 -0
- package/dist/api/iotSim/index.d.ts +277 -0
- package/dist/api/iotSim/index.js +1 -0
- package/dist/api/login/index.d.ts +28 -0
- package/dist/api/login/index.js +1 -0
- package/dist/api/modeling/index.d.ts +3 -0
- package/dist/api/modeling/line/index.d.ts +33 -0
- package/dist/api/modeling/workshop/index.d.ts +33 -0
- package/dist/api/modeling/workstation/index.d.ts +71 -0
- package/dist/api/process/index.d.ts +2 -0
- package/dist/api/process/operation/index.d.ts +33 -0
- package/dist/api/process/route/index.d.ts +56 -0
- package/dist/api/product/index.d.ts +2 -0
- package/dist/api/product/lock/index.d.ts +27 -0
- package/dist/api/product/workOrder/index.d.ts +65 -0
- package/dist/api/response.d.ts +24 -0
- package/dist/api/response.js +1 -0
- package/dist/api/saveRefreshTime.d.ts +4 -0
- package/dist/api/saveRefreshTime.js +1 -0
- package/dist/api/subscription/index.d.ts +123 -0
- package/dist/api/subscription/index.js +1 -0
- package/dist/api/sys/index.d.ts +8 -0
- package/dist/api/sys/log/index.d.ts +18 -0
- package/dist/api/sys/menu/index.d.ts +39 -0
- package/dist/api/sys/org/index.d.ts +36 -0
- package/dist/api/sys/role/index.d.ts +41 -0
- package/dist/api/sys/user/index.d.ts +80 -0
- package/dist/api/sys/user/index.js +1 -0
- package/dist/api/values/index.d.ts +28 -0
- package/dist/api/zlSimulator/index.d.ts +172 -0
- package/dist/assets/images/logo.png.js +1 -0
- package/dist/components/basic/CodeEditor/index.d.ts +3 -0
- package/dist/components/basic/CodeEditor/src/CodeEditor.vue.js +1 -0
- package/dist/components/basic/CodeEditor/src/CodeEditor2.vue.js +1 -0
- package/dist/components/basic/CodeEditor/src/codemirror/CodeMirror.vue.js +1 -0
- package/dist/components/basic/CodeEditor/src/codemirror/CodeMirror3.vue.js +1 -0
- package/dist/components/basic/CodeEditor/src/props.d.ts +60 -0
- package/dist/components/basic/CodeEditor/src/typing.d.ts +5 -0
- package/dist/components/basic/Dropdown/index.d.ts +3 -0
- package/dist/components/basic/Dropdown/src/typing.d.ts +10 -0
- package/dist/components/basic/antd-x6/index.d.ts +2 -0
- package/dist/components/basic/basic-arrow/index.d.ts +1 -0
- package/dist/components/basic/basic-arrow/index.vue.js +1 -0
- package/dist/components/basic/basic-arrow/index2.vue.js +1 -0
- package/dist/components/basic/basic-help/index.vue.js +1 -0
- package/dist/components/basic/basic-help/index3.vue.js +1 -0
- package/dist/components/basic/button/button.d.ts +14 -0
- package/dist/components/basic/button/button.js +1 -0
- package/dist/components/basic/button/button.vue.js +1 -0
- package/dist/components/basic/button/button2.vue.js +1 -0
- package/dist/components/basic/button/index.d.ts +5 -0
- package/dist/components/basic/button/index.js +1 -0
- package/dist/components/basic/cardList/index.d.ts +2 -0
- package/dist/components/basic/cardList/src/data.d.ts +7 -0
- package/dist/components/basic/collapseItem/index.d.ts +3 -0
- package/dist/components/basic/context-menu/index.d.ts +2 -0
- package/dist/components/basic/context-menu/src/ContextMenu.vue.js +1 -0
- package/dist/components/basic/context-menu/src/ContextMenu2.vue.js +1 -0
- package/dist/components/basic/context-menu/src/createContextMenu.d.ts +3 -0
- package/dist/components/basic/context-menu/src/createContextMenu.js +1 -0
- package/dist/components/basic/context-menu/src/typing.d.ts +34 -0
- package/dist/components/basic/countTo/index.d.ts +2 -0
- package/dist/components/basic/cropper/index.d.ts +4 -0
- package/dist/components/basic/customUpload/index.d.ts +2 -0
- package/dist/components/basic/customUpload/src/BasicUpload.vue.js +1 -0
- package/dist/components/basic/customUpload/src/BasicUpload2.vue.js +1 -0
- package/dist/components/basic/customUpload/src/FileList.vue.js +1 -0
- package/dist/components/basic/customUpload/src/FileList2.vue.js +1 -0
- package/dist/components/basic/customUpload/src/ThumbUrl.vue.js +1 -0
- package/dist/components/basic/customUpload/src/ThumbUrl2.vue.js +1 -0
- package/dist/components/basic/customUpload/src/UploadModal.vue.js +1 -0
- package/dist/components/basic/customUpload/src/UploadModal2.vue.js +1 -0
- package/dist/components/basic/customUpload/src/UploadPreviewModal.vue.js +1 -0
- package/dist/components/basic/customUpload/src/UploadPreviewModal2.vue.js +1 -0
- package/dist/components/basic/customUpload/src/data.d.ts +8 -0
- package/dist/components/basic/customUpload/src/data.js +1 -0
- package/dist/components/basic/customUpload/src/helper.d.ts +7 -0
- package/dist/components/basic/customUpload/src/helper.js +1 -0
- package/dist/components/basic/customUpload/src/props.d.ts +214 -0
- package/dist/components/basic/customUpload/src/props.js +1 -0
- package/dist/components/basic/customUpload/src/typing.d.ts +49 -0
- package/dist/components/basic/customUpload/src/typing.js +1 -0
- package/dist/components/basic/customUpload/src/useUpload.d.ts +11 -0
- package/dist/components/basic/customUpload/src/useUpload.js +1 -0
- package/dist/components/basic/excel/index.d.ts +4 -0
- package/dist/components/basic/excel/src/Export2Excel.d.ts +11 -0
- package/dist/components/basic/excel/src/ExportExcelModal.d.ts +7 -0
- package/dist/components/basic/excel/src/typing.d.ts +25 -0
- package/dist/components/basic/icon/Icon.vue.js +1 -0
- package/dist/components/basic/icon/Icon2.vue.js +1 -0
- package/dist/components/basic/icon/index.d.ts +6 -0
- package/dist/components/basic/icon/src/SvgIcon2.vue.js +1 -0
- package/dist/components/basic/icon/src/SvgIcon3.vue.js +1 -0
- package/dist/components/basic/icon/src/icon-font.d.ts +51 -0
- package/dist/components/basic/icon/src/icon-font.js +1 -0
- package/dist/components/basic/icon/src/icons.data.d.ts +6513 -0
- package/dist/components/basic/icon/src/props.d.ts +27 -0
- package/dist/components/basic/icon/src/props.js +1 -0
- package/dist/components/basic/iframe-page/index.d.ts +2 -0
- package/dist/components/basic/iframe-page/index.js +1 -0
- package/dist/components/basic/iframe-page/index.vue.js +1 -0
- package/dist/components/basic/iframe-page/index2.vue.js +1 -0
- package/dist/components/basic/index.d.ts +5 -0
- package/dist/components/basic/locale-picker/index.d.ts +1 -0
- package/dist/components/basic/locale-picker/index.vue.js +1 -0
- package/dist/components/basic/locale-picker/index2.vue.js +1 -0
- package/dist/components/basic/lockscreen/index.d.ts +2 -0
- package/dist/components/basic/scale-screen/index.d.ts +2 -0
- package/dist/components/basic/split-panel/index.d.ts +2 -0
- package/dist/components/basic/tinymce/constants.d.ts +2 -0
- package/dist/components/basic/tinymce/index.d.ts +3 -0
- package/dist/components/basic/tinymce/langs/index.d.ts +2 -0
- package/dist/components/basic/tinymce/plugins.d.ts +36 -0
- package/dist/components/basic/tinymce/props.d.ts +21 -0
- package/dist/components/basic/title-i18n/index.d.ts +1 -0
- package/dist/components/basic/title-i18n/index.vue.js +1 -0
- package/dist/components/basic/title-i18n/index2.vue.js +1 -0
- package/dist/components/business/SignalRStatusBanner.vue.js +1 -0
- package/dist/components/business/SignalRStatusBanner2.vue.js +1 -0
- package/dist/components/business/SubscriptionStatus.vue.js +1 -0
- package/dist/components/business/SubscriptionStatus2.vue.js +3 -0
- package/dist/components/business/commonColumns.d.ts +5 -0
- package/dist/components/business/index.d.ts +5 -0
- package/dist/components/core/Modal/index.d.ts +5 -0
- package/dist/components/core/Modal/src/BasicModal.vue.js +1 -0
- package/dist/components/core/Modal/src/BasicModal3.vue.js +1 -0
- package/dist/components/core/Modal/src/components/Modal.js +1 -0
- package/dist/components/core/Modal/src/components/ModalClose.vue.js +1 -0
- package/dist/components/core/Modal/src/components/ModalClose2.vue.js +1 -0
- package/dist/components/core/Modal/src/components/ModalFooter.vue.js +1 -0
- package/dist/components/core/Modal/src/components/ModalFooter2.vue.js +1 -0
- package/dist/components/core/Modal/src/components/ModalHeader.vue.js +1 -0
- package/dist/components/core/Modal/src/components/ModalHeader2.vue.js +1 -0
- package/dist/components/core/Modal/src/components/ModalWrapper.vue.js +1 -0
- package/dist/components/core/Modal/src/components/ModalWrapper2.vue.js +1 -0
- package/dist/components/core/Modal/src/hooks/useModal.d.ts +6 -0
- package/dist/components/core/Modal/src/hooks/useModal.js +1 -0
- package/dist/components/core/Modal/src/hooks/useModalContext.d.ts +7 -0
- package/dist/components/core/Modal/src/hooks/useModalContext.js +1 -0
- package/dist/components/core/Modal/src/hooks/useModalDrag.d.ts +7 -0
- package/dist/components/core/Modal/src/hooks/useModalDrag.js +1 -0
- package/dist/components/core/Modal/src/hooks/useModalFullScreen.d.ts +11 -0
- package/dist/components/core/Modal/src/hooks/useModalFullScreen.js +1 -0
- package/dist/components/core/Modal/src/props.js +1 -0
- package/dist/components/core/Modal/src/typing.d.ts +173 -0
- package/dist/components/core/draggable-modal/index.d.ts +1 -0
- package/dist/components/core/draggable-modal/index.vue.js +1 -0
- package/dist/components/core/draggable-modal/index3.vue.js +1 -0
- package/dist/components/core/drawer/drawer.d.ts +4 -0
- package/dist/components/core/drawer/props.d.ts +115 -0
- package/dist/components/core/dynamic-table/index.d.ts +4 -0
- package/dist/components/core/dynamic-table/src/components/index.d.ts +3 -0
- package/dist/components/core/dynamic-table/src/dynamic-table.config.d.ts +23 -0
- package/dist/components/core/dynamic-table/src/hooks/index.d.ts +10 -0
- package/dist/components/core/dynamic-table/src/hooks/useEditable.d.ts +12 -0
- package/dist/components/core/dynamic-table/src/hooks/useExportData2Excel.d.ts +7 -0
- package/dist/components/core/dynamic-table/src/hooks/useScroll.d.ts +16 -0
- package/dist/components/core/dynamic-table/src/hooks/useTable.d.ts +3 -0
- package/dist/components/core/dynamic-table/src/hooks/useTableContext.d.ts +3 -0
- package/dist/components/core/dynamic-table/src/hooks/useTableExpand.d.ts +12 -0
- package/dist/components/core/dynamic-table/src/hooks/useTableMethods.d.ts +36 -0
- package/dist/components/core/dynamic-table/src/types/column.d.ts +54 -0
- package/dist/components/core/dynamic-table/src/types/index.d.ts +3 -0
- package/dist/components/core/dynamic-table/src/types/table.d.ts +41 -0
- package/dist/components/core/dynamic-table/src/types/tableAction.d.ts +57 -0
- package/dist/components/core/index.d.ts +5 -0
- package/dist/components/core/schema-form/index.d.ts +7 -0
- package/dist/components/core/schema-form/src/componentMap.js +1 -0
- package/dist/components/core/schema-form/src/components/ApiSelect.vue.js +1 -0
- package/dist/components/core/schema-form/src/components/form-action.vue.js +1 -0
- package/dist/components/core/schema-form/src/components/form-action2.vue.js +1 -0
- package/dist/components/core/schema-form/src/components/index.d.ts +1 -0
- package/dist/components/core/schema-form/src/helper.d.ts +13 -0
- package/dist/components/core/schema-form/src/helper.js +1 -0
- package/dist/components/core/schema-form/src/hooks/index.d.ts +14 -0
- package/dist/components/core/schema-form/src/hooks/useAdvanced.d.ts +3 -0
- package/dist/components/core/schema-form/src/hooks/useAdvanced.js +1 -0
- package/dist/components/core/schema-form/src/hooks/useFormContext.d.ts +3 -0
- package/dist/components/core/schema-form/src/hooks/useFormContext.js +1 -0
- package/dist/components/core/schema-form/src/hooks/useFormEvents.d.ts +4 -0
- package/dist/components/core/schema-form/src/hooks/useFormEvents.js +1 -0
- package/dist/components/core/schema-form/src/hooks/useFormMethods.d.ts +31 -0
- package/dist/components/core/schema-form/src/hooks/useFormMethods.js +1 -0
- package/dist/components/core/schema-form/src/hooks/useFormState.js +1 -0
- package/dist/components/core/schema-form/src/hooks/useLabelWidth.d.ts +71 -0
- package/dist/components/core/schema-form/src/hooks/useLabelWidth.js +1 -0
- package/dist/components/core/schema-form/src/schema-form-item.d.ts +19 -0
- package/dist/components/core/schema-form/src/schema-form-item.js +1 -0
- package/dist/components/core/schema-form/src/schema-form-item2.vue.js +1 -0
- package/dist/components/core/schema-form/src/schema-form-item3.vue.js +1 -0
- package/dist/components/core/schema-form/src/schema-form.js +1 -0
- package/dist/components/core/schema-form/src/schema-form.vue.js +1 -0
- package/dist/components/core/schema-form/src/schema-form2.vue.js +1 -0
- package/dist/components/core/schema-form/src/types/component.d.ts +112 -0
- package/dist/components/core/schema-form/src/types/form.d.ts +109 -0
- package/dist/components/core/schema-form/src/types/hooks.d.ts +6 -0
- package/dist/components/core/schema-form/src/types/index.d.ts +3 -0
- package/dist/components/index.d.ts +7 -0
- package/dist/constants/env.d.ts +4 -0
- package/dist/constants/env.js +1 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/enums/breakpointEnum.d.ts +18 -0
- package/dist/enums/breakpointEnum.js +1 -0
- package/dist/enums/cacheEnum.d.ts +19 -0
- package/dist/enums/cacheEnum.js +1 -0
- package/dist/enums/commonEnum.d.ts +84 -0
- package/dist/enums/commonEnum.js +1 -0
- package/dist/enums/componentEnum.d.ts +28 -0
- package/dist/enums/componentEnum.js +1 -0
- package/dist/enums/deviceEnum.d.ts +42 -0
- package/dist/enums/deviceEnum.js +1 -0
- package/dist/enums/httpEnum.d.ts +28 -0
- package/dist/enums/httpEnum.js +1 -0
- package/dist/enums/index.d.ts +10 -0
- package/dist/enums/roleEnum.d.ts +4 -0
- package/dist/enums/roleEnum.js +1 -0
- package/dist/framework.d.ts +18 -0
- package/dist/framework.js +1 -0
- package/dist/hooks/core/index.d.ts +4 -0
- package/dist/hooks/core/useContext.d.ts +11 -0
- package/dist/hooks/core/useContext.js +1 -0
- package/dist/hooks/event/index.d.ts +9 -0
- package/dist/hooks/event/useBreakpoint.d.ts +22 -0
- package/dist/hooks/event/useBreakpoint.js +1 -0
- package/dist/hooks/event/useEventListener.d.ts +14 -0
- package/dist/hooks/event/useEventListener.js +1 -0
- package/dist/hooks/event/useIntersectionObserver.d.ts +13 -0
- package/dist/hooks/event/useIntersectionObserver.js +1 -0
- package/dist/hooks/event/useScroll.d.ts +10 -0
- package/dist/hooks/event/useScroll.js +1 -0
- package/dist/hooks/event/useScrollTo.d.ts +10 -0
- package/dist/hooks/event/useScrollTo.js +1 -0
- package/dist/hooks/event/useWindowSizeFn.d.ts +7 -0
- package/dist/hooks/event/useWindowSizeFn.js +1 -0
- package/dist/hooks/functions/index.d.ts +4 -0
- package/dist/hooks/functions/useContextMenu.d.ts +3 -0
- package/dist/hooks/functions/useContextMenu.js +1 -0
- package/dist/hooks/index.d.ts +17 -0
- package/dist/hooks/useAttrs.d.ts +9 -0
- package/dist/hooks/useAttrs.js +1 -0
- package/dist/hooks/useBattery.d.ts +20 -0
- package/dist/hooks/useBattery.js +1 -0
- package/dist/hooks/useDomWidth.d.ts +4 -0
- package/dist/hooks/useDomWidth.js +1 -0
- package/dist/hooks/useEventbus.d.ts +8 -0
- package/dist/hooks/useEventbus.js +1 -0
- package/dist/hooks/useI18n.d.ts +15 -0
- package/dist/hooks/useI18n.js +1 -0
- package/dist/hooks/useModal/index.d.ts +6 -0
- package/dist/hooks/useModal/modal.d.ts +16 -0
- package/dist/hooks/useModal/modal.js +1 -0
- package/dist/hooks/useModal/types.d.ts +21 -0
- package/dist/hooks/useModal/useFormModal.js +1 -0
- package/dist/hooks/useModal/useModal.js +1 -0
- package/dist/hooks/useOnline.d.ts +6 -0
- package/dist/hooks/useOnline.js +1 -0
- package/dist/hooks/useQuotaCheck.d.ts +95 -0
- package/dist/hooks/useQuotaCheck.js +1 -0
- package/dist/hooks/useSortable.d.ts +5 -0
- package/dist/hooks/useSortable.js +1 -0
- package/dist/hooks/useTime.d.ts +21 -0
- package/dist/hooks/useTime.js +1 -0
- package/dist/hooks/useX6.d.ts +78 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +1 -0
- package/dist/layout/footer/index.d.ts +20 -0
- package/dist/layout/footer/index.js +1 -0
- package/dist/layout/footer/index.module.less.js +1 -0
- package/dist/layout/header/components/breadcrumb/index.vue.js +1 -0
- package/dist/layout/header/components/breadcrumb/index2.vue.js +1 -0
- package/dist/layout/header/components/fullscreen/index.vue.js +1 -0
- package/dist/layout/header/components/fullscreen/index2.vue.js +1 -0
- package/dist/layout/header/components/index.d.ts +5 -0
- package/dist/layout/header/components/msgNotice/index.vue.js +1 -0
- package/dist/layout/header/components/msgNotice/index2.vue.js +1 -0
- package/dist/layout/header/components/search/components/SearchFooter.vue.js +1 -0
- package/dist/layout/header/components/search/components/SearchFooter2.vue.js +1 -0
- package/dist/layout/header/components/search/components/SearchResult.vue.js +1 -0
- package/dist/layout/header/components/search/components/SearchResult2.vue.js +1 -0
- package/dist/layout/header/components/search/index.vue.js +1 -0
- package/dist/layout/header/components/search/index2.vue.js +1 -0
- package/dist/layout/header/components/setting/constant.d.ts +84 -0
- package/dist/layout/header/components/setting/constant.js +1 -0
- package/dist/layout/header/components/setting/index.vue.js +1 -0
- package/dist/layout/header/components/setting/index2.vue.js +1 -0
- package/dist/layout/header/index.vue.js +1 -0
- package/dist/layout/header/index2.vue.js +1 -0
- package/dist/layout/index.d.ts +4 -0
- package/dist/layout/index.vue.js +1 -0
- package/dist/layout/index2.vue.js +1 -0
- package/dist/layout/logo/index.vue.js +1 -0
- package/dist/layout/menu/components/menu-item-content.vue.js +1 -0
- package/dist/layout/menu/components/menu-item-content2.vue.js +1 -0
- package/dist/layout/menu/components/menu-item.vue.js +1 -0
- package/dist/layout/menu/components/menu-item2.vue.js +1 -0
- package/dist/layout/menu/components/sub-menu-item.vue.js +1 -0
- package/dist/layout/menu/components/sub-menu-item2.vue.js +1 -0
- package/dist/layout/menu/menu.vue.js +1 -0
- package/dist/layout/menu/menu2.vue.js +1 -0
- package/dist/layout/tabs/index.d.ts +2 -0
- package/dist/layout/tabs/tabs-operator.vue.js +1 -0
- package/dist/layout/tabs/tabs-operator2.vue.js +1 -0
- package/dist/layout/tabs/tabs-view.vue.js +1 -0
- package/dist/layout/tabs/tabs-view2.vue.js +1 -0
- package/dist/locales/config.d.ts +16 -0
- package/dist/locales/config.js +1 -0
- package/dist/locales/helper.d.ts +5 -0
- package/dist/locales/helper.js +1 -0
- package/dist/locales/index.d.ts +11 -0
- package/dist/locales/index.js +1 -0
- package/dist/locales/lang/en/column.json.js +1 -0
- package/dist/locales/lang/en/common.json.js +1 -0
- package/dist/locales/lang/en/component.json.js +1 -0
- package/dist/locales/lang/en/layout.json.js +1 -0
- package/dist/locales/lang/en/routes/account.json.js +1 -0
- package/dist/locales/lang/en/routes/basic.json.js +1 -0
- package/dist/locales/lang/en/routes/dashboard.json.js +1 -0
- package/dist/locales/lang/en/routes/demo.json.js +1 -0
- package/dist/locales/lang/en/routes/dev.json.js +1 -0
- package/dist/locales/lang/en/routes/menu.json.js +1 -0
- package/dist/locales/lang/en.d.ts +8 -0
- package/dist/locales/lang/en.js +1 -0
- package/dist/locales/lang/zh-CN/column.json.js +1 -0
- package/dist/locales/lang/zh-CN/common.json.js +1 -0
- package/dist/locales/lang/zh-CN/component.json.js +1 -0
- package/dist/locales/lang/zh-CN/layout.json.js +1 -0
- package/dist/locales/lang/zh-CN/routes/account.json.js +1 -0
- package/dist/locales/lang/zh-CN/routes/basic.json.js +1 -0
- package/dist/locales/lang/zh-CN/routes/dashboard.json.js +1 -0
- package/dist/locales/lang/zh-CN/routes/demo.json.js +1 -0
- package/dist/locales/lang/zh-CN/routes/dev.json.js +1 -0
- package/dist/locales/lang/zh-CN/routes/menu.json.js +1 -0
- package/dist/locales/lang/zh_CN.d.ts +6 -0
- package/dist/locales/lang/zh_CN.js +1 -0
- package/dist/locales/useLocale.d.ts +7 -0
- package/dist/locales/useLocale.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CheckCircleFilled.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CheckOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CloseOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/DownOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/ExclamationCircleFilled.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/QuestionCircleOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/components/AntdIcon.js +2 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/components/Context.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/components/IconBase.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/components/InsertStyle.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/components/twoTonePrimaryColor.js +2 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/dynamicCSS.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/icons/CheckCircleFilled.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/icons/CheckOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/icons/CloseCircleFilled.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/icons/CloseOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/icons/DownOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/icons/ExclamationCircleFilled.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/icons/LoadingOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/icons/QuestionCircleOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/icons/SearchOutlined.js +1 -0
- package/dist/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.39_typescript@5.4.5_/node_modules/@ant-design/icons-vue/es/utils.js +55 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/extends.js +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -0
- package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.js +1 -0
- package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.js +1 -0
- package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.js +1 -0
- package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.js +1 -0
- package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.js +1 -0
- package/dist/node_modules/.pnpm/@emotion_hash@0.9.2/node_modules/@emotion/hash/dist/emotion-hash.esm.js +1 -0
- package/dist/node_modules/.pnpm/@emotion_unitless@0.8.1/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/BaseInput.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/BaseInputInner.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/BaseMixin.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/KeyCode.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/Portal.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/PortalWrapper.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/canUseDom.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/classNames.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/collapseMotion.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/colors.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/createContext.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/createRef.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/Cache.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/Keyframes.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/StyleContext.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/hooks/useCacheToken.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/hooks/useGlobalCache.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/hooks/useHMR.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/hooks/useStyleRegister/cacheMapUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/hooks/useStyleRegister/index.js +2 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/linters/contentQuotesLinter.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/linters/hashedAnimationLinter.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/linters/utils.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/theme/Theme.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/theme/ThemeCache.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/theme/createTheme.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/transformers/legacyLogicalProperties.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/cssinjs/util.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/firstNotUndefined.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/getScrollBarSize.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/hooks/useFlexGapSupport.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/hooks/useMemo.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/hooks/useMergedState.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/hooks/useScrollLocker.js +5 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/hooks/useState.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/isValid.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/omit.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/pickAttrs.js +18 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/placements.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/props-util/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/props-util/initDefaultProps.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/raf.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/responsiveObserve.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/statusUtils.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/styleChecker.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/supportsPassive.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/toReactive.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/transition.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/type.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/util.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/vnode.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/vue-types/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/warning.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/wave/WaveEffect.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/wave/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/wave/style.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/wave/useWave.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/_util/wave/util.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/button/LoadingIcon.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/button/button-group.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/button/button.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/button/buttonTypes.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/button/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/button/style/group.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/button/style/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/calendar/locale/en_US.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/calendar/locale/zh_CN.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/config-provider/DisabledContext.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/config-provider/SizeContext.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/config-provider/context.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/config-provider/hooks/useConfigInject.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/config-provider/renderEmpty.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/date-picker/locale/en_US.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/date-picker/locale/zh_CN.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/empty/empty.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/empty/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/empty/simple.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/empty/style/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/ErrorList.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/Form.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/FormItem.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/FormItemContext.js +2 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/FormItemInput.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/FormItemLabel.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/context.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/style/explain.js +3 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/style/index.js +6 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/useForm.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/utils/asyncUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/utils/messages.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/utils/typeUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/utils/useDebounce.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/utils/validateUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/form/utils/valueUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/grid/Col.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/grid/Row.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/grid/context.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/grid/style/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/locale/LocaleReceiver.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/locale/en_US.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/locale/zh_CN.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/locale-provider/LocaleReceiver.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/modal/Modal.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/modal/style/index.js +4 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/select/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/select/style/dropdown.js +7 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/select/style/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/select/style/multiple.js +4 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/select/style/single.js +10 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/select/utils/iconUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/space/Compact.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/space/style/compact.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/space/style/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/compact-item-vertical.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/compact-item.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/motion/collapse.js +3 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/motion/fade.js +4 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/motion/motion.js +7 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/motion/move.js +4 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/motion/slide.js +4 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/motion/zoom.js +4 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/placementArrow.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/presetColor.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/style/roundedArrow.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/interface/presetColors.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/internal.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/default/colorAlgorithm.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/default/colors.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/default/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/seed.js +3 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/shared/genColorMapToken.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/shared/genCommonMapToken.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/shared/genControlHeight.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/shared/genFontMapToken.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/shared/genFontSizes.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/shared/genRadius.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/themes/shared/genSizeMapToken.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/util/alias.js +33 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/util/genComponentStyleHook.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/util/getAlphaColor.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/theme/util/statistic.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/time-picker/locale/en_US.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/time-picker/locale/zh_CN.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/tooltip/Tooltip.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/tooltip/abstractTooltipProps.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/tooltip/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/tooltip/style/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/tooltip/util.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-align/Align.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-align/hooks/useBuffer.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-align/util.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-dialog/Content.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-dialog/Dialog.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-dialog/DialogWrap.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-dialog/IDialogPropTypes.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-dialog/Mask.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-dialog/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-dialog/util.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-overflow/Item.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-overflow/Overflow.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-overflow/RawItem.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-overflow/context.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-overflow/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-pagination/locale/en_US.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-pagination/locale/zh_CN.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-picker/locale/en_US.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-picker/locale/zh_CN.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-resize-observer/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/BaseSelect.js +3 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/OptGroup.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/Option.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/OptionList.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/Select.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/SelectContext.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/SelectTrigger.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/Selector/Input.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/Selector/MultipleSelector.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/Selector/SingleSelector.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/Selector/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/TransBtn.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/hooks/useBaseProps.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/hooks/useCache.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/hooks/useDelayReset.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/hooks/useFilterOptions.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/hooks/useId.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/hooks/useLock.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/hooks/useOptions.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/hooks/useSelectTriggerControl.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/utils/commonUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/utils/keyUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/utils/legacyUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/utils/platformUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/utils/valueUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-select/utils/warningPropsUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-tooltip/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-tooltip/src/Content.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-tooltip/src/Tooltip.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-tooltip/src/placements.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-tree-select/LegacyContext.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/Popup/Mask.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/Popup/MobilePopupInner.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/Popup/PopupInner.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/Popup/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/Popup/interface.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/Popup/useStretchStyle.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/Popup/useVisibleStatus.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/Trigger.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/context.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/interface.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/utils/alignUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-trigger/utils/motionUtil.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/Dom/addEventListener.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/Dom/class.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/Dom/contains.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/Dom/css.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/Dom/dynamicCSS.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/Dom/isVisible.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/devWarning.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/get.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/isMobile.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/set.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-util/warning.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/Filler.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/Item.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/List.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/ScrollBar.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/hooks/useFrameWheel.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/hooks/useHeights.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/hooks/useMobileTouchMove.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/hooks/useOriginScroll.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/hooks/useScrollTo.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/vc-virtual-list/utils/isFirefox.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/version/index.js +1 -0
- package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.39_typescript@5.4.5_/node_modules/ant-design-vue/es/version/version.js +1 -0
- package/dist/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.js +12 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/addon/hint/javascript-hint.js +1 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/addon/hint/show-hint.js +1 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/addon/hint/sql-hint.js +1 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/addon/lint/json-lint.js +1 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/lib/codemirror.js +24 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/mode/css/css.js +1 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/mode/htmlmixed/htmlmixed.js +1 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/mode/javascript/javascript.js +1 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/mode/sql/sql.js +1 -0
- package/dist/node_modules/.pnpm/codemirror@5.65.21/node_modules/codemirror/mode/xml/xml.js +1 -0
- package/dist/node_modules/.pnpm/compute-scroll-into-view@1.0.20/node_modules/compute-scroll-into-view/dist/index.js +1 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.21/node_modules/dayjs/plugin/advancedFormat.js +1 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.21/node_modules/dayjs/plugin/localeData.js +1 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.21/node_modules/dayjs/plugin/weekOfYear.js +1 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.21/node_modules/dayjs/plugin/weekday.js +1 -0
- package/dist/node_modules/.pnpm/dom-align@1.12.4/node_modules/dom-align/dist-web/index.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_apply.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayIncludes.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseFindIndex.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseFlatten.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseGet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseHasIn.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIndexOf.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIntersection.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMatch.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNaN.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIteratee.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseMatches.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseMatchesProperty.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseProperty.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyDeep.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseRest.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseSlice.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseToString.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseTrim.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseUnset.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_castArrayLikeObject.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_castPath.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_createFind.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_customOmitClone.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_flatRest.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getMatchData.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hasPath.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isFlattenable.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isKey.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isStrictComparable.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_matchesStrictComparable.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_memoizeCapped.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_overRest.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_parent.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_root.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_strictIndexOf.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stringToPath.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_toKey.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_trimmedEndIndex.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/constant.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/debounce.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/eq.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/find.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/findIndex.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/flatten.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/get.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/hasIn.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/identity.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/intersection.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isArrayLikeObject.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isPlainObject.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/keys.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/last.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/memoize.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/now.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/omit.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/property.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/toFinite.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/toInteger.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/toNumber.js +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/toString.js +1 -0
- package/dist/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -0
- package/dist/node_modules/.pnpm/scroll-into-view-if-needed@2.2.31/node_modules/scroll-into-view-if-needed/es/index.js +1 -0
- package/dist/node_modules/.pnpm/stylis@4.4.0/node_modules/stylis/src/Enum.js +1 -0
- package/dist/node_modules/.pnpm/stylis@4.4.0/node_modules/stylis/src/Parser.js +1 -0
- package/dist/node_modules/.pnpm/stylis@4.4.0/node_modules/stylis/src/Serializer.js +1 -0
- package/dist/node_modules/.pnpm/stylis@4.4.0/node_modules/stylis/src/Tokenizer.js +1 -0
- package/dist/node_modules/.pnpm/stylis@4.4.0/node_modules/stylis/src/Utility.js +1 -0
- package/dist/node_modules/.pnpm/vue-types@3.0.2_vue@3.5.39_typescript@5.4.5_/node_modules/vue-types/dist/vue-types.m.js +8 -0
- package/dist/node_modules/.pnpm/vue-types@7.0.0_vue@3.5.39_typescript@5.4.5_/node_modules/vue-types/dist/index.js +8 -0
- package/dist/node_modules/.pnpm/vue-types@7.0.0_vue@3.5.39_typescript@5.4.5_/node_modules/vue-types/dist/shared/vue-types.Dor10hiE.js +1 -0
- package/dist/node_modules/.pnpm/vue@3.5.39_typescript@5.4.5/node_modules/vue/jsx-runtime/index.js +1 -0
- package/dist/permission/index.d.ts +26 -0
- package/dist/permission/index.js +1 -0
- package/dist/permission/permCode.d.ts +7 -0
- package/dist/plugins/antd.d.ts +3 -0
- package/dist/plugins/antd.js +1 -0
- package/dist/plugins/assets.d.ts +6 -0
- package/dist/plugins/assets.js +1 -0
- package/dist/plugins/globalMethods.d.ts +7 -0
- package/dist/plugins/globalMethods.js +1 -0
- package/dist/plugins/index.d.ts +3 -0
- package/dist/router/asyncModules/index.d.ts +5 -0
- package/dist/router/constant.d.ts +9 -0
- package/dist/router/constant.js +1 -0
- package/dist/router/helper/routeHelper.d.ts +9 -0
- package/dist/router/helper/routeHelper.js +1 -0
- package/dist/router/index.d.ts +6 -0
- package/dist/router/index.js +1 -0
- package/dist/router/router-guards.d.ts +3 -0
- package/dist/router/router-guards.js +1 -0
- package/dist/router/routes/basic.d.ts +8 -0
- package/dist/router/routes/basic.js +1 -0
- package/dist/router/routes/index.d.ts +3 -0
- package/dist/router/routes/index.js +1 -0
- package/dist/router/routes/modules/account.d.ts +3 -0
- package/dist/router/routes/modules/account.js +1 -0
- package/dist/router/routes/modules/dashboard.d.ts +19 -0
- package/dist/router/routes/modules/dashboard.js +1 -0
- package/dist/router/routes/modules/device.d.ts +18 -0
- package/dist/router/routes/modules/device.js +1 -0
- package/dist/router/routes/modules/externa-link.d.ts +3 -0
- package/dist/router/routes/modules/index.d.ts +2 -0
- package/dist/router/routes/modules/index.js +1 -0
- package/dist/router/routes/outsideLayout.d.ts +7 -0
- package/dist/router/routes/outsideLayout.js +1 -0
- package/dist/store/index.d.ts +14 -0
- package/dist/store/index.js +1 -0
- package/dist/store/modules/keepAlive.d.ts +2 -0
- package/dist/store/modules/keepAlive.js +1 -0
- package/dist/store/modules/layoutSetting.js +1 -0
- package/dist/store/modules/locale.d.ts +2 -0
- package/dist/store/modules/locale.js +1 -0
- package/dist/store/modules/lockscreen.d.ts +6 -0
- package/dist/store/modules/lockscreen.js +1 -0
- package/dist/store/modules/tabsView.js +1 -0
- package/dist/store/modules/user.d.ts +241 -0
- package/dist/store/modules/user.js +1 -0
- package/dist/style.css +1 -0
- package/dist/types/index.d.ts +25 -0
- package/dist/utils/Export2Excel.d.ts +11 -0
- package/dist/utils/Export2Excel.js +1 -0
- package/dist/utils/SignalRConnectionManager.d.ts +132 -0
- package/dist/utils/SignalRConnectionManager.js +1 -0
- package/dist/utils/Storage.js +1 -0
- package/dist/utils/awaitTo.d.ts +7 -0
- package/dist/utils/awaitTo.js +1 -0
- package/dist/utils/browser-type.d.ts +34 -0
- package/dist/utils/common.d.ts +95 -0
- package/dist/utils/common.js +1 -0
- package/dist/utils/component.d.ts +4 -0
- package/dist/utils/component.js +1 -0
- package/dist/utils/dateUtil.d.ts +31 -0
- package/dist/utils/dateUtil.js +1 -0
- package/dist/utils/digit.d.ts +40 -0
- package/dist/utils/digit.js +1 -0
- package/dist/utils/downloadFile.d.ts +14 -0
- package/dist/utils/downloadFile.js +1 -0
- package/dist/utils/eventBus.d.ts +2 -0
- package/dist/utils/eventBus.js +1 -0
- package/dist/utils/file/base64Conver.d.ts +9 -0
- package/dist/utils/file/download.d.ts +38 -0
- package/dist/utils/file/download.js +1 -0
- package/dist/utils/format.d.ts +27 -0
- package/dist/utils/format.js +1 -0
- package/dist/utils/global.d.ts +5 -0
- package/dist/utils/global.js +1 -0
- package/dist/utils/helper/tsxHelper.d.ts +13 -0
- package/dist/utils/helper/tsxHelper.js +1 -0
- package/dist/utils/helper.d.ts +45 -0
- package/dist/utils/helper.js +1 -0
- package/dist/utils/i18n.d.ts +8 -0
- package/dist/utils/i18n.js +1 -0
- package/dist/utils/importExport.d.ts +62 -0
- package/dist/utils/importExport.js +1 -0
- package/dist/utils/index.d.ts +32 -0
- package/dist/utils/is.d.ts +11 -0
- package/dist/utils/is.js +1 -0
- package/dist/utils/loading.d.ts +10 -0
- package/dist/utils/loading.js +15 -0
- package/dist/utils/log.d.ts +2 -0
- package/dist/utils/log.js +1 -0
- package/dist/utils/nprogress.d.ts +9 -0
- package/dist/utils/nprogress.js +1 -0
- package/dist/utils/performanceMonitor.d.ts +38 -0
- package/dist/utils/performanceMonitor.js +1 -0
- package/dist/utils/plcSignalR.d.ts +50 -0
- package/dist/utils/plcSignalR.js +1 -0
- package/dist/utils/propTypes.d.ts +13 -0
- package/dist/utils/propTypes.js +1 -0
- package/dist/utils/request.d.ts +45 -0
- package/dist/utils/request.js +1 -0
- package/dist/utils/tableConfig.d.ts +45 -0
- package/dist/utils/toolsValidate.d.ts +153 -0
- package/dist/utils/toolsValidate.js +1 -0
- package/dist/utils/tree.d.ts +46 -0
- package/dist/utils/tree.js +1 -0
- package/dist/utils/urlUtils.d.ts +17 -0
- package/dist/utils/urlUtils.js +1 -0
- package/dist/utils/useBufferStatus.d.ts +32 -0
- package/dist/utils/useDownloadBlob.d.ts +22 -0
- package/dist/utils/useExeSubscription.d.ts +40 -0
- package/dist/utils/uuid.d.ts +2 -0
- package/dist/utils/uuid.js +1 -0
- package/dist/utils/validate.d.ts +35 -0
- package/dist/utils/validate.js +1 -0
- package/dist/views/account/about.vue.js +1 -0
- package/dist/views/account/settings.vue.js +1 -0
- package/dist/views/dashboard/welcome/index.vue.js +1 -0
- package/dist/views/dashboard/welcome/index2.vue.js +1 -0
- package/dist/views/error/404.vue.js +1 -0
- package/dist/views/error/4042.vue.js +1 -0
- package/dist/views/error/comp-not-found.vue.js +1 -0
- package/dist/views/login/index.vue.js +1 -0
- package/dist/views/login/index2.vue.js +1 -0
- package/package.json +129 -0
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import type { RequestOptions } from "@/utils/request";
|
|
2
|
+
/**
|
|
3
|
+
* PLC 仿真器 API 模块
|
|
4
|
+
*
|
|
5
|
+
* 对应后端 API:
|
|
6
|
+
* - GET /IotSim/PoolStatus - 获取端口池状态
|
|
7
|
+
* - GET /IotSim/List - 获取所有仿真实例
|
|
8
|
+
* - POST /IotSim/Create - 创建仿真实例
|
|
9
|
+
* - POST /IotSim/Destroy - 销毁仿真实例
|
|
10
|
+
* - GET /IotSim/Status - 获取单个实例状态
|
|
11
|
+
* - GET /IotSim/ProcessStatus - 获取用户进程状态
|
|
12
|
+
* - POST /IotSim/HealthCheck - 健康检查
|
|
13
|
+
*/
|
|
14
|
+
/** 协议选项 */
|
|
15
|
+
export declare const PROTOCOL_OPTIONS: readonly [{
|
|
16
|
+
readonly label: "Modbus TCP";
|
|
17
|
+
readonly value: "modbus";
|
|
18
|
+
}, {
|
|
19
|
+
readonly label: "Siemens S7";
|
|
20
|
+
readonly value: "s7";
|
|
21
|
+
}, {
|
|
22
|
+
readonly label: "三菱 MC";
|
|
23
|
+
readonly value: "mitsubishi_mc";
|
|
24
|
+
}, {
|
|
25
|
+
readonly label: "三菱 A1E";
|
|
26
|
+
readonly value: "mitsubishi_a1e";
|
|
27
|
+
}, {
|
|
28
|
+
readonly label: "欧姆龙 FINS";
|
|
29
|
+
readonly value: "omron_fins";
|
|
30
|
+
}, {
|
|
31
|
+
readonly label: "Allen-Bradley";
|
|
32
|
+
readonly value: "allen_bradley";
|
|
33
|
+
}, {
|
|
34
|
+
readonly label: "BACnet";
|
|
35
|
+
readonly value: "bacnet";
|
|
36
|
+
}, {
|
|
37
|
+
readonly label: "OPC UA";
|
|
38
|
+
readonly value: "opcua";
|
|
39
|
+
}];
|
|
40
|
+
/** 实例状态文本 */
|
|
41
|
+
export declare const INSTANCE_STATUS: Record<string, string>;
|
|
42
|
+
/** 用户类型 */
|
|
43
|
+
export type UserType = "Free" | "Pro" | "Enterprise";
|
|
44
|
+
/** 协议类型 */
|
|
45
|
+
export type ProtocolType = "modbus" | "s7" | "mitsubishi_mc" | "mitsubishi_a1e" | "omron_fins" | "allen_bradley" | "bacnet" | "opcua";
|
|
46
|
+
/** 实例状态 */
|
|
47
|
+
export type InstanceStatus = "Starting" | "Running" | "Stopped" | "Crashed";
|
|
48
|
+
/** 仿真实例信息 */
|
|
49
|
+
export interface SimulationInstance {
|
|
50
|
+
instanceId: string;
|
|
51
|
+
userId: number;
|
|
52
|
+
userType: UserType;
|
|
53
|
+
ports: Record<ProtocolType, number>;
|
|
54
|
+
protocols: ProtocolType[];
|
|
55
|
+
processId: number;
|
|
56
|
+
processDbId?: number;
|
|
57
|
+
status: InstanceStatus;
|
|
58
|
+
createdAt: string;
|
|
59
|
+
connectionString?: string;
|
|
60
|
+
expireAt?: string;
|
|
61
|
+
}
|
|
62
|
+
/** 创建仿真实例请求 */
|
|
63
|
+
export interface CreateSimRequest {
|
|
64
|
+
userId: number;
|
|
65
|
+
protocols: ProtocolType[];
|
|
66
|
+
userType: UserType;
|
|
67
|
+
}
|
|
68
|
+
/** 销毁仿真实例请求 */
|
|
69
|
+
export interface DestroySimRequest {
|
|
70
|
+
instanceId: string;
|
|
71
|
+
}
|
|
72
|
+
/** 克隆仿真实例请求 */
|
|
73
|
+
export interface CloneSimRequest {
|
|
74
|
+
sourceInstanceId: string;
|
|
75
|
+
}
|
|
76
|
+
/** 配置导出结果 */
|
|
77
|
+
export interface ExportConfigResult {
|
|
78
|
+
instanceId: string;
|
|
79
|
+
userId: number;
|
|
80
|
+
userType: UserType;
|
|
81
|
+
protocols: ProtocolType[];
|
|
82
|
+
ports: Record<string, number>;
|
|
83
|
+
connectionString?: string;
|
|
84
|
+
exportedAt: string;
|
|
85
|
+
version: string;
|
|
86
|
+
}
|
|
87
|
+
/** 配置导入请求 */
|
|
88
|
+
export interface ImportConfigRequest {
|
|
89
|
+
config: ExportConfigResult;
|
|
90
|
+
}
|
|
91
|
+
/** 一键Demo生成请求 */
|
|
92
|
+
export interface GenerateDemoRequest {
|
|
93
|
+
protocols?: ProtocolType[];
|
|
94
|
+
}
|
|
95
|
+
export interface BindToDeviceRequest {
|
|
96
|
+
instanceId: string;
|
|
97
|
+
deviceName?: string;
|
|
98
|
+
protocol: ProtocolType;
|
|
99
|
+
companyId?: string;
|
|
100
|
+
plantId?: string;
|
|
101
|
+
}
|
|
102
|
+
export interface SwitchToRealDeviceRequest {
|
|
103
|
+
/** 平台内已绑定仿真实例的设备 Id */
|
|
104
|
+
deviceId: number;
|
|
105
|
+
/** 真实设备地址,通常是现场 PLC 的工控内网地址 */
|
|
106
|
+
realAddress: string;
|
|
107
|
+
/** 真实设备端口 */
|
|
108
|
+
realPort: number;
|
|
109
|
+
/** 真实设备专用配置,例如 S7 Rack/Slot;为空时沿用原仿真设备配置 */
|
|
110
|
+
realExtraConfig?: string;
|
|
111
|
+
/** 切换后的设备名称;为空时后端会在原名称上自动替换“仿真”为“真实” */
|
|
112
|
+
realDeviceName?: string;
|
|
113
|
+
/** 是否保留原仿真实例,默认保留,便于现场回退和对照测试 */
|
|
114
|
+
keepSimInstance?: boolean;
|
|
115
|
+
/** 是否在落库前做协议级连接预检,默认 true;预检失败不会污染原设备配置 */
|
|
116
|
+
validateConnection?: boolean;
|
|
117
|
+
}
|
|
118
|
+
export interface SwitchBackToSimulationRequest {
|
|
119
|
+
/** 平台内设备 Id;该设备当前应已切到真实设备 */
|
|
120
|
+
deviceId: number;
|
|
121
|
+
/** 要切回的仿真实例 Id */
|
|
122
|
+
instanceId: string;
|
|
123
|
+
/** 使用实例中的哪个协议端口 */
|
|
124
|
+
protocol: ProtocolType;
|
|
125
|
+
/** 切回后的设备名称;为空时后端自动把“真实”替换为“仿真” */
|
|
126
|
+
simDeviceName?: string;
|
|
127
|
+
/** 是否在落库前做协议级连接预检,默认 true */
|
|
128
|
+
validateConnection?: boolean;
|
|
129
|
+
}
|
|
130
|
+
/** 端口池状态 */
|
|
131
|
+
export interface PortPoolStatus {
|
|
132
|
+
dynamicRange: string;
|
|
133
|
+
staticRange: string;
|
|
134
|
+
dynamicAvailable: number;
|
|
135
|
+
staticAvailable: number;
|
|
136
|
+
leasedCount: number;
|
|
137
|
+
totalCapacity: number;
|
|
138
|
+
}
|
|
139
|
+
/** 用户进程状态 */
|
|
140
|
+
export interface UserProcessStatus {
|
|
141
|
+
userId: number | string;
|
|
142
|
+
hasProcess: boolean;
|
|
143
|
+
processId: number;
|
|
144
|
+
status: string;
|
|
145
|
+
portRangeStart: number;
|
|
146
|
+
portRangeEnd: number;
|
|
147
|
+
allocatedPorts: Record<ProtocolType, number>;
|
|
148
|
+
createTime: string;
|
|
149
|
+
lastHeartbeat?: string;
|
|
150
|
+
}
|
|
151
|
+
/** 当前用户订阅配额信息 */
|
|
152
|
+
export interface UserSubscriptionInfo {
|
|
153
|
+
userId: number;
|
|
154
|
+
planType: UserType;
|
|
155
|
+
status: string;
|
|
156
|
+
maxDevices: number;
|
|
157
|
+
maxTagsPerDevice: number;
|
|
158
|
+
maxSimInstances: number;
|
|
159
|
+
maxProtocolsPerInstance: number;
|
|
160
|
+
expiresAt?: string | null;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* 获取端口池状态
|
|
164
|
+
*/
|
|
165
|
+
export declare function getPoolStatus(options?: RequestOptions): Promise<any>;
|
|
166
|
+
/**
|
|
167
|
+
* 获取所有仿真实例(别名:getInstanceList)
|
|
168
|
+
*/
|
|
169
|
+
export declare function getInstanceList(userId?: string, options?: RequestOptions): Promise<SimulationInstance[]>;
|
|
170
|
+
/**
|
|
171
|
+
* 创建仿真实例
|
|
172
|
+
*/
|
|
173
|
+
export declare function createInstance(request: CreateSimRequest, options?: RequestOptions): Promise<any>;
|
|
174
|
+
/**
|
|
175
|
+
* 销毁仿真实例
|
|
176
|
+
*/
|
|
177
|
+
export declare function destroyInstance(request: DestroySimRequest, options?: RequestOptions): Promise<any>;
|
|
178
|
+
/**
|
|
179
|
+
* 启动仿真实例 - 恢复 Crashed/Stopped 实例的协议端口
|
|
180
|
+
*/
|
|
181
|
+
export declare function startInstance(instanceId: string, options?: RequestOptions): Promise<any>;
|
|
182
|
+
/**
|
|
183
|
+
* 停止仿真实例 - 暂停 Running 实例的协议端口
|
|
184
|
+
*/
|
|
185
|
+
export declare function stopInstance(instanceId: string, options?: RequestOptions): Promise<any>;
|
|
186
|
+
/**
|
|
187
|
+
* 获取单个实例状态
|
|
188
|
+
* @param instanceId 实例ID
|
|
189
|
+
*/
|
|
190
|
+
export declare function getSimStatus(instanceId: string, options?: RequestOptions): Promise<any>;
|
|
191
|
+
/**
|
|
192
|
+
* 获取用户进程状态
|
|
193
|
+
* @param userId 用户ID
|
|
194
|
+
*/
|
|
195
|
+
export declare function getProcessStatus(userId: string, options?: RequestOptions): Promise<any>;
|
|
196
|
+
/**
|
|
197
|
+
* 健康检查(触发实例状态检查和过期清理)
|
|
198
|
+
*/
|
|
199
|
+
export declare function healthCheck(options?: RequestOptions): Promise<any>;
|
|
200
|
+
/**
|
|
201
|
+
* 克隆仿真实例 - 基于已有实例创建副本
|
|
202
|
+
*/
|
|
203
|
+
export declare function cloneInstance(request: CloneSimRequest, options?: RequestOptions): Promise<any>;
|
|
204
|
+
/**
|
|
205
|
+
* 导出实例配置 - 导出为 JSON 用于备份/迁移/分享
|
|
206
|
+
*/
|
|
207
|
+
export declare function exportConfig(instanceId: string, options?: RequestOptions): Promise<ExportConfigResult>;
|
|
208
|
+
/**
|
|
209
|
+
* 导入实例配置 - 从 JSON 恢复/迁移实例
|
|
210
|
+
*/
|
|
211
|
+
export declare function importConfig(request: ImportConfigRequest, options?: RequestOptions): Promise<SimulationInstance>;
|
|
212
|
+
/**
|
|
213
|
+
* 一键生成 Demo 实例 - 新用户快速体验
|
|
214
|
+
*/
|
|
215
|
+
export declare function generateDemo(request?: GenerateDemoRequest, options?: RequestOptions): Promise<any>;
|
|
216
|
+
/**
|
|
217
|
+
* 将仿真器实例绑定为设备
|
|
218
|
+
*/
|
|
219
|
+
export declare function bindToDevice(request: BindToDeviceRequest, options?: RequestOptions): Promise<any>;
|
|
220
|
+
/**
|
|
221
|
+
* 将仿真设备切换为真实物理设备
|
|
222
|
+
*/
|
|
223
|
+
export declare function switchToRealDevice(request: SwitchToRealDeviceRequest, options?: RequestOptions): Promise<any>;
|
|
224
|
+
/**
|
|
225
|
+
* 将真实设备切回已保留的仿真实例
|
|
226
|
+
*/
|
|
227
|
+
export declare function switchBackToSimulation(request: SwitchBackToSimulationRequest, options?: RequestOptions): Promise<any>;
|
|
228
|
+
/**
|
|
229
|
+
* 获取当前用户的订阅配额信息
|
|
230
|
+
*/
|
|
231
|
+
export declare function getUserSubscription(options?: RequestOptions): Promise<UserSubscriptionInfo>;
|
|
232
|
+
declare const iotSimApi: {
|
|
233
|
+
PROTOCOL_OPTIONS: readonly [{
|
|
234
|
+
readonly label: "Modbus TCP";
|
|
235
|
+
readonly value: "modbus";
|
|
236
|
+
}, {
|
|
237
|
+
readonly label: "Siemens S7";
|
|
238
|
+
readonly value: "s7";
|
|
239
|
+
}, {
|
|
240
|
+
readonly label: "三菱 MC";
|
|
241
|
+
readonly value: "mitsubishi_mc";
|
|
242
|
+
}, {
|
|
243
|
+
readonly label: "三菱 A1E";
|
|
244
|
+
readonly value: "mitsubishi_a1e";
|
|
245
|
+
}, {
|
|
246
|
+
readonly label: "欧姆龙 FINS";
|
|
247
|
+
readonly value: "omron_fins";
|
|
248
|
+
}, {
|
|
249
|
+
readonly label: "Allen-Bradley";
|
|
250
|
+
readonly value: "allen_bradley";
|
|
251
|
+
}, {
|
|
252
|
+
readonly label: "BACnet";
|
|
253
|
+
readonly value: "bacnet";
|
|
254
|
+
}, {
|
|
255
|
+
readonly label: "OPC UA";
|
|
256
|
+
readonly value: "opcua";
|
|
257
|
+
}];
|
|
258
|
+
INSTANCE_STATUS: Record<string, string>;
|
|
259
|
+
getPoolStatus: typeof getPoolStatus;
|
|
260
|
+
getInstanceList: typeof getInstanceList;
|
|
261
|
+
createInstance: typeof createInstance;
|
|
262
|
+
destroyInstance: typeof destroyInstance;
|
|
263
|
+
getSimStatus: typeof getSimStatus;
|
|
264
|
+
getProcessStatus: typeof getProcessStatus;
|
|
265
|
+
healthCheck: typeof healthCheck;
|
|
266
|
+
getUserSubscription: typeof getUserSubscription;
|
|
267
|
+
startInstance: typeof startInstance;
|
|
268
|
+
stopInstance: typeof stopInstance;
|
|
269
|
+
cloneInstance: typeof cloneInstance;
|
|
270
|
+
exportConfig: typeof exportConfig;
|
|
271
|
+
importConfig: typeof importConfig;
|
|
272
|
+
generateDemo: typeof generateDemo;
|
|
273
|
+
bindToDevice: typeof bindToDevice;
|
|
274
|
+
switchToRealDevice: typeof switchToRealDevice;
|
|
275
|
+
switchBackToSimulation: typeof switchBackToSimulation;
|
|
276
|
+
};
|
|
277
|
+
export default iotSimApi;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../http.js"),o=require("../response.js"),i=[{label:"Modbus TCP",value:"modbus"},{label:"Siemens S7",value:"s7"},{label:"三菱 MC",value:"mitsubishi_mc"},{label:"三菱 A1E",value:"mitsubishi_a1e"},{label:"欧姆龙 FINS",value:"omron_fins"},{label:"Allen-Bradley",value:"allen_bradley"},{label:"BACnet",value:"bacnet"},{label:"OPC UA",value:"opcua"}],s={Starting:"启动中",Running:"运行中",Stopped:"已停止",Crashed:"异常崩溃"};function r(t){return n.http.get("/IotSim/PoolStatus",null,t)}function a(t,e){return n.http.get("/IotSim/List",t?{userId:t}:null,e).then(o.normalizeList)}function u(t,e){return n.http.post("/IotSim/Create",t,e)}function c(t,e){return n.http.post("/IotSim/Destroy",t,e)}function l(t,e){return n.http.post("/IotSim/Start",{instanceId:t},e)}function S(t,e){return n.http.post("/IotSim/Stop",{instanceId:t},e)}function p(t,e){return n.http.get("/IotSim/Status",{instanceId:t},e)}function h(t,e){return n.http.get("/IotSim/ProcessStatus",{userId:t},e)}function m(t){return n.http.post("/IotSim/HealthCheck",{},t)}function I(t,e){return n.http.post("/IotSim/Clone",t,e)}function g(t,e){return n.http.post("/IotSim/ExportConfig",{instanceId:t},e)}function f(t,e){return n.http.post("/IotSim/ImportConfig",t,e)}function T(t,e){return n.http.post("/IotSim/GenerateDemo",t??{},e)}function b(t,e){return n.http.post("/IotSim/BindToDevice",t,e)}function C(t,e){return n.http.post("/IotSim/SwitchToRealDevice",t,e)}function v(t,e){return n.http.post("/IotSim/SwitchBackToSimulation",t,e)}function P(t){return n.http.get("/integration/quota/me",null,t)}exports.INSTANCE_STATUS=s;exports.PROTOCOL_OPTIONS=i;exports.bindToDevice=b;exports.cloneInstance=I;exports.createInstance=u;exports.destroyInstance=c;exports.exportConfig=g;exports.generateDemo=T;exports.getInstanceList=a;exports.getPoolStatus=r;exports.getProcessStatus=h;exports.getSimStatus=p;exports.getUserSubscription=P;exports.healthCheck=m;exports.importConfig=f;exports.startInstance=l;exports.stopInstance=S;exports.switchBackToSimulation=v;exports.switchToRealDevice=C;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { type RequestOptions } from '@/utils/request';
|
|
2
|
+
/**
|
|
3
|
+
* @description 登录
|
|
4
|
+
* @param {LoginParams} params 参数
|
|
5
|
+
* @param {RequestOptions} options 其他配置
|
|
6
|
+
* @returns
|
|
7
|
+
*/
|
|
8
|
+
export declare function login(params: API.LoginParams, options?: RequestOptions): Promise<API.LoginResult>;
|
|
9
|
+
/**
|
|
10
|
+
* 刷新token
|
|
11
|
+
* @param token 旧refreshToken
|
|
12
|
+
* @param pwd 密码(可选,用于解锁场景)
|
|
13
|
+
* @returns 新token
|
|
14
|
+
* 使用 POST + Body 传递敏感令牌,避免 GET query string 泄露到浏览器历史/服务器日志
|
|
15
|
+
*/
|
|
16
|
+
export declare function refreshToken(token: string, pwd?: string): Promise<API.LoginResult>;
|
|
17
|
+
/**
|
|
18
|
+
* @description 登出
|
|
19
|
+
*/
|
|
20
|
+
export declare function logout(data: {
|
|
21
|
+
token: string;
|
|
22
|
+
}): Promise<any>;
|
|
23
|
+
/**
|
|
24
|
+
* @description 外部系统登录
|
|
25
|
+
* @param {LoginParams} params
|
|
26
|
+
* @returns
|
|
27
|
+
*/
|
|
28
|
+
export declare function sso(params: API.SsoLoginParams): Promise<API.LoginResult>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../../utils/request.js"),r=require("../http.js");function n(e,t){return o.request("/Login/JWTToken",{method:"post",data:e,...t||{}})}function s(e,t){return r.http.post("/Login/RefreshToken",{token:e,pwd:t},{showSuccessMsg:!1})}function u(e){return o.request({url:"/account/logout",method:"post",data:e})}function i(e){return o.request({url:"/Login/SSO",method:"post",data:e})}exports.login=n;exports.logout=u;exports.refreshToken=s;exports.sso=i;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* 获取分页列表
|
|
4
|
+
* @param query
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
7
|
+
getWithPage: (query: API.PageParams) => Promise<API.TableListResult<any>>;
|
|
8
|
+
/**
|
|
9
|
+
* 根据Id获取单条
|
|
10
|
+
* @param id
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
getById: (id: number) => Promise<any>;
|
|
14
|
+
/**
|
|
15
|
+
* 新增一条数据
|
|
16
|
+
* @param data
|
|
17
|
+
* @returns
|
|
18
|
+
*/
|
|
19
|
+
add: (data: any) => Promise<any>;
|
|
20
|
+
/**
|
|
21
|
+
* 删除数据
|
|
22
|
+
* @param ids 主键Ids
|
|
23
|
+
* @returns
|
|
24
|
+
*/
|
|
25
|
+
delete: (ids: number[]) => Promise<any>;
|
|
26
|
+
/**
|
|
27
|
+
* 更新数据
|
|
28
|
+
* @param data
|
|
29
|
+
* @returns
|
|
30
|
+
*/
|
|
31
|
+
update: (data: any) => Promise<any>;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* 获取分页列表
|
|
4
|
+
* @param query
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
7
|
+
getWithPage: (query: API.PageParams) => Promise<API.TableListResult<any>>;
|
|
8
|
+
/**
|
|
9
|
+
* 根据Id获取单条
|
|
10
|
+
* @param id
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
getById: (id: number) => Promise<any>;
|
|
14
|
+
/**
|
|
15
|
+
* 新增一条数据
|
|
16
|
+
* @param data
|
|
17
|
+
* @returns
|
|
18
|
+
*/
|
|
19
|
+
add: (data: any) => Promise<any>;
|
|
20
|
+
/**
|
|
21
|
+
* 删除数据
|
|
22
|
+
* @param ids 主键Ids
|
|
23
|
+
* @returns
|
|
24
|
+
*/
|
|
25
|
+
delete: (ids: number[]) => Promise<any>;
|
|
26
|
+
/**
|
|
27
|
+
* 更新数据
|
|
28
|
+
* @param data
|
|
29
|
+
* @returns
|
|
30
|
+
*/
|
|
31
|
+
update: (data: any) => Promise<any>;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* 获取分页列表
|
|
4
|
+
* @param query
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
7
|
+
getWithPage: (query: API.PageParams) => Promise<API.TableListResult<any>>;
|
|
8
|
+
/**
|
|
9
|
+
* 根据Id获取单条
|
|
10
|
+
* @param id
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
getById: (id: number) => Promise<any>;
|
|
14
|
+
/**
|
|
15
|
+
* 新增一条数据
|
|
16
|
+
* @param data
|
|
17
|
+
* @returns
|
|
18
|
+
*/
|
|
19
|
+
add: (data: any) => Promise<any>;
|
|
20
|
+
/**
|
|
21
|
+
* 删除数据
|
|
22
|
+
* @param ids 主键Ids
|
|
23
|
+
* @returns
|
|
24
|
+
*/
|
|
25
|
+
delete: (ids: number[]) => Promise<any>;
|
|
26
|
+
/**
|
|
27
|
+
* 更新数据
|
|
28
|
+
* @param data
|
|
29
|
+
* @returns
|
|
30
|
+
*/
|
|
31
|
+
update: (data: any) => Promise<any>;
|
|
32
|
+
/**
|
|
33
|
+
* 根据产线id获取集合
|
|
34
|
+
* @param lineId 产线id
|
|
35
|
+
* @returns 工位实体集合
|
|
36
|
+
*/
|
|
37
|
+
getListByLineId: (lineId: number) => Promise<any>;
|
|
38
|
+
/**
|
|
39
|
+
* 获取当前登录用户有权限的产线集合(根据分配的工位判断)
|
|
40
|
+
* @returns
|
|
41
|
+
*/
|
|
42
|
+
getHasAuthLineList: () => Promise<any[]>;
|
|
43
|
+
/**
|
|
44
|
+
* 根据产线id获取有权限的工位集合
|
|
45
|
+
* @param lineId 产线id
|
|
46
|
+
* @returns 工位实体集合
|
|
47
|
+
*/
|
|
48
|
+
getHasAuthListByLineId: (lineId: number) => Promise<any>;
|
|
49
|
+
/**
|
|
50
|
+
* 根据工位id获取对应的工序
|
|
51
|
+
* @param workStationId 工位id
|
|
52
|
+
* @returns 工序类
|
|
53
|
+
*/
|
|
54
|
+
getProcessOperationByWorkStationId: (workStationId: number) => Promise<any>;
|
|
55
|
+
/**
|
|
56
|
+
* 获取分配工位的用户id集合
|
|
57
|
+
* @param workStationId 工位id
|
|
58
|
+
* @returns
|
|
59
|
+
*/
|
|
60
|
+
getAssignUserIdByWorkStationId: (workStationId: number) => Promise<number[]>;
|
|
61
|
+
/**
|
|
62
|
+
* 分配工位给用户
|
|
63
|
+
* @param data 参数
|
|
64
|
+
* @returns
|
|
65
|
+
*/
|
|
66
|
+
assignWorkStationToUser: (data: {
|
|
67
|
+
workStationId: number;
|
|
68
|
+
sysUserIds: number[];
|
|
69
|
+
}) => Promise<any>;
|
|
70
|
+
};
|
|
71
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* 获取分页列表
|
|
4
|
+
* @param query
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
7
|
+
getWithPage: (query: API.PageParams) => Promise<API.TableListResult<any>>;
|
|
8
|
+
/**
|
|
9
|
+
* 根据Id获取单条
|
|
10
|
+
* @param id
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
getById: (id: number) => Promise<any>;
|
|
14
|
+
/**
|
|
15
|
+
* 新增一条数据
|
|
16
|
+
* @param data
|
|
17
|
+
* @returns
|
|
18
|
+
*/
|
|
19
|
+
add: (data: any) => Promise<any>;
|
|
20
|
+
/**
|
|
21
|
+
* 删除数据
|
|
22
|
+
* @param ids 主键Ids
|
|
23
|
+
* @returns
|
|
24
|
+
*/
|
|
25
|
+
delete: (ids: number[]) => Promise<any>;
|
|
26
|
+
/**
|
|
27
|
+
* 更新数据
|
|
28
|
+
* @param data
|
|
29
|
+
* @returns
|
|
30
|
+
*/
|
|
31
|
+
update: (data: any) => Promise<any>;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { AxiosProgressEvent } from 'axios';
|
|
2
|
+
import type { UploadFileParams } from '@/api/axios';
|
|
3
|
+
/** 工艺路线接口 */
|
|
4
|
+
declare const _default: {
|
|
5
|
+
/**
|
|
6
|
+
* 获取分页列表
|
|
7
|
+
* @param query
|
|
8
|
+
* @returns
|
|
9
|
+
*/
|
|
10
|
+
getWithPage: (query: API.PageParams) => Promise<API.TableListResult<any>>;
|
|
11
|
+
/**
|
|
12
|
+
* 根据Id获取单条
|
|
13
|
+
* @param id
|
|
14
|
+
* @returns
|
|
15
|
+
*/
|
|
16
|
+
getById: (id: number) => Promise<any>;
|
|
17
|
+
/**
|
|
18
|
+
* 新增一条数据
|
|
19
|
+
* @param data
|
|
20
|
+
* @returns
|
|
21
|
+
*/
|
|
22
|
+
add: (data: any) => Promise<any>;
|
|
23
|
+
/**
|
|
24
|
+
* 删除数据
|
|
25
|
+
* @param ids 主键Ids
|
|
26
|
+
* @returns
|
|
27
|
+
*/
|
|
28
|
+
delete: (ids: number[]) => Promise<any>;
|
|
29
|
+
/**
|
|
30
|
+
* 更新数据
|
|
31
|
+
* @param data
|
|
32
|
+
* @returns
|
|
33
|
+
*/
|
|
34
|
+
update: (data: any) => Promise<any>;
|
|
35
|
+
/**
|
|
36
|
+
* 更新流程数据
|
|
37
|
+
* @param data
|
|
38
|
+
*/
|
|
39
|
+
updateDesign: (data: any) => Promise<any>;
|
|
40
|
+
/**
|
|
41
|
+
* 更新发布状态
|
|
42
|
+
* @param data
|
|
43
|
+
*/
|
|
44
|
+
updatePublishStatus: (data: {
|
|
45
|
+
id: number;
|
|
46
|
+
isPublish: boolean;
|
|
47
|
+
}) => Promise<any>;
|
|
48
|
+
/**
|
|
49
|
+
* 上传作业指导书
|
|
50
|
+
* @param params
|
|
51
|
+
* @param onUploadProgress
|
|
52
|
+
* @returns
|
|
53
|
+
*/
|
|
54
|
+
uploadSop: (params: UploadFileParams, onUploadProgress: (progressEvent: AxiosProgressEvent) => void) => Promise<any>;
|
|
55
|
+
};
|
|
56
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* 获取分页列表
|
|
4
|
+
* @param query
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
7
|
+
getWithPage: (query: API.PageParams) => Promise<API.TableListResult<any>>;
|
|
8
|
+
/**
|
|
9
|
+
* 产品锁定
|
|
10
|
+
* @param data
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
lock: (data: any) => Promise<any>;
|
|
14
|
+
/**
|
|
15
|
+
* 产品解锁
|
|
16
|
+
* @param ids
|
|
17
|
+
* @returns
|
|
18
|
+
*/
|
|
19
|
+
unLock: (ids: string) => Promise<any>;
|
|
20
|
+
/**
|
|
21
|
+
* 获取锁定的数据信息
|
|
22
|
+
* @param data
|
|
23
|
+
* @returns
|
|
24
|
+
*/
|
|
25
|
+
getLockInfo: (data: any) => Promise<any>;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* 获取分页列表
|
|
4
|
+
* @param query
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
7
|
+
getWithPage: (query: API.PageParams) => Promise<API.TableListResult<any>>;
|
|
8
|
+
/**
|
|
9
|
+
* 根据Id获取单条
|
|
10
|
+
* @param id
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
getById: (id: number) => Promise<any>;
|
|
14
|
+
/**
|
|
15
|
+
* 新增一条数据
|
|
16
|
+
* @param data
|
|
17
|
+
* @returns
|
|
18
|
+
*/
|
|
19
|
+
add: (data: any) => Promise<any>;
|
|
20
|
+
/**
|
|
21
|
+
* 删除数据
|
|
22
|
+
* @param ids 主键Ids
|
|
23
|
+
* @returns
|
|
24
|
+
*/
|
|
25
|
+
delete: (ids: number[]) => Promise<any>;
|
|
26
|
+
/**
|
|
27
|
+
* 更新数据
|
|
28
|
+
* @param data
|
|
29
|
+
* @returns
|
|
30
|
+
*/
|
|
31
|
+
update: (data: any) => Promise<any>;
|
|
32
|
+
/**
|
|
33
|
+
* 工单拆分
|
|
34
|
+
* @param data
|
|
35
|
+
* @returns
|
|
36
|
+
*/
|
|
37
|
+
splitWorkOrder: (data: any) => Promise<any>;
|
|
38
|
+
/**
|
|
39
|
+
* 获取工单释放条码信息
|
|
40
|
+
* @param id 工单id
|
|
41
|
+
* @returns
|
|
42
|
+
*/
|
|
43
|
+
getReleaseSnInfo: (id: number) => Promise<WorkOrderReleaseSn>;
|
|
44
|
+
/** 释放产品条码 */
|
|
45
|
+
releaseProductSn: (data: any) => Promise<any>;
|
|
46
|
+
/**
|
|
47
|
+
* 分页获取工单下的产品sn列表
|
|
48
|
+
* @param query
|
|
49
|
+
* @returns
|
|
50
|
+
*/
|
|
51
|
+
getProductSnList: (query: API.PageParams) => Promise<API.TableListResult<any>>;
|
|
52
|
+
/**
|
|
53
|
+
* 根据工单状态获取工单集合
|
|
54
|
+
* @param statusList 工单状态集合
|
|
55
|
+
* @returns
|
|
56
|
+
*/
|
|
57
|
+
getWorkOrderForSelect: (statusList: string[]) => Promise<API.SelectResult[]>;
|
|
58
|
+
/**
|
|
59
|
+
* 备料
|
|
60
|
+
* @param id 工单id
|
|
61
|
+
* @returns
|
|
62
|
+
*/
|
|
63
|
+
prepMaterial: (id: number) => Promise<any>;
|
|
64
|
+
};
|
|
65
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export type ListLikeResponse<T> = T[] | {
|
|
2
|
+
data?: T[] | ListLikeResponse<T>;
|
|
3
|
+
total?: number;
|
|
4
|
+
count?: number;
|
|
5
|
+
};
|
|
6
|
+
export interface NormalizedPage<T> {
|
|
7
|
+
list: T[];
|
|
8
|
+
total: number;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* 标准化列表响应。
|
|
12
|
+
* 支持多种后端返回格式:
|
|
13
|
+
* - { data: T[] } — 标准格式
|
|
14
|
+
* - { result: T[] } — 分页结果格式
|
|
15
|
+
* - T[] — 直接数组
|
|
16
|
+
*/
|
|
17
|
+
export declare const normalizeList: <T>(value: ListLikeResponse<T> | null | undefined) => T[];
|
|
18
|
+
/**
|
|
19
|
+
* 标准化分页响应。
|
|
20
|
+
* 支持多种后端返回格式:
|
|
21
|
+
* - { status, success, data: T[], total?, count?, msg } — 标准格式
|
|
22
|
+
* - { status, success, data: { result: T[], total: N }, msg } — 嵌套分页
|
|
23
|
+
*/
|
|
24
|
+
export declare const normalizePage: <T>(value: ListLikeResponse<T> | null | undefined) => NormalizedPage<T>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=r=>Array.isArray(r)?r:!r||typeof r!="object"?[]:Array.isArray(r.data)?r.data:r.data&&typeof r.data=="object"?o(r.data):Array.isArray(r.result)?r.result:Array.isArray(r.list)?r.list:Array.isArray(r.records)?r.records:Array.isArray(r.items)?r.items:Array.isArray(r.rows)?r.rows:[],n=r=>{const t=o(r);if(!r||Array.isArray(r)||typeof r!="object")return{list:t,total:t.length};let i=Number(r.total??r.count??t.length);if(i===0||r.data&&typeof r.data=="object"&&!Array.isArray(r.data)){const s=Number(r.data.total??r.data.count??t.length);s>0&&(i=s)}return{list:t,total:i}};exports.normalizeList=o;exports.normalizePage=n;
|