@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
|
@@ -41,24 +41,19 @@ var locales_default = {
|
|
|
41
41
|
"tocPay.text.enterCVV": "Please enter the CVV",
|
|
42
42
|
"tocPay.text.enterValidCVV": "Please enter a valid CVV",
|
|
43
43
|
"tocPay.text.addCard": "Add card",
|
|
44
|
-
"tocPay.text.secureCardPayment": "Secure card payment",
|
|
45
44
|
"tocPay.text.creditorDebitCard": "Card",
|
|
46
45
|
"tocPay.text.addCreditOrDebitCard": "Add card",
|
|
47
|
-
"tocPay.text.cardNumber": "Card
|
|
46
|
+
"tocPay.text.cardNumber": "Card number",
|
|
48
47
|
"tocPay.text.incorrectCardNumber": "Incorrect card number. Please try again.",
|
|
49
|
-
"tocPay.text.expiration": "Expiration
|
|
48
|
+
"tocPay.text.expiration": "Expiration",
|
|
50
49
|
"tocPay.text.incorrectExpiryDate": "Incorrect expiry date.",
|
|
51
50
|
"tocPay.text.securityCode": "Security code",
|
|
52
51
|
"tocPay.text.incorrectSecurityCode": "Incorrect security code.",
|
|
53
52
|
"tocPay.text.cardholderName": "Cardholder name",
|
|
54
53
|
"tocPay.text.enterEnglishName": "Please enter only your first and last name in English, separated by a space.",
|
|
55
|
-
"tocPay.text.incorrectName": "Full
|
|
56
|
-
"tocPay.text.saveCardForNextTime": "Save card for
|
|
57
|
-
"tocPay.text.
|
|
58
|
-
"tocPay.text.secureBankInfo": "Your card details are securely processed by certified payment providers. WE WILL NOT STORE YOUR CARD DETAILS.",
|
|
59
|
-
"tocPay.text.merchantAuthorizationBefore": "By providing your card information, you allow Merchant ",
|
|
60
|
-
"tocPay.text.merchantAuthorizationAfter": " to charge your card in accordance with their terms.",
|
|
61
|
-
"tocPay.text.threeDSecureProtection": "Protected by 3D Secure authentication",
|
|
54
|
+
"tocPay.text.incorrectName": "Full name on card.",
|
|
55
|
+
"tocPay.text.saveCardForNextTime": "Save this card for next time?",
|
|
56
|
+
"tocPay.text.secureBankInfo": "Your bank card information is securely stored by professional financial institutions. By clicking 'Pay', you agree to the payment process.",
|
|
62
57
|
"tocPay.text.pay": "Pay",
|
|
63
58
|
"tocPay.text.surcharge": "Surcharge",
|
|
64
59
|
"tocPay.text.done": "Done",
|
|
@@ -77,14 +72,6 @@ var locales_default = {
|
|
|
77
72
|
"tocPay.text.continuePay": "Continue to pay",
|
|
78
73
|
"tocPay.text.leave": "Leave",
|
|
79
74
|
"tocPay.text.getParamsFail": "Failed to obtain payment parameters",
|
|
80
|
-
"tocPay.text.checkingCard": "Checking your card...",
|
|
81
|
-
"tocPay.text.processingPayment": "Processing your payment…",
|
|
82
|
-
"tocPay.text.securityCheckRequired": "A security check may be required.",
|
|
83
|
-
"tocPay.text.doNotClosePage": "Closing this page may interrupt the payment. Please wait.",
|
|
84
|
-
"tocPay.text.stopWaitingTitle": "Are you sure you want to stop waiting?",
|
|
85
|
-
"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.",
|
|
86
|
-
"tocPay.text.continueWaiting": "Continue Waiting",
|
|
87
|
-
"tocPay.text.viewOrder": "View Order",
|
|
88
75
|
"tocPay.text.walletPass": "Wallet Pass",
|
|
89
76
|
"tocPay.text.toUse": "To use",
|
|
90
77
|
"tocPay.text.searchResult": "Search result",
|
|
@@ -136,17 +123,7 @@ var locales_default = {
|
|
|
136
123
|
"tocPay.text.paymentFailed": "Not paid yet, please check if the payment is successful",
|
|
137
124
|
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "We are verifying your payment. Please check your order status later.",
|
|
138
125
|
"tocPay.text.domestic": "Domestic",
|
|
139
|
-
"tocPay.text.rest-of-world": "Rest of world"
|
|
140
|
-
"tocPay.text.tdsErrorTitle": "This card can't complete the payment",
|
|
141
|
-
"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.",
|
|
142
|
-
"tocPay.text.bankVerifyFailedTitle": "Payment failed",
|
|
143
|
-
"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.",
|
|
144
|
-
"tocPay.text.useAnotherCard": "Use another card",
|
|
145
|
-
"tocPay.text.useAnotherPayment": "Use another payment",
|
|
146
|
-
"tocPay.text.payLater": "Pay later",
|
|
147
|
-
"tocPay.text.paymentTroubleContact": (phone, email) => `Having trouble paying? Contact us (${phone} ${email})`,
|
|
148
|
-
"tocPay.text.pendingPaymentDesc": "Payment in progress. Please refresh the page to see the result.",
|
|
149
|
-
"tocPay.text.pendingPaymentOk": "OK"
|
|
126
|
+
"tocPay.text.rest-of-world": "Rest of world"
|
|
150
127
|
},
|
|
151
128
|
"zh-CN": {
|
|
152
129
|
"tocPay.text.checkout": "结账",
|
|
@@ -166,7 +143,6 @@ var locales_default = {
|
|
|
166
143
|
"tocPay.text.enterCVV": "请输入cvv",
|
|
167
144
|
"tocPay.text.enterValidCVV": "请输入正确的cvv",
|
|
168
145
|
"tocPay.text.addCard": "添加卡片",
|
|
169
|
-
"tocPay.text.secureCardPayment": "安全信用卡支付",
|
|
170
146
|
"tocPay.text.creditorDebitCard": "银行卡",
|
|
171
147
|
"tocPay.text.addCreditOrDebitCard": "添加卡片",
|
|
172
148
|
"tocPay.text.cardNumber": "卡号",
|
|
@@ -178,12 +154,8 @@ var locales_default = {
|
|
|
178
154
|
"tocPay.text.cardholderName": "持卡人姓名",
|
|
179
155
|
"tocPay.text.enterEnglishName": "请仅输入您的英文名字和姓氏,以空格键分隔。",
|
|
180
156
|
"tocPay.text.incorrectName": "请输入您的全名",
|
|
181
|
-
"tocPay.text.saveCardForNextTime": "
|
|
182
|
-
"tocPay.text.
|
|
183
|
-
"tocPay.text.secureBankInfo": "您的银行卡信息将由认证的支付服务商安全处理。我们不会存储您的银行卡信息。",
|
|
184
|
-
"tocPay.text.merchantAuthorizationBefore": "提交银行卡信息即表示您授权商户 ",
|
|
185
|
-
"tocPay.text.merchantAuthorizationAfter": " 按其条款向您的银行卡发起扣款。",
|
|
186
|
-
"tocPay.text.threeDSecureProtection": "受 3D Secure 安全验证保护",
|
|
157
|
+
"tocPay.text.saveCardForNextTime": "保存此卡以便下次使用?",
|
|
158
|
+
"tocPay.text.secureBankInfo": "您的银行卡信息由银行等第三方专业金融机构保存,我们不会存储您的银行卡有效信息。点击“立即支付”表示您已知悉并同意继续支付流程。",
|
|
187
159
|
"tocPay.text.pay": "支付",
|
|
188
160
|
"tocPay.text.surcharge": "附加费",
|
|
189
161
|
"tocPay.text.done": "完成",
|
|
@@ -202,14 +174,6 @@ var locales_default = {
|
|
|
202
174
|
"tocPay.text.continuePay": "继续支付",
|
|
203
175
|
"tocPay.text.leave": "离开",
|
|
204
176
|
"tocPay.text.getParamsFail": "获取支付参数失败",
|
|
205
|
-
"tocPay.text.checkingCard": "正在检查您的卡片…",
|
|
206
|
-
"tocPay.text.processingPayment": "正在处理中…",
|
|
207
|
-
"tocPay.text.securityCheckRequired": "可能需要完成银行安全验证。",
|
|
208
|
-
"tocPay.text.doNotClosePage": "关闭页面可能导致支付中断,请稍候。",
|
|
209
|
-
"tocPay.text.stopWaitingTitle": "确定要停止等待吗?",
|
|
210
|
-
"tocPay.text.stopWaitingDesc": "支付仍在处理中,本次支付仍有可能成功。\n如果现在离开,请先查看订单状态后再进行支付,避免重复扣款。",
|
|
211
|
-
"tocPay.text.continueWaiting": "继续等待",
|
|
212
|
-
"tocPay.text.viewOrder": "查看订单",
|
|
213
177
|
"tocPay.text.walletPass": "钱包支付",
|
|
214
178
|
"tocPay.text.toUse": "去使用",
|
|
215
179
|
"tocPay.text.searchResult": "搜索结果",
|
|
@@ -260,17 +224,7 @@ var locales_default = {
|
|
|
260
224
|
"tocPay.text.paymentFailed": "未支付完成,请检查是否支付成功",
|
|
261
225
|
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "我们正在确认您的支付状态,请稍后查看订单状态。",
|
|
262
226
|
"tocPay.text.domestic": "本国",
|
|
263
|
-
"tocPay.text.rest-of-world": "国外"
|
|
264
|
-
"tocPay.text.tdsErrorTitle": "当前银行卡无法完成支付",
|
|
265
|
-
"tocPay.text.tdsErrorDesc": "发卡行未支持本次支付所需的安全验证(例如短信验证码、银行 App 确认等)。\n为确保交易安全,请更换其他银行卡重试。",
|
|
266
|
-
"tocPay.text.bankVerifyFailedTitle": "支付失败",
|
|
267
|
-
"tocPay.text.bankVerifyFailedDesc": "银行未能完成本次安全验证,支付未成功。\n你可以使用其它支付方式或更换其他信用卡。",
|
|
268
|
-
"tocPay.text.useAnotherCard": "更换卡片",
|
|
269
|
-
"tocPay.text.useAnotherPayment": "使用其他支付方式",
|
|
270
|
-
"tocPay.text.payLater": "稍后支付",
|
|
271
|
-
"tocPay.text.paymentTroubleContact": (phone, email) => `支付遇到困难?联系我们(${phone} ${email})`,
|
|
272
|
-
"tocPay.text.pendingPaymentDesc": "此订单有一笔支付正在处理中,请刷新页面获取支付结果。",
|
|
273
|
-
"tocPay.text.pendingPaymentOk": "好的"
|
|
227
|
+
"tocPay.text.rest-of-world": "国外"
|
|
274
228
|
},
|
|
275
229
|
"zh-HK": {
|
|
276
230
|
"tocPay.text.checkout": "結帳",
|
|
@@ -290,7 +244,6 @@ var locales_default = {
|
|
|
290
244
|
"tocPay.text.enterCVV": "請輸入cvv",
|
|
291
245
|
"tocPay.text.enterValidCVV": "請輸入正確的cvv",
|
|
292
246
|
"tocPay.text.addCard": "添加卡片",
|
|
293
|
-
"tocPay.text.secureCardPayment": "安全信用卡支付",
|
|
294
247
|
"tocPay.text.creditorDebitCard": "銀行卡",
|
|
295
248
|
"tocPay.text.addCreditOrDebitCard": "添加卡片",
|
|
296
249
|
"tocPay.text.cardNumber": "卡號",
|
|
@@ -302,12 +255,8 @@ var locales_default = {
|
|
|
302
255
|
"tocPay.text.cardholderName": "持卡人姓名",
|
|
303
256
|
"tocPay.text.enterEnglishName": "請僅輸入您的英文名字和姓氏,以空格鍵分隔。",
|
|
304
257
|
"tocPay.text.incorrectName": "請輸入您的全名",
|
|
305
|
-
"tocPay.text.saveCardForNextTime": "
|
|
306
|
-
"tocPay.text.
|
|
307
|
-
"tocPay.text.secureBankInfo": "您的銀行卡信息將由認證的支付服務商安全處理。我們不會存儲您的銀行卡信息。",
|
|
308
|
-
"tocPay.text.merchantAuthorizationBefore": "提交銀行卡信息即表示您授權商戶 ",
|
|
309
|
-
"tocPay.text.merchantAuthorizationAfter": " 按其條款向您的銀行卡發起扣款。",
|
|
310
|
-
"tocPay.text.threeDSecureProtection": "受 3D Secure 安全驗證保護",
|
|
258
|
+
"tocPay.text.saveCardForNextTime": "保存此卡以便下次使用?",
|
|
259
|
+
"tocPay.text.secureBankInfo": "您的銀行卡信息由銀行等第三方專業金融機構保存,我們不會存儲您的銀行卡有效信息。點擊“立即支付”表示您已知悉並同意繼續支付流程。",
|
|
311
260
|
"tocPay.text.pay": "支付",
|
|
312
261
|
"tocPay.text.surcharge": "附加費",
|
|
313
262
|
"tocPay.text.done": "完成",
|
|
@@ -326,14 +275,6 @@ var locales_default = {
|
|
|
326
275
|
"tocPay.text.continuePay": "繼續支付",
|
|
327
276
|
"tocPay.text.leave": "離開",
|
|
328
277
|
"tocPay.text.getParamsFail": "取得支付參數失敗",
|
|
329
|
-
"tocPay.text.checkingCard": "正在檢查您的卡片…",
|
|
330
|
-
"tocPay.text.processingPayment": "正在處理中…",
|
|
331
|
-
"tocPay.text.securityCheckRequired": "可能需要完成銀行安全驗證。",
|
|
332
|
-
"tocPay.text.doNotClosePage": "關閉頁面可能導致支付中斷,請稍候。",
|
|
333
|
-
"tocPay.text.stopWaitingTitle": "確定要停止等待嗎?",
|
|
334
|
-
"tocPay.text.stopWaitingDesc": "支付仍在處理中,本次支付仍有可能成功。\n如果現在離開,請先查看訂單狀態後再進行支付,避免重複扣款。",
|
|
335
|
-
"tocPay.text.continueWaiting": "繼續等待",
|
|
336
|
-
"tocPay.text.viewOrder": "查看訂單",
|
|
337
278
|
"tocPay.text.walletPass": "錢包支付",
|
|
338
279
|
"tocPay.text.toUse": "去使用",
|
|
339
280
|
"tocPay.text.searchResult": "搜索結果",
|
|
@@ -384,266 +325,6 @@ var locales_default = {
|
|
|
384
325
|
"tocPay.text.paymentFailed": "未支付完成,请检查是否支付成功",
|
|
385
326
|
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "我們正在確認您的支付狀態,請稍後查看訂單狀態。",
|
|
386
327
|
"tocPay.text.domestic": "本國",
|
|
387
|
-
"tocPay.text.rest-of-world": "國外"
|
|
388
|
-
"tocPay.text.tdsErrorTitle": "當前銀行卡無法完成支付",
|
|
389
|
-
"tocPay.text.tdsErrorDesc": "發卡行未支持本次支付所需的安全驗證(例如短信驗證碼、銀行 App 確認等)。\n為確保交易安全,請更換其他銀行卡重試。",
|
|
390
|
-
"tocPay.text.bankVerifyFailedTitle": "支付失敗",
|
|
391
|
-
"tocPay.text.bankVerifyFailedDesc": "銀行未能完成本次安全驗證,支付未成功。\n你可以使用其它支付方式或更換其他信用卡。",
|
|
392
|
-
"tocPay.text.useAnotherCard": "更換卡片",
|
|
393
|
-
"tocPay.text.useAnotherPayment": "使用其他支付方式",
|
|
394
|
-
"tocPay.text.payLater": "稍後支付",
|
|
395
|
-
"tocPay.text.paymentTroubleContact": (phone, email) => `支付遇到困難?聯繫我們(${phone} ${email})`,
|
|
396
|
-
"tocPay.text.pendingPaymentDesc": "此訂單有一筆支付正在處理中,請刷新頁面獲取支付結果。",
|
|
397
|
-
"tocPay.text.pendingPaymentOk": "好的"
|
|
398
|
-
},
|
|
399
|
-
ja: {
|
|
400
|
-
"tocPay.text.checkout": "チェックアウト",
|
|
401
|
-
"tocPay.text.total": "合計",
|
|
402
|
-
"tocPay.text.completePaymentIn": "支払いを完了",
|
|
403
|
-
"tocPay.text.paymentInstruction": "支払い説明",
|
|
404
|
-
"tocPay.text.serviceCharge": "手数料",
|
|
405
|
-
"tocPay.text.noAvailablePaymentMethods": "現在の店舗で利用可能な支払い方法がありません",
|
|
406
|
-
"tocPay.text.paymentMethod": "支払い方法",
|
|
407
|
-
"tocPay.text.connectingApplePay": "Apple Payに接続中、お待ちください...",
|
|
408
|
-
"tocPay.text.connectingGooglePay": "Google Payに接続中、お待ちください...",
|
|
409
|
-
"tocPay.text.enterName": "お名前を入力してください",
|
|
410
|
-
"tocPay.text.enterValidName": "有効な名前を入力してください",
|
|
411
|
-
"tocPay.text.enterCardNumber": "カード番号を入力してください",
|
|
412
|
-
"tocPay.text.enterValidCardNumber": "有効なカード番号を入力してください",
|
|
413
|
-
"tocPay.text.enterExpirationDate": "有効期限を入力してください",
|
|
414
|
-
"tocPay.text.enterCVV": "CVVを入力してください",
|
|
415
|
-
"tocPay.text.enterValidCVV": "有効なCVVを入力してください",
|
|
416
|
-
"tocPay.text.addCard": "カードを追加",
|
|
417
|
-
"tocPay.text.secureCardPayment": "安全なカード支払い",
|
|
418
|
-
"tocPay.text.creditorDebitCard": "カード",
|
|
419
|
-
"tocPay.text.addCreditOrDebitCard": "カードを追加",
|
|
420
|
-
"tocPay.text.cardNumber": "カード番号",
|
|
421
|
-
"tocPay.text.incorrectCardNumber": "カード番号が正しくありません。もう一度お試しください。",
|
|
422
|
-
"tocPay.text.expiration": "有効期限",
|
|
423
|
-
"tocPay.text.incorrectExpiryDate": "有効期限が正しくありません。",
|
|
424
|
-
"tocPay.text.securityCode": "セキュリティコード",
|
|
425
|
-
"tocPay.text.incorrectSecurityCode": "セキュリティコードが正しくありません。",
|
|
426
|
-
"tocPay.text.cardholderName": "カード名義人",
|
|
427
|
-
"tocPay.text.enterEnglishName": "英語で名前と姓のみを入力してください。スペースで区切ってください。",
|
|
428
|
-
"tocPay.text.incorrectName": "カードのフルネーム",
|
|
429
|
-
"tocPay.text.saveCardForNextTime": "次回の迅速な支払いのためにカードを保存",
|
|
430
|
-
"tocPay.text.saveCardEncryption": "(カード情報は暗号化により安全に保存されます。)",
|
|
431
|
-
"tocPay.text.secureBankInfo": "カード情報は認定された決済プロバイダーによって安全に処理されます。カード情報を保存することはありません。",
|
|
432
|
-
"tocPay.text.merchantAuthorizationBefore": "カード情報を提供することにより、加盟店 ",
|
|
433
|
-
"tocPay.text.merchantAuthorizationAfter": " がその規約に従ってカードに課金することを許可します。",
|
|
434
|
-
"tocPay.text.threeDSecureProtection": "3D Secure認証で保護されています",
|
|
435
|
-
"tocPay.text.pay": "支払う",
|
|
436
|
-
"tocPay.text.surcharge": "追加料金",
|
|
437
|
-
"tocPay.text.done": "完了",
|
|
438
|
-
"tocPay.text.manageCard": "カードを管理",
|
|
439
|
-
"tocPay.text.waitingForBankVerification": "銀行の確認を待機中です。5〜10秒お待ちください。カード発行銀行の確認ページにリダイレクトされる場合があります。",
|
|
440
|
-
"tocPay.text.successBack": "支払いが完了しました。注文に戻る",
|
|
441
|
-
"tocPay.text.redirectingToAlipay": "Alipayにリダイレクト中、お待ちください...",
|
|
442
|
-
"tocPay.text.redirectingToPaypal": "Paypalにリダイレクト中、お待ちください...",
|
|
443
|
-
"tocPay.text.redirectingToWeChatPay": "WeChat Payにリダイレクト中、お待ちください...",
|
|
444
|
-
"tocPay.text.submit": "送信",
|
|
445
|
-
"tocPay.text.clickSubmitToComplete": "完了するには下部の「送信」ボタンをクリックしてください",
|
|
446
|
-
"tocPay.text.noExtraPayNeeded": "追加の支払いは不要です",
|
|
447
|
-
"tocPay.text.continuePayment": "支払いを続行:",
|
|
448
|
-
"tocPay.text.prompt": "通知",
|
|
449
|
-
"tocPay.text.confirmLeave": "本当に離れますか?",
|
|
450
|
-
"tocPay.text.continuePay": "支払いを続行",
|
|
451
|
-
"tocPay.text.leave": "離れる",
|
|
452
|
-
"tocPay.text.getParamsFail": "支払いパラメータの取得に失敗しました",
|
|
453
|
-
"tocPay.text.checkingCard": "カードを確認しています…",
|
|
454
|
-
"tocPay.text.processingPayment": "お支払いを処理中…",
|
|
455
|
-
"tocPay.text.securityCheckRequired": "セキュリティチェックが必要になる場合があります。",
|
|
456
|
-
"tocPay.text.doNotClosePage": "ページを閉じると支払いが中断される可能性があります。お待ちください。",
|
|
457
|
-
"tocPay.text.stopWaitingTitle": "待機を停止してもよろしいですか?",
|
|
458
|
-
"tocPay.text.stopWaitingDesc": "お支払いはまだ処理中であり、成功する可能性があります。\n今離れる場合は、二重請求を避けるため、新しい支払いを行う前に注文ステータスをご確認ください。",
|
|
459
|
-
"tocPay.text.continueWaiting": "待機を続ける",
|
|
460
|
-
"tocPay.text.viewOrder": "注文を表示",
|
|
461
|
-
"tocPay.text.walletPass": "ウォレットパス",
|
|
462
|
-
"tocPay.text.toUse": "使用する",
|
|
463
|
-
"tocPay.text.searchResult": "検索結果",
|
|
464
|
-
"tocPay.text.select": "選択",
|
|
465
|
-
"tocPay.text.couponCodesAdded": "コードが追加されました",
|
|
466
|
-
"tocPay.text.redeem": "引き換える",
|
|
467
|
-
"tocPay.text.howToPay": "どのように支払いますか?",
|
|
468
|
-
"tocPay.text.congrats": "おめでとうございます、",
|
|
469
|
-
"tocPay.text.creditHaveBeen": "クレジットが適用され、支払額が減額されました。",
|
|
470
|
-
"tocPay.text.walletPassCodesTitle": "手元にコードはありますか?",
|
|
471
|
-
"tocPay.text.scanBarQrCode": "バーコード/QRコードをスキャン",
|
|
472
|
-
"tocPay.text.enterCodes": "コードを入力",
|
|
473
|
-
"tocPay.text.searchDescribe": "コードまたはエンコードを入力してください",
|
|
474
|
-
"tocPay.text.walletPassEmpty": (walletName) => `${walletName}なし`,
|
|
475
|
-
"tocPay.text.walletPassDisabled": "無効",
|
|
476
|
-
"tocPay.text.walletPassPermanent": "永続",
|
|
477
|
-
"tocPay.text.walletPassCompleteTitle": "完了するには下部の「送信」ボタンをクリックしてください",
|
|
478
|
-
"tocPay.text.walletPassNoExtraPay": "追加の支払いは不要です",
|
|
479
|
-
"tocPay.text.walletCanPay": "ウォレットパスの残高またはその他の適格なバウチャータイプを使用して支払うことができます。",
|
|
480
|
-
"tocPay.text.paymentInstructions": "説明",
|
|
481
|
-
"tocPay.text.walletSearchEmpty": "結果が見つかりませんでした。",
|
|
482
|
-
"tocPay.text.detectIncognitoConfirm": "現在プライベートモードです。ウォレット支払いが成功しない可能性があります。リンクをコピーして、非プライベートブラウジングタブで支払いを続行してください。",
|
|
483
|
-
"tocPay.text.copyLink": "リンクをコピー",
|
|
484
|
-
"tocPay.text.copySuccess": "コピー成功",
|
|
485
|
-
"tocPay.text.walletName": (shopName) => `${shopName}のウォレット`,
|
|
486
|
-
"tocPay.text.bestValueFound": "あなたに最適なウォレットの組み合わせ!",
|
|
487
|
-
"tocPay.text.welcomeToUseWalletPass": (walletName) => `${walletName}のご利用を歓迎します`,
|
|
488
|
-
"tocPay.text.totalSavings": "合計節約額",
|
|
489
|
-
"tocPay.text.bestCombination": (walletName) => `利用可能な${walletName}オプションの最適な組み合わせ`,
|
|
490
|
-
"tocPay.text.recommended": "推奨",
|
|
491
|
-
"tocPay.text.edit": "編集",
|
|
492
|
-
"tocPay.text.confirm": "確認",
|
|
493
|
-
"tocPay.text.unusedAndContinueToPayment": "未使用で支払いを続行",
|
|
494
|
-
"tocPay.text.walletPassAvailable": (walletName) => `有効な${walletName}がありません`,
|
|
495
|
-
"tocPay.text.useWalletPass": (walletName) => `${walletName}に移動`,
|
|
496
|
-
"tocPay.text.useWalletPassAdd": (walletName) => `${walletName}に移動`,
|
|
497
|
-
"tocPay.text.editWalletPass": (walletName) => `組み合わせを変更`,
|
|
498
|
-
"tocPay.text.skipAndContinueToPayment": "スキップして支払いを続行",
|
|
499
|
-
"tocPay.text.youMightHaveAnEligibleWalletPass": (walletName) => `適格な${walletName}をお持ちの可能性があります`,
|
|
500
|
-
"tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse": "ポイントカード、チャージ可能なカード、またはバウチャーがあるか確認してください",
|
|
501
|
-
"tocPay.text.addPointsCard": "手元にポイントカード、チャージ可能なカード、またはバウチャーがある場合は追加してください。",
|
|
502
|
-
"tocPay.text.hasNoWalletPassAmount": "ポイントカード、チャージ可能なカード、またはバウチャーオプションを表示",
|
|
503
|
-
"tocPay.text.multipleSelectionAvailable": "複数選択可能",
|
|
504
|
-
"tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment": (walletName) => `複数の${walletName}を選択して組み合わせて支払うことができます`,
|
|
505
|
-
"tocPay.text.bestValueCombination": "最高価値の組み合わせ",
|
|
506
|
-
"tocPay.text.viewDetail": "詳細を表示",
|
|
507
|
-
"tocPay.text.returnAndSelectOtherPaymentMethod": "戻る / 別の支払い方法を選択",
|
|
508
|
-
"tocPay.text.paymentCompletedAndViewOrder": "支払い完了 / 注文を表示",
|
|
509
|
-
"tocPay.text.paymentFailed": "まだ支払われていません。支払いが成功したか確認してください",
|
|
510
|
-
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "支払いを確認中です。後で注文ステータスを確認してください。",
|
|
511
|
-
"tocPay.text.domestic": "国内",
|
|
512
|
-
"tocPay.text.rest-of-world": "海外",
|
|
513
|
-
"tocPay.text.tdsErrorTitle": "このカードではお支払いを完了できません",
|
|
514
|
-
"tocPay.text.tdsErrorDesc": "カード発行会社が、この取引に必要なセキュリティ認証(SMSコードや銀行アプリでの承認など)に対応していません。\nセキュリティのため、別のカードをご利用のうえ再度お試しください。",
|
|
515
|
-
"tocPay.text.bankVerifyFailedTitle": "お支払いに失敗しました",
|
|
516
|
-
"tocPay.text.bankVerifyFailedDesc": "銀行がセキュリティチェックを承認できなかったため、支払いを完了できませんでした。\n別の支払い方法を使用するか、別のカードをご利用ください。",
|
|
517
|
-
"tocPay.text.useAnotherCard": "別のカードを使用",
|
|
518
|
-
"tocPay.text.useAnotherPayment": "別の支払い方法を使用",
|
|
519
|
-
"tocPay.text.payLater": "後で支払う",
|
|
520
|
-
"tocPay.text.paymentTroubleContact": (phone, email) => `お支払いでお困りですか?お問い合わせください(${phone} ${email})`,
|
|
521
|
-
"tocPay.text.pendingPaymentDesc": "この注文には処理中の支払いがあります。ページを更新して支払い結果をご確認ください。",
|
|
522
|
-
"tocPay.text.pendingPaymentOk": "OK"
|
|
523
|
-
},
|
|
524
|
-
pt: {
|
|
525
|
-
"tocPay.text.checkout": "Checkout",
|
|
526
|
-
"tocPay.text.total": "Total",
|
|
527
|
-
"tocPay.text.completePaymentIn": "Complete o pagamento em",
|
|
528
|
-
"tocPay.text.paymentInstruction": "Instruções de pagamento",
|
|
529
|
-
"tocPay.text.serviceCharge": "Taxa de serviço",
|
|
530
|
-
"tocPay.text.noAvailablePaymentMethods": "Nenhum método de pagamento disponível para a loja atual",
|
|
531
|
-
"tocPay.text.paymentMethod": "Método de pagamento",
|
|
532
|
-
"tocPay.text.connectingApplePay": "Conectando ao Apple Pay, aguarde...",
|
|
533
|
-
"tocPay.text.connectingGooglePay": "Conectando ao Google Pay, aguarde...",
|
|
534
|
-
"tocPay.text.enterName": "Por favor, insira seu nome",
|
|
535
|
-
"tocPay.text.enterValidName": "Por favor, insira um nome válido",
|
|
536
|
-
"tocPay.text.enterCardNumber": "Por favor, insira o número do cartão",
|
|
537
|
-
"tocPay.text.enterValidCardNumber": "Por favor, insira um número de cartão válido",
|
|
538
|
-
"tocPay.text.enterExpirationDate": "Por favor, insira a data de validade",
|
|
539
|
-
"tocPay.text.enterCVV": "Por favor, insira o CVV",
|
|
540
|
-
"tocPay.text.enterValidCVV": "Por favor, insira um CVV válido",
|
|
541
|
-
"tocPay.text.addCard": "Adicionar cartão",
|
|
542
|
-
"tocPay.text.secureCardPayment": "Pagamento seguro com cartão",
|
|
543
|
-
"tocPay.text.creditorDebitCard": "Cartão",
|
|
544
|
-
"tocPay.text.addCreditOrDebitCard": "Adicionar cartão",
|
|
545
|
-
"tocPay.text.cardNumber": "Número do cartão",
|
|
546
|
-
"tocPay.text.incorrectCardNumber": "Número do cartão incorreto. Por favor, tente novamente.",
|
|
547
|
-
"tocPay.text.expiration": "Validade",
|
|
548
|
-
"tocPay.text.incorrectExpiryDate": "Data de validade incorreta.",
|
|
549
|
-
"tocPay.text.securityCode": "Código de segurança",
|
|
550
|
-
"tocPay.text.incorrectSecurityCode": "Código de segurança incorreto.",
|
|
551
|
-
"tocPay.text.cardholderName": "Nome do portador do cartão",
|
|
552
|
-
"tocPay.text.enterEnglishName": "Por favor, insira apenas seu primeiro e último nome em inglês, separados por um espaço.",
|
|
553
|
-
"tocPay.text.incorrectName": "Nome completo no cartão.",
|
|
554
|
-
"tocPay.text.saveCardForNextTime": "Salvar cartão para checkout mais rápido na próxima vez",
|
|
555
|
-
"tocPay.text.saveCardEncryption": "(Seu cartão será armazenado com segurança com criptografia.)",
|
|
556
|
-
"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.",
|
|
557
|
-
"tocPay.text.merchantAuthorizationBefore": "Ao fornecer as informações do seu cartão, você permite que o Comerciante ",
|
|
558
|
-
"tocPay.text.merchantAuthorizationAfter": " cobre seu cartão de acordo com seus termos.",
|
|
559
|
-
"tocPay.text.threeDSecureProtection": "Protegido por autenticação 3D Secure",
|
|
560
|
-
"tocPay.text.pay": "Pagar",
|
|
561
|
-
"tocPay.text.surcharge": "Taxa adicional",
|
|
562
|
-
"tocPay.text.done": "Concluído",
|
|
563
|
-
"tocPay.text.manageCard": "Gerenciar cartão",
|
|
564
|
-
"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.",
|
|
565
|
-
"tocPay.text.successBack": "Pagamento concluído, retornar ao pedido",
|
|
566
|
-
"tocPay.text.redirectingToAlipay": "Redirecionando para Alipay, aguarde...",
|
|
567
|
-
"tocPay.text.redirectingToPaypal": "Redirecionando para Paypal, aguarde...",
|
|
568
|
-
"tocPay.text.redirectingToWeChatPay": "Redirecionando para WeChat Pay, aguarde...",
|
|
569
|
-
"tocPay.text.submit": "Enviar",
|
|
570
|
-
"tocPay.text.clickSubmitToComplete": 'Por favor, clique no botão "Enviar" na parte inferior para concluir',
|
|
571
|
-
"tocPay.text.noExtraPayNeeded": "Nenhum pagamento extra necessário",
|
|
572
|
-
"tocPay.text.continuePayment": "Continuar pagamento:",
|
|
573
|
-
"tocPay.text.prompt": "Aviso",
|
|
574
|
-
"tocPay.text.confirmLeave": "Tem certeza de que deseja sair?",
|
|
575
|
-
"tocPay.text.continuePay": "Continuar a pagar",
|
|
576
|
-
"tocPay.text.leave": "Sair",
|
|
577
|
-
"tocPay.text.getParamsFail": "Falha ao obter parâmetros de pagamento",
|
|
578
|
-
"tocPay.text.checkingCard": "Verificando seu cartão...",
|
|
579
|
-
"tocPay.text.processingPayment": "Processando seu pagamento…",
|
|
580
|
-
"tocPay.text.securityCheckRequired": "Uma verificação de segurança pode ser necessária.",
|
|
581
|
-
"tocPay.text.doNotClosePage": "Fechar esta página pode interromper o pagamento. Por favor, aguarde.",
|
|
582
|
-
"tocPay.text.stopWaitingTitle": "Tem certeza de que deseja parar de aguardar?",
|
|
583
|
-
"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.",
|
|
584
|
-
"tocPay.text.continueWaiting": "Continuar Aguardando",
|
|
585
|
-
"tocPay.text.viewOrder": "Ver Pedido",
|
|
586
|
-
"tocPay.text.walletPass": "Carteira Digital",
|
|
587
|
-
"tocPay.text.toUse": "Para usar",
|
|
588
|
-
"tocPay.text.searchResult": "Resultado da pesquisa",
|
|
589
|
-
"tocPay.text.select": "Selecionar",
|
|
590
|
-
"tocPay.text.couponCodesAdded": "Códigos adicionados",
|
|
591
|
-
"tocPay.text.redeem": "Resgatar",
|
|
592
|
-
"tocPay.text.howToPay": "Como você gostaria de pagar?",
|
|
593
|
-
"tocPay.text.congrats": "Parabéns,",
|
|
594
|
-
"tocPay.text.creditHaveBeen": "crédito foi aplicado para reduzir o valor devido.",
|
|
595
|
-
"tocPay.text.walletPassCodesTitle": "Você tem algum código em mãos?",
|
|
596
|
-
"tocPay.text.scanBarQrCode": "Escanear código de barras/QR",
|
|
597
|
-
"tocPay.text.enterCodes": "Inserir códigos",
|
|
598
|
-
"tocPay.text.searchDescribe": "Por favor, insira o código ou codifique",
|
|
599
|
-
"tocPay.text.walletPassEmpty": (walletName) => `Sem ${walletName}`,
|
|
600
|
-
"tocPay.text.walletPassDisabled": "Desabilitado",
|
|
601
|
-
"tocPay.text.walletPassPermanent": "Permanente",
|
|
602
|
-
"tocPay.text.walletPassCompleteTitle": 'Por favor, clique no botão "Enviar" na parte inferior para concluir',
|
|
603
|
-
"tocPay.text.walletPassNoExtraPay": "Nenhum pagamento extra necessário",
|
|
604
|
-
"tocPay.text.walletCanPay": "Você pode usar o saldo em sua carteira digital ou outros tipos de vale elegíveis para pagar.",
|
|
605
|
-
"tocPay.text.paymentInstructions": "Instruções",
|
|
606
|
-
"tocPay.text.walletSearchEmpty": "Nenhum resultado encontrado.",
|
|
607
|
-
"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.",
|
|
608
|
-
"tocPay.text.copyLink": "Copiar link",
|
|
609
|
-
"tocPay.text.copySuccess": "Cópia Bem-sucedida",
|
|
610
|
-
"tocPay.text.walletName": (shopName) => `Carteira de ${shopName}`,
|
|
611
|
-
"tocPay.text.bestValueFound": "Melhor combinação de carteira para você!",
|
|
612
|
-
"tocPay.text.welcomeToUseWalletPass": (walletName) => `Bem-vindo ao uso de ${walletName}`,
|
|
613
|
-
"tocPay.text.totalSavings": "Economia total",
|
|
614
|
-
"tocPay.text.bestCombination": (walletName) => `Melhor combinação de suas opções disponíveis de ${walletName}`,
|
|
615
|
-
"tocPay.text.recommended": "Recomendado",
|
|
616
|
-
"tocPay.text.edit": "Editar",
|
|
617
|
-
"tocPay.text.confirm": "Confirmar",
|
|
618
|
-
"tocPay.text.unusedAndContinueToPayment": "Não usado e continuar para pagamento",
|
|
619
|
-
"tocPay.text.walletPassAvailable": (walletName) => `Você não tem ${walletName} válido`,
|
|
620
|
-
"tocPay.text.useWalletPass": (walletName) => `Ir para ${walletName}`,
|
|
621
|
-
"tocPay.text.useWalletPassAdd": (walletName) => `Ir para ${walletName}`,
|
|
622
|
-
"tocPay.text.editWalletPass": (walletName) => `Alterar Combinação`,
|
|
623
|
-
"tocPay.text.skipAndContinueToPayment": "Pular e continuar para pagamento",
|
|
624
|
-
"tocPay.text.youMightHaveAnEligibleWalletPass": (walletName) => `Você pode ter um ${walletName} elegível`,
|
|
625
|
-
"tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse": "Verifique se você tem Cartão de Pontos, Cartão Recarregável ou Vales para usar",
|
|
626
|
-
"tocPay.text.addPointsCard": "Adicione cartão de pontos, cartão recarregável ou vales se tiver algum em mãos.",
|
|
627
|
-
"tocPay.text.hasNoWalletPassAmount": "Visualizar opções de cartão de pontos, cartão recarregável ou vales",
|
|
628
|
-
"tocPay.text.multipleSelectionAvailable": "Seleção múltipla disponível",
|
|
629
|
-
"tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment": (walletName) => `Você pode selecionar múltiplos ${walletName} para combinar para pagamento`,
|
|
630
|
-
"tocPay.text.bestValueCombination": "Melhor combinação de valor",
|
|
631
|
-
"tocPay.text.viewDetail": "Ver detalhes",
|
|
632
|
-
"tocPay.text.returnAndSelectOtherPaymentMethod": "Voltar / Escolher Outro Pagamento",
|
|
633
|
-
"tocPay.text.paymentCompletedAndViewOrder": "Pagamento Concluído / Ver Pedido",
|
|
634
|
-
"tocPay.text.paymentFailed": "Ainda não foi pago, por favor verifique se o pagamento foi bem-sucedido",
|
|
635
|
-
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "Estamos verificando seu pagamento. Por favor, verifique o status do seu pedido mais tarde.",
|
|
636
|
-
"tocPay.text.domestic": "Doméstico",
|
|
637
|
-
"tocPay.text.rest-of-world": "Resto do mundo",
|
|
638
|
-
"tocPay.text.tdsErrorTitle": "Este cartão não pode concluir o pagamento",
|
|
639
|
-
"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.",
|
|
640
|
-
"tocPay.text.bankVerifyFailedTitle": "Pagamento falhou",
|
|
641
|
-
"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.",
|
|
642
|
-
"tocPay.text.useAnotherCard": "Usar outro cartão",
|
|
643
|
-
"tocPay.text.useAnotherPayment": "Usar outro método de pagamento",
|
|
644
|
-
"tocPay.text.payLater": "Pagar depois",
|
|
645
|
-
"tocPay.text.paymentTroubleContact": (phone, email) => `Problemas com o pagamento? Entre em contato conosco (${phone} ${email})`,
|
|
646
|
-
"tocPay.text.pendingPaymentDesc": "Pagamento em andamento. Atualize a página para ver o resultado.",
|
|
647
|
-
"tocPay.text.pendingPaymentOk": "OK"
|
|
328
|
+
"tocPay.text.rest-of-world": "國外"
|
|
648
329
|
}
|
|
649
330
|
};
|
|
@@ -19,8 +19,6 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
19
19
|
// src/components/pay/toC/serve.ts
|
|
20
20
|
var serve_exports = {};
|
|
21
21
|
__export(serve_exports, {
|
|
22
|
-
checkPendingPayment: () => checkPendingPayment,
|
|
23
|
-
getOrderBasicDetail: () => getOrderBasicDetail,
|
|
24
22
|
getPaymentInit: () => getPaymentInit,
|
|
25
23
|
getPaymentList: () => getPaymentList,
|
|
26
24
|
getPaymentResult: () => getPaymentResult,
|
|
@@ -44,7 +42,7 @@ var getPaymentList = async (values) => {
|
|
|
44
42
|
if (!(0, import_utils2.isWx)()) {
|
|
45
43
|
arr = arr.concat(["globepay.wechat.jsapi", "superpay.wechat.h5"]);
|
|
46
44
|
}
|
|
47
|
-
if (!(0, import_utils2.isIOS)()
|
|
45
|
+
if (!(0, import_utils2.isIOS)()) {
|
|
48
46
|
arr = arr.concat(["mw.apple"]);
|
|
49
47
|
}
|
|
50
48
|
paymentList = paymentList.filter((d) => !arr.includes(d.service));
|
|
@@ -79,22 +77,8 @@ var getWalletNameAndPopupStatus = async (values) => {
|
|
|
79
77
|
return data;
|
|
80
78
|
};
|
|
81
79
|
var getPaymentResult = (values) => import_utils.request.getRequest().get(`/h5/pay/order/payment/result`, values);
|
|
82
|
-
var getOrderBasicDetail = async (order_id) => {
|
|
83
|
-
const { data } = await import_utils.request.getRequest().get(`/h5/order/order/${order_id}/basic-detail`, {});
|
|
84
|
-
return data;
|
|
85
|
-
};
|
|
86
|
-
var checkPendingPayment = async (values) => {
|
|
87
|
-
var _a;
|
|
88
|
-
const { data } = await import_utils.request.getRequest().post(`/h5/pay/payment/check`, values);
|
|
89
|
-
if ((data == null ? void 0 : data.payment_handling_list) && ((_a = data == null ? void 0 : data.payment_handling_list) == null ? void 0 : _a.length) > 0) {
|
|
90
|
-
return { has_pending: true };
|
|
91
|
-
}
|
|
92
|
-
return { has_pending: false };
|
|
93
|
-
};
|
|
94
80
|
// Annotate the CommonJS export names for ESM import in node:
|
|
95
81
|
0 && (module.exports = {
|
|
96
|
-
checkPendingPayment,
|
|
97
|
-
getOrderBasicDetail,
|
|
98
82
|
getPaymentInit,
|
|
99
83
|
getPaymentList,
|
|
100
84
|
getPaymentResult,
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
1
|
var __defProp = Object.defineProperty;
|
|
3
2
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
6
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
5
|
var __export = (target, all) => {
|
|
8
6
|
for (var name in all)
|
|
@@ -16,14 +14,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
14
|
}
|
|
17
15
|
return to;
|
|
18
16
|
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
-
mod
|
|
26
|
-
));
|
|
27
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
18
|
|
|
29
19
|
// src/components/pay/toC/utils.ts
|
|
@@ -37,15 +27,11 @@ __export(utils_exports, {
|
|
|
37
27
|
getAvailableMaxAmount: () => getAvailableMaxAmount,
|
|
38
28
|
getFranchiseeShopId: () => getFranchiseeShopId,
|
|
39
29
|
getIsWalletPassAndTripartitePayment: () => getIsWalletPassAndTripartitePayment,
|
|
40
|
-
getUniqueIdempotencyToken: () => getUniqueIdempotencyToken,
|
|
41
30
|
isFranchiseeShop: () => isFranchiseeShop
|
|
42
31
|
});
|
|
43
32
|
module.exports = __toCommonJS(utils_exports);
|
|
44
33
|
var import_decimal = require("decimal.js");
|
|
45
34
|
var import_status = require("./status");
|
|
46
|
-
var import_utils = require("@pisell/utils");
|
|
47
|
-
var import_dayjs = __toESM(require("dayjs"));
|
|
48
|
-
var import_utils2 = require("@pisell/utils");
|
|
49
35
|
var calcWalletPassListAmount = (list) => {
|
|
50
36
|
return list.reduce((pre, cur) => pre.add(new import_decimal.Decimal(String(getAvailableMaxAmount(cur) || 0))), new import_decimal.Decimal("0")).toNumber();
|
|
51
37
|
};
|
|
@@ -98,9 +84,6 @@ var formatFranchiseeRoute = (url, history) => {
|
|
|
98
84
|
return url;
|
|
99
85
|
};
|
|
100
86
|
var getAvailableMaxAmount = (data) => {
|
|
101
|
-
if ((0, import_utils.isNumber)(data._available_max_amount)) {
|
|
102
|
-
return data._available_max_amount;
|
|
103
|
-
}
|
|
104
87
|
return data.tag !== "point_card" ? data.available_max_amount : data == null ? void 0 : data.recommended_usage_amount;
|
|
105
88
|
};
|
|
106
89
|
var clientPayment = (params) => {
|
|
@@ -116,9 +99,6 @@ var clientPayment = (params) => {
|
|
|
116
99
|
}
|
|
117
100
|
});
|
|
118
101
|
};
|
|
119
|
-
var getUniqueIdempotencyToken = () => {
|
|
120
|
-
return `${(0, import_dayjs.default)().format("YYYYMMDDHHmmssSSS")}-${(0, import_utils2.getUniqueId)()}`;
|
|
121
|
-
};
|
|
122
102
|
// Annotate the CommonJS export names for ESM import in node:
|
|
123
103
|
0 && (module.exports = {
|
|
124
104
|
calcWalletPassListAmount,
|
|
@@ -129,6 +109,5 @@ var getUniqueIdempotencyToken = () => {
|
|
|
129
109
|
getAvailableMaxAmount,
|
|
130
110
|
getFranchiseeShopId,
|
|
131
111
|
getIsWalletPassAndTripartitePayment,
|
|
132
|
-
getUniqueIdempotencyToken,
|
|
133
112
|
isFranchiseeShop
|
|
134
113
|
});
|
|
@@ -46,21 +46,5 @@ var locales_default = {
|
|
|
46
46
|
"pisell2.pin.modal.time": "最後更新時間 : ",
|
|
47
47
|
"pisell2.pin.modal.reset.pin": "重新生成PIN",
|
|
48
48
|
"pisell2.pin.modal.cancel": "取消"
|
|
49
|
-
},
|
|
50
|
-
ja: {
|
|
51
|
-
"pisell2.pin.modal.title": "PINを表示",
|
|
52
|
-
"pisell2.pin.modal.label": "現在のPIN :",
|
|
53
|
-
"pisell2.pin.modal.desc": "このPINは72時間後に期限切れになります。PINを他人と共有しないでください。",
|
|
54
|
-
"pisell2.pin.modal.time": "最終更新時間 : ",
|
|
55
|
-
"pisell2.pin.modal.reset.pin": "PINを再生成",
|
|
56
|
-
"pisell2.pin.modal.cancel": "キャンセル"
|
|
57
|
-
},
|
|
58
|
-
pt: {
|
|
59
|
-
"pisell2.pin.modal.title": "Ver PIN",
|
|
60
|
-
"pisell2.pin.modal.label": "PIN Atual :",
|
|
61
|
-
"pisell2.pin.modal.desc": "Este PIN expirará em 72 horas. Não compartilhe seu PIN com outras pessoas.",
|
|
62
|
-
"pisell2.pin.modal.time": "Última Atualização : ",
|
|
63
|
-
"pisell2.pin.modal.reset.pin": "Regenerar PIN",
|
|
64
|
-
"pisell2.pin.modal.cancel": "Cancelar"
|
|
65
49
|
}
|
|
66
50
|
};
|
|
@@ -43,19 +43,5 @@ var locales_default = {
|
|
|
43
43
|
"pisell2.pin.verify.modal.keyboard.title": "請輸入該錢包的4位PIN碼以繼續",
|
|
44
44
|
"pisell2.pin.verify.modal.keyboard.desc": "剩餘驗證次數 : ",
|
|
45
45
|
"pisell2.pin.verify.modal.keyboard.verify": "驗證"
|
|
46
|
-
},
|
|
47
|
-
ja: {
|
|
48
|
-
"pisell2.pin.verify.modal.title": "ウォレット認証",
|
|
49
|
-
"pisell2.pin.verify.modal.wallet": "ウォレット : ",
|
|
50
|
-
"pisell2.pin.verify.modal.keyboard.title": "続行するには4桁のPINを入力してください",
|
|
51
|
-
"pisell2.pin.verify.modal.keyboard.desc": "残りの試行回数 : ",
|
|
52
|
-
"pisell2.pin.verify.modal.keyboard.verify": "認証"
|
|
53
|
-
},
|
|
54
|
-
pt: {
|
|
55
|
-
"pisell2.pin.verify.modal.title": "Verificação de Carteira",
|
|
56
|
-
"pisell2.pin.verify.modal.wallet": "Carteira : ",
|
|
57
|
-
"pisell2.pin.verify.modal.keyboard.title": "Digite o PIN de 4 dígitos para continuar",
|
|
58
|
-
"pisell2.pin.verify.modal.keyboard.desc": "Tentativas restantes : ",
|
|
59
|
-
"pisell2.pin.verify.modal.keyboard.verify": "Verificar"
|
|
60
46
|
}
|
|
61
47
|
};
|