@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,439 +0,0 @@
1
- /* 全新分页器样式 - 严格按照UI图片设计 */
2
- .pisell-pagination {
3
- /* 主容器flex布局 */
4
- display: flex;
5
- justify-content: space-between;
6
- align-items: center;
7
- width: 100%;
8
- font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
9
-
10
- &.disabled {
11
- opacity: 0.6;
12
- pointer-events: none;
13
- }
14
-
15
- /* 左侧页码信息组件 */
16
- .pagination-info {
17
- /* Detail 组件样式 */
18
- color: #344054;
19
- font-size: 14px;
20
- font-weight: 500;
21
- line-height: 20px;
22
- word-wrap: break-word;
23
- flex-shrink: 0; /* 防止压缩 */
24
- }
25
-
26
- /* 右侧操作栏 */
27
- .pagination-controls {
28
- display: flex;
29
- justify-content: flex-start;
30
- align-items: center;
31
- gap: 24px;
32
- flex-shrink: 0; /* 防止压缩 */
33
- }
34
-
35
- /* 分页控件组 */
36
- .pagination-group {
37
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
38
- overflow: hidden;
39
- border-radius: 8px;
40
- outline: 1px #D0D5DD solid;
41
- outline-offset: -1px;
42
- justify-content: flex-start;
43
- align-items: center; /* 修复垂直对齐 */
44
- display: flex;
45
- height: 40px; /* 确保容器高度一致 */
46
- }
47
-
48
- /* Previous 按钮 */
49
- .pagination-prev {
50
- padding-left: 16px;
51
- padding-right: 16px;
52
- padding-top: 10px;
53
- padding-bottom: 10px;
54
- background: white;
55
- border: none;
56
- border-right: 1px #D0D5DD solid;
57
- outline: none;
58
- justify-content: center;
59
- align-items: center;
60
- gap: 8px;
61
- display: flex;
62
- cursor: pointer;
63
- transition: all 0.2s ease;
64
- font-family: inherit;
65
- height: 40px; /* 明确设置高度 */
66
- box-sizing: border-box;
67
- vertical-align: top; /* 确保垂直对齐 */
68
-
69
- span {
70
- color: #344054;
71
- font-size: 14px;
72
- font-weight: 600;
73
- line-height: 20px;
74
- word-wrap: break-word;
75
- }
76
-
77
- &.disabled {
78
- cursor: not-allowed;
79
-
80
- span {
81
- color: #98A2B3;
82
- }
83
- }
84
-
85
- &:hover:not(.disabled) {
86
- background-color: #F9FAFB;
87
- }
88
- }
89
-
90
- /* 页码按钮 */
91
- .pagination-page {
92
- width: 40px;
93
- height: 40px; /* 明确设置高度 */
94
- padding: 10px;
95
- background: white;
96
- border: none;
97
- border-right: 1px #D0D5DD solid;
98
- outline: none;
99
- flex-direction: column;
100
- justify-content: center;
101
- align-items: center;
102
- display: inline-flex;
103
- cursor: pointer;
104
- transition: all 0.2s ease;
105
- font-family: inherit;
106
- box-sizing: border-box;
107
- vertical-align: top; /* 确保垂直对齐 */
108
-
109
- color: #344054;
110
- font-size: 14px;
111
- font-weight: 600;
112
- line-height: 20px;
113
- word-wrap: break-word;
114
-
115
- &:hover:not(.active):not(:disabled) {
116
- background-color: #F9FAFB;
117
- }
118
-
119
- &.active {
120
- background: #F9FAFB;
121
-
122
- color: #1D2939;
123
- font-size: 14px;
124
- font-weight: 600;
125
- line-height: 20px;
126
- word-wrap: break-word;
127
- }
128
-
129
- &:disabled {
130
- cursor: not-allowed;
131
- opacity: 0.5;
132
- }
133
- }
134
-
135
- /* 省略号 */
136
- .pagination-ellipsis {
137
- width: 40px;
138
- height: 40px; /* 明确设置高度 */
139
- padding: 10px;
140
- background: white;
141
- border: none;
142
- border-right: 1px #D0D5DD solid;
143
- flex-direction: column;
144
- justify-content: center;
145
- align-items: center;
146
- display: inline-flex;
147
- box-sizing: border-box;
148
- vertical-align: top; /* 确保垂直对齐 */
149
-
150
- span {
151
- color: #344054;
152
- font-size: 14px;
153
- font-weight: 600;
154
- line-height: 20px;
155
- word-wrap: break-word;
156
- }
157
- }
158
-
159
- /* Next 按钮 */
160
- .pagination-next {
161
- padding-left: 16px;
162
- padding-right: 16px;
163
- padding-top: 10px;
164
- padding-bottom: 10px;
165
- background: white;
166
- border: none;
167
- outline: none;
168
- justify-content: center;
169
- align-items: center;
170
- gap: 8px;
171
- display: flex;
172
- cursor: pointer;
173
- transition: all 0.2s ease;
174
- font-family: inherit;
175
- height: 40px; /* 明确设置高度 */
176
- box-sizing: border-box;
177
- vertical-align: top; /* 确保垂直对齐 */
178
-
179
- span {
180
- color: #344054;
181
- font-size: 14px;
182
- font-weight: 600;
183
- line-height: 20px;
184
- word-wrap: break-word;
185
- }
186
-
187
- &.disabled {
188
- cursor: not-allowed;
189
-
190
- span {
191
- color: #98A2B3;
192
- }
193
- }
194
-
195
- &:hover:not(.disabled) {
196
- background-color: #F9FAFB;
197
- }
198
- }
199
-
200
- /* 每页条数选择器 */
201
- .pagination-size-selector {
202
- width: 88px;
203
- height: 40px; /* 确保容器高度一致 */
204
- display: flex;
205
- align-items: center; /* 垂直居中对齐 */
206
-
207
- .ant-select {
208
- width: 100%;
209
- height: 40px; /* 确保select高度一致 */
210
-
211
- .ant-select-selector {
212
- padding-left: 16px;
213
- padding-right: 16px;
214
- padding-top: 0; /* 移除上下padding,使用flex居中 */
215
- padding-bottom: 0;
216
- background: white;
217
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
218
- overflow: hidden;
219
- border-radius: 8px;
220
- outline: 1px #D0D5DD solid;
221
- outline-offset: -1px;
222
- border: none;
223
- height: 40px; /* 明确设置高度与分页按钮一致 */
224
- min-height: 40px;
225
- max-height: 40px; /* 防止高度超出 */
226
- justify-content: space-between; /* 左右分布 */
227
- align-items: center; /* 垂直居中 */
228
- gap: 8px;
229
- display: flex;
230
- box-sizing: border-box; /* 确保padding包含在高度内 */
231
-
232
- .ant-select-selection-item {
233
- flex: 1 1 0;
234
- color: #344054;
235
- font-size: 14px;
236
- font-family: 'Inter', sans-serif;
237
- font-weight: 600;
238
- line-height: 1; /* 使用相对行高确保垂直居中 */
239
- word-wrap: break-word;
240
- padding: 0;
241
- margin: 0;
242
- display: flex;
243
- align-items: center; /* 文字垂直居中 */
244
- }
245
-
246
- .ant-select-selection-placeholder {
247
- color: #344054;
248
- font-size: 14px;
249
- font-family: 'Inter', sans-serif;
250
- font-weight: 600;
251
- line-height: 1; /* 使用相对行高 */
252
- display: flex;
253
- align-items: center; /* placeholder文字垂直居中 */
254
- }
255
-
256
- .ant-select-selection-search {
257
- display: flex;
258
- align-items: center; /* 搜索框垂直居中 */
259
- height: 100%;
260
-
261
- .ant-select-selection-search-input {
262
- height: 100%;
263
- line-height: 1;
264
- padding: 0;
265
- margin: 0;
266
- font-size: 14px;
267
- font-family: 'Inter', sans-serif;
268
- font-weight: 600;
269
- }
270
- }
271
- }
272
-
273
- &:hover .ant-select-selector {
274
- outline-color: #1890ff;
275
- background-color: #F9FAFB;
276
- }
277
-
278
- &.ant-select-focused .ant-select-selector {
279
- outline-color: #1890ff;
280
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
281
- }
282
-
283
- &.ant-select-open .ant-select-selector {
284
- outline-color: #1890ff;
285
- }
286
-
287
- .ant-select-arrow {
288
- right: 16px;
289
- color: #344054;
290
- font-size: 12px;
291
- margin-top: 0;
292
- top: 50%; /* 垂直居中定位 */
293
- transform: translateY(-50%); /* 垂直居中 */
294
- display: flex;
295
- align-items: center; /* 确保图标垂直居中 */
296
- justify-content: center;
297
-
298
- .anticon {
299
- display: none;
300
- }
301
- }
302
- }
303
-
304
- /* 下拉菜单样式 */
305
- .ant-select-dropdown {
306
- border-radius: 8px;
307
- border: 1px solid #D0D5DD;
308
- box-shadow: 0px 4px 6px rgba(16, 24, 40, 0.1);
309
- padding: 4px;
310
- background: white;
311
-
312
- .ant-select-item {
313
- border-radius: 6px;
314
- margin: 2px 0;
315
- padding: 8px 12px;
316
- color: #344054;
317
- font-size: 14px;
318
- font-family: 'Inter', sans-serif;
319
- font-weight: 500;
320
- line-height: 20px;
321
- transition: all 0.2s ease;
322
-
323
- &:hover {
324
- background-color: #F9FAFB;
325
- color: #1D2939;
326
- }
327
-
328
- &.ant-select-item-option-selected {
329
- background-color: #1890ff;
330
- color: white;
331
- font-weight: 600;
332
- }
333
-
334
- &.ant-select-item-option-active {
335
- background-color: #F9FAFB;
336
- }
337
- }
338
- }
339
- }
340
- }
341
-
342
- /* 响应式适配 */
343
- @media (max-width: 768px) {
344
- .pisell-pagination {
345
- /* 移动端保持左右布局,但调整间距 */
346
- flex-direction: row;
347
- justify-content: space-between;
348
- align-items: center;
349
- gap: 12px;
350
-
351
- .pagination-info {
352
- /* 移动端文字样式保持一致 */
353
- color: #344054;
354
- font-size: 13px;
355
- }
356
-
357
- .pagination-controls {
358
- justify-content: flex-end;
359
- gap: 16px;
360
- }
361
-
362
- .pagination-group {
363
- flex: 1;
364
- justify-content: center;
365
- }
366
-
367
- .pagination-prev,
368
- .pagination-next {
369
- padding: 8px 12px;
370
-
371
- span {
372
- font-size: 13px;
373
- }
374
- }
375
-
376
- .pagination-page {
377
- width: 36px;
378
- padding: 8px;
379
-
380
- font-size: 13px;
381
- }
382
-
383
- .pagination-ellipsis {
384
- width: 36px;
385
- padding: 8px;
386
-
387
- span {
388
- font-size: 13px;
389
- }
390
- }
391
-
392
- .pagination-size-selector {
393
- width: 80px;
394
-
395
- .ant-select .ant-select-selector {
396
- padding: 8px 12px;
397
- min-height: 36px;
398
-
399
- .ant-select-selection-item {
400
- font-size: 13px;
401
- }
402
- }
403
- }
404
- }
405
- }
406
-
407
- @media (max-width: 480px) {
408
- .pisell-pagination {
409
- /* 极小屏幕可能需要垂直布局 */
410
- flex-direction: column;
411
- align-items: stretch;
412
- gap: 12px;
413
-
414
- .pagination-info {
415
- text-align: center;
416
- font-size: 12px;
417
- }
418
-
419
- .pagination-controls {
420
- justify-content: center;
421
- gap: 12px;
422
- }
423
-
424
- .pagination-prev span,
425
- .pagination-next span {
426
- display: none;
427
- }
428
-
429
- .pagination-prev,
430
- .pagination-next {
431
- padding: 8px;
432
- min-width: 36px;
433
- }
434
-
435
- .pagination-size-selector {
436
- width: 70px;
437
- }
438
- }
439
- }
@@ -1 +0,0 @@
1
- export { default } from './Pagination';
@@ -1 +0,0 @@
1
- export { default } from "./Pagination";
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
- import './ScrollLoader.less';
3
- export interface ScrollLoadState {
4
- canLoadMore: boolean;
5
- totalLoaded: number;
6
- }
7
- export interface ScrollLoaderProps {
8
- /** 是否正在加载 */
9
- loading: boolean;
10
- /** 滚动加载状态 */
11
- scrollLoadState?: ScrollLoadState | null;
12
- /** 布局方向 */
13
- layoutDirection: 'horizontal' | 'vertical';
14
- /** 分页类型 */
15
- paginationType: 'all' | 'scroll' | 'pager' | 'more';
16
- }
17
- declare const ScrollLoader: React.FC<ScrollLoaderProps>;
18
- export default ScrollLoader;
@@ -1,18 +0,0 @@
1
- import "./ScrollLoader.less";
2
- var ScrollLoader = function ScrollLoader(_ref) {
3
- var _ref$loading = _ref.loading,
4
- loading = _ref$loading === void 0 ? false : _ref$loading,
5
- scrollLoadState = _ref.scrollLoadState,
6
- _ref$layoutDirection = _ref.layoutDirection,
7
- layoutDirection = _ref$layoutDirection === void 0 ? 'vertical' : _ref$layoutDirection,
8
- _ref$paginationType = _ref.paginationType,
9
- paginationType = _ref$paginationType === void 0 ? 'all' : _ref$paginationType;
10
- // 只在滚动加载模式下显示
11
- if (paginationType !== 'scroll') {
12
- return null;
13
- }
14
-
15
- // list-loading-item 组件已取消
16
- return null;
17
- };
18
- export default ScrollLoader;
@@ -1,3 +0,0 @@
1
- /* ScrollLoader 组件样式 */
2
-
3
- /* list-loading-item 组件已取消 */
@@ -1,2 +0,0 @@
1
- export { default } from './ScrollLoader';
2
- export type { ScrollLoaderProps, ScrollLoadState } from './ScrollLoader';
@@ -1 +0,0 @@
1
- export { default } from "./ScrollLoader";
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import './Tab.less';
3
- import { TabProps } from './types';
4
- declare const Tab: React.FC<TabProps>;
5
- export default Tab;
@@ -1,43 +0,0 @@
1
- import React from 'react';
2
- import "./Tab.less";
3
- var Tab = function Tab(_ref) {
4
- var _ref$className = _ref.className,
5
- className = _ref$className === void 0 ? '' : _ref$className,
6
- _ref$style = _ref.style,
7
- style = _ref$style === void 0 ? {} : _ref$style,
8
- _ref$activeKey = _ref.activeKey,
9
- activeKey = _ref$activeKey === void 0 ? '' : _ref$activeKey,
10
- _ref$items = _ref.items,
11
- items = _ref$items === void 0 ? [] : _ref$items,
12
- onChange = _ref.onChange;
13
- var handleTabClick = function handleTabClick(item) {
14
- if (item.disabled) {
15
- return;
16
- }
17
-
18
- // Tab切换
19
- if (item.key !== activeKey) {
20
- onChange === null || onChange === void 0 || onChange(item.key);
21
- }
22
- };
23
-
24
- // 渲染单个tab项
25
- var renderTabItem = function renderTabItem(item) {
26
- return /*#__PURE__*/React.createElement("div", {
27
- key: item.key,
28
- className: "pisell-tab-item ".concat(activeKey === item.key ? 'pisell-tab-item-active' : 'pisell-tab-item-inactive', " ").concat(item.disabled ? 'pisell-tab-item-disabled' : ''),
29
- onClick: function onClick() {
30
- return handleTabClick(item);
31
- }
32
- }, /*#__PURE__*/React.createElement("div", {
33
- className: "pisell-tab-item-label"
34
- }, item.label));
35
- };
36
- return /*#__PURE__*/React.createElement("div", {
37
- className: "pisell-tab ".concat(className),
38
- style: style
39
- }, items.map(function (item) {
40
- return renderTabItem(item);
41
- }));
42
- };
43
- export default Tab;
@@ -1,139 +0,0 @@
1
- /* Tab 组件样式 */
2
- .pisell-tab {
3
- align-self: stretch;
4
- overflow: hidden;
5
- justify-content: flex-start;
6
- align-items: center;
7
- gap: 8px;
8
- display: inline-flex;
9
-
10
- .pisell-tab-item {
11
- height: 40px;
12
- padding-left: 16px;
13
- padding-right: 16px;
14
- border-radius: 88px;
15
- justify-content: flex-start;
16
- align-items: center;
17
- gap: 4px;
18
- display: flex;
19
- cursor: pointer;
20
- transition: all 0.3s ease;
21
-
22
- .pisell-tab-item-label {
23
- font-size: 14px;
24
- font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
25
- line-height: 20px;
26
- word-wrap: break-word;
27
- white-space: nowrap;
28
- display: flex;
29
- align-items: center;
30
- gap: 4px;
31
-
32
- .pisell-tab-item-count {
33
- margin-left: 4px;
34
- font-weight: inherit;
35
- opacity: 0.7;
36
- font-size: 12px;
37
- }
38
-
39
- .pisell-tab-item-external-icon {
40
- font-size: 12px;
41
- opacity: 0.7;
42
- margin-left: 2px;
43
- }
44
- }
45
-
46
- /* 选中状态 */
47
- &.pisell-tab-item-active {
48
- background: #8157D5;
49
-
50
- .pisell-tab-item-label {
51
- color: white;
52
- font-weight: 600 !important;
53
- }
54
- }
55
-
56
- /* 未选中状态 */
57
- &.pisell-tab-item-inactive {
58
- background: white;
59
-
60
- .pisell-tab-item-label {
61
- color: #101828;
62
- font-weight: 600 !important;
63
- }
64
-
65
- &:hover {
66
- background: #f5f5f5;
67
-
68
- .pisell-tab-item-label {
69
- color: #8157D5;
70
- }
71
- }
72
- }
73
-
74
- /* 禁用状态 */
75
- &.pisell-tab-item-disabled {
76
- cursor: not-allowed;
77
- opacity: 0.5;
78
-
79
- &:hover {
80
- background: white;
81
-
82
- .pisell-tab-item-label {
83
- color: #101828;
84
- }
85
- }
86
- }
87
-
88
- /* 链接类型 tab 项 */
89
- &.pisell-tab-item-link {
90
- position: relative;
91
-
92
- /* 普通链接(锚点)样式 */
93
- &:not(.pisell-tab-item-external) {
94
- &.pisell-tab-item-inactive {
95
- .pisell-tab-item-label {
96
- color: #1890ff;
97
- }
98
-
99
- &:hover {
100
- .pisell-tab-item-label {
101
- color: #40a9ff;
102
- }
103
- }
104
- }
105
- }
106
-
107
- /* 外部链接样式 */
108
- &.pisell-tab-item-external {
109
- &.pisell-tab-item-inactive {
110
- .pisell-tab-item-label {
111
- color: #52c41a;
112
-
113
- .pisell-tab-item-external-icon {
114
- opacity: 0.8;
115
- }
116
- }
117
-
118
- &:hover {
119
- .pisell-tab-item-label {
120
- color: #73d13d;
121
-
122
- .pisell-tab-item-external-icon {
123
- opacity: 1;
124
- }
125
- }
126
- }
127
- }
128
-
129
- &.pisell-tab-item-active {
130
- .pisell-tab-item-external-icon {
131
- color: white;
132
- opacity: 0.9;
133
- }
134
- }
135
- }
136
- }
137
- }
138
-
139
- }
@@ -1,2 +0,0 @@
1
- export { default } from './Tab';
2
- export type { TabProps } from './types';
@@ -1 +0,0 @@
1
- export { default } from "./Tab";
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import { TabItem } from '../../types';
3
- export interface TabProps {
4
- /** 类名 */
5
- className?: string;
6
- /** 样式 */
7
- style?: React.CSSProperties;
8
- /** 当前激活的tab */
9
- activeKey?: string;
10
- /** tab项 */
11
- items: TabItem[];
12
- /** tab切换回调 */
13
- onChange?: (key: string) => void;
14
- }
@@ -1 +0,0 @@
1
- export {};