@pisell/private-materials 6.6.5 → 6.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +7 -7
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +9 -9
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +9 -9
- package/es/components/appointmentBooking/components/Footer/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/Services/index.js +25 -22
- package/es/components/appointmentBooking/components/Voucher/index.js +15 -1
- package/es/components/booking/addons/index.js +25 -17
- package/es/components/booking/components/actionButtons/index.js +3 -1
- package/es/components/booking/components/footer/amount.d.ts +1 -0
- package/es/components/booking/components/footer/amount.js +548 -84
- package/es/components/booking/components/footer/index.js +36 -33
- package/es/components/booking/components/footer/utils.d.ts +19 -0
- package/es/components/booking/components/footer/utils.js +166 -67
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/es/components/booking/components/voucher/index.js +53 -15
- package/es/components/booking/forms/table/index.d.ts +0 -1
- package/es/components/booking/hooks/useQuotation.js +4 -1
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/es/components/booking/info/dateRange/index.d.ts +0 -1
- package/es/components/booking/info/service/like/index.d.ts +0 -1
- package/es/components/booking/info/service2/utils.js +1 -0
- package/es/components/booking/info2/cartClientCard/index.js +5 -3
- package/es/components/booking/info2/service/addService/index.js +9 -9
- package/es/components/booking/info2/service/editNormalService/index.js +6 -0
- package/es/components/booking/info2/service/editService/index.js +27 -17
- package/es/components/booking/info2/service/editService/utils.d.ts +15 -0
- package/es/components/booking/info2/service/editService/utils.js +66 -0
- package/es/components/booking/materiels/startTime/index.d.ts +0 -1
- package/es/components/booking/utils.d.ts +1 -0
- package/es/components/booking/utils.js +15 -2
- package/es/components/checkout/components/AmountSummary/index.less +4 -5
- package/es/components/eftpos/deviceList/index.d.ts +0 -1
- package/es/components/eftpos/form/index.d.ts +0 -1
- package/es/components/eftpos/group/index.d.ts +0 -1
- package/es/components/eftpos/hooks.d.ts +0 -1
- package/es/components/eftpos/icon/apiKey.d.ts +0 -1
- package/es/components/eftpos/icon/device.d.ts +0 -1
- package/es/components/eftpos/receipt/index.d.ts +0 -1
- package/es/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/es/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/es/components/eftposPay/component/step/index.d.ts +0 -1
- package/es/components/eftposPay/component/step/step.d.ts +0 -1
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.js +14 -6
- package/es/components/eftposPay/payo/config.d.ts +1 -0
- package/es/components/eftposPay/payo/config.js +70 -32
- package/es/components/eftposPay/payo/payment.d.ts +66 -0
- package/es/components/eftposPay/payo/payment.js +579 -0
- package/es/components/eftposPay/store/index.d.ts +1 -1
- package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/es/components/eftposPay/utils/log/index.d.ts +110 -0
- package/es/components/eftposPay/utils/log/index.js +371 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/es/components/index.d.ts +2 -2
- package/es/components/index.js +2 -2
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +13 -11
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +2 -0
- package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +13 -3
- package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
- package/es/components/pay/toC/index.js +7 -4
- package/es/components/pay/toC/locales.d.ts +3 -0
- package/es/components/pay/toC/locales.js +6 -3
- package/es/components/pay/toC/status.d.ts +1 -0
- package/es/components/pay/toC/status.js +3 -0
- package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/es/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/es/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/es/components/schedules/products/index.d.ts +0 -1
- package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/es/components/subTotal/index.js +1 -1
- package/es/components/systemSettings/registry/components/GroupModal.d.ts +4 -0
- package/es/components/{wallet/serve.js → systemSettings/registry/components/GroupModal.js} +145 -190
- package/es/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +547 -0
- package/es/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
- package/es/components/systemSettings/registry/components/ModuleList.js +54 -0
- package/es/components/systemSettings/registry/components/SectionList.d.ts +4 -0
- package/es/components/systemSettings/registry/components/SectionList.js +174 -0
- package/es/components/systemSettings/registry/components/SettingsTable.d.ts +4 -0
- package/es/components/systemSettings/registry/components/SettingsTable.js +765 -0
- package/es/components/systemSettings/registry/components/index.d.ts +4 -0
- package/es/components/systemSettings/registry/components/index.js +4 -0
- package/es/components/systemSettings/registry/index.d.ts +5 -0
- package/es/components/systemSettings/registry/index.js +1059 -0
- package/es/components/systemSettings/registry/index.less +410 -0
- package/es/components/systemSettings/registry/locales.d.ts +272 -0
- package/es/components/systemSettings/registry/locales.js +300 -0
- package/es/components/systemSettings/registry/services.d.ts +77 -0
- package/es/components/systemSettings/registry/services.js +472 -0
- package/es/components/systemSettings/registry/types.d.ts +126 -0
- package/es/components/systemSettings/registry/types.js +1 -0
- package/es/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
- package/es/components/systemSettings/registry/utils/typeValidation.js +284 -0
- package/es/components/systemSettings/registry/utils/validators.d.ts +8 -0
- package/es/components/systemSettings/registry/utils/validators.js +44 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +7 -5
- package/es/components/ticketBooking/utils/index.d.ts +5 -1
- package/es/components/ticketBooking/utils/index.js +37 -17
- package/es/components/walletList/index.d.ts +0 -25
- package/es/components/walletList/index.js +173 -41
- package/es/components/walletList/locales.d.ts +9 -0
- package/es/components/walletList/locales.js +12 -3
- package/es/components/walletList/serve.d.ts +19 -0
- package/es/components/walletList/serve.js +94 -5
- package/es/components/walletList/tempHolderSelector/index.d.ts +14 -0
- package/es/components/walletList/tempHolderSelector/index.js +196 -0
- package/es/components/walletList/tempHolderSelector/index.less +63 -0
- package/es/components/workSpaceList/components/Modal/index.d.ts +0 -1
- package/es/index.d.ts +3 -2
- package/es/index.js +4 -3
- package/es/plus/clientName/index.d.ts +0 -1
- package/es/plus/walletEditor/WalletEditor.js +60 -2
- package/es/plus/walletEditor/locales.d.ts +9 -0
- package/es/plus/walletEditor/locales.js +12 -3
- package/es/plus/walletPassGallery/components/footerButton/index.js +2 -4
- package/es/plus/walletPassGallery/components/footerButton/index.less +14 -59
- package/es/plus/walletPassGallery/components/passDetail/index.js +5 -1
- package/es/plus/walletPassGallery/components/passDetail/index.less +4 -0
- package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/passList/index.js +17 -5
- package/es/plus/walletPassGallery/components/recharge/index.js +19 -8
- package/es/plus/walletPassGallery/index.js +226 -42
- package/es/plus/walletPassGallery/locales.d.ts +15 -0
- package/es/plus/walletPassGallery/locales.js +29 -5
- package/es/plus/walletPassGallery/serve.d.ts +15 -1
- package/es/plus/walletPassGallery/serve.js +59 -2
- package/es/plus/walletPassGallery/utils.d.ts +48 -0
- package/es/plus/walletPassGallery/utils.js +342 -0
- package/es/pro/Login2.0/index.less +15 -8
- package/es/pro/pisellPaymentList/example.d.ts +0 -1
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +35 -30
- package/lib/components/appointmentBooking/components/Footer/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/Services/index.js +5 -2
- package/lib/components/appointmentBooking/components/Voucher/index.js +13 -1
- package/lib/components/booking/addons/index.js +15 -7
- package/lib/components/booking/components/actionButtons/index.js +4 -2
- package/lib/components/booking/components/footer/amount.d.ts +1 -0
- package/lib/components/booking/components/footer/amount.js +293 -41
- package/lib/components/booking/components/footer/index.js +5 -2
- package/lib/components/booking/components/footer/utils.d.ts +19 -0
- package/lib/components/booking/components/footer/utils.js +111 -35
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/lib/components/booking/components/voucher/index.js +56 -16
- package/lib/components/booking/forms/table/index.d.ts +0 -1
- package/lib/components/booking/hooks/useQuotation.js +2 -1
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/lib/components/booking/info/dateRange/index.d.ts +0 -1
- package/lib/components/booking/info/service/like/index.d.ts +0 -1
- package/lib/components/booking/info/service2/utils.js +1 -0
- package/lib/components/booking/info2/cartClientCard/index.js +4 -2
- package/lib/components/booking/info2/service/addService/index.js +1 -1
- package/lib/components/booking/info2/service/editNormalService/index.js +6 -0
- package/lib/components/booking/info2/service/editService/index.js +30 -8
- package/lib/components/booking/info2/service/editService/utils.d.ts +15 -0
- package/lib/components/booking/info2/service/editService/utils.js +40 -3
- package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
- package/lib/components/booking/utils.d.ts +1 -0
- package/lib/components/booking/utils.js +11 -0
- package/lib/components/checkout/components/AmountSummary/index.less +4 -5
- package/lib/components/eftpos/deviceList/index.d.ts +0 -1
- package/lib/components/eftpos/form/index.d.ts +0 -1
- package/lib/components/eftpos/group/index.d.ts +0 -1
- package/lib/components/eftpos/hooks.d.ts +0 -1
- package/lib/components/eftpos/icon/apiKey.d.ts +0 -1
- package/lib/components/eftpos/icon/device.d.ts +0 -1
- package/lib/components/eftpos/receipt/index.d.ts +0 -1
- package/lib/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/lib/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/lib/components/eftposPay/component/step/index.d.ts +0 -1
- package/lib/components/eftposPay/component/step/step.d.ts +0 -1
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.js +12 -6
- package/lib/components/eftposPay/payo/config.d.ts +1 -0
- package/lib/components/eftposPay/payo/config.js +98 -73
- package/lib/components/eftposPay/payo/payment.d.ts +66 -0
- package/lib/components/eftposPay/payo/payment.js +357 -0
- package/lib/components/eftposPay/store/index.d.ts +1 -1
- package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/lib/components/eftposPay/utils/log/index.d.ts +110 -0
- package/lib/components/eftposPay/utils/log/index.js +294 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/lib/components/index.d.ts +2 -2
- package/lib/components/index.js +3 -3
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +13 -11
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +13 -3
- package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
- package/lib/components/pay/toC/index.js +4 -1
- package/lib/components/pay/toC/locales.d.ts +3 -0
- package/lib/components/pay/toC/locales.js +6 -3
- package/lib/components/pay/toC/status.d.ts +1 -0
- package/lib/components/pay/toC/status.js +5 -0
- package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/lib/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/lib/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/lib/components/schedules/products/index.d.ts +0 -1
- package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/lib/components/subTotal/index.js +1 -1
- package/lib/components/systemSettings/registry/components/GroupModal.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/GroupModal.js +177 -0
- package/lib/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +508 -0
- package/lib/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/ModuleList.js +71 -0
- package/lib/components/systemSettings/registry/components/SectionList.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/SectionList.js +181 -0
- package/lib/components/systemSettings/registry/components/SettingsTable.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/SettingsTable.js +575 -0
- package/lib/components/systemSettings/registry/components/index.d.ts +4 -0
- package/lib/components/{wallet → systemSettings/registry}/components/index.js +13 -10
- package/lib/components/systemSettings/registry/index.d.ts +5 -0
- package/lib/components/systemSettings/registry/index.js +529 -0
- package/lib/components/systemSettings/registry/index.less +410 -0
- package/lib/components/systemSettings/registry/locales.d.ts +272 -0
- package/lib/components/systemSettings/registry/locales.js +324 -0
- package/lib/components/systemSettings/registry/services.d.ts +77 -0
- package/lib/components/systemSettings/registry/services.js +290 -0
- package/lib/components/systemSettings/registry/types.d.ts +126 -0
- package/lib/components/{wallet/RechargeableCard/serve.js → systemSettings/registry/types.js} +3 -19
- package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
- package/lib/components/systemSettings/registry/utils/typeValidation.js +228 -0
- package/lib/components/systemSettings/registry/utils/validators.d.ts +8 -0
- package/lib/components/systemSettings/registry/utils/validators.js +54 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +9 -7
- package/lib/components/ticketBooking/utils/index.d.ts +5 -1
- package/lib/components/ticketBooking/utils/index.js +21 -6
- package/lib/components/walletList/index.d.ts +0 -25
- package/lib/components/walletList/index.js +100 -4
- package/lib/components/walletList/locales.d.ts +9 -0
- package/lib/components/walletList/locales.js +12 -3
- package/lib/components/walletList/serve.d.ts +19 -0
- package/lib/components/walletList/serve.js +26 -3
- package/lib/components/walletList/tempHolderSelector/index.d.ts +14 -0
- package/lib/components/walletList/tempHolderSelector/index.js +166 -0
- package/lib/components/walletList/tempHolderSelector/index.less +63 -0
- package/lib/components/workSpaceList/components/Modal/index.d.ts +0 -1
- package/lib/index.d.ts +3 -2
- package/lib/index.js +5 -2
- package/lib/plus/clientName/index.d.ts +0 -1
- package/lib/plus/walletEditor/WalletEditor.js +53 -0
- package/lib/plus/walletEditor/locales.d.ts +9 -0
- package/lib/plus/walletEditor/locales.js +12 -3
- package/lib/plus/walletPassGallery/components/footerButton/index.js +2 -2
- package/lib/plus/walletPassGallery/components/footerButton/index.less +14 -59
- package/lib/plus/walletPassGallery/components/passDetail/index.js +4 -1
- package/lib/plus/walletPassGallery/components/passDetail/index.less +4 -0
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/passList/index.js +16 -4
- package/lib/plus/walletPassGallery/components/recharge/index.js +7 -1
- package/lib/plus/walletPassGallery/index.js +157 -28
- package/lib/plus/walletPassGallery/locales.d.ts +15 -0
- package/lib/plus/walletPassGallery/locales.js +32 -5
- package/lib/plus/walletPassGallery/serve.d.ts +15 -1
- package/lib/plus/walletPassGallery/serve.js +17 -5
- package/lib/plus/walletPassGallery/utils.d.ts +48 -0
- package/lib/plus/walletPassGallery/utils.js +287 -0
- package/lib/pro/Login2.0/index.less +15 -8
- package/lib/pro/pisellPaymentList/example.d.ts +0 -1
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +34 -39
- package/lowcode/settings-registry/meta.ts +29 -0
- package/package.json +3 -3
- package/es/components/wallet/Detail/index.d.ts +0 -42
- package/es/components/wallet/Detail/index.js +0 -1182
- package/es/components/wallet/Detail/index.less +0 -386
- package/es/components/wallet/Detail/locales.d.ts +0 -153
- package/es/components/wallet/Detail/locales.js +0 -170
- package/es/components/wallet/Detail/model.d.ts +0 -13
- package/es/components/wallet/Detail/model.js +0 -22
- package/es/components/wallet/Detail/serve.d.ts +0 -39
- package/es/components/wallet/Detail/serve.js +0 -64
- package/es/components/wallet/DetailContext.d.ts +0 -25
- package/es/components/wallet/DetailContext.js +0 -162
- package/es/components/wallet/DiscountCard/index.d.ts +0 -3
- package/es/components/wallet/DiscountCard/index.js +0 -218
- package/es/components/wallet/DiscountCard/index.less +0 -9
- package/es/components/wallet/DiscountCard/model.d.ts +0 -14
- package/es/components/wallet/DiscountCard/model.js +0 -22
- package/es/components/wallet/PointCard/index.d.ts +0 -3
- package/es/components/wallet/PointCard/index.js +0 -169
- package/es/components/wallet/PointCard/index.less +0 -9
- package/es/components/wallet/PointCard/model.d.ts +0 -13
- package/es/components/wallet/PointCard/model.js +0 -22
- package/es/components/wallet/RechargeableCard/index.d.ts +0 -13
- package/es/components/wallet/RechargeableCard/index.js +0 -463
- package/es/components/wallet/RechargeableCard/index.less +0 -108
- package/es/components/wallet/RechargeableCard/model.d.ts +0 -29
- package/es/components/wallet/RechargeableCard/model.js +0 -28
- package/es/components/wallet/RechargeableCard/serve.d.ts +0 -23
- package/es/components/wallet/RechargeableCard/serve.js +0 -32
- package/es/components/wallet/Voucher/index.d.ts +0 -12
- package/es/components/wallet/Voucher/index.js +0 -131
- package/es/components/wallet/Voucher/index.less +0 -9
- package/es/components/wallet/Voucher/locales.d.ts +0 -21
- package/es/components/wallet/Voucher/locales.js +0 -20
- package/es/components/wallet/Voucher/model.d.ts +0 -13
- package/es/components/wallet/Voucher/model.js +0 -22
- package/es/components/wallet/carouselArrow.png +0 -0
- package/es/components/wallet/components/FooterButtons/index.d.ts +0 -18
- package/es/components/wallet/components/FooterButtons/index.js +0 -81
- package/es/components/wallet/components/FooterButtons/index.less +0 -91
- package/es/components/wallet/components/UsageRules/index.d.ts +0 -23
- package/es/components/wallet/components/UsageRules/index.js +0 -147
- package/es/components/wallet/components/UsageRules/index.less +0 -157
- package/es/components/wallet/components/WalletBar/index.d.ts +0 -8
- package/es/components/wallet/components/WalletBar/index.js +0 -19
- package/es/components/wallet/components/WalletBar/index.less +0 -36
- package/es/components/wallet/components/WalletCard.d.ts +0 -11
- package/es/components/wallet/components/WalletCard.js +0 -91
- package/es/components/wallet/components/index.d.ts +0 -3
- package/es/components/wallet/components/index.js +0 -4
- package/es/components/wallet/hooks/useWalletCard.d.ts +0 -34
- package/es/components/wallet/hooks/useWalletCard.js +0 -147
- package/es/components/wallet/index.d.ts +0 -10
- package/es/components/wallet/index.js +0 -807
- package/es/components/wallet/index.less +0 -151
- package/es/components/wallet/locales.d.ts +0 -132
- package/es/components/wallet/locales.js +0 -139
- package/es/components/wallet/model.d.ts +0 -37
- package/es/components/wallet/model.js +0 -86
- package/es/components/wallet/serve.d.ts +0 -150
- package/es/components/wallet/utils/formatUtils.d.ts +0 -36
- package/es/components/wallet/utils/formatUtils.js +0 -73
- package/lib/components/wallet/Detail/index.d.ts +0 -42
- package/lib/components/wallet/Detail/index.js +0 -874
- package/lib/components/wallet/Detail/index.less +0 -386
- package/lib/components/wallet/Detail/locales.d.ts +0 -153
- package/lib/components/wallet/Detail/locales.js +0 -194
- package/lib/components/wallet/Detail/model.d.ts +0 -13
- package/lib/components/wallet/Detail/model.js +0 -43
- package/lib/components/wallet/Detail/serve.d.ts +0 -39
- package/lib/components/wallet/Detail/serve.js +0 -44
- package/lib/components/wallet/DetailContext.d.ts +0 -25
- package/lib/components/wallet/DetailContext.js +0 -118
- package/lib/components/wallet/DiscountCard/index.d.ts +0 -3
- package/lib/components/wallet/DiscountCard/index.js +0 -209
- package/lib/components/wallet/DiscountCard/index.less +0 -9
- package/lib/components/wallet/DiscountCard/model.d.ts +0 -14
- package/lib/components/wallet/DiscountCard/model.js +0 -43
- package/lib/components/wallet/PointCard/index.d.ts +0 -3
- package/lib/components/wallet/PointCard/index.js +0 -190
- package/lib/components/wallet/PointCard/index.less +0 -9
- package/lib/components/wallet/PointCard/model.d.ts +0 -13
- package/lib/components/wallet/PointCard/model.js +0 -43
- package/lib/components/wallet/RechargeableCard/index.d.ts +0 -13
- package/lib/components/wallet/RechargeableCard/index.js +0 -380
- package/lib/components/wallet/RechargeableCard/index.less +0 -108
- package/lib/components/wallet/RechargeableCard/model.d.ts +0 -29
- package/lib/components/wallet/RechargeableCard/model.js +0 -49
- package/lib/components/wallet/RechargeableCard/serve.d.ts +0 -23
- package/lib/components/wallet/Voucher/index.d.ts +0 -12
- package/lib/components/wallet/Voucher/index.js +0 -146
- package/lib/components/wallet/Voucher/index.less +0 -9
- package/lib/components/wallet/Voucher/locales.d.ts +0 -21
- package/lib/components/wallet/Voucher/locales.js +0 -44
- package/lib/components/wallet/Voucher/model.d.ts +0 -13
- package/lib/components/wallet/Voucher/model.js +0 -43
- package/lib/components/wallet/carouselArrow.png +0 -0
- package/lib/components/wallet/components/FooterButtons/index.d.ts +0 -18
- package/lib/components/wallet/components/FooterButtons/index.js +0 -109
- package/lib/components/wallet/components/FooterButtons/index.less +0 -91
- package/lib/components/wallet/components/UsageRules/index.d.ts +0 -23
- package/lib/components/wallet/components/UsageRules/index.js +0 -113
- package/lib/components/wallet/components/UsageRules/index.less +0 -157
- package/lib/components/wallet/components/WalletBar/index.d.ts +0 -8
- package/lib/components/wallet/components/WalletBar/index.js +0 -49
- package/lib/components/wallet/components/WalletBar/index.less +0 -36
- package/lib/components/wallet/components/WalletCard.d.ts +0 -11
- package/lib/components/wallet/components/WalletCard.js +0 -97
- package/lib/components/wallet/components/index.d.ts +0 -3
- package/lib/components/wallet/hooks/useWalletCard.d.ts +0 -34
- package/lib/components/wallet/hooks/useWalletCard.js +0 -111
- package/lib/components/wallet/index.d.ts +0 -10
- package/lib/components/wallet/index.js +0 -580
- package/lib/components/wallet/index.less +0 -151
- package/lib/components/wallet/locales.d.ts +0 -132
- package/lib/components/wallet/locales.js +0 -163
- package/lib/components/wallet/model.d.ts +0 -37
- package/lib/components/wallet/model.js +0 -91
- package/lib/components/wallet/serve.d.ts +0 -150
- package/lib/components/wallet/serve.js +0 -85
- package/lib/components/wallet/utils/formatUtils.d.ts +0 -36
- package/lib/components/wallet/utils/formatUtils.js +0 -73
|
@@ -1,386 +0,0 @@
|
|
|
1
|
-
// 钱包详情组件
|
|
2
|
-
.wallet-detail {
|
|
3
|
-
// 基础样式
|
|
4
|
-
position: relative;
|
|
5
|
-
background: #fff;
|
|
6
|
-
padding: 20px;
|
|
7
|
-
z-index: 1;
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-direction: column;
|
|
10
|
-
overflow: hidden;
|
|
11
|
-
height: 100%; /* 确保根容器有高度 */
|
|
12
|
-
|
|
13
|
-
// PC环境的默认样式
|
|
14
|
-
border: 1px solid #d0d5de;
|
|
15
|
-
border-radius: 12px;
|
|
16
|
-
|
|
17
|
-
// 修饰符:PC环境
|
|
18
|
-
&-pc {
|
|
19
|
-
height: 800px;
|
|
20
|
-
max-height: 90vh; /* 限制最大高度 */
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// 修饰符:移动端环境
|
|
24
|
-
&-h5 {
|
|
25
|
-
// 布局
|
|
26
|
-
position: fixed;
|
|
27
|
-
z-index: 100;
|
|
28
|
-
inset: 0; /* 简化top, right, bottom, left设置 */
|
|
29
|
-
display: flex;
|
|
30
|
-
flex-direction: column;
|
|
31
|
-
height: -webkit-fill-available !important;
|
|
32
|
-
|
|
33
|
-
// 样式
|
|
34
|
-
padding: 0;
|
|
35
|
-
overflow: hidden;
|
|
36
|
-
border: none;
|
|
37
|
-
border-radius: 0;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
// 元素:头部导航栏
|
|
41
|
-
&-header {
|
|
42
|
-
// 布局
|
|
43
|
-
flex-shrink: 0;
|
|
44
|
-
height: 56px;
|
|
45
|
-
position: relative;
|
|
46
|
-
z-index: 999;
|
|
47
|
-
|
|
48
|
-
// 样式
|
|
49
|
-
border-bottom: 1px solid #f0f0f0;
|
|
50
|
-
background-color: #fff;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
// 元素:内容区域
|
|
54
|
-
&-content {
|
|
55
|
-
// 布局
|
|
56
|
-
flex: 1;
|
|
57
|
-
height: calc(100% - 56px); /* 减去头部高度 */
|
|
58
|
-
|
|
59
|
-
// 样式
|
|
60
|
-
padding: 0;
|
|
61
|
-
overflow: hidden;
|
|
62
|
-
|
|
63
|
-
// 修饰符:H5环境
|
|
64
|
-
&-h5 {
|
|
65
|
-
// 布局
|
|
66
|
-
padding: 20px;
|
|
67
|
-
flex: 1 1 0;
|
|
68
|
-
display: flex;
|
|
69
|
-
flex-direction: column;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
// 元素:卡片容器
|
|
74
|
-
&-card {
|
|
75
|
-
// 布局
|
|
76
|
-
display: flex;
|
|
77
|
-
flex-direction: column;
|
|
78
|
-
height: 100%;
|
|
79
|
-
|
|
80
|
-
// 样式
|
|
81
|
-
border-radius: 0 !important;
|
|
82
|
-
overflow: hidden;
|
|
83
|
-
box-shadow: none;
|
|
84
|
-
|
|
85
|
-
// 修饰符:H5环境
|
|
86
|
-
&-h5 {
|
|
87
|
-
// 布局
|
|
88
|
-
flex: 1;
|
|
89
|
-
display: flex;
|
|
90
|
-
flex-direction: column;
|
|
91
|
-
height: 100%;
|
|
92
|
-
|
|
93
|
-
// 样式
|
|
94
|
-
overflow: hidden;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// 子元素:卡片顶部导航
|
|
98
|
-
&-header {
|
|
99
|
-
// 布局
|
|
100
|
-
position: sticky;
|
|
101
|
-
top: 0;
|
|
102
|
-
width: 100%;
|
|
103
|
-
height: 56px; /* 明确设置高度 */
|
|
104
|
-
flex-shrink: 0; /* 防止压缩 */
|
|
105
|
-
z-index: 10;
|
|
106
|
-
|
|
107
|
-
// 样式
|
|
108
|
-
background: #fff;
|
|
109
|
-
border-bottom: none;
|
|
110
|
-
padding-bottom: 8px;
|
|
111
|
-
|
|
112
|
-
// 修饰符:H5环境
|
|
113
|
-
&-h5 {
|
|
114
|
-
// 布局
|
|
115
|
-
position: relative;
|
|
116
|
-
height: 56px; /* 明确设置高度 */
|
|
117
|
-
flex-shrink: 0;
|
|
118
|
-
z-index: 102;
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
// 子元素:锚点导航容器
|
|
123
|
-
&-anchor {
|
|
124
|
-
padding: 0;
|
|
125
|
-
|
|
126
|
-
:global {
|
|
127
|
-
.pisell-anchor-tabs {
|
|
128
|
-
background: #fff;
|
|
129
|
-
|
|
130
|
-
.pisell-anchor-tabs-content {
|
|
131
|
-
display: flex;
|
|
132
|
-
|
|
133
|
-
.pisell-anchor-tabs-tab {
|
|
134
|
-
flex: 1;
|
|
135
|
-
text-align: center;
|
|
136
|
-
padding: 12px 16px;
|
|
137
|
-
|
|
138
|
-
&-active {
|
|
139
|
-
background:var(--theme-color, #7F56D9);
|
|
140
|
-
color: #fff;
|
|
141
|
-
|
|
142
|
-
.pisell-anchor-tabs-tab-content {
|
|
143
|
-
color: #fff;
|
|
144
|
-
font-weight: 600;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
&:first-child {
|
|
149
|
-
border-top-left-radius: 0;
|
|
150
|
-
border-bottom-left-radius: 0;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
&:last-child {
|
|
154
|
-
border-top-right-radius: 0;
|
|
155
|
-
border-bottom-right-radius: 0;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
// 子元素:卡片内容区域
|
|
165
|
-
&-content {
|
|
166
|
-
// 基础样式
|
|
167
|
-
position: relative;
|
|
168
|
-
display: block;
|
|
169
|
-
height: calc(100% - 56px); /* 父级容器高度减去锚点导航高度 */
|
|
170
|
-
|
|
171
|
-
// 滚动相关
|
|
172
|
-
overflow-y: auto;
|
|
173
|
-
overflow-x: hidden;
|
|
174
|
-
-webkit-overflow-scrolling: touch;
|
|
175
|
-
scroll-behavior: smooth;
|
|
176
|
-
|
|
177
|
-
// 通用内边距
|
|
178
|
-
padding: 0 0 24px;
|
|
179
|
-
|
|
180
|
-
// 修饰符:H5环境
|
|
181
|
-
&-h5 {
|
|
182
|
-
// 布局
|
|
183
|
-
position: relative;
|
|
184
|
-
z-index: 10;
|
|
185
|
-
|
|
186
|
-
// 内边距
|
|
187
|
-
padding: 0 ;
|
|
188
|
-
|
|
189
|
-
// 滚动相关
|
|
190
|
-
overscroll-behavior: contain;
|
|
191
|
-
touch-action: pan-y;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
// 修饰符:PC环境
|
|
195
|
-
&-pc {
|
|
196
|
-
padding: 0 16px 24px; /* 左右16px内边距,底部24px内边距 */
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
// 修饰符:自定义滚动条
|
|
200
|
-
&-custom-scrollbar {
|
|
201
|
-
// Firefox滚动条样式
|
|
202
|
-
scrollbar-width: thin;
|
|
203
|
-
scrollbar-color: #d9d9d9 transparent;
|
|
204
|
-
|
|
205
|
-
// Webkit滚动条样式
|
|
206
|
-
&::-webkit-scrollbar {
|
|
207
|
-
width: 6px;
|
|
208
|
-
background-color: transparent;
|
|
209
|
-
display: block;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
&::-webkit-scrollbar-thumb {
|
|
213
|
-
background-color: #d9d9d9;
|
|
214
|
-
border-radius: 3px;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
&::-webkit-scrollbar-track {
|
|
218
|
-
background-color: transparent;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
// 修饰符:隐藏滚动条
|
|
223
|
-
&-hide-scrollbar {
|
|
224
|
-
// 隐藏滚动条但保留滚动功能
|
|
225
|
-
scrollbar-width: none !important; /* Firefox */
|
|
226
|
-
-ms-overflow-style: none !important; /* IE and Edge */
|
|
227
|
-
|
|
228
|
-
&::-webkit-scrollbar {
|
|
229
|
-
width: 0 !important;
|
|
230
|
-
height: 0 !important;
|
|
231
|
-
background: transparent !important;
|
|
232
|
-
display: none !important;
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
// 子元素:内容区块
|
|
237
|
-
&-section {
|
|
238
|
-
min-height: 100px;
|
|
239
|
-
padding-top: 0;
|
|
240
|
-
position: relative;
|
|
241
|
-
scroll-margin-top: 56px; /* 调整滚动边距以考虑卡片内固定导航的高度 */
|
|
242
|
-
clear: both; /* 确保不受前面元素浮动影响 */
|
|
243
|
-
margin-bottom: 24px; /* 确保section之间有足够间距 */
|
|
244
|
-
|
|
245
|
-
&:last-child {
|
|
246
|
-
margin-bottom: 0;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
// 修饰符:时间线区块
|
|
250
|
-
&-timeline {
|
|
251
|
-
margin-top: 16px;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
// 子元素:区块标题
|
|
255
|
-
&-title {
|
|
256
|
-
color: #101828;
|
|
257
|
-
font-size: 20px;
|
|
258
|
-
font-weight: 600;
|
|
259
|
-
line-height: 30px;
|
|
260
|
-
margin: 10px 0;
|
|
261
|
-
display: block;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
// 子元素:区块副标题
|
|
265
|
-
&-subtitle {
|
|
266
|
-
font-size: 16px;
|
|
267
|
-
line-height: 24px;
|
|
268
|
-
font-weight: 600;
|
|
269
|
-
color: #101828;
|
|
270
|
-
margin-bottom: 16px;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
// 子元素:空状态
|
|
274
|
-
&-empty {
|
|
275
|
-
display: flex;
|
|
276
|
-
justify-content: center;
|
|
277
|
-
align-items: center;
|
|
278
|
-
min-height: 200px;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// 子元素:详情内容提示
|
|
283
|
-
&-tip {
|
|
284
|
-
margin-top: 16px;
|
|
285
|
-
color: #667085;
|
|
286
|
-
font-size: 14px;
|
|
287
|
-
line-height: 1.5;
|
|
288
|
-
width: 100%; /* 确保内容不会溢出 */
|
|
289
|
-
|
|
290
|
-
// HTML内容容器
|
|
291
|
-
div {
|
|
292
|
-
width: 100%;
|
|
293
|
-
word-break: break-word; /* 确保长文本自动换行 */
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
// 元素:时间线节点
|
|
300
|
-
&-timeline-node {
|
|
301
|
-
display: flex;
|
|
302
|
-
justify-content: space-between;
|
|
303
|
-
|
|
304
|
-
// 子元素:节点左侧
|
|
305
|
-
&-left {
|
|
306
|
-
display: flex;
|
|
307
|
-
flex-direction: column;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
// 子元素:操作名称
|
|
311
|
-
&-action {
|
|
312
|
-
color: #101828;
|
|
313
|
-
font-size: 14px;
|
|
314
|
-
font-weight: 500;
|
|
315
|
-
margin: 0 0 4px;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
// 子元素:时间
|
|
319
|
-
&-time {
|
|
320
|
-
color: #667085;
|
|
321
|
-
font-size: 12px;
|
|
322
|
-
margin: 0;
|
|
323
|
-
display: flex;
|
|
324
|
-
align-items: center;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
// 子元素:查看详情
|
|
328
|
-
&-detail-link {
|
|
329
|
-
color: var(--theme-color, #7F56D9);
|
|
330
|
-
margin-left: 8px;
|
|
331
|
-
cursor: pointer;
|
|
332
|
-
font-size: 12px;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
// 子元素:金额
|
|
336
|
-
&-amount {
|
|
337
|
-
font-size: 14px;
|
|
338
|
-
font-weight: 500;
|
|
339
|
-
|
|
340
|
-
// 修饰符:正数金额
|
|
341
|
-
&-positive {
|
|
342
|
-
color: #12B76A;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
// 修饰符:负数金额
|
|
346
|
-
&-negative {
|
|
347
|
-
color: #F04438;
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
// 元素:时间线列表
|
|
353
|
-
&-timeline-list {
|
|
354
|
-
padding: 8px 0;
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
// 弹窗样式
|
|
359
|
-
.wallet-detail-copyTitle,
|
|
360
|
-
.wallet-detail-copyText {
|
|
361
|
-
color: #101828;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.wallet-detail-copyTitle {
|
|
365
|
-
font-size: 24px;
|
|
366
|
-
font-weight: 600;
|
|
367
|
-
line-height: 32px;
|
|
368
|
-
margin-bottom: 8px;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.wallet-detail-copyText {
|
|
372
|
-
font-size: 16px;
|
|
373
|
-
font-weight: 500;
|
|
374
|
-
line-height: 24px;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.wallet-detail-expire-text {
|
|
378
|
-
white-space: pre-wrap;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.wallet-detail-expire-text-title {
|
|
382
|
-
font-size: 14px;
|
|
383
|
-
font-weight: 500;
|
|
384
|
-
line-height: 20px;
|
|
385
|
-
color: #667085;
|
|
386
|
-
}
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'page.wallet.copyTitle': string;
|
|
4
|
-
'page.wallet.copyButton': string;
|
|
5
|
-
'page.wallet.copySuccess': string;
|
|
6
|
-
'page.wallet.detail': string;
|
|
7
|
-
'page.wallet.activelog': string;
|
|
8
|
-
'page.wallet.copyText': string;
|
|
9
|
-
'page.wallet.spendingDetails': string;
|
|
10
|
-
'page.wallet.rechargeDetails': string;
|
|
11
|
-
'page.wallet.date': string;
|
|
12
|
-
'page.wallet.spending': string;
|
|
13
|
-
'page.wallet.recharge': string;
|
|
14
|
-
'page.wallet.pointsEarned': string;
|
|
15
|
-
'page.wallet.pointsRedeemed': string;
|
|
16
|
-
'page.wallet.refund': string;
|
|
17
|
-
'page.wallet.expire': string;
|
|
18
|
-
'page.wallet.viewOrder': string;
|
|
19
|
-
'page.wallet.done': string;
|
|
20
|
-
'page.wallet.addIos': string;
|
|
21
|
-
'page.wallet.addGoogle': string;
|
|
22
|
-
'page.wallet.viewDetails': string;
|
|
23
|
-
'page.wallet.expireDate': string;
|
|
24
|
-
'page.wallet.notValidDate': string;
|
|
25
|
-
'page.wallet.includedDate': string;
|
|
26
|
-
'page.wallet.urlEmpty': string;
|
|
27
|
-
'page.wallet.notIOS': string;
|
|
28
|
-
'page.wallet.addSuccess': string;
|
|
29
|
-
'page.wallet.addFailed': string;
|
|
30
|
-
'page.wallet.useAppleInstead': string;
|
|
31
|
-
'page.wallet.openedInBrowser': string;
|
|
32
|
-
'page.wallet.openFailed': string;
|
|
33
|
-
'page.wallet.loading': string;
|
|
34
|
-
'page.wallet.usageRules': string;
|
|
35
|
-
'page.wallet.usageRulesSubtitle': string;
|
|
36
|
-
'page.wallet.timeUsageLimits': string;
|
|
37
|
-
'page.wallet.totalQuantityControl': string;
|
|
38
|
-
'page.wallet.dailyLimit': string;
|
|
39
|
-
'page.wallet.weeklyLimit': string;
|
|
40
|
-
'page.wallet.monthlyLimit': string;
|
|
41
|
-
'page.wallet.personalLimit': string;
|
|
42
|
-
'page.wallet.dailyLimitDesc': string;
|
|
43
|
-
'page.wallet.weeklyLimitDesc': string;
|
|
44
|
-
'page.wallet.monthlyLimitDesc': string;
|
|
45
|
-
'page.wallet.monthlyLimitUnlimited': string;
|
|
46
|
-
'page.wallet.personalLimitDesc': string;
|
|
47
|
-
'page.wallet.dailyReset': string;
|
|
48
|
-
'page.wallet.weeklyReset': string;
|
|
49
|
-
'page.wallet.monthlyReset': string;
|
|
50
|
-
'page.wallet.voucherExpireNote': string;
|
|
51
|
-
};
|
|
52
|
-
'zh-CN': {
|
|
53
|
-
'page.wallet.copyTitle': string;
|
|
54
|
-
'page.wallet.copyButton': string;
|
|
55
|
-
'page.wallet.copySuccess': string;
|
|
56
|
-
'page.wallet.detail': string;
|
|
57
|
-
'page.wallet.activelog': string;
|
|
58
|
-
'page.wallet.copyText': string;
|
|
59
|
-
'page.wallet.spendingDetails': string;
|
|
60
|
-
'page.wallet.rechargeDetails': string;
|
|
61
|
-
'page.wallet.date': string;
|
|
62
|
-
'page.wallet.spending': string;
|
|
63
|
-
'page.wallet.recharge': string;
|
|
64
|
-
'page.wallet.pointsEarned': string;
|
|
65
|
-
'page.wallet.pointsRedeemed': string;
|
|
66
|
-
'page.wallet.refund': string;
|
|
67
|
-
'page.wallet.expire': string;
|
|
68
|
-
'page.wallet.viewOrder': string;
|
|
69
|
-
'page.wallet.done': string;
|
|
70
|
-
'page.wallet.addIos': string;
|
|
71
|
-
'page.wallet.addGoogle': string;
|
|
72
|
-
'page.wallet.viewDetails': string;
|
|
73
|
-
'page.wallet.expireDate': string;
|
|
74
|
-
'page.wallet.notValidDate': string;
|
|
75
|
-
'page.wallet.includedDate': string;
|
|
76
|
-
'page.wallet.urlEmpty': string;
|
|
77
|
-
'page.wallet.notIOS': string;
|
|
78
|
-
'page.wallet.addSuccess': string;
|
|
79
|
-
'page.wallet.addFailed': string;
|
|
80
|
-
'page.wallet.useAppleInstead': string;
|
|
81
|
-
'page.wallet.openedInBrowser': string;
|
|
82
|
-
'page.wallet.openFailed': string;
|
|
83
|
-
'page.wallet.loading': string;
|
|
84
|
-
'page.wallet.usageRules': string;
|
|
85
|
-
'page.wallet.usageRulesSubtitle': string;
|
|
86
|
-
'page.wallet.timeUsageLimits': string;
|
|
87
|
-
'page.wallet.totalQuantityControl': string;
|
|
88
|
-
'page.wallet.dailyLimit': string;
|
|
89
|
-
'page.wallet.weeklyLimit': string;
|
|
90
|
-
'page.wallet.monthlyLimit': string;
|
|
91
|
-
'page.wallet.personalLimit': string;
|
|
92
|
-
'page.wallet.dailyLimitDesc': string;
|
|
93
|
-
'page.wallet.weeklyLimitDesc': string;
|
|
94
|
-
'page.wallet.monthlyLimitDesc': string;
|
|
95
|
-
'page.wallet.monthlyLimitUnlimited': string;
|
|
96
|
-
'page.wallet.personalLimitDesc': string;
|
|
97
|
-
'page.wallet.dailyReset': string;
|
|
98
|
-
'page.wallet.weeklyReset': string;
|
|
99
|
-
'page.wallet.monthlyReset': string;
|
|
100
|
-
'page.wallet.voucherExpireNote': string;
|
|
101
|
-
};
|
|
102
|
-
'zh-HK': {
|
|
103
|
-
'page.wallet.copyTitle': string;
|
|
104
|
-
'page.wallet.copyButton': string;
|
|
105
|
-
'page.wallet.copySuccess': string;
|
|
106
|
-
'page.wallet.detail': string;
|
|
107
|
-
'page.wallet.activelog': string;
|
|
108
|
-
'page.wallet.copyText': string;
|
|
109
|
-
'page.wallet.spendingDetails': string;
|
|
110
|
-
'page.wallet.rechargeDetails': string;
|
|
111
|
-
'page.wallet.date': string;
|
|
112
|
-
'page.wallet.spending': string;
|
|
113
|
-
'page.wallet.recharge': string;
|
|
114
|
-
'page.wallet.pointsEarned': string;
|
|
115
|
-
'page.wallet.pointsRedeemed': string;
|
|
116
|
-
'page.wallet.refund': string;
|
|
117
|
-
'page.wallet.expire': string;
|
|
118
|
-
'page.wallet.viewOrder': string;
|
|
119
|
-
'page.wallet.done': string;
|
|
120
|
-
'page.wallet.addIos': string;
|
|
121
|
-
'page.wallet.addGoogle': string;
|
|
122
|
-
'page.wallet.viewDetails': string;
|
|
123
|
-
'page.wallet.expireDate': string;
|
|
124
|
-
'page.wallet.notValidDate': string;
|
|
125
|
-
'page.wallet.includedDate': string;
|
|
126
|
-
'page.wallet.urlEmpty': string;
|
|
127
|
-
'page.wallet.notIOS': string;
|
|
128
|
-
'page.wallet.addSuccess': string;
|
|
129
|
-
'page.wallet.addFailed': string;
|
|
130
|
-
'page.wallet.useAppleInstead': string;
|
|
131
|
-
'page.wallet.openedInBrowser': string;
|
|
132
|
-
'page.wallet.openFailed': string;
|
|
133
|
-
'page.wallet.loading': string;
|
|
134
|
-
'page.wallet.usageRules': string;
|
|
135
|
-
'page.wallet.usageRulesSubtitle': string;
|
|
136
|
-
'page.wallet.timeUsageLimits': string;
|
|
137
|
-
'page.wallet.totalQuantityControl': string;
|
|
138
|
-
'page.wallet.dailyLimit': string;
|
|
139
|
-
'page.wallet.weeklyLimit': string;
|
|
140
|
-
'page.wallet.monthlyLimit': string;
|
|
141
|
-
'page.wallet.personalLimit': string;
|
|
142
|
-
'page.wallet.dailyLimitDesc': string;
|
|
143
|
-
'page.wallet.weeklyLimitDesc': string;
|
|
144
|
-
'page.wallet.monthlyLimitDesc': string;
|
|
145
|
-
'page.wallet.monthlyLimitUnlimited': string;
|
|
146
|
-
'page.wallet.personalLimitDesc': string;
|
|
147
|
-
'page.wallet.dailyReset': string;
|
|
148
|
-
'page.wallet.weeklyReset': string;
|
|
149
|
-
'page.wallet.monthlyReset': string;
|
|
150
|
-
'page.wallet.voucherExpireNote': string;
|
|
151
|
-
};
|
|
152
|
-
};
|
|
153
|
-
export default _default;
|