giime 0.2.1 → 0.2.3
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 +20 -20
- package/es/api/basic/controller/Common/index.d.ts +8 -0
- package/es/api/basic/controller/Common/index.mjs +9 -0
- package/es/api/basic/controller/{default → Common}/index.mjs.map +1 -1
- package/es/api/basic/controller/Common/postCommonV1CountryList.mjs.map +1 -0
- package/es/api/basic/controller/Common/postCommonV1CurrencyList.mjs.map +1 -0
- package/es/api/basic/controller/Common/postCommonV1ExchangeRateList.mjs.map +1 -0
- package/es/api/basic/controller/Common/postCommonV1SystemList.mjs.map +1 -0
- package/es/api/basic/controller/Common/usePostCommonV1CountryList.mjs.map +1 -0
- package/es/api/basic/controller/Common/usePostCommonV1CurrencyList.mjs.map +1 -0
- package/es/api/basic/controller/Common/usePostCommonV1ExchangeRateList.mjs.map +1 -0
- package/es/api/basic/controller/Common/usePostCommonV1SystemList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/index.d.ts +12 -0
- package/es/api/basic/controller/UserCenter/index.mjs +13 -0
- package/es/api/basic/controller/UserCenter/index.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/postUserCenterV1AreaList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/postUserCenterV1EmployeeList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/postUserCenterV1MenuList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/postUserCenterV1OrgList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/postUserCenterV1OrgTreeList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/postUserCenterV1RoleList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/usePostUserCenterV1AreaList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/usePostUserCenterV1EmployeeList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/usePostUserCenterV1MenuList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/usePostUserCenterV1OrgList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/usePostUserCenterV1OrgTreeList.mjs.map +1 -0
- package/es/api/basic/controller/UserCenter/usePostUserCenterV1RoleList.mjs.map +1 -0
- package/es/api/basic/controller/index.d.ts +2 -1
- package/es/api/basic/controller/index.mjs +22 -27
- package/es/api/basic/controller/index.mjs.map +1 -1
- package/es/api/basic/index.mjs +20 -26
- package/es/api/basic/index.mjs.map +1 -1
- package/es/api/index.mjs +20 -26
- package/es/api/index.mjs.map +1 -1
- package/es/components/index.mjs +1 -3
- package/es/components/index.mjs.map +1 -1
- package/es/components/src/base/index.mjs +1 -1
- package/es/components/src/base/upload/Upload.vue.d.ts +6 -2
- package/es/components/src/base/upload/Upload.vue2.mjs +7 -3
- package/es/components/src/base/upload/Upload.vue2.mjs.map +1 -1
- package/es/components/src/base/upload/index.d.ts +18 -6
- package/es/components/src/base/upload/index.mjs +1 -1
- package/es/components/src/base/upload/upload.d.ts +3 -0
- package/es/components/src/base/upload/upload.mjs +4 -1
- package/es/components/src/base/upload/upload.mjs.map +1 -1
- package/es/components/src/composite/importDialog/ImportDialog.vue.d.ts +12 -0
- package/es/components/src/composite/importDialog/ImportDialog.vue2.mjs +16 -2
- package/es/components/src/composite/importDialog/ImportDialog.vue2.mjs.map +1 -1
- package/es/components/src/composite/importDialog/importDialog.d.ts +4 -0
- package/es/components/src/composite/importDialog/importDialog.mjs +4 -0
- package/es/components/src/composite/importDialog/importDialog.mjs.map +1 -1
- package/es/components/src/composite/importDialog/index.d.ts +12 -0
- package/es/components/src/composite/index.d.ts +0 -1
- package/es/components/src/composite/index.mjs +0 -2
- package/es/components/src/composite/index.mjs.map +1 -1
- package/es/components/src/composite/memoryForm/MemoryForm.vue.mjs +1 -1
- package/es/components/src/composite/memoryForm/MemoryForm.vue2.mjs +4 -1
- package/es/components/src/composite/memoryForm/MemoryForm.vue2.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.mjs +0 -1
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.mjs.map +1 -1
- package/es/giime/index.mjs +1 -3
- 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/base/useDownload/index.mjs +1 -0
- package/es/hooks/base/useDownload/index.mjs.map +1 -1
- package/es/hooks/store/common/useCountryList/index.mjs +1 -1
- package/es/hooks/store/common/useCurrencyList/index.mjs +1 -1
- package/es/hooks/store/common/useSystemList/index.mjs +1 -1
- package/es/hooks/store/userCenter/useAreaList/index.mjs +1 -1
- package/es/hooks/store/userCenter/useOrgList/index.mjs +1 -1
- package/es/hooks/store/userCenter/useOrgTreeList/index.mjs +1 -1
- package/es/hooks/store/userCenter/useRoleList/index.mjs +1 -1
- package/es/index.css +20 -20
- package/lib/api/basic/controller/Common/index.d.ts +8 -0
- package/lib/api/basic/controller/Common/index.js +22 -0
- package/lib/api/basic/controller/Common/index.js.map +1 -0
- package/lib/api/basic/controller/Common/postCommonV1CountryList.js.map +1 -0
- package/lib/api/basic/controller/Common/postCommonV1CurrencyList.js.map +1 -0
- package/lib/api/basic/controller/Common/postCommonV1ExchangeRateList.js.map +1 -0
- package/lib/api/basic/controller/Common/postCommonV1SystemList.js.map +1 -0
- package/lib/api/basic/controller/Common/usePostCommonV1CountryList.js.map +1 -0
- package/lib/api/basic/controller/Common/usePostCommonV1CurrencyList.js.map +1 -0
- package/lib/api/basic/controller/Common/usePostCommonV1ExchangeRateList.js.map +1 -0
- package/lib/api/basic/controller/Common/usePostCommonV1SystemList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/index.d.ts +12 -0
- package/lib/api/basic/controller/UserCenter/index.js +30 -0
- package/lib/api/basic/controller/UserCenter/index.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/postUserCenterV1AreaList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/postUserCenterV1EmployeeList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/postUserCenterV1MenuList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/postUserCenterV1OrgList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/postUserCenterV1OrgTreeList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/postUserCenterV1RoleList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/usePostUserCenterV1AreaList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/usePostUserCenterV1EmployeeList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/usePostUserCenterV1MenuList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/usePostUserCenterV1OrgList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/usePostUserCenterV1OrgTreeList.js.map +1 -0
- package/lib/api/basic/controller/UserCenter/usePostUserCenterV1RoleList.js.map +1 -0
- package/lib/api/basic/controller/index.d.ts +2 -1
- package/lib/api/basic/controller/index.js +28 -39
- package/lib/api/basic/controller/index.js.map +1 -1
- package/lib/api/basic/index.js +26 -38
- package/lib/api/basic/index.js.map +1 -1
- package/lib/api/index.js +26 -38
- package/lib/api/index.js.map +1 -1
- package/lib/components/index.js +55 -61
- package/lib/components/index.js.map +1 -1
- package/lib/components/src/base/index.js +1 -0
- package/lib/components/src/base/index.js.map +1 -1
- package/lib/components/src/base/upload/Upload.vue.d.ts +6 -2
- package/lib/components/src/base/upload/Upload.vue2.js +6 -2
- package/lib/components/src/base/upload/Upload.vue2.js.map +1 -1
- package/lib/components/src/base/upload/index.d.ts +18 -6
- package/lib/components/src/base/upload/index.js +1 -0
- package/lib/components/src/base/upload/index.js.map +1 -1
- package/lib/components/src/base/upload/upload.d.ts +3 -0
- package/lib/components/src/base/upload/upload.js +4 -0
- package/lib/components/src/base/upload/upload.js.map +1 -1
- package/lib/components/src/composite/importDialog/ImportDialog.vue.d.ts +12 -0
- package/lib/components/src/composite/importDialog/ImportDialog.vue2.js +16 -2
- package/lib/components/src/composite/importDialog/ImportDialog.vue2.js.map +1 -1
- package/lib/components/src/composite/importDialog/importDialog.d.ts +4 -0
- package/lib/components/src/composite/importDialog/importDialog.js +4 -0
- package/lib/components/src/composite/importDialog/importDialog.js.map +1 -1
- package/lib/components/src/composite/importDialog/index.d.ts +12 -0
- package/lib/components/src/composite/index.d.ts +0 -1
- package/lib/components/src/composite/index.js +40 -47
- package/lib/components/src/composite/index.js.map +1 -1
- package/lib/components/src/composite/memoryForm/MemoryForm.vue.js +1 -1
- package/lib/components/src/composite/memoryForm/MemoryForm.vue2.js +6 -3
- package/lib/components/src/composite/memoryForm/MemoryForm.vue2.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.js +0 -1
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.js.map +1 -1
- package/lib/giime/index.js +95 -101
- 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/base/useDownload/index.js +2 -1
- package/lib/hooks/base/useDownload/index.js.map +1 -1
- package/lib/hooks/store/common/useCountryList/index.js +1 -1
- package/lib/hooks/store/common/useCurrencyList/index.js +1 -1
- package/lib/hooks/store/common/useSystemList/index.js +1 -1
- package/lib/hooks/store/userCenter/useAreaList/index.js +1 -1
- package/lib/hooks/store/userCenter/useOrgList/index.js +1 -1
- package/lib/hooks/store/userCenter/useOrgTreeList/index.js +1 -1
- package/lib/hooks/store/userCenter/useRoleList/index.js +1 -1
- package/lib/index.css +20 -20
- package/package.json +1 -1
- package/es/api/basic/controller/default/index.d.ts +0 -26
- package/es/api/basic/controller/default/index.mjs +0 -27
- package/es/api/basic/controller/default/postCommonV1CountryList.mjs.map +0 -1
- package/es/api/basic/controller/default/postCommonV1CurrencyList.mjs.map +0 -1
- package/es/api/basic/controller/default/postCommonV1ExchangeRateList.mjs.map +0 -1
- package/es/api/basic/controller/default/postCommonV1SystemList.mjs.map +0 -1
- package/es/api/basic/controller/default/postProductV1CategoryList.d.ts +0 -88
- package/es/api/basic/controller/default/postProductV1CategoryList.mjs +0 -8
- package/es/api/basic/controller/default/postProductV1CategoryList.mjs.map +0 -1
- package/es/api/basic/controller/default/postProductV1ProductList.d.ts +0 -59
- package/es/api/basic/controller/default/postProductV1ProductList.mjs +0 -8
- package/es/api/basic/controller/default/postProductV1ProductList.mjs.map +0 -1
- package/es/api/basic/controller/default/postProductV1SalesList.d.ts +0 -227
- package/es/api/basic/controller/default/postProductV1SalesList.mjs +0 -8
- package/es/api/basic/controller/default/postProductV1SalesList.mjs.map +0 -1
- package/es/api/basic/controller/default/postUserCenterV1AreaList.mjs.map +0 -1
- package/es/api/basic/controller/default/postUserCenterV1EmployeeList.mjs.map +0 -1
- package/es/api/basic/controller/default/postUserCenterV1MenuList.mjs.map +0 -1
- package/es/api/basic/controller/default/postUserCenterV1OrgList.mjs.map +0 -1
- package/es/api/basic/controller/default/postUserCenterV1OrgTreeList.mjs.map +0 -1
- package/es/api/basic/controller/default/postUserCenterV1RoleList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostCommonV1CountryList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostCommonV1CurrencyList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostCommonV1ExchangeRateList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostCommonV1SystemList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostProductV1CategoryList.d.ts +0 -389
- package/es/api/basic/controller/default/usePostProductV1CategoryList.mjs +0 -18
- package/es/api/basic/controller/default/usePostProductV1CategoryList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostProductV1ProductList.d.ts +0 -235
- package/es/api/basic/controller/default/usePostProductV1ProductList.mjs +0 -18
- package/es/api/basic/controller/default/usePostProductV1ProductList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostProductV1SalesList.d.ts +0 -963
- package/es/api/basic/controller/default/usePostProductV1SalesList.mjs +0 -18
- package/es/api/basic/controller/default/usePostProductV1SalesList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostUserCenterV1AreaList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostUserCenterV1EmployeeList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostUserCenterV1MenuList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostUserCenterV1OrgList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostUserCenterV1OrgTreeList.mjs.map +0 -1
- package/es/api/basic/controller/default/usePostUserCenterV1RoleList.mjs.map +0 -1
- package/lib/api/basic/controller/default/index.d.ts +0 -26
- package/lib/api/basic/controller/default/index.js +0 -58
- package/lib/api/basic/controller/default/index.js.map +0 -1
- package/lib/api/basic/controller/default/postCommonV1CountryList.js.map +0 -1
- package/lib/api/basic/controller/default/postCommonV1CurrencyList.js.map +0 -1
- package/lib/api/basic/controller/default/postCommonV1ExchangeRateList.js.map +0 -1
- package/lib/api/basic/controller/default/postCommonV1SystemList.js.map +0 -1
- package/lib/api/basic/controller/default/postProductV1CategoryList.d.ts +0 -88
- package/lib/api/basic/controller/default/postProductV1CategoryList.js +0 -10
- package/lib/api/basic/controller/default/postProductV1CategoryList.js.map +0 -1
- package/lib/api/basic/controller/default/postProductV1ProductList.d.ts +0 -59
- package/lib/api/basic/controller/default/postProductV1ProductList.js +0 -10
- package/lib/api/basic/controller/default/postProductV1ProductList.js.map +0 -1
- package/lib/api/basic/controller/default/postProductV1SalesList.d.ts +0 -227
- package/lib/api/basic/controller/default/postProductV1SalesList.js +0 -10
- package/lib/api/basic/controller/default/postProductV1SalesList.js.map +0 -1
- package/lib/api/basic/controller/default/postUserCenterV1AreaList.js.map +0 -1
- package/lib/api/basic/controller/default/postUserCenterV1EmployeeList.js.map +0 -1
- package/lib/api/basic/controller/default/postUserCenterV1MenuList.js.map +0 -1
- package/lib/api/basic/controller/default/postUserCenterV1OrgList.js.map +0 -1
- package/lib/api/basic/controller/default/postUserCenterV1OrgTreeList.js.map +0 -1
- package/lib/api/basic/controller/default/postUserCenterV1RoleList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostCommonV1CountryList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostCommonV1CurrencyList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostCommonV1ExchangeRateList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostCommonV1SystemList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostProductV1CategoryList.d.ts +0 -389
- package/lib/api/basic/controller/default/usePostProductV1CategoryList.js +0 -20
- package/lib/api/basic/controller/default/usePostProductV1CategoryList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostProductV1ProductList.d.ts +0 -235
- package/lib/api/basic/controller/default/usePostProductV1ProductList.js +0 -20
- package/lib/api/basic/controller/default/usePostProductV1ProductList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostProductV1SalesList.d.ts +0 -963
- package/lib/api/basic/controller/default/usePostProductV1SalesList.js +0 -20
- package/lib/api/basic/controller/default/usePostProductV1SalesList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostUserCenterV1AreaList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostUserCenterV1EmployeeList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostUserCenterV1MenuList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostUserCenterV1OrgList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostUserCenterV1OrgTreeList.js.map +0 -1
- package/lib/api/basic/controller/default/usePostUserCenterV1RoleList.js.map +0 -1
- /package/es/api/basic/controller/{default → Common}/postCommonV1CountryList.d.ts +0 -0
- /package/es/api/basic/controller/{default → Common}/postCommonV1CountryList.mjs +0 -0
- /package/es/api/basic/controller/{default → Common}/postCommonV1CurrencyList.d.ts +0 -0
- /package/es/api/basic/controller/{default → Common}/postCommonV1CurrencyList.mjs +0 -0
- /package/es/api/basic/controller/{default → Common}/postCommonV1ExchangeRateList.d.ts +0 -0
- /package/es/api/basic/controller/{default → Common}/postCommonV1ExchangeRateList.mjs +0 -0
- /package/es/api/basic/controller/{default → Common}/postCommonV1SystemList.d.ts +0 -0
- /package/es/api/basic/controller/{default → Common}/postCommonV1SystemList.mjs +0 -0
- /package/es/api/basic/controller/{default → Common}/usePostCommonV1CountryList.d.ts +0 -0
- /package/es/api/basic/controller/{default → Common}/usePostCommonV1CountryList.mjs +0 -0
- /package/es/api/basic/controller/{default → Common}/usePostCommonV1CurrencyList.d.ts +0 -0
- /package/es/api/basic/controller/{default → Common}/usePostCommonV1CurrencyList.mjs +0 -0
- /package/es/api/basic/controller/{default → Common}/usePostCommonV1ExchangeRateList.d.ts +0 -0
- /package/es/api/basic/controller/{default → Common}/usePostCommonV1ExchangeRateList.mjs +0 -0
- /package/es/api/basic/controller/{default → Common}/usePostCommonV1SystemList.d.ts +0 -0
- /package/es/api/basic/controller/{default → Common}/usePostCommonV1SystemList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1AreaList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1AreaList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1EmployeeList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1EmployeeList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1MenuList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1MenuList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1OrgList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1OrgList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1OrgTreeList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1OrgTreeList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1RoleList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/postUserCenterV1RoleList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1AreaList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1AreaList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1EmployeeList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1EmployeeList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1MenuList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1MenuList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1OrgList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1OrgList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1OrgTreeList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1OrgTreeList.mjs +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1RoleList.d.ts +0 -0
- /package/es/api/basic/controller/{default → UserCenter}/usePostUserCenterV1RoleList.mjs +0 -0
- /package/lib/api/basic/controller/{default → Common}/postCommonV1CountryList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → Common}/postCommonV1CountryList.js +0 -0
- /package/lib/api/basic/controller/{default → Common}/postCommonV1CurrencyList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → Common}/postCommonV1CurrencyList.js +0 -0
- /package/lib/api/basic/controller/{default → Common}/postCommonV1ExchangeRateList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → Common}/postCommonV1ExchangeRateList.js +0 -0
- /package/lib/api/basic/controller/{default → Common}/postCommonV1SystemList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → Common}/postCommonV1SystemList.js +0 -0
- /package/lib/api/basic/controller/{default → Common}/usePostCommonV1CountryList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → Common}/usePostCommonV1CountryList.js +0 -0
- /package/lib/api/basic/controller/{default → Common}/usePostCommonV1CurrencyList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → Common}/usePostCommonV1CurrencyList.js +0 -0
- /package/lib/api/basic/controller/{default → Common}/usePostCommonV1ExchangeRateList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → Common}/usePostCommonV1ExchangeRateList.js +0 -0
- /package/lib/api/basic/controller/{default → Common}/usePostCommonV1SystemList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → Common}/usePostCommonV1SystemList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1AreaList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1AreaList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1EmployeeList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1EmployeeList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1MenuList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1MenuList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1OrgList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1OrgList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1OrgTreeList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1OrgTreeList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1RoleList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/postUserCenterV1RoleList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1AreaList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1AreaList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1EmployeeList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1EmployeeList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1MenuList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1MenuList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1OrgList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1OrgList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1OrgTreeList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1OrgTreeList.js +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1RoleList.d.ts +0 -0
- /package/lib/api/basic/controller/{default → UserCenter}/usePostUserCenterV1RoleList.js +0 -0
package/dist/index.css
CHANGED
|
@@ -732,31 +732,13 @@ video {
|
|
|
732
732
|
margin: 0;
|
|
733
733
|
}
|
|
734
734
|
|
|
735
|
-
.gm-flex-center[data-v-
|
|
735
|
+
.gm-flex-center[data-v-6829dac1] {
|
|
736
736
|
align-items: center;
|
|
737
737
|
}
|
|
738
738
|
|
|
739
|
-
.gm-flex-justify-between[data-v-
|
|
739
|
+
.gm-flex-justify-between[data-v-6829dac1] {
|
|
740
740
|
justify-content: space-between;
|
|
741
741
|
}
|
|
742
|
-
.gm-number-interval-single[data-v-47a13fd0] {
|
|
743
|
-
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
744
|
-
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
745
|
-
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
746
|
-
}
|
|
747
|
-
.gm-number-interval-single[data-v-47a13fd0] [data-v-47a13fd0] .el-input__wrapper {
|
|
748
|
-
box-shadow: none;
|
|
749
|
-
background: none;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
.gm-number-interval-close[data-v-47a13fd0] {
|
|
753
|
-
display: none;
|
|
754
|
-
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
.gm-number-interval-single[data-v-47a13fd0]:hover .gm-number-interval-close[data-v-47a13fd0] {
|
|
758
|
-
display: flex;
|
|
759
|
-
}
|
|
760
742
|
[data-v-08f2c6ca] .gmSearchForm .el-form-item {
|
|
761
743
|
margin-right: 0;
|
|
762
744
|
margin-bottom: 4px;
|
|
@@ -784,6 +766,24 @@ video {
|
|
|
784
766
|
[data-v-06213d16] .gmTableNoBorder .el-table__border-left-patch {
|
|
785
767
|
height: 0;
|
|
786
768
|
}
|
|
769
|
+
.gm-number-interval-single[data-v-47a13fd0] {
|
|
770
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
771
|
+
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
772
|
+
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
773
|
+
}
|
|
774
|
+
.gm-number-interval-single[data-v-47a13fd0] [data-v-47a13fd0] .el-input__wrapper {
|
|
775
|
+
box-shadow: none;
|
|
776
|
+
background: none;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.gm-number-interval-close[data-v-47a13fd0] {
|
|
780
|
+
display: none;
|
|
781
|
+
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.gm-number-interval-single[data-v-47a13fd0]:hover .gm-number-interval-close[data-v-47a13fd0] {
|
|
785
|
+
display: flex;
|
|
786
|
+
}
|
|
787
787
|
|
|
788
788
|
.pagination-container[data-v-61e6554b] {
|
|
789
789
|
background: #fff;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./postCommonV1CurrencyList";
|
|
2
|
+
export * from "./usePostCommonV1CurrencyList";
|
|
3
|
+
export * from "./postCommonV1CountryList";
|
|
4
|
+
export * from "./usePostCommonV1CountryList";
|
|
5
|
+
export * from "./postCommonV1SystemList";
|
|
6
|
+
export * from "./usePostCommonV1SystemList";
|
|
7
|
+
export * from "./postCommonV1ExchangeRateList";
|
|
8
|
+
export * from "./usePostCommonV1ExchangeRateList";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { postCommonV1CurrencyList } from './postCommonV1CurrencyList.mjs';
|
|
2
|
+
export { usePostCommonV1CurrencyList } from './usePostCommonV1CurrencyList.mjs';
|
|
3
|
+
export { postCommonV1CountryList } from './postCommonV1CountryList.mjs';
|
|
4
|
+
export { usePostCommonV1CountryList } from './usePostCommonV1CountryList.mjs';
|
|
5
|
+
export { postCommonV1SystemList } from './postCommonV1SystemList.mjs';
|
|
6
|
+
export { usePostCommonV1SystemList } from './usePostCommonV1SystemList.mjs';
|
|
7
|
+
export { postCommonV1ExchangeRateList } from './postCommonV1ExchangeRateList.mjs';
|
|
8
|
+
export { usePostCommonV1ExchangeRateList } from './usePostCommonV1ExchangeRateList.mjs';
|
|
9
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postCommonV1CountryList.mjs","sources":["../../../../../../../packages/api/basic/controller/Common/postCommonV1CountryList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostCommonV1CountryListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostCommonV1CountryListResultData[];\n}\n\nexport interface PostCommonV1CountryListResultData {\n /** 国家ID */\n id: number;\n /** 国家标识 */\n code: string;\n /** 国家名称 */\n name: string;\n}\n\n/**\n * 国家列表\n * /common/v1/country/list\n */\nexport function postCommonV1CountryList(config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostCommonV1CountryListResult>>(`/common/v1/country/list`, config);\n}\n"],"names":["request"],"mappings":";;AA4BO,SAAS,wBAAwB,MAA6B,EAAA;AACjE,EAAO,OAAAA,OAAA,CAAQ,IAAkD,CAAA,CAAA,uBAAA,CAAA,EAA2B,MAAM,CAAA,CAAA;AACtG;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postCommonV1CurrencyList.mjs","sources":["../../../../../../../packages/api/basic/controller/Common/postCommonV1CurrencyList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostCommonV1CurrencyListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostCommonV1CurrencyListResultData[];\n}\n\nexport interface PostCommonV1CurrencyListResultData {\n /** 币种ID */\n id: number;\n /** 币种名称 */\n name: string;\n /** 币种代码 */\n code: string;\n /** 币种符号 */\n symbol: string;\n /** 国家代码 */\n country_code: string;\n}\n\n/**\n * 币种列表\n * /common/v1/currency/list\n */\nexport function postCommonV1CurrencyList(input?: PostCommonV1CurrencyListInput, config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostCommonV1CurrencyListResult>>(`/common/v1/currency/list`, input, config);\n}\n\nexport interface PostCommonV1CurrencyListInput {\n}\n"],"names":["request"],"mappings":";;AAgCgB,SAAA,wBAAA,CAAyB,OAAuC,MAA6B,EAAA;AACzG,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAAmD,CAA4B,wBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AAC/G;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postCommonV1ExchangeRateList.mjs","sources":["../../../../../../../packages/api/basic/controller/Common/postCommonV1ExchangeRateList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostCommonV1ExchangeRateListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostCommonV1ExchangeRateListResultData[];\n}\n\nexport interface PostCommonV1ExchangeRateListResultData {\n /** 汇率ID */\n id: number;\n /** 汇率月份 */\n month: number;\n /** 币种 */\n currency: string;\n /** 汇率 */\n rate: string;\n}\n\n/**\n * 汇率列表\n * /common/v1/exchangeRate/list\n */\nexport function postCommonV1ExchangeRateList(input?: PostCommonV1ExchangeRateListInput, config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostCommonV1ExchangeRateListResult>>(`/common/v1/exchangeRate/list`, input, config);\n}\n\nexport interface PostCommonV1ExchangeRateListInput {\n /** 月份,格式202401 */\n month?: string;\n}\n"],"names":["request"],"mappings":";;AA8BgB,SAAA,4BAAA,CAA6B,OAA2C,MAA6B,EAAA;AACjH,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAAuD,CAAgC,4BAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AACvH;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postCommonV1SystemList.mjs","sources":["../../../../../../../packages/api/basic/controller/Common/postCommonV1SystemList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostCommonV1SystemListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostCommonV1SystemListResultData[];\n}\n\nexport interface PostCommonV1SystemListResultData {\n /** 系统ID */\n id: number;\n /** 系统简称 */\n name: string;\n /** 系统全称 */\n title: any;\n}\n\n/**\n * 系统列表\n * /common/v1/system/list\n */\nexport function postCommonV1SystemList(config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostCommonV1SystemListResult>>(`/common/v1/system/list`, config);\n}\n"],"names":["request"],"mappings":";;AA4BO,SAAS,uBAAuB,MAA6B,EAAA;AAChE,EAAO,OAAAA,OAAA,CAAQ,IAAiD,CAAA,CAAA,sBAAA,CAAA,EAA0B,MAAM,CAAA,CAAA;AACpG;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1CountryList.mjs","sources":["../../../../../../../packages/api/basic/controller/Common/usePostCommonV1CountryList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostCommonV1CountryListResult } from \"./postCommonV1CountryList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 国家列表\n * /common/v1/country/list\n */\nexport function usePostCommonV1CountryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1CountryListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostCommonV1CountryListResult>>(\n '/common/v1/country/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute(axiosConfig);\n }\n return { ...useAxiosReturn, exec };\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1CurrencyList.mjs","sources":["../../../../../../../packages/api/basic/controller/Common/usePostCommonV1CurrencyList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostCommonV1CurrencyListResult, type PostCommonV1CurrencyListInput } from \"./postCommonV1CurrencyList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 币种列表\n * /common/v1/currency/list\n */\nexport function usePostCommonV1CurrencyList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1CurrencyListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostCommonV1CurrencyListResult>>(\n '/common/v1/currency/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(input?: PostCommonV1CurrencyListInput, axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\n }\n return { ...useAxiosReturn, exec };\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1ExchangeRateList.mjs","sources":["../../../../../../../packages/api/basic/controller/Common/usePostCommonV1ExchangeRateList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostCommonV1ExchangeRateListResult, type PostCommonV1ExchangeRateListInput } from \"./postCommonV1ExchangeRateList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 汇率列表\n * /common/v1/exchangeRate/list\n */\nexport function usePostCommonV1ExchangeRateList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1ExchangeRateListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostCommonV1ExchangeRateListResult>>(\n '/common/v1/exchangeRate/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(input?: PostCommonV1ExchangeRateListInput, axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\n }\n return { ...useAxiosReturn, exec };\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostCommonV1SystemList.mjs","sources":["../../../../../../../packages/api/basic/controller/Common/usePostCommonV1SystemList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostCommonV1SystemListResult } from \"./postCommonV1SystemList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 系统列表\n * /common/v1/system/list\n */\nexport function usePostCommonV1SystemList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostCommonV1SystemListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostCommonV1SystemListResult>>(\n '/common/v1/system/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute(axiosConfig);\n }\n return { ...useAxiosReturn, exec };\n}\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;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./postUserCenterV1OrgList";
|
|
2
|
+
export * from "./usePostUserCenterV1OrgList";
|
|
3
|
+
export * from "./postUserCenterV1AreaList";
|
|
4
|
+
export * from "./usePostUserCenterV1AreaList";
|
|
5
|
+
export * from "./postUserCenterV1RoleList";
|
|
6
|
+
export * from "./usePostUserCenterV1RoleList";
|
|
7
|
+
export * from "./postUserCenterV1EmployeeList";
|
|
8
|
+
export * from "./usePostUserCenterV1EmployeeList";
|
|
9
|
+
export * from "./postUserCenterV1MenuList";
|
|
10
|
+
export * from "./usePostUserCenterV1MenuList";
|
|
11
|
+
export * from "./postUserCenterV1OrgTreeList";
|
|
12
|
+
export * from "./usePostUserCenterV1OrgTreeList";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { postUserCenterV1OrgList } from './postUserCenterV1OrgList.mjs';
|
|
2
|
+
export { usePostUserCenterV1OrgList } from './usePostUserCenterV1OrgList.mjs';
|
|
3
|
+
export { postUserCenterV1AreaList } from './postUserCenterV1AreaList.mjs';
|
|
4
|
+
export { usePostUserCenterV1AreaList } from './usePostUserCenterV1AreaList.mjs';
|
|
5
|
+
export { postUserCenterV1RoleList } from './postUserCenterV1RoleList.mjs';
|
|
6
|
+
export { usePostUserCenterV1RoleList } from './usePostUserCenterV1RoleList.mjs';
|
|
7
|
+
export { postUserCenterV1EmployeeList } from './postUserCenterV1EmployeeList.mjs';
|
|
8
|
+
export { usePostUserCenterV1EmployeeList } from './usePostUserCenterV1EmployeeList.mjs';
|
|
9
|
+
export { postUserCenterV1MenuList } from './postUserCenterV1MenuList.mjs';
|
|
10
|
+
export { usePostUserCenterV1MenuList } from './usePostUserCenterV1MenuList.mjs';
|
|
11
|
+
export { postUserCenterV1OrgTreeList } from './postUserCenterV1OrgTreeList.mjs';
|
|
12
|
+
export { usePostUserCenterV1OrgTreeList } from './usePostUserCenterV1OrgTreeList.mjs';
|
|
13
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1AreaList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/postUserCenterV1AreaList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostUserCenterV1AreaListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostUserCenterV1AreaListResultData[];\n}\n\nexport interface PostUserCenterV1AreaListResultData {\n /** 团队ID */\n id: number;\n /** 团队名称 */\n name: string;\n /** 家族编码 */\n org_code: any;\n /** 团队别名 */\n alias: any;\n}\n\n/**\n * 团队列表\n * /userCenter/v1/area/list\n */\nexport function postUserCenterV1AreaList(input?: PostUserCenterV1AreaListInput, config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostUserCenterV1AreaListResult>>(`/userCenter/v1/area/list`, input, config);\n}\n\nexport interface PostUserCenterV1AreaListInput {\n /** 家族编码 */\n org_code?: string;\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1EmployeeList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/postUserCenterV1EmployeeList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostUserCenterV1EmployeeListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n data: PostUserCenterV1EmployeeListResultData;\n}\n\nexport interface PostUserCenterV1EmployeeListResultData {\n total: number;\n size: number;\n current: number;\n search_count: boolean;\n records: PostUserCenterV1EmployeeListResultDataRecords[];\n}\n\nexport interface PostUserCenterV1EmployeeListResultDataRecords {\n /** 员工ID */\n id: number;\n /** 员工名称 */\n name: string;\n /** 家族编码 */\n org_code: string;\n /** 团队ID */\n area_id: number;\n /** 电话 */\n phone: string;\n /** 邮箱 */\n email: any;\n /** 角色 */\n role: PostUserCenterV1EmployeeListResultDataRecordsRole[];\n}\n\nexport interface PostUserCenterV1EmployeeListResultDataRecordsRole {\n /** 用户ID */\n user_id: number;\n /** 角色ID */\n role_id: number;\n}\n\n/**\n * 员工列表\n * /userCenter/v1/employee/list\n */\nexport function postUserCenterV1EmployeeList(input?: PostUserCenterV1EmployeeListInput, config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostUserCenterV1EmployeeListResult>>(`/userCenter/v1/employee/list`, input, config);\n}\n\nexport interface PostUserCenterV1EmployeeListInput {\n /** 页数 */\n current?: string;\n /** 每页显示数据数 */\n size?: string;\n /** 员工ID */\n employee_id?: number;\n /** 角色ID */\n role_id?: number;\n /** 部门编码 */\n org_code?: string;\n look_level?: string;\n /** 状态 */\n status?: string;\n /** 职位ID */\n job?: number;\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1MenuList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/postUserCenterV1MenuList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostUserCenterV1MenuListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostUserCenterV1MenuListResultData[];\n}\n\nexport interface PostUserCenterV1MenuListResultData {\n /** 菜单ID */\n id: number;\n /** 菜单名称 */\n name: string;\n /** 菜单父ID */\n parent_id: number;\n /** 菜单状态 */\n status: number;\n /** 子菜单 */\n child: PostUserCenterV1MenuListResultDataChild[];\n}\n\nexport interface PostUserCenterV1MenuListResultDataChild {\n /** 菜单ID */\n id: number;\n /** 菜单名称 */\n name: string;\n /** 菜单父ID */\n parent_id: number;\n /** 菜单状态 */\n status: number;\n /** 子菜单 */\n child: PostUserCenterV1MenuListResultDataChildChild[];\n}\n\nexport interface PostUserCenterV1MenuListResultDataChildChild {\n /** 菜单ID */\n id: number;\n /** 菜单名称 */\n name: string;\n /** 菜单父ID */\n parent_id: number;\n /** 菜单状态 */\n status: number;\n /** 子菜单 */\n child: string[];\n}\n\n/**\n * 菜单分类\n * /userCenter/v1/menu/list\n */\nexport function postUserCenterV1MenuList(input?: PostUserCenterV1MenuListInput, config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostUserCenterV1MenuListResult>>(`/userCenter/v1/menu/list`, input, config);\n}\n\nexport interface PostUserCenterV1MenuListInput {\n menu_id?: number;\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1OrgList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/postUserCenterV1OrgList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostUserCenterV1OrgListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostUserCenterV1OrgListResultData[];\n}\n\nexport interface PostUserCenterV1OrgListResultData {\n /** 家族ID */\n id: number;\n /** 家族编码 */\n code: string;\n /** 家族名称 */\n name: string;\n}\n\n/**\n * 家族列表\n * /userCenter/v1/org/list\n */\nexport function postUserCenterV1OrgList(config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostUserCenterV1OrgListResult>>(`/userCenter/v1/org/list`, config);\n}\n"],"names":["request"],"mappings":";;AA4BO,SAAS,wBAAwB,MAA6B,EAAA;AACjE,EAAO,OAAAA,OAAA,CAAQ,IAAkD,CAAA,CAAA,uBAAA,CAAA,EAA2B,MAAM,CAAA,CAAA;AACtG;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1OrgTreeList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/postUserCenterV1OrgTreeList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostUserCenterV1OrgTreeListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostUserCenterV1OrgTreeListResultData[];\n}\n\nexport interface PostUserCenterV1OrgTreeListResultData {\n /** 部门ID */\n id: number;\n /** 部门编码 */\n code: string;\n /** 部门名称 */\n name: string;\n /** 部门等级 */\n level: number;\n /** 部门父编码 */\n pcode: string;\n /** 部门别名 */\n alias: string;\n /** 部门全称 */\n full_name: string;\n child: PostUserCenterV1OrgTreeListResultDataChild[];\n}\n\nexport interface PostUserCenterV1OrgTreeListResultDataChild {\n id: number;\n code: string;\n name: string;\n level: number;\n pcode: string;\n alias: string;\n full_name: string;\n child: PostUserCenterV1OrgTreeListResultDataChildChild[];\n}\n\nexport interface PostUserCenterV1OrgTreeListResultDataChildChild {\n id: number;\n code: string;\n name: string;\n level: number;\n pcode: string;\n alias: string;\n full_name: string;\n child: PostUserCenterV1OrgTreeListResultDataChildChildChild[];\n}\n\nexport interface PostUserCenterV1OrgTreeListResultDataChildChildChild {\n id: number;\n code: string;\n name: string;\n level: number;\n pcode: string;\n alias: string;\n full_name: any;\n child: PostUserCenterV1OrgTreeListResultDataChildChildChildChild[];\n}\n\nexport interface PostUserCenterV1OrgTreeListResultDataChildChildChildChild {\n id: number;\n code: string;\n name: string;\n level: number;\n pcode: string;\n alias: string;\n full_name: string;\n child: string[];\n}\n\n/**\n * 部门列表\n * /userCenter/v1/org/tree/list\n */\nexport function postUserCenterV1OrgTreeList(input?: PostUserCenterV1OrgTreeListInput, config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostUserCenterV1OrgTreeListResult>>(`/userCenter/v1/org/tree/list`, input, config);\n}\n\nexport interface PostUserCenterV1OrgTreeListInput {\n /** 部门编码 */\n org_code?: string;\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postUserCenterV1RoleList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/postUserCenterV1RoleList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostUserCenterV1RoleListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostUserCenterV1RoleListResultData[];\n}\n\nexport interface PostUserCenterV1RoleListResultData {\n /** 角色ID */\n id: number;\n /** 角色名称 */\n name: string;\n}\n\n/**\n * 角色列表\n * /userCenter/v1/role/list\n */\nexport function postUserCenterV1RoleList(config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostUserCenterV1RoleListResult>>(`/userCenter/v1/role/list`, config);\n}\n"],"names":["request"],"mappings":";;AA0BO,SAAS,yBAAyB,MAA6B,EAAA;AAClE,EAAO,OAAAA,OAAA,CAAQ,IAAmD,CAAA,CAAA,wBAAA,CAAA,EAA4B,MAAM,CAAA,CAAA;AACxG;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostUserCenterV1AreaList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/usePostUserCenterV1AreaList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostUserCenterV1AreaListResult, type PostUserCenterV1AreaListInput } from \"./postUserCenterV1AreaList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 团队列表\n * /userCenter/v1/area/list\n */\nexport function usePostUserCenterV1AreaList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1AreaListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1AreaListResult>>(\n '/userCenter/v1/area/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(input?: PostUserCenterV1AreaListInput, axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\n }\n return { ...useAxiosReturn, exec };\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostUserCenterV1EmployeeList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/usePostUserCenterV1EmployeeList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostUserCenterV1EmployeeListResult, type PostUserCenterV1EmployeeListInput } from \"./postUserCenterV1EmployeeList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 员工列表\n * /userCenter/v1/employee/list\n */\nexport function usePostUserCenterV1EmployeeList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1EmployeeListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1EmployeeListResult>>(\n '/userCenter/v1/employee/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(input?: PostUserCenterV1EmployeeListInput, axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\n }\n return { ...useAxiosReturn, exec };\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostUserCenterV1MenuList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/usePostUserCenterV1MenuList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostUserCenterV1MenuListResult, type PostUserCenterV1MenuListInput } from \"./postUserCenterV1MenuList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 菜单分类\n * /userCenter/v1/menu/list\n */\nexport function usePostUserCenterV1MenuList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1MenuListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1MenuListResult>>(\n '/userCenter/v1/menu/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(input?: PostUserCenterV1MenuListInput, axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\n }\n return { ...useAxiosReturn, exec };\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostUserCenterV1OrgList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/usePostUserCenterV1OrgList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostUserCenterV1OrgListResult } from \"./postUserCenterV1OrgList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 家族列表\n * /userCenter/v1/org/list\n */\nexport function usePostUserCenterV1OrgList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1OrgListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1OrgListResult>>(\n '/userCenter/v1/org/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute(axiosConfig);\n }\n return { ...useAxiosReturn, exec };\n}\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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostUserCenterV1OrgTreeList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/usePostUserCenterV1OrgTreeList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostUserCenterV1OrgTreeListResult, type PostUserCenterV1OrgTreeListInput } from \"./postUserCenterV1OrgTreeList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 部门列表\n * /userCenter/v1/org/tree/list\n */\nexport function usePostUserCenterV1OrgTreeList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1OrgTreeListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1OrgTreeListResult>>(\n '/userCenter/v1/org/tree/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(input?: PostUserCenterV1OrgTreeListInput, axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\n }\n return { ...useAxiosReturn, exec };\n}\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,8BAAA,CAA+B,QAA6B,OAA4E,EAAA;AACpJ,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,OAA0C,WAAkC,EAAA;AACtF,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;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePostUserCenterV1RoleList.mjs","sources":["../../../../../../../packages/api/basic/controller/UserCenter/usePostUserCenterV1RoleList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostUserCenterV1RoleListResult } from \"./postUserCenterV1RoleList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 角色列表\n * /userCenter/v1/role/list\n */\nexport function usePostUserCenterV1RoleList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1RoleListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1RoleListResult>>(\n '/userCenter/v1/role/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute(axiosConfig);\n }\n return { ...useAxiosReturn, exec };\n}\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,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 +1,2 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./Common";
|
|
2
|
+
export * from "./UserCenter";
|
|
@@ -1,28 +1,23 @@
|
|
|
1
|
-
import './
|
|
2
|
-
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export { usePostCommonV1SystemList } from './default/usePostCommonV1SystemList.mjs';
|
|
24
|
-
export { postProductV1ProductList } from './default/postProductV1ProductList.mjs';
|
|
25
|
-
export { usePostProductV1ProductList } from './default/usePostProductV1ProductList.mjs';
|
|
26
|
-
export { postCommonV1ExchangeRateList } from './default/postCommonV1ExchangeRateList.mjs';
|
|
27
|
-
export { usePostCommonV1ExchangeRateList } from './default/usePostCommonV1ExchangeRateList.mjs';
|
|
1
|
+
import './Common/index.mjs';
|
|
2
|
+
import './UserCenter/index.mjs';
|
|
3
|
+
export { postCommonV1CurrencyList } from './Common/postCommonV1CurrencyList.mjs';
|
|
4
|
+
export { usePostCommonV1CurrencyList } from './Common/usePostCommonV1CurrencyList.mjs';
|
|
5
|
+
export { postCommonV1CountryList } from './Common/postCommonV1CountryList.mjs';
|
|
6
|
+
export { usePostCommonV1CountryList } from './Common/usePostCommonV1CountryList.mjs';
|
|
7
|
+
export { postCommonV1SystemList } from './Common/postCommonV1SystemList.mjs';
|
|
8
|
+
export { usePostCommonV1SystemList } from './Common/usePostCommonV1SystemList.mjs';
|
|
9
|
+
export { postCommonV1ExchangeRateList } from './Common/postCommonV1ExchangeRateList.mjs';
|
|
10
|
+
export { usePostCommonV1ExchangeRateList } from './Common/usePostCommonV1ExchangeRateList.mjs';
|
|
11
|
+
export { postUserCenterV1OrgList } from './UserCenter/postUserCenterV1OrgList.mjs';
|
|
12
|
+
export { usePostUserCenterV1OrgList } from './UserCenter/usePostUserCenterV1OrgList.mjs';
|
|
13
|
+
export { postUserCenterV1AreaList } from './UserCenter/postUserCenterV1AreaList.mjs';
|
|
14
|
+
export { usePostUserCenterV1AreaList } from './UserCenter/usePostUserCenterV1AreaList.mjs';
|
|
15
|
+
export { postUserCenterV1RoleList } from './UserCenter/postUserCenterV1RoleList.mjs';
|
|
16
|
+
export { usePostUserCenterV1RoleList } from './UserCenter/usePostUserCenterV1RoleList.mjs';
|
|
17
|
+
export { postUserCenterV1EmployeeList } from './UserCenter/postUserCenterV1EmployeeList.mjs';
|
|
18
|
+
export { usePostUserCenterV1EmployeeList } from './UserCenter/usePostUserCenterV1EmployeeList.mjs';
|
|
19
|
+
export { postUserCenterV1MenuList } from './UserCenter/postUserCenterV1MenuList.mjs';
|
|
20
|
+
export { usePostUserCenterV1MenuList } from './UserCenter/usePostUserCenterV1MenuList.mjs';
|
|
21
|
+
export { postUserCenterV1OrgTreeList } from './UserCenter/postUserCenterV1OrgTreeList.mjs';
|
|
22
|
+
export { usePostUserCenterV1OrgTreeList } from './UserCenter/usePostUserCenterV1OrgTreeList.mjs';
|
|
28
23
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
|
package/es/api/basic/index.mjs
CHANGED
|
@@ -1,28 +1,22 @@
|
|
|
1
1
|
import './controller/index.mjs';
|
|
2
|
-
export { postCommonV1CurrencyList } from './controller/
|
|
3
|
-
export { usePostCommonV1CurrencyList } from './controller/
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export { postUserCenterV1MenuList } from './controller/
|
|
19
|
-
export { usePostUserCenterV1MenuList } from './controller/
|
|
20
|
-
export { postUserCenterV1OrgTreeList } from './controller/
|
|
21
|
-
export { usePostUserCenterV1OrgTreeList } from './controller/
|
|
22
|
-
export { postCommonV1SystemList } from './controller/default/postCommonV1SystemList.mjs';
|
|
23
|
-
export { usePostCommonV1SystemList } from './controller/default/usePostCommonV1SystemList.mjs';
|
|
24
|
-
export { postProductV1ProductList } from './controller/default/postProductV1ProductList.mjs';
|
|
25
|
-
export { usePostProductV1ProductList } from './controller/default/usePostProductV1ProductList.mjs';
|
|
26
|
-
export { postCommonV1ExchangeRateList } from './controller/default/postCommonV1ExchangeRateList.mjs';
|
|
27
|
-
export { usePostCommonV1ExchangeRateList } from './controller/default/usePostCommonV1ExchangeRateList.mjs';
|
|
2
|
+
export { postCommonV1CurrencyList } from './controller/Common/postCommonV1CurrencyList.mjs';
|
|
3
|
+
export { usePostCommonV1CurrencyList } from './controller/Common/usePostCommonV1CurrencyList.mjs';
|
|
4
|
+
export { postCommonV1CountryList } from './controller/Common/postCommonV1CountryList.mjs';
|
|
5
|
+
export { usePostCommonV1CountryList } from './controller/Common/usePostCommonV1CountryList.mjs';
|
|
6
|
+
export { postCommonV1SystemList } from './controller/Common/postCommonV1SystemList.mjs';
|
|
7
|
+
export { usePostCommonV1SystemList } from './controller/Common/usePostCommonV1SystemList.mjs';
|
|
8
|
+
export { postCommonV1ExchangeRateList } from './controller/Common/postCommonV1ExchangeRateList.mjs';
|
|
9
|
+
export { usePostCommonV1ExchangeRateList } from './controller/Common/usePostCommonV1ExchangeRateList.mjs';
|
|
10
|
+
export { postUserCenterV1OrgList } from './controller/UserCenter/postUserCenterV1OrgList.mjs';
|
|
11
|
+
export { usePostUserCenterV1OrgList } from './controller/UserCenter/usePostUserCenterV1OrgList.mjs';
|
|
12
|
+
export { postUserCenterV1AreaList } from './controller/UserCenter/postUserCenterV1AreaList.mjs';
|
|
13
|
+
export { usePostUserCenterV1AreaList } from './controller/UserCenter/usePostUserCenterV1AreaList.mjs';
|
|
14
|
+
export { postUserCenterV1RoleList } from './controller/UserCenter/postUserCenterV1RoleList.mjs';
|
|
15
|
+
export { usePostUserCenterV1RoleList } from './controller/UserCenter/usePostUserCenterV1RoleList.mjs';
|
|
16
|
+
export { postUserCenterV1EmployeeList } from './controller/UserCenter/postUserCenterV1EmployeeList.mjs';
|
|
17
|
+
export { usePostUserCenterV1EmployeeList } from './controller/UserCenter/usePostUserCenterV1EmployeeList.mjs';
|
|
18
|
+
export { postUserCenterV1MenuList } from './controller/UserCenter/postUserCenterV1MenuList.mjs';
|
|
19
|
+
export { usePostUserCenterV1MenuList } from './controller/UserCenter/usePostUserCenterV1MenuList.mjs';
|
|
20
|
+
export { postUserCenterV1OrgTreeList } from './controller/UserCenter/postUserCenterV1OrgTreeList.mjs';
|
|
21
|
+
export { usePostUserCenterV1OrgTreeList } from './controller/UserCenter/usePostUserCenterV1OrgTreeList.mjs';
|
|
28
22
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
|
package/es/api/index.mjs
CHANGED
|
@@ -43,30 +43,24 @@ export { postWhlProductBacklogOrderCnt } from './gatewayApi/controller/default/p
|
|
|
43
43
|
export { usePostWhlProductBacklogOrderCnt } from './gatewayApi/controller/default/usePostWhlProductBacklogOrderCnt.mjs';
|
|
44
44
|
export { postMarMarCreativeStoryDi } from './gatewayApi/controller/default/postMarMarCreativeStoryDi.mjs';
|
|
45
45
|
export { usePostMarMarCreativeStoryDi } from './gatewayApi/controller/default/usePostMarMarCreativeStoryDi.mjs';
|
|
46
|
-
export { postCommonV1CurrencyList } from './basic/controller/
|
|
47
|
-
export { usePostCommonV1CurrencyList } from './basic/controller/
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
60
|
-
export {
|
|
61
|
-
export {
|
|
62
|
-
export { postUserCenterV1MenuList } from './basic/controller/
|
|
63
|
-
export { usePostUserCenterV1MenuList } from './basic/controller/
|
|
64
|
-
export { postUserCenterV1OrgTreeList } from './basic/controller/
|
|
65
|
-
export { usePostUserCenterV1OrgTreeList } from './basic/controller/
|
|
66
|
-
export { postCommonV1SystemList } from './basic/controller/default/postCommonV1SystemList.mjs';
|
|
67
|
-
export { usePostCommonV1SystemList } from './basic/controller/default/usePostCommonV1SystemList.mjs';
|
|
68
|
-
export { postProductV1ProductList } from './basic/controller/default/postProductV1ProductList.mjs';
|
|
69
|
-
export { usePostProductV1ProductList } from './basic/controller/default/usePostProductV1ProductList.mjs';
|
|
70
|
-
export { postCommonV1ExchangeRateList } from './basic/controller/default/postCommonV1ExchangeRateList.mjs';
|
|
71
|
-
export { usePostCommonV1ExchangeRateList } from './basic/controller/default/usePostCommonV1ExchangeRateList.mjs';
|
|
46
|
+
export { postCommonV1CurrencyList } from './basic/controller/Common/postCommonV1CurrencyList.mjs';
|
|
47
|
+
export { usePostCommonV1CurrencyList } from './basic/controller/Common/usePostCommonV1CurrencyList.mjs';
|
|
48
|
+
export { postCommonV1CountryList } from './basic/controller/Common/postCommonV1CountryList.mjs';
|
|
49
|
+
export { usePostCommonV1CountryList } from './basic/controller/Common/usePostCommonV1CountryList.mjs';
|
|
50
|
+
export { postCommonV1SystemList } from './basic/controller/Common/postCommonV1SystemList.mjs';
|
|
51
|
+
export { usePostCommonV1SystemList } from './basic/controller/Common/usePostCommonV1SystemList.mjs';
|
|
52
|
+
export { postCommonV1ExchangeRateList } from './basic/controller/Common/postCommonV1ExchangeRateList.mjs';
|
|
53
|
+
export { usePostCommonV1ExchangeRateList } from './basic/controller/Common/usePostCommonV1ExchangeRateList.mjs';
|
|
54
|
+
export { postUserCenterV1OrgList } from './basic/controller/UserCenter/postUserCenterV1OrgList.mjs';
|
|
55
|
+
export { usePostUserCenterV1OrgList } from './basic/controller/UserCenter/usePostUserCenterV1OrgList.mjs';
|
|
56
|
+
export { postUserCenterV1AreaList } from './basic/controller/UserCenter/postUserCenterV1AreaList.mjs';
|
|
57
|
+
export { usePostUserCenterV1AreaList } from './basic/controller/UserCenter/usePostUserCenterV1AreaList.mjs';
|
|
58
|
+
export { postUserCenterV1RoleList } from './basic/controller/UserCenter/postUserCenterV1RoleList.mjs';
|
|
59
|
+
export { usePostUserCenterV1RoleList } from './basic/controller/UserCenter/usePostUserCenterV1RoleList.mjs';
|
|
60
|
+
export { postUserCenterV1EmployeeList } from './basic/controller/UserCenter/postUserCenterV1EmployeeList.mjs';
|
|
61
|
+
export { usePostUserCenterV1EmployeeList } from './basic/controller/UserCenter/usePostUserCenterV1EmployeeList.mjs';
|
|
62
|
+
export { postUserCenterV1MenuList } from './basic/controller/UserCenter/postUserCenterV1MenuList.mjs';
|
|
63
|
+
export { usePostUserCenterV1MenuList } from './basic/controller/UserCenter/usePostUserCenterV1MenuList.mjs';
|
|
64
|
+
export { postUserCenterV1OrgTreeList } from './basic/controller/UserCenter/postUserCenterV1OrgTreeList.mjs';
|
|
65
|
+
export { usePostUserCenterV1OrgTreeList } from './basic/controller/UserCenter/usePostUserCenterV1OrgTreeList.mjs';
|
|
72
66
|
//# sourceMappingURL=index.mjs.map
|
package/es/api/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/es/components/index.mjs
CHANGED
|
@@ -197,7 +197,7 @@ export { elTreeSelectEmits, treeSelectEmits, treeSelectProps } from './src/base/
|
|
|
197
197
|
export { GmTreeSelect } from './src/base/treeSelect/index.mjs';
|
|
198
198
|
export { elTreeV2Emits, treeV2Emits, treeV2Props } from './src/base/treeV2/treeV2.mjs';
|
|
199
199
|
export { GmTreeV2 } from './src/base/treeV2/index.mjs';
|
|
200
|
-
export { uploadProps } from './src/base/upload/upload.mjs';
|
|
200
|
+
export { uploadEmits, uploadProps } from './src/base/upload/upload.mjs';
|
|
201
201
|
export { GmUpload } from './src/base/upload/index.mjs';
|
|
202
202
|
export { watermarkProps } from './src/base/watermark/watermark.mjs';
|
|
203
203
|
export { GmWatermark } from './src/base/watermark/index.mjs';
|
|
@@ -217,8 +217,6 @@ export { aliCategoryCascaderEmits, aliCategoryCascaderProps } from './src/busine
|
|
|
217
217
|
export { GmAliCategoryCascader } from './src/business/aliCategoryCascader/index.mjs';
|
|
218
218
|
export { companyCategoryCascaderEmits, companyCategoryCascaderProps } from './src/business/companyCategoryCascader/companyCategoryCascader.mjs';
|
|
219
219
|
export { GmCompanyCategoryCascader } from './src/business/companyCategoryCascader/index.mjs';
|
|
220
|
-
export { MemoryHistoryExt, MemoryHistoryType, memoryFormEmits, memoryFormProps } from './src/composite/memoryForm/memoryForm.mjs';
|
|
221
|
-
export { GmMemoryForm } from './src/composite/memoryForm/index.mjs';
|
|
222
220
|
export { searchFormEmits, searchFormItemList, searchFormProps } from './src/composite/searchForm/searchForm.mjs';
|
|
223
221
|
export { searchFormCommonProps } from './src/composite/searchForm/searchFormItems/common.mjs';
|
|
224
222
|
export { SearchFormInputName, searchFormInputEmits, searchFormInputProps } from './src/composite/searchForm/searchFormItems/input/searchFormInput.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -201,7 +201,7 @@ export { transferEmits, transferProps } from './transfer/transfer.mjs';
|
|
|
201
201
|
export { elTreeEmits, treeEmits, treeProps } from './tree/tree.mjs';
|
|
202
202
|
export { elTreeSelectEmits, treeSelectEmits, treeSelectProps } from './treeSelect/treeSelect.mjs';
|
|
203
203
|
export { elTreeV2Emits, treeV2Emits, treeV2Props } from './treeV2/treeV2.mjs';
|
|
204
|
-
export { uploadProps } from './upload/upload.mjs';
|
|
204
|
+
export { uploadEmits, uploadProps } from './upload/upload.mjs';
|
|
205
205
|
export { watermarkProps } from './watermark/watermark.mjs';
|
|
206
206
|
export { tourEmits, tourProps } from './tour/tour.mjs';
|
|
207
207
|
export { tourStepEmits, tourStepProps } from './tourStep/tourStep.mjs';
|
|
@@ -118,7 +118,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
118
118
|
clearFiles: (states?: import("element-plus").UploadStatus[] | undefined) => void;
|
|
119
119
|
handleStart: (rawFile: import("element-plus").UploadRawFile) => void;
|
|
120
120
|
handleRemove: (file: import("element-plus").UploadRawFile | import("element-plus").UploadFile, rawFile?: import("element-plus").UploadRawFile | undefined) => void;
|
|
121
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
121
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
122
|
+
"update:fileList": (...args: any[]) => void;
|
|
123
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
122
124
|
beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | Blob | File | null | undefined>) | (() => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | Blob | File | null | undefined>) | {
|
|
123
125
|
(): (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | Blob | File | null | undefined>;
|
|
124
126
|
new (): any;
|
|
@@ -232,7 +234,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
232
234
|
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
233
235
|
disabled: BooleanConstructor;
|
|
234
236
|
limit: NumberConstructor;
|
|
235
|
-
}
|
|
237
|
+
}>> & {
|
|
238
|
+
"onUpdate:fileList"?: ((...args: any[]) => any) | undefined;
|
|
239
|
+
}, {
|
|
236
240
|
name: string;
|
|
237
241
|
data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>)))[], unknown, unknown>;
|
|
238
242
|
method: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, useSlots, ref, resolveComponent, openBlock, createBlock, mergeProps, createSlots, unref, withCtx, renderSlot, normalizeProps, guardReactiveProps, createVNode } from 'vue';
|
|
2
2
|
import '../../../../utils/index.mjs';
|
|
3
3
|
import VNodeRenderer from '../../common/VNodeRenderer.mjs';
|
|
4
|
-
import { uploadProps } from './upload.mjs';
|
|
4
|
+
import { uploadProps, uploadEmits } from './upload.mjs';
|
|
5
5
|
import { getGmExports } from '../../../../utils/src/elementPlus/exports.mjs';
|
|
6
6
|
|
|
7
7
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -10,9 +10,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
10
10
|
},
|
|
11
11
|
__name: "Upload",
|
|
12
12
|
props: uploadProps,
|
|
13
|
-
|
|
13
|
+
emits: uploadEmits,
|
|
14
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
14
15
|
const slots = useSlots();
|
|
15
16
|
const props = __props;
|
|
17
|
+
const emit = __emit;
|
|
16
18
|
const elRef = ref();
|
|
17
19
|
const exposeEvents = ["abort", "submit", "clearFiles", "handleStart", "handleRemove"];
|
|
18
20
|
const { exposeFns } = getGmExports(elRef, exposeEvents);
|
|
@@ -26,7 +28,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
26
28
|
mergeProps({
|
|
27
29
|
ref_key: "elRef",
|
|
28
30
|
ref: elRef
|
|
29
|
-
}, props
|
|
31
|
+
}, props, {
|
|
32
|
+
"onUpdate:fileList": _cache[0] || (_cache[0] = ($event) => emit("update:fileList", $event))
|
|
33
|
+
}),
|
|
30
34
|
createSlots({
|
|
31
35
|
_: 2
|
|
32
36
|
/* DYNAMIC */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Upload.vue2.mjs","sources":["../../../../../../../packages/components/src/base/upload/Upload.vue"],"sourcesContent":["<template>\r\n <el-upload ref=\"elRef\" v-bind=\"props\">\r\n <template v-if=\"slots.default\" #default=\"slotValue\">\r\n <slot v-bind=\"slotValue\" />\r\n </template>\r\n <template v-if=\"slots.trigger\" #trigger>\r\n <VNodeRenderer :vnode=\"slots.trigger()\" />\r\n </template>\r\n <template v-if=\"slots.tip\" #tip>\r\n <VNodeRenderer :vnode=\"slots.tip()\" />\r\n </template>\r\n <template v-if=\"slots.file\" #file=\"slotValue\">\r\n <slot name=\"file\" v-bind=\"slotValue\" />\r\n </template>\r\n </el-upload>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { ref, useSlots } from 'vue';\r\nimport { getGmExports } from '@giime/utils';\r\nimport VNodeRenderer from '../../common/VNodeRenderer';\r\nimport { uploadProps } from './upload';\r\nimport type { UploadInstance } from 'element-plus';\r\n\r\ndefineOptions({\r\n name: 'GmUpload',\r\n});\r\nconst slots = useSlots();\r\nconst props = defineProps(uploadProps);\r\nconst elRef = ref<UploadInstance>();\r\nconst exposeEvents = ['abort', 'submit', 'clearFiles', 'handleStart', 'handleRemove'] as const;\r\nconst { exposeFns } = getGmExports(elRef, exposeEvents);\r\n\r\ndefineExpose({\r\n ...exposeFns,\r\n});\r\n</script>\r\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Upload.vue2.mjs","sources":["../../../../../../../packages/components/src/base/upload/Upload.vue"],"sourcesContent":["<template>\r\n <el-upload ref=\"elRef\" v-bind=\"props\" @update:fileList=\"emit('update:fileList', $event)\">\r\n <template v-if=\"slots.default\" #default=\"slotValue\">\r\n <slot v-bind=\"slotValue\" />\r\n </template>\r\n <template v-if=\"slots.trigger\" #trigger>\r\n <VNodeRenderer :vnode=\"slots.trigger()\" />\r\n </template>\r\n <template v-if=\"slots.tip\" #tip>\r\n <VNodeRenderer :vnode=\"slots.tip()\" />\r\n </template>\r\n <template v-if=\"slots.file\" #file=\"slotValue\">\r\n <slot name=\"file\" v-bind=\"slotValue\" />\r\n </template>\r\n </el-upload>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { ref, useSlots } from 'vue';\r\nimport { getGmExports } from '@giime/utils';\r\nimport VNodeRenderer from '../../common/VNodeRenderer';\r\nimport { uploadEmits, uploadProps } from './upload';\r\nimport type { UploadInstance } from 'element-plus';\r\n\r\ndefineOptions({\r\n name: 'GmUpload',\r\n});\r\nconst slots = useSlots();\r\nconst props = defineProps(uploadProps);\r\nconst emit = defineEmits(uploadEmits);\r\nconst elRef = ref<UploadInstance>();\r\nconst exposeEvents = ['abort', 'submit', 'clearFiles', 'handleStart', 'handleRemove'] as const;\r\nconst { exposeFns } = getGmExports(elRef, exposeEvents);\r\n\r\ndefineExpose({\r\n ...exposeFns,\r\n});\r\n</script>\r\n"],"names":[],"mappings":";;;;;;;;;;;;;;AA0BA,IAAA,MAAM,QAAQ,QAAS,EAAA,CAAA;AACvB,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAA,MAAM,IAAO,GAAA,MAAA,CAAA;AACb,IAAA,MAAM,QAAQ,GAAoB,EAAA,CAAA;AAClC,IAAA,MAAM,eAAe,CAAC,OAAA,EAAS,QAAU,EAAA,YAAA,EAAc,eAAe,cAAc,CAAA,CAAA;AACpF,IAAA,MAAM,EAAE,SAAA,EAAc,GAAA,YAAA,CAAa,OAAO,YAAY,CAAA,CAAA;AAEtD,IAAa,QAAA,CAAA;AAAA,MACX,GAAG,SAAA;AAAA,KACJ,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|