@licklist/design 0.72.72-dev.6 → 0.72.72-stage.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
  2. package/dist/assets/logo/licklist.sm.svg.js +33 -0
  3. package/dist/assets/logo/licklist.svg.js +16 -0
  4. package/dist/auth/Login/LoginComponent.js +1 -2
  5. package/dist/auth/Router.d.ts.map +1 -1
  6. package/dist/auth/Router.js +14 -18
  7. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +1 -2
  8. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  9. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +2 -3
  10. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +2 -3
  11. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -1
  12. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +1 -2
  13. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  14. package/dist/events/event-statistic-modal/EventStatisticModal.js +2 -2
  15. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +1 -1
  16. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
  17. package/dist/events/event-statistic-modal/hooks/useTableData.js +1 -2
  18. package/dist/events/event-statistic-modal/utils/index.js +3 -3
  19. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  20. package/dist/events/event-venue-map/EventVenueMap.js +0 -1
  21. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
  22. package/dist/events/event-venue-map/hooks/useCanvasSize.js +4 -11
  23. package/dist/header/BookeditHeader.d.ts +15 -0
  24. package/dist/header/BookeditHeader.d.ts.map +1 -0
  25. package/dist/header/BookeditHeader.js +21 -0
  26. package/dist/header/Header.d.ts +16 -0
  27. package/dist/header/Header.d.ts.map +1 -0
  28. package/dist/header/Header.js +55 -0
  29. package/dist/header/LicklistHeader.d.ts +15 -0
  30. package/dist/header/LicklistHeader.d.ts.map +1 -0
  31. package/dist/header/LicklistHeader.js +23 -0
  32. package/dist/header/elements/CompanySelector.d.ts +11 -0
  33. package/dist/header/elements/CompanySelector.d.ts.map +1 -0
  34. package/dist/header/elements/CompanySelector.js +36 -0
  35. package/dist/header/elements/index.d.ts +3 -0
  36. package/dist/header/elements/index.d.ts.map +1 -0
  37. package/dist/header/index.d.ts +6 -0
  38. package/dist/header/index.d.ts.map +1 -0
  39. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -1
  40. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +11 -4
  41. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  42. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +0 -13
  43. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  44. package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
  45. package/dist/iframe/ryft/utils/ryft-form.js +5 -4
  46. package/dist/index.d.ts +1 -0
  47. package/dist/index.d.ts.map +1 -1
  48. package/dist/index.js +6 -0
  49. package/dist/layout/DropDown.d.ts +1 -2
  50. package/dist/layout/DropDown.d.ts.map +1 -1
  51. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  52. package/dist/notification/email-template/control/EmailTemplateControl.js +0 -3
  53. package/dist/product-set/control/ProductSetControl.d.ts +0 -2
  54. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  55. package/dist/product-set/control/ProductSetControl.js +1 -12
  56. package/dist/product-set/form/ProductSetForm.d.ts +1 -4
  57. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  58. package/dist/product-set/form/ProductSetForm.js +1 -1
  59. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  60. package/dist/product-set/form/ProductZonesControl.js +2 -0
  61. package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
  62. package/dist/product-set/form/ProductsControl.js +0 -3
  63. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  64. package/dist/product-set/form/SubProductsControl.js +3 -0
  65. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  66. package/dist/product-set/form/VenueMapsControl.js +3 -0
  67. package/dist/product-set/product/ProductControl.d.ts +2 -4
  68. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  69. package/dist/product-set/product/ProductControl.js +50 -8
  70. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  71. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +0 -6
  72. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  73. package/dist/product-set/product/deposit/ProductDepositControl.js +0 -3
  74. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  75. package/dist/product-set/product/duration/ProductDurationControl.js +0 -6
  76. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  77. package/dist/product-set/product/price/ProductPriceControl.js +0 -3
  78. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  79. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +0 -6
  80. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  81. package/dist/product-set/product/quantity/ProductQuantityControl.js +0 -6
  82. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  83. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +1 -4
  84. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  85. package/dist/product-set/product-category/ProductCategoryControl.js +0 -12
  86. package/dist/product-set/utils/index.d.ts +2 -5
  87. package/dist/product-set/utils/index.d.ts.map +1 -1
  88. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  89. package/dist/recurrence-input/RecurrenceEndInput.js +0 -3
  90. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  91. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  92. package/dist/resource/form/components/CapacityControl.js +0 -3
  93. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  94. package/dist/resource/form/components/SortControl.js +0 -3
  95. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  96. package/dist/sales/booking/results/components/ResultCard.js +2 -0
  97. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  98. package/dist/sales/coupon/control/CouponFormControl.js +0 -21
  99. package/dist/sales/coupon/form/CouponFrom.d.ts +1 -2
  100. package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
  101. package/dist/sales/coupon/form/CouponFrom.js +6 -19
  102. package/dist/setting/admin/AdminSettingForm.d.ts +25 -0
  103. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -0
  104. package/dist/setting/admin/AdminSettingForm.js +220 -0
  105. package/dist/setting/admin/PaymentFeeForm.d.ts +13 -0
  106. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -0
  107. package/dist/setting/admin/PaymentFeeForm.js +424 -0
  108. package/dist/setting/admin/index.d.ts +2 -0
  109. package/dist/setting/admin/index.d.ts.map +1 -0
  110. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  111. package/dist/setting/dashboard/DashboardSettingForm.js +1 -4
  112. package/dist/setting/index.d.ts +2 -0
  113. package/dist/setting/index.d.ts.map +1 -1
  114. package/dist/setting/system/SystemSettingForm.d.ts +10 -0
  115. package/dist/setting/system/SystemSettingForm.d.ts.map +1 -0
  116. package/dist/setting/system/SystemSettingForm.js +95 -0
  117. package/dist/setting/system/index.d.ts +2 -0
  118. package/dist/setting/system/index.d.ts.map +1 -0
  119. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  120. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  121. package/dist/static/CurrencyNumberInput.js +0 -3
  122. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  123. package/dist/static/form-number-input/FormNumberInput.js +0 -3
  124. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  125. package/dist/static/number-input/NumberInput.js +0 -3
  126. package/dist/styles/form/CustomCheckbox.scss +0 -31
  127. package/dist/styles/iframe-events/Calendar.scss +1 -1
  128. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  129. package/dist/styles/product-set/ProductSetForm.scss +3 -2
  130. package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +3 -1
  131. package/dist/styles/sales/BookingResults.scss +1 -1
  132. package/dist/types/currency.d.ts +5 -0
  133. package/dist/types/currency.d.ts.map +1 -0
  134. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  135. package/dist/zone/form/components/GameDurationControl.js +0 -3
  136. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  137. package/dist/zone/form/components/SortControl.js +0 -3
  138. package/package.json +7 -8
  139. package/src/affiliate/form/AffiliateForm.tsx +0 -1
  140. package/src/auth/Login/LoginComponent.tsx +1 -1
  141. package/src/auth/Router.tsx +19 -19
  142. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +4 -12
  143. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +1 -1
  144. package/src/events/event-statistic-modal/EventStatisticModal.tsx +1 -3
  145. package/src/events/event-statistic-modal/hooks/useTableData.tsx +1 -2
  146. package/src/events/event-statistic-modal/utils/index.ts +4 -4
  147. package/src/events/event-venue-map/EventVenueMap.tsx +0 -1
  148. package/src/events/event-venue-map/hooks/useCanvasSize.ts +1 -5
  149. package/src/header/BookeditHeader.tsx +38 -0
  150. package/src/header/Header.stories.tsx +123 -0
  151. package/src/header/Header.tsx +69 -0
  152. package/src/header/LicklistHeader.tsx +46 -0
  153. package/src/header/elements/CompanySelector.tsx +47 -0
  154. package/src/header/elements/Elements.stories.tsx +33 -0
  155. package/src/header/elements/index.ts +3 -0
  156. package/src/header/index.ts +7 -0
  157. package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +13 -5
  158. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +0 -9
  159. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +0 -1
  160. package/src/iframe/ryft/utils/ryft-form.ts +5 -6
  161. package/src/index.ts +1 -0
  162. package/src/layout/DropDown.tsx +1 -1
  163. package/src/notification/email-template/control/EmailTemplateControl.tsx +0 -1
  164. package/src/product-set/control/ProductSetControl.tsx +1 -12
  165. package/src/product-set/form/ProductCategoriesControl.tsx +1 -1
  166. package/src/product-set/form/ProductSetForm.tsx +2 -6
  167. package/src/product-set/form/ProductZonesControl.tsx +4 -1
  168. package/src/product-set/form/ProductsControl.tsx +0 -2
  169. package/src/product-set/form/SubProductsControl.tsx +3 -0
  170. package/src/product-set/form/VenueMapsControl.tsx +3 -0
  171. package/src/product-set/product/Product.stories.tsx +1 -1
  172. package/src/product-set/product/ProductControl.tsx +65 -18
  173. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
  174. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +0 -2
  175. package/src/product-set/product/deposit/ProductDepositControl.tsx +0 -1
  176. package/src/product-set/product/duration/ProductDurationControl.tsx +0 -2
  177. package/src/product-set/product/price/ProductPriceControl.tsx +0 -1
  178. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +0 -2
  179. package/src/product-set/product/quantity/ProductQuantityControl.tsx +0 -2
  180. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +0 -1
  181. package/src/product-set/product-category/ProductCategoryControl.tsx +0 -4
  182. package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
  183. package/src/recurrence-input/RecurrenceEndInput.tsx +0 -1
  184. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +0 -1
  185. package/src/resource/form/components/CapacityControl.tsx +0 -1
  186. package/src/resource/form/components/SortControl.tsx +0 -1
  187. package/src/sales/booking/results/components/ResultCard.tsx +2 -0
  188. package/src/sales/coupon/control/CouponFormControl.tsx +0 -7
  189. package/src/sales/coupon/form/CouponFrom.tsx +8 -20
  190. package/src/setting/admin/AdminSetting.stories.tsx +52 -0
  191. package/src/setting/admin/AdminSettingForm.tsx +196 -0
  192. package/src/setting/admin/PaymentFeeForm.tsx +304 -0
  193. package/src/setting/admin/index.ts +1 -0
  194. package/src/setting/dashboard/DashboardSettingForm.tsx +0 -1
  195. package/src/setting/index.ts +2 -0
  196. package/src/setting/system/SystemSetting.stories.tsx +26 -0
  197. package/src/setting/system/SystemSettingForm.tsx +62 -0
  198. package/src/setting/system/index.ts +1 -0
  199. package/src/sortable-tree/SortableTreeItem.tsx +7 -1
  200. package/src/static/CurrencyNumberInput.tsx +0 -1
  201. package/src/static/form-number-input/FormNumberInput.tsx +0 -1
  202. package/src/static/number-input/NumberInput.tsx +0 -1
  203. package/src/styles/form/CustomCheckbox.scss +0 -31
  204. package/src/styles/iframe-events/Calendar.scss +1 -1
  205. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  206. package/src/styles/product-set/ProductSetForm.scss +3 -2
  207. package/src/styles/ryft-payment-form/RyftPaymentForm.scss +3 -1
  208. package/src/styles/sales/BookingResults.scss +1 -1
  209. package/src/types/currency.ts +4 -0
  210. package/src/zone/form/components/GameDurationControl.tsx +0 -1
  211. package/src/zone/form/components/SortControl.tsx +0 -1
  212. package/yarn.lock +242 -252
  213. package/dist/product-set/product/scanRange/ProductScanRangeControl.d.ts +0 -12
  214. package/dist/product-set/product/scanRange/ProductScanRangeControl.d.ts.map +0 -1
  215. package/dist/product-set/product/scanRange/ProductScanRangeControl.js +0 -153
  216. package/dist/product-set/product/scanRange/index.d.ts +0 -2
  217. package/dist/product-set/product/scanRange/index.d.ts.map +0 -1
  218. package/src/product-set/product/scanRange/ProductScanRangeControl.stories.ts +0 -45
  219. package/src/product-set/product/scanRange/ProductScanRangeControl.tsx +0 -163
  220. package/src/product-set/product/scanRange/index.ts +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"AffiliateForm.d.ts","sourceRoot":"","sources":["../../../src/affiliate/form/AffiliateForm.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,4DAA4D,CAAA;AAEtF,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAGpE,MAAM,WAAW,kBAAkB;IACjC,aAAa,CAAC,EAAE,SAAS,GAAG,IAAI,CAAA;IAChC,YAAY,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAA;IACnD,YAAY,EAAE,oBAAoB,CAAA;IAClC,SAAS,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,aAAa,8DAKvB,kBAAkB,4CA+FpB,CAAA"}
1
+ {"version":3,"file":"AffiliateForm.d.ts","sourceRoot":"","sources":["../../../src/affiliate/form/AffiliateForm.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,4DAA4D,CAAA;AAEtF,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAGpE,MAAM,WAAW,kBAAkB;IACjC,aAAa,CAAC,EAAE,SAAS,GAAG,IAAI,CAAA;IAChC,YAAY,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAA;IACnD,YAAY,EAAE,oBAAoB,CAAA;IAClC,SAAS,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,aAAa,8DAKvB,kBAAkB,4CA8FpB,CAAA"}
@@ -0,0 +1,33 @@
1
+ import * as React from 'react';
2
+
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ const SvgLicklistsm = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 28,
7
+ height: 28
8
+ }, props), /*#__PURE__*/React.createElement("g", {
9
+ style: {
10
+ fill: "none",
11
+ stroke: "none"
12
+ },
13
+ transform: "matrix(.33735 0 0 .33735 0 0)"
14
+ }, /*#__PURE__*/React.createElement("rect", {
15
+ width: 83,
16
+ height: 83,
17
+ rx: 32,
18
+ style: {
19
+ fill: "currentColor"
20
+ }
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M62.362 29.68q-4.846.696-4.846 4.613c0 3.916 3.86 14.4 2.234 21.184s-5.923 11.108-14.343 13.09c-8.42 1.983-18.22 1.06-22.055-11.404-3.835-12.463 3.206-21.725 7.56-25.196 4.352-3.47 8.58-2.288 8.76-2.288-4.442 0-6.078 5.233-6.078 11.786q0 7.077 5.086 11.741-1.898-8.754.285-14.997c2.183-6.242 4.584-9.01 8.716-9.984q6.992-1.518 14.68 1.454",
23
+ style: {
24
+ fill: "#fff"
25
+ }
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M61.572 27.468q-8.333-6.474-14.031-7.886c-5.7-1.411-8.559 1.073-11.107 2.965-.742-.942-2.359-2.238-4.267-2.238s-4.808 1.285-5.549 4.978q-.74 3.693.73 7.687-5.628-5.715-4.433-10.427c1.194-4.711 6.285-8.645 14.242-8.294s10.029 1.864 15.19 5.33q5.16 3.465 9.225 7.885",
28
+ style: {
29
+ fill: "#fff"
30
+ }
31
+ })));
32
+
33
+ export { SvgLicklistsm as ReactComponent };
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+
3
+ var _desc, _g;
4
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
5
+ const SvgLicklist = props => /*#__PURE__*/React.createElement("svg", _extends({
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 118 28"
8
+ }, props), _desc || (_desc = /*#__PURE__*/React.createElement("desc", null, "Social nightlife")), _g || (_g = /*#__PURE__*/React.createElement("g", {
9
+ fill: "currentColor"
10
+ }, /*#__PURE__*/React.createElement("path", {
11
+ d: "M41.426 20.343v4.093H27.345V2.75h4.46v17.594zm3.32-13.99q-1.16 0-1.894-.733-.733-.733-.733-1.863t.733-1.878q.733-.75 1.894-.749 1.16 0 1.894.749.732.748.733 1.878 0 1.131-.733 1.863-.734.734-1.894.733m-2.169 18.083V8.431h4.337v16.005zm14.132-3.482q1.192 0 2.077-.672a2.95 2.95 0 0 0 1.13-1.74l4.338.732q-.489 2.23-2.413 3.88t-5.101 1.649q-3.482 0-5.758-2.398-2.276-2.397-2.276-5.972 0-3.573 2.276-5.971t5.758-2.398q3.177 0 5.101 1.65t2.413 3.879l-4.337.733a2.95 2.95 0 0 0-1.13-1.741q-.886-.672-2.078-.672-1.71 0-2.688 1.237-.977 1.238-.977 3.283 0 2.048.977 3.284.978 1.237 2.688 1.237M75.973 8.431h5.437l-5.986 6.811 6.414 9.194h-5.132l-4.154-6.323-2.413 2.75v3.573h-4.337V1.527h4.337V15.7zM86.38 24.436h-4.337V1.527h4.337zm4.969-18.083q-1.16 0-1.894-.733-.733-.733-.733-1.863t.733-1.878q.733-.75 1.894-.749 1.16 0 1.894.749.733.748.733 1.878 0 1.131-.733 1.863-.733.734-1.894.733m-2.169 18.083V8.431h4.338v16.005zm5.916-4.673 4.307-.611q.06.946.733 1.558.672.61 1.955.61 1.221 0 1.863-.396.641-.397.641-1.07 0-.733-.916-1.084-.915-.35-2.2-.565a24 24 0 0 1-2.58-.58q-1.299-.367-2.215-1.436-.916-1.07-.916-2.84 0-2.23 1.771-3.758 1.773-1.527 4.643-1.527 3.025 0 4.597 1.42 1.575 1.42 1.91 3.376l-4.094.763q-.06-.916-.687-1.496-.626-.58-1.756-.58-1.039 0-1.62.442-.58.443-.58 1.115 0 .61.657.962.657.351 1.634.474.978.121 2.108.397 1.13.275 2.108.702.977.428 1.634 1.451t.657 2.581q0 2.23-1.818 3.681-1.817 1.45-4.963 1.45-6.201 0-6.873-5.04m22.868.825v3.757q-.733.183-2.046.183-4.918 0-4.918-4.887v-7.79h-2.169v-3.42H111V4.46h4.337v3.97h2.658v3.422h-2.658v7.33q0 1.559 1.62 1.558zM20.989 7.844q-2.536.354-2.536 2.343c0 1.988 2.02 7.312 1.169 10.757-.85 3.444-3.099 5.64-7.504 6.646-4.406 1.007-9.534.538-11.54-5.79C-1.43 15.47 2.256 10.768 4.533 9.006s4.49-1.162 4.584-1.162c-2.324 0-3.18 2.657-3.18 5.984q0 3.594 2.661 5.962-.993-4.445.149-7.615c1.142-3.17 2.398-4.575 4.56-5.07q3.66-.77 7.682.74"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M20.576 6.722q-4.36-3.288-7.342-4.005C10.252 2 8.756 3.262 7.423 4.222c-.388-.478-1.234-1.136-2.233-1.136-.998 0-2.515.653-2.903 2.528q-.387 1.874.381 3.903Q-.275 6.614.35 4.222C.974 1.83 3.638-.168 7.801.012c4.164.177 5.247.945 7.948 2.705a26.7 26.7 0 0 1 4.827 4.005"
14
+ }))));
15
+
16
+ export { SvgLicklist as ReactComponent };
@@ -203,10 +203,9 @@ var LoginComponent = function(param) {
203
203
  var _useState = _sliced_to_array(useState(false), 2), isLoading = _useState[0], setIsLoading = _useState[1];
204
204
  var userApiService = useUserApi(request);
205
205
  var handleError = function(error) {
206
- var _error_response_data, _error_response;
207
206
  notification.danger({
208
207
  title: 'Error',
209
- message: (error === null || error === void 0 ? void 0 : (_error_response = error.response) === null || _error_response === void 0 ? void 0 : (_error_response_data = _error_response.data) === null || _error_response_data === void 0 ? void 0 : _error_response_data.message) || error.message
208
+ message: error.message
210
209
  });
211
210
  };
212
211
  var storeSecrets = function(secrets) {
@@ -1 +1 @@
1
- {"version":3,"file":"Router.d.ts","sourceRoot":"","sources":["../../src/auth/Router.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAIjC,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;CACnC;AAED,iBAAS,MAAM,CAAC,KAAK,EAAE,WAAW,2CA0BjC;AAED,OAAO,EAAE,MAAM,EAAE,CAAA"}
1
+ {"version":3,"file":"Router.d.ts","sourceRoot":"","sources":["../../src/auth/Router.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAa,MAAM,OAAO,CAAA;AAK5C,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;CACnC;AAED,iBAAS,MAAM,CAAC,KAAK,EAAE,WAAW,2CAyBjC;AAED,OAAO,EAAE,MAAM,EAAE,CAAA"}
@@ -1,27 +1,23 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
+ import { useEffect } from 'react';
2
3
  import { Router as Router$1 } from 'react-router-dom';
4
+ import App from '@licklist/plugins/dist/services/App/App';
3
5
  import history from '@licklist/plugins/dist/services/History/History';
4
6
 
5
7
  function Router(props) {
6
8
  var children = props.children;
7
- // uncomment if necessary to debug history
8
- // useEffect(() => {
9
- // if (App.isDevelopment()) {
10
- // console.info('initial history is: ', JSON.stringify(history, null, 2))
11
- // history.listen((location, action) => {
12
- // if (!location) {
13
- // return
14
- // }
15
- // console.info(
16
- // `The current URL is ${location.pathname}${location.search}${location.hash}`,
17
- // )
18
- // console.info(
19
- // `The last navigation action was ${action}`,
20
- // JSON.stringify(history, null, 2),
21
- // )
22
- // })
23
- // }
24
- // }, [])
9
+ useEffect(function() {
10
+ if (App.isDevelopment()) {
11
+ console.info('initial history is: ', JSON.stringify(history, null, 2));
12
+ history.listen(function(location, action) {
13
+ if (!location) {
14
+ return;
15
+ }
16
+ console.info("The current URL is ".concat(location.pathname).concat(location.search).concat(location.hash));
17
+ console.info("The last navigation action was ".concat(action), JSON.stringify(history, null, 2));
18
+ });
19
+ }
20
+ }, []);
25
21
  // TODO fix issue react router types
26
22
  // @ts-expect-error
27
23
  return /*#__PURE__*/ jsx(Router$1, {
@@ -2,10 +2,9 @@ export declare const SALE_DEADLINE_NAME_CATEGORY = "saleDeadlineCategory";
2
2
  export declare const SALE_DEADLINE_NAME = "saleDeadline";
3
3
  export declare const DEADLINE_NAME: readonly ["saleDeadlineCategory", "saleDeadline"];
4
4
  export type DeadLineNameType = (typeof DEADLINE_NAME)[number];
5
- export declare const SaleDeadline: ({ disabled, onlyBefore, isProductSet, deadLineCategory, }: {
5
+ export declare const SaleDeadline: ({ disabled, onlyBefore, deadLineCategory, }: {
6
6
  disabled?: boolean;
7
7
  onlyBefore?: boolean;
8
- isProductSet?: boolean;
9
8
  deadLineCategory?: string;
10
9
  }) => import("react/jsx-runtime").JSX.Element;
11
10
  //# sourceMappingURL=SaleDeadline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SaleDeadline.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,2BAA2B,yBAAyB,CAAA;AACjE,eAAO,MAAM,kBAAkB,iBAAiB,CAAA;AAWhD,eAAO,MAAM,aAAa,mDAGhB,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAA;AAU7D,eAAO,MAAM,YAAY,8DAKtB;IACD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,4CAoKA,CAAA"}
1
+ {"version":3,"file":"SaleDeadline.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,2BAA2B,yBAAyB,CAAA;AACjE,eAAO,MAAM,kBAAkB,iBAAiB,CAAA;AAWhD,eAAO,MAAM,aAAa,mDAGhB,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAA;AAU7D,eAAO,MAAM,YAAY,gDAItB;IACD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,4CA8JA,CAAA"}
@@ -67,7 +67,7 @@ var SALE_DEADLINES_EVENT_START_TYPES = [
67
67
  }
68
68
  ];
69
69
  var SaleDeadline = function(param) {
70
- var _param_disabled = param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, _param_onlyBefore = param.onlyBefore, onlyBefore = _param_onlyBefore === void 0 ? false : _param_onlyBefore, _param_isProductSet = param.isProductSet, isProductSet = _param_isProductSet === void 0 ? false : _param_isProductSet, deadLineCategory = param.deadLineCategory;
70
+ var _param_disabled = param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, _param_onlyBefore = param.onlyBefore, onlyBefore = _param_onlyBefore === void 0 ? false : _param_onlyBefore, deadLineCategory = param.deadLineCategory;
71
71
  var _errors_root;
72
72
  var t = useTranslation([
73
73
  'Design'
@@ -133,10 +133,9 @@ var SaleDeadline = function(param) {
133
133
  name: "sale-deadline",
134
134
  options: SALE_DEADLINES_EVENT_START_TYPES.map(function(param) {
135
135
  var type = param.type;
136
- var salesDeadlineTitle = type === SALE_DEADLINE_BEFORE_TYPE && isProductSet ? 'beforeProductSet' : type;
137
136
  return {
138
137
  id: type,
139
- value: t("Design:".concat(salesDeadlineTitle))
138
+ value: t("Design:".concat(type))
140
139
  };
141
140
  }),
142
141
  value: deadlineType,
@@ -22,18 +22,18 @@ import 'react-bootstrap/Col';
22
22
  import 'react-bootstrap/InputGroup';
23
23
  import 'react-bootstrap/Row';
24
24
  import '@licklist/plugins/dist/services/Form/FormErrorService';
25
- import '@licklist/plugins/dist/utils/error';
25
+ import '@licklist/plugins';
26
26
  import { ProductSetContextProvider } from '../../../../../product-set/form/context.js';
27
27
  import { getFilteredTemplates } from '../../../../../product-set/utils/index.js';
28
28
  import 'react-bootstrap/Button';
29
29
  import 'react-bootstrap/OverlayTrigger';
30
30
  import 'react-bootstrap/Popover';
31
31
  import '@licklist/plugins/dist/services/Form/HookFormService';
32
+ import '@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper';
32
33
  import 'react-bootstrap/Collapse';
33
34
  import '@licklist/plugins/dist/hooks/Media/useImages';
34
35
  import '@licklist/core/dist/DataMapper/Media/ImageDataMapper';
35
36
  import 'react-select';
36
- import '@licklist/plugins';
37
37
  import '@licklist/plugins/dist/context/app/hooks/useNotification';
38
38
  import '../../../../../static/index.js';
39
39
  import '../../../../../tiptap-editor/TipTapEditor.js';
@@ -73,7 +73,6 @@ import '../../../../../iframe/payment/payment-status-page/PaymentStatusPage.js';
73
73
  import '@licklist/core/dist/DataMapper/Provider/SnippetDataMapper';
74
74
  import '../../../../../static/manual-date-picker/constants/index.js';
75
75
  import '../../../../../iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js';
76
- import '@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper';
77
76
  import '../../../../../sortable-tree/SortableTree.js';
78
77
  import '@dnd-kit/core';
79
78
  import '@dnd-kit/sortable';
@@ -106,7 +106,6 @@ var getDefaultValues = function(productSet, hasNoRecurrences) {
106
106
  name: (_productSet_name = productSet === null || productSet === void 0 ? void 0 : productSet.name) !== null && _productSet_name !== void 0 ? _productSet_name : '',
107
107
  description: (_productSet_description = productSet === null || productSet === void 0 ? void 0 : productSet.description) !== null && _productSet_description !== void 0 ? _productSet_description : '',
108
108
  image: productSet === null || productSet === void 0 ? void 0 : productSet.image,
109
- hasGeneralTicket: productSet === null || productSet === void 0 ? void 0 : productSet.hasGeneralTicket,
110
109
  type: (_productSet_type = productSet === null || productSet === void 0 ? void 0 : productSet.type) !== null && _productSet_type !== void 0 ? _productSet_type : DEFAULT_PRODUCT_SET_TYPE,
111
110
  termsAndConditions: (_productSet_termsAndConditions = productSet === null || productSet === void 0 ? void 0 : productSet.termsAndConditions) !== null && _productSet_termsAndConditions !== void 0 ? _productSet_termsAndConditions : '',
112
111
  operationalCost: (_productSet_operationalCost = productSet === null || productSet === void 0 ? void 0 : productSet.operationalCost) !== null && _productSet_operationalCost !== void 0 ? _productSet_operationalCost : DEFAULT_OPERATIONAL_COST_TYPE,
@@ -137,6 +136,7 @@ var getDefaultValues = function(productSet, hasNoRecurrences) {
137
136
  subProducts: subProducts === null || subProducts === void 0 ? void 0 : subProducts.map(function(_param) {
138
137
  var subProducts = _extends({}, _object_destructuring_empty(_param));
139
138
  return _object_spread_props(_object_spread({}, subProducts), {
139
+ originalProductId: null,
140
140
  productCategoryId: undefined
141
141
  });
142
142
  }),
@@ -6,7 +6,6 @@ export type EventStatisticModalProps = {
6
6
  date?: Event['startAt'] | null;
7
7
  eventStatistic?: EventStatistic | null;
8
8
  title?: string;
9
- eventId?: string;
10
9
  };
11
- export declare const EventStatisticModal: ({ isOpen, setIsOpen, date, eventStatistic, title, eventId, }: EventStatisticModalProps) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const EventStatisticModal: ({ isOpen, setIsOpen, date, eventStatistic, title, }: EventStatisticModalProps) => import("react/jsx-runtime").JSX.Element;
12
11
  //# sourceMappingURL=EventStatisticModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EventStatisticModal.d.ts","sourceRoot":"","sources":["../../../src/events/event-statistic-modal/EventStatisticModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,MAAM,yDAAyD,CAAA;AAK/E,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,OAAO,CAAA;IACf,SAAS,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;IACnC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,CAAA;IAC9B,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAA;IACtC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,eAAO,MAAM,mBAAmB,iEAO7B,wBAAwB,4CAiD1B,CAAA"}
1
+ {"version":3,"file":"EventStatisticModal.d.ts","sourceRoot":"","sources":["../../../src/events/event-statistic-modal/EventStatisticModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,MAAM,yDAAyD,CAAA;AAK/E,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,OAAO,CAAA;IACf,SAAS,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;IACnC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,CAAA;IAC9B,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAA;IACtC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,mBAAmB,wDAM7B,wBAAwB,4CAiD1B,CAAA"}
@@ -18,9 +18,9 @@ import '@tanstack/react-table';
18
18
  import { useTableData } from './hooks/useTableData.js';
19
19
 
20
20
  var EventStatisticModal = function(param) {
21
- var isOpen = param.isOpen, setIsOpen = param.setIsOpen, date = param.date, eventStatistic = param.eventStatistic, title = param.title, eventId = param.eventId;
21
+ var isOpen = param.isOpen, setIsOpen = param.setIsOpen, date = param.date, eventStatistic = param.eventStatistic, title = param.title;
22
22
  var t = useTranslation('Design').t;
23
- var data = useTableData(date, eventStatistic, eventId);
23
+ var data = useTableData(date, eventStatistic);
24
24
  var handleClose = function() {
25
25
  setIsOpen(false);
26
26
  };
@@ -1,5 +1,5 @@
1
1
  import { EventStatistic } from '@licklist/core/dist/DataMapper/Provider/EventStatisticDataMapper';
2
2
  import { Event } from '@licklist/core/dist/DataMapper/Provider/EventDataMapper';
3
3
  import { StaticTableData } from '../../../table';
4
- export declare const useTableData: (date: Event["startAt"] | null, eventStatistic: EventStatistic | null, eventId: string) => StaticTableData[];
4
+ export declare const useTableData: (date: Event["startAt"] | null, eventStatistic: EventStatistic | null) => StaticTableData[];
5
5
  //# sourceMappingURL=useTableData.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useTableData.d.ts","sourceRoot":"","sources":["../../../../src/events/event-statistic-modal/hooks/useTableData.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,MAAM,yDAAyD,CAAA;AAE/E,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,YAAY,SACjB,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,kBACb,cAAc,GAAG,IAAI,WAC5B,MAAM,sBA6EhB,CAAA"}
1
+ {"version":3,"file":"useTableData.d.ts","sourceRoot":"","sources":["../../../../src/events/event-statistic-modal/hooks/useTableData.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,MAAM,yDAAyD,CAAA;AAE/E,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,YAAY,SACjB,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,kBACb,cAAc,GAAG,IAAI,sBA6EtC,CAAA"}
@@ -52,7 +52,7 @@ function _unsupported_iterable_to_array(o, minLen) {
52
52
  if (n === "Map" || n === "Set") return Array.from(n);
53
53
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
54
54
  }
55
- var useTableData = function(date, eventStatistic, eventId) {
55
+ var useTableData = function(date, eventStatistic) {
56
56
  var t = useTranslation('Design').t;
57
57
  var formatNumber = useIntl().formatNumber;
58
58
  var _useState = _sliced_to_array(useState([]), 2), tableRows = _useState[0], setTableRows = _useState[1];
@@ -106,7 +106,6 @@ var useTableData = function(date, eventStatistic, eventId) {
106
106
  // eslint-disable-next-line react-hooks/exhaustive-deps
107
107
  }, [
108
108
  date,
109
- eventId,
110
109
  eventStatistic
111
110
  ]);
112
111
  return tableRows;
@@ -1,5 +1,5 @@
1
1
  import { DateTime } from 'luxon';
2
- import { DATE_TIME_FULL_FORMAT } from '@licklist/core/dist/Config';
2
+ import { DATE_FORMAT, DATE_TIME_FULL_FORMAT } from '@licklist/core/dist/Config';
3
3
  import { maxBy } from 'lodash';
4
4
 
5
5
  function _array_like_to_array(arr, len) {
@@ -39,10 +39,10 @@ var convertEventStatisticToTableData = function(date, eventStatistic) {
39
39
  if (!eventStatistic) {
40
40
  return [];
41
41
  }
42
- var summaryFormattedDate = DateTime.fromISO(date).toFormat(DATE_TIME_FULL_FORMAT);
42
+ var summaryFormattedDate = DateTime.fromISO(date).toUTC().toFormat(DATE_FORMAT);
43
43
  var _Object_keys_filter;
44
44
  var summaryDays = (_Object_keys_filter = (_Object_keys = Object.keys(eventStatistic === null || eventStatistic === void 0 ? void 0 : eventStatistic.productCategorySummary)) === null || _Object_keys === void 0 ? void 0 : _Object_keys.filter(function(date) {
45
- return DateTime.fromFormat(date, DATE_TIME_FULL_FORMAT).toFormat(DATE_TIME_FULL_FORMAT) === summaryFormattedDate;
45
+ return DateTime.fromFormat(date, DATE_TIME_FULL_FORMAT).toFormat(DATE_FORMAT) === summaryFormattedDate;
46
46
  })) !== null && _Object_keys_filter !== void 0 ? _Object_keys_filter : [];
47
47
  var summaryMap = new Map();
48
48
  summaryDays.map(function(day) {
@@ -1 +1 @@
1
- {"version":3,"file":"EventVenueMap.d.ts","sourceRoot":"","sources":["../../../src/events/event-venue-map/EventVenueMap.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,kDAAkD,CAAA;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,+DAA+D,CAAA;AAC5F,OAAO,EAAE,OAAO,EAAE,MAAM,0DAA0D,CAAA;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAA;AACvF,OAAO,EAAY,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAG7D,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACzC,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC9B,0BAA0B,CAAC,EAAE,MAAM,EAAE,CAAA;CACtC,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,CAAA;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,KAAK,IAAI,CAAA;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,CAAA;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,EAAE,CAAA;IACvC,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,EAAE,KAAK,IAAI,CAAA;IACjE,eAAe,CAAC,EAAE,wBAAwB,EAAE,CAAA;CAC7C,GAAG,wBAAwB,CAAA;AAE5B,eAAO,MAAM,aAAa;SAXnB,MAAM;aACF,OAAO,CAAC,KAAK,CAAC,EAAE;WAClB,MAAM;qBACI,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,KAAK,IAAI;eACvC,OAAO;eACP,OAAO,CAAC,OAAO,CAAC,EAAE;oBACb,OAAO,CAAC,YAAY,CAAC,EAAE;4BACf,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,EAAE,KAAK,IAAI;sBAC/C,wBAAwB,EAAE;0EAkD7C,CAAA"}
1
+ {"version":3,"file":"EventVenueMap.d.ts","sourceRoot":"","sources":["../../../src/events/event-venue-map/EventVenueMap.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,kDAAkD,CAAA;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,+DAA+D,CAAA;AAC5F,OAAO,EAAE,OAAO,EAAE,MAAM,0DAA0D,CAAA;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAA;AACvF,OAAO,EAAY,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAG7D,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACzC,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC9B,0BAA0B,CAAC,EAAE,MAAM,EAAE,CAAA;CACtC,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,CAAA;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,KAAK,IAAI,CAAA;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,CAAA;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,EAAE,CAAA;IACvC,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,EAAE,KAAK,IAAI,CAAA;IACjE,eAAe,CAAC,EAAE,wBAAwB,EAAE,CAAA;CAC7C,GAAG,wBAAwB,CAAA;AAE5B,eAAO,MAAM,aAAa;SAXnB,MAAM;aACF,OAAO,CAAC,KAAK,CAAC,EAAE;WAClB,MAAM;qBACI,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,KAAK,IAAI;eACvC,OAAO;eACP,OAAO,CAAC,OAAO,CAAC,EAAE;oBACb,OAAO,CAAC,YAAY,CAAC,EAAE;4BACf,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,EAAE,KAAK,IAAI;sBAC/C,wBAAwB,EAAE;0EAiD7C,CAAA"}
@@ -58,7 +58,6 @@ function _object_spread_props(target, source) {
58
58
  }
59
59
  var EventVenueMap = /*#__PURE__*/ forwardRef(function(param, ref) {
60
60
  var url = param.url, points = param.points, _param_editMode = param.editMode, editMode = _param_editMode === void 0 ? false : _param_editMode, name = param.name, onPointsChange = param.onPointsChange, products = param.products, pointProducts = param.pointProducts, onPointProductsChange = param.onPointProductsChange, width = param.width, height = param.height, onPointClick = param.onPointClick, _param_usedInIframe = param.usedInIframe, usedInIframe = _param_usedInIframe === void 0 ? false : _param_usedInIframe, _param_choosedProductUuids = param.choosedProductUuids, choosedProductUuids = _param_choosedProductUuids === void 0 ? [] : _param_choosedProductUuids, _param_errorOnChoosedProductUuids = param.errorOnChoosedProductUuids, errorOnChoosedProductUuids = _param_errorOnChoosedProductUuids === void 0 ? [] : _param_errorOnChoosedProductUuids, soldOutProducts = param.soldOutProducts;
61
- // TODO fix often updating of canvasSizes, which leads to flashing poingts
62
61
  var canvasSizes = useCanvasSize({
63
62
  width: width,
64
63
  height: height
@@ -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,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,eAAO,MAAM,aAAa,wDAGvB,eAAe;;;CAcjB,CAAA"}
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,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,eAAO,MAAM,aAAa,wDAGvB,eAAe;;;CAUjB,CAAA"}
@@ -3,17 +3,7 @@ import { useWindowDimensions } from '@licklist/plugins/dist/hooks/Media/useWindo
3
3
 
4
4
  var useCanvasSize = function(param) {
5
5
  var componentWidth = param.width, componentHeight = param.height;
6
- // TODO Fix often updating of width and height
7
6
  var _useWindowDimensions = useWindowDimensions(), width = _useWindowDimensions.width, height = _useWindowDimensions.height;
8
- // eslint-disable-next-line react-hooks/exhaustive-deps
9
- var memoizedDimensions = useMemo(function() {
10
- return {
11
- width: width,
12
- height: height
13
- };
14
- }, [
15
- width
16
- ]);
17
7
  var memoedComponentParameters = useMemo(function() {
18
8
  if (!componentWidth && !componentHeight) return null;
19
9
  return {
@@ -24,7 +14,10 @@ var useCanvasSize = function(param) {
24
14
  componentWidth,
25
15
  componentHeight
26
16
  ]);
27
- return memoedComponentParameters || memoizedDimensions;
17
+ return memoedComponentParameters || {
18
+ width: width,
19
+ height: height
20
+ };
28
21
  };
29
22
 
30
23
  export { useCanvasSize };
@@ -0,0 +1,15 @@
1
+ import { ReactNode } from 'react';
2
+ interface NavigationItem {
3
+ href: string;
4
+ label: string;
5
+ }
6
+ interface Props {
7
+ children?: ReactNode | ReactNode[];
8
+ href?: string;
9
+ leftNavs?: ReactNode | ReactNode[];
10
+ navItems?: NavigationItem[];
11
+ renderMobileNavigation?: (navigationItems: NavigationItem[]) => ReactNode;
12
+ }
13
+ declare function BookeditHeader({ children, href, leftNavs, navItems, renderMobileNavigation, }: Props): import("react/jsx-runtime").JSX.Element;
14
+ export default BookeditHeader;
15
+ //# sourceMappingURL=BookeditHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BookeditHeader.d.ts","sourceRoot":"","sources":["../../src/header/BookeditHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKjC,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd;AACD,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAClC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAClC,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAA;IAC3B,sBAAsB,CAAC,EAAE,CAAC,eAAe,EAAE,cAAc,EAAE,KAAK,SAAS,CAAA;CAC1E;AAED,iBAAS,cAAc,CAAC,EACtB,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,sBAAsB,GACvB,EAAE,KAAK,2CAYP;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,21 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { ReactComponent as SvgBookedit } from '../assets/logo/bookedit.svg.js';
3
+ import Logo from '../logo/Logo.js';
4
+ import Header from './Header.js';
5
+
6
+ function BookeditHeader(param) {
7
+ var children = param.children, href = param.href, leftNavs = param.leftNavs, navItems = param.navItems, renderMobileNavigation = param.renderMobileNavigation;
8
+ return /*#__PURE__*/ jsx(Header, {
9
+ logo: /*#__PURE__*/ jsx(Logo, {
10
+ logo: /*#__PURE__*/ jsx(SvgBookedit, {}),
11
+ className: "mt-auto mr-0 mr-sm-3"
12
+ }),
13
+ href: href,
14
+ leftNavs: leftNavs,
15
+ navItems: navItems,
16
+ renderMobileNavigation: renderMobileNavigation,
17
+ children: children
18
+ });
19
+ }
20
+
21
+ export { BookeditHeader as default };
@@ -0,0 +1,16 @@
1
+ import { ReactNode } from 'react';
2
+ interface NavigationItem {
3
+ href: string;
4
+ label: string;
5
+ }
6
+ type Props = {
7
+ children?: ReactNode | ReactNode[];
8
+ href?: string;
9
+ logo?: ReactNode;
10
+ leftNavs?: ReactNode | ReactNode[];
11
+ navItems?: NavigationItem[];
12
+ renderMobileNavigation?: (navigationItems: NavigationItem[]) => ReactNode;
13
+ };
14
+ declare function Header({ children, href, logo, leftNavs, navItems, renderMobileNavigation, }: Props): import("react/jsx-runtime").JSX.Element;
15
+ export default Header;
16
+ //# sourceMappingURL=Header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../src/header/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAIjC,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd;AAED,KAAK,KAAK,GAAG;IACX,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAClC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAClC,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAA;IAC3B,sBAAsB,CAAC,EAAE,CAAC,eAAe,EAAE,cAAc,EAAE,KAAK,SAAS,CAAA;CAC1E,CAAA;AAED,iBAAS,MAAM,CAAC,EACd,QAAQ,EACR,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,sBAAsB,GACvB,EAAE,KAAK,2CAyCP;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1,55 @@
1
+ import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
2
+ import Nav from 'react-bootstrap/Nav';
3
+ import Navbar from 'react-bootstrap/Navbar';
4
+
5
+ function Header(param) {
6
+ var children = param.children, href = param.href, logo = param.logo, leftNavs = param.leftNavs, navItems = param.navItems, renderMobileNavigation = param.renderMobileNavigation;
7
+ return /*#__PURE__*/ jsxs(Navbar, {
8
+ className: "header",
9
+ variant: "light",
10
+ collapseOnSelect: true,
11
+ expand: false,
12
+ bg: "none",
13
+ children: [
14
+ /*#__PURE__*/ jsxs("div", {
15
+ className: "header-logo-container",
16
+ children: [
17
+ /*#__PURE__*/ jsx(Navbar.Brand, {
18
+ href: href,
19
+ className: "p-0",
20
+ children: logo
21
+ }),
22
+ (navItems === null || navItems === void 0 ? void 0 : navItems.length) && /*#__PURE__*/ jsx(Fragment, {
23
+ children: /*#__PURE__*/ jsx(Navbar.Toggle, {
24
+ "aria-controls": "header-navbar-nav",
25
+ className: "d-block d-md-none ml-2 border-0"
26
+ })
27
+ })
28
+ ]
29
+ }),
30
+ /*#__PURE__*/ jsx(Nav, {
31
+ className: "mr-auto my-auto",
32
+ children: leftNavs
33
+ }),
34
+ /*#__PURE__*/ jsx("div", {
35
+ className: "user-section ml-3 my-auto",
36
+ children: children
37
+ }),
38
+ (navItems === null || navItems === void 0 ? void 0 : navItems.length) && /*#__PURE__*/ jsx(Navbar.Collapse, {
39
+ id: "header-navbar-nav",
40
+ children: renderMobileNavigation ? renderMobileNavigation(navItems) : /*#__PURE__*/ jsx(Nav, {
41
+ className: "mr-auto",
42
+ children: navItems.map(function(param) {
43
+ var label = param.label, href = param.href;
44
+ return /*#__PURE__*/ jsx(Nav.Link, {
45
+ href: href,
46
+ children: label
47
+ }, "".concat(href).concat(label));
48
+ })
49
+ })
50
+ })
51
+ ]
52
+ });
53
+ }
54
+
55
+ export { Header as default };
@@ -0,0 +1,15 @@
1
+ import { ReactNode } from 'react';
2
+ interface NavigationItem {
3
+ href: string;
4
+ label: string;
5
+ }
6
+ interface Props {
7
+ children?: ReactNode | ReactNode[];
8
+ href?: string;
9
+ leftNavs?: ReactNode | ReactNode[];
10
+ navItems?: NavigationItem[];
11
+ renderMobileNavigation?: (navigationItems: NavigationItem[]) => ReactNode;
12
+ }
13
+ declare function LicklistHeader({ children, href, leftNavs, navItems, renderMobileNavigation, }: Props): import("react/jsx-runtime").JSX.Element;
14
+ export default LicklistHeader;
15
+ //# sourceMappingURL=LicklistHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LicklistHeader.d.ts","sourceRoot":"","sources":["../../src/header/LicklistHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAMjC,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd;AAED,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAClC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAClC,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAA;IAC3B,sBAAsB,CAAC,EAAE,CAAC,eAAe,EAAE,cAAc,EAAE,KAAK,SAAS,CAAA;CAC1E;AAED,iBAAS,cAAc,CAAC,EACtB,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,sBAAsB,GACvB,EAAE,KAAK,2CAkBP;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,23 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { ReactComponent as SvgLicklistsm } from '../assets/logo/licklist.sm.svg.js';
3
+ import { ReactComponent as SvgLicklist } from '../assets/logo/licklist.svg.js';
4
+ import Logo from '../logo/Logo.js';
5
+ import Header from './Header.js';
6
+
7
+ function LicklistHeader(param) {
8
+ var children = param.children, href = param.href, leftNavs = param.leftNavs, navItems = param.navItems, renderMobileNavigation = param.renderMobileNavigation;
9
+ return /*#__PURE__*/ jsx(Header, {
10
+ logo: /*#__PURE__*/ jsx(Logo, {
11
+ logo: /*#__PURE__*/ jsx(SvgLicklist, {}),
12
+ logoSm: /*#__PURE__*/ jsx(SvgLicklistsm, {}),
13
+ className: "mt-auto mr-0 mr-sm-3"
14
+ }),
15
+ href: href,
16
+ leftNavs: leftNavs,
17
+ navItems: navItems,
18
+ renderMobileNavigation: renderMobileNavigation,
19
+ children: children
20
+ });
21
+ }
22
+
23
+ export { LicklistHeader as default };
@@ -0,0 +1,11 @@
1
+ export interface CompanySelectorProps {
2
+ value: number;
3
+ list: {
4
+ id: number;
5
+ title: string;
6
+ }[];
7
+ onChange: (e: React.ChangeEvent<HTMLSelectElement>) => void;
8
+ }
9
+ declare function CompanySelector({ value, list, onChange }: CompanySelectorProps): import("react/jsx-runtime").JSX.Element;
10
+ export default CompanySelector;
11
+ //# sourceMappingURL=CompanySelector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompanySelector.d.ts","sourceRoot":"","sources":["../../../src/header/elements/CompanySelector.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACrC,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAA;CAC5D;AAED,iBAAS,eAAe,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,oBAAoB,2CAmCvE;AAED,eAAe,eAAe,CAAA"}
@@ -0,0 +1,36 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { isEmpty } from 'lodash';
3
+ import { Form } from 'react-bootstrap';
4
+
5
+ function CompanySelector(param) {
6
+ var value = param.value, list = param.list, onChange = param.onChange;
7
+ var hasItems = !isEmpty(list);
8
+ var hasOneItem = list.length === 1;
9
+ return /*#__PURE__*/ jsxs("div", {
10
+ className: "header-company-selector-container",
11
+ children: [
12
+ hasOneItem && /*#__PURE__*/ jsx("span", {
13
+ className: "company-selector-item company-selector-item__disabled",
14
+ children: list[0].title
15
+ }),
16
+ hasItems && !hasOneItem && /*#__PURE__*/ jsx(Form.Group, {
17
+ className: "m-0",
18
+ children: /*#__PURE__*/ jsx(Form.Control, {
19
+ className: "header-company-selector",
20
+ defaultValue: value,
21
+ as: "select",
22
+ onChange: onChange,
23
+ children: hasItems && list.map(function(item) {
24
+ return /*#__PURE__*/ jsx("option", {
25
+ className: "company-selector-item",
26
+ value: item.id,
27
+ children: item.title
28
+ }, item.id);
29
+ })
30
+ })
31
+ })
32
+ ]
33
+ });
34
+ }
35
+
36
+ export { CompanySelector as default };
@@ -0,0 +1,3 @@
1
+ import CompanySelector from './CompanySelector';
2
+ export { CompanySelector };
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/header/elements/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,mBAAmB,CAAA;AAE/C,OAAO,EAAE,eAAe,EAAE,CAAA"}
@@ -0,0 +1,6 @@
1
+ import BookeditHeader from './BookeditHeader';
2
+ import LicklistHeader from './LicklistHeader';
3
+ import Header from './Header';
4
+ export * from './elements';
5
+ export { LicklistHeader, BookeditHeader, Header };
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/header/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kBAAkB,CAAA;AAC7C,OAAO,cAAc,MAAM,kBAAkB,CAAA;AAC7C,OAAO,MAAM,MAAM,UAAU,CAAA;AAE7B,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,EAAE,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"ModifierSetControll.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAA;AAC5F,OAAO,EAAE,QAAQ,EAAE,MAAM,2DAA2D,CAAA;AACpF,OAAO,EAAE,WAAW,EAAE,MAAM,8DAA8D,CAAA;AAY1F,UAAU,yBAAyB;IACjC,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,wBAAwB,CAAC,EAAE,aAAa,EAAE,CAAA;CAC3C;AAED,eAAO,MAAM,mBAAmB,4FAO7B,yBAAyB,4CA4U3B,CAAA"}
1
+ {"version":3,"file":"ModifierSetControll.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAA;AAC5F,OAAO,EAAE,QAAQ,EAAE,MAAM,2DAA2D,CAAA;AACpF,OAAO,EAAE,WAAW,EAAE,MAAM,8DAA8D,CAAA;AAY1F,UAAU,yBAAyB;IACjC,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,wBAAwB,CAAC,EAAE,aAAa,EAAE,CAAA;CAC3C;AAED,eAAO,MAAM,mBAAmB,4FAO7B,yBAAyB,4CAoV3B,CAAA"}