@pisell/private-materials 6.3.55 → 6.3.57

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 (302) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +2 -2
  6. package/build/lowcode/preview.js +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/appointmentBooking/components/Services/index.js +27 -24
  12. package/es/components/appointmentBooking/components/Voucher/index.js +14 -0
  13. package/es/components/booking/components/TabProduct/index.d.ts +0 -1
  14. package/es/components/booking/components/voucher/index.js +29 -9
  15. package/es/components/eftpos/form/index.d.ts +0 -1
  16. package/es/components/eftpos/hooks.d.ts +0 -1
  17. package/es/components/eftposPay/component/step/index.d.ts +0 -1
  18. package/es/components/eftposPay/hooks.d.ts +1 -1
  19. package/es/components/eftposPay/store/index.d.ts +1 -1
  20. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
  21. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  22. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  23. package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  24. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +165 -145
  25. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  26. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
  27. package/es/components/pay/toC/WalletPassBlock/index.js +3 -1
  28. package/es/components/pay/toC/index.js +65 -31
  29. package/es/components/pay/toC/model.d.ts +1 -0
  30. package/es/components/pay/toC/serve.d.ts +18 -0
  31. package/es/components/pay/toC/serve.js +29 -1
  32. package/es/components/pay/toC/utils.d.ts +2 -2
  33. package/es/components/pay/toC/utils.js +4 -0
  34. package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
  35. package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
  36. package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
  37. package/es/components/ticketBooking/components/timeBar/index.js +9 -12
  38. package/es/components/walletList/index.js +173 -39
  39. package/es/components/walletList/locales.js +12 -3
  40. package/es/components/walletList/serve.d.ts +19 -0
  41. package/es/components/walletList/serve.js +94 -5
  42. package/es/components/walletList/tempHolderSelector/index.d.ts +14 -0
  43. package/es/components/walletList/tempHolderSelector/index.js +196 -0
  44. package/es/components/walletList/tempHolderSelector/index.less +63 -0
  45. package/es/index.d.ts +2 -1
  46. package/es/index.js +3 -2
  47. package/es/plus/selectHolder/components/ErrorTip/index.d.ts +3 -0
  48. package/es/plus/selectHolder/components/ErrorTip/index.js +14 -0
  49. package/es/plus/selectHolder/components/ErrorTip/index.less +51 -0
  50. package/es/plus/selectHolder/components/HolderItem/index.d.ts +6 -0
  51. package/es/plus/selectHolder/components/HolderItem/index.js +77 -0
  52. package/es/plus/selectHolder/components/HolderItem/index.less +105 -0
  53. package/es/plus/selectHolder/components/HolderList/index.d.ts +30 -0
  54. package/es/plus/selectHolder/components/HolderList/index.js +43 -0
  55. package/es/plus/selectHolder/index.d.ts +7 -0
  56. package/es/plus/selectHolder/index.js +236 -0
  57. package/es/plus/selectHolder/index.less +117 -0
  58. package/es/plus/selectHolder/locales.d.ts +21 -0
  59. package/es/plus/selectHolder/locales.js +20 -0
  60. package/es/plus/selectHolder/types.js +1 -0
  61. package/es/plus/selectHolder/utils.js +16 -0
  62. package/es/plus/walletEditor/WalletEditor.js +60 -2
  63. package/es/plus/walletEditor/locales.js +12 -3
  64. package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -0
  65. package/es/plus/walletPassGallery/components/passList/index.js +17 -5
  66. package/es/plus/walletPassGallery/index.js +223 -41
  67. package/es/plus/walletPassGallery/locales.js +29 -5
  68. package/es/plus/walletPassGallery/serve.d.ts +15 -1
  69. package/es/plus/walletPassGallery/serve.js +59 -2
  70. package/es/plus/walletPassGallery/utils.js +342 -0
  71. package/lib/components/appointmentBooking/components/Services/index.js +5 -2
  72. package/lib/components/appointmentBooking/components/Voucher/index.js +12 -0
  73. package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
  74. package/lib/components/booking/components/voucher/index.js +29 -6
  75. package/lib/components/eftpos/form/index.d.ts +0 -1
  76. package/lib/components/eftpos/hooks.d.ts +0 -1
  77. package/lib/components/eftposPay/component/step/index.d.ts +0 -1
  78. package/lib/components/eftposPay/hooks.d.ts +1 -1
  79. package/lib/components/eftposPay/store/index.d.ts +1 -1
  80. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
  81. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  82. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  83. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  84. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +90 -103
  85. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  86. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
  87. package/lib/components/pay/toC/WalletPassBlock/index.js +3 -1
  88. package/lib/components/pay/toC/index.js +52 -19
  89. package/lib/components/pay/toC/model.d.ts +1 -0
  90. package/lib/components/pay/toC/serve.d.ts +18 -0
  91. package/lib/components/pay/toC/serve.js +6 -0
  92. package/lib/components/pay/toC/utils.d.ts +2 -2
  93. package/lib/components/pay/toC/utils.js +4 -0
  94. package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
  95. package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
  96. package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
  97. package/lib/components/ticketBooking/components/timeBar/index.js +2 -5
  98. package/lib/components/walletList/index.js +100 -4
  99. package/lib/components/walletList/locales.js +12 -3
  100. package/lib/components/walletList/serve.d.ts +19 -0
  101. package/lib/components/walletList/serve.js +26 -3
  102. package/lib/components/walletList/tempHolderSelector/index.d.ts +14 -0
  103. package/lib/components/walletList/tempHolderSelector/index.js +166 -0
  104. package/lib/components/walletList/tempHolderSelector/index.less +63 -0
  105. package/lib/index.d.ts +2 -1
  106. package/lib/index.js +6 -3
  107. package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +3 -0
  108. package/lib/{components/wallet/PointCard/model.js → plus/selectHolder/components/ErrorTip/index.js} +10 -23
  109. package/lib/plus/selectHolder/components/ErrorTip/index.less +51 -0
  110. package/lib/plus/selectHolder/components/HolderItem/index.d.ts +6 -0
  111. package/lib/plus/selectHolder/components/HolderItem/index.js +101 -0
  112. package/lib/plus/selectHolder/components/HolderItem/index.less +105 -0
  113. package/lib/plus/selectHolder/components/HolderList/index.d.ts +30 -0
  114. package/lib/{components/wallet/components/WalletBar → plus/selectHolder/components/HolderList}/index.js +29 -15
  115. package/lib/plus/selectHolder/index.d.ts +7 -0
  116. package/lib/plus/selectHolder/index.js +202 -0
  117. package/lib/plus/selectHolder/index.less +117 -0
  118. package/lib/plus/selectHolder/locales.d.ts +21 -0
  119. package/lib/{components/wallet/Voucher → plus/selectHolder}/locales.js +15 -15
  120. package/lib/plus/selectHolder/types.js +17 -0
  121. package/lib/{components/wallet/RechargeableCard/serve.js → plus/selectHolder/utils.js} +11 -10
  122. package/lib/plus/walletEditor/WalletEditor.js +53 -0
  123. package/lib/plus/walletEditor/locales.js +12 -3
  124. package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -0
  125. package/lib/plus/walletPassGallery/components/passList/index.js +16 -4
  126. package/lib/plus/walletPassGallery/index.js +154 -27
  127. package/lib/plus/walletPassGallery/locales.js +32 -5
  128. package/lib/plus/walletPassGallery/serve.d.ts +15 -1
  129. package/lib/plus/walletPassGallery/serve.js +17 -5
  130. package/lib/plus/walletPassGallery/utils.js +287 -0
  131. package/lowcode/event-select-holder/meta.ts +2 -2
  132. package/lowcode/select-holder/meta.ts +220 -0
  133. package/lowcode/select-holder/snippets.ts +41 -0
  134. package/package.json +2 -2
  135. package/es/components/booking/info/service/editService/constants.d.ts +0 -1
  136. package/es/components/pay/toC/locales.d.ts +0 -301
  137. package/es/components/pay/toC/status.d.ts +0 -13
  138. package/es/components/systemSettings/registry/locales.d.ts +0 -272
  139. package/es/components/systemSettings/registry/services.d.ts +0 -77
  140. package/es/components/systemSettings/registry/types.d.ts +0 -126
  141. package/es/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  142. package/es/components/systemSettings/registry/utils/validators.d.ts +0 -8
  143. package/es/components/wallet/Detail/index.d.ts +0 -42
  144. package/es/components/wallet/Detail/index.js +0 -1182
  145. package/es/components/wallet/Detail/index.less +0 -386
  146. package/es/components/wallet/Detail/locales.d.ts +0 -153
  147. package/es/components/wallet/Detail/locales.js +0 -170
  148. package/es/components/wallet/Detail/model.d.ts +0 -13
  149. package/es/components/wallet/Detail/model.js +0 -22
  150. package/es/components/wallet/Detail/serve.d.ts +0 -39
  151. package/es/components/wallet/Detail/serve.js +0 -64
  152. package/es/components/wallet/DetailContext.d.ts +0 -25
  153. package/es/components/wallet/DetailContext.js +0 -162
  154. package/es/components/wallet/DiscountCard/index.d.ts +0 -3
  155. package/es/components/wallet/DiscountCard/index.js +0 -218
  156. package/es/components/wallet/DiscountCard/index.less +0 -9
  157. package/es/components/wallet/DiscountCard/model.d.ts +0 -14
  158. package/es/components/wallet/DiscountCard/model.js +0 -22
  159. package/es/components/wallet/PointCard/index.d.ts +0 -3
  160. package/es/components/wallet/PointCard/index.js +0 -169
  161. package/es/components/wallet/PointCard/index.less +0 -9
  162. package/es/components/wallet/PointCard/model.d.ts +0 -13
  163. package/es/components/wallet/PointCard/model.js +0 -22
  164. package/es/components/wallet/RechargeableCard/index.d.ts +0 -13
  165. package/es/components/wallet/RechargeableCard/index.js +0 -463
  166. package/es/components/wallet/RechargeableCard/index.less +0 -108
  167. package/es/components/wallet/RechargeableCard/model.d.ts +0 -29
  168. package/es/components/wallet/RechargeableCard/model.js +0 -28
  169. package/es/components/wallet/RechargeableCard/serve.d.ts +0 -23
  170. package/es/components/wallet/RechargeableCard/serve.js +0 -32
  171. package/es/components/wallet/Voucher/index.d.ts +0 -12
  172. package/es/components/wallet/Voucher/index.js +0 -131
  173. package/es/components/wallet/Voucher/index.less +0 -9
  174. package/es/components/wallet/Voucher/locales.d.ts +0 -21
  175. package/es/components/wallet/Voucher/locales.js +0 -20
  176. package/es/components/wallet/Voucher/model.d.ts +0 -13
  177. package/es/components/wallet/Voucher/model.js +0 -22
  178. package/es/components/wallet/carouselArrow.png +0 -0
  179. package/es/components/wallet/components/FooterButtons/index.d.ts +0 -18
  180. package/es/components/wallet/components/FooterButtons/index.js +0 -81
  181. package/es/components/wallet/components/FooterButtons/index.less +0 -91
  182. package/es/components/wallet/components/UsageRules/index.d.ts +0 -23
  183. package/es/components/wallet/components/UsageRules/index.js +0 -147
  184. package/es/components/wallet/components/UsageRules/index.less +0 -157
  185. package/es/components/wallet/components/WalletBar/index.d.ts +0 -8
  186. package/es/components/wallet/components/WalletBar/index.js +0 -19
  187. package/es/components/wallet/components/WalletBar/index.less +0 -36
  188. package/es/components/wallet/components/WalletCard.d.ts +0 -11
  189. package/es/components/wallet/components/WalletCard.js +0 -91
  190. package/es/components/wallet/components/index.d.ts +0 -3
  191. package/es/components/wallet/components/index.js +0 -4
  192. package/es/components/wallet/hooks/useWalletCard.d.ts +0 -33
  193. package/es/components/wallet/hooks/useWalletCard.js +0 -147
  194. package/es/components/wallet/index.d.ts +0 -10
  195. package/es/components/wallet/index.js +0 -807
  196. package/es/components/wallet/index.less +0 -151
  197. package/es/components/wallet/locales.d.ts +0 -132
  198. package/es/components/wallet/locales.js +0 -139
  199. package/es/components/wallet/model.d.ts +0 -37
  200. package/es/components/wallet/model.js +0 -86
  201. package/es/components/wallet/serve.d.ts +0 -150
  202. package/es/components/wallet/serve.js +0 -205
  203. package/es/components/wallet/utils/formatUtils.d.ts +0 -36
  204. package/es/components/wallet/utils/formatUtils.js +0 -73
  205. package/es/components/wallet/utils.d.ts +0 -48
  206. package/es/components/walletList/locales.d.ts +0 -18
  207. package/es/components/walletList/types/index.d.ts +0 -194
  208. package/es/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  209. package/es/plus/walletEditor/locales.d.ts +0 -126
  210. package/es/plus/walletEditor/types.d.ts +0 -52
  211. package/es/plus/walletPassGallery/locales.d.ts +0 -270
  212. package/es/pro/Login2.0/hooks/index.d.ts +0 -2
  213. package/es/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  214. package/es/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  215. package/es/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  216. package/es/pro/Login2.0/locales.d.ts +0 -543
  217. package/es/pro/Login2.0/shared/Header.d.ts +0 -11
  218. package/es/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  219. package/es/pro/Login2.0/shared/types.d.ts +0 -232
  220. package/es/pro/Login2.0/types.d.ts +0 -167
  221. package/lib/components/booking/info/service/editService/constants.d.ts +0 -1
  222. package/lib/components/pay/toC/locales.d.ts +0 -301
  223. package/lib/components/pay/toC/status.d.ts +0 -13
  224. package/lib/components/systemSettings/registry/locales.d.ts +0 -272
  225. package/lib/components/systemSettings/registry/services.d.ts +0 -77
  226. package/lib/components/systemSettings/registry/types.d.ts +0 -126
  227. package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  228. package/lib/components/systemSettings/registry/utils/validators.d.ts +0 -8
  229. package/lib/components/wallet/Detail/index.d.ts +0 -42
  230. package/lib/components/wallet/Detail/index.js +0 -874
  231. package/lib/components/wallet/Detail/index.less +0 -386
  232. package/lib/components/wallet/Detail/locales.d.ts +0 -153
  233. package/lib/components/wallet/Detail/locales.js +0 -194
  234. package/lib/components/wallet/Detail/model.d.ts +0 -13
  235. package/lib/components/wallet/Detail/model.js +0 -43
  236. package/lib/components/wallet/Detail/serve.d.ts +0 -39
  237. package/lib/components/wallet/Detail/serve.js +0 -44
  238. package/lib/components/wallet/DetailContext.d.ts +0 -25
  239. package/lib/components/wallet/DetailContext.js +0 -118
  240. package/lib/components/wallet/DiscountCard/index.d.ts +0 -3
  241. package/lib/components/wallet/DiscountCard/index.js +0 -209
  242. package/lib/components/wallet/DiscountCard/index.less +0 -9
  243. package/lib/components/wallet/DiscountCard/model.d.ts +0 -14
  244. package/lib/components/wallet/DiscountCard/model.js +0 -43
  245. package/lib/components/wallet/PointCard/index.d.ts +0 -3
  246. package/lib/components/wallet/PointCard/index.js +0 -190
  247. package/lib/components/wallet/PointCard/index.less +0 -9
  248. package/lib/components/wallet/PointCard/model.d.ts +0 -13
  249. package/lib/components/wallet/RechargeableCard/index.d.ts +0 -13
  250. package/lib/components/wallet/RechargeableCard/index.js +0 -380
  251. package/lib/components/wallet/RechargeableCard/index.less +0 -108
  252. package/lib/components/wallet/RechargeableCard/model.d.ts +0 -29
  253. package/lib/components/wallet/RechargeableCard/model.js +0 -49
  254. package/lib/components/wallet/RechargeableCard/serve.d.ts +0 -23
  255. package/lib/components/wallet/Voucher/index.d.ts +0 -12
  256. package/lib/components/wallet/Voucher/index.js +0 -146
  257. package/lib/components/wallet/Voucher/index.less +0 -9
  258. package/lib/components/wallet/Voucher/locales.d.ts +0 -21
  259. package/lib/components/wallet/Voucher/model.d.ts +0 -13
  260. package/lib/components/wallet/Voucher/model.js +0 -43
  261. package/lib/components/wallet/carouselArrow.png +0 -0
  262. package/lib/components/wallet/components/FooterButtons/index.d.ts +0 -18
  263. package/lib/components/wallet/components/FooterButtons/index.js +0 -109
  264. package/lib/components/wallet/components/FooterButtons/index.less +0 -91
  265. package/lib/components/wallet/components/UsageRules/index.d.ts +0 -23
  266. package/lib/components/wallet/components/UsageRules/index.js +0 -113
  267. package/lib/components/wallet/components/UsageRules/index.less +0 -157
  268. package/lib/components/wallet/components/WalletBar/index.d.ts +0 -8
  269. package/lib/components/wallet/components/WalletBar/index.less +0 -36
  270. package/lib/components/wallet/components/WalletCard.d.ts +0 -11
  271. package/lib/components/wallet/components/WalletCard.js +0 -97
  272. package/lib/components/wallet/components/index.d.ts +0 -3
  273. package/lib/components/wallet/components/index.js +0 -45
  274. package/lib/components/wallet/hooks/useWalletCard.d.ts +0 -33
  275. package/lib/components/wallet/hooks/useWalletCard.js +0 -111
  276. package/lib/components/wallet/index.d.ts +0 -10
  277. package/lib/components/wallet/index.js +0 -580
  278. package/lib/components/wallet/index.less +0 -151
  279. package/lib/components/wallet/locales.d.ts +0 -132
  280. package/lib/components/wallet/locales.js +0 -163
  281. package/lib/components/wallet/model.d.ts +0 -37
  282. package/lib/components/wallet/model.js +0 -91
  283. package/lib/components/wallet/serve.d.ts +0 -150
  284. package/lib/components/wallet/serve.js +0 -85
  285. package/lib/components/wallet/utils/formatUtils.d.ts +0 -36
  286. package/lib/components/wallet/utils/formatUtils.js +0 -73
  287. package/lib/components/wallet/utils.d.ts +0 -48
  288. package/lib/components/walletList/locales.d.ts +0 -18
  289. package/lib/components/walletList/types/index.d.ts +0 -194
  290. package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  291. package/lib/plus/walletEditor/locales.d.ts +0 -126
  292. package/lib/plus/walletEditor/types.d.ts +0 -52
  293. package/lib/plus/walletPassGallery/locales.d.ts +0 -270
  294. package/lib/pro/Login2.0/hooks/index.d.ts +0 -2
  295. package/lib/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  296. package/lib/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  297. package/lib/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  298. package/lib/pro/Login2.0/locales.d.ts +0 -543
  299. package/lib/pro/Login2.0/shared/Header.d.ts +0 -11
  300. package/lib/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  301. package/lib/pro/Login2.0/shared/types.d.ts +0 -232
  302. package/lib/pro/Login2.0/types.d.ts +0 -167
@@ -1,301 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'tocPay.text.checkout': string;
4
- 'tocPay.text.total': string;
5
- 'tocPay.text.completePaymentIn': string;
6
- 'tocPay.text.paymentInstruction': string;
7
- 'tocPay.text.serviceCharge': string;
8
- 'tocPay.text.noAvailablePaymentMethods': string;
9
- 'tocPay.text.paymentMethod': string;
10
- 'tocPay.text.connectingApplePay': string;
11
- 'tocPay.text.connectingGooglePay': string;
12
- 'tocPay.text.enterName': string;
13
- 'tocPay.text.enterValidName': string;
14
- 'tocPay.text.enterCardNumber': string;
15
- 'tocPay.text.enterValidCardNumber': string;
16
- 'tocPay.text.enterExpirationDate': string;
17
- 'tocPay.text.enterCVV': string;
18
- 'tocPay.text.enterValidCVV': string;
19
- 'tocPay.text.addCard': string;
20
- 'tocPay.text.creditorDebitCard': string;
21
- 'tocPay.text.addCreditOrDebitCard': string;
22
- 'tocPay.text.cardNumber': string;
23
- 'tocPay.text.incorrectCardNumber': string;
24
- 'tocPay.text.expiration': string;
25
- 'tocPay.text.incorrectExpiryDate': string;
26
- 'tocPay.text.securityCode': string;
27
- 'tocPay.text.incorrectSecurityCode': string;
28
- 'tocPay.text.cardholderName': string;
29
- 'tocPay.text.enterEnglishName': string;
30
- 'tocPay.text.incorrectName': string;
31
- 'tocPay.text.saveCardForNextTime': string;
32
- 'tocPay.text.secureBankInfo': string;
33
- 'tocPay.text.pay': string;
34
- 'tocPay.text.surcharge': string;
35
- 'tocPay.text.done': string;
36
- 'tocPay.text.manageCard': string;
37
- 'tocPay.text.waitingForBankVerification': string;
38
- 'tocPay.text.successBack': string;
39
- 'tocPay.text.redirectingToAlipay': string;
40
- 'tocPay.text.redirectingToPaypal': string;
41
- 'tocPay.text.redirectingToWeChatPay': string;
42
- 'tocPay.text.submit': string;
43
- 'tocPay.text.clickSubmitToComplete': string;
44
- 'tocPay.text.noExtraPayNeeded': string;
45
- 'tocPay.text.continuePayment': string;
46
- 'tocPay.text.prompt': string;
47
- 'tocPay.text.confirmLeave': string;
48
- 'tocPay.text.continuePay': string;
49
- 'tocPay.text.leave': string;
50
- 'tocPay.text.getParamsFail': string;
51
- 'tocPay.text.walletPass': string;
52
- 'tocPay.text.toUse': string;
53
- 'tocPay.text.searchResult': string;
54
- 'tocPay.text.select': string;
55
- 'tocPay.text.couponCodesAdded': string;
56
- 'tocPay.text.redeem': string;
57
- 'tocPay.text.howToPay': string;
58
- 'tocPay.text.congrats': string;
59
- 'tocPay.text.creditHaveBeen': string;
60
- 'tocPay.text.walletPassCodesTitle': string;
61
- 'tocPay.text.scanBarQrCode': string;
62
- 'tocPay.text.enterCodes': string;
63
- 'tocPay.text.searchDescribe': string;
64
- 'tocPay.text.walletPassEmpty': (walletName: string) => string;
65
- 'tocPay.text.walletPassDisabled': string;
66
- 'tocPay.text.walletPassPermanent': string;
67
- 'tocPay.text.walletPassCompleteTitle': string;
68
- 'tocPay.text.walletPassNoExtraPay': string;
69
- 'tocPay.text.walletCanPay': string;
70
- 'tocPay.text.paymentInstructions': string;
71
- 'tocPay.text.walletSearchEmpty': string;
72
- 'tocPay.text.detectIncognitoConfirm': string;
73
- 'tocPay.text.copyLink': string;
74
- 'tocPay.text.copySuccess': string;
75
- 'tocPay.text.walletName': (shopName: string) => string;
76
- 'tocPay.text.bestValueFound': string;
77
- 'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
78
- 'tocPay.text.totalSavings': string;
79
- 'tocPay.text.bestCombination': (walletName: string) => string;
80
- 'tocPay.text.recommended': string;
81
- 'tocPay.text.edit': string;
82
- 'tocPay.text.confirm': string;
83
- 'tocPay.text.unusedAndContinueToPayment': string;
84
- 'tocPay.text.walletPassAvailable': (walletName: string) => string;
85
- 'tocPay.text.useWalletPass': (walletName: string) => string;
86
- 'tocPay.text.useWalletPassAdd': (walletName: string) => string;
87
- 'tocPay.text.editWalletPass': (walletName: string) => string;
88
- 'tocPay.text.skipAndContinueToPayment': string;
89
- 'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
90
- 'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
91
- 'tocPay.text.addPointsCard': string;
92
- 'tocPay.text.hasNoWalletPassAmount': string;
93
- 'tocPay.text.multipleSelectionAvailable': string;
94
- 'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
95
- 'tocPay.text.bestValueCombination': string;
96
- 'tocPay.text.viewDetail': string;
97
- 'tocPay.text.returnAndSelectOtherPaymentMethod': string;
98
- 'tocPay.text.paymentCompletedAndViewOrder': string;
99
- 'tocPay.text.paymentFailed': string;
100
- 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
101
- };
102
- 'zh-CN': {
103
- 'tocPay.text.checkout': string;
104
- 'tocPay.text.total': string;
105
- 'tocPay.text.completePaymentIn': string;
106
- 'tocPay.text.paymentInstructions': string;
107
- 'tocPay.text.serviceCharge': string;
108
- 'tocPay.text.noAvailablePaymentMethods': string;
109
- 'tocPay.text.paymentMethod': string;
110
- 'tocPay.text.connectingApplePay': string;
111
- 'tocPay.text.connectingGooglePay': string;
112
- 'tocPay.text.enterName': string;
113
- 'tocPay.text.enterValidName': string;
114
- 'tocPay.text.enterCardNumber': string;
115
- 'tocPay.text.enterValidCardNumber': string;
116
- 'tocPay.text.enterExpirationDate': string;
117
- 'tocPay.text.enterCVV': string;
118
- 'tocPay.text.enterValidCVV': string;
119
- 'tocPay.text.addCard': string;
120
- 'tocPay.text.creditorDebitCard': string;
121
- 'tocPay.text.addCreditOrDebitCard': string;
122
- 'tocPay.text.cardNumber': string;
123
- 'tocPay.text.incorrectCardNumber': string;
124
- 'tocPay.text.expiration': string;
125
- 'tocPay.text.incorrectExpiryDate': string;
126
- 'tocPay.text.securityCode': string;
127
- 'tocPay.text.incorrectSecurityCode': string;
128
- 'tocPay.text.cardholderName': string;
129
- 'tocPay.text.enterEnglishName': string;
130
- 'tocPay.text.incorrectName': string;
131
- 'tocPay.text.saveCardForNextTime': string;
132
- 'tocPay.text.secureBankInfo': string;
133
- 'tocPay.text.pay': string;
134
- 'tocPay.text.surcharge': string;
135
- 'tocPay.text.done': string;
136
- 'tocPay.text.manageCard': string;
137
- 'tocPay.text.waitingForBankVerification': string;
138
- 'tocPay.text.successBack': string;
139
- 'tocPay.text.redirectingToAlipay': string;
140
- 'tocPay.text.redirectingToPaypal': string;
141
- 'tocPay.text.redirectingToWeChatPay': string;
142
- 'tocPay.text.submit': string;
143
- 'tocPay.text.clickSubmitToComplete': string;
144
- 'tocPay.text.noExtraPayNeeded': string;
145
- 'tocPay.text.continuePayment': string;
146
- 'tocPay.text.prompt': string;
147
- 'tocPay.text.confirmLeave': string;
148
- 'tocPay.text.continuePay': string;
149
- 'tocPay.text.leave': string;
150
- 'tocPay.text.getParamsFail': string;
151
- 'tocPay.text.walletPass': string;
152
- 'tocPay.text.toUse': string;
153
- 'tocPay.text.searchResult': string;
154
- 'tocPay.text.select': string;
155
- 'tocPay.text.couponCodesAdded': string;
156
- 'tocPay.text.redeem': string;
157
- 'tocPay.text.howToPay': string;
158
- 'tocPay.text.congrats': string;
159
- 'tocPay.text.creditHaveBeen': string;
160
- 'tocPay.text.walletPassCodesTitle': string;
161
- 'tocPay.text.scanBarQrCode': string;
162
- 'tocPay.text.enterCodes': string;
163
- 'tocPay.text.searchDescribe': string;
164
- 'tocPay.text.walletPassEmpty': (walletName: string) => string;
165
- 'tocPay.text.walletPassDisabled': string;
166
- 'tocPay.text.walletPassPermanent': string;
167
- 'tocPay.text.walletPassCompleteTitle': string;
168
- 'tocPay.text.walletPassNoExtraPay': string;
169
- 'tocPay.text.walletCanPay': string;
170
- 'tocPay.text.walletSearchEmpty': string;
171
- 'tocPay.text.detectIncognitoConfirm': string;
172
- 'tocPay.text.copyLink': string;
173
- 'tocPay.text.copySuccess': string;
174
- 'tocPay.text.walletName': (shopName: string) => string;
175
- 'tocPay.text.bestValueFound': string;
176
- 'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
177
- 'tocPay.text.totalSavings': string;
178
- 'tocPay.text.bestCombination': (walletName: string) => string;
179
- 'tocPay.text.recommended': string;
180
- 'tocPay.text.edit': string;
181
- 'tocPay.text.confirm': string;
182
- 'tocPay.text.unusedAndContinueToPayment': string;
183
- 'tocPay.text.walletPassAvailable': (walletName: string) => string;
184
- 'tocPay.text.useWalletPass': (walletName: string) => string;
185
- 'tocPay.text.useWalletPassAdd': (walletName: string) => string;
186
- 'tocPay.text.editWalletPass': (walletName: string) => string;
187
- 'tocPay.text.skipAndContinueToPayment': string;
188
- 'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
189
- 'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
190
- 'tocPay.text.addPointsCard': string;
191
- 'tocPay.text.hasNoWalletPassAmount': string;
192
- 'tocPay.text.multipleSelectionAvailable': string;
193
- 'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
194
- 'tocPay.text.bestValueCombination': string;
195
- 'tocPay.text.viewDetail': string;
196
- 'tocPay.text.returnAndSelectOtherPaymentMethod': string;
197
- 'tocPay.text.paymentCompletedAndViewOrder': string;
198
- 'tocPay.text.paymentFailed': string;
199
- 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
200
- };
201
- 'zh-HK': {
202
- 'tocPay.text.checkout': string;
203
- 'tocPay.text.total': string;
204
- 'tocPay.text.completePaymentIn': string;
205
- 'tocPay.text.paymentInstructions': string;
206
- 'tocPay.text.serviceCharge': string;
207
- 'tocPay.text.noAvailablePaymentMethods': string;
208
- 'tocPay.text.paymentMethod': string;
209
- 'tocPay.text.connectingApplePay': string;
210
- 'tocPay.text.connectingGooglePay': string;
211
- 'tocPay.text.enterName': string;
212
- 'tocPay.text.enterValidName': string;
213
- 'tocPay.text.enterCardNumber': string;
214
- 'tocPay.text.enterValidCardNumber': string;
215
- 'tocPay.text.enterExpirationDate': string;
216
- 'tocPay.text.enterCVV': string;
217
- 'tocPay.text.enterValidCVV': string;
218
- 'tocPay.text.addCard': string;
219
- 'tocPay.text.creditorDebitCard': string;
220
- 'tocPay.text.addCreditOrDebitCard': string;
221
- 'tocPay.text.cardNumber': string;
222
- 'tocPay.text.incorrectCardNumber': string;
223
- 'tocPay.text.expiration': string;
224
- 'tocPay.text.incorrectExpiryDate': string;
225
- 'tocPay.text.securityCode': string;
226
- 'tocPay.text.incorrectSecurityCode': string;
227
- 'tocPay.text.cardholderName': string;
228
- 'tocPay.text.enterEnglishName': string;
229
- 'tocPay.text.incorrectName': string;
230
- 'tocPay.text.saveCardForNextTime': string;
231
- 'tocPay.text.secureBankInfo': string;
232
- 'tocPay.text.pay': string;
233
- 'tocPay.text.surcharge': string;
234
- 'tocPay.text.done': string;
235
- 'tocPay.text.manageCard': string;
236
- 'tocPay.text.waitingForBankVerification': string;
237
- 'tocPay.text.successBack': string;
238
- 'tocPay.text.redirectingToAlipay': string;
239
- 'tocPay.text.redirectingToPaypal': string;
240
- 'tocPay.text.redirectingToWeChatPay': string;
241
- 'tocPay.text.submit': string;
242
- 'tocPay.text.clickSubmitToComplete': string;
243
- 'tocPay.text.noExtraPayNeeded': string;
244
- 'tocPay.text.continuePayment': string;
245
- 'tocPay.text.prompt': string;
246
- 'tocPay.text.confirmLeave': string;
247
- 'tocPay.text.continuePay': string;
248
- 'tocPay.text.leave': string;
249
- 'tocPay.text.getParamsFail': string;
250
- 'tocPay.text.walletPass': string;
251
- 'tocPay.text.toUse': string;
252
- 'tocPay.text.searchResult': string;
253
- 'tocPay.text.select': string;
254
- 'tocPay.text.couponCodesAdded': string;
255
- 'tocPay.text.redeem': string;
256
- 'tocPay.text.howToPay': string;
257
- 'tocPay.text.congrats': string;
258
- 'tocPay.text.creditHaveBeen': string;
259
- 'tocPay.text.walletPassCodesTitle': string;
260
- 'tocPay.text.scanBarQrCode': string;
261
- 'tocPay.text.enterCodes': string;
262
- 'tocPay.text.searchDescribe': string;
263
- 'tocPay.text.walletPassEmpty': (walletName: string) => string;
264
- 'tocPay.text.walletPassDisabled': string;
265
- 'tocPay.text.walletPassPermanent': string;
266
- 'tocPay.text.walletPassCompleteTitle': string;
267
- 'tocPay.text.walletPassNoExtraPay': string;
268
- 'tocPay.text.walletCanPay': string;
269
- 'tocPay.text.walletSearchEmpty': string;
270
- 'tocPay.text.detectIncognitoConfirm': string;
271
- 'tocPay.text.copyLink': string;
272
- 'tocPay.text.copySuccess': string;
273
- 'tocPay.text.walletName': (shopName: string) => string;
274
- 'tocPay.text.bestValueFound': string;
275
- 'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
276
- 'tocPay.text.totalSavings': string;
277
- 'tocPay.text.bestCombination': (walletName: string) => string;
278
- 'tocPay.text.recommended': string;
279
- 'tocPay.text.edit': string;
280
- 'tocPay.text.confirm': string;
281
- 'tocPay.text.unusedAndContinueToPayment': string;
282
- 'tocPay.text.walletPassAvailable': (walletName: string) => string;
283
- 'tocPay.text.useWalletPass': (walletName: string) => string;
284
- 'tocPay.text.useWalletPassAdd': (walletName: string) => string;
285
- 'tocPay.text.editWalletPass': (walletName: string) => string;
286
- 'tocPay.text.skipAndContinueToPayment': string;
287
- 'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
288
- 'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
289
- 'tocPay.text.addPointsCard': string;
290
- 'tocPay.text.hasNoWalletPassAmount': string;
291
- 'tocPay.text.multipleSelectionAvailable': string;
292
- 'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
293
- 'tocPay.text.bestValueCombination': string;
294
- 'tocPay.text.viewDetail': string;
295
- 'tocPay.text.returnAndSelectOtherPaymentMethod': string;
296
- 'tocPay.text.paymentCompletedAndViewOrder': string;
297
- 'tocPay.text.paymentFailed': string;
298
- 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
299
- };
300
- };
301
- export default _default;
@@ -1,13 +0,0 @@
1
- export declare const paymentServices: any;
2
- export declare const paymentTypes: any[];
3
- export declare const tripartitePaymentKeys: string[];
4
- export declare const paymentKeys: string[];
5
- /**
6
- * @title: 判断是否是三方支付
7
- * @description:
8
- * @return: *
9
- * @Author: shengjie.zuo
10
- * @Date: 2024-08-30 10:16:26
11
- */
12
- export declare const isTripartitePayment: (service: string) => boolean;
13
- export declare const saleChannelMap: Record<string, string>;
@@ -1,272 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'registry.title': string;
4
- 'registry.sections.title': string;
5
- 'registry.sections.empty': string;
6
- 'registry.sections.loadMore': string;
7
- 'registry.sections.noMore': string;
8
- 'registry.table.title': string;
9
- 'registry.table.name': string;
10
- 'registry.table.key': string;
11
- 'registry.table.type': string;
12
- 'registry.table.interface': string;
13
- 'registry.table.scopes': string;
14
- 'registry.table.default': string;
15
- 'registry.table.description': string;
16
- 'registry.table.actions': string;
17
- 'registry.level.group': string;
18
- 'registry.level.item': string;
19
- 'registry.action.add.group': string;
20
- 'registry.action.add.item': string;
21
- 'registry.action.edit': string;
22
- 'registry.action.delete': string;
23
- 'registry.action.expand': string;
24
- 'registry.action.collapse': string;
25
- 'registry.modal.add.group': string;
26
- 'registry.modal.edit.group': string;
27
- 'registry.modal.add.item': string;
28
- 'registry.modal.edit.item': string;
29
- 'registry.modal.delete.title': string;
30
- 'registry.modal.delete.group.content': string;
31
- 'registry.modal.delete.group.hasItems.title': string;
32
- 'registry.modal.delete.group.hasItems.content': string;
33
- 'registry.modal.delete.item.content': string;
34
- 'registry.form.title': string;
35
- 'registry.form.name': string;
36
- 'registry.form.name.placeholder': string;
37
- 'registry.form.code': string;
38
- 'registry.form.code.placeholder': string;
39
- 'registry.form.key': string;
40
- 'registry.form.key.placeholder': string;
41
- 'registry.form.fieldType': string;
42
- 'registry.form.fieldType.placeholder': string;
43
- 'registry.form.interfaceType': string;
44
- 'registry.form.interfaceType.placeholder': string;
45
- 'registry.form.scopes': string;
46
- 'registry.form.scopes.placeholder': string;
47
- 'registry.form.description': string;
48
- 'registry.form.description.placeholder': string;
49
- 'registry.form.systemDefaultValue': string;
50
- 'registry.form.systemDefaultValue.placeholder': string;
51
- 'registry.form.uiSchema': string;
52
- 'registry.form.uiSchema.placeholder': string;
53
- 'registry.button.ok': string;
54
- 'registry.button.cancel': string;
55
- 'registry.button.save': string;
56
- 'registry.message.save.success': string;
57
- 'registry.message.delete.success': string;
58
- 'registry.message.required': string;
59
- 'registry.message.code.exists': string;
60
- 'registry.message.key.exists': string;
61
- 'registry.message.code.pattern': string;
62
- 'registry.message.key.pattern': string;
63
- 'registry.message.code.format': string;
64
- 'registry.message.code.start': string;
65
- 'registry.message.code.end': string;
66
- 'registry.message.code.consecutive': string;
67
- 'registry.message.name.maxLength': string;
68
- 'registry.message.key.maxLength': string;
69
- 'registry.message.description.maxLength': string;
70
- 'registry.message.uiSchema.invalid': string;
71
- 'registry.message.select.section': string;
72
- 'registry.message.loading.groups': string;
73
- 'registry.message.no.settings': string;
74
- 'registry.message.load.failed': string;
75
- 'registry.message.create.group.error': string;
76
- 'registry.drag.drop.here': string;
77
- 'registry.empty.container.placeholder': string;
78
- 'registry.message.update.group.error': string;
79
- 'registry.message.delete.group.error': string;
80
- 'registry.message.create.item.error': string;
81
- 'registry.message.update.item.error': string;
82
- 'registry.message.delete.item.error': string;
83
- 'registry.message.reorder.success': string;
84
- 'registry.message.reorder.error': string;
85
- 'registry.message.move.success': string;
86
- 'registry.message.move.error': string;
87
- 'registry.scope.systemDefault': string;
88
- 'registry.scope.saasDefault': string;
89
- 'registry.scope.organization': string;
90
- 'registry.scope.business': string;
91
- 'registry.scope.channel': string;
92
- 'registry.scope.board': string;
93
- };
94
- 'zh-CN': {
95
- 'registry.title': string;
96
- 'registry.sections.title': string;
97
- 'registry.sections.empty': string;
98
- 'registry.sections.loadMore': string;
99
- 'registry.sections.noMore': string;
100
- 'registry.table.title': string;
101
- 'registry.table.name': string;
102
- 'registry.table.key': string;
103
- 'registry.table.type': string;
104
- 'registry.table.interface': string;
105
- 'registry.table.scopes': string;
106
- 'registry.table.default': string;
107
- 'registry.table.description': string;
108
- 'registry.table.actions': string;
109
- 'registry.level.group': string;
110
- 'registry.level.item': string;
111
- 'registry.action.add.group': string;
112
- 'registry.action.add.item': string;
113
- 'registry.action.edit': string;
114
- 'registry.action.delete': string;
115
- 'registry.action.expand': string;
116
- 'registry.action.collapse': string;
117
- 'registry.modal.add.group': string;
118
- 'registry.modal.edit.group': string;
119
- 'registry.modal.add.item': string;
120
- 'registry.modal.edit.item': string;
121
- 'registry.modal.delete.title': string;
122
- 'registry.modal.delete.group.content': string;
123
- 'registry.modal.delete.group.hasItems.title': string;
124
- 'registry.modal.delete.group.hasItems.content': string;
125
- 'registry.modal.delete.item.content': string;
126
- 'registry.form.title': string;
127
- 'registry.form.name': string;
128
- 'registry.form.name.placeholder': string;
129
- 'registry.form.code': string;
130
- 'registry.form.code.placeholder': string;
131
- 'registry.form.key': string;
132
- 'registry.form.key.placeholder': string;
133
- 'registry.form.fieldType': string;
134
- 'registry.form.fieldType.placeholder': string;
135
- 'registry.form.interfaceType': string;
136
- 'registry.form.interfaceType.placeholder': string;
137
- 'registry.form.scopes': string;
138
- 'registry.form.scopes.placeholder': string;
139
- 'registry.form.description': string;
140
- 'registry.form.description.placeholder': string;
141
- 'registry.form.systemDefaultValue': string;
142
- 'registry.form.systemDefaultValue.placeholder': string;
143
- 'registry.form.uiSchema': string;
144
- 'registry.form.uiSchema.placeholder': string;
145
- 'registry.button.ok': string;
146
- 'registry.button.cancel': string;
147
- 'registry.button.save': string;
148
- 'registry.message.save.success': string;
149
- 'registry.message.delete.success': string;
150
- 'registry.message.required': string;
151
- 'registry.message.code.exists': string;
152
- 'registry.message.key.exists': string;
153
- 'registry.message.code.pattern': string;
154
- 'registry.message.key.pattern': string;
155
- 'registry.message.code.format': string;
156
- 'registry.message.code.start': string;
157
- 'registry.message.code.end': string;
158
- 'registry.message.code.consecutive': string;
159
- 'registry.message.name.maxLength': string;
160
- 'registry.message.key.maxLength': string;
161
- 'registry.message.description.maxLength': string;
162
- 'registry.message.uiSchema.invalid': string;
163
- 'registry.message.select.section': string;
164
- 'registry.message.loading.groups': string;
165
- 'registry.message.no.settings': string;
166
- 'registry.message.load.failed': string;
167
- 'registry.message.create.group.error': string;
168
- 'registry.message.update.group.error': string;
169
- 'registry.message.delete.group.error': string;
170
- 'registry.message.create.item.error': string;
171
- 'registry.message.update.item.error': string;
172
- 'registry.message.delete.item.error': string;
173
- 'registry.message.reorder.success': string;
174
- 'registry.message.reorder.error': string;
175
- 'registry.message.move.success': string;
176
- 'registry.message.move.error': string;
177
- 'registry.drag.drop.here': string;
178
- 'registry.empty.container.placeholder': string;
179
- 'registry.scope.systemDefault': string;
180
- 'registry.scope.saasDefault': string;
181
- 'registry.scope.organization': string;
182
- 'registry.scope.business': string;
183
- 'registry.scope.channel': string;
184
- 'registry.scope.board': string;
185
- };
186
- 'zh-HK': {
187
- 'registry.title': string;
188
- 'registry.sections.title': string;
189
- 'registry.sections.empty': string;
190
- 'registry.sections.loadMore': string;
191
- 'registry.sections.noMore': string;
192
- 'registry.table.title': string;
193
- 'registry.table.name': string;
194
- 'registry.table.key': string;
195
- 'registry.table.scopes': string;
196
- 'registry.table.actions': string;
197
- 'registry.level.group': string;
198
- 'registry.level.item': string;
199
- 'registry.action.add.group': string;
200
- 'registry.action.add.item': string;
201
- 'registry.action.edit': string;
202
- 'registry.action.delete': string;
203
- 'registry.action.expand': string;
204
- 'registry.action.collapse': string;
205
- 'registry.modal.add.group': string;
206
- 'registry.modal.edit.group': string;
207
- 'registry.modal.add.item': string;
208
- 'registry.modal.edit.item': string;
209
- 'registry.modal.delete.title': string;
210
- 'registry.modal.delete.group.content': string;
211
- 'registry.modal.delete.group.hasItems.title': string;
212
- 'registry.modal.delete.group.hasItems.content': string;
213
- 'registry.modal.delete.item.content': string;
214
- 'registry.form.title': string;
215
- 'registry.form.name': string;
216
- 'registry.form.name.placeholder': string;
217
- 'registry.form.code': string;
218
- 'registry.form.code.placeholder': string;
219
- 'registry.form.key': string;
220
- 'registry.form.key.placeholder': string;
221
- 'registry.form.fieldType': string;
222
- 'registry.form.fieldType.placeholder': string;
223
- 'registry.form.interfaceType': string;
224
- 'registry.form.interfaceType.placeholder': string;
225
- 'registry.form.scopes': string;
226
- 'registry.form.scopes.placeholder': string;
227
- 'registry.form.description': string;
228
- 'registry.form.description.placeholder': string;
229
- 'registry.form.systemDefaultValue': string;
230
- 'registry.form.systemDefaultValue.placeholder': string;
231
- 'registry.form.uiSchema': string;
232
- 'registry.form.uiSchema.placeholder': string;
233
- 'registry.button.ok': string;
234
- 'registry.button.cancel': string;
235
- 'registry.button.save': string;
236
- 'registry.message.save.success': string;
237
- 'registry.message.delete.success': string;
238
- 'registry.message.required': string;
239
- 'registry.message.code.exists': string;
240
- 'registry.message.key.exists': string;
241
- 'registry.message.code.pattern': string;
242
- 'registry.message.key.pattern': string;
243
- 'registry.message.code.format': string;
244
- 'registry.message.code.start': string;
245
- 'registry.message.code.end': string;
246
- 'registry.message.code.consecutive': string;
247
- 'registry.message.name.maxLength': string;
248
- 'registry.message.key.maxLength': string;
249
- 'registry.message.description.maxLength': string;
250
- 'registry.message.select.section': string;
251
- 'registry.message.loading.groups': string;
252
- 'registry.message.no.settings': string;
253
- 'registry.message.load.failed': string;
254
- 'registry.message.create.group.error': string;
255
- 'registry.message.update.group.error': string;
256
- 'registry.message.delete.group.error': string;
257
- 'registry.message.create.item.error': string;
258
- 'registry.message.update.item.error': string;
259
- 'registry.message.delete.item.error': string;
260
- 'registry.message.reorder.success': string;
261
- 'registry.message.reorder.error': string;
262
- 'registry.message.move.success': string;
263
- 'registry.message.move.error': string;
264
- 'registry.scope.systemDefault': string;
265
- 'registry.scope.saasDefault': string;
266
- 'registry.scope.organization': string;
267
- 'registry.scope.business': string;
268
- 'registry.scope.channel': string;
269
- 'registry.scope.board': string;
270
- };
271
- };
272
- export default _default;
@@ -1,77 +0,0 @@
1
- import { ApiResponse, MultiLanguageText, SettingGroup, Section, SettingItem } from './types';
2
- export interface CreateGroupParams {
3
- section_code: string;
4
- code: string;
5
- title: MultiLanguageText;
6
- sort: number;
7
- }
8
- export interface UpdateGroupParams {
9
- id: number;
10
- code: string;
11
- title: MultiLanguageText;
12
- }
13
- export interface DeleteGroupParams {
14
- id: number;
15
- }
16
- export interface SortGroupParams {
17
- section_code: string;
18
- group_ids: number[];
19
- }
20
- export declare const createGroup: (request: any, params: CreateGroupParams) => Promise<ApiResponse<SettingGroup>>;
21
- export declare const updateGroup: (request: any, params: UpdateGroupParams) => Promise<ApiResponse<SettingGroup>>;
22
- export declare const deleteGroup: (request: any, params: DeleteGroupParams) => Promise<any>;
23
- export declare const sortGroups: (request: any, params: SortGroupParams) => Promise<any>;
24
- export declare const getSectionList: (request: any, params: {
25
- page?: number;
26
- pageSize?: number;
27
- filter?: Record<string, any>;
28
- }) => Promise<ApiResponse<Section>>;
29
- export declare const getGroupList: (request: any, params: {
30
- page?: number;
31
- pageSize?: number;
32
- filter?: Record<string, any>;
33
- }) => Promise<ApiResponse<SettingGroup>>;
34
- export interface CreateItemParams {
35
- section_code: string;
36
- group_id: number;
37
- code: string;
38
- title: MultiLanguageText;
39
- description?: MultiLanguageText;
40
- type: string;
41
- interface?: string;
42
- default?: string | null;
43
- scopes?: string[];
44
- schema?: any;
45
- sort?: number;
46
- }
47
- export interface UpdateItemParams {
48
- id: number;
49
- section_code: string;
50
- group_id: number;
51
- code: string;
52
- title: MultiLanguageText;
53
- description?: MultiLanguageText;
54
- type: string;
55
- interface?: string;
56
- default?: string | null;
57
- scopes?: string[];
58
- schema?: any;
59
- sort?: number;
60
- }
61
- export interface DeleteItemParams {
62
- id: number;
63
- }
64
- export interface SortItemParams {
65
- id: number;
66
- group_id: string;
67
- item_ids: number[];
68
- }
69
- export declare const createItem: (request: any, params: CreateItemParams) => Promise<ApiResponse<SettingItem>>;
70
- export declare const updateItem: (request: any, params: UpdateItemParams) => Promise<ApiResponse<SettingItem>>;
71
- export declare const deleteItem: (request: any, params: DeleteItemParams) => Promise<any>;
72
- export declare const sortItems: (request: any, params: SortItemParams) => Promise<any>;
73
- export declare const getItemList: (request: any, params: {
74
- page?: number;
75
- pageSize?: number;
76
- filter?: Record<string, any>;
77
- }) => Promise<ApiResponse<SettingItem>>;