@pisell/private-materials 6.4.59 → 6.4.60
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +7 -7
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +7 -7
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +7 -7
- package/es/components/booking/components/actionButtons/index.js +7 -15
- package/es/components/booking/components/footer/index.d.ts +0 -1
- package/es/components/booking/components/footer/index.js +2 -2
- package/es/components/booking/components/voucher/index.js +19 -23
- package/es/components/booking/info/service2/utils.d.ts +1 -1
- package/es/components/booking/info2/cartClientCard/index.js +3 -7
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/checkout/PaymentModal.js +12 -17
- package/es/components/checkout/hooks/useWalletPass.js +21 -36
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/linkly/index.d.ts +1 -0
- package/es/components/eftposPay/store/index.d.ts +4 -4
- package/es/components/pay/toB/store/hooks.js +5 -19
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -20
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +12 -47
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -2
- package/es/components/ticketBooking/components/addServiceVariant/index.js +2 -4
- package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -5
- package/es/components/ticketBooking/components/menuBar/index.js +21 -45
- package/es/components/ticketBooking/components/menuBar/index.less +1 -32
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -6
- package/es/components/ticketBooking/components/ticketBooking/index.js +23 -66
- package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/es/components/ticketBooking/components/timeBar/index.less +0 -1
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -5
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.js +1 -13
- package/es/components/ticketBooking/hooks/pisellos/index.d.ts +0 -1
- package/es/components/ticketBooking/hooks/pisellos/index.js +1 -2
- package/es/components/ticketBooking/hooks/pisellos/useCustomer.js +4 -12
- package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +1 -1
- package/es/components/ticketBooking/hooks/pisellos/useProducts.js +10 -52
- package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.js +2 -5
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.js +2 -7
- package/es/components/ticketBooking/index.d.ts +0 -6
- package/es/components/ticketBooking/index.js +11 -86
- package/es/components/ticketBooking/utils/index.d.ts +2 -30
- package/es/components/ticketBooking/utils/index.js +1 -50
- package/es/index.d.ts +0 -2
- package/es/index.js +1 -3
- package/es/plus/productSelect/components/pisellPriceText/index.d.ts +0 -2
- package/es/plus/productSelect/components/pisellPriceText/index.js +5 -7
- package/lib/components/booking/components/actionButtons/index.js +15 -22
- package/lib/components/booking/components/footer/index.d.ts +0 -1
- package/lib/components/booking/components/footer/index.js +2 -2
- package/lib/components/booking/components/voucher/index.js +40 -33
- package/lib/components/booking/info/service2/utils.d.ts +1 -1
- package/lib/components/booking/info2/cartClientCard/index.js +3 -7
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/checkout/PaymentModal.js +12 -15
- package/lib/components/checkout/hooks/useWalletPass.js +45 -57
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/linkly/index.d.ts +1 -0
- package/lib/components/eftposPay/store/index.d.ts +4 -4
- package/lib/components/pay/toB/store/hooks.js +8 -16
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -20
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +12 -47
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -2
- package/lib/components/ticketBooking/components/addServiceVariant/index.js +2 -3
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -5
- package/lib/components/ticketBooking/components/menuBar/index.js +22 -29
- package/lib/components/ticketBooking/components/menuBar/index.less +1 -32
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -6
- package/lib/components/ticketBooking/components/ticketBooking/index.js +25 -56
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/timeBar/index.less +0 -1
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -5
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.js +1 -5
- package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +0 -1
- package/lib/components/ticketBooking/hooks/pisellos/index.js +1 -3
- package/lib/components/ticketBooking/hooks/pisellos/useCustomer.js +10 -17
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +1 -1
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +5 -35
- package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.js +2 -4
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.js +2 -6
- package/lib/components/ticketBooking/index.d.ts +0 -6
- package/lib/components/ticketBooking/index.js +8 -64
- package/lib/components/ticketBooking/utils/index.d.ts +2 -30
- package/lib/components/ticketBooking/utils/index.js +2 -70
- package/lib/index.d.ts +0 -2
- package/lib/index.js +0 -6
- package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +0 -2
- package/lib/plus/productSelect/components/pisellPriceText/index.js +5 -6
- package/package.json +1 -1
- package/es/components/list/List.d.ts +0 -5
- package/es/components/list/List.js +0 -957
- package/es/components/list/List.less +0 -2
- package/es/components/list/ResponsiveWrapper.d.ts +0 -16
- package/es/components/list/ResponsiveWrapper.js +0 -130
- package/es/components/list/TestResponsiveWrapper.d.ts +0 -8
- package/es/components/list/TestResponsiveWrapper.js +0 -816
- package/es/components/list/TestResponsiveWrapper.less +0 -968
- package/es/components/list/components/EmptyState/EmptyState.d.ts +0 -20
- package/es/components/list/components/EmptyState/EmptyState.js +0 -75
- package/es/components/list/components/EmptyState/EmptyState.less +0 -121
- package/es/components/list/components/EmptyState/index.d.ts +0 -2
- package/es/components/list/components/EmptyState/index.js +0 -1
- package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
- package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.js +0 -39
- package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.less +0 -29
- package/es/components/list/components/ListItemSkeleton/index.d.ts +0 -2
- package/es/components/list/components/ListItemSkeleton/index.js +0 -2
- package/es/components/list/components/Pagination/Pagination.d.ts +0 -30
- package/es/components/list/components/Pagination/Pagination.js +0 -240
- package/es/components/list/components/Pagination/Pagination.less +0 -439
- package/es/components/list/components/Pagination/index.d.ts +0 -1
- package/es/components/list/components/Pagination/index.js +0 -1
- package/es/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
- package/es/components/list/components/ScrollLoader/ScrollLoader.js +0 -18
- package/es/components/list/components/ScrollLoader/ScrollLoader.less +0 -3
- package/es/components/list/components/ScrollLoader/index.d.ts +0 -2
- package/es/components/list/components/ScrollLoader/index.js +0 -1
- package/es/components/list/components/Tab/Tab.d.ts +0 -5
- package/es/components/list/components/Tab/Tab.js +0 -43
- package/es/components/list/components/Tab/Tab.less +0 -139
- package/es/components/list/components/Tab/index.d.ts +0 -2
- package/es/components/list/components/Tab/index.js +0 -1
- package/es/components/list/components/Tab/types.d.ts +0 -14
- package/es/components/list/components/Tab/types.js +0 -1
- package/es/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
- package/es/components/list/components/TabSkeleton/TabSkeleton.js +0 -28
- package/es/components/list/components/TabSkeleton/TabSkeleton.less +0 -38
- package/es/components/list/components/TabSkeleton/index.d.ts +0 -2
- package/es/components/list/components/TabSkeleton/index.js +0 -2
- package/es/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
- package/es/components/list/components/WaterfallList/WaterfallList.js +0 -191
- package/es/components/list/components/WaterfallList/WaterfallList.less +0 -201
- package/es/components/list/components/WaterfallList/index.d.ts +0 -2
- package/es/components/list/components/WaterfallList/index.js +0 -1
- package/es/components/list/examples/GroupedListExample.d.ts +0 -3
- package/es/components/list/examples/GroupedListExample.js +0 -207
- package/es/components/list/hooks/index.d.ts +0 -5
- package/es/components/list/hooks/index.js +0 -3
- package/es/components/list/hooks/useDevice.d.ts +0 -24
- package/es/components/list/hooks/useDevice.js +0 -102
- package/es/components/list/hooks/useListState.d.ts +0 -43
- package/es/components/list/hooks/useListState.js +0 -176
- package/es/components/list/hooks/useWaterfall.d.ts +0 -34
- package/es/components/list/hooks/useWaterfall.js +0 -161
- package/es/components/list/index.d.ts +0 -10
- package/es/components/list/index.js +0 -7
- package/es/components/list/locales.d.ts +0 -66
- package/es/components/list/locales.js +0 -107
- package/es/components/list/styles/base.less +0 -39
- package/es/components/list/styles/content.less +0 -416
- package/es/components/list/styles/floatButton.less +0 -107
- package/es/components/list/styles/footer.less +0 -49
- package/es/components/list/styles/header.less +0 -69
- package/es/components/list/styles/responsive.less +0 -166
- package/es/components/list/types.d.ts +0 -177
- package/es/components/list/types.js +0 -1
- package/es/components/list/utils/getText.d.ts +0 -53
- package/es/components/list/utils/getText.js +0 -150
- package/es/components/list/utils/index.d.ts +0 -4
- package/es/components/list/utils/index.js +0 -5
- package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.d.ts +0 -27
- package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +0 -143
- package/es/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
- package/es/components/ticketBooking/components/ProductDisplayAdapter/index.js +0 -7
- package/es/components/ticketBooking/components/ProductDisplayAdapter/index.less +0 -41
- package/es/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
- package/es/components/ticketBooking/components/ProductDisplayAdapter/types.js +0 -273
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +0 -50
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.js +0 -130
- package/es/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
- package/es/components/ticketBooking/context/IsActiveContext.js +0 -37
- package/es/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
- package/es/components/ticketBooking/context/OsKeyContext.js +0 -37
- package/es/components/ticketBooking/context/index.d.ts +0 -2
- package/es/components/ticketBooking/context/index.js +0 -2
- package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
- package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.js +0 -50
- package/es/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +0 -6
- package/es/components/ticketBooking/hooks/pisellos/useShopDiscountModule.js +0 -17
- package/es/components/ticketBooking/utils/productCache.d.ts +0 -75
- package/es/components/ticketBooking/utils/productCache.js +0 -184
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -4
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.js +0 -11
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.less +0 -8
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -4
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.js +0 -11
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.less +0 -17
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -4
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.js +0 -11
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.less +0 -17
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -4
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.js +0 -11
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.less +0 -17
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -4
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.js +0 -11
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.less +0 -2
- package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -8
- package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.js +0 -100
- package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.less +0 -8
- package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.js +0 -32
- package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.less +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +0 -8
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.js +0 -239
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.less +0 -44
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.js +0 -34
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.less +0 -14
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -4
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.js +0 -33
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.less +0 -30
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +0 -5
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +0 -75
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.less +0 -46
- package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.js +0 -39
- package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.less +0 -9
- package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.js +0 -53
- package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.less +0 -31
- package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.js +0 -31
- package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.less +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.js +0 -58
- package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.less +0 -11
- package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.js +0 -85
- package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.less +0 -24
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.js +0 -121
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.less +0 -57
- package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.js +0 -95
- package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.less +0 -18
- package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.js +0 -31
- package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.less +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.js +0 -47
- package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.less +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.js +0 -34
- package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.less +0 -13
- package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.js +0 -95
- package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.less +0 -18
- package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.js +0 -31
- package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.less +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.js +0 -34
- package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.less +0 -13
- package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.js +0 -39
- package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.less +0 -22
- package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -4
- package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.js +0 -20
- package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.less +0 -20
- package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.js +0 -55
- package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -9
- package/es/plus/productSelect/ProductCard/SkuCard/index.js +0 -38
- package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
- package/es/plus/productSelect/ProductCard/SkuCard/locales.js +0 -41
- package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
- package/es/plus/productSelect/ProductCard/SkuCard/status.js +0 -481
- package/es/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
- package/es/plus/productSelect/ProductCard/SkuCard/type.js +0 -1
- package/es/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
- package/es/plus/productSelect/ProductCard/SkuCard/utils.js +0 -21
- package/lib/components/list/List.d.ts +0 -5
- package/lib/components/list/List.js +0 -771
- package/lib/components/list/List.less +0 -2
- package/lib/components/list/ResponsiveWrapper.d.ts +0 -16
- package/lib/components/list/ResponsiveWrapper.js +0 -145
- package/lib/components/list/TestResponsiveWrapper.d.ts +0 -8
- package/lib/components/list/TestResponsiveWrapper.js +0 -493
- package/lib/components/list/TestResponsiveWrapper.less +0 -968
- package/lib/components/list/components/EmptyState/EmptyState.d.ts +0 -20
- package/lib/components/list/components/EmptyState/EmptyState.js +0 -75
- package/lib/components/list/components/EmptyState/EmptyState.less +0 -121
- package/lib/components/list/components/EmptyState/index.d.ts +0 -2
- package/lib/components/list/components/EmptyState/index.js +0 -35
- package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
- package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.js +0 -75
- package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.less +0 -29
- package/lib/components/list/components/ListItemSkeleton/index.d.ts +0 -2
- package/lib/components/list/components/ListItemSkeleton/index.js +0 -41
- package/lib/components/list/components/Pagination/Pagination.d.ts +0 -30
- package/lib/components/list/components/Pagination/Pagination.js +0 -205
- package/lib/components/list/components/Pagination/Pagination.less +0 -439
- package/lib/components/list/components/Pagination/index.d.ts +0 -1
- package/lib/components/list/components/Pagination/index.js +0 -35
- package/lib/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
- package/lib/components/list/components/ScrollLoader/ScrollLoader.js +0 -37
- package/lib/components/list/components/ScrollLoader/ScrollLoader.less +0 -3
- package/lib/components/list/components/ScrollLoader/index.d.ts +0 -2
- package/lib/components/list/components/ScrollLoader/index.js +0 -35
- package/lib/components/list/components/Tab/Tab.d.ts +0 -5
- package/lib/components/list/components/Tab/Tab.js +0 -72
- package/lib/components/list/components/Tab/Tab.less +0 -139
- package/lib/components/list/components/Tab/index.d.ts +0 -2
- package/lib/components/list/components/Tab/index.js +0 -35
- package/lib/components/list/components/Tab/types.d.ts +0 -14
- package/lib/components/list/components/Tab/types.js +0 -17
- package/lib/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
- package/lib/components/list/components/TabSkeleton/TabSkeleton.js +0 -61
- package/lib/components/list/components/TabSkeleton/TabSkeleton.less +0 -38
- package/lib/components/list/components/TabSkeleton/index.d.ts +0 -2
- package/lib/components/list/components/TabSkeleton/index.js +0 -41
- package/lib/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
- package/lib/components/list/components/WaterfallList/WaterfallList.js +0 -178
- package/lib/components/list/components/WaterfallList/WaterfallList.less +0 -201
- package/lib/components/list/components/WaterfallList/index.d.ts +0 -2
- package/lib/components/list/components/WaterfallList/index.js +0 -35
- package/lib/components/list/examples/GroupedListExample.d.ts +0 -3
- package/lib/components/list/examples/GroupedListExample.js +0 -210
- package/lib/components/list/hooks/index.d.ts +0 -5
- package/lib/components/list/hooks/index.js +0 -47
- package/lib/components/list/hooks/useDevice.d.ts +0 -24
- package/lib/components/list/hooks/useDevice.js +0 -96
- package/lib/components/list/hooks/useListState.d.ts +0 -43
- package/lib/components/list/hooks/useListState.js +0 -149
- package/lib/components/list/hooks/useWaterfall.d.ts +0 -34
- package/lib/components/list/hooks/useWaterfall.js +0 -124
- package/lib/components/list/index.d.ts +0 -10
- package/lib/components/list/index.js +0 -60
- package/lib/components/list/locales.d.ts +0 -66
- package/lib/components/list/locales.js +0 -113
- package/lib/components/list/styles/base.less +0 -39
- package/lib/components/list/styles/content.less +0 -416
- package/lib/components/list/styles/floatButton.less +0 -107
- package/lib/components/list/styles/footer.less +0 -49
- package/lib/components/list/styles/header.less +0 -69
- package/lib/components/list/styles/responsive.less +0 -166
- package/lib/components/list/types.d.ts +0 -177
- package/lib/components/list/types.js +0 -17
- package/lib/components/list/utils/getText.d.ts +0 -53
- package/lib/components/list/utils/getText.js +0 -95
- package/lib/components/list/utils/index.d.ts +0 -4
- package/lib/components/list/utils/index.js +0 -43
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.d.ts +0 -27
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +0 -165
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.js +0 -45
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.less +0 -41
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.js +0 -247
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +0 -50
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.js +0 -100
- package/lib/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
- package/lib/components/ticketBooking/context/IsActiveContext.js +0 -56
- package/lib/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
- package/lib/components/ticketBooking/context/OsKeyContext.js +0 -56
- package/lib/components/ticketBooking/context/index.d.ts +0 -2
- package/lib/components/ticketBooking/context/index.js +0 -44
- package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
- package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.js +0 -47
- package/lib/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +0 -6
- package/lib/components/ticketBooking/hooks/pisellos/useShopDiscountModule.js +0 -37
- package/lib/components/ticketBooking/utils/productCache.d.ts +0 -75
- package/lib/components/ticketBooking/utils/productCache.js +0 -144
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -4
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.js +0 -42
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.less +0 -8
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -4
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.js +0 -42
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.less +0 -17
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -4
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.js +0 -42
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.less +0 -17
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -4
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.js +0 -42
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.less +0 -17
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -4
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.js +0 -42
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.less +0 -2
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -8
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.js +0 -129
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.less +0 -8
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.js +0 -52
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.less +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +0 -8
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.js +0 -178
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.less +0 -44
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.js +0 -52
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.less +0 -14
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -4
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.js +0 -63
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.less +0 -30
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +0 -5
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +0 -131
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.less +0 -46
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.js +0 -62
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.less +0 -9
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.js +0 -78
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.less +0 -31
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.js +0 -51
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.less +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.js +0 -94
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.less +0 -11
- package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.js +0 -115
- package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.less +0 -24
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.js +0 -139
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.less +0 -57
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.js +0 -97
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.less +0 -18
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.js +0 -51
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.less +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.js +0 -58
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.less +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.js +0 -56
- package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.less +0 -13
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.js +0 -97
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.less +0 -18
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.js +0 -51
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.less +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.js +0 -56
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.less +0 -13
- package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.js +0 -58
- package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.less +0 -22
- package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -4
- package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.js +0 -49
- package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.less +0 -20
- package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.js +0 -83
- package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -9
- package/lib/plus/productSelect/ProductCard/SkuCard/index.js +0 -68
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.js +0 -65
- package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
- package/lib/plus/productSelect/ProductCard/SkuCard/status.js +0 -501
- package/lib/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
- package/lib/plus/productSelect/ProductCard/SkuCard/type.js +0 -17
- package/lib/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
- package/lib/plus/productSelect/ProductCard/SkuCard/utils.js +0 -37
- package/lowcode/sku-card/meta.ts +0 -1812
- package/lowcode/sku-card/snippets.ts +0 -372
- package/lowcode/sku-list/meta.ts +0 -410
|
@@ -1,501 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// src/plus/productSelect/ProductCard/SkuCard/status.ts
|
|
20
|
-
var status_exports = {};
|
|
21
|
-
__export(status_exports, {
|
|
22
|
-
PREFIX: () => PREFIX,
|
|
23
|
-
defaultProductCard: () => defaultProductCard,
|
|
24
|
-
productCardDefault: () => productCardDefault
|
|
25
|
-
});
|
|
26
|
-
module.exports = __toCommonJS(status_exports);
|
|
27
|
-
var skuCardDefault = {
|
|
28
|
-
displayMode: "display_a1",
|
|
29
|
-
layoutDirection: "row",
|
|
30
|
-
background: "#ffffff",
|
|
31
|
-
paddingY: 8,
|
|
32
|
-
paddingX: 8,
|
|
33
|
-
marginY: 0,
|
|
34
|
-
marginX: 0,
|
|
35
|
-
radius: 12,
|
|
36
|
-
isBorderVisible: false,
|
|
37
|
-
borderWidth: 1,
|
|
38
|
-
borderColor: "#ffffff",
|
|
39
|
-
isFoldable: true,
|
|
40
|
-
slot: null
|
|
41
|
-
};
|
|
42
|
-
var skuImageDefault = {
|
|
43
|
-
isCover: true,
|
|
44
|
-
// isVideo: true,
|
|
45
|
-
// isMultiMode: true,
|
|
46
|
-
width: "180px",
|
|
47
|
-
height: "126px",
|
|
48
|
-
isTextFallback: true,
|
|
49
|
-
background: "#ffffff",
|
|
50
|
-
radius: 12,
|
|
51
|
-
slot: null,
|
|
52
|
-
slotPosition: "left_top"
|
|
53
|
-
};
|
|
54
|
-
var skuNameDefault = {
|
|
55
|
-
isOpen: true,
|
|
56
|
-
value: "",
|
|
57
|
-
fontSize: 18,
|
|
58
|
-
fontWeight: 600,
|
|
59
|
-
color: "#101828",
|
|
60
|
-
ellipsisCount: 1
|
|
61
|
-
};
|
|
62
|
-
var skuSubtitleDefault = {
|
|
63
|
-
isOpen: true,
|
|
64
|
-
value: "",
|
|
65
|
-
fontSize: 14,
|
|
66
|
-
fontWeight: 400,
|
|
67
|
-
color: "#101828",
|
|
68
|
-
ellipsisCount: 1
|
|
69
|
-
};
|
|
70
|
-
var skuPriceDefault = {
|
|
71
|
-
isOpen: true,
|
|
72
|
-
isPrice: true,
|
|
73
|
-
priceFontSize: 18,
|
|
74
|
-
priceFontWeight: 600,
|
|
75
|
-
priceColor: "#101828",
|
|
76
|
-
isShowZeroPrice: true,
|
|
77
|
-
isShowFreePrice: false,
|
|
78
|
-
isOriginPrice: true,
|
|
79
|
-
originPriceFontSize: 16,
|
|
80
|
-
originPriceFontWeight: 400,
|
|
81
|
-
originPriceColor: "#667085",
|
|
82
|
-
isTaxPrice: true,
|
|
83
|
-
isCustomText: false,
|
|
84
|
-
customTextType: "from",
|
|
85
|
-
customTextValue: 0,
|
|
86
|
-
customTextMinValue: 0,
|
|
87
|
-
customTextMaxValue: 0
|
|
88
|
-
};
|
|
89
|
-
var skuStockDefault = {
|
|
90
|
-
isOpen: true,
|
|
91
|
-
fontSize: 14,
|
|
92
|
-
fontWeight: 500,
|
|
93
|
-
color: "#667085"
|
|
94
|
-
};
|
|
95
|
-
var skuCapacityDefault = {
|
|
96
|
-
isOpen: true,
|
|
97
|
-
fontSize: 14,
|
|
98
|
-
fontWeight: 500,
|
|
99
|
-
color: "#667085"
|
|
100
|
-
};
|
|
101
|
-
var skuDurationDefault = {
|
|
102
|
-
isOpen: true,
|
|
103
|
-
fontSize: 14,
|
|
104
|
-
fontWeight: 500,
|
|
105
|
-
color: "#667085"
|
|
106
|
-
};
|
|
107
|
-
var skuTimeDefault = {
|
|
108
|
-
isOpen: true,
|
|
109
|
-
fontSize: 14,
|
|
110
|
-
fontWeight: 500,
|
|
111
|
-
color: "#667085"
|
|
112
|
-
};
|
|
113
|
-
var skuResourceDefault = {
|
|
114
|
-
isOpen: true,
|
|
115
|
-
fontSize: 14,
|
|
116
|
-
fontWeight: 500,
|
|
117
|
-
color: "#667085"
|
|
118
|
-
};
|
|
119
|
-
var skuCountdownDefault = {
|
|
120
|
-
isOpen: true,
|
|
121
|
-
fontSize: 14,
|
|
122
|
-
fontWeight: 500,
|
|
123
|
-
color: "#D92D20"
|
|
124
|
-
};
|
|
125
|
-
var skuMemberPriceDefault = {
|
|
126
|
-
isOpen: true,
|
|
127
|
-
isMemberPrice: true,
|
|
128
|
-
fontSize: 18,
|
|
129
|
-
fontWeight: 600,
|
|
130
|
-
color: "#079455",
|
|
131
|
-
isIndicator: true,
|
|
132
|
-
indicatorBackground: "#079455",
|
|
133
|
-
indicatorPaddingY: 4,
|
|
134
|
-
indicatorPaddingX: 4,
|
|
135
|
-
indicatorMarginX: 4,
|
|
136
|
-
indicatorRadius: 4,
|
|
137
|
-
isIndicatorBorder: true,
|
|
138
|
-
indicatorBorderWidth: 1,
|
|
139
|
-
indicatorBorderColor: "#079455",
|
|
140
|
-
indicatorFontSize: 12,
|
|
141
|
-
indicatorFontWeight: 400,
|
|
142
|
-
indicatorColor: "white"
|
|
143
|
-
};
|
|
144
|
-
var skuTextDefault = {
|
|
145
|
-
paddingY: 0,
|
|
146
|
-
justifyContent: "center",
|
|
147
|
-
alignItems: "start",
|
|
148
|
-
slot: null
|
|
149
|
-
};
|
|
150
|
-
var skuActionIconMethodDefault = {
|
|
151
|
-
background: "#000000",
|
|
152
|
-
paddingY: 10,
|
|
153
|
-
paddingX: 10,
|
|
154
|
-
radius: 8,
|
|
155
|
-
isBorder: false,
|
|
156
|
-
borderWidth: 1,
|
|
157
|
-
borderColor: "#000000"
|
|
158
|
-
};
|
|
159
|
-
var skuActionRadioMethodDefault = {
|
|
160
|
-
...skuActionIconMethodDefault
|
|
161
|
-
};
|
|
162
|
-
var skuActionButtonMethodDefault = {
|
|
163
|
-
text: "Add",
|
|
164
|
-
fontSize: 16,
|
|
165
|
-
fontWeight: 600,
|
|
166
|
-
color: "#344054",
|
|
167
|
-
background: "#ffffff",
|
|
168
|
-
paddingY: 10,
|
|
169
|
-
paddingX: 18,
|
|
170
|
-
radius: 50,
|
|
171
|
-
isBorder: true,
|
|
172
|
-
borderWidth: 1,
|
|
173
|
-
borderColor: "#D0D5DD"
|
|
174
|
-
};
|
|
175
|
-
var skuActionCheckboxMethodDefault = {
|
|
176
|
-
...skuActionButtonMethodDefault,
|
|
177
|
-
text: "Option",
|
|
178
|
-
radius: 8
|
|
179
|
-
};
|
|
180
|
-
var skuActionDefault = {
|
|
181
|
-
isOpen: true,
|
|
182
|
-
method: "icon",
|
|
183
|
-
iconMethod: skuActionIconMethodDefault,
|
|
184
|
-
radioMethod: skuActionRadioMethodDefault,
|
|
185
|
-
checkboxMethod: skuActionCheckboxMethodDefault,
|
|
186
|
-
buttonMethod: skuActionButtonMethodDefault,
|
|
187
|
-
slot: null
|
|
188
|
-
};
|
|
189
|
-
var skuExtraDefault = {
|
|
190
|
-
isOpen: true,
|
|
191
|
-
isStepper: true,
|
|
192
|
-
stepperSize: "small",
|
|
193
|
-
stepperColor: "#ffffff",
|
|
194
|
-
isFavorite: true,
|
|
195
|
-
favoritePosition: "right_top",
|
|
196
|
-
favoriteBackground: "#ffffff",
|
|
197
|
-
favoritePaddingY: 4,
|
|
198
|
-
favoritePaddingX: 4,
|
|
199
|
-
favoriteRadius: 60,
|
|
200
|
-
isFavoriteBorder: false,
|
|
201
|
-
favoriteBorderWidth: 1,
|
|
202
|
-
favoriteBorderColor: "black",
|
|
203
|
-
isTooltipTag: true,
|
|
204
|
-
isTooltipTagSlot: null
|
|
205
|
-
};
|
|
206
|
-
var skuTagsDefault = {
|
|
207
|
-
isOpen: true,
|
|
208
|
-
lists: [],
|
|
209
|
-
marginX: 4,
|
|
210
|
-
size: "small",
|
|
211
|
-
isShowAll: true,
|
|
212
|
-
maxCount: 4
|
|
213
|
-
};
|
|
214
|
-
var skuPromotionsDefault = {
|
|
215
|
-
isOpen: true,
|
|
216
|
-
lists: [],
|
|
217
|
-
marginX: 4,
|
|
218
|
-
size: "small",
|
|
219
|
-
isShowAll: true,
|
|
220
|
-
maxCount: 4
|
|
221
|
-
};
|
|
222
|
-
var skuTextWrapDefault = {
|
|
223
|
-
infoConfig: skuTextDefault,
|
|
224
|
-
skuNameConfig: skuNameDefault,
|
|
225
|
-
skuSubtitleConfig: skuSubtitleDefault,
|
|
226
|
-
skuPriceConfig: skuPriceDefault,
|
|
227
|
-
skuStockConfig: skuStockDefault,
|
|
228
|
-
skuCapacityConfig: skuCapacityDefault,
|
|
229
|
-
skuDurationConfig: skuDurationDefault,
|
|
230
|
-
skuTimeConfig: skuTimeDefault,
|
|
231
|
-
skuResourceConfig: skuResourceDefault,
|
|
232
|
-
skuCountdownConfig: skuCountdownDefault,
|
|
233
|
-
skuMemberPriceConfig: skuMemberPriceDefault,
|
|
234
|
-
skuTagsConfig: skuTagsDefault,
|
|
235
|
-
skuPromotionsConfig: skuPromotionsDefault
|
|
236
|
-
};
|
|
237
|
-
var productCardDefault = {
|
|
238
|
-
skuCardConfig: skuCardDefault,
|
|
239
|
-
skuImageConfig: skuImageDefault,
|
|
240
|
-
skuTextConfig: skuTextWrapDefault,
|
|
241
|
-
skuActionConfig: skuActionDefault,
|
|
242
|
-
skuExtraConfig: skuExtraDefault
|
|
243
|
-
};
|
|
244
|
-
var PREFIX = "pisell-product-sku";
|
|
245
|
-
var defaultProductCard = {
|
|
246
|
-
"id": 61323,
|
|
247
|
-
// "duration": "1小时",
|
|
248
|
-
// "time": "2025-09-10 10:00:00",
|
|
249
|
-
// "resources": "资源1,资源2",
|
|
250
|
-
"extension_id": 469,
|
|
251
|
-
"extension_type": "session_ticket",
|
|
252
|
-
"shop_id": 9,
|
|
253
|
-
"title": "场次票8.28-有定金",
|
|
254
|
-
"slug": "场次票8-28-有定金",
|
|
255
|
-
"status": "published",
|
|
256
|
-
"stock_quantity": 34,
|
|
257
|
-
"sales_quantity": 27,
|
|
258
|
-
"sum_stock": 0,
|
|
259
|
-
"price": "11.00",
|
|
260
|
-
"original_price": "20.00",
|
|
261
|
-
"cost_price": "0.00",
|
|
262
|
-
"member_price": "10.00",
|
|
263
|
-
// https://file.mypisell-dev.com/pisel/image/9/61e08d4ca8b40217e6d92939fe77bca52025_06_12_17_27_00_899_00069361109__2912_1632__.png
|
|
264
|
-
"cover": "",
|
|
265
|
-
"channel_application": [
|
|
266
|
-
"online-store",
|
|
267
|
-
"pos",
|
|
268
|
-
"wholesalebusiness",
|
|
269
|
-
"kiosk"
|
|
270
|
-
],
|
|
271
|
-
"is_track": 1,
|
|
272
|
-
"over_sold": 0,
|
|
273
|
-
"is_gst": 1,
|
|
274
|
-
"code": "",
|
|
275
|
-
"barcode": "",
|
|
276
|
-
"is_delivery": 0,
|
|
277
|
-
"weight_unit": "KILOGRAMS",
|
|
278
|
-
"weight_value": "0.00",
|
|
279
|
-
"type": "physical",
|
|
280
|
-
"unit": "",
|
|
281
|
-
"sort": 9999999,
|
|
282
|
-
"subtitle": "副标题",
|
|
283
|
-
"minimum_markup_price": "0.00",
|
|
284
|
-
"is_bundle": 0,
|
|
285
|
-
"bundle_group_count": 0,
|
|
286
|
-
"option_group_count": 0,
|
|
287
|
-
"is_variant": 0,
|
|
288
|
-
"variant_count": 0,
|
|
289
|
-
"cut_off_time": {
|
|
290
|
-
"unit": 1,
|
|
291
|
-
"unit_type": "days",
|
|
292
|
-
"future_day": 365,
|
|
293
|
-
"type": "advance",
|
|
294
|
-
"ongoing": {
|
|
295
|
-
"type": "before_end",
|
|
296
|
-
"unit": 60
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"schedule.ids": [
|
|
300
|
-
1061
|
|
301
|
-
],
|
|
302
|
-
"policy": 32,
|
|
303
|
-
"machine_code": {
|
|
304
|
-
"make_over": 0,
|
|
305
|
-
"beforehand": 0,
|
|
306
|
-
"limit_count": 1,
|
|
307
|
-
"customer": 0,
|
|
308
|
-
"send_action": "",
|
|
309
|
-
"hide_recharge": 0,
|
|
310
|
-
"distributor_automatic": 0
|
|
311
|
-
},
|
|
312
|
-
"product_resource": {
|
|
313
|
-
"resources": [
|
|
314
|
-
{
|
|
315
|
-
"id": 971,
|
|
316
|
-
"title": "Party_cn2",
|
|
317
|
-
"status": 1,
|
|
318
|
-
"code": "party_room1",
|
|
319
|
-
"created_at": "2025-07-22 15:29:58",
|
|
320
|
-
"updated_at": "2025-07-22 15:29:58",
|
|
321
|
-
"type": "single",
|
|
322
|
-
"optional_resource": [
|
|
323
|
-
46971
|
|
324
|
-
],
|
|
325
|
-
"default_resource": [],
|
|
326
|
-
"select_type": {
|
|
327
|
-
"type": "single",
|
|
328
|
-
"min": 1,
|
|
329
|
-
"max": 1
|
|
330
|
-
},
|
|
331
|
-
"resource_type_id": 971
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"id": 214,
|
|
335
|
-
"title": "校区",
|
|
336
|
-
"status": 1,
|
|
337
|
-
"code": "resources",
|
|
338
|
-
"created_at": "2023-08-04 15:05:33",
|
|
339
|
-
"updated_at": "2025-08-26 13:52:41",
|
|
340
|
-
"type": "single",
|
|
341
|
-
"optional_resource": [
|
|
342
|
-
42743
|
|
343
|
-
],
|
|
344
|
-
"default_resource": [],
|
|
345
|
-
"select_type": {
|
|
346
|
-
"type": "single",
|
|
347
|
-
"min": 1,
|
|
348
|
-
"max": 1
|
|
349
|
-
},
|
|
350
|
-
"resource_type_id": 214
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"id": 207,
|
|
354
|
-
"title": "场地_CN1",
|
|
355
|
-
"status": 0,
|
|
356
|
-
"code": "sites",
|
|
357
|
-
"created_at": "2023-07-25 11:54:04",
|
|
358
|
-
"updated_at": "2025-08-26 13:54:51",
|
|
359
|
-
"type": "single",
|
|
360
|
-
"optional_resource": [],
|
|
361
|
-
"default_resource": [],
|
|
362
|
-
"select_type": {
|
|
363
|
-
"type": "single",
|
|
364
|
-
"min": 1,
|
|
365
|
-
"max": 1
|
|
366
|
-
},
|
|
367
|
-
"resource_type_id": 207
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"id": 35,
|
|
371
|
-
"title": "桌台",
|
|
372
|
-
"status": 0,
|
|
373
|
-
"code": "table",
|
|
374
|
-
"created_at": "2023-02-08 14:20:20",
|
|
375
|
-
"updated_at": "2024-11-04 10:44:14",
|
|
376
|
-
"type": "single",
|
|
377
|
-
"optional_resource": [],
|
|
378
|
-
"default_resource": [],
|
|
379
|
-
"select_type": {
|
|
380
|
-
"type": "single",
|
|
381
|
-
"min": 1,
|
|
382
|
-
"max": 1
|
|
383
|
-
},
|
|
384
|
-
"resource_type_id": 35
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"id": 10,
|
|
388
|
-
"title": "司机",
|
|
389
|
-
"status": 0,
|
|
390
|
-
"code": "therapist",
|
|
391
|
-
"created_at": "2022-06-11 18:00:00",
|
|
392
|
-
"updated_at": null,
|
|
393
|
-
"type": "single",
|
|
394
|
-
"optional_resource": [],
|
|
395
|
-
"default_resource": [],
|
|
396
|
-
"select_type": {
|
|
397
|
-
"type": "single",
|
|
398
|
-
"min": 1,
|
|
399
|
-
"max": 1
|
|
400
|
-
},
|
|
401
|
-
"resource_type_id": 10
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"id": 6,
|
|
405
|
-
"title": "Party_cn1",
|
|
406
|
-
"status": 0,
|
|
407
|
-
"code": "party_room",
|
|
408
|
-
"created_at": "2022-06-11 18:00:00",
|
|
409
|
-
"updated_at": "2025-07-17 17:08:28",
|
|
410
|
-
"type": "single",
|
|
411
|
-
"optional_resource": [],
|
|
412
|
-
"default_resource": [],
|
|
413
|
-
"select_type": {
|
|
414
|
-
"type": "single",
|
|
415
|
-
"min": 1,
|
|
416
|
-
"max": 1
|
|
417
|
-
},
|
|
418
|
-
"resource_type_id": 6
|
|
419
|
-
}
|
|
420
|
-
]
|
|
421
|
-
},
|
|
422
|
-
"capacity": {
|
|
423
|
-
"type": "product",
|
|
424
|
-
"custom": [
|
|
425
|
-
{
|
|
426
|
-
"name": {
|
|
427
|
-
"en": "Guests",
|
|
428
|
-
"zh-CN": "人数",
|
|
429
|
-
"zh-HK": "人數",
|
|
430
|
-
"original": "Guests"
|
|
431
|
-
},
|
|
432
|
-
"min": 1,
|
|
433
|
-
"max": 2,
|
|
434
|
-
"id": "09536096231"
|
|
435
|
-
}
|
|
436
|
-
],
|
|
437
|
-
"package": []
|
|
438
|
-
},
|
|
439
|
-
"product_display_setting": {
|
|
440
|
-
"kiosk": {
|
|
441
|
-
"use_display_mode": 0,
|
|
442
|
-
"product_option_mode": null,
|
|
443
|
-
"product_option_mode_paging": null,
|
|
444
|
-
"product_bundle_mode": null,
|
|
445
|
-
"product_bundle_mode_paging": null
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
"usage_credits": {
|
|
449
|
-
"total_credits": 10,
|
|
450
|
-
"per_user_limit": 10,
|
|
451
|
-
"max_per_day": 10,
|
|
452
|
-
"max_per_week": 10,
|
|
453
|
-
"max_per_month": 10
|
|
454
|
-
},
|
|
455
|
-
"shelf_product_datas": [],
|
|
456
|
-
"step_value": 1,
|
|
457
|
-
"min_num_unit": 1,
|
|
458
|
-
"schedules": [
|
|
459
|
-
{
|
|
460
|
-
"id": 1061,
|
|
461
|
-
"shop_id": 9,
|
|
462
|
-
"name": "IOS测试",
|
|
463
|
-
"color": "#2E90FA",
|
|
464
|
-
"type": "standard",
|
|
465
|
-
"start_time": "2025-06-24 00:00:00",
|
|
466
|
-
"end_time": "2025-06-30 23:59:59",
|
|
467
|
-
"note": "",
|
|
468
|
-
"repeat_type": "none",
|
|
469
|
-
"repeat_rule": null,
|
|
470
|
-
"designation": null,
|
|
471
|
-
"is_all": 1,
|
|
472
|
-
"create_account_id": 315,
|
|
473
|
-
"update_account_id": 315,
|
|
474
|
-
"created_at": "2025-06-24 12:02:36",
|
|
475
|
-
"updated_at": "2025-06-24 12:02:36",
|
|
476
|
-
"order_count": 0,
|
|
477
|
-
"limit": 0,
|
|
478
|
-
"form_record_ids": []
|
|
479
|
-
}
|
|
480
|
-
],
|
|
481
|
-
"is_charge_tax": 1,
|
|
482
|
-
"base_price": "11.00",
|
|
483
|
-
"variant": [],
|
|
484
|
-
"category": [
|
|
485
|
-
{
|
|
486
|
-
"id": 1480,
|
|
487
|
-
"name": "有定金商品",
|
|
488
|
-
"icon": "",
|
|
489
|
-
"slug": "有定金商品",
|
|
490
|
-
"sort": 1e6
|
|
491
|
-
}
|
|
492
|
-
],
|
|
493
|
-
"__typename": "product",
|
|
494
|
-
"__categoryId": 1480
|
|
495
|
-
};
|
|
496
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
497
|
-
0 && (module.exports = {
|
|
498
|
-
PREFIX,
|
|
499
|
-
defaultProductCard,
|
|
500
|
-
productCardDefault
|
|
501
|
-
});
|