@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,45 @@
|
|
|
1
|
+
import type { AxiosRequestConfig } from "axios";
|
|
2
|
+
import type { UploadFileParams } from "@/api/axios";
|
|
3
|
+
export interface RequestOptions extends AxiosRequestConfig {
|
|
4
|
+
/** 是否直接将数据从响应中提取出(默认true),例如直接返回 res.data,而忽略 res.code 等信息 */
|
|
5
|
+
isReturnResult?: boolean;
|
|
6
|
+
/** 请求成功是提示信息 */
|
|
7
|
+
successMsg?: string;
|
|
8
|
+
/** 请求失败是提示信息 */
|
|
9
|
+
errorMsg?: string;
|
|
10
|
+
/** 成功时,是否显示后端返回的成功信息 */
|
|
11
|
+
showSuccessMsg?: boolean;
|
|
12
|
+
/** 失败时,是否显示后端返回的失败信息 */
|
|
13
|
+
showErrorMsg?: boolean;
|
|
14
|
+
requestType?: "json" | "form";
|
|
15
|
+
/**
|
|
16
|
+
* 是否把参数添加到url中(POST)
|
|
17
|
+
*/
|
|
18
|
+
isJoinParamsToUrl?: boolean;
|
|
19
|
+
}
|
|
20
|
+
/** 真实请求的路径前缀 */
|
|
21
|
+
export declare const baseApiUrl: string;
|
|
22
|
+
export declare const baseAotClientUrl: string;
|
|
23
|
+
export type BaseResponse<T = any> = Omit<API.ResOp, "data"> & {
|
|
24
|
+
data: T;
|
|
25
|
+
};
|
|
26
|
+
export declare function request<T = any>(url: string, config: {
|
|
27
|
+
isReturnResult: false;
|
|
28
|
+
} & RequestOptions): Promise<BaseResponse<T>>;
|
|
29
|
+
export declare function request<T = any>(url: string, config: RequestOptions): Promise<BaseResponse<T>["data"]>;
|
|
30
|
+
export declare function request<T = any>(config: {
|
|
31
|
+
isReturnResult: false;
|
|
32
|
+
} & RequestOptions): Promise<BaseResponse<T>>;
|
|
33
|
+
export declare function request<T = any>(config: RequestOptions): Promise<BaseResponse<T>["data"]>;
|
|
34
|
+
/**
|
|
35
|
+
* Aot客户端请求
|
|
36
|
+
* @param config 配置项
|
|
37
|
+
*/
|
|
38
|
+
export declare function aotClientHttp<T = any>(config: AxiosRequestConfig): Promise<BaseResponse<T>["data"]>;
|
|
39
|
+
/**
|
|
40
|
+
* 上传文件
|
|
41
|
+
* @param config 配置项
|
|
42
|
+
* @param params 参数
|
|
43
|
+
* @returns
|
|
44
|
+
*/
|
|
45
|
+
export declare const uploadFile: <T = any>(config: AxiosRequestConfig, params: UploadFileParams) => Promise<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("axios"),y=require("lodash-es"),B=require("qs"),S=require("ant-design-vue"),c=require("../enums/cacheEnum.js"),l=require("./Storage.js"),b=require("../enums/httpEnum.js"),I=require("../store/modules/user.js"),O=require("./nprogress.js"),$=require("../api/saveRefreshTime.js"),x=require("../api/login/index.js"),M=require("../router/index.js"),K=require("./urlUtils.js");var j={};const U="未知错误,请重试",H=j.VITE_BASE_API_URL,v=j.VITE_BASE_AOT_CLIENT_URL;let A=!1,_=[];function V(e){_.forEach(t=>t(e)),_=[]}function Y(e){_.push(e)}const d=w.create({baseURL:H,timeout:6e4,paramsSerializer(e){return B.stringify(e,{arrayFormat:"brackets"})}});d.interceptors.request.use(e=>{var a,n;O.start();const t=l.Storage.get(c.ACCESS_TOKEN_KEY,null,!0);return t&&e.headers&&(e.headers.Authorization=`Bearer ${t}`,(a=e.params)!=null&&a.HeaderUniqForm&&(e.headers.HeaderUniqForm=JSON.stringify(e.params.HeaderUniqForm),delete e.params.HeaderUniqForm),(n=e.data)!=null&&n.HeaderUniqForm&&delete e.data.HeaderUniqForm,$.saveRefreshtime()),(e.data??(e==null?void 0:e.params))&&(e.headers.get("Content-Type")||e.headers.set("Content-Type","application/json")),e},e=>Promise.reject(e));d.interceptors.response.use(e=>{var s;O.close();let t=e.data;if((s=e.config)!=null&&s.isCustomHttp_||t instanceof Blob||t instanceof ArrayBuffer)return Promise.resolve(e);if(!t||t.status!==b.ResultEnum.SUCCESS||!t.success){S.message.error((t==null?void 0:t.msg)||U),[1101,1102].includes(t.status)&&(l.Storage.remove(c.ACCESS_TOKEN_KEY),S.Modal.confirm({title:"警告",content:t.msg||"账号异常,您可以取消停留在该页上,或重新登录",okText:"重新登录",cancelText:"取消",onOk:()=>{localStorage.clear(),window.location.reload()}}));const a=new Error(t.msg||U);return a.status=t.status,Promise.reject(a)}else return e},e=>{var p,u,r,f,o,h,E,g,R,C,T,N,F;O.close();const t=l.Storage.getVal(c.IS_CHANGE_ROUTER),s=((p=e.config)==null?void 0:p.isCustomHttp_)??!1,a=((u=e.config)==null?void 0:u.isAotClientHttp_)??!1;if(!s&&(((r=e.response)==null?void 0:r.status)===401||((f=e.response)==null?void 0:f.status)===403&&t)){const i=Date.now(),P=l.Storage.getExpire(c.REFRESH_TIME);if(P&&i<=P)return A?new Promise(m=>{Y(q=>{var k;(k=e.config)!=null&&k.headers&&(e.config.headers.Authorization=`Bearer ${q}`),m(d(e.config))})}):(A=!0,x.refreshToken(l.Storage.get(c.ACCESS_TOKEN_KEY,null,!0)).then(m=>{var q;if(I.useUserStoreWithOut().setToken(m.token,m.expiresAt),S.message.loading("动态刷新token成功, 重新加载中...",1500),(q=e.config)!=null&&q.headers&&(e.config.headers.Authorization=`Bearer ${m.token}`),V(m.token),A=!1,t){M.default.go(0),l.Storage.setVal(c.IS_CHANGE_ROUTER,!1);return}return d(e.config)}).catch(()=>{A=!1,_=[],l.Storage.remove(c.ACCESS_TOKEN_KEY),window.location.reload()}));l.Storage.remove(c.ACCESS_TOKEN_KEY),window.location.reload()}let n=((h=(o=e==null?void 0:e.response)==null?void 0:o.data)==null?void 0:h.msg)??((g=(E=e==null?void 0:e.response)==null?void 0:E.data)==null?void 0:g.detail)??((C=(R=e==null?void 0:e.response)==null?void 0:R.data)==null?void 0:C.title)??((N=(T=e==null?void 0:e.response)==null?void 0:T.data)==null?void 0:N.errors)??(e==null?void 0:e.message)??U;if(typeof n=="object"&&(n=JSON.stringify(n)),(F=e.response)!=null&&F.data)try{const i=typeof e.response.data=="string"?JSON.parse(e.response.data):e.response.data;n=(i==null?void 0:i.msg)??(i==null?void 0:i.detail)??(i==null?void 0:i.title)??(i==null?void 0:i.errors)??n}catch{}return s?n=`自定义的请求返回错误: ${n}`:a&&(n=`Aot客户端请求返回错误: ${n}`),S.message.error({content:n,key:n}),e.message=n,Promise.reject(e)});async function z(e,t={}){let s=y.isString(e)?e:e.url;const a=y.isString(e)?t:e;try{const{requestType:n,isReturnResult:p=!0,isJoinParamsToUrl:u=!1,...r}=a;u&&(s=K.setObjToUrlParams(s,a.data));const f=await d.request({url:s,...r,headers:{...r.headers,...n==="form"?{"Content-Type":"multipart/form-data"}:{}}}),{data:o}=f;if(o instanceof Blob)return o;const{status:h,success:E,msg:g}=o||{};if(o&&Reflect.has(o,"status")&&h===b.ResultEnum.SUCCESS&&E){const{successMsg:C,showSuccessMsg:T}=a;T&&S.message.success(C??g??"操作成功!")}return p?o.data:o}catch(n){return Promise.reject(n)}}async function J(e){try{e.url=K.uniqueSlash(v+e.url),y.set(e,"isAotClientHttp_",!0);const t=await d.request(e),{data:s}=t;return(s==null?void 0:s.data)??s}catch(t){return Promise.reject(t)}}const L=async(e,t)=>{const s=new window.FormData,a=t.name||"file";t.filename?s.append(a,t.file,t.filename):s.append(a,t.file),t.data&&Object.keys(t.data).forEach(r=>{const f=t.data[r];if(Array.isArray(f)){f.forEach(o=>{s.append(`${r}[]`,o)});return}s.append(r,t.data[r])});const n=`${H+e.url}`;e.url=n;const p=await d.request({...e,method:"POST",data:s,headers:{"Content-type":b.ContentTypeEnum.FORM_DATA,IgnoreCancelToken:!0}}),{data:u}=p;return(u==null?void 0:u.data)??u};exports.aotClientHttp=J;exports.baseAotClientUrl=v;exports.baseApiUrl=H;exports.request=z;exports.uploadFile=L;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 表格统一分页/样式/滚动配置
|
|
3
|
+
* 所有主数据表格统一使用此配置,避免各页面各自为政
|
|
4
|
+
*
|
|
5
|
+
* 设计原则:
|
|
6
|
+
* 1. 统一 size="small" — 行高紧凑,单屏信息密度高
|
|
7
|
+
* 2. 统一 scroll.y — 固定表头,数据区滚动,分页控件始终可见
|
|
8
|
+
* 3. 统一分页配置 — 页码、每页条数、总数显示一致
|
|
9
|
+
* 4. 筛选栏单行 — 不超过一行,控件紧凑,利用 card #extra 或紧凑 toolbar
|
|
10
|
+
*
|
|
11
|
+
* 空间预算(以 1080p 为例,视口高度 ~950px):
|
|
12
|
+
* 独立页面:global-header(64) + page-pad(48) + card-title(46) + th(40) + pag(40) = 238 → 取 260px
|
|
13
|
+
* Tab 内嵌:+ tabs-header(46) + 内层-padding(24) + toolbar(40) = 348 → 取 440px
|
|
14
|
+
*/
|
|
15
|
+
/** 默认分页配置 — 所有表格统一使用,pageSize 固定 20 */
|
|
16
|
+
export declare const DEFAULT_PAGINATION: {
|
|
17
|
+
pageSize: number;
|
|
18
|
+
showSizeChanger: boolean;
|
|
19
|
+
pageSizeOptions: string[];
|
|
20
|
+
showTotal: (total: number) => string;
|
|
21
|
+
};
|
|
22
|
+
/** 表格统一尺寸 */
|
|
23
|
+
export declare const TABLE_SIZE: "small";
|
|
24
|
+
/**
|
|
25
|
+
* 独立页面表格 scroll.y
|
|
26
|
+
* 适用于筛选栏在 card #extra(单行)的场景:/device/iot、/device/exe、/device/audit 等
|
|
27
|
+
*/
|
|
28
|
+
export declare const PAGE_SCROLL_Y = "calc(100vh - 260px)";
|
|
29
|
+
/**
|
|
30
|
+
* Tab 内嵌表格 scroll.y
|
|
31
|
+
* 适用于嵌在 a-tabs 内的表格:ExeRulesTab、TagManagementTab、MonitorTab、SimulationTab 等
|
|
32
|
+
*/
|
|
33
|
+
export declare const TAB_SCROLL_Y = "calc(100vh - 440px)";
|
|
34
|
+
/**
|
|
35
|
+
* 生成分页配置
|
|
36
|
+
* @param total 数据总数,<= threshold 时禁用分页
|
|
37
|
+
* @param threshold 启用分页的最小数据量,默认 20
|
|
38
|
+
* @param overrides 覆盖默认值
|
|
39
|
+
*/
|
|
40
|
+
export declare function usePagination(total: number, threshold?: number, overrides?: Partial<typeof DEFAULT_PAGINATION>): false | {
|
|
41
|
+
pageSize: number;
|
|
42
|
+
showSizeChanger: boolean;
|
|
43
|
+
pageSizeOptions: string[];
|
|
44
|
+
showTotal: (total: number) => string;
|
|
45
|
+
};
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 工具类集合,适用于平时开发
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* 验证百分比(不可以小数)
|
|
6
|
+
* @param val 当前值字符串
|
|
7
|
+
* @returns 返回处理后的字符串
|
|
8
|
+
*/
|
|
9
|
+
export declare function verifyNumberPercentage(val: string): string;
|
|
10
|
+
/**
|
|
11
|
+
* 验证百分比(可以小数)
|
|
12
|
+
* @param val 当前值字符串
|
|
13
|
+
* @returns 返回处理后的字符串
|
|
14
|
+
*/
|
|
15
|
+
export declare function verifyNumberPercentageFloat(val: string): string;
|
|
16
|
+
/**
|
|
17
|
+
* 小数或整数(不可以负数)
|
|
18
|
+
* @param val 当前值字符串
|
|
19
|
+
* @returns 返回处理后的字符串
|
|
20
|
+
*/
|
|
21
|
+
export declare function verifyNumberIntegerAndFloat(val: string): string;
|
|
22
|
+
/**
|
|
23
|
+
* 正整数验证
|
|
24
|
+
* @param val 当前值字符串
|
|
25
|
+
* @returns 返回处理后的字符串
|
|
26
|
+
*/
|
|
27
|
+
export declare function verifiyNumberInteger(val: string): string;
|
|
28
|
+
/**
|
|
29
|
+
* 去掉中文及空格
|
|
30
|
+
* @param val 当前值字符串
|
|
31
|
+
* @returns 返回处理后的字符串
|
|
32
|
+
*/
|
|
33
|
+
export declare function verifyCnAndSpace(val: string): string;
|
|
34
|
+
/**
|
|
35
|
+
* 去掉英文及空格
|
|
36
|
+
* @param val 当前值字符串
|
|
37
|
+
* @returns 返回处理后的字符串
|
|
38
|
+
*/
|
|
39
|
+
export declare function verifyEnAndSpace(val: string): string;
|
|
40
|
+
/**
|
|
41
|
+
* 禁止输入空格
|
|
42
|
+
* @param val 当前值字符串
|
|
43
|
+
* @returns 返回处理后的字符串
|
|
44
|
+
*/
|
|
45
|
+
export declare function verifyAndSpace(val: string): string;
|
|
46
|
+
/**
|
|
47
|
+
* 金额用 `,` 区分开
|
|
48
|
+
* @param val 当前值字符串
|
|
49
|
+
* @returns 返回处理后的字符串
|
|
50
|
+
*/
|
|
51
|
+
export declare function verifyNumberComma(val: string): any;
|
|
52
|
+
/**
|
|
53
|
+
* 匹配文字变色(搜索时)
|
|
54
|
+
* @param val 当前值字符串
|
|
55
|
+
* @param text 要处理的字符串值
|
|
56
|
+
* @param color 搜索到时字体高亮颜色
|
|
57
|
+
* @returns 返回处理后的字符串
|
|
58
|
+
*/
|
|
59
|
+
export declare function verifyTextColor(val: string, text?: string, color?: string): string;
|
|
60
|
+
/**
|
|
61
|
+
* 数字转中文大写
|
|
62
|
+
* @param val 当前值字符串
|
|
63
|
+
* @param unit 默认:仟佰拾亿仟佰拾万仟佰拾元角分
|
|
64
|
+
* @returns 返回处理后的字符串
|
|
65
|
+
*/
|
|
66
|
+
export declare function verifyNumberCnUppercase(val: any, unit?: string, v?: string): string;
|
|
67
|
+
/**
|
|
68
|
+
* 手机号码
|
|
69
|
+
* @param val 当前值字符串
|
|
70
|
+
* @returns 返回 true: 手机号码正确
|
|
71
|
+
*/
|
|
72
|
+
export declare function verifyPhone(val: string): boolean;
|
|
73
|
+
/**
|
|
74
|
+
* 国内电话号码
|
|
75
|
+
* @param val 当前值字符串
|
|
76
|
+
* @returns 返回 true: 国内电话号码正确
|
|
77
|
+
*/
|
|
78
|
+
export declare function verifyTelPhone(val: string): boolean;
|
|
79
|
+
/**
|
|
80
|
+
* 登录账号 (字母开头,允许5-16字节,允许字母数字下划线)
|
|
81
|
+
* @param val 当前值字符串
|
|
82
|
+
* @returns 返回 true: 登录账号正确
|
|
83
|
+
*/
|
|
84
|
+
export declare function verifyAccount(val: string): boolean;
|
|
85
|
+
/**
|
|
86
|
+
* 密码 (以字母开头,长度在6~16之间,只能包含字母、数字和下划线)
|
|
87
|
+
* @param val 当前值字符串
|
|
88
|
+
* @returns 返回 true: 密码正确
|
|
89
|
+
*/
|
|
90
|
+
export declare function verifyPassword(val: string): boolean;
|
|
91
|
+
/**
|
|
92
|
+
* 混合密码 (字母+数字+可选特殊字符,长度在6-16之间)
|
|
93
|
+
* @param val 当前值字符串
|
|
94
|
+
* @returns 返回 true: 强密码正确
|
|
95
|
+
*/
|
|
96
|
+
export declare function verifyPasswordHybrid(val: string): boolean;
|
|
97
|
+
/**
|
|
98
|
+
* 强密码 (字母+数字+特殊字符,长度在6-16之间)
|
|
99
|
+
* @param val 当前值字符串
|
|
100
|
+
* @returns 返回 true: 强密码正确
|
|
101
|
+
*/
|
|
102
|
+
export declare function verifyPasswordPowerful(val: string): boolean;
|
|
103
|
+
/**
|
|
104
|
+
* 密码强度
|
|
105
|
+
* @param val 当前值字符串
|
|
106
|
+
* @description 弱:纯数字,纯字母,纯特殊字符
|
|
107
|
+
* @description 中:字母+数字,字母+特殊字符,数字+特殊字符
|
|
108
|
+
* @description 强:字母+数字+特殊字符
|
|
109
|
+
* @returns 返回处理后的字符串:弱、中、强
|
|
110
|
+
*/
|
|
111
|
+
export declare function verifyPasswordStrength(val: string): string;
|
|
112
|
+
/**
|
|
113
|
+
* IP地址
|
|
114
|
+
* @param val 当前值字符串
|
|
115
|
+
* @returns 返回 true: IP地址正确
|
|
116
|
+
*/
|
|
117
|
+
export declare function verifyIPAddress(val: string): boolean;
|
|
118
|
+
/**
|
|
119
|
+
* 邮箱
|
|
120
|
+
* @param val 当前值字符串
|
|
121
|
+
* @returns 返回 true: 邮箱正确
|
|
122
|
+
*/
|
|
123
|
+
export declare function verifyEmail(val: string): boolean;
|
|
124
|
+
/**
|
|
125
|
+
* 身份证
|
|
126
|
+
* @param val 当前值字符串
|
|
127
|
+
* @returns 返回 true: 身份证正确
|
|
128
|
+
*/
|
|
129
|
+
export declare function verifyIdCard(val: string): boolean;
|
|
130
|
+
/**
|
|
131
|
+
* 姓名
|
|
132
|
+
* @param val 当前值字符串
|
|
133
|
+
* @returns 返回 true: 姓名正确
|
|
134
|
+
*/
|
|
135
|
+
export declare function verifyFullName(val: string): boolean;
|
|
136
|
+
/**
|
|
137
|
+
* 邮政编码
|
|
138
|
+
* @param val 当前值字符串
|
|
139
|
+
* @returns 返回 true: 邮政编码正确
|
|
140
|
+
*/
|
|
141
|
+
export declare function verifyPostalCode(val: string): boolean;
|
|
142
|
+
/**
|
|
143
|
+
* url 处理
|
|
144
|
+
* @param val 当前值字符串
|
|
145
|
+
* @returns 返回 true: url 正确
|
|
146
|
+
*/
|
|
147
|
+
export declare function verifyUrl(val: string): boolean;
|
|
148
|
+
/**
|
|
149
|
+
* 车牌号
|
|
150
|
+
* @param val 当前值字符串
|
|
151
|
+
* @returns 返回 true:车牌号正确
|
|
152
|
+
*/
|
|
153
|
+
export declare function verifyCarNum(val: string): boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function a(r){let e=r.replace(/(^\s*)|(\s*$)/g,"");return e=e.replace(/[^\d]/g,""),e=e.replace(/^0/g,""),e=e.replace(/^[1-9]\d\d{1,3}$/,"100"),e}function i(r){let e=u(r);return e=e.replace(/^[1-9]\d\d{1,3}$/,"100"),e=e.replace(/^100\.$/,"100"),e}function u(r){let e=r.replace(/(^\s*)|(\s*$)/g,"");return e=e.replace(/[^\d.]/g,""),e=e.replace(/^0{2}$/g,"0"),e=e.replace(/^\./g,""),e=e.replace(".","$#$").replace(/\./g,"").replace("$#$","."),e=e.replace(/^(\-)*(\d+)\.(\d\d).*$/,"$1$2.$3"),e}function s(r){let e=r.replace(/(^\s*)|(\s*$)/g,"");return e=e.replace(/[\.]*/g,""),e=e.replace(/(^0[\d]*)$/g,"0"),e=e.replace(/^0\d$/g,"0"),e=e.replace(/[^\d]/g,""),e}function d(r){let e=r.replace(/[\u4e00-\u9fa5\s]+/g,"");return e=e.replace(/(^\s*)|(\s*$)/g,""),e}function l(r){let e=r.replace(/[a-zA-Z]+/g,"");return e=e.replace(/(^\s*)|(\s*$)/g,""),e}function c(r){return r.replace(/(^\s*)|(\s*$)/g,"")}function o(r){let e=u(r);return e=e.toString().split("."),e[0]=e[0].replace(/\B(?=(\d{3})+(?!\d))/g,","),e=e.join("."),e}function $(r,e="",t="red"){return e.replace(new RegExp(r,"gi"),`<span style='color: ${t}'>${r}</span>`)}function y(r,e="仟佰拾亿仟佰拾万仟佰拾元角分",t=""){r+="00";const f=r.indexOf(".");f>=0&&(r=r.substring(0,f)+r.substr(f+1,2)),e=e.substr(e.length-r.length);for(let n=0;n<r.length;n++)t+="零壹贰叁肆伍陆柒捌玖".substr(r.substr(n,1),1)+e.substr(n,1);return t=t.replace(/零角零分$/,"整").replace(/零[仟佰拾]/g,"零").replace(/零{2,}/g,"零").replace(/零([亿|万])/g,"$1").replace(/零+元/,"元").replace(/亿零{0,3}万/,"亿").replace(/^元/,"零元"),t}function p(r){return!!/^((12[0-9])|(13[0-9])|(14[5|7])|(15([0-3]|[5-9]))|(18[0|1,5-9]))\d{8}$/.test(r)}function v(r){return!!/\d{3}-\d{8}|\d{4}-\d{7}/.test(r)}function g(r){return!!/^[a-zA-Z][a-zA-Z0-9_]{4,15}$/.test(r)}function A(r){return!!/^[a-zA-Z]\w{5,15}$/.test(r)}function z(r){return!!/^(?=.*[a-zA-Z])(?=.*\d)[a-zA-Z\d!@#$%^&.*]{6,16}$/.test(r)}function P(r){return!!/^(?![a-zA-z]+$)(?!\d+$)(?![!@#$%^&\.*]+$)(?![a-zA-z\d]+$)(?![a-zA-z!@#$%^&\.*]+$)(?![\d!@#$%^&\.*]+$)[a-zA-Z\d!@#$%^&\.*]{6,16}$/.test(r)}function m(r){let e="";return/^(?:\d+|[a-zA-Z]+|[!@#$%^&\.*]+){6,16}$/.test(r)&&(e="弱"),/^(?![a-zA-z]+$)(?!\d+$)(?![!@#$%^&\.*]+$)[a-zA-Z\d!@#$%^&\.*]{6,16}$/.test(r)&&(e="中"),/^(?![a-zA-z]+$)(?!\d+$)(?![!@#$%^&\.*]+$)(?![a-zA-z\d]+$)(?![a-zA-z!@#$%^&\.*]+$)(?![\d!@#$%^&\.*]+$)[a-zA-Z\d!@#$%^&\.*]{6,16}$/.test(r)&&(e="强"),e}function b(r){return!!/^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$/.test(r)}function N(r){return!!/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(r)}function Z(r){return!!/^[1-9]\d{5}(18|19|20)\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/.test(r)}function C(r){return!!/^[\u4e00-\u9fa5]{1,6}(·[\u4e00-\u9fa5]{1,6}){0,2}$/.test(r)}function S(r){return!!/^[1-9][0-9]{5}$/.test(r)}function w(r){return!!/^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,})).?)(?::\d{2,5})?(?:[/?#]\S*)?$/i.test(r)}function h(r){return!!/^(([京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领][A-Z](([0-9]{5}[DF])|([DF]([A-HJ-NP-Z0-9])[0-9]{4})))|([京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领][A-Z][A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳使领]))$/.test(r)}exports.verifiyNumberInteger=s;exports.verifyAccount=g;exports.verifyAndSpace=c;exports.verifyCarNum=h;exports.verifyCnAndSpace=d;exports.verifyEmail=N;exports.verifyEnAndSpace=l;exports.verifyFullName=C;exports.verifyIPAddress=b;exports.verifyIdCard=Z;exports.verifyNumberCnUppercase=y;exports.verifyNumberComma=o;exports.verifyNumberIntegerAndFloat=u;exports.verifyNumberPercentage=a;exports.verifyNumberPercentageFloat=i;exports.verifyPassword=A;exports.verifyPasswordHybrid=z;exports.verifyPasswordPowerful=P;exports.verifyPasswordStrength=m;exports.verifyPhone=p;exports.verifyPostalCode=S;exports.verifyTelPhone=v;exports.verifyTextColor=$;exports.verifyUrl=w;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { TreeDataItem as ATreeDataItem } from 'ant-design-vue/es/tree/Tree';
|
|
2
|
+
export interface TreeDataItem extends ATreeDataItem {
|
|
3
|
+
children: any;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* 渲染部门至树形控件
|
|
7
|
+
* @param {Array} depts 所有部门
|
|
8
|
+
* @param {Number | null} parentId 父级部门ID
|
|
9
|
+
* @param {number[]|string[]} keyPath ID路径
|
|
10
|
+
*/
|
|
11
|
+
export declare const formatDept2Tree: (depts: API.SysDeptListResult[], parentId?: number | null, keyPath?: (string | number)[]) => TreeDataItem[];
|
|
12
|
+
/**
|
|
13
|
+
* 渲染菜单至树形控件
|
|
14
|
+
* @param {Array} menus 所有菜单
|
|
15
|
+
* @param {Number | null} parentId 父级菜单ID
|
|
16
|
+
* @param {number[]|string[]} keyPath ID路径
|
|
17
|
+
*/
|
|
18
|
+
export declare const formatMenu2Tree: (menus: API.MenuListResult, parentId?: number | null, keyPath?: (string | number)[]) => TreeDataItem[];
|
|
19
|
+
/**
|
|
20
|
+
* 渲染数据至树形控件
|
|
21
|
+
* @param {Array} data 所有数据
|
|
22
|
+
* @param {string} name 显示的字段
|
|
23
|
+
* @param {Number | null} parentId 父级ID
|
|
24
|
+
* @param {number[]|string[]} keyPath ID路径
|
|
25
|
+
* @param {string} id 递归的主键字段, 默认: Id
|
|
26
|
+
* @param {string} pid 父元素的字段, 默认: ParentId
|
|
27
|
+
*/
|
|
28
|
+
export declare const formatTree: (data: Array<any>, name: string, parentId?: number | null, keyPath?: (string | number)[], id?: string, pid?: string) => TreeDataItem[];
|
|
29
|
+
/**
|
|
30
|
+
* 渲染数据至树形表格
|
|
31
|
+
* @param {Array} data 所有数据
|
|
32
|
+
* @param {number | string | null} parent 最顶级父级元素值
|
|
33
|
+
* @param {number[]|string[]} keyPath ID路径
|
|
34
|
+
* @param {string} id 递归的主键字段, 默认: Id
|
|
35
|
+
* @param {string} pid 父元素的字段, 默认: ParentId
|
|
36
|
+
* @param {boolean} isInit 是否是初始化, 默认: true
|
|
37
|
+
*/
|
|
38
|
+
export declare const formatToTreeTable: (data: Array<any>, parent?: number | string | null, keyPath?: (string | number)[], id?: string, pid?: string, isInit?: boolean) => TreeDataItem[];
|
|
39
|
+
/**
|
|
40
|
+
* 在树中根据ID找child
|
|
41
|
+
* @param {string|number} id
|
|
42
|
+
* @param {any[]} treeData 树形数据
|
|
43
|
+
* @param {string} keyName 指定ID的属性名,默认是id
|
|
44
|
+
* @param {string} children 指定children的属性名,默认是children
|
|
45
|
+
*/
|
|
46
|
+
export declare const findChildById: <T = any>(id: any, treeData?: T[], keyName?: string, children?: string) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=(n,t=null,c=[])=>n.filter(e=>e.parentId===t).map(e=>{const r=c.concat(t||[]),l=s(n,e.id,r);return Object.assign(e,{keyPath:r,title:e.name,key:e.id,value:e.id,formData:e,children:l.length?l:null})}),h=(n,t=null,c=[])=>n.filter(e=>e.parentId===t).map(e=>{const r=c.concat(t||[]),l=h(n,e.id,r);return Object.assign(e,{keyPath:r,title:e.name,key:e.id,value:e.id,formData:e,children:l.length?l:null})}),y=(n,t,c=null,e=[],r="id",l="parentId")=>n.filter(o=>o[l]===c).map(o=>{c===-1&&(c=null);const u=e.concat(c||[]),a=y(n,t,o[r],u,r,l);return Object.assign(o,{keyPath:u,title:o[t],name:o[t],key:o[r],value:o[r],formData:o,children:a.length?a:null})}),T=(n,t=null,c=[],e="id",r="parentId",l=!0)=>{var o;return l&&!n.find(a=>a[r]===t)&&(t=((o=n==null?void 0:n[0])==null?void 0:o[r])||t),n.filter(u=>u[r]===t).map(u=>{const a=c.concat(t||[]),f=T(n,u[e],a,e,r,!1);return Object.assign(u,{keyPath:a,key:u[e],children:f.length?f:null})})},g=(n,t=[],c="id",e="children")=>t.reduce((r,l)=>{var o;if(l[c]===n)return l;if(r)return r;if((o=l[e])!=null&&o.length)return g(n,l[e],c,e)},void 0);exports.findChildById=g;exports.formatDept2Tree=s;exports.formatMenu2Tree=h;exports.formatToTreeTable=T;exports.formatTree=y;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 将对象添加当作参数拼接到URL上面
|
|
3
|
+
* @param baseUrl 需要拼接的url
|
|
4
|
+
* @param obj 参数对象
|
|
5
|
+
* @returns {string} 拼接后的对象
|
|
6
|
+
* 例子:
|
|
7
|
+
* let obj = {a: '3', b: '4'}
|
|
8
|
+
* setObjToUrlParams('www.baidu.com', obj)
|
|
9
|
+
* ==>www.baidu.com?a=3&b=4
|
|
10
|
+
*/
|
|
11
|
+
export declare function setObjToUrlParams(baseUrl: string, obj: object): string;
|
|
12
|
+
/**
|
|
13
|
+
* 将路径中重复的正斜杆替换成单个斜杆隔开的字符串
|
|
14
|
+
* @param path 要处理的路径
|
|
15
|
+
* @returns {string} 将/去重后的结果
|
|
16
|
+
*/
|
|
17
|
+
export declare const uniqueSlash: (path: string) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function o(e,n){let t="",r="";for(const l in n)t+=`${l}=${encodeURIComponent(n[l])}&`;return t=t.replace(/&$/,""),/\?$/.test(e)?r=e+t:r=e.replace(/\/?$/,"?")+t,r}const s=e=>e.replace(/(https?:\/)|(\/)+/g,"$1$2");exports.setObjToUrlParams=o;exports.uniqueSlash=s;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export interface UseBufferStatusOptions {
|
|
2
|
+
/**
|
|
3
|
+
* 自动刷新间隔(毫秒)。默认 0 表示不自动刷新。
|
|
4
|
+
* plcMonitor 用 30000;tagHistory / systemMaintenance 用 0(手动刷新)。
|
|
5
|
+
*/
|
|
6
|
+
autoRefreshMs?: number;
|
|
7
|
+
/** 查询失败时调用。默认空(静默)。 */
|
|
8
|
+
onError?: (err: unknown) => void;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* 标签历史入库缓冲区状态 composable(/api/TagHistory/BufferStatus)。
|
|
12
|
+
*
|
|
13
|
+
* 消除 3 个页面里重复的 pending_count 拉取 + 定时刷新逻辑:
|
|
14
|
+
* - plcMonitor.vue autoRefreshMs=30000
|
|
15
|
+
* - tagHistory.vue 手动刷新
|
|
16
|
+
* - systemMaintenance.vue 手动刷新
|
|
17
|
+
*
|
|
18
|
+
* 用法:
|
|
19
|
+
* ```ts
|
|
20
|
+
* const { pending, loading, updatedAt, refresh } = useBufferStatus({ autoRefreshMs: 30000 })
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function useBufferStatus(options?: UseBufferStatusOptions): {
|
|
24
|
+
/** 待写入条数 */
|
|
25
|
+
pending: import("vue").Ref<number, number>;
|
|
26
|
+
/** 是否正在查询 */
|
|
27
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
28
|
+
/** 上次查询成功时间(本地化字符串) */
|
|
29
|
+
updatedAt: import("vue").Ref<string, string>;
|
|
30
|
+
/** 手动触发一次查询 */
|
|
31
|
+
refresh: () => Promise<void>;
|
|
32
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Blob 文件下载 composable(统一所有"调 API 拿 Blob → 触发浏览器下载"场景)。
|
|
3
|
+
*
|
|
4
|
+
* 设计目标:
|
|
5
|
+
* - 消除 4 个页面(tagHistory / DeviceWorkbench / auditLog / DataQueryTool)里
|
|
6
|
+
* 重复的 URL.createObjectURL + createElement('a') + click + revokeObjectURL 流程。
|
|
7
|
+
* - 内置 loading 状态与错误提示,调用方只需一行代码。
|
|
8
|
+
*
|
|
9
|
+
* 用法:
|
|
10
|
+
* ```ts
|
|
11
|
+
* const { downloading, downloadBlob } = useDownloadBlob()
|
|
12
|
+
* await downloadBlob(() => exportDeviceBundle(id), `device-${id}.zip`)
|
|
13
|
+
* await downloadBlob(Promise.resolve(myCsvBlob), 'audit.csv', { successMsg: '已导出' })
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function useDownloadBlob(): {
|
|
17
|
+
downloading: import("vue").Ref<boolean, boolean>;
|
|
18
|
+
downloadBlob: (source: Blob | Promise<Blob> | (() => Promise<Blob>), filename: string, options?: {
|
|
19
|
+
successMsg?: string;
|
|
20
|
+
errorMsg?: string;
|
|
21
|
+
}) => Promise<boolean>;
|
|
22
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type MaybeRef } from 'vue';
|
|
2
|
+
export interface ExeExecutionInfo {
|
|
3
|
+
deviceId: number | string;
|
|
4
|
+
tagName?: string;
|
|
5
|
+
bizCode?: string;
|
|
6
|
+
success: boolean;
|
|
7
|
+
result?: string | number | null;
|
|
8
|
+
error?: string | null;
|
|
9
|
+
traceId?: string;
|
|
10
|
+
timestamp?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface UseExeSubscriptionOptions {
|
|
13
|
+
/**
|
|
14
|
+
* 命中当前设备的执行完成事件时调用。组件用它触发列表刷新。
|
|
15
|
+
* 不传则只弹通知,不做任何副作用。
|
|
16
|
+
*/
|
|
17
|
+
onChanged?: (info: ExeExecutionInfo) => void;
|
|
18
|
+
/** 是否弹右下角通知(默认 true) */
|
|
19
|
+
notify?: boolean;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* 订阅 PlcHub 推送的 OnExeExecutionCompleted 事件(按 deviceId 分组)。
|
|
23
|
+
*
|
|
24
|
+
* 设计目标:
|
|
25
|
+
* - 把 ExeRulesTab.vue 里那段"acquire + subscribe + 回调过滤 + 通知 + 清理"
|
|
26
|
+
* 抽成可复用 composable,未来 exeExecLog.vue / plcMonitor.vue 都能一行接入。
|
|
27
|
+
* - 重连自动恢复订阅(SignalRConnectionManager 已支持 subscribedExeDevices)。
|
|
28
|
+
*
|
|
29
|
+
* 用法:
|
|
30
|
+
* ```ts
|
|
31
|
+
* useExeSubscription(
|
|
32
|
+
* () => props.deviceId,
|
|
33
|
+
* { onChanged: () => { loadExes(); loadLogs() } },
|
|
34
|
+
* )
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
export declare function useExeSubscription(deviceId: MaybeRef<number | string | undefined>, options?: UseExeSubscriptionOptions): {
|
|
38
|
+
/** 让调用方能在特殊场景下手动重订阅 */
|
|
39
|
+
resubscribe: () => void;
|
|
40
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=[];for(let t=0;t<=15;t++)o[t]=t.toString(16);function n(){let t="";for(let e=1;e<=36;e++)e===9||e===14||e===19||e===24?t+="-":e===15?t+=4:e===20?t+=o[Math.random()*4|8]:t+=o[Math.random()*16|0];return t.replace(/-/g,"")}let i=0;function l(t=""){const e=Date.now(),r=Math.floor(Math.random()*1e9);return i++,`${t}_${r}${i}${String(e)}`}exports.buildShortUUID=l;exports.buildUUID=n;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 是否外链url
|
|
3
|
+
* @param {string} path
|
|
4
|
+
* @returns {Boolean}
|
|
5
|
+
*/
|
|
6
|
+
export declare function isExternal(path: string): boolean;
|
|
7
|
+
/**
|
|
8
|
+
* 是否正确的手机号
|
|
9
|
+
* @param phone 手机号
|
|
10
|
+
* @returns
|
|
11
|
+
*/
|
|
12
|
+
export declare function isPhone(phone: string): boolean;
|
|
13
|
+
/**
|
|
14
|
+
* 是否正确的邮箱
|
|
15
|
+
* @param str 邮箱
|
|
16
|
+
* @returns
|
|
17
|
+
*/
|
|
18
|
+
export declare function isEmail(str: string): boolean;
|
|
19
|
+
/**
|
|
20
|
+
* 是否正确的JSON字符串
|
|
21
|
+
* @param str json
|
|
22
|
+
* @returns
|
|
23
|
+
*/
|
|
24
|
+
export declare function isJson(str: string): boolean;
|
|
25
|
+
/**
|
|
26
|
+
* 判断当前页面的url是否是不需要token的路由地址
|
|
27
|
+
* eg: http://localhost:5002/*dffBgw1CRMM=#/reportQuery/2 返回true
|
|
28
|
+
* @returns true or false
|
|
29
|
+
*/
|
|
30
|
+
export declare function isNotNeedTokenUrl(): boolean;
|
|
31
|
+
/**
|
|
32
|
+
* 判断当前是否竖屏状态(width < height)
|
|
33
|
+
* @returns true or false
|
|
34
|
+
*/
|
|
35
|
+
export declare function isVerticalScreen(): boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function n(t){return/^(http?:|https?:|mailto:|tel:)/.test(t)}function r(t){return/^[1][3,4,5,7,8,9][0-9]{9}$/.test(t)}function i(t){return/^[a-z0-9]+([._\\-]*[a-z0-9])*@([a-z0-9]+[-a-z0-9]*[a-z0-9]+.){1,63}[a-z0-9]+$/.test(t)}function s(t){try{JSON.parse(JSON.stringify(t))}catch{return!1}return!0}function o(){try{const t=location.href.indexOf("/*");if(t<0)return!1;const e=location.href.indexOf("#/");return!(e<0||!location.href.substring(t+2,e))}catch{return!1}}function c(){const t=document.documentElement.clientWidth,e=document.documentElement.clientHeight;return t<e}exports.isEmail=i;exports.isExternal=n;exports.isJson=s;exports.isNotNeedTokenUrl=o;exports.isPhone=r;exports.isVerticalScreen=c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),t=require("../../_virtual/_plugin-vue_export-helper.js"),c={},o={class:"about-placeholder"};function r(s,u){return e.openBlock(),e.createElementBlock("div",o,"About")}const n=t(c,[["render",r]]);module.exports=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),t=require("../../_virtual/_plugin-vue_export-helper.js"),s={},c={class:"settings-placeholder"};function n(o,i){return e.openBlock(),e.createElementBlock("div",c,"Settings")}const r=t(s,[["render",n]]);module.exports=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=;/* empty css */;/* empty css */const r=require("../../../_virtual/_plugin-vue_export-helper.js"),t=r(e,[["__scopeId","data-v-30503c1d"]]);module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),n={class:"shared-frontend-welcome"},o=e.defineComponent({__name:"index",setup(r){return(s,t)=>(e.openBlock(),e.createElementBlock("div",n,[...t[0]||(t[0]=[e.createElementVNode("h1",null,"Welcome",-1),e.createElementVNode("p",null,"This is the default welcome page from shared-frontend.",-1)])]))}});module.exports=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./4042.vue.js");;/* empty css */const _=require("../../_virtual/_plugin-vue_export-helper.js"),r=_(e,[["__scopeId","data-v-ca915d94"]]);module.exports=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),t={class:"shared-frontend-404"},o=e.defineComponent({__name:"404",setup(r){return(s,n)=>(e.openBlock(),e.createElementBlock("div",t,[...n[0]||(n[0]=[e.createElementVNode("h1",null,"404",-1),e.createElementVNode("p",null,"Page not found.",-1)])]))}});module.exports=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),o=require("../../_virtual/_plugin-vue_export-helper.js"),n={},c={class:"comp-not-found-placeholder"};function t(s,u){return e.openBlock(),e.createElementBlock("div",c,"Component Not Found")}const r=o(n,[["render",t]]);module.exports=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=;/* empty css */;/* empty css */const r=require("../../_virtual/_plugin-vue_export-helper.js"),t=r(e,[["__scopeId","data-v-8570a81e"]]);module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),t={class:"shared-frontend-login"},o=e.defineComponent({__name:"index",setup(r){return(s,n)=>(e.openBlock(),e.createElementBlock("div",t,[...n[0]||(n[0]=[e.createElementVNode("h1",null,"Login",-1),e.createElementVNode("p",null,"This is the default login page from shared-frontend.",-1)])]))}});module.exports=o;
|
package/package.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@usethink/shared-frontend",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "@usethink 前端共享库 — Vue 3 工具函数、组件、Hooks、类型与业务能力",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/qwdingyu/shared-frontend.git"
|
|
8
|
+
},
|
|
9
|
+
"type": "module",
|
|
10
|
+
"main": "./dist/index.cjs",
|
|
11
|
+
"module": "./dist/index.js",
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"import": "./dist/index.js",
|
|
16
|
+
"require": "./dist/index.cjs",
|
|
17
|
+
"types": "./dist/index.d.ts"
|
|
18
|
+
},
|
|
19
|
+
"./utils": {
|
|
20
|
+
"import": "./dist/utils/index.js",
|
|
21
|
+
"require": "./dist/utils/index.cjs",
|
|
22
|
+
"types": "./dist/utils/index.d.ts"
|
|
23
|
+
},
|
|
24
|
+
"./components": {
|
|
25
|
+
"import": "./dist/components/index.js",
|
|
26
|
+
"require": "./dist/components/index.cjs",
|
|
27
|
+
"types": "./dist/components/index.d.ts"
|
|
28
|
+
},
|
|
29
|
+
"./hooks": {
|
|
30
|
+
"import": "./dist/hooks/index.js",
|
|
31
|
+
"require": "./dist/hooks/index.cjs",
|
|
32
|
+
"types": "./dist/hooks/index.d.ts"
|
|
33
|
+
},
|
|
34
|
+
"./api": {
|
|
35
|
+
"import": "./dist/api/index.js",
|
|
36
|
+
"require": "./dist/api/index.cjs",
|
|
37
|
+
"types": "./dist/api/index.d.ts"
|
|
38
|
+
},
|
|
39
|
+
"./store": {
|
|
40
|
+
"import": "./dist/store/index.js",
|
|
41
|
+
"require": "./dist/store/index.cjs",
|
|
42
|
+
"types": "./dist/store/index.d.ts"
|
|
43
|
+
},
|
|
44
|
+
"./types": {
|
|
45
|
+
"import": "./dist/types/index.js",
|
|
46
|
+
"require": "./dist/types/index.cjs",
|
|
47
|
+
"types": "./dist/types/index.d.ts"
|
|
48
|
+
},
|
|
49
|
+
"./constants": {
|
|
50
|
+
"import": "./dist/constants/index.js",
|
|
51
|
+
"require": "./dist/constants/index.cjs",
|
|
52
|
+
"types": "./dist/constants/index.d.ts"
|
|
53
|
+
},
|
|
54
|
+
"./enums": {
|
|
55
|
+
"import": "./dist/enums/index.js",
|
|
56
|
+
"require": "./dist/enums/index.cjs",
|
|
57
|
+
"types": "./dist/enums/index.d.ts"
|
|
58
|
+
},
|
|
59
|
+
"./styles/*": "./dist/styles/*",
|
|
60
|
+
"./*": "./dist/*"
|
|
61
|
+
},
|
|
62
|
+
"files": [
|
|
63
|
+
"dist"
|
|
64
|
+
],
|
|
65
|
+
"scripts": {
|
|
66
|
+
"build": "vite build && tsc --emitDeclarationOnly",
|
|
67
|
+
"prepack": "pnpm run build",
|
|
68
|
+
"dev": "vite build --watch",
|
|
69
|
+
"typecheck": "tsc --noEmit",
|
|
70
|
+
"publish": "pnpm exec publish-toolkit publish --package . --registry=https://registry.npmjs.org/ --access=public"
|
|
71
|
+
},
|
|
72
|
+
"keywords": [
|
|
73
|
+
"vue",
|
|
74
|
+
"vue3",
|
|
75
|
+
"frontend",
|
|
76
|
+
"shared-library",
|
|
77
|
+
"usethink",
|
|
78
|
+
"pinia",
|
|
79
|
+
"ant-design-vue"
|
|
80
|
+
],
|
|
81
|
+
"license": "MIT",
|
|
82
|
+
"publishConfig": {
|
|
83
|
+
"access": "public",
|
|
84
|
+
"registry": "https://registry.npmjs.org/"
|
|
85
|
+
},
|
|
86
|
+
"peerDependencies": {
|
|
87
|
+
"@ant-design/icons-vue": ">=7.0.0",
|
|
88
|
+
"@microsoft/signalr": ">=8.0.0",
|
|
89
|
+
"@vueuse/core": ">=10.0.0",
|
|
90
|
+
"ant-design-vue": ">=4.0.0",
|
|
91
|
+
"axios": ">=1.0.0",
|
|
92
|
+
"codemirror": ">=5.0.0",
|
|
93
|
+
"cropperjs": ">=1.0.0",
|
|
94
|
+
"dayjs": ">=1.11.0",
|
|
95
|
+
"echarts": ">=5.0.0",
|
|
96
|
+
"lodash-es": ">=4.17.0",
|
|
97
|
+
"mitt": ">=3.0.0",
|
|
98
|
+
"pinia": ">=2.0.0",
|
|
99
|
+
"tinymce": ">=6.0.0",
|
|
100
|
+
"vue": ">=3.0.0",
|
|
101
|
+
"vue-i18n": ">=9.0.0",
|
|
102
|
+
"vue-router": ">=4.0.0",
|
|
103
|
+
"vue-virtual-scroller": ">=2.0.0",
|
|
104
|
+
"xlsx": ">=0.18.0"
|
|
105
|
+
},
|
|
106
|
+
"dependencies": {
|
|
107
|
+
"file-saver": "^2.0.5",
|
|
108
|
+
"nprogress": "^0.2.0",
|
|
109
|
+
"qs": "^6.15.3",
|
|
110
|
+
"sortablejs": "^1.15.7"
|
|
111
|
+
},
|
|
112
|
+
"devDependencies": {
|
|
113
|
+
"@iconify-json/ant-design": "^1.2.5",
|
|
114
|
+
"@iconify-json/ep": "^1.2.4",
|
|
115
|
+
"@types/lodash-es": "~4.17.12",
|
|
116
|
+
"@types/node": "~20.12.4",
|
|
117
|
+
"@types/qs": "^6.15.1",
|
|
118
|
+
"@usethink/publish-toolkit": "~0.1.13",
|
|
119
|
+
"@vitejs/plugin-vue": "~5.0.4",
|
|
120
|
+
"@vue/tsconfig": "^0.5.1",
|
|
121
|
+
"codemirror": "^5.65.21",
|
|
122
|
+
"less": "^4.6.7",
|
|
123
|
+
"typescript": "~5.4.3",
|
|
124
|
+
"vite": "~5.2.8",
|
|
125
|
+
"vite-plugin-dts": "^3.9.1",
|
|
126
|
+
"vue": "~3.5.34",
|
|
127
|
+
"vue-types": "^7.0.0"
|
|
128
|
+
}
|
|
129
|
+
}
|