@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
@@ -28,5 +28,21 @@ export default {
28
28
  'page.setting.login.description': '配置登錄頁面外觀和條款。',
29
29
  'page.setting.login.sameAsRegister': '與註冊頁面設置相同',
30
30
  'page.setting.login.sameAsRegister.description': '使用與註冊頁面相同的設置'
31
+ },
32
+ ja: {
33
+ 'page.setting.register.title': '登録ページ',
34
+ 'page.setting.register.description': '登録ページの外観と条項を設定します。',
35
+ 'page.setting.login.title': 'ログインページ',
36
+ 'page.setting.login.description': 'ログインページの外観と条項を設定します。',
37
+ 'page.setting.login.sameAsRegister': '登録ページ設定と同じ',
38
+ 'page.setting.login.sameAsRegister.description': '登録ページと同じ設定を使用'
39
+ },
40
+ pt: {
41
+ 'page.setting.register.title': 'Página de Registro',
42
+ 'page.setting.register.description': 'Configure a aparência e os termos da página de registro.',
43
+ 'page.setting.login.title': 'Página de Login',
44
+ 'page.setting.login.description': 'Configure a aparência e os termos da página de login.',
45
+ 'page.setting.login.sameAsRegister': 'Mesmo que as Configurações da Página de Registro',
46
+ 'page.setting.login.sameAsRegister.description': 'Usar as mesmas configurações da página de registro'
31
47
  }
32
48
  };
@@ -49,6 +49,8 @@ var PageSettingItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
49
49
  en: '',
50
50
  'zh-CN': '',
51
51
  'zh-HK': '',
52
+ ja: '',
53
+ pt: '',
52
54
  original: ''
53
55
  };
54
56
  form.setFieldsValue({
@@ -58,7 +60,9 @@ var PageSettingItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
58
60
  en: 'Terms of Service',
59
61
  'zh-CN': '服务条款',
60
62
  'zh-HK': '服務條款',
61
- original: 'Terms of Service'
63
+ original: 'Terms of Service',
64
+ ja: '利用規約',
65
+ pt: 'Termos de Serviço'
62
66
  },
63
67
  url: 'https://example.com/terms'
64
68
  }, {
@@ -66,7 +70,9 @@ var PageSettingItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
66
70
  en: 'Privacy Policy',
67
71
  'zh-CN': '隐私政策',
68
72
  'zh-HK': '隱私政策',
69
- original: 'Privacy Policy'
73
+ original: 'Privacy Policy',
74
+ ja: 'プライバシーポリシー',
75
+ pt: 'Política de Privacidade'
70
76
  },
71
77
  url: 'https://example.com/privacy'
72
78
  }]
@@ -201,6 +207,8 @@ var PageSettingItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
201
207
  en: '',
202
208
  'zh-CN': '',
203
209
  'zh-HK': '',
210
+ ja: '',
211
+ pt: '',
204
212
  original: ''
205
213
  },
206
214
  url: ''
@@ -0,0 +1,108 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'page.setting.item.background.title': string;
4
+ 'page.setting.item.background.upload.text': string;
5
+ 'page.setting.item.background.upload.hint': string;
6
+ 'page.setting.item.background.description': string;
7
+ 'page.setting.item.background.usage': string;
8
+ 'page.setting.item.background.error.format': string;
9
+ 'page.setting.item.background.error.size': string;
10
+ 'page.setting.item.terms.title': string;
11
+ 'page.setting.item.terms.subtitle': string;
12
+ 'page.setting.item.terms.usage': string;
13
+ 'page.setting.item.terms.table.name': string;
14
+ 'page.setting.item.terms.table.url': string;
15
+ 'page.setting.item.terms.table.action': string;
16
+ 'page.setting.item.terms.table.name.placeholder': string;
17
+ 'page.setting.item.terms.table.url.placeholder': string;
18
+ 'page.setting.item.terms.button.add': string;
19
+ 'page.setting.item.terms.error.name.required': string;
20
+ 'page.setting.item.terms.error.url.required': string;
21
+ 'page.setting.item.terms.error.url.invalid': string;
22
+ };
23
+ 'zh-CN': {
24
+ 'page.setting.item.background.title': string;
25
+ 'page.setting.item.background.upload.text': string;
26
+ 'page.setting.item.background.upload.hint': string;
27
+ 'page.setting.item.background.description': string;
28
+ 'page.setting.item.background.usage': string;
29
+ 'page.setting.item.background.error.format': string;
30
+ 'page.setting.item.background.error.size': string;
31
+ 'page.setting.item.terms.title': string;
32
+ 'page.setting.item.terms.subtitle': string;
33
+ 'page.setting.item.terms.usage': string;
34
+ 'page.setting.item.terms.table.name': string;
35
+ 'page.setting.item.terms.table.url': string;
36
+ 'page.setting.item.terms.table.action': string;
37
+ 'page.setting.item.terms.table.name.placeholder': string;
38
+ 'page.setting.item.terms.table.url.placeholder': string;
39
+ 'page.setting.item.terms.button.add': string;
40
+ 'page.setting.item.terms.error.name.required': string;
41
+ 'page.setting.item.terms.error.url.required': string;
42
+ 'page.setting.item.terms.error.url.invalid': string;
43
+ };
44
+ 'zh-HK': {
45
+ 'page.setting.item.background.title': string;
46
+ 'page.setting.item.background.upload.text': string;
47
+ 'page.setting.item.background.upload.hint': string;
48
+ 'page.setting.item.background.description': string;
49
+ 'page.setting.item.background.usage': string;
50
+ 'page.setting.item.background.error.format': string;
51
+ 'page.setting.item.background.error.size': string;
52
+ 'page.setting.item.terms.title': string;
53
+ 'page.setting.item.terms.subtitle': string;
54
+ 'page.setting.item.terms.usage': string;
55
+ 'page.setting.item.terms.table.name': string;
56
+ 'page.setting.item.terms.table.url': string;
57
+ 'page.setting.item.terms.table.action': string;
58
+ 'page.setting.item.terms.table.name.placeholder': string;
59
+ 'page.setting.item.terms.table.url.placeholder': string;
60
+ 'page.setting.item.terms.button.add': string;
61
+ 'page.setting.item.terms.error.name.required': string;
62
+ 'page.setting.item.terms.error.url.required': string;
63
+ 'page.setting.item.terms.error.url.invalid': string;
64
+ };
65
+ ja: {
66
+ 'page.setting.item.background.title': string;
67
+ 'page.setting.item.background.upload.text': string;
68
+ 'page.setting.item.background.upload.hint': string;
69
+ 'page.setting.item.background.description': string;
70
+ 'page.setting.item.background.usage': string;
71
+ 'page.setting.item.background.error.format': string;
72
+ 'page.setting.item.background.error.size': string;
73
+ 'page.setting.item.terms.title': string;
74
+ 'page.setting.item.terms.subtitle': string;
75
+ 'page.setting.item.terms.usage': string;
76
+ 'page.setting.item.terms.table.name': string;
77
+ 'page.setting.item.terms.table.url': string;
78
+ 'page.setting.item.terms.table.action': string;
79
+ 'page.setting.item.terms.table.name.placeholder': string;
80
+ 'page.setting.item.terms.table.url.placeholder': string;
81
+ 'page.setting.item.terms.button.add': string;
82
+ 'page.setting.item.terms.error.name.required': string;
83
+ 'page.setting.item.terms.error.url.required': string;
84
+ 'page.setting.item.terms.error.url.invalid': string;
85
+ };
86
+ pt: {
87
+ 'page.setting.item.background.title': string;
88
+ 'page.setting.item.background.upload.text': string;
89
+ 'page.setting.item.background.upload.hint': string;
90
+ 'page.setting.item.background.description': string;
91
+ 'page.setting.item.background.usage': string;
92
+ 'page.setting.item.background.error.format': string;
93
+ 'page.setting.item.background.error.size': string;
94
+ 'page.setting.item.terms.title': string;
95
+ 'page.setting.item.terms.subtitle': string;
96
+ 'page.setting.item.terms.usage': string;
97
+ 'page.setting.item.terms.table.name': string;
98
+ 'page.setting.item.terms.table.url': string;
99
+ 'page.setting.item.terms.table.action': string;
100
+ 'page.setting.item.terms.table.name.placeholder': string;
101
+ 'page.setting.item.terms.table.url.placeholder': string;
102
+ 'page.setting.item.terms.button.add': string;
103
+ 'page.setting.item.terms.error.name.required': string;
104
+ 'page.setting.item.terms.error.url.required': string;
105
+ 'page.setting.item.terms.error.url.invalid': string;
106
+ };
107
+ };
108
+ export default _default;
@@ -67,5 +67,47 @@ export default {
67
67
  'page.setting.item.terms.error.name.required': '名稱不能為空',
68
68
  'page.setting.item.terms.error.url.required': 'URL不能為空',
69
69
  'page.setting.item.terms.error.url.invalid': '請輸入有效的URL'
70
+ },
71
+ ja: {
72
+ 'page.setting.item.background.title': '背景画像',
73
+ 'page.setting.item.background.upload.text': 'クリックまたはドラッグしてファイルをアップロード',
74
+ 'page.setting.item.background.upload.hint': 'JPG、PNG形式をサポート、最大2MB',
75
+ 'page.setting.item.background.description': '登録ページの背景画像',
76
+ 'page.setting.item.background.usage': 'ブランド表示と視覚的な強化に使用',
77
+ 'page.setting.item.background.error.format': 'JPGとPNG形式のみサポート',
78
+ 'page.setting.item.background.error.size': 'ファイルサイズは2MBを超えてはいけません',
79
+ 'page.setting.item.terms.title': '利用規約',
80
+ 'page.setting.item.terms.subtitle': '登録ページに表示される法的合意とポリシーリンク',
81
+ 'page.setting.item.terms.usage': '利用規約、プライバシーポリシーなどの追加をサポート',
82
+ 'page.setting.item.terms.table.name': '名前',
83
+ 'page.setting.item.terms.table.url': 'URL',
84
+ 'page.setting.item.terms.table.action': '操作',
85
+ 'page.setting.item.terms.table.name.placeholder': '利用規約',
86
+ 'page.setting.item.terms.table.url.placeholder': 'https://example.com/terms',
87
+ 'page.setting.item.terms.button.add': '追加',
88
+ 'page.setting.item.terms.error.name.required': '名前は必須です',
89
+ 'page.setting.item.terms.error.url.required': 'URLは必須です',
90
+ 'page.setting.item.terms.error.url.invalid': '有効なURLを入力してください'
91
+ },
92
+ pt: {
93
+ 'page.setting.item.background.title': 'Imagem de Fundo',
94
+ 'page.setting.item.background.upload.text': 'Clique ou arraste o arquivo para fazer upload',
95
+ 'page.setting.item.background.upload.hint': 'Suporta formato JPG, PNG, máximo 2MB',
96
+ 'page.setting.item.background.description': 'Imagem de fundo para página de registro',
97
+ 'page.setting.item.background.usage': 'Usado para exibição da marca e aprimoramento visual',
98
+ 'page.setting.item.background.error.format': 'Apenas formatos JPG e PNG são suportados',
99
+ 'page.setting.item.background.error.size': 'O tamanho do arquivo não deve exceder 2MB',
100
+ 'page.setting.item.terms.title': 'Termos e Condições',
101
+ 'page.setting.item.terms.subtitle': 'Acordos legais e links de política exibidos na página de registro',
102
+ 'page.setting.item.terms.usage': 'Suporta adicionar termos de serviço, política de privacidade, etc.',
103
+ 'page.setting.item.terms.table.name': 'Nome',
104
+ 'page.setting.item.terms.table.url': 'URL',
105
+ 'page.setting.item.terms.table.action': 'Ação',
106
+ 'page.setting.item.terms.table.name.placeholder': 'Termos de Serviço',
107
+ 'page.setting.item.terms.table.url.placeholder': 'https://example.com/terms',
108
+ 'page.setting.item.terms.button.add': 'Adicionar',
109
+ 'page.setting.item.terms.error.name.required': 'Nome é obrigatório',
110
+ 'page.setting.item.terms.error.url.required': 'URL é obrigatória',
111
+ 'page.setting.item.terms.error.url.invalid': 'Por favor, insira uma URL válida'
70
112
  }
71
113
  };
@@ -0,0 +1,28 @@
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 TermsCondition {
11
+ name: TranslationValue;
12
+ url: string;
13
+ }
14
+ export interface PageSettingItemValue {
15
+ backgroundImage?: string;
16
+ termsConditions: TermsCondition[];
17
+ }
18
+ export interface PageSettingItemProps {
19
+ className?: string;
20
+ style?: React.CSSProperties;
21
+ value?: PageSettingItemValue;
22
+ onChange?: (value: PageSettingItemValue) => void;
23
+ /**
24
+ * 是否显示图片上传组件
25
+ * 默认为true,设置为false时隐藏背景图片上传功能
26
+ */
27
+ showImageUpload?: boolean;
28
+ }
@@ -137,13 +137,15 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
137
137
  pageSettingValue.registerPage = {
138
138
  backgroundImage: ((_page$register = page.register) === null || _page$register === void 0 ? void 0 : _page$register.background_image_url) || '',
139
139
  termsConditions: ((_page$register2 = page.register) === null || _page$register2 === void 0 || (_page$register2 = _page$register2.terms) === null || _page$register2 === void 0 ? void 0 : _page$register2.map(function (term) {
140
- var _term$name, _term$name2, _term$name3, _term$name4;
140
+ var _term$name, _term$name2, _term$name3, _term$name4, _term$name5, _term$name6;
141
141
  return {
142
142
  name: {
143
143
  original: ((_term$name = term.name) === null || _term$name === void 0 ? void 0 : _term$name.original) || '',
144
144
  en: ((_term$name2 = term.name) === null || _term$name2 === void 0 ? void 0 : _term$name2.en) || '',
145
145
  'zh-CN': ((_term$name3 = term.name) === null || _term$name3 === void 0 ? void 0 : _term$name3['zh-CN']) || '',
146
- 'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || ''
146
+ 'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || '',
147
+ ja: ((_term$name5 = term.name) === null || _term$name5 === void 0 ? void 0 : _term$name5['ja']) || '',
148
+ pt: ((_term$name6 = term.name) === null || _term$name6 === void 0 ? void 0 : _term$name6['pt']) || ''
147
149
  },
148
150
  url: term.url || ''
149
151
  };
@@ -154,13 +156,15 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
154
156
  settings: (_page$login2 = page.login) !== null && _page$login2 !== void 0 && _page$login2.same_as_register ? undefined : {
155
157
  backgroundImage: ((_page$login3 = page.login) === null || _page$login3 === void 0 ? void 0 : _page$login3.background_image_url) || '',
156
158
  termsConditions: ((_page$login4 = page.login) === null || _page$login4 === void 0 || (_page$login4 = _page$login4.terms) === null || _page$login4 === void 0 ? void 0 : _page$login4.map(function (term) {
157
- var _term$name5, _term$name6, _term$name7, _term$name8;
159
+ var _term$name7, _term$name8, _term$name9, _term$name10, _term$name11, _term$name12;
158
160
  return {
159
161
  name: {
160
- original: ((_term$name5 = term.name) === null || _term$name5 === void 0 ? void 0 : _term$name5.original) || '',
161
- en: ((_term$name6 = term.name) === null || _term$name6 === void 0 ? void 0 : _term$name6.en) || '',
162
- 'zh-CN': ((_term$name7 = term.name) === null || _term$name7 === void 0 ? void 0 : _term$name7['zh-CN']) || '',
163
- 'zh-HK': ((_term$name8 = term.name) === null || _term$name8 === void 0 ? void 0 : _term$name8['zh-HK']) || ''
162
+ original: ((_term$name7 = term.name) === null || _term$name7 === void 0 ? void 0 : _term$name7.original) || '',
163
+ en: ((_term$name8 = term.name) === null || _term$name8 === void 0 ? void 0 : _term$name8.en) || '',
164
+ 'zh-CN': ((_term$name9 = term.name) === null || _term$name9 === void 0 ? void 0 : _term$name9['zh-CN']) || '',
165
+ 'zh-HK': ((_term$name10 = term.name) === null || _term$name10 === void 0 ? void 0 : _term$name10['zh-HK']) || '',
166
+ ja: ((_term$name11 = term.name) === null || _term$name11 === void 0 ? void 0 : _term$name11['ja']) || '',
167
+ pt: ((_term$name12 = term.name) === null || _term$name12 === void 0 ? void 0 : _term$name12['pt']) || ''
164
168
  },
165
169
  url: term.url || ''
166
170
  };
@@ -202,7 +206,9 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
202
206
  original: term.name.original || '',
203
207
  en: term.name.en || '',
204
208
  'zh-CN': term.name['zh-CN'] || '',
205
- 'zh-HK': term.name['zh-HK'] || ''
209
+ 'zh-HK': term.name['zh-HK'] || '',
210
+ ja: term.name['ja'] || '',
211
+ pt: term.name['pt'] || ''
206
212
  },
207
213
  url: term.url || ''
208
214
  };
@@ -217,7 +223,9 @@ var SaaSManagermentAuth = function SaaSManagermentAuth(_ref) {
217
223
  original: term.name.original || '',
218
224
  en: term.name.en || '',
219
225
  'zh-CN': term.name['zh-CN'] || '',
220
- 'zh-HK': term.name['zh-HK'] || ''
226
+ 'zh-HK': term.name['zh-HK'] || '',
227
+ ja: term.name['ja'] || '',
228
+ pt: term.name['pt'] || ''
221
229
  },
222
230
  url: term.url || ''
223
231
  };
@@ -0,0 +1,63 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'channel.auth.setting.title': string;
4
+ 'channel.auth.setting.description': string;
5
+ 'channel.auth.setting.tab.pageSetting': string;
6
+ 'channel.auth.setting.tab.authenticationMethods': string;
7
+ 'channel.auth.setting.tab.collectInfo': string;
8
+ 'channel.auth.setting.button.cancel': string;
9
+ 'channel.auth.setting.button.save': string;
10
+ 'channel.auth.setting.message.saveSuccess': string;
11
+ 'channel.auth.setting.message.saveError': string;
12
+ 'channel.auth.setting.validation.error': string;
13
+ };
14
+ 'zh-CN': {
15
+ 'channel.auth.setting.title': string;
16
+ 'channel.auth.setting.description': string;
17
+ 'channel.auth.setting.tab.pageSetting': string;
18
+ 'channel.auth.setting.tab.authenticationMethods': string;
19
+ 'channel.auth.setting.tab.collectInfo': string;
20
+ 'channel.auth.setting.button.cancel': string;
21
+ 'channel.auth.setting.button.save': string;
22
+ 'channel.auth.setting.message.saveSuccess': string;
23
+ 'channel.auth.setting.message.saveError': string;
24
+ 'channel.auth.setting.validation.error': string;
25
+ };
26
+ 'zh-HK': {
27
+ 'channel.auth.setting.title': string;
28
+ 'channel.auth.setting.description': string;
29
+ 'channel.auth.setting.tab.pageSetting': string;
30
+ 'channel.auth.setting.tab.authenticationMethods': string;
31
+ 'channel.auth.setting.tab.collectInfo': string;
32
+ 'channel.auth.setting.button.cancel': string;
33
+ 'channel.auth.setting.button.save': string;
34
+ 'channel.auth.setting.message.saveSuccess': string;
35
+ 'channel.auth.setting.message.saveError': string;
36
+ 'channel.auth.setting.validation.error': string;
37
+ };
38
+ ja: {
39
+ 'channel.auth.setting.title': string;
40
+ 'channel.auth.setting.description': string;
41
+ 'channel.auth.setting.tab.pageSetting': string;
42
+ 'channel.auth.setting.tab.authenticationMethods': string;
43
+ 'channel.auth.setting.tab.collectInfo': string;
44
+ 'channel.auth.setting.button.cancel': string;
45
+ 'channel.auth.setting.button.save': string;
46
+ 'channel.auth.setting.message.saveSuccess': string;
47
+ 'channel.auth.setting.message.saveError': string;
48
+ 'channel.auth.setting.validation.error': string;
49
+ };
50
+ pt: {
51
+ 'channel.auth.setting.title': string;
52
+ 'channel.auth.setting.description': string;
53
+ 'channel.auth.setting.tab.pageSetting': string;
54
+ 'channel.auth.setting.tab.authenticationMethods': string;
55
+ 'channel.auth.setting.tab.collectInfo': string;
56
+ 'channel.auth.setting.button.cancel': string;
57
+ 'channel.auth.setting.button.save': string;
58
+ 'channel.auth.setting.message.saveSuccess': string;
59
+ 'channel.auth.setting.message.saveError': string;
60
+ 'channel.auth.setting.validation.error': string;
61
+ };
62
+ };
63
+ export default _default;
@@ -46,5 +46,29 @@ export default {
46
46
  'channel.auth.setting.message.saveSuccess': '保存成功',
47
47
  'channel.auth.setting.message.saveError': '保存失敗,請重試',
48
48
  'channel.auth.setting.validation.error': '請檢查表單填寫是否正確'
49
+ },
50
+ ja: {
51
+ 'channel.auth.setting.title': '登録とログイン',
52
+ 'channel.auth.setting.description': 'チャネルの認証設定を設定',
53
+ 'channel.auth.setting.tab.pageSetting': 'ページ設定',
54
+ 'channel.auth.setting.tab.authenticationMethods': '認証方法',
55
+ 'channel.auth.setting.tab.collectInfo': '登録後にユーザー情報を収集',
56
+ 'channel.auth.setting.button.cancel': 'キャンセル',
57
+ 'channel.auth.setting.button.save': '保存',
58
+ 'channel.auth.setting.message.saveSuccess': '正常に保存されました',
59
+ 'channel.auth.setting.message.saveError': '保存に失敗しました。もう一度お試しください',
60
+ 'channel.auth.setting.validation.error': 'フォームにエラーがないか確認してください'
61
+ },
62
+ pt: {
63
+ 'channel.auth.setting.title': 'Registro e Login',
64
+ 'channel.auth.setting.description': 'Configurar configurações de autenticação para o canal',
65
+ 'channel.auth.setting.tab.pageSetting': 'Configurações de Página',
66
+ 'channel.auth.setting.tab.authenticationMethods': 'Métodos de Autenticação',
67
+ 'channel.auth.setting.tab.collectInfo': 'Coletar Informações do Usuário Após Registro',
68
+ 'channel.auth.setting.button.cancel': 'Cancelar',
69
+ 'channel.auth.setting.button.save': 'Salvar',
70
+ 'channel.auth.setting.message.saveSuccess': 'Salvo com sucesso',
71
+ 'channel.auth.setting.message.saveError': 'Falha ao salvar, por favor tente novamente',
72
+ 'channel.auth.setting.validation.error': 'Por favor, verifique o formulário para erros'
49
73
  }
50
74
  };
@@ -0,0 +1,108 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'customer.auth.title': string;
4
+ 'customer.auth.description': string;
5
+ 'customer.auth.methods.title': string;
6
+ 'customer.auth.methods.description': string;
7
+ 'customer.password.settings.title': string;
8
+ 'customer.password.settings.description': string;
9
+ 'customer.password.rules.title': string;
10
+ 'customer.password.rules.description': string;
11
+ 'auth.button.cancel': string;
12
+ 'auth.button.save': string;
13
+ 'auth.button.settings': string;
14
+ 'auth.save.success': string;
15
+ 'auth.save.error': string;
16
+ 'auth.oauth.config.message': string;
17
+ 'auth.oauth.config.link': string;
18
+ 'auth.category.general': string;
19
+ 'auth.category.oauth': string;
20
+ 'auth.category.passwordFree': string;
21
+ 'auth.category.authFree': string;
22
+ };
23
+ 'zh-CN': {
24
+ 'customer.auth.title': string;
25
+ 'customer.auth.description': string;
26
+ 'customer.auth.methods.title': string;
27
+ 'customer.auth.methods.description': string;
28
+ 'customer.password.settings.title': string;
29
+ 'customer.password.settings.description': string;
30
+ 'customer.password.rules.title': string;
31
+ 'customer.password.rules.description': string;
32
+ 'auth.button.cancel': string;
33
+ 'auth.button.save': string;
34
+ 'auth.button.settings': string;
35
+ 'auth.save.success': string;
36
+ 'auth.save.error': string;
37
+ 'auth.oauth.config.message': string;
38
+ 'auth.oauth.config.link': string;
39
+ 'auth.category.general': string;
40
+ 'auth.category.oauth': string;
41
+ 'auth.category.passwordFree': string;
42
+ 'auth.category.authFree': string;
43
+ };
44
+ 'zh-HK': {
45
+ 'customer.auth.title': string;
46
+ 'customer.auth.description': string;
47
+ 'customer.auth.methods.title': string;
48
+ 'customer.auth.methods.description': string;
49
+ 'customer.password.settings.title': string;
50
+ 'customer.password.settings.description': string;
51
+ 'customer.password.rules.title': string;
52
+ 'customer.password.rules.description': string;
53
+ 'auth.button.cancel': string;
54
+ 'auth.button.save': string;
55
+ 'auth.button.settings': string;
56
+ 'auth.save.success': string;
57
+ 'auth.save.error': string;
58
+ 'auth.oauth.config.message': string;
59
+ 'auth.oauth.config.link': string;
60
+ 'auth.category.general': string;
61
+ 'auth.category.oauth': string;
62
+ 'auth.category.passwordFree': string;
63
+ 'auth.category.authFree': string;
64
+ };
65
+ ja: {
66
+ 'customer.auth.title': string;
67
+ 'customer.auth.description': string;
68
+ 'customer.auth.methods.title': string;
69
+ 'customer.auth.methods.description': string;
70
+ 'customer.password.settings.title': string;
71
+ 'customer.password.settings.description': string;
72
+ 'customer.password.rules.title': string;
73
+ 'customer.password.rules.description': string;
74
+ 'auth.button.cancel': string;
75
+ 'auth.button.save': string;
76
+ 'auth.button.settings': string;
77
+ 'auth.save.success': string;
78
+ 'auth.save.error': string;
79
+ 'auth.oauth.config.message': string;
80
+ 'auth.oauth.config.link': string;
81
+ 'auth.category.general': string;
82
+ 'auth.category.oauth': string;
83
+ 'auth.category.passwordFree': string;
84
+ 'auth.category.authFree': string;
85
+ };
86
+ pt: {
87
+ 'customer.auth.title': string;
88
+ 'customer.auth.description': string;
89
+ 'customer.auth.methods.title': string;
90
+ 'customer.auth.methods.description': string;
91
+ 'customer.password.settings.title': string;
92
+ 'customer.password.settings.description': string;
93
+ 'customer.password.rules.title': string;
94
+ 'customer.password.rules.description': string;
95
+ 'auth.button.cancel': string;
96
+ 'auth.button.save': string;
97
+ 'auth.button.settings': string;
98
+ 'auth.save.success': string;
99
+ 'auth.save.error': string;
100
+ 'auth.oauth.config.message': string;
101
+ 'auth.oauth.config.link': string;
102
+ 'auth.category.general': string;
103
+ 'auth.category.oauth': string;
104
+ 'auth.category.passwordFree': string;
105
+ 'auth.category.authFree': string;
106
+ };
107
+ };
108
+ export default _default;
@@ -82,5 +82,47 @@ export default {
82
82
  'auth.category.oauth': 'OAuth',
83
83
  'auth.category.passwordFree': '免密碼',
84
84
  'auth.category.authFree': '免認證'
85
+ },
86
+ ja: {
87
+ 'customer.auth.title': '顧客認証',
88
+ 'customer.auth.description': 'オンラインストア、キオスク、その他の顧客向けチャネルにアクセスする顧客ユーザーの認証方法を設定します。',
89
+ 'customer.auth.methods.title': '認証方法',
90
+ 'customer.auth.methods.description': '顧客が利用できる認証方法を設定します。ドラッグして優先順位を変更します。',
91
+ 'customer.password.settings.title': 'パスワード設定',
92
+ 'customer.password.settings.description': '顧客アカウント専用のパスワード要件を設定します。これらのルールはすべての顧客ユーザーに適用されます。',
93
+ 'customer.password.rules.title': '顧客パスワードルール',
94
+ 'customer.password.rules.description': '顧客アカウントのパスワード複雑度要件を定義',
95
+ 'auth.button.cancel': 'キャンセル',
96
+ 'auth.button.save': '保存',
97
+ 'auth.button.settings': '設定',
98
+ 'auth.save.success': '設定が正常に保存されました',
99
+ 'auth.save.error': '設定の保存に失敗しました',
100
+ 'auth.oauth.config.message': 'まず認証設定ページでOAuth設定を設定してください',
101
+ 'auth.oauth.config.link': '設定をクリック',
102
+ 'auth.category.general': '一般',
103
+ 'auth.category.oauth': 'OAuth',
104
+ 'auth.category.passwordFree': 'パスワードなし',
105
+ 'auth.category.authFree': '認証なし'
106
+ },
107
+ pt: {
108
+ 'customer.auth.title': 'Autenticação do Cliente',
109
+ 'customer.auth.description': 'Configure métodos de autenticação para usuários clientes que acessam lojas online, quiosques e outros canais voltados para o cliente.',
110
+ 'customer.auth.methods.title': 'Métodos de Autenticação',
111
+ 'customer.auth.methods.description': 'Configure métodos de autenticação que estarão disponíveis para clientes. Arraste para reordenar por prioridade.',
112
+ 'customer.password.settings.title': 'Configurações de Senha',
113
+ 'customer.password.settings.description': 'Configure requisitos de senha especificamente para contas de clientes. Essas regras se aplicam a todos os usuários clientes.',
114
+ 'customer.password.rules.title': 'Regras de Senha do Cliente',
115
+ 'customer.password.rules.description': 'Definir requisitos de complexidade de senha para contas de clientes',
116
+ 'auth.button.cancel': 'Cancelar',
117
+ 'auth.button.save': 'Salvar',
118
+ 'auth.button.settings': 'Configurações',
119
+ 'auth.save.success': 'Configurações salvas com sucesso',
120
+ 'auth.save.error': 'Falha ao salvar configurações',
121
+ 'auth.oauth.config.message': 'Configure as configurações OAuth na página de Configuração de Autenticação primeiro',
122
+ 'auth.oauth.config.link': 'clique para configurar',
123
+ 'auth.category.general': 'Geral',
124
+ 'auth.category.oauth': 'OAuth',
125
+ 'auth.category.passwordFree': 'Sem senha',
126
+ 'auth.category.authFree': 'Sem autenticação'
85
127
  }
86
128
  };