@pisell/private-materials 6.3.113 → 6.3.115
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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +152 -152
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -18
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +10 -18
- package/es/components/appointmentBooking/components/Date/state.js +1 -3
- package/es/components/appointmentBooking/locales.js +0 -276
- package/es/components/authentication/admin/AuthMethods/locales.js +0 -164
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +9 -27
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +0 -54
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +0 -2
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +0 -46
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +9 -17
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +0 -16
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +2 -10
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +0 -42
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +9 -17
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +0 -24
- package/es/components/authentication/admin/CustomerAuth/locales.js +0 -42
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +0 -70
- package/es/components/authentication/admin/DeviceAuth/locales.js +0 -36
- package/es/components/authentication/admin/OAuthConfig/locales.js +0 -58
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +0 -34
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +0 -30
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +0 -34
- package/es/components/booking/components/footer/index.js +20 -26
- package/es/components/booking/components/footer/utils.js +4 -4
- package/es/components/booking/editBookingModal/locales.js +0 -12
- package/es/components/booking/editBookingModal/mock.js +0 -22
- package/es/components/booking/hooks/useClearCart.d.ts +1 -1
- package/es/components/booking/hooks/useClearCart.js +9 -39
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/header/index.js +7 -7
- package/es/components/booking/info/header/index.less +5 -5
- package/es/components/booking/info/service/index.less +2 -4
- package/es/components/booking/info2/service/addService/mock.js +0 -4
- package/es/components/booking/info2/service/editService/index.js +6 -36
- package/es/components/booking/info2/service/editService/utils.js +0 -76
- package/es/components/booking/locales.js +0 -742
- package/es/components/booking/notes/NoteBlock/index.js +2 -3
- package/es/components/eftpos/PairModal/hooks.js +67 -0
- package/es/components/{ecocup/components/AddCustomerModal → eftpos/PairModal}/index.js +189 -159
- package/es/components/eftpos/PairModal/index.less +70 -0
- package/es/components/eftpos/SettlementModal/Action.js +141 -0
- package/es/components/eftpos/SettlementModal/index.js +135 -0
- package/es/components/eftpos/SettlementModal/index.less +33 -0
- package/es/components/eftpos/SettlementModal/serve.js +171 -0
- package/es/components/eftpos/SettlementModal/types.js +35 -0
- package/es/components/eftpos/SettlementModal/utils.js +351 -0
- package/es/components/eftpos/assets/mx51SCI.svg +15 -0
- package/es/components/eftpos/const.js +2 -0
- package/es/components/eftpos/device.js +5 -3
- package/es/components/eftpos/hooks.js +35 -0
- package/es/components/eftpos/index.js +184 -25
- package/es/components/eftpos/index.less +26 -1
- package/es/components/eftpos/locales.js +104 -85
- package/es/components/eftpos/table.js +47 -3
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +125 -0
- package/es/components/eftposPay/aggregatePayment/index.js +3 -0
- package/es/components/eftposPay/aggregatePayment/mock.js +567 -0
- package/es/components/eftposPay/aggregatePayment/service.js +70 -0
- package/es/components/eftposPay/aggregatePayment/types.js +61 -0
- package/es/components/eftposPay/aggregatePayment/utils/logs.js +385 -0
- package/es/components/eftposPay/aggregatePayment/utils/payment.js +1140 -0
- package/es/components/eftposPay/component/fail/failCustom.js +12 -17
- package/es/components/eftposPay/component/fail/index.js +4 -5
- package/es/components/eftposPay/const.js +2 -0
- package/es/components/eftposPay/device.js +36 -208
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/index.js +1 -5
- package/es/components/eftposPay/linkly/const.js +1 -1
- package/es/components/eftposPay/linkly/index.js +1 -0
- package/es/components/eftposPay/locales.js +5 -328
- package/es/components/eftposPay/manufacturer.js +4 -0
- package/es/components/eftposPay/mx51/Action.js +139 -0
- package/es/components/eftposPay/mx51/Result.js +46 -0
- package/es/components/eftposPay/mx51/const.js +69 -0
- package/es/components/eftposPay/mx51/index.js +401 -0
- package/es/components/eftposPay/mx51/types.js +30 -0
- package/es/components/eftposPay/mx51/utils.js +121 -0
- package/es/components/eftposPay/pay.js +7 -2
- package/es/components/eftposPay/payo/config.js +0 -1
- package/es/components/eftposPay/payo/const.js +1 -1
- package/es/components/eftposPay/tyro/const.js +1 -1
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/windcave/const.js +1 -1
- package/es/components/eftposPay/windcave/windcave.js +9 -9
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/Voucher/components/locales.js +0 -22
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/es/components/eventBooking/locales.js +0 -186
- package/es/components/kioskSkuDetail/index.js +10 -39
- package/es/components/kioskSkuDetail/locales.js +3 -24
- package/es/components/login/locales.js +0 -14
- package/es/components/pay/toC/PaymentList/serve.js +2 -2
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +0 -6
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +21 -65
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +9 -110
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +18 -46
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -20
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +1 -14
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +0 -20
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +1 -7
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +56 -167
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +0 -47
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +1 -9
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.js +33 -260
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +126 -309
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -18
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +145 -167
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
- package/es/components/pay/toC/PaymentMethods/index.js +2 -12
- package/es/components/pay/toC/WalletPassBlock/index.js +1 -3
- package/es/components/pay/toC/index.js +48 -117
- package/es/components/pay/toC/locales.js +12 -381
- package/es/components/pay/toC/serve.js +3 -69
- package/es/components/pay/toC/utils.js +0 -14
- package/es/components/pinModal/locales.js +0 -16
- package/es/components/pinVerifyModal/locales.js +0 -14
- package/es/components/pisellSelectCustomerModal/locales.js +0 -52
- package/es/components/productExtension/locales.js +0 -30
- package/es/components/productSelect/components/pisellPriceText/index.js +4 -8
- package/es/components/productSelect/locales.js +3 -23
- package/es/components/ruleSetting/locales.js +0 -30
- package/es/components/schedules/locales.js +0 -56
- package/es/components/shoppingCart/components/Cart/index.less +0 -1
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/es/components/shoppingCart/hooks/useClearCart.js +11 -41
- package/es/components/shoppingCart/locales.js +0 -24
- package/es/components/stepController/locales.js +0 -20
- package/es/components/subTotal/locales.js +0 -26
- package/es/components/systemSettings/registry/components/ItemModal.js +47 -251
- package/es/components/systemSettings/registry/index.js +16 -20
- package/es/components/systemSettings/registry/index.less +7 -6
- package/es/components/systemSettings/registry/locales.js +3 -274
- package/es/components/taxSelect/locales.js +0 -14
- package/es/components/ticketBooking/locales.js +0 -156
- package/es/components/ticketBooking/utils/formatTime.js +2 -8
- package/es/components/walletList/index.js +0 -10
- package/es/components/walletList/locales.js +0 -16
- package/es/hooks/useEngineContext.js +0 -7
- package/es/hooks/useLocale.js +1 -8
- package/es/index.js +1 -13
- package/es/plus/contactInfo/components/SwipeAction/index.js +1 -1
- package/es/plus/contactInfo/locales.js +0 -8
- package/es/plus/contactInfoModal/locales.js +0 -42
- package/es/plus/productSelect/components/pisellPriceText/index.js +4 -8
- package/es/plus/productSelect/locales.js +3 -23
- package/es/plus/saasCreateOrganization/locales.js +0 -8
- package/es/plus/saasLogin/locales.js +0 -32
- package/es/plus/saasRegister/locales.js +0 -76
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/selectHolder/locales.js +0 -18
- package/es/plus/skuOptionsSelection/components/NormalCard/index.js +5 -6
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
- package/es/plus/skuOptionsSelection/index.js +2 -2
- package/es/plus/skuOptionsSelection/locales.js +0 -20
- package/es/plus/skuOptionsSelection/store/store.js +1 -2
- package/es/plus/skuOptionsSelection/types.js +0 -4
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -10
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +1 -10
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +4 -8
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +2 -8
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
- package/es/plus/walletEditor/locales.js +0 -100
- package/es/plus/walletPassGallery/components/passDetail/index.js +39 -80
- package/es/plus/walletPassGallery/components/passList/index.js +4 -12
- package/es/plus/walletPassGallery/components/recharge/index.js +5 -13
- package/es/plus/walletPassGallery/components/recharge/index.less +1 -70
- package/es/plus/walletPassGallery/components/timelineSection/index.js +2 -19
- package/es/plus/walletPassGallery/index.js +46 -95
- package/es/plus/walletPassGallery/locales.js +3 -216
- package/es/plus/walletPassGallery/serve.js +13 -13
- package/es/pro/Cards/components/SKUCard/index.js +20 -50
- package/es/pro/Cards/components/SKUCard/index.less +2 -23
- package/es/pro/Login2.0/Login2.js +8 -8
- package/es/pro/Login2.0/locales.js +0 -365
- package/es/pro/NumericStepper/index.js +107 -181
- package/es/pro/NumericStepper/index.less +143 -287
- package/es/pro/Selector/BatchSelectorDemo.js +12 -2
- package/es/pro/Selector/Selector.js +30 -39
- package/es/pro/Selector/SelectorGroup.js +1 -5
- package/es/pro/Selector/components/Card/index.js +10 -11
- package/es/pro/Selector/components/Card/index.less +14 -30
- package/es/pro/Selector/components/Indicator/index.js +2 -3
- package/es/pro/Selector/components/Indicator/index.less +13 -16
- package/es/pro/Selector/components/LayoutContainer/index.js +9 -226
- package/es/pro/Selector/components/Media/index.less +1 -1
- package/es/pro/Selector/demo.js +1 -1
- package/es/pro/Selector/hooks/usePresetItemProps.js +0 -2
- package/es/pro/Selector/hooks/usePresetProps.js +6 -60
- package/es/pro/Selector/locales.js +0 -58
- package/es/pro/Selector/selector.less +64 -0
- package/es/pro/Selector/selectorGroup.less +1 -9
- package/es/pro/numberKeyboard/locales.js +0 -6
- package/lib/components/appointmentBooking/components/Date/state.js +1 -3
- package/lib/components/appointmentBooking/locales.js +0 -240
- package/lib/components/authentication/admin/AuthMethods/locales.js +0 -164
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +9 -17
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +0 -54
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +0 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +0 -46
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +6 -14
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +0 -16
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +2 -10
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +0 -42
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +6 -14
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +0 -24
- package/lib/components/authentication/admin/CustomerAuth/locales.js +0 -42
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +0 -70
- package/lib/components/authentication/admin/DeviceAuth/locales.js +0 -36
- package/lib/components/authentication/admin/OAuthConfig/locales.js +0 -58
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +0 -34
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +0 -30
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +0 -34
- package/lib/components/booking/components/footer/index.js +0 -5
- package/lib/components/booking/components/footer/utils.js +2 -2
- package/lib/components/booking/editBookingModal/locales.js +0 -12
- package/lib/components/booking/editBookingModal/mock.js +0 -22
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -1
- package/lib/components/booking/hooks/useClearCart.js +6 -28
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/header/index.js +7 -7
- package/lib/components/booking/info/header/index.less +5 -5
- package/lib/components/booking/info/service/index.less +2 -4
- package/lib/components/booking/info2/service/addService/mock.js +0 -4
- package/lib/components/booking/info2/service/editService/index.js +1 -24
- package/lib/components/booking/info2/service/editService/utils.js +2 -38
- package/lib/components/booking/locales.js +0 -700
- package/lib/components/booking/notes/NoteBlock/index.js +1 -2
- package/lib/components/eftpos/PairModal/hooks.js +70 -0
- package/lib/components/eftpos/PairModal/index.js +197 -0
- package/lib/components/eftpos/PairModal/index.less +70 -0
- package/lib/components/eftpos/SettlementModal/Action.js +153 -0
- package/lib/components/eftpos/SettlementModal/index.js +170 -0
- package/lib/components/eftpos/SettlementModal/index.less +33 -0
- package/lib/{plus/saasAttendance/settings → components/eftpos/SettlementModal}/serve.js +16 -25
- package/lib/components/eftpos/SettlementModal/types.js +43 -0
- package/lib/components/eftpos/SettlementModal/utils.js +248 -0
- package/lib/components/eftpos/assets/mx51SCI.svg +15 -0
- package/lib/components/eftpos/const.js +2 -0
- package/lib/components/eftpos/device.js +3 -3
- package/lib/components/eftpos/hooks.js +30 -0
- package/lib/components/eftpos/index.js +106 -8
- package/lib/components/eftpos/index.less +26 -1
- package/lib/components/eftpos/locales.js +101 -78
- package/lib/components/eftpos/table.js +30 -2
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +152 -0
- package/lib/{plus/clinetSearch/serve.js → components/eftposPay/aggregatePayment/index.js} +10 -11
- package/lib/components/eftposPay/aggregatePayment/mock.js +679 -0
- package/lib/components/eftposPay/aggregatePayment/service.js +81 -0
- package/lib/components/eftposPay/aggregatePayment/types.js +74 -0
- package/lib/components/eftposPay/aggregatePayment/utils/logs.js +302 -0
- package/lib/components/eftposPay/aggregatePayment/utils/payment.js +755 -0
- package/lib/components/eftposPay/component/fail/failCustom.js +9 -15
- package/lib/components/eftposPay/component/fail/index.js +1 -4
- package/lib/components/eftposPay/const.js +2 -0
- package/lib/components/eftposPay/device.js +23 -108
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/index.js +1 -5
- package/lib/components/eftposPay/linkly/const.js +1 -1
- package/lib/components/eftposPay/linkly/index.js +1 -0
- package/lib/components/eftposPay/locales.js +5 -252
- package/lib/components/eftposPay/manufacturer.js +6 -0
- package/lib/components/eftposPay/mx51/Action.js +152 -0
- package/lib/components/{ecocup/components/MoreDropdown/index.js → eftposPay/mx51/Result.js} +43 -31
- package/lib/components/eftposPay/mx51/const.js +85 -0
- package/lib/components/eftposPay/mx51/index.js +360 -0
- package/lib/components/{ecocup/cupList/hooks/index.js → eftposPay/mx51/types.js} +18 -21
- package/lib/components/eftposPay/mx51/utils.js +115 -0
- package/lib/components/eftposPay/pay.js +4 -2
- package/lib/components/eftposPay/payo/config.js +0 -1
- package/lib/components/eftposPay/payo/const.js +1 -1
- package/lib/components/eftposPay/tyro/const.js +1 -1
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/windcave/const.js +1 -1
- package/lib/components/eftposPay/windcave/windcave.js +9 -9
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.js +0 -22
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/locales.js +0 -162
- package/lib/components/kioskSkuDetail/index.js +3 -27
- package/lib/components/kioskSkuDetail/locales.js +3 -24
- package/lib/components/login/locales.js +0 -14
- package/lib/components/pay/toC/PaymentList/serve.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +0 -6
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +17 -40
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +9 -110
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +12 -32
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -20
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +2 -8
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +0 -20
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +1 -7
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +24 -98
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +0 -47
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +1 -9
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.js +5 -149
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +39 -121
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +1 -7
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +103 -92
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
- package/lib/components/pay/toC/PaymentMethods/index.js +12 -17
- package/lib/components/pay/toC/WalletPassBlock/index.js +1 -3
- package/lib/components/pay/toC/index.js +22 -86
- package/lib/components/pay/toC/locales.js +12 -331
- package/lib/components/pay/toC/serve.js +1 -17
- package/lib/components/pay/toC/utils.js +0 -21
- package/lib/components/pinModal/locales.js +0 -16
- package/lib/components/pinVerifyModal/locales.js +0 -14
- package/lib/components/pisellSelectCustomerModal/locales.js +0 -52
- package/lib/components/productExtension/locales.js +0 -30
- package/lib/components/productSelect/components/pisellPriceText/index.js +4 -6
- package/lib/components/productSelect/locales.js +3 -23
- package/lib/components/ruleSetting/locales.js +0 -30
- package/lib/components/schedules/locales.js +0 -56
- package/lib/components/shoppingCart/components/Cart/index.less +0 -1
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/lib/components/shoppingCart/hooks/useClearCart.js +11 -42
- package/lib/components/shoppingCart/locales.js +0 -20
- package/lib/components/stepController/locales.js +0 -16
- package/lib/components/subTotal/locales.js +0 -26
- package/lib/components/systemSettings/registry/components/ItemModal.js +224 -347
- package/lib/components/systemSettings/registry/index.js +16 -20
- package/lib/components/systemSettings/registry/index.less +7 -6
- package/lib/components/systemSettings/registry/locales.js +3 -274
- package/lib/components/taxSelect/locales.js +0 -14
- package/lib/components/ticketBooking/locales.js +0 -136
- package/lib/components/ticketBooking/utils/formatTime.js +2 -8
- package/lib/components/walletList/index.js +0 -10
- package/lib/components/walletList/locales.js +0 -16
- package/lib/hooks/useEngineContext.js +2 -10
- package/lib/hooks/useLocale.js +2 -7
- package/lib/index.js +3 -39
- package/lib/plus/contactInfo/components/SwipeAction/index.js +23 -23
- package/lib/plus/contactInfo/locales.js +0 -8
- package/lib/plus/contactInfoModal/locales.js +0 -42
- package/lib/plus/productSelect/components/pisellPriceText/index.js +4 -6
- package/lib/plus/productSelect/locales.js +3 -23
- package/lib/plus/saasCreateOrganization/locales.js +0 -8
- package/lib/plus/saasLogin/locales.js +0 -32
- package/lib/plus/saasRegister/locales.js +0 -76
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/selectHolder/locales.js +0 -14
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +10 -11
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
- package/lib/plus/skuOptionsSelection/index.js +2 -2
- package/lib/plus/skuOptionsSelection/locales.js +0 -20
- package/lib/plus/skuOptionsSelection/store/store.js +1 -2
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +9 -15
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +6 -9
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +3 -7
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +7 -8
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
- package/lib/plus/walletEditor/locales.js +0 -100
- package/lib/plus/walletPassGallery/components/passDetail/index.js +5 -42
- package/lib/plus/walletPassGallery/components/passList/index.js +5 -12
- package/lib/plus/walletPassGallery/components/recharge/index.js +5 -7
- package/lib/plus/walletPassGallery/components/recharge/index.less +1 -70
- package/lib/plus/walletPassGallery/components/timelineSection/index.js +2 -17
- package/lib/plus/walletPassGallery/index.js +45 -116
- package/lib/plus/walletPassGallery/locales.js +3 -210
- package/lib/plus/walletPassGallery/serve.js +2 -2
- package/lib/pro/Cards/components/SKUCard/index.js +15 -59
- package/lib/pro/Cards/components/SKUCard/index.less +2 -23
- package/lib/pro/Login2.0/Login2.js +8 -8
- package/lib/pro/Login2.0/locales.js +0 -365
- package/lib/pro/NumericStepper/index.js +88 -184
- package/lib/pro/NumericStepper/index.less +143 -287
- package/lib/pro/Selector/BatchSelectorDemo.js +19 -13
- package/lib/pro/Selector/Selector.js +17 -34
- package/lib/pro/Selector/SelectorGroup.js +1 -7
- package/lib/pro/Selector/components/Card/index.js +8 -19
- package/lib/pro/Selector/components/Card/index.less +14 -30
- package/lib/pro/Selector/components/Indicator/index.js +2 -2
- package/lib/pro/Selector/components/Indicator/index.less +13 -16
- package/lib/pro/Selector/components/LayoutContainer/index.js +2 -130
- package/lib/pro/Selector/components/Media/index.js +4 -7
- package/lib/pro/Selector/components/Media/index.less +1 -1
- package/lib/pro/Selector/demo.js +1 -1
- package/lib/pro/Selector/hooks/usePresetItemProps.js +0 -2
- package/lib/pro/Selector/hooks/usePresetProps.js +6 -28
- package/lib/pro/Selector/locales.js +0 -50
- package/lib/pro/Selector/selector.less +64 -0
- package/lib/pro/Selector/selectorGroup.less +1 -9
- package/lib/pro/numberKeyboard/locales.js +0 -6
- package/lowcode/selector/meta.ts +2 -15
- package/lowcode/selector.group/meta.ts +2 -15
- package/lowcode/sku-options-selection/meta.ts +2 -106
- package/lowcode/wallet-pass-gallery/meta.ts +1 -66
- package/package.json +5 -5
- package/es/components/Sales/Cart/index.d.ts +0 -53
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -4
- package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/es/components/appointmentBooking/components/Services/index.d.ts +0 -4
- package/es/components/appointmentBooking/components/Voucher/index.d.ts +0 -5
- package/es/components/appointmentBooking/locales.d.ts +0 -606
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
- package/es/components/booking/addons/index.d.ts +0 -17
- package/es/components/booking/components/footer/amount.d.ts +0 -25
- package/es/components/booking/components/footer/index.d.ts +0 -12
- package/es/components/booking/components/footer/utils.d.ts +0 -47
- package/es/components/booking/components/tabPane/index.d.ts +0 -4
- package/es/components/booking/components/voucher/index.d.ts +0 -4
- package/es/components/booking/dashboard/index.d.ts +0 -20
- package/es/components/booking/dashboard/serve.d.ts +0 -1
- package/es/components/booking/deposit/ClientItem/index.d.ts +0 -18
- package/es/components/booking/deposit/DepositItem/index.d.ts +0 -25
- package/es/components/booking/deposit/index.d.ts +0 -3
- package/es/components/booking/editBookingModal/locales.d.ts +0 -33
- package/es/components/booking/editBookingModal/mock.d.ts +0 -991
- package/es/components/booking/forms/forms.d.ts +0 -30
- package/es/components/booking/forms/serve.d.ts +0 -18
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/es/components/booking/hooks/useQuotation.d.ts +0 -6
- package/es/components/booking/info/addServiceVariant/index.d.ts +0 -7
- package/es/components/booking/info/client/index.d.ts +0 -4
- package/es/components/booking/info/client/serve.d.ts +0 -2
- package/es/components/booking/info/clientVariant/utils.d.ts +0 -1
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
- package/es/components/booking/info/date/index.d.ts +0 -5
- package/es/components/booking/info/header/index.d.ts +0 -4
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
- package/es/components/booking/info/index.d.ts +0 -4
- package/es/components/booking/info/main.d.ts +0 -12
- package/es/components/booking/info/model.d.ts +0 -14
- package/es/components/booking/info/pet/index.d.ts +0 -14
- package/es/components/booking/info/pet/serve.d.ts +0 -1
- package/es/components/booking/info/service/Lists.d.ts +0 -3
- package/es/components/booking/info/service/addService/index.d.ts +0 -12
- package/es/components/booking/info/service/addTimeModal/serve.d.ts +0 -5
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +0 -5
- package/es/components/booking/info/service/editService/index.d.ts +0 -7
- package/es/components/booking/info/service/serve.d.ts +0 -20
- package/es/components/booking/info/service/serviceItem/index.d.ts +0 -4
- package/es/components/booking/info/service/serviceList/index.d.ts +0 -6
- package/es/components/booking/info/service/serviceManager/index.d.ts +0 -20
- package/es/components/booking/info/service2/Group/utils.d.ts +0 -14
- package/es/components/booking/info/service2/Lists.d.ts +0 -3
- package/es/components/booking/info/service2/utils.d.ts +0 -248
- package/es/components/booking/info/utils.d.ts +0 -50
- package/es/components/booking/info2/index.d.ts +0 -12
- package/es/components/booking/info2/serve.d.ts +0 -6
- package/es/components/booking/info2/service/addService/index.d.ts +0 -12
- package/es/components/booking/info2/service/addService/mock.d.ts +0 -216
- package/es/components/booking/info2/service/addService/utils.d.ts +0 -98
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -4
- package/es/components/booking/info2/service/editService/index.d.ts +0 -7
- package/es/components/booking/info2/service/editService/utils.d.ts +0 -28
- package/es/components/booking/info2/service/index.d.ts +0 -4
- package/es/components/booking/info2/service/serviceItem/index.d.ts +0 -4
- package/es/components/booking/info2/service/serviceList/index.d.ts +0 -6
- package/es/components/booking/info2/utilsByBooking.d.ts +0 -35
- package/es/components/booking/locales.d.ts +0 -1494
- package/es/components/booking/model.d.ts +0 -120
- package/es/components/booking/notes/NoteBlock/index.d.ts +0 -17
- package/es/components/booking/notes/addNote/index.d.ts +0 -4
- package/es/components/booking/utils.d.ts +0 -175
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
- package/es/components/ecocup/components/AddCustomerModal/index.less +0 -9
- package/es/components/ecocup/components/CupActionList/index.d.ts +0 -14
- package/es/components/ecocup/components/CupActionList/index.js +0 -91
- package/es/components/ecocup/components/CupActionList/index.less +0 -102
- package/es/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
- package/es/components/ecocup/components/CupActionModal/hooks.js +0 -68
- package/es/components/ecocup/components/CupActionModal/index.d.ts +0 -15
- package/es/components/ecocup/components/CupActionModal/index.js +0 -92
- package/es/components/ecocup/components/CupActionModal/index.less +0 -38
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
- package/es/components/ecocup/components/CupInfoCard/index.js +0 -14
- package/es/components/ecocup/components/CupInfoCard/index.less +0 -11
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
- package/es/components/ecocup/components/CupStatusModal/hooks.js +0 -176
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
- package/es/components/ecocup/components/CupStatusModal/index.js +0 -281
- package/es/components/ecocup/components/CupStatusModal/index.less +0 -73
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -133
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
- package/es/components/ecocup/components/CustomerAndCupModal/index.js +0 -227
- package/es/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
- package/es/components/ecocup/components/CustomerCard/index.d.ts +0 -9
- package/es/components/ecocup/components/CustomerCard/index.js +0 -37
- package/es/components/ecocup/components/CustomerCard/index.less +0 -50
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
- package/es/components/ecocup/components/MoreDropdown/index.js +0 -33
- package/es/components/ecocup/components/PageHeader/index.d.ts +0 -9
- package/es/components/ecocup/components/PageHeader/index.js +0 -47
- package/es/components/ecocup/components/PageHeader/index.less +0 -31
- package/es/components/ecocup/components/SearchBar/const.d.ts +0 -4
- package/es/components/ecocup/components/SearchBar/const.js +0 -16
- package/es/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
- package/es/components/ecocup/components/SearchBar/hooks.js +0 -184
- package/es/components/ecocup/components/SearchBar/index.d.ts +0 -14
- package/es/components/ecocup/components/SearchBar/index.js +0 -248
- package/es/components/ecocup/components/SearchBar/index.less +0 -88
- package/es/components/ecocup/components/SettingModal/const.d.ts +0 -6
- package/es/components/ecocup/components/SettingModal/const.js +0 -17
- package/es/components/ecocup/components/SettingModal/index.d.ts +0 -9
- package/es/components/ecocup/components/SettingModal/index.js +0 -253
- package/es/components/ecocup/components/SettingModal/index.less +0 -9
- package/es/components/ecocup/cupList/const.d.ts +0 -140
- package/es/components/ecocup/cupList/const.js +0 -319
- package/es/components/ecocup/cupList/hooks/index.d.ts +0 -4
- package/es/components/ecocup/cupList/hooks/index.js +0 -4
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
- package/es/components/ecocup/cupList/hooks/useColumns.js +0 -166
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
- package/es/components/ecocup/cupList/hooks/useCupApi.js +0 -312
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
- package/es/components/ecocup/cupList/hooks/useSummary.js +0 -42
- package/es/components/ecocup/cupList/index.d.ts +0 -7
- package/es/components/ecocup/cupList/index.js +0 -268
- package/es/components/ecocup/cupList/index.less +0 -159
- package/es/components/ecocup/cupProject/const.d.ts +0 -7
- package/es/components/ecocup/cupProject/const.js +0 -33
- package/es/components/ecocup/cupProject/index.d.ts +0 -3
- package/es/components/ecocup/cupProject/index.js +0 -112
- package/es/components/ecocup/cupProject/index.less +0 -41
- package/es/components/ecocup/customerList/const.d.ts +0 -44
- package/es/components/ecocup/customerList/const.js +0 -67
- package/es/components/ecocup/customerList/hooks/index.d.ts +0 -3
- package/es/components/ecocup/customerList/hooks/index.js +0 -3
- package/es/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
- package/es/components/ecocup/customerList/hooks/useColumns.js +0 -44
- package/es/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
- package/es/components/ecocup/customerList/hooks/useCustomerApi.js +0 -70
- package/es/components/ecocup/customerList/index.d.ts +0 -7
- package/es/components/ecocup/customerList/index.js +0 -127
- package/es/components/ecocup/customerList/index.less +0 -15
- package/es/components/ecocup/hooks.d.ts +0 -57
- package/es/components/ecocup/hooks.js +0 -168
- package/es/components/ecocup/locales.d.ts +0 -653
- package/es/components/ecocup/locales.js +0 -699
- package/es/components/ecocup/types.d.ts +0 -103
- package/es/components/ecocup/types.js +0 -36
- package/es/components/ecocup/utils/download.d.ts +0 -7
- package/es/components/ecocup/utils/download.js +0 -34
- package/es/components/ecocup/utils/index.d.ts +0 -2
- package/es/components/ecocup/utils/index.js +0 -2
- package/es/components/ecocup/utils/scanListener.d.ts +0 -20
- package/es/components/ecocup/utils/scanListener.js +0 -107
- package/es/components/eftpos/const.d.ts +0 -64
- package/es/components/eftpos/device.d.ts +0 -9
- package/es/components/eftpos/hooks.d.ts +0 -33
- package/es/components/eftpos/index.d.ts +0 -47
- package/es/components/eftpos/locales.d.ts +0 -163
- package/es/components/eftpos/table.d.ts +0 -21
- package/es/components/eftposPay/app.d.ts +0 -11
- package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -4
- package/es/components/eftposPay/component/fail/index.d.ts +0 -4
- package/es/components/eftposPay/const.d.ts +0 -186
- package/es/components/eftposPay/device.d.ts +0 -24
- package/es/components/eftposPay/index.d.ts +0 -5
- package/es/components/eftposPay/linkly/const.d.ts +0 -23
- package/es/components/eftposPay/linkly/index.d.ts +0 -3
- package/es/components/eftposPay/locales.d.ts +0 -572
- package/es/components/eftposPay/manufacturer.d.ts +0 -7
- package/es/components/eftposPay/pay.d.ts +0 -21
- package/es/components/eftposPay/payo/config.d.ts +0 -13
- package/es/components/eftposPay/payo/const.d.ts +0 -26
- package/es/components/eftposPay/store/index.d.ts +0 -358
- package/es/components/eftposPay/tyro/const.d.ts +0 -17
- package/es/components/eftposPay/tyro/index.d.ts +0 -9
- package/es/components/eftposPay/windcave/const.d.ts +0 -119
- package/es/components/eftposPay/windcave/windcave.d.ts +0 -7
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +0 -61
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -10
- package/es/components/eventBooking/locales.d.ts +0 -408
- package/es/components/kioskSkuDetail/locales.d.ts +0 -48
- package/es/components/login/locales.d.ts +0 -38
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +0 -13
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +0 -34
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +0 -83
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +0 -52
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +0 -81
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +0 -30
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -161
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
- package/es/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
- package/es/components/pay/toC/index.d.ts +0 -3
- package/es/components/pay/toC/locales.d.ts +0 -626
- package/es/components/pay/toC/model.d.ts +0 -41
- package/es/components/pay/toC/serve.d.ts +0 -92
- package/es/components/pay/toC/utils.d.ts +0 -62
- package/es/components/pinModal/locales.d.ts +0 -43
- package/es/components/pinVerifyModal/locales.d.ts +0 -38
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -3
- package/es/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +0 -3
- package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -133
- package/es/components/productExtension/locales.d.ts +0 -78
- package/es/components/productSelect/components/TabProduct/index.d.ts +0 -3
- package/es/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/es/components/productSelect/components/productGroup/index.d.ts +0 -39
- package/es/components/productSelect/locales.d.ts +0 -38
- package/es/components/ruleSetting/locales.d.ts +0 -78
- package/es/components/schedules/locales.d.ts +0 -143
- package/es/components/shoppingCart/Provider.d.ts +0 -3
- package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -4
- package/es/components/shoppingCart/components/Cart/index.d.ts +0 -4
- package/es/components/shoppingCart/locales.d.ts +0 -53
- package/es/components/shoppingCart/mock.d.ts +0 -40
- package/es/components/shoppingCart/type.d.ts +0 -48
- package/es/components/shoppingCart/utils.d.ts +0 -63
- package/es/components/stepController/locales.d.ts +0 -43
- package/es/components/subTotal/index.d.ts +0 -24
- package/es/components/subTotal/locales.d.ts +0 -68
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -390
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -367
- package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -163
- package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
- package/es/components/systemSettings/registry/components/OptionDataSource/index.js +0 -127
- package/es/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
- package/es/components/systemSettings/registry/index.d.ts +0 -5
- package/es/components/systemSettings/registry/locales.d.ts +0 -534
- package/es/components/systemSettings/registry/services.d.ts +0 -97
- package/es/components/systemSettings/registry/types.d.ts +0 -140
- package/es/components/taxSelect/locales.d.ts +0 -38
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -10
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -7
- package/es/components/ticketBooking/components/menuBar/index.d.ts +0 -4
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -5
- package/es/components/ticketBooking/components/timeBar/index.d.ts +0 -13
- package/es/components/ticketBooking/index.d.ts +0 -8
- package/es/components/ticketBooking/locales.d.ts +0 -304
- package/es/components/ticketBooking/serve.d.ts +0 -287
- package/es/components/ticketBooking/utils/formatTime.d.ts +0 -33
- package/es/components/ticketBooking/utils/index.d.ts +0 -25
- package/es/components/wallet/utils.d.ts +0 -48
- package/es/components/walletList/index.d.ts +0 -4
- package/es/components/walletList/locales.d.ts +0 -43
- package/es/components/walletList/types/index.d.ts +0 -196
- package/es/hooks/useEngineContext.d.ts +0 -11
- package/es/hooks/useLocale.d.ts +0 -2
- package/es/hooks/useThemeTokens.d.ts +0 -7
- package/es/hooks/useThemeTokens.js +0 -20
- package/es/hooks/useTranslationOriginal.d.ts +0 -1
- package/es/hooks/useTranslationOriginal.js +0 -10
- package/es/hooks/useWindowSize.d.ts +0 -5
- package/es/index.d.ts +0 -79
- package/es/plus/clientCard/index.d.ts +0 -7
- package/es/plus/clientCard/index.js +0 -462
- package/es/plus/clientCard/index.less +0 -515
- package/es/plus/clientCard/line/index.d.ts +0 -9
- package/es/plus/clientCard/line/index.js +0 -157
- package/es/plus/clientCard/line/index.less +0 -142
- package/es/plus/clientCard/locales.d.ts +0 -28
- package/es/plus/clientCard/locales.js +0 -27
- package/es/plus/clientCard/types.d.ts +0 -135
- package/es/plus/clientCard/types.js +0 -1
- package/es/plus/clientCard/utils.d.ts +0 -8
- package/es/plus/clientCard/utils.js +0 -59
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
- package/es/plus/clinetSearch/Add/BirthdayField/index.js +0 -277
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
- package/es/plus/clinetSearch/Add/GenderField/index.js +0 -18
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
- package/es/plus/clinetSearch/Add/PhoneField/index.js +0 -52
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/es/plus/clinetSearch/Add/PhoneField/serve.js +0 -166
- package/es/plus/clinetSearch/Add/index.d.ts +0 -18
- package/es/plus/clinetSearch/Add/index.js +0 -213
- package/es/plus/clinetSearch/Add/index.less +0 -30
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -265
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/es/plus/clinetSearch/InfiniteScroll/index.js +0 -1
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/es/plus/clinetSearch/InfiniteScroll/types.js +0 -1
- package/es/plus/clinetSearch/index.d.ts +0 -18
- package/es/plus/clinetSearch/index.js +0 -234
- package/es/plus/clinetSearch/index.less +0 -95
- package/es/plus/clinetSearch/locales.d.ts +0 -178
- package/es/plus/clinetSearch/locales.js +0 -177
- package/es/plus/clinetSearch/serve.d.ts +0 -1
- package/es/plus/clinetSearch/serve.js +0 -31
- package/es/plus/clinetSearch/types.d.ts +0 -70
- package/es/plus/clinetSearch/types.js +0 -1
- package/es/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
- package/es/plus/contactInfo/locales.d.ts +0 -23
- package/es/plus/contactInfoModal/locales.d.ts +0 -108
- package/es/plus/orderList/components/BatchActionBar.d.ts +0 -9
- package/es/plus/orderList/components/BatchActionBar.js +0 -835
- package/es/plus/orderList/components/FilterList.d.ts +0 -8
- package/es/plus/orderList/components/FilterList.js +0 -78
- package/es/plus/orderList/components/HandleActions.d.ts +0 -6
- package/es/plus/orderList/components/HandleActions.js +0 -27
- package/es/plus/orderList/components/QuickFilter.d.ts +0 -5
- package/es/plus/orderList/components/QuickFilter.js +0 -14
- package/es/plus/orderList/components/Reset.d.ts +0 -7
- package/es/plus/orderList/components/Reset.js +0 -23
- package/es/plus/orderList/components/Toolbar.d.ts +0 -7
- package/es/plus/orderList/components/Toolbar.js +0 -59
- package/es/plus/orderList/config.d.ts +0 -155
- package/es/plus/orderList/config.js +0 -786
- package/es/plus/orderList/index.d.ts +0 -10
- package/es/plus/orderList/index.js +0 -133
- package/es/plus/orderList/index.less +0 -125
- package/es/plus/orderList/locales.d.ts +0 -618
- package/es/plus/orderList/locales.js +0 -733
- package/es/plus/orderList/serve.d.ts +0 -42
- package/es/plus/orderList/serve.js +0 -351
- package/es/plus/pisellSalesGrid/PisellSalesGrid.d.ts +0 -5
- package/es/plus/pisellSalesGrid/PisellSalesGrid.js +0 -363
- package/es/plus/pisellSalesGrid/PisellSalesGrid.less +0 -16
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +0 -14
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.js +0 -559
- package/es/plus/pisellSalesGrid/hooks/useActions.d.ts +0 -19
- package/es/plus/pisellSalesGrid/hooks/useActions.js +0 -723
- package/es/plus/pisellSalesGrid/index.d.ts +0 -4
- package/es/plus/pisellSalesGrid/index.js +0 -3
- package/es/plus/pisellSalesGrid/locales.d.ts +0 -9
- package/es/plus/pisellSalesGrid/locales.js +0 -8
- package/es/plus/pisellSalesGrid/serve.d.ts +0 -19
- package/es/plus/pisellSalesGrid/serve.js +0 -151
- package/es/plus/pisellSalesGrid/types.d.ts +0 -170
- package/es/plus/pisellSalesGrid/types.js +0 -1
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +0 -15
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.js +0 -221
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +0 -19
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.js +0 -167
- package/es/plus/pisellSalesManagement/components/ResourceSelector.d.ts +0 -9
- package/es/plus/pisellSalesManagement/components/ResourceSelector.js +0 -102
- package/es/plus/pisellSalesManagement/config/booking.d.ts +0 -185
- package/es/plus/pisellSalesManagement/config/booking.js +0 -380
- package/es/plus/pisellSalesManagement/config/index.d.ts +0 -2
- package/es/plus/pisellSalesManagement/config/index.js +0 -11
- package/es/plus/pisellSalesManagement/config/order.d.ts +0 -172
- package/es/plus/pisellSalesManagement/config/order.js +0 -460
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +0 -15
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.js +0 -66
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +0 -2
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.js +0 -651
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +0 -2
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.js +0 -656
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +0 -5
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.js +0 -12
- package/es/plus/pisellSalesManagement/index.d.ts +0 -10
- package/es/plus/pisellSalesManagement/index.js +0 -84
- package/es/plus/pisellSalesManagement/locales.d.ts +0 -303
- package/es/plus/pisellSalesManagement/locales.js +0 -302
- package/es/plus/pisellSalesManagement/serve.d.ts +0 -26
- package/es/plus/pisellSalesManagement/serve.js +0 -222
- package/es/plus/productSelect/CategoryTabs/index.d.ts +0 -21
- package/es/plus/productSelect/ProductCard/index.d.ts +0 -47
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
- package/es/plus/productSelect/components/pisellPriceText/index.d.ts +0 -12
- package/es/plus/productSelect/index.d.ts +0 -32
- package/es/plus/productSelect/locales.d.ts +0 -38
- package/es/plus/saasAttendance/index.d.ts +0 -6
- package/es/plus/saasAttendance/index.js +0 -5
- package/es/plus/saasAttendance/locales.d.ts +0 -591
- package/es/plus/saasAttendance/locales.js +0 -657
- package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/BasicInfoTab.js +0 -96
- package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/ClockInMethodTab.js +0 -81
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -293
- package/es/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/PermissonTab.js +0 -79
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -115
- package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/es/plus/saasAttendance/settings/components/MapField.js +0 -848
- package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/es/plus/saasAttendance/settings/components/index.js +0 -2
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/es/plus/saasAttendance/settings/components/membersField/index.js +0 -216
- package/es/plus/saasAttendance/settings/components/membersField/index.less +0 -70
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -149
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
- package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/components/shiftModal/index.js +0 -438
- package/es/plus/saasAttendance/settings/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/index.js +0 -262
- package/es/plus/saasAttendance/settings/index.less +0 -510
- package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/es/plus/saasAttendance/settings/serve.js +0 -83
- package/es/plus/saasAttendance/settings/types.d.ts +0 -136
- package/es/plus/saasAttendance/settings/types.js +0 -1
- package/es/plus/saasCreateOrganization/locales.d.ts +0 -23
- package/es/plus/saasLogin/locales.d.ts +0 -83
- package/es/plus/saasRegister/locales.d.ts +0 -193
- package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/es/plus/saasRole/components/PermissionManager/index.js +0 -211
- package/es/plus/saasRole/components/PermissionManager/index.less +0 -71
- package/es/plus/saasRole/index.d.ts +0 -14
- package/es/plus/saasRole/index.js +0 -1036
- package/es/plus/saasRole/index.less +0 -196
- package/es/plus/saasRole/locales.d.ts +0 -319
- package/es/plus/saasRole/locales.js +0 -319
- package/es/plus/saasRole/serve.d.ts +0 -72
- package/es/plus/saasRole/serve.js +0 -304
- package/es/plus/saasRole/types.d.ts +0 -177
- package/es/plus/saasRole/types.js +0 -1
- package/es/plus/saasRole/utils.d.ts +0 -0
- package/es/plus/saasRole/utils.js +0 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -503
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -634
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
- package/es/plus/saasTeamMembers/index.d.ts +0 -5
- package/es/plus/saasTeamMembers/index.js +0 -529
- package/es/plus/saasTeamMembers/index.less +0 -87
- package/es/plus/saasTeamMembers/locales.d.ts +0 -546
- package/es/plus/saasTeamMembers/locales.js +0 -591
- package/es/plus/saasTeamMembers/serve.d.ts +0 -95
- package/es/plus/saasTeamMembers/serve.js +0 -374
- package/es/plus/saasTeamMembers/type.d.ts +0 -158
- package/es/plus/saasTeamMembers/type.js +0 -1
- package/es/plus/selectHolder/index.d.ts +0 -7
- package/es/plus/selectHolder/locales.d.ts +0 -35
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -6
- package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +0 -4
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +0 -11
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +0 -16
- package/es/plus/skuOptionsSelection/index.d.ts +0 -5
- package/es/plus/skuOptionsSelection/locales.d.ts +0 -53
- package/es/plus/skuOptionsSelection/store/store.d.ts +0 -4
- package/es/plus/skuOptionsSelection/types.d.ts +0 -443
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +0 -19
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +0 -1
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +0 -4
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +0 -4
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +0 -1
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
- package/es/plus/walletEditor/locales.d.ts +0 -223
- package/es/plus/walletEditor/types.d.ts +0 -54
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
- package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -13
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
- package/es/plus/walletPassGallery/index.d.ts +0 -11
- package/es/plus/walletPassGallery/locales.d.ts +0 -483
- package/es/plus/walletPassGallery/serve.d.ts +0 -245
- package/es/plus/walletPassGallery/utils.d.ts +0 -48
- package/es/pro/Cards/components/SKUCard/index.d.ts +0 -5
- package/es/pro/Cards/components/SKUCard/locales.d.ts +0 -12
- package/es/pro/Cards/components/SKUCard/locales.js +0 -11
- package/es/pro/Cards/components/SKUCard/types.d.ts +0 -73
- package/es/pro/Cards/components/SKUCard/types.js +0 -1
- package/es/pro/Login2.0/Login2.d.ts +0 -61
- package/es/pro/Login2.0/locales.d.ts +0 -908
- package/es/pro/Login2.0/shared/types.d.ts +0 -234
- package/es/pro/NumericStepper/index.d.ts +0 -73
- package/es/pro/Selector/BatchSelectorDemo.d.ts +0 -3
- package/es/pro/Selector/Item.d.ts +0 -14
- package/es/pro/Selector/Selector.d.ts +0 -14
- package/es/pro/Selector/SelectorGroup.d.ts +0 -11
- package/es/pro/Selector/components/Card/index.d.ts +0 -57
- package/es/pro/Selector/components/Indicator/index.d.ts +0 -20
- package/es/pro/Selector/components/LayoutContainer/index.d.ts +0 -18
- package/es/pro/Selector/components/LayoutContainer/index.less +0 -19
- package/es/pro/Selector/components/Media/index.d.ts +0 -6
- package/es/pro/Selector/demo.d.ts +0 -3
- package/es/pro/Selector/hooks/usePresetItemProps.d.ts +0 -43
- package/es/pro/Selector/hooks/usePresetProps.d.ts +0 -24
- package/es/pro/Selector/locales.d.ts +0 -58
- package/es/pro/Selector/types.d.ts +0 -223
- package/es/pro/Selector/utils/index.d.ts +0 -49
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -54
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
- package/es/pro/comprehensiveSearch/components/index.d.ts +0 -2
- package/es/pro/comprehensiveSearch/components/index.js +0 -2
- package/es/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
- package/es/pro/comprehensiveSearch/components/searchSection/index.js +0 -141
- package/es/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +0 -22
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -24
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -44
- package/es/pro/comprehensiveSearch/index.d.ts +0 -7
- package/es/pro/comprehensiveSearch/index.js +0 -207
- package/es/pro/comprehensiveSearch/index.less +0 -196
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/es/pro/comprehensiveSearch/locales.js +0 -22
- package/es/pro/comprehensiveSearch/types.d.ts +0 -32
- package/es/pro/comprehensiveSearch/types.js +0 -1
- package/es/pro/keyboards/index.d.ts +0 -2
- package/es/pro/keyboards/index.js +0 -1
- package/es/pro/keyboards/locales.d.ts +0 -38
- package/es/pro/keyboards/locales.js +0 -57
- package/es/pro/keyboards/numberKeyboard/index.d.ts +0 -16
- package/es/pro/keyboards/numberKeyboard/index.js +0 -523
- package/es/pro/keyboards/numberKeyboard/index.less +0 -59
- package/es/pro/keyboards/numberKeyboard/types.d.ts +0 -63
- package/es/pro/keyboards/numberKeyboard/types.js +0 -1
- package/es/pro/numberKeyboard/locales.d.ts +0 -18
- package/es/pro/pisellNumberSelector/example.d.ts +0 -3
- package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -13
- package/es/pro/pisellPhoneKeyboard/index.js +0 -210
- package/es/pro/pisellPhoneKeyboard/index.less +0 -157
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/es/pro/pisellPhoneKeyboard/locales.js +0 -17
- package/es/pro/skuDetailModal/index.d.ts +0 -4
- package/lib/components/Sales/Cart/index.d.ts +0 -53
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -4
- package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/lib/components/appointmentBooking/components/Services/index.d.ts +0 -4
- package/lib/components/appointmentBooking/components/Voucher/index.d.ts +0 -5
- package/lib/components/appointmentBooking/locales.d.ts +0 -606
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
- package/lib/components/booking/addons/index.d.ts +0 -17
- package/lib/components/booking/components/footer/amount.d.ts +0 -25
- package/lib/components/booking/components/footer/index.d.ts +0 -12
- package/lib/components/booking/components/footer/utils.d.ts +0 -47
- package/lib/components/booking/components/tabPane/index.d.ts +0 -4
- package/lib/components/booking/components/voucher/index.d.ts +0 -4
- package/lib/components/booking/dashboard/index.d.ts +0 -20
- package/lib/components/booking/dashboard/serve.d.ts +0 -1
- package/lib/components/booking/deposit/ClientItem/index.d.ts +0 -18
- package/lib/components/booking/deposit/DepositItem/index.d.ts +0 -25
- package/lib/components/booking/deposit/index.d.ts +0 -3
- package/lib/components/booking/editBookingModal/locales.d.ts +0 -33
- package/lib/components/booking/editBookingModal/mock.d.ts +0 -991
- package/lib/components/booking/forms/forms.d.ts +0 -30
- package/lib/components/booking/forms/serve.d.ts +0 -18
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/lib/components/booking/hooks/useQuotation.d.ts +0 -6
- package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -7
- package/lib/components/booking/info/client/index.d.ts +0 -4
- package/lib/components/booking/info/client/serve.d.ts +0 -2
- package/lib/components/booking/info/clientVariant/utils.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
- package/lib/components/booking/info/date/index.d.ts +0 -5
- package/lib/components/booking/info/header/index.d.ts +0 -4
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
- package/lib/components/booking/info/index.d.ts +0 -4
- package/lib/components/booking/info/main.d.ts +0 -12
- package/lib/components/booking/info/model.d.ts +0 -14
- package/lib/components/booking/info/pet/index.d.ts +0 -14
- package/lib/components/booking/info/pet/serve.d.ts +0 -1
- package/lib/components/booking/info/service/Lists.d.ts +0 -3
- package/lib/components/booking/info/service/addService/index.d.ts +0 -12
- package/lib/components/booking/info/service/addTimeModal/serve.d.ts +0 -5
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +0 -5
- package/lib/components/booking/info/service/editService/index.d.ts +0 -7
- package/lib/components/booking/info/service/serve.d.ts +0 -20
- package/lib/components/booking/info/service/serviceItem/index.d.ts +0 -4
- package/lib/components/booking/info/service/serviceList/index.d.ts +0 -6
- package/lib/components/booking/info/service/serviceManager/index.d.ts +0 -20
- package/lib/components/booking/info/service2/Group/utils.d.ts +0 -14
- package/lib/components/booking/info/service2/Lists.d.ts +0 -3
- package/lib/components/booking/info/service2/utils.d.ts +0 -248
- package/lib/components/booking/info/utils.d.ts +0 -50
- package/lib/components/booking/info2/index.d.ts +0 -12
- package/lib/components/booking/info2/serve.d.ts +0 -6
- package/lib/components/booking/info2/service/addService/index.d.ts +0 -12
- package/lib/components/booking/info2/service/addService/mock.d.ts +0 -216
- package/lib/components/booking/info2/service/addService/utils.d.ts +0 -98
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -4
- package/lib/components/booking/info2/service/editService/index.d.ts +0 -7
- package/lib/components/booking/info2/service/editService/utils.d.ts +0 -28
- package/lib/components/booking/info2/service/index.d.ts +0 -4
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +0 -4
- package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -6
- package/lib/components/booking/info2/utilsByBooking.d.ts +0 -35
- package/lib/components/booking/locales.d.ts +0 -1494
- package/lib/components/booking/model.d.ts +0 -120
- package/lib/components/booking/notes/NoteBlock/index.d.ts +0 -17
- package/lib/components/booking/notes/addNote/index.d.ts +0 -4
- package/lib/components/booking/utils.d.ts +0 -175
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
- package/lib/components/ecocup/components/AddCustomerModal/index.js +0 -212
- package/lib/components/ecocup/components/AddCustomerModal/index.less +0 -9
- package/lib/components/ecocup/components/CupActionList/index.d.ts +0 -14
- package/lib/components/ecocup/components/CupActionList/index.js +0 -116
- package/lib/components/ecocup/components/CupActionList/index.less +0 -102
- package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
- package/lib/components/ecocup/components/CupActionModal/hooks.js +0 -55
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +0 -15
- package/lib/components/ecocup/components/CupActionModal/index.js +0 -125
- package/lib/components/ecocup/components/CupActionModal/index.less +0 -38
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
- package/lib/components/ecocup/components/CupInfoCard/index.js +0 -43
- package/lib/components/ecocup/components/CupInfoCard/index.less +0 -11
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
- package/lib/components/ecocup/components/CupStatusModal/hooks.js +0 -115
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
- package/lib/components/ecocup/components/CupStatusModal/index.js +0 -221
- package/lib/components/ecocup/components/CupStatusModal/index.less +0 -73
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -89
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
- package/lib/components/ecocup/components/CustomerAndCupModal/index.js +0 -178
- package/lib/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +0 -9
- package/lib/components/ecocup/components/CustomerCard/index.js +0 -58
- package/lib/components/ecocup/components/CustomerCard/index.less +0 -50
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
- package/lib/components/ecocup/components/PageHeader/index.d.ts +0 -9
- package/lib/components/ecocup/components/PageHeader/index.js +0 -66
- package/lib/components/ecocup/components/PageHeader/index.less +0 -31
- package/lib/components/ecocup/components/SearchBar/const.d.ts +0 -4
- package/lib/components/ecocup/components/SearchBar/const.js +0 -50
- package/lib/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
- package/lib/components/ecocup/components/SearchBar/hooks.js +0 -135
- package/lib/components/ecocup/components/SearchBar/index.d.ts +0 -14
- package/lib/components/ecocup/components/SearchBar/index.js +0 -226
- package/lib/components/ecocup/components/SearchBar/index.less +0 -88
- package/lib/components/ecocup/components/SettingModal/const.d.ts +0 -6
- package/lib/components/ecocup/components/SettingModal/const.js +0 -48
- package/lib/components/ecocup/components/SettingModal/index.d.ts +0 -9
- package/lib/components/ecocup/components/SettingModal/index.js +0 -199
- package/lib/components/ecocup/components/SettingModal/index.less +0 -9
- package/lib/components/ecocup/cupList/const.d.ts +0 -140
- package/lib/components/ecocup/cupList/const.js +0 -344
- package/lib/components/ecocup/cupList/hooks/index.d.ts +0 -4
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
- package/lib/components/ecocup/cupList/hooks/useColumns.js +0 -200
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
- package/lib/components/ecocup/cupList/hooks/useCupApi.js +0 -227
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
- package/lib/components/ecocup/cupList/hooks/useSummary.js +0 -83
- package/lib/components/ecocup/cupList/index.d.ts +0 -7
- package/lib/components/ecocup/cupList/index.js +0 -262
- package/lib/components/ecocup/cupList/index.less +0 -159
- package/lib/components/ecocup/cupProject/const.d.ts +0 -7
- package/lib/components/ecocup/cupProject/const.js +0 -65
- package/lib/components/ecocup/cupProject/index.d.ts +0 -3
- package/lib/components/ecocup/cupProject/index.js +0 -135
- package/lib/components/ecocup/cupProject/index.less +0 -41
- package/lib/components/ecocup/customerList/const.d.ts +0 -44
- package/lib/components/ecocup/customerList/const.js +0 -93
- package/lib/components/ecocup/customerList/hooks/index.d.ts +0 -3
- package/lib/components/ecocup/customerList/hooks/index.js +0 -32
- package/lib/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
- package/lib/components/ecocup/customerList/hooks/useColumns.js +0 -89
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.js +0 -56
- package/lib/components/ecocup/customerList/index.d.ts +0 -7
- package/lib/components/ecocup/customerList/index.js +0 -138
- package/lib/components/ecocup/customerList/index.less +0 -15
- package/lib/components/ecocup/hooks.d.ts +0 -57
- package/lib/components/ecocup/hooks.js +0 -169
- package/lib/components/ecocup/locales.d.ts +0 -653
- package/lib/components/ecocup/locales.js +0 -706
- package/lib/components/ecocup/types.d.ts +0 -103
- package/lib/components/ecocup/types.js +0 -57
- package/lib/components/ecocup/utils/download.d.ts +0 -7
- package/lib/components/ecocup/utils/download.js +0 -47
- package/lib/components/ecocup/utils/index.d.ts +0 -2
- package/lib/components/ecocup/utils/index.js +0 -42
- package/lib/components/ecocup/utils/scanListener.d.ts +0 -20
- package/lib/components/ecocup/utils/scanListener.js +0 -90
- package/lib/components/eftpos/const.d.ts +0 -64
- package/lib/components/eftpos/device.d.ts +0 -9
- package/lib/components/eftpos/hooks.d.ts +0 -33
- package/lib/components/eftpos/index.d.ts +0 -47
- package/lib/components/eftpos/locales.d.ts +0 -163
- package/lib/components/eftpos/table.d.ts +0 -21
- package/lib/components/eftposPay/app.d.ts +0 -11
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -4
- package/lib/components/eftposPay/component/fail/index.d.ts +0 -4
- package/lib/components/eftposPay/const.d.ts +0 -186
- package/lib/components/eftposPay/device.d.ts +0 -24
- package/lib/components/eftposPay/index.d.ts +0 -5
- package/lib/components/eftposPay/linkly/const.d.ts +0 -23
- package/lib/components/eftposPay/linkly/index.d.ts +0 -3
- package/lib/components/eftposPay/locales.d.ts +0 -572
- package/lib/components/eftposPay/manufacturer.d.ts +0 -7
- package/lib/components/eftposPay/pay.d.ts +0 -21
- package/lib/components/eftposPay/payo/config.d.ts +0 -13
- package/lib/components/eftposPay/payo/const.d.ts +0 -26
- package/lib/components/eftposPay/store/index.d.ts +0 -358
- package/lib/components/eftposPay/tyro/const.d.ts +0 -17
- package/lib/components/eftposPay/tyro/index.d.ts +0 -9
- package/lib/components/eftposPay/windcave/const.d.ts +0 -119
- package/lib/components/eftposPay/windcave/windcave.d.ts +0 -7
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +0 -61
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -10
- package/lib/components/eventBooking/locales.d.ts +0 -408
- package/lib/components/kioskSkuDetail/locales.d.ts +0 -48
- package/lib/components/login/locales.d.ts +0 -38
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +0 -13
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +0 -34
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +0 -107
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +0 -52
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +0 -81
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +0 -30
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -161
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
- package/lib/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
- package/lib/components/pay/toC/index.d.ts +0 -3
- package/lib/components/pay/toC/locales.d.ts +0 -626
- package/lib/components/pay/toC/model.d.ts +0 -41
- package/lib/components/pay/toC/serve.d.ts +0 -92
- package/lib/components/pay/toC/utils.d.ts +0 -62
- package/lib/components/pinModal/locales.d.ts +0 -43
- package/lib/components/pinVerifyModal/locales.d.ts +0 -38
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -3
- package/lib/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +0 -3
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -133
- package/lib/components/productExtension/locales.d.ts +0 -78
- package/lib/components/productSelect/components/TabProduct/index.d.ts +0 -3
- package/lib/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/lib/components/productSelect/components/productGroup/index.d.ts +0 -39
- package/lib/components/productSelect/locales.d.ts +0 -38
- package/lib/components/ruleSetting/locales.d.ts +0 -78
- package/lib/components/schedules/locales.d.ts +0 -143
- package/lib/components/shoppingCart/Provider.d.ts +0 -3
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -4
- package/lib/components/shoppingCart/components/Cart/index.d.ts +0 -4
- package/lib/components/shoppingCart/locales.d.ts +0 -53
- package/lib/components/shoppingCart/mock.d.ts +0 -40
- package/lib/components/shoppingCart/type.d.ts +0 -48
- package/lib/components/shoppingCart/utils.d.ts +0 -63
- package/lib/components/stepController/locales.d.ts +0 -43
- package/lib/components/subTotal/index.d.ts +0 -24
- package/lib/components/subTotal/locales.d.ts +0 -68
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -228
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -195
- package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -166
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +0 -210
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
- package/lib/components/systemSettings/registry/index.d.ts +0 -5
- package/lib/components/systemSettings/registry/locales.d.ts +0 -534
- package/lib/components/systemSettings/registry/services.d.ts +0 -97
- package/lib/components/systemSettings/registry/types.d.ts +0 -140
- package/lib/components/taxSelect/locales.d.ts +0 -38
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -10
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -7
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +0 -4
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -5
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +0 -13
- package/lib/components/ticketBooking/index.d.ts +0 -8
- package/lib/components/ticketBooking/locales.d.ts +0 -304
- package/lib/components/ticketBooking/serve.d.ts +0 -287
- package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -33
- package/lib/components/ticketBooking/utils/index.d.ts +0 -25
- package/lib/components/wallet/utils.d.ts +0 -48
- package/lib/components/walletList/index.d.ts +0 -4
- package/lib/components/walletList/locales.d.ts +0 -43
- package/lib/components/walletList/types/index.d.ts +0 -196
- package/lib/hooks/useEngineContext.d.ts +0 -11
- package/lib/hooks/useLocale.d.ts +0 -2
- package/lib/hooks/useThemeTokens.d.ts +0 -7
- package/lib/hooks/useThemeTokens.js +0 -40
- package/lib/hooks/useTranslationOriginal.d.ts +0 -1
- package/lib/hooks/useTranslationOriginal.js +0 -42
- package/lib/hooks/useWindowSize.d.ts +0 -5
- package/lib/index.d.ts +0 -79
- package/lib/plus/clientCard/index.d.ts +0 -7
- package/lib/plus/clientCard/index.js +0 -457
- package/lib/plus/clientCard/index.less +0 -515
- package/lib/plus/clientCard/line/index.d.ts +0 -9
- package/lib/plus/clientCard/line/index.js +0 -153
- package/lib/plus/clientCard/line/index.less +0 -142
- package/lib/plus/clientCard/locales.d.ts +0 -28
- package/lib/plus/clientCard/locales.js +0 -51
- package/lib/plus/clientCard/types.d.ts +0 -135
- package/lib/plus/clientCard/types.js +0 -17
- package/lib/plus/clientCard/utils.d.ts +0 -8
- package/lib/plus/clientCard/utils.js +0 -75
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
- package/lib/plus/clinetSearch/Add/BirthdayField/index.js +0 -256
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
- package/lib/plus/clinetSearch/Add/GenderField/index.js +0 -52
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
- package/lib/plus/clinetSearch/Add/PhoneField/index.js +0 -78
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/PhoneField/serve.js +0 -193
- package/lib/plus/clinetSearch/Add/index.d.ts +0 -18
- package/lib/plus/clinetSearch/Add/index.js +0 -244
- package/lib/plus/clinetSearch/Add/index.less +0 -30
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -235
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/lib/plus/clinetSearch/InfiniteScroll/index.js +0 -35
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/lib/plus/clinetSearch/InfiniteScroll/types.js +0 -17
- package/lib/plus/clinetSearch/index.d.ts +0 -18
- package/lib/plus/clinetSearch/index.js +0 -237
- package/lib/plus/clinetSearch/index.less +0 -95
- package/lib/plus/clinetSearch/locales.d.ts +0 -178
- package/lib/plus/clinetSearch/locales.js +0 -201
- package/lib/plus/clinetSearch/serve.d.ts +0 -1
- package/lib/plus/clinetSearch/types.d.ts +0 -70
- package/lib/plus/clinetSearch/types.js +0 -17
- package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
- package/lib/plus/contactInfo/locales.d.ts +0 -23
- package/lib/plus/contactInfoModal/locales.d.ts +0 -108
- package/lib/plus/orderList/components/BatchActionBar.d.ts +0 -9
- package/lib/plus/orderList/components/BatchActionBar.js +0 -567
- package/lib/plus/orderList/components/FilterList.d.ts +0 -8
- package/lib/plus/orderList/components/FilterList.js +0 -121
- package/lib/plus/orderList/components/HandleActions.d.ts +0 -6
- package/lib/plus/orderList/components/HandleActions.js +0 -52
- package/lib/plus/orderList/components/QuickFilter.d.ts +0 -5
- package/lib/plus/orderList/components/QuickFilter.js +0 -43
- package/lib/plus/orderList/components/Reset.d.ts +0 -7
- package/lib/plus/orderList/components/Reset.js +0 -58
- package/lib/plus/orderList/components/Toolbar.d.ts +0 -7
- package/lib/plus/orderList/components/Toolbar.js +0 -68
- package/lib/plus/orderList/config.d.ts +0 -155
- package/lib/plus/orderList/config.js +0 -764
- package/lib/plus/orderList/index.d.ts +0 -10
- package/lib/plus/orderList/index.js +0 -132
- package/lib/plus/orderList/index.less +0 -125
- package/lib/plus/orderList/locales.d.ts +0 -618
- package/lib/plus/orderList/locales.js +0 -737
- package/lib/plus/orderList/serve.d.ts +0 -42
- package/lib/plus/orderList/serve.js +0 -177
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.d.ts +0 -5
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.js +0 -339
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.less +0 -16
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +0 -14
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.js +0 -455
- package/lib/plus/pisellSalesGrid/hooks/useActions.d.ts +0 -19
- package/lib/plus/pisellSalesGrid/hooks/useActions.js +0 -545
- package/lib/plus/pisellSalesGrid/index.d.ts +0 -4
- package/lib/plus/pisellSalesGrid/index.js +0 -42
- package/lib/plus/pisellSalesGrid/locales.d.ts +0 -9
- package/lib/plus/pisellSalesGrid/locales.js +0 -29
- package/lib/plus/pisellSalesGrid/serve.d.ts +0 -19
- package/lib/plus/pisellSalesGrid/serve.js +0 -142
- package/lib/plus/pisellSalesGrid/types.d.ts +0 -170
- package/lib/plus/pisellSalesGrid/types.js +0 -17
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +0 -15
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.js +0 -253
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +0 -19
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.js +0 -193
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.d.ts +0 -9
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.js +0 -106
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +0 -185
- package/lib/plus/pisellSalesManagement/config/booking.js +0 -500
- package/lib/plus/pisellSalesManagement/config/index.d.ts +0 -2
- package/lib/plus/pisellSalesManagement/config/index.js +0 -43
- package/lib/plus/pisellSalesManagement/config/order.d.ts +0 -172
- package/lib/plus/pisellSalesManagement/config/order.js +0 -492
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +0 -15
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.js +0 -113
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +0 -2
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.js +0 -699
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +0 -2
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.js +0 -700
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +0 -5
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.js +0 -42
- package/lib/plus/pisellSalesManagement/index.d.ts +0 -10
- package/lib/plus/pisellSalesManagement/index.js +0 -113
- package/lib/plus/pisellSalesManagement/locales.d.ts +0 -303
- package/lib/plus/pisellSalesManagement/locales.js +0 -326
- package/lib/plus/pisellSalesManagement/serve.d.ts +0 -26
- package/lib/plus/pisellSalesManagement/serve.js +0 -120
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +0 -21
- package/lib/plus/productSelect/ProductCard/index.d.ts +0 -47
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
- package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +0 -12
- package/lib/plus/productSelect/index.d.ts +0 -32
- package/lib/plus/productSelect/locales.d.ts +0 -38
- package/lib/plus/saasAttendance/index.d.ts +0 -6
- package/lib/plus/saasAttendance/index.js +0 -39
- package/lib/plus/saasAttendance/locales.d.ts +0 -591
- package/lib/plus/saasAttendance/locales.js +0 -615
- package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/BasicInfoTab.js +0 -152
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.js +0 -88
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -369
- package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/PermissonTab.js +0 -128
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -107
- package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/lib/plus/saasAttendance/settings/components/MapField.js +0 -670
- package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/lib/plus/saasAttendance/settings/components/index.js +0 -42
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/components/membersField/index.js +0 -247
- package/lib/plus/saasAttendance/settings/components/membersField/index.less +0 -70
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -150
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.js +0 -447
- package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/index.js +0 -295
- package/lib/plus/saasAttendance/settings/index.less +0 -510
- package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/lib/plus/saasAttendance/settings/types.d.ts +0 -136
- package/lib/plus/saasAttendance/settings/types.js +0 -17
- package/lib/plus/saasCreateOrganization/locales.d.ts +0 -23
- package/lib/plus/saasLogin/locales.d.ts +0 -83
- package/lib/plus/saasRegister/locales.d.ts +0 -193
- package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/lib/plus/saasRole/components/PermissionManager/index.js +0 -159
- package/lib/plus/saasRole/components/PermissionManager/index.less +0 -71
- package/lib/plus/saasRole/index.d.ts +0 -14
- package/lib/plus/saasRole/index.js +0 -780
- package/lib/plus/saasRole/index.less +0 -196
- package/lib/plus/saasRole/locales.d.ts +0 -319
- package/lib/plus/saasRole/locales.js +0 -345
- package/lib/plus/saasRole/serve.d.ts +0 -72
- package/lib/plus/saasRole/serve.js +0 -100
- package/lib/plus/saasRole/types.d.ts +0 -177
- package/lib/plus/saasRole/types.js +0 -17
- package/lib/plus/saasRole/utils.d.ts +0 -0
- package/lib/plus/saasRole/utils.js +0 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -393
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -672
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
- package/lib/plus/saasTeamMembers/index.d.ts +0 -5
- package/lib/plus/saasTeamMembers/index.js +0 -448
- package/lib/plus/saasTeamMembers/index.less +0 -87
- package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
- package/lib/plus/saasTeamMembers/locales.js +0 -617
- package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
- package/lib/plus/saasTeamMembers/serve.js +0 -132
- package/lib/plus/saasTeamMembers/type.d.ts +0 -158
- package/lib/plus/saasTeamMembers/type.js +0 -17
- package/lib/plus/selectHolder/index.d.ts +0 -7
- package/lib/plus/selectHolder/locales.d.ts +0 -35
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -6
- package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +0 -11
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +0 -16
- package/lib/plus/skuOptionsSelection/index.d.ts +0 -5
- package/lib/plus/skuOptionsSelection/locales.d.ts +0 -53
- package/lib/plus/skuOptionsSelection/store/store.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/types.d.ts +0 -443
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +0 -19
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +0 -1
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +0 -1
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
- package/lib/plus/walletEditor/locales.d.ts +0 -223
- package/lib/plus/walletEditor/types.d.ts +0 -54
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -13
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
- package/lib/plus/walletPassGallery/index.d.ts +0 -11
- package/lib/plus/walletPassGallery/locales.d.ts +0 -483
- package/lib/plus/walletPassGallery/serve.d.ts +0 -245
- package/lib/plus/walletPassGallery/utils.d.ts +0 -48
- package/lib/pro/Cards/components/SKUCard/index.d.ts +0 -5
- package/lib/pro/Cards/components/SKUCard/locales.d.ts +0 -12
- package/lib/pro/Cards/components/SKUCard/locales.js +0 -35
- package/lib/pro/Cards/components/SKUCard/types.d.ts +0 -73
- package/lib/pro/Cards/components/SKUCard/types.js +0 -17
- package/lib/pro/Login2.0/Login2.d.ts +0 -61
- package/lib/pro/Login2.0/locales.d.ts +0 -908
- package/lib/pro/Login2.0/shared/types.d.ts +0 -234
- package/lib/pro/NumericStepper/index.d.ts +0 -73
- package/lib/pro/Selector/BatchSelectorDemo.d.ts +0 -3
- package/lib/pro/Selector/Item.d.ts +0 -14
- package/lib/pro/Selector/Selector.d.ts +0 -14
- package/lib/pro/Selector/SelectorGroup.d.ts +0 -11
- package/lib/pro/Selector/components/Card/index.d.ts +0 -57
- package/lib/pro/Selector/components/Indicator/index.d.ts +0 -20
- package/lib/pro/Selector/components/LayoutContainer/index.d.ts +0 -18
- package/lib/pro/Selector/components/LayoutContainer/index.less +0 -19
- package/lib/pro/Selector/components/Media/index.d.ts +0 -6
- package/lib/pro/Selector/demo.d.ts +0 -3
- package/lib/pro/Selector/hooks/usePresetItemProps.d.ts +0 -43
- package/lib/pro/Selector/hooks/usePresetProps.d.ts +0 -24
- package/lib/pro/Selector/locales.d.ts +0 -58
- package/lib/pro/Selector/types.d.ts +0 -223
- package/lib/pro/Selector/utils/index.d.ts +0 -49
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -64
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
- package/lib/pro/comprehensiveSearch/components/index.d.ts +0 -2
- package/lib/pro/comprehensiveSearch/components/index.js +0 -42
- package/lib/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
- package/lib/pro/comprehensiveSearch/components/searchSection/index.js +0 -154
- package/lib/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +0 -46
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -56
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -70
- package/lib/pro/comprehensiveSearch/index.d.ts +0 -7
- package/lib/pro/comprehensiveSearch/index.js +0 -190
- package/lib/pro/comprehensiveSearch/index.less +0 -196
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/lib/pro/comprehensiveSearch/locales.js +0 -46
- package/lib/pro/comprehensiveSearch/types.d.ts +0 -32
- package/lib/pro/comprehensiveSearch/types.js +0 -17
- package/lib/pro/keyboards/index.d.ts +0 -2
- package/lib/pro/keyboards/index.js +0 -39
- package/lib/pro/keyboards/locales.d.ts +0 -38
- package/lib/pro/keyboards/locales.js +0 -61
- package/lib/pro/keyboards/numberKeyboard/index.d.ts +0 -16
- package/lib/pro/keyboards/numberKeyboard/index.js +0 -400
- package/lib/pro/keyboards/numberKeyboard/index.less +0 -59
- package/lib/pro/keyboards/numberKeyboard/types.d.ts +0 -63
- package/lib/pro/keyboards/numberKeyboard/types.js +0 -17
- package/lib/pro/numberKeyboard/locales.d.ts +0 -18
- package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -13
- package/lib/pro/pisellPhoneKeyboard/index.js +0 -219
- package/lib/pro/pisellPhoneKeyboard/index.less +0 -157
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/lib/pro/pisellPhoneKeyboard/locales.js +0 -41
- package/lib/pro/skuDetailModal/index.d.ts +0 -4
- package/lowcode/client-card/fragments/cardStyle.ts +0 -63
- package/lowcode/client-card/fragments/nameStyle.ts +0 -34
- package/lowcode/client-card/fragments/pisellAvatar.ts +0 -87
- package/lowcode/client-card/fragments/tagConfig.ts +0 -88
- package/lowcode/client-card/meta.ts +0 -343
- package/lowcode/client-search/meta.ts +0 -316
- package/lowcode/eco-cup-list/meta.ts +0 -27
- package/lowcode/eco-customer-list/meta.ts +0 -27
- package/lowcode/ecocup-cup-list/meta.ts +0 -38
- package/lowcode/ecocup-cup-project/meta.ts +0 -35
- package/lowcode/ecocup-customer-list/meta.ts +0 -38
- package/lowcode/order-list/meta.ts +0 -87
- package/lowcode/pisell-sales-management/meta.ts +0 -88
- package/lowcode/saas-attendance-settings/meta.ts +0 -56
- package/lowcode/saas-role/meta.ts +0 -35
- package/lowcode/saas-team-members/meta.ts +0 -35
|
@@ -17,24 +17,19 @@ export default {
|
|
|
17
17
|
'tocPay.text.enterCVV': 'Please enter the CVV',
|
|
18
18
|
'tocPay.text.enterValidCVV': 'Please enter a valid CVV',
|
|
19
19
|
'tocPay.text.addCard': 'Add card',
|
|
20
|
-
'tocPay.text.secureCardPayment': 'Secure card payment',
|
|
21
20
|
'tocPay.text.creditorDebitCard': 'Card',
|
|
22
21
|
'tocPay.text.addCreditOrDebitCard': 'Add card',
|
|
23
|
-
'tocPay.text.cardNumber': 'Card
|
|
22
|
+
'tocPay.text.cardNumber': 'Card number',
|
|
24
23
|
'tocPay.text.incorrectCardNumber': 'Incorrect card number. Please try again.',
|
|
25
|
-
'tocPay.text.expiration': 'Expiration
|
|
24
|
+
'tocPay.text.expiration': 'Expiration',
|
|
26
25
|
'tocPay.text.incorrectExpiryDate': 'Incorrect expiry date.',
|
|
27
26
|
'tocPay.text.securityCode': 'Security code',
|
|
28
27
|
'tocPay.text.incorrectSecurityCode': 'Incorrect security code.',
|
|
29
28
|
'tocPay.text.cardholderName': 'Cardholder name',
|
|
30
29
|
'tocPay.text.enterEnglishName': 'Please enter only your first and last name in English, separated by a space.',
|
|
31
|
-
'tocPay.text.incorrectName': 'Full
|
|
32
|
-
'tocPay.text.saveCardForNextTime': 'Save card for
|
|
33
|
-
'tocPay.text.
|
|
34
|
-
'tocPay.text.secureBankInfo': 'Your card details are securely processed by certified payment providers. WE WILL NOT STORE YOUR CARD DETAILS.',
|
|
35
|
-
'tocPay.text.merchantAuthorizationBefore': 'By providing your card information, you allow Merchant ',
|
|
36
|
-
'tocPay.text.merchantAuthorizationAfter': ' to charge your card in accordance with their terms.',
|
|
37
|
-
'tocPay.text.threeDSecureProtection': 'Protected by 3D Secure authentication',
|
|
30
|
+
'tocPay.text.incorrectName': 'Full name on card.',
|
|
31
|
+
'tocPay.text.saveCardForNextTime': 'Save this card for next time?',
|
|
32
|
+
'tocPay.text.secureBankInfo': "Your bank card information is securely stored by professional financial institutions. By clicking 'Pay', you agree to the payment process.",
|
|
38
33
|
'tocPay.text.pay': 'Pay',
|
|
39
34
|
'tocPay.text.surcharge': 'Surcharge',
|
|
40
35
|
'tocPay.text.done': 'Done',
|
|
@@ -53,14 +48,6 @@ export default {
|
|
|
53
48
|
'tocPay.text.continuePay': 'Continue to pay',
|
|
54
49
|
'tocPay.text.leave': 'Leave',
|
|
55
50
|
'tocPay.text.getParamsFail': 'Failed to obtain payment parameters',
|
|
56
|
-
'tocPay.text.checkingCard': 'Checking your card...',
|
|
57
|
-
'tocPay.text.processingPayment': 'Processing your payment…',
|
|
58
|
-
'tocPay.text.securityCheckRequired': 'A security check may be required.',
|
|
59
|
-
'tocPay.text.doNotClosePage': 'Closing this page may interrupt the payment. Please wait.',
|
|
60
|
-
'tocPay.text.stopWaitingTitle': 'Are you sure you want to stop waiting?',
|
|
61
|
-
'tocPay.text.stopWaitingDesc': 'Your payment is still being processed and may still succeed.\nIf you stop waiting now, please check your order status before making a new payment to avoid being charged twice.',
|
|
62
|
-
'tocPay.text.continueWaiting': 'Continue Waiting',
|
|
63
|
-
'tocPay.text.viewOrder': 'View Order',
|
|
64
51
|
'tocPay.text.walletPass': 'Wallet Pass',
|
|
65
52
|
'tocPay.text.toUse': 'To use',
|
|
66
53
|
'tocPay.text.searchResult': 'Search result',
|
|
@@ -132,19 +119,7 @@ export default {
|
|
|
132
119
|
'tocPay.text.paymentFailed': 'Not paid yet, please check if the payment is successful',
|
|
133
120
|
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': 'We are verifying your payment. Please check your order status later.',
|
|
134
121
|
'tocPay.text.domestic': 'Domestic',
|
|
135
|
-
'tocPay.text.rest-of-world': 'Rest of world'
|
|
136
|
-
'tocPay.text.tdsErrorTitle': "This card can't complete the payment",
|
|
137
|
-
'tocPay.text.tdsErrorDesc': "The card issuer doesn't support the security verification required for this transaction (such as SMS code or approval in the bank app).\nFor your security, please use another card and try again.",
|
|
138
|
-
'tocPay.text.bankVerifyFailedTitle': 'Payment failed',
|
|
139
|
-
'tocPay.text.bankVerifyFailedDesc': "The bank wasn't able to approve the security check, so the payment couldn't be completed.\nYou can use another payment or use another card.",
|
|
140
|
-
'tocPay.text.useAnotherCard': 'Use another card',
|
|
141
|
-
'tocPay.text.useAnotherPayment': 'Use another payment',
|
|
142
|
-
'tocPay.text.payLater': 'Pay later',
|
|
143
|
-
'tocPay.text.paymentTroubleContact': function tocPayTextPaymentTroubleContact(phone, email) {
|
|
144
|
-
return "Having trouble paying? Contact us (".concat(phone, " ").concat(email, ")");
|
|
145
|
-
},
|
|
146
|
-
'tocPay.text.pendingPaymentDesc': 'Payment in progress. Please refresh the page to see the result.',
|
|
147
|
-
'tocPay.text.pendingPaymentOk': 'OK'
|
|
122
|
+
'tocPay.text.rest-of-world': 'Rest of world'
|
|
148
123
|
},
|
|
149
124
|
'zh-CN': {
|
|
150
125
|
'tocPay.text.checkout': '结账',
|
|
@@ -164,7 +139,6 @@ export default {
|
|
|
164
139
|
'tocPay.text.enterCVV': '请输入cvv',
|
|
165
140
|
'tocPay.text.enterValidCVV': '请输入正确的cvv',
|
|
166
141
|
'tocPay.text.addCard': '添加卡片',
|
|
167
|
-
'tocPay.text.secureCardPayment': '安全信用卡支付',
|
|
168
142
|
'tocPay.text.creditorDebitCard': '银行卡',
|
|
169
143
|
'tocPay.text.addCreditOrDebitCard': '添加卡片',
|
|
170
144
|
'tocPay.text.cardNumber': '卡号',
|
|
@@ -176,12 +150,8 @@ export default {
|
|
|
176
150
|
'tocPay.text.cardholderName': '持卡人姓名',
|
|
177
151
|
'tocPay.text.enterEnglishName': '请仅输入您的英文名字和姓氏,以空格键分隔。',
|
|
178
152
|
'tocPay.text.incorrectName': '请输入您的全名',
|
|
179
|
-
'tocPay.text.saveCardForNextTime': '
|
|
180
|
-
'tocPay.text.
|
|
181
|
-
'tocPay.text.secureBankInfo': '您的银行卡信息将由认证的支付服务商安全处理。我们不会存储您的银行卡信息。',
|
|
182
|
-
'tocPay.text.merchantAuthorizationBefore': '提交银行卡信息即表示您授权商户 ',
|
|
183
|
-
'tocPay.text.merchantAuthorizationAfter': ' 按其条款向您的银行卡发起扣款。',
|
|
184
|
-
'tocPay.text.threeDSecureProtection': '受 3D Secure 安全验证保护',
|
|
153
|
+
'tocPay.text.saveCardForNextTime': '保存此卡以便下次使用?',
|
|
154
|
+
'tocPay.text.secureBankInfo': "您的银行卡信息由银行等第三方专业金融机构保存,我们不会存储您的银行卡有效信息。点击“立即支付”表示您已知悉并同意继续支付流程。",
|
|
185
155
|
'tocPay.text.pay': '支付',
|
|
186
156
|
'tocPay.text.surcharge': '附加费',
|
|
187
157
|
'tocPay.text.done': '完成',
|
|
@@ -200,14 +170,6 @@ export default {
|
|
|
200
170
|
'tocPay.text.continuePay': '继续支付',
|
|
201
171
|
'tocPay.text.leave': '离开',
|
|
202
172
|
'tocPay.text.getParamsFail': '获取支付参数失败',
|
|
203
|
-
'tocPay.text.checkingCard': '正在检查您的卡片…',
|
|
204
|
-
'tocPay.text.processingPayment': '正在处理中…',
|
|
205
|
-
'tocPay.text.securityCheckRequired': '可能需要完成银行安全验证。',
|
|
206
|
-
'tocPay.text.doNotClosePage': '关闭页面可能导致支付中断,请稍候。',
|
|
207
|
-
'tocPay.text.stopWaitingTitle': '确定要停止等待吗?',
|
|
208
|
-
'tocPay.text.stopWaitingDesc': '支付仍在处理中,本次支付仍有可能成功。\n如果现在离开,请先查看订单状态后再进行支付,避免重复扣款。',
|
|
209
|
-
'tocPay.text.continueWaiting': '继续等待',
|
|
210
|
-
'tocPay.text.viewOrder': '查看订单',
|
|
211
173
|
'tocPay.text.walletPass': '钱包支付',
|
|
212
174
|
'tocPay.text.toUse': '去使用',
|
|
213
175
|
'tocPay.text.searchResult': '搜索结果',
|
|
@@ -278,19 +240,7 @@ export default {
|
|
|
278
240
|
'tocPay.text.paymentFailed': "未支付完成,请检查是否支付成功",
|
|
279
241
|
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': '我们正在确认您的支付状态,请稍后查看订单状态。',
|
|
280
242
|
'tocPay.text.domestic': '本国',
|
|
281
|
-
'tocPay.text.rest-of-world': '国外'
|
|
282
|
-
'tocPay.text.tdsErrorTitle': '当前银行卡无法完成支付',
|
|
283
|
-
'tocPay.text.tdsErrorDesc': '发卡行未支持本次支付所需的安全验证(例如短信验证码、银行 App 确认等)。\n为确保交易安全,请更换其他银行卡重试。',
|
|
284
|
-
'tocPay.text.bankVerifyFailedTitle': '支付失败',
|
|
285
|
-
'tocPay.text.bankVerifyFailedDesc': '银行未能完成本次安全验证,支付未成功。\n你可以使用其它支付方式或更换其他信用卡。',
|
|
286
|
-
'tocPay.text.useAnotherCard': '更换卡片',
|
|
287
|
-
'tocPay.text.useAnotherPayment': '使用其他支付方式',
|
|
288
|
-
'tocPay.text.payLater': '稍后支付',
|
|
289
|
-
'tocPay.text.paymentTroubleContact': function tocPayTextPaymentTroubleContact(phone, email) {
|
|
290
|
-
return "\u652F\u4ED8\u9047\u5230\u56F0\u96BE\uFF1F\u8054\u7CFB\u6211\u4EEC\uFF08".concat(phone, " ").concat(email, "\uFF09");
|
|
291
|
-
},
|
|
292
|
-
'tocPay.text.pendingPaymentDesc': '此订单有一笔支付正在处理中,请刷新页面获取支付结果。',
|
|
293
|
-
'tocPay.text.pendingPaymentOk': '好的'
|
|
243
|
+
'tocPay.text.rest-of-world': '国外'
|
|
294
244
|
},
|
|
295
245
|
'zh-HK': {
|
|
296
246
|
'tocPay.text.checkout': '結帳',
|
|
@@ -310,7 +260,6 @@ export default {
|
|
|
310
260
|
'tocPay.text.enterCVV': '請輸入cvv',
|
|
311
261
|
'tocPay.text.enterValidCVV': '請輸入正確的cvv',
|
|
312
262
|
'tocPay.text.addCard': '添加卡片',
|
|
313
|
-
'tocPay.text.secureCardPayment': '安全信用卡支付',
|
|
314
263
|
'tocPay.text.creditorDebitCard': '銀行卡',
|
|
315
264
|
'tocPay.text.addCreditOrDebitCard': '添加卡片',
|
|
316
265
|
'tocPay.text.cardNumber': '卡號',
|
|
@@ -322,12 +271,8 @@ export default {
|
|
|
322
271
|
'tocPay.text.cardholderName': '持卡人姓名',
|
|
323
272
|
'tocPay.text.enterEnglishName': '請僅輸入您的英文名字和姓氏,以空格鍵分隔。',
|
|
324
273
|
'tocPay.text.incorrectName': '請輸入您的全名',
|
|
325
|
-
'tocPay.text.saveCardForNextTime': '
|
|
326
|
-
'tocPay.text.
|
|
327
|
-
'tocPay.text.secureBankInfo': '您的銀行卡信息將由認證的支付服務商安全處理。我們不會存儲您的銀行卡信息。',
|
|
328
|
-
'tocPay.text.merchantAuthorizationBefore': '提交銀行卡信息即表示您授權商戶 ',
|
|
329
|
-
'tocPay.text.merchantAuthorizationAfter': ' 按其條款向您的銀行卡發起扣款。',
|
|
330
|
-
'tocPay.text.threeDSecureProtection': '受 3D Secure 安全驗證保護',
|
|
274
|
+
'tocPay.text.saveCardForNextTime': '保存此卡以便下次使用?',
|
|
275
|
+
'tocPay.text.secureBankInfo': "您的銀行卡信息由銀行等第三方專業金融機構保存,我們不會存儲您的銀行卡有效信息。點擊“立即支付”表示您已知悉並同意繼續支付流程。",
|
|
331
276
|
'tocPay.text.pay': '支付',
|
|
332
277
|
'tocPay.text.surcharge': '附加費',
|
|
333
278
|
'tocPay.text.done': '完成',
|
|
@@ -346,14 +291,6 @@ export default {
|
|
|
346
291
|
'tocPay.text.continuePay': '繼續支付',
|
|
347
292
|
'tocPay.text.leave': '離開',
|
|
348
293
|
'tocPay.text.getParamsFail': '取得支付參數失敗',
|
|
349
|
-
'tocPay.text.checkingCard': '正在檢查您的卡片…',
|
|
350
|
-
'tocPay.text.processingPayment': '正在處理中…',
|
|
351
|
-
'tocPay.text.securityCheckRequired': '可能需要完成銀行安全驗證。',
|
|
352
|
-
'tocPay.text.doNotClosePage': '關閉頁面可能導致支付中斷,請稍候。',
|
|
353
|
-
'tocPay.text.stopWaitingTitle': '確定要停止等待嗎?',
|
|
354
|
-
'tocPay.text.stopWaitingDesc': '支付仍在處理中,本次支付仍有可能成功。\n如果現在離開,請先查看訂單狀態後再進行支付,避免重複扣款。',
|
|
355
|
-
'tocPay.text.continueWaiting': '繼續等待',
|
|
356
|
-
'tocPay.text.viewOrder': '查看訂單',
|
|
357
294
|
'tocPay.text.walletPass': '錢包支付',
|
|
358
295
|
'tocPay.text.toUse': '去使用',
|
|
359
296
|
'tocPay.text.searchResult': '搜索結果',
|
|
@@ -424,312 +361,6 @@ export default {
|
|
|
424
361
|
'tocPay.text.paymentFailed': "未支付完成,请检查是否支付成功",
|
|
425
362
|
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': '我們正在確認您的支付狀態,請稍後查看訂單狀態。',
|
|
426
363
|
'tocPay.text.domestic': '本國',
|
|
427
|
-
'tocPay.text.rest-of-world': '國外'
|
|
428
|
-
'tocPay.text.tdsErrorTitle': '當前銀行卡無法完成支付',
|
|
429
|
-
'tocPay.text.tdsErrorDesc': '發卡行未支持本次支付所需的安全驗證(例如短信驗證碼、銀行 App 確認等)。\n為確保交易安全,請更換其他銀行卡重試。',
|
|
430
|
-
'tocPay.text.bankVerifyFailedTitle': '支付失敗',
|
|
431
|
-
'tocPay.text.bankVerifyFailedDesc': '銀行未能完成本次安全驗證,支付未成功。\n你可以使用其它支付方式或更換其他信用卡。',
|
|
432
|
-
'tocPay.text.useAnotherCard': '更換卡片',
|
|
433
|
-
'tocPay.text.useAnotherPayment': '使用其他支付方式',
|
|
434
|
-
'tocPay.text.payLater': '稍後支付',
|
|
435
|
-
'tocPay.text.paymentTroubleContact': function tocPayTextPaymentTroubleContact(phone, email) {
|
|
436
|
-
return "\u652F\u4ED8\u9047\u5230\u56F0\u96E3\uFF1F\u806F\u7E6B\u6211\u5011\uFF08".concat(phone, " ").concat(email, "\uFF09");
|
|
437
|
-
},
|
|
438
|
-
'tocPay.text.pendingPaymentDesc': '此訂單有一筆支付正在處理中,請刷新頁面獲取支付結果。',
|
|
439
|
-
'tocPay.text.pendingPaymentOk': '好的'
|
|
440
|
-
},
|
|
441
|
-
ja: {
|
|
442
|
-
'tocPay.text.checkout': 'チェックアウト',
|
|
443
|
-
'tocPay.text.total': '合計',
|
|
444
|
-
'tocPay.text.completePaymentIn': '支払いを完了',
|
|
445
|
-
'tocPay.text.paymentInstruction': '支払い説明',
|
|
446
|
-
'tocPay.text.serviceCharge': '手数料',
|
|
447
|
-
'tocPay.text.noAvailablePaymentMethods': '現在の店舗で利用可能な支払い方法がありません',
|
|
448
|
-
'tocPay.text.paymentMethod': '支払い方法',
|
|
449
|
-
'tocPay.text.connectingApplePay': 'Apple Payに接続中、お待ちください...',
|
|
450
|
-
'tocPay.text.connectingGooglePay': 'Google Payに接続中、お待ちください...',
|
|
451
|
-
'tocPay.text.enterName': 'お名前を入力してください',
|
|
452
|
-
'tocPay.text.enterValidName': '有効な名前を入力してください',
|
|
453
|
-
'tocPay.text.enterCardNumber': 'カード番号を入力してください',
|
|
454
|
-
'tocPay.text.enterValidCardNumber': '有効なカード番号を入力してください',
|
|
455
|
-
'tocPay.text.enterExpirationDate': '有効期限を入力してください',
|
|
456
|
-
'tocPay.text.enterCVV': 'CVVを入力してください',
|
|
457
|
-
'tocPay.text.enterValidCVV': '有効なCVVを入力してください',
|
|
458
|
-
'tocPay.text.addCard': 'カードを追加',
|
|
459
|
-
'tocPay.text.secureCardPayment': '安全なカード支払い',
|
|
460
|
-
'tocPay.text.creditorDebitCard': 'カード',
|
|
461
|
-
'tocPay.text.addCreditOrDebitCard': 'カードを追加',
|
|
462
|
-
'tocPay.text.cardNumber': 'カード番号',
|
|
463
|
-
'tocPay.text.incorrectCardNumber': 'カード番号が正しくありません。もう一度お試しください。',
|
|
464
|
-
'tocPay.text.expiration': '有効期限',
|
|
465
|
-
'tocPay.text.incorrectExpiryDate': '有効期限が正しくありません。',
|
|
466
|
-
'tocPay.text.securityCode': 'セキュリティコード',
|
|
467
|
-
'tocPay.text.incorrectSecurityCode': 'セキュリティコードが正しくありません。',
|
|
468
|
-
'tocPay.text.cardholderName': 'カード名義人',
|
|
469
|
-
'tocPay.text.enterEnglishName': '英語で名前と姓のみを入力してください。スペースで区切ってください。',
|
|
470
|
-
'tocPay.text.incorrectName': 'カードのフルネーム',
|
|
471
|
-
'tocPay.text.saveCardForNextTime': '次回の迅速な支払いのためにカードを保存',
|
|
472
|
-
'tocPay.text.saveCardEncryption': '(カード情報は暗号化により安全に保存されます。)',
|
|
473
|
-
'tocPay.text.secureBankInfo': 'カード情報は認定された決済プロバイダーによって安全に処理されます。カード情報を保存することはありません。',
|
|
474
|
-
'tocPay.text.merchantAuthorizationBefore': 'カード情報を提供することにより、加盟店 ',
|
|
475
|
-
'tocPay.text.merchantAuthorizationAfter': ' がその規約に従ってカードに課金することを許可します。',
|
|
476
|
-
'tocPay.text.threeDSecureProtection': '3D Secure認証で保護されています',
|
|
477
|
-
'tocPay.text.pay': '支払う',
|
|
478
|
-
'tocPay.text.surcharge': '追加料金',
|
|
479
|
-
'tocPay.text.done': '完了',
|
|
480
|
-
'tocPay.text.manageCard': 'カードを管理',
|
|
481
|
-
'tocPay.text.waitingForBankVerification': '銀行の確認を待機中です。5〜10秒お待ちください。カード発行銀行の確認ページにリダイレクトされる場合があります。',
|
|
482
|
-
'tocPay.text.successBack': '支払いが完了しました。注文に戻る',
|
|
483
|
-
'tocPay.text.redirectingToAlipay': 'Alipayにリダイレクト中、お待ちください...',
|
|
484
|
-
'tocPay.text.redirectingToPaypal': 'Paypalにリダイレクト中、お待ちください...',
|
|
485
|
-
'tocPay.text.redirectingToWeChatPay': 'WeChat Payにリダイレクト中、お待ちください...',
|
|
486
|
-
'tocPay.text.submit': '送信',
|
|
487
|
-
'tocPay.text.clickSubmitToComplete': '完了するには下部の「送信」ボタンをクリックしてください',
|
|
488
|
-
'tocPay.text.noExtraPayNeeded': '追加の支払いは不要です',
|
|
489
|
-
'tocPay.text.continuePayment': '支払いを続行:',
|
|
490
|
-
'tocPay.text.prompt': '通知',
|
|
491
|
-
'tocPay.text.confirmLeave': '本当に離れますか?',
|
|
492
|
-
'tocPay.text.continuePay': '支払いを続行',
|
|
493
|
-
'tocPay.text.leave': '離れる',
|
|
494
|
-
'tocPay.text.getParamsFail': '支払いパラメータの取得に失敗しました',
|
|
495
|
-
'tocPay.text.checkingCard': 'カードを確認しています…',
|
|
496
|
-
'tocPay.text.processingPayment': 'お支払いを処理中…',
|
|
497
|
-
'tocPay.text.securityCheckRequired': 'セキュリティチェックが必要になる場合があります。',
|
|
498
|
-
'tocPay.text.doNotClosePage': 'ページを閉じると支払いが中断される可能性があります。お待ちください。',
|
|
499
|
-
'tocPay.text.stopWaitingTitle': '待機を停止してもよろしいですか?',
|
|
500
|
-
'tocPay.text.stopWaitingDesc': 'お支払いはまだ処理中であり、成功する可能性があります。\n今離れる場合は、二重請求を避けるため、新しい支払いを行う前に注文ステータスをご確認ください。',
|
|
501
|
-
'tocPay.text.continueWaiting': '待機を続ける',
|
|
502
|
-
'tocPay.text.viewOrder': '注文を表示',
|
|
503
|
-
'tocPay.text.walletPass': 'ウォレットパス',
|
|
504
|
-
'tocPay.text.toUse': '使用する',
|
|
505
|
-
'tocPay.text.searchResult': '検索結果',
|
|
506
|
-
'tocPay.text.select': '選択',
|
|
507
|
-
'tocPay.text.couponCodesAdded': 'コードが追加されました',
|
|
508
|
-
'tocPay.text.redeem': '引き換える',
|
|
509
|
-
'tocPay.text.howToPay': 'どのように支払いますか?',
|
|
510
|
-
'tocPay.text.congrats': 'おめでとうございます、',
|
|
511
|
-
'tocPay.text.creditHaveBeen': 'クレジットが適用され、支払額が減額されました。',
|
|
512
|
-
'tocPay.text.walletPassCodesTitle': '手元にコードはありますか?',
|
|
513
|
-
'tocPay.text.scanBarQrCode': 'バーコード/QRコードをスキャン',
|
|
514
|
-
'tocPay.text.enterCodes': 'コードを入力',
|
|
515
|
-
'tocPay.text.searchDescribe': 'コードまたはエンコードを入力してください',
|
|
516
|
-
'tocPay.text.walletPassEmpty': function tocPayTextWalletPassEmpty(walletName) {
|
|
517
|
-
return "".concat(walletName, "\u306A\u3057");
|
|
518
|
-
},
|
|
519
|
-
'tocPay.text.walletPassDisabled': '無効',
|
|
520
|
-
'tocPay.text.walletPassPermanent': '永続',
|
|
521
|
-
'tocPay.text.walletPassCompleteTitle': '完了するには下部の「送信」ボタンをクリックしてください',
|
|
522
|
-
'tocPay.text.walletPassNoExtraPay': '追加の支払いは不要です',
|
|
523
|
-
'tocPay.text.walletCanPay': 'ウォレットパスの残高またはその他の適格なバウチャータイプを使用して支払うことができます。',
|
|
524
|
-
'tocPay.text.paymentInstructions': '説明',
|
|
525
|
-
'tocPay.text.walletSearchEmpty': '結果が見つかりませんでした。',
|
|
526
|
-
'tocPay.text.detectIncognitoConfirm': '現在プライベートモードです。ウォレット支払いが成功しない可能性があります。リンクをコピーして、非プライベートブラウジングタブで支払いを続行してください。',
|
|
527
|
-
'tocPay.text.copyLink': 'リンクをコピー',
|
|
528
|
-
'tocPay.text.copySuccess': 'コピー成功',
|
|
529
|
-
'tocPay.text.walletName': function tocPayTextWalletName(shopName) {
|
|
530
|
-
return "".concat(shopName, "\u306E\u30A6\u30A9\u30EC\u30C3\u30C8");
|
|
531
|
-
},
|
|
532
|
-
'tocPay.text.bestValueFound': 'あなたに最適なウォレットの組み合わせ!',
|
|
533
|
-
'tocPay.text.welcomeToUseWalletPass': function tocPayTextWelcomeToUseWalletPass(walletName) {
|
|
534
|
-
return "".concat(walletName, "\u306E\u3054\u5229\u7528\u3092\u6B53\u8FCE\u3057\u307E\u3059");
|
|
535
|
-
},
|
|
536
|
-
'tocPay.text.totalSavings': '合計節約額',
|
|
537
|
-
'tocPay.text.bestCombination': function tocPayTextBestCombination(walletName) {
|
|
538
|
-
return "\u5229\u7528\u53EF\u80FD\u306A".concat(walletName, "\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u6700\u9069\u306A\u7D44\u307F\u5408\u308F\u305B");
|
|
539
|
-
},
|
|
540
|
-
'tocPay.text.recommended': '推奨',
|
|
541
|
-
'tocPay.text.edit': '編集',
|
|
542
|
-
'tocPay.text.confirm': '確認',
|
|
543
|
-
'tocPay.text.unusedAndContinueToPayment': '未使用で支払いを続行',
|
|
544
|
-
'tocPay.text.walletPassAvailable': function tocPayTextWalletPassAvailable(walletName) {
|
|
545
|
-
return "\u6709\u52B9\u306A".concat(walletName, "\u304C\u3042\u308A\u307E\u305B\u3093");
|
|
546
|
-
},
|
|
547
|
-
'tocPay.text.useWalletPass': function tocPayTextUseWalletPass(walletName) {
|
|
548
|
-
return "".concat(walletName, "\u306B\u79FB\u52D5");
|
|
549
|
-
},
|
|
550
|
-
'tocPay.text.useWalletPassAdd': function tocPayTextUseWalletPassAdd(walletName) {
|
|
551
|
-
return "".concat(walletName, "\u306B\u79FB\u52D5");
|
|
552
|
-
},
|
|
553
|
-
'tocPay.text.editWalletPass': function tocPayTextEditWalletPass(walletName) {
|
|
554
|
-
return "\u7D44\u307F\u5408\u308F\u305B\u3092\u5909\u66F4";
|
|
555
|
-
},
|
|
556
|
-
'tocPay.text.skipAndContinueToPayment': 'スキップして支払いを続行',
|
|
557
|
-
'tocPay.text.youMightHaveAnEligibleWalletPass': function tocPayTextYouMightHaveAnEligibleWalletPass(walletName) {
|
|
558
|
-
return "\u9069\u683C\u306A".concat(walletName, "\u3092\u304A\u6301\u3061\u306E\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059");
|
|
559
|
-
},
|
|
560
|
-
'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': 'ポイントカード、チャージ可能なカード、またはバウチャーがあるか確認してください',
|
|
561
|
-
'tocPay.text.addPointsCard': "手元にポイントカード、チャージ可能なカード、またはバウチャーがある場合は追加してください。",
|
|
562
|
-
'tocPay.text.hasNoWalletPassAmount': 'ポイントカード、チャージ可能なカード、またはバウチャーオプションを表示',
|
|
563
|
-
'tocPay.text.multipleSelectionAvailable': '複数選択可能',
|
|
564
|
-
'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': function tocPayTextYouCanSelectMultipleWalletPassesToCombineForPayment(walletName) {
|
|
565
|
-
return "\u8907\u6570\u306E".concat(walletName, "\u3092\u9078\u629E\u3057\u3066\u7D44\u307F\u5408\u308F\u305B\u3066\u652F\u6255\u3046\u3053\u3068\u304C\u3067\u304D\u307E\u3059");
|
|
566
|
-
},
|
|
567
|
-
'tocPay.text.bestValueCombination': '最高価値の組み合わせ',
|
|
568
|
-
'tocPay.text.viewDetail': '詳細を表示',
|
|
569
|
-
'tocPay.text.returnAndSelectOtherPaymentMethod': '戻る / 別の支払い方法を選択',
|
|
570
|
-
'tocPay.text.paymentCompletedAndViewOrder': '支払い完了 / 注文を表示',
|
|
571
|
-
'tocPay.text.paymentFailed': 'まだ支払われていません。支払いが成功したか確認してください',
|
|
572
|
-
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': '支払いを確認中です。後で注文ステータスを確認してください。',
|
|
573
|
-
'tocPay.text.domestic': '国内',
|
|
574
|
-
'tocPay.text.rest-of-world': '海外',
|
|
575
|
-
'tocPay.text.tdsErrorTitle': 'このカードではお支払いを完了できません',
|
|
576
|
-
'tocPay.text.tdsErrorDesc': 'カード発行会社が、この取引に必要なセキュリティ認証(SMSコードや銀行アプリでの承認など)に対応していません。\nセキュリティのため、別のカードをご利用のうえ再度お試しください。',
|
|
577
|
-
'tocPay.text.bankVerifyFailedTitle': 'お支払いに失敗しました',
|
|
578
|
-
'tocPay.text.bankVerifyFailedDesc': '銀行がセキュリティチェックを承認できなかったため、支払いを完了できませんでした。\n別の支払い方法を使用するか、別のカードをご利用ください。',
|
|
579
|
-
'tocPay.text.useAnotherCard': '別のカードを使用',
|
|
580
|
-
'tocPay.text.useAnotherPayment': '別の支払い方法を使用',
|
|
581
|
-
'tocPay.text.payLater': '後で支払う',
|
|
582
|
-
'tocPay.text.paymentTroubleContact': function tocPayTextPaymentTroubleContact(phone, email) {
|
|
583
|
-
return "\u304A\u652F\u6255\u3044\u3067\u304A\u56F0\u308A\u3067\u3059\u304B\uFF1F\u304A\u554F\u3044\u5408\u308F\u305B\u304F\u3060\u3055\u3044\uFF08".concat(phone, " ").concat(email, "\uFF09");
|
|
584
|
-
},
|
|
585
|
-
'tocPay.text.pendingPaymentDesc': 'この注文には処理中の支払いがあります。ページを更新して支払い結果をご確認ください。',
|
|
586
|
-
'tocPay.text.pendingPaymentOk': 'OK'
|
|
587
|
-
},
|
|
588
|
-
pt: {
|
|
589
|
-
'tocPay.text.checkout': 'Checkout',
|
|
590
|
-
'tocPay.text.total': 'Total',
|
|
591
|
-
'tocPay.text.completePaymentIn': 'Complete o pagamento em',
|
|
592
|
-
'tocPay.text.paymentInstruction': 'Instruções de pagamento',
|
|
593
|
-
'tocPay.text.serviceCharge': 'Taxa de serviço',
|
|
594
|
-
'tocPay.text.noAvailablePaymentMethods': 'Nenhum método de pagamento disponível para a loja atual',
|
|
595
|
-
'tocPay.text.paymentMethod': 'Método de pagamento',
|
|
596
|
-
'tocPay.text.connectingApplePay': 'Conectando ao Apple Pay, aguarde...',
|
|
597
|
-
'tocPay.text.connectingGooglePay': 'Conectando ao Google Pay, aguarde...',
|
|
598
|
-
'tocPay.text.enterName': 'Por favor, insira seu nome',
|
|
599
|
-
'tocPay.text.enterValidName': 'Por favor, insira um nome válido',
|
|
600
|
-
'tocPay.text.enterCardNumber': 'Por favor, insira o número do cartão',
|
|
601
|
-
'tocPay.text.enterValidCardNumber': 'Por favor, insira um número de cartão válido',
|
|
602
|
-
'tocPay.text.enterExpirationDate': 'Por favor, insira a data de validade',
|
|
603
|
-
'tocPay.text.enterCVV': 'Por favor, insira o CVV',
|
|
604
|
-
'tocPay.text.enterValidCVV': 'Por favor, insira um CVV válido',
|
|
605
|
-
'tocPay.text.addCard': 'Adicionar cartão',
|
|
606
|
-
'tocPay.text.secureCardPayment': 'Pagamento seguro com cartão',
|
|
607
|
-
'tocPay.text.creditorDebitCard': 'Cartão',
|
|
608
|
-
'tocPay.text.addCreditOrDebitCard': 'Adicionar cartão',
|
|
609
|
-
'tocPay.text.cardNumber': 'Número do cartão',
|
|
610
|
-
'tocPay.text.incorrectCardNumber': 'Número do cartão incorreto. Por favor, tente novamente.',
|
|
611
|
-
'tocPay.text.expiration': 'Validade',
|
|
612
|
-
'tocPay.text.incorrectExpiryDate': 'Data de validade incorreta.',
|
|
613
|
-
'tocPay.text.securityCode': 'Código de segurança',
|
|
614
|
-
'tocPay.text.incorrectSecurityCode': 'Código de segurança incorreto.',
|
|
615
|
-
'tocPay.text.cardholderName': 'Nome do portador do cartão',
|
|
616
|
-
'tocPay.text.enterEnglishName': 'Por favor, insira apenas seu primeiro e último nome em inglês, separados por um espaço.',
|
|
617
|
-
'tocPay.text.incorrectName': 'Nome completo no cartão.',
|
|
618
|
-
'tocPay.text.saveCardForNextTime': 'Salvar cartão para checkout mais rápido na próxima vez',
|
|
619
|
-
'tocPay.text.saveCardEncryption': '(Seu cartão será armazenado com segurança com criptografia.)',
|
|
620
|
-
'tocPay.text.secureBankInfo': 'Os dados do seu cartão são processados com segurança por provedores de pagamento certificados. NÃO ARMAZENAREMOS OS DADOS DO SEU CARTÃO.',
|
|
621
|
-
'tocPay.text.merchantAuthorizationBefore': 'Ao fornecer as informações do seu cartão, você permite que o Comerciante ',
|
|
622
|
-
'tocPay.text.merchantAuthorizationAfter': ' cobre seu cartão de acordo com seus termos.',
|
|
623
|
-
'tocPay.text.threeDSecureProtection': 'Protegido por autenticação 3D Secure',
|
|
624
|
-
'tocPay.text.pay': 'Pagar',
|
|
625
|
-
'tocPay.text.surcharge': 'Taxa adicional',
|
|
626
|
-
'tocPay.text.done': 'Concluído',
|
|
627
|
-
'tocPay.text.manageCard': 'Gerenciar cartão',
|
|
628
|
-
'tocPay.text.waitingForBankVerification': 'Aguardando verificação bancária, aguarde 5-10 segundos. Você pode ser redirecionado para a página de verificação do banco emissor do cartão para autorizar este pagamento.',
|
|
629
|
-
'tocPay.text.successBack': 'Pagamento concluído, retornar ao pedido',
|
|
630
|
-
'tocPay.text.redirectingToAlipay': 'Redirecionando para Alipay, aguarde...',
|
|
631
|
-
'tocPay.text.redirectingToPaypal': 'Redirecionando para Paypal, aguarde...',
|
|
632
|
-
'tocPay.text.redirectingToWeChatPay': 'Redirecionando para WeChat Pay, aguarde...',
|
|
633
|
-
'tocPay.text.submit': 'Enviar',
|
|
634
|
-
'tocPay.text.clickSubmitToComplete': 'Por favor, clique no botão "Enviar" na parte inferior para concluir',
|
|
635
|
-
'tocPay.text.noExtraPayNeeded': 'Nenhum pagamento extra necessário',
|
|
636
|
-
'tocPay.text.continuePayment': 'Continuar pagamento:',
|
|
637
|
-
'tocPay.text.prompt': 'Aviso',
|
|
638
|
-
'tocPay.text.confirmLeave': 'Tem certeza de que deseja sair?',
|
|
639
|
-
'tocPay.text.continuePay': 'Continuar a pagar',
|
|
640
|
-
'tocPay.text.leave': 'Sair',
|
|
641
|
-
'tocPay.text.getParamsFail': 'Falha ao obter parâmetros de pagamento',
|
|
642
|
-
'tocPay.text.checkingCard': 'Verificando seu cartão...',
|
|
643
|
-
'tocPay.text.processingPayment': 'Processando seu pagamento…',
|
|
644
|
-
'tocPay.text.securityCheckRequired': 'Uma verificação de segurança pode ser necessária.',
|
|
645
|
-
'tocPay.text.doNotClosePage': 'Fechar esta página pode interromper o pagamento. Por favor, aguarde.',
|
|
646
|
-
'tocPay.text.stopWaitingTitle': 'Tem certeza de que deseja parar de aguardar?',
|
|
647
|
-
'tocPay.text.stopWaitingDesc': 'Seu pagamento ainda está sendo processado e ainda pode ser bem-sucedido.\nSe você parar de aguardar agora, verifique o status do seu pedido antes de fazer um novo pagamento para evitar cobranças duplicadas.',
|
|
648
|
-
'tocPay.text.continueWaiting': 'Continuar Aguardando',
|
|
649
|
-
'tocPay.text.viewOrder': 'Ver Pedido',
|
|
650
|
-
'tocPay.text.walletPass': 'Carteira Digital',
|
|
651
|
-
'tocPay.text.toUse': 'Para usar',
|
|
652
|
-
'tocPay.text.searchResult': 'Resultado da pesquisa',
|
|
653
|
-
'tocPay.text.select': 'Selecionar',
|
|
654
|
-
'tocPay.text.couponCodesAdded': 'Códigos adicionados',
|
|
655
|
-
'tocPay.text.redeem': 'Resgatar',
|
|
656
|
-
'tocPay.text.howToPay': 'Como você gostaria de pagar?',
|
|
657
|
-
'tocPay.text.congrats': 'Parabéns,',
|
|
658
|
-
'tocPay.text.creditHaveBeen': 'crédito foi aplicado para reduzir o valor devido.',
|
|
659
|
-
'tocPay.text.walletPassCodesTitle': 'Você tem algum código em mãos?',
|
|
660
|
-
'tocPay.text.scanBarQrCode': 'Escanear código de barras/QR',
|
|
661
|
-
'tocPay.text.enterCodes': 'Inserir códigos',
|
|
662
|
-
'tocPay.text.searchDescribe': 'Por favor, insira o código ou codifique',
|
|
663
|
-
'tocPay.text.walletPassEmpty': function tocPayTextWalletPassEmpty(walletName) {
|
|
664
|
-
return "Sem ".concat(walletName);
|
|
665
|
-
},
|
|
666
|
-
'tocPay.text.walletPassDisabled': 'Desabilitado',
|
|
667
|
-
'tocPay.text.walletPassPermanent': 'Permanente',
|
|
668
|
-
'tocPay.text.walletPassCompleteTitle': 'Por favor, clique no botão "Enviar" na parte inferior para concluir',
|
|
669
|
-
'tocPay.text.walletPassNoExtraPay': 'Nenhum pagamento extra necessário',
|
|
670
|
-
'tocPay.text.walletCanPay': 'Você pode usar o saldo em sua carteira digital ou outros tipos de vale elegíveis para pagar.',
|
|
671
|
-
'tocPay.text.paymentInstructions': 'Instruções',
|
|
672
|
-
'tocPay.text.walletSearchEmpty': 'Nenhum resultado encontrado.',
|
|
673
|
-
'tocPay.text.detectIncognitoConfirm': 'Você está atualmente no modo privado, o pagamento com carteira pode não ter sucesso. Por favor, copie o link e continue o pagamento em uma aba de navegação não privada.',
|
|
674
|
-
'tocPay.text.copyLink': 'Copiar link',
|
|
675
|
-
'tocPay.text.copySuccess': 'Cópia Bem-sucedida',
|
|
676
|
-
'tocPay.text.walletName': function tocPayTextWalletName(shopName) {
|
|
677
|
-
return "Carteira de ".concat(shopName);
|
|
678
|
-
},
|
|
679
|
-
'tocPay.text.bestValueFound': 'Melhor combinação de carteira para você!',
|
|
680
|
-
'tocPay.text.welcomeToUseWalletPass': function tocPayTextWelcomeToUseWalletPass(walletName) {
|
|
681
|
-
return "Bem-vindo ao uso de ".concat(walletName);
|
|
682
|
-
},
|
|
683
|
-
'tocPay.text.totalSavings': 'Economia total',
|
|
684
|
-
'tocPay.text.bestCombination': function tocPayTextBestCombination(walletName) {
|
|
685
|
-
return "Melhor combina\xE7\xE3o de suas op\xE7\xF5es dispon\xEDveis de ".concat(walletName);
|
|
686
|
-
},
|
|
687
|
-
'tocPay.text.recommended': 'Recomendado',
|
|
688
|
-
'tocPay.text.edit': 'Editar',
|
|
689
|
-
'tocPay.text.confirm': 'Confirmar',
|
|
690
|
-
'tocPay.text.unusedAndContinueToPayment': 'Não usado e continuar para pagamento',
|
|
691
|
-
'tocPay.text.walletPassAvailable': function tocPayTextWalletPassAvailable(walletName) {
|
|
692
|
-
return "Voc\xEA n\xE3o tem ".concat(walletName, " v\xE1lido");
|
|
693
|
-
},
|
|
694
|
-
'tocPay.text.useWalletPass': function tocPayTextUseWalletPass(walletName) {
|
|
695
|
-
return "Ir para ".concat(walletName);
|
|
696
|
-
},
|
|
697
|
-
'tocPay.text.useWalletPassAdd': function tocPayTextUseWalletPassAdd(walletName) {
|
|
698
|
-
return "Ir para ".concat(walletName);
|
|
699
|
-
},
|
|
700
|
-
'tocPay.text.editWalletPass': function tocPayTextEditWalletPass(walletName) {
|
|
701
|
-
return "Alterar Combina\xE7\xE3o";
|
|
702
|
-
},
|
|
703
|
-
'tocPay.text.skipAndContinueToPayment': 'Pular e continuar para pagamento',
|
|
704
|
-
'tocPay.text.youMightHaveAnEligibleWalletPass': function tocPayTextYouMightHaveAnEligibleWalletPass(walletName) {
|
|
705
|
-
return "Voc\xEA pode ter um ".concat(walletName, " eleg\xEDvel");
|
|
706
|
-
},
|
|
707
|
-
'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': 'Verifique se você tem Cartão de Pontos, Cartão Recarregável ou Vales para usar',
|
|
708
|
-
'tocPay.text.addPointsCard': "Adicione cartão de pontos, cartão recarregável ou vales se tiver algum em mãos.",
|
|
709
|
-
'tocPay.text.hasNoWalletPassAmount': 'Visualizar opções de cartão de pontos, cartão recarregável ou vales',
|
|
710
|
-
'tocPay.text.multipleSelectionAvailable': 'Seleção múltipla disponível',
|
|
711
|
-
'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': function tocPayTextYouCanSelectMultipleWalletPassesToCombineForPayment(walletName) {
|
|
712
|
-
return "Voc\xEA pode selecionar m\xFAltiplos ".concat(walletName, " para combinar para pagamento");
|
|
713
|
-
},
|
|
714
|
-
'tocPay.text.bestValueCombination': 'Melhor combinação de valor',
|
|
715
|
-
'tocPay.text.viewDetail': 'Ver detalhes',
|
|
716
|
-
'tocPay.text.returnAndSelectOtherPaymentMethod': 'Voltar / Escolher Outro Pagamento',
|
|
717
|
-
'tocPay.text.paymentCompletedAndViewOrder': 'Pagamento Concluído / Ver Pedido',
|
|
718
|
-
'tocPay.text.paymentFailed': 'Ainda não foi pago, por favor verifique se o pagamento foi bem-sucedido',
|
|
719
|
-
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': 'Estamos verificando seu pagamento. Por favor, verifique o status do seu pedido mais tarde.',
|
|
720
|
-
'tocPay.text.domestic': 'Doméstico',
|
|
721
|
-
'tocPay.text.rest-of-world': 'Resto do mundo',
|
|
722
|
-
'tocPay.text.tdsErrorTitle': 'Este cartão não pode concluir o pagamento',
|
|
723
|
-
'tocPay.text.tdsErrorDesc': 'O emissor do cartão não oferece suporte à verificação de segurança necessária para esta transação (como código SMS ou aprovação no aplicativo do banco).\nPara sua segurança, use outro cartão e tente novamente.',
|
|
724
|
-
'tocPay.text.bankVerifyFailedTitle': 'Pagamento falhou',
|
|
725
|
-
'tocPay.text.bankVerifyFailedDesc': 'O banco não conseguiu aprovar a verificação de segurança, então o pagamento não pôde ser concluído.\nVocê pode usar outro método de pagamento ou usar outro cartão.',
|
|
726
|
-
'tocPay.text.useAnotherCard': 'Usar outro cartão',
|
|
727
|
-
'tocPay.text.useAnotherPayment': 'Usar outro método de pagamento',
|
|
728
|
-
'tocPay.text.payLater': 'Pagar depois',
|
|
729
|
-
'tocPay.text.paymentTroubleContact': function tocPayTextPaymentTroubleContact(phone, email) {
|
|
730
|
-
return "Problemas com o pagamento? Entre em contato conosco (".concat(phone, " ").concat(email, ")");
|
|
731
|
-
},
|
|
732
|
-
'tocPay.text.pendingPaymentDesc': 'Pagamento em andamento. Atualize a página para ver o resultado.',
|
|
733
|
-
'tocPay.text.pendingPaymentOk': 'OK'
|
|
364
|
+
'tocPay.text.rest-of-world': '國外'
|
|
734
365
|
}
|
|
735
366
|
};
|
|
@@ -9,7 +9,7 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
|
|
|
9
9
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
10
10
|
import { request } from "../../../utils";
|
|
11
11
|
import { paymentKeys } from "./status";
|
|
12
|
-
import { isWx,
|
|
12
|
+
import { isWx, isIOS } from '@pisell/utils';
|
|
13
13
|
|
|
14
14
|
// 获取支付列表
|
|
15
15
|
export var getPaymentList = /*#__PURE__*/function () {
|
|
@@ -44,7 +44,7 @@ export var getPaymentList = /*#__PURE__*/function () {
|
|
|
44
44
|
// }
|
|
45
45
|
|
|
46
46
|
// 非IOS 隐藏苹果支付
|
|
47
|
-
if (!isIOS()
|
|
47
|
+
if (!isIOS()) {
|
|
48
48
|
arr = arr.concat(['mw.apple']);
|
|
49
49
|
}
|
|
50
50
|
|
|
@@ -185,70 +185,4 @@ export var getWalletNameAndPopupStatus = /*#__PURE__*/function () {
|
|
|
185
185
|
*/
|
|
186
186
|
export var getPaymentResult = function getPaymentResult(values) {
|
|
187
187
|
return request.getRequest().get("/h5/pay/order/payment/result", values);
|
|
188
|
-
};
|
|
189
|
-
/**
|
|
190
|
-
* @title: 查询订单基础信息和订单商品信息
|
|
191
|
-
* @description: 查询订单基础信息和订单商品信息
|
|
192
|
-
* @param {string} order_id
|
|
193
|
-
* @return {*}
|
|
194
|
-
*/
|
|
195
|
-
export var getOrderBasicDetail = /*#__PURE__*/function () {
|
|
196
|
-
var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(order_id) {
|
|
197
|
-
var _yield$request$getReq5, data;
|
|
198
|
-
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
199
|
-
while (1) switch (_context5.prev = _context5.next) {
|
|
200
|
-
case 0:
|
|
201
|
-
_context5.next = 2;
|
|
202
|
-
return request.getRequest().get("/h5/order/order/".concat(order_id, "/basic-detail"), {});
|
|
203
|
-
case 2:
|
|
204
|
-
_yield$request$getReq5 = _context5.sent;
|
|
205
|
-
data = _yield$request$getReq5.data;
|
|
206
|
-
return _context5.abrupt("return", data);
|
|
207
|
-
case 5:
|
|
208
|
-
case "end":
|
|
209
|
-
return _context5.stop();
|
|
210
|
-
}
|
|
211
|
-
}, _callee5);
|
|
212
|
-
}));
|
|
213
|
-
return function getOrderBasicDetail(_x5) {
|
|
214
|
-
return _ref5.apply(this, arguments);
|
|
215
|
-
};
|
|
216
|
-
}();
|
|
217
|
-
/**
|
|
218
|
-
* @title: 检测订单是否有正在处理中的交易
|
|
219
|
-
* @param {object} values - { order_id: string }
|
|
220
|
-
* @return {Promise<{ has_pending: boolean }>}
|
|
221
|
-
*/
|
|
222
|
-
export var checkPendingPayment = /*#__PURE__*/function () {
|
|
223
|
-
var _ref6 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(values) {
|
|
224
|
-
var _data$payment_handlin;
|
|
225
|
-
var _yield$request$getReq6, data;
|
|
226
|
-
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
227
|
-
while (1) switch (_context6.prev = _context6.next) {
|
|
228
|
-
case 0:
|
|
229
|
-
_context6.next = 2;
|
|
230
|
-
return request.getRequest().post("/h5/pay/payment/check", values);
|
|
231
|
-
case 2:
|
|
232
|
-
_yield$request$getReq6 = _context6.sent;
|
|
233
|
-
data = _yield$request$getReq6.data;
|
|
234
|
-
if (!(data !== null && data !== void 0 && data.payment_handling_list && (data === null || data === void 0 || (_data$payment_handlin = data.payment_handling_list) === null || _data$payment_handlin === void 0 ? void 0 : _data$payment_handlin.length) > 0)) {
|
|
235
|
-
_context6.next = 6;
|
|
236
|
-
break;
|
|
237
|
-
}
|
|
238
|
-
return _context6.abrupt("return", {
|
|
239
|
-
has_pending: true
|
|
240
|
-
});
|
|
241
|
-
case 6:
|
|
242
|
-
return _context6.abrupt("return", {
|
|
243
|
-
has_pending: false
|
|
244
|
-
});
|
|
245
|
-
case 7:
|
|
246
|
-
case "end":
|
|
247
|
-
return _context6.stop();
|
|
248
|
-
}
|
|
249
|
-
}, _callee6);
|
|
250
|
-
}));
|
|
251
|
-
return function checkPendingPayment(_x6) {
|
|
252
|
-
return _ref6.apply(this, arguments);
|
|
253
|
-
};
|
|
254
|
-
}();
|
|
188
|
+
};
|
|
@@ -6,9 +6,6 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
import { Decimal } from 'decimal.js';
|
|
8
8
|
import { isTripartitePayment } from "./status";
|
|
9
|
-
import { isNumber } from "@pisell/utils";
|
|
10
|
-
import dayjs from "dayjs";
|
|
11
|
-
import { getUniqueId } from "@pisell/utils";
|
|
12
9
|
/**
|
|
13
10
|
* 计算walletPass列表数据的总金额
|
|
14
11
|
* @param list
|
|
@@ -98,9 +95,6 @@ export var formatFranchiseeRoute = function formatFranchiseeRoute(url, history)
|
|
|
98
95
|
|
|
99
96
|
// 获取walletPass可用最大金额
|
|
100
97
|
export var getAvailableMaxAmount = function getAvailableMaxAmount(data) {
|
|
101
|
-
if (isNumber(data._available_max_amount)) {
|
|
102
|
-
return data._available_max_amount;
|
|
103
|
-
}
|
|
104
98
|
return data.tag !== 'point_card' ? data.available_max_amount : data === null || data === void 0 ? void 0 : data.recommended_usage_amount;
|
|
105
99
|
};
|
|
106
100
|
export var clientPayment = function clientPayment(params) {
|
|
@@ -117,12 +111,4 @@ export var clientPayment = function clientPayment(params) {
|
|
|
117
111
|
order_id: order_id
|
|
118
112
|
}, values)
|
|
119
113
|
});
|
|
120
|
-
};
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* 获取唯一幂等token
|
|
124
|
-
* @returns
|
|
125
|
-
*/
|
|
126
|
-
export var getUniqueIdempotencyToken = function getUniqueIdempotencyToken() {
|
|
127
|
-
return "".concat(dayjs().format('YYYYMMDDHHmmssSSS'), "-").concat(getUniqueId());
|
|
128
114
|
};
|
|
@@ -22,21 +22,5 @@ export default {
|
|
|
22
22
|
'pisell2.pin.modal.time': '最後更新時間 : ',
|
|
23
23
|
'pisell2.pin.modal.reset.pin': '重新生成PIN',
|
|
24
24
|
'pisell2.pin.modal.cancel': '取消'
|
|
25
|
-
},
|
|
26
|
-
ja: {
|
|
27
|
-
'pisell2.pin.modal.title': 'PINを表示',
|
|
28
|
-
'pisell2.pin.modal.label': '現在のPIN :',
|
|
29
|
-
'pisell2.pin.modal.desc': 'このPINは72時間後に期限切れになります。PINを他人と共有しないでください。',
|
|
30
|
-
'pisell2.pin.modal.time': '最終更新時間 : ',
|
|
31
|
-
'pisell2.pin.modal.reset.pin': 'PINを再生成',
|
|
32
|
-
'pisell2.pin.modal.cancel': 'キャンセル'
|
|
33
|
-
},
|
|
34
|
-
pt: {
|
|
35
|
-
'pisell2.pin.modal.title': 'Ver PIN',
|
|
36
|
-
'pisell2.pin.modal.label': 'PIN Atual :',
|
|
37
|
-
'pisell2.pin.modal.desc': 'Este PIN expirará em 72 horas. Não compartilhe seu PIN com outras pessoas.',
|
|
38
|
-
'pisell2.pin.modal.time': 'Última Atualização : ',
|
|
39
|
-
'pisell2.pin.modal.reset.pin': 'Regenerar PIN',
|
|
40
|
-
'pisell2.pin.modal.cancel': 'Cancelar'
|
|
41
25
|
}
|
|
42
26
|
};
|