@igo2/integration 1.14.1 → 1.14.3

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 (213) hide show
  1. package/esm2020/igo2-integration.mjs +4 -4
  2. package/esm2020/lib/about/about-tool/about-tool.component.mjs +184 -184
  3. package/esm2020/lib/about/about-tool/index.mjs +1 -1
  4. package/esm2020/lib/about/about.module.mjs +54 -54
  5. package/esm2020/lib/about/index.mjs +1 -1
  6. package/esm2020/lib/analytics/analytics-listener.service.mjs +71 -71
  7. package/esm2020/lib/analytics/analytics.module.mjs +15 -15
  8. package/esm2020/lib/analytics/index.mjs +1 -1
  9. package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +112 -112
  10. package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +28 -28
  11. package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +88 -88
  12. package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +28 -28
  13. package/esm2020/lib/catalog/catalog.module.mjs +23 -23
  14. package/esm2020/lib/catalog/catalog.state.mjs +53 -53
  15. package/esm2020/lib/catalog/index.mjs +5 -5
  16. package/esm2020/lib/context/context-editor-tool/context-editor-tool.component.mjs +33 -33
  17. package/esm2020/lib/context/context-manager-tool/context-manager-tool.component.mjs +43 -43
  18. package/esm2020/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +24 -24
  19. package/esm2020/lib/context/context-share-tool/context-share-tool.component.mjs +33 -33
  20. package/esm2020/lib/context/context.module.mjs +38 -38
  21. package/esm2020/lib/context/context.state.mjs +87 -87
  22. package/esm2020/lib/context/index.mjs +5 -5
  23. package/esm2020/lib/directions/directions-tool/directions-tool.component.mjs +86 -86
  24. package/esm2020/lib/directions/directions-tool/index.mjs +1 -1
  25. package/esm2020/lib/directions/directions.module.mjs +25 -25
  26. package/esm2020/lib/directions/directions.state.mjs +63 -63
  27. package/esm2020/lib/directions/index.mjs +2 -2
  28. package/esm2020/lib/draw/draw.module.mjs +20 -20
  29. package/esm2020/lib/draw/draw.state.mjs +40 -39
  30. package/esm2020/lib/draw/drawing-tool/drawing-tool.component.mjs +71 -71
  31. package/esm2020/lib/draw/index.mjs +2 -2
  32. package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +9 -9
  33. package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +43 -43
  34. package/esm2020/lib/filter/active-ogc-filter-tool/index.mjs +1 -1
  35. package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +9 -9
  36. package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +43 -43
  37. package/esm2020/lib/filter/active-time-filter-tool/index.mjs +1 -1
  38. package/esm2020/lib/filter/filter.module.mjs +50 -50
  39. package/esm2020/lib/filter/index.mjs +5 -5
  40. package/esm2020/lib/filter/ogc-filter-tool/index.mjs +1 -1
  41. package/esm2020/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +24 -24
  42. package/esm2020/lib/filter/spatial-filter-tool/index.mjs +1 -1
  43. package/esm2020/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +534 -534
  44. package/esm2020/lib/filter/time-filter-tool/index.mjs +1 -1
  45. package/esm2020/lib/filter/time-filter-tool/time-filter-tool.component.mjs +24 -24
  46. package/esm2020/lib/import-export/import-export-tool/import-export-tool.component.mjs +136 -136
  47. package/esm2020/lib/import-export/import-export-tool/index.mjs +1 -1
  48. package/esm2020/lib/import-export/import-export.module.mjs +47 -47
  49. package/esm2020/lib/import-export/import-export.state.mjs +40 -40
  50. package/esm2020/lib/import-export/index.mjs +2 -2
  51. package/esm2020/lib/integration.module.mjs +71 -71
  52. package/esm2020/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +472 -472
  53. package/esm2020/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +88 -88
  54. package/esm2020/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +217 -217
  55. package/esm2020/lib/map/advanced-map-tool/index.mjs +1 -1
  56. package/esm2020/lib/map/index.mjs +8 -8
  57. package/esm2020/lib/map/layer-list-tool.state.mjs +41 -41
  58. package/esm2020/lib/map/map-details-tool/index.mjs +1 -1
  59. package/esm2020/lib/map/map-details-tool/map-details-tool.component.mjs +255 -255
  60. package/esm2020/lib/map/map-legend/index.mjs +1 -1
  61. package/esm2020/lib/map/map-legend/map-legend-tool.component.mjs +274 -274
  62. package/esm2020/lib/map/map-proximity-tool/index.mjs +1 -1
  63. package/esm2020/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +205 -205
  64. package/esm2020/lib/map/map-proximity.state.mjs +162 -162
  65. package/esm2020/lib/map/map-tool/index.mjs +1 -1
  66. package/esm2020/lib/map/map-tool/map-tool.component.mjs +129 -129
  67. package/esm2020/lib/map/map-tools/index.mjs +1 -1
  68. package/esm2020/lib/map/map-tools/map-tools.component.mjs +477 -477
  69. package/esm2020/lib/map/map.module.mjs +140 -140
  70. package/esm2020/lib/map/map.state.mjs +46 -46
  71. package/esm2020/lib/measure/index.mjs +3 -3
  72. package/esm2020/lib/measure/measure.module.mjs +19 -19
  73. package/esm2020/lib/measure/measure.state.mjs +34 -34
  74. package/esm2020/lib/measure/measurer-tool/measurer-tool.component.mjs +44 -44
  75. package/esm2020/lib/measure/measurer-tool/measurer-tool.module.mjs +24 -24
  76. package/esm2020/lib/print/index.mjs +1 -1
  77. package/esm2020/lib/print/print-tool/index.mjs +1 -1
  78. package/esm2020/lib/print/print-tool/print-tool.component.mjs +32 -32
  79. package/esm2020/lib/print/print.module.mjs +25 -25
  80. package/esm2020/lib/search/index.mjs +6 -6
  81. package/esm2020/lib/search/query.state.mjs +33 -33
  82. package/esm2020/lib/search/search-bar/search-bar-binding.directive.mjs +60 -60
  83. package/esm2020/lib/search/search-bar/search-bar.module.mjs +21 -21
  84. package/esm2020/lib/search/search-results-tool/search-results-tool.component.mjs +593 -588
  85. package/esm2020/lib/search/search-results-tool/search-results-tool.module.mjs +64 -64
  86. package/esm2020/lib/search/search.module.mjs +23 -23
  87. package/esm2020/lib/search/search.state.mjs +106 -106
  88. package/esm2020/lib/storage/index.mjs +1 -1
  89. package/esm2020/lib/storage/storage.module.mjs +15 -15
  90. package/esm2020/lib/storage/storage.state.mjs +22 -22
  91. package/esm2020/lib/tool/index.mjs +1 -1
  92. package/esm2020/lib/tool/tool.module.mjs +15 -15
  93. package/esm2020/lib/tool/tool.state.mjs +51 -51
  94. package/esm2020/lib/workspace/index.mjs +3 -3
  95. package/esm2020/lib/workspace/shared/edition-actions.service.mjs +155 -155
  96. package/esm2020/lib/workspace/shared/feature-actions.service.mjs +143 -143
  97. package/esm2020/lib/workspace/shared/index.mjs +2 -2
  98. package/esm2020/lib/workspace/shared/wfs-actions.service.mjs +157 -157
  99. package/esm2020/lib/workspace/shared/workspace.utils.mjs +6 -6
  100. package/esm2020/lib/workspace/workspace-button/index.mjs +1 -1
  101. package/esm2020/lib/workspace/workspace-button/workspace-button.component.mjs +68 -68
  102. package/esm2020/lib/workspace/workspace.module.mjs +36 -36
  103. package/esm2020/lib/workspace/workspace.state.mjs +187 -187
  104. package/esm2020/public_api.mjs +34 -34
  105. package/fesm2015/igo2-integration.mjs +6462 -6457
  106. package/fesm2015/igo2-integration.mjs.map +1 -1
  107. package/fesm2020/igo2-integration.mjs +6021 -6016
  108. package/fesm2020/igo2-integration.mjs.map +1 -1
  109. package/index.d.ts +5 -5
  110. package/lib/about/about-tool/about-tool.component.d.ts +34 -34
  111. package/lib/about/about-tool/index.d.ts +1 -1
  112. package/lib/about/about.module.d.ts +16 -16
  113. package/lib/about/index.d.ts +1 -1
  114. package/lib/analytics/analytics-listener.service.d.ts +27 -27
  115. package/lib/analytics/analytics.module.d.ts +6 -6
  116. package/lib/analytics/index.d.ts +1 -1
  117. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +57 -57
  118. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +12 -12
  119. package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +50 -50
  120. package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +12 -12
  121. package/lib/catalog/catalog.module.d.ts +8 -8
  122. package/lib/catalog/catalog.state.d.ts +37 -37
  123. package/lib/catalog/index.d.ts +5 -5
  124. package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +9 -9
  125. package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +15 -15
  126. package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +5 -5
  127. package/lib/context/context-share-tool/context-share-tool.component.d.ts +13 -13
  128. package/lib/context/context.module.d.ts +11 -11
  129. package/lib/context/context.state.d.ts +37 -37
  130. package/lib/context/index.d.ts +5 -5
  131. package/lib/directions/directions-tool/directions-tool.component.d.ts +54 -54
  132. package/lib/directions/directions-tool/index.d.ts +1 -1
  133. package/lib/directions/directions.module.d.ts +10 -10
  134. package/lib/directions/directions.state.d.ts +28 -28
  135. package/lib/directions/index.d.ts +2 -2
  136. package/lib/draw/draw.module.d.ts +8 -8
  137. package/lib/draw/draw.state.d.ts +17 -16
  138. package/lib/draw/drawing-tool/drawing-tool.component.d.ts +31 -31
  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 +31 -31
  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 +28 -28
  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 +65 -65
  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 +20 -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 +101 -98
  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 +54 -54
  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 +26 -26
  204. package/lib/workspace/shared/feature-actions.service.d.ts +25 -25
  205. package/lib/workspace/shared/index.d.ts +2 -2
  206. package/lib/workspace/shared/wfs-actions.service.d.ts +27 -27
  207. package/lib/workspace/shared/workspace.utils.d.ts +2 -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/package.json +3 -3
  213. package/public_api.d.ts +31 -31
@@ -1,218 +1,218 @@
1
- import { Component } from '@angular/core';
2
- import { Validators } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../map.state";
5
- import * as i2 from "@igo2/context";
6
- import * as i3 from "@angular/forms";
7
- import * as i4 from "../../../tool/tool.state";
8
- import * as i5 from "@angular/material/divider";
9
- import * as i6 from "@angular/material/form-field";
10
- import * as i7 from "@angular/material/select";
11
- import * as i8 from "@angular/material/core";
12
- import * as i9 from "@angular/common";
13
- import * as i10 from "@angular/material/list";
14
- import * as i11 from "@angular/material/icon";
15
- import * as i12 from "@angular/material/slide-toggle";
16
- import * as i13 from "@ngx-translate/core";
17
- function AdvancedSwipeComponent_div_0_mat_option_12_Template(rf, ctx) { if (rf & 1) {
18
- const _r7 = i0.ɵɵgetCurrentView();
19
- i0.ɵɵelementStart(0, "mat-option", 5);
20
- i0.ɵɵlistener("click", function AdvancedSwipeComponent_div_0_mat_option_12_Template_mat_option_click_0_listener() { i0.ɵɵrestoreView(_r7); i0.ɵɵnextContext(); const _r3 = i0.ɵɵreference(8); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.applyNewLayers(_r3)); });
21
- i0.ɵɵtext(1);
22
- i0.ɵɵelementEnd();
23
- } if (rf & 2) {
24
- const layer_r5 = ctx.$implicit;
25
- i0.ɵɵproperty("value", layer_r5);
26
- i0.ɵɵadvance(1);
27
- i0.ɵɵtextInterpolate(layer_r5.title);
28
- } }
29
- function AdvancedSwipeComponent_div_0_Template(rf, ctx) { if (rf & 1) {
30
- const _r9 = i0.ɵɵgetCurrentView();
31
- i0.ɵɵelementStart(0, "div", 2)(1, "form", 3)(2, "mat-form-field")(3, "mat-label");
32
- i0.ɵɵtext(4);
33
- i0.ɵɵpipe(5, "translate");
34
- i0.ɵɵelementEnd();
35
- i0.ɵɵelementStart(6, "mat-select", 4)(7, "mat-option", 5, 6);
36
- i0.ɵɵlistener("click", function AdvancedSwipeComponent_div_0_Template_mat_option_click_7_listener() { i0.ɵɵrestoreView(_r9); const _r3 = i0.ɵɵreference(8); const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.selectAll(_r3)); });
37
- i0.ɵɵtext(9);
38
- i0.ɵɵpipe(10, "translate");
39
- i0.ɵɵelementEnd();
40
- i0.ɵɵelement(11, "mat-divider");
41
- i0.ɵɵtemplate(12, AdvancedSwipeComponent_div_0_mat_option_12_Template, 2, 2, "mat-option", 7);
42
- i0.ɵɵelementEnd()()();
43
- i0.ɵɵelementStart(13, "mat-slide-toggle", 8);
44
- i0.ɵɵlistener("change", function AdvancedSwipeComponent_div_0_Template_mat_slide_toggle_change_13_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.startSwipe($event.checked)); });
45
- i0.ɵɵtext(14);
46
- i0.ɵɵpipe(15, "translate");
47
- i0.ɵɵelementEnd()();
48
- } if (rf & 2) {
49
- const ctx_r0 = i0.ɵɵnextContext();
50
- i0.ɵɵadvance(1);
51
- i0.ɵɵproperty("formGroup", ctx_r0.form);
52
- i0.ɵɵadvance(3);
53
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 8, "igo.integration.advanced-map-tool.advanced-swipe.swipe-select"));
54
- i0.ɵɵadvance(3);
55
- i0.ɵɵproperty("value", 1);
56
- i0.ɵɵadvance(2);
57
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10, 10, "igo.integration.advanced-map-tool.advanced-swipe.selectAll"), " ");
58
- i0.ɵɵadvance(3);
59
- i0.ɵɵproperty("ngForOf", ctx_r0.userControlledLayerList);
60
- i0.ɵɵadvance(1);
61
- i0.ɵɵproperty("checked", ctx_r0.swipe)("labelPosition", "before");
62
- i0.ɵɵadvance(1);
63
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(15, 12, "igo.integration.advanced-map-tool.advanced-swipe.swipe"), " ");
64
- } }
65
- function AdvancedSwipeComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
66
- const _r12 = i0.ɵɵgetCurrentView();
67
- i0.ɵɵelementStart(0, "mat-list")(1, "p", 9);
68
- i0.ɵɵtext(2);
69
- i0.ɵɵpipe(3, "translate");
70
- i0.ɵɵelementEnd();
71
- i0.ɵɵelementStart(4, "p", 9);
72
- i0.ɵɵtext(5);
73
- i0.ɵɵpipe(6, "translate");
74
- i0.ɵɵelementEnd();
75
- i0.ɵɵelementStart(7, "mat-list-item");
76
- i0.ɵɵelement(8, "mat-icon", 10);
77
- i0.ɵɵelementStart(9, "h4", 11);
78
- i0.ɵɵlistener("click", function AdvancedSwipeComponent_ng_template_1_Template_h4_click_9_listener() { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r11.searchEmit()); });
79
- i0.ɵɵtext(10);
80
- i0.ɵɵpipe(11, "translate");
81
- i0.ɵɵelementEnd()();
82
- i0.ɵɵelementStart(12, "mat-list-item");
83
- i0.ɵɵelement(13, "mat-icon", 12);
84
- i0.ɵɵelementStart(14, "h4", 13);
85
- i0.ɵɵlistener("click", function AdvancedSwipeComponent_ng_template_1_Template_h4_click_14_listener() { i0.ɵɵrestoreView(_r12); const ctx_r13 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r13.catalogEmit()); });
86
- i0.ɵɵtext(15);
87
- i0.ɵɵpipe(16, "translate");
88
- i0.ɵɵelementEnd()();
89
- i0.ɵɵelementStart(17, "mat-list-item");
90
- i0.ɵɵelement(18, "mat-icon", 14);
91
- i0.ɵɵelementStart(19, "h4", 15);
92
- i0.ɵɵlistener("click", function AdvancedSwipeComponent_ng_template_1_Template_h4_click_19_listener() { i0.ɵɵrestoreView(_r12); const ctx_r14 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r14.contextEmit()); });
93
- i0.ɵɵtext(20);
94
- i0.ɵɵpipe(21, "translate");
95
- i0.ɵɵelementEnd()()();
96
- } if (rf & 2) {
97
- i0.ɵɵadvance(2);
98
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 5, "igo.integration.advanced-map-tool.advanced-swipe.empty"), "");
99
- i0.ɵɵadvance(3);
100
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 7, "igo.integration.advanced-map-tool.advanced-swipe.customize"), "");
101
- i0.ɵɵadvance(5);
102
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(11, 9, "igo.integration.advanced-map-tool.advanced-swipe.search-tool"), " ");
103
- i0.ɵɵadvance(5);
104
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(16, 11, "igo.integration.advanced-map-tool.advanced-swipe.catalog-tool"), " ");
105
- i0.ɵɵadvance(5);
106
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(21, 13, "igo.integration.advanced-map-tool.advanced-swipe.context-tool"), " ");
107
- } }
108
- export class AdvancedSwipeComponent {
109
- constructor(mapState, contextService, formBuilder, toolState) {
110
- this.mapState = mapState;
111
- this.contextService = contextService;
112
- this.formBuilder = formBuilder;
113
- this.toolState = toolState;
114
- this.swipe = false;
115
- this.buildForm();
116
- }
117
- /**
118
- * Get an active map state
119
- */
120
- get map() {
121
- return this.mapState.map;
122
- }
123
- /**
124
- * Get the list of layers for swipe
125
- * @internal
126
- */
127
- ngOnInit() {
128
- this.map.layers$.subscribe(ll => this.userControlledLayerList = ll.filter(layer => (!layer.baseLayer && layer.showInLayerList && layer.displayed)));
129
- }
130
- /**
131
- * Desactivate the swipe
132
- * @internal
133
- */
134
- ngOnDestroy() {
135
- this.swipe = false;
136
- this.map.swipeEnabled$.next(this.swipe);
137
- }
138
- /**
139
- * Build a form for choise of the layers
140
- */
141
- buildForm() {
142
- this.form = this.formBuilder.group({
143
- layers: ['', [Validators.required]]
144
- });
145
- }
146
- /**
147
- * Activate the swipe, send a list of layers for a swipe-tool
148
- */
149
- startSwipe(toggle) {
150
- this.swipe = toggle;
151
- this.map.swipeEnabled$.next(toggle);
152
- this.listForSwipe = [];
153
- for (const layer of this.form.value.layers) {
154
- this.listForSwipe.push(layer);
155
- }
156
- this.map.selectedFeatures$.next(this.listForSwipe);
157
- }
158
- /**
159
- * Restart a swipe for a new layers-list
160
- */
161
- applyNewLayers(e) {
162
- this.startSwipe(false); // l'approche KISS
163
- this.startSwipe(true);
164
- if (e._selected) {
165
- e._selected = false;
166
- }
167
- const allLayers = this.userControlledLayerList.length;
168
- const selectedLayers = this.form.controls.layers.value.length;
169
- if (selectedLayers === allLayers) {
170
- e._selected = true;
171
- }
172
- }
173
- /**
174
- * Select all list of layers and restart a tool
175
- */
176
- selectAll(e) {
177
- if (e._selected) {
178
- this.form.controls.layers.setValue(this.userControlledLayerList);
179
- e._selected = true;
180
- }
181
- else {
182
- this.form.controls.layers.setValue([]);
183
- }
184
- this.startSwipe(false);
185
- this.startSwipe(true);
186
- }
187
- /**
188
- * Open search tool
189
- */
190
- searchEmit() {
191
- this.toolState.toolbox.activateTool('searchResults');
192
- }
193
- /**
194
- * Open catalog
195
- */
196
- catalogEmit() {
197
- this.toolState.toolbox.activateTool('catalog');
198
- }
199
- /**
200
- * Open context manager
201
- */
202
- contextEmit() {
203
- this.toolState.toolbox.activateTool('contextManager');
204
- }
205
- }
206
- AdvancedSwipeComponent.ɵfac = function AdvancedSwipeComponent_Factory(t) { return new (t || AdvancedSwipeComponent)(i0.ɵɵdirectiveInject(i1.MapState), i0.ɵɵdirectiveInject(i2.ContextService), i0.ɵɵdirectiveInject(i3.UntypedFormBuilder), i0.ɵɵdirectiveInject(i4.ToolState)); };
207
- AdvancedSwipeComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AdvancedSwipeComponent, selectors: [["igo-advanced-swipe"]], decls: 3, vars: 2, consts: [["class", "igo-swipe-select-container", 4, "ngIf", "ngIfElse"], ["noLayersBlock", ""], [1, "igo-swipe-select-container"], [1, "igo-form", 3, "formGroup"], ["formControlName", "layers", "multiple", ""], [3, "value", "click"], ["e", ""], [3, "value", "click", 4, "ngFor", "ngForOf"], [1, "swipe-toggle", "mat-typography", 3, "checked", "labelPosition", "change"], [1, "map-empty", "mat-typography"], ["mat-list-icon", "", "svgIcon", "magnify"], ["matLine", "", 1, "search-tool", "mat-typography", 3, "click"], ["mat-list-icon", "", "svgIcon", "layers-plus"], ["matLine", "", 1, "catalog-tool", "mat-typography", 3, "click"], ["mat-list-icon", "", "svgIcon", "star"], ["matLine", "", 1, "context-tool", "mat-typography", 3, "click"]], template: function AdvancedSwipeComponent_Template(rf, ctx) { if (rf & 1) {
208
- i0.ɵɵtemplate(0, AdvancedSwipeComponent_div_0_Template, 16, 14, "div", 0);
209
- i0.ɵɵtemplate(1, AdvancedSwipeComponent_ng_template_1_Template, 22, 15, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
210
- } if (rf & 2) {
211
- const _r1 = i0.ɵɵreference(2);
212
- i0.ɵɵproperty("ngIf", ctx.userControlledLayerList.length)("ngIfElse", _r1);
213
- } }, dependencies: [i3.ɵNgNoValidate, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i5.MatDivider, i6.MatFormField, i6.MatLabel, i7.MatSelect, i8.MatOption, i9.NgForOf, i9.NgIf, i10.MatList, i10.MatListItem, i8.MatLine, i10.MatListIconCssMatStyler, i11.MatIcon, i12.MatSlideToggle, i13.TranslatePipe], styles: [".nameOfTool[_ngcontent-%COMP%]{text-align:center;font-weight:700;font-size:small;margin:15px 10px 0}.igo-swipe-select-container[_ngcontent-%COMP%]{padding:10px}.igo-swipe-select-container[_ngcontent-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}.igo-form[_ngcontent-%COMP%]{padding:1px 5px;width:100%}.swipe-toggle[_ngcontent-%COMP%]{padding:10px 5px 35px}.map-empty[_ngcontent-%COMP%], .search-tool[_ngcontent-%COMP%], .catalog-tool[_ngcontent-%COMP%], .context-tool[_ngcontent-%COMP%]{margin:5px}.map-empty[_ngcontent-%COMP%]{padding:10px;text-align:justify}.search-tool[_ngcontent-%COMP%], .catalog-tool[_ngcontent-%COMP%], .context-tool[_ngcontent-%COMP%]{cursor:pointer}mat-list[_ngcontent-%COMP%] mat-list-item[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font-weight:700}mat-list-item[_ngcontent-%COMP%] .mat-list-text{font-size:smaller}mat-list.mat-list-base[_ngcontent-%COMP%] mat-list-item.mat-list-item[_ngcontent-%COMP%] div.mat-list-item-content div.mat-list-text{padding-left:15px}.advanced-tool-line[_ngcontent-%COMP%]{height:2px;background-color:gray}"] });
214
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AdvancedSwipeComponent, [{
215
- type: Component,
216
- args: [{ selector: 'igo-advanced-swipe', template: "<div *ngIf=\"userControlledLayerList.length; else noLayersBlock\" class=\"igo-swipe-select-container\">\n <form class=\"igo-form\" [formGroup]=\"form\">\n <mat-form-field>\n <mat-label>{{'igo.integration.advanced-map-tool.advanced-swipe.swipe-select' | translate}}</mat-label>\n <mat-select formControlName=\"layers\" multiple>\n <mat-option [value]=\"1\" (click)=\"selectAll(e)\" #e>\n {{'igo.integration.advanced-map-tool.advanced-swipe.selectAll' | translate}}\n </mat-option>\n <mat-divider></mat-divider>\n <mat-option *ngFor=\"let layer of userControlledLayerList\" [value]=\"layer\" (click)=\"applyNewLayers(e)\">{{layer.title}}</mat-option>\n </mat-select>\n </mat-form-field>\n </form>\n\n <mat-slide-toggle class=\"swipe-toggle mat-typography\"\n [checked]=\"swipe\"\n [labelPosition]=\"'before'\"\n (change)=\"startSwipe($event.checked)\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.swipe' | translate}}\n </mat-slide-toggle> \n</div>\n\n<ng-template #noLayersBlock>\n <mat-list>\n <p class=\"map-empty mat-typography\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.empty' | translate}}</p>\n <p class=\"map-empty mat-typography\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.customize' | translate}}</p>\n <mat-list-item>\n <mat-icon mat-list-icon svgIcon=\"magnify\"></mat-icon>\n <h4 matLine class=\"search-tool mat-typography\" (click)=\"searchEmit()\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.search-tool' | translate}}\n </h4>\n </mat-list-item>\n <mat-list-item>\n <mat-icon mat-list-icon svgIcon=\"layers-plus\"></mat-icon>\n <h4 matLine class=\"catalog-tool mat-typography\" (click)=\"catalogEmit()\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.catalog-tool' | translate}}\n </h4>\n </mat-list-item>\n <mat-list-item>\n <mat-icon mat-list-icon svgIcon=\"star\"></mat-icon>\n <h4 matLine class=\"context-tool mat-typography\" (click)=\"contextEmit()\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.context-tool' | translate}}\n </h4>\n </mat-list-item>\n </mat-list>\n</ng-template>\n", styles: [".nameOfTool{text-align:center;font-weight:700;font-size:small;margin:15px 10px 0}.igo-swipe-select-container{padding:10px}.igo-swipe-select-container mat-form-field{width:100%}.igo-form{padding:1px 5px;width:100%}.swipe-toggle{padding:10px 5px 35px}.map-empty,.search-tool,.catalog-tool,.context-tool{margin:5px}.map-empty{padding:10px;text-align:justify}.search-tool,.catalog-tool,.context-tool{cursor:pointer}mat-list mat-list-item h4{font-weight:700}mat-list-item ::ng-deep .mat-list-text{font-size:smaller}mat-list.mat-list-base mat-list-item.mat-list-item ::ng-deep div.mat-list-item-content div.mat-list-text{padding-left:15px}.advanced-tool-line{height:2px;background-color:gray}\n"] }]
217
- }], function () { return [{ type: i1.MapState }, { type: i2.ContextService }, { type: i3.UntypedFormBuilder }, { type: i4.ToolState }]; }, null); })();
1
+ import { Component } from '@angular/core';
2
+ import { Validators } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../map.state";
5
+ import * as i2 from "@igo2/context";
6
+ import * as i3 from "@angular/forms";
7
+ import * as i4 from "../../../tool/tool.state";
8
+ import * as i5 from "@angular/material/divider";
9
+ import * as i6 from "@angular/material/form-field";
10
+ import * as i7 from "@angular/material/select";
11
+ import * as i8 from "@angular/material/core";
12
+ import * as i9 from "@angular/common";
13
+ import * as i10 from "@angular/material/list";
14
+ import * as i11 from "@angular/material/icon";
15
+ import * as i12 from "@angular/material/slide-toggle";
16
+ import * as i13 from "@ngx-translate/core";
17
+ function AdvancedSwipeComponent_div_0_mat_option_12_Template(rf, ctx) { if (rf & 1) {
18
+ const _r7 = i0.ɵɵgetCurrentView();
19
+ i0.ɵɵelementStart(0, "mat-option", 5);
20
+ i0.ɵɵlistener("click", function AdvancedSwipeComponent_div_0_mat_option_12_Template_mat_option_click_0_listener() { i0.ɵɵrestoreView(_r7); i0.ɵɵnextContext(); const _r3 = i0.ɵɵreference(8); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.applyNewLayers(_r3)); });
21
+ i0.ɵɵtext(1);
22
+ i0.ɵɵelementEnd();
23
+ } if (rf & 2) {
24
+ const layer_r5 = ctx.$implicit;
25
+ i0.ɵɵproperty("value", layer_r5);
26
+ i0.ɵɵadvance(1);
27
+ i0.ɵɵtextInterpolate(layer_r5.title);
28
+ } }
29
+ function AdvancedSwipeComponent_div_0_Template(rf, ctx) { if (rf & 1) {
30
+ const _r9 = i0.ɵɵgetCurrentView();
31
+ i0.ɵɵelementStart(0, "div", 2)(1, "form", 3)(2, "mat-form-field")(3, "mat-label");
32
+ i0.ɵɵtext(4);
33
+ i0.ɵɵpipe(5, "translate");
34
+ i0.ɵɵelementEnd();
35
+ i0.ɵɵelementStart(6, "mat-select", 4)(7, "mat-option", 5, 6);
36
+ i0.ɵɵlistener("click", function AdvancedSwipeComponent_div_0_Template_mat_option_click_7_listener() { i0.ɵɵrestoreView(_r9); const _r3 = i0.ɵɵreference(8); const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.selectAll(_r3)); });
37
+ i0.ɵɵtext(9);
38
+ i0.ɵɵpipe(10, "translate");
39
+ i0.ɵɵelementEnd();
40
+ i0.ɵɵelement(11, "mat-divider");
41
+ i0.ɵɵtemplate(12, AdvancedSwipeComponent_div_0_mat_option_12_Template, 2, 2, "mat-option", 7);
42
+ i0.ɵɵelementEnd()()();
43
+ i0.ɵɵelementStart(13, "mat-slide-toggle", 8);
44
+ i0.ɵɵlistener("change", function AdvancedSwipeComponent_div_0_Template_mat_slide_toggle_change_13_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.startSwipe($event.checked)); });
45
+ i0.ɵɵtext(14);
46
+ i0.ɵɵpipe(15, "translate");
47
+ i0.ɵɵelementEnd()();
48
+ } if (rf & 2) {
49
+ const ctx_r0 = i0.ɵɵnextContext();
50
+ i0.ɵɵadvance(1);
51
+ i0.ɵɵproperty("formGroup", ctx_r0.form);
52
+ i0.ɵɵadvance(3);
53
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 8, "igo.integration.advanced-map-tool.advanced-swipe.swipe-select"));
54
+ i0.ɵɵadvance(3);
55
+ i0.ɵɵproperty("value", 1);
56
+ i0.ɵɵadvance(2);
57
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10, 10, "igo.integration.advanced-map-tool.advanced-swipe.selectAll"), " ");
58
+ i0.ɵɵadvance(3);
59
+ i0.ɵɵproperty("ngForOf", ctx_r0.userControlledLayerList);
60
+ i0.ɵɵadvance(1);
61
+ i0.ɵɵproperty("checked", ctx_r0.swipe)("labelPosition", "before");
62
+ i0.ɵɵadvance(1);
63
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(15, 12, "igo.integration.advanced-map-tool.advanced-swipe.swipe"), " ");
64
+ } }
65
+ function AdvancedSwipeComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
66
+ const _r12 = i0.ɵɵgetCurrentView();
67
+ i0.ɵɵelementStart(0, "mat-list")(1, "p", 9);
68
+ i0.ɵɵtext(2);
69
+ i0.ɵɵpipe(3, "translate");
70
+ i0.ɵɵelementEnd();
71
+ i0.ɵɵelementStart(4, "p", 9);
72
+ i0.ɵɵtext(5);
73
+ i0.ɵɵpipe(6, "translate");
74
+ i0.ɵɵelementEnd();
75
+ i0.ɵɵelementStart(7, "mat-list-item");
76
+ i0.ɵɵelement(8, "mat-icon", 10);
77
+ i0.ɵɵelementStart(9, "h4", 11);
78
+ i0.ɵɵlistener("click", function AdvancedSwipeComponent_ng_template_1_Template_h4_click_9_listener() { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r11.searchEmit()); });
79
+ i0.ɵɵtext(10);
80
+ i0.ɵɵpipe(11, "translate");
81
+ i0.ɵɵelementEnd()();
82
+ i0.ɵɵelementStart(12, "mat-list-item");
83
+ i0.ɵɵelement(13, "mat-icon", 12);
84
+ i0.ɵɵelementStart(14, "h4", 13);
85
+ i0.ɵɵlistener("click", function AdvancedSwipeComponent_ng_template_1_Template_h4_click_14_listener() { i0.ɵɵrestoreView(_r12); const ctx_r13 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r13.catalogEmit()); });
86
+ i0.ɵɵtext(15);
87
+ i0.ɵɵpipe(16, "translate");
88
+ i0.ɵɵelementEnd()();
89
+ i0.ɵɵelementStart(17, "mat-list-item");
90
+ i0.ɵɵelement(18, "mat-icon", 14);
91
+ i0.ɵɵelementStart(19, "h4", 15);
92
+ i0.ɵɵlistener("click", function AdvancedSwipeComponent_ng_template_1_Template_h4_click_19_listener() { i0.ɵɵrestoreView(_r12); const ctx_r14 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r14.contextEmit()); });
93
+ i0.ɵɵtext(20);
94
+ i0.ɵɵpipe(21, "translate");
95
+ i0.ɵɵelementEnd()()();
96
+ } if (rf & 2) {
97
+ i0.ɵɵadvance(2);
98
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 5, "igo.integration.advanced-map-tool.advanced-swipe.empty"), "");
99
+ i0.ɵɵadvance(3);
100
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 7, "igo.integration.advanced-map-tool.advanced-swipe.customize"), "");
101
+ i0.ɵɵadvance(5);
102
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(11, 9, "igo.integration.advanced-map-tool.advanced-swipe.search-tool"), " ");
103
+ i0.ɵɵadvance(5);
104
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(16, 11, "igo.integration.advanced-map-tool.advanced-swipe.catalog-tool"), " ");
105
+ i0.ɵɵadvance(5);
106
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(21, 13, "igo.integration.advanced-map-tool.advanced-swipe.context-tool"), " ");
107
+ } }
108
+ export class AdvancedSwipeComponent {
109
+ constructor(mapState, contextService, formBuilder, toolState) {
110
+ this.mapState = mapState;
111
+ this.contextService = contextService;
112
+ this.formBuilder = formBuilder;
113
+ this.toolState = toolState;
114
+ this.swipe = false;
115
+ this.buildForm();
116
+ }
117
+ /**
118
+ * Get an active map state
119
+ */
120
+ get map() {
121
+ return this.mapState.map;
122
+ }
123
+ /**
124
+ * Get the list of layers for swipe
125
+ * @internal
126
+ */
127
+ ngOnInit() {
128
+ this.map.layers$.subscribe(ll => this.userControlledLayerList = ll.filter(layer => (!layer.baseLayer && layer.showInLayerList && layer.displayed)));
129
+ }
130
+ /**
131
+ * Desactivate the swipe
132
+ * @internal
133
+ */
134
+ ngOnDestroy() {
135
+ this.swipe = false;
136
+ this.map.swipeEnabled$.next(this.swipe);
137
+ }
138
+ /**
139
+ * Build a form for choise of the layers
140
+ */
141
+ buildForm() {
142
+ this.form = this.formBuilder.group({
143
+ layers: ['', [Validators.required]]
144
+ });
145
+ }
146
+ /**
147
+ * Activate the swipe, send a list of layers for a swipe-tool
148
+ */
149
+ startSwipe(toggle) {
150
+ this.swipe = toggle;
151
+ this.map.swipeEnabled$.next(toggle);
152
+ this.listForSwipe = [];
153
+ for (const layer of this.form.value.layers) {
154
+ this.listForSwipe.push(layer);
155
+ }
156
+ this.map.selectedFeatures$.next(this.listForSwipe);
157
+ }
158
+ /**
159
+ * Restart a swipe for a new layers-list
160
+ */
161
+ applyNewLayers(e) {
162
+ this.startSwipe(false); // l'approche KISS
163
+ this.startSwipe(true);
164
+ if (e._selected) {
165
+ e._selected = false;
166
+ }
167
+ const allLayers = this.userControlledLayerList.length;
168
+ const selectedLayers = this.form.controls.layers.value.length;
169
+ if (selectedLayers === allLayers) {
170
+ e._selected = true;
171
+ }
172
+ }
173
+ /**
174
+ * Select all list of layers and restart a tool
175
+ */
176
+ selectAll(e) {
177
+ if (e._selected) {
178
+ this.form.controls.layers.setValue(this.userControlledLayerList);
179
+ e._selected = true;
180
+ }
181
+ else {
182
+ this.form.controls.layers.setValue([]);
183
+ }
184
+ this.startSwipe(false);
185
+ this.startSwipe(true);
186
+ }
187
+ /**
188
+ * Open search tool
189
+ */
190
+ searchEmit() {
191
+ this.toolState.toolbox.activateTool('searchResults');
192
+ }
193
+ /**
194
+ * Open catalog
195
+ */
196
+ catalogEmit() {
197
+ this.toolState.toolbox.activateTool('catalog');
198
+ }
199
+ /**
200
+ * Open context manager
201
+ */
202
+ contextEmit() {
203
+ this.toolState.toolbox.activateTool('contextManager');
204
+ }
205
+ }
206
+ AdvancedSwipeComponent.ɵfac = function AdvancedSwipeComponent_Factory(t) { return new (t || AdvancedSwipeComponent)(i0.ɵɵdirectiveInject(i1.MapState), i0.ɵɵdirectiveInject(i2.ContextService), i0.ɵɵdirectiveInject(i3.UntypedFormBuilder), i0.ɵɵdirectiveInject(i4.ToolState)); };
207
+ AdvancedSwipeComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AdvancedSwipeComponent, selectors: [["igo-advanced-swipe"]], decls: 3, vars: 2, consts: [["class", "igo-swipe-select-container", 4, "ngIf", "ngIfElse"], ["noLayersBlock", ""], [1, "igo-swipe-select-container"], [1, "igo-form", 3, "formGroup"], ["formControlName", "layers", "multiple", ""], [3, "value", "click"], ["e", ""], [3, "value", "click", 4, "ngFor", "ngForOf"], [1, "swipe-toggle", "mat-typography", 3, "checked", "labelPosition", "change"], [1, "map-empty", "mat-typography"], ["mat-list-icon", "", "svgIcon", "magnify"], ["matLine", "", 1, "search-tool", "mat-typography", 3, "click"], ["mat-list-icon", "", "svgIcon", "layers-plus"], ["matLine", "", 1, "catalog-tool", "mat-typography", 3, "click"], ["mat-list-icon", "", "svgIcon", "star"], ["matLine", "", 1, "context-tool", "mat-typography", 3, "click"]], template: function AdvancedSwipeComponent_Template(rf, ctx) { if (rf & 1) {
208
+ i0.ɵɵtemplate(0, AdvancedSwipeComponent_div_0_Template, 16, 14, "div", 0);
209
+ i0.ɵɵtemplate(1, AdvancedSwipeComponent_ng_template_1_Template, 22, 15, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
210
+ } if (rf & 2) {
211
+ const _r1 = i0.ɵɵreference(2);
212
+ i0.ɵɵproperty("ngIf", ctx.userControlledLayerList.length)("ngIfElse", _r1);
213
+ } }, dependencies: [i3.ɵNgNoValidate, i3.NgControlStatus, i3.NgControlStatusGroup, i3.FormGroupDirective, i3.FormControlName, i5.MatDivider, i6.MatFormField, i6.MatLabel, i7.MatSelect, i8.MatOption, i9.NgForOf, i9.NgIf, i10.MatList, i10.MatListItem, i8.MatLine, i10.MatListIconCssMatStyler, i11.MatIcon, i12.MatSlideToggle, i13.TranslatePipe], styles: [".nameOfTool[_ngcontent-%COMP%]{text-align:center;font-weight:700;font-size:small;margin:15px 10px 0}.igo-swipe-select-container[_ngcontent-%COMP%]{padding:10px}.igo-swipe-select-container[_ngcontent-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}.igo-form[_ngcontent-%COMP%]{padding:1px 5px;width:100%}.swipe-toggle[_ngcontent-%COMP%]{padding:10px 5px 35px}.map-empty[_ngcontent-%COMP%], .search-tool[_ngcontent-%COMP%], .catalog-tool[_ngcontent-%COMP%], .context-tool[_ngcontent-%COMP%]{margin:5px}.map-empty[_ngcontent-%COMP%]{padding:10px;text-align:justify}.search-tool[_ngcontent-%COMP%], .catalog-tool[_ngcontent-%COMP%], .context-tool[_ngcontent-%COMP%]{cursor:pointer}mat-list[_ngcontent-%COMP%] mat-list-item[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font-weight:700}mat-list-item[_ngcontent-%COMP%] .mat-list-text{font-size:smaller}mat-list.mat-list-base[_ngcontent-%COMP%] mat-list-item.mat-list-item[_ngcontent-%COMP%] div.mat-list-item-content div.mat-list-text{padding-left:15px}.advanced-tool-line[_ngcontent-%COMP%]{height:2px;background-color:gray}"] });
214
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AdvancedSwipeComponent, [{
215
+ type: Component,
216
+ args: [{ selector: 'igo-advanced-swipe', template: "<div *ngIf=\"userControlledLayerList.length; else noLayersBlock\" class=\"igo-swipe-select-container\">\n <form class=\"igo-form\" [formGroup]=\"form\">\n <mat-form-field>\n <mat-label>{{'igo.integration.advanced-map-tool.advanced-swipe.swipe-select' | translate}}</mat-label>\n <mat-select formControlName=\"layers\" multiple>\n <mat-option [value]=\"1\" (click)=\"selectAll(e)\" #e>\n {{'igo.integration.advanced-map-tool.advanced-swipe.selectAll' | translate}}\n </mat-option>\n <mat-divider></mat-divider>\n <mat-option *ngFor=\"let layer of userControlledLayerList\" [value]=\"layer\" (click)=\"applyNewLayers(e)\">{{layer.title}}</mat-option>\n </mat-select>\n </mat-form-field>\n </form>\n\n <mat-slide-toggle class=\"swipe-toggle mat-typography\"\n [checked]=\"swipe\"\n [labelPosition]=\"'before'\"\n (change)=\"startSwipe($event.checked)\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.swipe' | translate}}\n </mat-slide-toggle> \n</div>\n\n<ng-template #noLayersBlock>\n <mat-list>\n <p class=\"map-empty mat-typography\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.empty' | translate}}</p>\n <p class=\"map-empty mat-typography\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.customize' | translate}}</p>\n <mat-list-item>\n <mat-icon mat-list-icon svgIcon=\"magnify\"></mat-icon>\n <h4 matLine class=\"search-tool mat-typography\" (click)=\"searchEmit()\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.search-tool' | translate}}\n </h4>\n </mat-list-item>\n <mat-list-item>\n <mat-icon mat-list-icon svgIcon=\"layers-plus\"></mat-icon>\n <h4 matLine class=\"catalog-tool mat-typography\" (click)=\"catalogEmit()\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.catalog-tool' | translate}}\n </h4>\n </mat-list-item>\n <mat-list-item>\n <mat-icon mat-list-icon svgIcon=\"star\"></mat-icon>\n <h4 matLine class=\"context-tool mat-typography\" (click)=\"contextEmit()\">\n {{'igo.integration.advanced-map-tool.advanced-swipe.context-tool' | translate}}\n </h4>\n </mat-list-item>\n </mat-list>\n</ng-template>\n", styles: [".nameOfTool{text-align:center;font-weight:700;font-size:small;margin:15px 10px 0}.igo-swipe-select-container{padding:10px}.igo-swipe-select-container mat-form-field{width:100%}.igo-form{padding:1px 5px;width:100%}.swipe-toggle{padding:10px 5px 35px}.map-empty,.search-tool,.catalog-tool,.context-tool{margin:5px}.map-empty{padding:10px;text-align:justify}.search-tool,.catalog-tool,.context-tool{cursor:pointer}mat-list mat-list-item h4{font-weight:700}mat-list-item ::ng-deep .mat-list-text{font-size:smaller}mat-list.mat-list-base mat-list-item.mat-list-item ::ng-deep div.mat-list-item-content div.mat-list-text{padding-left:15px}.advanced-tool-line{height:2px;background-color:gray}\n"] }]
217
+ }], function () { return [{ type: i1.MapState }, { type: i2.ContextService }, { type: i3.UntypedFormBuilder }, { type: i4.ToolState }]; }, null); })();
218
218
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWR2YW5jZWQtc3dpcGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvaW50ZWdyYXRpb24vc3JjL2xpYi9tYXAvYWR2YW5jZWQtbWFwLXRvb2wvYWR2YW5jZWQtc3dpcGUvYWR2YW5jZWQtc3dpcGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvaW50ZWdyYXRpb24vc3JjL2xpYi9tYXAvYWR2YW5jZWQtbWFwLXRvb2wvYWR2YW5jZWQtc3dpcGUvYWR2YW5jZWQtc3dpcGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBcUIsTUFBTSxlQUFlLENBQUM7QUFDN0QsT0FBTyxFQUF3QyxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7SUNRbEUscUNBQXNHO0lBQTVCLHdPQUFTLGVBQUEsMEJBQWlCLENBQUEsSUFBQztJQUFDLFlBQWU7SUFBQSxpQkFBYTs7O0lBQXhFLGdDQUFlO0lBQTZCLGVBQWU7SUFBZixvQ0FBZTs7OztJQVRySSw4QkFBbUcsY0FBQSxxQkFBQSxnQkFBQTtJQUc1RSxZQUErRTs7SUFBQSxpQkFBWTtJQUN0RyxxQ0FBOEMsdUJBQUE7SUFDbEIsc01BQVMsZUFBQSxxQkFBWSxDQUFBLElBQUM7SUFDMUMsWUFDSjs7SUFBQSxpQkFBYTtJQUNiLCtCQUEyQjtJQUMzQiw2RkFBa0k7SUFDdEksaUJBQWEsRUFBQSxFQUFBO0lBSXJCLDRDQUcwQztJQUF0Qyx1TEFBVSxlQUFBLGtDQUEwQixDQUFBLElBQUM7SUFDckMsYUFDSjs7SUFBQSxpQkFBbUIsRUFBQTs7O0lBbEJJLGVBQWtCO0lBQWxCLHVDQUFrQjtJQUV0QixlQUErRTtJQUEvRSwyR0FBK0U7SUFFMUUsZUFBVztJQUFYLHlCQUFXO0lBQ25CLGVBQ0o7SUFESSxxSEFDSjtJQUU4Qixl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LElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUNqRCxDQUFDO0lBRUQ7O09BRUc7SUFDSCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFDeEQsQ0FBQzs7NEZBaEhVLHNCQUFzQjt5RUFBdEIsc0JBQXNCO1FDYm5DLHlFQW9CTTtRQUVOLDBIQXlCYzs7O1FBL0NSLHlEQUFzQyxpQkFBQTs7dUZEYS9CLHNCQUFzQjtjQU5sQyxTQUFTOzJCQUNFLG9CQUFvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25EZXN0cm95LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVudHlwZWRGb3JtR3JvdXAsIFVudHlwZWRGb3JtQnVpbGRlciwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENvbnRleHRTZXJ2aWNlLCBEZXRhaWxlZENvbnRleHQgfSBmcm9tICdAaWdvMi9jb250ZXh0JztcbmltcG9ydCB7IElnb01hcCwgTGF5ZXIsIFZlY3RvckxheWVyIH0gZnJvbSAnQGlnbzIvZ2VvJztcbmltcG9ydCB7IE1hcFN0YXRlIH0gZnJvbSAnLi4vLi4vbWFwLnN0YXRlJztcbmltcG9ydCB7IFRvb2xTdGF0ZSB9IGZyb20gJy4uLy4uLy4uL3Rvb2wvdG9vbC5zdGF0ZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lnby1hZHZhbmNlZC1zd2lwZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9hZHZhbmNlZC1zd2lwZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FkdmFuY2VkLXN3aXBlLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5cbmV4cG9ydCBjbGFzcyBBZHZhbmNlZFN3aXBlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xuICBwdWJsaWMgc3dpcGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgcHVibGljIGxheWVyTGlzdDogTGF5ZXJbXTtcbiAgcHVibGljIHVzZXJDb250cm9sbGVkTGF5ZXJMaXN0OiBMYXllcltdO1xuICBwdWJsaWMgZm9ybTogVW50eXBlZEZvcm1Hcm91cDtcbiAgcHVibGljIGxheWVyczogVmVjdG9yTGF5ZXJbXTtcbiAgcHVibGljIHJlczogRGV0YWlsZWRDb250ZXh0O1xuICBwdWJsaWMgbGlzdEZvclN3aXBlOiBMYXllcltdO1xuXG4gIC8qKlxuICAgKiBHZXQgYW4gYWN0aXZlIG1hcCBzdGF0ZVxuICAgKi9cbiAgZ2V0IG1hcCgpOiBJZ29NYXAge1xuICAgIHJldHVybiB0aGlzLm1hcFN0YXRlLm1hcDtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBtYXBTdGF0ZTogTWFwU3RhdGUsXG4gICAgcHJpdmF0ZSBjb250ZXh0U2VydmljZTogQ29udGV4dFNlcnZpY2UsXG4gICAgcHJpdmF0ZSBmb3JtQnVpbGRlcjogVW50eXBlZEZvcm1CdWlsZGVyLFxuICAgIHByaXZhdGUgdG9vbFN0YXRlOiBUb29sU3RhdGUpIHtcbiAgICAgIHRoaXMuYnVpbGRGb3JtKCk7XG4gIH1cblxuICAvKipcbiAgICogR2V0IHRoZSBsaXN0IG9mIGxheWVycyBmb3Igc3dpcGVcbiAgICogQGludGVybmFsXG4gICAqL1xuICAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5tYXAubGF5ZXJzJC5zdWJzY3JpYmUobGwgPT4gdGhpcy51c2VyQ29udHJvbGxlZExheWVyTGlzdCA9IGxsLmZpbHRlcihsYXllciA9PlxuICAgICAgKCFsYXllci5iYXNlTGF5ZXIgJiYgbGF5ZXIuc2hvd0luTGF5ZXJMaXN0ICYmIGxheWVyLmRpc3BsYXllZCkpKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBEZXNhY3RpdmF0ZSB0aGUgc3dpcGVcbiAgICogQGludGVybmFsXG4gICAqL1xuICBuZ09uRGVzdHJveSgpe1xuICAgIHRoaXMuc3dpcGUgPSBmYWxzZTtcbiAgICB0aGlzLm1hcC5zd2lwZUVuYWJsZWQkLm5leHQodGhpcy5zd2lwZSk7XG4gIH1cblxuICAvKipcbiAgICogQnVpbGQgYSBmb3JtIGZvciBjaG9pc2Ugb2YgdGhlIGxheWVyc1xuICAgKi9cbiAgcHJpdmF0ZSBidWlsZEZvcm0oKSB7XG4gICAgdGhpcy5mb3JtID0gdGhpcy5mb3JtQnVpbGRlci5ncm91cCh7XG4gICAgICBsYXllcnM6IFsnJywgW1ZhbGlkYXRvcnMucmVxdWlyZWRdXVxuICAgIH0pO1xuICB9XG5cbiAgLyoqXG4gICAqIEFjdGl2YXRlIHRoZSBzd2lwZSwgc2VuZCBhIGxpc3Qgb2YgbGF5ZXJzIGZvciBhIHN3aXBlLXRvb2xcbiAgICovXG4gIHN0YXJ0U3dpcGUodG9nZ2xlOiBib29sZWFuKXtcbiAgICB0aGlzLnN3aXBlID0gdG9nZ2xlO1xuICAgIHRoaXMubWFwLnN3aXBlRW5hYmxlZCQubmV4dCh0b2dnbGUpO1xuICAgIHRoaXMubGlzdEZvclN3aXBlID0gW107XG4gICAgZm9yIChjb25zdCBsYXllciBvZiB0aGlzLmZvcm0udmFsdWUubGF5ZXJzKSB7XG4gICAgICB0aGlzLmxpc3RGb3JTd2lwZS5wdXNoKGxheWVyKTtcbiAgICB9XG4gICAgdGhpcy5tYXAuc2VsZWN0ZWRGZWF0dXJlcyQubmV4dCh0aGlzLmxpc3RGb3JTd2lwZSk7XG4gIH1cblxuICAvKipcbiAgICogUmVzdGFydCBhIHN3aXBlIGZvciBhIG5ldyBsYXllcnMtbGlzdFxuICAgKi9cbiAgYXBwbHlOZXdMYXllcnMoZSkge1xuICAgIHRoaXMuc3RhcnRTd2lwZShmYWxzZSk7IC8vIGwnYXBwcm9jaGUgS0lTU1xuICAgIHRoaXMuc3RhcnRTd2lwZSh0cnVlKTtcbiAgICBpZiAoZS5fc2VsZWN0ZWQpIHtlLl9zZWxlY3RlZCA9IGZhbHNlOyB9XG4gICAgY29uc3QgYWxsTGF5ZXJzID0gdGhpcy51c2VyQ29udHJvbGxlZExheWVyTGlzdC5sZW5ndGg7XG4gICAgY29uc3Qgc2VsZWN0ZWRMYXllcnMgPSB0aGlzLmZvcm0uY29udHJvbHMubGF5ZXJzLnZhbHVlLmxlbmd0aDtcbiAgICBpZiAoc2VsZWN0ZWRMYXllcnMgPT09IGFsbExheWVycyl7XG4gICAgICBlLl9zZWxlY3RlZCA9IHRydWU7XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIFNlbGVjdCBhbGwgbGlzdCBvZiBsYXllcnMgYW5kIHJlc3RhcnQgYSB0b29sXG4gICAqL1xuICBzZWxlY3RBbGwoZSkge1xuICAgIGlmIChlLl9zZWxlY3RlZCkge1xuICAgICAgdGhpcy5mb3JtLmNvbnRyb2xzLmxheWVycy5zZXRWYWx1ZSh0aGlzLnVzZXJDb250cm9sbGVkTGF5ZXJMaXN0KTtcbiAgICAgIGUuX3NlbGVjdGVkID0gdHJ1ZTtcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICB0aGlzLmZvcm0uY29udHJvbHMubGF5ZXJzLnNldFZhbHVlKFtdKTtcbiAgICB9XG4gICAgdGhpcy5zdGFydFN3aXBlKGZhbHNlKTtcbiAgICB0aGlzLnN0YXJ0U3dpcGUodHJ1ZSk7XG4gIH1cblxuICAvKipcbiAgICogT3BlbiBzZWFyY2ggdG9vbFxuICAgKi9cbiAgc2VhcmNoRW1pdCgpIHtcbiAgICB0aGlzLnRvb2xTdGF0ZS50b29sYm94LmFjdGl2YXRlVG9vbCgnc2VhcmNoUmVzdWx0cycpO1xuICB9XG5cbiAgLyoqXG4gICAqIE9wZW4gY2F0YWxvZ1xuICAgKi9cbiAgY2F0YWxvZ0VtaXQoKSB7XG4gICAgdGhpcy50b29sU3RhdGUudG9vbGJveC5hY3RpdmF0ZVRvb2woJ2NhdGFsb2cnKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBPcGVuIGNvbnRleHQgbWFuYWdlclxuICAgKi9cbiAgY29udGV4dEVtaXQoKSB7XG4gICAgdGhpcy50b29sU3RhdGUudG9vbGJveC5hY3RpdmF0ZVRvb2woJ2NvbnRleHRNYW5hZ2VyJyk7XG4gIH1cbn1cbiIsIjxkaXYgKm5nSWY9XCJ1c2VyQ29udHJvbGxlZExheWVyTGlzdC5sZW5ndGg7IGVsc2Ugbm9MYXllcnNCbG9ja1wiIGNsYXNzPVwiaWdvLXN3aXBlLXNlbGVjdC1jb250YWluZXJcIj5cbiAgICA8Zm9ybSBjbGFzcz1cImlnby1mb3JtXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCI+XG4gICAgICAgIDxtYXQtZm9ybS1maWVsZD5cbiAgICAgICAgICAgIDxtYXQtbGFiZWw+e3snaWdvLmludGVncmF0aW9uLmFkdmFuY2VkLW1hcC10b29sLmFkdmFuY2VkLXN3aXBlLnN3aXBlLXNlbGVjdCcgfCB0cmFuc2xhdGV9fTwvbWF0LWxhYmVsPlxuICAgICAgICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwibGF5ZXJzXCIgbXVsdGlwbGU+XG4gICAgICAgICAgICAgICAgPG1hdC1vcHRpb24gW3ZhbHVlXT1cIjFcIiAoY2xpY2spPVwic2VsZWN0QWxsKGUpXCIgI2U+XG4gICAgICAgICAgICAgICAgICAgIHt7J2lnby5pbnRlZ3JhdGlvbi5hZHZhbmNlZC1tYXAtdG9vbC5hZHZhbmNlZC1zd2lwZS5zZWxlY3RBbGwnIHwgdHJhbnNsYXRlfX1cbiAgICAgICAgICAgICAgICA8L21hdC1vcHRpb24+XG4gICAgICAgICAgICAgICAgPG1hdC1kaXZpZGVyPjwvbWF0LWRpdmlkZXI+XG4gICAgICAgICAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IGxheWVyIG9mIHVzZXJDb250cm9sbGVkTGF5ZXJMaXN0XCIgW3ZhbHVlXT1cImxheWVyXCIgKGNsaWNrKT1cImFwcGx5TmV3TGF5ZXJzKGUpXCI+e3tsYXllci50aXRsZX19PC9tYXQtb3B0aW9uPlxuICAgICAgICAgICAgPC9tYXQtc2VsZWN0PlxuICAgICAgICA8L21hdC1mb3JtLWZpZWxkPlxuICAgIDwvZm9ybT5cblxuICAgIDxtYXQtc2xpZGUtdG9nZ2xlIGNsYXNzPVwic3dpcGUtdG9nZ2xlIG1hdC10eXBvZ3JhcGh5XCJcbiAgICAgICAgW2NoZWNrZWRdPVwic3dpcGVcIlxuICAgICAgICBbbGFiZWxQb3NpdGlvbl09XCInYmVmb3JlJ1wiXG4gICAgICAgIChjaGFuZ2UpPVwic3RhcnRTd2lwZSgkZXZlbnQuY2hlY2tlZClcIj5cbiAgICAgICAge3snaWdvLmludGVncmF0aW9uLmFkdmFuY2VkLW1hcC10b29sLmFkdmFuY2VkLXN3aXBlLnN3aXBlJyB8IHRyYW5zbGF0ZX19XG4gICAgPC9tYXQtc2xpZGUtdG9nZ2xlPiBcbjwvZGl2PlxuXG48bmctdGVtcGxhdGUgI25vTGF5ZXJzQmxvY2s+XG4gICAgPG1hdC1saXN0PlxuICAgICAgICA8cCBjbGFzcz1cIm1hcC1lbXB0eSBtYXQtdHlwb2dyYXBoeVwiPlxuICAgICAgICAgICAge3snaWdvLmludGVncmF0aW9uLmFkdmFuY2VkLW1hcC10b29sLmFkdmFuY2VkLXN3aXBlLmVtcHR5JyB8IHRyYW5zbGF0ZX19PC9wPlxuICAgICAgICA8cCBjbGFzcz1cIm1hcC1lbXB0eSBtYXQtdHlwb2dyYXBoeVwiPlxuICAgICAgICAgICAge3snaWdvLmludGVncmF0aW9uLmFkdmFuY2VkLW1hcC10b29sLmFkdmFuY2VkLXN3aXBlLmN1c3RvbWl6ZScgfCB0cmFuc2xhdGV9fTwvcD5cbiAgICAgICAgPG1hdC1saXN0LWl0ZW0+XG4gICAgICAgICAgICA8bWF0LWljb24gbWF0LWxpc3QtaWNvbiBzdmdJY29uPVwibWFnbmlmeVwiPjwvbWF0LWljb24+XG4gICAgICAgICAgICA8aDQgbWF0TGluZSBjbGFzcz1cInNlYXJjaC10b29sIG1hdC10eXBvZ3JhcGh5XCIgKGNsaWNrKT1cInNlYXJjaEVtaXQoKVwiPlxuICAgICAgICAgICAgICAgIHt7J2lnby5pbnRlZ3JhdGlvbi5hZHZhbmNlZC1tYXAtdG9vbC5hZHZhbmNlZC1zd2lwZS5zZWFyY2gtdG9vbCcgfCB0cmFuc2xhdGV9fVxuICAgICAgICAgICAgPC9oND5cbiAgICAgICAgPC9tYXQtbGlzdC1pdGVtPlxuICAgICAgICA8bWF0LWxpc3QtaXRlbT5cbiAgICAgICAgICAgIDxtYXQtaWNvbiBtYXQtbGlzdC1pY29uIHN2Z0ljb249XCJsYXllcnMtcGx1c1wiPjwvbWF0LWljb24+XG4gICAgICAgICAgICA8aDQgbWF0TGluZSBjbGFzcz1cImNhdGFsb2ctdG9vbCBtYXQtdHlwb2dyYXBoeVwiIChjbGljayk9XCJjYXRhbG9nRW1pdCgpXCI+XG4gICAgICAgICAgICAgICAge3snaWdvLmludGVncmF0aW9uLmFkdmFuY2VkLW1hcC10b29sLmFkdmFuY2VkLXN3aXBlLmNhdGFsb2ctdG9vbCcgfCB0cmFuc2xhdGV9fVxuICAgICAgICAgICAgPC9oND5cbiAgICAgICAgPC9tYXQtbGlzdC1pdGVtPlxuICAgICAgICA8bWF0LWxpc3QtaXRlbT5cbiAgICAgICAgICAgIDxtYXQtaWNvbiBtYXQtbGlzdC1pY29uIHN2Z0ljb249XCJzdGFyXCI+PC9tYXQtaWNvbj5cbiAgICAgICAgICAgIDxoNCBtYXRMaW5lIGNsYXNzPVwiY29udGV4dC10b29sIG1hdC10eXBvZ3JhcGh5XCIgKGNsaWNrKT1cImNvbnRleHRFbWl0KClcIj5cbiAgICAgICAgICAgICAgICB7eydpZ28uaW50ZWdyYXRpb24uYWR2YW5jZWQtbWFwLXRvb2wuYWR2YW5jZWQtc3dpcGUuY29udGV4dC10b29sJyB8IHRyYW5zbGF0ZX19XG4gICAgICAgICAgICA8L2g0PlxuICAgICAgICA8L21hdC1saXN0LWl0ZW0+XG4gICAgPC9tYXQtbGlzdD5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
@@ -1,2 +1,2 @@
1
- export * from './advanced-map-tool.component';
1
+ export * from './advanced-map-tool.component';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL21hcC9hZHZhbmNlZC1tYXAtdG9vbC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLCtCQUErQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hZHZhbmNlZC1tYXAtdG9vbC5jb21wb25lbnQnO1xuIl19
@@ -1,9 +1,9 @@
1
- export * from './advanced-map-tool';
2
- export * from './map-proximity-tool';
3
- export * from './map-details-tool';
4
- export * from './map-legend';
5
- export * from './map-tool';
6
- export * from './map-tools';
7
- export * from './map.state';
8
- export * from './map-proximity.state';
1
+ export * from './advanced-map-tool';
2
+ export * from './map-proximity-tool';
3
+ export * from './map-details-tool';
4
+ export * from './map-legend';
5
+ export * from './map-tool';
6
+ export * from './map-tools';
7
+ export * from './map.state';
8
+ export * from './map-proximity.state';
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL21hcC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLHVCQUF1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hZHZhbmNlZC1tYXAtdG9vbCc7XG5leHBvcnQgKiBmcm9tICcuL21hcC1wcm94aW1pdHktdG9vbCc7XG5leHBvcnQgKiBmcm9tICcuL21hcC1kZXRhaWxzLXRvb2wnO1xuZXhwb3J0ICogZnJvbSAnLi9tYXAtbGVnZW5kJztcbmV4cG9ydCAqIGZyb20gJy4vbWFwLXRvb2wnO1xuZXhwb3J0ICogZnJvbSAnLi9tYXAtdG9vbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9tYXAuc3RhdGUnO1xuZXhwb3J0ICogZnJvbSAnLi9tYXAtcHJveGltaXR5LnN0YXRlJztcbiJdfQ==
@@ -1,42 +1,42 @@
1
- import { Injectable } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Service that holds the state of layer list tool values
6
- */
7
- export class LayerListToolState {
8
- constructor() {
9
- this.keyword$ = new BehaviorSubject('');
10
- this.sortAlpha$ = new BehaviorSubject(undefined);
11
- this.onlyVisible$ = new BehaviorSubject(undefined);
12
- this.selectedTab$ = new BehaviorSubject(undefined);
13
- }
14
- setKeyword(keyword) {
15
- this.keyword$.next(keyword);
16
- }
17
- setSortAlpha(sort) {
18
- this.sortAlpha$.next(sort);
19
- }
20
- setOnlyVisible(onlyVisible) {
21
- this.onlyVisible$.next(onlyVisible);
22
- }
23
- setSelectedTab(tab) {
24
- this.selectedTab$.next(tab);
25
- }
26
- getLayerListControls() {
27
- return {
28
- keyword: this.keyword$.value,
29
- onlyVisible: this.onlyVisible$.value,
30
- sortAlpha: this.sortAlpha$.value
31
- };
32
- }
33
- }
34
- LayerListToolState.ɵfac = function LayerListToolState_Factory(t) { return new (t || LayerListToolState)(); };
35
- LayerListToolState.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LayerListToolState, factory: LayerListToolState.ɵfac, providedIn: 'root' });
36
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LayerListToolState, [{
37
- type: Injectable,
38
- args: [{
39
- providedIn: 'root'
40
- }]
41
- }], null, null); })();
1
+ import { Injectable } from '@angular/core';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Service that holds the state of layer list tool values
6
+ */
7
+ export class LayerListToolState {
8
+ constructor() {
9
+ this.keyword$ = new BehaviorSubject('');
10
+ this.sortAlpha$ = new BehaviorSubject(undefined);
11
+ this.onlyVisible$ = new BehaviorSubject(undefined);
12
+ this.selectedTab$ = new BehaviorSubject(undefined);
13
+ }
14
+ setKeyword(keyword) {
15
+ this.keyword$.next(keyword);
16
+ }
17
+ setSortAlpha(sort) {
18
+ this.sortAlpha$.next(sort);
19
+ }
20
+ setOnlyVisible(onlyVisible) {
21
+ this.onlyVisible$.next(onlyVisible);
22
+ }
23
+ setSelectedTab(tab) {
24
+ this.selectedTab$.next(tab);
25
+ }
26
+ getLayerListControls() {
27
+ return {
28
+ keyword: this.keyword$.value,
29
+ onlyVisible: this.onlyVisible$.value,
30
+ sortAlpha: this.sortAlpha$.value
31
+ };
32
+ }
33
+ }
34
+ LayerListToolState.ɵfac = function LayerListToolState_Factory(t) { return new (t || LayerListToolState)(); };
35
+ LayerListToolState.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LayerListToolState, factory: LayerListToolState.ɵfac, providedIn: 'root' });
36
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LayerListToolState, [{
37
+ type: Injectable,
38
+ args: [{
39
+ providedIn: 'root'
40
+ }]
41
+ }], null, null); })();
42
42
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItbGlzdC10b29sLnN0YXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvaW50ZWdyYXRpb24vc3JjL2xpYi9tYXAvbGF5ZXItbGlzdC10b29sLnN0YXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFHdkM7O0dBRUc7QUFJSCxNQUFNLE9BQU8sa0JBQWtCO0lBSC9CO1FBS2EsYUFBUSxHQUE0QixJQUFJLGVBQWUsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUM1RCxlQUFVLEdBQTZCLElBQUksZUFBZSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQ3RFLGlCQUFZLEdBQTZCLElBQUksZUFBZSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQ3hFLGlCQUFZLEdBQTRCLElBQUksZUFBZSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0tBeUJuRjtJQXZCRyxVQUFVLENBQUMsT0FBZTtRQUN0QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBRUgsWUFBWSxDQUFDLElBQWE7UUFDdEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDN0IsQ0FBQztJQUVILGNBQWMsQ0FBQyxXQUFvQjtRQUMvQixJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUN0QyxDQUFDO0lBRUgsY0FBYyxDQUFDLEdBQVc7UUFDeEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDOUIsQ0FBQztJQUVELG9CQUFvQjtRQUNsQixPQUFPO1lBQ0wsT0FBTyxFQUFFLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSztZQUM1QixXQUFXLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxLQUFLO1lBQ3BDLFNBQVMsRUFBRSxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUs7U0FDakMsQ0FBQztJQUNKLENBQUM7O29GQTdCUSxrQkFBa0I7d0VBQWxCLGtCQUFrQixXQUFsQixrQkFBa0IsbUJBRmYsTUFBTTt1RkFFVCxrQkFBa0I7Y0FIOUIsVUFBVTtlQUFDO2dCQUNSLFVBQVUsRUFBRSxNQUFNO2FBQ3JCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBMYXllckxpc3RDb250cm9sc09wdGlvbnMgfSBmcm9tICdAaWdvMi9nZW8nO1xuXG4vKipcbiAqIFNlcnZpY2UgdGhhdCBob2xkcyB0aGUgc3RhdGUgb2YgbGF5ZXIgbGlzdCB0b29sIHZhbHVlc1xuICovXG5ASW5qZWN0YWJsZSh7XG4gICAgcHJvdmlkZWRJbjogJ3Jvb3QnXG59KVxuZXhwb3J0IGNsYXNzIExheWVyTGlzdFRvb2xTdGF0ZSB7XG5cbiAgICByZWFkb25seSBrZXl3b3JkJDogQmVoYXZpb3JTdWJqZWN0PHN0cmluZz4gPSBuZXcgQmVoYXZpb3JTdWJqZWN0KCcnKTtcbiAgICByZWFkb25seSBzb3J0QWxwaGEkOiBCZWhhdmlvclN1YmplY3Q8Ym9vbGVhbj4gPSBuZXcgQmVoYXZpb3JTdWJqZWN0KHVuZGVmaW5lZCk7XG4gICAgcmVhZG9ubHkgb25seVZpc2libGUkOiBCZWhhdmlvclN1YmplY3Q8Ym9vbGVhbj4gPSBuZXcgQmVoYXZpb3JTdWJqZWN0KHVuZGVmaW5lZCk7XG4gICAgcmVhZG9ubHkgc2VsZWN0ZWRUYWIkOiBCZWhhdmlvclN1YmplY3Q8bnVtYmVyPiA9IG5ldyBCZWhhdmlvclN1YmplY3QodW5kZWZpbmVkKTtcblxuICAgIHNldEtleXdvcmQoa2V5d29yZDogc3RyaW5nKSB7XG4gICAgICAgIHRoaXMua2V5d29yZCQubmV4dChrZXl3b3JkKTtcbiAgICAgIH1cblxuICAgIHNldFNvcnRBbHBoYShzb3J0OiBib29sZWFuKSB7XG4gICAgICAgIHRoaXMuc29ydEFscGhhJC5uZXh0KHNvcnQpO1xuICAgICAgfVxuXG4gICAgc2V0T25seVZpc2libGUob25seVZpc2libGU6IGJvb2xlYW4pIHtcbiAgICAgICAgdGhpcy5vbmx5VmlzaWJsZSQubmV4dChvbmx5VmlzaWJsZSk7XG4gICAgICB9XG5cbiAgICBzZXRTZWxlY3RlZFRhYih0YWI6IG51bWJlcikge1xuICAgICAgdGhpcy5zZWxlY3RlZFRhYiQubmV4dCh0YWIpO1xuICAgIH1cblxuICAgIGdldExheWVyTGlzdENvbnRyb2xzKCk6IExheWVyTGlzdENvbnRyb2xzT3B0aW9ucyB7XG4gICAgICByZXR1cm4ge1xuICAgICAgICBrZXl3b3JkOiB0aGlzLmtleXdvcmQkLnZhbHVlLFxuICAgICAgICBvbmx5VmlzaWJsZTogdGhpcy5vbmx5VmlzaWJsZSQudmFsdWUsXG4gICAgICAgIHNvcnRBbHBoYTogdGhpcy5zb3J0QWxwaGEkLnZhbHVlXG4gICAgICB9O1xuICAgIH1cbn1cbiJdfQ==
@@ -1,2 +1,2 @@
1
- export * from './map-details-tool.component';
1
+ export * from './map-details-tool.component';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL21hcC9tYXAtZGV0YWlscy10b29sL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsOEJBQThCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL21hcC1kZXRhaWxzLXRvb2wuY29tcG9uZW50JztcbiJdfQ==