@licklist/design 0.66.7-dev.6 → 0.66.7-dev.7
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/.eslintignore +10 -0
- package/.eslintrc +8 -0
- package/.husky/pre-commit +4 -0
- package/.storybook/main.cjs +47 -0
- package/.storybook/manager.js +4 -0
- package/.storybook/preview.js +77 -0
- package/.yarnrc.yml +3 -0
- package/bitbucket-pipelines.yml +89 -0
- package/deploy-application.sh +72 -0
- package/dist/affiliate/card/AffiliateCard.d.ts +1 -1
- package/dist/affiliate/card/AffiliateCard.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateControl.js +1 -1
- package/dist/affiliate/form/AffiliateForm.d.ts +1 -1
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/auth/AccessDenied/AccessDenied.js +2 -2
- package/dist/auth/Authorizer.js +5 -5
- package/dist/auth/ChangePassword/ChangePasswordComponent.js +5 -5
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts +1 -1
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.js +2 -2
- package/dist/auth/Layout/UserNavComponent.d.ts +1 -1
- package/dist/auth/Layout/UserNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDown.js +2 -2
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts +1 -1
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +7 -7
- package/dist/auth/Login/LoginFormComponent.d.ts +2 -2
- package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginFormComponent.js +2 -2
- package/dist/auth/Logout/Logout.js +3 -3
- package/dist/auth/Register/BirthDateFormComponent.js +4 -4
- package/dist/auth/Register/RegisterComponent.js +7 -7
- package/dist/auth/Register/RegisterFormComponent.d.ts +3 -3
- package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterFormComponent.js +5 -5
- package/dist/auth/ResetPassword/ResetPasswordComponent.js +5 -5
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.js +2 -2
- package/dist/auth/Router.js +2 -2
- package/dist/auth/Social/SocialCallbackComponent.js +8 -8
- package/dist/auth/Social/SocialFormComponent.js +4 -4
- package/dist/availability-indicator/AvailabilityIndicator.d.ts +1 -1
- package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
- package/dist/custom-fields/constants.js +1 -1
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts +4 -4
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +2 -2
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +3 -3
- package/dist/custom-fields/forms/DropdownForm.d.ts +2 -2
- package/dist/custom-fields/forms/DropdownForm.d.ts.map +1 -1
- package/dist/custom-fields/forms/DropdownForm.js +1 -1
- package/dist/custom-fields/forms/TextInputForm.d.ts +2 -2
- package/dist/custom-fields/forms/TextInputForm.d.ts.map +1 -1
- package/dist/custom-fields/forms/TextInputForm.js +1 -1
- package/dist/date-time-button/DateContent.js +2 -2
- package/dist/date-time-button/DateTimeButton.d.ts +1 -1
- package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.d.ts +1 -1
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +4 -4
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +8 -8
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts +2 -2
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.js +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +19 -19
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -1
- package/dist/events/edit-event-modal/utils/isUrlValid.js +1 -1
- package/dist/events/event-card/EventCard.d.ts +2 -2
- package/dist/events/event-card/EventCard.d.ts.map +1 -1
- package/dist/events/event-card/EventCard.js +1 -1
- package/dist/events/event-card/utils.d.ts +1 -1
- package/dist/events/event-card/utils.d.ts.map +1 -1
- package/dist/events/event-card/utils.js +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +2 -2
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +4 -4
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +2 -2
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.js +1 -1
- package/dist/events/event-statistic-modal/utils/index.d.ts +1 -1
- package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/utils/index.js +1 -1
- package/dist/events/event-venue-map/EventVenueMap.d.ts +4 -4
- package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/EventVenueMap.js +1 -1
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.js +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.js +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +2 -2
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.js +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.js +2 -2
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +2 -2
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.js +1 -1
- package/dist/events/event-venue-map/hooks/useCanvasSize.js +1 -1
- package/dist/events/event-venue-map/hooks/useDrag.js +1 -1
- package/dist/events/event-venue-map/hooks/useStageActions.js +1 -1
- package/dist/events/event-venue-map/hooks/useZoom.js +1 -1
- package/dist/events/event-venue-map/utils/index.d.ts +1 -1
- package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
- package/dist/file-upload/FilePreview.d.ts +3 -3
- package/dist/file-upload/FilePreview.d.ts.map +1 -1
- package/dist/file-upload/FilePreview.js +1 -1
- package/dist/file-upload/FileUpload.d.ts +3 -3
- package/dist/file-upload/FileUpload.d.ts.map +1 -1
- package/dist/file-upload/FileUpload.js +2 -2
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.js +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts +2 -2
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +2 -2
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.d.ts +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts +1 -1
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts.map +1 -1
- package/dist/iframe/event/event-description/EventDescription.d.ts +1 -1
- package/dist/iframe/event/event-description/EventDescription.d.ts.map +1 -1
- package/dist/iframe/event/event-description/EventDescription.js +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +1 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +6 -6
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.js +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.js +2 -2
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +3 -3
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +3 -3
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +2 -2
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts +3 -3
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js +3 -3
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +3 -3
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +3 -3
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +2 -2
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +2 -2
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +2 -2
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +1 -1
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +2 -2
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.js +1 -1
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +2 -2
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts.map +1 -1
- package/dist/iframe/order-process/components/utils/useCategoryVerification.js +1 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.js +1 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.js +1 -1
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.js +4 -4
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +1 -1
- package/dist/iframe/payment/order-items-table/types/index.d.ts +2 -2
- package/dist/iframe/payment/order-items-table/types/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/index.d.ts +3 -3
- package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/index.js +2 -2
- package/dist/iframe/payment/payment-form/PaymentForm.js +4 -4
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +3 -3
- package/dist/iframe/payment/payment-page/PaymentTimer.js +3 -3
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +2 -2
- package/dist/iframe/ryft/RyftPaymentForm.d.ts +2 -2
- package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.js +2 -2
- package/dist/index.js +1 -1
- package/dist/notification/components/NotificationPlaceholders.d.ts +1 -1
- package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts +2 -2
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts +3 -3
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +4 -4
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts +11 -11
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.js +1 -1
- package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts +2 -2
- package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/send-email-template/SendEmailTemplateForm.js +2 -2
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts +2 -2
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.js +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +5 -5
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.js +1 -1
- package/dist/product-set/card/ProductSetCard.d.ts +1 -1
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts +2 -2
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +1 -1
- package/dist/product-set/control/DateInput.d.ts +2 -2
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +1 -1
- package/dist/product-set/control/ProductSetControl.d.ts +5 -5
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +3 -3
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts +1 -1
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts +1 -1
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.d.ts +1 -1
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +2 -2
- package/dist/product-set/form/ProductSetForm.d.ts +6 -6
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +1 -1
- package/dist/product-set/form/ProductsControl.d.ts +2 -2
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +6 -6
- package/dist/product-set/form/SelectCategoryModal.d.ts +1 -1
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +1 -1
- package/dist/product-set/form/StepsControl.js +1 -1
- package/dist/product-set/form/SubProductsControl.js +1 -1
- package/dist/product-set/form/VenueMapSetModal.js +1 -1
- package/dist/product-set/form/VenueMapsControl.d.ts +2 -2
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +1 -1
- package/dist/product-set/form/context.d.ts +3 -3
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.d.ts +4 -4
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +17 -17
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.d.ts +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.d.ts +1 -1
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.d.ts +3 -3
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +2 -2
- package/dist/product-set/step/StepControl.d.ts +2 -2
- package/dist/product-set/step/StepControl.d.ts.map +1 -1
- package/dist/product-set/step/StepControl.js +1 -1
- package/dist/product-set/utils/index.d.ts +2 -2
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/provider/company/user-form/UserForm.d.ts +2 -2
- package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
- package/dist/provider/company/user-form/UserForm.js +3 -3
- package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts +1 -1
- package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.js +2 -2
- package/dist/provider/venue-form/VenueForm.d.ts +1 -1
- package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.js +3 -3
- package/dist/recurrence-input/RecurrenceEndInput.js +1 -1
- package/dist/recurring-date-picker-input/DatePickerInput.js +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +2 -2
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +2 -2
- package/dist/recurring-date-picker-input/utils.d.ts +1 -1
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +2 -2
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +3 -3
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.js +3 -3
- package/dist/report/ReportTypeSelect/ReportTypeSelect.js +1 -1
- package/dist/report/card/ReportCard.d.ts +1 -1
- package/dist/report/card/ReportCard.d.ts.map +1 -1
- package/dist/report/form/ReportForm.d.ts +1 -1
- package/dist/report/form/ReportForm.d.ts.map +1 -1
- package/dist/resource/card/ResourceCard.d.ts +1 -1
- package/dist/resource/card/ResourceCard.d.ts.map +1 -1
- package/dist/resource/form/ResourceForm.d.ts +3 -3
- package/dist/resource/form/ResourceForm.d.ts.map +1 -1
- package/dist/resource/form/ResourceForm.js +1 -1
- package/dist/resource/form/components/CapacityControl.js +1 -1
- package/dist/resource/form/components/NameControl.js +1 -1
- package/dist/resource/form/components/SortControl.js +1 -1
- package/dist/resource/form/components/ZoneControl.d.ts +1 -1
- package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/resource/form/components/ZoneControl.js +1 -1
- package/dist/sales/booking/results/BookingResults.d.ts +2 -2
- package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.d.ts +2 -2
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +5 -5
- package/dist/sales/constants.d.ts +1 -1
- package/dist/sales/constants.d.ts.map +1 -1
- package/dist/sales/constants.js +1 -1
- package/dist/sales/coupon/control/CouponFormControl.d.ts +2 -2
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +2 -2
- package/dist/sales/coupon/form/CouponFrom.d.ts +3 -3
- package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
- package/dist/sales/coupon/form/CouponFrom.js +1 -1
- package/dist/sales/coupon/utils/index.d.ts +1 -1
- package/dist/sales/coupon/utils/index.d.ts.map +1 -1
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts +1 -1
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/Profile.d.ts +1 -1
- package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/Profile.js +1 -1
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts +2 -2
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.js +1 -1
- package/dist/sales/life-time-sales/LifeTimeSalesChart.js +1 -1
- package/dist/sales/manual-booking/formatDays.js +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.js +2 -2
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.js +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.js +2 -2
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.js +1 -1
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +1 -1
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts +2 -2
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +5 -5
- package/dist/sales/modals/payment-modal/PaymentModal.js +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.d.ts +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/notes/NotesTable.d.ts +1 -1
- package/dist/sales/notes/NotesTable.d.ts.map +1 -1
- package/dist/sales/notes/NotesTableRow.d.ts +1 -1
- package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
- package/dist/sales/notes/NotesTableRow.js +6 -6
- package/dist/sales/notes/note-form/NoteForm.d.ts +1 -1
- package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
- package/dist/sales/payment-form/SalePaymentForm.js +3 -3
- package/dist/sales/payment-form/types.d.ts +1 -1
- package/dist/sales/payment-form/types.d.ts.map +1 -1
- package/dist/setting/admin/AdminSettingForm.d.ts +2 -2
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/setting/admin/AdminSettingForm.js +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts +2 -2
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +2 -2
- package/dist/setting/dashboard/ProviderSettingForm.js +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.js +4 -4
- package/dist/setting/system/SystemSettingForm.d.ts +1 -1
- package/dist/setting/system/SystemSettingForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/SnippetTemplate.d.ts +2 -2
- package/dist/snippet/snippet-template/SnippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.d.ts +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.js +1 -1
- package/dist/snippet/snippet-template/control/PropertyControl.js +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts +2 -2
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +3 -3
- package/dist/snippet/snippet-template/preview/Preview.js +12 -12
- package/dist/snippet/snippet-template/utils/index.d.ts +1 -1
- package/dist/snippet/snippet-template/utils/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/utils/index.js +1 -1
- package/dist/sorting-select/SortingSelect.js +2 -2
- package/dist/static/RestrictedAccess.js +1 -1
- package/dist/static/date-range-input/utils/index.js +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +1 -1
- package/dist/static/index.js +4 -4
- package/dist/static/loader/PaymentLoader.js +1 -1
- package/dist/striped-static-table/StripedStaticTable.js +4 -4
- package/dist/table/PaginationHelperComponent.d.ts +1 -1
- package/dist/table/PaginationHelperComponent.d.ts.map +1 -1
- package/dist/table/PaginationHelperComponent.js +1 -1
- package/dist/table/PerPageHelperComponent.js +1 -1
- package/dist/table/ReactTableHelperComponent.js +2 -2
- package/dist/table/TableHelperComponent.d.ts +3 -3
- package/dist/table/TableHelperComponent.d.ts.map +1 -1
- package/dist/table/TableHelperComponent.js +3 -3
- package/dist/table/hooks/useTableQueryOptions.js +1 -1
- package/dist/table/types.d.ts +3 -3
- package/dist/table/types.d.ts.map +1 -1
- package/dist/table/utils/index.d.ts +1 -1
- package/dist/table/utils/index.d.ts.map +1 -1
- package/dist/table/utils/index.js +1 -1
- package/dist/types/iframe.d.ts +1 -1
- package/dist/types/iframe.d.ts.map +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.js +1 -1
- package/dist/venue-map-sets/form/components/NameControl.js +1 -1
- package/dist/venue-map-sets/form/components/VenueMapImageControl.js +3 -3
- package/dist/venue-map-sets/form/components/VenueMapModal.js +1 -1
- package/dist/venue-map-sets/form/components/VenueMapsControl.js +1 -1
- package/dist/venue-map-sets/form/types/index.d.ts +3 -3
- package/dist/venue-map-sets/form/types/index.d.ts.map +1 -1
- package/dist/venue-map-sets/form/utils/index.d.ts +1 -1
- package/dist/venue-map-sets/form/utils/index.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedWindowScroller.js +1 -1
- package/dist/zone/card/ZoneCard.d.ts +1 -1
- package/dist/zone/card/ZoneCard.d.ts.map +1 -1
- package/dist/zone/card/ZoneCard.js +1 -1
- package/dist/zone/form/ZoneForm.d.ts +3 -3
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.js +1 -1
- package/dist/zone/form/components/AvailableTimesControl.d.ts +1 -1
- package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
- package/dist/zone/form/components/DescriptionControl.js +1 -1
- package/dist/zone/form/components/GameDurationControl.js +1 -1
- package/dist/zone/form/components/NameControl.js +1 -1
- package/dist/zone/form/components/SortControl.js +1 -1
- package/dist/zone/form/components/ZoneControl.d.ts +1 -1
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneImageControl.js +3 -3
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts +1 -1
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +2 -2
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneTypeControl.js +2 -2
- package/dist/zone/form/utils/dates.d.ts +1 -1
- package/dist/zone/form/utils/dates.d.ts.map +1 -1
- package/dist/zone/form/utils/dates.js +2 -2
- package/package.json +7 -11
- package/rollup.config.js +94 -0
- package/src/affiliate/card/AffiliateCard.tsx +1 -1
- package/src/affiliate/form/AffiliateControl.tsx +1 -1
- package/src/affiliate/form/AffiliateForm.tsx +1 -1
- package/src/auth/AccessDenied/AccessDenied.tsx +2 -2
- package/src/auth/Auth.stories.tsx +3 -3
- package/src/auth/Authorizer.tsx +5 -5
- package/src/auth/ChangePassword/ChangePasswordComponent.tsx +7 -7
- package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +3 -3
- package/src/auth/Layout/Layout.stories.tsx +1 -1
- package/src/auth/Layout/UserNavComponent.tsx +1 -1
- package/src/auth/Layout/UserNavDropDown.tsx +2 -2
- package/src/auth/Layout/UserNavDropDownToggle.tsx +1 -1
- package/src/auth/Login/LoginComponent.tsx +10 -10
- package/src/auth/Login/LoginFormComponent.tsx +4 -4
- package/src/auth/Logout/Logout.stories.tsx +3 -3
- package/src/auth/Logout/Logout.tsx +2 -2
- package/src/auth/Register/BirthDateFormComponent.tsx +4 -4
- package/src/auth/Register/RegisterComponent.tsx +11 -11
- package/src/auth/Register/RegisterFormComponent.tsx +9 -9
- package/src/auth/ResetPassword/ResetPasswordComponent.tsx +7 -7
- package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +3 -3
- package/src/auth/Router.tsx +2 -2
- package/src/auth/Social/SocialCallbackComponent.tsx +10 -10
- package/src/auth/Social/SocialFormComponent.tsx +5 -5
- package/src/availability-indicator/AvailabilityIndicator.tsx +1 -1
- package/src/custom-fields/CustomFields.stories.tsx +1 -1
- package/src/custom-fields/constants.ts +1 -1
- package/src/custom-fields/field-set/CustomFieldSets.tsx +4 -4
- package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +5 -5
- package/src/custom-fields/forms/DropdownForm.tsx +4 -4
- package/src/custom-fields/forms/TextInputForm.tsx +3 -3
- package/src/date-time-button/DateContent.tsx +2 -2
- package/src/date-time-button/DateTimeButton.tsx +1 -1
- package/src/events/edit-event-modal/IntervalInput.tsx +1 -1
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +3 -3
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +9 -9
- package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +3 -3
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +1 -1
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +2 -2
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +1 -1
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +1 -1
- package/src/events/edit-event-modal/utils/isUrlValid.ts +1 -1
- package/src/events/event-card/EventCard.tsx +3 -3
- package/src/events/event-card/utils.ts +2 -2
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +2 -2
- package/src/events/event-statistic-modal/hooks/useTableData.tsx +3 -3
- package/src/events/event-statistic-modal/utils/index.ts +2 -2
- package/src/events/event-venue-map/EventVenueMap.stories.tsx +1 -1
- package/src/events/event-venue-map/EventVenueMap.tsx +5 -5
- package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +2 -2
- package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +1 -1
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +2 -2
- package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +3 -3
- package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +2 -2
- package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +2 -2
- package/src/events/event-venue-map/hooks/useCanvasSize.ts +1 -1
- package/src/events/event-venue-map/hooks/useDrag.ts +1 -1
- package/src/events/event-venue-map/hooks/useStageActions.ts +1 -1
- package/src/events/event-venue-map/hooks/useZoom.ts +1 -1
- package/src/events/event-venue-map/utils/index.ts +1 -1
- package/src/file-upload/FilePreview.tsx +3 -3
- package/src/file-upload/FileUpload.tsx +4 -4
- package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +1 -1
- package/src/iframe/custom-fields/components/CustomDateField.tsx +2 -2
- package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +2 -2
- package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +2 -2
- package/src/iframe/event/event-card/IframeEventCard.tsx +1 -1
- package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +1 -1
- package/src/iframe/event/event-description/EventDescription.stories.tsx +1 -1
- package/src/iframe/event/event-description/EventDescription.tsx +2 -2
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +1 -1
- package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +1 -1
- package/src/iframe/event/event-product-sets/EventProductSets.tsx +1 -1
- package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +1 -1
- package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx +1 -1
- package/src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx +1 -1
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +1 -1
- package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +1 -1
- package/src/iframe/event/ticket-description/TicketDescription.tsx +2 -2
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +1 -1
- package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +1 -1
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +2 -2
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +3 -3
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +1 -1
- package/src/iframe/order-process/components/BookingSummary/types/index.ts +3 -3
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -2
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +7 -7
- package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +3 -3
- package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +3 -3
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +4 -4
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +2 -2
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +3 -3
- package/src/iframe/order-process/components/utils/useCategoryVerification.ts +3 -3
- package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +1 -1
- package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +1 -1
- package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +1 -1
- package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +1 -1
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +2 -2
- package/src/iframe/payment/order-items-table/types/index.ts +2 -2
- package/src/iframe/payment/order-items-table/utils/index.ts +4 -4
- package/src/iframe/payment/payment-page/PaymentPage.tsx +2 -2
- package/src/iframe/payment/payment-page/PaymentTimer.tsx +2 -2
- package/src/iframe/ryft/RyftPaymentForm.tsx +2 -2
- package/src/notification/components/NotificationPlaceholders.tsx +1 -1
- package/src/notification/email-template/card/EmailTemplateCard.tsx +2 -2
- package/src/notification/email-template/control/EmailTemplateControl.tsx +6 -6
- package/src/notification/email-template/form/EmailTemplateForm.tsx +12 -12
- package/src/notification/send-email-template/SendEmailTemplateForm.tsx +4 -4
- package/src/notification/sms-template/card/SmsTemplateCard.tsx +2 -2
- package/src/notification/sms-template/control/SmsTemplateControl.tsx +2 -2
- package/src/notification/sms-template/form/SmsTemplateForm.tsx +6 -6
- package/src/product-set/card/ProductSetCard.tsx +2 -2
- package/src/product-set/control/DateAndRecurrenceInput.tsx +3 -3
- package/src/product-set/control/DateInput.tsx +3 -3
- package/src/product-set/control/ProductSetControl.stories.tsx +1 -1
- package/src/product-set/control/ProductSetControl.tsx +7 -7
- package/src/product-set/control/ProductSetRecurrenceControl.tsx +1 -1
- package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +1 -1
- package/src/product-set/form/ProductCategoriesControl.tsx +2 -2
- package/src/product-set/form/ProductSetForm.stories.tsx +3 -3
- package/src/product-set/form/ProductSetForm.tsx +7 -7
- package/src/product-set/form/ProductsControl.tsx +5 -5
- package/src/product-set/form/SelectCategoryModal.tsx +1 -1
- package/src/product-set/form/StepsControl.tsx +1 -1
- package/src/product-set/form/SubProductsControl.tsx +1 -1
- package/src/product-set/form/VenueMapSetModal.tsx +4 -4
- package/src/product-set/form/VenueMapsControl.tsx +3 -3
- package/src/product-set/form/context.tsx +3 -3
- package/src/product-set/product/ProductControl.tsx +6 -6
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -2
- package/src/product-set/product/deposit/ProductDepositControl.tsx +2 -2
- package/src/product-set/product/duration/ProductDurationControl.tsx +2 -2
- package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +1 -1
- package/src/product-set/product/price/ProductPriceControl.tsx +2 -2
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -2
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -2
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +2 -2
- package/src/product-set/product-category/ProductCategory.stories.tsx +1 -1
- package/src/product-set/product-category/ProductCategoryControl.tsx +4 -4
- package/src/product-set/step/StepControl.tsx +3 -3
- package/src/product-set/utils/index.ts +2 -2
- package/src/provider/company/user-form/UserForm.tsx +4 -4
- package/src/provider/provider-details-input/ProviderDetailsInput.tsx +1 -1
- package/src/provider/provider-form/ProviderForm.tsx +3 -3
- package/src/provider/venue-form/VenueForm.tsx +4 -4
- package/src/recurrence-input/RecurrenceEndInput.tsx +1 -1
- package/src/recurring-date-picker-input/DatePickerInput.tsx +1 -1
- package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +2 -2
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +1 -1
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +3 -3
- package/src/recurring-date-picker-input/utils.ts +3 -3
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +4 -4
- package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +1 -1
- package/src/report/card/ReportCard.tsx +1 -1
- package/src/report/form/ReportForm.tsx +1 -1
- package/src/resource/card/ResourceCard.tsx +1 -1
- package/src/resource/form/ResourceForm.stories.tsx +1 -1
- package/src/resource/form/ResourceForm.tsx +4 -4
- package/src/resource/form/components/CapacityControl.tsx +2 -2
- package/src/resource/form/components/NameControl.tsx +2 -2
- package/src/resource/form/components/SortControl.tsx +2 -2
- package/src/resource/form/components/ZoneControl.tsx +3 -3
- package/src/sales/booking/results/BookingResults.stories.tsx +4 -4
- package/src/sales/booking/results/BookingResults.tsx +2 -2
- package/src/sales/booking/results/components/ResultCard.tsx +6 -6
- package/src/sales/constants.tsx +1 -1
- package/src/sales/coupon/control/CouponFormControl.tsx +3 -3
- package/src/sales/coupon/form/CouponFrom.tsx +4 -4
- package/src/sales/coupon/utils/index.ts +1 -1
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +4 -4
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +1 -1
- package/src/sales/guest-profile/profile/Profile.stories.tsx +2 -2
- package/src/sales/guest-profile/profile/Profile.tsx +2 -2
- package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +2 -2
- package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +2 -2
- package/src/sales/manual-booking/formatDays.ts +1 -1
- package/src/sales/manual-booking/search-user/SearchUser.tsx +4 -4
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.stories.tsx +1 -1
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +2 -2
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +2 -2
- package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +1 -1
- package/src/sales/manual-booking/select-menu/SelectMenu.tsx +1 -1
- package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +1 -1
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +5 -5
- package/src/sales/modals/payment-modal/PaymentModal.stories.tsx +2 -2
- package/src/sales/modals/payment-modal/PaymentModal.tsx +1 -1
- package/src/sales/modals/refund-modal/RefundModal.tsx +1 -1
- package/src/sales/notes/NotesTable.tsx +1 -1
- package/src/sales/notes/NotesTableRow.tsx +3 -3
- package/src/sales/notes/note-form/NoteForm.tsx +1 -1
- package/src/sales/payment-form/SalePaymentForm.stories.tsx +2 -2
- package/src/sales/payment-form/SalePaymentForm.tsx +3 -3
- package/src/sales/payment-form/types.ts +1 -1
- package/src/setting/admin/AdminSettingForm.tsx +3 -3
- package/src/setting/dashboard/DashboardSetting.stories.tsx +1 -1
- package/src/setting/dashboard/DashboardSettingForm.tsx +4 -4
- package/src/setting/dashboard/ProviderSettingForm.tsx +1 -1
- package/src/setting/dashboard/components/IpInput.tsx +2 -2
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +1 -1
- package/src/setting/dashboard/snippets/card/SnippetCard.tsx +2 -2
- package/src/setting/system/SystemSettingForm.tsx +1 -1
- package/src/snippet/snippet-template/SnippetTemplate.tsx +2 -2
- package/src/snippet/snippet-template/context/snippetTemplate.tsx +1 -1
- package/src/snippet/snippet-template/control/PropertyControl.tsx +1 -1
- package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +5 -5
- package/src/snippet/snippet-template/preview/Preview.tsx +2 -2
- package/src/snippet/snippet-template/utils/index.ts +1 -1
- package/src/sorting-select/SortingSelect.tsx +2 -2
- package/src/static/RestrictedAccess.tsx +1 -1
- package/src/static/date-range-input/utils/index.ts +1 -1
- package/src/static/form-number-input/FormNumberInput.tsx +1 -1
- package/src/static/loader/PaymentLoader.tsx +1 -1
- package/src/table/PaginationHelperComponent.tsx +2 -2
- package/src/table/PerPageHelperComponent.tsx +1 -1
- package/src/table/ReactTableHelperComponent.tsx +2 -2
- package/src/table/Table.stories.tsx +1 -1
- package/src/table/TableHelperComponent.tsx +6 -6
- package/src/table/hooks/useTableQueryOptions.ts +1 -1
- package/src/table/types.ts +3 -3
- package/src/table/utils/index.ts +2 -2
- package/src/types/iframe.ts +1 -1
- package/src/venue-map-sets/card/VenueMapSetCard.tsx +2 -2
- package/src/venue-map-sets/form/components/NameControl.tsx +1 -1
- package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +3 -3
- package/src/venue-map-sets/form/components/VenueMapModal.tsx +1 -1
- package/src/venue-map-sets/form/components/VenueMapsControl.tsx +1 -1
- package/src/venue-map-sets/form/types/index.ts +3 -3
- package/src/venue-map-sets/form/utils/index.ts +2 -2
- package/src/virtualized/components/VirtualizedWindowScroller.tsx +1 -1
- package/src/zone/card/ZoneCard.tsx +2 -2
- package/src/zone/form/ZoneForm.tsx +4 -4
- package/src/zone/form/components/AvailableTimesControl.tsx +1 -1
- package/src/zone/form/components/DescriptionControl.tsx +2 -2
- package/src/zone/form/components/GameDurationControl.tsx +2 -2
- package/src/zone/form/components/NameControl.tsx +2 -2
- package/src/zone/form/components/SortControl.tsx +2 -2
- package/src/zone/form/components/ZoneControl.tsx +1 -1
- package/src/zone/form/components/ZoneImageControl.tsx +3 -3
- package/src/zone/form/components/ZoneRecurrenceControl.tsx +1 -1
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +2 -2
- package/src/zone/form/components/ZoneTypeControl.tsx +2 -2
- package/src/zone/form/utils/dates.ts +3 -3
- package/tsconfig.build.json +7 -0
- package/tsconfig.json +43 -0
- package/vite.config.ts +34 -0
- package/yarn.lock +20971 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { useTranslation } from 'react-i18next';
|
|
3
3
|
import { useIntl } from 'react-intl';
|
|
4
|
-
import * as Config from '@licklist/core/
|
|
4
|
+
import * as Config from '@licklist/core/dist/Config';
|
|
5
5
|
import { values } from 'lodash';
|
|
6
6
|
import '../../../../static/index.js';
|
|
7
7
|
import { ProductsByMenuStep } from './components/ProductsByMenuStep/ProductsByMenuStep.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useState, useCallback, useEffect } from 'react';
|
|
3
3
|
import { Accordion } from 'react-bootstrap';
|
|
4
|
-
import { useWindowDimensions } from '@licklist/plugins/
|
|
4
|
+
import { useWindowDimensions } from '@licklist/plugins/dist/hooks/Media/useWindowDimensions';
|
|
5
5
|
import { ToggleHeader } from '../ToggleHeader/ToggleHeader.js';
|
|
6
6
|
import { MOBILE_WIDTH, ACCORDION_KEY } from '../../types/index.js';
|
|
7
7
|
import { RIGHT_BLOCK_EXPAND, RIGHT_BLOCK_EXPANDED, RIGHT_BLOCK_COLLAPSE, RIGHT_BLOCK_COLLAPSED } from '../../../../../page/components/PageBody/constants.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,wDAAwD,CAAC;AAEnF,KAAK,mBAAmB,GAAG;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,YAAY,EAAE,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,cAAc,iEAKxB,mBAAmB,4CA8BrB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useTranslation } from 'react-i18next';
|
|
3
3
|
import { useIntl } from 'react-intl';
|
|
4
|
-
import * as Config from '@licklist/core/
|
|
4
|
+
import * as Config from '@licklist/core/dist/Config';
|
|
5
5
|
|
|
6
6
|
var ProductSummary = function(param) {
|
|
7
7
|
var name = param.name, productQuantityError = param.productQuantityError, orderProduct = param.orderProduct, isPaymentLink = param.isPaymentLink;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { QuantityCheckProductInfo } from "@licklist/plugins/
|
|
2
|
-
import { OrderItems } from "@licklist/plugins/
|
|
3
|
-
import { MenuStep } from "@licklist/plugins/
|
|
1
|
+
import { QuantityCheckProductInfo } from "@licklist/plugins/dist/types/Api/verifyStock";
|
|
2
|
+
import { OrderItems } from "@licklist/plugins/dist/types/context/Iframe/orderItems";
|
|
3
|
+
import { MenuStep } from "@licklist/plugins/dist/types/context/sale/menuSteps";
|
|
4
4
|
export type ProductsByMenuStepsProps = {
|
|
5
5
|
orderItems: OrderItems;
|
|
6
6
|
step: MenuStep;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductsByMenuStep.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductsByMenuStep.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAEL,UAAU,EACX,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,qDAAqD,CAAC;AAqB/E,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,QAAQ,CAAC;IACf,kBAAkB,CAAC,EAAE,wBAAwB,EAAE,CAAC;IAChD,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,kBAAkB,6DAK5B,wBAAwB,4CAwC1B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useIntl } from 'react-intl';
|
|
3
|
-
import * as Config from '@licklist/core/
|
|
3
|
+
import * as Config from '@licklist/core/dist/Config';
|
|
4
4
|
|
|
5
5
|
var SummaryTotalBlock = function(param) {
|
|
6
6
|
var label = param.label, amount = param.amount;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { QuantityCheckProductInfo } from "@licklist/plugins/
|
|
2
|
-
import { OrderItems } from "@licklist/plugins/
|
|
3
|
-
import { MenuStep } from "@licklist/plugins/
|
|
1
|
+
import { QuantityCheckProductInfo } from "@licklist/plugins/dist/types/Api/verifyStock";
|
|
2
|
+
import { OrderItems } from "@licklist/plugins/dist/types/context/Iframe/orderItems";
|
|
3
|
+
import { MenuStep } from "@licklist/plugins/dist/types/context/sale/menuSteps";
|
|
4
4
|
import { ReactElement } from "react";
|
|
5
5
|
export declare const MOBILE_WIDTH = 576;
|
|
6
6
|
export declare const ACCORDION_KEY = "booking-summary";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,UAAU,EAAE,MAAM,wDAAwD,CAAC;AACpF,OAAO,EAAE,QAAQ,EAAE,MAAM,qDAAqD,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC,eAAO,MAAM,YAAY,MAAM,CAAC;AAChC,eAAO,MAAM,aAAa,oBAAoB,CAAC;AAE/C,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,wBAAwB,EAAE,CAAC;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QuantityCheckProductInfo } from "@licklist/plugins/
|
|
2
|
-
import { OrderItem } from "@licklist/plugins/
|
|
1
|
+
import { QuantityCheckProductInfo } from "@licklist/plugins/dist/types/Api/verifyStock";
|
|
2
|
+
import { OrderItem } from "@licklist/plugins/dist/types/context/Iframe/orderItems";
|
|
3
3
|
export declare const cartSumByOrderProducts: (orderProducts?: OrderItem[]) => number;
|
|
4
4
|
export declare const getProductError: (productsWithErrors: QuantityCheckProductInfo[], productId: OrderItem["id"]) => string | undefined;
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,SAAS,EAAE,MAAM,wDAAwD,CAAC;AAEnF,eAAO,MAAM,sBAAsB,mBAAoB,SAAS,EAAE,WASjE,CAAC;AAEF,eAAO,MAAM,eAAe,uBACN,wBAAwB,EAAE,aACnC,SAAS,CAAC,IAAI,CAAC,KACzB,MAAM,GAAG,SAGA,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Step } from "@licklist/core/
|
|
2
|
-
import { QuantityCheckProductInfo } from "@licklist/plugins/
|
|
3
|
-
import { MenuStep } from "@licklist/plugins/
|
|
1
|
+
import { Step } from "@licklist/core/dist/DataMapper/Product/StepDataMapper";
|
|
2
|
+
import { QuantityCheckProductInfo } from "@licklist/plugins/dist/types/Api/verifyStock";
|
|
3
|
+
import { MenuStep } from "@licklist/plugins/dist/types/context/sale/menuSteps";
|
|
4
4
|
export interface CalendarStepsFormProps {
|
|
5
5
|
step: MenuStep;
|
|
6
6
|
isLastMenuStep: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarStepsForm.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx"],"names":[],"mappings":"AAkBA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CalendarStepsForm.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx"],"names":[],"mappings":"AAkBA,OAAO,EAAE,IAAI,EAAE,MAAM,uDAAuD,CAAC;AAG7E,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,QAAQ,EAAE,MAAM,qDAAqD,CAAC;AAc/E,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,QAAQ,CAAC;IACf,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;IAChD,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;IACrD,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACnC,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;IACtD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,sBAAsB,CAAC,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D,KAAK,EAAE,MAAM,CAAC;IACd,oBAAoB,EAAE,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,wBAAwB,EAAE,CAAC;CAC9C;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,aAAa,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,iBAAiB,iHA4T7B,CAAC"}
|
|
@@ -3,9 +3,9 @@ import { forwardRef, useRef, useState, useImperativeHandle, useMemo, useCallback
|
|
|
3
3
|
import { useForm, useWatch, FormProvider } from 'react-hook-form';
|
|
4
4
|
import { isEqual } from 'lodash';
|
|
5
5
|
import { Form } from 'react-bootstrap';
|
|
6
|
-
import { scrollToError } from '@licklist/plugins/
|
|
7
|
-
import { usePreviousValue } from '@licklist/plugins/
|
|
8
|
-
import { isFormValuesEmpty, getFirstErrorKey } from '@licklist/plugins/
|
|
6
|
+
import { scrollToError } from '@licklist/plugins/dist/utils/ScrollUtils';
|
|
7
|
+
import { usePreviousValue } from '@licklist/plugins/dist/hooks/Value/usePreviousValue';
|
|
8
|
+
import { isFormValuesEmpty, getFirstErrorKey } from '@licklist/plugins/dist/utils/FormValues';
|
|
9
9
|
import { useTranslation } from 'react-i18next';
|
|
10
10
|
import { Category } from './components/Category.js';
|
|
11
11
|
import { STEP_FORM_ID, MIN_SPEND_ERROR } from '../../constants.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PointProduct } from "@licklist/core/
|
|
2
|
-
import { QuantityCheckProductInfo } from "@licklist/plugins/
|
|
3
|
-
import { ProductCategory } from "@licklist/plugins/
|
|
1
|
+
import { PointProduct } from "@licklist/core/dist/DataMapper/Product/PointProductDataMapper";
|
|
2
|
+
import { QuantityCheckProductInfo } from "@licklist/plugins/dist/types/Api/verifyStock";
|
|
3
|
+
import { ProductCategory } from "@licklist/plugins/dist/types/context/sale/menuSteps";
|
|
4
4
|
export type CategoryProps = {
|
|
5
5
|
productCategories: ProductCategory[];
|
|
6
6
|
activePointId?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,+DAA+D,CAAC;AAC7F,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,eAAe,EAAE,MAAM,qDAAqD,CAAC;AAGtF,MAAM,MAAM,aAAa,GAAG;IAC1B,iBAAiB,EAAE,eAAe,EAAE,CAAC;IACrC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,wBAAwB,EAAE,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,QAAQ,wFAMlB,aAAa,4CAyBf,CAAC"}
|
package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PointProduct } from "@licklist/core/
|
|
2
|
-
import { QuantityCheckProductInfo } from "@licklist/plugins/
|
|
3
|
-
import { Product, ProductCategory } from "@licklist/plugins/
|
|
1
|
+
import { PointProduct } from "@licklist/core/dist/DataMapper/Product/PointProductDataMapper";
|
|
2
|
+
import { QuantityCheckProductInfo } from "@licklist/plugins/dist/types/Api/verifyStock";
|
|
3
|
+
import { Product, ProductCategory } from "@licklist/plugins/dist/types/context/sale/menuSteps";
|
|
4
4
|
export type CategoryProductModalProps = {
|
|
5
5
|
activePointId?: number;
|
|
6
6
|
product: Product;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CategoryProductModal.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CategoryProductModal.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,+DAA+D,CAAC;AAC7F,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EACL,OAAO,EACP,eAAe,EAChB,MAAM,qDAAqD,CAAC;AAI7D,MAAM,MAAM,yBAAyB,GAAG;IACtC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,eAAe,CAAC;IAC1B,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,wBAAwB,EAAE,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,oBAAoB,wFAO9B,yBAAyB,4CAoC3B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QuantityCheckProductInfo } from "@licklist/plugins/
|
|
2
|
-
import { Product, ProductCategory } from "@licklist/plugins/
|
|
1
|
+
import { QuantityCheckProductInfo } from "@licklist/plugins/dist/types/Api/verifyStock";
|
|
2
|
+
import { Product, ProductCategory } from "@licklist/plugins/dist/types/context/sale/menuSteps";
|
|
3
3
|
interface CategoryProductProps {
|
|
4
4
|
product: Product;
|
|
5
5
|
category: ProductCategory;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CategoryProduct.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,wBAAwB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CategoryProduct.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EACL,OAAO,EACP,eAAe,EAChB,MAAM,qDAAqD,CAAC;AAI7D,UAAU,oBAAoB;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,eAAe,CAAC;IAC1B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,kBAAkB,CAAC,EAAE,wBAAwB,EAAE,CAAC;IAChD,eAAe,CAAC,EAAE,wBAAwB,EAAE,CAAC;CAC9C;AAED,eAAO,MAAM,eAAe,sFAMzB,oBAAoB,4CAmLtB,CAAC"}
|
|
@@ -4,8 +4,8 @@ import { useFormContext, Controller } from 'react-hook-form';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useTranslation } from 'react-i18next';
|
|
6
6
|
import { useIntl } from 'react-intl';
|
|
7
|
-
import * as Config from '@licklist/core/
|
|
8
|
-
import HookFormService from '@licklist/plugins/
|
|
7
|
+
import * as Config from '@licklist/core/dist/Config';
|
|
8
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
9
9
|
import { TicketDescription } from '../../../event/ticket-description/TicketDescription.js';
|
|
10
10
|
import { ProductQuantityInput } from './components/ProductQuantityInput/ProductQuantityInput.js';
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FieldValues, RefCallBack, UseFormClearErrors } from "react-hook-form";
|
|
2
|
-
import { Zone } from "@licklist/core/
|
|
3
|
-
import { Product, ProductCategory } from "@licklist/plugins/
|
|
2
|
+
import { Zone } from "@licklist/core/dist/DataMapper/Provider/ZoneDataMapper";
|
|
3
|
+
import { Product, ProductCategory } from "@licklist/plugins/dist/types/context/sale/menuSteps";
|
|
4
4
|
interface FormOrderItem {
|
|
5
5
|
id: number;
|
|
6
6
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductQuantityInput.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC/E,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductQuantityInput.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC/E,OAAO,EAAE,IAAI,EAAE,MAAM,wDAAwD,CAAC;AAC9E,OAAO,EACL,OAAO,EACP,eAAe,EAChB,MAAM,qDAAqD,CAAC;AAG7D,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AAED,UAAU,yBAAyB;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,eAAe,CAAC;IAC1B,WAAW,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAC7C,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,aAAa,CAAC;CAC5B;AAED,eAAO,MAAM,oBAAoB,gGAQ9B,yBAAyB,4CAkE3B,CAAC"}
|
|
@@ -6,7 +6,7 @@ import { useTranslation } from 'react-i18next';
|
|
|
6
6
|
import '../../../../static/index.js';
|
|
7
7
|
import { SnippetLoader } from '../../../../static/loader/SnippetLoader.js';
|
|
8
8
|
import 'react-loader';
|
|
9
|
-
import '@licklist/plugins/
|
|
9
|
+
import '@licklist/plugins/dist/hooks/Media/useWindowDimensions';
|
|
10
10
|
|
|
11
11
|
function _array_like_to_array(arr, len) {
|
|
12
12
|
if (len == null || len > arr.length) len = arr.length;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FC, ReactNode } from "react";
|
|
2
|
-
import { Order } from "@licklist/core/
|
|
3
|
-
import { PaymentDetail } from "@licklist/core/
|
|
2
|
+
import { Order } from "@licklist/core/dist/DataMapper/Order/OrderDataMapper";
|
|
3
|
+
import { PaymentDetail } from "@licklist/core/dist/DataMapper/Order/PaymentDetailDataMapper";
|
|
4
4
|
export type PaymentCardProps = {
|
|
5
5
|
discountBlock?: ReactNode;
|
|
6
6
|
order?: Order;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentCard.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/PaymentCard/PaymentCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAItC,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PaymentCard.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/PaymentCard/PaymentCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAItC,OAAO,EAAE,KAAK,EAAE,MAAM,sDAAsD,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAC;AAG7F,MAAM,MAAM,gBAAgB,GAAG;IAC7B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IACrC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA2F5C,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { useTranslation } from 'react-i18next';
|
|
3
3
|
import { useIntl } from 'react-intl';
|
|
4
|
-
import * as Config from '@licklist/core/
|
|
4
|
+
import * as Config from '@licklist/core/dist/Config';
|
|
5
5
|
import '../../../../static/index.js';
|
|
6
6
|
import Icon from '../../../../static/Icon.js';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { OrderItems } from "@licklist/plugins/
|
|
2
|
-
import { ProductCategory } from "@licklist/plugins/
|
|
1
|
+
import { OrderItems } from "@licklist/plugins/dist/types/context/Iframe/orderItems";
|
|
2
|
+
import { ProductCategory } from "@licklist/plugins/dist/types/context/sale/menuSteps";
|
|
3
3
|
interface CategoryError {
|
|
4
4
|
message: string;
|
|
5
5
|
id?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCategoryVerification.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/utils/useCategoryVerification.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"useCategoryVerification.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/utils/useCategoryVerification.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,wDAAwD,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,qDAAqD,CAAC;AAEtF,UAAU,aAAa;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAGD,eAAO,MAAM,uBAAuB,qBAKpB,UAAU,sBACF,eAAe,EAAE,eACxB,OAAO,KACnB,aAAa,GAAG,IAiEpB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import clsx from 'clsx';
|
|
3
|
-
import { PageContextProvider } from '@licklist/plugins/
|
|
3
|
+
import { PageContextProvider } from '@licklist/plugins/dist/context/page/PageContext';
|
|
4
4
|
import { PAGE_LEFT_BLOCK_CONTAINER_ID } from '../../constants.js';
|
|
5
5
|
import { useResizePageBody } from '../../hooks/useResizePageBody.js';
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { useRef, useEffect } from 'react';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
|
-
import { useWindowDimensions } from '@licklist/plugins/
|
|
4
|
+
import { useWindowDimensions } from '@licklist/plugins/dist/hooks/Media/useWindowDimensions';
|
|
5
5
|
import { PAGE_RIGHT_BLOCK_CHILDREN_ID, PAGE_RIGHT_BLOCK_BOTTOM_ID, SEPARATOR_DEFAULT_WIDTH, RIGHT_BLOCK_RESIZED_EVENT, PAGE_RIGHT_BLOCK_ID, TAB_WIDTH } from '../../constants.js';
|
|
6
6
|
|
|
7
7
|
function _define_property(obj, key, value) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useState, useRef, useMemo, useEffect } from 'react';
|
|
2
|
-
import { useWindowDimensions } from '@licklist/plugins/
|
|
2
|
+
import { useWindowDimensions } from '@licklist/plugins/dist/hooks/Media/useWindowDimensions';
|
|
3
3
|
import { DEFAULT_RIGHT_BLOCK_HEIGHT, PAGE_LEFT_BLOCK_MAP_DEFAULT_SIZE, TAB_WIDTH, PAGE_CALENDAR_SELECT_WRAPPER, PAGE_BODY_WITH_SCROLL, STANDARD_BODY_PADDING, STANDARD_HEADER_FOOTER_SIZE, PAGE_LEFT_BLOCK_CONTAINER_ID, PAGE_RIGHT_BLOCK_BOTTOM_ID, SEPARATOR_DEFAULT_WIDTH, COLLAPSE_MARGIN, RIGHT_BLOCK_RESIZED_EVENT, RIGHT_BLOCK_EXPAND, RIGHT_BLOCK_EXPANDED, RIGHT_BLOCK_COLLAPSE, RIGHT_BLOCK_COLLAPSED } from '../constants.js';
|
|
4
4
|
|
|
5
5
|
function _array_like_to_array(arr, len) {
|
|
@@ -3,15 +3,15 @@ import 'react';
|
|
|
3
3
|
import 'react-bootstrap';
|
|
4
4
|
import 'react-i18next';
|
|
5
5
|
import 'react-bootstrap/PageItem';
|
|
6
|
-
import '@licklist/plugins/
|
|
6
|
+
import '@licklist/plugins/dist/services/Table/PaginationService';
|
|
7
7
|
import 'clsx';
|
|
8
8
|
import '../../../static/index.js';
|
|
9
|
-
import '@licklist/plugins/
|
|
9
|
+
import '@licklist/plugins/dist/services/Table/TableService';
|
|
10
10
|
import { StaticTable } from '../../../table/StaticTable.js';
|
|
11
11
|
import 'react-router-dom';
|
|
12
12
|
import 'lodash';
|
|
13
|
-
import '@licklist/plugins/
|
|
14
|
-
import '@licklist/plugins/
|
|
13
|
+
import '@licklist/plugins/dist/hooks/Query/useQuery';
|
|
14
|
+
import '@licklist/plugins/dist/services/Route/RouteService';
|
|
15
15
|
import 'react-loader';
|
|
16
16
|
import '../../../table/utils/index.js';
|
|
17
17
|
import '../../../static/Icon.js';
|
|
@@ -3,7 +3,7 @@ import { useMemo } from 'react';
|
|
|
3
3
|
import { uniqueId } from 'lodash';
|
|
4
4
|
import { useIntl } from 'react-intl';
|
|
5
5
|
import { useTranslation } from 'react-i18next';
|
|
6
|
-
import { PAYMENT_TYPE_NET_PROFIT, PAYMENT_TYPE_FEE, PAYMENT_TYPE_VAT } from '@licklist/core/
|
|
6
|
+
import { PAYMENT_TYPE_NET_PROFIT, PAYMENT_TYPE_FEE, PAYMENT_TYPE_VAT } from '@licklist/core/dist/DataMapper/Order/PaymentDataMapper';
|
|
7
7
|
import { getTotalSumByCategory, getProductQuantityAndPrice } from '../utils/index.js';
|
|
8
8
|
import { getOrderSummaryItems } from '../utils/paymentSummary.js';
|
|
9
9
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Order } from "@licklist/core/
|
|
2
|
-
import { PaymentDetail } from "@licklist/core/
|
|
1
|
+
import { Order } from "@licklist/core/dist/DataMapper/Order/OrderDataMapper";
|
|
2
|
+
import { PaymentDetail } from "@licklist/core/dist/DataMapper/Order/PaymentDetailDataMapper";
|
|
3
3
|
export declare const AMOUNT_TOTAL = "amountTotal";
|
|
4
4
|
export declare const AMOUNT_WITH_DISCOUNT = "amountWithDiscount";
|
|
5
5
|
export declare const TOTAL_PAID = "totalPaid";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/payment/order-items-table/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/payment/order-items-table/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sDAAsD,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAC;AAE7F,eAAO,MAAM,YAAY,gBAAgB,CAAC;AAC1C,eAAO,MAAM,oBAAoB,uBAAuB,CAAC;AACzD,eAAO,MAAM,UAAU,cAAc,CAAC;AACtC,eAAO,MAAM,gBAAgB,mBAAmB,CAAC;AAEjD,eAAO,MAAM,sBAAsB,UAKlC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5E,MAAM,MAAM,WAAW,GAAG;IACxB,YAAY,EAAE,qBAAqB,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;CACtC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Order } from "@licklist/core/
|
|
2
|
-
import { Product } from "@licklist/core/
|
|
3
|
-
import { PaymentDetail } from "@licklist/core/
|
|
1
|
+
import { Order } from "@licklist/core/dist/DataMapper/Order/OrderDataMapper";
|
|
2
|
+
import { Product } from "@licklist/core/dist/DataMapper/Product/ProductDataMapper";
|
|
3
|
+
import { PaymentDetail } from "@licklist/core/dist/DataMapper/Order/PaymentDetailDataMapper";
|
|
4
4
|
export declare enum PAYMENT_TYPE_TITLES {
|
|
5
5
|
FEE = "fee",
|
|
6
6
|
NET_PROFIT = "net profit",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/payment/order-items-table/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EAEN,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/payment/order-items-table/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EAEN,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,0DAA0D,CAAC;AAEnF,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAC;AAS7F,oBAAY,mBAAmB;IAC7B,GAAG,QAAQ;IACX,UAAU,eAAe;IACzB,GAAG,QAAQ;CACZ;AAED,UAAU,qBAAqB;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,mBAAmB,UACvB,KAAK,2BACa,qBAAqB,EAAE,WAsBjD,CAAC;AAEF,eAAO,MAAM,sBAAsB,aAAc,KAAK,CAAC,UAAU,CAAC,WAUjE,CAAC;AAEF,eAAO,MAAM,0BAA0B,kBACtB,KAAK,CAAC,eAAe,CAAC,WAC5B,OAAO;;;CAMjB,CAAC;AAEF,eAAO,MAAM,qBAAqB,aACtB,KAAK,CAAC,UAAU,CAAC,oBACT,MAAM,KACvB,MAgCF,CAAC;AAEF,eAAO,MAAM,wBAAwB,kBAAmB,aAAa;;;GAOpE,CAAC;AAEF,eAAO,MAAM,qBAAqB,kBACjB,KAAK,CAAC,eAAe,CAAC,YAC3B,OAAO,EAAE,WAUpB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ORDER_FEE_CHARGE_TYPE_CLIENT } from '@licklist/core/
|
|
2
|
-
import { PAYMENT_TYPE_DISCOUNT } from '@licklist/core/
|
|
1
|
+
import { ORDER_FEE_CHARGE_TYPE_CLIENT } from '@licklist/core/dist/DataMapper/Order/OrderDataMapper';
|
|
2
|
+
import { PAYMENT_TYPE_DISCOUNT } from '@licklist/core/dist/DataMapper/Order/PaymentDataMapper';
|
|
3
3
|
import { PAYMENT_TYPE_TRANSLATE_KEYS } from '../hooks/useTableData.js';
|
|
4
4
|
|
|
5
5
|
var TRANSLATE_KEYS = {
|
|
@@ -4,15 +4,15 @@ import { useTranslation } from 'react-i18next';
|
|
|
4
4
|
import { useIntl } from 'react-intl';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'react-bootstrap/PageItem';
|
|
7
|
-
import '@licklist/plugins/
|
|
7
|
+
import '@licklist/plugins/dist/services/Table/PaginationService';
|
|
8
8
|
import 'clsx';
|
|
9
9
|
import '../../../static/index.js';
|
|
10
|
-
import '@licklist/plugins/
|
|
10
|
+
import '@licklist/plugins/dist/services/Table/TableService';
|
|
11
11
|
import { StaticTable } from '../../../table/StaticTable.js';
|
|
12
12
|
import 'react-router-dom';
|
|
13
13
|
import 'lodash';
|
|
14
|
-
import '@licklist/plugins/
|
|
15
|
-
import '@licklist/plugins/
|
|
14
|
+
import '@licklist/plugins/dist/hooks/Query/useQuery';
|
|
15
|
+
import '@licklist/plugins/dist/services/Route/RouteService';
|
|
16
16
|
import 'react-loader';
|
|
17
17
|
import '../../../table/utils/index.js';
|
|
18
18
|
import '../../../static/Icon.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PaymentLinkResponse } from "@licklist/plugins/
|
|
1
|
+
import { PaymentLinkResponse } from "@licklist/plugins/dist/hooks/Api/usePaymentApi";
|
|
2
2
|
import { BookingSummaryProps } from "src/iframe/order-process/components/BookingSummary/types";
|
|
3
3
|
import { RyftPaymentFormProps } from "../../ryft/RyftPaymentForm";
|
|
4
4
|
export interface PaymentMetadata {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentPage.d.ts","sourceRoot":"","sources":["../../../../src/iframe/payment/payment-page/PaymentPage.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"PaymentPage.d.ts","sourceRoot":"","sources":["../../../../src/iframe/payment/payment-page/PaymentPage.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AACrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAC;AAI/F,OAAO,EAEL,oBAAoB,EACrB,MAAM,4BAA4B,CAAC;AAOpC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,YAAa,SAAQ,oBAAoB;IACjD,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,IAAI,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAClC,SAAS,EAAE,OAAO,CAAC;IACnB,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,EAAE,oBAAoB,CAAC,CAAC;IACrE,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED,eAAO,MAAM,WAAW,kIAQrB,YAAY,4CAkKd,CAAC"}
|
|
@@ -3,20 +3,20 @@ import { useContext, useEffect } from 'react';
|
|
|
3
3
|
import { useLocation } from 'react-router-dom';
|
|
4
4
|
import { useTranslation } from 'react-i18next';
|
|
5
5
|
import { Col, Button } from 'react-bootstrap';
|
|
6
|
-
import { PaymentSessionContext } from '@licklist/plugins/
|
|
6
|
+
import { PaymentSessionContext } from '@licklist/plugins/dist/context/payment/PaymentSessionContext';
|
|
7
7
|
import { SummaryTotalBlock } from '../../order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.js';
|
|
8
8
|
import '../../../static/index.js';
|
|
9
9
|
import { RyftPaymentForm } from '../../ryft/RyftPaymentForm.js';
|
|
10
10
|
import { PaymentTimer } from './PaymentTimer.js';
|
|
11
11
|
import { Page } from '../../page/Page.js';
|
|
12
12
|
import { PageBody } from '../../page/components/PageBody/PageBody.js';
|
|
13
|
-
import '@licklist/core/
|
|
13
|
+
import '@licklist/core/dist/DataMapper/Provider/SnippetTemplateDataMapper';
|
|
14
14
|
import { BookingSummary } from '../../order-process/components/BookingSummary/BookingSummary.js';
|
|
15
15
|
import 'clsx';
|
|
16
16
|
import 'react-bootstrap/Button';
|
|
17
17
|
import '../../../static/Icon.js';
|
|
18
18
|
import 'react-intl';
|
|
19
|
-
import '@licklist/core/
|
|
19
|
+
import '@licklist/core/dist/Config';
|
|
20
20
|
import '../../order-process/components/CalendarStepsForm/CalendarStepsForm.js';
|
|
21
21
|
import 'react-bootstrap/ModalHeader';
|
|
22
22
|
import 'react-bootstrap/ModalTitle';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useContext, useEffect, useLayoutEffect } from 'react';
|
|
3
|
-
import { PaymentSessionContext } from '@licklist/plugins/
|
|
4
|
-
import { useTimer } from '@licklist/plugins/
|
|
3
|
+
import { PaymentSessionContext } from '@licklist/plugins/dist/context/payment/PaymentSessionContext';
|
|
4
|
+
import { useTimer } from '@licklist/plugins/dist';
|
|
5
5
|
import '../../order-process/components/BookingSummary/BookingSummary.js';
|
|
6
6
|
import 'react-router-dom';
|
|
7
7
|
import 'clsx';
|
|
@@ -11,7 +11,7 @@ import { Timer } from '../../order-process/components/Timer/Timer.js';
|
|
|
11
11
|
import 'react-bootstrap/Button';
|
|
12
12
|
import '../../../static/Icon.js';
|
|
13
13
|
import 'react-intl';
|
|
14
|
-
import '@licklist/core/
|
|
14
|
+
import '@licklist/core/dist/Config';
|
|
15
15
|
import 'react-bootstrap';
|
|
16
16
|
import '../../order-process/components/CalendarStepsForm/CalendarStepsForm.js';
|
|
17
17
|
import 'react-bootstrap/ModalHeader';
|
|
@@ -5,7 +5,7 @@ import { LoaderIndicator } from '../../../static/loader/LoaderIndicator.js';
|
|
|
5
5
|
import { Page } from '../../page/Page.js';
|
|
6
6
|
import { PageBody } from '../../page/components/PageBody/PageBody.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '@licklist/core/
|
|
8
|
+
import '@licklist/core/dist/DataMapper/Provider/SnippetTemplateDataMapper';
|
|
9
9
|
import { BookingSummary } from '../../order-process/components/BookingSummary/BookingSummary.js';
|
|
10
10
|
import 'react-router-dom';
|
|
11
11
|
import 'clsx';
|
|
@@ -13,7 +13,7 @@ import '../../../static/index.js';
|
|
|
13
13
|
import 'react-bootstrap/Button';
|
|
14
14
|
import '../../../static/Icon.js';
|
|
15
15
|
import 'react-intl';
|
|
16
|
-
import '@licklist/core/
|
|
16
|
+
import '@licklist/core/dist/Config';
|
|
17
17
|
import { BookingSummaryFooter } from '../../order-process/components/BookingSummaryFooter/BookingSummaryFooter.js';
|
|
18
18
|
import '../../order-process/components/CalendarStepsForm/CalendarStepsForm.js';
|
|
19
19
|
import 'react-bootstrap';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AttemptPaymentResponse } from "@licklist/plugins/
|
|
2
|
-
import { ProviderPaymentSettings } from "@licklist/core/
|
|
1
|
+
import { AttemptPaymentResponse } from "@licklist/plugins/dist/hooks/Ryft/useRyftPayment";
|
|
2
|
+
import { ProviderPaymentSettings } from "@licklist/core/dist/DataMapper/Setting/ProviderPaymentSettingsDataMapper";
|
|
3
3
|
export declare const ryftErrorMap: Record<string, string>;
|
|
4
4
|
export type RyftPaymentFormValues = Record<string, never>;
|
|
5
5
|
export interface RyftPaymentFormProps {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RyftPaymentForm.d.ts","sourceRoot":"","sources":["../../../src/iframe/ryft/RyftPaymentForm.tsx"],"names":[],"mappings":"AAOA,OAAO,EAKL,sBAAsB,EACvB,MAAM,
|
|
1
|
+
{"version":3,"file":"RyftPaymentForm.d.ts","sourceRoot":"","sources":["../../../src/iframe/ryft/RyftPaymentForm.tsx"],"names":[],"mappings":"AAOA,OAAO,EAKL,sBAAsB,EACvB,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,0EAA0E,CAAC;AAKnH,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAW/C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAE1D,MAAM,WAAW,oBAAoB;IAEnC,SAAS,EAAE,GAAG,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;IACzB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;IACnC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,QAAQ,EAAE,CACR,SAAS,EAAE,MAAM,IAAI,EACrB,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,KAChC,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,QAAQ,EAAE,MAAM,OAAO,CAAC,sBAAsB,CAAC,CAAC;IAChD,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;CACnD;AAED,eAAO,MAAM,eAAe,2IASzB,oBAAoB,4CA0KtB,CAAC"}
|
|
@@ -5,13 +5,13 @@ import { useForm } from 'react-hook-form';
|
|
|
5
5
|
import Button from 'react-bootstrap/Button';
|
|
6
6
|
import { useHistory } from 'react-router-dom';
|
|
7
7
|
import Alert from 'react-bootstrap/Alert';
|
|
8
|
-
import { useRyftPayment, RYFT_STATUS_PENDING_ACTION, RYFT_STATUS_APPROVED, RYFT_STATUS_CAPTURED } from '@licklist/plugins/
|
|
8
|
+
import { useRyftPayment, RYFT_STATUS_PENDING_ACTION, RYFT_STATUS_APPROVED, RYFT_STATUS_CAPTURED } from '@licklist/plugins/dist/hooks/Ryft/useRyftPayment';
|
|
9
9
|
import '../../static/index.js';
|
|
10
10
|
import { injectComponentsInRyftForm } from './utils/ryft-form.js';
|
|
11
11
|
import { ButtonLoader } from '../../static/loader/ButtonLoader.js';
|
|
12
12
|
import 'react-loader';
|
|
13
13
|
import { BlockLoader } from '../../static/loader/BlockLoader.js';
|
|
14
|
-
import '@licklist/plugins/
|
|
14
|
+
import '@licklist/plugins/dist/hooks/Media/useWindowDimensions';
|
|
15
15
|
|
|
16
16
|
function _array_like_to_array(arr, len) {
|
|
17
17
|
if (len == null || len > arr.length) len = arr.length;
|
package/dist/index.js
CHANGED
|
@@ -45,7 +45,7 @@ export { EventOrderSummary } from './iframe/event/event-order-summary/EventOrder
|
|
|
45
45
|
import 'react/jsx-runtime';
|
|
46
46
|
import 'react-i18next';
|
|
47
47
|
import 'react-bootstrap/Button';
|
|
48
|
-
import '@licklist/plugins/
|
|
48
|
+
import '@licklist/plugins/dist/services/Route/RouteService';
|
|
49
49
|
export { default as Icon } from './static/Icon.js';
|
|
50
50
|
export { EventBookingProducts } from './iframe/event/event-booking-products/EventBookingProducts.js';
|
|
51
51
|
export { EventOrderShortSummary } from './iframe/event/event-order-short-summary/EventOrderShortSummary.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NotificationPlaceholder } from "@licklist/core/
|
|
1
|
+
import { NotificationPlaceholder } from "@licklist/core/dist/DataMapper/Notification/NotificationPlaceholderDataMapper";
|
|
2
2
|
export interface NotificationPlaceholdersProps {
|
|
3
3
|
placeholders: NotificationPlaceholder[];
|
|
4
4
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationPlaceholders.d.ts","sourceRoot":"","sources":["../../../src/notification/components/NotificationPlaceholders.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"NotificationPlaceholders.d.ts","sourceRoot":"","sources":["../../../src/notification/components/NotificationPlaceholders.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+EAA+E,CAAC;AAExH,MAAM,WAAW,6BAA6B;IAC5C,YAAY,EAAE,uBAAuB,EAAE,CAAC;CACzC;AAED,eAAO,MAAM,wBAAwB,sBAElC,6BAA6B,4CA8B/B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
2
|
-
import { NotificationType } from "@licklist/core/
|
|
1
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
2
|
+
import { NotificationType } from "@licklist/core/dist/DataMapper/Notification/NotificationTypeDataMapper";
|
|
3
3
|
export interface EmailTemplateCardProps extends HasPermissionProp {
|
|
4
4
|
name: string;
|
|
5
5
|
subject: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmailTemplateCard.d.ts","sourceRoot":"","sources":["../../../../src/notification/email-template/card/EmailTemplateCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"EmailTemplateCard.d.ts","sourceRoot":"","sources":["../../../../src/notification/email-template/card/EmailTemplateCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AAEvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,wEAAwE,CAAC;AAK1G,MAAM,WAAW,sBAAuB,SAAQ,iBAAiB;IAC/D,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,WAAW,EACX,SAAiB,EACjB,QAAgB,EAChB,aAAoB,EACpB,IAAI,GACL,EAAE,sBAAsB,2CAkDxB"}
|