@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,318 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.attendance.group-settings.title': string;
|
|
4
|
-
'pisell2.attendance.group-settings.sub-title': string;
|
|
5
|
-
'pisell2.attendance.group-settings.basic-info': string;
|
|
6
|
-
'pisell2.attendance.group-settings.basic-info.label.name': string;
|
|
7
|
-
'pisell2.attendance.group-settings.basic-info.name-tip': string;
|
|
8
|
-
'pisell2.attendance.group-settings.basic-info.name-required': string;
|
|
9
|
-
'pisell2.attendance.group-settings.basic-info.name-max-length': (len: number) => string;
|
|
10
|
-
'pisell2.attendance.group-settings.basic-info.label.time-zone': string;
|
|
11
|
-
'pisell2.attendance.group-settings.basic-info.time-zone-tip': string;
|
|
12
|
-
'pisell2.attendance.group-settings.basic-info.label.members': string;
|
|
13
|
-
'pisell2.attendance.group-settings.basic-info.add-members': string;
|
|
14
|
-
'pisell2.attendance.group-settings.basic-info.members-count': (count: number) => string;
|
|
15
|
-
'pisell2.attendance.group-settings.basic-info.members-tip': string;
|
|
16
|
-
'pisell2.attendance.group-settings.basic-info.members-required': string;
|
|
17
|
-
'pisell2.attendance.group-settings.basic-info.members-drawer.title': string;
|
|
18
|
-
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.name': string;
|
|
19
|
-
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.email': string;
|
|
20
|
-
'pisell2.attendance.group-settings.shift-schedule': string;
|
|
21
|
-
'pisell2.attendance.group-settings.clock-in-method': string;
|
|
22
|
-
'pisell2.attendance.group-settings.correction-policy': string;
|
|
23
|
-
'pisell2.attendance.group-settings.actions.search': string;
|
|
24
|
-
'pisell2.attendance.group-settings.actions.cancel': string;
|
|
25
|
-
'pisell2.attendance.group-settings.actions.confirm': string;
|
|
26
|
-
'pisell2.attendance.group-settings.actions.delete': string;
|
|
27
|
-
'pisell2.attendance.group-settings.actions.save-settings': string;
|
|
28
|
-
'pisell2.attendance.group-settings.actions.add-location': string;
|
|
29
|
-
'pisell2.attendance.group-settings.actions.add-location-confirm': string;
|
|
30
|
-
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.title': string;
|
|
31
|
-
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.desc': string;
|
|
32
|
-
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.set-shifts': string;
|
|
33
|
-
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.change-shifts': string;
|
|
34
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.title': string;
|
|
35
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.1': string;
|
|
36
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.2': string;
|
|
37
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.3': string;
|
|
38
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.4': string;
|
|
39
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.5': string;
|
|
40
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.6': string;
|
|
41
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.7': string;
|
|
42
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.no-shift': string;
|
|
43
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.add-time': string;
|
|
44
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.start': string;
|
|
45
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.end': string;
|
|
46
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.start-required': string;
|
|
47
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.end-required': string;
|
|
48
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.range': string;
|
|
49
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.overlap': string;
|
|
50
|
-
'pisell2.attendance.group-settings.shift-schedule.validation.fixed-required': string;
|
|
51
|
-
'pisell2.attendance.group-settings.shift-schedule.attendance-type.label': string;
|
|
52
|
-
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.title': string;
|
|
53
|
-
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.desc': string;
|
|
54
|
-
'pisell2.attendance.group-settings.clock-in-method.gps.title': string;
|
|
55
|
-
'pisell2.attendance.group-settings.clock-in-method.gps.desc': string;
|
|
56
|
-
'pisell2.attendance.group-settings.clock-in-method.approved-locations.label': (max: number) => string;
|
|
57
|
-
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.title': string;
|
|
58
|
-
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.desc': string;
|
|
59
|
-
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.label': string;
|
|
60
|
-
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.desc': string;
|
|
61
|
-
'pisell2.attendance.group-settings.clock-in-method.meters': (val: number) => string;
|
|
62
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.title': string;
|
|
63
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.label': string;
|
|
64
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.placeholder': string;
|
|
65
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.validation': string;
|
|
66
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.label': string;
|
|
67
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.placeholder': string;
|
|
68
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.validation': string;
|
|
69
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.label': string;
|
|
70
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.placeholder': string;
|
|
71
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.validation': string;
|
|
72
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.valid-range.label': string;
|
|
73
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.tip.google-maps': string;
|
|
74
|
-
'pisell2.attendance.group-settings.correction-policy.allow-corrections.title': string;
|
|
75
|
-
'pisell2.attendance.group-settings.correction-policy.allow-corrections.desc': string;
|
|
76
|
-
'pisell2.attendance.group-settings.correction-policy.types.label': string;
|
|
77
|
-
'pisell2.attendance.group-settings.correction-policy.types.missing.title': string;
|
|
78
|
-
'pisell2.attendance.group-settings.correction-policy.types.missing.desc': string;
|
|
79
|
-
'pisell2.attendance.group-settings.correction-policy.types.late.title': string;
|
|
80
|
-
'pisell2.attendance.group-settings.correction-policy.types.late.desc': string;
|
|
81
|
-
'pisell2.attendance.group-settings.correction-policy.types.early-out.title': string;
|
|
82
|
-
'pisell2.attendance.group-settings.correction-policy.types.early-out.desc': string;
|
|
83
|
-
'pisell2.attendance.group-settings.correction-policy.types.normal.title': string;
|
|
84
|
-
'pisell2.attendance.group-settings.correction-policy.types.normal.desc': string;
|
|
85
|
-
'pisell2.attendance.group-settings.correction-policy.approver.label': string;
|
|
86
|
-
'pisell2.attendance.group-settings.correction-policy.approver.placeholder': string;
|
|
87
|
-
'pisell2.attendance.group-settings.correction-policy.approver.required': string;
|
|
88
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.label': string;
|
|
89
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.required': string;
|
|
90
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days': (days: number) => string;
|
|
91
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.prefix': string;
|
|
92
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.suffix': string;
|
|
93
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.helper': string;
|
|
94
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.label': string;
|
|
95
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.required': string;
|
|
96
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum': (count: number) => string;
|
|
97
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.prefix': string;
|
|
98
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.suffix': string;
|
|
99
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.helper': string;
|
|
100
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.label': string;
|
|
101
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.title': string;
|
|
102
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.desc': string;
|
|
103
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.title': string;
|
|
104
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.desc': string;
|
|
105
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.required': string;
|
|
106
|
-
};
|
|
107
|
-
'zh-CN': {
|
|
108
|
-
'pisell2.attendance.group-settings.title': string;
|
|
109
|
-
'pisell2.attendance.group-settings.sub-title': string;
|
|
110
|
-
'pisell2.attendance.group-settings.basic-info': string;
|
|
111
|
-
'pisell2.attendance.group-settings.basic-info.label.name': string;
|
|
112
|
-
'pisell2.attendance.group-settings.basic-info.name-required': string;
|
|
113
|
-
'pisell2.attendance.group-settings.basic-info.name-tip': string;
|
|
114
|
-
'pisell2.attendance.group-settings.basic-info.name-max-length': (len: number) => string;
|
|
115
|
-
'pisell2.attendance.group-settings.basic-info.label.time-zone': string;
|
|
116
|
-
'pisell2.attendance.group-settings.basic-info.time-zone-tip': string;
|
|
117
|
-
'pisell2.attendance.group-settings.basic-info.label.members': string;
|
|
118
|
-
'pisell2.attendance.group-settings.basic-info.add-members': string;
|
|
119
|
-
'pisell2.attendance.group-settings.basic-info.members-count': (count: number) => string;
|
|
120
|
-
'pisell2.attendance.group-settings.basic-info.members-tip': string;
|
|
121
|
-
'pisell2.attendance.group-settings.basic-info.members-required': string;
|
|
122
|
-
'pisell2.attendance.group-settings.basic-info.members-drawer.title': string;
|
|
123
|
-
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.name': string;
|
|
124
|
-
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.email': string;
|
|
125
|
-
'pisell2.attendance.group-settings.shift-schedule': string;
|
|
126
|
-
'pisell2.attendance.group-settings.clock-in-method': string;
|
|
127
|
-
'pisell2.attendance.group-settings.correction-policy': string;
|
|
128
|
-
'pisell2.attendance.group-settings.actions.search': string;
|
|
129
|
-
'pisell2.attendance.group-settings.actions.cancel': string;
|
|
130
|
-
'pisell2.attendance.group-settings.actions.confirm': string;
|
|
131
|
-
'pisell2.attendance.group-settings.actions.delete': string;
|
|
132
|
-
'pisell2.attendance.group-settings.actions.save-settings': string;
|
|
133
|
-
'pisell2.attendance.group-settings.actions.add-location': string;
|
|
134
|
-
'pisell2.attendance.group-settings.actions.add-location-confirm': string;
|
|
135
|
-
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.title': string;
|
|
136
|
-
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.desc': string;
|
|
137
|
-
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.set-shifts': string;
|
|
138
|
-
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.change-shifts': string;
|
|
139
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.title': string;
|
|
140
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.1': string;
|
|
141
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.2': string;
|
|
142
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.3': string;
|
|
143
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.4': string;
|
|
144
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.5': string;
|
|
145
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.6': string;
|
|
146
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.7': string;
|
|
147
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.no-shift': string;
|
|
148
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.add-time': string;
|
|
149
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.start': string;
|
|
150
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.end': string;
|
|
151
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.start-required': string;
|
|
152
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.end-required': string;
|
|
153
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.range': string;
|
|
154
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.overlap': string;
|
|
155
|
-
'pisell2.attendance.group-settings.shift-schedule.validation.fixed-required': string;
|
|
156
|
-
'pisell2.attendance.group-settings.shift-schedule.attendance-type.label': string;
|
|
157
|
-
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.title': string;
|
|
158
|
-
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.desc': string;
|
|
159
|
-
'pisell2.attendance.group-settings.clock-in-method.gps.title': string;
|
|
160
|
-
'pisell2.attendance.group-settings.clock-in-method.gps.desc': string;
|
|
161
|
-
'pisell2.attendance.group-settings.clock-in-method.approved-locations.label': (max: number) => string;
|
|
162
|
-
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.title': string;
|
|
163
|
-
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.desc': string;
|
|
164
|
-
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.label': string;
|
|
165
|
-
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.desc': string;
|
|
166
|
-
'pisell2.attendance.group-settings.clock-in-method.meters': (val: number) => string;
|
|
167
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.title': string;
|
|
168
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.label': string;
|
|
169
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.placeholder': string;
|
|
170
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.validation': string;
|
|
171
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.label': string;
|
|
172
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.placeholder': string;
|
|
173
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.validation': string;
|
|
174
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.label': string;
|
|
175
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.placeholder': string;
|
|
176
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.validation': string;
|
|
177
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.valid-range.label': string;
|
|
178
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.tip.google-maps': string;
|
|
179
|
-
'pisell2.attendance.group-settings.correction-policy.allow-corrections.title': string;
|
|
180
|
-
'pisell2.attendance.group-settings.correction-policy.allow-corrections.desc': string;
|
|
181
|
-
'pisell2.attendance.group-settings.correction-policy.types.label': string;
|
|
182
|
-
'pisell2.attendance.group-settings.correction-policy.types.missing.title': string;
|
|
183
|
-
'pisell2.attendance.group-settings.correction-policy.types.missing.desc': string;
|
|
184
|
-
'pisell2.attendance.group-settings.correction-policy.types.late.title': string;
|
|
185
|
-
'pisell2.attendance.group-settings.correction-policy.types.late.desc': string;
|
|
186
|
-
'pisell2.attendance.group-settings.correction-policy.types.early-out.title': string;
|
|
187
|
-
'pisell2.attendance.group-settings.correction-policy.types.early-out.desc': string;
|
|
188
|
-
'pisell2.attendance.group-settings.correction-policy.types.normal.title': string;
|
|
189
|
-
'pisell2.attendance.group-settings.correction-policy.types.normal.desc': string;
|
|
190
|
-
'pisell2.attendance.group-settings.correction-policy.approver.label': string;
|
|
191
|
-
'pisell2.attendance.group-settings.correction-policy.approver.placeholder': string;
|
|
192
|
-
'pisell2.attendance.group-settings.correction-policy.approver.required': string;
|
|
193
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.label': string;
|
|
194
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.required': string;
|
|
195
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days': (days: number) => string;
|
|
196
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.prefix': string;
|
|
197
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.suffix': string;
|
|
198
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.helper': string;
|
|
199
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.label': string;
|
|
200
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.required': string;
|
|
201
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum': (count: number) => string;
|
|
202
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.prefix': string;
|
|
203
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.suffix': string;
|
|
204
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.helper': string;
|
|
205
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.label': string;
|
|
206
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.title': string;
|
|
207
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.desc': string;
|
|
208
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.title': string;
|
|
209
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.desc': string;
|
|
210
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.required': string;
|
|
211
|
-
};
|
|
212
|
-
'zh-HK': {
|
|
213
|
-
'pisell2.attendance.group-settings.title': string;
|
|
214
|
-
'pisell2.attendance.group-settings.sub-title': string;
|
|
215
|
-
'pisell2.attendance.group-settings.basic-info': string;
|
|
216
|
-
'pisell2.attendance.group-settings.basic-info.label.name': string;
|
|
217
|
-
'pisell2.attendance.group-settings.basic-info.name-required': string;
|
|
218
|
-
'pisell2.attendance.group-settings.basic-info.name-tip': string;
|
|
219
|
-
'pisell2.attendance.group-settings.basic-info.name-max-length': (len: number) => string;
|
|
220
|
-
'pisell2.attendance.group-settings.basic-info.label.time-zone': string;
|
|
221
|
-
'pisell2.attendance.group-settings.basic-info.time-zone-tip': string;
|
|
222
|
-
'pisell2.attendance.group-settings.basic-info.label.members': string;
|
|
223
|
-
'pisell2.attendance.group-settings.basic-info.add-members': string;
|
|
224
|
-
'pisell2.attendance.group-settings.basic-info.members-count': (count: number) => string;
|
|
225
|
-
'pisell2.attendance.group-settings.basic-info.members-tip': string;
|
|
226
|
-
'pisell2.attendance.group-settings.basic-info.members-required': string;
|
|
227
|
-
'pisell2.attendance.group-settings.basic-info.members-drawer.title': string;
|
|
228
|
-
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.name': string;
|
|
229
|
-
'pisell2.attendance.group-settings.basic-info.members-drawer.columns.email': string;
|
|
230
|
-
'pisell2.attendance.group-settings.shift-schedule': string;
|
|
231
|
-
'pisell2.attendance.group-settings.clock-in-method': string;
|
|
232
|
-
'pisell2.attendance.group-settings.correction-policy': string;
|
|
233
|
-
'pisell2.attendance.group-settings.actions.search': string;
|
|
234
|
-
'pisell2.attendance.group-settings.actions.cancel': string;
|
|
235
|
-
'pisell2.attendance.group-settings.actions.confirm': string;
|
|
236
|
-
'pisell2.attendance.group-settings.actions.delete': string;
|
|
237
|
-
'pisell2.attendance.group-settings.actions.save-settings': string;
|
|
238
|
-
'pisell2.attendance.group-settings.actions.add-location': string;
|
|
239
|
-
'pisell2.attendance.group-settings.actions.add-location-confirm': string;
|
|
240
|
-
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.title': string;
|
|
241
|
-
'pisell2.attendance.group-settings.shift-schedule.fixed-shifts.desc': string;
|
|
242
|
-
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.set-shifts': string;
|
|
243
|
-
'pisell2.attendance.group-settings.shift-schedule.scheduled-shifts.change-shifts': string;
|
|
244
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.title': string;
|
|
245
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.1': string;
|
|
246
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.2': string;
|
|
247
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.3': string;
|
|
248
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.4': string;
|
|
249
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.5': string;
|
|
250
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.6': string;
|
|
251
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.weekday.7': string;
|
|
252
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.no-shift': string;
|
|
253
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.add-time': string;
|
|
254
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.start': string;
|
|
255
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.end': string;
|
|
256
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.start-required': string;
|
|
257
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.end-required': string;
|
|
258
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.range': string;
|
|
259
|
-
'pisell2.attendance.group-settings.shift-schedule.modal.validation.overlap': string;
|
|
260
|
-
'pisell2.attendance.group-settings.shift-schedule.validation.fixed-required': string;
|
|
261
|
-
'pisell2.attendance.group-settings.shift-schedule.attendance-type.label': string;
|
|
262
|
-
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.title': string;
|
|
263
|
-
'pisell2.attendance.group-settings.shift-schedule.attendance-type.scheduled-shifts.desc': string;
|
|
264
|
-
'pisell2.attendance.group-settings.clock-in-method.gps.title': string;
|
|
265
|
-
'pisell2.attendance.group-settings.clock-in-method.gps.desc': string;
|
|
266
|
-
'pisell2.attendance.group-settings.clock-in-method.approved-locations.label': (max: number) => string;
|
|
267
|
-
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.title': string;
|
|
268
|
-
'pisell2.attendance.group-settings.clock-in-method.approved-locations.empty.desc': string;
|
|
269
|
-
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.label': string;
|
|
270
|
-
'pisell2.attendance.group-settings.clock-in-method.default-valid-range.desc': string;
|
|
271
|
-
'pisell2.attendance.group-settings.clock-in-method.meters': (val: number) => string;
|
|
272
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.title': string;
|
|
273
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.label': string;
|
|
274
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.placeholder': string;
|
|
275
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.location-name.validation': string;
|
|
276
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.label': string;
|
|
277
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.placeholder': string;
|
|
278
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.latitude.validation': string;
|
|
279
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.label': string;
|
|
280
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.placeholder': string;
|
|
281
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.longitude.validation': string;
|
|
282
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.valid-range.label': string;
|
|
283
|
-
'pisell2.attendance.group-settings.clock-in-method.add-location-modal.tip.google-maps': string;
|
|
284
|
-
'pisell2.attendance.group-settings.correction-policy.allow-corrections.title': string;
|
|
285
|
-
'pisell2.attendance.group-settings.correction-policy.allow-corrections.desc': string;
|
|
286
|
-
'pisell2.attendance.group-settings.correction-policy.types.label': string;
|
|
287
|
-
'pisell2.attendance.group-settings.correction-policy.types.missing.title': string;
|
|
288
|
-
'pisell2.attendance.group-settings.correction-policy.types.missing.desc': string;
|
|
289
|
-
'pisell2.attendance.group-settings.correction-policy.types.late.title': string;
|
|
290
|
-
'pisell2.attendance.group-settings.correction-policy.types.late.desc': string;
|
|
291
|
-
'pisell2.attendance.group-settings.correction-policy.types.early-out.title': string;
|
|
292
|
-
'pisell2.attendance.group-settings.correction-policy.types.early-out.desc': string;
|
|
293
|
-
'pisell2.attendance.group-settings.correction-policy.types.normal.title': string;
|
|
294
|
-
'pisell2.attendance.group-settings.correction-policy.types.normal.desc': string;
|
|
295
|
-
'pisell2.attendance.group-settings.correction-policy.approver.label': string;
|
|
296
|
-
'pisell2.attendance.group-settings.correction-policy.approver.placeholder': string;
|
|
297
|
-
'pisell2.attendance.group-settings.correction-policy.approver.required': string;
|
|
298
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.label': string;
|
|
299
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.required': string;
|
|
300
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days': (days: number) => string;
|
|
301
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.prefix': string;
|
|
302
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.request-past-days.suffix': string;
|
|
303
|
-
'pisell2.attendance.group-settings.correction-policy.time-limit.helper': string;
|
|
304
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.label': string;
|
|
305
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.required': string;
|
|
306
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum': (count: number) => string;
|
|
307
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.prefix': string;
|
|
308
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.maximum.suffix': string;
|
|
309
|
-
'pisell2.attendance.group-settings.correction-policy.monthly-limit.helper': string;
|
|
310
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.label': string;
|
|
311
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.title': string;
|
|
312
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.calendar-month.desc': string;
|
|
313
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.title': string;
|
|
314
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.desc': string;
|
|
315
|
-
'pisell2.attendance.group-settings.correction-policy.reset-period.custom-period.required': string;
|
|
316
|
-
};
|
|
317
|
-
};
|
|
318
|
-
export default _default;
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 多语言名称
|
|
3
|
-
*/
|
|
4
|
-
export interface MultiLangName {
|
|
5
|
-
en?: string;
|
|
6
|
-
'zh-CN'?: string;
|
|
7
|
-
'zh-HK'?: string;
|
|
8
|
-
original?: string;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* 未排班时的打卡规则
|
|
12
|
-
* - anytime: 随时打卡
|
|
13
|
-
* - business_hours: 正常上下班(按照店铺营业时间打卡)
|
|
14
|
-
* - select_shift: 自选班次(员工需先选班次后打卡)
|
|
15
|
-
*/
|
|
16
|
-
export declare type NoShiftPolicy = 'anytime' | 'business_hours' | 'select_shift';
|
|
17
|
-
/**
|
|
18
|
-
* 考勤规则
|
|
19
|
-
*/
|
|
20
|
-
export interface AttendanceRule {
|
|
21
|
-
no_shift_policy: NoShiftPolicy;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* 考勤地点
|
|
25
|
-
*/
|
|
26
|
-
export interface AttendanceLocation {
|
|
27
|
-
id: string;
|
|
28
|
-
name: MultiLangName;
|
|
29
|
-
radius?: number;
|
|
30
|
-
address: {
|
|
31
|
-
lat: number;
|
|
32
|
-
lng: number;
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* 考勤地点配置
|
|
37
|
-
*/
|
|
38
|
-
export interface AttendancePlace {
|
|
39
|
-
radius: number;
|
|
40
|
-
location: AttendanceLocation[];
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* 补卡类型
|
|
44
|
-
* - normal: 正常
|
|
45
|
-
* - late: 迟到
|
|
46
|
-
* - early_leave: 早退
|
|
47
|
-
* - missing: 缺卡
|
|
48
|
-
*/
|
|
49
|
-
export declare type CorrectionType = 'normal' | 'late' | 'early_leave' | 'missing';
|
|
50
|
-
/**
|
|
51
|
-
* 补卡周期类型
|
|
52
|
-
* - natural_month: 自然月
|
|
53
|
-
* - custom: 自定义周期
|
|
54
|
-
*/
|
|
55
|
-
export declare type FrequencyType = 'natural_month' | 'custom';
|
|
56
|
-
/**
|
|
57
|
-
* 补卡配置
|
|
58
|
-
*/
|
|
59
|
-
export interface AttendanceCorrection {
|
|
60
|
-
allow: boolean;
|
|
61
|
-
types: CorrectionType[];
|
|
62
|
-
approver_ids: number[];
|
|
63
|
-
days_limit: number;
|
|
64
|
-
monthly_times: number;
|
|
65
|
-
period_type: FrequencyType;
|
|
66
|
-
period_custom: number | null;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* 考勤组设置值 - 完整的API数据结构
|
|
70
|
-
*/
|
|
71
|
-
export interface AttendanceGroupSettingsValue {
|
|
72
|
-
id?: number;
|
|
73
|
-
name: MultiLangName;
|
|
74
|
-
timezone: string;
|
|
75
|
-
rule: AttendanceRule;
|
|
76
|
-
place: AttendancePlace;
|
|
77
|
-
member_ids: number[];
|
|
78
|
-
correction: AttendanceCorrection;
|
|
79
|
-
creator_type?: string;
|
|
80
|
-
creator_id?: number;
|
|
81
|
-
editor_type?: string;
|
|
82
|
-
editor_id?: number;
|
|
83
|
-
created_at?: string;
|
|
84
|
-
updated_at?: string;
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* 基本信息Tab的值
|
|
88
|
-
*/
|
|
89
|
-
export interface BasicInfoTabValue {
|
|
90
|
-
name: MultiLangName;
|
|
91
|
-
timezone: string;
|
|
92
|
-
member_ids: number[];
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* 排班规则Tab的值
|
|
96
|
-
*/
|
|
97
|
-
export interface ShiftScheduleTabValue {
|
|
98
|
-
rule: AttendanceRule;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* 打卡方式Tab的值
|
|
102
|
-
*/
|
|
103
|
-
export interface ClockInMethodTabValue {
|
|
104
|
-
place: AttendancePlace;
|
|
105
|
-
}
|
|
106
|
-
/**
|
|
107
|
-
* 补卡规则Tab的值
|
|
108
|
-
*/
|
|
109
|
-
export interface CorrectionPolicyTabValue {
|
|
110
|
-
correction: AttendanceCorrection;
|
|
111
|
-
}
|
|
112
|
-
export declare type AttendanceGroupSettingsSection = 'basic' | 'shift' | 'clock' | 'correction';
|
|
113
|
-
export interface TenantAccount {
|
|
114
|
-
account?: {
|
|
115
|
-
id: number;
|
|
116
|
-
email: string;
|
|
117
|
-
avatar: string;
|
|
118
|
-
};
|
|
119
|
-
account_id: number;
|
|
120
|
-
created_at: string;
|
|
121
|
-
id: number;
|
|
122
|
-
member_id: string;
|
|
123
|
-
nickname: string;
|
|
124
|
-
status: 'active' | 'inactive';
|
|
125
|
-
tenant_id: number;
|
|
126
|
-
type: 'founder' | 'staff';
|
|
127
|
-
updated_at: string;
|
|
128
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell-saas-create-org-welcome-message': string;
|
|
4
|
-
'pisell-saas-create-org-title': string;
|
|
5
|
-
};
|
|
6
|
-
'zh-CN': {
|
|
7
|
-
'pisell-saas-create-org-welcome-message': string;
|
|
8
|
-
'pisell-saas-create-org-title': string;
|
|
9
|
-
};
|
|
10
|
-
'zh-TW': {
|
|
11
|
-
'pisell-saas-create-org-welcome-message': string;
|
|
12
|
-
'pisell-saas-create-org-title': string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell-saas-login-welcome-message': string;
|
|
4
|
-
'pisell-saas-login-title': string;
|
|
5
|
-
'pisell-saas-login-subtitle': string;
|
|
6
|
-
'pisell-saas-login-email-label': string;
|
|
7
|
-
'pisell-saas-login-email-placeholder': string;
|
|
8
|
-
'pisell-saas-login-password-label': string;
|
|
9
|
-
'pisell-saas-login-password-placeholder': string;
|
|
10
|
-
'pisell-saas-login-email-error': string;
|
|
11
|
-
'pisell-saas-login-email-error-valid': string;
|
|
12
|
-
'pisell-saas-login-password-required': string;
|
|
13
|
-
'pisell-saas-login-password-error': string;
|
|
14
|
-
'pisell-saas-login-button': string;
|
|
15
|
-
'pisell-saas-login-register-text': string;
|
|
16
|
-
'pisell-saas-login-register-link': string;
|
|
17
|
-
};
|
|
18
|
-
'zh-CN': {
|
|
19
|
-
'pisell-saas-login-welcome-message': string;
|
|
20
|
-
'pisell-saas-login-title': string;
|
|
21
|
-
'pisell-saas-login-subtitle': string;
|
|
22
|
-
'pisell-saas-login-email-label': string;
|
|
23
|
-
'pisell-saas-login-email-placeholder': string;
|
|
24
|
-
'pisell-saas-login-password-label': string;
|
|
25
|
-
'pisell-saas-login-password-placeholder': string;
|
|
26
|
-
'pisell-saas-login-email-error': string;
|
|
27
|
-
'pisell-saas-login-email-error-valid': string;
|
|
28
|
-
'pisell-saas-login-password-required': string;
|
|
29
|
-
'pisell-saas-login-password-error': string;
|
|
30
|
-
'pisell-saas-login-button': string;
|
|
31
|
-
'pisell-saas-login-register-text': string;
|
|
32
|
-
'pisell-saas-login-register-link': string;
|
|
33
|
-
};
|
|
34
|
-
'zh-HK': {
|
|
35
|
-
'pisell-saas-login-welcome-message': string;
|
|
36
|
-
'pisell-saas-login-title': string;
|
|
37
|
-
'pisell-saas-login-subtitle': string;
|
|
38
|
-
'pisell-saas-login-email-label': string;
|
|
39
|
-
'pisell-saas-login-email-placeholder': string;
|
|
40
|
-
'pisell-saas-login-password-label': string;
|
|
41
|
-
'pisell-saas-login-password-placeholder': string;
|
|
42
|
-
'pisell-saas-login-email-error': string;
|
|
43
|
-
'pisell-saas-login-email-error-valid': string;
|
|
44
|
-
'pisell-saas-login-password-required': string;
|
|
45
|
-
'pisell-saas-login-password-error': string;
|
|
46
|
-
'pisell-saas-login-button': string;
|
|
47
|
-
'pisell-saas-login-register-text': string;
|
|
48
|
-
'pisell-saas-login-register-link': string;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
export default _default;
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell-saas-register-welcome-message': string;
|
|
4
|
-
'pisell-saas-register-title': string;
|
|
5
|
-
'pisell-saas-register-subtitle': string;
|
|
6
|
-
'pisell-saas-register-email-label': string;
|
|
7
|
-
'pisell-saas-register-email-placeholder': string;
|
|
8
|
-
'pisell-saas-register-email-error': string;
|
|
9
|
-
'pisell-saas-register-email-error-valid': string;
|
|
10
|
-
'pisell-saas-register-button': string;
|
|
11
|
-
'pisell-saas-register-login-text': string;
|
|
12
|
-
'pisell-saas-register-login-link-text': string;
|
|
13
|
-
'pisell-saas-register-failed-button-text': string;
|
|
14
|
-
'pisell-saas-register-failed-email-registered-title': string;
|
|
15
|
-
'pisell-saas-register-verify-email-title': string;
|
|
16
|
-
'pisell-saas-register-verify-email-subtitle': string;
|
|
17
|
-
'pisell-saas-register-resend-text': string;
|
|
18
|
-
'pisell-saas-register-resend-button-text': string;
|
|
19
|
-
'pisell-saas-register-verifying-email-title': string;
|
|
20
|
-
'pisell-saas-register-failed-link-expired-title': string;
|
|
21
|
-
'pisell-saas-register-failed-link-expired-subtitle': string;
|
|
22
|
-
'pisell-saas-register-failed-link-invalid-title': string;
|
|
23
|
-
'pisell-saas-register-failed-link-invalid-subtitle': string;
|
|
24
|
-
'pisell-saas-register-failed-link-email-registered-title': string;
|
|
25
|
-
'pisell-saas-register-failed-link-email-registered-subtitle': string;
|
|
26
|
-
'pisell-saas-register-failed-link-email-registered-button-text': string;
|
|
27
|
-
'pisell-saas-register-password-label': string;
|
|
28
|
-
'pisell-saas-register-password-placeholder': string;
|
|
29
|
-
'pisell-saas-register-password-required': string;
|
|
30
|
-
'pisell-saas-register-divider-text': string;
|
|
31
|
-
'pisell-saas-register-first-name-label': string;
|
|
32
|
-
'pisell-saas-register-first-name-placeholder': string;
|
|
33
|
-
'pisell-saas-register-last-name-label': string;
|
|
34
|
-
'pisell-saas-register-last-name-placeholder': string;
|
|
35
|
-
'pisell-saas-register-entry-info-title': string;
|
|
36
|
-
'pisell-saas-register-entry-info-subtitle': string;
|
|
37
|
-
'pisell-saas-register-entry-info-document-title': string;
|
|
38
|
-
'pisell-saas-register-entry-info-document-description': string;
|
|
39
|
-
};
|
|
40
|
-
'zh-CN': {
|
|
41
|
-
'pisell-saas-register-welcome-message': string;
|
|
42
|
-
'pisell-saas-register-title': string;
|
|
43
|
-
'pisell-saas-register-subtitle': string;
|
|
44
|
-
'pisell-saas-register-email-label': string;
|
|
45
|
-
'pisell-saas-register-email-placeholder': string;
|
|
46
|
-
'pisell-saas-register-email-error': string;
|
|
47
|
-
'pisell-saas-register-email-error-valid': string;
|
|
48
|
-
'pisell-saas-register-button': string;
|
|
49
|
-
'pisell-saas-register-login-text': string;
|
|
50
|
-
'pisell-saas-register-login-link-text': string;
|
|
51
|
-
'pisell-saas-register-failed-button-text': string;
|
|
52
|
-
'pisell-saas-register-failed-email-registered-title': string;
|
|
53
|
-
'pisell-saas-register-verify-email-title': string;
|
|
54
|
-
'pisell-saas-register-verify-email-subtitle': string;
|
|
55
|
-
'pisell-saas-register-resend-text': string;
|
|
56
|
-
'pisell-saas-register-resend-button-text': string;
|
|
57
|
-
'pisell-saas-register-verifying-email-title': string;
|
|
58
|
-
'pisell-saas-register-failed-link-expired-title': string;
|
|
59
|
-
'pisell-saas-register-failed-link-expired-subtitle': string;
|
|
60
|
-
'pisell-saas-register-failed-link-invalid-title': string;
|
|
61
|
-
'pisell-saas-register-failed-link-invalid-subtitle': string;
|
|
62
|
-
'pisell-saas-register-failed-link-email-registered-title': string;
|
|
63
|
-
'pisell-saas-register-failed-link-email-registered-subtitle': string;
|
|
64
|
-
'pisell-saas-register-failed-link-email-registered-button-text': string;
|
|
65
|
-
'pisell-saas-register-password-label': string;
|
|
66
|
-
'pisell-saas-register-password-placeholder': string;
|
|
67
|
-
'pisell-saas-register-password-required': string;
|
|
68
|
-
'pisell-saas-register-divider-text': string;
|
|
69
|
-
'pisell-saas-register-first-name-label': string;
|
|
70
|
-
'pisell-saas-register-first-name-placeholder': string;
|
|
71
|
-
'pisell-saas-register-last-name-label': string;
|
|
72
|
-
'pisell-saas-register-last-name-placeholder': string;
|
|
73
|
-
'pisell-saas-register-entry-info-title': string;
|
|
74
|
-
'pisell-saas-register-entry-info-subtitle': string;
|
|
75
|
-
'pisell-saas-register-entry-info-document-title': string;
|
|
76
|
-
'pisell-saas-register-entry-info-document-description': string;
|
|
77
|
-
};
|
|
78
|
-
'zh-HK': {
|
|
79
|
-
'pisell-saas-register-welcome-message': string;
|
|
80
|
-
'pisell-saas-register-title': string;
|
|
81
|
-
'pisell-saas-register-subtitle': string;
|
|
82
|
-
'pisell-saas-register-email-label': string;
|
|
83
|
-
'pisell-saas-register-email-placeholder': string;
|
|
84
|
-
'pisell-saas-register-email-error': string;
|
|
85
|
-
'pisell-saas-register-email-error-valid': string;
|
|
86
|
-
'pisell-saas-register-button': string;
|
|
87
|
-
'pisell-saas-register-login-text': string;
|
|
88
|
-
'pisell-saas-register-login-link-text': string;
|
|
89
|
-
'pisell-saas-register-failed-button-text': string;
|
|
90
|
-
'pisell-saas-register-failed-email-registered-title': string;
|
|
91
|
-
'pisell-saas-register-verify-email-title': string;
|
|
92
|
-
'pisell-saas-register-verify-email-subtitle': string;
|
|
93
|
-
'pisell-saas-register-resend-text': string;
|
|
94
|
-
'pisell-saas-register-resend-button-text': string;
|
|
95
|
-
'pisell-saas-register-verifying-email-title': string;
|
|
96
|
-
'pisell-saas-register-failed-link-expired-title': string;
|
|
97
|
-
'pisell-saas-register-failed-link-expired-subtitle': string;
|
|
98
|
-
'pisell-saas-register-failed-link-invalid-title': string;
|
|
99
|
-
'pisell-saas-register-failed-link-invalid-subtitle': string;
|
|
100
|
-
'pisell-saas-register-failed-link-email-registered-title': string;
|
|
101
|
-
'pisell-saas-register-failed-link-email-registered-subtitle': string;
|
|
102
|
-
'pisell-saas-register-failed-link-email-registered-button-text': string;
|
|
103
|
-
'pisell-saas-register-password-label': string;
|
|
104
|
-
'pisell-saas-register-password-placeholder': string;
|
|
105
|
-
'pisell-saas-register-password-required': string;
|
|
106
|
-
'pisell-saas-register-divider-text': string;
|
|
107
|
-
'pisell-saas-register-first-name-label': string;
|
|
108
|
-
'pisell-saas-register-first-name-placeholder': string;
|
|
109
|
-
'pisell-saas-register-last-name-label': string;
|
|
110
|
-
'pisell-saas-register-last-name-placeholder': string;
|
|
111
|
-
'pisell-saas-register-entry-info-title': string;
|
|
112
|
-
'pisell-saas-register-entry-info-subtitle': string;
|
|
113
|
-
'pisell-saas-register-entry-info-document-title': string;
|
|
114
|
-
'pisell-saas-register-entry-info-document-description': string;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
export default _default;
|