@mapsight/ui 7.1.0 → 7.2.1

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 (497) hide show
  1. package/README.md +95 -2
  2. package/dist/components/app.d.ts +1 -1
  3. package/dist/components/app.d.ts.map +1 -1
  4. package/dist/components/feature-details-content/feature-details-content.d.ts +1 -1
  5. package/dist/components/feature-details-content/feature-details-content.d.ts.map +1 -1
  6. package/dist/components/feature-details-content/index.d.ts +1 -1
  7. package/dist/components/feature-details-content/share-feature-link-modal.d.ts +1 -1
  8. package/dist/components/feature-details-content/share-feature-link-modal.d.ts.map +1 -1
  9. package/dist/components/feature-list/context.d.ts +12 -4
  10. package/dist/components/feature-list/context.d.ts.map +1 -1
  11. package/dist/components/feature-list/context.js.map +1 -1
  12. package/dist/components/feature-list/empty-message.d.ts +1 -1
  13. package/dist/components/feature-list/empty-message.d.ts.map +1 -1
  14. package/dist/components/feature-list/filter.d.ts +1 -1
  15. package/dist/components/feature-list/filter.d.ts.map +1 -1
  16. package/dist/components/feature-list/footer.d.ts +1 -1
  17. package/dist/components/feature-list/footer.d.ts.map +1 -1
  18. package/dist/components/feature-list/hooks/useAutoloadFeatureSource.d.ts.map +1 -1
  19. package/dist/components/feature-list/hooks/useAutoloadFeatureSource.js +12 -3
  20. package/dist/components/feature-list/hooks/useAutoloadFeatureSource.js.map +1 -1
  21. package/dist/components/feature-list/hooks/useFeatureListItemGroups.js +1 -1
  22. package/dist/components/feature-list/hooks/useFeatureListItemGroups.js.map +1 -1
  23. package/dist/components/feature-list/index.d.ts +3 -2
  24. package/dist/components/feature-list/index.d.ts.map +1 -1
  25. package/dist/components/feature-list/index.js +33 -42
  26. package/dist/components/feature-list/index.js.map +1 -1
  27. package/dist/components/feature-list/layer-switcher-control.d.ts +4 -0
  28. package/dist/components/feature-list/layer-switcher-control.d.ts.map +1 -0
  29. package/dist/components/feature-list/layer-switcher-control.js +11 -0
  30. package/dist/components/feature-list/layer-switcher-control.js.map +1 -0
  31. package/dist/components/feature-list/pagination.d.ts +1 -1
  32. package/dist/components/feature-list/pagination.d.ts.map +1 -1
  33. package/dist/components/feature-list/query-input.d.ts +1 -1
  34. package/dist/components/feature-list/query-input.d.ts.map +1 -1
  35. package/dist/components/feature-list/tag-switcher-control.d.ts +4 -0
  36. package/dist/components/feature-list/tag-switcher-control.d.ts.map +1 -0
  37. package/dist/components/feature-list/tag-switcher-control.js +10 -0
  38. package/dist/components/feature-list/tag-switcher-control.js.map +1 -0
  39. package/dist/components/feature-list-cycling/button.d.ts +1 -1
  40. package/dist/components/feature-list-cycling/button.d.ts.map +1 -1
  41. package/dist/components/feature-list-cycling/dot.d.ts +1 -1
  42. package/dist/components/feature-list-cycling/dot.d.ts.map +1 -1
  43. package/dist/components/feature-list-cycling/feature-list-cycling.d.ts +1 -1
  44. package/dist/components/feature-list-cycling/feature-list-cycling.d.ts.map +1 -1
  45. package/dist/components/feature-list-cycling/index.d.ts +1 -1
  46. package/dist/components/feature-list-item/icon.d.ts +8 -6
  47. package/dist/components/feature-list-item/icon.d.ts.map +1 -1
  48. package/dist/components/feature-list-item/icon.js +5 -13
  49. package/dist/components/feature-list-item/icon.js.map +1 -1
  50. package/dist/components/feature-list-item/index.d.ts +1 -1
  51. package/dist/components/feature-list-item/index.d.ts.map +1 -1
  52. package/dist/components/feature-list-sorting/feature-list-sorting.d.ts +1 -1
  53. package/dist/components/feature-list-sorting/feature-list-sorting.d.ts.map +1 -1
  54. package/dist/components/feature-list-sorting/feature-list-sorting.js +3 -12
  55. package/dist/components/feature-list-sorting/feature-list-sorting.js.map +1 -1
  56. package/dist/components/feature-list-sorting/index.d.ts +1 -1
  57. package/dist/components/feature-list-sorting/status-indicator.d.ts +1 -1
  58. package/dist/components/feature-list-sorting/status-indicator.d.ts.map +1 -1
  59. package/dist/components/feature-select-button.d.ts +1 -1
  60. package/dist/components/feature-select-button.d.ts.map +1 -1
  61. package/dist/components/feature-selection-info/close-button.d.ts +1 -1
  62. package/dist/components/feature-selection-info/close-button.d.ts.map +1 -1
  63. package/dist/components/feature-selection-info/container.d.ts +1 -1
  64. package/dist/components/feature-selection-info/container.d.ts.map +1 -1
  65. package/dist/components/feature-selection-info/header.d.ts +1 -1
  66. package/dist/components/feature-selection-info/header.d.ts.map +1 -1
  67. package/dist/components/feature-selection-info/index.d.ts +1 -1
  68. package/dist/components/feature-selection-info/index.d.ts.map +1 -1
  69. package/dist/components/feature-selection-info/with-sticky-header.d.ts +1 -1
  70. package/dist/components/feature-selection-info/with-sticky-header.d.ts.map +1 -1
  71. package/dist/components/feature-selection-info/without-sticky-header.d.ts +1 -1
  72. package/dist/components/feature-selection-info/without-sticky-header.d.ts.map +1 -1
  73. package/dist/components/filter-toggle-control/FilterToggleControl.d.ts +12 -0
  74. package/dist/components/filter-toggle-control/FilterToggleControl.d.ts.map +1 -0
  75. package/dist/components/filter-toggle-control/FilterToggleControl.js +20 -0
  76. package/dist/components/filter-toggle-control/FilterToggleControl.js.map +1 -0
  77. package/dist/components/helping/app-channel.d.ts +1 -1
  78. package/dist/components/helping/app-channel.d.ts.map +1 -1
  79. package/dist/components/helping/app-context.d.ts +1 -1
  80. package/dist/components/helping/app-context.d.ts.map +1 -1
  81. package/dist/components/instance.d.ts +1 -1
  82. package/dist/components/instance.d.ts.map +1 -1
  83. package/dist/components/layer-switcher/GroupedLayerSwitcher.d.ts +1 -1
  84. package/dist/components/layer-switcher/LayerSwitcher.d.ts +1 -1
  85. package/dist/components/layer-switcher/LayerSwitcherContainer.d.ts +4 -2
  86. package/dist/components/layer-switcher/LayerSwitcherContainer.d.ts.map +1 -1
  87. package/dist/components/layer-switcher/LayerSwitcherContainer.js +10 -4
  88. package/dist/components/layer-switcher/LayerSwitcherContainer.js.map +1 -1
  89. package/dist/components/layer-switcher/LayerSwitcherEntry.d.ts +1 -1
  90. package/dist/components/layer-switcher/SplitBaseLayerSwitcher.d.ts +26 -0
  91. package/dist/components/layer-switcher/SplitBaseLayerSwitcher.d.ts.map +1 -0
  92. package/dist/components/layer-switcher/SplitBaseLayerSwitcher.js +48 -0
  93. package/dist/components/layer-switcher/SplitBaseLayerSwitcher.js.map +1 -0
  94. package/dist/components/layer-switcher/index.d.ts +1 -1
  95. package/dist/components/layer-switcher/index.d.ts.map +1 -1
  96. package/dist/components/layer-switcher/index.js +1 -0
  97. package/dist/components/layer-switcher/index.js.map +1 -1
  98. package/dist/components/layout/additional-container/content.d.ts +1 -1
  99. package/dist/components/layout/additional-container/content.d.ts.map +1 -1
  100. package/dist/components/layout/additional-container/index.d.ts +1 -1
  101. package/dist/components/layout/additional-container/index.d.ts.map +1 -1
  102. package/dist/components/layout/additional-container/marginal.d.ts +1 -1
  103. package/dist/components/layout/additional-container/marginal.d.ts.map +1 -1
  104. package/dist/components/layout/main-container.d.ts +1 -1
  105. package/dist/components/layout/main-container.d.ts.map +1 -1
  106. package/dist/components/layout/map-row.d.ts +1 -1
  107. package/dist/components/layout/map-row.d.ts.map +1 -1
  108. package/dist/components/layout/title-bar.d.ts +1 -1
  109. package/dist/components/layout/title-bar.d.ts.map +1 -1
  110. package/dist/components/layout/wrapper.d.ts +1 -1
  111. package/dist/components/layout/wrapper.d.ts.map +1 -1
  112. package/dist/components/link-share.d.ts +1 -1
  113. package/dist/components/link-share.d.ts.map +1 -1
  114. package/dist/components/main-panel/container.d.ts +1 -1
  115. package/dist/components/main-panel/container.d.ts.map +1 -1
  116. package/dist/components/main-panel/context.d.ts +1 -1
  117. package/dist/components/main-panel/context.d.ts.map +1 -1
  118. package/dist/components/main-panel/index.d.ts +1 -1
  119. package/dist/components/main-panel/index.d.ts.map +1 -1
  120. package/dist/components/main-panel/list-toggle-button.d.ts +1 -1
  121. package/dist/components/main-panel/list-toggle-button.d.ts.map +1 -1
  122. package/dist/components/map-overlay/attribution-entries.d.ts +1 -1
  123. package/dist/components/map-overlay/attribution-entries.d.ts.map +1 -1
  124. package/dist/components/map-overlay/attribution.d.ts +1 -1
  125. package/dist/components/map-overlay/attribution.d.ts.map +1 -1
  126. package/dist/components/map-overlay/combined-buttons.d.ts +1 -1
  127. package/dist/components/map-overlay/combined-buttons.d.ts.map +1 -1
  128. package/dist/components/map-overlay/index.d.ts +1 -1
  129. package/dist/components/map-overlay/index.d.ts.map +1 -1
  130. package/dist/components/map-overlay/info-overlay-left.d.ts +1 -1
  131. package/dist/components/map-overlay/info-overlay-left.d.ts.map +1 -1
  132. package/dist/components/map-overlay/info-overlay-modal.d.ts +1 -1
  133. package/dist/components/map-overlay/info-overlay-modal.d.ts.map +1 -1
  134. package/dist/components/map-overlay/info-overlay-right.d.ts +1 -1
  135. package/dist/components/map-overlay/info-overlay-right.d.ts.map +1 -1
  136. package/dist/components/map-overlay/layer-switcher-overlay.d.ts +1 -1
  137. package/dist/components/map-overlay/layer-switcher-overlay.d.ts.map +1 -1
  138. package/dist/components/map-overlay/legend.d.ts +1 -1
  139. package/dist/components/map-overlay/legend.d.ts.map +1 -1
  140. package/dist/components/map-overlay/logo.d.ts +1 -1
  141. package/dist/components/map-overlay/logo.d.ts.map +1 -1
  142. package/dist/components/map-overlay/measure-distance-button.d.ts +1 -1
  143. package/dist/components/map-overlay/measure-distance-button.d.ts.map +1 -1
  144. package/dist/components/map-overlay/measure-distance-overlay.d.ts +1 -1
  145. package/dist/components/map-overlay/measure-distance-overlay.d.ts.map +1 -1
  146. package/dist/components/map-overlay/search-overlay.d.ts +1 -1
  147. package/dist/components/map-overlay/search-overlay.d.ts.map +1 -1
  148. package/dist/components/map-overlay/share-position-link-button.d.ts +1 -1
  149. package/dist/components/map-overlay/share-position-link-button.d.ts.map +1 -1
  150. package/dist/components/map-overlay/tool-overlay.d.ts +1 -1
  151. package/dist/components/map-overlay/tool-overlay.d.ts.map +1 -1
  152. package/dist/components/map-overlay/zoom-buttons.d.ts +1 -1
  153. package/dist/components/map-overlay/zoom-buttons.d.ts.map +1 -1
  154. package/dist/components/map-synced-interlay/index.d.ts +1 -1
  155. package/dist/components/map-synced-interlay/map-synced-interlay.d.ts +1 -1
  156. package/dist/components/map-synced-interlay/map-synced-interlay.d.ts.map +1 -1
  157. package/dist/components/map-synced-interlay/tooltip.d.ts +1 -1
  158. package/dist/components/map-synced-interlay/tooltip.d.ts.map +1 -1
  159. package/dist/components/map-wrapper.d.ts +3 -3
  160. package/dist/components/map-wrapper.d.ts.map +1 -1
  161. package/dist/components/map-wrapper.js +4 -7
  162. package/dist/components/map-wrapper.js.map +1 -1
  163. package/dist/components/map.d.ts +1 -1
  164. package/dist/components/map.d.ts.map +1 -1
  165. package/dist/components/mapsight-icon/mapsight-icon.d.ts +10 -0
  166. package/dist/components/mapsight-icon/mapsight-icon.d.ts.map +1 -0
  167. package/dist/components/mapsight-icon/mapsight-icon.js +33 -0
  168. package/dist/components/mapsight-icon/mapsight-icon.js.map +1 -0
  169. package/dist/components/modal.d.ts +1 -1
  170. package/dist/components/modal.d.ts.map +1 -1
  171. package/dist/components/query-input-with-label.d.ts +1 -1
  172. package/dist/components/query-input-with-label.d.ts.map +1 -1
  173. package/dist/components/search/index.d.ts +1 -1
  174. package/dist/components/search/index.d.ts.map +1 -1
  175. package/dist/components/search/result-entry.d.ts +1 -1
  176. package/dist/components/search/result-entry.d.ts.map +1 -1
  177. package/dist/components/search/result.d.ts +1 -1
  178. package/dist/components/search/result.d.ts.map +1 -1
  179. package/dist/components/switcher/GroupedSwitcher.d.ts +1 -1
  180. package/dist/components/switcher/GroupedSwitcher.d.ts.map +1 -1
  181. package/dist/components/switcher/Switcher.d.ts +1 -1
  182. package/dist/components/switcher/Switcher.d.ts.map +1 -1
  183. package/dist/components/switcher/SwitcherButton.d.ts +1 -1
  184. package/dist/components/switcher/SwitcherButton.d.ts.map +1 -1
  185. package/dist/components/switcher/SwitcherEntry.d.ts +1 -1
  186. package/dist/components/switcher/SwitcherEntry.d.ts.map +1 -1
  187. package/dist/components/switcher/SwitcherHeader.d.ts +1 -1
  188. package/dist/components/switcher/SwitcherHeader.d.ts.map +1 -1
  189. package/dist/components/switcher/SwitcherStatusIcon.d.ts +1 -1
  190. package/dist/components/switcher/SwitcherStatusIcon.d.ts.map +1 -1
  191. package/dist/components/tag-switcher/TagSwitcher.d.ts +1 -1
  192. package/dist/components/tag-switcher/TagSwitcher.d.ts.map +1 -1
  193. package/dist/components/tag-switcher/createTagSwitcherEntry.d.ts +1 -1
  194. package/dist/components/tag-switcher/createTagSwitcherHeader.d.ts +1 -1
  195. package/dist/components/tag-switcher/index.d.ts +1 -1
  196. package/dist/components/time-filter.d.ts +1 -1
  197. package/dist/components/time-filter.d.ts.map +1 -1
  198. package/dist/components/view-toggle-button/desktop-button.d.ts +1 -1
  199. package/dist/components/view-toggle-button/desktop-button.d.ts.map +1 -1
  200. package/dist/components/view-toggle-button/index.d.ts +1 -1
  201. package/dist/components/view-toggle-button/mobile-button.d.ts +1 -1
  202. package/dist/components/view-toggle-button/mobile-button.d.ts.map +1 -1
  203. package/dist/components/view-toggle-button/view-toggle-button.d.ts +1 -1
  204. package/dist/components/view-toggle-button/view-toggle-button.d.ts.map +1 -1
  205. package/dist/components/view-toggle-button/viewport-button.d.ts +1 -1
  206. package/dist/components/view-toggle-button/viewport-button.d.ts.map +1 -1
  207. package/dist/config/feature/sources.d.ts +8 -5
  208. package/dist/config/feature/sources.d.ts.map +1 -1
  209. package/dist/config/feature/sources.js +7 -9
  210. package/dist/config/feature/sources.js.map +1 -1
  211. package/dist/config/index.d.ts +1 -1
  212. package/dist/config/map/featureInteractions.js.map +1 -1
  213. package/dist/config/map/layers.d.ts +16 -13
  214. package/dist/config/map/layers.d.ts.map +1 -1
  215. package/dist/config/map/layers.js.map +1 -1
  216. package/dist/config/schema/index.d.ts +197 -0
  217. package/dist/config/schema/index.d.ts.map +1 -0
  218. package/dist/config/schema/index.js +26 -0
  219. package/dist/config/schema/index.js.map +1 -0
  220. package/dist/config/schema/validate.d.ts +8 -0
  221. package/dist/config/schema/validate.d.ts.map +1 -0
  222. package/dist/config/schema/validate.js +7 -0
  223. package/dist/config/schema/validate.js.map +1 -0
  224. package/dist/controllers/defaults.d.ts.map +1 -1
  225. package/dist/controllers/defaults.js +5 -0
  226. package/dist/controllers/defaults.js.map +1 -1
  227. package/dist/filters/tag-filter.d.ts +7 -0
  228. package/dist/filters/tag-filter.d.ts.map +1 -1
  229. package/dist/filters/tag-filter.js +10 -0
  230. package/dist/filters/tag-filter.js.map +1 -1
  231. package/dist/filters/time-filter.d.ts +9 -0
  232. package/dist/filters/time-filter.d.ts.map +1 -1
  233. package/dist/filters/time-filter.js +10 -0
  234. package/dist/filters/time-filter.js.map +1 -1
  235. package/dist/helpers/i18n/de.d.ts.map +1 -1
  236. package/dist/helpers/i18n/de.js +3 -0
  237. package/dist/helpers/i18n/de.js.map +1 -1
  238. package/dist/helpers/i18n/en.d.ts.map +1 -1
  239. package/dist/helpers/i18n/en.js +3 -0
  240. package/dist/helpers/i18n/en.js.map +1 -1
  241. package/dist/helpers/sort-features-by-distance.d.ts +2 -7
  242. package/dist/helpers/sort-features-by-distance.d.ts.map +1 -1
  243. package/dist/helpers/sort-features-by-distance.js +27 -39
  244. package/dist/helpers/sort-features-by-distance.js.map +1 -1
  245. package/dist/hooks/useMapsightIcon.d.ts +8 -0
  246. package/dist/hooks/useMapsightIcon.d.ts.map +1 -0
  247. package/dist/hooks/useMapsightIcon.js +50 -0
  248. package/dist/hooks/useMapsightIcon.js.map +1 -0
  249. package/dist/index.d.ts +2 -2
  250. package/dist/index.d.ts.map +1 -1
  251. package/dist/index.js +15 -2
  252. package/dist/index.js.map +1 -1
  253. package/dist/plugins/browser-defaults.d.ts +2 -0
  254. package/dist/plugins/browser-defaults.d.ts.map +1 -1
  255. package/dist/plugins/browser-defaults.js +5 -0
  256. package/dist/plugins/browser-defaults.js.map +1 -1
  257. package/dist/plugins/common/combined-visible-layers.d.ts +15 -0
  258. package/dist/plugins/common/combined-visible-layers.d.ts.map +1 -0
  259. package/dist/plugins/common/combined-visible-layers.js +63 -0
  260. package/dist/plugins/common/combined-visible-layers.js.map +1 -0
  261. package/dist/plugins/common/runtime-icon-style.d.ts +12 -0
  262. package/dist/plugins/common/runtime-icon-style.d.ts.map +1 -0
  263. package/dist/plugins/common/runtime-icon-style.js +58 -0
  264. package/dist/plugins/common/runtime-icon-style.js.map +1 -0
  265. package/dist/react-modal-app-element.d.ts +6 -0
  266. package/dist/react-modal-app-element.d.ts.map +1 -0
  267. package/dist/react-modal-app-element.js +9 -0
  268. package/dist/react-modal-app-element.js.map +1 -0
  269. package/dist/store/actions.d.ts.map +1 -1
  270. package/dist/store/actions.js +6 -1
  271. package/dist/store/actions.js.map +1 -1
  272. package/dist/store/reducers.d.ts +75 -6
  273. package/dist/store/reducers.d.ts.map +1 -1
  274. package/dist/store/selectors.d.ts +75 -17
  275. package/dist/store/selectors.d.ts.map +1 -1
  276. package/dist/store/selectors.js +9 -1
  277. package/dist/store/selectors.js.map +1 -1
  278. package/dist/types.d.ts +21 -5
  279. package/dist/types.d.ts.map +1 -1
  280. package/package.json +24 -8
  281. package/src/scss/blocks/_features-sorting.scss +0 -13
  282. package/src/scss/blocks/_filter-button.scss +39 -8
  283. package/src/scss/blocks/_filter-toggle-control.scss +15 -0
  284. package/src/scss/default.scss +1 -0
  285. package/src/scss/themes/2022-03.scss +66 -0
  286. package/src/img/mapsight-ui/check-empty.svg +0 -1
  287. package/src/img/mapsight-ui/check.svg +0 -2
  288. package/src/img/mapsight-ui/close-list.svg +0 -1
  289. package/src/img/mapsight-ui/close.svg +0 -1
  290. package/src/img/mapsight-ui/error.svg +0 -1
  291. package/src/img/mapsight-ui/fullscreen-close.svg +0 -1
  292. package/src/img/mapsight-ui/fullscreen.svg +0 -1
  293. package/src/img/mapsight-ui/geo-active.svg +0 -1
  294. package/src/img/mapsight-ui/geo-error.svg +0 -1
  295. package/src/img/mapsight-ui/geo-inactive.svg +0 -1
  296. package/src/img/mapsight-ui/info.svg +0 -1
  297. package/src/img/mapsight-ui/layers.svg +0 -1
  298. package/src/img/mapsight-ui/loading.svg +0 -1
  299. package/src/img/mapsight-ui/map.svg +0 -1
  300. package/src/img/mapsight-ui/measure-distance.svg +0 -7
  301. package/src/img/mapsight-ui/open-list.svg +0 -1
  302. package/src/img/mapsight-ui/place-marker.svg +0 -4
  303. package/src/img/mapsight-ui/print.svg +0 -4
  304. package/src/img/mapsight-ui/reset-active.svg +0 -1
  305. package/src/img/mapsight-ui/reset.svg +0 -1
  306. package/src/img/mapsight-ui/search.svg +0 -1
  307. package/src/img/mapsight-ui/sharing.svg +0 -7
  308. package/src/img/mapsight-ui/sort-active.svg +0 -1
  309. package/src/img/mapsight-ui/sort.svg +0 -1
  310. package/src/img/mapsight-ui/watermark.svg +0 -1
  311. package/src/img/mapsight-ui/zoom-in.svg +0 -3
  312. package/src/img/mapsight-ui/zoom-out.svg +0 -3
  313. package/src/js/components/app.tsx +0 -232
  314. package/src/js/components/close-overlay-button.tsx +0 -27
  315. package/src/js/components/feature-details-content/feature-details-content-inner.tsx +0 -116
  316. package/src/js/components/feature-details-content/feature-details-content.jsx +0 -185
  317. package/src/js/components/feature-details-content/index.js +0 -16
  318. package/src/js/components/feature-details-content/share-feature-link-modal.jsx +0 -56
  319. package/src/js/components/feature-list/content.jsx +0 -42
  320. package/src/js/components/feature-list/context.tsx +0 -47
  321. package/src/js/components/feature-list/empty-message.jsx +0 -15
  322. package/src/js/components/feature-list/filter.jsx +0 -35
  323. package/src/js/components/feature-list/footer.jsx +0 -5
  324. package/src/js/components/feature-list/grouped-content.jsx +0 -74
  325. package/src/js/components/feature-list/header.jsx +0 -7
  326. package/src/js/components/feature-list/hooks/useAutoloadFeatureSource.ts +0 -25
  327. package/src/js/components/feature-list/hooks/useFeatureListFeatureSource.ts +0 -22
  328. package/src/js/components/feature-list/hooks/useFeatureListItemGroups.ts +0 -127
  329. package/src/js/components/feature-list/hooks/useFeatureListState.ts +0 -98
  330. package/src/js/components/feature-list/hooks/useKeyboardNavigation.js +0 -112
  331. package/src/js/components/feature-list/hooks/useMakeHeaderSticky.js +0 -40
  332. package/src/js/components/feature-list/hooks/usePaginatedFilteredFeatures.ts +0 -129
  333. package/src/js/components/feature-list/hooks/useRestoreDocumentScroll.js +0 -12
  334. package/src/js/components/feature-list/hooks/useSelectFeature.js +0 -88
  335. package/src/js/components/feature-list/index.jsx +0 -278
  336. package/src/js/components/feature-list/pagination.tsx +0 -57
  337. package/src/js/components/feature-list/query-input.jsx +0 -14
  338. package/src/js/components/feature-list-cycling/button.jsx +0 -13
  339. package/src/js/components/feature-list-cycling/dot.jsx +0 -43
  340. package/src/js/components/feature-list-cycling/feature-list-cycling.jsx +0 -153
  341. package/src/js/components/feature-list-cycling/index.js +0 -82
  342. package/src/js/components/feature-list-item/head.jsx +0 -131
  343. package/src/js/components/feature-list-item/hooks/useFeatureListItemScrollAndFocus.js +0 -51
  344. package/src/js/components/feature-list-item/hooks/useFeatureListItemState.ts +0 -75
  345. package/src/js/components/feature-list-item/icon.jsx +0 -35
  346. package/src/js/components/feature-list-item/index.jsx +0 -168
  347. package/src/js/components/feature-list-sorting/feature-list-sorting.tsx +0 -144
  348. package/src/js/components/feature-list-sorting/index.js +0 -22
  349. package/src/js/components/feature-list-sorting/status-indicator.jsx +0 -10
  350. package/src/js/components/feature-select-button.jsx +0 -70
  351. package/src/js/components/feature-selection-info/close-button.jsx +0 -64
  352. package/src/js/components/feature-selection-info/container.jsx +0 -9
  353. package/src/js/components/feature-selection-info/header.tsx +0 -27
  354. package/src/js/components/feature-selection-info/index.tsx +0 -81
  355. package/src/js/components/feature-selection-info/with-sticky-header.tsx +0 -76
  356. package/src/js/components/feature-selection-info/without-sticky-header.jsx +0 -19
  357. package/src/js/components/feature-selection-info/wrapper.jsx +0 -43
  358. package/src/js/components/helping/app-channel.tsx +0 -99
  359. package/src/js/components/helping/app-context.tsx +0 -32
  360. package/src/js/components/helping/visibility-wrapper.jsx +0 -23
  361. package/src/js/components/instance.tsx +0 -48
  362. package/src/js/components/layer-switcher/GroupedLayerSwitcher.js +0 -47
  363. package/src/js/components/layer-switcher/LayerSwitcher.ts +0 -34
  364. package/src/js/components/layer-switcher/LayerSwitcherContainer.tsx +0 -88
  365. package/src/js/components/layer-switcher/LayerSwitcherEntry.ts +0 -152
  366. package/src/js/components/layer-switcher/index.ts +0 -42
  367. package/src/js/components/layout/additional-container/content.jsx +0 -10
  368. package/src/js/components/layout/additional-container/index.jsx +0 -5
  369. package/src/js/components/layout/additional-container/marginal.jsx +0 -10
  370. package/src/js/components/layout/main-container.jsx +0 -5
  371. package/src/js/components/layout/map-row.jsx +0 -5
  372. package/src/js/components/layout/title-bar.tsx +0 -25
  373. package/src/js/components/layout/wrapper.jsx +0 -28
  374. package/src/js/components/link-share.jsx +0 -78
  375. package/src/js/components/main-panel/container.tsx +0 -23
  376. package/src/js/components/main-panel/context.tsx +0 -71
  377. package/src/js/components/main-panel/index.tsx +0 -46
  378. package/src/js/components/main-panel/list-toggle-button.jsx +0 -43
  379. package/src/js/components/map-overlay/area.jsx +0 -17
  380. package/src/js/components/map-overlay/attribution-entries.tsx +0 -33
  381. package/src/js/components/map-overlay/attribution.tsx +0 -25
  382. package/src/js/components/map-overlay/combined-buttons.jsx +0 -5
  383. package/src/js/components/map-overlay/index.jsx +0 -5
  384. package/src/js/components/map-overlay/info-overlay-left.jsx +0 -51
  385. package/src/js/components/map-overlay/info-overlay-modal.tsx +0 -49
  386. package/src/js/components/map-overlay/info-overlay-right.jsx +0 -46
  387. package/src/js/components/map-overlay/layer-switcher-overlay.tsx +0 -100
  388. package/src/js/components/map-overlay/legend.tsx +0 -22
  389. package/src/js/components/map-overlay/logo.jsx +0 -11
  390. package/src/js/components/map-overlay/measure-distance-button.tsx +0 -116
  391. package/src/js/components/map-overlay/measure-distance-overlay.jsx +0 -56
  392. package/src/js/components/map-overlay/mini-legend.jsx +0 -103
  393. package/src/js/components/map-overlay/region-selector.jsx +0 -63
  394. package/src/js/components/map-overlay/search-overlay.jsx +0 -79
  395. package/src/js/components/map-overlay/share-position-link-button.tsx +0 -144
  396. package/src/js/components/map-overlay/tool-overlay.tsx +0 -28
  397. package/src/js/components/map-overlay/user-geo-location-button.jsx +0 -89
  398. package/src/js/components/map-overlay/zoom-button.jsx +0 -98
  399. package/src/js/components/map-overlay/zoom-buttons.jsx +0 -26
  400. package/src/js/components/map-synced-interlay/index.ts +0 -15
  401. package/src/js/components/map-synced-interlay/map-synced-interlay.jsx +0 -22
  402. package/src/js/components/map-synced-interlay/tooltip-content.tsx +0 -22
  403. package/src/js/components/map-synced-interlay/tooltip.tsx +0 -199
  404. package/src/js/components/map-wrapper.tsx +0 -65
  405. package/src/js/components/map.tsx +0 -55
  406. package/src/js/components/modal.tsx +0 -40
  407. package/src/js/components/query-input-with-label.tsx +0 -71
  408. package/src/js/components/query-input.tsx +0 -81
  409. package/src/js/components/search/index.jsx +0 -83
  410. package/src/js/components/search/query-input.jsx +0 -20
  411. package/src/js/components/search/result-entry.jsx +0 -63
  412. package/src/js/components/search/result.jsx +0 -71
  413. package/src/js/components/switcher/GroupedSwitcher.jsx +0 -42
  414. package/src/js/components/switcher/Switcher.jsx +0 -54
  415. package/src/js/components/switcher/SwitcherButton.jsx +0 -23
  416. package/src/js/components/switcher/SwitcherEntry.tsx +0 -164
  417. package/src/js/components/switcher/SwitcherHeader.jsx +0 -58
  418. package/src/js/components/switcher/SwitcherStatusIcon.jsx +0 -36
  419. package/src/js/components/tag-switcher/TagSwitcher.tsx +0 -56
  420. package/src/js/components/tag-switcher/createTagSwitcherEntry.ts +0 -39
  421. package/src/js/components/tag-switcher/createTagSwitcherHeader.ts +0 -47
  422. package/src/js/components/tag-switcher/index.ts +0 -17
  423. package/src/js/components/time-filter.jsx +0 -187
  424. package/src/js/components/view-toggle-button/desktop-button.jsx +0 -13
  425. package/src/js/components/view-toggle-button/index.ts +0 -42
  426. package/src/js/components/view-toggle-button/mobile-button.tsx +0 -13
  427. package/src/js/components/view-toggle-button/view-toggle-button.jsx +0 -74
  428. package/src/js/components/view-toggle-button/viewport-button.tsx +0 -13
  429. package/src/js/config/constants/app.ts +0 -16
  430. package/src/js/config/constants/controllers.ts +0 -11
  431. package/src/js/config/feature/selections.ts +0 -13
  432. package/src/js/config/feature/sources.ts +0 -77
  433. package/src/js/config/index.ts +0 -133
  434. package/src/js/config/map/featureInteractions.ts +0 -53
  435. package/src/js/config/map/interactions.ts +0 -15
  436. package/src/js/config/map/layers.ts +0 -190
  437. package/src/js/controllers/defaults.ts +0 -36
  438. package/src/js/embed/browser.ts +0 -89
  439. package/src/js/embed/node.ts +0 -57
  440. package/src/js/filters/tag-filter.ts +0 -135
  441. package/src/js/filters/time-filter.ts +0 -53
  442. package/src/js/helpers/components.ts +0 -66
  443. package/src/js/helpers/create-action-watcher.ts +0 -35
  444. package/src/js/helpers/events.ts +0 -11
  445. package/src/js/helpers/get-feature-property.ts +0 -14
  446. package/src/js/helpers/i18n/de.ts +0 -145
  447. package/src/js/helpers/i18n/en.ts +0 -140
  448. package/src/js/helpers/i18n/index.ts +0 -41
  449. package/src/js/helpers/makeReplaceableComponent.ts +0 -0
  450. package/src/js/helpers/mod-classes.ts +0 -47
  451. package/src/js/helpers/react.ts +0 -14
  452. package/src/js/helpers/scroll-to-element-top.ts +0 -16
  453. package/src/js/helpers/sort-features-by-distance.ts +0 -102
  454. package/src/js/helpers/sticky.js +0 -143
  455. package/src/js/hooks/useCallbackRef.ts +0 -14
  456. package/src/js/hooks/useControllableState.ts +0 -50
  457. package/src/js/hooks/useDebounce.ts +0 -32
  458. package/src/js/hooks/useHandleEscapeKeyDown.ts +0 -27
  459. package/src/js/hooks/useMapsightPanel.ts +0 -40
  460. package/src/js/hooks/useMountable.ts +0 -47
  461. package/src/js/hooks/usePrevious.ts +0 -15
  462. package/src/js/hooks/useStickyHeader.ts +0 -50
  463. package/src/js/hooks/useUpdateMapSizeCallback.ts +0 -32
  464. package/src/js/hooks/useUpdateMapSizeOnRender.ts +0 -16
  465. package/src/js/hooks/useUpdateMapSizeOnTransitionEnd.ts +0 -40
  466. package/src/js/hooks/useUpdateMapSizeOnViewChange.ts +0 -36
  467. package/src/js/index.ts +0 -320
  468. package/src/js/plugins/browser/app-title.ts +0 -36
  469. package/src/js/plugins/browser/debug.ts +0 -37
  470. package/src/js/plugins/browser/feature-deep-link.ts +0 -223
  471. package/src/js/plugins/browser/local-storage.ts +0 -79
  472. package/src/js/plugins/browser/native-fullscreen.ts +0 -81
  473. package/src/js/plugins/browser/no-scroll.ts +0 -91
  474. package/src/js/plugins/browser/partial-content-changed-event.ts +0 -23
  475. package/src/js/plugins/browser/piwik-track-feature-selection-event.ts +0 -75
  476. package/src/js/plugins/browser/piwik-track-fullscreen-toggle-event.ts +0 -46
  477. package/src/js/plugins/browser/search.ts +0 -42
  478. package/src/js/plugins/browser/share-position-link.ts +0 -463
  479. package/src/js/plugins/browser/toggle-mobile-views.ts +0 -60
  480. package/src/js/plugins/browser/user-geolocation.ts +0 -142
  481. package/src/js/plugins/browser/views.ts +0 -141
  482. package/src/js/plugins/browser-defaults.ts +0 -101
  483. package/src/js/plugins/common/feature-selection-details-url.ts +0 -135
  484. package/src/js/plugins/common/lang.ts +0 -17
  485. package/src/js/plugins/common/measure-distance.ts +0 -223
  486. package/src/js/plugins/common/ol-proxy.ts +0 -68
  487. package/src/js/plugins/common/render-await-feature-details-loaded.ts +0 -154
  488. package/src/js/plugins/common/render-await-list-feature-sources-loaded.ts +0 -109
  489. package/src/js/plugins/server/feature-deep-link.ts +0 -67
  490. package/src/js/plugins/server-defaults.ts +0 -36
  491. package/src/js/renderer/browser-dom.tsx +0 -27
  492. package/src/js/renderer/server-string.tsx +0 -17
  493. package/src/js/server-handler.js +0 -39
  494. package/src/js/store/actions.ts +0 -662
  495. package/src/js/store/reducers.ts +0 -491
  496. package/src/js/store/selectors.ts +0 -483
  497. package/src/js/types.ts +0 -405
@@ -1,6 +1,6 @@
1
1
  import type { Selector } from "@mapsight/core/types";
2
2
  import type { LayerSwitcherConfigState } from "../../types";
3
- declare const _default: import("react-redux").ConnectedComponent<import("react").MemoExoticComponent<({ as: T, baseClassName, onClose, layerIdsSelector, grouped, setFeatureSourceIdPath: _, ...attributes }: import("./LayerSwitcherContainer").LayerSwitcherContainerProps) => import("react/jsx-runtime").JSX.Element>, {
3
+ declare const _default: import("react-redux").ConnectedComponent<import("react").MemoExoticComponent<({ as: T, baseClassName, onClose, layerIdsSelector, grouped, splitBaseLayers, setFeatureSourceIdPath, ...attributes }: import("./LayerSwitcherContainer").LayerSwitcherContainerProps) => import("react").JSX.Element>, {
4
4
  as?: import("react").ElementType | undefined;
5
5
  baseClassName?: string | undefined;
6
6
  onClose?: (() => void) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/js/components/layer-switcher/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAKnD,OAAO,KAAK,EAAC,wBAAwB,EAAC,MAAM,aAAa,CAAC;;;;;qBAMxC,QAAQ,CAAC,wBAAwB,GAAG,SAAS,CAAC;;;;AAGhE,wBAyB0B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/js/components/layer-switcher/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAKnD,OAAO,KAAK,EAAC,wBAAwB,EAAC,MAAM,aAAa,CAAC;;;;;qBAMxC,QAAQ,CAAC,wBAAwB,GAAG,SAAS,CAAC;;;;AAGhE,wBA0B0B"}
@@ -8,6 +8,7 @@ export default connect((state, { configSelector = layerSwitcherConfigInternalSel
8
8
  return {
9
9
  layerIdsSelector: configSelector(state)?.layerIdsSelector,
10
10
  grouped: configSelector(state)?.grouped,
11
+ splitBaseLayers: configSelector(state)?.splitBaseLayers,
11
12
  setFeatureSourceIdPath: setFeatureSourceId === true
12
13
  ? TRUE_SET_FEATURE_SOURCE_PATH
13
14
  : setFeatureSourceId,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/js/components/layer-switcher/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,aAAa,CAAC;AAIpC,OAAO,EAAC,YAAY,EAAC,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAC,mCAAmC,EAAC,MAAM,uBAAuB,CAAC;AAE1E,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAE9D,MAAM,4BAA4B,GAAG,CAAC,YAAY,EAAE,eAAe,CAAU,CAAC;AAM9E,eAAe,OAAO,CACrB,CACC,KAAqB,EACrB,EAAC,cAAc,GAAG,mCAAmC,EAAQ,EAC5D,EAAE;IACH,MAAM,kBAAkB,GAAG,cAAc,CAAC,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAErE,OAAO;QACN,gBAAgB,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,gBAAgB;QACzD,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,OAAO;QACvC,sBAAsB,EACrB,kBAAkB,KAAK,IAAI;YAC1B,CAAC,CAAC,4BAA4B;YAC9B,CAAC,CAAC,kBAAkB;KACtB,CAAC;AACH,CAAC,EACD,IAAI,EACJ,CACC,UAAU,EACV,cAAc,EACd,EAAC,cAAc,EAAE,eAAe,EAAE,GAAG,QAAQ,EAAC,EAC7C,EAAE,CAAC,CAAC;IACL,GAAG,QAAQ;IACX,GAAG,UAAU;CACb,CAAC,CACF,CAAC,sBAAsB,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/js/components/layer-switcher/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,aAAa,CAAC;AAIpC,OAAO,EAAC,YAAY,EAAC,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAC,mCAAmC,EAAC,MAAM,uBAAuB,CAAC;AAE1E,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAE9D,MAAM,4BAA4B,GAAG,CAAC,YAAY,EAAE,eAAe,CAAC,CAAC;AAMrE,eAAe,OAAO,CACrB,CACC,KAAqB,EACrB,EAAC,cAAc,GAAG,mCAAmC,EAAQ,EAC5D,EAAE;IACH,MAAM,kBAAkB,GAAG,cAAc,CAAC,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAErE,OAAO;QACN,gBAAgB,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,gBAAgB;QACzD,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,OAAO;QACvC,eAAe,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,eAAe;QACvD,sBAAsB,EACrB,kBAAkB,KAAK,IAAI;YAC1B,CAAC,CAAC,4BAA4B;YAC9B,CAAC,CAAC,kBAAkB;KACtB,CAAC;AACH,CAAC,EACD,IAAI,EACJ,CACC,UAAU,EACV,cAAc,EACd,EAAC,cAAc,EAAE,eAAe,EAAE,GAAG,QAAQ,EAAC,EAC7C,EAAE,CAAC,CAAC;IACL,GAAG,QAAQ;IACX,GAAG,UAAU;CACb,CAAC,CACF,CAAC,sBAAsB,CAAC,CAAC"}
@@ -3,5 +3,5 @@ declare function AdditionalContent({ as: T, className, ...attrs }: {
3
3
  [x: string]: any;
4
4
  as?: string | undefined;
5
5
  className?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
7
7
  //# sourceMappingURL=content.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../src/js/components/layout/additional-container/content.jsx"],"names":[],"mappings":";AAAA;;;;4CAOC"}
1
+ {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../src/js/components/layout/additional-container/content.jsx"],"names":[],"mappings":";AAAA;;;;gCAOC"}
@@ -3,5 +3,5 @@ declare function AdditionalContainer({ as: T, className, ...attrs }: {
3
3
  [x: string]: any;
4
4
  as?: string | undefined;
5
5
  className?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/js/components/layout/additional-container/index.jsx"],"names":[],"mappings":";AAAA;;;;4CAEC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/js/components/layout/additional-container/index.jsx"],"names":[],"mappings":";AAAA;;;;gCAEC"}
@@ -4,5 +4,5 @@ declare function Marginal({ as: T, position, className, ...attrs }: {
4
4
  as?: string | undefined;
5
5
  position: any;
6
6
  className?: string | undefined;
7
- }): import("react/jsx-runtime").JSX.Element;
7
+ }): import("react").JSX.Element;
8
8
  //# sourceMappingURL=marginal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"marginal.d.ts","sourceRoot":"","sources":["../../../../src/js/components/layout/additional-container/marginal.jsx"],"names":[],"mappings":";AAAA;;;;;4CAOC"}
1
+ {"version":3,"file":"marginal.d.ts","sourceRoot":"","sources":["../../../../src/js/components/layout/additional-container/marginal.jsx"],"names":[],"mappings":";AAAA;;;;;gCAOC"}
@@ -2,5 +2,5 @@ export default MainContainer;
2
2
  declare function MainContainer({ as: T, ...props }: {
3
3
  [x: string]: any;
4
4
  as?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
5
+ }): import("react").JSX.Element;
6
6
  //# sourceMappingURL=main-container.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"main-container.d.ts","sourceRoot":"","sources":["../../../src/js/components/layout/main-container.jsx"],"names":[],"mappings":";AAAA;;;4CAEC"}
1
+ {"version":3,"file":"main-container.d.ts","sourceRoot":"","sources":["../../../src/js/components/layout/main-container.jsx"],"names":[],"mappings":";AAAA;;;gCAEC"}
@@ -2,5 +2,5 @@ export default MapRow;
2
2
  declare function MapRow({ as: T, ...props }: {
3
3
  [x: string]: any;
4
4
  as?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
5
+ }): import("react").JSX.Element;
6
6
  //# sourceMappingURL=map-row.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"map-row.d.ts","sourceRoot":"","sources":["../../../src/js/components/layout/map-row.jsx"],"names":[],"mappings":";AAAA;;;4CAEC"}
1
+ {"version":3,"file":"map-row.d.ts","sourceRoot":"","sources":["../../../src/js/components/layout/map-row.jsx"],"names":[],"mappings":";AAAA;;;gCAEC"}
@@ -1,4 +1,4 @@
1
- declare function TitleBar(): import("react/jsx-runtime").JSX.Element;
1
+ declare function TitleBar(): import("react").JSX.Element;
2
2
  declare const _default: import("react").ComponentType<unknown>;
3
3
  export default _default;
4
4
  export { TitleBar as NonReplaceableTitleBar };
@@ -1 +1 @@
1
- {"version":3,"file":"title-bar.d.ts","sourceRoot":"","sources":["../../../src/js/components/layout/title-bar.tsx"],"names":[],"mappings":"AAKA,iBAAS,QAAQ,4CAUhB;;AAED,wBAA8D;AAC9D,OAAO,EAAC,QAAQ,IAAI,sBAAsB,EAAC,CAAC;AAE5C,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,cAAc;QACvB,QAAQ,EAAE,OAAO,CAAC;KAClB;CACD"}
1
+ {"version":3,"file":"title-bar.d.ts","sourceRoot":"","sources":["../../../src/js/components/layout/title-bar.tsx"],"names":[],"mappings":"AAKA,iBAAS,QAAQ,gCAUhB;;AAED,wBAA8D;AAC9D,OAAO,EAAC,QAAQ,IAAI,sBAAsB,EAAC,CAAC;AAE5C,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,cAAc;QACvB,QAAQ,EAAE,OAAO,CAAC;KAClB;CACD"}
@@ -3,5 +3,5 @@ export default _default;
3
3
  declare function AppWrapper({ children, ...attributes }: {
4
4
  [x: string]: any;
5
5
  children: any;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
7
7
  //# sourceMappingURL=wrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wrapper.d.ts","sourceRoot":"","sources":["../../../src/js/components/layout/wrapper.jsx"],"names":[],"mappings":";;AASA;;;4CAgBC"}
1
+ {"version":3,"file":"wrapper.d.ts","sourceRoot":"","sources":["../../../src/js/components/layout/wrapper.jsx"],"names":[],"mappings":";;AASA;;;gCAgBC"}
@@ -5,5 +5,5 @@ declare function LinkShare({ buttonLabel, title, url, onFinished, onError, }: {
5
5
  url: any;
6
6
  onFinished: any;
7
7
  onError: any;
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): import("react").JSX.Element;
9
9
  //# sourceMappingURL=link-share.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"link-share.d.ts","sourceRoot":"","sources":["../../src/js/components/link-share.jsx"],"names":[],"mappings":";AAQA;;;;;;4CAmEC"}
1
+ {"version":3,"file":"link-share.d.ts","sourceRoot":"","sources":["../../src/js/components/link-share.jsx"],"names":[],"mappings":";AAQA;;;;;;gCAmEC"}
@@ -1,5 +1,5 @@
1
1
  declare function MainPanelContainer({ children }: {
2
2
  children: any;
3
- }): import("react/jsx-runtime").JSX.Element;
3
+ }): import("react").JSX.Element;
4
4
  export default MainPanelContainer;
5
5
  //# sourceMappingURL=container.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../src/js/components/main-panel/container.tsx"],"names":[],"mappings":"AAKA,iBAAS,kBAAkB,CAAC,EAAC,QAAQ,EAAC;;CAAA,2CAerC;AAED,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../src/js/components/main-panel/container.tsx"],"names":[],"mappings":"AAKA,iBAAS,kBAAkB,CAAC,EAAC,QAAQ,EAAC;;CAAA,+BAerC;AAED,eAAe,kBAAkB,CAAC"}
@@ -2,6 +2,6 @@ import type { PropsWithChildren } from "react";
2
2
  import type { MainPanelContextOptions, MainPanelContextValue } from "../../types";
3
3
  export declare function useMainPanelContext(): MainPanelContextValue;
4
4
  type MainPanelContextProps = PropsWithChildren<Partial<MainPanelContextOptions>>;
5
- export declare function MainPanelContextProvider({ showSelectionInfo, showList, collapsible, panelPosition, children, }: MainPanelContextProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function MainPanelContextProvider({ showSelectionInfo, showList, collapsible, panelPosition, children, }: MainPanelContextProps): import("react").JSX.Element;
6
6
  export {};
7
7
  //# sourceMappingURL=context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/js/components/main-panel/context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,OAAO,CAAC;AAK7C,OAAO,KAAK,EAAC,uBAAuB,EAAE,qBAAqB,EAAC,MAAM,aAAa,CAAC;AAchF,wBAAgB,mBAAmB,0BAElC;AAwBD,KAAK,qBAAqB,GAAG,iBAAiB,CAC7C,OAAO,CAAC,uBAAuB,CAAC,CAChC,CAAC;AAEF,wBAAgB,wBAAwB,CAAC,EACxC,iBAAyB,EACzB,QAAgB,EAChB,WAAmB,EACnB,aAAsB,EACtB,QAAQ,GACR,EAAE,qBAAqB,2CAevB"}
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/js/components/main-panel/context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,OAAO,CAAC;AAK7C,OAAO,KAAK,EAAC,uBAAuB,EAAE,qBAAqB,EAAC,MAAM,aAAa,CAAC;AAchF,wBAAgB,mBAAmB,0BAElC;AAwBD,KAAK,qBAAqB,GAAG,iBAAiB,CAC7C,OAAO,CAAC,uBAAuB,CAAC,CAChC,CAAC;AAEF,wBAAgB,wBAAwB,CAAC,EACxC,iBAAyB,EACzB,QAAgB,EAChB,WAAmB,EACnB,aAAsB,EACtB,QAAQ,GACR,EAAE,qBAAqB,+BAevB"}
@@ -1,3 +1,3 @@
1
- declare function MainPanel(): import("react/jsx-runtime").JSX.Element;
1
+ declare function MainPanel(): import("react").JSX.Element;
2
2
  export default MainPanel;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/js/components/main-panel/index.tsx"],"names":[],"mappings":"AAOA,iBAAS,SAAS,4CAoCjB;AAED,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/js/components/main-panel/index.tsx"],"names":[],"mappings":"AAOA,iBAAS,SAAS,gCAoCjB;AAED,eAAe,SAAS,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export default MainPanelListToggleButton;
2
- declare function MainPanelListToggleButton(): import("react/jsx-runtime").JSX.Element | null;
2
+ declare function MainPanelListToggleButton(): import("react").JSX.Element | null;
3
3
  //# sourceMappingURL=list-toggle-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-toggle-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/main-panel/list-toggle-button.jsx"],"names":[],"mappings":";AASA,6FA+BC"}
1
+ {"version":3,"file":"list-toggle-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/main-panel/list-toggle-button.jsx"],"names":[],"mappings":";AASA,iFA+BC"}
@@ -2,7 +2,7 @@ import type { LayerAttributions } from "@mapsight/core/lib/map/selectors";
2
2
  declare function AttributionEntries({ children, attributions, }: {
3
3
  children?: React.ReactNode;
4
4
  attributions?: LayerAttributions;
5
- }): import("react/jsx-runtime").JSX.Element;
5
+ }): import("react").JSX.Element;
6
6
  declare const _default: import("react").MemoExoticComponent<typeof AttributionEntries>;
7
7
  export default _default;
8
8
  //# sourceMappingURL=attribution-entries.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"attribution-entries.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/attribution-entries.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAC;AAExE,iBAAS,kBAAkB,CAAC,EAC3B,QAAQ,EACR,YAAY,GACZ,EAAE;IACF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,iBAAiB,CAAC;CACjC,2CAoBA;;AAED,wBAAwC"}
1
+ {"version":3,"file":"attribution-entries.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/attribution-entries.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAC;AAExE,iBAAS,kBAAkB,CAAC,EAC3B,QAAQ,EACR,YAAY,GACZ,EAAE;IACF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,iBAAiB,CAAC;CACjC,+BAoBA;;AAED,wBAAwC"}
@@ -1,4 +1,4 @@
1
1
  import type { PropsWithChildren } from "react";
2
- declare function Attribution({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
2
+ declare function Attribution({ children }: PropsWithChildren): import("react").JSX.Element;
3
3
  export default Attribution;
4
4
  //# sourceMappingURL=attribution.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"attribution.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/attribution.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,OAAO,CAAC;AAc7C,iBAAS,WAAW,CAAC,EAAC,QAAQ,EAAC,EAAE,iBAAiB,2CAQjD;AAED,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"attribution.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/attribution.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,OAAO,CAAC;AAc7C,iBAAS,WAAW,CAAC,EAAC,QAAQ,EAAC,EAAE,iBAAiB,+BAQjD;AAED,eAAe,WAAW,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export default CombinedButtons;
2
2
  declare function CombinedButtons({ children }: {
3
3
  children: any;
4
- }): import("react/jsx-runtime").JSX.Element;
4
+ }): import("react").JSX.Element;
5
5
  //# sourceMappingURL=combined-buttons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"combined-buttons.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/combined-buttons.jsx"],"names":[],"mappings":";AAAA;;4CAEC"}
1
+ {"version":3,"file":"combined-buttons.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/combined-buttons.jsx"],"names":[],"mappings":";AAAA;;gCAEC"}
@@ -1,5 +1,5 @@
1
1
  export default MapOverlay;
2
2
  declare function MapOverlay({ children }: {
3
3
  children: any;
4
- }): import("react/jsx-runtime").JSX.Element;
4
+ }): import("react").JSX.Element;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/index.jsx"],"names":[],"mappings":";AAAA;;4CAEC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/index.jsx"],"names":[],"mappings":";AAAA;;gCAEC"}
@@ -1,4 +1,4 @@
1
1
  declare const _default: import("react").MemoExoticComponent<typeof InfoOverlayLeft>;
2
2
  export default _default;
3
- declare function InfoOverlayLeft(): import("react/jsx-runtime").JSX.Element;
3
+ declare function InfoOverlayLeft(): import("react").JSX.Element;
4
4
  //# sourceMappingURL=info-overlay-left.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"info-overlay-left.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/info-overlay-left.jsx"],"names":[],"mappings":";;AAcA,4EAkCC"}
1
+ {"version":3,"file":"info-overlay-left.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/info-overlay-left.jsx"],"names":[],"mappings":";;AAcA,gEAkCC"}
@@ -1,5 +1,5 @@
1
1
  import type { PropsWithChildren } from "react";
2
2
  declare const InfoOverlayModal: import("react").MemoExoticComponent<typeof InfoOverlayModel_>;
3
- declare function InfoOverlayModel_({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
3
+ declare function InfoOverlayModel_({ children }: PropsWithChildren): import("react").JSX.Element;
4
4
  export default InfoOverlayModal;
5
5
  //# sourceMappingURL=info-overlay-modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"info-overlay-modal.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/info-overlay-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,OAAO,CAAC;AAY7C,QAAA,MAAM,gBAAgB,+DAA0B,CAAC;AAEjD,iBAAS,iBAAiB,CAAC,EAAC,QAAQ,EAAC,EAAE,iBAAiB,2CAgCvD;AAED,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"info-overlay-modal.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/info-overlay-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,OAAO,CAAC;AAY7C,QAAA,MAAM,gBAAgB,+DAA0B,CAAC;AAEjD,iBAAS,iBAAiB,CAAC,EAAC,QAAQ,EAAC,EAAE,iBAAiB,+BAgCvD;AAED,eAAe,gBAAgB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  declare const _default: import("react").MemoExoticComponent<typeof InfoOverlayRight>;
2
2
  export default _default;
3
- declare function InfoOverlayRight(): import("react/jsx-runtime").JSX.Element;
3
+ declare function InfoOverlayRight(): import("react").JSX.Element;
4
4
  //# sourceMappingURL=info-overlay-right.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"info-overlay-right.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/info-overlay-right.jsx"],"names":[],"mappings":";;AAqBA,6EAsBC"}
1
+ {"version":3,"file":"info-overlay-right.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/info-overlay-right.jsx"],"names":[],"mappings":";;AAqBA,iEAsBC"}
@@ -1,4 +1,4 @@
1
- declare function LayerSwitcherOverlay(): import("react/jsx-runtime").JSX.Element;
1
+ declare function LayerSwitcherOverlay(): import("react").JSX.Element;
2
2
  declare const _default: import("react").MemoExoticComponent<typeof LayerSwitcherOverlay>;
3
3
  export default _default;
4
4
  //# sourceMappingURL=layer-switcher-overlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"layer-switcher-overlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/layer-switcher-overlay.tsx"],"names":[],"mappings":"AAuDA,iBAAS,oBAAoB,4CA0C5B;;AAED,wBAA0C"}
1
+ {"version":3,"file":"layer-switcher-overlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/layer-switcher-overlay.tsx"],"names":[],"mappings":"AAuDA,iBAAS,oBAAoB,gCA0C5B;;AAED,wBAA0C"}
@@ -1,2 +1,2 @@
1
- export default function Legend(): import("react/jsx-runtime").JSX.Element;
1
+ export default function Legend(): import("react").JSX.Element;
2
2
  //# sourceMappingURL=legend.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"legend.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/legend.tsx"],"names":[],"mappings":"AAkBA,MAAM,CAAC,OAAO,UAAU,MAAM,4CAG7B"}
1
+ {"version":3,"file":"legend.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/legend.tsx"],"names":[],"mappings":"AAkBA,MAAM,CAAC,OAAO,UAAU,MAAM,gCAG7B"}
@@ -1,2 +1,2 @@
1
- export default function MapOverlayLogo(): import("react/jsx-runtime").JSX.Element;
1
+ export default function MapOverlayLogo(): import("react").JSX.Element;
2
2
  //# sourceMappingURL=logo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/logo.jsx"],"names":[],"mappings":"AAEA,kFAQC"}
1
+ {"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/logo.jsx"],"names":[],"mappings":"AAEA,sEAQC"}
@@ -3,6 +3,6 @@ type MeasureDistanceButtonProps = {
3
3
  opened?: boolean;
4
4
  onOpenedChange?: (opened: boolean) => void;
5
5
  };
6
- declare const MeasureDistanceButton: ({ pluginName, opened, onOpenedChange, }: MeasureDistanceButtonProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const MeasureDistanceButton: ({ pluginName, opened, onOpenedChange, }: MeasureDistanceButtonProps) => import("react").JSX.Element;
7
7
  export default MeasureDistanceButton;
8
8
  //# sourceMappingURL=measure-distance-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"measure-distance-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/measure-distance-button.tsx"],"names":[],"mappings":"AAqBA,KAAK,0BAA0B,GAAG;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,QAAA,MAAM,qBAAqB,GAAI,yCAI5B,0BAA0B,4CAkF5B,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"measure-distance-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/measure-distance-button.tsx"],"names":[],"mappings":"AAqBA,KAAK,0BAA0B,GAAG;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,QAAA,MAAM,qBAAqB,GAAI,yCAI5B,0BAA0B,gCAkF5B,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export default MeasureDistanceInfo;
2
2
  declare function MeasureDistanceInfo({ feature }: {
3
3
  feature: any;
4
- }): import("react/jsx-runtime").JSX.Element | null;
4
+ }): import("react").JSX.Element | null;
5
5
  //# sourceMappingURL=measure-distance-overlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"measure-distance-overlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/measure-distance-overlay.jsx"],"names":[],"mappings":";AA0BA;;mDA2BC"}
1
+ {"version":3,"file":"measure-distance-overlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/measure-distance-overlay.jsx"],"names":[],"mappings":";AA0BA;;uCA2BC"}
@@ -1,4 +1,4 @@
1
1
  declare const _default: import("react").MemoExoticComponent<typeof SearchOverlay>;
2
2
  export default _default;
3
- declare function SearchOverlay(): import("react/jsx-runtime").JSX.Element | null;
3
+ declare function SearchOverlay(): import("react").JSX.Element | null;
4
4
  //# sourceMappingURL=search-overlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-overlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/search-overlay.jsx"],"names":[],"mappings":";;AAYA,iFAgEC"}
1
+ {"version":3,"file":"search-overlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/search-overlay.jsx"],"names":[],"mappings":";;AAYA,qEAgEC"}
@@ -3,6 +3,6 @@ type SharePositionLinkButtonProps = {
3
3
  opened?: boolean;
4
4
  onOpenedChange?: (opened: boolean) => void;
5
5
  };
6
- declare const SharePositionLinkButton: ({ pluginName, opened, onOpenedChange, }: SharePositionLinkButtonProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SharePositionLinkButton: ({ pluginName, opened, onOpenedChange, }: SharePositionLinkButtonProps) => import("react").JSX.Element;
7
7
  export default SharePositionLinkButton;
8
8
  //# sourceMappingURL=share-position-link-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"share-position-link-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/share-position-link-button.tsx"],"names":[],"mappings":"AAwBA,KAAK,4BAA4B,GAAG;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,QAAA,MAAM,uBAAuB,GAAI,yCAI9B,4BAA4B,4CA2G9B,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
1
+ {"version":3,"file":"share-position-link-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/share-position-link-button.tsx"],"names":[],"mappings":"AAwBA,KAAK,4BAA4B,GAAG;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,QAAA,MAAM,uBAAuB,GAAI,yCAI9B,4BAA4B,gCA2G9B,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -4,6 +4,6 @@ type Props = {
4
4
  label: ReactNode;
5
5
  onClose: () => void;
6
6
  };
7
- declare const ToolOverlay: ({ text, children, label, onClose, }: PropsWithChildren<Props>) => import("react/jsx-runtime").JSX.Element;
7
+ declare const ToolOverlay: ({ text, children, label, onClose, }: PropsWithChildren<Props>) => import("react").JSX.Element;
8
8
  export default ToolOverlay;
9
9
  //# sourceMappingURL=tool-overlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tool-overlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/tool-overlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAE,SAAS,EAAC,MAAM,OAAO,CAAC;AAIxD,KAAK,KAAK,GAAG;IACZ,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,SAAS,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,WAAW,GAAI,qCAKlB,iBAAiB,CAAC,KAAK,CAAC,4CAU1B,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"tool-overlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/tool-overlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAE,SAAS,EAAC,MAAM,OAAO,CAAC;AAIxD,KAAK,KAAK,GAAG;IACZ,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,SAAS,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,WAAW,GAAI,qCAKlB,iBAAiB,CAAC,KAAK,CAAC,gCAU1B,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export default ZoomButtons;
2
- declare const ZoomButtons: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
2
+ declare const ZoomButtons: import("react").MemoExoticComponent<() => import("react").JSX.Element>;
3
3
  //# sourceMappingURL=zoom-buttons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"zoom-buttons.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/zoom-buttons.jsx"],"names":[],"mappings":";AAOA,8GAiBG"}
1
+ {"version":3,"file":"zoom-buttons.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-overlay/zoom-buttons.jsx"],"names":[],"mappings":";AAOA,kGAiBG"}
@@ -1,6 +1,6 @@
1
1
  declare const _default: import("react-redux").ConnectedComponent<import("react").MemoExoticComponent<({ size }: {
2
2
  size: any;
3
- }) => import("react/jsx-runtime").JSX.Element>, {
3
+ }) => import("react").JSX.Element>, {
4
4
  context?: import("react").Context<import("react-redux").ReactReduxContextValue<any, import("@reduxjs/toolkit").UnknownAction> | null> | undefined;
5
5
  store?: import("@reduxjs/toolkit").Store | undefined;
6
6
  }>;
@@ -2,5 +2,5 @@ declare const _default: import("react").MemoExoticComponent<typeof MapSyncedInte
2
2
  export default _default;
3
3
  declare function MapSyncedInterlay({ size }: {
4
4
  size: any;
5
- }): import("react/jsx-runtime").JSX.Element;
5
+ }): import("react").JSX.Element;
6
6
  //# sourceMappingURL=map-synced-interlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"map-synced-interlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-synced-interlay/map-synced-interlay.jsx"],"names":[],"mappings":";;AAOA;;4CAYC"}
1
+ {"version":3,"file":"map-synced-interlay.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-synced-interlay/map-synced-interlay.jsx"],"names":[],"mappings":";;AAOA;;gCAYC"}
@@ -4,7 +4,7 @@ export type Position = null | {
4
4
  top: number;
5
5
  bottom: number;
6
6
  };
7
- declare function Tooltip(): import("react/jsx-runtime").JSX.Element | undefined;
7
+ declare function Tooltip(): import("react").JSX.Element | undefined;
8
8
  declare const _default: import("react").MemoExoticComponent<typeof Tooltip>;
9
9
  export default _default;
10
10
  //# sourceMappingURL=tooltip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-synced-interlay/tooltip.tsx"],"names":[],"mappings":"AA0DA,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;CACf,CAAC;AAiEF,iBAAS,OAAO,wDAoEf;;AAED,wBAA6B"}
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/js/components/map-synced-interlay/tooltip.tsx"],"names":[],"mappings":"AA0DA,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;CACf,CAAC;AAiEF,iBAAS,OAAO,4CAoEf;;AAED,wBAA6B"}
@@ -1,5 +1,5 @@
1
1
  import type { PropsWithChildren } from "react";
2
- declare function MapWrapper(props: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
3
- declare const _default: import("react").MemoExoticComponent<typeof MapWrapper>;
4
- export default _default;
2
+ export default function MapWrapper(props: PropsWithChildren<{
3
+ anchor?: "right" | "bottom";
4
+ }>): import("react").JSX.Element;
5
5
  //# sourceMappingURL=map-wrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"map-wrapper.d.ts","sourceRoot":"","sources":["../../src/js/components/map-wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAe1D,iBAAS,UAAU,CAAC,KAAK,EAAE,iBAAiB,2CA+C3C;;AAED,wBAAgC"}
1
+ {"version":3,"file":"map-wrapper.d.ts","sourceRoot":"","sources":["../../src/js/components/map-wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAe1D,MAAM,CAAC,OAAO,UAAU,UAAU,CACjC,KAAK,EAAE,iBAAiB,CAAC;IAAC,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAA;CAAC,CAAC,+BA+CvD"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { memo, useCallback, useRef } from "react";
2
+ import { useCallback, useRef } from "react";
3
3
  import { useInView } from "react-intersection-observer";
4
4
  import { useDispatch, useSelector, useStore } from "react-redux";
5
5
  import useUpdateMapSizeOnRender from "../hooks/useUpdateMapSizeOnRender";
@@ -8,8 +8,8 @@ import useUpdateMapSizeOnViewChange from "../hooks/useUpdateMapSizeOnViewChange"
8
8
  import { setMapIsOutOfViewport } from "../store/actions";
9
9
  import { viewSelector } from "../store/selectors";
10
10
  import { APP_EVENT_SCROLL_TO_MAP, useAppChannelEventListener, } from "./helping/app-channel";
11
- function MapWrapper(props) {
12
- const { children } = props;
11
+ export default function MapWrapper(props) {
12
+ const { children, anchor } = props;
13
13
  const dispatch = useDispatch();
14
14
  const mapWrapperRef = useRef(undefined);
15
15
  useUpdateMapSizeOnViewChange(useSelector(viewSelector) ?? "desktop", useStore());
@@ -31,9 +31,6 @@ function MapWrapper(props) {
31
31
  mapWrapperRef.current = node ?? undefined;
32
32
  inViewRef(node);
33
33
  }, [inViewRef]);
34
- return (_jsx("div", { ref: setRef,
35
- // ms3-map-wrapper--anchored-${anchor}
36
- className: `ms3-map-wrapper [ ms3-flex ms3-flex--column ] [ ms3-scroll-target ]`, children: children }));
34
+ return (_jsx("div", { ref: setRef, className: `ms3-map-wrapper ms3-map-wrapper--anchored-${anchor} [ ms3-flex ms3-flex--column ] [ ms3-scroll-target ]`, children: children }));
37
35
  }
38
- export default memo(MapWrapper);
39
36
  //# sourceMappingURL=map-wrapper.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"map-wrapper.js","sourceRoot":"","sources":["../../src/js/components/map-wrapper.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,IAAI,EAAE,WAAW,EAAE,MAAM,EAAC,MAAM,OAAO,CAAC;AAChD,OAAO,EAAC,SAAS,EAAC,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAC,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAC,MAAM,aAAa,CAAC;AAE/D,OAAO,wBAAwB,MAAM,mCAAmC,CAAC;AACzE,OAAO,+BAA+B,MAAM,0CAA0C,CAAC;AACvF,OAAO,4BAA4B,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAC,qBAAqB,EAAC,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAC,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAChD,OAAO,EACN,uBAAuB,EACvB,0BAA0B,GAC1B,MAAM,uBAAuB,CAAC;AAE/B,SAAS,UAAU,CAAC,KAAwB;IAC3C,MAAM,EAAC,QAAQ,EAAC,GAAG,KAAK,CAAC;IAEzB,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAC/B,MAAM,aAAa,GAAG,MAAM,CAA6B,SAAS,CAAC,CAAC;IAEpE,4BAA4B,CAC3B,WAAW,CAAC,YAAY,CAAC,IAAI,SAAS,EACtC,QAAQ,EAAE,CACV,CAAC;IACF,+BAA+B,CAAC,aAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IACjE,wBAAwB,CAAC,QAAQ,CAAC,CAAC;IAEnC,0BAA0B,CACzB,uBAAuB,EACvB,WAAW,CAAC,GAAG,EAAE;QAChB,aAAa,CAAC,OAAO,EAAE,cAAc,CAAC;YACrC,KAAK,EAAE,OAAO;YACd,QAAQ,EAAE,QAAQ;SAClB,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,CACnB,CAAC;IAEF,MAAM,EAAC,GAAG,EAAE,SAAS,EAAC,GAAG,SAAS,CAAC;QAClC,SAAS,EAAE,CAAC;QACZ,aAAa,EAAE,IAAI;QACnB,cAAc,EAAE,IAAI;QACpB,QAAQ,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;KAC9D,CAAC,CAAC;IAEH,MAAM,MAAM,GAAgC,WAAW,CACtD,CAAC,IAAI,EAAE,EAAE;QACR,aAAa,CAAC,OAAO,GAAG,IAAI,IAAI,SAAS,CAAC;QAC1C,SAAS,CAAC,IAAI,CAAC,CAAC;IACjB,CAAC,EACD,CAAC,SAAS,CAAC,CACX,CAAC;IAEF,OAAO,CACN,cACC,GAAG,EAAE,MAAM;QACX,sCAAsC;QACtC,SAAS,EAAE,qEAAqE,YAE/E,QAAQ,GACJ,CACN,CAAC;AACH,CAAC;AAED,eAAe,IAAI,CAAC,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"map-wrapper.js","sourceRoot":"","sources":["../../src/js/components/map-wrapper.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAC,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAC,SAAS,EAAC,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAC,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAC,MAAM,aAAa,CAAC;AAE/D,OAAO,wBAAwB,MAAM,mCAAmC,CAAC;AACzE,OAAO,+BAA+B,MAAM,0CAA0C,CAAC;AACvF,OAAO,4BAA4B,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAC,qBAAqB,EAAC,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAC,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAChD,OAAO,EACN,uBAAuB,EACvB,0BAA0B,GAC1B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,CAAC,OAAO,UAAU,UAAU,CACjC,KAAuD;IAEvD,MAAM,EAAC,QAAQ,EAAE,MAAM,EAAC,GAAG,KAAK,CAAC;IAEjC,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAC/B,MAAM,aAAa,GAAG,MAAM,CAA6B,SAAS,CAAC,CAAC;IAEpE,4BAA4B,CAC3B,WAAW,CAAC,YAAY,CAAC,IAAI,SAAS,EACtC,QAAQ,EAAE,CACV,CAAC;IACF,+BAA+B,CAAC,aAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IACjE,wBAAwB,CAAC,QAAQ,CAAC,CAAC;IAEnC,0BAA0B,CACzB,uBAAuB,EACvB,WAAW,CAAC,GAAG,EAAE;QAChB,aAAa,CAAC,OAAO,EAAE,cAAc,CAAC;YACrC,KAAK,EAAE,OAAO;YACd,QAAQ,EAAE,QAAQ;SAClB,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,CACnB,CAAC;IAEF,MAAM,EAAC,GAAG,EAAE,SAAS,EAAC,GAAG,SAAS,CAAC;QAClC,SAAS,EAAE,CAAC;QACZ,aAAa,EAAE,IAAI;QACnB,cAAc,EAAE,IAAI;QACpB,QAAQ,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;KAC9D,CAAC,CAAC;IAEH,MAAM,MAAM,GAAgC,WAAW,CACtD,CAAC,IAAI,EAAE,EAAE;QACR,aAAa,CAAC,OAAO,GAAG,IAAI,IAAI,SAAS,CAAC;QAC1C,SAAS,CAAC,IAAI,CAAC,CAAC;IACjB,CAAC,EACD,CAAC,SAAS,CAAC,CACX,CAAC;IAEF,OAAO,CACN,cACC,GAAG,EAAE,MAAM,EACX,SAAS,EAAE,6CAA6C,MAAM,sDAAsD,YAEnH,QAAQ,GACJ,CACN,CAAC;AACH,CAAC"}
@@ -3,7 +3,7 @@ type MapsightMapProps = HTMLAttributes<HTMLDivElement> & {
3
3
  controllerName?: string;
4
4
  enableKeyboardControl?: boolean;
5
5
  };
6
- declare function MapsightMap({ controllerName, enableKeyboardControl, ...attributes }: MapsightMapProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function MapsightMap({ controllerName, enableKeyboardControl, ...attributes }: MapsightMapProps): import("react").JSX.Element;
7
7
  declare const _default: import("react").MemoExoticComponent<typeof MapsightMap>;
8
8
  export default _default;
9
9
  //# sourceMappingURL=map.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../src/js/components/map.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,OAAO,CAAC;AAU1C,KAAK,gBAAgB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACxD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,iBAAS,WAAW,CAAC,EACpB,cAAoB,EACpB,qBAA4B,EAC5B,GAAG,UAAU,EACb,EAAE,gBAAgB,2CAiClB;;AAED,wBAAiC"}
1
+ {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../src/js/components/map.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,OAAO,CAAC;AAU1C,KAAK,gBAAgB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACxD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,iBAAS,WAAW,CAAC,EACpB,cAAoB,EACpB,qBAA4B,EAC5B,GAAG,UAAU,EACb,EAAE,gBAAgB,+BAiClB;;AAED,wBAAiC"}
@@ -0,0 +1,10 @@
1
+ export type MapsightIconProps = {
2
+ id: string | undefined;
3
+ className?: string;
4
+ width?: number;
5
+ height?: number;
6
+ };
7
+ declare function MapsightIcon({ id, className, width, height, }: MapsightIconProps): import("react").JSX.Element | null;
8
+ declare const _default: import("react").MemoExoticComponent<typeof MapsightIcon>;
9
+ export default _default;
10
+ //# sourceMappingURL=mapsight-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mapsight-icon.d.ts","sourceRoot":"","sources":["../../../src/js/components/mapsight-icon/mapsight-icon.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,iBAAiB,GAAG;IAC/B,EAAE,EAAE,MAAM,GAAG,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAsEF,iBAAS,YAAY,CAAC,EACrB,EAAE,EACF,SAAS,EACT,KAAU,EACV,MAAW,GACX,EAAE,iBAAiB,sCAwBnB;;AAED,wBAAkC"}
@@ -0,0 +1,33 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { memo } from "react";
3
+ import { isComposableIcon } from "@mapsight/traffic-style/icon-meta";
4
+ import { siteConfig } from "../../config";
5
+ import { useMapsightIcon } from "../../hooks/useMapsightIcon";
6
+ function SpriteMapsightIcon({ id, className, width = 40, height = 40, }) {
7
+ const iconFileName = `${id}-plain.png`;
8
+ const iconSrc1x = `${siteConfig.imagesUrl}mapsight-icons/${iconFileName}`;
9
+ const iconSrcSet = `${siteConfig.imagesUrl}mapsight-icons/${iconFileName} 1x, ` +
10
+ `${siteConfig.imagesUrl}mapsight-icons-2x/${iconFileName} 2x`;
11
+ return (_jsx("img", { className: className, src: iconSrc1x, srcSet: iconSrcSet, width: width, height: height, alt: "" }));
12
+ }
13
+ function ComposableMapsightIcon({ id, className, width = 40, height = 40, }) {
14
+ const { src, error } = useMapsightIcon(id, "plain");
15
+ if (error) {
16
+ return (_jsx(SpriteMapsightIcon, { id: id, className: className, width: width, height: height }));
17
+ }
18
+ if (!src) {
19
+ return null;
20
+ }
21
+ return (_jsx("img", { className: className, src: src, width: width, height: height, alt: "" }));
22
+ }
23
+ function MapsightIcon({ id, className, width = 40, height = 40, }) {
24
+ if (!id) {
25
+ return null;
26
+ }
27
+ if (id.includes("/") || isComposableIcon(id)) {
28
+ return (_jsx(ComposableMapsightIcon, { id: id, className: className, width: width, height: height }));
29
+ }
30
+ return (_jsx(SpriteMapsightIcon, { id: id, className: className, width: width, height: height }));
31
+ }
32
+ export default memo(MapsightIcon);
33
+ //# sourceMappingURL=mapsight-icon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mapsight-icon.js","sourceRoot":"","sources":["../../../src/js/components/mapsight-icon/mapsight-icon.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAC;AAEnE,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,eAAe,EAAC,MAAM,6BAA6B,CAAC;AAS5D,SAAS,kBAAkB,CAAC,EAC3B,EAAE,EACF,SAAS,EACT,KAAK,GAAG,EAAE,EACV,MAAM,GAAG,EAAE,GAMX;IACA,MAAM,YAAY,GAAG,GAAG,EAAE,YAAY,CAAC;IACvC,MAAM,SAAS,GAAG,GAAG,UAAU,CAAC,SAAS,kBAAkB,YAAY,EAAE,CAAC;IAC1E,MAAM,UAAU,GACf,GAAG,UAAU,CAAC,SAAS,kBAAkB,YAAY,OAAO;QAC5D,GAAG,UAAU,CAAC,SAAS,qBAAqB,YAAY,KAAK,CAAC;IAE/D,OAAO,CACN,cACC,SAAS,EAAE,SAAS,EACpB,GAAG,EAAE,SAAS,EACd,MAAM,EAAE,UAAU,EAClB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,EACd,GAAG,EAAC,EAAE,GACL,CACF,CAAC;AACH,CAAC;AAED,SAAS,sBAAsB,CAAC,EAC/B,EAAE,EACF,SAAS,EACT,KAAK,GAAG,EAAE,EACV,MAAM,GAAG,EAAE,GAMX;IACA,MAAM,EAAC,GAAG,EAAE,KAAK,EAAC,GAAG,eAAe,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC;IAElD,IAAI,KAAK,EAAE,CAAC;QACX,OAAO,CACN,KAAC,kBAAkB,IAClB,EAAE,EAAE,EAAE,EACN,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,GACb,CACF,CAAC;IACH,CAAC;IAED,IAAI,CAAC,GAAG,EAAE,CAAC;QACV,OAAO,IAAI,CAAC;IACb,CAAC;IAED,OAAO,CACN,cACC,SAAS,EAAE,SAAS,EACpB,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,EACd,GAAG,EAAC,EAAE,GACL,CACF,CAAC;AACH,CAAC;AAED,SAAS,YAAY,CAAC,EACrB,EAAE,EACF,SAAS,EACT,KAAK,GAAG,EAAE,EACV,MAAM,GAAG,EAAE,GACQ;IACnB,IAAI,CAAC,EAAE,EAAE,CAAC;QACT,OAAO,IAAI,CAAC;IACb,CAAC;IAED,IAAI,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,gBAAgB,CAAC,EAAE,CAAC,EAAE,CAAC;QAC9C,OAAO,CACN,KAAC,sBAAsB,IACtB,EAAE,EAAE,EAAE,EACN,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,GACb,CACF,CAAC;IACH,CAAC;IAED,OAAO,CACN,KAAC,kBAAkB,IAClB,EAAE,EAAE,EAAE,EACN,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,GACb,CACF,CAAC;AACH,CAAC;AAED,eAAe,IAAI,CAAC,YAAY,CAAC,CAAC"}