s-material-react 1.3.32 → 1.3.34
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/css/common/coupon.scss +7 -6
- package/css/pages/cart.scss +97 -0
- package/css/pages/classifyNavGroup/classifyNav.scss +20 -0
- package/css/pages/classifyNavGroup/classifyNavOne.scss +20 -0
- package/css/pages/classifyNavGroup/classifyNavThree.scss +36 -0
- package/css/pages/classifyNavGroup/classifyNavTwo.scss +16 -0
- package/css/pages/classifyNavGroup/index.scss +4 -0
- package/css/pages/cube.scss +9 -1
- package/css/pages/goods.scss +6 -7
- package/css/pages/{goodsClassify.scss → goodsClassifyGroup/goodsClassify.scss} +8 -1
- package/css/pages/goodsClassifyGroup/goodsClassifyOne.scss +127 -0
- package/css/pages/goodsClassifyGroup/goodsClassifyTwo.scss +49 -0
- package/css/pages/goodsClassifyGroup/index.scss +3 -0
- package/css/pages/goodsDetail.scss +1 -1
- package/css/pages/goodsDetailGroup/GoodsDetailHandleBarOne.scss +61 -0
- package/css/pages/goodsDetailGroup/GoodsDetailInfoOne.scss +32 -0
- package/css/pages/goodsDetailGroup/index.scss +2 -0
- package/css/pages/goodsGroup/goodsSlider.scss +52 -0
- package/css/pages/goodsGroup/goodsSlideshow.scss +88 -0
- package/css/pages/goodsGroup/index.scss +2 -0
- package/css/pages/goodsList.scss +10 -3
- package/css/pages/index.scss +14 -7
- package/css/pages/lineGroup/index.scss +1 -0
- package/css/pages/lineGroup/textLine.scss +19 -0
- package/css/pages/orderList.scss +3 -2
- package/css/pages/slider.scss +55 -0
- package/dist/components/ClassifyNav/ClassifyNav/index.d.ts +15 -0
- package/dist/components/ClassifyNav/ClassifyNavTwo/index.d.ts +24 -0
- package/dist/components/ClassifyNav/index.d.ts +2 -15
- package/dist/components/ClassifyNavGroup/ClassifyNav/index.d.ts +15 -0
- package/dist/components/ClassifyNavGroup/ClassifyNavOne/index.d.ts +29 -0
- package/dist/components/ClassifyNavGroup/ClassifyNavThree/index.d.ts +18 -0
- package/dist/components/ClassifyNavGroup/ClassifyNavTwo/index.d.ts +16 -0
- package/dist/components/ClassifyNavGroup/index.d.ts +4 -0
- package/dist/components/Goods/index.d.ts +11 -5
- package/dist/components/GoodsClassifyGroup/GoodsClassify/components/classifyFloor.d.ts +8 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassify/components/classifySkeleton.d.ts +1 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassify/components/index.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassify/index.d.ts +10 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifyFloor.d.ts +8 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifyOneContent.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifyOneFloor.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifyOneHeader.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifySkeleton.d.ts +1 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/context.d.ts +1 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/index.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/hooks/useGoodsClassifyGroup.d.ts +1 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/hooks/useGoodsClassifyOne.d.ts +4 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/index.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyTwo/components/goodsClassifyTwoContent.d.ts +7 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyTwo/components/level3Arr.d.ts +9 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyTwo/index.d.ts +9 -0
- package/dist/components/GoodsClassifyGroup/index.d.ts +3 -0
- package/dist/components/GoodsDetailAndEvaluate/goodsDetailEvaluate.d.ts +1 -0
- package/dist/components/GoodsDetailAndEvaluate/goodsDetailInfo.d.ts +3 -0
- package/dist/components/GoodsDetailAndEvaluate/index.d.ts +3 -0
- package/dist/components/GoodsDetailBanner/index.d.ts +3 -0
- package/dist/components/GoodsDetailCoupon/index.d.ts +3 -0
- package/dist/components/GoodsDetailHandleBar/goodsDetailPopup.d.ts +10 -0
- package/dist/components/GoodsDetailHandleBar/index.d.ts +3 -0
- package/dist/components/GoodsDetailInfo/goodsDetailCollection.d.ts +2 -0
- package/dist/components/GoodsDetailInfo/index.d.ts +3 -0
- package/dist/components/GoodsDetailPromotion/index.d.ts +3 -0
- package/dist/components/GoodsDetailSku/goodsDetailPopup.d.ts +10 -0
- package/dist/components/GoodsDetailSku/index.d.ts +6 -0
- package/dist/components/GoodsGroup/Goods/index.d.ts +30 -0
- package/dist/components/GoodsGroup/GoodsSlider/index.d.ts +19 -0
- package/dist/components/GoodsGroup/GoodsSlideshow/index.d.ts +17 -0
- package/dist/components/GoodsGroup/index.d.ts +3 -26
- package/dist/components/GoodsGroupBackup/index.d.ts +26 -0
- package/dist/components/GoodsList/components/filter.d.ts +2 -1
- package/dist/components/GoodsList/index.d.ts +13 -1
- package/dist/components/LineGroup/Line/index.d.ts +12 -0
- package/dist/components/LineGroup/TextLine/index.d.ts +16 -0
- package/dist/components/LineGroup/index.d.ts +2 -0
- package/dist/components/Mine/components/index.d.ts +2 -0
- package/dist/components/Mine/components/menuList.d.ts +1 -0
- package/dist/components/Mine/components/orderEntry.d.ts +1 -0
- package/dist/components/MineBackup/components/index.d.ts +2 -0
- package/dist/components/MineBackup/components/menuList.d.ts +1 -0
- package/dist/components/MineBackup/components/orderEntry.d.ts +1 -0
- package/dist/components/MineBackup/index.d.ts +8 -0
- package/dist/components/MineData/index.d.ts +8 -0
- package/dist/components/MineFunction/index.d.ts +6 -0
- package/dist/components/MineOrderEntry/index.d.ts +5 -0
- package/dist/components/OrderList/components/orderItem.d.ts +2 -2
- package/dist/components/OrderList/components/orderListItem.d.ts +3 -17
- package/dist/components/OrderList/index.d.ts +8 -1
- package/dist/components/PlaceOrder/PlaceOrderAddress/index.d.ts +3 -0
- package/dist/components/PlaceOrder/PlaceOrderAddress/orderAddress.d.ts +12 -0
- package/dist/components/PlaceOrder/PlaceOrderCoupon/index.d.ts +2 -0
- package/dist/components/PlaceOrder/PlaceOrderDelivery/index.d.ts +3 -0
- package/dist/components/PlaceOrder/PlaceOrderGood/index.d.ts +2 -0
- package/dist/components/PlaceOrder/PlaceOrderInfo/index.d.ts +2 -0
- package/dist/components/PlaceOrder/PlaceOrderOperate/index.d.ts +14 -0
- package/dist/components/PlaceOrder/PlaceOrderResult/index.d.ts +18 -0
- package/dist/components/PlaceOrder/local/index.d.ts +2 -0
- package/dist/components/Search/Search/index.d.ts +1 -3
- package/dist/components/Search/SearchStyleTwo/index.d.ts +1 -3
- package/dist/components/Slider/index.d.ts +11 -0
- package/dist/components/Slider/item.d.ts +3 -1
- package/dist/components/Slider/slider.d.ts +33 -0
- package/dist/components/goodsDetailGroup/GoodsDetailAndEvaluate/index.d.ts +2 -0
- package/dist/components/goodsDetailGroup/GoodsDetailHandleBar/index.d.ts +0 -1
- package/dist/components/goodsDetailGroup/GoodsDetailHandleBarOne/index.d.ts +16 -0
- package/dist/components/goodsDetailGroup/GoodsDetailInfoOne/handleBar.d.ts +2 -0
- package/dist/components/goodsDetailGroup/GoodsDetailInfoOne/index.d.ts +7 -0
- package/dist/components/goodsDetailGroup/GoodsDetailSku/index.d.ts +1 -6
- package/dist/components/goodsDetailGroup/common/goodsDetailPopup.d.ts +13 -0
- package/dist/components/goodsDetailGroup/common/skuItem.d.ts +11 -0
- package/dist/components/goodsDetailGroup/index.d.ts +2 -0
- package/dist/components/index.d.ts +7 -8
- package/dist/index.js +1 -1
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/addressItem/checkboxItem.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/addressItem/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/card/index.d.ts +9 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/coupon/index-next.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/coupon/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/evaluateItem/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/evaluateList/index.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/icon/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/mock/index.d.ts +300 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/noData/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/rate/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/rateItem/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/scrollWrap/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/stepNum/index.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/pickChinaAddress/china.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/pickChinaAddress/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/skull/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/switchItem/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/config.d.ts +51 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/index.d.ts +11 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressList/components/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressList/components/skull.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressList/index.d.ts +11 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ArticleDetail/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Cart/components/cartItem.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Cart/components/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Cart/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ClassifyNav/index.d.ts +15 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CollectionList/components/collectItem.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CollectionList/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/components/couponItem.d.ts +9 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/components/noData.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/components/skull.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Cube/index.d.ts +20 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/EvaluateDetail/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/EvaluateList/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ExpressInfo/components/expressInfoStep.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ExpressInfo/components/expressInfoTop.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ExpressInfo/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ExpressInfo/index.d.ts +16 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/components/collectItem.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/components/footprint.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/components/footprintGroup.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/components/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Goods/index.d.ts +25 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsClassify/components/classifyFloor.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsClassify/components/classifySkeleton.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsClassify/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsClassify/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsBanner.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailAndEvaluate.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailCollection.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailCoupon.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailEvaluate.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailHandleBar.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailInfo.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailPopup.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailPromotion.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailSize.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsInfo.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/skuItem.d.ts +9 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetailSwiper/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetailTopInfo/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsGroup/index.d.ts +26 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsList/components/filter.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsList/components/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsList/index.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Line/index.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/MineData/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/MineFunction/index.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/MineOrderEntry/index.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/components/menuList.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/components/orderEntry.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineBackup/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineBackup/components/menuList.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineBackup/components/orderEntry.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineBackup/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineData/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineFunction/index.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineOrderEntry/index.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Notice/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/NoticeDetail/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderDetail/component/footer.d.ts +13 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderDetail/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderList/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderList/components/orderItem.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderList/components/orderListItem.d.ts +23 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderList/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PaymentMode/config.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PaymentMode/index.d.ts +11 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderAddress/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderAddress/orderAddress.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderCoupon/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderDelivery/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderGood/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderInfo/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderOperate/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderResult/index.d.ts +18 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/coupon.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/index.d.ts +4 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/operate.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/orderAddress.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/orderPrice.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/shop.d.ts +4 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/local/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderAddress/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderAddress/orderAddress.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderCoupon/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderDelivery/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderGood/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderInfo/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderOperate/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderResult/index.d.ts +18 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Search/index.d.ts +16 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/SearchPage/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Service/index.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Slider/index.d.ts +25 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Slider/item.d.ts +4 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Title/index.d.ts +18 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Video/index.d.ts +13 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailAndEvaluate/goodsDetailEvaluate.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailAndEvaluate/goodsDetailInfo.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailAndEvaluate/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailBanner/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailCoupon/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailHandleBar/goodsDetailPopup.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailHandleBar/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailInfo/goodsDetailCollection.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailInfo/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailPromotion/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailSku/goodsDetailPopup.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailSku/index.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/index.d.ts +35 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/hooks/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/hooks/useDynamicHeight.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/hooks/useSafeTabBar.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/routerMap/index.d.ts +21 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/static/icon/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/static/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/checkImgUrl.d.ts +0 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/payment.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/storage.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/useService.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/util.d.ts +1 -0
- package/dist/qj-api-store/packages/qj-b2c-api/src/index.d.ts +2 -0
- package/dist/qj-api-store/packages/qj-b2c-api/src/operation/index.d.ts +150 -0
- package/dist/qj-api-store/packages/qj-b2c-api/src/user/index.d.ts +43 -0
- package/dist/routerMap/index.d.ts +21 -0
- package/dist/s-material-react/src/components/ClassifyNavGroup/ClassifyNav/index.d.ts +15 -0
- package/dist/s-material-react/src/components/ClassifyNavGroup/index.d.ts +3 -0
- package/dist/store-api/packages/qj-mobile-store/src/index.d.ts +3 -0
- package/dist/store-api/packages/qj-mobile-store/src/store/goodsDetail/hooks/index.d.ts +10 -0
- package/dist/store-api/packages/qj-mobile-store/src/store/goodsDetail/index.d.ts +3 -0
- package/dist/store-api/packages/qj-mobile-store/src/store/index.d.ts +21 -0
- package/package.json +1 -1
- package/css/pages/classifyNav.scss +0 -19
- /package/{css/pages/goodsGroup.scss → dist/lowcode_materials_react/packages/s-material-react/src/options/index.d.ts} +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const GoodsSlider: React.NamedExoticComponent<{
|
|
3
|
+
defaultValue: never[];
|
|
4
|
+
goods: never[];
|
|
5
|
+
price: boolean;
|
|
6
|
+
marketPrice: boolean;
|
|
7
|
+
cart: boolean;
|
|
8
|
+
wrapRadius: string;
|
|
9
|
+
wrapBgColor: string;
|
|
10
|
+
wrapBorderColor: string;
|
|
11
|
+
wrapShadow: boolean;
|
|
12
|
+
goodsRadius: string;
|
|
13
|
+
goodsBgColor: string;
|
|
14
|
+
goodsGap: number;
|
|
15
|
+
marginLeft: number;
|
|
16
|
+
marginRight: number;
|
|
17
|
+
marginTop: number;
|
|
18
|
+
marginBottom: number;
|
|
19
|
+
}>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const GoodsSlideshow: React.NamedExoticComponent<{
|
|
3
|
+
defaultValue: never[];
|
|
4
|
+
goods: never[];
|
|
5
|
+
GoodsSlideshowBg: string;
|
|
6
|
+
marketPrice: boolean;
|
|
7
|
+
goodsName: boolean;
|
|
8
|
+
salesNum: boolean;
|
|
9
|
+
price: boolean;
|
|
10
|
+
goodsRadius: string;
|
|
11
|
+
goodsBorder: boolean;
|
|
12
|
+
goodsShadow: boolean;
|
|
13
|
+
btnText: string;
|
|
14
|
+
btnBg: string;
|
|
15
|
+
btnColor: string;
|
|
16
|
+
btnRadius: string;
|
|
17
|
+
}>;
|
|
@@ -1,26 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
goodsName: string;
|
|
5
|
-
brandName: string;
|
|
6
|
-
pricesetNprice: number;
|
|
7
|
-
pricesetMakeprice: number;
|
|
8
|
-
dataPic: string;
|
|
9
|
-
}
|
|
10
|
-
interface GroupType {
|
|
11
|
-
title: string;
|
|
12
|
-
subTitle: string;
|
|
13
|
-
defaultValue: Array<GoodsType>;
|
|
14
|
-
goodsList?: Array<GroupType>;
|
|
15
|
-
borderRadius: number;
|
|
16
|
-
}
|
|
17
|
-
interface GoodsGroupType {
|
|
18
|
-
defaultValue: Array<GroupType>;
|
|
19
|
-
type: 1;
|
|
20
|
-
selectGoodsGroup: Array<GroupType>;
|
|
21
|
-
marginTop: number;
|
|
22
|
-
marginBottom: number;
|
|
23
|
-
borderRadius: number;
|
|
24
|
-
}
|
|
25
|
-
export declare const GoodsGroup: React.NamedExoticComponent<GoodsGroupType>;
|
|
26
|
-
export {};
|
|
1
|
+
export * from './Goods';
|
|
2
|
+
export * from './GoodsSlider';
|
|
3
|
+
export * from './GoodsSlideshow';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface GoodsType {
|
|
3
|
+
goodsCode: number;
|
|
4
|
+
goodsName: string;
|
|
5
|
+
brandName: string;
|
|
6
|
+
pricesetNprice: number;
|
|
7
|
+
pricesetMakeprice: number;
|
|
8
|
+
dataPic: string;
|
|
9
|
+
}
|
|
10
|
+
interface GroupType {
|
|
11
|
+
title: string;
|
|
12
|
+
subTitle: string;
|
|
13
|
+
defaultValue: Array<GoodsType>;
|
|
14
|
+
goodsList?: Array<GroupType>;
|
|
15
|
+
borderRadius: number;
|
|
16
|
+
}
|
|
17
|
+
interface GoodsGroupType {
|
|
18
|
+
defaultValue: Array<GroupType>;
|
|
19
|
+
type: 1;
|
|
20
|
+
selectGoodsGroup: Array<GroupType>;
|
|
21
|
+
marginTop: number;
|
|
22
|
+
marginBottom: number;
|
|
23
|
+
borderRadius: number;
|
|
24
|
+
}
|
|
25
|
+
export declare const GoodsGroup: React.NamedExoticComponent<GoodsGroupType>;
|
|
26
|
+
export {};
|
|
@@ -2,5 +2,17 @@ import React from 'react';
|
|
|
2
2
|
export interface FilterType {
|
|
3
3
|
sortField: string;
|
|
4
4
|
order?: string | undefined;
|
|
5
|
+
activeColor?: string;
|
|
6
|
+
goodsName?: boolean;
|
|
7
|
+
goodsPrice?: boolean;
|
|
8
|
+
lineationGoods?: boolean;
|
|
9
|
+
salesQuantity?: boolean;
|
|
10
|
+
goodsCar?: boolean;
|
|
11
|
+
borderRadius?: boolean;
|
|
12
|
+
goodsColor?: boolean;
|
|
13
|
+
goodsGap?: number;
|
|
14
|
+
paddingLR?: number;
|
|
15
|
+
classtreeCode?: string;
|
|
16
|
+
searchParam?: string;
|
|
5
17
|
}
|
|
6
|
-
export declare const GoodsList: React.NamedExoticComponent<
|
|
18
|
+
export declare const GoodsList: React.NamedExoticComponent<FilterType>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface LineType {
|
|
3
|
+
borderRadius: number;
|
|
4
|
+
height: number;
|
|
5
|
+
width: number;
|
|
6
|
+
borderStyle: string;
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
paddingTop: number;
|
|
9
|
+
paddingBottom: number;
|
|
10
|
+
}
|
|
11
|
+
export declare const Line: React.NamedExoticComponent<LineType>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const initialTextLine: {
|
|
3
|
+
TextLineBgColor: string;
|
|
4
|
+
text: string;
|
|
5
|
+
contentSize: number;
|
|
6
|
+
lineStyle: string;
|
|
7
|
+
fontSize: number;
|
|
8
|
+
textAlign: string;
|
|
9
|
+
fontColor: string;
|
|
10
|
+
lineColor: string;
|
|
11
|
+
fontWeight: string;
|
|
12
|
+
fontStyle: string;
|
|
13
|
+
textDecoration: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const TextLine: React.FC<typeof initialTextLine>;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MenuList: () => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const OrderEntry: () => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MenuList: () => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const OrderEntry: () => JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { orderType } from '
|
|
1
|
+
import { orderType } from 'qj-mobile-store';
|
|
2
2
|
interface action {
|
|
3
3
|
init: () => void;
|
|
4
4
|
}
|
|
5
|
-
export declare function Item({ contractBillcode, dataBmoney, dataBnum, goodsList, dataState, contractId, init, contractAppraise }: typeof orderType & action): JSX.Element;
|
|
5
|
+
export declare function Item({ contractBillcode, dataBmoney, dataBnum, goodsList, dataState, contractId, init, contractAppraise, borderRadius, orderSpacing }: typeof orderType & action): JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,23 +1,9 @@
|
|
|
1
1
|
import { TabItemType } from '@brushes/simulate-component';
|
|
2
|
-
|
|
3
|
-
contractBillcode: string;
|
|
4
|
-
goodsList: {
|
|
5
|
-
dataPic: string;
|
|
6
|
-
goodsName: string;
|
|
7
|
-
dataBmoney: number;
|
|
8
|
-
goodsCamount: number;
|
|
9
|
-
contractGoodsId: number;
|
|
10
|
-
dataState: number;
|
|
11
|
-
}[];
|
|
12
|
-
dataBmoney: number;
|
|
13
|
-
dataBnum: number;
|
|
14
|
-
dataState: number;
|
|
15
|
-
contractId: string;
|
|
16
|
-
contractAppraise: number;
|
|
17
|
-
};
|
|
18
|
-
declare function OrderListItemJsx({ item, refreshNum }: {
|
|
2
|
+
declare function OrderListItemJsx({ item, refreshNum, borderRadius, orderSpacing }: {
|
|
19
3
|
item: TabItemType;
|
|
20
4
|
refreshNum: number;
|
|
5
|
+
borderRadius?: boolean;
|
|
6
|
+
orderSpacing?: number;
|
|
21
7
|
}): JSX.Element;
|
|
22
8
|
export declare const OrderListItem: import("react").MemoExoticComponent<typeof OrderListItemJsx>;
|
|
23
9
|
export {};
|
|
@@ -1,2 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
interface OrderListType {
|
|
3
|
+
borderRadius?: boolean;
|
|
4
|
+
refreshNum?: number;
|
|
5
|
+
indexId?: number;
|
|
6
|
+
orderSpacing?: number;
|
|
7
|
+
}
|
|
8
|
+
export declare const OrderList: React.NamedExoticComponent<OrderListType>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface AddressType {
|
|
2
|
+
provinceName: string;
|
|
3
|
+
cityName: string;
|
|
4
|
+
areaName: string;
|
|
5
|
+
addressDetail: string;
|
|
6
|
+
addressMember: string;
|
|
7
|
+
addressPhone: string;
|
|
8
|
+
addressDefault: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const OrderAddress: ({ address }: {
|
|
11
|
+
address: AddressType;
|
|
12
|
+
}) => JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const OrderOerate: {
|
|
2
|
+
color: string;
|
|
3
|
+
buttonColor: string;
|
|
4
|
+
borderColor: string;
|
|
5
|
+
borderRadius: number;
|
|
6
|
+
refreshNum: number;
|
|
7
|
+
goodsNum: number;
|
|
8
|
+
skuId: string;
|
|
9
|
+
shoppingGoodsId: string;
|
|
10
|
+
areaCode: string;
|
|
11
|
+
userName: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const PlaceOrderOperate: React.FC<Partial<typeof OrderOerate>>;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface PlaceOrderResult {
|
|
2
|
+
borderRadius: number;
|
|
3
|
+
leftColor: string;
|
|
4
|
+
leftButtonColor: string;
|
|
5
|
+
leftBorderColor: string;
|
|
6
|
+
leftBorderRadius: number;
|
|
7
|
+
rightValue: string;
|
|
8
|
+
rightAddHref: any;
|
|
9
|
+
rightColor: string;
|
|
10
|
+
rightButtonColor: string;
|
|
11
|
+
rightBorderColor: string;
|
|
12
|
+
rightBorderRadius: number;
|
|
13
|
+
paddingTop: number;
|
|
14
|
+
paddingBottom: number;
|
|
15
|
+
code: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const PlaceOrderResult: import("react").NamedExoticComponent<PlaceOrderResult>;
|
|
18
|
+
export {};
|
|
@@ -12,7 +12,5 @@ interface SearchType {
|
|
|
12
12
|
paddings: number;
|
|
13
13
|
otherStyles: Array<string>;
|
|
14
14
|
}
|
|
15
|
-
export declare const Search: React.NamedExoticComponent<
|
|
16
|
-
otherStyles: never[];
|
|
17
|
-
} & SearchType>;
|
|
15
|
+
export declare const Search: React.NamedExoticComponent<SearchType>;
|
|
18
16
|
export {};
|
|
@@ -12,7 +12,5 @@ interface SearchType {
|
|
|
12
12
|
paddings: number;
|
|
13
13
|
otherStyles: Array<string>;
|
|
14
14
|
}
|
|
15
|
-
export declare const SearchStyleTwo: React.NamedExoticComponent<
|
|
16
|
-
otherStyles: never[];
|
|
17
|
-
} & SearchType>;
|
|
15
|
+
export declare const SearchStyleTwo: React.NamedExoticComponent<SearchType>;
|
|
18
16
|
export {};
|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
export interface itemType {
|
|
3
3
|
imgUrl: string;
|
|
4
4
|
link: string;
|
|
5
|
+
title?: string;
|
|
5
6
|
}
|
|
6
7
|
interface SwiperType {
|
|
7
8
|
defaultValue?: Array<itemType>;
|
|
@@ -20,6 +21,16 @@ interface SwiperType {
|
|
|
20
21
|
width: number;
|
|
21
22
|
};
|
|
22
23
|
vertical?: boolean;
|
|
24
|
+
paddingTB?: number;
|
|
25
|
+
paddingLR?: number;
|
|
26
|
+
fontsize?: number;
|
|
27
|
+
textAlign?: string;
|
|
28
|
+
fontColor?: string;
|
|
29
|
+
backGroundColor?: string;
|
|
30
|
+
otherStyles?: Array<string>;
|
|
31
|
+
ImgShadow?: boolean;
|
|
32
|
+
Position?: string;
|
|
33
|
+
value?: string;
|
|
23
34
|
}
|
|
24
35
|
export declare const Slider: React.NamedExoticComponent<SwiperType>;
|
|
25
36
|
export {};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { itemType } from './index';
|
|
2
|
-
export declare const Items: import("react").MemoExoticComponent<({ item }: {
|
|
2
|
+
export declare const Items: import("react").MemoExoticComponent<({ item, position, direction }: {
|
|
3
3
|
item: itemType;
|
|
4
|
+
position: string;
|
|
5
|
+
direction: string;
|
|
4
6
|
}) => JSX.Element>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface itemType {
|
|
3
|
+
imgUrl: string;
|
|
4
|
+
link: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
}
|
|
7
|
+
interface SwiperType {
|
|
8
|
+
defaultValue?: Array<itemType>;
|
|
9
|
+
type?: number;
|
|
10
|
+
autoplay?: boolean;
|
|
11
|
+
autoplayInterval?: number;
|
|
12
|
+
direction?: 'horizontal' | 'vertical';
|
|
13
|
+
loop?: boolean;
|
|
14
|
+
paddingTop?: number;
|
|
15
|
+
paddingBottom?: number;
|
|
16
|
+
paddingLeft?: number;
|
|
17
|
+
paddingRight?: number;
|
|
18
|
+
selectImg?: Array<itemType>;
|
|
19
|
+
imgHeight?: {
|
|
20
|
+
height: number;
|
|
21
|
+
width: number;
|
|
22
|
+
};
|
|
23
|
+
vertical?: boolean;
|
|
24
|
+
className?: string;
|
|
25
|
+
className1?: string;
|
|
26
|
+
Position?: string;
|
|
27
|
+
fontsize?: number;
|
|
28
|
+
textAlign?: string;
|
|
29
|
+
fontColor?: string;
|
|
30
|
+
backGroundColor?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare const SliderInner: React.NamedExoticComponent<SwiperType>;
|
|
33
|
+
export {};
|
|
@@ -2,6 +2,8 @@ import React from 'react';
|
|
|
2
2
|
declare const GoodsDetailAndEvaluateInitial: {
|
|
3
3
|
skuCode: string;
|
|
4
4
|
evaluateShow: boolean;
|
|
5
|
+
evaluateImgShow: boolean;
|
|
6
|
+
evaluateImg: number;
|
|
5
7
|
};
|
|
6
8
|
export declare const GoodsDetailAndEvaluate: React.FC<typeof GoodsDetailAndEvaluateInitial>;
|
|
7
9
|
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const GoodsDetailHandleBarInitial: {
|
|
3
|
+
skuCode: string;
|
|
4
|
+
serverShow: boolean;
|
|
5
|
+
cartShow: boolean;
|
|
6
|
+
lBtnBorderColor: string;
|
|
7
|
+
lBtnFontColor: string;
|
|
8
|
+
lBtnColor: string;
|
|
9
|
+
lBtnStyle: number;
|
|
10
|
+
rBtnBorderColor: string;
|
|
11
|
+
rBtnFontColor: string;
|
|
12
|
+
rBtnColor: string;
|
|
13
|
+
rBtnStyle: number;
|
|
14
|
+
};
|
|
15
|
+
export declare const GoodsDetailHandleBarOne: React.FC<typeof GoodsDetailHandleBarInitial>;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SkuItemType } from './skuItem';
|
|
2
|
+
interface skuInfoType {
|
|
3
|
+
goodsShowname: string;
|
|
4
|
+
pricesetNprice: number;
|
|
5
|
+
dataPic: string;
|
|
6
|
+
skuList: Array<SkuItemType>;
|
|
7
|
+
}
|
|
8
|
+
export interface GoodsDetailPopupType {
|
|
9
|
+
skuInfo: skuInfoType;
|
|
10
|
+
goodsCode: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const GoodsDetailPopup: React.FC<GoodsDetailPopupType>;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface SkuItemType {
|
|
2
|
+
skuName: string;
|
|
3
|
+
skuOption: Array<any>;
|
|
4
|
+
}
|
|
5
|
+
interface LocalType extends SkuItemType {
|
|
6
|
+
index: number;
|
|
7
|
+
handleChooseSize: (value: string, ind: number) => void;
|
|
8
|
+
spec: Array<string>;
|
|
9
|
+
}
|
|
10
|
+
export declare const SkuItems: React.FC<LocalType>;
|
|
11
|
+
export {};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export * from './GoodsDetailBanner';
|
|
2
2
|
export * from './GoodsDetailInfo';
|
|
3
|
+
export * from './GoodsDetailInfoOne';
|
|
3
4
|
export * from './GoodsDetailSku';
|
|
4
5
|
export * from './GoodsDetailPromotion';
|
|
5
6
|
export * from './GoodsDetailCoupon';
|
|
6
7
|
export * from './GoodsDetailAndEvaluate';
|
|
7
8
|
export * from './GoodsDetailHandleBar';
|
|
9
|
+
export * from './GoodsDetailHandleBarOne';
|
|
@@ -1,29 +1,24 @@
|
|
|
1
|
-
export * from './Goods';
|
|
2
1
|
export * from './Notice';
|
|
3
2
|
export * from './Title';
|
|
4
3
|
export * from './Cube';
|
|
5
|
-
export * from './Line';
|
|
6
4
|
export * from './Video';
|
|
7
5
|
export * from './Service';
|
|
8
6
|
export * from './Search';
|
|
9
7
|
export * from './Slider';
|
|
10
|
-
export * from './
|
|
8
|
+
export * from './GoodsGroupBackup';
|
|
11
9
|
export * from './OrderList';
|
|
12
10
|
export * from './OrderDetail';
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './GoodsDetail';
|
|
15
|
-
export * from './GoodsClassify';
|
|
11
|
+
export * from './GoodsClassifyGroup';
|
|
16
12
|
export * from './GoodsList';
|
|
17
13
|
export * from '../common/icon';
|
|
18
14
|
export * from './SearchPage';
|
|
19
|
-
export * from './GoodsDetailTopInfo';
|
|
20
|
-
export * from './goodsDetailGroup';
|
|
21
15
|
export * from './EvaluateList';
|
|
22
16
|
export * from './EvaluateDetail';
|
|
23
17
|
export * from './ExpressInfo';
|
|
24
18
|
export * from './AddressList';
|
|
25
19
|
export * from './AddressDetail';
|
|
26
20
|
export * from './PlaceOrder';
|
|
21
|
+
export * from './PlaceOrderResult';
|
|
27
22
|
export * from './CouponList';
|
|
28
23
|
export * from './Cart';
|
|
29
24
|
export * from './Mine';
|
|
@@ -33,3 +28,7 @@ export * from './CollectionList';
|
|
|
33
28
|
export * from './NoticeDetail';
|
|
34
29
|
export * from './ArticleDetail';
|
|
35
30
|
export * from './PlaceOrderGroup';
|
|
31
|
+
export * from './LineGroup';
|
|
32
|
+
export * from './ClassifyNavGroup';
|
|
33
|
+
export * from './GoodsGroup';
|
|
34
|
+
export * from './GoodsDetailGroup';
|