yahee-components 0.0.28 → 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/country-platform-shop-condition/country-platform-shop-condition.vue.js +6 -6
- package/es/country-platform-shop-condition/style/index.css +13 -2
- package/es/drop-down-condition/drop-down-condition.vue.js +176 -170
- package/es/drop-down-condition/style/index.css +14 -10
- 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/style.css +27 -45
- package/es/styles/index.css +0 -33
- package/es/utils/translate.js +1 -1
- package/lib/country-platform-shop-condition/style/index.css +13 -2
- package/lib/drop-down-condition/style/index.css +14 -10
- package/lib/style.css +27 -45
- package/lib/styles/index.css +0 -33
- 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
package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/mergeConfig.js
RENAMED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import i from "../utils.js";
|
|
2
2
|
import h from "./AxiosHeaders.js";
|
|
3
3
|
const c = (s) => s instanceof h ? { ...s } : s;
|
|
4
|
-
function C(s,
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
function d(t, e, r) {
|
|
8
|
-
return i.isPlainObject(t) && i.isPlainObject(e) ? i.merge.call({ caseless:
|
|
4
|
+
function C(s, a) {
|
|
5
|
+
a = a || {};
|
|
6
|
+
const u = {};
|
|
7
|
+
function d(t, e, r, o) {
|
|
8
|
+
return i.isPlainObject(t) && i.isPlainObject(e) ? i.merge.call({ caseless: o }, t, e) : i.isPlainObject(e) ? i.merge({}, e) : i.isArray(e) ? e.slice() : e;
|
|
9
9
|
}
|
|
10
|
-
function
|
|
10
|
+
function l(t, e, r, o) {
|
|
11
11
|
if (i.isUndefined(e)) {
|
|
12
12
|
if (!i.isUndefined(t))
|
|
13
|
-
return d(void 0, t, r);
|
|
14
|
-
} else return d(t, e, r);
|
|
13
|
+
return d(void 0, t, r, o);
|
|
14
|
+
} else return d(t, e, r, o);
|
|
15
15
|
}
|
|
16
|
-
function
|
|
16
|
+
function f(t, e) {
|
|
17
17
|
if (!i.isUndefined(e))
|
|
18
18
|
return d(void 0, e);
|
|
19
19
|
}
|
|
@@ -23,16 +23,16 @@ function C(s, o) {
|
|
|
23
23
|
return d(void 0, t);
|
|
24
24
|
} else return d(void 0, e);
|
|
25
25
|
}
|
|
26
|
-
function
|
|
27
|
-
if (r in
|
|
26
|
+
function m(t, e, r) {
|
|
27
|
+
if (r in a)
|
|
28
28
|
return d(t, e);
|
|
29
29
|
if (r in s)
|
|
30
30
|
return d(void 0, t);
|
|
31
31
|
}
|
|
32
32
|
const g = {
|
|
33
|
-
url:
|
|
34
|
-
method:
|
|
35
|
-
data:
|
|
33
|
+
url: f,
|
|
34
|
+
method: f,
|
|
35
|
+
data: f,
|
|
36
36
|
baseURL: n,
|
|
37
37
|
transformRequest: n,
|
|
38
38
|
transformResponse: n,
|
|
@@ -57,13 +57,13 @@ function C(s, o) {
|
|
|
57
57
|
cancelToken: n,
|
|
58
58
|
socketPath: n,
|
|
59
59
|
responseEncoding: n,
|
|
60
|
-
validateStatus:
|
|
61
|
-
headers: (t, e) =>
|
|
60
|
+
validateStatus: m,
|
|
61
|
+
headers: (t, e, r) => l(c(t), c(e), r, !0)
|
|
62
62
|
};
|
|
63
|
-
return i.forEach(Object.keys(Object.assign({}, s,
|
|
64
|
-
const r = g[e] ||
|
|
65
|
-
i.isUndefined(
|
|
66
|
-
}),
|
|
63
|
+
return i.forEach(Object.keys(Object.assign({}, s, a)), function(e) {
|
|
64
|
+
const r = g[e] || l, o = r(s[e], a[e], e);
|
|
65
|
+
i.isUndefined(o) && r !== m || (u[e] = o);
|
|
66
|
+
}), u;
|
|
67
67
|
}
|
|
68
68
|
export {
|
|
69
69
|
C as default
|
|
@@ -0,0 +1,23 @@
|
|
|
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 m(e, c, i) {
|
|
7
|
+
if (!c)
|
|
8
|
+
return e;
|
|
9
|
+
const t = i && i.encode || l;
|
|
10
|
+
f.isFunction(i) && (i = {
|
|
11
|
+
serialize: i
|
|
12
|
+
});
|
|
13
|
+
const n = i && i.serialize;
|
|
14
|
+
let r;
|
|
15
|
+
if (n ? r = n(c, i) : r = f.isURLSearchParams(c) ? c.toString() : new d(c, i).toString(t), r) {
|
|
16
|
+
const a = e.indexOf("#");
|
|
17
|
+
a !== -1 && (e = e.slice(0, a)), e += (e.indexOf("?") === -1 ? "?" : "&") + r;
|
|
18
|
+
}
|
|
19
|
+
return e;
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
m as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import o from "../platform/index.js";
|
|
2
|
+
const n = o.hasStandardBrowserEnv ? /* @__PURE__ */ ((r, e) => (t) => (t = new URL(t, o.origin), r.protocol === t.protocol && r.host === t.host && (e || r.port === t.port)))(
|
|
3
|
+
new URL(o.origin),
|
|
4
|
+
o.navigator && /(msie|trident)/i.test(o.navigator.userAgent)
|
|
5
|
+
) : () => !0;
|
|
6
|
+
export {
|
|
7
|
+
n as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { VERSION as w } from "../env/data.js";
|
|
2
|
+
import s from "../core/AxiosError.js";
|
|
3
|
+
const l = {};
|
|
4
|
+
["object", "boolean", "number", "function", "string", "symbol"].forEach((n, t) => {
|
|
5
|
+
l[n] = function(o) {
|
|
6
|
+
return typeof o === n || "a" + (t < 1 ? "n " : " ") + n;
|
|
7
|
+
};
|
|
8
|
+
});
|
|
9
|
+
const f = {};
|
|
10
|
+
l.transitional = function(t, i, o) {
|
|
11
|
+
function a(r, e) {
|
|
12
|
+
return "[Axios v" + w + "] Transitional option '" + r + "'" + e + (o ? ". " + o : "");
|
|
13
|
+
}
|
|
14
|
+
return (r, e, u) => {
|
|
15
|
+
if (t === !1)
|
|
16
|
+
throw new s(
|
|
17
|
+
a(e, " has been removed" + (i ? " in " + i : "")),
|
|
18
|
+
s.ERR_DEPRECATED
|
|
19
|
+
);
|
|
20
|
+
return i && !f[e] && (f[e] = !0, console.warn(
|
|
21
|
+
a(
|
|
22
|
+
e,
|
|
23
|
+
" has been deprecated since v" + i + " and will be removed in the near future"
|
|
24
|
+
)
|
|
25
|
+
)), t ? t(r, e, u) : !0;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
l.spelling = function(t) {
|
|
29
|
+
return (i, o) => (console.warn(`${o} is likely a misspelling of ${t}`), !0);
|
|
30
|
+
};
|
|
31
|
+
function b(n, t, i) {
|
|
32
|
+
if (typeof n != "object")
|
|
33
|
+
throw new s("options must be an object", s.ERR_BAD_OPTION_VALUE);
|
|
34
|
+
const o = Object.keys(n);
|
|
35
|
+
let a = o.length;
|
|
36
|
+
for (; a-- > 0; ) {
|
|
37
|
+
const r = o[a], e = t[r];
|
|
38
|
+
if (e) {
|
|
39
|
+
const u = n[r], c = u === void 0 || e(u, r, n);
|
|
40
|
+
if (c !== !0)
|
|
41
|
+
throw new s("option " + r + " must be " + c, s.ERR_BAD_OPTION_VALUE);
|
|
42
|
+
continue;
|
|
43
|
+
}
|
|
44
|
+
if (i !== !0)
|
|
45
|
+
throw new s("Unknown option " + r, s.ERR_BAD_OPTION);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
const m = {
|
|
49
|
+
assertOptions: b,
|
|
50
|
+
validators: l
|
|
51
|
+
};
|
|
52
|
+
export {
|
|
53
|
+
m as default
|
|
54
|
+
};
|
package/es/{packages/components → node_modules/.pnpm/lodash@4.17.21}/node_modules/lodash/lodash.js
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { commonjsGlobal as Jr } from "
|
|
2
|
-
import { __module as jt } from "
|
|
1
|
+
import { commonjsGlobal as Jr } from "../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import { __module as jt } from "../../../../../_virtual/lodash2.js";
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
5
5
|
* Lodash <https://lodash.com/>
|
|
@@ -107,7 +107,7 @@ const K = /* @__PURE__ */ b(j, [["render", J], ["__scopeId", "data-v-d3e37633"]]
|
|
|
107
107
|
r("button", {
|
|
108
108
|
class: "retry",
|
|
109
109
|
onClick: m[0] || (m[0] = //@ts-ignore
|
|
110
|
-
(...B) => i.emit
|
|
110
|
+
(...B) => i.emit(...B))
|
|
111
111
|
}, "retry")
|
|
112
112
|
])
|
|
113
113
|
];
|
|
@@ -14,8 +14,8 @@ import se from "./operation-log-dialog.vue.js";
|
|
|
14
14
|
import U from "../_virtual/dayjs.min.js";
|
|
15
15
|
import { M2 as r } from "../utils/translate.js";
|
|
16
16
|
import le from "../annex-upload/annex-upload.vue.js";
|
|
17
|
-
import ie from "../
|
|
18
|
-
/* empty css
|
|
17
|
+
import ie from "../node_modules/.pnpm/v3-infinite-loading@1.3.2/node_modules/v3-infinite-loading/lib/v3-infinite-loading.es.js";
|
|
18
|
+
/* empty css */
|
|
19
19
|
import { insertGlobalnotes as P, findGlobalNotes as re } from "../packages/components/api/log/index.js";
|
|
20
20
|
const de = { class: "yahee-operation-log" }, ce = { class: "d-flex jc-end" }, ue = { class: "content text-color-secondary" }, fe = { class: "date fontSize-12 pull-right text-color-a4" }, pe = { class: "name" }, me = { class: "name" }, ge = { class: "d-flex" }, ve = { class: "content text-color-secondary" }, he = { class: "date fontSize-12 text-color-a4" }, _e = {
|
|
21
21
|
key: 0,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import i from "../../../node_modules/.pnpm/axios@1.7.
|
|
1
|
+
import i from "../../../node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js";
|
|
2
2
|
import { storage as m } from "../../../utils/storage.js";
|
|
3
3
|
import { ElMessageBox as s } from "element-plus";
|
|
4
4
|
import "element-plus/theme-chalk/src/base.scss";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import t from "../../../node_modules/.pnpm/axios@1.7.
|
|
1
|
+
import t from "../../../node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js";
|
|
2
2
|
import { handleChangeRequestHeader as a, handleConfigureAuth as s, handleAuthError as n, handleGeneralError as o, handleNetworkError as u } from "./tool.js";
|
|
3
3
|
t.interceptors.request.use((e) => {
|
|
4
4
|
let r = a(e);
|
|
@@ -2,7 +2,7 @@ import { ElMessage as n } from "element-plus";
|
|
|
2
2
|
import "element-plus/theme-chalk/src/base.scss";
|
|
3
3
|
import "element-plus/theme-chalk/src/badge.scss";
|
|
4
4
|
import "element-plus/theme-chalk/src/message.scss";
|
|
5
|
-
import { AxiosHeaders as a } from "../../../node_modules/.pnpm/axios@1.7.
|
|
5
|
+
import { AxiosHeaders as a } from "../../../node_modules/.pnpm/axios@1.7.9/node_modules/axios/index.js";
|
|
6
6
|
const p = (e) => ({
|
|
7
7
|
...e,
|
|
8
8
|
timeout: 2e4
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import i from "../../../node_modules/.pnpm/axios@1.7.
|
|
1
|
+
import i from "../../../node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js";
|
|
2
2
|
import { storage as l } from "../../../utils/storage.js";
|
|
3
3
|
import { ElMessageBox as a } from "element-plus";
|
|
4
4
|
import "element-plus/theme-chalk/src/base.scss";
|
|
@@ -7,7 +7,7 @@ function u(e, r = !1) {
|
|
|
7
7
|
} else return r ? `https://imgs.yaheecloud.com/${e}` : `https://imgs.yaheecloud.com/Small/${e}`;
|
|
8
8
|
}
|
|
9
9
|
function c(e) {
|
|
10
|
-
return e
|
|
10
|
+
return e.fileId ? `https://imgs.yaheecloud.com/${e.fileId}` : "";
|
|
11
11
|
}
|
|
12
12
|
export {
|
|
13
13
|
u as default,
|
package/es/style.css
CHANGED
|
@@ -115,16 +115,6 @@
|
|
|
115
115
|
padding: 1px 4px;
|
|
116
116
|
height: 22px;
|
|
117
117
|
}
|
|
118
|
-
.yahee-drop-down-condition .custom-button {
|
|
119
|
-
margin-right: 0;
|
|
120
|
-
padding: 1px 4px;
|
|
121
|
-
min-height: 22px;
|
|
122
|
-
height: 22px;
|
|
123
|
-
margin-left: 5px;
|
|
124
|
-
}
|
|
125
|
-
.yahee-drop-down-condition .custom-button.inner-el-button {
|
|
126
|
-
margin-top: 5px;
|
|
127
|
-
}
|
|
128
118
|
.yahee-drop-down-condition .checkbox-group {
|
|
129
119
|
display: flex;
|
|
130
120
|
flex-direction: column;
|
|
@@ -148,6 +138,28 @@
|
|
|
148
138
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
|
|
149
139
|
}
|
|
150
140
|
|
|
141
|
+
.custom-dropdown .checkbox {
|
|
142
|
+
margin-top: 5px;
|
|
143
|
+
}
|
|
144
|
+
.custom-dropdown .custom-button {
|
|
145
|
+
margin-right: 0;
|
|
146
|
+
padding: 1px 4px;
|
|
147
|
+
min-height: 22px;
|
|
148
|
+
height: 22px;
|
|
149
|
+
margin-left: 5px;
|
|
150
|
+
}
|
|
151
|
+
.custom-dropdown .custom-button.inner-el-button {
|
|
152
|
+
margin-top: 5px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.custom-popover .checkbox-group {
|
|
156
|
+
margin: 5px;
|
|
157
|
+
width: 100%;
|
|
158
|
+
}
|
|
159
|
+
.custom-popover .hover-trigger {
|
|
160
|
+
cursor: pointer;
|
|
161
|
+
color: blue;
|
|
162
|
+
}
|
|
151
163
|
.custom-popover .popover-table {
|
|
152
164
|
width: auto;
|
|
153
165
|
border: 1px solid transparent;
|
|
@@ -167,9 +179,13 @@
|
|
|
167
179
|
}
|
|
168
180
|
.custom-popover .popover-table td span {
|
|
169
181
|
display: block;
|
|
170
|
-
margin-bottom: 4px;
|
|
171
182
|
border: 1px solid transparent;
|
|
172
183
|
}
|
|
184
|
+
.custom-popover .custom-total-button {
|
|
185
|
+
margin-right: 0;
|
|
186
|
+
padding: 1px 4px;
|
|
187
|
+
height: 22px;
|
|
188
|
+
}
|
|
173
189
|
|
|
174
190
|
.yahee-country-platform-shop-condition .checkbox-group {
|
|
175
191
|
margin: 5px;
|
|
@@ -185,7 +201,6 @@
|
|
|
185
201
|
height: 22px;
|
|
186
202
|
}
|
|
187
203
|
.yahee-country-platform-shop-condition .custom-button {
|
|
188
|
-
width: 100%;
|
|
189
204
|
min-height: 22px;
|
|
190
205
|
min-width: 50px;
|
|
191
206
|
height: 22px;
|
|
@@ -895,39 +910,6 @@
|
|
|
895
910
|
margin-right: 45px;
|
|
896
911
|
}
|
|
897
912
|
|
|
898
|
-
:root {
|
|
899
|
-
--el-color-primary: #3366cc;
|
|
900
|
-
--el-text-color-regular: #000;
|
|
901
|
-
--primary-color: #3d7eff;
|
|
902
|
-
--success-color: #28c445;
|
|
903
|
-
--error-color: #ff1e1e;
|
|
904
|
-
--warning-color: #ff8746;
|
|
905
|
-
--white-color: #fff;
|
|
906
|
-
--black-color: #000;
|
|
907
|
-
--text-color-primary: #252628;
|
|
908
|
-
--text-color-regular: #1c1c1c;
|
|
909
|
-
--text-color-secondary: #555;
|
|
910
|
-
--text-color-list: #323233;
|
|
911
|
-
--text-color-a4: #a4a4a4;
|
|
912
|
-
--text-color-tag: #737373;
|
|
913
|
-
--text-color-disabled: #eeeef5;
|
|
914
|
-
--border-color-base: #e8ecf2;
|
|
915
|
-
--border-color-light: #e4e7ed;
|
|
916
|
-
--border-color-lighter: #ebeef5;
|
|
917
|
-
--border-color-extra-light: #f2f6fc;
|
|
918
|
-
--bg-color: #f0f3f9;
|
|
919
|
-
--font-size-large: 18px;
|
|
920
|
-
--font-size-medium: 16px;
|
|
921
|
-
--font-size-base: 14px;
|
|
922
|
-
--font-size-small: 12px;
|
|
923
|
-
--font-size-extra-small: 10px;
|
|
924
|
-
--font-family: "Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei",Verdana, arial,"Open Sans", sans-serif;
|
|
925
|
-
--integer-font-family: avenir-heavy, pingfang sc, helvetica neue, arial, sans-serif;
|
|
926
|
-
--box-shadow-base: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
927
|
-
--el-menu-item-height: 40px;
|
|
928
|
-
--el-card-padding: 10px;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
913
|
:root {
|
|
932
914
|
--el-color-primary: var(--primary-color);
|
|
933
915
|
--el-color-primary-light-2: rgba(61, 126, 255, 0.8);
|
package/es/styles/index.css
CHANGED
|
@@ -696,39 +696,6 @@
|
|
|
696
696
|
margin-right: 45px;
|
|
697
697
|
}
|
|
698
698
|
|
|
699
|
-
:root {
|
|
700
|
-
--el-color-primary: #3366cc;
|
|
701
|
-
--el-text-color-regular: #000;
|
|
702
|
-
--primary-color: #3d7eff;
|
|
703
|
-
--success-color: #28c445;
|
|
704
|
-
--error-color: #ff1e1e;
|
|
705
|
-
--warning-color: #ff8746;
|
|
706
|
-
--white-color: #fff;
|
|
707
|
-
--black-color: #000;
|
|
708
|
-
--text-color-primary: #252628;
|
|
709
|
-
--text-color-regular: #1c1c1c;
|
|
710
|
-
--text-color-secondary: #555;
|
|
711
|
-
--text-color-list: #323233;
|
|
712
|
-
--text-color-a4: #a4a4a4;
|
|
713
|
-
--text-color-tag: #737373;
|
|
714
|
-
--text-color-disabled: #eeeef5;
|
|
715
|
-
--border-color-base: #e8ecf2;
|
|
716
|
-
--border-color-light: #e4e7ed;
|
|
717
|
-
--border-color-lighter: #ebeef5;
|
|
718
|
-
--border-color-extra-light: #f2f6fc;
|
|
719
|
-
--bg-color: #f0f3f9;
|
|
720
|
-
--font-size-large: 18px;
|
|
721
|
-
--font-size-medium: 16px;
|
|
722
|
-
--font-size-base: 14px;
|
|
723
|
-
--font-size-small: 12px;
|
|
724
|
-
--font-size-extra-small: 10px;
|
|
725
|
-
--font-family: "Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei",Verdana, arial,"Open Sans", sans-serif;
|
|
726
|
-
--integer-font-family: avenir-heavy, pingfang sc, helvetica neue, arial, sans-serif;
|
|
727
|
-
--box-shadow-base: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
728
|
-
--el-menu-item-height: 40px;
|
|
729
|
-
--el-card-padding: 10px;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
699
|
:root {
|
|
733
700
|
--el-color-primary: var(--primary-color);
|
|
734
701
|
--el-color-primary-light-2: rgba(61, 126, 255, 0.8);
|
package/es/utils/translate.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { sessionStorageProxy as u, storage as s } from "./storage.js";
|
|
2
2
|
import m from "../_virtual/lodash.js";
|
|
3
|
-
import h from "../node_modules/.pnpm/axios@1.7.
|
|
3
|
+
import h from "../node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js";
|
|
4
4
|
import { i18nType as c } from "../static/CommonObject.js";
|
|
5
5
|
import { Get as y } from "../api/server.js";
|
|
6
6
|
const T = (e) => {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
.custom-popover .checkbox-group {
|
|
2
|
+
margin: 5px;
|
|
3
|
+
width: 100%;
|
|
4
|
+
}
|
|
5
|
+
.custom-popover .hover-trigger {
|
|
6
|
+
cursor: pointer;
|
|
7
|
+
color: blue;
|
|
8
|
+
}
|
|
1
9
|
.custom-popover .popover-table {
|
|
2
10
|
width: auto;
|
|
3
11
|
border: 1px solid transparent;
|
|
@@ -17,9 +25,13 @@
|
|
|
17
25
|
}
|
|
18
26
|
.custom-popover .popover-table td span {
|
|
19
27
|
display: block;
|
|
20
|
-
margin-bottom: 4px;
|
|
21
28
|
border: 1px solid transparent;
|
|
22
29
|
}
|
|
30
|
+
.custom-popover .custom-total-button {
|
|
31
|
+
margin-right: 0;
|
|
32
|
+
padding: 1px 4px;
|
|
33
|
+
height: 22px;
|
|
34
|
+
}
|
|
23
35
|
|
|
24
36
|
.yahee-country-platform-shop-condition .checkbox-group {
|
|
25
37
|
margin: 5px;
|
|
@@ -35,7 +47,6 @@
|
|
|
35
47
|
height: 22px;
|
|
36
48
|
}
|
|
37
49
|
.yahee-country-platform-shop-condition .custom-button {
|
|
38
|
-
width: 100%;
|
|
39
50
|
min-height: 22px;
|
|
40
51
|
min-width: 50px;
|
|
41
52
|
height: 22px;
|
|
@@ -11,16 +11,6 @@
|
|
|
11
11
|
padding: 1px 4px;
|
|
12
12
|
height: 22px;
|
|
13
13
|
}
|
|
14
|
-
.yahee-drop-down-condition .custom-button {
|
|
15
|
-
margin-right: 0;
|
|
16
|
-
padding: 1px 4px;
|
|
17
|
-
min-height: 22px;
|
|
18
|
-
height: 22px;
|
|
19
|
-
margin-left: 5px;
|
|
20
|
-
}
|
|
21
|
-
.yahee-drop-down-condition .custom-button.inner-el-button {
|
|
22
|
-
margin-top: 5px;
|
|
23
|
-
}
|
|
24
14
|
.yahee-drop-down-condition .checkbox-group {
|
|
25
15
|
display: flex;
|
|
26
16
|
flex-direction: column;
|
|
@@ -42,4 +32,18 @@
|
|
|
42
32
|
border-radius: 10px;
|
|
43
33
|
background: rgba(0, 0, 0, 0.1);
|
|
44
34
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.custom-dropdown .checkbox {
|
|
38
|
+
margin-top: 5px;
|
|
39
|
+
}
|
|
40
|
+
.custom-dropdown .custom-button {
|
|
41
|
+
margin-right: 0;
|
|
42
|
+
padding: 1px 4px;
|
|
43
|
+
min-height: 22px;
|
|
44
|
+
height: 22px;
|
|
45
|
+
margin-left: 5px;
|
|
46
|
+
}
|
|
47
|
+
.custom-dropdown .custom-button.inner-el-button {
|
|
48
|
+
margin-top: 5px;
|
|
45
49
|
}
|
package/lib/style.css
CHANGED
|
@@ -115,16 +115,6 @@
|
|
|
115
115
|
padding: 1px 4px;
|
|
116
116
|
height: 22px;
|
|
117
117
|
}
|
|
118
|
-
.yahee-drop-down-condition .custom-button {
|
|
119
|
-
margin-right: 0;
|
|
120
|
-
padding: 1px 4px;
|
|
121
|
-
min-height: 22px;
|
|
122
|
-
height: 22px;
|
|
123
|
-
margin-left: 5px;
|
|
124
|
-
}
|
|
125
|
-
.yahee-drop-down-condition .custom-button.inner-el-button {
|
|
126
|
-
margin-top: 5px;
|
|
127
|
-
}
|
|
128
118
|
.yahee-drop-down-condition .checkbox-group {
|
|
129
119
|
display: flex;
|
|
130
120
|
flex-direction: column;
|
|
@@ -148,6 +138,28 @@
|
|
|
148
138
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
|
|
149
139
|
}
|
|
150
140
|
|
|
141
|
+
.custom-dropdown .checkbox {
|
|
142
|
+
margin-top: 5px;
|
|
143
|
+
}
|
|
144
|
+
.custom-dropdown .custom-button {
|
|
145
|
+
margin-right: 0;
|
|
146
|
+
padding: 1px 4px;
|
|
147
|
+
min-height: 22px;
|
|
148
|
+
height: 22px;
|
|
149
|
+
margin-left: 5px;
|
|
150
|
+
}
|
|
151
|
+
.custom-dropdown .custom-button.inner-el-button {
|
|
152
|
+
margin-top: 5px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.custom-popover .checkbox-group {
|
|
156
|
+
margin: 5px;
|
|
157
|
+
width: 100%;
|
|
158
|
+
}
|
|
159
|
+
.custom-popover .hover-trigger {
|
|
160
|
+
cursor: pointer;
|
|
161
|
+
color: blue;
|
|
162
|
+
}
|
|
151
163
|
.custom-popover .popover-table {
|
|
152
164
|
width: auto;
|
|
153
165
|
border: 1px solid transparent;
|
|
@@ -167,9 +179,13 @@
|
|
|
167
179
|
}
|
|
168
180
|
.custom-popover .popover-table td span {
|
|
169
181
|
display: block;
|
|
170
|
-
margin-bottom: 4px;
|
|
171
182
|
border: 1px solid transparent;
|
|
172
183
|
}
|
|
184
|
+
.custom-popover .custom-total-button {
|
|
185
|
+
margin-right: 0;
|
|
186
|
+
padding: 1px 4px;
|
|
187
|
+
height: 22px;
|
|
188
|
+
}
|
|
173
189
|
|
|
174
190
|
.yahee-country-platform-shop-condition .checkbox-group {
|
|
175
191
|
margin: 5px;
|
|
@@ -185,7 +201,6 @@
|
|
|
185
201
|
height: 22px;
|
|
186
202
|
}
|
|
187
203
|
.yahee-country-platform-shop-condition .custom-button {
|
|
188
|
-
width: 100%;
|
|
189
204
|
min-height: 22px;
|
|
190
205
|
min-width: 50px;
|
|
191
206
|
height: 22px;
|
|
@@ -895,39 +910,6 @@
|
|
|
895
910
|
margin-right: 45px;
|
|
896
911
|
}
|
|
897
912
|
|
|
898
|
-
:root {
|
|
899
|
-
--el-color-primary: #3366cc;
|
|
900
|
-
--el-text-color-regular: #000;
|
|
901
|
-
--primary-color: #3d7eff;
|
|
902
|
-
--success-color: #28c445;
|
|
903
|
-
--error-color: #ff1e1e;
|
|
904
|
-
--warning-color: #ff8746;
|
|
905
|
-
--white-color: #fff;
|
|
906
|
-
--black-color: #000;
|
|
907
|
-
--text-color-primary: #252628;
|
|
908
|
-
--text-color-regular: #1c1c1c;
|
|
909
|
-
--text-color-secondary: #555;
|
|
910
|
-
--text-color-list: #323233;
|
|
911
|
-
--text-color-a4: #a4a4a4;
|
|
912
|
-
--text-color-tag: #737373;
|
|
913
|
-
--text-color-disabled: #eeeef5;
|
|
914
|
-
--border-color-base: #e8ecf2;
|
|
915
|
-
--border-color-light: #e4e7ed;
|
|
916
|
-
--border-color-lighter: #ebeef5;
|
|
917
|
-
--border-color-extra-light: #f2f6fc;
|
|
918
|
-
--bg-color: #f0f3f9;
|
|
919
|
-
--font-size-large: 18px;
|
|
920
|
-
--font-size-medium: 16px;
|
|
921
|
-
--font-size-base: 14px;
|
|
922
|
-
--font-size-small: 12px;
|
|
923
|
-
--font-size-extra-small: 10px;
|
|
924
|
-
--font-family: "Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei",Verdana, arial,"Open Sans", sans-serif;
|
|
925
|
-
--integer-font-family: avenir-heavy, pingfang sc, helvetica neue, arial, sans-serif;
|
|
926
|
-
--box-shadow-base: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
927
|
-
--el-menu-item-height: 40px;
|
|
928
|
-
--el-card-padding: 10px;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
913
|
:root {
|
|
932
914
|
--el-color-primary: var(--primary-color);
|
|
933
915
|
--el-color-primary-light-2: rgba(61, 126, 255, 0.8);
|
package/lib/styles/index.css
CHANGED
|
@@ -696,39 +696,6 @@
|
|
|
696
696
|
margin-right: 45px;
|
|
697
697
|
}
|
|
698
698
|
|
|
699
|
-
:root {
|
|
700
|
-
--el-color-primary: #3366cc;
|
|
701
|
-
--el-text-color-regular: #000;
|
|
702
|
-
--primary-color: #3d7eff;
|
|
703
|
-
--success-color: #28c445;
|
|
704
|
-
--error-color: #ff1e1e;
|
|
705
|
-
--warning-color: #ff8746;
|
|
706
|
-
--white-color: #fff;
|
|
707
|
-
--black-color: #000;
|
|
708
|
-
--text-color-primary: #252628;
|
|
709
|
-
--text-color-regular: #1c1c1c;
|
|
710
|
-
--text-color-secondary: #555;
|
|
711
|
-
--text-color-list: #323233;
|
|
712
|
-
--text-color-a4: #a4a4a4;
|
|
713
|
-
--text-color-tag: #737373;
|
|
714
|
-
--text-color-disabled: #eeeef5;
|
|
715
|
-
--border-color-base: #e8ecf2;
|
|
716
|
-
--border-color-light: #e4e7ed;
|
|
717
|
-
--border-color-lighter: #ebeef5;
|
|
718
|
-
--border-color-extra-light: #f2f6fc;
|
|
719
|
-
--bg-color: #f0f3f9;
|
|
720
|
-
--font-size-large: 18px;
|
|
721
|
-
--font-size-medium: 16px;
|
|
722
|
-
--font-size-base: 14px;
|
|
723
|
-
--font-size-small: 12px;
|
|
724
|
-
--font-size-extra-small: 10px;
|
|
725
|
-
--font-family: "Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei",Verdana, arial,"Open Sans", sans-serif;
|
|
726
|
-
--integer-font-family: avenir-heavy, pingfang sc, helvetica neue, arial, sans-serif;
|
|
727
|
-
--box-shadow-base: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
728
|
-
--el-menu-item-height: 40px;
|
|
729
|
-
--el-card-padding: 10px;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
699
|
:root {
|
|
733
700
|
--el-color-primary: var(--primary-color);
|
|
734
701
|
--el-color-primary-light-2: rgba(61, 126, 255, 0.8);
|