@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
|
@@ -149,7 +149,8 @@ export default {
|
|
|
149
149
|
},
|
|
150
150
|
'page.eftpos-pay.text.tyro': function pageEftposPayTextTyro(key) {
|
|
151
151
|
return key;
|
|
152
|
-
}
|
|
152
|
+
},
|
|
153
|
+
'page.eftpos-pay.text.mx51.result.loading': 'Checking transaction result…'
|
|
153
154
|
},
|
|
154
155
|
'zh-CN': {
|
|
155
156
|
'page.eftpos-pay.text.loading': function pageEftposPayTextLoading(mode) {
|
|
@@ -447,7 +448,8 @@ export default {
|
|
|
447
448
|
return '请使用以下选项之一回答此问题';
|
|
448
449
|
}
|
|
449
450
|
return key;
|
|
450
|
-
}
|
|
451
|
+
},
|
|
452
|
+
'page.eftpos-pay.text.mx51.result.loading': '正在获取交易结果…'
|
|
451
453
|
},
|
|
452
454
|
'zh-HK': {
|
|
453
455
|
'page.eftpos-pay.text.loading': function pageEftposPayTextLoading(mode) {
|
|
@@ -745,332 +747,7 @@ export default {
|
|
|
745
747
|
return '請使用以下選項之一回答此問題';
|
|
746
748
|
}
|
|
747
749
|
return key;
|
|
748
|
-
}
|
|
749
|
-
},
|
|
750
|
-
ja: {
|
|
751
|
-
'page.eftpos-pay.text.loading': function pageEftposPayTextLoading(mode) {
|
|
752
|
-
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u9032\u884C\u4E2D...");
|
|
753
|
-
},
|
|
754
|
-
'page.eftpos-pay.text.wait': function pageEftposPayTextWait(val, mode) {
|
|
755
|
-
return mode === 'pay' || mode === 'fullPay' ? "EFTPOS\u306B".concat(val, "\u306E\u652F\u6255\u3044\u3092\u53D7\u3051\u5165\u308C\u308B\u3088\u3046\u4F9D\u983C\u3057\u307E\u3057\u305F") : "EFTPOS\u306B".concat(val, "\u306E\u8FD4\u91D1\u3092\u53D7\u3051\u5165\u308C\u308B\u3088\u3046\u4F9D\u983C\u3057\u307E\u3057\u305F\u3002");
|
|
756
|
-
},
|
|
757
|
-
'page.eftpos-pay.text.surcharge': '顧客が追加料金を受け入れるのを待機中',
|
|
758
|
-
'page.eftpos-pay.text.card': '顧客がカードを提示するのを待機中',
|
|
759
|
-
'page.eftpos-pay.text.account': '顧客がアカウントを選択するのを待機中',
|
|
760
|
-
'page.eftpos-pay.text.pin': '顧客がPINを入力するかレシートに署名するのを待機中',
|
|
761
|
-
'page.eftpos-pay.text.receipt': '顧客にレシートに署名してもらう',
|
|
762
|
-
'page.eftpos-pay.text.receipt.again.title': '署名を確認',
|
|
763
|
-
'page.eftpos-pay.text.receipt.again.text': '署名が正しい場合は「承認」をクリックしてください。署名が間違っている場合は「拒否」をクリックしてください。',
|
|
764
|
-
'page.eftpos-pay.text.signature.title': '署名の拒否を確認しますか?',
|
|
765
|
-
'page.eftpos-pay.text.signature.text': function pageEftposPayTextSignatureText(mode) {
|
|
766
|
-
return mode === 'pay' || mode === 'fullPay' ? "\u62D2\u5426\u3059\u308B\u3068\u652F\u6255\u3044\u304C\u5931\u6557\u3057\u3001\u518D\u5EA6\u652F\u6255\u3046\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002" : "\u62D2\u5426\u3059\u308B\u3068\u8FD4\u91D1\u304C\u5931\u6557\u3057\u3001\u8FD4\u91D1\u3092\u518D\u5EA6\u51E6\u7406\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002";
|
|
767
|
-
},
|
|
768
|
-
'page.eftpos-pay.text.timedout.title': '申し訳ございませんが、リクエストがタイムアウトしました。',
|
|
769
|
-
'page.eftpos-pay.text.timedout.text': function pageEftposPayTextTimedoutText(mode) {
|
|
770
|
-
return mode === 'pay' || mode === 'fullPay' ? 'カードリーダーに表示されている支払いステータスに基づいて、手動で支払い結果をマークしてください。取引の正確性を確保するためです。' : "\u30AB\u30FC\u30C9\u30EA\u30FC\u30C0\u30FC\u306B\u8868\u793A\u3055\u308C\u3066\u3044\u308B\u8FD4\u91D1\u30B9\u30C6\u30FC\u30BF\u30B9\u306B\u57FA\u3065\u3044\u3066\u3001\u624B\u52D5\u3067\u8FD4\u91D1\u7D50\u679C\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u53D6\u5F15\u306E\u6B63\u78BA\u6027\u3092\u78BA\u4FDD\u3059\u308B\u305F\u3081\u3067\u3059\u3002";
|
|
771
|
-
},
|
|
772
|
-
'page.eftpos-pay.text.request.title': function pageEftposPayTextRequestTitle(mode) {
|
|
773
|
-
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u30EA\u30AF\u30A8\u30B9\u30C8\u9032\u884C\u4E2D...");
|
|
774
|
-
},
|
|
775
|
-
'page.eftpos-pay.text.request.text': function pageEftposPayTextRequestText(mode) {
|
|
776
|
-
return mode === 'pay' || mode === 'fullPay' ? 'カードリーダーに表示されている支払いステータスに基づいて、手動で支払い結果をマークしてください。取引の正確性を確保するためです。' : "\u30AB\u30FC\u30C9\u30EA\u30FC\u30C0\u30FC\u306B\u8868\u793A\u3055\u308C\u3066\u3044\u308B\u8FD4\u91D1\u30B9\u30C6\u30FC\u30BF\u30B9\u306B\u57FA\u3065\u3044\u3066\u3001\u624B\u52D5\u3067\u8FD4\u91D1\u7D50\u679C\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u53D6\u5F15\u306E\u6B63\u78BA\u6027\u3092\u78BA\u4FDD\u3059\u308B\u305F\u3081\u3067\u3059\u3002";
|
|
777
|
-
},
|
|
778
|
-
'page.eftpos-pay.text.request.unknown.title': function pageEftposPayTextRequestUnknownTitle(mode) {
|
|
779
|
-
return "\u7533\u3057\u8A33\u3054\u3056\u3044\u307E\u305B\u3093\u304C\u3001".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u4E0D\u660E\u306A\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002");
|
|
780
|
-
},
|
|
781
|
-
'page.eftpos-pay.text.request.unknown.text': function pageEftposPayTextRequestUnknownText(mode) {
|
|
782
|
-
return mode === 'pay' || mode === 'fullPay' ? 'カードリーダーに表示されている支払いステータスに基づいて、手動で支払い結果をマークしてください。取引の正確性を確保するためです。' : "\u30AB\u30FC\u30C9\u30EA\u30FC\u30C0\u30FC\u306B\u8868\u793A\u3055\u308C\u3066\u3044\u308B\u8FD4\u91D1\u30B9\u30C6\u30FC\u30BF\u30B9\u306B\u57FA\u3065\u3044\u3066\u3001\u624B\u52D5\u3067\u8FD4\u91D1\u7D50\u679C\u3092\u30DE\u30FC\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u53D6\u5F15\u306E\u6B63\u78BA\u6027\u3092\u78BA\u4FDD\u3059\u308B\u305F\u3081\u3067\u3059\u3002";
|
|
783
|
-
},
|
|
784
|
-
'page.eftpos-pay.text.interrupted': 'EFTPOSデバイスの接続が中断されました',
|
|
785
|
-
'page.eftpos-pay.text.reconnect': 'EFTPOSへの再接続を試みています...',
|
|
786
|
-
'page.eftpos-pay.text.waiting.pay': function pageEftposPayTextWaitingPay(mode) {
|
|
787
|
-
return mode === 'pay' || mode === 'fullPay' ? 'EFTPOSで支払いステータスを確認した場合は、手動マークボタンを押してスキップできます。' : 'EFTPOSで返金ステータスを確認した場合は、手動マークボタンを押してスキップできます。';
|
|
788
|
-
},
|
|
789
|
-
'page.eftpos-pay.text.restored': 'ネットワーク接続が復元されました',
|
|
790
|
-
'page.eftpos-pay.text.disconnected': 'このiPadのネットワークが切断されました',
|
|
791
|
-
'page.eftpos-pay.text.waiting.network': 'ネットワークの回復を待機中...',
|
|
792
|
-
'page.eftpos-pay.text.waiting.wifi.title': 'デバイスのネットワークを確認してください。',
|
|
793
|
-
'page.eftpos-pay.text.waiting.wifi.connection': '1. Wi-Fi接続を確認してください。',
|
|
794
|
-
'page.eftpos-pay.text.waiting.wifi.router': '2. ルーターを再起動してください。',
|
|
795
|
-
'page.eftpos-pay.text.waiting.wifi.forget.reconnect': '3. ネットワークを忘れて再接続',
|
|
796
|
-
'page.eftpos-pay.text.accept': '承認',
|
|
797
|
-
'page.eftpos-pay.text.decline': '拒否',
|
|
798
|
-
'page.eftpos-pay.text.manual.marking': '手動マーク',
|
|
799
|
-
'page.eftpos-pay.text.manual.title': '支払い金額を確認',
|
|
800
|
-
'page.eftpos-pay.text.manual.subtitle': function pageEftposPayTextManualSubtitle(money) {
|
|
801
|
-
return "\u3053\u306E\u53D6\u5F15\u3067\u652F\u6255\u308F\u308C\u305F\u91D1\u984D\uFF1A".concat(money, "\u3002");
|
|
802
|
-
},
|
|
803
|
-
'page.eftpos-pay.text.manual.confirm': '支払い金額がEFTPOSの金額と一致するか確認してください。',
|
|
804
|
-
'page.eftpos-pay.text.manual.btn.confirm': function pageEftposPayTextManualBtnConfirm(money) {
|
|
805
|
-
return "\u78BA\u8A8D(".concat(money, ")");
|
|
806
|
-
},
|
|
807
|
-
'page.eftpos-pay.text.manual.diff': '一致しない場合は、下の入力ボックスに実際の取引金額を入力してください。',
|
|
808
|
-
'page.eftpos-pay.text.manual.tip': '支払い金額(追加料金を含む)',
|
|
809
|
-
'page.eftpos-pay.text.manual.cancel': '現在の取引をキャンセル',
|
|
810
|
-
'page.eftpos-pay.text.manual.print_receipt': 'レシートを印刷',
|
|
811
|
-
'page.eftpos-pay.text.modify.payment.info': function pageEftposPayTextModifyPaymentInfo(mode) {
|
|
812
|
-
return mode === 'pay' || mode === 'fullPay' ? '支払い情報を変更' : '返金情報を変更';
|
|
813
|
-
},
|
|
814
|
-
'page.eftpos-pay.text.successful': function pageEftposPayTextSuccessful(mode) {
|
|
815
|
-
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u6210\u529F");
|
|
816
|
-
},
|
|
817
|
-
'page.eftpos-pay.text.failed': function pageEftposPayTextFailed(mode) {
|
|
818
|
-
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u5931\u6557");
|
|
819
|
-
},
|
|
820
|
-
'page.eftpos-pay.text.confirm': '確認',
|
|
821
|
-
'page.eftpos-pay.text.confirm.decline': '拒否を確認',
|
|
822
|
-
'page.eftpos-pay.text.back': '戻る',
|
|
823
|
-
'page.eftpos-pay.text.cancel': 'キャンセル',
|
|
824
|
-
'page.eftpos-pay.text.waiting.processing': '処理を待機中',
|
|
825
|
-
'page.eftpos-pay.text.waiting.signature': '署名の確認を待機中',
|
|
826
|
-
'page.eftpos-pay.text.waiting.decline': '拒否を待機中',
|
|
827
|
-
'page.eftpos-pay.text.processing': '処理中',
|
|
828
|
-
'page.eftpos-pay.text.transaction.processing': '取引進行中',
|
|
829
|
-
'page.eftpos-pay.text.retry': '再試行',
|
|
830
|
-
'page.eftpos-pay.text.sure': '確認',
|
|
831
|
-
'page.eftpos-pay.text.device': 'デバイスを選択してください',
|
|
832
|
-
'page.eftpos-pay.text.leave': 'このページを離れないでください',
|
|
833
|
-
'page.eftpos-pay.text.latest.success': 'この注文で成功した支払いが検出されました!',
|
|
834
|
-
'page.eftpos-pay.text.latest.amount': '金額',
|
|
835
|
-
'page.eftpos-pay.text.latest.surcharge': '追加料金',
|
|
836
|
-
'page.eftpos-pay.text.latest.time': '時間',
|
|
837
|
-
'page.eftpos-pay.text.latest.confirm': '確認',
|
|
838
|
-
'page.eftpos-pay.text.amount.to.pay': '支払うべき金額',
|
|
839
|
-
'page.eftpos-pay.text.surcharge.percentage': 'パーセンテージ',
|
|
840
|
-
'page.eftpos-pay.text.surcharge.fixed': '固定',
|
|
841
|
-
'page.eftpos-pay.text.surcharge.percentage-fixed': '追加料金 = パーセンテージ + 固定',
|
|
842
|
-
'page.eftpos-pay.text.surcharge.edit.title': '支払い追加料金を編集',
|
|
843
|
-
'page.eftpos-pay.text.input.title': function pageEftposPayTextInputTitle(name) {
|
|
844
|
-
return "".concat(name, "\u3067\u652F\u6255\u3046\u91D1\u984D");
|
|
845
|
-
},
|
|
846
|
-
'page.eftpos-pay.text.amount.cash.left.pay.paid': function pageEftposPayTextAmountCashLeftPayPaid(money) {
|
|
847
|
-
return "".concat(money, " \u652F\u6255\u3044\u6B8B\u308A");
|
|
848
|
-
},
|
|
849
|
-
'page.eftpos-pay.text.surcharge.edit.actual.pay': '実際の支払い',
|
|
850
|
-
'page.eftpos-pay.text.surcharge.edit.inc.surcharge': '追加料金を含む',
|
|
851
|
-
'page.eftpos-pay.text.surcharge.edit.rate': 'レート',
|
|
852
|
-
'page.eftpos-pay.text.surcharge.edit.surcharge': '追加料金を編集',
|
|
853
|
-
'page.eftpos-pay.text.transaction.end': '取引終了',
|
|
854
|
-
'page.eftpos-pay.text.transaction.user.declined.title': '署名が拒否されました',
|
|
855
|
-
'page.eftpos-pay.text.transaction.user.declined.text': '署名の拒否により、この取引は失敗しました。',
|
|
856
|
-
'page.eftpos-pay.text.transaction.user.config.title': '設定パラメータエラー',
|
|
857
|
-
'page.eftpos-pay.text.transaction.user.config.text': '申し訳ございませんが、デバイス設定の設定パラメータが正しく入力されているか確認してください。',
|
|
858
|
-
'page.eftpos-pay.text.transaction.back.declined.title': '取引が拒否されました',
|
|
859
|
-
'page.eftpos-pay.text.transaction.back.declined.text': '申し訳ございませんが、銀行がこの取引を拒否しました。別のカードをお試しください。',
|
|
860
|
-
'page.eftpos-pay.text.transaction.fail': '取引失敗。',
|
|
861
|
-
'page.eftpos-pay.text.transaction.fail.timeout': '取引タイムアウト。',
|
|
862
|
-
'page.eftpos-pay.text.transaction.pay.fail.timeout': '取引タイムアウト。',
|
|
863
|
-
'page.eftpos-pay.text.transaction.fail.terminal.title': 'EFTPOS繁忙',
|
|
864
|
-
'page.eftpos-pay.text.transaction.fail.terminal': '別の取引を処理中であるため、EFTPOS端末は一時的に利用できません。',
|
|
865
|
-
'page.eftpos-pay.text.transaction.fail.cancel.title': '取引をキャンセル',
|
|
866
|
-
'page.eftpos-pay.text.transaction.fail.cancel': 'EFTPOSが取引をキャンセルしました。',
|
|
867
|
-
'page.eftpos-pay.text.transaction.fail.socket': 'EFTPOSデバイスの接続に失敗しました。',
|
|
868
|
-
'page.eftpos-pay.text.transaction.eftpos.fail': 'EFTPOSデバイスの接続が中断されました',
|
|
869
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.title': 'デバイスを確認してください',
|
|
870
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.power': '1. デバイスの電源を確認してください。',
|
|
871
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.device': '2. デバイスがオンになっているか確認してください。',
|
|
872
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.network': '3. デバイスのネットワークを確認してください。',
|
|
873
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.if': function pageEftposPayTextTransactionEftposFailIf(mode) {
|
|
874
|
-
return mode === 'pay' || mode === 'fullPay' ? 'この注文の支払いステータスを確認した場合は、手動マークをクリックしてください。' : 'この注文の返金ステータスを確認した場合は、手動マークをクリックしてください。';
|
|
875
|
-
},
|
|
876
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.other': '支払いに問題が検出されました。レシートを印刷してスタッフに連絡してください。',
|
|
877
|
-
'page.eftpos-pay.text.application': '顧客がアプリケーションを選択するのを待機中',
|
|
878
|
-
'page.eftpos-pay.text.approved': '承認済み',
|
|
879
|
-
'page.eftpos-pay.text.device.no.title': 'まだデバイスが追加されていません。続行するにはデバイスを追加してください。',
|
|
880
|
-
'page.eftpos-pay.text.device.no.add': 'デバイスを追加するには:',
|
|
881
|
-
'page.eftpos-pay.text.device.no.web': "\u7BA1\u7406\u30D1\u30CD\u30EB\uFF1A\u8A2D\u5B9A > \u652F\u6255\u3044 > EFTPOS > \u30D9\u30F3\u30C0\u30FC\u306E\u6A2A\u306E\u300C\u7BA1\u7406\u300D\u3092\u30AF\u30EA\u30C3\u30AF > \u30C7\u30D0\u30A4\u30B9\u3092\u8FFD\u52A0",
|
|
882
|
-
'page.eftpos-pay.text.device.no.terminal': "\u30BF\u30FC\u30DF\u30CA\u30EB\uFF1A\u8A2D\u5B9A > EFTPOS > \u30D9\u30F3\u30C0\u30FC\u306E\u6A2A\u306E\u300C\u7BA1\u7406\u300D\u3092\u30AF\u30EA\u30C3\u30AF > \u30C7\u30D0\u30A4\u30B9\u3092\u8FFD\u52A0",
|
|
883
|
-
'page.eftpos-pay.text.waiting.decline.signature': '署名の拒否を待機中',
|
|
884
|
-
'page.eftpos-pay.text.unknown.title': function pageEftposPayTextUnknownTitle(mode) {
|
|
885
|
-
return "".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u30DE\u30FC\u30AF");
|
|
886
|
-
},
|
|
887
|
-
'page.eftpos-pay.text.unknown.text': function pageEftposPayTextUnknownText(mode) {
|
|
888
|
-
return "\u7533\u3057\u8A33\u3054\u3056\u3044\u307E\u305B\u3093\u304C\u3001".concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u4E0D\u660E\u306A\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u3053\u306E").concat(mode === 'pay' || mode === 'fullPay' ? '支払い' : '返金', "\u306E\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u624B\u52D5\u3067\u30DE\u30FC\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002");
|
|
889
|
-
},
|
|
890
|
-
'page.eftpos-pay.text.reconnecting': '再接続中',
|
|
891
|
-
'page.eftpos-pay.text.reconnect.network': 'ネットワークを再接続',
|
|
892
|
-
'page.eftpos-pay.text.network.disconnected': 'ネットワークが切断されました',
|
|
893
|
-
'page.eftpos-pay.text.not.connected': 'ネットワークが接続されていません',
|
|
894
|
-
'page.eftpos-pay.text.tyro-btn': function pageEftposPayTextTyroBtn(key) {
|
|
895
|
-
return key;
|
|
896
|
-
},
|
|
897
|
-
'page.eftpos-pay.text.tyro': function pageEftposPayTextTyro(key) {
|
|
898
|
-
return key;
|
|
899
|
-
},
|
|
900
|
-
'page.eftpos-pay.text.huifu.scan.title': 'スキャンして支払い(Alipay・WeChat Pay・UnionPay)',
|
|
901
|
-
'page.eftpos-pay.text.huifu.scan.gun.connected': 'スキャナーが接続されました',
|
|
902
|
-
'page.eftpos-pay.text.huifu.scan.gun.connected-desc': '顧客の支払いコードをスキャンして支払いを回収',
|
|
903
|
-
'page.eftpos-pay.text.huifu.scan.gun.not-connected': 'スキャナーが接続されていません',
|
|
904
|
-
'page.eftpos-pay.text.huifu.scan.gun.not-connected-desc': 'スキャナーを接続して顧客の支払いコードをスキャン',
|
|
905
|
-
'page.eftpos-pay.text.huifu.scan.camera-title': 'クリックしてカメラを使用',
|
|
906
|
-
'page.eftpos-pay.text.huifu.scan.camera-desc': '顧客の支払いコードをフレーム内に配置',
|
|
907
|
-
'page.eftpos-pay.text.huifu.scan.input-title': 'または手動で支払いコードを入力',
|
|
908
|
-
'page.eftpos-pay.text.huifu.scan.input-placeholder': '支払いコードを入力',
|
|
909
|
-
'page.eftpos-pay.text.huifu.scan.input-tip': 'ヒント:支払いコードは18桁の数字です',
|
|
910
|
-
'page.eftpos-pay.text.huifu.scan.cancel': 'キャンセル',
|
|
911
|
-
'page.eftpos-pay.text.huifu.scan.confirm': '支払いを確認'
|
|
912
|
-
},
|
|
913
|
-
pt: {
|
|
914
|
-
'page.eftpos-pay.text.loading': function pageEftposPayTextLoading(mode) {
|
|
915
|
-
return "".concat(mode === 'pay' || mode === 'fullPay' ? 'Pagamento' : 'Reembolso', " em andamento...");
|
|
916
|
-
},
|
|
917
|
-
'page.eftpos-pay.text.wait': function pageEftposPayTextWait(val, mode) {
|
|
918
|
-
return mode === 'pay' || mode === 'fullPay' ? "Solicitado ao EFTPOS para aceitar pagamento para Compra ".concat(val) : "Solicitado ao EFTPOS para aceitar o reembolso para ".concat(val, ".");
|
|
919
|
-
},
|
|
920
|
-
'page.eftpos-pay.text.surcharge': 'Aguardando cliente aceitar taxa adicional',
|
|
921
|
-
'page.eftpos-pay.text.card': 'Aguardando cliente apresentar cartão',
|
|
922
|
-
'page.eftpos-pay.text.account': 'Aguardando cliente selecionar conta',
|
|
923
|
-
'page.eftpos-pay.text.pin': 'Aguardando cliente inserir PIN ou assinar o recibo',
|
|
924
|
-
'page.eftpos-pay.text.receipt': 'Peça ao cliente para assinar o recibo',
|
|
925
|
-
'page.eftpos-pay.text.receipt.again.title': 'Verificar assinatura',
|
|
926
|
-
'page.eftpos-pay.text.receipt.again.text': 'Se a assinatura estiver correta, clique em "Aceitar". Se a assinatura estiver incorreta, clique em "Recusar".',
|
|
927
|
-
'page.eftpos-pay.text.signature.title': 'Confirmar recusar assinatura?',
|
|
928
|
-
'page.eftpos-pay.text.signature.text': function pageEftposPayTextSignatureText(mode) {
|
|
929
|
-
return mode === 'pay' || mode === 'fullPay' ? "Recusar causar\xE1 falha no pagamento, \xE9 necess\xE1rio pagar novamente." : "Recusar causar\xE1 falha no reembolso; um reembolso precisa ser processado novamente.";
|
|
930
|
-
},
|
|
931
|
-
'page.eftpos-pay.text.timedout.title': 'Desculpe, a solicitação expirou.',
|
|
932
|
-
'page.eftpos-pay.text.timedout.text': function pageEftposPayTextTimedoutText(mode) {
|
|
933
|
-
return mode === 'pay' || mode === 'fullPay' ? 'Por favor, marque manualmente o resultado do pagamento com base no status do pagamento exibido no leitor de cartão, para garantir a precisão da transação.' : "Por favor, verifique manualmente o resultado do reembolso com base no status do reembolso exibido no leitor de cart\xE3o para garantir a precis\xE3o da transa\xE7\xE3o.";
|
|
934
|
-
},
|
|
935
|
-
'page.eftpos-pay.text.request.title': function pageEftposPayTextRequestTitle(mode) {
|
|
936
|
-
return "Solicita\xE7\xE3o de ".concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso', " em andamento...");
|
|
937
|
-
},
|
|
938
|
-
'page.eftpos-pay.text.request.text': function pageEftposPayTextRequestText(mode) {
|
|
939
|
-
return mode === 'pay' || mode === 'fullPay' ? 'Por favor, marque manualmente o resultado do pagamento com base no status do pagamento exibido no leitor de cartão, para garantir a precisão da transação.' : "Por favor, verifique manualmente o resultado do reembolso com base no status do reembolso exibido no leitor de cart\xE3o para garantir a precis\xE3o da transa\xE7\xE3o.";
|
|
940
|
-
},
|
|
941
|
-
'page.eftpos-pay.text.request.unknown.title': function pageEftposPayTextRequestUnknownTitle(mode) {
|
|
942
|
-
return "Desculpe, ocorreu um erro desconhecido durante o processo de ".concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso', ".");
|
|
943
|
-
},
|
|
944
|
-
'page.eftpos-pay.text.request.unknown.text': function pageEftposPayTextRequestUnknownText(mode) {
|
|
945
|
-
return mode === 'pay' || mode === 'fullPay' ? 'Por favor, marque manualmente o resultado do pagamento com base no status do pagamento exibido no leitor de cartão, para garantir a precisão da transação.' : "Por favor, marque manualmente o resultado do reembolso com base no status do reembolso exibido no leitor de cart\xE3o, para garantir a precis\xE3o da transa\xE7\xE3o.";
|
|
946
|
-
},
|
|
947
|
-
'page.eftpos-pay.text.interrupted': 'Conexão do dispositivo EFTPOS interrompida',
|
|
948
|
-
'page.eftpos-pay.text.reconnect': 'Tentando reconectar o EFTPOS...',
|
|
949
|
-
'page.eftpos-pay.text.waiting.pay': function pageEftposPayTextWaitingPay(mode) {
|
|
950
|
-
return mode === 'pay' || mode === 'fullPay' ? 'Se você já confirmou o status do pagamento no EFTPOS, pode pressionar o botão Marcação manual para pular.' : 'Se você já confirmou o status do reembolso no EFTPOS, pode pressionar o botão Marcação Manual para pular.';
|
|
951
|
-
},
|
|
952
|
-
'page.eftpos-pay.text.restored': 'Conexão de rede restaurada',
|
|
953
|
-
'page.eftpos-pay.text.disconnected': 'Rede deste iPad desconectada',
|
|
954
|
-
'page.eftpos-pay.text.waiting.network': 'Aguardando recuperação da rede...',
|
|
955
|
-
'page.eftpos-pay.text.waiting.wifi.title': "Por favor, verifique a rede do seu dispositivo.",
|
|
956
|
-
'page.eftpos-pay.text.waiting.wifi.connection': '1. Verifique a conexão Wi-Fi.',
|
|
957
|
-
'page.eftpos-pay.text.waiting.wifi.router': '2. Reinicie o roteador.',
|
|
958
|
-
'page.eftpos-pay.text.waiting.wifi.forget.reconnect': '3. Esquecer rede e reconectar',
|
|
959
|
-
'page.eftpos-pay.text.accept': 'Aceitar',
|
|
960
|
-
'page.eftpos-pay.text.decline': 'Recusar',
|
|
961
|
-
'page.eftpos-pay.text.manual.marking': 'Marcação manual',
|
|
962
|
-
'page.eftpos-pay.text.manual.title': 'Confirmar valor do pagamento',
|
|
963
|
-
'page.eftpos-pay.text.manual.subtitle': function pageEftposPayTextManualSubtitle(money) {
|
|
964
|
-
return "Valor pago para esta transa\xE7\xE3o:".concat(money, ".");
|
|
965
|
-
},
|
|
966
|
-
'page.eftpos-pay.text.manual.confirm': 'Por favor, verifique se o valor do pagamento corresponde ao valor no EFTPOS.',
|
|
967
|
-
'page.eftpos-pay.text.manual.btn.confirm': function pageEftposPayTextManualBtnConfirm(money) {
|
|
968
|
-
return "Confirmar(".concat(money, ")");
|
|
969
|
-
},
|
|
970
|
-
'page.eftpos-pay.text.manual.diff': "Se não corresponder, por favor insira o valor real da transação na caixa de entrada abaixo.",
|
|
971
|
-
'page.eftpos-pay.text.manual.tip': 'Valor pago (incl. taxa adicional)',
|
|
972
|
-
'page.eftpos-pay.text.manual.cancel': 'Cancelar transação atual',
|
|
973
|
-
'page.eftpos-pay.text.manual.print_receipt': 'Imprimir Recibo',
|
|
974
|
-
'page.eftpos-pay.text.modify.payment.info': function pageEftposPayTextModifyPaymentInfo(mode) {
|
|
975
|
-
return mode === 'pay' || mode === 'fullPay' ? 'Modificar informações de pagamento' : 'Modificar informações de reembolso';
|
|
976
|
-
},
|
|
977
|
-
'page.eftpos-pay.text.successful': function pageEftposPayTextSuccessful(mode) {
|
|
978
|
-
return "".concat(mode === 'pay' || mode === 'fullPay' ? 'Pagamento' : 'Reembolso', " bem-sucedido");
|
|
979
|
-
},
|
|
980
|
-
'page.eftpos-pay.text.failed': function pageEftposPayTextFailed(mode) {
|
|
981
|
-
return "".concat(mode === 'pay' || mode === 'fullPay' ? 'Pagamento' : 'Reembolso', " falhou");
|
|
982
|
-
},
|
|
983
|
-
'page.eftpos-pay.text.confirm': 'Confirmar',
|
|
984
|
-
'page.eftpos-pay.text.confirm.decline': 'Confirmar recusa',
|
|
985
|
-
'page.eftpos-pay.text.back': 'Voltar',
|
|
986
|
-
'page.eftpos-pay.text.cancel': 'Cancelar',
|
|
987
|
-
'page.eftpos-pay.text.waiting.processing': 'Aguardando processamento',
|
|
988
|
-
'page.eftpos-pay.text.waiting.signature': 'Aguardando você verificar assinatura',
|
|
989
|
-
'page.eftpos-pay.text.waiting.decline': 'Aguardando recusa',
|
|
990
|
-
'page.eftpos-pay.text.processing': 'Processando',
|
|
991
|
-
'page.eftpos-pay.text.transaction.processing': 'Transação em andamento',
|
|
992
|
-
'page.eftpos-pay.text.retry': 'Tentar Novamente',
|
|
993
|
-
'page.eftpos-pay.text.sure': 'Certo',
|
|
994
|
-
'page.eftpos-pay.text.device': 'Por favor, selecione o dispositivo',
|
|
995
|
-
'page.eftpos-pay.text.leave': 'Por favor, não saia desta página',
|
|
996
|
-
'page.eftpos-pay.text.latest.success': 'Um Pagamento Bem-sucedido Detectado para Este Pedido!',
|
|
997
|
-
'page.eftpos-pay.text.latest.amount': 'Valor',
|
|
998
|
-
'page.eftpos-pay.text.latest.surcharge': 'Taxa Adicional',
|
|
999
|
-
'page.eftpos-pay.text.latest.time': 'Hora',
|
|
1000
|
-
'page.eftpos-pay.text.latest.confirm': 'Confirmar',
|
|
1001
|
-
'page.eftpos-pay.text.amount.to.pay': 'Valor a pagar',
|
|
1002
|
-
'page.eftpos-pay.text.surcharge.percentage': 'Porcentagem',
|
|
1003
|
-
'page.eftpos-pay.text.surcharge.fixed': 'Fixo',
|
|
1004
|
-
'page.eftpos-pay.text.surcharge.percentage-fixed': 'Taxa Adicional = Porcentagem + Fixo',
|
|
1005
|
-
'page.eftpos-pay.text.surcharge.edit.title': 'Editar taxa adicional de pagamento',
|
|
1006
|
-
'page.eftpos-pay.text.input.title': function pageEftposPayTextInputTitle(name) {
|
|
1007
|
-
return "Valor a pagar em ".concat(name);
|
|
1008
|
-
},
|
|
1009
|
-
'page.eftpos-pay.text.amount.cash.left.pay.paid': function pageEftposPayTextAmountCashLeftPayPaid(money) {
|
|
1010
|
-
return "".concat(money, " restante para pagar");
|
|
1011
|
-
},
|
|
1012
|
-
'page.eftpos-pay.text.surcharge.edit.actual.pay': 'Pagamento Real',
|
|
1013
|
-
'page.eftpos-pay.text.surcharge.edit.inc.surcharge': 'Incl. Taxa Adicional',
|
|
1014
|
-
'page.eftpos-pay.text.surcharge.edit.rate': 'Taxa',
|
|
1015
|
-
'page.eftpos-pay.text.surcharge.edit.surcharge': 'Editar Taxa Adicional',
|
|
1016
|
-
'page.eftpos-pay.text.transaction.end': 'Fim da transação',
|
|
1017
|
-
'page.eftpos-pay.text.transaction.user.declined.title': 'Assinatura recusada',
|
|
1018
|
-
'page.eftpos-pay.text.transaction.user.declined.text': 'A transação falhou devido à recusa da assinatura.',
|
|
1019
|
-
'page.eftpos-pay.text.transaction.user.config.title': 'Erro de Parâmetro de Configuração',
|
|
1020
|
-
'page.eftpos-pay.text.transaction.user.config.text': 'Desculpe, por favor verifique se os parâmetros de configuração nas configurações do dispositivo estão preenchidos corretamente.',
|
|
1021
|
-
'page.eftpos-pay.text.transaction.back.declined.title': 'Transação Recusada',
|
|
1022
|
-
'page.eftpos-pay.text.transaction.back.declined.text': "Lamentamos, o banco recusou esta transação. Por favor, tente outro cartão.",
|
|
1023
|
-
'page.eftpos-pay.text.transaction.fail': 'Transação falhou.',
|
|
1024
|
-
'page.eftpos-pay.text.transaction.fail.timeout': 'Tempo limite da transação.',
|
|
1025
|
-
'page.eftpos-pay.text.transaction.pay.fail.timeout': 'Tempo limite da transação.',
|
|
1026
|
-
'page.eftpos-pay.text.transaction.fail.terminal.title': 'EFTPOS ocupado',
|
|
1027
|
-
'page.eftpos-pay.text.transaction.fail.terminal': 'O terminal EFTPOS está temporariamente indisponível devido ao processamento de outra transação.',
|
|
1028
|
-
'page.eftpos-pay.text.transaction.fail.cancel.title': 'Cancela transação',
|
|
1029
|
-
'page.eftpos-pay.text.transaction.fail.cancel': 'EFTPOS cancela transação..',
|
|
1030
|
-
'page.eftpos-pay.text.transaction.fail.socket': 'Falha na conexão do dispositivo EFTPOS.',
|
|
1031
|
-
'page.eftpos-pay.text.transaction.eftpos.fail': 'Conexão do dispositivo EFTPOS interrompida',
|
|
1032
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.title': 'Por favor, verifique seu dispositivo',
|
|
1033
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.power': '1. Verifique a energia do dispositivo.',
|
|
1034
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.device': '2. Verifique se o dispositivo está ligado.',
|
|
1035
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.network': '3. Verifique a rede do dispositivo.',
|
|
1036
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.if': function pageEftposPayTextTransactionEftposFailIf(mode) {
|
|
1037
|
-
return mode === 'pay' || mode === 'fullPay' ? 'Se você já confirmou o status do pagamento deste pedido, por favor clique em Marcação manual.' : 'Se você já confirmou o status do reembolso deste pedido, por favor clique em Marcação Manual.';
|
|
1038
|
-
},
|
|
1039
|
-
'page.eftpos-pay.text.transaction.eftpos.fail.other': 'Problema de pagamento detectado. Por favor, imprima o recibo e entre em contato com a equipe para assistência.',
|
|
1040
|
-
'page.eftpos-pay.text.application': 'Aguardando cliente selecionar aplicativo',
|
|
1041
|
-
'page.eftpos-pay.text.approved': 'Aprovado',
|
|
1042
|
-
'page.eftpos-pay.text.device.no.title': 'Nenhum dispositivo adicionado ainda. Por favor, adicione dispositivos para prosseguir.',
|
|
1043
|
-
'page.eftpos-pay.text.device.no.add': 'Para adicionar dispositivos:',
|
|
1044
|
-
'page.eftpos-pay.text.device.no.web': "Painel Admin: Configura\xE7\xF5es > Pagamento > EFTPOS > Clique em 'Gerenciar' ao lado do fornecedor > Adicionar Dispositivo",
|
|
1045
|
-
'page.eftpos-pay.text.device.no.terminal': "Terminal: Configura\xE7\xF5es > EFTPOS > Clique em 'Gerenciar' ao lado do fornecedor > Adicionar Dispositivo",
|
|
1046
|
-
'page.eftpos-pay.text.waiting.decline.signature': ' Aguardando a recusa da assinatura',
|
|
1047
|
-
'page.eftpos-pay.text.unknown.title': function pageEftposPayTextUnknownTitle(mode) {
|
|
1048
|
-
return "Marcar status de ".concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso');
|
|
1049
|
-
},
|
|
1050
|
-
'page.eftpos-pay.text.unknown.text': function pageEftposPayTextUnknownText(mode) {
|
|
1051
|
-
return "Desculpe, ocorreu um erro desconhecido durante o processo de ".concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso', ". Por favor, marque manualmente o status deste ").concat(mode === 'pay' || mode === 'fullPay' ? 'pagamento' : 'reembolso');
|
|
1052
|
-
},
|
|
1053
|
-
'page.eftpos-pay.text.reconnecting': 'Reconectando',
|
|
1054
|
-
'page.eftpos-pay.text.reconnect.network': 'Reconectar rede',
|
|
1055
|
-
'page.eftpos-pay.text.network.disconnected': 'Rede desconectada',
|
|
1056
|
-
'page.eftpos-pay.text.not.connected': 'A rede não está conectada',
|
|
1057
|
-
'page.eftpos-pay.text.tyro-btn': function pageEftposPayTextTyroBtn(key) {
|
|
1058
|
-
return key;
|
|
1059
|
-
},
|
|
1060
|
-
'page.eftpos-pay.text.tyro': function pageEftposPayTextTyro(key) {
|
|
1061
|
-
return key;
|
|
1062
750
|
},
|
|
1063
|
-
'page.eftpos-pay.text.
|
|
1064
|
-
'page.eftpos-pay.text.huifu.scan.gun.connected': 'Scanner Conectado',
|
|
1065
|
-
'page.eftpos-pay.text.huifu.scan.gun.connected-desc': 'Escaneie o código de pagamento do cliente para coletar pagamento',
|
|
1066
|
-
'page.eftpos-pay.text.huifu.scan.gun.not-connected': 'Scanner Não Conectado',
|
|
1067
|
-
'page.eftpos-pay.text.huifu.scan.gun.not-connected-desc': 'Conecte o scanner para escanear o código de pagamento do cliente',
|
|
1068
|
-
'page.eftpos-pay.text.huifu.scan.camera-title': 'Clique para usar a câmera',
|
|
1069
|
-
'page.eftpos-pay.text.huifu.scan.camera-desc': 'Alinhe o código de pagamento do cliente dentro da moldura',
|
|
1070
|
-
'page.eftpos-pay.text.huifu.scan.input-title': 'Ou digite o código de pagamento manualmente',
|
|
1071
|
-
'page.eftpos-pay.text.huifu.scan.input-placeholder': 'Digite o código de pagamento',
|
|
1072
|
-
'page.eftpos-pay.text.huifu.scan.input-tip': 'Dica: O código de pagamento tem 18 dígitos',
|
|
1073
|
-
'page.eftpos-pay.text.huifu.scan.cancel': 'Cancelar',
|
|
1074
|
-
'page.eftpos-pay.text.huifu.scan.confirm': 'Confirmar Pagamento'
|
|
751
|
+
'page.eftpos-pay.text.mx51.result.loading': '正在獲取交易結果…'
|
|
1075
752
|
}
|
|
1076
753
|
};
|
|
@@ -3,11 +3,13 @@ import getPayoInitState from "./payo/const";
|
|
|
3
3
|
import getTyroInitState from "./tyro/const";
|
|
4
4
|
import getWindcaveInitState from "./windcave/const";
|
|
5
5
|
import getLinklyInitState from "./linkly/const";
|
|
6
|
+
import getMx51InitState from "./mx51/const";
|
|
6
7
|
export { getAmonunt } from "./helper";
|
|
7
8
|
export { default as Payo } from "./payo";
|
|
8
9
|
export { default as Windcave } from "./windcave/windcave";
|
|
9
10
|
export { default as Tyro } from "./tyro";
|
|
10
11
|
export { default as Linkly } from "./linkly";
|
|
12
|
+
export { default as Mx51 } from "./mx51";
|
|
11
13
|
export var getInitState = function getInitState(type, params) {
|
|
12
14
|
switch (type) {
|
|
13
15
|
case EftposEnum.Payo:
|
|
@@ -18,6 +20,8 @@ export var getInitState = function getInitState(type, params) {
|
|
|
18
20
|
return getTyroInitState(params);
|
|
19
21
|
case EftposEnum.Linkly:
|
|
20
22
|
return getLinklyInitState(params);
|
|
23
|
+
case EftposEnum.MX51:
|
|
24
|
+
return getMx51InitState(params);
|
|
21
25
|
default:
|
|
22
26
|
throw new Error('未知的厂商类型');
|
|
23
27
|
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
12
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
|
+
import React, { useEffect, useState, useRef } from 'react';
|
|
14
|
+
import { Button, Input } from 'antd';
|
|
15
|
+
/**
|
|
16
|
+
* @title 渲染动态内容
|
|
17
|
+
* @description 用于渲染从接口解析出来的元素
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
var Action = function Action(props) {
|
|
21
|
+
var _data$layouts2, _data$layouts3;
|
|
22
|
+
var data = props.data,
|
|
23
|
+
_props$showMessage = props.showMessage,
|
|
24
|
+
showMessage = _props$showMessage === void 0 ? true : _props$showMessage;
|
|
25
|
+
var _useState = useState({}),
|
|
26
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
27
|
+
inputValues = _useState2[0],
|
|
28
|
+
setInputValues = _useState2[1];
|
|
29
|
+
var inputValuesRef = useRef(inputValues);
|
|
30
|
+
useEffect(function () {
|
|
31
|
+
var _data$layouts;
|
|
32
|
+
if (!data) return;
|
|
33
|
+
var inputObj = {};
|
|
34
|
+
data === null || data === void 0 || (_data$layouts = data.layouts) === null || _data$layouts === void 0 || _data$layouts.forEach(function (item) {
|
|
35
|
+
var _item$elements;
|
|
36
|
+
item === null || item === void 0 || (_item$elements = item.elements) === null || _item$elements === void 0 || _item$elements.forEach(function (element) {
|
|
37
|
+
if ((element === null || element === void 0 ? void 0 : element.type) === 'input' && element !== null && element !== void 0 && element.name) {
|
|
38
|
+
inputObj[element === null || element === void 0 ? void 0 : element.name] = inputValuesRef.current[element === null || element === void 0 ? void 0 : element.name] || '';
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
});
|
|
42
|
+
setInputValues(inputObj);
|
|
43
|
+
}, [data]);
|
|
44
|
+
useEffect(function () {
|
|
45
|
+
inputValuesRef.current = inputValues;
|
|
46
|
+
}, [inputValues]);
|
|
47
|
+
var handleInputChange = function handleInputChange(key, value) {
|
|
48
|
+
setInputValues(function (prev) {
|
|
49
|
+
return _objectSpread(_objectSpread({}, prev), {}, _defineProperty({}, key, value));
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, showMessage && (data === null || data === void 0 ? void 0 : data.message) && /*#__PURE__*/React.createElement("div", {
|
|
53
|
+
className: "pisell-lowcode__eft-pay-step-item pisell-lowcode__eft-pay-step-item-tip"
|
|
54
|
+
}, data === null || data === void 0 ? void 0 : data.message), (data === null || data === void 0 || (_data$layouts2 = data.layouts) === null || _data$layouts2 === void 0 ? void 0 : _data$layouts2.length) > 0 && (data === null || data === void 0 || (_data$layouts3 = data.layouts) === null || _data$layouts3 === void 0 ? void 0 : _data$layouts3.map(function (item, index) {
|
|
55
|
+
var _item$elements2;
|
|
56
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
57
|
+
key: index,
|
|
58
|
+
className: "pisell-lowcode__eft-pay-step-item-btns",
|
|
59
|
+
style: {
|
|
60
|
+
marginTop: '20px',
|
|
61
|
+
width: '100%',
|
|
62
|
+
display: 'flex',
|
|
63
|
+
justifyContent: 'center'
|
|
64
|
+
}
|
|
65
|
+
}, item === null || item === void 0 || (_item$elements2 = item.elements) === null || _item$elements2 === void 0 ? void 0 : _item$elements2.map(function (element) {
|
|
66
|
+
var key = element.key,
|
|
67
|
+
label = element.label,
|
|
68
|
+
type = element.type,
|
|
69
|
+
text = element.text,
|
|
70
|
+
name = element.name;
|
|
71
|
+
if (type === 'button') {
|
|
72
|
+
return /*#__PURE__*/React.createElement(Button, {
|
|
73
|
+
key: key + label,
|
|
74
|
+
block: true,
|
|
75
|
+
className: "pisell-lowcode__eft-pay-step-item-btn",
|
|
76
|
+
onClick: function onClick() {
|
|
77
|
+
var _props$onClick;
|
|
78
|
+
return props === null || props === void 0 || (_props$onClick = props.onClick) === null || _props$onClick === void 0 ? void 0 : _props$onClick.call(props, element, {
|
|
79
|
+
inputValues: inputValues
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
}, element.label);
|
|
83
|
+
} else if (type === 'text') {
|
|
84
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
85
|
+
key: key + label,
|
|
86
|
+
className: "pisell-lowcode__eft-pay-step-item-tip"
|
|
87
|
+
}, label ? "".concat(label, ": ") : '', text || '');
|
|
88
|
+
} else if (type === 'image') {
|
|
89
|
+
var _ref = (element === null || element === void 0 ? void 0 : element.image) || {},
|
|
90
|
+
_name = _ref.name,
|
|
91
|
+
_data = _ref.data,
|
|
92
|
+
encoding = _ref.encoding;
|
|
93
|
+
var imageUrl = _data ? "data:".concat(_name || 'image/png', ";").concat(encoding || 'base64', ",").concat(_data) : '';
|
|
94
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
95
|
+
style: {
|
|
96
|
+
width: '100%',
|
|
97
|
+
display: 'flex',
|
|
98
|
+
justifyContent: 'center'
|
|
99
|
+
}
|
|
100
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
101
|
+
key: key + label,
|
|
102
|
+
src: imageUrl,
|
|
103
|
+
alt: label
|
|
104
|
+
}));
|
|
105
|
+
} else if (type === 'input') {
|
|
106
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
107
|
+
style: {
|
|
108
|
+
width: '100%',
|
|
109
|
+
display: 'flex',
|
|
110
|
+
alignItems: 'center',
|
|
111
|
+
flexWrap: 'wrap'
|
|
112
|
+
}
|
|
113
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
114
|
+
style: {
|
|
115
|
+
marginRight: '10px'
|
|
116
|
+
}
|
|
117
|
+
}, "".concat(label ? "".concat(label, " ") : '')), /*#__PURE__*/React.createElement(Input, {
|
|
118
|
+
key: key + label,
|
|
119
|
+
alt: label,
|
|
120
|
+
style: {
|
|
121
|
+
flex: 1,
|
|
122
|
+
minWidth: '200px'
|
|
123
|
+
},
|
|
124
|
+
value: inputValues[name] || '',
|
|
125
|
+
onChange: function onChange(e) {
|
|
126
|
+
return handleInputChange(name, e.target.value);
|
|
127
|
+
}
|
|
128
|
+
}));
|
|
129
|
+
}
|
|
130
|
+
return null;
|
|
131
|
+
}));
|
|
132
|
+
})), (data === null || data === void 0 ? void 0 : data.detailsText) && /*#__PURE__*/React.createElement("div", {
|
|
133
|
+
className: "pisell-lowcode__eft-pay-step-item pisell-lowcode__eft-pay-step-item-tip",
|
|
134
|
+
style: {
|
|
135
|
+
marginTop: '24px'
|
|
136
|
+
}
|
|
137
|
+
}, data === null || data === void 0 ? void 0 : data.detailsText));
|
|
138
|
+
};
|
|
139
|
+
export default Action;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Button } from '@pisell/materials';
|
|
3
|
+
var Result = function Result(props) {
|
|
4
|
+
var _onClick = props.onClick;
|
|
5
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
6
|
+
style: {
|
|
7
|
+
display: 'flex',
|
|
8
|
+
flexDirection: 'column',
|
|
9
|
+
alignItems: 'center',
|
|
10
|
+
justifyContent: 'center'
|
|
11
|
+
}
|
|
12
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
13
|
+
style: {
|
|
14
|
+
color: '#101828',
|
|
15
|
+
fontSize: '24px',
|
|
16
|
+
fontWeight: 'bold',
|
|
17
|
+
marginBottom: '10px'
|
|
18
|
+
}
|
|
19
|
+
}, "Unknown transaction status"), /*#__PURE__*/React.createElement("span", {
|
|
20
|
+
style: {
|
|
21
|
+
fontSize: '16px',
|
|
22
|
+
color: '#667085',
|
|
23
|
+
marginBottom: '20px'
|
|
24
|
+
}
|
|
25
|
+
}, "Was the transaction successful on the Eftpos terminal?"), /*#__PURE__*/React.createElement("div", {
|
|
26
|
+
style: {
|
|
27
|
+
width: '100%',
|
|
28
|
+
display: 'flex',
|
|
29
|
+
gap: '10px'
|
|
30
|
+
}
|
|
31
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
32
|
+
onClick: function onClick() {
|
|
33
|
+
return _onClick('yes');
|
|
34
|
+
},
|
|
35
|
+
type: "primary",
|
|
36
|
+
block: true,
|
|
37
|
+
size: "large"
|
|
38
|
+
}, "Yes"), /*#__PURE__*/React.createElement(Button, {
|
|
39
|
+
onClick: function onClick() {
|
|
40
|
+
return _onClick('no');
|
|
41
|
+
},
|
|
42
|
+
block: true,
|
|
43
|
+
size: "large"
|
|
44
|
+
}, "No")));
|
|
45
|
+
};
|
|
46
|
+
export default Result;
|