@licklist/design 0.66.12 → 0.67.0
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/.storybook/{main.js → main.cjs} +12 -15
- package/.storybook/preview.js +4 -3
- package/.yarnrc.yml +3 -0
- package/bitbucket-pipelines.yml +19 -14
- package/dist/affiliate/card/AffiliateCard.d.ts +11 -12
- package/dist/affiliate/card/AffiliateCard.d.ts.map +1 -1
- package/dist/affiliate/card/AffiliateCard.js +159 -1
- package/dist/affiliate/card/index.d.ts +1 -1
- package/dist/affiliate/form/AffiliateControl.d.ts +7 -8
- package/dist/affiliate/form/AffiliateControl.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateControl.js +292 -1
- package/dist/affiliate/form/AffiliateForm.d.ts +9 -10
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateForm.js +151 -1
- package/dist/affiliate/form/index.d.ts +2 -2
- package/dist/affiliate/index.d.ts +3 -3
- package/dist/affiliate/types/index.d.ts +11 -11
- package/dist/assets/dashboard/addImage.svg.js +27 -1
- package/dist/assets/dashboard/chartBar.svg.js +153 -1
- package/dist/assets/dashboard/genderFemale.svg.js +15 -1
- package/dist/assets/dashboard/genderMale.svg.js +22 -1
- package/dist/assets/dashboard/increment.svg.js +28 -1
- package/dist/assets/dashboard/info.svg.js +26 -1
- package/dist/assets/dashboard/managerRole.svg.js +18 -1
- package/dist/assets/dashboard/subManagerRole.svg.js +24 -1
- package/dist/assets/dashboard/viewerRole.svg.js +24 -1
- package/dist/assets/dashboard/visitedProviderLink.svg.js +20 -1
- package/dist/assets/dashboard/warning.svg.js +17 -1
- package/dist/assets/editor/bold.svg.js +18 -1
- package/dist/assets/editor/double-quotes-l.svg.js +18 -1
- package/dist/assets/editor/format-clear.svg.js +18 -1
- package/dist/assets/editor/h1.svg.js +18 -1
- package/dist/assets/editor/h2.svg.js +18 -1
- package/dist/assets/editor/italic.svg.js +18 -1
- package/dist/assets/editor/paragraph.svg.js +18 -1
- package/dist/assets/editor/separator.svg.js +18 -1
- package/dist/assets/editor/strikethrough.svg.js +18 -1
- package/dist/assets/editor/text-wrap.svg.js +19 -1
- package/dist/assets/iframe/available.svg.js +36 -1
- package/dist/assets/iframe/calendar.svg.js +16 -1
- package/dist/assets/iframe/clock.svg.js +17 -1
- package/dist/assets/iframe/close.svg.js +15 -1
- package/dist/assets/iframe/limited.svg.js +36 -1
- package/dist/assets/iframe/selectArrow.svg.js +17 -1
- package/dist/assets/iframe/soldOut.svg.js +39 -1
- package/dist/assets/iframe/success.svg.js +14 -1
- package/dist/assets/iframe/ticket.svg.js +16 -1
- package/dist/assets/logo/bookedit.svg.js +14 -1
- package/dist/assets/logo/licklist.sm.svg.js +33 -1
- package/dist/assets/logo/licklist.svg.js +16 -1
- package/dist/assets/static/default.user.png.js +3 -1
- package/dist/auth/AccessDenied/AccessDenied.d.ts +1 -2
- package/dist/auth/AccessDenied/AccessDenied.d.ts.map +1 -1
- package/dist/auth/AccessDenied/AccessDenied.js +56 -1
- package/dist/auth/AccessDenied/index.d.ts +1 -1
- package/dist/auth/Authorizer.d.ts +6 -6
- package/dist/auth/Authorizer.d.ts.map +1 -1
- package/dist/auth/Authorizer.js +128 -1
- package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts +2 -3
- package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordComponent.js +302 -1
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts +9 -10
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.js +340 -1
- package/dist/auth/ChangePassword/index.d.ts +2 -2
- package/dist/auth/Layout/AuthNavComponent.d.ts +2 -3
- package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/AuthNavComponent.js +32 -1
- package/dist/auth/Layout/UserNavComponent.d.ts +6 -7
- package/dist/auth/Layout/UserNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavComponent.js +30 -1
- package/dist/auth/Layout/UserNavDropDown.d.ts +2 -3
- package/dist/auth/Layout/UserNavDropDown.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDown.js +23 -1
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts +6 -7
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDownToggle.js +32 -1
- package/dist/auth/Layout/index.d.ts +4 -4
- package/dist/auth/Login/LoginComponent.d.ts +6 -7
- package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +367 -1
- package/dist/auth/Login/LoginFormComponent.d.ts +15 -16
- package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginFormComponent.js +346 -1
- package/dist/auth/Login/index.d.ts +2 -2
- package/dist/auth/Logout/Logout.d.ts +1 -2
- package/dist/auth/Logout/Logout.d.ts.map +1 -1
- package/dist/auth/Logout/Logout.js +22 -1
- package/dist/auth/Logout/index.d.ts +1 -1
- package/dist/auth/Register/BirthDateFormComponent.d.ts +11 -12
- package/dist/auth/Register/BirthDateFormComponent.d.ts.map +1 -1
- package/dist/auth/Register/BirthDateFormComponent.js +275 -1
- package/dist/auth/Register/RegisterComponent.d.ts +5 -6
- package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterComponent.js +364 -1
- package/dist/auth/Register/RegisterFormComponent.d.ts +24 -25
- package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterFormComponent.js +687 -1
- package/dist/auth/Register/index.d.ts +3 -3
- package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts +2 -3
- package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordComponent.js +283 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +11 -12
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.js +318 -1
- package/dist/auth/ResetPassword/index.d.ts +2 -2
- package/dist/auth/Router.d.ts +6 -6
- package/dist/auth/Router.d.ts.map +1 -1
- package/dist/auth/Router.js +27 -1
- package/dist/auth/Social/SocialCallbackComponent.d.ts +2 -3
- package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialCallbackComponent.js +336 -1
- package/dist/auth/Social/SocialFormComponent.d.ts +6 -7
- package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialFormComponent.js +274 -1
- package/dist/auth/Social/index.d.ts +2 -2
- package/dist/auth/index.d.ts +10 -10
- package/dist/availability-indicator/AvailabilityIndicator.d.ts +8 -9
- package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
- package/dist/availability-indicator/AvailabilityIndicator.js +69 -1
- package/dist/availability-indicator/index.d.ts +1 -1
- package/dist/calendar/Calendar.d.ts +16 -16
- package/dist/calendar/Calendar.d.ts.map +1 -1
- package/dist/calendar/Calendar.js +58 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts +4 -5
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +133 -1
- package/dist/calendar/components/CalendarButtons/index.d.ts +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +3 -4
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.js +101 -1
- package/dist/calendar/components/CalendarDates/index.d.ts +1 -1
- package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts +11 -12
- package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
- package/dist/calendar/components/CalendarSelect/CalendarSelect.js +35 -1
- package/dist/calendar/components/CalendarSelect/index.d.ts +2 -2
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts +1 -2
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts.map +1 -1
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.js +41 -1
- package/dist/calendar/components/CalendarWeekdays/index.d.ts +1 -1
- package/dist/calendar/index.d.ts +3 -3
- package/dist/calendar/utils/index.d.ts +3 -3
- package/dist/calendar/utils/index.js +23 -1
- package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts +11 -11
- package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts.map +1 -1
- package/dist/collapsible-input-group/CollapsibleInputGroup.js +59 -1
- package/dist/collapsible-input-group/index.d.ts +1 -1
- package/dist/custom-fields/constants.d.ts +32 -32
- package/dist/custom-fields/constants.d.ts.map +1 -1
- package/dist/custom-fields/constants.js +53 -1
- package/dist/custom-fields/field/FieldItem.d.ts +8 -8
- package/dist/custom-fields/field/FieldItem.d.ts.map +1 -1
- package/dist/custom-fields/field/FieldItem.js +17 -1
- package/dist/custom-fields/field/SelectFieldModal.d.ts +7 -8
- package/dist/custom-fields/field/SelectFieldModal.d.ts.map +1 -1
- package/dist/custom-fields/field/SelectFieldModal.js +40 -1
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts +28 -29
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
- package/dist/custom-fields/field-set/CustomFieldSets.js +106 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +15 -16
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +478 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/index.d.ts +1 -1
- package/dist/custom-fields/field-set/components/index.d.ts +1 -1
- package/dist/custom-fields/field-set/contexts/index.d.ts +1 -1
- package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts +9 -10
- package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts.map +1 -1
- package/dist/custom-fields/field-set/contexts/useCustomFieldSets.js +8 -1
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts +2 -2
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.js +63 -1
- package/dist/custom-fields/field-set/providers/index.d.ts +1 -1
- package/dist/custom-fields/forms/DropdownForm.d.ts +14 -15
- package/dist/custom-fields/forms/DropdownForm.d.ts.map +1 -1
- package/dist/custom-fields/forms/DropdownForm.js +248 -1
- package/dist/custom-fields/forms/TextInputForm.d.ts +13 -14
- package/dist/custom-fields/forms/TextInputForm.d.ts.map +1 -1
- package/dist/custom-fields/forms/TextInputForm.js +92 -1
- package/dist/custom-fields/index.d.ts +1 -1
- package/dist/customers/components/filter/CustomerFilter.d.ts +11 -12
- package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
- package/dist/customers/components/filter/CustomerFilter.js +88 -1
- package/dist/customers/components/filter/index.d.ts +2 -2
- package/dist/customers/components/index.d.ts +1 -1
- package/dist/customers/index.d.ts +1 -1
- package/dist/date-time-button/DateContent.d.ts +7 -8
- package/dist/date-time-button/DateContent.d.ts.map +1 -1
- package/dist/date-time-button/DateContent.js +89 -1
- package/dist/date-time-button/DateTimeButton.d.ts +21 -21
- package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
- package/dist/date-time-button/DateTimeButton.js +61 -1
- package/dist/date-time-button/index.d.ts +1 -1
- package/dist/error/ErrorFallback.d.ts +2 -3
- package/dist/error/ErrorFallback.d.ts.map +1 -1
- package/dist/error/ErrorFallback.js +22 -1
- package/dist/error/index.d.ts +1 -1
- package/dist/events/edit-event-modal/IntervalInput.d.ts +15 -16
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +289 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +37 -38
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +515 -1
- package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts +2 -1
- package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts +9 -10
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.js +113 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/index.d.ts +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +3 -4
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +212 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/index.d.ts +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +12 -13
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +316 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +13 -14
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +235 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/index.d.ts +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/index.d.ts +1 -1
- package/dist/events/edit-event-modal/hooks/index.d.ts +2 -2
- package/dist/events/edit-event-modal/hooks/useFormattedDuration.d.ts +1 -1
- package/dist/events/edit-event-modal/hooks/useFormattedDuration.js +120 -1
- package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts +10 -10
- package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts.map +1 -1
- package/dist/events/edit-event-modal/hooks/useValidationOptions.js +40 -1
- package/dist/events/edit-event-modal/index.d.ts +3 -3
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts +3 -3
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +152 -1
- package/dist/events/edit-event-modal/utils/isUrlValid.d.ts +1 -1
- package/dist/events/edit-event-modal/utils/isUrlValid.js +8 -1
- package/dist/events/edit-event-modal/utils/removeRruleCount.d.ts +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +23 -24
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +122 -1
- package/dist/events/edit-recurrent-event-modal/index.d.ts +1 -1
- package/dist/events/event-card/EventCard.d.ts +20 -21
- package/dist/events/event-card/EventCard.d.ts.map +1 -1
- package/dist/events/event-card/EventCard.js +236 -1
- package/dist/events/event-card/EventCardSkeleton.d.ts +1 -2
- package/dist/events/event-card/EventCardSkeleton.d.ts.map +1 -1
- package/dist/events/event-card/EventCardSkeleton.js +63 -1
- package/dist/events/event-card/index.d.ts +2 -2
- package/dist/events/event-card/utils.d.ts +36 -36
- package/dist/events/event-card/utils.d.ts.map +1 -1
- package/dist/events/event-card/utils.js +139 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +10 -11
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +88 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +4 -4
- package/dist/events/event-statistic-modal/hooks/useTableData.js +114 -1
- package/dist/events/event-statistic-modal/index.d.ts +2 -2
- package/dist/events/event-statistic-modal/utils/index.d.ts +20 -20
- package/dist/events/event-statistic-modal/utils/index.js +110 -1
- package/dist/events/event-venue-map/EventVenueMap.d.ts +35 -36
- package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/EventVenueMap.js +86 -1
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts +7 -8
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.js +127 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts +2 -2
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.js +19 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts +7 -8
- 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/ProductsControl/ProductsControl.js +38 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts +6 -7
- 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 +236 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +12 -13
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.js +137 -1
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts +7 -8
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.js +46 -1
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts +7 -8
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.js +44 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts +13 -14
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.js +114 -1
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts +11 -12
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.js +194 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/index.d.ts +2 -2
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts +7 -8
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.js +61 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts +2 -3
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.js +106 -1
- package/dist/events/event-venue-map/components/Scrollbars/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +15 -16
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.js +247 -1
- package/dist/events/event-venue-map/components/VenueMap/index.d.ts +2 -2
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts +2 -3
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.js +37 -1
- package/dist/events/event-venue-map/components/ZoomButtons/index.d.ts +1 -1
- package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts +8 -8
- package/dist/events/event-venue-map/hooks/useCanvasSize.js +23 -1
- package/dist/events/event-venue-map/hooks/useDrag.d.ts +11 -11
- package/dist/events/event-venue-map/hooks/useDrag.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useDrag.js +196 -1
- package/dist/events/event-venue-map/hooks/useImage.d.ts +5 -5
- package/dist/events/event-venue-map/hooks/useImage.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useImage.js +157 -1
- package/dist/events/event-venue-map/hooks/useStageActions.d.ts +11 -11
- package/dist/events/event-venue-map/hooks/useStageActions.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useStageActions.js +144 -1
- package/dist/events/event-venue-map/hooks/useZoom.d.ts +6 -6
- package/dist/events/event-venue-map/hooks/useZoom.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useZoom.js +216 -1
- package/dist/events/event-venue-map/index.d.ts +2 -1
- package/dist/events/event-venue-map/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/types/index.d.ts +31 -31
- package/dist/events/event-venue-map/utils/index.d.ts +51 -51
- package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/utils/index.js +177 -1
- package/dist/events/index.d.ts +5 -5
- package/dist/file-upload/FilePreview.d.ts +23 -24
- package/dist/file-upload/FilePreview.d.ts.map +1 -1
- package/dist/file-upload/FilePreview.js +100 -1
- package/dist/file-upload/FileUpload.d.ts +34 -35
- package/dist/file-upload/FileUpload.d.ts.map +1 -1
- package/dist/file-upload/FileUpload.js +226 -1
- package/dist/file-upload/index.d.ts +1 -1
- package/dist/header/BookeditHeader.d.ts +14 -14
- package/dist/header/BookeditHeader.d.ts.map +1 -1
- package/dist/header/BookeditHeader.js +21 -1
- package/dist/header/Header.d.ts +15 -15
- package/dist/header/Header.d.ts.map +1 -1
- package/dist/header/Header.js +55 -1
- package/dist/header/LicklistHeader.d.ts +14 -14
- package/dist/header/LicklistHeader.d.ts.map +1 -1
- package/dist/header/LicklistHeader.js +23 -1
- package/dist/header/elements/CompanySelector.d.ts +10 -11
- package/dist/header/elements/CompanySelector.d.ts.map +1 -1
- package/dist/header/elements/CompanySelector.js +36 -1
- package/dist/header/elements/index.d.ts +2 -2
- package/dist/header/index.d.ts +5 -5
- package/dist/help/example/Example.d.ts +22 -22
- package/dist/help/example/Example.d.ts.map +1 -1
- package/dist/help/example/Example.js +343 -1
- package/dist/help/example/index.d.ts +1 -1
- package/dist/help/index.d.ts +2 -2
- package/dist/help/popover/HelpPopover.d.ts +10 -10
- package/dist/help/popover/HelpPopover.d.ts.map +1 -1
- package/dist/help/popover/HelpPopover.js +131 -1
- package/dist/help/popover/index.d.ts +1 -1
- package/dist/iframe/activity-card/ActivityCard.d.ts +15 -15
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.js +69 -1
- package/dist/iframe/activity-card/index.d.ts +1 -1
- package/dist/iframe/back-button/BackButton.d.ts +4 -5
- package/dist/iframe/back-button/BackButton.d.ts.map +1 -1
- package/dist/iframe/back-button/BackButton.js +18 -1
- package/dist/iframe/back-button/index.d.ts +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts +7 -8
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.js +230 -1
- package/dist/iframe/custom-fields/index.d.ts +2 -2
- package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts +4 -5
- package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-form/EventBookingForm.js +84 -1
- package/dist/iframe/event/event-booking-form/index.d.ts +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts +9 -10
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.js +33 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +13 -14
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.js +199 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/index.d.ts +1 -1
- package/dist/iframe/event/event-booking-products/index.d.ts +1 -1
- package/dist/iframe/event/event-booking-view/EventBookingView.d.ts +10 -11
- package/dist/iframe/event/event-booking-view/EventBookingView.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-view/EventBookingView.js +27 -1
- package/dist/iframe/event/event-booking-view/index.d.ts +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.d.ts +21 -22
- package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.js +131 -1
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts +10 -11
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.js +94 -1
- package/dist/iframe/event/event-card/index.d.ts +2 -2
- package/dist/iframe/event/event-description/EventDescription.d.ts +12 -13
- package/dist/iframe/event/event-description/EventDescription.d.ts.map +1 -1
- package/dist/iframe/event/event-description/EventDescription.js +145 -1
- package/dist/iframe/event/event-description/index.d.ts +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts +11 -12
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts.map +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +133 -1
- package/dist/iframe/event/event-navigation-footer/index.d.ts +1 -1
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts +4 -5
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.js +22 -1
- package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts +9 -10
- package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.js +41 -1
- package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts +2 -1
- package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/index.d.ts +2 -2
- package/dist/iframe/event/event-order-short-summary/index.d.ts.map +1 -1
- package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts +7 -8
- package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-summary/EventOrderSummary.js +49 -1
- package/dist/iframe/event/event-order-summary/index.d.ts +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +7 -8
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.js +18 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +7 -8
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.js +19 -1
- package/dist/iframe/event/event-product-sets/index.d.ts +2 -2
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts +7 -8
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.js +24 -1
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +7 -8
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.js +32 -1
- package/dist/iframe/event/event-step-venue-map-zones/index.d.ts +2 -2
- package/dist/iframe/event/event-tables/EventTables.d.ts +9 -10
- package/dist/iframe/event/event-tables/EventTables.d.ts.map +1 -1
- package/dist/iframe/event/event-tables/EventTables.js +41 -1
- package/dist/iframe/event/event-tables/index.d.ts +1 -1
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +14 -15
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts.map +1 -1
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.js +90 -1
- package/dist/iframe/event/event-venue-map/index.d.ts +1 -1
- package/dist/iframe/event/index.d.ts +16 -13
- package/dist/iframe/event/index.d.ts.map +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts +13 -13
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.js +126 -1
- package/dist/iframe/event/ticket-description/index.d.ts +1 -1
- package/dist/iframe/external-modal/ExternalModal.d.ts +8 -9
- package/dist/iframe/external-modal/ExternalModal.d.ts.map +1 -1
- package/dist/iframe/index.d.ts +12 -8
- package/dist/iframe/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +6 -7
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +181 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts +9 -9
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.js +117 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.d.ts +2 -2
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +9 -10
- 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 +47 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +10 -11
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.js +51 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts +2 -3
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.js +37 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts +5 -6
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.js +25 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.d.ts +2 -2
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts +11 -11
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.js +107 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/index.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +25 -25
- package/dist/iframe/order-process/components/BookingSummary/types/index.js +4 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +4 -4
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +18 -1
- package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts +18 -18
- package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.js +87 -1
- package/dist/iframe/order-process/components/BookingSummaryFooter/index.d.ts +2 -2
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts +21 -22
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js +409 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +11 -12
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.js +25 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +12 -13
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.js +40 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/index.d.ts +2 -2
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +11 -12
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +231 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts +14 -15
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +78 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.d.ts +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +26 -27
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +62 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.d.ts +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/index.d.ts +1 -1
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts +7 -8
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +58 -1
- package/dist/iframe/order-process/components/ErrorModal/index.d.ts +1 -1
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts +9 -9
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.js +94 -1
- package/dist/iframe/order-process/components/NavigationFooter/index.d.ts +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts +12 -13
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +230 -1
- package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts +6 -6
- package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/index.d.ts +2 -1
- package/dist/iframe/order-process/components/NavigationSteps/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +12 -12
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.js +102 -1
- package/dist/iframe/order-process/components/PaymentCard/index.d.ts +1 -1
- package/dist/iframe/order-process/components/Timer/Timer.d.ts +4 -5
- package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
- package/dist/iframe/order-process/components/Timer/Timer.js +36 -1
- package/dist/iframe/order-process/components/Timer/index.d.ts +1 -1
- package/dist/iframe/order-process/components/Timer/utils/index.d.ts +1 -1
- package/dist/iframe/order-process/components/Timer/utils/index.js +9 -1
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +8 -8
- package/dist/iframe/order-process/components/utils/useCategoryVerification.js +76 -1
- package/dist/iframe/order-process/constants.d.ts +2 -2
- package/dist/iframe/order-process/constants.js +4 -1
- package/dist/iframe/order-process/index.d.ts +12 -11
- package/dist/iframe/order-process/index.d.ts.map +1 -1
- package/dist/iframe/page/Page.d.ts +13 -13
- package/dist/iframe/page/Page.d.ts.map +1 -1
- package/dist/iframe/page/Page.js +111 -1
- package/dist/iframe/page/components/PageBody/PageBody.d.ts +10 -10
- package/dist/iframe/page/components/PageBody/PageBody.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/PageBody.js +105 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts +8 -8
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.js +126 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/index.d.ts +2 -2
- package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts +5 -5
- package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.js +156 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/index.d.ts +2 -2
- package/dist/iframe/page/components/PageBody/constants.d.ts +19 -19
- package/dist/iframe/page/components/PageBody/constants.js +23 -1
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts +16 -16
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +227 -1
- package/dist/iframe/page/components/PageBody/index.d.ts +2 -2
- package/dist/iframe/page/components/PageBody/types.d.ts +3 -3
- package/dist/iframe/page/components/PageHeader/PageHeader.d.ts +8 -8
- package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
- package/dist/iframe/page/components/PageHeader/PageHeader.js +136 -1
- package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts +2 -2
- package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts.map +1 -1
- package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.js +71 -1
- package/dist/iframe/page/components/PageHeader/index.d.ts +2 -2
- package/dist/iframe/page/index.d.ts +6 -6
- package/dist/iframe/payment/index.d.ts +6 -6
- package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts +2 -3
- package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.js +54 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +18 -14
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +148 -1
- package/dist/iframe/payment/order-items-table/index.d.ts +1 -1
- package/dist/iframe/payment/order-items-table/types/index.d.ts +18 -18
- package/dist/iframe/payment/order-items-table/types/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/types/index.js +6 -1
- package/dist/iframe/payment/order-items-table/utils/index.d.ts +25 -25
- package/dist/iframe/payment/order-items-table/utils/index.js +99 -1
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts +2 -2
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +107 -1
- package/dist/iframe/payment/payment-form/PaymentForm.d.ts +7 -8
- package/dist/iframe/payment/payment-form/PaymentForm.d.ts.map +1 -1
- package/dist/iframe/payment/payment-form/PaymentForm.js +118 -1
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts +17 -18
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +238 -1
- package/dist/iframe/payment/payment-page/PaymentTimer.d.ts +2 -3
- package/dist/iframe/payment/payment-page/PaymentTimer.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentTimer.js +59 -1
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts +6 -7
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.js +121 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +23 -23
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +143 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +9 -10
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.js +28 -1
- package/dist/iframe/payment/payment-status-page/component/index.d.ts +1 -1
- package/dist/iframe/payment/payment-status-page/index.d.ts +1 -1
- package/dist/iframe/payment/status-body/StatusBody.d.ts +7 -8
- package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/status-body/StatusBody.js +32 -1
- package/dist/iframe/powered-by/PoweredBy.d.ts +5 -6
- package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
- package/dist/iframe/powered-by/PoweredBy.js +33 -1
- package/dist/iframe/powered-by/index.d.ts +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.d.ts +16 -17
- package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.js +398 -1
- package/dist/iframe/ryft/utils/ryft-form.d.ts +8 -8
- package/dist/iframe/ryft/utils/ryft-form.js +53 -1
- package/dist/image-radio-input/ImageRadioInput.d.ts +14 -14
- package/dist/image-radio-input/ImageRadioInput.d.ts.map +1 -1
- package/dist/image-radio-input/ImageRadioInput.js +71 -1
- package/dist/image-radio-input/index.d.ts +1 -1
- package/dist/index.d.ts +44 -44
- package/dist/index.js +232 -1
- package/dist/layout/BackgroundVideoContainer.d.ts +9 -9
- package/dist/layout/BackgroundVideoContainer.d.ts.map +1 -1
- package/dist/layout/BackgroundVideoContainer.js +33 -1
- package/dist/layout/Container.d.ts +6 -6
- package/dist/layout/Container.d.ts.map +1 -1
- package/dist/layout/Container.js +11 -1
- package/dist/layout/DropDown.d.ts +8 -9
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/layout/DropDown.js +17 -1
- package/dist/layout/DropDownToggle.d.ts +6 -7
- package/dist/layout/DropDownToggle.d.ts.map +1 -1
- package/dist/layout/DropDownToggle.js +17 -1
- package/dist/layout/index.d.ts +5 -5
- package/dist/logo/Logo.d.ts +7 -7
- package/dist/logo/Logo.d.ts.map +1 -1
- package/dist/logo/Logo.js +37 -1
- package/dist/logo/index.d.ts +2 -2
- package/dist/modals/confirmation/ConfirmModal.d.ts +19 -19
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +169 -1
- package/dist/modals/confirmation/index.d.ts +1 -1
- package/dist/modals/dialog/Dialog.d.ts +9 -10
- package/dist/modals/dialog/Dialog.d.ts.map +1 -1
- package/dist/modals/dialog/Dialog.js +62 -1
- package/dist/modals/dialog/DialogContext.d.ts +14 -14
- package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
- package/dist/modals/dialog/DialogContext.js +118 -1
- package/dist/modals/dialog/index.d.ts +2 -2
- package/dist/modals/fullscreen/FullscreenModal.d.ts +11 -11
- package/dist/modals/fullscreen/FullscreenModal.d.ts.map +1 -1
- package/dist/modals/fullscreen/FullscreenModal.js +124 -1
- package/dist/modals/fullscreen/index.d.ts +1 -1
- package/dist/modals/index.d.ts +2 -2
- package/dist/notification/components/NotificationPlaceholders.d.ts +5 -6
- package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
- package/dist/notification/components/NotificationPlaceholders.js +49 -1
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts +13 -14
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
- package/dist/notification/email-template/card/EmailTemplateCard.js +85 -1
- package/dist/notification/email-template/card/index.d.ts +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts +12 -13
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +653 -1
- package/dist/notification/email-template/control/index.d.ts +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts +38 -39
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.js +182 -1
- package/dist/notification/email-template/form/index.d.ts +1 -1
- package/dist/notification/email-template/index.d.ts +3 -3
- package/dist/notification/hooks/useTranslatedParameters.d.ts +6 -6
- package/dist/notification/hooks/useTranslatedParameters.js +21 -1
- package/dist/notification/index.d.ts +3 -3
- package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts +11 -12
- package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/send-email-template/SendEmailTemplateForm.js +146 -1
- package/dist/notification/send-email-template/index.d.ts +1 -1
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts +12 -13
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
- package/dist/notification/sms-template/card/SmsTemplateCard.js +76 -1
- package/dist/notification/sms-template/card/index.d.ts +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +6 -7
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.js +234 -1
- package/dist/notification/sms-template/control/index.d.ts +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +22 -23
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.js +95 -1
- package/dist/notification/sms-template/form/index.d.ts +1 -1
- package/dist/notification/sms-template/index.d.ts +3 -3
- package/dist/number-of-people-input/NumberOfPeopleInput.d.ts +1 -2
- package/dist/number-of-people-input/NumberOfPeopleInput.d.ts.map +1 -1
- package/dist/number-of-people-input/NumberOfPeopleInput.js +40 -1
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts +6 -7
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts.map +1 -1
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.js +56 -1
- package/dist/number-of-people-input/components/index.d.ts +1 -1
- package/dist/number-of-people-input/index.d.ts +2 -2
- package/dist/product-set/card/ProductSetCard.d.ts +11 -12
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +178 -1
- package/dist/product-set/card/index.d.ts +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts +15 -16
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +497 -1
- package/dist/product-set/control/DateInput.d.ts +15 -16
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +474 -1
- package/dist/product-set/control/ProductSetControl.d.ts +49 -50
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +375 -1
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts +9 -10
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceControl.js +143 -1
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts +9 -10
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.js +68 -1
- package/dist/product-set/control/TutorialGifCard.d.ts +6 -7
- package/dist/product-set/control/TutorialGifCard.d.ts.map +1 -1
- package/dist/product-set/control/TutorialGifCard.js +137 -1
- package/dist/product-set/control/index.d.ts +1 -1
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts +15 -16
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts.map +1 -1
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.js +187 -1
- package/dist/product-set/deposit-paid/index.d.ts +1 -1
- package/dist/product-set/elements/DeleteFieldButton.d.ts +3 -4
- package/dist/product-set/elements/DeleteFieldButton.d.ts.map +1 -1
- package/dist/product-set/elements/DeleteFieldButton.js +26 -1
- package/dist/product-set/elements/index.d.ts +1 -1
- package/dist/product-set/form/MobileFooter.d.ts +1 -2
- package/dist/product-set/form/MobileFooter.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.d.ts +14 -15
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +409 -1
- package/dist/product-set/form/ProductSetForm.d.ts +36 -37
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +231 -1
- package/dist/product-set/form/ProductSetFormPopover.d.ts +5 -6
- package/dist/product-set/form/ProductSetFormPopover.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.d.ts +9 -0
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -0
- package/dist/product-set/form/ProductZonesControl.js +216 -0
- package/dist/product-set/form/ProductsControl.d.ts +15 -18
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +303 -1
- package/dist/product-set/form/SelectCategoryModal.d.ts +7 -8
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +245 -1
- package/dist/product-set/form/StepsControl.d.ts +8 -9
- package/dist/product-set/form/StepsControl.d.ts.map +1 -1
- package/dist/product-set/form/StepsControl.js +208 -1
- package/dist/product-set/form/SubProductsControl.d.ts +12 -13
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +122 -1
- package/dist/product-set/form/VenueMapSetModal.d.ts +7 -8
- package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapSetModal.js +420 -1
- package/dist/product-set/form/VenueMapsControl.d.ts +11 -12
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +74 -1
- package/dist/product-set/form/context.d.ts +20 -20
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/form/context.js +77 -1
- package/dist/product-set/form/index.d.ts +1 -1
- package/dist/product-set/hooks/useSortableTreeFunctions.d.ts +11 -11
- package/dist/product-set/hooks/useSortableTreeFunctions.js +78 -1
- package/dist/product-set/index.d.ts +10 -10
- package/dist/product-set/item/CreateProductSetItem.d.ts +8 -9
- package/dist/product-set/item/CreateProductSetItem.d.ts.map +1 -1
- package/dist/product-set/item/CreateProductSetItem.js +23 -1
- package/dist/product-set/popover/ProductSetPopover.d.ts +13 -14
- package/dist/product-set/popover/ProductSetPopover.d.ts.map +1 -1
- package/dist/product-set/popover/ProductSetPopover.js +55 -1
- package/dist/product-set/popover/index.d.ts +1 -1
- package/dist/product-set/product/ProductControl.d.ts +49 -52
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +508 -1
- package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts +8 -0
- package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts.map +1 -0
- package/dist/product-set/product/advanced-options/AdvancedOptions.js +264 -0
- package/dist/product-set/product/advanced-options/index.d.ts +2 -0
- package/dist/product-set/product/advanced-options/index.d.ts.map +1 -0
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts +12 -13
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +221 -1
- package/dist/product-set/product/booking-management/index.d.ts +1 -1
- package/dist/product-set/product/constants.d.ts +2 -2
- package/dist/product-set/product/constants.js +4 -1
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts +8 -9
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +85 -1
- package/dist/product-set/product/deposit/index.d.ts +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.d.ts +5 -6
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +160 -1
- package/dist/product-set/product/duration/index.d.ts +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +6 -7
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.js +69 -1
- package/dist/product-set/product/fixed-duration-fields/index.d.ts +1 -1
- package/dist/product-set/product/index.d.ts +4 -4
- package/dist/product-set/product/price/ProductPriceControl.d.ts +14 -15
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +96 -1
- package/dist/product-set/product/price/index.d.ts +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts +11 -12
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +166 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts +11 -12
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +158 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts +10 -11
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +147 -1
- package/dist/product-set/product/quantity/index.d.ts +3 -3
- package/dist/product-set/product-category/ProductCategoryControl.d.ts +33 -36
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +596 -1
- package/dist/product-set/product-category/index.d.ts +1 -1
- package/dist/product-set/product-zone/ProductZoneControl.d.ts +15 -0
- package/dist/product-set/product-zone/ProductZoneControl.d.ts.map +1 -0
- package/dist/product-set/product-zone/ProductZoneControl.js +263 -0
- package/dist/product-set/product-zone/index.d.ts +2 -0
- package/dist/product-set/product-zone/index.d.ts.map +1 -0
- package/dist/product-set/step/StepControl.d.ts +20 -21
- package/dist/product-set/step/StepControl.d.ts.map +1 -1
- package/dist/product-set/step/StepControl.js +109 -1
- package/dist/product-set/step/index.d.ts +1 -1
- package/dist/product-set/tabs/ProductSetTab.d.ts +6 -6
- package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
- package/dist/product-set/tabs/ProductSetTab.js +16 -1
- package/dist/product-set/tabs/ProductSetTabs.d.ts +8 -8
- package/dist/product-set/tabs/ProductSetTabs.d.ts.map +1 -1
- package/dist/product-set/tabs/ProductSetTabs.js +18 -1
- package/dist/product-set/tabs/index.d.ts +2 -2
- package/dist/product-set/types/index.d.ts +20 -20
- package/dist/product-set/utils/index.d.ts +18 -18
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +140 -1
- package/dist/provider/categories-input/CategoriesInput.d.ts +5 -6
- package/dist/provider/categories-input/CategoriesInput.d.ts.map +1 -1
- package/dist/provider/categories-input/CategoriesInput.js +99 -1
- package/dist/provider/categories-input/CategoriesInputDescription.d.ts +5 -6
- package/dist/provider/categories-input/CategoriesInputDescription.d.ts.map +1 -1
- package/dist/provider/categories-input/CategoriesInputDescription.js +44 -1
- package/dist/provider/categories-input/index.d.ts +5 -5
- package/dist/provider/company/index.d.ts +1 -1
- package/dist/provider/company/user-form/UserForm.d.ts +16 -17
- package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
- package/dist/provider/company/user-form/UserForm.js +205 -1
- package/dist/provider/company/user-form/index.d.ts +1 -1
- package/dist/provider/constants.d.ts +1 -1
- package/dist/provider/constants.js +3 -1
- package/dist/provider/index.d.ts +8 -8
- package/dist/provider/location-input/LocationInput.d.ts +1 -2
- package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.js +111 -1
- package/dist/provider/location-input/LocationInputDescription.d.ts +1 -2
- package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInputDescription.js +54 -1
- package/dist/provider/location-input/components/FormGroupControll.d.ts +5 -6
- package/dist/provider/location-input/components/FormGroupControll.d.ts.map +1 -1
- package/dist/provider/location-input/components/FormGroupControll.js +76 -1
- package/dist/provider/location-input/components/index.d.ts +1 -1
- package/dist/provider/location-input/index.d.ts +14 -14
- package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts +19 -20
- package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
- package/dist/provider/provider-details-input/ProviderDetailsInput.js +233 -1
- package/dist/provider/provider-details-input/index.d.ts +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts +15 -16
- package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.js +217 -1
- package/dist/provider/provider-form/index.d.ts +1 -1
- package/dist/provider/provider-links-input/ProviderLinksInput.d.ts +8 -9
- package/dist/provider/provider-links-input/ProviderLinksInput.d.ts.map +1 -1
- package/dist/provider/provider-links-input/ProviderLinksInput.js +112 -1
- package/dist/provider/provider-links-input/index.d.ts +1 -1
- package/dist/provider/venue-form/VenueForm.d.ts +18 -19
- package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.js +257 -1
- package/dist/provider/venue-form/index.d.ts +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.d.ts +1 -2
- package/dist/provider/working-hours-input/WorkingHoursInput.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.js +175 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts +1 -2
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +48 -1
- package/dist/provider/working-hours-input/index.d.ts +9 -9
- package/dist/provider/working-hours-input/utils.d.ts +2 -2
- package/dist/provider/working-hours-input/utils.js +8 -1
- package/dist/radio-card/RadioCard.d.ts +12 -12
- package/dist/radio-card/RadioCard.d.ts.map +1 -1
- package/dist/radio-card/RadioCard.js +64 -1
- package/dist/radio-card/index.d.ts +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts +21 -22
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +197 -1
- package/dist/recurrence-input/RecurrenceInput.d.ts +10 -11
- package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceInput.js +213 -1
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts +12 -13
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.js +101 -1
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts +9 -10
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.js +53 -1
- package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts +9 -10
- package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceWeekdaysInput.js +48 -1
- package/dist/recurrence-input/index.d.ts +1 -1
- package/dist/recurrence-input/utils.d.ts +17 -17
- package/dist/recurrence-input/utils.d.ts.map +1 -1
- package/dist/recurrence-input/utils.js +73 -1
- package/dist/recurring-date-picker-input/DatePickerInput.d.ts +18 -18
- package/dist/recurring-date-picker-input/DatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/DatePickerInput.js +127 -1
- package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts +13 -14
- package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.js +183 -1
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts +14 -15
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +13 -14
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +262 -1
- package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts +9 -10
- package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts +6 -7
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.js +50 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +28 -28
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +383 -1
- package/dist/recurring-date-picker-input/index.d.ts +1 -1
- package/dist/recurring-date-picker-input/utils.d.ts +17 -17
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +73 -1
- package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts +11 -12
- package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts.map +1 -1
- package/dist/report/DataFieldsSelector/DataFieldsSelector.js +93 -1
- package/dist/report/DataFieldsSelector/index.d.ts +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +20 -21
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.js +408 -1
- package/dist/report/ReportRunnerModal/index.d.ts +1 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts +1 -2
- package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts.map +1 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.js +124 -1
- package/dist/report/ReportTypeSelect/index.d.ts +1 -1
- package/dist/report/card/ReportCard.d.ts +7 -9
- package/dist/report/card/ReportCard.d.ts.map +1 -1
- package/dist/report/card/ReportCard.js +23 -1
- package/dist/report/card/index.d.ts +1 -1
- package/dist/report/form/ReportForm.d.ts +6 -7
- package/dist/report/form/ReportForm.d.ts.map +1 -1
- package/dist/report/form/ReportForm.js +166 -1
- package/dist/report/form/index.d.ts +1 -1
- package/dist/report/index.d.ts +5 -5
- package/dist/resource/card/ResourceCard.d.ts +8 -9
- package/dist/resource/card/ResourceCard.d.ts.map +1 -1
- package/dist/resource/card/ResourceCard.js +36 -1
- package/dist/resource/card/index.d.ts +2 -2
- package/dist/resource/form/ResourceForm.d.ts +12 -13
- package/dist/resource/form/ResourceForm.d.ts.map +1 -1
- package/dist/resource/form/ResourceForm.js +150 -1
- package/dist/resource/form/components/CapacityControl.d.ts +5 -6
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +103 -1
- package/dist/resource/form/components/NameControl.d.ts +5 -6
- package/dist/resource/form/components/NameControl.d.ts.map +1 -1
- package/dist/resource/form/components/NameControl.js +101 -1
- package/dist/resource/form/components/SortControl.d.ts +5 -6
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +100 -1
- package/dist/resource/form/components/ZoneControl.d.ts +7 -8
- package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/resource/form/components/ZoneControl.js +109 -1
- package/dist/resource/form/index.d.ts +2 -2
- package/dist/resource/index.d.ts +4 -4
- package/dist/sales/booking/index.d.ts +1 -1
- package/dist/sales/booking/results/BookingResults.d.ts +8 -9
- package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
- package/dist/sales/booking/results/BookingResults.js +31 -1
- package/dist/sales/booking/results/components/ResultCard.d.ts +9 -10
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +153 -1
- package/dist/sales/booking/results/constants.d.ts +1 -1
- package/dist/sales/booking/results/constants.js +9 -1
- package/dist/sales/booking/results/index.d.ts +3 -3
- package/dist/sales/constants.d.ts +4 -4
- package/dist/sales/constants.js +19 -1
- package/dist/sales/coupon/control/CouponFormControl.d.ts +26 -27
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +511 -1
- package/dist/sales/coupon/control/index.d.ts +1 -1
- package/dist/sales/coupon/form/CouponFrom.d.ts +30 -31
- package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
- package/dist/sales/coupon/form/CouponFrom.js +99 -1
- package/dist/sales/coupon/form/index.d.ts +1 -1
- package/dist/sales/coupon/index.d.ts +1 -1
- package/dist/sales/coupon/utils/index.d.ts +6 -6
- package/dist/sales/coupon/utils/index.js +15 -1
- package/dist/sales/filters/SaleFilters.d.ts +16 -17
- package/dist/sales/filters/SaleFilters.d.ts.map +1 -1
- package/dist/sales/filters/SaleFilters.js +137 -1
- package/dist/sales/filters/index.d.ts +1 -1
- package/dist/sales/guest-profile/index.d.ts +4 -4
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts +7 -7
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +143 -1
- package/dist/sales/guest-profile/previous-bookings/index.d.ts +1 -1
- package/dist/sales/guest-profile/profile/Profile.d.ts +6 -7
- package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/Profile.js +52 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts +6 -7
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.js +23 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/index.d.ts +1 -1
- package/dist/sales/guest-profile/profile/index.d.ts +2 -2
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts +7 -8
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
- package/dist/sales/guest-profile/user-metrics/UserMetrics.js +182 -1
- package/dist/sales/guest-profile/user-metrics/index.d.ts +2 -2
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +5 -6
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.js +63 -1
- package/dist/sales/guest-profile/visited-providers/index.d.ts +1 -1
- package/dist/sales/index.d.ts +12 -12
- package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts +18 -19
- package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts.map +1 -1
- package/dist/sales/life-time-sales/LifeTimeSalesChart.js +100 -1
- package/dist/sales/life-time-sales/index.d.ts +1 -1
- package/dist/sales/manual-booking/formatDays.d.ts +2 -2
- package/dist/sales/manual-booking/formatDays.js +46 -1
- package/dist/sales/manual-booking/index.d.ts +6 -6
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts +21 -21
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts.map +1 -1
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.js +97 -1
- package/dist/sales/manual-booking/number-input-horizontal/index.d.ts +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.d.ts +3 -4
- package/dist/sales/manual-booking/search-user/SearchUser.d.ts.map +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.js +237 -1
- package/dist/sales/manual-booking/search-user/index.d.ts +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +10 -11
- 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 +90 -1
- package/dist/sales/manual-booking/select-date-type-control/index.d.ts +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts +17 -18
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.js +105 -1
- package/dist/sales/manual-booking/select-event/index.d.ts +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +8 -9
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.js +51 -1
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +6 -7
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/components/MenuButton.js +20 -1
- package/dist/sales/manual-booking/select-menu/index.d.ts +2 -2
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts +14 -15
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +119 -1
- package/dist/sales/manual-booking/summary/index.d.ts +1 -1
- package/dist/sales/modals/index.d.ts +2 -2
- package/dist/sales/modals/payment-modal/PaymentModal.d.ts +11 -12
- package/dist/sales/modals/payment-modal/PaymentModal.d.ts.map +1 -1
- package/dist/sales/modals/payment-modal/PaymentModal.js +328 -1
- package/dist/sales/modals/payment-modal/index.d.ts +2 -2
- package/dist/sales/modals/refund-modal/RefundModal.d.ts +12 -13
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.js +188 -1
- package/dist/sales/modals/refund-modal/index.d.ts +2 -2
- package/dist/sales/notes/NotesTable.d.ts +9 -10
- package/dist/sales/notes/NotesTable.d.ts.map +1 -1
- package/dist/sales/notes/NotesTable.js +164 -1
- package/dist/sales/notes/NotesTableRow.d.ts +7 -8
- package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
- package/dist/sales/notes/NotesTableRow.js +160 -1
- package/dist/sales/notes/index.d.ts +1 -1
- package/dist/sales/notes/note-form/NoteForm.d.ts +9 -10
- package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
- package/dist/sales/notes/note-form/NoteForm.js +102 -1
- package/dist/sales/notes/note-form/index.d.ts +1 -1
- package/dist/sales/payment-form/SalePaymentForm.d.ts +12 -13
- package/dist/sales/payment-form/SalePaymentForm.d.ts.map +1 -1
- package/dist/sales/payment-form/SalePaymentForm.js +443 -1
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts +6 -7
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.js +68 -1
- package/dist/sales/payment-form/components/RyftPayment/index.d.ts +2 -2
- package/dist/sales/payment-form/index.d.ts +4 -4
- package/dist/sales/payment-form/types.d.ts +3 -3
- package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts +15 -16
- package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts.map +1 -1
- package/dist/sales/sales-and-views/SalesAndViewsChart.js +262 -1
- package/dist/sales/sales-and-views/index.d.ts +1 -1
- package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts +10 -11
- package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts.map +1 -1
- package/dist/sales/source-of-sales/SourceOfSalesChart.js +166 -1
- package/dist/sales/source-of-sales/index.d.ts +1 -1
- package/dist/sales/statistics-chart/StatisticsChart.d.ts +10 -10
- package/dist/sales/statistics-chart/StatisticsChart.d.ts.map +1 -1
- package/dist/sales/statistics-chart/StatisticsChart.js +101 -1
- package/dist/sales/statistics-chart/index.d.ts +1 -1
- package/dist/setting/admin/AdminSettingForm.d.ts +24 -25
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/setting/admin/AdminSettingForm.js +220 -1
- package/dist/setting/admin/PaymentFeeForm.d.ts +12 -13
- package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
- package/dist/setting/admin/PaymentFeeForm.js +424 -1
- package/dist/setting/admin/index.d.ts +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts +20 -21
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +297 -1
- package/dist/setting/dashboard/EventSettingForm.d.ts +8 -9
- package/dist/setting/dashboard/EventSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/EventSettingForm.js +102 -1
- package/dist/setting/dashboard/FinancialDataForm.d.ts +10 -11
- package/dist/setting/dashboard/FinancialDataForm.d.ts.map +1 -1
- package/dist/setting/dashboard/OtherSettingForm.d.ts +13 -14
- package/dist/setting/dashboard/OtherSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/ProviderSettingForm.d.ts +11 -12
- package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/ProviderSettingForm.js +156 -1
- package/dist/setting/dashboard/components/IpInput.d.ts +15 -15
- package/dist/setting/dashboard/components/IpInput.d.ts.map +1 -1
- package/dist/setting/dashboard/index.d.ts +5 -5
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts +6 -7
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.js +46 -1
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts +9 -10
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.js +106 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts +9 -10
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.js +49 -1
- package/dist/setting/dashboard/snippet-templates/card/index.d.ts +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts +8 -9
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.js +156 -1
- package/dist/setting/dashboard/snippets/card/index.d.ts +1 -1
- package/dist/setting/index.d.ts +3 -3
- package/dist/setting/system/SystemSettingForm.d.ts +9 -10
- package/dist/setting/system/SystemSettingForm.d.ts.map +1 -1
- package/dist/setting/system/SystemSettingForm.js +95 -1
- package/dist/setting/system/index.d.ts +1 -1
- package/dist/sidebar/elements/ReturnBack.d.ts +5 -6
- package/dist/sidebar/elements/ReturnBack.d.ts.map +1 -1
- package/dist/sidebar/elements/ReturnBack.js +27 -1
- package/dist/sidebar/elements/index.d.ts +2 -2
- package/dist/sidebar/index.d.ts +1 -1
- package/dist/slide-curtain/SlideCurtain.d.ts +3 -4
- package/dist/slide-curtain/SlideCurtain.d.ts.map +1 -1
- package/dist/slide-curtain/SlideCurtain.js +162 -1
- package/dist/slide-curtain/index.d.ts +1 -1
- package/dist/snippet/index.d.ts +1 -1
- package/dist/snippet/snippet-template/SnippetTemplate.d.ts +10 -11
- package/dist/snippet/snippet-template/SnippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/SnippetTemplate.js +51 -1
- package/dist/snippet/snippet-template/context/index.d.ts +3 -3
- package/dist/snippet/snippet-template/context/snippetTemplate.d.ts +15 -16
- package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.js +152 -1
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts +8 -9
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.js +63 -1
- package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts +21 -22
- package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateView.js +171 -1
- package/dist/snippet/snippet-template/control/PropertyControl.d.ts +9 -10
- package/dist/snippet/snippet-template/control/PropertyControl.d.ts.map +1 -1
- package/dist/snippet/snippet-template/control/PropertyControl.js +200 -1
- package/dist/snippet/snippet-template/control/index.d.ts +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts +10 -11
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +197 -1
- package/dist/snippet/snippet-template/form/index.d.ts +1 -1
- package/dist/snippet/snippet-template/index.d.ts +6 -6
- package/dist/snippet/snippet-template/preview/Preview.d.ts +5 -6
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +559 -1
- package/dist/snippet/snippet-template/preview/index.d.ts +1 -1
- package/dist/snippet/snippet-template/settings/SettingButton.d.ts +8 -9
- package/dist/snippet/snippet-template/settings/SettingButton.d.ts.map +1 -1
- package/dist/snippet/snippet-template/settings/SettingButton.js +27 -1
- package/dist/snippet/snippet-template/settings/index.d.ts +1 -1
- package/dist/snippet/snippet-template/utils/index.d.ts +2 -2
- package/dist/snippet/snippet-template/utils/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/utils/index.js +132 -1
- package/dist/sortable-fields/SortableFieldItem.d.ts +8 -8
- package/dist/sortable-fields/SortableFieldItem.d.ts.map +1 -1
- package/dist/sortable-fields/SortableFieldItem.js +105 -1
- package/dist/sortable-fields/SortableFieldList.d.ts +17 -17
- package/dist/sortable-fields/SortableFieldList.d.ts.map +1 -1
- package/dist/sortable-fields/SortableFieldList.js +40 -1
- package/dist/sortable-fields/index.d.ts +1 -1
- package/dist/sortable-list/CreateSortableListItem.d.ts +6 -7
- package/dist/sortable-list/CreateSortableListItem.d.ts.map +1 -1
- package/dist/sortable-list/CreateSortableListItem.js +22 -1
- package/dist/sortable-list/SortableList.d.ts +23 -23
- package/dist/sortable-list/SortableList.d.ts.map +1 -1
- package/dist/sortable-list/SortableList.js +178 -1
- package/dist/sortable-list/index.d.ts +3 -3
- package/dist/sortable-tree/SortableTree.d.ts +13 -13
- package/dist/sortable-tree/SortableTree.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTree.js +45 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts +39 -37
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +565 -1
- package/dist/sortable-tree/index.d.ts +2 -2
- package/dist/sortable-tree/index.d.ts.map +1 -1
- package/dist/sorting-select/SortingSelect.d.ts +8 -9
- package/dist/sorting-select/SortingSelect.d.ts.map +1 -1
- package/dist/sorting-select/SortingSelect.js +169 -1
- package/dist/sorting-select/index.d.ts +1 -1
- package/dist/static/CountryCodeSelect.d.ts +9 -10
- package/dist/static/CountryCodeSelect.d.ts.map +1 -1
- package/dist/static/CountryCodeSelect.js +109 -1
- package/dist/static/CountrySelect.d.ts +9 -10
- package/dist/static/CountrySelect.d.ts.map +1 -1
- package/dist/static/CountrySelect.js +121 -1
- package/dist/static/CurrencyNumberInput.d.ts +17 -17
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +104 -1
- package/dist/static/FormCard.d.ts +6 -7
- package/dist/static/FormCard.d.ts.map +1 -1
- package/dist/static/FormCard.js +16 -1
- package/dist/static/Image.d.ts +8 -9
- package/dist/static/Image.d.ts.map +1 -1
- package/dist/static/Image.js +17 -1
- package/dist/static/RestrictedAccess.d.ts +2 -3
- package/dist/static/RestrictedAccess.d.ts.map +1 -1
- package/dist/static/RestrictedAccess.js +41 -1
- package/dist/static/SocialButton.d.ts +10 -11
- package/dist/static/SocialButton.d.ts.map +1 -1
- package/dist/static/SocialButton.js +35 -1
- package/dist/static/StyledButton.d.ts +8 -8
- package/dist/static/StyledButton.d.ts.map +1 -1
- package/dist/static/StyledButton.js +19 -1
- package/dist/static/TextField.d.ts +13 -13
- package/dist/static/TextField.d.ts.map +1 -1
- package/dist/static/TextField.js +39 -1
- package/dist/static/UserBadge.d.ts +7 -8
- package/dist/static/UserBadge.d.ts.map +1 -1
- package/dist/static/WarningMessage.d.ts +5 -6
- package/dist/static/WarningMessage.d.ts.map +1 -1
- package/dist/static/WarningMessage.js +22 -1
- package/dist/static/date-range-input/DateRangeInput.d.ts +15 -16
- package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
- package/dist/static/date-range-input/DateRangeInput.js +284 -1
- package/dist/static/date-range-input/index.d.ts +1 -1
- package/dist/static/date-range-input/utils/index.d.ts +17 -17
- package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
- package/dist/static/date-range-input/utils/index.js +80 -1
- package/dist/static/form-number-input/FormNumberInput.d.ts +11 -12
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +131 -1
- package/dist/static/form-number-input/index.d.ts +1 -1
- package/dist/static/images/DefaultUserImage.d.ts +4 -5
- package/dist/static/images/DefaultUserImage.d.ts.map +1 -1
- package/dist/static/images/DefaultUserImage.js +18 -1
- package/dist/static/images/index.d.ts +2 -2
- package/dist/static/images/index.js +1 -1
- package/dist/static/index.d.ts +20 -21
- package/dist/static/index.d.ts.map +1 -1
- package/dist/static/index.js +35 -1
- package/dist/static/loader/BlockLoader.d.ts +1 -2
- package/dist/static/loader/BlockLoader.d.ts.map +1 -1
- package/dist/static/loader/BlockLoader.js +16 -1
- package/dist/static/loader/ButtonLoader.d.ts +5 -6
- package/dist/static/loader/ButtonLoader.d.ts.map +1 -1
- package/dist/static/loader/ButtonLoader.js +18 -1
- package/dist/static/loader/LoaderIndicator.d.ts +9 -9
- package/dist/static/loader/LoaderIndicator.d.ts.map +1 -1
- package/dist/static/loader/LoaderIndicator.js +60 -1
- package/dist/static/loader/PaymentLoader.d.ts +5 -6
- package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
- package/dist/static/loader/PaymentLoader.js +101 -1
- package/dist/static/loader/SnippetLoader.d.ts +1 -2
- package/dist/static/loader/SnippetLoader.d.ts.map +1 -1
- package/dist/static/loader/SnippetLoader.js +16 -1
- package/dist/static/loader/index.d.ts +7 -7
- package/dist/static/manual-date-picker/ManualDatePicker.d.ts +11 -12
- package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
- package/dist/static/manual-date-picker/ManualDatePicker.js +99 -1
- package/dist/static/manual-date-picker/constants/index.d.ts +6 -6
- package/dist/static/manual-date-picker/constants/index.js +7 -1
- package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts +26 -26
- package/dist/static/manual-date-picker/hooks/useManualDatePicker.js +137 -1
- package/dist/static/manual-date-picker/index.d.ts +2 -2
- package/dist/static/manual-date-picker/utils/index.d.ts +7 -7
- package/dist/static/manual-date-picker/utils/index.js +44 -1
- package/dist/static/number-input/NumberInput.d.ts +13 -14
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +62 -1
- package/dist/static/number-input/index.d.ts +1 -1
- package/dist/static/switch/BooleanSwitch.d.ts +9 -10
- package/dist/static/switch/BooleanSwitch.d.ts.map +1 -1
- package/dist/static/switch/BooleanSwitch.js +87 -1
- package/dist/static/switch/Switch.d.ts +10 -11
- package/dist/static/switch/Switch.d.ts.map +1 -1
- package/dist/static/switch/Switch.js +46 -1
- package/dist/static/switch/index.d.ts +2 -2
- package/dist/static/tabs/Tab.d.ts +7 -7
- package/dist/static/tabs/Tab.d.ts.map +1 -1
- package/dist/static/tabs/Tab.js +18 -1
- package/dist/static/tabs/Tabs.d.ts +11 -11
- package/dist/static/tabs/Tabs.d.ts.map +1 -1
- package/dist/static/tabs/Tabs.js +105 -1
- package/dist/static/tabs/index.d.ts +1 -1
- package/dist/static/text-expand/TextExpand.d.ts +8 -8
- package/dist/static/text-expand/TextExpand.d.ts.map +1 -1
- package/dist/static/text-expand/TextExpand.js +32 -1
- package/dist/static/text-expand/index.d.ts +1 -1
- package/dist/striped-static-table/StripedStaticTable.d.ts +5 -6
- package/dist/striped-static-table/StripedStaticTable.d.ts.map +1 -1
- package/dist/striped-static-table/StripedStaticTable.js +172 -1
- package/dist/striped-static-table/index.d.ts +1 -1
- package/dist/styles/affiliate/AffiliateCard.scss +2 -2
- package/dist/styles/auth/AccessDenied.scss +1 -1
- package/dist/styles/back-button/BackButton.scss +24 -25
- package/dist/styles/back-button/_index.scss +1 -1
- package/dist/styles/company-user-form/UserForm.scss +7 -4
- package/dist/styles/company-user-form/_index.scss +1 -1
- package/dist/styles/custom-fields/CreateSortableListItem.scss +1 -2
- package/dist/styles/custom-fields/_index.scss +1 -1
- package/dist/styles/customers/Filter.scss +5 -5
- package/dist/styles/events/EditEventModal.scss +3 -1
- package/dist/styles/events/EventCard.scss +3 -3
- package/dist/styles/events/EventVenueMap.scss +7 -7
- package/dist/styles/form/Input.scss +1 -1
- package/dist/styles/header/Header.scss +1 -1
- package/dist/styles/header/elements/CompanySelector.scss +2 -2
- package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
- package/dist/styles/iframe-events/Card.scss +1 -1
- package/dist/styles/iframe-events/CategoryStepsForm.scss +7 -6
- package/dist/styles/iframe-events/Event.scss +4 -2
- package/dist/styles/iframe-events/EventForm.scss +54 -54
- package/dist/styles/iframe-events/EventNavigationFooter.scss +0 -1
- package/dist/styles/iframe-events/TicketDescription.scss +1 -1
- package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
- package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/dist/styles/notification/Notification.scss +1 -1
- package/dist/styles/order-items-table/OrderItemsTable.scss +2 -1
- package/dist/styles/overrides/_functions.scss +2 -2
- package/dist/styles/product-set/CreateProductSetItem.scss +21 -15
- package/dist/styles/product-set/DateAndRecurrenceInput.scss +8 -6
- package/dist/styles/product-set/EditCategoryModal.scss +4 -4
- package/dist/styles/product-set/EditProductModal.scss +3 -3
- package/dist/styles/product-set/EditStepModal.scss +4 -4
- package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/dist/styles/product-set/EditZoneSettingModal.scss +16 -0
- package/dist/styles/product-set/ProductSetCard.scss +2 -2
- package/dist/styles/product-set/ProductSetForm.scss +14 -1
- package/dist/styles/product-set/TutorialGifCard.scss +1 -1
- package/dist/styles/product-set/_index.scss +2 -1
- package/dist/styles/report/ReportCard.scss +0 -1
- package/dist/styles/report/_index.scss +1 -1
- package/dist/styles/resources-blocking/_index.scss +0 -4
- package/dist/styles/sales/BookingFilter.scss +2 -2
- package/dist/styles/sales/BookingTabs.scss +5 -7
- package/dist/styles/sales/Filters.scss +4 -5
- package/dist/styles/sales/GuestProfile.scss +175 -170
- package/dist/styles/sales/LifeTimeSales.scss +1 -1
- package/dist/styles/sales/ManualBooking.scss +2 -4
- package/dist/styles/sales/SalesAndViews.scss +5 -4
- package/dist/styles/snippet-templates/SnippetTemplateCard.scss +1 -1
- package/dist/styles/snippet-templates/_snippetVariables.scss +244 -63
- package/dist/styles/sortable-field/SortableField.scss +16 -16
- package/dist/styles/sortable-field/_index.scss +1 -1
- package/dist/styles/sortable-tree/Item.scss +4 -4
- package/dist/styles/table/Table.scss +1 -1
- package/dist/styles/themes/bookedit/_variables.scss +45 -19
- package/dist/styles/themes/bookedit/{_index.scss → index.scss} +35 -35
- package/dist/styles/themes/licklist/_variables.scss +1 -1
- package/dist/styles/themes/licklist/index.scss +45 -0
- package/dist/styles/tiptap-editor/TiptapEditor.scss +10 -9
- package/dist/styles/tiptap-editor/_index.scss +1 -1
- package/dist/styles/venue-map-sets/VenueMapSetCard.scss +7 -9
- package/dist/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
- package/dist/styles/virtualized/_index.scss +1 -1
- package/dist/styles/zones/ZoneCard.scss +7 -12
- package/dist/styles/zones/ZoneForm.scss +1 -1
- package/dist/styles/zones/ZoneRecurrencesControl.scss +8 -6
- package/dist/table/FilterHelperComponent.d.ts +11 -12
- package/dist/table/FilterHelperComponent.d.ts.map +1 -1
- package/dist/table/FilterHelperComponent.js +124 -1
- package/dist/table/MenuButton.d.ts +10 -11
- package/dist/table/MenuButton.d.ts.map +1 -1
- package/dist/table/MenuButton.js +26 -1
- package/dist/table/PaginationHelperComponent.d.ts +13 -14
- package/dist/table/PaginationHelperComponent.d.ts.map +1 -1
- package/dist/table/PaginationHelperComponent.js +119 -1
- package/dist/table/PerPageHelperComponent.d.ts +11 -12
- package/dist/table/PerPageHelperComponent.d.ts.map +1 -1
- package/dist/table/PerPageHelperComponent.js +96 -1
- package/dist/table/ReactTableHelperComponent.d.ts +11 -11
- package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
- package/dist/table/ReactTableHelperComponent.js +325 -1
- package/dist/table/StaticTable.d.ts +22 -22
- package/dist/table/StaticTable.d.ts.map +1 -1
- package/dist/table/StaticTable.js +55 -1
- package/dist/table/TableHelperComponent.d.ts +31 -31
- package/dist/table/TableHelperComponent.d.ts.map +1 -1
- package/dist/table/TableHelperComponent.js +403 -1
- package/dist/table/hooks/useTableQueryOptions.d.ts +18 -19
- package/dist/table/hooks/useTableQueryOptions.d.ts.map +1 -1
- package/dist/table/hooks/useTableQueryOptions.js +83 -1
- package/dist/table/index.d.ts +7 -7
- package/dist/table/types.d.ts +40 -40
- package/dist/table/types.d.ts.map +1 -1
- package/dist/table/utils/index.d.ts +3 -3
- package/dist/table/utils/index.d.ts.map +1 -1
- package/dist/table/utils/index.js +21 -1
- package/dist/tiptap-editor/TipTapEditor.d.ts +11 -12
- package/dist/tiptap-editor/TipTapEditor.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapEditor.js +91 -1
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts +8 -9
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.js +186 -1
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts +9 -10
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.js +30 -1
- package/dist/tiptap-editor/TipTapMenu/components/index.d.ts +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.d.ts +34 -34
- package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.js +61 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.d.ts +10 -10
- package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.js +145 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.d.ts +7 -7
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.js +59 -1
- package/dist/tiptap-editor/TipTapMenu/index.d.ts +1 -1
- package/dist/tiptap-editor/index.d.ts +1 -1
- package/dist/typeahead/Typeahead.d.ts +17 -18
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +78 -1
- package/dist/typeahead/index.d.ts +1 -1
- package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts +42 -42
- package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts.map +1 -1
- package/dist/typeahead-helper/TypeaheadHelperComponent.js +329 -1
- package/dist/typeahead-helper/index.d.ts +1 -1
- package/dist/types/bookings.d.ts +6 -6
- package/dist/types/categories.d.ts +9 -9
- package/dist/types/currency.d.ts +4 -4
- package/dist/types/generic/SelectItem.d.ts +4 -4
- package/dist/types/iframe.d.ts +2 -2
- package/dist/types/index.d.ts +1 -1
- package/dist/types/provider-links.d.ts +8 -8
- package/dist/types/static/HTMLInputDateElement.d.ts +3 -3
- package/dist/types/static/ILoaderOptions.d.ts +22 -22
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts +8 -9
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.js +143 -1
- package/dist/venue-map-sets/card/index.d.ts +1 -1
- package/dist/venue-map-sets/form/VenueMapSetForm.d.ts +2 -3
- package/dist/venue-map-sets/form/VenueMapSetForm.d.ts.map +1 -1
- package/dist/venue-map-sets/form/VenueMapSetForm.js +125 -1
- package/dist/venue-map-sets/form/components/NameControl.d.ts +4 -5
- package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/NameControl.js +117 -1
- package/dist/venue-map-sets/form/components/VenueMapControl.d.ts +20 -20
- package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapControl.js +54 -1
- package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts +5 -6
- package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapImageControl.js +313 -1
- package/dist/venue-map-sets/form/components/VenueMapModal.d.ts +8 -9
- package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapModal.js +356 -1
- package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts +5 -6
- package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapsControl.js +175 -1
- package/dist/venue-map-sets/form/index.d.ts +2 -2
- package/dist/venue-map-sets/form/types/index.d.ts +17 -17
- package/dist/venue-map-sets/form/utils/index.d.ts +4 -4
- package/dist/venue-map-sets/form/utils/index.d.ts.map +1 -1
- package/dist/venue-map-sets/form/utils/index.js +152 -1
- package/dist/venue-map-sets/index.d.ts +2 -2
- package/dist/virtualized/components/VirtualizedGrid.d.ts +3 -4
- package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedGrid.js +52 -1
- package/dist/virtualized/components/VirtualizedWindowScroller.d.ts +16 -16
- package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedWindowScroller.js +86 -1
- package/dist/virtualized/context/VirtualizedContext.d.ts +11 -11
- package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
- package/dist/virtualized/context/VirtualizedContext.js +73 -1
- package/dist/virtualized/context/index.d.ts +1 -1
- package/dist/virtualized/index.d.ts +3 -3
- package/dist/zone/card/ZoneCard.d.ts +8 -9
- package/dist/zone/card/ZoneCard.d.ts.map +1 -1
- package/dist/zone/card/ZoneCard.js +144 -1
- package/dist/zone/card/index.d.ts +2 -2
- package/dist/zone/form/ZoneForm.d.ts +14 -15
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.js +150 -1
- package/dist/zone/form/components/AvailableTimesControl.d.ts +23 -24
- package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
- package/dist/zone/form/components/AvailableTimesControl.js +151 -1
- package/dist/zone/form/components/DescriptionControl.d.ts +5 -6
- package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
- package/dist/zone/form/components/DescriptionControl.js +55 -1
- package/dist/zone/form/components/GameDurationControl.d.ts +5 -6
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +95 -1
- package/dist/zone/form/components/NameControl.d.ts +5 -6
- package/dist/zone/form/components/NameControl.d.ts.map +1 -1
- package/dist/zone/form/components/NameControl.js +101 -1
- package/dist/zone/form/components/SortControl.d.ts +5 -6
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +100 -1
- package/dist/zone/form/components/ZoneControl.d.ts +6 -7
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneControl.js +65 -1
- package/dist/zone/form/components/ZoneImageControl.d.ts +5 -6
- package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneImageControl.js +282 -1
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts +8 -9
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrenceControl.js +134 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +10 -11
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.js +418 -1
- package/dist/zone/form/components/ZoneTypeControl.d.ts +5 -6
- package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneTypeControl.js +100 -1
- package/dist/zone/form/index.d.ts +2 -2
- package/dist/zone/form/utils/dates.d.ts +3 -3
- package/dist/zone/form/utils/dates.js +136 -1
- package/dist/zone/index.d.ts +2 -2
- package/package.json +93 -88
- package/rollup.config.js +84 -54
- package/src/affiliate/card/AffiliateCard.stories.tsx +0 -1
- package/src/affiliate/card/AffiliateCard.tsx +6 -6
- package/src/affiliate/form/AffiliateControl.tsx +1 -1
- package/src/affiliate/form/AffiliateForm.stories.tsx +0 -1
- package/src/affiliate/form/AffiliateForm.tsx +2 -2
- package/src/affiliate/types/index.ts +1 -1
- package/src/auth/AccessDenied/AccessDenied.stories.tsx +0 -1
- package/src/auth/AccessDenied/AccessDenied.tsx +2 -3
- package/src/auth/Auth.stories.tsx +2 -2
- package/src/auth/Authorizer.tsx +4 -4
- package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -2
- package/src/auth/ChangePassword/ChangePasswordComponent.tsx +1 -1
- package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +3 -4
- package/src/auth/Layout/AuthNavComponent.tsx +0 -1
- package/src/auth/Layout/Layout.stories.tsx +1 -2
- package/src/auth/Layout/UserNavComponent.tsx +0 -1
- package/src/auth/Layout/UserNavDropDown.tsx +0 -1
- package/src/auth/Layout/UserNavDropDownToggle.tsx +0 -1
- package/src/auth/Login/Login.stories.tsx +0 -1
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/auth/Login/LoginFormComponent.tsx +3 -3
- package/src/auth/Logout/Logout.stories.tsx +1 -1
- package/src/auth/Logout/Logout.tsx +1 -1
- package/src/auth/Register/BirthDateFormComponent.tsx +5 -5
- package/src/auth/Register/Register.stories.tsx +0 -1
- package/src/auth/Register/RegisterComponent.tsx +1 -1
- package/src/auth/Register/RegisterFormComponent.tsx +3 -3
- package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -2
- package/src/auth/ResetPassword/ResetPasswordComponent.tsx +1 -1
- package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +3 -3
- package/src/auth/Router.tsx +3 -3
- package/src/auth/Social/Social.stories.tsx +0 -1
- package/src/auth/Social/SocialCallbackComponent.tsx +1 -1
- package/src/auth/Social/SocialFormComponent.tsx +1 -2
- package/src/availability-indicator/AvailabilityIndicator.tsx +1 -1
- package/src/calendar/Calendar.stories.tsx +0 -1
- package/src/calendar/Calendar.tsx +2 -2
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +2 -2
- package/src/calendar/components/CalendarDates/CalendarDates.tsx +1 -1
- package/src/calendar/components/CalendarSelect/CalendarSelect.tsx +1 -1
- package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +0 -1
- package/src/collapsible-input-group/CollapsibleInputGroup.stories.tsx +0 -1
- package/src/collapsible-input-group/CollapsibleInputGroup.tsx +8 -5
- package/src/custom-fields/CustomFields.stories.tsx +1 -1
- package/src/custom-fields/{constants.ts → constants.tsx} +3 -2
- package/src/custom-fields/field/FieldItem.tsx +4 -4
- package/src/custom-fields/field/SelectFieldModal.tsx +0 -1
- package/src/custom-fields/field-set/CustomFieldSets.tsx +2 -2
- package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +4 -4
- package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +1 -1
- package/src/custom-fields/forms/DropdownForm.tsx +9 -10
- package/src/custom-fields/forms/TextInputForm.tsx +1 -2
- package/src/customers/components/filter/CustomerFilter.stories.tsx +1 -1
- package/src/customers/components/filter/CustomerFilter.tsx +0 -1
- package/src/date-time-button/DateContent.tsx +1 -2
- package/src/date-time-button/DateTimeButton.stories.tsx +0 -1
- package/src/date-time-button/DateTimeButton.tsx +2 -4
- package/src/error/Error.stories.tsx +0 -1
- package/src/error/ErrorFallback.tsx +0 -1
- package/src/events/edit-event-modal/IntervalInput.tsx +2 -2
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +1 -1
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +3 -3
- package/src/events/edit-event-modal/component/EditEventForm/index.ts +2 -1
- package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +0 -1
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +18 -6
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +5 -5
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +4 -4
- package/src/events/edit-event-modal/hooks/useFormattedDuration.tsx +2 -2
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +4 -6
- package/src/events/edit-event-modal/utils/removeRruleCount.ts +1 -1
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.stories.tsx +1 -1
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +3 -4
- package/src/events/event-card/EventCard.stories.tsx +0 -1
- package/src/events/event-card/EventCard.tsx +15 -8
- package/src/events/event-card/EventCardSkeleton.tsx +1 -1
- package/src/events/event-card/utils.ts +10 -10
- package/src/events/event-statistic-modal/EventStatisticModal.stories.tsx +1 -1
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +2 -3
- package/src/events/event-statistic-modal/hooks/useTableData.tsx +6 -6
- package/src/events/event-statistic-modal/utils/index.ts +9 -9
- package/src/events/event-venue-map/EventVenueMap.stories.tsx +1 -1
- package/src/events/event-venue-map/EventVenueMap.tsx +3 -3
- package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +5 -5
- package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +1 -1
- package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +0 -1
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +7 -13
- package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +8 -8
- package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +0 -1
- package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +0 -1
- package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +0 -1
- package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +6 -6
- package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +0 -1
- package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +2 -2
- package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +7 -7
- package/src/events/event-venue-map/components/ZoomButtons/ZoomButtons.tsx +2 -3
- package/src/events/event-venue-map/hooks/useDrag.ts +5 -5
- package/src/events/event-venue-map/hooks/useImage.tsx +2 -2
- package/src/events/event-venue-map/hooks/useStageActions.ts +3 -3
- package/src/events/event-venue-map/hooks/useZoom.ts +6 -6
- package/src/events/event-venue-map/index.ts +2 -1
- package/src/events/event-venue-map/utils/index.ts +17 -16
- package/src/file-upload/FilePreview.tsx +4 -9
- package/src/file-upload/FileUpload.stories.tsx +0 -1
- package/src/file-upload/FileUpload.tsx +5 -5
- package/src/header/BookeditHeader.tsx +1 -1
- package/src/header/Header.stories.tsx +105 -101
- package/src/header/Header.tsx +1 -1
- package/src/header/LicklistHeader.tsx +1 -1
- package/src/header/elements/CompanySelector.tsx +0 -1
- package/src/header/elements/Elements.stories.tsx +1 -2
- package/src/help/example/Example.stories.tsx +0 -1
- package/src/help/example/Example.tsx +10 -12
- package/src/help/popover/HelpPopover.tsx +3 -3
- package/src/help/popover/Popover.stories.tsx +1 -2
- package/src/iframe/activity-card/ActivityCard.stories.tsx +3 -3
- package/src/iframe/activity-card/ActivityCard.tsx +1 -1
- package/src/iframe/back-button/BackButton.stories.tsx +0 -1
- package/src/iframe/back-button/BackButton.tsx +0 -2
- package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +2 -2
- package/src/iframe/custom-fields/components/CustomDateField.tsx +2 -2
- package/src/iframe/event/event-booking-form/EventBookingForm.stories.tsx +0 -1
- package/src/iframe/event/event-booking-form/EventBookingForm.tsx +1 -1
- package/src/iframe/event/event-booking-products/EventBookingProducts.stories.tsx +0 -1
- package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +0 -1
- package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +5 -10
- package/src/iframe/event/event-booking-view/EventBookingView.stories.tsx +0 -1
- package/src/iframe/event/event-booking-view/EventBookingView.tsx +0 -2
- package/src/iframe/event/event-card/IframeEventCard.stories.tsx +0 -1
- package/src/iframe/event/event-card/IframeEventCard.tsx +1 -2
- package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +3 -3
- package/src/iframe/event/event-card/IframeEventCards.stories.tsx +0 -1
- package/src/iframe/event/event-description/EventDescription.stories.tsx +0 -1
- package/src/iframe/event/event-description/EventDescription.tsx +2 -2
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.stories.tsx +0 -1
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +5 -5
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.stories.tsx +0 -1
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +0 -1
- package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +0 -1
- package/src/iframe/event/event-order-short-summary/components/Summary/index.ts +2 -1
- package/src/iframe/event/event-order-short-summary/index.ts +1 -1
- package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +0 -1
- package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +0 -1
- package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +1 -1
- package/src/iframe/event/event-product-sets/EventProductSets.tsx +0 -1
- package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +1 -2
- package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.stories.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 -2
- package/src/iframe/event/event-tables/EventTables.stories.tsx +0 -1
- package/src/iframe/event/event-tables/EventTables.tsx +0 -2
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +3 -4
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +1 -1
- package/src/iframe/event/index.ts +6 -9
- package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +0 -1
- package/src/iframe/event/ticket-description/TicketDescription.tsx +1 -1
- package/src/iframe/external-modal/ExternalModal.stories.tsx +0 -1
- package/src/iframe/external-modal/ExternalModal.tsx +1 -1
- package/src/iframe/index.ts +13 -8
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +0 -1
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +0 -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 +0 -1
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +4 -5
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +1 -1
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +0 -1
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +13 -17
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -2
- package/src/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.tsx +2 -2
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +3 -2
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +19 -19
- package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +0 -1
- package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +7 -6
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +4 -4
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.stories.tsx +1 -1
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +3 -3
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -3
- package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +2 -3
- package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +4 -4
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +0 -1
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +5 -11
- package/src/iframe/order-process/components/NavigationSteps/index.ts +2 -1
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +0 -1
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +5 -5
- package/src/iframe/order-process/components/Timer/Timer.stories.tsx +0 -1
- package/src/iframe/order-process/components/Timer/Timer.tsx +2 -3
- package/src/iframe/order-process/components/utils/useCategoryVerification.ts +5 -5
- package/src/iframe/order-process/index.ts +2 -1
- package/src/iframe/page/Page.stories.tsx +0 -1
- package/src/iframe/page/Page.tsx +4 -4
- package/src/iframe/page/components/PageBody/PageBody.tsx +1 -1
- package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +1 -1
- package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +6 -6
- package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +7 -7
- package/src/iframe/page/components/PageHeader/PageHeader.tsx +1 -1
- package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +0 -1
- package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +0 -1
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +8 -8
- package/src/iframe/payment/order-items-table/types/index.ts +1 -1
- package/src/iframe/payment/order-items-table/utils/index.ts +8 -8
- package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +0 -1
- package/src/iframe/payment/payment-form/PaymentForm.tsx +0 -1
- package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +0 -1
- package/src/iframe/payment/payment-page/PaymentPage.tsx +4 -4
- package/src/iframe/payment/payment-page/PaymentTimer.tsx +2 -2
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.stories.tsx +0 -1
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +0 -1
- package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +0 -1
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +3 -3
- package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +0 -1
- package/src/iframe/payment/status-body/StatusBody.stories.tsx +0 -1
- package/src/iframe/payment/status-body/StatusBody.tsx +0 -1
- package/src/iframe/powered-by/PoweredBy.stories.tsx +0 -1
- package/src/iframe/powered-by/PoweredBy.tsx +0 -1
- package/src/iframe/ryft/RyftPaymentForm.tsx +4 -4
- package/src/image-radio-input/ImageRadioInput.stories.tsx +3 -4
- package/src/image-radio-input/ImageRadioInput.tsx +1 -1
- package/src/layout/BackgroundVideoContainer.tsx +1 -1
- package/src/layout/Container.tsx +1 -1
- package/src/layout/DropDown.tsx +3 -3
- package/src/layout/DropDownToggle.tsx +2 -3
- package/src/layout/Layout.stories.tsx +73 -67
- package/src/logo/Logo.stories.tsx +55 -50
- package/src/logo/Logo.tsx +1 -1
- package/src/modals/confirmation/ConfirmModal.tsx +4 -4
- package/src/modals/confirmation/Confirmation.stories.tsx +0 -1
- package/src/modals/dialog/Dialog.tsx +0 -1
- package/src/modals/dialog/DialogContext.tsx +2 -8
- package/src/modals/fullscreen/FullscreenModal.tsx +3 -3
- package/src/modals/fullscreen/FulscreenModal.stories.tsx +0 -1
- package/src/notification/components/NotificationPlaceholders.stories.tsx +0 -1
- package/src/notification/components/NotificationPlaceholders.tsx +0 -1
- package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +0 -1
- package/src/notification/email-template/card/EmailTemplateCard.tsx +3 -4
- package/src/notification/email-template/control/EmailTemplateControl.tsx +11 -11
- package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +0 -1
- package/src/notification/email-template/form/EmailTemplateForm.tsx +1 -1
- package/src/notification/send-email-template/SendEmailTemplateForm.stories.tsx +0 -1
- package/src/notification/send-email-template/SendEmailTemplateForm.tsx +2 -2
- package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +0 -1
- package/src/notification/sms-template/card/SmsTemplateCard.tsx +3 -4
- package/src/notification/sms-template/control/SmsTemplateControl.tsx +0 -1
- package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +0 -1
- package/src/notification/sms-template/form/SmsTemplateForm.tsx +1 -1
- package/src/number-of-people-input/NumberOfPeopleInput.tsx +1 -1
- package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.stories.tsx +1 -1
- package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.tsx +0 -1
- package/src/product-set/card/ProductSetCard.stories.tsx +1 -4
- package/src/product-set/card/ProductSetCard.tsx +6 -7
- package/src/product-set/control/DateAndRecurrenceInput.tsx +11 -12
- package/src/product-set/control/DateInput.tsx +11 -11
- package/src/product-set/control/ProductSetControl.stories.tsx +0 -1
- package/src/product-set/control/ProductSetControl.tsx +11 -7
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +3 -3
- package/src/product-set/control/ProductSetRecurrenceControl.tsx +6 -8
- package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +5 -9
- package/src/product-set/control/TutorialGifCard.tsx +6 -13
- package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +0 -1
- package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +3 -4
- package/src/product-set/elements/DeleteFieldButton.tsx +2 -3
- package/src/product-set/elements/Elements.stories.tsx +0 -1
- package/src/product-set/form/MobileFooter.tsx +6 -37
- package/src/product-set/form/ProductCategoriesControl.tsx +10 -11
- package/src/product-set/form/ProductSetForm.stories.tsx +0 -1
- package/src/product-set/form/ProductSetForm.tsx +12 -6
- package/src/product-set/form/ProductSetFormPopover.tsx +1 -1
- package/src/product-set/form/ProductZonesControl.tsx +181 -0
- package/src/product-set/form/ProductsControl.tsx +9 -25
- package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -2
- package/src/product-set/form/SelectCategoryModal.tsx +26 -21
- package/src/product-set/form/StepsControl.tsx +1 -1
- package/src/product-set/form/SubProductsControl.tsx +4 -1
- package/src/product-set/form/VenueMapSetModal.tsx +8 -8
- package/src/product-set/form/VenueMapsControl.tsx +3 -1
- package/src/product-set/form/context.tsx +2 -2
- package/src/product-set/item/CreateProductSetItem.tsx +3 -9
- package/src/product-set/popover/ProductSetPopover.stories.tsx +1 -1
- package/src/product-set/popover/ProductSetPopover.tsx +5 -5
- package/src/product-set/product/Product.stories.tsx +0 -1
- package/src/product-set/product/ProductControl.tsx +39 -284
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +168 -0
- package/src/product-set/product/advanced-options/index.ts +1 -0
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -2
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +10 -11
- package/src/product-set/product/deposit/ProductDeposit.stories.tsx +0 -1
- package/src/product-set/product/deposit/ProductDepositControl.tsx +5 -6
- package/src/product-set/product/duration/ProductDurationControl.stories.tsx +0 -1
- package/src/product-set/product/duration/ProductDurationControl.tsx +1 -2
- package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +1 -2
- package/src/product-set/product/price/ProductPrice.stories.tsx +0 -1
- package/src/product-set/product/price/ProductPriceControl.tsx +4 -5
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -2
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +14 -12
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +6 -6
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +4 -4
- package/src/product-set/product-category/ProductCategory.stories.tsx +0 -1
- package/src/product-set/product-category/ProductCategoryControl.tsx +18 -77
- package/src/product-set/product-zone/ProductZoneControl.tsx +247 -0
- package/src/product-set/product-zone/index.ts +1 -0
- package/src/product-set/step/Step.stories.tsx +1 -1
- package/src/product-set/step/StepControl.tsx +3 -3
- package/src/product-set/tabs/ProductSetTab.tsx +1 -1
- package/src/product-set/tabs/ProductSetTabs.stories.tsx +0 -1
- package/src/product-set/tabs/ProductSetTabs.tsx +1 -1
- package/src/product-set/utils/index.ts +10 -6
- package/src/provider/categories-input/CategoriesInput.stories.tsx +0 -1
- package/src/provider/categories-input/CategoriesInput.tsx +0 -1
- package/src/provider/categories-input/CategoriesInputDescription.tsx +1 -2
- package/src/provider/company/user-form/UserForm.stories.tsx +0 -1
- package/src/provider/company/user-form/UserForm.tsx +2 -2
- package/src/provider/location-input/LocationInput.stories.tsx +0 -1
- package/src/provider/location-input/LocationInput.tsx +0 -1
- package/src/provider/location-input/LocationInputDescription.tsx +1 -1
- package/src/provider/location-input/components/FormGroupControll.tsx +0 -1
- package/src/provider/provider-details-input/ProviderDetailsInput.stories.tsx +0 -1
- package/src/provider/provider-details-input/ProviderDetailsInput.tsx +1 -1
- package/src/provider/provider-form/ProviderForm.stories.tsx +0 -1
- package/src/provider/provider-form/ProviderForm.tsx +2 -2
- package/src/provider/provider-links-input/ProviderLinksInput.stories.tsx +0 -1
- package/src/provider/provider-links-input/ProviderLinksInput.tsx +2 -2
- package/src/provider/venue-form/VenueForm.stories.tsx +0 -1
- package/src/provider/venue-form/VenueForm.tsx +2 -2
- package/src/provider/working-hours-input/WorkingHoursInput.stories.tsx +0 -1
- package/src/provider/working-hours-input/WorkingHoursInput.tsx +1 -2
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +3 -4
- package/src/radio-card/RadioCard.stories.tsx +1 -1
- package/src/radio-card/RadioCard.tsx +1 -1
- package/src/recurrence-input/RecurrenceEndInput.tsx +2 -2
- package/src/recurrence-input/RecurrenceInput.stories.tsx +0 -1
- package/src/recurrence-input/RecurrenceInput.tsx +7 -7
- package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +0 -1
- package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +0 -1
- package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +1 -2
- package/src/recurrence-input/utils.ts +3 -3
- package/src/recurring-date-picker-input/DatePickerInput.tsx +2 -1
- package/src/recurring-date-picker-input/RecurrenceAndFrequencyInput.tsx +1 -1
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -1
- package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +4 -3
- package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +0 -1
- package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +1 -2
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +3 -5
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +9 -9
- package/src/recurring-date-picker-input/utils.ts +3 -3
- package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +1 -1
- package/src/report/ReportRunnerModal/ReportRunnerModal.stories.tsx +0 -1
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +2 -3
- package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +0 -1
- package/src/report/card/ReportCard.stories.tsx +0 -1
- package/src/report/card/ReportCard.tsx +0 -11
- package/src/report/form/ReportForm.stories.tsx +0 -1
- package/src/report/form/ReportForm.tsx +1 -1
- package/src/resource/card/ResourceCard.stories.tsx +0 -1
- package/src/resource/card/ResourceCard.tsx +0 -1
- package/src/resource/form/ResourceForm.stories.tsx +0 -1
- package/src/resource/form/ResourceForm.tsx +1 -1
- package/src/resource/form/components/CapacityControl.tsx +0 -1
- package/src/resource/form/components/NameControl.tsx +0 -1
- package/src/resource/form/components/SortControl.tsx +0 -1
- package/src/resource/form/components/ZoneControl.tsx +0 -1
- package/src/sales/booking/results/BookingResults.stories.tsx +0 -1
- package/src/sales/booking/results/BookingResults.tsx +0 -1
- package/src/sales/booking/results/components/ResultCard.tsx +2 -4
- package/src/sales/coupon/control/CouponFormControl.tsx +2 -2
- package/src/sales/coupon/form/CouponForm.stories.tsx +0 -1
- package/src/sales/coupon/form/CouponFrom.tsx +1 -1
- package/src/sales/filters/SaleFilter.stories.tsx +1 -1
- package/src/sales/filters/SaleFilters.tsx +0 -1
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +0 -1
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +2 -2
- package/src/sales/guest-profile/profile/Profile.stories.tsx +0 -1
- package/src/sales/guest-profile/profile/Profile.tsx +0 -1
- package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +0 -2
- package/src/sales/guest-profile/user-metrics/UserMetrics.stories.tsx +0 -1
- package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +0 -1
- package/src/sales/guest-profile/visited-providers/VisitedProviders.stories.tsx +0 -1
- package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +0 -1
- package/src/sales/life-time-sales/LifeTimeSalesChart.stories.tsx +0 -1
- package/src/sales/life-time-sales/LifeTimeSalesChart.tsx +2 -2
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.stories.tsx +1 -1
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +8 -14
- package/src/sales/manual-booking/search-user/SearchUser.tsx +2 -2
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.stories.tsx +2 -2
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +3 -3
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +3 -4
- package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +0 -1
- package/src/sales/manual-booking/select-menu/SelectMenu.tsx +0 -1
- package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +0 -1
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +1 -2
- package/src/sales/modals/payment-modal/PaymentModal.stories.tsx +3 -3
- package/src/sales/modals/payment-modal/PaymentModal.tsx +3 -3
- package/src/sales/modals/refund-modal/RefundModal.stories.tsx +1 -1
- package/src/sales/modals/refund-modal/RefundModal.tsx +6 -5
- package/src/sales/notes/NotesTable.stories.tsx +0 -1
- package/src/sales/notes/NotesTable.tsx +3 -3
- package/src/sales/notes/NotesTableRow.tsx +6 -6
- package/src/sales/notes/note-form/NoteForm.stories.tsx +0 -1
- package/src/sales/notes/note-form/NoteForm.tsx +0 -1
- package/src/sales/payment-form/SalePaymentForm.stories.tsx +3 -3
- package/src/sales/payment-form/SalePaymentForm.tsx +10 -9
- package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +0 -1
- package/src/sales/sales-and-views/SalesAndViewsChart.stories.tsx +1 -1
- package/src/sales/sales-and-views/SalesAndViewsChart.tsx +4 -4
- package/src/sales/source-of-sales/SourceOfSalesChart.stories.tsx +0 -1
- package/src/sales/source-of-sales/SourceOfSalesChart.tsx +3 -3
- package/src/sales/statistics-chart/StatisticsChart.stories.tsx +0 -1
- package/src/sales/statistics-chart/StatisticsChart.tsx +1 -1
- package/src/setting/admin/AdminSetting.stories.tsx +0 -2
- package/src/setting/admin/AdminSettingForm.tsx +3 -9
- package/src/setting/admin/PaymentFeeForm.tsx +7 -33
- package/src/setting/dashboard/DashboardSetting.stories.tsx +5 -6
- package/src/setting/dashboard/DashboardSettingForm.tsx +1 -1
- package/src/setting/dashboard/EventSettingForm.tsx +0 -1
- package/src/setting/dashboard/FinancialDataForm.tsx +4 -20
- package/src/setting/dashboard/OtherSettingForm.tsx +0 -1
- package/src/setting/dashboard/ProviderSettingForm.tsx +2 -8
- package/src/setting/dashboard/components/IpInput.stories.tsx +0 -1
- package/src/setting/dashboard/components/IpInput.tsx +6 -6
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.stories.tsx +0 -1
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +0 -1
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.stories.tsx +0 -1
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +1 -1
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.stories.tsx +0 -1
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +2 -3
- package/src/setting/dashboard/snippets/card/SnippetCard.stories.tsx +0 -1
- package/src/setting/dashboard/snippets/card/SnippetCard.tsx +6 -6
- package/src/setting/system/SystemSetting.stories.tsx +1 -2
- package/src/setting/system/SystemSettingForm.tsx +0 -1
- package/src/sidebar/elements/Elements.stories.tsx +0 -1
- package/src/sidebar/elements/ReturnBack.tsx +2 -3
- package/src/slide-curtain/SlideCurtain.stories.tsx +0 -1
- package/src/slide-curtain/SlideCurtain.tsx +3 -7
- package/src/snippet/snippet-template/SnippetTemplate.stories.tsx +0 -1
- package/src/snippet/snippet-template/SnippetTemplate.tsx +1 -1
- package/src/snippet/snippet-template/context/snippetTemplate.tsx +3 -3
- package/src/snippet/snippet-template/context/snippetTemplateLoading.tsx +1 -1
- package/src/snippet/snippet-template/context/snippetTemplateView.tsx +7 -7
- package/src/snippet/snippet-template/control/Control.stories.tsx +0 -1
- package/src/snippet/snippet-template/control/PropertyControl.tsx +2 -2
- package/src/snippet/snippet-template/form/SnippetTemplateForm.stories.tsx +0 -1
- package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +3 -3
- package/src/snippet/snippet-template/preview/Preview.stories.tsx +0 -1
- package/src/snippet/snippet-template/preview/Preview.tsx +9 -11
- package/src/snippet/snippet-template/settings/SettingButton.tsx +2 -3
- package/src/snippet/snippet-template/settings/Settings.stories.tsx +0 -1
- package/src/snippet/snippet-template/utils/index.ts +2 -2
- package/src/sortable-fields/SortableFieldItem.tsx +2 -2
- package/src/sortable-fields/SortableFieldList.tsx +1 -2
- package/src/sortable-list/CreateSortableListItem.tsx +2 -8
- package/src/sortable-list/SortableList.stories.tsx +0 -1
- package/src/sortable-list/SortableList.tsx +1 -1
- package/src/sortable-tree/SortableTree.stories.tsx +0 -1
- package/src/sortable-tree/SortableTree.tsx +1 -1
- package/src/sortable-tree/SortableTreeItem.stories.tsx +0 -1
- package/src/sortable-tree/SortableTreeItem.tsx +67 -54
- package/src/sortable-tree/index.ts +1 -1
- package/src/sorting-select/SortingSelect.stories.tsx +0 -1
- package/src/sorting-select/SortingSelect.tsx +1 -1
- package/src/static/CountryCodeSelect.tsx +0 -1
- package/src/static/CountrySelect.tsx +1 -1
- package/src/static/CurrencyNumberInput.tsx +3 -3
- package/src/static/FormCard.tsx +0 -1
- package/src/static/Image.tsx +0 -1
- package/src/static/RestrictedAccess.tsx +2 -3
- package/src/static/SocialButton.tsx +5 -6
- package/src/static/Static.stories.tsx +290 -259
- package/src/static/StyledButton.tsx +1 -1
- package/src/static/TextField.tsx +2 -2
- package/src/static/UserBadge.tsx +2 -7
- package/src/static/WarningMessage.tsx +0 -1
- package/src/static/date-range-input/DateRangeInput.stories.tsx +1 -1
- package/src/static/date-range-input/DateRangeInput.tsx +3 -7
- package/src/static/date-range-input/utils/index.ts +1 -1
- package/src/static/form-number-input/FormNumberInput.stories.tsx +0 -1
- package/src/static/form-number-input/FormNumberInput.tsx +0 -1
- package/src/static/images/DefaultUserImage.tsx +0 -1
- package/src/static/images/Images.stories.tsx +10 -8
- package/src/static/index.ts +0 -1
- package/src/static/loader/BlockLoader.tsx +0 -1
- package/src/static/loader/ButtonLoader.tsx +0 -1
- package/src/static/loader/Loader.stories.tsx +0 -1
- package/src/static/loader/LoaderIndicator.tsx +1 -1
- package/src/static/loader/PaymentLoader.tsx +1 -1
- package/src/static/loader/SnippetLoader.tsx +0 -1
- package/src/static/manual-date-picker/ManualDatePicker.tsx +0 -1
- package/src/static/manual-date-picker/hooks/useManualDatePicker.ts +1 -1
- package/src/static/manual-date-picker/utils/index.ts +2 -2
- package/src/static/number-input/NumberInput.stories.tsx +1 -1
- package/src/static/number-input/NumberInput.tsx +3 -4
- package/src/static/switch/BooleanSwitch.tsx +2 -2
- package/src/static/switch/Switch.stories.tsx +1 -1
- package/src/static/switch/Switch.tsx +0 -1
- package/src/static/tabs/Tab.tsx +1 -1
- package/src/static/tabs/Tabs.tsx +1 -1
- package/src/static/text-expand/TextExpand.stories.tsx +1 -1
- package/src/static/text-expand/TextExpand.tsx +3 -3
- package/src/striped-static-table/StripedStaticTable.stories.tsx +0 -1
- package/src/striped-static-table/StripedStaticTable.tsx +2 -4
- package/src/styles/affiliate/AffiliateCard.scss +2 -2
- package/src/styles/auth/AccessDenied.scss +1 -1
- package/src/styles/back-button/BackButton.scss +24 -25
- package/src/styles/back-button/_index.scss +1 -1
- package/src/styles/company-user-form/UserForm.scss +7 -4
- package/src/styles/company-user-form/_index.scss +1 -1
- package/src/styles/custom-fields/CreateSortableListItem.scss +1 -2
- package/src/styles/custom-fields/_index.scss +1 -1
- package/src/styles/customers/Filter.scss +5 -5
- package/src/styles/events/EditEventModal.scss +3 -1
- package/src/styles/events/EventCard.scss +3 -3
- package/src/styles/events/EventVenueMap.scss +7 -7
- package/src/styles/form/Input.scss +1 -1
- package/src/styles/header/Header.scss +1 -1
- package/src/styles/header/elements/CompanySelector.scss +2 -2
- package/src/styles/iframe-events/CalendarSelect.scss +1 -1
- package/src/styles/iframe-events/Card.scss +1 -1
- package/src/styles/iframe-events/CategoryStepsForm.scss +7 -6
- package/src/styles/iframe-events/Event.scss +4 -2
- package/src/styles/iframe-events/EventForm.scss +54 -54
- package/src/styles/iframe-events/EventNavigationFooter.scss +0 -1
- package/src/styles/iframe-events/TicketDescription.scss +1 -1
- package/src/styles/iframe-payments/PaymentForm.scss +1 -1
- package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/src/styles/notification/Notification.scss +1 -1
- package/src/styles/order-items-table/OrderItemsTable.scss +2 -1
- package/src/styles/overrides/_functions.scss +2 -2
- package/src/styles/product-set/CreateProductSetItem.scss +21 -15
- package/src/styles/product-set/DateAndRecurrenceInput.scss +8 -6
- package/src/styles/product-set/EditCategoryModal.scss +4 -4
- package/src/styles/product-set/EditProductModal.scss +3 -3
- package/src/styles/product-set/EditStepModal.scss +4 -4
- package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/src/styles/product-set/EditZoneSettingModal.scss +16 -0
- package/src/styles/product-set/ProductSetCard.scss +2 -2
- package/src/styles/product-set/ProductSetForm.scss +14 -1
- package/src/styles/product-set/TutorialGifCard.scss +1 -1
- package/src/styles/product-set/_index.scss +2 -1
- package/src/styles/report/ReportCard.scss +0 -1
- package/src/styles/report/_index.scss +1 -1
- package/src/styles/resources-blocking/_index.scss +0 -4
- package/src/styles/sales/BookingFilter.scss +2 -2
- package/src/styles/sales/BookingTabs.scss +5 -7
- package/src/styles/sales/Filters.scss +4 -5
- package/src/styles/sales/GuestProfile.scss +175 -170
- package/src/styles/sales/LifeTimeSales.scss +1 -1
- package/src/styles/sales/ManualBooking.scss +2 -4
- package/src/styles/sales/SalesAndViews.scss +5 -4
- package/src/styles/snippet-templates/SnippetTemplateCard.scss +1 -1
- package/src/styles/snippet-templates/_snippetVariables.scss +244 -63
- package/src/styles/sortable-field/SortableField.scss +16 -16
- package/src/styles/sortable-field/_index.scss +1 -1
- package/src/styles/sortable-tree/Item.scss +4 -4
- package/src/styles/table/Table.scss +1 -1
- package/src/styles/themes/bookedit/_variables.scss +45 -19
- package/src/styles/themes/bookedit/{_index.scss → index.scss} +35 -35
- package/src/styles/themes/licklist/_variables.scss +1 -1
- package/src/styles/themes/licklist/index.scss +45 -0
- package/src/styles/tiptap-editor/TiptapEditor.scss +10 -9
- package/src/styles/tiptap-editor/_index.scss +1 -1
- package/src/styles/venue-map-sets/VenueMapSetCard.scss +7 -9
- package/src/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
- package/src/styles/virtualized/_index.scss +1 -1
- package/src/styles/zones/ZoneCard.scss +7 -12
- package/src/styles/zones/ZoneForm.scss +1 -1
- package/src/styles/zones/ZoneRecurrencesControl.scss +8 -6
- package/src/table/FilterHelperComponent.tsx +1 -1
- package/src/table/MenuButton.tsx +5 -10
- package/src/table/PaginationHelperComponent.tsx +9 -10
- package/src/table/PerPageHelperComponent.tsx +1 -1
- package/src/table/ReactTableHelperComponent.tsx +11 -11
- package/src/table/StaticTable.tsx +1 -1
- package/src/table/Table.stories.tsx +5 -5
- package/src/table/TableHelperComponent.tsx +16 -15
- package/src/table/hooks/useTableQueryOptions.ts +6 -5
- package/src/table/types.ts +1 -1
- package/src/table/utils/index.ts +5 -5
- package/src/theme/Theme.stories.tsx +96 -95
- package/src/tiptap-editor/TipTapEditor.stories.tsx +4 -7
- package/src/tiptap-editor/TipTapEditor.tsx +3 -3
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +2 -6
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +25 -18
- package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +4 -8
- package/src/tiptap-editor/TipTapMenu/extensions/EMOJIS.ts +1 -1
- package/src/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.ts +2 -2
- package/src/typeahead/Typeahead.stories.tsx +6 -4
- package/src/typeahead/Typeahead.tsx +0 -1
- package/src/typeahead-helper/TypeaheadHelperComponent.tsx +5 -5
- package/src/types/iframe.ts +1 -1
- package/src/typings.d.ts +1 -1
- package/src/venue-map-sets/card/VenueMapCard.stories.tsx +0 -1
- package/src/venue-map-sets/card/VenueMapSetCard.tsx +6 -6
- package/src/venue-map-sets/form/VenueMapSetForm.stories.tsx +0 -1
- package/src/venue-map-sets/form/VenueMapSetForm.tsx +2 -2
- package/src/venue-map-sets/form/components/NameControl.tsx +0 -1
- package/src/venue-map-sets/form/components/VenueMapControl.tsx +5 -10
- package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +8 -8
- package/src/venue-map-sets/form/components/VenueMapModal.tsx +6 -7
- package/src/venue-map-sets/form/components/VenueMapsControl.tsx +8 -8
- package/src/venue-map-sets/form/utils/index.ts +3 -3
- package/src/virtualized/components/VirtualizedGrid.tsx +1 -1
- package/src/virtualized/components/VirtualizedWindowScroller.stories.tsx +1 -1
- package/src/virtualized/components/VirtualizedWindowScroller.tsx +2 -2
- package/src/virtualized/context/VirtualizedContext.tsx +1 -1
- package/src/vite-env.d.ts +3 -0
- package/src/zone/card/ZoneCard.stories.tsx +0 -1
- package/src/zone/card/ZoneCard.tsx +6 -6
- package/src/zone/form/ZoneForm.stories.tsx +0 -1
- package/src/zone/form/ZoneForm.tsx +1 -1
- package/src/zone/form/components/AvailableTimesControl.tsx +5 -10
- package/src/zone/form/components/DescriptionControl.tsx +0 -1
- package/src/zone/form/components/GameDurationControl.tsx +0 -1
- package/src/zone/form/components/NameControl.tsx +0 -1
- package/src/zone/form/components/SortControl.tsx +0 -1
- package/src/zone/form/components/ZoneControl.tsx +0 -1
- package/src/zone/form/components/ZoneImageControl.tsx +3 -3
- package/src/zone/form/components/ZoneRecurrenceControl.tsx +3 -12
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +8 -12
- package/src/zone/form/components/ZoneTypeControl.tsx +0 -1
- package/src/zone/form/utils/dates.ts +4 -4
- package/tsconfig.build.json +7 -0
- package/tsconfig.json +6 -8
- package/vite.config.ts +34 -0
- package/yarn.lock +20980 -0
- package/.babelrc +0 -23
- package/dist/static/Icon.d.ts +0 -13
- package/dist/static/Icon.d.ts.map +0 -1
- package/dist/static/Icon.js +0 -1
- package/dist/styles/themes/licklist/_index.scss +0 -45
- package/src/static/Icon.tsx +0 -37
- package/src/styles/themes/licklist/_index.scss +0 -45
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/iframe/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,iBAAiB,EACjB,oBAAoB,EACpB,sBAAsB,EACtB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/iframe/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,iBAAiB,EACjB,oBAAoB,EACpB,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,SAAS,CAAC;AACjB,YAAY,EACV,eAAe,EACf,qBAAqB,EACrB,2BAA2B,GAC5B,MAAM,SAAS,CAAC;AACjB,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,WAAW,GACZ,MAAM,WAAW,CAAC;AACnB,YAAY,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,EACL,cAAc,EACd,eAAe,EACf,KAAK,EACL,gBAAgB,EAChB,WAAW,EACX,oBAAoB,EACpB,iBAAiB,EACjB,UAAU,EACV,uBAAuB,GACxB,MAAM,iBAAiB,CAAC;AACzB,YAAY,EACV,cAAc,EACd,yBAAyB,EACzB,sBAAsB,GACvB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,YAAY,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
({
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
1
|
+
import { BookingSummaryProps } from "./types";
|
|
2
|
+
export declare const BookingSummary: {
|
|
3
|
+
({ date, time, menuSteps, formValues, shouldHidePeopleAmount, eventName, transactionFee, productsWithErrors, isLoading, hasPeopleInput, isPaymentLink, peopleAmount, footer, headerComponent, isPaymentPage, }: Omit<BookingSummaryProps, "totallWithDiscount">): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
SummaryTotal: ({ formValues, totalWithDiscount, transactionFee, isFreePayment, }: Pick<BookingSummaryProps, "formValues" | "totalWithDiscount" | "transactionFee" | "isFreePayment">) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
Accordion: ({ children, title, showTitleOnlyOnMobile, hasPeopleInput, isPaymentPage, headerComponent, }: import("./components/BookingSummaryAccordion").BookingSummaryAccordionProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
};
|
|
8
7
|
//# sourceMappingURL=BookingSummary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BookingSummary.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/BookingSummary/BookingSummary.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BookingSummary.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/BookingSummary/BookingSummary.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAM9C,eAAO,MAAM,cAAc;oNAiBxB,IAAI,CAAC,mBAAmB,EAAE,oBAAoB,CAAC;;;CAiFjD,CAAC"}
|
|
@@ -1 +1,181 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
2
|
+
import { useTranslation } from 'react-i18next';
|
|
3
|
+
import { useIntl } from 'react-intl';
|
|
4
|
+
import * as Config from '@licklist/core/dist/Config';
|
|
5
|
+
import { values } from 'lodash';
|
|
6
|
+
import '../../../../static/index.js';
|
|
7
|
+
import { ProductsByMenuStep } from './components/ProductsByMenuStep/ProductsByMenuStep.js';
|
|
8
|
+
import { SummaryTotal } from './components/SummaryTotal/SummaryTotal.js';
|
|
9
|
+
import { BookingSummaryAccordion } from './components/BookingSummaryAccordion/BookingSummaryAccordion.js';
|
|
10
|
+
import { ReactComponent as SvgTicket } from '../../../../assets/iframe/ticket.svg.js';
|
|
11
|
+
import { ReactComponent as SvgCalendar } from '../../../../assets/iframe/calendar.svg.js';
|
|
12
|
+
import { LoaderIndicator } from '../../../../static/loader/LoaderIndicator.js';
|
|
13
|
+
|
|
14
|
+
var BookingSummary = function(param) {
|
|
15
|
+
var date = param.date, time = param.time, menuSteps = param.menuSteps, _param_formValues = param.formValues, formValues = _param_formValues === void 0 ? {} : _param_formValues, shouldHidePeopleAmount = param.shouldHidePeopleAmount, eventName = param.eventName, _param_transactionFee = param.transactionFee, transactionFee = _param_transactionFee === void 0 ? 0 : _param_transactionFee, _param_productsWithErrors = param.productsWithErrors, productsWithErrors = _param_productsWithErrors === void 0 ? [] : _param_productsWithErrors, isLoading = param.isLoading, hasPeopleInput = param.hasPeopleInput, isPaymentLink = param.isPaymentLink, peopleAmount = param.peopleAmount, footer = param.footer, headerComponent = param.headerComponent, // TODO Remove this, when all iframe pages will be ready
|
|
16
|
+
isPaymentPage = param.isPaymentPage;
|
|
17
|
+
var _values;
|
|
18
|
+
var t = useTranslation("Design").t;
|
|
19
|
+
var formatNumber = useIntl().formatNumber;
|
|
20
|
+
if (isLoading) {
|
|
21
|
+
return /*#__PURE__*/ jsx("div", {
|
|
22
|
+
className: "payment-booking-summary",
|
|
23
|
+
children: /*#__PURE__*/ jsx(LoaderIndicator, {
|
|
24
|
+
isLoaded: false
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
return /*#__PURE__*/ jsx("div", {
|
|
29
|
+
className: "payment-booking-summary",
|
|
30
|
+
children: /*#__PURE__*/ jsxs(BookingSummaryAccordion, {
|
|
31
|
+
isPaymentPage: isPaymentPage,
|
|
32
|
+
hasPeopleInput: hasPeopleInput,
|
|
33
|
+
headerComponent: headerComponent,
|
|
34
|
+
children: [
|
|
35
|
+
/*#__PURE__*/ jsx("div", {
|
|
36
|
+
className: "event-info",
|
|
37
|
+
children: /*#__PURE__*/ jsx(EventInfo, {
|
|
38
|
+
eventName: eventName,
|
|
39
|
+
isPaymentPage: isPaymentPage,
|
|
40
|
+
date: date,
|
|
41
|
+
time: time
|
|
42
|
+
})
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ jsx("hr", {}),
|
|
45
|
+
((_values = values(formValues)) === null || _values === void 0 ? void 0 : _values.length) > 0 ? /*#__PURE__*/ jsxs("div", {
|
|
46
|
+
children: [
|
|
47
|
+
/*#__PURE__*/ jsxs("div", {
|
|
48
|
+
className: "cart-items",
|
|
49
|
+
children: [
|
|
50
|
+
/*#__PURE__*/ jsx("div", {
|
|
51
|
+
className: "products-by-menu-step",
|
|
52
|
+
children: menuSteps.map(function(menuStep) {
|
|
53
|
+
return /*#__PURE__*/ jsx(ProductsByMenuStep, {
|
|
54
|
+
isPaymentLink: isPaymentLink,
|
|
55
|
+
orderItems: formValues,
|
|
56
|
+
step: menuStep,
|
|
57
|
+
productsWithErrors: productsWithErrors
|
|
58
|
+
}, menuStep.id);
|
|
59
|
+
})
|
|
60
|
+
}),
|
|
61
|
+
!shouldHidePeopleAmount && peopleAmount > 0 && /*#__PURE__*/ jsxs(Fragment, {
|
|
62
|
+
children: [
|
|
63
|
+
/*#__PURE__*/ jsx("hr", {}),
|
|
64
|
+
/*#__PURE__*/ jsxs("div", {
|
|
65
|
+
className: "d-flex justify-content-between mt-3 people",
|
|
66
|
+
children: [
|
|
67
|
+
/*#__PURE__*/ jsxs("p", {
|
|
68
|
+
className: "m-0 payment-metadata",
|
|
69
|
+
children: [
|
|
70
|
+
t("people"),
|
|
71
|
+
":"
|
|
72
|
+
]
|
|
73
|
+
}),
|
|
74
|
+
/*#__PURE__*/ jsx("p", {
|
|
75
|
+
className: "price",
|
|
76
|
+
children: peopleAmount
|
|
77
|
+
})
|
|
78
|
+
]
|
|
79
|
+
})
|
|
80
|
+
]
|
|
81
|
+
}),
|
|
82
|
+
!!transactionFee && /*#__PURE__*/ jsxs(Fragment, {
|
|
83
|
+
children: [
|
|
84
|
+
/*#__PURE__*/ jsx("hr", {}),
|
|
85
|
+
/*#__PURE__*/ jsxs("div", {
|
|
86
|
+
className: "d-flex justify-content-between mt-3",
|
|
87
|
+
children: [
|
|
88
|
+
/*#__PURE__*/ jsxs("p", {
|
|
89
|
+
className: "m-0 payment-metadata",
|
|
90
|
+
children: [
|
|
91
|
+
t("transactionFee"),
|
|
92
|
+
":"
|
|
93
|
+
]
|
|
94
|
+
}),
|
|
95
|
+
/*#__PURE__*/ jsx("p", {
|
|
96
|
+
className: "price",
|
|
97
|
+
children: formatNumber(transactionFee, {
|
|
98
|
+
style: "currency",
|
|
99
|
+
currency: Config.Currency.GBP
|
|
100
|
+
})
|
|
101
|
+
})
|
|
102
|
+
]
|
|
103
|
+
})
|
|
104
|
+
]
|
|
105
|
+
})
|
|
106
|
+
]
|
|
107
|
+
}),
|
|
108
|
+
footer
|
|
109
|
+
]
|
|
110
|
+
}) : /*#__PURE__*/ jsx("div", {
|
|
111
|
+
className: "cart-items",
|
|
112
|
+
children: /*#__PURE__*/ jsx("p", {
|
|
113
|
+
className: "empty-cart",
|
|
114
|
+
children: t("emptyBasket")
|
|
115
|
+
})
|
|
116
|
+
})
|
|
117
|
+
]
|
|
118
|
+
})
|
|
119
|
+
});
|
|
120
|
+
};
|
|
121
|
+
BookingSummary.SummaryTotal = SummaryTotal;
|
|
122
|
+
BookingSummary.Accordion = BookingSummaryAccordion;
|
|
123
|
+
var EventInfo = function(param) {
|
|
124
|
+
var isPaymentPage = param.isPaymentPage, eventName = param.eventName, date = param.date, time = param.time;
|
|
125
|
+
if (isPaymentPage) {
|
|
126
|
+
return /*#__PURE__*/ jsxs(Fragment, {
|
|
127
|
+
children: [
|
|
128
|
+
/*#__PURE__*/ jsxs("div", {
|
|
129
|
+
className: "d-flex align-items-center mb-5",
|
|
130
|
+
children: [
|
|
131
|
+
/*#__PURE__*/ jsx(SvgTicket, {
|
|
132
|
+
height: 16,
|
|
133
|
+
width: 20,
|
|
134
|
+
fill: "black"
|
|
135
|
+
}),
|
|
136
|
+
/*#__PURE__*/ jsx("div", {
|
|
137
|
+
className: "m-0 pl-2 title event-name metadata",
|
|
138
|
+
children: eventName
|
|
139
|
+
})
|
|
140
|
+
]
|
|
141
|
+
}),
|
|
142
|
+
/*#__PURE__*/ jsxs("div", {
|
|
143
|
+
className: "d-flex align-items-center mb-5",
|
|
144
|
+
children: [
|
|
145
|
+
/*#__PURE__*/ jsx(SvgCalendar, {
|
|
146
|
+
height: 16,
|
|
147
|
+
width: 20,
|
|
148
|
+
fill: "black"
|
|
149
|
+
}),
|
|
150
|
+
/*#__PURE__*/ jsx("div", {
|
|
151
|
+
className: "m-0 pl-2 metadata",
|
|
152
|
+
children: date
|
|
153
|
+
})
|
|
154
|
+
]
|
|
155
|
+
}),
|
|
156
|
+
time && /*#__PURE__*/ jsx("div", {
|
|
157
|
+
className: "mb-5 metadata",
|
|
158
|
+
children: time
|
|
159
|
+
})
|
|
160
|
+
]
|
|
161
|
+
});
|
|
162
|
+
}
|
|
163
|
+
return /*#__PURE__*/ jsxs(Fragment, {
|
|
164
|
+
children: [
|
|
165
|
+
/*#__PURE__*/ jsx("p", {
|
|
166
|
+
className: "m-0 title event-name",
|
|
167
|
+
children: eventName
|
|
168
|
+
}),
|
|
169
|
+
/*#__PURE__*/ jsx("p", {
|
|
170
|
+
className: "m-0",
|
|
171
|
+
children: date
|
|
172
|
+
}),
|
|
173
|
+
time && /*#__PURE__*/ jsx("p", {
|
|
174
|
+
className: "m-0",
|
|
175
|
+
children: time
|
|
176
|
+
})
|
|
177
|
+
]
|
|
178
|
+
});
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
export { BookingSummary };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PropsWithChildren, ReactElement } from "react";
|
|
2
|
-
export type BookingSummaryAccordionProps = PropsWithChildren<{
|
|
3
|
-
title?: string;
|
|
4
|
-
showTitleOnlyOnMobile?: boolean;
|
|
5
|
-
hasPeopleInput?: boolean;
|
|
6
|
-
isPaymentPage?: boolean;
|
|
7
|
-
headerComponent?: ReactElement;
|
|
8
|
-
}>;
|
|
9
|
-
export declare const BookingSummaryAccordion: ({ children, title, showTitleOnlyOnMobile, hasPeopleInput, isPaymentPage, headerComponent, }: BookingSummaryAccordionProps) => JSX.Element;
|
|
1
|
+
import { PropsWithChildren, ReactElement } from "react";
|
|
2
|
+
export type BookingSummaryAccordionProps = PropsWithChildren<{
|
|
3
|
+
title?: string;
|
|
4
|
+
showTitleOnlyOnMobile?: boolean;
|
|
5
|
+
hasPeopleInput?: boolean;
|
|
6
|
+
isPaymentPage?: boolean;
|
|
7
|
+
headerComponent?: ReactElement;
|
|
8
|
+
}>;
|
|
9
|
+
export declare const BookingSummaryAccordion: ({ children, title, showTitleOnlyOnMobile, hasPeopleInput, isPaymentPage, headerComponent, }: BookingSummaryAccordionProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
//# sourceMappingURL=BookingSummaryAccordion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BookingSummaryAccordion.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"BookingSummaryAccordion.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAEjB,YAAY,EACb,MAAM,OAAO,CAAC;AAaf,MAAM,MAAM,4BAA4B,GAAG,iBAAiB,CAAC;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,YAAY,CAAC;CAChC,CAAC,CAAC;AAEH,eAAO,MAAM,uBAAuB,gGAOjC,4BAA4B,4CA+D9B,CAAC"}
|
|
@@ -1 +1,117 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { useState, useCallback, useEffect } from 'react';
|
|
3
|
+
import { Accordion } from 'react-bootstrap';
|
|
4
|
+
import { useWindowDimensions } from '@licklist/plugins/dist/hooks/Media/useWindowDimensions';
|
|
5
|
+
import { ToggleHeader } from '../ToggleHeader/ToggleHeader.js';
|
|
6
|
+
import { MOBILE_WIDTH, ACCORDION_KEY } from '../../types/index.js';
|
|
7
|
+
import { RIGHT_BLOCK_EXPAND, RIGHT_BLOCK_EXPANDED, RIGHT_BLOCK_COLLAPSE, RIGHT_BLOCK_COLLAPSED } from '../../../../../page/components/PageBody/constants.js';
|
|
8
|
+
import { useResizePageBody } from '../../../../../page/components/PageBody/hooks/useResizePageBody.js';
|
|
9
|
+
|
|
10
|
+
function _array_like_to_array(arr, len) {
|
|
11
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
12
|
+
for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
|
|
13
|
+
return arr2;
|
|
14
|
+
}
|
|
15
|
+
function _array_with_holes(arr) {
|
|
16
|
+
if (Array.isArray(arr)) return arr;
|
|
17
|
+
}
|
|
18
|
+
function _iterable_to_array_limit(arr, i) {
|
|
19
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
20
|
+
if (_i == null) return;
|
|
21
|
+
var _arr = [];
|
|
22
|
+
var _n = true;
|
|
23
|
+
var _d = false;
|
|
24
|
+
var _s, _e;
|
|
25
|
+
try {
|
|
26
|
+
for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
|
|
27
|
+
_arr.push(_s.value);
|
|
28
|
+
if (i && _arr.length === i) break;
|
|
29
|
+
}
|
|
30
|
+
} catch (err) {
|
|
31
|
+
_d = true;
|
|
32
|
+
_e = err;
|
|
33
|
+
} finally{
|
|
34
|
+
try {
|
|
35
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
36
|
+
} finally{
|
|
37
|
+
if (_d) throw _e;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return _arr;
|
|
41
|
+
}
|
|
42
|
+
function _non_iterable_rest() {
|
|
43
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
44
|
+
}
|
|
45
|
+
function _sliced_to_array(arr, i) {
|
|
46
|
+
return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
|
|
47
|
+
}
|
|
48
|
+
function _unsupported_iterable_to_array(o, minLen) {
|
|
49
|
+
if (!o) return;
|
|
50
|
+
if (typeof o === "string") return _array_like_to_array(o, minLen);
|
|
51
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
52
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
53
|
+
if (n === "Map" || n === "Set") return Array.from(n);
|
|
54
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
|
|
55
|
+
}
|
|
56
|
+
var BookingSummaryAccordion = function(param) {
|
|
57
|
+
var children = param.children, title = param.title, _param_showTitleOnlyOnMobile = param.showTitleOnlyOnMobile, showTitleOnlyOnMobile = _param_showTitleOnlyOnMobile === void 0 ? false : _param_showTitleOnlyOnMobile, hasPeopleInput = param.hasPeopleInput, isPaymentPage = param.isPaymentPage, headerComponent = param.headerComponent;
|
|
58
|
+
var width = useWindowDimensions().width;
|
|
59
|
+
var _useState = _sliced_to_array(useState(width <= MOBILE_WIDTH), 2), isExpanded = _useState[0], setIsExpanded = _useState[1];
|
|
60
|
+
var rightBlockContentStyles = useResizePageBody().rightBlockContentStyles;
|
|
61
|
+
var showExpandButton = width <= MOBILE_WIDTH;
|
|
62
|
+
var onSelect = useCallback(function(eventKey) {
|
|
63
|
+
setIsExpanded(eventKey === ACCORDION_KEY);
|
|
64
|
+
}, []);
|
|
65
|
+
var onExpand = useCallback(function() {
|
|
66
|
+
window.dispatchEvent(new Event(RIGHT_BLOCK_EXPAND));
|
|
67
|
+
}, []);
|
|
68
|
+
var onExpanded = useCallback(function() {
|
|
69
|
+
window.dispatchEvent(new Event(RIGHT_BLOCK_EXPANDED));
|
|
70
|
+
}, []);
|
|
71
|
+
var onCollapse = useCallback(function() {
|
|
72
|
+
window.dispatchEvent(new Event(RIGHT_BLOCK_COLLAPSE));
|
|
73
|
+
}, []);
|
|
74
|
+
var onCollapsed = useCallback(function() {
|
|
75
|
+
window.dispatchEvent(new Event(RIGHT_BLOCK_COLLAPSED));
|
|
76
|
+
}, []);
|
|
77
|
+
useEffect(function() {
|
|
78
|
+
if (width > MOBILE_WIDTH) {
|
|
79
|
+
setIsExpanded(true);
|
|
80
|
+
return;
|
|
81
|
+
}
|
|
82
|
+
setIsExpanded(false);
|
|
83
|
+
}, [
|
|
84
|
+
width,
|
|
85
|
+
setIsExpanded
|
|
86
|
+
]);
|
|
87
|
+
var showToggleHeader = !showTitleOnlyOnMobile || showTitleOnlyOnMobile && showExpandButton;
|
|
88
|
+
return /*#__PURE__*/ jsxs(Accordion, {
|
|
89
|
+
defaultActiveKey: ACCORDION_KEY,
|
|
90
|
+
onSelect: onSelect,
|
|
91
|
+
children: [
|
|
92
|
+
/*#__PURE__*/ jsx(ToggleHeader, {
|
|
93
|
+
isPaymentPage: isPaymentPage,
|
|
94
|
+
showExpandButton: showExpandButton,
|
|
95
|
+
isExpanded: isExpanded,
|
|
96
|
+
title: title,
|
|
97
|
+
hideComponent: !showToggleHeader,
|
|
98
|
+
headerComponent: headerComponent
|
|
99
|
+
}),
|
|
100
|
+
/*#__PURE__*/ jsx(Accordion.Collapse, {
|
|
101
|
+
eventKey: ACCORDION_KEY,
|
|
102
|
+
onEnter: onExpand,
|
|
103
|
+
onEntered: onExpanded,
|
|
104
|
+
onExit: onCollapse,
|
|
105
|
+
onExited: onCollapsed,
|
|
106
|
+
className: "".concat(showToggleHeader && "has-toggler", " ").concat(hasPeopleInput && "collapse-with-people-input"),
|
|
107
|
+
style: rightBlockContentStyles,
|
|
108
|
+
children: /*#__PURE__*/ jsx("div", {
|
|
109
|
+
className: "summary-wrapper",
|
|
110
|
+
children: children
|
|
111
|
+
})
|
|
112
|
+
})
|
|
113
|
+
]
|
|
114
|
+
});
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
export { BookingSummaryAccordion };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { BookingSummaryAccordion } from "./BookingSummaryAccordion";
|
|
2
|
-
export type { BookingSummaryAccordionProps } from "./BookingSummaryAccordion";
|
|
1
|
+
export { BookingSummaryAccordion } from "./BookingSummaryAccordion";
|
|
2
|
+
export type { BookingSummaryAccordionProps } from "./BookingSummaryAccordion";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
export
|
|
10
|
-
export {};
|
|
1
|
+
import { OrderItem } from "@licklist/plugins/dist/types/context/Iframe/orderItems";
|
|
2
|
+
type ProductSummaryProps = {
|
|
3
|
+
name?: string;
|
|
4
|
+
productQuantityError?: string;
|
|
5
|
+
orderProduct: OrderItem;
|
|
6
|
+
isPaymentLink?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const ProductSummary: ({ name, productQuantityError, orderProduct, isPaymentLink, }: ProductSummaryProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
11
10
|
//# sourceMappingURL=ProductSummary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,wDAAwD,CAAC;AAEnF,KAAK,mBAAmB,GAAG;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,YAAY,EAAE,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,cAAc,iEAKxB,mBAAmB,4CA8BrB,CAAC"}
|
|
@@ -1 +1,47 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { useTranslation } from 'react-i18next';
|
|
3
|
+
import { useIntl } from 'react-intl';
|
|
4
|
+
import * as Config from '@licklist/core/dist/Config';
|
|
5
|
+
|
|
6
|
+
var ProductSummary = function(param) {
|
|
7
|
+
var name = param.name, productQuantityError = param.productQuantityError, orderProduct = param.orderProduct, isPaymentLink = param.isPaymentLink;
|
|
8
|
+
var t = useTranslation("Design").t;
|
|
9
|
+
var formatNumber = useIntl().formatNumber;
|
|
10
|
+
var priceForOneProduct = !isPaymentLink && (orderProduct === null || orderProduct === void 0 ? void 0 : orderProduct.hasDeposit) ? orderProduct === null || orderProduct === void 0 ? void 0 : orderProduct.deposit : orderProduct === null || orderProduct === void 0 ? void 0 : orderProduct.price;
|
|
11
|
+
var fullPrice = formatNumber(priceForOneProduct * (orderProduct === null || orderProduct === void 0 ? void 0 : orderProduct.quantity), {
|
|
12
|
+
style: "currency",
|
|
13
|
+
currency: Config.Currency.GBP
|
|
14
|
+
});
|
|
15
|
+
return /*#__PURE__*/ jsxs("div", {
|
|
16
|
+
className: "product",
|
|
17
|
+
children: [
|
|
18
|
+
/*#__PURE__*/ jsx("p", {
|
|
19
|
+
className: "m-0 name",
|
|
20
|
+
children: name !== null && name !== void 0 ? name : orderProduct === null || orderProduct === void 0 ? void 0 : orderProduct.name
|
|
21
|
+
}),
|
|
22
|
+
/*#__PURE__*/ jsxs("div", {
|
|
23
|
+
className: "d-flex justify-content-between",
|
|
24
|
+
children: [
|
|
25
|
+
/*#__PURE__*/ jsxs("p", {
|
|
26
|
+
className: "m-0",
|
|
27
|
+
children: [
|
|
28
|
+
t("shortQuantity"),
|
|
29
|
+
":\xa0",
|
|
30
|
+
orderProduct === null || orderProduct === void 0 ? void 0 : orderProduct.quantity
|
|
31
|
+
]
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("p", {
|
|
34
|
+
className: "price",
|
|
35
|
+
children: fullPrice
|
|
36
|
+
})
|
|
37
|
+
]
|
|
38
|
+
}),
|
|
39
|
+
productQuantityError && /*#__PURE__*/ jsx("p", {
|
|
40
|
+
className: "iframe-event__message-error",
|
|
41
|
+
children: productQuantityError
|
|
42
|
+
})
|
|
43
|
+
]
|
|
44
|
+
});
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export { ProductSummary };
|
package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./ProductSummary";
|
|
1
|
+
export * from "./ProductSummary";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
export declare const ProductsByMenuStep: ({ orderItems, step, productsWithErrors, isPaymentLink, }: ProductsByMenuStepsProps) => JSX.Element;
|
|
1
|
+
import { QuantityCheckProductInfo } from "@licklist/plugins/dist/types/Api/verifyStock";
|
|
2
|
+
import { OrderItems } from "@licklist/plugins/dist/types/context/Iframe/orderItems";
|
|
3
|
+
import { MenuStep } from "@licklist/plugins/dist/types/context/sale/menuSteps";
|
|
4
|
+
export type ProductsByMenuStepsProps = {
|
|
5
|
+
orderItems: OrderItems;
|
|
6
|
+
step: MenuStep;
|
|
7
|
+
productsWithErrors?: QuantityCheckProductInfo[];
|
|
8
|
+
isPaymentLink?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare const ProductsByMenuStep: ({ orderItems, step, productsWithErrors, isPaymentLink, }: ProductsByMenuStepsProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
11
|
//# sourceMappingURL=ProductsByMenuStep.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductsByMenuStep.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductsByMenuStep.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAEL,UAAU,EACX,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,qDAAqD,CAAC;AAqB/E,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,QAAQ,CAAC;IACf,kBAAkB,CAAC,EAAE,wBAAwB,EAAE,CAAC;IAChD,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,kBAAkB,6DAK5B,wBAAwB,4CAwC1B,CAAC"}
|
|
@@ -1 +1,51 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
import { values } from 'lodash';
|
|
3
|
+
import { ProductSummary } from '../ProductSummary/ProductSummary.js';
|
|
4
|
+
import { getProductError } from '../../utils/index.js';
|
|
5
|
+
|
|
6
|
+
var doesStepHaveItems = function(orderItems, step) {
|
|
7
|
+
var categoriesIds = step.productCategories.map(function(category) {
|
|
8
|
+
return category.id;
|
|
9
|
+
});
|
|
10
|
+
var stepItems = values(orderItems).filter(function(item) {
|
|
11
|
+
return categoriesIds.includes(item.productCategoryId);
|
|
12
|
+
});
|
|
13
|
+
return stepItems.length > 0;
|
|
14
|
+
};
|
|
15
|
+
var getOrderItemsForCategory = function(orderItems, categoryId) {
|
|
16
|
+
return values(orderItems).filter(function(item) {
|
|
17
|
+
return item.productCategoryId === categoryId;
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var ProductsByMenuStep = function(param) {
|
|
21
|
+
var orderItems = param.orderItems, step = param.step, _param_productsWithErrors = param.productsWithErrors, productsWithErrors = _param_productsWithErrors === void 0 ? [] : _param_productsWithErrors, isPaymentLink = param.isPaymentLink;
|
|
22
|
+
var productCategories = step.productCategories;
|
|
23
|
+
if (!doesStepHaveItems(orderItems, step)) return null;
|
|
24
|
+
return /*#__PURE__*/ jsx("div", {
|
|
25
|
+
className: "categories",
|
|
26
|
+
children: productCategories.map(function(category) {
|
|
27
|
+
var categoryOrderItems = getOrderItemsForCategory(orderItems, category.id);
|
|
28
|
+
if (categoryOrderItems.length === 0) return null;
|
|
29
|
+
return /*#__PURE__*/ jsxs("div", {
|
|
30
|
+
className: "products",
|
|
31
|
+
children: [
|
|
32
|
+
/*#__PURE__*/ jsx("p", {
|
|
33
|
+
className: "m-0 title",
|
|
34
|
+
children: category.name
|
|
35
|
+
}),
|
|
36
|
+
categoryOrderItems.map(function(orderItem) {
|
|
37
|
+
var productQuantityError = getProductError(productsWithErrors, orderItem.id);
|
|
38
|
+
return /*#__PURE__*/ jsx(ProductSummary, {
|
|
39
|
+
isPaymentLink: isPaymentLink,
|
|
40
|
+
name: orderItem.name,
|
|
41
|
+
productQuantityError: productQuantityError,
|
|
42
|
+
orderProduct: orderItem
|
|
43
|
+
}, orderItem.id);
|
|
44
|
+
})
|
|
45
|
+
]
|
|
46
|
+
}, category.id);
|
|
47
|
+
})
|
|
48
|
+
});
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export { ProductsByMenuStep };
|
package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ProductsByMenuStep } from "./ProductsByMenuStep";
|
|
1
|
+
export { ProductsByMenuStep } from "./ProductsByMenuStep";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const SummaryTotal: ({ formValues, totalWithDiscount, transactionFee, isFreePayment, }: Pick<BookingSummaryProps, "formValues" | "totalWithDiscount" | "transactionFee" | "isFreePayment">) => JSX.Element;
|
|
1
|
+
import { BookingSummaryProps } from "../../types";
|
|
2
|
+
export declare const SummaryTotal: ({ formValues, totalWithDiscount, transactionFee, isFreePayment, }: Pick<BookingSummaryProps, "formValues" | "totalWithDiscount" | "transactionFee" | "isFreePayment">) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=SummaryTotal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SummaryTotal.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SummaryTotal.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAIlD,eAAO,MAAM,YAAY,sEAKtB,IAAI,CACL,mBAAmB,EACnB,YAAY,GAAG,mBAAmB,GAAG,gBAAgB,GAAG,eAAe,CACxE,4CA4BA,CAAC"}
|
package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.js
CHANGED
|
@@ -1 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { useMemo } from 'react';
|
|
3
|
+
import { useTranslation } from 'react-i18next';
|
|
4
|
+
import { cartSumByOrderProducts } from '../../utils/index.js';
|
|
5
|
+
import { SummaryTotalBlock } from './components/SummaryTotalBlock.js';
|
|
6
|
+
|
|
7
|
+
var SummaryTotal = function(param) {
|
|
8
|
+
var formValues = param.formValues, totalWithDiscount = param.totalWithDiscount, _param_transactionFee = param.transactionFee, transactionFee = _param_transactionFee === void 0 ? 0 : _param_transactionFee, _param_isFreePayment = param.isFreePayment, isFreePayment = _param_isFreePayment === void 0 ? false : _param_isFreePayment;
|
|
9
|
+
var t = useTranslation("Design").t;
|
|
10
|
+
var orderProducts = useMemo(function() {
|
|
11
|
+
var products = Object.values(formValues).filter(Boolean);
|
|
12
|
+
return products.filter(function(prod) {
|
|
13
|
+
return (prod === null || prod === void 0 ? void 0 : prod.quantity) !== 0;
|
|
14
|
+
});
|
|
15
|
+
}, [
|
|
16
|
+
formValues
|
|
17
|
+
]);
|
|
18
|
+
var cartSum = isFreePayment ? 0 : cartSumByOrderProducts(orderProducts) + transactionFee;
|
|
19
|
+
if (!orderProducts.length) {
|
|
20
|
+
return null;
|
|
21
|
+
}
|
|
22
|
+
return /*#__PURE__*/ jsxs("div", {
|
|
23
|
+
className: "d-flex flex-column justify-content-between",
|
|
24
|
+
children: [
|
|
25
|
+
/*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
26
|
+
label: t("total"),
|
|
27
|
+
amount: cartSum
|
|
28
|
+
}),
|
|
29
|
+
!!totalWithDiscount && !isFreePayment && /*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
30
|
+
label: t("totalWithDiscount"),
|
|
31
|
+
amount: totalWithDiscount + transactionFee
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export { SummaryTotal };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
6
|
-
export declare const SummaryTotalBlock: ({ label, amount, }: SummaryTotalBlockProps) => JSX.Element;
|
|
1
|
+
export type SummaryTotalBlockProps = {
|
|
2
|
+
label?: string;
|
|
3
|
+
amount: number;
|
|
4
|
+
};
|
|
5
|
+
export declare const SummaryTotalBlock: ({ label, amount, }: SummaryTotalBlockProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
//# sourceMappingURL=SummaryTotalBlock.d.ts.map
|