@pisell/private-materials 6.3.117 → 6.3.119

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 (299) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/meta.js +1 -1
  5. package/build/lowcode/render/default/view.css +1 -1
  6. package/build/lowcode/render/default/view.js +1 -1
  7. package/build/lowcode/view.css +1 -1
  8. package/build/lowcode/view.js +4 -4
  9. package/es/components/Sales/Cart/utils.d.ts +68 -0
  10. package/es/components/Sales/Checkout/utils.d.ts +41 -0
  11. package/es/components/Sales/Summary/utils.d.ts +58 -0
  12. package/es/components/appointmentBooking/locales.d.ts +606 -0
  13. package/es/components/booking/addons/model.d.ts +10 -1
  14. package/es/components/booking/components/tabPane/index.d.ts +4 -0
  15. package/es/components/booking/components/voucher/utils.d.ts +4 -0
  16. package/es/components/booking/editBookingModal/utils.d.ts +12 -0
  17. package/es/components/booking/forms/model.d.ts +10 -1
  18. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  19. package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
  20. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  21. package/es/components/booking/info/index.d.ts +4 -0
  22. package/es/components/booking/info/model.d.ts +10 -1
  23. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  24. package/es/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
  25. package/es/components/booking/info/service2/utils.d.ts +1 -1
  26. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  27. package/es/components/booking/model.d.ts +9 -1
  28. package/es/components/booking/notes/model.d.ts +10 -1
  29. package/es/components/booking/payments/model.d.ts +10 -1
  30. package/es/components/booking/utils.d.ts +2 -2
  31. package/es/components/ecocup/components/CupActionModal/hooks.d.ts +5 -0
  32. package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +36 -0
  33. package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
  34. package/es/components/ecocup/components/SearchBar/const.d.ts +4 -0
  35. package/es/components/ecocup/components/SettingModal/const.d.ts +6 -0
  36. package/es/components/ecocup/cupList/const.d.ts +140 -0
  37. package/es/components/ecocup/cupProject/const.d.ts +7 -0
  38. package/es/components/ecocup/customerList/const.d.ts +44 -0
  39. package/es/components/ecocup/customerList/hooks/index.d.ts +3 -0
  40. package/es/components/ecocup/customerList/hooks/useColumns.d.ts +15 -0
  41. package/es/components/ecocup/customerList/hooks/useCustomerApi.d.ts +15 -0
  42. package/es/components/ecocup/hooks.d.ts +57 -0
  43. package/es/components/ecocup/locales.d.ts +653 -0
  44. package/es/components/ecocup/types.d.ts +103 -0
  45. package/es/components/ecocup/utils/download.d.ts +7 -0
  46. package/es/components/ecocup/utils/index.d.ts +2 -0
  47. package/es/components/ecocup/utils/scanListener.d.ts +20 -0
  48. package/es/components/eftpos/const.d.ts +64 -0
  49. package/es/components/eftpos/hooks.d.ts +34 -0
  50. package/es/components/eftpos/locales.d.ts +163 -0
  51. package/es/components/eftposPay/amount.d.ts +1 -1
  52. package/es/components/eftposPay/const.d.ts +186 -0
  53. package/es/components/eftposPay/device.d.ts +1 -1
  54. package/es/components/eftposPay/hooks.d.ts +2 -2
  55. package/es/components/eftposPay/locales.d.ts +572 -0
  56. package/es/components/eftposPay/manufacturer.d.ts +7 -0
  57. package/es/components/eftposPay/store/index.d.ts +358 -0
  58. package/es/components/eventBooking/components/Voucher/components/locales.d.ts +61 -0
  59. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
  60. package/es/components/pay/toC/PaymentList/utils.d.ts +36 -0
  61. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  62. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  63. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  64. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  65. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
  66. package/es/components/pay/toC/PaymentMethods/StripePay/index.d.ts +10 -0
  67. package/es/components/pay/toC/locales.d.ts +626 -0
  68. package/es/components/pay/toC/model.d.ts +9 -1
  69. package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  70. package/es/components/schedules/locales.d.ts +143 -0
  71. package/es/components/schedules/model.d.ts +9 -1
  72. package/es/components/shoppingCart/locales.d.ts +53 -0
  73. package/es/components/shoppingCart/type.d.ts +48 -0
  74. package/es/components/subTotal/locales.d.ts +68 -0
  75. package/es/components/systemSettings/registry/locales.d.ts +534 -0
  76. package/es/components/systemSettings/registry/services.d.ts +97 -0
  77. package/es/components/systemSettings/registry/types.d.ts +140 -0
  78. package/es/components/taxSelect/locales.d.ts +38 -0
  79. package/es/components/ticketBooking/locales.d.ts +304 -0
  80. package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
  81. package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
  82. package/es/hooks/useEngineContext.d.ts +11 -0
  83. package/es/hooks/useLocale.d.ts +2 -0
  84. package/es/hooks/usePaymentLogger.d.ts +1 -0
  85. package/es/hooks/useThemeTokens.d.ts +7 -0
  86. package/es/hooks/useWindowSize.d.ts +5 -0
  87. package/es/plus/contactInfo/components/SwipeAction/index.d.ts +46 -0
  88. package/es/plus/orderList/config.d.ts +2 -2
  89. package/es/plus/orderList/locales.d.ts +618 -0
  90. package/es/plus/pisellSalesGrid/locales.d.ts +9 -0
  91. package/es/plus/pisellSalesGrid/types.d.ts +170 -0
  92. package/es/plus/pisellSalesManagement/config/booking.d.ts +7 -6
  93. package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +15 -0
  94. package/es/plus/pisellSalesManagement/locales.d.ts +303 -0
  95. package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
  96. package/es/plus/saasAttendance/locales.d.ts +591 -0
  97. package/es/plus/saasAttendance/settings/types.d.ts +136 -0
  98. package/es/plus/saasTeamMembers/locales.d.ts +546 -0
  99. package/es/plus/selectHolder/locales.d.ts +35 -0
  100. package/es/plus/skuOptionsSelection/components/NormalCard/index.js +10 -3
  101. package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.js +6 -2
  102. package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +20 -7
  103. package/es/plus/skuOptionsSelection/components/OptionsModal/index.js +7 -10
  104. package/es/plus/skuOptionsSelection/hooks/index.d.ts +3 -0
  105. package/es/plus/skuOptionsSelection/hooks/useLanguage.d.ts +2 -0
  106. package/es/plus/skuOptionsSelection/hooks/useStore.d.ts +2 -0
  107. package/es/plus/skuOptionsSelection/hooks/useSymbol.d.ts +2 -0
  108. package/es/plus/skuOptionsSelection/index.js +2 -1
  109. package/es/plus/skuOptionsSelection/locales.d.ts +58 -0
  110. package/es/plus/skuOptionsSelection/locales.js +10 -5
  111. package/es/plus/skuOptionsSelection/store/actions.d.ts +22 -0
  112. package/es/plus/skuOptionsSelection/store/createStore.d.ts +15 -0
  113. package/es/plus/skuOptionsSelection/store/index.d.ts +2 -0
  114. package/es/plus/skuOptionsSelection/store/store.d.ts +4 -0
  115. package/es/plus/skuOptionsSelection/types.d.ts +458 -0
  116. package/es/plus/skuOptionsSelection/utils/calculateOption.d.ts +6 -0
  117. package/es/plus/skuOptionsSelection/utils/checkSkuStatus.d.ts +37 -0
  118. package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -1
  119. package/es/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
  120. package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +1 -1
  121. package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +19 -6
  122. package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +45 -58
  123. package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
  124. package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +1 -1
  125. package/es/plus/walletPassGallery/locales.d.ts +483 -0
  126. package/es/pro/Cards/components/SKUCard/index.js +5 -2
  127. package/es/pro/Cards/components/SKUCard/index.less +18 -3
  128. package/es/pro/Cards/components/SKUCard/locales.d.ts +12 -0
  129. package/es/pro/Cards/components/SKUCard/types.d.ts +73 -0
  130. package/es/pro/Login2.0/locales.d.ts +908 -0
  131. package/es/pro/Login2.0/shared/types.d.ts +234 -0
  132. package/es/pro/Selector/BatchSelectorDemo.d.ts +3 -0
  133. package/es/pro/Selector/Item.d.ts +14 -0
  134. package/es/pro/Selector/Selector.stories.d.ts +78 -0
  135. package/es/pro/Selector/components/Card/index.d.ts +57 -0
  136. package/es/pro/Selector/components/Card/types.d.ts +1 -0
  137. package/es/pro/Selector/components/Indicator/index.d.ts +20 -0
  138. package/es/pro/Selector/components/IntersectionObserver.d.ts +105 -0
  139. package/es/pro/Selector/components/LayoutContainer/index.d.ts +18 -0
  140. package/es/pro/Selector/components/Media/index.d.ts +6 -0
  141. package/es/pro/Selector/components/Media/types.d.ts +47 -0
  142. package/es/pro/Selector/components/index.d.ts +4 -0
  143. package/es/pro/Selector/demo.d.ts +3 -0
  144. package/es/pro/Selector/hooks/usePresetItemProps.d.ts +43 -0
  145. package/es/pro/Selector/hooks/usePresetProps.d.ts +24 -0
  146. package/es/pro/Selector/index.d.ts +11 -0
  147. package/es/pro/Selector/locales.d.ts +58 -0
  148. package/es/pro/Selector/types.d.ts +223 -0
  149. package/es/pro/Selector/utils/index.d.ts +49 -0
  150. package/es/pro/keyboards/locales.d.ts +38 -0
  151. package/es/pro/keyboards/numberKeyboard/types.d.ts +63 -0
  152. package/es/pro/pisellNumberSelector/example.d.ts +3 -0
  153. package/es/test/setup.d.ts +1 -0
  154. package/lib/components/Sales/Cart/utils.d.ts +68 -0
  155. package/lib/components/Sales/Checkout/utils.d.ts +41 -0
  156. package/lib/components/Sales/Summary/utils.d.ts +58 -0
  157. package/lib/components/appointmentBooking/locales.d.ts +606 -0
  158. package/lib/components/booking/addons/model.d.ts +10 -1
  159. package/lib/components/booking/components/tabPane/index.d.ts +4 -0
  160. package/lib/components/booking/components/voucher/utils.d.ts +4 -0
  161. package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
  162. package/lib/components/booking/forms/model.d.ts +10 -1
  163. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  164. package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
  165. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  166. package/lib/components/booking/info/index.d.ts +4 -0
  167. package/lib/components/booking/info/model.d.ts +10 -1
  168. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  169. package/lib/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
  170. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  171. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  172. package/lib/components/booking/model.d.ts +9 -1
  173. package/lib/components/booking/notes/model.d.ts +10 -1
  174. package/lib/components/booking/payments/model.d.ts +10 -1
  175. package/lib/components/booking/utils.d.ts +2 -2
  176. package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +5 -0
  177. package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +36 -0
  178. package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
  179. package/lib/components/ecocup/components/SearchBar/const.d.ts +4 -0
  180. package/lib/components/ecocup/components/SettingModal/const.d.ts +6 -0
  181. package/lib/components/ecocup/cupList/const.d.ts +140 -0
  182. package/lib/components/ecocup/cupProject/const.d.ts +7 -0
  183. package/lib/components/ecocup/customerList/const.d.ts +44 -0
  184. package/lib/components/ecocup/customerList/hooks/index.d.ts +3 -0
  185. package/lib/components/ecocup/customerList/hooks/useColumns.d.ts +15 -0
  186. package/lib/components/ecocup/customerList/hooks/useCustomerApi.d.ts +15 -0
  187. package/lib/components/ecocup/hooks.d.ts +57 -0
  188. package/lib/components/ecocup/locales.d.ts +653 -0
  189. package/lib/components/ecocup/types.d.ts +103 -0
  190. package/lib/components/ecocup/utils/download.d.ts +7 -0
  191. package/lib/components/ecocup/utils/index.d.ts +2 -0
  192. package/lib/components/ecocup/utils/scanListener.d.ts +20 -0
  193. package/lib/components/eftpos/const.d.ts +64 -0
  194. package/lib/components/eftpos/hooks.d.ts +34 -0
  195. package/lib/components/eftpos/locales.d.ts +163 -0
  196. package/lib/components/eftposPay/amount.d.ts +1 -1
  197. package/lib/components/eftposPay/const.d.ts +186 -0
  198. package/lib/components/eftposPay/device.d.ts +1 -1
  199. package/lib/components/eftposPay/hooks.d.ts +2 -2
  200. package/lib/components/eftposPay/locales.d.ts +572 -0
  201. package/lib/components/eftposPay/manufacturer.d.ts +7 -0
  202. package/lib/components/eftposPay/store/index.d.ts +358 -0
  203. package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +61 -0
  204. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
  205. package/lib/components/pay/toC/PaymentList/utils.d.ts +36 -0
  206. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  207. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  208. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  209. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  210. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
  211. package/lib/components/pay/toC/PaymentMethods/StripePay/index.d.ts +10 -0
  212. package/lib/components/pay/toC/locales.d.ts +626 -0
  213. package/lib/components/pay/toC/model.d.ts +9 -1
  214. package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  215. package/lib/components/schedules/locales.d.ts +143 -0
  216. package/lib/components/schedules/model.d.ts +9 -1
  217. package/lib/components/shoppingCart/locales.d.ts +53 -0
  218. package/lib/components/shoppingCart/type.d.ts +48 -0
  219. package/lib/components/subTotal/locales.d.ts +68 -0
  220. package/lib/components/systemSettings/registry/locales.d.ts +534 -0
  221. package/lib/components/systemSettings/registry/services.d.ts +97 -0
  222. package/lib/components/systemSettings/registry/types.d.ts +140 -0
  223. package/lib/components/taxSelect/locales.d.ts +38 -0
  224. package/lib/components/ticketBooking/locales.d.ts +304 -0
  225. package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
  226. package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
  227. package/lib/hooks/useEngineContext.d.ts +11 -0
  228. package/lib/hooks/useLocale.d.ts +2 -0
  229. package/lib/hooks/usePaymentLogger.d.ts +1 -0
  230. package/lib/hooks/useThemeTokens.d.ts +7 -0
  231. package/lib/hooks/useWindowSize.d.ts +5 -0
  232. package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +46 -0
  233. package/lib/plus/orderList/config.d.ts +2 -2
  234. package/lib/plus/orderList/locales.d.ts +618 -0
  235. package/lib/plus/pisellSalesGrid/locales.d.ts +9 -0
  236. package/lib/plus/pisellSalesGrid/types.d.ts +170 -0
  237. package/lib/plus/pisellSalesManagement/config/booking.d.ts +7 -6
  238. package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +15 -0
  239. package/lib/plus/pisellSalesManagement/locales.d.ts +303 -0
  240. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
  241. package/lib/plus/saasAttendance/locales.d.ts +591 -0
  242. package/lib/plus/saasAttendance/settings/types.d.ts +136 -0
  243. package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
  244. package/lib/plus/selectHolder/locales.d.ts +35 -0
  245. package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +15 -9
  246. package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.js +3 -3
  247. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +20 -7
  248. package/lib/plus/skuOptionsSelection/components/OptionsModal/index.js +7 -7
  249. package/lib/plus/skuOptionsSelection/hooks/index.d.ts +3 -0
  250. package/lib/plus/skuOptionsSelection/hooks/useLanguage.d.ts +2 -0
  251. package/lib/plus/skuOptionsSelection/hooks/useStore.d.ts +2 -0
  252. package/lib/plus/skuOptionsSelection/hooks/useSymbol.d.ts +2 -0
  253. package/lib/plus/skuOptionsSelection/index.js +2 -1
  254. package/lib/plus/skuOptionsSelection/locales.d.ts +58 -0
  255. package/lib/plus/skuOptionsSelection/locales.js +10 -5
  256. package/lib/plus/skuOptionsSelection/store/actions.d.ts +22 -0
  257. package/lib/plus/skuOptionsSelection/store/createStore.d.ts +15 -0
  258. package/lib/plus/skuOptionsSelection/store/index.d.ts +2 -0
  259. package/lib/plus/skuOptionsSelection/store/store.d.ts +4 -0
  260. package/lib/plus/skuOptionsSelection/types.d.ts +458 -0
  261. package/lib/plus/skuOptionsSelection/utils/calculateOption.d.ts +6 -0
  262. package/lib/plus/skuOptionsSelection/utils/checkSkuStatus.d.ts +37 -0
  263. package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -1
  264. package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
  265. package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +1 -1
  266. package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +15 -4
  267. package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +39 -54
  268. package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
  269. package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +1 -1
  270. package/lib/plus/walletPassGallery/locales.d.ts +483 -0
  271. package/lib/pro/Cards/components/SKUCard/index.js +4 -7
  272. package/lib/pro/Cards/components/SKUCard/index.less +18 -3
  273. package/lib/pro/Cards/components/SKUCard/locales.d.ts +12 -0
  274. package/lib/pro/Cards/components/SKUCard/types.d.ts +73 -0
  275. package/lib/pro/Login2.0/locales.d.ts +908 -0
  276. package/lib/pro/Login2.0/shared/types.d.ts +234 -0
  277. package/lib/pro/Selector/BatchSelectorDemo.d.ts +3 -0
  278. package/lib/pro/Selector/Item.d.ts +14 -0
  279. package/lib/pro/Selector/Selector.stories.d.ts +78 -0
  280. package/lib/pro/Selector/components/Card/index.d.ts +57 -0
  281. package/lib/pro/Selector/components/Card/types.d.ts +1 -0
  282. package/lib/pro/Selector/components/Indicator/index.d.ts +20 -0
  283. package/lib/pro/Selector/components/IntersectionObserver.d.ts +105 -0
  284. package/lib/pro/Selector/components/LayoutContainer/index.d.ts +18 -0
  285. package/lib/pro/Selector/components/Media/index.d.ts +6 -0
  286. package/lib/pro/Selector/components/Media/types.d.ts +47 -0
  287. package/lib/pro/Selector/components/index.d.ts +4 -0
  288. package/lib/pro/Selector/demo.d.ts +3 -0
  289. package/lib/pro/Selector/hooks/usePresetItemProps.d.ts +43 -0
  290. package/lib/pro/Selector/hooks/usePresetProps.d.ts +24 -0
  291. package/lib/pro/Selector/index.d.ts +11 -0
  292. package/lib/pro/Selector/locales.d.ts +58 -0
  293. package/lib/pro/Selector/types.d.ts +223 -0
  294. package/lib/pro/Selector/utils/index.d.ts +49 -0
  295. package/lib/pro/keyboards/locales.d.ts +38 -0
  296. package/lib/pro/keyboards/numberKeyboard/types.d.ts +63 -0
  297. package/lib/pro/pisellNumberSelector/example.d.ts +3 -0
  298. package/lib/test/setup.d.ts +1 -0
  299. package/package.json +1 -1
@@ -34,12 +34,12 @@ __export(transformValueToSelectorValue_exports, {
34
34
  module.exports = __toCommonJS(transformValueToSelectorValue_exports);
35
35
  var import_decimal = __toESM(require("decimal.js"));
36
36
  var transformValueToSelectorValue = (value, dataSource) => {
37
- var _a, _b, _c, _d, _e, _f, _g, _h;
37
+ var _a, _b, _c, _d, _e, _f;
38
38
  console.log("transformValueToSelectorValue_value>>>>>>>", value);
39
39
  if (!value || !dataSource || ((_a = Object.keys(value || {})) == null ? void 0 : _a.length) === 0 || ((_b = Object.keys(dataSource || {})) == null ? void 0 : _b.length) === 0) {
40
40
  return {};
41
41
  }
42
- const transformValue = {};
42
+ let transformValue = {};
43
43
  if (value == null ? void 0 : value.bundle) {
44
44
  const newBundle = (_c = value == null ? void 0 : value.bundle) == null ? void 0 : _c.reduce((acc, v) => {
45
45
  var _a2, _b2, _c2, _d2;
@@ -70,42 +70,14 @@ var transformValueToSelectorValue = (value, dataSource) => {
70
70
  });
71
71
  }
72
72
  if (value == null ? void 0 : value.option) {
73
- const createOptionValue2 = (v) => {
74
- const pricePrefix = (v == null ? void 0 : v.price_type) === "markdown" ? -1 : 1;
75
- return {
76
- data: { ...v || {} },
77
- quantity: (v == null ? void 0 : v.quantity) || 1,
78
- value: v == null ? void 0 : v.id,
79
- totalPrice: new import_decimal.default((v == null ? void 0 : v.price) || 0).times(pricePrefix).times((v == null ? void 0 : v.quantity) || 1).toNumber()
80
- };
81
- };
82
- (_f = (_e = value == null ? void 0 : value.option) == null ? void 0 : _e.forEach) == null ? void 0 : _f.call(_e, (v1) => {
83
- var _a2;
84
- console.log("v1>>>>>", transformValue[v1 == null ? void 0 : v1.group_id], transformValue);
85
- const _optionGroupId = v1 == null ? void 0 : v1.option_group_id;
86
- if (transformValue[_optionGroupId]) {
87
- transformValue[_optionGroupId] = [
88
- ...transformValue[_optionGroupId] || [],
89
- createOptionValue2(v1)
90
- ];
91
- } else {
92
- const groupItem = (_a2 = dataSource == null ? void 0 : dataSource.option_group) == null ? void 0 : _a2.find((v2) => {
93
- return (v2 == null ? void 0 : v2.id) === _optionGroupId;
94
- });
95
- if ((groupItem == null ? void 0 : groupItem.is_multiple) == 1) {
96
- transformValue[_optionGroupId] = [createOptionValue2(v1)];
97
- } else {
98
- transformValue[_optionGroupId] = createOptionValue2(v1);
99
- }
100
- }
101
- });
73
+ transformValue = createOptionValue(transformValue, value, dataSource);
102
74
  }
103
75
  if (value == null ? void 0 : value.product_variant_id) {
104
- const filteredVariant = (_g = dataSource == null ? void 0 : dataSource.variant) == null ? void 0 : _g.find((item) => {
76
+ const filteredVariant = (_e = dataSource == null ? void 0 : dataSource.variant) == null ? void 0 : _e.find((item) => {
105
77
  return (item == null ? void 0 : item.id) === (value == null ? void 0 : value.product_variant_id);
106
78
  });
107
79
  if (!!filteredVariant) {
108
- const ids = ((_h = filteredVariant == null ? void 0 : filteredVariant.sku_ids) == null ? void 0 : _h.split("_")) || [];
80
+ const ids = ((_f = filteredVariant == null ? void 0 : filteredVariant.sku_ids) == null ? void 0 : _f.split("_")) || [];
109
81
  ids.forEach((id) => {
110
82
  var _a2;
111
83
  const [variantGroupId, variantId] = id.split(":");
@@ -164,7 +136,7 @@ var createBundleValue = (v, dataSource) => {
164
136
  var _a2, _b2;
165
137
  if ((_a2 = v1 == null ? void 0 : v1.option) == null ? void 0 : _a2.length) {
166
138
  const _data = ((_b2 = _createdValue == null ? void 0 : _createdValue.data) == null ? void 0 : _b2._data) || [];
167
- const _createdValueData = createOptionValue(v1, findedBundleItem);
139
+ const _createdValueData = createOptionValue({}, v1, findedBundleItem);
168
140
  _data.push({
169
141
  value: v1 == null ? void 0 : v1.id,
170
142
  data: _createdValueData,
@@ -172,39 +144,52 @@ var createBundleValue = (v, dataSource) => {
172
144
  });
173
145
  _createdValue.data._data = _data;
174
146
  }
175
- totalQuantity = totalQuantity + ((v1 == null ? void 0 : v1.quantity) || 0);
176
- _createdValue.totalPrice = new import_decimal.default(_createdValue.totalPrice || 0).plus(
177
- new import_decimal.default((v1 == null ? void 0 : v1.price) || 0).times((v1 == null ? void 0 : v1.quantity) || 1)
178
- ).toNumber();
147
+ totalQuantity = totalQuantity + ((v1 == null ? void 0 : v1.quantity) || (v1 == null ? void 0 : v1.num) || 1);
148
+ const _price = (v1 == null ? void 0 : v1.price) || (findedBundleItem == null ? void 0 : findedBundleItem.price) || 0;
149
+ _createdValue.totalPrice = new import_decimal.default(_createdValue.totalPrice || 0).plus(new import_decimal.default(_price).times((v1 == null ? void 0 : v1.quantity) || (v1 == null ? void 0 : v1.num) || 1)).toNumber();
179
150
  });
180
151
  _createdValue.quantity = totalQuantity;
181
152
  _createdValue.data.quantity = totalQuantity;
182
153
  _createdValue.data.num = totalQuantity;
183
154
  return _createdValue;
184
155
  };
185
- var createOptionValue = (v, bundleItem) => {
156
+ var createOptionValue = (initValue, value, dataSource) => {
186
157
  var _a, _b;
187
- const _createdValue = {};
188
- (_b = (_a = v == null ? void 0 : v.option) == null ? void 0 : _a.forEach) == null ? void 0 : _b.call(_a, (v1) => {
158
+ let _createdValue = initValue || {};
159
+ (_b = (_a = value == null ? void 0 : value.option) == null ? void 0 : _a.forEach) == null ? void 0 : _b.call(_a, (v1) => {
189
160
  var _a2, _b2;
190
161
  const _optionGroupId = v1 == null ? void 0 : v1.option_group_id;
191
- const pricePrefix = (v1 == null ? void 0 : v1.price_type) === "markdown" ? -1 : 1;
192
- const _tempValue = {
193
- data: { ...v1 || {} },
194
- quantity: (v1 == null ? void 0 : v1.quantity) || 1,
162
+ const matchedGroup = (_a2 = dataSource == null ? void 0 : dataSource.option_group) == null ? void 0 : _a2.find(
163
+ (v2) => (v2 == null ? void 0 : v2.id) === _optionGroupId
164
+ );
165
+ const matchedOptionItem = (_b2 = matchedGroup == null ? void 0 : matchedGroup.option_item) == null ? void 0 : _b2.find(
166
+ (v3) => (v3 == null ? void 0 : v3.id) === (v1 == null ? void 0 : v1.id)
167
+ );
168
+ const _num = (v1 == null ? void 0 : v1.quantity) || (v1 == null ? void 0 : v1.num) || 1;
169
+ const _price = (matchedOptionItem == null ? void 0 : matchedOptionItem.add_price) || 0;
170
+ const _tempOptionValue = {
171
+ data: {
172
+ ...matchedOptionItem || {},
173
+ ...v1 || {},
174
+ num: _num,
175
+ price: _price,
176
+ original_price: _price,
177
+ original_total: _price
178
+ },
179
+ quantity: _num,
195
180
  value: v1 == null ? void 0 : v1.id,
196
- totalPrice: new import_decimal.default((v1 == null ? void 0 : v1.price) || 0).times(pricePrefix).times((v1 == null ? void 0 : v1.quantity) || 1).toNumber()
181
+ totalPrice: new import_decimal.default((matchedOptionItem == null ? void 0 : matchedOptionItem.add_price) || 0).times(_num).toNumber()
197
182
  };
198
- if (_createdValue == null ? void 0 : _createdValue[_optionGroupId]) {
199
- (_a2 = _createdValue == null ? void 0 : _createdValue[_optionGroupId]) == null ? void 0 : _a2.push(_tempValue);
183
+ if (_createdValue[_optionGroupId]) {
184
+ _createdValue[_optionGroupId] = [
185
+ ..._createdValue[_optionGroupId] || [],
186
+ _tempOptionValue
187
+ ];
200
188
  } else {
201
- const optionGroupItem = (_b2 = bundleItem == null ? void 0 : bundleItem.option_group) == null ? void 0 : _b2.find((v2) => {
202
- return (v2 == null ? void 0 : v2.id) === (v1 == null ? void 0 : v1.option_group_id);
203
- });
204
- if ((optionGroupItem == null ? void 0 : optionGroupItem.is_multiple) == 1) {
205
- _createdValue[_optionGroupId] = [_tempValue];
189
+ if ((matchedGroup == null ? void 0 : matchedGroup.is_multiple) == 1) {
190
+ _createdValue[_optionGroupId] = [_tempOptionValue];
206
191
  } else {
207
- _createdValue[_optionGroupId] = _tempValue;
192
+ _createdValue[_optionGroupId] = _tempOptionValue;
208
193
  }
209
194
  }
210
195
  });
@@ -0,0 +1 @@
1
+ export declare const transformVariantGroup: (variantGroup: any[]) => any[];
@@ -90,7 +90,7 @@ var transformVariantGroup = (variantGroup) => {
90
90
  }
91
91
  },
92
92
  stepperProps: {
93
- showInput: true
93
+ horizontalPadding: "8px"
94
94
  }
95
95
  };
96
96
  if (!!selectorLayout) {
@@ -0,0 +1,483 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'wallet-pass-gallery.rechargeableCard': string;
4
+ 'wallet-pass-gallery.voucher': string;
5
+ 'wallet-pass-gallery.pointCard': string;
6
+ 'wallet-pass-gallery.discountCard': string;
7
+ 'wallet-pass-gallery.unavailable': string;
8
+ 'wallet-pass-gallery.available': string;
9
+ 'wallet-pass-gallery.confirm': string;
10
+ 'wallet-pass-gallery.addModalTitle': string;
11
+ 'wallet-pass-gallery.searchDescribe': string;
12
+ 'wallet-pass-gallery.scanBarQrCode': string;
13
+ 'wallet-pass-gallery.enterCodes': string;
14
+ 'wallet-pass-gallery.add': string;
15
+ 'wallet-pass-gallery.rechargeOptions': string;
16
+ 'wallet-pass-gallery.recharge': string;
17
+ 'wallet-pass-gallery.wallet': string;
18
+ 'wallet-pass-gallery.details': string;
19
+ 'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
20
+ 'wallet-pass-gallery.cardBalance': string;
21
+ 'wallet-pass-gallery.voucherBalance': string;
22
+ 'wallet-pass-gallery.points': string;
23
+ 'wallet-pass-gallery.goodPass': string;
24
+ 'wallet-pass-gallery.cardName': string;
25
+ 'wallet-pass-gallery.carNumber': string;
26
+ 'wallet-pass-gallery.balance': string;
27
+ 'wallet-pass-gallery.discount': string;
28
+ 'wallet-pass-gallery.validDate': string;
29
+ 'wallet-pass-gallery.addSuccess': string;
30
+ 'wallet-pass-gallery.addError': string;
31
+ 'wallet-pass-gallery.searchNoFound': string;
32
+ 'wallet-pass-gallery.log.updateCurrentDetail': string;
33
+ 'wallet-pass-gallery.log.getDetailFailed': string;
34
+ 'wallet-pass-gallery.log.rechargeOrderFailed': string;
35
+ 'wallet-pass-gallery.log.getWalletListFailed': string;
36
+ 'wallet-pass-gallery.log.bindCustomerFailed': string;
37
+ 'wallet-pass-gallery.log.getUnbindListFailed': string;
38
+ 'wallet-pass-gallery.log.orderFailed': string;
39
+ 'wallet-pass-gallery.log.unexpectedResponseFormat': string;
40
+ 'wallet-pass-gallery.button.add': string;
41
+ 'wallet-pass-gallery.button.addToAppleWallet': string;
42
+ 'wallet-pass-gallery.button.addToGoogleWallet': string;
43
+ 'wallet-pass-gallery.button.recharge': string;
44
+ 'wallet-pass-gallery.error.addFailed': string;
45
+ 'wallet-pass-gallery.copyTitle': string;
46
+ 'wallet-pass-gallery.copyButton': string;
47
+ 'wallet-pass-gallery.copySuccess': string;
48
+ 'wallet-pass-gallery.detail': string;
49
+ 'wallet-pass-gallery.activelog': string;
50
+ 'wallet-pass-gallery.copyText': string;
51
+ 'wallet-pass-gallery.spendingDetails': string;
52
+ 'wallet-pass-gallery.rechargeDetails': string;
53
+ 'wallet-pass-gallery.date': string;
54
+ 'wallet-pass-gallery.spending': string;
55
+ 'wallet-pass-gallery.pointsEarned': string;
56
+ 'wallet-pass-gallery.pointsRedeemed': string;
57
+ 'wallet-pass-gallery.refund': string;
58
+ 'wallet-pass-gallery.expire': string;
59
+ 'wallet-pass-gallery.viewOrder': string;
60
+ 'wallet-pass-gallery.done': string;
61
+ 'wallet-pass-gallery.addIos': string;
62
+ 'wallet-pass-gallery.addGoogle': string;
63
+ 'wallet-pass-gallery.viewDetails': string;
64
+ 'wallet-pass-gallery.expireDate': string;
65
+ 'wallet-pass-gallery.urlEmpty': string;
66
+ 'wallet-pass-gallery.notIOS': string;
67
+ 'wallet-pass-gallery.useAppleInstead': string;
68
+ 'wallet-pass-gallery.openedInBrowser': string;
69
+ 'wallet-pass-gallery.openFailed': string;
70
+ 'wallet-pass-gallery.loading': string;
71
+ 'wallet-pass-gallery.usageRules': string;
72
+ 'wallet-pass-gallery.usageRulesSubtitle': string;
73
+ 'wallet-pass-gallery.timeUsageLimits': string;
74
+ 'wallet-pass-gallery.totalQuantityControl': string;
75
+ 'wallet-pass-gallery.dailyLimit': string;
76
+ 'wallet-pass-gallery.weeklyLimit': string;
77
+ 'wallet-pass-gallery.monthlyLimit': string;
78
+ 'wallet-pass-gallery.personalLimit': string;
79
+ 'wallet-pass-gallery.dailyLimitDesc': string;
80
+ 'wallet-pass-gallery.weeklyLimitDesc': string;
81
+ 'wallet-pass-gallery.monthlyLimitDesc': string;
82
+ 'wallet-pass-gallery.monthlyLimitUnlimited': string;
83
+ 'wallet-pass-gallery.personalLimitDesc': string;
84
+ 'wallet-pass-gallery.dailyReset': string;
85
+ 'wallet-pass-gallery.weeklyReset': string;
86
+ 'wallet-pass-gallery.monthlyReset': string;
87
+ 'wallet-pass-gallery.voucherExpireNote': string;
88
+ 'wallet-pass-gallery.viewMore': string;
89
+ 'wallet-pass-gallery.allLoaded': string;
90
+ 'page.wallet.tempHolderSelector.title': string;
91
+ 'page.wallet.tempHolderSelector.create': string;
92
+ 'page.wallet.tempHolderSelector.confirm': string;
93
+ 'page.wallet.notValidDate': string;
94
+ 'page.wallet.includedDate': string;
95
+ 'wallet-pass-gallery.rechargeArrivalAmount': string;
96
+ 'wallet-pass-gallery.rechargePayAmount': string;
97
+ };
98
+ 'zh-CN': {
99
+ 'wallet-pass-gallery.rechargeableCard': string;
100
+ 'wallet-pass-gallery.voucher': string;
101
+ 'wallet-pass-gallery.pointCard': string;
102
+ 'wallet-pass-gallery.discountCard': string;
103
+ 'wallet-pass-gallery.unavailable': string;
104
+ 'wallet-pass-gallery.available': string;
105
+ 'wallet-pass-gallery.confirm': string;
106
+ 'wallet-pass-gallery.addModalTitle': string;
107
+ 'wallet-pass-gallery.searchDescribe': string;
108
+ 'wallet-pass-gallery.scanBarQrCode': string;
109
+ 'wallet-pass-gallery.enterCodes': string;
110
+ 'wallet-pass-gallery.add': string;
111
+ 'wallet-pass-gallery.rechargeOptions': string;
112
+ 'wallet-pass-gallery.recharge': string;
113
+ 'wallet-pass-gallery.wallet': string;
114
+ 'wallet-pass-gallery.details': string;
115
+ 'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
116
+ 'wallet-pass-gallery.cardBalance': string;
117
+ 'wallet-pass-gallery.voucherBalance': string;
118
+ 'wallet-pass-gallery.points': string;
119
+ 'wallet-pass-gallery.goodPass': string;
120
+ 'wallet-pass-gallery.cardName': string;
121
+ 'wallet-pass-gallery.carNumber': string;
122
+ 'wallet-pass-gallery.balance': string;
123
+ 'wallet-pass-gallery.discount': string;
124
+ 'wallet-pass-gallery.validDate': string;
125
+ 'wallet-pass-gallery.addSuccess': string;
126
+ 'wallet-pass-gallery.addError': string;
127
+ 'wallet-pass-gallery.searchNoFound': string;
128
+ 'wallet-pass-gallery.log.updateCurrentDetail': string;
129
+ 'wallet-pass-gallery.log.getDetailFailed': string;
130
+ 'wallet-pass-gallery.log.rechargeOrderFailed': string;
131
+ 'wallet-pass-gallery.log.getWalletListFailed': string;
132
+ 'wallet-pass-gallery.log.bindCustomerFailed': string;
133
+ 'wallet-pass-gallery.log.getUnbindListFailed': string;
134
+ 'wallet-pass-gallery.log.orderFailed': string;
135
+ 'wallet-pass-gallery.log.unexpectedResponseFormat': string;
136
+ 'wallet-pass-gallery.button.add': string;
137
+ 'wallet-pass-gallery.button.addToAppleWallet': string;
138
+ 'wallet-pass-gallery.button.addToGoogleWallet': string;
139
+ 'wallet-pass-gallery.button.recharge': string;
140
+ 'wallet-pass-gallery.error.addFailed': string;
141
+ 'wallet-pass-gallery.copyTitle': string;
142
+ 'wallet-pass-gallery.copyButton': string;
143
+ 'wallet-pass-gallery.copySuccess': string;
144
+ 'wallet-pass-gallery.detail': string;
145
+ 'wallet-pass-gallery.activelog': string;
146
+ 'wallet-pass-gallery.copyText': string;
147
+ 'wallet-pass-gallery.spendingDetails': string;
148
+ 'wallet-pass-gallery.rechargeDetails': string;
149
+ 'wallet-pass-gallery.date': string;
150
+ 'wallet-pass-gallery.spending': string;
151
+ 'wallet-pass-gallery.pointsEarned': string;
152
+ 'wallet-pass-gallery.pointsRedeemed': string;
153
+ 'wallet-pass-gallery.refund': string;
154
+ 'wallet-pass-gallery.expire': string;
155
+ 'wallet-pass-gallery.viewOrder': string;
156
+ 'wallet-pass-gallery.done': string;
157
+ 'wallet-pass-gallery.addIos': string;
158
+ 'wallet-pass-gallery.addGoogle': string;
159
+ 'wallet-pass-gallery.viewDetails': string;
160
+ 'wallet-pass-gallery.expireDate': string;
161
+ 'wallet-pass-gallery.urlEmpty': string;
162
+ 'wallet-pass-gallery.notIOS': string;
163
+ 'wallet-pass-gallery.useAppleInstead': string;
164
+ 'wallet-pass-gallery.openedInBrowser': string;
165
+ 'wallet-pass-gallery.openFailed': string;
166
+ 'wallet-pass-gallery.loading': string;
167
+ 'wallet-pass-gallery.usageRules': string;
168
+ 'wallet-pass-gallery.usageRulesSubtitle': string;
169
+ 'wallet-pass-gallery.timeUsageLimits': string;
170
+ 'wallet-pass-gallery.totalQuantityControl': string;
171
+ 'wallet-pass-gallery.dailyLimit': string;
172
+ 'wallet-pass-gallery.weeklyLimit': string;
173
+ 'wallet-pass-gallery.monthlyLimit': string;
174
+ 'wallet-pass-gallery.personalLimit': string;
175
+ 'wallet-pass-gallery.dailyLimitDesc': string;
176
+ 'wallet-pass-gallery.weeklyLimitDesc': string;
177
+ 'wallet-pass-gallery.monthlyLimitDesc': string;
178
+ 'wallet-pass-gallery.monthlyLimitUnlimited': string;
179
+ 'wallet-pass-gallery.personalLimitDesc': string;
180
+ 'wallet-pass-gallery.dailyReset': string;
181
+ 'wallet-pass-gallery.weeklyReset': string;
182
+ 'wallet-pass-gallery.monthlyReset': string;
183
+ 'wallet-pass-gallery.voucherExpireNote': string;
184
+ 'wallet-pass-gallery.viewMore': string;
185
+ 'wallet-pass-gallery.allLoaded': string;
186
+ 'page.wallet.tempHolderSelector.title': string;
187
+ 'page.wallet.tempHolderSelector.create': string;
188
+ 'page.wallet.tempHolderSelector.confirm': string;
189
+ 'page.wallet.notValidDate': string;
190
+ 'page.wallet.includedDate': string;
191
+ 'wallet-pass-gallery.rechargeArrivalAmount': string;
192
+ 'wallet-pass-gallery.rechargePayAmount': string;
193
+ };
194
+ 'zh-HK': {
195
+ 'wallet-pass-gallery.rechargeableCard': string;
196
+ 'wallet-pass-gallery.voucher': string;
197
+ 'wallet-pass-gallery.pointCard': string;
198
+ 'wallet-pass-gallery.discountCard': string;
199
+ 'wallet-pass-gallery.unavailable': string;
200
+ 'wallet-pass-gallery.available': string;
201
+ 'wallet-pass-gallery.confirm': string;
202
+ 'wallet-pass-gallery.addModalTitle': string;
203
+ 'wallet-pass-gallery.searchDescribe': string;
204
+ 'wallet-pass-gallery.scanBarQrCode': string;
205
+ 'wallet-pass-gallery.enterCodes': string;
206
+ 'wallet-pass-gallery.add': string;
207
+ 'wallet-pass-gallery.rechargeOptions': string;
208
+ 'wallet-pass-gallery.recharge': string;
209
+ 'wallet-pass-gallery.wallet': string;
210
+ 'wallet-pass-gallery.details': string;
211
+ 'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
212
+ 'wallet-pass-gallery.cardBalance': string;
213
+ 'wallet-pass-gallery.voucherBalance': string;
214
+ 'wallet-pass-gallery.points': string;
215
+ 'wallet-pass-gallery.goodPass': string;
216
+ 'wallet-pass-gallery.cardName': string;
217
+ 'wallet-pass-gallery.carNumber': string;
218
+ 'wallet-pass-gallery.balance': string;
219
+ 'wallet-pass-gallery.discount': string;
220
+ 'wallet-pass-gallery.validDate': string;
221
+ 'wallet-pass-gallery.addSuccess': string;
222
+ 'wallet-pass-gallery.addError': string;
223
+ 'wallet-pass-gallery.searchNoFound': string;
224
+ 'wallet-pass-gallery.log.updateCurrentDetail': string;
225
+ 'wallet-pass-gallery.log.getDetailFailed': string;
226
+ 'wallet-pass-gallery.log.rechargeOrderFailed': string;
227
+ 'wallet-pass-gallery.log.getWalletListFailed': string;
228
+ 'wallet-pass-gallery.log.bindCustomerFailed': string;
229
+ 'wallet-pass-gallery.log.getUnbindListFailed': string;
230
+ 'wallet-pass-gallery.log.orderFailed': string;
231
+ 'wallet-pass-gallery.log.unexpectedResponseFormat': string;
232
+ 'wallet-pass-gallery.button.add': string;
233
+ 'wallet-pass-gallery.button.addToAppleWallet': string;
234
+ 'wallet-pass-gallery.button.addToGoogleWallet': string;
235
+ 'wallet-pass-gallery.button.recharge': string;
236
+ 'wallet-pass-gallery.error.addFailed': string;
237
+ 'wallet-pass-gallery.copyTitle': string;
238
+ 'wallet-pass-gallery.copyButton': string;
239
+ 'wallet-pass-gallery.copySuccess': string;
240
+ 'wallet-pass-gallery.detail': string;
241
+ 'wallet-pass-gallery.activelog': string;
242
+ 'wallet-pass-gallery.copyText': string;
243
+ 'wallet-pass-gallery.spendingDetails': string;
244
+ 'wallet-pass-gallery.rechargeDetails': string;
245
+ 'wallet-pass-gallery.date': string;
246
+ 'wallet-pass-gallery.spending': string;
247
+ 'wallet-pass-gallery.pointsEarned': string;
248
+ 'wallet-pass-gallery.pointsRedeemed': string;
249
+ 'wallet-pass-gallery.refund': string;
250
+ 'wallet-pass-gallery.expire': string;
251
+ 'wallet-pass-gallery.viewOrder': string;
252
+ 'wallet-pass-gallery.done': string;
253
+ 'wallet-pass-gallery.addIos': string;
254
+ 'wallet-pass-gallery.addGoogle': string;
255
+ 'wallet-pass-gallery.viewDetails': string;
256
+ 'wallet-pass-gallery.expireDate': string;
257
+ 'wallet-pass-gallery.urlEmpty': string;
258
+ 'wallet-pass-gallery.notIOS': string;
259
+ 'wallet-pass-gallery.useAppleInstead': string;
260
+ 'wallet-pass-gallery.openedInBrowser': string;
261
+ 'wallet-pass-gallery.openFailed': string;
262
+ 'wallet-pass-gallery.loading': string;
263
+ 'wallet-pass-gallery.usageRules': string;
264
+ 'wallet-pass-gallery.usageRulesSubtitle': string;
265
+ 'wallet-pass-gallery.timeUsageLimits': string;
266
+ 'wallet-pass-gallery.totalQuantityControl': string;
267
+ 'wallet-pass-gallery.dailyLimit': string;
268
+ 'wallet-pass-gallery.weeklyLimit': string;
269
+ 'wallet-pass-gallery.monthlyLimit': string;
270
+ 'wallet-pass-gallery.personalLimit': string;
271
+ 'wallet-pass-gallery.dailyLimitDesc': string;
272
+ 'wallet-pass-gallery.weeklyLimitDesc': string;
273
+ 'wallet-pass-gallery.monthlyLimitDesc': string;
274
+ 'wallet-pass-gallery.monthlyLimitUnlimited': string;
275
+ 'wallet-pass-gallery.personalLimitDesc': string;
276
+ 'wallet-pass-gallery.dailyReset': string;
277
+ 'wallet-pass-gallery.weeklyReset': string;
278
+ 'wallet-pass-gallery.monthlyReset': string;
279
+ 'wallet-pass-gallery.voucherExpireNote': string;
280
+ 'wallet-pass-gallery.viewMore': string;
281
+ 'wallet-pass-gallery.allLoaded': string;
282
+ 'page.wallet.tempHolderSelector.title': string;
283
+ 'page.wallet.tempHolderSelector.create': string;
284
+ 'page.wallet.tempHolderSelector.confirm': string;
285
+ 'page.wallet.notValidDate': string;
286
+ 'page.wallet.includedDate': string;
287
+ 'wallet-pass-gallery.rechargeArrivalAmount': string;
288
+ 'wallet-pass-gallery.rechargePayAmount': string;
289
+ };
290
+ ja: {
291
+ 'wallet-pass-gallery.rechargeableCard': string;
292
+ 'wallet-pass-gallery.voucher': string;
293
+ 'wallet-pass-gallery.pointCard': string;
294
+ 'wallet-pass-gallery.discountCard': string;
295
+ 'wallet-pass-gallery.unavailable': string;
296
+ 'wallet-pass-gallery.available': string;
297
+ 'wallet-pass-gallery.confirm': string;
298
+ 'wallet-pass-gallery.addModalTitle': string;
299
+ 'wallet-pass-gallery.searchDescribe': string;
300
+ 'wallet-pass-gallery.scanBarQrCode': string;
301
+ 'wallet-pass-gallery.enterCodes': string;
302
+ 'wallet-pass-gallery.add': string;
303
+ 'wallet-pass-gallery.rechargeOptions': string;
304
+ 'wallet-pass-gallery.recharge': string;
305
+ 'wallet-pass-gallery.wallet': string;
306
+ 'wallet-pass-gallery.details': string;
307
+ 'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
308
+ 'wallet-pass-gallery.cardBalance': string;
309
+ 'wallet-pass-gallery.voucherBalance': string;
310
+ 'wallet-pass-gallery.points': string;
311
+ 'wallet-pass-gallery.goodPass': string;
312
+ 'wallet-pass-gallery.cardName': string;
313
+ 'wallet-pass-gallery.carNumber': string;
314
+ 'wallet-pass-gallery.balance': string;
315
+ 'wallet-pass-gallery.discount': string;
316
+ 'wallet-pass-gallery.validDate': string;
317
+ 'wallet-pass-gallery.addSuccess': string;
318
+ 'wallet-pass-gallery.addError': string;
319
+ 'wallet-pass-gallery.searchNoFound': string;
320
+ 'wallet-pass-gallery.log.updateCurrentDetail': string;
321
+ 'wallet-pass-gallery.log.getDetailFailed': string;
322
+ 'wallet-pass-gallery.log.rechargeOrderFailed': string;
323
+ 'wallet-pass-gallery.log.getWalletListFailed': string;
324
+ 'wallet-pass-gallery.log.bindCustomerFailed': string;
325
+ 'wallet-pass-gallery.log.getUnbindListFailed': string;
326
+ 'wallet-pass-gallery.log.orderFailed': string;
327
+ 'wallet-pass-gallery.log.unexpectedResponseFormat': string;
328
+ 'wallet-pass-gallery.button.add': string;
329
+ 'wallet-pass-gallery.button.addToAppleWallet': string;
330
+ 'wallet-pass-gallery.button.addToGoogleWallet': string;
331
+ 'wallet-pass-gallery.button.recharge': string;
332
+ 'wallet-pass-gallery.error.addFailed': string;
333
+ 'wallet-pass-gallery.copyTitle': string;
334
+ 'wallet-pass-gallery.copyButton': string;
335
+ 'wallet-pass-gallery.copySuccess': string;
336
+ 'wallet-pass-gallery.detail': string;
337
+ 'wallet-pass-gallery.activelog': string;
338
+ 'wallet-pass-gallery.copyText': string;
339
+ 'wallet-pass-gallery.spendingDetails': string;
340
+ 'wallet-pass-gallery.rechargeDetails': string;
341
+ 'wallet-pass-gallery.date': string;
342
+ 'wallet-pass-gallery.spending': string;
343
+ 'wallet-pass-gallery.pointsEarned': string;
344
+ 'wallet-pass-gallery.pointsRedeemed': string;
345
+ 'wallet-pass-gallery.refund': string;
346
+ 'wallet-pass-gallery.expire': string;
347
+ 'wallet-pass-gallery.viewOrder': string;
348
+ 'wallet-pass-gallery.done': string;
349
+ 'wallet-pass-gallery.addIos': string;
350
+ 'wallet-pass-gallery.addGoogle': string;
351
+ 'wallet-pass-gallery.viewDetails': string;
352
+ 'wallet-pass-gallery.expireDate': string;
353
+ 'wallet-pass-gallery.urlEmpty': string;
354
+ 'wallet-pass-gallery.notIOS': string;
355
+ 'wallet-pass-gallery.useAppleInstead': string;
356
+ 'wallet-pass-gallery.openedInBrowser': string;
357
+ 'wallet-pass-gallery.openFailed': string;
358
+ 'wallet-pass-gallery.loading': string;
359
+ 'wallet-pass-gallery.usageRules': string;
360
+ 'wallet-pass-gallery.usageRulesSubtitle': string;
361
+ 'wallet-pass-gallery.timeUsageLimits': string;
362
+ 'wallet-pass-gallery.totalQuantityControl': string;
363
+ 'wallet-pass-gallery.dailyLimit': string;
364
+ 'wallet-pass-gallery.weeklyLimit': string;
365
+ 'wallet-pass-gallery.monthlyLimit': string;
366
+ 'wallet-pass-gallery.personalLimit': string;
367
+ 'wallet-pass-gallery.dailyLimitDesc': string;
368
+ 'wallet-pass-gallery.weeklyLimitDesc': string;
369
+ 'wallet-pass-gallery.monthlyLimitDesc': string;
370
+ 'wallet-pass-gallery.monthlyLimitUnlimited': string;
371
+ 'wallet-pass-gallery.personalLimitDesc': string;
372
+ 'wallet-pass-gallery.dailyReset': string;
373
+ 'wallet-pass-gallery.weeklyReset': string;
374
+ 'wallet-pass-gallery.monthlyReset': string;
375
+ 'wallet-pass-gallery.voucherExpireNote': string;
376
+ 'wallet-pass-gallery.viewMore': string;
377
+ 'wallet-pass-gallery.allLoaded': string;
378
+ 'page.wallet.tempHolderSelector.title': string;
379
+ 'page.wallet.tempHolderSelector.create': string;
380
+ 'page.wallet.tempHolderSelector.confirm': string;
381
+ 'page.wallet.notValidDate': string;
382
+ 'page.wallet.includedDate': string;
383
+ 'wallet-pass-gallery.rechargeArrivalAmount': string;
384
+ 'wallet-pass-gallery.rechargePayAmount': string;
385
+ };
386
+ pt: {
387
+ 'wallet-pass-gallery.rechargeableCard': string;
388
+ 'wallet-pass-gallery.voucher': string;
389
+ 'wallet-pass-gallery.pointCard': string;
390
+ 'wallet-pass-gallery.discountCard': string;
391
+ 'wallet-pass-gallery.unavailable': string;
392
+ 'wallet-pass-gallery.available': string;
393
+ 'wallet-pass-gallery.confirm': string;
394
+ 'wallet-pass-gallery.addModalTitle': string;
395
+ 'wallet-pass-gallery.searchDescribe': string;
396
+ 'wallet-pass-gallery.scanBarQrCode': string;
397
+ 'wallet-pass-gallery.enterCodes': string;
398
+ 'wallet-pass-gallery.add': string;
399
+ 'wallet-pass-gallery.rechargeOptions': string;
400
+ 'wallet-pass-gallery.recharge': string;
401
+ 'wallet-pass-gallery.wallet': string;
402
+ 'wallet-pass-gallery.details': string;
403
+ 'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
404
+ 'wallet-pass-gallery.cardBalance': string;
405
+ 'wallet-pass-gallery.voucherBalance': string;
406
+ 'wallet-pass-gallery.points': string;
407
+ 'wallet-pass-gallery.goodPass': string;
408
+ 'wallet-pass-gallery.cardName': string;
409
+ 'wallet-pass-gallery.carNumber': string;
410
+ 'wallet-pass-gallery.balance': string;
411
+ 'wallet-pass-gallery.discount': string;
412
+ 'wallet-pass-gallery.validDate': string;
413
+ 'wallet-pass-gallery.addSuccess': string;
414
+ 'wallet-pass-gallery.addError': string;
415
+ 'wallet-pass-gallery.searchNoFound': string;
416
+ 'wallet-pass-gallery.log.updateCurrentDetail': string;
417
+ 'wallet-pass-gallery.log.getDetailFailed': string;
418
+ 'wallet-pass-gallery.log.rechargeOrderFailed': string;
419
+ 'wallet-pass-gallery.log.getWalletListFailed': string;
420
+ 'wallet-pass-gallery.log.bindCustomerFailed': string;
421
+ 'wallet-pass-gallery.log.getUnbindListFailed': string;
422
+ 'wallet-pass-gallery.log.orderFailed': string;
423
+ 'wallet-pass-gallery.log.unexpectedResponseFormat': string;
424
+ 'wallet-pass-gallery.button.add': string;
425
+ 'wallet-pass-gallery.button.addToAppleWallet': string;
426
+ 'wallet-pass-gallery.button.addToGoogleWallet': string;
427
+ 'wallet-pass-gallery.button.recharge': string;
428
+ 'wallet-pass-gallery.error.addFailed': string;
429
+ 'wallet-pass-gallery.copyTitle': string;
430
+ 'wallet-pass-gallery.copyButton': string;
431
+ 'wallet-pass-gallery.copySuccess': string;
432
+ 'wallet-pass-gallery.detail': string;
433
+ 'wallet-pass-gallery.activelog': string;
434
+ 'wallet-pass-gallery.copyText': string;
435
+ 'wallet-pass-gallery.spendingDetails': string;
436
+ 'wallet-pass-gallery.rechargeDetails': string;
437
+ 'wallet-pass-gallery.date': string;
438
+ 'wallet-pass-gallery.spending': string;
439
+ 'wallet-pass-gallery.pointsEarned': string;
440
+ 'wallet-pass-gallery.pointsRedeemed': string;
441
+ 'wallet-pass-gallery.refund': string;
442
+ 'wallet-pass-gallery.expire': string;
443
+ 'wallet-pass-gallery.viewOrder': string;
444
+ 'wallet-pass-gallery.done': string;
445
+ 'wallet-pass-gallery.addIos': string;
446
+ 'wallet-pass-gallery.addGoogle': string;
447
+ 'wallet-pass-gallery.viewDetails': string;
448
+ 'wallet-pass-gallery.expireDate': string;
449
+ 'wallet-pass-gallery.urlEmpty': string;
450
+ 'wallet-pass-gallery.notIOS': string;
451
+ 'wallet-pass-gallery.useAppleInstead': string;
452
+ 'wallet-pass-gallery.openedInBrowser': string;
453
+ 'wallet-pass-gallery.openFailed': string;
454
+ 'wallet-pass-gallery.loading': string;
455
+ 'wallet-pass-gallery.usageRules': string;
456
+ 'wallet-pass-gallery.usageRulesSubtitle': string;
457
+ 'wallet-pass-gallery.timeUsageLimits': string;
458
+ 'wallet-pass-gallery.totalQuantityControl': string;
459
+ 'wallet-pass-gallery.dailyLimit': string;
460
+ 'wallet-pass-gallery.weeklyLimit': string;
461
+ 'wallet-pass-gallery.monthlyLimit': string;
462
+ 'wallet-pass-gallery.personalLimit': string;
463
+ 'wallet-pass-gallery.dailyLimitDesc': string;
464
+ 'wallet-pass-gallery.weeklyLimitDesc': string;
465
+ 'wallet-pass-gallery.monthlyLimitDesc': string;
466
+ 'wallet-pass-gallery.monthlyLimitUnlimited': string;
467
+ 'wallet-pass-gallery.personalLimitDesc': string;
468
+ 'wallet-pass-gallery.dailyReset': string;
469
+ 'wallet-pass-gallery.weeklyReset': string;
470
+ 'wallet-pass-gallery.monthlyReset': string;
471
+ 'wallet-pass-gallery.voucherExpireNote': string;
472
+ 'wallet-pass-gallery.viewMore': string;
473
+ 'wallet-pass-gallery.allLoaded': string;
474
+ 'page.wallet.tempHolderSelector.title': string;
475
+ 'page.wallet.tempHolderSelector.create': string;
476
+ 'page.wallet.tempHolderSelector.confirm': string;
477
+ 'page.wallet.notValidDate': string;
478
+ 'page.wallet.includedDate': string;
479
+ 'wallet-pass-gallery.rechargeArrivalAmount': string;
480
+ 'wallet-pass-gallery.rechargePayAmount': string;
481
+ };
482
+ };
483
+ export default _default;