@pisell/private-materials 6.3.113 → 6.3.114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +152 -152
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -18
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +10 -18
- package/es/components/appointmentBooking/components/Date/state.js +1 -3
- package/es/components/appointmentBooking/locales.d.ts +0 -240
- package/es/components/appointmentBooking/locales.js +0 -276
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -164
- package/es/components/authentication/admin/AuthMethods/locales.js +0 -164
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +9 -27
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -54
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +0 -54
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -2
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +0 -2
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -46
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +0 -46
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -2
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +9 -17
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -16
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +0 -16
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +2 -10
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -42
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +0 -42
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -2
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +9 -17
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -24
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +0 -24
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -42
- package/es/components/authentication/admin/CustomerAuth/locales.js +0 -42
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -70
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +0 -70
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -36
- package/es/components/authentication/admin/DeviceAuth/locales.js +0 -36
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -58
- package/es/components/authentication/admin/OAuthConfig/locales.js +0 -58
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -34
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +0 -34
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -30
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +0 -30
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -34
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +0 -34
- package/es/components/booking/components/footer/index.js +20 -26
- package/es/components/booking/components/footer/utils.js +4 -4
- package/es/components/booking/editBookingModal/locales.d.ts +0 -12
- package/es/components/booking/editBookingModal/locales.js +0 -12
- package/es/components/booking/editBookingModal/mock.d.ts +2 -186
- package/es/components/booking/editBookingModal/mock.js +0 -22
- package/es/components/booking/hooks/useClearCart.d.ts +1 -1
- package/es/components/booking/hooks/useClearCart.js +9 -39
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/header/index.js +7 -7
- package/es/components/booking/info/header/index.less +5 -5
- package/es/components/booking/info/service/index.less +2 -4
- package/es/components/booking/info2/service/addService/mock.d.ts +0 -2
- package/es/components/booking/info2/service/addService/mock.js +0 -4
- package/es/components/booking/info2/service/editService/index.js +6 -36
- package/es/components/booking/info2/service/editService/utils.d.ts +0 -15
- package/es/components/booking/info2/service/editService/utils.js +0 -76
- package/es/components/booking/locales.d.ts +0 -648
- package/es/components/booking/locales.js +0 -742
- package/es/components/booking/notes/NoteBlock/index.js +2 -3
- package/es/components/eftpos/PairModal/hooks.d.ts +27 -0
- package/es/components/eftpos/PairModal/hooks.js +67 -0
- package/es/components/eftpos/PairModal/index.d.ts +11 -0
- package/es/components/{ecocup/components/AddCustomerModal → eftpos/PairModal}/index.js +189 -159
- package/es/components/eftpos/PairModal/index.less +70 -0
- package/es/components/eftpos/SettlementModal/Action.d.ts +8 -0
- package/es/components/eftpos/SettlementModal/Action.js +141 -0
- package/es/components/eftpos/SettlementModal/index.d.ts +8 -0
- package/es/components/eftpos/SettlementModal/index.js +135 -0
- package/es/components/eftpos/SettlementModal/index.less +33 -0
- package/es/components/eftpos/SettlementModal/serve.d.ts +8 -0
- package/es/components/eftpos/SettlementModal/serve.js +171 -0
- package/es/components/eftpos/SettlementModal/types.d.ts +138 -0
- package/es/components/eftpos/SettlementModal/types.js +35 -0
- package/es/components/eftpos/SettlementModal/utils.d.ts +18 -0
- package/es/components/eftpos/SettlementModal/utils.js +351 -0
- package/es/components/eftpos/assets/mx51SCI.svg +15 -0
- package/es/components/eftpos/const.d.ts +3 -1
- package/es/components/eftpos/const.js +2 -0
- package/es/components/eftpos/device.d.ts +3 -1
- package/es/components/eftpos/device.js +5 -3
- package/es/components/eftpos/hooks.d.ts +13 -0
- package/es/components/eftpos/hooks.js +35 -0
- package/es/components/eftpos/index.js +184 -25
- package/es/components/eftpos/index.less +26 -1
- package/es/components/eftpos/locales.d.ts +39 -64
- package/es/components/eftpos/locales.js +104 -85
- package/es/components/eftpos/table.js +47 -3
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +125 -0
- package/es/components/eftposPay/aggregatePayment/index.d.ts +3 -0
- package/es/components/eftposPay/aggregatePayment/index.js +3 -0
- package/es/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
- package/es/components/eftposPay/aggregatePayment/mock.js +567 -0
- package/es/components/eftposPay/aggregatePayment/service.d.ts +24 -0
- package/es/components/eftposPay/aggregatePayment/service.js +70 -0
- package/es/components/eftposPay/aggregatePayment/types.d.ts +101 -0
- package/es/components/eftposPay/aggregatePayment/types.js +61 -0
- package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/es/components/eftposPay/aggregatePayment/utils/logs.js +385 -0
- package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
- package/es/components/eftposPay/aggregatePayment/utils/payment.js +1140 -0
- package/es/components/eftposPay/app.d.ts +1 -1
- package/es/components/eftposPay/component/fail/failCustom.js +12 -17
- package/es/components/eftposPay/component/fail/index.js +4 -5
- package/es/components/eftposPay/const.d.ts +7 -2
- package/es/components/eftposPay/const.js +2 -0
- package/es/components/eftposPay/device.js +36 -208
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/index.js +1 -5
- package/es/components/eftposPay/linkly/const.js +1 -1
- package/es/components/eftposPay/linkly/index.js +1 -0
- package/es/components/eftposPay/locales.d.ts +3 -242
- package/es/components/eftposPay/locales.js +5 -328
- package/es/components/eftposPay/manufacturer.d.ts +1 -0
- package/es/components/eftposPay/manufacturer.js +4 -0
- package/es/components/eftposPay/mx51/Action.d.ts +7 -0
- package/es/components/eftposPay/mx51/Action.js +139 -0
- package/es/components/eftposPay/mx51/Result.d.ts +5 -0
- package/es/components/eftposPay/mx51/Result.js +46 -0
- package/es/components/eftposPay/mx51/const.d.ts +5 -0
- package/es/components/eftposPay/mx51/const.js +69 -0
- package/es/components/eftposPay/mx51/index.d.ts +6 -0
- package/es/components/eftposPay/mx51/index.js +401 -0
- package/es/components/eftposPay/mx51/types.d.ts +138 -0
- package/es/components/eftposPay/mx51/types.js +30 -0
- package/es/components/eftposPay/mx51/utils.d.ts +10 -0
- package/es/components/eftposPay/mx51/utils.js +121 -0
- package/es/components/eftposPay/pay.js +7 -2
- package/es/components/eftposPay/payo/config.js +0 -1
- package/es/components/eftposPay/payo/const.js +1 -1
- package/es/components/eftposPay/store/index.d.ts +2 -5
- package/es/components/eftposPay/tyro/const.js +1 -1
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/windcave/const.js +1 -1
- package/es/components/eftposPay/windcave/windcave.js +9 -9
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +0 -22
- package/es/components/eventBooking/components/Voucher/components/locales.js +0 -22
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/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/locales.d.ts +0 -162
- package/es/components/eventBooking/locales.js +0 -186
- package/es/components/kioskSkuDetail/index.js +10 -39
- package/es/components/kioskSkuDetail/locales.d.ts +0 -21
- package/es/components/kioskSkuDetail/locales.js +3 -24
- package/es/components/login/locales.d.ts +0 -14
- package/es/components/login/locales.js +0 -14
- package/es/components/pay/toC/PaymentList/serve.js +2 -2
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +0 -6
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +21 -65
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +9 -110
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +18 -46
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -20
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +1 -14
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +0 -20
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +1 -7
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +56 -167
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +0 -47
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +1 -9
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.js +33 -260
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +3 -23
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +126 -309
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -18
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +0 -5
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +145 -167
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -6
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
- package/es/components/pay/toC/PaymentMethods/index.js +2 -12
- package/es/components/pay/toC/WalletPassBlock/index.js +1 -3
- package/es/components/pay/toC/index.js +48 -117
- package/es/components/pay/toC/locales.d.ts +0 -319
- package/es/components/pay/toC/locales.js +12 -381
- package/es/components/pay/toC/model.d.ts +0 -1
- package/es/components/pay/toC/serve.d.ts +0 -30
- package/es/components/pay/toC/serve.js +3 -69
- package/es/components/pay/toC/utils.d.ts +2 -7
- package/es/components/pay/toC/utils.js +0 -14
- package/es/components/pinModal/locales.d.ts +0 -16
- package/es/components/pinModal/locales.js +0 -16
- package/es/components/pinVerifyModal/locales.d.ts +0 -14
- package/es/components/pinVerifyModal/locales.js +0 -14
- package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -52
- package/es/components/pisellSelectCustomerModal/locales.js +0 -52
- package/es/components/productExtension/locales.d.ts +0 -30
- package/es/components/productExtension/locales.js +0 -30
- package/es/components/productSelect/components/pisellPriceText/index.js +4 -8
- package/es/components/productSelect/locales.d.ts +0 -20
- package/es/components/productSelect/locales.js +3 -23
- package/es/components/ruleSetting/locales.d.ts +0 -30
- package/es/components/ruleSetting/locales.js +0 -30
- package/es/components/schedules/locales.d.ts +0 -56
- package/es/components/schedules/locales.js +0 -56
- package/es/components/shoppingCart/components/Cart/index.less +0 -1
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/es/components/shoppingCart/hooks/useClearCart.js +11 -41
- package/es/components/shoppingCart/locales.d.ts +0 -20
- package/es/components/shoppingCart/locales.js +0 -24
- package/es/components/stepController/locales.d.ts +0 -16
- package/es/components/stepController/locales.js +0 -20
- package/es/components/subTotal/locales.d.ts +0 -26
- package/es/components/subTotal/locales.js +0 -26
- package/es/components/systemSettings/registry/components/ItemModal.js +47 -251
- package/es/components/systemSettings/registry/index.js +16 -20
- package/es/components/systemSettings/registry/index.less +7 -6
- package/es/components/systemSettings/registry/locales.d.ts +0 -262
- package/es/components/systemSettings/registry/locales.js +3 -274
- package/es/components/systemSettings/registry/services.d.ts +0 -20
- package/es/components/systemSettings/registry/types.d.ts +2 -16
- package/es/components/taxSelect/locales.d.ts +0 -14
- package/es/components/taxSelect/locales.js +0 -14
- package/es/components/ticketBooking/locales.d.ts +0 -130
- package/es/components/ticketBooking/locales.js +0 -156
- package/es/components/ticketBooking/utils/formatTime.d.ts +0 -2
- package/es/components/ticketBooking/utils/formatTime.js +2 -8
- package/es/components/wallet/utils.d.ts +1 -1
- package/es/components/walletList/index.js +0 -10
- package/es/components/walletList/locales.d.ts +0 -16
- package/es/components/walletList/locales.js +0 -16
- package/es/components/walletList/types/index.d.ts +0 -2
- package/es/hooks/useEngineContext.d.ts +0 -1
- package/es/hooks/useEngineContext.js +0 -7
- package/es/hooks/useLocale.js +1 -8
- package/es/index.d.ts +3 -16
- package/es/index.js +1 -13
- package/es/plus/contactInfo/components/SwipeAction/index.js +1 -1
- package/es/plus/contactInfo/locales.d.ts +0 -8
- package/es/plus/contactInfo/locales.js +0 -8
- package/es/plus/contactInfoModal/locales.d.ts +0 -42
- package/es/plus/contactInfoModal/locales.js +0 -42
- package/es/plus/productSelect/components/pisellPriceText/index.js +4 -8
- package/es/plus/productSelect/locales.d.ts +0 -20
- package/es/plus/productSelect/locales.js +3 -23
- package/es/plus/saasCreateOrganization/locales.d.ts +0 -8
- package/es/plus/saasCreateOrganization/locales.js +0 -8
- package/es/plus/saasLogin/locales.d.ts +0 -32
- package/es/plus/saasLogin/locales.js +0 -32
- package/es/plus/saasRegister/locales.d.ts +0 -76
- package/es/plus/saasRegister/locales.js +0 -76
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/selectHolder/locales.d.ts +0 -14
- package/es/plus/selectHolder/locales.js +0 -18
- package/es/plus/skuOptionsSelection/components/NormalCard/index.js +5 -6
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
- package/es/plus/skuOptionsSelection/index.js +2 -2
- package/es/plus/skuOptionsSelection/locales.d.ts +0 -20
- package/es/plus/skuOptionsSelection/locales.js +0 -20
- package/es/plus/skuOptionsSelection/store/store.js +1 -2
- package/es/plus/skuOptionsSelection/types.d.ts +0 -14
- package/es/plus/skuOptionsSelection/types.js +0 -4
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -10
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +1 -10
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +4 -8
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +2 -8
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -2
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
- package/es/plus/walletEditor/locales.d.ts +0 -88
- package/es/plus/walletEditor/locales.js +0 -100
- package/es/plus/walletEditor/types.d.ts +0 -2
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/es/plus/walletPassGallery/components/passDetail/index.js +39 -80
- package/es/plus/walletPassGallery/components/passList/index.js +4 -12
- package/es/plus/walletPassGallery/components/recharge/index.js +5 -13
- package/es/plus/walletPassGallery/components/recharge/index.less +1 -70
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -2
- package/es/plus/walletPassGallery/components/timelineSection/index.js +2 -19
- package/es/plus/walletPassGallery/index.d.ts +0 -4
- package/es/plus/walletPassGallery/index.js +46 -95
- package/es/plus/walletPassGallery/locales.d.ts +0 -198
- package/es/plus/walletPassGallery/locales.js +3 -216
- package/es/plus/walletPassGallery/serve.d.ts +1 -3
- package/es/plus/walletPassGallery/serve.js +13 -13
- package/es/plus/walletPassGallery/utils.d.ts +1 -1
- package/es/pro/Cards/components/SKUCard/index.d.ts +56 -1
- package/es/pro/Cards/components/SKUCard/index.js +20 -50
- package/es/pro/Cards/components/SKUCard/index.less +2 -23
- package/es/pro/Login2.0/Login2.js +8 -8
- package/es/pro/Login2.0/locales.d.ts +0 -365
- package/es/pro/Login2.0/locales.js +0 -365
- package/es/pro/Login2.0/shared/types.d.ts +0 -2
- package/es/pro/NumericStepper/index.d.ts +3 -33
- package/es/pro/NumericStepper/index.js +107 -181
- package/es/pro/NumericStepper/index.less +143 -287
- package/es/pro/Selector/BatchSelectorDemo.js +12 -2
- package/es/pro/Selector/Selector.js +30 -39
- package/es/pro/Selector/SelectorGroup.d.ts +1 -1
- package/es/pro/Selector/SelectorGroup.js +1 -5
- package/es/pro/Selector/components/Card/index.js +10 -11
- package/es/pro/Selector/components/Card/index.less +14 -30
- package/es/pro/Selector/components/Indicator/index.d.ts +0 -1
- package/es/pro/Selector/components/Indicator/index.js +2 -3
- package/es/pro/Selector/components/Indicator/index.less +13 -16
- package/es/pro/Selector/components/LayoutContainer/index.d.ts +3 -5
- package/es/pro/Selector/components/LayoutContainer/index.js +9 -226
- package/es/pro/Selector/components/Media/index.d.ts +1 -1
- package/es/pro/Selector/components/Media/index.less +1 -1
- package/es/pro/Selector/demo.js +1 -1
- package/es/pro/Selector/hooks/usePresetItemProps.js +0 -2
- package/es/pro/Selector/hooks/usePresetProps.js +6 -60
- package/es/pro/Selector/locales.d.ts +0 -22
- package/es/pro/Selector/locales.js +0 -58
- package/es/pro/Selector/selector.less +64 -0
- package/es/pro/Selector/selectorGroup.less +1 -9
- package/es/pro/Selector/types.d.ts +0 -50
- package/es/pro/numberKeyboard/locales.d.ts +0 -6
- package/es/pro/numberKeyboard/locales.js +0 -6
- package/lib/components/appointmentBooking/components/Date/state.js +1 -3
- package/lib/components/appointmentBooking/locales.d.ts +0 -240
- package/lib/components/appointmentBooking/locales.js +0 -240
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -164
- package/lib/components/authentication/admin/AuthMethods/locales.js +0 -164
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +9 -17
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -54
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +0 -54
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +0 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -46
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +0 -46
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +6 -14
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -16
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +0 -16
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +2 -10
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -42
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +0 -42
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +6 -14
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -24
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +0 -24
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -42
- package/lib/components/authentication/admin/CustomerAuth/locales.js +0 -42
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -70
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +0 -70
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -36
- package/lib/components/authentication/admin/DeviceAuth/locales.js +0 -36
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -58
- package/lib/components/authentication/admin/OAuthConfig/locales.js +0 -58
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -34
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +0 -34
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -30
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +0 -30
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -34
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +0 -34
- package/lib/components/booking/components/footer/index.js +0 -5
- package/lib/components/booking/components/footer/utils.js +2 -2
- package/lib/components/booking/editBookingModal/locales.d.ts +0 -12
- package/lib/components/booking/editBookingModal/locales.js +0 -12
- package/lib/components/booking/editBookingModal/mock.d.ts +2 -186
- package/lib/components/booking/editBookingModal/mock.js +0 -22
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -1
- package/lib/components/booking/hooks/useClearCart.js +6 -28
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/header/index.js +7 -7
- package/lib/components/booking/info/header/index.less +5 -5
- package/lib/components/booking/info/service/index.less +2 -4
- package/lib/components/booking/info2/service/addService/mock.d.ts +0 -2
- package/lib/components/booking/info2/service/addService/mock.js +0 -4
- package/lib/components/booking/info2/service/editService/index.js +1 -24
- package/lib/components/booking/info2/service/editService/utils.d.ts +0 -15
- package/lib/components/booking/info2/service/editService/utils.js +2 -38
- package/lib/components/booking/locales.d.ts +0 -648
- package/lib/components/booking/locales.js +0 -700
- package/lib/components/booking/notes/NoteBlock/index.js +1 -2
- package/lib/components/eftpos/PairModal/hooks.d.ts +27 -0
- package/lib/components/eftpos/PairModal/hooks.js +70 -0
- package/lib/components/eftpos/PairModal/index.d.ts +11 -0
- package/lib/components/eftpos/PairModal/index.js +197 -0
- package/lib/components/eftpos/PairModal/index.less +70 -0
- package/lib/components/eftpos/SettlementModal/Action.d.ts +8 -0
- package/lib/components/eftpos/SettlementModal/Action.js +153 -0
- package/lib/components/eftpos/SettlementModal/index.d.ts +8 -0
- package/lib/components/eftpos/SettlementModal/index.js +170 -0
- package/lib/components/eftpos/SettlementModal/index.less +33 -0
- package/lib/components/eftpos/SettlementModal/serve.d.ts +8 -0
- package/lib/{plus/saasAttendance/settings → components/eftpos/SettlementModal}/serve.js +16 -25
- package/lib/components/eftpos/SettlementModal/types.d.ts +138 -0
- package/lib/components/eftpos/SettlementModal/types.js +43 -0
- package/lib/components/eftpos/SettlementModal/utils.d.ts +18 -0
- package/lib/components/eftpos/SettlementModal/utils.js +248 -0
- package/lib/components/eftpos/assets/mx51SCI.svg +15 -0
- package/lib/components/eftpos/const.d.ts +3 -1
- package/lib/components/eftpos/const.js +2 -0
- package/lib/components/eftpos/device.d.ts +3 -1
- package/lib/components/eftpos/device.js +3 -3
- package/lib/components/eftpos/hooks.d.ts +13 -0
- package/lib/components/eftpos/hooks.js +30 -0
- package/lib/components/eftpos/index.js +106 -8
- package/lib/components/eftpos/index.less +26 -1
- package/lib/components/eftpos/locales.d.ts +39 -64
- package/lib/components/eftpos/locales.js +101 -78
- package/lib/components/eftpos/table.js +30 -2
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +152 -0
- package/lib/components/eftposPay/aggregatePayment/index.d.ts +3 -0
- package/lib/{plus/clinetSearch/serve.js → components/eftposPay/aggregatePayment/index.js} +10 -11
- package/lib/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
- package/lib/components/eftposPay/aggregatePayment/mock.js +679 -0
- package/lib/components/eftposPay/aggregatePayment/service.d.ts +24 -0
- package/lib/components/eftposPay/aggregatePayment/service.js +81 -0
- package/lib/components/eftposPay/aggregatePayment/types.d.ts +101 -0
- package/lib/components/eftposPay/aggregatePayment/types.js +74 -0
- package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/lib/components/eftposPay/aggregatePayment/utils/logs.js +302 -0
- package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
- package/lib/components/eftposPay/aggregatePayment/utils/payment.js +755 -0
- package/lib/components/eftposPay/app.d.ts +1 -1
- package/lib/components/eftposPay/component/fail/failCustom.js +9 -15
- package/lib/components/eftposPay/component/fail/index.js +1 -4
- package/lib/components/eftposPay/const.d.ts +7 -2
- package/lib/components/eftposPay/const.js +2 -0
- package/lib/components/eftposPay/device.js +23 -108
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/index.js +1 -5
- package/lib/components/eftposPay/linkly/const.js +1 -1
- package/lib/components/eftposPay/linkly/index.js +1 -0
- package/lib/components/eftposPay/locales.d.ts +3 -242
- package/lib/components/eftposPay/locales.js +5 -252
- package/lib/components/eftposPay/manufacturer.d.ts +1 -0
- package/lib/components/eftposPay/manufacturer.js +6 -0
- package/lib/components/eftposPay/mx51/Action.d.ts +7 -0
- package/lib/components/eftposPay/mx51/Action.js +152 -0
- package/lib/components/eftposPay/mx51/Result.d.ts +5 -0
- package/lib/components/{ecocup/components/MoreDropdown/index.js → eftposPay/mx51/Result.js} +43 -31
- package/lib/components/eftposPay/mx51/const.d.ts +5 -0
- package/lib/components/eftposPay/mx51/const.js +85 -0
- package/lib/components/eftposPay/mx51/index.d.ts +6 -0
- package/lib/components/eftposPay/mx51/index.js +360 -0
- package/lib/components/eftposPay/mx51/types.d.ts +138 -0
- package/lib/components/{ecocup/customerList/hooks/index.js → eftposPay/mx51/types.js} +18 -10
- package/lib/components/eftposPay/mx51/utils.d.ts +10 -0
- package/lib/components/eftposPay/mx51/utils.js +115 -0
- package/lib/components/eftposPay/pay.js +4 -2
- package/lib/components/eftposPay/payo/config.js +0 -1
- package/lib/components/eftposPay/payo/const.js +1 -1
- package/lib/components/eftposPay/store/index.d.ts +2 -5
- package/lib/components/eftposPay/tyro/const.js +1 -1
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/windcave/const.js +1 -1
- package/lib/components/eftposPay/windcave/windcave.js +9 -9
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +0 -22
- package/lib/components/eventBooking/components/Voucher/components/locales.js +0 -22
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/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/locales.d.ts +0 -162
- package/lib/components/eventBooking/locales.js +0 -162
- package/lib/components/kioskSkuDetail/index.js +3 -27
- package/lib/components/kioskSkuDetail/locales.d.ts +0 -21
- package/lib/components/kioskSkuDetail/locales.js +3 -24
- package/lib/components/login/locales.d.ts +0 -14
- package/lib/components/login/locales.js +0 -14
- package/lib/components/pay/toC/PaymentList/serve.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +0 -6
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +17 -40
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +9 -110
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +12 -32
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -20
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +2 -8
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +0 -20
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +1 -7
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +24 -98
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +0 -47
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +1 -9
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.js +5 -149
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +3 -23
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +39 -121
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +1 -7
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +0 -5
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +103 -92
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -6
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
- package/lib/components/pay/toC/PaymentMethods/index.js +12 -17
- package/lib/components/pay/toC/WalletPassBlock/index.js +1 -3
- package/lib/components/pay/toC/index.js +22 -86
- package/lib/components/pay/toC/locales.d.ts +0 -319
- package/lib/components/pay/toC/locales.js +12 -331
- package/lib/components/pay/toC/model.d.ts +0 -1
- package/lib/components/pay/toC/serve.d.ts +0 -30
- package/lib/components/pay/toC/serve.js +1 -17
- package/lib/components/pay/toC/utils.d.ts +2 -7
- package/lib/components/pay/toC/utils.js +0 -21
- package/lib/components/pinModal/locales.d.ts +0 -16
- package/lib/components/pinModal/locales.js +0 -16
- package/lib/components/pinVerifyModal/locales.d.ts +0 -14
- package/lib/components/pinVerifyModal/locales.js +0 -14
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -52
- package/lib/components/pisellSelectCustomerModal/locales.js +0 -52
- package/lib/components/productExtension/locales.d.ts +0 -30
- package/lib/components/productExtension/locales.js +0 -30
- package/lib/components/productSelect/components/pisellPriceText/index.js +4 -6
- package/lib/components/productSelect/locales.d.ts +0 -20
- package/lib/components/productSelect/locales.js +3 -23
- package/lib/components/ruleSetting/locales.d.ts +0 -30
- package/lib/components/ruleSetting/locales.js +0 -30
- package/lib/components/schedules/locales.d.ts +0 -56
- package/lib/components/schedules/locales.js +0 -56
- package/lib/components/shoppingCart/components/Cart/index.less +0 -1
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/lib/components/shoppingCart/hooks/useClearCart.js +11 -42
- package/lib/components/shoppingCart/locales.d.ts +0 -20
- package/lib/components/shoppingCart/locales.js +0 -20
- package/lib/components/stepController/locales.d.ts +0 -16
- package/lib/components/stepController/locales.js +0 -16
- package/lib/components/subTotal/locales.d.ts +0 -26
- package/lib/components/subTotal/locales.js +0 -26
- package/lib/components/systemSettings/registry/components/ItemModal.js +224 -347
- package/lib/components/systemSettings/registry/index.js +16 -20
- package/lib/components/systemSettings/registry/index.less +7 -6
- package/lib/components/systemSettings/registry/locales.d.ts +0 -262
- package/lib/components/systemSettings/registry/locales.js +3 -274
- package/lib/components/systemSettings/registry/services.d.ts +0 -20
- package/lib/components/systemSettings/registry/types.d.ts +2 -16
- package/lib/components/taxSelect/locales.d.ts +0 -14
- package/lib/components/taxSelect/locales.js +0 -14
- package/lib/components/ticketBooking/locales.d.ts +0 -130
- package/lib/components/ticketBooking/locales.js +0 -136
- package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -2
- package/lib/components/ticketBooking/utils/formatTime.js +2 -8
- package/lib/components/wallet/utils.d.ts +1 -1
- package/lib/components/walletList/index.js +0 -10
- package/lib/components/walletList/locales.d.ts +0 -16
- package/lib/components/walletList/locales.js +0 -16
- package/lib/components/walletList/types/index.d.ts +0 -2
- package/lib/hooks/useEngineContext.d.ts +0 -1
- package/lib/hooks/useEngineContext.js +2 -10
- package/lib/hooks/useLocale.js +2 -7
- package/lib/index.d.ts +3 -16
- package/lib/index.js +3 -39
- package/lib/plus/contactInfo/components/SwipeAction/index.js +23 -23
- package/lib/plus/contactInfo/locales.d.ts +0 -8
- package/lib/plus/contactInfo/locales.js +0 -8
- package/lib/plus/contactInfoModal/locales.d.ts +0 -42
- package/lib/plus/contactInfoModal/locales.js +0 -42
- package/lib/plus/productSelect/components/pisellPriceText/index.js +4 -6
- package/lib/plus/productSelect/locales.d.ts +0 -20
- package/lib/plus/productSelect/locales.js +3 -23
- package/lib/plus/saasCreateOrganization/locales.d.ts +0 -8
- package/lib/plus/saasCreateOrganization/locales.js +0 -8
- package/lib/plus/saasLogin/locales.d.ts +0 -32
- package/lib/plus/saasLogin/locales.js +0 -32
- package/lib/plus/saasRegister/locales.d.ts +0 -76
- package/lib/plus/saasRegister/locales.js +0 -76
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/selectHolder/locales.d.ts +0 -14
- package/lib/plus/selectHolder/locales.js +0 -14
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +10 -11
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
- package/lib/plus/skuOptionsSelection/index.js +2 -2
- package/lib/plus/skuOptionsSelection/locales.d.ts +0 -20
- package/lib/plus/skuOptionsSelection/locales.js +0 -20
- package/lib/plus/skuOptionsSelection/store/store.js +1 -2
- package/lib/plus/skuOptionsSelection/types.d.ts +0 -14
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +9 -15
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +6 -9
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +3 -7
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +7 -8
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -2
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
- package/lib/plus/walletEditor/locales.d.ts +0 -88
- package/lib/plus/walletEditor/locales.js +0 -100
- package/lib/plus/walletEditor/types.d.ts +0 -2
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/lib/plus/walletPassGallery/components/passDetail/index.js +5 -42
- package/lib/plus/walletPassGallery/components/passList/index.js +5 -12
- package/lib/plus/walletPassGallery/components/recharge/index.js +5 -7
- package/lib/plus/walletPassGallery/components/recharge/index.less +1 -70
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -2
- package/lib/plus/walletPassGallery/components/timelineSection/index.js +2 -17
- package/lib/plus/walletPassGallery/index.d.ts +0 -4
- package/lib/plus/walletPassGallery/index.js +45 -116
- package/lib/plus/walletPassGallery/locales.d.ts +0 -198
- package/lib/plus/walletPassGallery/locales.js +3 -210
- package/lib/plus/walletPassGallery/serve.d.ts +1 -3
- package/lib/plus/walletPassGallery/serve.js +2 -2
- package/lib/plus/walletPassGallery/utils.d.ts +1 -1
- package/lib/pro/Cards/components/SKUCard/index.d.ts +56 -1
- package/lib/pro/Cards/components/SKUCard/index.js +15 -59
- package/lib/pro/Cards/components/SKUCard/index.less +2 -23
- package/lib/pro/Login2.0/Login2.js +8 -8
- package/lib/pro/Login2.0/locales.d.ts +0 -365
- package/lib/pro/Login2.0/locales.js +0 -365
- package/lib/pro/Login2.0/shared/types.d.ts +0 -2
- package/lib/pro/NumericStepper/index.d.ts +3 -33
- package/lib/pro/NumericStepper/index.js +88 -184
- package/lib/pro/NumericStepper/index.less +143 -287
- package/lib/pro/Selector/BatchSelectorDemo.js +19 -13
- package/lib/pro/Selector/Selector.js +17 -34
- package/lib/pro/Selector/SelectorGroup.d.ts +1 -1
- package/lib/pro/Selector/SelectorGroup.js +1 -7
- package/lib/pro/Selector/components/Card/index.js +8 -19
- package/lib/pro/Selector/components/Card/index.less +14 -30
- package/lib/pro/Selector/components/Indicator/index.d.ts +0 -1
- package/lib/pro/Selector/components/Indicator/index.js +2 -2
- package/lib/pro/Selector/components/Indicator/index.less +13 -16
- package/lib/pro/Selector/components/LayoutContainer/index.d.ts +3 -5
- package/lib/pro/Selector/components/LayoutContainer/index.js +2 -130
- package/lib/pro/Selector/components/Media/index.d.ts +1 -1
- package/lib/pro/Selector/components/Media/index.js +4 -7
- package/lib/pro/Selector/components/Media/index.less +1 -1
- package/lib/pro/Selector/demo.js +1 -1
- package/lib/pro/Selector/hooks/usePresetItemProps.js +0 -2
- package/lib/pro/Selector/hooks/usePresetProps.js +6 -28
- package/lib/pro/Selector/locales.d.ts +0 -22
- package/lib/pro/Selector/locales.js +0 -50
- package/lib/pro/Selector/selector.less +64 -0
- package/lib/pro/Selector/selectorGroup.less +1 -9
- package/lib/pro/Selector/types.d.ts +0 -50
- package/lib/pro/numberKeyboard/locales.d.ts +0 -6
- package/lib/pro/numberKeyboard/locales.js +0 -6
- package/lowcode/selector/meta.ts +2 -15
- package/lowcode/selector.group/meta.ts +2 -15
- package/lowcode/sku-options-selection/meta.ts +2 -106
- package/lowcode/wallet-pass-gallery/meta.ts +1 -66
- package/package.json +6 -6
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
- package/es/components/ecocup/components/AddCustomerModal/index.less +0 -9
- package/es/components/ecocup/components/CupActionList/index.d.ts +0 -14
- package/es/components/ecocup/components/CupActionList/index.js +0 -91
- package/es/components/ecocup/components/CupActionList/index.less +0 -102
- package/es/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
- package/es/components/ecocup/components/CupActionModal/hooks.js +0 -68
- package/es/components/ecocup/components/CupActionModal/index.d.ts +0 -15
- package/es/components/ecocup/components/CupActionModal/index.js +0 -92
- package/es/components/ecocup/components/CupActionModal/index.less +0 -38
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
- package/es/components/ecocup/components/CupInfoCard/index.js +0 -14
- package/es/components/ecocup/components/CupInfoCard/index.less +0 -11
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
- package/es/components/ecocup/components/CupStatusModal/hooks.js +0 -176
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
- package/es/components/ecocup/components/CupStatusModal/index.js +0 -281
- package/es/components/ecocup/components/CupStatusModal/index.less +0 -73
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -133
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
- package/es/components/ecocup/components/CustomerAndCupModal/index.js +0 -227
- package/es/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
- package/es/components/ecocup/components/CustomerCard/index.d.ts +0 -9
- package/es/components/ecocup/components/CustomerCard/index.js +0 -37
- package/es/components/ecocup/components/CustomerCard/index.less +0 -50
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
- package/es/components/ecocup/components/MoreDropdown/index.js +0 -33
- package/es/components/ecocup/components/PageHeader/index.d.ts +0 -9
- package/es/components/ecocup/components/PageHeader/index.js +0 -47
- package/es/components/ecocup/components/PageHeader/index.less +0 -31
- package/es/components/ecocup/components/SearchBar/const.d.ts +0 -4
- package/es/components/ecocup/components/SearchBar/const.js +0 -16
- package/es/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
- package/es/components/ecocup/components/SearchBar/hooks.js +0 -184
- package/es/components/ecocup/components/SearchBar/index.d.ts +0 -14
- package/es/components/ecocup/components/SearchBar/index.js +0 -248
- package/es/components/ecocup/components/SearchBar/index.less +0 -88
- package/es/components/ecocup/components/SettingModal/const.d.ts +0 -6
- package/es/components/ecocup/components/SettingModal/const.js +0 -17
- package/es/components/ecocup/components/SettingModal/index.d.ts +0 -9
- package/es/components/ecocup/components/SettingModal/index.js +0 -253
- package/es/components/ecocup/components/SettingModal/index.less +0 -9
- package/es/components/ecocup/cupList/const.d.ts +0 -140
- package/es/components/ecocup/cupList/const.js +0 -319
- package/es/components/ecocup/cupList/hooks/index.d.ts +0 -4
- package/es/components/ecocup/cupList/hooks/index.js +0 -4
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
- package/es/components/ecocup/cupList/hooks/useColumns.js +0 -166
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
- package/es/components/ecocup/cupList/hooks/useCupApi.js +0 -312
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
- package/es/components/ecocup/cupList/hooks/useSummary.js +0 -42
- package/es/components/ecocup/cupList/index.d.ts +0 -7
- package/es/components/ecocup/cupList/index.js +0 -268
- package/es/components/ecocup/cupList/index.less +0 -159
- package/es/components/ecocup/cupProject/const.d.ts +0 -7
- package/es/components/ecocup/cupProject/const.js +0 -33
- package/es/components/ecocup/cupProject/index.d.ts +0 -3
- package/es/components/ecocup/cupProject/index.js +0 -112
- package/es/components/ecocup/cupProject/index.less +0 -41
- package/es/components/ecocup/customerList/const.d.ts +0 -44
- package/es/components/ecocup/customerList/const.js +0 -67
- package/es/components/ecocup/customerList/hooks/index.d.ts +0 -3
- package/es/components/ecocup/customerList/hooks/index.js +0 -3
- package/es/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
- package/es/components/ecocup/customerList/hooks/useColumns.js +0 -44
- package/es/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
- package/es/components/ecocup/customerList/hooks/useCustomerApi.js +0 -70
- package/es/components/ecocup/customerList/index.d.ts +0 -7
- package/es/components/ecocup/customerList/index.js +0 -127
- package/es/components/ecocup/customerList/index.less +0 -15
- package/es/components/ecocup/hooks.d.ts +0 -57
- package/es/components/ecocup/hooks.js +0 -168
- package/es/components/ecocup/locales.d.ts +0 -653
- package/es/components/ecocup/locales.js +0 -699
- package/es/components/ecocup/types.d.ts +0 -103
- package/es/components/ecocup/types.js +0 -36
- package/es/components/ecocup/utils/download.d.ts +0 -7
- package/es/components/ecocup/utils/download.js +0 -34
- package/es/components/ecocup/utils/index.d.ts +0 -2
- package/es/components/ecocup/utils/index.js +0 -2
- package/es/components/ecocup/utils/scanListener.d.ts +0 -20
- package/es/components/ecocup/utils/scanListener.js +0 -107
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +0 -34
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +0 -83
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +0 -52
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -390
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -367
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -163
- package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
- package/es/components/systemSettings/registry/components/OptionDataSource/index.js +0 -127
- package/es/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
- package/es/hooks/useThemeTokens.d.ts +0 -7
- package/es/hooks/useThemeTokens.js +0 -20
- package/es/hooks/useTranslationOriginal.d.ts +0 -1
- package/es/hooks/useTranslationOriginal.js +0 -10
- package/es/plus/clientCard/index.d.ts +0 -7
- package/es/plus/clientCard/index.js +0 -462
- package/es/plus/clientCard/index.less +0 -515
- package/es/plus/clientCard/line/index.d.ts +0 -9
- package/es/plus/clientCard/line/index.js +0 -157
- package/es/plus/clientCard/line/index.less +0 -142
- package/es/plus/clientCard/locales.d.ts +0 -28
- package/es/plus/clientCard/locales.js +0 -27
- package/es/plus/clientCard/types.d.ts +0 -135
- package/es/plus/clientCard/types.js +0 -1
- package/es/plus/clientCard/utils.d.ts +0 -8
- package/es/plus/clientCard/utils.js +0 -59
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
- package/es/plus/clinetSearch/Add/BirthdayField/index.js +0 -277
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
- package/es/plus/clinetSearch/Add/GenderField/index.js +0 -18
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
- package/es/plus/clinetSearch/Add/PhoneField/index.js +0 -52
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/es/plus/clinetSearch/Add/PhoneField/serve.js +0 -166
- package/es/plus/clinetSearch/Add/index.d.ts +0 -18
- package/es/plus/clinetSearch/Add/index.js +0 -213
- package/es/plus/clinetSearch/Add/index.less +0 -30
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -265
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/es/plus/clinetSearch/InfiniteScroll/index.js +0 -1
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/es/plus/clinetSearch/InfiniteScroll/types.js +0 -1
- package/es/plus/clinetSearch/index.d.ts +0 -18
- package/es/plus/clinetSearch/index.js +0 -234
- package/es/plus/clinetSearch/index.less +0 -95
- package/es/plus/clinetSearch/locales.d.ts +0 -178
- package/es/plus/clinetSearch/locales.js +0 -177
- package/es/plus/clinetSearch/serve.d.ts +0 -1
- package/es/plus/clinetSearch/serve.js +0 -31
- package/es/plus/clinetSearch/types.d.ts +0 -70
- package/es/plus/clinetSearch/types.js +0 -1
- package/es/plus/orderList/components/BatchActionBar.d.ts +0 -9
- package/es/plus/orderList/components/BatchActionBar.js +0 -835
- package/es/plus/orderList/components/FilterList.d.ts +0 -8
- package/es/plus/orderList/components/FilterList.js +0 -78
- package/es/plus/orderList/components/HandleActions.d.ts +0 -6
- package/es/plus/orderList/components/HandleActions.js +0 -27
- package/es/plus/orderList/components/QuickFilter.d.ts +0 -5
- package/es/plus/orderList/components/QuickFilter.js +0 -14
- package/es/plus/orderList/components/Reset.d.ts +0 -7
- package/es/plus/orderList/components/Reset.js +0 -23
- package/es/plus/orderList/components/Toolbar.d.ts +0 -7
- package/es/plus/orderList/components/Toolbar.js +0 -59
- package/es/plus/orderList/config.d.ts +0 -155
- package/es/plus/orderList/config.js +0 -786
- package/es/plus/orderList/index.d.ts +0 -10
- package/es/plus/orderList/index.js +0 -133
- package/es/plus/orderList/index.less +0 -125
- package/es/plus/orderList/locales.d.ts +0 -618
- package/es/plus/orderList/locales.js +0 -733
- package/es/plus/orderList/serve.d.ts +0 -42
- package/es/plus/orderList/serve.js +0 -351
- package/es/plus/pisellSalesGrid/PisellSalesGrid.d.ts +0 -5
- package/es/plus/pisellSalesGrid/PisellSalesGrid.js +0 -363
- package/es/plus/pisellSalesGrid/PisellSalesGrid.less +0 -16
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +0 -14
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.js +0 -559
- package/es/plus/pisellSalesGrid/hooks/useActions.d.ts +0 -19
- package/es/plus/pisellSalesGrid/hooks/useActions.js +0 -723
- package/es/plus/pisellSalesGrid/index.d.ts +0 -4
- package/es/plus/pisellSalesGrid/index.js +0 -3
- package/es/plus/pisellSalesGrid/locales.d.ts +0 -9
- package/es/plus/pisellSalesGrid/locales.js +0 -8
- package/es/plus/pisellSalesGrid/serve.d.ts +0 -19
- package/es/plus/pisellSalesGrid/serve.js +0 -151
- package/es/plus/pisellSalesGrid/types.d.ts +0 -170
- package/es/plus/pisellSalesGrid/types.js +0 -1
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +0 -15
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.js +0 -221
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +0 -19
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.js +0 -167
- package/es/plus/pisellSalesManagement/components/ResourceSelector.d.ts +0 -9
- package/es/plus/pisellSalesManagement/components/ResourceSelector.js +0 -102
- package/es/plus/pisellSalesManagement/config/booking.d.ts +0 -185
- package/es/plus/pisellSalesManagement/config/booking.js +0 -380
- package/es/plus/pisellSalesManagement/config/index.d.ts +0 -2
- package/es/plus/pisellSalesManagement/config/index.js +0 -11
- package/es/plus/pisellSalesManagement/config/order.d.ts +0 -172
- package/es/plus/pisellSalesManagement/config/order.js +0 -460
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +0 -15
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.js +0 -66
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +0 -2
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.js +0 -651
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +0 -2
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.js +0 -656
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +0 -5
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.js +0 -12
- package/es/plus/pisellSalesManagement/index.d.ts +0 -10
- package/es/plus/pisellSalesManagement/index.js +0 -84
- package/es/plus/pisellSalesManagement/locales.d.ts +0 -303
- package/es/plus/pisellSalesManagement/locales.js +0 -302
- package/es/plus/pisellSalesManagement/serve.d.ts +0 -26
- package/es/plus/pisellSalesManagement/serve.js +0 -222
- package/es/plus/saasAttendance/index.d.ts +0 -6
- package/es/plus/saasAttendance/index.js +0 -5
- package/es/plus/saasAttendance/locales.d.ts +0 -591
- package/es/plus/saasAttendance/locales.js +0 -657
- package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/BasicInfoTab.js +0 -96
- package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/ClockInMethodTab.js +0 -81
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -293
- package/es/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/PermissonTab.js +0 -79
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -115
- package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/es/plus/saasAttendance/settings/components/MapField.js +0 -848
- package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/es/plus/saasAttendance/settings/components/index.js +0 -2
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/es/plus/saasAttendance/settings/components/membersField/index.js +0 -216
- package/es/plus/saasAttendance/settings/components/membersField/index.less +0 -70
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -149
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
- package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/components/shiftModal/index.js +0 -438
- package/es/plus/saasAttendance/settings/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/index.js +0 -262
- package/es/plus/saasAttendance/settings/index.less +0 -510
- package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/es/plus/saasAttendance/settings/serve.js +0 -83
- package/es/plus/saasAttendance/settings/types.d.ts +0 -136
- package/es/plus/saasAttendance/settings/types.js +0 -1
- package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/es/plus/saasRole/components/PermissionManager/index.js +0 -211
- package/es/plus/saasRole/components/PermissionManager/index.less +0 -71
- package/es/plus/saasRole/index.d.ts +0 -14
- package/es/plus/saasRole/index.js +0 -1036
- package/es/plus/saasRole/index.less +0 -196
- package/es/plus/saasRole/locales.d.ts +0 -319
- package/es/plus/saasRole/locales.js +0 -319
- package/es/plus/saasRole/serve.d.ts +0 -72
- package/es/plus/saasRole/serve.js +0 -304
- package/es/plus/saasRole/types.d.ts +0 -177
- package/es/plus/saasRole/types.js +0 -1
- package/es/plus/saasRole/utils.d.ts +0 -0
- package/es/plus/saasRole/utils.js +0 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -503
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -634
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
- package/es/plus/saasTeamMembers/index.d.ts +0 -5
- package/es/plus/saasTeamMembers/index.js +0 -529
- package/es/plus/saasTeamMembers/index.less +0 -87
- package/es/plus/saasTeamMembers/locales.d.ts +0 -546
- package/es/plus/saasTeamMembers/locales.js +0 -591
- package/es/plus/saasTeamMembers/serve.d.ts +0 -95
- package/es/plus/saasTeamMembers/serve.js +0 -374
- package/es/plus/saasTeamMembers/type.d.ts +0 -158
- package/es/plus/saasTeamMembers/type.js +0 -1
- package/es/pro/Cards/components/SKUCard/locales.d.ts +0 -12
- package/es/pro/Cards/components/SKUCard/locales.js +0 -11
- package/es/pro/Cards/components/SKUCard/types.d.ts +0 -73
- package/es/pro/Cards/components/SKUCard/types.js +0 -1
- package/es/pro/Selector/components/LayoutContainer/index.less +0 -19
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -54
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
- package/es/pro/comprehensiveSearch/components/index.d.ts +0 -2
- package/es/pro/comprehensiveSearch/components/index.js +0 -2
- package/es/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
- package/es/pro/comprehensiveSearch/components/searchSection/index.js +0 -141
- package/es/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +0 -22
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -24
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -44
- package/es/pro/comprehensiveSearch/index.d.ts +0 -7
- package/es/pro/comprehensiveSearch/index.js +0 -207
- package/es/pro/comprehensiveSearch/index.less +0 -196
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/es/pro/comprehensiveSearch/locales.js +0 -22
- package/es/pro/comprehensiveSearch/types.d.ts +0 -32
- package/es/pro/comprehensiveSearch/types.js +0 -1
- package/es/pro/keyboards/index.d.ts +0 -2
- package/es/pro/keyboards/index.js +0 -1
- package/es/pro/keyboards/locales.d.ts +0 -38
- package/es/pro/keyboards/locales.js +0 -57
- package/es/pro/keyboards/numberKeyboard/index.d.ts +0 -16
- package/es/pro/keyboards/numberKeyboard/index.js +0 -523
- package/es/pro/keyboards/numberKeyboard/index.less +0 -59
- package/es/pro/keyboards/numberKeyboard/types.d.ts +0 -63
- package/es/pro/keyboards/numberKeyboard/types.js +0 -1
- package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -13
- package/es/pro/pisellPhoneKeyboard/index.js +0 -210
- package/es/pro/pisellPhoneKeyboard/index.less +0 -157
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/es/pro/pisellPhoneKeyboard/locales.js +0 -17
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
- package/lib/components/ecocup/components/AddCustomerModal/index.js +0 -212
- package/lib/components/ecocup/components/AddCustomerModal/index.less +0 -9
- package/lib/components/ecocup/components/CupActionList/index.d.ts +0 -14
- package/lib/components/ecocup/components/CupActionList/index.js +0 -116
- package/lib/components/ecocup/components/CupActionList/index.less +0 -102
- package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
- package/lib/components/ecocup/components/CupActionModal/hooks.js +0 -55
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +0 -15
- package/lib/components/ecocup/components/CupActionModal/index.js +0 -125
- package/lib/components/ecocup/components/CupActionModal/index.less +0 -38
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
- package/lib/components/ecocup/components/CupInfoCard/index.js +0 -43
- package/lib/components/ecocup/components/CupInfoCard/index.less +0 -11
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
- package/lib/components/ecocup/components/CupStatusModal/hooks.js +0 -115
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
- package/lib/components/ecocup/components/CupStatusModal/index.js +0 -221
- package/lib/components/ecocup/components/CupStatusModal/index.less +0 -73
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -89
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
- package/lib/components/ecocup/components/CustomerAndCupModal/index.js +0 -178
- package/lib/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +0 -9
- package/lib/components/ecocup/components/CustomerCard/index.js +0 -58
- package/lib/components/ecocup/components/CustomerCard/index.less +0 -50
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
- package/lib/components/ecocup/components/PageHeader/index.d.ts +0 -9
- package/lib/components/ecocup/components/PageHeader/index.js +0 -66
- package/lib/components/ecocup/components/PageHeader/index.less +0 -31
- package/lib/components/ecocup/components/SearchBar/const.d.ts +0 -4
- package/lib/components/ecocup/components/SearchBar/const.js +0 -50
- package/lib/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
- package/lib/components/ecocup/components/SearchBar/hooks.js +0 -135
- package/lib/components/ecocup/components/SearchBar/index.d.ts +0 -14
- package/lib/components/ecocup/components/SearchBar/index.js +0 -226
- package/lib/components/ecocup/components/SearchBar/index.less +0 -88
- package/lib/components/ecocup/components/SettingModal/const.d.ts +0 -6
- package/lib/components/ecocup/components/SettingModal/const.js +0 -48
- package/lib/components/ecocup/components/SettingModal/index.d.ts +0 -9
- package/lib/components/ecocup/components/SettingModal/index.js +0 -199
- package/lib/components/ecocup/components/SettingModal/index.less +0 -9
- package/lib/components/ecocup/cupList/const.d.ts +0 -140
- package/lib/components/ecocup/cupList/const.js +0 -344
- package/lib/components/ecocup/cupList/hooks/index.d.ts +0 -4
- package/lib/components/ecocup/cupList/hooks/index.js +0 -43
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
- package/lib/components/ecocup/cupList/hooks/useColumns.js +0 -200
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
- package/lib/components/ecocup/cupList/hooks/useCupApi.js +0 -227
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
- package/lib/components/ecocup/cupList/hooks/useSummary.js +0 -83
- package/lib/components/ecocup/cupList/index.d.ts +0 -7
- package/lib/components/ecocup/cupList/index.js +0 -262
- package/lib/components/ecocup/cupList/index.less +0 -159
- package/lib/components/ecocup/cupProject/const.d.ts +0 -7
- package/lib/components/ecocup/cupProject/const.js +0 -65
- package/lib/components/ecocup/cupProject/index.d.ts +0 -3
- package/lib/components/ecocup/cupProject/index.js +0 -135
- package/lib/components/ecocup/cupProject/index.less +0 -41
- package/lib/components/ecocup/customerList/const.d.ts +0 -44
- package/lib/components/ecocup/customerList/const.js +0 -93
- package/lib/components/ecocup/customerList/hooks/index.d.ts +0 -3
- package/lib/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
- package/lib/components/ecocup/customerList/hooks/useColumns.js +0 -89
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.js +0 -56
- package/lib/components/ecocup/customerList/index.d.ts +0 -7
- package/lib/components/ecocup/customerList/index.js +0 -138
- package/lib/components/ecocup/customerList/index.less +0 -15
- package/lib/components/ecocup/hooks.d.ts +0 -57
- package/lib/components/ecocup/hooks.js +0 -169
- package/lib/components/ecocup/locales.d.ts +0 -653
- package/lib/components/ecocup/locales.js +0 -706
- package/lib/components/ecocup/types.d.ts +0 -103
- package/lib/components/ecocup/types.js +0 -57
- package/lib/components/ecocup/utils/download.d.ts +0 -7
- package/lib/components/ecocup/utils/download.js +0 -47
- package/lib/components/ecocup/utils/index.d.ts +0 -2
- package/lib/components/ecocup/utils/index.js +0 -42
- package/lib/components/ecocup/utils/scanListener.d.ts +0 -20
- package/lib/components/ecocup/utils/scanListener.js +0 -90
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +0 -34
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +0 -107
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +0 -52
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -228
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -195
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -166
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +0 -210
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
- package/lib/hooks/useThemeTokens.d.ts +0 -7
- package/lib/hooks/useThemeTokens.js +0 -40
- package/lib/hooks/useTranslationOriginal.d.ts +0 -1
- package/lib/hooks/useTranslationOriginal.js +0 -42
- package/lib/plus/clientCard/index.d.ts +0 -7
- package/lib/plus/clientCard/index.js +0 -457
- package/lib/plus/clientCard/index.less +0 -515
- package/lib/plus/clientCard/line/index.d.ts +0 -9
- package/lib/plus/clientCard/line/index.js +0 -153
- package/lib/plus/clientCard/line/index.less +0 -142
- package/lib/plus/clientCard/locales.d.ts +0 -28
- package/lib/plus/clientCard/locales.js +0 -51
- package/lib/plus/clientCard/types.d.ts +0 -135
- package/lib/plus/clientCard/types.js +0 -17
- package/lib/plus/clientCard/utils.d.ts +0 -8
- package/lib/plus/clientCard/utils.js +0 -75
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
- package/lib/plus/clinetSearch/Add/BirthdayField/index.js +0 -256
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
- package/lib/plus/clinetSearch/Add/GenderField/index.js +0 -52
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
- package/lib/plus/clinetSearch/Add/PhoneField/index.js +0 -78
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/PhoneField/serve.js +0 -193
- package/lib/plus/clinetSearch/Add/index.d.ts +0 -18
- package/lib/plus/clinetSearch/Add/index.js +0 -244
- package/lib/plus/clinetSearch/Add/index.less +0 -30
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -235
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/lib/plus/clinetSearch/InfiniteScroll/index.js +0 -35
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/lib/plus/clinetSearch/InfiniteScroll/types.js +0 -17
- package/lib/plus/clinetSearch/index.d.ts +0 -18
- package/lib/plus/clinetSearch/index.js +0 -237
- package/lib/plus/clinetSearch/index.less +0 -95
- package/lib/plus/clinetSearch/locales.d.ts +0 -178
- package/lib/plus/clinetSearch/locales.js +0 -201
- package/lib/plus/clinetSearch/serve.d.ts +0 -1
- package/lib/plus/clinetSearch/types.d.ts +0 -70
- package/lib/plus/clinetSearch/types.js +0 -17
- package/lib/plus/orderList/components/BatchActionBar.d.ts +0 -9
- package/lib/plus/orderList/components/BatchActionBar.js +0 -567
- package/lib/plus/orderList/components/FilterList.d.ts +0 -8
- package/lib/plus/orderList/components/FilterList.js +0 -121
- package/lib/plus/orderList/components/HandleActions.d.ts +0 -6
- package/lib/plus/orderList/components/HandleActions.js +0 -52
- package/lib/plus/orderList/components/QuickFilter.d.ts +0 -5
- package/lib/plus/orderList/components/QuickFilter.js +0 -43
- package/lib/plus/orderList/components/Reset.d.ts +0 -7
- package/lib/plus/orderList/components/Reset.js +0 -58
- package/lib/plus/orderList/components/Toolbar.d.ts +0 -7
- package/lib/plus/orderList/components/Toolbar.js +0 -68
- package/lib/plus/orderList/config.d.ts +0 -155
- package/lib/plus/orderList/config.js +0 -764
- package/lib/plus/orderList/index.d.ts +0 -10
- package/lib/plus/orderList/index.js +0 -132
- package/lib/plus/orderList/index.less +0 -125
- package/lib/plus/orderList/locales.d.ts +0 -618
- package/lib/plus/orderList/locales.js +0 -737
- package/lib/plus/orderList/serve.d.ts +0 -42
- package/lib/plus/orderList/serve.js +0 -177
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.d.ts +0 -5
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.js +0 -339
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.less +0 -16
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +0 -14
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.js +0 -455
- package/lib/plus/pisellSalesGrid/hooks/useActions.d.ts +0 -19
- package/lib/plus/pisellSalesGrid/hooks/useActions.js +0 -545
- package/lib/plus/pisellSalesGrid/index.d.ts +0 -4
- package/lib/plus/pisellSalesGrid/index.js +0 -42
- package/lib/plus/pisellSalesGrid/locales.d.ts +0 -9
- package/lib/plus/pisellSalesGrid/locales.js +0 -29
- package/lib/plus/pisellSalesGrid/serve.d.ts +0 -19
- package/lib/plus/pisellSalesGrid/serve.js +0 -142
- package/lib/plus/pisellSalesGrid/types.d.ts +0 -170
- package/lib/plus/pisellSalesGrid/types.js +0 -17
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +0 -15
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.js +0 -253
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +0 -19
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.js +0 -193
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.d.ts +0 -9
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.js +0 -106
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +0 -185
- package/lib/plus/pisellSalesManagement/config/booking.js +0 -500
- package/lib/plus/pisellSalesManagement/config/index.d.ts +0 -2
- package/lib/plus/pisellSalesManagement/config/index.js +0 -43
- package/lib/plus/pisellSalesManagement/config/order.d.ts +0 -172
- package/lib/plus/pisellSalesManagement/config/order.js +0 -492
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +0 -15
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.js +0 -113
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +0 -2
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.js +0 -699
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +0 -2
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.js +0 -700
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +0 -5
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.js +0 -42
- package/lib/plus/pisellSalesManagement/index.d.ts +0 -10
- package/lib/plus/pisellSalesManagement/index.js +0 -113
- package/lib/plus/pisellSalesManagement/locales.d.ts +0 -303
- package/lib/plus/pisellSalesManagement/locales.js +0 -326
- package/lib/plus/pisellSalesManagement/serve.d.ts +0 -26
- package/lib/plus/pisellSalesManagement/serve.js +0 -120
- package/lib/plus/saasAttendance/index.d.ts +0 -6
- package/lib/plus/saasAttendance/index.js +0 -39
- package/lib/plus/saasAttendance/locales.d.ts +0 -591
- package/lib/plus/saasAttendance/locales.js +0 -615
- package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/BasicInfoTab.js +0 -152
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.js +0 -88
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -369
- package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/PermissonTab.js +0 -128
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -107
- package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/lib/plus/saasAttendance/settings/components/MapField.js +0 -670
- package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/lib/plus/saasAttendance/settings/components/index.js +0 -42
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/components/membersField/index.js +0 -247
- package/lib/plus/saasAttendance/settings/components/membersField/index.less +0 -70
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -150
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.js +0 -447
- package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/index.js +0 -295
- package/lib/plus/saasAttendance/settings/index.less +0 -510
- package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/lib/plus/saasAttendance/settings/types.d.ts +0 -136
- package/lib/plus/saasAttendance/settings/types.js +0 -17
- package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/lib/plus/saasRole/components/PermissionManager/index.js +0 -159
- package/lib/plus/saasRole/components/PermissionManager/index.less +0 -71
- package/lib/plus/saasRole/index.d.ts +0 -14
- package/lib/plus/saasRole/index.js +0 -780
- package/lib/plus/saasRole/index.less +0 -196
- package/lib/plus/saasRole/locales.d.ts +0 -319
- package/lib/plus/saasRole/locales.js +0 -345
- package/lib/plus/saasRole/serve.d.ts +0 -72
- package/lib/plus/saasRole/serve.js +0 -100
- package/lib/plus/saasRole/types.d.ts +0 -177
- package/lib/plus/saasRole/types.js +0 -17
- package/lib/plus/saasRole/utils.d.ts +0 -0
- package/lib/plus/saasRole/utils.js +0 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -393
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -672
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
- package/lib/plus/saasTeamMembers/index.d.ts +0 -5
- package/lib/plus/saasTeamMembers/index.js +0 -448
- package/lib/plus/saasTeamMembers/index.less +0 -87
- package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
- package/lib/plus/saasTeamMembers/locales.js +0 -617
- package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
- package/lib/plus/saasTeamMembers/serve.js +0 -132
- package/lib/plus/saasTeamMembers/type.d.ts +0 -158
- package/lib/plus/saasTeamMembers/type.js +0 -17
- package/lib/pro/Cards/components/SKUCard/locales.d.ts +0 -12
- package/lib/pro/Cards/components/SKUCard/locales.js +0 -35
- package/lib/pro/Cards/components/SKUCard/types.d.ts +0 -73
- package/lib/pro/Cards/components/SKUCard/types.js +0 -17
- package/lib/pro/Selector/components/LayoutContainer/index.less +0 -19
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -64
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
- package/lib/pro/comprehensiveSearch/components/index.d.ts +0 -2
- package/lib/pro/comprehensiveSearch/components/index.js +0 -42
- package/lib/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
- package/lib/pro/comprehensiveSearch/components/searchSection/index.js +0 -154
- package/lib/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +0 -46
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -56
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -70
- package/lib/pro/comprehensiveSearch/index.d.ts +0 -7
- package/lib/pro/comprehensiveSearch/index.js +0 -190
- package/lib/pro/comprehensiveSearch/index.less +0 -196
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/lib/pro/comprehensiveSearch/locales.js +0 -46
- package/lib/pro/comprehensiveSearch/types.d.ts +0 -32
- package/lib/pro/comprehensiveSearch/types.js +0 -17
- package/lib/pro/keyboards/index.d.ts +0 -2
- package/lib/pro/keyboards/index.js +0 -39
- package/lib/pro/keyboards/locales.d.ts +0 -38
- package/lib/pro/keyboards/locales.js +0 -61
- package/lib/pro/keyboards/numberKeyboard/index.d.ts +0 -16
- package/lib/pro/keyboards/numberKeyboard/index.js +0 -400
- package/lib/pro/keyboards/numberKeyboard/index.less +0 -59
- package/lib/pro/keyboards/numberKeyboard/types.d.ts +0 -63
- package/lib/pro/keyboards/numberKeyboard/types.js +0 -17
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -13
- package/lib/pro/pisellPhoneKeyboard/index.js +0 -219
- package/lib/pro/pisellPhoneKeyboard/index.less +0 -157
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/lib/pro/pisellPhoneKeyboard/locales.js +0 -41
- package/lowcode/client-card/fragments/cardStyle.ts +0 -63
- package/lowcode/client-card/fragments/nameStyle.ts +0 -34
- package/lowcode/client-card/fragments/pisellAvatar.ts +0 -87
- package/lowcode/client-card/fragments/tagConfig.ts +0 -88
- package/lowcode/client-card/meta.ts +0 -343
- package/lowcode/client-search/meta.ts +0 -316
- package/lowcode/eco-cup-list/meta.ts +0 -27
- package/lowcode/eco-customer-list/meta.ts +0 -27
- package/lowcode/ecocup-cup-list/meta.ts +0 -38
- package/lowcode/ecocup-cup-project/meta.ts +0 -35
- package/lowcode/ecocup-customer-list/meta.ts +0 -38
- package/lowcode/order-list/meta.ts +0 -87
- package/lowcode/pisell-sales-management/meta.ts +0 -88
- package/lowcode/saas-attendance-settings/meta.ts +0 -56
- package/lowcode/saas-role/meta.ts +0 -35
- package/lowcode/saas-team-members/meta.ts +0 -35
|
@@ -90,32 +90,6 @@ declare const _default: {
|
|
|
90
90
|
'registry.scope.business': string;
|
|
91
91
|
'registry.scope.channel': string;
|
|
92
92
|
'registry.scope.board': string;
|
|
93
|
-
'registry.optionDataSource.type.title': string;
|
|
94
|
-
'registry.optionDataSource.type.desc': string;
|
|
95
|
-
'registry.optionDataSource.type.default-label': string;
|
|
96
|
-
'registry.optionDataSource.type.default-desc': string;
|
|
97
|
-
'registry.optionDataSource.type.api-label': string;
|
|
98
|
-
'registry.optionDataSource.type.api-desc': string;
|
|
99
|
-
'registry.optionDataSource.type.custom-label': string;
|
|
100
|
-
'registry.optionDataSource.type.custom-desc': string;
|
|
101
|
-
'registry.optionDataSource.type.custom.warning-title': string;
|
|
102
|
-
'registry.optionDataSource.type.custom.warning-description': string;
|
|
103
|
-
'registry.optionDataSource.api.dataSource-label': string;
|
|
104
|
-
'registry.optionDataSource.api.dataSource-required': string;
|
|
105
|
-
'registry.optionDataSource.api.extraParams-label': string;
|
|
106
|
-
'registry.optionDataSource.api.extraParams-desc': string;
|
|
107
|
-
'registry.optionDataSource.options.label': string;
|
|
108
|
-
'registry.optionDataSource.options.label-field': string;
|
|
109
|
-
'registry.optionDataSource.options.label-placeholder': string;
|
|
110
|
-
'registry.optionDataSource.options.value-field': string;
|
|
111
|
-
'registry.optionDataSource.options.value-placeholder': string;
|
|
112
|
-
'registry.optionDataSource.options.drag-desc': string;
|
|
113
|
-
'registry.optionDataSource.options.required-desc': string;
|
|
114
|
-
'registry.optionDataSource.options.empty': string;
|
|
115
|
-
'registry.optionDataSource.options.add': string;
|
|
116
|
-
'registry.form.recordListWrapper.label': string;
|
|
117
|
-
'registry.form.recordListWrapper.placeholder': string;
|
|
118
|
-
'registry.message.recordListWrapper.invalid': string;
|
|
119
93
|
};
|
|
120
94
|
'zh-CN': {
|
|
121
95
|
'registry.title': string;
|
|
@@ -208,32 +182,6 @@ declare const _default: {
|
|
|
208
182
|
'registry.scope.business': string;
|
|
209
183
|
'registry.scope.channel': string;
|
|
210
184
|
'registry.scope.board': string;
|
|
211
|
-
'registry.optionDataSource.type.title': string;
|
|
212
|
-
'registry.optionDataSource.type.desc': string;
|
|
213
|
-
'registry.optionDataSource.type.default-label': string;
|
|
214
|
-
'registry.optionDataSource.type.default-desc': string;
|
|
215
|
-
'registry.optionDataSource.type.api-label': string;
|
|
216
|
-
'registry.optionDataSource.type.api-desc': string;
|
|
217
|
-
'registry.optionDataSource.type.custom-label': string;
|
|
218
|
-
'registry.optionDataSource.type.custom-desc': string;
|
|
219
|
-
'registry.optionDataSource.type.custom.warning-title': string;
|
|
220
|
-
'registry.optionDataSource.type.custom.warning-description': string;
|
|
221
|
-
'registry.optionDataSource.api.dataSource-label': string;
|
|
222
|
-
'registry.optionDataSource.api.dataSource-required': string;
|
|
223
|
-
'registry.optionDataSource.api.extraParams-label': string;
|
|
224
|
-
'registry.optionDataSource.api.extraParams-desc': string;
|
|
225
|
-
'registry.optionDataSource.options.label': string;
|
|
226
|
-
'registry.optionDataSource.options.label-field': string;
|
|
227
|
-
'registry.optionDataSource.options.label-placeholder': string;
|
|
228
|
-
'registry.optionDataSource.options.value-field': string;
|
|
229
|
-
'registry.optionDataSource.options.value-placeholder': string;
|
|
230
|
-
'registry.optionDataSource.options.drag-desc': string;
|
|
231
|
-
'registry.optionDataSource.options.required-desc': string;
|
|
232
|
-
'registry.optionDataSource.options.empty': string;
|
|
233
|
-
'registry.optionDataSource.options.add': string;
|
|
234
|
-
'registry.form.recordListWrapper.label': string;
|
|
235
|
-
'registry.form.recordListWrapper.placeholder': string;
|
|
236
|
-
'registry.message.recordListWrapper.invalid': string;
|
|
237
185
|
};
|
|
238
186
|
'zh-HK': {
|
|
239
187
|
'registry.title': string;
|
|
@@ -319,216 +267,6 @@ declare const _default: {
|
|
|
319
267
|
'registry.scope.business': string;
|
|
320
268
|
'registry.scope.channel': string;
|
|
321
269
|
'registry.scope.board': string;
|
|
322
|
-
'registry.optionDataSource.type.title': string;
|
|
323
|
-
'registry.optionDataSource.type.desc': string;
|
|
324
|
-
'registry.optionDataSource.type.default-label': string;
|
|
325
|
-
'registry.optionDataSource.type.default-desc': string;
|
|
326
|
-
'registry.optionDataSource.type.api-label': string;
|
|
327
|
-
'registry.optionDataSource.type.api-desc': string;
|
|
328
|
-
'registry.optionDataSource.type.custom-label': string;
|
|
329
|
-
'registry.optionDataSource.type.custom-desc': string;
|
|
330
|
-
'registry.optionDataSource.type.custom.warning-title': string;
|
|
331
|
-
'registry.optionDataSource.type.custom.warning-description': string;
|
|
332
|
-
'registry.optionDataSource.api.dataSource-label': string;
|
|
333
|
-
'registry.optionDataSource.api.dataSource-required': string;
|
|
334
|
-
'registry.optionDataSource.api.extraParams-label': string;
|
|
335
|
-
'registry.optionDataSource.api.extraParams-desc': string;
|
|
336
|
-
'registry.optionDataSource.options.label': string;
|
|
337
|
-
'registry.optionDataSource.options.label-field': string;
|
|
338
|
-
'registry.optionDataSource.options.label-placeholder': string;
|
|
339
|
-
'registry.optionDataSource.options.value-field': string;
|
|
340
|
-
'registry.optionDataSource.options.value-placeholder': string;
|
|
341
|
-
'registry.optionDataSource.options.drag-desc': string;
|
|
342
|
-
'registry.optionDataSource.options.required-desc': string;
|
|
343
|
-
'registry.optionDataSource.options.empty': string;
|
|
344
|
-
'registry.optionDataSource.options.add': string;
|
|
345
|
-
'registry.form.recordListWrapper.label': string;
|
|
346
|
-
'registry.form.recordListWrapper.placeholder': string;
|
|
347
|
-
'registry.message.recordListWrapper.invalid': string;
|
|
348
|
-
};
|
|
349
|
-
ja: {
|
|
350
|
-
'registry.title': string;
|
|
351
|
-
'registry.sections.title': string;
|
|
352
|
-
'registry.sections.empty': string;
|
|
353
|
-
'registry.sections.loadMore': string;
|
|
354
|
-
'registry.sections.noMore': string;
|
|
355
|
-
'registry.table.title': string;
|
|
356
|
-
'registry.table.name': string;
|
|
357
|
-
'registry.table.key': string;
|
|
358
|
-
'registry.table.type': string;
|
|
359
|
-
'registry.table.interface': string;
|
|
360
|
-
'registry.table.scopes': string;
|
|
361
|
-
'registry.table.default': string;
|
|
362
|
-
'registry.table.description': string;
|
|
363
|
-
'registry.table.actions': string;
|
|
364
|
-
'registry.level.group': string;
|
|
365
|
-
'registry.level.item': string;
|
|
366
|
-
'registry.action.add.group': string;
|
|
367
|
-
'registry.action.add.item': string;
|
|
368
|
-
'registry.action.edit': string;
|
|
369
|
-
'registry.action.delete': string;
|
|
370
|
-
'registry.action.expand': string;
|
|
371
|
-
'registry.action.collapse': string;
|
|
372
|
-
'registry.modal.add.group': string;
|
|
373
|
-
'registry.modal.edit.group': string;
|
|
374
|
-
'registry.modal.add.item': string;
|
|
375
|
-
'registry.modal.edit.item': string;
|
|
376
|
-
'registry.modal.delete.title': string;
|
|
377
|
-
'registry.modal.delete.group.content': string;
|
|
378
|
-
'registry.modal.delete.group.hasItems.title': string;
|
|
379
|
-
'registry.modal.delete.group.hasItems.content': string;
|
|
380
|
-
'registry.modal.delete.item.content': string;
|
|
381
|
-
'registry.form.title': string;
|
|
382
|
-
'registry.form.name': string;
|
|
383
|
-
'registry.form.name.placeholder': string;
|
|
384
|
-
'registry.form.code': string;
|
|
385
|
-
'registry.form.code.placeholder': string;
|
|
386
|
-
'registry.form.key': string;
|
|
387
|
-
'registry.form.key.placeholder': string;
|
|
388
|
-
'registry.form.fieldType': string;
|
|
389
|
-
'registry.form.fieldType.placeholder': string;
|
|
390
|
-
'registry.form.interfaceType': string;
|
|
391
|
-
'registry.form.interfaceType.placeholder': string;
|
|
392
|
-
'registry.form.scopes': string;
|
|
393
|
-
'registry.form.scopes.placeholder': string;
|
|
394
|
-
'registry.form.description': string;
|
|
395
|
-
'registry.form.description.placeholder': string;
|
|
396
|
-
'registry.form.systemDefaultValue': string;
|
|
397
|
-
'registry.form.systemDefaultValue.placeholder': string;
|
|
398
|
-
'registry.form.uiSchema': string;
|
|
399
|
-
'registry.form.uiSchema.placeholder': string;
|
|
400
|
-
'registry.button.ok': string;
|
|
401
|
-
'registry.button.cancel': string;
|
|
402
|
-
'registry.button.save': string;
|
|
403
|
-
'registry.message.save.success': string;
|
|
404
|
-
'registry.message.delete.success': string;
|
|
405
|
-
'registry.message.required': string;
|
|
406
|
-
'registry.message.code.exists': string;
|
|
407
|
-
'registry.message.key.exists': string;
|
|
408
|
-
'registry.message.code.pattern': string;
|
|
409
|
-
'registry.message.key.pattern': string;
|
|
410
|
-
'registry.message.code.format': string;
|
|
411
|
-
'registry.message.code.start': string;
|
|
412
|
-
'registry.message.code.end': string;
|
|
413
|
-
'registry.message.code.consecutive': string;
|
|
414
|
-
'registry.message.name.maxLength': string;
|
|
415
|
-
'registry.message.key.maxLength': string;
|
|
416
|
-
'registry.message.description.maxLength': string;
|
|
417
|
-
'registry.message.uiSchema.invalid': string;
|
|
418
|
-
'registry.message.select.section': string;
|
|
419
|
-
'registry.message.loading.groups': string;
|
|
420
|
-
'registry.message.no.settings': string;
|
|
421
|
-
'registry.message.load.failed': string;
|
|
422
|
-
'registry.message.create.group.error': string;
|
|
423
|
-
'registry.drag.drop.here': string;
|
|
424
|
-
'registry.empty.container.placeholder': string;
|
|
425
|
-
'registry.message.update.group.error': string;
|
|
426
|
-
'registry.message.delete.group.error': string;
|
|
427
|
-
'registry.message.create.item.error': string;
|
|
428
|
-
'registry.message.update.item.error': string;
|
|
429
|
-
'registry.message.delete.item.error': string;
|
|
430
|
-
'registry.message.reorder.success': string;
|
|
431
|
-
'registry.message.reorder.error': string;
|
|
432
|
-
'registry.message.move.success': string;
|
|
433
|
-
'registry.message.move.error': string;
|
|
434
|
-
'registry.scope.systemDefault': string;
|
|
435
|
-
'registry.scope.saasDefault': string;
|
|
436
|
-
'registry.scope.organization': string;
|
|
437
|
-
'registry.scope.business': string;
|
|
438
|
-
'registry.scope.channel': string;
|
|
439
|
-
'registry.scope.board': string;
|
|
440
|
-
};
|
|
441
|
-
pt: {
|
|
442
|
-
'registry.title': string;
|
|
443
|
-
'registry.sections.title': string;
|
|
444
|
-
'registry.sections.empty': string;
|
|
445
|
-
'registry.sections.loadMore': string;
|
|
446
|
-
'registry.sections.noMore': string;
|
|
447
|
-
'registry.table.title': string;
|
|
448
|
-
'registry.table.name': string;
|
|
449
|
-
'registry.table.key': string;
|
|
450
|
-
'registry.table.type': string;
|
|
451
|
-
'registry.table.interface': string;
|
|
452
|
-
'registry.table.scopes': string;
|
|
453
|
-
'registry.table.default': string;
|
|
454
|
-
'registry.table.description': string;
|
|
455
|
-
'registry.table.actions': string;
|
|
456
|
-
'registry.level.group': string;
|
|
457
|
-
'registry.level.item': string;
|
|
458
|
-
'registry.action.add.group': string;
|
|
459
|
-
'registry.action.add.item': string;
|
|
460
|
-
'registry.action.edit': string;
|
|
461
|
-
'registry.action.delete': string;
|
|
462
|
-
'registry.action.expand': string;
|
|
463
|
-
'registry.action.collapse': string;
|
|
464
|
-
'registry.modal.add.group': string;
|
|
465
|
-
'registry.modal.edit.group': string;
|
|
466
|
-
'registry.modal.add.item': string;
|
|
467
|
-
'registry.modal.edit.item': string;
|
|
468
|
-
'registry.modal.delete.title': string;
|
|
469
|
-
'registry.modal.delete.group.content': string;
|
|
470
|
-
'registry.modal.delete.group.hasItems.title': string;
|
|
471
|
-
'registry.modal.delete.group.hasItems.content': string;
|
|
472
|
-
'registry.modal.delete.item.content': string;
|
|
473
|
-
'registry.form.title': string;
|
|
474
|
-
'registry.form.name': string;
|
|
475
|
-
'registry.form.name.placeholder': string;
|
|
476
|
-
'registry.form.code': string;
|
|
477
|
-
'registry.form.code.placeholder': string;
|
|
478
|
-
'registry.form.key': string;
|
|
479
|
-
'registry.form.key.placeholder': string;
|
|
480
|
-
'registry.form.fieldType': string;
|
|
481
|
-
'registry.form.fieldType.placeholder': string;
|
|
482
|
-
'registry.form.interfaceType': string;
|
|
483
|
-
'registry.form.interfaceType.placeholder': string;
|
|
484
|
-
'registry.form.scopes': string;
|
|
485
|
-
'registry.form.scopes.placeholder': string;
|
|
486
|
-
'registry.form.description': string;
|
|
487
|
-
'registry.form.description.placeholder': string;
|
|
488
|
-
'registry.form.systemDefaultValue': string;
|
|
489
|
-
'registry.form.systemDefaultValue.placeholder': string;
|
|
490
|
-
'registry.form.uiSchema': string;
|
|
491
|
-
'registry.form.uiSchema.placeholder': string;
|
|
492
|
-
'registry.button.ok': string;
|
|
493
|
-
'registry.button.cancel': string;
|
|
494
|
-
'registry.button.save': string;
|
|
495
|
-
'registry.message.save.success': string;
|
|
496
|
-
'registry.message.delete.success': string;
|
|
497
|
-
'registry.message.required': string;
|
|
498
|
-
'registry.message.code.exists': string;
|
|
499
|
-
'registry.message.key.exists': string;
|
|
500
|
-
'registry.message.code.pattern': string;
|
|
501
|
-
'registry.message.key.pattern': string;
|
|
502
|
-
'registry.message.code.format': string;
|
|
503
|
-
'registry.message.code.start': string;
|
|
504
|
-
'registry.message.code.end': string;
|
|
505
|
-
'registry.message.code.consecutive': string;
|
|
506
|
-
'registry.message.name.maxLength': string;
|
|
507
|
-
'registry.message.key.maxLength': string;
|
|
508
|
-
'registry.message.description.maxLength': string;
|
|
509
|
-
'registry.message.uiSchema.invalid': string;
|
|
510
|
-
'registry.message.select.section': string;
|
|
511
|
-
'registry.message.loading.groups': string;
|
|
512
|
-
'registry.message.no.settings': string;
|
|
513
|
-
'registry.message.load.failed': string;
|
|
514
|
-
'registry.message.create.group.error': string;
|
|
515
|
-
'registry.drag.drop.here': string;
|
|
516
|
-
'registry.empty.container.placeholder': string;
|
|
517
|
-
'registry.message.update.group.error': string;
|
|
518
|
-
'registry.message.delete.group.error': string;
|
|
519
|
-
'registry.message.create.item.error': string;
|
|
520
|
-
'registry.message.update.item.error': string;
|
|
521
|
-
'registry.message.delete.item.error': string;
|
|
522
|
-
'registry.message.reorder.success': string;
|
|
523
|
-
'registry.message.reorder.error': string;
|
|
524
|
-
'registry.message.move.success': string;
|
|
525
|
-
'registry.message.move.error': string;
|
|
526
|
-
'registry.scope.systemDefault': string;
|
|
527
|
-
'registry.scope.saasDefault': string;
|
|
528
|
-
'registry.scope.organization': string;
|
|
529
|
-
'registry.scope.business': string;
|
|
530
|
-
'registry.scope.channel': string;
|
|
531
|
-
'registry.scope.board': string;
|
|
532
270
|
};
|
|
533
271
|
};
|
|
534
272
|
export default _default;
|
|
@@ -99,36 +99,7 @@ export default {
|
|
|
99
99
|
'registry.scope.organization': 'Organization',
|
|
100
100
|
'registry.scope.business': 'Business',
|
|
101
101
|
'registry.scope.channel': 'Channel',
|
|
102
|
-
'registry.scope.board': 'Board'
|
|
103
|
-
// 选项数据源
|
|
104
|
-
'registry.optionDataSource.type.title': 'Options Data Source Type',
|
|
105
|
-
'registry.optionDataSource.type.desc': 'Configure where the options for this field come from.',
|
|
106
|
-
'registry.optionDataSource.type.default-label': 'Pre-defined',
|
|
107
|
-
'registry.optionDataSource.type.default-desc': 'Use the default options provided by the system.',
|
|
108
|
-
'registry.optionDataSource.type.api-label': 'API',
|
|
109
|
-
'registry.optionDataSource.type.api-desc': 'Load options from an API data source (Table, API endpoint, etc.)',
|
|
110
|
-
'registry.optionDataSource.type.custom-label': 'Not Set',
|
|
111
|
-
'registry.optionDataSource.type.custom-desc': 'Do not define options here. Configure them when building pages.',
|
|
112
|
-
'registry.optionDataSource.type.custom.warning-title': 'Options Not Defined in Metadata',
|
|
113
|
-
'registry.optionDataSource.type.custom.warning-description': 'Be cautious. Options will be configured when building pages. This may lead to inconsistent options across different pages.',
|
|
114
|
-
'registry.optionDataSource.api.dataSource-label': 'API',
|
|
115
|
-
'registry.optionDataSource.api.dataSource-required': 'Please select an API data source.',
|
|
116
|
-
'registry.optionDataSource.api.extraParams-label': 'Additional Parameters',
|
|
117
|
-
'registry.optionDataSource.api.extraParams-desc': 'Optional: Filter parameters in JSON format. Used to filter the API results.',
|
|
118
|
-
// 选项配置表格
|
|
119
|
-
'registry.optionDataSource.options.label': 'Options',
|
|
120
|
-
'registry.optionDataSource.options.label-field': 'Label',
|
|
121
|
-
'registry.optionDataSource.options.label-placeholder': 'Please enter label',
|
|
122
|
-
'registry.optionDataSource.options.value-field': 'Value',
|
|
123
|
-
'registry.optionDataSource.options.value-placeholder': 'Please enter value',
|
|
124
|
-
'registry.optionDataSource.options.drag-desc': 'Drag rows to reorder.',
|
|
125
|
-
'registry.optionDataSource.options.required-desc': 'Each option must have a value and a label.',
|
|
126
|
-
'registry.optionDataSource.options.empty': 'Please add at least one option for Pre-defined data source.',
|
|
127
|
-
'registry.optionDataSource.options.add': 'Add Option',
|
|
128
|
-
// 记录列表包装器JSON配置
|
|
129
|
-
'registry.form.recordListWrapper.label': 'Record List Wrapper Schema',
|
|
130
|
-
'registry.form.recordListWrapper.placeholder': 'Please enter record list wrapper schema in JSON format',
|
|
131
|
-
'registry.message.recordListWrapper.invalid': 'Please enter valid JSON format'
|
|
102
|
+
'registry.scope.board': 'Board'
|
|
132
103
|
},
|
|
133
104
|
'zh-CN': {
|
|
134
105
|
// 页面标题
|
|
@@ -230,36 +201,7 @@ export default {
|
|
|
230
201
|
'registry.scope.organization': '企业租户',
|
|
231
202
|
'registry.scope.business': '业务级',
|
|
232
203
|
'registry.scope.channel': '渠道级',
|
|
233
|
-
'registry.scope.board': '业务×渠道'
|
|
234
|
-
// 选项数据源
|
|
235
|
-
'registry.optionDataSource.type.title': '选项数据源类型',
|
|
236
|
-
'registry.optionDataSource.type.desc': '配置此字段的选项来源。',
|
|
237
|
-
'registry.optionDataSource.type.default-label': '预设枚举',
|
|
238
|
-
'registry.optionDataSource.type.default-desc': '直接在元数据中定义选项。',
|
|
239
|
-
'registry.optionDataSource.type.api-label': 'API数据源',
|
|
240
|
-
'registry.optionDataSource.type.api-desc': '从API数据源动态加载选项(数据表、API端点等)',
|
|
241
|
-
'registry.optionDataSource.type.custom-label': '不设置',
|
|
242
|
-
'registry.optionDataSource.type.custom-desc': '不在此处定义选项,在制作页面时配置。',
|
|
243
|
-
'registry.optionDataSource.type.custom.warning-title': '元数据中未定义选项',
|
|
244
|
-
'registry.optionDataSource.type.custom.warning-description': '请谨慎使用。选项将在制作页面时配置,这可能导致不同页面的选项不一致。',
|
|
245
|
-
'registry.optionDataSource.api.dataSource-label': 'API数据源',
|
|
246
|
-
'registry.optionDataSource.api.dataSource-required': '请选择一个API数据源。',
|
|
247
|
-
'registry.optionDataSource.api.extraParams-label': '额外参数',
|
|
248
|
-
'registry.optionDataSource.api.extraParams-desc': '可选:JSON格式的筛选参数,用于过滤API结果。',
|
|
249
|
-
// 选项配置表格
|
|
250
|
-
'registry.optionDataSource.options.label': '选项列表',
|
|
251
|
-
'registry.optionDataSource.options.label-field': '标签',
|
|
252
|
-
'registry.optionDataSource.options.label-placeholder': '请输入标签',
|
|
253
|
-
'registry.optionDataSource.options.value-field': '选项值',
|
|
254
|
-
'registry.optionDataSource.options.value-placeholder': '请输入选项值',
|
|
255
|
-
'registry.optionDataSource.options.drag-desc': '拖拽行可调整顺序。',
|
|
256
|
-
'registry.optionDataSource.options.required-desc': '每个选项必须有选项值和标签。',
|
|
257
|
-
'registry.optionDataSource.options.empty': '预设类型至少需要添加一个选项。',
|
|
258
|
-
'registry.optionDataSource.options.add': '添加选项',
|
|
259
|
-
// 记录列表包装器JSON配置
|
|
260
|
-
'registry.form.recordListWrapper.label': '记录列表包装器JSON配置',
|
|
261
|
-
'registry.form.recordListWrapper.placeholder': '请输入记录列表包装器JSON配置',
|
|
262
|
-
'registry.message.recordListWrapper.invalid': '请输入有效的JSON格式'
|
|
204
|
+
'registry.scope.board': '业务×渠道'
|
|
263
205
|
},
|
|
264
206
|
'zh-HK': {
|
|
265
207
|
// 页面标题
|
|
@@ -353,219 +295,6 @@ export default {
|
|
|
353
295
|
'registry.scope.organization': '企業租戶',
|
|
354
296
|
'registry.scope.business': '業務級',
|
|
355
297
|
'registry.scope.channel': '渠道級',
|
|
356
|
-
'registry.scope.board': '業務×渠道'
|
|
357
|
-
// 选项数据源
|
|
358
|
-
'registry.optionDataSource.type.title': '選項數據源類型',
|
|
359
|
-
'registry.optionDataSource.type.desc': '配置此字段的選項來源。',
|
|
360
|
-
'registry.optionDataSource.type.default-label': '預設枚舉',
|
|
361
|
-
'registry.optionDataSource.type.default-desc': '直接在元數據中定義選項。',
|
|
362
|
-
'registry.optionDataSource.type.api-label': 'API數據源',
|
|
363
|
-
'registry.optionDataSource.type.api-desc': '從API數據源動態加載選項(數據表、API端點等)',
|
|
364
|
-
'registry.optionDataSource.type.custom-label': '不設置',
|
|
365
|
-
'registry.optionDataSource.type.custom-desc': '不在此處定義選項,在製作頁面時配置。',
|
|
366
|
-
'registry.optionDataSource.type.custom.warning-title': '元數據中未定義選項',
|
|
367
|
-
'registry.optionDataSource.type.custom.warning-description': '請謹慎使用。選項將在製作頁面時配置,這可能導致不同頁面的選項不一致。',
|
|
368
|
-
'registry.optionDataSource.api.dataSource-label': 'API數據源',
|
|
369
|
-
'registry.optionDataSource.api.dataSource-required': '請選擇一個API數據源。',
|
|
370
|
-
'registry.optionDataSource.api.extraParams-label': '額外參數',
|
|
371
|
-
'registry.optionDataSource.api.extraParams-desc': '可選:JSON格式的篩選參數,用於過濾API結果。',
|
|
372
|
-
// 选项配置表格
|
|
373
|
-
'registry.optionDataSource.options.label': '選項列表',
|
|
374
|
-
'registry.optionDataSource.options.label-field': '標籤',
|
|
375
|
-
'registry.optionDataSource.options.label-placeholder': '請輸入標籤',
|
|
376
|
-
'registry.optionDataSource.options.value-field': '選項值',
|
|
377
|
-
'registry.optionDataSource.options.value-placeholder': '請輸入選項值',
|
|
378
|
-
'registry.optionDataSource.options.drag-desc': '拖拽行可調整順序。',
|
|
379
|
-
'registry.optionDataSource.options.required-desc': '每個選項必須有選項值和標籤。',
|
|
380
|
-
'registry.optionDataSource.options.empty': '預設類型至少需要添加一個選項。',
|
|
381
|
-
'registry.optionDataSource.options.add': '添加選項',
|
|
382
|
-
// 记录列表包装器JSON配置
|
|
383
|
-
'registry.form.recordListWrapper.label': '記錄列表包裝器JSON配置',
|
|
384
|
-
'registry.form.recordListWrapper.placeholder': '請輸入記錄列表包裝器JSON配置',
|
|
385
|
-
'registry.message.recordListWrapper.invalid': '請輸入有效的JSON格式'
|
|
386
|
-
},
|
|
387
|
-
ja: {
|
|
388
|
-
'registry.title': '設定レジストリ',
|
|
389
|
-
'registry.sections.title': 'セクション',
|
|
390
|
-
'registry.sections.empty': '設定されたセクションがありません',
|
|
391
|
-
'registry.sections.loadMore': 'スクロールしてさらに読み込む',
|
|
392
|
-
'registry.sections.noMore': 'これ以上データがありません',
|
|
393
|
-
'registry.table.title': 'タイトル',
|
|
394
|
-
'registry.table.name': '名前',
|
|
395
|
-
'registry.table.key': 'キー',
|
|
396
|
-
'registry.table.type': 'タイプ',
|
|
397
|
-
'registry.table.interface': 'インターフェース',
|
|
398
|
-
'registry.table.scopes': 'スコープ',
|
|
399
|
-
'registry.table.default': 'デフォルト',
|
|
400
|
-
'registry.table.description': '説明',
|
|
401
|
-
'registry.table.actions': '操作',
|
|
402
|
-
'registry.level.group': 'グループ',
|
|
403
|
-
'registry.level.item': '項目',
|
|
404
|
-
'registry.action.add.group': 'グループを追加',
|
|
405
|
-
'registry.action.add.item': 'フィールドを追加',
|
|
406
|
-
'registry.action.edit': '編集',
|
|
407
|
-
'registry.action.delete': '削除',
|
|
408
|
-
'registry.action.expand': '展開',
|
|
409
|
-
'registry.action.collapse': '折りたたむ',
|
|
410
|
-
'registry.modal.add.group': 'グループを作成',
|
|
411
|
-
'registry.modal.edit.group': 'グループを編集',
|
|
412
|
-
'registry.modal.add.item': '設定項目を追加',
|
|
413
|
-
'registry.modal.edit.item': '設定項目を編集',
|
|
414
|
-
'registry.modal.delete.title': '削除を確認',
|
|
415
|
-
'registry.modal.delete.group.content': 'このグループとそのすべての項目を削除してもよろしいですか?',
|
|
416
|
-
'registry.modal.delete.group.hasItems.title': 'グループを削除できません',
|
|
417
|
-
'registry.modal.delete.group.hasItems.content': 'フィールドを含むグループは削除できません。まずすべてのフィールドを削除または移動してください。',
|
|
418
|
-
'registry.modal.delete.item.content': 'この設定項目を削除してもよろしいですか?',
|
|
419
|
-
'registry.form.title': 'タイトル',
|
|
420
|
-
'registry.form.name': '名前',
|
|
421
|
-
'registry.form.name.placeholder': '名前を入力してください',
|
|
422
|
-
'registry.form.code': 'コード',
|
|
423
|
-
'registry.form.code.placeholder': 'コードを入力してください',
|
|
424
|
-
'registry.form.key': 'キー',
|
|
425
|
-
'registry.form.key.placeholder': 'キーを入力してください',
|
|
426
|
-
'registry.form.fieldType': 'フィールドタイプ',
|
|
427
|
-
'registry.form.fieldType.placeholder': 'フィールドタイプを選択してください',
|
|
428
|
-
'registry.form.interfaceType': 'インターフェースタイプ',
|
|
429
|
-
'registry.form.interfaceType.placeholder': 'インターフェースタイプを選択してください',
|
|
430
|
-
'registry.form.scopes': 'スコープ',
|
|
431
|
-
'registry.form.scopes.placeholder': 'スコープを選択してください',
|
|
432
|
-
'registry.form.description': '説明',
|
|
433
|
-
'registry.form.description.placeholder': '説明を入力してください',
|
|
434
|
-
'registry.form.systemDefaultValue': 'システムデフォルト値',
|
|
435
|
-
'registry.form.systemDefaultValue.placeholder': 'システムデフォルト値を入力してください',
|
|
436
|
-
'registry.form.uiSchema': 'UIスキーマ(JSON)',
|
|
437
|
-
'registry.form.uiSchema.placeholder': 'JSON形式でUIスキーマを入力してください',
|
|
438
|
-
'registry.button.ok': 'OK',
|
|
439
|
-
'registry.button.cancel': 'キャンセル',
|
|
440
|
-
'registry.button.save': '保存',
|
|
441
|
-
'registry.message.save.success': '正常に保存されました',
|
|
442
|
-
'registry.message.delete.success': '正常に削除されました',
|
|
443
|
-
'registry.message.required': 'このフィールドは必須です',
|
|
444
|
-
'registry.message.code.exists': 'コードは既に存在します',
|
|
445
|
-
'registry.message.key.exists': 'キーは既に存在します',
|
|
446
|
-
'registry.message.code.pattern': 'コードには文字、数字、ドット、アンダースコア、ハイフンのみを含めることができます',
|
|
447
|
-
'registry.message.key.pattern': 'キーには小文字、数字、ドット、アンダースコアのみを含めることができます',
|
|
448
|
-
'registry.message.code.format': '小文字、数字、ドット、アンダースコアのみを含めることができます',
|
|
449
|
-
'registry.message.code.start': '文字で始まる必要があります',
|
|
450
|
-
'registry.message.code.end': 'ドットまたはアンダースコアで終わることはできません',
|
|
451
|
-
'registry.message.code.consecutive': '連続するドットまたはアンダースコアを含めることはできません',
|
|
452
|
-
'registry.message.name.maxLength': '名前の最大長は100文字です',
|
|
453
|
-
'registry.message.key.maxLength': 'キーの最大長は100文字です',
|
|
454
|
-
'registry.message.description.maxLength': '説明の最大長は500文字です',
|
|
455
|
-
'registry.message.uiSchema.invalid': '有効なJSON形式を入力してください',
|
|
456
|
-
'registry.message.select.section': 'セクションを選択してください',
|
|
457
|
-
'registry.message.loading.groups': 'グループデータを読み込み中...',
|
|
458
|
-
'registry.message.no.settings': '利用可能な設定がありません',
|
|
459
|
-
'registry.message.load.failed': 'データの読み込みに失敗しました',
|
|
460
|
-
'registry.message.create.group.error': '作成に失敗しました',
|
|
461
|
-
'registry.drag.drop.here': 'ここに項目をドロップ',
|
|
462
|
-
'registry.empty.container.placeholder': '設定項目をこのグループにドラッグ',
|
|
463
|
-
'registry.message.update.group.error': '更新に失敗しました',
|
|
464
|
-
'registry.message.delete.group.error': '削除に失敗しました',
|
|
465
|
-
'registry.message.create.item.error': '作成に失敗しました',
|
|
466
|
-
'registry.message.update.item.error': '更新に失敗しました',
|
|
467
|
-
'registry.message.delete.item.error': '削除に失敗しました',
|
|
468
|
-
'registry.message.reorder.success': '正常に更新されました',
|
|
469
|
-
'registry.message.reorder.error': '更新に失敗しました',
|
|
470
|
-
'registry.message.move.success': '正常に更新されました',
|
|
471
|
-
'registry.message.move.error': '更新に失敗しました',
|
|
472
|
-
'registry.scope.systemDefault': 'システムデフォルト',
|
|
473
|
-
'registry.scope.saasDefault': 'SaaSデフォルト',
|
|
474
|
-
'registry.scope.organization': '組織',
|
|
475
|
-
'registry.scope.business': 'ビジネス',
|
|
476
|
-
'registry.scope.channel': 'チャネル',
|
|
477
|
-
'registry.scope.board': 'ボード'
|
|
478
|
-
},
|
|
479
|
-
pt: {
|
|
480
|
-
'registry.title': 'Registro de Configurações',
|
|
481
|
-
'registry.sections.title': 'Seções',
|
|
482
|
-
'registry.sections.empty': 'Nenhuma seção configurada',
|
|
483
|
-
'registry.sections.loadMore': 'Role para carregar mais',
|
|
484
|
-
'registry.sections.noMore': 'Sem mais dados',
|
|
485
|
-
'registry.table.title': 'Título',
|
|
486
|
-
'registry.table.name': 'Nome',
|
|
487
|
-
'registry.table.key': 'Chave',
|
|
488
|
-
'registry.table.type': 'Tipo',
|
|
489
|
-
'registry.table.interface': 'Interface',
|
|
490
|
-
'registry.table.scopes': 'Escopos',
|
|
491
|
-
'registry.table.default': 'Padrão',
|
|
492
|
-
'registry.table.description': 'Descrição',
|
|
493
|
-
'registry.table.actions': 'Ações',
|
|
494
|
-
'registry.level.group': 'Grupo',
|
|
495
|
-
'registry.level.item': 'Item',
|
|
496
|
-
'registry.action.add.group': 'Adicionar Grupo',
|
|
497
|
-
'registry.action.add.item': 'Adicionar Campo',
|
|
498
|
-
'registry.action.edit': 'Editar',
|
|
499
|
-
'registry.action.delete': 'Excluir',
|
|
500
|
-
'registry.action.expand': 'Expandir',
|
|
501
|
-
'registry.action.collapse': 'Recolher',
|
|
502
|
-
'registry.modal.add.group': 'Criar Grupo',
|
|
503
|
-
'registry.modal.edit.group': 'Editar Grupo',
|
|
504
|
-
'registry.modal.add.item': 'Adicionar Item de Configuração',
|
|
505
|
-
'registry.modal.edit.item': 'Editar Item de Configuração',
|
|
506
|
-
'registry.modal.delete.title': 'Confirmar Exclusão',
|
|
507
|
-
'registry.modal.delete.group.content': 'Tem certeza de que deseja excluir este grupo e todos os seus itens?',
|
|
508
|
-
'registry.modal.delete.group.hasItems.title': 'Não é possível excluir grupo',
|
|
509
|
-
'registry.modal.delete.group.hasItems.content': 'Não é possível excluir um grupo que contém campos. Remova ou mova todos os campos primeiro.',
|
|
510
|
-
'registry.modal.delete.item.content': 'Tem certeza de que deseja excluir este item de configuração?',
|
|
511
|
-
'registry.form.title': 'Título',
|
|
512
|
-
'registry.form.name': 'Nome',
|
|
513
|
-
'registry.form.name.placeholder': 'Por favor, insira o nome',
|
|
514
|
-
'registry.form.code': 'Código',
|
|
515
|
-
'registry.form.code.placeholder': 'Por favor, insira o código',
|
|
516
|
-
'registry.form.key': 'Chave',
|
|
517
|
-
'registry.form.key.placeholder': 'Por favor, insira a chave',
|
|
518
|
-
'registry.form.fieldType': 'Tipo de Campo',
|
|
519
|
-
'registry.form.fieldType.placeholder': 'Por favor, selecione o tipo de campo',
|
|
520
|
-
'registry.form.interfaceType': 'Tipo de Interface',
|
|
521
|
-
'registry.form.interfaceType.placeholder': 'Por favor, selecione o tipo de interface',
|
|
522
|
-
'registry.form.scopes': 'Escopos',
|
|
523
|
-
'registry.form.scopes.placeholder': 'Por favor, selecione os escopos',
|
|
524
|
-
'registry.form.description': 'Descrição',
|
|
525
|
-
'registry.form.description.placeholder': 'Por favor, insira a descrição',
|
|
526
|
-
'registry.form.systemDefaultValue': 'Valor Padrão do Sistema',
|
|
527
|
-
'registry.form.systemDefaultValue.placeholder': 'Por favor, insira o valor padrão do sistema',
|
|
528
|
-
'registry.form.uiSchema': 'UI Schema (JSON)',
|
|
529
|
-
'registry.form.uiSchema.placeholder': 'Por favor, insira o esquema UI em formato JSON',
|
|
530
|
-
'registry.button.ok': 'OK',
|
|
531
|
-
'registry.button.cancel': 'Cancelar',
|
|
532
|
-
'registry.button.save': 'Salvar',
|
|
533
|
-
'registry.message.save.success': 'Salvo com sucesso',
|
|
534
|
-
'registry.message.delete.success': 'Excluído com sucesso',
|
|
535
|
-
'registry.message.required': 'Este campo é obrigatório',
|
|
536
|
-
'registry.message.code.exists': 'Código já existe',
|
|
537
|
-
'registry.message.key.exists': 'Chave já existe',
|
|
538
|
-
'registry.message.code.pattern': 'O código pode conter apenas letras, números, pontos, sublinhados e hífens',
|
|
539
|
-
'registry.message.key.pattern': 'A chave pode conter apenas letras minúsculas, números, pontos, sublinhados',
|
|
540
|
-
'registry.message.code.format': 'Pode conter apenas letras minúsculas, números, pontos e sublinhados',
|
|
541
|
-
'registry.message.code.start': 'Deve começar com uma letra',
|
|
542
|
-
'registry.message.code.end': 'Não pode terminar com um ponto ou sublinhado',
|
|
543
|
-
'registry.message.code.consecutive': 'Não pode conter pontos ou sublinhados consecutivos',
|
|
544
|
-
'registry.message.name.maxLength': 'O comprimento máximo do nome é de 100 caracteres',
|
|
545
|
-
'registry.message.key.maxLength': 'O comprimento máximo da chave é de 100 caracteres',
|
|
546
|
-
'registry.message.description.maxLength': 'O comprimento máximo da descrição é de 500 caracteres',
|
|
547
|
-
'registry.message.uiSchema.invalid': 'Por favor, insira um formato JSON válido',
|
|
548
|
-
'registry.message.select.section': 'Por favor, selecione uma seção',
|
|
549
|
-
'registry.message.loading.groups': 'Carregando dados do grupo...',
|
|
550
|
-
'registry.message.no.settings': 'Nenhuma configuração disponível',
|
|
551
|
-
'registry.message.load.failed': 'Falha ao carregar dados',
|
|
552
|
-
'registry.message.create.group.error': 'Falha ao criar',
|
|
553
|
-
'registry.drag.drop.here': 'Solte o item aqui',
|
|
554
|
-
'registry.empty.container.placeholder': 'Arraste itens de configuração para este grupo',
|
|
555
|
-
'registry.message.update.group.error': 'Falha ao atualizar',
|
|
556
|
-
'registry.message.delete.group.error': 'Falha ao excluir',
|
|
557
|
-
'registry.message.create.item.error': 'Falha ao criar',
|
|
558
|
-
'registry.message.update.item.error': 'Falha ao atualizar',
|
|
559
|
-
'registry.message.delete.item.error': 'Falha ao excluir',
|
|
560
|
-
'registry.message.reorder.success': 'Atualizado com sucesso',
|
|
561
|
-
'registry.message.reorder.error': 'Falha ao atualizar',
|
|
562
|
-
'registry.message.move.success': 'Atualizado com sucesso',
|
|
563
|
-
'registry.message.move.error': 'Falha ao atualizar',
|
|
564
|
-
'registry.scope.systemDefault': 'Padrão do Sistema',
|
|
565
|
-
'registry.scope.saasDefault': 'Padrão SaaS',
|
|
566
|
-
'registry.scope.organization': 'Organização',
|
|
567
|
-
'registry.scope.business': 'Negócio',
|
|
568
|
-
'registry.scope.channel': 'Canal',
|
|
569
|
-
'registry.scope.board': 'Quadro'
|
|
298
|
+
'registry.scope.board': '業務×渠道'
|
|
570
299
|
}
|
|
571
300
|
};
|
|
@@ -42,16 +42,6 @@ export interface CreateItemParams {
|
|
|
42
42
|
default?: string | null;
|
|
43
43
|
scopes?: string[];
|
|
44
44
|
schema?: any;
|
|
45
|
-
optionConfig?: {
|
|
46
|
-
sourceType?: string;
|
|
47
|
-
options?: Array<{
|
|
48
|
-
label: string;
|
|
49
|
-
value: string;
|
|
50
|
-
}>;
|
|
51
|
-
labelField?: string;
|
|
52
|
-
valueField?: string;
|
|
53
|
-
dataSource?: any;
|
|
54
|
-
};
|
|
55
45
|
sort?: number;
|
|
56
46
|
}
|
|
57
47
|
export interface UpdateItemParams {
|
|
@@ -66,16 +56,6 @@ export interface UpdateItemParams {
|
|
|
66
56
|
default?: string | null;
|
|
67
57
|
scopes?: string[];
|
|
68
58
|
schema?: any;
|
|
69
|
-
optionConfig?: {
|
|
70
|
-
sourceType?: string;
|
|
71
|
-
options?: Array<{
|
|
72
|
-
label: string;
|
|
73
|
-
value: string;
|
|
74
|
-
}>;
|
|
75
|
-
labelField?: string;
|
|
76
|
-
valueField?: string;
|
|
77
|
-
dataSource?: any;
|
|
78
|
-
};
|
|
79
59
|
sort?: number;
|
|
80
60
|
}
|
|
81
61
|
export interface DeleteItemParams {
|
|
@@ -3,8 +3,6 @@ export interface MultiLanguageText {
|
|
|
3
3
|
en: string;
|
|
4
4
|
'zh-CN': string;
|
|
5
5
|
'zh-HK': string;
|
|
6
|
-
'ja': string;
|
|
7
|
-
'pt': string;
|
|
8
6
|
original: string;
|
|
9
7
|
}
|
|
10
8
|
export interface BaseItem {
|
|
@@ -25,6 +23,7 @@ export interface SettingItem extends BaseItem {
|
|
|
25
23
|
description?: string | MultiLanguageText;
|
|
26
24
|
systemDefaultValue?: string;
|
|
27
25
|
default?: string;
|
|
26
|
+
uiSchema?: string;
|
|
28
27
|
schema?: any;
|
|
29
28
|
title?: string | MultiLanguageText;
|
|
30
29
|
sort: number;
|
|
@@ -99,20 +98,7 @@ export interface ItemFormData {
|
|
|
99
98
|
scopes: string[];
|
|
100
99
|
description?: MultiLanguageText;
|
|
101
100
|
default?: string | null;
|
|
102
|
-
|
|
103
|
-
xDataSource?: {
|
|
104
|
-
type?: string;
|
|
105
|
-
options?: Array<{
|
|
106
|
-
id?: string;
|
|
107
|
-
label: string | MultiLanguageText;
|
|
108
|
-
value: string;
|
|
109
|
-
color?: string;
|
|
110
|
-
}>;
|
|
111
|
-
dataSource?: Record<string, any>;
|
|
112
|
-
extraParams?: string;
|
|
113
|
-
};
|
|
114
|
-
xCustomUiSchema?: string;
|
|
115
|
-
xRecordSchema?: string;
|
|
101
|
+
uiSchema?: string;
|
|
116
102
|
}
|
|
117
103
|
export interface GroupModalProps {
|
|
118
104
|
open: boolean;
|