@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.
Files changed (464) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +2 -2
  6. package/build/lowcode/preview.js +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +7 -7
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +7 -7
  11. package/es/components/booking/components/actionButtons/index.js +7 -15
  12. package/es/components/booking/components/footer/index.d.ts +0 -1
  13. package/es/components/booking/components/footer/index.js +2 -2
  14. package/es/components/booking/components/voucher/index.js +19 -23
  15. package/es/components/booking/info/service2/utils.d.ts +1 -1
  16. package/es/components/booking/info2/cartClientCard/index.js +3 -7
  17. package/es/components/booking/utils.d.ts +2 -2
  18. package/es/components/checkout/PaymentModal.js +12 -17
  19. package/es/components/checkout/hooks/useWalletPass.js +21 -36
  20. package/es/components/eftposPay/amount.d.ts +1 -1
  21. package/es/components/eftposPay/device.d.ts +1 -1
  22. package/es/components/eftposPay/hooks.d.ts +1 -1
  23. package/es/components/eftposPay/linkly/index.d.ts +1 -0
  24. package/es/components/eftposPay/store/index.d.ts +4 -4
  25. package/es/components/pay/toB/store/hooks.js +5 -19
  26. package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -20
  27. package/es/components/ticketBooking/components/addServiceVariant/addService.js +12 -47
  28. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -2
  29. package/es/components/ticketBooking/components/addServiceVariant/index.js +2 -4
  30. package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -5
  31. package/es/components/ticketBooking/components/menuBar/index.js +21 -45
  32. package/es/components/ticketBooking/components/menuBar/index.less +1 -32
  33. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -6
  34. package/es/components/ticketBooking/components/ticketBooking/index.js +23 -66
  35. package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  36. package/es/components/ticketBooking/components/timeBar/index.less +0 -1
  37. package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -5
  38. package/es/components/ticketBooking/hooks/pisellos/bookingTicket.js +1 -13
  39. package/es/components/ticketBooking/hooks/pisellos/index.d.ts +0 -1
  40. package/es/components/ticketBooking/hooks/pisellos/index.js +1 -2
  41. package/es/components/ticketBooking/hooks/pisellos/useCustomer.js +4 -12
  42. package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +1 -1
  43. package/es/components/ticketBooking/hooks/pisellos/useProducts.js +10 -52
  44. package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.js +2 -5
  45. package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.js +2 -7
  46. package/es/components/ticketBooking/index.d.ts +0 -6
  47. package/es/components/ticketBooking/index.js +11 -86
  48. package/es/components/ticketBooking/utils/index.d.ts +2 -30
  49. package/es/components/ticketBooking/utils/index.js +1 -50
  50. package/es/index.d.ts +0 -2
  51. package/es/index.js +1 -3
  52. package/es/plus/productSelect/components/pisellPriceText/index.d.ts +0 -2
  53. package/es/plus/productSelect/components/pisellPriceText/index.js +5 -7
  54. package/lib/components/booking/components/actionButtons/index.js +15 -22
  55. package/lib/components/booking/components/footer/index.d.ts +0 -1
  56. package/lib/components/booking/components/footer/index.js +2 -2
  57. package/lib/components/booking/components/voucher/index.js +40 -33
  58. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  59. package/lib/components/booking/info2/cartClientCard/index.js +3 -7
  60. package/lib/components/booking/utils.d.ts +2 -2
  61. package/lib/components/checkout/PaymentModal.js +12 -15
  62. package/lib/components/checkout/hooks/useWalletPass.js +45 -57
  63. package/lib/components/eftposPay/amount.d.ts +1 -1
  64. package/lib/components/eftposPay/device.d.ts +1 -1
  65. package/lib/components/eftposPay/hooks.d.ts +1 -1
  66. package/lib/components/eftposPay/linkly/index.d.ts +1 -0
  67. package/lib/components/eftposPay/store/index.d.ts +4 -4
  68. package/lib/components/pay/toB/store/hooks.js +8 -16
  69. package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -20
  70. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +12 -47
  71. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -2
  72. package/lib/components/ticketBooking/components/addServiceVariant/index.js +2 -3
  73. package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -5
  74. package/lib/components/ticketBooking/components/menuBar/index.js +22 -29
  75. package/lib/components/ticketBooking/components/menuBar/index.less +1 -32
  76. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -6
  77. package/lib/components/ticketBooking/components/ticketBooking/index.js +25 -56
  78. package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  79. package/lib/components/ticketBooking/components/timeBar/index.less +0 -1
  80. package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -5
  81. package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.js +1 -5
  82. package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +0 -1
  83. package/lib/components/ticketBooking/hooks/pisellos/index.js +1 -3
  84. package/lib/components/ticketBooking/hooks/pisellos/useCustomer.js +10 -17
  85. package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +1 -1
  86. package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +5 -35
  87. package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.js +2 -4
  88. package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.js +2 -6
  89. package/lib/components/ticketBooking/index.d.ts +0 -6
  90. package/lib/components/ticketBooking/index.js +8 -64
  91. package/lib/components/ticketBooking/utils/index.d.ts +2 -30
  92. package/lib/components/ticketBooking/utils/index.js +2 -70
  93. package/lib/index.d.ts +0 -2
  94. package/lib/index.js +0 -6
  95. package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +0 -2
  96. package/lib/plus/productSelect/components/pisellPriceText/index.js +5 -6
  97. package/package.json +1 -1
  98. package/es/components/list/List.d.ts +0 -5
  99. package/es/components/list/List.js +0 -957
  100. package/es/components/list/List.less +0 -2
  101. package/es/components/list/ResponsiveWrapper.d.ts +0 -16
  102. package/es/components/list/ResponsiveWrapper.js +0 -130
  103. package/es/components/list/TestResponsiveWrapper.d.ts +0 -8
  104. package/es/components/list/TestResponsiveWrapper.js +0 -816
  105. package/es/components/list/TestResponsiveWrapper.less +0 -968
  106. package/es/components/list/components/EmptyState/EmptyState.d.ts +0 -20
  107. package/es/components/list/components/EmptyState/EmptyState.js +0 -75
  108. package/es/components/list/components/EmptyState/EmptyState.less +0 -121
  109. package/es/components/list/components/EmptyState/index.d.ts +0 -2
  110. package/es/components/list/components/EmptyState/index.js +0 -1
  111. package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
  112. package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.js +0 -39
  113. package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.less +0 -29
  114. package/es/components/list/components/ListItemSkeleton/index.d.ts +0 -2
  115. package/es/components/list/components/ListItemSkeleton/index.js +0 -2
  116. package/es/components/list/components/Pagination/Pagination.d.ts +0 -30
  117. package/es/components/list/components/Pagination/Pagination.js +0 -240
  118. package/es/components/list/components/Pagination/Pagination.less +0 -439
  119. package/es/components/list/components/Pagination/index.d.ts +0 -1
  120. package/es/components/list/components/Pagination/index.js +0 -1
  121. package/es/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
  122. package/es/components/list/components/ScrollLoader/ScrollLoader.js +0 -18
  123. package/es/components/list/components/ScrollLoader/ScrollLoader.less +0 -3
  124. package/es/components/list/components/ScrollLoader/index.d.ts +0 -2
  125. package/es/components/list/components/ScrollLoader/index.js +0 -1
  126. package/es/components/list/components/Tab/Tab.d.ts +0 -5
  127. package/es/components/list/components/Tab/Tab.js +0 -43
  128. package/es/components/list/components/Tab/Tab.less +0 -139
  129. package/es/components/list/components/Tab/index.d.ts +0 -2
  130. package/es/components/list/components/Tab/index.js +0 -1
  131. package/es/components/list/components/Tab/types.d.ts +0 -14
  132. package/es/components/list/components/Tab/types.js +0 -1
  133. package/es/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
  134. package/es/components/list/components/TabSkeleton/TabSkeleton.js +0 -28
  135. package/es/components/list/components/TabSkeleton/TabSkeleton.less +0 -38
  136. package/es/components/list/components/TabSkeleton/index.d.ts +0 -2
  137. package/es/components/list/components/TabSkeleton/index.js +0 -2
  138. package/es/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
  139. package/es/components/list/components/WaterfallList/WaterfallList.js +0 -191
  140. package/es/components/list/components/WaterfallList/WaterfallList.less +0 -201
  141. package/es/components/list/components/WaterfallList/index.d.ts +0 -2
  142. package/es/components/list/components/WaterfallList/index.js +0 -1
  143. package/es/components/list/examples/GroupedListExample.d.ts +0 -3
  144. package/es/components/list/examples/GroupedListExample.js +0 -207
  145. package/es/components/list/hooks/index.d.ts +0 -5
  146. package/es/components/list/hooks/index.js +0 -3
  147. package/es/components/list/hooks/useDevice.d.ts +0 -24
  148. package/es/components/list/hooks/useDevice.js +0 -102
  149. package/es/components/list/hooks/useListState.d.ts +0 -43
  150. package/es/components/list/hooks/useListState.js +0 -176
  151. package/es/components/list/hooks/useWaterfall.d.ts +0 -34
  152. package/es/components/list/hooks/useWaterfall.js +0 -161
  153. package/es/components/list/index.d.ts +0 -10
  154. package/es/components/list/index.js +0 -7
  155. package/es/components/list/locales.d.ts +0 -66
  156. package/es/components/list/locales.js +0 -107
  157. package/es/components/list/styles/base.less +0 -39
  158. package/es/components/list/styles/content.less +0 -416
  159. package/es/components/list/styles/floatButton.less +0 -107
  160. package/es/components/list/styles/footer.less +0 -49
  161. package/es/components/list/styles/header.less +0 -69
  162. package/es/components/list/styles/responsive.less +0 -166
  163. package/es/components/list/types.d.ts +0 -177
  164. package/es/components/list/types.js +0 -1
  165. package/es/components/list/utils/getText.d.ts +0 -53
  166. package/es/components/list/utils/getText.js +0 -150
  167. package/es/components/list/utils/index.d.ts +0 -4
  168. package/es/components/list/utils/index.js +0 -5
  169. package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.d.ts +0 -27
  170. package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +0 -143
  171. package/es/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
  172. package/es/components/ticketBooking/components/ProductDisplayAdapter/index.js +0 -7
  173. package/es/components/ticketBooking/components/ProductDisplayAdapter/index.less +0 -41
  174. package/es/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
  175. package/es/components/ticketBooking/components/ProductDisplayAdapter/types.js +0 -273
  176. package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +0 -50
  177. package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.js +0 -130
  178. package/es/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
  179. package/es/components/ticketBooking/context/IsActiveContext.js +0 -37
  180. package/es/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
  181. package/es/components/ticketBooking/context/OsKeyContext.js +0 -37
  182. package/es/components/ticketBooking/context/index.d.ts +0 -2
  183. package/es/components/ticketBooking/context/index.js +0 -2
  184. package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
  185. package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.js +0 -50
  186. package/es/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +0 -6
  187. package/es/components/ticketBooking/hooks/pisellos/useShopDiscountModule.js +0 -17
  188. package/es/components/ticketBooking/utils/productCache.d.ts +0 -75
  189. package/es/components/ticketBooking/utils/productCache.js +0 -184
  190. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -4
  191. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.js +0 -11
  192. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.less +0 -8
  193. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -4
  194. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.js +0 -11
  195. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.less +0 -17
  196. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -4
  197. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.js +0 -11
  198. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.less +0 -17
  199. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -4
  200. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.js +0 -11
  201. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.less +0 -17
  202. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -4
  203. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.js +0 -11
  204. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.less +0 -2
  205. package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -8
  206. package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.js +0 -100
  207. package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.less +0 -8
  208. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
  209. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.js +0 -32
  210. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.less +0 -3
  211. package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +0 -8
  212. package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.js +0 -239
  213. package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.less +0 -44
  214. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
  215. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.js +0 -34
  216. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.less +0 -14
  217. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -4
  218. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.js +0 -33
  219. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.less +0 -30
  220. package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +0 -5
  221. package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +0 -75
  222. package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.less +0 -46
  223. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
  224. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.js +0 -39
  225. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.less +0 -9
  226. package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -7
  227. package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.js +0 -53
  228. package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.less +0 -31
  229. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
  230. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.js +0 -31
  231. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.less +0 -3
  232. package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -7
  233. package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.js +0 -58
  234. package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.less +0 -11
  235. package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
  236. package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.js +0 -85
  237. package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.less +0 -24
  238. package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -7
  239. package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.js +0 -121
  240. package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.less +0 -57
  241. package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -7
  242. package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.js +0 -95
  243. package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.less +0 -18
  244. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
  245. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.js +0 -31
  246. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.less +0 -3
  247. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
  248. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.js +0 -47
  249. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.less +0 -3
  250. package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +0 -7
  251. package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.js +0 -34
  252. package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.less +0 -13
  253. package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -7
  254. package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.js +0 -95
  255. package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.less +0 -18
  256. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
  257. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.js +0 -31
  258. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.less +0 -3
  259. package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +0 -7
  260. package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.js +0 -34
  261. package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.less +0 -13
  262. package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -7
  263. package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.js +0 -39
  264. package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.less +0 -22
  265. package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -4
  266. package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.js +0 -20
  267. package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.less +0 -20
  268. package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
  269. package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.js +0 -55
  270. package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -9
  271. package/es/plus/productSelect/ProductCard/SkuCard/index.js +0 -38
  272. package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
  273. package/es/plus/productSelect/ProductCard/SkuCard/locales.js +0 -41
  274. package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
  275. package/es/plus/productSelect/ProductCard/SkuCard/status.js +0 -481
  276. package/es/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
  277. package/es/plus/productSelect/ProductCard/SkuCard/type.js +0 -1
  278. package/es/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
  279. package/es/plus/productSelect/ProductCard/SkuCard/utils.js +0 -21
  280. package/lib/components/list/List.d.ts +0 -5
  281. package/lib/components/list/List.js +0 -771
  282. package/lib/components/list/List.less +0 -2
  283. package/lib/components/list/ResponsiveWrapper.d.ts +0 -16
  284. package/lib/components/list/ResponsiveWrapper.js +0 -145
  285. package/lib/components/list/TestResponsiveWrapper.d.ts +0 -8
  286. package/lib/components/list/TestResponsiveWrapper.js +0 -493
  287. package/lib/components/list/TestResponsiveWrapper.less +0 -968
  288. package/lib/components/list/components/EmptyState/EmptyState.d.ts +0 -20
  289. package/lib/components/list/components/EmptyState/EmptyState.js +0 -75
  290. package/lib/components/list/components/EmptyState/EmptyState.less +0 -121
  291. package/lib/components/list/components/EmptyState/index.d.ts +0 -2
  292. package/lib/components/list/components/EmptyState/index.js +0 -35
  293. package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
  294. package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.js +0 -75
  295. package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.less +0 -29
  296. package/lib/components/list/components/ListItemSkeleton/index.d.ts +0 -2
  297. package/lib/components/list/components/ListItemSkeleton/index.js +0 -41
  298. package/lib/components/list/components/Pagination/Pagination.d.ts +0 -30
  299. package/lib/components/list/components/Pagination/Pagination.js +0 -205
  300. package/lib/components/list/components/Pagination/Pagination.less +0 -439
  301. package/lib/components/list/components/Pagination/index.d.ts +0 -1
  302. package/lib/components/list/components/Pagination/index.js +0 -35
  303. package/lib/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
  304. package/lib/components/list/components/ScrollLoader/ScrollLoader.js +0 -37
  305. package/lib/components/list/components/ScrollLoader/ScrollLoader.less +0 -3
  306. package/lib/components/list/components/ScrollLoader/index.d.ts +0 -2
  307. package/lib/components/list/components/ScrollLoader/index.js +0 -35
  308. package/lib/components/list/components/Tab/Tab.d.ts +0 -5
  309. package/lib/components/list/components/Tab/Tab.js +0 -72
  310. package/lib/components/list/components/Tab/Tab.less +0 -139
  311. package/lib/components/list/components/Tab/index.d.ts +0 -2
  312. package/lib/components/list/components/Tab/index.js +0 -35
  313. package/lib/components/list/components/Tab/types.d.ts +0 -14
  314. package/lib/components/list/components/Tab/types.js +0 -17
  315. package/lib/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
  316. package/lib/components/list/components/TabSkeleton/TabSkeleton.js +0 -61
  317. package/lib/components/list/components/TabSkeleton/TabSkeleton.less +0 -38
  318. package/lib/components/list/components/TabSkeleton/index.d.ts +0 -2
  319. package/lib/components/list/components/TabSkeleton/index.js +0 -41
  320. package/lib/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
  321. package/lib/components/list/components/WaterfallList/WaterfallList.js +0 -178
  322. package/lib/components/list/components/WaterfallList/WaterfallList.less +0 -201
  323. package/lib/components/list/components/WaterfallList/index.d.ts +0 -2
  324. package/lib/components/list/components/WaterfallList/index.js +0 -35
  325. package/lib/components/list/examples/GroupedListExample.d.ts +0 -3
  326. package/lib/components/list/examples/GroupedListExample.js +0 -210
  327. package/lib/components/list/hooks/index.d.ts +0 -5
  328. package/lib/components/list/hooks/index.js +0 -47
  329. package/lib/components/list/hooks/useDevice.d.ts +0 -24
  330. package/lib/components/list/hooks/useDevice.js +0 -96
  331. package/lib/components/list/hooks/useListState.d.ts +0 -43
  332. package/lib/components/list/hooks/useListState.js +0 -149
  333. package/lib/components/list/hooks/useWaterfall.d.ts +0 -34
  334. package/lib/components/list/hooks/useWaterfall.js +0 -124
  335. package/lib/components/list/index.d.ts +0 -10
  336. package/lib/components/list/index.js +0 -60
  337. package/lib/components/list/locales.d.ts +0 -66
  338. package/lib/components/list/locales.js +0 -113
  339. package/lib/components/list/styles/base.less +0 -39
  340. package/lib/components/list/styles/content.less +0 -416
  341. package/lib/components/list/styles/floatButton.less +0 -107
  342. package/lib/components/list/styles/footer.less +0 -49
  343. package/lib/components/list/styles/header.less +0 -69
  344. package/lib/components/list/styles/responsive.less +0 -166
  345. package/lib/components/list/types.d.ts +0 -177
  346. package/lib/components/list/types.js +0 -17
  347. package/lib/components/list/utils/getText.d.ts +0 -53
  348. package/lib/components/list/utils/getText.js +0 -95
  349. package/lib/components/list/utils/index.d.ts +0 -4
  350. package/lib/components/list/utils/index.js +0 -43
  351. package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.d.ts +0 -27
  352. package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +0 -165
  353. package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
  354. package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.js +0 -45
  355. package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.less +0 -41
  356. package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
  357. package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.js +0 -247
  358. package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +0 -50
  359. package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.js +0 -100
  360. package/lib/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
  361. package/lib/components/ticketBooking/context/IsActiveContext.js +0 -56
  362. package/lib/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
  363. package/lib/components/ticketBooking/context/OsKeyContext.js +0 -56
  364. package/lib/components/ticketBooking/context/index.d.ts +0 -2
  365. package/lib/components/ticketBooking/context/index.js +0 -44
  366. package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
  367. package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.js +0 -47
  368. package/lib/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +0 -6
  369. package/lib/components/ticketBooking/hooks/pisellos/useShopDiscountModule.js +0 -37
  370. package/lib/components/ticketBooking/utils/productCache.d.ts +0 -75
  371. package/lib/components/ticketBooking/utils/productCache.js +0 -144
  372. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -4
  373. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.js +0 -42
  374. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.less +0 -8
  375. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -4
  376. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.js +0 -42
  377. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.less +0 -17
  378. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -4
  379. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.js +0 -42
  380. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.less +0 -17
  381. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -4
  382. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.js +0 -42
  383. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.less +0 -17
  384. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -4
  385. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.js +0 -42
  386. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.less +0 -2
  387. package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -8
  388. package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.js +0 -129
  389. package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.less +0 -8
  390. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
  391. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.js +0 -52
  392. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.less +0 -3
  393. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +0 -8
  394. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.js +0 -178
  395. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.less +0 -44
  396. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
  397. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.js +0 -52
  398. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.less +0 -14
  399. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -4
  400. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.js +0 -63
  401. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.less +0 -30
  402. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +0 -5
  403. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +0 -131
  404. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.less +0 -46
  405. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
  406. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.js +0 -62
  407. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.less +0 -9
  408. package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -7
  409. package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.js +0 -78
  410. package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.less +0 -31
  411. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
  412. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.js +0 -51
  413. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.less +0 -3
  414. package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -7
  415. package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.js +0 -94
  416. package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.less +0 -11
  417. package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
  418. package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.js +0 -115
  419. package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.less +0 -24
  420. package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -7
  421. package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.js +0 -139
  422. package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.less +0 -57
  423. package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -7
  424. package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.js +0 -97
  425. package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.less +0 -18
  426. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
  427. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.js +0 -51
  428. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.less +0 -3
  429. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
  430. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.js +0 -58
  431. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.less +0 -3
  432. package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +0 -7
  433. package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.js +0 -56
  434. package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.less +0 -13
  435. package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -7
  436. package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.js +0 -97
  437. package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.less +0 -18
  438. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
  439. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.js +0 -51
  440. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.less +0 -3
  441. package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +0 -7
  442. package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.js +0 -56
  443. package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.less +0 -13
  444. package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -7
  445. package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.js +0 -58
  446. package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.less +0 -22
  447. package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -4
  448. package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.js +0 -49
  449. package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.less +0 -20
  450. package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
  451. package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.js +0 -83
  452. package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -9
  453. package/lib/plus/productSelect/ProductCard/SkuCard/index.js +0 -68
  454. package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
  455. package/lib/plus/productSelect/ProductCard/SkuCard/locales.js +0 -65
  456. package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
  457. package/lib/plus/productSelect/ProductCard/SkuCard/status.js +0 -501
  458. package/lib/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
  459. package/lib/plus/productSelect/ProductCard/SkuCard/type.js +0 -17
  460. package/lib/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
  461. package/lib/plus/productSelect/ProductCard/SkuCard/utils.js +0 -37
  462. package/lowcode/sku-card/meta.ts +0 -1812
  463. package/lowcode/sku-card/snippets.ts +0 -372
  464. package/lowcode/sku-list/meta.ts +0 -410
@@ -1,416 +0,0 @@
1
- /* 内容区域样式 */
2
-
3
- .list-content {
4
- flex: 1;
5
- min-height: 0;
6
- position: relative; /* 为悬浮按钮提供定位参考 */
7
-
8
- /* 垂直排版时的特殊处理 */
9
- &.list-content-vertical {
10
- display: flex;
11
- flex-direction: column;
12
- overflow-y: auto; /* 垂直排版时开启滚动 */
13
- overflow-x: hidden;
14
-
15
- .list-items {
16
- padding: 12px; /* 列表项目的内边距 */
17
- flex: 1;
18
- }
19
- }
20
-
21
- /* 水平排版时保持原有样式 */
22
- &.list-content-horizontal {
23
- padding: 16px;
24
- }
25
-
26
- &.list-content-scroll {
27
- overflow-y: auto;
28
- }
29
-
30
- .list-items {
31
- width: 100%;
32
-
33
- .list-item {
34
- min-width: 0;
35
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
36
-
37
- &:hover {
38
- transform: translateY(0);
39
- box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
40
- }
41
-
42
- .default-item {
43
- padding: 12px;
44
- background: #fafafa;
45
- border-radius: 4px;
46
- border: 1px solid #f0f0f0;
47
- min-height: 60px;
48
- display: flex;
49
- align-items: center;
50
- justify-content: center;
51
- color: #666;
52
- }
53
-
54
- /* 卡片式布局 */
55
- .card-item {
56
- display: flex;
57
- background: #fff;
58
- border-radius: 12px;
59
- box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
60
- overflow: hidden;
61
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
62
- border: 1px solid rgba(0, 0, 0, 0.06);
63
-
64
- &:hover {
65
- transform: translateY(-2px) scale(1.01);
66
- box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
67
-
68
- .card-image {
69
- &::before {
70
- opacity: 0.8;
71
- }
72
- }
73
-
74
- .card-content {
75
- .card-title {
76
- color: #0066cc;
77
- }
78
- }
79
- }
80
-
81
- &:active {
82
- transform: translateY(0) scale(0.98);
83
- transition-duration: 0.1s;
84
- }
85
-
86
- .card-image {
87
- position: relative;
88
- width: 140px;
89
- height: 100px;
90
- flex-shrink: 0;
91
- display: flex;
92
- align-items: center;
93
- justify-content: center;
94
- color: #fff;
95
- font-weight: 600;
96
- overflow: hidden;
97
-
98
- &.gradient-pink {
99
- background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
100
- }
101
-
102
- &.gradient-blue {
103
- background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
104
- }
105
-
106
- &.gradient-green {
107
- background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
108
- }
109
-
110
- &.gradient-orange {
111
- background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
112
- }
113
-
114
- &.gradient-purple {
115
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
116
- }
117
-
118
- &.gradient-teal {
119
- background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
120
- }
121
-
122
- .image-text {
123
- font-size: 24px;
124
- font-weight: 700;
125
- text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
126
- z-index: 2;
127
-
128
- .subtitle {
129
- font-size: 14px;
130
- font-weight: 500;
131
- opacity: 0.9;
132
- display: block;
133
- margin-top: 2px;
134
- }
135
- }
136
-
137
- &::before {
138
- content: '';
139
- position: absolute;
140
- top: 0;
141
- left: 0;
142
- right: 0;
143
- bottom: 0;
144
- background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/><circle cx="90" cy="20" r="0.5" fill="white" opacity="0.1"/><circle cx="30" cy="90" r="1.5" fill="white" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
145
- opacity: 0.6;
146
- z-index: 1;
147
- }
148
- }
149
-
150
- .card-content {
151
- flex: 1;
152
- padding: 16px 20px;
153
- display: flex;
154
- flex-direction: column;
155
- justify-content: space-between;
156
- min-height: 100px;
157
-
158
- .card-header {
159
- margin-bottom: 8px;
160
-
161
- .card-title {
162
- font-size: 16px;
163
- font-weight: 600;
164
- color: #1a1a1a;
165
- margin: 0 0 4px 0;
166
- line-height: 1.3;
167
- }
168
-
169
- .card-subtitle {
170
- font-size: 14px;
171
- color: #666;
172
- margin: 0;
173
- display: flex;
174
- align-items: center;
175
- gap: 4px;
176
-
177
- .duration-icon {
178
- width: 16px;
179
- height: 16px;
180
- opacity: 0.6;
181
- }
182
- }
183
- }
184
-
185
- .card-footer {
186
- display: flex;
187
- align-items: flex-end;
188
- justify-content: space-between;
189
- margin-top: auto;
190
-
191
- .card-price {
192
- .price-main {
193
- font-size: 20px;
194
- font-weight: 700;
195
- color: #1a1a1a;
196
- margin: 0;
197
- }
198
-
199
- .price-original {
200
- font-size: 14px;
201
- color: #999;
202
- text-decoration: line-through;
203
- margin-left: 8px;
204
- }
205
-
206
- .price-unit {
207
- font-size: 12px;
208
- color: #666;
209
- margin-top: 2px;
210
- }
211
-
212
- .price-offer {
213
- background: #ff4757;
214
- color: #fff;
215
- padding: 2px 6px;
216
- border-radius: 4px;
217
- font-size: 12px;
218
- margin-top: 4px;
219
- display: inline-block;
220
- }
221
- }
222
-
223
- .card-badge {
224
- background: #ffeaa7;
225
- color: #d63031;
226
- padding: 4px 8px;
227
- border-radius: 6px;
228
- font-size: 12px;
229
- font-weight: 500;
230
- display: flex;
231
- align-items: center;
232
- gap: 4px;
233
-
234
- &.warning {
235
- background: #ffb8b8;
236
- color: #d63031;
237
- }
238
-
239
- .badge-icon {
240
- width: 14px;
241
- height: 14px;
242
- }
243
- }
244
- }
245
-
246
- .card-tags {
247
- display: flex;
248
- gap: 6px;
249
- margin: 8px 0;
250
- flex-wrap: wrap;
251
-
252
- .tag {
253
- background: #f1f3f4;
254
- color: #5f6368;
255
- padding: 2px 8px;
256
- border-radius: 12px;
257
- font-size: 12px;
258
- font-weight: 500;
259
- }
260
- }
261
- }
262
- }
263
- }
264
- }
265
-
266
- /* 栅格布局样式 */
267
- &.list-content-grid {
268
- .list-items {
269
- display: grid;
270
-
271
- .list-item {
272
- width: 100%;
273
- height: fit-content;
274
- }
275
- }
276
-
277
- /* 水平滚动时的加载提示项已取消 */
278
- }
279
-
280
- /* 瀑布流布局样式已移至 WaterfallList 组件 */
281
- &.list-content-waterfall {
282
- /* 根据布局方向设置滚动方向 */
283
- &.list-content-vertical {
284
- /* 垂直布局:垂直滚动 */
285
- overflow-y: auto;
286
- overflow-x: hidden;
287
- }
288
-
289
- &.list-content-horizontal {
290
- /* 水平布局:水平滚动 */
291
- overflow-x: auto;
292
- overflow-y: visible; /* 允许垂直方向显示多行 */
293
- }
294
-
295
- .list-items {
296
- /* 覆盖grid等其他布局样式 */
297
- display: block;
298
- }
299
- }
300
-
301
- /* 垂直排版样式 - 影响所有显示样式 */
302
- &.list-content-vertical {
303
- /* 垂直排版时,允许垂直滚动 */
304
- overflow-y: auto;
305
- overflow-x: hidden;
306
-
307
- &.list-content-grid {
308
- .list-items {
309
- grid-auto-flow: row;
310
- }
311
- }
312
- }
313
-
314
- /* 水平排版样式 - 影响所有显示样式 */
315
- &.list-content-horizontal {
316
- /* 水平排版时,允许水平滚动 */
317
- overflow-x: auto;
318
- overflow-y: hidden;
319
-
320
- &.list-content-grid {
321
- .list-items {
322
- grid-auto-flow: column;
323
- }
324
- }
325
- }
326
-
327
- /* 滚动加载样式已移至 ScrollLoader 组件 */
328
-
329
- /* 保留原有的list-loading样式,供非scroll模式使用 */
330
- .list-loading {
331
- text-align: center;
332
- padding: 24px 16px;
333
- color: #666;
334
- font-size: 14px;
335
- background: rgba(255, 255, 255, 0.8);
336
- border-radius: 8px;
337
- margin: 16px 0;
338
-
339
- &::before {
340
- content: '';
341
- display: inline-block;
342
- width: 20px;
343
- height: 20px;
344
- margin-right: 8px;
345
- border: 2px solid #f3f3f3;
346
- border-top: 2px solid #1890ff;
347
- border-radius: 50%;
348
- animation: spin 1s linear infinite;
349
- }
350
-
351
- .loading-info {
352
- font-size: 12px;
353
- color: #999;
354
- margin-top: 8px;
355
- opacity: 0.8;
356
- }
357
-
358
- &.no-more {
359
- color: #999;
360
- background: rgba(0, 0, 0, 0.02);
361
- border: 1px dashed #ddd;
362
-
363
- &::before {
364
- display: none;
365
- }
366
-
367
- &::after {
368
- content: '✓';
369
- display: inline-block;
370
- width: 20px;
371
- height: 20px;
372
- margin-right: 8px;
373
- background: #52c41a;
374
- color: #fff;
375
- border-radius: 50%;
376
- font-size: 12px;
377
- line-height: 20px;
378
- text-align: center;
379
- }
380
- }
381
- }
382
-
383
- /* spin 动画已移至 ScrollLoader 组件 */
384
- }
385
-
386
- /* 分组标题样式 */
387
- .pisell-list-group-title {
388
- margin: 24px 0 16px 0;
389
- padding: 0;
390
-
391
- &:first-child {
392
- margin-top: 0; /* 第一个分组标题顶部不需要额外间距 */
393
- }
394
-
395
- .pisell-list-group-title-text {
396
- font-size: 24px;
397
- font-weight: 600;
398
- line-height: 32px;
399
- color: #101828;
400
- margin: 0;
401
- padding: 0;
402
- /* 与设计保持一致 */
403
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
404
- }
405
- }
406
-
407
- /* 分组项容器 */
408
- .list-group-items {
409
- /* 继承父级的grid样式,但在这里可以单独调整 */
410
- width: 100%;
411
-
412
- /* 每个分组之间的间距 */
413
- &:not(:last-child) {
414
- margin-bottom: 24px;
415
- }
416
- }
@@ -1,107 +0,0 @@
1
- /* 悬浮滚动按钮样式 */
2
-
3
- .list-scroll-float-button {
4
- pointer-events: none; /* 让容器不拦截点击事件 */
5
-
6
- /* 悬浮滚动按钮 */
7
- .scroll-down-button {
8
- pointer-events: auto; /* 恢复按钮的点击事件 */
9
- user-select: none;
10
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
11
- }
12
-
13
- /* 悬浮暂停按钮 */
14
- .scroll-pause-button {
15
- pointer-events: auto; /* 恢复按钮的点击事件 */
16
- user-select: none;
17
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
18
- }
19
-
20
- /* 添加淡入动画 */
21
- animation: fadeInUp 0.3s ease-out;
22
- }
23
-
24
- /* 垂直滚动模式:按钮在底部居中 */
25
- .pisell-list-vertical {
26
- .list-scroll-float-button {
27
- /* 不设置容器的定位,让按钮通过内联样式自由定位 */
28
-
29
- .scroll-down-button {
30
- /* 悬停效果 - 垂直模式 */
31
- &:hover {
32
- transform: translateX(-50%) translateY(-2px) scale(1.05);
33
- box-shadow: 0px 8px 16px -4px rgba(16, 24, 40, 0.1);
34
- background: rgba(255, 255, 255, 0.85);
35
- }
36
-
37
- /* 按下效果 - 垂直模式 */
38
- &:active {
39
- transform: translateX(-50%) translateY(1px) scale(0.98);
40
- transition-duration: 0.1s;
41
- }
42
- }
43
-
44
- .scroll-pause-button {
45
- /* 悬停效果 - 垂直模式 */
46
- &:hover {
47
- transform: translateX(-50%) translateY(-2px) scale(1.05);
48
- box-shadow: 0px 8px 16px -4px rgba(16, 24, 40, 0.1);
49
- background: rgba(255, 255, 255, 0.85);
50
- }
51
-
52
- /* 按下效果 - 垂直模式 */
53
- &:active {
54
- transform: translateX(-50%) translateY(1px) scale(0.98);
55
- transition-duration: 0.1s;
56
- }
57
- }
58
- }
59
- }
60
-
61
- /* 水平滚动模式:按钮在右侧垂直居中 */
62
- .pisell-list-horizontal {
63
- .list-scroll-float-button {
64
- /* 不设置容器的定位,让按钮通过内联样式自由定位 */
65
-
66
- .scroll-down-button {
67
- /* 悬停效果 - 水平模式 */
68
- &:hover {
69
- transform: translateY(-50%) translateX(-2px) scale(1.05);
70
- box-shadow: 0px 8px 16px -4px rgba(16, 24, 40, 0.1);
71
- background: rgba(255, 255, 255, 0.85);
72
- }
73
-
74
- /* 按下效果 - 水平模式 */
75
- &:active {
76
- transform: translateY(-50%) translateX(1px) scale(0.98);
77
- transition-duration: 0.1s;
78
- }
79
- }
80
-
81
- .scroll-pause-button {
82
- /* 悬停效果 - 水平模式 */
83
- &:hover {
84
- transform: translateY(-50%) translateX(-2px) scale(1.05);
85
- box-shadow: 0px 8px 16px -4px rgba(16, 24, 40, 0.1);
86
- background: rgba(255, 255, 255, 0.85);
87
- }
88
-
89
- /* 按下效果 - 水平模式 */
90
- &:active {
91
- transform: translateY(-50%) translateX(1px) scale(0.98);
92
- transition-duration: 0.1s;
93
- }
94
- }
95
- }
96
- }
97
-
98
- @keyframes fadeInUp {
99
- from {
100
- opacity: 0;
101
- transform: translateY(20px);
102
- }
103
- to {
104
- opacity: 1;
105
- transform: translateY(0);
106
- }
107
- }
@@ -1,49 +0,0 @@
1
- /* 底部工具栏样式 */
2
-
3
- .list-footer {
4
- background: rgba(255, 255, 255, 0.8);
5
- backdrop-filter: blur(8px);
6
- border-top: 1px solid rgba(0, 0, 0, 0.06);
7
- padding: 12px 16px;
8
- display: flex;
9
- justify-content: stretch; /* 让分页组件使用自己的布局 */
10
- align-items: center;
11
- border-radius: 0 0 8px 8px;
12
-
13
- /* 为分页组件提供完整宽度 */
14
- .pisell-pagination {
15
- width: 100%;
16
- }
17
-
18
- .ant-btn {
19
- min-width: 120px;
20
- border-radius: 8px;
21
- height: 40px;
22
- font-weight: 500;
23
- transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24
-
25
- &:hover {
26
- transform: translateY(-1px);
27
- box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
28
- }
29
-
30
- /* 查看更少按钮样式 */
31
- &.view-less-btn {
32
- background-color: #f0f2f5;
33
- border-color: #d9d9d9;
34
- color: #666;
35
-
36
- &:hover {
37
- background-color: #e6f7ff;
38
- border-color: #91d5ff;
39
- color: #1890ff;
40
- box-shadow: 0 4px 12px rgba(24, 144, 255, 0.2);
41
- }
42
-
43
- &:active {
44
- background-color: #bae7ff;
45
- border-color: #40a9ff;
46
- }
47
- }
48
- }
49
- }
@@ -1,69 +0,0 @@
1
- /* 头部Tab栏样式 */
2
-
3
- .pisell-list-header {
4
- padding: 16px;
5
-
6
- &.pisell-list-header-sticky {
7
- position: sticky;
8
- top: 0;
9
- z-index: 10;
10
- /* 毛玻璃效果 */
11
- background: rgba(255, 255, 255, 0.80);
12
- backdrop-filter: blur(12px);
13
- border-bottom: 1px solid #D0D5DD;
14
- padding-bottom: 12px;
15
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
16
- /* 平滑过渡效果 */
17
- transition: box-shadow 0.2s ease, backdrop-filter 0.2s ease, background 0.2s ease;
18
-
19
- /* 当sticky生效时的增强视觉效果 */
20
- &::after {
21
- content: '';
22
- position: absolute;
23
- bottom: -1px;
24
- left: 0;
25
- right: 0;
26
- height: 1px;
27
- background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
28
- opacity: 0;
29
- transition: opacity 0.2s ease;
30
- }
31
-
32
- /* 滚动时激活视觉效果 */
33
- &.sticky-active::after {
34
- opacity: 1;
35
- }
36
- }
37
-
38
- .pisell-list-tabs {
39
- &.pisell-list-tabs-anchor,
40
- &.pisell-list-tabs-switch {
41
- /* 自定义Tab样式已经在Tab组件中定义,这里保持干净 */
42
- position: relative;
43
- }
44
- }
45
-
46
- }
47
-
48
- /* 垂直排版时header在内部的样式 */
49
- .list-content-vertical {
50
- .pisell-list-header {
51
- flex-shrink: 0; /* 防止被压缩 */
52
- margin-bottom: 0; /* 去除默认间距 */
53
-
54
- /* sticky 效果:相对于 list-content 滚动容器 */
55
- &.pisell-list-header-sticky {
56
- position: sticky;
57
- top: 0;
58
- z-index: 10;
59
- /* 毛玻璃效果 */
60
- background: rgba(255, 255, 255, 0.80);
61
- backdrop-filter: blur(12px);
62
- border-bottom: 1px solid #D0D5DD;
63
- padding-bottom: 12px;
64
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
65
- transition: box-shadow 0.2s ease, backdrop-filter 0.2s ease, background 0.2s ease;
66
- }
67
-
68
- }
69
- }