@pisell/private-materials 6.2.41 → 6.2.44

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 (187) 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 +13 -29
  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/deposit/components/PolicyModal/index.d.ts +0 -1
  12. package/es/components/booking/addons/index.js +12 -8
  13. package/es/components/booking/components/footer/index.d.ts +0 -1
  14. package/es/components/booking/components/reloadResourceModal/index.d.ts +0 -1
  15. package/es/components/booking/components/voucher/index.d.ts +0 -1
  16. package/es/components/booking/editBookingModal/index.js +3 -4
  17. package/es/components/booking/hooks/useQuotation.d.ts +0 -1
  18. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  19. package/es/components/booking/info/service/Lists.d.ts +0 -1
  20. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  21. package/es/components/booking/info/service/serviceItem/index.d.ts +0 -1
  22. package/es/components/booking/info/service2/utils.d.ts +1 -1
  23. package/es/components/booking/info/utils.js +1 -1
  24. package/es/components/booking/info2/service/addService/index.d.ts +0 -1
  25. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  26. package/es/components/booking/info2/service/addService/utils.js +16 -1
  27. package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -1
  28. package/es/components/booking/info2/service/serviceItem/index.d.ts +0 -1
  29. package/es/components/booking/notes/addNote/index.d.ts +0 -1
  30. package/es/components/eftposPay/amount.d.ts +1 -1
  31. package/es/components/eftposPay/device.d.ts +1 -1
  32. package/es/components/eftposPay/hooks.d.ts +2 -2
  33. package/es/components/eftposPay/store/index.d.ts +5 -5
  34. package/es/components/productSelect/components/TabProduct/index.d.ts +0 -1
  35. package/es/components/productSelect/components/productGroup/index.d.ts +0 -1
  36. package/es/components/schedules/utils.d.ts +1 -1
  37. package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -1
  38. package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -1
  39. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -1
  40. package/es/components/ticketBooking/components/ticketBooking/index.js +3 -0
  41. package/es/components/ticketBooking/components/timeBar/index.d.ts +0 -1
  42. package/es/components/ticketBooking/index.d.ts +0 -1
  43. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  44. package/es/index.d.ts +3 -0
  45. package/es/index.js +4 -1
  46. package/es/plus/clientName/index.d.ts +0 -1
  47. package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -1
  48. package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -1
  49. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -1
  50. package/es/plus/noteModal/AddTempModal.d.ts +0 -1
  51. package/es/plus/productSelect/ProductCard/index.less +5 -22
  52. package/es/plus/productSelect/components/pisellPriceText/index.d.ts +1 -0
  53. package/es/plus/productSelect/components/pisellPriceText/index.js +1 -0
  54. package/es/plus/productSelect/components/pisellPriceText/index.less +4 -0
  55. package/es/plus/saasCreateOrganization/components/Header.d.ts +4 -0
  56. package/es/plus/saasCreateOrganization/components/Header.js +62 -0
  57. package/es/plus/saasCreateOrganization/index.d.ts +5 -0
  58. package/es/plus/saasCreateOrganization/index.js +15 -0
  59. package/es/plus/saasCreateOrganization/index.less +55 -0
  60. package/es/plus/saasCreateOrganization/locales.d.ts +15 -0
  61. package/es/plus/saasCreateOrganization/locales.js +14 -0
  62. package/es/plus/saasCreateOrganization/types.d.ts +69 -0
  63. package/es/plus/saasCreateOrganization/types.js +1 -0
  64. package/es/plus/saasLogin/index.d.ts +5 -0
  65. package/es/plus/saasLogin/index.js +165 -0
  66. package/es/plus/saasLogin/index.less +136 -0
  67. package/es/plus/saasLogin/locales.d.ts +51 -0
  68. package/es/plus/saasLogin/locales.js +50 -0
  69. package/es/plus/saasLogin/types.d.ts +62 -0
  70. package/es/plus/saasLogin/types.js +1 -0
  71. package/es/plus/saasLogin/utils.d.ts +35 -0
  72. package/es/plus/saasLogin/utils.js +31 -0
  73. package/es/plus/saasRegister/components/EntryEmail.d.ts +10 -0
  74. package/es/plus/saasRegister/components/EntryEmail.js +92 -0
  75. package/es/plus/saasRegister/components/EntryInfo.d.ts +10 -0
  76. package/es/plus/saasRegister/components/EntryInfo.js +145 -0
  77. package/es/plus/saasRegister/components/GoLogin.d.ts +5 -0
  78. package/es/plus/saasRegister/components/GoLogin.js +27 -0
  79. package/es/plus/saasRegister/components/Header.d.ts +4 -0
  80. package/es/plus/saasRegister/components/Header.js +62 -0
  81. package/es/plus/saasRegister/components/VerifyError.d.ts +9 -0
  82. package/es/plus/saasRegister/components/VerifyError.js +68 -0
  83. package/es/plus/saasRegister/components/VerifyingLink.d.ts +6 -0
  84. package/es/plus/saasRegister/components/VerifyingLink.js +16 -0
  85. package/es/plus/saasRegister/components/VertifyEmail.d.ts +8 -0
  86. package/es/plus/saasRegister/components/VertifyEmail.js +121 -0
  87. package/es/plus/saasRegister/index.d.ts +5 -0
  88. package/es/plus/saasRegister/index.js +246 -0
  89. package/es/plus/saasRegister/index.less +218 -0
  90. package/es/plus/saasRegister/locales.d.ts +117 -0
  91. package/es/plus/saasRegister/locales.js +116 -0
  92. package/es/plus/saasRegister/types.d.ts +114 -0
  93. package/es/plus/saasRegister/types.js +24 -0
  94. package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -1
  95. package/es/utils/index.d.ts +1 -1
  96. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -1
  97. package/lib/components/booking/addons/index.js +1 -11
  98. package/lib/components/booking/components/footer/index.d.ts +0 -1
  99. package/lib/components/booking/components/reloadResourceModal/index.d.ts +0 -1
  100. package/lib/components/booking/components/voucher/index.d.ts +0 -1
  101. package/lib/components/booking/editBookingModal/index.js +3 -4
  102. package/lib/components/booking/hooks/useQuotation.d.ts +0 -1
  103. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  104. package/lib/components/booking/info/service/Lists.d.ts +0 -1
  105. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  106. package/lib/components/booking/info/service/serviceItem/index.d.ts +0 -1
  107. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  108. package/lib/components/booking/info/utils.js +2 -1
  109. package/lib/components/booking/info2/service/addService/index.d.ts +0 -1
  110. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  111. package/lib/components/booking/info2/service/addService/utils.js +15 -3
  112. package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -1
  113. package/lib/components/booking/info2/service/serviceItem/index.d.ts +0 -1
  114. package/lib/components/booking/notes/addNote/index.d.ts +0 -1
  115. package/lib/components/eftposPay/amount.d.ts +1 -1
  116. package/lib/components/eftposPay/device.d.ts +1 -1
  117. package/lib/components/eftposPay/hooks.d.ts +2 -2
  118. package/lib/components/eftposPay/store/index.d.ts +5 -5
  119. package/lib/components/productSelect/components/TabProduct/index.d.ts +0 -1
  120. package/lib/components/productSelect/components/productGroup/index.d.ts +0 -1
  121. package/lib/components/schedules/utils.d.ts +1 -1
  122. package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -1
  123. package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -1
  124. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -1
  125. package/lib/components/ticketBooking/components/ticketBooking/index.js +3 -0
  126. package/lib/components/ticketBooking/components/timeBar/index.d.ts +0 -1
  127. package/lib/components/ticketBooking/index.d.ts +0 -1
  128. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  129. package/lib/index.d.ts +3 -0
  130. package/lib/index.js +9 -0
  131. package/lib/plus/clientName/index.d.ts +0 -1
  132. package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -1
  133. package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -1
  134. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -1
  135. package/lib/plus/noteModal/AddTempModal.d.ts +0 -1
  136. package/lib/plus/productSelect/ProductCard/index.less +5 -22
  137. package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +1 -0
  138. package/lib/plus/productSelect/components/pisellPriceText/index.js +1 -0
  139. package/lib/plus/productSelect/components/pisellPriceText/index.less +4 -0
  140. package/lib/plus/saasCreateOrganization/components/Header.d.ts +4 -0
  141. package/lib/plus/saasCreateOrganization/components/Header.js +99 -0
  142. package/lib/plus/saasCreateOrganization/index.d.ts +5 -0
  143. package/lib/plus/saasCreateOrganization/index.js +47 -0
  144. package/lib/plus/saasCreateOrganization/index.less +55 -0
  145. package/lib/plus/saasCreateOrganization/locales.d.ts +15 -0
  146. package/lib/plus/saasCreateOrganization/locales.js +38 -0
  147. package/lib/plus/saasCreateOrganization/types.d.ts +69 -0
  148. package/lib/plus/saasCreateOrganization/types.js +17 -0
  149. package/lib/plus/saasLogin/index.d.ts +5 -0
  150. package/lib/plus/saasLogin/index.js +171 -0
  151. package/lib/plus/saasLogin/index.less +136 -0
  152. package/lib/plus/saasLogin/locales.d.ts +51 -0
  153. package/lib/plus/saasLogin/locales.js +74 -0
  154. package/lib/plus/saasLogin/types.d.ts +62 -0
  155. package/lib/plus/saasLogin/types.js +17 -0
  156. package/lib/plus/saasLogin/utils.d.ts +35 -0
  157. package/lib/plus/saasLogin/utils.js +50 -0
  158. package/lib/plus/saasRegister/components/EntryEmail.d.ts +10 -0
  159. package/lib/plus/saasRegister/components/EntryEmail.js +92 -0
  160. package/lib/plus/saasRegister/components/EntryInfo.d.ts +10 -0
  161. package/lib/plus/saasRegister/components/EntryInfo.js +128 -0
  162. package/lib/plus/saasRegister/components/GoLogin.d.ts +5 -0
  163. package/lib/plus/saasRegister/components/GoLogin.js +58 -0
  164. package/lib/plus/saasRegister/components/Header.d.ts +4 -0
  165. package/lib/plus/saasRegister/components/Header.js +99 -0
  166. package/lib/plus/saasRegister/components/VerifyError.d.ts +9 -0
  167. package/lib/plus/saasRegister/components/VerifyError.js +123 -0
  168. package/lib/plus/saasRegister/components/VerifyingLink.d.ts +6 -0
  169. package/lib/plus/saasRegister/components/VerifyingLink.js +44 -0
  170. package/lib/plus/saasRegister/components/VertifyEmail.d.ts +8 -0
  171. package/lib/plus/saasRegister/components/VertifyEmail.js +110 -0
  172. package/lib/plus/saasRegister/index.d.ts +5 -0
  173. package/lib/plus/saasRegister/index.js +205 -0
  174. package/lib/plus/saasRegister/index.less +218 -0
  175. package/lib/plus/saasRegister/locales.d.ts +117 -0
  176. package/lib/plus/saasRegister/locales.js +140 -0
  177. package/lib/plus/saasRegister/types.d.ts +114 -0
  178. package/lib/plus/saasRegister/types.js +54 -0
  179. package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -1
  180. package/lib/utils/index.d.ts +1 -1
  181. package/lowcode/saas-create-organization/meta.ts +214 -0
  182. package/lowcode/saas-create-organization/snippets.ts +25 -0
  183. package/lowcode/saas-login/meta.ts +370 -0
  184. package/lowcode/saas-login/snippets.ts +38 -0
  185. package/lowcode/saas-register/meta.ts +386 -0
  186. package/lowcode/saas-register/snippets.ts +31 -0
  187. package/package.json +3 -3

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.