@kmkf-fe-packages/basic-components 2.7.0-rc.0 → 2.7.1
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.esm.js +16057 -8137
- package/dist/src/apaas/ApaasAddress/index.d.ts +1 -1
- package/dist/src/apaas/ApaasImage/index.d.ts +4 -0
- package/dist/src/apaas/ApaasPosting/index.d.ts +1 -1
- package/dist/src/apaas/SubForm/index.d.ts +2 -0
- package/dist/src/apaas/SubForm/render.d.ts +25 -0
- package/dist/src/apaas/SubForm/transformWorkOrderData.d.ts +15 -0
- package/dist/src/bs/SystemOrder/index.d.ts +5 -0
- package/dist/src/bs/component/GoodItem/constants/bsE3ReissueGoodsColumns.d.ts +1 -1
- package/dist/src/bs/component/GoodItem/constants/index.d.ts +2 -1
- package/dist/src/bs/component/GoodItem/constants/wdtReissueGoodsColumns.d.ts +4 -3
- package/dist/src/bs/component/GoodItem/index.d.ts +23 -3
- package/dist/src/bs/component/GoodsModal.d.ts +2 -0
- package/dist/src/bs/component/model/BsE3GoodList.d.ts +1 -0
- package/dist/src/bs/component/model/BsE3GoodsModal.d.ts +2 -10
- package/dist/src/bs/component/model/Columns/Erp/bse3.d.ts +2 -0
- package/dist/src/bs/component/model/Columns/Erp/common.d.ts +2 -0
- package/dist/src/bs/component/model/Columns/Erp/gy.d.ts +1 -1
- package/dist/src/bs/component/model/Columns/Erp/jky.d.ts +24 -0
- package/dist/src/bs/component/model/Columns/Erp/jst.d.ts +1 -7
- package/dist/src/bs/component/model/Columns/Erp/jy.d.ts +21 -0
- package/dist/src/bs/component/model/Columns/Erp/km.d.ts +4 -4
- package/dist/src/bs/component/model/Columns/Erp/wdt.d.ts +8 -2
- package/dist/src/bs/component/model/GyGoodsList.d.ts +2 -0
- package/dist/src/bs/component/model/GyGoodsModal.d.ts +2 -10
- package/dist/src/bs/component/model/JkyGoodsModal/GoodsList.d.ts +32 -0
- package/dist/src/bs/component/model/JkyGoodsModal/index.d.ts +5 -0
- package/dist/src/bs/component/model/JstGoodsModal/GoodsList.d.ts +1 -0
- package/dist/src/bs/component/model/JyGoodsModal/GoodsList.d.ts +32 -0
- package/dist/src/bs/component/model/JyGoodsModal/index.d.ts +5 -0
- package/dist/src/bs/component/model/KmGoodsModal/GoodsList.d.ts +1 -0
- package/dist/src/bs/component/model/WdtGoodList.d.ts +1 -0
- package/dist/src/bs/component/model/WdtGoodsModal.d.ts +2 -10
- package/dist/src/bs/component/model/WorkOrderList/SearchFormForWorkOrder/FilterSelectOption/Rate/index.d.ts +10 -0
- package/dist/src/bs/component/model/WorkOrderList/SearchFormForWorkOrder/FilterSelectOption/TrimInput/index.d.ts +3 -0
- package/dist/src/bs/component/model/WorkOrderList/SearchFormForWorkOrder/FilterSelectOption/index.d.ts +3 -0
- package/dist/src/bs/component/model/WorkOrderList/SearchFormForWorkOrder/SearchHeader/index.d.ts +18 -0
- package/dist/src/bs/component/model/WorkOrderList/SearchFormForWorkOrder/index.d.ts +10 -0
- package/dist/src/bs/component/model/WorkOrderList/index.d.ts +7 -0
- package/dist/src/bs/component/model/WorkOrderList/useDefaultSearchValue.d.ts +10 -0
- package/dist/src/bs/component/model/components/SearchForm/components.d.ts +2 -0
- package/dist/src/bs/component/model/components/SearchForm/index.d.ts +5 -3
- package/dist/src/bs/component/model/components/SearchForm/utils.d.ts +5 -0
- package/dist/src/bs/component/model/type.d.ts +48 -1
- package/dist/src/business/LogisticsInterception/index.d.ts +2 -0
- package/dist/src/common/CommonGoods/index.d.ts +4 -1
- package/dist/src/common/HighPerformanceTable/index.d.ts +16 -0
- package/dist/src/common/HighPerformanceTable/multiSelect.d.ts +31 -0
- package/dist/src/common/IdentifyAddress/index.d.ts +1 -1
- package/dist/src/common/Reissue/index.d.ts +4 -1
- package/dist/src/constants/columnsBaseInfoMap.d.ts +2 -2
- package/dist/src/constants/index.d.ts +2 -0
- package/dist/src/constants/jky.d.ts +3 -0
- package/dist/src/constants/jy.d.ts +3 -0
- package/dist/src/constants/systemOrderColumnsMap.d.ts +94 -0
- package/dist/src/index.d.ts +3 -2
- package/dist/src/jky/common/index.d.ts +3 -0
- package/dist/src/jst/Goods/index.d.ts +1 -0
- package/dist/src/jy/common/index.d.ts +3 -0
- package/package.json +4 -3
- package/dist/index.js +0 -23593
- package/dist/src/skx/common/index.d.ts +0 -6