@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,8 +1,8 @@
|
|
|
1
|
-
import { CategoryType, QuantityType } from "@licklist/core/
|
|
2
|
-
import { ProductType } from "@licklist/core/
|
|
3
|
-
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/
|
|
1
|
+
import { CategoryType, QuantityType } from "@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper";
|
|
2
|
+
import { ProductType } from "@licklist/core/dist/DataMapper/Product/ProductDataMapper";
|
|
3
|
+
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
4
4
|
import { ChangeEvent } from "react";
|
|
5
|
-
import { Image } from "@licklist/core/
|
|
5
|
+
import { Image } from "@licklist/core/dist/DataMapper/Media/ImageDataMapper";
|
|
6
6
|
import { ProductBookingManagementControlProps, ProductBookingManagementControlValues } from "./booking-management/ProductBookingManagementControl";
|
|
7
7
|
import { ProductDepositControlValues } from "./deposit/ProductDepositControl";
|
|
8
8
|
import { IsDeletableEvent } from "../types";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductControl.d.ts","sourceRoot":"","sources":["../../../src/product-set/product/ProductControl.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,YAAY,EAMb,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductControl.d.ts","sourceRoot":"","sources":["../../../src/product-set/product/ProductControl.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,YAAY,EAMb,MAAM,kEAAkE,CAAC;AAC1E,OAAO,EACL,WAAW,EAEZ,MAAM,0DAA0D,CAAC;AAGlE,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,8DAA8D,CAAC;AAEtE,OAAO,EACL,WAAW,EAKZ,MAAM,OAAO,CAAC;AAgBf,OAAO,EACL,KAAK,EAEN,MAAM,sDAAsD,CAAC;AAO9D,OAAO,EAEL,oCAAoC,EACpC,qCAAqC,EACtC,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EAEL,2BAA2B,EAC5B,MAAM,iCAAiC,CAAC;AAQzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAQ5C,MAAM,WAAW,oBACf,SAAQ,UAAU,EAChB,2BAA2B,EAC3B,qCAAqC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC,CACpC,SAAQ,gBAAgB,EACtB,mBAAmB,CAAC,CAAC,CAAC,EACtB,oCAAoC,CAAC,CAAC,CAAC;IACzC,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,OAAO,CAAC;IACvB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,mBAAmB,EAAE,CAAC,CAAC,EAAE,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAChE,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,wBAAgB,cAAc,CAAC,CAAC,SAAS,UAAU,EAAE,EACnD,SAAiB,EACjB,eAAe,EACf,aAAqB,EACrB,oBAA4B,EAC5B,QAAa,EACb,MAAM,EACN,mBAAmB,EACnB,WAAW,EACX,SAAS,EACT,YAAY,EACZ,YAAY,EACZ,WAAmB,GACpB,EAAE,mBAAmB,CAAC,CAAC,CAAC,2CAulBxB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { QUANTITY_TYPE_LIST_DTO, QUANTITY_TYPE_CONSTANT, QUANTITY_TYPE_RECHARGING, CATEGORY_TYPE_FIXED_DURATION, CATEGORY_TYPE_GAME } from '@licklist/core/
|
|
3
|
-
import { PRODUCT_DEfAULT_COLORS } from '@licklist/core/
|
|
4
|
-
import HookFormService from '@licklist/plugins/
|
|
2
|
+
import { QUANTITY_TYPE_LIST_DTO, QUANTITY_TYPE_CONSTANT, QUANTITY_TYPE_RECHARGING, CATEGORY_TYPE_FIXED_DURATION, CATEGORY_TYPE_GAME } from '@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper';
|
|
3
|
+
import { PRODUCT_DEfAULT_COLORS } from '@licklist/core/dist/DataMapper/Product/ProductDataMapper';
|
|
4
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { useId } from '@react-aria/utils';
|
|
7
7
|
import { useContext, useState, useCallback, useEffect } from 'react';
|
|
@@ -11,8 +11,8 @@ import Collapse from 'react-bootstrap/Collapse';
|
|
|
11
11
|
import Row from 'react-bootstrap/Row';
|
|
12
12
|
import { useFormContext, useWatch, Controller } from 'react-hook-form';
|
|
13
13
|
import { useTranslation } from 'react-i18next';
|
|
14
|
-
import { useImages } from '@licklist/plugins/
|
|
15
|
-
import { IMAGE_TYPE_IMAGE } from '@licklist/core/
|
|
14
|
+
import { useImages } from '@licklist/plugins/dist/hooks/Media/useImages';
|
|
15
|
+
import { IMAGE_TYPE_IMAGE } from '@licklist/core/dist/DataMapper/Media/ImageDataMapper';
|
|
16
16
|
import { FileUpload } from '../../file-upload/FileUpload.js';
|
|
17
17
|
import '../../static/index.js';
|
|
18
18
|
import Icon from '../../static/Icon.js';
|
|
@@ -22,41 +22,41 @@ import { ProductDepositControl } from './deposit/ProductDepositControl.js';
|
|
|
22
22
|
import { ProductQuantityControl } from './quantity/ProductQuantityControl.js';
|
|
23
23
|
import { ProductQuantityConstantControl } from './quantity/ProductQuantityConstantControl.js';
|
|
24
24
|
import { ProductQuantityRechargingControl } from './quantity/ProductQuantityRechargingControl.js';
|
|
25
|
-
import '@licklist/core/
|
|
25
|
+
import '@licklist/core/dist/DataMapper/Provider/SnippetTemplateDataMapper';
|
|
26
26
|
import { PropertyControl } from '../../snippet/snippet-template/control/PropertyControl.js';
|
|
27
27
|
import 'react-bootstrap/Button';
|
|
28
28
|
import 'lodash';
|
|
29
|
-
import '@licklist/plugins/
|
|
29
|
+
import '@licklist/plugins/dist/services/Form/FormErrorService';
|
|
30
30
|
import 'react-router-dom';
|
|
31
|
-
import '@licklist/core/
|
|
31
|
+
import '@licklist/core/dist/DataMapper/Provider/SnippetDataMapper';
|
|
32
32
|
import '../../calendar/Calendar.js';
|
|
33
33
|
import 'luxon';
|
|
34
34
|
import 'react-intl';
|
|
35
35
|
import { TipTapEditor } from '../../tiptap-editor/TipTapEditor.js';
|
|
36
|
-
import '@licklist/core/
|
|
36
|
+
import '@licklist/core/dist/Config';
|
|
37
37
|
import '../../iframe/event/event-card/IframeEventCardSkeleton.js';
|
|
38
38
|
import '../../iframe/page/Page.js';
|
|
39
39
|
import '../../iframe/page/components/PageBody/PageBody.js';
|
|
40
40
|
import 'react-swipeable';
|
|
41
|
-
import '@licklist/plugins/
|
|
42
|
-
import '@licklist/plugins/
|
|
41
|
+
import '@licklist/plugins/dist/services/Route/RouteService';
|
|
42
|
+
import '@licklist/plugins/dist/services/Media/MediaService';
|
|
43
43
|
import 'react-bootstrap/Accordion';
|
|
44
44
|
import 'react-bootstrap/Card';
|
|
45
45
|
import 'react-bootstrap/AccordionToggle';
|
|
46
46
|
import 'react-bootstrap/AccordionContext';
|
|
47
47
|
import '../../iframe/event/event-venue-map/IframeEventVenueMap.js';
|
|
48
48
|
import 'react-bootstrap/PageItem';
|
|
49
|
-
import '@licklist/plugins/
|
|
50
|
-
import '@licklist/plugins/
|
|
51
|
-
import '@licklist/plugins/
|
|
49
|
+
import '@licklist/plugins/dist/services/Table/PaginationService';
|
|
50
|
+
import '@licklist/plugins/dist/services/Table/TableService';
|
|
51
|
+
import '@licklist/plugins/dist/hooks/Query/useQuery';
|
|
52
52
|
import 'react-loader';
|
|
53
53
|
import '../../table/utils/index.js';
|
|
54
54
|
import '@tanstack/react-table';
|
|
55
55
|
import '../../iframe/payment/order-items-table/hooks/useTableData.js';
|
|
56
|
-
import '@licklist/plugins/
|
|
56
|
+
import '@licklist/plugins/dist/context/payment/PaymentSessionContext';
|
|
57
57
|
import 'react-bootstrap/Alert';
|
|
58
|
-
import '@licklist/plugins/
|
|
59
|
-
import '@licklist/plugins/
|
|
58
|
+
import '@licklist/plugins/dist/hooks/Ryft/useRyftPayment';
|
|
59
|
+
import '@licklist/plugins/dist';
|
|
60
60
|
import '../../iframe/order-process/components/BookingSummary/BookingSummary.js';
|
|
61
61
|
import '../../iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js';
|
|
62
62
|
import 'react-bootstrap/ModalHeader';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/
|
|
1
|
+
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
2
2
|
import { SelectItem } from "../../../types/generic/SelectItem";
|
|
3
3
|
export interface ProductBookingManagementControlValues extends FormValues {
|
|
4
4
|
zoneId: number;
|
package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductBookingManagementControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/booking-management/ProductBookingManagementControl.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductBookingManagementControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/booking-management/ProductBookingManagementControl.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,8DAA8D,CAAC;AAOtE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAE/D,MAAM,WAAW,qCAAsC,SAAQ,UAAU;IACvE,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,oCAAoC,CAAC,CAAC,CACrD,SAAQ,mBAAmB,CAAC,CAAC,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB;AAED,wBAAgB,+BAA+B,CAAC,CAAC,SAAS,UAAU,EAClE,KAAK,EAAE,oCAAoC,CAAC,CAAC,CAAC,2CAyJ/C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import HookFormService from '@licklist/plugins/
|
|
2
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
3
3
|
import { useId } from '@react-aria/utils';
|
|
4
4
|
import { Form } from 'react-bootstrap';
|
|
5
5
|
import InputGroup from 'react-bootstrap/InputGroup';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/
|
|
1
|
+
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
2
2
|
export interface ProductDepositControlValues extends FormValues {
|
|
3
3
|
deposit: number;
|
|
4
4
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductDepositControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/deposit/ProductDepositControl.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductDepositControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/deposit/ProductDepositControl.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,8DAA8D,CAAC;AAStE,MAAM,WAAW,2BAA4B,SAAQ,UAAU;IAC7D,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,0BAA0B,CAAC,CAAC,CAAE,SAAQ,mBAAmB,CAAC,CAAC,CAAC;IAC3E,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,qBAAqB,CAAC,CAAC,SAAS,UAAU,EACxD,KAAK,EAAE,0BAA0B,CAAC,CAAC,CAAC,2CA2ErC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import HookFormService from '@licklist/plugins/
|
|
2
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
3
3
|
import { useId } from '@react-aria/utils';
|
|
4
4
|
import { Form } from 'react-bootstrap';
|
|
5
5
|
import Col from 'react-bootstrap/Col';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldNamePrefixPath } from "@licklist/plugins/
|
|
1
|
+
import { FieldNamePrefixPath } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
2
2
|
export interface ProductDurationControlProps<T> extends FieldNamePrefixPath<T> {
|
|
3
3
|
disabled: boolean;
|
|
4
4
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductDurationControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/duration/ProductDurationControl.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductDurationControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/duration/ProductDurationControl.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8DAA8D,CAAC;AAOnG,MAAM,WAAW,2BAA2B,CAAC,CAAC,CAAE,SAAQ,mBAAmB,CAAC,CAAC,CAAC;IAC5E,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,sBAAsB,GAAI,CAAC,kCAGrC,2BAA2B,CAAC,CAAC,CAAC,4CAqIhC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
2
|
-
import HookFormService from '@licklist/plugins/
|
|
2
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
3
3
|
import { useId } from '@react-aria/utils';
|
|
4
4
|
import { Col, Form, InputGroup } from 'react-bootstrap';
|
|
5
5
|
import { useFormContext, useWatch, Controller } from 'react-hook-form';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldNamePrefixPath } from "@licklist/plugins/
|
|
1
|
+
import { FieldNamePrefixPath } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
2
2
|
interface FixedDurationOptionsProps<T> extends FieldNamePrefixPath<T> {
|
|
3
3
|
isOverrides?: boolean;
|
|
4
4
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FixedDurationOptions.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"FixedDurationOptions.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8DAA8D,CAAC;AAInG,UAAU,yBAAyB,CAAC,CAAC,CAAE,SAAQ,mBAAmB,CAAC,CAAC,CAAC;IACnE,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,oBAAoB,GAAI,CAAC,qCAGnC,yBAAyB,CAAC,CAAC,CAAC,4CA4C9B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FormValues } from "@licklist/plugins/
|
|
1
|
+
import { FormValues } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
2
2
|
import { Path } from "react-hook-form";
|
|
3
3
|
export interface ProductPriceControlValues extends FormValues {
|
|
4
4
|
price: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductPriceControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/price/ProductPriceControl.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductPriceControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/price/ProductPriceControl.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,8DAA8D,CAAC;AAK1F,OAAO,EAAc,IAAI,EAAkB,MAAM,iBAAiB,CAAC;AAInE,MAAM,WAAW,yBAA0B,SAAQ,UAAU;IAC3D,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,wBAAwB,CAAC,CAAC;IACzC,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,wBAAgB,mBAAmB,CAAC,CAAC,SAAS,UAAU,EAAE,EACxD,SAAiB,EACjB,eAAe,EACf,KAAK,EACL,aAAa,EACb,UAAiB,EACjB,cAAc,GACf,EAAE,wBAAwB,CAAC,CAAC,CAAC,2CAgG7B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import HookFormService from '@licklist/plugins/
|
|
2
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
3
3
|
import { useId } from '@react-aria/utils';
|
|
4
4
|
import { Form } from 'react-bootstrap';
|
|
5
5
|
import Col from 'react-bootstrap/Col';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/
|
|
2
|
+
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
3
3
|
export interface ProductQuantityConstantControlValues extends FormValues {
|
|
4
4
|
totalQuantity: number;
|
|
5
5
|
nextQuantity: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductQuantityConstantControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/quantity/ProductQuantityConstantControl.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductQuantityConstantControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/quantity/ProductQuantityConstantControl.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,8DAA8D,CAAC;AAiBtE,MAAM,WAAW,oCAAqC,SAAQ,UAAU;IACtE,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,mCAAmC,CAAC,CAAC,CACpD,SAAQ,mBAAmB,CAAC,CAAC,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,cAAc,KAAK,IAAI,CAAC;CAC7C;AAED,wBAAgB,8BAA8B,CAAC,CAAC,SAAS,UAAU,EACjE,KAAK,EAAE,mCAAmC,CAAC,CAAC,CAAC,2CAkL9C"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useEffect } from 'react';
|
|
3
|
-
import HookFormService from '@licklist/plugins/
|
|
3
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
4
4
|
import { useId } from '@react-aria/utils';
|
|
5
5
|
import { Form, Button } from 'react-bootstrap';
|
|
6
6
|
import Col from 'react-bootstrap/Col';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/
|
|
2
|
+
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
3
3
|
export interface ProductQuantityControlValues extends FormValues {
|
|
4
4
|
minQuantity: number;
|
|
5
5
|
maxQuantity: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductQuantityControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/quantity/ProductQuantityControl.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductQuantityControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/quantity/ProductQuantityControl.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,8DAA8D,CAAC;AAWtE,MAAM,WAAW,4BAA6B,SAAQ,UAAU;IAC9D,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,2BAA2B,CAAC,CAAC,CAAE,SAAQ,mBAAmB,CAAC,CAAC,CAAC;IAC5E,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,cAAc,KAAK,IAAI,CAAC;IAC5C,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,sBAAsB,CAAC,CAAC,SAAS,UAAU,EACzD,KAAK,EAAE,2BAA2B,CAAC,CAAC,CAAC,2CAsJtC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useEffect } from 'react';
|
|
3
|
-
import HookFormService from '@licklist/plugins/
|
|
3
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
4
4
|
import { useId } from '@react-aria/utils';
|
|
5
5
|
import { Form } from 'react-bootstrap';
|
|
6
6
|
import Col from 'react-bootstrap/Col';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/
|
|
2
|
+
import { FieldNamePrefixPath, FormValues } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
3
3
|
export interface ProductQuantityRechargingControlValues extends FormValues {
|
|
4
4
|
totalQuantity: number;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductQuantityRechargingControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/quantity/ProductQuantityRechargingControl.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductQuantityRechargingControl.d.ts","sourceRoot":"","sources":["../../../../src/product-set/product/quantity/ProductQuantityRechargingControl.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EACL,mBAAmB,EACnB,UAAU,EACX,MAAM,8DAA8D,CAAC;AAStE,MAAM,WAAW,sCAAuC,SAAQ,UAAU;IACxE,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,qCAAqC,CAAC,CAAC,CACtD,SAAQ,mBAAmB,CAAC,CAAC,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,cAAc,KAAK,IAAI,CAAC;CAC7C;AAED,wBAAgB,gCAAgC,CAAC,CAAC,SAAS,UAAU,EACnE,KAAK,EAAE,qCAAqC,CAAC,CAAC,CAAC,2CAkGhD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { useEffect } from 'react';
|
|
3
|
-
import HookFormService from '@licklist/plugins/
|
|
3
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
4
4
|
import { useId } from '@react-aria/utils';
|
|
5
5
|
import { Form } from 'react-bootstrap';
|
|
6
6
|
import InputGroup from 'react-bootstrap/InputGroup';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FormValues } from "@licklist/plugins/
|
|
2
|
-
import { QuantityType, CategoryType } from "@licklist/core/
|
|
3
|
-
import { Zone } from "@licklist/core/
|
|
1
|
+
import { FormValues } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
2
|
+
import { QuantityType, CategoryType } from "@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper";
|
|
3
|
+
import { Zone } from "@licklist/core/dist/DataMapper/Provider/ZoneDataMapper";
|
|
4
4
|
import { IsDeletableEvent } from "../types";
|
|
5
5
|
export interface ProductCategoryControlValues extends FormValues {
|
|
6
6
|
id: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductCategoryControl.d.ts","sourceRoot":"","sources":["../../../src/product-set/product-category/ProductCategoryControl.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductCategoryControl.d.ts","sourceRoot":"","sources":["../../../src/product-set/product-category/ProductCategoryControl.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,8DAA8D,CAAC;AAE1F,OAAO,EACL,YAAY,EACZ,YAAY,EAKb,MAAM,kEAAkE,CAAC;AAC1E,OAAO,EAAE,IAAI,EAAE,MAAM,wDAAwD,CAAC;AAG9E,OAAO,EAAE,gBAAgB,EAAmB,MAAM,UAAU,CAAC;AAI7D,MAAM,WAAW,4BAA6B,SAAQ,UAAU;IAC9D,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,YAAY,CAAC;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,2BAA4B,SAAQ,gBAAgB;IACnE,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IAErB,oBAAoB,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC1C,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAQD,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,EACT,YAAY,EACZ,oBAAoB,EACpB,oBAAoB,EACpB,SAAS,EACT,UAAkB,GACnB,EAAE,2BAA2B,2CAoiB7B"}
|
|
@@ -3,9 +3,9 @@ import { useState, useContext, useCallback, useEffect } from 'react';
|
|
|
3
3
|
import { Col, Form, Row, InputGroup, Collapse } from 'react-bootstrap';
|
|
4
4
|
import { useFormContext, useWatch, Controller } from 'react-hook-form';
|
|
5
5
|
import { useTranslation } from 'react-i18next';
|
|
6
|
-
import HookFormService from '@licklist/plugins/
|
|
6
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
7
7
|
import { useId } from '@react-aria/utils';
|
|
8
|
-
import { CATEGORY_TYPE_FIXED_DURATION, CATEGORY_TYPE_GAME, QUANTITY_TYPES, CATEGORY_TYPE_TICKETS } from '@licklist/core/
|
|
8
|
+
import { CATEGORY_TYPE_FIXED_DURATION, CATEGORY_TYPE_GAME, QUANTITY_TYPES, CATEGORY_TYPE_TICKETS } from '@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper';
|
|
9
9
|
import '../../static/index.js';
|
|
10
10
|
import { ReactComponent as SvgIncrement } from '../../assets/dashboard/increment.svg.js';
|
|
11
11
|
import { ProductSetLoadingContext } from '../form/context.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FormValues } from "@licklist/plugins/
|
|
2
|
-
import { PointProduct } from "@licklist/core/
|
|
1
|
+
import { FormValues } from "@licklist/plugins/dist/types/services/Form/hook-form-service";
|
|
2
|
+
import { PointProduct } from "@licklist/core/dist/DataMapper/Product/PointProductDataMapper";
|
|
3
3
|
import { IsDeletableEvent, ProductCategory } from "../types";
|
|
4
4
|
export interface StepControlValues extends FormValues {
|
|
5
5
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepControl.d.ts","sourceRoot":"","sources":["../../../src/product-set/step/StepControl.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"StepControl.d.ts","sourceRoot":"","sources":["../../../src/product-set/step/StepControl.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,8DAA8D,CAAC;AAE1F,OAAO,EAAE,YAAY,EAAE,MAAM,+DAA+D,CAAC;AAE7F,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAI7D,MAAM,WAAW,iBAAkB,SAAQ,UAAU;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,eAAe,EAAE,CAAC;IACtC,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,IAAI,GAAG,MAAM,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,EAAE,CAAC;CACzC;AAED,MAAM,WAAW,gBAAiB,SAAQ,gBAAgB;IACxD,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,WAAW,CAAC,EAC1B,SAAS,EACT,SAAS,EACT,QAAQ,EACR,gBAAgB,EAChB,WAAmB,GACpB,EAAE,gBAAgB,2CAoGlB"}
|
|
@@ -3,7 +3,7 @@ import { useContext } from 'react';
|
|
|
3
3
|
import { Row, Col, Form } from 'react-bootstrap';
|
|
4
4
|
import { useFormContext, Controller } from 'react-hook-form';
|
|
5
5
|
import { useTranslation } from 'react-i18next';
|
|
6
|
-
import HookFormService from '@licklist/plugins/
|
|
6
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
7
7
|
import { useId } from '@react-aria/utils';
|
|
8
8
|
import { ProductSetLoadingContext } from '../form/context.js';
|
|
9
9
|
import { BooleanSwitch } from '../../static/switch/BooleanSwitch.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EmailTemplate } from "@licklist/core/
|
|
2
|
-
import { SmsTemplate } from "@licklist/core/
|
|
1
|
+
import { EmailTemplate } from "@licklist/core/dist/DataMapper/Notification/EmailTemplateDataMapper";
|
|
2
|
+
import { SmsTemplate } from "@licklist/core/dist/DataMapper/Notification/SmsTemplateDataMapper";
|
|
3
3
|
import { TFunction } from "react-i18next";
|
|
4
4
|
import { UseFormSetError } from "react-hook-form";
|
|
5
5
|
import { TemplateItem } from "../control/ProductSetControl";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/product-set/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/product-set/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qEAAqE,CAAC;AACpG,OAAO,EAAE,WAAW,EAAE,MAAM,mEAAmE,CAAC;AAChG,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,UAAU,yBAAyB;IACjC,MAAM,EAAE,oBAAoB,CAAC;IAC7B,QAAQ,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC;IAChD,CAAC,EAAE,SAAS,CAAC;CACd;AAED,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAC1B,CAAC,EAAE,aACC,MAAM,aACN,MAAM,QAQlB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,CAAC,SAAS,CAAC,EAAE;;IAE7C,CAAC;AAEF,eAAO,MAAM,oBAAoB,eACnB,aAAa,EAAE,GAAG,WAAW,EAAE,kBAC3B,YAAY,EAAE,KAC7B,YAAY,EAAE,GAAG,SAmBnB,CAAC;AAEF,eAAO,MAAM,yBAAyB,6BAInC,yBAAyB,YAuB3B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { User } from "@licklist/core/
|
|
2
|
-
import { VIEWER_ROLE, MANAGER_ROLE, SUBMANAGER_ROLE } from "@licklist/core/
|
|
1
|
+
import { User } from "@licklist/core/dist/DataMapper/User/UserDataMapper";
|
|
2
|
+
import { VIEWER_ROLE, MANAGER_ROLE, SUBMANAGER_ROLE } from "@licklist/core/dist/DataMapper/User/UserRoleDataMapper";
|
|
3
3
|
export type UserFormValues = {
|
|
4
4
|
email?: User["email"];
|
|
5
5
|
role?: typeof VIEWER_ROLE | typeof MANAGER_ROLE | typeof SUBMANAGER_ROLE;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserForm.d.ts","sourceRoot":"","sources":["../../../../src/provider/company/user-form/UserForm.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UserForm.d.ts","sourceRoot":"","sources":["../../../../src/provider/company/user-form/UserForm.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,oDAAoD,CAAC;AAC1E,OAAO,EACL,WAAW,EACX,YAAY,EACZ,eAAe,EAChB,MAAM,wDAAwD,CAAC;AAQhE,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,WAAW,GAAG,OAAO,YAAY,GAAG,OAAO,eAAe,CAAC;CAC1E,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,QAAQ,EAAE,CAAC,MAAM,EAAE;QACjB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACrB,IAAI,EAAE,OAAO,WAAW,GAAG,OAAO,YAAY,GAAG,OAAO,eAAe,CAAC;KACzE,KAAK,IAAI,CAAC;IACX,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,QAAQ,2DAKlB,aAAa,4CAqHf,CAAC"}
|
|
@@ -3,9 +3,9 @@ import { Form, Row, Col, Button } from 'react-bootstrap';
|
|
|
3
3
|
import { useForm, Controller } from 'react-hook-form';
|
|
4
4
|
import { useTranslation } from 'react-i18next';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
|
-
import { MANAGER_ROLE, SUBMANAGER_ROLE, VIEWER_ROLE } from '@licklist/core/
|
|
7
|
-
import emailRule from '@licklist/plugins/
|
|
8
|
-
import HookFormService from '@licklist/plugins/
|
|
6
|
+
import { MANAGER_ROLE, SUBMANAGER_ROLE, VIEWER_ROLE } from '@licklist/core/dist/DataMapper/User/UserRoleDataMapper';
|
|
7
|
+
import emailRule from '@licklist/plugins/dist/validation/Rules/emailRule';
|
|
8
|
+
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
|
|
9
9
|
import Logo from '../../../logo/Logo.js';
|
|
10
10
|
import { ReactComponent as SvgManagerRole } from '../../../assets/dashboard/managerRole.svg.js';
|
|
11
11
|
import { ReactComponent as SvgSubManagerRole } from '../../../assets/dashboard/subManagerRole.svg.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Image } from "@licklist/core/
|
|
1
|
+
import { Image } from "@licklist/core/dist/DataMapper/Media/ImageDataMapper";
|
|
2
2
|
import { TypeaheadOptions } from "../../typeahead";
|
|
3
3
|
import { ProviderLinksInputProps, ProviderLinksInputValues } from "../provider-links-input";
|
|
4
4
|
export type ProviderDetailsInputValues = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProviderDetailsInput.d.ts","sourceRoot":"","sources":["../../../src/provider/provider-details-input/ProviderDetailsInput.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProviderDetailsInput.d.ts","sourceRoot":"","sources":["../../../src/provider/provider-details-input/ProviderDetailsInput.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,MAAM,sDAAsD,CAAC;AAC7E,OAAO,EAAa,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE9D,OAAO,EAEL,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IACzB,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;CACxB,GAAG,wBAAwB,CAAC;AAE7B,MAAM,MAAM,yBAAyB,GAAG;IACtC,gBAAgB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACtC,SAAS,CAAC,EAAE,uBAAuB,CAAC,WAAW,CAAC,CAAC;CAClD,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,EACnC,gBAAqB,EACrB,SAAc,GACf,EAAE,yBAAyB,2CAiJ3B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
1
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
2
2
|
import { CategoriesInputProps, CategoriesInputValues } from "../categories-input";
|
|
3
3
|
import { LocationInputValues } from "../location-input";
|
|
4
4
|
import { ProviderDetailsInputProps, ProviderDetailsInputValues } from "../provider-details-input";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProviderForm.d.ts","sourceRoot":"","sources":["../../../src/provider/provider-form/ProviderForm.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProviderForm.d.ts","sourceRoot":"","sources":["../../../src/provider/provider-form/ProviderForm.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AAEvF,OAAO,EAGL,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAGL,mBAAmB,EACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAEL,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGnD,MAAM,MAAM,kBAAkB,GAAG,0BAA0B,GACzD,mBAAmB,GACnB,qBAAqB,CAAC;AAExB,MAAM,WAAW,iBAAkB,SAAQ,iBAAiB;IAC1D,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC,UAAU,CAAC,EAAE,oBAAoB,CAAC,YAAY,CAAC,CAAC;IAChD,SAAS,CAAC,EAAE,yBAAyB,CAAC,WAAW,CAAC,CAAC;IACnD,gBAAgB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACtC,QAAQ,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC/C,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;CAC9B;AAOD,wBAAgB,YAAY,CAAC,EAC3B,aAAa,EACb,UAAU,EACV,gBAAgB,EAChB,SAAS,EACT,QAAQ,EACR,MAAiB,EACjB,aAAoB,GACrB,EAAE,iBAAiB,2CA6GnB"}
|
|
@@ -3,8 +3,8 @@ import { useState, useEffect } from 'react';
|
|
|
3
3
|
import { Form, Accordion, Button, Spinner } from 'react-bootstrap';
|
|
4
4
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
5
5
|
import { useTranslation } from 'react-i18next';
|
|
6
|
-
import { IMAGE_TYPE_MAP, IMAGE_TYPE_IMAGE, IMAGE_TYPE_COVER } from '@licklist/core/
|
|
7
|
-
import { useMultipleImages } from '@licklist/plugins/
|
|
6
|
+
import { IMAGE_TYPE_MAP, IMAGE_TYPE_IMAGE, IMAGE_TYPE_COVER } from '@licklist/core/dist/DataMapper/Media/ImageDataMapper';
|
|
7
|
+
import { useMultipleImages } from '@licklist/plugins/dist/hooks/Media/useMultipleImages';
|
|
8
8
|
import { CollapsibleInputGroup } from '../../collapsible-input-group/CollapsibleInputGroup.js';
|
|
9
9
|
import { CategoriesInput } from '../categories-input/CategoriesInput.js';
|
|
10
10
|
import { CategoriesInputDescription } from '../categories-input/CategoriesInputDescription.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HasPermissionProp } from "@licklist/plugins/
|
|
1
|
+
import { HasPermissionProp } from "@licklist/plugins/dist/types/permission/Permission";
|
|
2
2
|
import { CategoriesInputProps, CategoriesInputValues } from "../categories-input";
|
|
3
3
|
import { LocationInputValues } from "../location-input";
|
|
4
4
|
import { ProviderDetailsInputProps, ProviderDetailsInputValues } from "../provider-details-input";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VenueForm.d.ts","sourceRoot":"","sources":["../../../src/provider/venue-form/VenueForm.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"VenueForm.d.ts","sourceRoot":"","sources":["../../../src/provider/venue-form/VenueForm.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AAIvF,OAAO,EAGL,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAGL,mBAAmB,EACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAEL,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAGL,uBAAuB,EACxB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGnD,MAAM,MAAM,eAAe,GAAG,0BAA0B,GACtD,mBAAmB,GACnB,uBAAuB,GACvB,qBAAqB,CAAC;AAExB,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,UAAU,CAAC,EAAE,oBAAoB,CAAC,YAAY,CAAC,CAAC;IAChD,SAAS,CAAC,EAAE,yBAAyB,CAAC,WAAW,CAAC,CAAC;IACnD,gBAAgB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACtC,QAAQ,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;IAC5C,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAOD,wBAAgB,SAAS,CAAC,EACxB,aAAa,EACb,UAAU,EACV,SAAS,EACT,gBAAqB,EACrB,QAAQ,EACR,MAAiB,EACjB,aAAoB,EACpB,SAAS,EACT,aAAa,GACd,EAAE,cAAc,2CAmKhB"}
|
|
@@ -3,9 +3,9 @@ import { useState, useEffect } from 'react';
|
|
|
3
3
|
import { Form, Accordion, Button, Spinner } from 'react-bootstrap';
|
|
4
4
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
5
5
|
import { useTranslation } from 'react-i18next';
|
|
6
|
-
import { IMAGE_TYPE_MAP, IMAGE_TYPE_IMAGE, IMAGE_TYPE_COVER } from '@licklist/core/
|
|
7
|
-
import { useMultipleImages } from '@licklist/plugins/
|
|
8
|
-
import { parseServerErrorForFormValidation } from '@licklist/plugins/
|
|
6
|
+
import { IMAGE_TYPE_MAP, IMAGE_TYPE_IMAGE, IMAGE_TYPE_COVER } from '@licklist/core/dist/DataMapper/Media/ImageDataMapper';
|
|
7
|
+
import { useMultipleImages } from '@licklist/plugins/dist/hooks/Media/useMultipleImages';
|
|
8
|
+
import { parseServerErrorForFormValidation } from '@licklist/plugins/dist/utils/parseError';
|
|
9
9
|
import { CollapsibleInputGroup } from '../../collapsible-input-group/CollapsibleInputGroup.js';
|
|
10
10
|
import { CategoriesInput } from '../categories-input/CategoriesInput.js';
|
|
11
11
|
import { CategoriesInputDescription } from '../categories-input/CategoriesInputDescription.js';
|
|
@@ -4,7 +4,7 @@ import { useId } from '@react-aria/utils';
|
|
|
4
4
|
import { DateTime } from 'luxon';
|
|
5
5
|
import { Form, Row, Col, InputGroup } from 'react-bootstrap';
|
|
6
6
|
import RRule from 'rrule';
|
|
7
|
-
import { DATE_FORMAT } from '@licklist/core/
|
|
7
|
+
import { DATE_FORMAT } from '@licklist/core/dist/Config';
|
|
8
8
|
import { useTranslation } from 'react-i18next';
|
|
9
9
|
|
|
10
10
|
function _define_property(obj, key, value) {
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
2
2
|
import { useTranslation } from 'react-i18next';
|
|
3
3
|
import Button from 'react-bootstrap/Button';
|
|
4
4
|
import { DateTime } from 'luxon';
|
|
5
|
-
import { TIME_FULL_FORMAT } from '@licklist/core/
|
|
5
|
+
import { TIME_FULL_FORMAT } from '@licklist/core/dist/Config/Date';
|
|
6
6
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
7
7
|
import { Form } from 'react-bootstrap';
|
|
8
8
|
import { ConfirmModal } from '../modals/confirmation/ConfirmModal.js';
|
|
@@ -4,8 +4,8 @@ import { DateTime } from 'luxon';
|
|
|
4
4
|
import { Row, Col, Form } from 'react-bootstrap';
|
|
5
5
|
import { useTranslation } from 'react-i18next';
|
|
6
6
|
import { useFormContext, useWatch } from 'react-hook-form';
|
|
7
|
-
import { TIME_FORMAT, TIME_FULL_FORMAT, DATE_FORMAT } from '@licklist/core/
|
|
8
|
-
import { fromFormat } from '@licklist/plugins/
|
|
7
|
+
import { TIME_FORMAT, TIME_FULL_FORMAT, DATE_FORMAT } from '@licklist/core/dist/Config';
|
|
8
|
+
import { fromFormat } from '@licklist/plugins/dist/utils/dateTime';
|
|
9
9
|
|
|
10
10
|
function _define_property(obj, key, value) {
|
|
11
11
|
if (key in obj) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropsWithChildren } from "react";
|
|
2
2
|
import { Frequency, Weekday } from "rrule";
|
|
3
3
|
import { DateTime } from "luxon";
|
|
4
|
-
import { WorkHour } from "@licklist/core/
|
|
4
|
+
import { WorkHour } from "@licklist/core/dist/DataMapper/Provider/WorkHourDataMapper";
|
|
5
5
|
import { SupportedFrequency } from "./utils";
|
|
6
6
|
export interface RecurringDatePickerInputProps {
|
|
7
7
|
disabled?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecurringDatePickerInput.d.ts","sourceRoot":"","sources":["../../src/recurring-date-picker-input/RecurringDatePickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAc,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGlD,OAAO,EAAE,QAAQ,EAAY,MAAM,OAAO,CAAC;AAU3C,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"RecurringDatePickerInput.d.ts","sourceRoot":"","sources":["../../src/recurring-date-picker-input/RecurringDatePickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAc,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGlD,OAAO,EAAE,QAAQ,EAAY,MAAM,OAAO,CAAC;AAU3C,OAAO,EAAE,QAAQ,EAAE,MAAM,4DAA4D,CAAC;AAGtF,OAAO,EAEL,kBAAkB,EAEnB,MAAM,SAAS,CAAC;AAIjB,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC,8BAA8B,CAAC,CAAC;IACxD,QAAQ,EAAE,CAAC,KAAK,EAAE,8BAA8B,KAAK,IAAI,CAAC;IAC1D,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,QAAQ,EAAE,GAAG,SAAS,CAAC;CACnC;AAED,MAAM,WAAW,8BAA8B;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,kBAAkB,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,IAAI,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,wBAAgB,wBAAwB,CAAC,EACvC,QAAgB,EAChB,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,gBAAkC,EAClC,8BAAsC,EACtC,QAAQ,EACR,OAAO,EACP,SAAS,GACV,EAAE,iBAAiB,CAAC,6BAA6B,CAAC,2CA8LlD;AAmGD,eAAO,MAAM,iBAAiB,SACtB,MAAM,QACN,MAAM,KACX,QAAQ,GAAG,MAiBb,CAAC"}
|
|
@@ -5,8 +5,8 @@ import { useTranslation } from 'react-i18next';
|
|
|
5
5
|
import Button from 'react-bootstrap/Button';
|
|
6
6
|
import { DateTime, Interval } from 'luxon';
|
|
7
7
|
import { useIntl } from 'react-intl';
|
|
8
|
-
import { DATE_TIME_FORMAT, DATE_TIME_FULL_FORMAT, TIME_FULL_FORMAT } from '@licklist/core/
|
|
9
|
-
import { usePreviousValue } from '@licklist/plugins/
|
|
8
|
+
import { DATE_TIME_FORMAT, DATE_TIME_FULL_FORMAT, TIME_FULL_FORMAT } from '@licklist/core/dist/Config/Date';
|
|
9
|
+
import { usePreviousValue } from '@licklist/plugins/dist/hooks/Value/usePreviousValue';
|
|
10
10
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
11
11
|
import { Form } from 'react-bootstrap';
|
|
12
12
|
import RecurrenceIntervalAndFrequencyInput from './RecurrenceIntervalAndFrequencyInput.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WorkHour } from "@licklist/core/
|
|
1
|
+
import { WorkHour } from "@licklist/core/dist/DataMapper/Provider/WorkHourDataMapper";
|
|
2
2
|
import { Validate } from "react-hook-form";
|
|
3
3
|
import { Frequency, Weekday } from "rrule";
|
|
4
4
|
export declare const getWeekdayForFrequency: ({ date, frequency, }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/recurring-date-picker-input/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/recurring-date-picker-input/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,4DAA4D,CAAC;AAGtF,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,OAAc,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAElD,eAAO,MAAM,sBAAsB,yBAGhC;IACD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,SAAS,CAAC;CACtB,KAAG,OAWH,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAC1B,SAAS,CAAC,KAAK,GACf,SAAS,CAAC,MAAM,GAChB,SAAS,CAAC,OAAO,GACjB,SAAS,CAAC,MAAM,CAAC;AAErB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,kBAAkB,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,IAAI,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,qBAAqB,qBAG/B;IACD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,KAoEM,kBACN,CAAC;AAEF,eAAO,MAAM,sBAAsB,cACtB,OAAO,EAAE,aACT,QAAQ,EAAE,GAAG,SAAS,KAChC;IAED,QAAQ,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;CA6E7B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TIME_FORMAT, TIME_FULL_FORMAT } from '@licklist/core/
|
|
2
|
-
import { fromFormat } from '@licklist/plugins/
|
|
1
|
+
import { TIME_FORMAT, TIME_FULL_FORMAT } from '@licklist/core/dist/Config';
|
|
2
|
+
import { fromFormat } from '@licklist/plugins/dist/utils/dateTime';
|
|
3
3
|
import { Interval, DateTime } from 'luxon';
|
|
4
4
|
import { useTranslation } from 'react-i18next';
|
|
5
5
|
import RRule, { Frequency, Weekday } from 'rrule';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Report, ReportType } from "@licklist/core/
|
|
2
|
-
import { HttpQuery } from "@licklist/plugins/
|
|
3
|
-
import { CachedHttpQueryResponse } from "@licklist/plugins/
|
|
1
|
+
import { Report, ReportType } from "@licklist/core/dist/DataMapper/Report";
|
|
2
|
+
import { HttpQuery } from "@licklist/plugins/dist/hooks/Api/useHttpQuery";
|
|
3
|
+
import { CachedHttpQueryResponse } from "@licklist/plugins/dist/hooks/Api/useCachedHttpQuery";
|
|
4
4
|
interface ReportField {
|
|
5
5
|
id: number;
|
|
6
6
|
key: string;
|