@pisell/private-materials 6.6.45 → 6.6.46
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/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/appointmentBooking/components/Voucher/index.js +22 -7
- package/es/components/booking/addons/index.js +3 -2
- package/es/components/booking/components/footer/amount.js +4 -5
- package/es/components/booking/components/footer/index.js +7 -0
- package/es/components/booking/components/footer/utils.d.ts +1 -1
- package/es/components/booking/components/footer/utils.js +10 -15
- package/es/components/booking/components/voucher/index.js +7 -1
- package/es/components/booking/components/voucher/index.less +4 -1
- package/es/components/booking/components/voucherModal/index.less +1 -0
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/editService/index.js +10 -8
- package/es/components/booking/info2/service/editService/utils.d.ts +0 -1
- package/es/components/booking/info2/service/editService/utils.js +0 -16
- package/es/components/booking/payments/index.js +1 -1
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/checkout/components/WalletPassModule/index.js +1 -0
- package/es/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/utils.js +17 -3
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/es/components/checkout/hooks/useWalletPass.js +316 -192
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +166 -145
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
- package/es/components/pay/toC/WalletPassBlock/index.js +3 -1
- package/es/components/pay/toC/index.js +66 -27
- package/es/components/pay/toC/model.d.ts +1 -0
- package/es/components/pay/toC/serve.d.ts +18 -0
- package/es/components/pay/toC/serve.js +29 -1
- package/es/components/pay/toC/utils.d.ts +2 -2
- package/es/components/pay/toC/utils.js +4 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +7 -4
- package/es/components/ticketBooking/utils/index.d.ts +1 -1
- package/lib/components/appointmentBooking/components/Voucher/index.js +10 -2
- package/lib/components/booking/addons/index.js +3 -2
- package/lib/components/booking/components/footer/amount.js +4 -4
- package/lib/components/booking/components/footer/index.js +9 -0
- package/lib/components/booking/components/footer/utils.d.ts +1 -1
- package/lib/components/booking/components/footer/utils.js +10 -15
- package/lib/components/booking/components/voucher/index.js +7 -1
- package/lib/components/booking/components/voucher/index.less +4 -1
- package/lib/components/booking/components/voucherModal/index.less +1 -0
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/editService/index.js +24 -21
- package/lib/components/booking/info2/service/editService/utils.d.ts +0 -1
- package/lib/components/booking/info2/service/editService/utils.js +0 -16
- package/lib/components/booking/payments/index.js +1 -1
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/checkout/components/WalletPassModule/index.js +1 -0
- package/lib/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/utils.js +18 -2
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/lib/components/checkout/hooks/useWalletPass.js +157 -108
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +90 -103
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
- package/lib/components/pay/toC/WalletPassBlock/index.js +3 -1
- package/lib/components/pay/toC/index.js +52 -11
- package/lib/components/pay/toC/model.d.ts +1 -0
- package/lib/components/pay/toC/serve.d.ts +18 -0
- package/lib/components/pay/toC/serve.js +6 -0
- package/lib/components/pay/toC/utils.d.ts +2 -2
- package/lib/components/pay/toC/utils.js +4 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +11 -7
- package/lib/components/ticketBooking/utils/index.d.ts +1 -1
- package/package.json +4 -4
- package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/es/components/appointmentBooking/locales.d.ts +0 -603
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
- package/es/components/booking/components/actionButtons/index.d.ts +0 -31
- package/es/components/booking/components/voucher/utils.d.ts +0 -5
- package/es/components/booking/editBookingModal/locales.d.ts +0 -33
- package/es/components/booking/editBookingModal/mock.d.ts +0 -991
- package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -33
- package/es/components/booking/info2/service/addService/mock.d.ts +0 -216
- package/es/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
- package/es/components/booking/locales.d.ts +0 -1619
- package/es/components/checkout/PaymentModal.d.ts +0 -31
- package/es/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
- package/es/components/checkout/locales.d.ts +0 -853
- package/es/components/eftpos/locales.d.ts +0 -163
- package/es/components/eftposPay/locales.d.ts +0 -608
- package/es/components/eventBooking/locales.d.ts +0 -408
- package/es/components/list/locales.d.ts +0 -108
- package/es/components/list/utils/getText.d.ts +0 -53
- package/es/components/login/locales.d.ts +0 -38
- package/es/components/pay/toB/locales.d.ts +0 -88
- package/es/components/pay/toC/locales.d.ts +0 -511
- package/es/components/pinModal/locales.d.ts +0 -43
- package/es/components/pinVerifyModal/locales.d.ts +0 -38
- package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -133
- package/es/components/productExtension/locales.d.ts +0 -78
- package/es/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/es/components/productSelect/locales.d.ts +0 -38
- package/es/components/ruleSetting/locales.d.ts +0 -78
- package/es/components/schedules/locales.d.ts +0 -143
- package/es/components/shoppingCart/locales.d.ts +0 -58
- package/es/components/stepController/locales.d.ts +0 -43
- package/es/components/subTotal/locales.d.ts +0 -68
- package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/es/components/systemSettings/registry/locales.d.ts +0 -456
- package/es/components/systemSettings/registry/types.d.ts +0 -128
- package/es/components/taxSelect/locales.d.ts +0 -38
- package/es/components/ticketBooking/locales.d.ts +0 -328
- package/es/components/ticketBooking/utils/formatTime.d.ts +0 -33
- package/es/components/wallet/utils.d.ts +0 -48
- package/es/components/walletList/index.d.ts +0 -4
- package/es/components/walletList/locales.d.ts +0 -43
- package/es/components/walletList/types/index.d.ts +0 -196
- package/es/plus/clientCard/index.d.ts +0 -7
- package/es/plus/clientCard/locales.d.ts +0 -28
- package/es/plus/clientCard/types.d.ts +0 -135
- package/es/plus/clinetSearch/locales.d.ts +0 -178
- package/es/plus/contactInfo/locales.d.ts +0 -23
- package/es/plus/contactInfoModal/locales.d.ts +0 -108
- package/es/plus/noteModal/locales.d.ts +0 -53
- package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
- package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
- package/es/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
- package/es/plus/productSelect/locales.d.ts +0 -38
- package/es/plus/saasAttendance/index.d.ts +0 -6
- package/es/plus/saasAttendance/locales.d.ts +0 -528
- package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/es/plus/saasAttendance/settings/types.d.ts +0 -130
- package/es/plus/saasCreateOrganization/locales.d.ts +0 -23
- package/es/plus/saasLogin/locales.d.ts +0 -83
- package/es/plus/saasRegister/locales.d.ts +0 -193
- package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/es/plus/saasRole/index.d.ts +0 -14
- package/es/plus/saasRole/locales.d.ts +0 -319
- package/es/plus/saasRole/serve.d.ts +0 -72
- package/es/plus/saasRole/types.d.ts +0 -177
- package/es/plus/saasRole/utils.d.ts +0 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/es/plus/saasTeamMembers/index.d.ts +0 -5
- package/es/plus/saasTeamMembers/locales.d.ts +0 -546
- package/es/plus/saasTeamMembers/serve.d.ts +0 -95
- package/es/plus/saasTeamMembers/type.d.ts +0 -158
- package/es/plus/selectHolder/locales.d.ts +0 -38
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
- package/es/plus/walletEditor/locales.d.ts +0 -223
- package/es/plus/walletEditor/types.d.ts +0 -54
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
- package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -13
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
- package/es/plus/walletPassGallery/index.d.ts +0 -11
- package/es/plus/walletPassGallery/locales.d.ts +0 -473
- package/es/plus/walletPassGallery/serve.d.ts +0 -245
- package/es/plus/walletPassGallery/utils.d.ts +0 -48
- package/es/pro/Login2.0/locales.d.ts +0 -903
- package/es/pro/Login2.0/shared/types.d.ts +0 -234
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/es/pro/numberKeyboard/locales.d.ts +0 -18
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
- package/es/pro/skuDetailModal/locales.d.ts +0 -78
- package/es/pro/skuDetailModal/types.d.ts +0 -352
- package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/lib/components/appointmentBooking/locales.d.ts +0 -603
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
- package/lib/components/booking/components/actionButtons/index.d.ts +0 -31
- package/lib/components/booking/components/voucher/utils.d.ts +0 -5
- package/lib/components/booking/editBookingModal/locales.d.ts +0 -33
- package/lib/components/booking/editBookingModal/mock.d.ts +0 -991
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -33
- package/lib/components/booking/info2/service/addService/mock.d.ts +0 -216
- package/lib/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
- package/lib/components/booking/locales.d.ts +0 -1619
- package/lib/components/checkout/PaymentModal.d.ts +0 -31
- package/lib/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
- package/lib/components/checkout/locales.d.ts +0 -853
- package/lib/components/eftpos/locales.d.ts +0 -163
- package/lib/components/eftposPay/locales.d.ts +0 -608
- package/lib/components/eventBooking/locales.d.ts +0 -408
- package/lib/components/list/locales.d.ts +0 -108
- package/lib/components/list/utils/getText.d.ts +0 -53
- package/lib/components/login/locales.d.ts +0 -38
- package/lib/components/pay/toB/locales.d.ts +0 -88
- package/lib/components/pay/toC/locales.d.ts +0 -511
- package/lib/components/pinModal/locales.d.ts +0 -43
- package/lib/components/pinVerifyModal/locales.d.ts +0 -38
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -133
- package/lib/components/productExtension/locales.d.ts +0 -78
- package/lib/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/lib/components/productSelect/locales.d.ts +0 -38
- package/lib/components/ruleSetting/locales.d.ts +0 -78
- package/lib/components/schedules/locales.d.ts +0 -143
- package/lib/components/shoppingCart/locales.d.ts +0 -58
- package/lib/components/stepController/locales.d.ts +0 -43
- package/lib/components/subTotal/locales.d.ts +0 -68
- package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/lib/components/systemSettings/registry/locales.d.ts +0 -456
- package/lib/components/systemSettings/registry/types.d.ts +0 -128
- package/lib/components/taxSelect/locales.d.ts +0 -38
- package/lib/components/ticketBooking/locales.d.ts +0 -328
- package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -33
- package/lib/components/wallet/utils.d.ts +0 -48
- package/lib/components/walletList/index.d.ts +0 -4
- package/lib/components/walletList/locales.d.ts +0 -43
- package/lib/components/walletList/types/index.d.ts +0 -196
- package/lib/plus/clientCard/index.d.ts +0 -7
- package/lib/plus/clientCard/locales.d.ts +0 -28
- package/lib/plus/clientCard/types.d.ts +0 -135
- package/lib/plus/clinetSearch/locales.d.ts +0 -178
- package/lib/plus/contactInfo/locales.d.ts +0 -23
- package/lib/plus/contactInfoModal/locales.d.ts +0 -108
- package/lib/plus/noteModal/locales.d.ts +0 -53
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
- package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
- package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
- package/lib/plus/productSelect/locales.d.ts +0 -38
- package/lib/plus/saasAttendance/index.d.ts +0 -6
- package/lib/plus/saasAttendance/locales.d.ts +0 -528
- package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/lib/plus/saasAttendance/settings/types.d.ts +0 -130
- package/lib/plus/saasCreateOrganization/locales.d.ts +0 -23
- package/lib/plus/saasLogin/locales.d.ts +0 -83
- package/lib/plus/saasRegister/locales.d.ts +0 -193
- package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/lib/plus/saasRole/index.d.ts +0 -14
- package/lib/plus/saasRole/locales.d.ts +0 -319
- package/lib/plus/saasRole/serve.d.ts +0 -72
- package/lib/plus/saasRole/types.d.ts +0 -177
- package/lib/plus/saasRole/utils.d.ts +0 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/lib/plus/saasTeamMembers/index.d.ts +0 -5
- package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
- package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
- package/lib/plus/saasTeamMembers/type.d.ts +0 -158
- package/lib/plus/selectHolder/locales.d.ts +0 -38
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
- package/lib/plus/walletEditor/locales.d.ts +0 -223
- package/lib/plus/walletEditor/types.d.ts +0 -54
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -13
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
- package/lib/plus/walletPassGallery/index.d.ts +0 -11
- package/lib/plus/walletPassGallery/locales.d.ts +0 -473
- package/lib/plus/walletPassGallery/serve.d.ts +0 -245
- package/lib/plus/walletPassGallery/utils.d.ts +0 -48
- package/lib/pro/Login2.0/locales.d.ts +0 -903
- package/lib/pro/Login2.0/shared/types.d.ts +0 -234
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/lib/pro/numberKeyboard/locales.d.ts +0 -18
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
- package/lib/pro/skuDetailModal/locales.d.ts +0 -78
- package/lib/pro/skuDetailModal/types.d.ts +0 -352
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.pin.verify.modal.title': string;
|
|
4
|
-
'pisell2.pin.verify.modal.wallet': string;
|
|
5
|
-
'pisell2.pin.verify.modal.keyboard.title': string;
|
|
6
|
-
'pisell2.pin.verify.modal.keyboard.desc': string;
|
|
7
|
-
'pisell2.pin.verify.modal.keyboard.verify': string;
|
|
8
|
-
};
|
|
9
|
-
'zh-CN': {
|
|
10
|
-
'pisell2.pin.verify.modal.title': string;
|
|
11
|
-
'pisell2.pin.verify.modal.wallet': string;
|
|
12
|
-
'pisell2.pin.verify.modal.keyboard.title': string;
|
|
13
|
-
'pisell2.pin.verify.modal.keyboard.desc': string;
|
|
14
|
-
'pisell2.pin.verify.modal.keyboard.verify': string;
|
|
15
|
-
};
|
|
16
|
-
'zh-HK': {
|
|
17
|
-
'pisell2.pin.verify.modal.title': string;
|
|
18
|
-
'pisell2.pin.verify.modal.wallet': string;
|
|
19
|
-
'pisell2.pin.verify.modal.keyboard.title': string;
|
|
20
|
-
'pisell2.pin.verify.modal.keyboard.desc': string;
|
|
21
|
-
'pisell2.pin.verify.modal.keyboard.verify': string;
|
|
22
|
-
};
|
|
23
|
-
ja: {
|
|
24
|
-
'pisell2.pin.verify.modal.title': string;
|
|
25
|
-
'pisell2.pin.verify.modal.wallet': string;
|
|
26
|
-
'pisell2.pin.verify.modal.keyboard.title': string;
|
|
27
|
-
'pisell2.pin.verify.modal.keyboard.desc': string;
|
|
28
|
-
'pisell2.pin.verify.modal.keyboard.verify': string;
|
|
29
|
-
};
|
|
30
|
-
pt: {
|
|
31
|
-
'pisell2.pin.verify.modal.title': string;
|
|
32
|
-
'pisell2.pin.verify.modal.wallet': string;
|
|
33
|
-
'pisell2.pin.verify.modal.keyboard.title': string;
|
|
34
|
-
'pisell2.pin.verify.modal.keyboard.desc': string;
|
|
35
|
-
'pisell2.pin.verify.modal.keyboard.verify': string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
export default _default;
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.text.leave-empty-for-walk-in': string;
|
|
4
|
-
'pisell2.text.date-year-text': string;
|
|
5
|
-
'pisell2.text.date-month-text': string;
|
|
6
|
-
'pisell2.text.date-day-text': string;
|
|
7
|
-
'pisell2.text.gender': string;
|
|
8
|
-
'pisell2.text.gender.male': string;
|
|
9
|
-
'pisell2.text.gender.female': string;
|
|
10
|
-
'pisell2.text.birthday': string;
|
|
11
|
-
'pisell2.text.phone': string;
|
|
12
|
-
'pisell2.text.email': string;
|
|
13
|
-
'pisell2.text.lastname': string;
|
|
14
|
-
'pisell2.text.firstname': string;
|
|
15
|
-
'pisell2.text.email-error-message': string;
|
|
16
|
-
'pisell2.text.notes': string;
|
|
17
|
-
'pisell2.text.save': string;
|
|
18
|
-
'pisell2.text.save-and-select': string;
|
|
19
|
-
'pisell2.text.no-results-found': string;
|
|
20
|
-
'pisell2.text.create-new-client': string;
|
|
21
|
-
'pisell2.text.result-found': string;
|
|
22
|
-
'pisell2.text.personnel-list': string;
|
|
23
|
-
'pisell2.text.load-more': string;
|
|
24
|
-
'pisell2.text.add-client.confirm': string;
|
|
25
|
-
'pisell2.text.search-customer-by-phone-number': string;
|
|
26
|
-
'pisell2.text.create': string;
|
|
27
|
-
};
|
|
28
|
-
'zh-CN': {
|
|
29
|
-
'pisell2.text.leave-empty-for-walk-in': string;
|
|
30
|
-
'pisell2.text.date-year-text': string;
|
|
31
|
-
'pisell2.text.date-month-text': string;
|
|
32
|
-
'pisell2.text.date-day-text': string;
|
|
33
|
-
'pisell2.text.gender': string;
|
|
34
|
-
'pisell2.text.gender.male': string;
|
|
35
|
-
'pisell2.text.gender.female': string;
|
|
36
|
-
'pisell2.text.birthday': string;
|
|
37
|
-
'pisell2.text.phone': string;
|
|
38
|
-
'pisell2.text.email': string;
|
|
39
|
-
'pisell2.text.lastname': string;
|
|
40
|
-
'pisell2.text.firstname': string;
|
|
41
|
-
'pisell2.text.email-error-message': string;
|
|
42
|
-
'pisell2.text.notes': string;
|
|
43
|
-
'pisell2.text.save': string;
|
|
44
|
-
'pisell2.text.save-and-select': string;
|
|
45
|
-
'pisell2.text.no-results-found': string;
|
|
46
|
-
'pisell2.text.create-new-client': string;
|
|
47
|
-
'pisell2.text.result-found': string;
|
|
48
|
-
'pisell2.text.personnel-list': string;
|
|
49
|
-
'pisell2.text.add-client.confirm': string;
|
|
50
|
-
'pisell2.text.load-more': string;
|
|
51
|
-
'pisell2.text.search-customer-by-phone-number': string;
|
|
52
|
-
'pisell2.text.create': string;
|
|
53
|
-
};
|
|
54
|
-
'zh-HK': {
|
|
55
|
-
'pisell2.text.leave-empty-for-walk-in': string;
|
|
56
|
-
'pisell2.text.date-year-text': string;
|
|
57
|
-
'pisell2.text.date-month-text': string;
|
|
58
|
-
'pisell2.text.date-day-text': string;
|
|
59
|
-
'pisell2.text.gender': string;
|
|
60
|
-
'pisell2.text.gender.male': string;
|
|
61
|
-
'pisell2.text.gender.female': string;
|
|
62
|
-
'pisell2.text.birthday': string;
|
|
63
|
-
'pisell2.text.phone': string;
|
|
64
|
-
'pisell2.text.email': string;
|
|
65
|
-
'pisell2.text.lastname': string;
|
|
66
|
-
'pisell2.text.firstname': string;
|
|
67
|
-
'pisell2.text.email-error-message': string;
|
|
68
|
-
'pisell2.text.notes': string;
|
|
69
|
-
'pisell2.text.save': string;
|
|
70
|
-
'pisell2.text.save-and-select': string;
|
|
71
|
-
'pisell2.text.no-results-found': string;
|
|
72
|
-
'pisell2.text.create-new-client': string;
|
|
73
|
-
'pisell2.text.result-found': string;
|
|
74
|
-
'pisell2.text.personnel-list': string;
|
|
75
|
-
'pisell2.text.add-client.confirm': string;
|
|
76
|
-
'pisell2.text.load-more': string;
|
|
77
|
-
'pisell2.text.search-customer-by-phone-number': string;
|
|
78
|
-
'pisell2.text.create': string;
|
|
79
|
-
};
|
|
80
|
-
ja: {
|
|
81
|
-
'pisell2.text.leave-empty-for-walk-in': string;
|
|
82
|
-
'pisell2.text.date-year-text': string;
|
|
83
|
-
'pisell2.text.date-month-text': string;
|
|
84
|
-
'pisell2.text.date-day-text': string;
|
|
85
|
-
'pisell2.text.gender': string;
|
|
86
|
-
'pisell2.text.gender.male': string;
|
|
87
|
-
'pisell2.text.gender.female': string;
|
|
88
|
-
'pisell2.text.birthday': string;
|
|
89
|
-
'pisell2.text.phone': string;
|
|
90
|
-
'pisell2.text.email': string;
|
|
91
|
-
'pisell2.text.lastname': string;
|
|
92
|
-
'pisell2.text.firstname': string;
|
|
93
|
-
'pisell2.text.email-error-message': string;
|
|
94
|
-
'pisell2.text.notes': string;
|
|
95
|
-
'pisell2.text.save': string;
|
|
96
|
-
'pisell2.text.save-and-select': string;
|
|
97
|
-
'pisell2.text.no-results-found': string;
|
|
98
|
-
'pisell2.text.create-new-client': string;
|
|
99
|
-
'pisell2.text.result-found': string;
|
|
100
|
-
'pisell2.text.personnel-list': string;
|
|
101
|
-
'pisell2.text.add-client.confirm': string;
|
|
102
|
-
'pisell2.text.load-more': string;
|
|
103
|
-
'pisell2.text.search-customer-by-phone-number': string;
|
|
104
|
-
'pisell2.text.create': string;
|
|
105
|
-
};
|
|
106
|
-
pt: {
|
|
107
|
-
'pisell2.text.leave-empty-for-walk-in': string;
|
|
108
|
-
'pisell2.text.date-year-text': string;
|
|
109
|
-
'pisell2.text.date-month-text': string;
|
|
110
|
-
'pisell2.text.date-day-text': string;
|
|
111
|
-
'pisell2.text.gender': string;
|
|
112
|
-
'pisell2.text.gender.male': string;
|
|
113
|
-
'pisell2.text.gender.female': string;
|
|
114
|
-
'pisell2.text.birthday': string;
|
|
115
|
-
'pisell2.text.phone': string;
|
|
116
|
-
'pisell2.text.email': string;
|
|
117
|
-
'pisell2.text.lastname': string;
|
|
118
|
-
'pisell2.text.firstname': string;
|
|
119
|
-
'pisell2.text.email-error-message': string;
|
|
120
|
-
'pisell2.text.notes': string;
|
|
121
|
-
'pisell2.text.save': string;
|
|
122
|
-
'pisell2.text.save-and-select': string;
|
|
123
|
-
'pisell2.text.no-results-found': string;
|
|
124
|
-
'pisell2.text.create-new-client': string;
|
|
125
|
-
'pisell2.text.result-found': string;
|
|
126
|
-
'pisell2.text.personnel-list': string;
|
|
127
|
-
'pisell2.text.add-client.confirm': string;
|
|
128
|
-
'pisell2.text.load-more': string;
|
|
129
|
-
'pisell2.text.search-customer-by-phone-number': string;
|
|
130
|
-
'pisell2.text.create': string;
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
export default _default;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.text.product-extension.please-select': string;
|
|
4
|
-
'pisell2.text.product-extension.cut-off-time': string;
|
|
5
|
-
'pisell2.text.product-extension.cut-off-time.desc': string;
|
|
6
|
-
'pisell2.text.product-extension.future-day': string;
|
|
7
|
-
'pisell2.text.product-extension.future-day.hint': string;
|
|
8
|
-
'pisell2.text.product-extension.days': string;
|
|
9
|
-
'pisell2.text.product-extension.hours': string;
|
|
10
|
-
'pisell2.text.product-extension.minutes': string;
|
|
11
|
-
'pisell2.text.product-extension.add-product': string;
|
|
12
|
-
'pisell2.text.product-extension.add-other-product': string;
|
|
13
|
-
'pisell2.text.product-extension.resource-type': string;
|
|
14
|
-
'pisell2.text.product-extension.open': string;
|
|
15
|
-
'pisell2.text.product-extension.options': string;
|
|
16
|
-
};
|
|
17
|
-
'zh-CN': {
|
|
18
|
-
'pisell2.text.product-extension.please-select': string;
|
|
19
|
-
'pisell2.text.product-extension.cut-off-time': string;
|
|
20
|
-
'pisell2.text.product-extension.cut-off-time.desc': string;
|
|
21
|
-
'pisell2.text.product-extension.future-day': string;
|
|
22
|
-
'pisell2.text.product-extension.future-day.hint': string;
|
|
23
|
-
'pisell2.text.product-extension.days': string;
|
|
24
|
-
'pisell2.text.product-extension.hours': string;
|
|
25
|
-
'pisell2.text.product-extension.minutes': string;
|
|
26
|
-
'pisell2.text.product-extension.add-product': string;
|
|
27
|
-
'pisell2.text.product-extension.add-other-product': string;
|
|
28
|
-
'pisell2.text.product-extension.resource-type': string;
|
|
29
|
-
'pisell2.text.product-extension.open': string;
|
|
30
|
-
'pisell2.text.product-extension.options': string;
|
|
31
|
-
};
|
|
32
|
-
'zh-HK': {
|
|
33
|
-
'pisell2.text.product-extension.please-select': string;
|
|
34
|
-
'pisell2.text.product-extension.cut-off-time': string;
|
|
35
|
-
'pisell2.text.product-extension.cut-off-time.desc': string;
|
|
36
|
-
'pisell2.text.product-extension.future-day': string;
|
|
37
|
-
'pisell2.text.product-extension.future-day.hint': string;
|
|
38
|
-
'pisell2.text.product-extension.days': string;
|
|
39
|
-
'pisell2.text.product-extension.hours': string;
|
|
40
|
-
'pisell2.text.product-extension.minutes': string;
|
|
41
|
-
'pisell2.text.product-extension.add-product': string;
|
|
42
|
-
'pisell2.text.product-extension.add-other-product': string;
|
|
43
|
-
'pisell2.text.product-extension.resource-type': string;
|
|
44
|
-
'pisell2.text.product-extension.open': string;
|
|
45
|
-
'pisell2.text.product-extension.options': string;
|
|
46
|
-
};
|
|
47
|
-
ja: {
|
|
48
|
-
'pisell2.text.product-extension.please-select': string;
|
|
49
|
-
'pisell2.text.product-extension.cut-off-time': string;
|
|
50
|
-
'pisell2.text.product-extension.cut-off-time.desc': string;
|
|
51
|
-
'pisell2.text.product-extension.future-day': string;
|
|
52
|
-
'pisell2.text.product-extension.future-day.hint': string;
|
|
53
|
-
'pisell2.text.product-extension.days': string;
|
|
54
|
-
'pisell2.text.product-extension.hours': string;
|
|
55
|
-
'pisell2.text.product-extension.minutes': string;
|
|
56
|
-
'pisell2.text.product-extension.add-product': string;
|
|
57
|
-
'pisell2.text.product-extension.add-other-product': string;
|
|
58
|
-
'pisell2.text.product-extension.resource-type': string;
|
|
59
|
-
'pisell2.text.product-extension.open': string;
|
|
60
|
-
'pisell2.text.product-extension.options': string;
|
|
61
|
-
};
|
|
62
|
-
pt: {
|
|
63
|
-
'pisell2.text.product-extension.please-select': string;
|
|
64
|
-
'pisell2.text.product-extension.cut-off-time': string;
|
|
65
|
-
'pisell2.text.product-extension.cut-off-time.desc': string;
|
|
66
|
-
'pisell2.text.product-extension.future-day': string;
|
|
67
|
-
'pisell2.text.product-extension.future-day.hint': string;
|
|
68
|
-
'pisell2.text.product-extension.days': string;
|
|
69
|
-
'pisell2.text.product-extension.hours': string;
|
|
70
|
-
'pisell2.text.product-extension.minutes': string;
|
|
71
|
-
'pisell2.text.product-extension.add-product': string;
|
|
72
|
-
'pisell2.text.product-extension.add-other-product': string;
|
|
73
|
-
'pisell2.text.product-extension.resource-type': string;
|
|
74
|
-
'pisell2.text.product-extension.open': string;
|
|
75
|
-
'pisell2.text.product-extension.options': string;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
value: string | number;
|
|
4
|
-
isMini?: boolean;
|
|
5
|
-
className?: string;
|
|
6
|
-
style?: React.CSSProperties;
|
|
7
|
-
prefix?: React.ReactElement;
|
|
8
|
-
suffix?: React.ReactElement;
|
|
9
|
-
}
|
|
10
|
-
declare const index: (props: IProps) => React.JSX.Element;
|
|
11
|
-
export default index;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.product-select.search': string;
|
|
4
|
-
'pisell2.product-select.stock': string;
|
|
5
|
-
'pisell2.product-select.empty': string;
|
|
6
|
-
'pisell2.product-select.price.prefix': string;
|
|
7
|
-
'pisell2.product-select.price.suffix': string;
|
|
8
|
-
};
|
|
9
|
-
'zh-CN': {
|
|
10
|
-
'pisell2.product-select.search': string;
|
|
11
|
-
'pisell2.product-select.stock': string;
|
|
12
|
-
'pisell2.product-select.empty': string;
|
|
13
|
-
'pisell2.product-select.price.prefix': string;
|
|
14
|
-
'pisell2.product-select.price.suffix': string;
|
|
15
|
-
};
|
|
16
|
-
'zh-HK': {
|
|
17
|
-
'pisell2.product-select.search': string;
|
|
18
|
-
'pisell2.product-select.stock': string;
|
|
19
|
-
'pisell2.product-select.empty': string;
|
|
20
|
-
'pisell2.product-select.price.prefix': string;
|
|
21
|
-
'pisell2.product-select.price.suffix': string;
|
|
22
|
-
};
|
|
23
|
-
ja: {
|
|
24
|
-
'pisell2.product-select.search': string;
|
|
25
|
-
'pisell2.product-select.stock': string;
|
|
26
|
-
'pisell2.product-select.empty': string;
|
|
27
|
-
'pisell2.product-select.price.prefix': string;
|
|
28
|
-
'pisell2.product-select.price.suffix': string;
|
|
29
|
-
};
|
|
30
|
-
pt: {
|
|
31
|
-
'pisell2.product-select.search': string;
|
|
32
|
-
'pisell2.product-select.stock': string;
|
|
33
|
-
'pisell2.product-select.empty': string;
|
|
34
|
-
'pisell2.product-select.price.prefix': string;
|
|
35
|
-
'pisell2.product-select.price.suffix': string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
export default _default;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.text.satisfy_any_condition': string;
|
|
4
|
-
'pisell2.text.add': string;
|
|
5
|
-
'pisell2.text.and': string;
|
|
6
|
-
'pisell2.text.or': string;
|
|
7
|
-
'pisell2.text.all': string;
|
|
8
|
-
'pisell2.text.rule-setting.Contain': string;
|
|
9
|
-
'pisell2.text.rule-setting.Exclude': string;
|
|
10
|
-
'pisell2.text.rule-setting.order_type': string;
|
|
11
|
-
'pisell2.text.rule-setting.sales_channel': string;
|
|
12
|
-
'pisell2.text.rule-setting.staff': string;
|
|
13
|
-
'pisell2.text.rule-setting.payment_method': string;
|
|
14
|
-
'pisell2.text.rule-setting.pisell_terminal_device': string;
|
|
15
|
-
'pisell2.text.rule-setting.current_device': string;
|
|
16
|
-
};
|
|
17
|
-
'zh-CN': {
|
|
18
|
-
'pisell2.text.satisfy_any_condition': string;
|
|
19
|
-
'pisell2.text.and': string;
|
|
20
|
-
'pisell2.text.or': string;
|
|
21
|
-
'pisell2.text.all': string;
|
|
22
|
-
'pisell2.text.add': string;
|
|
23
|
-
'pisell2.text.rule-setting.Contain': string;
|
|
24
|
-
'pisell2.text.rule-setting.Exclude': string;
|
|
25
|
-
'pisell2.text.rule-setting.order_type': string;
|
|
26
|
-
'pisell2.text.rule-setting.sales_channel': string;
|
|
27
|
-
'pisell2.text.rule-setting.staff': string;
|
|
28
|
-
'pisell2.text.rule-setting.payment_method': string;
|
|
29
|
-
'pisell2.text.rule-setting.pisell_terminal_device': string;
|
|
30
|
-
'pisell2.text.rule-setting.current_device': string;
|
|
31
|
-
};
|
|
32
|
-
'zh-HK': {
|
|
33
|
-
'pisell2.text.satisfy_any_condition': string;
|
|
34
|
-
'pisell2.text.and': string;
|
|
35
|
-
'pisell2.text.or': string;
|
|
36
|
-
'pisell2.text.all': string;
|
|
37
|
-
'pisell2.text.add': string;
|
|
38
|
-
'pisell2.text.rule-setting.Contain': string;
|
|
39
|
-
'pisell2.text.rule-setting.Exclude': string;
|
|
40
|
-
'pisell2.text.rule-setting.order_type': string;
|
|
41
|
-
'pisell2.text.rule-setting.sales_channel': string;
|
|
42
|
-
'pisell2.text.rule-setting.staff': string;
|
|
43
|
-
'pisell2.text.rule-setting.payment_method': string;
|
|
44
|
-
'pisell2.text.rule-setting.pisell_terminal_device': string;
|
|
45
|
-
'pisell2.text.rule-setting.current_device': string;
|
|
46
|
-
};
|
|
47
|
-
ja: {
|
|
48
|
-
'pisell2.text.satisfy_any_condition': string;
|
|
49
|
-
'pisell2.text.add': string;
|
|
50
|
-
'pisell2.text.and': string;
|
|
51
|
-
'pisell2.text.or': string;
|
|
52
|
-
'pisell2.text.all': string;
|
|
53
|
-
'pisell2.text.rule-setting.Contain': string;
|
|
54
|
-
'pisell2.text.rule-setting.Exclude': string;
|
|
55
|
-
'pisell2.text.rule-setting.order_type': string;
|
|
56
|
-
'pisell2.text.rule-setting.sales_channel': string;
|
|
57
|
-
'pisell2.text.rule-setting.staff': string;
|
|
58
|
-
'pisell2.text.rule-setting.payment_method': string;
|
|
59
|
-
'pisell2.text.rule-setting.pisell_terminal_device': string;
|
|
60
|
-
'pisell2.text.rule-setting.current_device': string;
|
|
61
|
-
};
|
|
62
|
-
pt: {
|
|
63
|
-
'pisell2.text.satisfy_any_condition': string;
|
|
64
|
-
'pisell2.text.add': string;
|
|
65
|
-
'pisell2.text.and': string;
|
|
66
|
-
'pisell2.text.or': string;
|
|
67
|
-
'pisell2.text.all': string;
|
|
68
|
-
'pisell2.text.rule-setting.Contain': string;
|
|
69
|
-
'pisell2.text.rule-setting.Exclude': string;
|
|
70
|
-
'pisell2.text.rule-setting.order_type': string;
|
|
71
|
-
'pisell2.text.rule-setting.sales_channel': string;
|
|
72
|
-
'pisell2.text.rule-setting.staff': string;
|
|
73
|
-
'pisell2.text.rule-setting.payment_method': string;
|
|
74
|
-
'pisell2.text.rule-setting.pisell_terminal_device': string;
|
|
75
|
-
'pisell2.text.rule-setting.current_device': string;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
export default _default;
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.text.schedules.all-day': string;
|
|
4
|
-
'pisell2.text.schedules.save': string;
|
|
5
|
-
'pisell2.text.schedules.delete-schedules-text1': string;
|
|
6
|
-
'pisell2.text.schedules.delete-schedules-text2': string;
|
|
7
|
-
'pisell2.text.schedules.delete-schedules-text3': string;
|
|
8
|
-
'pisell2.text.schedules.add': string;
|
|
9
|
-
'pisell2.text.schedules.edit-schedule': string;
|
|
10
|
-
'pisell2.text.schedules.products-title': string;
|
|
11
|
-
'pisell2.text.schedules.schedules-title': string;
|
|
12
|
-
'pisell2.text.schedules.resources-title': string;
|
|
13
|
-
'pisell2.text.schedules.open-hours-title': string;
|
|
14
|
-
'pisell2.text.schedules.cancel': string;
|
|
15
|
-
'pisell2.text.products.no-current-schedule': string;
|
|
16
|
-
'pisell2.text.schedules.save-success': string;
|
|
17
|
-
'pisell2.text.schedules.no-schedules': string;
|
|
18
|
-
'pisell2.text.schedules.assign-schedule': string;
|
|
19
|
-
'pisell2.text.schedules.max-participants': string;
|
|
20
|
-
'pisell2.text.products.edit-resource-message': string;
|
|
21
|
-
'pisell2.text.products.no-products': string;
|
|
22
|
-
'pisell2.text.products.no-resources': string;
|
|
23
|
-
'pisell2.text.products.unsaved-title': string;
|
|
24
|
-
'pisell2.text.products.unsaved-content': string;
|
|
25
|
-
'pisell2.text.products.unsaved-back': string;
|
|
26
|
-
'pisell2.text.products.unsaved-yes': string;
|
|
27
|
-
'pisell2.text.products.max-participants-error': string;
|
|
28
|
-
'pisell2.text.schedules.create-new-schedule': string;
|
|
29
|
-
};
|
|
30
|
-
'zh-CN': {
|
|
31
|
-
'pisell2.text.schedules.all-day': string;
|
|
32
|
-
'pisell2.text.schedules.save': string;
|
|
33
|
-
'pisell2.text.schedules.delete-schedules-text1': string;
|
|
34
|
-
'pisell2.text.schedules.delete-schedules-text2': string;
|
|
35
|
-
'pisell2.text.schedules.delete-schedules-text3': string;
|
|
36
|
-
'pisell2.text.schedules.add': string;
|
|
37
|
-
'pisell2.text.schedules.edit-schedule': string;
|
|
38
|
-
'pisell2.text.schedules.products-title': string;
|
|
39
|
-
'pisell2.text.schedules.schedules-title': string;
|
|
40
|
-
'pisell2.text.schedules.resources-title': string;
|
|
41
|
-
'pisell2.text.schedules.open-hours-title': string;
|
|
42
|
-
'pisell2.text.schedules.cancel': string;
|
|
43
|
-
'pisell2.text.products.no-current-schedule': string;
|
|
44
|
-
'pisell2.text.schedules.save-success': string;
|
|
45
|
-
'pisell2.text.schedules.no-schedules': string;
|
|
46
|
-
'pisell2.text.schedules.assign-schedule': string;
|
|
47
|
-
'pisell2.text.schedules.max-participants': string;
|
|
48
|
-
'pisell2.text.products.edit-resource-message': string;
|
|
49
|
-
'pisell2.text.products.no-products': string;
|
|
50
|
-
'pisell2.text.products.no-resources': string;
|
|
51
|
-
'pisell2.text.products.unsaved-title': string;
|
|
52
|
-
'pisell2.text.products.unsaved-content': string;
|
|
53
|
-
'pisell2.text.products.unsaved-back': string;
|
|
54
|
-
'pisell2.text.products.unsaved-yes': string;
|
|
55
|
-
'pisell2.text.products.max-participants-error': string;
|
|
56
|
-
'pisell2.text.schedules.create-new-schedule': string;
|
|
57
|
-
};
|
|
58
|
-
'zh-HK': {
|
|
59
|
-
'pisell2.text.schedules.all-day': string;
|
|
60
|
-
'pisell2.text.schedules.save': string;
|
|
61
|
-
'pisell2.text.schedules.delete-schedules-text1': string;
|
|
62
|
-
'pisell2.text.schedules.delete-schedules-text2': string;
|
|
63
|
-
'pisell2.text.schedules.delete-schedules-text3': string;
|
|
64
|
-
'pisell2.text.schedules.add': string;
|
|
65
|
-
'pisell2.text.schedules.edit-schedule': string;
|
|
66
|
-
'pisell2.text.schedules.products-title': string;
|
|
67
|
-
'pisell2.text.schedules.schedules-title': string;
|
|
68
|
-
'pisell2.text.schedules.resources-title': string;
|
|
69
|
-
'pisell2.text.schedules.open-hours-title': string;
|
|
70
|
-
'pisell2.text.schedules.cancel': string;
|
|
71
|
-
'pisell2.text.products.no-current-schedule': string;
|
|
72
|
-
'pisell2.text.schedules.save-success': string;
|
|
73
|
-
'pisell2.text.schedules.no-schedules': string;
|
|
74
|
-
'pisell2.text.schedules.assign-schedule': string;
|
|
75
|
-
'pisell2.text.schedules.max-participants': string;
|
|
76
|
-
'pisell2.text.products.edit-resource-message': string;
|
|
77
|
-
'pisell2.text.products.no-products': string;
|
|
78
|
-
'pisell2.text.products.no-resources': string;
|
|
79
|
-
'pisell2.text.products.unsaved-title': string;
|
|
80
|
-
'pisell2.text.products.unsaved-content': string;
|
|
81
|
-
'pisell2.text.products.unsaved-back': string;
|
|
82
|
-
'pisell2.text.products.unsaved-yes': string;
|
|
83
|
-
'pisell2.text.products.max-participants-error': string;
|
|
84
|
-
'pisell2.text.schedules.create-new-schedule': string;
|
|
85
|
-
};
|
|
86
|
-
ja: {
|
|
87
|
-
'pisell2.text.schedules.all-day': string;
|
|
88
|
-
'pisell2.text.schedules.save': string;
|
|
89
|
-
'pisell2.text.schedules.delete-schedules-text1': string;
|
|
90
|
-
'pisell2.text.schedules.delete-schedules-text2': string;
|
|
91
|
-
'pisell2.text.schedules.delete-schedules-text3': string;
|
|
92
|
-
'pisell2.text.schedules.add': string;
|
|
93
|
-
'pisell2.text.schedules.edit-schedule': string;
|
|
94
|
-
'pisell2.text.schedules.products-title': string;
|
|
95
|
-
'pisell2.text.schedules.schedules-title': string;
|
|
96
|
-
'pisell2.text.schedules.resources-title': string;
|
|
97
|
-
'pisell2.text.schedules.open-hours-title': string;
|
|
98
|
-
'pisell2.text.schedules.cancel': string;
|
|
99
|
-
'pisell2.text.products.no-current-schedule': string;
|
|
100
|
-
'pisell2.text.schedules.save-success': string;
|
|
101
|
-
'pisell2.text.schedules.no-schedules': string;
|
|
102
|
-
'pisell2.text.schedules.assign-schedule': string;
|
|
103
|
-
'pisell2.text.schedules.max-participants': string;
|
|
104
|
-
'pisell2.text.products.edit-resource-message': string;
|
|
105
|
-
'pisell2.text.products.no-products': string;
|
|
106
|
-
'pisell2.text.products.no-resources': string;
|
|
107
|
-
'pisell2.text.products.unsaved-title': string;
|
|
108
|
-
'pisell2.text.products.unsaved-content': string;
|
|
109
|
-
'pisell2.text.products.unsaved-back': string;
|
|
110
|
-
'pisell2.text.products.unsaved-yes': string;
|
|
111
|
-
'pisell2.text.products.max-participants-error': string;
|
|
112
|
-
'pisell2.text.schedules.create-new-schedule': string;
|
|
113
|
-
};
|
|
114
|
-
pt: {
|
|
115
|
-
'pisell2.text.schedules.all-day': string;
|
|
116
|
-
'pisell2.text.schedules.save': string;
|
|
117
|
-
'pisell2.text.schedules.delete-schedules-text1': string;
|
|
118
|
-
'pisell2.text.schedules.delete-schedules-text2': string;
|
|
119
|
-
'pisell2.text.schedules.delete-schedules-text3': string;
|
|
120
|
-
'pisell2.text.schedules.add': string;
|
|
121
|
-
'pisell2.text.schedules.edit-schedule': string;
|
|
122
|
-
'pisell2.text.schedules.products-title': string;
|
|
123
|
-
'pisell2.text.schedules.schedules-title': string;
|
|
124
|
-
'pisell2.text.schedules.resources-title': string;
|
|
125
|
-
'pisell2.text.schedules.open-hours-title': string;
|
|
126
|
-
'pisell2.text.schedules.cancel': string;
|
|
127
|
-
'pisell2.text.products.no-current-schedule': string;
|
|
128
|
-
'pisell2.text.schedules.save-success': string;
|
|
129
|
-
'pisell2.text.schedules.no-schedules': string;
|
|
130
|
-
'pisell2.text.schedules.assign-schedule': string;
|
|
131
|
-
'pisell2.text.schedules.max-participants': string;
|
|
132
|
-
'pisell2.text.products.edit-resource-message': string;
|
|
133
|
-
'pisell2.text.products.no-products': string;
|
|
134
|
-
'pisell2.text.products.no-resources': string;
|
|
135
|
-
'pisell2.text.products.unsaved-title': string;
|
|
136
|
-
'pisell2.text.products.unsaved-content': string;
|
|
137
|
-
'pisell2.text.products.unsaved-back': string;
|
|
138
|
-
'pisell2.text.products.unsaved-yes': string;
|
|
139
|
-
'pisell2.text.products.max-participants-error': string;
|
|
140
|
-
'pisell2.text.schedules.create-new-schedule': string;
|
|
141
|
-
};
|
|
142
|
-
};
|
|
143
|
-
export default _default;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.text.shopping-cart.item': (num: number) => string;
|
|
4
|
-
'pisell2.text.shopping-cart.clear.cart': string;
|
|
5
|
-
'pisell2.text.shopping-cart.add.service': string;
|
|
6
|
-
'pisell2.text.shopping-cart.add.more': string;
|
|
7
|
-
'pisell2.text.shopping-cart.no.selected': string;
|
|
8
|
-
'pisell2.text.shopping-cart.confirm': string;
|
|
9
|
-
'pisell2.text.shopping-cart.cancel': string;
|
|
10
|
-
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
|
11
|
-
'pisell2.text.shopping-cart.save.items': (num: number) => string;
|
|
12
|
-
};
|
|
13
|
-
'zh-CN': {
|
|
14
|
-
'pisell2.text.shopping-cart.item': (num: number) => string;
|
|
15
|
-
'pisell2.text.shopping-cart.clear.cart': string;
|
|
16
|
-
'pisell2.text.shopping-cart.add.service': string;
|
|
17
|
-
'pisell2.text.shopping-cart.add.more': string;
|
|
18
|
-
'pisell2.text.shopping-cart.no.selected': string;
|
|
19
|
-
'pisell2.text.shopping-cart.confirm': string;
|
|
20
|
-
'pisell2.text.shopping-cart.cancel': string;
|
|
21
|
-
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
|
22
|
-
'pisell2.text.shopping-cart.save.items': (num: number) => string;
|
|
23
|
-
};
|
|
24
|
-
'zh-HK': {
|
|
25
|
-
'pisell2.text.shopping-cart.item': (num: number) => string;
|
|
26
|
-
'pisell2.text.shopping-cart.clear.cart': string;
|
|
27
|
-
'pisell2.text.shopping-cart.add.service': string;
|
|
28
|
-
'pisell2.text.shopping-cart.add.more': string;
|
|
29
|
-
'pisell2.text.shopping-cart.no.selected': string;
|
|
30
|
-
'pisell2.text.shopping-cart.confirm': string;
|
|
31
|
-
'pisell2.text.shopping-cart.cancel': string;
|
|
32
|
-
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
|
33
|
-
'pisell2.text.shopping-cart.save.items': (num: number) => string;
|
|
34
|
-
};
|
|
35
|
-
ja: {
|
|
36
|
-
'pisell2.text.shopping-cart.item': (num: number) => string;
|
|
37
|
-
'pisell2.text.shopping-cart.clear.cart': string;
|
|
38
|
-
'pisell2.text.shopping-cart.add.service': string;
|
|
39
|
-
'pisell2.text.shopping-cart.add.more': string;
|
|
40
|
-
'pisell2.text.shopping-cart.no.selected': string;
|
|
41
|
-
'pisell2.text.shopping-cart.confirm': string;
|
|
42
|
-
'pisell2.text.shopping-cart.cancel': string;
|
|
43
|
-
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
|
44
|
-
'pisell2.text.shopping-cart.save.items': (num: number) => string;
|
|
45
|
-
};
|
|
46
|
-
pt: {
|
|
47
|
-
'pisell2.text.shopping-cart.item': (num: number) => string;
|
|
48
|
-
'pisell2.text.shopping-cart.clear.cart': string;
|
|
49
|
-
'pisell2.text.shopping-cart.add.service': string;
|
|
50
|
-
'pisell2.text.shopping-cart.add.more': string;
|
|
51
|
-
'pisell2.text.shopping-cart.no.selected': string;
|
|
52
|
-
'pisell2.text.shopping-cart.confirm': string;
|
|
53
|
-
'pisell2.text.shopping-cart.cancel': string;
|
|
54
|
-
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
|
55
|
-
'pisell2.text.shopping-cart.save.items': (num: number) => string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
export default _default;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.step.controller.step': (step: number) => string;
|
|
4
|
-
'pisell2.step.controller.sendEmail': string;
|
|
5
|
-
'pisell2.step.controller.copy': string;
|
|
6
|
-
'pisell2.step.controller.download': string;
|
|
7
|
-
'pisell2.step.controller.preview': string;
|
|
8
|
-
'pisell2.step.controller.continue': string;
|
|
9
|
-
};
|
|
10
|
-
'zh-CN': {
|
|
11
|
-
'pisell2.step.controller.step': (step: number) => string;
|
|
12
|
-
'pisell2.step.controller.sendEmail': string;
|
|
13
|
-
'pisell2.step.controller.copy': string;
|
|
14
|
-
'pisell2.step.controller.download': string;
|
|
15
|
-
'pisell2.step.controller.preview': string;
|
|
16
|
-
'pisell2.step.controller.continue': string;
|
|
17
|
-
};
|
|
18
|
-
'zh-HK': {
|
|
19
|
-
'pisell2.step.controller.step': (step: number) => string;
|
|
20
|
-
'pisell2.step.controller.sendEmail': string;
|
|
21
|
-
'pisell2.step.controller.copy': string;
|
|
22
|
-
'pisell2.step.controller.download': string;
|
|
23
|
-
'pisell2.step.controller.preview': string;
|
|
24
|
-
'pisell2.step.controller.continue': string;
|
|
25
|
-
};
|
|
26
|
-
ja: {
|
|
27
|
-
'pisell2.step.controller.step': (step: number) => string;
|
|
28
|
-
'pisell2.step.controller.sendEmail': string;
|
|
29
|
-
'pisell2.step.controller.copy': string;
|
|
30
|
-
'pisell2.step.controller.download': string;
|
|
31
|
-
'pisell2.step.controller.preview': string;
|
|
32
|
-
'pisell2.step.controller.continue': string;
|
|
33
|
-
};
|
|
34
|
-
pt: {
|
|
35
|
-
'pisell2.step.controller.step': (step: number) => string;
|
|
36
|
-
'pisell2.step.controller.sendEmail': string;
|
|
37
|
-
'pisell2.step.controller.copy': string;
|
|
38
|
-
'pisell2.step.controller.download': string;
|
|
39
|
-
'pisell2.step.controller.preview': string;
|
|
40
|
-
'pisell2.step.controller.continue': string;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
export default _default;
|