wt-enjoy-link-antd-repack 4.1.17
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +26 -0
- package/dist/esm/assets/location.png +0 -0
- package/dist/esm/component/BiuAButton/index.d.ts +18 -0
- package/dist/esm/component/BiuAButton/index.js +8 -0
- package/dist/esm/component/BiuACard/index.d.ts +2 -0
- package/dist/esm/component/BiuACard/index.js +9 -0
- package/dist/esm/component/BiuACascader/index.d.ts +10 -0
- package/dist/esm/component/BiuACascader/index.js +8 -0
- package/dist/esm/component/BiuADatePicker/index.d.ts +19 -0
- package/dist/esm/component/BiuADatePicker/index.js +18 -0
- package/dist/esm/component/BiuAForm/index.d.ts +7 -0
- package/dist/esm/component/BiuAForm/index.js +10 -0
- package/dist/esm/component/BiuAInput/index.d.ts +14 -0
- package/dist/esm/component/BiuAInput/index.js +32 -0
- package/dist/esm/component/BiuASelect/index.d.ts +6 -0
- package/dist/esm/component/BiuASelect/index.js +14 -0
- package/dist/esm/component/BiuASwitch/index.d.ts +2 -0
- package/dist/esm/component/BiuASwitch/index.js +9 -0
- package/dist/esm/component/BiuATimePicker/index.d.ts +4 -0
- package/dist/esm/component/BiuATimePicker/index.js +8 -0
- package/dist/esm/component/BiuATreeSelect/index.d.ts +2 -0
- package/dist/esm/component/BiuATreeSelect/index.js +8 -0
- package/dist/esm/component/BiuBar/index.d.ts +13 -0
- package/dist/esm/component/BiuBar/index.js +42 -0
- package/dist/esm/component/BiuComSelect/index.d.ts +24 -0
- package/dist/esm/component/BiuComSelect/index.js +104 -0
- package/dist/esm/component/BiuCue/index.d.ts +18 -0
- package/dist/esm/component/BiuCue/index.js +44 -0
- package/dist/esm/component/BiuCustomSelect/index.d.ts +19 -0
- package/dist/esm/component/BiuCustomSelect/index.js +153 -0
- package/dist/esm/component/BiuCustomTable/index.d.ts +14 -0
- package/dist/esm/component/BiuCustomTable/index.js +76 -0
- package/dist/esm/component/BiuCustomerOperCard/component/editTable.d.ts +8 -0
- package/dist/esm/component/BiuCustomerOperCard/component/editTable.js +264 -0
- package/dist/esm/component/BiuCustomerOperCard/component/index.d.ts +1 -0
- package/dist/esm/component/BiuCustomerOperCard/component/index.js +1 -0
- package/dist/esm/component/BiuCustomerOperCard/index.d.ts +20 -0
- package/dist/esm/component/BiuCustomerOperCard/index.js +56 -0
- package/dist/esm/component/BiuCustomerOperCard/type.d.ts +117 -0
- package/dist/esm/component/BiuCustomerOperCard/type.js +1 -0
- package/dist/esm/component/BiuCustomerOperCard/utils.d.ts +48 -0
- package/dist/esm/component/BiuCustomerOperCard/utils.js +236 -0
- package/dist/esm/component/BiuDescriptions/index.d.ts +9 -0
- package/dist/esm/component/BiuDescriptions/index.js +39 -0
- package/dist/esm/component/BiuDetailDrawer/index.d.ts +15 -0
- package/dist/esm/component/BiuDetailDrawer/index.js +54 -0
- package/dist/esm/component/BiuDivider/index.d.ts +4 -0
- package/dist/esm/component/BiuDivider/index.js +29 -0
- package/dist/esm/component/BiuField/component/AddressTableSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/AddressTableSelect.js +150 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/index.d.ts +3 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/index.js +3 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertSubValue.d.ts +2 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertSubValue.js +49 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertUnSubValue.d.ts +2 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertUnSubValue.js +98 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useInConvertUnSubValue.d.ts +5 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useInConvertUnSubValue.js +82 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/index.d.ts +14 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/index.js +393 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/type.d.ts +123 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/type.js +1 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/utils.d.ts +5 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/utils.js +59 -0
- package/dist/esm/component/BiuField/component/OMSSystem/cityAreaSelect.d.ts +12 -0
- package/dist/esm/component/BiuField/component/OMSSystem/cityAreaSelect.js +130 -0
- package/dist/esm/component/BiuField/component/OMSSystem/warehouseSel.d.ts +7 -0
- package/dist/esm/component/BiuField/component/OMSSystem/warehouseSel.js +80 -0
- package/dist/esm/component/BiuField/component/SNInput.d.ts +13 -0
- package/dist/esm/component/BiuField/component/SNInput.js +622 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/addressSelect.d.ts +23 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/addressSelect.js +187 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/base.d.ts +13 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/base.js +153 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/goodSelect.d.ts +21 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/goodSelect.js +238 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/index.d.ts +3 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/index.js +66 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/interface.d.ts +16 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/interface.js +1 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/locationSelect.d.ts +24 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/locationSelect.js +164 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/package.d.ts +3 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/package.js +149 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/supplierSelect.d.ts +18 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/supplierSelect.js +145 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseAreaSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseAreaSelect.js +113 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseInfoSelects.d.ts +18 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseInfoSelects.js +100 -0
- package/dist/esm/component/BiuField/component/appliedgoodsTypeSelect.d.ts +9 -0
- package/dist/esm/component/BiuField/component/appliedgoodsTypeSelect.js +75 -0
- package/dist/esm/component/BiuField/component/autoComplete.d.ts +8 -0
- package/dist/esm/component/BiuField/component/autoComplete.js +82 -0
- package/dist/esm/component/BiuField/component/boxTypeSelect.d.ts +11 -0
- package/dist/esm/component/BiuField/component/boxTypeSelect.js +139 -0
- package/dist/esm/component/BiuField/component/businessdistrictselect.d.ts +55 -0
- package/dist/esm/component/BiuField/component/businessdistrictselect.js +414 -0
- package/dist/esm/component/BiuField/component/carrierInfoSelect.d.ts +13 -0
- package/dist/esm/component/BiuField/component/carrierInfoSelect.js +145 -0
- package/dist/esm/component/BiuField/component/channelSelect.d.ts +8 -0
- package/dist/esm/component/BiuField/component/channelSelect.js +94 -0
- package/dist/esm/component/BiuField/component/cityAreaCascader.d.ts +11 -0
- package/dist/esm/component/BiuField/component/cityAreaCascader.js +86 -0
- package/dist/esm/component/BiuField/component/clientInfoTableSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/clientInfoTableSelect.js +175 -0
- package/dist/esm/component/BiuField/component/customMenu.d.ts +3 -0
- package/dist/esm/component/BiuField/component/customMenu.js +110 -0
- package/dist/esm/component/BiuField/component/databaseSelect.d.ts +6 -0
- package/dist/esm/component/BiuField/component/databaseSelect.js +42 -0
- package/dist/esm/component/BiuField/component/departmentTreeSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/departmentTreeSelect.js +107 -0
- package/dist/esm/component/BiuField/component/dicNameSelect.d.ts +12 -0
- package/dist/esm/component/BiuField/component/dicNameSelect.js +53 -0
- package/dist/esm/component/BiuField/component/dicTypeSelect.d.ts +41 -0
- package/dist/esm/component/BiuField/component/dicTypeSelect.js +84 -0
- package/dist/esm/component/BiuField/component/dockingPartySelect.d.ts +8 -0
- package/dist/esm/component/BiuField/component/dockingPartySelect.js +63 -0
- package/dist/esm/component/BiuField/component/editLocationSelect.d.ts +18 -0
- package/dist/esm/component/BiuField/component/editLocationSelect.js +119 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/accountSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/accountSelect.js +36 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/addresSelect.d.ts +14 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/addresSelect.js +97 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/platformSelect.d.ts +7 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/platformSelect.js +73 -0
- package/dist/esm/component/BiuField/component/goodsTypeSelect.d.ts +10 -0
- package/dist/esm/component/BiuField/component/goodsTypeSelect.js +92 -0
- package/dist/esm/component/BiuField/component/index.d.ts +37 -0
- package/dist/esm/component/BiuField/component/index.js +37 -0
- package/dist/esm/component/BiuField/component/interfaceNameSelect.d.ts +9 -0
- package/dist/esm/component/BiuField/component/interfaceNameSelect.js +65 -0
- package/dist/esm/component/BiuField/component/lpnSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/lpnSelect.js +88 -0
- package/dist/esm/component/BiuField/component/orderTypeSelect.d.ts +15 -0
- package/dist/esm/component/BiuField/component/orderTypeSelect.js +79 -0
- package/dist/esm/component/BiuField/component/orderTypeTableSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/orderTypeTableSelect.js +45 -0
- package/dist/esm/component/BiuField/component/parkSelect.d.ts +12 -0
- package/dist/esm/component/BiuField/component/parkSelect.js +88 -0
- package/dist/esm/component/BiuField/component/personnelinfoselect.d.ts +57 -0
- package/dist/esm/component/BiuField/component/personnelinfoselect.js +431 -0
- package/dist/esm/component/BiuField/component/propertNameSelect.d.ts +9 -0
- package/dist/esm/component/BiuField/component/propertNameSelect.js +114 -0
- package/dist/esm/component/BiuField/component/shipperTableSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/shipperTableSelect.js +94 -0
- package/dist/esm/component/BiuField/component/userSelect.d.ts +8 -0
- package/dist/esm/component/BiuField/component/userSelect.js +163 -0
- package/dist/esm/component/BiuField/component/warehouseAreaSelect.d.ts +9 -0
- package/dist/esm/component/BiuField/component/warehouseAreaSelect.js +103 -0
- package/dist/esm/component/BiuField/component/warehouseInfoSelect.d.ts +13 -0
- package/dist/esm/component/BiuField/component/warehouseInfoSelect.js +92 -0
- package/dist/esm/component/BiuField/component/warehouseLoctionSelect.d.ts +14 -0
- package/dist/esm/component/BiuField/component/warehouseLoctionSelect.js +124 -0
- package/dist/esm/component/BiuField/index.d.ts +8 -0
- package/dist/esm/component/BiuField/index.js +607 -0
- package/dist/esm/component/BiuFileInput/index.d.ts +11 -0
- package/dist/esm/component/BiuFileInput/index.js +53 -0
- package/dist/esm/component/BiuForm/index.d.ts +12 -0
- package/dist/esm/component/BiuForm/index.js +241 -0
- package/dist/esm/component/BiuForm/type.d.ts +45 -0
- package/dist/esm/component/BiuForm/type.js +1 -0
- package/dist/esm/component/BiuForm/utils.d.ts +2 -0
- package/dist/esm/component/BiuForm/utils.js +46 -0
- package/dist/esm/component/BiuIcon/index.d.ts +3 -0
- package/dist/esm/component/BiuIcon/index.js +15 -0
- package/dist/esm/component/BiuMapSelectSite/index.d.ts +48 -0
- package/dist/esm/component/BiuMapSelectSite/index.js +453 -0
- package/dist/esm/component/BiuModal/index.d.ts +24 -0
- package/dist/esm/component/BiuModal/index.js +239 -0
- package/dist/esm/component/BiuOperForm/index.d.ts +15 -0
- package/dist/esm/component/BiuOperForm/index.js +375 -0
- package/dist/esm/component/BiuOperForm/type.d.ts +23 -0
- package/dist/esm/component/BiuOperForm/type.js +1 -0
- package/dist/esm/component/BiuOperTable/index.d.ts +15 -0
- package/dist/esm/component/BiuOperTable/index.js +349 -0
- package/dist/esm/component/BiuOperTable/type.d.ts +142 -0
- package/dist/esm/component/BiuOperTable/type.js +1 -0
- package/dist/esm/component/BiuOperTable/utils.d.ts +6 -0
- package/dist/esm/component/BiuOperTable/utils.js +13 -0
- package/dist/esm/component/BiuPagination/index.d.ts +14 -0
- package/dist/esm/component/BiuPagination/index.js +34 -0
- package/dist/esm/component/BiuResizeTable/component/biuTableCell.d.ts +1 -0
- package/dist/esm/component/BiuResizeTable/component/biuTableCell.js +74 -0
- package/dist/esm/component/BiuResizeTable/component/index.d.ts +1 -0
- package/dist/esm/component/BiuResizeTable/component/index.js +1 -0
- package/dist/esm/component/BiuResizeTable/index.d.ts +2 -0
- package/dist/esm/component/BiuResizeTable/index.js +71 -0
- package/dist/esm/component/BiuResizeTable/index.less +19 -0
- package/dist/esm/component/BiuSplit/index.d.ts +32 -0
- package/dist/esm/component/BiuSplit/index.js +57 -0
- package/dist/esm/component/BiuTable/component/index.d.ts +3 -0
- package/dist/esm/component/BiuTable/component/index.js +3 -0
- package/dist/esm/component/BiuTable/component/tableActionBarRender.d.ts +9 -0
- package/dist/esm/component/BiuTable/component/tableActionBarRender.js +88 -0
- package/dist/esm/component/BiuTable/component/tableCellRender.d.ts +14 -0
- package/dist/esm/component/BiuTable/component/tableCellRender.js +108 -0
- package/dist/esm/component/BiuTable/component/tableSettingRender.d.ts +2 -0
- package/dist/esm/component/BiuTable/component/tableSettingRender.js +345 -0
- package/dist/esm/component/BiuTable/context.d.ts +2 -0
- package/dist/esm/component/BiuTable/context.js +2 -0
- package/dist/esm/component/BiuTable/hooks/index.d.ts +1 -0
- package/dist/esm/component/BiuTable/hooks/index.js +1 -0
- package/dist/esm/component/BiuTable/hooks/useFetchData.d.ts +4 -0
- package/dist/esm/component/BiuTable/hooks/useFetchData.js +64 -0
- package/dist/esm/component/BiuTable/index.d.ts +42 -0
- package/dist/esm/component/BiuTable/index.js +484 -0
- package/dist/esm/component/BiuTable/type.d.ts +168 -0
- package/dist/esm/component/BiuTable/type.js +1 -0
- package/dist/esm/component/BiuTable/utils.d.ts +10 -0
- package/dist/esm/component/BiuTable/utils.js +117 -0
- package/dist/esm/component/BiuTableLink/index.d.ts +11 -0
- package/dist/esm/component/BiuTableLink/index.js +54 -0
- package/dist/esm/component/BiuTableSelect/index.d.ts +49 -0
- package/dist/esm/component/BiuTableSelect/index.js +209 -0
- package/dist/esm/component/BiuTabs/index.d.ts +4 -0
- package/dist/esm/component/BiuTabs/index.js +18 -0
- package/dist/esm/component/BiuVirtualTable/index.d.ts +21 -0
- package/dist/esm/component/BiuVirtualTable/index.js +161 -0
- package/dist/esm/component/index.d.ts +35 -0
- package/dist/esm/component/index.js +35 -0
- package/dist/esm/constant/Cache_Key.d.ts +28 -0
- package/dist/esm/constant/Cache_Key.js +28 -0
- package/dist/esm/constant/DateTime.d.ts +12 -0
- package/dist/esm/constant/DateTime.js +15 -0
- package/dist/esm/constant/External.d.ts +64 -0
- package/dist/esm/constant/External.js +260 -0
- package/dist/esm/constant/Gateway_Path.d.ts +5 -0
- package/dist/esm/constant/Gateway_Path.js +5 -0
- package/dist/esm/constant/Layout.d.ts +210 -0
- package/dist/esm/constant/Layout.js +215 -0
- package/dist/esm/constant/Regexp.d.ts +109 -0
- package/dist/esm/constant/Regexp.js +130 -0
- package/dist/esm/constant/index.d.ts +6 -0
- package/dist/esm/constant/index.js +6 -0
- package/dist/esm/hooks/index.d.ts +6 -0
- package/dist/esm/hooks/index.js +6 -0
- package/dist/esm/hooks/useAuth.d.ts +4 -0
- package/dist/esm/hooks/useAuth.js +22 -0
- package/dist/esm/hooks/useCurrentSystem.d.ts +6 -0
- package/dist/esm/hooks/useCurrentSystem.js +15 -0
- package/dist/esm/hooks/useLayoutInfo.d.ts +10 -0
- package/dist/esm/hooks/useLayoutInfo.js +14 -0
- package/dist/esm/hooks/useReducerState.d.ts +16 -0
- package/dist/esm/hooks/useReducerState.js +43 -0
- package/dist/esm/hooks/useUserInfo.d.ts +4 -0
- package/dist/esm/hooks/useUserInfo.js +15 -0
- package/dist/esm/hooks/useWareInfo.d.ts +4 -0
- package/dist/esm/hooks/useWareInfo.js +15 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/package/index.d.ts +1 -0
- package/dist/esm/package/index.js +1 -0
- package/dist/esm/package/requestWrapper/baseRequest.d.ts +3 -0
- package/dist/esm/package/requestWrapper/baseRequest.js +47 -0
- package/dist/esm/package/requestWrapper/index.d.ts +4 -0
- package/dist/esm/package/requestWrapper/index.js +402 -0
- package/dist/esm/package/requestWrapper/type.d.ts +36 -0
- package/dist/esm/package/requestWrapper/type.js +1 -0
- package/dist/esm/package/requestWrapper/utils.d.ts +10 -0
- package/dist/esm/package/requestWrapper/utils.js +35 -0
- package/dist/esm/utils/authUtils.d.ts +18 -0
- package/dist/esm/utils/authUtils.js +36 -0
- package/dist/esm/utils/cacheUtils.d.ts +4 -0
- package/dist/esm/utils/cacheUtils.js +24 -0
- package/dist/esm/utils/chainUtils.d.ts +26 -0
- package/dist/esm/utils/chainUtils.js +54 -0
- package/dist/esm/utils/dateUtils.d.ts +23 -0
- package/dist/esm/utils/dateUtils.js +55 -0
- package/dist/esm/utils/decimalUtils.d.ts +5 -0
- package/dist/esm/utils/decimalUtils.js +7 -0
- package/dist/esm/utils/excelUtils.d.ts +22 -0
- package/dist/esm/utils/excelUtils.js +153 -0
- package/dist/esm/utils/index.d.ts +11 -0
- package/dist/esm/utils/index.js +11 -0
- package/dist/esm/utils/layoutUtils.d.ts +1 -0
- package/dist/esm/utils/layoutUtils.js +13 -0
- package/dist/esm/utils/objectUtils.d.ts +1 -0
- package/dist/esm/utils/objectUtils.js +3 -0
- package/dist/esm/utils/soundUtils.d.ts +5 -0
- package/dist/esm/utils/soundUtils.js +29 -0
- package/dist/esm/utils/stringUtils.d.ts +24 -0
- package/dist/esm/utils/stringUtils.js +39 -0
- package/dist/esm/utils/sysUtils.d.ts +4 -0
- package/dist/esm/utils/sysUtils.js +4 -0
- package/package.json +59 -0
@@ -0,0 +1,393 @@
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
2
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
3
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
4
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
5
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
6
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
7
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
8
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
9
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
10
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
11
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
12
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
13
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
14
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
15
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
16
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
17
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
18
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
19
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
20
|
+
import { useBoolean, useMount, useSessionStorageState, useToggle } from 'ahooks';
|
21
|
+
import { Checkbox, TreeSelect } from 'antd';
|
22
|
+
import { isFunction } from 'lodash';
|
23
|
+
import React, { forwardRef, useCallback, useEffect, useMemo, useState } from 'react';
|
24
|
+
import { useConvertSubValue, useConvertUnSubValue, useInConvertUnSubValue } from "./hooks";
|
25
|
+
import { filterDataSource, getDepartList } from "./utils";
|
26
|
+
import { BiuATreeSelect } from "../../..";
|
27
|
+
import { BUBU100_CACHE_USERINFO_KEY } from "../../../../constant";
|
28
|
+
|
29
|
+
/**
|
30
|
+
*
|
31
|
+
* @param props
|
32
|
+
* value 原始数据
|
33
|
+
* onChange 需要触发的事件
|
34
|
+
*
|
35
|
+
* @param options
|
36
|
+
* inChangeTrigger value 在里面转换函数
|
37
|
+
* outChangeTrigger value 在里面转换函数
|
38
|
+
*
|
39
|
+
* [state, changeTrigger] -> onChange -> changeTrigger -> setState -> [state, changeTrigger]
|
40
|
+
*
|
41
|
+
*/
|
42
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
43
|
+
import { Fragment as _Fragment } from "react/jsx-runtime";
|
44
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
45
|
+
var UnSubDepartSelect = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
|
46
|
+
var _props$multiple = props.multiple,
|
47
|
+
multiple = _props$multiple === void 0 ? false : _props$multiple,
|
48
|
+
treeData = props.treeData,
|
49
|
+
_props$disabled = props.disabled,
|
50
|
+
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
51
|
+
value = props.value,
|
52
|
+
onChange = props.onChange,
|
53
|
+
userDepartID = props.userDepartID,
|
54
|
+
_props$defaultActiveC = props.defaultActiveCurrentOrg,
|
55
|
+
defaultActiveCurrentOrg = _props$defaultActiveC === void 0 ? true : _props$defaultActiveC,
|
56
|
+
onSelectChange = props.onSelectChange,
|
57
|
+
allowClear = props.allowClear,
|
58
|
+
_props$treeCheckStric = props.treeCheckStrictly,
|
59
|
+
treeCheckStrictly = _props$treeCheckStric === void 0 ? false : _props$treeCheckStric,
|
60
|
+
loading = props.loading;
|
61
|
+
var onStateChange = useCallback(function (changeValue) {
|
62
|
+
onChange(changeValue);
|
63
|
+
if (onSelectChange) onSelectChange(changeValue);
|
64
|
+
}, [onChange, onSelectChange]);
|
65
|
+
var _useConvertUnSubValue = useConvertUnSubValue({
|
66
|
+
value: value,
|
67
|
+
onChange: onStateChange
|
68
|
+
}, {
|
69
|
+
defaultValue: defaultActiveCurrentOrg ? userDepartID : undefined,
|
70
|
+
multiple: multiple,
|
71
|
+
treeCheckStrictly: treeCheckStrictly
|
72
|
+
}),
|
73
|
+
_useConvertUnSubValue2 = _slicedToArray(_useConvertUnSubValue, 2),
|
74
|
+
state = _useConvertUnSubValue2[0],
|
75
|
+
setState = _useConvertUnSubValue2[1];
|
76
|
+
var unSubDepartSelectProps = useMemo(function () {
|
77
|
+
return _objectSpread(_objectSpread({
|
78
|
+
style: {
|
79
|
+
width: '100%'
|
80
|
+
},
|
81
|
+
loading: loading
|
82
|
+
}, multiple ? {
|
83
|
+
maxTagCount: 0,
|
84
|
+
treeCheckable: true
|
85
|
+
} : {
|
86
|
+
multiple: false
|
87
|
+
}), {}, {
|
88
|
+
treeData: treeData,
|
89
|
+
treeDefaultExpandAll: true,
|
90
|
+
treeNodeFilterProp: 'title',
|
91
|
+
disabled: disabled,
|
92
|
+
treeDataSimpleMode: true,
|
93
|
+
autoClearSearchValue: true,
|
94
|
+
dropdownMatchSelectWidth: 256,
|
95
|
+
onChange: setState,
|
96
|
+
value: !treeData || treeData.length <= 0 ? undefined : state,
|
97
|
+
allowClear: allowClear,
|
98
|
+
treeCheckStrictly: treeCheckStrictly,
|
99
|
+
showCheckedStrategy: TreeSelect.SHOW_ALL
|
100
|
+
});
|
101
|
+
}, [allowClear, disabled, loading, multiple, setState, state, treeCheckStrictly, treeData]);
|
102
|
+
return /*#__PURE__*/_jsx(BiuATreeSelect, _objectSpread({
|
103
|
+
ref: ref
|
104
|
+
}, unSubDepartSelectProps));
|
105
|
+
}));
|
106
|
+
var SubDepartSelect = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
|
107
|
+
var treeData = props.treeData,
|
108
|
+
_props$disabled2 = props.disabled,
|
109
|
+
disabled = _props$disabled2 === void 0 ? false : _props$disabled2,
|
110
|
+
value = props.value,
|
111
|
+
onChange = props.onChange,
|
112
|
+
userDepartID = props.userDepartID,
|
113
|
+
_props$withSubChecked = props.withSubChecked,
|
114
|
+
withSubChecked = _props$withSubChecked === void 0 ? false : _props$withSubChecked,
|
115
|
+
onSelectChange = props.onSelectChange,
|
116
|
+
_props$defaultActiveC2 = props.defaultActiveCurrentOrg,
|
117
|
+
defaultActiveCurrentOrg = _props$defaultActiveC2 === void 0 ? true : _props$defaultActiveC2,
|
118
|
+
allowClear = props.allowClear,
|
119
|
+
loading = props.loading;
|
120
|
+
var _useToggle = useToggle(withSubChecked),
|
121
|
+
_useToggle2 = _slicedToArray(_useToggle, 2),
|
122
|
+
isChecked = _useToggle2[0],
|
123
|
+
toggle = _useToggle2[1].toggle;
|
124
|
+
var onStateChange = useCallback(function (changeValue) {
|
125
|
+
onChange(changeValue);
|
126
|
+
if (onSelectChange) onSelectChange(changeValue);
|
127
|
+
}, [onChange, onSelectChange]);
|
128
|
+
var _useConvertSubValue = useConvertSubValue({
|
129
|
+
value: value,
|
130
|
+
onChange: onStateChange
|
131
|
+
}, {
|
132
|
+
defaultValue: defaultActiveCurrentOrg ? userDepartID : undefined,
|
133
|
+
withSubChecked: isChecked,
|
134
|
+
treeData: treeData
|
135
|
+
}),
|
136
|
+
_useConvertSubValue2 = _slicedToArray(_useConvertSubValue, 2),
|
137
|
+
state = _useConvertSubValue2[0],
|
138
|
+
setState = _useConvertSubValue2[1];
|
139
|
+
var unSubDepartSelectProps = useMemo(function () {
|
140
|
+
return {
|
141
|
+
style: {
|
142
|
+
width: 'calc(100% - 80px)'
|
143
|
+
},
|
144
|
+
treeData: treeData,
|
145
|
+
getPopupContainer: function getPopupContainer(node) {
|
146
|
+
return node.parentNode;
|
147
|
+
},
|
148
|
+
disabled: disabled,
|
149
|
+
treeDataSimpleMode: true,
|
150
|
+
autoClearSearchValue: true,
|
151
|
+
treeDefaultExpandAll: true,
|
152
|
+
treeNodeFilterProp: 'title',
|
153
|
+
dropdownMatchSelectWidth: 200,
|
154
|
+
onChange: setState,
|
155
|
+
loading: loading,
|
156
|
+
value: !treeData || treeData.length <= 0 || !state || state == null ? undefined : +state,
|
157
|
+
allowClear: allowClear
|
158
|
+
};
|
159
|
+
}, [allowClear, disabled, loading, setState, state, treeData]);
|
160
|
+
return /*#__PURE__*/_jsxs(_Fragment, {
|
161
|
+
children: [/*#__PURE__*/_jsx(BiuATreeSelect, _objectSpread({
|
162
|
+
ref: ref
|
163
|
+
}, unSubDepartSelectProps)), /*#__PURE__*/_jsx(Checkbox, {
|
164
|
+
style: {
|
165
|
+
width: '75px',
|
166
|
+
marginLeft: '5px'
|
167
|
+
},
|
168
|
+
checked: isChecked,
|
169
|
+
onChange: function onChange() {
|
170
|
+
toggle();
|
171
|
+
},
|
172
|
+
children: "\u542B\u4E0B\u7EA7"
|
173
|
+
})]
|
174
|
+
});
|
175
|
+
}));
|
176
|
+
var InSubDepartSelect = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
|
177
|
+
var _props$multiple2 = props.multiple,
|
178
|
+
multiple = _props$multiple2 === void 0 ? false : _props$multiple2,
|
179
|
+
treeData = props.treeData,
|
180
|
+
_props$disabled3 = props.disabled,
|
181
|
+
disabled = _props$disabled3 === void 0 ? false : _props$disabled3,
|
182
|
+
value = props.value,
|
183
|
+
_onChange = props.onChange,
|
184
|
+
onSelectChange = props.onSelectChange,
|
185
|
+
allowClear = props.allowClear,
|
186
|
+
loading = props.loading;
|
187
|
+
var _useInConvertUnSubVal = useInConvertUnSubValue({
|
188
|
+
value: value,
|
189
|
+
onChange: function onChange(changeValue) {
|
190
|
+
_onChange(changeValue);
|
191
|
+
if (onSelectChange) onSelectChange(changeValue);
|
192
|
+
}
|
193
|
+
}, {
|
194
|
+
defaultValue: undefined,
|
195
|
+
multiple: multiple,
|
196
|
+
treeData: treeData
|
197
|
+
}),
|
198
|
+
_useInConvertUnSubVal2 = _slicedToArray(_useInConvertUnSubVal, 2),
|
199
|
+
state = _useInConvertUnSubVal2[0],
|
200
|
+
setState = _useInConvertUnSubVal2[1];
|
201
|
+
var unSubDepartSelectProps = useMemo(function () {
|
202
|
+
return _objectSpread(_objectSpread({
|
203
|
+
style: {
|
204
|
+
width: '100%'
|
205
|
+
},
|
206
|
+
loading: loading
|
207
|
+
}, multiple ? {
|
208
|
+
maxTagCount: 0,
|
209
|
+
treeCheckable: true,
|
210
|
+
treeCheckStrictly: true
|
211
|
+
} : {
|
212
|
+
multiple: false
|
213
|
+
}), {}, {
|
214
|
+
treeData: treeData,
|
215
|
+
treeDefaultExpandAll: true,
|
216
|
+
getPopupContainer: function getPopupContainer(node) {
|
217
|
+
return node.parentNode;
|
218
|
+
},
|
219
|
+
treeNodeFilterProp: 'title',
|
220
|
+
disabled: disabled,
|
221
|
+
treeDataSimpleMode: true,
|
222
|
+
autoClearSearchValue: true,
|
223
|
+
dropdownMatchSelectWidth: 256,
|
224
|
+
onChange: setState,
|
225
|
+
value: !treeData || treeData.length <= 0 ? undefined : state,
|
226
|
+
allowClear: allowClear
|
227
|
+
});
|
228
|
+
}, [allowClear, disabled, loading, multiple, setState, state, treeData]);
|
229
|
+
return /*#__PURE__*/_jsx(BiuATreeSelect, _objectSpread({
|
230
|
+
ref: ref
|
231
|
+
}, unSubDepartSelectProps));
|
232
|
+
}));
|
233
|
+
export default /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
|
234
|
+
var _props$withSub = props.withSub,
|
235
|
+
withSub = _props$withSub === void 0 ? true : _props$withSub,
|
236
|
+
_props$withSubChecked2 = props.withSubChecked,
|
237
|
+
withSubChecked = _props$withSubChecked2 === void 0 ? true : _props$withSubChecked2,
|
238
|
+
_props$value = props.value,
|
239
|
+
value = _props$value === void 0 ? undefined : _props$value,
|
240
|
+
_props$multiple3 = props.multiple,
|
241
|
+
multiple = _props$multiple3 === void 0 ? false : _props$multiple3,
|
242
|
+
_props$allowClear = props.allowClear,
|
243
|
+
allowClear = _props$allowClear === void 0 ? false : _props$allowClear,
|
244
|
+
_props$defaultActiveC3 = props.defaultActiveCurrentOrg,
|
245
|
+
defaultActiveCurrentOrg = _props$defaultActiveC3 === void 0 ? true : _props$defaultActiveC3,
|
246
|
+
onSelectChange = props.onSelectChange,
|
247
|
+
onChange = props.onChange,
|
248
|
+
disabled = props.disabled,
|
249
|
+
queryParams = props.queryParams,
|
250
|
+
_props$selectAll = props.selectAll,
|
251
|
+
selectAll = _props$selectAll === void 0 ? false : _props$selectAll,
|
252
|
+
_props$treeCheckStric2 = props.treeCheckStrictly,
|
253
|
+
treeCheckStrictly = _props$treeCheckStric2 === void 0 ? false : _props$treeCheckStric2,
|
254
|
+
filter = props.filter;
|
255
|
+
var _useState = useState([]),
|
256
|
+
_useState2 = _slicedToArray(_useState, 2),
|
257
|
+
dataSource = _useState2[0],
|
258
|
+
setDataSource = _useState2[1];
|
259
|
+
var _useState3 = useState([]),
|
260
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
261
|
+
treeData = _useState4[0],
|
262
|
+
setTreeData = _useState4[1];
|
263
|
+
var _useBoolean = useBoolean(false),
|
264
|
+
_useBoolean2 = _slicedToArray(_useBoolean, 2),
|
265
|
+
loading = _useBoolean2[0],
|
266
|
+
_useBoolean2$ = _useBoolean2[1],
|
267
|
+
setFalse = _useBoolean2$.setFalse,
|
268
|
+
setTrue = _useBoolean2$.setTrue;
|
269
|
+
var _useSessionStorageSta = useSessionStorageState(BUBU100_CACHE_USERINFO_KEY),
|
270
|
+
_useSessionStorageSta2 = _slicedToArray(_useSessionStorageSta, 1),
|
271
|
+
linkUserInfo = _useSessionStorageSta2[0];
|
272
|
+
|
273
|
+
/**
|
274
|
+
* 初始化的时候获取数据源,需要注意的是,固定参数不支持后续更改
|
275
|
+
*/
|
276
|
+
useMount( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
277
|
+
var _yield$getDepartList, rows, filterData;
|
278
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
279
|
+
while (1) switch (_context.prev = _context.next) {
|
280
|
+
case 0:
|
281
|
+
setTrue();
|
282
|
+
_context.prev = 1;
|
283
|
+
_context.next = 4;
|
284
|
+
return getDepartList(_objectSpread({
|
285
|
+
companyIdQueryTree: 1,
|
286
|
+
page: 1,
|
287
|
+
size: 200
|
288
|
+
}, queryParams || {
|
289
|
+
invalid: 0
|
290
|
+
}));
|
291
|
+
case 4:
|
292
|
+
_yield$getDepartList = _context.sent;
|
293
|
+
rows = _yield$getDepartList.rows;
|
294
|
+
filterData = (rows || []).sort(function (a, b) {
|
295
|
+
return a.name.localeCompare(b.name);
|
296
|
+
}).reduce(function (arr, current) {
|
297
|
+
arr.push({
|
298
|
+
id: current.id,
|
299
|
+
pId: current.fatherid,
|
300
|
+
title: current.name,
|
301
|
+
value: current.id
|
302
|
+
});
|
303
|
+
return arr;
|
304
|
+
}, []);
|
305
|
+
setDataSource(filterData);
|
306
|
+
_context.next = 12;
|
307
|
+
break;
|
308
|
+
case 10:
|
309
|
+
_context.prev = 10;
|
310
|
+
_context.t0 = _context["catch"](1);
|
311
|
+
case 12:
|
312
|
+
_context.prev = 12;
|
313
|
+
setFalse();
|
314
|
+
return _context.finish(12);
|
315
|
+
case 15:
|
316
|
+
case "end":
|
317
|
+
return _context.stop();
|
318
|
+
}
|
319
|
+
}, _callee, null, [[1, 10, 12, 15]]);
|
320
|
+
})));
|
321
|
+
var filterTreeData = useCallback(function (filterData) {
|
322
|
+
if (!filter) {
|
323
|
+
return filterData;
|
324
|
+
}
|
325
|
+
if (isFunction(filter)) {
|
326
|
+
return _toConsumableArray(filter(filterData));
|
327
|
+
}
|
328
|
+
|
329
|
+
/**
|
330
|
+
* 逗号分割的数据源
|
331
|
+
*/
|
332
|
+
|
333
|
+
var filterDataArray = filter.split(',').map(function (n) {
|
334
|
+
return +n;
|
335
|
+
});
|
336
|
+
if (filterDataArray.length === 0) return filterData;
|
337
|
+
return _toConsumableArray(filterDataSource(filterData, filterDataArray));
|
338
|
+
}, [filter]);
|
339
|
+
/**
|
340
|
+
* 筛选函数变化了,也需要修改一下数据源
|
341
|
+
*/
|
342
|
+
useEffect(function () {
|
343
|
+
setTreeData(filterTreeData(dataSource));
|
344
|
+
}, [filterTreeData, dataSource]);
|
345
|
+
var baseValue = useMemo(function () {
|
346
|
+
return withSub && value && value !== null && value !== void 0 && value.includes(',') ? value.split(',')[0] : value;
|
347
|
+
}, [value, withSub]);
|
348
|
+
if (withSub) {
|
349
|
+
/**
|
350
|
+
* 含下级
|
351
|
+
*/
|
352
|
+
return /*#__PURE__*/_jsx(SubDepartSelect, {
|
353
|
+
ref: ref,
|
354
|
+
loading: loading,
|
355
|
+
userDepartID: linkUserInfo === null || linkUserInfo === void 0 ? void 0 : linkUserInfo.companyid,
|
356
|
+
defaultActiveCurrentOrg: defaultActiveCurrentOrg,
|
357
|
+
treeData: treeData,
|
358
|
+
disabled: disabled,
|
359
|
+
onChange: onChange,
|
360
|
+
value: baseValue,
|
361
|
+
onSelectChange: onSelectChange,
|
362
|
+
withSubChecked: withSubChecked,
|
363
|
+
allowClear: allowClear
|
364
|
+
});
|
365
|
+
}
|
366
|
+
if (selectAll) {
|
367
|
+
return /*#__PURE__*/_jsx(InSubDepartSelect, {
|
368
|
+
ref: ref,
|
369
|
+
loading: loading,
|
370
|
+
multiple: multiple,
|
371
|
+
treeData: treeData,
|
372
|
+
disabled: disabled,
|
373
|
+
onChange: onChange,
|
374
|
+
value: value,
|
375
|
+
onSelectChange: onSelectChange,
|
376
|
+
allowClear: allowClear
|
377
|
+
});
|
378
|
+
}
|
379
|
+
return /*#__PURE__*/_jsx(UnSubDepartSelect, {
|
380
|
+
ref: ref,
|
381
|
+
loading: loading,
|
382
|
+
multiple: multiple,
|
383
|
+
userDepartID: linkUserInfo === null || linkUserInfo === void 0 ? void 0 : linkUserInfo.companyid,
|
384
|
+
defaultActiveCurrentOrg: defaultActiveCurrentOrg,
|
385
|
+
treeData: treeData,
|
386
|
+
onChange: onChange,
|
387
|
+
value: value,
|
388
|
+
disabled: disabled,
|
389
|
+
onSelectChange: onSelectChange,
|
390
|
+
allowClear: allowClear,
|
391
|
+
treeCheckStrictly: treeCheckStrictly
|
392
|
+
});
|
393
|
+
}));
|
@@ -0,0 +1,123 @@
|
|
1
|
+
import type { SelectProps } from 'antd';
|
2
|
+
/**
|
3
|
+
* 部门组织选择器的属性类型定义
|
4
|
+
*/
|
5
|
+
export type DeartOrgSelectProps = {
|
6
|
+
/**
|
7
|
+
* 是否显示含下级
|
8
|
+
*/
|
9
|
+
withSub?: boolean;
|
10
|
+
/**
|
11
|
+
* 是否支持多选
|
12
|
+
*/
|
13
|
+
multiple?: boolean;
|
14
|
+
/**
|
15
|
+
* 含下级是否选中
|
16
|
+
*/
|
17
|
+
withSubChecked?: boolean;
|
18
|
+
/**
|
19
|
+
* 默认选中的值
|
20
|
+
*/
|
21
|
+
value?: string;
|
22
|
+
/**
|
23
|
+
* 查询参数
|
24
|
+
*/
|
25
|
+
queryParams?: Record<string, any>;
|
26
|
+
/**
|
27
|
+
* 是否默认选中当前组织
|
28
|
+
*/
|
29
|
+
defaultActiveCurrentOrg?: boolean;
|
30
|
+
/**
|
31
|
+
* 选中项发生变化时的回调函数
|
32
|
+
*/
|
33
|
+
onSelectChange?: () => any;
|
34
|
+
/**
|
35
|
+
* 是否可以全选
|
36
|
+
*/
|
37
|
+
selectAll?: boolean;
|
38
|
+
/**
|
39
|
+
* 是否严格校验树节点的选中状态
|
40
|
+
*/
|
41
|
+
treeCheckStrictly?: boolean;
|
42
|
+
/**
|
43
|
+
* 数据源筛选
|
44
|
+
* 为函数时,参数为查询出来的全部数据,返回值为过滤后的数据
|
45
|
+
* 为字符串时,包含逗号分隔的指定数据主键
|
46
|
+
*/
|
47
|
+
filter?: ((data: any[]) => any[]) | string;
|
48
|
+
} & SelectProps<any>;
|
49
|
+
/**
|
50
|
+
* 取消订阅部门选择类型
|
51
|
+
*/
|
52
|
+
export type UnSubDepartSelectType = {
|
53
|
+
/**
|
54
|
+
* 是否支持多选
|
55
|
+
*/
|
56
|
+
multiple?: boolean;
|
57
|
+
/**
|
58
|
+
* 树形数据
|
59
|
+
*/
|
60
|
+
treeData: any[];
|
61
|
+
/**
|
62
|
+
* 是否禁用
|
63
|
+
*/
|
64
|
+
disabled?: boolean;
|
65
|
+
/**
|
66
|
+
* 默认值
|
67
|
+
*/
|
68
|
+
value?: any;
|
69
|
+
/**
|
70
|
+
* 值变化回调函数
|
71
|
+
*/
|
72
|
+
onChange?: any;
|
73
|
+
/**
|
74
|
+
* 用户部门ID
|
75
|
+
*/
|
76
|
+
userDepartID?: string;
|
77
|
+
/**
|
78
|
+
* 选择变化回调函数
|
79
|
+
*/
|
80
|
+
onSelectChange?: any;
|
81
|
+
/**
|
82
|
+
* 是否默认激活当前组织
|
83
|
+
*/
|
84
|
+
defaultActiveCurrentOrg?: boolean;
|
85
|
+
/**
|
86
|
+
* 是否允许清除
|
87
|
+
*/
|
88
|
+
allowClear?: boolean;
|
89
|
+
/**
|
90
|
+
* 是否严格树节点选择
|
91
|
+
*/
|
92
|
+
treeCheckStrictly?: boolean;
|
93
|
+
/**
|
94
|
+
* 是否加载中
|
95
|
+
*/
|
96
|
+
loading?: boolean;
|
97
|
+
};
|
98
|
+
export type SubDepartSelectType = {
|
99
|
+
treeData: any[];
|
100
|
+
disabled?: boolean;
|
101
|
+
value?: any;
|
102
|
+
onChange?: any;
|
103
|
+
userDepartID?: string;
|
104
|
+
onSelectChange?: any;
|
105
|
+
withSubChecked?: boolean;
|
106
|
+
width?: number;
|
107
|
+
defaultActiveCurrentOrg?: boolean;
|
108
|
+
allowClear?: boolean;
|
109
|
+
loading?: boolean;
|
110
|
+
};
|
111
|
+
export type InSubDepartSelectType = {
|
112
|
+
multiple?: boolean;
|
113
|
+
treeData: any[];
|
114
|
+
disabled?: boolean;
|
115
|
+
value?: any;
|
116
|
+
onChange?: any;
|
117
|
+
userDepartID?: string;
|
118
|
+
onSelectChange?: any;
|
119
|
+
defaultActiveCurrentOrg?: boolean;
|
120
|
+
allowClear?: boolean;
|
121
|
+
treeCheckStrictly?: boolean;
|
122
|
+
loading?: boolean;
|
123
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export declare const flatSubValue: (treeData: any[], selectId: any) => any[];
|
2
|
+
export declare const filterDataSource: (treeData: any[], filterID: number[]) => any[];
|
3
|
+
export declare const getDepartList: (data: any) => Promise<any>;
|
4
|
+
declare const _default: null;
|
5
|
+
export default _default;
|
@@ -0,0 +1,59 @@
|
|
1
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
2
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
4
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
5
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
6
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
7
|
+
import { GATEWAY_ROUTE_MDM } from "../../../../constant";
|
8
|
+
import { request } from "../../../../package";
|
9
|
+
export var flatSubValue = function flatSubValue(treeData, selectId) {
|
10
|
+
var subObj = [];
|
11
|
+
var filterObj = treeData.filter(function (n) {
|
12
|
+
return n.pId === selectId;
|
13
|
+
});
|
14
|
+
subObj = [].concat(_toConsumableArray(subObj), _toConsumableArray(filterObj));
|
15
|
+
filterObj.map(function (n) {
|
16
|
+
subObj = [].concat(_toConsumableArray(subObj), _toConsumableArray(flatSubValue(treeData, n.id)));
|
17
|
+
return n;
|
18
|
+
});
|
19
|
+
return subObj;
|
20
|
+
};
|
21
|
+
export var filterDataSource = function filterDataSource(treeData, filterID) {
|
22
|
+
var keyMappding = {};
|
23
|
+
treeData.forEach(function (_ref) {
|
24
|
+
var id = _ref.id,
|
25
|
+
pId = _ref.pId;
|
26
|
+
return keyMappding[id] = pId;
|
27
|
+
});
|
28
|
+
var showDataSource = treeData.filter(function (n) {
|
29
|
+
return filterID.includes(n.id);
|
30
|
+
});
|
31
|
+
var showPidSource = showDataSource.map(function (n) {
|
32
|
+
return n.id;
|
33
|
+
});
|
34
|
+
|
35
|
+
/**
|
36
|
+
* 通过 keyMappding 修改 pId 指向,使得树形结构正确
|
37
|
+
* 当 pId 可以在 showDataSource 找到,说明该 pId 是正确的,否则通过 keyMappding 递归找到正确的 pId,一直找不到就设置为 0
|
38
|
+
*/
|
39
|
+
showDataSource.forEach(function (n) {
|
40
|
+
if (!showPidSource.includes(n.pId)) {
|
41
|
+
var pId = n.pId;
|
42
|
+
while (pId && !showPidSource.includes(pId)) {
|
43
|
+
pId = keyMappding[pId];
|
44
|
+
}
|
45
|
+
n.pId = pId || 0;
|
46
|
+
}
|
47
|
+
});
|
48
|
+
return showDataSource;
|
49
|
+
};
|
50
|
+
export var getDepartList = function getDepartList(data) {
|
51
|
+
return request({
|
52
|
+
apiName: 'wms.mdm.companyQuery',
|
53
|
+
data: data,
|
54
|
+
requestConfig: {
|
55
|
+
GatewayRoute: GATEWAY_ROUTE_MDM
|
56
|
+
}
|
57
|
+
});
|
58
|
+
};
|
59
|
+
export default null;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { SelectProps } from 'antd';
|
2
|
+
import React from 'react';
|
3
|
+
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
4
|
+
type: "area" | "province" | "city";
|
5
|
+
cityAreaObj: any;
|
6
|
+
dispatch: any;
|
7
|
+
effectsloading: boolean;
|
8
|
+
province?: string | undefined;
|
9
|
+
city?: string | undefined;
|
10
|
+
onChangeData: (value: any, record: any) => void;
|
11
|
+
} & SelectProps<any, import("antd/lib/select").DefaultOptionType> & React.RefAttributes<unknown>>>;
|
12
|
+
export default _default;
|