giime 0.1.7 → 0.1.8
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 +39 -34
- 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/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 +39 -34
- 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/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 +39 -34
- 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":"postProductV1SalesList.js","sources":["../../../../../../../packages/api/basic/controller/default/postProductV1SalesList.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 PostProductV1SalesListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: number;\r\n data: PostProductV1SalesListResultData;\r\n}\r\n\r\nexport interface PostProductV1SalesListResultData {\r\n total: number;\r\n size: number;\r\n current: number;\r\n search_count: boolean;\r\n records: PostProductV1SalesListResultDataRecords[];\r\n}\r\n\r\nexport interface PostProductV1SalesListResultDataRecords {\r\n /** 商品/站点id */\r\n id?: number;\r\n /** 商品/站点标题 */\r\n sale_title?: string;\r\n /** 团队id */\r\n area_id?: number;\r\n /** 币种id */\r\n currency_id?: number;\r\n /** 商品出货单名称 */\r\n sale_name?: string;\r\n /** 类型 1 商品 3 站点 */\r\n show_type?: number;\r\n /** 价格 */\r\n price?: number;\r\n /** 优惠价 */\r\n special_price?: number;\r\n /** 虚拟购买数量 */\r\n fake_num?: number;\r\n /** 评论总数量 */\r\n rview_total?: number;\r\n /** 虚拟好评论数量 */\r\n rview_num?: number;\r\n /** 域名 */\r\n domain?: string;\r\n seo_url?: string;\r\n /** 倒计时时间 */\r\n hours?: number;\r\n /** 关键词 (弃用) */\r\n keywords?: string;\r\n /** 商品图 */\r\n logo_url?: string;\r\n /** 操作者id */\r\n userid?: number;\r\n /** 商品类型 1 自建 2 复制同行站 3 克隆 4简站 5 精简站 6 三方爬虫品 7 广告关联专用 */\r\n site_type?: number;\r\n /** 选品id */\r\n chooser_id?: number;\r\n /** 站长 */\r\n recommener?: number;\r\n /** 创建时间 */\r\n addtime?: string;\r\n /** 修改时间 */\r\n uptime?: string;\r\n /** 设计师id */\r\n designer_id?: number;\r\n /** 模板路径 */\r\n tpl_path?: string;\r\n /** 是否有运费 */\r\n is_shipping?: number;\r\n /** 产品id */\r\n product_id?: number;\r\n /** 当前市场的价格汇率 */\r\n rate?: number;\r\n /** 克隆id 该商品由此id克隆出来 */\r\n clone_id?: number;\r\n /** 市场id(国家表主键id) */\r\n market_id?: number;\r\n /** 导入状态 */\r\n impstatus?: number;\r\n /** 促销显示的商品名称 */\r\n abbreviation?: string;\r\n /** 改派价格 */\r\n pre_price?: number;\r\n /** 产品类型 */\r\n product_type?: string;\r\n /** 物流公司id */\r\n logistics_id?: number;\r\n /** 促销语 */\r\n promotions?: string;\r\n /** 是否测品 */\r\n is_test_product?: number;\r\n /** 商品/站点创建人 */\r\n uploader?: number;\r\n /** 是否改派 */\r\n is_change?: number;\r\n /** 源设计师 */\r\n original_designer?: number;\r\n /** 默认支付方式 */\r\n default_payment?: string;\r\n /** 删除原因 */\r\n del_reason_id?: number;\r\n /** 下架时间 */\r\n shelf_time?: string;\r\n /** 库存 */\r\n stock?: number;\r\n /** 状态 0 下架 1 上架中 2 删除 3 待优化 */\r\n status?: number;\r\n /** 语种 */\r\n lang_id?: number;\r\n /** 支付方式 */\r\n payment_method?: string;\r\n /** 签收率 */\r\n sign_rate?: number;\r\n /** 是否有分类 */\r\n has_cate?: number;\r\n /** 商品属性 */\r\n sale_attr?: string;\r\n /** 是否有评论 */\r\n has_appraise?: number;\r\n /** 商品所属组织架构代码 */\r\n org_code?: string;\r\n seo_name?: string;\r\n /** 扩展内容 json数据 */\r\n extend?: string;\r\n /** 是否低价 */\r\n low_price?: number;\r\n /** 设置改派时间 */\r\n is_change_time?: string;\r\n}\r\n\r\n/**\r\n * 商品列表\r\n * /product/v1/sales/list\r\n */\r\nexport function postProductV1SalesList(input?: PostProductV1SalesListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostProductV1SalesListResult>>(`/product/v1/sales/list`, input, config);\r\n}\r\n\r\nexport interface PostProductV1SalesListInput {\r\n /** 团队id,多个逗号分隔 */\r\n area_ids: string;\r\n /** 选品id 多个逗号分隔 */\r\n chooser_ids: string;\r\n /** 币种id */\r\n currency_ids: string;\r\n /** 第几页 */\r\n current: string;\r\n /** 设计师id 多个逗号分隔 */\r\n designer_ids: string;\r\n /** 域名 */\r\n domain: string;\r\n /** id */\r\n ids: string;\r\n /** 关键词 默认分词匹配 商品名和 出货单名称 */\r\n keywords: string;\r\n /** 是否查询总数 */\r\n search_count: boolean;\r\n /** 类型 1 商品 3 站点 */\r\n show_type: number;\r\n /** 家族搜索 (家族组织架构编码) */\r\n top_org: string;\r\n /** 每页条数 */\r\n size: number;\r\n /** 排序字段 */\r\n ascs: string;\r\n}\r\n"],"names":["request"],"mappings":";;;;AAyIgB,SAAA,sBAAA,CAAuB,OAAqC,MAA6B,EAAA;AACrG,EAAA,OAAOA,eAAQ,CAAA,IAAA,CAAiD,CAA0B,sBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AAC3G;;;;"}
|
package/lib/api/basic/controller/default/{postBasicV1AreaList.d.ts → postUserCenterV1AreaList.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type AxiosRequestConfig } from "axios";
|
|
2
|
-
export interface
|
|
2
|
+
export interface PostUserCenterV1AreaListResult {
|
|
3
3
|
/** 接口状态码 */
|
|
4
4
|
code: number;
|
|
5
5
|
/** 状态描述 */
|
|
@@ -7,9 +7,9 @@ export interface PostBasicV1AreaListResult {
|
|
|
7
7
|
/** 业务状态码 */
|
|
8
8
|
bizCode: number;
|
|
9
9
|
/** 业务数据 */
|
|
10
|
-
data:
|
|
10
|
+
data: PostUserCenterV1AreaListResultData[];
|
|
11
11
|
}
|
|
12
|
-
export interface
|
|
12
|
+
export interface PostUserCenterV1AreaListResultData {
|
|
13
13
|
/** 团队ID */
|
|
14
14
|
id: number;
|
|
15
15
|
/** 团队名称 */
|
|
@@ -21,9 +21,9 @@ export interface PostBasicV1AreaListResultData {
|
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* 团队列表
|
|
24
|
-
* /
|
|
24
|
+
* /userCenter/v1/area/list
|
|
25
25
|
*/
|
|
26
|
-
export declare function
|
|
26
|
+
export declare function postUserCenterV1AreaList(input?: PostUserCenterV1AreaListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
27
27
|
code: number;
|
|
28
28
|
msg: string;
|
|
29
29
|
bizCode: number;
|
|
@@ -34,7 +34,7 @@ export declare function postBasicV1AreaList(input?: PostBasicV1AreaListInput, co
|
|
|
34
34
|
alias: any;
|
|
35
35
|
}[];
|
|
36
36
|
}, any>>;
|
|
37
|
-
export interface
|
|
37
|
+
export interface PostUserCenterV1AreaListInput {
|
|
38
38
|
/** 家族编码 */
|
|
39
39
|
org_code?: string;
|
|
40
40
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postUserCenterV1AreaList(input, config) {
|
|
6
|
+
return request.default.post(`/userCenter/v1/area/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postUserCenterV1AreaList = postUserCenterV1AreaList;
|
|
10
|
+
//# sourceMappingURL=postUserCenterV1AreaList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1AreaList.js","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,eAAQ,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,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postUserCenterV1EmployeeList(input, config) {
|
|
6
|
+
return request.default.post(`/userCenter/v1/employee/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postUserCenterV1EmployeeList = postUserCenterV1EmployeeList;
|
|
10
|
+
//# sourceMappingURL=postUserCenterV1EmployeeList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1EmployeeList.js","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,eAAQ,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,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postUserCenterV1MenuList(input, config) {
|
|
6
|
+
return request.default.post(`/userCenter/v1/menu/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postUserCenterV1MenuList = postUserCenterV1MenuList;
|
|
10
|
+
//# sourceMappingURL=postUserCenterV1MenuList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1MenuList.js","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,eAAQ,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,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postUserCenterV1OrgList(config) {
|
|
6
|
+
return request.default.post(`/userCenter/v1/org/list`, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postUserCenterV1OrgList = postUserCenterV1OrgList;
|
|
10
|
+
//# sourceMappingURL=postUserCenterV1OrgList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1OrgList.js","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,eAAA,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,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postUserCenterV1OrgTreeList(input, config) {
|
|
6
|
+
return request.default.post(`/userCenter/v1/org/tree/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postUserCenterV1OrgTreeList = postUserCenterV1OrgTreeList;
|
|
10
|
+
//# sourceMappingURL=postUserCenterV1OrgTreeList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1OrgTreeList.js","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,eAAQ,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,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postUserCenterV1RoleList(config) {
|
|
6
|
+
return request.default.post(`/userCenter/v1/role/list`, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postUserCenterV1RoleList = postUserCenterV1RoleList;
|
|
10
|
+
//# sourceMappingURL=postUserCenterV1RoleList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1RoleList.js","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,eAAA,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;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
var useAxios = require('@vueuse/integrations/useAxios');
|
|
4
4
|
var request = require('../../request.js');
|
|
5
5
|
|
|
6
|
-
function
|
|
6
|
+
function usePostCommonV1CountryList(config, options) {
|
|
7
7
|
const useAxiosReturn = useAxios.useAxios(
|
|
8
|
-
"/
|
|
8
|
+
"/common/v1/country/list",
|
|
9
9
|
{ method: "post", ...config },
|
|
10
10
|
request.default,
|
|
11
11
|
{ immediate: false, ...options }
|
|
@@ -16,5 +16,5 @@ function usePostBasicV1SystemList(config, options) {
|
|
|
16
16
|
return { ...useAxiosReturn, exec };
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
exports.
|
|
20
|
-
//# sourceMappingURL=
|
|
19
|
+
exports.usePostCommonV1CountryList = usePostCommonV1CountryList;
|
|
20
|
+
//# sourceMappingURL=usePostCommonV1CountryList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1CountryList.js","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":["useAxios","request"],"mappings":";;;;;AAUgB,SAAA,0BAAA,CAA2B,QAA6B,OAAwE,EAAA;AAC5I,EAAA,MAAM,cAAiB,GAAAA,iBAAA;AAAA,IACnB,yBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BC,eAAA;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;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
var useAxios = require('@vueuse/integrations/useAxios');
|
|
4
4
|
var request = require('../../request.js');
|
|
5
5
|
|
|
6
|
-
function
|
|
6
|
+
function usePostCommonV1CurrencyList(config, options) {
|
|
7
7
|
const useAxiosReturn = useAxios.useAxios(
|
|
8
|
-
"/
|
|
8
|
+
"/common/v1/currency/list",
|
|
9
9
|
{ method: "post", ...config },
|
|
10
10
|
request.default,
|
|
11
11
|
{ immediate: false, ...options }
|
|
@@ -16,5 +16,5 @@ function usePostBasicV1CategoryList(config, options) {
|
|
|
16
16
|
return { ...useAxiosReturn, exec };
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
exports.
|
|
20
|
-
//# sourceMappingURL=
|
|
19
|
+
exports.usePostCommonV1CurrencyList = usePostCommonV1CurrencyList;
|
|
20
|
+
//# sourceMappingURL=usePostCommonV1CurrencyList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1CurrencyList.js","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":["useAxios","request"],"mappings":";;;;;AAUgB,SAAA,2BAAA,CAA4B,QAA6B,OAAyE,EAAA;AAC9I,EAAA,MAAM,cAAiB,GAAAA,iBAAA;AAAA,IACnB,0BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BC,eAAA;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,20 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var useAxios = require('@vueuse/integrations/useAxios');
|
|
4
|
+
var request = require('../../request.js');
|
|
5
|
+
|
|
6
|
+
function usePostCommonV1ExchangeRateList(config, options) {
|
|
7
|
+
const useAxiosReturn = useAxios.useAxios(
|
|
8
|
+
"/common/v1/exchangeRate/list",
|
|
9
|
+
{ method: "post", ...config },
|
|
10
|
+
request.default,
|
|
11
|
+
{ immediate: false, ...options }
|
|
12
|
+
);
|
|
13
|
+
function exec(input, axiosConfig) {
|
|
14
|
+
return useAxiosReturn.execute({ data: input, ...axiosConfig });
|
|
15
|
+
}
|
|
16
|
+
return { ...useAxiosReturn, exec };
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
exports.usePostCommonV1ExchangeRateList = usePostCommonV1ExchangeRateList;
|
|
20
|
+
//# sourceMappingURL=usePostCommonV1ExchangeRateList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1ExchangeRateList.js","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":["useAxios","request"],"mappings":";;;;;AAUgB,SAAA,+BAAA,CAAgC,QAA6B,OAA6E,EAAA;AACtJ,EAAA,MAAM,cAAiB,GAAAA,iBAAA;AAAA,IACnB,8BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BC,eAAA;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;
|
package/lib/api/basic/controller/default/{usePostBasicV1RoleList.js → usePostCommonV1SystemList.js}
RENAMED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
var useAxios = require('@vueuse/integrations/useAxios');
|
|
4
4
|
var request = require('../../request.js');
|
|
5
5
|
|
|
6
|
-
function
|
|
6
|
+
function usePostCommonV1SystemList(config, options) {
|
|
7
7
|
const useAxiosReturn = useAxios.useAxios(
|
|
8
|
-
"/
|
|
8
|
+
"/common/v1/system/list",
|
|
9
9
|
{ method: "post", ...config },
|
|
10
10
|
request.default,
|
|
11
11
|
{ immediate: false, ...options }
|
|
@@ -16,5 +16,5 @@ function usePostBasicV1RoleList(config, options) {
|
|
|
16
16
|
return { ...useAxiosReturn, exec };
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
exports.
|
|
20
|
-
//# sourceMappingURL=
|
|
19
|
+
exports.usePostCommonV1SystemList = usePostCommonV1SystemList;
|
|
20
|
+
//# sourceMappingURL=usePostCommonV1SystemList.js.map
|