@licklist/design 0.66.12 → 0.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2154) hide show
  1. package/.storybook/{main.js → main.cjs} +12 -15
  2. package/.storybook/preview.js +4 -3
  3. package/.yarnrc.yml +3 -0
  4. package/bitbucket-pipelines.yml +19 -14
  5. package/dist/affiliate/card/AffiliateCard.d.ts +11 -12
  6. package/dist/affiliate/card/AffiliateCard.d.ts.map +1 -1
  7. package/dist/affiliate/card/AffiliateCard.js +159 -1
  8. package/dist/affiliate/card/index.d.ts +1 -1
  9. package/dist/affiliate/form/AffiliateControl.d.ts +7 -8
  10. package/dist/affiliate/form/AffiliateControl.d.ts.map +1 -1
  11. package/dist/affiliate/form/AffiliateControl.js +292 -1
  12. package/dist/affiliate/form/AffiliateForm.d.ts +9 -10
  13. package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
  14. package/dist/affiliate/form/AffiliateForm.js +151 -1
  15. package/dist/affiliate/form/index.d.ts +2 -2
  16. package/dist/affiliate/index.d.ts +3 -3
  17. package/dist/affiliate/types/index.d.ts +11 -11
  18. package/dist/assets/dashboard/addImage.svg.js +27 -1
  19. package/dist/assets/dashboard/chartBar.svg.js +153 -1
  20. package/dist/assets/dashboard/genderFemale.svg.js +15 -1
  21. package/dist/assets/dashboard/genderMale.svg.js +22 -1
  22. package/dist/assets/dashboard/increment.svg.js +28 -1
  23. package/dist/assets/dashboard/info.svg.js +26 -1
  24. package/dist/assets/dashboard/managerRole.svg.js +18 -1
  25. package/dist/assets/dashboard/subManagerRole.svg.js +24 -1
  26. package/dist/assets/dashboard/viewerRole.svg.js +24 -1
  27. package/dist/assets/dashboard/visitedProviderLink.svg.js +20 -1
  28. package/dist/assets/dashboard/warning.svg.js +17 -1
  29. package/dist/assets/editor/bold.svg.js +18 -1
  30. package/dist/assets/editor/double-quotes-l.svg.js +18 -1
  31. package/dist/assets/editor/format-clear.svg.js +18 -1
  32. package/dist/assets/editor/h1.svg.js +18 -1
  33. package/dist/assets/editor/h2.svg.js +18 -1
  34. package/dist/assets/editor/italic.svg.js +18 -1
  35. package/dist/assets/editor/paragraph.svg.js +18 -1
  36. package/dist/assets/editor/separator.svg.js +18 -1
  37. package/dist/assets/editor/strikethrough.svg.js +18 -1
  38. package/dist/assets/editor/text-wrap.svg.js +19 -1
  39. package/dist/assets/iframe/available.svg.js +36 -1
  40. package/dist/assets/iframe/calendar.svg.js +16 -1
  41. package/dist/assets/iframe/clock.svg.js +17 -1
  42. package/dist/assets/iframe/close.svg.js +15 -1
  43. package/dist/assets/iframe/limited.svg.js +36 -1
  44. package/dist/assets/iframe/selectArrow.svg.js +17 -1
  45. package/dist/assets/iframe/soldOut.svg.js +39 -1
  46. package/dist/assets/iframe/success.svg.js +14 -1
  47. package/dist/assets/iframe/ticket.svg.js +16 -1
  48. package/dist/assets/logo/bookedit.svg.js +14 -1
  49. package/dist/assets/logo/licklist.sm.svg.js +33 -1
  50. package/dist/assets/logo/licklist.svg.js +16 -1
  51. package/dist/assets/static/default.user.png.js +3 -1
  52. package/dist/auth/AccessDenied/AccessDenied.d.ts +1 -2
  53. package/dist/auth/AccessDenied/AccessDenied.d.ts.map +1 -1
  54. package/dist/auth/AccessDenied/AccessDenied.js +56 -1
  55. package/dist/auth/AccessDenied/index.d.ts +1 -1
  56. package/dist/auth/Authorizer.d.ts +6 -6
  57. package/dist/auth/Authorizer.d.ts.map +1 -1
  58. package/dist/auth/Authorizer.js +128 -1
  59. package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts +2 -3
  60. package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
  61. package/dist/auth/ChangePassword/ChangePasswordComponent.js +302 -1
  62. package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts +9 -10
  63. package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
  64. package/dist/auth/ChangePassword/ChangePasswordFormComponent.js +340 -1
  65. package/dist/auth/ChangePassword/index.d.ts +2 -2
  66. package/dist/auth/Layout/AuthNavComponent.d.ts +2 -3
  67. package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
  68. package/dist/auth/Layout/AuthNavComponent.js +32 -1
  69. package/dist/auth/Layout/UserNavComponent.d.ts +6 -7
  70. package/dist/auth/Layout/UserNavComponent.d.ts.map +1 -1
  71. package/dist/auth/Layout/UserNavComponent.js +30 -1
  72. package/dist/auth/Layout/UserNavDropDown.d.ts +2 -3
  73. package/dist/auth/Layout/UserNavDropDown.d.ts.map +1 -1
  74. package/dist/auth/Layout/UserNavDropDown.js +23 -1
  75. package/dist/auth/Layout/UserNavDropDownToggle.d.ts +6 -7
  76. package/dist/auth/Layout/UserNavDropDownToggle.d.ts.map +1 -1
  77. package/dist/auth/Layout/UserNavDropDownToggle.js +32 -1
  78. package/dist/auth/Layout/index.d.ts +4 -4
  79. package/dist/auth/Login/LoginComponent.d.ts +6 -7
  80. package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
  81. package/dist/auth/Login/LoginComponent.js +367 -1
  82. package/dist/auth/Login/LoginFormComponent.d.ts +15 -16
  83. package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
  84. package/dist/auth/Login/LoginFormComponent.js +346 -1
  85. package/dist/auth/Login/index.d.ts +2 -2
  86. package/dist/auth/Logout/Logout.d.ts +1 -2
  87. package/dist/auth/Logout/Logout.d.ts.map +1 -1
  88. package/dist/auth/Logout/Logout.js +22 -1
  89. package/dist/auth/Logout/index.d.ts +1 -1
  90. package/dist/auth/Register/BirthDateFormComponent.d.ts +11 -12
  91. package/dist/auth/Register/BirthDateFormComponent.d.ts.map +1 -1
  92. package/dist/auth/Register/BirthDateFormComponent.js +275 -1
  93. package/dist/auth/Register/RegisterComponent.d.ts +5 -6
  94. package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
  95. package/dist/auth/Register/RegisterComponent.js +364 -1
  96. package/dist/auth/Register/RegisterFormComponent.d.ts +24 -25
  97. package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
  98. package/dist/auth/Register/RegisterFormComponent.js +687 -1
  99. package/dist/auth/Register/index.d.ts +3 -3
  100. package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts +2 -3
  101. package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
  102. package/dist/auth/ResetPassword/ResetPasswordComponent.js +283 -1
  103. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +11 -12
  104. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
  105. package/dist/auth/ResetPassword/ResetPasswordFormComponent.js +318 -1
  106. package/dist/auth/ResetPassword/index.d.ts +2 -2
  107. package/dist/auth/Router.d.ts +6 -6
  108. package/dist/auth/Router.d.ts.map +1 -1
  109. package/dist/auth/Router.js +27 -1
  110. package/dist/auth/Social/SocialCallbackComponent.d.ts +2 -3
  111. package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
  112. package/dist/auth/Social/SocialCallbackComponent.js +336 -1
  113. package/dist/auth/Social/SocialFormComponent.d.ts +6 -7
  114. package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
  115. package/dist/auth/Social/SocialFormComponent.js +274 -1
  116. package/dist/auth/Social/index.d.ts +2 -2
  117. package/dist/auth/index.d.ts +10 -10
  118. package/dist/availability-indicator/AvailabilityIndicator.d.ts +8 -9
  119. package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
  120. package/dist/availability-indicator/AvailabilityIndicator.js +69 -1
  121. package/dist/availability-indicator/index.d.ts +1 -1
  122. package/dist/calendar/Calendar.d.ts +16 -16
  123. package/dist/calendar/Calendar.d.ts.map +1 -1
  124. package/dist/calendar/Calendar.js +58 -1
  125. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts +4 -5
  126. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
  127. package/dist/calendar/components/CalendarButtons/CalendarButtons.js +133 -1
  128. package/dist/calendar/components/CalendarButtons/index.d.ts +1 -1
  129. package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +3 -4
  130. package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
  131. package/dist/calendar/components/CalendarDates/CalendarDates.js +101 -1
  132. package/dist/calendar/components/CalendarDates/index.d.ts +1 -1
  133. package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts +11 -12
  134. package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
  135. package/dist/calendar/components/CalendarSelect/CalendarSelect.js +35 -1
  136. package/dist/calendar/components/CalendarSelect/index.d.ts +2 -2
  137. package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts +1 -2
  138. package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts.map +1 -1
  139. package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.js +41 -1
  140. package/dist/calendar/components/CalendarWeekdays/index.d.ts +1 -1
  141. package/dist/calendar/index.d.ts +3 -3
  142. package/dist/calendar/utils/index.d.ts +3 -3
  143. package/dist/calendar/utils/index.js +23 -1
  144. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts +11 -11
  145. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts.map +1 -1
  146. package/dist/collapsible-input-group/CollapsibleInputGroup.js +59 -1
  147. package/dist/collapsible-input-group/index.d.ts +1 -1
  148. package/dist/custom-fields/constants.d.ts +32 -32
  149. package/dist/custom-fields/constants.d.ts.map +1 -1
  150. package/dist/custom-fields/constants.js +53 -1
  151. package/dist/custom-fields/field/FieldItem.d.ts +8 -8
  152. package/dist/custom-fields/field/FieldItem.d.ts.map +1 -1
  153. package/dist/custom-fields/field/FieldItem.js +17 -1
  154. package/dist/custom-fields/field/SelectFieldModal.d.ts +7 -8
  155. package/dist/custom-fields/field/SelectFieldModal.d.ts.map +1 -1
  156. package/dist/custom-fields/field/SelectFieldModal.js +40 -1
  157. package/dist/custom-fields/field-set/CustomFieldSets.d.ts +28 -29
  158. package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
  159. package/dist/custom-fields/field-set/CustomFieldSets.js +106 -1
  160. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +15 -16
  161. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
  162. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +478 -1
  163. package/dist/custom-fields/field-set/components/CustomFieldSet/index.d.ts +1 -1
  164. package/dist/custom-fields/field-set/components/index.d.ts +1 -1
  165. package/dist/custom-fields/field-set/contexts/index.d.ts +1 -1
  166. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts +9 -10
  167. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts.map +1 -1
  168. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.js +8 -1
  169. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts +2 -2
  170. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
  171. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.js +63 -1
  172. package/dist/custom-fields/field-set/providers/index.d.ts +1 -1
  173. package/dist/custom-fields/forms/DropdownForm.d.ts +14 -15
  174. package/dist/custom-fields/forms/DropdownForm.d.ts.map +1 -1
  175. package/dist/custom-fields/forms/DropdownForm.js +248 -1
  176. package/dist/custom-fields/forms/TextInputForm.d.ts +13 -14
  177. package/dist/custom-fields/forms/TextInputForm.d.ts.map +1 -1
  178. package/dist/custom-fields/forms/TextInputForm.js +92 -1
  179. package/dist/custom-fields/index.d.ts +1 -1
  180. package/dist/customers/components/filter/CustomerFilter.d.ts +11 -12
  181. package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
  182. package/dist/customers/components/filter/CustomerFilter.js +88 -1
  183. package/dist/customers/components/filter/index.d.ts +2 -2
  184. package/dist/customers/components/index.d.ts +1 -1
  185. package/dist/customers/index.d.ts +1 -1
  186. package/dist/date-time-button/DateContent.d.ts +7 -8
  187. package/dist/date-time-button/DateContent.d.ts.map +1 -1
  188. package/dist/date-time-button/DateContent.js +89 -1
  189. package/dist/date-time-button/DateTimeButton.d.ts +21 -21
  190. package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
  191. package/dist/date-time-button/DateTimeButton.js +61 -1
  192. package/dist/date-time-button/index.d.ts +1 -1
  193. package/dist/error/ErrorFallback.d.ts +2 -3
  194. package/dist/error/ErrorFallback.d.ts.map +1 -1
  195. package/dist/error/ErrorFallback.js +22 -1
  196. package/dist/error/index.d.ts +1 -1
  197. package/dist/events/edit-event-modal/IntervalInput.d.ts +15 -16
  198. package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
  199. package/dist/events/edit-event-modal/IntervalInput.js +289 -1
  200. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +37 -38
  201. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
  202. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +515 -1
  203. package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts +2 -1
  204. package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts.map +1 -1
  205. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts +9 -10
  206. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
  207. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.js +113 -1
  208. package/dist/events/edit-event-modal/component/ProductSetShortForm/index.d.ts +1 -1
  209. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +3 -4
  210. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  211. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +212 -1
  212. package/dist/events/edit-event-modal/component/SaleDeadline/index.d.ts +1 -1
  213. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +12 -13
  214. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
  215. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +316 -1
  216. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +13 -14
  217. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
  218. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +235 -1
  219. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/index.d.ts +1 -1
  220. package/dist/events/edit-event-modal/component/SelectEventProductSet/index.d.ts +1 -1
  221. package/dist/events/edit-event-modal/hooks/index.d.ts +2 -2
  222. package/dist/events/edit-event-modal/hooks/useFormattedDuration.d.ts +1 -1
  223. package/dist/events/edit-event-modal/hooks/useFormattedDuration.js +120 -1
  224. package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts +10 -10
  225. package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts.map +1 -1
  226. package/dist/events/edit-event-modal/hooks/useValidationOptions.js +40 -1
  227. package/dist/events/edit-event-modal/index.d.ts +3 -3
  228. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts +3 -3
  229. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  230. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +152 -1
  231. package/dist/events/edit-event-modal/utils/isUrlValid.d.ts +1 -1
  232. package/dist/events/edit-event-modal/utils/isUrlValid.js +8 -1
  233. package/dist/events/edit-event-modal/utils/removeRruleCount.d.ts +1 -1
  234. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +23 -24
  235. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
  236. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +122 -1
  237. package/dist/events/edit-recurrent-event-modal/index.d.ts +1 -1
  238. package/dist/events/event-card/EventCard.d.ts +20 -21
  239. package/dist/events/event-card/EventCard.d.ts.map +1 -1
  240. package/dist/events/event-card/EventCard.js +236 -1
  241. package/dist/events/event-card/EventCardSkeleton.d.ts +1 -2
  242. package/dist/events/event-card/EventCardSkeleton.d.ts.map +1 -1
  243. package/dist/events/event-card/EventCardSkeleton.js +63 -1
  244. package/dist/events/event-card/index.d.ts +2 -2
  245. package/dist/events/event-card/utils.d.ts +36 -36
  246. package/dist/events/event-card/utils.d.ts.map +1 -1
  247. package/dist/events/event-card/utils.js +139 -1
  248. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +10 -11
  249. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  250. package/dist/events/event-statistic-modal/EventStatisticModal.js +88 -1
  251. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +4 -4
  252. package/dist/events/event-statistic-modal/hooks/useTableData.js +114 -1
  253. package/dist/events/event-statistic-modal/index.d.ts +2 -2
  254. package/dist/events/event-statistic-modal/utils/index.d.ts +20 -20
  255. package/dist/events/event-statistic-modal/utils/index.js +110 -1
  256. package/dist/events/event-venue-map/EventVenueMap.d.ts +35 -36
  257. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  258. package/dist/events/event-venue-map/EventVenueMap.js +86 -1
  259. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts +7 -8
  260. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
  261. package/dist/events/event-venue-map/components/Dropdown/Dropdown.js +127 -1
  262. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts +2 -2
  263. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
  264. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.js +19 -1
  265. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.d.ts +1 -1
  266. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts +7 -8
  267. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts.map +1 -1
  268. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.js +38 -1
  269. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.d.ts +1 -1
  270. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts +6 -7
  271. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
  272. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.js +236 -1
  273. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.d.ts +1 -1
  274. package/dist/events/event-venue-map/components/Dropdown/index.d.ts +1 -1
  275. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +12 -13
  276. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
  277. package/dist/events/event-venue-map/components/MapPoint/MapPoint.js +137 -1
  278. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts +7 -8
  279. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts.map +1 -1
  280. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.js +46 -1
  281. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.d.ts +1 -1
  282. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts +7 -8
  283. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts.map +1 -1
  284. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.js +44 -1
  285. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.d.ts +1 -1
  286. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts +13 -14
  287. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts.map +1 -1
  288. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.js +114 -1
  289. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/index.d.ts +1 -1
  290. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts +11 -12
  291. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts.map +1 -1
  292. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.js +194 -1
  293. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/index.d.ts +2 -2
  294. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts +7 -8
  295. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts.map +1 -1
  296. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.js +61 -1
  297. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts +1 -1
  298. package/dist/events/event-venue-map/components/MapPoint/index.d.ts +1 -1
  299. package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts +2 -3
  300. package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts.map +1 -1
  301. package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.js +106 -1
  302. package/dist/events/event-venue-map/components/Scrollbars/index.d.ts +1 -1
  303. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +15 -16
  304. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
  305. package/dist/events/event-venue-map/components/VenueMap/VenueMap.js +247 -1
  306. package/dist/events/event-venue-map/components/VenueMap/index.d.ts +2 -2
  307. package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts +2 -3
  308. package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts.map +1 -1
  309. package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.js +37 -1
  310. package/dist/events/event-venue-map/components/ZoomButtons/index.d.ts +1 -1
  311. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts +8 -8
  312. package/dist/events/event-venue-map/hooks/useCanvasSize.js +23 -1
  313. package/dist/events/event-venue-map/hooks/useDrag.d.ts +11 -11
  314. package/dist/events/event-venue-map/hooks/useDrag.d.ts.map +1 -1
  315. package/dist/events/event-venue-map/hooks/useDrag.js +196 -1
  316. package/dist/events/event-venue-map/hooks/useImage.d.ts +5 -5
  317. package/dist/events/event-venue-map/hooks/useImage.d.ts.map +1 -1
  318. package/dist/events/event-venue-map/hooks/useImage.js +157 -1
  319. package/dist/events/event-venue-map/hooks/useStageActions.d.ts +11 -11
  320. package/dist/events/event-venue-map/hooks/useStageActions.d.ts.map +1 -1
  321. package/dist/events/event-venue-map/hooks/useStageActions.js +144 -1
  322. package/dist/events/event-venue-map/hooks/useZoom.d.ts +6 -6
  323. package/dist/events/event-venue-map/hooks/useZoom.d.ts.map +1 -1
  324. package/dist/events/event-venue-map/hooks/useZoom.js +216 -1
  325. package/dist/events/event-venue-map/index.d.ts +2 -1
  326. package/dist/events/event-venue-map/index.d.ts.map +1 -1
  327. package/dist/events/event-venue-map/types/index.d.ts +31 -31
  328. package/dist/events/event-venue-map/utils/index.d.ts +51 -51
  329. package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
  330. package/dist/events/event-venue-map/utils/index.js +177 -1
  331. package/dist/events/index.d.ts +5 -5
  332. package/dist/file-upload/FilePreview.d.ts +23 -24
  333. package/dist/file-upload/FilePreview.d.ts.map +1 -1
  334. package/dist/file-upload/FilePreview.js +100 -1
  335. package/dist/file-upload/FileUpload.d.ts +34 -35
  336. package/dist/file-upload/FileUpload.d.ts.map +1 -1
  337. package/dist/file-upload/FileUpload.js +226 -1
  338. package/dist/file-upload/index.d.ts +1 -1
  339. package/dist/header/BookeditHeader.d.ts +14 -14
  340. package/dist/header/BookeditHeader.d.ts.map +1 -1
  341. package/dist/header/BookeditHeader.js +21 -1
  342. package/dist/header/Header.d.ts +15 -15
  343. package/dist/header/Header.d.ts.map +1 -1
  344. package/dist/header/Header.js +55 -1
  345. package/dist/header/LicklistHeader.d.ts +14 -14
  346. package/dist/header/LicklistHeader.d.ts.map +1 -1
  347. package/dist/header/LicklistHeader.js +23 -1
  348. package/dist/header/elements/CompanySelector.d.ts +10 -11
  349. package/dist/header/elements/CompanySelector.d.ts.map +1 -1
  350. package/dist/header/elements/CompanySelector.js +36 -1
  351. package/dist/header/elements/index.d.ts +2 -2
  352. package/dist/header/index.d.ts +5 -5
  353. package/dist/help/example/Example.d.ts +22 -22
  354. package/dist/help/example/Example.d.ts.map +1 -1
  355. package/dist/help/example/Example.js +343 -1
  356. package/dist/help/example/index.d.ts +1 -1
  357. package/dist/help/index.d.ts +2 -2
  358. package/dist/help/popover/HelpPopover.d.ts +10 -10
  359. package/dist/help/popover/HelpPopover.d.ts.map +1 -1
  360. package/dist/help/popover/HelpPopover.js +131 -1
  361. package/dist/help/popover/index.d.ts +1 -1
  362. package/dist/iframe/activity-card/ActivityCard.d.ts +15 -15
  363. package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
  364. package/dist/iframe/activity-card/ActivityCard.js +69 -1
  365. package/dist/iframe/activity-card/index.d.ts +1 -1
  366. package/dist/iframe/back-button/BackButton.d.ts +4 -5
  367. package/dist/iframe/back-button/BackButton.d.ts.map +1 -1
  368. package/dist/iframe/back-button/BackButton.js +18 -1
  369. package/dist/iframe/back-button/index.d.ts +1 -1
  370. package/dist/iframe/custom-fields/components/CustomDateField.d.ts +7 -8
  371. package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
  372. package/dist/iframe/custom-fields/components/CustomDateField.js +230 -1
  373. package/dist/iframe/custom-fields/index.d.ts +2 -2
  374. package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts +4 -5
  375. package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts.map +1 -1
  376. package/dist/iframe/event/event-booking-form/EventBookingForm.js +84 -1
  377. package/dist/iframe/event/event-booking-form/index.d.ts +1 -1
  378. package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts +9 -10
  379. package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts.map +1 -1
  380. package/dist/iframe/event/event-booking-products/EventBookingProducts.js +33 -1
  381. package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +13 -14
  382. package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts.map +1 -1
  383. package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.js +199 -1
  384. package/dist/iframe/event/event-booking-products/components/AccordionItem/index.d.ts +1 -1
  385. package/dist/iframe/event/event-booking-products/index.d.ts +1 -1
  386. package/dist/iframe/event/event-booking-view/EventBookingView.d.ts +10 -11
  387. package/dist/iframe/event/event-booking-view/EventBookingView.d.ts.map +1 -1
  388. package/dist/iframe/event/event-booking-view/EventBookingView.js +27 -1
  389. package/dist/iframe/event/event-booking-view/index.d.ts +1 -1
  390. package/dist/iframe/event/event-card/IframeEventCard.d.ts +21 -22
  391. package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
  392. package/dist/iframe/event/event-card/IframeEventCard.js +131 -1
  393. package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts +10 -11
  394. package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts.map +1 -1
  395. package/dist/iframe/event/event-card/IframeEventCardSkeleton.js +94 -1
  396. package/dist/iframe/event/event-card/index.d.ts +2 -2
  397. package/dist/iframe/event/event-description/EventDescription.d.ts +12 -13
  398. package/dist/iframe/event/event-description/EventDescription.d.ts.map +1 -1
  399. package/dist/iframe/event/event-description/EventDescription.js +145 -1
  400. package/dist/iframe/event/event-description/index.d.ts +1 -1
  401. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts +11 -12
  402. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts.map +1 -1
  403. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +133 -1
  404. package/dist/iframe/event/event-navigation-footer/index.d.ts +1 -1
  405. package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts +4 -5
  406. package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts.map +1 -1
  407. package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.js +22 -1
  408. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts +9 -10
  409. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts.map +1 -1
  410. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.js +41 -1
  411. package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts +2 -1
  412. package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts.map +1 -1
  413. package/dist/iframe/event/event-order-short-summary/index.d.ts +2 -2
  414. package/dist/iframe/event/event-order-short-summary/index.d.ts.map +1 -1
  415. package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts +7 -8
  416. package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts.map +1 -1
  417. package/dist/iframe/event/event-order-summary/EventOrderSummary.js +49 -1
  418. package/dist/iframe/event/event-order-summary/index.d.ts +1 -1
  419. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +7 -8
  420. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
  421. package/dist/iframe/event/event-product-sets/EventProductSets.js +18 -1
  422. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +7 -8
  423. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
  424. package/dist/iframe/event/event-product-sets/components/EventProductSet.js +19 -1
  425. package/dist/iframe/event/event-product-sets/index.d.ts +2 -2
  426. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts +7 -8
  427. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
  428. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.js +24 -1
  429. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +7 -8
  430. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
  431. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.js +32 -1
  432. package/dist/iframe/event/event-step-venue-map-zones/index.d.ts +2 -2
  433. package/dist/iframe/event/event-tables/EventTables.d.ts +9 -10
  434. package/dist/iframe/event/event-tables/EventTables.d.ts.map +1 -1
  435. package/dist/iframe/event/event-tables/EventTables.js +41 -1
  436. package/dist/iframe/event/event-tables/index.d.ts +1 -1
  437. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +14 -15
  438. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts.map +1 -1
  439. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.js +90 -1
  440. package/dist/iframe/event/event-venue-map/index.d.ts +1 -1
  441. package/dist/iframe/event/index.d.ts +16 -13
  442. package/dist/iframe/event/index.d.ts.map +1 -1
  443. package/dist/iframe/event/ticket-description/TicketDescription.d.ts +13 -13
  444. package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
  445. package/dist/iframe/event/ticket-description/TicketDescription.js +126 -1
  446. package/dist/iframe/event/ticket-description/index.d.ts +1 -1
  447. package/dist/iframe/external-modal/ExternalModal.d.ts +8 -9
  448. package/dist/iframe/external-modal/ExternalModal.d.ts.map +1 -1
  449. package/dist/iframe/index.d.ts +12 -8
  450. package/dist/iframe/index.d.ts.map +1 -1
  451. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +6 -7
  452. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
  453. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +181 -1
  454. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts +9 -9
  455. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts.map +1 -1
  456. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.js +117 -1
  457. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.d.ts +2 -2
  458. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +9 -10
  459. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
  460. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +47 -1
  461. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts +1 -1
  462. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +10 -11
  463. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
  464. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.js +51 -1
  465. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts +1 -1
  466. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts +2 -3
  467. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
  468. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.js +37 -1
  469. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts +5 -6
  470. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts.map +1 -1
  471. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.js +25 -1
  472. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.d.ts +2 -2
  473. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts +11 -11
  474. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts.map +1 -1
  475. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.js +107 -1
  476. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.d.ts +1 -1
  477. package/dist/iframe/order-process/components/BookingSummary/index.d.ts +1 -1
  478. package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +25 -25
  479. package/dist/iframe/order-process/components/BookingSummary/types/index.js +4 -1
  480. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +4 -4
  481. package/dist/iframe/order-process/components/BookingSummary/utils/index.js +18 -1
  482. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts +18 -18
  483. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts.map +1 -1
  484. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.js +87 -1
  485. package/dist/iframe/order-process/components/BookingSummaryFooter/index.d.ts +2 -2
  486. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts +21 -22
  487. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts.map +1 -1
  488. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js +409 -1
  489. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +11 -12
  490. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
  491. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.js +25 -1
  492. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +12 -13
  493. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
  494. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.js +40 -1
  495. package/dist/iframe/order-process/components/CalendarStepsForm/index.d.ts +2 -2
  496. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +11 -12
  497. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
  498. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +231 -1
  499. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts +14 -15
  500. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  501. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +78 -1
  502. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.d.ts +1 -1
  503. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +26 -27
  504. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  505. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +62 -1
  506. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.d.ts +1 -1
  507. package/dist/iframe/order-process/components/CategoryProduct/index.d.ts +1 -1
  508. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts +7 -8
  509. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +1 -1
  510. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +58 -1
  511. package/dist/iframe/order-process/components/ErrorModal/index.d.ts +1 -1
  512. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts +9 -9
  513. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts.map +1 -1
  514. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.js +94 -1
  515. package/dist/iframe/order-process/components/NavigationFooter/index.d.ts +1 -1
  516. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts +12 -13
  517. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
  518. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +230 -1
  519. package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts +6 -6
  520. package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts.map +1 -1
  521. package/dist/iframe/order-process/components/NavigationSteps/index.d.ts +2 -1
  522. package/dist/iframe/order-process/components/NavigationSteps/index.d.ts.map +1 -1
  523. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +12 -12
  524. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
  525. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.js +102 -1
  526. package/dist/iframe/order-process/components/PaymentCard/index.d.ts +1 -1
  527. package/dist/iframe/order-process/components/Timer/Timer.d.ts +4 -5
  528. package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
  529. package/dist/iframe/order-process/components/Timer/Timer.js +36 -1
  530. package/dist/iframe/order-process/components/Timer/index.d.ts +1 -1
  531. package/dist/iframe/order-process/components/Timer/utils/index.d.ts +1 -1
  532. package/dist/iframe/order-process/components/Timer/utils/index.js +9 -1
  533. package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +8 -8
  534. package/dist/iframe/order-process/components/utils/useCategoryVerification.js +76 -1
  535. package/dist/iframe/order-process/constants.d.ts +2 -2
  536. package/dist/iframe/order-process/constants.js +4 -1
  537. package/dist/iframe/order-process/index.d.ts +12 -11
  538. package/dist/iframe/order-process/index.d.ts.map +1 -1
  539. package/dist/iframe/page/Page.d.ts +13 -13
  540. package/dist/iframe/page/Page.d.ts.map +1 -1
  541. package/dist/iframe/page/Page.js +111 -1
  542. package/dist/iframe/page/components/PageBody/PageBody.d.ts +10 -10
  543. package/dist/iframe/page/components/PageBody/PageBody.d.ts.map +1 -1
  544. package/dist/iframe/page/components/PageBody/PageBody.js +105 -1
  545. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts +8 -8
  546. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
  547. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.js +126 -1
  548. package/dist/iframe/page/components/PageBody/components/LeftBlock/index.d.ts +2 -2
  549. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts +5 -5
  550. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts.map +1 -1
  551. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.js +156 -1
  552. package/dist/iframe/page/components/PageBody/components/RightBlock/index.d.ts +2 -2
  553. package/dist/iframe/page/components/PageBody/constants.d.ts +19 -19
  554. package/dist/iframe/page/components/PageBody/constants.js +23 -1
  555. package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts +16 -16
  556. package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +227 -1
  557. package/dist/iframe/page/components/PageBody/index.d.ts +2 -2
  558. package/dist/iframe/page/components/PageBody/types.d.ts +3 -3
  559. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts +8 -8
  560. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
  561. package/dist/iframe/page/components/PageHeader/PageHeader.js +136 -1
  562. package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts +2 -2
  563. package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts.map +1 -1
  564. package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.js +71 -1
  565. package/dist/iframe/page/components/PageHeader/index.d.ts +2 -2
  566. package/dist/iframe/page/index.d.ts +6 -6
  567. package/dist/iframe/payment/index.d.ts +6 -6
  568. package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts +2 -3
  569. package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts.map +1 -1
  570. package/dist/iframe/payment/order-items-table/OrderItemsTable.js +54 -1
  571. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +18 -14
  572. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
  573. package/dist/iframe/payment/order-items-table/hooks/useTableData.js +148 -1
  574. package/dist/iframe/payment/order-items-table/index.d.ts +1 -1
  575. package/dist/iframe/payment/order-items-table/types/index.d.ts +18 -18
  576. package/dist/iframe/payment/order-items-table/types/index.d.ts.map +1 -1
  577. package/dist/iframe/payment/order-items-table/types/index.js +6 -1
  578. package/dist/iframe/payment/order-items-table/utils/index.d.ts +25 -25
  579. package/dist/iframe/payment/order-items-table/utils/index.js +99 -1
  580. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts +2 -2
  581. package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +107 -1
  582. package/dist/iframe/payment/payment-form/PaymentForm.d.ts +7 -8
  583. package/dist/iframe/payment/payment-form/PaymentForm.d.ts.map +1 -1
  584. package/dist/iframe/payment/payment-form/PaymentForm.js +118 -1
  585. package/dist/iframe/payment/payment-page/PaymentPage.d.ts +17 -18
  586. package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
  587. package/dist/iframe/payment/payment-page/PaymentPage.js +238 -1
  588. package/dist/iframe/payment/payment-page/PaymentTimer.d.ts +2 -3
  589. package/dist/iframe/payment/payment-page/PaymentTimer.d.ts.map +1 -1
  590. package/dist/iframe/payment/payment-page/PaymentTimer.js +59 -1
  591. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts +6 -7
  592. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
  593. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.js +121 -1
  594. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +23 -23
  595. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
  596. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +143 -1
  597. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +9 -10
  598. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
  599. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.js +28 -1
  600. package/dist/iframe/payment/payment-status-page/component/index.d.ts +1 -1
  601. package/dist/iframe/payment/payment-status-page/index.d.ts +1 -1
  602. package/dist/iframe/payment/status-body/StatusBody.d.ts +7 -8
  603. package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
  604. package/dist/iframe/payment/status-body/StatusBody.js +32 -1
  605. package/dist/iframe/powered-by/PoweredBy.d.ts +5 -6
  606. package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
  607. package/dist/iframe/powered-by/PoweredBy.js +33 -1
  608. package/dist/iframe/powered-by/index.d.ts +1 -1
  609. package/dist/iframe/ryft/RyftPaymentForm.d.ts +16 -17
  610. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  611. package/dist/iframe/ryft/RyftPaymentForm.js +398 -1
  612. package/dist/iframe/ryft/utils/ryft-form.d.ts +8 -8
  613. package/dist/iframe/ryft/utils/ryft-form.js +53 -1
  614. package/dist/image-radio-input/ImageRadioInput.d.ts +14 -14
  615. package/dist/image-radio-input/ImageRadioInput.d.ts.map +1 -1
  616. package/dist/image-radio-input/ImageRadioInput.js +71 -1
  617. package/dist/image-radio-input/index.d.ts +1 -1
  618. package/dist/index.d.ts +44 -44
  619. package/dist/index.js +232 -1
  620. package/dist/layout/BackgroundVideoContainer.d.ts +9 -9
  621. package/dist/layout/BackgroundVideoContainer.d.ts.map +1 -1
  622. package/dist/layout/BackgroundVideoContainer.js +33 -1
  623. package/dist/layout/Container.d.ts +6 -6
  624. package/dist/layout/Container.d.ts.map +1 -1
  625. package/dist/layout/Container.js +11 -1
  626. package/dist/layout/DropDown.d.ts +8 -9
  627. package/dist/layout/DropDown.d.ts.map +1 -1
  628. package/dist/layout/DropDown.js +17 -1
  629. package/dist/layout/DropDownToggle.d.ts +6 -7
  630. package/dist/layout/DropDownToggle.d.ts.map +1 -1
  631. package/dist/layout/DropDownToggle.js +17 -1
  632. package/dist/layout/index.d.ts +5 -5
  633. package/dist/logo/Logo.d.ts +7 -7
  634. package/dist/logo/Logo.d.ts.map +1 -1
  635. package/dist/logo/Logo.js +37 -1
  636. package/dist/logo/index.d.ts +2 -2
  637. package/dist/modals/confirmation/ConfirmModal.d.ts +19 -19
  638. package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
  639. package/dist/modals/confirmation/ConfirmModal.js +169 -1
  640. package/dist/modals/confirmation/index.d.ts +1 -1
  641. package/dist/modals/dialog/Dialog.d.ts +9 -10
  642. package/dist/modals/dialog/Dialog.d.ts.map +1 -1
  643. package/dist/modals/dialog/Dialog.js +62 -1
  644. package/dist/modals/dialog/DialogContext.d.ts +14 -14
  645. package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
  646. package/dist/modals/dialog/DialogContext.js +118 -1
  647. package/dist/modals/dialog/index.d.ts +2 -2
  648. package/dist/modals/fullscreen/FullscreenModal.d.ts +11 -11
  649. package/dist/modals/fullscreen/FullscreenModal.d.ts.map +1 -1
  650. package/dist/modals/fullscreen/FullscreenModal.js +124 -1
  651. package/dist/modals/fullscreen/index.d.ts +1 -1
  652. package/dist/modals/index.d.ts +2 -2
  653. package/dist/notification/components/NotificationPlaceholders.d.ts +5 -6
  654. package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
  655. package/dist/notification/components/NotificationPlaceholders.js +49 -1
  656. package/dist/notification/email-template/card/EmailTemplateCard.d.ts +13 -14
  657. package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
  658. package/dist/notification/email-template/card/EmailTemplateCard.js +85 -1
  659. package/dist/notification/email-template/card/index.d.ts +1 -1
  660. package/dist/notification/email-template/control/EmailTemplateControl.d.ts +12 -13
  661. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  662. package/dist/notification/email-template/control/EmailTemplateControl.js +653 -1
  663. package/dist/notification/email-template/control/index.d.ts +1 -1
  664. package/dist/notification/email-template/form/EmailTemplateForm.d.ts +38 -39
  665. package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
  666. package/dist/notification/email-template/form/EmailTemplateForm.js +182 -1
  667. package/dist/notification/email-template/form/index.d.ts +1 -1
  668. package/dist/notification/email-template/index.d.ts +3 -3
  669. package/dist/notification/hooks/useTranslatedParameters.d.ts +6 -6
  670. package/dist/notification/hooks/useTranslatedParameters.js +21 -1
  671. package/dist/notification/index.d.ts +3 -3
  672. package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts +11 -12
  673. package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts.map +1 -1
  674. package/dist/notification/send-email-template/SendEmailTemplateForm.js +146 -1
  675. package/dist/notification/send-email-template/index.d.ts +1 -1
  676. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts +12 -13
  677. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
  678. package/dist/notification/sms-template/card/SmsTemplateCard.js +76 -1
  679. package/dist/notification/sms-template/card/index.d.ts +1 -1
  680. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +6 -7
  681. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
  682. package/dist/notification/sms-template/control/SmsTemplateControl.js +234 -1
  683. package/dist/notification/sms-template/control/index.d.ts +1 -1
  684. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +22 -23
  685. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
  686. package/dist/notification/sms-template/form/SmsTemplateForm.js +95 -1
  687. package/dist/notification/sms-template/form/index.d.ts +1 -1
  688. package/dist/notification/sms-template/index.d.ts +3 -3
  689. package/dist/number-of-people-input/NumberOfPeopleInput.d.ts +1 -2
  690. package/dist/number-of-people-input/NumberOfPeopleInput.d.ts.map +1 -1
  691. package/dist/number-of-people-input/NumberOfPeopleInput.js +40 -1
  692. package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts +6 -7
  693. package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts.map +1 -1
  694. package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.js +56 -1
  695. package/dist/number-of-people-input/components/index.d.ts +1 -1
  696. package/dist/number-of-people-input/index.d.ts +2 -2
  697. package/dist/product-set/card/ProductSetCard.d.ts +11 -12
  698. package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
  699. package/dist/product-set/card/ProductSetCard.js +178 -1
  700. package/dist/product-set/card/index.d.ts +1 -1
  701. package/dist/product-set/control/DateAndRecurrenceInput.d.ts +15 -16
  702. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  703. package/dist/product-set/control/DateAndRecurrenceInput.js +497 -1
  704. package/dist/product-set/control/DateInput.d.ts +15 -16
  705. package/dist/product-set/control/DateInput.d.ts.map +1 -1
  706. package/dist/product-set/control/DateInput.js +474 -1
  707. package/dist/product-set/control/ProductSetControl.d.ts +49 -50
  708. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  709. package/dist/product-set/control/ProductSetControl.js +375 -1
  710. package/dist/product-set/control/ProductSetRecurrenceControl.d.ts +9 -10
  711. package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
  712. package/dist/product-set/control/ProductSetRecurrenceControl.js +143 -1
  713. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts +9 -10
  714. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts.map +1 -1
  715. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.js +68 -1
  716. package/dist/product-set/control/TutorialGifCard.d.ts +6 -7
  717. package/dist/product-set/control/TutorialGifCard.d.ts.map +1 -1
  718. package/dist/product-set/control/TutorialGifCard.js +137 -1
  719. package/dist/product-set/control/index.d.ts +1 -1
  720. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts +15 -16
  721. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts.map +1 -1
  722. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.js +187 -1
  723. package/dist/product-set/deposit-paid/index.d.ts +1 -1
  724. package/dist/product-set/elements/DeleteFieldButton.d.ts +3 -4
  725. package/dist/product-set/elements/DeleteFieldButton.d.ts.map +1 -1
  726. package/dist/product-set/elements/DeleteFieldButton.js +26 -1
  727. package/dist/product-set/elements/index.d.ts +1 -1
  728. package/dist/product-set/form/MobileFooter.d.ts +1 -2
  729. package/dist/product-set/form/MobileFooter.d.ts.map +1 -1
  730. package/dist/product-set/form/ProductCategoriesControl.d.ts +14 -15
  731. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  732. package/dist/product-set/form/ProductCategoriesControl.js +409 -1
  733. package/dist/product-set/form/ProductSetForm.d.ts +36 -37
  734. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  735. package/dist/product-set/form/ProductSetForm.js +231 -1
  736. package/dist/product-set/form/ProductSetFormPopover.d.ts +5 -6
  737. package/dist/product-set/form/ProductSetFormPopover.d.ts.map +1 -1
  738. package/dist/product-set/form/ProductZonesControl.d.ts +9 -0
  739. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -0
  740. package/dist/product-set/form/ProductZonesControl.js +216 -0
  741. package/dist/product-set/form/ProductsControl.d.ts +15 -18
  742. package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
  743. package/dist/product-set/form/ProductsControl.js +303 -1
  744. package/dist/product-set/form/SelectCategoryModal.d.ts +7 -8
  745. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  746. package/dist/product-set/form/SelectCategoryModal.js +245 -1
  747. package/dist/product-set/form/StepsControl.d.ts +8 -9
  748. package/dist/product-set/form/StepsControl.d.ts.map +1 -1
  749. package/dist/product-set/form/StepsControl.js +208 -1
  750. package/dist/product-set/form/SubProductsControl.d.ts +12 -13
  751. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  752. package/dist/product-set/form/SubProductsControl.js +122 -1
  753. package/dist/product-set/form/VenueMapSetModal.d.ts +7 -8
  754. package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
  755. package/dist/product-set/form/VenueMapSetModal.js +420 -1
  756. package/dist/product-set/form/VenueMapsControl.d.ts +11 -12
  757. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  758. package/dist/product-set/form/VenueMapsControl.js +74 -1
  759. package/dist/product-set/form/context.d.ts +20 -20
  760. package/dist/product-set/form/context.d.ts.map +1 -1
  761. package/dist/product-set/form/context.js +77 -1
  762. package/dist/product-set/form/index.d.ts +1 -1
  763. package/dist/product-set/hooks/useSortableTreeFunctions.d.ts +11 -11
  764. package/dist/product-set/hooks/useSortableTreeFunctions.js +78 -1
  765. package/dist/product-set/index.d.ts +10 -10
  766. package/dist/product-set/item/CreateProductSetItem.d.ts +8 -9
  767. package/dist/product-set/item/CreateProductSetItem.d.ts.map +1 -1
  768. package/dist/product-set/item/CreateProductSetItem.js +23 -1
  769. package/dist/product-set/popover/ProductSetPopover.d.ts +13 -14
  770. package/dist/product-set/popover/ProductSetPopover.d.ts.map +1 -1
  771. package/dist/product-set/popover/ProductSetPopover.js +55 -1
  772. package/dist/product-set/popover/index.d.ts +1 -1
  773. package/dist/product-set/product/ProductControl.d.ts +49 -52
  774. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  775. package/dist/product-set/product/ProductControl.js +508 -1
  776. package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts +8 -0
  777. package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts.map +1 -0
  778. package/dist/product-set/product/advanced-options/AdvancedOptions.js +264 -0
  779. package/dist/product-set/product/advanced-options/index.d.ts +2 -0
  780. package/dist/product-set/product/advanced-options/index.d.ts.map +1 -0
  781. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts +12 -13
  782. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  783. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +221 -1
  784. package/dist/product-set/product/booking-management/index.d.ts +1 -1
  785. package/dist/product-set/product/constants.d.ts +2 -2
  786. package/dist/product-set/product/constants.js +4 -1
  787. package/dist/product-set/product/deposit/ProductDepositControl.d.ts +8 -9
  788. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  789. package/dist/product-set/product/deposit/ProductDepositControl.js +85 -1
  790. package/dist/product-set/product/deposit/index.d.ts +1 -1
  791. package/dist/product-set/product/duration/ProductDurationControl.d.ts +5 -6
  792. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  793. package/dist/product-set/product/duration/ProductDurationControl.js +160 -1
  794. package/dist/product-set/product/duration/index.d.ts +1 -1
  795. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +6 -7
  796. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
  797. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.js +69 -1
  798. package/dist/product-set/product/fixed-duration-fields/index.d.ts +1 -1
  799. package/dist/product-set/product/index.d.ts +4 -4
  800. package/dist/product-set/product/price/ProductPriceControl.d.ts +14 -15
  801. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  802. package/dist/product-set/product/price/ProductPriceControl.js +96 -1
  803. package/dist/product-set/product/price/index.d.ts +1 -1
  804. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts +11 -12
  805. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  806. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +166 -1
  807. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts +11 -12
  808. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  809. package/dist/product-set/product/quantity/ProductQuantityControl.js +158 -1
  810. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts +10 -11
  811. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  812. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +147 -1
  813. package/dist/product-set/product/quantity/index.d.ts +3 -3
  814. package/dist/product-set/product-category/ProductCategoryControl.d.ts +33 -36
  815. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  816. package/dist/product-set/product-category/ProductCategoryControl.js +596 -1
  817. package/dist/product-set/product-category/index.d.ts +1 -1
  818. package/dist/product-set/product-zone/ProductZoneControl.d.ts +15 -0
  819. package/dist/product-set/product-zone/ProductZoneControl.d.ts.map +1 -0
  820. package/dist/product-set/product-zone/ProductZoneControl.js +263 -0
  821. package/dist/product-set/product-zone/index.d.ts +2 -0
  822. package/dist/product-set/product-zone/index.d.ts.map +1 -0
  823. package/dist/product-set/step/StepControl.d.ts +20 -21
  824. package/dist/product-set/step/StepControl.d.ts.map +1 -1
  825. package/dist/product-set/step/StepControl.js +109 -1
  826. package/dist/product-set/step/index.d.ts +1 -1
  827. package/dist/product-set/tabs/ProductSetTab.d.ts +6 -6
  828. package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
  829. package/dist/product-set/tabs/ProductSetTab.js +16 -1
  830. package/dist/product-set/tabs/ProductSetTabs.d.ts +8 -8
  831. package/dist/product-set/tabs/ProductSetTabs.d.ts.map +1 -1
  832. package/dist/product-set/tabs/ProductSetTabs.js +18 -1
  833. package/dist/product-set/tabs/index.d.ts +2 -2
  834. package/dist/product-set/types/index.d.ts +20 -20
  835. package/dist/product-set/utils/index.d.ts +18 -18
  836. package/dist/product-set/utils/index.d.ts.map +1 -1
  837. package/dist/product-set/utils/index.js +140 -1
  838. package/dist/provider/categories-input/CategoriesInput.d.ts +5 -6
  839. package/dist/provider/categories-input/CategoriesInput.d.ts.map +1 -1
  840. package/dist/provider/categories-input/CategoriesInput.js +99 -1
  841. package/dist/provider/categories-input/CategoriesInputDescription.d.ts +5 -6
  842. package/dist/provider/categories-input/CategoriesInputDescription.d.ts.map +1 -1
  843. package/dist/provider/categories-input/CategoriesInputDescription.js +44 -1
  844. package/dist/provider/categories-input/index.d.ts +5 -5
  845. package/dist/provider/company/index.d.ts +1 -1
  846. package/dist/provider/company/user-form/UserForm.d.ts +16 -17
  847. package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
  848. package/dist/provider/company/user-form/UserForm.js +205 -1
  849. package/dist/provider/company/user-form/index.d.ts +1 -1
  850. package/dist/provider/constants.d.ts +1 -1
  851. package/dist/provider/constants.js +3 -1
  852. package/dist/provider/index.d.ts +8 -8
  853. package/dist/provider/location-input/LocationInput.d.ts +1 -2
  854. package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
  855. package/dist/provider/location-input/LocationInput.js +111 -1
  856. package/dist/provider/location-input/LocationInputDescription.d.ts +1 -2
  857. package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
  858. package/dist/provider/location-input/LocationInputDescription.js +54 -1
  859. package/dist/provider/location-input/components/FormGroupControll.d.ts +5 -6
  860. package/dist/provider/location-input/components/FormGroupControll.d.ts.map +1 -1
  861. package/dist/provider/location-input/components/FormGroupControll.js +76 -1
  862. package/dist/provider/location-input/components/index.d.ts +1 -1
  863. package/dist/provider/location-input/index.d.ts +14 -14
  864. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts +19 -20
  865. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
  866. package/dist/provider/provider-details-input/ProviderDetailsInput.js +233 -1
  867. package/dist/provider/provider-details-input/index.d.ts +1 -1
  868. package/dist/provider/provider-form/ProviderForm.d.ts +15 -16
  869. package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
  870. package/dist/provider/provider-form/ProviderForm.js +217 -1
  871. package/dist/provider/provider-form/index.d.ts +1 -1
  872. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts +8 -9
  873. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts.map +1 -1
  874. package/dist/provider/provider-links-input/ProviderLinksInput.js +112 -1
  875. package/dist/provider/provider-links-input/index.d.ts +1 -1
  876. package/dist/provider/venue-form/VenueForm.d.ts +18 -19
  877. package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
  878. package/dist/provider/venue-form/VenueForm.js +257 -1
  879. package/dist/provider/venue-form/index.d.ts +1 -1
  880. package/dist/provider/working-hours-input/WorkingHoursInput.d.ts +1 -2
  881. package/dist/provider/working-hours-input/WorkingHoursInput.d.ts.map +1 -1
  882. package/dist/provider/working-hours-input/WorkingHoursInput.js +175 -1
  883. package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts +1 -2
  884. package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
  885. package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +48 -1
  886. package/dist/provider/working-hours-input/index.d.ts +9 -9
  887. package/dist/provider/working-hours-input/utils.d.ts +2 -2
  888. package/dist/provider/working-hours-input/utils.js +8 -1
  889. package/dist/radio-card/RadioCard.d.ts +12 -12
  890. package/dist/radio-card/RadioCard.d.ts.map +1 -1
  891. package/dist/radio-card/RadioCard.js +64 -1
  892. package/dist/radio-card/index.d.ts +1 -1
  893. package/dist/recurrence-input/RecurrenceEndInput.d.ts +21 -22
  894. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  895. package/dist/recurrence-input/RecurrenceEndInput.js +197 -1
  896. package/dist/recurrence-input/RecurrenceInput.d.ts +10 -11
  897. package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
  898. package/dist/recurrence-input/RecurrenceInput.js +213 -1
  899. package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts +12 -13
  900. package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
  901. package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.js +101 -1
  902. package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts +9 -10
  903. package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
  904. package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.js +53 -1
  905. package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts +9 -10
  906. package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
  907. package/dist/recurrence-input/RecurrenceWeekdaysInput.js +48 -1
  908. package/dist/recurrence-input/index.d.ts +1 -1
  909. package/dist/recurrence-input/utils.d.ts +17 -17
  910. package/dist/recurrence-input/utils.d.ts.map +1 -1
  911. package/dist/recurrence-input/utils.js +73 -1
  912. package/dist/recurring-date-picker-input/DatePickerInput.d.ts +18 -18
  913. package/dist/recurring-date-picker-input/DatePickerInput.d.ts.map +1 -1
  914. package/dist/recurring-date-picker-input/DatePickerInput.js +127 -1
  915. package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts +13 -14
  916. package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts.map +1 -1
  917. package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.js +183 -1
  918. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts +14 -15
  919. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  920. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +13 -14
  921. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
  922. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +262 -1
  923. package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts +9 -10
  924. package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
  925. package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts +6 -7
  926. package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
  927. package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.js +50 -1
  928. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +28 -28
  929. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
  930. package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +383 -1
  931. package/dist/recurring-date-picker-input/index.d.ts +1 -1
  932. package/dist/recurring-date-picker-input/utils.d.ts +17 -17
  933. package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
  934. package/dist/recurring-date-picker-input/utils.js +73 -1
  935. package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts +11 -12
  936. package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts.map +1 -1
  937. package/dist/report/DataFieldsSelector/DataFieldsSelector.js +93 -1
  938. package/dist/report/DataFieldsSelector/index.d.ts +1 -1
  939. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +20 -21
  940. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
  941. package/dist/report/ReportRunnerModal/ReportRunnerModal.js +408 -1
  942. package/dist/report/ReportRunnerModal/index.d.ts +1 -1
  943. package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts +1 -2
  944. package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts.map +1 -1
  945. package/dist/report/ReportTypeSelect/ReportTypeSelect.js +124 -1
  946. package/dist/report/ReportTypeSelect/index.d.ts +1 -1
  947. package/dist/report/card/ReportCard.d.ts +7 -9
  948. package/dist/report/card/ReportCard.d.ts.map +1 -1
  949. package/dist/report/card/ReportCard.js +23 -1
  950. package/dist/report/card/index.d.ts +1 -1
  951. package/dist/report/form/ReportForm.d.ts +6 -7
  952. package/dist/report/form/ReportForm.d.ts.map +1 -1
  953. package/dist/report/form/ReportForm.js +166 -1
  954. package/dist/report/form/index.d.ts +1 -1
  955. package/dist/report/index.d.ts +5 -5
  956. package/dist/resource/card/ResourceCard.d.ts +8 -9
  957. package/dist/resource/card/ResourceCard.d.ts.map +1 -1
  958. package/dist/resource/card/ResourceCard.js +36 -1
  959. package/dist/resource/card/index.d.ts +2 -2
  960. package/dist/resource/form/ResourceForm.d.ts +12 -13
  961. package/dist/resource/form/ResourceForm.d.ts.map +1 -1
  962. package/dist/resource/form/ResourceForm.js +150 -1
  963. package/dist/resource/form/components/CapacityControl.d.ts +5 -6
  964. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  965. package/dist/resource/form/components/CapacityControl.js +103 -1
  966. package/dist/resource/form/components/NameControl.d.ts +5 -6
  967. package/dist/resource/form/components/NameControl.d.ts.map +1 -1
  968. package/dist/resource/form/components/NameControl.js +101 -1
  969. package/dist/resource/form/components/SortControl.d.ts +5 -6
  970. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  971. package/dist/resource/form/components/SortControl.js +100 -1
  972. package/dist/resource/form/components/ZoneControl.d.ts +7 -8
  973. package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
  974. package/dist/resource/form/components/ZoneControl.js +109 -1
  975. package/dist/resource/form/index.d.ts +2 -2
  976. package/dist/resource/index.d.ts +4 -4
  977. package/dist/sales/booking/index.d.ts +1 -1
  978. package/dist/sales/booking/results/BookingResults.d.ts +8 -9
  979. package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
  980. package/dist/sales/booking/results/BookingResults.js +31 -1
  981. package/dist/sales/booking/results/components/ResultCard.d.ts +9 -10
  982. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  983. package/dist/sales/booking/results/components/ResultCard.js +153 -1
  984. package/dist/sales/booking/results/constants.d.ts +1 -1
  985. package/dist/sales/booking/results/constants.js +9 -1
  986. package/dist/sales/booking/results/index.d.ts +3 -3
  987. package/dist/sales/constants.d.ts +4 -4
  988. package/dist/sales/constants.js +19 -1
  989. package/dist/sales/coupon/control/CouponFormControl.d.ts +26 -27
  990. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  991. package/dist/sales/coupon/control/CouponFormControl.js +511 -1
  992. package/dist/sales/coupon/control/index.d.ts +1 -1
  993. package/dist/sales/coupon/form/CouponFrom.d.ts +30 -31
  994. package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
  995. package/dist/sales/coupon/form/CouponFrom.js +99 -1
  996. package/dist/sales/coupon/form/index.d.ts +1 -1
  997. package/dist/sales/coupon/index.d.ts +1 -1
  998. package/dist/sales/coupon/utils/index.d.ts +6 -6
  999. package/dist/sales/coupon/utils/index.js +15 -1
  1000. package/dist/sales/filters/SaleFilters.d.ts +16 -17
  1001. package/dist/sales/filters/SaleFilters.d.ts.map +1 -1
  1002. package/dist/sales/filters/SaleFilters.js +137 -1
  1003. package/dist/sales/filters/index.d.ts +1 -1
  1004. package/dist/sales/guest-profile/index.d.ts +4 -4
  1005. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts +7 -7
  1006. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
  1007. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +143 -1
  1008. package/dist/sales/guest-profile/previous-bookings/index.d.ts +1 -1
  1009. package/dist/sales/guest-profile/profile/Profile.d.ts +6 -7
  1010. package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
  1011. package/dist/sales/guest-profile/profile/Profile.js +52 -1
  1012. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts +6 -7
  1013. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
  1014. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.js +23 -1
  1015. package/dist/sales/guest-profile/profile/components/ImageHolder/index.d.ts +1 -1
  1016. package/dist/sales/guest-profile/profile/index.d.ts +2 -2
  1017. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts +7 -8
  1018. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
  1019. package/dist/sales/guest-profile/user-metrics/UserMetrics.js +182 -1
  1020. package/dist/sales/guest-profile/user-metrics/index.d.ts +2 -2
  1021. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +5 -6
  1022. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
  1023. package/dist/sales/guest-profile/visited-providers/VisitedProviders.js +63 -1
  1024. package/dist/sales/guest-profile/visited-providers/index.d.ts +1 -1
  1025. package/dist/sales/index.d.ts +12 -12
  1026. package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts +18 -19
  1027. package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts.map +1 -1
  1028. package/dist/sales/life-time-sales/LifeTimeSalesChart.js +100 -1
  1029. package/dist/sales/life-time-sales/index.d.ts +1 -1
  1030. package/dist/sales/manual-booking/formatDays.d.ts +2 -2
  1031. package/dist/sales/manual-booking/formatDays.js +46 -1
  1032. package/dist/sales/manual-booking/index.d.ts +6 -6
  1033. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts +21 -21
  1034. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts.map +1 -1
  1035. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.js +97 -1
  1036. package/dist/sales/manual-booking/number-input-horizontal/index.d.ts +1 -1
  1037. package/dist/sales/manual-booking/search-user/SearchUser.d.ts +3 -4
  1038. package/dist/sales/manual-booking/search-user/SearchUser.d.ts.map +1 -1
  1039. package/dist/sales/manual-booking/search-user/SearchUser.js +237 -1
  1040. package/dist/sales/manual-booking/search-user/index.d.ts +1 -1
  1041. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +10 -11
  1042. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
  1043. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.js +90 -1
  1044. package/dist/sales/manual-booking/select-date-type-control/index.d.ts +1 -1
  1045. package/dist/sales/manual-booking/select-event/SelectEvent.d.ts +17 -18
  1046. package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
  1047. package/dist/sales/manual-booking/select-event/SelectEvent.js +105 -1
  1048. package/dist/sales/manual-booking/select-event/index.d.ts +1 -1
  1049. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +8 -9
  1050. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
  1051. package/dist/sales/manual-booking/select-menu/SelectMenu.js +51 -1
  1052. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +6 -7
  1053. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
  1054. package/dist/sales/manual-booking/select-menu/components/MenuButton.js +20 -1
  1055. package/dist/sales/manual-booking/select-menu/index.d.ts +2 -2
  1056. package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts +14 -15
  1057. package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
  1058. package/dist/sales/manual-booking/summary/ManualBookingSummary.js +119 -1
  1059. package/dist/sales/manual-booking/summary/index.d.ts +1 -1
  1060. package/dist/sales/modals/index.d.ts +2 -2
  1061. package/dist/sales/modals/payment-modal/PaymentModal.d.ts +11 -12
  1062. package/dist/sales/modals/payment-modal/PaymentModal.d.ts.map +1 -1
  1063. package/dist/sales/modals/payment-modal/PaymentModal.js +328 -1
  1064. package/dist/sales/modals/payment-modal/index.d.ts +2 -2
  1065. package/dist/sales/modals/refund-modal/RefundModal.d.ts +12 -13
  1066. package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
  1067. package/dist/sales/modals/refund-modal/RefundModal.js +188 -1
  1068. package/dist/sales/modals/refund-modal/index.d.ts +2 -2
  1069. package/dist/sales/notes/NotesTable.d.ts +9 -10
  1070. package/dist/sales/notes/NotesTable.d.ts.map +1 -1
  1071. package/dist/sales/notes/NotesTable.js +164 -1
  1072. package/dist/sales/notes/NotesTableRow.d.ts +7 -8
  1073. package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
  1074. package/dist/sales/notes/NotesTableRow.js +160 -1
  1075. package/dist/sales/notes/index.d.ts +1 -1
  1076. package/dist/sales/notes/note-form/NoteForm.d.ts +9 -10
  1077. package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
  1078. package/dist/sales/notes/note-form/NoteForm.js +102 -1
  1079. package/dist/sales/notes/note-form/index.d.ts +1 -1
  1080. package/dist/sales/payment-form/SalePaymentForm.d.ts +12 -13
  1081. package/dist/sales/payment-form/SalePaymentForm.d.ts.map +1 -1
  1082. package/dist/sales/payment-form/SalePaymentForm.js +443 -1
  1083. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts +6 -7
  1084. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
  1085. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.js +68 -1
  1086. package/dist/sales/payment-form/components/RyftPayment/index.d.ts +2 -2
  1087. package/dist/sales/payment-form/index.d.ts +4 -4
  1088. package/dist/sales/payment-form/types.d.ts +3 -3
  1089. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts +15 -16
  1090. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts.map +1 -1
  1091. package/dist/sales/sales-and-views/SalesAndViewsChart.js +262 -1
  1092. package/dist/sales/sales-and-views/index.d.ts +1 -1
  1093. package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts +10 -11
  1094. package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts.map +1 -1
  1095. package/dist/sales/source-of-sales/SourceOfSalesChart.js +166 -1
  1096. package/dist/sales/source-of-sales/index.d.ts +1 -1
  1097. package/dist/sales/statistics-chart/StatisticsChart.d.ts +10 -10
  1098. package/dist/sales/statistics-chart/StatisticsChart.d.ts.map +1 -1
  1099. package/dist/sales/statistics-chart/StatisticsChart.js +101 -1
  1100. package/dist/sales/statistics-chart/index.d.ts +1 -1
  1101. package/dist/setting/admin/AdminSettingForm.d.ts +24 -25
  1102. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
  1103. package/dist/setting/admin/AdminSettingForm.js +220 -1
  1104. package/dist/setting/admin/PaymentFeeForm.d.ts +12 -13
  1105. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
  1106. package/dist/setting/admin/PaymentFeeForm.js +424 -1
  1107. package/dist/setting/admin/index.d.ts +1 -1
  1108. package/dist/setting/dashboard/DashboardSettingForm.d.ts +20 -21
  1109. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  1110. package/dist/setting/dashboard/DashboardSettingForm.js +297 -1
  1111. package/dist/setting/dashboard/EventSettingForm.d.ts +8 -9
  1112. package/dist/setting/dashboard/EventSettingForm.d.ts.map +1 -1
  1113. package/dist/setting/dashboard/EventSettingForm.js +102 -1
  1114. package/dist/setting/dashboard/FinancialDataForm.d.ts +10 -11
  1115. package/dist/setting/dashboard/FinancialDataForm.d.ts.map +1 -1
  1116. package/dist/setting/dashboard/OtherSettingForm.d.ts +13 -14
  1117. package/dist/setting/dashboard/OtherSettingForm.d.ts.map +1 -1
  1118. package/dist/setting/dashboard/ProviderSettingForm.d.ts +11 -12
  1119. package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
  1120. package/dist/setting/dashboard/ProviderSettingForm.js +156 -1
  1121. package/dist/setting/dashboard/components/IpInput.d.ts +15 -15
  1122. package/dist/setting/dashboard/components/IpInput.d.ts.map +1 -1
  1123. package/dist/setting/dashboard/index.d.ts +5 -5
  1124. package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts +6 -7
  1125. package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts.map +1 -1
  1126. package/dist/setting/dashboard/payments/payments-form/PaymentsForm.js +46 -1
  1127. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts +9 -10
  1128. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
  1129. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.js +106 -1
  1130. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts +9 -10
  1131. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
  1132. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.js +49 -1
  1133. package/dist/setting/dashboard/snippet-templates/card/index.d.ts +1 -1
  1134. package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts +8 -9
  1135. package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
  1136. package/dist/setting/dashboard/snippets/card/SnippetCard.js +156 -1
  1137. package/dist/setting/dashboard/snippets/card/index.d.ts +1 -1
  1138. package/dist/setting/index.d.ts +3 -3
  1139. package/dist/setting/system/SystemSettingForm.d.ts +9 -10
  1140. package/dist/setting/system/SystemSettingForm.d.ts.map +1 -1
  1141. package/dist/setting/system/SystemSettingForm.js +95 -1
  1142. package/dist/setting/system/index.d.ts +1 -1
  1143. package/dist/sidebar/elements/ReturnBack.d.ts +5 -6
  1144. package/dist/sidebar/elements/ReturnBack.d.ts.map +1 -1
  1145. package/dist/sidebar/elements/ReturnBack.js +27 -1
  1146. package/dist/sidebar/elements/index.d.ts +2 -2
  1147. package/dist/sidebar/index.d.ts +1 -1
  1148. package/dist/slide-curtain/SlideCurtain.d.ts +3 -4
  1149. package/dist/slide-curtain/SlideCurtain.d.ts.map +1 -1
  1150. package/dist/slide-curtain/SlideCurtain.js +162 -1
  1151. package/dist/slide-curtain/index.d.ts +1 -1
  1152. package/dist/snippet/index.d.ts +1 -1
  1153. package/dist/snippet/snippet-template/SnippetTemplate.d.ts +10 -11
  1154. package/dist/snippet/snippet-template/SnippetTemplate.d.ts.map +1 -1
  1155. package/dist/snippet/snippet-template/SnippetTemplate.js +51 -1
  1156. package/dist/snippet/snippet-template/context/index.d.ts +3 -3
  1157. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts +15 -16
  1158. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
  1159. package/dist/snippet/snippet-template/context/snippetTemplate.js +152 -1
  1160. package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts +8 -9
  1161. package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts.map +1 -1
  1162. package/dist/snippet/snippet-template/context/snippetTemplateLoading.js +63 -1
  1163. package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts +21 -22
  1164. package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts.map +1 -1
  1165. package/dist/snippet/snippet-template/context/snippetTemplateView.js +171 -1
  1166. package/dist/snippet/snippet-template/control/PropertyControl.d.ts +9 -10
  1167. package/dist/snippet/snippet-template/control/PropertyControl.d.ts.map +1 -1
  1168. package/dist/snippet/snippet-template/control/PropertyControl.js +200 -1
  1169. package/dist/snippet/snippet-template/control/index.d.ts +1 -1
  1170. package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts +10 -11
  1171. package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
  1172. package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +197 -1
  1173. package/dist/snippet/snippet-template/form/index.d.ts +1 -1
  1174. package/dist/snippet/snippet-template/index.d.ts +6 -6
  1175. package/dist/snippet/snippet-template/preview/Preview.d.ts +5 -6
  1176. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  1177. package/dist/snippet/snippet-template/preview/Preview.js +559 -1
  1178. package/dist/snippet/snippet-template/preview/index.d.ts +1 -1
  1179. package/dist/snippet/snippet-template/settings/SettingButton.d.ts +8 -9
  1180. package/dist/snippet/snippet-template/settings/SettingButton.d.ts.map +1 -1
  1181. package/dist/snippet/snippet-template/settings/SettingButton.js +27 -1
  1182. package/dist/snippet/snippet-template/settings/index.d.ts +1 -1
  1183. package/dist/snippet/snippet-template/utils/index.d.ts +2 -2
  1184. package/dist/snippet/snippet-template/utils/index.d.ts.map +1 -1
  1185. package/dist/snippet/snippet-template/utils/index.js +132 -1
  1186. package/dist/sortable-fields/SortableFieldItem.d.ts +8 -8
  1187. package/dist/sortable-fields/SortableFieldItem.d.ts.map +1 -1
  1188. package/dist/sortable-fields/SortableFieldItem.js +105 -1
  1189. package/dist/sortable-fields/SortableFieldList.d.ts +17 -17
  1190. package/dist/sortable-fields/SortableFieldList.d.ts.map +1 -1
  1191. package/dist/sortable-fields/SortableFieldList.js +40 -1
  1192. package/dist/sortable-fields/index.d.ts +1 -1
  1193. package/dist/sortable-list/CreateSortableListItem.d.ts +6 -7
  1194. package/dist/sortable-list/CreateSortableListItem.d.ts.map +1 -1
  1195. package/dist/sortable-list/CreateSortableListItem.js +22 -1
  1196. package/dist/sortable-list/SortableList.d.ts +23 -23
  1197. package/dist/sortable-list/SortableList.d.ts.map +1 -1
  1198. package/dist/sortable-list/SortableList.js +178 -1
  1199. package/dist/sortable-list/index.d.ts +3 -3
  1200. package/dist/sortable-tree/SortableTree.d.ts +13 -13
  1201. package/dist/sortable-tree/SortableTree.d.ts.map +1 -1
  1202. package/dist/sortable-tree/SortableTree.js +45 -1
  1203. package/dist/sortable-tree/SortableTreeItem.d.ts +39 -37
  1204. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  1205. package/dist/sortable-tree/SortableTreeItem.js +565 -1
  1206. package/dist/sortable-tree/index.d.ts +2 -2
  1207. package/dist/sortable-tree/index.d.ts.map +1 -1
  1208. package/dist/sorting-select/SortingSelect.d.ts +8 -9
  1209. package/dist/sorting-select/SortingSelect.d.ts.map +1 -1
  1210. package/dist/sorting-select/SortingSelect.js +169 -1
  1211. package/dist/sorting-select/index.d.ts +1 -1
  1212. package/dist/static/CountryCodeSelect.d.ts +9 -10
  1213. package/dist/static/CountryCodeSelect.d.ts.map +1 -1
  1214. package/dist/static/CountryCodeSelect.js +109 -1
  1215. package/dist/static/CountrySelect.d.ts +9 -10
  1216. package/dist/static/CountrySelect.d.ts.map +1 -1
  1217. package/dist/static/CountrySelect.js +121 -1
  1218. package/dist/static/CurrencyNumberInput.d.ts +17 -17
  1219. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  1220. package/dist/static/CurrencyNumberInput.js +104 -1
  1221. package/dist/static/FormCard.d.ts +6 -7
  1222. package/dist/static/FormCard.d.ts.map +1 -1
  1223. package/dist/static/FormCard.js +16 -1
  1224. package/dist/static/Image.d.ts +8 -9
  1225. package/dist/static/Image.d.ts.map +1 -1
  1226. package/dist/static/Image.js +17 -1
  1227. package/dist/static/RestrictedAccess.d.ts +2 -3
  1228. package/dist/static/RestrictedAccess.d.ts.map +1 -1
  1229. package/dist/static/RestrictedAccess.js +41 -1
  1230. package/dist/static/SocialButton.d.ts +10 -11
  1231. package/dist/static/SocialButton.d.ts.map +1 -1
  1232. package/dist/static/SocialButton.js +35 -1
  1233. package/dist/static/StyledButton.d.ts +8 -8
  1234. package/dist/static/StyledButton.d.ts.map +1 -1
  1235. package/dist/static/StyledButton.js +19 -1
  1236. package/dist/static/TextField.d.ts +13 -13
  1237. package/dist/static/TextField.d.ts.map +1 -1
  1238. package/dist/static/TextField.js +39 -1
  1239. package/dist/static/UserBadge.d.ts +7 -8
  1240. package/dist/static/UserBadge.d.ts.map +1 -1
  1241. package/dist/static/WarningMessage.d.ts +5 -6
  1242. package/dist/static/WarningMessage.d.ts.map +1 -1
  1243. package/dist/static/WarningMessage.js +22 -1
  1244. package/dist/static/date-range-input/DateRangeInput.d.ts +15 -16
  1245. package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
  1246. package/dist/static/date-range-input/DateRangeInput.js +284 -1
  1247. package/dist/static/date-range-input/index.d.ts +1 -1
  1248. package/dist/static/date-range-input/utils/index.d.ts +17 -17
  1249. package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
  1250. package/dist/static/date-range-input/utils/index.js +80 -1
  1251. package/dist/static/form-number-input/FormNumberInput.d.ts +11 -12
  1252. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  1253. package/dist/static/form-number-input/FormNumberInput.js +131 -1
  1254. package/dist/static/form-number-input/index.d.ts +1 -1
  1255. package/dist/static/images/DefaultUserImage.d.ts +4 -5
  1256. package/dist/static/images/DefaultUserImage.d.ts.map +1 -1
  1257. package/dist/static/images/DefaultUserImage.js +18 -1
  1258. package/dist/static/images/index.d.ts +2 -2
  1259. package/dist/static/images/index.js +1 -1
  1260. package/dist/static/index.d.ts +20 -21
  1261. package/dist/static/index.d.ts.map +1 -1
  1262. package/dist/static/index.js +35 -1
  1263. package/dist/static/loader/BlockLoader.d.ts +1 -2
  1264. package/dist/static/loader/BlockLoader.d.ts.map +1 -1
  1265. package/dist/static/loader/BlockLoader.js +16 -1
  1266. package/dist/static/loader/ButtonLoader.d.ts +5 -6
  1267. package/dist/static/loader/ButtonLoader.d.ts.map +1 -1
  1268. package/dist/static/loader/ButtonLoader.js +18 -1
  1269. package/dist/static/loader/LoaderIndicator.d.ts +9 -9
  1270. package/dist/static/loader/LoaderIndicator.d.ts.map +1 -1
  1271. package/dist/static/loader/LoaderIndicator.js +60 -1
  1272. package/dist/static/loader/PaymentLoader.d.ts +5 -6
  1273. package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
  1274. package/dist/static/loader/PaymentLoader.js +101 -1
  1275. package/dist/static/loader/SnippetLoader.d.ts +1 -2
  1276. package/dist/static/loader/SnippetLoader.d.ts.map +1 -1
  1277. package/dist/static/loader/SnippetLoader.js +16 -1
  1278. package/dist/static/loader/index.d.ts +7 -7
  1279. package/dist/static/manual-date-picker/ManualDatePicker.d.ts +11 -12
  1280. package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
  1281. package/dist/static/manual-date-picker/ManualDatePicker.js +99 -1
  1282. package/dist/static/manual-date-picker/constants/index.d.ts +6 -6
  1283. package/dist/static/manual-date-picker/constants/index.js +7 -1
  1284. package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts +26 -26
  1285. package/dist/static/manual-date-picker/hooks/useManualDatePicker.js +137 -1
  1286. package/dist/static/manual-date-picker/index.d.ts +2 -2
  1287. package/dist/static/manual-date-picker/utils/index.d.ts +7 -7
  1288. package/dist/static/manual-date-picker/utils/index.js +44 -1
  1289. package/dist/static/number-input/NumberInput.d.ts +13 -14
  1290. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  1291. package/dist/static/number-input/NumberInput.js +62 -1
  1292. package/dist/static/number-input/index.d.ts +1 -1
  1293. package/dist/static/switch/BooleanSwitch.d.ts +9 -10
  1294. package/dist/static/switch/BooleanSwitch.d.ts.map +1 -1
  1295. package/dist/static/switch/BooleanSwitch.js +87 -1
  1296. package/dist/static/switch/Switch.d.ts +10 -11
  1297. package/dist/static/switch/Switch.d.ts.map +1 -1
  1298. package/dist/static/switch/Switch.js +46 -1
  1299. package/dist/static/switch/index.d.ts +2 -2
  1300. package/dist/static/tabs/Tab.d.ts +7 -7
  1301. package/dist/static/tabs/Tab.d.ts.map +1 -1
  1302. package/dist/static/tabs/Tab.js +18 -1
  1303. package/dist/static/tabs/Tabs.d.ts +11 -11
  1304. package/dist/static/tabs/Tabs.d.ts.map +1 -1
  1305. package/dist/static/tabs/Tabs.js +105 -1
  1306. package/dist/static/tabs/index.d.ts +1 -1
  1307. package/dist/static/text-expand/TextExpand.d.ts +8 -8
  1308. package/dist/static/text-expand/TextExpand.d.ts.map +1 -1
  1309. package/dist/static/text-expand/TextExpand.js +32 -1
  1310. package/dist/static/text-expand/index.d.ts +1 -1
  1311. package/dist/striped-static-table/StripedStaticTable.d.ts +5 -6
  1312. package/dist/striped-static-table/StripedStaticTable.d.ts.map +1 -1
  1313. package/dist/striped-static-table/StripedStaticTable.js +172 -1
  1314. package/dist/striped-static-table/index.d.ts +1 -1
  1315. package/dist/styles/affiliate/AffiliateCard.scss +2 -2
  1316. package/dist/styles/auth/AccessDenied.scss +1 -1
  1317. package/dist/styles/back-button/BackButton.scss +24 -25
  1318. package/dist/styles/back-button/_index.scss +1 -1
  1319. package/dist/styles/company-user-form/UserForm.scss +7 -4
  1320. package/dist/styles/company-user-form/_index.scss +1 -1
  1321. package/dist/styles/custom-fields/CreateSortableListItem.scss +1 -2
  1322. package/dist/styles/custom-fields/_index.scss +1 -1
  1323. package/dist/styles/customers/Filter.scss +5 -5
  1324. package/dist/styles/events/EditEventModal.scss +3 -1
  1325. package/dist/styles/events/EventCard.scss +3 -3
  1326. package/dist/styles/events/EventVenueMap.scss +7 -7
  1327. package/dist/styles/form/Input.scss +1 -1
  1328. package/dist/styles/header/Header.scss +1 -1
  1329. package/dist/styles/header/elements/CompanySelector.scss +2 -2
  1330. package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
  1331. package/dist/styles/iframe-events/Card.scss +1 -1
  1332. package/dist/styles/iframe-events/CategoryStepsForm.scss +7 -6
  1333. package/dist/styles/iframe-events/Event.scss +4 -2
  1334. package/dist/styles/iframe-events/EventForm.scss +54 -54
  1335. package/dist/styles/iframe-events/EventNavigationFooter.scss +0 -1
  1336. package/dist/styles/iframe-events/TicketDescription.scss +1 -1
  1337. package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
  1338. package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
  1339. package/dist/styles/notification/Notification.scss +1 -1
  1340. package/dist/styles/order-items-table/OrderItemsTable.scss +2 -1
  1341. package/dist/styles/overrides/_functions.scss +2 -2
  1342. package/dist/styles/product-set/CreateProductSetItem.scss +21 -15
  1343. package/dist/styles/product-set/DateAndRecurrenceInput.scss +8 -6
  1344. package/dist/styles/product-set/EditCategoryModal.scss +4 -4
  1345. package/dist/styles/product-set/EditProductModal.scss +3 -3
  1346. package/dist/styles/product-set/EditStepModal.scss +4 -4
  1347. package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
  1348. package/dist/styles/product-set/EditZoneSettingModal.scss +16 -0
  1349. package/dist/styles/product-set/ProductSetCard.scss +2 -2
  1350. package/dist/styles/product-set/ProductSetForm.scss +14 -1
  1351. package/dist/styles/product-set/TutorialGifCard.scss +1 -1
  1352. package/dist/styles/product-set/_index.scss +2 -1
  1353. package/dist/styles/report/ReportCard.scss +0 -1
  1354. package/dist/styles/report/_index.scss +1 -1
  1355. package/dist/styles/resources-blocking/_index.scss +0 -4
  1356. package/dist/styles/sales/BookingFilter.scss +2 -2
  1357. package/dist/styles/sales/BookingTabs.scss +5 -7
  1358. package/dist/styles/sales/Filters.scss +4 -5
  1359. package/dist/styles/sales/GuestProfile.scss +175 -170
  1360. package/dist/styles/sales/LifeTimeSales.scss +1 -1
  1361. package/dist/styles/sales/ManualBooking.scss +2 -4
  1362. package/dist/styles/sales/SalesAndViews.scss +5 -4
  1363. package/dist/styles/snippet-templates/SnippetTemplateCard.scss +1 -1
  1364. package/dist/styles/snippet-templates/_snippetVariables.scss +244 -63
  1365. package/dist/styles/sortable-field/SortableField.scss +16 -16
  1366. package/dist/styles/sortable-field/_index.scss +1 -1
  1367. package/dist/styles/sortable-tree/Item.scss +4 -4
  1368. package/dist/styles/table/Table.scss +1 -1
  1369. package/dist/styles/themes/bookedit/_variables.scss +45 -19
  1370. package/dist/styles/themes/bookedit/{_index.scss → index.scss} +35 -35
  1371. package/dist/styles/themes/licklist/_variables.scss +1 -1
  1372. package/dist/styles/themes/licklist/index.scss +45 -0
  1373. package/dist/styles/tiptap-editor/TiptapEditor.scss +10 -9
  1374. package/dist/styles/tiptap-editor/_index.scss +1 -1
  1375. package/dist/styles/venue-map-sets/VenueMapSetCard.scss +7 -9
  1376. package/dist/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
  1377. package/dist/styles/virtualized/_index.scss +1 -1
  1378. package/dist/styles/zones/ZoneCard.scss +7 -12
  1379. package/dist/styles/zones/ZoneForm.scss +1 -1
  1380. package/dist/styles/zones/ZoneRecurrencesControl.scss +8 -6
  1381. package/dist/table/FilterHelperComponent.d.ts +11 -12
  1382. package/dist/table/FilterHelperComponent.d.ts.map +1 -1
  1383. package/dist/table/FilterHelperComponent.js +124 -1
  1384. package/dist/table/MenuButton.d.ts +10 -11
  1385. package/dist/table/MenuButton.d.ts.map +1 -1
  1386. package/dist/table/MenuButton.js +26 -1
  1387. package/dist/table/PaginationHelperComponent.d.ts +13 -14
  1388. package/dist/table/PaginationHelperComponent.d.ts.map +1 -1
  1389. package/dist/table/PaginationHelperComponent.js +119 -1
  1390. package/dist/table/PerPageHelperComponent.d.ts +11 -12
  1391. package/dist/table/PerPageHelperComponent.d.ts.map +1 -1
  1392. package/dist/table/PerPageHelperComponent.js +96 -1
  1393. package/dist/table/ReactTableHelperComponent.d.ts +11 -11
  1394. package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
  1395. package/dist/table/ReactTableHelperComponent.js +325 -1
  1396. package/dist/table/StaticTable.d.ts +22 -22
  1397. package/dist/table/StaticTable.d.ts.map +1 -1
  1398. package/dist/table/StaticTable.js +55 -1
  1399. package/dist/table/TableHelperComponent.d.ts +31 -31
  1400. package/dist/table/TableHelperComponent.d.ts.map +1 -1
  1401. package/dist/table/TableHelperComponent.js +403 -1
  1402. package/dist/table/hooks/useTableQueryOptions.d.ts +18 -19
  1403. package/dist/table/hooks/useTableQueryOptions.d.ts.map +1 -1
  1404. package/dist/table/hooks/useTableQueryOptions.js +83 -1
  1405. package/dist/table/index.d.ts +7 -7
  1406. package/dist/table/types.d.ts +40 -40
  1407. package/dist/table/types.d.ts.map +1 -1
  1408. package/dist/table/utils/index.d.ts +3 -3
  1409. package/dist/table/utils/index.d.ts.map +1 -1
  1410. package/dist/table/utils/index.js +21 -1
  1411. package/dist/tiptap-editor/TipTapEditor.d.ts +11 -12
  1412. package/dist/tiptap-editor/TipTapEditor.d.ts.map +1 -1
  1413. package/dist/tiptap-editor/TipTapEditor.js +91 -1
  1414. package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts +8 -9
  1415. package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts.map +1 -1
  1416. package/dist/tiptap-editor/TipTapMenu/TipTapMenu.js +186 -1
  1417. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts +9 -10
  1418. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts.map +1 -1
  1419. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.js +30 -1
  1420. package/dist/tiptap-editor/TipTapMenu/components/index.d.ts +1 -1
  1421. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.d.ts +34 -34
  1422. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.js +61 -1
  1423. package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.d.ts +10 -10
  1424. package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.js +145 -1
  1425. package/dist/tiptap-editor/TipTapMenu/extensions/utils.d.ts +7 -7
  1426. package/dist/tiptap-editor/TipTapMenu/extensions/utils.js +59 -1
  1427. package/dist/tiptap-editor/TipTapMenu/index.d.ts +1 -1
  1428. package/dist/tiptap-editor/index.d.ts +1 -1
  1429. package/dist/typeahead/Typeahead.d.ts +17 -18
  1430. package/dist/typeahead/Typeahead.d.ts.map +1 -1
  1431. package/dist/typeahead/Typeahead.js +78 -1
  1432. package/dist/typeahead/index.d.ts +1 -1
  1433. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts +42 -42
  1434. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts.map +1 -1
  1435. package/dist/typeahead-helper/TypeaheadHelperComponent.js +329 -1
  1436. package/dist/typeahead-helper/index.d.ts +1 -1
  1437. package/dist/types/bookings.d.ts +6 -6
  1438. package/dist/types/categories.d.ts +9 -9
  1439. package/dist/types/currency.d.ts +4 -4
  1440. package/dist/types/generic/SelectItem.d.ts +4 -4
  1441. package/dist/types/iframe.d.ts +2 -2
  1442. package/dist/types/index.d.ts +1 -1
  1443. package/dist/types/provider-links.d.ts +8 -8
  1444. package/dist/types/static/HTMLInputDateElement.d.ts +3 -3
  1445. package/dist/types/static/ILoaderOptions.d.ts +22 -22
  1446. package/dist/venue-map-sets/card/VenueMapSetCard.d.ts +8 -9
  1447. package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
  1448. package/dist/venue-map-sets/card/VenueMapSetCard.js +143 -1
  1449. package/dist/venue-map-sets/card/index.d.ts +1 -1
  1450. package/dist/venue-map-sets/form/VenueMapSetForm.d.ts +2 -3
  1451. package/dist/venue-map-sets/form/VenueMapSetForm.d.ts.map +1 -1
  1452. package/dist/venue-map-sets/form/VenueMapSetForm.js +125 -1
  1453. package/dist/venue-map-sets/form/components/NameControl.d.ts +4 -5
  1454. package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
  1455. package/dist/venue-map-sets/form/components/NameControl.js +117 -1
  1456. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts +20 -20
  1457. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
  1458. package/dist/venue-map-sets/form/components/VenueMapControl.js +54 -1
  1459. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts +5 -6
  1460. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
  1461. package/dist/venue-map-sets/form/components/VenueMapImageControl.js +313 -1
  1462. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts +8 -9
  1463. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
  1464. package/dist/venue-map-sets/form/components/VenueMapModal.js +356 -1
  1465. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts +5 -6
  1466. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
  1467. package/dist/venue-map-sets/form/components/VenueMapsControl.js +175 -1
  1468. package/dist/venue-map-sets/form/index.d.ts +2 -2
  1469. package/dist/venue-map-sets/form/types/index.d.ts +17 -17
  1470. package/dist/venue-map-sets/form/utils/index.d.ts +4 -4
  1471. package/dist/venue-map-sets/form/utils/index.d.ts.map +1 -1
  1472. package/dist/venue-map-sets/form/utils/index.js +152 -1
  1473. package/dist/venue-map-sets/index.d.ts +2 -2
  1474. package/dist/virtualized/components/VirtualizedGrid.d.ts +3 -4
  1475. package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
  1476. package/dist/virtualized/components/VirtualizedGrid.js +52 -1
  1477. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts +16 -16
  1478. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
  1479. package/dist/virtualized/components/VirtualizedWindowScroller.js +86 -1
  1480. package/dist/virtualized/context/VirtualizedContext.d.ts +11 -11
  1481. package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
  1482. package/dist/virtualized/context/VirtualizedContext.js +73 -1
  1483. package/dist/virtualized/context/index.d.ts +1 -1
  1484. package/dist/virtualized/index.d.ts +3 -3
  1485. package/dist/zone/card/ZoneCard.d.ts +8 -9
  1486. package/dist/zone/card/ZoneCard.d.ts.map +1 -1
  1487. package/dist/zone/card/ZoneCard.js +144 -1
  1488. package/dist/zone/card/index.d.ts +2 -2
  1489. package/dist/zone/form/ZoneForm.d.ts +14 -15
  1490. package/dist/zone/form/ZoneForm.d.ts.map +1 -1
  1491. package/dist/zone/form/ZoneForm.js +150 -1
  1492. package/dist/zone/form/components/AvailableTimesControl.d.ts +23 -24
  1493. package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
  1494. package/dist/zone/form/components/AvailableTimesControl.js +151 -1
  1495. package/dist/zone/form/components/DescriptionControl.d.ts +5 -6
  1496. package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
  1497. package/dist/zone/form/components/DescriptionControl.js +55 -1
  1498. package/dist/zone/form/components/GameDurationControl.d.ts +5 -6
  1499. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  1500. package/dist/zone/form/components/GameDurationControl.js +95 -1
  1501. package/dist/zone/form/components/NameControl.d.ts +5 -6
  1502. package/dist/zone/form/components/NameControl.d.ts.map +1 -1
  1503. package/dist/zone/form/components/NameControl.js +101 -1
  1504. package/dist/zone/form/components/SortControl.d.ts +5 -6
  1505. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  1506. package/dist/zone/form/components/SortControl.js +100 -1
  1507. package/dist/zone/form/components/ZoneControl.d.ts +6 -7
  1508. package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
  1509. package/dist/zone/form/components/ZoneControl.js +65 -1
  1510. package/dist/zone/form/components/ZoneImageControl.d.ts +5 -6
  1511. package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
  1512. package/dist/zone/form/components/ZoneImageControl.js +282 -1
  1513. package/dist/zone/form/components/ZoneRecurrenceControl.d.ts +8 -9
  1514. package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
  1515. package/dist/zone/form/components/ZoneRecurrenceControl.js +134 -1
  1516. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +10 -11
  1517. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
  1518. package/dist/zone/form/components/ZoneRecurrencesControl.js +418 -1
  1519. package/dist/zone/form/components/ZoneTypeControl.d.ts +5 -6
  1520. package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
  1521. package/dist/zone/form/components/ZoneTypeControl.js +100 -1
  1522. package/dist/zone/form/index.d.ts +2 -2
  1523. package/dist/zone/form/utils/dates.d.ts +3 -3
  1524. package/dist/zone/form/utils/dates.js +136 -1
  1525. package/dist/zone/index.d.ts +2 -2
  1526. package/package.json +93 -88
  1527. package/rollup.config.js +84 -54
  1528. package/src/affiliate/card/AffiliateCard.stories.tsx +0 -1
  1529. package/src/affiliate/card/AffiliateCard.tsx +6 -6
  1530. package/src/affiliate/form/AffiliateControl.tsx +1 -1
  1531. package/src/affiliate/form/AffiliateForm.stories.tsx +0 -1
  1532. package/src/affiliate/form/AffiliateForm.tsx +2 -2
  1533. package/src/affiliate/types/index.ts +1 -1
  1534. package/src/auth/AccessDenied/AccessDenied.stories.tsx +0 -1
  1535. package/src/auth/AccessDenied/AccessDenied.tsx +2 -3
  1536. package/src/auth/Auth.stories.tsx +2 -2
  1537. package/src/auth/Authorizer.tsx +4 -4
  1538. package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -2
  1539. package/src/auth/ChangePassword/ChangePasswordComponent.tsx +1 -1
  1540. package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +3 -4
  1541. package/src/auth/Layout/AuthNavComponent.tsx +0 -1
  1542. package/src/auth/Layout/Layout.stories.tsx +1 -2
  1543. package/src/auth/Layout/UserNavComponent.tsx +0 -1
  1544. package/src/auth/Layout/UserNavDropDown.tsx +0 -1
  1545. package/src/auth/Layout/UserNavDropDownToggle.tsx +0 -1
  1546. package/src/auth/Login/Login.stories.tsx +0 -1
  1547. package/src/auth/Login/LoginComponent.tsx +1 -1
  1548. package/src/auth/Login/LoginFormComponent.tsx +3 -3
  1549. package/src/auth/Logout/Logout.stories.tsx +1 -1
  1550. package/src/auth/Logout/Logout.tsx +1 -1
  1551. package/src/auth/Register/BirthDateFormComponent.tsx +5 -5
  1552. package/src/auth/Register/Register.stories.tsx +0 -1
  1553. package/src/auth/Register/RegisterComponent.tsx +1 -1
  1554. package/src/auth/Register/RegisterFormComponent.tsx +3 -3
  1555. package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -2
  1556. package/src/auth/ResetPassword/ResetPasswordComponent.tsx +1 -1
  1557. package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +3 -3
  1558. package/src/auth/Router.tsx +3 -3
  1559. package/src/auth/Social/Social.stories.tsx +0 -1
  1560. package/src/auth/Social/SocialCallbackComponent.tsx +1 -1
  1561. package/src/auth/Social/SocialFormComponent.tsx +1 -2
  1562. package/src/availability-indicator/AvailabilityIndicator.tsx +1 -1
  1563. package/src/calendar/Calendar.stories.tsx +0 -1
  1564. package/src/calendar/Calendar.tsx +2 -2
  1565. package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +2 -2
  1566. package/src/calendar/components/CalendarDates/CalendarDates.tsx +1 -1
  1567. package/src/calendar/components/CalendarSelect/CalendarSelect.tsx +1 -1
  1568. package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +0 -1
  1569. package/src/collapsible-input-group/CollapsibleInputGroup.stories.tsx +0 -1
  1570. package/src/collapsible-input-group/CollapsibleInputGroup.tsx +8 -5
  1571. package/src/custom-fields/CustomFields.stories.tsx +1 -1
  1572. package/src/custom-fields/{constants.ts → constants.tsx} +3 -2
  1573. package/src/custom-fields/field/FieldItem.tsx +4 -4
  1574. package/src/custom-fields/field/SelectFieldModal.tsx +0 -1
  1575. package/src/custom-fields/field-set/CustomFieldSets.tsx +2 -2
  1576. package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +4 -4
  1577. package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +1 -1
  1578. package/src/custom-fields/forms/DropdownForm.tsx +9 -10
  1579. package/src/custom-fields/forms/TextInputForm.tsx +1 -2
  1580. package/src/customers/components/filter/CustomerFilter.stories.tsx +1 -1
  1581. package/src/customers/components/filter/CustomerFilter.tsx +0 -1
  1582. package/src/date-time-button/DateContent.tsx +1 -2
  1583. package/src/date-time-button/DateTimeButton.stories.tsx +0 -1
  1584. package/src/date-time-button/DateTimeButton.tsx +2 -4
  1585. package/src/error/Error.stories.tsx +0 -1
  1586. package/src/error/ErrorFallback.tsx +0 -1
  1587. package/src/events/edit-event-modal/IntervalInput.tsx +2 -2
  1588. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +1 -1
  1589. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +3 -3
  1590. package/src/events/edit-event-modal/component/EditEventForm/index.ts +2 -1
  1591. package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +0 -1
  1592. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +18 -6
  1593. package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +5 -5
  1594. package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +4 -4
  1595. package/src/events/edit-event-modal/hooks/useFormattedDuration.tsx +2 -2
  1596. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +4 -6
  1597. package/src/events/edit-event-modal/utils/removeRruleCount.ts +1 -1
  1598. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.stories.tsx +1 -1
  1599. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +3 -4
  1600. package/src/events/event-card/EventCard.stories.tsx +0 -1
  1601. package/src/events/event-card/EventCard.tsx +15 -8
  1602. package/src/events/event-card/EventCardSkeleton.tsx +1 -1
  1603. package/src/events/event-card/utils.ts +10 -10
  1604. package/src/events/event-statistic-modal/EventStatisticModal.stories.tsx +1 -1
  1605. package/src/events/event-statistic-modal/EventStatisticModal.tsx +2 -3
  1606. package/src/events/event-statistic-modal/hooks/useTableData.tsx +6 -6
  1607. package/src/events/event-statistic-modal/utils/index.ts +9 -9
  1608. package/src/events/event-venue-map/EventVenueMap.stories.tsx +1 -1
  1609. package/src/events/event-venue-map/EventVenueMap.tsx +3 -3
  1610. package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +5 -5
  1611. package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +1 -1
  1612. package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +0 -1
  1613. package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +7 -13
  1614. package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +8 -8
  1615. package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +0 -1
  1616. package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +0 -1
  1617. package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +0 -1
  1618. package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +6 -6
  1619. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +0 -1
  1620. package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +2 -2
  1621. package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +7 -7
  1622. package/src/events/event-venue-map/components/ZoomButtons/ZoomButtons.tsx +2 -3
  1623. package/src/events/event-venue-map/hooks/useDrag.ts +5 -5
  1624. package/src/events/event-venue-map/hooks/useImage.tsx +2 -2
  1625. package/src/events/event-venue-map/hooks/useStageActions.ts +3 -3
  1626. package/src/events/event-venue-map/hooks/useZoom.ts +6 -6
  1627. package/src/events/event-venue-map/index.ts +2 -1
  1628. package/src/events/event-venue-map/utils/index.ts +17 -16
  1629. package/src/file-upload/FilePreview.tsx +4 -9
  1630. package/src/file-upload/FileUpload.stories.tsx +0 -1
  1631. package/src/file-upload/FileUpload.tsx +5 -5
  1632. package/src/header/BookeditHeader.tsx +1 -1
  1633. package/src/header/Header.stories.tsx +105 -101
  1634. package/src/header/Header.tsx +1 -1
  1635. package/src/header/LicklistHeader.tsx +1 -1
  1636. package/src/header/elements/CompanySelector.tsx +0 -1
  1637. package/src/header/elements/Elements.stories.tsx +1 -2
  1638. package/src/help/example/Example.stories.tsx +0 -1
  1639. package/src/help/example/Example.tsx +10 -12
  1640. package/src/help/popover/HelpPopover.tsx +3 -3
  1641. package/src/help/popover/Popover.stories.tsx +1 -2
  1642. package/src/iframe/activity-card/ActivityCard.stories.tsx +3 -3
  1643. package/src/iframe/activity-card/ActivityCard.tsx +1 -1
  1644. package/src/iframe/back-button/BackButton.stories.tsx +0 -1
  1645. package/src/iframe/back-button/BackButton.tsx +0 -2
  1646. package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +2 -2
  1647. package/src/iframe/custom-fields/components/CustomDateField.tsx +2 -2
  1648. package/src/iframe/event/event-booking-form/EventBookingForm.stories.tsx +0 -1
  1649. package/src/iframe/event/event-booking-form/EventBookingForm.tsx +1 -1
  1650. package/src/iframe/event/event-booking-products/EventBookingProducts.stories.tsx +0 -1
  1651. package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +0 -1
  1652. package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +5 -10
  1653. package/src/iframe/event/event-booking-view/EventBookingView.stories.tsx +0 -1
  1654. package/src/iframe/event/event-booking-view/EventBookingView.tsx +0 -2
  1655. package/src/iframe/event/event-card/IframeEventCard.stories.tsx +0 -1
  1656. package/src/iframe/event/event-card/IframeEventCard.tsx +1 -2
  1657. package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +3 -3
  1658. package/src/iframe/event/event-card/IframeEventCards.stories.tsx +0 -1
  1659. package/src/iframe/event/event-description/EventDescription.stories.tsx +0 -1
  1660. package/src/iframe/event/event-description/EventDescription.tsx +2 -2
  1661. package/src/iframe/event/event-navigation-footer/EventNavigationFooter.stories.tsx +0 -1
  1662. package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +5 -5
  1663. package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.stories.tsx +0 -1
  1664. package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +0 -1
  1665. package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +0 -1
  1666. package/src/iframe/event/event-order-short-summary/components/Summary/index.ts +2 -1
  1667. package/src/iframe/event/event-order-short-summary/index.ts +1 -1
  1668. package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +0 -1
  1669. package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +0 -1
  1670. package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +1 -1
  1671. package/src/iframe/event/event-product-sets/EventProductSets.tsx +0 -1
  1672. package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +1 -2
  1673. package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.stories.tsx +1 -1
  1674. package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx +1 -1
  1675. package/src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx +1 -2
  1676. package/src/iframe/event/event-tables/EventTables.stories.tsx +0 -1
  1677. package/src/iframe/event/event-tables/EventTables.tsx +0 -2
  1678. package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +3 -4
  1679. package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +1 -1
  1680. package/src/iframe/event/index.ts +6 -9
  1681. package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +0 -1
  1682. package/src/iframe/event/ticket-description/TicketDescription.tsx +1 -1
  1683. package/src/iframe/external-modal/ExternalModal.stories.tsx +0 -1
  1684. package/src/iframe/external-modal/ExternalModal.tsx +1 -1
  1685. package/src/iframe/index.ts +13 -8
  1686. package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +0 -1
  1687. package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +0 -1
  1688. package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +1 -1
  1689. package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +0 -1
  1690. package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +4 -5
  1691. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +1 -1
  1692. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +0 -1
  1693. package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +13 -17
  1694. package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -2
  1695. package/src/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.tsx +2 -2
  1696. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +3 -2
  1697. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +19 -19
  1698. package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +0 -1
  1699. package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +7 -6
  1700. package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +4 -4
  1701. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.stories.tsx +1 -1
  1702. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +3 -3
  1703. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -3
  1704. package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +2 -3
  1705. package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +4 -4
  1706. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +0 -1
  1707. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +5 -11
  1708. package/src/iframe/order-process/components/NavigationSteps/index.ts +2 -1
  1709. package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +0 -1
  1710. package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +5 -5
  1711. package/src/iframe/order-process/components/Timer/Timer.stories.tsx +0 -1
  1712. package/src/iframe/order-process/components/Timer/Timer.tsx +2 -3
  1713. package/src/iframe/order-process/components/utils/useCategoryVerification.ts +5 -5
  1714. package/src/iframe/order-process/index.ts +2 -1
  1715. package/src/iframe/page/Page.stories.tsx +0 -1
  1716. package/src/iframe/page/Page.tsx +4 -4
  1717. package/src/iframe/page/components/PageBody/PageBody.tsx +1 -1
  1718. package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +1 -1
  1719. package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +6 -6
  1720. package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +7 -7
  1721. package/src/iframe/page/components/PageHeader/PageHeader.tsx +1 -1
  1722. package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +0 -1
  1723. package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +0 -1
  1724. package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +8 -8
  1725. package/src/iframe/payment/order-items-table/types/index.ts +1 -1
  1726. package/src/iframe/payment/order-items-table/utils/index.ts +8 -8
  1727. package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +0 -1
  1728. package/src/iframe/payment/payment-form/PaymentForm.tsx +0 -1
  1729. package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +0 -1
  1730. package/src/iframe/payment/payment-page/PaymentPage.tsx +4 -4
  1731. package/src/iframe/payment/payment-page/PaymentTimer.tsx +2 -2
  1732. package/src/iframe/payment/payment-status-header/PaymentStatusHeader.stories.tsx +0 -1
  1733. package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +0 -1
  1734. package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +0 -1
  1735. package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +3 -3
  1736. package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +0 -1
  1737. package/src/iframe/payment/status-body/StatusBody.stories.tsx +0 -1
  1738. package/src/iframe/payment/status-body/StatusBody.tsx +0 -1
  1739. package/src/iframe/powered-by/PoweredBy.stories.tsx +0 -1
  1740. package/src/iframe/powered-by/PoweredBy.tsx +0 -1
  1741. package/src/iframe/ryft/RyftPaymentForm.tsx +4 -4
  1742. package/src/image-radio-input/ImageRadioInput.stories.tsx +3 -4
  1743. package/src/image-radio-input/ImageRadioInput.tsx +1 -1
  1744. package/src/layout/BackgroundVideoContainer.tsx +1 -1
  1745. package/src/layout/Container.tsx +1 -1
  1746. package/src/layout/DropDown.tsx +3 -3
  1747. package/src/layout/DropDownToggle.tsx +2 -3
  1748. package/src/layout/Layout.stories.tsx +73 -67
  1749. package/src/logo/Logo.stories.tsx +55 -50
  1750. package/src/logo/Logo.tsx +1 -1
  1751. package/src/modals/confirmation/ConfirmModal.tsx +4 -4
  1752. package/src/modals/confirmation/Confirmation.stories.tsx +0 -1
  1753. package/src/modals/dialog/Dialog.tsx +0 -1
  1754. package/src/modals/dialog/DialogContext.tsx +2 -8
  1755. package/src/modals/fullscreen/FullscreenModal.tsx +3 -3
  1756. package/src/modals/fullscreen/FulscreenModal.stories.tsx +0 -1
  1757. package/src/notification/components/NotificationPlaceholders.stories.tsx +0 -1
  1758. package/src/notification/components/NotificationPlaceholders.tsx +0 -1
  1759. package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +0 -1
  1760. package/src/notification/email-template/card/EmailTemplateCard.tsx +3 -4
  1761. package/src/notification/email-template/control/EmailTemplateControl.tsx +11 -11
  1762. package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +0 -1
  1763. package/src/notification/email-template/form/EmailTemplateForm.tsx +1 -1
  1764. package/src/notification/send-email-template/SendEmailTemplateForm.stories.tsx +0 -1
  1765. package/src/notification/send-email-template/SendEmailTemplateForm.tsx +2 -2
  1766. package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +0 -1
  1767. package/src/notification/sms-template/card/SmsTemplateCard.tsx +3 -4
  1768. package/src/notification/sms-template/control/SmsTemplateControl.tsx +0 -1
  1769. package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +0 -1
  1770. package/src/notification/sms-template/form/SmsTemplateForm.tsx +1 -1
  1771. package/src/number-of-people-input/NumberOfPeopleInput.tsx +1 -1
  1772. package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.stories.tsx +1 -1
  1773. package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.tsx +0 -1
  1774. package/src/product-set/card/ProductSetCard.stories.tsx +1 -4
  1775. package/src/product-set/card/ProductSetCard.tsx +6 -7
  1776. package/src/product-set/control/DateAndRecurrenceInput.tsx +11 -12
  1777. package/src/product-set/control/DateInput.tsx +11 -11
  1778. package/src/product-set/control/ProductSetControl.stories.tsx +0 -1
  1779. package/src/product-set/control/ProductSetControl.tsx +11 -7
  1780. package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +3 -3
  1781. package/src/product-set/control/ProductSetRecurrenceControl.tsx +6 -8
  1782. package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +5 -9
  1783. package/src/product-set/control/TutorialGifCard.tsx +6 -13
  1784. package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +0 -1
  1785. package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +3 -4
  1786. package/src/product-set/elements/DeleteFieldButton.tsx +2 -3
  1787. package/src/product-set/elements/Elements.stories.tsx +0 -1
  1788. package/src/product-set/form/MobileFooter.tsx +6 -37
  1789. package/src/product-set/form/ProductCategoriesControl.tsx +10 -11
  1790. package/src/product-set/form/ProductSetForm.stories.tsx +0 -1
  1791. package/src/product-set/form/ProductSetForm.tsx +12 -6
  1792. package/src/product-set/form/ProductSetFormPopover.tsx +1 -1
  1793. package/src/product-set/form/ProductZonesControl.tsx +181 -0
  1794. package/src/product-set/form/ProductsControl.tsx +9 -25
  1795. package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -2
  1796. package/src/product-set/form/SelectCategoryModal.tsx +26 -21
  1797. package/src/product-set/form/StepsControl.tsx +1 -1
  1798. package/src/product-set/form/SubProductsControl.tsx +4 -1
  1799. package/src/product-set/form/VenueMapSetModal.tsx +8 -8
  1800. package/src/product-set/form/VenueMapsControl.tsx +3 -1
  1801. package/src/product-set/form/context.tsx +2 -2
  1802. package/src/product-set/item/CreateProductSetItem.tsx +3 -9
  1803. package/src/product-set/popover/ProductSetPopover.stories.tsx +1 -1
  1804. package/src/product-set/popover/ProductSetPopover.tsx +5 -5
  1805. package/src/product-set/product/Product.stories.tsx +0 -1
  1806. package/src/product-set/product/ProductControl.tsx +39 -284
  1807. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +168 -0
  1808. package/src/product-set/product/advanced-options/index.ts +1 -0
  1809. package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -2
  1810. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +10 -11
  1811. package/src/product-set/product/deposit/ProductDeposit.stories.tsx +0 -1
  1812. package/src/product-set/product/deposit/ProductDepositControl.tsx +5 -6
  1813. package/src/product-set/product/duration/ProductDurationControl.stories.tsx +0 -1
  1814. package/src/product-set/product/duration/ProductDurationControl.tsx +1 -2
  1815. package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +1 -2
  1816. package/src/product-set/product/price/ProductPrice.stories.tsx +0 -1
  1817. package/src/product-set/product/price/ProductPriceControl.tsx +4 -5
  1818. package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -2
  1819. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +14 -12
  1820. package/src/product-set/product/quantity/ProductQuantityControl.tsx +6 -6
  1821. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +4 -4
  1822. package/src/product-set/product-category/ProductCategory.stories.tsx +0 -1
  1823. package/src/product-set/product-category/ProductCategoryControl.tsx +18 -77
  1824. package/src/product-set/product-zone/ProductZoneControl.tsx +247 -0
  1825. package/src/product-set/product-zone/index.ts +1 -0
  1826. package/src/product-set/step/Step.stories.tsx +1 -1
  1827. package/src/product-set/step/StepControl.tsx +3 -3
  1828. package/src/product-set/tabs/ProductSetTab.tsx +1 -1
  1829. package/src/product-set/tabs/ProductSetTabs.stories.tsx +0 -1
  1830. package/src/product-set/tabs/ProductSetTabs.tsx +1 -1
  1831. package/src/product-set/utils/index.ts +10 -6
  1832. package/src/provider/categories-input/CategoriesInput.stories.tsx +0 -1
  1833. package/src/provider/categories-input/CategoriesInput.tsx +0 -1
  1834. package/src/provider/categories-input/CategoriesInputDescription.tsx +1 -2
  1835. package/src/provider/company/user-form/UserForm.stories.tsx +0 -1
  1836. package/src/provider/company/user-form/UserForm.tsx +2 -2
  1837. package/src/provider/location-input/LocationInput.stories.tsx +0 -1
  1838. package/src/provider/location-input/LocationInput.tsx +0 -1
  1839. package/src/provider/location-input/LocationInputDescription.tsx +1 -1
  1840. package/src/provider/location-input/components/FormGroupControll.tsx +0 -1
  1841. package/src/provider/provider-details-input/ProviderDetailsInput.stories.tsx +0 -1
  1842. package/src/provider/provider-details-input/ProviderDetailsInput.tsx +1 -1
  1843. package/src/provider/provider-form/ProviderForm.stories.tsx +0 -1
  1844. package/src/provider/provider-form/ProviderForm.tsx +2 -2
  1845. package/src/provider/provider-links-input/ProviderLinksInput.stories.tsx +0 -1
  1846. package/src/provider/provider-links-input/ProviderLinksInput.tsx +2 -2
  1847. package/src/provider/venue-form/VenueForm.stories.tsx +0 -1
  1848. package/src/provider/venue-form/VenueForm.tsx +2 -2
  1849. package/src/provider/working-hours-input/WorkingHoursInput.stories.tsx +0 -1
  1850. package/src/provider/working-hours-input/WorkingHoursInput.tsx +1 -2
  1851. package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +3 -4
  1852. package/src/radio-card/RadioCard.stories.tsx +1 -1
  1853. package/src/radio-card/RadioCard.tsx +1 -1
  1854. package/src/recurrence-input/RecurrenceEndInput.tsx +2 -2
  1855. package/src/recurrence-input/RecurrenceInput.stories.tsx +0 -1
  1856. package/src/recurrence-input/RecurrenceInput.tsx +7 -7
  1857. package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +0 -1
  1858. package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +0 -1
  1859. package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +1 -2
  1860. package/src/recurrence-input/utils.ts +3 -3
  1861. package/src/recurring-date-picker-input/DatePickerInput.tsx +2 -1
  1862. package/src/recurring-date-picker-input/RecurrenceAndFrequencyInput.tsx +1 -1
  1863. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -1
  1864. package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +4 -3
  1865. package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +0 -1
  1866. package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +1 -2
  1867. package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +3 -5
  1868. package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +9 -9
  1869. package/src/recurring-date-picker-input/utils.ts +3 -3
  1870. package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +1 -1
  1871. package/src/report/ReportRunnerModal/ReportRunnerModal.stories.tsx +0 -1
  1872. package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +2 -3
  1873. package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +0 -1
  1874. package/src/report/card/ReportCard.stories.tsx +0 -1
  1875. package/src/report/card/ReportCard.tsx +0 -11
  1876. package/src/report/form/ReportForm.stories.tsx +0 -1
  1877. package/src/report/form/ReportForm.tsx +1 -1
  1878. package/src/resource/card/ResourceCard.stories.tsx +0 -1
  1879. package/src/resource/card/ResourceCard.tsx +0 -1
  1880. package/src/resource/form/ResourceForm.stories.tsx +0 -1
  1881. package/src/resource/form/ResourceForm.tsx +1 -1
  1882. package/src/resource/form/components/CapacityControl.tsx +0 -1
  1883. package/src/resource/form/components/NameControl.tsx +0 -1
  1884. package/src/resource/form/components/SortControl.tsx +0 -1
  1885. package/src/resource/form/components/ZoneControl.tsx +0 -1
  1886. package/src/sales/booking/results/BookingResults.stories.tsx +0 -1
  1887. package/src/sales/booking/results/BookingResults.tsx +0 -1
  1888. package/src/sales/booking/results/components/ResultCard.tsx +2 -4
  1889. package/src/sales/coupon/control/CouponFormControl.tsx +2 -2
  1890. package/src/sales/coupon/form/CouponForm.stories.tsx +0 -1
  1891. package/src/sales/coupon/form/CouponFrom.tsx +1 -1
  1892. package/src/sales/filters/SaleFilter.stories.tsx +1 -1
  1893. package/src/sales/filters/SaleFilters.tsx +0 -1
  1894. package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +0 -1
  1895. package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +2 -2
  1896. package/src/sales/guest-profile/profile/Profile.stories.tsx +0 -1
  1897. package/src/sales/guest-profile/profile/Profile.tsx +0 -1
  1898. package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +0 -2
  1899. package/src/sales/guest-profile/user-metrics/UserMetrics.stories.tsx +0 -1
  1900. package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +0 -1
  1901. package/src/sales/guest-profile/visited-providers/VisitedProviders.stories.tsx +0 -1
  1902. package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +0 -1
  1903. package/src/sales/life-time-sales/LifeTimeSalesChart.stories.tsx +0 -1
  1904. package/src/sales/life-time-sales/LifeTimeSalesChart.tsx +2 -2
  1905. package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.stories.tsx +1 -1
  1906. package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +8 -14
  1907. package/src/sales/manual-booking/search-user/SearchUser.tsx +2 -2
  1908. package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.stories.tsx +2 -2
  1909. package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +3 -3
  1910. package/src/sales/manual-booking/select-event/SelectEvent.tsx +3 -4
  1911. package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +0 -1
  1912. package/src/sales/manual-booking/select-menu/SelectMenu.tsx +0 -1
  1913. package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +0 -1
  1914. package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +1 -2
  1915. package/src/sales/modals/payment-modal/PaymentModal.stories.tsx +3 -3
  1916. package/src/sales/modals/payment-modal/PaymentModal.tsx +3 -3
  1917. package/src/sales/modals/refund-modal/RefundModal.stories.tsx +1 -1
  1918. package/src/sales/modals/refund-modal/RefundModal.tsx +6 -5
  1919. package/src/sales/notes/NotesTable.stories.tsx +0 -1
  1920. package/src/sales/notes/NotesTable.tsx +3 -3
  1921. package/src/sales/notes/NotesTableRow.tsx +6 -6
  1922. package/src/sales/notes/note-form/NoteForm.stories.tsx +0 -1
  1923. package/src/sales/notes/note-form/NoteForm.tsx +0 -1
  1924. package/src/sales/payment-form/SalePaymentForm.stories.tsx +3 -3
  1925. package/src/sales/payment-form/SalePaymentForm.tsx +10 -9
  1926. package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +0 -1
  1927. package/src/sales/sales-and-views/SalesAndViewsChart.stories.tsx +1 -1
  1928. package/src/sales/sales-and-views/SalesAndViewsChart.tsx +4 -4
  1929. package/src/sales/source-of-sales/SourceOfSalesChart.stories.tsx +0 -1
  1930. package/src/sales/source-of-sales/SourceOfSalesChart.tsx +3 -3
  1931. package/src/sales/statistics-chart/StatisticsChart.stories.tsx +0 -1
  1932. package/src/sales/statistics-chart/StatisticsChart.tsx +1 -1
  1933. package/src/setting/admin/AdminSetting.stories.tsx +0 -2
  1934. package/src/setting/admin/AdminSettingForm.tsx +3 -9
  1935. package/src/setting/admin/PaymentFeeForm.tsx +7 -33
  1936. package/src/setting/dashboard/DashboardSetting.stories.tsx +5 -6
  1937. package/src/setting/dashboard/DashboardSettingForm.tsx +1 -1
  1938. package/src/setting/dashboard/EventSettingForm.tsx +0 -1
  1939. package/src/setting/dashboard/FinancialDataForm.tsx +4 -20
  1940. package/src/setting/dashboard/OtherSettingForm.tsx +0 -1
  1941. package/src/setting/dashboard/ProviderSettingForm.tsx +2 -8
  1942. package/src/setting/dashboard/components/IpInput.stories.tsx +0 -1
  1943. package/src/setting/dashboard/components/IpInput.tsx +6 -6
  1944. package/src/setting/dashboard/payments/payments-form/PaymentsForm.stories.tsx +0 -1
  1945. package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +0 -1
  1946. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.stories.tsx +0 -1
  1947. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +1 -1
  1948. package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.stories.tsx +0 -1
  1949. package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +2 -3
  1950. package/src/setting/dashboard/snippets/card/SnippetCard.stories.tsx +0 -1
  1951. package/src/setting/dashboard/snippets/card/SnippetCard.tsx +6 -6
  1952. package/src/setting/system/SystemSetting.stories.tsx +1 -2
  1953. package/src/setting/system/SystemSettingForm.tsx +0 -1
  1954. package/src/sidebar/elements/Elements.stories.tsx +0 -1
  1955. package/src/sidebar/elements/ReturnBack.tsx +2 -3
  1956. package/src/slide-curtain/SlideCurtain.stories.tsx +0 -1
  1957. package/src/slide-curtain/SlideCurtain.tsx +3 -7
  1958. package/src/snippet/snippet-template/SnippetTemplate.stories.tsx +0 -1
  1959. package/src/snippet/snippet-template/SnippetTemplate.tsx +1 -1
  1960. package/src/snippet/snippet-template/context/snippetTemplate.tsx +3 -3
  1961. package/src/snippet/snippet-template/context/snippetTemplateLoading.tsx +1 -1
  1962. package/src/snippet/snippet-template/context/snippetTemplateView.tsx +7 -7
  1963. package/src/snippet/snippet-template/control/Control.stories.tsx +0 -1
  1964. package/src/snippet/snippet-template/control/PropertyControl.tsx +2 -2
  1965. package/src/snippet/snippet-template/form/SnippetTemplateForm.stories.tsx +0 -1
  1966. package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +3 -3
  1967. package/src/snippet/snippet-template/preview/Preview.stories.tsx +0 -1
  1968. package/src/snippet/snippet-template/preview/Preview.tsx +9 -11
  1969. package/src/snippet/snippet-template/settings/SettingButton.tsx +2 -3
  1970. package/src/snippet/snippet-template/settings/Settings.stories.tsx +0 -1
  1971. package/src/snippet/snippet-template/utils/index.ts +2 -2
  1972. package/src/sortable-fields/SortableFieldItem.tsx +2 -2
  1973. package/src/sortable-fields/SortableFieldList.tsx +1 -2
  1974. package/src/sortable-list/CreateSortableListItem.tsx +2 -8
  1975. package/src/sortable-list/SortableList.stories.tsx +0 -1
  1976. package/src/sortable-list/SortableList.tsx +1 -1
  1977. package/src/sortable-tree/SortableTree.stories.tsx +0 -1
  1978. package/src/sortable-tree/SortableTree.tsx +1 -1
  1979. package/src/sortable-tree/SortableTreeItem.stories.tsx +0 -1
  1980. package/src/sortable-tree/SortableTreeItem.tsx +67 -54
  1981. package/src/sortable-tree/index.ts +1 -1
  1982. package/src/sorting-select/SortingSelect.stories.tsx +0 -1
  1983. package/src/sorting-select/SortingSelect.tsx +1 -1
  1984. package/src/static/CountryCodeSelect.tsx +0 -1
  1985. package/src/static/CountrySelect.tsx +1 -1
  1986. package/src/static/CurrencyNumberInput.tsx +3 -3
  1987. package/src/static/FormCard.tsx +0 -1
  1988. package/src/static/Image.tsx +0 -1
  1989. package/src/static/RestrictedAccess.tsx +2 -3
  1990. package/src/static/SocialButton.tsx +5 -6
  1991. package/src/static/Static.stories.tsx +290 -259
  1992. package/src/static/StyledButton.tsx +1 -1
  1993. package/src/static/TextField.tsx +2 -2
  1994. package/src/static/UserBadge.tsx +2 -7
  1995. package/src/static/WarningMessage.tsx +0 -1
  1996. package/src/static/date-range-input/DateRangeInput.stories.tsx +1 -1
  1997. package/src/static/date-range-input/DateRangeInput.tsx +3 -7
  1998. package/src/static/date-range-input/utils/index.ts +1 -1
  1999. package/src/static/form-number-input/FormNumberInput.stories.tsx +0 -1
  2000. package/src/static/form-number-input/FormNumberInput.tsx +0 -1
  2001. package/src/static/images/DefaultUserImage.tsx +0 -1
  2002. package/src/static/images/Images.stories.tsx +10 -8
  2003. package/src/static/index.ts +0 -1
  2004. package/src/static/loader/BlockLoader.tsx +0 -1
  2005. package/src/static/loader/ButtonLoader.tsx +0 -1
  2006. package/src/static/loader/Loader.stories.tsx +0 -1
  2007. package/src/static/loader/LoaderIndicator.tsx +1 -1
  2008. package/src/static/loader/PaymentLoader.tsx +1 -1
  2009. package/src/static/loader/SnippetLoader.tsx +0 -1
  2010. package/src/static/manual-date-picker/ManualDatePicker.tsx +0 -1
  2011. package/src/static/manual-date-picker/hooks/useManualDatePicker.ts +1 -1
  2012. package/src/static/manual-date-picker/utils/index.ts +2 -2
  2013. package/src/static/number-input/NumberInput.stories.tsx +1 -1
  2014. package/src/static/number-input/NumberInput.tsx +3 -4
  2015. package/src/static/switch/BooleanSwitch.tsx +2 -2
  2016. package/src/static/switch/Switch.stories.tsx +1 -1
  2017. package/src/static/switch/Switch.tsx +0 -1
  2018. package/src/static/tabs/Tab.tsx +1 -1
  2019. package/src/static/tabs/Tabs.tsx +1 -1
  2020. package/src/static/text-expand/TextExpand.stories.tsx +1 -1
  2021. package/src/static/text-expand/TextExpand.tsx +3 -3
  2022. package/src/striped-static-table/StripedStaticTable.stories.tsx +0 -1
  2023. package/src/striped-static-table/StripedStaticTable.tsx +2 -4
  2024. package/src/styles/affiliate/AffiliateCard.scss +2 -2
  2025. package/src/styles/auth/AccessDenied.scss +1 -1
  2026. package/src/styles/back-button/BackButton.scss +24 -25
  2027. package/src/styles/back-button/_index.scss +1 -1
  2028. package/src/styles/company-user-form/UserForm.scss +7 -4
  2029. package/src/styles/company-user-form/_index.scss +1 -1
  2030. package/src/styles/custom-fields/CreateSortableListItem.scss +1 -2
  2031. package/src/styles/custom-fields/_index.scss +1 -1
  2032. package/src/styles/customers/Filter.scss +5 -5
  2033. package/src/styles/events/EditEventModal.scss +3 -1
  2034. package/src/styles/events/EventCard.scss +3 -3
  2035. package/src/styles/events/EventVenueMap.scss +7 -7
  2036. package/src/styles/form/Input.scss +1 -1
  2037. package/src/styles/header/Header.scss +1 -1
  2038. package/src/styles/header/elements/CompanySelector.scss +2 -2
  2039. package/src/styles/iframe-events/CalendarSelect.scss +1 -1
  2040. package/src/styles/iframe-events/Card.scss +1 -1
  2041. package/src/styles/iframe-events/CategoryStepsForm.scss +7 -6
  2042. package/src/styles/iframe-events/Event.scss +4 -2
  2043. package/src/styles/iframe-events/EventForm.scss +54 -54
  2044. package/src/styles/iframe-events/EventNavigationFooter.scss +0 -1
  2045. package/src/styles/iframe-events/TicketDescription.scss +1 -1
  2046. package/src/styles/iframe-payments/PaymentForm.scss +1 -1
  2047. package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
  2048. package/src/styles/notification/Notification.scss +1 -1
  2049. package/src/styles/order-items-table/OrderItemsTable.scss +2 -1
  2050. package/src/styles/overrides/_functions.scss +2 -2
  2051. package/src/styles/product-set/CreateProductSetItem.scss +21 -15
  2052. package/src/styles/product-set/DateAndRecurrenceInput.scss +8 -6
  2053. package/src/styles/product-set/EditCategoryModal.scss +4 -4
  2054. package/src/styles/product-set/EditProductModal.scss +3 -3
  2055. package/src/styles/product-set/EditStepModal.scss +4 -4
  2056. package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
  2057. package/src/styles/product-set/EditZoneSettingModal.scss +16 -0
  2058. package/src/styles/product-set/ProductSetCard.scss +2 -2
  2059. package/src/styles/product-set/ProductSetForm.scss +14 -1
  2060. package/src/styles/product-set/TutorialGifCard.scss +1 -1
  2061. package/src/styles/product-set/_index.scss +2 -1
  2062. package/src/styles/report/ReportCard.scss +0 -1
  2063. package/src/styles/report/_index.scss +1 -1
  2064. package/src/styles/resources-blocking/_index.scss +0 -4
  2065. package/src/styles/sales/BookingFilter.scss +2 -2
  2066. package/src/styles/sales/BookingTabs.scss +5 -7
  2067. package/src/styles/sales/Filters.scss +4 -5
  2068. package/src/styles/sales/GuestProfile.scss +175 -170
  2069. package/src/styles/sales/LifeTimeSales.scss +1 -1
  2070. package/src/styles/sales/ManualBooking.scss +2 -4
  2071. package/src/styles/sales/SalesAndViews.scss +5 -4
  2072. package/src/styles/snippet-templates/SnippetTemplateCard.scss +1 -1
  2073. package/src/styles/snippet-templates/_snippetVariables.scss +244 -63
  2074. package/src/styles/sortable-field/SortableField.scss +16 -16
  2075. package/src/styles/sortable-field/_index.scss +1 -1
  2076. package/src/styles/sortable-tree/Item.scss +4 -4
  2077. package/src/styles/table/Table.scss +1 -1
  2078. package/src/styles/themes/bookedit/_variables.scss +45 -19
  2079. package/src/styles/themes/bookedit/{_index.scss → index.scss} +35 -35
  2080. package/src/styles/themes/licklist/_variables.scss +1 -1
  2081. package/src/styles/themes/licklist/index.scss +45 -0
  2082. package/src/styles/tiptap-editor/TiptapEditor.scss +10 -9
  2083. package/src/styles/tiptap-editor/_index.scss +1 -1
  2084. package/src/styles/venue-map-sets/VenueMapSetCard.scss +7 -9
  2085. package/src/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
  2086. package/src/styles/virtualized/_index.scss +1 -1
  2087. package/src/styles/zones/ZoneCard.scss +7 -12
  2088. package/src/styles/zones/ZoneForm.scss +1 -1
  2089. package/src/styles/zones/ZoneRecurrencesControl.scss +8 -6
  2090. package/src/table/FilterHelperComponent.tsx +1 -1
  2091. package/src/table/MenuButton.tsx +5 -10
  2092. package/src/table/PaginationHelperComponent.tsx +9 -10
  2093. package/src/table/PerPageHelperComponent.tsx +1 -1
  2094. package/src/table/ReactTableHelperComponent.tsx +11 -11
  2095. package/src/table/StaticTable.tsx +1 -1
  2096. package/src/table/Table.stories.tsx +5 -5
  2097. package/src/table/TableHelperComponent.tsx +16 -15
  2098. package/src/table/hooks/useTableQueryOptions.ts +6 -5
  2099. package/src/table/types.ts +1 -1
  2100. package/src/table/utils/index.ts +5 -5
  2101. package/src/theme/Theme.stories.tsx +96 -95
  2102. package/src/tiptap-editor/TipTapEditor.stories.tsx +4 -7
  2103. package/src/tiptap-editor/TipTapEditor.tsx +3 -3
  2104. package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +2 -6
  2105. package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +25 -18
  2106. package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +4 -8
  2107. package/src/tiptap-editor/TipTapMenu/extensions/EMOJIS.ts +1 -1
  2108. package/src/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.ts +2 -2
  2109. package/src/typeahead/Typeahead.stories.tsx +6 -4
  2110. package/src/typeahead/Typeahead.tsx +0 -1
  2111. package/src/typeahead-helper/TypeaheadHelperComponent.tsx +5 -5
  2112. package/src/types/iframe.ts +1 -1
  2113. package/src/typings.d.ts +1 -1
  2114. package/src/venue-map-sets/card/VenueMapCard.stories.tsx +0 -1
  2115. package/src/venue-map-sets/card/VenueMapSetCard.tsx +6 -6
  2116. package/src/venue-map-sets/form/VenueMapSetForm.stories.tsx +0 -1
  2117. package/src/venue-map-sets/form/VenueMapSetForm.tsx +2 -2
  2118. package/src/venue-map-sets/form/components/NameControl.tsx +0 -1
  2119. package/src/venue-map-sets/form/components/VenueMapControl.tsx +5 -10
  2120. package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +8 -8
  2121. package/src/venue-map-sets/form/components/VenueMapModal.tsx +6 -7
  2122. package/src/venue-map-sets/form/components/VenueMapsControl.tsx +8 -8
  2123. package/src/venue-map-sets/form/utils/index.ts +3 -3
  2124. package/src/virtualized/components/VirtualizedGrid.tsx +1 -1
  2125. package/src/virtualized/components/VirtualizedWindowScroller.stories.tsx +1 -1
  2126. package/src/virtualized/components/VirtualizedWindowScroller.tsx +2 -2
  2127. package/src/virtualized/context/VirtualizedContext.tsx +1 -1
  2128. package/src/vite-env.d.ts +3 -0
  2129. package/src/zone/card/ZoneCard.stories.tsx +0 -1
  2130. package/src/zone/card/ZoneCard.tsx +6 -6
  2131. package/src/zone/form/ZoneForm.stories.tsx +0 -1
  2132. package/src/zone/form/ZoneForm.tsx +1 -1
  2133. package/src/zone/form/components/AvailableTimesControl.tsx +5 -10
  2134. package/src/zone/form/components/DescriptionControl.tsx +0 -1
  2135. package/src/zone/form/components/GameDurationControl.tsx +0 -1
  2136. package/src/zone/form/components/NameControl.tsx +0 -1
  2137. package/src/zone/form/components/SortControl.tsx +0 -1
  2138. package/src/zone/form/components/ZoneControl.tsx +0 -1
  2139. package/src/zone/form/components/ZoneImageControl.tsx +3 -3
  2140. package/src/zone/form/components/ZoneRecurrenceControl.tsx +3 -12
  2141. package/src/zone/form/components/ZoneRecurrencesControl.tsx +8 -12
  2142. package/src/zone/form/components/ZoneTypeControl.tsx +0 -1
  2143. package/src/zone/form/utils/dates.ts +4 -4
  2144. package/tsconfig.build.json +7 -0
  2145. package/tsconfig.json +6 -8
  2146. package/vite.config.ts +34 -0
  2147. package/yarn.lock +20980 -0
  2148. package/.babelrc +0 -23
  2149. package/dist/static/Icon.d.ts +0 -13
  2150. package/dist/static/Icon.d.ts.map +0 -1
  2151. package/dist/static/Icon.js +0 -1
  2152. package/dist/styles/themes/licklist/_index.scss +0 -45
  2153. package/src/static/Icon.tsx +0 -37
  2154. package/src/styles/themes/licklist/_index.scss +0 -45
@@ -1 +1,303 @@
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"),o=e(r),n=require("react-i18next"),i=require("react-bootstrap"),a=require("react-hook-form"),u=e(require("@licklist/plugins/dist/services/Form/HookFormService")),c=require("@dnd-kit/core"),d=require("lodash");require("../elements/DeleteFieldButton.js");var s=require("../../sortable-tree/SortableTreeItem.js"),l=require("../../sortable-tree/SortableTree.js");require("../card/ProductSetCard.js");var p=require("../hooks/useSortableTreeFunctions.js"),m=require("../item/CreateProductSetItem.js");require("../step/StepControl.js"),require("../product-category/ProductCategoryControl.js");var v=require("@licklist/core/dist/DataMapper/Product/ProductDataMapper"),g=require("@licklist/core/dist/Services");require("../product/booking-management/ProductBookingManagementControl.js"),require("../product/deposit/ProductDepositControl.js"),require("../product/quantity/ProductQuantityControl.js"),require("../product/quantity/ProductQuantityConstantControl.js"),require("../product/quantity/ProductQuantityRechargingControl.js");var f=require("../product/ProductControl.js"),q=require("./SubProductsControl.js"),y=require("./ProductCategoriesControl.js");require("../control/ProductSetControl.js"),require("../deposit-paid/ProductSetDepositPaidControl.js"),require("./ProductSetForm.js"),require("../popover/ProductSetPopover.js"),require("../tabs/ProductSetTab.js"),require("../tabs/ProductSetTabs.js");exports.ProductsControl=function(e){var C,P,b,S,_=e.isLoading,j=e.quantityType,T=e.stepIndex,h=e.productCategoryIndex,E=e.hasTicket,I=e.categoryType,k=e.zones,N=e.isOverrides,x=e.isEventEditProductSet,D=e.isCreateNewOverrides,F=n.useTranslation("Design").t,A=a.useFormContext(),O=t.__read(r.useState(!1),2),w=O[0],M=O[1],Q=A.control,B=A.formState.errors,U=A.clearErrors,L=A.trigger,R=A.setValue,V=A.watch,z=A.getValues,W=V("steps.".concat(T,".productCategories.").concat(h,".zoneId")),H=null==k?void 0:k.find((function(e){return e.id===Number(W)})),G="steps.".concat(T,".productCategories.").concat(h,".products"),Y="steps.".concat(T,".pointProducts"),J=a.useFieldArray({name:G,control:Q,keyName:"_id"}),K=J.fields,X=J.append,Z=J.remove,$=J.move,ee=p.useSortableTreeFunctions({fieldName:G,remove:Z,isOverrides:N}),te=ee.edit,re=ee.saveValidField,oe=ee.cancelChanges,ne=V("steps.".concat(T,".productCategories.").concat(h,".allowDeposits")),ie=a.useWatch({control:Q,name:t.__spreadArray([],t.__read(K.map((function(e,t){return"".concat(G,".").concat(t,".price")}))),!1)}),ae=a.useWatch({control:Q,name:t.__spreadArray([],t.__read(K.map((function(e,t){return"".concat(G,".").concat(t,".totalQuantity")}))),!1)}),ue=a.useWatch({control:Q,name:t.__spreadArray([],t.__read(K.map((function(e,t){return"".concat(G,".").concat(t,".isUnlimited")}))),!1)}),ce=null===(S=null===(b=null===(P=null===(C=null==B?void 0:B.steps)||void 0===C?void 0:C[T])||void 0===P?void 0:P.productCategories)||void 0===b?void 0:b[h])||void 0===S?void 0:S.products,de=1===K.length,se=c.useSensor(c.MouseSensor,{activationConstraint:{distance:10}});return o.createElement(o.Fragment,null,o.createElement(l.SortableTree,{items:K.map((function(e){return String(e._id)})),onDragEnd:function(e){if(!N){var t=e.active,r=e.over;if(t&&r&&(null==t?void 0:t.id)&&(null==r?void 0:r.id)){var o=K.findIndex((function(e){return e._id===t.id})),n=K.findIndex((function(e){return e._id===r.id}));o!==n&&($(o,n),K.forEach((function(e,t){R("".concat(G,".").concat(t,".sort"),t)})))}}},sensors:[se]},K.map((function(e,t){var r=x?!!e.id:N&&!!e.originalProductId,n=D&&!!e.id;return o.createElement(a.Controller,{key:e._id,control:Q,name:"".concat(G,".").concat(t,".name"),rules:{required:F("Validation:fieldRequired",{attribute:F("name")})},render:function(a){var u=a.field,c=u.value,d=u.onChange;return o.createElement(l.SortableTree.Item,{key:"product-".concat(e._id),id:String(e._id),isExpanded:de,isInvalid:!!ce,title:c,isOverride:N,badge:o.createElement(i.Badge,{className:"product-badge"},F("product")),isIconInHeader:!1,cancelChanges:function(){return oe(t)},edit:function(){return te(t)},secondaryBadge:y.getBadgeConfig(I,F(I)),subTitle:o.createElement("div",{className:"product-set-badges-container"},o.createElement("div",{className:"product-set-subtitle-dot product-set-subtitle-product-dot"}),o.createElement("span",null,"£".concat(ie[t]," ").concat(F("each")," - ").concat(F("qty"),":").concat(ue[t]?F(" unlimited"):" ".concat(ae[t])," ").concat(ue[t]?"":" - ".concat(F("possibleRevenue")," £").concat(ie[t]*ae[t])," "))),modalLabel:F("addNewProduct"),modalClass:s.ProductSetModalClasses.product,isNewAdded:w,body:o.createElement(f.ProductControl,{isLoading:_,quantityType:j,allowDeposits:ne,hasBookingManagement:!1,fieldNamePrefix:"".concat(G,".").concat(t),productName:c,onProductNameChange:d,hasTicket:E,categoryType:I,zoneDuration:null==H?void 0:H.defaultDuration,isOverrides:n||r}),onDelete:function(){return function(e){if(!N){var t=z("".concat(G,".").concat(e)),r=z(Y);R(Y,(null==r?void 0:r.filter((function(e){return e.productUuid!==t.uuid})))||[]),Z(e)}}(t)},validate:function(){return L("".concat(G,".").concat(t))},saveValidField:re},o.createElement(q.SubProductsControl,{isLoading:_,quantityType:j,stepIndex:T,productCategoryIndex:h,productIndex:t}))}})}))),o.createElement(m.CreateProductSetItem,{title:F("addProduct"),onClick:function(){var e;X((e=K.length,{id:null,name:"",termsAndConditions:"",productGroupId:null,description:"",price:0,deposit:0,minQuantity:null,maxQuantity:null,totalQuantity:0,capacity:0,duration:0,isAvailable:!0,isSoldOut:!1,isRequired:!1,isUnlimited:!1,quantitySelector:1,hasSpecialNotes:!1,weight:0,originalProductId:null,type:v.DEFAULT_PRODUCT_TYPE,tierId:Number(d.uniqueId()),zoneId:null,subProducts:[],images:[],uuid:g.generateUuid(),subSlots:null,offset:null,pause:null,serviceTime:null,sort:e})),M(!0),(null==ce?void 0:ce.type)===u.manualErrorType&&U(G)}}),o.createElement("div",{className:"manual-form-error"},ce&&ce.message))};
1
+ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
+ import { useState } from 'react';
3
+ import { uniqueId } from 'lodash';
4
+ import { Badge } from 'react-bootstrap';
5
+ import { useFormContext, useFieldArray, useWatch, Controller } from 'react-hook-form';
6
+ import { useSensor, MouseSensor } from '@dnd-kit/core';
7
+ import { useTranslation } from 'react-i18next';
8
+ import { DEFAULT_PRODUCT_TYPE } from '@licklist/core/dist/DataMapper/Product/ProductDataMapper';
9
+ import { generateUuid } from '@licklist/core/dist/Services';
10
+ import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService';
11
+ import 'rrule';
12
+ import 'clsx';
13
+ import '@react-aria/utils';
14
+ import '@licklist/plugins/dist/services/Route/RouteService';
15
+ import 'react-icons/fa';
16
+ import 'react-bootstrap/ModalHeader';
17
+ import 'react-bootstrap/ModalTitle';
18
+ import 'react-bootstrap/ModalBody';
19
+ import 'react-bootstrap/ModalFooter';
20
+ import 'react-bootstrap/Modal';
21
+ import '../control/ProductSetControl.js';
22
+ import 'react-bootstrap/Col';
23
+ import 'react-bootstrap/InputGroup';
24
+ import 'react-bootstrap/Row';
25
+ import '@licklist/plugins/dist/services/Form/FormErrorService';
26
+ import '@licklist/plugins';
27
+ import 'react-bootstrap/Button';
28
+ import 'react-bootstrap/OverlayTrigger';
29
+ import 'react-bootstrap/Popover';
30
+ import { ProductControl } from '../product/ProductControl.js';
31
+ import '@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper';
32
+ import '../../static/index.js';
33
+ import 'framer-motion';
34
+ import '../tabs/ProductSetTabs.js';
35
+ import { SortableTree } from '../../sortable-tree/SortableTree.js';
36
+ import { CreateProductSetItem } from '../item/CreateProductSetItem.js';
37
+ import { useSortableTreeFunctions } from '../hooks/useSortableTreeFunctions.js';
38
+ import { SubProductsControl } from './SubProductsControl.js';
39
+ import { ProductSetModalClasses } from '../../sortable-tree/SortableTreeItem.js';
40
+ import { getBadgeConfig } from './ProductCategoriesControl.js';
41
+
42
+ function _array_like_to_array(arr, len) {
43
+ if (len == null || len > arr.length) len = arr.length;
44
+ for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
45
+ return arr2;
46
+ }
47
+ function _array_with_holes(arr) {
48
+ if (Array.isArray(arr)) return arr;
49
+ }
50
+ function _array_without_holes(arr) {
51
+ if (Array.isArray(arr)) return _array_like_to_array(arr);
52
+ }
53
+ function _iterable_to_array(iter) {
54
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
55
+ }
56
+ function _iterable_to_array_limit(arr, i) {
57
+ var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
58
+ if (_i == null) return;
59
+ var _arr = [];
60
+ var _n = true;
61
+ var _d = false;
62
+ var _s, _e;
63
+ try {
64
+ for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
65
+ _arr.push(_s.value);
66
+ if (i && _arr.length === i) break;
67
+ }
68
+ } catch (err) {
69
+ _d = true;
70
+ _e = err;
71
+ } finally{
72
+ try {
73
+ if (!_n && _i["return"] != null) _i["return"]();
74
+ } finally{
75
+ if (_d) throw _e;
76
+ }
77
+ }
78
+ return _arr;
79
+ }
80
+ function _non_iterable_rest() {
81
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
82
+ }
83
+ function _non_iterable_spread() {
84
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
85
+ }
86
+ function _sliced_to_array(arr, i) {
87
+ return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
88
+ }
89
+ function _to_consumable_array(arr) {
90
+ return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
91
+ }
92
+ function _unsupported_iterable_to_array(o, minLen) {
93
+ if (!o) return;
94
+ if (typeof o === "string") return _array_like_to_array(o, minLen);
95
+ var n = Object.prototype.toString.call(o).slice(8, -1);
96
+ if (n === "Object" && o.constructor) n = o.constructor.name;
97
+ if (n === "Map" || n === "Set") return Array.from(n);
98
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
99
+ }
100
+ var getDefaultProductValue = function(sort) {
101
+ return {
102
+ id: null,
103
+ name: "",
104
+ termsAndConditions: "",
105
+ productGroupId: null,
106
+ description: "",
107
+ price: 0,
108
+ deposit: 0,
109
+ minQuantity: null,
110
+ maxQuantity: null,
111
+ totalQuantity: 0,
112
+ isAvailable: true,
113
+ isSoldOut: false,
114
+ isRequired: false,
115
+ isUnlimited: false,
116
+ quantitySelector: 1,
117
+ hasSpecialNotes: false,
118
+ weight: 0,
119
+ originalProductId: null,
120
+ type: DEFAULT_PRODUCT_TYPE,
121
+ tierId: Number(uniqueId()),
122
+ subProducts: [],
123
+ images: [],
124
+ uuid: generateUuid(),
125
+ sort: sort
126
+ };
127
+ };
128
+ function ProductsControl(param) {
129
+ var isLoading = param.isLoading, quantityType = param.quantityType, stepIndex = param.stepIndex, productCategoryIndex = param.productCategoryIndex, hasTicket = param.hasTicket, categoryType = param.categoryType, isOverrides = param.isOverrides, isEventEditProductSet = param.isEventEditProductSet, isCreateNewOverrides = param.isCreateNewOverrides;
130
+ var _errors_steps_stepIndex_productCategories_productCategoryIndex, _errors_steps_stepIndex_productCategories, _errors_steps_stepIndex, _errors_steps;
131
+ var t = useTranslation("Design").t;
132
+ var form = useFormContext();
133
+ var _useState = _sliced_to_array(useState(false), 2), showProductModal = _useState[0], setShowProductModal = _useState[1];
134
+ var control = form.control, errors = form.formState.errors, clearErrors = form.clearErrors, trigger = form.trigger, setValue = form.setValue, watch = form.watch, getValues = form.getValues;
135
+ var productControlFieldName = "steps.".concat(stepIndex, ".productCategories.").concat(productCategoryIndex, ".products");
136
+ var productPointsKey = "steps.".concat(stepIndex, ".pointProducts");
137
+ var _useFieldArray = useFieldArray({
138
+ name: productControlFieldName,
139
+ control: control,
140
+ keyName: "_id"
141
+ }), fields = _useFieldArray.fields, append = _useFieldArray.append, remove = _useFieldArray.remove, move = _useFieldArray.move;
142
+ var _useSortableTreeFunctions = useSortableTreeFunctions({
143
+ fieldName: productControlFieldName,
144
+ remove: remove,
145
+ isOverrides: isOverrides
146
+ }), edit = _useSortableTreeFunctions.edit, saveValidField = _useSortableTreeFunctions.saveValidField, cancelChanges = _useSortableTreeFunctions.cancelChanges;
147
+ var allowDeposits = watch("steps.".concat(stepIndex, ".productCategories.").concat(productCategoryIndex, ".allowDeposits"));
148
+ // watch is required to get a reactive value of the required fields
149
+ var prices = useWatch({
150
+ control: control,
151
+ name: _to_consumable_array(fields.map(function(_, index) {
152
+ return "".concat(productControlFieldName, ".").concat(index, ".price");
153
+ }))
154
+ });
155
+ var quantities = useWatch({
156
+ control: control,
157
+ name: _to_consumable_array(fields.map(function(_, index) {
158
+ return "".concat(productControlFieldName, ".").concat(index, ".totalQuantity");
159
+ }))
160
+ });
161
+ var isUnlimitedQuantities = useWatch({
162
+ control: control,
163
+ name: _to_consumable_array(fields.map(function(_, index) {
164
+ return "".concat(productControlFieldName, ".").concat(index, ".isUnlimited");
165
+ }))
166
+ });
167
+ var categoryProductErrors = errors === null || errors === void 0 ? void 0 : (_errors_steps = errors.steps) === null || _errors_steps === void 0 ? void 0 : (_errors_steps_stepIndex = _errors_steps[stepIndex]) === null || _errors_steps_stepIndex === void 0 ? void 0 : (_errors_steps_stepIndex_productCategories = _errors_steps_stepIndex.productCategories) === null || _errors_steps_stepIndex_productCategories === void 0 ? void 0 : (_errors_steps_stepIndex_productCategories_productCategoryIndex = _errors_steps_stepIndex_productCategories[productCategoryIndex]) === null || _errors_steps_stepIndex_productCategories_productCategoryIndex === void 0 ? void 0 : _errors_steps_stepIndex_productCategories_productCategoryIndex.products;
168
+ var isFirstProductAdded = fields.length === 1;
169
+ var mouseSensor = useSensor(MouseSensor, {
170
+ activationConstraint: {
171
+ distance: 10
172
+ }
173
+ });
174
+ var handleDragEnd = function(_event) {
175
+ if (isOverrides) return;
176
+ var active = _event.active, over = _event.over;
177
+ if (!active || !over || !(active === null || active === void 0 ? void 0 : active.id) || !(over === null || over === void 0 ? void 0 : over.id)) return;
178
+ var prevIndex = fields.findIndex(function(field) {
179
+ return field._id === active.id;
180
+ });
181
+ var nextIndex = fields.findIndex(function(field) {
182
+ return field._id === over.id;
183
+ });
184
+ if (prevIndex === nextIndex) return;
185
+ move(prevIndex, nextIndex);
186
+ fields.forEach(function(_, index) {
187
+ setValue("".concat(productControlFieldName, ".").concat(index, ".sort"), index);
188
+ });
189
+ };
190
+ var onProductRemove = function(index) {
191
+ if (isOverrides) return;
192
+ var currentProduct = getValues("".concat(productControlFieldName, ".").concat(index));
193
+ var currentPointProducts = getValues(productPointsKey);
194
+ setValue(productPointsKey, (currentPointProducts === null || currentPointProducts === void 0 ? void 0 : currentPointProducts.filter(function(product) {
195
+ return product.productUuid !== currentProduct.uuid;
196
+ })) || []);
197
+ remove(index);
198
+ };
199
+ return /*#__PURE__*/ jsxs(Fragment, {
200
+ children: [
201
+ /*#__PURE__*/ jsx(SortableTree, {
202
+ items: fields.map(function(item) {
203
+ return String(item._id);
204
+ }),
205
+ onDragEnd: handleDragEnd,
206
+ sensors: [
207
+ mouseSensor
208
+ ],
209
+ children: fields.map(function(product, index) {
210
+ var isOverridesProductSet = isEventEditProductSet ? !!product.id : isOverrides && !!product.originalProductId;
211
+ var isNewProductOverrides = isCreateNewOverrides && !!product.id;
212
+ return /*#__PURE__*/ jsx(Controller, {
213
+ control: control,
214
+ name: "".concat(productControlFieldName, ".").concat(index, ".name"),
215
+ rules: {
216
+ required: t("Validation:fieldRequired", {
217
+ attribute: t("name")
218
+ })
219
+ },
220
+ render: function(param) {
221
+ var _param_field = param.field, value = _param_field.value, onChange = _param_field.onChange;
222
+ return /*#__PURE__*/ jsx(SortableTree.Item, {
223
+ id: String(product._id),
224
+ isExpanded: isFirstProductAdded,
225
+ isInvalid: !!categoryProductErrors,
226
+ title: value,
227
+ isOverride: isOverrides,
228
+ badge: /*#__PURE__*/ jsx(Badge, {
229
+ className: "product-badge",
230
+ children: t("product")
231
+ }),
232
+ isIconInHeader: false,
233
+ cancelChanges: function() {
234
+ return cancelChanges(index);
235
+ },
236
+ edit: function() {
237
+ return edit(index);
238
+ },
239
+ secondaryBadge: getBadgeConfig(categoryType, t(categoryType)),
240
+ subTitle: /*#__PURE__*/ jsxs("div", {
241
+ className: "product-set-badges-container",
242
+ children: [
243
+ /*#__PURE__*/ jsx("div", {
244
+ className: "product-set-subtitle-dot product-set-subtitle-product-dot"
245
+ }),
246
+ /*#__PURE__*/ jsx("span", {
247
+ children: "\xa3".concat(prices[index], " ").concat(t("each"), " - ").concat(t("qty"), ":").concat(!isUnlimitedQuantities[index] ? " ".concat(quantities[index]) : t(" unlimited"), " ").concat(!isUnlimitedQuantities[index] ? " - ".concat(t("possibleRevenue"), " \xa3").concat(prices[index] * quantities[index]) : "", " ")
248
+ })
249
+ ]
250
+ }),
251
+ modalLabel: t("addNewProduct"),
252
+ modalClass: ProductSetModalClasses.product,
253
+ isNewAdded: showProductModal,
254
+ body: /*#__PURE__*/ jsx(ProductControl, {
255
+ isLoading: isLoading,
256
+ quantityType: quantityType,
257
+ allowDeposits: allowDeposits,
258
+ hasBookingManagement: false,
259
+ fieldNamePrefix: "".concat(productControlFieldName, ".").concat(index),
260
+ productName: value,
261
+ onProductNameChange: onChange,
262
+ hasTicket: hasTicket,
263
+ categoryType: categoryType,
264
+ isOverrides: isNewProductOverrides || isOverridesProductSet
265
+ }),
266
+ onDelete: function() {
267
+ return onProductRemove(index);
268
+ },
269
+ validate: function() {
270
+ return trigger("".concat(productControlFieldName, ".").concat(index));
271
+ },
272
+ saveValidField: saveValidField,
273
+ children: /*#__PURE__*/ jsx(SubProductsControl, {
274
+ isLoading: isLoading,
275
+ quantityType: quantityType,
276
+ stepIndex: stepIndex,
277
+ productCategoryIndex: productCategoryIndex,
278
+ productIndex: index
279
+ })
280
+ }, "product-".concat(product._id));
281
+ }
282
+ }, product._id);
283
+ })
284
+ }),
285
+ /*#__PURE__*/ jsx(CreateProductSetItem, {
286
+ title: t("addProduct"),
287
+ onClick: function() {
288
+ append(getDefaultProductValue(fields.length));
289
+ setShowProductModal(true);
290
+ if ((categoryProductErrors === null || categoryProductErrors === void 0 ? void 0 : categoryProductErrors.type) === HookFormService.manualErrorType) {
291
+ clearErrors(productControlFieldName);
292
+ }
293
+ }
294
+ }),
295
+ /*#__PURE__*/ jsx("div", {
296
+ className: "manual-form-error",
297
+ children: categoryProductErrors && categoryProductErrors.message
298
+ })
299
+ ]
300
+ });
301
+ }
302
+
303
+ export { ProductsControl };
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
- import { CategoryType } from "@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper";
3
- export interface SelectCategoryModalProps {
4
- isVisible: boolean;
5
- onHide: () => void;
6
- onCategorySelect: (category: CategoryType) => void;
7
- }
8
- export declare function SelectCategoryModal({ isVisible, onHide, onCategorySelect, }: SelectCategoryModalProps): JSX.Element;
1
+ import { CategoryType } from "@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper";
2
+ export interface SelectCategoryModalProps {
3
+ isVisible: boolean;
4
+ onHide: () => void;
5
+ onCategorySelect: (category: CategoryType) => void;
6
+ }
7
+ export declare function SelectCategoryModal({ isVisible, onHide, onCategorySelect, }: SelectCategoryModalProps): import("react/jsx-runtime").JSX.Element;
9
8
  //# sourceMappingURL=SelectCategoryModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectCategoryModal.d.ts","sourceRoot":"","sources":["../../../src/product-set/form/SelectCategoryModal.tsx"],"names":[],"mappings":";AAIA,OAAO,EAML,YAAY,EACb,MAAM,kEAAkE,CAAC;AA4C1E,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,gBAAgB,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;CACpD;AAED,wBAAgB,mBAAmB,CAAC,EAClC,SAAS,EACT,MAAM,EACN,gBAAgB,GACjB,EAAE,wBAAwB,eA4H1B"}
1
+ {"version":3,"file":"SelectCategoryModal.d.ts","sourceRoot":"","sources":["../../../src/product-set/form/SelectCategoryModal.tsx"],"names":[],"mappings":"AAIA,OAAO,EAML,YAAY,EACb,MAAM,kEAAkE,CAAC;AAoD1E,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,gBAAgB,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;CACpD;AAED,wBAAgB,mBAAmB,CAAC,EAClC,SAAS,EACT,MAAM,EACN,gBAAgB,GACjB,EAAE,wBAAwB,2CAyH1B"}
@@ -1 +1,245 @@
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,r,a=require("tslib"),n=require("react"),l=e(n),o=require("react-i18next"),c=e(require("react-bootstrap/Col")),i=require("react-bootstrap"),s=require("../../static/Icon.js"),u=e(require("react-bootstrap/ModalHeader")),m=e(require("react-bootstrap/ModalTitle")),d=require("./context.js"),E=require("@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper"),f=E.CATEGORY_TYPE_MENU_ITEMS,b=E.CATEGORY_TYPE_TICKETS,p=E.CATEGORY_TYPE_BOOKINGS,g=E.CATEGORY_TYPE_GAME,y=E.CATEGORY_TYPE_FIXED_DURATION,C=((t={})[b]={label:"tickets",icon:"ticket-alt"},t[p]={label:"bookings",icon:"calendar"},t[f]={label:"menuItems",icon:"bars"},t),x=((r={})[g]={label:"game",icon:"bowling-ball"},r[y]={label:"fixedDuration",icon:"calendar"},r);exports.SelectCategoryModal=function(e){var t=e.isVisible,r=e.onHide,f=e.onCategorySelect,b=o.useTranslation(["Design"]).t,p=n.useContext(d.ProductSetLoadingContext).providerHasBookingManagement,g=Object.keys(C),y=Object.keys(x),_=a.__read(n.useState(null),2),T=_[0],O=_[1],h=T===E.CATEGORY_TYPE_BOOKINGS,k=a.__read(n.useState(0),2),v=k[0],N=k[1],I=function(e){if(p&&e===E.CATEGORY_TYPE_BOOKINGS)return O(e),void N(1);O(null),N(0),f(e),r()};return l.createElement(i.Modal,{size:"lg",centered:!0,show:t,onHide:r,className:"p-3 border-0",animation:!1,contentClassName:"rounded"},l.createElement(u,{className:"align-items-center border-0"},l.createElement(m,{as:"h5"},b("Design:selectCategory")),l.createElement(i.Button,{variant:"danger",className:"btn-sm rounded",onClick:r},l.createElement(s.default,{type:"times",height:"1.2rem"}))),l.createElement(i.ModalBody,null,l.createElement(i.Carousel,{interval:null,keyboard:!1,indicators:h,activeIndex:v,controls:!1},l.createElement(i.Carousel.Item,null,l.createElement("div",{className:"d-flex flex-row flex-wrap p-4 justify-content-between mb-6"},g.map((function(e){var t=C[e],r=t.label,a=t.icon;return l.createElement(c,{key:r},l.createElement(i.Button,{variant:"outline-light",className:"d-flex justify-content-center align-items-center flex-column w-100 py-6 rounded",role:"button",tabIndex:0,onClick:function(){return I(e)},active:T===e},"string"==typeof a?l.createElement(s.default,{type:a,color:"#0e8ce2",height:"2rem"}):a,l.createElement("h6",{className:"text-dark mt-3"},b(r))))})))),l.createElement(i.Carousel.Item,null,l.createElement("div",{className:"d-flex flex-row flex-wrap p-4 justify-content-between mb-6"},y.map((function(e){var t=x[e],r=t.label,a=t.icon;return l.createElement(c,{key:r},l.createElement(i.Button,{variant:"outline-light",className:"d-flex justify-content-center align-items-center flex-column w-100 py-6 rounded",role:"button",tabIndex:0,onClick:function(){return I(e)},active:T===e},l.createElement(s.default,{type:a,color:"#0e8ce2",height:"2rem"}),l.createElement("h6",{className:"text-dark mt-3"},b(r))))}))))),h&&l.createElement(i.Button,{size:"sm",className:"carousel-control-button ".concat(v?"left":"right"),onClick:function(){return N((function(e){return e?0:1}))}},l.createElement(s.default,{type:v?"arrow-left":"arrow-right",height:"1rem"}))))};
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+ import { useContext, useState } from 'react';
3
+ import { Modal, Button, ModalBody, Carousel } from 'react-bootstrap';
4
+ import { useTranslation } from 'react-i18next';
5
+ import { CATEGORY_TYPE_MENU_ITEMS, CATEGORY_TYPE_TICKETS, CATEGORY_TYPE_BOOKINGS, CATEGORY_TYPE_GAME, CATEGORY_TYPE_FIXED_DURATION } from '@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper';
6
+ import ModalHeader from 'react-bootstrap/ModalHeader';
7
+ import ModalTitle from 'react-bootstrap/ModalTitle';
8
+ import Col from 'react-bootstrap/Col';
9
+ import { FaTicketAlt, FaCalendar, FaBars, FaBowlingBall, FaTimes, FaArrowLeft, FaArrowRight } from 'react-icons/fa';
10
+ import { ProductSetLoadingContext } from './context.js';
11
+
12
+ /* eslint-disable jsx-a11y/click-events-have-key-events */ function _array_like_to_array(arr, len) {
13
+ if (len == null || len > arr.length) len = arr.length;
14
+ for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
15
+ return arr2;
16
+ }
17
+ function _array_with_holes(arr) {
18
+ if (Array.isArray(arr)) return arr;
19
+ }
20
+ function _define_property(obj, key, value) {
21
+ if (key in obj) {
22
+ Object.defineProperty(obj, key, {
23
+ value: value,
24
+ enumerable: true,
25
+ configurable: true,
26
+ writable: true
27
+ });
28
+ } else {
29
+ obj[key] = value;
30
+ }
31
+ return obj;
32
+ }
33
+ function _iterable_to_array_limit(arr, i) {
34
+ var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
35
+ if (_i == null) return;
36
+ var _arr = [];
37
+ var _n = true;
38
+ var _d = false;
39
+ var _s, _e;
40
+ try {
41
+ for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
42
+ _arr.push(_s.value);
43
+ if (i && _arr.length === i) break;
44
+ }
45
+ } catch (err) {
46
+ _d = true;
47
+ _e = err;
48
+ } finally{
49
+ try {
50
+ if (!_n && _i["return"] != null) _i["return"]();
51
+ } finally{
52
+ if (_d) throw _e;
53
+ }
54
+ }
55
+ return _arr;
56
+ }
57
+ function _non_iterable_rest() {
58
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
59
+ }
60
+ function _sliced_to_array(arr, i) {
61
+ return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
62
+ }
63
+ function _unsupported_iterable_to_array(o, minLen) {
64
+ if (!o) return;
65
+ if (typeof o === "string") return _array_like_to_array(o, minLen);
66
+ var n = Object.prototype.toString.call(o).slice(8, -1);
67
+ if (n === "Object" && o.constructor) n = o.constructor.name;
68
+ if (n === "Map" || n === "Set") return Array.from(n);
69
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
70
+ }
71
+ var CATEGORY_TYPES_NAMES = {
72
+ menuItems: CATEGORY_TYPE_MENU_ITEMS,
73
+ tickets: CATEGORY_TYPE_TICKETS,
74
+ bookings: CATEGORY_TYPE_BOOKINGS,
75
+ game: CATEGORY_TYPE_GAME,
76
+ fixedDuration: CATEGORY_TYPE_FIXED_DURATION
77
+ };
78
+ var _obj;
79
+ var MAIN_CATEGORIES = (_obj = {}, _define_property(_obj, CATEGORY_TYPES_NAMES.tickets, {
80
+ label: "tickets",
81
+ icon: /*#__PURE__*/ jsx(FaTicketAlt, {
82
+ color: "#0e8ce2",
83
+ size: 32
84
+ })
85
+ }), _define_property(_obj, CATEGORY_TYPES_NAMES.bookings, {
86
+ label: "bookings",
87
+ icon: /*#__PURE__*/ jsx(FaCalendar, {
88
+ color: "#0e8ce2",
89
+ size: 32
90
+ })
91
+ }), _define_property(_obj, CATEGORY_TYPES_NAMES.menuItems, {
92
+ label: "menuItems",
93
+ icon: /*#__PURE__*/ jsx(FaBars, {
94
+ color: "#0e8ce2",
95
+ size: 32
96
+ })
97
+ }), _obj);
98
+ var _obj1;
99
+ var BOOKING_SUBCATEGORIES = (_obj1 = {}, _define_property(_obj1, CATEGORY_TYPES_NAMES.game, {
100
+ label: "game",
101
+ icon: /*#__PURE__*/ jsx(FaBowlingBall, {
102
+ color: "#0e8ce2",
103
+ size: 32
104
+ })
105
+ }), _define_property(_obj1, CATEGORY_TYPES_NAMES.fixedDuration, {
106
+ label: "fixedDuration",
107
+ icon: /*#__PURE__*/ jsx(FaCalendar, {
108
+ color: "#0e8ce2",
109
+ size: 32
110
+ })
111
+ }), _obj1);
112
+ function SelectCategoryModal(param) {
113
+ var isVisible = param.isVisible, onHide = param.onHide, onCategorySelect = param.onCategorySelect;
114
+ var t = useTranslation([
115
+ "Design"
116
+ ]).t;
117
+ var providerHasBookingManagement = useContext(ProductSetLoadingContext).providerHasBookingManagement;
118
+ var mainCategories = Object.keys(MAIN_CATEGORIES);
119
+ var bookingSubcategories = Object.keys(BOOKING_SUBCATEGORIES);
120
+ var _useState = _sliced_to_array(useState(null), 2), selectedCategory = _useState[0], setSelectedCategory = _useState[1];
121
+ var isBookingsSelected = selectedCategory === CATEGORY_TYPE_BOOKINGS;
122
+ var _useState1 = _sliced_to_array(useState(0), 2), activeCarouselIndex = _useState1[0], setActiveCarouselIndex = _useState1[1];
123
+ var categorySelectHandler = function(category) {
124
+ if (providerHasBookingManagement && category === CATEGORY_TYPE_BOOKINGS) {
125
+ setSelectedCategory(category);
126
+ setActiveCarouselIndex(1);
127
+ return;
128
+ }
129
+ setSelectedCategory(null);
130
+ setActiveCarouselIndex(0);
131
+ onCategorySelect(category);
132
+ onHide();
133
+ };
134
+ return /*#__PURE__*/ jsxs(Modal, {
135
+ size: "lg",
136
+ centered: true,
137
+ show: isVisible,
138
+ onHide: onHide,
139
+ className: "p-3 border-0",
140
+ animation: false,
141
+ contentClassName: "rounded",
142
+ children: [
143
+ /*#__PURE__*/ jsxs(ModalHeader, {
144
+ className: "align-items-center border-0",
145
+ children: [
146
+ /*#__PURE__*/ jsx(ModalTitle, {
147
+ as: "h5",
148
+ children: t("Design:selectCategory")
149
+ }),
150
+ /*#__PURE__*/ jsx(Button, {
151
+ variant: "danger",
152
+ className: "btn-sm rounded",
153
+ onClick: onHide,
154
+ children: /*#__PURE__*/ jsx(FaTimes, {
155
+ size: 20
156
+ })
157
+ })
158
+ ]
159
+ }),
160
+ /*#__PURE__*/ jsxs(ModalBody, {
161
+ children: [
162
+ /*#__PURE__*/ jsxs(Carousel, {
163
+ interval: null,
164
+ keyboard: false,
165
+ indicators: isBookingsSelected,
166
+ activeIndex: activeCarouselIndex,
167
+ controls: false,
168
+ children: [
169
+ /*#__PURE__*/ jsx(Carousel.Item, {
170
+ children: /*#__PURE__*/ jsx("div", {
171
+ className: "d-flex flex-row flex-wrap p-4 justify-content-between mb-6",
172
+ children: mainCategories.map(function(categoryType) {
173
+ var _MAIN_CATEGORIES_categoryType = MAIN_CATEGORIES[categoryType], label = _MAIN_CATEGORIES_categoryType.label, icon = _MAIN_CATEGORIES_categoryType.icon;
174
+ return /*#__PURE__*/ jsx(Col, {
175
+ children: /*#__PURE__*/ jsxs(Button, {
176
+ variant: "outline-light",
177
+ className: "d-flex justify-content-center align-items-center flex-column w-100 py-6 rounded",
178
+ role: "button",
179
+ tabIndex: 0,
180
+ onClick: function() {
181
+ return categorySelectHandler(categoryType);
182
+ },
183
+ active: selectedCategory === categoryType,
184
+ children: [
185
+ icon,
186
+ /*#__PURE__*/ jsx("h6", {
187
+ className: "text-dark mt-3",
188
+ children: t(label)
189
+ })
190
+ ]
191
+ })
192
+ }, label);
193
+ })
194
+ })
195
+ }),
196
+ /*#__PURE__*/ jsx(Carousel.Item, {
197
+ children: /*#__PURE__*/ jsx("div", {
198
+ className: "d-flex flex-row flex-wrap p-4 justify-content-between mb-6",
199
+ children: bookingSubcategories.map(function(categoryType) {
200
+ var _BOOKING_SUBCATEGORIES_categoryType = BOOKING_SUBCATEGORIES[categoryType], label = _BOOKING_SUBCATEGORIES_categoryType.label, icon = _BOOKING_SUBCATEGORIES_categoryType.icon;
201
+ return /*#__PURE__*/ jsx(Col, {
202
+ children: /*#__PURE__*/ jsxs(Button, {
203
+ variant: "outline-light",
204
+ className: "d-flex justify-content-center align-items-center flex-column w-100 py-6 rounded",
205
+ role: "button",
206
+ tabIndex: 0,
207
+ onClick: function() {
208
+ return categorySelectHandler(categoryType);
209
+ },
210
+ active: selectedCategory === categoryType,
211
+ children: [
212
+ icon,
213
+ /*#__PURE__*/ jsx("h6", {
214
+ className: "text-dark mt-3",
215
+ children: t(label)
216
+ })
217
+ ]
218
+ })
219
+ }, label);
220
+ })
221
+ })
222
+ })
223
+ ]
224
+ }),
225
+ isBookingsSelected && /*#__PURE__*/ jsx(Button, {
226
+ size: "sm",
227
+ className: "carousel-control-button ".concat(activeCarouselIndex ? "left" : "right"),
228
+ onClick: function() {
229
+ return setActiveCarouselIndex(function(prev) {
230
+ return prev ? 0 : 1;
231
+ });
232
+ },
233
+ children: activeCarouselIndex ? /*#__PURE__*/ jsx(FaArrowLeft, {
234
+ size: 16
235
+ }) : /*#__PURE__*/ jsx(FaArrowRight, {
236
+ size: 16
237
+ })
238
+ })
239
+ ]
240
+ })
241
+ ]
242
+ });
243
+ }
244
+
245
+ export { SelectCategoryModal };
@@ -1,10 +1,9 @@
1
- /// <reference types="react" />
2
- interface StepsControlProps {
3
- isLoading: boolean;
4
- isOverrides?: boolean;
5
- isEventEditProductSet?: boolean;
6
- isCreateNewOverrides?: boolean;
7
- }
8
- export declare function StepsControl({ isLoading, isOverrides, isEventEditProductSet, isCreateNewOverrides, }: StepsControlProps): JSX.Element;
9
- export {};
1
+ interface StepsControlProps {
2
+ isLoading: boolean;
3
+ isOverrides?: boolean;
4
+ isEventEditProductSet?: boolean;
5
+ isCreateNewOverrides?: boolean;
6
+ }
7
+ export declare function StepsControl({ isLoading, isOverrides, isEventEditProductSet, isCreateNewOverrides, }: StepsControlProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
10
9
  //# sourceMappingURL=StepsControl.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StepsControl.d.ts","sourceRoot":"","sources":["../../../src/product-set/form/StepsControl.tsx"],"names":[],"mappings":";AAkBA,UAAU,iBAAiB;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;AAED,wBAAgB,YAAY,CAAC,EAC3B,SAAS,EACT,WAAW,EACX,qBAAqB,EACrB,oBAAoB,GACrB,EAAE,iBAAiB,eAgJnB"}
1
+ {"version":3,"file":"StepsControl.d.ts","sourceRoot":"","sources":["../../../src/product-set/form/StepsControl.tsx"],"names":[],"mappings":"AAkBA,UAAU,iBAAiB;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;AAED,wBAAgB,YAAY,CAAC,EAC3B,SAAS,EACT,WAAW,EACX,qBAAqB,EACrB,oBAAoB,GACrB,EAAE,iBAAiB,2CAgJnB"}