@licklist/design 0.66.12-dev.2 → 0.66.13
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/.babelrc +23 -0
- package/.storybook/preview.js +3 -4
- package/bitbucket-pipelines.yml +14 -19
- package/dist/affiliate/card/AffiliateCard.d.ts +12 -11
- package/dist/affiliate/card/AffiliateCard.d.ts.map +1 -1
- package/dist/affiliate/card/AffiliateCard.js +1 -159
- package/dist/affiliate/card/index.d.ts +1 -1
- package/dist/affiliate/form/AffiliateControl.d.ts +8 -7
- package/dist/affiliate/form/AffiliateControl.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateControl.js +1 -292
- package/dist/affiliate/form/AffiliateForm.d.ts +10 -9
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateForm.js +1 -151
- 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 +1 -27
- package/dist/assets/dashboard/chartBar.svg.js +1 -153
- package/dist/assets/dashboard/genderFemale.svg.js +1 -15
- package/dist/assets/dashboard/genderMale.svg.js +1 -22
- package/dist/assets/dashboard/increment.svg.js +1 -28
- package/dist/assets/dashboard/info.svg.js +1 -26
- package/dist/assets/dashboard/managerRole.svg.js +1 -18
- package/dist/assets/dashboard/subManagerRole.svg.js +1 -24
- package/dist/assets/dashboard/viewerRole.svg.js +1 -24
- package/dist/assets/dashboard/visitedProviderLink.svg.js +1 -20
- package/dist/assets/dashboard/warning.svg.js +1 -17
- package/dist/assets/editor/bold.svg.js +1 -18
- package/dist/assets/editor/double-quotes-l.svg.js +1 -18
- package/dist/assets/editor/format-clear.svg.js +1 -18
- package/dist/assets/editor/h1.svg.js +1 -18
- package/dist/assets/editor/h2.svg.js +1 -18
- package/dist/assets/editor/italic.svg.js +1 -18
- package/dist/assets/editor/paragraph.svg.js +1 -18
- package/dist/assets/editor/separator.svg.js +1 -18
- package/dist/assets/editor/strikethrough.svg.js +1 -18
- package/dist/assets/editor/text-wrap.svg.js +1 -19
- package/dist/assets/iframe/available.svg.js +1 -36
- package/dist/assets/iframe/calendar.svg.js +1 -16
- package/dist/assets/iframe/clock.svg.js +1 -17
- package/dist/assets/iframe/close.svg.js +1 -15
- package/dist/assets/iframe/limited.svg.js +1 -36
- package/dist/assets/iframe/selectArrow.svg.js +1 -0
- package/dist/assets/iframe/soldOut.svg.js +1 -39
- package/dist/assets/iframe/success.svg.js +1 -14
- package/dist/assets/iframe/ticket.svg.js +1 -16
- package/dist/assets/logo/bookedit.svg.js +1 -14
- package/dist/assets/logo/licklist.sm.svg.js +1 -33
- package/dist/assets/logo/licklist.svg.js +1 -16
- package/dist/assets/static/default.user.png.js +1 -3
- package/dist/auth/AccessDenied/AccessDenied.d.ts +2 -1
- package/dist/auth/AccessDenied/AccessDenied.d.ts.map +1 -1
- package/dist/auth/AccessDenied/AccessDenied.js +1 -56
- 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 +1 -128
- package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts +3 -2
- package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordComponent.js +1 -302
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts +10 -9
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.js +1 -340
- package/dist/auth/ChangePassword/index.d.ts +2 -2
- package/dist/auth/Layout/AuthNavComponent.d.ts +3 -2
- package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/AuthNavComponent.js +1 -32
- package/dist/auth/Layout/UserNavComponent.d.ts +7 -6
- package/dist/auth/Layout/UserNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavComponent.js +1 -30
- package/dist/auth/Layout/UserNavDropDown.d.ts +3 -2
- package/dist/auth/Layout/UserNavDropDown.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDown.js +1 -23
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts +7 -6
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDownToggle.js +1 -32
- package/dist/auth/Layout/index.d.ts +4 -4
- package/dist/auth/Login/LoginComponent.d.ts +7 -6
- package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +1 -368
- package/dist/auth/Login/LoginFormComponent.d.ts +16 -15
- package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginFormComponent.js +1 -346
- package/dist/auth/Login/index.d.ts +2 -2
- package/dist/auth/Logout/Logout.d.ts +2 -1
- package/dist/auth/Logout/Logout.d.ts.map +1 -1
- package/dist/auth/Logout/Logout.js +1 -22
- package/dist/auth/Logout/index.d.ts +1 -1
- package/dist/auth/Register/BirthDateFormComponent.d.ts +12 -11
- package/dist/auth/Register/BirthDateFormComponent.d.ts.map +1 -1
- package/dist/auth/Register/BirthDateFormComponent.js +1 -275
- package/dist/auth/Register/RegisterComponent.d.ts +6 -5
- package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterComponent.js +1 -364
- package/dist/auth/Register/RegisterFormComponent.d.ts +25 -24
- package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterFormComponent.js +1 -687
- package/dist/auth/Register/index.d.ts +3 -3
- package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts +3 -2
- package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordComponent.js +1 -283
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +12 -11
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.js +1 -318
- 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 +1 -27
- package/dist/auth/Social/SocialCallbackComponent.d.ts +3 -2
- package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialCallbackComponent.js +1 -336
- package/dist/auth/Social/SocialFormComponent.d.ts +7 -6
- package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialFormComponent.js +1 -274
- package/dist/auth/Social/index.d.ts +2 -2
- package/dist/auth/index.d.ts +10 -10
- package/dist/availability-indicator/AvailabilityIndicator.d.ts +9 -8
- package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
- package/dist/availability-indicator/AvailabilityIndicator.js +1 -69
- 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 +1 -58
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts +5 -4
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +1 -128
- package/dist/calendar/components/CalendarButtons/index.d.ts +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +4 -3
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.js +1 -101
- package/dist/calendar/components/CalendarDates/index.d.ts +1 -1
- package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts +12 -11
- package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
- package/dist/calendar/components/CalendarSelect/CalendarSelect.js +1 -35
- package/dist/calendar/components/CalendarSelect/index.d.ts +2 -2
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts +2 -1
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts.map +1 -1
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.js +1 -41
- 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 +1 -23
- 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 +1 -59
- 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 +1 -53
- 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 +1 -17
- package/dist/custom-fields/field/SelectFieldModal.d.ts +8 -7
- package/dist/custom-fields/field/SelectFieldModal.d.ts.map +1 -1
- package/dist/custom-fields/field/SelectFieldModal.js +1 -40
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts +29 -28
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
- package/dist/custom-fields/field-set/CustomFieldSets.js +1 -106
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +16 -15
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +1 -478
- 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 +10 -9
- package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts.map +1 -1
- package/dist/custom-fields/field-set/contexts/useCustomFieldSets.js +1 -8
- 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 +1 -63
- package/dist/custom-fields/field-set/providers/index.d.ts +1 -1
- package/dist/custom-fields/forms/DropdownForm.d.ts +15 -14
- package/dist/custom-fields/forms/DropdownForm.d.ts.map +1 -1
- package/dist/custom-fields/forms/DropdownForm.js +1 -248
- package/dist/custom-fields/forms/TextInputForm.d.ts +14 -13
- package/dist/custom-fields/forms/TextInputForm.d.ts.map +1 -1
- package/dist/custom-fields/forms/TextInputForm.js +1 -92
- package/dist/custom-fields/index.d.ts +1 -1
- package/dist/customers/components/filter/CustomerFilter.d.ts +12 -11
- package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
- package/dist/customers/components/filter/CustomerFilter.js +1 -88
- 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 +8 -7
- package/dist/date-time-button/DateContent.d.ts.map +1 -1
- package/dist/date-time-button/DateContent.js +1 -89
- 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 +1 -61
- package/dist/date-time-button/index.d.ts +1 -1
- package/dist/error/ErrorFallback.d.ts +3 -2
- package/dist/error/ErrorFallback.d.ts.map +1 -1
- package/dist/error/ErrorFallback.js +1 -22
- package/dist/error/index.d.ts +1 -1
- package/dist/events/edit-event-modal/IntervalInput.d.ts +16 -15
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +1 -289
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +38 -37
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +1 -516
- package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts +1 -2
- 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 +10 -9
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.js +1 -113
- package/dist/events/edit-event-modal/component/ProductSetShortForm/index.d.ts +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +4 -3
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +1 -212
- package/dist/events/edit-event-modal/component/SaleDeadline/index.d.ts +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +13 -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 +1 -318
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +14 -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 +1 -237
- 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 +1 -120
- 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 +1 -40
- 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 +1 -151
- package/dist/events/edit-event-modal/utils/isUrlValid.d.ts +1 -1
- package/dist/events/edit-event-modal/utils/isUrlValid.js +1 -8
- package/dist/events/edit-event-modal/utils/removeRruleCount.d.ts +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +24 -23
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +1 -122
- package/dist/events/edit-recurrent-event-modal/index.d.ts +1 -1
- package/dist/events/event-card/EventCard.d.ts +21 -20
- package/dist/events/event-card/EventCard.d.ts.map +1 -1
- package/dist/events/event-card/EventCard.js +1 -236
- package/dist/events/event-card/EventCardSkeleton.d.ts +2 -1
- package/dist/events/event-card/EventCardSkeleton.d.ts.map +1 -1
- package/dist/events/event-card/EventCardSkeleton.js +1 -63
- 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 +1 -139
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +11 -10
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +1 -88
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +4 -4
- package/dist/events/event-statistic-modal/hooks/useTableData.js +1 -114
- 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 +1 -110
- package/dist/events/event-venue-map/EventVenueMap.d.ts +36 -35
- package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/EventVenueMap.js +1 -86
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts +8 -7
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.js +1 -127
- 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 +1 -19
- 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 +8 -7
- 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 +1 -38
- 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 +7 -6
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.js +1 -236
- 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 +13 -12
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.js +1 -137
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts +8 -7
- 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 +1 -46
- 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 +8 -7
- 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 +1 -44
- 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 +14 -13
- 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 +1 -114
- 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 +12 -11
- 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 +1 -194
- 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 +8 -7
- 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 +1 -61
- 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 +3 -2
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.js +1 -106
- package/dist/events/event-venue-map/components/Scrollbars/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +16 -15
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.js +1 -247
- package/dist/events/event-venue-map/components/VenueMap/index.d.ts +2 -2
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts +3 -2
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.js +1 -37
- 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 +1 -23
- 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 +1 -196
- 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 +1 -157
- 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 +1 -144
- 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 +1 -216
- package/dist/events/event-venue-map/index.d.ts +1 -2
- 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 +1 -177
- package/dist/events/index.d.ts +5 -5
- package/dist/file-upload/FilePreview.d.ts +24 -23
- package/dist/file-upload/FilePreview.d.ts.map +1 -1
- package/dist/file-upload/FilePreview.js +1 -100
- package/dist/file-upload/FileUpload.d.ts +35 -34
- package/dist/file-upload/FileUpload.d.ts.map +1 -1
- package/dist/file-upload/FileUpload.js +1 -226
- 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 +1 -21
- package/dist/header/Header.d.ts +15 -15
- package/dist/header/Header.d.ts.map +1 -1
- package/dist/header/Header.js +1 -55
- package/dist/header/LicklistHeader.d.ts +14 -14
- package/dist/header/LicklistHeader.d.ts.map +1 -1
- package/dist/header/LicklistHeader.js +1 -23
- package/dist/header/elements/CompanySelector.d.ts +11 -10
- package/dist/header/elements/CompanySelector.d.ts.map +1 -1
- package/dist/header/elements/CompanySelector.js +1 -36
- 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 +1 -343
- 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 +1 -131
- 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 +1 -69
- package/dist/iframe/activity-card/index.d.ts +1 -1
- package/dist/iframe/back-button/BackButton.d.ts +5 -4
- package/dist/iframe/back-button/BackButton.d.ts.map +1 -1
- package/dist/iframe/back-button/BackButton.js +1 -18
- package/dist/iframe/back-button/index.d.ts +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts +8 -7
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.js +1 -230
- package/dist/iframe/custom-fields/index.d.ts +2 -2
- package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts +5 -4
- package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-form/EventBookingForm.js +1 -84
- package/dist/iframe/event/event-booking-form/index.d.ts +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts +10 -9
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.js +1 -33
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +14 -13
- 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 +1 -199
- 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 +11 -10
- package/dist/iframe/event/event-booking-view/EventBookingView.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-view/EventBookingView.js +1 -27
- package/dist/iframe/event/event-booking-view/index.d.ts +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.d.ts +22 -21
- package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.js +1 -131
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts +11 -10
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.js +1 -94
- package/dist/iframe/event/event-card/index.d.ts +2 -2
- package/dist/iframe/event/event-description/EventDescription.d.ts +13 -12
- package/dist/iframe/event/event-description/EventDescription.d.ts.map +1 -1
- package/dist/iframe/event/event-description/EventDescription.js +1 -145
- package/dist/iframe/event/event-description/index.d.ts +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts +12 -11
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts.map +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +1 -133
- package/dist/iframe/event/event-navigation-footer/index.d.ts +1 -1
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts +5 -4
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.js +1 -22
- package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts +10 -9
- 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 +1 -41
- package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts +1 -2
- 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 +8 -7
- package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-summary/EventOrderSummary.js +1 -49
- package/dist/iframe/event/event-order-summary/index.d.ts +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +8 -7
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.js +1 -18
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +8 -7
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.js +1 -19
- package/dist/iframe/event/event-product-sets/index.d.ts +2 -2
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts +8 -7
- 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 +1 -24
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +8 -7
- 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 +1 -32
- package/dist/iframe/event/event-step-venue-map-zones/index.d.ts +2 -2
- package/dist/iframe/event/event-tables/EventTables.d.ts +10 -9
- package/dist/iframe/event/event-tables/EventTables.d.ts.map +1 -1
- package/dist/iframe/event/event-tables/EventTables.js +1 -41
- package/dist/iframe/event/event-tables/index.d.ts +1 -1
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +15 -14
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts.map +1 -1
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.js +1 -90
- package/dist/iframe/event/event-venue-map/index.d.ts +1 -1
- package/dist/iframe/event/index.d.ts +13 -16
- 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 +1 -126
- package/dist/iframe/event/ticket-description/index.d.ts +1 -1
- package/dist/iframe/external-modal/ExternalModal.d.ts +9 -8
- package/dist/iframe/external-modal/ExternalModal.d.ts.map +1 -1
- package/dist/iframe/index.d.ts +8 -12
- package/dist/iframe/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +7 -6
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +1 -181
- 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 +1 -117
- 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 +10 -9
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +1 -47
- 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 +11 -10
- 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 +1 -51
- 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 +3 -2
- 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 +1 -37
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts +6 -5
- 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 +1 -25
- 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 +1 -107
- 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 +1 -4
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +4 -4
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -18
- 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 +1 -87
- package/dist/iframe/order-process/components/BookingSummaryFooter/index.d.ts +2 -2
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts +22 -21
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js +1 -409
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +12 -11
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.js +1 -25
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +13 -12
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.js +1 -40
- package/dist/iframe/order-process/components/CalendarStepsForm/index.d.ts +2 -2
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +12 -11
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +1 -231
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts +15 -14
- 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 +1 -78
- 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 +27 -26
- 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 +1 -64
- 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 +8 -7
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +1 -58
- 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 +1 -94
- package/dist/iframe/order-process/components/NavigationFooter/index.d.ts +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts +13 -12
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +1 -230
- 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 +1 -2
- 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 +1 -102
- package/dist/iframe/order-process/components/PaymentCard/index.d.ts +1 -1
- package/dist/iframe/order-process/components/Timer/Timer.d.ts +5 -4
- package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
- package/dist/iframe/order-process/components/Timer/Timer.js +1 -36
- 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 +1 -9
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +8 -8
- package/dist/iframe/order-process/components/utils/useCategoryVerification.js +1 -76
- package/dist/iframe/order-process/constants.d.ts +2 -2
- package/dist/iframe/order-process/constants.js +1 -4
- package/dist/iframe/order-process/index.d.ts +11 -12
- 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 +1 -111
- 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 +1 -105
- 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 +1 -126
- 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 +1 -156
- 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 +1 -23
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts +16 -16
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +1 -227
- 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 +1 -136
- 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 +1 -71
- 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 +3 -2
- package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.js +1 -54
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +14 -18
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +1 -148
- 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 +1 -6
- package/dist/iframe/payment/order-items-table/utils/index.d.ts +25 -25
- package/dist/iframe/payment/order-items-table/utils/index.js +1 -99
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts +2 -2
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +1 -107
- package/dist/iframe/payment/payment-form/PaymentForm.d.ts +8 -7
- package/dist/iframe/payment/payment-form/PaymentForm.d.ts.map +1 -1
- package/dist/iframe/payment/payment-form/PaymentForm.js +1 -118
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts +18 -17
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +1 -238
- package/dist/iframe/payment/payment-page/PaymentTimer.d.ts +3 -2
- package/dist/iframe/payment/payment-page/PaymentTimer.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentTimer.js +1 -59
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts +7 -6
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.js +1 -121
- 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 +1 -143
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +10 -9
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.js +1 -28
- 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 +8 -7
- package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/status-body/StatusBody.js +1 -32
- package/dist/iframe/powered-by/PoweredBy.d.ts +6 -5
- package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
- package/dist/iframe/powered-by/PoweredBy.js +1 -33
- package/dist/iframe/powered-by/index.d.ts +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.d.ts +17 -16
- package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.js +1 -398
- package/dist/iframe/ryft/utils/ryft-form.d.ts +8 -8
- package/dist/iframe/ryft/utils/ryft-form.js +1 -53
- 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 +1 -71
- package/dist/image-radio-input/index.d.ts +1 -1
- package/dist/index.d.ts +44 -44
- package/dist/index.js +1 -232
- package/dist/layout/BackgroundVideoContainer.d.ts +9 -9
- package/dist/layout/BackgroundVideoContainer.d.ts.map +1 -1
- package/dist/layout/BackgroundVideoContainer.js +1 -33
- package/dist/layout/Container.d.ts +6 -6
- package/dist/layout/Container.d.ts.map +1 -1
- package/dist/layout/Container.js +1 -11
- package/dist/layout/DropDown.d.ts +9 -9
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/layout/DropDown.js +1 -17
- package/dist/layout/DropDownToggle.d.ts +7 -6
- package/dist/layout/DropDownToggle.d.ts.map +1 -1
- package/dist/layout/DropDownToggle.js +1 -18
- 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 +1 -37
- 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 +1 -169
- package/dist/modals/confirmation/index.d.ts +1 -1
- package/dist/modals/dialog/Dialog.d.ts +10 -9
- package/dist/modals/dialog/Dialog.d.ts.map +1 -1
- package/dist/modals/dialog/Dialog.js +1 -62
- 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 +1 -118
- 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 +1 -124
- package/dist/modals/fullscreen/index.d.ts +1 -1
- package/dist/modals/index.d.ts +2 -2
- package/dist/notification/components/NotificationPlaceholders.d.ts +6 -5
- package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
- package/dist/notification/components/NotificationPlaceholders.js +1 -49
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts +14 -13
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
- package/dist/notification/email-template/card/EmailTemplateCard.js +1 -85
- package/dist/notification/email-template/card/index.d.ts +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts +13 -12
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +1 -653
- package/dist/notification/email-template/control/index.d.ts +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts +39 -38
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.js +1 -182
- 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 +1 -21
- package/dist/notification/index.d.ts +3 -3
- package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts +12 -11
- package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/send-email-template/SendEmailTemplateForm.js +1 -146
- package/dist/notification/send-email-template/index.d.ts +1 -1
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts +13 -12
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
- package/dist/notification/sms-template/card/SmsTemplateCard.js +1 -76
- package/dist/notification/sms-template/card/index.d.ts +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +7 -6
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.js +1 -234
- package/dist/notification/sms-template/control/index.d.ts +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +23 -22
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.js +1 -95
- 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 +2 -1
- package/dist/number-of-people-input/NumberOfPeopleInput.d.ts.map +1 -1
- package/dist/number-of-people-input/NumberOfPeopleInput.js +1 -40
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts +7 -6
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts.map +1 -1
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.js +1 -56
- 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 +12 -11
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +1 -178
- package/dist/product-set/card/index.d.ts +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts +16 -15
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +1 -498
- package/dist/product-set/control/DateInput.d.ts +16 -15
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +1 -474
- package/dist/product-set/control/ProductSetControl.d.ts +50 -50
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +1 -388
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts +10 -9
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceControl.js +1 -143
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts +10 -9
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.js +1 -68
- package/dist/product-set/control/TutorialGifCard.d.ts +7 -6
- package/dist/product-set/control/TutorialGifCard.d.ts.map +1 -1
- package/dist/product-set/control/TutorialGifCard.js +1 -137
- package/dist/product-set/control/index.d.ts +1 -1
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts +16 -15
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts.map +1 -1
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.js +1 -187
- package/dist/product-set/deposit-paid/index.d.ts +1 -1
- package/dist/product-set/elements/DeleteFieldButton.d.ts +4 -3
- package/dist/product-set/elements/DeleteFieldButton.d.ts.map +1 -1
- package/dist/product-set/elements/DeleteFieldButton.js +1 -26
- package/dist/product-set/elements/index.d.ts +1 -1
- package/dist/product-set/form/MobileFooter.d.ts +2 -1
- package/dist/product-set/form/MobileFooter.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.d.ts +15 -14
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +1 -455
- package/dist/product-set/form/ProductSetForm.d.ts +37 -39
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +1 -289
- package/dist/product-set/form/ProductSetFormPopover.d.ts +6 -5
- package/dist/product-set/form/ProductSetFormPopover.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.d.ts +9 -8
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +1 -214
- package/dist/product-set/form/ProductsControl.d.ts +16 -15
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +1 -303
- package/dist/product-set/form/SelectCategoryModal.d.ts +8 -19
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +1 -245
- package/dist/product-set/form/StepsControl.d.ts +9 -8
- package/dist/product-set/form/StepsControl.d.ts.map +1 -1
- package/dist/product-set/form/StepsControl.js +1 -208
- package/dist/product-set/form/SubProductsControl.d.ts +13 -12
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +1 -119
- package/dist/product-set/form/VenueMapSetModal.d.ts +8 -7
- package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapSetModal.js +1 -420
- package/dist/product-set/form/VenueMapsControl.d.ts +12 -11
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +1 -71
- 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 +1 -77
- 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 +1 -78
- package/dist/product-set/index.d.ts +10 -10
- package/dist/product-set/item/CreateProductSetItem.d.ts +9 -8
- package/dist/product-set/item/CreateProductSetItem.d.ts.map +1 -1
- package/dist/product-set/item/CreateProductSetItem.js +1 -23
- package/dist/product-set/popover/ProductSetPopover.d.ts +14 -13
- package/dist/product-set/popover/ProductSetPopover.d.ts.map +1 -1
- package/dist/product-set/popover/ProductSetPopover.js +1 -55
- package/dist/product-set/popover/index.d.ts +1 -1
- package/dist/product-set/product/ProductControl.d.ts +49 -49
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +1 -508
- package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts +8 -7
- package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts.map +1 -1
- package/dist/product-set/product/advanced-options/AdvancedOptions.js +1 -264
- package/dist/product-set/product/advanced-options/index.d.ts +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts +13 -12
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +1 -221
- 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 +1 -4
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts +9 -8
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +1 -85
- package/dist/product-set/product/deposit/index.d.ts +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.d.ts +6 -5
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +1 -160
- package/dist/product-set/product/duration/index.d.ts +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +7 -6
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.js +1 -69
- 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 +15 -14
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +1 -96
- package/dist/product-set/product/price/index.d.ts +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts +12 -11
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +1 -166
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts +12 -11
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +1 -158
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts +11 -10
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +1 -147
- package/dist/product-set/product/quantity/index.d.ts +3 -3
- package/dist/product-set/product-category/ProductCategoryControl.d.ts +34 -33
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +1 -596
- package/dist/product-set/product-category/index.d.ts +1 -1
- package/dist/product-set/product-zone/ProductZoneControl.d.ts +15 -14
- package/dist/product-set/product-zone/ProductZoneControl.d.ts.map +1 -1
- package/dist/product-set/product-zone/ProductZoneControl.js +1 -263
- package/dist/product-set/product-zone/index.d.ts +1 -1
- package/dist/product-set/step/StepControl.d.ts +21 -20
- package/dist/product-set/step/StepControl.d.ts.map +1 -1
- package/dist/product-set/step/StepControl.js +1 -109
- 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 +1 -16
- 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 +1 -18
- 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 +1 -140
- package/dist/provider/categories-input/CategoriesInput.d.ts +6 -5
- package/dist/provider/categories-input/CategoriesInput.d.ts.map +1 -1
- package/dist/provider/categories-input/CategoriesInput.js +1 -99
- package/dist/provider/categories-input/CategoriesInputDescription.d.ts +6 -5
- package/dist/provider/categories-input/CategoriesInputDescription.d.ts.map +1 -1
- package/dist/provider/categories-input/CategoriesInputDescription.js +1 -44
- 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 +17 -16
- package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
- package/dist/provider/company/user-form/UserForm.js +1 -205
- package/dist/provider/company/user-form/index.d.ts +1 -1
- package/dist/provider/constants.d.ts +1 -1
- package/dist/provider/constants.js +1 -3
- package/dist/provider/index.d.ts +8 -8
- package/dist/provider/location-input/LocationInput.d.ts +2 -1
- package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.js +1 -111
- package/dist/provider/location-input/LocationInputDescription.d.ts +2 -1
- package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInputDescription.js +1 -54
- package/dist/provider/location-input/components/FormGroupControll.d.ts +6 -5
- package/dist/provider/location-input/components/FormGroupControll.d.ts.map +1 -1
- package/dist/provider/location-input/components/FormGroupControll.js +1 -76
- 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 +20 -19
- package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
- package/dist/provider/provider-details-input/ProviderDetailsInput.js +1 -233
- package/dist/provider/provider-details-input/index.d.ts +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts +16 -15
- package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.js +1 -217
- package/dist/provider/provider-form/index.d.ts +1 -1
- package/dist/provider/provider-links-input/ProviderLinksInput.d.ts +9 -8
- package/dist/provider/provider-links-input/ProviderLinksInput.d.ts.map +1 -1
- package/dist/provider/provider-links-input/ProviderLinksInput.js +1 -112
- package/dist/provider/provider-links-input/index.d.ts +1 -1
- package/dist/provider/venue-form/VenueForm.d.ts +19 -18
- package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.js +1 -257
- package/dist/provider/venue-form/index.d.ts +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.d.ts +2 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.js +1 -175
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts +2 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +1 -44
- 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 +1 -8
- 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 +1 -64
- package/dist/radio-card/index.d.ts +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts +22 -21
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +1 -197
- package/dist/recurrence-input/RecurrenceInput.d.ts +11 -10
- package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceInput.js +1 -213
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts +13 -12
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.js +1 -101
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts +10 -9
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.js +1 -53
- package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts +10 -9
- package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceWeekdaysInput.js +1 -48
- 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 +1 -73
- 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 +1 -127
- package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts +14 -13
- package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.js +1 -183
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts +15 -14
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +14 -13
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +1 -262
- package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts +10 -9
- package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts +7 -6
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.js +1 -50
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +28 -30
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +1 -386
- package/dist/recurring-date-picker-input/index.d.ts +1 -1
- package/dist/recurring-date-picker-input/utils.d.ts +17 -22
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +1 -145
- package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts +12 -11
- package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts.map +1 -1
- package/dist/report/DataFieldsSelector/DataFieldsSelector.js +1 -93
- package/dist/report/DataFieldsSelector/index.d.ts +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +21 -20
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.js +1 -408
- package/dist/report/ReportRunnerModal/index.d.ts +1 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts +2 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts.map +1 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.js +1 -124
- package/dist/report/ReportTypeSelect/index.d.ts +1 -1
- package/dist/report/card/ReportCard.d.ts +9 -7
- package/dist/report/card/ReportCard.d.ts.map +1 -1
- package/dist/report/card/ReportCard.js +1 -23
- package/dist/report/card/index.d.ts +1 -1
- package/dist/report/form/ReportForm.d.ts +7 -6
- package/dist/report/form/ReportForm.d.ts.map +1 -1
- package/dist/report/form/ReportForm.js +1 -166
- package/dist/report/form/index.d.ts +1 -1
- package/dist/report/index.d.ts +5 -5
- package/dist/resource/card/ResourceCard.d.ts +9 -8
- package/dist/resource/card/ResourceCard.d.ts.map +1 -1
- package/dist/resource/card/ResourceCard.js +1 -36
- package/dist/resource/card/index.d.ts +2 -2
- package/dist/resource/form/ResourceForm.d.ts +13 -12
- package/dist/resource/form/ResourceForm.d.ts.map +1 -1
- package/dist/resource/form/ResourceForm.js +1 -150
- package/dist/resource/form/components/CapacityControl.d.ts +6 -5
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +1 -103
- package/dist/resource/form/components/NameControl.d.ts +6 -5
- package/dist/resource/form/components/NameControl.d.ts.map +1 -1
- package/dist/resource/form/components/NameControl.js +1 -101
- package/dist/resource/form/components/SortControl.d.ts +6 -5
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +1 -100
- package/dist/resource/form/components/ZoneControl.d.ts +8 -7
- package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/resource/form/components/ZoneControl.js +1 -109
- 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 +9 -8
- package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
- package/dist/sales/booking/results/BookingResults.js +1 -31
- package/dist/sales/booking/results/components/ResultCard.d.ts +10 -9
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +1 -151
- package/dist/sales/booking/results/constants.d.ts +1 -1
- package/dist/sales/booking/results/constants.js +1 -9
- package/dist/sales/booking/results/index.d.ts +3 -3
- package/dist/sales/constants.d.ts +4 -4
- package/dist/sales/constants.js +1 -19
- package/dist/sales/coupon/control/CouponFormControl.d.ts +27 -26
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +1 -511
- package/dist/sales/coupon/control/index.d.ts +1 -1
- package/dist/sales/coupon/form/CouponFrom.d.ts +31 -30
- package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
- package/dist/sales/coupon/form/CouponFrom.js +1 -99
- 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 +1 -15
- package/dist/sales/filters/SaleFilters.d.ts +17 -16
- package/dist/sales/filters/SaleFilters.d.ts.map +1 -1
- package/dist/sales/filters/SaleFilters.js +1 -137
- 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 +1 -143
- package/dist/sales/guest-profile/previous-bookings/index.d.ts +1 -1
- package/dist/sales/guest-profile/profile/Profile.d.ts +7 -6
- package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/Profile.js +1 -52
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts +7 -6
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.js +1 -23
- 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 +8 -7
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
- package/dist/sales/guest-profile/user-metrics/UserMetrics.js +1 -182
- package/dist/sales/guest-profile/user-metrics/index.d.ts +2 -2
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +6 -5
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.js +1 -63
- 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 +19 -18
- package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts.map +1 -1
- package/dist/sales/life-time-sales/LifeTimeSalesChart.js +1 -100
- 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 +1 -46
- 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 +1 -97
- package/dist/sales/manual-booking/number-input-horizontal/index.d.ts +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.d.ts +4 -3
- package/dist/sales/manual-booking/search-user/SearchUser.d.ts.map +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.js +1 -237
- package/dist/sales/manual-booking/search-user/index.d.ts +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +11 -10
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.js +1 -90
- package/dist/sales/manual-booking/select-date-type-control/index.d.ts +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts +18 -17
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.js +1 -105
- package/dist/sales/manual-booking/select-event/index.d.ts +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +9 -8
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.js +1 -51
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +7 -6
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/components/MenuButton.js +1 -20
- package/dist/sales/manual-booking/select-menu/index.d.ts +2 -2
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts +15 -14
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +1 -119
- 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 +12 -11
- package/dist/sales/modals/payment-modal/PaymentModal.d.ts.map +1 -1
- package/dist/sales/modals/payment-modal/PaymentModal.js +1 -328
- package/dist/sales/modals/payment-modal/index.d.ts +2 -2
- package/dist/sales/modals/refund-modal/RefundModal.d.ts +13 -12
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.js +1 -188
- package/dist/sales/modals/refund-modal/index.d.ts +2 -2
- package/dist/sales/notes/NotesTable.d.ts +10 -9
- package/dist/sales/notes/NotesTable.d.ts.map +1 -1
- package/dist/sales/notes/NotesTable.js +1 -164
- package/dist/sales/notes/NotesTableRow.d.ts +8 -7
- package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
- package/dist/sales/notes/NotesTableRow.js +1 -160
- package/dist/sales/notes/index.d.ts +1 -1
- package/dist/sales/notes/note-form/NoteForm.d.ts +10 -9
- package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
- package/dist/sales/notes/note-form/NoteForm.js +1 -102
- package/dist/sales/notes/note-form/index.d.ts +1 -1
- package/dist/sales/payment-form/SalePaymentForm.d.ts +13 -12
- package/dist/sales/payment-form/SalePaymentForm.d.ts.map +1 -1
- package/dist/sales/payment-form/SalePaymentForm.js +1 -443
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts +7 -6
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.js +1 -68
- 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 +16 -15
- package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts.map +1 -1
- package/dist/sales/sales-and-views/SalesAndViewsChart.js +1 -262
- package/dist/sales/sales-and-views/index.d.ts +1 -1
- package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts +11 -10
- package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts.map +1 -1
- package/dist/sales/source-of-sales/SourceOfSalesChart.js +1 -166
- 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 +1 -101
- package/dist/sales/statistics-chart/index.d.ts +1 -1
- package/dist/setting/admin/AdminSettingForm.d.ts +25 -24
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/setting/admin/AdminSettingForm.js +1 -220
- package/dist/setting/admin/PaymentFeeForm.d.ts +13 -12
- package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
- package/dist/setting/admin/PaymentFeeForm.js +1 -424
- package/dist/setting/admin/index.d.ts +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts +21 -20
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +1 -297
- package/dist/setting/dashboard/EventSettingForm.d.ts +9 -8
- package/dist/setting/dashboard/EventSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/EventSettingForm.js +1 -102
- package/dist/setting/dashboard/FinancialDataForm.d.ts +11 -10
- package/dist/setting/dashboard/FinancialDataForm.d.ts.map +1 -1
- package/dist/setting/dashboard/OtherSettingForm.d.ts +14 -13
- package/dist/setting/dashboard/OtherSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/ProviderSettingForm.d.ts +12 -11
- package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/ProviderSettingForm.js +1 -156
- 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 +7 -6
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.js +1 -46
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts +10 -9
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.js +1 -106
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts +10 -9
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.js +1 -49
- package/dist/setting/dashboard/snippet-templates/card/index.d.ts +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts +9 -8
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.js +1 -156
- 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 +10 -9
- package/dist/setting/system/SystemSettingForm.d.ts.map +1 -1
- package/dist/setting/system/SystemSettingForm.js +1 -95
- package/dist/setting/system/index.d.ts +1 -1
- package/dist/sidebar/elements/ReturnBack.d.ts +6 -5
- package/dist/sidebar/elements/ReturnBack.d.ts.map +1 -1
- package/dist/sidebar/elements/ReturnBack.js +1 -27
- package/dist/sidebar/elements/index.d.ts +2 -2
- package/dist/sidebar/index.d.ts +1 -1
- package/dist/slide-curtain/SlideCurtain.d.ts +4 -3
- package/dist/slide-curtain/SlideCurtain.d.ts.map +1 -1
- package/dist/slide-curtain/SlideCurtain.js +1 -162
- 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 +11 -10
- package/dist/snippet/snippet-template/SnippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/SnippetTemplate.js +1 -51
- package/dist/snippet/snippet-template/context/index.d.ts +3 -3
- package/dist/snippet/snippet-template/context/snippetTemplate.d.ts +16 -15
- package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.js +1 -152
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts +9 -8
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.js +1 -63
- package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts +22 -21
- package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateView.js +1 -171
- package/dist/snippet/snippet-template/control/PropertyControl.d.ts +10 -9
- package/dist/snippet/snippet-template/control/PropertyControl.d.ts.map +1 -1
- package/dist/snippet/snippet-template/control/PropertyControl.js +1 -200
- package/dist/snippet/snippet-template/control/index.d.ts +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts +11 -10
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +1 -197
- 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 +6 -5
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +1 -565
- package/dist/snippet/snippet-template/preview/index.d.ts +1 -1
- package/dist/snippet/snippet-template/settings/SettingButton.d.ts +9 -8
- package/dist/snippet/snippet-template/settings/SettingButton.d.ts.map +1 -1
- package/dist/snippet/snippet-template/settings/SettingButton.js +1 -27
- 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 +1 -132
- 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 +1 -105
- 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 +1 -40
- package/dist/sortable-fields/index.d.ts +1 -1
- package/dist/sortable-list/CreateSortableListItem.d.ts +7 -6
- package/dist/sortable-list/CreateSortableListItem.d.ts.map +1 -1
- package/dist/sortable-list/CreateSortableListItem.js +1 -22
- 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 +1 -178
- 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 +1 -45
- package/dist/sortable-tree/SortableTreeItem.d.ts +39 -40
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +1 -571
- 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 +9 -8
- package/dist/sorting-select/SortingSelect.d.ts.map +1 -1
- package/dist/sorting-select/SortingSelect.js +1 -169
- package/dist/sorting-select/index.d.ts +1 -1
- package/dist/static/CountryCodeSelect.d.ts +10 -9
- package/dist/static/CountryCodeSelect.d.ts.map +1 -1
- package/dist/static/CountryCodeSelect.js +1 -109
- package/dist/static/CountrySelect.d.ts +10 -9
- package/dist/static/CountrySelect.d.ts.map +1 -1
- package/dist/static/CountrySelect.js +1 -121
- package/dist/static/CurrencyNumberInput.d.ts +17 -17
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +1 -104
- package/dist/static/FormCard.d.ts +7 -6
- package/dist/static/FormCard.d.ts.map +1 -1
- package/dist/static/FormCard.js +1 -16
- package/dist/static/Icon.d.ts +13 -0
- package/dist/static/Icon.d.ts.map +1 -0
- package/dist/static/Icon.js +1 -0
- package/dist/static/Image.d.ts +9 -8
- package/dist/static/Image.d.ts.map +1 -1
- package/dist/static/Image.js +1 -17
- package/dist/static/RestrictedAccess.d.ts +3 -2
- package/dist/static/RestrictedAccess.d.ts.map +1 -1
- package/dist/static/RestrictedAccess.js +1 -41
- package/dist/static/SocialButton.d.ts +11 -10
- package/dist/static/SocialButton.d.ts.map +1 -1
- package/dist/static/SocialButton.js +1 -35
- package/dist/static/StyledButton.d.ts +8 -8
- package/dist/static/StyledButton.d.ts.map +1 -1
- package/dist/static/StyledButton.js +1 -19
- package/dist/static/TextField.d.ts +13 -13
- package/dist/static/TextField.d.ts.map +1 -1
- package/dist/static/TextField.js +1 -39
- package/dist/static/UserBadge.d.ts +8 -7
- package/dist/static/UserBadge.d.ts.map +1 -1
- package/dist/static/WarningMessage.d.ts +6 -5
- package/dist/static/WarningMessage.d.ts.map +1 -1
- package/dist/static/WarningMessage.js +1 -22
- package/dist/static/date-range-input/DateRangeInput.d.ts +16 -15
- package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
- package/dist/static/date-range-input/DateRangeInput.js +1 -284
- 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 +1 -80
- package/dist/static/form-number-input/FormNumberInput.d.ts +12 -11
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +1 -131
- package/dist/static/form-number-input/index.d.ts +1 -1
- package/dist/static/images/DefaultUserImage.d.ts +5 -4
- package/dist/static/images/DefaultUserImage.d.ts.map +1 -1
- package/dist/static/images/DefaultUserImage.js +1 -18
- package/dist/static/images/index.d.ts +2 -2
- package/dist/static/images/index.js +1 -1
- package/dist/static/index.d.ts +21 -20
- package/dist/static/index.d.ts.map +1 -1
- package/dist/static/index.js +1 -35
- package/dist/static/loader/BlockLoader.d.ts +2 -1
- package/dist/static/loader/BlockLoader.d.ts.map +1 -1
- package/dist/static/loader/BlockLoader.js +1 -16
- package/dist/static/loader/ButtonLoader.d.ts +6 -5
- package/dist/static/loader/ButtonLoader.d.ts.map +1 -1
- package/dist/static/loader/ButtonLoader.js +1 -18
- 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 +1 -60
- package/dist/static/loader/PaymentLoader.d.ts +6 -5
- package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
- package/dist/static/loader/PaymentLoader.js +1 -101
- package/dist/static/loader/SnippetLoader.d.ts +2 -1
- package/dist/static/loader/SnippetLoader.d.ts.map +1 -1
- package/dist/static/loader/SnippetLoader.js +1 -16
- package/dist/static/loader/index.d.ts +7 -7
- package/dist/static/manual-date-picker/ManualDatePicker.d.ts +12 -11
- package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
- package/dist/static/manual-date-picker/ManualDatePicker.js +1 -99
- package/dist/static/manual-date-picker/constants/index.d.ts +6 -6
- package/dist/static/manual-date-picker/constants/index.js +1 -7
- package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts +26 -26
- package/dist/static/manual-date-picker/hooks/useManualDatePicker.js +1 -137
- 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 +1 -44
- package/dist/static/number-input/NumberInput.d.ts +14 -13
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +1 -62
- package/dist/static/number-input/index.d.ts +1 -1
- package/dist/static/switch/BooleanSwitch.d.ts +10 -9
- package/dist/static/switch/BooleanSwitch.d.ts.map +1 -1
- package/dist/static/switch/BooleanSwitch.js +1 -87
- package/dist/static/switch/Switch.d.ts +11 -10
- package/dist/static/switch/Switch.d.ts.map +1 -1
- package/dist/static/switch/Switch.js +1 -46
- 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 +1 -18
- 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 +1 -105
- 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 +1 -32
- package/dist/static/text-expand/index.d.ts +1 -1
- package/dist/striped-static-table/StripedStaticTable.d.ts +6 -5
- package/dist/striped-static-table/StripedStaticTable.d.ts.map +1 -1
- package/dist/striped-static-table/StripedStaticTable.js +1 -172
- package/dist/striped-static-table/index.d.ts +1 -1
- package/dist/styles/affiliate/AffiliateCard.scss +2 -2
- package/dist/styles/events/EventCard.scss +3 -3
- package/dist/styles/iframe-events/Calendar.scss +1 -0
- package/dist/styles/iframe-events/Card.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/overrides/_functions.scss +2 -2
- package/dist/styles/product-set/ProductSetCard.scss +2 -2
- package/dist/styles/product-set/ProductSetForm.scss +2 -25
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/styles/sales/SalesAndViews.scss +4 -5
- package/dist/styles/snippet-templates/SnippetTemplateCard.scss +1 -1
- package/{src/styles/themes/bookedit/index.scss → dist/styles/themes/bookedit/_index.scss} +35 -35
- package/dist/styles/themes/bookedit/_variables.scss +9 -13
- package/dist/styles/themes/licklist/_index.scss +45 -0
- package/dist/styles/venue-map-sets/VenueMapSetCard.scss +9 -7
- package/dist/styles/zones/ZoneCard.scss +12 -7
- package/dist/styles/zones/ZoneForm.scss +1 -2
- package/dist/table/FilterHelperComponent.d.ts +12 -11
- package/dist/table/FilterHelperComponent.d.ts.map +1 -1
- package/dist/table/FilterHelperComponent.js +1 -124
- package/dist/table/MenuButton.d.ts +11 -10
- package/dist/table/MenuButton.d.ts.map +1 -1
- package/dist/table/MenuButton.js +1 -26
- package/dist/table/PaginationHelperComponent.d.ts +14 -13
- package/dist/table/PaginationHelperComponent.d.ts.map +1 -1
- package/dist/table/PaginationHelperComponent.js +1 -119
- package/dist/table/PerPageHelperComponent.d.ts +12 -11
- package/dist/table/PerPageHelperComponent.d.ts.map +1 -1
- package/dist/table/PerPageHelperComponent.js +1 -96
- package/dist/table/ReactTableHelperComponent.d.ts +11 -11
- package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
- package/dist/table/ReactTableHelperComponent.js +1 -325
- package/dist/table/StaticTable.d.ts +22 -22
- package/dist/table/StaticTable.d.ts.map +1 -1
- package/dist/table/StaticTable.js +1 -55
- package/dist/table/TableHelperComponent.d.ts +31 -31
- package/dist/table/TableHelperComponent.d.ts.map +1 -1
- package/dist/table/TableHelperComponent.js +1 -403
- package/dist/table/hooks/useTableQueryOptions.d.ts +19 -18
- package/dist/table/hooks/useTableQueryOptions.d.ts.map +1 -1
- package/dist/table/hooks/useTableQueryOptions.js +1 -83
- 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 +1 -21
- package/dist/tiptap-editor/TipTapEditor.d.ts +12 -11
- package/dist/tiptap-editor/TipTapEditor.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapEditor.js +1 -91
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts +9 -8
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.js +1 -186
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts +10 -9
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.js +1 -30
- 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 +1 -61
- package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.d.ts +10 -10
- package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.js +1 -145
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.d.ts +7 -7
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.js +1 -59
- 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 +18 -17
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +1 -78
- 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 +1 -329
- 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 +9 -8
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.js +1 -143
- package/dist/venue-map-sets/card/index.d.ts +1 -1
- package/dist/venue-map-sets/form/VenueMapSetForm.d.ts +3 -2
- package/dist/venue-map-sets/form/VenueMapSetForm.d.ts.map +1 -1
- package/dist/venue-map-sets/form/VenueMapSetForm.js +1 -125
- package/dist/venue-map-sets/form/components/NameControl.d.ts +5 -4
- package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/NameControl.js +1 -117
- 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 +1 -54
- package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts +6 -5
- package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapImageControl.js +1 -313
- package/dist/venue-map-sets/form/components/VenueMapModal.d.ts +9 -8
- package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapModal.js +1 -356
- package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts +6 -5
- package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapsControl.js +1 -175
- 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 +1 -152
- package/dist/venue-map-sets/index.d.ts +2 -2
- package/dist/virtualized/components/VirtualizedGrid.d.ts +4 -3
- package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedGrid.js +1 -52
- 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 +1 -86
- 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 +1 -73
- package/dist/virtualized/context/index.d.ts +1 -1
- package/dist/virtualized/index.d.ts +3 -3
- package/dist/zone/card/ZoneCard.d.ts +9 -8
- package/dist/zone/card/ZoneCard.d.ts.map +1 -1
- package/dist/zone/card/ZoneCard.js +1 -144
- package/dist/zone/card/index.d.ts +2 -2
- package/dist/zone/form/ZoneForm.d.ts +15 -14
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.js +1 -151
- package/dist/zone/form/components/AvailableTimesControl.d.ts +24 -23
- package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
- package/dist/zone/form/components/AvailableTimesControl.js +1 -151
- package/dist/zone/form/components/DescriptionControl.d.ts +6 -5
- package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
- package/dist/zone/form/components/DescriptionControl.js +1 -55
- package/dist/zone/form/components/GameDurationControl.d.ts +6 -5
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +1 -95
- package/dist/zone/form/components/NameControl.d.ts +6 -5
- package/dist/zone/form/components/NameControl.d.ts.map +1 -1
- package/dist/zone/form/components/NameControl.js +1 -101
- package/dist/zone/form/components/SortControl.d.ts +6 -5
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +1 -100
- package/dist/zone/form/components/ZoneControl.d.ts +7 -6
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneControl.js +1 -67
- package/dist/zone/form/components/ZoneImageControl.d.ts +6 -5
- package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneImageControl.js +1 -282
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts +9 -8
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrenceControl.js +1 -134
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +11 -10
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.js +1 -420
- package/dist/zone/form/components/ZoneTypeControl.d.ts +6 -5
- package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneTypeControl.js +1 -100
- 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.d.ts.map +1 -1
- package/dist/zone/form/utils/dates.js +1 -136
- package/dist/zone/index.d.ts +2 -2
- package/package.json +91 -96
- package/rollup.config.js +54 -84
- package/src/affiliate/card/AffiliateCard.stories.tsx +1 -0
- package/src/affiliate/card/AffiliateCard.tsx +6 -6
- package/src/affiliate/form/AffiliateControl.tsx +1 -1
- package/src/affiliate/form/AffiliateForm.stories.tsx +1 -0
- package/src/affiliate/form/AffiliateForm.tsx +2 -2
- package/src/affiliate/types/index.ts +1 -1
- package/src/auth/AccessDenied/AccessDenied.stories.tsx +1 -0
- package/src/auth/AccessDenied/AccessDenied.tsx +3 -2
- package/src/auth/Auth.stories.tsx +2 -2
- package/src/auth/Authorizer.tsx +4 -4
- package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -0
- package/src/auth/ChangePassword/ChangePasswordComponent.tsx +1 -1
- package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +4 -3
- package/src/auth/Layout/AuthNavComponent.tsx +1 -0
- package/src/auth/Layout/Layout.stories.tsx +2 -1
- package/src/auth/Layout/UserNavComponent.tsx +1 -0
- package/src/auth/Layout/UserNavDropDown.tsx +1 -0
- package/src/auth/Layout/UserNavDropDownToggle.tsx +1 -0
- package/src/auth/Login/Login.stories.tsx +1 -0
- package/src/auth/Login/LoginComponent.tsx +2 -2
- 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 +1 -0
- package/src/auth/Register/RegisterComponent.tsx +1 -1
- package/src/auth/Register/RegisterFormComponent.tsx +3 -3
- package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -0
- 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 +1 -0
- package/src/auth/Social/SocialCallbackComponent.tsx +1 -1
- package/src/auth/Social/SocialFormComponent.tsx +2 -1
- package/src/availability-indicator/AvailabilityIndicator.tsx +1 -1
- package/src/calendar/Calendar.stories.tsx +1 -0
- package/src/calendar/Calendar.tsx +2 -2
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +29 -32
- 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 +1 -0
- package/src/collapsible-input-group/CollapsibleInputGroup.stories.tsx +1 -0
- package/src/collapsible-input-group/CollapsibleInputGroup.tsx +5 -8
- package/src/custom-fields/CustomFields.stories.tsx +1 -1
- package/src/custom-fields/{constants.tsx → constants.ts} +2 -3
- package/src/custom-fields/field/FieldItem.tsx +4 -4
- package/src/custom-fields/field/SelectFieldModal.tsx +1 -0
- 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 +10 -9
- package/src/custom-fields/forms/TextInputForm.tsx +2 -1
- package/src/customers/components/filter/CustomerFilter.stories.tsx +1 -1
- package/src/customers/components/filter/CustomerFilter.tsx +1 -0
- package/src/date-time-button/DateContent.tsx +2 -1
- package/src/date-time-button/DateTimeButton.stories.tsx +1 -0
- package/src/date-time-button/DateTimeButton.tsx +4 -2
- package/src/error/Error.stories.tsx +1 -0
- package/src/error/ErrorFallback.tsx +1 -0
- 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 -5
- package/src/events/edit-event-modal/component/EditEventForm/index.ts +1 -2
- package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +1 -0
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +6 -18
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +17 -23
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +4 -8
- package/src/events/edit-event-modal/hooks/useFormattedDuration.tsx +2 -2
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +3 -2
- 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 +4 -3
- package/src/events/event-card/EventCard.stories.tsx +1 -0
- package/src/events/event-card/EventCard.tsx +8 -15
- 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 +3 -2
- 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 +1 -0
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +13 -7
- package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +8 -8
- package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +1 -0
- package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +1 -0
- package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +1 -0
- 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 +1 -0
- 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 +3 -2
- 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 +1 -2
- package/src/events/event-venue-map/utils/index.ts +16 -17
- package/src/file-upload/FilePreview.tsx +9 -4
- package/src/file-upload/FileUpload.stories.tsx +1 -0
- package/src/file-upload/FileUpload.tsx +5 -5
- package/src/header/BookeditHeader.tsx +1 -1
- package/src/header/Header.stories.tsx +101 -105
- package/src/header/Header.tsx +1 -1
- package/src/header/LicklistHeader.tsx +1 -1
- package/src/header/elements/CompanySelector.tsx +1 -0
- package/src/header/elements/Elements.stories.tsx +1 -0
- package/src/help/example/Example.stories.tsx +1 -0
- package/src/help/example/Example.tsx +12 -10
- package/src/help/popover/HelpPopover.tsx +3 -3
- package/src/help/popover/Popover.stories.tsx +1 -0
- 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 +1 -0
- package/src/iframe/back-button/BackButton.tsx +2 -0
- 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 +1 -0
- package/src/iframe/event/event-booking-form/EventBookingForm.tsx +1 -1
- package/src/iframe/event/event-booking-products/EventBookingProducts.stories.tsx +1 -0
- package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +1 -0
- package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +10 -5
- package/src/iframe/event/event-booking-view/EventBookingView.stories.tsx +1 -0
- package/src/iframe/event/event-booking-view/EventBookingView.tsx +2 -0
- package/src/iframe/event/event-card/IframeEventCard.stories.tsx +1 -0
- package/src/iframe/event/event-card/IframeEventCard.tsx +2 -1
- package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +3 -3
- package/src/iframe/event/event-card/IframeEventCards.stories.tsx +1 -0
- package/src/iframe/event/event-description/EventDescription.stories.tsx +1 -0
- package/src/iframe/event/event-description/EventDescription.tsx +2 -2
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.stories.tsx +1 -0
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +5 -5
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.stories.tsx +1 -0
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +1 -0
- package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +1 -0
- package/src/iframe/event/event-order-short-summary/components/Summary/index.ts +1 -2
- package/src/iframe/event/event-order-short-summary/index.ts +1 -1
- package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +1 -0
- package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +1 -0
- package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +1 -1
- package/src/iframe/event/event-product-sets/EventProductSets.tsx +1 -0
- package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +2 -1
- 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 +2 -1
- package/src/iframe/event/event-tables/EventTables.stories.tsx +1 -0
- package/src/iframe/event/event-tables/EventTables.tsx +2 -0
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +1 -0
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +1 -1
- package/src/iframe/event/index.ts +9 -6
- package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +1 -0
- package/src/iframe/event/ticket-description/TicketDescription.tsx +1 -1
- package/src/iframe/external-modal/ExternalModal.stories.tsx +1 -0
- package/src/iframe/external-modal/ExternalModal.tsx +1 -1
- package/src/iframe/index.ts +8 -13
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +1 -0
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +1 -0
- package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +1 -1
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +1 -0
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +5 -4
- 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 +1 -0
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +17 -13
- 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 +2 -3
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +19 -19
- package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +1 -0
- package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +6 -7
- 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 +2 -2
- package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +3 -2
- package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +4 -4
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +1 -0
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +11 -5
- package/src/iframe/order-process/components/NavigationSteps/index.ts +1 -2
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +1 -0
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +5 -5
- package/src/iframe/order-process/components/Timer/Timer.stories.tsx +1 -0
- package/src/iframe/order-process/components/Timer/Timer.tsx +3 -2
- package/src/iframe/order-process/components/utils/useCategoryVerification.ts +5 -5
- package/src/iframe/order-process/index.ts +1 -2
- package/src/iframe/page/Page.stories.tsx +1 -0
- 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 +1 -0
- package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +1 -0
- 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/order-items-table/utils/paymentSummary.tsx +0 -1
- package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +1 -0
- package/src/iframe/payment/payment-form/PaymentForm.tsx +1 -0
- package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +1 -0
- 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 +1 -0
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +1 -0
- package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +1 -0
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +3 -3
- package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +1 -0
- package/src/iframe/payment/status-body/StatusBody.stories.tsx +1 -0
- package/src/iframe/payment/status-body/StatusBody.tsx +1 -0
- package/src/iframe/powered-by/PoweredBy.stories.tsx +1 -0
- package/src/iframe/powered-by/PoweredBy.tsx +1 -0
- package/src/iframe/ryft/RyftPaymentForm.tsx +4 -4
- package/src/image-radio-input/ImageRadioInput.stories.tsx +4 -3
- 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 +2 -3
- package/src/layout/DropDownToggle.tsx +3 -4
- package/src/layout/Layout.stories.tsx +67 -73
- package/src/logo/Logo.stories.tsx +50 -55
- package/src/logo/Logo.tsx +1 -1
- package/src/modals/confirmation/ConfirmModal.tsx +4 -4
- package/src/modals/confirmation/Confirmation.stories.tsx +1 -0
- package/src/modals/dialog/Dialog.tsx +1 -0
- package/src/modals/dialog/DialogContext.tsx +8 -2
- package/src/modals/fullscreen/FullscreenModal.tsx +3 -3
- package/src/modals/fullscreen/FulscreenModal.stories.tsx +1 -0
- package/src/notification/components/NotificationPlaceholders.stories.tsx +1 -0
- package/src/notification/components/NotificationPlaceholders.tsx +1 -0
- package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +1 -0
- package/src/notification/email-template/card/EmailTemplateCard.tsx +4 -3
- package/src/notification/email-template/control/EmailTemplateControl.tsx +11 -11
- package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +1 -0
- package/src/notification/email-template/form/EmailTemplateForm.tsx +1 -1
- package/src/notification/send-email-template/SendEmailTemplateForm.stories.tsx +1 -0
- package/src/notification/send-email-template/SendEmailTemplateForm.tsx +2 -2
- package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +1 -0
- package/src/notification/sms-template/card/SmsTemplateCard.tsx +4 -3
- package/src/notification/sms-template/control/SmsTemplateControl.tsx +1 -0
- package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +1 -0
- 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 +1 -0
- package/src/product-set/card/ProductSetCard.stories.tsx +1 -0
- package/src/product-set/card/ProductSetCard.tsx +7 -6
- package/src/product-set/control/DateAndRecurrenceInput.tsx +16 -14
- package/src/product-set/control/DateInput.tsx +12 -13
- package/src/product-set/control/ProductSetControl.stories.tsx +1 -0
- package/src/product-set/control/ProductSetControl.tsx +2 -15
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +1 -1
- package/src/product-set/control/ProductSetRecurrenceControl.tsx +8 -6
- package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +9 -5
- package/src/product-set/control/TutorialGifCard.tsx +13 -6
- package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +1 -0
- package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +4 -3
- package/src/product-set/elements/DeleteFieldButton.tsx +3 -2
- package/src/product-set/elements/Elements.stories.tsx +1 -0
- package/src/product-set/form/MobileFooter.tsx +37 -6
- package/src/product-set/form/ProductCategoriesControl.tsx +10 -48
- package/src/product-set/form/ProductSetForm.stories.tsx +1 -0
- package/src/product-set/form/ProductSetForm.tsx +8 -33
- package/src/product-set/form/ProductSetFormPopover.tsx +1 -1
- package/src/product-set/form/ProductZonesControl.tsx +7 -4
- package/src/product-set/form/ProductsControl.tsx +1 -1
- package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -0
- package/src/product-set/form/SelectCategoryModal.tsx +22 -27
- 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 +4 -0
- package/src/product-set/form/context.tsx +2 -2
- package/src/product-set/item/CreateProductSetItem.tsx +9 -3
- 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 +1 -0
- package/src/product-set/product/ProductControl.tsx +17 -17
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +5 -5
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -0
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +11 -10
- package/src/product-set/product/deposit/ProductDeposit.stories.tsx +1 -0
- package/src/product-set/product/deposit/ProductDepositControl.tsx +6 -5
- package/src/product-set/product/duration/ProductDurationControl.stories.tsx +1 -0
- package/src/product-set/product/duration/ProductDurationControl.tsx +2 -1
- package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +1 -0
- package/src/product-set/product/price/ProductPrice.stories.tsx +1 -0
- package/src/product-set/product/price/ProductPriceControl.tsx +5 -4
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -0
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +12 -14
- 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 +1 -0
- package/src/product-set/product-category/ProductCategoryControl.tsx +18 -18
- package/src/product-set/product-zone/ProductZoneControl.tsx +9 -9
- 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 +1 -0
- package/src/product-set/tabs/ProductSetTabs.tsx +1 -1
- package/src/product-set/utils/index.ts +1 -1
- package/src/provider/categories-input/CategoriesInput.stories.tsx +1 -0
- package/src/provider/categories-input/CategoriesInput.tsx +1 -0
- package/src/provider/categories-input/CategoriesInputDescription.tsx +2 -1
- package/src/provider/company/user-form/UserForm.stories.tsx +1 -0
- package/src/provider/company/user-form/UserForm.tsx +2 -2
- package/src/provider/location-input/LocationInput.stories.tsx +1 -0
- package/src/provider/location-input/LocationInput.tsx +1 -0
- package/src/provider/location-input/LocationInputDescription.tsx +1 -1
- package/src/provider/location-input/components/FormGroupControll.tsx +1 -0
- package/src/provider/provider-details-input/ProviderDetailsInput.stories.tsx +1 -0
- package/src/provider/provider-details-input/ProviderDetailsInput.tsx +1 -1
- package/src/provider/provider-form/ProviderForm.stories.tsx +1 -0
- package/src/provider/provider-form/ProviderForm.tsx +2 -2
- package/src/provider/provider-links-input/ProviderLinksInput.stories.tsx +1 -0
- package/src/provider/provider-links-input/ProviderLinksInput.tsx +2 -2
- package/src/provider/venue-form/VenueForm.stories.tsx +1 -0
- package/src/provider/venue-form/VenueForm.tsx +2 -2
- package/src/provider/working-hours-input/WorkingHoursInput.stories.tsx +1 -0
- package/src/provider/working-hours-input/WorkingHoursInput.tsx +2 -1
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +19 -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 +1 -0
- package/src/recurrence-input/RecurrenceInput.tsx +7 -7
- package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +1 -0
- package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +1 -0
- package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +2 -1
- package/src/recurrence-input/utils.ts +3 -3
- package/src/recurring-date-picker-input/DatePickerInput.tsx +1 -2
- 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 +3 -4
- package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +1 -0
- package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +2 -1
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +8 -13
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +10 -21
- package/src/recurring-date-picker-input/utils.ts +4 -94
- package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +1 -1
- package/src/report/ReportRunnerModal/ReportRunnerModal.stories.tsx +1 -0
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +3 -2
- package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +1 -0
- package/src/report/card/ReportCard.stories.tsx +1 -0
- package/src/report/card/ReportCard.tsx +11 -0
- package/src/report/form/ReportForm.stories.tsx +1 -0
- package/src/report/form/ReportForm.tsx +1 -1
- package/src/resource/card/ResourceCard.stories.tsx +1 -0
- package/src/resource/card/ResourceCard.tsx +1 -0
- package/src/resource/form/ResourceForm.stories.tsx +1 -0
- package/src/resource/form/ResourceForm.tsx +1 -1
- package/src/resource/form/components/CapacityControl.tsx +1 -0
- package/src/resource/form/components/NameControl.tsx +1 -0
- package/src/resource/form/components/SortControl.tsx +1 -0
- package/src/resource/form/components/ZoneControl.tsx +1 -0
- package/src/sales/booking/results/BookingResults.stories.tsx +1 -0
- package/src/sales/booking/results/BookingResults.tsx +1 -0
- package/src/sales/booking/results/components/ResultCard.tsx +6 -2
- package/src/sales/coupon/control/CouponFormControl.tsx +2 -2
- package/src/sales/coupon/form/CouponForm.stories.tsx +1 -0
- package/src/sales/coupon/form/CouponFrom.tsx +1 -1
- package/src/sales/filters/SaleFilter.stories.tsx +1 -1
- package/src/sales/filters/SaleFilters.tsx +1 -0
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +1 -0
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +2 -2
- package/src/sales/guest-profile/profile/Profile.stories.tsx +1 -0
- package/src/sales/guest-profile/profile/Profile.tsx +1 -0
- package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +2 -0
- package/src/sales/guest-profile/user-metrics/UserMetrics.stories.tsx +1 -0
- package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +1 -0
- package/src/sales/guest-profile/visited-providers/VisitedProviders.stories.tsx +1 -0
- package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +1 -0
- package/src/sales/life-time-sales/LifeTimeSalesChart.stories.tsx +1 -0
- 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 +14 -8
- 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 +4 -3
- package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +1 -0
- package/src/sales/manual-booking/select-menu/SelectMenu.tsx +1 -0
- package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +1 -0
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +2 -1
- 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 +5 -6
- package/src/sales/notes/NotesTable.stories.tsx +1 -0
- 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 +1 -0
- package/src/sales/notes/note-form/NoteForm.tsx +1 -0
- package/src/sales/payment-form/SalePaymentForm.stories.tsx +3 -3
- package/src/sales/payment-form/SalePaymentForm.tsx +9 -10
- package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +1 -0
- 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 +1 -0
- package/src/sales/source-of-sales/SourceOfSalesChart.tsx +3 -3
- package/src/sales/statistics-chart/StatisticsChart.stories.tsx +1 -0
- package/src/sales/statistics-chart/StatisticsChart.tsx +1 -1
- package/src/setting/admin/AdminSetting.stories.tsx +1 -0
- package/src/setting/admin/AdminSettingForm.tsx +11 -5
- package/src/setting/admin/PaymentFeeForm.tsx +33 -7
- package/src/setting/dashboard/DashboardSetting.stories.tsx +6 -5
- package/src/setting/dashboard/DashboardSettingForm.tsx +1 -1
- package/src/setting/dashboard/EventSettingForm.tsx +1 -0
- package/src/setting/dashboard/FinancialDataForm.tsx +20 -4
- package/src/setting/dashboard/OtherSettingForm.tsx +1 -0
- package/src/setting/dashboard/ProviderSettingForm.tsx +8 -2
- package/src/setting/dashboard/components/IpInput.stories.tsx +1 -0
- package/src/setting/dashboard/components/IpInput.tsx +6 -6
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.stories.tsx +1 -0
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +1 -0
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.stories.tsx +1 -0
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +1 -1
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.stories.tsx +1 -0
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +3 -2
- package/src/setting/dashboard/snippets/card/SnippetCard.stories.tsx +1 -0
- package/src/setting/dashboard/snippets/card/SnippetCard.tsx +6 -6
- package/src/setting/system/SystemSetting.stories.tsx +1 -0
- package/src/setting/system/SystemSettingForm.tsx +1 -0
- package/src/sidebar/elements/Elements.stories.tsx +1 -0
- package/src/sidebar/elements/ReturnBack.tsx +3 -2
- package/src/slide-curtain/SlideCurtain.stories.tsx +1 -0
- package/src/slide-curtain/SlideCurtain.tsx +7 -3
- package/src/snippet/snippet-template/SnippetTemplate.stories.tsx +1 -0
- 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 +1 -0
- package/src/snippet/snippet-template/control/PropertyControl.tsx +2 -2
- package/src/snippet/snippet-template/form/SnippetTemplateForm.stories.tsx +1 -0
- package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +3 -3
- package/src/snippet/snippet-template/preview/Preview.stories.tsx +1 -0
- package/src/snippet/snippet-template/preview/Preview.tsx +5 -15
- package/src/snippet/snippet-template/settings/SettingButton.tsx +3 -2
- package/src/snippet/snippet-template/settings/Settings.stories.tsx +1 -0
- package/src/snippet/snippet-template/utils/index.ts +2 -2
- package/src/sortable-fields/SortableFieldItem.tsx +2 -2
- package/src/sortable-fields/SortableFieldList.tsx +2 -1
- package/src/sortable-list/CreateSortableListItem.tsx +8 -2
- package/src/sortable-list/SortableList.stories.tsx +1 -0
- package/src/sortable-list/SortableList.tsx +1 -1
- package/src/sortable-tree/SortableTree.stories.tsx +1 -0
- package/src/sortable-tree/SortableTree.tsx +1 -1
- package/src/sortable-tree/SortableTreeItem.stories.tsx +1 -0
- package/src/sortable-tree/SortableTreeItem.tsx +13 -24
- package/src/sortable-tree/index.ts +1 -1
- package/src/sorting-select/SortingSelect.stories.tsx +1 -0
- package/src/sorting-select/SortingSelect.tsx +1 -1
- package/src/static/CountryCodeSelect.tsx +1 -0
- package/src/static/CountrySelect.tsx +1 -1
- package/src/static/CurrencyNumberInput.tsx +3 -3
- package/src/static/FormCard.tsx +1 -0
- package/src/static/Icon.tsx +37 -0
- package/src/static/Image.tsx +1 -0
- package/src/static/RestrictedAccess.tsx +3 -2
- package/src/static/SocialButton.tsx +6 -5
- package/src/static/Static.stories.tsx +259 -290
- package/src/static/StyledButton.tsx +1 -1
- package/src/static/TextField.tsx +2 -2
- package/src/static/UserBadge.tsx +7 -2
- package/src/static/WarningMessage.tsx +1 -0
- package/src/static/date-range-input/DateRangeInput.stories.tsx +1 -1
- package/src/static/date-range-input/DateRangeInput.tsx +7 -3
- package/src/static/date-range-input/utils/index.ts +1 -1
- package/src/static/form-number-input/FormNumberInput.stories.tsx +1 -0
- package/src/static/form-number-input/FormNumberInput.tsx +1 -0
- package/src/static/images/DefaultUserImage.tsx +1 -0
- package/src/static/images/Images.stories.tsx +8 -10
- package/src/static/index.ts +1 -0
- package/src/static/loader/BlockLoader.tsx +1 -0
- package/src/static/loader/ButtonLoader.tsx +1 -0
- package/src/static/loader/Loader.stories.tsx +1 -0
- package/src/static/loader/LoaderIndicator.tsx +1 -1
- package/src/static/loader/PaymentLoader.tsx +1 -1
- package/src/static/loader/SnippetLoader.tsx +1 -0
- package/src/static/manual-date-picker/ManualDatePicker.tsx +1 -0
- 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 +4 -3
- package/src/static/switch/BooleanSwitch.tsx +2 -2
- package/src/static/switch/Switch.stories.tsx +1 -1
- package/src/static/switch/Switch.tsx +1 -0
- 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 +1 -0
- package/src/striped-static-table/StripedStaticTable.tsx +4 -2
- package/src/styles/affiliate/AffiliateCard.scss +2 -2
- package/src/styles/events/EventCard.scss +3 -3
- package/src/styles/iframe-events/Calendar.scss +1 -0
- package/src/styles/iframe-events/Card.scss +1 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/overrides/_functions.scss +2 -2
- package/src/styles/product-set/ProductSetCard.scss +2 -2
- package/src/styles/product-set/ProductSetForm.scss +2 -25
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/styles/sales/SalesAndViews.scss +4 -5
- package/src/styles/snippet-templates/SnippetTemplateCard.scss +1 -1
- package/{dist/styles/themes/bookedit/index.scss → src/styles/themes/bookedit/_index.scss} +35 -35
- package/src/styles/themes/bookedit/_variables.scss +9 -13
- package/src/styles/themes/licklist/_index.scss +45 -0
- package/src/styles/venue-map-sets/VenueMapSetCard.scss +9 -7
- package/src/styles/zones/ZoneCard.scss +12 -7
- package/src/styles/zones/ZoneForm.scss +1 -2
- package/src/table/FilterHelperComponent.tsx +1 -1
- package/src/table/MenuButton.tsx +10 -5
- package/src/table/PaginationHelperComponent.tsx +10 -9
- 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 +15 -16
- package/src/table/hooks/useTableQueryOptions.ts +5 -6
- package/src/table/types.ts +1 -1
- package/src/table/utils/index.ts +5 -5
- package/src/theme/Theme.stories.tsx +95 -96
- package/src/tiptap-editor/TipTapEditor.stories.tsx +1 -0
- package/src/tiptap-editor/TipTapEditor.tsx +3 -3
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +1 -0
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +18 -25
- package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +8 -4
- 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 +4 -6
- package/src/typeahead/Typeahead.tsx +1 -0
- 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 +1 -0
- package/src/venue-map-sets/card/VenueMapSetCard.tsx +6 -6
- package/src/venue-map-sets/form/VenueMapSetForm.stories.tsx +1 -0
- package/src/venue-map-sets/form/VenueMapSetForm.tsx +2 -2
- package/src/venue-map-sets/form/components/NameControl.tsx +1 -0
- package/src/venue-map-sets/form/components/VenueMapControl.tsx +10 -5
- package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +8 -8
- package/src/venue-map-sets/form/components/VenueMapModal.tsx +7 -6
- 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/zone/card/ZoneCard.stories.tsx +1 -0
- package/src/zone/card/ZoneCard.tsx +6 -6
- package/src/zone/form/ZoneForm.stories.tsx +1 -0
- package/src/zone/form/ZoneForm.tsx +3 -4
- package/src/zone/form/components/AvailableTimesControl.tsx +10 -5
- package/src/zone/form/components/DescriptionControl.tsx +1 -0
- package/src/zone/form/components/GameDurationControl.tsx +1 -0
- package/src/zone/form/components/NameControl.tsx +1 -0
- package/src/zone/form/components/SortControl.tsx +1 -0
- package/src/zone/form/components/ZoneControl.tsx +4 -3
- package/src/zone/form/components/ZoneImageControl.tsx +3 -3
- package/src/zone/form/components/ZoneRecurrenceControl.tsx +12 -3
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +17 -15
- package/src/zone/form/components/ZoneTypeControl.tsx +1 -0
- package/src/zone/form/utils/dates.ts +13 -12
- package/tsconfig.json +8 -6
- package/.yarnrc.yml +0 -3
- package/dist/styles/themes/licklist/index.scss +0 -45
- package/src/styles/themes/licklist/index.scss +0 -45
- package/src/vite-env.d.ts +0 -3
- package/tsconfig.build.json +0 -7
- package/vite.config.ts +0 -34
- package/yarn.lock +0 -20986
- /package/.storybook/{main.cjs → main.js} +0 -0
|
@@ -1,88 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { Modal, Button } from 'react-bootstrap';
|
|
3
|
-
import { useTranslation } from 'react-i18next';
|
|
4
|
-
import { FaTimes } from 'react-icons/fa';
|
|
5
|
-
import 'react';
|
|
6
|
-
import 'react-bootstrap/PageItem';
|
|
7
|
-
import '@licklist/plugins/dist/services/Table/PaginationService';
|
|
8
|
-
import 'clsx';
|
|
9
|
-
import '@licklist/plugins/dist/services/Table/TableService';
|
|
10
|
-
import { StaticTable } from '../../table/StaticTable.js';
|
|
11
|
-
import 'react-router-dom';
|
|
12
|
-
import 'lodash';
|
|
13
|
-
import '@licklist/plugins/dist/hooks/Query/useQuery';
|
|
14
|
-
import '@licklist/plugins/dist/services/Route/RouteService';
|
|
15
|
-
import 'react-loader';
|
|
16
|
-
import '../../table/utils/index.js';
|
|
17
|
-
import '@tanstack/react-table';
|
|
18
|
-
import { useTableData } from './hooks/useTableData.js';
|
|
19
|
-
|
|
20
|
-
var EventStatisticModal = function(param) {
|
|
21
|
-
var isOpen = param.isOpen, setIsOpen = param.setIsOpen, date = param.date, eventStatistic = param.eventStatistic, title = param.title;
|
|
22
|
-
var t = useTranslation("Design").t;
|
|
23
|
-
var data = useTableData(date, eventStatistic);
|
|
24
|
-
var handleClose = function() {
|
|
25
|
-
setIsOpen(false);
|
|
26
|
-
};
|
|
27
|
-
return /*#__PURE__*/ jsxs(Modal, {
|
|
28
|
-
show: isOpen,
|
|
29
|
-
onHide: handleClose,
|
|
30
|
-
animation: false,
|
|
31
|
-
centered: true,
|
|
32
|
-
contentClassName: "rounded",
|
|
33
|
-
className: "event-statistic-modal",
|
|
34
|
-
children: [
|
|
35
|
-
/*#__PURE__*/ jsxs(Modal.Header, {
|
|
36
|
-
children: [
|
|
37
|
-
/*#__PURE__*/ jsx(Modal.Title, {
|
|
38
|
-
as: "h6",
|
|
39
|
-
children: title !== null && title !== void 0 ? title : t("eventStatistic")
|
|
40
|
-
}),
|
|
41
|
-
/*#__PURE__*/ jsx(Button, {
|
|
42
|
-
variant: "danger",
|
|
43
|
-
className: "btn-sm rounded",
|
|
44
|
-
onClick: handleClose,
|
|
45
|
-
children: /*#__PURE__*/ jsx(FaTimes, {
|
|
46
|
-
size: 16
|
|
47
|
-
})
|
|
48
|
-
})
|
|
49
|
-
]
|
|
50
|
-
}),
|
|
51
|
-
/*#__PURE__*/ jsx(Modal.Body, {
|
|
52
|
-
children: data.length ? /*#__PURE__*/ jsxs(Fragment, {
|
|
53
|
-
children: [
|
|
54
|
-
/*#__PURE__*/ jsx("h5", {
|
|
55
|
-
className: "mb-5",
|
|
56
|
-
children: t("statistics")
|
|
57
|
-
}),
|
|
58
|
-
/*#__PURE__*/ jsx(StaticTable, {
|
|
59
|
-
columns: [
|
|
60
|
-
{
|
|
61
|
-
key: "name",
|
|
62
|
-
label: ""
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
key: "quantity",
|
|
66
|
-
label: ""
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
key: "total",
|
|
70
|
-
label: ""
|
|
71
|
-
}
|
|
72
|
-
],
|
|
73
|
-
data: data,
|
|
74
|
-
className: "striped-static-table"
|
|
75
|
-
})
|
|
76
|
-
]
|
|
77
|
-
}) : /*#__PURE__*/ jsx("div", {
|
|
78
|
-
className: "no-statistic",
|
|
79
|
-
children: /*#__PURE__*/ jsx("h5", {
|
|
80
|
-
children: t("noStatisticsForSelectedEvent")
|
|
81
|
-
})
|
|
82
|
-
})
|
|
83
|
-
})
|
|
84
|
-
]
|
|
85
|
-
});
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
export { EventStatisticModal };
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("react"),a=(e=t)&&"object"==typeof e&&"default"in e?e.default:e,l=require("react-i18next"),n=require("react-bootstrap"),r=require("../../static/Icon.js");require("../../table/MenuButton.js");var s=require("../../table/StaticTable.js");require("../../table/FilterHelperComponent.js"),require("../../table/PaginationHelperComponent.js"),require("../../table/PerPageHelperComponent.js"),require("../../table/TableHelperComponent.js"),require("../../table/ReactTableHelperComponent.js");var i=require("./hooks/useTableData.js");exports.EventStatisticModal=function(e){var t=e.isOpen,o=e.setIsOpen,c=e.date,u=e.eventStatistic,m=e.title,d=l.useTranslation("Design").t,b=i.useTableData(c,u),p=function(){o(!1)};return a.createElement(n.Modal,{show:t,onHide:p,animation:!1,centered:!0,contentClassName:"rounded",className:"event-statistic-modal"},a.createElement(n.Modal.Header,null,a.createElement(n.Modal.Title,{as:"h6"},null!=m?m:d("eventStatistic")),a.createElement(n.Button,{variant:"danger",className:"btn-sm rounded",onClick:p},a.createElement(r.default,{type:"times",height:"1rem"}))),a.createElement(n.Modal.Body,null,b.length?a.createElement(a.Fragment,null,a.createElement("h5",{className:"mb-5"},d("statistics")),a.createElement(s.StaticTable,{columns:[{key:"name",label:""},{key:"quantity",label:""},{key:"total",label:""}],data:b,className:"striped-static-table"})):a.createElement("div",{className:"no-statistic"},a.createElement("h5",null,d("noStatisticsForSelectedEvent")))))};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventStatistic } from "@licklist/core/dist/DataMapper/Provider/EventStatisticDataMapper";
|
|
2
|
-
import { Event } from "@licklist/core/dist/DataMapper/Provider/EventDataMapper";
|
|
3
|
-
import { StaticTableData } from "../../../table";
|
|
4
|
-
export declare const useTableData: (date: Event["startAt"] | null, eventStatistic: EventStatistic | null) => StaticTableData[];
|
|
1
|
+
import { EventStatistic } from "@licklist/core/dist/DataMapper/Provider/EventStatisticDataMapper";
|
|
2
|
+
import { Event } from "@licklist/core/dist/DataMapper/Provider/EventDataMapper";
|
|
3
|
+
import { StaticTableData } from "../../../table";
|
|
4
|
+
export declare const useTableData: (date: Event["startAt"] | null, eventStatistic: EventStatistic | null) => StaticTableData[];
|
|
5
5
|
//# sourceMappingURL=useTableData.d.ts.map
|
|
@@ -1,114 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { useState, useEffect } from 'react';
|
|
3
|
-
import clsx from 'clsx';
|
|
4
|
-
import { useIntl } from 'react-intl';
|
|
5
|
-
import { useTranslation } from 'react-i18next';
|
|
6
|
-
import * as Config from '@licklist/core/dist/Config';
|
|
7
|
-
import { convertEventStatisticToTableData, TRANSLATION_KEYS } from '../utils/index.js';
|
|
8
|
-
|
|
9
|
-
function _array_like_to_array(arr, len) {
|
|
10
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
11
|
-
for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
|
|
12
|
-
return arr2;
|
|
13
|
-
}
|
|
14
|
-
function _array_with_holes(arr) {
|
|
15
|
-
if (Array.isArray(arr)) return arr;
|
|
16
|
-
}
|
|
17
|
-
function _iterable_to_array_limit(arr, i) {
|
|
18
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
19
|
-
if (_i == null) return;
|
|
20
|
-
var _arr = [];
|
|
21
|
-
var _n = true;
|
|
22
|
-
var _d = false;
|
|
23
|
-
var _s, _e;
|
|
24
|
-
try {
|
|
25
|
-
for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
|
|
26
|
-
_arr.push(_s.value);
|
|
27
|
-
if (i && _arr.length === i) break;
|
|
28
|
-
}
|
|
29
|
-
} catch (err) {
|
|
30
|
-
_d = true;
|
|
31
|
-
_e = err;
|
|
32
|
-
} finally{
|
|
33
|
-
try {
|
|
34
|
-
if (!_n && _i["return"] != null) _i["return"]();
|
|
35
|
-
} finally{
|
|
36
|
-
if (_d) throw _e;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
return _arr;
|
|
40
|
-
}
|
|
41
|
-
function _non_iterable_rest() {
|
|
42
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
43
|
-
}
|
|
44
|
-
function _sliced_to_array(arr, i) {
|
|
45
|
-
return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
|
|
46
|
-
}
|
|
47
|
-
function _unsupported_iterable_to_array(o, minLen) {
|
|
48
|
-
if (!o) return;
|
|
49
|
-
if (typeof o === "string") return _array_like_to_array(o, minLen);
|
|
50
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
51
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
52
|
-
if (n === "Map" || n === "Set") return Array.from(n);
|
|
53
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
|
|
54
|
-
}
|
|
55
|
-
var useTableData = function(date, eventStatistic) {
|
|
56
|
-
var t = useTranslation("Design").t;
|
|
57
|
-
var formatNumber = useIntl().formatNumber;
|
|
58
|
-
var _useState = _sliced_to_array(useState([]), 2), tableRows = _useState[0], setTableRows = _useState[1];
|
|
59
|
-
var boldContent = function(content) {
|
|
60
|
-
var isHeader = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
|
|
61
|
-
return /*#__PURE__*/ jsx("div", {
|
|
62
|
-
className: clsx("bold", isHeader && "header-row"),
|
|
63
|
-
children: content
|
|
64
|
-
});
|
|
65
|
-
};
|
|
66
|
-
var translatedValue = function(content) {
|
|
67
|
-
var key = String(content);
|
|
68
|
-
if (!Object.keys(TRANSLATION_KEYS).includes(key)) {
|
|
69
|
-
return key;
|
|
70
|
-
}
|
|
71
|
-
return t(key);
|
|
72
|
-
};
|
|
73
|
-
var transformStatisticToTableRows = function(date, statistic) {
|
|
74
|
-
if (!statistic) {
|
|
75
|
-
return [];
|
|
76
|
-
}
|
|
77
|
-
var tableDataRows = [];
|
|
78
|
-
convertEventStatisticToTableData(date, statistic).forEach(function(param) {
|
|
79
|
-
var name = param.name, quantity = param.quantity, total = param.total, isBold = param.isBold, isHeader = param.isHeader, key = param.key;
|
|
80
|
-
var formattedTotal = !Object.keys(TRANSLATION_KEYS).includes(String(total)) ? formatNumber(Number(total), {
|
|
81
|
-
style: "currency",
|
|
82
|
-
currency: Config.Currency.GBP
|
|
83
|
-
}) : total;
|
|
84
|
-
var formattedName = translatedValue(name);
|
|
85
|
-
var formattedQuantity = translatedValue(quantity);
|
|
86
|
-
if (!isBold) {
|
|
87
|
-
tableDataRows.push({
|
|
88
|
-
name: formattedName,
|
|
89
|
-
quantity: formattedQuantity,
|
|
90
|
-
total: formattedTotal,
|
|
91
|
-
key: key
|
|
92
|
-
});
|
|
93
|
-
return;
|
|
94
|
-
}
|
|
95
|
-
tableDataRows.push({
|
|
96
|
-
name: boldContent(formattedName, isHeader),
|
|
97
|
-
quantity: boldContent(formattedQuantity, isHeader),
|
|
98
|
-
total: boldContent(name === TRANSLATION_KEYS.total ? "Total: ".concat(formattedTotal) : formattedTotal, isHeader),
|
|
99
|
-
key: key
|
|
100
|
-
});
|
|
101
|
-
});
|
|
102
|
-
return tableDataRows;
|
|
103
|
-
};
|
|
104
|
-
useEffect(function() {
|
|
105
|
-
setTableRows(transformStatisticToTableRows(date, eventStatistic));
|
|
106
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
107
|
-
}, [
|
|
108
|
-
date,
|
|
109
|
-
eventStatistic
|
|
110
|
-
]);
|
|
111
|
-
return tableRows;
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
export { useTableData };
|
|
1
|
+
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=require("tslib"),r=require("react"),n=e(r),u=require("@licklist/core/dist/Config"),i=require("react-i18next"),a=e(require("clsx")),c=require("react-intl"),o=require("../utils/index.js");exports.useTableData=function(e,s){var l=i.useTranslation("Design").t,f=c.useIntl().formatNumber,d=t.__read(r.useState([]),2),y=d[0],T=d[1],b=function(e,t){return void 0===t&&(t=!1),n.createElement("div",{className:a("bold",t&&"header-row")},e)},q=function(e){var t=String(e);return Object.keys(o.TRANSLATION_KEYS).includes(t)?l(t):t};return r.useEffect((function(){T(function(e,t){if(!t)return[];var r=[];return o.convertEventStatisticToTableData(e,t).forEach((function(e){var t=e.name,n=e.quantity,i=e.total,a=e.isBold,c=e.isHeader,s=e.key,l=Object.keys(o.TRANSLATION_KEYS).includes(String(i))?i:f(Number(i),{style:"currency",currency:u.Currency.GBP}),d=q(t),y=q(n);a?r.push({name:b(d,c),quantity:b(y,c),total:b(t===o.TRANSLATION_KEYS.total?"Total: ".concat(l):l,c),key:s}):r.push({name:d,quantity:y,total:l,key:s})})),r}(e,s))}),[e,s]),y};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { EventStatisticModal } from "./EventStatisticModal";
|
|
2
|
-
export type { EventStatisticModalProps } from "./EventStatisticModal";
|
|
1
|
+
export { EventStatisticModal } from "./EventStatisticModal";
|
|
2
|
+
export type { EventStatisticModalProps } from "./EventStatisticModal";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { EventStatistic } from "@licklist/core/dist/DataMapper/Provider/EventStatisticDataMapper";
|
|
2
|
-
export declare const TRANSLATION_KEYS: {
|
|
3
|
-
shortQuantity: string;
|
|
4
|
-
total: string;
|
|
5
|
-
totalPerCategory: string;
|
|
6
|
-
};
|
|
7
|
-
type TableDataRecord = {
|
|
8
|
-
name: string;
|
|
9
|
-
key: string;
|
|
10
|
-
isHeader?: boolean;
|
|
11
|
-
isBold?: boolean;
|
|
12
|
-
quantity: string;
|
|
13
|
-
total: string;
|
|
14
|
-
metadata?: {
|
|
15
|
-
_productsSold: number;
|
|
16
|
-
_total: number;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export declare const convertEventStatisticToTableData: (date: string, eventStatistic: EventStatistic) => TableDataRecord[];
|
|
20
|
-
export {};
|
|
1
|
+
import { EventStatistic } from "@licklist/core/dist/DataMapper/Provider/EventStatisticDataMapper";
|
|
2
|
+
export declare const TRANSLATION_KEYS: {
|
|
3
|
+
shortQuantity: string;
|
|
4
|
+
total: string;
|
|
5
|
+
totalPerCategory: string;
|
|
6
|
+
};
|
|
7
|
+
type TableDataRecord = {
|
|
8
|
+
name: string;
|
|
9
|
+
key: string;
|
|
10
|
+
isHeader?: boolean;
|
|
11
|
+
isBold?: boolean;
|
|
12
|
+
quantity: string;
|
|
13
|
+
total: string;
|
|
14
|
+
metadata?: {
|
|
15
|
+
_productsSold: number;
|
|
16
|
+
_total: number;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export declare const convertEventStatisticToTableData: (date: string, eventStatistic: EventStatistic) => TableDataRecord[];
|
|
20
|
+
export {};
|
|
21
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,110 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { DATE_FORMAT, DATE_TIME_FULL_FORMAT } from '@licklist/core/dist/Config';
|
|
3
|
-
|
|
4
|
-
function _array_like_to_array(arr, len) {
|
|
5
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
6
|
-
for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
|
|
7
|
-
return arr2;
|
|
8
|
-
}
|
|
9
|
-
function _array_without_holes(arr) {
|
|
10
|
-
if (Array.isArray(arr)) return _array_like_to_array(arr);
|
|
11
|
-
}
|
|
12
|
-
function _iterable_to_array(iter) {
|
|
13
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
14
|
-
}
|
|
15
|
-
function _non_iterable_spread() {
|
|
16
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
17
|
-
}
|
|
18
|
-
function _to_consumable_array(arr) {
|
|
19
|
-
return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
|
|
20
|
-
}
|
|
21
|
-
function _unsupported_iterable_to_array(o, minLen) {
|
|
22
|
-
if (!o) return;
|
|
23
|
-
if (typeof o === "string") return _array_like_to_array(o, minLen);
|
|
24
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
25
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
26
|
-
if (n === "Map" || n === "Set") return Array.from(n);
|
|
27
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
|
|
28
|
-
}
|
|
29
|
-
var TRANSLATION_KEYS = {
|
|
30
|
-
shortQuantity: "shortQuantity",
|
|
31
|
-
total: "total",
|
|
32
|
-
totalPerCategory: "totalPerCategory"
|
|
33
|
-
};
|
|
34
|
-
var convertEventStatisticToTableData = function(date, eventStatistic) {
|
|
35
|
-
var _Object_keys;
|
|
36
|
-
var totalAmount = 0;
|
|
37
|
-
var totalQuantity = 0;
|
|
38
|
-
if (!eventStatistic) {
|
|
39
|
-
return [];
|
|
40
|
-
}
|
|
41
|
-
var summaryFormattedDate = DateTime.fromISO(date).toUTC().toFormat(DATE_FORMAT);
|
|
42
|
-
var _Object_keys_filter;
|
|
43
|
-
var summaryDays = (_Object_keys_filter = (_Object_keys = Object.keys(eventStatistic === null || eventStatistic === void 0 ? void 0 : eventStatistic.productCategorySummary)) === null || _Object_keys === void 0 ? void 0 : _Object_keys.filter(function(date) {
|
|
44
|
-
return DateTime.fromFormat(date, DATE_TIME_FULL_FORMAT).toFormat(DATE_FORMAT) === summaryFormattedDate;
|
|
45
|
-
})) !== null && _Object_keys_filter !== void 0 ? _Object_keys_filter : [];
|
|
46
|
-
var summaryMap = new Map();
|
|
47
|
-
summaryDays.map(function(day) {
|
|
48
|
-
return eventStatistic === null || eventStatistic === void 0 ? void 0 : eventStatistic.productCategorySummary[day];
|
|
49
|
-
}).flat().sort(function(prev, next) {
|
|
50
|
-
return prev.categoryName === next.categoryName ? 0 : prev.categoryName > next.categoryName ? 1 : -1;
|
|
51
|
-
}).forEach(function(param) {
|
|
52
|
-
var totalPerCategory = param.totalPerCategory, _param_productsSummary = param.productsSummary, productsSummary = _param_productsSummary === void 0 ? [] : _param_productsSummary, categoryName = param.categoryName, eventId = param.eventId;
|
|
53
|
-
var quantity = 0;
|
|
54
|
-
totalAmount += totalPerCategory || 0;
|
|
55
|
-
if (!summaryMap.has("".concat(categoryName))) {
|
|
56
|
-
summaryMap.set("".concat(categoryName), {
|
|
57
|
-
name: categoryName,
|
|
58
|
-
key: "".concat(eventId, ".").concat(categoryName),
|
|
59
|
-
isBold: true,
|
|
60
|
-
isHeader: true,
|
|
61
|
-
quantity: TRANSLATION_KEYS.shortQuantity,
|
|
62
|
-
total: TRANSLATION_KEYS.total
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
productsSummary === null || productsSummary === void 0 ? void 0 : productsSummary.forEach(function(param) {
|
|
66
|
-
var productsSold = param.productsSold, name = param.name, totalQuantity = param.totalQuantity, total = param.total;
|
|
67
|
-
quantity += productsSold;
|
|
68
|
-
var _summaryMap_get;
|
|
69
|
-
var existingProduct = (_summaryMap_get = summaryMap.get("".concat(categoryName, ".").concat(name))) !== null && _summaryMap_get !== void 0 ? _summaryMap_get : {
|
|
70
|
-
metadata: {
|
|
71
|
-
_productsSold: 0,
|
|
72
|
-
_total: 0
|
|
73
|
-
}
|
|
74
|
-
};
|
|
75
|
-
summaryMap.set("".concat(categoryName, ".").concat(name), {
|
|
76
|
-
name: name,
|
|
77
|
-
key: "".concat(eventId, ".").concat(categoryName, ".").concat(name),
|
|
78
|
-
quantity: totalQuantity ? "".concat(existingProduct.metadata._productsSold + productsSold, " / ").concat(totalQuantity) : String(existingProduct.metadata._productsSold + productsSold),
|
|
79
|
-
total: String(existingProduct.metadata._total + total),
|
|
80
|
-
metadata: {
|
|
81
|
-
_productsSold: existingProduct.metadata._productsSold + productsSold,
|
|
82
|
-
_total: existingProduct.metadata._total + total
|
|
83
|
-
}
|
|
84
|
-
});
|
|
85
|
-
});
|
|
86
|
-
var _summaryMap_get;
|
|
87
|
-
var prevTotalPerCategory = (_summaryMap_get = summaryMap.get("".concat(categoryName, ".").concat(TRANSLATION_KEYS.totalPerCategory))) !== null && _summaryMap_get !== void 0 ? _summaryMap_get : {
|
|
88
|
-
quantity: 0,
|
|
89
|
-
total: 0
|
|
90
|
-
};
|
|
91
|
-
summaryMap.set("".concat(categoryName, ".").concat(TRANSLATION_KEYS.totalPerCategory), {
|
|
92
|
-
name: TRANSLATION_KEYS.totalPerCategory,
|
|
93
|
-
key: "".concat(eventId, ".").concat(categoryName, ".").concat(TRANSLATION_KEYS.totalPerCategory),
|
|
94
|
-
quantity: String(Number(prevTotalPerCategory.quantity) + quantity),
|
|
95
|
-
total: String(Number(prevTotalPerCategory.total) + totalPerCategory),
|
|
96
|
-
isBold: true
|
|
97
|
-
});
|
|
98
|
-
totalQuantity += quantity;
|
|
99
|
-
});
|
|
100
|
-
summaryMap.set("".concat(TRANSLATION_KEYS.total, ".").concat(totalAmount), {
|
|
101
|
-
name: TRANSLATION_KEYS.total,
|
|
102
|
-
key: "".concat(TRANSLATION_KEYS.total, ".").concat(totalAmount),
|
|
103
|
-
quantity: String(totalQuantity),
|
|
104
|
-
total: String(totalAmount),
|
|
105
|
-
isBold: true
|
|
106
|
-
});
|
|
107
|
-
return _to_consumable_array(summaryMap.values());
|
|
108
|
-
};
|
|
109
|
-
|
|
110
|
-
export { TRANSLATION_KEYS, convertEventStatisticToTableData };
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("tslib"),a=require("@licklist/core/dist/Config"),o=require("luxon"),e={shortQuantity:"shortQuantity",total:"total",totalPerCategory:"totalPerCategory"};exports.TRANSLATION_KEYS=e,exports.convertEventStatisticToTableData=function(r,c){var n,l,i=0,u=0;if(!c)return[];var d=o.DateTime.fromISO(r).toUTC().toFormat(a.DATE_FORMAT),y=null!==(l=null===(n=Object.keys(null==c?void 0:c.productCategorySummary))||void 0===n?void 0:n.filter((function(t){return o.DateTime.fromFormat(t,a.DATE_TIME_FULL_FORMAT).toFormat(a.DATE_FORMAT)===d})))&&void 0!==l?l:[],m=new Map;return y.map((function(t){return null==c?void 0:c.productCategorySummary[t]})).flat().sort((function(t,a){return t.categoryName===a.categoryName?0:t.categoryName>a.categoryName?1:-1})).forEach((function(t){var a,o=t.totalPerCategory,r=t.productsSummary,c=void 0===r?[]:r,n=t.categoryName,l=t.eventId,d=0;i+=o||0,m.has("".concat(n))||m.set("".concat(n),{name:n,key:"".concat(l,".").concat(n),isBold:!0,isHeader:!0,quantity:e.shortQuantity,total:e.total}),null==c||c.forEach((function(t){var a,o=t.productsSold,e=t.name,r=t.totalQuantity,c=t.total;d+=o;var i=null!==(a=m.get("".concat(n,".").concat(e)))&&void 0!==a?a:{metadata:{_productsSold:0,_total:0}};m.set("".concat(n,".").concat(e),{name:e,key:"".concat(l,".").concat(n,".").concat(e),quantity:r?"".concat(i.metadata._productsSold+o," / ").concat(r):String(i.metadata._productsSold+o),total:String(i.metadata._total+c),metadata:{_productsSold:i.metadata._productsSold+o,_total:i.metadata._total+c}})}));var y=null!==(a=m.get("".concat(n,".").concat(e.totalPerCategory)))&&void 0!==a?a:{quantity:0,total:0};m.set("".concat(n,".").concat(e.totalPerCategory),{name:e.totalPerCategory,key:"".concat(l,".").concat(n,".").concat(e.totalPerCategory),quantity:String(Number(y.quantity)+d),total:String(Number(y.total)+o),isBold:!0}),u+=d})),m.set("".concat(e.total,".").concat(i),{name:e.total,key:"".concat(e.total,".").concat(i),quantity:String(u),total:String(i),isBold:!0}),t.__spreadArray([],t.__read(m.values()),!1)};
|
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Point } from "@licklist/plugins/dist/types/context/event/point";
|
|
3
|
+
import { PointProduct } from "@licklist/core/dist/DataMapper/Product/PointProductDataMapper";
|
|
4
|
+
import { Product } from "@licklist/core/dist/DataMapper/Product/ProductDataMapper";
|
|
5
|
+
import { QuantityCheckProductInfo } from "@licklist/plugins/dist/types/Api/verifyStock";
|
|
6
|
+
import { VenueMapRef } from "./components/VenueMap";
|
|
7
|
+
export type EventVenueMapIframeProps = {
|
|
8
|
+
width?: number;
|
|
9
|
+
height?: number;
|
|
10
|
+
onPointClick?: (pointId?: number) => void;
|
|
11
|
+
usedInIframe?: boolean;
|
|
12
|
+
choosedProductUuids?: string[];
|
|
13
|
+
errorOnChoosedProductUuids?: string[];
|
|
14
|
+
};
|
|
15
|
+
export type EventVenueMapProps = {
|
|
16
|
+
url: string;
|
|
17
|
+
points?: Partial<Point>[];
|
|
18
|
+
name?: string;
|
|
19
|
+
onPointsChange?: (value: Partial<Point>[]) => void;
|
|
20
|
+
editMode?: boolean;
|
|
21
|
+
products?: Partial<Product>[];
|
|
22
|
+
pointProducts?: Partial<PointProduct>[];
|
|
23
|
+
onPointProductsChange?: (values: Partial<PointProduct>[]) => void;
|
|
24
|
+
soldOutProducts?: QuantityCheckProductInfo[];
|
|
25
|
+
} & EventVenueMapIframeProps;
|
|
26
|
+
export declare const EventVenueMap: React.ForwardRefExoticComponent<{
|
|
27
|
+
url: string;
|
|
28
|
+
points?: Partial<Point>[];
|
|
29
|
+
name?: string;
|
|
30
|
+
onPointsChange?: (value: Partial<Point>[]) => void;
|
|
31
|
+
editMode?: boolean;
|
|
32
|
+
products?: Partial<Product>[];
|
|
33
|
+
pointProducts?: Partial<PointProduct>[];
|
|
34
|
+
onPointProductsChange?: (values: Partial<PointProduct>[]) => void;
|
|
35
|
+
soldOutProducts?: QuantityCheckProductInfo[];
|
|
36
|
+
} & EventVenueMapIframeProps & React.RefAttributes<VenueMapRef>>;
|
|
36
37
|
//# sourceMappingURL=EventVenueMap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventVenueMap.d.ts","sourceRoot":"","sources":["../../../src/events/event-venue-map/EventVenueMap.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EventVenueMap.d.ts","sourceRoot":"","sources":["../../../src/events/event-venue-map/EventVenueMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,KAAK,EAAE,MAAM,kDAAkD,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,+DAA+D,CAAC;AAC7F,OAAO,EAAE,OAAO,EAAE,MAAM,0DAA0D,CAAC;AACnF,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAY,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAG9D,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,0BAA0B,CAAC,EAAE,MAAM,EAAE,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,KAAK,IAAI,CAAC;IACnD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC;IAC9B,aAAa,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,EAAE,CAAC;IACxC,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,EAAE,KAAK,IAAI,CAAC;IAClE,eAAe,CAAC,EAAE,wBAAwB,EAAE,CAAC;CAC9C,GAAG,wBAAwB,CAAC;AAE7B,eAAO,MAAM,aAAa;SAXnB,MAAM;aACF,QAAQ,KAAK,CAAC,EAAE;WAClB,MAAM;6BACY,QAAQ,KAAK,CAAC,EAAE,KAAK,IAAI;eACvC,OAAO;eACP,QAAQ,OAAO,CAAC,EAAE;oBACb,QAAQ,YAAY,CAAC,EAAE;qCACN,QAAQ,YAAY,CAAC,EAAE,KAAK,IAAI;sBAC/C,wBAAwB,EAAE;gEAiD7C,CAAC"}
|
|
@@ -1,86 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
import { EventVenueMapProvider } from '@licklist/plugins/dist/context/event/EventVenueMapContext';
|
|
4
|
-
import { VenueMap } from './components/VenueMap/VenueMap.js';
|
|
5
|
-
import { useCanvasSize } from './hooks/useCanvasSize.js';
|
|
6
|
-
|
|
7
|
-
function _define_property(obj, key, value) {
|
|
8
|
-
if (key in obj) {
|
|
9
|
-
Object.defineProperty(obj, key, {
|
|
10
|
-
value: value,
|
|
11
|
-
enumerable: true,
|
|
12
|
-
configurable: true,
|
|
13
|
-
writable: true
|
|
14
|
-
});
|
|
15
|
-
} else {
|
|
16
|
-
obj[key] = value;
|
|
17
|
-
}
|
|
18
|
-
return obj;
|
|
19
|
-
}
|
|
20
|
-
function _object_spread(target) {
|
|
21
|
-
for(var i = 1; i < arguments.length; i++){
|
|
22
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
|
23
|
-
var ownKeys = Object.keys(source);
|
|
24
|
-
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
25
|
-
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
26
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
27
|
-
}));
|
|
28
|
-
}
|
|
29
|
-
ownKeys.forEach(function(key) {
|
|
30
|
-
_define_property(target, key, source[key]);
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
return target;
|
|
34
|
-
}
|
|
35
|
-
function ownKeys(object, enumerableOnly) {
|
|
36
|
-
var keys = Object.keys(object);
|
|
37
|
-
if (Object.getOwnPropertySymbols) {
|
|
38
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
39
|
-
if (enumerableOnly) {
|
|
40
|
-
symbols = symbols.filter(function(sym) {
|
|
41
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
42
|
-
});
|
|
43
|
-
}
|
|
44
|
-
keys.push.apply(keys, symbols);
|
|
45
|
-
}
|
|
46
|
-
return keys;
|
|
47
|
-
}
|
|
48
|
-
function _object_spread_props(target, source) {
|
|
49
|
-
source = source != null ? source : {};
|
|
50
|
-
if (Object.getOwnPropertyDescriptors) {
|
|
51
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
52
|
-
} else {
|
|
53
|
-
ownKeys(Object(source)).forEach(function(key) {
|
|
54
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
return target;
|
|
58
|
-
}
|
|
59
|
-
var EventVenueMap = /*#__PURE__*/ forwardRef(function(param, ref) {
|
|
60
|
-
var url = param.url, points = param.points, _param_editMode = param.editMode, editMode = _param_editMode === void 0 ? false : _param_editMode, name = param.name, onPointsChange = param.onPointsChange, products = param.products, pointProducts = param.pointProducts, onPointProductsChange = param.onPointProductsChange, width = param.width, height = param.height, onPointClick = param.onPointClick, _param_usedInIframe = param.usedInIframe, usedInIframe = _param_usedInIframe === void 0 ? false : _param_usedInIframe, _param_choosedProductUuids = param.choosedProductUuids, choosedProductUuids = _param_choosedProductUuids === void 0 ? [] : _param_choosedProductUuids, _param_errorOnChoosedProductUuids = param.errorOnChoosedProductUuids, errorOnChoosedProductUuids = _param_errorOnChoosedProductUuids === void 0 ? [] : _param_errorOnChoosedProductUuids, soldOutProducts = param.soldOutProducts;
|
|
61
|
-
var canvasSizes = useCanvasSize({
|
|
62
|
-
width: width,
|
|
63
|
-
height: height
|
|
64
|
-
});
|
|
65
|
-
return /*#__PURE__*/ jsx(EventVenueMapProvider, {
|
|
66
|
-
points: points,
|
|
67
|
-
editMode: editMode,
|
|
68
|
-
onPointsChange: onPointsChange,
|
|
69
|
-
products: products,
|
|
70
|
-
pointProducts: pointProducts,
|
|
71
|
-
onPointProductsChange: onPointProductsChange,
|
|
72
|
-
children: /*#__PURE__*/ jsx(VenueMap, _object_spread_props(_object_spread({
|
|
73
|
-
url: url,
|
|
74
|
-
name: name
|
|
75
|
-
}, canvasSizes), {
|
|
76
|
-
onPointClick: onPointClick,
|
|
77
|
-
usedInIframe: usedInIframe,
|
|
78
|
-
ref: ref,
|
|
79
|
-
choosedProductUuids: choosedProductUuids,
|
|
80
|
-
errorOnChoosedProductUuids: errorOnChoosedProductUuids,
|
|
81
|
-
soldOutProducts: soldOutProducts
|
|
82
|
-
}))
|
|
83
|
-
});
|
|
84
|
-
});
|
|
85
|
-
|
|
86
|
-
export { EventVenueMap };
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,o=require("tslib"),t=require("react"),n=(e=t)&&"object"==typeof e&&"default"in e?e.default:e,r=require("@licklist/plugins/dist/context/event/EventVenueMapContext"),i=require("./components/VenueMap/VenueMap.js"),s=require("./hooks/useCanvasSize.js"),u=t.forwardRef((function(e,t){var u=e.url,d=e.points,a=e.editMode,c=void 0!==a&&a,p=e.name,P=e.onPointsChange,l=e.products,h=e.pointProducts,v=e.onPointProductsChange,C=e.width,f=e.height,M=e.onPointClick,g=e.usedInIframe,m=void 0!==g&&g,V=e.choosedProductUuids,q=void 0===V?[]:V,E=e.errorOnChoosedProductUuids,O=void 0===E?[]:E,j=e.soldOutProducts,k=s.useCanvasSize({width:C,height:f});return n.createElement(r.EventVenueMapProvider,{points:d,editMode:c,onPointsChange:P,products:l,pointProducts:h,onPointProductsChange:v},n.createElement(i.VenueMap,o.__assign({url:u,name:p},k,{onPointClick:M,usedInIframe:m,ref:t,choosedProductUuids:q,errorOnChoosedProductUuids:O,soldOutProducts:j})))}));exports.EventVenueMap=u;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ImageOffset } from "../../types";
|
|
3
|
+
type DropdownProps = ImageOffset & {
|
|
4
|
+
stageX: number;
|
|
5
|
+
stageY: number;
|
|
6
|
+
};
|
|
7
|
+
export declare const Dropdown: ({ imageOffsetX, imageOffsetY, imageScale, scale, stageX, stageY, }: DropdownProps) => JSX.Element;
|
|
8
|
+
export {};
|
|
8
9
|
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../../src/events/event-venue-map/components/Dropdown/Dropdown.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAQ1C,KAAK,aAAa,GAAG,WAAW,GAAG;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,QAAQ,uEAOlB,aAAa,
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../../src/events/event-venue-map/components/Dropdown/Dropdown.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAQ1C,KAAK,aAAa,GAAG,WAAW,GAAG;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,QAAQ,uEAOlB,aAAa,gBA8Ef,CAAC"}
|