@pisell/private-materials 6.3.94 → 6.3.96

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 (365) 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 +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +2 -2
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +2 -2
  11. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  12. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  13. package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
  14. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  15. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  16. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  17. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  18. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  19. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +1 -3
  20. package/es/components/schedules/model.d.ts +1 -9
  21. package/es/plus/orderList/config.d.ts +2 -2
  22. package/es/plus/saasAttendance/locales.d.ts +63 -0
  23. package/es/plus/saasAttendance/locales.js +71 -2
  24. package/es/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
  25. package/es/plus/saasAttendance/settings/PermissonTab.js +79 -0
  26. package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +9 -3
  27. package/es/plus/saasAttendance/settings/components/MapField.js +69 -33
  28. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
  29. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +149 -0
  30. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
  31. package/es/plus/saasAttendance/settings/index.js +7 -0
  32. package/es/plus/saasAttendance/settings/index.less +15 -0
  33. package/es/plus/saasAttendance/settings/types.d.ts +6 -0
  34. package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  35. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  36. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  37. package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
  38. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  39. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  40. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  41. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  42. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  43. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +1 -3
  44. package/lib/components/schedules/model.d.ts +1 -9
  45. package/lib/plus/orderList/config.d.ts +2 -2
  46. package/lib/plus/saasAttendance/locales.d.ts +63 -0
  47. package/lib/plus/saasAttendance/locales.js +65 -2
  48. package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
  49. package/lib/plus/saasAttendance/settings/PermissonTab.js +128 -0
  50. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +2 -1
  51. package/lib/plus/saasAttendance/settings/components/MapField.js +50 -11
  52. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
  53. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +150 -0
  54. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
  55. package/lib/plus/saasAttendance/settings/index.js +12 -0
  56. package/lib/plus/saasAttendance/settings/index.less +15 -0
  57. package/lib/plus/saasAttendance/settings/types.d.ts +6 -0
  58. package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  59. package/lowcode/eco-cup-list/meta.ts +1 -1
  60. package/lowcode/eco-customer-list/meta.ts +1 -1
  61. package/package.json +3 -3
  62. package/es/components/Sales/Cart/index.d.ts +0 -53
  63. package/es/components/Sales/Summary/utils.d.ts +0 -58
  64. package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
  65. package/es/components/appointmentBooking/locales.d.ts +0 -366
  66. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  67. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  68. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  69. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  70. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  71. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  72. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  73. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  74. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  75. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  76. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  77. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  78. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  79. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  80. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  81. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  82. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  83. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  84. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  85. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  86. package/es/components/booking/addons/index.d.ts +0 -17
  87. package/es/components/booking/components/footer/amount.d.ts +0 -25
  88. package/es/components/booking/components/tabPane/index.d.ts +0 -4
  89. package/es/components/booking/components/voucher/utils.d.ts +0 -4
  90. package/es/components/booking/dashboard/serve.d.ts +0 -1
  91. package/es/components/booking/deposit/ClientItem/index.d.ts +0 -18
  92. package/es/components/booking/deposit/DepositItem/index.d.ts +0 -25
  93. package/es/components/booking/deposit/index.d.ts +0 -3
  94. package/es/components/booking/editBookingModal/locales.d.ts +0 -21
  95. package/es/components/booking/editBookingModal/mock.d.ts +0 -807
  96. package/es/components/booking/editBookingModal/utils.d.ts +0 -12
  97. package/es/components/booking/forms/forms.d.ts +0 -30
  98. package/es/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
  99. package/es/components/booking/info/addServiceVariant/index.d.ts +0 -7
  100. package/es/components/booking/info/client/index.d.ts +0 -4
  101. package/es/components/booking/info/clientVariant/utils.d.ts +0 -1
  102. package/es/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
  103. package/es/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
  104. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
  105. package/es/components/booking/info/index.d.ts +0 -4
  106. package/es/components/booking/info/main.d.ts +0 -12
  107. package/es/components/booking/info/model.d.ts +0 -14
  108. package/es/components/booking/info/service/Lists.d.ts +0 -3
  109. package/es/components/booking/info/service/addService/index.d.ts +0 -12
  110. package/es/components/booking/info/service/serve.d.ts +0 -20
  111. package/es/components/booking/info/service/serviceList/index.d.ts +0 -6
  112. package/es/components/booking/info/service/serviceManager/index.d.ts +0 -20
  113. package/es/components/booking/info/service2/Group/utils.d.ts +0 -14
  114. package/es/components/booking/info/service2/Lists.d.ts +0 -3
  115. package/es/components/booking/info/service2/utils.d.ts +0 -248
  116. package/es/components/booking/info/utils.d.ts +0 -50
  117. package/es/components/booking/info2/index.d.ts +0 -12
  118. package/es/components/booking/info2/service/addService/index.d.ts +0 -12
  119. package/es/components/booking/info2/service/addService/mock.d.ts +0 -214
  120. package/es/components/booking/info2/service/addService/utils.d.ts +0 -98
  121. package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -4
  122. package/es/components/booking/info2/service/editService/utils.d.ts +0 -13
  123. package/es/components/booking/info2/service/index.d.ts +0 -4
  124. package/es/components/booking/info2/service/serviceList/index.d.ts +0 -6
  125. package/es/components/booking/info2/utilsByBooking.d.ts +0 -35
  126. package/es/components/booking/locales.d.ts +0 -846
  127. package/es/components/booking/notes/addNote/index.d.ts +0 -4
  128. package/es/components/booking/utils.d.ts +0 -175
  129. package/es/components/ecocup/components/CupInfoCard/index.d.ts +0 -8
  130. package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -5
  131. package/es/components/ecocup/components/CustomerCard/index.d.ts +0 -7
  132. package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -32
  133. package/es/components/ecocup/cupProject/const.d.ts +0 -7
  134. package/es/components/eftpos/const.d.ts +0 -64
  135. package/es/components/eftpos/device.d.ts +0 -9
  136. package/es/components/eftpos/hooks.d.ts +0 -34
  137. package/es/components/eftpos/locales.d.ts +0 -99
  138. package/es/components/eftposPay/app.d.ts +0 -11
  139. package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -4
  140. package/es/components/eftposPay/component/fail/index.d.ts +0 -4
  141. package/es/components/eftposPay/const.d.ts +0 -184
  142. package/es/components/eftposPay/device.d.ts +0 -24
  143. package/es/components/eftposPay/hooks.d.ts +0 -35
  144. package/es/components/eftposPay/index.d.ts +0 -5
  145. package/es/components/eftposPay/locales.d.ts +0 -330
  146. package/es/components/eftposPay/manufacturer.d.ts +0 -7
  147. package/es/components/eftposPay/pay.d.ts +0 -21
  148. package/es/components/eftposPay/store/index.d.ts +0 -355
  149. package/es/components/eftposPay/tyro/index.d.ts +0 -9
  150. package/es/components/eventBooking/locales.d.ts +0 -246
  151. package/es/components/login/locales.d.ts +0 -24
  152. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
  153. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
  154. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
  155. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  156. package/es/components/pay/toC/locales.d.ts +0 -307
  157. package/es/components/pay/toC/serve.d.ts +0 -62
  158. package/es/components/pinModal/locales.d.ts +0 -27
  159. package/es/components/pinVerifyModal/locales.d.ts +0 -24
  160. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -3
  161. package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -81
  162. package/es/components/productExtension/locales.d.ts +0 -48
  163. package/es/components/productSelect/locales.d.ts +0 -18
  164. package/es/components/ruleSetting/locales.d.ts +0 -48
  165. package/es/components/schedules/locales.d.ts +0 -87
  166. package/es/components/shoppingCart/locales.d.ts +0 -33
  167. package/es/components/shoppingCart/type.d.ts +0 -48
  168. package/es/components/stepController/locales.d.ts +0 -27
  169. package/es/components/subTotal/locales.d.ts +0 -42
  170. package/es/components/systemSettings/registry/locales.d.ts +0 -272
  171. package/es/components/systemSettings/registry/types.d.ts +0 -126
  172. package/es/components/taxSelect/locales.d.ts +0 -24
  173. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -7
  174. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -5
  175. package/es/components/ticketBooking/index.d.ts +0 -8
  176. package/es/components/ticketBooking/locales.d.ts +0 -174
  177. package/es/components/ticketBooking/serve.d.ts +0 -287
  178. package/es/components/ticketBooking/utils/formatTime.d.ts +0 -31
  179. package/es/components/ticketBooking/utils/index.d.ts +0 -25
  180. package/es/components/wallet/utils.d.ts +0 -48
  181. package/es/components/walletList/locales.d.ts +0 -27
  182. package/es/components/walletList/types/index.d.ts +0 -194
  183. package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  184. package/es/components/workSpaceList/components/Card/constants.d.ts +0 -2
  185. package/es/hooks/useEngineContext.d.ts +0 -11
  186. package/es/hooks/useWindowSize.d.ts +0 -5
  187. package/es/plus/clientCard/locales.d.ts +0 -18
  188. package/es/plus/clientCard/types.d.ts +0 -135
  189. package/es/plus/clinetSearch/locales.d.ts +0 -108
  190. package/es/plus/contactInfo/locales.d.ts +0 -15
  191. package/es/plus/contactInfoModal/locales.d.ts +0 -66
  192. package/es/plus/productSelect/CategoryTabs/index.d.ts +0 -21
  193. package/es/plus/productSelect/locales.d.ts +0 -18
  194. package/es/plus/saasCreateOrganization/locales.d.ts +0 -15
  195. package/es/plus/saasLogin/locales.d.ts +0 -51
  196. package/es/plus/saasRegister/locales.d.ts +0 -117
  197. package/es/plus/saasRole/locales.d.ts +0 -193
  198. package/es/plus/saasRole/types.d.ts +0 -175
  199. package/es/plus/saasTeamMembers/locales.d.ts +0 -330
  200. package/es/plus/saasTeamMembers/type.d.ts +0 -156
  201. package/es/plus/selectHolder/locales.d.ts +0 -27
  202. package/es/plus/walletEditor/locales.d.ts +0 -135
  203. package/es/plus/walletEditor/types.d.ts +0 -52
  204. package/es/plus/walletPassGallery/locales.d.ts +0 -285
  205. package/es/plus/walletPassGallery/utils.d.ts +0 -48
  206. package/es/pro/Login2.0/components/PhoneInput.d.ts +0 -53
  207. package/es/pro/Login2.0/locales.d.ts +0 -543
  208. package/es/pro/Login2.0/shared/types.d.ts +0 -232
  209. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  210. package/es/pro/comprehensiveSearch/locales.d.ts +0 -15
  211. package/es/pro/numberKeyboard/locales.d.ts +0 -12
  212. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  213. package/es/test/setup.d.ts +0 -1
  214. package/lib/components/Sales/Cart/index.d.ts +0 -53
  215. package/lib/components/Sales/Summary/utils.d.ts +0 -58
  216. package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
  217. package/lib/components/appointmentBooking/locales.d.ts +0 -366
  218. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  219. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  220. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  221. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  222. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  223. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  224. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  225. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  226. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  227. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  228. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  229. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  230. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  231. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  232. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  233. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  234. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  235. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  236. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  237. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  238. package/lib/components/booking/addons/index.d.ts +0 -17
  239. package/lib/components/booking/components/footer/amount.d.ts +0 -25
  240. package/lib/components/booking/components/tabPane/index.d.ts +0 -4
  241. package/lib/components/booking/components/voucher/utils.d.ts +0 -4
  242. package/lib/components/booking/dashboard/serve.d.ts +0 -1
  243. package/lib/components/booking/deposit/ClientItem/index.d.ts +0 -18
  244. package/lib/components/booking/deposit/DepositItem/index.d.ts +0 -25
  245. package/lib/components/booking/deposit/index.d.ts +0 -3
  246. package/lib/components/booking/editBookingModal/locales.d.ts +0 -21
  247. package/lib/components/booking/editBookingModal/mock.d.ts +0 -807
  248. package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
  249. package/lib/components/booking/forms/forms.d.ts +0 -30
  250. package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
  251. package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -7
  252. package/lib/components/booking/info/client/index.d.ts +0 -4
  253. package/lib/components/booking/info/clientVariant/utils.d.ts +0 -1
  254. package/lib/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
  255. package/lib/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
  256. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
  257. package/lib/components/booking/info/index.d.ts +0 -4
  258. package/lib/components/booking/info/main.d.ts +0 -12
  259. package/lib/components/booking/info/model.d.ts +0 -14
  260. package/lib/components/booking/info/service/Lists.d.ts +0 -3
  261. package/lib/components/booking/info/service/addService/index.d.ts +0 -12
  262. package/lib/components/booking/info/service/serve.d.ts +0 -20
  263. package/lib/components/booking/info/service/serviceList/index.d.ts +0 -6
  264. package/lib/components/booking/info/service/serviceManager/index.d.ts +0 -20
  265. package/lib/components/booking/info/service2/Group/utils.d.ts +0 -14
  266. package/lib/components/booking/info/service2/Lists.d.ts +0 -3
  267. package/lib/components/booking/info/service2/utils.d.ts +0 -248
  268. package/lib/components/booking/info/utils.d.ts +0 -50
  269. package/lib/components/booking/info2/index.d.ts +0 -12
  270. package/lib/components/booking/info2/service/addService/index.d.ts +0 -12
  271. package/lib/components/booking/info2/service/addService/mock.d.ts +0 -214
  272. package/lib/components/booking/info2/service/addService/utils.d.ts +0 -98
  273. package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -4
  274. package/lib/components/booking/info2/service/editService/utils.d.ts +0 -13
  275. package/lib/components/booking/info2/service/index.d.ts +0 -4
  276. package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -6
  277. package/lib/components/booking/info2/utilsByBooking.d.ts +0 -35
  278. package/lib/components/booking/locales.d.ts +0 -846
  279. package/lib/components/booking/notes/addNote/index.d.ts +0 -4
  280. package/lib/components/booking/utils.d.ts +0 -175
  281. package/lib/components/ecocup/components/CupInfoCard/index.d.ts +0 -8
  282. package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -5
  283. package/lib/components/ecocup/components/CustomerCard/index.d.ts +0 -7
  284. package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -32
  285. package/lib/components/ecocup/cupProject/const.d.ts +0 -7
  286. package/lib/components/eftpos/const.d.ts +0 -64
  287. package/lib/components/eftpos/device.d.ts +0 -9
  288. package/lib/components/eftpos/hooks.d.ts +0 -34
  289. package/lib/components/eftpos/locales.d.ts +0 -99
  290. package/lib/components/eftposPay/app.d.ts +0 -11
  291. package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -4
  292. package/lib/components/eftposPay/component/fail/index.d.ts +0 -4
  293. package/lib/components/eftposPay/const.d.ts +0 -184
  294. package/lib/components/eftposPay/device.d.ts +0 -24
  295. package/lib/components/eftposPay/hooks.d.ts +0 -35
  296. package/lib/components/eftposPay/index.d.ts +0 -5
  297. package/lib/components/eftposPay/locales.d.ts +0 -330
  298. package/lib/components/eftposPay/manufacturer.d.ts +0 -7
  299. package/lib/components/eftposPay/pay.d.ts +0 -21
  300. package/lib/components/eftposPay/store/index.d.ts +0 -355
  301. package/lib/components/eftposPay/tyro/index.d.ts +0 -9
  302. package/lib/components/eventBooking/locales.d.ts +0 -246
  303. package/lib/components/login/locales.d.ts +0 -24
  304. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
  305. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
  306. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
  307. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  308. package/lib/components/pay/toC/locales.d.ts +0 -307
  309. package/lib/components/pay/toC/serve.d.ts +0 -62
  310. package/lib/components/pinModal/locales.d.ts +0 -27
  311. package/lib/components/pinVerifyModal/locales.d.ts +0 -24
  312. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -3
  313. package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -81
  314. package/lib/components/productExtension/locales.d.ts +0 -48
  315. package/lib/components/productSelect/locales.d.ts +0 -18
  316. package/lib/components/ruleSetting/locales.d.ts +0 -48
  317. package/lib/components/schedules/locales.d.ts +0 -87
  318. package/lib/components/shoppingCart/locales.d.ts +0 -33
  319. package/lib/components/shoppingCart/type.d.ts +0 -48
  320. package/lib/components/stepController/locales.d.ts +0 -27
  321. package/lib/components/subTotal/locales.d.ts +0 -42
  322. package/lib/components/systemSettings/registry/locales.d.ts +0 -272
  323. package/lib/components/systemSettings/registry/types.d.ts +0 -126
  324. package/lib/components/taxSelect/locales.d.ts +0 -24
  325. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -7
  326. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -5
  327. package/lib/components/ticketBooking/index.d.ts +0 -8
  328. package/lib/components/ticketBooking/locales.d.ts +0 -174
  329. package/lib/components/ticketBooking/serve.d.ts +0 -287
  330. package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -31
  331. package/lib/components/ticketBooking/utils/index.d.ts +0 -25
  332. package/lib/components/wallet/utils.d.ts +0 -48
  333. package/lib/components/walletList/locales.d.ts +0 -27
  334. package/lib/components/walletList/types/index.d.ts +0 -194
  335. package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  336. package/lib/components/workSpaceList/components/Card/constants.d.ts +0 -2
  337. package/lib/hooks/useEngineContext.d.ts +0 -11
  338. package/lib/hooks/useWindowSize.d.ts +0 -5
  339. package/lib/plus/clientCard/locales.d.ts +0 -18
  340. package/lib/plus/clientCard/types.d.ts +0 -135
  341. package/lib/plus/clinetSearch/locales.d.ts +0 -108
  342. package/lib/plus/contactInfo/locales.d.ts +0 -15
  343. package/lib/plus/contactInfoModal/locales.d.ts +0 -66
  344. package/lib/plus/productSelect/CategoryTabs/index.d.ts +0 -21
  345. package/lib/plus/productSelect/locales.d.ts +0 -18
  346. package/lib/plus/saasCreateOrganization/locales.d.ts +0 -15
  347. package/lib/plus/saasLogin/locales.d.ts +0 -51
  348. package/lib/plus/saasRegister/locales.d.ts +0 -117
  349. package/lib/plus/saasRole/locales.d.ts +0 -193
  350. package/lib/plus/saasRole/types.d.ts +0 -175
  351. package/lib/plus/saasTeamMembers/locales.d.ts +0 -330
  352. package/lib/plus/saasTeamMembers/type.d.ts +0 -156
  353. package/lib/plus/selectHolder/locales.d.ts +0 -27
  354. package/lib/plus/walletEditor/locales.d.ts +0 -135
  355. package/lib/plus/walletEditor/types.d.ts +0 -52
  356. package/lib/plus/walletPassGallery/locales.d.ts +0 -285
  357. package/lib/plus/walletPassGallery/utils.d.ts +0 -48
  358. package/lib/pro/Login2.0/components/PhoneInput.d.ts +0 -53
  359. package/lib/pro/Login2.0/locales.d.ts +0 -543
  360. package/lib/pro/Login2.0/shared/types.d.ts +0 -232
  361. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  362. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -15
  363. package/lib/pro/numberKeyboard/locales.d.ts +0 -12
  364. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  365. package/lib/test/setup.d.ts +0 -1
@@ -1,307 +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
- 'tocPay.text.domestic': string;
102
- 'tocPay.text.rest-of-world': string;
103
- };
104
- 'zh-CN': {
105
- 'tocPay.text.checkout': string;
106
- 'tocPay.text.total': string;
107
- 'tocPay.text.completePaymentIn': string;
108
- 'tocPay.text.paymentInstructions': string;
109
- 'tocPay.text.serviceCharge': string;
110
- 'tocPay.text.noAvailablePaymentMethods': string;
111
- 'tocPay.text.paymentMethod': string;
112
- 'tocPay.text.connectingApplePay': string;
113
- 'tocPay.text.connectingGooglePay': string;
114
- 'tocPay.text.enterName': string;
115
- 'tocPay.text.enterValidName': string;
116
- 'tocPay.text.enterCardNumber': string;
117
- 'tocPay.text.enterValidCardNumber': string;
118
- 'tocPay.text.enterExpirationDate': string;
119
- 'tocPay.text.enterCVV': string;
120
- 'tocPay.text.enterValidCVV': string;
121
- 'tocPay.text.addCard': string;
122
- 'tocPay.text.creditorDebitCard': string;
123
- 'tocPay.text.addCreditOrDebitCard': string;
124
- 'tocPay.text.cardNumber': string;
125
- 'tocPay.text.incorrectCardNumber': string;
126
- 'tocPay.text.expiration': string;
127
- 'tocPay.text.incorrectExpiryDate': string;
128
- 'tocPay.text.securityCode': string;
129
- 'tocPay.text.incorrectSecurityCode': string;
130
- 'tocPay.text.cardholderName': string;
131
- 'tocPay.text.enterEnglishName': string;
132
- 'tocPay.text.incorrectName': string;
133
- 'tocPay.text.saveCardForNextTime': string;
134
- 'tocPay.text.secureBankInfo': string;
135
- 'tocPay.text.pay': string;
136
- 'tocPay.text.surcharge': string;
137
- 'tocPay.text.done': string;
138
- 'tocPay.text.manageCard': string;
139
- 'tocPay.text.waitingForBankVerification': string;
140
- 'tocPay.text.successBack': string;
141
- 'tocPay.text.redirectingToAlipay': string;
142
- 'tocPay.text.redirectingToPaypal': string;
143
- 'tocPay.text.redirectingToWeChatPay': string;
144
- 'tocPay.text.submit': string;
145
- 'tocPay.text.clickSubmitToComplete': string;
146
- 'tocPay.text.noExtraPayNeeded': string;
147
- 'tocPay.text.continuePayment': string;
148
- 'tocPay.text.prompt': string;
149
- 'tocPay.text.confirmLeave': string;
150
- 'tocPay.text.continuePay': string;
151
- 'tocPay.text.leave': string;
152
- 'tocPay.text.getParamsFail': string;
153
- 'tocPay.text.walletPass': string;
154
- 'tocPay.text.toUse': string;
155
- 'tocPay.text.searchResult': string;
156
- 'tocPay.text.select': string;
157
- 'tocPay.text.couponCodesAdded': string;
158
- 'tocPay.text.redeem': string;
159
- 'tocPay.text.howToPay': string;
160
- 'tocPay.text.congrats': string;
161
- 'tocPay.text.creditHaveBeen': string;
162
- 'tocPay.text.walletPassCodesTitle': string;
163
- 'tocPay.text.scanBarQrCode': string;
164
- 'tocPay.text.enterCodes': string;
165
- 'tocPay.text.searchDescribe': string;
166
- 'tocPay.text.walletPassEmpty': (walletName: string) => string;
167
- 'tocPay.text.walletPassDisabled': string;
168
- 'tocPay.text.walletPassPermanent': string;
169
- 'tocPay.text.walletPassCompleteTitle': string;
170
- 'tocPay.text.walletPassNoExtraPay': string;
171
- 'tocPay.text.walletCanPay': string;
172
- 'tocPay.text.walletSearchEmpty': string;
173
- 'tocPay.text.detectIncognitoConfirm': string;
174
- 'tocPay.text.copyLink': string;
175
- 'tocPay.text.copySuccess': string;
176
- 'tocPay.text.walletName': (shopName: string) => string;
177
- 'tocPay.text.bestValueFound': string;
178
- 'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
179
- 'tocPay.text.totalSavings': string;
180
- 'tocPay.text.bestCombination': (walletName: string) => string;
181
- 'tocPay.text.recommended': string;
182
- 'tocPay.text.edit': string;
183
- 'tocPay.text.confirm': string;
184
- 'tocPay.text.unusedAndContinueToPayment': string;
185
- 'tocPay.text.walletPassAvailable': (walletName: string) => string;
186
- 'tocPay.text.useWalletPass': (walletName: string) => string;
187
- 'tocPay.text.useWalletPassAdd': (walletName: string) => string;
188
- 'tocPay.text.editWalletPass': (walletName: string) => string;
189
- 'tocPay.text.skipAndContinueToPayment': string;
190
- 'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
191
- 'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
192
- 'tocPay.text.addPointsCard': string;
193
- 'tocPay.text.hasNoWalletPassAmount': string;
194
- 'tocPay.text.multipleSelectionAvailable': string;
195
- 'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
196
- 'tocPay.text.bestValueCombination': string;
197
- 'tocPay.text.viewDetail': string;
198
- 'tocPay.text.returnAndSelectOtherPaymentMethod': string;
199
- 'tocPay.text.paymentCompletedAndViewOrder': string;
200
- 'tocPay.text.paymentFailed': string;
201
- 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
202
- 'tocPay.text.domestic': string;
203
- 'tocPay.text.rest-of-world': string;
204
- };
205
- 'zh-HK': {
206
- 'tocPay.text.checkout': string;
207
- 'tocPay.text.total': string;
208
- 'tocPay.text.completePaymentIn': string;
209
- 'tocPay.text.paymentInstructions': string;
210
- 'tocPay.text.serviceCharge': string;
211
- 'tocPay.text.noAvailablePaymentMethods': string;
212
- 'tocPay.text.paymentMethod': string;
213
- 'tocPay.text.connectingApplePay': string;
214
- 'tocPay.text.connectingGooglePay': string;
215
- 'tocPay.text.enterName': string;
216
- 'tocPay.text.enterValidName': string;
217
- 'tocPay.text.enterCardNumber': string;
218
- 'tocPay.text.enterValidCardNumber': string;
219
- 'tocPay.text.enterExpirationDate': string;
220
- 'tocPay.text.enterCVV': string;
221
- 'tocPay.text.enterValidCVV': string;
222
- 'tocPay.text.addCard': string;
223
- 'tocPay.text.creditorDebitCard': string;
224
- 'tocPay.text.addCreditOrDebitCard': string;
225
- 'tocPay.text.cardNumber': string;
226
- 'tocPay.text.incorrectCardNumber': string;
227
- 'tocPay.text.expiration': string;
228
- 'tocPay.text.incorrectExpiryDate': string;
229
- 'tocPay.text.securityCode': string;
230
- 'tocPay.text.incorrectSecurityCode': string;
231
- 'tocPay.text.cardholderName': string;
232
- 'tocPay.text.enterEnglishName': string;
233
- 'tocPay.text.incorrectName': string;
234
- 'tocPay.text.saveCardForNextTime': string;
235
- 'tocPay.text.secureBankInfo': string;
236
- 'tocPay.text.pay': string;
237
- 'tocPay.text.surcharge': string;
238
- 'tocPay.text.done': string;
239
- 'tocPay.text.manageCard': string;
240
- 'tocPay.text.waitingForBankVerification': string;
241
- 'tocPay.text.successBack': string;
242
- 'tocPay.text.redirectingToAlipay': string;
243
- 'tocPay.text.redirectingToPaypal': string;
244
- 'tocPay.text.redirectingToWeChatPay': string;
245
- 'tocPay.text.submit': string;
246
- 'tocPay.text.clickSubmitToComplete': string;
247
- 'tocPay.text.noExtraPayNeeded': string;
248
- 'tocPay.text.continuePayment': string;
249
- 'tocPay.text.prompt': string;
250
- 'tocPay.text.confirmLeave': string;
251
- 'tocPay.text.continuePay': string;
252
- 'tocPay.text.leave': string;
253
- 'tocPay.text.getParamsFail': string;
254
- 'tocPay.text.walletPass': string;
255
- 'tocPay.text.toUse': string;
256
- 'tocPay.text.searchResult': string;
257
- 'tocPay.text.select': string;
258
- 'tocPay.text.couponCodesAdded': string;
259
- 'tocPay.text.redeem': string;
260
- 'tocPay.text.howToPay': string;
261
- 'tocPay.text.congrats': string;
262
- 'tocPay.text.creditHaveBeen': string;
263
- 'tocPay.text.walletPassCodesTitle': string;
264
- 'tocPay.text.scanBarQrCode': string;
265
- 'tocPay.text.enterCodes': string;
266
- 'tocPay.text.searchDescribe': string;
267
- 'tocPay.text.walletPassEmpty': (walletName: string) => string;
268
- 'tocPay.text.walletPassDisabled': string;
269
- 'tocPay.text.walletPassPermanent': string;
270
- 'tocPay.text.walletPassCompleteTitle': string;
271
- 'tocPay.text.walletPassNoExtraPay': string;
272
- 'tocPay.text.walletCanPay': string;
273
- 'tocPay.text.walletSearchEmpty': string;
274
- 'tocPay.text.detectIncognitoConfirm': string;
275
- 'tocPay.text.copyLink': string;
276
- 'tocPay.text.copySuccess': string;
277
- 'tocPay.text.walletName': (shopName: string) => string;
278
- 'tocPay.text.bestValueFound': string;
279
- 'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
280
- 'tocPay.text.totalSavings': string;
281
- 'tocPay.text.bestCombination': (walletName: string) => string;
282
- 'tocPay.text.recommended': string;
283
- 'tocPay.text.edit': string;
284
- 'tocPay.text.confirm': string;
285
- 'tocPay.text.unusedAndContinueToPayment': string;
286
- 'tocPay.text.walletPassAvailable': (walletName: string) => string;
287
- 'tocPay.text.useWalletPass': (walletName: string) => string;
288
- 'tocPay.text.useWalletPassAdd': (walletName: string) => string;
289
- 'tocPay.text.editWalletPass': (walletName: string) => string;
290
- 'tocPay.text.skipAndContinueToPayment': string;
291
- 'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
292
- 'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
293
- 'tocPay.text.addPointsCard': string;
294
- 'tocPay.text.hasNoWalletPassAmount': string;
295
- 'tocPay.text.multipleSelectionAvailable': string;
296
- 'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
297
- 'tocPay.text.bestValueCombination': string;
298
- 'tocPay.text.viewDetail': string;
299
- 'tocPay.text.returnAndSelectOtherPaymentMethod': string;
300
- 'tocPay.text.paymentCompletedAndViewOrder': string;
301
- 'tocPay.text.paymentFailed': string;
302
- 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
303
- 'tocPay.text.domestic': string;
304
- 'tocPay.text.rest-of-world': string;
305
- };
306
- };
307
- export default _default;
@@ -1,62 +0,0 @@
1
- export declare const getPaymentList: (values: any) => Promise<{
2
- message: string;
3
- status: string;
4
- paymentList?: undefined;
5
- } | {
6
- message: string;
7
- status: string;
8
- paymentList: any;
9
- }>;
10
- /**
11
- * @title: 聚合接口, 根据订单 返回支付列表和钱包
12
- * @description:
13
- * @param {object} values
14
- * @return {*}
15
- * @Author: zhiwei.Wang
16
- * @Date: 2024-08-15 11:52
17
- */
18
- export declare const getPaymentsAndWalletPass: (values: {
19
- order_id: string;
20
- total_amount: number;
21
- sale_channel: string;
22
- }) => Promise<any>;
23
- /**
24
- * @title: 初始化交易组
25
- * @description:
26
- * @param {object} values
27
- * @return {*}
28
- * @Author: zhiwei.Wang
29
- * @Date: 2024-08-16 10:42
30
- */
31
- export declare const getPaymentInit: (values: {
32
- order_id?: string;
33
- amount?: number;
34
- }) => Promise<any>;
35
- /**
36
- * @title: 获取钱包名称和弹窗状态
37
- * @description:
38
- * @param {object} values
39
- * @return {*}
40
- * @Author: shengjie.zuo
41
- * @member: 马天宇
42
- * @Date: 2025-02-21 10:42
43
- */
44
- export declare const getWalletNameAndPopupStatus: (values: {
45
- setting_type?: string;
46
- }) => Promise<{
47
- wallet: {
48
- name?: {
49
- en: string;
50
- 'zh-CN': string;
51
- 'zh-HK': string;
52
- };
53
- };
54
- wallet_setting: {
55
- popup_status?: 1 | 0;
56
- };
57
- }>;
58
- /**
59
- * @title: 获取支付结果
60
- * @description: 获取支付结果
61
- */
62
- export declare const getPaymentResult: (values: any) => Promise<any>;
@@ -1,27 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.pin.modal.title': string;
4
- 'pisell2.pin.modal.label': string;
5
- 'pisell2.pin.modal.desc': string;
6
- 'pisell2.pin.modal.time': string;
7
- 'pisell2.pin.modal.reset.pin': string;
8
- 'pisell2.pin.modal.cancel': string;
9
- };
10
- 'zh-CN': {
11
- 'pisell2.pin.modal.title': string;
12
- 'pisell2.pin.modal.label': string;
13
- 'pisell2.pin.modal.desc': string;
14
- 'pisell2.pin.modal.time': string;
15
- 'pisell2.pin.modal.reset.pin': string;
16
- 'pisell2.pin.modal.cancel': string;
17
- };
18
- 'zh-HK': {
19
- 'pisell2.pin.modal.title': string;
20
- 'pisell2.pin.modal.label': string;
21
- 'pisell2.pin.modal.desc': string;
22
- 'pisell2.pin.modal.time': string;
23
- 'pisell2.pin.modal.reset.pin': string;
24
- 'pisell2.pin.modal.cancel': string;
25
- };
26
- };
27
- export default _default;
@@ -1,24 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.pin.verify.modal.title': string;
4
- 'pisell2.pin.verify.modal.wallet': string;
5
- 'pisell2.pin.verify.modal.keyboard.title': string;
6
- 'pisell2.pin.verify.modal.keyboard.desc': string;
7
- 'pisell2.pin.verify.modal.keyboard.verify': string;
8
- };
9
- 'zh-CN': {
10
- 'pisell2.pin.verify.modal.title': string;
11
- 'pisell2.pin.verify.modal.wallet': string;
12
- 'pisell2.pin.verify.modal.keyboard.title': string;
13
- 'pisell2.pin.verify.modal.keyboard.desc': string;
14
- 'pisell2.pin.verify.modal.keyboard.verify': string;
15
- };
16
- 'zh-HK': {
17
- 'pisell2.pin.verify.modal.title': string;
18
- 'pisell2.pin.verify.modal.wallet': string;
19
- 'pisell2.pin.verify.modal.keyboard.title': string;
20
- 'pisell2.pin.verify.modal.keyboard.desc': string;
21
- 'pisell2.pin.verify.modal.keyboard.verify': string;
22
- };
23
- };
24
- export default _default;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const PhoneField: ({ value, onChange }: any) => React.JSX.Element;
3
- export default PhoneField;
@@ -1,81 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.leave-empty-for-walk-in': string;
4
- 'pisell2.text.date-year-text': string;
5
- 'pisell2.text.date-month-text': string;
6
- 'pisell2.text.date-day-text': string;
7
- 'pisell2.text.gender': string;
8
- 'pisell2.text.gender.male': string;
9
- 'pisell2.text.gender.female': string;
10
- 'pisell2.text.birthday': string;
11
- 'pisell2.text.phone': string;
12
- 'pisell2.text.email': string;
13
- 'pisell2.text.lastname': string;
14
- 'pisell2.text.firstname': string;
15
- 'pisell2.text.email-error-message': string;
16
- 'pisell2.text.notes': string;
17
- 'pisell2.text.save': string;
18
- 'pisell2.text.save-and-select': string;
19
- 'pisell2.text.no-results-found': string;
20
- 'pisell2.text.create-new-client': string;
21
- 'pisell2.text.result-found': string;
22
- 'pisell2.text.personnel-list': string;
23
- 'pisell2.text.load-more': string;
24
- 'pisell2.text.add-client.confirm': string;
25
- 'pisell2.text.search-customer-by-phone-number': string;
26
- 'pisell2.text.create': string;
27
- };
28
- 'zh-CN': {
29
- 'pisell2.text.leave-empty-for-walk-in': string;
30
- 'pisell2.text.date-year-text': string;
31
- 'pisell2.text.date-month-text': string;
32
- 'pisell2.text.date-day-text': string;
33
- 'pisell2.text.gender': string;
34
- 'pisell2.text.gender.male': string;
35
- 'pisell2.text.gender.female': string;
36
- 'pisell2.text.birthday': string;
37
- 'pisell2.text.phone': string;
38
- 'pisell2.text.email': string;
39
- 'pisell2.text.lastname': string;
40
- 'pisell2.text.firstname': string;
41
- 'pisell2.text.email-error-message': string;
42
- 'pisell2.text.notes': string;
43
- 'pisell2.text.save': string;
44
- 'pisell2.text.save-and-select': string;
45
- 'pisell2.text.no-results-found': string;
46
- 'pisell2.text.create-new-client': string;
47
- 'pisell2.text.result-found': string;
48
- 'pisell2.text.personnel-list': string;
49
- 'pisell2.text.add-client.confirm': string;
50
- 'pisell2.text.load-more': string;
51
- 'pisell2.text.search-customer-by-phone-number': string;
52
- 'pisell2.text.create': string;
53
- };
54
- 'zh-HK': {
55
- 'pisell2.text.leave-empty-for-walk-in': string;
56
- 'pisell2.text.date-year-text': string;
57
- 'pisell2.text.date-month-text': string;
58
- 'pisell2.text.date-day-text': string;
59
- 'pisell2.text.gender': string;
60
- 'pisell2.text.gender.male': string;
61
- 'pisell2.text.gender.female': string;
62
- 'pisell2.text.birthday': string;
63
- 'pisell2.text.phone': string;
64
- 'pisell2.text.email': string;
65
- 'pisell2.text.lastname': string;
66
- 'pisell2.text.firstname': string;
67
- 'pisell2.text.email-error-message': string;
68
- 'pisell2.text.notes': string;
69
- 'pisell2.text.save': string;
70
- 'pisell2.text.save-and-select': string;
71
- 'pisell2.text.no-results-found': string;
72
- 'pisell2.text.create-new-client': string;
73
- 'pisell2.text.result-found': string;
74
- 'pisell2.text.personnel-list': string;
75
- 'pisell2.text.add-client.confirm': string;
76
- 'pisell2.text.load-more': string;
77
- 'pisell2.text.search-customer-by-phone-number': string;
78
- 'pisell2.text.create': string;
79
- };
80
- };
81
- export default _default;
@@ -1,48 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.product-extension.please-select': string;
4
- 'pisell2.text.product-extension.cut-off-time': string;
5
- 'pisell2.text.product-extension.cut-off-time.desc': string;
6
- 'pisell2.text.product-extension.future-day': string;
7
- 'pisell2.text.product-extension.future-day.hint': string;
8
- 'pisell2.text.product-extension.days': string;
9
- 'pisell2.text.product-extension.hours': string;
10
- 'pisell2.text.product-extension.minutes': string;
11
- 'pisell2.text.product-extension.add-product': string;
12
- 'pisell2.text.product-extension.add-other-product': string;
13
- 'pisell2.text.product-extension.resource-type': string;
14
- 'pisell2.text.product-extension.open': string;
15
- 'pisell2.text.product-extension.options': string;
16
- };
17
- 'zh-CN': {
18
- 'pisell2.text.product-extension.please-select': string;
19
- 'pisell2.text.product-extension.cut-off-time': string;
20
- 'pisell2.text.product-extension.cut-off-time.desc': string;
21
- 'pisell2.text.product-extension.future-day': string;
22
- 'pisell2.text.product-extension.future-day.hint': string;
23
- 'pisell2.text.product-extension.days': string;
24
- 'pisell2.text.product-extension.hours': string;
25
- 'pisell2.text.product-extension.minutes': string;
26
- 'pisell2.text.product-extension.add-product': string;
27
- 'pisell2.text.product-extension.add-other-product': string;
28
- 'pisell2.text.product-extension.resource-type': string;
29
- 'pisell2.text.product-extension.open': string;
30
- 'pisell2.text.product-extension.options': string;
31
- };
32
- 'zh-HK': {
33
- 'pisell2.text.product-extension.please-select': string;
34
- 'pisell2.text.product-extension.cut-off-time': string;
35
- 'pisell2.text.product-extension.cut-off-time.desc': string;
36
- 'pisell2.text.product-extension.future-day': string;
37
- 'pisell2.text.product-extension.future-day.hint': string;
38
- 'pisell2.text.product-extension.days': string;
39
- 'pisell2.text.product-extension.hours': string;
40
- 'pisell2.text.product-extension.minutes': string;
41
- 'pisell2.text.product-extension.add-product': string;
42
- 'pisell2.text.product-extension.add-other-product': string;
43
- 'pisell2.text.product-extension.resource-type': string;
44
- 'pisell2.text.product-extension.open': string;
45
- 'pisell2.text.product-extension.options': string;
46
- };
47
- };
48
- export default _default;
@@ -1,18 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.product-select.search': string;
4
- 'pisell2.product-select.stock': string;
5
- 'pisell2.product-select.empty': string;
6
- };
7
- 'zh-CN': {
8
- 'pisell2.product-select.search': string;
9
- 'pisell2.product-select.stock': string;
10
- 'pisell2.product-select.empty': string;
11
- };
12
- 'zh-HK': {
13
- 'pisell2.product-select.search': string;
14
- 'pisell2.product-select.stock': string;
15
- 'pisell2.product-select.empty': string;
16
- };
17
- };
18
- export default _default;
@@ -1,48 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.satisfy_any_condition': string;
4
- 'pisell2.text.add': string;
5
- 'pisell2.text.and': string;
6
- 'pisell2.text.or': string;
7
- 'pisell2.text.all': string;
8
- 'pisell2.text.rule-setting.Contain': string;
9
- 'pisell2.text.rule-setting.Exclude': string;
10
- 'pisell2.text.rule-setting.order_type': string;
11
- 'pisell2.text.rule-setting.sales_channel': string;
12
- 'pisell2.text.rule-setting.staff': string;
13
- 'pisell2.text.rule-setting.payment_method': string;
14
- 'pisell2.text.rule-setting.pisell_terminal_device': string;
15
- 'pisell2.text.rule-setting.current_device': string;
16
- };
17
- 'zh-CN': {
18
- 'pisell2.text.satisfy_any_condition': string;
19
- 'pisell2.text.and': string;
20
- 'pisell2.text.or': string;
21
- 'pisell2.text.all': string;
22
- 'pisell2.text.add': string;
23
- 'pisell2.text.rule-setting.Contain': string;
24
- 'pisell2.text.rule-setting.Exclude': string;
25
- 'pisell2.text.rule-setting.order_type': string;
26
- 'pisell2.text.rule-setting.sales_channel': string;
27
- 'pisell2.text.rule-setting.staff': string;
28
- 'pisell2.text.rule-setting.payment_method': string;
29
- 'pisell2.text.rule-setting.pisell_terminal_device': string;
30
- 'pisell2.text.rule-setting.current_device': string;
31
- };
32
- 'zh-HK': {
33
- 'pisell2.text.satisfy_any_condition': string;
34
- 'pisell2.text.and': string;
35
- 'pisell2.text.or': string;
36
- 'pisell2.text.all': string;
37
- 'pisell2.text.add': string;
38
- 'pisell2.text.rule-setting.Contain': string;
39
- 'pisell2.text.rule-setting.Exclude': string;
40
- 'pisell2.text.rule-setting.order_type': string;
41
- 'pisell2.text.rule-setting.sales_channel': string;
42
- 'pisell2.text.rule-setting.staff': string;
43
- 'pisell2.text.rule-setting.payment_method': string;
44
- 'pisell2.text.rule-setting.pisell_terminal_device': string;
45
- 'pisell2.text.rule-setting.current_device': string;
46
- };
47
- };
48
- export default _default;