@pisell/private-materials 6.11.110 → 6.11.112

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 (70) 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 +1 -1
  6. package/build/lowcode/preview.js +16 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/view.css +1 -1
  9. package/build/lowcode/view.js +11 -11
  10. package/es/components/booking/components/actionButtons/index.less +9 -9
  11. package/es/components/booking/components/tabPane/index.less +10 -9
  12. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  13. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  14. package/es/components/booking/info/index.less +6 -2
  15. package/es/components/booking/info/service2/utils.d.ts +1 -1
  16. package/es/components/booking/utils.d.ts +2 -2
  17. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  18. package/es/components/eftposPay/amount.d.ts +1 -1
  19. package/es/components/eftposPay/device.d.ts +1 -1
  20. package/es/components/eftposPay/hooks.d.ts +2 -2
  21. package/es/components/eftposPay/store/index.d.ts +5 -5
  22. package/es/components/pay/toC/utils.d.ts +2 -2
  23. package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
  24. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  25. package/es/plus/pisellReservation/floorMap/floorPlanApi.d.ts +5 -5
  26. package/es/plus/pisellReservation/floorMap/reservationCards.d.ts +7 -7
  27. package/es/plus/pisellReservation/floorMap/useReservationFloorMapMerged.d.ts +1 -1
  28. package/es/plus/pisellReservation/floorMap/useReservationFloorPlan.d.ts +1 -1
  29. package/es/plus/pisellReservation/hooks/useReservationScheduleDebounced.d.ts +3 -3
  30. package/es/plus/pisellSalesManagement/config/booking.d.ts +0 -1
  31. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +1 -1
  32. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +1 -1
  33. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +1 -1
  34. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +1 -1
  35. package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
  36. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +1 -1
  37. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +1 -1
  38. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +1 -1
  39. package/es/plus/productSelect/ProductCard/utils.d.ts +1 -1
  40. package/lib/components/booking/components/actionButtons/index.less +9 -9
  41. package/lib/components/booking/components/tabPane/index.less +10 -9
  42. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  43. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  44. package/lib/components/booking/info/index.less +6 -2
  45. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  46. package/lib/components/booking/utils.d.ts +2 -2
  47. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  48. package/lib/components/eftposPay/amount.d.ts +1 -1
  49. package/lib/components/eftposPay/device.d.ts +1 -1
  50. package/lib/components/eftposPay/hooks.d.ts +2 -2
  51. package/lib/components/eftposPay/store/index.d.ts +5 -5
  52. package/lib/components/pay/toC/utils.d.ts +2 -2
  53. package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
  54. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  55. package/lib/plus/pisellReservation/floorMap/floorPlanApi.d.ts +5 -5
  56. package/lib/plus/pisellReservation/floorMap/reservationCards.d.ts +7 -7
  57. package/lib/plus/pisellReservation/floorMap/useReservationFloorMapMerged.d.ts +1 -1
  58. package/lib/plus/pisellReservation/floorMap/useReservationFloorPlan.d.ts +1 -1
  59. package/lib/plus/pisellReservation/hooks/useReservationScheduleDebounced.d.ts +3 -3
  60. package/lib/plus/pisellSalesManagement/config/booking.d.ts +0 -1
  61. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +1 -1
  62. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +1 -1
  63. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +1 -1
  64. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +1 -1
  65. package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
  66. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +1 -1
  67. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +1 -1
  68. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +1 -1
  69. package/lib/plus/productSelect/ProductCard/utils.d.ts +1 -1
  70. package/package.json +2 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.