@igo2/integration 1.15.4 → 16.0.0-rc.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 (275) hide show
  1. package/{esm2020 → esm2022}/igo2-integration.mjs +4 -4
  2. package/esm2022/lib/about/about-tool/about-tool.component.mjs +205 -0
  3. package/{esm2020 → esm2022}/lib/about/about-tool/index.mjs +2 -2
  4. package/{esm2020 → esm2022}/lib/about/about.module.mjs +55 -55
  5. package/{esm2020 → esm2022}/lib/about/index.mjs +2 -2
  6. package/esm2022/lib/analytics/analytics-listener.service.mjs +156 -0
  7. package/{esm2020 → esm2022}/lib/analytics/analytics.module.mjs +16 -16
  8. package/{esm2020 → esm2022}/lib/analytics/index.mjs +2 -2
  9. package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +133 -0
  10. package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +24 -0
  11. package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +103 -0
  12. package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +24 -0
  13. package/esm2022/lib/catalog/catalog.module.mjs +19 -0
  14. package/esm2022/lib/catalog/catalog.state.mjs +58 -0
  15. package/{esm2020 → esm2022}/lib/catalog/index.mjs +6 -6
  16. package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +36 -0
  17. package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +51 -0
  18. package/esm2022/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +24 -0
  19. package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +43 -0
  20. package/{esm2020 → esm2022}/lib/context/context.module.mjs +39 -39
  21. package/esm2022/lib/context/context.state.mjs +96 -0
  22. package/{esm2020 → esm2022}/lib/context/index.mjs +6 -6
  23. package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +116 -0
  24. package/{esm2020 → esm2022}/lib/directions/directions-tool/index.mjs +2 -2
  25. package/{esm2020 → esm2022}/lib/directions/directions.module.mjs +26 -26
  26. package/esm2022/lib/directions/directions.state.mjs +69 -0
  27. package/{esm2020 → esm2022}/lib/directions/index.mjs +3 -3
  28. package/esm2022/lib/draw/draw.module.mjs +18 -0
  29. package/esm2022/lib/draw/draw.state.mjs +42 -0
  30. package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +77 -0
  31. package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +23 -0
  32. package/{esm2020 → esm2022}/lib/draw/index.mjs +2 -2
  33. package/{esm2020 → esm2022}/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +10 -10
  34. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +46 -0
  35. package/{esm2020 → esm2022}/lib/filter/active-ogc-filter-tool/index.mjs +2 -2
  36. package/{esm2020 → esm2022}/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +10 -10
  37. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +46 -0
  38. package/{esm2020 → esm2022}/lib/filter/active-time-filter-tool/index.mjs +2 -2
  39. package/{esm2020 → esm2022}/lib/filter/filter.module.mjs +51 -51
  40. package/{esm2020 → esm2022}/lib/filter/index.mjs +6 -6
  41. package/{esm2020 → esm2022}/lib/filter/ogc-filter-tool/index.mjs +2 -2
  42. package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +25 -0
  43. package/{esm2020 → esm2022}/lib/filter/spatial-filter-tool/index.mjs +2 -2
  44. package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +605 -0
  45. package/{esm2020 → esm2022}/lib/filter/time-filter-tool/index.mjs +2 -2
  46. package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +25 -0
  47. package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +154 -0
  48. package/{esm2020 → esm2022}/lib/import-export/import-export-tool/index.mjs +2 -2
  49. package/{esm2020 → esm2022}/lib/import-export/import-export.module.mjs +51 -51
  50. package/esm2022/lib/import-export/import-export.state.mjs +39 -0
  51. package/{esm2020 → esm2022}/lib/import-export/index.mjs +3 -3
  52. package/{esm2020 → esm2022}/lib/integration.module.mjs +72 -72
  53. package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +524 -0
  54. package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +92 -0
  55. package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +231 -0
  56. package/{esm2020 → esm2022}/lib/map/advanced-map-tool/index.mjs +2 -2
  57. package/{esm2020 → esm2022}/lib/map/index.mjs +9 -9
  58. package/esm2022/lib/map/layer-list-tool.state.mjs +40 -0
  59. package/{esm2020 → esm2022}/lib/map/map-details-tool/index.mjs +2 -2
  60. package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +269 -0
  61. package/{esm2020 → esm2022}/lib/map/map-legend/index.mjs +2 -2
  62. package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +285 -0
  63. package/{esm2020 → esm2022}/lib/map/map-proximity-tool/index.mjs +2 -2
  64. package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +220 -0
  65. package/esm2022/lib/map/map-proximity.state.mjs +180 -0
  66. package/{esm2020 → esm2022}/lib/map/map-tool/index.mjs +2 -2
  67. package/esm2022/lib/map/map-tool/map-tool.component.mjs +140 -0
  68. package/{esm2020 → esm2022}/lib/map/map-tools/index.mjs +2 -2
  69. package/esm2022/lib/map/map-tools/map-tools.component.mjs +521 -0
  70. package/esm2022/lib/map/map.module.mjs +168 -0
  71. package/esm2022/lib/map/map.state.mjs +56 -0
  72. package/{esm2020 → esm2022}/lib/measure/index.mjs +4 -4
  73. package/esm2022/lib/measure/measure.module.mjs +18 -0
  74. package/esm2022/lib/measure/measure.state.mjs +40 -0
  75. package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +54 -0
  76. package/{esm2020 → esm2022}/lib/measure/measurer-tool/measurer-tool.module.mjs +23 -25
  77. package/{esm2020 → esm2022}/lib/print/index.mjs +2 -2
  78. package/{esm2020 → esm2022}/lib/print/print-tool/index.mjs +2 -2
  79. package/esm2022/lib/print/print-tool/print-tool.component.mjs +35 -0
  80. package/{esm2020 → esm2022}/lib/print/print.module.mjs +26 -26
  81. package/{esm2020 → esm2022}/lib/search/index.mjs +7 -7
  82. package/esm2022/lib/search/query.state.mjs +48 -0
  83. package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +72 -0
  84. package/{esm2020 → esm2022}/lib/search/search-bar/search-bar.module.mjs +22 -22
  85. package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +631 -0
  86. package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +65 -0
  87. package/esm2022/lib/search/search.module.mjs +19 -0
  88. package/esm2022/lib/search/search.state.mjs +145 -0
  89. package/{esm2020 → esm2022}/lib/storage/index.mjs +2 -2
  90. package/{esm2020 → esm2022}/lib/storage/storage.module.mjs +16 -16
  91. package/esm2022/lib/storage/storage.state.mjs +25 -0
  92. package/{esm2020 → esm2022}/lib/tool/index.mjs +2 -2
  93. package/{esm2020 → esm2022}/lib/tool/tool.module.mjs +16 -16
  94. package/esm2022/lib/tool/tool.state.mjs +56 -0
  95. package/{esm2020 → esm2022}/lib/workspace/index.mjs +4 -4
  96. package/esm2022/lib/workspace/shared/edition-actions.service.mjs +74 -0
  97. package/esm2022/lib/workspace/shared/feature-actions.service.mjs +66 -0
  98. package/{esm2020 → esm2022}/lib/workspace/shared/index.mjs +3 -3
  99. package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +76 -0
  100. package/esm2022/lib/workspace/shared/workspace.utils.mjs +162 -0
  101. package/{esm2020 → esm2022}/lib/workspace/workspace-button/index.mjs +2 -2
  102. package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +76 -0
  103. package/esm2022/lib/workspace/workspace.module.mjs +38 -0
  104. package/esm2022/lib/workspace/workspace.state.mjs +204 -0
  105. package/{esm2020 → esm2022}/public_api.mjs +35 -35
  106. package/{fesm2020 → fesm2022}/igo2-integration.mjs +6522 -6139
  107. package/fesm2022/igo2-integration.mjs.map +1 -0
  108. package/index.d.ts +5 -5
  109. package/lib/about/about-tool/about-tool.component.d.ts +34 -34
  110. package/lib/about/about-tool/index.d.ts +1 -1
  111. package/lib/about/about.module.d.ts +16 -16
  112. package/lib/about/index.d.ts +1 -1
  113. package/lib/analytics/analytics-listener.service.d.ts +33 -33
  114. package/lib/analytics/analytics.module.d.ts +6 -6
  115. package/lib/analytics/index.d.ts +1 -1
  116. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +57 -57
  117. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +12 -12
  118. package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +50 -50
  119. package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +12 -12
  120. package/lib/catalog/catalog.module.d.ts +8 -8
  121. package/lib/catalog/catalog.state.d.ts +37 -37
  122. package/lib/catalog/index.d.ts +5 -5
  123. package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +9 -9
  124. package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +15 -15
  125. package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +5 -5
  126. package/lib/context/context-share-tool/context-share-tool.component.d.ts +13 -13
  127. package/lib/context/context.module.d.ts +11 -11
  128. package/lib/context/context.state.d.ts +37 -37
  129. package/lib/context/index.d.ts +5 -5
  130. package/lib/directions/directions-tool/directions-tool.component.d.ts +54 -54
  131. package/lib/directions/directions-tool/index.d.ts +1 -1
  132. package/lib/directions/directions.module.d.ts +10 -10
  133. package/lib/directions/directions.state.d.ts +28 -28
  134. package/lib/directions/index.d.ts +2 -2
  135. package/lib/draw/draw.module.d.ts +8 -8
  136. package/lib/draw/draw.state.d.ts +16 -16
  137. package/lib/draw/drawing-tool/drawing-tool.component.d.ts +31 -31
  138. package/lib/draw/drawing-tool/drawing-tool.module.d.ts +11 -0
  139. package/lib/draw/index.d.ts +2 -2
  140. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.d.ts +2 -2
  141. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +12 -12
  142. package/lib/filter/active-ogc-filter-tool/index.d.ts +1 -1
  143. package/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.d.ts +2 -2
  144. package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +12 -12
  145. package/lib/filter/active-time-filter-tool/index.d.ts +1 -1
  146. package/lib/filter/filter.module.d.ts +15 -15
  147. package/lib/filter/index.d.ts +5 -5
  148. package/lib/filter/ogc-filter-tool/index.d.ts +1 -1
  149. package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +6 -6
  150. package/lib/filter/spatial-filter-tool/index.d.ts +1 -1
  151. package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +82 -82
  152. package/lib/filter/time-filter-tool/index.d.ts +1 -1
  153. package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +6 -6
  154. package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +33 -33
  155. package/lib/import-export/import-export-tool/index.d.ts +1 -1
  156. package/lib/import-export/import-export.module.d.ts +15 -15
  157. package/lib/import-export/import-export.state.d.ts +24 -24
  158. package/lib/import-export/index.d.ts +2 -2
  159. package/lib/integration.module.d.ts +20 -20
  160. package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +97 -97
  161. package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +12 -12
  162. package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +65 -65
  163. package/lib/map/advanced-map-tool/index.d.ts +1 -1
  164. package/lib/map/index.d.ts +8 -8
  165. package/lib/map/layer-list-tool.state.d.ts +19 -19
  166. package/lib/map/map-details-tool/index.d.ts +1 -1
  167. package/lib/map/map-details-tool/map-details-tool.component.d.ts +38 -38
  168. package/lib/map/map-legend/index.d.ts +1 -1
  169. package/lib/map/map-legend/map-legend-tool.component.d.ts +40 -40
  170. package/lib/map/map-proximity-tool/index.d.ts +1 -1
  171. package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +36 -36
  172. package/lib/map/map-proximity.state.d.ts +31 -31
  173. package/lib/map/map-tool/index.d.ts +1 -1
  174. package/lib/map/map-tool/map-tool.component.d.ts +27 -27
  175. package/lib/map/map-tools/index.d.ts +1 -1
  176. package/lib/map/map-tools/map-tools.component.d.ts +66 -66
  177. package/lib/map/map.module.d.ts +38 -38
  178. package/lib/map/map.state.d.ts +24 -24
  179. package/lib/measure/index.d.ts +3 -3
  180. package/lib/measure/measure.module.d.ts +7 -7
  181. package/lib/measure/measure.state.d.ts +16 -16
  182. package/lib/measure/measurer-tool/measurer-tool.component.d.ts +24 -24
  183. package/lib/measure/measurer-tool/measurer-tool.module.d.ts +11 -11
  184. package/lib/print/index.d.ts +1 -1
  185. package/lib/print/print-tool/index.d.ts +1 -1
  186. package/lib/print/print-tool/print-tool.component.d.ts +10 -10
  187. package/lib/print/print.module.d.ts +10 -10
  188. package/lib/search/index.d.ts +6 -6
  189. package/lib/search/query.state.d.ts +26 -20
  190. package/lib/search/search-bar/search-bar-binding.directive.d.ts +20 -20
  191. package/lib/search/search-bar/search-bar.module.d.ts +11 -11
  192. package/lib/search/search-results-tool/search-results-tool.component.d.ts +100 -100
  193. package/lib/search/search-results-tool/search-results-tool.module.d.ts +18 -18
  194. package/lib/search/search.module.d.ts +8 -8
  195. package/lib/search/search.state.d.ts +62 -60
  196. package/lib/storage/index.d.ts +1 -1
  197. package/lib/storage/storage.module.d.ts +6 -6
  198. package/lib/storage/storage.state.d.ts +12 -12
  199. package/lib/tool/index.d.ts +1 -1
  200. package/lib/tool/tool.module.d.ts +6 -6
  201. package/lib/tool/tool.state.d.ts +22 -22
  202. package/lib/workspace/index.d.ts +3 -3
  203. package/lib/workspace/shared/edition-actions.service.d.ts +28 -26
  204. package/lib/workspace/shared/feature-actions.service.d.ts +27 -25
  205. package/lib/workspace/shared/index.d.ts +2 -2
  206. package/lib/workspace/shared/wfs-actions.service.d.ts +29 -27
  207. package/lib/workspace/shared/workspace.utils.d.ts +9 -2
  208. package/lib/workspace/workspace-button/index.d.ts +1 -1
  209. package/lib/workspace/workspace-button/workspace-button.component.d.ts +21 -21
  210. package/lib/workspace/workspace.module.d.ts +12 -12
  211. package/lib/workspace/workspace.state.d.ts +63 -63
  212. package/locale/en.integration.json +126 -0
  213. package/locale/fr.integration.json +126 -0
  214. package/package.json +14 -18
  215. package/public_api.d.ts +31 -31
  216. package/esm2020/lib/about/about-tool/about-tool.component.mjs +0 -185
  217. package/esm2020/lib/analytics/analytics-listener.service.mjs +0 -127
  218. package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +0 -113
  219. package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +0 -29
  220. package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +0 -89
  221. package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +0 -29
  222. package/esm2020/lib/catalog/catalog.module.mjs +0 -24
  223. package/esm2020/lib/catalog/catalog.state.mjs +0 -54
  224. package/esm2020/lib/context/context-editor-tool/context-editor-tool.component.mjs +0 -34
  225. package/esm2020/lib/context/context-manager-tool/context-manager-tool.component.mjs +0 -44
  226. package/esm2020/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +0 -25
  227. package/esm2020/lib/context/context-share-tool/context-share-tool.component.mjs +0 -34
  228. package/esm2020/lib/context/context.state.mjs +0 -88
  229. package/esm2020/lib/directions/directions-tool/directions-tool.component.mjs +0 -84
  230. package/esm2020/lib/directions/directions.state.mjs +0 -64
  231. package/esm2020/lib/draw/draw.module.mjs +0 -21
  232. package/esm2020/lib/draw/draw.state.mjs +0 -39
  233. package/esm2020/lib/draw/drawing-tool/drawing-tool.component.mjs +0 -72
  234. package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +0 -44
  235. package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +0 -44
  236. package/esm2020/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +0 -25
  237. package/esm2020/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +0 -535
  238. package/esm2020/lib/filter/time-filter-tool/time-filter-tool.component.mjs +0 -25
  239. package/esm2020/lib/import-export/import-export-tool/import-export-tool.component.mjs +0 -141
  240. package/esm2020/lib/import-export/import-export.state.mjs +0 -41
  241. package/esm2020/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +0 -472
  242. package/esm2020/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +0 -89
  243. package/esm2020/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +0 -218
  244. package/esm2020/lib/map/layer-list-tool.state.mjs +0 -42
  245. package/esm2020/lib/map/map-details-tool/map-details-tool.component.mjs +0 -256
  246. package/esm2020/lib/map/map-legend/map-legend-tool.component.mjs +0 -275
  247. package/esm2020/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +0 -203
  248. package/esm2020/lib/map/map-proximity.state.mjs +0 -167
  249. package/esm2020/lib/map/map-tool/map-tool.component.mjs +0 -130
  250. package/esm2020/lib/map/map-tools/map-tools.component.mjs +0 -495
  251. package/esm2020/lib/map/map.module.mjs +0 -144
  252. package/esm2020/lib/map/map.state.mjs +0 -47
  253. package/esm2020/lib/measure/measure.module.mjs +0 -20
  254. package/esm2020/lib/measure/measure.state.mjs +0 -35
  255. package/esm2020/lib/measure/measurer-tool/measurer-tool.component.mjs +0 -45
  256. package/esm2020/lib/print/print-tool/print-tool.component.mjs +0 -33
  257. package/esm2020/lib/search/query.state.mjs +0 -34
  258. package/esm2020/lib/search/search-bar/search-bar-binding.directive.mjs +0 -61
  259. package/esm2020/lib/search/search-results-tool/search-results-tool.component.mjs +0 -593
  260. package/esm2020/lib/search/search-results-tool/search-results-tool.module.mjs +0 -65
  261. package/esm2020/lib/search/search.module.mjs +0 -24
  262. package/esm2020/lib/search/search.state.mjs +0 -132
  263. package/esm2020/lib/storage/storage.state.mjs +0 -23
  264. package/esm2020/lib/tool/tool.state.mjs +0 -52
  265. package/esm2020/lib/workspace/shared/edition-actions.service.mjs +0 -156
  266. package/esm2020/lib/workspace/shared/feature-actions.service.mjs +0 -144
  267. package/esm2020/lib/workspace/shared/wfs-actions.service.mjs +0 -158
  268. package/esm2020/lib/workspace/shared/workspace.utils.mjs +0 -7
  269. package/esm2020/lib/workspace/workspace-button/workspace-button.component.mjs +0 -69
  270. package/esm2020/lib/workspace/workspace.module.mjs +0 -37
  271. package/esm2020/lib/workspace/workspace.state.mjs +0 -188
  272. package/fesm2015/igo2-integration.mjs +0 -6759
  273. package/fesm2015/igo2-integration.mjs.map +0 -1
  274. package/fesm2020/igo2-integration.mjs.map +0 -1
  275. package/ngcc.config.js +0 -3
@@ -1,66 +1,66 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import { LayerListControlsOptions, IgoMap, SearchSourceService, Layer } from '@igo2/geo';
3
- import { LayerListToolState } from '../layer-list-tool.state';
4
- import { MatTabChangeEvent } from '@angular/material/tabs';
5
- import { ToolState } from '../../tool/tool.state';
6
- import { MapState } from '../map.state';
7
- import { BehaviorSubject, Observable } from 'rxjs';
8
- import { ImportExportState } from '../../import-export/import-export.state';
9
- import * as i0 from "@angular/core";
10
- /**
11
- * Tool to browse a map's layers or to choose a different map
12
- */
13
- export declare class MapToolsComponent implements OnInit, OnDestroy {
14
- layerListToolState: LayerListToolState;
15
- private toolState;
16
- mapState: MapState;
17
- private searchSourceService;
18
- private importExportState;
19
- layers$: BehaviorSubject<Layer[]>;
20
- showAllLegendsValue$: BehaviorSubject<boolean>;
21
- private resolution$$;
22
- private visibleOrInRangeLayers$$;
23
- delayedShowEmptyMapContent: boolean;
24
- allowShowAllLegends: boolean;
25
- showAllLegendsValue: boolean;
26
- toggleLegendOnVisibilityChange: boolean;
27
- expandLegendOfVisibleLayers: boolean;
28
- updateLegendOnResolutionChange: boolean;
29
- selectedTabAtOpening: string;
30
- ogcButton: boolean;
31
- timeButton: boolean;
32
- layerAdditionAllowed: boolean;
33
- get layerListControls(): LayerListControlsOptions;
34
- set layerListControls(value: LayerListControlsOptions);
35
- private _layerListControls;
36
- get map(): IgoMap;
37
- queryBadge: boolean;
38
- get visibleOrInRangeLayers$(): Observable<Layer[]>;
39
- get visibleLayers$(): Observable<Layer[]>;
40
- get excludeBaseLayers(): boolean;
41
- get layerFilterAndSortOptions(): LayerListControlsOptions;
42
- tabGroup: any;
43
- get searchToolInToolbar(): boolean;
44
- get catalogToolInToolbar(): boolean;
45
- get contextToolInToolbar(): boolean;
46
- constructor(layerListToolState: LayerListToolState, toolState: ToolState, mapState: MapState, searchSourceService: SearchSourceService, importExportState: ImportExportState);
47
- ngOnInit(): void;
48
- ngOnDestroy(): void;
49
- onShowAllLegends(event: any): void;
50
- private selectedTab;
51
- tabChanged(tab: MatTabChangeEvent): void;
52
- onLayerListChange(appliedFilters: LayerListControlsOptions): void;
53
- showAllLegend(): boolean;
54
- activateExport(layer: Layer): void;
55
- activateTimeFilter(): void;
56
- activateOgcFilter(): void;
57
- searchEmit(): void;
58
- catalogEmit(): void;
59
- contextEmit(): void;
60
- isTimeFilterButton(layer: any): boolean;
61
- isOGCFilterButton(layer: any): boolean;
62
- isExportButton(layer: Layer): boolean;
63
- isStyleEditButton(layer: Layer): boolean;
64
- static ɵfac: i0.ɵɵFactoryDeclaration<MapToolsComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<MapToolsComponent, "igo-map-tools", never, { "allowShowAllLegends": "allowShowAllLegends"; "showAllLegendsValue": "showAllLegendsValue"; "toggleLegendOnVisibilityChange": "toggleLegendOnVisibilityChange"; "expandLegendOfVisibleLayers": "expandLegendOfVisibleLayers"; "updateLegendOnResolutionChange": "updateLegendOnResolutionChange"; "selectedTabAtOpening": "selectedTabAtOpening"; "ogcButton": "ogcButton"; "timeButton": "timeButton"; "layerAdditionAllowed": "layerAdditionAllowed"; "layerListControls": "layerListControls"; "queryBadge": "queryBadge"; }, {}, never, never, false>;
66
- }
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
+ import { LayerListControlsOptions, IgoMap, SearchSourceService, Layer } from '@igo2/geo';
3
+ import { LayerListToolState } from '../layer-list-tool.state';
4
+ import { MatTabChangeEvent } from '@angular/material/tabs';
5
+ import { ToolState } from '../../tool/tool.state';
6
+ import { MapState } from '../map.state';
7
+ import { BehaviorSubject, Observable } from 'rxjs';
8
+ import { ImportExportState } from '../../import-export/import-export.state';
9
+ import * as i0 from "@angular/core";
10
+ /**
11
+ * Tool to browse a map's layers or to choose a different map
12
+ */
13
+ export declare class MapToolsComponent implements OnInit, OnDestroy {
14
+ layerListToolState: LayerListToolState;
15
+ private toolState;
16
+ mapState: MapState;
17
+ private searchSourceService;
18
+ private importExportState;
19
+ layers$: BehaviorSubject<Layer[]>;
20
+ showAllLegendsValue$: BehaviorSubject<boolean>;
21
+ private resolution$$;
22
+ private visibleOrInRangeLayers$$;
23
+ delayedShowEmptyMapContent: boolean;
24
+ allowShowAllLegends: boolean;
25
+ showAllLegendsValue: boolean;
26
+ toggleLegendOnVisibilityChange: boolean;
27
+ expandLegendOfVisibleLayers: boolean;
28
+ updateLegendOnResolutionChange: boolean;
29
+ selectedTabAtOpening: string;
30
+ ogcButton: boolean;
31
+ timeButton: boolean;
32
+ layerAdditionAllowed: boolean;
33
+ get layerListControls(): LayerListControlsOptions;
34
+ set layerListControls(value: LayerListControlsOptions);
35
+ private _layerListControls;
36
+ get map(): IgoMap;
37
+ queryBadge: boolean;
38
+ get visibleOrInRangeLayers$(): Observable<Layer[]>;
39
+ get visibleLayers$(): Observable<Layer[]>;
40
+ get excludeBaseLayers(): boolean;
41
+ get layerFilterAndSortOptions(): LayerListControlsOptions;
42
+ tabGroup: any;
43
+ get searchToolInToolbar(): boolean;
44
+ get catalogToolInToolbar(): boolean;
45
+ get contextToolInToolbar(): boolean;
46
+ constructor(layerListToolState: LayerListToolState, toolState: ToolState, mapState: MapState, searchSourceService: SearchSourceService, importExportState: ImportExportState);
47
+ ngOnInit(): void;
48
+ ngOnDestroy(): void;
49
+ onShowAllLegends(event: any): void;
50
+ private selectedTab;
51
+ tabChanged(tab: MatTabChangeEvent): void;
52
+ onLayerListChange(appliedFilters: LayerListControlsOptions): void;
53
+ showAllLegend(): boolean;
54
+ activateExport(layer: Layer): void;
55
+ activateTimeFilter(): void;
56
+ activateOgcFilter(): void;
57
+ searchEmit(): void;
58
+ catalogEmit(): void;
59
+ contextEmit(): void;
60
+ isTimeFilterButton(layer: any): boolean;
61
+ isOGCFilterButton(layer: any): boolean;
62
+ isExportButton(layer: Layer): boolean;
63
+ isStyleEditButton(layer: Layer): boolean;
64
+ static ɵfac: i0.ɵɵFactoryDeclaration<MapToolsComponent, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapToolsComponent, "igo-map-tools", never, { "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "selectedTabAtOpening": { "alias": "selectedTabAtOpening"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, {}, never, never, false, never>;
66
+ }
@@ -1,38 +1,38 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./advanced-map-tool/advanced-map-tool.component";
4
- import * as i2 from "./map-proximity-tool/map-proximity-tool.component";
5
- import * as i3 from "./map-tool/map-tool.component";
6
- import * as i4 from "./map-tools/map-tools.component";
7
- import * as i5 from "./map-details-tool/map-details-tool.component";
8
- import * as i6 from "./map-legend/map-legend-tool.component";
9
- import * as i7 from "./advanced-map-tool/advanced-swipe/advanced-swipe.component";
10
- import * as i8 from "./advanced-map-tool/advanced-coordinates/advanced-coordinates.component";
11
- import * as i9 from "@angular/forms";
12
- import * as i10 from "@angular/material/button-toggle";
13
- import * as i11 from "@angular/material/divider";
14
- import * as i12 from "@angular/material/select";
15
- import * as i13 from "@angular/material/core";
16
- import * as i14 from "@angular/material/form-field";
17
- import * as i15 from "@angular/material/input";
18
- import * as i16 from "@angular/material/checkbox";
19
- import * as i17 from "@igo2/common";
20
- import * as i18 from "@angular/common";
21
- import * as i19 from "@angular/material/tabs";
22
- import * as i20 from "@angular/material/list";
23
- import * as i21 from "@angular/material/icon";
24
- import * as i22 from "@igo2/core";
25
- import * as i23 from "@igo2/geo";
26
- import * as i24 from "@angular/material/radio";
27
- import * as i25 from "@igo2/context";
28
- import * as i26 from "../workspace/workspace.module";
29
- import * as i27 from "@angular/material/slide-toggle";
30
- import * as i28 from "@angular/material/menu";
31
- import * as i29 from "@angular/material/button";
32
- import * as i30 from "@angular/material/tooltip";
33
- export declare class IgoAppMapModule {
34
- static forRoot(): ModuleWithProviders<IgoAppMapModule>;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMapModule, never>;
36
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMapModule, [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent, typeof i7.AdvancedSwipeComponent, typeof i8.AdvancedCoordinatesComponent], [typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MatButtonToggleModule, typeof i11.MatDividerModule, typeof i12.MatSelectModule, typeof i13.MatOptionModule, typeof i14.MatFormFieldModule, typeof i15.MatInputModule, typeof i16.MatCheckboxModule, typeof i17.IgoSpinnerModule, typeof i18.CommonModule, typeof i19.MatTabsModule, typeof i20.MatListModule, typeof i21.MatIconModule, typeof i22.IgoLanguageModule, typeof i23.IgoLayerModule, typeof i23.IgoMetadataModule, typeof i23.IgoDownloadModule, typeof i23.IgoImportExportModule, typeof i23.IgoStyleModule, typeof i23.IgoFilterModule, typeof i24.MatRadioModule, typeof i25.IgoContextModule, typeof i26.IgoAppWorkspaceModule, typeof i27.MatSlideToggleModule, typeof i28.MatMenuModule, typeof i29.MatButtonModule, typeof i30.MatTooltipModule, typeof i17.IgoEntityTableModule], [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent]>;
37
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMapModule>;
38
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./advanced-map-tool/advanced-map-tool.component";
4
+ import * as i2 from "./map-proximity-tool/map-proximity-tool.component";
5
+ import * as i3 from "./map-tool/map-tool.component";
6
+ import * as i4 from "./map-tools/map-tools.component";
7
+ import * as i5 from "./map-details-tool/map-details-tool.component";
8
+ import * as i6 from "./map-legend/map-legend-tool.component";
9
+ import * as i7 from "./advanced-map-tool/advanced-swipe/advanced-swipe.component";
10
+ import * as i8 from "./advanced-map-tool/advanced-coordinates/advanced-coordinates.component";
11
+ import * as i9 from "@angular/forms";
12
+ import * as i10 from "@angular/material/button-toggle";
13
+ import * as i11 from "@angular/material/divider";
14
+ import * as i12 from "@angular/material/select";
15
+ import * as i13 from "@angular/material/core";
16
+ import * as i14 from "@angular/material/form-field";
17
+ import * as i15 from "@angular/material/input";
18
+ import * as i16 from "@angular/material/checkbox";
19
+ import * as i17 from "@igo2/common";
20
+ import * as i18 from "@angular/common";
21
+ import * as i19 from "@angular/material/tabs";
22
+ import * as i20 from "@angular/material/list";
23
+ import * as i21 from "@angular/material/icon";
24
+ import * as i22 from "@igo2/core";
25
+ import * as i23 from "@igo2/geo";
26
+ import * as i24 from "@angular/material/radio";
27
+ import * as i25 from "@igo2/context";
28
+ import * as i26 from "../workspace/workspace.module";
29
+ import * as i27 from "@angular/material/slide-toggle";
30
+ import * as i28 from "@angular/material/menu";
31
+ import * as i29 from "@angular/material/button";
32
+ import * as i30 from "@angular/material/tooltip";
33
+ export declare class IgoAppMapModule {
34
+ static forRoot(): ModuleWithProviders<IgoAppMapModule>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMapModule, never>;
36
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMapModule, [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent, typeof i7.AdvancedSwipeComponent, typeof i8.AdvancedCoordinatesComponent], [typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MatButtonToggleModule, typeof i11.MatDividerModule, typeof i12.MatSelectModule, typeof i13.MatOptionModule, typeof i14.MatFormFieldModule, typeof i15.MatInputModule, typeof i16.MatCheckboxModule, typeof i17.IgoSpinnerModule, typeof i18.CommonModule, typeof i19.MatTabsModule, typeof i20.MatListModule, typeof i21.MatIconModule, typeof i22.IgoLanguageModule, typeof i23.IgoLayerModule, typeof i23.IgoMetadataModule, typeof i23.IgoDownloadModule, typeof i23.IgoImportExportModule, typeof i23.IgoStyleModule, typeof i23.IgoFilterModule, typeof i24.MatRadioModule, typeof i25.IgoContextModule, typeof i26.IgoAppWorkspaceModule, typeof i27.MatSlideToggleModule, typeof i28.MatMenuModule, typeof i29.MatButtonModule, typeof i30.MatTooltipModule, typeof i17.IgoEntityTableModule], [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent]>;
37
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMapModule>;
38
+ }
@@ -1,24 +1,24 @@
1
- import { StorageService, ConfigService } from '@igo2/core';
2
- import { IgoMap, MapService, ProjectionService } from '@igo2/geo';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Service that holds the state of the map module
6
- */
7
- export declare class MapState {
8
- private mapService;
9
- private projectionService;
10
- private storageService;
11
- private configService;
12
- get showAllLegendsValue(): boolean;
13
- set showAllLegendsValue(value: boolean);
14
- private _legendToolShowAll;
15
- /**
16
- * Active map
17
- */
18
- get map(): IgoMap;
19
- private _map;
20
- constructor(mapService: MapService, projectionService: ProjectionService, // Don't remove this or it'll never be injected,
21
- storageService: StorageService, configService: ConfigService);
22
- static ɵfac: i0.ɵɵFactoryDeclaration<MapState, never>;
23
- static ɵprov: i0.ɵɵInjectableDeclaration<MapState>;
24
- }
1
+ import { StorageService, ConfigService } from '@igo2/core';
2
+ import { IgoMap, MapService, ProjectionService } from '@igo2/geo';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Service that holds the state of the map module
6
+ */
7
+ export declare class MapState {
8
+ private mapService;
9
+ private projectionService;
10
+ private storageService;
11
+ private configService;
12
+ get showAllLegendsValue(): boolean;
13
+ set showAllLegendsValue(value: boolean);
14
+ private _legendToolShowAll;
15
+ /**
16
+ * Active map
17
+ */
18
+ get map(): IgoMap;
19
+ private _map;
20
+ constructor(mapService: MapService, projectionService: ProjectionService, // Don't remove this or it'll never be injected,
21
+ storageService: StorageService, configService: ConfigService);
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<MapState, never>;
23
+ static ɵprov: i0.ɵɵInjectableDeclaration<MapState>;
24
+ }
@@ -1,3 +1,3 @@
1
- export * from './measure.state';
2
- export * from './measurer-tool/measurer-tool.component';
3
- export * from './measurer-tool/measurer-tool.module';
1
+ export * from './measure.state';
2
+ export * from './measurer-tool/measurer-tool.component';
3
+ export * from './measurer-tool/measurer-tool.module';
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./measurer-tool/measurer-tool.module";
3
- export declare class IgoAppMeasureModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMeasureModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasureModule, never, never, [typeof i1.IgoAppMeasurerToolModule]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMeasureModule>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./measurer-tool/measurer-tool.module";
3
+ export declare class IgoAppMeasureModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMeasureModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasureModule, never, never, [typeof i1.IgoAppMeasurerToolModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMeasureModule>;
7
+ }
@@ -1,16 +1,16 @@
1
- import { FeatureStore, FeatureWithMeasure } from '@igo2/geo';
2
- import { MapState } from '../map/map.state';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Service that holds the state of the measure module
6
- */
7
- export declare class MeasureState {
8
- private mapState;
9
- /**
10
- * Store that holds the measures
11
- */
12
- store: FeatureStore<FeatureWithMeasure>;
13
- constructor(mapState: MapState);
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MeasureState, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<MeasureState>;
16
- }
1
+ import { FeatureStore, FeatureWithMeasure } from '@igo2/geo';
2
+ import { MapState } from '../map/map.state';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Service that holds the state of the measure module
6
+ */
7
+ export declare class MeasureState {
8
+ private mapState;
9
+ /**
10
+ * Store that holds the measures
11
+ */
12
+ store: FeatureStore<FeatureWithMeasure>;
13
+ constructor(mapState: MapState);
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MeasureState, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<MeasureState>;
16
+ }
@@ -1,24 +1,24 @@
1
- import { FeatureStore, FeatureWithMeasure, IgoMap } from '@igo2/geo';
2
- import { MapState } from '../../map/map.state';
3
- import { MeasureState } from '../measure.state';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Tool to measure lengths and areas
7
- */
8
- export declare class MeasurerToolComponent {
9
- private measureState;
10
- private mapState;
11
- /**
12
- * Map to measure on
13
- * @internal
14
- */
15
- get store(): FeatureStore<FeatureWithMeasure>;
16
- /**
17
- * Map to measure on
18
- * @internal
19
- */
20
- get map(): IgoMap;
21
- constructor(measureState: MeasureState, mapState: MapState);
22
- static ɵfac: i0.ɵɵFactoryDeclaration<MeasurerToolComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerToolComponent, "igo-measurer-tool", never, {}, {}, never, never, false>;
24
- }
1
+ import { FeatureStore, FeatureWithMeasure, IgoMap } from '@igo2/geo';
2
+ import { MapState } from '../../map/map.state';
3
+ import { MeasureState } from '../measure.state';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * Tool to measure lengths and areas
7
+ */
8
+ export declare class MeasurerToolComponent {
9
+ private measureState;
10
+ private mapState;
11
+ /**
12
+ * Map to measure on
13
+ * @internal
14
+ */
15
+ get store(): FeatureStore<FeatureWithMeasure>;
16
+ /**
17
+ * Map to measure on
18
+ * @internal
19
+ */
20
+ get map(): IgoMap;
21
+ constructor(measureState: MeasureState, mapState: MapState);
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<MeasurerToolComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerToolComponent, "igo-measurer-tool", never, {}, {}, never, never, false, never>;
24
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./measurer-tool.component";
3
- import * as i2 from "@igo2/geo";
4
- /**
5
- * @ignore
6
- */
7
- export declare class IgoAppMeasurerToolModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMeasurerToolModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasurerToolModule, [typeof i1.MeasurerToolComponent], [typeof i2.IgoMeasurerModule], [typeof i1.MeasurerToolComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMeasurerToolModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./measurer-tool.component";
3
+ import * as i2 from "@igo2/geo";
4
+ /**
5
+ * @ignore
6
+ */
7
+ export declare class IgoAppMeasurerToolModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMeasurerToolModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasurerToolModule, [typeof i1.MeasurerToolComponent], [typeof i2.IgoMeasurerModule], [typeof i1.MeasurerToolComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMeasurerToolModule>;
11
+ }
@@ -1 +1 @@
1
- export * from './print-tool';
1
+ export * from './print-tool';
@@ -1 +1 @@
1
- export * from './print-tool.component';
1
+ export * from './print-tool.component';
@@ -1,10 +1,10 @@
1
- import { IgoMap } from '@igo2/geo';
2
- import { MapState } from '../../map/map.state';
3
- import * as i0 from "@angular/core";
4
- export declare class PrintToolComponent {
5
- private mapState;
6
- get map(): IgoMap;
7
- constructor(mapState: MapState);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PrintToolComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<PrintToolComponent, "igo-print-tool", never, {}, {}, never, never, false>;
10
- }
1
+ import { IgoMap } from '@igo2/geo';
2
+ import { MapState } from '../../map/map.state';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PrintToolComponent {
5
+ private mapState;
6
+ get map(): IgoMap;
7
+ constructor(mapState: MapState);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<PrintToolComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<PrintToolComponent, "igo-print-tool", never, {}, {}, never, never, false, never>;
10
+ }
@@ -1,10 +1,10 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./print-tool/print-tool.component";
4
- import * as i2 from "@igo2/geo";
5
- export declare class IgoAppPrintModule {
6
- static forRoot(): ModuleWithProviders<IgoAppPrintModule>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppPrintModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppPrintModule, [typeof i1.PrintToolComponent], [typeof i2.IgoPrintModule], [typeof i1.PrintToolComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppPrintModule>;
10
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./print-tool/print-tool.component";
4
+ import * as i2 from "@igo2/geo";
5
+ export declare class IgoAppPrintModule {
6
+ static forRoot(): ModuleWithProviders<IgoAppPrintModule>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppPrintModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppPrintModule, [typeof i1.PrintToolComponent], [typeof i2.IgoPrintModule], [typeof i1.PrintToolComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppPrintModule>;
10
+ }
@@ -1,6 +1,6 @@
1
- export * from './query.state';
2
- export * from './search.state';
3
- export * from './search-results-tool/search-results-tool.module';
4
- export * from './search-results-tool/search-results-tool.component';
5
- export * from './search-bar/search-bar.module';
6
- export * from './search-bar/search-bar-binding.directive';
1
+ export * from './query.state';
2
+ export * from './search.state';
3
+ export * from './search-results-tool/search-results-tool.module';
4
+ export * from './search-results-tool/search-results-tool.component';
5
+ export * from './search-bar/search-bar.module';
6
+ export * from './search-bar/search-bar-binding.directive';
@@ -1,20 +1,26 @@
1
- import { EntityStore } from '@igo2/common';
2
- import { ConfigService } from '@igo2/core';
3
- import { CommonVectorStyleOptions, SearchResult } from '@igo2/geo';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Service that holds the state of the query module
7
- */
8
- export declare class QueryState {
9
- private configService;
10
- /**
11
- * Store that holds the query results
12
- */
13
- store: EntityStore<SearchResult>;
14
- queryOverlayStyle: CommonVectorStyleOptions;
15
- queryOverlayStyleSelection: CommonVectorStyleOptions;
16
- queryOverlayStyleFocus: CommonVectorStyleOptions;
17
- constructor(configService: ConfigService);
18
- static ɵfac: i0.ɵɵFactoryDeclaration<QueryState, never>;
19
- static ɵprov: i0.ɵɵInjectableDeclaration<QueryState>;
20
- }
1
+ import { EntityStoreWithStrategy } from '@igo2/common';
2
+ import { ConfigService } from '@igo2/core';
3
+ import { CapabilitiesService, CommonVectorStyleOptions, PropertyTypeDetectorService, SearchResult } from '@igo2/geo';
4
+ import { MapState } from '../map/map.state';
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * Service that holds the state of the query module
8
+ */
9
+ export declare class QueryState {
10
+ private configService;
11
+ private propertyTypeDetectorService;
12
+ private capabilitiesService;
13
+ private mapState;
14
+ /**
15
+ * Store that holds the query results
16
+ */
17
+ store: EntityStoreWithStrategy<SearchResult<{
18
+ [key: string]: any;
19
+ }>, import("@igo2/common").EntityState>;
20
+ queryOverlayStyle: CommonVectorStyleOptions;
21
+ queryOverlayStyleSelection: CommonVectorStyleOptions;
22
+ queryOverlayStyleFocus: CommonVectorStyleOptions;
23
+ constructor(configService: ConfigService, propertyTypeDetectorService: PropertyTypeDetectorService, capabilitiesService: CapabilitiesService, mapState: MapState);
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryState, never>;
25
+ static ɵprov: i0.ɵɵInjectableDeclaration<QueryState>;
26
+ }
@@ -1,20 +1,20 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import { SearchBarComponent } from '@igo2/geo';
3
- import { SearchState } from '../search.state';
4
- import * as i0 from "@angular/core";
5
- export declare class SearchBarBindingDirective implements OnInit, OnDestroy {
6
- private component;
7
- private searchState;
8
- get searchTerm(): string;
9
- get searchType(): string;
10
- private searchTerm$$;
11
- private searchType$$;
12
- private searchDisabled$$;
13
- constructor(component: SearchBarComponent, searchState: SearchState);
14
- ngOnInit(): void;
15
- ngOnDestroy(): void;
16
- onSearchTermChange(searchTerm?: string): void;
17
- onSearchTypeChange(searchType?: string): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarBindingDirective, [{ self: true; }, null]>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<SearchBarBindingDirective, "[igoSearchBarBinding]", never, {}, {}, never, never, false>;
20
- }
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
+ import { SearchBarComponent } from '@igo2/geo';
3
+ import { SearchState } from '../search.state';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SearchBarBindingDirective implements OnInit, OnDestroy {
6
+ private component;
7
+ private searchState;
8
+ get searchTerm(): string;
9
+ get searchType(): string;
10
+ private searchTerm$$;
11
+ private searchType$$;
12
+ private searchDisabled$$;
13
+ constructor(component: SearchBarComponent, searchState: SearchState);
14
+ ngOnInit(): void;
15
+ ngOnDestroy(): void;
16
+ onSearchTermChange(searchTerm?: string): void;
17
+ onSearchTypeChange(searchType?: string): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarBindingDirective, [{ self: true; }, null]>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SearchBarBindingDirective, "[igoSearchBarBinding]", never, {}, {}, never, never, false, never>;
20
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./search-bar-binding.directive";
3
- import * as i2 from "@igo2/geo";
4
- /**
5
- * @ignore
6
- */
7
- export declare class IgoAppSearchBarModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchBarModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchBarModule, [typeof i1.SearchBarBindingDirective], [typeof i2.IgoSearchModule], [typeof i1.SearchBarBindingDirective]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchBarModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./search-bar-binding.directive";
3
+ import * as i2 from "@igo2/geo";
4
+ /**
5
+ * @ignore
6
+ */
7
+ export declare class IgoAppSearchBarModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchBarModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchBarModule, [typeof i1.SearchBarBindingDirective], [typeof i2.IgoSearchModule], [typeof i1.SearchBarBindingDirective]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchBarModule>;
11
+ }