@pisell/private-materials 6.3.97 → 6.3.99
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 +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +10 -10
- package/es/components/Sales/Summary/utils.d.ts +58 -0
- package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/es/components/appointmentBooking/components/Date/state.js +3 -1
- package/es/components/appointmentBooking/locales.d.ts +606 -0
- package/es/components/appointmentBooking/locales.js +276 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +413 -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 +138 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -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 +108 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/es/components/booking/addons/model.d.ts +10 -1
- package/es/components/booking/components/tabPane/index.d.ts +4 -0
- package/es/components/booking/components/voucher/utils.d.ts +4 -0
- package/es/components/booking/editBookingModal/locales.d.ts +33 -0
- package/es/components/booking/editBookingModal/locales.js +12 -0
- package/es/components/booking/editBookingModal/mock.d.ts +991 -0
- package/es/components/booking/editBookingModal/mock.js +22 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/forms/model.d.ts +10 -1
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/model.d.ts +10 -1
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/addService/mock.d.ts +216 -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/info2/service/editService/utils.d.ts +13 -0
- package/es/components/booking/locales.d.ts +628 -0
- package/es/components/booking/locales.js +722 -0
- package/es/components/booking/model.d.ts +9 -1
- package/es/components/booking/notes/addNote/index.d.ts +4 -0
- package/es/components/booking/notes/model.d.ts +10 -1
- package/es/components/booking/payments/model.d.ts +10 -1
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +7 -0
- package/es/components/ecocup/cupList/const.d.ts +133 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
- package/es/components/ecocup/cupProject/const.d.ts +7 -0
- package/es/components/ecocup/hooks.d.ts +49 -0
- package/es/components/ecocup/locales.d.ts +563 -0
- package/es/components/ecocup/locales.js +228 -0
- package/es/components/eftpos/const.d.ts +64 -0
- package/es/components/eftpos/device.d.ts +9 -0
- package/es/components/eftpos/hooks.d.ts +33 -0
- package/es/components/eftpos/index.d.ts +47 -0
- package/es/components/eftpos/locales.d.ts +163 -0
- package/es/components/eftpos/locales.js +80 -0
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/es/components/eftposPay/const.d.ts +184 -0
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +35 -0
- package/es/components/eftposPay/linkly/const.d.ts +23 -0
- package/es/components/eftposPay/locales.d.ts +572 -0
- package/es/components/eftposPay/locales.js +326 -0
- package/es/components/eftposPay/payo/config.d.ts +13 -0
- package/es/components/eftposPay/payo/const.d.ts +26 -0
- package/es/components/eftposPay/store/index.d.ts +355 -0
- package/es/components/eftposPay/tyro/const.d.ts +17 -0
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eftposPay/windcave/const.d.ts +119 -0
- package/es/components/eftposPay/windcave/helper.d.ts +23 -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 +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/es/components/eventBooking/locales.d.ts +408 -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 +38 -0
- package/es/components/login/locales.js +14 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
- package/es/components/pay/toC/locales.d.ts +511 -0
- package/es/components/pay/toC/locales.js +244 -0
- package/es/components/pay/toC/model.d.ts +40 -0
- package/es/components/pay/toC/serve.d.ts +2 -0
- package/es/components/pinModal/locales.d.ts +43 -0
- package/es/components/pinModal/locales.js +16 -0
- package/es/components/pinVerifyModal/locales.d.ts +38 -0
- package/es/components/pinVerifyModal/locales.js +14 -0
- package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/es/components/pisellSelectCustomerModal/locales.js +52 -0
- package/es/components/productExtension/locales.d.ts +78 -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 +38 -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 +143 -0
- package/es/components/schedules/locales.js +56 -0
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/shoppingCart/locales.d.ts +53 -0
- package/es/components/shoppingCart/locales.js +24 -0
- package/es/components/shoppingCart/type.d.ts +48 -0
- package/es/components/stepController/locales.d.ts +43 -0
- package/es/components/stepController/locales.js +20 -0
- package/es/components/subTotal/locales.d.ts +68 -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 +169 -35
- 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 +525 -0
- package/es/components/systemSettings/registry/locales.js +262 -3
- package/es/components/systemSettings/registry/services.d.ts +97 -0
- package/es/components/systemSettings/registry/types.d.ts +139 -0
- package/es/components/taxSelect/locales.d.ts +38 -0
- package/es/components/taxSelect/locales.js +14 -0
- package/es/components/ticketBooking/locales.d.ts +304 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/wallet/utils.d.ts +48 -0
- package/es/components/walletList/index.js +10 -0
- package/es/components/walletList/locales.d.ts +43 -0
- package/es/components/walletList/locales.js +16 -0
- package/es/components/walletList/types/index.d.ts +196 -0
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/es/hooks/useEngineContext.d.ts +11 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/plus/clientCard/locales.d.ts +28 -0
- package/es/plus/clientCard/locales.js +10 -0
- package/es/plus/clinetSearch/locales.d.ts +178 -0
- package/es/plus/clinetSearch/locales.js +70 -0
- package/es/plus/contactInfo/locales.d.ts +23 -0
- package/es/plus/contactInfo/locales.js +8 -0
- package/es/plus/contactInfoModal/locales.d.ts +108 -0
- package/es/plus/contactInfoModal/locales.js +42 -0
- package/es/plus/orderList/locales.d.ts +246 -0
- package/es/plus/orderList/locales.js +274 -0
- package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/plus/productSelect/locales.d.ts +38 -0
- package/es/plus/productSelect/locales.js +23 -3
- package/es/plus/saasAttendance/locales.d.ts +591 -0
- package/es/plus/saasAttendance/locales.js +234 -0
- package/es/plus/saasAttendance/settings/components/MapField.js +4 -2
- package/es/plus/saasAttendance/settings/types.d.ts +136 -0
- package/es/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/es/plus/saasCreateOrganization/locales.js +8 -0
- package/es/plus/saasLogin/locales.d.ts +83 -0
- package/es/plus/saasLogin/locales.js +32 -0
- package/es/plus/saasRegister/locales.d.ts +193 -0
- package/es/plus/saasRegister/locales.js +76 -0
- package/es/plus/saasRole/locales.d.ts +319 -0
- package/es/plus/saasRole/locales.js +126 -0
- package/es/plus/saasRole/types.d.ts +177 -0
- package/es/plus/saasTeamMembers/locales.d.ts +546 -0
- package/es/plus/saasTeamMembers/locales.js +216 -0
- package/es/plus/saasTeamMembers/type.d.ts +158 -0
- package/es/plus/selectHolder/locales.d.ts +35 -0
- package/es/plus/selectHolder/locales.js +17 -5
- package/es/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/es/plus/skuOptionsSelection/locales.js +20 -0
- 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 +223 -0
- package/es/plus/walletEditor/locales.js +100 -0
- package/es/plus/walletEditor/types.d.ts +54 -0
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/es/plus/walletPassGallery/components/passDetail/index.js +2 -26
- package/es/plus/walletPassGallery/components/passList/index.js +8 -1
- package/es/plus/walletPassGallery/index.js +0 -31
- package/es/plus/walletPassGallery/locales.d.ts +473 -0
- package/es/plus/walletPassGallery/locales.js +192 -0
- package/es/plus/walletPassGallery/utils.d.ts +48 -0
- package/es/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/es/pro/Login2.0/locales.d.ts +903 -0
- package/es/pro/Login2.0/locales.js +360 -0
- package/es/pro/Login2.0/shared/types.d.ts +234 -0
- package/es/pro/Selector/Selector.d.ts +1 -1
- package/es/pro/Selector/locales.d.ts +22 -0
- package/es/pro/Selector/locales.js +58 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/locales.js +8 -0
- package/es/pro/keyboards/locales.d.ts +14 -0
- package/es/pro/keyboards/locales.js +22 -0
- package/es/pro/numberKeyboard/locales.d.ts +18 -0
- package/es/pro/numberKeyboard/locales.js +6 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/es/test/setup.d.ts +1 -0
- package/lib/components/Sales/Summary/utils.d.ts +58 -0
- package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/lib/components/appointmentBooking/components/Date/state.js +3 -1
- package/lib/components/appointmentBooking/locales.d.ts +606 -0
- package/lib/components/appointmentBooking/locales.js +240 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +413 -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 +138 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -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 +108 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/lib/components/booking/addons/model.d.ts +10 -1
- package/lib/components/booking/components/tabPane/index.d.ts +4 -0
- package/lib/components/booking/components/voucher/utils.d.ts +4 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +33 -0
- package/lib/components/booking/editBookingModal/locales.js +12 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +991 -0
- package/lib/components/booking/editBookingModal/mock.js +22 -0
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/forms/model.d.ts +10 -1
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/model.d.ts +10 -1
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/addService/mock.d.ts +216 -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/info2/service/editService/utils.d.ts +13 -0
- package/lib/components/booking/locales.d.ts +628 -0
- package/lib/components/booking/locales.js +680 -0
- package/lib/components/booking/model.d.ts +9 -1
- package/lib/components/booking/notes/addNote/index.d.ts +4 -0
- package/lib/components/booking/notes/model.d.ts +10 -1
- package/lib/components/booking/payments/model.d.ts +10 -1
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +7 -0
- package/lib/components/ecocup/cupList/const.d.ts +133 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
- package/lib/components/ecocup/cupProject/const.d.ts +7 -0
- package/lib/components/ecocup/hooks.d.ts +49 -0
- package/lib/components/ecocup/locales.d.ts +563 -0
- package/lib/components/ecocup/locales.js +224 -0
- package/lib/components/eftpos/const.d.ts +64 -0
- package/lib/components/eftpos/device.d.ts +9 -0
- package/lib/components/eftpos/hooks.d.ts +33 -0
- package/lib/components/eftpos/index.d.ts +47 -0
- package/lib/components/eftpos/locales.d.ts +163 -0
- package/lib/components/eftpos/locales.js +76 -0
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/lib/components/eftposPay/const.d.ts +184 -0
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +35 -0
- package/lib/components/eftposPay/linkly/const.d.ts +23 -0
- package/lib/components/eftposPay/locales.d.ts +572 -0
- package/lib/components/eftposPay/locales.js +250 -0
- package/lib/components/eftposPay/payo/config.d.ts +13 -0
- package/lib/components/eftposPay/payo/const.d.ts +26 -0
- package/lib/components/eftposPay/store/index.d.ts +355 -0
- package/lib/components/eftposPay/tyro/const.d.ts +17 -0
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eftposPay/windcave/const.d.ts +119 -0
- package/lib/components/eftposPay/windcave/helper.d.ts +23 -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 +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/lib/components/eventBooking/locales.d.ts +408 -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 +38 -0
- package/lib/components/login/locales.js +14 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
- package/lib/components/pay/toC/locales.d.ts +511 -0
- package/lib/components/pay/toC/locales.js +204 -0
- package/lib/components/pay/toC/model.d.ts +40 -0
- package/lib/components/pay/toC/serve.d.ts +2 -0
- package/lib/components/pinModal/locales.d.ts +43 -0
- package/lib/components/pinModal/locales.js +16 -0
- package/lib/components/pinVerifyModal/locales.d.ts +38 -0
- package/lib/components/pinVerifyModal/locales.js +14 -0
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
- package/lib/components/productExtension/locales.d.ts +78 -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 +38 -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 +143 -0
- package/lib/components/schedules/locales.js +56 -0
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/shoppingCart/locales.d.ts +53 -0
- package/lib/components/shoppingCart/locales.js +20 -0
- package/lib/components/shoppingCart/type.d.ts +48 -0
- package/lib/components/stepController/locales.d.ts +43 -0
- package/lib/components/stepController/locales.js +16 -0
- package/lib/components/subTotal/locales.d.ts +68 -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 +294 -225
- 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 +525 -0
- package/lib/components/systemSettings/registry/locales.js +262 -3
- package/lib/components/systemSettings/registry/services.d.ts +97 -0
- package/lib/components/systemSettings/registry/types.d.ts +139 -0
- package/lib/components/taxSelect/locales.d.ts +38 -0
- package/lib/components/taxSelect/locales.js +14 -0
- package/lib/components/ticketBooking/locales.d.ts +304 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/wallet/utils.d.ts +48 -0
- package/lib/components/walletList/index.js +10 -0
- package/lib/components/walletList/locales.d.ts +43 -0
- package/lib/components/walletList/locales.js +16 -0
- package/lib/components/walletList/types/index.d.ts +196 -0
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/lib/hooks/useEngineContext.d.ts +11 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/plus/clientCard/locales.d.ts +28 -0
- package/lib/plus/clientCard/locales.js +10 -0
- package/lib/plus/clinetSearch/locales.d.ts +178 -0
- package/lib/plus/clinetSearch/locales.js +70 -0
- package/lib/plus/contactInfo/locales.d.ts +23 -0
- package/lib/plus/contactInfo/locales.js +8 -0
- package/lib/plus/contactInfoModal/locales.d.ts +108 -0
- package/lib/plus/contactInfoModal/locales.js +42 -0
- package/lib/plus/orderList/locales.d.ts +246 -0
- package/lib/plus/orderList/locales.js +266 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/plus/productSelect/locales.d.ts +38 -0
- package/lib/plus/productSelect/locales.js +23 -3
- package/lib/plus/saasAttendance/locales.d.ts +591 -0
- package/lib/plus/saasAttendance/locales.js +210 -0
- package/lib/plus/saasAttendance/settings/components/MapField.js +2 -2
- package/lib/plus/saasAttendance/settings/types.d.ts +136 -0
- package/lib/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/lib/plus/saasCreateOrganization/locales.js +8 -0
- package/lib/plus/saasLogin/locales.d.ts +83 -0
- package/lib/plus/saasLogin/locales.js +32 -0
- package/lib/plus/saasRegister/locales.d.ts +193 -0
- package/lib/plus/saasRegister/locales.js +76 -0
- package/lib/plus/saasRole/locales.d.ts +319 -0
- package/lib/plus/saasRole/locales.js +126 -0
- package/lib/plus/saasRole/types.d.ts +177 -0
- package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
- package/lib/plus/saasTeamMembers/locales.js +216 -0
- package/lib/plus/saasTeamMembers/type.d.ts +158 -0
- package/lib/plus/selectHolder/locales.d.ts +35 -0
- package/lib/plus/selectHolder/locales.js +13 -5
- package/lib/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/lib/plus/skuOptionsSelection/locales.js +20 -0
- 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 +223 -0
- package/lib/plus/walletEditor/locales.js +100 -0
- package/lib/plus/walletEditor/types.d.ts +54 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/lib/plus/walletPassGallery/components/passDetail/index.js +1 -16
- package/lib/plus/walletPassGallery/components/passList/index.js +9 -3
- package/lib/plus/walletPassGallery/index.js +0 -29
- package/lib/plus/walletPassGallery/locales.d.ts +473 -0
- package/lib/plus/walletPassGallery/locales.js +192 -0
- package/lib/plus/walletPassGallery/utils.d.ts +48 -0
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/lib/pro/Login2.0/locales.d.ts +903 -0
- package/lib/pro/Login2.0/locales.js +360 -0
- package/lib/pro/Login2.0/shared/types.d.ts +234 -0
- package/lib/pro/Selector/Selector.d.ts +1 -1
- package/lib/pro/Selector/locales.d.ts +22 -0
- package/lib/pro/Selector/locales.js +50 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/locales.js +8 -0
- package/lib/pro/keyboards/locales.d.ts +14 -0
- package/lib/pro/keyboards/locales.js +14 -0
- package/lib/pro/numberKeyboard/locales.d.ts +18 -0
- package/lib/pro/numberKeyboard/locales.js +6 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/lib/test/setup.d.ts +1 -0
- package/lowcode/eco-cup-list/meta.ts +1 -1
- package/lowcode/eco-customer-list/meta.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'page.wallet.guide.title': string;
|
|
4
|
+
'page.wallet.guide.subtitle': string;
|
|
5
|
+
'page.wallet.guide.button': string;
|
|
6
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
7
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
8
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
9
|
+
};
|
|
10
|
+
'zh-CN': {
|
|
11
|
+
'page.wallet.guide.title': string;
|
|
12
|
+
'page.wallet.guide.subtitle': string;
|
|
13
|
+
'page.wallet.guide.button': string;
|
|
14
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
15
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
16
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
17
|
+
};
|
|
18
|
+
'zh-HK': {
|
|
19
|
+
'page.wallet.guide.title': string;
|
|
20
|
+
'page.wallet.guide.subtitle': string;
|
|
21
|
+
'page.wallet.guide.button': string;
|
|
22
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
23
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
24
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
25
|
+
};
|
|
26
|
+
ja: {
|
|
27
|
+
'page.wallet.guide.title': string;
|
|
28
|
+
'page.wallet.guide.subtitle': string;
|
|
29
|
+
'page.wallet.guide.button': string;
|
|
30
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
31
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
32
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
33
|
+
};
|
|
34
|
+
pt: {
|
|
35
|
+
'page.wallet.guide.title': string;
|
|
36
|
+
'page.wallet.guide.subtitle': string;
|
|
37
|
+
'page.wallet.guide.button': string;
|
|
38
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
39
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
40
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
@@ -22,5 +22,21 @@ export default {
|
|
|
22
22
|
'page.wallet.tempHolderSelector.title': '添加持有人',
|
|
23
23
|
'page.wallet.tempHolderSelector.create': '創建新持有人',
|
|
24
24
|
'page.wallet.tempHolderSelector.confirm': '確定'
|
|
25
|
+
},
|
|
26
|
+
ja: {
|
|
27
|
+
'page.wallet.guide.title': '今すぐ有効化!',
|
|
28
|
+
'page.wallet.guide.subtitle': '今すぐメンバーシップ特典を解除',
|
|
29
|
+
'page.wallet.guide.button': '特典を取得',
|
|
30
|
+
'page.wallet.tempHolderSelector.title': '所有者を設定',
|
|
31
|
+
'page.wallet.tempHolderSelector.create': '新規作成',
|
|
32
|
+
'page.wallet.tempHolderSelector.confirm': '確認'
|
|
33
|
+
},
|
|
34
|
+
pt: {
|
|
35
|
+
'page.wallet.guide.title': 'Ativar Agora!',
|
|
36
|
+
'page.wallet.guide.subtitle': 'Desbloqueie os benefícios de associação agora',
|
|
37
|
+
'page.wallet.guide.button': 'Obtenha Sua Recompensa',
|
|
38
|
+
'page.wallet.tempHolderSelector.title': 'Definir Titular',
|
|
39
|
+
'page.wallet.tempHolderSelector.create': 'Criar Novo',
|
|
40
|
+
'page.wallet.tempHolderSelector.confirm': 'Confirmar'
|
|
25
41
|
}
|
|
26
42
|
};
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface MultiLanguageName {
|
|
3
|
+
original: string;
|
|
4
|
+
'zh-CN': string;
|
|
5
|
+
'zh-HK': string;
|
|
6
|
+
'ja': string;
|
|
7
|
+
'pt': string;
|
|
8
|
+
en: string;
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
}
|
|
11
|
+
declare type WalletPassType = 'rechargeable' | 'point' | 'voucher' | 'discount';
|
|
12
|
+
export interface WalletMetadata {
|
|
13
|
+
name: MultiLanguageName;
|
|
14
|
+
welcomeText?: string | MultiLanguageName;
|
|
15
|
+
customerName?: string;
|
|
16
|
+
coverImage?: string;
|
|
17
|
+
icon?: string;
|
|
18
|
+
showcaseWalletPassNew?: Array<{
|
|
19
|
+
type: WalletPassType;
|
|
20
|
+
custom_title?: string | MultiLanguageName;
|
|
21
|
+
display?: 0 | 1;
|
|
22
|
+
}>;
|
|
23
|
+
}
|
|
24
|
+
export interface Shop {
|
|
25
|
+
id: number;
|
|
26
|
+
name: string;
|
|
27
|
+
default_url: string;
|
|
28
|
+
}
|
|
29
|
+
export interface Wallet {
|
|
30
|
+
id: string | null;
|
|
31
|
+
shop_id: string | null;
|
|
32
|
+
shop?: Shop;
|
|
33
|
+
status: string | null;
|
|
34
|
+
name: MultiLanguageName;
|
|
35
|
+
valid_for: {
|
|
36
|
+
type: string;
|
|
37
|
+
unit?: string;
|
|
38
|
+
unit_type?: string;
|
|
39
|
+
custom_date?: string;
|
|
40
|
+
};
|
|
41
|
+
metadata: WalletMetadata;
|
|
42
|
+
created_at: string | null;
|
|
43
|
+
}
|
|
44
|
+
export interface WalletPass {
|
|
45
|
+
id: string | null;
|
|
46
|
+
shop_id: string | null;
|
|
47
|
+
code: string;
|
|
48
|
+
status: string | null;
|
|
49
|
+
wallet_id: string | null;
|
|
50
|
+
customer_id: string | null;
|
|
51
|
+
expired_at: string | null;
|
|
52
|
+
created_at: string;
|
|
53
|
+
shop: Shop;
|
|
54
|
+
wallet: Wallet;
|
|
55
|
+
icon?: string;
|
|
56
|
+
isLogin?: boolean;
|
|
57
|
+
showIcon?: boolean;
|
|
58
|
+
}
|
|
59
|
+
export interface WalletBalance {
|
|
60
|
+
gift_card_balance: number;
|
|
61
|
+
point_card_balance: number;
|
|
62
|
+
voucher_count: number;
|
|
63
|
+
discount_card_count: number;
|
|
64
|
+
}
|
|
65
|
+
export interface WalletCardItem {
|
|
66
|
+
type: WalletPassType;
|
|
67
|
+
custom_title?: string | MultiLanguageName;
|
|
68
|
+
display: 0 | 1;
|
|
69
|
+
value?: number;
|
|
70
|
+
}
|
|
71
|
+
export interface State {
|
|
72
|
+
list: WalletPass[];
|
|
73
|
+
balance: WalletBalance | null;
|
|
74
|
+
loading: boolean;
|
|
75
|
+
error: Error | null;
|
|
76
|
+
authError?: boolean;
|
|
77
|
+
hasAttempted: boolean;
|
|
78
|
+
isLoggedIn?: boolean;
|
|
79
|
+
}
|
|
80
|
+
export interface Action {
|
|
81
|
+
type: string;
|
|
82
|
+
payload: Partial<State>;
|
|
83
|
+
}
|
|
84
|
+
export interface Balance {
|
|
85
|
+
gift_card_balance: number;
|
|
86
|
+
point_card_balance: number;
|
|
87
|
+
voucher_count: number;
|
|
88
|
+
discount_card_count: number;
|
|
89
|
+
}
|
|
90
|
+
export interface IWallList {
|
|
91
|
+
tag?: string;
|
|
92
|
+
sales_status?: string;
|
|
93
|
+
machine_search?: string;
|
|
94
|
+
createdDate?: string;
|
|
95
|
+
limit_status?: string;
|
|
96
|
+
relation_id?: string;
|
|
97
|
+
relation_type?: string;
|
|
98
|
+
customer_id?: string;
|
|
99
|
+
sort?: string;
|
|
100
|
+
order_by?: string;
|
|
101
|
+
used_status?: string;
|
|
102
|
+
num?: number;
|
|
103
|
+
skip?: number;
|
|
104
|
+
}
|
|
105
|
+
export interface WalletListProps {
|
|
106
|
+
globalState?: {
|
|
107
|
+
platform?: 'pc' | 'h5' | 'ipad';
|
|
108
|
+
mode?: 'dark' | 'light';
|
|
109
|
+
cardStyle?: 'normal' | 'full';
|
|
110
|
+
codeType?: 'barCode' | 'qrCode';
|
|
111
|
+
codeDirection?: 'bottom' | 'top';
|
|
112
|
+
shopName?: boolean;
|
|
113
|
+
showWalletName?: boolean;
|
|
114
|
+
showShopName?: boolean;
|
|
115
|
+
cardNo?: string;
|
|
116
|
+
showCardNo?: boolean;
|
|
117
|
+
showCode?: boolean;
|
|
118
|
+
points?: boolean;
|
|
119
|
+
balance?: boolean;
|
|
120
|
+
coupon?: boolean;
|
|
121
|
+
pointsValue?: number;
|
|
122
|
+
balanceValue?: number;
|
|
123
|
+
couponValue?: number;
|
|
124
|
+
symbol?: string;
|
|
125
|
+
showIcon?: boolean;
|
|
126
|
+
iconImg?: string;
|
|
127
|
+
customBackgroundImage?: string;
|
|
128
|
+
walletName?: string;
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
export interface WalletCardProps {
|
|
132
|
+
platform?: 'pc' | 'h5' | 'ipad';
|
|
133
|
+
mode?: 'dark' | 'light';
|
|
134
|
+
cardStyle?: 'normal' | 'full';
|
|
135
|
+
codeType?: 'barCode' | 'qrCode';
|
|
136
|
+
codeDirection?: 'bottom' | 'top';
|
|
137
|
+
shopName?: boolean;
|
|
138
|
+
showIcon?: boolean;
|
|
139
|
+
iconImg?: string;
|
|
140
|
+
showWalletName?: boolean;
|
|
141
|
+
showShopName?: boolean;
|
|
142
|
+
cardNo?: string;
|
|
143
|
+
showCardNo?: boolean;
|
|
144
|
+
showCode?: boolean;
|
|
145
|
+
points?: boolean;
|
|
146
|
+
balance?: boolean;
|
|
147
|
+
coupon?: boolean;
|
|
148
|
+
pointsValue?: number;
|
|
149
|
+
balanceValue?: number;
|
|
150
|
+
couponValue?: number;
|
|
151
|
+
isLogin?: boolean;
|
|
152
|
+
items: WalletCardItem[];
|
|
153
|
+
}
|
|
154
|
+
export interface DivProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
155
|
+
children?: React.ReactNode;
|
|
156
|
+
}
|
|
157
|
+
export interface WalletListContextType {
|
|
158
|
+
state: State;
|
|
159
|
+
dispatch: React.Dispatch<Action>;
|
|
160
|
+
}
|
|
161
|
+
export declare const DEFAULT_CARD_CONFIG: {
|
|
162
|
+
readonly mode: "light";
|
|
163
|
+
readonly cardStyle: "normal";
|
|
164
|
+
readonly codeDirection: "bottom";
|
|
165
|
+
readonly showShopName: true;
|
|
166
|
+
readonly showWalletName: true;
|
|
167
|
+
readonly showIcon: true;
|
|
168
|
+
readonly iconImg: "";
|
|
169
|
+
readonly showCardNo: true;
|
|
170
|
+
readonly showCode: true;
|
|
171
|
+
readonly points: true;
|
|
172
|
+
readonly balance: true;
|
|
173
|
+
readonly coupon: true;
|
|
174
|
+
};
|
|
175
|
+
export interface CarouselSettings {
|
|
176
|
+
className: string;
|
|
177
|
+
arrows: boolean;
|
|
178
|
+
infinite: boolean;
|
|
179
|
+
slidesToShow: number;
|
|
180
|
+
slidesToScroll: number;
|
|
181
|
+
centerMode: boolean;
|
|
182
|
+
centerPadding: string;
|
|
183
|
+
autoplay: boolean;
|
|
184
|
+
autoplaySpeed: number;
|
|
185
|
+
dots: boolean;
|
|
186
|
+
appendDots?: (dots: React.ReactNode) => React.ReactNode;
|
|
187
|
+
responsive?: Array<{
|
|
188
|
+
breakpoint: number;
|
|
189
|
+
settings: {
|
|
190
|
+
slidesToShow: number;
|
|
191
|
+
slidesToScroll: number;
|
|
192
|
+
centerPadding: string;
|
|
193
|
+
};
|
|
194
|
+
}>;
|
|
195
|
+
}
|
|
196
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare type IEngineContext = {
|
|
2
|
+
appHelper: any;
|
|
3
|
+
engine: any;
|
|
4
|
+
blockContext: any;
|
|
5
|
+
components: any;
|
|
6
|
+
pageContext: any;
|
|
7
|
+
};
|
|
8
|
+
declare const useEngineContext: () => IEngineContext;
|
|
9
|
+
export declare const usePisellOS: () => any;
|
|
10
|
+
export declare const usePlatform: () => any;
|
|
11
|
+
export default useEngineContext;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'pisell2.text.add-client': string;
|
|
4
|
+
'pisell2.text.change-client': string;
|
|
5
|
+
'pisell2.text.remove-client': string;
|
|
6
|
+
};
|
|
7
|
+
'zh-CN': {
|
|
8
|
+
'pisell2.text.add-client': string;
|
|
9
|
+
'pisell2.text.change-client': string;
|
|
10
|
+
'pisell2.text.remove-client': string;
|
|
11
|
+
};
|
|
12
|
+
'zh-HK': {
|
|
13
|
+
'pisell2.text.add-client': string;
|
|
14
|
+
'pisell2.text.change-client': string;
|
|
15
|
+
'pisell2.text.remove-client': string;
|
|
16
|
+
};
|
|
17
|
+
ja: {
|
|
18
|
+
'pisell2.text.add-client': string;
|
|
19
|
+
'pisell2.text.change-client': string;
|
|
20
|
+
'pisell2.text.remove-client': string;
|
|
21
|
+
};
|
|
22
|
+
pt: {
|
|
23
|
+
'pisell2.text.add-client': string;
|
|
24
|
+
'pisell2.text.change-client': string;
|
|
25
|
+
'pisell2.text.remove-client': string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export default _default;
|
|
@@ -13,5 +13,15 @@ export default {
|
|
|
13
13
|
'pisell2.text.add-client': '新增客戶',
|
|
14
14
|
'pisell2.text.change-client': '更換客戶',
|
|
15
15
|
'pisell2.text.remove-client': '移除客戶'
|
|
16
|
+
},
|
|
17
|
+
ja: {
|
|
18
|
+
'pisell2.text.add-client': '顧客を追加',
|
|
19
|
+
'pisell2.text.change-client': '顧客を変更',
|
|
20
|
+
'pisell2.text.remove-client': '顧客を削除'
|
|
21
|
+
},
|
|
22
|
+
pt: {
|
|
23
|
+
'pisell2.text.add-client': 'Adicionar Cliente',
|
|
24
|
+
'pisell2.text.change-client': 'Alterar Cliente',
|
|
25
|
+
'pisell2.text.remove-client': 'Remover Cliente'
|
|
16
26
|
}
|
|
17
27
|
};
|
|
@@ -0,0 +1,178 @@
|
|
|
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
|
+
'pisell2.text.loading': string;
|
|
28
|
+
'pisell2.text.no-more-data': string;
|
|
29
|
+
'pisell2.text.client-search.name': string;
|
|
30
|
+
'pisell2.text.client-search.register-time': string;
|
|
31
|
+
'pisell2.text.client-search.phone': string;
|
|
32
|
+
'pisell2.text.client-search.email': string;
|
|
33
|
+
'pisell2.text.client-search.membership': string;
|
|
34
|
+
'pisell2.text.client-search.contact-info': string;
|
|
35
|
+
'pisell2.text.client-search.holder': string;
|
|
36
|
+
};
|
|
37
|
+
'zh-CN': {
|
|
38
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
39
|
+
'pisell2.text.date-year-text': string;
|
|
40
|
+
'pisell2.text.date-month-text': string;
|
|
41
|
+
'pisell2.text.date-day-text': string;
|
|
42
|
+
'pisell2.text.gender': string;
|
|
43
|
+
'pisell2.text.gender.male': string;
|
|
44
|
+
'pisell2.text.gender.female': string;
|
|
45
|
+
'pisell2.text.birthday': string;
|
|
46
|
+
'pisell2.text.phone': string;
|
|
47
|
+
'pisell2.text.email': string;
|
|
48
|
+
'pisell2.text.lastname': string;
|
|
49
|
+
'pisell2.text.firstname': string;
|
|
50
|
+
'pisell2.text.email-error-message': string;
|
|
51
|
+
'pisell2.text.notes': string;
|
|
52
|
+
'pisell2.text.save': string;
|
|
53
|
+
'pisell2.text.save-and-select': string;
|
|
54
|
+
'pisell2.text.no-results-found': string;
|
|
55
|
+
'pisell2.text.create-new-client': string;
|
|
56
|
+
'pisell2.text.result-found': string;
|
|
57
|
+
'pisell2.text.personnel-list': string;
|
|
58
|
+
'pisell2.text.add-client.confirm': string;
|
|
59
|
+
'pisell2.text.load-more': string;
|
|
60
|
+
'pisell2.text.search-customer-by-phone-number': string;
|
|
61
|
+
'pisell2.text.create': string;
|
|
62
|
+
'pisell2.text.loading': string;
|
|
63
|
+
'pisell2.text.no-more-data': string;
|
|
64
|
+
'pisell2.text.client-search.name': string;
|
|
65
|
+
'pisell2.text.client-search.register-time': string;
|
|
66
|
+
'pisell2.text.client-search.phone': string;
|
|
67
|
+
'pisell2.text.client-search.email': string;
|
|
68
|
+
'pisell2.text.client-search.membership': string;
|
|
69
|
+
'pisell2.text.client-search.contact-info': string;
|
|
70
|
+
'pisell2.text.client-search.holder': string;
|
|
71
|
+
};
|
|
72
|
+
'zh-HK': {
|
|
73
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
74
|
+
'pisell2.text.date-year-text': string;
|
|
75
|
+
'pisell2.text.date-month-text': string;
|
|
76
|
+
'pisell2.text.date-day-text': string;
|
|
77
|
+
'pisell2.text.gender': string;
|
|
78
|
+
'pisell2.text.gender.male': string;
|
|
79
|
+
'pisell2.text.gender.female': string;
|
|
80
|
+
'pisell2.text.birthday': string;
|
|
81
|
+
'pisell2.text.phone': string;
|
|
82
|
+
'pisell2.text.email': string;
|
|
83
|
+
'pisell2.text.lastname': string;
|
|
84
|
+
'pisell2.text.firstname': string;
|
|
85
|
+
'pisell2.text.email-error-message': string;
|
|
86
|
+
'pisell2.text.notes': string;
|
|
87
|
+
'pisell2.text.save': string;
|
|
88
|
+
'pisell2.text.save-and-select': string;
|
|
89
|
+
'pisell2.text.no-results-found': string;
|
|
90
|
+
'pisell2.text.create-new-client': string;
|
|
91
|
+
'pisell2.text.result-found': string;
|
|
92
|
+
'pisell2.text.personnel-list': string;
|
|
93
|
+
'pisell2.text.add-client.confirm': string;
|
|
94
|
+
'pisell2.text.load-more': string;
|
|
95
|
+
'pisell2.text.search-customer-by-phone-number': string;
|
|
96
|
+
'pisell2.text.create': string;
|
|
97
|
+
'pisell2.text.loading': string;
|
|
98
|
+
'pisell2.text.no-more-data': string;
|
|
99
|
+
'pisell2.text.client-search.name': string;
|
|
100
|
+
'pisell2.text.client-search.register-time': string;
|
|
101
|
+
'pisell2.text.client-search.phone': string;
|
|
102
|
+
'pisell2.text.client-search.email': string;
|
|
103
|
+
'pisell2.text.client-search.membership': string;
|
|
104
|
+
'pisell2.text.client-search.contact-info': string;
|
|
105
|
+
'pisell2.text.client-search.holder': string;
|
|
106
|
+
};
|
|
107
|
+
ja: {
|
|
108
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
109
|
+
'pisell2.text.date-year-text': string;
|
|
110
|
+
'pisell2.text.date-month-text': string;
|
|
111
|
+
'pisell2.text.date-day-text': string;
|
|
112
|
+
'pisell2.text.gender': string;
|
|
113
|
+
'pisell2.text.gender.male': string;
|
|
114
|
+
'pisell2.text.gender.female': string;
|
|
115
|
+
'pisell2.text.birthday': string;
|
|
116
|
+
'pisell2.text.phone': string;
|
|
117
|
+
'pisell2.text.email': string;
|
|
118
|
+
'pisell2.text.lastname': string;
|
|
119
|
+
'pisell2.text.firstname': string;
|
|
120
|
+
'pisell2.text.email-error-message': string;
|
|
121
|
+
'pisell2.text.notes': string;
|
|
122
|
+
'pisell2.text.save': string;
|
|
123
|
+
'pisell2.text.save-and-select': string;
|
|
124
|
+
'pisell2.text.no-results-found': string;
|
|
125
|
+
'pisell2.text.create-new-client': string;
|
|
126
|
+
'pisell2.text.result-found': string;
|
|
127
|
+
'pisell2.text.personnel-list': string;
|
|
128
|
+
'pisell2.text.load-more': string;
|
|
129
|
+
'pisell2.text.add-client.confirm': string;
|
|
130
|
+
'pisell2.text.search-customer-by-phone-number': string;
|
|
131
|
+
'pisell2.text.create': string;
|
|
132
|
+
'pisell2.text.loading': string;
|
|
133
|
+
'pisell2.text.no-more-data': string;
|
|
134
|
+
'pisell2.text.client-search.name': string;
|
|
135
|
+
'pisell2.text.client-search.register-time': string;
|
|
136
|
+
'pisell2.text.client-search.phone': string;
|
|
137
|
+
'pisell2.text.client-search.email': string;
|
|
138
|
+
'pisell2.text.client-search.membership': string;
|
|
139
|
+
'pisell2.text.client-search.contact-info': string;
|
|
140
|
+
'pisell2.text.client-search.holder': string;
|
|
141
|
+
};
|
|
142
|
+
pt: {
|
|
143
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
144
|
+
'pisell2.text.date-year-text': string;
|
|
145
|
+
'pisell2.text.date-month-text': string;
|
|
146
|
+
'pisell2.text.date-day-text': string;
|
|
147
|
+
'pisell2.text.gender': string;
|
|
148
|
+
'pisell2.text.gender.male': string;
|
|
149
|
+
'pisell2.text.gender.female': string;
|
|
150
|
+
'pisell2.text.birthday': string;
|
|
151
|
+
'pisell2.text.phone': string;
|
|
152
|
+
'pisell2.text.email': string;
|
|
153
|
+
'pisell2.text.lastname': string;
|
|
154
|
+
'pisell2.text.firstname': string;
|
|
155
|
+
'pisell2.text.email-error-message': string;
|
|
156
|
+
'pisell2.text.notes': string;
|
|
157
|
+
'pisell2.text.save': string;
|
|
158
|
+
'pisell2.text.save-and-select': string;
|
|
159
|
+
'pisell2.text.no-results-found': string;
|
|
160
|
+
'pisell2.text.create-new-client': string;
|
|
161
|
+
'pisell2.text.result-found': string;
|
|
162
|
+
'pisell2.text.personnel-list': string;
|
|
163
|
+
'pisell2.text.load-more': string;
|
|
164
|
+
'pisell2.text.add-client.confirm': string;
|
|
165
|
+
'pisell2.text.search-customer-by-phone-number': string;
|
|
166
|
+
'pisell2.text.create': string;
|
|
167
|
+
'pisell2.text.loading': string;
|
|
168
|
+
'pisell2.text.no-more-data': string;
|
|
169
|
+
'pisell2.text.client-search.name': string;
|
|
170
|
+
'pisell2.text.client-search.register-time': string;
|
|
171
|
+
'pisell2.text.client-search.phone': string;
|
|
172
|
+
'pisell2.text.client-search.email': string;
|
|
173
|
+
'pisell2.text.client-search.membership': string;
|
|
174
|
+
'pisell2.text.client-search.contact-info': string;
|
|
175
|
+
'pisell2.text.client-search.holder': string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
export default _default;
|
|
@@ -103,5 +103,75 @@ export default {
|
|
|
103
103
|
'pisell2.text.client-search.membership': '會員',
|
|
104
104
|
'pisell2.text.client-search.contact-info': '聯繫信息',
|
|
105
105
|
'pisell2.text.client-search.holder': '持有人'
|
|
106
|
+
},
|
|
107
|
+
ja: {
|
|
108
|
+
'pisell2.text.leave-empty-for-walk-in': '未登録の来店客の場合は空欄のまま',
|
|
109
|
+
'pisell2.text.date-year-text': '年',
|
|
110
|
+
'pisell2.text.date-month-text': '月',
|
|
111
|
+
'pisell2.text.date-day-text': '日',
|
|
112
|
+
'pisell2.text.gender': '性別',
|
|
113
|
+
'pisell2.text.gender.male': '男性',
|
|
114
|
+
'pisell2.text.gender.female': '女性',
|
|
115
|
+
'pisell2.text.birthday': '誕生日',
|
|
116
|
+
'pisell2.text.phone': '電話番号',
|
|
117
|
+
'pisell2.text.email': 'メール',
|
|
118
|
+
'pisell2.text.lastname': '姓',
|
|
119
|
+
'pisell2.text.firstname': '名',
|
|
120
|
+
'pisell2.text.email-error-message': 'メール形式エラー',
|
|
121
|
+
'pisell2.text.notes': 'メモ',
|
|
122
|
+
'pisell2.text.save': '保存',
|
|
123
|
+
'pisell2.text.save-and-select': '保存して選択',
|
|
124
|
+
'pisell2.text.no-results-found': '結果が見つかりませんでした。',
|
|
125
|
+
'pisell2.text.create-new-client': '新規顧客を作成',
|
|
126
|
+
'pisell2.text.result-found': '結果が見つかりました',
|
|
127
|
+
'pisell2.text.personnel-list': '人員リスト',
|
|
128
|
+
'pisell2.text.load-more': 'もっと読み込む',
|
|
129
|
+
'pisell2.text.add-client.confirm': '少なくとも名前、電話番号、メールアドレスのいずれか1つを入力してください',
|
|
130
|
+
'pisell2.text.search-customer-by-phone-number': '電話番号で検索',
|
|
131
|
+
'pisell2.text.create': '作成',
|
|
132
|
+
'pisell2.text.loading': '読み込み中',
|
|
133
|
+
'pisell2.text.no-more-data': 'これ以上データがありません',
|
|
134
|
+
'pisell2.text.client-search.name': '名前',
|
|
135
|
+
'pisell2.text.client-search.register-time': '登録時間',
|
|
136
|
+
'pisell2.text.client-search.phone': '電話番号',
|
|
137
|
+
'pisell2.text.client-search.email': 'メールアドレス',
|
|
138
|
+
'pisell2.text.client-search.membership': 'メンバーシップ',
|
|
139
|
+
'pisell2.text.client-search.contact-info': '連絡先情報',
|
|
140
|
+
'pisell2.text.client-search.holder': '所有者'
|
|
141
|
+
},
|
|
142
|
+
pt: {
|
|
143
|
+
'pisell2.text.leave-empty-for-walk-in': 'Deixar vazio para Cliente Avulso',
|
|
144
|
+
'pisell2.text.date-year-text': 'AAAA',
|
|
145
|
+
'pisell2.text.date-month-text': 'MM',
|
|
146
|
+
'pisell2.text.date-day-text': 'DD',
|
|
147
|
+
'pisell2.text.gender': 'Gênero',
|
|
148
|
+
'pisell2.text.gender.male': 'Masculino',
|
|
149
|
+
'pisell2.text.gender.female': 'Feminino',
|
|
150
|
+
'pisell2.text.birthday': 'Aniversário',
|
|
151
|
+
'pisell2.text.phone': 'Número de Telefone',
|
|
152
|
+
'pisell2.text.email': 'E-mail',
|
|
153
|
+
'pisell2.text.lastname': 'Sobrenome',
|
|
154
|
+
'pisell2.text.firstname': 'Primeiro Nome',
|
|
155
|
+
'pisell2.text.email-error-message': 'Erro de formato de e-mail',
|
|
156
|
+
'pisell2.text.notes': 'Nota',
|
|
157
|
+
'pisell2.text.save': 'Salvar',
|
|
158
|
+
'pisell2.text.save-and-select': 'Salvar e selecionar',
|
|
159
|
+
'pisell2.text.no-results-found': 'Nenhum resultado encontrado.',
|
|
160
|
+
'pisell2.text.create-new-client': 'Criar novo cliente',
|
|
161
|
+
'pisell2.text.result-found': 'Resultado encontrado',
|
|
162
|
+
'pisell2.text.personnel-list': 'Lista de pessoal',
|
|
163
|
+
'pisell2.text.load-more': 'Carregar mais',
|
|
164
|
+
'pisell2.text.add-client.confirm': 'Preencha pelo menos um nome, número de telefone e endereço de e-mail',
|
|
165
|
+
'pisell2.text.search-customer-by-phone-number': 'Pesquisar por número de telefone',
|
|
166
|
+
'pisell2.text.create': 'Criar',
|
|
167
|
+
'pisell2.text.loading': 'Carregando',
|
|
168
|
+
'pisell2.text.no-more-data': 'Sem Mais Dados',
|
|
169
|
+
'pisell2.text.client-search.name': 'Nome',
|
|
170
|
+
'pisell2.text.client-search.register-time': 'Hora de Registro',
|
|
171
|
+
'pisell2.text.client-search.phone': 'Número de Telefone',
|
|
172
|
+
'pisell2.text.client-search.email': 'Endereço de E-mail',
|
|
173
|
+
'pisell2.text.client-search.membership': 'Assinatura',
|
|
174
|
+
'pisell2.text.client-search.contact-info': 'Informações de contato',
|
|
175
|
+
'pisell2.text.client-search.holder': 'Titular'
|
|
106
176
|
}
|
|
107
177
|
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'pisell2.text.contact-info.placeholder': string;
|
|
4
|
+
'pisell2.text.contact-info.actions.delete': string;
|
|
5
|
+
};
|
|
6
|
+
'zh-CN': {
|
|
7
|
+
'pisell2.text.contact-info.placeholder': string;
|
|
8
|
+
'pisell2.text.contact-info.actions.delete': string;
|
|
9
|
+
};
|
|
10
|
+
'zh-HK': {
|
|
11
|
+
'pisell2.text.contact-info.placeholder': string;
|
|
12
|
+
'pisell2.text.contact-info.actions.delete': string;
|
|
13
|
+
};
|
|
14
|
+
ja: {
|
|
15
|
+
'pisell2.text.contact-info.placeholder': string;
|
|
16
|
+
'pisell2.text.contact-info.actions.delete': string;
|
|
17
|
+
};
|
|
18
|
+
pt: {
|
|
19
|
+
'pisell2.text.contact-info.placeholder': string;
|
|
20
|
+
'pisell2.text.contact-info.actions.delete': string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -10,5 +10,13 @@ export default {
|
|
|
10
10
|
'zh-HK': {
|
|
11
11
|
'pisell2.text.contact-info.placeholder': '添加聯繫人',
|
|
12
12
|
'pisell2.text.contact-info.actions.delete': '刪除'
|
|
13
|
+
},
|
|
14
|
+
ja: {
|
|
15
|
+
'pisell2.text.contact-info.placeholder': '連絡先を追加',
|
|
16
|
+
'pisell2.text.contact-info.actions.delete': '削除'
|
|
17
|
+
},
|
|
18
|
+
pt: {
|
|
19
|
+
'pisell2.text.contact-info.placeholder': 'Adicionar Contato',
|
|
20
|
+
'pisell2.text.contact-info.actions.delete': 'Excluir'
|
|
13
21
|
}
|
|
14
22
|
};
|