s-material-react 1.5.0 → 1.5.2
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/index.scss +1 -0
- package/css/common/notice.scss +3 -0
- package/css/pages/afterSalesDetailGroup/afterSalesDetail.scss +1 -0
- package/css/pages/afterSalesListGroup/afterSalesList.scss +0 -1
- package/css/pages/agreement.scss +13 -0
- package/css/pages/cart.scss +16 -2
- package/css/pages/index.scss +1 -0
- package/dist/common/addressItem/checkboxItem.d.ts +1 -1
- package/dist/common/addressItem/index.d.ts +1 -1
- package/dist/common/card/index.d.ts +12 -11
- package/dist/common/copyText/index.d.ts +6 -6
- package/dist/common/countNum/index.d.ts +2 -1
- package/dist/common/coupon/index-next.d.ts +2 -1
- package/dist/common/coupon/index.d.ts +3 -2
- package/dist/common/evaluateItem/index.d.ts +2 -2
- package/dist/common/evaluateList/index.d.ts +5 -5
- package/dist/common/icon/index.d.ts +7 -7
- package/dist/common/mock/index.d.ts +300 -300
- package/dist/common/noData/index.d.ts +8 -7
- package/dist/common/rate/index.d.ts +1 -1
- package/dist/common/rateItem/index.d.ts +1 -1
- package/dist/common/refundGoodsDetail/index.d.ts +7 -6
- package/dist/common/refundMsg/index.d.ts +2 -1
- package/dist/common/refundOption/index.d.ts +6 -5
- package/dist/common/scrollWrap/index.d.ts +9 -9
- package/dist/common/stepNum/index.d.ts +5 -5
- package/dist/common/uploading/index.d.ts +2 -1
- package/dist/common/uploadingImg/index.d.ts +2 -1
- package/dist/components/Service/index.d.ts +12 -12
- package/dist/components/{BackTop → basic/classify-nav-group/back-top}/index.d.ts +7 -7
- package/dist/components/{ClassifyNavGroup/ClassifyNav → basic/classify-nav-group/classify-nav}/index.d.ts +15 -15
- package/dist/components/{ClassifyNavGroup/ClassifyNavOne → basic/classify-nav-group/classify-nav-one}/index.d.ts +29 -29
- package/dist/components/{ClassifyNavGroup/ClassifyNavThree → basic/classify-nav-group/classify-nav-three}/index.d.ts +18 -18
- package/dist/components/{ClassifyNavGroup/ClassifyNavTwo → basic/classify-nav-group/classify-nav-two}/index.d.ts +16 -16
- package/dist/components/basic/classify-nav-group/index.d.ts +5 -0
- package/dist/components/{Cube → basic/cube-group/cube}/index.d.ts +20 -20
- package/dist/components/basic/cube-group/index.d.ts +1 -0
- package/dist/components/basic/index.d.ts +6 -0
- package/dist/components/basic/line-group/index.d.ts +2 -0
- package/dist/components/{LineGroup/Line → basic/line-group/line}/index.d.ts +12 -12
- package/dist/components/{LineGroup/TextLine → basic/line-group/text-line}/index.d.ts +16 -16
- package/dist/components/basic/slider-group/index.d.ts +1 -0
- package/dist/components/{Slider → basic/slider-group/slider}/index.d.ts +36 -36
- package/dist/components/{Slider → basic/slider-group/slider}/item.d.ts +7 -6
- package/dist/components/{Slider → basic/slider-group/slider}/slider.d.ts +33 -33
- package/dist/components/basic/title-group/index.d.ts +1 -0
- package/dist/components/{Title → basic/title-group/title}/index.d.ts +18 -18
- package/dist/components/basic/video-group/index.d.ts +1 -0
- package/dist/components/{Video → basic/video-group/video}/index.d.ts +13 -13
- package/dist/components/{AfterSalesApplyGroup/AfterSalesApply → business/after-sales-group/after-sales-apply}/components/fillIn.d.ts +2 -2
- package/dist/components/{AfterSalesApplyGroup/AfterSalesApply → business/after-sales-group/after-sales-apply}/components/fillInPopup.d.ts +6 -6
- package/dist/components/{AfterSalesApplyGroup/AfterSalesApply → business/after-sales-group/after-sales-apply}/components/index.d.ts +3 -3
- package/dist/components/{AfterSalesApplyGroup/AfterSalesApply → business/after-sales-group/after-sales-apply}/components/subFillIn.d.ts +2 -2
- package/dist/components/{AfterSalesApplyGroup/AfterSalesApply → business/after-sales-group/after-sales-apply}/components/tip.d.ts +2 -1
- package/dist/components/{AfterSalesApplyGroup/AfterSalesApply → business/after-sales-group/after-sales-apply}/context.d.ts +2 -2
- package/dist/components/business/after-sales-group/after-sales-apply/index.d.ts +14 -0
- package/dist/components/{AfterSalesDetailGroup/AfterSalesDetail → business/after-sales-group/after-sales-detail}/components/expressPopup.d.ts +2 -2
- package/dist/components/{AfterSalesDetailGroup/AfterSalesDetail → business/after-sales-group/after-sales-detail}/components/index.d.ts +1 -1
- package/dist/components/{AfterSalesDetailGroup/AfterSalesDetail → business/after-sales-group/after-sales-detail}/components/senderWrite.d.ts +2 -1
- package/dist/components/{AfterSalesDetailGroup/AfterSalesDetail → business/after-sales-group/after-sales-detail}/context.d.ts +2 -2
- package/dist/components/{AfterSalesDetailGroup/AfterSalesDetail → business/after-sales-group/after-sales-detail}/index.d.ts +8 -4
- package/dist/components/{AfterSalesDetailGroup/AfterSalesDetail → business/after-sales-group/after-sales-detail}/state.d.ts +1 -1
- package/dist/components/{AfterSalesListGroup/AfterSalesList → business/after-sales-group/after-sales-list}/components/iconConfig.d.ts +9 -9
- package/dist/components/{AfterSalesListGroup/AfterSalesList → business/after-sales-group/after-sales-list}/components/index.d.ts +2 -2
- package/dist/components/{AfterSalesListGroup/AfterSalesList → business/after-sales-group/after-sales-list}/components/item.d.ts +2 -2
- package/dist/components/{AfterSalesListGroup/AfterSalesList → business/after-sales-group/after-sales-list}/components/noData.d.ts +2 -1
- package/dist/components/{AfterSalesListGroup/AfterSalesList → business/after-sales-group/after-sales-list}/components/stateConfig.d.ts +7 -7
- package/dist/components/{AfterSalesListGroup/AfterSalesList → business/after-sales-group/after-sales-list}/components/tabContent.d.ts +2 -1
- package/dist/components/business/after-sales-group/after-sales-list/index.d.ts +8 -0
- package/dist/components/{AfterSalesTypeGroup/AfterSalesType → business/after-sales-group/after-sales-type}/components/Item.d.ts +2 -2
- package/dist/components/{AfterSalesTypeGroup/AfterSalesType → business/after-sales-group/after-sales-type}/components/index.d.ts +2 -2
- package/dist/components/{AfterSalesTypeGroup/AfterSalesType → business/after-sales-group/after-sales-type}/components/type.d.ts +8 -8
- package/dist/components/{AfterSalesTypeGroup/AfterSalesType → business/after-sales-group/after-sales-type}/context.d.ts +2 -2
- package/dist/components/business/after-sales-group/after-sales-type/index.d.ts +12 -0
- package/dist/components/{AfterSalesTypeGroup/AfterSalesType → business/after-sales-group/after-sales-type}/tipConfig.d.ts +1 -1
- package/dist/components/{AfterSalesTypeGroup/AfterSalesType → business/after-sales-group/after-sales-type}/typeConfig.d.ts +4 -4
- package/dist/components/business/after-sales-group/index.d.ts +4 -0
- package/dist/components/{CartGroup/cartList → business/cart-group/cart-list}/common/cartPopup.d.ts +16 -16
- package/dist/components/{CartGroup/cartList → business/cart-group/cart-list}/common/promotion.d.ts +8 -7
- package/dist/components/{CartGroup/cartList → business/cart-group/cart-list}/common/promotionPopup.d.ts +10 -10
- package/dist/components/{CartGroup/cartList → business/cart-group/cart-list}/index.d.ts +16 -14
- package/dist/components/{CartGroup/cartOperate → business/cart-group/cart-operate}/index.d.ts +16 -16
- package/dist/components/{CartGroup/cartTop → business/cart-group/cart-top}/index.d.ts +14 -14
- package/dist/components/{CartGroup → business/cart-group}/components/cartItem.d.ts +3 -3
- package/dist/components/{Cart → business/cart-group}/components/index.d.ts +1 -1
- package/dist/components/business/cart-group/index.d.ts +3 -0
- package/dist/components/{GoodsClassifyGroup/GoodsClassify → business/classify-group/goods-classify}/components/classifyFloor.d.ts +9 -8
- package/dist/components/{GoodsClassifyGroup/GoodsClassify → business/classify-group/goods-classify}/components/classifySkeleton.d.ts +1 -1
- package/dist/components/{GoodsClassifyGroup/GoodsClassify → business/classify-group/goods-classify}/components/index.d.ts +2 -2
- package/dist/components/{GoodsClassifyGroup/GoodsClassify → business/classify-group/goods-classify}/index.d.ts +10 -10
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyOne → business/classify-group/goods-classify-one}/components/classifyOneContent.d.ts +2 -2
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyOne → business/classify-group/goods-classify-one}/components/classifyOneFloor.d.ts +2 -2
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyOne → business/classify-group/goods-classify-one}/components/classifyOneHeader.d.ts +2 -2
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyOne → business/classify-group/goods-classify-one}/components/context.d.ts +2 -1
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyOne → business/classify-group/goods-classify-one}/components/index.d.ts +2 -2
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyOne → business/classify-group/goods-classify-one}/hooks/useGoodsClassifyOne.d.ts +4 -4
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyOne → business/classify-group/goods-classify-one}/index.d.ts +2 -2
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyTwo → business/classify-group/goods-classify-two}/components/goodsClassifyTwoContent.d.ts +9 -9
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyTwo → business/classify-group/goods-classify-two}/components/level3Arr.d.ts +12 -12
- package/dist/components/{GoodsClassifyGroup/GoodsClassifyTwo → business/classify-group/goods-classify-two}/index.d.ts +9 -9
- package/dist/components/business/classify-group/index.d.ts +3 -0
- package/dist/components/{GoodsDetailGroup → business/goods-group}/common/goodsDetailPopup.d.ts +16 -15
- package/dist/components/{GoodsDetailGroup → business/goods-group}/common/skuItem.d.ts +12 -11
- package/dist/components/{GoodsGroup/Goods → business/goods-group/goods}/index.d.ts +31 -30
- package/dist/components/{GoodsDetailGroup/GoodsDetailAndEvaluate → business/goods-group/goods-detail-and-evaluate}/goodsDetailEvaluate.d.ts +1 -1
- package/dist/components/{GoodsDetailGroup/GoodsDetailAndEvaluate → business/goods-group/goods-detail-and-evaluate}/goodsDetailInfo.d.ts +3 -3
- package/dist/components/{GoodsDetailGroup/GoodsDetailAndEvaluate → business/goods-group/goods-detail-and-evaluate}/index.d.ts +8 -8
- package/dist/components/{GoodsDetailGroup/GoodsDetailBanner → business/goods-group/goods-detail-banner}/index.d.ts +9 -9
- package/dist/components/{GoodsDetailGroup/GoodsDetailCoupon → business/goods-group/goods-detail-coupon}/component/NoData.d.ts +1 -1
- package/dist/components/{GoodsDetailGroup/GoodsDetailCoupon → business/goods-group/goods-detail-coupon}/component/index.d.ts +1 -1
- package/dist/components/{GoodsDetailGroup/GoodsDetailCoupon → business/goods-group/goods-detail-coupon}/index.d.ts +3 -3
- package/dist/components/{GoodsDetailGroup/GoodsDetailHandleBar → business/goods-group/goods-detail-handle-bar}/index.d.ts +17 -16
- package/dist/components/{GoodsDetailGroup/GoodsDetailHandleBarOne → business/goods-group/goods-detail-handle-bar-one}/index.d.ts +17 -17
- package/dist/components/{GoodsDetailGroup/GoodsDetailInfo → business/goods-group/goods-detail-info}/goodsDetailCollection.d.ts +2 -2
- package/dist/components/{GoodsDetailGroup/GoodsDetailInfo → business/goods-group/goods-detail-info}/index.d.ts +9 -9
- package/dist/components/{GoodsDetailGroup/GoodsDetailInfoOne → business/goods-group/goods-detail-info-one}/handleBar.d.ts +2 -2
- package/dist/components/{GoodsDetailGroup/GoodsDetailInfoOne → business/goods-group/goods-detail-info-one}/index.d.ts +6 -6
- package/dist/components/{GoodsDetailGroup/GoodsDetailPromotion → business/goods-group/goods-detail-promotion}/index.d.ts +3 -3
- package/dist/components/{GoodsDetailGroup/GoodsDetailSku → business/goods-group/goods-detail-sku}/index.d.ts +3 -3
- package/dist/components/{GoodsList → business/goods-group/goods-list}/components/filter.d.ts +6 -6
- package/dist/components/{GoodsList → business/goods-group/goods-list}/components/index.d.ts +1 -1
- package/dist/components/{GoodsList → business/goods-group/goods-list}/index.d.ts +20 -20
- package/dist/components/{GoodsGroup/GoodsSlider → business/goods-group/goods-slider}/index.d.ts +19 -19
- package/dist/components/{GoodsGroup/GoodsSlideshow → business/goods-group/goods-slideshow}/index.d.ts +17 -17
- package/dist/components/business/goods-group/index.d.ts +13 -0
- package/dist/components/business/index.d.ts +8 -0
- package/dist/components/{CollectionList → business/mine-group/collection-list}/components/collectItem.d.ts +2 -2
- package/dist/components/{CollectionList → business/mine-group/collection-list}/index.d.ts +2 -2
- package/dist/components/{EvaluateDetail → business/mine-group/evaluate-detail}/index.d.ts +11 -10
- package/dist/components/{EvaluateList → business/mine-group/evaluate-list}/index.d.ts +2 -1
- package/dist/components/{Footprint → business/mine-group/footprint}/components/collectItem.d.ts +2 -2
- package/dist/components/{Footprint → business/mine-group/footprint}/components/footprint.d.ts +1 -1
- package/dist/components/{Footprint → business/mine-group/footprint}/components/footprintGroup.d.ts +1 -1
- package/dist/components/{Footprint → business/mine-group/footprint}/components/index.d.ts +4 -4
- package/dist/components/{CouponList → business/mine-group/footprint}/components/noData.d.ts +1 -1
- package/dist/components/{Footprint → business/mine-group/footprint}/index.d.ts +2 -1
- package/dist/components/business/mine-group/index.d.ts +7 -0
- package/dist/components/{Mine/MineData → business/mine-group/mine-data}/index.d.ts +9 -9
- package/dist/components/{Mine/MineFunction → business/mine-group/mine-function}/index.d.ts +6 -6
- package/dist/components/{Mine/MineOrderEntry → business/mine-group/mine-order-entry}/index.d.ts +5 -5
- package/dist/components/{ExpressInfo → business/order-group/express-info}/components/expressInfoStep.d.ts +6 -6
- package/dist/components/{ExpressInfo → business/order-group/express-info}/components/expressInfoTop.d.ts +6 -6
- package/dist/components/{ExpressInfo → business/order-group/express-info}/components/index.d.ts +2 -2
- package/dist/components/{ExpressInfo → business/order-group/express-info}/index.d.ts +17 -16
- package/dist/components/business/order-group/index.d.ts +11 -0
- package/dist/components/{OrderDetail → business/order-group/order-detail}/component/footer.d.ts +14 -13
- package/dist/components/{OrderDetail → business/order-group/order-detail}/index.d.ts +14 -14
- package/dist/components/{OrderList → business/order-group/order-list}/components/NoData.d.ts +1 -1
- package/dist/components/{OrderList → business/order-group/order-list}/components/index.d.ts +3 -3
- package/dist/components/{OrderList → business/order-group/order-list}/components/orderItem.d.ts +6 -6
- package/dist/components/{OrderList → business/order-group/order-list}/components/orderListItem.d.ts +10 -9
- package/dist/components/{OrderList → business/order-group/order-list}/index.d.ts +9 -9
- package/dist/components/{PaymentModeGroup/PaymentMode → business/order-group/payment-mode}/config.d.ts +6 -6
- package/dist/components/{PaymentModeGroup/PaymentMode → business/order-group/payment-mode}/index.d.ts +13 -12
- package/dist/components/{PlaceOrderGroup/PlaceOrderAddress → business/order-group/place-order-address}/index.d.ts +6 -6
- package/dist/components/{PlaceOrderGroup/PlaceOrderAddress → business/order-group/place-order-address}/orderAddress.d.ts +12 -12
- package/dist/components/{PlaceOrderGroup/PlaceOrderCoupon → business/order-group/place-order-coupon}/index.d.ts +2 -2
- package/dist/components/{PlaceOrderGroup/PlaceOrderDelivery → business/order-group/place-order-delivery}/index.d.ts +3 -3
- package/dist/components/{PlaceOrderGroup/PlaceOrderGood → business/order-group/place-order-good}/index.d.ts +2 -2
- package/dist/components/{PlaceOrderGroup/PlaceOrderInfo → business/order-group/place-order-info}/index.d.ts +2 -2
- package/dist/components/{PlaceOrderGroup/PlaceOrderOperate → business/order-group/place-order-operate}/index.d.ts +15 -14
- package/dist/components/{PlaceOrderResult → business/order-group/place-order-result}/components/placeOrderResultIcon.d.ts +2 -2
- package/dist/components/{PlaceOrderResult → business/order-group/place-order-result}/config.d.ts +15 -15
- package/dist/components/{PlaceOrderResult → business/order-group/place-order-result}/index.d.ts +19 -19
- package/dist/components/business/search-group/index.d.ts +3 -0
- package/dist/components/{Search/Search → business/search-group/search}/index.d.ts +19 -19
- package/dist/components/{SearchPage → business/search-group/search-page}/index.d.ts +11 -10
- package/dist/components/{Search/SearchStyleTwo → business/search-group/search-style-two}/index.d.ts +16 -16
- package/dist/components/business/user-group/address-detail/components/area.d.ts +5 -0
- package/dist/components/business/user-group/address-detail/components/city.d.ts +5 -0
- package/dist/components/business/user-group/address-detail/components/index.d.ts +3 -0
- package/dist/components/business/user-group/address-detail/components/province.d.ts +5 -0
- package/dist/components/business/user-group/address-detail/config.d.ts +81 -0
- package/dist/components/{AddressDetail → business/user-group/address-detail}/index.d.ts +12 -11
- package/dist/components/{AddressList → business/user-group/address-list}/components/index.d.ts +1 -1
- package/dist/components/{AddressList → business/user-group/address-list}/components/skull.d.ts +2 -1
- package/dist/components/{AddressList → business/user-group/address-list}/index.d.ts +12 -11
- package/dist/components/{AddressListGroup/AddressListBtn → business/user-group/address-list-btn}/index.d.ts +9 -8
- package/dist/components/business/user-group/index.d.ts +5 -0
- package/dist/components/business/user-group/my-agreement-list/index.d.ts +2 -0
- package/dist/components/{MySettingGroup/MySetting → business/user-group/my-setting}/index.d.ts +3 -3
- package/dist/components/index.d.ts +5 -43
- package/dist/components/marketing/content-group/article-detail/index.d.ts +8 -0
- package/dist/components/marketing/content-group/index.d.ts +3 -0
- package/dist/components/{Notice → marketing/content-group/notice}/index.d.ts +10 -10
- package/dist/components/marketing/content-group/notice-detail/index.d.ts +8 -0
- package/dist/components/{CouponList → marketing/coupon-group/coupon-list}/components/couponItem.d.ts +9 -9
- package/dist/components/{CouponList → marketing/coupon-group/coupon-list}/components/index.d.ts +2 -2
- package/dist/components/{Footprint → marketing/coupon-group/coupon-list}/components/noData.d.ts +1 -1
- package/dist/components/{AddressListGroup/AddressList → marketing/coupon-group/coupon-list}/components/skull.d.ts +2 -1
- package/dist/components/{CouponList → marketing/coupon-group/coupon-list}/index.d.ts +9 -8
- package/dist/components/{MarketingGroup/GetCouponOne → marketing/coupon-group/get-coupon-one}/components/oneLineOneBlc/index.d.ts +14 -14
- package/dist/components/{MarketingGroup/GetCouponOne → marketing/coupon-group/get-coupon-one}/components/oneLineTwoBlc/index.d.ts +15 -15
- package/dist/components/{MarketingGroup/GetCouponOne → marketing/coupon-group/get-coupon-one}/index.d.ts +10 -10
- package/dist/components/marketing/coupon-group/index.d.ts +2 -0
- package/dist/components/marketing/index.d.ts +3 -0
- package/dist/components/{MarketingGroup/AllPromotionList → marketing/promotion-group/all-promotion-list}/components/config.d.ts +4 -4
- package/dist/components/{MarketingGroup/AllPromotionList → marketing/promotion-group/all-promotion-list}/components/index.d.ts +2 -2
- package/dist/components/{MarketingGroup/AllPromotionList → marketing/promotion-group/all-promotion-list}/components/promotionListItem.d.ts +2 -2
- package/dist/components/{MarketingGroup/AllPromotionList → marketing/promotion-group/all-promotion-list}/components/promotionListTab.d.ts +6 -6
- package/dist/components/{MarketingGroup/AllPromotionList → marketing/promotion-group/all-promotion-list}/index.d.ts +6 -6
- package/dist/components/marketing/promotion-group/index.d.ts +1 -0
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/useCountDown.d.ts +3 -3
- package/dist/hooks/useDataPageQuery.d.ts +3 -3
- package/dist/hooks/useDynamicHeight.d.ts +1 -1
- package/dist/hooks/useSafeTabBar.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/static/icon/index.d.ts +9 -9
- package/dist/static/index.d.ts +1 -1
- package/dist/utils/index.d.ts +4 -4
- package/dist/utils/payment.d.ts +14 -14
- package/dist/utils/prices.d.ts +1 -1
- package/dist/utils/storage.d.ts +3 -3
- package/dist/utils/useService.d.ts +3 -3
- package/dist/utils/util.d.ts +3 -3
- package/package.json +13 -10
- package/dist/components/AddressDetail/components/index.d.ts +0 -3
- package/dist/components/AddressDetail/components/pickChinaAddress/china.d.ts +0 -1
- package/dist/components/AddressDetail/components/pickChinaAddress/index.d.ts +0 -1
- package/dist/components/AddressDetail/components/skull/index.d.ts +0 -1
- package/dist/components/AddressDetail/components/switchItem/index.d.ts +0 -1
- package/dist/components/AddressDetail/config.d.ts +0 -51
- package/dist/components/AddressListGroup/AddressList/components/index.d.ts +0 -1
- package/dist/components/AddressListGroup/AddressList/index.d.ts +0 -11
- package/dist/components/AddressListGroup/index.d.ts +0 -2
- package/dist/components/AfterSalesApplyGroup/AfterSalesApply/index.d.ts +0 -10
- package/dist/components/AfterSalesApplyGroup/index.d.ts +0 -1
- package/dist/components/AfterSalesDetailGroup/index.d.ts +0 -1
- package/dist/components/AfterSalesListGroup/AfterSalesList/index.d.ts +0 -1
- package/dist/components/AfterSalesListGroup/index.d.ts +0 -1
- package/dist/components/AfterSalesTypeGroup/AfterSalesType/index.d.ts +0 -2
- package/dist/components/AfterSalesTypeGroup/index.d.ts +0 -1
- package/dist/components/ArticleDetail/index.d.ts +0 -3
- package/dist/components/Cart/components/cartItem.d.ts +0 -6
- package/dist/components/Cart/index.d.ts +0 -15
- package/dist/components/CartGroup/components/index.d.ts +0 -1
- package/dist/components/CartGroup/index.d.ts +0 -3
- package/dist/components/ClassifyNavGroup/index.d.ts +0 -4
- package/dist/components/CouponList/components/skull.d.ts +0 -1
- package/dist/components/GoodsClassifyGroup/index.d.ts +0 -3
- package/dist/components/GoodsDetailGroup/index.d.ts +0 -9
- package/dist/components/GoodsGroup/index.d.ts +0 -3
- package/dist/components/GoodsGroupBackup/index.d.ts +0 -26
- package/dist/components/LineGroup/index.d.ts +0 -2
- package/dist/components/MarketingGroup/AllCouponList/index.d.ts +0 -1
- package/dist/components/MarketingGroup/index.d.ts +0 -3
- package/dist/components/Mine/index.d.ts +0 -3
- package/dist/components/MyAgreementGroup/MyAgreement/index.d.ts +0 -2
- package/dist/components/MyAgreementGroup/index.d.ts +0 -1
- package/dist/components/MySettingGroup/index.d.ts +0 -1
- package/dist/components/NoticeDetail/index.d.ts +0 -3
- package/dist/components/PaymentModeGroup/index.d.ts +0 -1
- package/dist/components/PlaceOrder/components/coupon.d.ts +0 -5
- package/dist/components/PlaceOrder/components/index.d.ts +0 -4
- package/dist/components/PlaceOrder/components/operate.d.ts +0 -10
- package/dist/components/PlaceOrder/components/orderAddress.d.ts +0 -12
- package/dist/components/PlaceOrder/components/orderPrice.d.ts +0 -12
- package/dist/components/PlaceOrder/components/shop.d.ts +0 -4
- package/dist/components/PlaceOrder/index.d.ts +0 -14
- package/dist/components/PlaceOrderGroup/index.d.ts +0 -6
- package/dist/components/RefundGroup/RefundAfter/index.d.ts +0 -1
- package/dist/components/RefundGroup/index.d.ts +0 -1
- package/dist/components/RefundOnlyGroup/RefundOnly/index.d.ts +0 -1
- package/dist/components/RefundOnlyGroup/index.d.ts +0 -1
- package/dist/components/Search/index.d.ts +0 -2
- package/dist/options/index.d.ts +0 -0
- package/dist/utils/checkImgUrl.d.ts +0 -0
package/dist/components/{MySettingGroup/MySetting → business/user-group/my-setting}/index.d.ts
RENAMED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const MySettingJsx: React.FC;
|
|
3
|
-
export declare const MySetting: React.NamedExoticComponent<{}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const MySettingJsx: React.FC;
|
|
3
|
+
export declare const MySetting: React.NamedExoticComponent<{}>;
|
|
@@ -1,43 +1,5 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from '
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './Search';
|
|
7
|
-
export * from './Slider';
|
|
8
|
-
export * from './OrderList';
|
|
9
|
-
export * from './OrderDetail';
|
|
10
|
-
export * from './GoodsClassifyGroup';
|
|
11
|
-
export * from './GoodsList';
|
|
12
|
-
export * from '../common/icon';
|
|
13
|
-
export * from './SearchPage';
|
|
14
|
-
export * from './EvaluateList';
|
|
15
|
-
export * from './EvaluateDetail';
|
|
16
|
-
export * from './ExpressInfo';
|
|
17
|
-
export * from './AddressDetail';
|
|
18
|
-
export * from './PlaceOrderResult';
|
|
19
|
-
export * from './CouponList';
|
|
20
|
-
export * from './Cart';
|
|
21
|
-
export * from './CartGroup';
|
|
22
|
-
export * from './Mine';
|
|
23
|
-
export * from './Footprint';
|
|
24
|
-
export * from './CollectionList';
|
|
25
|
-
export * from './NoticeDetail';
|
|
26
|
-
export * from './ArticleDetail';
|
|
27
|
-
export * from './PlaceOrderGroup';
|
|
28
|
-
export * from './BackTop';
|
|
29
|
-
export * from './LineGroup';
|
|
30
|
-
export * from './ClassifyNavGroup';
|
|
31
|
-
export * from './GoodsGroup';
|
|
32
|
-
export * from './GoodsDetailGroup';
|
|
33
|
-
export * from './MarketingGroup';
|
|
34
|
-
export * from './AddressListGroup';
|
|
35
|
-
export * from './PaymentModeGroup';
|
|
36
|
-
export * from './RefundGroup';
|
|
37
|
-
export * from './RefundOnlyGroup';
|
|
38
|
-
export * from './MySettingGroup';
|
|
39
|
-
export * from './MyAgreementGroup';
|
|
40
|
-
export * from './AfterSalesTypeGroup';
|
|
41
|
-
export * from './AfterSalesApplyGroup';
|
|
42
|
-
export * from './AfterSalesDetailGroup';
|
|
43
|
-
export * from './AfterSalesListGroup';
|
|
1
|
+
export * from './Service';
|
|
2
|
+
export * from '../common/icon';
|
|
3
|
+
export * from './basic';
|
|
4
|
+
export * from './business';
|
|
5
|
+
export * from './marketing';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const Notice: React.FC<NoticeType>;
|
|
3
|
-
interface NoticeType {
|
|
4
|
-
direction: 'horizontal' | 'vertical';
|
|
5
|
-
speed?: number;
|
|
6
|
-
num: number;
|
|
7
|
-
color: string;
|
|
8
|
-
fontSize: number;
|
|
9
|
-
}
|
|
10
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const Notice: React.FC<NoticeType>;
|
|
3
|
+
interface NoticeType {
|
|
4
|
+
direction: 'horizontal' | 'vertical';
|
|
5
|
+
speed?: number;
|
|
6
|
+
num: number;
|
|
7
|
+
color: string;
|
|
8
|
+
fontSize: number;
|
|
9
|
+
}
|
|
10
|
+
export {};
|
package/dist/components/{CouponList → marketing/coupon-group/coupon-list}/components/couponItem.d.ts
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { FC, MutableRefObject } from 'react';
|
|
2
|
-
import type { CouponListProps } from '
|
|
3
|
-
interface CouponItemProps extends Omit<CouponListProps, 'paddingBottom' | 'paddingTop'> {
|
|
4
|
-
list: Array<any>;
|
|
5
|
-
coe: MutableRefObject<number>;
|
|
6
|
-
config: MutableRefObject<any>;
|
|
7
|
-
}
|
|
8
|
-
export declare const CouponItem: FC<CouponItemProps>;
|
|
9
|
-
export {};
|
|
1
|
+
import type { FC, MutableRefObject } from 'react';
|
|
2
|
+
import type { CouponListProps } from '../index';
|
|
3
|
+
interface CouponItemProps extends Omit<CouponListProps, 'paddingBottom' | 'paddingTop'> {
|
|
4
|
+
list: Array<any>;
|
|
5
|
+
coe: MutableRefObject<number>;
|
|
6
|
+
config: MutableRefObject<any>;
|
|
7
|
+
}
|
|
8
|
+
export declare const CouponItem: FC<CouponItemProps>;
|
|
9
|
+
export {};
|
package/dist/components/{CouponList → marketing/coupon-group/coupon-list}/components/index.d.ts
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './skull';
|
|
2
|
-
export * from './couponItem';
|
|
1
|
+
export * from './skull';
|
|
2
|
+
export * from './couponItem';
|
package/dist/components/{Footprint → marketing/coupon-group/coupon-list}/components/noData.d.ts
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const NoData: () => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare const NoData: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Skull: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface CouponListProps {
|
|
3
|
+
backgroundColor: string;
|
|
4
|
+
color: string;
|
|
5
|
+
queue: string;
|
|
6
|
+
paddingTop: number;
|
|
7
|
+
paddingBottom: number;
|
|
8
|
+
}
|
|
9
|
+
export declare const CouponList: import("react").NamedExoticComponent<CouponListProps>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const OneLineOneBlc: React.NamedExoticComponent<{
|
|
3
|
-
defaultValue: never[];
|
|
4
|
-
coupons: never[];
|
|
5
|
-
bg: string;
|
|
6
|
-
borderColor: string;
|
|
7
|
-
btnColor: string;
|
|
8
|
-
typeColor: string;
|
|
9
|
-
ruleColor: string;
|
|
10
|
-
titleColor: string;
|
|
11
|
-
timeColor: string;
|
|
12
|
-
paddingTop: number;
|
|
13
|
-
paddingBottom: number;
|
|
14
|
-
}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const OneLineOneBlc: React.NamedExoticComponent<{
|
|
3
|
+
defaultValue: never[];
|
|
4
|
+
coupons: never[];
|
|
5
|
+
bg: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
btnColor: string;
|
|
8
|
+
typeColor: string;
|
|
9
|
+
ruleColor: string;
|
|
10
|
+
titleColor: string;
|
|
11
|
+
timeColor: string;
|
|
12
|
+
paddingTop: number;
|
|
13
|
+
paddingBottom: number;
|
|
14
|
+
}>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const OneLineTwoBlc: React.NamedExoticComponent<{
|
|
3
|
-
defaultValue: never[];
|
|
4
|
-
coupons: never[];
|
|
5
|
-
bg: string;
|
|
6
|
-
borderColor: string;
|
|
7
|
-
btnColor: string;
|
|
8
|
-
typeColor: string;
|
|
9
|
-
ruleColor: string;
|
|
10
|
-
titleColor: string;
|
|
11
|
-
timeColor: string;
|
|
12
|
-
gap: number;
|
|
13
|
-
paddingTop: number;
|
|
14
|
-
paddingBottom: number;
|
|
15
|
-
}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const OneLineTwoBlc: React.NamedExoticComponent<{
|
|
3
|
+
defaultValue: never[];
|
|
4
|
+
coupons: never[];
|
|
5
|
+
bg: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
btnColor: string;
|
|
8
|
+
typeColor: string;
|
|
9
|
+
ruleColor: string;
|
|
10
|
+
titleColor: string;
|
|
11
|
+
timeColor: string;
|
|
12
|
+
gap: number;
|
|
13
|
+
paddingTop: number;
|
|
14
|
+
paddingBottom: number;
|
|
15
|
+
}>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface defaultType {
|
|
3
|
-
[v: string]: any;
|
|
4
|
-
}
|
|
5
|
-
interface initialGetCoupon extends defaultType {
|
|
6
|
-
type: number;
|
|
7
|
-
coupons: Array<any>;
|
|
8
|
-
}
|
|
9
|
-
export declare const GetCouponOne: React.NamedExoticComponent<initialGetCoupon>;
|
|
10
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface defaultType {
|
|
3
|
+
[v: string]: any;
|
|
4
|
+
}
|
|
5
|
+
interface initialGetCoupon extends defaultType {
|
|
6
|
+
type: number;
|
|
7
|
+
coupons: Array<any>;
|
|
8
|
+
}
|
|
9
|
+
export declare const GetCouponOne: React.NamedExoticComponent<initialGetCoupon>;
|
|
10
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const config: {
|
|
2
|
-
label: string;
|
|
3
|
-
val: string;
|
|
4
|
-
}[];
|
|
1
|
+
export declare const config: {
|
|
2
|
+
label: string;
|
|
3
|
+
val: string;
|
|
4
|
+
}[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './promotionListTab';
|
|
2
|
-
export * from './promotionListItem';
|
|
1
|
+
export * from './promotionListTab';
|
|
2
|
+
export * from './promotionListItem';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const PromotionListItem: React.FC<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const PromotionListItem: React.FC<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const PromotionListTab: React.MemoExoticComponent<({ activeColor, setParams, params }: {
|
|
3
|
-
activeColor: string;
|
|
4
|
-
setParams: React.Dispatch<string>;
|
|
5
|
-
params: string;
|
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const PromotionListTab: React.MemoExoticComponent<({ activeColor, setParams, params }: {
|
|
3
|
+
activeColor: string;
|
|
4
|
+
setParams: React.Dispatch<string>;
|
|
5
|
+
params: string;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const AllPromotionList: React.NamedExoticComponent<{
|
|
3
|
-
activeColor: string;
|
|
4
|
-
paddingTop: number;
|
|
5
|
-
paddingBottom: number;
|
|
6
|
-
}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const AllPromotionList: React.NamedExoticComponent<{
|
|
3
|
+
activeColor: string;
|
|
4
|
+
paddingTop: number;
|
|
5
|
+
paddingBottom: number;
|
|
6
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './all-promotion-list';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './useDynamicHeight';
|
|
2
|
-
export * from './useCountDown';
|
|
3
|
-
export * from './useDataPageQuery';
|
|
1
|
+
export * from './useDynamicHeight';
|
|
2
|
+
export * from './useCountDown';
|
|
3
|
+
export * from './useDataPageQuery';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const useCountDown: (contractPaydate: number, init: () => void, countdownCancel: any, contractId: string | number) => {
|
|
2
|
-
resultTime: string;
|
|
3
|
-
};
|
|
1
|
+
export declare const useCountDown: (contractPaydate: number, init: () => void, countdownCancel: any, contractId: string | number) => {
|
|
2
|
+
resultTime: string;
|
|
3
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const useDataPageQuery: (rest: {
|
|
2
|
-
[v: string]: any;
|
|
3
|
-
}, param: string) => any;
|
|
1
|
+
export declare const useDataPageQuery: (rest: {
|
|
2
|
+
[v: string]: any;
|
|
3
|
+
}, param: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function useDynamicHeight(element?: string): number;
|
|
1
|
+
export declare function useDynamicHeight(element?: string): number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function useSafeTabBar(bottomHeight?: number | string): number;
|
|
1
|
+
export declare function useSafeTabBar(bottomHeight?: number | string): number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export * from './components';
|
|
1
|
+
export * from './components';
|
|
2
|
+
export * from './utils';
|