@pisell/private-materials 6.3.97 → 6.3.99

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 (487) 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 +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +10 -10
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +10 -10
  11. package/es/components/Sales/Summary/utils.d.ts +58 -0
  12. package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
  13. package/es/components/appointmentBooking/components/Date/state.js +3 -1
  14. package/es/components/appointmentBooking/locales.d.ts +606 -0
  15. package/es/components/appointmentBooking/locales.js +276 -0
  16. package/es/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
  17. package/es/components/authentication/admin/AuthMethods/locales.js +164 -0
  18. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +27 -9
  19. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
  20. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
  21. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
  22. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  23. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
  24. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
  25. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
  26. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
  27. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
  28. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
  29. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
  30. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
  31. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
  32. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
  33. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
  34. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
  35. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
  36. package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
  37. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
  38. package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
  39. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
  40. package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
  41. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
  42. package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
  43. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
  44. package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
  45. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
  46. package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
  47. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
  48. package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
  49. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
  50. package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
  51. package/es/components/booking/addons/model.d.ts +10 -1
  52. package/es/components/booking/components/tabPane/index.d.ts +4 -0
  53. package/es/components/booking/components/voucher/utils.d.ts +4 -0
  54. package/es/components/booking/editBookingModal/locales.d.ts +33 -0
  55. package/es/components/booking/editBookingModal/locales.js +12 -0
  56. package/es/components/booking/editBookingModal/mock.d.ts +991 -0
  57. package/es/components/booking/editBookingModal/mock.js +22 -0
  58. package/es/components/booking/editBookingModal/utils.d.ts +12 -0
  59. package/es/components/booking/forms/model.d.ts +10 -1
  60. package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  61. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  62. package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
  63. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  64. package/es/components/booking/info/model.d.ts +10 -1
  65. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  66. package/es/components/booking/info2/service/addService/mock.d.ts +216 -0
  67. package/es/components/booking/info2/service/addService/mock.js +4 -0
  68. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  69. package/es/components/booking/info2/service/editService/utils.d.ts +13 -0
  70. package/es/components/booking/locales.d.ts +628 -0
  71. package/es/components/booking/locales.js +722 -0
  72. package/es/components/booking/model.d.ts +9 -1
  73. package/es/components/booking/notes/addNote/index.d.ts +4 -0
  74. package/es/components/booking/notes/model.d.ts +10 -1
  75. package/es/components/booking/payments/model.d.ts +10 -1
  76. package/es/components/booking/utils.d.ts +2 -2
  77. package/es/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
  78. package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
  79. package/es/components/ecocup/components/CustomerCard/index.d.ts +7 -0
  80. package/es/components/ecocup/cupList/const.d.ts +133 -0
  81. package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
  82. package/es/components/ecocup/cupProject/const.d.ts +7 -0
  83. package/es/components/ecocup/hooks.d.ts +49 -0
  84. package/es/components/ecocup/locales.d.ts +563 -0
  85. package/es/components/ecocup/locales.js +228 -0
  86. package/es/components/eftpos/const.d.ts +64 -0
  87. package/es/components/eftpos/device.d.ts +9 -0
  88. package/es/components/eftpos/hooks.d.ts +33 -0
  89. package/es/components/eftpos/index.d.ts +47 -0
  90. package/es/components/eftpos/locales.d.ts +163 -0
  91. package/es/components/eftpos/locales.js +80 -0
  92. package/es/components/eftposPay/amount.d.ts +1 -1
  93. package/es/components/eftposPay/component/fail/unknow.d.ts +10 -0
  94. package/es/components/eftposPay/const.d.ts +184 -0
  95. package/es/components/eftposPay/device.d.ts +1 -1
  96. package/es/components/eftposPay/hooks.d.ts +35 -0
  97. package/es/components/eftposPay/linkly/const.d.ts +23 -0
  98. package/es/components/eftposPay/locales.d.ts +572 -0
  99. package/es/components/eftposPay/locales.js +326 -0
  100. package/es/components/eftposPay/payo/config.d.ts +13 -0
  101. package/es/components/eftposPay/payo/const.d.ts +26 -0
  102. package/es/components/eftposPay/store/index.d.ts +355 -0
  103. package/es/components/eftposPay/tyro/const.d.ts +17 -0
  104. package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
  105. package/es/components/eftposPay/tyro/index.d.ts +9 -0
  106. package/es/components/eftposPay/windcave/const.d.ts +119 -0
  107. package/es/components/eftposPay/windcave/helper.d.ts +23 -0
  108. package/es/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
  109. package/es/components/eventBooking/components/Voucher/components/locales.js +22 -0
  110. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  111. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
  112. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  113. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  114. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  115. package/es/components/eventBooking/locales.d.ts +408 -0
  116. package/es/components/eventBooking/locales.js +186 -0
  117. package/es/components/kioskSkuDetail/index.js +39 -10
  118. package/es/components/kioskSkuDetail/locales.d.ts +21 -0
  119. package/es/components/kioskSkuDetail/locales.js +24 -3
  120. package/es/components/login/locales.d.ts +38 -0
  121. package/es/components/login/locales.js +14 -0
  122. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  123. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  124. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  125. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
  126. package/es/components/pay/toC/locales.d.ts +511 -0
  127. package/es/components/pay/toC/locales.js +244 -0
  128. package/es/components/pay/toC/model.d.ts +40 -0
  129. package/es/components/pay/toC/serve.d.ts +2 -0
  130. package/es/components/pinModal/locales.d.ts +43 -0
  131. package/es/components/pinModal/locales.js +16 -0
  132. package/es/components/pinVerifyModal/locales.d.ts +38 -0
  133. package/es/components/pinVerifyModal/locales.js +14 -0
  134. package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  135. package/es/components/pisellSelectCustomerModal/locales.js +52 -0
  136. package/es/components/productExtension/locales.d.ts +78 -0
  137. package/es/components/productExtension/locales.js +30 -0
  138. package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
  139. package/es/components/productSelect/locales.d.ts +38 -0
  140. package/es/components/productSelect/locales.js +23 -3
  141. package/es/components/ruleSetting/locales.d.ts +30 -0
  142. package/es/components/ruleSetting/locales.js +30 -0
  143. package/es/components/schedules/locales.d.ts +143 -0
  144. package/es/components/schedules/locales.js +56 -0
  145. package/es/components/schedules/model.d.ts +9 -1
  146. package/es/components/shoppingCart/locales.d.ts +53 -0
  147. package/es/components/shoppingCart/locales.js +24 -0
  148. package/es/components/shoppingCart/type.d.ts +48 -0
  149. package/es/components/stepController/locales.d.ts +43 -0
  150. package/es/components/stepController/locales.js +20 -0
  151. package/es/components/subTotal/locales.d.ts +68 -0
  152. package/es/components/subTotal/locales.js +26 -0
  153. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
  154. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +390 -0
  155. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
  156. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +367 -0
  157. package/es/components/systemSettings/registry/components/ItemModal.js +169 -35
  158. package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
  159. package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +163 -0
  160. package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
  161. package/es/components/systemSettings/registry/components/OptionDataSource/index.js +127 -0
  162. package/es/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
  163. package/es/components/systemSettings/registry/index.js +20 -16
  164. package/es/components/systemSettings/registry/index.less +6 -7
  165. package/es/components/systemSettings/registry/locales.d.ts +525 -0
  166. package/es/components/systemSettings/registry/locales.js +262 -3
  167. package/es/components/systemSettings/registry/services.d.ts +97 -0
  168. package/es/components/systemSettings/registry/types.d.ts +139 -0
  169. package/es/components/taxSelect/locales.d.ts +38 -0
  170. package/es/components/taxSelect/locales.js +14 -0
  171. package/es/components/ticketBooking/locales.d.ts +304 -0
  172. package/es/components/ticketBooking/locales.js +156 -0
  173. package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
  174. package/es/components/ticketBooking/utils/formatTime.js +8 -2
  175. package/es/components/wallet/utils.d.ts +48 -0
  176. package/es/components/walletList/index.js +10 -0
  177. package/es/components/walletList/locales.d.ts +43 -0
  178. package/es/components/walletList/locales.js +16 -0
  179. package/es/components/walletList/types/index.d.ts +196 -0
  180. package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
  181. package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
  182. package/es/hooks/useEngineContext.d.ts +11 -0
  183. package/es/hooks/useWindowSize.d.ts +5 -0
  184. package/es/plus/clientCard/locales.d.ts +28 -0
  185. package/es/plus/clientCard/locales.js +10 -0
  186. package/es/plus/clinetSearch/locales.d.ts +178 -0
  187. package/es/plus/clinetSearch/locales.js +70 -0
  188. package/es/plus/contactInfo/locales.d.ts +23 -0
  189. package/es/plus/contactInfo/locales.js +8 -0
  190. package/es/plus/contactInfoModal/locales.d.ts +108 -0
  191. package/es/plus/contactInfoModal/locales.js +42 -0
  192. package/es/plus/orderList/locales.d.ts +246 -0
  193. package/es/plus/orderList/locales.js +274 -0
  194. package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
  195. package/es/plus/productSelect/locales.d.ts +38 -0
  196. package/es/plus/productSelect/locales.js +23 -3
  197. package/es/plus/saasAttendance/locales.d.ts +591 -0
  198. package/es/plus/saasAttendance/locales.js +234 -0
  199. package/es/plus/saasAttendance/settings/components/MapField.js +4 -2
  200. package/es/plus/saasAttendance/settings/types.d.ts +136 -0
  201. package/es/plus/saasCreateOrganization/locales.d.ts +23 -0
  202. package/es/plus/saasCreateOrganization/locales.js +8 -0
  203. package/es/plus/saasLogin/locales.d.ts +83 -0
  204. package/es/plus/saasLogin/locales.js +32 -0
  205. package/es/plus/saasRegister/locales.d.ts +193 -0
  206. package/es/plus/saasRegister/locales.js +76 -0
  207. package/es/plus/saasRole/locales.d.ts +319 -0
  208. package/es/plus/saasRole/locales.js +126 -0
  209. package/es/plus/saasRole/types.d.ts +177 -0
  210. package/es/plus/saasTeamMembers/locales.d.ts +546 -0
  211. package/es/plus/saasTeamMembers/locales.js +216 -0
  212. package/es/plus/saasTeamMembers/type.d.ts +158 -0
  213. package/es/plus/selectHolder/locales.d.ts +35 -0
  214. package/es/plus/selectHolder/locales.js +17 -5
  215. package/es/plus/skuOptionsSelection/locales.d.ts +20 -0
  216. package/es/plus/skuOptionsSelection/locales.js +20 -0
  217. package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  218. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
  219. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
  220. package/es/plus/walletEditor/locales.d.ts +223 -0
  221. package/es/plus/walletEditor/locales.js +100 -0
  222. package/es/plus/walletEditor/types.d.ts +54 -0
  223. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
  224. package/es/plus/walletPassGallery/components/passDetail/index.js +2 -26
  225. package/es/plus/walletPassGallery/components/passList/index.js +8 -1
  226. package/es/plus/walletPassGallery/index.js +0 -31
  227. package/es/plus/walletPassGallery/locales.d.ts +473 -0
  228. package/es/plus/walletPassGallery/locales.js +192 -0
  229. package/es/plus/walletPassGallery/utils.d.ts +48 -0
  230. package/es/pro/Login2.0/components/PhoneInput.d.ts +53 -0
  231. package/es/pro/Login2.0/locales.d.ts +903 -0
  232. package/es/pro/Login2.0/locales.js +360 -0
  233. package/es/pro/Login2.0/shared/types.d.ts +234 -0
  234. package/es/pro/Selector/Selector.d.ts +1 -1
  235. package/es/pro/Selector/locales.d.ts +22 -0
  236. package/es/pro/Selector/locales.js +58 -0
  237. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
  238. package/es/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
  239. package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
  240. package/es/pro/comprehensiveSearch/locales.js +8 -0
  241. package/es/pro/keyboards/locales.d.ts +14 -0
  242. package/es/pro/keyboards/locales.js +22 -0
  243. package/es/pro/numberKeyboard/locales.d.ts +18 -0
  244. package/es/pro/numberKeyboard/locales.js +6 -0
  245. package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
  246. package/es/pro/pisellPhoneKeyboard/locales.js +6 -0
  247. package/es/test/setup.d.ts +1 -0
  248. package/lib/components/Sales/Summary/utils.d.ts +58 -0
  249. package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
  250. package/lib/components/appointmentBooking/components/Date/state.js +3 -1
  251. package/lib/components/appointmentBooking/locales.d.ts +606 -0
  252. package/lib/components/appointmentBooking/locales.js +240 -0
  253. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
  254. package/lib/components/authentication/admin/AuthMethods/locales.js +164 -0
  255. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +17 -9
  256. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
  257. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
  258. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
  259. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  260. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
  261. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
  262. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
  263. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
  264. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
  265. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
  266. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
  267. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
  268. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
  269. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
  270. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
  271. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
  272. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
  273. package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
  274. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
  275. package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
  276. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
  277. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
  278. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
  279. package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
  280. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
  281. package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
  282. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
  283. package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
  284. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
  285. package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
  286. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
  287. package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
  288. package/lib/components/booking/addons/model.d.ts +10 -1
  289. package/lib/components/booking/components/tabPane/index.d.ts +4 -0
  290. package/lib/components/booking/components/voucher/utils.d.ts +4 -0
  291. package/lib/components/booking/editBookingModal/locales.d.ts +33 -0
  292. package/lib/components/booking/editBookingModal/locales.js +12 -0
  293. package/lib/components/booking/editBookingModal/mock.d.ts +991 -0
  294. package/lib/components/booking/editBookingModal/mock.js +22 -0
  295. package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
  296. package/lib/components/booking/forms/model.d.ts +10 -1
  297. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  298. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  299. package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
  300. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  301. package/lib/components/booking/info/model.d.ts +10 -1
  302. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  303. package/lib/components/booking/info2/service/addService/mock.d.ts +216 -0
  304. package/lib/components/booking/info2/service/addService/mock.js +4 -0
  305. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  306. package/lib/components/booking/info2/service/editService/utils.d.ts +13 -0
  307. package/lib/components/booking/locales.d.ts +628 -0
  308. package/lib/components/booking/locales.js +680 -0
  309. package/lib/components/booking/model.d.ts +9 -1
  310. package/lib/components/booking/notes/addNote/index.d.ts +4 -0
  311. package/lib/components/booking/notes/model.d.ts +10 -1
  312. package/lib/components/booking/payments/model.d.ts +10 -1
  313. package/lib/components/booking/utils.d.ts +2 -2
  314. package/lib/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
  315. package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
  316. package/lib/components/ecocup/components/CustomerCard/index.d.ts +7 -0
  317. package/lib/components/ecocup/cupList/const.d.ts +133 -0
  318. package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
  319. package/lib/components/ecocup/cupProject/const.d.ts +7 -0
  320. package/lib/components/ecocup/hooks.d.ts +49 -0
  321. package/lib/components/ecocup/locales.d.ts +563 -0
  322. package/lib/components/ecocup/locales.js +224 -0
  323. package/lib/components/eftpos/const.d.ts +64 -0
  324. package/lib/components/eftpos/device.d.ts +9 -0
  325. package/lib/components/eftpos/hooks.d.ts +33 -0
  326. package/lib/components/eftpos/index.d.ts +47 -0
  327. package/lib/components/eftpos/locales.d.ts +163 -0
  328. package/lib/components/eftpos/locales.js +76 -0
  329. package/lib/components/eftposPay/amount.d.ts +1 -1
  330. package/lib/components/eftposPay/component/fail/unknow.d.ts +10 -0
  331. package/lib/components/eftposPay/const.d.ts +184 -0
  332. package/lib/components/eftposPay/device.d.ts +1 -1
  333. package/lib/components/eftposPay/hooks.d.ts +35 -0
  334. package/lib/components/eftposPay/linkly/const.d.ts +23 -0
  335. package/lib/components/eftposPay/locales.d.ts +572 -0
  336. package/lib/components/eftposPay/locales.js +250 -0
  337. package/lib/components/eftposPay/payo/config.d.ts +13 -0
  338. package/lib/components/eftposPay/payo/const.d.ts +26 -0
  339. package/lib/components/eftposPay/store/index.d.ts +355 -0
  340. package/lib/components/eftposPay/tyro/const.d.ts +17 -0
  341. package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
  342. package/lib/components/eftposPay/tyro/index.d.ts +9 -0
  343. package/lib/components/eftposPay/windcave/const.d.ts +119 -0
  344. package/lib/components/eftposPay/windcave/helper.d.ts +23 -0
  345. package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
  346. package/lib/components/eventBooking/components/Voucher/components/locales.js +22 -0
  347. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  348. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
  349. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  350. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  351. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  352. package/lib/components/eventBooking/locales.d.ts +408 -0
  353. package/lib/components/eventBooking/locales.js +162 -0
  354. package/lib/components/kioskSkuDetail/index.js +27 -3
  355. package/lib/components/kioskSkuDetail/locales.d.ts +21 -0
  356. package/lib/components/kioskSkuDetail/locales.js +24 -3
  357. package/lib/components/login/locales.d.ts +38 -0
  358. package/lib/components/login/locales.js +14 -0
  359. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  360. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  361. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  362. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
  363. package/lib/components/pay/toC/locales.d.ts +511 -0
  364. package/lib/components/pay/toC/locales.js +204 -0
  365. package/lib/components/pay/toC/model.d.ts +40 -0
  366. package/lib/components/pay/toC/serve.d.ts +2 -0
  367. package/lib/components/pinModal/locales.d.ts +43 -0
  368. package/lib/components/pinModal/locales.js +16 -0
  369. package/lib/components/pinVerifyModal/locales.d.ts +38 -0
  370. package/lib/components/pinVerifyModal/locales.js +14 -0
  371. package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  372. package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
  373. package/lib/components/productExtension/locales.d.ts +78 -0
  374. package/lib/components/productExtension/locales.js +30 -0
  375. package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
  376. package/lib/components/productSelect/locales.d.ts +38 -0
  377. package/lib/components/productSelect/locales.js +23 -3
  378. package/lib/components/ruleSetting/locales.d.ts +30 -0
  379. package/lib/components/ruleSetting/locales.js +30 -0
  380. package/lib/components/schedules/locales.d.ts +143 -0
  381. package/lib/components/schedules/locales.js +56 -0
  382. package/lib/components/schedules/model.d.ts +9 -1
  383. package/lib/components/shoppingCart/locales.d.ts +53 -0
  384. package/lib/components/shoppingCart/locales.js +20 -0
  385. package/lib/components/shoppingCart/type.d.ts +48 -0
  386. package/lib/components/stepController/locales.d.ts +43 -0
  387. package/lib/components/stepController/locales.js +16 -0
  388. package/lib/components/subTotal/locales.d.ts +68 -0
  389. package/lib/components/subTotal/locales.js +26 -0
  390. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
  391. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +228 -0
  392. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
  393. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +195 -0
  394. package/lib/components/systemSettings/registry/components/ItemModal.js +294 -225
  395. package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
  396. package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +166 -0
  397. package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
  398. package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +210 -0
  399. package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
  400. package/lib/components/systemSettings/registry/index.js +20 -16
  401. package/lib/components/systemSettings/registry/index.less +6 -7
  402. package/lib/components/systemSettings/registry/locales.d.ts +525 -0
  403. package/lib/components/systemSettings/registry/locales.js +262 -3
  404. package/lib/components/systemSettings/registry/services.d.ts +97 -0
  405. package/lib/components/systemSettings/registry/types.d.ts +139 -0
  406. package/lib/components/taxSelect/locales.d.ts +38 -0
  407. package/lib/components/taxSelect/locales.js +14 -0
  408. package/lib/components/ticketBooking/locales.d.ts +304 -0
  409. package/lib/components/ticketBooking/locales.js +136 -0
  410. package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
  411. package/lib/components/ticketBooking/utils/formatTime.js +8 -2
  412. package/lib/components/wallet/utils.d.ts +48 -0
  413. package/lib/components/walletList/index.js +10 -0
  414. package/lib/components/walletList/locales.d.ts +43 -0
  415. package/lib/components/walletList/locales.js +16 -0
  416. package/lib/components/walletList/types/index.d.ts +196 -0
  417. package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
  418. package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
  419. package/lib/hooks/useEngineContext.d.ts +11 -0
  420. package/lib/hooks/useWindowSize.d.ts +5 -0
  421. package/lib/plus/clientCard/locales.d.ts +28 -0
  422. package/lib/plus/clientCard/locales.js +10 -0
  423. package/lib/plus/clinetSearch/locales.d.ts +178 -0
  424. package/lib/plus/clinetSearch/locales.js +70 -0
  425. package/lib/plus/contactInfo/locales.d.ts +23 -0
  426. package/lib/plus/contactInfo/locales.js +8 -0
  427. package/lib/plus/contactInfoModal/locales.d.ts +108 -0
  428. package/lib/plus/contactInfoModal/locales.js +42 -0
  429. package/lib/plus/orderList/locales.d.ts +246 -0
  430. package/lib/plus/orderList/locales.js +266 -0
  431. package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -4
  432. package/lib/plus/productSelect/locales.d.ts +38 -0
  433. package/lib/plus/productSelect/locales.js +23 -3
  434. package/lib/plus/saasAttendance/locales.d.ts +591 -0
  435. package/lib/plus/saasAttendance/locales.js +210 -0
  436. package/lib/plus/saasAttendance/settings/components/MapField.js +2 -2
  437. package/lib/plus/saasAttendance/settings/types.d.ts +136 -0
  438. package/lib/plus/saasCreateOrganization/locales.d.ts +23 -0
  439. package/lib/plus/saasCreateOrganization/locales.js +8 -0
  440. package/lib/plus/saasLogin/locales.d.ts +83 -0
  441. package/lib/plus/saasLogin/locales.js +32 -0
  442. package/lib/plus/saasRegister/locales.d.ts +193 -0
  443. package/lib/plus/saasRegister/locales.js +76 -0
  444. package/lib/plus/saasRole/locales.d.ts +319 -0
  445. package/lib/plus/saasRole/locales.js +126 -0
  446. package/lib/plus/saasRole/types.d.ts +177 -0
  447. package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
  448. package/lib/plus/saasTeamMembers/locales.js +216 -0
  449. package/lib/plus/saasTeamMembers/type.d.ts +158 -0
  450. package/lib/plus/selectHolder/locales.d.ts +35 -0
  451. package/lib/plus/selectHolder/locales.js +13 -5
  452. package/lib/plus/skuOptionsSelection/locales.d.ts +20 -0
  453. package/lib/plus/skuOptionsSelection/locales.js +20 -0
  454. package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  455. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
  456. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
  457. package/lib/plus/walletEditor/locales.d.ts +223 -0
  458. package/lib/plus/walletEditor/locales.js +100 -0
  459. package/lib/plus/walletEditor/types.d.ts +54 -0
  460. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
  461. package/lib/plus/walletPassGallery/components/passDetail/index.js +1 -16
  462. package/lib/plus/walletPassGallery/components/passList/index.js +9 -3
  463. package/lib/plus/walletPassGallery/index.js +0 -29
  464. package/lib/plus/walletPassGallery/locales.d.ts +473 -0
  465. package/lib/plus/walletPassGallery/locales.js +192 -0
  466. package/lib/plus/walletPassGallery/utils.d.ts +48 -0
  467. package/lib/pro/Login2.0/components/PhoneInput.d.ts +53 -0
  468. package/lib/pro/Login2.0/locales.d.ts +903 -0
  469. package/lib/pro/Login2.0/locales.js +360 -0
  470. package/lib/pro/Login2.0/shared/types.d.ts +234 -0
  471. package/lib/pro/Selector/Selector.d.ts +1 -1
  472. package/lib/pro/Selector/locales.d.ts +22 -0
  473. package/lib/pro/Selector/locales.js +50 -0
  474. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
  475. package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
  476. package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
  477. package/lib/pro/comprehensiveSearch/locales.js +8 -0
  478. package/lib/pro/keyboards/locales.d.ts +14 -0
  479. package/lib/pro/keyboards/locales.js +14 -0
  480. package/lib/pro/numberKeyboard/locales.d.ts +18 -0
  481. package/lib/pro/numberKeyboard/locales.js +6 -0
  482. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
  483. package/lib/pro/pisellPhoneKeyboard/locales.js +6 -0
  484. package/lib/test/setup.d.ts +1 -0
  485. package/lowcode/eco-cup-list/meta.ts +1 -1
  486. package/lowcode/eco-customer-list/meta.ts +1 -1
  487. package/package.json +1 -1
@@ -0,0 +1,138 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'auth.methods.title': string;
4
+ 'auth.methods.mode.default.title': string;
5
+ 'auth.methods.mode.default.description': string;
6
+ 'auth.methods.mode.default.configure': string;
7
+ 'auth.methods.mode.custom.title': string;
8
+ 'auth.methods.mode.custom.description': string;
9
+ 'auth.methods.custom.warning.title': string;
10
+ 'auth.methods.custom.warning.description': string;
11
+ 'auth.methods.preview.title': string;
12
+ 'auth.methods.preview.description': string;
13
+ 'auth.methods.preview.inherited': string;
14
+ 'auth.methods.customer.title': string;
15
+ 'auth.methods.customer.description': string;
16
+ 'auth.methods.label.email': string;
17
+ 'auth.methods.label.phoneNumber': string;
18
+ 'auth.methods.label.walletCode': string;
19
+ 'auth.methods.label.guest': string;
20
+ 'auth.methods.label.walkIn': string;
21
+ 'auth.methods.label.google': string;
22
+ 'auth.methods.label.facebook': string;
23
+ 'auth.methods.label.apple': string;
24
+ 'auth.methods.status.enabled': string;
25
+ 'auth.methods.status.disabled': string;
26
+ 'auth.methods.button.cancel': string;
27
+ 'auth.methods.button.save': string;
28
+ };
29
+ 'zh-CN': {
30
+ 'auth.methods.title': string;
31
+ 'auth.methods.mode.default.title': string;
32
+ 'auth.methods.mode.default.description': string;
33
+ 'auth.methods.mode.default.configure': string;
34
+ 'auth.methods.mode.custom.title': string;
35
+ 'auth.methods.mode.custom.description': string;
36
+ 'auth.methods.custom.warning.title': string;
37
+ 'auth.methods.custom.warning.description': string;
38
+ 'auth.methods.preview.title': string;
39
+ 'auth.methods.preview.description': string;
40
+ 'auth.methods.preview.inherited': string;
41
+ 'auth.methods.customer.title': string;
42
+ 'auth.methods.customer.description': string;
43
+ 'auth.methods.label.email': string;
44
+ 'auth.methods.label.phoneNumber': string;
45
+ 'auth.methods.label.walletCode': string;
46
+ 'auth.methods.label.guest': string;
47
+ 'auth.methods.label.walkIn': string;
48
+ 'auth.methods.label.google': string;
49
+ 'auth.methods.label.facebook': string;
50
+ 'auth.methods.label.apple': string;
51
+ 'auth.methods.status.enabled': string;
52
+ 'auth.methods.status.disabled': string;
53
+ 'auth.methods.button.cancel': string;
54
+ 'auth.methods.button.save': string;
55
+ };
56
+ 'zh-HK': {
57
+ 'auth.methods.title': string;
58
+ 'auth.methods.mode.default.title': string;
59
+ 'auth.methods.mode.default.description': string;
60
+ 'auth.methods.mode.default.configure': string;
61
+ 'auth.methods.mode.custom.title': string;
62
+ 'auth.methods.mode.custom.description': string;
63
+ 'auth.methods.custom.warning.title': string;
64
+ 'auth.methods.custom.warning.description': string;
65
+ 'auth.methods.preview.title': string;
66
+ 'auth.methods.preview.description': string;
67
+ 'auth.methods.preview.inherited': string;
68
+ 'auth.methods.customer.title': string;
69
+ 'auth.methods.customer.description': string;
70
+ 'auth.methods.label.email': string;
71
+ 'auth.methods.label.phoneNumber': string;
72
+ 'auth.methods.label.walletCode': string;
73
+ 'auth.methods.label.guest': string;
74
+ 'auth.methods.label.walkIn': string;
75
+ 'auth.methods.label.google': string;
76
+ 'auth.methods.label.facebook': string;
77
+ 'auth.methods.label.apple': string;
78
+ 'auth.methods.status.enabled': string;
79
+ 'auth.methods.status.disabled': string;
80
+ 'auth.methods.button.cancel': string;
81
+ 'auth.methods.button.save': string;
82
+ };
83
+ ja: {
84
+ 'auth.methods.title': string;
85
+ 'auth.methods.mode.default.title': string;
86
+ 'auth.methods.mode.default.description': string;
87
+ 'auth.methods.mode.default.configure': string;
88
+ 'auth.methods.mode.custom.title': string;
89
+ 'auth.methods.mode.custom.description': string;
90
+ 'auth.methods.custom.warning.title': string;
91
+ 'auth.methods.custom.warning.description': string;
92
+ 'auth.methods.preview.title': string;
93
+ 'auth.methods.preview.description': string;
94
+ 'auth.methods.preview.inherited': string;
95
+ 'auth.methods.customer.title': string;
96
+ 'auth.methods.customer.description': string;
97
+ 'auth.methods.label.email': string;
98
+ 'auth.methods.label.phoneNumber': string;
99
+ 'auth.methods.label.walletCode': string;
100
+ 'auth.methods.label.guest': string;
101
+ 'auth.methods.label.walkIn': string;
102
+ 'auth.methods.label.google': string;
103
+ 'auth.methods.label.facebook': string;
104
+ 'auth.methods.label.apple': string;
105
+ 'auth.methods.status.enabled': string;
106
+ 'auth.methods.status.disabled': string;
107
+ 'auth.methods.button.cancel': string;
108
+ 'auth.methods.button.save': string;
109
+ };
110
+ pt: {
111
+ 'auth.methods.title': string;
112
+ 'auth.methods.mode.default.title': string;
113
+ 'auth.methods.mode.default.description': string;
114
+ 'auth.methods.mode.default.configure': string;
115
+ 'auth.methods.mode.custom.title': string;
116
+ 'auth.methods.mode.custom.description': string;
117
+ 'auth.methods.custom.warning.title': string;
118
+ 'auth.methods.custom.warning.description': string;
119
+ 'auth.methods.preview.title': string;
120
+ 'auth.methods.preview.description': string;
121
+ 'auth.methods.preview.inherited': string;
122
+ 'auth.methods.customer.title': string;
123
+ 'auth.methods.customer.description': string;
124
+ 'auth.methods.label.email': string;
125
+ 'auth.methods.label.phoneNumber': string;
126
+ 'auth.methods.label.walletCode': string;
127
+ 'auth.methods.label.guest': string;
128
+ 'auth.methods.label.walkIn': string;
129
+ 'auth.methods.label.google': string;
130
+ 'auth.methods.label.facebook': string;
131
+ 'auth.methods.label.apple': string;
132
+ 'auth.methods.status.enabled': string;
133
+ 'auth.methods.status.disabled': string;
134
+ 'auth.methods.button.cancel': string;
135
+ 'auth.methods.button.save': string;
136
+ };
137
+ };
138
+ export default _default;
@@ -127,5 +127,59 @@ var locales_default = {
127
127
  // Buttons
128
128
  "auth.methods.button.cancel": "取消",
129
129
  "auth.methods.button.save": "保存"
130
+ },
131
+ ja: {
132
+ "auth.methods.title": "認証設定モード",
133
+ "auth.methods.mode.default.title": "デフォルト認証設定を使用",
134
+ "auth.methods.mode.default.description": "組織設定で設定されたグローバル認証設定を使用します。チャネル間の一貫性のために推奨されます。",
135
+ "auth.methods.mode.default.configure": "グローバル認証設定を設定 →",
136
+ "auth.methods.mode.custom.title": "カスタム認証設定を使用",
137
+ "auth.methods.mode.custom.description": "このチャネルのみにカスタム認証設定を使用してグローバル設定を上書きします。",
138
+ "auth.methods.custom.warning.title": "カスタム認証設定",
139
+ "auth.methods.custom.warning.description": "ここでは認証方法の有効化または無効化のみが可能です。方法設定(OAuthキー、パスワードルールなど)を設定するには、グローバル認証設定を使用してください。",
140
+ "auth.methods.preview.title": "グローバル認証設定を使用",
141
+ "auth.methods.preview.description": "このチャネルはグローバル認証設定を使用します。グローバル設定から有効化されたすべての方法がこのチャネルで利用可能になります。",
142
+ "auth.methods.preview.inherited": "認証方法はグローバル設定から継承されます:",
143
+ "auth.methods.customer.title": "顧客",
144
+ "auth.methods.customer.description": "チャネルを使用するエンド顧客",
145
+ "auth.methods.label.email": "メール",
146
+ "auth.methods.label.phoneNumber": "電話番号",
147
+ "auth.methods.label.walletCode": "ウォレットコード",
148
+ "auth.methods.label.guest": "ゲスト",
149
+ "auth.methods.label.walkIn": "来店",
150
+ "auth.methods.label.google": "Google",
151
+ "auth.methods.label.facebook": "Facebook",
152
+ "auth.methods.label.apple": "Apple",
153
+ "auth.methods.status.enabled": "有効",
154
+ "auth.methods.status.disabled": "無効",
155
+ "auth.methods.button.cancel": "キャンセル",
156
+ "auth.methods.button.save": "変更を保存"
157
+ },
158
+ pt: {
159
+ "auth.methods.title": "Modo de Configuração de Autenticação",
160
+ "auth.methods.mode.default.title": "Usar Configurações de Autenticação Padrão",
161
+ "auth.methods.mode.default.description": "Usar as configurações de autenticação globais configuradas nas configurações da organização. Isso é recomendado para consistência entre canais.",
162
+ "auth.methods.mode.default.configure": "Configurar configurações de autenticação globais →",
163
+ "auth.methods.mode.custom.title": "Usar Configurações de Autenticação Personalizadas",
164
+ "auth.methods.mode.custom.description": "Substituir configurações globais com configuração de autenticação personalizada apenas para este canal.",
165
+ "auth.methods.custom.warning.title": "Configurações de Autenticação Personalizadas",
166
+ "auth.methods.custom.warning.description": "Você só pode habilitar ou desabilitar métodos de autenticação aqui. Para configurar configurações de método (chaves OAuth, regras de senha, etc.), use as configurações de autenticação globais.",
167
+ "auth.methods.preview.title": "Usando Configurações de Autenticação Globais",
168
+ "auth.methods.preview.description": "Este canal usará a configuração de autenticação global. Todos os métodos habilitados das configurações globais estarão disponíveis para este canal.",
169
+ "auth.methods.preview.inherited": "Os métodos de autenticação serão herdados das configurações globais:",
170
+ "auth.methods.customer.title": "Cliente",
171
+ "auth.methods.customer.description": "Clientes finais usando o canal",
172
+ "auth.methods.label.email": "E-mail",
173
+ "auth.methods.label.phoneNumber": "Número de Telefone",
174
+ "auth.methods.label.walletCode": "Código da Carteira",
175
+ "auth.methods.label.guest": "Convidado",
176
+ "auth.methods.label.walkIn": "Cliente Avulso",
177
+ "auth.methods.label.google": "Google",
178
+ "auth.methods.label.facebook": "Facebook",
179
+ "auth.methods.label.apple": "Apple",
180
+ "auth.methods.status.enabled": "Habilitado",
181
+ "auth.methods.status.disabled": "Desabilitado",
182
+ "auth.methods.button.cancel": "Cancelar",
183
+ "auth.methods.button.save": "Salvar Alterações"
130
184
  }
131
185
  };
@@ -0,0 +1,43 @@
1
+ /// <reference types="react" />
2
+ export declare type AuthenticationMethod = 'email' | 'phoneNumber' | 'facebook' | 'apple' | 'guest';
3
+ export interface GlobalAuthMethod {
4
+ method: AuthenticationMethod;
5
+ enabled: boolean;
6
+ label: {
7
+ en: string;
8
+ 'zh-CN': string;
9
+ 'zh-HK': string;
10
+ ja: string;
11
+ pt: string;
12
+ };
13
+ }
14
+ export declare type AuthenticationSettingsMode = 'default' | 'custom';
15
+ export interface AuthMethodConfig {
16
+ enabled: boolean;
17
+ sort: number;
18
+ }
19
+ export interface AuthenticationMethodsValue {
20
+ mode: AuthenticationSettingsMode;
21
+ customMethods?: AuthenticationMethod[];
22
+ methods?: {
23
+ email?: AuthMethodConfig;
24
+ phoneNumber?: AuthMethodConfig;
25
+ facebook?: AuthMethodConfig;
26
+ apple?: AuthMethodConfig;
27
+ guest?: AuthMethodConfig;
28
+ };
29
+ }
30
+ export interface AuthenticationMethodsProps {
31
+ className?: string;
32
+ style?: React.CSSProperties;
33
+ value?: AuthenticationMethodsValue;
34
+ onChange?: (value: AuthenticationMethodsValue) => void;
35
+ /**
36
+ * 从全局设置中获取的认证方法配置
37
+ */
38
+ globalMethods?: GlobalAuthMethod[];
39
+ /**
40
+ * 配置全局设置的链接
41
+ */
42
+ onConfigureGlobal?: () => void;
43
+ }
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { CollectInfoProps } from './types';
3
+ import './CollectInfo.less';
4
+ declare const CollectInfo: React.FC<CollectInfoProps>;
5
+ export default CollectInfo;
6
+ export type { CollectInfoProps, CollectInfoValue } from './types';
@@ -105,6 +105,8 @@ var DEFAULT_TRANSLATION = {
105
105
  en: "Please provide the following account information to help us serve you better. Make sure your information is accurate.111",
106
106
  "zh-CN": "请提供以下账户信息以帮助我们更好地为您服务。请确保您的信息准确。111",
107
107
  "zh-HK": "請提供以下賬戶信息以幫助我們更好地為您服務。請確保您的信息準確。111",
108
+ ja: "以下のアカウント情報を提供してください。正確な情報を確認してください。111",
109
+ pt: "Por favor, forneça as seguintes informações da conta para nos ajudar a melhorar o nosso atendimento. Certifique-se de que suas informações são precisas.111",
108
110
  original: "Please provide the following account information to help us serve you better. Make sure your information is accurate.111"
109
111
  };
110
112
  var TranslationInput = ({
@@ -0,0 +1,118 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'page.setting.login.form.menu.title': string;
4
+ 'page.setting.login.form.menu.desc': string;
5
+ 'collect.info.enable': string;
6
+ 'collect.info.account': string;
7
+ 'collect.info.allow.skip': string;
8
+ 'collect.info.prompt': string;
9
+ 'collect.info.fields': string;
10
+ 'collect.info.sort': string;
11
+ 'collect.info.customer.form': string;
12
+ 'collect.info.field.phone': string;
13
+ 'collect.info.field.phone.desc': string;
14
+ 'collect.info.field.email': string;
15
+ 'collect.info.field.email.desc': string;
16
+ 'collect.info.field.avatar': string;
17
+ 'collect.info.field.nickname': string;
18
+ 'collect.info.field.gender': string;
19
+ 'collect.info.field.name': string;
20
+ 'collect.info.required': string;
21
+ 'collect.info.optional': string;
22
+ 'collect.info.skip': string;
23
+ 'collect.info.disallow.skip': string;
24
+ };
25
+ 'zh-CN': {
26
+ 'page.setting.login.form.menu.title': string;
27
+ 'page.setting.login.form.menu.desc': string;
28
+ 'collect.info.enable': string;
29
+ 'collect.info.account': string;
30
+ 'collect.info.allow.skip': string;
31
+ 'collect.info.prompt': string;
32
+ 'collect.info.fields': string;
33
+ 'collect.info.sort': string;
34
+ 'collect.info.customer.form': string;
35
+ 'collect.info.field.phone': string;
36
+ 'collect.info.field.phone.desc': string;
37
+ 'collect.info.field.email': string;
38
+ 'collect.info.field.email.desc': string;
39
+ 'collect.info.field.avatar': string;
40
+ 'collect.info.field.nickname': string;
41
+ 'collect.info.field.gender': string;
42
+ 'collect.info.field.name': string;
43
+ 'collect.info.required': string;
44
+ 'collect.info.optional': string;
45
+ 'collect.info.skip': string;
46
+ 'collect.info.disallow.skip': string;
47
+ };
48
+ 'zh-HK': {
49
+ 'page.setting.login.form.menu.title': string;
50
+ 'page.setting.login.form.menu.desc': string;
51
+ 'collect.info.enable': string;
52
+ 'collect.info.account': string;
53
+ 'collect.info.allow.skip': string;
54
+ 'collect.info.prompt': string;
55
+ 'collect.info.fields': string;
56
+ 'collect.info.sort': string;
57
+ 'collect.info.customer.form': string;
58
+ 'collect.info.field.phone': string;
59
+ 'collect.info.field.phone.desc': string;
60
+ 'collect.info.field.email': string;
61
+ 'collect.info.field.email.desc': string;
62
+ 'collect.info.field.avatar': string;
63
+ 'collect.info.field.nickname': string;
64
+ 'collect.info.field.gender': string;
65
+ 'collect.info.field.name': string;
66
+ 'collect.info.required': string;
67
+ 'collect.info.optional': string;
68
+ 'collect.info.skip': string;
69
+ 'collect.info.disallow.skip': string;
70
+ };
71
+ ja: {
72
+ 'page.setting.login.form.menu.title': string;
73
+ 'page.setting.login.form.menu.desc': string;
74
+ 'collect.info.enable': string;
75
+ 'collect.info.account': string;
76
+ 'collect.info.allow.skip': string;
77
+ 'collect.info.prompt': string;
78
+ 'collect.info.fields': string;
79
+ 'collect.info.sort': string;
80
+ 'collect.info.customer.form': string;
81
+ 'collect.info.field.phone': string;
82
+ 'collect.info.field.phone.desc': string;
83
+ 'collect.info.field.email': string;
84
+ 'collect.info.field.email.desc': string;
85
+ 'collect.info.field.avatar': string;
86
+ 'collect.info.field.nickname': string;
87
+ 'collect.info.field.gender': string;
88
+ 'collect.info.field.name': string;
89
+ 'collect.info.required': string;
90
+ 'collect.info.optional': string;
91
+ 'collect.info.skip': string;
92
+ 'collect.info.disallow.skip': string;
93
+ };
94
+ pt: {
95
+ 'page.setting.login.form.menu.title': string;
96
+ 'page.setting.login.form.menu.desc': string;
97
+ 'collect.info.enable': string;
98
+ 'collect.info.account': string;
99
+ 'collect.info.allow.skip': string;
100
+ 'collect.info.prompt': string;
101
+ 'collect.info.fields': string;
102
+ 'collect.info.sort': string;
103
+ 'collect.info.customer.form': string;
104
+ 'collect.info.field.phone': string;
105
+ 'collect.info.field.phone.desc': string;
106
+ 'collect.info.field.email': string;
107
+ 'collect.info.field.email.desc': string;
108
+ 'collect.info.field.avatar': string;
109
+ 'collect.info.field.nickname': string;
110
+ 'collect.info.field.gender': string;
111
+ 'collect.info.field.name': string;
112
+ 'collect.info.required': string;
113
+ 'collect.info.optional': string;
114
+ 'collect.info.skip': string;
115
+ 'collect.info.disallow.skip': string;
116
+ };
117
+ };
118
+ export default _default;
@@ -106,5 +106,51 @@ var locales_default = {
106
106
  "collect.info.optional": "非必填",
107
107
  "collect.info.skip": "允許跳過",
108
108
  "collect.info.disallow.skip": "不允許跳過"
109
+ },
110
+ ja: {
111
+ "page.setting.login.form.menu.title": "登録後に顧客情報を収集",
112
+ "page.setting.login.form.menu.desc": "ユーザーが登録後に情報を送信せずにページを閉じた場合、次回ログイン時に再度入力が求められます。",
113
+ "collect.info.enable": "顧客情報の収集を有効化",
114
+ "collect.info.account": "アカウント情報を収集",
115
+ "collect.info.allow.skip": "スキップを許可",
116
+ "collect.info.prompt": "ヒント",
117
+ "collect.info.fields": "フィールド",
118
+ "collect.info.sort": "並び替え",
119
+ "collect.info.customer.form": "顧客フォーム",
120
+ "collect.info.field.phone": "電話",
121
+ "collect.info.field.phone.desc": "システムは電話番号の正確性を確認します。",
122
+ "collect.info.field.email": "メール",
123
+ "collect.info.field.email.desc": "システムはメールの正確性を確認します。",
124
+ "collect.info.field.avatar": "アバター",
125
+ "collect.info.field.nickname": "ニックネーム",
126
+ "collect.info.field.gender": "性別",
127
+ "collect.info.field.name": "名",
128
+ "collect.info.required": "必須",
129
+ "collect.info.optional": "任意",
130
+ "collect.info.skip": "スキップを許可",
131
+ "collect.info.disallow.skip": "スキップを許可しない"
132
+ },
133
+ pt: {
134
+ "page.setting.login.form.menu.title": "Coletar Informações do Cliente Após Registro",
135
+ "page.setting.login.form.menu.desc": "Se o usuário não enviar informações e fechar a página após o registro, será solicitado a preenchê-las novamente no próximo login.",
136
+ "collect.info.enable": "Habilitar Coleta de Informações do Cliente",
137
+ "collect.info.account": "Coletar Informações da Conta",
138
+ "collect.info.allow.skip": "Permitir Pular",
139
+ "collect.info.prompt": "Dicas",
140
+ "collect.info.fields": "Campos",
141
+ "collect.info.sort": "Ordenar",
142
+ "collect.info.customer.form": "Formulário do cliente",
143
+ "collect.info.field.phone": "Telefone",
144
+ "collect.info.field.phone.desc": "O sistema verificará a correção do número de telefone.",
145
+ "collect.info.field.email": "E-mail",
146
+ "collect.info.field.email.desc": "O sistema verificará a correção do e-mail.",
147
+ "collect.info.field.avatar": "Avatar",
148
+ "collect.info.field.nickname": "Apelido",
149
+ "collect.info.field.gender": "Gênero",
150
+ "collect.info.field.name": "Nome",
151
+ "collect.info.required": "Obrigatório",
152
+ "collect.info.optional": "Opcional",
153
+ "collect.info.skip": "Permitir Pular",
154
+ "collect.info.disallow.skip": "Não Permitir Pular"
109
155
  }
110
156
  };
@@ -0,0 +1,35 @@
1
+ /// <reference types="react" />
2
+ export interface TranslationValue {
3
+ en: string;
4
+ 'zh-CN': string;
5
+ 'zh-HK': string;
6
+ ja: string;
7
+ pt: string;
8
+ original: string;
9
+ }
10
+ export interface AccountField {
11
+ id: string;
12
+ name: string;
13
+ description: string;
14
+ checked: boolean;
15
+ required: 'required' | 'optional';
16
+ }
17
+ export interface CustomerFormItem {
18
+ id: string;
19
+ name: string;
20
+ waiver: 'skip' | 'required';
21
+ }
22
+ export interface CollectInfoValue {
23
+ enableCollectInfo: boolean;
24
+ collectAccountInfo: boolean;
25
+ allowSkip: boolean;
26
+ promptMessage: TranslationValue;
27
+ accountFields: AccountField[];
28
+ customerForms: CustomerFormItem[];
29
+ }
30
+ export interface CollectInfoProps {
31
+ className?: string;
32
+ style?: React.CSSProperties;
33
+ value?: CollectInfoValue;
34
+ onChange?: (value: CollectInfoValue) => void;
35
+ }
@@ -131,13 +131,15 @@ var Onlineshopauth = ({
131
131
  pageSettingValue.registerPage = {
132
132
  backgroundImage: ((_b2 = page.register) == null ? void 0 : _b2.background_image_url) || "",
133
133
  termsConditions: ((_d = (_c = page.register) == null ? void 0 : _c.terms) == null ? void 0 : _d.map((term) => {
134
- var _a3, _b3, _c2, _d2;
134
+ var _a3, _b3, _c2, _d2, _e2, _f2;
135
135
  return {
136
136
  name: {
137
137
  original: ((_a3 = term.name) == null ? void 0 : _a3.original) || "",
138
138
  en: ((_b3 = term.name) == null ? void 0 : _b3.en) || "",
139
139
  "zh-CN": ((_c2 = term.name) == null ? void 0 : _c2["zh-CN"]) || "",
140
- "zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || ""
140
+ "zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || "",
141
+ ja: ((_e2 = term.name) == null ? void 0 : _e2["ja"]) || "",
142
+ pt: ((_f2 = term.name) == null ? void 0 : _f2["pt"]) || ""
141
143
  },
142
144
  url: term.url || ""
143
145
  };
@@ -148,13 +150,15 @@ var Onlineshopauth = ({
148
150
  settings: ((_f = page.login) == null ? void 0 : _f.same_as_register) ? void 0 : {
149
151
  backgroundImage: ((_g = page.login) == null ? void 0 : _g.background_image_url) || "",
150
152
  termsConditions: ((_i = (_h = page.login) == null ? void 0 : _h.terms) == null ? void 0 : _i.map((term) => {
151
- var _a3, _b3, _c2, _d2;
153
+ var _a3, _b3, _c2, _d2, _e2, _f2;
152
154
  return {
153
155
  name: {
154
156
  original: ((_a3 = term.name) == null ? void 0 : _a3.original) || "",
155
157
  en: ((_b3 = term.name) == null ? void 0 : _b3.en) || "",
156
158
  "zh-CN": ((_c2 = term.name) == null ? void 0 : _c2["zh-CN"]) || "",
157
- "zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || ""
159
+ "zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || "",
160
+ ja: ((_e2 = term.name) == null ? void 0 : _e2["ja"]) || "",
161
+ pt: ((_f2 = term.name) == null ? void 0 : _f2["pt"]) || ""
158
162
  },
159
163
  url: term.url || ""
160
164
  };
@@ -255,7 +259,9 @@ var Onlineshopauth = ({
255
259
  original: term.name.original || "",
256
260
  en: term.name.en || "",
257
261
  "zh-CN": term.name["zh-CN"] || "",
258
- "zh-HK": term.name["zh-HK"] || ""
262
+ "zh-HK": term.name["zh-HK"] || "",
263
+ ja: term.name["ja"] || "",
264
+ pt: term.name["pt"] || ""
259
265
  },
260
266
  url: term.url || ""
261
267
  }))) || []
@@ -268,7 +274,9 @@ var Onlineshopauth = ({
268
274
  original: term.name.original || "",
269
275
  en: term.name.en || "",
270
276
  "zh-CN": term.name["zh-CN"] || "",
271
- "zh-HK": term.name["zh-HK"] || ""
277
+ "zh-HK": term.name["zh-HK"] || "",
278
+ ja: term.name["ja"] || "",
279
+ pt: term.name["pt"] || ""
272
280
  },
273
281
  url: term.url || ""
274
282
  }))) || []
@@ -0,0 +1,43 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'page.setting.register.title': string;
4
+ 'page.setting.register.description': string;
5
+ 'page.setting.login.title': string;
6
+ 'page.setting.login.description': string;
7
+ 'page.setting.login.sameAsRegister': string;
8
+ 'page.setting.login.sameAsRegister.description': string;
9
+ };
10
+ 'zh-CN': {
11
+ 'page.setting.register.title': string;
12
+ 'page.setting.register.description': string;
13
+ 'page.setting.login.title': string;
14
+ 'page.setting.login.description': string;
15
+ 'page.setting.login.sameAsRegister': string;
16
+ 'page.setting.login.sameAsRegister.description': string;
17
+ };
18
+ 'zh-HK': {
19
+ 'page.setting.register.title': string;
20
+ 'page.setting.register.description': string;
21
+ 'page.setting.login.title': string;
22
+ 'page.setting.login.description': string;
23
+ 'page.setting.login.sameAsRegister': string;
24
+ 'page.setting.login.sameAsRegister.description': string;
25
+ };
26
+ ja: {
27
+ 'page.setting.register.title': string;
28
+ 'page.setting.register.description': string;
29
+ 'page.setting.login.title': string;
30
+ 'page.setting.login.description': string;
31
+ 'page.setting.login.sameAsRegister': string;
32
+ 'page.setting.login.sameAsRegister.description': string;
33
+ };
34
+ pt: {
35
+ 'page.setting.register.title': string;
36
+ 'page.setting.register.description': string;
37
+ 'page.setting.login.title': string;
38
+ 'page.setting.login.description': string;
39
+ 'page.setting.login.sameAsRegister': string;
40
+ 'page.setting.login.sameAsRegister.description': string;
41
+ };
42
+ };
43
+ export default _default;
@@ -52,5 +52,21 @@ var locales_default = {
52
52
  "page.setting.login.description": "配置登錄頁面外觀和條款。",
53
53
  "page.setting.login.sameAsRegister": "與註冊頁面設置相同",
54
54
  "page.setting.login.sameAsRegister.description": "使用與註冊頁面相同的設置"
55
+ },
56
+ ja: {
57
+ "page.setting.register.title": "登録ページ",
58
+ "page.setting.register.description": "登録ページの外観と条項を設定します。",
59
+ "page.setting.login.title": "ログインページ",
60
+ "page.setting.login.description": "ログインページの外観と条項を設定します。",
61
+ "page.setting.login.sameAsRegister": "登録ページ設定と同じ",
62
+ "page.setting.login.sameAsRegister.description": "登録ページと同じ設定を使用"
63
+ },
64
+ pt: {
65
+ "page.setting.register.title": "Página de Registro",
66
+ "page.setting.register.description": "Configure a aparência e os termos da página de registro.",
67
+ "page.setting.login.title": "Página de Login",
68
+ "page.setting.login.description": "Configure a aparência e os termos da página de login.",
69
+ "page.setting.login.sameAsRegister": "Mesmo que as Configurações da Página de Registro",
70
+ "page.setting.login.sameAsRegister.description": "Usar as mesmas configurações da página de registro"
55
71
  }
56
72
  };
@@ -65,6 +65,8 @@ var PageSettingItem = (0, import_react.forwardRef)(({
65
65
  en: "",
66
66
  "zh-CN": "",
67
67
  "zh-HK": "",
68
+ ja: "",
69
+ pt: "",
68
70
  original: ""
69
71
  };
70
72
  form.setFieldsValue({
@@ -75,7 +77,9 @@ var PageSettingItem = (0, import_react.forwardRef)(({
75
77
  en: "Terms of Service",
76
78
  "zh-CN": "服务条款",
77
79
  "zh-HK": "服務條款",
78
- original: "Terms of Service"
80
+ original: "Terms of Service",
81
+ ja: "利用規約",
82
+ pt: "Termos de Serviço"
79
83
  },
80
84
  url: "https://example.com/terms"
81
85
  },
@@ -84,7 +88,9 @@ var PageSettingItem = (0, import_react.forwardRef)(({
84
88
  en: "Privacy Policy",
85
89
  "zh-CN": "隐私政策",
86
90
  "zh-HK": "隱私政策",
87
- original: "Privacy Policy"
91
+ original: "Privacy Policy",
92
+ ja: "プライバシーポリシー",
93
+ pt: "Política de Privacidade"
88
94
  },
89
95
  url: "https://example.com/privacy"
90
96
  }
@@ -193,6 +199,8 @@ var PageSettingItem = (0, import_react.forwardRef)(({
193
199
  en: "",
194
200
  "zh-CN": "",
195
201
  "zh-HK": "",
202
+ ja: "",
203
+ pt: "",
196
204
  original: ""
197
205
  },
198
206
  url: ""