@pisell/private-materials 6.3.97 → 6.3.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (487) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +10 -10
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +10 -10
  11. package/es/components/Sales/Summary/utils.d.ts +58 -0
  12. package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
  13. package/es/components/appointmentBooking/components/Date/state.js +3 -1
  14. package/es/components/appointmentBooking/locales.d.ts +606 -0
  15. package/es/components/appointmentBooking/locales.js +276 -0
  16. package/es/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
  17. package/es/components/authentication/admin/AuthMethods/locales.js +164 -0
  18. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +27 -9
  19. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
  20. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
  21. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
  22. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  23. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
  24. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
  25. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
  26. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
  27. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
  28. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
  29. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
  30. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
  31. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
  32. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
  33. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
  34. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
  35. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
  36. package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
  37. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
  38. package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
  39. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
  40. package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
  41. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
  42. package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
  43. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
  44. package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
  45. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
  46. package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
  47. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
  48. package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
  49. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
  50. package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
  51. package/es/components/booking/addons/model.d.ts +10 -1
  52. package/es/components/booking/components/tabPane/index.d.ts +4 -0
  53. package/es/components/booking/components/voucher/utils.d.ts +4 -0
  54. package/es/components/booking/editBookingModal/locales.d.ts +33 -0
  55. package/es/components/booking/editBookingModal/locales.js +12 -0
  56. package/es/components/booking/editBookingModal/mock.d.ts +991 -0
  57. package/es/components/booking/editBookingModal/mock.js +22 -0
  58. package/es/components/booking/editBookingModal/utils.d.ts +12 -0
  59. package/es/components/booking/forms/model.d.ts +10 -1
  60. package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  61. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  62. package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
  63. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  64. package/es/components/booking/info/model.d.ts +10 -1
  65. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  66. package/es/components/booking/info2/service/addService/mock.d.ts +216 -0
  67. package/es/components/booking/info2/service/addService/mock.js +4 -0
  68. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  69. package/es/components/booking/info2/service/editService/utils.d.ts +13 -0
  70. package/es/components/booking/locales.d.ts +628 -0
  71. package/es/components/booking/locales.js +722 -0
  72. package/es/components/booking/model.d.ts +9 -1
  73. package/es/components/booking/notes/addNote/index.d.ts +4 -0
  74. package/es/components/booking/notes/model.d.ts +10 -1
  75. package/es/components/booking/payments/model.d.ts +10 -1
  76. package/es/components/booking/utils.d.ts +2 -2
  77. package/es/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
  78. package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
  79. package/es/components/ecocup/components/CustomerCard/index.d.ts +7 -0
  80. package/es/components/ecocup/cupList/const.d.ts +133 -0
  81. package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
  82. package/es/components/ecocup/cupProject/const.d.ts +7 -0
  83. package/es/components/ecocup/hooks.d.ts +49 -0
  84. package/es/components/ecocup/locales.d.ts +563 -0
  85. package/es/components/ecocup/locales.js +228 -0
  86. package/es/components/eftpos/const.d.ts +64 -0
  87. package/es/components/eftpos/device.d.ts +9 -0
  88. package/es/components/eftpos/hooks.d.ts +33 -0
  89. package/es/components/eftpos/index.d.ts +47 -0
  90. package/es/components/eftpos/locales.d.ts +163 -0
  91. package/es/components/eftpos/locales.js +80 -0
  92. package/es/components/eftposPay/amount.d.ts +1 -1
  93. package/es/components/eftposPay/component/fail/unknow.d.ts +10 -0
  94. package/es/components/eftposPay/const.d.ts +184 -0
  95. package/es/components/eftposPay/device.d.ts +1 -1
  96. package/es/components/eftposPay/hooks.d.ts +35 -0
  97. package/es/components/eftposPay/linkly/const.d.ts +23 -0
  98. package/es/components/eftposPay/locales.d.ts +572 -0
  99. package/es/components/eftposPay/locales.js +326 -0
  100. package/es/components/eftposPay/payo/config.d.ts +13 -0
  101. package/es/components/eftposPay/payo/const.d.ts +26 -0
  102. package/es/components/eftposPay/store/index.d.ts +355 -0
  103. package/es/components/eftposPay/tyro/const.d.ts +17 -0
  104. package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
  105. package/es/components/eftposPay/tyro/index.d.ts +9 -0
  106. package/es/components/eftposPay/windcave/const.d.ts +119 -0
  107. package/es/components/eftposPay/windcave/helper.d.ts +23 -0
  108. package/es/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
  109. package/es/components/eventBooking/components/Voucher/components/locales.js +22 -0
  110. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  111. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
  112. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  113. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  114. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  115. package/es/components/eventBooking/locales.d.ts +408 -0
  116. package/es/components/eventBooking/locales.js +186 -0
  117. package/es/components/kioskSkuDetail/index.js +39 -10
  118. package/es/components/kioskSkuDetail/locales.d.ts +21 -0
  119. package/es/components/kioskSkuDetail/locales.js +24 -3
  120. package/es/components/login/locales.d.ts +38 -0
  121. package/es/components/login/locales.js +14 -0
  122. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  123. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  124. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  125. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
  126. package/es/components/pay/toC/locales.d.ts +511 -0
  127. package/es/components/pay/toC/locales.js +244 -0
  128. package/es/components/pay/toC/model.d.ts +40 -0
  129. package/es/components/pay/toC/serve.d.ts +2 -0
  130. package/es/components/pinModal/locales.d.ts +43 -0
  131. package/es/components/pinModal/locales.js +16 -0
  132. package/es/components/pinVerifyModal/locales.d.ts +38 -0
  133. package/es/components/pinVerifyModal/locales.js +14 -0
  134. package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  135. package/es/components/pisellSelectCustomerModal/locales.js +52 -0
  136. package/es/components/productExtension/locales.d.ts +78 -0
  137. package/es/components/productExtension/locales.js +30 -0
  138. package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
  139. package/es/components/productSelect/locales.d.ts +38 -0
  140. package/es/components/productSelect/locales.js +23 -3
  141. package/es/components/ruleSetting/locales.d.ts +30 -0
  142. package/es/components/ruleSetting/locales.js +30 -0
  143. package/es/components/schedules/locales.d.ts +143 -0
  144. package/es/components/schedules/locales.js +56 -0
  145. package/es/components/schedules/model.d.ts +9 -1
  146. package/es/components/shoppingCart/locales.d.ts +53 -0
  147. package/es/components/shoppingCart/locales.js +24 -0
  148. package/es/components/shoppingCart/type.d.ts +48 -0
  149. package/es/components/stepController/locales.d.ts +43 -0
  150. package/es/components/stepController/locales.js +20 -0
  151. package/es/components/subTotal/locales.d.ts +68 -0
  152. package/es/components/subTotal/locales.js +26 -0
  153. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
  154. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +390 -0
  155. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
  156. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +367 -0
  157. package/es/components/systemSettings/registry/components/ItemModal.js +169 -35
  158. package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
  159. package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +163 -0
  160. package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
  161. package/es/components/systemSettings/registry/components/OptionDataSource/index.js +127 -0
  162. package/es/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
  163. package/es/components/systemSettings/registry/index.js +20 -16
  164. package/es/components/systemSettings/registry/index.less +6 -7
  165. package/es/components/systemSettings/registry/locales.d.ts +525 -0
  166. package/es/components/systemSettings/registry/locales.js +262 -3
  167. package/es/components/systemSettings/registry/services.d.ts +97 -0
  168. package/es/components/systemSettings/registry/types.d.ts +139 -0
  169. package/es/components/taxSelect/locales.d.ts +38 -0
  170. package/es/components/taxSelect/locales.js +14 -0
  171. package/es/components/ticketBooking/locales.d.ts +304 -0
  172. package/es/components/ticketBooking/locales.js +156 -0
  173. package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
  174. package/es/components/ticketBooking/utils/formatTime.js +8 -2
  175. package/es/components/wallet/utils.d.ts +48 -0
  176. package/es/components/walletList/index.js +10 -0
  177. package/es/components/walletList/locales.d.ts +43 -0
  178. package/es/components/walletList/locales.js +16 -0
  179. package/es/components/walletList/types/index.d.ts +196 -0
  180. package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
  181. package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
  182. package/es/hooks/useEngineContext.d.ts +11 -0
  183. package/es/hooks/useWindowSize.d.ts +5 -0
  184. package/es/plus/clientCard/locales.d.ts +28 -0
  185. package/es/plus/clientCard/locales.js +10 -0
  186. package/es/plus/clinetSearch/locales.d.ts +178 -0
  187. package/es/plus/clinetSearch/locales.js +70 -0
  188. package/es/plus/contactInfo/locales.d.ts +23 -0
  189. package/es/plus/contactInfo/locales.js +8 -0
  190. package/es/plus/contactInfoModal/locales.d.ts +108 -0
  191. package/es/plus/contactInfoModal/locales.js +42 -0
  192. package/es/plus/orderList/locales.d.ts +246 -0
  193. package/es/plus/orderList/locales.js +274 -0
  194. package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
  195. package/es/plus/productSelect/locales.d.ts +38 -0
  196. package/es/plus/productSelect/locales.js +23 -3
  197. package/es/plus/saasAttendance/locales.d.ts +591 -0
  198. package/es/plus/saasAttendance/locales.js +234 -0
  199. package/es/plus/saasAttendance/settings/components/MapField.js +4 -2
  200. package/es/plus/saasAttendance/settings/types.d.ts +136 -0
  201. package/es/plus/saasCreateOrganization/locales.d.ts +23 -0
  202. package/es/plus/saasCreateOrganization/locales.js +8 -0
  203. package/es/plus/saasLogin/locales.d.ts +83 -0
  204. package/es/plus/saasLogin/locales.js +32 -0
  205. package/es/plus/saasRegister/locales.d.ts +193 -0
  206. package/es/plus/saasRegister/locales.js +76 -0
  207. package/es/plus/saasRole/locales.d.ts +319 -0
  208. package/es/plus/saasRole/locales.js +126 -0
  209. package/es/plus/saasRole/types.d.ts +177 -0
  210. package/es/plus/saasTeamMembers/locales.d.ts +546 -0
  211. package/es/plus/saasTeamMembers/locales.js +216 -0
  212. package/es/plus/saasTeamMembers/type.d.ts +158 -0
  213. package/es/plus/selectHolder/locales.d.ts +35 -0
  214. package/es/plus/selectHolder/locales.js +17 -5
  215. package/es/plus/skuOptionsSelection/locales.d.ts +20 -0
  216. package/es/plus/skuOptionsSelection/locales.js +20 -0
  217. package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  218. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
  219. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
  220. package/es/plus/walletEditor/locales.d.ts +223 -0
  221. package/es/plus/walletEditor/locales.js +100 -0
  222. package/es/plus/walletEditor/types.d.ts +54 -0
  223. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
  224. package/es/plus/walletPassGallery/components/passDetail/index.js +2 -26
  225. package/es/plus/walletPassGallery/components/passList/index.js +8 -1
  226. package/es/plus/walletPassGallery/index.js +0 -31
  227. package/es/plus/walletPassGallery/locales.d.ts +473 -0
  228. package/es/plus/walletPassGallery/locales.js +192 -0
  229. package/es/plus/walletPassGallery/utils.d.ts +48 -0
  230. package/es/pro/Login2.0/components/PhoneInput.d.ts +53 -0
  231. package/es/pro/Login2.0/locales.d.ts +903 -0
  232. package/es/pro/Login2.0/locales.js +360 -0
  233. package/es/pro/Login2.0/shared/types.d.ts +234 -0
  234. package/es/pro/Selector/Selector.d.ts +1 -1
  235. package/es/pro/Selector/locales.d.ts +22 -0
  236. package/es/pro/Selector/locales.js +58 -0
  237. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
  238. package/es/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
  239. package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
  240. package/es/pro/comprehensiveSearch/locales.js +8 -0
  241. package/es/pro/keyboards/locales.d.ts +14 -0
  242. package/es/pro/keyboards/locales.js +22 -0
  243. package/es/pro/numberKeyboard/locales.d.ts +18 -0
  244. package/es/pro/numberKeyboard/locales.js +6 -0
  245. package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
  246. package/es/pro/pisellPhoneKeyboard/locales.js +6 -0
  247. package/es/test/setup.d.ts +1 -0
  248. package/lib/components/Sales/Summary/utils.d.ts +58 -0
  249. package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
  250. package/lib/components/appointmentBooking/components/Date/state.js +3 -1
  251. package/lib/components/appointmentBooking/locales.d.ts +606 -0
  252. package/lib/components/appointmentBooking/locales.js +240 -0
  253. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
  254. package/lib/components/authentication/admin/AuthMethods/locales.js +164 -0
  255. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +17 -9
  256. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
  257. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
  258. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
  259. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  260. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
  261. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
  262. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
  263. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
  264. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
  265. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
  266. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
  267. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
  268. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
  269. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
  270. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
  271. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
  272. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
  273. package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
  274. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
  275. package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
  276. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
  277. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
  278. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
  279. package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
  280. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
  281. package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
  282. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
  283. package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
  284. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
  285. package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
  286. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
  287. package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
  288. package/lib/components/booking/addons/model.d.ts +10 -1
  289. package/lib/components/booking/components/tabPane/index.d.ts +4 -0
  290. package/lib/components/booking/components/voucher/utils.d.ts +4 -0
  291. package/lib/components/booking/editBookingModal/locales.d.ts +33 -0
  292. package/lib/components/booking/editBookingModal/locales.js +12 -0
  293. package/lib/components/booking/editBookingModal/mock.d.ts +991 -0
  294. package/lib/components/booking/editBookingModal/mock.js +22 -0
  295. package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
  296. package/lib/components/booking/forms/model.d.ts +10 -1
  297. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  298. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  299. package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
  300. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  301. package/lib/components/booking/info/model.d.ts +10 -1
  302. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  303. package/lib/components/booking/info2/service/addService/mock.d.ts +216 -0
  304. package/lib/components/booking/info2/service/addService/mock.js +4 -0
  305. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  306. package/lib/components/booking/info2/service/editService/utils.d.ts +13 -0
  307. package/lib/components/booking/locales.d.ts +628 -0
  308. package/lib/components/booking/locales.js +680 -0
  309. package/lib/components/booking/model.d.ts +9 -1
  310. package/lib/components/booking/notes/addNote/index.d.ts +4 -0
  311. package/lib/components/booking/notes/model.d.ts +10 -1
  312. package/lib/components/booking/payments/model.d.ts +10 -1
  313. package/lib/components/booking/utils.d.ts +2 -2
  314. package/lib/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
  315. package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
  316. package/lib/components/ecocup/components/CustomerCard/index.d.ts +7 -0
  317. package/lib/components/ecocup/cupList/const.d.ts +133 -0
  318. package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
  319. package/lib/components/ecocup/cupProject/const.d.ts +7 -0
  320. package/lib/components/ecocup/hooks.d.ts +49 -0
  321. package/lib/components/ecocup/locales.d.ts +563 -0
  322. package/lib/components/ecocup/locales.js +224 -0
  323. package/lib/components/eftpos/const.d.ts +64 -0
  324. package/lib/components/eftpos/device.d.ts +9 -0
  325. package/lib/components/eftpos/hooks.d.ts +33 -0
  326. package/lib/components/eftpos/index.d.ts +47 -0
  327. package/lib/components/eftpos/locales.d.ts +163 -0
  328. package/lib/components/eftpos/locales.js +76 -0
  329. package/lib/components/eftposPay/amount.d.ts +1 -1
  330. package/lib/components/eftposPay/component/fail/unknow.d.ts +10 -0
  331. package/lib/components/eftposPay/const.d.ts +184 -0
  332. package/lib/components/eftposPay/device.d.ts +1 -1
  333. package/lib/components/eftposPay/hooks.d.ts +35 -0
  334. package/lib/components/eftposPay/linkly/const.d.ts +23 -0
  335. package/lib/components/eftposPay/locales.d.ts +572 -0
  336. package/lib/components/eftposPay/locales.js +250 -0
  337. package/lib/components/eftposPay/payo/config.d.ts +13 -0
  338. package/lib/components/eftposPay/payo/const.d.ts +26 -0
  339. package/lib/components/eftposPay/store/index.d.ts +355 -0
  340. package/lib/components/eftposPay/tyro/const.d.ts +17 -0
  341. package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
  342. package/lib/components/eftposPay/tyro/index.d.ts +9 -0
  343. package/lib/components/eftposPay/windcave/const.d.ts +119 -0
  344. package/lib/components/eftposPay/windcave/helper.d.ts +23 -0
  345. package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
  346. package/lib/components/eventBooking/components/Voucher/components/locales.js +22 -0
  347. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  348. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
  349. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  350. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  351. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  352. package/lib/components/eventBooking/locales.d.ts +408 -0
  353. package/lib/components/eventBooking/locales.js +162 -0
  354. package/lib/components/kioskSkuDetail/index.js +27 -3
  355. package/lib/components/kioskSkuDetail/locales.d.ts +21 -0
  356. package/lib/components/kioskSkuDetail/locales.js +24 -3
  357. package/lib/components/login/locales.d.ts +38 -0
  358. package/lib/components/login/locales.js +14 -0
  359. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  360. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  361. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  362. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
  363. package/lib/components/pay/toC/locales.d.ts +511 -0
  364. package/lib/components/pay/toC/locales.js +204 -0
  365. package/lib/components/pay/toC/model.d.ts +40 -0
  366. package/lib/components/pay/toC/serve.d.ts +2 -0
  367. package/lib/components/pinModal/locales.d.ts +43 -0
  368. package/lib/components/pinModal/locales.js +16 -0
  369. package/lib/components/pinVerifyModal/locales.d.ts +38 -0
  370. package/lib/components/pinVerifyModal/locales.js +14 -0
  371. package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  372. package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
  373. package/lib/components/productExtension/locales.d.ts +78 -0
  374. package/lib/components/productExtension/locales.js +30 -0
  375. package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
  376. package/lib/components/productSelect/locales.d.ts +38 -0
  377. package/lib/components/productSelect/locales.js +23 -3
  378. package/lib/components/ruleSetting/locales.d.ts +30 -0
  379. package/lib/components/ruleSetting/locales.js +30 -0
  380. package/lib/components/schedules/locales.d.ts +143 -0
  381. package/lib/components/schedules/locales.js +56 -0
  382. package/lib/components/schedules/model.d.ts +9 -1
  383. package/lib/components/shoppingCart/locales.d.ts +53 -0
  384. package/lib/components/shoppingCart/locales.js +20 -0
  385. package/lib/components/shoppingCart/type.d.ts +48 -0
  386. package/lib/components/stepController/locales.d.ts +43 -0
  387. package/lib/components/stepController/locales.js +16 -0
  388. package/lib/components/subTotal/locales.d.ts +68 -0
  389. package/lib/components/subTotal/locales.js +26 -0
  390. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
  391. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +228 -0
  392. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
  393. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +195 -0
  394. package/lib/components/systemSettings/registry/components/ItemModal.js +294 -225
  395. package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
  396. package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +166 -0
  397. package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
  398. package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +210 -0
  399. package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
  400. package/lib/components/systemSettings/registry/index.js +20 -16
  401. package/lib/components/systemSettings/registry/index.less +6 -7
  402. package/lib/components/systemSettings/registry/locales.d.ts +525 -0
  403. package/lib/components/systemSettings/registry/locales.js +262 -3
  404. package/lib/components/systemSettings/registry/services.d.ts +97 -0
  405. package/lib/components/systemSettings/registry/types.d.ts +139 -0
  406. package/lib/components/taxSelect/locales.d.ts +38 -0
  407. package/lib/components/taxSelect/locales.js +14 -0
  408. package/lib/components/ticketBooking/locales.d.ts +304 -0
  409. package/lib/components/ticketBooking/locales.js +136 -0
  410. package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
  411. package/lib/components/ticketBooking/utils/formatTime.js +8 -2
  412. package/lib/components/wallet/utils.d.ts +48 -0
  413. package/lib/components/walletList/index.js +10 -0
  414. package/lib/components/walletList/locales.d.ts +43 -0
  415. package/lib/components/walletList/locales.js +16 -0
  416. package/lib/components/walletList/types/index.d.ts +196 -0
  417. package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
  418. package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
  419. package/lib/hooks/useEngineContext.d.ts +11 -0
  420. package/lib/hooks/useWindowSize.d.ts +5 -0
  421. package/lib/plus/clientCard/locales.d.ts +28 -0
  422. package/lib/plus/clientCard/locales.js +10 -0
  423. package/lib/plus/clinetSearch/locales.d.ts +178 -0
  424. package/lib/plus/clinetSearch/locales.js +70 -0
  425. package/lib/plus/contactInfo/locales.d.ts +23 -0
  426. package/lib/plus/contactInfo/locales.js +8 -0
  427. package/lib/plus/contactInfoModal/locales.d.ts +108 -0
  428. package/lib/plus/contactInfoModal/locales.js +42 -0
  429. package/lib/plus/orderList/locales.d.ts +246 -0
  430. package/lib/plus/orderList/locales.js +266 -0
  431. package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -4
  432. package/lib/plus/productSelect/locales.d.ts +38 -0
  433. package/lib/plus/productSelect/locales.js +23 -3
  434. package/lib/plus/saasAttendance/locales.d.ts +591 -0
  435. package/lib/plus/saasAttendance/locales.js +210 -0
  436. package/lib/plus/saasAttendance/settings/components/MapField.js +2 -2
  437. package/lib/plus/saasAttendance/settings/types.d.ts +136 -0
  438. package/lib/plus/saasCreateOrganization/locales.d.ts +23 -0
  439. package/lib/plus/saasCreateOrganization/locales.js +8 -0
  440. package/lib/plus/saasLogin/locales.d.ts +83 -0
  441. package/lib/plus/saasLogin/locales.js +32 -0
  442. package/lib/plus/saasRegister/locales.d.ts +193 -0
  443. package/lib/plus/saasRegister/locales.js +76 -0
  444. package/lib/plus/saasRole/locales.d.ts +319 -0
  445. package/lib/plus/saasRole/locales.js +126 -0
  446. package/lib/plus/saasRole/types.d.ts +177 -0
  447. package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
  448. package/lib/plus/saasTeamMembers/locales.js +216 -0
  449. package/lib/plus/saasTeamMembers/type.d.ts +158 -0
  450. package/lib/plus/selectHolder/locales.d.ts +35 -0
  451. package/lib/plus/selectHolder/locales.js +13 -5
  452. package/lib/plus/skuOptionsSelection/locales.d.ts +20 -0
  453. package/lib/plus/skuOptionsSelection/locales.js +20 -0
  454. package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  455. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
  456. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
  457. package/lib/plus/walletEditor/locales.d.ts +223 -0
  458. package/lib/plus/walletEditor/locales.js +100 -0
  459. package/lib/plus/walletEditor/types.d.ts +54 -0
  460. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
  461. package/lib/plus/walletPassGallery/components/passDetail/index.js +1 -16
  462. package/lib/plus/walletPassGallery/components/passList/index.js +9 -3
  463. package/lib/plus/walletPassGallery/index.js +0 -29
  464. package/lib/plus/walletPassGallery/locales.d.ts +473 -0
  465. package/lib/plus/walletPassGallery/locales.js +192 -0
  466. package/lib/plus/walletPassGallery/utils.d.ts +48 -0
  467. package/lib/pro/Login2.0/components/PhoneInput.d.ts +53 -0
  468. package/lib/pro/Login2.0/locales.d.ts +903 -0
  469. package/lib/pro/Login2.0/locales.js +360 -0
  470. package/lib/pro/Login2.0/shared/types.d.ts +234 -0
  471. package/lib/pro/Selector/Selector.d.ts +1 -1
  472. package/lib/pro/Selector/locales.d.ts +22 -0
  473. package/lib/pro/Selector/locales.js +50 -0
  474. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
  475. package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
  476. package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
  477. package/lib/pro/comprehensiveSearch/locales.js +8 -0
  478. package/lib/pro/keyboards/locales.d.ts +14 -0
  479. package/lib/pro/keyboards/locales.js +14 -0
  480. package/lib/pro/numberKeyboard/locales.d.ts +18 -0
  481. package/lib/pro/numberKeyboard/locales.js +6 -0
  482. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
  483. package/lib/pro/pisellPhoneKeyboard/locales.js +6 -0
  484. package/lib/test/setup.d.ts +1 -0
  485. package/lowcode/eco-cup-list/meta.ts +1 -1
  486. package/lowcode/eco-customer-list/meta.ts +1 -1
  487. package/package.json +1 -1
@@ -0,0 +1,991 @@
1
+ export declare const mockBooking: {
2
+ id: number;
3
+ shop_id: number;
4
+ customer_id: number;
5
+ customer_name: string;
6
+ email: string;
7
+ phone: string;
8
+ country_calling_code: string;
9
+ note: string;
10
+ is_price_include_tax: number;
11
+ tax_rate: string;
12
+ tax_title: string;
13
+ tax_fee: string;
14
+ surcharge_fee: string;
15
+ pay_processing_fee: string;
16
+ gateway_fee: string;
17
+ shop_discount: string;
18
+ shop_discount_reason: string;
19
+ total_product_discount_amount: string;
20
+ product_expect_amount: string;
21
+ expect_amount: string;
22
+ total_amount: string;
23
+ rounding_amount: string;
24
+ paid_amount: string;
25
+ order_paid_amount: string;
26
+ total_refund_amount: string;
27
+ amount_gap: string;
28
+ payment_status: string;
29
+ platform: string;
30
+ order_sales_channel: string;
31
+ sales_channel: string;
32
+ customer: {
33
+ id: number;
34
+ shop_id: number;
35
+ user_id: number;
36
+ status: number;
37
+ country_calling_code: string;
38
+ cover: string;
39
+ phone: string;
40
+ display_name: string;
41
+ first_name: string;
42
+ last_name: string;
43
+ nickname: string;
44
+ email: string;
45
+ gender: number;
46
+ birthday: null;
47
+ tax_exempt: null;
48
+ accepts_marketing: number;
49
+ note: string;
50
+ orders_count: number;
51
+ total_spent: string;
52
+ locale: string;
53
+ last_visit_time: null;
54
+ is_register: number;
55
+ source_type: string;
56
+ channel: string;
57
+ register_channel: string;
58
+ source_id: number;
59
+ platform_token: string;
60
+ platform: string;
61
+ member_id: string;
62
+ total_integral: string;
63
+ guest_code: null;
64
+ is_deleted: number;
65
+ create_time: null;
66
+ update_time: string;
67
+ created_at: null;
68
+ updated_at: string;
69
+ deleted_at: null;
70
+ waiver_form: never[];
71
+ };
72
+ surcharge: never[];
73
+ holder: {
74
+ customer_id: number;
75
+ form_id: number;
76
+ form_record: never[];
77
+ };
78
+ relation_details: never[];
79
+ bookings: {
80
+ id: number;
81
+ status: string;
82
+ booking_id: string;
83
+ appointment_status: string;
84
+ like_status: string;
85
+ relation_type: string;
86
+ relation_id: number;
87
+ metadata: {
88
+ multiple_resource_flag: number;
89
+ };
90
+ list: {
91
+ id: number;
92
+ keys: string;
93
+ relation_id: number;
94
+ start_date: string;
95
+ start_time: string;
96
+ end_date: string;
97
+ end_time: string;
98
+ is_all: number;
99
+ select_date: string;
100
+ sub_type: string;
101
+ duration: number;
102
+ status: string;
103
+ like_status: string;
104
+ appointment_status: string;
105
+ relation_type: string;
106
+ schedule_id: number;
107
+ number: number;
108
+ metadata: {
109
+ capacity: {
110
+ id: number;
111
+ name: string;
112
+ value: number;
113
+ }[];
114
+ };
115
+ relation_form_name: string;
116
+ event_resources: ({
117
+ id: number;
118
+ shop_id: number;
119
+ schedule_event_id: number;
120
+ category: string;
121
+ form_id: number;
122
+ parent_relation_id: number;
123
+ relation_type: string;
124
+ relation_id: number;
125
+ capacity: number;
126
+ like_status: string;
127
+ metadata: {
128
+ form_name: string;
129
+ resource_name: string;
130
+ combined_resource: {
131
+ status: number;
132
+ resource_ids: number[];
133
+ };
134
+ };
135
+ created_at: string;
136
+ updated_at: string;
137
+ deleted_at: null;
138
+ children: {
139
+ id: number;
140
+ shop_id: number;
141
+ schedule_event_id: number;
142
+ category: string;
143
+ form_id: number;
144
+ parent_relation_id: number;
145
+ relation_type: string;
146
+ relation_id: number;
147
+ capacity: number;
148
+ like_status: string;
149
+ metadata: null;
150
+ created_at: string;
151
+ updated_at: string;
152
+ deleted_at: null;
153
+ }[];
154
+ } | {
155
+ id: number;
156
+ shop_id: number;
157
+ schedule_event_id: number;
158
+ category: string;
159
+ form_id: number;
160
+ parent_relation_id: number;
161
+ relation_type: string;
162
+ relation_id: number;
163
+ capacity: number;
164
+ like_status: string;
165
+ metadata: {
166
+ form_name: string;
167
+ resource_name: string;
168
+ combined_resource?: undefined;
169
+ };
170
+ created_at: string;
171
+ updated_at: string;
172
+ deleted_at: null;
173
+ children: never[];
174
+ } | {
175
+ id: number;
176
+ shop_id: number;
177
+ schedule_event_id: number;
178
+ category: string;
179
+ form_id: number;
180
+ parent_relation_id: number;
181
+ relation_type: string;
182
+ relation_id: number;
183
+ capacity: number;
184
+ like_status: string;
185
+ metadata: {
186
+ form_name: string;
187
+ resource_name: string;
188
+ combined_resource: null;
189
+ };
190
+ created_at: string;
191
+ updated_at: string;
192
+ deleted_at: null;
193
+ children: never[];
194
+ })[];
195
+ product: {
196
+ id: number;
197
+ shop_id: number;
198
+ source_shop_id: number;
199
+ extension_id: number;
200
+ extension_type: string;
201
+ title: string;
202
+ slug: string;
203
+ title_letter: string;
204
+ category_letter: string;
205
+ vendor_letter: string;
206
+ tag_letter: string;
207
+ subtitle: string;
208
+ description: string;
209
+ cover: string;
210
+ price: string;
211
+ original_price: string;
212
+ cost_price: string;
213
+ sort_price: string;
214
+ minimum_markup_price: string;
215
+ is_gst: number;
216
+ is_delivery: number;
217
+ weight_unit: string;
218
+ weight_value: string;
219
+ code: string;
220
+ barcode: string;
221
+ unit: string;
222
+ unit_value: number;
223
+ is_track: number;
224
+ stock_quantity: number;
225
+ sum_stock: number;
226
+ sales_quantity: number;
227
+ order_sales_quantity: number;
228
+ over_sold: number;
229
+ status: string;
230
+ sell_status: number;
231
+ published_time: string;
232
+ shop_update_time: string;
233
+ audit_time: null;
234
+ is_recommend: number;
235
+ is_email_required: number;
236
+ open_box_specification: number;
237
+ open_sold_weight: number;
238
+ audit_status: string;
239
+ shop_status: string;
240
+ weight: number;
241
+ sort: number;
242
+ type: string;
243
+ channel_application: string[];
244
+ channel_id: number;
245
+ is_bundle: number;
246
+ rebate_type: string;
247
+ rebate_value: string;
248
+ create_account_id: number;
249
+ update_account_id: number;
250
+ source_product_id: number;
251
+ start_at: null;
252
+ created_at: string;
253
+ updated_at: string;
254
+ deleted_at: null;
255
+ duration: {
256
+ type: string;
257
+ value: number;
258
+ };
259
+ product_resource: {
260
+ resources: ({
261
+ id: number;
262
+ title: string;
263
+ status: number;
264
+ code: string;
265
+ created_at: string;
266
+ updated_at: string;
267
+ type: string;
268
+ optional_resource: number[];
269
+ default_resource: never[];
270
+ select_type: {
271
+ type: string;
272
+ min: number;
273
+ max: number;
274
+ };
275
+ resource_type_id: number;
276
+ } | {
277
+ id: number;
278
+ title: string;
279
+ status: number;
280
+ code: string;
281
+ created_at: string;
282
+ updated_at: null;
283
+ type: string;
284
+ optional_resource: never[];
285
+ default_resource: never[];
286
+ select_type: {
287
+ type: string;
288
+ min: number;
289
+ max: number;
290
+ };
291
+ resource_type_id: number;
292
+ })[];
293
+ type: string;
294
+ };
295
+ capacity: {
296
+ type: string;
297
+ custom: {
298
+ name: {
299
+ en: string;
300
+ "zh-CN": string;
301
+ "zh-HK": string;
302
+ ja: string;
303
+ pt: string;
304
+ original: string;
305
+ };
306
+ min: number;
307
+ max: number;
308
+ id: string;
309
+ }[];
310
+ package: never[];
311
+ };
312
+ product_display_setting: {
313
+ kiosk: {
314
+ use_display_mode: number;
315
+ product_option_mode: null;
316
+ product_option_mode_paging: null;
317
+ product_bundle_mode: null;
318
+ product_bundle_mode_paging: null;
319
+ };
320
+ };
321
+ is_charge_tax: number;
322
+ base_price: string;
323
+ };
324
+ detail: {
325
+ order_id: number;
326
+ shop_id: number;
327
+ product_id: number;
328
+ product_variant_id: number;
329
+ product_unique_string: string;
330
+ product_title: string;
331
+ product_cover: string;
332
+ product_sku: {
333
+ code: string;
334
+ name: string;
335
+ unit: string;
336
+ weight: number;
337
+ barcode: string;
338
+ sku_ids: string;
339
+ variant: never[];
340
+ subtitle: {
341
+ en: null;
342
+ auto: string;
343
+ "zh-CN": null;
344
+ "zh-HK": null;
345
+ ja: null;
346
+ pt: null;
347
+ kitchen: null;
348
+ original: string;
349
+ };
350
+ unit_price: number;
351
+ variant_id: number;
352
+ unit_weight: number;
353
+ open_sold_weight: number;
354
+ open_box_specification: number;
355
+ box_specification_quantity: number;
356
+ };
357
+ product_bundle: {
358
+ num: number;
359
+ code: string;
360
+ price: number;
361
+ option: never[];
362
+ barcode: string;
363
+ bundle_id: number;
364
+ price_type: string;
365
+ bundle_title: string;
366
+ extension_id: number;
367
+ extension_type: string;
368
+ price_type_ext: string;
369
+ bundle_group_id: number;
370
+ bundle_sum_type: string;
371
+ bundle_sum_price: string;
372
+ bundle_group_name: string;
373
+ bundle_product_id: number;
374
+ bundle_variant_id: number;
375
+ }[];
376
+ gift_card: number;
377
+ selling_price: string;
378
+ original_price: string;
379
+ cost_price: string;
380
+ product_quantity: number;
381
+ payment_price: string;
382
+ deposit_price: string;
383
+ tax_fee: string;
384
+ is_charge_tax: number;
385
+ refund_quantity: number;
386
+ refund_status: string;
387
+ shipping_status: string;
388
+ payment_status: string;
389
+ commission: number;
390
+ commission_tax: number;
391
+ rebate_type: string;
392
+ rebate_value: string;
393
+ commission_percent: string;
394
+ channel: string;
395
+ channel_id: number;
396
+ item_relation_id: number;
397
+ schedule_event_id: number;
398
+ note: string;
399
+ metadata: {
400
+ capacity: {
401
+ id: number;
402
+ name: string;
403
+ value: number;
404
+ }[];
405
+ source_product_price: string;
406
+ appointment_order_product_type: string;
407
+ };
408
+ extension_type: string;
409
+ before_product_quantity: number;
410
+ remove_product_quantity: number;
411
+ deleted_at: null;
412
+ created_at: string;
413
+ updated_at: string;
414
+ order_detail_id: number;
415
+ product_option_string: string;
416
+ product_subtitle: string;
417
+ source_product_price: string;
418
+ discount_list: never[];
419
+ discount_amount: number;
420
+ product_discount_reason: string;
421
+ discount_type: string;
422
+ discountway: string;
423
+ discount_per: string;
424
+ };
425
+ relation_details: never[];
426
+ holder: {
427
+ customer_id: number;
428
+ form_id: number;
429
+ form_record: never[];
430
+ };
431
+ }[];
432
+ };
433
+ is_other_entrance_edited: number;
434
+ contacts: never[];
435
+ is_deposit: number;
436
+ deposit_amount: string;
437
+ deposit_payment_time: null;
438
+ deposit_payment_status: string;
439
+ deposit_unpaid_amount: string;
440
+ deposit_paid_amount: string;
441
+ deposit_origin_paid_amount: string;
442
+ created_at: string;
443
+ shop_full_order_number: string;
444
+ payment_time: null;
445
+ payment_types: never[];
446
+ payment_processing_payment_nums: number;
447
+ payments: never[];
448
+ metadata: {
449
+ product_discount_version: string;
450
+ appointment_structure_version: string;
451
+ appointment_booking_parent_schedule_id: number;
452
+ };
453
+ customer_with_extra: {
454
+ id: number;
455
+ shop_id: number;
456
+ user_id: number;
457
+ status: number;
458
+ country_calling_code: string;
459
+ cover: string;
460
+ phone: string;
461
+ display_name: string;
462
+ first_name: string;
463
+ last_name: string;
464
+ nickname: string;
465
+ email: string;
466
+ gender: number;
467
+ birthday: null;
468
+ tax_exempt: null;
469
+ accepts_marketing: number;
470
+ note: string;
471
+ orders_count: number;
472
+ total_spent: string;
473
+ locale: string;
474
+ last_visit_time: null;
475
+ is_register: number;
476
+ source_type: string;
477
+ channel: string;
478
+ register_channel: string;
479
+ source_id: number;
480
+ platform_token: string;
481
+ platform: string;
482
+ member_id: string;
483
+ total_integral: string;
484
+ guest_code: null;
485
+ is_deleted: number;
486
+ create_time: null;
487
+ update_time: string;
488
+ created_at: null;
489
+ updated_at: string;
490
+ deleted_at: null;
491
+ waiver_form: never[];
492
+ };
493
+ total_discount_amount: string;
494
+ };
495
+ export declare const mockResources: ({
496
+ id: number;
497
+ main_field: string;
498
+ sort: number;
499
+ form_id: number;
500
+ times: {
501
+ keys: string;
502
+ schedule_id: number;
503
+ item_type: string;
504
+ item_id: number;
505
+ start_date: string;
506
+ end_date: string;
507
+ start_time: string;
508
+ end_time: string;
509
+ is_all: number;
510
+ relation_type: string;
511
+ start_at: string;
512
+ end_at: string;
513
+ event_list: never[];
514
+ }[];
515
+ capacity: number;
516
+ combined_resource: null;
517
+ resource_form_id: number;
518
+ } | {
519
+ id: number;
520
+ main_field: string;
521
+ sort: number;
522
+ form_id: number;
523
+ times: {
524
+ keys: string;
525
+ schedule_id: number;
526
+ item_type: string;
527
+ item_id: number;
528
+ start_date: string;
529
+ end_date: string;
530
+ start_time: string;
531
+ end_time: string;
532
+ is_all: number;
533
+ max_participants_type: string;
534
+ max_participants_limit: number;
535
+ relation_type: string;
536
+ start_at: string;
537
+ end_at: string;
538
+ event_list: never[];
539
+ }[];
540
+ capacity: number;
541
+ combined_resource: null;
542
+ resource_form_id: number;
543
+ } | {
544
+ id: number;
545
+ main_field: string;
546
+ sort: number;
547
+ form_id: number;
548
+ times: {
549
+ keys: string;
550
+ schedule_id: number;
551
+ item_type: string;
552
+ item_id: number;
553
+ start_date: string;
554
+ end_date: string;
555
+ start_time: string;
556
+ end_time: string;
557
+ is_all: number;
558
+ relation_type: string;
559
+ start_at: string;
560
+ end_at: string;
561
+ event_list: {
562
+ keys: string;
563
+ pax: number;
564
+ relation_id: number;
565
+ start_at: string;
566
+ end_at: string;
567
+ type: string;
568
+ }[];
569
+ }[];
570
+ capacity: number;
571
+ combined_resource: null;
572
+ resource_form_id: string;
573
+ } | {
574
+ id: number;
575
+ main_field: string;
576
+ sort: number;
577
+ form_id: number;
578
+ times: {
579
+ keys: string;
580
+ schedule_id: number;
581
+ item_type: string;
582
+ item_id: number;
583
+ start_date: string;
584
+ end_date: string;
585
+ start_time: string;
586
+ end_time: string;
587
+ is_all: number;
588
+ relation_type: string;
589
+ start_at: string;
590
+ end_at: string;
591
+ event_list: {
592
+ id: number;
593
+ start_date: string;
594
+ start_time: string;
595
+ end_date: string;
596
+ end_time: string;
597
+ relation_id: number;
598
+ number: number;
599
+ start_at: string;
600
+ end_at: string;
601
+ keys: string;
602
+ pax: number;
603
+ type: string;
604
+ }[];
605
+ }[];
606
+ capacity: number;
607
+ combined_resource: null;
608
+ resource_form_id: string;
609
+ } | {
610
+ id: number;
611
+ main_field: string;
612
+ sort: number;
613
+ form_id: number;
614
+ times: {
615
+ keys: string;
616
+ schedule_id: number;
617
+ item_type: string;
618
+ item_id: number;
619
+ start_date: string;
620
+ end_date: string;
621
+ start_time: string;
622
+ end_time: string;
623
+ is_all: number;
624
+ relation_type: string;
625
+ start_at: string;
626
+ end_at: string;
627
+ event_list: {
628
+ id: number;
629
+ start_date: string;
630
+ start_time: string;
631
+ end_date: string;
632
+ end_time: string;
633
+ relation_id: number;
634
+ number: number;
635
+ start_at: string;
636
+ end_at: string;
637
+ keys: string;
638
+ pax: number;
639
+ type: string;
640
+ }[];
641
+ }[];
642
+ capacity: number;
643
+ combined_resource: {
644
+ status: number;
645
+ resource_ids: number[];
646
+ };
647
+ resource_form_id: number;
648
+ } | {
649
+ id: number;
650
+ main_field: string;
651
+ sort: number;
652
+ form_id: number;
653
+ times: {
654
+ keys: string;
655
+ schedule_id: number;
656
+ item_type: string;
657
+ item_id: number;
658
+ start_date: string;
659
+ end_date: string;
660
+ start_time: string;
661
+ end_time: string;
662
+ is_all: number;
663
+ relation_type: string;
664
+ start_at: string;
665
+ end_at: string;
666
+ event_list: never[];
667
+ }[];
668
+ capacity: number;
669
+ combined_resource: {
670
+ status: number;
671
+ resource_ids: number[];
672
+ };
673
+ resource_form_id: string;
674
+ })[];
675
+ export declare const mockProps: {
676
+ toStartDate: string;
677
+ toEndDate: string;
678
+ event: {
679
+ id: number;
680
+ keys: string;
681
+ schedule_id: number;
682
+ schedule_name: string;
683
+ item_type: string;
684
+ item_id: number;
685
+ start_date: string;
686
+ end_date: string;
687
+ start_time: string;
688
+ end_time: string;
689
+ is_all: number;
690
+ max_participants_type: string;
691
+ max_participants_limit: number;
692
+ name: string;
693
+ holder_name: string;
694
+ number: number;
695
+ appointment_status: string;
696
+ like_status: string;
697
+ type: string;
698
+ sub_type: string;
699
+ resource_id: number;
700
+ service_id: number;
701
+ form: {
702
+ form_record_id: number;
703
+ value: string;
704
+ type: string;
705
+ };
706
+ notes: never[];
707
+ order: {
708
+ id: number;
709
+ order_platform: string;
710
+ order_payment_status: string;
711
+ };
712
+ extras: null;
713
+ parent_id: number;
714
+ version: string;
715
+ color: string;
716
+ status: number;
717
+ extension_id: number;
718
+ data_type: string;
719
+ few_day: boolean;
720
+ customers: ({
721
+ customer_id: number;
722
+ nickname: string;
723
+ cover: string;
724
+ phone: string;
725
+ country_calling_code: string;
726
+ display_name: string;
727
+ email: string;
728
+ note: string;
729
+ order: {
730
+ id: number;
731
+ customer_id: number;
732
+ payment_status: string;
733
+ is_deposit: number;
734
+ type: string;
735
+ note: string;
736
+ discount_amount: string;
737
+ expect_amount: string;
738
+ payment_time: null;
739
+ total_amount: string;
740
+ deposit_amount: string;
741
+ product_amount: string;
742
+ order_time: string;
743
+ detail: {
744
+ id: number;
745
+ order_id: number;
746
+ product_title: string;
747
+ product_quantity: number;
748
+ selling_price: string;
749
+ product_id: number;
750
+ extension_type: string;
751
+ product_sku: {
752
+ code: string;
753
+ name: string;
754
+ unit: string;
755
+ weight: number;
756
+ barcode: string;
757
+ sku_ids: string;
758
+ variant: never[];
759
+ subtitle: {
760
+ en: null;
761
+ auto: string;
762
+ "zh-CN": null;
763
+ "zh-HK": null;
764
+ kitchen: null;
765
+ original: string;
766
+ };
767
+ unit_price: number;
768
+ variant_id: number;
769
+ unit_weight: number;
770
+ open_sold_weight: number;
771
+ open_box_specification: number;
772
+ box_specification_quantity: number;
773
+ };
774
+ schedule_event_id: number;
775
+ product_option_string: string;
776
+ }[];
777
+ surcharge: never[];
778
+ deposit_status: null;
779
+ total_refund_amount: string;
780
+ has_pay: string;
781
+ order_paid_amount: number;
782
+ paid_amount: number;
783
+ payment: never[];
784
+ surcharge_fee: number;
785
+ tip: never[];
786
+ tip_fee: number;
787
+ };
788
+ order_detail: {
789
+ product_id: number;
790
+ payment_price: string;
791
+ product_title: {
792
+ en: null;
793
+ auto: string;
794
+ "zh-CN": null;
795
+ "zh-HK": null;
796
+ ja: null;
797
+ pt: null;
798
+ kitchen: null;
799
+ original: string;
800
+ };
801
+ refund_quantity: number;
802
+ product_quantity: number;
803
+ };
804
+ event_id: number;
805
+ order_id: number;
806
+ extension_id: number;
807
+ type: string;
808
+ } | {
809
+ customer_id: number;
810
+ nickname: string;
811
+ cover: string;
812
+ phone: string;
813
+ country_calling_code: string;
814
+ display_name: string;
815
+ email: string;
816
+ note: string;
817
+ order: {
818
+ id: number;
819
+ customer_id: number;
820
+ payment_status: string;
821
+ is_deposit: number;
822
+ type: string;
823
+ note: string;
824
+ discount_amount: string;
825
+ expect_amount: string;
826
+ payment_time: null;
827
+ total_amount: string;
828
+ deposit_amount: string;
829
+ product_amount: string;
830
+ order_time: string;
831
+ detail: {
832
+ id: number;
833
+ order_id: number;
834
+ product_title: string;
835
+ product_quantity: number;
836
+ selling_price: string;
837
+ product_id: number;
838
+ extension_type: string;
839
+ product_sku: {
840
+ code: string;
841
+ name: string;
842
+ unit: string;
843
+ weight: number;
844
+ barcode: string;
845
+ sku_ids: string;
846
+ variant: never[];
847
+ subtitle: {
848
+ en: null;
849
+ auto: string;
850
+ "zh-CN": null;
851
+ "zh-HK": null;
852
+ ja: null;
853
+ pt: null;
854
+ kitchen: null;
855
+ original: string;
856
+ };
857
+ unit_price: number;
858
+ variant_id: number;
859
+ unit_weight: number;
860
+ open_sold_weight: number;
861
+ open_box_specification: number;
862
+ box_specification_quantity: number;
863
+ };
864
+ schedule_event_id: number;
865
+ product_option_string: string;
866
+ }[];
867
+ surcharge: never[];
868
+ deposit_status: null;
869
+ total_refund_amount: string;
870
+ has_pay: string;
871
+ order_paid_amount: number;
872
+ paid_amount: number;
873
+ payment: never[];
874
+ surcharge_fee: number;
875
+ tip: never[];
876
+ tip_fee: number;
877
+ };
878
+ order_detail: {
879
+ product_id: number;
880
+ payment_price: string;
881
+ product_title: {
882
+ en: null;
883
+ auto: string;
884
+ "zh-CN": null;
885
+ "zh-HK": null;
886
+ ja: null;
887
+ pt: null;
888
+ kitchen: null;
889
+ original: string;
890
+ };
891
+ refund_quantity: number;
892
+ product_quantity: number;
893
+ };
894
+ event_id: number;
895
+ order_id: number;
896
+ extension_id: number;
897
+ type: string;
898
+ } | {
899
+ customer_id: number;
900
+ nickname: string;
901
+ cover: string;
902
+ phone: string;
903
+ country_calling_code: string;
904
+ display_name: string;
905
+ email: string;
906
+ note: string;
907
+ order: {
908
+ id: number;
909
+ customer_id: number;
910
+ payment_status: string;
911
+ is_deposit: number;
912
+ type: string;
913
+ note: string;
914
+ discount_amount: string;
915
+ expect_amount: string;
916
+ payment_time: null;
917
+ total_amount: string;
918
+ deposit_amount: string;
919
+ product_amount: string;
920
+ order_time: string;
921
+ detail: {
922
+ id: number;
923
+ order_id: number;
924
+ product_title: string;
925
+ product_quantity: number;
926
+ selling_price: string;
927
+ product_id: number;
928
+ extension_type: string;
929
+ product_sku: {
930
+ code: string;
931
+ name: string;
932
+ unit: string;
933
+ weight: number;
934
+ barcode: string;
935
+ sku_ids: string;
936
+ variant: never[];
937
+ subtitle: {
938
+ en: null;
939
+ auto: string;
940
+ "zh-CN": null;
941
+ "zh-HK": null;
942
+ kitchen: null;
943
+ original: string;
944
+ };
945
+ unit_price: number;
946
+ variant_id: number;
947
+ unit_weight: number;
948
+ open_sold_weight: number;
949
+ open_box_specification: number;
950
+ box_specification_quantity: number;
951
+ };
952
+ schedule_event_id: number;
953
+ product_option_string: string;
954
+ }[];
955
+ surcharge: never[];
956
+ deposit_status: null;
957
+ total_refund_amount: string;
958
+ has_pay: string;
959
+ order_paid_amount: number;
960
+ paid_amount: number;
961
+ payment: never[];
962
+ surcharge_fee: number;
963
+ tip: never[];
964
+ tip_fee: number;
965
+ };
966
+ order_detail: {
967
+ product_id: number;
968
+ payment_price: string;
969
+ product_title: {
970
+ en: null;
971
+ auto: string;
972
+ "zh-CN": null;
973
+ "zh-HK": null;
974
+ kitchen: null;
975
+ original: string;
976
+ ja?: undefined;
977
+ pt?: undefined;
978
+ };
979
+ refund_quantity: number;
980
+ product_quantity: number;
981
+ };
982
+ event_id: number;
983
+ order_id: number;
984
+ extension_id: number;
985
+ type: string;
986
+ })[];
987
+ eventEditable: boolean;
988
+ };
989
+ fromResourceId: string;
990
+ toResourceId: string;
991
+ };