@pisell/private-materials 6.6.46 → 6.6.48

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 (285) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/meta.js +1 -1
  5. package/build/lowcode/render/default/view.js +1 -1
  6. package/build/lowcode/view.js +1 -1
  7. package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
  8. package/es/components/appointmentBooking/locales.d.ts +603 -0
  9. package/es/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
  10. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
  11. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
  12. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
  13. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  14. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
  15. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
  16. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
  17. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
  18. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +8 -0
  19. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
  20. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
  21. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
  22. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
  23. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
  24. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
  25. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
  26. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
  27. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
  28. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
  29. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
  30. package/es/components/booking/addons/model.d.ts +1 -10
  31. package/es/components/booking/components/actionButtons/index.d.ts +31 -0
  32. package/es/components/booking/components/footer/amount.js +5 -0
  33. package/es/components/booking/components/voucher/utils.d.ts +5 -0
  34. package/es/components/booking/editBookingModal/locales.d.ts +33 -0
  35. package/es/components/booking/editBookingModal/mock.d.ts +991 -0
  36. package/es/components/booking/forms/model.d.ts +1 -10
  37. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  38. package/es/components/booking/hooks/useQuotation.js +2 -2
  39. package/es/components/booking/info/model.d.ts +1 -10
  40. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  41. package/es/components/booking/info2/cartClientCard/locales.d.ts +33 -0
  42. package/es/components/booking/info2/service/addService/mock.d.ts +216 -0
  43. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  44. package/es/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +25 -0
  45. package/es/components/booking/locales.d.ts +1619 -0
  46. package/es/components/booking/model.d.ts +1 -9
  47. package/es/components/booking/notes/model.d.ts +1 -10
  48. package/es/components/booking/payments/model.d.ts +1 -10
  49. package/es/components/booking/utils.d.ts +2 -2
  50. package/es/components/checkout/PaymentModal.d.ts +31 -0
  51. package/es/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
  52. package/es/components/checkout/locales.d.ts +853 -0
  53. package/es/components/eftpos/locales.d.ts +163 -0
  54. package/es/components/eftposPay/locales.d.ts +608 -0
  55. package/es/components/eventBooking/locales.d.ts +408 -0
  56. package/es/components/list/locales.d.ts +108 -0
  57. package/es/components/list/utils/getText.d.ts +53 -0
  58. package/es/components/login/locales.d.ts +38 -0
  59. package/es/components/pay/toB/locales.d.ts +88 -0
  60. package/es/components/pay/toC/locales.d.ts +511 -0
  61. package/es/components/pay/toC/model.d.ts +1 -9
  62. package/es/components/pinModal/locales.d.ts +43 -0
  63. package/es/components/pinVerifyModal/locales.d.ts +38 -0
  64. package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  65. package/es/components/productExtension/locales.d.ts +78 -0
  66. package/es/components/productSelect/components/pisellPriceText/index.d.ts +11 -0
  67. package/es/components/productSelect/locales.d.ts +38 -0
  68. package/es/components/ruleSetting/locales.d.ts +78 -0
  69. package/es/components/schedules/locales.d.ts +143 -0
  70. package/es/components/schedules/model.d.ts +1 -9
  71. package/es/components/shoppingCart/locales.d.ts +58 -0
  72. package/es/components/stepController/locales.d.ts +43 -0
  73. package/es/components/subTotal/locales.d.ts +68 -0
  74. package/es/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
  75. package/es/components/systemSettings/registry/locales.d.ts +456 -0
  76. package/es/components/systemSettings/registry/types.d.ts +128 -0
  77. package/es/components/taxSelect/locales.d.ts +38 -0
  78. package/es/components/ticketBooking/locales.d.ts +328 -0
  79. package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
  80. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  81. package/es/components/wallet/utils.d.ts +48 -0
  82. package/es/components/walletList/index.d.ts +4 -0
  83. package/es/components/walletList/locales.d.ts +43 -0
  84. package/es/components/walletList/types/index.d.ts +196 -0
  85. package/es/plus/clientCard/index.d.ts +7 -0
  86. package/es/plus/clientCard/locales.d.ts +28 -0
  87. package/es/plus/clientCard/types.d.ts +135 -0
  88. package/es/plus/clinetSearch/locales.d.ts +178 -0
  89. package/es/plus/contactInfo/locales.d.ts +23 -0
  90. package/es/plus/contactInfoModal/locales.d.ts +108 -0
  91. package/es/plus/noteModal/locales.d.ts +53 -0
  92. package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
  93. package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +164 -0
  94. package/es/plus/productSelect/components/pisellPriceText/index.d.ts +14 -0
  95. package/es/plus/productSelect/locales.d.ts +38 -0
  96. package/es/plus/saasAttendance/index.d.ts +6 -0
  97. package/es/plus/saasAttendance/locales.d.ts +528 -0
  98. package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +5 -0
  99. package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +8 -0
  100. package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +8 -0
  101. package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +5 -0
  102. package/es/plus/saasAttendance/settings/components/MapField.d.ts +78 -0
  103. package/es/plus/saasAttendance/settings/components/index.d.ts +3 -0
  104. package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +8 -0
  105. package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +18 -0
  106. package/es/plus/saasAttendance/settings/index.d.ts +18 -0
  107. package/es/plus/saasAttendance/settings/serve.d.ts +27 -0
  108. package/es/plus/saasAttendance/settings/types.d.ts +130 -0
  109. package/es/plus/saasCreateOrganization/locales.d.ts +23 -0
  110. package/es/plus/saasLogin/locales.d.ts +83 -0
  111. package/es/plus/saasRegister/locales.d.ts +193 -0
  112. package/es/plus/saasRole/components/PermissionManager/index.d.ts +19 -0
  113. package/es/plus/saasRole/index.d.ts +14 -0
  114. package/es/plus/saasRole/locales.d.ts +319 -0
  115. package/es/plus/saasRole/serve.d.ts +72 -0
  116. package/es/plus/saasRole/types.d.ts +177 -0
  117. package/es/plus/saasRole/utils.d.ts +0 -0
  118. package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +31 -0
  119. package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +23 -0
  120. package/es/plus/saasTeamMembers/index.d.ts +5 -0
  121. package/es/plus/saasTeamMembers/locales.d.ts +546 -0
  122. package/es/plus/saasTeamMembers/serve.d.ts +95 -0
  123. package/es/plus/saasTeamMembers/type.d.ts +158 -0
  124. package/es/plus/selectHolder/locales.d.ts +38 -0
  125. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +39 -0
  126. package/es/plus/walletEditor/locales.d.ts +223 -0
  127. package/es/plus/walletEditor/types.d.ts +54 -0
  128. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +11 -0
  129. package/es/plus/walletPassGallery/components/passList/index.d.ts +13 -0
  130. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +12 -0
  131. package/es/plus/walletPassGallery/index.d.ts +11 -0
  132. package/es/plus/walletPassGallery/locales.d.ts +473 -0
  133. package/es/plus/walletPassGallery/serve.d.ts +245 -0
  134. package/es/plus/walletPassGallery/utils.d.ts +48 -0
  135. package/es/pro/Login2.0/locales.d.ts +903 -0
  136. package/es/pro/Login2.0/shared/types.d.ts +234 -0
  137. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
  138. package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
  139. package/es/pro/numberKeyboard/locales.d.ts +18 -0
  140. package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
  141. package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
  142. package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
  143. package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
  144. package/es/pro/skuDetailModal/locales.d.ts +78 -0
  145. package/es/pro/skuDetailModal/types.d.ts +352 -0
  146. package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
  147. package/lib/components/appointmentBooking/locales.d.ts +603 -0
  148. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
  149. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
  150. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
  151. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
  152. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  153. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
  154. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
  155. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
  156. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
  157. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +8 -0
  158. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
  159. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
  160. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
  161. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
  162. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
  163. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
  164. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
  165. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
  166. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
  167. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
  168. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
  169. package/lib/components/booking/addons/model.d.ts +1 -10
  170. package/lib/components/booking/components/actionButtons/index.d.ts +31 -0
  171. package/lib/components/booking/components/footer/amount.js +5 -0
  172. package/lib/components/booking/components/voucher/utils.d.ts +5 -0
  173. package/lib/components/booking/editBookingModal/locales.d.ts +33 -0
  174. package/lib/components/booking/editBookingModal/mock.d.ts +991 -0
  175. package/lib/components/booking/forms/model.d.ts +1 -10
  176. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  177. package/lib/components/booking/hooks/useQuotation.js +2 -2
  178. package/lib/components/booking/info/model.d.ts +1 -10
  179. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  180. package/lib/components/booking/info2/cartClientCard/locales.d.ts +33 -0
  181. package/lib/components/booking/info2/service/addService/mock.d.ts +216 -0
  182. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  183. package/lib/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +25 -0
  184. package/lib/components/booking/locales.d.ts +1619 -0
  185. package/lib/components/booking/model.d.ts +1 -9
  186. package/lib/components/booking/notes/model.d.ts +1 -10
  187. package/lib/components/booking/payments/model.d.ts +1 -10
  188. package/lib/components/booking/utils.d.ts +2 -2
  189. package/lib/components/checkout/PaymentModal.d.ts +31 -0
  190. package/lib/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
  191. package/lib/components/checkout/locales.d.ts +853 -0
  192. package/lib/components/eftpos/locales.d.ts +163 -0
  193. package/lib/components/eftposPay/locales.d.ts +608 -0
  194. package/lib/components/eventBooking/locales.d.ts +408 -0
  195. package/lib/components/list/locales.d.ts +108 -0
  196. package/lib/components/list/utils/getText.d.ts +53 -0
  197. package/lib/components/login/locales.d.ts +38 -0
  198. package/lib/components/pay/toB/locales.d.ts +88 -0
  199. package/lib/components/pay/toC/locales.d.ts +511 -0
  200. package/lib/components/pay/toC/model.d.ts +1 -9
  201. package/lib/components/pinModal/locales.d.ts +43 -0
  202. package/lib/components/pinVerifyModal/locales.d.ts +38 -0
  203. package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  204. package/lib/components/productExtension/locales.d.ts +78 -0
  205. package/lib/components/productSelect/components/pisellPriceText/index.d.ts +11 -0
  206. package/lib/components/productSelect/locales.d.ts +38 -0
  207. package/lib/components/ruleSetting/locales.d.ts +78 -0
  208. package/lib/components/schedules/locales.d.ts +143 -0
  209. package/lib/components/schedules/model.d.ts +1 -9
  210. package/lib/components/shoppingCart/locales.d.ts +58 -0
  211. package/lib/components/stepController/locales.d.ts +43 -0
  212. package/lib/components/subTotal/locales.d.ts +68 -0
  213. package/lib/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
  214. package/lib/components/systemSettings/registry/locales.d.ts +456 -0
  215. package/lib/components/systemSettings/registry/types.d.ts +128 -0
  216. package/lib/components/taxSelect/locales.d.ts +38 -0
  217. package/lib/components/ticketBooking/locales.d.ts +328 -0
  218. package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
  219. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  220. package/lib/components/wallet/utils.d.ts +48 -0
  221. package/lib/components/walletList/index.d.ts +4 -0
  222. package/lib/components/walletList/locales.d.ts +43 -0
  223. package/lib/components/walletList/types/index.d.ts +196 -0
  224. package/lib/plus/clientCard/index.d.ts +7 -0
  225. package/lib/plus/clientCard/locales.d.ts +28 -0
  226. package/lib/plus/clientCard/types.d.ts +135 -0
  227. package/lib/plus/clinetSearch/locales.d.ts +178 -0
  228. package/lib/plus/contactInfo/locales.d.ts +23 -0
  229. package/lib/plus/contactInfoModal/locales.d.ts +108 -0
  230. package/lib/plus/noteModal/locales.d.ts +53 -0
  231. package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
  232. package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +164 -0
  233. package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +14 -0
  234. package/lib/plus/productSelect/locales.d.ts +38 -0
  235. package/lib/plus/saasAttendance/index.d.ts +6 -0
  236. package/lib/plus/saasAttendance/locales.d.ts +528 -0
  237. package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +5 -0
  238. package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +8 -0
  239. package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +8 -0
  240. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +5 -0
  241. package/lib/plus/saasAttendance/settings/components/MapField.d.ts +78 -0
  242. package/lib/plus/saasAttendance/settings/components/index.d.ts +3 -0
  243. package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +8 -0
  244. package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +18 -0
  245. package/lib/plus/saasAttendance/settings/index.d.ts +18 -0
  246. package/lib/plus/saasAttendance/settings/serve.d.ts +27 -0
  247. package/lib/plus/saasAttendance/settings/types.d.ts +130 -0
  248. package/lib/plus/saasCreateOrganization/locales.d.ts +23 -0
  249. package/lib/plus/saasLogin/locales.d.ts +83 -0
  250. package/lib/plus/saasRegister/locales.d.ts +193 -0
  251. package/lib/plus/saasRole/components/PermissionManager/index.d.ts +19 -0
  252. package/lib/plus/saasRole/index.d.ts +14 -0
  253. package/lib/plus/saasRole/locales.d.ts +319 -0
  254. package/lib/plus/saasRole/serve.d.ts +72 -0
  255. package/lib/plus/saasRole/types.d.ts +177 -0
  256. package/lib/plus/saasRole/utils.d.ts +0 -0
  257. package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +31 -0
  258. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +23 -0
  259. package/lib/plus/saasTeamMembers/index.d.ts +5 -0
  260. package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
  261. package/lib/plus/saasTeamMembers/serve.d.ts +95 -0
  262. package/lib/plus/saasTeamMembers/type.d.ts +158 -0
  263. package/lib/plus/selectHolder/locales.d.ts +38 -0
  264. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +39 -0
  265. package/lib/plus/walletEditor/locales.d.ts +223 -0
  266. package/lib/plus/walletEditor/types.d.ts +54 -0
  267. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +11 -0
  268. package/lib/plus/walletPassGallery/components/passList/index.d.ts +13 -0
  269. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +12 -0
  270. package/lib/plus/walletPassGallery/index.d.ts +11 -0
  271. package/lib/plus/walletPassGallery/locales.d.ts +473 -0
  272. package/lib/plus/walletPassGallery/serve.d.ts +245 -0
  273. package/lib/plus/walletPassGallery/utils.d.ts +48 -0
  274. package/lib/pro/Login2.0/locales.d.ts +903 -0
  275. package/lib/pro/Login2.0/shared/types.d.ts +234 -0
  276. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
  277. package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
  278. package/lib/pro/numberKeyboard/locales.d.ts +18 -0
  279. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
  280. package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
  281. package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
  282. package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
  283. package/lib/pro/skuDetailModal/locales.d.ts +78 -0
  284. package/lib/pro/skuDetailModal/types.d.ts +352 -0
  285. package/package.json +4 -4
@@ -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;
@@ -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
+ }
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ChannelAuthSettingProps } from '../types';
3
+ import './index.less';
4
+ declare const Onlineshopauth: React.FC<ChannelAuthSettingProps>;
5
+ export default Onlineshopauth;
6
+ export type { ChannelAuthSettingProps, ChannelAuthSettingValue, ChannelAuthSettingSaveParams, TabKey } from '../types';
@@ -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;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { PageSettingItemProps } from './types';
3
+ import './PageSettingItem.less';
4
+ declare const PageSettingItem: React.ForwardRefExoticComponent<PageSettingItemProps & React.RefAttributes<{
5
+ validateFields: () => Promise<any>;
6
+ }>>;
7
+ export default PageSettingItem;
8
+ export type { PageSettingItemProps, PageSettingItemValue, TermsCondition, TranslationValue } from './types';
@@ -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;
@@ -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
+ }
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ChannelAuthSettingProps } from '../types';
3
+ import './index.less';
4
+ declare const SaaSManagermentAuth: React.FC<ChannelAuthSettingProps>;
5
+ export default SaaSManagermentAuth;
6
+ export type { ChannelAuthSettingProps, ChannelAuthSettingValue, ChannelAuthSettingSaveParams, TabKey } from '../types';
@@ -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;
@@ -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;