@pisell/private-materials 6.4.75 → 6.4.76

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 (290) 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 +9 -9
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +9 -9
  11. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  12. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
  13. package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  14. package/es/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  15. package/es/components/appointmentBooking/components/Voucher/index.js +2 -1
  16. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
  17. package/es/components/booking/addons/index.js +20 -17
  18. package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  19. package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  20. package/es/components/booking/components/collapsibleList/utils.d.ts +1 -0
  21. package/es/components/booking/components/emptyBooking/index.d.ts +1 -0
  22. package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  23. package/es/components/booking/components/footer/utils.d.ts +5 -0
  24. package/es/components/booking/components/footer/utils.js +86 -54
  25. package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -0
  26. package/es/components/booking/components/voucher/index.js +20 -6
  27. package/es/components/booking/forms/footer.d.ts +1 -0
  28. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  29. package/es/components/booking/forms/single/index.d.ts +1 -0
  30. package/es/components/booking/hooks/useClearCart.d.ts +1 -0
  31. package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  32. package/es/components/booking/info/date/index.d.ts +1 -0
  33. package/es/components/booking/info/dateRange/index.d.ts +1 -0
  34. package/es/components/booking/info/service/actions/index.d.ts +1 -0
  35. package/es/components/booking/info/service2/utils.js +1 -0
  36. package/es/components/booking/info2/service/actions/index.d.ts +1 -0
  37. package/es/components/booking/info2/service/addService/index.js +2 -3
  38. package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
  39. package/es/components/booking/materiels/contacts/index.d.ts +1 -0
  40. package/es/components/booking/materiels/duration/index.d.ts +1 -0
  41. package/es/components/booking/materiels/startTime/index.d.ts +1 -0
  42. package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
  43. package/es/components/booking/utils.d.ts +1 -0
  44. package/es/components/booking/utils.js +16 -3
  45. package/es/components/eftpos/index.d.ts +1 -0
  46. package/es/components/eftpos/pos.d.ts +1 -0
  47. package/es/components/eftposPay/amount.d.ts +1 -0
  48. package/es/components/eftposPay/component/fail/failCustom.d.ts +1 -0
  49. package/es/components/eftposPay/component/fail/network.d.ts +1 -0
  50. package/es/components/eftposPay/component/fail/unknow.d.ts +1 -0
  51. package/es/components/eftposPay/component/manual/index.d.ts +1 -0
  52. package/es/components/eftposPay/component/signature/index.d.ts +1 -0
  53. package/es/components/eftposPay/linkly/hooks/useTimeQuery.js +14 -6
  54. package/es/components/eftposPay/pay.d.ts +1 -0
  55. package/es/components/eftposPay/payo/config.d.ts +1 -0
  56. package/es/components/eftposPay/payo/config.js +70 -32
  57. package/es/components/eftposPay/payo/payment.d.ts +66 -0
  58. package/es/components/eftposPay/payo/payment.js +579 -0
  59. package/es/components/eftposPay/tip.d.ts +1 -0
  60. package/es/components/eftposPay/utils/log/index.d.ts +110 -0
  61. package/es/components/eftposPay/utils/log/index.js +371 -0
  62. package/es/components/eftposPay/windcave/receiptAction.d.ts +1 -0
  63. package/es/components/eftposPay/windcave/windcave.d.ts +1 -0
  64. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  65. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  66. package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  67. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  68. package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  69. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  70. package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  71. package/es/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
  72. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  73. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  74. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  75. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  76. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  77. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  78. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  79. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  80. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  81. package/es/components/login/index.d.ts +1 -0
  82. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  83. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +4 -2
  84. package/es/components/pay/toC/index.js +5 -3
  85. package/es/components/pay/toC/status.d.ts +1 -0
  86. package/es/components/pay/toC/status.js +3 -0
  87. package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
  88. package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
  89. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  90. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  91. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  92. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  93. package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  94. package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
  95. package/es/components/ruleSetting/ruleBorder/index.d.ts +1 -0
  96. package/es/components/schedules/calendar/index.d.ts +1 -0
  97. package/es/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
  98. package/es/components/schedules/components/ScheduleList/index.d.ts +1 -0
  99. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  100. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  101. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  102. package/es/components/schedules/products/list/ProductItem/index.d.ts +1 -0
  103. package/es/components/schedules/products/list/index.d.ts +1 -0
  104. package/es/components/schedules/resources/index.d.ts +1 -0
  105. package/es/components/schedules/resources/list/index.d.ts +1 -0
  106. package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  107. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  108. package/es/components/schedules/schedules/index.d.ts +1 -0
  109. package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  110. package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  111. package/es/components/shoppingCart/index.d.ts +1 -0
  112. package/es/components/ticketBooking/components/addServiceVariant/addService.js +3 -3
  113. package/es/components/ticketBooking/utils/index.d.ts +3 -0
  114. package/es/components/ticketBooking/utils/index.js +36 -13
  115. package/es/components/wallet/Detail/index.js +34 -2
  116. package/es/components/wallet/Detail/index.less +11 -0
  117. package/es/components/wallet/Detail/locales.d.ts +6 -0
  118. package/es/components/wallet/Detail/locales.js +14 -2
  119. package/es/components/wallet/Voucher/index.js +11 -10
  120. package/es/components/wallet/components/WalletCard.js +5 -1
  121. package/es/components/wallet/hooks/useWalletCard.d.ts +1 -0
  122. package/es/components/wallet/index.js +4 -2
  123. package/es/components/wallet/serve.d.ts +7 -0
  124. package/es/components/wallet/utils.d.ts +48 -0
  125. package/es/components/wallet/utils.js +342 -0
  126. package/es/hooks/usePaymentLogger.d.ts +1 -0
  127. package/es/index.d.ts +1 -0
  128. package/es/index.js +2 -1
  129. package/es/plus/saasCreateOrganization/components/Header.d.ts +1 -0
  130. package/es/plus/saasRegister/components/EntryEmail.d.ts +1 -0
  131. package/es/plus/saasRegister/components/EntryInfo.d.ts +1 -0
  132. package/es/plus/saasRegister/components/GoLogin.d.ts +1 -0
  133. package/es/plus/saasRegister/components/Header.d.ts +1 -0
  134. package/es/plus/saasRegister/components/VerifyError.d.ts +1 -0
  135. package/es/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
  136. package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
  137. package/es/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
  138. package/es/plus/walletPassGallery/components/footerButton/index.js +2 -4
  139. package/es/plus/walletPassGallery/components/footerButton/index.less +14 -59
  140. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
  141. package/es/plus/walletPassGallery/components/passDetail/index.js +84 -31
  142. package/es/plus/walletPassGallery/components/passDetail/index.less +4 -0
  143. package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -0
  144. package/es/plus/walletPassGallery/components/recharge/index.js +19 -8
  145. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  146. package/es/plus/walletPassGallery/index.js +7 -3
  147. package/es/plus/walletPassGallery/serve.d.ts +3 -0
  148. package/es/plus/walletPassGallery/serve.js +4 -2
  149. package/es/pro/Login2.0/index.less +15 -8
  150. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  151. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
  152. package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  153. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  154. package/lib/components/appointmentBooking/components/Voucher/index.js +2 -1
  155. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
  156. package/lib/components/booking/addons/index.js +10 -7
  157. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  158. package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  159. package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -0
  160. package/lib/components/booking/components/emptyBooking/index.d.ts +1 -0
  161. package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  162. package/lib/components/booking/components/footer/utils.d.ts +5 -0
  163. package/lib/components/booking/components/footer/utils.js +53 -32
  164. package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -0
  165. package/lib/components/booking/components/voucher/index.js +21 -7
  166. package/lib/components/booking/forms/footer.d.ts +1 -0
  167. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  168. package/lib/components/booking/forms/single/index.d.ts +1 -0
  169. package/lib/components/booking/hooks/useClearCart.d.ts +1 -0
  170. package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  171. package/lib/components/booking/info/date/index.d.ts +1 -0
  172. package/lib/components/booking/info/dateRange/index.d.ts +1 -0
  173. package/lib/components/booking/info/service/actions/index.d.ts +1 -0
  174. package/lib/components/booking/info/service2/utils.js +1 -0
  175. package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
  176. package/lib/components/booking/info2/service/addService/index.js +1 -2
  177. package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
  178. package/lib/components/booking/materiels/contacts/index.d.ts +1 -0
  179. package/lib/components/booking/materiels/duration/index.d.ts +1 -0
  180. package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
  181. package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
  182. package/lib/components/booking/utils.d.ts +1 -0
  183. package/lib/components/booking/utils.js +11 -0
  184. package/lib/components/eftpos/index.d.ts +1 -0
  185. package/lib/components/eftpos/pos.d.ts +1 -0
  186. package/lib/components/eftposPay/amount.d.ts +1 -0
  187. package/lib/components/eftposPay/component/fail/failCustom.d.ts +1 -0
  188. package/lib/components/eftposPay/component/fail/network.d.ts +1 -0
  189. package/lib/components/eftposPay/component/fail/unknow.d.ts +1 -0
  190. package/lib/components/eftposPay/component/manual/index.d.ts +1 -0
  191. package/lib/components/eftposPay/component/signature/index.d.ts +1 -0
  192. package/lib/components/eftposPay/linkly/hooks/useTimeQuery.js +12 -6
  193. package/lib/components/eftposPay/pay.d.ts +1 -0
  194. package/lib/components/eftposPay/payo/config.d.ts +1 -0
  195. package/lib/components/eftposPay/payo/config.js +98 -73
  196. package/lib/components/eftposPay/payo/payment.d.ts +66 -0
  197. package/lib/components/eftposPay/payo/payment.js +357 -0
  198. package/lib/components/eftposPay/tip.d.ts +1 -0
  199. package/lib/components/eftposPay/utils/log/index.d.ts +110 -0
  200. package/lib/components/eftposPay/utils/log/index.js +294 -0
  201. package/lib/components/eftposPay/windcave/receiptAction.d.ts +1 -0
  202. package/lib/components/eftposPay/windcave/windcave.d.ts +1 -0
  203. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  204. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  205. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  206. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  207. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  208. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  209. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  210. package/lib/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
  211. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  212. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  213. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  214. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  215. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  216. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  217. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  218. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  219. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  220. package/lib/components/login/index.d.ts +1 -0
  221. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  222. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +4 -2
  223. package/lib/components/pay/toC/index.js +3 -1
  224. package/lib/components/pay/toC/status.d.ts +1 -0
  225. package/lib/components/pay/toC/status.js +5 -0
  226. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
  227. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
  228. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  229. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  230. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  231. package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  232. package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  233. package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
  234. package/lib/components/ruleSetting/ruleBorder/index.d.ts +1 -0
  235. package/lib/components/schedules/calendar/index.d.ts +1 -0
  236. package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
  237. package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -0
  238. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  239. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  240. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  241. package/lib/components/schedules/products/list/ProductItem/index.d.ts +1 -0
  242. package/lib/components/schedules/products/list/index.d.ts +1 -0
  243. package/lib/components/schedules/resources/index.d.ts +1 -0
  244. package/lib/components/schedules/resources/list/index.d.ts +1 -0
  245. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  246. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  247. package/lib/components/schedules/schedules/index.d.ts +1 -0
  248. package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  249. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  250. package/lib/components/shoppingCart/index.d.ts +1 -0
  251. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +1 -1
  252. package/lib/components/ticketBooking/utils/index.d.ts +3 -0
  253. package/lib/components/ticketBooking/utils/index.js +20 -6
  254. package/lib/components/wallet/Detail/index.js +31 -3
  255. package/lib/components/wallet/Detail/index.less +11 -0
  256. package/lib/components/wallet/Detail/locales.d.ts +6 -0
  257. package/lib/components/wallet/Detail/locales.js +14 -2
  258. package/lib/components/wallet/Voucher/index.js +8 -8
  259. package/lib/components/wallet/components/WalletCard.js +4 -0
  260. package/lib/components/wallet/hooks/useWalletCard.d.ts +1 -0
  261. package/lib/components/wallet/index.js +2 -2
  262. package/lib/components/wallet/serve.d.ts +7 -0
  263. package/lib/components/wallet/utils.d.ts +48 -0
  264. package/lib/components/wallet/utils.js +287 -0
  265. package/lib/hooks/usePaymentLogger.d.ts +1 -0
  266. package/lib/index.d.ts +1 -0
  267. package/lib/index.js +3 -0
  268. package/lib/plus/saasCreateOrganization/components/Header.d.ts +1 -0
  269. package/lib/plus/saasRegister/components/EntryEmail.d.ts +1 -0
  270. package/lib/plus/saasRegister/components/EntryInfo.d.ts +1 -0
  271. package/lib/plus/saasRegister/components/GoLogin.d.ts +1 -0
  272. package/lib/plus/saasRegister/components/Header.d.ts +1 -0
  273. package/lib/plus/saasRegister/components/VerifyError.d.ts +1 -0
  274. package/lib/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
  275. package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
  276. package/lib/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
  277. package/lib/plus/walletPassGallery/components/footerButton/index.js +2 -2
  278. package/lib/plus/walletPassGallery/components/footerButton/index.less +14 -59
  279. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
  280. package/lib/plus/walletPassGallery/components/passDetail/index.js +54 -15
  281. package/lib/plus/walletPassGallery/components/passDetail/index.less +4 -0
  282. package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -0
  283. package/lib/plus/walletPassGallery/components/recharge/index.js +7 -1
  284. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  285. package/lib/plus/walletPassGallery/index.js +7 -3
  286. package/lib/plus/walletPassGallery/serve.d.ts +3 -0
  287. package/lib/plus/walletPassGallery/serve.js +3 -2
  288. package/lib/pro/Login2.0/index.less +15 -8
  289. package/lowcode/wallet-pass-detail/meta.ts +89 -0
  290. package/package.json +4 -4
@@ -0,0 +1,342 @@
1
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
2
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
5
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
6
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
+ // 日程文案格式化接口
8
+
9
+ // 日程项接口定义
10
+
11
+ // 格式化日期时间函数
12
+ function formatDateTime(dateTime) {
13
+ var isAll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
14
+ var locale = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'zh-CN';
15
+ var date = new Date(dateTime);
16
+ var year = date.getFullYear();
17
+ var month = String(date.getMonth() + 1).padStart(2, '0');
18
+ var day = String(date.getDate()).padStart(2, '0');
19
+ var hours = date.getHours();
20
+ var minutes = String(date.getMinutes()).padStart(2, '0');
21
+ if (isAll) {
22
+ // 全天情况下的日期格式
23
+ if (locale === 'en') {
24
+ return "".concat(day, "/").concat(month, "/").concat(year);
25
+ } else {
26
+ return "".concat(year, "-").concat(month, "-").concat(day);
27
+ }
28
+ }
29
+
30
+ // 非全天情况下的日期时间格式
31
+ if (locale === 'en') {
32
+ // DD/MM/YYYY h:mm A 格式
33
+ var period = hours >= 12 ? 'PM' : 'AM';
34
+ var displayHours = hours === 0 ? 12 : hours > 12 ? hours - 12 : hours;
35
+ return "".concat(day, "/").concat(month, "/").concat(year, " ").concat(displayHours, ":").concat(minutes, " ").concat(period);
36
+ } else {
37
+ // YYYY-MM-DD HH:mm 格式
38
+ var _displayHours = String(hours).padStart(2, '0');
39
+ return "".concat(year, "-").concat(month, "-").concat(day, " ").concat(_displayHours, ":").concat(minutes);
40
+ }
41
+ }
42
+
43
+ // 多语言文案配置
44
+ var textConfig = {
45
+ 'zh-HK': {
46
+ weekdays: ['日', '一', '二', '三', '四', '五', '六'],
47
+ separator: '、',
48
+ timeSeparator: '–',
49
+ rangeSeparator: ' 至 ',
50
+ periodSeparator: ';',
51
+ timeSlotSeparator: ',',
52
+ every: '每',
53
+ day: '天',
54
+ week: '周',
55
+ month: '月',
56
+ year: '年',
57
+ available: '可用',
58
+ unlimited: '无限期',
59
+ weekPrefix: '周'
60
+ },
61
+ 'zh-CN': {
62
+ weekdays: ['日', '一', '二', '三', '四', '五', '六'],
63
+ separator: '、',
64
+ timeSeparator: '–',
65
+ rangeSeparator: ' 至 ',
66
+ periodSeparator: ';',
67
+ timeSlotSeparator: ',',
68
+ every: '每',
69
+ day: '天',
70
+ week: '周',
71
+ month: '月',
72
+ year: '年',
73
+ available: '可用',
74
+ unlimited: '无限期',
75
+ weekPrefix: '周'
76
+ },
77
+ 'en': {
78
+ weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
79
+ separator: ', ',
80
+ timeSeparator: '–',
81
+ rangeSeparator: ' - ',
82
+ periodSeparator: '; ',
83
+ timeSlotSeparator: ', ',
84
+ every: 'every ',
85
+ day: 'day',
86
+ week: 'week',
87
+ month: 'month',
88
+ year: 'year',
89
+ available: 'available',
90
+ unlimited: 'unlimited',
91
+ weekPrefix: ''
92
+ }
93
+ };
94
+
95
+ // 获取星期几的表示
96
+ function getWeekdayText(dayNumbers, locale) {
97
+ var config = textConfig[locale];
98
+ return dayNumbers.map(function (day) {
99
+ return config.weekdays[day];
100
+ }).join(config.separator);
101
+ }
102
+
103
+ // 获取重复频率文案
104
+ function getRepeatFrequencyText(repeatType, frequency, locale) {
105
+ var config = textConfig[locale];
106
+ var typeMap = {
107
+ 'daily': config.day,
108
+ 'weekly': config.week,
109
+ 'monthly': config.month,
110
+ 'yearly': config.year
111
+ };
112
+ if (locale === 'en') {
113
+ if (frequency === 1) {
114
+ return "".concat(config.every).concat(typeMap[repeatType]);
115
+ }
116
+ return "".concat(config.every).concat(frequency, " ").concat(typeMap[repeatType], "s");
117
+ } else {
118
+ if (frequency === 1) {
119
+ return "".concat(config.every).concat(typeMap[repeatType]);
120
+ }
121
+ return "".concat(config.every).concat(frequency).concat(typeMap[repeatType]);
122
+ }
123
+ }
124
+
125
+ /**
126
+ * 根据scheduleList格式化文案展示
127
+ * @param scheduleList 日程列表
128
+ * @returns 格式化后的文案结果数组,每个日程对应一个结果
129
+ */
130
+ export function formatScheduleText(scheduleList) {
131
+ var locale = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'en';
132
+ var results = [];
133
+ var config = textConfig[locale];
134
+ scheduleList.forEach(function (schedule) {
135
+ var _schedule$repeat_rule, _schedule$repeat_rule2;
136
+ var validityTexts = [];
137
+ var excluded_date = [];
138
+ var included_date = [];
139
+
140
+ // 处理排除日期
141
+ if ((_schedule$repeat_rule = schedule.repeat_rule) !== null && _schedule$repeat_rule !== void 0 && _schedule$repeat_rule.excluded_date) {
142
+ schedule.repeat_rule.excluded_date.forEach(function (excludeItem) {
143
+ var startDate = formatDateTime(excludeItem.start, true, locale);
144
+ var endDate = formatDateTime(excludeItem.end, true, locale);
145
+ if (excludeItem.start === excludeItem.end) {
146
+ // 开始和结束日期相同,只显示开始日期
147
+ excluded_date.push(startDate);
148
+ } else {
149
+ // 开始和结束日期不同,显示范围格式
150
+ excluded_date.push("".concat(startDate).concat(config.rangeSeparator).concat(endDate));
151
+ }
152
+ });
153
+ }
154
+
155
+ // 处理包含日期
156
+ if ((_schedule$repeat_rule2 = schedule.repeat_rule) !== null && _schedule$repeat_rule2 !== void 0 && _schedule$repeat_rule2.included_date) {
157
+ schedule.repeat_rule.included_date.forEach(function (includeItem) {
158
+ var startDate = formatDateTime(includeItem.start, true, locale);
159
+ var endDate = formatDateTime(includeItem.end, true, locale);
160
+ if (includeItem.start === includeItem.end) {
161
+ // 开始和结束日期相同,只显示开始日期
162
+ included_date.push(startDate);
163
+ } else {
164
+ // 开始和结束日期不同,显示范围格式
165
+ included_date.push("".concat(startDate).concat(config.rangeSeparator).concat(endDate));
166
+ }
167
+ });
168
+ }
169
+ var isAllDay = schedule.is_all === 1;
170
+ var validityText = '';
171
+
172
+ // 1. 非循环日程处理
173
+ if (schedule.repeat_type === 'none') {
174
+ // 1.1 单个标准日程(单日单段)
175
+ if (schedule.type === 'standard') {
176
+ var startDateTime = formatDateTime(schedule.start_time, isAllDay, locale);
177
+ var endDateTime = formatDateTime(schedule.end_time, isAllDay, locale);
178
+ validityText = "".concat(startDateTime).concat(config.rangeSeparator).concat(endDateTime);
179
+ }
180
+ // 1.2 多时间段日程(单日多段)
181
+ else if (schedule.type === 'time-slots' && schedule.time_slot.length > 0) {
182
+ var baseDate = formatDateTime(schedule.start_time, true, locale);
183
+ if (isAllDay) {
184
+ // 全天情况下,不显示时分
185
+ validityText = "".concat(baseDate);
186
+ } else {
187
+ // 非全天情况下,按新格式显示时间段
188
+ var timeSlots = schedule.time_slot.map(function (slot) {
189
+ return "".concat(slot.start_time).concat(config.timeSeparator).concat(slot.end_time);
190
+ });
191
+ validityText = "".concat(baseDate, " ").concat(timeSlots.join(config.timeSlotSeparator));
192
+ }
193
+ } else if (schedule.type === 'designation' && schedule.designation) {
194
+ var designationTexts = schedule.designation.map(function (item) {
195
+ if (isAllDay || item.start_time === '00:00' && item.end_time === '23:59') {
196
+ // 全天情况:只显示日期
197
+ var startDate = formatDateTime(item.start_date, true, locale);
198
+ var endDate = formatDateTime(item.end_date, true, locale);
199
+ return "".concat(startDate).concat(config.rangeSeparator).concat(endDate);
200
+ } else {
201
+ // 非全天情况:按新格式显示日期时间
202
+ var _startDate = formatDateTime(item.start_date, true, locale);
203
+ return "".concat(_startDate, " ").concat(item.start_time).concat(config.timeSeparator).concat(item.end_time);
204
+ }
205
+ });
206
+ validityTexts.push.apply(validityTexts, _toConsumableArray(designationTexts));
207
+ }
208
+ }
209
+
210
+ // 2. 循环日程处理
211
+ else if (schedule.repeat_rule) {
212
+ var _schedule$repeat_rule3 = schedule.repeat_rule,
213
+ frequency = _schedule$repeat_rule3.frequency,
214
+ frequency_date = _schedule$repeat_rule3.frequency_date;
215
+
216
+ // 根据 is_all 决定是否显示时分
217
+ var startText = isAllDay ? formatDateTime(schedule.start_time, true, locale) : formatDateTime(schedule.start_time, false, locale);
218
+
219
+ // 结束日期处理
220
+ var endDateText = '';
221
+ if (schedule.repeat_rule.end.type === 'never') {
222
+ endDateText = config.unlimited;
223
+ } else if (schedule.repeat_rule.end.end_date) {
224
+ endDateText = formatDateTime(schedule.repeat_rule.end.end_date, true, locale);
225
+ }
226
+
227
+ // 2.1 标准类型循环日程
228
+ if (schedule.type === 'standard') {
229
+ // 按天循环
230
+ if (schedule.repeat_type === 'daily') {
231
+ if (isAllDay) {
232
+ var frequencyText = getRepeatFrequencyText('daily', frequency, locale);
233
+ if (locale === 'en') {
234
+ validityText = "".concat(startText).concat(config.rangeSeparator).concat(endDateText, ", ").concat(config.available, " ").concat(frequencyText);
235
+ } else {
236
+ validityText = "".concat(startText).concat(config.rangeSeparator).concat(endDateText, "\uFF0C").concat(frequencyText).concat(config.available);
237
+ }
238
+ } else {
239
+ var startTime = formatDateTime(schedule.start_time, false, locale);
240
+ var endTime = formatDateTime(schedule.end_time, false, locale);
241
+ var timeRange = locale === 'en' ? "".concat(startTime.split(' ')[1], " ").concat(startTime.split(' ')[2]).concat(config.timeSeparator).concat(endTime.split(' ')[1], " ").concat(endTime.split(' ')[2]) : "".concat(startTime.split(' ')[1]).concat(config.timeSeparator).concat(endTime.split(' ')[1]);
242
+ var _frequencyText = getRepeatFrequencyText('daily', frequency, locale);
243
+ var dateRange = locale === 'en' ? "".concat(startTime.split(' ')[0]).concat(config.rangeSeparator).concat(endDateText) : "".concat(startText.split(' ')[0]).concat(config.rangeSeparator).concat(endDateText);
244
+ if (locale === 'en') {
245
+ validityText = "".concat(dateRange, ", ").concat(config.available, " ").concat(_frequencyText, " ").concat(timeRange);
246
+ } else {
247
+ validityText = "".concat(dateRange, "\uFF0C").concat(_frequencyText, " ").concat(timeRange, " ").concat(config.available);
248
+ }
249
+ }
250
+ }
251
+
252
+ // 按周循环
253
+ else if (schedule.repeat_type === 'weekly') {
254
+ var weekdaysText = getWeekdayText(frequency_date, locale);
255
+ if (isAllDay) {
256
+ if (locale === 'en') {
257
+ var _frequencyText2 = frequency === 1 ? 'every week' : "every ".concat(frequency, " weeks");
258
+ validityText = "".concat(startText).concat(config.rangeSeparator).concat(endDateText, ", ").concat(_frequencyText2, " on ").concat(weekdaysText, " ");
259
+ } else {
260
+ var _frequencyText3 = frequency === 1 ? '每周' : "\u6BCF".concat(frequency, "\u5468\u7684");
261
+ validityText = "".concat(startText).concat(config.rangeSeparator).concat(endDateText, "\uFF0C").concat(_frequencyText3).concat(config.weekPrefix).concat(weekdaysText).concat(config.available);
262
+ }
263
+ } else {
264
+ var _startTime = formatDateTime(schedule.start_time, false, locale);
265
+ var _endTime = formatDateTime(schedule.end_time, false, locale);
266
+ var _timeRange = locale === 'en' ? "".concat(_startTime.split(' ')[1], " ").concat(_startTime.split(' ')[2]).concat(config.timeSeparator).concat(_endTime.split(' ')[1], " ").concat(_endTime.split(' ')[2]) : "".concat(_startTime.split(' ')[1]).concat(config.timeSeparator).concat(_endTime.split(' ')[1]);
267
+ var _dateRange = locale === 'en' ? "".concat(_startTime.split(' ')[0]).concat(config.rangeSeparator).concat(endDateText) : "".concat(startText.split(' ')[0]).concat(config.rangeSeparator).concat(endDateText);
268
+ if (locale === 'en') {
269
+ var _frequencyText4 = frequency === 1 ? 'every week' : "every ".concat(frequency, " weeks");
270
+ validityText = "".concat(_dateRange, ", ").concat(_frequencyText4, " on ").concat(weekdaysText, " ").concat(_timeRange);
271
+ } else {
272
+ var _frequencyText5 = frequency === 1 ? '每周' : "\u6BCF".concat(frequency, "\u5468\u7684");
273
+ validityText = "".concat(_dateRange, "\uFF0C").concat(_frequencyText5).concat(config.weekPrefix).concat(weekdaysText, " ").concat(_timeRange);
274
+ }
275
+ }
276
+ }
277
+ }
278
+
279
+ // 2.2 多时间段类型循环日程
280
+ else if (schedule.type === 'time-slots' && schedule.time_slot.length > 0) {
281
+ var _baseDate = formatDateTime(schedule.start_time, true, locale);
282
+
283
+ // 格式化时间段
284
+ var _timeSlots = schedule.time_slot.map(function (slot) {
285
+ return "".concat(slot.start_time).concat(config.timeSeparator).concat(slot.end_time);
286
+ });
287
+ var timeSlotsText = _timeSlots.join(config.timeSlotSeparator);
288
+
289
+ // 按天循环
290
+ if (schedule.repeat_type === 'daily') {
291
+ var _frequencyText6 = getRepeatFrequencyText('daily', frequency, locale);
292
+ if (locale === 'en') {
293
+ validityText = "".concat(_baseDate).concat(config.rangeSeparator).concat(endDateText, ", ").concat(config.available, " ").concat(_frequencyText6, " ").concat(timeSlotsText);
294
+ } else {
295
+ validityText = "".concat(_baseDate).concat(config.rangeSeparator).concat(endDateText, "\uFF0C").concat(_frequencyText6, " ").concat(timeSlotsText, " ").concat(config.available);
296
+ }
297
+ }
298
+
299
+ // 按周循环
300
+ else if (schedule.repeat_type === 'weekly') {
301
+ var _weekdaysText = getWeekdayText(frequency_date, locale);
302
+ if (locale === 'en') {
303
+ var _frequencyText7 = frequency === 1 ? 'every week' : "every ".concat(frequency, " weeks");
304
+ validityText = "".concat(_baseDate).concat(config.rangeSeparator).concat(endDateText, ", ").concat(_frequencyText7, " on ").concat(_weekdaysText, " ").concat(timeSlotsText);
305
+ } else {
306
+ var _frequencyText8 = frequency === 1 ? '每周' : "\u6BCF".concat(frequency, "\u5468\u7684");
307
+ validityText = "".concat(_baseDate).concat(config.rangeSeparator).concat(endDateText, "\uFF0C").concat(_frequencyText8).concat(config.weekPrefix).concat(_weekdaysText, " ").concat(timeSlotsText, " ").concat(config.available);
308
+ }
309
+ }
310
+ }
311
+ }
312
+
313
+ // 4. 指定日期日程(多天多段)
314
+ else if (schedule.type === 'designation' && schedule.designation) {
315
+ var _designationTexts = schedule.designation.map(function (item) {
316
+ if (isAllDay || item.start_time === '00:00' && item.end_time === '23:59') {
317
+ // 全天情况:只显示日期
318
+ var startDate = formatDateTime(item.start_date, true, locale);
319
+ var endDate = formatDateTime(item.end_date, true, locale);
320
+ return "".concat(startDate).concat(config.rangeSeparator).concat(endDate);
321
+ } else {
322
+ // 非全天情况:按新格式显示日期时间
323
+ var _startDate2 = formatDateTime(item.start_date, true, locale);
324
+ return "".concat(_startDate2, " ").concat(item.start_time).concat(config.timeSeparator).concat(item.end_time);
325
+ }
326
+ });
327
+ // 多天多段情况,每个时间段作为独立元素添加到validityTexts中
328
+ validityTexts.push.apply(validityTexts, _toConsumableArray(_designationTexts));
329
+ }
330
+ if (validityText) {
331
+ validityTexts.push(validityText);
332
+ }
333
+
334
+ // 为每个日程创建一个结果
335
+ results.push({
336
+ validityTexts: validityTexts,
337
+ excluded_date: excluded_date,
338
+ included_date: included_date
339
+ });
340
+ });
341
+ return results;
342
+ }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface LogData {
2
3
  key: string;
3
4
  value: any;
package/es/index.d.ts CHANGED
@@ -69,3 +69,4 @@ export { default as ContactInfoModal } from './plus/contactInfoModal';
69
69
  export { Login2, Register2, AuthModal } from './pro/Login2.0';
70
70
  export { default as WalletEditor } from './plus/walletEditor';
71
71
  export { default as WalletPassGallery } from './plus/walletPassGallery';
72
+ export { default as WalletPassDetail } from './plus/walletPassGallery/components/passDetail';
package/es/index.js CHANGED
@@ -71,4 +71,5 @@ export { default as ContactInfo } from "./plus/contactInfo";
71
71
  export { default as ContactInfoModal } from "./plus/contactInfoModal";
72
72
  export { Login2, Register2, AuthModal } from "./pro/Login2.0";
73
73
  export { default as WalletEditor } from "./plus/walletEditor";
74
- export { default as WalletPassGallery } from "./plus/walletPassGallery";
74
+ export { default as WalletPassGallery } from "./plus/walletPassGallery";
75
+ export { default as WalletPassDetail } from "./plus/walletPassGallery/components/passDetail";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SCOProps } from '../types';
2
3
  import '../index.less';
3
4
  export declare const Header: (props: SCOProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FormInstance } from 'antd';
2
3
  import { SRProps } from '../types';
3
4
  import '../index.less';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FormInstance } from 'antd';
2
3
  import { SRProps } from '../types';
3
4
  import '../index.less';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SRProps } from '../types';
2
3
  import '../index.less';
3
4
  declare const GoLogin: (props: SRProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SRProps } from '../types';
2
3
  import '../index.less';
3
4
  export declare const Header: (props: SRProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SRStepStatus } from '../types';
2
3
  import '../index.less';
3
4
  declare const VerifyError: (props: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import '../index.less';
2
3
  declare const VerifyingEmailLink: (props: {
3
4
  onVerifyLink: () => Promise<void>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import '../index.less';
2
3
  declare const VertifyEmail: (props: {
3
4
  email: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const RelationProduct: ({ value, onChange, }: {
3
4
  value?: string[] | undefined;
@@ -212,10 +212,7 @@ var FooterButtons = function FooterButtons(_ref) {
212
212
  className: "pisell-wallet-pass-gallery_footer-buttons-item pisell-wallet-pass-gallery_footer-buttons-item-primary"
213
213
  }, locales.getText('wallet-pass-gallery.recharge')));
214
214
  }
215
-
216
- // 根据按钮数量设置不同的类名
217
- var buttonCount = buttons.length;
218
- var className = "pisell-wallet-pass-gallery_footer-buttons pisell-wallet-pass-gallery_footer-buttons-count-".concat(buttonCount);
215
+ var className = "pisell-wallet-pass-gallery_footer-buttons";
219
216
  return buttons.length > 0 ? /*#__PURE__*/React.createElement("div", {
220
217
  className: className
221
218
  }, buttons) : null;
@@ -223,6 +220,7 @@ var FooterButtons = function FooterButtons(_ref) {
223
220
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
224
221
  className: "pisell-wallet-pass-gallery_footer"
225
222
  }, renderButtons()), /*#__PURE__*/React.createElement(PisellModal, {
223
+ destroyOnClose: true,
226
224
  platform: platform,
227
225
  mobileModalHeight: "auto",
228
226
  headerDivider: false,
@@ -1,83 +1,38 @@
1
1
  .pisell-wallet-pass-gallery_footer {
2
2
  position: relative;
3
- left: 0;
4
- right: 0;
5
- bottom: 0;
6
3
  background-color: #fff;
7
4
  padding: 24px;
8
5
  z-index: 100;
9
6
  border-top: 1px solid #d0d5de;
10
- margin-left: -20px;
11
- margin-right: -20px;
7
+ margin-left: -24px;
8
+ margin-right: -24px;
12
9
  &-buttons {
13
10
  display: flex;
14
11
  gap: 12px;
15
12
  width: 100%;
16
13
 
17
-
18
- .pisell-wallet-pass-gallery_footer-buttons-item-secondary{
19
- overflow: hidden;
20
- display: flex;
21
- >span{
22
- display: block;
23
- // width: 100%;
24
- flex:1;
14
+ .pisell-wallet-pass-gallery_footer-buttons-item-secondary {
15
+ overflow: hidden;
16
+ display: inline-block;
25
17
  white-space: nowrap;
26
18
  overflow: hidden;
27
19
  text-overflow: ellipsis;
28
20
  text-wrap: nowrap;
29
- }
30
- }
31
-
32
-
33
- // 按钮数量样式
34
- // 单个按钮占满宽度
35
- &-count-1 {
36
- .pisell-wallet-pass-gallery_footer-buttons-item {
37
- flex: 1;
38
- width: 100%;
39
- }
40
- }
41
-
42
- // 两个按钮各占一半
43
- &-count-2 {
44
- .pisell-wallet-pass-gallery_footer-buttons-item {
45
- flex: 1;
46
- width: calc(50% - 6px);
21
+ > span {
22
+ display: inline;
47
23
  }
48
24
  }
49
-
50
- // 三个按钮各占三分之一
51
- &-count-3 {
52
- .pisell-wallet-pass-gallery_footer-buttons-item {
53
- flex: 1;
54
- width: calc(33.33% - 8px);
55
- }
56
- }
57
-
58
- // 四个按钮各占四分之一
59
- &-count-4 {
60
- .pisell-wallet-pass-gallery_footer-buttons-item {
61
- flex: 1;
62
- width: calc(25% - 9px);
63
- }
64
- }
65
-
66
- // Ant Design按钮覆盖样式
67
- :global(.ant-btn) {
68
- height: 48px;
69
- border-radius: 6px;
70
- font-size: 16px;
71
- font-weight: 500;
72
- width: 100%;
25
+
26
+ .pisell-wallet-pass-gallery_footer-buttons-item {
27
+ flex-grow: 1;
73
28
  }
74
-
29
+
75
30
  &-item {
76
31
  // 修饰符:主按钮
77
32
  &-primary {
78
- background-color: var(--theme-color, #7F56D9);
33
+ background-color: var(--theme-color, #7f56d9);
79
34
  }
80
-
35
+
81
36
  // 修饰符:次按钮
82
37
  &-secondary {
83
38
  background-color: #fff;
@@ -90,4 +45,4 @@
90
45
 
91
46
  .pisell-wallet-pass-gallery_footer:empty {
92
47
  display: none;
93
- }
48
+ }
@@ -3,6 +3,7 @@ interface PassDetailProps {
3
3
  dataSource?: any | null;
4
4
  platform?: 'pc' | 'h5';
5
5
  buttonGroupList?: any[][];
6
+ showTimeLine?: boolean;
6
7
  }
7
8
  declare const PassDetail: (props: PassDetailProps) => JSX.Element | null;
8
9
  export default PassDetail;