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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const StepNum: ({ num, min, onChange }: {
|
|
2
|
-
num: number;
|
|
3
|
-
min?: number | undefined;
|
|
4
|
-
onChange?: any;
|
|
5
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare const StepNum: ({ num, min, onChange }: {
|
|
2
|
+
num: number;
|
|
3
|
+
min?: number | undefined;
|
|
4
|
+
onChange?: any;
|
|
5
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const UploadImg: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const UploadingImg: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ServiceType {
|
|
3
|
-
width: number;
|
|
4
|
-
height: number;
|
|
5
|
-
borderRadius: number;
|
|
6
|
-
top: number;
|
|
7
|
-
right: number;
|
|
8
|
-
bottom: number;
|
|
9
|
-
left: number;
|
|
10
|
-
}
|
|
11
|
-
export declare const Service: React.NamedExoticComponent<ServiceType>;
|
|
12
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ServiceType {
|
|
3
|
+
width: number;
|
|
4
|
+
height: number;
|
|
5
|
+
borderRadius: number;
|
|
6
|
+
top: number;
|
|
7
|
+
right: number;
|
|
8
|
+
bottom: number;
|
|
9
|
+
left: number;
|
|
10
|
+
}
|
|
11
|
+
export declare const Service: React.NamedExoticComponent<ServiceType>;
|
|
12
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const BackTop: React.NamedExoticComponent<{
|
|
3
|
-
position: number;
|
|
4
|
-
bg: string;
|
|
5
|
-
color: string;
|
|
6
|
-
fontSize: number;
|
|
7
|
-
}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const BackTop: React.NamedExoticComponent<{
|
|
3
|
+
position: number;
|
|
4
|
+
bg: string;
|
|
5
|
+
color: string;
|
|
6
|
+
fontSize: number;
|
|
7
|
+
}>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface ClassifyItemType {
|
|
3
|
-
imgUrl: string;
|
|
4
|
-
title: string;
|
|
5
|
-
link?: any;
|
|
6
|
-
}
|
|
7
|
-
interface ClassifyNavType {
|
|
8
|
-
defaultValue: Array<ClassifyItemType>;
|
|
9
|
-
borderRadius: number;
|
|
10
|
-
paddingTop: number;
|
|
11
|
-
paddingBottom: number;
|
|
12
|
-
selectClassifyNav: Array<ClassifyItemType>;
|
|
13
|
-
}
|
|
14
|
-
export declare const ClassifyNav: React.NamedExoticComponent<ClassifyNavType>;
|
|
15
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ClassifyItemType {
|
|
3
|
+
imgUrl: string;
|
|
4
|
+
title: string;
|
|
5
|
+
link?: any;
|
|
6
|
+
}
|
|
7
|
+
interface ClassifyNavType {
|
|
8
|
+
defaultValue: Array<ClassifyItemType>;
|
|
9
|
+
borderRadius: number;
|
|
10
|
+
paddingTop: number;
|
|
11
|
+
paddingBottom: number;
|
|
12
|
+
selectClassifyNav: Array<ClassifyItemType>;
|
|
13
|
+
}
|
|
14
|
+
export declare const ClassifyNav: React.NamedExoticComponent<ClassifyNavType>;
|
|
15
|
+
export {};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const initialClassifyNavOne: {
|
|
3
|
-
defaultValue: never[];
|
|
4
|
-
selectClassifyNav: never[];
|
|
5
|
-
navRadius: string;
|
|
6
|
-
navBorderColor: string;
|
|
7
|
-
navBgColor: string;
|
|
8
|
-
navBoxShadow: boolean;
|
|
9
|
-
imgRadius: string;
|
|
10
|
-
imgBoxShadow: boolean;
|
|
11
|
-
layout: number;
|
|
12
|
-
marginTop: number;
|
|
13
|
-
marginBottom: number;
|
|
14
|
-
};
|
|
15
|
-
export declare const ClassifyNavOneJsx: React.FC<typeof initialClassifyNavOne>;
|
|
16
|
-
export declare const ClassifyNavOne: React.NamedExoticComponent<{
|
|
17
|
-
defaultValue: never[];
|
|
18
|
-
selectClassifyNav: never[];
|
|
19
|
-
navRadius: string;
|
|
20
|
-
navBorderColor: string;
|
|
21
|
-
navBgColor: string;
|
|
22
|
-
navBoxShadow: boolean;
|
|
23
|
-
imgRadius: string;
|
|
24
|
-
imgBoxShadow: boolean;
|
|
25
|
-
layout: number;
|
|
26
|
-
marginTop: number;
|
|
27
|
-
marginBottom: number;
|
|
28
|
-
}>;
|
|
29
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const initialClassifyNavOne: {
|
|
3
|
+
defaultValue: never[];
|
|
4
|
+
selectClassifyNav: never[];
|
|
5
|
+
navRadius: string;
|
|
6
|
+
navBorderColor: string;
|
|
7
|
+
navBgColor: string;
|
|
8
|
+
navBoxShadow: boolean;
|
|
9
|
+
imgRadius: string;
|
|
10
|
+
imgBoxShadow: boolean;
|
|
11
|
+
layout: number;
|
|
12
|
+
marginTop: number;
|
|
13
|
+
marginBottom: number;
|
|
14
|
+
};
|
|
15
|
+
export declare const ClassifyNavOneJsx: React.FC<typeof initialClassifyNavOne>;
|
|
16
|
+
export declare const ClassifyNavOne: React.NamedExoticComponent<{
|
|
17
|
+
defaultValue: never[];
|
|
18
|
+
selectClassifyNav: never[];
|
|
19
|
+
navRadius: string;
|
|
20
|
+
navBorderColor: string;
|
|
21
|
+
navBgColor: string;
|
|
22
|
+
navBoxShadow: boolean;
|
|
23
|
+
imgRadius: string;
|
|
24
|
+
imgBoxShadow: boolean;
|
|
25
|
+
layout: number;
|
|
26
|
+
marginTop: number;
|
|
27
|
+
marginBottom: number;
|
|
28
|
+
}>;
|
|
29
|
+
export {};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const ClassifyNavThree: React.NamedExoticComponent<{
|
|
3
|
-
defaultValue: never[];
|
|
4
|
-
selectClassifyNav: never[];
|
|
5
|
-
navRadius: string;
|
|
6
|
-
navBorderColor: string;
|
|
7
|
-
navBgColor: string;
|
|
8
|
-
navBoxShadow: boolean;
|
|
9
|
-
imgRadius: string;
|
|
10
|
-
imgBoxShadow: boolean;
|
|
11
|
-
fontSize: string;
|
|
12
|
-
fontColor: string;
|
|
13
|
-
tagBgColor: string;
|
|
14
|
-
otherStyle: never[];
|
|
15
|
-
layout: number;
|
|
16
|
-
marginTop: number;
|
|
17
|
-
marginBottom: number;
|
|
18
|
-
}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ClassifyNavThree: React.NamedExoticComponent<{
|
|
3
|
+
defaultValue: never[];
|
|
4
|
+
selectClassifyNav: never[];
|
|
5
|
+
navRadius: string;
|
|
6
|
+
navBorderColor: string;
|
|
7
|
+
navBgColor: string;
|
|
8
|
+
navBoxShadow: boolean;
|
|
9
|
+
imgRadius: string;
|
|
10
|
+
imgBoxShadow: boolean;
|
|
11
|
+
fontSize: string;
|
|
12
|
+
fontColor: string;
|
|
13
|
+
tagBgColor: string;
|
|
14
|
+
otherStyle: never[];
|
|
15
|
+
layout: number;
|
|
16
|
+
marginTop: number;
|
|
17
|
+
marginBottom: number;
|
|
18
|
+
}>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const ClassifyNavTwo: React.NamedExoticComponent<{
|
|
3
|
-
defaultValue: never[];
|
|
4
|
-
selectClassifyNav: never[];
|
|
5
|
-
navRadius: string;
|
|
6
|
-
navBorderColor: string;
|
|
7
|
-
navBgColor: string;
|
|
8
|
-
navBoxShadow: boolean;
|
|
9
|
-
fontSize: string;
|
|
10
|
-
fontColor: string;
|
|
11
|
-
tagBgColor: string;
|
|
12
|
-
otherStyle: never[];
|
|
13
|
-
layout: number;
|
|
14
|
-
marginTop: number;
|
|
15
|
-
marginBottom: number;
|
|
16
|
-
}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ClassifyNavTwo: React.NamedExoticComponent<{
|
|
3
|
+
defaultValue: never[];
|
|
4
|
+
selectClassifyNav: never[];
|
|
5
|
+
navRadius: string;
|
|
6
|
+
navBorderColor: string;
|
|
7
|
+
navBgColor: string;
|
|
8
|
+
navBoxShadow: boolean;
|
|
9
|
+
fontSize: string;
|
|
10
|
+
fontColor: string;
|
|
11
|
+
tagBgColor: string;
|
|
12
|
+
otherStyle: never[];
|
|
13
|
+
layout: number;
|
|
14
|
+
marginTop: number;
|
|
15
|
+
marginBottom: number;
|
|
16
|
+
}>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ImgType {
|
|
3
|
-
imgUrl: string;
|
|
4
|
-
link: string;
|
|
5
|
-
}
|
|
6
|
-
interface CubeType {
|
|
7
|
-
defaultValue: Array<ImgType>;
|
|
8
|
-
type: number;
|
|
9
|
-
borderRadius: number;
|
|
10
|
-
paddingTop: number;
|
|
11
|
-
paddingLeft: number;
|
|
12
|
-
paddingRight: number;
|
|
13
|
-
picGap: number;
|
|
14
|
-
xGap: number;
|
|
15
|
-
paddingBottom: number;
|
|
16
|
-
outerShadow: boolean;
|
|
17
|
-
selectImg: Array<ImgType>;
|
|
18
|
-
}
|
|
19
|
-
export declare const Cube: React.NamedExoticComponent<CubeType>;
|
|
20
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ImgType {
|
|
3
|
+
imgUrl: string;
|
|
4
|
+
link: string;
|
|
5
|
+
}
|
|
6
|
+
interface CubeType {
|
|
7
|
+
defaultValue: Array<ImgType>;
|
|
8
|
+
type: number;
|
|
9
|
+
borderRadius: number;
|
|
10
|
+
paddingTop: number;
|
|
11
|
+
paddingLeft: number;
|
|
12
|
+
paddingRight: number;
|
|
13
|
+
picGap: number;
|
|
14
|
+
xGap: number;
|
|
15
|
+
paddingBottom: number;
|
|
16
|
+
outerShadow: boolean;
|
|
17
|
+
selectImg: Array<ImgType>;
|
|
18
|
+
}
|
|
19
|
+
export declare const Cube: React.NamedExoticComponent<CubeType>;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './cube';
|
|
@@ -1,12 +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 {};
|
|
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 {};
|
|
@@ -1,16 +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 {};
|
|
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 * from './slider';
|
|
@@ -1,36 +1,36 @@
|
|
|
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
|
-
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;
|
|
34
|
-
}
|
|
35
|
-
export declare const Slider: React.NamedExoticComponent<SwiperType>;
|
|
36
|
-
export {};
|
|
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
|
+
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;
|
|
34
|
+
}
|
|
35
|
+
export declare const Slider: React.NamedExoticComponent<SwiperType>;
|
|
36
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { itemType } from './index';
|
|
3
|
+
export declare const Items: import("react").MemoExoticComponent<({ item, position, direction }: {
|
|
4
|
+
item: itemType;
|
|
5
|
+
position: string;
|
|
6
|
+
direction: string;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1,33 +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 {};
|
|
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 {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './title';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface TitleType {
|
|
3
|
-
value: string;
|
|
4
|
-
fontSize: number;
|
|
5
|
-
textAlign: any;
|
|
6
|
-
color: string;
|
|
7
|
-
textIndent: string;
|
|
8
|
-
backgroundColor: string;
|
|
9
|
-
fontWeight: string;
|
|
10
|
-
textDecoration: string;
|
|
11
|
-
fontStyle: string;
|
|
12
|
-
paddingTop: number;
|
|
13
|
-
paddingLeft: number;
|
|
14
|
-
paddingRight: number;
|
|
15
|
-
paddingBottom: number;
|
|
16
|
-
}
|
|
17
|
-
export declare const Title: React.NamedExoticComponent<TitleType>;
|
|
18
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface TitleType {
|
|
3
|
+
value: string;
|
|
4
|
+
fontSize: number;
|
|
5
|
+
textAlign: any;
|
|
6
|
+
color: string;
|
|
7
|
+
textIndent: string;
|
|
8
|
+
backgroundColor: string;
|
|
9
|
+
fontWeight: string;
|
|
10
|
+
textDecoration: string;
|
|
11
|
+
fontStyle: string;
|
|
12
|
+
paddingTop: number;
|
|
13
|
+
paddingLeft: number;
|
|
14
|
+
paddingRight: number;
|
|
15
|
+
paddingBottom: number;
|
|
16
|
+
}
|
|
17
|
+
export declare const Title: React.NamedExoticComponent<TitleType>;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './video';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface VideoType {
|
|
3
|
-
url: string;
|
|
4
|
-
poster: string;
|
|
5
|
-
autoplay: boolean;
|
|
6
|
-
loop: boolean;
|
|
7
|
-
paddingTop: number;
|
|
8
|
-
paddingBottom: number;
|
|
9
|
-
paddingLeft: number;
|
|
10
|
-
paddingRight: number;
|
|
11
|
-
}
|
|
12
|
-
export declare const Video: React.NamedExoticComponent<VideoType>;
|
|
13
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface VideoType {
|
|
3
|
+
url: string;
|
|
4
|
+
poster: string;
|
|
5
|
+
autoplay: boolean;
|
|
6
|
+
loop: boolean;
|
|
7
|
+
paddingTop: number;
|
|
8
|
+
paddingBottom: number;
|
|
9
|
+
paddingLeft: number;
|
|
10
|
+
paddingRight: number;
|
|
11
|
+
}
|
|
12
|
+
export declare const Video: React.NamedExoticComponent<VideoType>;
|
|
13
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const FillIn: React.NamedExoticComponent<{}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const FillIn: React.NamedExoticComponent<{}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface FillInPopupTye {
|
|
3
|
-
popupShow: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare const FillInPopup: React.NamedExoticComponent<FillInPopupTye>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface FillInPopupTye {
|
|
3
|
+
popupShow: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const FillInPopup: React.NamedExoticComponent<FillInPopupTye>;
|
|
6
|
+
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './tip';
|
|
2
|
-
export * from './fillIn';
|
|
3
|
-
export * from './subFillIn';
|
|
1
|
+
export * from './tip';
|
|
2
|
+
export * from './fillIn';
|
|
3
|
+
export * from './subFillIn';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const SubFillIn: React.NamedExoticComponent<{}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const SubFillIn: React.NamedExoticComponent<{}>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Tip: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const MCAfterSalesApply: React.Context<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const MCAfterSalesApply: React.Context<any>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const initialAfterSalesApply: {
|
|
3
|
+
refundType: string;
|
|
4
|
+
contractBillcode: string;
|
|
5
|
+
skuCode: string;
|
|
6
|
+
goodsNum: number;
|
|
7
|
+
goodsPrice: number;
|
|
8
|
+
paddingTop: number;
|
|
9
|
+
paddingLeft: number;
|
|
10
|
+
paddingRight: number;
|
|
11
|
+
paddingBottom: number;
|
|
12
|
+
};
|
|
13
|
+
export declare const AfterSalesApply: React.FC<typeof initialAfterSalesApply>;
|
|
14
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const ExpressPopup: React.NamedExoticComponent<{}>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ExpressPopup: React.NamedExoticComponent<{}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './senderWrite';
|
|
1
|
+
export * from './senderWrite';
|