@licklist/design 0.44.485-dev.58 → 0.44.485-dev.6

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 (592) hide show
  1. package/dist/affiliate/types/index.d.ts +1 -1
  2. package/dist/affiliate/types/index.d.ts.map +1 -1
  3. package/dist/auth/Login/LoginComponent.d.ts +1 -1
  4. package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
  5. package/dist/auth/Login/LoginFormComponent.d.ts +1 -1
  6. package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
  7. package/dist/auth/Register/RegisterComponent.d.ts +1 -1
  8. package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
  9. package/dist/auth/Register/RegisterFormComponent.d.ts +1 -1
  10. package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
  11. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +1 -1
  12. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
  13. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts +1 -1
  14. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts.map +1 -1
  15. package/dist/custom-fields/field-set/CustomFieldSets.d.ts +3 -3
  16. package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
  17. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +1 -1
  18. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
  19. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts +2 -2
  20. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts.map +1 -1
  21. package/dist/customers/components/filter/CustomerFilter.d.ts +1 -1
  22. package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
  23. package/dist/events/edit-event-modal/IntervalInput.d.ts +1 -4
  24. package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
  25. package/dist/events/edit-event-modal/IntervalInput.js +1 -1
  26. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
  27. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +1 -1
  28. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
  29. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +1 -1
  30. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  31. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -1
  32. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +3 -3
  33. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
  34. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +1 -1
  35. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  36. package/dist/events/event-statistic-modal/EventStatisticModal.js +1 -1
  37. package/dist/events/event-venue-map/EventVenueMap.d.ts +2 -5
  38. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  39. package/dist/events/event-venue-map/EventVenueMap.js +1 -1
  40. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts +1 -1
  41. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
  42. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts +1 -1
  43. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts.map +1 -1
  44. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts +1 -1
  45. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
  46. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +1 -1
  47. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
  48. package/dist/events/event-venue-map/components/MapPoint/MapPoint.js +1 -1
  49. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts +1 -1
  50. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts.map +1 -1
  51. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts +1 -1
  52. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts.map +1 -1
  53. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts +1 -1
  54. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts.map +1 -1
  55. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts +1 -1
  56. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts.map +1 -1
  57. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.js +1 -1
  58. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +2 -4
  59. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
  60. package/dist/events/event-venue-map/components/VenueMap/VenueMap.js +1 -1
  61. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts +1 -1
  62. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
  63. package/dist/events/event-venue-map/hooks/useStageActions.d.ts +1 -1
  64. package/dist/events/event-venue-map/hooks/useStageActions.d.ts.map +1 -1
  65. package/dist/events/event-venue-map/types/index.d.ts +5 -5
  66. package/dist/events/event-venue-map/types/index.d.ts.map +1 -1
  67. package/dist/events/event-venue-map/utils/index.d.ts +3 -3
  68. package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
  69. package/dist/file-upload/FilePreview.d.ts +2 -2
  70. package/dist/file-upload/FilePreview.d.ts.map +1 -1
  71. package/dist/file-upload/FileUpload.d.ts +1 -1
  72. package/dist/file-upload/FileUpload.d.ts.map +1 -1
  73. package/dist/header/Header.d.ts +1 -1
  74. package/dist/header/Header.d.ts.map +1 -1
  75. package/dist/help/example/Example.d.ts +4 -4
  76. package/dist/help/example/Example.d.ts.map +1 -1
  77. package/dist/help/popover/HelpPopover.d.ts +1 -1
  78. package/dist/help/popover/HelpPopover.d.ts.map +1 -1
  79. package/dist/iframe/custom-fields/components/CustomDateField.d.ts +1 -1
  80. package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
  81. package/dist/iframe/event/event-calendar/EventCalendar.d.ts +1 -1
  82. package/dist/iframe/event/event-calendar/EventCalendar.d.ts.map +1 -1
  83. package/dist/iframe/event/event-calendar/components/CalendarButtons/CalendarButtons.d.ts +1 -1
  84. package/dist/iframe/event/event-calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
  85. package/dist/iframe/event/event-calendar/components/CalendarDate/CalendarDate.d.ts +1 -1
  86. package/dist/iframe/event/event-calendar/components/CalendarDate/CalendarDate.d.ts.map +1 -1
  87. package/dist/iframe/event/event-calendar/components/CalendarDates/CalendarDates.d.ts +1 -1
  88. package/dist/iframe/event/event-calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
  89. package/dist/iframe/event/event-calendar/components/CalendarSelect/CalendarSelect.d.ts +2 -2
  90. package/dist/iframe/event/event-calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
  91. package/dist/iframe/event/event-calendar/types/index.d.ts +1 -1
  92. package/dist/iframe/event/event-calendar/types/index.d.ts.map +1 -1
  93. package/dist/iframe/event/event-details/EventDetails.d.ts +1 -1
  94. package/dist/iframe/event/event-details/EventDetails.d.ts.map +1 -1
  95. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts +6 -5
  96. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts.map +1 -1
  97. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.js +1 -1
  98. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +1 -1
  99. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
  100. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +1 -1
  101. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
  102. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts +1 -1
  103. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
  104. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +1 -1
  105. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
  106. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +1 -5
  107. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts.map +1 -1
  108. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
  109. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +1 -1
  110. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts +1 -1
  111. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts.map +1 -1
  112. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +1 -1
  113. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
  114. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts +1 -1
  115. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts.map +1 -1
  116. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts +1 -1
  117. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts.map +1 -1
  118. package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +4 -4
  119. package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
  120. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +1 -1
  121. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
  122. package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -1
  123. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts +4 -4
  124. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts.map +1 -1
  125. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts +1 -3
  126. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts.map +1 -1
  127. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js +1 -1
  128. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +2 -4
  129. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
  130. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.js +1 -1
  131. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +2 -4
  132. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
  133. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.js +1 -1
  134. package/dist/iframe/order-process/components/Category/Category.d.ts +1 -2
  135. package/dist/iframe/order-process/components/Category/Category.d.ts.map +1 -1
  136. package/dist/iframe/order-process/components/Category/Category.js +1 -1
  137. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +1 -2
  138. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
  139. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +1 -1
  140. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts +0 -1
  141. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  142. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +1 -1
  143. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  144. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +1 -1
  145. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts +1 -1
  146. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
  147. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +1 -1
  148. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
  149. package/dist/iframe/order-process/components/StepsForm/StepsForm.d.ts +1 -2
  150. package/dist/iframe/order-process/components/StepsForm/StepsForm.d.ts.map +1 -1
  151. package/dist/iframe/order-process/components/StepsForm/StepsForm.js +1 -1
  152. package/dist/iframe/order-process/components/Timer/Timer.d.ts +1 -1
  153. package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
  154. package/dist/iframe/order-process/components/Timer/utils/index.d.ts +1 -1
  155. package/dist/iframe/order-process/components/Timer/utils/index.d.ts.map +1 -1
  156. package/dist/iframe/order-process/components/Timer/utils/index.js +1 -1
  157. package/dist/iframe/page/Page.d.ts +1 -1
  158. package/dist/iframe/page/Page.d.ts.map +1 -1
  159. package/dist/iframe/page/components/PageBody/PageBody.d.ts +1 -1
  160. package/dist/iframe/page/components/PageBody/PageBody.d.ts.map +1 -1
  161. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts +1 -1
  162. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
  163. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts +1 -1
  164. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts.map +1 -1
  165. package/dist/iframe/page/components/PageBody/types.d.ts +1 -1
  166. package/dist/iframe/page/components/PageBody/types.d.ts.map +1 -1
  167. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts +1 -1
  168. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
  169. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +0 -5
  170. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
  171. package/dist/iframe/payment/order-items-table/hooks/useTableData.js +1 -1
  172. package/dist/iframe/payment/order-items-table/types/index.d.ts +2 -2
  173. package/dist/iframe/payment/order-items-table/types/index.d.ts.map +1 -1
  174. package/dist/iframe/payment/order-items-table/utils/index.d.ts +1 -6
  175. package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
  176. package/dist/iframe/payment/order-items-table/utils/index.js +1 -1
  177. package/dist/iframe/payment/payment-page/PaymentPage.d.ts +1 -1
  178. package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
  179. package/dist/iframe/payment/payment-page/PaymentPage.js +1 -1
  180. package/dist/iframe/payment/payment-page/PaymentTimer.d.ts +0 -1
  181. package/dist/iframe/payment/payment-page/PaymentTimer.d.ts.map +1 -1
  182. package/dist/iframe/payment/payment-page/PaymentTimer.js +1 -1
  183. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts +1 -1
  184. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
  185. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +3 -5
  186. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
  187. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +1 -1
  188. package/dist/iframe/powered-by/PoweredBy.d.ts +1 -1
  189. package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
  190. package/dist/iframe/ryft/RyftPaymentForm.d.ts +1 -1
  191. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  192. package/dist/index.d.ts +0 -1
  193. package/dist/index.d.ts.map +1 -1
  194. package/dist/index.js +1 -1
  195. package/dist/modals/confirmation/ConfirmModal.d.ts +2 -2
  196. package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
  197. package/dist/notification/email-template/card/EmailTemplateCard.d.ts +1 -4
  198. package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
  199. package/dist/notification/email-template/card/EmailTemplateCard.js +1 -1
  200. package/dist/notification/email-template/control/EmailTemplateControl.d.ts +0 -3
  201. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  202. package/dist/notification/email-template/control/EmailTemplateControl.js +1 -1
  203. package/dist/notification/email-template/form/EmailTemplateForm.d.ts +1 -7
  204. package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
  205. package/dist/notification/email-template/form/EmailTemplateForm.js +1 -1
  206. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts +1 -4
  207. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
  208. package/dist/notification/sms-template/card/SmsTemplateCard.js +1 -1
  209. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +1 -6
  210. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
  211. package/dist/notification/sms-template/control/SmsTemplateControl.js +1 -1
  212. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +1 -5
  213. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
  214. package/dist/notification/sms-template/form/SmsTemplateForm.js +1 -1
  215. package/dist/product-set/control/ProductSetControl.d.ts +4 -16
  216. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  217. package/dist/product-set/control/ProductSetControl.js +1 -1
  218. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts +3 -3
  219. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts.map +1 -1
  220. package/dist/product-set/elements/DeleteFieldButton.d.ts +1 -1
  221. package/dist/product-set/elements/DeleteFieldButton.d.ts.map +1 -1
  222. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  223. package/dist/product-set/form/ProductSetForm.js +1 -1
  224. package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
  225. package/dist/product-set/form/ProductsControl.js +1 -1
  226. package/dist/product-set/form/StepsControl.d.ts.map +1 -1
  227. package/dist/product-set/form/StepsControl.js +1 -1
  228. package/dist/product-set/form/VenueMapSetModal.d.ts +1 -1
  229. package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
  230. package/dist/product-set/form/VenueMapsControl.d.ts +1 -1
  231. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  232. package/dist/product-set/form/context.d.ts +1 -1
  233. package/dist/product-set/form/context.d.ts.map +1 -1
  234. package/dist/product-set/popover/ProductSetPopover.d.ts +1 -1
  235. package/dist/product-set/popover/ProductSetPopover.d.ts.map +1 -1
  236. package/dist/product-set/product/ProductControl.d.ts +0 -1
  237. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  238. package/dist/product-set/product/ProductControl.js +1 -1
  239. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +1 -1
  240. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
  241. package/dist/product-set/product/price/ProductPriceControl.d.ts +3 -7
  242. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  243. package/dist/product-set/product/price/ProductPriceControl.js +1 -1
  244. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  245. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +1 -1
  246. package/dist/product-set/tabs/ProductSetTab.d.ts +1 -1
  247. package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
  248. package/dist/product-set/tabs/ProductSetTabs.d.ts +1 -1
  249. package/dist/product-set/tabs/ProductSetTabs.d.ts.map +1 -1
  250. package/dist/product-set/types/index.d.ts +5 -5
  251. package/dist/product-set/types/index.d.ts.map +1 -1
  252. package/dist/product-set/utils/index.d.ts +0 -4
  253. package/dist/product-set/utils/index.d.ts.map +1 -1
  254. package/dist/product-set/utils/index.js +1 -1
  255. package/dist/provider/categories-input/CategoriesInput.d.ts +1 -1
  256. package/dist/provider/categories-input/CategoriesInput.d.ts.map +1 -1
  257. package/dist/provider/categories-input/CategoriesInputDescription.d.ts +1 -1
  258. package/dist/provider/categories-input/CategoriesInputDescription.d.ts.map +1 -1
  259. package/dist/provider/categories-input/index.d.ts +1 -1
  260. package/dist/provider/categories-input/index.d.ts.map +1 -1
  261. package/dist/provider/company/user-form/UserForm.d.ts +2 -2
  262. package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
  263. package/dist/provider/location-input/index.d.ts +1 -1
  264. package/dist/provider/location-input/index.d.ts.map +1 -1
  265. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts +2 -2
  266. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
  267. package/dist/provider/provider-details-input/ProviderDetailsInput.js +1 -1
  268. package/dist/provider/provider-form/ProviderForm.d.ts +1 -1
  269. package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
  270. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts +2 -2
  271. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts.map +1 -1
  272. package/dist/provider/resources-blocking-modal/ResourcesBlockingModal.d.ts +1 -1
  273. package/dist/provider/resources-blocking-modal/ResourcesBlockingModal.d.ts.map +1 -1
  274. package/dist/provider/venue-form/VenueForm.d.ts +1 -1
  275. package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
  276. package/dist/provider/working-hours-input/index.d.ts +1 -1
  277. package/dist/provider/working-hours-input/index.d.ts.map +1 -1
  278. package/dist/recurrence-input/utils.d.ts +2 -2
  279. package/dist/recurrence-input/utils.d.ts.map +1 -1
  280. package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +1 -1
  281. package/dist/recurring-date-picker-input/utils.d.ts +2 -2
  282. package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
  283. package/dist/resource/form/ResourceForm.d.ts +2 -2
  284. package/dist/resource/form/ResourceForm.d.ts.map +1 -1
  285. package/dist/resource/form/components/CapacityControl.d.ts +1 -1
  286. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  287. package/dist/resource/form/components/NameControl.d.ts +1 -1
  288. package/dist/resource/form/components/NameControl.d.ts.map +1 -1
  289. package/dist/resource/form/components/SortControl.d.ts +1 -1
  290. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  291. package/dist/resource/form/components/ZoneControl.d.ts +1 -1
  292. package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
  293. package/dist/sales/booking/filter/BookingFilter.d.ts +2 -5
  294. package/dist/sales/booking/filter/BookingFilter.d.ts.map +1 -1
  295. package/dist/sales/booking/filter/BookingFilter.js +1 -1
  296. package/dist/sales/booking/filter/components/AdditionalFIlterSection.d.ts +2 -3
  297. package/dist/sales/booking/filter/components/AdditionalFIlterSection.d.ts.map +1 -1
  298. package/dist/sales/booking/filter/components/AdditionalFIlterSection.js +1 -1
  299. package/dist/sales/booking/filter/components/MainFilterSection.d.ts +2 -2
  300. package/dist/sales/booking/filter/components/MainFilterSection.d.ts.map +1 -1
  301. package/dist/sales/booking/filter/components/MainFilterSection.js +1 -1
  302. package/dist/sales/booking/filter/components/ResultTagButton.d.ts +1 -1
  303. package/dist/sales/booking/filter/components/ResultTagButton.d.ts.map +1 -1
  304. package/dist/sales/booking/filter/components/SearchingForSection.d.ts +1 -8
  305. package/dist/sales/booking/filter/components/SearchingForSection.d.ts.map +1 -1
  306. package/dist/sales/booking/filter/components/SearchingForSection.js +1 -1
  307. package/dist/sales/booking/results/BookingResults.d.ts +1 -1
  308. package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
  309. package/dist/sales/booking/results/components/ResultCard.d.ts +1 -1
  310. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  311. package/dist/sales/booking/tabs/BookingTabs.d.ts +2 -3
  312. package/dist/sales/booking/tabs/BookingTabs.d.ts.map +1 -1
  313. package/dist/sales/booking/tabs/BookingTabs.js +1 -1
  314. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  315. package/dist/sales/coupon/control/CouponFormControl.js +1 -1
  316. package/dist/sales/filters/SaleFilters.d.ts +3 -2
  317. package/dist/sales/filters/SaleFilters.d.ts.map +1 -1
  318. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts +1 -1
  319. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
  320. package/dist/sales/guest-profile/profile/Profile.d.ts +1 -1
  321. package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
  322. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts +1 -1
  323. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
  324. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts +1 -1
  325. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
  326. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +1 -1
  327. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
  328. package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts +1 -1
  329. package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts.map +1 -1
  330. package/dist/sales/manual-booking/create-user/CreateUser.js +1 -1
  331. package/dist/sales/manual-booking/customer-info/CustomerInfo.d.ts +1 -1
  332. package/dist/sales/manual-booking/customer-info/CustomerInfo.d.ts.map +1 -1
  333. package/dist/sales/manual-booking/final-step/FinalStep.d.ts +1 -1
  334. package/dist/sales/manual-booking/final-step/FinalStep.d.ts.map +1 -1
  335. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts +1 -1
  336. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts.map +1 -1
  337. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +1 -1
  338. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
  339. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +1 -1
  340. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
  341. package/dist/sales/manual-booking/select-menu/SelectMenu.js +1 -1
  342. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +1 -1
  343. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
  344. package/dist/sales/notes/NotesTable.d.ts +1 -1
  345. package/dist/sales/notes/NotesTable.d.ts.map +1 -1
  346. package/dist/sales/notes/NotesTableRow.d.ts +1 -1
  347. package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
  348. package/dist/sales/notes/note-form/NoteForm.d.ts +1 -1
  349. package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
  350. package/dist/sales/payment-form/SalePaymentForm.d.ts +2 -2
  351. package/dist/sales/payment-form/SalePaymentForm.d.ts.map +1 -1
  352. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts +1 -1
  353. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
  354. package/dist/sales/payment-form/types.d.ts +2 -2
  355. package/dist/sales/payment-form/types.d.ts.map +1 -1
  356. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts +1 -1
  357. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts.map +1 -1
  358. package/dist/setting/admin/AdminSettingForm.d.ts +1 -1
  359. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
  360. package/dist/setting/admin/PaymentFeeForm.d.ts +2 -2
  361. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
  362. package/dist/setting/dashboard/DashboardSettingForm.d.ts +1 -1
  363. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  364. package/dist/setting/dashboard/EventSettingForm.d.ts +2 -2
  365. package/dist/setting/dashboard/EventSettingForm.d.ts.map +1 -1
  366. package/dist/setting/dashboard/FinancialDataForm.d.ts +2 -2
  367. package/dist/setting/dashboard/FinancialDataForm.d.ts.map +1 -1
  368. package/dist/setting/dashboard/OtherSettingForm.d.ts +2 -2
  369. package/dist/setting/dashboard/OtherSettingForm.d.ts.map +1 -1
  370. package/dist/setting/dashboard/ProviderSettingForm.d.ts +2 -2
  371. package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
  372. package/dist/setting/dashboard/snippets/control/SnippetControl.d.ts.map +1 -1
  373. package/dist/setting/dashboard/snippets/control/SnippetControl.js +1 -1
  374. package/dist/setting/dashboard/snippets/form/SnippetForm.d.ts +2 -2
  375. package/dist/setting/dashboard/snippets/form/SnippetForm.d.ts.map +1 -1
  376. package/dist/setting/dashboard/snippets/modal/SnippetViewTypeModal.js +1 -1
  377. package/dist/setting/system/SystemSettingForm.d.ts +1 -1
  378. package/dist/setting/system/SystemSettingForm.d.ts.map +1 -1
  379. package/dist/snippet/snippet-template/SnippetTemplate.js +1 -1
  380. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts +1 -1
  381. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
  382. package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +1 -1
  383. package/dist/snippet/snippet-template/preview/Preview.js +1 -1
  384. package/dist/sortable-list/SortableList.d.ts +4 -4
  385. package/dist/sortable-list/SortableList.d.ts.map +1 -1
  386. package/dist/sortable-tree/SortableTreeItem.d.ts +1 -1
  387. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  388. package/dist/static/Icon.d.ts +1 -1
  389. package/dist/static/Icon.d.ts.map +1 -1
  390. package/dist/static/date-range-input/DateRangeInput.d.ts +2 -3
  391. package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
  392. package/dist/static/date-range-input/DateRangeInput.js +1 -1
  393. package/dist/static/images/DefaultUserImage.d.ts +1 -1
  394. package/dist/static/images/DefaultUserImage.d.ts.map +1 -1
  395. package/dist/static/loader/ButtonLoader.d.ts +1 -1
  396. package/dist/static/loader/ButtonLoader.d.ts.map +1 -1
  397. package/dist/static/loader/PaymentLoader.d.ts +1 -1
  398. package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
  399. package/dist/static/manual-date-picker/ManualDatePicker.d.ts +1 -1
  400. package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
  401. package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts +2 -2
  402. package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts.map +1 -1
  403. package/dist/static/tabs/Tab.d.ts +1 -1
  404. package/dist/static/tabs/Tab.d.ts.map +1 -1
  405. package/dist/static/tabs/Tabs.d.ts +1 -1
  406. package/dist/static/tabs/Tabs.d.ts.map +1 -1
  407. package/dist/styles/events/EventStatisticModal.scss +37 -0
  408. package/dist/styles/iframe-order-process/IframeOrderProcess.scss +2 -5
  409. package/dist/styles/iframe-page/PageBody.scss +0 -2
  410. package/dist/styles/packages.scss +0 -1
  411. package/dist/styles/sales/BookingFilter.scss +11 -43
  412. package/dist/styles/snippet-templates/SnippetTemplateCard.scss +0 -16
  413. package/dist/styles/static/DateRangeInput.scss +1 -5
  414. package/dist/table/FilterHelperComponent.d.ts.map +1 -1
  415. package/dist/table/FilterHelperComponent.js +1 -1
  416. package/dist/table/MenuButton.d.ts +1 -1
  417. package/dist/table/MenuButton.d.ts.map +1 -1
  418. package/dist/table/ReactTableHelperComponent.d.ts +2 -2
  419. package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
  420. package/dist/table/StaticTable.d.ts +3 -3
  421. package/dist/table/StaticTable.d.ts.map +1 -1
  422. package/dist/table/StaticTable.js +1 -1
  423. package/dist/table/types.d.ts +5 -5
  424. package/dist/table/types.d.ts.map +1 -1
  425. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.d.ts +1 -1
  426. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.d.ts.map +1 -1
  427. package/dist/typeahead/Typeahead.d.ts +12 -6
  428. package/dist/typeahead/Typeahead.d.ts.map +1 -1
  429. package/dist/typeahead/Typeahead.js +1 -1
  430. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts +1 -1
  431. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts.map +1 -1
  432. package/dist/types/categories.d.ts +2 -2
  433. package/dist/types/categories.d.ts.map +1 -1
  434. package/dist/types/currency.d.ts +1 -1
  435. package/dist/types/currency.d.ts.map +1 -1
  436. package/dist/types/generic/SelectItem.d.ts +1 -1
  437. package/dist/types/generic/SelectItem.d.ts.map +1 -1
  438. package/dist/types/iframe.d.ts +2 -4
  439. package/dist/types/iframe.d.ts.map +1 -1
  440. package/dist/types/provider-links.d.ts +2 -2
  441. package/dist/types/provider-links.d.ts.map +1 -1
  442. package/dist/venue-map-sets/form/components/NameControl.d.ts +1 -1
  443. package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
  444. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts +4 -4
  445. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
  446. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts +1 -1
  447. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
  448. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts +1 -1
  449. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
  450. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts +1 -1
  451. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
  452. package/dist/venue-map-sets/form/types/index.d.ts +4 -4
  453. package/dist/venue-map-sets/form/types/index.d.ts.map +1 -1
  454. package/dist/virtualized/components/VirtualizedGrid.d.ts +1 -1
  455. package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
  456. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts +3 -3
  457. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
  458. package/dist/virtualized/context/VirtualizedContext.d.ts +2 -2
  459. package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
  460. package/dist/widgets/CheckboxGroup/CheckboxGroup.d.ts +1 -1
  461. package/dist/widgets/CheckboxGroup/CheckboxGroup.d.ts.map +1 -1
  462. package/dist/widgets/ImageRadioInput/ImageRadioInput.d.ts +1 -1
  463. package/dist/widgets/ImageRadioInput/ImageRadioInput.d.ts.map +1 -1
  464. package/dist/widgets/SnippetCode/SnippetCode.d.ts +1 -1
  465. package/dist/widgets/SnippetCode/SnippetCode.d.ts.map +1 -1
  466. package/dist/widgets/WidgetBuilderForm/WidgetBuilderForm.d.ts +1 -1
  467. package/dist/widgets/WidgetBuilderForm/WidgetBuilderForm.d.ts.map +1 -1
  468. package/dist/widgets/WidgetTypeRadio/WidgetTypeRadio.d.ts +1 -1
  469. package/dist/widgets/WidgetTypeRadio/WidgetTypeRadio.d.ts.map +1 -1
  470. package/dist/zone/form/ZoneForm.d.ts +2 -2
  471. package/dist/zone/form/ZoneForm.d.ts.map +1 -1
  472. package/dist/zone/form/components/AvailableTimesControl.d.ts +2 -2
  473. package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
  474. package/dist/zone/form/components/DescriptionControl.d.ts +1 -1
  475. package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
  476. package/dist/zone/form/components/NameControl.d.ts +1 -1
  477. package/dist/zone/form/components/NameControl.d.ts.map +1 -1
  478. package/dist/zone/form/components/SortControl.d.ts +1 -1
  479. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  480. package/dist/zone/form/components/ZoneControl.d.ts +1 -1
  481. package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
  482. package/dist/zone/form/components/ZoneImageControl.d.ts +1 -1
  483. package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
  484. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +1 -1
  485. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
  486. package/dist/zone/form/components/ZoneTypeControl.d.ts +1 -1
  487. package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
  488. package/package.json +4 -4
  489. package/src/events/edit-event-modal/IntervalInput.tsx +1 -21
  490. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +0 -3
  491. package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +2 -11
  492. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +4 -6
  493. package/src/events/event-statistic-modal/EventStatisticModal.tsx +1 -1
  494. package/src/events/event-venue-map/EventVenueMap.tsx +0 -4
  495. package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +1 -3
  496. package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +2 -13
  497. package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +4 -12
  498. package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +20 -20
  499. package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +0 -5
  500. package/src/iframe/order-process/OrderProcess.stories.tsx +2 -3
  501. package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +1 -4
  502. package/src/iframe/order-process/components/BookingSummary/types/index.ts +3 -3
  503. package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -6
  504. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +0 -1
  505. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +0 -5
  506. package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +0 -4
  507. package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +0 -4
  508. package/src/iframe/order-process/components/Category/Category.tsx +0 -3
  509. package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +8 -42
  510. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +0 -3
  511. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +2 -3
  512. package/src/iframe/order-process/components/StepsForm/StepsForm.tsx +0 -3
  513. package/src/iframe/order-process/components/Timer/Timer.stories.tsx +1 -1
  514. package/src/iframe/order-process/components/Timer/utils/index.ts +4 -4
  515. package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +0 -2
  516. package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +14 -21
  517. package/src/iframe/payment/order-items-table/utils/index.ts +15 -55
  518. package/src/iframe/payment/payment-page/PaymentPage.tsx +6 -46
  519. package/src/iframe/payment/payment-page/PaymentTimer.tsx +6 -31
  520. package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +12 -66
  521. package/src/index.ts +0 -1
  522. package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +2 -4
  523. package/src/notification/email-template/card/EmailTemplateCard.tsx +3 -15
  524. package/src/notification/email-template/control/EmailTemplateControl.tsx +6 -90
  525. package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +0 -34
  526. package/src/notification/email-template/form/EmailTemplateForm.tsx +5 -23
  527. package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +1 -3
  528. package/src/notification/sms-template/card/SmsTemplateCard.tsx +3 -13
  529. package/src/notification/sms-template/control/SmsTemplateControl.tsx +2 -40
  530. package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +0 -28
  531. package/src/notification/sms-template/form/SmsTemplateForm.tsx +1 -6
  532. package/src/product-set/control/ProductSetControl.tsx +45 -69
  533. package/src/product-set/form/ProductSetForm.stories.tsx +2 -41
  534. package/src/product-set/form/ProductSetForm.tsx +0 -11
  535. package/src/product-set/form/ProductsControl.tsx +1 -20
  536. package/src/product-set/form/StepsControl.tsx +3 -21
  537. package/src/product-set/product/ProductControl.tsx +10 -25
  538. package/src/product-set/product/price/ProductPriceControl.tsx +21 -43
  539. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +14 -33
  540. package/src/product-set/utils/index.ts +0 -28
  541. package/src/provider/provider-details-input/ProviderDetailsInput.tsx +2 -0
  542. package/src/sales/booking/filter/BookingFilter.stories.tsx +0 -29
  543. package/src/sales/booking/filter/BookingFilter.tsx +2 -11
  544. package/src/sales/booking/filter/components/AdditionalFIlterSection.tsx +12 -64
  545. package/src/sales/booking/filter/components/MainFilterSection.tsx +1 -4
  546. package/src/sales/booking/filter/components/SearchingForSection.tsx +3 -37
  547. package/src/sales/booking/tabs/BookingTabs.tsx +3 -4
  548. package/src/sales/coupon/control/CouponFormControl.tsx +0 -2
  549. package/src/sales/filters/SaleFilter.stories.tsx +1 -1
  550. package/src/sales/filters/SaleFilters.tsx +2 -2
  551. package/src/sales/manual-booking/select-menu/SelectMenu.tsx +1 -3
  552. package/src/setting/dashboard/snippets/control/SnippetControl.tsx +13 -11
  553. package/src/setting/dashboard/snippets/form/SnippetForm.tsx +2 -2
  554. package/src/setting/dashboard/snippets/modal/SnippetViewTypeModal.tsx +1 -1
  555. package/src/snippet/snippet-template/SnippetTemplate.tsx +1 -1
  556. package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +10 -10
  557. package/src/snippet/snippet-template/preview/Preview.tsx +4 -4
  558. package/src/static/date-range-input/DateRangeInput.tsx +0 -3
  559. package/src/styles/events/EventStatisticModal.scss +37 -0
  560. package/src/styles/iframe-order-process/IframeOrderProcess.scss +2 -5
  561. package/src/styles/iframe-page/PageBody.scss +0 -2
  562. package/src/styles/packages.scss +0 -1
  563. package/src/styles/sales/BookingFilter.scss +11 -43
  564. package/src/styles/snippet-templates/SnippetTemplateCard.scss +0 -16
  565. package/src/styles/static/DateRangeInput.scss +1 -5
  566. package/src/table/FilterHelperComponent.tsx +0 -1
  567. package/src/table/StaticTable.tsx +2 -4
  568. package/src/typeahead/Typeahead.stories.tsx +6 -9
  569. package/src/typeahead/Typeahead.tsx +12 -19
  570. package/src/types/iframe.ts +0 -2
  571. package/tests/Snippets/Snippets.test.tsx +5 -5
  572. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts +0 -9
  573. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts.map +0 -1
  574. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.js +0 -1
  575. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts +0 -2
  576. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts.map +0 -1
  577. package/dist/notification/hooks/useTranslatedParameters.d.ts +0 -7
  578. package/dist/notification/hooks/useTranslatedParameters.d.ts.map +0 -1
  579. package/dist/notification/hooks/useTranslatedParameters.js +0 -1
  580. package/dist/striped-static-table/StripedStaticTable.d.ts +0 -7
  581. package/dist/striped-static-table/StripedStaticTable.d.ts.map +0 -1
  582. package/dist/striped-static-table/StripedStaticTable.js +0 -1
  583. package/dist/striped-static-table/index.d.ts +0 -2
  584. package/dist/striped-static-table/index.d.ts.map +0 -1
  585. package/dist/styles/striped-static-table/_index.scss +0 -33
  586. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +0 -68
  587. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.ts +0 -1
  588. package/src/notification/hooks/useTranslatedParameters.ts +0 -27
  589. package/src/striped-static-table/StripedStaticTable.stories.tsx +0 -71
  590. package/src/striped-static-table/StripedStaticTable.tsx +0 -63
  591. package/src/striped-static-table/index.ts +0 -1
  592. package/src/styles/striped-static-table/_index.scss +0 -33
@@ -1 +1 @@
1
- {"version":3,"file":"EditIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx"],"names":[],"mappings":";AAiBA,KAAK,aAAa,GAAG;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAEF,eAAO,MAAM,QAAQ,sBAAuB,aAAa,gBA4BxD,CAAC"}
1
+ {"version":3,"file":"EditIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx"],"names":[],"mappings":";AAiBA,aAAK,aAAa,GAAG;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAEF,eAAO,MAAM,QAAQ,sBAAuB,aAAa,gBA4BxD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { KonvaNodeEvents } from "react-konva";
3
3
  import Konva from "konva";
4
- type PointIconProps = KonvaNodeEvents & Konva.ShapeConfig & {
4
+ declare type PointIconProps = KonvaNodeEvents & Konva.ShapeConfig & {
5
5
  x: number;
6
6
  y: number;
7
7
  isActive?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"PointIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx"],"names":[],"mappings":";AACA,OAAO,EAAQ,eAAe,EAAe,MAAM,aAAa,CAAC;AACjE,OAAO,KAAK,MAAM,OAAO,CAAC;AAqB1B,KAAK,cAAc,GAAG,eAAe,GACnC,KAAK,CAAC,WAAW,GAAG;IAClB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEJ,eAAO,MAAM,SAAS,qEAQnB,cAAc,gBAmEhB,CAAC"}
1
+ {"version":3,"file":"PointIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx"],"names":[],"mappings":";AACA,OAAO,EAAQ,eAAe,EAAe,MAAM,aAAa,CAAC;AACjE,OAAO,KAAK,MAAM,OAAO,CAAC;AAqB1B,aAAK,cAAc,GAAG,eAAe,GACnC,KAAK,CAAC,WAAW,GAAG;IAClB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEJ,eAAO,MAAM,SAAS,qEAQnB,cAAc,gBAmEhB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { KonvaNodeEvents } from "react-konva";
3
3
  import Konva from "konva";
4
- export type ProductIconProps = KonvaNodeEvents & Konva.ShapeConfig & {
4
+ export declare type ProductIconProps = KonvaNodeEvents & Konva.ShapeConfig & {
5
5
  x: number;
6
6
  y: number;
7
7
  isActive?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"ProductIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx"],"names":[],"mappings":";AACA,OAAO,EAAQ,eAAe,EAAiB,MAAM,aAAa,CAAC;AACnE,OAAO,KAAK,MAAM,OAAO,CAAC;AA0B1B,MAAM,MAAM,gBAAgB,GAAG,eAAe,GAC5C,KAAK,CAAC,WAAW,GAAG;IAClB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uBAAuB,EAAE,OAAO,CAAC;IACjC,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAkBJ,eAAO,MAAM,WAAW,8EAOrB,gBAAgB,gBAwGlB,CAAC"}
1
+ {"version":3,"file":"ProductIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx"],"names":[],"mappings":";AACA,OAAO,EAAQ,eAAe,EAAiB,MAAM,aAAa,CAAC;AACnE,OAAO,KAAK,MAAM,OAAO,CAAC;AAyB1B,oBAAY,gBAAgB,GAAG,eAAe,GAC5C,KAAK,CAAC,WAAW,GAAG;IAClB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uBAAuB,EAAE,OAAO,CAAC;IACjC,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAkBJ,eAAO,MAAM,WAAW,8EAOrB,gBAAgB,gBA8FlB,CAAC"}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var o,t=require("tslib"),e=require("react"),r=(o=e)&&"object"==typeof o&&"default"in o?o.default:o,n=require("react-konva"),i=require("../ProductTooltip/ProductTooltip.js"),a="#FFFFFF",c="#FFFFFF80",l="#0E8CE2",u="#878787",d=function(o,t){void 0===t&&(t=!1);var e=document.getElementById("snippet-template-context");if(e){var r=getComputedStyle(e).getPropertyValue(o);return!r||r&&!t?r:"".concat(r,"80")}};exports.ProductIcon=function(o){var s,p,v=o.x,C=o.y,f=o.isActive,F=o.isSoldOut,P=o.isErrorOnChoosedProduct,k=o.isProductChoosed,g=-28,h=t.__read(e.useState(!1),2),y=h[0],m=h[1],x=e.useMemo((function(){return{pointBackgroundColor:d("--snippet-canvas-point-background-color")||a,pointBorderColor:d("--snippet-canvas-point-border-color",!0)||c,pointFontColor:d("--snippet-canvas-point-font-color")||l,activePointBackgroundColor:d("--snippet-canvas-active-point-background-color")||l,activePointBorderColor:d("--snippet-canvas-active-point-border-color",!0)||c,activePointFontColor:d("--snippet-canvas-active-point-font-color")||a}}),[f,P,k]);return r.createElement(n.Group,{x:v,y:C,onMouseEnter:function(){return m(!0)},onMouseLeave:function(){return m(!1)}},r.createElement(n.Circle,t.__assign({radius:14,strokeWidth:2,x:0,y:-21},(s=x.pointBackgroundColor,p=x.pointBorderColor,f&&(p=x.activePointBorderColor),k&&(s=x.activePointBackgroundColor),P&&(p="#ff000080"),F&&(p=u,s=u),{fill:s,stroke:p}))),y&&F&&r.createElement(i.ProductTooltip,{x:-7,y:g,text:"Sold out"}),k?r.createElement(n.Path,{x:-7,y:g,data:"M1.5 6L5.5 10L13.5 2",width:28,height:28,fill:x.activePointBackgroundColor,stroke:x.activePointFontColor,strokeWidth:3}):r.createElement(n.Path,{x:-7,y:g,data:"M14 0C9.3569 0.6633 4.6431 0.6633 0 0L6 7V13H3V14H11V13H8V7L14 0Z",width:28,height:28,strokeWidth:1,fill:x.pointFontColor,stroke:x.pointFontColor}))};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var o,t=require("tslib"),e=require("react"),r=(o=e)&&"object"==typeof o&&"default"in o?o.default:o,n=require("react-konva"),i="#FFFFFF",a="#FFFFFF80",c="#0E8CE2",l="#878787",d=function(o,t){void 0===t&&(t=!1);var e=document.getElementById("snippet-template-context");if(e){var r=getComputedStyle(e).getPropertyValue(o);return!r||r&&!t?r:"".concat(r,"80")}};exports.ProductIcon=function(o){var p,s,u=o.x,v=o.y,C=o.isActive,F=o.isSoldOut,f=o.isErrorOnChoosedProduct,k=o.isProductChoosed,P=e.useMemo((function(){return{pointBackgroundColor:d("--snippet-canvas-point-background-color")||i,pointBorderColor:d("--snippet-canvas-point-border-color",!0)||a,pointFontColor:d("--snippet-canvas-point-font-color")||c,activePointBackgroundColor:d("--snippet-canvas-active-point-background-color")||c,activePointBorderColor:d("--snippet-canvas-active-point-border-color",!0)||a,activePointFontColor:d("--snippet-canvas-active-point-font-color")||i}}),[C,f,k]);return r.createElement(n.Group,{x:u,y:v},r.createElement(n.Circle,t.__assign({radius:14,strokeWidth:2,x:0,y:-21},(p=P.pointBackgroundColor,s=P.pointBorderColor,C&&(s=P.activePointBorderColor),k&&(p=P.activePointBackgroundColor),f&&(s="#ff000080"),F&&(s=l,p=l),{fill:p,stroke:s}))),k?r.createElement(n.Path,{x:-7,y:-28,data:"M1.5 6L5.5 10L13.5 2",width:28,height:28,fill:P.activePointBackgroundColor,stroke:P.activePointFontColor,strokeWidth:3}):r.createElement(n.Path,{x:-7,y:-28,data:"M14 0C9.3569 0.6633 4.6431 0.6633 0 0L6 7V13H3V14H11V13H8V7L14 0Z",width:28,height:28,strokeWidth:1,fill:P.pointFontColor,stroke:P.pointFontColor}))};
@@ -1,8 +1,7 @@
1
1
  import React from "react";
2
2
  import { EventVenueMapContextProps } from "@licklist/plugins/dist/context/event/EventVenueMapContext";
3
- import { ProductQuantityCheckResponse } from "@licklist/plugins/dist/types/Api/verifyStock";
4
- export type VenueMapRef = Pick<EventVenueMapContextProps, "activeElementKey" | "setActiveElementKey">;
5
- export type VenueMapProps = {
3
+ export declare type VenueMapRef = Pick<EventVenueMapContextProps, "activeElementKey" | "setActiveElementKey">;
4
+ export declare type VenueMapProps = {
6
5
  url: string;
7
6
  name: string;
8
7
  width: number;
@@ -11,7 +10,6 @@ export type VenueMapProps = {
11
10
  usedInIframe?: boolean;
12
11
  choosedProductUuids?: string[];
13
12
  errorOnChoosedProductUuids?: string[];
14
- soldOutProducts?: ProductQuantityCheckResponse["products"];
15
13
  };
16
14
  export declare const VenueMap: React.ForwardRefExoticComponent<VenueMapProps & React.RefAttributes<VenueMapRef>>;
17
15
  //# sourceMappingURL=VenueMap.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VenueMap.d.ts","sourceRoot":"","sources":["../../../../../src/events/event-venue-map/components/VenueMap/VenueMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AAGf,OAAO,EAEL,yBAAyB,EAC1B,MAAM,2DAA2D,CAAC;AACnE,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;AAQ5F,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,yBAAyB,EACzB,kBAAkB,GAAG,qBAAqB,CAC3C,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,0BAA0B,CAAC,EAAE,MAAM,EAAE,CAAC;IACtC,eAAe,CAAC,EAAE,4BAA4B,CAAC,UAAU,CAAC,CAAC;CAC5D,CAAC;AAEF,eAAO,MAAM,QAAQ,mFAiKpB,CAAC"}
1
+ {"version":3,"file":"VenueMap.d.ts","sourceRoot":"","sources":["../../../../../src/events/event-venue-map/components/VenueMap/VenueMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AAGf,OAAO,EAEL,yBAAyB,EAC1B,MAAM,2DAA2D,CAAC;AAQnE,oBAAY,WAAW,GAAG,IAAI,CAC5B,yBAAyB,EACzB,kBAAkB,GAAG,qBAAqB,CAC3C,CAAC;AAEF,oBAAY,aAAa,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,0BAA0B,CAAC,EAAE,MAAM,EAAE,CAAC;CACvC,CAAC;AAEF,eAAO,MAAM,QAAQ,mFA2JpB,CAAC"}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("tslib"),n=require("react"),r=(e=n)&&"object"==typeof e&&"default"in e?e.default:e,a=require("@licklist/plugins/dist/context/event/EventVenueMapContext"),u=require("react-konva"),i=require("../../hooks/useImage.js"),o=require("../../hooks/useStageActions.js"),s=require("../MapPoint/MapPoint.js"),c=require("../Scrollbars/Scrollbars.js"),l=require("../ZoomButtons/ZoomButtons.js"),d=require("../Dropdown/Dropdown.js"),m=n.forwardRef((function(e,m){var f=e.url,g=e.name,p=e.width,v=e.height,h=e.onPointClick,E=e.usedInIframe,y=void 0!==E&&E,P=e.choosedProductUuids,x=void 0===P?[]:P,C=e.errorOnChoosedProductUuids,R=void 0===C?[]:C,S=e.soldOutProducts,_=n.useContext(a.EventVenueMapContext),q=_.mapPoints,I=_.stage,M=I.x,O=I.y,w=I.scale,b=_.setMapPoints,j=_.products,k=_.mapPointProducts,N=_.activeElementKey,U=_.setActiveElementKey,V=n.useRef(null),A=n.useRef(null),K=n.useRef(null),B=t.__read(i.useImage(f,{width:p,height:v}),2),D=B[0],T=B[1],W=T.x,X=T.y,Y=T.scaledWidth,Z=T.scaledHeight,H=T.imageScale,z=o.useStageActions({stageRef:A.current,imageRef:K.current,layerRef:V.current,imageScale:H}),L=z.onWheel,F=z.onClick,G=z.changeCursorType;n.useImperativeHandle(m,(function(){return{activeElementKey:N,setActiveElementKey:U}})),n.useEffect((function(){b((function(e){return e.map((function(e,n){return t.__assign(t.__assign({},e),{pointNumber:n+1})}))}))}),[]),n.useEffect((function(){h&&h(N?Number(N):void 0)}),[h,N]);var J=function(e){var t=k.find((function(t){return t.pointId===e}));if(!t)return!1;var n=j.find((function(e){return e.uuid===t.productUuid}));return(null==n?void 0:n.isSoldOut)||n&&!!(null==S?void 0:S.find((function(e){return(null==e?void 0:e.product_id)===(null==n?void 0:n.id)})))||!1};return r.createElement("div",{className:"venue-map",style:{width:p,height:v}},r.createElement("div",{className:"zone-name"},r.createElement("h6",null,g)),r.createElement(l.ZoomButtons,{stageRef:A.current,imageRef:K.current}),r.createElement(c.Scrollbars,{stageRef:A.current,imageRef:K.current,layerRef:V.current}),r.createElement(a.EventVenueMapContext.Consumer,null,(function(e){return r.createElement(u.Stage,{width:p,height:v,className:"canvas-map",onClick:F,onTap:F,ref:A,x:M,y:O,scale:{x:w,y:w},onWheel:L},r.createElement(a.EventVenueMapContext.Provider,{value:e},r.createElement(u.Layer,{ref:V},r.createElement(u.Image,{image:D,x:W,y:X,width:Y,height:Z,ref:K}),q.map((function(e){return r.createElement(s.MapPoint,t.__assign({},e,{imageOffsetX:W,imageOffsetY:X,imageScale:H,key:e.id||e.localId,isSoldOut:J(e.id),scale:w,changeCursorType:G,usedInIframe:y,choosedProductUuids:x,errorOnChoosedProductUuids:R}))})))))})),!y&&r.createElement(d.Dropdown,{imageOffsetX:W,imageOffsetY:X,imageScale:H,scale:w,stageX:M,stageY:O}))}));exports.VenueMap=m;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("tslib"),n=require("react"),r=(e=n)&&"object"==typeof e&&"default"in e?e.default:e,a=require("@licklist/plugins/dist/context/event/EventVenueMapContext"),i=require("react-konva"),o=require("../../hooks/useImage.js"),u=require("../../hooks/useStageActions.js"),s=require("../MapPoint/MapPoint.js"),c=require("../Scrollbars/Scrollbars.js"),l=require("../ZoomButtons/ZoomButtons.js"),d=require("../Dropdown/Dropdown.js"),m=n.forwardRef((function(e,m){var f=e.url,g=e.name,p=e.width,h=e.height,v=e.onPointClick,E=e.usedInIframe,y=void 0!==E&&E,P=e.choosedProductUuids,x=void 0===P?[]:P,C=e.errorOnChoosedProductUuids,R=void 0===C?[]:C,S=n.useContext(a.EventVenueMapContext),q=S.mapPoints,I=S.stage,M=I.x,_=I.y,w=I.scale,O=S.setMapPoints,b=S.products,j=S.mapPointProducts,k=S.activeElementKey,N=S.setActiveElementKey,U=n.useRef(null),V=n.useRef(null),A=n.useRef(null),K=t.__read(o.useImage(f,{width:p,height:h}),2),B=K[0],D=K[1],T=D.x,W=D.y,X=D.scaledWidth,Y=D.scaledHeight,Z=D.imageScale,H=u.useStageActions({stageRef:V.current,imageRef:A.current,layerRef:U.current,imageScale:Z}),z=H.onWheel,L=H.onClick,F=H.changeCursorType;n.useImperativeHandle(m,(function(){return{activeElementKey:k,setActiveElementKey:N}})),n.useEffect((function(){O((function(e){return e.map((function(e,n){return t.__assign(t.__assign({},e),{pointNumber:n+1})}))}))}),[]),n.useEffect((function(){v&&v(k?Number(k):void 0)}),[v,k]);var G=function(e){var t,n=j.find((function(t){return t.pointId===e}));return n&&(null===(t=b.find((function(e){return e.uuid===n.productUuid})))||void 0===t?void 0:t.isSoldOut)||!1};return r.createElement("div",{className:"venue-map",style:{width:p,height:h}},r.createElement("div",{className:"zone-name"},r.createElement("h6",null,g)),r.createElement(l.ZoomButtons,{stageRef:V.current,imageRef:A.current}),r.createElement(c.Scrollbars,{stageRef:V.current,imageRef:A.current,layerRef:U.current}),r.createElement(a.EventVenueMapContext.Consumer,null,(function(e){return r.createElement(i.Stage,{width:p,height:h,className:"canvas-map",onClick:L,onTap:L,ref:V,x:M,y:_,scale:{x:w,y:w},onWheel:z},r.createElement(a.EventVenueMapContext.Provider,{value:e},r.createElement(i.Layer,{ref:U},r.createElement(i.Image,{image:B,x:T,y:W,width:X,height:Y,ref:A}),q.map((function(e){return r.createElement(s.MapPoint,t.__assign({},e,{imageOffsetX:T,imageOffsetY:W,imageScale:Z,key:e.id||e.localId,isSoldOut:G(e.id),scale:w,changeCursorType:F,usedInIframe:y,choosedProductUuids:x,errorOnChoosedProductUuids:R}))})))))})),!y&&r.createElement(d.Dropdown,{imageOffsetX:T,imageOffsetY:W,imageScale:Z,scale:w,stageX:M,stageY:_}))}));exports.VenueMap=m;
@@ -1,4 +1,4 @@
1
- export type CanvasSizeProps = {
1
+ export declare type CanvasSizeProps = {
2
2
  width?: number;
3
3
  height?: number;
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useCanvasSize.d.ts","sourceRoot":"","sources":["../../../../src/events/event-venue-map/hooks/useCanvasSize.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,aAAa,wDAGvB,eAAe;;;CAUjB,CAAC"}
1
+ {"version":3,"file":"useCanvasSize.d.ts","sourceRoot":"","sources":["../../../../src/events/event-venue-map/hooks/useCanvasSize.ts"],"names":[],"mappings":"AAGA,oBAAY,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,aAAa,wDAGvB,eAAe;;;CAUjB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import Konva from "konva";
2
2
  import { CanvasRefs } from "../types";
3
- type UseStageActionsProps = CanvasRefs & {
3
+ declare type UseStageActionsProps = CanvasRefs & {
4
4
  imageScale: number;
5
5
  };
6
6
  export declare const useStageActions: ({ stageRef, imageRef, layerRef, imageScale, }: UseStageActionsProps) => {
@@ -1 +1 @@
1
- {"version":3,"file":"useStageActions.d.ts","sourceRoot":"","sources":["../../../../src/events/event-venue-map/hooks/useStageActions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAA2B,UAAU,EAAE,MAAM,UAAU,CAAC;AAI/D,KAAK,oBAAoB,GAAG,UAAU,GAAG;IACvC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,eAAe,kDAKzB,oBAAoB;qBAMX,MAAM,gBAAgB,CAAC,UAAU,CAAC;0BAiE7B,MAAM,gBAAgB,CAAC,UAAU,CAAC;8BA2CxC,mBAAmB,CAAC,QAAQ,CAAC;CAcvC,CAAC"}
1
+ {"version":3,"file":"useStageActions.d.ts","sourceRoot":"","sources":["../../../../src/events/event-venue-map/hooks/useStageActions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAA2B,UAAU,EAAE,MAAM,UAAU,CAAC;AAI/D,aAAK,oBAAoB,GAAG,UAAU,GAAG;IACvC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,eAAe,kDAKzB,oBAAoB;qBAMX,MAAM,gBAAgB,CAAC,UAAU,CAAC;0BAiE7B,MAAM,gBAAgB,CAAC,UAAU,CAAC;8BA2CxC,mBAAmB,CAAC,QAAQ,CAAC;CAcvC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import Konva from "konva";
2
- export type DefaultObjectParameters = {
2
+ export declare type DefaultObjectParameters = {
3
3
  width: number;
4
4
  height: number;
5
5
  x: number;
@@ -7,7 +7,7 @@ export type DefaultObjectParameters = {
7
7
  scaleX: number;
8
8
  scaleY: number;
9
9
  };
10
- export type ImageAttributeProps = Omit<DefaultObjectParameters, "scaleX" | "scaleY"> & {
10
+ export declare type ImageAttributeProps = Omit<DefaultObjectParameters, "scaleX" | "scaleY"> & {
11
11
  scaledWidth: number;
12
12
  scaledHeight: number;
13
13
  scale: number;
@@ -17,16 +17,16 @@ export type ImageAttributeProps = Omit<DefaultObjectParameters, "scaleX" | "scal
17
17
  totalScaledWidth: number;
18
18
  totalScaledHeight: number;
19
19
  };
20
- export type ImageOffset = {
20
+ export declare type ImageOffset = {
21
21
  imageOffsetX: number;
22
22
  imageOffsetY: number;
23
23
  imageScale: number;
24
24
  scale: number;
25
25
  };
26
- export type CanvasRefs = {
26
+ export declare type CanvasRefs = {
27
27
  stageRef: Konva.Stage | null;
28
28
  imageRef: Konva.Image | null;
29
29
  layerRef: Konva.Layer | null;
30
30
  };
31
- export type CanvasScaledImageProps = Omit<DefaultObjectParameters, "scaleX" | "scaleY">;
31
+ export declare type CanvasScaledImageProps = Omit<DefaultObjectParameters, "scaleX" | "scaleY">;
32
32
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/events/event-venue-map/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,uBAAuB,EACvB,QAAQ,GAAG,QAAQ,CACpB,GAAG;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,QAAQ,EAAE,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,uBAAuB,EACvB,QAAQ,GAAG,QAAQ,CACpB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/events/event-venue-map/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,oBAAY,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,mBAAmB,GAAG,IAAI,CACpC,uBAAuB,EACvB,QAAQ,GAAG,QAAQ,CACpB,GAAG;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,oBAAY,WAAW,GAAG;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,UAAU,GAAG;IACvB,QAAQ,EAAE,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC;CAC9B,CAAC;AAEF,oBAAY,sBAAsB,GAAG,IAAI,CACvC,uBAAuB,EACvB,QAAQ,GAAG,QAAQ,CACpB,CAAC"}
@@ -1,19 +1,19 @@
1
1
  import { Point } from "@licklist/plugins/dist/types/context/event/point";
2
2
  import Konva from "konva";
3
3
  import { DefaultObjectParameters, ImageOffset } from "../types";
4
- type GetElementParametersProps = {
4
+ declare type GetElementParametersProps = {
5
5
  x: number;
6
6
  y: number;
7
7
  width: number;
8
8
  height: number;
9
9
  layer: Konva.Layer;
10
10
  };
11
- type CalculateVerticalScrollParametersProps = {
11
+ declare type CalculateVerticalScrollParametersProps = {
12
12
  height: number;
13
13
  y: number;
14
14
  totalLayerHeight: number;
15
15
  };
16
- type CalculateHorizontalScrollParametersProps = {
16
+ declare type CalculateHorizontalScrollParametersProps = {
17
17
  width: number;
18
18
  x: number;
19
19
  totalLayerWidth: number;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/events/event-venue-map/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kDAAkD,CAAC;AACzE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,uBAAuB,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAKhE,KAAK,yBAAyB,GAAG;IAC/B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;CACpB,CAAC;AAEF,KAAK,sCAAsC,GAAG;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,EAAE,MAAM,CAAC;IACV,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,KAAK,wCAAwC,GAAG;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;IACV,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAKF,eAAO,MAAM,cAAc,UAAW,MAAM,WAAoB,CAAC;AAEjE,eAAO,MAAM,oBAAoB,oCAM9B,yBAAyB;;;;;;;CAkC3B,CAAC;AAEF,eAAO,MAAM,iCAAiC,qCAI3C,sCAAsC;;;;CA2BxC,CAAC;AAEF,eAAO,MAAM,mCAAmC,mCAI7C,wCAAwC;;;;CAyB1C,CAAC;AAEF,eAAO,MAAM,uBAAuB,SAC5B,MAAM,aACF,MAAM;;;CAwBjB,CAAC;AAEF,eAAO,MAAM,wBAAwB,cACxB,QAAQ,KAAK,CAAC,EAAE,OACtB,MAAM,YACD,MAAM,GAAG,MAAM,qBA+B1B,CAAC;AAEF,eAAO,MAAM,wBAAwB,gBACtB,MAAM,cACP,MAAM,eACL,MAAM,WAGpB,CAAC;AAEF,eAAO,MAAM,0BAA0B,MAClC,MAAM,KACN,MAAM,UACD,KAAK,WAAW,EAAE,OAAO,CAAC,aAMnC,CAAC;AAEF,eAAO,MAAM,wBAAwB,UAC5B,KAAK,uBAAuB,EAAE,GAAG,GAAG,GAAG,CAAC,SACxC,KAAK,uBAAuB,EAAE,GAAG,GAAG,GAAG,CAAC,GAAG,KAAK,WAAW,EAAE,OAAO,CAAC;;;CAY7E,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/events/event-venue-map/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kDAAkD,CAAC;AACzE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,uBAAuB,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAKhE,aAAK,yBAAyB,GAAG;IAC/B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;CACpB,CAAC;AAEF,aAAK,sCAAsC,GAAG;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,EAAE,MAAM,CAAC;IACV,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,aAAK,wCAAwC,GAAG;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;IACV,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAKF,eAAO,MAAM,cAAc,UAAW,MAAM,WAAoB,CAAC;AAEjE,eAAO,MAAM,oBAAoB,oCAM9B,yBAAyB;;;;;;;CAkC3B,CAAC;AAEF,eAAO,MAAM,iCAAiC,qCAI3C,sCAAsC;;;;CA2BxC,CAAC;AAEF,eAAO,MAAM,mCAAmC,mCAI7C,wCAAwC;;;;CAyB1C,CAAC;AAEF,eAAO,MAAM,uBAAuB,SAC5B,MAAM,aACF,MAAM;;;CAwBjB,CAAC;AAEF,eAAO,MAAM,wBAAwB,cACxB,QAAQ,KAAK,CAAC,EAAE,OACtB,MAAM,YACD,MAAM,GAAG,MAAM,qBA+B1B,CAAC;AAEF,eAAO,MAAM,wBAAwB,gBACtB,MAAM,cACP,MAAM,eACL,MAAM,WAGpB,CAAC;AAEF,eAAO,MAAM,0BAA0B,MAClC,MAAM,KACN,MAAM,UACD,KAAK,WAAW,EAAE,OAAO,CAAC,aAMnC,CAAC;AAEF,eAAO,MAAM,wBAAwB,UAC5B,KAAK,uBAAuB,EAAE,GAAG,GAAG,GAAG,CAAC,SACxC,KAAK,uBAAuB,EAAE,GAAG,GAAG,GAAG,CAAC,GAAG,KAAK,WAAW,EAAE,OAAO,CAAC;;;CAY7E,CAAC"}
@@ -2,8 +2,8 @@
2
2
  import { Image } from "@licklist/core/dist/DataMapper/Media/ImageDataMapper";
3
3
  import { Attachment } from "@licklist/core/dist/DataMapper/Notification/AttachmentDataMapper";
4
4
  import { AttachmentMetadata } from "@licklist/core/dist/DataMapper/Notification/AttachmentMetadataDataMapper";
5
- type Item = File | Image | Attachment | AttachmentMetadata;
6
- type ItemWithMetadata = Item & {
5
+ declare type Item = File | Image | Attachment | AttachmentMetadata;
6
+ declare type ItemWithMetadata = Item & {
7
7
  path?: string;
8
8
  hash?: string;
9
9
  imageType?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"FilePreview.d.ts","sourceRoot":"","sources":["../../src/file-upload/FilePreview.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,KAAK,EAEN,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAE,MAAM,0EAA0E,CAAC;AAI9G,KAAK,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,UAAU,GAAG,kBAAkB,CAAC;AAE3D,KAAK,gBAAgB,GAAG,IAAI,GAAG;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACzE;AAED,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,CAAC,KAAK,GAAG,IAAI,GAAG,UAAU,GAAG,kBAAkB,CAAC,EAAE,CAAC;IAC1D,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACxE,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,WAAW,CAAC,EAC1B,QAAgB,EAChB,KAAK,EACL,QAAQ,EACR,SAAiB,GAClB,EAAE,gBAAgB,eAclB;AAED,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,gBAAgB,eAqBzE"}
1
+ {"version":3,"file":"FilePreview.d.ts","sourceRoot":"","sources":["../../src/file-upload/FilePreview.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,KAAK,EAEN,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAE,MAAM,0EAA0E,CAAC;AAI9G,aAAK,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,UAAU,GAAG,kBAAkB,CAAC;AAE3D,aAAK,gBAAgB,GAAG,IAAI,GAAG;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACzE;AAED,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,CAAC,KAAK,GAAG,IAAI,GAAG,UAAU,GAAG,kBAAkB,CAAC,EAAE,CAAC;IAC1D,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACxE,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,WAAW,CAAC,EAC1B,QAAgB,EAChB,KAAK,EACL,QAAQ,EACR,SAAiB,GAClB,EAAE,gBAAgB,eAclB;AAED,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,gBAAgB,eAqBzE"}
@@ -2,7 +2,7 @@ import React from "react";
2
2
  import { Image } from "@licklist/core/dist/DataMapper/Media/ImageDataMapper";
3
3
  import { Attachment } from "@licklist/core/dist/DataMapper/Notification/AttachmentDataMapper";
4
4
  import { AttachmentMetadata } from "@licklist/core/dist/DataMapper/Notification/AttachmentMetadataDataMapper";
5
- type OnFileRemove = (id: number, path?: string, type?: number) => void;
5
+ declare type OnFileRemove = (id: number, path?: string, type?: number) => void;
6
6
  interface FileUploadProps {
7
7
  allowMultiple?: boolean;
8
8
  onFilesChange: (files: File[]) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"FileUpload.d.ts","sourceRoot":"","sources":["../../src/file-upload/FileUpload.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,EAAE,KAAK,EAAE,MAAM,sDAAsD,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAE,MAAM,0EAA0E,CAAC;AAQ9G,KAAK,YAAY,GAAG,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;AAEvE,UAAU,eAAe;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IACvC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,EAAE,GAAG,UAAU,EAAE,GAAG,kBAAkB,EAAE,CAAC;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,EACzB,aAAqB,EACrB,aAAa,EACb,iBAAiB,EACjB,SAAS,EACT,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,KAAwB,EACxB,QAAa,EACb,cAAc,EACd,SAAiB,EACjB,QAAgB,EAChB,QAAgB,GACjB,EAAE,eAAe,eA4FjB;AAED,UAAU,iBAAiB;IACzB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,aAAa,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B;AAED,eAAO,MAAM,aAAa,wDAIvB,iBAAiB;0CAsB2B,QAAQ;2BAmB/C,MAAM,GAAG,MAAM,SACZ,MAAM,SACN,MAAM;;;;;CAmBhB,CAAC"}
1
+ {"version":3,"file":"FileUpload.d.ts","sourceRoot":"","sources":["../../src/file-upload/FileUpload.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,EAAE,KAAK,EAAE,MAAM,sDAAsD,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAE,MAAM,0EAA0E,CAAC;AAQ9G,aAAK,YAAY,GAAG,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;AAEvE,UAAU,eAAe;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IACvC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,EAAE,GAAG,UAAU,EAAE,GAAG,kBAAkB,EAAE,CAAC;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,EACzB,aAAqB,EACrB,aAAa,EACb,iBAAiB,EACjB,SAAS,EACT,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,KAAwB,EACxB,QAAa,EACb,cAAc,EACd,SAAiB,EACjB,QAAgB,EAChB,QAAgB,GACjB,EAAE,eAAe,eA4FjB;AAED,UAAU,iBAAiB;IACzB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,aAAa,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B;AAED,eAAO,MAAM,aAAa,wDAIvB,iBAAiB;0CAsB2B,QAAQ;2BAmB/C,MAAM,GAAG,MAAM,SACZ,MAAM,SACN,MAAM;;;;;CAmBhB,CAAC"}
@@ -3,7 +3,7 @@ interface NavigationItem {
3
3
  href: string;
4
4
  label: string;
5
5
  }
6
- type Props = {
6
+ declare type Props = {
7
7
  children?: ReactNode | ReactNode[];
8
8
  href?: string;
9
9
  logo?: ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../src/header/Header.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIzC,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,KAAK,KAAK,GAAG;IACX,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IACnC,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,sBAAsB,CAAC,EAAE,CAAC,eAAe,EAAE,cAAc,EAAE,KAAK,SAAS,CAAC;CAC3E,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,QAAQ,EACR,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,sBAAsB,GACvB,EAAE,KAAK,eAyCP;AAED,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../src/header/Header.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIzC,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,aAAK,KAAK,GAAG;IACX,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IACnC,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,sBAAsB,CAAC,EAAE,CAAC,eAAe,EAAE,cAAc,EAAE,KAAK,SAAS,CAAC;CAC3E,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,QAAQ,EACR,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,sBAAsB,GACvB,EAAE,KAAK,eAyCP;AAED,eAAe,MAAM,CAAC"}
@@ -1,20 +1,20 @@
1
1
  import React from "react";
2
- export type ExampleContentProps = {
2
+ export declare type ExampleContentProps = {
3
3
  id: string;
4
4
  isActive: boolean;
5
5
  children?: React.ReactElement | React.ReactElement[];
6
6
  title?: string;
7
7
  };
8
- export type ExampleToggleProps = {
8
+ export declare type ExampleToggleProps = {
9
9
  id: string;
10
10
  isActive: boolean;
11
11
  onToggle: () => void;
12
12
  };
13
- export type ExampleChildrenProps = {
13
+ export declare type ExampleChildrenProps = {
14
14
  toggle: ExampleToggleProps;
15
15
  content: ExampleContentProps;
16
16
  };
17
- export type ExampleProps = {
17
+ export declare type ExampleProps = {
18
18
  children?: (props: ExampleChildrenProps) => React.ReactElement | React.ReactElement[];
19
19
  };
20
20
  export declare function ExampleContent({ isActive, children, title, id, }: ExampleContentProps): JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"Example.d.ts","sourceRoot":"","sources":["../../../src/help/example/Example.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,OAAO,EAAE,mBAAmB,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,QAAQ,CAAC,EAAE,CACT,KAAK,EAAE,oBAAoB,KACxB,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;CAChD,CAAC;AAEF,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,EAAE,GACH,EAAE,mBAAmB,eAuGrB;AAED,wBAAgB,aAAa,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,kBAAkB,eAa3E;AAED,wBAAgB,OAAO,CAAC,EAAE,QAAQ,EAAE,EAAE,YAAY,GAAG,KAAK,CAAC,YAAY,CAuBtE"}
1
+ {"version":3,"file":"Example.d.ts","sourceRoot":"","sources":["../../../src/help/example/Example.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,oBAAY,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,OAAO,EAAE,mBAAmB,CAAC;CAC9B,CAAC;AAEF,oBAAY,YAAY,GAAG;IACzB,QAAQ,CAAC,EAAE,CACT,KAAK,EAAE,oBAAoB,KACxB,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;CAChD,CAAC;AAEF,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,EAAE,GACH,EAAE,mBAAmB,eAuGrB;AAED,wBAAgB,aAAa,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,kBAAkB,eAa3E;AAED,wBAAgB,OAAO,CAAC,EAAE,QAAQ,EAAE,EAAE,YAAY,GAAG,KAAK,CAAC,YAAY,CAuBtE"}
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { ButtonVariant } from "react-bootstrap/types";
3
- export type HelpPopoverProps = {
3
+ export declare type HelpPopoverProps = {
4
4
  children?: React.ReactElement | React.ReactElement[];
5
5
  title?: string;
6
6
  variant?: ButtonVariant;
@@ -1 +1 @@
1
- {"version":3,"file":"HelpPopover.d.ts","sourceRoot":"","sources":["../../../src/help/popover/HelpPopover.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAGtD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB,CAAC;AAEF,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,eAgClD"}
1
+ {"version":3,"file":"HelpPopover.d.ts","sourceRoot":"","sources":["../../../src/help/popover/HelpPopover.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAGtD,oBAAY,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB,CAAC;AAEF,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,eAgClD"}
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { CustomField } from "@licklist/core/dist/DataMapper/Order/CustomFieldDataMapper";
3
- export type CustomDateFieldProps = {
3
+ export declare type CustomDateFieldProps = {
4
4
  field: CustomField;
5
5
  isLoading?: boolean;
6
6
  fieldKey: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CustomDateField.d.ts","sourceRoot":"","sources":["../../../../src/iframe/custom-fields/components/CustomDateField.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,4DAA4D,CAAC;AAMzF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,eAAe,oCAIzB,oBAAoB,gBA4HtB,CAAC"}
1
+ {"version":3,"file":"CustomDateField.d.ts","sourceRoot":"","sources":["../../../../src/iframe/custom-fields/components/CustomDateField.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,4DAA4D,CAAC;AAMzF,oBAAY,oBAAoB,GAAG;IACjC,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,eAAe,oCAIzB,oBAAoB,gBA4HtB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { CalendarBaseProps } from "./types";
3
- export type EventCalendarProps = CalendarBaseProps;
3
+ export declare type EventCalendarProps = CalendarBaseProps;
4
4
  export declare const EventCalendar: ({ disabledDates, isLoading, }: EventCalendarProps) => JSX.Element;
5
5
  //# sourceMappingURL=EventCalendar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EventCalendar.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-calendar/EventCalendar.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,CAAC;AAEnD,eAAO,MAAM,aAAa,kCAGvB,kBAAkB,gBASpB,CAAC"}
1
+ {"version":3,"file":"EventCalendar.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-calendar/EventCalendar.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,oBAAY,kBAAkB,GAAG,iBAAiB,CAAC;AAEnD,eAAO,MAAM,aAAa,kCAGvB,kBAAkB,gBASpB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { CalendarBaseProps } from "../../types";
3
- type CalendarButtonsProps = CalendarBaseProps;
3
+ declare type CalendarButtonsProps = CalendarBaseProps;
4
4
  export declare const CalendarButtons: ({ disabledDates, isLoading, }: CalendarButtonsProps) => JSX.Element;
5
5
  export {};
6
6
  //# sourceMappingURL=CalendarButtons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarButtons.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-calendar/components/CalendarButtons/CalendarButtons.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD,KAAK,oBAAoB,GAAG,iBAAiB,CAAC;AAE9C,eAAO,MAAM,eAAe,kCAGzB,oBAAoB,gBAoGtB,CAAC"}
1
+ {"version":3,"file":"CalendarButtons.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-calendar/components/CalendarButtons/CalendarButtons.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD,aAAK,oBAAoB,GAAG,iBAAiB,CAAC;AAE9C,eAAO,MAAM,eAAe,kCAGzB,oBAAoB,gBAoGtB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { DateTime } from "luxon";
3
- export type CalendarDateProps = {
3
+ export declare type CalendarDateProps = {
4
4
  initialDate: DateTime;
5
5
  currentDate: DateTime;
6
6
  selectedDate?: DateTime;
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarDate.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-calendar/components/CalendarDate/CalendarDate.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGjC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,WAAW,EAAE,QAAQ,CAAC;IACtB,WAAW,EAAE,QAAQ,CAAC;IACtB,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB,eAAe,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,YAAY,6EAMtB,iBAAiB,gBAuBnB,CAAC"}
1
+ {"version":3,"file":"CalendarDate.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-calendar/components/CalendarDate/CalendarDate.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGjC,oBAAY,iBAAiB,GAAG;IAC9B,WAAW,EAAE,QAAQ,CAAC;IACtB,WAAW,EAAE,QAAQ,CAAC;IACtB,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB,eAAe,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,YAAY,6EAMtB,iBAAiB,gBAuBnB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { CalendarBaseProps } from "../../types";
3
- export type CalendarDatesProps = CalendarBaseProps;
3
+ export declare type CalendarDatesProps = CalendarBaseProps;
4
4
  export declare const CalendarDates: ({ disabledDates, isLoading, }: CalendarDatesProps) => JSX.Element;
5
5
  //# sourceMappingURL=CalendarDates.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarDates.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-calendar/components/CalendarDates/CalendarDates.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,CAAC;AAEnD,eAAO,MAAM,aAAa,kCAGvB,kBAAkB,gBA+CpB,CAAC"}
1
+ {"version":3,"file":"CalendarDates.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-calendar/components/CalendarDates/CalendarDates.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD,oBAAY,kBAAkB,GAAG,iBAAiB,CAAC;AAEnD,eAAO,MAAM,aAAa,kCAGvB,kBAAkB,gBA+CpB,CAAC"}
@@ -1,9 +1,9 @@
1
1
  /// <reference types="react" />
2
- export type CalendarSelectOption = {
2
+ export declare type CalendarSelectOption = {
3
3
  label: string;
4
4
  value: string | number;
5
5
  };
6
- export type CalendarSelectProps = {
6
+ export declare type CalendarSelectProps = {
7
7
  options: CalendarSelectOption[];
8
8
  onChange: (value: string) => void;
9
9
  value: string | number;
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarSelect.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-calendar/components/CalendarSelect/CalendarSelect.tsx"],"names":[],"mappings":";AAKA,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc,6CAKxB,mBAAmB,gBA+BrB,CAAC"}
1
+ {"version":3,"file":"CalendarSelect.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-calendar/components/CalendarSelect/CalendarSelect.tsx"],"names":[],"mappings":";AAKA,oBAAY,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc,6CAKxB,mBAAmB,gBA+BrB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { DateTime } from "luxon";
2
- export type CalendarBaseProps = {
2
+ export declare type CalendarBaseProps = {
3
3
  disabledDates?: DateTime[];
4
4
  isLoading?: boolean;
5
5
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/event/event-calendar/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,aAAa,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/event/event-calendar/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,oBAAY,iBAAiB,GAAG;IAC9B,aAAa,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { EventDetailsFormProps } from "./components/event-details-form";
3
3
  import { WizardFormValues } from "../../../types";
4
- type EventDetailsProps = EventDetailsFormProps & {
4
+ declare type EventDetailsProps = EventDetailsFormProps & {
5
5
  onSubmit: (values: WizardFormValues) => void;
6
6
  defaultValues?: WizardFormValues;
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"EventDetails.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-details/EventDetails.tsx"],"names":[],"mappings":";AAEA,OAAO,EAEL,qBAAqB,EACtB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGlD,KAAK,iBAAiB,GAAG,qBAAqB,GAAG;IAC/C,QAAQ,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC7C,aAAa,CAAC,EAAE,gBAAgB,CAAC;CAClC,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,KAAK,EACL,aAAkB,EAClB,GAAG,SAAS,EACb,EAAE,iBAAiB,eAwEnB"}
1
+ {"version":3,"file":"EventDetails.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-details/EventDetails.tsx"],"names":[],"mappings":";AAEA,OAAO,EAEL,qBAAqB,EACtB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGlD,aAAK,iBAAiB,GAAG,qBAAqB,GAAG;IAC/C,QAAQ,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC7C,aAAa,CAAC,EAAE,gBAAgB,CAAC;CAClC,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,KAAK,EACL,aAAkB,EAClB,GAAG,SAAS,EACb,EAAE,iBAAiB,eAwEnB"}
@@ -1,11 +1,12 @@
1
- /// <reference types="react" />
2
- export type SummaryDataType = {
1
+ import React from "react";
2
+ export declare type SummaryDataType = {
3
3
  title: string;
4
4
  name: string;
5
5
  image?: string;
6
6
  quantity?: number;
7
7
  }[];
8
- export declare const Summary: ({ data }: {
9
- data: SummaryDataType;
10
- }) => JSX.Element;
8
+ export declare type SummaryProps = ({ data: SummaryDataType, }: {
9
+ data: any;
10
+ }) => React.PropsWithChildren<any>;
11
+ export declare const Summary: SummaryProps;
11
12
  //# sourceMappingURL=Summary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Summary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx"],"names":[],"mappings":";AAGA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,EAAE,CAAC;AAEJ,eAAO,MAAM,OAAO;;iBAqBnB,CAAC"}
1
+ {"version":3,"file":"Summary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,oBAAY,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,EAAE,CAAC;AAEJ,oBAAY,YAAY,GAAG,CAAC,EAC1B,IAAI,EAAE,eAAe,GACtB;;CAAA,KAAK,KAAK,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,YAiBrB,CAAC"}
@@ -1 +1 @@
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=e(require("react")),a=e(require("clsx"));exports.Summary=function(e){var r=e.data,m=void 0===r?[]:r;return t.createElement(t.Fragment,null,m.map((function(e){var r=e.name,m=e.image,n=e.quantity,l=e.title,c=a("name","mb-4",m&&"align-items-center");return t.createElement("div",{key:r,className:"summary"},t.createElement("p",{className:"title mb-1"},l),t.createElement("div",{className:c},m&&t.createElement("img",{className:"image mr-3",src:m,alt:r}),n&&n>1&&t.createElement("span",{className:"quantity mr-3"},n,"x"),r))})))};
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=e(require("react")),a=e(require("clsx"));exports.Summary=function(e){var r=e.data;return(void 0===r?[]:r).map((function(e){var r=e.name,m=e.image,n=e.quantity,c=e.title,i=a("name","mb-4",m&&"align-items-center");return t.createElement("div",{key:r,className:"summary"},t.createElement("p",{className:"title mb-1"},c),t.createElement("div",{className:i},m&&t.createElement("img",{className:"image mr-3",src:m,alt:r}),n&&n>1&&t.createElement("span",{className:"quantity mr-3"},n,"x"),r))}))};
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ProductSet } from "@licklist/core/dist/DataMapper/Product/ProductSetDataMapper";
3
- export type EventProductSetsProps = {
3
+ export declare type EventProductSetsProps = {
4
4
  selectedProductSetId?: number;
5
5
  onSelectProductSet?: (productSetId: number) => void;
6
6
  productSets: ProductSet[];
@@ -1 +1 @@
1
- {"version":3,"file":"EventProductSets.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-product-sets/EventProductSets.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAGzF,MAAM,MAAM,qBAAqB,GAAG;IAClC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kBAAkB,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,+DAI1B,qBAAqB,gBAevB,CAAC"}
1
+ {"version":3,"file":"EventProductSets.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-product-sets/EventProductSets.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAGzF,oBAAY,qBAAqB,GAAG;IAClC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kBAAkB,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,+DAI1B,qBAAqB,gBAevB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ProductSet } from "@licklist/core/dist/DataMapper/Product/ProductSetDataMapper";
3
- export type EventProductSetProps = {
3
+ export declare type EventProductSetProps = {
4
4
  productSet: ProductSet;
5
5
  selectedProductSetId?: number;
6
6
  onSelectProductSet?: (productSetId: number) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"EventProductSet.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/event/event-product-sets/components/EventProductSet.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAEzF,MAAM,MAAM,oBAAoB,GAAG;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kBAAkB,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,eAAe,8DAIzB,oBAAoB,gBAmBtB,CAAC"}
1
+ {"version":3,"file":"EventProductSet.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/event/event-product-sets/components/EventProductSet.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAEzF,oBAAY,oBAAoB,GAAG;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kBAAkB,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,eAAe,8DAIzB,oBAAoB,gBAmBtB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { VenueMap } from "@licklist/core/dist/DataMapper/Product/VenueMapDataMapper";
3
- export type EventStepVenueMapZonesProps = {
3
+ export declare type EventStepVenueMapZonesProps = {
4
4
  venueMaps: VenueMap[];
5
5
  selectedVenueMapId?: number;
6
6
  onSelectVenueMap?: (venueMapId: number) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"EventStepVenueMapZones.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,2DAA2D,CAAC;AAGrF,MAAM,MAAM,2BAA2B,GAAG;IACxC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,sBAAsB,yDAIhC,2BAA2B,gBAiB7B,CAAC"}
1
+ {"version":3,"file":"EventStepVenueMapZones.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,2DAA2D,CAAC;AAGrF,oBAAY,2BAA2B,GAAG;IACxC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,sBAAsB,yDAIhC,2BAA2B,gBAiB7B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { VenueMap } from "@licklist/core/dist/DataMapper/Product/VenueMapDataMapper";
3
- export type EventStepVenueMapZoneProps = {
3
+ export declare type EventStepVenueMapZoneProps = {
4
4
  venueMap: VenueMap;
5
5
  selectedVenueMapId?: number;
6
6
  onSelect?: (venueMapId: number) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"EventStepVenueMapZone.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,2DAA2D,CAAC;AAErF,MAAM,MAAM,0BAA0B,GAAG;IACvC,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,qBAAqB,gDAI/B,0BAA0B,gBA6B5B,CAAC"}
1
+ {"version":3,"file":"EventStepVenueMapZone.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,2DAA2D,CAAC;AAErF,oBAAY,0BAA0B,GAAG;IACvC,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,qBAAqB,gDAI/B,0BAA0B,gBA6B5B,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { EventVenueMapProps } from "../../../events/event-venue-map";
3
3
  import { VenueMapRef } from "../../../events/event-venue-map/components/VenueMap";
4
- export type IframeEventVenueMapProps = EventVenueMapProps;
4
+ export declare type IframeEventVenueMapProps = EventVenueMapProps;
5
5
  export declare const IframeEventVenueMap: React.ForwardRefExoticComponent<{
6
6
  url: string;
7
7
  points?: Partial<import("@licklist/plugins/dist/types/context/event/point").Point>[];
@@ -11,9 +11,5 @@ export declare const IframeEventVenueMap: React.ForwardRefExoticComponent<{
11
11
  products?: Partial<import("@licklist/core/dist/DataMapper/Product/ProductDataMapper").Product>[];
12
12
  pointProducts?: Partial<import("@licklist/core/dist/DataMapper/Product/PointProductDataMapper").PointProduct>[];
13
13
  onPointProductsChange?: (values: Partial<import("@licklist/core/dist/DataMapper/Product/PointProductDataMapper").PointProduct>[]) => void;
14
- soldOutProducts?: {
15
- product_id: number;
16
- message: string;
17
- }[];
18
14
  } & import("../../../events/event-venue-map/EventVenueMap").EventVenueMapIframeProps & React.RefAttributes<VenueMapRef>>;
19
15
  //# sourceMappingURL=IframeEventVenueMap.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IframeEventVenueMap.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-venue-map/IframeEventVenueMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAEtD,OAAO,EAEL,kBAAkB,EACnB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAElF,MAAM,MAAM,wBAAwB,GAAG,kBAAkB,CAAC;AAE1D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;wHAa9B,CAAC"}
1
+ {"version":3,"file":"IframeEventVenueMap.d.ts","sourceRoot":"","sources":["../../../../src/iframe/event/event-venue-map/IframeEventVenueMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAEtD,OAAO,EAEL,kBAAkB,EACnB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAElF,oBAAY,wBAAwB,GAAG,kBAAkB,CAAC;AAE1D,eAAO,MAAM,mBAAmB;;;;;;;;;wHAa9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"BookingSummary.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/BookingSummary/BookingSummary.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAI9C,eAAO,MAAM,cAAc;uJAWxB,KAAK,mBAAmB,EAAE,oBAAoB,CAAC;;;CA4EjD,CAAC"}
1
+ {"version":3,"file":"BookingSummary.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/order-process/components/BookingSummary/BookingSummary.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAI9C,eAAO,MAAM,cAAc;uJAWxB,KAAK,mBAAmB,EAAE,oBAAoB,CAAC;;;CAyEjD,CAAC"}