@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
|
@@ -3,11 +3,11 @@ import { useContext, useState } from 'react';
|
|
|
3
3
|
import Row from 'react-bootstrap/Row';
|
|
4
4
|
import Col from 'react-bootstrap/Col';
|
|
5
5
|
import { useTranslation } from 'react-i18next';
|
|
6
|
-
import RequestContext from '@licklist/plugins/
|
|
7
|
-
import useUserApi from '@licklist/plugins/
|
|
8
|
-
import useNotification from '@licklist/plugins/
|
|
9
|
-
import RouteService from '@licklist/plugins/
|
|
10
|
-
import { ROUTES } from '@licklist/core/
|
|
6
|
+
import RequestContext from '@licklist/plugins/dist/context/app/RequestContext';
|
|
7
|
+
import useUserApi from '@licklist/plugins/dist/hooks/Api/useUserApi';
|
|
8
|
+
import useNotification from '@licklist/plugins/dist/context/app/hooks/useNotification';
|
|
9
|
+
import RouteService from '@licklist/plugins/dist/services/Route/RouteService';
|
|
10
|
+
import { ROUTES } from '@licklist/core/dist/Config';
|
|
11
11
|
import { ResetPasswordFormComponent } from './ResetPasswordFormComponent.js';
|
|
12
12
|
import { Router } from '../Router.js';
|
|
13
13
|
import FormCard from '../../static/FormCard.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResetPasswordFormComponent.d.ts","sourceRoot":"","sources":["../../../src/auth/ResetPassword/ResetPasswordFormComponent.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ResetPasswordFormComponent.d.ts","sourceRoot":"","sources":["../../../src/auth/ResetPassword/ResetPasswordFormComponent.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AAIzF,MAAM,MAAM,gCAAgC,GAAG;IAC7C,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,WAAW,+BAA+B;IAC9C,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,QAAQ,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,WAAW,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACpD;AAED,iBAAS,0BAA0B,CAAC,KAAK,EAAE,+BAA+B,2CAoGzE;AAED,OAAO,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -4,8 +4,8 @@ import { Form, Button } from 'react-bootstrap';
|
|
|
4
4
|
import { useForm } from 'react-hook-form';
|
|
5
5
|
import { useTranslation, Trans } from 'react-i18next';
|
|
6
6
|
import { Link } from 'react-router-dom';
|
|
7
|
-
import HookFormService from '@licklist/plugins/
|
|
8
|
-
import emailRule from '@licklist/plugins/
|
|
7
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
8
|
+
import emailRule from '@licklist/plugins/dist/validation/Rules/emailRule';
|
|
9
9
|
|
|
10
10
|
/* eslint-disable @typescript-eslint/ban-types */ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
11
11
|
try {
|
package/dist/auth/Router.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useEffect } from 'react';
|
|
3
3
|
import { Router as Router$1 } from 'react-router-dom';
|
|
4
|
-
import App from '@licklist/plugins/
|
|
5
|
-
import history from '@licklist/plugins/
|
|
4
|
+
import App from '@licklist/plugins/dist/services/App/App';
|
|
5
|
+
import history from '@licklist/plugins/dist/services/History/History';
|
|
6
6
|
|
|
7
7
|
function Router(props) {
|
|
8
8
|
var children = props.children;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { useState, useContext, useEffect } from 'react';
|
|
3
|
-
import RequestContext from '@licklist/plugins/
|
|
4
|
-
import useNotification from '@licklist/plugins/
|
|
5
|
-
import useAuth from '@licklist/plugins/
|
|
6
|
-
import useUser from '@licklist/plugins/
|
|
7
|
-
import useQuery from '@licklist/plugins/
|
|
8
|
-
import useSocialApi from '@licklist/plugins/
|
|
9
|
-
import useUserApi from '@licklist/plugins/
|
|
10
|
-
import RouteService from '@licklist/plugins/
|
|
3
|
+
import RequestContext from '@licklist/plugins/dist/context/app/RequestContext';
|
|
4
|
+
import useNotification from '@licklist/plugins/dist/context/app/hooks/useNotification';
|
|
5
|
+
import useAuth from '@licklist/plugins/dist/context/user/hooks/useAuth';
|
|
6
|
+
import useUser from '@licklist/plugins/dist/context/user/hooks/useUser';
|
|
7
|
+
import useQuery from '@licklist/plugins/dist/hooks/Query/useQuery';
|
|
8
|
+
import useSocialApi from '@licklist/plugins/dist/hooks/Api/useSocialApi';
|
|
9
|
+
import useUserApi from '@licklist/plugins/dist/hooks/Api/useUserApi';
|
|
10
|
+
import RouteService from '@licklist/plugins/dist/services/Route/RouteService';
|
|
11
11
|
import { useTranslation } from 'react-i18next';
|
|
12
12
|
import { useParams } from 'react-router-dom';
|
|
13
13
|
import Row from 'react-bootstrap/Row';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import useNotification from '@licklist/plugins/
|
|
3
|
-
import RequestContext from '@licklist/plugins/
|
|
4
|
-
import useSocialApi from '@licklist/plugins/
|
|
5
|
-
import RouteService from '@licklist/plugins/
|
|
2
|
+
import useNotification from '@licklist/plugins/dist/context/app/hooks/useNotification';
|
|
3
|
+
import RequestContext from '@licklist/plugins/dist/context/app/RequestContext';
|
|
4
|
+
import useSocialApi from '@licklist/plugins/dist/hooks/Api/useSocialApi';
|
|
5
|
+
import RouteService from '@licklist/plugins/dist/services/Route/RouteService';
|
|
6
6
|
import { useContext } from 'react';
|
|
7
7
|
import { Row, Col } from 'react-bootstrap';
|
|
8
8
|
import { useTranslation } from 'react-i18next';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ZoneResourcesAvailability } from "@licklist/core/
|
|
1
|
+
import { ZoneResourcesAvailability } from "@licklist/core/dist/DataMapper/Order/ZoneResourcesAvailabilityDataMapper";
|
|
2
2
|
type AvailabilityIndicatorProps = {
|
|
3
3
|
resources: ZoneResourcesAvailability;
|
|
4
4
|
isUnavailable?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AvailabilityIndicator.d.ts","sourceRoot":"","sources":["../../src/availability-indicator/AvailabilityIndicator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"AvailabilityIndicator.d.ts","sourceRoot":"","sources":["../../src/availability-indicator/AvailabilityIndicator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,0EAA0E,CAAC;AAiCrH,KAAK,0BAA0B,GAAG;IAChC,SAAS,EAAE,yBAAyB,CAAC;IACrC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,qBAAqB,6CAI/B,0BAA0B,4CAc5B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { uniqueId } from 'lodash';
|
|
2
|
-
import { CUSTOM_FIELD_TYPE_INPUT, CUSTOM_FIELD_TYPE_DROPDOWN } from '@licklist/core/
|
|
2
|
+
import { CUSTOM_FIELD_TYPE_INPUT, CUSTOM_FIELD_TYPE_DROPDOWN } from '@licklist/core/dist/DataMapper/Order/CustomFieldDataMapper';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import '../static/index.js';
|
|
5
5
|
import { SORTABLE_ID_KEY } from '../sortable-list/SortableList.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
3
|
-
import { FieldSet } from "@licklist/core/
|
|
4
|
-
import { CustomField } from "@licklist/core/
|
|
5
|
-
import { ServerError } from "@licklist/plugins/
|
|
2
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
3
|
+
import { FieldSet } from "@licklist/core/dist/DataMapper/Order/FieldSetDataMapper";
|
|
4
|
+
import { CustomField } from "@licklist/core/dist/DataMapper/Order/CustomFieldDataMapper";
|
|
5
|
+
import { ServerError } from "@licklist/plugins/dist/hooks/Api/useHttpQuery";
|
|
6
6
|
import { SortableKey, SORTABLE_ID_KEY } from "../../sortable-list";
|
|
7
7
|
type DefaultExtendedProps = {
|
|
8
8
|
id: number | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomFieldSets.d.ts","sourceRoot":"","sources":["../../../src/custom-fields/field-set/CustomFieldSets.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CustomFieldSets.d.ts","sourceRoot":"","sources":["../../../src/custom-fields/field-set/CustomFieldSets.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,yDAAyD,CAAC;AACnF,OAAO,EAAE,WAAW,EAAE,MAAM,4DAA4D,CAAC;AACzF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,OAAO,EAGL,WAAW,EACX,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAK7B,KAAK,oBAAoB,GAAG;IAC1B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,CAAC,eAAe,CAAC,CAAC,EAAE,WAAW,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,WAAW,EACX,IAAI,GAAG,YAAY,GAAG,UAAU,CACjC,GACC,oBAAoB,GAAG;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,QAAQ,EACR,IAAI,GAAG,YAAY,GAAG,WAAW,GAAG,cAAc,CACnD,GAAG;IACF,YAAY,EAAE,IAAI,CAAC,WAAW,EAAE,cAAc,GAAG,UAAU,CAAC,EAAE,CAAC;CAChE,GAAG,oBAAoB,GAAG;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEJ,MAAM,WAAW,oBAAqB,SAAQ,iBAAiB;IAC7D,SAAS,EAAE,gBAAgB,EAAE,CAAC;IAC9B,gBAAgB,CAAC,EAAE,CACjB,IAAI,EAAE,gBAAgB,KACnB,OAAO,CAAC,QAAQ,GAAG,IAAI,GAAG,IAAI,CAAC,CAAC;IACrC,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;IACvE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,EAAE,CAAC,KAAK,IAAI,CAAC;IACzE,mBAAmB,CAAC,EAAE,MAAM,gBAAgB,CAAC;IAC7C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B;AAED,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,gBAAgB,EAChB,gBAAgB,EAChB,aAAoB,EACpB,YAAY,EACZ,mBAAmB,EACnB,SAAiB,EACjB,YAAY,GACb,EAAE,oBAAoB,2CAuCtB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
2
|
-
import { ServerError } from "@licklist/plugins/
|
|
1
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
2
|
+
import { ServerError } from "@licklist/plugins/dist/hooks/Api/useHttpQuery";
|
|
3
3
|
import { SortableItem } from "../../../../sortable-list";
|
|
4
4
|
import { CustomFieldSetsProps, ExtendedFieldSet } from "../../CustomFieldSets";
|
|
5
5
|
type CustomFieldSetProps = HasPermissionProp & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomFieldSet.d.ts","sourceRoot":"","sources":["../../../../../src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CustomFieldSet.d.ts","sourceRoot":"","sources":["../../../../../src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AAEvF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAG5E,OAAO,EAGL,YAAY,EACb,MAAM,2BAA2B,CAAC;AAKnC,OAAO,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAW/E,KAAK,mBAAmB,GAAG,iBAAiB,GAAG;IAC7C,YAAY,EAAE,oBAAoB,CAAC,cAAc,CAAC,CAAC;IACnD,IAAI,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAC;IACrC,WAAW,EAAE,gBAAgB,EAAE,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,oBAAoB,CAAC,kBAAkB,CAAC,CAAC;IAC3D,gBAAgB,EAAE,oBAAoB,CAAC,kBAAkB,CAAC,CAAC;IAC3D,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,cAAc,2HASxB,mBAAmB,4CAkMrB,CAAC"}
|
|
@@ -4,9 +4,9 @@ import { useTranslation } from 'react-i18next';
|
|
|
4
4
|
import { Form, Button } from 'react-bootstrap';
|
|
5
5
|
import { useForm, useFieldArray, FormProvider } from 'react-hook-form';
|
|
6
6
|
import { isEqual } from 'lodash';
|
|
7
|
-
import { CUSTOM_FIELD_TYPE_INPUT, CUSTOM_FIELD_TYPE_DROPDOWN } from '@licklist/core/
|
|
8
|
-
import FormErrorService from '@licklist/plugins/
|
|
9
|
-
import HookFormService from '@licklist/plugins/
|
|
7
|
+
import { CUSTOM_FIELD_TYPE_INPUT, CUSTOM_FIELD_TYPE_DROPDOWN } from '@licklist/core/dist/DataMapper/Order/CustomFieldDataMapper';
|
|
8
|
+
import FormErrorService from '@licklist/plugins/dist/services/Form/FormErrorService';
|
|
9
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
10
10
|
import { CreateSortableListItem } from '../../../../sortable-list/CreateSortableListItem.js';
|
|
11
11
|
import { SORTABLE_ID_KEY } from '../../../../sortable-list/SortableList.js';
|
|
12
12
|
import { SortableTreeItem } from '../../../../sortable-tree/SortableTreeItem.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
2
|
-
import { FieldNamePrefixPath } from "@licklist/plugins/
|
|
1
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
2
|
+
import { FieldNamePrefixPath } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
3
3
|
interface DropdownFormProps<T> extends FieldNamePrefixPath<T>, HasPermissionProp {
|
|
4
4
|
onRemove: () => void;
|
|
5
5
|
fieldIndex: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownForm.d.ts","sourceRoot":"","sources":["../../../src/custom-fields/forms/DropdownForm.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DropdownForm.d.ts","sourceRoot":"","sources":["../../../src/custom-fields/forms/DropdownForm.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AAEvF,OAAO,EAAE,mBAAmB,EAAE,MAAM,8DAA8D,CAAC;AAInG,UAAU,iBAAiB,CAAC,CAAC,CAC3B,SAAQ,mBAAmB,CAAC,CAAC,CAAC,EAC5B,iBAAiB;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,GAAG,CAAC;IACf,OAAO,EAAE,GAAG,EAAE,CAAC;IACf,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;CACnB;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,EAC9B,QAAQ,EACR,UAAU,EACV,UAAU,EACV,SAAS,EACT,IAAI,EACJ,UAAU,EACV,aAAoB,EACpB,EAAE,GACH,EAAE,iBAAiB,CAAC,CAAC,CAAC,2CA8KtB"}
|
|
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Form, FormLabel, Button } from 'react-bootstrap';
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
4
|
import { useFormContext, useFieldArray } from 'react-hook-form';
|
|
5
|
-
import HookFormService from '@licklist/plugins/
|
|
5
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
6
6
|
import '../../static/index.js';
|
|
7
7
|
import Icon from '../../static/Icon.js';
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
2
|
-
import { FieldNamePrefixPath } from "@licklist/plugins/
|
|
1
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
2
|
+
import { FieldNamePrefixPath } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
3
3
|
interface TextInputFormProps<T> extends FieldNamePrefixPath<T>, HasPermissionProp {
|
|
4
4
|
onRemove: () => void;
|
|
5
5
|
fieldIndex: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInputForm.d.ts","sourceRoot":"","sources":["../../../src/custom-fields/forms/TextInputForm.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TextInputForm.d.ts","sourceRoot":"","sources":["../../../src/custom-fields/forms/TextInputForm.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,mBAAmB,EAAE,MAAM,8DAA8D,CAAC;AAGnG,UAAU,kBAAkB,CAAC,CAAC,CAC5B,SAAQ,mBAAmB,CAAC,CAAC,CAAC,EAC5B,iBAAiB;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,GAAG,CAAC;IACf,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;CACnB;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,EAC/B,QAAQ,EACR,UAAU,EACV,UAAU,EACV,SAAS,EACT,IAAI,EACJ,UAAU,EACV,aAAoB,EACpB,EAAE,GACH,EAAE,kBAAkB,CAAC,CAAC,CAAC,2CAqDvB"}
|
|
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Form, Button } from 'react-bootstrap';
|
|
3
3
|
import { useFormContext } from 'react-hook-form';
|
|
4
4
|
import { useTranslation } from 'react-i18next';
|
|
5
|
-
import HookFormService from '@licklist/plugins/
|
|
5
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
6
6
|
|
|
7
7
|
function _define_property(obj, key, value) {
|
|
8
8
|
if (key in obj) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import { TIME_FORMAT, DAY_NUMBER, DAY_NUMBER_WITH_MONTH, DAY_OF_WEEK } from '@licklist/core/
|
|
3
|
-
import { getDayWithOrdinal } from '@licklist/plugins/
|
|
2
|
+
import { TIME_FORMAT, DAY_NUMBER, DAY_NUMBER_WITH_MONTH, DAY_OF_WEEK } from '@licklist/core/dist/Config';
|
|
3
|
+
import { getDayWithOrdinal } from '@licklist/plugins/dist/utils/formatDate';
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { isToday, isTomorrow } from 'date-fns';
|
|
6
6
|
import { useTranslation } from 'react-i18next';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactElement } from "react";
|
|
2
2
|
import { DateTime } from "luxon";
|
|
3
|
-
import { ZoneResourcesAvailability } from "@licklist/core/
|
|
3
|
+
import { ZoneResourcesAvailability } from "@licklist/core/dist/DataMapper/Order/ZoneResourcesAvailabilityDataMapper";
|
|
4
4
|
export declare enum Variant {
|
|
5
5
|
week = "week",
|
|
6
6
|
month = "month",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateTimeButton.d.ts","sourceRoot":"","sources":["../../src/date-time-button/DateTimeButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,yBAAyB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DateTimeButton.d.ts","sourceRoot":"","sources":["../../src/date-time-button/DateTimeButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,yBAAyB,EAAE,MAAM,0EAA0E,CAAC;AAKrH,oBAAY,OAAO;IACjB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,IAAI,SAAS;CACd;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,QAAQ,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,IAAI,CAAC;IAC9C,SAAS,CAAC,EAAE,yBAAyB,GAAG,IAAI,CAAC;IAC7C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,cAAc,wJAWxB,mBAAmB,4CAqDrB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ProductSet } from "@licklist/core/
|
|
1
|
+
import { ProductSet } from "@licklist/core/dist/DataMapper/Product/ProductSetDataMapper";
|
|
2
2
|
import { ProductSetFormValues } from "../../product-set/form";
|
|
3
3
|
interface IntervalInputProps {
|
|
4
4
|
editedProductSet?: ProductSetFormValues;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IntervalInput.d.ts","sourceRoot":"","sources":["../../../src/events/edit-event-modal/IntervalInput.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IntervalInput.d.ts","sourceRoot":"","sources":["../../../src/events/edit-event-modal/IntervalInput.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAIzF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAG9D,UAAU,kBAAkB;IAC1B,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;IACxC,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,wBAAgB,aAAa,CAAC,EAC5B,QAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,WAAW,GACZ,EAAE,kBAAkB,2CAqJpB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Image } from "@licklist/core/
|
|
2
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
3
|
-
import { ServerError } from "@licklist/plugins/
|
|
4
|
-
import { ProductSet } from "@licklist/core/
|
|
1
|
+
import { Image } from "@licklist/core/dist/DataMapper/Media/ImageDataMapper";
|
|
2
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
3
|
+
import { ServerError } from "@licklist/plugins/dist/hooks/Api/useHttpQuery";
|
|
4
|
+
import { ProductSet } from "@licklist/core/dist/DataMapper/Product/ProductSetDataMapper";
|
|
5
5
|
import { CategoryGroup } from "../../../../types/categories";
|
|
6
6
|
import { IntervalInputValues } from "../../IntervalInput";
|
|
7
7
|
import { ProductSetFormValues } from "../../../../product-set/form/ProductSetForm";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditEventForm.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,EACN,MAAM,
|
|
1
|
+
{"version":3,"file":"EditEventForm.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,EACN,MAAM,sDAAsD,CAAC;AAM9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AAGvF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAI5E,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AACzF,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAS7D,OAAO,EAAiB,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAIzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AAGnF,MAAM,WAAW,mBAAoB,SAAQ,mBAAmB;IAC9D,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,OAAO,EAAE,OAAO,GAAG,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;IACvB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;CACzC;AAED,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,aAAa,EAAE,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAClD,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,WAAW,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAC;IACnD,WAAW,CAAC,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAClC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,CAAC;IACvD,mBAAmB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,4BAA4B,CAAC,EAAE,OAAO,CAAC;CACxC;AAOD,eAAO,MAAM,aAAa,qLAYvB,kBAAkB,4CAsVpB,CAAC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useState, useCallback, useEffect } from 'react';
|
|
3
|
-
import { IMAGE_TYPE_MAP, IMAGE_TYPE_IMAGE, IMAGE_TYPE_COVER } from '@licklist/core/
|
|
3
|
+
import { IMAGE_TYPE_MAP, IMAGE_TYPE_IMAGE, IMAGE_TYPE_COVER } from '@licklist/core/dist/DataMapper/Media/ImageDataMapper';
|
|
4
4
|
import { useId } from '@react-aria/utils';
|
|
5
5
|
import { Modal, Form, Accordion, Button } from 'react-bootstrap';
|
|
6
6
|
import { useForm, FormProvider, Controller } from 'react-hook-form';
|
|
7
7
|
import { DateTime } from 'luxon';
|
|
8
8
|
import { useTranslation } from 'react-i18next';
|
|
9
|
-
import { useMultipleImages } from '@licklist/plugins/
|
|
10
|
-
import FormErrorService from '@licklist/plugins/
|
|
11
|
-
import { scrollToError } from '@licklist/plugins/
|
|
12
|
-
import { getFirstErrorKey } from '@licklist/plugins/
|
|
9
|
+
import { useMultipleImages } from '@licklist/plugins/dist/hooks/Media/useMultipleImages';
|
|
10
|
+
import FormErrorService from '@licklist/plugins/dist/services/Form/FormErrorService';
|
|
11
|
+
import { scrollToError } from '@licklist/plugins/dist/utils/ScrollUtils';
|
|
12
|
+
import { getFirstErrorKey } from '@licklist/plugins/dist/utils/FormValues';
|
|
13
13
|
import { SaleDeadline } from '../SaleDeadline/SaleDeadline.js';
|
|
14
14
|
import { CategoriesInput } from '../../../../provider/categories-input/CategoriesInput.js';
|
|
15
15
|
import { CategoriesInputDescription } from '../../../../provider/categories-input/CategoriesInputDescription.js';
|
|
@@ -20,9 +20,9 @@ import 'react-select';
|
|
|
20
20
|
import '../../../../provider/provider-form/ProviderForm.js';
|
|
21
21
|
import '../../../../provider/venue-form/VenueForm.js';
|
|
22
22
|
import 'clsx';
|
|
23
|
-
import '@licklist/core/
|
|
24
|
-
import '@licklist/plugins/
|
|
25
|
-
import '@licklist/plugins/
|
|
23
|
+
import '@licklist/core/dist/DataMapper/User/UserRoleDataMapper';
|
|
24
|
+
import '@licklist/plugins/dist/validation/Rules/emailRule';
|
|
25
|
+
import '@licklist/plugins/dist/services/Form/HookFormService';
|
|
26
26
|
import 'react-bootstrap/Col';
|
|
27
27
|
import 'react-bootstrap/Row';
|
|
28
28
|
import { CollapsibleInputGroup } from '../../../../collapsible-input-group/CollapsibleInputGroup.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
2
|
-
import { Event } from "@licklist/core/
|
|
1
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
2
|
+
import { Event } from "@licklist/core/dist/DataMapper/Provider/EventDataMapper";
|
|
3
3
|
import { ProductSetFormValues } from "../../../../product-set";
|
|
4
4
|
export interface ProductSetShortFormProps extends HasPermissionProp {
|
|
5
5
|
defaultValues: Partial<ProductSetFormValues>;
|
package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductSetShortForm.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductSetShortForm.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,KAAK,EAAE,MAAM,yDAAyD,CAAC;AAEhF,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAI/D,MAAM,WAAW,wBAAyB,SAAQ,iBAAiB;IACjE,aAAa,EAAE,OAAO,CAAC,oBAAoB,CAAC,CAAC;IAC7C,QAAQ,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACjD,WAAW,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;CAC9B;AAED,eAAO,MAAM,mBAAmB,gDAI7B,wBAAwB,4CAiD1B,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Col, Form, Button } from 'react-bootstrap';
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
4
|
import { useId } from '@react-aria/utils';
|
|
5
|
-
import HookFormService from '@licklist/plugins/
|
|
5
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
6
6
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
function _define_property(obj, key, value) {
|
|
@@ -3,7 +3,7 @@ import { useState, useEffect } from 'react';
|
|
|
3
3
|
import { Form } from 'react-bootstrap';
|
|
4
4
|
import { useTranslation } from 'react-i18next';
|
|
5
5
|
import { useFormContext, Controller } from 'react-hook-form';
|
|
6
|
-
import EventService from '@licklist/core/
|
|
6
|
+
import EventService from '@licklist/core/dist/Services/Event/EventService';
|
|
7
7
|
import '../../../../static/index.js';
|
|
8
8
|
import { Switch } from '../../../../static/switch/Switch.js';
|
|
9
9
|
import { NumberInput } from '../../../../static/number-input/NumberInput.js';
|
package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
2
|
-
import { ProductSet } from "@licklist/core/
|
|
1
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
2
|
+
import { ProductSet } from "@licklist/core/dist/DataMapper/Product/ProductSetDataMapper";
|
|
3
3
|
import { EditEventFormValues } from "../EditEventForm/EditEventForm";
|
|
4
4
|
interface SelectEventProductSetProps extends HasPermissionProp {
|
|
5
5
|
productSets?: ProductSet[];
|
package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectEventProductSet.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SelectEventProductSet.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAEzF,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAGrE,UAAU,0BAA2B,SAAQ,iBAAiB;IAC5D,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,qBAAqB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,gBAAgB,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,CAAC;IACvD,mBAAmB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C;AAED,eAAO,MAAM,qBAAqB,uGAM/B,0BAA0B,4CAgM5B,CAAC"}
|
|
@@ -4,13 +4,13 @@ import { Form, Button } from 'react-bootstrap';
|
|
|
4
4
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
5
5
|
import { isEqual } from 'lodash';
|
|
6
6
|
import { useParams } from 'react-router-dom';
|
|
7
|
-
import { useEventEditProductSetContext } from '@licklist/plugins/
|
|
7
|
+
import { useEventEditProductSetContext } from '@licklist/plugins/dist/context/event/EventEditProductSetContext';
|
|
8
8
|
import { useTranslation } from 'react-i18next';
|
|
9
9
|
import { BlockLoader } from '../../../../../static/loader/BlockLoader.js';
|
|
10
10
|
import 'rrule';
|
|
11
11
|
import 'clsx';
|
|
12
12
|
import '@react-aria/utils';
|
|
13
|
-
import '@licklist/plugins/
|
|
13
|
+
import '@licklist/plugins/dist/services/Route/RouteService';
|
|
14
14
|
import 'react-bootstrap/ModalHeader';
|
|
15
15
|
import 'react-bootstrap/ModalTitle';
|
|
16
16
|
import 'react-bootstrap/ModalBody';
|
|
@@ -22,49 +22,49 @@ import { ProductSetControl } from '../../../../../product-set/control/ProductSet
|
|
|
22
22
|
import 'react-bootstrap/Col';
|
|
23
23
|
import 'react-bootstrap/InputGroup';
|
|
24
24
|
import 'react-bootstrap/Row';
|
|
25
|
-
import '@licklist/plugins/
|
|
25
|
+
import '@licklist/plugins/dist/services/Form/FormErrorService';
|
|
26
26
|
import { ProductSetContextProvider } from '../../../../../product-set/form/context.js';
|
|
27
27
|
import { getFilteredTemplates } from '../../../../../product-set/utils/index.js';
|
|
28
28
|
import 'react-bootstrap/Button';
|
|
29
29
|
import 'react-bootstrap/OverlayTrigger';
|
|
30
30
|
import 'react-bootstrap/Popover';
|
|
31
|
-
import '@licklist/plugins/
|
|
32
|
-
import '@licklist/core/
|
|
33
|
-
import '@licklist/core/
|
|
31
|
+
import '@licklist/plugins/dist/services/Form/HookFormService';
|
|
32
|
+
import '@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper';
|
|
33
|
+
import '@licklist/core/dist/DataMapper/Product/ProductDataMapper';
|
|
34
34
|
import 'react-bootstrap/Collapse';
|
|
35
|
-
import '@licklist/plugins/
|
|
36
|
-
import '@licklist/core/
|
|
37
|
-
import '@licklist/plugins/
|
|
38
|
-
import '@licklist/core/
|
|
35
|
+
import '@licklist/plugins/dist/hooks/Media/useImages';
|
|
36
|
+
import '@licklist/core/dist/DataMapper/Media/ImageDataMapper';
|
|
37
|
+
import '@licklist/plugins/dist/context/app/hooks/useNotification';
|
|
38
|
+
import '@licklist/core/dist/DataMapper/Provider/SnippetTemplateDataMapper';
|
|
39
39
|
import 'react-color';
|
|
40
|
-
import '@licklist/core/
|
|
40
|
+
import '@licklist/core/dist/DataMapper/Provider/SnippetDataMapper';
|
|
41
41
|
import '../../../../../calendar/Calendar.js';
|
|
42
42
|
import 'luxon';
|
|
43
43
|
import 'react-intl';
|
|
44
44
|
import '../../../../../tiptap-editor/TipTapEditor.js';
|
|
45
|
-
import '@licklist/core/
|
|
45
|
+
import '@licklist/core/dist/Config';
|
|
46
46
|
import '../../../../../iframe/event/event-card/IframeEventCardSkeleton.js';
|
|
47
47
|
import '../../../../../iframe/page/Page.js';
|
|
48
48
|
import '../../../../../iframe/page/components/PageBody/PageBody.js';
|
|
49
49
|
import 'react-swipeable';
|
|
50
|
-
import '@licklist/plugins/
|
|
50
|
+
import '@licklist/plugins/dist/services/Media/MediaService';
|
|
51
51
|
import 'react-bootstrap/Accordion';
|
|
52
52
|
import 'react-bootstrap/Card';
|
|
53
53
|
import 'react-bootstrap/AccordionToggle';
|
|
54
54
|
import 'react-bootstrap/AccordionContext';
|
|
55
55
|
import '../../../../../iframe/event/event-venue-map/IframeEventVenueMap.js';
|
|
56
56
|
import 'react-bootstrap/PageItem';
|
|
57
|
-
import '@licklist/plugins/
|
|
58
|
-
import '@licklist/plugins/
|
|
59
|
-
import '@licklist/plugins/
|
|
57
|
+
import '@licklist/plugins/dist/services/Table/PaginationService';
|
|
58
|
+
import '@licklist/plugins/dist/services/Table/TableService';
|
|
59
|
+
import '@licklist/plugins/dist/hooks/Query/useQuery';
|
|
60
60
|
import 'react-loader';
|
|
61
61
|
import '../../../../../table/utils/index.js';
|
|
62
62
|
import '@tanstack/react-table';
|
|
63
63
|
import '../../../../../iframe/payment/order-items-table/hooks/useTableData.js';
|
|
64
|
-
import '@licklist/plugins/
|
|
64
|
+
import '@licklist/plugins/dist/context/payment/PaymentSessionContext';
|
|
65
65
|
import 'react-bootstrap/Alert';
|
|
66
|
-
import '@licklist/plugins/
|
|
67
|
-
import '@licklist/plugins/
|
|
66
|
+
import '@licklist/plugins/dist/hooks/Ryft/useRyftPayment';
|
|
67
|
+
import '@licklist/plugins/dist';
|
|
68
68
|
import '../../../../../iframe/order-process/components/BookingSummary/BookingSummary.js';
|
|
69
69
|
import '../../../../../iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js';
|
|
70
70
|
import '../../../../../iframe/payment/payment-status-page/PaymentStatusPage.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ProductSet } from "@licklist/core/
|
|
1
|
+
import { ProductSet } from "@licklist/core/dist/DataMapper/Product/ProductSetDataMapper";
|
|
2
2
|
import { ProductSetFormValues } from "../../../product-set/form/ProductSetForm";
|
|
3
3
|
export declare const getDefaultValues: (productSet?: ProductSet | null, hasNoRecurrences?: boolean) => ProductSetFormValues;
|
|
4
4
|
//# sourceMappingURL=getDefaultProductSet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDefaultProductSet.d.ts","sourceRoot":"","sources":["../../../../src/events/edit-event-modal/utils/getDefaultProductSet.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EACX,MAAM,
|
|
1
|
+
{"version":3,"file":"getDefaultProductSet.d.ts","sourceRoot":"","sources":["../../../../src/events/edit-event-modal/utils/getDefaultProductSet.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EACX,MAAM,6DAA6D,CAAC;AAErE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAEhF,eAAO,MAAM,gBAAgB,gBACd,UAAU,GAAG,IAAI,qBACX,OAAO,KACzB,oBAsCD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DEFAULT_PRODUCT_SET_TYPE, DEFAULT_OPERATIONAL_COST_TYPE } from '@licklist/core/
|
|
1
|
+
import { DEFAULT_PRODUCT_SET_TYPE, DEFAULT_OPERATIONAL_COST_TYPE } from '@licklist/core/dist/DataMapper/Product/ProductSetDataMapper';
|
|
2
2
|
import { getFilteredTemplates } from '../../../product-set/utils/index.js';
|
|
3
3
|
|
|
4
4
|
function _define_property(obj, key, value) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
2
|
-
import { EventStatistic } from "@licklist/core/
|
|
1
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
2
|
+
import { EventStatistic } from "@licklist/core/dist/DataMapper/Provider/EventStatisticDataMapper";
|
|
3
3
|
import { Sale } from "../../types/bookings";
|
|
4
4
|
export interface EventCardProps extends HasPermissionProp {
|
|
5
5
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventCard.d.ts","sourceRoot":"","sources":["../../../src/events/event-card/EventCard.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"EventCard.d.ts","sourceRoot":"","sources":["../../../src/events/event-card/EventCard.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAC;AAElG,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAS5C,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACvC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wBAAgB,SAAS,CAAC,EACxB,IAAI,EACJ,WAAW,EACX,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,SAAS,EACT,MAAM,EACN,MAAM,EACN,QAAQ,EACR,aAAoB,EACpB,cAAc,EACd,WAAW,EACX,cAAc,EACd,OAAO,EACP,aAAa,GACd,EAAE,cAAc,2CAkJhB"}
|
|
@@ -4,7 +4,7 @@ import { Card, Badge, ProgressBar, OverlayTrigger, Popover } from 'react-bootstr
|
|
|
4
4
|
import { useIntl } from 'react-intl';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { useTranslation } from 'react-i18next';
|
|
7
|
-
import * as Config from '@licklist/core/
|
|
7
|
+
import * as Config from '@licklist/core/dist/Config';
|
|
8
8
|
import Icon from '../../static/Icon.js';
|
|
9
9
|
import { TipTapEditor } from '../../tiptap-editor/TipTapEditor.js';
|
|
10
10
|
import { getStatisticInfo, formatContentWithoutTags, EVENT_DESCRIPTION_SIZE } from './utils.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventStatistic } from "@licklist/core/
|
|
1
|
+
import { EventStatistic } from "@licklist/core/dist/DataMapper/Provider/EventStatisticDataMapper";
|
|
2
2
|
export declare function formatContent(content: any, maxSymbols: any): any;
|
|
3
3
|
export declare const formatContentWithoutTags: (content: any, maxLength?: number) => any;
|
|
4
4
|
export declare const EVENT_DESCRIPTION_SIZE = 350;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/events/event-card/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/events/event-card/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAC;AAGlG,wBAAgB,aAAa,CAAC,OAAO,KAAA,EAAE,UAAU,KAAA,OAIhD;AAED,eAAO,MAAM,wBAAwB,2CAepC,CAAC;AAEF,eAAO,MAAM,sBAAsB,MAAM,CAAC;AAE1C;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,UACvB,MAAM,EAAE,kBACC,cAAc,KAC7B,MAIA,CAAC;AAEJ;;;;;;;GAOG;AACH,eAAO,MAAM,2BAA2B,UAC/B,MAAM,EAAE,kBACC,cAAc,KAC7B,CAAC,MAAM,EAAE,MAAM,CAejB,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,mBACX,cAAc,GAAG,IAAI,QAC/B,MAAM,KACX;IACD,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CA4BrB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventStatistic } from "@licklist/core/
|
|
2
|
-
import { Event } from "@licklist/core/
|
|
1
|
+
import { EventStatistic } from "@licklist/core/dist/DataMapper/Provider/EventStatisticDataMapper";
|
|
2
|
+
import { Event } from "@licklist/core/dist/DataMapper/Provider/EventDataMapper";
|
|
3
3
|
export type EventStatisticModalProps = {
|
|
4
4
|
isOpen: boolean;
|
|
5
5
|
setIsOpen: (value: boolean) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventStatisticModal.d.ts","sourceRoot":"","sources":["../../../src/events/event-statistic-modal/EventStatisticModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"EventStatisticModal.d.ts","sourceRoot":"","sources":["../../../src/events/event-statistic-modal/EventStatisticModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAC;AAClG,OAAO,EAAE,KAAK,EAAE,MAAM,yDAAyD,CAAC;AAKhF,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;IAC/B,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,mBAAmB,wDAM7B,wBAAwB,4CAiD1B,CAAC"}
|