@pisell/private-materials 6.3.108 → 6.3.110
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 +18 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +18 -10
- package/es/components/appointmentBooking/components/Date/state.js +3 -1
- package/es/components/appointmentBooking/locales.d.ts +240 -0
- package/es/components/appointmentBooking/locales.js +276 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +164 -0
- package/es/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +27 -9
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +16 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +24 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +42 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +70 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +36 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +58 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +34 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +30 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +34 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/es/components/booking/components/footer/index.js +26 -20
- package/es/components/booking/editBookingModal/locales.d.ts +12 -0
- package/es/components/booking/editBookingModal/locales.js +12 -0
- package/es/components/booking/editBookingModal/mock.d.ts +186 -2
- package/es/components/booking/editBookingModal/mock.js +22 -0
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/es/components/booking/hooks/useClearCart.d.ts +1 -1
- package/es/components/booking/hooks/useClearCart.js +39 -9
- 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/addService/utils.d.ts +1 -1
- package/es/components/booking/info/service/index.less +4 -2
- package/es/components/booking/info2/service/addService/mock.d.ts +2 -0
- package/es/components/booking/info2/service/addService/mock.js +4 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/locales.d.ts +648 -0
- package/es/components/booking/locales.js +742 -0
- package/es/components/booking/notes/NoteBlock/index.js +3 -2
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +10 -0
- package/es/components/{eftpos/PairModal → ecocup/components/AddCustomerModal}/index.js +159 -189
- package/es/components/ecocup/components/AddCustomerModal/index.less +9 -0
- package/es/components/ecocup/components/CupActionList/index.d.ts +14 -0
- package/es/components/ecocup/components/CupActionList/index.js +91 -0
- package/es/components/ecocup/components/CupActionList/index.less +102 -0
- package/es/components/ecocup/components/CupActionModal/hooks.d.ts +5 -0
- package/es/components/ecocup/components/CupActionModal/hooks.js +68 -0
- package/es/components/ecocup/components/CupActionModal/index.d.ts +15 -0
- package/es/components/ecocup/components/CupActionModal/index.js +92 -0
- package/es/components/ecocup/components/CupActionModal/index.less +38 -0
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +10 -0
- package/es/components/ecocup/components/CupInfoCard/index.js +14 -0
- package/es/components/ecocup/components/CupInfoCard/index.less +11 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +36 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.js +176 -0
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +14 -0
- package/es/components/ecocup/components/CupStatusModal/index.js +281 -0
- package/es/components/ecocup/components/CupStatusModal/index.less +73 -0
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.js +133 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +20 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.js +227 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.less +68 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +9 -0
- package/es/components/ecocup/components/CustomerCard/index.js +37 -0
- package/es/components/ecocup/components/CustomerCard/index.less +50 -0
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +9 -0
- package/es/components/ecocup/components/MoreDropdown/index.js +33 -0
- package/es/components/ecocup/components/PageHeader/index.d.ts +9 -0
- package/es/components/ecocup/components/PageHeader/index.js +47 -0
- package/es/components/ecocup/components/PageHeader/index.less +31 -0
- package/es/components/ecocup/components/SearchBar/const.d.ts +4 -0
- package/es/components/ecocup/components/SearchBar/const.js +16 -0
- package/es/components/ecocup/components/SearchBar/hooks.d.ts +44 -0
- package/es/components/ecocup/components/SearchBar/hooks.js +184 -0
- package/es/components/ecocup/components/SearchBar/index.d.ts +14 -0
- package/es/components/ecocup/components/SearchBar/index.js +248 -0
- package/es/components/ecocup/components/SearchBar/index.less +88 -0
- package/es/components/ecocup/components/SettingModal/const.d.ts +6 -0
- package/es/components/ecocup/components/SettingModal/const.js +17 -0
- package/es/components/ecocup/components/SettingModal/index.d.ts +9 -0
- package/es/components/ecocup/components/SettingModal/index.js +253 -0
- package/es/components/ecocup/components/SettingModal/index.less +9 -0
- package/es/components/ecocup/cupList/const.d.ts +140 -0
- package/es/components/ecocup/cupList/const.js +319 -0
- package/es/components/ecocup/cupList/hooks/index.d.ts +4 -0
- package/es/components/ecocup/cupList/hooks/index.js +4 -0
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +45 -0
- package/es/components/ecocup/cupList/hooks/useColumns.js +166 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +41 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.js +312 -0
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +3 -0
- package/es/components/ecocup/cupList/hooks/useSummary.js +42 -0
- package/es/components/ecocup/cupList/index.d.ts +7 -0
- package/es/components/ecocup/cupList/index.js +268 -0
- package/es/components/ecocup/cupList/index.less +159 -0
- package/es/components/ecocup/cupProject/const.d.ts +7 -0
- package/es/components/ecocup/cupProject/const.js +33 -0
- package/es/components/ecocup/cupProject/index.d.ts +3 -0
- package/es/components/ecocup/cupProject/index.js +112 -0
- package/es/components/ecocup/cupProject/index.less +41 -0
- package/es/components/ecocup/customerList/const.d.ts +44 -0
- package/es/components/ecocup/customerList/const.js +67 -0
- package/es/components/ecocup/customerList/hooks/index.d.ts +3 -0
- package/es/components/ecocup/customerList/hooks/index.js +3 -0
- package/es/components/ecocup/customerList/hooks/useColumns.d.ts +15 -0
- package/es/components/ecocup/customerList/hooks/useColumns.js +44 -0
- package/es/components/ecocup/customerList/hooks/useCustomerApi.d.ts +15 -0
- package/es/components/ecocup/customerList/hooks/useCustomerApi.js +70 -0
- package/es/components/ecocup/customerList/index.d.ts +7 -0
- package/es/components/ecocup/customerList/index.js +127 -0
- package/es/components/ecocup/customerList/index.less +15 -0
- package/es/components/ecocup/hooks.d.ts +57 -0
- package/es/components/ecocup/hooks.js +168 -0
- package/es/components/ecocup/locales.d.ts +653 -0
- package/es/components/ecocup/locales.js +699 -0
- package/es/components/ecocup/types.d.ts +103 -0
- package/es/components/ecocup/types.js +36 -0
- package/es/components/ecocup/utils/download.d.ts +7 -0
- package/es/components/ecocup/utils/download.js +34 -0
- package/es/components/ecocup/utils/index.d.ts +2 -0
- package/es/components/ecocup/utils/index.js +2 -0
- package/es/components/ecocup/utils/scanListener.d.ts +20 -0
- package/es/components/ecocup/utils/scanListener.js +107 -0
- package/es/components/eftpos/const.d.ts +1 -3
- package/es/components/eftpos/const.js +0 -2
- package/es/components/eftpos/device.d.ts +1 -3
- package/es/components/eftpos/device.js +3 -5
- package/es/components/eftpos/hooks.d.ts +1 -13
- package/es/components/eftpos/hooks.js +0 -35
- package/es/components/eftpos/index.js +25 -184
- package/es/components/eftpos/index.less +1 -26
- package/es/components/eftpos/locales.d.ts +64 -39
- package/es/components/eftpos/locales.js +85 -104
- package/es/components/eftpos/table.js +3 -47
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/app.d.ts +1 -1
- package/es/components/eftposPay/component/fail/failCustom.js +17 -12
- package/es/components/eftposPay/component/fail/index.js +5 -4
- package/es/components/eftposPay/const.d.ts +2 -7
- package/es/components/eftposPay/const.js +0 -2
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/device.js +208 -36
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/index.js +5 -1
- package/es/components/eftposPay/linkly/const.js +1 -1
- package/es/components/eftposPay/linkly/index.js +0 -1
- package/es/components/eftposPay/locales.d.ts +242 -3
- package/es/components/eftposPay/locales.js +328 -5
- package/es/components/eftposPay/manufacturer.d.ts +0 -1
- package/es/components/eftposPay/manufacturer.js +0 -4
- package/es/components/eftposPay/pay.js +2 -7
- package/es/components/eftposPay/payo/config.js +1 -0
- package/es/components/eftposPay/payo/const.js +1 -1
- package/es/components/eftposPay/store/index.d.ts +8 -5
- package/es/components/eftposPay/tyro/const.js +1 -1
- 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.d.ts +22 -0
- package/es/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- 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/Status/index.d.ts +1 -0
- package/es/components/eventBooking/locales.d.ts +162 -0
- package/es/components/eventBooking/locales.js +186 -0
- package/es/components/kioskSkuDetail/index.js +39 -10
- package/es/components/kioskSkuDetail/locales.d.ts +21 -0
- package/es/components/kioskSkuDetail/locales.js +24 -3
- package/es/components/login/locales.d.ts +14 -0
- package/es/components/login/locales.js +14 -0
- package/es/components/pay/toC/PaymentList/serve.js +2 -2
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +65 -21
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +46 -18
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +14 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +167 -56
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +83 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.js +260 -33
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +23 -3
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +309 -126
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +18 -7
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +3 -4
- package/es/components/pay/toC/PaymentMethods/index.js +12 -2
- package/es/components/pay/toC/index.js +53 -18
- package/es/components/pay/toC/locales.d.ts +319 -0
- package/es/components/pay/toC/locales.js +381 -12
- package/es/components/pay/toC/serve.d.ts +12 -0
- package/es/components/pay/toC/serve.js +42 -3
- package/es/components/pay/toC/utils.d.ts +5 -0
- package/es/components/pay/toC/utils.js +10 -0
- package/es/components/pinModal/locales.d.ts +16 -0
- package/es/components/pinModal/locales.js +16 -0
- package/es/components/pinVerifyModal/locales.d.ts +14 -0
- package/es/components/pinVerifyModal/locales.js +14 -0
- package/es/components/pisellSelectCustomerModal/locales.d.ts +52 -0
- package/es/components/pisellSelectCustomerModal/locales.js +52 -0
- package/es/components/productExtension/locales.d.ts +30 -0
- package/es/components/productExtension/locales.js +30 -0
- package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/components/productSelect/locales.d.ts +20 -0
- package/es/components/productSelect/locales.js +23 -3
- package/es/components/ruleSetting/locales.d.ts +30 -0
- package/es/components/ruleSetting/locales.js +30 -0
- package/es/components/schedules/locales.d.ts +56 -0
- package/es/components/schedules/locales.js +56 -0
- package/es/components/shoppingCart/components/Cart/index.less +1 -0
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/es/components/shoppingCart/hooks/useClearCart.js +41 -11
- package/es/components/shoppingCart/locales.d.ts +20 -0
- package/es/components/shoppingCart/locales.js +24 -0
- package/es/components/stepController/locales.d.ts +16 -0
- package/es/components/stepController/locales.js +20 -0
- package/es/components/subTotal/locales.d.ts +26 -0
- package/es/components/subTotal/locales.js +26 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +390 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +367 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +251 -47
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +163 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.js +127 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/es/components/systemSettings/registry/index.js +20 -16
- package/es/components/systemSettings/registry/index.less +6 -7
- package/es/components/systemSettings/registry/locales.d.ts +262 -0
- package/es/components/systemSettings/registry/locales.js +274 -3
- package/es/components/systemSettings/registry/services.d.ts +20 -0
- package/es/components/systemSettings/registry/types.d.ts +16 -2
- package/es/components/taxSelect/locales.d.ts +14 -0
- package/es/components/taxSelect/locales.js +14 -0
- package/es/components/ticketBooking/locales.d.ts +130 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +2 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/wallet/utils.d.ts +1 -1
- package/es/components/walletList/index.js +10 -0
- package/es/components/walletList/locales.d.ts +16 -0
- package/es/components/walletList/locales.js +16 -0
- package/es/components/walletList/types/index.d.ts +2 -0
- package/es/hooks/useEngineContext.d.ts +1 -0
- package/es/hooks/useEngineContext.js +7 -0
- package/es/hooks/useLocale.js +8 -1
- package/es/hooks/usePaymentLogger.d.ts +1 -0
- package/es/hooks/useThemeTokens.d.ts +7 -0
- package/es/hooks/useThemeTokens.js +20 -0
- package/es/hooks/useTranslationOriginal.d.ts +1 -0
- package/es/hooks/useTranslationOriginal.js +10 -0
- package/es/index.d.ts +16 -3
- package/es/index.js +13 -1
- package/es/plus/clientCard/index.d.ts +7 -0
- package/es/plus/clientCard/index.js +462 -0
- package/es/plus/clientCard/index.less +515 -0
- package/es/plus/clientCard/line/index.d.ts +9 -0
- package/es/plus/clientCard/line/index.js +157 -0
- package/es/plus/clientCard/line/index.less +142 -0
- package/es/plus/clientCard/locales.d.ts +28 -0
- package/es/plus/clientCard/locales.js +27 -0
- package/es/plus/clientCard/types.d.ts +135 -0
- package/es/plus/clientCard/types.js +1 -0
- package/es/plus/clientCard/utils.d.ts +8 -0
- package/es/plus/clientCard/utils.js +59 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +3 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.js +277 -0
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +3 -0
- package/es/plus/clinetSearch/Add/GenderField/index.js +18 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +3 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.js +52 -0
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +2 -0
- package/es/plus/clinetSearch/Add/PhoneField/serve.js +166 -0
- package/es/plus/clinetSearch/Add/index.d.ts +18 -0
- package/es/plus/clinetSearch/Add/index.js +213 -0
- package/es/plus/clinetSearch/Add/index.less +30 -0
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +5 -0
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +265 -0
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +2 -0
- package/es/plus/clinetSearch/InfiniteScroll/index.js +1 -0
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +46 -0
- package/es/plus/clinetSearch/InfiniteScroll/types.js +1 -0
- package/es/plus/clinetSearch/index.d.ts +18 -0
- package/es/plus/clinetSearch/index.js +234 -0
- package/es/plus/clinetSearch/index.less +95 -0
- package/es/plus/clinetSearch/locales.d.ts +178 -0
- package/es/plus/clinetSearch/locales.js +177 -0
- package/es/plus/clinetSearch/serve.d.ts +1 -0
- package/es/plus/clinetSearch/serve.js +31 -0
- package/es/plus/clinetSearch/types.d.ts +70 -0
- package/es/plus/clinetSearch/types.js +1 -0
- package/es/plus/contactInfo/components/SwipeAction/index.js +1 -1
- package/es/plus/contactInfo/locales.d.ts +8 -0
- package/es/plus/contactInfo/locales.js +8 -0
- package/es/plus/contactInfoModal/locales.d.ts +42 -0
- package/es/plus/contactInfoModal/locales.js +42 -0
- package/es/plus/orderList/components/BatchActionBar.d.ts +9 -0
- package/es/plus/orderList/components/BatchActionBar.js +835 -0
- package/es/plus/orderList/components/FilterList.d.ts +8 -0
- package/es/plus/orderList/components/FilterList.js +78 -0
- package/es/plus/orderList/components/HandleActions.d.ts +6 -0
- package/es/plus/orderList/components/HandleActions.js +27 -0
- package/es/plus/orderList/components/QuickFilter.d.ts +5 -0
- package/es/plus/orderList/components/QuickFilter.js +14 -0
- package/es/plus/orderList/components/Reset.d.ts +7 -0
- package/es/plus/orderList/components/Reset.js +23 -0
- package/es/plus/orderList/components/Toolbar.d.ts +7 -0
- package/es/plus/orderList/components/Toolbar.js +59 -0
- package/es/plus/orderList/config.d.ts +155 -0
- package/es/plus/orderList/config.js +786 -0
- package/es/plus/orderList/index.d.ts +10 -0
- package/es/plus/orderList/index.js +133 -0
- package/es/plus/orderList/index.less +125 -0
- package/es/plus/orderList/locales.d.ts +618 -0
- package/es/plus/orderList/locales.js +733 -0
- package/es/plus/orderList/serve.d.ts +42 -0
- package/es/plus/orderList/serve.js +351 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.d.ts +5 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.js +363 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.less +16 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +14 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.js +559 -0
- package/es/plus/pisellSalesGrid/hooks/useActions.d.ts +19 -0
- package/es/plus/pisellSalesGrid/hooks/useActions.js +723 -0
- package/es/plus/pisellSalesGrid/index.d.ts +4 -0
- package/es/plus/pisellSalesGrid/index.js +3 -0
- package/es/plus/pisellSalesGrid/locales.d.ts +9 -0
- package/es/plus/pisellSalesGrid/locales.js +8 -0
- package/es/plus/pisellSalesGrid/serve.d.ts +19 -0
- package/es/plus/pisellSalesGrid/serve.js +151 -0
- package/es/plus/pisellSalesGrid/types.d.ts +170 -0
- package/es/plus/pisellSalesGrid/types.js +1 -0
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +15 -0
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.js +221 -0
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +19 -0
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.js +167 -0
- package/es/plus/pisellSalesManagement/components/ResourceSelector.d.ts +9 -0
- package/es/plus/pisellSalesManagement/components/ResourceSelector.js +102 -0
- package/es/plus/pisellSalesManagement/config/booking.d.ts +186 -0
- package/es/plus/pisellSalesManagement/config/booking.js +380 -0
- package/es/plus/pisellSalesManagement/config/index.d.ts +2 -0
- package/es/plus/pisellSalesManagement/config/index.js +11 -0
- package/es/plus/pisellSalesManagement/config/order.d.ts +172 -0
- package/es/plus/pisellSalesManagement/config/order.js +460 -0
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +15 -0
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.js +66 -0
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +2 -0
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.js +651 -0
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +2 -0
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.js +656 -0
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +5 -0
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.js +12 -0
- package/es/plus/pisellSalesManagement/index.d.ts +10 -0
- package/es/plus/pisellSalesManagement/index.js +84 -0
- package/es/plus/pisellSalesManagement/locales.d.ts +303 -0
- package/es/plus/pisellSalesManagement/locales.js +302 -0
- package/es/plus/pisellSalesManagement/serve.d.ts +26 -0
- package/es/plus/pisellSalesManagement/serve.js +222 -0
- package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/plus/productSelect/locales.d.ts +20 -0
- package/es/plus/productSelect/locales.js +23 -3
- package/es/plus/saasAttendance/index.d.ts +6 -0
- package/es/plus/saasAttendance/index.js +5 -0
- package/es/plus/saasAttendance/locales.d.ts +591 -0
- package/es/plus/saasAttendance/locales.js +657 -0
- package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/BasicInfoTab.js +96 -0
- package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +8 -0
- package/es/plus/saasAttendance/settings/ClockInMethodTab.js +81 -0
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +8 -0
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.js +293 -0
- package/es/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/PermissonTab.js +79 -0
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +115 -0
- package/es/plus/saasAttendance/settings/components/MapField.d.ts +78 -0
- package/es/plus/saasAttendance/settings/components/MapField.js +848 -0
- package/es/plus/saasAttendance/settings/components/index.d.ts +3 -0
- package/es/plus/saasAttendance/settings/components/index.js +2 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +8 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.js +216 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.less +70 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +149 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +18 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/index.js +438 -0
- package/es/plus/saasAttendance/settings/index.d.ts +18 -0
- package/es/plus/saasAttendance/settings/index.js +262 -0
- package/es/plus/saasAttendance/settings/index.less +510 -0
- package/es/plus/saasAttendance/settings/serve.d.ts +27 -0
- package/es/plus/saasAttendance/settings/serve.js +83 -0
- package/es/plus/saasAttendance/settings/types.d.ts +136 -0
- package/es/plus/saasAttendance/settings/types.js +1 -0
- package/es/plus/saasCreateOrganization/locales.d.ts +8 -0
- package/es/plus/saasCreateOrganization/locales.js +8 -0
- package/es/plus/saasLogin/locales.d.ts +32 -0
- package/es/plus/saasLogin/locales.js +32 -0
- package/es/plus/saasRegister/locales.d.ts +76 -0
- package/es/plus/saasRegister/locales.js +76 -0
- package/es/plus/saasRole/components/PermissionManager/index.d.ts +19 -0
- package/es/plus/saasRole/components/PermissionManager/index.js +211 -0
- package/es/plus/saasRole/components/PermissionManager/index.less +71 -0
- package/es/plus/saasRole/index.d.ts +14 -0
- package/es/plus/saasRole/index.js +1036 -0
- package/es/plus/saasRole/index.less +196 -0
- package/es/plus/saasRole/locales.d.ts +319 -0
- package/es/plus/saasRole/locales.js +319 -0
- package/es/plus/saasRole/serve.d.ts +72 -0
- package/es/plus/saasRole/serve.js +304 -0
- package/es/plus/saasRole/types.d.ts +177 -0
- package/es/plus/saasRole/types.js +1 -0
- 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 +31 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +503 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +23 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.js +634 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.less +178 -0
- package/es/plus/saasTeamMembers/index.d.ts +5 -0
- package/es/plus/saasTeamMembers/index.js +529 -0
- package/es/plus/saasTeamMembers/index.less +87 -0
- package/es/plus/saasTeamMembers/locales.d.ts +546 -0
- package/es/plus/saasTeamMembers/locales.js +591 -0
- package/es/plus/saasTeamMembers/serve.d.ts +95 -0
- package/es/plus/saasTeamMembers/serve.js +374 -0
- package/es/plus/saasTeamMembers/type.d.ts +158 -0
- package/es/plus/saasTeamMembers/type.js +1 -0
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/selectHolder/locales.d.ts +14 -0
- package/es/plus/selectHolder/locales.js +18 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.js +6 -5
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.js +3 -2
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +2 -0
- package/es/plus/skuOptionsSelection/index.js +2 -2
- package/es/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/es/plus/skuOptionsSelection/locales.js +20 -0
- package/es/plus/skuOptionsSelection/store/store.js +2 -1
- package/es/plus/skuOptionsSelection/types.d.ts +14 -0
- package/es/plus/skuOptionsSelection/types.js +4 -0
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +10 -1
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +10 -1
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +9 -2
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +8 -4
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +8 -2
- package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/es/plus/walletEditor/locales.d.ts +88 -0
- package/es/plus/walletEditor/locales.js +100 -0
- package/es/plus/walletEditor/types.d.ts +2 -0
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/passDetail/index.js +80 -39
- package/es/plus/walletPassGallery/components/passList/index.js +12 -4
- package/es/plus/walletPassGallery/components/recharge/index.js +13 -5
- package/es/plus/walletPassGallery/components/recharge/index.less +70 -1
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +2 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.js +19 -2
- package/es/plus/walletPassGallery/index.d.ts +4 -0
- package/es/plus/walletPassGallery/index.js +95 -46
- package/es/plus/walletPassGallery/locales.d.ts +198 -0
- package/es/plus/walletPassGallery/locales.js +216 -3
- package/es/plus/walletPassGallery/serve.d.ts +3 -1
- package/es/plus/walletPassGallery/serve.js +13 -13
- package/es/plus/walletPassGallery/utils.d.ts +1 -1
- package/es/pro/Cards/components/SKUCard/index.d.ts +1 -56
- package/es/pro/Cards/components/SKUCard/index.js +50 -20
- package/es/pro/Cards/components/SKUCard/index.less +23 -2
- package/es/pro/Cards/components/SKUCard/locales.d.ts +12 -0
- package/es/pro/Cards/components/SKUCard/locales.js +11 -0
- package/es/pro/Cards/components/SKUCard/types.d.ts +73 -0
- package/es/pro/Cards/components/SKUCard/types.js +1 -0
- package/es/pro/Login2.0/Login2.js +8 -8
- package/es/pro/Login2.0/locales.d.ts +365 -0
- package/es/pro/Login2.0/locales.js +365 -0
- package/es/pro/Login2.0/shared/types.d.ts +2 -0
- package/es/pro/NumericStepper/index.d.ts +33 -3
- package/es/pro/NumericStepper/index.js +181 -107
- package/es/pro/NumericStepper/index.less +287 -143
- package/es/pro/Selector/BatchSelectorDemo.js +2 -12
- package/es/pro/Selector/Selector.d.ts +1 -1
- package/es/pro/Selector/Selector.js +39 -30
- package/es/pro/Selector/SelectorGroup.d.ts +1 -1
- package/es/pro/Selector/SelectorGroup.js +5 -1
- package/es/pro/Selector/components/Card/index.js +11 -10
- package/es/pro/Selector/components/Card/index.less +30 -14
- package/es/pro/Selector/components/Indicator/index.d.ts +1 -0
- package/es/pro/Selector/components/Indicator/index.js +3 -2
- package/es/pro/Selector/components/Indicator/index.less +16 -13
- package/es/pro/Selector/components/LayoutContainer/index.d.ts +5 -3
- package/es/pro/Selector/components/LayoutContainer/index.js +226 -9
- package/es/pro/Selector/components/LayoutContainer/index.less +19 -0
- package/es/pro/Selector/components/Media/index.d.ts +1 -1
- 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 +2 -0
- package/es/pro/Selector/hooks/usePresetProps.js +60 -6
- package/es/pro/Selector/locales.d.ts +22 -0
- package/es/pro/Selector/locales.js +58 -0
- package/es/pro/Selector/selector.less +0 -64
- package/es/pro/Selector/selectorGroup.less +9 -1
- package/es/pro/Selector/types.d.ts +50 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +11 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.js +54 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.less +28 -0
- package/es/pro/comprehensiveSearch/components/index.d.ts +2 -0
- package/es/pro/comprehensiveSearch/components/index.js +2 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.d.ts +24 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.js +141 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.less +100 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +22 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +24 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +44 -0
- package/es/pro/comprehensiveSearch/index.d.ts +7 -0
- package/es/pro/comprehensiveSearch/index.js +207 -0
- package/es/pro/comprehensiveSearch/index.less +196 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/locales.js +22 -0
- package/es/pro/comprehensiveSearch/types.d.ts +32 -0
- package/es/pro/comprehensiveSearch/types.js +1 -0
- package/es/pro/keyboards/index.d.ts +2 -0
- package/es/pro/keyboards/index.js +1 -0
- package/es/pro/keyboards/locales.d.ts +38 -0
- package/es/pro/keyboards/locales.js +57 -0
- package/es/pro/keyboards/numberKeyboard/index.d.ts +16 -0
- package/es/pro/keyboards/numberKeyboard/index.js +523 -0
- package/es/pro/keyboards/numberKeyboard/index.less +59 -0
- package/es/pro/keyboards/numberKeyboard/types.d.ts +63 -0
- package/es/pro/keyboards/numberKeyboard/types.js +1 -0
- package/es/pro/numberKeyboard/locales.d.ts +6 -0
- package/es/pro/numberKeyboard/locales.js +6 -0
- package/es/pro/pisellPhoneKeyboard/index.d.ts +13 -0
- package/es/pro/pisellPhoneKeyboard/index.js +210 -0
- package/es/pro/pisellPhoneKeyboard/index.less +157 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +17 -0
- package/lib/components/appointmentBooking/components/Date/state.js +3 -1
- package/lib/components/appointmentBooking/locales.d.ts +240 -0
- package/lib/components/appointmentBooking/locales.js +240 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +164 -0
- package/lib/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +17 -9
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +16 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +24 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +42 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +70 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +36 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +58 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +34 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +30 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +34 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/lib/components/booking/components/footer/index.js +5 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +12 -0
- package/lib/components/booking/editBookingModal/locales.js +12 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +186 -2
- package/lib/components/booking/editBookingModal/mock.js +22 -0
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -1
- package/lib/components/booking/hooks/useClearCart.js +28 -6
- 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/addService/utils.d.ts +1 -1
- package/lib/components/booking/info/service/index.less +4 -2
- package/lib/components/booking/info2/service/addService/mock.d.ts +2 -0
- package/lib/components/booking/info2/service/addService/mock.js +4 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/locales.d.ts +648 -0
- package/lib/components/booking/locales.js +700 -0
- package/lib/components/booking/notes/NoteBlock/index.js +2 -1
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +10 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.js +212 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.less +9 -0
- package/lib/components/ecocup/components/CupActionList/index.d.ts +14 -0
- package/lib/components/ecocup/components/CupActionList/index.js +116 -0
- package/lib/components/ecocup/components/CupActionList/index.less +102 -0
- package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +5 -0
- package/lib/components/ecocup/components/CupActionModal/hooks.js +55 -0
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +15 -0
- package/lib/components/ecocup/components/CupActionModal/index.js +125 -0
- package/lib/components/ecocup/components/CupActionModal/index.less +38 -0
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +10 -0
- package/lib/components/ecocup/components/CupInfoCard/index.js +43 -0
- package/lib/components/ecocup/components/CupInfoCard/index.less +11 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +36 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.js +115 -0
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +14 -0
- package/lib/components/ecocup/components/CupStatusModal/index.js +221 -0
- package/lib/components/ecocup/components/CupStatusModal/index.less +73 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.js +89 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +20 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.js +178 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.less +68 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +9 -0
- package/lib/components/ecocup/components/CustomerCard/index.js +58 -0
- package/lib/components/ecocup/components/CustomerCard/index.less +50 -0
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +9 -0
- package/lib/components/{eftposPay/mx51/Result.js → ecocup/components/MoreDropdown/index.js} +31 -43
- package/lib/components/ecocup/components/PageHeader/index.d.ts +9 -0
- package/lib/components/ecocup/components/PageHeader/index.js +66 -0
- package/lib/components/ecocup/components/PageHeader/index.less +31 -0
- package/lib/components/ecocup/components/SearchBar/const.d.ts +4 -0
- package/lib/components/{eftposPay/mx51/types.js → ecocup/components/SearchBar/const.js} +28 -18
- package/lib/components/ecocup/components/SearchBar/hooks.d.ts +44 -0
- package/lib/components/ecocup/components/SearchBar/hooks.js +135 -0
- package/lib/components/ecocup/components/SearchBar/index.d.ts +14 -0
- package/lib/components/ecocup/components/SearchBar/index.js +226 -0
- package/lib/components/ecocup/components/SearchBar/index.less +88 -0
- package/lib/components/ecocup/components/SettingModal/const.d.ts +6 -0
- package/lib/components/ecocup/components/SettingModal/const.js +48 -0
- package/lib/components/ecocup/components/SettingModal/index.d.ts +9 -0
- package/lib/components/ecocup/components/SettingModal/index.js +199 -0
- package/lib/components/ecocup/components/SettingModal/index.less +9 -0
- package/lib/components/ecocup/cupList/const.d.ts +140 -0
- package/lib/components/ecocup/cupList/const.js +344 -0
- package/lib/components/ecocup/cupList/hooks/index.d.ts +4 -0
- package/lib/components/ecocup/cupList/hooks/index.js +43 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +45 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.js +200 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +41 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.js +227 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +3 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.js +83 -0
- package/lib/components/ecocup/cupList/index.d.ts +7 -0
- package/lib/components/ecocup/cupList/index.js +262 -0
- package/lib/components/ecocup/cupList/index.less +159 -0
- package/lib/components/ecocup/cupProject/const.d.ts +7 -0
- package/lib/components/ecocup/cupProject/const.js +65 -0
- package/lib/components/ecocup/cupProject/index.d.ts +3 -0
- package/lib/components/ecocup/cupProject/index.js +135 -0
- package/lib/components/ecocup/cupProject/index.less +41 -0
- package/lib/components/ecocup/customerList/const.d.ts +44 -0
- package/lib/components/ecocup/customerList/const.js +93 -0
- package/lib/components/ecocup/customerList/hooks/index.d.ts +3 -0
- package/lib/components/ecocup/customerList/hooks/index.js +32 -0
- package/lib/components/ecocup/customerList/hooks/useColumns.d.ts +15 -0
- package/lib/components/ecocup/customerList/hooks/useColumns.js +89 -0
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.d.ts +15 -0
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.js +56 -0
- package/lib/components/ecocup/customerList/index.d.ts +7 -0
- package/lib/components/ecocup/customerList/index.js +138 -0
- package/lib/components/ecocup/customerList/index.less +15 -0
- package/lib/components/ecocup/hooks.d.ts +57 -0
- package/lib/components/ecocup/hooks.js +169 -0
- package/lib/components/ecocup/locales.d.ts +653 -0
- package/lib/components/ecocup/locales.js +706 -0
- package/lib/components/ecocup/types.d.ts +103 -0
- package/lib/components/ecocup/types.js +57 -0
- package/lib/components/ecocup/utils/download.d.ts +7 -0
- package/lib/components/ecocup/utils/download.js +47 -0
- package/lib/components/ecocup/utils/index.d.ts +2 -0
- package/lib/components/ecocup/utils/index.js +42 -0
- package/lib/components/ecocup/utils/scanListener.d.ts +20 -0
- package/lib/components/ecocup/utils/scanListener.js +90 -0
- package/lib/components/eftpos/const.d.ts +1 -3
- package/lib/components/eftpos/const.js +0 -2
- package/lib/components/eftpos/device.d.ts +1 -3
- package/lib/components/eftpos/device.js +3 -3
- package/lib/components/eftpos/hooks.d.ts +1 -13
- package/lib/components/eftpos/hooks.js +0 -30
- package/lib/components/eftpos/index.js +8 -106
- package/lib/components/eftpos/index.less +1 -26
- package/lib/components/eftpos/locales.d.ts +64 -39
- package/lib/components/eftpos/locales.js +78 -101
- package/lib/components/eftpos/table.js +2 -30
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/app.d.ts +1 -1
- package/lib/components/eftposPay/component/fail/failCustom.js +15 -9
- package/lib/components/eftposPay/component/fail/index.js +4 -1
- package/lib/components/eftposPay/const.d.ts +2 -7
- package/lib/components/eftposPay/const.js +0 -2
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/device.js +108 -23
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/index.js +5 -1
- package/lib/components/eftposPay/linkly/const.js +1 -1
- package/lib/components/eftposPay/linkly/index.js +0 -1
- package/lib/components/eftposPay/locales.d.ts +242 -3
- package/lib/components/eftposPay/locales.js +252 -5
- package/lib/components/eftposPay/manufacturer.d.ts +0 -1
- package/lib/components/eftposPay/manufacturer.js +0 -6
- package/lib/components/eftposPay/pay.js +2 -4
- package/lib/components/eftposPay/payo/config.js +1 -0
- package/lib/components/eftposPay/payo/const.js +1 -1
- package/lib/components/eftposPay/store/index.d.ts +8 -5
- package/lib/components/eftposPay/tyro/const.js +1 -1
- 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.d.ts +22 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- 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/Status/index.d.ts +1 -0
- package/lib/components/eventBooking/locales.d.ts +162 -0
- package/lib/components/eventBooking/locales.js +162 -0
- package/lib/components/kioskSkuDetail/index.js +27 -3
- package/lib/components/kioskSkuDetail/locales.d.ts +21 -0
- package/lib/components/kioskSkuDetail/locales.js +24 -3
- package/lib/components/login/locales.d.ts +14 -0
- package/lib/components/login/locales.js +14 -0
- package/lib/components/pay/toC/PaymentList/serve.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +40 -17
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +32 -12
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +8 -2
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +98 -24
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +107 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.js +149 -5
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +23 -3
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +121 -39
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +3 -4
- package/lib/components/pay/toC/PaymentMethods/index.js +17 -12
- package/lib/components/pay/toC/index.js +34 -3
- package/lib/components/pay/toC/locales.d.ts +319 -0
- package/lib/components/pay/toC/locales.js +331 -12
- package/lib/components/pay/toC/serve.d.ts +12 -0
- package/lib/components/pay/toC/serve.js +11 -1
- package/lib/components/pay/toC/utils.d.ts +5 -0
- package/lib/components/pay/toC/utils.js +17 -0
- package/lib/components/pinModal/locales.d.ts +16 -0
- package/lib/components/pinModal/locales.js +16 -0
- package/lib/components/pinVerifyModal/locales.d.ts +14 -0
- package/lib/components/pinVerifyModal/locales.js +14 -0
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +52 -0
- package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
- package/lib/components/productExtension/locales.d.ts +30 -0
- package/lib/components/productExtension/locales.js +30 -0
- package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/components/productSelect/locales.d.ts +20 -0
- package/lib/components/productSelect/locales.js +23 -3
- package/lib/components/ruleSetting/locales.d.ts +30 -0
- package/lib/components/ruleSetting/locales.js +30 -0
- package/lib/components/schedules/locales.d.ts +56 -0
- package/lib/components/schedules/locales.js +56 -0
- package/lib/components/shoppingCart/components/Cart/index.less +1 -0
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/lib/components/shoppingCart/hooks/useClearCart.js +42 -11
- package/lib/components/shoppingCart/locales.d.ts +20 -0
- package/lib/components/shoppingCart/locales.js +20 -0
- package/lib/components/stepController/locales.d.ts +16 -0
- package/lib/components/stepController/locales.js +16 -0
- package/lib/components/subTotal/locales.d.ts +26 -0
- package/lib/components/subTotal/locales.js +26 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +228 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +195 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +347 -224
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +166 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +210 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/lib/components/systemSettings/registry/index.js +20 -16
- package/lib/components/systemSettings/registry/index.less +6 -7
- package/lib/components/systemSettings/registry/locales.d.ts +262 -0
- package/lib/components/systemSettings/registry/locales.js +274 -3
- package/lib/components/systemSettings/registry/services.d.ts +20 -0
- package/lib/components/systemSettings/registry/types.d.ts +16 -2
- package/lib/components/taxSelect/locales.d.ts +14 -0
- package/lib/components/taxSelect/locales.js +14 -0
- package/lib/components/ticketBooking/locales.d.ts +130 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +2 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/wallet/utils.d.ts +1 -1
- package/lib/components/walletList/index.js +10 -0
- package/lib/components/walletList/locales.d.ts +16 -0
- package/lib/components/walletList/locales.js +16 -0
- package/lib/components/walletList/types/index.d.ts +2 -0
- package/lib/hooks/useEngineContext.d.ts +1 -0
- package/lib/hooks/useEngineContext.js +10 -2
- package/lib/hooks/useLocale.js +7 -2
- package/lib/hooks/usePaymentLogger.d.ts +1 -0
- package/lib/hooks/useThemeTokens.d.ts +7 -0
- package/lib/hooks/useThemeTokens.js +40 -0
- package/lib/hooks/useTranslationOriginal.d.ts +1 -0
- package/lib/hooks/useTranslationOriginal.js +42 -0
- package/lib/index.d.ts +16 -3
- package/lib/index.js +39 -3
- package/lib/plus/clientCard/index.d.ts +7 -0
- package/lib/plus/clientCard/index.js +457 -0
- package/lib/plus/clientCard/index.less +515 -0
- package/lib/plus/clientCard/line/index.d.ts +9 -0
- package/lib/plus/clientCard/line/index.js +153 -0
- package/lib/plus/clientCard/line/index.less +142 -0
- package/lib/plus/clientCard/locales.d.ts +28 -0
- package/lib/plus/clientCard/locales.js +51 -0
- package/lib/plus/clientCard/types.d.ts +135 -0
- package/lib/plus/clientCard/types.js +17 -0
- package/lib/plus/clientCard/utils.d.ts +8 -0
- package/lib/plus/clientCard/utils.js +75 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +3 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.js +256 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +3 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.js +52 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +3 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.js +78 -0
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/PhoneField/serve.js +193 -0
- package/lib/plus/clinetSearch/Add/index.d.ts +18 -0
- package/lib/plus/clinetSearch/Add/index.js +244 -0
- package/lib/plus/clinetSearch/Add/index.less +30 -0
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +5 -0
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +235 -0
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +2 -0
- package/lib/plus/clinetSearch/InfiniteScroll/index.js +35 -0
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +46 -0
- package/lib/plus/clinetSearch/InfiniteScroll/types.js +17 -0
- package/lib/plus/clinetSearch/index.d.ts +18 -0
- package/lib/plus/clinetSearch/index.js +237 -0
- package/lib/plus/clinetSearch/index.less +95 -0
- package/lib/plus/clinetSearch/locales.d.ts +178 -0
- package/lib/plus/clinetSearch/locales.js +201 -0
- package/lib/plus/clinetSearch/serve.d.ts +1 -0
- package/lib/{components/eftposPay/aggregatePayment/index.js → plus/clinetSearch/serve.js} +11 -10
- package/lib/plus/clinetSearch/types.d.ts +70 -0
- package/lib/plus/clinetSearch/types.js +17 -0
- package/lib/plus/contactInfo/components/SwipeAction/index.js +23 -23
- package/lib/plus/contactInfo/locales.d.ts +8 -0
- package/lib/plus/contactInfo/locales.js +8 -0
- package/lib/plus/contactInfoModal/locales.d.ts +42 -0
- package/lib/plus/contactInfoModal/locales.js +42 -0
- package/lib/plus/orderList/components/BatchActionBar.d.ts +9 -0
- package/lib/plus/orderList/components/BatchActionBar.js +567 -0
- package/lib/plus/orderList/components/FilterList.d.ts +8 -0
- package/lib/plus/orderList/components/FilterList.js +121 -0
- package/lib/plus/orderList/components/HandleActions.d.ts +6 -0
- package/lib/plus/orderList/components/HandleActions.js +52 -0
- package/lib/plus/orderList/components/QuickFilter.d.ts +5 -0
- package/lib/plus/orderList/components/QuickFilter.js +43 -0
- package/lib/plus/orderList/components/Reset.d.ts +7 -0
- package/lib/plus/orderList/components/Reset.js +58 -0
- package/lib/plus/orderList/components/Toolbar.d.ts +7 -0
- package/lib/plus/orderList/components/Toolbar.js +68 -0
- package/lib/plus/orderList/config.d.ts +155 -0
- package/lib/plus/orderList/config.js +764 -0
- package/lib/plus/orderList/index.d.ts +10 -0
- package/lib/plus/orderList/index.js +132 -0
- package/lib/plus/orderList/index.less +125 -0
- package/lib/plus/orderList/locales.d.ts +618 -0
- package/lib/plus/orderList/locales.js +737 -0
- package/lib/plus/orderList/serve.d.ts +42 -0
- package/lib/plus/orderList/serve.js +177 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.d.ts +5 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.js +339 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.less +16 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +14 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.js +455 -0
- package/lib/plus/pisellSalesGrid/hooks/useActions.d.ts +19 -0
- package/lib/plus/pisellSalesGrid/hooks/useActions.js +545 -0
- package/lib/plus/pisellSalesGrid/index.d.ts +4 -0
- package/lib/plus/pisellSalesGrid/index.js +42 -0
- package/lib/plus/pisellSalesGrid/locales.d.ts +9 -0
- package/lib/plus/pisellSalesGrid/locales.js +29 -0
- package/lib/plus/pisellSalesGrid/serve.d.ts +19 -0
- package/lib/plus/pisellSalesGrid/serve.js +142 -0
- package/lib/plus/pisellSalesGrid/types.d.ts +170 -0
- package/lib/plus/pisellSalesGrid/types.js +17 -0
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +15 -0
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.js +253 -0
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +19 -0
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.js +193 -0
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.d.ts +9 -0
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.js +106 -0
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +186 -0
- package/lib/plus/pisellSalesManagement/config/booking.js +500 -0
- package/lib/plus/pisellSalesManagement/config/index.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/config/index.js +43 -0
- package/lib/plus/pisellSalesManagement/config/order.d.ts +172 -0
- package/lib/plus/pisellSalesManagement/config/order.js +492 -0
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +15 -0
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.js +113 -0
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.js +699 -0
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.js +700 -0
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +5 -0
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.js +42 -0
- package/lib/plus/pisellSalesManagement/index.d.ts +10 -0
- package/lib/plus/pisellSalesManagement/index.js +113 -0
- package/lib/plus/pisellSalesManagement/locales.d.ts +303 -0
- package/lib/plus/pisellSalesManagement/locales.js +326 -0
- package/lib/plus/pisellSalesManagement/serve.d.ts +26 -0
- package/lib/plus/pisellSalesManagement/serve.js +120 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/plus/productSelect/locales.d.ts +20 -0
- package/lib/plus/productSelect/locales.js +23 -3
- package/lib/plus/saasAttendance/index.d.ts +6 -0
- package/lib/plus/saasAttendance/index.js +39 -0
- package/lib/plus/saasAttendance/locales.d.ts +591 -0
- package/lib/plus/saasAttendance/locales.js +615 -0
- package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/BasicInfoTab.js +152 -0
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +8 -0
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.js +88 -0
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +8 -0
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.js +369 -0
- package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/PermissonTab.js +128 -0
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +107 -0
- package/lib/plus/saasAttendance/settings/components/MapField.d.ts +78 -0
- package/lib/plus/saasAttendance/settings/components/MapField.js +670 -0
- package/lib/plus/saasAttendance/settings/components/index.d.ts +3 -0
- package/lib/plus/saasAttendance/settings/components/index.js +42 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +8 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.js +247 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.less +70 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +150 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +18 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.js +447 -0
- package/lib/plus/saasAttendance/settings/index.d.ts +18 -0
- package/lib/plus/saasAttendance/settings/index.js +295 -0
- package/lib/plus/saasAttendance/settings/index.less +510 -0
- package/lib/plus/saasAttendance/settings/serve.d.ts +27 -0
- package/lib/{components/eftpos/SettlementModal → plus/saasAttendance/settings}/serve.js +25 -16
- package/lib/plus/saasAttendance/settings/types.d.ts +136 -0
- package/lib/plus/saasAttendance/settings/types.js +17 -0
- package/lib/plus/saasCreateOrganization/locales.d.ts +8 -0
- package/lib/plus/saasCreateOrganization/locales.js +8 -0
- package/lib/plus/saasLogin/locales.d.ts +32 -0
- package/lib/plus/saasLogin/locales.js +32 -0
- package/lib/plus/saasRegister/locales.d.ts +76 -0
- package/lib/plus/saasRegister/locales.js +76 -0
- package/lib/plus/saasRole/components/PermissionManager/index.d.ts +19 -0
- package/lib/plus/saasRole/components/PermissionManager/index.js +159 -0
- package/lib/plus/saasRole/components/PermissionManager/index.less +71 -0
- package/lib/plus/saasRole/index.d.ts +14 -0
- package/lib/plus/saasRole/index.js +780 -0
- package/lib/plus/saasRole/index.less +196 -0
- package/lib/plus/saasRole/locales.d.ts +319 -0
- package/lib/plus/saasRole/locales.js +345 -0
- package/lib/plus/saasRole/serve.d.ts +72 -0
- package/lib/plus/saasRole/serve.js +100 -0
- package/lib/plus/saasRole/types.d.ts +177 -0
- package/lib/plus/saasRole/types.js +17 -0
- 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 +31 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +393 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +23 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.js +672 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.less +178 -0
- package/lib/plus/saasTeamMembers/index.d.ts +5 -0
- package/lib/plus/saasTeamMembers/index.js +448 -0
- package/lib/plus/saasTeamMembers/index.less +87 -0
- package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
- package/lib/plus/saasTeamMembers/locales.js +617 -0
- package/lib/plus/saasTeamMembers/serve.d.ts +95 -0
- package/lib/plus/saasTeamMembers/serve.js +132 -0
- package/lib/plus/saasTeamMembers/type.d.ts +158 -0
- package/lib/plus/saasTeamMembers/type.js +17 -0
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/selectHolder/locales.d.ts +14 -0
- package/lib/plus/selectHolder/locales.js +14 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +11 -10
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.js +3 -2
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +2 -0
- package/lib/plus/skuOptionsSelection/index.js +2 -2
- package/lib/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/lib/plus/skuOptionsSelection/locales.js +20 -0
- package/lib/plus/skuOptionsSelection/store/store.js +2 -1
- package/lib/plus/skuOptionsSelection/types.d.ts +14 -0
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +15 -9
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +9 -6
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +9 -2
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +7 -3
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +8 -7
- package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/lib/plus/walletEditor/locales.d.ts +88 -0
- package/lib/plus/walletEditor/locales.js +100 -0
- package/lib/plus/walletEditor/types.d.ts +2 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.js +42 -5
- package/lib/plus/walletPassGallery/components/passList/index.js +12 -5
- package/lib/plus/walletPassGallery/components/recharge/index.js +7 -5
- package/lib/plus/walletPassGallery/components/recharge/index.less +70 -1
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +2 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.js +17 -2
- package/lib/plus/walletPassGallery/index.d.ts +4 -0
- package/lib/plus/walletPassGallery/index.js +116 -45
- package/lib/plus/walletPassGallery/locales.d.ts +198 -0
- package/lib/plus/walletPassGallery/locales.js +210 -3
- package/lib/plus/walletPassGallery/serve.d.ts +3 -1
- package/lib/plus/walletPassGallery/serve.js +2 -2
- package/lib/plus/walletPassGallery/utils.d.ts +1 -1
- package/lib/pro/Cards/components/SKUCard/index.d.ts +1 -56
- package/lib/pro/Cards/components/SKUCard/index.js +59 -15
- package/lib/pro/Cards/components/SKUCard/index.less +23 -2
- package/lib/pro/Cards/components/SKUCard/locales.d.ts +12 -0
- package/lib/pro/Cards/components/SKUCard/locales.js +35 -0
- package/lib/pro/Cards/components/SKUCard/types.d.ts +73 -0
- package/lib/pro/Cards/components/SKUCard/types.js +17 -0
- package/lib/pro/Login2.0/Login2.js +8 -8
- package/lib/pro/Login2.0/locales.d.ts +365 -0
- package/lib/pro/Login2.0/locales.js +365 -0
- package/lib/pro/Login2.0/shared/types.d.ts +2 -0
- package/lib/pro/NumericStepper/index.d.ts +33 -3
- package/lib/pro/NumericStepper/index.js +184 -88
- package/lib/pro/NumericStepper/index.less +287 -143
- package/lib/pro/Selector/BatchSelectorDemo.js +13 -19
- package/lib/pro/Selector/Selector.d.ts +1 -1
- package/lib/pro/Selector/Selector.js +34 -17
- package/lib/pro/Selector/SelectorGroup.d.ts +1 -1
- package/lib/pro/Selector/SelectorGroup.js +7 -1
- package/lib/pro/Selector/components/Card/index.js +19 -8
- package/lib/pro/Selector/components/Card/index.less +30 -14
- package/lib/pro/Selector/components/Indicator/index.d.ts +1 -0
- package/lib/pro/Selector/components/Indicator/index.js +2 -2
- package/lib/pro/Selector/components/Indicator/index.less +16 -13
- package/lib/pro/Selector/components/LayoutContainer/index.d.ts +5 -3
- package/lib/pro/Selector/components/LayoutContainer/index.js +130 -2
- package/lib/pro/Selector/components/LayoutContainer/index.less +19 -0
- package/lib/pro/Selector/components/Media/index.d.ts +1 -1
- package/lib/pro/Selector/components/Media/index.js +7 -4
- 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 +2 -0
- package/lib/pro/Selector/hooks/usePresetProps.js +28 -6
- package/lib/pro/Selector/locales.d.ts +22 -0
- package/lib/pro/Selector/locales.js +50 -0
- package/lib/pro/Selector/selector.less +0 -64
- package/lib/pro/Selector/selectorGroup.less +9 -1
- package/lib/pro/Selector/types.d.ts +50 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +11 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.js +64 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.less +28 -0
- package/lib/pro/comprehensiveSearch/components/index.d.ts +2 -0
- package/lib/pro/comprehensiveSearch/components/index.js +42 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.d.ts +24 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.js +154 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.less +100 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +46 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +56 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +70 -0
- package/lib/pro/comprehensiveSearch/index.d.ts +7 -0
- package/lib/pro/comprehensiveSearch/index.js +190 -0
- package/lib/pro/comprehensiveSearch/index.less +196 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/locales.js +46 -0
- package/lib/pro/comprehensiveSearch/types.d.ts +32 -0
- package/lib/pro/comprehensiveSearch/types.js +17 -0
- package/lib/pro/keyboards/index.d.ts +2 -0
- package/lib/pro/keyboards/index.js +39 -0
- package/lib/pro/keyboards/locales.d.ts +38 -0
- package/lib/pro/keyboards/locales.js +61 -0
- package/lib/pro/keyboards/numberKeyboard/index.d.ts +16 -0
- package/lib/pro/keyboards/numberKeyboard/index.js +400 -0
- package/lib/pro/keyboards/numberKeyboard/index.less +59 -0
- package/lib/pro/keyboards/numberKeyboard/types.d.ts +63 -0
- package/lib/pro/keyboards/numberKeyboard/types.js +17 -0
- package/lib/pro/numberKeyboard/locales.d.ts +6 -0
- package/lib/pro/numberKeyboard/locales.js +6 -0
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +13 -0
- package/lib/pro/pisellPhoneKeyboard/index.js +219 -0
- package/lib/pro/pisellPhoneKeyboard/index.less +157 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +41 -0
- package/lowcode/client-card/fragments/cardStyle.ts +63 -0
- package/lowcode/client-card/fragments/nameStyle.ts +34 -0
- package/lowcode/client-card/fragments/pisellAvatar.ts +87 -0
- package/lowcode/client-card/fragments/tagConfig.ts +88 -0
- package/lowcode/client-card/meta.ts +343 -0
- package/lowcode/client-search/meta.ts +316 -0
- package/lowcode/eco-cup-list/meta.ts +20 -56
- package/lowcode/eco-customer-list/meta.ts +20 -56
- package/lowcode/ecocup-cup-list/meta.ts +38 -0
- package/lowcode/ecocup-cup-project/meta.ts +35 -0
- package/lowcode/ecocup-customer-list/meta.ts +38 -0
- package/lowcode/order-list/meta.ts +87 -0
- package/lowcode/pisell-sales-management/meta.ts +88 -0
- package/lowcode/saas-attendance-settings/meta.ts +56 -0
- package/lowcode/saas-role/meta.ts +35 -0
- package/lowcode/saas-team-members/meta.ts +35 -0
- package/lowcode/selector/meta.ts +15 -2
- package/lowcode/selector.group/meta.ts +15 -2
- package/lowcode/sku-options-selection/meta.ts +106 -2
- package/lowcode/wallet-pass-gallery/meta.ts +66 -1
- package/package.json +6 -6
- package/es/components/eftpos/PairModal/hooks.d.ts +0 -27
- package/es/components/eftpos/PairModal/hooks.js +0 -67
- package/es/components/eftpos/PairModal/index.d.ts +0 -11
- package/es/components/eftpos/PairModal/index.less +0 -70
- package/es/components/eftpos/SettlementModal/Action.d.ts +0 -8
- package/es/components/eftpos/SettlementModal/Action.js +0 -141
- package/es/components/eftpos/SettlementModal/index.d.ts +0 -8
- package/es/components/eftpos/SettlementModal/index.js +0 -135
- package/es/components/eftpos/SettlementModal/index.less +0 -33
- package/es/components/eftpos/SettlementModal/serve.d.ts +0 -8
- package/es/components/eftpos/SettlementModal/serve.js +0 -171
- package/es/components/eftpos/SettlementModal/types.d.ts +0 -138
- package/es/components/eftpos/SettlementModal/types.js +0 -35
- package/es/components/eftpos/SettlementModal/utils.d.ts +0 -18
- package/es/components/eftpos/SettlementModal/utils.js +0 -351
- package/es/components/eftpos/assets/mx51SCI.svg +0 -15
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +0 -6
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +0 -125
- package/es/components/eftposPay/aggregatePayment/index.d.ts +0 -3
- package/es/components/eftposPay/aggregatePayment/index.js +0 -3
- package/es/components/eftposPay/aggregatePayment/mock.d.ts +0 -495
- package/es/components/eftposPay/aggregatePayment/mock.js +0 -567
- package/es/components/eftposPay/aggregatePayment/service.d.ts +0 -24
- package/es/components/eftposPay/aggregatePayment/service.js +0 -70
- package/es/components/eftposPay/aggregatePayment/types.d.ts +0 -101
- package/es/components/eftposPay/aggregatePayment/types.js +0 -61
- package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +0 -110
- package/es/components/eftposPay/aggregatePayment/utils/logs.js +0 -385
- package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +0 -132
- package/es/components/eftposPay/aggregatePayment/utils/payment.js +0 -1140
- package/es/components/eftposPay/mx51/Action.d.ts +0 -7
- package/es/components/eftposPay/mx51/Action.js +0 -139
- package/es/components/eftposPay/mx51/Result.d.ts +0 -5
- package/es/components/eftposPay/mx51/Result.js +0 -46
- package/es/components/eftposPay/mx51/const.d.ts +0 -5
- package/es/components/eftposPay/mx51/const.js +0 -69
- package/es/components/eftposPay/mx51/index.d.ts +0 -6
- package/es/components/eftposPay/mx51/index.js +0 -401
- package/es/components/eftposPay/mx51/types.d.ts +0 -138
- package/es/components/eftposPay/mx51/types.js +0 -30
- package/es/components/eftposPay/mx51/utils.d.ts +0 -10
- package/es/components/eftposPay/mx51/utils.js +0 -121
- package/lib/components/eftpos/PairModal/hooks.d.ts +0 -27
- package/lib/components/eftpos/PairModal/hooks.js +0 -70
- package/lib/components/eftpos/PairModal/index.d.ts +0 -11
- package/lib/components/eftpos/PairModal/index.js +0 -197
- package/lib/components/eftpos/PairModal/index.less +0 -70
- package/lib/components/eftpos/SettlementModal/Action.d.ts +0 -8
- package/lib/components/eftpos/SettlementModal/Action.js +0 -153
- package/lib/components/eftpos/SettlementModal/index.d.ts +0 -8
- package/lib/components/eftpos/SettlementModal/index.js +0 -170
- package/lib/components/eftpos/SettlementModal/index.less +0 -33
- package/lib/components/eftpos/SettlementModal/serve.d.ts +0 -8
- package/lib/components/eftpos/SettlementModal/types.d.ts +0 -138
- package/lib/components/eftpos/SettlementModal/types.js +0 -43
- package/lib/components/eftpos/SettlementModal/utils.d.ts +0 -18
- package/lib/components/eftpos/SettlementModal/utils.js +0 -248
- package/lib/components/eftpos/assets/mx51SCI.svg +0 -15
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +0 -6
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +0 -152
- package/lib/components/eftposPay/aggregatePayment/index.d.ts +0 -3
- package/lib/components/eftposPay/aggregatePayment/mock.d.ts +0 -495
- package/lib/components/eftposPay/aggregatePayment/mock.js +0 -679
- package/lib/components/eftposPay/aggregatePayment/service.d.ts +0 -24
- package/lib/components/eftposPay/aggregatePayment/service.js +0 -81
- package/lib/components/eftposPay/aggregatePayment/types.d.ts +0 -101
- package/lib/components/eftposPay/aggregatePayment/types.js +0 -74
- package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +0 -110
- package/lib/components/eftposPay/aggregatePayment/utils/logs.js +0 -302
- package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +0 -132
- package/lib/components/eftposPay/aggregatePayment/utils/payment.js +0 -755
- package/lib/components/eftposPay/mx51/Action.d.ts +0 -7
- package/lib/components/eftposPay/mx51/Action.js +0 -152
- package/lib/components/eftposPay/mx51/Result.d.ts +0 -5
- package/lib/components/eftposPay/mx51/const.d.ts +0 -5
- package/lib/components/eftposPay/mx51/const.js +0 -85
- package/lib/components/eftposPay/mx51/index.d.ts +0 -6
- package/lib/components/eftposPay/mx51/index.js +0 -360
- package/lib/components/eftposPay/mx51/types.d.ts +0 -138
- package/lib/components/eftposPay/mx51/utils.d.ts +0 -10
- package/lib/components/eftposPay/mx51/utils.js +0 -115
|
@@ -149,8 +149,7 @@ export default {
|
|
|
149
149
|
},
|
|
150
150
|
'page.eftpos-pay.text.tyro': function pageEftposPayTextTyro(key) {
|
|
151
151
|
return key;
|
|
152
|
-
}
|
|
153
|
-
'page.eftpos-pay.text.mx51.result.loading': 'Checking transaction result…'
|
|
152
|
+
}
|
|
154
153
|
},
|
|
155
154
|
'zh-CN': {
|
|
156
155
|
'page.eftpos-pay.text.loading': function pageEftposPayTextLoading(mode) {
|
|
@@ -448,8 +447,7 @@ export default {
|
|
|
448
447
|
return '请使用以下选项之一回答此问题';
|
|
449
448
|
}
|
|
450
449
|
return key;
|
|
451
|
-
}
|
|
452
|
-
'page.eftpos-pay.text.mx51.result.loading': '正在获取交易结果…'
|
|
450
|
+
}
|
|
453
451
|
},
|
|
454
452
|
'zh-HK': {
|
|
455
453
|
'page.eftpos-pay.text.loading': function pageEftposPayTextLoading(mode) {
|
|
@@ -747,7 +745,332 @@ export default {
|
|
|
747
745
|
return '請使用以下選項之一回答此問題';
|
|
748
746
|
}
|
|
749
747
|
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;
|
|
750
1062
|
},
|
|
751
|
-
'page.eftpos-pay.text.
|
|
1063
|
+
'page.eftpos-pay.text.huifu.scan.title': 'Escanear para Pagar (Alipay · WeChat Pay · UnionPay)',
|
|
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'
|
|
752
1075
|
}
|
|
753
1076
|
};
|
|
@@ -4,5 +4,4 @@ export { default as Payo } from './payo';
|
|
|
4
4
|
export { default as Windcave } from './windcave/windcave';
|
|
5
5
|
export { default as Tyro } from './tyro';
|
|
6
6
|
export { default as Linkly } from './linkly';
|
|
7
|
-
export { default as Mx51 } from './mx51';
|
|
8
7
|
export declare const getInitState: (type: string, params?: any) => State;
|
|
@@ -3,13 +3,11 @@ 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";
|
|
7
6
|
export { getAmonunt } from "./helper";
|
|
8
7
|
export { default as Payo } from "./payo";
|
|
9
8
|
export { default as Windcave } from "./windcave/windcave";
|
|
10
9
|
export { default as Tyro } from "./tyro";
|
|
11
10
|
export { default as Linkly } from "./linkly";
|
|
12
|
-
export { default as Mx51 } from "./mx51";
|
|
13
11
|
export var getInitState = function getInitState(type, params) {
|
|
14
12
|
switch (type) {
|
|
15
13
|
case EftposEnum.Payo:
|
|
@@ -20,8 +18,6 @@ export var getInitState = function getInitState(type, params) {
|
|
|
20
18
|
return getTyroInitState(params);
|
|
21
19
|
case EftposEnum.Linkly:
|
|
22
20
|
return getLinklyInitState(params);
|
|
23
|
-
case EftposEnum.MX51:
|
|
24
|
-
return getMx51InitState(params);
|
|
25
21
|
default:
|
|
26
22
|
throw new Error('未知的厂商类型');
|
|
27
23
|
}
|
|
@@ -10,7 +10,7 @@ import { getPayParams } from "./helper";
|
|
|
10
10
|
import Manual from "./component/manual";
|
|
11
11
|
import Signature from "./component/signature";
|
|
12
12
|
import { StatusEnum, PayRouteEnum, ClientEnum } from "./const";
|
|
13
|
-
import { Payo, Windcave, Tyro, Linkly
|
|
13
|
+
import { Payo, Windcave, Tyro, Linkly } from "./manufacturer";
|
|
14
14
|
import { useContextData, useDispatch, updateStatus, backUpProduction, updateComponent, backUpFree, updateState } from "./store";
|
|
15
15
|
import "./index.less";
|
|
16
16
|
|
|
@@ -151,14 +151,12 @@ var Pay = function Pay(_ref) {
|
|
|
151
151
|
};
|
|
152
152
|
}, []);
|
|
153
153
|
console.log('data =>>>>>> ', data);
|
|
154
|
-
// 定制逻辑:MX51 状态为 Question 时,不展示 Header 组件
|
|
155
|
-
var isHideHeader = data.eftpos === 'mx51' && data.status === StatusEnum.Question;
|
|
156
154
|
return /*#__PURE__*/React.createElement(React.Fragment, null, data.render ? /*#__PURE__*/React.createElement("div", {
|
|
157
155
|
className: "pisell-lowcode__eft-pay-box ".concat(className),
|
|
158
156
|
style: data.type === 'step' ? {} : {
|
|
159
157
|
display: 'none'
|
|
160
158
|
}
|
|
161
|
-
},
|
|
159
|
+
}, /*#__PURE__*/React.createElement(Header, {
|
|
162
160
|
status: data.status,
|
|
163
161
|
title: data.title,
|
|
164
162
|
subTitle: data.subTitle
|
|
@@ -184,9 +182,6 @@ var Pay = function Pay(_ref) {
|
|
|
184
182
|
key: data.key,
|
|
185
183
|
api: api,
|
|
186
184
|
onChange: onChange
|
|
187
|
-
}) : null, data.eftpos === 'mx51' ? /*#__PURE__*/React.createElement(Mx51, {
|
|
188
|
-
key: data.key,
|
|
189
|
-
onChange: onChange
|
|
190
185
|
}) : null) : null, data.type === PayRouteEnum.Unset && Comm ? /*#__PURE__*/React.createElement(Comm, {
|
|
191
186
|
onChange: onChange,
|
|
192
187
|
api: api,
|
|
@@ -188,6 +188,7 @@ export var POS = function POS(_ref) {
|
|
|
188
188
|
card_reader_type: eftposRef.current,
|
|
189
189
|
card_reader_id: (_deviceRef$current3 = deviceRef.current) === null || _deviceRef$current3 === void 0 ? void 0 : _deviceRef$current3.id,
|
|
190
190
|
number: numRef.current,
|
|
191
|
+
original_payment_number: custom === null || custom === void 0 ? void 0 : custom.original_payment_number,
|
|
191
192
|
pay_param_base64: encodeURIComponent(btoa(encodeURIComponent(JSON.stringify(_objectSpread(_objectSpread({}, dataRef.current), {}, {
|
|
192
193
|
number: numRef.current
|
|
193
194
|
})))))
|
|
@@ -68,7 +68,7 @@ export default (function (params) {
|
|
|
68
68
|
status: StatusEnum.Loading,
|
|
69
69
|
steps: getStep(mode),
|
|
70
70
|
render: true,
|
|
71
|
-
client: client !== 'undefined' ? client : ClientEnum.Merchant,
|
|
71
|
+
client: client !== 'undefined' && client !== undefined ? client : ClientEnum.Merchant,
|
|
72
72
|
custom: other || {}
|
|
73
73
|
}, typeof net !== 'undefined' ? {
|
|
74
74
|
net: net
|
|
@@ -91,6 +91,8 @@ export declare type State = {
|
|
|
91
91
|
};
|
|
92
92
|
backup?: Omit<State, 'backup'>;
|
|
93
93
|
client: ClientEnum;
|
|
94
|
+
/** 支付原始参数 */
|
|
95
|
+
originalParams?: Record<string, any>;
|
|
94
96
|
};
|
|
95
97
|
export declare type Action = {
|
|
96
98
|
type: EActionTypes;
|
|
@@ -174,7 +176,7 @@ export declare const updateCustom: (payload: {
|
|
|
174
176
|
export declare const updateStatus: (status: 'loading' | 'warn' | 'fail' | 'success' | 'question') => {
|
|
175
177
|
type: EActionTypes;
|
|
176
178
|
payload: {
|
|
177
|
-
status: "
|
|
179
|
+
status: "loading" | "success" | "warn" | "fail" | "question";
|
|
178
180
|
};
|
|
179
181
|
};
|
|
180
182
|
/**
|
|
@@ -295,10 +297,10 @@ export declare const backUpFree: (payload: Partial<State>) => {
|
|
|
295
297
|
name?: string | undefined;
|
|
296
298
|
symbol?: string | undefined;
|
|
297
299
|
amount?: string | number | undefined;
|
|
298
|
-
mode?: "
|
|
300
|
+
mode?: "pay" | "fullPay" | "refund" | "query" | undefined;
|
|
299
301
|
order_id?: string | number | undefined;
|
|
300
|
-
eftpos?: "
|
|
301
|
-
action?: "
|
|
302
|
+
eftpos?: "payo" | "tyro" | "windcave" | "stripe" | "linkly" | undefined;
|
|
303
|
+
action?: "pay" | "amount" | "deviceList" | undefined;
|
|
302
304
|
key?: number | undefined;
|
|
303
305
|
step?: number | undefined;
|
|
304
306
|
title?: string | undefined;
|
|
@@ -308,7 +310,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
|
|
|
308
310
|
net?: boolean | undefined;
|
|
309
311
|
component?: string | undefined;
|
|
310
312
|
form?: string | undefined;
|
|
311
|
-
status?: "
|
|
313
|
+
status?: "loading" | "success" | "warn" | "fail" | "pedding" | "resove" | "reject" | "question" | undefined;
|
|
312
314
|
warn?: string | undefined;
|
|
313
315
|
steps?: {
|
|
314
316
|
/** 用于重置当前步骤 */
|
|
@@ -344,6 +346,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
|
|
|
344
346
|
} | undefined;
|
|
345
347
|
backup?: Omit<State, "backup"> | undefined;
|
|
346
348
|
client?: ClientEnum | undefined;
|
|
349
|
+
originalParams?: Record<string, any> | undefined;
|
|
347
350
|
};
|
|
348
351
|
};
|
|
349
352
|
export declare function reducers(state: State, action: Action): State;
|
|
@@ -45,7 +45,7 @@ export default (function (params) {
|
|
|
45
45
|
status: StatusEnum.Loading,
|
|
46
46
|
steps: [],
|
|
47
47
|
render: true,
|
|
48
|
-
client: client !== 'undefined' ? client : ClientEnum.Merchant,
|
|
48
|
+
client: client !== 'undefined' && client !== undefined ? client : ClientEnum.Merchant,
|
|
49
49
|
custom: other || {}
|
|
50
50
|
}, typeof net !== 'undefined' ? {
|
|
51
51
|
net: net
|
|
@@ -46,7 +46,7 @@ export default (function (params) {
|
|
|
46
46
|
status: StatusEnum.Loading,
|
|
47
47
|
steps: [],
|
|
48
48
|
render: true,
|
|
49
|
-
client: client !== 'undefined' ? client : ClientEnum.Merchant,
|
|
49
|
+
client: client !== 'undefined' && client !== undefined ? client : ClientEnum.Merchant,
|
|
50
50
|
custom: other ? _objectSpread(_objectSpread({}, other), {}, {
|
|
51
51
|
list: [],
|
|
52
52
|
step: StepStatusEnum.Free
|
|
@@ -174,16 +174,16 @@ export default (function (_ref) {
|
|
|
174
174
|
if (isPay) {
|
|
175
175
|
var _deviceRef$current2;
|
|
176
176
|
_params = _objectSpread(_objectSpread({}, custom !== null && custom !== void 0 && custom.platform ? {
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
"service_charge": {
|
|
182
|
-
"amount": payRef.current.surMoney,
|
|
183
|
-
"percentage": payRef.current.surPercentRate
|
|
184
|
-
},
|
|
185
|
-
"original_amount": payRef.current.amount
|
|
177
|
+
operator_id: custom.operator_id,
|
|
178
|
+
operator_type: custom.operator_type,
|
|
179
|
+
platform: custom.platform,
|
|
180
|
+
custom_payment_id: custom.custom_payment_id
|
|
186
181
|
} : {}), {}, {
|
|
182
|
+
service_charge: {
|
|
183
|
+
amount: payRef.current.surMoney,
|
|
184
|
+
percentage: payRef.current.surPercentRate
|
|
185
|
+
},
|
|
186
|
+
original_amount: payRef.current.amount,
|
|
187
187
|
order_id: orderIdRef.current,
|
|
188
188
|
amount: payRef.current.total,
|
|
189
189
|
card_reader_type: eftposRef.current,
|
|
@@ -35,5 +35,27 @@ declare const _default: {
|
|
|
35
35
|
'pisell2.voucher.code-invalid': string;
|
|
36
36
|
'pisell2.voucher.code-invalid-cart': string;
|
|
37
37
|
};
|
|
38
|
+
ja: {
|
|
39
|
+
'pisell2.voucher.title': string;
|
|
40
|
+
'pisell2.voucher.details': string;
|
|
41
|
+
'pisell2.voucher.login': string;
|
|
42
|
+
'pisell2.voucher.login-tip': string;
|
|
43
|
+
'pisell2.voucher.code': string;
|
|
44
|
+
'pisell2.voucher.enter-code': string;
|
|
45
|
+
'pisell2.voucher.apply': string;
|
|
46
|
+
'pisell2.voucher.code-invalid': string;
|
|
47
|
+
'pisell2.voucher.code-invalid-cart': string;
|
|
48
|
+
};
|
|
49
|
+
pt: {
|
|
50
|
+
'pisell2.voucher.title': string;
|
|
51
|
+
'pisell2.voucher.details': string;
|
|
52
|
+
'pisell2.voucher.login': string;
|
|
53
|
+
'pisell2.voucher.login-tip': string;
|
|
54
|
+
'pisell2.voucher.code': string;
|
|
55
|
+
'pisell2.voucher.enter-code': string;
|
|
56
|
+
'pisell2.voucher.apply': string;
|
|
57
|
+
'pisell2.voucher.code-invalid': string;
|
|
58
|
+
'pisell2.voucher.code-invalid-cart': string;
|
|
59
|
+
};
|
|
38
60
|
};
|
|
39
61
|
export default _default;
|
|
@@ -34,5 +34,27 @@ export default {
|
|
|
34
34
|
'pisell2.voucher.apply': '應用',
|
|
35
35
|
'pisell2.voucher.code-invalid': '優惠碼無效',
|
|
36
36
|
'pisell2.voucher.code-invalid-cart': '優惠券不適用於當前購物車'
|
|
37
|
+
},
|
|
38
|
+
ja: {
|
|
39
|
+
'pisell2.voucher.title': 'プロモーション',
|
|
40
|
+
'pisell2.voucher.details': '詳細',
|
|
41
|
+
'pisell2.voucher.login': 'ログイン',
|
|
42
|
+
'pisell2.voucher.login-tip': 'あなたのバウチャーを表示するには',
|
|
43
|
+
'pisell2.voucher.code': 'コード',
|
|
44
|
+
'pisell2.voucher.enter-code': 'バウチャーコードを入力',
|
|
45
|
+
'pisell2.voucher.apply': '適用',
|
|
46
|
+
'pisell2.voucher.code-invalid': '無効なバウチャーコード',
|
|
47
|
+
'pisell2.voucher.code-invalid-cart': 'バウチャーは現在のカートに適用できません'
|
|
48
|
+
},
|
|
49
|
+
pt: {
|
|
50
|
+
'pisell2.voucher.title': 'Promoção',
|
|
51
|
+
'pisell2.voucher.details': 'Detalhes',
|
|
52
|
+
'pisell2.voucher.login': 'Entrar',
|
|
53
|
+
'pisell2.voucher.login-tip': 'para ver seus vouchers',
|
|
54
|
+
'pisell2.voucher.code': 'Código',
|
|
55
|
+
'pisell2.voucher.enter-code': 'Digite o código do voucher',
|
|
56
|
+
'pisell2.voucher.apply': 'Aplicar',
|
|
57
|
+
'pisell2.voucher.code-invalid': 'Código de voucher inválido',
|
|
58
|
+
'pisell2.voucher.code-invalid-cart': 'Voucher não aplicável ao carrinho atual'
|
|
37
59
|
}
|
|
38
60
|
};
|