yahee-components 0.0.29 → 0.0.30
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/es/_virtual/dayjs.min.js +1 -1
- package/es/_virtual/lodash.js +1 -1
- package/es/api/server.js +1 -1
- package/es/api/tool.js +1 -1
- package/es/complex-search/complex-search.vue.js +159 -133
- package/es/complex-search/props.js +18 -0
- package/es/index.js +14 -12
- package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/Axios.js +51 -48
- package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/mergeConfig.js +20 -20
- package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/env/data.js +1 -1
- package/es/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/buildURL.js +23 -0
- package/es/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isURLSameOrigin.js +8 -0
- package/es/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/validator.js +54 -0
- package/es/{packages/components → node_modules/.pnpm/dayjs@1.11.13}/node_modules/dayjs/dayjs.min.js +1 -1
- package/es/{packages/components → node_modules/.pnpm/lodash@4.17.21}/node_modules/lodash/lodash.js +2 -2
- package/es/{packages/components → node_modules/.pnpm/v3-infinite-loading@1.3.2}/node_modules/v3-infinite-loading/lib/v3-infinite-loading.es.js +1 -1
- package/es/operation-log/operation-log.vue.js +2 -2
- package/es/packages/components/api/log-server.js +1 -1
- package/es/packages/components/api/server.js +1 -1
- package/es/packages/components/api/tool.js +1 -1
- package/es/packages/components/api/upload-server.js +1 -1
- package/es/packages/components/hooks/useImg.js +1 -1
- package/es/utils/translate.js +1 -1
- package/package.json +1 -1
- package/readme.md +249 -0
- package/types/hooks/useClipboard.d.ts +7 -0
- package/types/hooks/useImg.d.ts +10 -0
- package/types/hooks/useImgPath.d.ts +5 -0
- package/types/hooks/useImport.d.ts +11 -0
- package/types/hooks/useUpload.d.ts +12 -0
- package/types/index.d.ts +6 -1341
- package/types/src/annex-upload/annex-upload.d.ts +30 -0
- package/types/src/annex-upload/annex-upload.vue.d.ts +451 -0
- package/types/src/annex-upload/index.d.ts +118 -0
- package/types/src/annex-upload/mimeType.d.ts +2 -0
- package/types/src/api/server.d.ts +6 -0
- package/types/src/api/tool.d.ts +6 -0
- package/types/src/api/types.d.ts +17 -0
- package/types/src/complex-search/complex-search.d.ts +24 -0
- package/types/src/complex-search/complex-search.vue.d.ts +20 -0
- package/types/src/complex-search/index.d.ts +24 -0
- package/types/src/complex-search/props.d.ts +65 -0
- package/types/src/components.d.ts +10 -0
- package/types/src/copy/copy.d.ts +12 -0
- package/types/src/copy/copy.vue.d.ts +22 -0
- package/types/src/copy/index.d.ts +32 -0
- package/types/src/country-platform-shop-condition/country-platform-shop-condition.d.ts +17 -0
- package/types/src/country-platform-shop-condition/country-platform-shop-condition.vue.d.ts +12 -0
- package/types/src/country-platform-shop-condition/index.d.ts +16 -0
- package/types/src/drop-down-condition/drop-down-condition.d.ts +6 -0
- package/types/src/drop-down-condition/drop-down-condition.vue.d.ts +26 -0
- package/types/src/drop-down-condition/index.d.ts +42 -0
- package/types/src/image-upload/image-upload.d.ts +26 -0
- package/types/src/image-upload/image-upload.vue.d.ts +44 -0
- package/types/src/image-upload/index.d.ts +91 -0
- package/types/src/index.d.ts +7 -0
- package/types/src/input/index.d.ts +16 -0
- package/types/src/input/input.d.ts +18 -0
- package/types/src/input/input.vue.d.ts +14 -0
- package/types/src/installs.d.ts +523 -0
- package/types/src/left-condition/index.d.ts +69 -0
- package/types/src/left-condition/left-condition-sub.vue.d.ts +41 -0
- package/types/src/left-condition/left-condition.d.ts +5 -0
- package/types/src/left-condition/left-condition.vue.d.ts +50 -0
- package/types/src/left-condition-enum/index.d.ts +161 -0
- package/types/src/left-condition-enum/left-condition-enum.d.ts +5 -0
- package/types/src/left-condition-enum/left-condition-enum.vue.d.ts +159 -0
- package/types/src/operation-log/index.d.ts +9 -0
- package/types/src/operation-log/operation-log-content.vue.d.ts +24 -0
- package/types/src/operation-log/operation-log-dialog.vue.d.ts +39 -0
- package/types/src/operation-log/operation-log-form.vue.d.ts +19 -0
- package/types/src/operation-log/operation-log.d.ts +11 -0
- package/types/src/operation-log/operation-log.vue.d.ts +6 -0
- package/types/src/shared/hello.d.ts +1 -0
- package/types/src/shared/index.d.ts +2 -0
- package/types/src/shared/typeCheck.d.ts +2 -0
- package/types/src/shared/types/InferVueDefaults.d.ts +7 -0
- package/types/src/shared/types/index.d.ts +1 -0
- package/types/src/static/CommonObject.d.ts +18 -0
- package/types/src/static/CommonVariables.d.ts +4 -0
- package/types/src/utils/config.d.ts +8 -0
- package/types/src/utils/const.d.ts +19 -0
- package/types/src/utils/functions.d.ts +1 -0
- package/types/src/utils/infer-vue-defaults.d.ts +7 -0
- package/types/src/utils/install.d.ts +8 -0
- package/types/src/utils/storage.d.ts +18 -0
- package/types/src/utils/style.d.ts +19 -0
- package/types/src/utils/to-kebab-case.d.ts +1 -0
- package/types/src/utils/translate.d.ts +5 -0
- package/types/src/utils/typescript.d.ts +5 -0
- package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/buildURL.js +0 -19
- package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -37
- package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/validator.js +0 -51
- package/lib/_virtual/_commonjsHelpers.js +0 -1
- package/lib/_virtual/dayjs.min.js +0 -1
- package/lib/_virtual/dayjs.min2.js +0 -1
- package/lib/_virtual/lodash.js +0 -1
- package/lib/_virtual/lodash2.js +0 -1
- package/lib/annex-upload/annex-upload.vue.js +0 -1
- package/lib/annex-upload/annex-upload.vue2.js +0 -1
- package/lib/annex-upload/index.js +0 -1
- package/lib/annex-upload/mimeType.js +0 -1
- package/lib/api/server.js +0 -1
- package/lib/api/tool.js +0 -1
- package/lib/complex-search/complex-search.vue.js +0 -1
- package/lib/complex-search/complex-search.vue2.js +0 -1
- package/lib/complex-search/index.js +0 -1
- package/lib/copy/copy.vue.js +0 -1
- package/lib/copy/copy.vue2.js +0 -1
- package/lib/copy/index.js +0 -1
- package/lib/country-platform-shop-condition/country-platform-shop-condition.vue.js +0 -1
- package/lib/country-platform-shop-condition/country-platform-shop-condition.vue2.js +0 -1
- package/lib/country-platform-shop-condition/index.js +0 -1
- package/lib/drop-down-condition/drop-down-condition.vue.js +0 -1
- package/lib/drop-down-condition/drop-down-condition.vue2.js +0 -1
- package/lib/drop-down-condition/index.js +0 -1
- package/lib/image-upload/image-upload.vue.js +0 -1
- package/lib/image-upload/image-upload.vue2.js +0 -1
- package/lib/image-upload/index.js +0 -1
- package/lib/index.js +0 -1
- package/lib/input/index.js +0 -1
- package/lib/input/input.vue.js +0 -1
- package/lib/input/input.vue2.js +0 -1
- package/lib/installs.js +0 -1
- package/lib/left-condition/index.js +0 -1
- package/lib/left-condition/left-condition-sub.vue.js +0 -1
- package/lib/left-condition/left-condition-sub.vue2.js +0 -1
- package/lib/left-condition/left-condition.vue.js +0 -1
- package/lib/left-condition/left-condition.vue2.js +0 -1
- package/lib/left-condition-enum/index.js +0 -1
- package/lib/left-condition-enum/left-condition-enum.vue.js +0 -1
- package/lib/left-condition-enum/left-condition-enum.vue2.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/index.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/adapters.js +0 -3
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/fetch.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/xhr.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/axios.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/CancelToken.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/CanceledError.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/isCancel.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/Axios.js +0 -2
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/AxiosError.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/AxiosHeaders.js +0 -2
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/InterceptorManager.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/buildFullPath.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/dispatchRequest.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/mergeConfig.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/settle.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/transformData.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/defaults/index.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/defaults/transitional.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/env/data.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/bind.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/buildURL.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/combineURLs.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/composeSignals.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/cookies.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/formDataToJSON.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isAxiosError.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/null.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/parseHeaders.js +0 -2
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/parseProtocol.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/progressEventReducer.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/resolveConfig.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/speedometer.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/spread.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/throttle.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/toFormData.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/trackStream.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/validator.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/index.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/common/utils.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/index.js +0 -1
- package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/utils.js +0 -1
- package/lib/operation-log/index.js +0 -1
- package/lib/operation-log/operation-log-content.vue.js +0 -1
- package/lib/operation-log/operation-log-content.vue2.js +0 -1
- package/lib/operation-log/operation-log-dialog.vue.js +0 -1
- package/lib/operation-log/operation-log-dialog.vue2.js +0 -1
- package/lib/operation-log/operation-log-form.vue.js +0 -1
- package/lib/operation-log/operation-log-form.vue2.js +0 -1
- package/lib/operation-log/operation-log.vue.js +0 -1
- package/lib/operation-log/operation-log.vue2.js +0 -1
- package/lib/packages/components/api/log/index.js +0 -1
- package/lib/packages/components/api/log-server.js +0 -1
- package/lib/packages/components/api/server.js +0 -1
- package/lib/packages/components/api/tool.js +0 -1
- package/lib/packages/components/api/upload-server.js +0 -1
- package/lib/packages/components/assets/images/errorimg.png.js +0 -1
- package/lib/packages/components/assets/images/excel.png.js +0 -1
- package/lib/packages/components/assets/images/file-word.png.js +0 -1
- package/lib/packages/components/assets/images/pdf.png.js +0 -1
- package/lib/packages/components/assets/images/ppt.png.js +0 -1
- package/lib/packages/components/assets/images/vue.svg.js +0 -1
- package/lib/packages/components/hooks/useClipboard.js +0 -1
- package/lib/packages/components/hooks/useImg.js +0 -1
- package/lib/packages/components/hooks/useImgPath.js +0 -1
- package/lib/packages/components/hooks/useImport.js +0 -1
- package/lib/packages/components/hooks/useUpload.js +0 -1
- package/lib/packages/components/node_modules/dayjs/dayjs.min.js +0 -1
- package/lib/packages/components/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -1
- package/lib/packages/components/node_modules/lodash/lodash.js +0 -27
- package/lib/packages/components/node_modules/v3-infinite-loading/lib/v3-infinite-loading.es.js +0 -1
- package/lib/static/CommonObject.js +0 -1
- package/lib/utils/config.js +0 -1
- package/lib/utils/const.js +0 -1
- package/lib/utils/install.js +0 -1
- package/lib/utils/storage.js +0 -1
- package/lib/utils/style.js +0 -1
- package/lib/utils/translate.js +0 -1
- package/lib/yahee-components.css +0 -1
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/index.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/adapters/adapters.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/adapters/fetch.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/adapters/xhr.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/axios.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/cancel/CancelToken.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/cancel/CanceledError.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/cancel/isCancel.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/AxiosError.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/AxiosHeaders.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/InterceptorManager.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/buildFullPath.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/dispatchRequest.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/settle.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/transformData.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/defaults/index.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/defaults/transitional.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/bind.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/combineURLs.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/composeSignals.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/cookies.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/formDataToJSON.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/isAxiosError.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/null.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/parseHeaders.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/parseProtocol.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/progressEventReducer.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/resolveConfig.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/speedometer.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/spread.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/throttle.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/toFormData.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/trackStream.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/index.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/common/utils.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/index.js +0 -0
- /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/utils.js +0 -0
- /package/es/{packages/components → node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.7.2_}/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -0
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { SFCWithInstall } from '../utils/typescript';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { Option } from '../static/CommonObject';
|
|
4
|
+
export declare const YaheeLeftConditionEnum: SFCWithInstall<DefineComponent<ExtractPropTypes<{
|
|
5
|
+
selectList: {
|
|
6
|
+
type: {
|
|
7
|
+
(arrayLength: number): Option[];
|
|
8
|
+
(...items: Option[]): Option[];
|
|
9
|
+
new (arrayLength: number): Option[];
|
|
10
|
+
new (...items: Option[]): Option[];
|
|
11
|
+
isArray(arg: any): arg is any[];
|
|
12
|
+
readonly prototype: any[];
|
|
13
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
14
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
15
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
16
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
17
|
+
of<T>(...items: T[]): T[];
|
|
18
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
19
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
20
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
21
|
+
};
|
|
22
|
+
default: () => Option[];
|
|
23
|
+
};
|
|
24
|
+
countList: {
|
|
25
|
+
type: {
|
|
26
|
+
(arrayLength: number): any[];
|
|
27
|
+
(...items: any[]): any[];
|
|
28
|
+
new (arrayLength: number): any[];
|
|
29
|
+
new (...items: any[]): any[];
|
|
30
|
+
isArray(arg: any): arg is any[];
|
|
31
|
+
readonly prototype: any[];
|
|
32
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
33
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
35
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
36
|
+
of<T>(...items: T[]): T[];
|
|
37
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
38
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
39
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
40
|
+
};
|
|
41
|
+
required: false;
|
|
42
|
+
};
|
|
43
|
+
enumEntity: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
filterKey: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
totalCount: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
required: false;
|
|
54
|
+
};
|
|
55
|
+
noNeedRefreshNumFilterName: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
required: false;
|
|
58
|
+
};
|
|
59
|
+
allIsCheckbox: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
required: false;
|
|
62
|
+
};
|
|
63
|
+
allIsEmpty: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
required: false;
|
|
66
|
+
};
|
|
67
|
+
translateUserId: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
required: false;
|
|
70
|
+
};
|
|
71
|
+
initFilters: {
|
|
72
|
+
type: FunctionConstructor;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
76
|
+
filterChange: (...args: any[]) => void;
|
|
77
|
+
setNoNeedRefreshNumFilterName: (...args: any[]) => void;
|
|
78
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
79
|
+
selectList: {
|
|
80
|
+
type: {
|
|
81
|
+
(arrayLength: number): Option[];
|
|
82
|
+
(...items: Option[]): Option[];
|
|
83
|
+
new (arrayLength: number): Option[];
|
|
84
|
+
new (...items: Option[]): Option[];
|
|
85
|
+
isArray(arg: any): arg is any[];
|
|
86
|
+
readonly prototype: any[];
|
|
87
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
88
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
89
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
90
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
91
|
+
of<T>(...items: T[]): T[];
|
|
92
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
93
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
94
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
95
|
+
};
|
|
96
|
+
default: () => Option[];
|
|
97
|
+
};
|
|
98
|
+
countList: {
|
|
99
|
+
type: {
|
|
100
|
+
(arrayLength: number): any[];
|
|
101
|
+
(...items: any[]): any[];
|
|
102
|
+
new (arrayLength: number): any[];
|
|
103
|
+
new (...items: any[]): any[];
|
|
104
|
+
isArray(arg: any): arg is any[];
|
|
105
|
+
readonly prototype: any[];
|
|
106
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
107
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
108
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
109
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
110
|
+
of<T>(...items: T[]): T[];
|
|
111
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
112
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
113
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
114
|
+
};
|
|
115
|
+
required: false;
|
|
116
|
+
};
|
|
117
|
+
enumEntity: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
121
|
+
filterKey: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
totalCount: {
|
|
126
|
+
type: NumberConstructor;
|
|
127
|
+
required: false;
|
|
128
|
+
};
|
|
129
|
+
noNeedRefreshNumFilterName: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
required: false;
|
|
132
|
+
};
|
|
133
|
+
allIsCheckbox: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
required: false;
|
|
136
|
+
};
|
|
137
|
+
allIsEmpty: {
|
|
138
|
+
type: BooleanConstructor;
|
|
139
|
+
required: false;
|
|
140
|
+
};
|
|
141
|
+
translateUserId: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
required: false;
|
|
144
|
+
};
|
|
145
|
+
initFilters: {
|
|
146
|
+
type: FunctionConstructor;
|
|
147
|
+
required: true;
|
|
148
|
+
};
|
|
149
|
+
}>> & Readonly<{
|
|
150
|
+
onFilterChange?: (...args: any[]) => any;
|
|
151
|
+
onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
|
|
152
|
+
}>, {
|
|
153
|
+
filterKey: string;
|
|
154
|
+
allIsCheckbox: boolean;
|
|
155
|
+
translateUserId: boolean;
|
|
156
|
+
selectList: Option[];
|
|
157
|
+
allIsEmpty: boolean;
|
|
158
|
+
enumEntity: string;
|
|
159
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>> & Record<string, any>;
|
|
160
|
+
export default YaheeLeftConditionEnum;
|
|
161
|
+
export * from './left-condition-enum.vue';
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { Option } from '../static/CommonObject';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
selectList: {
|
|
5
|
+
type: {
|
|
6
|
+
(arrayLength: number): Option[];
|
|
7
|
+
(...items: Option[]): Option[];
|
|
8
|
+
new (arrayLength: number): Option[];
|
|
9
|
+
new (...items: Option[]): Option[];
|
|
10
|
+
isArray(arg: any): arg is any[];
|
|
11
|
+
readonly prototype: any[];
|
|
12
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
of<T>(...items: T[]): T[];
|
|
17
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
18
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
19
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
20
|
+
};
|
|
21
|
+
default: () => Option[];
|
|
22
|
+
};
|
|
23
|
+
countList: {
|
|
24
|
+
type: {
|
|
25
|
+
(arrayLength: number): any[];
|
|
26
|
+
(...items: any[]): any[];
|
|
27
|
+
new (arrayLength: number): any[];
|
|
28
|
+
new (...items: any[]): any[];
|
|
29
|
+
isArray(arg: any): arg is any[];
|
|
30
|
+
readonly prototype: any[];
|
|
31
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
32
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
33
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
34
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
35
|
+
of<T>(...items: T[]): T[];
|
|
36
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
37
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
38
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
39
|
+
};
|
|
40
|
+
required: false;
|
|
41
|
+
};
|
|
42
|
+
enumEntity: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
filterKey: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
totalCount: {
|
|
51
|
+
type: NumberConstructor;
|
|
52
|
+
required: false;
|
|
53
|
+
};
|
|
54
|
+
noNeedRefreshNumFilterName: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
required: false;
|
|
57
|
+
};
|
|
58
|
+
allIsCheckbox: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
required: false;
|
|
61
|
+
};
|
|
62
|
+
allIsEmpty: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
required: false;
|
|
65
|
+
};
|
|
66
|
+
translateUserId: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
required: false;
|
|
69
|
+
};
|
|
70
|
+
initFilters: {
|
|
71
|
+
type: FunctionConstructor;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
75
|
+
filterChange: (...args: any[]) => void;
|
|
76
|
+
setNoNeedRefreshNumFilterName: (...args: any[]) => void;
|
|
77
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
78
|
+
selectList: {
|
|
79
|
+
type: {
|
|
80
|
+
(arrayLength: number): Option[];
|
|
81
|
+
(...items: Option[]): Option[];
|
|
82
|
+
new (arrayLength: number): Option[];
|
|
83
|
+
new (...items: Option[]): Option[];
|
|
84
|
+
isArray(arg: any): arg is any[];
|
|
85
|
+
readonly prototype: any[];
|
|
86
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
87
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
88
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
89
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
90
|
+
of<T>(...items: T[]): T[];
|
|
91
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
92
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
93
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
94
|
+
};
|
|
95
|
+
default: () => Option[];
|
|
96
|
+
};
|
|
97
|
+
countList: {
|
|
98
|
+
type: {
|
|
99
|
+
(arrayLength: number): any[];
|
|
100
|
+
(...items: any[]): any[];
|
|
101
|
+
new (arrayLength: number): any[];
|
|
102
|
+
new (...items: any[]): any[];
|
|
103
|
+
isArray(arg: any): arg is any[];
|
|
104
|
+
readonly prototype: any[];
|
|
105
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
106
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
107
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
108
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
109
|
+
of<T>(...items: T[]): T[];
|
|
110
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
111
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
112
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
113
|
+
};
|
|
114
|
+
required: false;
|
|
115
|
+
};
|
|
116
|
+
enumEntity: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
120
|
+
filterKey: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
totalCount: {
|
|
125
|
+
type: NumberConstructor;
|
|
126
|
+
required: false;
|
|
127
|
+
};
|
|
128
|
+
noNeedRefreshNumFilterName: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
required: false;
|
|
131
|
+
};
|
|
132
|
+
allIsCheckbox: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
required: false;
|
|
135
|
+
};
|
|
136
|
+
allIsEmpty: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
required: false;
|
|
139
|
+
};
|
|
140
|
+
translateUserId: {
|
|
141
|
+
type: BooleanConstructor;
|
|
142
|
+
required: false;
|
|
143
|
+
};
|
|
144
|
+
initFilters: {
|
|
145
|
+
type: FunctionConstructor;
|
|
146
|
+
required: true;
|
|
147
|
+
};
|
|
148
|
+
}>> & Readonly<{
|
|
149
|
+
onFilterChange?: (...args: any[]) => any;
|
|
150
|
+
onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
|
|
151
|
+
}>, {
|
|
152
|
+
filterKey: string;
|
|
153
|
+
allIsCheckbox: boolean;
|
|
154
|
+
translateUserId: boolean;
|
|
155
|
+
selectList: Option[];
|
|
156
|
+
allIsEmpty: boolean;
|
|
157
|
+
enumEntity: string;
|
|
158
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
159
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SFCWithInstall } from '../utils/typescript';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { OperationLogProps } from './operation-log';
|
|
4
|
+
export declare const YaheeOperationLog: SFCWithInstall<DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< OperationLogProps> & Readonly<{}>, {
|
|
5
|
+
projectId: string;
|
|
6
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>;
|
|
7
|
+
export default YaheeOperationLog;
|
|
8
|
+
export * from './operation-log.vue';
|
|
9
|
+
export * from './operation-log';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
info: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => void;
|
|
6
|
+
};
|
|
7
|
+
id: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
default: number;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
12
|
+
info: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
id: {
|
|
17
|
+
type: NumberConstructor;
|
|
18
|
+
default: number;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
|
+
id: number;
|
|
22
|
+
info: Record<string, any>;
|
|
23
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
docInfo: {
|
|
8
|
+
type: PropType<{
|
|
9
|
+
fileUrl: string;
|
|
10
|
+
fileName: string;
|
|
11
|
+
}>;
|
|
12
|
+
default: () => void;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15
|
+
"update:modelValue": (...args: any[]) => void;
|
|
16
|
+
confirmUpload: (...args: any[]) => void;
|
|
17
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
docInfo: {
|
|
23
|
+
type: PropType<{
|
|
24
|
+
fileUrl: string;
|
|
25
|
+
fileName: string;
|
|
26
|
+
}>;
|
|
27
|
+
default: () => void;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{
|
|
30
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
31
|
+
onConfirmUpload?: (...args: any[]) => any;
|
|
32
|
+
}>, {
|
|
33
|
+
modelValue: boolean;
|
|
34
|
+
docInfo: {
|
|
35
|
+
fileUrl: string;
|
|
36
|
+
fileName: string;
|
|
37
|
+
};
|
|
38
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
projectId: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
|
+
filterChange: (...args: any[]) => void;
|
|
9
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
10
|
+
projectId: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{
|
|
15
|
+
onFilterChange?: (...args: any[]) => any;
|
|
16
|
+
}>, {
|
|
17
|
+
projectId: string;
|
|
18
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { OperationLogProps } from './operation-log';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<OperationLogProps> & Readonly<{}>, {
|
|
4
|
+
projectId: string;
|
|
5
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function hello(to?: string): string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type NativeType = null | number | string | boolean | symbol | Function;
|
|
2
|
+
type InferDefault<P, T> = ((props: P) => T & {}) | (T extends NativeType ? T : never);
|
|
3
|
+
/** 推断出 props 默认值的类型 */
|
|
4
|
+
export type InferVueDefaults<T> = {
|
|
5
|
+
[K in keyof T]?: InferDefault<T, T[K]>;
|
|
6
|
+
};
|
|
7
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './InferVueDefaults';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface Option {
|
|
2
|
+
label: string;
|
|
3
|
+
value: string;
|
|
4
|
+
}
|
|
5
|
+
export interface RangeDate {
|
|
6
|
+
BeginTime: string;
|
|
7
|
+
EndTime: string;
|
|
8
|
+
}
|
|
9
|
+
export declare enum DateTimeType {
|
|
10
|
+
Month = "M",
|
|
11
|
+
Day = "d",
|
|
12
|
+
Hour = "h",
|
|
13
|
+
Minute = "m"
|
|
14
|
+
}
|
|
15
|
+
export declare enum i18nType {
|
|
16
|
+
EN = "en",
|
|
17
|
+
CN = "zh-CN"
|
|
18
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TODO:添加权限文档地址
|
|
3
|
+
*/
|
|
4
|
+
export declare enum PERMISSIONS_CODE {
|
|
5
|
+
SaveAutoTransfer = "Yahee.ERP.TOOL.TransferManage.SaveAutoTransfer",// 产品开发-分配认证负责人权限
|
|
6
|
+
SaveAutoTransferFlag = "Yahee.ERP.TOOL.TransferManage.SaveAutoTransferFlag"
|
|
7
|
+
}
|
|
8
|
+
export declare const apiUrl: {
|
|
9
|
+
development: {
|
|
10
|
+
VITE_APP_API_BASEURL: string;
|
|
11
|
+
VITE_APP_API_TOOLS: string;
|
|
12
|
+
VITE_APP_API_REMARK: string;
|
|
13
|
+
};
|
|
14
|
+
production: {
|
|
15
|
+
VITE_APP_API_BASEURL: string;
|
|
16
|
+
VITE_APP_API_TOOLS: string;
|
|
17
|
+
VITE_APP_API_REMARK: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NOOP, toRawType } from '@vue/shared';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type NativeType = null | number | string | boolean | symbol | Function;
|
|
2
|
+
type InferDefault<P, T> = ((props: P) => T & {}) | (T extends NativeType ? T : never);
|
|
3
|
+
/** 推断出 props 默认值的类型 */
|
|
4
|
+
export type InferVueDefaults<T> = {
|
|
5
|
+
[K in keyof T]?: InferDefault<T, T[K]>;
|
|
6
|
+
};
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { App, Directive, Plugin } from 'vue';
|
|
2
|
+
import { SFCInstallWithContext, SFCWithInstall } from './typescript';
|
|
3
|
+
export declare const withInstall: <T, E extends Record<string, any>>(main: T, extra?: E) => SFCWithInstall<T> & E;
|
|
4
|
+
export declare const withInstallFunction: <T>(fn: T, name: string) => SFCInstallWithContext<T>;
|
|
5
|
+
export declare const withInstallDirective: <T extends Directive>(directive: T, name: string) => SFCWithInstall<T>;
|
|
6
|
+
export declare const makeInstaller: (components?: Plugin[]) => {
|
|
7
|
+
install: (app: App) => void;
|
|
8
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 封装操作localstorage本地存储的方法
|
|
3
|
+
*/
|
|
4
|
+
export declare const storage: {
|
|
5
|
+
set(key: string, value: any): void;
|
|
6
|
+
get<T>(key: string): T;
|
|
7
|
+
remove(key: string): void;
|
|
8
|
+
setWithExpireTime(key: string, value: any, expireTime: number): void;
|
|
9
|
+
getWithExpireTime<T>(key: string): T;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* 封装操作sessionStorage本地存储的方法
|
|
13
|
+
*/
|
|
14
|
+
export declare const sessionStorageProxy: {
|
|
15
|
+
set(key: string, value: any): void;
|
|
16
|
+
get<T>(key: string): T;
|
|
17
|
+
remove(key: string): void;
|
|
18
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare function getBackgroundColor(value: boolean): {
|
|
2
|
+
backgroundColor: string;
|
|
3
|
+
color: string;
|
|
4
|
+
borderColor: string;
|
|
5
|
+
} | {
|
|
6
|
+
backgroundColor?: undefined;
|
|
7
|
+
color?: undefined;
|
|
8
|
+
borderColor?: undefined;
|
|
9
|
+
};
|
|
10
|
+
declare function getPriorityColor(priority: string): {
|
|
11
|
+
backgroundColor: string;
|
|
12
|
+
color: string;
|
|
13
|
+
borderColor: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const stylesUtils: {
|
|
16
|
+
getBackgroundColor: typeof getBackgroundColor;
|
|
17
|
+
getPriorityColor: typeof getPriorityColor;
|
|
18
|
+
};
|
|
19
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function toKebabCase(str: string): string;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const M2: (str: string) => string;
|
|
2
|
+
export declare const getAllTranslate: () => Promise<void>;
|
|
3
|
+
export declare function translateEmployeeName(employeeId: string, name?: string): string;
|
|
4
|
+
export declare const initTranslate: () => Promise<void>;
|
|
5
|
+
export declare const isNeedTranslate: () => boolean;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import f from "../utils.js";
|
|
2
|
-
import d from "./AxiosURLSearchParams.js";
|
|
3
|
-
function l(e) {
|
|
4
|
-
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
5
|
-
}
|
|
6
|
-
function s(e, c, i) {
|
|
7
|
-
if (!c)
|
|
8
|
-
return e;
|
|
9
|
-
const a = i && i.encode || l, r = i && i.serialize;
|
|
10
|
-
let n;
|
|
11
|
-
if (r ? n = r(c, i) : n = f.isURLSearchParams(c) ? c.toString() : new d(c, i).toString(a), n) {
|
|
12
|
-
const t = e.indexOf("#");
|
|
13
|
-
t !== -1 && (e = e.slice(0, t)), e += (e.indexOf("?") === -1 ? "?" : "&") + n;
|
|
14
|
-
}
|
|
15
|
-
return e;
|
|
16
|
-
}
|
|
17
|
-
export {
|
|
18
|
-
s as default
|
|
19
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import c from "../utils.js";
|
|
2
|
-
import o from "../platform/index.js";
|
|
3
|
-
const f = o.hasStandardBrowserEnv ? (
|
|
4
|
-
// Standard browser envs have full support of the APIs needed to test
|
|
5
|
-
// whether the request URL is of the same origin as current location.
|
|
6
|
-
function() {
|
|
7
|
-
const n = o.navigator && /(msie|trident)/i.test(o.navigator.userAgent), t = document.createElement("a");
|
|
8
|
-
let e;
|
|
9
|
-
function a(s) {
|
|
10
|
-
let r = s;
|
|
11
|
-
return n && (t.setAttribute("href", r), r = t.href), t.setAttribute("href", r), {
|
|
12
|
-
href: t.href,
|
|
13
|
-
protocol: t.protocol ? t.protocol.replace(/:$/, "") : "",
|
|
14
|
-
host: t.host,
|
|
15
|
-
search: t.search ? t.search.replace(/^\?/, "") : "",
|
|
16
|
-
hash: t.hash ? t.hash.replace(/^#/, "") : "",
|
|
17
|
-
hostname: t.hostname,
|
|
18
|
-
port: t.port,
|
|
19
|
-
pathname: t.pathname.charAt(0) === "/" ? t.pathname : "/" + t.pathname
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
return e = a(window.location.href), function(r) {
|
|
23
|
-
const i = c.isString(r) ? a(r) : r;
|
|
24
|
-
return i.protocol === e.protocol && i.host === e.host;
|
|
25
|
-
};
|
|
26
|
-
}()
|
|
27
|
-
) : (
|
|
28
|
-
// Non standard browser envs (web workers, react-native) lack needed support.
|
|
29
|
-
/* @__PURE__ */ function() {
|
|
30
|
-
return function() {
|
|
31
|
-
return !0;
|
|
32
|
-
};
|
|
33
|
-
}()
|
|
34
|
-
);
|
|
35
|
-
export {
|
|
36
|
-
f as default
|
|
37
|
-
};
|