giime 0.1.7 → 0.1.9
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/dist/index.css +18 -13
- package/es/api/basic/controller/default/index.d.ts +26 -26
- package/es/api/basic/controller/default/index.mjs +26 -26
- package/{lib/api/basic/controller/default/postBasicV1CountryList.d.ts → es/api/basic/controller/default/postCommonV1CountryList.d.ts} +5 -5
- package/es/api/basic/controller/default/postCommonV1CountryList.mjs +8 -0
- package/es/api/basic/controller/default/postCommonV1CountryList.mjs.map +1 -0
- package/{lib/api/basic/controller/default/postBasicV1CurrencyList.d.ts → es/api/basic/controller/default/postCommonV1CurrencyList.d.ts} +6 -6
- package/es/api/basic/controller/default/postCommonV1CurrencyList.mjs +8 -0
- package/es/api/basic/controller/default/postCommonV1CurrencyList.mjs.map +1 -0
- package/{lib/api/basic/controller/default/postBasicV1ExchangeRateList.d.ts → es/api/basic/controller/default/postCommonV1ExchangeRateList.d.ts} +6 -6
- package/es/api/basic/controller/default/postCommonV1ExchangeRateList.mjs +8 -0
- package/es/api/basic/controller/default/postCommonV1ExchangeRateList.mjs.map +1 -0
- package/es/api/basic/controller/default/{postBasicV1SystemList.d.ts → postCommonV1SystemList.d.ts} +5 -5
- package/es/api/basic/controller/default/postCommonV1SystemList.mjs +8 -0
- package/es/api/basic/controller/default/postCommonV1SystemList.mjs.map +1 -0
- package/{lib/api/basic/controller/default/postBasicV1CategoryList.d.ts → es/api/basic/controller/default/postProductV1CategoryList.d.ts} +10 -10
- package/es/api/basic/controller/default/postProductV1CategoryList.mjs +8 -0
- package/es/api/basic/controller/default/postProductV1CategoryList.mjs.map +1 -0
- package/es/api/basic/controller/default/{postBasicV1ProductList.d.ts → postProductV1ProductList.d.ts} +8 -8
- package/es/api/basic/controller/default/postProductV1ProductList.mjs +8 -0
- package/es/api/basic/controller/default/postProductV1ProductList.mjs.map +1 -0
- package/es/api/basic/controller/default/{postBasicV1SalesList.d.ts → postProductV1SalesList.d.ts} +8 -8
- package/es/api/basic/controller/default/postProductV1SalesList.mjs +8 -0
- package/es/api/basic/controller/default/postProductV1SalesList.mjs.map +1 -0
- package/es/api/basic/controller/default/{postBasicV1AreaList.d.ts → postUserCenterV1AreaList.d.ts} +6 -6
- package/es/api/basic/controller/default/postUserCenterV1AreaList.mjs +8 -0
- package/es/api/basic/controller/default/postUserCenterV1AreaList.mjs.map +1 -0
- package/es/api/basic/controller/default/{postBasicV1EmployeeList.d.ts → postUserCenterV1EmployeeList.d.ts} +10 -10
- package/es/api/basic/controller/default/postUserCenterV1EmployeeList.mjs +8 -0
- package/es/api/basic/controller/default/postUserCenterV1EmployeeList.mjs.map +1 -0
- package/{lib/api/basic/controller/default/postBasicV1MenuList.d.ts → es/api/basic/controller/default/postUserCenterV1MenuList.d.ts} +10 -10
- package/es/api/basic/controller/default/postUserCenterV1MenuList.mjs +8 -0
- package/es/api/basic/controller/default/postUserCenterV1MenuList.mjs.map +1 -0
- package/{lib/api/basic/controller/default/postBasicV1OrgList.d.ts → es/api/basic/controller/default/postUserCenterV1OrgList.d.ts} +5 -5
- package/es/api/basic/controller/default/postUserCenterV1OrgList.mjs +8 -0
- package/es/api/basic/controller/default/postUserCenterV1OrgList.mjs.map +1 -0
- package/{lib/api/basic/controller/default/postBasicV1OrgTreeList.d.ts → es/api/basic/controller/default/postUserCenterV1OrgTreeList.d.ts} +14 -14
- package/es/api/basic/controller/default/postUserCenterV1OrgTreeList.mjs +8 -0
- package/es/api/basic/controller/default/postUserCenterV1OrgTreeList.mjs.map +1 -0
- package/{lib/api/basic/controller/default/postBasicV1RoleList.d.ts → es/api/basic/controller/default/postUserCenterV1RoleList.d.ts} +5 -5
- package/es/api/basic/controller/default/postUserCenterV1RoleList.mjs +8 -0
- package/es/api/basic/controller/default/postUserCenterV1RoleList.mjs.map +1 -0
- package/{lib/api/basic/controller/default/usePostBasicV1CountryList.d.ts → es/api/basic/controller/default/usePostCommonV1CountryList.d.ts} +3 -3
- package/es/api/basic/controller/default/{usePostBasicV1RoleList.mjs → usePostCommonV1CountryList.mjs} +4 -4
- package/es/api/basic/controller/default/usePostCommonV1CountryList.mjs.map +1 -0
- package/{lib/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts → es/api/basic/controller/default/usePostCommonV1CurrencyList.d.ts} +4 -4
- package/es/api/basic/controller/default/{usePostBasicV1CategoryList.mjs → usePostCommonV1CurrencyList.mjs} +4 -4
- package/es/api/basic/controller/default/usePostCommonV1CurrencyList.mjs.map +1 -0
- package/es/api/basic/controller/default/{usePostBasicV1ExchangeRateList.d.ts → usePostCommonV1ExchangeRateList.d.ts} +4 -4
- package/es/api/basic/controller/default/usePostCommonV1ExchangeRateList.mjs +18 -0
- package/es/api/basic/controller/default/usePostCommonV1ExchangeRateList.mjs.map +1 -0
- package/es/api/basic/controller/default/{usePostBasicV1SystemList.d.ts → usePostCommonV1SystemList.d.ts} +3 -3
- package/es/api/basic/controller/default/{usePostBasicV1CountryList.mjs → usePostCommonV1SystemList.mjs} +4 -4
- package/es/api/basic/controller/default/{usePostBasicV1CountryList.mjs.map → usePostCommonV1SystemList.mjs.map} +1 -1
- package/{lib/api/basic/controller/default/usePostBasicV1CategoryList.d.ts → es/api/basic/controller/default/usePostProductV1CategoryList.d.ts} +4 -4
- package/es/api/basic/controller/default/usePostProductV1CategoryList.mjs +18 -0
- package/es/api/basic/controller/default/usePostProductV1CategoryList.mjs.map +1 -0
- package/es/api/basic/controller/default/{usePostBasicV1ProductList.d.ts → usePostProductV1ProductList.d.ts} +4 -4
- package/es/api/basic/controller/default/{usePostBasicV1AreaList.mjs → usePostProductV1ProductList.mjs} +4 -4
- package/es/api/basic/controller/default/usePostProductV1ProductList.mjs.map +1 -0
- package/es/api/basic/controller/default/{usePostBasicV1SalesList.d.ts → usePostProductV1SalesList.d.ts} +4 -4
- package/es/api/basic/controller/default/{usePostBasicV1MenuList.mjs → usePostProductV1SalesList.mjs} +4 -4
- package/es/api/basic/controller/default/{usePostBasicV1ProductList.mjs.map → usePostProductV1SalesList.mjs.map} +1 -1
- package/{lib/api/basic/controller/default/usePostBasicV1AreaList.d.ts → es/api/basic/controller/default/usePostUserCenterV1AreaList.d.ts} +4 -4
- package/es/api/basic/controller/default/{usePostBasicV1EmployeeList.mjs → usePostUserCenterV1AreaList.mjs} +4 -4
- package/es/api/basic/controller/default/usePostUserCenterV1AreaList.mjs.map +1 -0
- package/es/api/basic/controller/default/{usePostBasicV1EmployeeList.d.ts → usePostUserCenterV1EmployeeList.d.ts} +4 -4
- package/es/api/basic/controller/default/usePostUserCenterV1EmployeeList.mjs +18 -0
- package/es/api/basic/controller/default/usePostUserCenterV1EmployeeList.mjs.map +1 -0
- package/es/api/basic/controller/default/{usePostBasicV1MenuList.d.ts → usePostUserCenterV1MenuList.d.ts} +4 -4
- package/es/api/basic/controller/default/{usePostBasicV1CurrencyList.mjs → usePostUserCenterV1MenuList.mjs} +4 -4
- package/es/api/basic/controller/default/usePostUserCenterV1MenuList.mjs.map +1 -0
- package/es/api/basic/controller/default/{usePostBasicV1OrgList.d.ts → usePostUserCenterV1OrgList.d.ts} +3 -3
- package/es/api/basic/controller/default/{usePostBasicV1SystemList.mjs → usePostUserCenterV1OrgList.mjs} +4 -4
- package/es/api/basic/controller/default/usePostUserCenterV1OrgList.mjs.map +1 -0
- package/es/api/basic/controller/default/{usePostBasicV1OrgTreeList.d.ts → usePostUserCenterV1OrgTreeList.d.ts} +4 -4
- package/es/api/basic/controller/default/usePostUserCenterV1OrgTreeList.mjs +18 -0
- package/es/api/basic/controller/default/usePostUserCenterV1OrgTreeList.mjs.map +1 -0
- package/es/api/basic/controller/default/{usePostBasicV1RoleList.d.ts → usePostUserCenterV1RoleList.d.ts} +3 -3
- package/es/api/basic/controller/default/{usePostBasicV1OrgList.mjs → usePostUserCenterV1RoleList.mjs} +4 -4
- package/es/api/basic/controller/default/usePostUserCenterV1RoleList.mjs.map +1 -0
- package/es/api/basic/controller/index.mjs +26 -26
- package/es/api/basic/index.mjs +26 -26
- package/es/api/basic/request.mjs +2 -2
- package/es/api/basic/request.mjs.map +1 -1
- package/es/api/index.mjs +26 -26
- package/es/components/index.mjs +1 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/src/base/index.d.ts +1 -0
- package/es/components/src/base/index.mjs +1 -0
- package/es/components/src/base/index.mjs.map +1 -1
- package/es/components/src/base/rangeNumber/index.d.ts +35 -0
- package/es/components/src/base/rangeNumber/index.mjs +8 -0
- package/es/components/src/base/rangeNumber/index.mjs.map +1 -0
- package/es/components/src/base/rangeNumber/rangeNumber.d.ts +23 -0
- package/es/components/src/base/rangeNumber/rangeNumber.mjs +29 -0
- package/es/components/src/base/rangeNumber/rangeNumber.mjs.map +1 -0
- package/es/components/src/base/rangeNumber/rangeNumber.vue.d.ts +32 -0
- package/es/components/src/base/rangeNumber/rangeNumber.vue.mjs +8 -0
- package/es/components/src/base/rangeNumber/rangeNumber.vue.mjs.map +1 -0
- package/es/components/src/base/rangeNumber/rangeNumber.vue2.mjs +75 -0
- package/es/components/src/base/rangeNumber/rangeNumber.vue2.mjs.map +1 -0
- package/es/components/src/base/rangeNumber/rangeNumber.vue3.mjs +4 -0
- package/es/components/src/base/rangeNumber/rangeNumber.vue3.mjs.map +1 -0
- package/es/components/src/base/status/status.vue2.mjs +4 -8
- package/es/components/src/base/status/status.vue2.mjs.map +1 -1
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs +2 -0
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
- package/es/components/src/composite/operateButton/OperateButton.vue.d.ts +15 -0
- package/es/components/src/composite/operateButton/OperateButton.vue2.mjs +4 -2
- package/es/components/src/composite/operateButton/OperateButton.vue2.mjs.map +1 -1
- package/es/components/src/composite/operateButton/index.d.ts +15 -0
- package/es/components/src/composite/operateButton/operateButton.d.ts +7 -1
- package/es/components/src/composite/operateButton/operateButton.mjs +7 -0
- package/es/components/src/composite/operateButton/operateButton.mjs.map +1 -1
- package/es/components/src/composite/tablePro/TableOperateVNodeRenderer.mjs +4 -2
- package/es/components/src/composite/tablePro/TableOperateVNodeRenderer.mjs.map +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +30 -30
- package/es/components/src/composite/tablePro/TablePro.vue.mjs +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs +19 -38
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/TableProEditSlot.vue.d.ts +49 -0
- package/es/components/src/composite/tablePro/TableProEditSlot.vue.mjs +7 -0
- package/es/components/src/composite/tablePro/TableProEditSlot.vue.mjs.map +1 -0
- package/es/components/src/composite/tablePro/TableProEditSlot.vue2.mjs +61 -0
- package/es/components/src/composite/tablePro/TableProEditSlot.vue2.mjs.map +1 -0
- package/es/giime/index.mjs +8 -1
- package/es/giime/index.mjs.map +1 -1
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/es/hooks/index.mjs +7 -1
- package/es/hooks/index.mjs.map +1 -1
- package/es/hooks/store/common/index.d.ts +3 -0
- package/es/hooks/store/common/index.mjs +4 -0
- package/es/hooks/store/{basic → common}/index.mjs.map +1 -1
- package/es/hooks/store/common/useCountryList/index.d.ts +16 -0
- package/es/hooks/store/common/useCountryList/index.mjs +31 -0
- package/es/hooks/store/common/useCountryList/index.mjs.map +1 -0
- package/es/hooks/store/{useCurrencyList → common/useCurrencyList}/index.d.ts +5 -5
- package/es/hooks/store/common/useCurrencyList/index.mjs +31 -0
- package/es/hooks/store/common/useCurrencyList/index.mjs.map +1 -0
- package/es/hooks/store/common/useSystemList/index.d.ts +80 -0
- package/es/hooks/store/common/useSystemList/index.mjs +26 -0
- package/es/hooks/store/common/useSystemList/index.mjs.map +1 -0
- package/es/hooks/store/index.d.ts +2 -2
- package/es/hooks/store/index.mjs +9 -2
- package/es/hooks/store/index.mjs.map +1 -1
- package/es/hooks/store/useLogin/index.d.ts +7 -1
- package/es/hooks/store/useLogin/index.mjs +5 -1
- package/es/hooks/store/useLogin/index.mjs.map +1 -1
- package/es/hooks/store/userCenter/index.d.ts +4 -0
- package/es/hooks/store/userCenter/index.mjs +5 -0
- package/es/hooks/store/userCenter/index.mjs.map +1 -0
- package/es/hooks/store/userCenter/useAreaList/index.d.ts +89 -0
- package/es/hooks/store/userCenter/useAreaList/index.mjs +26 -0
- package/es/hooks/store/userCenter/useAreaList/index.mjs.map +1 -0
- package/es/hooks/store/userCenter/useOrgList/index.d.ts +16 -0
- package/es/hooks/store/userCenter/useOrgList/index.mjs +31 -0
- package/es/hooks/store/userCenter/useOrgList/index.mjs.map +1 -0
- package/es/hooks/store/userCenter/useOrgTreeList/index.d.ts +449 -0
- package/es/hooks/store/userCenter/useOrgTreeList/index.mjs +26 -0
- package/es/hooks/store/userCenter/useOrgTreeList/index.mjs.map +1 -0
- package/es/hooks/store/userCenter/useRoleList/index.d.ts +16 -0
- package/es/hooks/store/userCenter/useRoleList/index.mjs +31 -0
- package/es/hooks/store/userCenter/useRoleList/index.mjs.map +1 -0
- package/es/index.css +18 -13
- package/es/utils/src/http/createAxios.mjs +4 -2
- package/es/utils/src/http/createAxios.mjs.map +1 -1
- package/es/utils/src/http/interceptors.mjs +2 -0
- package/es/utils/src/http/interceptors.mjs.map +1 -1
- package/lib/api/basic/controller/default/index.d.ts +26 -26
- package/lib/api/basic/controller/default/index.js +52 -52
- package/{es/api/basic/controller/default/postBasicV1CountryList.d.ts → lib/api/basic/controller/default/postCommonV1CountryList.d.ts} +5 -5
- package/lib/api/basic/controller/default/postCommonV1CountryList.js +10 -0
- package/lib/api/basic/controller/default/postCommonV1CountryList.js.map +1 -0
- package/{es/api/basic/controller/default/postBasicV1CurrencyList.d.ts → lib/api/basic/controller/default/postCommonV1CurrencyList.d.ts} +6 -6
- package/lib/api/basic/controller/default/postCommonV1CurrencyList.js +10 -0
- package/lib/api/basic/controller/default/postCommonV1CurrencyList.js.map +1 -0
- package/{es/api/basic/controller/default/postBasicV1ExchangeRateList.d.ts → lib/api/basic/controller/default/postCommonV1ExchangeRateList.d.ts} +6 -6
- package/lib/api/basic/controller/default/postCommonV1ExchangeRateList.js +10 -0
- package/lib/api/basic/controller/default/postCommonV1ExchangeRateList.js.map +1 -0
- package/lib/api/basic/controller/default/{postBasicV1SystemList.d.ts → postCommonV1SystemList.d.ts} +5 -5
- package/lib/api/basic/controller/default/postCommonV1SystemList.js +10 -0
- package/lib/api/basic/controller/default/postCommonV1SystemList.js.map +1 -0
- package/{es/api/basic/controller/default/postBasicV1CategoryList.d.ts → lib/api/basic/controller/default/postProductV1CategoryList.d.ts} +10 -10
- package/lib/api/basic/controller/default/postProductV1CategoryList.js +10 -0
- package/lib/api/basic/controller/default/postProductV1CategoryList.js.map +1 -0
- package/lib/api/basic/controller/default/{postBasicV1ProductList.d.ts → postProductV1ProductList.d.ts} +8 -8
- package/lib/api/basic/controller/default/postProductV1ProductList.js +10 -0
- package/lib/api/basic/controller/default/postProductV1ProductList.js.map +1 -0
- package/lib/api/basic/controller/default/{postBasicV1SalesList.d.ts → postProductV1SalesList.d.ts} +8 -8
- package/lib/api/basic/controller/default/postProductV1SalesList.js +10 -0
- package/lib/api/basic/controller/default/postProductV1SalesList.js.map +1 -0
- package/lib/api/basic/controller/default/{postBasicV1AreaList.d.ts → postUserCenterV1AreaList.d.ts} +6 -6
- package/lib/api/basic/controller/default/postUserCenterV1AreaList.js +10 -0
- package/lib/api/basic/controller/default/postUserCenterV1AreaList.js.map +1 -0
- package/lib/api/basic/controller/default/{postBasicV1EmployeeList.d.ts → postUserCenterV1EmployeeList.d.ts} +10 -10
- package/lib/api/basic/controller/default/postUserCenterV1EmployeeList.js +10 -0
- package/lib/api/basic/controller/default/postUserCenterV1EmployeeList.js.map +1 -0
- package/{es/api/basic/controller/default/postBasicV1MenuList.d.ts → lib/api/basic/controller/default/postUserCenterV1MenuList.d.ts} +10 -10
- package/lib/api/basic/controller/default/postUserCenterV1MenuList.js +10 -0
- package/lib/api/basic/controller/default/postUserCenterV1MenuList.js.map +1 -0
- package/{es/api/basic/controller/default/postBasicV1OrgList.d.ts → lib/api/basic/controller/default/postUserCenterV1OrgList.d.ts} +5 -5
- package/lib/api/basic/controller/default/postUserCenterV1OrgList.js +10 -0
- package/lib/api/basic/controller/default/postUserCenterV1OrgList.js.map +1 -0
- package/{es/api/basic/controller/default/postBasicV1OrgTreeList.d.ts → lib/api/basic/controller/default/postUserCenterV1OrgTreeList.d.ts} +14 -14
- package/lib/api/basic/controller/default/postUserCenterV1OrgTreeList.js +10 -0
- package/lib/api/basic/controller/default/postUserCenterV1OrgTreeList.js.map +1 -0
- package/{es/api/basic/controller/default/postBasicV1RoleList.d.ts → lib/api/basic/controller/default/postUserCenterV1RoleList.d.ts} +5 -5
- package/lib/api/basic/controller/default/postUserCenterV1RoleList.js +10 -0
- package/lib/api/basic/controller/default/postUserCenterV1RoleList.js.map +1 -0
- package/{es/api/basic/controller/default/usePostBasicV1CountryList.d.ts → lib/api/basic/controller/default/usePostCommonV1CountryList.d.ts} +3 -3
- package/lib/api/basic/controller/default/{usePostBasicV1SystemList.js → usePostCommonV1CountryList.js} +4 -4
- package/lib/api/basic/controller/default/usePostCommonV1CountryList.js.map +1 -0
- package/{es/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts → lib/api/basic/controller/default/usePostCommonV1CurrencyList.d.ts} +4 -4
- package/lib/api/basic/controller/default/{usePostBasicV1CategoryList.js → usePostCommonV1CurrencyList.js} +4 -4
- package/lib/api/basic/controller/default/usePostCommonV1CurrencyList.js.map +1 -0
- package/lib/api/basic/controller/default/{usePostBasicV1ExchangeRateList.d.ts → usePostCommonV1ExchangeRateList.d.ts} +4 -4
- package/lib/api/basic/controller/default/usePostCommonV1ExchangeRateList.js +20 -0
- package/lib/api/basic/controller/default/usePostCommonV1ExchangeRateList.js.map +1 -0
- package/lib/api/basic/controller/default/{usePostBasicV1SystemList.d.ts → usePostCommonV1SystemList.d.ts} +3 -3
- package/lib/api/basic/controller/default/{usePostBasicV1RoleList.js → usePostCommonV1SystemList.js} +4 -4
- package/lib/api/basic/controller/default/{usePostBasicV1CountryList.js.map → usePostCommonV1SystemList.js.map} +1 -1
- package/{es/api/basic/controller/default/usePostBasicV1CategoryList.d.ts → lib/api/basic/controller/default/usePostProductV1CategoryList.d.ts} +4 -4
- package/lib/api/basic/controller/default/usePostProductV1CategoryList.js +20 -0
- package/lib/api/basic/controller/default/usePostProductV1CategoryList.js.map +1 -0
- package/lib/api/basic/controller/default/{usePostBasicV1ProductList.d.ts → usePostProductV1ProductList.d.ts} +4 -4
- package/lib/api/basic/controller/default/{usePostBasicV1EmployeeList.js → usePostProductV1ProductList.js} +4 -4
- package/lib/api/basic/controller/default/usePostProductV1ProductList.js.map +1 -0
- package/lib/api/basic/controller/default/{usePostBasicV1SalesList.d.ts → usePostProductV1SalesList.d.ts} +4 -4
- package/lib/api/basic/controller/default/{usePostBasicV1AreaList.js → usePostProductV1SalesList.js} +4 -4
- package/lib/api/basic/controller/default/{usePostBasicV1ProductList.js.map → usePostProductV1SalesList.js.map} +1 -1
- package/{es/api/basic/controller/default/usePostBasicV1AreaList.d.ts → lib/api/basic/controller/default/usePostUserCenterV1AreaList.d.ts} +4 -4
- package/lib/api/basic/controller/default/{usePostBasicV1CurrencyList.js → usePostUserCenterV1AreaList.js} +4 -4
- package/lib/api/basic/controller/default/usePostUserCenterV1AreaList.js.map +1 -0
- package/lib/api/basic/controller/default/{usePostBasicV1EmployeeList.d.ts → usePostUserCenterV1EmployeeList.d.ts} +4 -4
- package/lib/api/basic/controller/default/usePostUserCenterV1EmployeeList.js +20 -0
- package/lib/api/basic/controller/default/usePostUserCenterV1EmployeeList.js.map +1 -0
- package/lib/api/basic/controller/default/{usePostBasicV1MenuList.d.ts → usePostUserCenterV1MenuList.d.ts} +4 -4
- package/lib/api/basic/controller/default/usePostUserCenterV1MenuList.js +20 -0
- package/lib/api/basic/controller/default/usePostUserCenterV1MenuList.js.map +1 -0
- package/lib/api/basic/controller/default/{usePostBasicV1OrgList.d.ts → usePostUserCenterV1OrgList.d.ts} +3 -3
- package/lib/api/basic/controller/default/{usePostBasicV1CountryList.js → usePostUserCenterV1OrgList.js} +4 -4
- package/lib/api/basic/controller/default/usePostUserCenterV1OrgList.js.map +1 -0
- package/lib/api/basic/controller/default/{usePostBasicV1OrgTreeList.d.ts → usePostUserCenterV1OrgTreeList.d.ts} +4 -4
- package/lib/api/basic/controller/default/usePostUserCenterV1OrgTreeList.js +20 -0
- package/lib/api/basic/controller/default/usePostUserCenterV1OrgTreeList.js.map +1 -0
- package/lib/api/basic/controller/default/{usePostBasicV1RoleList.d.ts → usePostUserCenterV1RoleList.d.ts} +3 -3
- package/lib/api/basic/controller/default/{usePostBasicV1OrgList.js → usePostUserCenterV1RoleList.js} +4 -4
- package/lib/api/basic/controller/default/usePostUserCenterV1RoleList.js.map +1 -0
- package/lib/api/basic/controller/index.js +52 -52
- package/lib/api/basic/index.js +52 -52
- package/lib/api/basic/request.js +2 -2
- package/lib/api/basic/request.js.map +1 -1
- package/lib/api/index.js +52 -52
- package/lib/components/index.js +56 -54
- package/lib/components/index.js.map +1 -1
- package/lib/components/src/base/index.d.ts +1 -0
- package/lib/components/src/base/index.js +2 -0
- package/lib/components/src/base/index.js.map +1 -1
- package/lib/components/src/base/rangeNumber/index.d.ts +35 -0
- package/lib/components/src/base/rangeNumber/index.js +13 -0
- package/lib/components/src/base/rangeNumber/index.js.map +1 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.d.ts +23 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.js +32 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.js.map +1 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.vue.d.ts +32 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.vue.js +12 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.vue.js.map +1 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.vue2.js +79 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.vue2.js.map +1 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.vue3.js +8 -0
- package/lib/components/src/base/rangeNumber/rangeNumber.vue3.js.map +1 -0
- package/lib/components/src/base/status/status.vue2.js +4 -8
- package/lib/components/src/base/status/status.vue2.js.map +1 -1
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js +2 -0
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
- package/lib/components/src/composite/operateButton/OperateButton.vue.d.ts +15 -0
- package/lib/components/src/composite/operateButton/OperateButton.vue2.js +4 -2
- package/lib/components/src/composite/operateButton/OperateButton.vue2.js.map +1 -1
- package/lib/components/src/composite/operateButton/index.d.ts +15 -0
- package/lib/components/src/composite/operateButton/operateButton.d.ts +7 -1
- package/lib/components/src/composite/operateButton/operateButton.js +7 -0
- package/lib/components/src/composite/operateButton/operateButton.js.map +1 -1
- package/lib/components/src/composite/tablePro/TableOperateVNodeRenderer.js +4 -2
- package/lib/components/src/composite/tablePro/TableOperateVNodeRenderer.js.map +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +30 -30
- package/lib/components/src/composite/tablePro/TablePro.vue.js +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue2.js +19 -38
- package/lib/components/src/composite/tablePro/TablePro.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/TableProEditSlot.vue.d.ts +49 -0
- package/lib/components/src/composite/tablePro/TableProEditSlot.vue.js +11 -0
- package/lib/components/src/composite/tablePro/TableProEditSlot.vue.js.map +1 -0
- package/lib/components/src/composite/tablePro/TableProEditSlot.vue2.js +65 -0
- package/lib/components/src/composite/tablePro/TableProEditSlot.vue2.js.map +1 -0
- package/lib/giime/index.js +84 -70
- package/lib/giime/index.js.map +1 -1
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/lib/hooks/index.js +28 -16
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/store/common/index.d.ts +3 -0
- package/lib/hooks/store/common/index.js +12 -0
- package/lib/hooks/store/{basic → common}/index.js.map +1 -1
- package/lib/hooks/store/common/useCountryList/index.d.ts +16 -0
- package/lib/hooks/store/common/useCountryList/index.js +33 -0
- package/lib/hooks/store/common/useCountryList/index.js.map +1 -0
- package/lib/hooks/store/{useCurrencyList → common/useCurrencyList}/index.d.ts +5 -5
- package/lib/hooks/store/common/useCurrencyList/index.js +33 -0
- package/lib/hooks/store/common/useCurrencyList/index.js.map +1 -0
- package/lib/hooks/store/common/useSystemList/index.d.ts +80 -0
- package/lib/hooks/store/common/useSystemList/index.js +28 -0
- package/lib/hooks/store/common/useSystemList/index.js.map +1 -0
- package/lib/hooks/store/index.d.ts +2 -2
- package/lib/hooks/store/index.js +30 -17
- package/lib/hooks/store/index.js.map +1 -1
- package/lib/hooks/store/useLogin/index.d.ts +7 -1
- package/lib/hooks/store/useLogin/index.js +4 -0
- package/lib/hooks/store/useLogin/index.js.map +1 -1
- package/lib/hooks/store/userCenter/index.d.ts +4 -0
- package/lib/hooks/store/userCenter/index.js +14 -0
- package/lib/hooks/store/userCenter/index.js.map +1 -0
- package/lib/hooks/store/userCenter/useAreaList/index.d.ts +89 -0
- package/lib/hooks/store/userCenter/useAreaList/index.js +28 -0
- package/lib/hooks/store/userCenter/useAreaList/index.js.map +1 -0
- package/lib/hooks/store/userCenter/useOrgList/index.d.ts +16 -0
- package/lib/hooks/store/userCenter/useOrgList/index.js +33 -0
- package/lib/hooks/store/userCenter/useOrgList/index.js.map +1 -0
- package/lib/hooks/store/userCenter/useOrgTreeList/index.d.ts +449 -0
- package/lib/hooks/store/userCenter/useOrgTreeList/index.js +28 -0
- package/lib/hooks/store/userCenter/useOrgTreeList/index.js.map +1 -0
- package/lib/hooks/store/userCenter/useRoleList/index.d.ts +16 -0
- package/lib/hooks/store/userCenter/useRoleList/index.js +33 -0
- package/lib/hooks/store/userCenter/useRoleList/index.js.map +1 -0
- package/lib/index.css +18 -13
- package/lib/utils/src/http/createAxios.js +4 -2
- package/lib/utils/src/http/createAxios.js.map +1 -1
- package/lib/utils/src/http/interceptors.js +2 -0
- package/lib/utils/src/http/interceptors.js.map +1 -1
- package/package.json +1 -1
- package/es/api/basic/controller/default/postBasicV1AreaList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1AreaList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1CategoryList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1CategoryList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1CountryList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1CountryList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1CurrencyList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1CurrencyList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1EmployeeList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1EmployeeList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1ExchangeRateList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1ExchangeRateList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1MenuList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1MenuList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1OrgList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1OrgList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1OrgTreeList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1OrgTreeList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1ProductList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1ProductList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1RoleList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1RoleList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1SalesList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1SalesList.mjs.map +0 -1
- package/es/api/basic/controller/default/postBasicV1SystemList.mjs +0 -8
- package/es/api/basic/controller/default/postBasicV1SystemList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1AreaList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1CategoryList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1CurrencyList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1EmployeeList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.mjs +0 -18
- package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1MenuList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1OrgList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.mjs +0 -18
- package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1ProductList.mjs +0 -18
- package/es/api/basic/controller/default/usePostBasicV1RoleList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1SalesList.mjs +0 -18
- package/es/api/basic/controller/default/usePostBasicV1SalesList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostBasicV1SystemList.mjs.map +0 -1
- package/es/hooks/store/basic/index.d.ts +0 -1
- package/es/hooks/store/basic/index.mjs +0 -2
- package/es/hooks/store/useCurrencyList/index.mjs +0 -42
- package/es/hooks/store/useCurrencyList/index.mjs.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1AreaList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1AreaList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1CategoryList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1CategoryList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1CountryList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1CountryList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1CurrencyList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1CurrencyList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1EmployeeList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1EmployeeList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1MenuList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1MenuList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1OrgList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1OrgList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1OrgTreeList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1OrgTreeList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1ProductList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1ProductList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1RoleList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1RoleList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1SalesList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1SalesList.js.map +0 -1
- package/lib/api/basic/controller/default/postBasicV1SystemList.js +0 -10
- package/lib/api/basic/controller/default/postBasicV1SystemList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1AreaList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1CategoryList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1CurrencyList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1EmployeeList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.js +0 -20
- package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1MenuList.js +0 -20
- package/lib/api/basic/controller/default/usePostBasicV1MenuList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1OrgList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.js +0 -20
- package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1ProductList.js +0 -20
- package/lib/api/basic/controller/default/usePostBasicV1RoleList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1SalesList.js +0 -20
- package/lib/api/basic/controller/default/usePostBasicV1SalesList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostBasicV1SystemList.js.map +0 -1
- package/lib/hooks/store/basic/index.d.ts +0 -1
- package/lib/hooks/store/basic/index.js +0 -3
- package/lib/hooks/store/useCurrencyList/index.js +0 -44
- package/lib/hooks/store/useCurrencyList/index.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1AreaList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postUserCenterV1AreaList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\n\r\nexport interface PostUserCenterV1AreaListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: number;\r\n /** 业务数据 */\r\n data: PostUserCenterV1AreaListResultData[];\r\n}\r\n\r\nexport interface PostUserCenterV1AreaListResultData {\r\n /** 团队ID */\r\n id: number;\r\n /** 团队名称 */\r\n name: string;\r\n /** 家族编码 */\r\n org_code: any;\r\n /** 团队别名 */\r\n alias: any;\r\n}\r\n\r\n/**\r\n * 团队列表\r\n * /userCenter/v1/area/list\r\n */\r\nexport function postUserCenterV1AreaList(input?: PostUserCenterV1AreaListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostUserCenterV1AreaListResult>>(`/userCenter/v1/area/list`, input, config);\r\n}\r\n\r\nexport interface PostUserCenterV1AreaListInput {\r\n /** 家族编码 */\r\n org_code?: string;\r\n}\r\n"],"names":["request"],"mappings":";;AA8BgB,SAAA,wBAAA,CAAyB,OAAuC,MAA6B,EAAA;AACzG,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAAmD,CAA4B,wBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AAC/G;;;;"}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { type AxiosRequestConfig } from "axios";
|
|
2
|
-
export interface
|
|
2
|
+
export interface PostUserCenterV1EmployeeListResult {
|
|
3
3
|
/** 接口状态码 */
|
|
4
4
|
code: number;
|
|
5
5
|
/** 状态描述 */
|
|
6
6
|
msg: string;
|
|
7
7
|
/** 业务状态码 */
|
|
8
8
|
bizCode: number;
|
|
9
|
-
data:
|
|
9
|
+
data: PostUserCenterV1EmployeeListResultData;
|
|
10
10
|
}
|
|
11
|
-
export interface
|
|
11
|
+
export interface PostUserCenterV1EmployeeListResultData {
|
|
12
12
|
total: number;
|
|
13
13
|
size: number;
|
|
14
14
|
current: number;
|
|
15
15
|
search_count: boolean;
|
|
16
|
-
records:
|
|
16
|
+
records: PostUserCenterV1EmployeeListResultDataRecords[];
|
|
17
17
|
}
|
|
18
|
-
export interface
|
|
18
|
+
export interface PostUserCenterV1EmployeeListResultDataRecords {
|
|
19
19
|
/** 员工ID */
|
|
20
20
|
id: number;
|
|
21
21
|
/** 员工名称 */
|
|
@@ -29,9 +29,9 @@ export interface PostBasicV1EmployeeListResultDataRecords {
|
|
|
29
29
|
/** 邮箱 */
|
|
30
30
|
email: any;
|
|
31
31
|
/** 角色 */
|
|
32
|
-
role:
|
|
32
|
+
role: PostUserCenterV1EmployeeListResultDataRecordsRole[];
|
|
33
33
|
}
|
|
34
|
-
export interface
|
|
34
|
+
export interface PostUserCenterV1EmployeeListResultDataRecordsRole {
|
|
35
35
|
/** 用户ID */
|
|
36
36
|
user_id: number;
|
|
37
37
|
/** 角色ID */
|
|
@@ -39,9 +39,9 @@ export interface PostBasicV1EmployeeListResultDataRecordsRole {
|
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* 员工列表
|
|
42
|
-
* /
|
|
42
|
+
* /userCenter/v1/employee/list
|
|
43
43
|
*/
|
|
44
|
-
export declare function
|
|
44
|
+
export declare function postUserCenterV1EmployeeList(input?: PostUserCenterV1EmployeeListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
45
45
|
code: number;
|
|
46
46
|
msg: string;
|
|
47
47
|
bizCode: number;
|
|
@@ -64,7 +64,7 @@ export declare function postBasicV1EmployeeList(input?: PostBasicV1EmployeeListI
|
|
|
64
64
|
}[];
|
|
65
65
|
};
|
|
66
66
|
}, any>>;
|
|
67
|
-
export interface
|
|
67
|
+
export interface PostUserCenterV1EmployeeListInput {
|
|
68
68
|
/** 页数 */
|
|
69
69
|
current?: string;
|
|
70
70
|
/** 每页显示数据数 */
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import service from '../../request.mjs';
|
|
2
|
+
|
|
3
|
+
function postUserCenterV1EmployeeList(input, config) {
|
|
4
|
+
return service.post(`/userCenter/v1/employee/list`, input, config);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { postUserCenterV1EmployeeList };
|
|
8
|
+
//# sourceMappingURL=postUserCenterV1EmployeeList.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1EmployeeList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postUserCenterV1EmployeeList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\n\r\nexport interface PostUserCenterV1EmployeeListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: number;\r\n data: PostUserCenterV1EmployeeListResultData;\r\n}\r\n\r\nexport interface PostUserCenterV1EmployeeListResultData {\r\n total: number;\r\n size: number;\r\n current: number;\r\n search_count: boolean;\r\n records: PostUserCenterV1EmployeeListResultDataRecords[];\r\n}\r\n\r\nexport interface PostUserCenterV1EmployeeListResultDataRecords {\r\n /** 员工ID */\r\n id: number;\r\n /** 员工名称 */\r\n name: string;\r\n /** 家族编码 */\r\n org_code: string;\r\n /** 团队ID */\r\n area_id: number;\r\n /** 电话 */\r\n phone: string;\r\n /** 邮箱 */\r\n email: any;\r\n /** 角色 */\r\n role: PostUserCenterV1EmployeeListResultDataRecordsRole[];\r\n}\r\n\r\nexport interface PostUserCenterV1EmployeeListResultDataRecordsRole {\r\n /** 用户ID */\r\n user_id: number;\r\n /** 角色ID */\r\n role_id: number;\r\n}\r\n\r\n/**\r\n * 员工列表\r\n * /userCenter/v1/employee/list\r\n */\r\nexport function postUserCenterV1EmployeeList(input?: PostUserCenterV1EmployeeListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostUserCenterV1EmployeeListResult>>(`/userCenter/v1/employee/list`, input, config);\r\n}\r\n\r\nexport interface PostUserCenterV1EmployeeListInput {\r\n /** 页数 */\r\n current?: string;\r\n /** 每页显示数据数 */\r\n size?: string;\r\n /** 员工ID */\r\n employee_id?: number;\r\n /** 角色ID */\r\n role_id?: number;\r\n /** 部门编码 */\r\n org_code?: string;\r\n look_level?: string;\r\n /** 状态 */\r\n status?: string;\r\n /** 职位ID */\r\n job?: number;\r\n}\r\n"],"names":["request"],"mappings":";;AAkDgB,SAAA,4BAAA,CAA6B,OAA2C,MAA6B,EAAA;AACjH,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAAuD,CAAgC,4BAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AACvH;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type AxiosRequestConfig } from "axios";
|
|
2
|
-
export interface
|
|
2
|
+
export interface PostUserCenterV1MenuListResult {
|
|
3
3
|
/** 接口状态码 */
|
|
4
4
|
code: number;
|
|
5
5
|
/** 状态描述 */
|
|
@@ -7,9 +7,9 @@ export interface PostBasicV1MenuListResult {
|
|
|
7
7
|
/** 业务状态码 */
|
|
8
8
|
bizCode: number;
|
|
9
9
|
/** 业务数据 */
|
|
10
|
-
data:
|
|
10
|
+
data: PostUserCenterV1MenuListResultData[];
|
|
11
11
|
}
|
|
12
|
-
export interface
|
|
12
|
+
export interface PostUserCenterV1MenuListResultData {
|
|
13
13
|
/** 菜单ID */
|
|
14
14
|
id: number;
|
|
15
15
|
/** 菜单名称 */
|
|
@@ -19,9 +19,9 @@ export interface PostBasicV1MenuListResultData {
|
|
|
19
19
|
/** 菜单状态 */
|
|
20
20
|
status: number;
|
|
21
21
|
/** 子菜单 */
|
|
22
|
-
child:
|
|
22
|
+
child: PostUserCenterV1MenuListResultDataChild[];
|
|
23
23
|
}
|
|
24
|
-
export interface
|
|
24
|
+
export interface PostUserCenterV1MenuListResultDataChild {
|
|
25
25
|
/** 菜单ID */
|
|
26
26
|
id: number;
|
|
27
27
|
/** 菜单名称 */
|
|
@@ -31,9 +31,9 @@ export interface PostBasicV1MenuListResultDataChild {
|
|
|
31
31
|
/** 菜单状态 */
|
|
32
32
|
status: number;
|
|
33
33
|
/** 子菜单 */
|
|
34
|
-
child:
|
|
34
|
+
child: PostUserCenterV1MenuListResultDataChildChild[];
|
|
35
35
|
}
|
|
36
|
-
export interface
|
|
36
|
+
export interface PostUserCenterV1MenuListResultDataChildChild {
|
|
37
37
|
/** 菜单ID */
|
|
38
38
|
id: number;
|
|
39
39
|
/** 菜单名称 */
|
|
@@ -47,9 +47,9 @@ export interface PostBasicV1MenuListResultDataChildChild {
|
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* 菜单分类
|
|
50
|
-
* /
|
|
50
|
+
* /userCenter/v1/menu/list
|
|
51
51
|
*/
|
|
52
|
-
export declare function
|
|
52
|
+
export declare function postUserCenterV1MenuList(input?: PostUserCenterV1MenuListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
53
53
|
code: number;
|
|
54
54
|
msg: string;
|
|
55
55
|
bizCode: number;
|
|
@@ -73,6 +73,6 @@ export declare function postBasicV1MenuList(input?: PostBasicV1MenuListInput, co
|
|
|
73
73
|
}[];
|
|
74
74
|
}[];
|
|
75
75
|
}, any>>;
|
|
76
|
-
export interface
|
|
76
|
+
export interface PostUserCenterV1MenuListInput {
|
|
77
77
|
menu_id?: number;
|
|
78
78
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1MenuList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postUserCenterV1MenuList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\n\r\nexport interface PostUserCenterV1MenuListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: number;\r\n /** 业务数据 */\r\n data: PostUserCenterV1MenuListResultData[];\r\n}\r\n\r\nexport interface PostUserCenterV1MenuListResultData {\r\n /** 菜单ID */\r\n id: number;\r\n /** 菜单名称 */\r\n name: string;\r\n /** 菜单父ID */\r\n parent_id: number;\r\n /** 菜单状态 */\r\n status: number;\r\n /** 子菜单 */\r\n child: PostUserCenterV1MenuListResultDataChild[];\r\n}\r\n\r\nexport interface PostUserCenterV1MenuListResultDataChild {\r\n /** 菜单ID */\r\n id: number;\r\n /** 菜单名称 */\r\n name: string;\r\n /** 菜单父ID */\r\n parent_id: number;\r\n /** 菜单状态 */\r\n status: number;\r\n /** 子菜单 */\r\n child: PostUserCenterV1MenuListResultDataChildChild[];\r\n}\r\n\r\nexport interface PostUserCenterV1MenuListResultDataChildChild {\r\n /** 菜单ID */\r\n id: number;\r\n /** 菜单名称 */\r\n name: string;\r\n /** 菜单父ID */\r\n parent_id: number;\r\n /** 菜单状态 */\r\n status: number;\r\n /** 子菜单 */\r\n child: string[];\r\n}\r\n\r\n/**\r\n * 菜单分类\r\n * /userCenter/v1/menu/list\r\n */\r\nexport function postUserCenterV1MenuList(input?: PostUserCenterV1MenuListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostUserCenterV1MenuListResult>>(`/userCenter/v1/menu/list`, input, config);\r\n}\r\n\r\nexport interface PostUserCenterV1MenuListInput {\r\n menu_id?: number;\r\n}\r\n"],"names":["request"],"mappings":";;AA0DgB,SAAA,wBAAA,CAAyB,OAAuC,MAA6B,EAAA;AACzG,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAAmD,CAA4B,wBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AAC/G;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type AxiosRequestConfig } from "axios";
|
|
2
|
-
export interface
|
|
2
|
+
export interface PostUserCenterV1OrgListResult {
|
|
3
3
|
/** 接口状态码 */
|
|
4
4
|
code: number;
|
|
5
5
|
/** 状态描述 */
|
|
@@ -7,9 +7,9 @@ export interface PostBasicV1OrgListResult {
|
|
|
7
7
|
/** 业务状态码 */
|
|
8
8
|
bizCode: number;
|
|
9
9
|
/** 业务数据 */
|
|
10
|
-
data:
|
|
10
|
+
data: PostUserCenterV1OrgListResultData[];
|
|
11
11
|
}
|
|
12
|
-
export interface
|
|
12
|
+
export interface PostUserCenterV1OrgListResultData {
|
|
13
13
|
/** 家族ID */
|
|
14
14
|
id: number;
|
|
15
15
|
/** 家族编码 */
|
|
@@ -19,9 +19,9 @@ export interface PostBasicV1OrgListResultData {
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* 家族列表
|
|
22
|
-
* /
|
|
22
|
+
* /userCenter/v1/org/list
|
|
23
23
|
*/
|
|
24
|
-
export declare function
|
|
24
|
+
export declare function postUserCenterV1OrgList(config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
25
25
|
code: number;
|
|
26
26
|
msg: string;
|
|
27
27
|
bizCode: number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1OrgList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postUserCenterV1OrgList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\n\r\nexport interface PostUserCenterV1OrgListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: number;\r\n /** 业务数据 */\r\n data: PostUserCenterV1OrgListResultData[];\r\n}\r\n\r\nexport interface PostUserCenterV1OrgListResultData {\r\n /** 家族ID */\r\n id: number;\r\n /** 家族编码 */\r\n code: string;\r\n /** 家族名称 */\r\n name: string;\r\n}\r\n\r\n/**\r\n * 家族列表\r\n * /userCenter/v1/org/list\r\n */\r\nexport function postUserCenterV1OrgList(config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostUserCenterV1OrgListResult>>(`/userCenter/v1/org/list`, config);\r\n}\r\n"],"names":["request"],"mappings":";;AA4BO,SAAS,wBAAwB,MAA6B,EAAA;AACjE,EAAO,OAAAA,OAAA,CAAQ,IAAkD,CAAA,CAAA,uBAAA,CAAA,EAA2B,MAAM,CAAA,CAAA;AACtG;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type AxiosRequestConfig } from "axios";
|
|
2
|
-
export interface
|
|
2
|
+
export interface PostUserCenterV1OrgTreeListResult {
|
|
3
3
|
/** 接口状态码 */
|
|
4
4
|
code: number;
|
|
5
5
|
/** 状态描述 */
|
|
@@ -7,9 +7,9 @@ export interface PostBasicV1OrgTreeListResult {
|
|
|
7
7
|
/** 业务状态码 */
|
|
8
8
|
bizCode: number;
|
|
9
9
|
/** 业务数据 */
|
|
10
|
-
data:
|
|
10
|
+
data: PostUserCenterV1OrgTreeListResultData[];
|
|
11
11
|
}
|
|
12
|
-
export interface
|
|
12
|
+
export interface PostUserCenterV1OrgTreeListResultData {
|
|
13
13
|
/** 部门ID */
|
|
14
14
|
id: number;
|
|
15
15
|
/** 部门编码 */
|
|
@@ -24,9 +24,9 @@ export interface PostBasicV1OrgTreeListResultData {
|
|
|
24
24
|
alias: string;
|
|
25
25
|
/** 部门全称 */
|
|
26
26
|
full_name: string;
|
|
27
|
-
child:
|
|
27
|
+
child: PostUserCenterV1OrgTreeListResultDataChild[];
|
|
28
28
|
}
|
|
29
|
-
export interface
|
|
29
|
+
export interface PostUserCenterV1OrgTreeListResultDataChild {
|
|
30
30
|
id: number;
|
|
31
31
|
code: string;
|
|
32
32
|
name: string;
|
|
@@ -34,9 +34,9 @@ export interface PostBasicV1OrgTreeListResultDataChild {
|
|
|
34
34
|
pcode: string;
|
|
35
35
|
alias: string;
|
|
36
36
|
full_name: string;
|
|
37
|
-
child:
|
|
37
|
+
child: PostUserCenterV1OrgTreeListResultDataChildChild[];
|
|
38
38
|
}
|
|
39
|
-
export interface
|
|
39
|
+
export interface PostUserCenterV1OrgTreeListResultDataChildChild {
|
|
40
40
|
id: number;
|
|
41
41
|
code: string;
|
|
42
42
|
name: string;
|
|
@@ -44,9 +44,9 @@ export interface PostBasicV1OrgTreeListResultDataChildChild {
|
|
|
44
44
|
pcode: string;
|
|
45
45
|
alias: string;
|
|
46
46
|
full_name: string;
|
|
47
|
-
child:
|
|
47
|
+
child: PostUserCenterV1OrgTreeListResultDataChildChildChild[];
|
|
48
48
|
}
|
|
49
|
-
export interface
|
|
49
|
+
export interface PostUserCenterV1OrgTreeListResultDataChildChildChild {
|
|
50
50
|
id: number;
|
|
51
51
|
code: string;
|
|
52
52
|
name: string;
|
|
@@ -54,9 +54,9 @@ export interface PostBasicV1OrgTreeListResultDataChildChildChild {
|
|
|
54
54
|
pcode: string;
|
|
55
55
|
alias: string;
|
|
56
56
|
full_name: any;
|
|
57
|
-
child:
|
|
57
|
+
child: PostUserCenterV1OrgTreeListResultDataChildChildChildChild[];
|
|
58
58
|
}
|
|
59
|
-
export interface
|
|
59
|
+
export interface PostUserCenterV1OrgTreeListResultDataChildChildChildChild {
|
|
60
60
|
id: number;
|
|
61
61
|
code: string;
|
|
62
62
|
name: string;
|
|
@@ -68,9 +68,9 @@ export interface PostBasicV1OrgTreeListResultDataChildChildChildChild {
|
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
70
|
* 部门列表
|
|
71
|
-
* /
|
|
71
|
+
* /userCenter/v1/org/tree/list
|
|
72
72
|
*/
|
|
73
|
-
export declare function
|
|
73
|
+
export declare function postUserCenterV1OrgTreeList(input?: PostUserCenterV1OrgTreeListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
74
74
|
code: number;
|
|
75
75
|
msg: string;
|
|
76
76
|
bizCode: number;
|
|
@@ -121,7 +121,7 @@ export declare function postBasicV1OrgTreeList(input?: PostBasicV1OrgTreeListInp
|
|
|
121
121
|
}[];
|
|
122
122
|
}[];
|
|
123
123
|
}, any>>;
|
|
124
|
-
export interface
|
|
124
|
+
export interface PostUserCenterV1OrgTreeListInput {
|
|
125
125
|
/** 部门编码 */
|
|
126
126
|
org_code?: string;
|
|
127
127
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import service from '../../request.mjs';
|
|
2
|
+
|
|
3
|
+
function postUserCenterV1OrgTreeList(input, config) {
|
|
4
|
+
return service.post(`/userCenter/v1/org/tree/list`, input, config);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { postUserCenterV1OrgTreeList };
|
|
8
|
+
//# sourceMappingURL=postUserCenterV1OrgTreeList.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1OrgTreeList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postUserCenterV1OrgTreeList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\n\r\nexport interface PostUserCenterV1OrgTreeListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: number;\r\n /** 业务数据 */\r\n data: PostUserCenterV1OrgTreeListResultData[];\r\n}\r\n\r\nexport interface PostUserCenterV1OrgTreeListResultData {\r\n /** 部门ID */\r\n id: number;\r\n /** 部门编码 */\r\n code: string;\r\n /** 部门名称 */\r\n name: string;\r\n /** 部门等级 */\r\n level: number;\r\n /** 部门父编码 */\r\n pcode: string;\r\n /** 部门别名 */\r\n alias: string;\r\n /** 部门全称 */\r\n full_name: string;\r\n child: PostUserCenterV1OrgTreeListResultDataChild[];\r\n}\r\n\r\nexport interface PostUserCenterV1OrgTreeListResultDataChild {\r\n id: number;\r\n code: string;\r\n name: string;\r\n level: number;\r\n pcode: string;\r\n alias: string;\r\n full_name: string;\r\n child: PostUserCenterV1OrgTreeListResultDataChildChild[];\r\n}\r\n\r\nexport interface PostUserCenterV1OrgTreeListResultDataChildChild {\r\n id: number;\r\n code: string;\r\n name: string;\r\n level: number;\r\n pcode: string;\r\n alias: string;\r\n full_name: string;\r\n child: PostUserCenterV1OrgTreeListResultDataChildChildChild[];\r\n}\r\n\r\nexport interface PostUserCenterV1OrgTreeListResultDataChildChildChild {\r\n id: number;\r\n code: string;\r\n name: string;\r\n level: number;\r\n pcode: string;\r\n alias: string;\r\n full_name: any;\r\n child: PostUserCenterV1OrgTreeListResultDataChildChildChildChild[];\r\n}\r\n\r\nexport interface PostUserCenterV1OrgTreeListResultDataChildChildChildChild {\r\n id: number;\r\n code: string;\r\n name: string;\r\n level: number;\r\n pcode: string;\r\n alias: string;\r\n full_name: string;\r\n child: string[];\r\n}\r\n\r\n/**\r\n * 部门列表\r\n * /userCenter/v1/org/tree/list\r\n */\r\nexport function postUserCenterV1OrgTreeList(input?: PostUserCenterV1OrgTreeListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostUserCenterV1OrgTreeListResult>>(`/userCenter/v1/org/tree/list`, input, config);\r\n}\r\n\r\nexport interface PostUserCenterV1OrgTreeListInput {\r\n /** 部门编码 */\r\n org_code?: string;\r\n}\r\n"],"names":["request"],"mappings":";;AAiFgB,SAAA,2BAAA,CAA4B,OAA0C,MAA6B,EAAA;AAC/G,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAAsD,CAAgC,4BAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AACtH;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type AxiosRequestConfig } from "axios";
|
|
2
|
-
export interface
|
|
2
|
+
export interface PostUserCenterV1RoleListResult {
|
|
3
3
|
/** 接口状态码 */
|
|
4
4
|
code: number;
|
|
5
5
|
/** 状态描述 */
|
|
@@ -7,9 +7,9 @@ export interface PostBasicV1RoleListResult {
|
|
|
7
7
|
/** 业务状态码 */
|
|
8
8
|
bizCode: number;
|
|
9
9
|
/** 业务数据 */
|
|
10
|
-
data:
|
|
10
|
+
data: PostUserCenterV1RoleListResultData[];
|
|
11
11
|
}
|
|
12
|
-
export interface
|
|
12
|
+
export interface PostUserCenterV1RoleListResultData {
|
|
13
13
|
/** 角色ID */
|
|
14
14
|
id: number;
|
|
15
15
|
/** 角色名称 */
|
|
@@ -17,9 +17,9 @@ export interface PostBasicV1RoleListResultData {
|
|
|
17
17
|
}
|
|
18
18
|
/**
|
|
19
19
|
* 角色列表
|
|
20
|
-
* /
|
|
20
|
+
* /userCenter/v1/role/list
|
|
21
21
|
*/
|
|
22
|
-
export declare function
|
|
22
|
+
export declare function postUserCenterV1RoleList(config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
23
23
|
code: number;
|
|
24
24
|
msg: string;
|
|
25
25
|
bizCode: number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1RoleList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postUserCenterV1RoleList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\n\r\nexport interface PostUserCenterV1RoleListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: number;\r\n /** 业务数据 */\r\n data: PostUserCenterV1RoleListResultData[];\r\n}\r\n\r\nexport interface PostUserCenterV1RoleListResultData {\r\n /** 角色ID */\r\n id: number;\r\n /** 角色名称 */\r\n name: string;\r\n}\r\n\r\n/**\r\n * 角色列表\r\n * /userCenter/v1/role/list\r\n */\r\nexport function postUserCenterV1RoleList(config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostUserCenterV1RoleListResult>>(`/userCenter/v1/role/list`, config);\r\n}\r\n"],"names":["request"],"mappings":";;AA0BO,SAAS,yBAAyB,MAA6B,EAAA;AAClE,EAAO,OAAAA,OAAA,CAAQ,IAAmD,CAAA,CAAA,wBAAA,CAAA,EAA4B,MAAM,CAAA,CAAA;AACxG;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
|
|
2
2
|
import { type AxiosRequestConfig } from "axios";
|
|
3
3
|
import { type DeepRequired } from "../../interface";
|
|
4
|
-
import { type
|
|
4
|
+
import { type PostCommonV1CountryListResult } from "./postCommonV1CountryList";
|
|
5
5
|
/**
|
|
6
6
|
* 国家列表
|
|
7
|
-
* /
|
|
7
|
+
* /common/v1/country/list
|
|
8
8
|
*/
|
|
9
|
-
export declare function
|
|
9
|
+
export declare function usePostCommonV1CountryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1CountryListResult>>): {
|
|
10
10
|
exec: (axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
11
11
|
code: number;
|
|
12
12
|
msg: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useAxios } from '@vueuse/integrations/useAxios';
|
|
2
2
|
import service from '../../request.mjs';
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function usePostCommonV1CountryList(config, options) {
|
|
5
5
|
const useAxiosReturn = useAxios(
|
|
6
|
-
"/
|
|
6
|
+
"/common/v1/country/list",
|
|
7
7
|
{ method: "post", ...config },
|
|
8
8
|
service,
|
|
9
9
|
{ immediate: false, ...options }
|
|
@@ -14,5 +14,5 @@ function usePostBasicV1RoleList(config, options) {
|
|
|
14
14
|
return { ...useAxiosReturn, exec };
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
export {
|
|
18
|
-
//# sourceMappingURL=
|
|
17
|
+
export { usePostCommonV1CountryList };
|
|
18
|
+
//# sourceMappingURL=usePostCommonV1CountryList.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1CountryList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostCommonV1CountryList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostCommonV1CountryListResult } from \"./postCommonV1CountryList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 国家列表\r\n * /common/v1/country/list\r\n */\r\nexport function usePostCommonV1CountryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1CountryListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostCommonV1CountryListResult>>(\r\n '/common/v1/country/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute(axiosConfig);\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,0BAAA,CAA2B,QAA6B,OAAwE,EAAA;AAC5I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,yBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAA,SAAS,KAAK,WAAkC,EAAA;AAC5C,IAAO,OAAA,cAAA,CAAe,QAAQ,WAAW,CAAA,CAAA;AAAA,GAC7C;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
|
|
2
2
|
import { type AxiosRequestConfig } from "axios";
|
|
3
3
|
import { type DeepRequired } from "../../interface";
|
|
4
|
-
import { type
|
|
4
|
+
import { type PostCommonV1CurrencyListResult, type PostCommonV1CurrencyListInput } from "./postCommonV1CurrencyList";
|
|
5
5
|
/**
|
|
6
6
|
* 币种列表
|
|
7
|
-
* /
|
|
7
|
+
* /common/v1/currency/list
|
|
8
8
|
*/
|
|
9
|
-
export declare function
|
|
10
|
-
exec: (input?:
|
|
9
|
+
export declare function usePostCommonV1CurrencyList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1CurrencyListResult>>): {
|
|
10
|
+
exec: (input?: PostCommonV1CurrencyListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
11
11
|
code: number;
|
|
12
12
|
msg: string;
|
|
13
13
|
bizCode: number;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useAxios } from '@vueuse/integrations/useAxios';
|
|
2
2
|
import service from '../../request.mjs';
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function usePostCommonV1CurrencyList(config, options) {
|
|
5
5
|
const useAxiosReturn = useAxios(
|
|
6
|
-
"/
|
|
6
|
+
"/common/v1/currency/list",
|
|
7
7
|
{ method: "post", ...config },
|
|
8
8
|
service,
|
|
9
9
|
{ immediate: false, ...options }
|
|
@@ -14,5 +14,5 @@ function usePostBasicV1CategoryList(config, options) {
|
|
|
14
14
|
return { ...useAxiosReturn, exec };
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
export {
|
|
18
|
-
//# sourceMappingURL=
|
|
17
|
+
export { usePostCommonV1CurrencyList };
|
|
18
|
+
//# sourceMappingURL=usePostCommonV1CurrencyList.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1CurrencyList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostCommonV1CurrencyList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostCommonV1CurrencyListResult, type PostCommonV1CurrencyListInput } from \"./postCommonV1CurrencyList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 币种列表\r\n * /common/v1/currency/list\r\n */\r\nexport function usePostCommonV1CurrencyList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1CurrencyListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostCommonV1CurrencyListResult>>(\r\n '/common/v1/currency/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostCommonV1CurrencyListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,2BAAA,CAA4B,QAA6B,OAAyE,EAAA;AAC9I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,0BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAuC,WAAkC,EAAA;AACnF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
|
|
2
2
|
import { type AxiosRequestConfig } from "axios";
|
|
3
3
|
import { type DeepRequired } from "../../interface";
|
|
4
|
-
import { type
|
|
4
|
+
import { type PostCommonV1ExchangeRateListResult, type PostCommonV1ExchangeRateListInput } from "./postCommonV1ExchangeRateList";
|
|
5
5
|
/**
|
|
6
6
|
* 汇率列表
|
|
7
|
-
* /
|
|
7
|
+
* /common/v1/exchangeRate/list
|
|
8
8
|
*/
|
|
9
|
-
export declare function
|
|
10
|
-
exec: (input?:
|
|
9
|
+
export declare function usePostCommonV1ExchangeRateList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1ExchangeRateListResult>>): {
|
|
10
|
+
exec: (input?: PostCommonV1ExchangeRateListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
11
11
|
code: number;
|
|
12
12
|
msg: string;
|
|
13
13
|
bizCode: number;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { useAxios } from '@vueuse/integrations/useAxios';
|
|
2
|
+
import service from '../../request.mjs';
|
|
3
|
+
|
|
4
|
+
function usePostCommonV1ExchangeRateList(config, options) {
|
|
5
|
+
const useAxiosReturn = useAxios(
|
|
6
|
+
"/common/v1/exchangeRate/list",
|
|
7
|
+
{ method: "post", ...config },
|
|
8
|
+
service,
|
|
9
|
+
{ immediate: false, ...options }
|
|
10
|
+
);
|
|
11
|
+
function exec(input, axiosConfig) {
|
|
12
|
+
return useAxiosReturn.execute({ data: input, ...axiosConfig });
|
|
13
|
+
}
|
|
14
|
+
return { ...useAxiosReturn, exec };
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { usePostCommonV1ExchangeRateList };
|
|
18
|
+
//# sourceMappingURL=usePostCommonV1ExchangeRateList.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1ExchangeRateList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostCommonV1ExchangeRateList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostCommonV1ExchangeRateListResult, type PostCommonV1ExchangeRateListInput } from \"./postCommonV1ExchangeRateList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 汇率列表\r\n * /common/v1/exchangeRate/list\r\n */\r\nexport function usePostCommonV1ExchangeRateList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1ExchangeRateListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostCommonV1ExchangeRateListResult>>(\r\n '/common/v1/exchangeRate/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostCommonV1ExchangeRateListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,+BAAA,CAAgC,QAA6B,OAA6E,EAAA;AACtJ,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,8BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAA2C,WAAkC,EAAA;AACvF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
|
|
2
2
|
import { type AxiosRequestConfig } from "axios";
|
|
3
3
|
import { type DeepRequired } from "../../interface";
|
|
4
|
-
import { type
|
|
4
|
+
import { type PostCommonV1SystemListResult } from "./postCommonV1SystemList";
|
|
5
5
|
/**
|
|
6
6
|
* 系统列表
|
|
7
|
-
* /
|
|
7
|
+
* /common/v1/system/list
|
|
8
8
|
*/
|
|
9
|
-
export declare function
|
|
9
|
+
export declare function usePostCommonV1SystemList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1SystemListResult>>): {
|
|
10
10
|
exec: (axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
11
11
|
code: number;
|
|
12
12
|
msg: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useAxios } from '@vueuse/integrations/useAxios';
|
|
2
2
|
import service from '../../request.mjs';
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function usePostCommonV1SystemList(config, options) {
|
|
5
5
|
const useAxiosReturn = useAxios(
|
|
6
|
-
"/
|
|
6
|
+
"/common/v1/system/list",
|
|
7
7
|
{ method: "post", ...config },
|
|
8
8
|
service,
|
|
9
9
|
{ immediate: false, ...options }
|
|
@@ -14,5 +14,5 @@ function usePostBasicV1CountryList(config, options) {
|
|
|
14
14
|
return { ...useAxiosReturn, exec };
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
export {
|
|
18
|
-
//# sourceMappingURL=
|
|
17
|
+
export { usePostCommonV1SystemList };
|
|
18
|
+
//# sourceMappingURL=usePostCommonV1SystemList.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"usePostCommonV1SystemList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostCommonV1SystemList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostCommonV1SystemListResult } from \"./postCommonV1SystemList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 系统列表\r\n * /common/v1/system/list\r\n */\r\nexport function usePostCommonV1SystemList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1SystemListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostCommonV1SystemListResult>>(\r\n '/common/v1/system/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute(axiosConfig);\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,yBAAA,CAA0B,QAA6B,OAAuE,EAAA;AAC1I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,wBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAA,SAAS,KAAK,WAAkC,EAAA;AAC5C,IAAO,OAAA,cAAA,CAAe,QAAQ,WAAW,CAAA,CAAA;AAAA,GAC7C;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
|
|
2
2
|
import { type AxiosRequestConfig } from "axios";
|
|
3
3
|
import { type DeepRequired } from "../../interface";
|
|
4
|
-
import { type
|
|
4
|
+
import { type PostProductV1CategoryListResult, type PostProductV1CategoryListInput } from "./postProductV1CategoryList";
|
|
5
5
|
/**
|
|
6
6
|
* 产品分类
|
|
7
|
-
* /
|
|
7
|
+
* /product/v1/category/list
|
|
8
8
|
*/
|
|
9
|
-
export declare function
|
|
10
|
-
exec: (input?:
|
|
9
|
+
export declare function usePostProductV1CategoryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostProductV1CategoryListResult>>): {
|
|
10
|
+
exec: (input?: PostProductV1CategoryListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
11
11
|
code: number;
|
|
12
12
|
msg: string;
|
|
13
13
|
bizCode: number;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { useAxios } from '@vueuse/integrations/useAxios';
|
|
2
|
+
import service from '../../request.mjs';
|
|
3
|
+
|
|
4
|
+
function usePostProductV1CategoryList(config, options) {
|
|
5
|
+
const useAxiosReturn = useAxios(
|
|
6
|
+
"/product/v1/category/list",
|
|
7
|
+
{ method: "post", ...config },
|
|
8
|
+
service,
|
|
9
|
+
{ immediate: false, ...options }
|
|
10
|
+
);
|
|
11
|
+
function exec(input, axiosConfig) {
|
|
12
|
+
return useAxiosReturn.execute({ data: input, ...axiosConfig });
|
|
13
|
+
}
|
|
14
|
+
return { ...useAxiosReturn, exec };
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { usePostProductV1CategoryList };
|
|
18
|
+
//# sourceMappingURL=usePostProductV1CategoryList.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostProductV1CategoryList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostProductV1CategoryList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostProductV1CategoryListResult, type PostProductV1CategoryListInput } from \"./postProductV1CategoryList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 产品分类\r\n * /product/v1/category/list\r\n */\r\nexport function usePostProductV1CategoryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostProductV1CategoryListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostProductV1CategoryListResult>>(\r\n '/product/v1/category/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostProductV1CategoryListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,4BAAA,CAA6B,QAA6B,OAA0E,EAAA;AAChJ,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,2BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAwC,WAAkC,EAAA;AACpF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
|