giime 0.1.6 → 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.
Files changed (425) hide show
  1. package/dist/index.css +48 -44
  2. package/es/api/basic/controller/default/index.d.ts +26 -26
  3. package/es/api/basic/controller/default/index.mjs +26 -26
  4. package/{lib/api/basic/controller/default/postBasicV1CountryList.d.ts → es/api/basic/controller/default/postCommonV1CountryList.d.ts} +5 -5
  5. package/es/api/basic/controller/default/postCommonV1CountryList.mjs +8 -0
  6. package/es/api/basic/controller/default/postCommonV1CountryList.mjs.map +1 -0
  7. package/{lib/api/basic/controller/default/postBasicV1CurrencyList.d.ts → es/api/basic/controller/default/postCommonV1CurrencyList.d.ts} +6 -6
  8. package/es/api/basic/controller/default/postCommonV1CurrencyList.mjs +8 -0
  9. package/es/api/basic/controller/default/postCommonV1CurrencyList.mjs.map +1 -0
  10. package/{lib/api/basic/controller/default/postBasicV1ExchangeRateList.d.ts → es/api/basic/controller/default/postCommonV1ExchangeRateList.d.ts} +6 -6
  11. package/es/api/basic/controller/default/postCommonV1ExchangeRateList.mjs +8 -0
  12. package/es/api/basic/controller/default/postCommonV1ExchangeRateList.mjs.map +1 -0
  13. package/es/api/basic/controller/default/{postBasicV1SystemList.d.ts → postCommonV1SystemList.d.ts} +5 -5
  14. package/es/api/basic/controller/default/postCommonV1SystemList.mjs +8 -0
  15. package/es/api/basic/controller/default/postCommonV1SystemList.mjs.map +1 -0
  16. package/{lib/api/basic/controller/default/postBasicV1CategoryList.d.ts → es/api/basic/controller/default/postProductV1CategoryList.d.ts} +10 -10
  17. package/es/api/basic/controller/default/postProductV1CategoryList.mjs +8 -0
  18. package/es/api/basic/controller/default/postProductV1CategoryList.mjs.map +1 -0
  19. package/es/api/basic/controller/default/{postBasicV1ProductList.d.ts → postProductV1ProductList.d.ts} +8 -8
  20. package/es/api/basic/controller/default/postProductV1ProductList.mjs +8 -0
  21. package/es/api/basic/controller/default/postProductV1ProductList.mjs.map +1 -0
  22. package/es/api/basic/controller/default/{postBasicV1SalesList.d.ts → postProductV1SalesList.d.ts} +8 -8
  23. package/es/api/basic/controller/default/postProductV1SalesList.mjs +8 -0
  24. package/es/api/basic/controller/default/postProductV1SalesList.mjs.map +1 -0
  25. package/es/api/basic/controller/default/{postBasicV1AreaList.d.ts → postUserCenterV1AreaList.d.ts} +6 -6
  26. package/es/api/basic/controller/default/postUserCenterV1AreaList.mjs +8 -0
  27. package/es/api/basic/controller/default/postUserCenterV1AreaList.mjs.map +1 -0
  28. package/es/api/basic/controller/default/{postBasicV1EmployeeList.d.ts → postUserCenterV1EmployeeList.d.ts} +10 -10
  29. package/es/api/basic/controller/default/postUserCenterV1EmployeeList.mjs +8 -0
  30. package/es/api/basic/controller/default/postUserCenterV1EmployeeList.mjs.map +1 -0
  31. package/{lib/api/basic/controller/default/postBasicV1MenuList.d.ts → es/api/basic/controller/default/postUserCenterV1MenuList.d.ts} +10 -10
  32. package/es/api/basic/controller/default/postUserCenterV1MenuList.mjs +8 -0
  33. package/es/api/basic/controller/default/postUserCenterV1MenuList.mjs.map +1 -0
  34. package/{lib/api/basic/controller/default/postBasicV1OrgList.d.ts → es/api/basic/controller/default/postUserCenterV1OrgList.d.ts} +5 -5
  35. package/es/api/basic/controller/default/postUserCenterV1OrgList.mjs +8 -0
  36. package/es/api/basic/controller/default/postUserCenterV1OrgList.mjs.map +1 -0
  37. package/{lib/api/basic/controller/default/postBasicV1OrgTreeList.d.ts → es/api/basic/controller/default/postUserCenterV1OrgTreeList.d.ts} +14 -14
  38. package/es/api/basic/controller/default/postUserCenterV1OrgTreeList.mjs +8 -0
  39. package/es/api/basic/controller/default/postUserCenterV1OrgTreeList.mjs.map +1 -0
  40. package/{lib/api/basic/controller/default/postBasicV1RoleList.d.ts → es/api/basic/controller/default/postUserCenterV1RoleList.d.ts} +5 -5
  41. package/es/api/basic/controller/default/postUserCenterV1RoleList.mjs +8 -0
  42. package/es/api/basic/controller/default/postUserCenterV1RoleList.mjs.map +1 -0
  43. package/{lib/api/basic/controller/default/usePostBasicV1CountryList.d.ts → es/api/basic/controller/default/usePostCommonV1CountryList.d.ts} +3 -3
  44. package/es/api/basic/controller/default/{usePostBasicV1RoleList.mjs → usePostCommonV1CountryList.mjs} +4 -4
  45. package/es/api/basic/controller/default/usePostCommonV1CountryList.mjs.map +1 -0
  46. package/{lib/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts → es/api/basic/controller/default/usePostCommonV1CurrencyList.d.ts} +4 -4
  47. package/es/api/basic/controller/default/{usePostBasicV1CategoryList.mjs → usePostCommonV1CurrencyList.mjs} +4 -4
  48. package/es/api/basic/controller/default/usePostCommonV1CurrencyList.mjs.map +1 -0
  49. package/es/api/basic/controller/default/{usePostBasicV1ExchangeRateList.d.ts → usePostCommonV1ExchangeRateList.d.ts} +4 -4
  50. package/es/api/basic/controller/default/usePostCommonV1ExchangeRateList.mjs +18 -0
  51. package/es/api/basic/controller/default/usePostCommonV1ExchangeRateList.mjs.map +1 -0
  52. package/es/api/basic/controller/default/{usePostBasicV1SystemList.d.ts → usePostCommonV1SystemList.d.ts} +3 -3
  53. package/es/api/basic/controller/default/{usePostBasicV1CountryList.mjs → usePostCommonV1SystemList.mjs} +4 -4
  54. package/es/api/basic/controller/default/{usePostBasicV1CountryList.mjs.map → usePostCommonV1SystemList.mjs.map} +1 -1
  55. package/{lib/api/basic/controller/default/usePostBasicV1CategoryList.d.ts → es/api/basic/controller/default/usePostProductV1CategoryList.d.ts} +4 -4
  56. package/es/api/basic/controller/default/usePostProductV1CategoryList.mjs +18 -0
  57. package/es/api/basic/controller/default/usePostProductV1CategoryList.mjs.map +1 -0
  58. package/es/api/basic/controller/default/{usePostBasicV1ProductList.d.ts → usePostProductV1ProductList.d.ts} +4 -4
  59. package/es/api/basic/controller/default/{usePostBasicV1AreaList.mjs → usePostProductV1ProductList.mjs} +4 -4
  60. package/es/api/basic/controller/default/usePostProductV1ProductList.mjs.map +1 -0
  61. package/es/api/basic/controller/default/{usePostBasicV1SalesList.d.ts → usePostProductV1SalesList.d.ts} +4 -4
  62. package/es/api/basic/controller/default/{usePostBasicV1MenuList.mjs → usePostProductV1SalesList.mjs} +4 -4
  63. package/es/api/basic/controller/default/{usePostBasicV1ProductList.mjs.map → usePostProductV1SalesList.mjs.map} +1 -1
  64. package/{lib/api/basic/controller/default/usePostBasicV1AreaList.d.ts → es/api/basic/controller/default/usePostUserCenterV1AreaList.d.ts} +4 -4
  65. package/es/api/basic/controller/default/{usePostBasicV1EmployeeList.mjs → usePostUserCenterV1AreaList.mjs} +4 -4
  66. package/es/api/basic/controller/default/usePostUserCenterV1AreaList.mjs.map +1 -0
  67. package/es/api/basic/controller/default/{usePostBasicV1EmployeeList.d.ts → usePostUserCenterV1EmployeeList.d.ts} +4 -4
  68. package/es/api/basic/controller/default/usePostUserCenterV1EmployeeList.mjs +18 -0
  69. package/es/api/basic/controller/default/usePostUserCenterV1EmployeeList.mjs.map +1 -0
  70. package/es/api/basic/controller/default/{usePostBasicV1MenuList.d.ts → usePostUserCenterV1MenuList.d.ts} +4 -4
  71. package/es/api/basic/controller/default/{usePostBasicV1CurrencyList.mjs → usePostUserCenterV1MenuList.mjs} +4 -4
  72. package/es/api/basic/controller/default/usePostUserCenterV1MenuList.mjs.map +1 -0
  73. package/es/api/basic/controller/default/{usePostBasicV1OrgList.d.ts → usePostUserCenterV1OrgList.d.ts} +3 -3
  74. package/es/api/basic/controller/default/{usePostBasicV1SystemList.mjs → usePostUserCenterV1OrgList.mjs} +4 -4
  75. package/es/api/basic/controller/default/usePostUserCenterV1OrgList.mjs.map +1 -0
  76. package/es/api/basic/controller/default/{usePostBasicV1OrgTreeList.d.ts → usePostUserCenterV1OrgTreeList.d.ts} +4 -4
  77. package/es/api/basic/controller/default/usePostUserCenterV1OrgTreeList.mjs +18 -0
  78. package/es/api/basic/controller/default/usePostUserCenterV1OrgTreeList.mjs.map +1 -0
  79. package/es/api/basic/controller/default/{usePostBasicV1RoleList.d.ts → usePostUserCenterV1RoleList.d.ts} +3 -3
  80. package/es/api/basic/controller/default/{usePostBasicV1OrgList.mjs → usePostUserCenterV1RoleList.mjs} +4 -4
  81. package/es/api/basic/controller/default/usePostUserCenterV1RoleList.mjs.map +1 -0
  82. package/es/api/basic/controller/index.mjs +26 -26
  83. package/es/api/basic/index.mjs +26 -26
  84. package/es/api/basic/request.mjs +2 -2
  85. package/es/api/basic/request.mjs.map +1 -1
  86. package/es/api/index.mjs +26 -26
  87. package/es/components/index.mjs +1 -0
  88. package/es/components/index.mjs.map +1 -1
  89. package/es/components/src/base/index.d.ts +1 -0
  90. package/es/components/src/base/index.mjs +1 -0
  91. package/es/components/src/base/index.mjs.map +1 -1
  92. package/es/components/src/base/rangeNumber/index.d.ts +35 -0
  93. package/es/components/src/base/rangeNumber/index.mjs +8 -0
  94. package/es/components/src/base/rangeNumber/index.mjs.map +1 -0
  95. package/es/components/src/base/rangeNumber/rangeNumber.d.ts +23 -0
  96. package/es/components/src/base/rangeNumber/rangeNumber.mjs +29 -0
  97. package/es/components/src/base/rangeNumber/rangeNumber.mjs.map +1 -0
  98. package/es/components/src/base/rangeNumber/rangeNumber.vue.d.ts +32 -0
  99. package/es/components/src/base/rangeNumber/rangeNumber.vue.mjs +8 -0
  100. package/es/components/src/base/rangeNumber/rangeNumber.vue.mjs.map +1 -0
  101. package/es/components/src/base/rangeNumber/rangeNumber.vue2.mjs +75 -0
  102. package/es/components/src/base/rangeNumber/rangeNumber.vue2.mjs.map +1 -0
  103. package/es/components/src/base/rangeNumber/rangeNumber.vue3.mjs +4 -0
  104. package/es/components/src/base/rangeNumber/rangeNumber.vue3.mjs.map +1 -0
  105. package/es/components/src/base/status/status.vue2.mjs +4 -8
  106. package/es/components/src/base/status/status.vue2.mjs.map +1 -1
  107. package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs +2 -0
  108. package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
  109. package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +9 -0
  110. package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs +2 -1
  111. package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs.map +1 -1
  112. package/es/components/src/composite/searchForm/searchFormItems/select/index.d.ts +9 -0
  113. package/es/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.d.ts +4 -0
  114. package/es/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.mjs +2 -1
  115. package/es/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.mjs.map +1 -1
  116. package/es/components/src/composite/selectOptions/SelectOptions.vue.d.ts +9 -0
  117. package/es/components/src/composite/selectOptions/SelectOptions.vue2.mjs +19 -4
  118. package/es/components/src/composite/selectOptions/SelectOptions.vue2.mjs.map +1 -1
  119. package/es/components/src/composite/selectOptions/index.d.ts +9 -0
  120. package/es/components/src/composite/selectOptions/selectOptions.d.ts +7 -0
  121. package/es/components/src/composite/selectOptions/selectOptions.mjs +7 -0
  122. package/es/components/src/composite/selectOptions/selectOptions.mjs.map +1 -1
  123. package/es/giime/index.mjs +8 -1
  124. package/es/giime/index.mjs.map +1 -1
  125. package/es/giime/version.d.ts +1 -1
  126. package/es/giime/version.mjs +1 -1
  127. package/es/giime/version.mjs.map +1 -1
  128. package/es/hooks/index.mjs +7 -1
  129. package/es/hooks/index.mjs.map +1 -1
  130. package/es/hooks/store/common/index.d.ts +3 -0
  131. package/es/hooks/store/common/index.mjs +4 -0
  132. package/es/hooks/store/{basic → common}/index.mjs.map +1 -1
  133. package/es/hooks/store/common/useCountryList/index.d.ts +16 -0
  134. package/es/hooks/store/common/useCountryList/index.mjs +31 -0
  135. package/es/hooks/store/common/useCountryList/index.mjs.map +1 -0
  136. package/es/hooks/store/{useCurrencyList → common/useCurrencyList}/index.d.ts +5 -5
  137. package/es/hooks/store/common/useCurrencyList/index.mjs +31 -0
  138. package/es/hooks/store/common/useCurrencyList/index.mjs.map +1 -0
  139. package/es/hooks/store/common/useSystemList/index.d.ts +80 -0
  140. package/es/hooks/store/common/useSystemList/index.mjs +26 -0
  141. package/es/hooks/store/common/useSystemList/index.mjs.map +1 -0
  142. package/es/hooks/store/index.d.ts +2 -2
  143. package/es/hooks/store/index.mjs +9 -2
  144. package/es/hooks/store/index.mjs.map +1 -1
  145. package/es/hooks/store/useLogin/index.d.ts +7 -1
  146. package/es/hooks/store/useLogin/index.mjs +5 -1
  147. package/es/hooks/store/useLogin/index.mjs.map +1 -1
  148. package/es/hooks/store/userCenter/index.d.ts +4 -0
  149. package/es/hooks/store/userCenter/index.mjs +5 -0
  150. package/es/hooks/store/userCenter/index.mjs.map +1 -0
  151. package/es/hooks/store/userCenter/useAreaList/index.d.ts +89 -0
  152. package/es/hooks/store/userCenter/useAreaList/index.mjs +26 -0
  153. package/es/hooks/store/userCenter/useAreaList/index.mjs.map +1 -0
  154. package/es/hooks/store/userCenter/useOrgList/index.d.ts +16 -0
  155. package/es/hooks/store/userCenter/useOrgList/index.mjs +31 -0
  156. package/es/hooks/store/userCenter/useOrgList/index.mjs.map +1 -0
  157. package/es/hooks/store/userCenter/useOrgTreeList/index.d.ts +449 -0
  158. package/es/hooks/store/userCenter/useOrgTreeList/index.mjs +26 -0
  159. package/es/hooks/store/userCenter/useOrgTreeList/index.mjs.map +1 -0
  160. package/es/hooks/store/userCenter/useRoleList/index.d.ts +16 -0
  161. package/es/hooks/store/userCenter/useRoleList/index.mjs +31 -0
  162. package/es/hooks/store/userCenter/useRoleList/index.mjs.map +1 -0
  163. package/es/index.css +48 -44
  164. package/es/utils/src/http/createAxios.mjs +6 -8
  165. package/es/utils/src/http/createAxios.mjs.map +1 -1
  166. package/es/utils/src/http/interceptors.mjs +2 -0
  167. package/es/utils/src/http/interceptors.mjs.map +1 -1
  168. package/lib/api/basic/controller/default/index.d.ts +26 -26
  169. package/lib/api/basic/controller/default/index.js +52 -52
  170. package/{es/api/basic/controller/default/postBasicV1CountryList.d.ts → lib/api/basic/controller/default/postCommonV1CountryList.d.ts} +5 -5
  171. package/lib/api/basic/controller/default/postCommonV1CountryList.js +10 -0
  172. package/lib/api/basic/controller/default/postCommonV1CountryList.js.map +1 -0
  173. package/{es/api/basic/controller/default/postBasicV1CurrencyList.d.ts → lib/api/basic/controller/default/postCommonV1CurrencyList.d.ts} +6 -6
  174. package/lib/api/basic/controller/default/postCommonV1CurrencyList.js +10 -0
  175. package/lib/api/basic/controller/default/postCommonV1CurrencyList.js.map +1 -0
  176. package/{es/api/basic/controller/default/postBasicV1ExchangeRateList.d.ts → lib/api/basic/controller/default/postCommonV1ExchangeRateList.d.ts} +6 -6
  177. package/lib/api/basic/controller/default/postCommonV1ExchangeRateList.js +10 -0
  178. package/lib/api/basic/controller/default/postCommonV1ExchangeRateList.js.map +1 -0
  179. package/lib/api/basic/controller/default/{postBasicV1SystemList.d.ts → postCommonV1SystemList.d.ts} +5 -5
  180. package/lib/api/basic/controller/default/postCommonV1SystemList.js +10 -0
  181. package/lib/api/basic/controller/default/postCommonV1SystemList.js.map +1 -0
  182. package/{es/api/basic/controller/default/postBasicV1CategoryList.d.ts → lib/api/basic/controller/default/postProductV1CategoryList.d.ts} +10 -10
  183. package/lib/api/basic/controller/default/postProductV1CategoryList.js +10 -0
  184. package/lib/api/basic/controller/default/postProductV1CategoryList.js.map +1 -0
  185. package/lib/api/basic/controller/default/{postBasicV1ProductList.d.ts → postProductV1ProductList.d.ts} +8 -8
  186. package/lib/api/basic/controller/default/postProductV1ProductList.js +10 -0
  187. package/lib/api/basic/controller/default/postProductV1ProductList.js.map +1 -0
  188. package/lib/api/basic/controller/default/{postBasicV1SalesList.d.ts → postProductV1SalesList.d.ts} +8 -8
  189. package/lib/api/basic/controller/default/postProductV1SalesList.js +10 -0
  190. package/lib/api/basic/controller/default/postProductV1SalesList.js.map +1 -0
  191. package/lib/api/basic/controller/default/{postBasicV1AreaList.d.ts → postUserCenterV1AreaList.d.ts} +6 -6
  192. package/lib/api/basic/controller/default/postUserCenterV1AreaList.js +10 -0
  193. package/lib/api/basic/controller/default/postUserCenterV1AreaList.js.map +1 -0
  194. package/lib/api/basic/controller/default/{postBasicV1EmployeeList.d.ts → postUserCenterV1EmployeeList.d.ts} +10 -10
  195. package/lib/api/basic/controller/default/postUserCenterV1EmployeeList.js +10 -0
  196. package/lib/api/basic/controller/default/postUserCenterV1EmployeeList.js.map +1 -0
  197. package/{es/api/basic/controller/default/postBasicV1MenuList.d.ts → lib/api/basic/controller/default/postUserCenterV1MenuList.d.ts} +10 -10
  198. package/lib/api/basic/controller/default/postUserCenterV1MenuList.js +10 -0
  199. package/lib/api/basic/controller/default/postUserCenterV1MenuList.js.map +1 -0
  200. package/{es/api/basic/controller/default/postBasicV1OrgList.d.ts → lib/api/basic/controller/default/postUserCenterV1OrgList.d.ts} +5 -5
  201. package/lib/api/basic/controller/default/postUserCenterV1OrgList.js +10 -0
  202. package/lib/api/basic/controller/default/postUserCenterV1OrgList.js.map +1 -0
  203. package/{es/api/basic/controller/default/postBasicV1OrgTreeList.d.ts → lib/api/basic/controller/default/postUserCenterV1OrgTreeList.d.ts} +14 -14
  204. package/lib/api/basic/controller/default/postUserCenterV1OrgTreeList.js +10 -0
  205. package/lib/api/basic/controller/default/postUserCenterV1OrgTreeList.js.map +1 -0
  206. package/{es/api/basic/controller/default/postBasicV1RoleList.d.ts → lib/api/basic/controller/default/postUserCenterV1RoleList.d.ts} +5 -5
  207. package/lib/api/basic/controller/default/postUserCenterV1RoleList.js +10 -0
  208. package/lib/api/basic/controller/default/postUserCenterV1RoleList.js.map +1 -0
  209. package/{es/api/basic/controller/default/usePostBasicV1CountryList.d.ts → lib/api/basic/controller/default/usePostCommonV1CountryList.d.ts} +3 -3
  210. package/lib/api/basic/controller/default/{usePostBasicV1SystemList.js → usePostCommonV1CountryList.js} +4 -4
  211. package/lib/api/basic/controller/default/usePostCommonV1CountryList.js.map +1 -0
  212. package/{es/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts → lib/api/basic/controller/default/usePostCommonV1CurrencyList.d.ts} +4 -4
  213. package/lib/api/basic/controller/default/{usePostBasicV1CategoryList.js → usePostCommonV1CurrencyList.js} +4 -4
  214. package/lib/api/basic/controller/default/usePostCommonV1CurrencyList.js.map +1 -0
  215. package/lib/api/basic/controller/default/{usePostBasicV1ExchangeRateList.d.ts → usePostCommonV1ExchangeRateList.d.ts} +4 -4
  216. package/lib/api/basic/controller/default/usePostCommonV1ExchangeRateList.js +20 -0
  217. package/lib/api/basic/controller/default/usePostCommonV1ExchangeRateList.js.map +1 -0
  218. package/lib/api/basic/controller/default/{usePostBasicV1SystemList.d.ts → usePostCommonV1SystemList.d.ts} +3 -3
  219. package/lib/api/basic/controller/default/{usePostBasicV1RoleList.js → usePostCommonV1SystemList.js} +4 -4
  220. package/lib/api/basic/controller/default/{usePostBasicV1CountryList.js.map → usePostCommonV1SystemList.js.map} +1 -1
  221. package/{es/api/basic/controller/default/usePostBasicV1CategoryList.d.ts → lib/api/basic/controller/default/usePostProductV1CategoryList.d.ts} +4 -4
  222. package/lib/api/basic/controller/default/usePostProductV1CategoryList.js +20 -0
  223. package/lib/api/basic/controller/default/usePostProductV1CategoryList.js.map +1 -0
  224. package/lib/api/basic/controller/default/{usePostBasicV1ProductList.d.ts → usePostProductV1ProductList.d.ts} +4 -4
  225. package/lib/api/basic/controller/default/{usePostBasicV1EmployeeList.js → usePostProductV1ProductList.js} +4 -4
  226. package/lib/api/basic/controller/default/usePostProductV1ProductList.js.map +1 -0
  227. package/lib/api/basic/controller/default/{usePostBasicV1SalesList.d.ts → usePostProductV1SalesList.d.ts} +4 -4
  228. package/lib/api/basic/controller/default/{usePostBasicV1AreaList.js → usePostProductV1SalesList.js} +4 -4
  229. package/lib/api/basic/controller/default/{usePostBasicV1ProductList.js.map → usePostProductV1SalesList.js.map} +1 -1
  230. package/{es/api/basic/controller/default/usePostBasicV1AreaList.d.ts → lib/api/basic/controller/default/usePostUserCenterV1AreaList.d.ts} +4 -4
  231. package/lib/api/basic/controller/default/{usePostBasicV1CurrencyList.js → usePostUserCenterV1AreaList.js} +4 -4
  232. package/lib/api/basic/controller/default/usePostUserCenterV1AreaList.js.map +1 -0
  233. package/lib/api/basic/controller/default/{usePostBasicV1EmployeeList.d.ts → usePostUserCenterV1EmployeeList.d.ts} +4 -4
  234. package/lib/api/basic/controller/default/usePostUserCenterV1EmployeeList.js +20 -0
  235. package/lib/api/basic/controller/default/usePostUserCenterV1EmployeeList.js.map +1 -0
  236. package/lib/api/basic/controller/default/{usePostBasicV1MenuList.d.ts → usePostUserCenterV1MenuList.d.ts} +4 -4
  237. package/lib/api/basic/controller/default/usePostUserCenterV1MenuList.js +20 -0
  238. package/lib/api/basic/controller/default/usePostUserCenterV1MenuList.js.map +1 -0
  239. package/lib/api/basic/controller/default/{usePostBasicV1OrgList.d.ts → usePostUserCenterV1OrgList.d.ts} +3 -3
  240. package/lib/api/basic/controller/default/{usePostBasicV1CountryList.js → usePostUserCenterV1OrgList.js} +4 -4
  241. package/lib/api/basic/controller/default/usePostUserCenterV1OrgList.js.map +1 -0
  242. package/lib/api/basic/controller/default/{usePostBasicV1OrgTreeList.d.ts → usePostUserCenterV1OrgTreeList.d.ts} +4 -4
  243. package/lib/api/basic/controller/default/usePostUserCenterV1OrgTreeList.js +20 -0
  244. package/lib/api/basic/controller/default/usePostUserCenterV1OrgTreeList.js.map +1 -0
  245. package/lib/api/basic/controller/default/{usePostBasicV1RoleList.d.ts → usePostUserCenterV1RoleList.d.ts} +3 -3
  246. package/lib/api/basic/controller/default/{usePostBasicV1OrgList.js → usePostUserCenterV1RoleList.js} +4 -4
  247. package/lib/api/basic/controller/default/usePostUserCenterV1RoleList.js.map +1 -0
  248. package/lib/api/basic/controller/index.js +52 -52
  249. package/lib/api/basic/index.js +52 -52
  250. package/lib/api/basic/request.js +2 -2
  251. package/lib/api/basic/request.js.map +1 -1
  252. package/lib/api/index.js +52 -52
  253. package/lib/components/index.js +56 -54
  254. package/lib/components/index.js.map +1 -1
  255. package/lib/components/src/base/index.d.ts +1 -0
  256. package/lib/components/src/base/index.js +2 -0
  257. package/lib/components/src/base/index.js.map +1 -1
  258. package/lib/components/src/base/rangeNumber/index.d.ts +35 -0
  259. package/lib/components/src/base/rangeNumber/index.js +13 -0
  260. package/lib/components/src/base/rangeNumber/index.js.map +1 -0
  261. package/lib/components/src/base/rangeNumber/rangeNumber.d.ts +23 -0
  262. package/lib/components/src/base/rangeNumber/rangeNumber.js +32 -0
  263. package/lib/components/src/base/rangeNumber/rangeNumber.js.map +1 -0
  264. package/lib/components/src/base/rangeNumber/rangeNumber.vue.d.ts +32 -0
  265. package/lib/components/src/base/rangeNumber/rangeNumber.vue.js +12 -0
  266. package/lib/components/src/base/rangeNumber/rangeNumber.vue.js.map +1 -0
  267. package/lib/components/src/base/rangeNumber/rangeNumber.vue2.js +79 -0
  268. package/lib/components/src/base/rangeNumber/rangeNumber.vue2.js.map +1 -0
  269. package/lib/components/src/base/rangeNumber/rangeNumber.vue3.js +8 -0
  270. package/lib/components/src/base/rangeNumber/rangeNumber.vue3.js.map +1 -0
  271. package/lib/components/src/base/status/status.vue2.js +4 -8
  272. package/lib/components/src/base/status/status.vue2.js.map +1 -1
  273. package/lib/components/src/business/loginDialog/LoginDialog.vue2.js +2 -0
  274. package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
  275. package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +9 -0
  276. package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js +2 -1
  277. package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js.map +1 -1
  278. package/lib/components/src/composite/searchForm/searchFormItems/select/index.d.ts +9 -0
  279. package/lib/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.d.ts +4 -0
  280. package/lib/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.js +2 -1
  281. package/lib/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.js.map +1 -1
  282. package/lib/components/src/composite/selectOptions/SelectOptions.vue.d.ts +9 -0
  283. package/lib/components/src/composite/selectOptions/SelectOptions.vue2.js +18 -3
  284. package/lib/components/src/composite/selectOptions/SelectOptions.vue2.js.map +1 -1
  285. package/lib/components/src/composite/selectOptions/index.d.ts +9 -0
  286. package/lib/components/src/composite/selectOptions/selectOptions.d.ts +7 -0
  287. package/lib/components/src/composite/selectOptions/selectOptions.js +7 -0
  288. package/lib/components/src/composite/selectOptions/selectOptions.js.map +1 -1
  289. package/lib/giime/index.js +84 -70
  290. package/lib/giime/index.js.map +1 -1
  291. package/lib/giime/version.d.ts +1 -1
  292. package/lib/giime/version.js +1 -1
  293. package/lib/giime/version.js.map +1 -1
  294. package/lib/hooks/index.js +28 -16
  295. package/lib/hooks/index.js.map +1 -1
  296. package/lib/hooks/store/common/index.d.ts +3 -0
  297. package/lib/hooks/store/common/index.js +12 -0
  298. package/lib/hooks/store/{basic → common}/index.js.map +1 -1
  299. package/lib/hooks/store/common/useCountryList/index.d.ts +16 -0
  300. package/lib/hooks/store/common/useCountryList/index.js +33 -0
  301. package/lib/hooks/store/common/useCountryList/index.js.map +1 -0
  302. package/lib/hooks/store/{useCurrencyList → common/useCurrencyList}/index.d.ts +5 -5
  303. package/lib/hooks/store/common/useCurrencyList/index.js +33 -0
  304. package/lib/hooks/store/common/useCurrencyList/index.js.map +1 -0
  305. package/lib/hooks/store/common/useSystemList/index.d.ts +80 -0
  306. package/lib/hooks/store/common/useSystemList/index.js +28 -0
  307. package/lib/hooks/store/common/useSystemList/index.js.map +1 -0
  308. package/lib/hooks/store/index.d.ts +2 -2
  309. package/lib/hooks/store/index.js +30 -17
  310. package/lib/hooks/store/index.js.map +1 -1
  311. package/lib/hooks/store/useLogin/index.d.ts +7 -1
  312. package/lib/hooks/store/useLogin/index.js +4 -0
  313. package/lib/hooks/store/useLogin/index.js.map +1 -1
  314. package/lib/hooks/store/userCenter/index.d.ts +4 -0
  315. package/lib/hooks/store/userCenter/index.js +14 -0
  316. package/lib/hooks/store/userCenter/index.js.map +1 -0
  317. package/lib/hooks/store/userCenter/useAreaList/index.d.ts +89 -0
  318. package/lib/hooks/store/userCenter/useAreaList/index.js +28 -0
  319. package/lib/hooks/store/userCenter/useAreaList/index.js.map +1 -0
  320. package/lib/hooks/store/userCenter/useOrgList/index.d.ts +16 -0
  321. package/lib/hooks/store/userCenter/useOrgList/index.js +33 -0
  322. package/lib/hooks/store/userCenter/useOrgList/index.js.map +1 -0
  323. package/lib/hooks/store/userCenter/useOrgTreeList/index.d.ts +449 -0
  324. package/lib/hooks/store/userCenter/useOrgTreeList/index.js +28 -0
  325. package/lib/hooks/store/userCenter/useOrgTreeList/index.js.map +1 -0
  326. package/lib/hooks/store/userCenter/useRoleList/index.d.ts +16 -0
  327. package/lib/hooks/store/userCenter/useRoleList/index.js +33 -0
  328. package/lib/hooks/store/userCenter/useRoleList/index.js.map +1 -0
  329. package/lib/index.css +48 -44
  330. package/lib/utils/src/http/createAxios.js +6 -8
  331. package/lib/utils/src/http/createAxios.js.map +1 -1
  332. package/lib/utils/src/http/interceptors.js +2 -0
  333. package/lib/utils/src/http/interceptors.js.map +1 -1
  334. package/package.json +1 -1
  335. package/es/api/basic/controller/default/postBasicV1AreaList.mjs +0 -8
  336. package/es/api/basic/controller/default/postBasicV1AreaList.mjs.map +0 -1
  337. package/es/api/basic/controller/default/postBasicV1CategoryList.mjs +0 -8
  338. package/es/api/basic/controller/default/postBasicV1CategoryList.mjs.map +0 -1
  339. package/es/api/basic/controller/default/postBasicV1CountryList.mjs +0 -8
  340. package/es/api/basic/controller/default/postBasicV1CountryList.mjs.map +0 -1
  341. package/es/api/basic/controller/default/postBasicV1CurrencyList.mjs +0 -8
  342. package/es/api/basic/controller/default/postBasicV1CurrencyList.mjs.map +0 -1
  343. package/es/api/basic/controller/default/postBasicV1EmployeeList.mjs +0 -8
  344. package/es/api/basic/controller/default/postBasicV1EmployeeList.mjs.map +0 -1
  345. package/es/api/basic/controller/default/postBasicV1ExchangeRateList.mjs +0 -8
  346. package/es/api/basic/controller/default/postBasicV1ExchangeRateList.mjs.map +0 -1
  347. package/es/api/basic/controller/default/postBasicV1MenuList.mjs +0 -8
  348. package/es/api/basic/controller/default/postBasicV1MenuList.mjs.map +0 -1
  349. package/es/api/basic/controller/default/postBasicV1OrgList.mjs +0 -8
  350. package/es/api/basic/controller/default/postBasicV1OrgList.mjs.map +0 -1
  351. package/es/api/basic/controller/default/postBasicV1OrgTreeList.mjs +0 -8
  352. package/es/api/basic/controller/default/postBasicV1OrgTreeList.mjs.map +0 -1
  353. package/es/api/basic/controller/default/postBasicV1ProductList.mjs +0 -8
  354. package/es/api/basic/controller/default/postBasicV1ProductList.mjs.map +0 -1
  355. package/es/api/basic/controller/default/postBasicV1RoleList.mjs +0 -8
  356. package/es/api/basic/controller/default/postBasicV1RoleList.mjs.map +0 -1
  357. package/es/api/basic/controller/default/postBasicV1SalesList.mjs +0 -8
  358. package/es/api/basic/controller/default/postBasicV1SalesList.mjs.map +0 -1
  359. package/es/api/basic/controller/default/postBasicV1SystemList.mjs +0 -8
  360. package/es/api/basic/controller/default/postBasicV1SystemList.mjs.map +0 -1
  361. package/es/api/basic/controller/default/usePostBasicV1AreaList.mjs.map +0 -1
  362. package/es/api/basic/controller/default/usePostBasicV1CategoryList.mjs.map +0 -1
  363. package/es/api/basic/controller/default/usePostBasicV1CurrencyList.mjs.map +0 -1
  364. package/es/api/basic/controller/default/usePostBasicV1EmployeeList.mjs.map +0 -1
  365. package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.mjs +0 -18
  366. package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.mjs.map +0 -1
  367. package/es/api/basic/controller/default/usePostBasicV1MenuList.mjs.map +0 -1
  368. package/es/api/basic/controller/default/usePostBasicV1OrgList.mjs.map +0 -1
  369. package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.mjs +0 -18
  370. package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.mjs.map +0 -1
  371. package/es/api/basic/controller/default/usePostBasicV1ProductList.mjs +0 -18
  372. package/es/api/basic/controller/default/usePostBasicV1RoleList.mjs.map +0 -1
  373. package/es/api/basic/controller/default/usePostBasicV1SalesList.mjs +0 -18
  374. package/es/api/basic/controller/default/usePostBasicV1SalesList.mjs.map +0 -1
  375. package/es/api/basic/controller/default/usePostBasicV1SystemList.mjs.map +0 -1
  376. package/es/hooks/store/basic/index.d.ts +0 -1
  377. package/es/hooks/store/basic/index.mjs +0 -2
  378. package/es/hooks/store/useCurrencyList/index.mjs +0 -42
  379. package/es/hooks/store/useCurrencyList/index.mjs.map +0 -1
  380. package/lib/api/basic/controller/default/postBasicV1AreaList.js +0 -10
  381. package/lib/api/basic/controller/default/postBasicV1AreaList.js.map +0 -1
  382. package/lib/api/basic/controller/default/postBasicV1CategoryList.js +0 -10
  383. package/lib/api/basic/controller/default/postBasicV1CategoryList.js.map +0 -1
  384. package/lib/api/basic/controller/default/postBasicV1CountryList.js +0 -10
  385. package/lib/api/basic/controller/default/postBasicV1CountryList.js.map +0 -1
  386. package/lib/api/basic/controller/default/postBasicV1CurrencyList.js +0 -10
  387. package/lib/api/basic/controller/default/postBasicV1CurrencyList.js.map +0 -1
  388. package/lib/api/basic/controller/default/postBasicV1EmployeeList.js +0 -10
  389. package/lib/api/basic/controller/default/postBasicV1EmployeeList.js.map +0 -1
  390. package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.js +0 -10
  391. package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.js.map +0 -1
  392. package/lib/api/basic/controller/default/postBasicV1MenuList.js +0 -10
  393. package/lib/api/basic/controller/default/postBasicV1MenuList.js.map +0 -1
  394. package/lib/api/basic/controller/default/postBasicV1OrgList.js +0 -10
  395. package/lib/api/basic/controller/default/postBasicV1OrgList.js.map +0 -1
  396. package/lib/api/basic/controller/default/postBasicV1OrgTreeList.js +0 -10
  397. package/lib/api/basic/controller/default/postBasicV1OrgTreeList.js.map +0 -1
  398. package/lib/api/basic/controller/default/postBasicV1ProductList.js +0 -10
  399. package/lib/api/basic/controller/default/postBasicV1ProductList.js.map +0 -1
  400. package/lib/api/basic/controller/default/postBasicV1RoleList.js +0 -10
  401. package/lib/api/basic/controller/default/postBasicV1RoleList.js.map +0 -1
  402. package/lib/api/basic/controller/default/postBasicV1SalesList.js +0 -10
  403. package/lib/api/basic/controller/default/postBasicV1SalesList.js.map +0 -1
  404. package/lib/api/basic/controller/default/postBasicV1SystemList.js +0 -10
  405. package/lib/api/basic/controller/default/postBasicV1SystemList.js.map +0 -1
  406. package/lib/api/basic/controller/default/usePostBasicV1AreaList.js.map +0 -1
  407. package/lib/api/basic/controller/default/usePostBasicV1CategoryList.js.map +0 -1
  408. package/lib/api/basic/controller/default/usePostBasicV1CurrencyList.js.map +0 -1
  409. package/lib/api/basic/controller/default/usePostBasicV1EmployeeList.js.map +0 -1
  410. package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.js +0 -20
  411. package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.js.map +0 -1
  412. package/lib/api/basic/controller/default/usePostBasicV1MenuList.js +0 -20
  413. package/lib/api/basic/controller/default/usePostBasicV1MenuList.js.map +0 -1
  414. package/lib/api/basic/controller/default/usePostBasicV1OrgList.js.map +0 -1
  415. package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.js +0 -20
  416. package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.js.map +0 -1
  417. package/lib/api/basic/controller/default/usePostBasicV1ProductList.js +0 -20
  418. package/lib/api/basic/controller/default/usePostBasicV1RoleList.js.map +0 -1
  419. package/lib/api/basic/controller/default/usePostBasicV1SalesList.js +0 -20
  420. package/lib/api/basic/controller/default/usePostBasicV1SalesList.js.map +0 -1
  421. package/lib/api/basic/controller/default/usePostBasicV1SystemList.js.map +0 -1
  422. package/lib/hooks/store/basic/index.d.ts +0 -1
  423. package/lib/hooks/store/basic/index.js +0 -3
  424. package/lib/hooks/store/useCurrencyList/index.js +0 -44
  425. package/lib/hooks/store/useCurrencyList/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { type AxiosRequestConfig } from "axios";
2
- export interface PostBasicV1AreaListResult {
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: PostBasicV1AreaListResultData[];
10
+ data: PostUserCenterV1AreaListResultData[];
11
11
  }
12
- export interface PostBasicV1AreaListResultData {
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
- * /basic/v1/area/list
24
+ * /userCenter/v1/area/list
25
25
  */
26
- export declare function postBasicV1AreaList(input?: PostBasicV1AreaListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
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 PostBasicV1AreaListInput {
37
+ export interface PostUserCenterV1AreaListInput {
38
38
  /** 家族编码 */
39
39
  org_code?: string;
40
40
  }
@@ -0,0 +1,8 @@
1
+ import service from '../../request.mjs';
2
+
3
+ function postUserCenterV1AreaList(input, config) {
4
+ return service.post(`/userCenter/v1/area/list`, input, config);
5
+ }
6
+
7
+ export { postUserCenterV1AreaList };
8
+ //# sourceMappingURL=postUserCenterV1AreaList.mjs.map
@@ -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 PostBasicV1EmployeeListResult {
2
+ export interface PostUserCenterV1EmployeeListResult {
3
3
  /** 接口状态码 */
4
4
  code: number;
5
5
  /** 状态描述 */
6
6
  msg: string;
7
7
  /** 业务状态码 */
8
8
  bizCode: number;
9
- data: PostBasicV1EmployeeListResultData;
9
+ data: PostUserCenterV1EmployeeListResultData;
10
10
  }
11
- export interface PostBasicV1EmployeeListResultData {
11
+ export interface PostUserCenterV1EmployeeListResultData {
12
12
  total: number;
13
13
  size: number;
14
14
  current: number;
15
15
  search_count: boolean;
16
- records: PostBasicV1EmployeeListResultDataRecords[];
16
+ records: PostUserCenterV1EmployeeListResultDataRecords[];
17
17
  }
18
- export interface PostBasicV1EmployeeListResultDataRecords {
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: PostBasicV1EmployeeListResultDataRecordsRole[];
32
+ role: PostUserCenterV1EmployeeListResultDataRecordsRole[];
33
33
  }
34
- export interface PostBasicV1EmployeeListResultDataRecordsRole {
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
- * /basic/v1/employee/list
42
+ * /userCenter/v1/employee/list
43
43
  */
44
- export declare function postBasicV1EmployeeList(input?: PostBasicV1EmployeeListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
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 PostBasicV1EmployeeListInput {
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 PostBasicV1MenuListResult {
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: PostBasicV1MenuListResultData[];
10
+ data: PostUserCenterV1MenuListResultData[];
11
11
  }
12
- export interface PostBasicV1MenuListResultData {
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: PostBasicV1MenuListResultDataChild[];
22
+ child: PostUserCenterV1MenuListResultDataChild[];
23
23
  }
24
- export interface PostBasicV1MenuListResultDataChild {
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: PostBasicV1MenuListResultDataChildChild[];
34
+ child: PostUserCenterV1MenuListResultDataChildChild[];
35
35
  }
36
- export interface PostBasicV1MenuListResultDataChildChild {
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
- * /basic/v1/menu/list
50
+ * /userCenter/v1/menu/list
51
51
  */
52
- export declare function postBasicV1MenuList(input?: PostBasicV1MenuListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
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 PostBasicV1MenuListInput {
76
+ export interface PostUserCenterV1MenuListInput {
77
77
  menu_id?: number;
78
78
  }
@@ -0,0 +1,8 @@
1
+ import service from '../../request.mjs';
2
+
3
+ function postUserCenterV1MenuList(input, config) {
4
+ return service.post(`/userCenter/v1/menu/list`, input, config);
5
+ }
6
+
7
+ export { postUserCenterV1MenuList };
8
+ //# sourceMappingURL=postUserCenterV1MenuList.mjs.map
@@ -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 PostBasicV1OrgListResult {
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: PostBasicV1OrgListResultData[];
10
+ data: PostUserCenterV1OrgListResultData[];
11
11
  }
12
- export interface PostBasicV1OrgListResultData {
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
- * /basic/v1/org/list
22
+ * /userCenter/v1/org/list
23
23
  */
24
- export declare function postBasicV1OrgList(config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
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,8 @@
1
+ import service from '../../request.mjs';
2
+
3
+ function postUserCenterV1OrgList(config) {
4
+ return service.post(`/userCenter/v1/org/list`, config);
5
+ }
6
+
7
+ export { postUserCenterV1OrgList };
8
+ //# sourceMappingURL=postUserCenterV1OrgList.mjs.map
@@ -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 PostBasicV1OrgTreeListResult {
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: PostBasicV1OrgTreeListResultData[];
10
+ data: PostUserCenterV1OrgTreeListResultData[];
11
11
  }
12
- export interface PostBasicV1OrgTreeListResultData {
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: PostBasicV1OrgTreeListResultDataChild[];
27
+ child: PostUserCenterV1OrgTreeListResultDataChild[];
28
28
  }
29
- export interface PostBasicV1OrgTreeListResultDataChild {
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: PostBasicV1OrgTreeListResultDataChildChild[];
37
+ child: PostUserCenterV1OrgTreeListResultDataChildChild[];
38
38
  }
39
- export interface PostBasicV1OrgTreeListResultDataChildChild {
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: PostBasicV1OrgTreeListResultDataChildChildChild[];
47
+ child: PostUserCenterV1OrgTreeListResultDataChildChildChild[];
48
48
  }
49
- export interface PostBasicV1OrgTreeListResultDataChildChildChild {
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: PostBasicV1OrgTreeListResultDataChildChildChildChild[];
57
+ child: PostUserCenterV1OrgTreeListResultDataChildChildChildChild[];
58
58
  }
59
- export interface PostBasicV1OrgTreeListResultDataChildChildChildChild {
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
- * /basic/v1/org/tree/list
71
+ * /userCenter/v1/org/tree/list
72
72
  */
73
- export declare function postBasicV1OrgTreeList(input?: PostBasicV1OrgTreeListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
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 PostBasicV1OrgTreeListInput {
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 PostBasicV1RoleListResult {
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: PostBasicV1RoleListResultData[];
10
+ data: PostUserCenterV1RoleListResultData[];
11
11
  }
12
- export interface PostBasicV1RoleListResultData {
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
- * /basic/v1/role/list
20
+ * /userCenter/v1/role/list
21
21
  */
22
- export declare function postBasicV1RoleList(config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
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,8 @@
1
+ import service from '../../request.mjs';
2
+
3
+ function postUserCenterV1RoleList(config) {
4
+ return service.post(`/userCenter/v1/role/list`, config);
5
+ }
6
+
7
+ export { postUserCenterV1RoleList };
8
+ //# sourceMappingURL=postUserCenterV1RoleList.mjs.map
@@ -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 PostBasicV1CountryListResult } from "./postBasicV1CountryList";
4
+ import { type PostCommonV1CountryListResult } from "./postCommonV1CountryList";
5
5
  /**
6
6
  * 国家列表
7
- * /basic/v1/country/list
7
+ * /common/v1/country/list
8
8
  */
9
- export declare function usePostBasicV1CountryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1CountryListResult>>): {
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 usePostBasicV1RoleList(config, options) {
4
+ function usePostCommonV1CountryList(config, options) {
5
5
  const useAxiosReturn = useAxios(
6
- "/basic/v1/role/list",
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 { usePostBasicV1RoleList };
18
- //# sourceMappingURL=usePostBasicV1RoleList.mjs.map
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 PostBasicV1CurrencyListResult, type PostBasicV1CurrencyListInput } from "./postBasicV1CurrencyList";
4
+ import { type PostCommonV1CurrencyListResult, type PostCommonV1CurrencyListInput } from "./postCommonV1CurrencyList";
5
5
  /**
6
6
  * 币种列表
7
- * /basic/v1/currency/list
7
+ * /common/v1/currency/list
8
8
  */
9
- export declare function usePostBasicV1CurrencyList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1CurrencyListResult>>): {
10
- exec: (input?: PostBasicV1CurrencyListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
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 usePostBasicV1CategoryList(config, options) {
4
+ function usePostCommonV1CurrencyList(config, options) {
5
5
  const useAxiosReturn = useAxios(
6
- "/basic/v1/category/list",
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 { usePostBasicV1CategoryList };
18
- //# sourceMappingURL=usePostBasicV1CategoryList.mjs.map
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 PostBasicV1ExchangeRateListResult, type PostBasicV1ExchangeRateListInput } from "./postBasicV1ExchangeRateList";
4
+ import { type PostCommonV1ExchangeRateListResult, type PostCommonV1ExchangeRateListInput } from "./postCommonV1ExchangeRateList";
5
5
  /**
6
6
  * 汇率列表
7
- * /basic/v1/exchangeRate/list
7
+ * /common/v1/exchangeRate/list
8
8
  */
9
- export declare function usePostBasicV1ExchangeRateList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1ExchangeRateListResult>>): {
10
- exec: (input?: PostBasicV1ExchangeRateListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
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 PostBasicV1SystemListResult } from "./postBasicV1SystemList";
4
+ import { type PostCommonV1SystemListResult } from "./postCommonV1SystemList";
5
5
  /**
6
6
  * 系统列表
7
- * /basic/v1/system/list
7
+ * /common/v1/system/list
8
8
  */
9
- export declare function usePostBasicV1SystemList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1SystemListResult>>): {
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 usePostBasicV1CountryList(config, options) {
4
+ function usePostCommonV1SystemList(config, options) {
5
5
  const useAxiosReturn = useAxios(
6
- "/basic/v1/country/list",
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 { usePostBasicV1CountryList };
18
- //# sourceMappingURL=usePostBasicV1CountryList.mjs.map
17
+ export { usePostCommonV1SystemList };
18
+ //# sourceMappingURL=usePostCommonV1SystemList.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"usePostBasicV1CountryList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostBasicV1CountryList.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 PostBasicV1CountryListResult } from \"./postBasicV1CountryList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 国家列表\r\n * /basic/v1/country/list\r\n */\r\nexport function usePostBasicV1CountryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1CountryListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostBasicV1CountryListResult>>(\r\n '/basic/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,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
+ {"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 PostBasicV1CategoryListResult, type PostBasicV1CategoryListInput } from "./postBasicV1CategoryList";
4
+ import { type PostProductV1CategoryListResult, type PostProductV1CategoryListInput } from "./postProductV1CategoryList";
5
5
  /**
6
6
  * 产品分类
7
- * /basic/v1/category/list
7
+ * /product/v1/category/list
8
8
  */
9
- export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1CategoryListResult>>): {
10
- exec: (input?: PostBasicV1CategoryListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
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;