@igo2/geo 16.0.0-rc.8 → 16.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/esm2022/lib/catalog/catalog-browser/catalog-browser.component.mjs +2 -2
  2. package/esm2022/lib/catalog/catalog-library/add-catalog-dialog.component.mjs +2 -2
  3. package/esm2022/lib/catalog/catalog-library/catalog-library-item.component.mjs +2 -2
  4. package/esm2022/lib/catalog/catalog-library/catalog-library.component.mjs +2 -2
  5. package/esm2022/lib/catalog/index.mjs +1 -1
  6. package/esm2022/lib/catalog/shared/index.mjs +1 -1
  7. package/esm2022/lib/datasource/index.mjs +1 -1
  8. package/esm2022/lib/datasource/shared/datasources/arcgisrest-datasource.interface.mjs +1 -1
  9. package/esm2022/lib/datasource/shared/datasources/carto-datasource.interface.mjs +1 -1
  10. package/esm2022/lib/datasource/shared/datasources/data.service.mjs +1 -1
  11. package/esm2022/lib/datasource/shared/datasources/index.mjs +1 -1
  12. package/esm2022/lib/datasource/shared/datasources/mvt-datasource.interface.mjs +1 -1
  13. package/esm2022/lib/datasource/shared/datasources/osm-datasource.interface.mjs +1 -1
  14. package/esm2022/lib/datasource/shared/datasources/osm-datasource.mjs +1 -1
  15. package/esm2022/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.mjs +1 -1
  16. package/esm2022/lib/datasource/shared/datasources/tiledebug-datasource.mjs +1 -1
  17. package/esm2022/lib/datasource/shared/datasources/websocket-datasource.interface.mjs +1 -1
  18. package/esm2022/lib/datasource/shared/datasources/wmts-datasource.mjs +1 -1
  19. package/esm2022/lib/datasource/shared/datasources/xyz-datasource.mjs +1 -1
  20. package/esm2022/lib/datasource/shared/index.mjs +1 -1
  21. package/esm2022/lib/datasource/shared/options/index.mjs +1 -1
  22. package/esm2022/lib/datasource/shared/options/options-api.interface.mjs +1 -1
  23. package/esm2022/lib/datasource/shared/options/options.service.mjs +1 -1
  24. package/esm2022/lib/datasource/utils/index.mjs +1 -1
  25. package/esm2022/lib/directions/directions-buttons/directions-buttons.component.mjs +2 -2
  26. package/esm2022/lib/directions/directions-buttons/index.mjs +1 -1
  27. package/esm2022/lib/directions/directions-inputs/directions-inputs.component.mjs +2 -2
  28. package/esm2022/lib/directions/directions-inputs/index.mjs +1 -1
  29. package/esm2022/lib/directions/directions-results/directions-results.component.mjs +2 -2
  30. package/esm2022/lib/directions/directions-results/index.mjs +1 -1
  31. package/esm2022/lib/directions/directions-sources/directions-source.mjs +1 -1
  32. package/esm2022/lib/directions/directions-sources/directions-source.provider.mjs +1 -1
  33. package/esm2022/lib/directions/directions-sources/index.mjs +1 -1
  34. package/esm2022/lib/directions/index.mjs +1 -1
  35. package/esm2022/lib/directions/shared/directions-source.service.mjs +1 -1
  36. package/esm2022/lib/directions/shared/directions.enum.mjs +1 -1
  37. package/esm2022/lib/directions/shared/index.mjs +1 -1
  38. package/esm2022/lib/download/download-button/download-button.component.mjs +2 -2
  39. package/esm2022/lib/download/download-button/index.mjs +1 -1
  40. package/esm2022/lib/download/index.mjs +1 -1
  41. package/esm2022/lib/download/shared/download.interface.mjs +1 -1
  42. package/esm2022/lib/download/shared/index.mjs +1 -1
  43. package/esm2022/lib/draw/draw/draw-layer-popup.component.mjs +2 -2
  44. package/esm2022/lib/draw/draw/draw-popup.component.mjs +2 -2
  45. package/esm2022/lib/draw/draw/draw-shorcuts.component.mjs +2 -2
  46. package/esm2022/lib/draw/draw/draw.component.mjs +2 -2
  47. package/esm2022/lib/draw/index.mjs +1 -1
  48. package/esm2022/lib/draw/shared/draw.enum.mjs +1 -1
  49. package/esm2022/lib/draw/shared/index.mjs +1 -1
  50. package/esm2022/lib/feature/feature-details/feature-details.component.mjs +2 -2
  51. package/esm2022/lib/feature/feature-form/feature-form.component.mjs +2 -2
  52. package/esm2022/lib/feature/index.mjs +1 -1
  53. package/esm2022/lib/feature/shared/feature-store.utils.mjs +1 -1
  54. package/esm2022/lib/feature/shared/feature.enums.mjs +1 -1
  55. package/esm2022/lib/feature/shared/index.mjs +1 -1
  56. package/esm2022/lib/feature/shared/strategies/index.mjs +1 -1
  57. package/esm2022/lib/filter/index.mjs +1 -1
  58. package/esm2022/lib/filter/ogc-filter-button/index.mjs +1 -1
  59. package/esm2022/lib/filter/ogc-filter-button/ogc-filter-button.component.mjs +2 -2
  60. package/esm2022/lib/filter/ogc-filter-form/index.mjs +1 -1
  61. package/esm2022/lib/filter/ogc-filter-form/ogc-filter-form.component.mjs +2 -2
  62. package/esm2022/lib/filter/ogc-filter-selection/index.mjs +1 -1
  63. package/esm2022/lib/filter/ogc-filter-selection/ogc-filter-selection.component.mjs +2 -2
  64. package/esm2022/lib/filter/ogc-filter-time/index.mjs +1 -1
  65. package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.mjs +2 -2
  66. package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time.component.mjs +2 -2
  67. package/esm2022/lib/filter/ogc-filterable-form/index.mjs +1 -1
  68. package/esm2022/lib/filter/ogc-filterable-form/ogc-filterable-form.component.mjs +2 -2
  69. package/esm2022/lib/filter/ogc-filterable-item/index.mjs +1 -1
  70. package/esm2022/lib/filter/ogc-filterable-item/ogc-filterable-item.component.mjs +2 -2
  71. package/esm2022/lib/filter/ogc-filterable-list/index.mjs +1 -1
  72. package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list.component.mjs +2 -2
  73. package/esm2022/lib/filter/shared/index.mjs +1 -1
  74. package/esm2022/lib/filter/shared/ogc-filter.enum.mjs +1 -1
  75. package/esm2022/lib/filter/shared/ogc-filter.service.mjs +1 -1
  76. package/esm2022/lib/filter/shared/spatial-filter.enum.mjs +1 -1
  77. package/esm2022/lib/filter/shared/spatial-filter.interface.mjs +1 -1
  78. package/esm2022/lib/filter/shared/time-filter.enum.mjs +1 -1
  79. package/esm2022/lib/filter/spatial-filter/spatial-filter-item/index.mjs +1 -1
  80. package/esm2022/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.mjs +2 -2
  81. package/esm2022/lib/filter/spatial-filter/spatial-filter-list/index.mjs +1 -1
  82. package/esm2022/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.mjs +2 -2
  83. package/esm2022/lib/filter/spatial-filter/spatial-filter-type/index.mjs +1 -1
  84. package/esm2022/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.mjs +2 -2
  85. package/esm2022/lib/filter/time-filter-button/index.mjs +1 -1
  86. package/esm2022/lib/filter/time-filter-button/time-filter-button.component.mjs +2 -2
  87. package/esm2022/lib/filter/time-filter-form/index.mjs +1 -1
  88. package/esm2022/lib/filter/time-filter-form/time-filter-form.component.mjs +2 -2
  89. package/esm2022/lib/filter/time-filter-item/index.mjs +1 -1
  90. package/esm2022/lib/filter/time-filter-item/time-filter-item.component.mjs +2 -2
  91. package/esm2022/lib/filter/time-filter-list/index.mjs +1 -1
  92. package/esm2022/lib/filter/time-filter-list/time-filter-list.component.mjs +2 -2
  93. package/esm2022/lib/geometry/geometry-form-field/geometry-form-field-input.component.mjs +2 -2
  94. package/esm2022/lib/geometry/geometry-form-field/geometry-form-field.component.mjs +2 -2
  95. package/esm2022/lib/geometry/index.mjs +1 -1
  96. package/esm2022/lib/geometry/shared/controls/index.mjs +1 -1
  97. package/esm2022/lib/geometry/shared/geometry.errors.mjs +1 -1
  98. package/esm2022/lib/geometry/shared/index.mjs +1 -1
  99. package/esm2022/lib/import-export/export-button/export-button.component.mjs +2 -2
  100. package/esm2022/lib/import-export/export-button/index.mjs +1 -1
  101. package/esm2022/lib/import-export/import-export/import-export.component.mjs +2 -2
  102. package/esm2022/lib/import-export/import-export/index.mjs +1 -1
  103. package/esm2022/lib/import-export/index.mjs +1 -1
  104. package/esm2022/lib/import-export/shared/export.errors.mjs +1 -1
  105. package/esm2022/lib/import-export/shared/export.type.mjs +1 -1
  106. package/esm2022/lib/import-export/shared/import.errors.mjs +1 -1
  107. package/esm2022/lib/import-export/shared/index.mjs +1 -1
  108. package/esm2022/lib/layer/index.mjs +1 -1
  109. package/esm2022/lib/layer/layer-item/index.mjs +1 -1
  110. package/esm2022/lib/layer/layer-item/layer-item.component.mjs +2 -2
  111. package/esm2022/lib/layer/layer-legend/index.mjs +1 -1
  112. package/esm2022/lib/layer/layer-legend/layer-legend.component.mjs +2 -2
  113. package/esm2022/lib/layer/layer-legend-item/index.mjs +1 -1
  114. package/esm2022/lib/layer/layer-legend-item/layer-legend-item.component.mjs +2 -2
  115. package/esm2022/lib/layer/layer-legend-list/index.mjs +1 -1
  116. package/esm2022/lib/layer/layer-legend-list/layer-legend-list.component.mjs +2 -2
  117. package/esm2022/lib/layer/layer-list/index.mjs +1 -1
  118. package/esm2022/lib/layer/layer-list/layer-list.component.mjs +2 -2
  119. package/esm2022/lib/layer/layer-list/layer-list.enum.mjs +1 -1
  120. package/esm2022/lib/layer/layer-list-tool/index.mjs +1 -1
  121. package/esm2022/lib/layer/layer-list-tool/layer-list-tool.component.mjs +2 -2
  122. package/esm2022/lib/layer/layer-list-tool/layer-list-tool.enum.mjs +1 -1
  123. package/esm2022/lib/layer/layer-list-tool/layer-list-tool.interface.mjs +1 -1
  124. package/esm2022/lib/layer/layer-list-tool/layer-list-tool.service.mjs +1 -1
  125. package/esm2022/lib/layer/shared/clusterParam.mjs +1 -1
  126. package/esm2022/lib/layer/shared/index.mjs +1 -1
  127. package/esm2022/lib/layer/shared/layer.enums.mjs +1 -1
  128. package/esm2022/lib/layer/shared/layers/index.mjs +1 -1
  129. package/esm2022/lib/layer/shared/layers/legend.interface.mjs +1 -1
  130. package/esm2022/lib/layer/track-feature-button/index.mjs +1 -1
  131. package/esm2022/lib/layer/track-feature-button/track-feature-button.component.mjs +2 -2
  132. package/esm2022/lib/layer/utils/index.mjs +1 -1
  133. package/esm2022/lib/layer/utils/layer.utils.mjs +1 -1
  134. package/esm2022/lib/layer/utils/outputLegend.mjs +1 -1
  135. package/esm2022/lib/map/baselayers-switcher/index.mjs +1 -1
  136. package/esm2022/lib/map/baselayers-switcher/mini-basemap.component.mjs +2 -2
  137. package/esm2022/lib/map/geolocate-button/geolocate-button.component.mjs +2 -2
  138. package/esm2022/lib/map/geolocate-button/index.mjs +1 -1
  139. package/esm2022/lib/map/home-extent-button/home-extent-button.component.mjs +2 -2
  140. package/esm2022/lib/map/index.mjs +1 -1
  141. package/esm2022/lib/map/info-section/index.mjs +1 -1
  142. package/esm2022/lib/map/info-section/info-section.component.mjs +2 -2
  143. package/esm2022/lib/map/map-browser/index.mjs +1 -1
  144. package/esm2022/lib/map/map-browser/map-browser.component.mjs +2 -2
  145. package/esm2022/lib/map/map-center/index.mjs +1 -1
  146. package/esm2022/lib/map/map-center/map-center.component.mjs +2 -2
  147. package/esm2022/lib/map/menu-button/index.mjs +1 -1
  148. package/esm2022/lib/map/menu-button/menu-button.component.mjs +2 -2
  149. package/esm2022/lib/map/offline-button/index.mjs +1 -1
  150. package/esm2022/lib/map/offline-button/offline-button.component.mjs +2 -2
  151. package/esm2022/lib/map/rotation-button/index.mjs +1 -1
  152. package/esm2022/lib/map/rotation-button/rotation-button.component.mjs +2 -2
  153. package/esm2022/lib/map/shared/controllers/index.mjs +1 -1
  154. package/esm2022/lib/map/shared/index.mjs +1 -1
  155. package/esm2022/lib/map/shared/map.enums.mjs +1 -1
  156. package/esm2022/lib/map/shared/map.interface.mjs +1 -1
  157. package/esm2022/lib/map/shared/map.service.mjs +1 -1
  158. package/esm2022/lib/map/shared/projection.utils.mjs +1 -1
  159. package/esm2022/lib/map/swipe-control/index.mjs +1 -1
  160. package/esm2022/lib/map/swipe-control/swipe-control.component.mjs +2 -2
  161. package/esm2022/lib/map/wake-lock-button/index.mjs +1 -1
  162. package/esm2022/lib/map/wake-lock-button/wake-lock-button.component.mjs +2 -2
  163. package/esm2022/lib/map/zoom-button/index.mjs +1 -1
  164. package/esm2022/lib/map/zoom-button/zoom-button.component.mjs +2 -2
  165. package/esm2022/lib/measure/index.mjs +1 -1
  166. package/esm2022/lib/measure/measure.module.mjs +1 -1
  167. package/esm2022/lib/measure/measurer/measurer-dialog.component.mjs +2 -2
  168. package/esm2022/lib/measure/measurer/measurer-item.component.mjs +2 -2
  169. package/esm2022/lib/measure/measurer/measurer.component.mjs +2 -2
  170. package/esm2022/lib/measure/shared/index.mjs +1 -1
  171. package/esm2022/lib/measure/shared/measure.enum.mjs +1 -1
  172. package/esm2022/lib/measure/shared/measure.interfaces.mjs +1 -1
  173. package/esm2022/lib/metadata/index.mjs +1 -1
  174. package/esm2022/lib/metadata/metadata-button/index.mjs +1 -1
  175. package/esm2022/lib/metadata/metadata-button/metadata-button.component.mjs +3 -3
  176. package/esm2022/lib/metadata/shared/index.mjs +1 -1
  177. package/esm2022/lib/metadata/shared/metadata.interface.mjs +1 -1
  178. package/esm2022/lib/metadata/shared/metadata.service.mjs +1 -1
  179. package/esm2022/lib/offline/geoDB/geoDB.enums.mjs +1 -1
  180. package/esm2022/lib/offline/geoDB/geoDB.interface.mjs +1 -1
  181. package/esm2022/lib/offline/geoDB/index.mjs +1 -1
  182. package/esm2022/lib/offline/index.mjs +1 -1
  183. package/esm2022/lib/offline/layerDB/index.mjs +1 -1
  184. package/esm2022/lib/offline/layerDB/layerDB.interface.mjs +1 -1
  185. package/esm2022/lib/offline/shared/index.mjs +1 -1
  186. package/esm2022/lib/overlay/index.mjs +1 -1
  187. package/esm2022/lib/overlay/shared/index.mjs +1 -1
  188. package/esm2022/lib/overlay/shared/overlay.enum.mjs +1 -1
  189. package/esm2022/lib/overlay/shared/overlay.utils.mjs +1 -1
  190. package/esm2022/lib/print/index.mjs +1 -1
  191. package/esm2022/lib/print/print/print.component.mjs +2 -2
  192. package/esm2022/lib/print/print-form/index.mjs +1 -1
  193. package/esm2022/lib/print/print-form/print-form.component.mjs +2 -2
  194. package/esm2022/lib/print/shared/geopdf.mjs +1 -1
  195. package/esm2022/lib/print/shared/index.mjs +1 -1
  196. package/esm2022/lib/print/shared/print.type.mjs +1 -1
  197. package/esm2022/lib/query/index.mjs +1 -1
  198. package/esm2022/lib/query/shared/index.mjs +1 -1
  199. package/esm2022/lib/query/shared/query.enums.mjs +1 -1
  200. package/esm2022/lib/query/shared/query.utils.mjs +1 -1
  201. package/esm2022/lib/search/index.mjs +1 -1
  202. package/esm2022/lib/search/search-bar/search-bar.component.mjs +2 -2
  203. package/esm2022/lib/search/search-results/save-feature-dialog.component.mjs +2 -2
  204. package/esm2022/lib/search/search-results/search-results-add-button.component.mjs +2 -2
  205. package/esm2022/lib/search/search-results/search-results-item.component.mjs +2 -2
  206. package/esm2022/lib/search/search-results/search-results.component.mjs +2 -2
  207. package/esm2022/lib/search/search-selector/search-selector.component.mjs +2 -2
  208. package/esm2022/lib/search/shared/index.mjs +1 -1
  209. package/esm2022/lib/search/shared/search.enums.mjs +1 -1
  210. package/esm2022/lib/search/shared/sources/coordinates.interfaces.mjs +1 -1
  211. package/esm2022/lib/search/shared/sources/icherche.interfaces.mjs +1 -1
  212. package/esm2022/lib/search/shared/sources/index.mjs +1 -1
  213. package/esm2022/lib/search/shared/sources/nominatim.interfaces.mjs +1 -1
  214. package/esm2022/lib/search/shared/sources/storedqueries.interfaces.mjs +1 -1
  215. package/esm2022/lib/search/shared/sources/workspace.interfaces.mjs +1 -1
  216. package/esm2022/lib/style/shared/datasource/index.mjs +1 -1
  217. package/esm2022/lib/style/shared/feature/index.mjs +1 -1
  218. package/esm2022/lib/style/shared/font.enum.mjs +1 -1
  219. package/esm2022/lib/style/shared/overlay/index.mjs +1 -1
  220. package/esm2022/lib/style/shared/vector/index.mjs +1 -1
  221. package/esm2022/lib/style/style-list/index.mjs +1 -1
  222. package/esm2022/lib/style/style-list/style-list.interface.mjs +1 -1
  223. package/esm2022/lib/style/style-modal/drawing/index.mjs +1 -1
  224. package/esm2022/lib/style/style-modal/index.mjs +1 -1
  225. package/esm2022/lib/style/style-modal/layer/index.mjs +1 -1
  226. package/esm2022/lib/style/style-modal/layer-button/index.mjs +1 -1
  227. package/esm2022/lib/style/style-modal/layer-button/style-modal-layer-button.component.mjs +2 -2
  228. package/esm2022/lib/style/style-modal/shared/index.mjs +1 -1
  229. package/esm2022/lib/style/style-modal/shared/style-modal.interface.mjs +1 -1
  230. package/esm2022/lib/style/style-service/index.mjs +1 -1
  231. package/esm2022/lib/toast/index.mjs +1 -1
  232. package/esm2022/lib/toast/toast.component.mjs +2 -2
  233. package/esm2022/lib/utils/googleLinks.mjs +1 -1
  234. package/esm2022/lib/utils/index.mjs +1 -1
  235. package/esm2022/lib/utils/osmLinks.mjs +1 -1
  236. package/esm2022/lib/utils/propertyTypeDetector/index.mjs +1 -1
  237. package/esm2022/lib/utils/propertyTypeDetector/propertyTypeDetector.interface.mjs +1 -1
  238. package/esm2022/lib/wkt/index.mjs +1 -1
  239. package/esm2022/lib/wkt/shared/index.mjs +1 -1
  240. package/esm2022/lib/workspace/confirmation-popup/confirmation-popup.component.mjs +2 -2
  241. package/esm2022/lib/workspace/confirmation-popup/index.mjs +1 -1
  242. package/esm2022/lib/workspace/index.mjs +1 -1
  243. package/esm2022/lib/workspace/shared/index.mjs +1 -1
  244. package/esm2022/lib/workspace/widgets/index.mjs +1 -1
  245. package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.component.mjs +2 -2
  246. package/esm2022/lib/workspace/widgets/widgets.mjs +1 -1
  247. package/fesm2022/igo2-geo.mjs +69 -69
  248. package/fesm2022/igo2-geo.mjs.map +1 -1
  249. package/lib/directions/directions-results/directions-results.theming.scss +10 -10
  250. package/lib/directions/directions.theming.scss +6 -6
  251. package/lib/draw/draw.theming.scss +32 -32
  252. package/lib/feature/feature-details/feature-details.theming.scss +16 -16
  253. package/lib/feature/feature.theming.scss +4 -4
  254. package/lib/filter/ogc-filter-selection/ogc-filter-selection.theming.scss +18 -18
  255. package/lib/filter/time-filter-form/time-filter-form.theming.scss +5 -5
  256. package/lib/layer/layer-legend/layer-legend.theming.scss +10 -10
  257. package/lib/map/map-browser/map-browser.theming.scss +46 -46
  258. package/lib/map/map.theming.scss +9 -9
  259. package/lib/map/zoom-button/zoom-button.theming.scss +32 -32
  260. package/lib/measure/measure.theming.scss +5 -5
  261. package/lib/measure/measurer/measurer.theming.scss +26 -26
  262. package/lib/workspace/confirmation-popup/confirmation-popup.theming.scss +14 -14
  263. package/lib/workspace/workspace.theming.scss +6 -6
  264. package/package.json +4 -4
@@ -1,10 +1,10 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-directions-results-theming($theme) {
5
- $accent: map.get($theme, accent);
6
-
7
- igo-directions-results mat-list-item.igo-steps:hover {
8
- background-color: mat.get-color-from-palette($accent, lighter);
9
- }
10
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-directions-results-theming($theme) {
5
+ $accent: map.get($theme, accent);
6
+
7
+ igo-directions-results mat-list-item.igo-steps:hover {
8
+ background-color: mat.get-color-from-palette($accent, lighter);
9
+ }
10
+ }
@@ -1,6 +1,6 @@
1
- @use './directions-results/directions-results.theming' as
2
- directions-results-theme;
3
-
4
- @mixin igo-directions-theming($theme) {
5
- @include directions-results-theme.igo-directions-results-theming($theme);
6
- }
1
+ @use './directions-results/directions-results.theming' as
2
+ directions-results-theme;
3
+
4
+ @mixin igo-directions-theming($theme) {
5
+ @include directions-results-theme.igo-directions-results-theming($theme);
6
+ }
@@ -1,32 +1,32 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-draw-theming($theme) {
5
- $foreground: map.get($theme, foreground);
6
- $typography: mat.get-typography-config($theme);
7
-
8
- igo-draw-popup-component,
9
- igo-draw-popup-component,
10
- igo-draw-shorcuts,
11
- igo-draw {
12
- .igo-map-tooltip {
13
- position: relative;
14
- border-radius: 4px;
15
- padding: 4px 8px;
16
- white-space: nowrap;
17
- }
18
-
19
- .igo-map-tooltip-draw {
20
- color: mat.get-color-from-palette($foreground, text);
21
- font-weight: bold;
22
- font-size: mat.font-size($typography, subtitle-1);
23
- }
24
- }
25
-
26
- igo-draw-popup-component {
27
- h1 {
28
- font-size: mat.font-size($typography, headline-4);
29
- font-family: Roboto, 'Helvetica Neue', sans-serif;
30
- }
31
- }
32
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-draw-theming($theme) {
5
+ $foreground: map.get($theme, foreground);
6
+ $typography: mat.get-typography-config($theme);
7
+
8
+ igo-draw-popup-component,
9
+ igo-draw-popup-component,
10
+ igo-draw-shorcuts,
11
+ igo-draw {
12
+ .igo-map-tooltip {
13
+ position: relative;
14
+ border-radius: 4px;
15
+ padding: 4px 8px;
16
+ white-space: nowrap;
17
+ }
18
+
19
+ .igo-map-tooltip-draw {
20
+ color: mat.get-color-from-palette($foreground, text);
21
+ font-weight: bold;
22
+ font-size: mat.font-size($typography, subtitle-1);
23
+ }
24
+ }
25
+
26
+ igo-draw-popup-component {
27
+ h1 {
28
+ font-size: mat.font-size($typography, headline-4);
29
+ font-family: Roboto, 'Helvetica Neue', sans-serif;
30
+ }
31
+ }
32
+ }
@@ -1,16 +1,16 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-feature-details-theming($theme) {
5
- $is-dark: map.get($theme, is-dark);
6
- $foreground: map.get($theme, foreground);
7
- $background: map.get($theme, background);
8
-
9
- igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
10
- background-color: mat.get-color-from-palette(
11
- $background,
12
- if($is-dark, app-bar, status-bar)
13
- );
14
- color: black;
15
- }
16
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-feature-details-theming($theme) {
5
+ $is-dark: map.get($theme, is-dark);
6
+ $foreground: map.get($theme, foreground);
7
+ $background: map.get($theme, background);
8
+
9
+ igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
10
+ background-color: mat.get-color-from-palette(
11
+ $background,
12
+ if($is-dark, app-bar, status-bar)
13
+ );
14
+ color: black;
15
+ }
16
+ }
@@ -1,4 +1,4 @@
1
- @use './feature-details/feature-details.theming.scss' as feature-details;
2
- @mixin igo-feature-theming($theme) {
3
- @include feature-details.igo-feature-details-theming($theme);
4
- }
1
+ @use './feature-details/feature-details.theming.scss' as feature-details;
2
+ @mixin igo-feature-theming($theme) {
3
+ @include feature-details.igo-feature-details-theming($theme);
4
+ }
@@ -1,18 +1,18 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-ogc-filter-selection-theming($theme) {
5
- $primary: map.get($theme, primary);
6
- $accent: map.get($theme, accent);
7
- $dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
8
-
9
- igo-ogc-filter-selection {
10
- mat-button-toggle.mat-button-toggle-checked {
11
- background-color: mat.get-color-from-palette($accent);
12
- color: mat.get-color-from-palette($dark);
13
- }
14
- mat-button-toggle {
15
- color: black !important;
16
- }
17
- }
18
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-ogc-filter-selection-theming($theme) {
5
+ $primary: map.get($theme, primary);
6
+ $accent: map.get($theme, accent);
7
+ $dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
8
+
9
+ igo-ogc-filter-selection {
10
+ mat-button-toggle.mat-button-toggle-checked {
11
+ background-color: mat.get-color-from-palette($accent);
12
+ color: mat.get-color-from-palette($dark);
13
+ }
14
+ mat-button-toggle {
15
+ color: black !important;
16
+ }
17
+ }
18
+ }
@@ -1,5 +1,5 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-time-filter-form-theming($theme) {
5
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-time-filter-form-theming($theme) {
5
+ }
@@ -1,10 +1,10 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-layer-legend-theming($theme) {
5
- $primary: map.get($theme, primary);
6
-
7
- igo-layer-legend img:after {
8
- border-top-color: mat.get-color-from-palette($primary);
9
- }
10
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-layer-legend-theming($theme) {
5
+ $primary: map.get($theme, primary);
6
+
7
+ igo-layer-legend img:after {
8
+ border-top-color: mat.get-color-from-palette($primary);
9
+ }
10
+ }
@@ -1,46 +1,46 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-map-browser-theming($theme) {
5
- @include color($theme);
6
- @include density($theme);
7
- @include typography($theme);
8
- }
9
-
10
- @mixin color($theme) {
11
- $primary: map.get($theme, primary);
12
- $is-dark: map.get($theme, is-dark);
13
-
14
- igo-map-browser div.ol-attribution > button {
15
- color: mat.get-color-from-palette(
16
- $primary,
17
- if($is-dark, default-contrast, default)
18
- );
19
- background-color: mat.get-color-from-palette(
20
- $primary,
21
- if($is-dark, default, default-contrast)
22
- );
23
- }
24
- }
25
-
26
- @mixin typography($theme) {
27
- $typography: mat.get-typography-config($theme);
28
-
29
- igo-map-browser div.ol-attribution > ul {
30
- font-size: mat.font-size($typography, body-1);
31
- }
32
- }
33
-
34
- @mixin density($theme) {
35
- $density: mat.get-density-config($theme);
36
- $theme: map.merge(
37
- $theme,
38
- (
39
- density: $density - 2
40
- )
41
- );
42
-
43
- igo-map-browser {
44
- @include mat.icon-button-density($theme);
45
- }
46
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-map-browser-theming($theme) {
5
+ @include color($theme);
6
+ @include density($theme);
7
+ @include typography($theme);
8
+ }
9
+
10
+ @mixin color($theme) {
11
+ $primary: map.get($theme, primary);
12
+ $is-dark: map.get($theme, is-dark);
13
+
14
+ igo-map-browser div.ol-attribution > button {
15
+ color: mat.get-color-from-palette(
16
+ $primary,
17
+ if($is-dark, default-contrast, default)
18
+ );
19
+ background-color: mat.get-color-from-palette(
20
+ $primary,
21
+ if($is-dark, default, default-contrast)
22
+ );
23
+ }
24
+ }
25
+
26
+ @mixin typography($theme) {
27
+ $typography: mat.get-typography-config($theme);
28
+
29
+ igo-map-browser div.ol-attribution > ul {
30
+ font-size: mat.font-size($typography, body-1);
31
+ }
32
+ }
33
+
34
+ @mixin density($theme) {
35
+ $density: mat.get-density-config($theme);
36
+ $theme: map.merge(
37
+ $theme,
38
+ (
39
+ density: $density - 2
40
+ )
41
+ );
42
+
43
+ igo-map-browser {
44
+ @include mat.icon-button-density($theme);
45
+ }
46
+ }
@@ -1,9 +1,9 @@
1
- @use './map-browser/map-browser.theming.scss' as map-browser;
2
- @use './zoom-button/zoom-button.theming.scss' as zoom-button;
3
- @use './menu-button/menu-button.theming.scss' as menu-button;
4
-
5
- @mixin igo-map-theming($theme) {
6
- @include map-browser.igo-map-browser-theming($theme);
7
- @include zoom-button.igo-zoom-button-theming($theme);
8
- @include menu-button.theme($theme);
9
- }
1
+ @use './map-browser/map-browser.theming.scss' as map-browser;
2
+ @use './zoom-button/zoom-button.theming.scss' as zoom-button;
3
+ @use './menu-button/menu-button.theming.scss' as menu-button;
4
+
5
+ @mixin igo-map-theming($theme) {
6
+ @include map-browser.igo-map-browser-theming($theme);
7
+ @include zoom-button.igo-zoom-button-theming($theme);
8
+ @include menu-button.theme($theme);
9
+ }
@@ -1,32 +1,32 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-zoom-button-theming($theme) {
5
- $primary: map.get($theme, primary);
6
- $accent: map.get($theme, accent);
7
- $is-dark: map.get($theme, is-dark);
8
-
9
- igo-zoom-button > div.igo-zoom-button-container > button {
10
- &.mat-primary {
11
- color: mat.get-color-from-palette(
12
- $primary,
13
- if($is-dark, default-contrast, default)
14
- );
15
- background-color: mat.get-color-from-palette(
16
- $primary,
17
- if($is-dark, default, default-contrast)
18
- );
19
- }
20
-
21
- &.mat-accent {
22
- color: mat.get-color-from-palette(
23
- $accent,
24
- if($is-dark, default-contrast, default)
25
- );
26
- background-color: mat.get-color-from-palette(
27
- $accent,
28
- if($is-dark, default, default-contrast)
29
- );
30
- }
31
- }
32
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-zoom-button-theming($theme) {
5
+ $primary: map.get($theme, primary);
6
+ $accent: map.get($theme, accent);
7
+ $is-dark: map.get($theme, is-dark);
8
+
9
+ igo-zoom-button > div.igo-zoom-button-container > button {
10
+ &.mat-primary {
11
+ color: mat.get-color-from-palette(
12
+ $primary,
13
+ if($is-dark, default-contrast, default)
14
+ );
15
+ background-color: mat.get-color-from-palette(
16
+ $primary,
17
+ if($is-dark, default, default-contrast)
18
+ );
19
+ }
20
+
21
+ &.mat-accent {
22
+ color: mat.get-color-from-palette(
23
+ $accent,
24
+ if($is-dark, default-contrast, default)
25
+ );
26
+ background-color: mat.get-color-from-palette(
27
+ $accent,
28
+ if($is-dark, default, default-contrast)
29
+ );
30
+ }
31
+ }
32
+ }
@@ -1,5 +1,5 @@
1
- @use './measurer/measurer.theming.scss' as measurer;
2
-
3
- @mixin igo-measure-theming($theme) {
4
- @include measurer.igo-measurer-theming($theme);
5
- }
1
+ @use './measurer/measurer.theming.scss' as measurer;
2
+
3
+ @mixin igo-measure-theming($theme) {
4
+ @include measurer.igo-measurer-theming($theme);
5
+ }
@@ -1,26 +1,26 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-measurer-theming($theme) {
5
- @include color($theme);
6
- @include typography($theme);
7
- }
8
-
9
- @mixin color($theme) {
10
- $foreground: map.get($theme, foreground);
11
-
12
- .igo-map-tooltip-measure {
13
- background-color: rgba(255, 204, 51, 0.7);
14
- border: 1px solid rgb(255, 205, 51);
15
- color: black;
16
- font-weight: bold;
17
- }
18
- }
19
-
20
- @mixin typography($theme) {
21
- $typography: mat.get-typography-config($theme);
22
-
23
- .igo-map-tooltip-measure {
24
- font-size: mat.font-size($typography, subtitle-1);
25
- }
26
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-measurer-theming($theme) {
5
+ @include color($theme);
6
+ @include typography($theme);
7
+ }
8
+
9
+ @mixin color($theme) {
10
+ $foreground: map.get($theme, foreground);
11
+
12
+ .igo-map-tooltip-measure {
13
+ background-color: rgba(255, 204, 51, 0.7);
14
+ border: 1px solid rgb(255, 205, 51);
15
+ color: black;
16
+ font-weight: bold;
17
+ }
18
+ }
19
+
20
+ @mixin typography($theme) {
21
+ $typography: mat.get-typography-config($theme);
22
+
23
+ .igo-map-tooltip-measure {
24
+ font-size: mat.font-size($typography, subtitle-1);
25
+ }
26
+ }
@@ -1,14 +1,14 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-confirmation-popup-theming($theme) {
5
- $foreground: map.get($theme, foreground);
6
- $typography: mat.get-typography-config($theme);
7
-
8
- igo-confirmation-popup-component {
9
- h1 {
10
- font-size: mat.font-size($typography, headline-4);
11
- font-family: Roboto, 'Helvetica Neue', sans-serif;
12
- }
13
- }
14
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-confirmation-popup-theming($theme) {
5
+ $foreground: map.get($theme, foreground);
6
+ $typography: mat.get-typography-config($theme);
7
+
8
+ igo-confirmation-popup-component {
9
+ h1 {
10
+ font-size: mat.font-size($typography, headline-4);
11
+ font-family: Roboto, 'Helvetica Neue', sans-serif;
12
+ }
13
+ }
14
+ }
@@ -1,6 +1,6 @@
1
- @use './confirmation-popup/confirmation-popup.theming.scss' as
2
- confirmation-popup;
3
-
4
- @mixin igo-workspace-theming($theme) {
5
- @include confirmation-popup.igo-confirmation-popup-theming($theme);
6
- }
1
+ @use './confirmation-popup/confirmation-popup.theming.scss' as
2
+ confirmation-popup;
3
+
4
+ @mixin igo-workspace-theming($theme) {
5
+ @include confirmation-popup.igo-confirmation-popup-theming($theme);
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "16.0.0-rc.8",
3
+ "version": "16.0.0",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -49,9 +49,9 @@
49
49
  "@angular/forms": "^16.2.5",
50
50
  "@angular/material": "^16.2.4",
51
51
  "@angular/platform-browser": "^16.2.5",
52
- "@igo2/common": "^16.0.0-rc.8",
53
- "@igo2/core": "^16.0.0-rc.8",
54
- "@igo2/utils": "^16.0.0-rc.8",
52
+ "@igo2/common": "^16.0.0",
53
+ "@igo2/core": "^16.0.0",
54
+ "@igo2/utils": "^16.0.0",
55
55
  "@mat-datetimepicker/core": "~12.0.0",
56
56
  "flexsearch": "0.7.21",
57
57
  "ol": "^7.5.2",