@igo2/integration 1.14.2 → 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 (211) 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 +39 -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 +592 -592
  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 +6450 -6450
  106. package/fesm2020/igo2-integration.mjs +6009 -6009
  107. package/index.d.ts +5 -5
  108. package/lib/about/about-tool/about-tool.component.d.ts +34 -34
  109. package/lib/about/about-tool/index.d.ts +1 -1
  110. package/lib/about/about.module.d.ts +16 -16
  111. package/lib/about/index.d.ts +1 -1
  112. package/lib/analytics/analytics-listener.service.d.ts +27 -27
  113. package/lib/analytics/analytics.module.d.ts +6 -6
  114. package/lib/analytics/index.d.ts +1 -1
  115. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +57 -57
  116. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +12 -12
  117. package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +50 -50
  118. package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +12 -12
  119. package/lib/catalog/catalog.module.d.ts +8 -8
  120. package/lib/catalog/catalog.state.d.ts +37 -37
  121. package/lib/catalog/index.d.ts +5 -5
  122. package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +9 -9
  123. package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +15 -15
  124. package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +5 -5
  125. package/lib/context/context-share-tool/context-share-tool.component.d.ts +13 -13
  126. package/lib/context/context.module.d.ts +11 -11
  127. package/lib/context/context.state.d.ts +37 -37
  128. package/lib/context/index.d.ts +5 -5
  129. package/lib/directions/directions-tool/directions-tool.component.d.ts +54 -54
  130. package/lib/directions/directions-tool/index.d.ts +1 -1
  131. package/lib/directions/directions.module.d.ts +10 -10
  132. package/lib/directions/directions.state.d.ts +28 -28
  133. package/lib/directions/index.d.ts +2 -2
  134. package/lib/draw/draw.module.d.ts +8 -8
  135. package/lib/draw/draw.state.d.ts +17 -17
  136. package/lib/draw/drawing-tool/drawing-tool.component.d.ts +31 -31
  137. package/lib/draw/index.d.ts +2 -2
  138. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.d.ts +2 -2
  139. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +12 -12
  140. package/lib/filter/active-ogc-filter-tool/index.d.ts +1 -1
  141. package/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.d.ts +2 -2
  142. package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +12 -12
  143. package/lib/filter/active-time-filter-tool/index.d.ts +1 -1
  144. package/lib/filter/filter.module.d.ts +15 -15
  145. package/lib/filter/index.d.ts +5 -5
  146. package/lib/filter/ogc-filter-tool/index.d.ts +1 -1
  147. package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +6 -6
  148. package/lib/filter/spatial-filter-tool/index.d.ts +1 -1
  149. package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +82 -82
  150. package/lib/filter/time-filter-tool/index.d.ts +1 -1
  151. package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +6 -6
  152. package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +31 -31
  153. package/lib/import-export/import-export-tool/index.d.ts +1 -1
  154. package/lib/import-export/import-export.module.d.ts +15 -15
  155. package/lib/import-export/import-export.state.d.ts +24 -24
  156. package/lib/import-export/index.d.ts +2 -2
  157. package/lib/integration.module.d.ts +20 -20
  158. package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +97 -97
  159. package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +12 -12
  160. package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +65 -65
  161. package/lib/map/advanced-map-tool/index.d.ts +1 -1
  162. package/lib/map/index.d.ts +8 -8
  163. package/lib/map/layer-list-tool.state.d.ts +19 -19
  164. package/lib/map/map-details-tool/index.d.ts +1 -1
  165. package/lib/map/map-details-tool/map-details-tool.component.d.ts +38 -38
  166. package/lib/map/map-legend/index.d.ts +1 -1
  167. package/lib/map/map-legend/map-legend-tool.component.d.ts +40 -40
  168. package/lib/map/map-proximity-tool/index.d.ts +1 -1
  169. package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +36 -36
  170. package/lib/map/map-proximity.state.d.ts +28 -28
  171. package/lib/map/map-tool/index.d.ts +1 -1
  172. package/lib/map/map-tool/map-tool.component.d.ts +27 -27
  173. package/lib/map/map-tools/index.d.ts +1 -1
  174. package/lib/map/map-tools/map-tools.component.d.ts +65 -65
  175. package/lib/map/map.module.d.ts +38 -38
  176. package/lib/map/map.state.d.ts +24 -24
  177. package/lib/measure/index.d.ts +3 -3
  178. package/lib/measure/measure.module.d.ts +7 -7
  179. package/lib/measure/measure.state.d.ts +16 -16
  180. package/lib/measure/measurer-tool/measurer-tool.component.d.ts +24 -24
  181. package/lib/measure/measurer-tool/measurer-tool.module.d.ts +11 -11
  182. package/lib/print/index.d.ts +1 -1
  183. package/lib/print/print-tool/index.d.ts +1 -1
  184. package/lib/print/print-tool/print-tool.component.d.ts +10 -10
  185. package/lib/print/print.module.d.ts +10 -10
  186. package/lib/search/index.d.ts +6 -6
  187. package/lib/search/query.state.d.ts +20 -20
  188. package/lib/search/search-bar/search-bar-binding.directive.d.ts +20 -20
  189. package/lib/search/search-bar/search-bar.module.d.ts +11 -11
  190. package/lib/search/search-results-tool/search-results-tool.component.d.ts +101 -101
  191. package/lib/search/search-results-tool/search-results-tool.module.d.ts +18 -18
  192. package/lib/search/search.module.d.ts +8 -8
  193. package/lib/search/search.state.d.ts +54 -54
  194. package/lib/storage/index.d.ts +1 -1
  195. package/lib/storage/storage.module.d.ts +6 -6
  196. package/lib/storage/storage.state.d.ts +12 -12
  197. package/lib/tool/index.d.ts +1 -1
  198. package/lib/tool/tool.module.d.ts +6 -6
  199. package/lib/tool/tool.state.d.ts +22 -22
  200. package/lib/workspace/index.d.ts +3 -3
  201. package/lib/workspace/shared/edition-actions.service.d.ts +26 -26
  202. package/lib/workspace/shared/feature-actions.service.d.ts +25 -25
  203. package/lib/workspace/shared/index.d.ts +2 -2
  204. package/lib/workspace/shared/wfs-actions.service.d.ts +27 -27
  205. package/lib/workspace/shared/workspace.utils.d.ts +2 -2
  206. package/lib/workspace/workspace-button/index.d.ts +1 -1
  207. package/lib/workspace/workspace-button/workspace-button.component.d.ts +21 -21
  208. package/lib/workspace/workspace.module.d.ts +12 -12
  209. package/lib/workspace/workspace.state.d.ts +63 -63
  210. package/package.json +3 -3
  211. package/public_api.d.ts +31 -31
@@ -1,206 +1,206 @@
1
- import { __decorate } from "tslib";
2
- import { Component, ViewChild } from '@angular/core';
3
- import { ToolComponent } from '@igo2/common';
4
- import { NumberUtils, Clipboard } from '@igo2/utils';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "../map.state";
7
- import * as i2 from "../map-proximity.state";
8
- import * as i3 from "@igo2/core";
9
- import * as i4 from "@angular/forms";
10
- import * as i5 from "@angular/material/form-field";
11
- import * as i6 from "@angular/material/input";
12
- import * as i7 from "@angular/common";
13
- import * as i8 from "@angular/material/icon";
14
- import * as i9 from "@angular/material/radio";
15
- import * as i10 from "@angular/material/button";
16
- import * as i11 from "@igo2/common";
17
- import * as i12 from "@ngx-translate/core";
18
- const _c0 = ["table"];
19
- function MapProximityToolComponent_mat_form_field_3_Template(rf, ctx) { if (rf & 1) {
20
- i0.ɵɵelementStart(0, "mat-form-field", 14);
21
- i0.ɵɵelement(1, "textarea", 15, 16);
22
- i0.ɵɵpipe(3, "translate");
23
- i0.ɵɵelementEnd();
24
- } if (rf & 2) {
25
- const coord_r4 = ctx.ngIf;
26
- i0.ɵɵadvance(1);
27
- i0.ɵɵproperty("placeholder", i0.ɵɵpipeBind1(3, 2, "igo.integration.map-proximity-tool.lon"))("value", coord_r4[0]);
28
- } }
29
- function MapProximityToolComponent_mat_form_field_5_Template(rf, ctx) { if (rf & 1) {
30
- i0.ɵɵelementStart(0, "mat-form-field", 17);
31
- i0.ɵɵelement(1, "textarea", 15, 16);
32
- i0.ɵɵpipe(3, "translate");
33
- i0.ɵɵelementEnd();
34
- } if (rf & 2) {
35
- const coord2_r6 = ctx.ngIf;
36
- i0.ɵɵadvance(1);
37
- i0.ɵɵproperty("placeholder", i0.ɵɵpipeBind1(3, 2, "igo.integration.map-proximity-tool.lat"))("value", coord2_r6[1]);
38
- } }
39
- function MapProximityToolComponent_button_7_Template(rf, ctx) { if (rf & 1) {
40
- const _r9 = i0.ɵɵgetCurrentView();
41
- i0.ɵɵelementStart(0, "button", 18);
42
- i0.ɵɵlistener("click", function MapProximityToolComponent_button_7_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.copyTextToClipboard()); });
43
- i0.ɵɵelement(1, "mat-icon", 19);
44
- i0.ɵɵelementEnd();
45
- } }
46
- let MapProximityToolComponent = class MapProximityToolComponent {
47
- constructor(mapState, mapProximityState, languageService, messageService) {
48
- this.mapState = mapState;
49
- this.mapProximityState = mapProximityState;
50
- this.languageService = languageService;
51
- this.messageService = messageService;
52
- this.subs$$ = [];
53
- /**
54
- * Table template
55
- * @internal
56
- */
57
- this.tableTemplate = {
58
- selection: true,
59
- selectMany: false,
60
- selectionCheckbox: false,
61
- sort: true,
62
- columns: [
63
- {
64
- name: 'element',
65
- title: this.languageService.translate.instant('igo.integration.map-proximity-tool.feature'),
66
- valueAccessor: (localFeature) => {
67
- return localFeature.properties.element;
68
- }
69
- },
70
- {
71
- name: 'distance',
72
- title: this.languageService.translate.instant('igo.integration.map-proximity-tool.distance'),
73
- valueAccessor: (localFeature) => {
74
- return `${NumberUtils.roundToNDecimal(localFeature.properties.distance, 1)}m`;
75
- }
76
- }
77
- ]
78
- };
79
- }
80
- get maxDistance() {
81
- return this.mapProximityState.proximityRadiusValue$.value;
82
- }
83
- set maxDistance(value) {
84
- this.mapProximityState.proximityRadiusValue$.next(value);
85
- }
86
- get map() {
87
- return this.mapState.map;
88
- }
89
- ngOnInit() {
90
- this.mapProximityState.enabled$.next(true);
91
- this.userDefinedFollowPosition = this.map.geolocationController.followPosition === true;
92
- this.userDefinedMapCenter = this.map.mapCenter$.value === true;
93
- this.subs$$.push(this.mapProximityState.proximitylocationType$.subscribe(v => {
94
- this.map.mapCenter$.next(v !== 'geolocation');
95
- if (v === 'geolocation') {
96
- this.map.geolocationController.followPosition = true;
97
- }
98
- else {
99
- this.map.geolocationController.followPosition = false;
100
- }
101
- }));
102
- }
103
- ngOnDestroy() {
104
- this.mapProximityState.enabled$.next(false);
105
- this.map.mapCenter$.next(this.userDefinedMapCenter);
106
- this.subs$$.map(s => s.unsubscribe());
107
- this.map.geolocationController.followPosition = this.userDefinedFollowPosition;
108
- }
109
- onLocationTypeChange(e) {
110
- this.mapProximityState.proximitylocationType$.next(e.value);
111
- }
112
- /**
113
- * Copy the coordinates to a clipboard
114
- */
115
- copyTextToClipboard() {
116
- const successful = Clipboard.copy(this.mapProximityState.currentPositionCoordinate$?.value.toString());
117
- if (successful) {
118
- const translate = this.languageService.translate;
119
- const title = translate.instant('igo.integration.map-proximity-tool.copyTitle');
120
- const msg = translate.instant('igo.integration.map-proximity-tool.copyMsg');
121
- this.messageService.success(msg, title);
122
- }
123
- }
124
- };
125
- MapProximityToolComponent.ɵfac = function MapProximityToolComponent_Factory(t) { return new (t || MapProximityToolComponent)(i0.ɵɵdirectiveInject(i1.MapState), i0.ɵɵdirectiveInject(i2.MapProximityState), i0.ɵɵdirectiveInject(i3.LanguageService), i0.ɵɵdirectiveInject(i3.MessageService)); };
126
- MapProximityToolComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MapProximityToolComponent, selectors: [["igo-map-proximity-tool"]], viewQuery: function MapProximityToolComponent_Query(rf, ctx) { if (rf & 1) {
127
- i0.ɵɵviewQuery(_c0, 7);
128
- } if (rf & 2) {
129
- let _t;
130
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.table = _t.first);
131
- } }, decls: 31, vars: 35, consts: [[1, "table-compact", 3, "store", "template"], ["table", ""], ["class", "coordinates", 4, "ngIf"], ["class", "coordinates2", 4, "ngIf"], ["mat-icon-button", "", 3, "click", 4, "ngIf"], [1, "title-container"], [1, "title", "mat-typography"], [1, "igo-input-container", "mat-typography"], [3, "change"], ["value", "geolocation", 3, "checked"], ["value", "mapCenter", 3, "checked"], [1, "radius-unit"], ["appearance", "outline", "floatLabel", "always", 1, "measure-field"], ["type", "number", "pattern", "[0-9]*", "matInput", "", 3, "ngModel", "placeholder", "ngModelChange"], [1, "coordinates"], ["matInput", "", "readonly", "", "rows", "1", 3, "placeholder", "value"], ["textArea", ""], [1, "coordinates2"], ["mat-icon-button", "", 3, "click"], ["svgIcon", "content-copy"]], template: function MapProximityToolComponent_Template(rf, ctx) { if (rf & 1) {
132
- i0.ɵɵelement(0, "igo-entity-table", 0, 1)(2, "br");
133
- i0.ɵɵtemplate(3, MapProximityToolComponent_mat_form_field_3_Template, 4, 4, "mat-form-field", 2);
134
- i0.ɵɵpipe(4, "async");
135
- i0.ɵɵtemplate(5, MapProximityToolComponent_mat_form_field_5_Template, 4, 4, "mat-form-field", 3);
136
- i0.ɵɵpipe(6, "async");
137
- i0.ɵɵtemplate(7, MapProximityToolComponent_button_7_Template, 2, 0, "button", 4);
138
- i0.ɵɵpipe(8, "async");
139
- i0.ɵɵpipe(9, "async");
140
- i0.ɵɵelementStart(10, "div", 5)(11, "mat-label", 6);
141
- i0.ɵɵtext(12);
142
- i0.ɵɵpipe(13, "translate");
143
- i0.ɵɵelementEnd()();
144
- i0.ɵɵelementStart(14, "div", 7)(15, "mat-radio-group", 8);
145
- i0.ɵɵlistener("change", function MapProximityToolComponent_Template_mat_radio_group_change_15_listener($event) { return ctx.onLocationTypeChange($event); });
146
- i0.ɵɵelementStart(16, "mat-radio-button", 9);
147
- i0.ɵɵpipe(17, "async");
148
- i0.ɵɵtext(18);
149
- i0.ɵɵpipe(19, "translate");
150
- i0.ɵɵelementEnd();
151
- i0.ɵɵelementStart(20, "mat-radio-button", 10);
152
- i0.ɵɵpipe(21, "async");
153
- i0.ɵɵtext(22);
154
- i0.ɵɵpipe(23, "translate");
155
- i0.ɵɵelementEnd()()();
156
- i0.ɵɵelementStart(24, "div", 11)(25, "mat-form-field", 12)(26, "mat-label");
157
- i0.ɵɵtext(27);
158
- i0.ɵɵpipe(28, "translate");
159
- i0.ɵɵelementEnd();
160
- i0.ɵɵelementStart(29, "input", 13);
161
- i0.ɵɵlistener("ngModelChange", function MapProximityToolComponent_Template_input_ngModelChange_29_listener($event) { return ctx.maxDistance = $event; });
162
- i0.ɵɵpipe(30, "translate");
163
- i0.ɵɵelementEnd()()();
164
- } if (rf & 2) {
165
- i0.ɵɵproperty("store", ctx.mapProximityState.proximityFeatureStore)("template", ctx.tableTemplate);
166
- i0.ɵɵadvance(3);
167
- i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(4, 13, ctx.mapProximityState.currentPositionCoordinate$));
168
- i0.ɵɵadvance(2);
169
- i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(6, 15, ctx.mapProximityState.currentPositionCoordinate$));
170
- i0.ɵɵadvance(2);
171
- i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(8, 17, ctx.mapProximityState.currentPositionCoordinate$) && i0.ɵɵpipeBind1(9, 19, ctx.mapProximityState.currentPositionCoordinate$).length);
172
- i0.ɵɵadvance(5);
173
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 21, "igo.integration.map-proximity-tool.method"));
174
- i0.ɵɵadvance(4);
175
- i0.ɵɵproperty("checked", i0.ɵɵpipeBind1(17, 23, ctx.mapProximityState.proximitylocationType$) === "geolocation");
176
- i0.ɵɵadvance(2);
177
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(19, 25, "igo.integration.map-proximity-tool.geolocation"));
178
- i0.ɵɵadvance(2);
179
- i0.ɵɵproperty("checked", i0.ɵɵpipeBind1(21, 27, ctx.mapProximityState.proximitylocationType$) === "mapCenter");
180
- i0.ɵɵadvance(2);
181
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(23, 29, "igo.integration.map-proximity-tool.mapCenter"));
182
- i0.ɵɵadvance(5);
183
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(28, 31, "igo.integration.map-proximity-tool.radiusM"));
184
- i0.ɵɵadvance(2);
185
- i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(30, 33, "igo.integration.map-proximity-tool.radiusM"));
186
- i0.ɵɵproperty("ngModel", ctx.maxDistance);
187
- } }, dependencies: [i4.DefaultValueAccessor, i4.NumberValueAccessor, i4.NgControlStatus, i4.PatternValidator, i4.NgModel, i5.MatFormField, i5.MatLabel, i6.MatInput, i7.NgIf, i8.MatIcon, i9.MatRadioGroup, i9.MatRadioButton, i10.MatButton, i11.EntityTableComponent, i7.AsyncPipe, i12.TranslatePipe], styles: [".table-compact[_ngcontent-%COMP%]{height:auto}.table-compact[_ngcontent-%COMP%] .mat-header-cell.mat-column-selectionCheckbox{width:52px}textarea[_ngcontent-%COMP%]{resize:none}mat-form-field[_ngcontent-%COMP%]{padding:10px 15px}mat-form-field.coordinates[_ngcontent-%COMP%]{width:110px}mat-form-field.coordinates2[_ngcontent-%COMP%]{width:100px;padding:0 10px 0 3px}mat-form-field.igo-input-container[_ngcontent-%COMP%]{width:60%;padding:0 15px}.radius-unit[_ngcontent-%COMP%]{display:flex;width:90%;margin-left:2px;padding:5px}.radius-field[_ngcontent-%COMP%]{display:flex;flex-flow:column nowrap;width:60%}.title-container[_ngcontent-%COMP%]{padding:10px}.title[_ngcontent-%COMP%]{margin-left:5px;font-size:medium;font-size:initial}.mat-radio-group[_ngcontent-%COMP%]{display:flex;flex-direction:column;padding-top:10px}.mat-radio-button[_ngcontent-%COMP%]{display:inline-flex;position:relative;margin-left:16px;margin-top:10px}"] });
188
- MapProximityToolComponent = __decorate([
189
- ToolComponent({
190
- name: 'map-proximity',
191
- title: 'igo.integration.tools.closestFeature',
192
- icon: 'radius'
193
- })
194
- /**
195
- * Tool to handle the advanced map tools
196
- */
197
- ], MapProximityToolComponent);
198
- export { MapProximityToolComponent };
199
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MapProximityToolComponent, [{
200
- type: Component,
201
- args: [{ selector: 'igo-map-proximity-tool', template: "<igo-entity-table #table class=\"table-compact\" [store]=\"mapProximityState.proximityFeatureStore\" [template]=\"tableTemplate\"></igo-entity-table>\n<br>\n<mat-form-field *ngIf=\"mapProximityState.currentPositionCoordinate$ | async as coord\" class=\"coordinates\">\n <textarea #textArea matInput readonly rows=\"1\"\n [placeholder]=\"'igo.integration.map-proximity-tool.lon' | translate\"\n [value]=\"coord[0]\"></textarea>\n</mat-form-field>\n<mat-form-field *ngIf=\"mapProximityState.currentPositionCoordinate$ | async as coord2\" class=\"coordinates2\">\n <textarea #textArea matInput readonly rows=\"1\"\n [placeholder]=\"'igo.integration.map-proximity-tool.lat' | translate\"\n [value]=\"coord2[1]\"></textarea>\n</mat-form-field>\n\n<button *ngIf=\"(mapProximityState.currentPositionCoordinate$ | async) && (mapProximityState.currentPositionCoordinate$ | async).length\" mat-icon-button\n (click)=\"copyTextToClipboard()\">\n <mat-icon svgIcon=\"content-copy\"></mat-icon>\n</button>\n<div class=\"title-container\">\n <mat-label class=\"title mat-typography\">{{'igo.integration.map-proximity-tool.method' | translate}}</mat-label>\n</div>\n<div class=\"igo-input-container mat-typography\">\n <mat-radio-group (change)=\"onLocationTypeChange($event)\">\n <mat-radio-button [checked]=\"(mapProximityState.proximitylocationType$|async)==='geolocation'\" value=\"geolocation\">{{'igo.integration.map-proximity-tool.geolocation' | translate}}</mat-radio-button>\n <mat-radio-button [checked]=\"(mapProximityState.proximitylocationType$|async)==='mapCenter'\" value=\"mapCenter\">{{'igo.integration.map-proximity-tool.mapCenter' | translate}}</mat-radio-button>\n </mat-radio-group>\n</div>\n\n<div class=\"radius-unit\"> \n \n <mat-form-field appearance=\"outline\" class=\"measure-field\" floatLabel=\"always\">\n <mat-label>{{'igo.integration.map-proximity-tool.radiusM' | translate}}</mat-label>\n <input type=\"number\" pattern=\"[0-9]*\" [(ngModel)]=\"maxDistance\" matInput placeholder=\"{{'igo.integration.map-proximity-tool.radiusM' | translate}}\">\n </mat-form-field>\n\n \n</div>", styles: [".table-compact{height:auto}.table-compact ::ng-deep .mat-header-cell.mat-column-selectionCheckbox{width:52px}textarea{resize:none}mat-form-field{padding:10px 15px}mat-form-field.coordinates{width:110px}mat-form-field.coordinates2{width:100px;padding:0 10px 0 3px}mat-form-field.igo-input-container{width:60%;padding:0 15px}.radius-unit{display:flex;width:90%;margin-left:2px;padding:5px}.radius-field{display:flex;flex-flow:column nowrap;width:60%}.title-container{padding:10px}.title{margin-left:5px;font-size:medium;font-size:initial}.mat-radio-group{display:flex;flex-direction:column;padding-top:10px}.mat-radio-button{display:inline-flex;position:relative;margin-left:16px;margin-top:10px}\n"] }]
202
- }], function () { return [{ type: i1.MapState }, { type: i2.MapProximityState }, { type: i3.LanguageService }, { type: i3.MessageService }]; }, { table: [{
203
- type: ViewChild,
204
- args: ['table', { static: true }]
205
- }] }); })();
1
+ import { __decorate } from "tslib";
2
+ import { Component, ViewChild } from '@angular/core';
3
+ import { ToolComponent } from '@igo2/common';
4
+ import { NumberUtils, Clipboard } from '@igo2/utils';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "../map.state";
7
+ import * as i2 from "../map-proximity.state";
8
+ import * as i3 from "@igo2/core";
9
+ import * as i4 from "@angular/forms";
10
+ import * as i5 from "@angular/material/form-field";
11
+ import * as i6 from "@angular/material/input";
12
+ import * as i7 from "@angular/common";
13
+ import * as i8 from "@angular/material/icon";
14
+ import * as i9 from "@angular/material/radio";
15
+ import * as i10 from "@angular/material/button";
16
+ import * as i11 from "@igo2/common";
17
+ import * as i12 from "@ngx-translate/core";
18
+ const _c0 = ["table"];
19
+ function MapProximityToolComponent_mat_form_field_3_Template(rf, ctx) { if (rf & 1) {
20
+ i0.ɵɵelementStart(0, "mat-form-field", 14);
21
+ i0.ɵɵelement(1, "textarea", 15, 16);
22
+ i0.ɵɵpipe(3, "translate");
23
+ i0.ɵɵelementEnd();
24
+ } if (rf & 2) {
25
+ const coord_r4 = ctx.ngIf;
26
+ i0.ɵɵadvance(1);
27
+ i0.ɵɵproperty("placeholder", i0.ɵɵpipeBind1(3, 2, "igo.integration.map-proximity-tool.lon"))("value", coord_r4[0]);
28
+ } }
29
+ function MapProximityToolComponent_mat_form_field_5_Template(rf, ctx) { if (rf & 1) {
30
+ i0.ɵɵelementStart(0, "mat-form-field", 17);
31
+ i0.ɵɵelement(1, "textarea", 15, 16);
32
+ i0.ɵɵpipe(3, "translate");
33
+ i0.ɵɵelementEnd();
34
+ } if (rf & 2) {
35
+ const coord2_r6 = ctx.ngIf;
36
+ i0.ɵɵadvance(1);
37
+ i0.ɵɵproperty("placeholder", i0.ɵɵpipeBind1(3, 2, "igo.integration.map-proximity-tool.lat"))("value", coord2_r6[1]);
38
+ } }
39
+ function MapProximityToolComponent_button_7_Template(rf, ctx) { if (rf & 1) {
40
+ const _r9 = i0.ɵɵgetCurrentView();
41
+ i0.ɵɵelementStart(0, "button", 18);
42
+ i0.ɵɵlistener("click", function MapProximityToolComponent_button_7_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.copyTextToClipboard()); });
43
+ i0.ɵɵelement(1, "mat-icon", 19);
44
+ i0.ɵɵelementEnd();
45
+ } }
46
+ let MapProximityToolComponent = class MapProximityToolComponent {
47
+ constructor(mapState, mapProximityState, languageService, messageService) {
48
+ this.mapState = mapState;
49
+ this.mapProximityState = mapProximityState;
50
+ this.languageService = languageService;
51
+ this.messageService = messageService;
52
+ this.subs$$ = [];
53
+ /**
54
+ * Table template
55
+ * @internal
56
+ */
57
+ this.tableTemplate = {
58
+ selection: true,
59
+ selectMany: false,
60
+ selectionCheckbox: false,
61
+ sort: true,
62
+ columns: [
63
+ {
64
+ name: 'element',
65
+ title: this.languageService.translate.instant('igo.integration.map-proximity-tool.feature'),
66
+ valueAccessor: (localFeature) => {
67
+ return localFeature.properties.element;
68
+ }
69
+ },
70
+ {
71
+ name: 'distance',
72
+ title: this.languageService.translate.instant('igo.integration.map-proximity-tool.distance'),
73
+ valueAccessor: (localFeature) => {
74
+ return `${NumberUtils.roundToNDecimal(localFeature.properties.distance, 1)}m`;
75
+ }
76
+ }
77
+ ]
78
+ };
79
+ }
80
+ get maxDistance() {
81
+ return this.mapProximityState.proximityRadiusValue$.value;
82
+ }
83
+ set maxDistance(value) {
84
+ this.mapProximityState.proximityRadiusValue$.next(value);
85
+ }
86
+ get map() {
87
+ return this.mapState.map;
88
+ }
89
+ ngOnInit() {
90
+ this.mapProximityState.enabled$.next(true);
91
+ this.userDefinedFollowPosition = this.map.geolocationController.followPosition === true;
92
+ this.userDefinedMapCenter = this.map.mapCenter$.value === true;
93
+ this.subs$$.push(this.mapProximityState.proximitylocationType$.subscribe(v => {
94
+ this.map.mapCenter$.next(v !== 'geolocation');
95
+ if (v === 'geolocation') {
96
+ this.map.geolocationController.followPosition = true;
97
+ }
98
+ else {
99
+ this.map.geolocationController.followPosition = false;
100
+ }
101
+ }));
102
+ }
103
+ ngOnDestroy() {
104
+ this.mapProximityState.enabled$.next(false);
105
+ this.map.mapCenter$.next(this.userDefinedMapCenter);
106
+ this.subs$$.map(s => s.unsubscribe());
107
+ this.map.geolocationController.followPosition = this.userDefinedFollowPosition;
108
+ }
109
+ onLocationTypeChange(e) {
110
+ this.mapProximityState.proximitylocationType$.next(e.value);
111
+ }
112
+ /**
113
+ * Copy the coordinates to a clipboard
114
+ */
115
+ copyTextToClipboard() {
116
+ const successful = Clipboard.copy(this.mapProximityState.currentPositionCoordinate$?.value.toString());
117
+ if (successful) {
118
+ const translate = this.languageService.translate;
119
+ const title = translate.instant('igo.integration.map-proximity-tool.copyTitle');
120
+ const msg = translate.instant('igo.integration.map-proximity-tool.copyMsg');
121
+ this.messageService.success(msg, title);
122
+ }
123
+ }
124
+ };
125
+ MapProximityToolComponent.ɵfac = function MapProximityToolComponent_Factory(t) { return new (t || MapProximityToolComponent)(i0.ɵɵdirectiveInject(i1.MapState), i0.ɵɵdirectiveInject(i2.MapProximityState), i0.ɵɵdirectiveInject(i3.LanguageService), i0.ɵɵdirectiveInject(i3.MessageService)); };
126
+ MapProximityToolComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MapProximityToolComponent, selectors: [["igo-map-proximity-tool"]], viewQuery: function MapProximityToolComponent_Query(rf, ctx) { if (rf & 1) {
127
+ i0.ɵɵviewQuery(_c0, 7);
128
+ } if (rf & 2) {
129
+ let _t;
130
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.table = _t.first);
131
+ } }, decls: 31, vars: 35, consts: [[1, "table-compact", 3, "store", "template"], ["table", ""], ["class", "coordinates", 4, "ngIf"], ["class", "coordinates2", 4, "ngIf"], ["mat-icon-button", "", 3, "click", 4, "ngIf"], [1, "title-container"], [1, "title", "mat-typography"], [1, "igo-input-container", "mat-typography"], [3, "change"], ["value", "geolocation", 3, "checked"], ["value", "mapCenter", 3, "checked"], [1, "radius-unit"], ["appearance", "outline", "floatLabel", "always", 1, "measure-field"], ["type", "number", "pattern", "[0-9]*", "matInput", "", 3, "ngModel", "placeholder", "ngModelChange"], [1, "coordinates"], ["matInput", "", "readonly", "", "rows", "1", 3, "placeholder", "value"], ["textArea", ""], [1, "coordinates2"], ["mat-icon-button", "", 3, "click"], ["svgIcon", "content-copy"]], template: function MapProximityToolComponent_Template(rf, ctx) { if (rf & 1) {
132
+ i0.ɵɵelement(0, "igo-entity-table", 0, 1)(2, "br");
133
+ i0.ɵɵtemplate(3, MapProximityToolComponent_mat_form_field_3_Template, 4, 4, "mat-form-field", 2);
134
+ i0.ɵɵpipe(4, "async");
135
+ i0.ɵɵtemplate(5, MapProximityToolComponent_mat_form_field_5_Template, 4, 4, "mat-form-field", 3);
136
+ i0.ɵɵpipe(6, "async");
137
+ i0.ɵɵtemplate(7, MapProximityToolComponent_button_7_Template, 2, 0, "button", 4);
138
+ i0.ɵɵpipe(8, "async");
139
+ i0.ɵɵpipe(9, "async");
140
+ i0.ɵɵelementStart(10, "div", 5)(11, "mat-label", 6);
141
+ i0.ɵɵtext(12);
142
+ i0.ɵɵpipe(13, "translate");
143
+ i0.ɵɵelementEnd()();
144
+ i0.ɵɵelementStart(14, "div", 7)(15, "mat-radio-group", 8);
145
+ i0.ɵɵlistener("change", function MapProximityToolComponent_Template_mat_radio_group_change_15_listener($event) { return ctx.onLocationTypeChange($event); });
146
+ i0.ɵɵelementStart(16, "mat-radio-button", 9);
147
+ i0.ɵɵpipe(17, "async");
148
+ i0.ɵɵtext(18);
149
+ i0.ɵɵpipe(19, "translate");
150
+ i0.ɵɵelementEnd();
151
+ i0.ɵɵelementStart(20, "mat-radio-button", 10);
152
+ i0.ɵɵpipe(21, "async");
153
+ i0.ɵɵtext(22);
154
+ i0.ɵɵpipe(23, "translate");
155
+ i0.ɵɵelementEnd()()();
156
+ i0.ɵɵelementStart(24, "div", 11)(25, "mat-form-field", 12)(26, "mat-label");
157
+ i0.ɵɵtext(27);
158
+ i0.ɵɵpipe(28, "translate");
159
+ i0.ɵɵelementEnd();
160
+ i0.ɵɵelementStart(29, "input", 13);
161
+ i0.ɵɵlistener("ngModelChange", function MapProximityToolComponent_Template_input_ngModelChange_29_listener($event) { return ctx.maxDistance = $event; });
162
+ i0.ɵɵpipe(30, "translate");
163
+ i0.ɵɵelementEnd()()();
164
+ } if (rf & 2) {
165
+ i0.ɵɵproperty("store", ctx.mapProximityState.proximityFeatureStore)("template", ctx.tableTemplate);
166
+ i0.ɵɵadvance(3);
167
+ i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(4, 13, ctx.mapProximityState.currentPositionCoordinate$));
168
+ i0.ɵɵadvance(2);
169
+ i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(6, 15, ctx.mapProximityState.currentPositionCoordinate$));
170
+ i0.ɵɵadvance(2);
171
+ i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(8, 17, ctx.mapProximityState.currentPositionCoordinate$) && i0.ɵɵpipeBind1(9, 19, ctx.mapProximityState.currentPositionCoordinate$).length);
172
+ i0.ɵɵadvance(5);
173
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 21, "igo.integration.map-proximity-tool.method"));
174
+ i0.ɵɵadvance(4);
175
+ i0.ɵɵproperty("checked", i0.ɵɵpipeBind1(17, 23, ctx.mapProximityState.proximitylocationType$) === "geolocation");
176
+ i0.ɵɵadvance(2);
177
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(19, 25, "igo.integration.map-proximity-tool.geolocation"));
178
+ i0.ɵɵadvance(2);
179
+ i0.ɵɵproperty("checked", i0.ɵɵpipeBind1(21, 27, ctx.mapProximityState.proximitylocationType$) === "mapCenter");
180
+ i0.ɵɵadvance(2);
181
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(23, 29, "igo.integration.map-proximity-tool.mapCenter"));
182
+ i0.ɵɵadvance(5);
183
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(28, 31, "igo.integration.map-proximity-tool.radiusM"));
184
+ i0.ɵɵadvance(2);
185
+ i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(30, 33, "igo.integration.map-proximity-tool.radiusM"));
186
+ i0.ɵɵproperty("ngModel", ctx.maxDistance);
187
+ } }, dependencies: [i4.DefaultValueAccessor, i4.NumberValueAccessor, i4.NgControlStatus, i4.PatternValidator, i4.NgModel, i5.MatFormField, i5.MatLabel, i6.MatInput, i7.NgIf, i8.MatIcon, i9.MatRadioGroup, i9.MatRadioButton, i10.MatButton, i11.EntityTableComponent, i7.AsyncPipe, i12.TranslatePipe], styles: [".table-compact[_ngcontent-%COMP%]{height:auto}.table-compact[_ngcontent-%COMP%] .mat-header-cell.mat-column-selectionCheckbox{width:52px}textarea[_ngcontent-%COMP%]{resize:none}mat-form-field[_ngcontent-%COMP%]{padding:10px 15px}mat-form-field.coordinates[_ngcontent-%COMP%]{width:110px}mat-form-field.coordinates2[_ngcontent-%COMP%]{width:100px;padding:0 10px 0 3px}mat-form-field.igo-input-container[_ngcontent-%COMP%]{width:60%;padding:0 15px}.radius-unit[_ngcontent-%COMP%]{display:flex;width:90%;margin-left:2px;padding:5px}.radius-field[_ngcontent-%COMP%]{display:flex;flex-flow:column nowrap;width:60%}.title-container[_ngcontent-%COMP%]{padding:10px}.title[_ngcontent-%COMP%]{margin-left:5px;font-size:medium;font-size:initial}.mat-radio-group[_ngcontent-%COMP%]{display:flex;flex-direction:column;padding-top:10px}.mat-radio-button[_ngcontent-%COMP%]{display:inline-flex;position:relative;margin-left:16px;margin-top:10px}"] });
188
+ MapProximityToolComponent = __decorate([
189
+ ToolComponent({
190
+ name: 'map-proximity',
191
+ title: 'igo.integration.tools.closestFeature',
192
+ icon: 'radius'
193
+ })
194
+ /**
195
+ * Tool to handle the advanced map tools
196
+ */
197
+ ], MapProximityToolComponent);
198
+ export { MapProximityToolComponent };
199
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MapProximityToolComponent, [{
200
+ type: Component,
201
+ args: [{ selector: 'igo-map-proximity-tool', template: "<igo-entity-table #table class=\"table-compact\" [store]=\"mapProximityState.proximityFeatureStore\" [template]=\"tableTemplate\"></igo-entity-table>\n<br>\n<mat-form-field *ngIf=\"mapProximityState.currentPositionCoordinate$ | async as coord\" class=\"coordinates\">\n <textarea #textArea matInput readonly rows=\"1\"\n [placeholder]=\"'igo.integration.map-proximity-tool.lon' | translate\"\n [value]=\"coord[0]\"></textarea>\n</mat-form-field>\n<mat-form-field *ngIf=\"mapProximityState.currentPositionCoordinate$ | async as coord2\" class=\"coordinates2\">\n <textarea #textArea matInput readonly rows=\"1\"\n [placeholder]=\"'igo.integration.map-proximity-tool.lat' | translate\"\n [value]=\"coord2[1]\"></textarea>\n</mat-form-field>\n\n<button *ngIf=\"(mapProximityState.currentPositionCoordinate$ | async) && (mapProximityState.currentPositionCoordinate$ | async).length\" mat-icon-button\n (click)=\"copyTextToClipboard()\">\n <mat-icon svgIcon=\"content-copy\"></mat-icon>\n</button>\n<div class=\"title-container\">\n <mat-label class=\"title mat-typography\">{{'igo.integration.map-proximity-tool.method' | translate}}</mat-label>\n</div>\n<div class=\"igo-input-container mat-typography\">\n <mat-radio-group (change)=\"onLocationTypeChange($event)\">\n <mat-radio-button [checked]=\"(mapProximityState.proximitylocationType$|async)==='geolocation'\" value=\"geolocation\">{{'igo.integration.map-proximity-tool.geolocation' | translate}}</mat-radio-button>\n <mat-radio-button [checked]=\"(mapProximityState.proximitylocationType$|async)==='mapCenter'\" value=\"mapCenter\">{{'igo.integration.map-proximity-tool.mapCenter' | translate}}</mat-radio-button>\n </mat-radio-group>\n</div>\n\n<div class=\"radius-unit\"> \n \n <mat-form-field appearance=\"outline\" class=\"measure-field\" floatLabel=\"always\">\n <mat-label>{{'igo.integration.map-proximity-tool.radiusM' | translate}}</mat-label>\n <input type=\"number\" pattern=\"[0-9]*\" [(ngModel)]=\"maxDistance\" matInput placeholder=\"{{'igo.integration.map-proximity-tool.radiusM' | translate}}\">\n </mat-form-field>\n\n \n</div>", styles: [".table-compact{height:auto}.table-compact ::ng-deep .mat-header-cell.mat-column-selectionCheckbox{width:52px}textarea{resize:none}mat-form-field{padding:10px 15px}mat-form-field.coordinates{width:110px}mat-form-field.coordinates2{width:100px;padding:0 10px 0 3px}mat-form-field.igo-input-container{width:60%;padding:0 15px}.radius-unit{display:flex;width:90%;margin-left:2px;padding:5px}.radius-field{display:flex;flex-flow:column nowrap;width:60%}.title-container{padding:10px}.title{margin-left:5px;font-size:medium;font-size:initial}.mat-radio-group{display:flex;flex-direction:column;padding-top:10px}.mat-radio-button{display:inline-flex;position:relative;margin-left:16px;margin-top:10px}\n"] }]
202
+ }], function () { return [{ type: i1.MapState }, { type: i2.MapProximityState }, { type: i3.LanguageService }, { type: i3.MessageService }]; }, { table: [{
203
+ type: ViewChild,
204
+ args: ['table', { static: true }]
205
+ }] }); })();
206
206
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwLXByb3hpbWl0eS10b29sLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2ludGVncmF0aW9uL3NyYy9saWIvbWFwL21hcC1wcm94aW1pdHktdG9vbC9tYXAtcHJveGltaXR5LXRvb2wuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvaW50ZWdyYXRpb24vc3JjL2xpYi9tYXAvbWFwLXByb3hpbWl0eS10b29sL21hcC1wcm94aW1pdHktdG9vbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBcUIsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXhFLE9BQU8sRUFBNkMsYUFBYSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBR3hGLE9BQU8sRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLE1BQU0sYUFBYSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0lDSHJELDBDQUEwRztJQUN4RyxtQ0FFZ0M7O0lBQ2xDLGlCQUFpQjs7O0lBRmIsZUFBb0U7SUFBcEUsNEZBQW9FLHNCQUFBOzs7SUFHeEUsMENBQTRHO0lBQzFHLG1DQUVpQzs7SUFDbkMsaUJBQWlCOzs7SUFGYixlQUFvRTtJQUFwRSw0RkFBb0UsdUJBQUE7Ozs7SUFJeEUsa0NBQ2tDO0lBQWhDLHlLQUFTLGVBQUEsNEJBQXFCLENBQUEsSUFBQztJQUMvQiwrQkFBNEM7SUFDOUMsaUJBQVM7O0lEUUkseUJBQXlCLFNBQXpCLHlCQUF5QjtJQTRDcEMsWUFDUyxRQUFrQixFQUNsQixpQkFBb0MsRUFDbkMsZUFBZ0MsRUFDaEMsY0FBOEI7UUFIL0IsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUNsQixzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO1FBQ25DLG9CQUFlLEdBQWYsZUFBZSxDQUFpQjtRQUNoQyxtQkFBYyxHQUFkLGNBQWMsQ0FBZ0I7UUE5Q2hDLFdB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O1FBQTNELDhGQUEyRDtRQU1uRSxlQUE2SDtRQUE3SCxnTEFBNkg7UUFLNUYsZUFBMkQ7UUFBM0QseUZBQTJEO1FBSS9FLGVBQTRFO1FBQTVFLGdIQUE0RTtRQUFxQixlQUFnRTtRQUFoRSw4RkFBZ0U7UUFDakssZUFBMEU7UUFBMUUsOEdBQTBFO1FBQW1CLGVBQThEO1FBQTlELDRGQUE4RDtRQU9sSyxlQUE0RDtRQUE1RCwwRkFBNEQ7UUFDRSxlQUEwRTtRQUExRSw2R0FBMEU7UUFBN0cseUNBQXlCOztBRFB0RCx5QkFBeUI7SUFmckMsYUFBYSxDQUFDO1FBQ2IsSUFBSSxFQUFFLGVBQWU7UUFDckIsS0FBSyxFQUFFLHNDQUFzQztRQUM3QyxJQUFJLEVBQUUsUUFBUTtLQUNmLENBQUM7SUFFRjs7T0FFRztHQU9VLHlCQUF5QixDQTRGckM7U0E1RlkseUJBQXlCO3VGQUF6Qix5QkFBeUI7Y0FOckMsU0FBUzsyQkFDRSx3QkFBd0I7c0pBUUksS0FBSztrQkFBMUMsU0FBUzttQkFBQyxPQUFPLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkRlc3Ryb3ksIE9uSW5pdCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRSYWRpb0NoYW5nZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3JhZGlvJztcbmltcG9ydCB7IEVudGl0eVRhYmxlQ29tcG9uZW50LCBFbnRpdHlUYWJsZVRlbXBsYXRlLCBUb29sQ29tcG9uZW50IH0gZnJvbSAnQGlnbzIvY29tbW9uJztcbmltcG9ydCB7IExhbmd1YWdlU2VydmljZSwgTWVzc2FnZVNlcnZpY2UgfSBmcm9tICdAaWdvMi9jb3JlJztcbmltcG9ydCB7IEZlYXR1cmUsIElnb01hcCB9IGZyb20gJ0BpZ28yL2dlbyc7XG5pbXBvcnQgeyBOdW1iZXJVdGlscywgQ2xpcGJvYXJkIH0gZnJvbSAnQGlnbzIvdXRpbHMnO1xuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBNYXBQcm94aW1pdHlTdGF0ZSB9IGZyb20gJy4uL21hcC1wcm94aW1pdHkuc3RhdGUnO1xuaW1wb3J0IHsgTWFwU3RhdGUgfSBmcm9tICcuLi9tYXAuc3RhdGUnO1xuQFRvb2xDb21wb25lbnQoe1xuICBuYW1lOiAnbWFwLXByb3hpbWl0eScsXG4gIHRpdGxlOiAnaWdvLmludGVncmF0aW9uLnRvb2xzLmNsb3Nlc3RGZWF0dXJlJyxcbiAgaWNvbjogJ3JhZGl1cydcbn0pXG5cbi8qKlxuICogVG9vbCB0byBoYW5kbGUgdGhlIGFkdmFuY2VkIG1hcCB0b29sc1xuICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZ28tbWFwLXByb3hpbWl0eS10b29sJyxcbiAgdGVtcGxhdGVVcmw6ICcuL21hcC1wcm94aW1pdHktdG9vbC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21hcC1wcm94aW1pdHktdG9vbC5jb21wb25lbnQuc2NzcyddXG59KVxuXG5leHBvcnQgY2xhc3MgTWFwUHJveGltaXR5VG9vbENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcblxuICBwcml2YXRlIHN1YnMkJDogU3Vic2NyaXB0aW9uW10gPSBbXTtcbiAgQFZpZXdDaGlsZCgndGFibGUnLCB7IHN0YXRpYzogdHJ1ZSB9KSB0YWJsZTogRW50aXR5VGFibGVDb21wb25lbnQ7XG5cbiAgZ2V0IG1heERpc3RhbmNlKCkge1xuICAgIHJldHVybiB0aGlzLm1hcFByb3hpbWl0eVN0YXRlLnByb3hpbWl0eVJhZGl1c1ZhbHVlJC52YWx1ZTtcbiAgfVxuICBzZXQgbWF4RGlzdGFuY2UodmFsdWU6IG51bWJlcikge1xuICAgIHRoaXMubWFwUHJveGltaXR5U3RhdGUucHJveGltaXR5UmFkaXVzVmFsdWUkLm5leHQodmFsdWUpO1xuICB9XG5cbiAgZ2V0IG1hcCgpOiBJZ29NYXAge1xuICAgIHJldHVybiB0aGlzLm1hcFN0YXRlLm1hcDtcbiAgfVxuICBwdWJsaWMgdXNlckRlZmluZWRNYXBDZW50ZXI6IGJvb2xlYW47XG4gIHB1YmxpYyB1c2VyRGVmaW5lZEZvbGxvd1Bvc2l0aW9uOiBib29sZWFuO1xuICAvKipcbiAgICogVGFibGUgdGVtcGxhdGVcbiAgICogQGludGVybmFsXG4gICAqL1xuICBwdWJsaWMgdGFibGVUZW1wbGF0ZTogRW50aXR5VGFibGVUZW1wbGF0ZSA9IHtcbiAgICBzZWxlY3Rpb246IHRydWUsXG4gICAgc2VsZWN0TWFueTogZmFsc2UsXG4gICAgc2VsZWN0aW9uQ2hlY2tib3g6IGZhbHNlLFxuICAgIHNvcnQ6IHRydWUsXG4gICAgY29sdW1uczogW1xuICAgICAge1xuICAgICAgICBuYW1lOiAnZWxlbWVudCcsXG4gICAgICAgIHRpdGxlOiB0aGlzLmxhbmd1YWdlU2VydmljZS50cmFuc2xhdGUuaW5zdGFudCgnaWdvLmludGVncmF0aW9uLm1hcC1wcm94aW1pdHktdG9vbC5mZWF0dXJlJyksXG4gICAgICAgIHZhbHVlQWNjZXNzb3I6IChsb2NhbEZlYXR1cmU6IEZlYXR1cmUpID0+IHtcbiAgICAgICAgICByZXR1cm4gbG9jYWxGZWF0dXJlLnByb3BlcnRpZXMuZWxlbWVudDtcbiAgICAgICAgfVxuICAgICAgfSxcbiAgICAgIHtcbiAgICAgICAgbmFtZTogJ2Rpc3RhbmNlJyxcbiAgICAgICAgdGl0bGU6IHRoaXMubGFuZ3VhZ2VTZXJ2aWNlLnRyYW5zbGF0ZS5pbnN0YW50KCdpZ28uaW50ZWdyYXRpb24ubWFwLXByb3hpbWl0eS10b29sLmRpc3RhbmNlJyksXG4gICAgICAgIHZhbHVlQWNjZXNzb3I6IChsb2NhbEZlYXR1cmU6IEZlYXR1cmUpID0+IHtcbiAgICAgICAgICByZXR1cm4gYCR7TnVtYmVyVXRpbHMucm91bmRUb05EZWNpbWFsKGxvY2FsRmVhdHVyZS5wcm9wZXJ0aWVzLmRpc3RhbmNlLCAxKX1tYDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIF1cbiAgfTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgbWFwU3RhdGU6IE1hcFN0YXRlLFxuICAgIHB1YmxpYyBtYXBQcm94aW1pdHlTdGF0ZTogTWFwUHJveGltaXR5U3RhdGUsXG4gICAgcHJpdmF0ZSBsYW5ndWFnZVNlcnZpY2U6IExhbmd1YWdlU2VydmljZSxcbiAgICBwcml2YXRlIG1lc3NhZ2VTZXJ2aWNlOiBNZXNzYWdlU2VydmljZSkge1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5tYXBQcm94aW1pdHlTdGF0ZS5lbmFibGVkJC5uZXh0KHRydWUpO1xuICAgIHRoaXMudXNlckRlZmluZWRGb2xsb3dQb3NpdGlvbiA9IHRoaXMubWFwLmdlb2xvY2F0aW9uQ29udHJvbGxlci5mb2xsb3dQb3NpdGlvbiA9PT0gdHJ1ZTtcbiAgICB0aGlzLnVzZXJEZWZpbmVkTWFwQ2VudGVyID0gdGhpcy5tYXAubWFwQ2VudGVyJC52YWx1ZSA9PT0gdHJ1ZTtcblxuICAgIHRoaXMuc3VicyQkLnB1c2godGhpcy5tYXBQcm94aW1pdHlTdGF0ZS5wcm94aW1pdHlsb2NhdGlvblR5cGUkLnN1YnNjcmliZSh2ID0+IHtcbiAgICAgIHRoaXMubWFwLm1hcENlbnRlciQubmV4dCh2ICE9PSAnZ2VvbG9jYXRpb24nKTtcbiAgICAgIGlmICh2ID09PSAnZ2VvbG9jYXRpb24nKSB7XG4gICAgICAgIHRoaXMubWFwLmdlb2xvY2F0aW9uQ29udHJvbGxlci5mb2xsb3dQb3NpdGlvbiA9IHRydWU7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLm1hcC5nZW9sb2NhdGlvbkNvbnRyb2xsZXIuZm9sbG93UG9zaXRpb24gPSBmYWxzZTtcbiAgICAgIH1cbiAgICB9KSk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICB0aGlzLm1hcFByb3hpbWl0eVN0YXRlLmVuYWJsZWQkLm5leHQoZmFsc2UpO1xuICAgIHRoaXMubWFwLm1hcENlbnRlciQubmV4dCh0aGlzLnVzZXJEZWZpbmVkTWFwQ2VudGVyKTtcbiAgICB0aGlzLnN1YnMkJC5tYXAocyA9PiBzLnVuc3Vic2NyaWJlKCkpO1xuICAgIHRoaXMubWFwLmdlb2xvY2F0aW9uQ29udHJvbGxlci5mb2xsb3dQb3NpdGlvbiA9IHRoaXMudXNlckRlZmluZWRGb2xsb3dQb3NpdGlvbjtcbiAgfVxuXG4gIG9uTG9jYXRpb25UeXBlQ2hhbmdlKGU6IE1hdFJhZGlvQ2hhbmdlKSB7XG4gICAgdGhpcy5tYXBQcm94aW1pdHlTdGF0ZS5wcm94aW1pdHlsb2NhdGlvblR5cGUkLm5leHQoZS52YWx1ZSk7XG4gIH1cblxuICAvKipcbiAgICogQ29weSB0aGUgY29vcmRpbmF0ZXMgdG8gYSBjbGlwYm9hcmRcbiAgICovXG4gIGNvcHlUZXh0VG9DbGlwYm9hcmQoKTogdm9pZCB7XG5cbiAgICBjb25zdCBzdWNjZXNzZnVsID0gQ2xpcGJvYXJkLmNvcHkodGhpcy5tYXBQcm94aW1pdHlTdGF0ZS5jdXJyZW50UG9zaXRpb25Db29yZGluYXRlJD8udmFsdWUudG9TdHJpbmcoKSk7XG4gICAgaWYgKHN1Y2Nlc3NmdWwpIHtcbiAgICAgIGNvbnN0IHRyYW5zbGF0ZSA9IHRoaXMubGFuZ3VhZ2VTZXJ2aWNlLnRyYW5zbGF0ZTtcbiAgICAgIGNvbnN0IHRpdGxlID0gdHJhbnNsYXRlLmluc3RhbnQoXG4gICAgICAgICdpZ28uaW50ZWdyYXRpb24ubWFwLXByb3hpbWl0eS10b29sLmNvcHlUaXRsZSdcbiAgICAgICk7XG4gICAgICBjb25zdCBtc2cgPSB0cmFuc2xhdGUuaW5zdGFudCgnaWdvLmludGVncmF0aW9uLm1hcC1wcm94aW1pdHktdG9vbC5jb3B5TXNnJyk7XG4gICAgICB0aGlzLm1lc3NhZ2VTZXJ2aWNlLnN1Y2Nlc3MobXNnLCB0aXRsZSk7XG4gICAgfVxuICB9XG59XG4iLCI8aWdvLWVudGl0eS10YWJsZSAjdGFibGUgY2xhc3M9XCJ0YWJsZS1jb21wYWN0XCIgW3N0b3JlXT1cIm1hcFByb3hpbWl0eVN0YXRlLnByb3hpbWl0eUZlYXR1cmVTdG9yZVwiIFt0ZW1wbGF0ZV09XCJ0YWJsZVRlbXBsYXRlXCI+PC9pZ28tZW50aXR5LXRhYmxlPlxuPGJyPlxuPG1hdC1mb3JtLWZpZWxkICpuZ0lmPVwibWFwUHJveGltaXR5U3RhdGUuY3VycmVudFBvc2l0aW9uQ29vcmRpbmF0ZSQgfCBhc3luYyBhcyBjb29yZFwiIGNsYXNzPVwiY29vcmRpbmF0ZXNcIj5cbiAgPHRleHRhcmVhICN0ZXh0QXJlYSBtYXRJbnB1dCByZWFkb25seSByb3dzPVwiMVwiXG4gICAgW3BsYWNlaG9sZGVyXT1cIidpZ28uaW50ZWdyYXRpb24ubWFwLXByb3hpbWl0eS10b29sLmxvbicgfCB0cmFuc2xhdGVcIlxuICAgIFt2YWx1ZV09XCJjb29yZFswXVwiPjwvdGV4dGFyZWE+XG48L21hdC1mb3JtLWZpZWxkPlxuPG1hdC1mb3JtLWZpZWxkICpuZ0lmPVwibWFwUHJveGltaXR5U3RhdGUuY3VycmVudFBvc2l0aW9uQ29vcmRpbmF0ZSQgfCBhc3luYyBhcyBjb29yZDJcIiBjbGFzcz1cImNvb3JkaW5hdGVzMlwiPlxuICA8dGV4dGFyZWEgI3RleHRBcmVhIG1hdElucHV0IHJlYWRvbmx5IHJvd3M9XCIxXCJcbiAgICBbcGxhY2Vob2xkZXJdPVwiJ2lnby5pbnRlZ3JhdGlvbi5tYXAtcHJveGltaXR5LXRvb2wubGF0JyB8IHRyYW5zbGF0ZVwiXG4gICAgW3ZhbHVlXT1cImNvb3JkMlsxXVwiPjwvdGV4dGFyZWE+XG48L21hdC1mb3JtLWZpZWxkPlxuXG48YnV0dG9uICpuZ0lmPVwiKG1hcFByb3hpbWl0eVN0YXRlLmN1cnJlbnRQb3NpdGlvbkNvb3JkaW5hdGUkIHwgYXN5bmMpICYmIChtYXBQcm94aW1pdHlTdGF0ZS5jdXJyZW50UG9zaXRpb25Db29yZGluYXRlJCB8IGFzeW5jKS5sZW5ndGhcIiBtYXQtaWNvbi1idXR0b25cbiAgKGNsaWNrKT1cImNvcHlUZXh0VG9DbGlwYm9hcmQoKVwiPlxuICA8bWF0LWljb24gc3ZnSWNvbj1cImNvbnRlbnQtY29weVwiPjwvbWF0LWljb24+XG48L2J1dHRvbj5cbjxkaXYgY2xhc3M9XCJ0aXRsZS1jb250YWluZXJcIj5cbiAgPG1hdC1sYWJlbCBjbGFzcz1cInRpdGxlIG1hdC10eXBvZ3JhcGh5XCI+e3snaWdvLmludGVncmF0aW9uLm1hcC1wcm94aW1pdHktdG9vbC5tZXRob2QnIHwgdHJhbnNsYXRlfX08L21hdC1sYWJlbD5cbjwvZGl2PlxuPGRpdiBjbGFzcz1cImlnby1pbnB1dC1jb250YWluZXIgbWF0LXR5cG9ncmFwaHlcIj5cbiAgPG1hdC1yYWRpby1ncm91cCAoY2hhbmdlKT1cIm9uTG9jYXRpb25UeXBlQ2hhbmdlKCRldmVudClcIj5cbiAgICA8bWF0LXJhZGlvLWJ1dHRvbiBbY2hlY2tlZF09XCIobWFwUHJveGltaXR5U3RhdGUucHJveGltaXR5bG9jYXRpb25UeXBlJHxhc3luYyk9PT0nZ2VvbG9jYXRpb24nXCIgdmFsdWU9XCJnZW9sb2NhdGlvblwiPnt7J2lnby5pbnRlZ3JhdGlvbi5tYXAtcHJveGltaXR5LXRvb2wuZ2VvbG9jYXRpb24nIHwgdHJhbnNsYXRlfX08L21hdC1yYWRpby1idXR0b24+XG4gICAgPG1hdC1yYWRpby1idXR0b24gW2NoZWNrZWRdPVwiKG1hcFByb3hpbWl0eVN0YXRlLnByb3hpbWl0eWxvY2F0aW9uVHlwZSR8YXN5bmMpPT09J21hcENlbnRlcidcIiB2YWx1ZT1cIm1hcENlbnRlclwiPnt7J2lnby5pbnRlZ3JhdGlvbi5tYXAtcHJveGltaXR5LXRvb2wubWFwQ2VudGVyJyB8IHRyYW5zbGF0ZX19PC9tYXQtcmFkaW8tYnV0dG9uPlxuICA8L21hdC1yYWRpby1ncm91cD5cbjwvZGl2PlxuXG48ZGl2IGNsYXNzPVwicmFkaXVzLXVuaXRcIj4gXG4gIFxuICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cIm91dGxpbmVcIiBjbGFzcz1cIm1lYXN1cmUtZmllbGRcIiBmbG9hdExhYmVsPVwiYWx3YXlzXCI+XG4gICAgPG1hdC1sYWJlbD57eydpZ28uaW50ZWdyYXRpb24ubWFwLXByb3hpbWl0eS10b29sLnJhZGl1c00nIHwgdHJhbnNsYXRlfX08L21hdC1sYWJlbD5cbiAgICA8aW5wdXQgdHlwZT1cIm51bWJlclwiIHBhdHRlcm49XCJbMC05XSpcIiBbKG5nTW9kZWwpXT1cIm1heERpc3RhbmNlXCIgbWF0SW5wdXQgcGxhY2Vob2xkZXI9XCJ7eydpZ28uaW50ZWdyYXRpb24ubWFwLXByb3hpbWl0eS10b29sLnJhZGl1c00nIHwgdHJhbnNsYXRlfX1cIj5cbiAgICA8L21hdC1mb3JtLWZpZWxkPlxuXG4gIFxuPC9kaXY+Il19