@pisell/private-materials 6.3.95 → 6.3.97
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 +7 -7
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +2 -2
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +2 -2
- package/es/components/booking/addons/model.d.ts +1 -10
- package/es/components/booking/forms/model.d.ts +1 -10
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/es/components/booking/info/model.d.ts +1 -10
- 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/model.d.ts +1 -9
- package/es/components/booking/notes/model.d.ts +1 -10
- package/es/components/booking/payments/model.d.ts +1 -10
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +18 -7
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
- package/es/plus/saasAttendance/locales.js +71 -2
- package/es/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/PermissonTab.js +79 -0
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +9 -3
- package/es/plus/saasAttendance/settings/components/MapField.js +69 -33
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +149 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
- package/es/plus/saasAttendance/settings/index.js +7 -0
- package/es/plus/saasAttendance/settings/index.less +15 -0
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/es/pro/Selector/Selector.d.ts +1 -1
- package/lib/components/booking/addons/model.d.ts +1 -10
- package/lib/components/booking/forms/model.d.ts +1 -10
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/lib/components/booking/info/model.d.ts +1 -10
- 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/model.d.ts +1 -9
- package/lib/components/booking/notes/model.d.ts +1 -10
- package/lib/components/booking/payments/model.d.ts +1 -10
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
- package/lib/plus/saasAttendance/locales.js +65 -2
- package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/PermissonTab.js +128 -0
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +2 -1
- package/lib/plus/saasAttendance/settings/components/MapField.js +50 -11
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +150 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
- package/lib/plus/saasAttendance/settings/index.js +12 -0
- package/lib/plus/saasAttendance/settings/index.less +15 -0
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/lib/pro/Selector/Selector.d.ts +1 -1
- package/lowcode/eco-cup-list/meta.ts +1 -1
- package/lowcode/eco-customer-list/meta.ts +1 -1
- package/package.json +2 -2
- package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/es/components/appointmentBooking/locales.d.ts +0 -366
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
- package/es/components/booking/components/tabPane/index.d.ts +0 -4
- package/es/components/booking/editBookingModal/locales.d.ts +0 -21
- package/es/components/booking/editBookingModal/mock.d.ts +0 -807
- package/es/components/booking/info/clientVariant/utils.d.ts +0 -1
- package/es/components/booking/info2/service/addService/mock.d.ts +0 -214
- package/es/components/booking/info2/service/editService/utils.d.ts +0 -13
- package/es/components/booking/notes/addNote/index.d.ts +0 -4
- package/es/components/ecocup/cupList/const.d.ts +0 -133
- package/es/components/ecocup/hooks.d.ts +0 -49
- package/es/components/ecocup/locales.d.ts +0 -339
- package/es/components/eftpos/index.d.ts +0 -47
- package/es/components/eftpos/locales.d.ts +0 -99
- package/es/components/eftposPay/component/fail/unknow.d.ts +0 -10
- package/es/components/eftposPay/const.d.ts +0 -184
- package/es/components/eftposPay/hooks.d.ts +0 -35
- package/es/components/eftposPay/linkly/const.d.ts +0 -23
- package/es/components/eftposPay/locales.d.ts +0 -330
- package/es/components/eftposPay/payo/config.d.ts +0 -13
- package/es/components/eftposPay/payo/const.d.ts +0 -26
- package/es/components/eftposPay/store/index.d.ts +0 -355
- package/es/components/eftposPay/tyro/const.d.ts +0 -17
- package/es/components/eftposPay/tyro/index.d.ts +0 -9
- package/es/components/eftposPay/windcave/const.d.ts +0 -119
- package/es/components/eftposPay/windcave/helper.d.ts +0 -23
- package/es/components/eventBooking/locales.d.ts +0 -246
- package/es/components/login/locales.d.ts +0 -24
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
- package/es/components/pay/toC/locales.d.ts +0 -307
- package/es/components/pay/toC/model.d.ts +0 -40
- package/es/components/pinModal/locales.d.ts +0 -27
- package/es/components/pinVerifyModal/locales.d.ts +0 -24
- package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -81
- package/es/components/productExtension/locales.d.ts +0 -48
- package/es/components/productSelect/locales.d.ts +0 -18
- package/es/components/schedules/locales.d.ts +0 -87
- package/es/components/shoppingCart/locales.d.ts +0 -33
- package/es/components/shoppingCart/type.d.ts +0 -48
- package/es/components/stepController/locales.d.ts +0 -27
- package/es/components/subTotal/locales.d.ts +0 -42
- package/es/components/systemSettings/registry/locales.d.ts +0 -272
- package/es/components/systemSettings/registry/services.d.ts +0 -77
- package/es/components/systemSettings/registry/types.d.ts +0 -126
- package/es/components/taxSelect/locales.d.ts +0 -24
- package/es/components/ticketBooking/locales.d.ts +0 -174
- package/es/components/ticketBooking/utils/formatTime.d.ts +0 -31
- package/es/components/wallet/utils.d.ts +0 -48
- package/es/components/walletList/locales.d.ts +0 -27
- package/es/components/walletList/types/index.d.ts +0 -194
- package/es/hooks/useEngineContext.d.ts +0 -11
- package/es/hooks/useWindowSize.d.ts +0 -5
- package/es/plus/clientCard/locales.d.ts +0 -18
- package/es/plus/clinetSearch/locales.d.ts +0 -108
- package/es/plus/contactInfo/locales.d.ts +0 -15
- package/es/plus/contactInfoModal/locales.d.ts +0 -66
- package/es/plus/productSelect/locales.d.ts +0 -18
- package/es/plus/saasAttendance/locales.d.ts +0 -318
- package/es/plus/saasAttendance/settings/types.d.ts +0 -128
- package/es/plus/saasCreateOrganization/locales.d.ts +0 -15
- package/es/plus/saasLogin/locales.d.ts +0 -51
- package/es/plus/saasRegister/locales.d.ts +0 -117
- package/es/plus/saasRole/locales.d.ts +0 -193
- package/es/plus/saasRole/types.d.ts +0 -175
- package/es/plus/saasTeamMembers/locales.d.ts +0 -330
- package/es/plus/saasTeamMembers/type.d.ts +0 -156
- package/es/plus/selectHolder/locales.d.ts +0 -27
- package/es/plus/walletEditor/locales.d.ts +0 -135
- package/es/plus/walletEditor/types.d.ts +0 -52
- package/es/plus/walletPassGallery/locales.d.ts +0 -285
- package/es/plus/walletPassGallery/utils.d.ts +0 -48
- package/es/pro/Login2.0/locales.d.ts +0 -543
- package/es/pro/Login2.0/shared/types.d.ts +0 -232
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -15
- package/es/pro/numberKeyboard/locales.d.ts +0 -12
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
- package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/lib/components/appointmentBooking/locales.d.ts +0 -366
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
- package/lib/components/booking/components/tabPane/index.d.ts +0 -4
- package/lib/components/booking/editBookingModal/locales.d.ts +0 -21
- package/lib/components/booking/editBookingModal/mock.d.ts +0 -807
- package/lib/components/booking/info/clientVariant/utils.d.ts +0 -1
- package/lib/components/booking/info2/service/addService/mock.d.ts +0 -214
- package/lib/components/booking/info2/service/editService/utils.d.ts +0 -13
- package/lib/components/booking/notes/addNote/index.d.ts +0 -4
- package/lib/components/ecocup/cupList/const.d.ts +0 -133
- package/lib/components/ecocup/hooks.d.ts +0 -49
- package/lib/components/ecocup/locales.d.ts +0 -339
- package/lib/components/eftpos/index.d.ts +0 -47
- package/lib/components/eftpos/locales.d.ts +0 -99
- package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -10
- package/lib/components/eftposPay/const.d.ts +0 -184
- package/lib/components/eftposPay/hooks.d.ts +0 -35
- package/lib/components/eftposPay/linkly/const.d.ts +0 -23
- package/lib/components/eftposPay/locales.d.ts +0 -330
- package/lib/components/eftposPay/payo/config.d.ts +0 -13
- package/lib/components/eftposPay/payo/const.d.ts +0 -26
- package/lib/components/eftposPay/store/index.d.ts +0 -355
- package/lib/components/eftposPay/tyro/const.d.ts +0 -17
- package/lib/components/eftposPay/tyro/index.d.ts +0 -9
- package/lib/components/eftposPay/windcave/const.d.ts +0 -119
- package/lib/components/eftposPay/windcave/helper.d.ts +0 -23
- package/lib/components/eventBooking/locales.d.ts +0 -246
- package/lib/components/login/locales.d.ts +0 -24
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
- package/lib/components/pay/toC/locales.d.ts +0 -307
- package/lib/components/pay/toC/model.d.ts +0 -40
- package/lib/components/pinModal/locales.d.ts +0 -27
- package/lib/components/pinVerifyModal/locales.d.ts +0 -24
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -81
- package/lib/components/productExtension/locales.d.ts +0 -48
- package/lib/components/productSelect/locales.d.ts +0 -18
- package/lib/components/schedules/locales.d.ts +0 -87
- package/lib/components/shoppingCart/locales.d.ts +0 -33
- package/lib/components/shoppingCart/type.d.ts +0 -48
- package/lib/components/stepController/locales.d.ts +0 -27
- package/lib/components/subTotal/locales.d.ts +0 -42
- package/lib/components/systemSettings/registry/locales.d.ts +0 -272
- package/lib/components/systemSettings/registry/services.d.ts +0 -77
- package/lib/components/systemSettings/registry/types.d.ts +0 -126
- package/lib/components/taxSelect/locales.d.ts +0 -24
- package/lib/components/ticketBooking/locales.d.ts +0 -174
- package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -31
- package/lib/components/wallet/utils.d.ts +0 -48
- package/lib/components/walletList/locales.d.ts +0 -27
- package/lib/components/walletList/types/index.d.ts +0 -194
- package/lib/hooks/useEngineContext.d.ts +0 -11
- package/lib/hooks/useWindowSize.d.ts +0 -5
- package/lib/plus/clientCard/locales.d.ts +0 -18
- package/lib/plus/clinetSearch/locales.d.ts +0 -108
- package/lib/plus/contactInfo/locales.d.ts +0 -15
- package/lib/plus/contactInfoModal/locales.d.ts +0 -66
- package/lib/plus/productSelect/locales.d.ts +0 -18
- package/lib/plus/saasAttendance/locales.d.ts +0 -318
- package/lib/plus/saasAttendance/settings/types.d.ts +0 -128
- package/lib/plus/saasCreateOrganization/locales.d.ts +0 -15
- package/lib/plus/saasLogin/locales.d.ts +0 -51
- package/lib/plus/saasRegister/locales.d.ts +0 -117
- package/lib/plus/saasRole/locales.d.ts +0 -193
- package/lib/plus/saasRole/types.d.ts +0 -175
- package/lib/plus/saasTeamMembers/locales.d.ts +0 -330
- package/lib/plus/saasTeamMembers/type.d.ts +0 -156
- package/lib/plus/selectHolder/locales.d.ts +0 -27
- package/lib/plus/walletEditor/locales.d.ts +0 -135
- package/lib/plus/walletEditor/types.d.ts +0 -52
- package/lib/plus/walletPassGallery/locales.d.ts +0 -285
- package/lib/plus/walletPassGallery/utils.d.ts +0 -48
- package/lib/pro/Login2.0/locales.d.ts +0 -543
- package/lib/pro/Login2.0/shared/types.d.ts +0 -232
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -15
- package/lib/pro/numberKeyboard/locales.d.ts +0 -12
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'oauth.config.title': string;
|
|
4
|
-
'oauth.config.description': string;
|
|
5
|
-
'oauth.providers.title': string;
|
|
6
|
-
'oauth.providers.description': string;
|
|
7
|
-
'oauth.provider.google': string;
|
|
8
|
-
'oauth.provider.google.description': string;
|
|
9
|
-
'oauth.provider.apple': string;
|
|
10
|
-
'oauth.provider.apple.description': string;
|
|
11
|
-
'oauth.provider.facebook': string;
|
|
12
|
-
'oauth.provider.facebook.description': string;
|
|
13
|
-
'oauth.status.configured': string;
|
|
14
|
-
'oauth.status.not.configured': string;
|
|
15
|
-
'oauth.button.settings': string;
|
|
16
|
-
'oauth.button.save': string;
|
|
17
|
-
'oauth.button.cancel': string;
|
|
18
|
-
'oauth.drawer.title': string;
|
|
19
|
-
'oauth.apple.identifier': string;
|
|
20
|
-
'oauth.apple.identifier.required': string;
|
|
21
|
-
'oauth.apple.identifier.placeholder': string;
|
|
22
|
-
'oauth.facebook.appId': string;
|
|
23
|
-
'oauth.facebook.appId.required': string;
|
|
24
|
-
'oauth.facebook.appId.placeholder': string;
|
|
25
|
-
'oauth.facebook.appSecret': string;
|
|
26
|
-
'oauth.facebook.appSecret.required': string;
|
|
27
|
-
'oauth.facebook.appSecret.placeholder': string;
|
|
28
|
-
'oauth.save.success': string;
|
|
29
|
-
'oauth.save.error': string;
|
|
30
|
-
};
|
|
31
|
-
'zh-CN': {
|
|
32
|
-
'oauth.config.title': string;
|
|
33
|
-
'oauth.config.description': string;
|
|
34
|
-
'oauth.providers.title': string;
|
|
35
|
-
'oauth.providers.description': string;
|
|
36
|
-
'oauth.provider.google': string;
|
|
37
|
-
'oauth.provider.google.description': string;
|
|
38
|
-
'oauth.provider.apple': string;
|
|
39
|
-
'oauth.provider.apple.description': string;
|
|
40
|
-
'oauth.provider.facebook': string;
|
|
41
|
-
'oauth.provider.facebook.description': string;
|
|
42
|
-
'oauth.status.configured': string;
|
|
43
|
-
'oauth.status.not.configured': string;
|
|
44
|
-
'oauth.button.settings': string;
|
|
45
|
-
'oauth.button.save': string;
|
|
46
|
-
'oauth.button.cancel': string;
|
|
47
|
-
'oauth.drawer.title': string;
|
|
48
|
-
'oauth.apple.identifier': string;
|
|
49
|
-
'oauth.apple.identifier.required': string;
|
|
50
|
-
'oauth.apple.identifier.placeholder': string;
|
|
51
|
-
'oauth.facebook.appId': string;
|
|
52
|
-
'oauth.facebook.appId.required': string;
|
|
53
|
-
'oauth.facebook.appId.placeholder': string;
|
|
54
|
-
'oauth.facebook.appSecret': string;
|
|
55
|
-
'oauth.facebook.appSecret.required': string;
|
|
56
|
-
'oauth.facebook.appSecret.placeholder': string;
|
|
57
|
-
'oauth.save.success': string;
|
|
58
|
-
'oauth.save.error': string;
|
|
59
|
-
};
|
|
60
|
-
'zh-HK': {
|
|
61
|
-
'oauth.config.title': string;
|
|
62
|
-
'oauth.config.description': string;
|
|
63
|
-
'oauth.providers.title': string;
|
|
64
|
-
'oauth.providers.description': string;
|
|
65
|
-
'oauth.provider.google': string;
|
|
66
|
-
'oauth.provider.google.description': string;
|
|
67
|
-
'oauth.provider.apple': string;
|
|
68
|
-
'oauth.provider.apple.description': string;
|
|
69
|
-
'oauth.provider.facebook': string;
|
|
70
|
-
'oauth.provider.facebook.description': string;
|
|
71
|
-
'oauth.status.configured': string;
|
|
72
|
-
'oauth.status.not.configured': string;
|
|
73
|
-
'oauth.button.settings': string;
|
|
74
|
-
'oauth.button.save': string;
|
|
75
|
-
'oauth.button.cancel': string;
|
|
76
|
-
'oauth.drawer.title': string;
|
|
77
|
-
'oauth.apple.identifier': string;
|
|
78
|
-
'oauth.apple.identifier.required': string;
|
|
79
|
-
'oauth.apple.identifier.placeholder': string;
|
|
80
|
-
'oauth.facebook.appId': string;
|
|
81
|
-
'oauth.facebook.appId.required': string;
|
|
82
|
-
'oauth.facebook.appId.placeholder': string;
|
|
83
|
-
'oauth.facebook.appSecret': string;
|
|
84
|
-
'oauth.facebook.appSecret.required': string;
|
|
85
|
-
'oauth.facebook.appSecret.placeholder': string;
|
|
86
|
-
'oauth.save.success': string;
|
|
87
|
-
'oauth.save.error': string;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
export default _default;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'org.admin.auth.title': string;
|
|
4
|
-
'org.admin.auth.description': string;
|
|
5
|
-
'org.admin.auth.methods.title': string;
|
|
6
|
-
'org.admin.auth.methods.description': string;
|
|
7
|
-
'org.admin.password.settings.title': string;
|
|
8
|
-
'org.admin.password.settings.description': string;
|
|
9
|
-
'auth.button.cancel': string;
|
|
10
|
-
'auth.button.save': string;
|
|
11
|
-
'auth.button.settings': string;
|
|
12
|
-
'auth.save.success': string;
|
|
13
|
-
'auth.save.error': string;
|
|
14
|
-
'auth.oauth.config.message': string;
|
|
15
|
-
'auth.oauth.config.link': string;
|
|
16
|
-
'auth.category.general': string;
|
|
17
|
-
'auth.category.oauth': string;
|
|
18
|
-
};
|
|
19
|
-
'zh-CN': {
|
|
20
|
-
'org.admin.auth.title': string;
|
|
21
|
-
'org.admin.auth.description': string;
|
|
22
|
-
'org.admin.auth.methods.title': string;
|
|
23
|
-
'org.admin.auth.methods.description': string;
|
|
24
|
-
'org.admin.password.settings.title': string;
|
|
25
|
-
'org.admin.password.settings.description': string;
|
|
26
|
-
'auth.button.cancel': string;
|
|
27
|
-
'auth.button.save': string;
|
|
28
|
-
'auth.button.settings': string;
|
|
29
|
-
'auth.save.success': string;
|
|
30
|
-
'auth.save.error': string;
|
|
31
|
-
'auth.oauth.config.message': string;
|
|
32
|
-
'auth.oauth.config.link': string;
|
|
33
|
-
'auth.category.general': string;
|
|
34
|
-
'auth.category.oauth': string;
|
|
35
|
-
};
|
|
36
|
-
'zh-HK': {
|
|
37
|
-
'org.admin.auth.title': string;
|
|
38
|
-
'org.admin.auth.description': string;
|
|
39
|
-
'org.admin.auth.methods.title': string;
|
|
40
|
-
'org.admin.auth.methods.description': string;
|
|
41
|
-
'org.admin.password.settings.title': string;
|
|
42
|
-
'org.admin.password.settings.description': string;
|
|
43
|
-
'auth.button.cancel': string;
|
|
44
|
-
'auth.button.save': string;
|
|
45
|
-
'auth.button.settings': string;
|
|
46
|
-
'auth.save.success': string;
|
|
47
|
-
'auth.save.error': string;
|
|
48
|
-
'auth.oauth.config.message': string;
|
|
49
|
-
'auth.oauth.config.link': string;
|
|
50
|
-
'auth.category.general': string;
|
|
51
|
-
'auth.category.oauth': string;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
export default _default;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pos.operator.auth.title': string;
|
|
4
|
-
'pos.operator.auth.description': string;
|
|
5
|
-
'pos.operator.auth.methods.title': string;
|
|
6
|
-
'pos.operator.auth.methods.description': string;
|
|
7
|
-
'auth.method.digit_id_pin.title': string;
|
|
8
|
-
'auth.method.digit_id_pin.description': string;
|
|
9
|
-
'auth.button.cancel': string;
|
|
10
|
-
'auth.button.save': string;
|
|
11
|
-
'auth.button.settings': string;
|
|
12
|
-
'auth.category.general': string;
|
|
13
|
-
'auth.category.passwordFree': string;
|
|
14
|
-
'auth.save.success': string;
|
|
15
|
-
'auth.save.error': string;
|
|
16
|
-
};
|
|
17
|
-
'zh-CN': {
|
|
18
|
-
'pos.operator.auth.title': string;
|
|
19
|
-
'pos.operator.auth.description': string;
|
|
20
|
-
'pos.operator.auth.methods.title': string;
|
|
21
|
-
'pos.operator.auth.methods.description': string;
|
|
22
|
-
'auth.method.digit_id_pin.title': string;
|
|
23
|
-
'auth.method.digit_id_pin.description': string;
|
|
24
|
-
'auth.button.cancel': string;
|
|
25
|
-
'auth.button.save': string;
|
|
26
|
-
'auth.button.settings': string;
|
|
27
|
-
'auth.category.general': string;
|
|
28
|
-
'auth.category.passwordFree': string;
|
|
29
|
-
'auth.save.success': string;
|
|
30
|
-
'auth.save.error': string;
|
|
31
|
-
};
|
|
32
|
-
'zh-HK': {
|
|
33
|
-
'pos.operator.auth.title': string;
|
|
34
|
-
'pos.operator.auth.description': string;
|
|
35
|
-
'pos.operator.auth.methods.title': string;
|
|
36
|
-
'pos.operator.auth.methods.description': string;
|
|
37
|
-
'auth.method.digit_id_pin.title': string;
|
|
38
|
-
'auth.method.digit_id_pin.description': string;
|
|
39
|
-
'auth.button.cancel': string;
|
|
40
|
-
'auth.button.save': string;
|
|
41
|
-
'auth.button.settings': string;
|
|
42
|
-
'auth.category.general': string;
|
|
43
|
-
'auth.category.passwordFree': string;
|
|
44
|
-
'auth.save.success': string;
|
|
45
|
-
'auth.save.error': string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
export default _default;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'saas.admin.auth.title': string;
|
|
4
|
-
'saas.admin.auth.description': string;
|
|
5
|
-
'saas.admin.auth.methods.title': string;
|
|
6
|
-
'saas.admin.auth.methods.description': string;
|
|
7
|
-
'saas.admin.password.settings.title': string;
|
|
8
|
-
'saas.admin.password.settings.description': string;
|
|
9
|
-
'auth.button.cancel': string;
|
|
10
|
-
'auth.button.save': string;
|
|
11
|
-
'auth.button.settings': string;
|
|
12
|
-
'auth.save.success': string;
|
|
13
|
-
'auth.save.error': string;
|
|
14
|
-
'auth.oauth.config.message': string;
|
|
15
|
-
'auth.oauth.config.link': string;
|
|
16
|
-
'auth.category.general': string;
|
|
17
|
-
'auth.category.oauth': string;
|
|
18
|
-
};
|
|
19
|
-
'zh-CN': {
|
|
20
|
-
'saas.admin.auth.title': string;
|
|
21
|
-
'saas.admin.auth.description': string;
|
|
22
|
-
'saas.admin.auth.methods.title': string;
|
|
23
|
-
'saas.admin.auth.methods.description': string;
|
|
24
|
-
'saas.admin.password.settings.title': string;
|
|
25
|
-
'saas.admin.password.settings.description': string;
|
|
26
|
-
'auth.button.cancel': string;
|
|
27
|
-
'auth.button.save': string;
|
|
28
|
-
'auth.button.settings': string;
|
|
29
|
-
'auth.save.success': string;
|
|
30
|
-
'auth.save.error': string;
|
|
31
|
-
'auth.oauth.config.message': string;
|
|
32
|
-
'auth.oauth.config.link': string;
|
|
33
|
-
'auth.category.general': string;
|
|
34
|
-
'auth.category.oauth': string;
|
|
35
|
-
};
|
|
36
|
-
'zh-HK': {
|
|
37
|
-
'saas.admin.auth.title': string;
|
|
38
|
-
'saas.admin.auth.description': string;
|
|
39
|
-
'saas.admin.auth.methods.title': string;
|
|
40
|
-
'saas.admin.auth.methods.description': string;
|
|
41
|
-
'saas.admin.password.settings.title': string;
|
|
42
|
-
'saas.admin.password.settings.description': string;
|
|
43
|
-
'auth.button.cancel': string;
|
|
44
|
-
'auth.button.save': string;
|
|
45
|
-
'auth.button.settings': string;
|
|
46
|
-
'auth.save.success': string;
|
|
47
|
-
'auth.save.error': string;
|
|
48
|
-
'auth.oauth.config.message': string;
|
|
49
|
-
'auth.oauth.config.link': string;
|
|
50
|
-
'auth.category.general': string;
|
|
51
|
-
'auth.category.oauth': string;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.text.login': string;
|
|
4
|
-
'pisell2.text.booking.confirm-changes': string;
|
|
5
|
-
'pisell2.text.booking.time-change': string;
|
|
6
|
-
'pisell2.text.booking.resource-change.detail': string;
|
|
7
|
-
};
|
|
8
|
-
'zh-CN': {
|
|
9
|
-
'pisell2.text.login': string;
|
|
10
|
-
'pisell2.text.booking.confirm-changes': string;
|
|
11
|
-
'pisell2.text.booking.time-change': string;
|
|
12
|
-
'pisell2.text.booking.resource-change.detail': string;
|
|
13
|
-
};
|
|
14
|
-
'zh-HK': {
|
|
15
|
-
'pisell2.text.login': string;
|
|
16
|
-
'pisell2.text.booking.confirm-changes': string;
|
|
17
|
-
'pisell2.text.booking.time-change': string;
|
|
18
|
-
'pisell2.text.booking.resource-change.detail': string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|