@pisell/private-materials 6.6.45 → 6.6.46

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 (321) hide show
  1. package/build/lowcode/render/default/view.css +1 -1
  2. package/build/lowcode/render/default/view.js +1 -1
  3. package/build/lowcode/view.css +1 -1
  4. package/build/lowcode/view.js +1 -1
  5. package/es/components/appointmentBooking/components/Voucher/index.js +22 -7
  6. package/es/components/booking/addons/index.js +3 -2
  7. package/es/components/booking/components/footer/amount.js +4 -5
  8. package/es/components/booking/components/footer/index.js +7 -0
  9. package/es/components/booking/components/footer/utils.d.ts +1 -1
  10. package/es/components/booking/components/footer/utils.js +10 -15
  11. package/es/components/booking/components/voucher/index.js +7 -1
  12. package/es/components/booking/components/voucher/index.less +4 -1
  13. package/es/components/booking/components/voucherModal/index.less +1 -0
  14. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  15. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  16. package/es/components/booking/info2/service/editService/index.js +10 -8
  17. package/es/components/booking/info2/service/editService/utils.d.ts +0 -1
  18. package/es/components/booking/info2/service/editService/utils.js +0 -16
  19. package/es/components/booking/payments/index.js +1 -1
  20. package/es/components/booking/utils.d.ts +2 -2
  21. package/es/components/checkout/components/WalletPassModule/index.js +1 -0
  22. package/es/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
  23. package/es/components/checkout/components/WalletPassModule/utils.js +17 -3
  24. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  25. package/es/components/checkout/hooks/useWalletPass.js +316 -192
  26. package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  27. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +166 -145
  28. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  29. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
  30. package/es/components/pay/toC/WalletPassBlock/index.js +3 -1
  31. package/es/components/pay/toC/index.js +66 -27
  32. package/es/components/pay/toC/model.d.ts +1 -0
  33. package/es/components/pay/toC/serve.d.ts +18 -0
  34. package/es/components/pay/toC/serve.js +29 -1
  35. package/es/components/pay/toC/utils.d.ts +2 -2
  36. package/es/components/pay/toC/utils.js +4 -0
  37. package/es/components/ticketBooking/components/addServiceVariant/addService.js +7 -4
  38. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  39. package/lib/components/appointmentBooking/components/Voucher/index.js +10 -2
  40. package/lib/components/booking/addons/index.js +3 -2
  41. package/lib/components/booking/components/footer/amount.js +4 -4
  42. package/lib/components/booking/components/footer/index.js +9 -0
  43. package/lib/components/booking/components/footer/utils.d.ts +1 -1
  44. package/lib/components/booking/components/footer/utils.js +10 -15
  45. package/lib/components/booking/components/voucher/index.js +7 -1
  46. package/lib/components/booking/components/voucher/index.less +4 -1
  47. package/lib/components/booking/components/voucherModal/index.less +1 -0
  48. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  49. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  50. package/lib/components/booking/info2/service/editService/index.js +24 -21
  51. package/lib/components/booking/info2/service/editService/utils.d.ts +0 -1
  52. package/lib/components/booking/info2/service/editService/utils.js +0 -16
  53. package/lib/components/booking/payments/index.js +1 -1
  54. package/lib/components/booking/utils.d.ts +2 -2
  55. package/lib/components/checkout/components/WalletPassModule/index.js +1 -0
  56. package/lib/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
  57. package/lib/components/checkout/components/WalletPassModule/utils.js +18 -2
  58. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  59. package/lib/components/checkout/hooks/useWalletPass.js +157 -108
  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 -11
  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/ticketBooking/components/addServiceVariant/addService.js +11 -7
  72. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  73. package/package.json +4 -4
  74. package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
  75. package/es/components/appointmentBooking/locales.d.ts +0 -603
  76. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
  77. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  78. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
  79. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
  80. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  81. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
  82. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
  83. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  84. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
  85. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
  86. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
  87. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
  88. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  89. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
  90. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
  91. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
  92. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
  93. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
  94. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
  95. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
  96. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
  97. package/es/components/booking/components/actionButtons/index.d.ts +0 -31
  98. package/es/components/booking/components/voucher/utils.d.ts +0 -5
  99. package/es/components/booking/editBookingModal/locales.d.ts +0 -33
  100. package/es/components/booking/editBookingModal/mock.d.ts +0 -991
  101. package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -33
  102. package/es/components/booking/info2/service/addService/mock.d.ts +0 -216
  103. package/es/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
  104. package/es/components/booking/locales.d.ts +0 -1619
  105. package/es/components/checkout/PaymentModal.d.ts +0 -31
  106. package/es/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
  107. package/es/components/checkout/locales.d.ts +0 -853
  108. package/es/components/eftpos/locales.d.ts +0 -163
  109. package/es/components/eftposPay/locales.d.ts +0 -608
  110. package/es/components/eventBooking/locales.d.ts +0 -408
  111. package/es/components/list/locales.d.ts +0 -108
  112. package/es/components/list/utils/getText.d.ts +0 -53
  113. package/es/components/login/locales.d.ts +0 -38
  114. package/es/components/pay/toB/locales.d.ts +0 -88
  115. package/es/components/pay/toC/locales.d.ts +0 -511
  116. package/es/components/pinModal/locales.d.ts +0 -43
  117. package/es/components/pinVerifyModal/locales.d.ts +0 -38
  118. package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -133
  119. package/es/components/productExtension/locales.d.ts +0 -78
  120. package/es/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
  121. package/es/components/productSelect/locales.d.ts +0 -38
  122. package/es/components/ruleSetting/locales.d.ts +0 -78
  123. package/es/components/schedules/locales.d.ts +0 -143
  124. package/es/components/shoppingCart/locales.d.ts +0 -58
  125. package/es/components/stepController/locales.d.ts +0 -43
  126. package/es/components/subTotal/locales.d.ts +0 -68
  127. package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  128. package/es/components/systemSettings/registry/locales.d.ts +0 -456
  129. package/es/components/systemSettings/registry/types.d.ts +0 -128
  130. package/es/components/taxSelect/locales.d.ts +0 -38
  131. package/es/components/ticketBooking/locales.d.ts +0 -328
  132. package/es/components/ticketBooking/utils/formatTime.d.ts +0 -33
  133. package/es/components/wallet/utils.d.ts +0 -48
  134. package/es/components/walletList/index.d.ts +0 -4
  135. package/es/components/walletList/locales.d.ts +0 -43
  136. package/es/components/walletList/types/index.d.ts +0 -196
  137. package/es/plus/clientCard/index.d.ts +0 -7
  138. package/es/plus/clientCard/locales.d.ts +0 -28
  139. package/es/plus/clientCard/types.d.ts +0 -135
  140. package/es/plus/clinetSearch/locales.d.ts +0 -178
  141. package/es/plus/contactInfo/locales.d.ts +0 -23
  142. package/es/plus/contactInfoModal/locales.d.ts +0 -108
  143. package/es/plus/noteModal/locales.d.ts +0 -53
  144. package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
  145. package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
  146. package/es/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
  147. package/es/plus/productSelect/locales.d.ts +0 -38
  148. package/es/plus/saasAttendance/index.d.ts +0 -6
  149. package/es/plus/saasAttendance/locales.d.ts +0 -528
  150. package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  151. package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  152. package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  153. package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  154. package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  155. package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
  156. package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  157. package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  158. package/es/plus/saasAttendance/settings/index.d.ts +0 -18
  159. package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
  160. package/es/plus/saasAttendance/settings/types.d.ts +0 -130
  161. package/es/plus/saasCreateOrganization/locales.d.ts +0 -23
  162. package/es/plus/saasLogin/locales.d.ts +0 -83
  163. package/es/plus/saasRegister/locales.d.ts +0 -193
  164. package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  165. package/es/plus/saasRole/index.d.ts +0 -14
  166. package/es/plus/saasRole/locales.d.ts +0 -319
  167. package/es/plus/saasRole/serve.d.ts +0 -72
  168. package/es/plus/saasRole/types.d.ts +0 -177
  169. package/es/plus/saasRole/utils.d.ts +0 -0
  170. package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  171. package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  172. package/es/plus/saasTeamMembers/index.d.ts +0 -5
  173. package/es/plus/saasTeamMembers/locales.d.ts +0 -546
  174. package/es/plus/saasTeamMembers/serve.d.ts +0 -95
  175. package/es/plus/saasTeamMembers/type.d.ts +0 -158
  176. package/es/plus/selectHolder/locales.d.ts +0 -38
  177. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
  178. package/es/plus/walletEditor/locales.d.ts +0 -223
  179. package/es/plus/walletEditor/types.d.ts +0 -54
  180. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
  181. package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -13
  182. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
  183. package/es/plus/walletPassGallery/index.d.ts +0 -11
  184. package/es/plus/walletPassGallery/locales.d.ts +0 -473
  185. package/es/plus/walletPassGallery/serve.d.ts +0 -245
  186. package/es/plus/walletPassGallery/utils.d.ts +0 -48
  187. package/es/pro/Login2.0/locales.d.ts +0 -903
  188. package/es/pro/Login2.0/shared/types.d.ts +0 -234
  189. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  190. package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
  191. package/es/pro/numberKeyboard/locales.d.ts +0 -18
  192. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  193. package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
  194. package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
  195. package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
  196. package/es/pro/skuDetailModal/locales.d.ts +0 -78
  197. package/es/pro/skuDetailModal/types.d.ts +0 -352
  198. package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
  199. package/lib/components/appointmentBooking/locales.d.ts +0 -603
  200. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
  201. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  202. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
  203. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
  204. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  205. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
  206. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
  207. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  208. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
  209. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
  210. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
  211. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
  212. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  213. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
  214. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
  215. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
  216. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
  217. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
  218. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
  219. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
  220. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
  221. package/lib/components/booking/components/actionButtons/index.d.ts +0 -31
  222. package/lib/components/booking/components/voucher/utils.d.ts +0 -5
  223. package/lib/components/booking/editBookingModal/locales.d.ts +0 -33
  224. package/lib/components/booking/editBookingModal/mock.d.ts +0 -991
  225. package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -33
  226. package/lib/components/booking/info2/service/addService/mock.d.ts +0 -216
  227. package/lib/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
  228. package/lib/components/booking/locales.d.ts +0 -1619
  229. package/lib/components/checkout/PaymentModal.d.ts +0 -31
  230. package/lib/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
  231. package/lib/components/checkout/locales.d.ts +0 -853
  232. package/lib/components/eftpos/locales.d.ts +0 -163
  233. package/lib/components/eftposPay/locales.d.ts +0 -608
  234. package/lib/components/eventBooking/locales.d.ts +0 -408
  235. package/lib/components/list/locales.d.ts +0 -108
  236. package/lib/components/list/utils/getText.d.ts +0 -53
  237. package/lib/components/login/locales.d.ts +0 -38
  238. package/lib/components/pay/toB/locales.d.ts +0 -88
  239. package/lib/components/pay/toC/locales.d.ts +0 -511
  240. package/lib/components/pinModal/locales.d.ts +0 -43
  241. package/lib/components/pinVerifyModal/locales.d.ts +0 -38
  242. package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -133
  243. package/lib/components/productExtension/locales.d.ts +0 -78
  244. package/lib/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
  245. package/lib/components/productSelect/locales.d.ts +0 -38
  246. package/lib/components/ruleSetting/locales.d.ts +0 -78
  247. package/lib/components/schedules/locales.d.ts +0 -143
  248. package/lib/components/shoppingCart/locales.d.ts +0 -58
  249. package/lib/components/stepController/locales.d.ts +0 -43
  250. package/lib/components/subTotal/locales.d.ts +0 -68
  251. package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  252. package/lib/components/systemSettings/registry/locales.d.ts +0 -456
  253. package/lib/components/systemSettings/registry/types.d.ts +0 -128
  254. package/lib/components/taxSelect/locales.d.ts +0 -38
  255. package/lib/components/ticketBooking/locales.d.ts +0 -328
  256. package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -33
  257. package/lib/components/wallet/utils.d.ts +0 -48
  258. package/lib/components/walletList/index.d.ts +0 -4
  259. package/lib/components/walletList/locales.d.ts +0 -43
  260. package/lib/components/walletList/types/index.d.ts +0 -196
  261. package/lib/plus/clientCard/index.d.ts +0 -7
  262. package/lib/plus/clientCard/locales.d.ts +0 -28
  263. package/lib/plus/clientCard/types.d.ts +0 -135
  264. package/lib/plus/clinetSearch/locales.d.ts +0 -178
  265. package/lib/plus/contactInfo/locales.d.ts +0 -23
  266. package/lib/plus/contactInfoModal/locales.d.ts +0 -108
  267. package/lib/plus/noteModal/locales.d.ts +0 -53
  268. package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
  269. package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
  270. package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
  271. package/lib/plus/productSelect/locales.d.ts +0 -38
  272. package/lib/plus/saasAttendance/index.d.ts +0 -6
  273. package/lib/plus/saasAttendance/locales.d.ts +0 -528
  274. package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  275. package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  276. package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  277. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  278. package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  279. package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
  280. package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  281. package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  282. package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
  283. package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
  284. package/lib/plus/saasAttendance/settings/types.d.ts +0 -130
  285. package/lib/plus/saasCreateOrganization/locales.d.ts +0 -23
  286. package/lib/plus/saasLogin/locales.d.ts +0 -83
  287. package/lib/plus/saasRegister/locales.d.ts +0 -193
  288. package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  289. package/lib/plus/saasRole/index.d.ts +0 -14
  290. package/lib/plus/saasRole/locales.d.ts +0 -319
  291. package/lib/plus/saasRole/serve.d.ts +0 -72
  292. package/lib/plus/saasRole/types.d.ts +0 -177
  293. package/lib/plus/saasRole/utils.d.ts +0 -0
  294. package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  295. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  296. package/lib/plus/saasTeamMembers/index.d.ts +0 -5
  297. package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
  298. package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
  299. package/lib/plus/saasTeamMembers/type.d.ts +0 -158
  300. package/lib/plus/selectHolder/locales.d.ts +0 -38
  301. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
  302. package/lib/plus/walletEditor/locales.d.ts +0 -223
  303. package/lib/plus/walletEditor/types.d.ts +0 -54
  304. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
  305. package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -13
  306. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
  307. package/lib/plus/walletPassGallery/index.d.ts +0 -11
  308. package/lib/plus/walletPassGallery/locales.d.ts +0 -473
  309. package/lib/plus/walletPassGallery/serve.d.ts +0 -245
  310. package/lib/plus/walletPassGallery/utils.d.ts +0 -48
  311. package/lib/pro/Login2.0/locales.d.ts +0 -903
  312. package/lib/pro/Login2.0/shared/types.d.ts +0 -234
  313. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  314. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
  315. package/lib/pro/numberKeyboard/locales.d.ts +0 -18
  316. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  317. package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
  318. package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
  319. package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
  320. package/lib/pro/skuDetailModal/locales.d.ts +0 -78
  321. package/lib/pro/skuDetailModal/types.d.ts +0 -352
@@ -1,196 +0,0 @@
1
- import React from 'react';
2
- export interface MultiLanguageName {
3
- original: string;
4
- 'zh-CN': string;
5
- 'zh-HK': string;
6
- 'ja': string;
7
- 'pt': string;
8
- en: string;
9
- [key: string]: string;
10
- }
11
- declare type WalletPassType = 'rechargeable' | 'point' | 'voucher' | 'discount';
12
- export interface WalletMetadata {
13
- name: MultiLanguageName;
14
- welcomeText?: string | MultiLanguageName;
15
- customerName?: string;
16
- coverImage?: string;
17
- icon?: string;
18
- showcaseWalletPassNew?: Array<{
19
- type: WalletPassType;
20
- custom_title?: string | MultiLanguageName;
21
- display?: 0 | 1;
22
- }>;
23
- }
24
- export interface Shop {
25
- id: number;
26
- name: string;
27
- default_url: string;
28
- }
29
- export interface Wallet {
30
- id: string | null;
31
- shop_id: string | null;
32
- shop?: Shop;
33
- status: string | null;
34
- name: MultiLanguageName;
35
- valid_for: {
36
- type: string;
37
- unit?: string;
38
- unit_type?: string;
39
- custom_date?: string;
40
- };
41
- metadata: WalletMetadata;
42
- created_at: string | null;
43
- }
44
- export interface WalletPass {
45
- id: string | null;
46
- shop_id: string | null;
47
- code: string;
48
- status: string | null;
49
- wallet_id: string | null;
50
- customer_id: string | null;
51
- expired_at: string | null;
52
- created_at: string;
53
- shop: Shop;
54
- wallet: Wallet;
55
- icon?: string;
56
- isLogin?: boolean;
57
- showIcon?: boolean;
58
- }
59
- export interface WalletBalance {
60
- gift_card_balance: number;
61
- point_card_balance: number;
62
- voucher_count: number;
63
- discount_card_count: number;
64
- }
65
- export interface WalletCardItem {
66
- type: WalletPassType;
67
- custom_title?: string | MultiLanguageName;
68
- display: 0 | 1;
69
- value?: number;
70
- }
71
- export interface State {
72
- list: WalletPass[];
73
- balance: WalletBalance | null;
74
- loading: boolean;
75
- error: Error | null;
76
- authError?: boolean;
77
- hasAttempted: boolean;
78
- isLoggedIn?: boolean;
79
- }
80
- export interface Action {
81
- type: string;
82
- payload: Partial<State>;
83
- }
84
- export interface Balance {
85
- gift_card_balance: number;
86
- point_card_balance: number;
87
- voucher_count: number;
88
- discount_card_count: number;
89
- }
90
- export interface IWallList {
91
- tag?: string;
92
- sales_status?: string;
93
- machine_search?: string;
94
- createdDate?: string;
95
- limit_status?: string;
96
- relation_id?: string;
97
- relation_type?: string;
98
- customer_id?: string;
99
- sort?: string;
100
- order_by?: string;
101
- used_status?: string;
102
- num?: number;
103
- skip?: number;
104
- }
105
- export interface WalletListProps {
106
- globalState?: {
107
- platform?: 'pc' | 'h5' | 'ipad';
108
- mode?: 'dark' | 'light';
109
- cardStyle?: 'normal' | 'full';
110
- codeType?: 'barCode' | 'qrCode';
111
- codeDirection?: 'bottom' | 'top';
112
- shopName?: boolean;
113
- showWalletName?: boolean;
114
- showShopName?: boolean;
115
- cardNo?: string;
116
- showCardNo?: boolean;
117
- showCode?: boolean;
118
- points?: boolean;
119
- balance?: boolean;
120
- coupon?: boolean;
121
- pointsValue?: number;
122
- balanceValue?: number;
123
- couponValue?: number;
124
- symbol?: string;
125
- showIcon?: boolean;
126
- iconImg?: string;
127
- customBackgroundImage?: string;
128
- walletName?: string;
129
- };
130
- }
131
- export interface WalletCardProps {
132
- platform?: 'pc' | 'h5' | 'ipad';
133
- mode?: 'dark' | 'light';
134
- cardStyle?: 'normal' | 'full';
135
- codeType?: 'barCode' | 'qrCode';
136
- codeDirection?: 'bottom' | 'top';
137
- shopName?: boolean;
138
- showIcon?: boolean;
139
- iconImg?: string;
140
- showWalletName?: boolean;
141
- showShopName?: boolean;
142
- cardNo?: string;
143
- showCardNo?: boolean;
144
- showCode?: boolean;
145
- points?: boolean;
146
- balance?: boolean;
147
- coupon?: boolean;
148
- pointsValue?: number;
149
- balanceValue?: number;
150
- couponValue?: number;
151
- isLogin?: boolean;
152
- items: WalletCardItem[];
153
- }
154
- export interface DivProps extends React.HTMLAttributes<HTMLDivElement> {
155
- children?: React.ReactNode;
156
- }
157
- export interface WalletListContextType {
158
- state: State;
159
- dispatch: React.Dispatch<Action>;
160
- }
161
- export declare const DEFAULT_CARD_CONFIG: {
162
- readonly mode: "light";
163
- readonly cardStyle: "normal";
164
- readonly codeDirection: "bottom";
165
- readonly showShopName: true;
166
- readonly showWalletName: true;
167
- readonly showIcon: true;
168
- readonly iconImg: "";
169
- readonly showCardNo: true;
170
- readonly showCode: true;
171
- readonly points: true;
172
- readonly balance: true;
173
- readonly coupon: true;
174
- };
175
- export interface CarouselSettings {
176
- className: string;
177
- arrows: boolean;
178
- infinite: boolean;
179
- slidesToShow: number;
180
- slidesToScroll: number;
181
- centerMode: boolean;
182
- centerPadding: string;
183
- autoplay: boolean;
184
- autoplaySpeed: number;
185
- dots: boolean;
186
- appendDots?: (dots: React.ReactNode) => React.ReactNode;
187
- responsive?: Array<{
188
- breakpoint: number;
189
- settings: {
190
- slidesToShow: number;
191
- slidesToScroll: number;
192
- centerPadding: string;
193
- };
194
- }>;
195
- }
196
- export {};
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { ClientData, ClientCardProps, ProcessedClientData, FieldNames } from './types';
3
- import './index.less';
4
- export declare const processClientData: (dataSource: ClientData, fieldNames?: FieldNames) => ProcessedClientData | null;
5
- export declare const PREFIX = "pisell-client-card";
6
- declare const ClientCard: React.FC<ClientCardProps>;
7
- export default ClientCard;
@@ -1,28 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.add-client': string;
4
- 'pisell2.text.change-client': string;
5
- 'pisell2.text.remove-client': string;
6
- };
7
- 'zh-CN': {
8
- 'pisell2.text.add-client': string;
9
- 'pisell2.text.change-client': string;
10
- 'pisell2.text.remove-client': string;
11
- };
12
- 'zh-HK': {
13
- 'pisell2.text.add-client': string;
14
- 'pisell2.text.change-client': string;
15
- 'pisell2.text.remove-client': string;
16
- };
17
- ja: {
18
- 'pisell2.text.add-client': string;
19
- 'pisell2.text.change-client': string;
20
- 'pisell2.text.remove-client': string;
21
- };
22
- pt: {
23
- 'pisell2.text.add-client': string;
24
- 'pisell2.text.change-client': string;
25
- 'pisell2.text.remove-client': string;
26
- };
27
- };
28
- export default _default;
@@ -1,135 +0,0 @@
1
- import React, { ReactElement } from 'react';
2
- export interface ClientData {
3
- id: number;
4
- shop_id: number;
5
- display_name?: string;
6
- nickname?: string;
7
- email?: string;
8
- phone?: string;
9
- country_calling_code?: string;
10
- channel?: string;
11
- created_at: string;
12
- updated_at: string;
13
- waiver_form?: any;
14
- avatar?: string;
15
- birthday?: string;
16
- address?: string;
17
- tags?: string[];
18
- [key: string]: any;
19
- }
20
- export declare type CardType = 'b1' | 'b2' | 'b5' | 'b9';
21
- export declare type Direction = 'horizontal' | 'vertical';
22
- export declare type AvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | number | string;
23
- export declare type AvatarShape = 'circle' | 'square';
24
- export interface AvatarConfig {
25
- icon?: string;
26
- shape?: AvatarShape;
27
- borderRadius?: number | string;
28
- size?: AvatarSize;
29
- useTextAvatar?: boolean;
30
- children?: string;
31
- }
32
- export interface StatusConfig {
33
- color?: string;
34
- }
35
- export interface NameStyle {
36
- fontSize?: number | string;
37
- fontWeight?: number | string;
38
- color?: string;
39
- textDecoration?: string;
40
- }
41
- export interface TagItem {
42
- children: string;
43
- color: string;
44
- }
45
- export interface TagConfig {
46
- placement?: 'separate' | 'inline';
47
- flexWrap?: 'nowrap' | 'wrap';
48
- gap?: number | string;
49
- }
50
- export interface ExtraField {
51
- label?: string;
52
- value?: string;
53
- isShowLabel?: boolean;
54
- isShowValue?: boolean;
55
- icon?: string;
56
- iconSize?: number;
57
- iconColor?: string;
58
- }
59
- export interface Slots {
60
- top?: React.ReactNode;
61
- bottom?: React.ReactNode;
62
- left?: React.ReactNode;
63
- right?: React.ReactNode;
64
- }
65
- export interface StyleConfig {
66
- width?: number | string;
67
- border?: 'solid' | 'unset';
68
- borderWidth?: number | string;
69
- borderColor?: string;
70
- borderRadius?: number | string;
71
- padding?: number | string;
72
- [key: string]: any;
73
- }
74
- export interface FieldNames {
75
- id?: string | ((data: any) => any);
76
- name?: string | ((data: any) => any);
77
- cover?: string | ((data: any) => any);
78
- phone?: string | ((data: any) => any);
79
- email?: string | ((data: any) => any);
80
- birthday?: string | ((data: any) => any);
81
- address?: string | ((data: any) => any);
82
- tags?: string | ((data: any) => any);
83
- [key: string]: string | ((data: any) => any) | undefined;
84
- }
85
- export interface DisplayConfig {
86
- isShowAvatar?: boolean;
87
- isShowName?: boolean;
88
- isShowPhone?: boolean;
89
- isShowEmail?: boolean;
90
- isShowBirthday?: boolean;
91
- isShowAddress?: boolean;
92
- isShowTag?: boolean;
93
- isShowStatus?: boolean;
94
- isShowEmptyDescription?: boolean;
95
- }
96
- export interface ClientCardProps extends DisplayConfig {
97
- type?: CardType;
98
- direction?: Direction;
99
- dataSource?: ClientData | any;
100
- fieldNames?: FieldNames;
101
- style?: StyleConfig;
102
- horizontalGap?: number | string;
103
- verticalGap?: number | string;
104
- avatar?: AvatarConfig;
105
- status?: StatusConfig;
106
- dropdown?: {
107
- open?: boolean;
108
- buttonProps?: {
109
- icon?: ReactElement;
110
- onClick?: (e: Event) => void;
111
- style?: React.CSSProperties;
112
- };
113
- };
114
- defaultName?: string;
115
- nameStyle?: NameStyle;
116
- tags?: Array<TagItem | string>;
117
- tag?: TagConfig;
118
- extraFields?: ExtraField[];
119
- slots?: Slots;
120
- onAddClient?: () => void;
121
- onChangeClient?: (data: ClientData) => void;
122
- onRemoveClient?: (data: ClientData) => void;
123
- onViewClient?: (data: ClientData) => void;
124
- }
125
- export interface ProcessedClientData {
126
- id: any;
127
- name: string;
128
- cover?: string;
129
- phone?: string;
130
- email?: string;
131
- birthday?: string;
132
- address?: string;
133
- tags?: string[];
134
- [key: string]: any;
135
- }
@@ -1,178 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.leave-empty-for-walk-in': string;
4
- 'pisell2.text.date-year-text': string;
5
- 'pisell2.text.date-month-text': string;
6
- 'pisell2.text.date-day-text': string;
7
- 'pisell2.text.gender': string;
8
- 'pisell2.text.gender.male': string;
9
- 'pisell2.text.gender.female': string;
10
- 'pisell2.text.birthday': string;
11
- 'pisell2.text.phone': string;
12
- 'pisell2.text.email': string;
13
- 'pisell2.text.lastname': string;
14
- 'pisell2.text.firstname': string;
15
- 'pisell2.text.email-error-message': string;
16
- 'pisell2.text.notes': string;
17
- 'pisell2.text.save': string;
18
- 'pisell2.text.save-and-select': string;
19
- 'pisell2.text.no-results-found': string;
20
- 'pisell2.text.create-new-client': string;
21
- 'pisell2.text.result-found': string;
22
- 'pisell2.text.personnel-list': string;
23
- 'pisell2.text.load-more': string;
24
- 'pisell2.text.add-client.confirm': string;
25
- 'pisell2.text.search-customer-by-phone-number': string;
26
- 'pisell2.text.create': string;
27
- 'pisell2.text.loading': string;
28
- 'pisell2.text.no-more-data': string;
29
- 'pisell2.text.client-search.name': string;
30
- 'pisell2.text.client-search.register-time': string;
31
- 'pisell2.text.client-search.phone': string;
32
- 'pisell2.text.client-search.email': string;
33
- 'pisell2.text.client-search.membership': string;
34
- 'pisell2.text.client-search.contact-info': string;
35
- 'pisell2.text.client-search.holder': string;
36
- };
37
- 'zh-CN': {
38
- 'pisell2.text.leave-empty-for-walk-in': string;
39
- 'pisell2.text.date-year-text': string;
40
- 'pisell2.text.date-month-text': string;
41
- 'pisell2.text.date-day-text': string;
42
- 'pisell2.text.gender': string;
43
- 'pisell2.text.gender.male': string;
44
- 'pisell2.text.gender.female': string;
45
- 'pisell2.text.birthday': string;
46
- 'pisell2.text.phone': string;
47
- 'pisell2.text.email': string;
48
- 'pisell2.text.lastname': string;
49
- 'pisell2.text.firstname': string;
50
- 'pisell2.text.email-error-message': string;
51
- 'pisell2.text.notes': string;
52
- 'pisell2.text.save': string;
53
- 'pisell2.text.save-and-select': string;
54
- 'pisell2.text.no-results-found': string;
55
- 'pisell2.text.create-new-client': string;
56
- 'pisell2.text.result-found': string;
57
- 'pisell2.text.personnel-list': string;
58
- 'pisell2.text.add-client.confirm': string;
59
- 'pisell2.text.load-more': string;
60
- 'pisell2.text.search-customer-by-phone-number': string;
61
- 'pisell2.text.create': string;
62
- 'pisell2.text.loading': string;
63
- 'pisell2.text.no-more-data': string;
64
- 'pisell2.text.client-search.name': string;
65
- 'pisell2.text.client-search.register-time': string;
66
- 'pisell2.text.client-search.phone': string;
67
- 'pisell2.text.client-search.email': string;
68
- 'pisell2.text.client-search.membership': string;
69
- 'pisell2.text.client-search.contact-info': string;
70
- 'pisell2.text.client-search.holder': string;
71
- };
72
- 'zh-HK': {
73
- 'pisell2.text.leave-empty-for-walk-in': string;
74
- 'pisell2.text.date-year-text': string;
75
- 'pisell2.text.date-month-text': string;
76
- 'pisell2.text.date-day-text': string;
77
- 'pisell2.text.gender': string;
78
- 'pisell2.text.gender.male': string;
79
- 'pisell2.text.gender.female': string;
80
- 'pisell2.text.birthday': string;
81
- 'pisell2.text.phone': string;
82
- 'pisell2.text.email': string;
83
- 'pisell2.text.lastname': string;
84
- 'pisell2.text.firstname': string;
85
- 'pisell2.text.email-error-message': string;
86
- 'pisell2.text.notes': string;
87
- 'pisell2.text.save': string;
88
- 'pisell2.text.save-and-select': string;
89
- 'pisell2.text.no-results-found': string;
90
- 'pisell2.text.create-new-client': string;
91
- 'pisell2.text.result-found': string;
92
- 'pisell2.text.personnel-list': string;
93
- 'pisell2.text.add-client.confirm': string;
94
- 'pisell2.text.load-more': string;
95
- 'pisell2.text.search-customer-by-phone-number': string;
96
- 'pisell2.text.create': string;
97
- 'pisell2.text.loading': string;
98
- 'pisell2.text.no-more-data': string;
99
- 'pisell2.text.client-search.name': string;
100
- 'pisell2.text.client-search.register-time': string;
101
- 'pisell2.text.client-search.phone': string;
102
- 'pisell2.text.client-search.email': string;
103
- 'pisell2.text.client-search.membership': string;
104
- 'pisell2.text.client-search.contact-info': string;
105
- 'pisell2.text.client-search.holder': string;
106
- };
107
- ja: {
108
- 'pisell2.text.leave-empty-for-walk-in': string;
109
- 'pisell2.text.date-year-text': string;
110
- 'pisell2.text.date-month-text': string;
111
- 'pisell2.text.date-day-text': string;
112
- 'pisell2.text.gender': string;
113
- 'pisell2.text.gender.male': string;
114
- 'pisell2.text.gender.female': string;
115
- 'pisell2.text.birthday': string;
116
- 'pisell2.text.phone': string;
117
- 'pisell2.text.email': string;
118
- 'pisell2.text.lastname': string;
119
- 'pisell2.text.firstname': string;
120
- 'pisell2.text.email-error-message': string;
121
- 'pisell2.text.notes': string;
122
- 'pisell2.text.save': string;
123
- 'pisell2.text.save-and-select': string;
124
- 'pisell2.text.no-results-found': string;
125
- 'pisell2.text.create-new-client': string;
126
- 'pisell2.text.result-found': string;
127
- 'pisell2.text.personnel-list': string;
128
- 'pisell2.text.load-more': string;
129
- 'pisell2.text.add-client.confirm': string;
130
- 'pisell2.text.search-customer-by-phone-number': string;
131
- 'pisell2.text.create': string;
132
- 'pisell2.text.loading': string;
133
- 'pisell2.text.no-more-data': string;
134
- 'pisell2.text.client-search.name': string;
135
- 'pisell2.text.client-search.register-time': string;
136
- 'pisell2.text.client-search.phone': string;
137
- 'pisell2.text.client-search.email': string;
138
- 'pisell2.text.client-search.membership': string;
139
- 'pisell2.text.client-search.contact-info': string;
140
- 'pisell2.text.client-search.holder': string;
141
- };
142
- pt: {
143
- 'pisell2.text.leave-empty-for-walk-in': string;
144
- 'pisell2.text.date-year-text': string;
145
- 'pisell2.text.date-month-text': string;
146
- 'pisell2.text.date-day-text': string;
147
- 'pisell2.text.gender': string;
148
- 'pisell2.text.gender.male': string;
149
- 'pisell2.text.gender.female': string;
150
- 'pisell2.text.birthday': string;
151
- 'pisell2.text.phone': string;
152
- 'pisell2.text.email': string;
153
- 'pisell2.text.lastname': string;
154
- 'pisell2.text.firstname': string;
155
- 'pisell2.text.email-error-message': string;
156
- 'pisell2.text.notes': string;
157
- 'pisell2.text.save': string;
158
- 'pisell2.text.save-and-select': string;
159
- 'pisell2.text.no-results-found': string;
160
- 'pisell2.text.create-new-client': string;
161
- 'pisell2.text.result-found': string;
162
- 'pisell2.text.personnel-list': string;
163
- 'pisell2.text.load-more': string;
164
- 'pisell2.text.add-client.confirm': string;
165
- 'pisell2.text.search-customer-by-phone-number': string;
166
- 'pisell2.text.create': string;
167
- 'pisell2.text.loading': string;
168
- 'pisell2.text.no-more-data': string;
169
- 'pisell2.text.client-search.name': string;
170
- 'pisell2.text.client-search.register-time': string;
171
- 'pisell2.text.client-search.phone': string;
172
- 'pisell2.text.client-search.email': string;
173
- 'pisell2.text.client-search.membership': string;
174
- 'pisell2.text.client-search.contact-info': string;
175
- 'pisell2.text.client-search.holder': string;
176
- };
177
- };
178
- export default _default;
@@ -1,23 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.contact-info.placeholder': string;
4
- 'pisell2.text.contact-info.actions.delete': string;
5
- };
6
- 'zh-CN': {
7
- 'pisell2.text.contact-info.placeholder': string;
8
- 'pisell2.text.contact-info.actions.delete': string;
9
- };
10
- 'zh-HK': {
11
- 'pisell2.text.contact-info.placeholder': string;
12
- 'pisell2.text.contact-info.actions.delete': string;
13
- };
14
- ja: {
15
- 'pisell2.text.contact-info.placeholder': string;
16
- 'pisell2.text.contact-info.actions.delete': string;
17
- };
18
- pt: {
19
- 'pisell2.text.contact-info.placeholder': string;
20
- 'pisell2.text.contact-info.actions.delete': string;
21
- };
22
- };
23
- export default _default;
@@ -1,108 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.button.save': string;
4
- 'pisell2.text.button.delete': string;
5
- 'pisell2.text.button.cancel': string;
6
- 'pisell2.text.contact-info.actions.delete': string;
7
- 'pisell2.text.contact-info.modal.title': string;
8
- 'pisell2.text.contact-info.modal.first-name': string;
9
- 'pisell2.text.contact-info.modal.first-name-placeholder': string;
10
- 'pisell2.text.contact-info.modal.first-name-required': string;
11
- 'pisell2.text.contact-info.modal.last-name': string;
12
- 'pisell2.text.contact-info.modal.last-name-placeholder': string;
13
- 'pisell2.text.contact-info.modal.last-name-required': string;
14
- 'pisell2.text.contact-info.modal.mobile': string;
15
- 'pisell2.text.contact-info.modal.mobile-placeholder': string;
16
- 'pisell2.text.contact-info.modal.mobile-required': string;
17
- 'pisell2.text.contact-info.modal.mobile-error': string;
18
- 'pisell2.text.contact-info.modal.email': string;
19
- 'pisell2.text.contact-info.modal.email-placeholder': string;
20
- 'pisell2.text.contact-info.modal.email-required': string;
21
- 'pisell2.text.contact-info.modal.email-error': string;
22
- };
23
- 'zh-CN': {
24
- 'pisell2.text.button.save': string;
25
- 'pisell2.text.button.delete': string;
26
- 'pisell2.text.button.cancel': string;
27
- 'pisell2.text.contact-info.actions.delete': string;
28
- 'pisell2.text.contact-info.modal.title': string;
29
- 'pisell2.text.contact-info.modal.first-name': string;
30
- 'pisell2.text.contact-info.modal.first-name-placeholder': string;
31
- 'pisell2.text.contact-info.modal.first-name-required': string;
32
- 'pisell2.text.contact-info.modal.last-name': string;
33
- 'pisell2.text.contact-info.modal.last-name-placeholder': string;
34
- 'pisell2.text.contact-info.modal.last-name-required': string;
35
- 'pisell2.text.contact-info.modal.mobile': string;
36
- 'pisell2.text.contact-info.modal.mobile-placeholder': string;
37
- 'pisell2.text.contact-info.modal.mobile-required': string;
38
- 'pisell2.text.contact-info.modal.mobile-error': string;
39
- 'pisell2.text.contact-info.modal.email': string;
40
- 'pisell2.text.contact-info.modal.email-placeholder': string;
41
- 'pisell2.text.contact-info.modal.email-required': string;
42
- 'pisell2.text.contact-info.modal.email-error': string;
43
- };
44
- 'zh-HK': {
45
- 'pisell2.text.button.save': string;
46
- 'pisell2.text.button.delete': string;
47
- 'pisell2.text.button.cancel': string;
48
- 'pisell2.text.contact-info.actions.delete': string;
49
- 'pisell2.text.contact-info.modal.title': string;
50
- 'pisell2.text.contact-info.modal.first-name': string;
51
- 'pisell2.text.contact-info.modal.first-name-placeholder': string;
52
- 'pisell2.text.contact-info.modal.first-name-required': string;
53
- 'pisell2.text.contact-info.modal.last-name': string;
54
- 'pisell2.text.contact-info.modal.last-name-placeholder': string;
55
- 'pisell2.text.contact-info.modal.last-name-required': string;
56
- 'pisell2.text.contact-info.modal.mobile': string;
57
- 'pisell2.text.contact-info.modal.mobile-placeholder': string;
58
- 'pisell2.text.contact-info.modal.mobile-required': string;
59
- 'pisell2.text.contact-info.modal.mobile-error': string;
60
- 'pisell2.text.contact-info.modal.email': string;
61
- 'pisell2.text.contact-info.modal.email-placeholder': string;
62
- 'pisell2.text.contact-info.modal.email-required': string;
63
- 'pisell2.text.contact-info.modal.email-error': string;
64
- };
65
- ja: {
66
- 'pisell2.text.button.save': string;
67
- 'pisell2.text.button.delete': string;
68
- 'pisell2.text.button.cancel': string;
69
- 'pisell2.text.contact-info.actions.delete': string;
70
- 'pisell2.text.contact-info.modal.title': string;
71
- 'pisell2.text.contact-info.modal.first-name': string;
72
- 'pisell2.text.contact-info.modal.first-name-placeholder': string;
73
- 'pisell2.text.contact-info.modal.first-name-required': string;
74
- 'pisell2.text.contact-info.modal.last-name': string;
75
- 'pisell2.text.contact-info.modal.last-name-placeholder': string;
76
- 'pisell2.text.contact-info.modal.last-name-required': string;
77
- 'pisell2.text.contact-info.modal.mobile': string;
78
- 'pisell2.text.contact-info.modal.mobile-placeholder': string;
79
- 'pisell2.text.contact-info.modal.mobile-required': string;
80
- 'pisell2.text.contact-info.modal.mobile-error': string;
81
- 'pisell2.text.contact-info.modal.email': string;
82
- 'pisell2.text.contact-info.modal.email-placeholder': string;
83
- 'pisell2.text.contact-info.modal.email-required': string;
84
- 'pisell2.text.contact-info.modal.email-error': string;
85
- };
86
- pt: {
87
- 'pisell2.text.button.save': string;
88
- 'pisell2.text.button.delete': string;
89
- 'pisell2.text.button.cancel': string;
90
- 'pisell2.text.contact-info.actions.delete': string;
91
- 'pisell2.text.contact-info.modal.title': string;
92
- 'pisell2.text.contact-info.modal.first-name': string;
93
- 'pisell2.text.contact-info.modal.first-name-placeholder': string;
94
- 'pisell2.text.contact-info.modal.first-name-required': string;
95
- 'pisell2.text.contact-info.modal.last-name': string;
96
- 'pisell2.text.contact-info.modal.last-name-placeholder': string;
97
- 'pisell2.text.contact-info.modal.last-name-required': string;
98
- 'pisell2.text.contact-info.modal.mobile': string;
99
- 'pisell2.text.contact-info.modal.mobile-placeholder': string;
100
- 'pisell2.text.contact-info.modal.mobile-required': string;
101
- 'pisell2.text.contact-info.modal.mobile-error': string;
102
- 'pisell2.text.contact-info.modal.email': string;
103
- 'pisell2.text.contact-info.modal.email-placeholder': string;
104
- 'pisell2.text.contact-info.modal.email-required': string;
105
- 'pisell2.text.contact-info.modal.email-error': string;
106
- };
107
- };
108
- export default _default;