giime 0.0.13 → 0.0.15
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 +44 -144
- package/es/api/basic/controller/default/index.d.ts +26 -0
- package/es/api/basic/controller/default/index.mjs +27 -0
- package/es/api/basic/controller/default/index.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1AreaList.d.ts +40 -0
- package/es/api/basic/controller/default/postBasicV1AreaList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1AreaList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1CategoryList.d.ts +88 -0
- package/es/api/basic/controller/default/postBasicV1CategoryList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1CategoryList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1CountryList.d.ts +33 -0
- package/es/api/basic/controller/default/postBasicV1CountryList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1CountryList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1CurrencyList.d.ts +41 -0
- package/es/api/basic/controller/default/postBasicV1CurrencyList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1CurrencyList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1EmployeeList.d.ts +83 -0
- package/es/api/basic/controller/default/postBasicV1EmployeeList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1EmployeeList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1ExchangeRateList.d.ts +40 -0
- package/es/api/basic/controller/default/postBasicV1ExchangeRateList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1ExchangeRateList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1MenuList.d.ts +78 -0
- package/es/api/basic/controller/default/postBasicV1MenuList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1MenuList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1OrgList.d.ts +33 -0
- package/es/api/basic/controller/default/postBasicV1OrgList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1OrgList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1OrgTreeList.d.ts +127 -0
- package/es/api/basic/controller/default/postBasicV1OrgTreeList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1OrgTreeList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1ProductList.d.ts +59 -0
- package/es/api/basic/controller/default/postBasicV1ProductList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1ProductList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1RoleList.d.ts +30 -0
- package/es/api/basic/controller/default/postBasicV1RoleList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1RoleList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1SalesList.d.ts +137 -0
- package/es/api/basic/controller/default/postBasicV1SalesList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1SalesList.mjs.map +1 -0
- package/es/api/basic/controller/default/postBasicV1SystemList.d.ts +33 -0
- package/es/api/basic/controller/default/postBasicV1SystemList.mjs +8 -0
- package/es/api/basic/controller/default/postBasicV1SystemList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1AreaList.d.ts +165 -0
- package/es/api/basic/controller/default/usePostBasicV1AreaList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1AreaList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1CategoryList.d.ts +389 -0
- package/es/api/basic/controller/default/usePostBasicV1CategoryList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1CategoryList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1CountryList.d.ts +151 -0
- package/es/api/basic/controller/default/usePostBasicV1CountryList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1CountryList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts +179 -0
- package/es/api/basic/controller/default/usePostBasicV1CurrencyList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1CurrencyList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1EmployeeList.d.ts +333 -0
- package/es/api/basic/controller/default/usePostBasicV1EmployeeList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1EmployeeList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.d.ts +165 -0
- package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1MenuList.d.ts +347 -0
- package/es/api/basic/controller/default/usePostBasicV1MenuList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1MenuList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1OrgList.d.ts +151 -0
- package/es/api/basic/controller/default/usePostBasicV1OrgList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1OrgList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.d.ts +725 -0
- package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1ProductList.d.ts +235 -0
- package/es/api/basic/controller/default/usePostBasicV1ProductList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1ProductList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1RoleList.d.ts +137 -0
- package/es/api/basic/controller/default/usePostBasicV1RoleList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1RoleList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1SalesList.d.ts +613 -0
- package/es/api/basic/controller/default/usePostBasicV1SalesList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1SalesList.mjs.map +1 -0
- package/es/api/basic/controller/default/usePostBasicV1SystemList.d.ts +151 -0
- package/es/api/basic/controller/default/usePostBasicV1SystemList.mjs +18 -0
- package/es/api/basic/controller/default/usePostBasicV1SystemList.mjs.map +1 -0
- package/es/api/basic/controller/index.d.ts +1 -0
- package/es/api/basic/controller/index.mjs +28 -0
- package/es/api/basic/controller/index.mjs.map +1 -0
- package/es/api/basic/index.d.ts +1 -0
- package/es/api/basic/index.mjs +28 -0
- package/es/api/basic/index.mjs.map +1 -0
- package/es/api/basic/interface/index.d.ts +4 -0
- package/es/api/basic/interface/index.mjs +2 -0
- package/es/{components/src/business/tableBody/tableBodyItem → api/basic/interface}/index.mjs.map +1 -1
- package/es/api/basic/request.d.ts +2 -0
- package/es/api/basic/request.mjs +19 -0
- package/es/api/basic/request.mjs.map +1 -0
- package/es/api/gatewayApi/index.d.ts +1 -0
- package/es/api/gatewayApi/index.mjs +9 -0
- package/es/api/gatewayApi/index.mjs.map +1 -1
- package/es/api/gatewayApi/request.d.ts +0 -1
- package/es/api/gatewayApi/request.mjs +1 -44
- package/es/api/gatewayApi/request.mjs.map +1 -1
- package/es/api/index.d.ts +1 -0
- package/es/api/index.mjs +35 -0
- package/es/api/index.mjs.map +1 -1
- package/es/components/index.mjs +10 -8
- package/es/components/index.mjs.map +1 -1
- package/es/components/src/base/popover/Popover.vue2.mjs +41 -30
- package/es/components/src/base/popover/Popover.vue2.mjs.map +1 -1
- package/es/components/src/base/tableColumn/TableColumn.vue.d.ts +1 -216
- package/es/components/src/base/tableColumn/TableColumn.vue2.mjs +3 -10
- package/es/components/src/base/tableColumn/TableColumn.vue2.mjs.map +1 -1
- package/es/components/src/base/tableColumn/index.d.ts +3 -648
- package/es/components/src/base/tour/Tour.vue.d.ts +2 -2
- package/es/components/src/base/tour/index.d.ts +6 -6
- package/es/components/src/business/index.d.ts +0 -3
- package/es/components/src/business/index.mjs +0 -8
- package/es/components/src/business/index.mjs.map +1 -1
- package/es/components/src/composite/index.d.ts +2 -0
- package/es/components/src/composite/index.mjs +10 -0
- 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 +6 -3
- package/es/components/src/composite/memoryForm/MemoryForm.vue2.mjs.map +1 -1
- package/es/components/src/composite/operateButton/OperateButton.vue.mjs +7 -0
- package/es/components/src/composite/operateButton/OperateButton.vue.mjs.map +1 -0
- package/es/components/src/composite/operateButton/OperateButton.vue2.mjs +44 -0
- package/es/components/src/composite/operateButton/OperateButton.vue2.mjs.map +1 -0
- package/{lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates → es/components/src/composite/operateButton}/index.d.ts +6 -5
- package/es/components/src/composite/operateButton/index.mjs +11 -0
- package/es/components/src/composite/operateButton/index.mjs.map +1 -0
- package/{lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/tableBodyOperateButton.d.ts → es/components/src/composite/operateButton/operateButton.d.ts} +2 -2
- package/es/components/src/{business/tableBody/tableBodyItem/tableBodyOperates/tableBodyOperateButton.mjs → composite/operateButton/operateButton.mjs} +4 -4
- package/es/components/src/composite/operateButton/operateButton.mjs.map +1 -0
- package/es/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue.d.ts +55 -0
- package/es/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue.mjs +7 -0
- package/es/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue.mjs.map +1 -0
- package/es/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue2.mjs +364 -0
- package/es/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue2.mjs.map +1 -0
- package/es/components/src/composite/operateButton/operateButtonForm/index.d.ts +57 -0
- package/es/components/src/composite/operateButton/operateButtonForm/index.mjs +9 -0
- package/es/components/src/composite/operateButton/operateButtonForm/index.mjs.map +1 -0
- package/es/components/src/composite/operateButton/operateButtonForm/operateButtonForm.d.ts +22 -0
- package/es/components/src/composite/operateButton/operateButtonForm/operateButtonForm.mjs +23 -0
- package/es/components/src/composite/operateButton/operateButtonForm/operateButtonForm.mjs.map +1 -0
- package/es/components/src/composite/searchForm/composables/useWatchModelChange.mjs +3 -0
- package/es/components/src/composite/searchForm/composables/useWatchModelChange.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/TableColumnVNodeRenderer.d.ts +26 -0
- package/es/components/src/composite/tablePro/TableColumnVNodeRenderer.mjs +38 -0
- package/es/components/src/composite/tablePro/TableColumnVNodeRenderer.mjs.map +1 -0
- package/{lib/components/src/business/tableBody/TableVNodeRenderer.d.ts → es/components/src/composite/tablePro/TableOperateVNodeRenderer.d.ts} +4 -4
- package/es/components/src/composite/tablePro/TableOperateVNodeRenderer.mjs +37 -0
- package/es/components/src/composite/tablePro/TableOperateVNodeRenderer.mjs.map +1 -0
- package/es/components/src/{business/tableBody/TableBody.vue.d.ts → composite/tablePro/TablePro.vue.d.ts} +4 -141
- package/es/components/src/composite/tablePro/TablePro.vue.mjs +8 -0
- package/es/components/src/composite/tablePro/TablePro.vue.mjs.map +1 -0
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs +230 -0
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs.map +1 -0
- package/es/components/src/{business/tableBody/TableBody.vue3.mjs → composite/tablePro/TablePro.vue3.mjs} +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue3.mjs.map +1 -0
- package/es/components/src/{business/tableBody → composite/tablePro}/index.d.ts +13 -308
- package/es/components/src/composite/tablePro/index.mjs +13 -0
- package/es/components/src/composite/tablePro/index.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +159 -0
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.mjs +7 -0
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue2.mjs +45 -0
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue2.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tableColumnPro/index.d.ts +331 -0
- package/es/components/src/composite/tablePro/tableColumnPro/index.mjs +9 -0
- package/es/components/src/composite/tablePro/tableColumnPro/index.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +79 -0
- package/es/components/src/composite/tablePro/tableColumnPro/tableColumnPro.mjs +27 -0
- package/es/components/src/composite/tablePro/tableColumnPro/tableColumnPro.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue.d.ts +56 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue.mjs +7 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue2.mjs +277 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue2.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/index.d.ts +58 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/index.mjs +9 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/index.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.d.ts +22 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.mjs +23 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tableHelper.d.ts +1 -0
- package/es/components/src/composite/tablePro/tableHelper.mjs +23 -0
- package/es/components/src/composite/tablePro/tableHelper.mjs.map +1 -0
- package/es/components/src/composite/tablePro/tablePro.d.ts +125 -0
- package/es/components/src/composite/tablePro/tablePro.mjs +46 -0
- package/es/components/src/composite/tablePro/tablePro.mjs.map +1 -0
- package/es/giime/component.mjs +13 -0
- package/es/giime/component.mjs.map +1 -1
- package/es/giime/index.mjs +12 -9
- 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/index.d.ts +1 -0
- package/es/hooks/base/index.mjs +1 -0
- package/es/hooks/base/index.mjs.map +1 -1
- package/es/hooks/base/useIDBKeyval/index.d.ts +9 -0
- package/es/hooks/base/useIDBKeyval/index.mjs +30 -0
- package/es/hooks/base/useIDBKeyval/index.mjs.map +1 -0
- package/es/hooks/index.mjs +1 -0
- package/es/hooks/index.mjs.map +1 -1
- package/es/hooks/store/basic/index.d.ts +1 -0
- package/es/hooks/store/basic/index.mjs +2 -0
- package/es/hooks/store/basic/index.mjs.map +1 -0
- package/es/hooks/store/index.d.ts +1 -0
- package/es/hooks/store/index.mjs +1 -0
- package/es/hooks/store/index.mjs.map +1 -1
- package/es/hooks/store/useCustomSettings/index.d.ts +25 -20
- package/es/hooks/store/useCustomSettings/index.mjs +79 -45
- package/es/hooks/store/useCustomSettings/index.mjs.map +1 -1
- package/es/index.css +44 -144
- package/es/utils/index.mjs +1 -1
- package/es/utils/src/general.d.ts +4 -0
- package/es/utils/src/general.mjs +9 -0
- package/es/utils/src/general.mjs.map +1 -0
- package/es/utils/src/http/createAxios.mjs +1 -1
- package/es/utils/src/http/createAxios.mjs.map +1 -1
- package/es/utils/src/http/devProxy.mjs +5 -0
- package/es/utils/src/http/devProxy.mjs.map +1 -1
- package/es/utils/src/http/errorMessage.mjs +1 -1
- package/es/utils/src/http/errorMessage.mjs.map +1 -1
- package/es/utils/src/objects.d.ts +1 -0
- package/es/utils/src/objects.mjs +3 -1
- package/es/utils/src/objects.mjs.map +1 -1
- package/global.d.ts +5 -0
- package/lib/api/basic/controller/default/index.d.ts +26 -0
- package/lib/api/basic/controller/default/index.js +58 -0
- package/lib/api/basic/controller/default/index.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1AreaList.d.ts +40 -0
- package/lib/api/basic/controller/default/postBasicV1AreaList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1AreaList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1CategoryList.d.ts +88 -0
- package/lib/api/basic/controller/default/postBasicV1CategoryList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1CategoryList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1CountryList.d.ts +33 -0
- package/lib/api/basic/controller/default/postBasicV1CountryList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1CountryList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1CurrencyList.d.ts +41 -0
- package/lib/api/basic/controller/default/postBasicV1CurrencyList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1CurrencyList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1EmployeeList.d.ts +83 -0
- package/lib/api/basic/controller/default/postBasicV1EmployeeList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1EmployeeList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.d.ts +40 -0
- package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1MenuList.d.ts +78 -0
- package/lib/api/basic/controller/default/postBasicV1MenuList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1MenuList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1OrgList.d.ts +33 -0
- package/lib/api/basic/controller/default/postBasicV1OrgList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1OrgList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1OrgTreeList.d.ts +127 -0
- package/lib/api/basic/controller/default/postBasicV1OrgTreeList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1OrgTreeList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1ProductList.d.ts +59 -0
- package/lib/api/basic/controller/default/postBasicV1ProductList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1ProductList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1RoleList.d.ts +30 -0
- package/lib/api/basic/controller/default/postBasicV1RoleList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1RoleList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1SalesList.d.ts +137 -0
- package/lib/api/basic/controller/default/postBasicV1SalesList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1SalesList.js.map +1 -0
- package/lib/api/basic/controller/default/postBasicV1SystemList.d.ts +33 -0
- package/lib/api/basic/controller/default/postBasicV1SystemList.js +10 -0
- package/lib/api/basic/controller/default/postBasicV1SystemList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1AreaList.d.ts +165 -0
- package/lib/api/basic/controller/default/usePostBasicV1AreaList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1AreaList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1CategoryList.d.ts +389 -0
- package/lib/api/basic/controller/default/usePostBasicV1CategoryList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1CategoryList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1CountryList.d.ts +151 -0
- package/lib/api/basic/controller/default/usePostBasicV1CountryList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1CountryList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts +179 -0
- package/lib/api/basic/controller/default/usePostBasicV1CurrencyList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1CurrencyList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1EmployeeList.d.ts +333 -0
- package/lib/api/basic/controller/default/usePostBasicV1EmployeeList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1EmployeeList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.d.ts +165 -0
- package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1MenuList.d.ts +347 -0
- package/lib/api/basic/controller/default/usePostBasicV1MenuList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1MenuList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1OrgList.d.ts +151 -0
- package/lib/api/basic/controller/default/usePostBasicV1OrgList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1OrgList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.d.ts +725 -0
- package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1ProductList.d.ts +235 -0
- package/lib/api/basic/controller/default/usePostBasicV1ProductList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1ProductList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1RoleList.d.ts +137 -0
- package/lib/api/basic/controller/default/usePostBasicV1RoleList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1RoleList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1SalesList.d.ts +613 -0
- package/lib/api/basic/controller/default/usePostBasicV1SalesList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1SalesList.js.map +1 -0
- package/lib/api/basic/controller/default/usePostBasicV1SystemList.d.ts +151 -0
- package/lib/api/basic/controller/default/usePostBasicV1SystemList.js +20 -0
- package/lib/api/basic/controller/default/usePostBasicV1SystemList.js.map +1 -0
- package/lib/api/basic/controller/index.d.ts +1 -0
- package/lib/api/basic/controller/index.js +59 -0
- package/lib/api/basic/controller/index.js.map +1 -0
- package/lib/api/basic/index.d.ts +1 -0
- package/lib/api/basic/index.js +59 -0
- package/lib/api/basic/index.js.map +1 -0
- package/lib/api/basic/interface/index.d.ts +4 -0
- package/lib/api/basic/interface/index.js +3 -0
- package/lib/{components/src/business/tableBody/tableBodyItem → api/basic/interface}/index.js.map +1 -1
- package/lib/api/basic/request.d.ts +2 -0
- package/lib/api/basic/request.js +23 -0
- package/lib/api/basic/request.js.map +1 -0
- package/lib/api/gatewayApi/index.d.ts +1 -0
- package/lib/api/gatewayApi/index.js +17 -0
- package/lib/api/gatewayApi/index.js.map +1 -1
- package/lib/api/gatewayApi/request.d.ts +0 -1
- package/lib/api/gatewayApi/request.js +0 -44
- package/lib/api/gatewayApi/request.js.map +1 -1
- package/lib/api/index.d.ts +1 -0
- package/lib/api/index.js +69 -0
- package/lib/api/index.js.map +1 -1
- package/lib/components/index.js +46 -41
- package/lib/components/index.js.map +1 -1
- package/lib/components/src/base/popover/Popover.vue2.js +40 -29
- package/lib/components/src/base/popover/Popover.vue2.js.map +1 -1
- package/lib/components/src/base/tableColumn/TableColumn.vue.d.ts +1 -216
- package/lib/components/src/base/tableColumn/TableColumn.vue2.js +2 -9
- package/lib/components/src/base/tableColumn/TableColumn.vue2.js.map +1 -1
- package/lib/components/src/base/tableColumn/index.d.ts +3 -648
- package/lib/components/src/base/tour/Tour.vue.d.ts +2 -2
- package/lib/components/src/base/tour/index.d.ts +6 -6
- package/lib/components/src/business/index.d.ts +0 -3
- package/lib/components/src/business/index.js +4 -21
- package/lib/components/src/business/index.js.map +1 -1
- package/lib/components/src/composite/index.d.ts +2 -0
- package/lib/components/src/composite/index.js +22 -0
- 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/operateButton/OperateButton.vue.js +11 -0
- package/lib/components/src/composite/operateButton/OperateButton.vue.js.map +1 -0
- package/lib/components/src/composite/operateButton/OperateButton.vue2.js +48 -0
- package/lib/components/src/composite/operateButton/OperateButton.vue2.js.map +1 -0
- package/{es/components/src/business/tableBody/tableBodyItem/tableBodyOperates → lib/components/src/composite/operateButton}/index.d.ts +6 -5
- package/lib/components/src/composite/operateButton/index.js +19 -0
- package/lib/components/src/composite/operateButton/index.js.map +1 -0
- package/{es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/tableBodyOperateButton.d.ts → lib/components/src/composite/operateButton/operateButton.d.ts} +2 -2
- package/lib/components/src/{business/tableBody/tableBodyItem/tableBodyOperates/tableBodyOperateButton.js → composite/operateButton/operateButton.js} +4 -4
- package/lib/components/src/composite/operateButton/operateButton.js.map +1 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue.d.ts +55 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue.js +11 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue.js.map +1 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue2.js +368 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue2.js.map +1 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/index.d.ts +57 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/index.js +15 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/index.js.map +1 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/operateButtonForm.d.ts +22 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/operateButtonForm.js +25 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/operateButtonForm.js.map +1 -0
- package/lib/components/src/composite/searchForm/composables/useWatchModelChange.js +3 -0
- package/lib/components/src/composite/searchForm/composables/useWatchModelChange.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/TableColumnVNodeRenderer.d.ts +26 -0
- package/lib/components/src/composite/tablePro/TableColumnVNodeRenderer.js +42 -0
- package/lib/components/src/composite/tablePro/TableColumnVNodeRenderer.js.map +1 -0
- package/{es/components/src/business/tableBody/TableVNodeRenderer.d.ts → lib/components/src/composite/tablePro/TableOperateVNodeRenderer.d.ts} +4 -4
- package/lib/components/src/composite/tablePro/TableOperateVNodeRenderer.js +41 -0
- package/lib/components/src/composite/tablePro/TableOperateVNodeRenderer.js.map +1 -0
- package/lib/components/src/{business/tableBody/TableBody.vue.d.ts → composite/tablePro/TablePro.vue.d.ts} +4 -141
- package/lib/components/src/composite/tablePro/TablePro.vue.js +12 -0
- package/lib/components/src/composite/tablePro/TablePro.vue.js.map +1 -0
- package/lib/components/src/composite/tablePro/TablePro.vue2.js +234 -0
- package/lib/components/src/composite/tablePro/TablePro.vue2.js.map +1 -0
- package/lib/components/src/{business/tableBody/TableBody.vue3.js → composite/tablePro/TablePro.vue3.js} +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue3.js.map +1 -0
- package/lib/components/src/{business/tableBody → composite/tablePro}/index.d.ts +13 -308
- package/lib/components/src/composite/tablePro/index.js +25 -0
- package/lib/components/src/composite/tablePro/index.js.map +1 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +159 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.js +11 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.js.map +1 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue2.js +49 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue2.js.map +1 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/index.d.ts +331 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/index.js +16 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/index.js.map +1 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +79 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/tableColumnPro.js +30 -0
- package/lib/components/src/composite/tablePro/tableColumnPro/tableColumnPro.js.map +1 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue.d.ts +56 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue.js +11 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue.js.map +1 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue2.js +281 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue2.js.map +1 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/index.d.ts +58 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/index.js +15 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/index.js.map +1 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.d.ts +22 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.js +25 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.js.map +1 -0
- package/lib/components/src/composite/tablePro/tableHelper.d.ts +1 -0
- package/lib/components/src/composite/tablePro/tableHelper.js +25 -0
- package/lib/components/src/composite/tablePro/tableHelper.js.map +1 -0
- package/lib/components/src/composite/tablePro/tablePro.d.ts +125 -0
- package/lib/components/src/composite/tablePro/tablePro.js +49 -0
- package/lib/components/src/composite/tablePro/tablePro.js.map +1 -0
- package/lib/giime/component.js +17 -4
- package/lib/giime/component.js.map +1 -1
- package/lib/giime/index.js +71 -63
- 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/index.d.ts +1 -0
- package/lib/hooks/base/index.js +2 -0
- package/lib/hooks/base/index.js.map +1 -1
- package/lib/hooks/base/useIDBKeyval/index.d.ts +9 -0
- package/lib/hooks/base/useIDBKeyval/index.js +32 -0
- package/lib/hooks/base/useIDBKeyval/index.js.map +1 -0
- package/lib/hooks/index.js +22 -20
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/store/basic/index.d.ts +1 -0
- package/lib/hooks/store/basic/index.js +3 -0
- package/lib/hooks/store/basic/index.js.map +1 -0
- package/lib/hooks/store/index.d.ts +1 -0
- package/lib/hooks/store/index.js +1 -0
- package/lib/hooks/store/index.js.map +1 -1
- package/lib/hooks/store/useCustomSettings/index.d.ts +25 -20
- package/lib/hooks/store/useCustomSettings/index.js +79 -45
- package/lib/hooks/store/useCustomSettings/index.js.map +1 -1
- package/lib/index.css +44 -144
- package/lib/utils/index.js +1 -0
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/src/general.d.ts +4 -0
- package/lib/utils/src/general.js +11 -0
- package/lib/utils/src/general.js.map +1 -0
- package/lib/utils/src/http/createAxios.js +1 -1
- package/lib/utils/src/http/createAxios.js.map +1 -1
- package/lib/utils/src/http/devProxy.js +5 -0
- package/lib/utils/src/http/devProxy.js.map +1 -1
- package/lib/utils/src/http/errorMessage.js +1 -1
- package/lib/utils/src/http/errorMessage.js.map +1 -1
- package/lib/utils/src/objects.d.ts +1 -0
- package/lib/utils/src/objects.js +3 -0
- package/lib/utils/src/objects.js.map +1 -1
- package/package.json +2 -1
- package/es/components/src/business/customOperations/CustomOperations.vue.d.ts +0 -48
- package/es/components/src/business/customOperations/CustomOperations.vue.mjs +0 -7
- package/es/components/src/business/customOperations/CustomOperations.vue.mjs.map +0 -1
- package/es/components/src/business/customOperations/CustomOperations.vue2.mjs +0 -552
- package/es/components/src/business/customOperations/CustomOperations.vue2.mjs.map +0 -1
- package/es/components/src/business/customOperations/customOperations.d.ts +0 -28
- package/es/components/src/business/customOperations/customOperations.mjs +0 -21
- package/es/components/src/business/customOperations/customOperations.mjs.map +0 -1
- package/es/components/src/business/customOperations/index.d.ts +0 -50
- package/es/components/src/business/customOperations/index.mjs +0 -9
- package/es/components/src/business/customOperations/index.mjs.map +0 -1
- package/es/components/src/business/tableBody/TableBody.vue.mjs +0 -8
- package/es/components/src/business/tableBody/TableBody.vue.mjs.map +0 -1
- package/es/components/src/business/tableBody/TableBody.vue2.mjs +0 -242
- package/es/components/src/business/tableBody/TableBody.vue2.mjs.map +0 -1
- package/es/components/src/business/tableBody/TableBody.vue3.mjs.map +0 -1
- package/es/components/src/business/tableBody/TableVNodeRenderer.mjs +0 -28
- package/es/components/src/business/tableBody/TableVNodeRenderer.mjs.map +0 -1
- package/es/components/src/business/tableBody/index.mjs +0 -12
- package/es/components/src/business/tableBody/index.mjs.map +0 -1
- package/es/components/src/business/tableBody/tableBody.d.ts +0 -185
- package/es/components/src/business/tableBody/tableBody.mjs +0 -95
- package/es/components/src/business/tableBody/tableBody.mjs.map +0 -1
- package/es/components/src/business/tableBody/tableBodyItem/index.d.ts +0 -1
- package/es/components/src/business/tableBody/tableBodyItem/index.mjs +0 -3
- package/es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue.mjs +0 -7
- package/es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue.mjs.map +0 -1
- package/es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue2.mjs +0 -42
- package/es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue2.mjs.map +0 -1
- package/es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/index.mjs +0 -9
- package/es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/index.mjs.map +0 -1
- package/es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/tableBodyOperateButton.mjs.map +0 -1
- package/es/components/src/business/tableHeader/TableHeader.vue.d.ts +0 -48
- package/es/components/src/business/tableHeader/TableHeader.vue.mjs +0 -8
- package/es/components/src/business/tableHeader/TableHeader.vue.mjs.map +0 -1
- package/es/components/src/business/tableHeader/TableHeader.vue2.mjs +0 -360
- package/es/components/src/business/tableHeader/TableHeader.vue2.mjs.map +0 -1
- package/es/components/src/business/tableHeader/TableHeader.vue3.mjs +0 -4
- package/es/components/src/business/tableHeader/TableHeader.vue3.mjs.map +0 -1
- package/es/components/src/business/tableHeader/index.d.ts +0 -50
- package/es/components/src/business/tableHeader/index.mjs +0 -9
- package/es/components/src/business/tableHeader/index.mjs.map +0 -1
- package/es/components/src/business/tableHeader/tableHeader.d.ts +0 -31
- package/es/components/src/business/tableHeader/tableHeader.mjs +0 -21
- package/es/components/src/business/tableHeader/tableHeader.mjs.map +0 -1
- package/lib/components/src/business/customOperations/CustomOperations.vue.d.ts +0 -48
- package/lib/components/src/business/customOperations/CustomOperations.vue.js +0 -11
- package/lib/components/src/business/customOperations/CustomOperations.vue.js.map +0 -1
- package/lib/components/src/business/customOperations/CustomOperations.vue2.js +0 -556
- package/lib/components/src/business/customOperations/CustomOperations.vue2.js.map +0 -1
- package/lib/components/src/business/customOperations/customOperations.d.ts +0 -28
- package/lib/components/src/business/customOperations/customOperations.js +0 -23
- package/lib/components/src/business/customOperations/customOperations.js.map +0 -1
- package/lib/components/src/business/customOperations/index.d.ts +0 -50
- package/lib/components/src/business/customOperations/index.js +0 -15
- package/lib/components/src/business/customOperations/index.js.map +0 -1
- package/lib/components/src/business/tableBody/TableBody.vue.js +0 -12
- package/lib/components/src/business/tableBody/TableBody.vue.js.map +0 -1
- package/lib/components/src/business/tableBody/TableBody.vue2.js +0 -246
- package/lib/components/src/business/tableBody/TableBody.vue2.js.map +0 -1
- package/lib/components/src/business/tableBody/TableBody.vue3.js.map +0 -1
- package/lib/components/src/business/tableBody/TableVNodeRenderer.js +0 -32
- package/lib/components/src/business/tableBody/TableVNodeRenderer.js.map +0 -1
- package/lib/components/src/business/tableBody/index.js +0 -21
- package/lib/components/src/business/tableBody/index.js.map +0 -1
- package/lib/components/src/business/tableBody/tableBody.d.ts +0 -185
- package/lib/components/src/business/tableBody/tableBody.js +0 -98
- package/lib/components/src/business/tableBody/tableBody.js.map +0 -1
- package/lib/components/src/business/tableBody/tableBodyItem/index.d.ts +0 -1
- package/lib/components/src/business/tableBody/tableBodyItem/index.js +0 -10
- package/lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue.js +0 -11
- package/lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue.js.map +0 -1
- package/lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue2.js +0 -46
- package/lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue2.js.map +0 -1
- package/lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/index.js +0 -15
- package/lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/index.js.map +0 -1
- package/lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/tableBodyOperateButton.js.map +0 -1
- package/lib/components/src/business/tableHeader/TableHeader.vue.d.ts +0 -48
- package/lib/components/src/business/tableHeader/TableHeader.vue.js +0 -12
- package/lib/components/src/business/tableHeader/TableHeader.vue.js.map +0 -1
- package/lib/components/src/business/tableHeader/TableHeader.vue2.js +0 -364
- package/lib/components/src/business/tableHeader/TableHeader.vue2.js.map +0 -1
- package/lib/components/src/business/tableHeader/TableHeader.vue3.js +0 -8
- package/lib/components/src/business/tableHeader/TableHeader.vue3.js.map +0 -1
- package/lib/components/src/business/tableHeader/index.d.ts +0 -50
- package/lib/components/src/business/tableHeader/index.js +0 -15
- package/lib/components/src/business/tableHeader/index.js.map +0 -1
- package/lib/components/src/business/tableHeader/tableHeader.d.ts +0 -31
- package/lib/components/src/business/tableHeader/tableHeader.js +0 -23
- package/lib/components/src/business/tableHeader/tableHeader.js.map +0 -1
- /package/es/components/src/{business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue.d.ts → composite/operateButton/OperateButton.vue.d.ts} +0 -0
- /package/lib/components/src/{business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue.d.ts → composite/operateButton/OperateButton.vue.d.ts} +0 -0
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from "axios";
|
|
2
|
+
export interface PostBasicV1CategoryListResult {
|
|
3
|
+
/** 接口状态码 */
|
|
4
|
+
code: string;
|
|
5
|
+
/** 状态描述 */
|
|
6
|
+
msg: string;
|
|
7
|
+
/** 业务状态码 */
|
|
8
|
+
bizCode: string;
|
|
9
|
+
/** 业务数据 */
|
|
10
|
+
data: PostBasicV1CategoryListResultData[];
|
|
11
|
+
}
|
|
12
|
+
export interface PostBasicV1CategoryListResultData {
|
|
13
|
+
/** 分类ID */
|
|
14
|
+
id: number;
|
|
15
|
+
/** 分类名称 */
|
|
16
|
+
name: string;
|
|
17
|
+
/** 父ID */
|
|
18
|
+
parent_id: number;
|
|
19
|
+
/** 分类级别 */
|
|
20
|
+
level: number;
|
|
21
|
+
/** 分类全称 */
|
|
22
|
+
full_name: any;
|
|
23
|
+
/** 子类 */
|
|
24
|
+
child: PostBasicV1CategoryListResultDataChild[];
|
|
25
|
+
}
|
|
26
|
+
export interface PostBasicV1CategoryListResultDataChild {
|
|
27
|
+
/** 分类ID */
|
|
28
|
+
id: number;
|
|
29
|
+
/** 分类名称 */
|
|
30
|
+
name: string;
|
|
31
|
+
/** 父ID */
|
|
32
|
+
parent_id: number;
|
|
33
|
+
/** 分类级别 */
|
|
34
|
+
level: number;
|
|
35
|
+
/** 分类全称 */
|
|
36
|
+
full_name: string;
|
|
37
|
+
/** 子类 */
|
|
38
|
+
child: PostBasicV1CategoryListResultDataChildChild[];
|
|
39
|
+
}
|
|
40
|
+
export interface PostBasicV1CategoryListResultDataChildChild {
|
|
41
|
+
/** 分类ID */
|
|
42
|
+
id: number;
|
|
43
|
+
/** 分类名称 */
|
|
44
|
+
name: string;
|
|
45
|
+
/** 父ID */
|
|
46
|
+
parent_id: number;
|
|
47
|
+
/** 分类级别 */
|
|
48
|
+
level: number;
|
|
49
|
+
/** 分类全称 */
|
|
50
|
+
full_name: string;
|
|
51
|
+
/** 子类 */
|
|
52
|
+
child: string[];
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* 产品分类
|
|
56
|
+
* /basic/v1/category/list
|
|
57
|
+
*/
|
|
58
|
+
export declare function postBasicV1CategoryList(input?: PostBasicV1CategoryListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
59
|
+
code: string;
|
|
60
|
+
msg: string;
|
|
61
|
+
bizCode: string;
|
|
62
|
+
data: {
|
|
63
|
+
id: number;
|
|
64
|
+
name: string;
|
|
65
|
+
parent_id: number;
|
|
66
|
+
level: number;
|
|
67
|
+
full_name: any;
|
|
68
|
+
child: {
|
|
69
|
+
id: number;
|
|
70
|
+
name: string;
|
|
71
|
+
parent_id: number;
|
|
72
|
+
level: number;
|
|
73
|
+
full_name: string;
|
|
74
|
+
child: {
|
|
75
|
+
id: number;
|
|
76
|
+
name: string;
|
|
77
|
+
parent_id: number;
|
|
78
|
+
level: number;
|
|
79
|
+
full_name: string;
|
|
80
|
+
child: string[];
|
|
81
|
+
}[];
|
|
82
|
+
}[];
|
|
83
|
+
}[];
|
|
84
|
+
}, any>>;
|
|
85
|
+
export interface PostBasicV1CategoryListInput {
|
|
86
|
+
/** 分类ID */
|
|
87
|
+
category_id?: number;
|
|
88
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postBasicV1CategoryList(input, config) {
|
|
6
|
+
return request.default.post(`/basic/v1/category/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postBasicV1CategoryList = postBasicV1CategoryList;
|
|
10
|
+
//# sourceMappingURL=postBasicV1CategoryList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postBasicV1CategoryList.js","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1CategoryList.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 PostBasicV1CategoryListResult {\r\n /** 接口状态码 */\r\n code: string;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: string;\r\n /** 业务数据 */\r\n data: PostBasicV1CategoryListResultData[];\r\n}\r\n\r\nexport interface PostBasicV1CategoryListResultData {\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 level: number;\r\n /** 分类全称 */\r\n full_name: any;\r\n /** 子类 */\r\n child: PostBasicV1CategoryListResultDataChild[];\r\n}\r\n\r\nexport interface PostBasicV1CategoryListResultDataChild {\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 level: number;\r\n /** 分类全称 */\r\n full_name: string;\r\n /** 子类 */\r\n child: PostBasicV1CategoryListResultDataChildChild[];\r\n}\r\n\r\nexport interface PostBasicV1CategoryListResultDataChildChild {\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 level: number;\r\n /** 分类全称 */\r\n full_name: string;\r\n /** 子类 */\r\n child: string[];\r\n}\r\n\r\n/**\r\n * 产品分类\r\n * /basic/v1/category/list\r\n */\r\nexport function postBasicV1CategoryList(input?: PostBasicV1CategoryListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostBasicV1CategoryListResult>>(`/basic/v1/category/list`, input, config);\r\n}\r\n\r\nexport interface PostBasicV1CategoryListInput {\r\n /** 分类ID */\r\n category_id?: number;\r\n}\r\n"],"names":["request"],"mappings":";;;;AAgEgB,SAAA,uBAAA,CAAwB,OAAsC,MAA6B,EAAA;AACvG,EAAA,OAAOA,eAAQ,CAAA,IAAA,CAAkD,CAA2B,uBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AAC7G;;;;"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from "axios";
|
|
2
|
+
export interface PostBasicV1CountryListResult {
|
|
3
|
+
/** 接口状态码 */
|
|
4
|
+
code: number;
|
|
5
|
+
/** 状态描述 */
|
|
6
|
+
msg: string;
|
|
7
|
+
/** 业务状态码 */
|
|
8
|
+
bizCode: string;
|
|
9
|
+
/** 业务数据 */
|
|
10
|
+
data: PostBasicV1CountryListResultData[];
|
|
11
|
+
}
|
|
12
|
+
export interface PostBasicV1CountryListResultData {
|
|
13
|
+
/** 国家ID */
|
|
14
|
+
id: number;
|
|
15
|
+
/** 国家标识 */
|
|
16
|
+
code: string;
|
|
17
|
+
/** 国家名称 */
|
|
18
|
+
name: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* 国家列表
|
|
22
|
+
* /basic/v1/country/list
|
|
23
|
+
*/
|
|
24
|
+
export declare function postBasicV1CountryList(config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
25
|
+
code: number;
|
|
26
|
+
msg: string;
|
|
27
|
+
bizCode: string;
|
|
28
|
+
data: {
|
|
29
|
+
id: number;
|
|
30
|
+
code: string;
|
|
31
|
+
name: string;
|
|
32
|
+
}[];
|
|
33
|
+
}, any>>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postBasicV1CountryList(config) {
|
|
6
|
+
return request.default.post(`/basic/v1/country/list`, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postBasicV1CountryList = postBasicV1CountryList;
|
|
10
|
+
//# sourceMappingURL=postBasicV1CountryList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postBasicV1CountryList.js","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1CountryList.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 PostBasicV1CountryListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: string;\r\n /** 业务数据 */\r\n data: PostBasicV1CountryListResultData[];\r\n}\r\n\r\nexport interface PostBasicV1CountryListResultData {\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 * /basic/v1/country/list\r\n */\r\nexport function postBasicV1CountryList(config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostBasicV1CountryListResult>>(`/basic/v1/country/list`, config);\r\n}\r\n"],"names":["request"],"mappings":";;;;AA4BO,SAAS,uBAAuB,MAA6B,EAAA;AAChE,EAAO,OAAAA,eAAA,CAAQ,IAAiD,CAAA,CAAA,sBAAA,CAAA,EAA0B,MAAM,CAAA,CAAA;AACpG;;;;"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from "axios";
|
|
2
|
+
export interface PostBasicV1CurrencyListResult {
|
|
3
|
+
/** 接口状态码 */
|
|
4
|
+
code: number;
|
|
5
|
+
/** 状态描述 */
|
|
6
|
+
msg: string;
|
|
7
|
+
/** 业务状态码 */
|
|
8
|
+
bizCode: string;
|
|
9
|
+
/** 业务数据 */
|
|
10
|
+
data: PostBasicV1CurrencyListResultData[];
|
|
11
|
+
}
|
|
12
|
+
export interface PostBasicV1CurrencyListResultData {
|
|
13
|
+
/** 币种ID */
|
|
14
|
+
id: number;
|
|
15
|
+
/** 币种名称 */
|
|
16
|
+
name: string;
|
|
17
|
+
/** 币种代码 */
|
|
18
|
+
code: string;
|
|
19
|
+
/** 币种符号 */
|
|
20
|
+
symbol: string;
|
|
21
|
+
/** 国家代码 */
|
|
22
|
+
country_code: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* 币种列表
|
|
26
|
+
* /basic/v1/currency/list
|
|
27
|
+
*/
|
|
28
|
+
export declare function postBasicV1CurrencyList(input?: PostBasicV1CurrencyListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
29
|
+
code: number;
|
|
30
|
+
msg: string;
|
|
31
|
+
bizCode: string;
|
|
32
|
+
data: {
|
|
33
|
+
id: number;
|
|
34
|
+
name: string;
|
|
35
|
+
code: string;
|
|
36
|
+
symbol: string;
|
|
37
|
+
country_code: string;
|
|
38
|
+
}[];
|
|
39
|
+
}, any>>;
|
|
40
|
+
export interface PostBasicV1CurrencyListInput {
|
|
41
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postBasicV1CurrencyList(input, config) {
|
|
6
|
+
return request.default.post(`/basic/v1/currency/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postBasicV1CurrencyList = postBasicV1CurrencyList;
|
|
10
|
+
//# sourceMappingURL=postBasicV1CurrencyList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postBasicV1CurrencyList.js","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1CurrencyList.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 PostBasicV1CurrencyListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: string;\r\n /** 业务数据 */\r\n data: PostBasicV1CurrencyListResultData[];\r\n}\r\n\r\nexport interface PostBasicV1CurrencyListResultData {\r\n /** 币种ID */\r\n id: number;\r\n /** 币种名称 */\r\n name: string;\r\n /** 币种代码 */\r\n code: string;\r\n /** 币种符号 */\r\n symbol: string;\r\n /** 国家代码 */\r\n country_code: string;\r\n}\r\n\r\n/**\r\n * 币种列表\r\n * /basic/v1/currency/list\r\n */\r\nexport function postBasicV1CurrencyList(input?: PostBasicV1CurrencyListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostBasicV1CurrencyListResult>>(`/basic/v1/currency/list`, input, config);\r\n}\r\n\r\nexport interface PostBasicV1CurrencyListInput {\r\n}\r\n"],"names":["request"],"mappings":";;;;AAgCgB,SAAA,uBAAA,CAAwB,OAAsC,MAA6B,EAAA;AACvG,EAAA,OAAOA,eAAQ,CAAA,IAAA,CAAkD,CAA2B,uBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AAC7G;;;;"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from "axios";
|
|
2
|
+
export interface PostBasicV1EmployeeListResult {
|
|
3
|
+
/** 接口状态码 */
|
|
4
|
+
code: string;
|
|
5
|
+
/** 状态描述 */
|
|
6
|
+
msg: string;
|
|
7
|
+
/** 业务状态码 */
|
|
8
|
+
bizCode: string;
|
|
9
|
+
data: PostBasicV1EmployeeListResultData;
|
|
10
|
+
}
|
|
11
|
+
export interface PostBasicV1EmployeeListResultData {
|
|
12
|
+
total: number;
|
|
13
|
+
size: number;
|
|
14
|
+
current: number;
|
|
15
|
+
search_count: boolean;
|
|
16
|
+
records: PostBasicV1EmployeeListResultDataRecords[];
|
|
17
|
+
}
|
|
18
|
+
export interface PostBasicV1EmployeeListResultDataRecords {
|
|
19
|
+
/** 员工ID */
|
|
20
|
+
id: number;
|
|
21
|
+
/** 员工名称 */
|
|
22
|
+
name: string;
|
|
23
|
+
/** 家族编码 */
|
|
24
|
+
org_code: string;
|
|
25
|
+
/** 团队ID */
|
|
26
|
+
area_id: number;
|
|
27
|
+
/** 电话 */
|
|
28
|
+
phone: string;
|
|
29
|
+
/** 邮箱 */
|
|
30
|
+
email: any;
|
|
31
|
+
/** 角色 */
|
|
32
|
+
role: PostBasicV1EmployeeListResultDataRecordsRole[];
|
|
33
|
+
}
|
|
34
|
+
export interface PostBasicV1EmployeeListResultDataRecordsRole {
|
|
35
|
+
/** 用户ID */
|
|
36
|
+
user_id: number;
|
|
37
|
+
/** 角色ID */
|
|
38
|
+
role_id: number;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* 员工列表
|
|
42
|
+
* /basic/v1/employee/list
|
|
43
|
+
*/
|
|
44
|
+
export declare function postBasicV1EmployeeList(input?: PostBasicV1EmployeeListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
45
|
+
code: string;
|
|
46
|
+
msg: string;
|
|
47
|
+
bizCode: string;
|
|
48
|
+
data: {
|
|
49
|
+
total: number;
|
|
50
|
+
size: number;
|
|
51
|
+
current: number;
|
|
52
|
+
search_count: boolean;
|
|
53
|
+
records: {
|
|
54
|
+
id: number;
|
|
55
|
+
name: string;
|
|
56
|
+
org_code: string;
|
|
57
|
+
area_id: number;
|
|
58
|
+
phone: string;
|
|
59
|
+
email: any;
|
|
60
|
+
role: {
|
|
61
|
+
user_id: number;
|
|
62
|
+
role_id: number;
|
|
63
|
+
}[];
|
|
64
|
+
}[];
|
|
65
|
+
};
|
|
66
|
+
}, any>>;
|
|
67
|
+
export interface PostBasicV1EmployeeListInput {
|
|
68
|
+
/** 页数 */
|
|
69
|
+
current?: string;
|
|
70
|
+
/** 每页显示数据数 */
|
|
71
|
+
size?: string;
|
|
72
|
+
/** 员工ID */
|
|
73
|
+
employee_id?: number;
|
|
74
|
+
/** 角色ID */
|
|
75
|
+
role_id?: number;
|
|
76
|
+
/** 部门编码 */
|
|
77
|
+
org_code?: string;
|
|
78
|
+
look_level?: string;
|
|
79
|
+
/** 状态 */
|
|
80
|
+
status?: string;
|
|
81
|
+
/** 职位ID */
|
|
82
|
+
job?: number;
|
|
83
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postBasicV1EmployeeList(input, config) {
|
|
6
|
+
return request.default.post(`/basic/v1/employee/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postBasicV1EmployeeList = postBasicV1EmployeeList;
|
|
10
|
+
//# sourceMappingURL=postBasicV1EmployeeList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postBasicV1EmployeeList.js","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1EmployeeList.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 PostBasicV1EmployeeListResult {\r\n /** 接口状态码 */\r\n code: string;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: string;\r\n data: PostBasicV1EmployeeListResultData;\r\n}\r\n\r\nexport interface PostBasicV1EmployeeListResultData {\r\n total: number;\r\n size: number;\r\n current: number;\r\n search_count: boolean;\r\n records: PostBasicV1EmployeeListResultDataRecords[];\r\n}\r\n\r\nexport interface PostBasicV1EmployeeListResultDataRecords {\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: PostBasicV1EmployeeListResultDataRecordsRole[];\r\n}\r\n\r\nexport interface PostBasicV1EmployeeListResultDataRecordsRole {\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 * /basic/v1/employee/list\r\n */\r\nexport function postBasicV1EmployeeList(input?: PostBasicV1EmployeeListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostBasicV1EmployeeListResult>>(`/basic/v1/employee/list`, input, config);\r\n}\r\n\r\nexport interface PostBasicV1EmployeeListInput {\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,uBAAA,CAAwB,OAAsC,MAA6B,EAAA;AACvG,EAAA,OAAOA,eAAQ,CAAA,IAAA,CAAkD,CAA2B,uBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AAC7G;;;;"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from "axios";
|
|
2
|
+
export interface PostBasicV1ExchangeRateListResult {
|
|
3
|
+
/** 接口状态码 */
|
|
4
|
+
code: number;
|
|
5
|
+
/** 状态描述 */
|
|
6
|
+
msg: string;
|
|
7
|
+
/** 业务状态码 */
|
|
8
|
+
bizCode: number;
|
|
9
|
+
/** 业务数据 */
|
|
10
|
+
data: PostBasicV1ExchangeRateListResultData[];
|
|
11
|
+
}
|
|
12
|
+
export interface PostBasicV1ExchangeRateListResultData {
|
|
13
|
+
/** 汇率ID */
|
|
14
|
+
id: number;
|
|
15
|
+
/** 汇率月份 */
|
|
16
|
+
month: number;
|
|
17
|
+
/** 币种 */
|
|
18
|
+
currency: string;
|
|
19
|
+
/** 汇率 */
|
|
20
|
+
rate: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* 汇率列表
|
|
24
|
+
* /basic/v1/exchangeRate/list
|
|
25
|
+
*/
|
|
26
|
+
export declare function postBasicV1ExchangeRateList(input?: PostBasicV1ExchangeRateListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
27
|
+
code: number;
|
|
28
|
+
msg: string;
|
|
29
|
+
bizCode: number;
|
|
30
|
+
data: {
|
|
31
|
+
id: number;
|
|
32
|
+
month: number;
|
|
33
|
+
currency: string;
|
|
34
|
+
rate: string;
|
|
35
|
+
}[];
|
|
36
|
+
}, any>>;
|
|
37
|
+
export interface PostBasicV1ExchangeRateListInput {
|
|
38
|
+
/** 月份,格式202401 */
|
|
39
|
+
month?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postBasicV1ExchangeRateList(input, config) {
|
|
6
|
+
return request.default.post(`/basic/v1/exchangeRate/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postBasicV1ExchangeRateList = postBasicV1ExchangeRateList;
|
|
10
|
+
//# sourceMappingURL=postBasicV1ExchangeRateList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postBasicV1ExchangeRateList.js","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1ExchangeRateList.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 PostBasicV1ExchangeRateListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: number;\r\n /** 业务数据 */\r\n data: PostBasicV1ExchangeRateListResultData[];\r\n}\r\n\r\nexport interface PostBasicV1ExchangeRateListResultData {\r\n /** 汇率ID */\r\n id: number;\r\n /** 汇率月份 */\r\n month: number;\r\n /** 币种 */\r\n currency: string;\r\n /** 汇率 */\r\n rate: string;\r\n}\r\n\r\n/**\r\n * 汇率列表\r\n * /basic/v1/exchangeRate/list\r\n */\r\nexport function postBasicV1ExchangeRateList(input?: PostBasicV1ExchangeRateListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostBasicV1ExchangeRateListResult>>(`/basic/v1/exchangeRate/list`, input, config);\r\n}\r\n\r\nexport interface PostBasicV1ExchangeRateListInput {\r\n /** 月份,格式202401 */\r\n month?: string;\r\n}\r\n"],"names":["request"],"mappings":";;;;AA8BgB,SAAA,2BAAA,CAA4B,OAA0C,MAA6B,EAAA;AAC/G,EAAA,OAAOA,eAAQ,CAAA,IAAA,CAAsD,CAA+B,2BAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AACrH;;;;"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from "axios";
|
|
2
|
+
export interface PostBasicV1MenuListResult {
|
|
3
|
+
/** 接口状态码 */
|
|
4
|
+
code: string;
|
|
5
|
+
/** 状态描述 */
|
|
6
|
+
msg: string;
|
|
7
|
+
/** 业务状态码 */
|
|
8
|
+
bizCode: string;
|
|
9
|
+
/** 业务数据 */
|
|
10
|
+
data: PostBasicV1MenuListResultData[];
|
|
11
|
+
}
|
|
12
|
+
export interface PostBasicV1MenuListResultData {
|
|
13
|
+
/** 菜单ID */
|
|
14
|
+
id: number;
|
|
15
|
+
/** 菜单名称 */
|
|
16
|
+
name: string;
|
|
17
|
+
/** 菜单父ID */
|
|
18
|
+
parent_id: number;
|
|
19
|
+
/** 菜单状态 */
|
|
20
|
+
status: number;
|
|
21
|
+
/** 子菜单 */
|
|
22
|
+
child: PostBasicV1MenuListResultDataChild[];
|
|
23
|
+
}
|
|
24
|
+
export interface PostBasicV1MenuListResultDataChild {
|
|
25
|
+
/** 菜单ID */
|
|
26
|
+
id: number;
|
|
27
|
+
/** 菜单名称 */
|
|
28
|
+
name: string;
|
|
29
|
+
/** 菜单父ID */
|
|
30
|
+
parent_id: number;
|
|
31
|
+
/** 菜单状态 */
|
|
32
|
+
status: number;
|
|
33
|
+
/** 子菜单 */
|
|
34
|
+
child: PostBasicV1MenuListResultDataChildChild[];
|
|
35
|
+
}
|
|
36
|
+
export interface PostBasicV1MenuListResultDataChildChild {
|
|
37
|
+
/** 菜单ID */
|
|
38
|
+
id: number;
|
|
39
|
+
/** 菜单名称 */
|
|
40
|
+
name: string;
|
|
41
|
+
/** 菜单父ID */
|
|
42
|
+
parent_id: number;
|
|
43
|
+
/** 菜单状态 */
|
|
44
|
+
status: number;
|
|
45
|
+
/** 子菜单 */
|
|
46
|
+
child: string[];
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* 菜单分类
|
|
50
|
+
* /basic/v1/menu/list
|
|
51
|
+
*/
|
|
52
|
+
export declare function postBasicV1MenuList(input?: PostBasicV1MenuListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
53
|
+
code: string;
|
|
54
|
+
msg: string;
|
|
55
|
+
bizCode: string;
|
|
56
|
+
data: {
|
|
57
|
+
id: number;
|
|
58
|
+
name: string;
|
|
59
|
+
parent_id: number;
|
|
60
|
+
status: number;
|
|
61
|
+
child: {
|
|
62
|
+
id: number;
|
|
63
|
+
name: string;
|
|
64
|
+
parent_id: number;
|
|
65
|
+
status: number;
|
|
66
|
+
child: {
|
|
67
|
+
id: number;
|
|
68
|
+
name: string;
|
|
69
|
+
parent_id: number;
|
|
70
|
+
status: number;
|
|
71
|
+
child: string[];
|
|
72
|
+
}[];
|
|
73
|
+
}[];
|
|
74
|
+
}[];
|
|
75
|
+
}, any>>;
|
|
76
|
+
export interface PostBasicV1MenuListInput {
|
|
77
|
+
menu_id?: number;
|
|
78
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postBasicV1MenuList(input, config) {
|
|
6
|
+
return request.default.post(`/basic/v1/menu/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postBasicV1MenuList = postBasicV1MenuList;
|
|
10
|
+
//# sourceMappingURL=postBasicV1MenuList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postBasicV1MenuList.js","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1MenuList.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 PostBasicV1MenuListResult {\r\n /** 接口状态码 */\r\n code: string;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: string;\r\n /** 业务数据 */\r\n data: PostBasicV1MenuListResultData[];\r\n}\r\n\r\nexport interface PostBasicV1MenuListResultData {\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: PostBasicV1MenuListResultDataChild[];\r\n}\r\n\r\nexport interface PostBasicV1MenuListResultDataChild {\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: PostBasicV1MenuListResultDataChildChild[];\r\n}\r\n\r\nexport interface PostBasicV1MenuListResultDataChildChild {\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 * /basic/v1/menu/list\r\n */\r\nexport function postBasicV1MenuList(input?: PostBasicV1MenuListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostBasicV1MenuListResult>>(`/basic/v1/menu/list`, input, config);\r\n}\r\n\r\nexport interface PostBasicV1MenuListInput {\r\n menu_id?: number;\r\n}\r\n"],"names":["request"],"mappings":";;;;AA0DgB,SAAA,mBAAA,CAAoB,OAAkC,MAA6B,EAAA;AAC/F,EAAA,OAAOA,eAAQ,CAAA,IAAA,CAA8C,CAAuB,mBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AACrG;;;;"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from "axios";
|
|
2
|
+
export interface PostBasicV1OrgListResult {
|
|
3
|
+
/** 接口状态码 */
|
|
4
|
+
code: number;
|
|
5
|
+
/** 状态描述 */
|
|
6
|
+
msg: string;
|
|
7
|
+
/** 业务状态码 */
|
|
8
|
+
bizCode: string;
|
|
9
|
+
/** 业务数据 */
|
|
10
|
+
data: PostBasicV1OrgListResultData[];
|
|
11
|
+
}
|
|
12
|
+
export interface PostBasicV1OrgListResultData {
|
|
13
|
+
/** 家族ID */
|
|
14
|
+
id: number;
|
|
15
|
+
/** 家族编码 */
|
|
16
|
+
code: string;
|
|
17
|
+
/** 家族名称 */
|
|
18
|
+
name: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* 家族列表
|
|
22
|
+
* /basic/v1/org/list
|
|
23
|
+
*/
|
|
24
|
+
export declare function postBasicV1OrgList(config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
25
|
+
code: number;
|
|
26
|
+
msg: string;
|
|
27
|
+
bizCode: string;
|
|
28
|
+
data: {
|
|
29
|
+
id: number;
|
|
30
|
+
code: string;
|
|
31
|
+
name: string;
|
|
32
|
+
}[];
|
|
33
|
+
}, any>>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postBasicV1OrgList(config) {
|
|
6
|
+
return request.default.post(`/basic/v1/org/list`, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postBasicV1OrgList = postBasicV1OrgList;
|
|
10
|
+
//# sourceMappingURL=postBasicV1OrgList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postBasicV1OrgList.js","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1OrgList.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 PostBasicV1OrgListResult {\r\n /** 接口状态码 */\r\n code: number;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: string;\r\n /** 业务数据 */\r\n data: PostBasicV1OrgListResultData[];\r\n}\r\n\r\nexport interface PostBasicV1OrgListResultData {\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 * /basic/v1/org/list\r\n */\r\nexport function postBasicV1OrgList(config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostBasicV1OrgListResult>>(`/basic/v1/org/list`, config);\r\n}\r\n"],"names":["request"],"mappings":";;;;AA4BO,SAAS,mBAAmB,MAA6B,EAAA;AAC5D,EAAO,OAAAA,eAAA,CAAQ,IAA6C,CAAA,CAAA,kBAAA,CAAA,EAAsB,MAAM,CAAA,CAAA;AAC5F;;;;"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from "axios";
|
|
2
|
+
export interface PostBasicV1OrgTreeListResult {
|
|
3
|
+
/** 接口状态码 */
|
|
4
|
+
code: string;
|
|
5
|
+
/** 状态描述 */
|
|
6
|
+
msg: string;
|
|
7
|
+
/** 业务状态码 */
|
|
8
|
+
bizCode: string;
|
|
9
|
+
/** 业务数据 */
|
|
10
|
+
data: PostBasicV1OrgTreeListResultData[];
|
|
11
|
+
}
|
|
12
|
+
export interface PostBasicV1OrgTreeListResultData {
|
|
13
|
+
/** 部门ID */
|
|
14
|
+
id: number;
|
|
15
|
+
/** 部门编码 */
|
|
16
|
+
code: string;
|
|
17
|
+
/** 部门名称 */
|
|
18
|
+
name: string;
|
|
19
|
+
/** 部门等级 */
|
|
20
|
+
level: number;
|
|
21
|
+
/** 部门父编码 */
|
|
22
|
+
pcode: string;
|
|
23
|
+
/** 部门别名 */
|
|
24
|
+
alias: string;
|
|
25
|
+
/** 部门全称 */
|
|
26
|
+
full_name: string;
|
|
27
|
+
child: PostBasicV1OrgTreeListResultDataChild[];
|
|
28
|
+
}
|
|
29
|
+
export interface PostBasicV1OrgTreeListResultDataChild {
|
|
30
|
+
id: number;
|
|
31
|
+
code: string;
|
|
32
|
+
name: string;
|
|
33
|
+
level: number;
|
|
34
|
+
pcode: string;
|
|
35
|
+
alias: string;
|
|
36
|
+
full_name: string;
|
|
37
|
+
child: PostBasicV1OrgTreeListResultDataChildChild[];
|
|
38
|
+
}
|
|
39
|
+
export interface PostBasicV1OrgTreeListResultDataChildChild {
|
|
40
|
+
id: number;
|
|
41
|
+
code: string;
|
|
42
|
+
name: string;
|
|
43
|
+
level: number;
|
|
44
|
+
pcode: string;
|
|
45
|
+
alias: string;
|
|
46
|
+
full_name: string;
|
|
47
|
+
child: PostBasicV1OrgTreeListResultDataChildChildChild[];
|
|
48
|
+
}
|
|
49
|
+
export interface PostBasicV1OrgTreeListResultDataChildChildChild {
|
|
50
|
+
id: number;
|
|
51
|
+
code: string;
|
|
52
|
+
name: string;
|
|
53
|
+
level: number;
|
|
54
|
+
pcode: string;
|
|
55
|
+
alias: string;
|
|
56
|
+
full_name: any;
|
|
57
|
+
child: PostBasicV1OrgTreeListResultDataChildChildChildChild[];
|
|
58
|
+
}
|
|
59
|
+
export interface PostBasicV1OrgTreeListResultDataChildChildChildChild {
|
|
60
|
+
id: number;
|
|
61
|
+
code: string;
|
|
62
|
+
name: string;
|
|
63
|
+
level: number;
|
|
64
|
+
pcode: string;
|
|
65
|
+
alias: string;
|
|
66
|
+
full_name: string;
|
|
67
|
+
child: string[];
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* 部门列表
|
|
71
|
+
* /basic/v1/org/tree/list
|
|
72
|
+
*/
|
|
73
|
+
export declare function postBasicV1OrgTreeList(input?: PostBasicV1OrgTreeListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
74
|
+
code: string;
|
|
75
|
+
msg: string;
|
|
76
|
+
bizCode: string;
|
|
77
|
+
data: {
|
|
78
|
+
id: number;
|
|
79
|
+
code: string;
|
|
80
|
+
name: string;
|
|
81
|
+
level: number;
|
|
82
|
+
pcode: string;
|
|
83
|
+
alias: string;
|
|
84
|
+
full_name: string;
|
|
85
|
+
child: {
|
|
86
|
+
id: number;
|
|
87
|
+
code: string;
|
|
88
|
+
name: string;
|
|
89
|
+
level: number;
|
|
90
|
+
pcode: string;
|
|
91
|
+
alias: string;
|
|
92
|
+
full_name: string;
|
|
93
|
+
child: {
|
|
94
|
+
id: number;
|
|
95
|
+
code: string;
|
|
96
|
+
name: string;
|
|
97
|
+
level: number;
|
|
98
|
+
pcode: string;
|
|
99
|
+
alias: string;
|
|
100
|
+
full_name: string;
|
|
101
|
+
child: {
|
|
102
|
+
id: number;
|
|
103
|
+
code: string;
|
|
104
|
+
name: string;
|
|
105
|
+
level: number;
|
|
106
|
+
pcode: string;
|
|
107
|
+
alias: string;
|
|
108
|
+
full_name: any;
|
|
109
|
+
child: {
|
|
110
|
+
id: number;
|
|
111
|
+
code: string;
|
|
112
|
+
name: string;
|
|
113
|
+
level: number;
|
|
114
|
+
pcode: string;
|
|
115
|
+
alias: string;
|
|
116
|
+
full_name: string;
|
|
117
|
+
child: string[];
|
|
118
|
+
}[];
|
|
119
|
+
}[];
|
|
120
|
+
}[];
|
|
121
|
+
}[];
|
|
122
|
+
}[];
|
|
123
|
+
}, any>>;
|
|
124
|
+
export interface PostBasicV1OrgTreeListInput {
|
|
125
|
+
/** 部门编码 */
|
|
126
|
+
org_code?: string;
|
|
127
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var request = require('../../request.js');
|
|
4
|
+
|
|
5
|
+
function postBasicV1OrgTreeList(input, config) {
|
|
6
|
+
return request.default.post(`/basic/v1/org/tree/list`, input, config);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
exports.postBasicV1OrgTreeList = postBasicV1OrgTreeList;
|
|
10
|
+
//# sourceMappingURL=postBasicV1OrgTreeList.js.map
|