@pisell/private-materials 6.3.56 → 6.3.57

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 (133) 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/meta.js +1 -1
  5. package/build/lowcode/render/default/view.js +1 -1
  6. package/build/lowcode/view.js +1 -1
  7. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  8. package/es/components/booking/forms/table/index.d.ts +1 -0
  9. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  10. package/es/components/booking/info/service/like/index.d.ts +1 -0
  11. package/es/components/eftpos/deviceList/index.d.ts +1 -0
  12. package/es/components/eftpos/group/index.d.ts +1 -0
  13. package/es/components/eftpos/icon/apiKey.d.ts +1 -0
  14. package/es/components/eftpos/icon/device.d.ts +1 -0
  15. package/es/components/eftpos/receipt/index.d.ts +1 -0
  16. package/es/components/eftposPay/component/alert/warn.d.ts +1 -0
  17. package/es/components/eftposPay/component/header/titlebar.d.ts +1 -0
  18. package/es/components/eftposPay/component/step/step.d.ts +1 -0
  19. package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
  20. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  21. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  22. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  23. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  24. package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  25. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +165 -145
  26. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  27. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
  28. package/es/components/pay/toC/WalletPassBlock/index.js +3 -1
  29. package/es/components/pay/toC/index.js +65 -31
  30. package/es/components/pay/toC/model.d.ts +1 -0
  31. package/es/components/pay/toC/serve.d.ts +18 -0
  32. package/es/components/pay/toC/serve.js +29 -1
  33. package/es/components/pay/toC/utils.d.ts +2 -2
  34. package/es/components/pay/toC/utils.js +4 -0
  35. package/es/components/schedules/calendar/calendarItem.d.ts +1 -0
  36. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  37. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  38. package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
  39. package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
  40. package/es/components/ticketBooking/components/timeBar/index.js +9 -12
  41. package/es/plus/clientName/index.d.ts +1 -0
  42. package/es/pro/pisellPaymentList/example.d.ts +1 -0
  43. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  44. package/lib/components/booking/forms/table/index.d.ts +1 -0
  45. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  46. package/lib/components/booking/info/service/like/index.d.ts +1 -0
  47. package/lib/components/eftpos/deviceList/index.d.ts +1 -0
  48. package/lib/components/eftpos/group/index.d.ts +1 -0
  49. package/lib/components/eftpos/icon/apiKey.d.ts +1 -0
  50. package/lib/components/eftpos/icon/device.d.ts +1 -0
  51. package/lib/components/eftpos/receipt/index.d.ts +1 -0
  52. package/lib/components/eftposPay/component/alert/warn.d.ts +1 -0
  53. package/lib/components/eftposPay/component/header/titlebar.d.ts +1 -0
  54. package/lib/components/eftposPay/component/step/step.d.ts +1 -0
  55. package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
  56. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  57. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  58. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  59. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  60. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  61. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +90 -103
  62. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  63. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
  64. package/lib/components/pay/toC/WalletPassBlock/index.js +3 -1
  65. package/lib/components/pay/toC/index.js +52 -19
  66. package/lib/components/pay/toC/model.d.ts +1 -0
  67. package/lib/components/pay/toC/serve.d.ts +18 -0
  68. package/lib/components/pay/toC/serve.js +6 -0
  69. package/lib/components/pay/toC/utils.d.ts +2 -2
  70. package/lib/components/pay/toC/utils.js +4 -0
  71. package/lib/components/schedules/calendar/calendarItem.d.ts +1 -0
  72. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  73. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  74. package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
  75. package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
  76. package/lib/components/ticketBooking/components/timeBar/index.js +2 -5
  77. package/lib/plus/clientName/index.d.ts +1 -0
  78. package/lib/pro/pisellPaymentList/example.d.ts +1 -0
  79. package/package.json +3 -3
  80. package/es/components/booking/info/service/editService/constants.d.ts +0 -1
  81. package/es/components/pay/toC/locales.d.ts +0 -301
  82. package/es/components/pay/toC/status.d.ts +0 -13
  83. package/es/components/systemSettings/registry/locales.d.ts +0 -272
  84. package/es/components/systemSettings/registry/services.d.ts +0 -77
  85. package/es/components/systemSettings/registry/types.d.ts +0 -126
  86. package/es/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  87. package/es/components/systemSettings/registry/utils/validators.d.ts +0 -8
  88. package/es/components/wallet/utils.d.ts +0 -48
  89. package/es/components/walletList/locales.d.ts +0 -27
  90. package/es/components/walletList/types/index.d.ts +0 -194
  91. package/es/plus/selectHolder/types.d.ts +0 -104
  92. package/es/plus/selectHolder/utils.d.ts +0 -9
  93. package/es/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  94. package/es/plus/walletEditor/locales.d.ts +0 -135
  95. package/es/plus/walletEditor/types.d.ts +0 -52
  96. package/es/plus/walletPassGallery/locales.d.ts +0 -285
  97. package/es/plus/walletPassGallery/utils.d.ts +0 -48
  98. package/es/pro/Login2.0/hooks/index.d.ts +0 -2
  99. package/es/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  100. package/es/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  101. package/es/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  102. package/es/pro/Login2.0/locales.d.ts +0 -543
  103. package/es/pro/Login2.0/shared/Header.d.ts +0 -11
  104. package/es/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  105. package/es/pro/Login2.0/shared/types.d.ts +0 -232
  106. package/es/pro/Login2.0/types.d.ts +0 -167
  107. package/lib/components/booking/info/service/editService/constants.d.ts +0 -1
  108. package/lib/components/pay/toC/locales.d.ts +0 -301
  109. package/lib/components/pay/toC/status.d.ts +0 -13
  110. package/lib/components/systemSettings/registry/locales.d.ts +0 -272
  111. package/lib/components/systemSettings/registry/services.d.ts +0 -77
  112. package/lib/components/systemSettings/registry/types.d.ts +0 -126
  113. package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  114. package/lib/components/systemSettings/registry/utils/validators.d.ts +0 -8
  115. package/lib/components/wallet/utils.d.ts +0 -48
  116. package/lib/components/walletList/locales.d.ts +0 -27
  117. package/lib/components/walletList/types/index.d.ts +0 -194
  118. package/lib/plus/selectHolder/types.d.ts +0 -104
  119. package/lib/plus/selectHolder/utils.d.ts +0 -9
  120. package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  121. package/lib/plus/walletEditor/locales.d.ts +0 -135
  122. package/lib/plus/walletEditor/types.d.ts +0 -52
  123. package/lib/plus/walletPassGallery/locales.d.ts +0 -285
  124. package/lib/plus/walletPassGallery/utils.d.ts +0 -48
  125. package/lib/pro/Login2.0/hooks/index.d.ts +0 -2
  126. package/lib/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  127. package/lib/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  128. package/lib/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  129. package/lib/pro/Login2.0/locales.d.ts +0 -543
  130. package/lib/pro/Login2.0/shared/Header.d.ts +0 -11
  131. package/lib/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  132. package/lib/pro/Login2.0/shared/types.d.ts +0 -232
  133. package/lib/pro/Login2.0/types.d.ts +0 -167

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.