@igo2/integration 1.15.5 → 1.15.6

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 +126 -126
  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 +83 -83
  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 +38 -38
  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 +140 -140
  47. package/esm2020/lib/import-export/import-export-tool/index.mjs +1 -1
  48. package/esm2020/lib/import-export/import-export.module.mjs +50 -50
  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 +471 -471
  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 +202 -202
  64. package/esm2020/lib/map/map-proximity.state.mjs +166 -166
  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 +494 -494
  69. package/esm2020/lib/map/map.module.mjs +143 -143
  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 +34 -42
  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 +131 -131
  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 +6553 -6558
  106. package/fesm2015/igo2-integration.mjs.map +1 -1
  107. package/fesm2020/igo2-integration.mjs +6109 -6114
  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 +33 -33
  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 +16 -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 +33 -33
  155. package/lib/import-export/import-export-tool/index.d.ts +1 -1
  156. package/lib/import-export/import-export.module.d.ts +15 -15
  157. package/lib/import-export/import-export.state.d.ts +24 -24
  158. package/lib/import-export/index.d.ts +2 -2
  159. package/lib/integration.module.d.ts +20 -20
  160. package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +97 -97
  161. package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +12 -12
  162. package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +65 -65
  163. package/lib/map/advanced-map-tool/index.d.ts +1 -1
  164. package/lib/map/index.d.ts +8 -8
  165. package/lib/map/layer-list-tool.state.d.ts +19 -19
  166. package/lib/map/map-details-tool/index.d.ts +1 -1
  167. package/lib/map/map-details-tool/map-details-tool.component.d.ts +38 -38
  168. package/lib/map/map-legend/index.d.ts +1 -1
  169. package/lib/map/map-legend/map-legend-tool.component.d.ts +40 -40
  170. package/lib/map/map-proximity-tool/index.d.ts +1 -1
  171. package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +36 -36
  172. package/lib/map/map-proximity.state.d.ts +31 -31
  173. package/lib/map/map-tool/index.d.ts +1 -1
  174. package/lib/map/map-tool/map-tool.component.d.ts +27 -27
  175. package/lib/map/map-tools/index.d.ts +1 -1
  176. package/lib/map/map-tools/map-tools.component.d.ts +66 -66
  177. package/lib/map/map.module.d.ts +38 -38
  178. package/lib/map/map.state.d.ts +24 -24
  179. package/lib/measure/index.d.ts +3 -3
  180. package/lib/measure/measure.module.d.ts +7 -7
  181. package/lib/measure/measure.state.d.ts +16 -16
  182. package/lib/measure/measurer-tool/measurer-tool.component.d.ts +24 -24
  183. package/lib/measure/measurer-tool/measurer-tool.module.d.ts +11 -11
  184. package/lib/print/index.d.ts +1 -1
  185. package/lib/print/print-tool/index.d.ts +1 -1
  186. package/lib/print/print-tool/print-tool.component.d.ts +10 -10
  187. package/lib/print/print.module.d.ts +10 -10
  188. package/lib/search/index.d.ts +6 -6
  189. package/lib/search/query.state.d.ts +20 -24
  190. package/lib/search/search-bar/search-bar-binding.directive.d.ts +20 -20
  191. package/lib/search/search-bar/search-bar.module.d.ts +11 -11
  192. package/lib/search/search-results-tool/search-results-tool.component.d.ts +100 -100
  193. package/lib/search/search-results-tool/search-results-tool.module.d.ts +18 -18
  194. package/lib/search/search.module.d.ts +8 -8
  195. package/lib/search/search.state.d.ts +60 -60
  196. package/lib/storage/index.d.ts +1 -1
  197. package/lib/storage/storage.module.d.ts +6 -6
  198. package/lib/storage/storage.state.d.ts +12 -12
  199. package/lib/tool/index.d.ts +1 -1
  200. package/lib/tool/tool.module.d.ts +6 -6
  201. package/lib/tool/tool.state.d.ts +22 -22
  202. package/lib/workspace/index.d.ts +3 -3
  203. package/lib/workspace/shared/edition-actions.service.d.ts +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,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public_api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
5
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWdvMi1pbnRlZ3JhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3BhY2thZ2VzL2ludGVncmF0aW9uL3NyYy9pZ28yLWludGVncmF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0=
@@ -1,185 +1,185 @@
1
- import { __decorate } from "tslib";
2
- import { Component, Input } from '@angular/core';
3
- import { ToolComponent } from '@igo2/common';
4
- import { of } from 'rxjs';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@igo2/core";
7
- import * as i2 from "@igo2/auth";
8
- import * as i3 from "@angular/common/http";
9
- import * as i4 from "@igo2/common";
10
- import * as i5 from "@angular/material/button";
11
- import * as i6 from "@angular/material/tooltip";
12
- import * as i7 from "@angular/material/icon";
13
- import * as i8 from "@angular/material/menu";
14
- import * as i9 from "@angular/common";
15
- import * as i10 from "@ngx-translate/core";
16
- function AboutToolComponent_button_2_Template(rf, ctx) { if (rf & 1) {
17
- const _r6 = i0.ɵɵgetCurrentView();
18
- i0.ɵɵelementStart(0, "button", 7);
19
- i0.ɵɵlistener("click", function AboutToolComponent_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.openGuide()); });
20
- i0.ɵɵpipe(1, "translate");
21
- i0.ɵɵelementStart(2, "span");
22
- i0.ɵɵtext(3);
23
- i0.ɵɵpipe(4, "translate");
24
- i0.ɵɵelementEnd();
25
- i0.ɵɵelement(5, "mat-icon", 8);
26
- i0.ɵɵelementEnd();
27
- } if (rf & 2) {
28
- const ctx_r0 = i0.ɵɵnextContext();
29
- i0.ɵɵproperty("disabled", ctx_r0.loading)("matTooltip", i0.ɵɵpipeBind1(1, 3, "igo.integration.aboutTool.trainingGuideTooltip"));
30
- i0.ɵɵadvance(3);
31
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 5, "igo.integration.aboutTool.trainingGuide"));
32
- } }
33
- function AboutToolComponent_button_3_Template(rf, ctx) { if (rf & 1) {
34
- i0.ɵɵelementStart(0, "button", 9);
35
- i0.ɵɵpipe(1, "translate");
36
- i0.ɵɵelementStart(2, "span");
37
- i0.ɵɵtext(3);
38
- i0.ɵɵpipe(4, "translate");
39
- i0.ɵɵelementEnd();
40
- i0.ɵɵelement(5, "mat-icon", 8);
41
- i0.ɵɵelementEnd();
42
- } if (rf & 2) {
43
- const ctx_r1 = i0.ɵɵnextContext();
44
- const _r2 = i0.ɵɵreference(5);
45
- i0.ɵɵproperty("disabled", ctx_r1.loading)("matTooltip", i0.ɵɵpipeBind1(1, 4, "igo.integration.aboutTool.trainingGuideTooltip"))("matMenuTriggerFor", _r2);
46
- i0.ɵɵadvance(3);
47
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 6, "igo.integration.aboutTool.trainingGuide"));
48
- } }
49
- function AboutToolComponent_button_6_Template(rf, ctx) { if (rf & 1) {
50
- const _r9 = i0.ɵɵgetCurrentView();
51
- i0.ɵɵelementStart(0, "button", 10);
52
- i0.ɵɵlistener("click", function AboutToolComponent_button_6_Template_button_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const guide_r7 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.openGuide(guide_r7)); });
53
- i0.ɵɵtext(1);
54
- i0.ɵɵelementEnd();
55
- } if (rf & 2) {
56
- const guide_r7 = ctx.$implicit;
57
- const ctx_r3 = i0.ɵɵnextContext();
58
- i0.ɵɵadvance(1);
59
- i0.ɵɵtextInterpolate(ctx_r3.formatFileName(guide_r7));
60
- } }
61
- function AboutToolComponent_igo_custom_html_7_Template(rf, ctx) { if (rf & 1) {
62
- i0.ɵɵelement(0, "igo-custom-html", 6);
63
- i0.ɵɵpipe(1, "translate");
64
- } if (rf & 2) {
65
- const ctx_r4 = i0.ɵɵnextContext();
66
- i0.ɵɵproperty("html", i0.ɵɵpipeBind1(1, 1, ctx_r4.headerHtml));
67
- } }
68
- const _c0 = function (a0) { return { version: a0 }; };
69
- let AboutToolComponent = class AboutToolComponent {
70
- constructor(configService, auth, http, cdRef, languageService) {
71
- this.configService = configService;
72
- this.auth = auth;
73
- this.http = http;
74
- this.cdRef = cdRef;
75
- this.languageService = languageService;
76
- this._discoverTitleInLocale = 'IGO';
77
- this.discoverTitleInLocale$ = of(this._discoverTitleInLocale);
78
- this._html = 'igo.integration.aboutTool.html';
79
- this._headerHtml = this.languageService.translate.instant('igo.integration.aboutTool.headerHtml');
80
- this.loading = false;
81
- this.version = configService.getConfig('version');
82
- this.baseUrlProfil = configService.getConfig('storage.url');
83
- this.baseUrlGuide = configService.getConfig('depot.url') + configService.getConfig('depot.guideUrl');
84
- }
85
- get headerHtml() {
86
- return this._headerHtml;
87
- }
88
- set headerHtml(value) {
89
- this._headerHtml = Array.isArray(value) ? value.join('\n') : value;
90
- }
91
- get html() {
92
- return this._html;
93
- }
94
- set html(value) {
95
- this._html = Array.isArray(value) ? value.join('\n') : value;
96
- }
97
- get discoverTitleInLocale() {
98
- return this._discoverTitleInLocale;
99
- }
100
- set discoverTitleInLocale(value) {
101
- this._discoverTitleInLocale = value;
102
- this.discoverTitleInLocale$ = of(value);
103
- }
104
- ngOnInit() {
105
- if (this.auth.authenticated && this.configService.getConfig('context.url')) {
106
- this.http.get(this.baseUrlProfil).subscribe((profil) => {
107
- const recast = profil;
108
- this.trainingGuideURLs = recast.guides;
109
- this.cdRef.detectChanges();
110
- });
111
- }
112
- else if (this.auth.authenticated &&
113
- !this.configService.getConfig('context.url') &&
114
- this.configService.getConfig('depot.trainingGuides')) {
115
- this.trainingGuideURLs = this.configService.getConfig('depot.trainingGuides');
116
- }
117
- }
118
- openGuide(guide) {
119
- this.loading = true;
120
- const url = guide ?
121
- this.baseUrlGuide + guide + '?' :
122
- this.baseUrlGuide + this.trainingGuideURLs[0] + '?';
123
- this.http
124
- .get(url, {
125
- responseType: 'blob'
126
- })
127
- .subscribe(() => {
128
- this.loading = false;
129
- window.open(url, '_blank');
130
- this.cdRef.detectChanges();
131
- });
132
- }
133
- formatFileName(name) {
134
- name = name.split('_').join(' ');
135
- const index = name.indexOf('.');
136
- name = name.slice(0, index);
137
- return name;
138
- }
139
- };
140
- AboutToolComponent.ɵfac = function AboutToolComponent_Factory(t) { return new (t || AboutToolComponent)(i0.ɵɵdirectiveInject(i1.ConfigService), i0.ɵɵdirectiveInject(i2.AuthService), i0.ɵɵdirectiveInject(i3.HttpClient), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1.LanguageService)); };
141
- AboutToolComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AboutToolComponent, selectors: [["igo-about-tool"]], inputs: { headerHtml: "headerHtml", html: "html", discoverTitleInLocale: "discoverTitleInLocale", trainingGuideURLs: "trainingGuideURLs" }, decls: 10, vars: 11, consts: [["mat-raised-button", "", "tourToStart", "global", "menuIsOpen", "true", "styleButton", "raised", 3, "discoverTitleInLocale$"], ["class", "training-guide-button", "mat-raised-button", "", "tooltip-position", "below", "matTooltipShowDelay", "500", 3, "disabled", "matTooltip", "click", 4, "ngIf"], ["class", "training-guide-button", "mat-raised-button", "", "tooltip-position", "below", "matTooltipShowDelay", "500", 3, "disabled", "matTooltip", "matMenuTriggerFor", 4, "ngIf"], ["menu", "matMenu"], ["mat-menu-item", "", 3, "click", 4, "ngFor", "ngForOf"], ["class", "mat-typography", 3, "html", 4, "ngIf"], [1, "mat-typography", 3, "html"], ["mat-raised-button", "", "tooltip-position", "below", "matTooltipShowDelay", "500", 1, "training-guide-button", 3, "disabled", "matTooltip", "click"], ["svgIcon", "file-document"], ["mat-raised-button", "", "tooltip-position", "below", "matTooltipShowDelay", "500", 1, "training-guide-button", 3, "disabled", "matTooltip", "matMenuTriggerFor"], ["mat-menu-item", "", 3, "click"]], template: function AboutToolComponent_Template(rf, ctx) { if (rf & 1) {
142
- i0.ɵɵelement(0, "p")(1, "igo-interactive-tour", 0);
143
- i0.ɵɵtemplate(2, AboutToolComponent_button_2_Template, 6, 7, "button", 1);
144
- i0.ɵɵtemplate(3, AboutToolComponent_button_3_Template, 6, 8, "button", 2);
145
- i0.ɵɵelementStart(4, "mat-menu", null, 3);
146
- i0.ɵɵtemplate(6, AboutToolComponent_button_6_Template, 2, 1, "button", 4);
147
- i0.ɵɵelementEnd();
148
- i0.ɵɵtemplate(7, AboutToolComponent_igo_custom_html_7_Template, 2, 3, "igo-custom-html", 5);
149
- i0.ɵɵelement(8, "igo-custom-html", 6);
150
- i0.ɵɵpipe(9, "translate");
151
- } if (rf & 2) {
152
- i0.ɵɵadvance(1);
153
- i0.ɵɵproperty("discoverTitleInLocale$", ctx.discoverTitleInLocale$);
154
- i0.ɵɵadvance(1);
155
- i0.ɵɵproperty("ngIf", ctx.auth.authenticated && ctx.trainingGuideURLs && ctx.trainingGuideURLs.length === 1);
156
- i0.ɵɵadvance(1);
157
- i0.ɵɵproperty("ngIf", ctx.auth.authenticated && ctx.trainingGuideURLs && ctx.trainingGuideURLs.length > 1);
158
- i0.ɵɵadvance(3);
159
- i0.ɵɵproperty("ngForOf", ctx.trainingGuideURLs);
160
- i0.ɵɵadvance(1);
161
- i0.ɵɵproperty("ngIf", ctx.headerHtml !== "");
162
- i0.ɵɵadvance(1);
163
- i0.ɵɵproperty("html", i0.ɵɵpipeBind2(9, 6, ctx.html, i0.ɵɵpureFunction1(9, _c0, ctx.version)));
164
- } }, dependencies: [i4.CustomHtmlComponent, i5.MatButton, i6.MatTooltip, i7.MatIcon, i8.MatMenu, i8.MatMenuItem, i8.MatMenuTrigger, i4.InteractiveTourComponent, i9.NgForOf, i9.NgIf, i10.TranslatePipe], styles: ["igo-interactive-tour[_ngcontent-%COMP%]{margin-left:20px}.training-guide-button[_ngcontent-%COMP%]{margin-left:5px;background-color:#1976d2;color:#fff;padding:0 12px}"] });
165
- AboutToolComponent = __decorate([
166
- ToolComponent({
167
- name: 'about',
168
- title: 'igo.integration.tools.about',
169
- icon: 'help-circle'
170
- })
171
- ], AboutToolComponent);
172
- export { AboutToolComponent };
173
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AboutToolComponent, [{
174
- type: Component,
175
- args: [{ selector: 'igo-about-tool', template: "<p></p>\n<igo-interactive-tour\n mat-raised-button\n tourToStart=\"global\"\n menuIsOpen=true\n styleButton=\"raised\"\n [discoverTitleInLocale$]=\"discoverTitleInLocale$\">\n</igo-interactive-tour>\n\n<button *ngIf=\"auth.authenticated && trainingGuideURLs && trainingGuideURLs.length === 1\"\n class=\"training-guide-button\"\n mat-raised-button\n tooltip-position=\"below\"\n matTooltipShowDelay=\"500\"\n [disabled]=\"loading\"\n [matTooltip]=\"'igo.integration.aboutTool.trainingGuideTooltip' | translate\"\n (click)=\"openGuide()\">\n <span>{{'igo.integration.aboutTool.trainingGuide' | translate}}</span>\n <mat-icon svgIcon=\"file-document\"></mat-icon>\n</button>\n\n<button *ngIf=\"auth.authenticated && trainingGuideURLs && trainingGuideURLs.length > 1\"\n class=\"training-guide-button\"\n mat-raised-button\n tooltip-position=\"below\"\n matTooltipShowDelay=\"500\"\n [disabled]=\"loading\"\n [matTooltip]=\"'igo.integration.aboutTool.trainingGuideTooltip' | translate\"\n [matMenuTriggerFor]=\"menu\">\n <span>{{'igo.integration.aboutTool.trainingGuide' | translate}}</span>\n <mat-icon svgIcon=\"file-document\"></mat-icon>\n</button>\n\n<mat-menu #menu=\"matMenu\">\n <button *ngFor=\"let guide of trainingGuideURLs\" mat-menu-item (click)=\"openGuide(guide)\">{{formatFileName(guide)}}</button>\n</mat-menu>\n\n<igo-custom-html *ngIf=\"headerHtml !== ''\" class=\"mat-typography\"\n [html]=\"headerHtml | translate\">\n</igo-custom-html>\n\n<igo-custom-html class=\"mat-typography\"\n [html]=\"html | translate: {version: version}\">\n</igo-custom-html>\n", styles: ["igo-interactive-tour{margin-left:20px}.training-guide-button{margin-left:5px;background-color:#1976d2;color:#fff;padding:0 12px}\n"] }]
176
- }], function () { return [{ type: i1.ConfigService }, { type: i2.AuthService }, { type: i3.HttpClient }, { type: i0.ChangeDetectorRef }, { type: i1.LanguageService }]; }, { headerHtml: [{
177
- type: Input
178
- }], html: [{
179
- type: Input
180
- }], discoverTitleInLocale: [{
181
- type: Input
182
- }], trainingGuideURLs: [{
183
- type: Input
184
- }] }); })();
1
+ import { __decorate } from "tslib";
2
+ import { Component, Input } from '@angular/core';
3
+ import { ToolComponent } from '@igo2/common';
4
+ import { of } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@igo2/core";
7
+ import * as i2 from "@igo2/auth";
8
+ import * as i3 from "@angular/common/http";
9
+ import * as i4 from "@igo2/common";
10
+ import * as i5 from "@angular/material/button";
11
+ import * as i6 from "@angular/material/tooltip";
12
+ import * as i7 from "@angular/material/icon";
13
+ import * as i8 from "@angular/material/menu";
14
+ import * as i9 from "@angular/common";
15
+ import * as i10 from "@ngx-translate/core";
16
+ function AboutToolComponent_button_2_Template(rf, ctx) { if (rf & 1) {
17
+ const _r6 = i0.ɵɵgetCurrentView();
18
+ i0.ɵɵelementStart(0, "button", 7);
19
+ i0.ɵɵlistener("click", function AboutToolComponent_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.openGuide()); });
20
+ i0.ɵɵpipe(1, "translate");
21
+ i0.ɵɵelementStart(2, "span");
22
+ i0.ɵɵtext(3);
23
+ i0.ɵɵpipe(4, "translate");
24
+ i0.ɵɵelementEnd();
25
+ i0.ɵɵelement(5, "mat-icon", 8);
26
+ i0.ɵɵelementEnd();
27
+ } if (rf & 2) {
28
+ const ctx_r0 = i0.ɵɵnextContext();
29
+ i0.ɵɵproperty("disabled", ctx_r0.loading)("matTooltip", i0.ɵɵpipeBind1(1, 3, "igo.integration.aboutTool.trainingGuideTooltip"));
30
+ i0.ɵɵadvance(3);
31
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 5, "igo.integration.aboutTool.trainingGuide"));
32
+ } }
33
+ function AboutToolComponent_button_3_Template(rf, ctx) { if (rf & 1) {
34
+ i0.ɵɵelementStart(0, "button", 9);
35
+ i0.ɵɵpipe(1, "translate");
36
+ i0.ɵɵelementStart(2, "span");
37
+ i0.ɵɵtext(3);
38
+ i0.ɵɵpipe(4, "translate");
39
+ i0.ɵɵelementEnd();
40
+ i0.ɵɵelement(5, "mat-icon", 8);
41
+ i0.ɵɵelementEnd();
42
+ } if (rf & 2) {
43
+ const ctx_r1 = i0.ɵɵnextContext();
44
+ const _r2 = i0.ɵɵreference(5);
45
+ i0.ɵɵproperty("disabled", ctx_r1.loading)("matTooltip", i0.ɵɵpipeBind1(1, 4, "igo.integration.aboutTool.trainingGuideTooltip"))("matMenuTriggerFor", _r2);
46
+ i0.ɵɵadvance(3);
47
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 6, "igo.integration.aboutTool.trainingGuide"));
48
+ } }
49
+ function AboutToolComponent_button_6_Template(rf, ctx) { if (rf & 1) {
50
+ const _r9 = i0.ɵɵgetCurrentView();
51
+ i0.ɵɵelementStart(0, "button", 10);
52
+ i0.ɵɵlistener("click", function AboutToolComponent_button_6_Template_button_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const guide_r7 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.openGuide(guide_r7)); });
53
+ i0.ɵɵtext(1);
54
+ i0.ɵɵelementEnd();
55
+ } if (rf & 2) {
56
+ const guide_r7 = ctx.$implicit;
57
+ const ctx_r3 = i0.ɵɵnextContext();
58
+ i0.ɵɵadvance(1);
59
+ i0.ɵɵtextInterpolate(ctx_r3.formatFileName(guide_r7));
60
+ } }
61
+ function AboutToolComponent_igo_custom_html_7_Template(rf, ctx) { if (rf & 1) {
62
+ i0.ɵɵelement(0, "igo-custom-html", 6);
63
+ i0.ɵɵpipe(1, "translate");
64
+ } if (rf & 2) {
65
+ const ctx_r4 = i0.ɵɵnextContext();
66
+ i0.ɵɵproperty("html", i0.ɵɵpipeBind1(1, 1, ctx_r4.headerHtml));
67
+ } }
68
+ const _c0 = function (a0) { return { version: a0 }; };
69
+ let AboutToolComponent = class AboutToolComponent {
70
+ constructor(configService, auth, http, cdRef, languageService) {
71
+ this.configService = configService;
72
+ this.auth = auth;
73
+ this.http = http;
74
+ this.cdRef = cdRef;
75
+ this.languageService = languageService;
76
+ this._discoverTitleInLocale = 'IGO';
77
+ this.discoverTitleInLocale$ = of(this._discoverTitleInLocale);
78
+ this._html = 'igo.integration.aboutTool.html';
79
+ this._headerHtml = this.languageService.translate.instant('igo.integration.aboutTool.headerHtml');
80
+ this.loading = false;
81
+ this.version = configService.getConfig('version');
82
+ this.baseUrlProfil = configService.getConfig('storage.url');
83
+ this.baseUrlGuide = configService.getConfig('depot.url') + configService.getConfig('depot.guideUrl');
84
+ }
85
+ get headerHtml() {
86
+ return this._headerHtml;
87
+ }
88
+ set headerHtml(value) {
89
+ this._headerHtml = Array.isArray(value) ? value.join('\n') : value;
90
+ }
91
+ get html() {
92
+ return this._html;
93
+ }
94
+ set html(value) {
95
+ this._html = Array.isArray(value) ? value.join('\n') : value;
96
+ }
97
+ get discoverTitleInLocale() {
98
+ return this._discoverTitleInLocale;
99
+ }
100
+ set discoverTitleInLocale(value) {
101
+ this._discoverTitleInLocale = value;
102
+ this.discoverTitleInLocale$ = of(value);
103
+ }
104
+ ngOnInit() {
105
+ if (this.auth.authenticated && this.configService.getConfig('context.url')) {
106
+ this.http.get(this.baseUrlProfil).subscribe((profil) => {
107
+ const recast = profil;
108
+ this.trainingGuideURLs = recast.guides;
109
+ this.cdRef.detectChanges();
110
+ });
111
+ }
112
+ else if (this.auth.authenticated &&
113
+ !this.configService.getConfig('context.url') &&
114
+ this.configService.getConfig('depot.trainingGuides')) {
115
+ this.trainingGuideURLs = this.configService.getConfig('depot.trainingGuides');
116
+ }
117
+ }
118
+ openGuide(guide) {
119
+ this.loading = true;
120
+ const url = guide ?
121
+ this.baseUrlGuide + guide + '?' :
122
+ this.baseUrlGuide + this.trainingGuideURLs[0] + '?';
123
+ this.http
124
+ .get(url, {
125
+ responseType: 'blob'
126
+ })
127
+ .subscribe(() => {
128
+ this.loading = false;
129
+ window.open(url, '_blank');
130
+ this.cdRef.detectChanges();
131
+ });
132
+ }
133
+ formatFileName(name) {
134
+ name = name.split('_').join(' ');
135
+ const index = name.indexOf('.');
136
+ name = name.slice(0, index);
137
+ return name;
138
+ }
139
+ };
140
+ AboutToolComponent.ɵfac = function AboutToolComponent_Factory(t) { return new (t || AboutToolComponent)(i0.ɵɵdirectiveInject(i1.ConfigService), i0.ɵɵdirectiveInject(i2.AuthService), i0.ɵɵdirectiveInject(i3.HttpClient), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1.LanguageService)); };
141
+ AboutToolComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AboutToolComponent, selectors: [["igo-about-tool"]], inputs: { headerHtml: "headerHtml", html: "html", discoverTitleInLocale: "discoverTitleInLocale", trainingGuideURLs: "trainingGuideURLs" }, decls: 10, vars: 11, consts: [["mat-raised-button", "", "tourToStart", "global", "menuIsOpen", "true", "styleButton", "raised", 3, "discoverTitleInLocale$"], ["class", "training-guide-button", "mat-raised-button", "", "tooltip-position", "below", "matTooltipShowDelay", "500", 3, "disabled", "matTooltip", "click", 4, "ngIf"], ["class", "training-guide-button", "mat-raised-button", "", "tooltip-position", "below", "matTooltipShowDelay", "500", 3, "disabled", "matTooltip", "matMenuTriggerFor", 4, "ngIf"], ["menu", "matMenu"], ["mat-menu-item", "", 3, "click", 4, "ngFor", "ngForOf"], ["class", "mat-typography", 3, "html", 4, "ngIf"], [1, "mat-typography", 3, "html"], ["mat-raised-button", "", "tooltip-position", "below", "matTooltipShowDelay", "500", 1, "training-guide-button", 3, "disabled", "matTooltip", "click"], ["svgIcon", "file-document"], ["mat-raised-button", "", "tooltip-position", "below", "matTooltipShowDelay", "500", 1, "training-guide-button", 3, "disabled", "matTooltip", "matMenuTriggerFor"], ["mat-menu-item", "", 3, "click"]], template: function AboutToolComponent_Template(rf, ctx) { if (rf & 1) {
142
+ i0.ɵɵelement(0, "p")(1, "igo-interactive-tour", 0);
143
+ i0.ɵɵtemplate(2, AboutToolComponent_button_2_Template, 6, 7, "button", 1);
144
+ i0.ɵɵtemplate(3, AboutToolComponent_button_3_Template, 6, 8, "button", 2);
145
+ i0.ɵɵelementStart(4, "mat-menu", null, 3);
146
+ i0.ɵɵtemplate(6, AboutToolComponent_button_6_Template, 2, 1, "button", 4);
147
+ i0.ɵɵelementEnd();
148
+ i0.ɵɵtemplate(7, AboutToolComponent_igo_custom_html_7_Template, 2, 3, "igo-custom-html", 5);
149
+ i0.ɵɵelement(8, "igo-custom-html", 6);
150
+ i0.ɵɵpipe(9, "translate");
151
+ } if (rf & 2) {
152
+ i0.ɵɵadvance(1);
153
+ i0.ɵɵproperty("discoverTitleInLocale$", ctx.discoverTitleInLocale$);
154
+ i0.ɵɵadvance(1);
155
+ i0.ɵɵproperty("ngIf", ctx.auth.authenticated && ctx.trainingGuideURLs && ctx.trainingGuideURLs.length === 1);
156
+ i0.ɵɵadvance(1);
157
+ i0.ɵɵproperty("ngIf", ctx.auth.authenticated && ctx.trainingGuideURLs && ctx.trainingGuideURLs.length > 1);
158
+ i0.ɵɵadvance(3);
159
+ i0.ɵɵproperty("ngForOf", ctx.trainingGuideURLs);
160
+ i0.ɵɵadvance(1);
161
+ i0.ɵɵproperty("ngIf", ctx.headerHtml !== "");
162
+ i0.ɵɵadvance(1);
163
+ i0.ɵɵproperty("html", i0.ɵɵpipeBind2(9, 6, ctx.html, i0.ɵɵpureFunction1(9, _c0, ctx.version)));
164
+ } }, dependencies: [i4.CustomHtmlComponent, i5.MatButton, i6.MatTooltip, i7.MatIcon, i8.MatMenu, i8.MatMenuItem, i8.MatMenuTrigger, i4.InteractiveTourComponent, i9.NgForOf, i9.NgIf, i10.TranslatePipe], styles: ["igo-interactive-tour[_ngcontent-%COMP%]{margin-left:20px}.training-guide-button[_ngcontent-%COMP%]{margin-left:5px;background-color:#1976d2;color:#fff;padding:0 12px}"] });
165
+ AboutToolComponent = __decorate([
166
+ ToolComponent({
167
+ name: 'about',
168
+ title: 'igo.integration.tools.about',
169
+ icon: 'help-circle'
170
+ })
171
+ ], AboutToolComponent);
172
+ export { AboutToolComponent };
173
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AboutToolComponent, [{
174
+ type: Component,
175
+ args: [{ selector: 'igo-about-tool', template: "<p></p>\n<igo-interactive-tour\n mat-raised-button\n tourToStart=\"global\"\n menuIsOpen=true\n styleButton=\"raised\"\n [discoverTitleInLocale$]=\"discoverTitleInLocale$\">\n</igo-interactive-tour>\n\n<button *ngIf=\"auth.authenticated && trainingGuideURLs && trainingGuideURLs.length === 1\"\n class=\"training-guide-button\"\n mat-raised-button\n tooltip-position=\"below\"\n matTooltipShowDelay=\"500\"\n [disabled]=\"loading\"\n [matTooltip]=\"'igo.integration.aboutTool.trainingGuideTooltip' | translate\"\n (click)=\"openGuide()\">\n <span>{{'igo.integration.aboutTool.trainingGuide' | translate}}</span>\n <mat-icon svgIcon=\"file-document\"></mat-icon>\n</button>\n\n<button *ngIf=\"auth.authenticated && trainingGuideURLs && trainingGuideURLs.length > 1\"\n class=\"training-guide-button\"\n mat-raised-button\n tooltip-position=\"below\"\n matTooltipShowDelay=\"500\"\n [disabled]=\"loading\"\n [matTooltip]=\"'igo.integration.aboutTool.trainingGuideTooltip' | translate\"\n [matMenuTriggerFor]=\"menu\">\n <span>{{'igo.integration.aboutTool.trainingGuide' | translate}}</span>\n <mat-icon svgIcon=\"file-document\"></mat-icon>\n</button>\n\n<mat-menu #menu=\"matMenu\">\n <button *ngFor=\"let guide of trainingGuideURLs\" mat-menu-item (click)=\"openGuide(guide)\">{{formatFileName(guide)}}</button>\n</mat-menu>\n\n<igo-custom-html *ngIf=\"headerHtml !== ''\" class=\"mat-typography\"\n [html]=\"headerHtml | translate\">\n</igo-custom-html>\n\n<igo-custom-html class=\"mat-typography\"\n [html]=\"html | translate: {version: version}\">\n</igo-custom-html>\n", styles: ["igo-interactive-tour{margin-left:20px}.training-guide-button{margin-left:5px;background-color:#1976d2;color:#fff;padding:0 12px}\n"] }]
176
+ }], function () { return [{ type: i1.ConfigService }, { type: i2.AuthService }, { type: i3.HttpClient }, { type: i0.ChangeDetectorRef }, { type: i1.LanguageService }]; }, { headerHtml: [{
177
+ type: Input
178
+ }], html: [{
179
+ type: Input
180
+ }], discoverTitleInLocale: [{
181
+ type: Input
182
+ }], trainingGuideURLs: [{
183
+ type: Input
184
+ }] }); })();
185
185
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJvdXQtdG9vbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL2Fib3V0L2Fib3V0LXRvb2wvYWJvdXQtdG9vbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL2Fib3V0L2Fib3V0LXRvb2wvYWJvdXQtdG9vbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFxQixTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBRTVFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFFN0MsT0FBTyxFQUFFLEVBQUUsRUFBRSxNQUFNLE1BQU0sQ0FBQzs7Ozs7Ozs7Ozs7Ozs7SUNLMUIsaUNBT3dCO0lBQXRCLGtLQUFTLGVBQUEsa0JBQVcsQ0FBQSxJQUFDOztJQUNyQiw0QkFBTTtJQUFBLFlBQXlEOztJQUFBLGlCQUFPO0lBQ3RFLDhCQUE2QztJQUMvQyxpQkFBUzs7O0lBTFAseUNBQW9CLHNGQUFBO0lBR2QsZUFBeUQ7SUFBekQscUZBQXlEOzs7SUFJakUsaUNBTzZCOztJQUMzQiw0QkFBTTtJQUFBLFlBQXlEOztJQUFBLGlCQUFPO0lBQ3RFLDhCQUE2QztJQUMvQyxpQkFBUzs7OztJQUxQLHlDQUFvQixzRkFBQSwwQkFBQTtJQUdkLGVBQXlEO0lBQXpELHFGQUF5RDs7OztJQUsvRCxrQ0FBeUY7SUFBM0IsOE5BQVMsZUFBQSwwQkFBZ0IsQ0FBQSxJQUFDO0lBQUMsWUFBeUI7SUFBQSxpQkFBUzs7OztJQUFsQyxlQUF5QjtJQUF6QixxREFBeUI7OztJQUdwSCxxQ0FFa0I7Ozs7SUFEaEIsOERBQStCOzs7SURuQnBCLGtCQUFrQixTQUFsQixrQkFBa0I7SUF1QzdCLFlBQ1MsYUFBNEIsRUFDNUIsSUFBaUIsRUFDaEIsSUFBZ0IsRUFDaEIsS0FBd0IsRUFDeEIsZUFBZ0M7UUFKakMsa0JBQWEsR0FBYixhQUFhLENBQWU7UUFDNUIsU0FBSSxHQUFKLElBQUksQ0FBYTtRQUNoQixTQUFJLEdBQUosSUFBSSxDQUFZO1FBQ2hCLFVBQUssR0FBTCxLQUFLLENBQW1CO1FBQ3hCLG9CQUFlLEdBQWYsZUFBZSxDQUFpQjtRQTVCbEMsMkJBQXNCLEdBQVcsS0FBSyxDQUFDO1FBQ3hDLDJCQUFzQixHQUF1QixFQUFFLENBQUMsSUFBSSxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFjNUUsVUFBSyxHQUFXLGdDQUFnQyxDQUFDO1FBQ2pELGdCQUFXLEdBQVcsSUFBSSxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLHNDQUFzQyxDQUFDLENBQUM7UUFLdEcsWUFBTyxHQUFHLEtBQUssQ0FBQztRQVFyQixJQUFJLENBQUMsT0FBTyxHQUFHLGFBQWEsQ0FBQyxTQUFTLENBQUMsU0FBUyxDQUFDLENBQUM7UUFDbEQsSUFBSSxDQUFDLGFBQWEsR0FBRyxhQUFhLENBQUMsU0FBUyxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBQzVELElBQUksQ0FBQyxZQUFZLEdBQUcsYUFBYSxDQUFDLFNBQVMsQ0FBQyxXQUFXLENBQUMsR0FBRyxhQUFhLENBQUMsU0FBUyxDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFDdkcsQ0FBQztJQS9DRCxJQUNJLFVBQVU7UUFDWixPQUFPLElBQUksQ0FBQyxXQUFXLENBQUM7SUFDMUIsQ0FBQztJQUNELElBQUksVUFBVSxDQUFDLEtBQWE7UUFDMUIsSUFBSSxDQUFDLFdBQVcsR0FBRyxLQUFLLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUM7SUFDckUsQ0FBQztJQUVELElBQ0ksSUFBSTtRQUNOLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQztJQUNwQixDQUFDO0lBQ0QsSUFBSSxJQUFJLENBQUMsS0FBYTtRQUNwQixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUMvRCxDQUFDO0lBSUQsSUFDSSxxQkFBcUI7UUFDdkIsT0FBTyxJQUFJLENBQUMsc0JBQXNCLENBQUM7SUFDckMsQ0FBQztJQUNELElBQUkscUJBQXFCLENBQUMsS0FBYTtRQUNyQyxJQUFJLENBQUMsc0JBQXNCLEdBQUcsS0FBSyxDQUFDO1FBQ3BDLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDMUMsQ0FBQztJQXdCRCxRQUFRO1FBQ04sSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsSUFBSSxJQUFJLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxhQUFhLENBQUMsRUFBRTtZQUMxRSxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsTUFBTSxFQUFFLEVBQUU7Z0JBQ3JELE1BQU0sTUFBTSxHQUFHLE1BQWEsQ0FBQztnQkFDN0IsSUFBSSxDQUFDLGlCQUFpQixHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUM7Z0JBQ3ZDLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDN0IsQ0FBQyxDQUFDLENBQUM7U0FDSjthQUFNLElBQ0gsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhO1lBQ3ZCLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUMsYUFBYSxDQUFDO1lBQzVDLElBQUksQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDLHNCQUFzQixDQUFDLEVBQUU7WUFDcEQsSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDLHNCQUFzQixDQUFDLENBQUM7U0FDbkY7SUFDSCxDQUFDO0lBRUQsU0FBUyxDQUFDLEtBQU07UUFDZCxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztRQUNwQixNQUFNLEdBQUcsR0FBRyxLQUFLLENBQUMsQ0FBQztZQUNqQixJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssR0FBRyxHQUFHLENBQUMsQ0FBQztZQUNqQyxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsR0FBRyxHQUFHLENBQUM7UUFDdEQsSUFBSSxDQUFDLElBQUk7YUFDUixHQUFHLENBQUMsR0FBRyxFQUFFO1lBQ1IsWUFBWSxFQUFFLE1BQU07U0FDckIsQ0FBQzthQUNELFNBQVMsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztZQUNyQixNQUFNLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRSxRQUFRLENBQUMsQ0FBQztZQUMzQixJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQzdCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELGNBQWMsQ0FBQyxJQUFZO1FBQ3pCLElBQUksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUNqQyxNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ2hDLElBQUksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsRUFBRSxLQUFLLENBQUMsQ0FBQztRQUM1QixPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7Q0FDRixDQUFBO29GQXZGWSxrQkFBa0I7cUVBQWxCLGtCQUFrQjtRQ25CL0Isb0JBQU8sOEJBQUE7UUFTUCx5RUFVUztRQUVULHlFQVVTO1FBRVQseUNBQTBCO1FBQ3hCLHlFQUEySDtRQUM3SCxpQkFBVztRQUVYLDJGQUVrQjtRQUVsQixxQ0FFa0I7OztRQXJDaEIsZUFBaUQ7UUFBakQsbUVBQWlEO1FBRzFDLGVBQStFO1FBQS9FLDRHQUErRTtRQVkvRSxlQUE2RTtRQUE3RSwwR0FBNkU7UUFhMUQsZUFBb0I7UUFBcEIsK0NBQW9CO1FBRzlCLGVBQXVCO1FBQXZCLDRDQUF1QjtRQUt2QyxlQUE2QztRQUE3Qyw4RkFBNkM7O0FEdkJsQyxrQkFBa0I7SUFWOUIsYUFBYSxDQUFDO1FBQ2IsSUFBSSxFQUFFLE9BQU87UUFDYixLQUFLLEVBQUUsNkJBQTZCO1FBQ3BDLElBQUksRUFBRSxhQUFhO0tBQ3BCLENBQUM7R0FNVyxrQkFBa0IsQ0F1RjlCO1NBdkZZLGtCQUFrQjt1RkFBbEIsa0JBQWtCO2NBTDlCLFNBQVM7MkJBQ0UsZ0JBQWdCO2lMQU10QixVQUFVO2tCQURiLEtBQUs7WUFTRixJQUFJO2tCQURQLEtBQUs7WUFXRixxQkFBcUI7a0JBRHhCLEtBQUs7WUFTRyxpQkFBaUI7a0JBQXpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFRvb2xDb21wb25lbnQgfSBmcm9tICdAaWdvMi9jb21tb24nO1xuaW1wb3J0IHsgQ29uZmlnU2VydmljZSwgTGFuZ3VhZ2VTZXJ2aWNlLCBWZXJzaW9uIH0gZnJvbSAnQGlnbzIvY29yZSc7XG5pbXBvcnQgeyBvZiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHR5cGUgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBBdXRoU2VydmljZSB9IGZyb20gJ0BpZ28yL2F1dGgnO1xuaW1wb3J0IHsgSHR0cENsaWVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcblxuQFRvb2xDb21wb25lbnQoe1xuICBuYW1lOiAnYWJvdXQnLFxuICB0aXRsZTogJ2lnby5pbnRlZ3JhdGlvbi50b29scy5hYm91dCcsXG4gIGljb246ICdoZWxwLWNpcmNsZSdcbn0pXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZ28tYWJvdXQtdG9vbCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9hYm91dC10b29sLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYWJvdXQtdG9vbC5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEFib3V0VG9vbENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpXG4gIGdldCBoZWFkZXJIdG1sKCkge1xuICAgIHJldHVybiB0aGlzLl9oZWFkZXJIdG1sO1xuICB9XG4gIHNldCBoZWFkZXJIdG1sKHZhbHVlOiBzdHJpbmcpIHtcbiAgICB0aGlzLl9oZWFkZXJIdG1sID0gQXJyYXkuaXNBcnJheSh2YWx1ZSkgPyB2YWx1ZS5qb2luKCdcXG4nKSA6IHZhbHVlO1xuICB9XG5cbiAgQElucHV0KClcbiAgZ2V0IGh0bWwoKSB7XG4gICAgcmV0dXJuIHRoaXMuX2h0bWw7XG4gIH1cbiAgc2V0IGh0bWwodmFsdWU6IHN0cmluZykge1xuICAgIHRoaXMuX2h0bWwgPSBBcnJheS5pc0FycmF5KHZhbHVlKSA/IHZhbHVlLmpvaW4oJ1xcbicpIDogdmFsdWU7XG4gIH1cbiAgcHJpdmF0ZSBfZGlzY292ZXJUaXRsZUluTG9jYWxlOiBzdHJpbmcgPSAnSUdPJztcbiAgcHVibGljIGRpc2NvdmVyVGl0bGVJbkxvY2FsZSQ6IE9ic2VydmFibGU8c3RyaW5nPiA9IG9mKHRoaXMuX2Rpc2NvdmVyVGl0bGVJbkxvY2FsZSk7XG5cbiAgQElucHV0KClcbiAgZ2V0IGRpc2NvdmVyVGl0bGVJbkxvY2FsZSgpIHtcbiAgICByZXR1cm4gdGhpcy5fZGlzY292ZXJUaXRsZUluTG9jYWxlO1xuICB9XG4gIHNldCBkaXNjb3ZlclRpdGxlSW5Mb2NhbGUodmFsdWU6IHN0cmluZykge1xuICAgIHRoaXMuX2Rpc2NvdmVyVGl0bGVJbkxvY2FsZSA9IHZhbHVlO1xuICAgIHRoaXMuZGlzY292ZXJUaXRsZUluTG9jYWxlJCA9IG9mKHZhbHVlKTtcbiAgfVxuXG4gIEBJbnB1dCgpIHRyYWluaW5nR3VpZGVVUkxzO1xuXG4gIHB1YmxpYyB2ZXJzaW9uOiBWZXJzaW9uO1xuICBwcml2YXRlIF9odG1sOiBzdHJpbmcgPSAnaWdvLmludGVncmF0aW9uLmFib3V0VG9vbC5odG1sJztcbiAgcHJpdmF0ZSBfaGVhZGVySHRtbDogc3RyaW5nID0gdGhpcy5sYW5ndWFnZVNlcnZpY2UudHJhbnNsYXRlLmluc3RhbnQoJ2lnby5pbnRlZ3JhdGlvbi5hYm91dFRvb2wuaGVhZGVySHRtbCcpO1xuXG4gIHByaXZhdGUgYmFzZVVybFByb2ZpbDtcbiAgcHJpdmF0ZSBiYXNlVXJsR3VpZGU7XG5cbiAgcHVibGljIGxvYWRpbmcgPSBmYWxzZTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgY29uZmlnU2VydmljZTogQ29uZmlnU2VydmljZSxcbiAgICBwdWJsaWMgYXV0aDogQXV0aFNlcnZpY2UsXG4gICAgcHJpdmF0ZSBodHRwOiBIdHRwQ2xpZW50LFxuICAgIHByaXZhdGUgY2RSZWY6IENoYW5nZURldGVjdG9yUmVmLFxuICAgIHByaXZhdGUgbGFuZ3VhZ2VTZXJ2aWNlOiBMYW5ndWFnZVNlcnZpY2UpIHtcbiAgICB0aGlzLnZlcnNpb24gPSBjb25maWdTZXJ2aWNlLmdldENvbmZpZygndmVyc2lvbicpO1xuICAgIHRoaXMuYmFzZVVybFByb2ZpbCA9IGNvbmZpZ1NlcnZpY2UuZ2V0Q29uZmlnKCdzdG9yYWdlLnVybCcpO1xuICAgIHRoaXMuYmFzZVVybEd1aWRlID0gY29uZmlnU2VydmljZS5nZXRDb25maWcoJ2RlcG90LnVybCcpICsgY29uZmlnU2VydmljZS5nZXRDb25maWcoJ2RlcG90Lmd1aWRlVXJsJyk7XG4gIH1cblxuICBuZ09uSW5pdCgpIHtcbiAgICBpZiAodGhpcy5hdXRoLmF1dGhlbnRpY2F0ZWQgJiYgdGhpcy5jb25maWdTZXJ2aWNlLmdldENvbmZpZygnY29udGV4dC51cmwnKSkge1xuICAgICAgdGhpcy5odHRwLmdldCh0aGlzLmJhc2VVcmxQcm9maWwpLnN1YnNjcmliZSgocHJvZmlsKSA9PiB7XG4gICAgICAgIGNvbnN0IHJlY2FzdCA9IHByb2ZpbCBhcyBhbnk7XG4gICAgICAgIHRoaXMudHJhaW5pbmdHdWlkZVVSTHMgPSByZWNhc3QuZ3VpZGVzO1xuICAgICAgICB0aGlzLmNkUmVmLmRldGVjdENoYW5nZXMoKTtcbiAgICAgIH0pO1xuICAgIH0gZWxzZSBpZiAoXG4gICAgICAgIHRoaXMuYXV0aC5hdXRoZW50aWNhdGVkICYmXG4gICAgICAgICF0aGlzLmNvbmZpZ1NlcnZpY2UuZ2V0Q29uZmlnKCdjb250ZXh0LnVybCcpICYmXG4gICAgICAgIHRoaXMuY29uZmlnU2VydmljZS5nZXRDb25maWcoJ2RlcG90LnRyYWluaW5nR3VpZGVzJykpIHtcbiAgICAgICAgICB0aGlzLnRyYWluaW5nR3VpZGVVUkxzID0gdGhpcy5jb25maWdTZXJ2aWNlLmdldENvbmZpZygnZGVwb3QudHJhaW5pbmdHdWlkZXMnKTtcbiAgICB9XG4gIH1cblxuICBvcGVuR3VpZGUoZ3VpZGU/KSB7XG4gICAgdGhpcy5sb2FkaW5nID0gdHJ1ZTtcbiAgICBjb25zdCB1cmwgPSBndWlkZSA/XG4gICAgICB0aGlzLmJhc2VVcmxHdWlkZSArIGd1aWRlICsgJz8nIDpcbiAgICAgIHRoaXMuYmFzZVVybEd1aWRlICsgdGhpcy50cmFpbmluZ0d1aWRlVVJMc1swXSArICc/JztcbiAgICB0aGlzLmh0dHBcbiAgICAuZ2V0KHVybCwge1xuICAgICAgcmVzcG9uc2VUeXBlOiAnYmxvYidcbiAgICB9KVxuICAgIC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgdGhpcy5sb2FkaW5nID0gZmFsc2U7XG4gICAgICB3aW5kb3cub3Blbih1cmwsICdfYmxhbmsnKTtcbiAgICAgIHRoaXMuY2RSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICAgIH0pO1xuICB9XG5cbiAgZm9ybWF0RmlsZU5hbWUobmFtZTogc3RyaW5nKSB7XG4gICAgbmFtZSA9IG5hbWUuc3BsaXQoJ18nKS5qb2luKCcgJyk7XG4gICAgY29uc3QgaW5kZXggPSBuYW1lLmluZGV4T2YoJy4nKTtcbiAgICBuYW1lID0gbmFtZS5zbGljZSgwLCBpbmRleCk7XG4gICAgcmV0dXJuIG5hbWU7XG4gIH1cbn1cbiIsIjxwPjwvcD5cbjxpZ28taW50ZXJhY3RpdmUtdG91clxuICBtYXQtcmFpc2VkLWJ1dHRvblxuICB0b3VyVG9TdGFydD1cImdsb2JhbFwiXG4gIG1lbnVJc09wZW49dHJ1ZVxuICBzdHlsZUJ1dHRvbj1cInJhaXNlZFwiXG4gIFtkaXNjb3ZlclRpdGxlSW5Mb2NhbGUkXT1cImRpc2NvdmVyVGl0bGVJbkxvY2FsZSRcIj5cbjwvaWdvLWludGVyYWN0aXZlLXRvdXI+XG5cbjxidXR0b24gKm5nSWY9XCJhdXRoLmF1dGhlbnRpY2F0ZWQgJiYgdHJhaW5pbmdHdWlkZVVSTHMgJiYgdHJhaW5pbmdHdWlkZVVSTHMubGVuZ3RoID09PSAxXCJcbiAgY2xhc3M9XCJ0cmFpbmluZy1ndWlkZS1idXR0b25cIlxuICBtYXQtcmFpc2VkLWJ1dHRvblxuICB0b29sdGlwLXBvc2l0aW9uPVwiYmVsb3dcIlxuICBtYXRUb29sdGlwU2hvd0RlbGF5PVwiNTAwXCJcbiAgW2Rpc2FibGVkXT1cImxvYWRpbmdcIlxuICBbbWF0VG9vbHRpcF09XCInaWdvLmludGVncmF0aW9uLmFib3V0VG9vbC50cmFpbmluZ0d1aWRlVG9vbHRpcCcgfCB0cmFuc2xhdGVcIlxuICAoY2xpY2spPVwib3Blbkd1aWRlKClcIj5cbiAgPHNwYW4+e3snaWdvLmludGVncmF0aW9uLmFib3V0VG9vbC50cmFpbmluZ0d1aWRlJyB8IHRyYW5zbGF0ZX19PC9zcGFuPlxuICA8bWF0LWljb24gc3ZnSWNvbj1cImZpbGUtZG9jdW1lbnRcIj48L21hdC1pY29uPlxuPC9idXR0b24+XG5cbjxidXR0b24gKm5nSWY9XCJhdXRoLmF1dGhlbnRpY2F0ZWQgJiYgdHJhaW5pbmdHdWlkZVVSTHMgJiYgdHJhaW5pbmdHdWlkZVVSTHMubGVuZ3RoID4gMVwiXG4gIGNsYXNzPVwidHJhaW5pbmctZ3VpZGUtYnV0dG9uXCJcbiAgbWF0LXJhaXNlZC1idXR0b25cbiAgdG9vbHRpcC1wb3NpdGlvbj1cImJlbG93XCJcbiAgbWF0VG9vbHRpcFNob3dEZWxheT1cIjUwMFwiXG4gIFtkaXNhYmxlZF09XCJsb2FkaW5nXCJcbiAgW21hdFRvb2x0aXBdPVwiJ2lnby5pbnRlZ3JhdGlvbi5hYm91dFRvb2wudHJhaW5pbmdHdWlkZVRvb2x0aXAnIHwgdHJhbnNsYXRlXCJcbiAgW21hdE1lbnVUcmlnZ2VyRm9yXT1cIm1lbnVcIj5cbiAgPHNwYW4+e3snaWdvLmludGVncmF0aW9uLmFib3V0VG9vbC50cmFpbmluZ0d1aWRlJyB8IHRyYW5zbGF0ZX19PC9zcGFuPlxuICA8bWF0LWljb24gc3ZnSWNvbj1cImZpbGUtZG9jdW1lbnRcIj48L21hdC1pY29uPlxuPC9idXR0b24+XG5cbjxtYXQtbWVudSAjbWVudT1cIm1hdE1lbnVcIj5cbiAgPGJ1dHRvbiAqbmdGb3I9XCJsZXQgZ3VpZGUgb2YgdHJhaW5pbmdHdWlkZVVSTHNcIiBtYXQtbWVudS1pdGVtIChjbGljayk9XCJvcGVuR3VpZGUoZ3VpZGUpXCI+e3tmb3JtYXRGaWxlTmFtZShndWlkZSl9fTwvYnV0dG9uPlxuPC9tYXQtbWVudT5cblxuPGlnby1jdXN0b20taHRtbCAqbmdJZj1cImhlYWRlckh0bWwgIT09ICcnXCIgY2xhc3M9XCJtYXQtdHlwb2dyYXBoeVwiXG4gIFtodG1sXT1cImhlYWRlckh0bWwgfCB0cmFuc2xhdGVcIj5cbjwvaWdvLWN1c3RvbS1odG1sPlxuXG48aWdvLWN1c3RvbS1odG1sIGNsYXNzPVwibWF0LXR5cG9ncmFwaHlcIlxuICBbaHRtbF09XCJodG1sIHwgdHJhbnNsYXRlOiB7dmVyc2lvbjogdmVyc2lvbn1cIj5cbjwvaWdvLWN1c3RvbS1odG1sPlxuIl19
@@ -1,2 +1,2 @@
1
- export * from './about-tool.component';
1
+ export * from './about-tool.component';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL2Fib3V0L2Fib3V0LXRvb2wvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYWJvdXQtdG9vbC5jb21wb25lbnQnO1xuIl19
@@ -1,55 +1,55 @@
1
- import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { MatTooltipModule } from '@angular/material/tooltip';
4
- import { MatButtonModule } from '@angular/material/button';
5
- import { MatIconModule } from '@angular/material/icon';
6
- import { MatMenuModule } from '@angular/material/menu';
7
- import { IgoLanguageModule } from '@igo2/core';
8
- import { IgoCustomHtmlModule, IgoInteractiveTourModule } from '@igo2/common';
9
- import { AboutToolComponent } from './about-tool/about-tool.component';
10
- import * as i0 from "@angular/core";
11
- export class IgoAppAboutModule {
12
- static forRoot() {
13
- return {
14
- ngModule: IgoAppAboutModule,
15
- providers: []
16
- };
17
- }
18
- }
19
- IgoAppAboutModule.ɵfac = function IgoAppAboutModule_Factory(t) { return new (t || IgoAppAboutModule)(); };
20
- IgoAppAboutModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: IgoAppAboutModule });
21
- IgoAppAboutModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [IgoLanguageModule,
22
- IgoCustomHtmlModule,
23
- MatButtonModule,
24
- MatTooltipModule,
25
- MatIconModule,
26
- MatMenuModule,
27
- IgoInteractiveTourModule,
28
- CommonModule] });
29
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IgoAppAboutModule, [{
30
- type: NgModule,
31
- args: [{
32
- imports: [
33
- IgoLanguageModule,
34
- IgoCustomHtmlModule,
35
- MatButtonModule,
36
- MatTooltipModule,
37
- MatIconModule,
38
- MatMenuModule,
39
- IgoInteractiveTourModule,
40
- CommonModule
41
- ],
42
- declarations: [AboutToolComponent],
43
- exports: [AboutToolComponent],
44
- schemas: [CUSTOM_ELEMENTS_SCHEMA]
45
- }]
46
- }], null, null); })();
47
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(IgoAppAboutModule, { declarations: [AboutToolComponent], imports: [IgoLanguageModule,
48
- IgoCustomHtmlModule,
49
- MatButtonModule,
50
- MatTooltipModule,
51
- MatIconModule,
52
- MatMenuModule,
53
- IgoInteractiveTourModule,
54
- CommonModule], exports: [AboutToolComponent] }); })();
1
+ import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { MatTooltipModule } from '@angular/material/tooltip';
4
+ import { MatButtonModule } from '@angular/material/button';
5
+ import { MatIconModule } from '@angular/material/icon';
6
+ import { MatMenuModule } from '@angular/material/menu';
7
+ import { IgoLanguageModule } from '@igo2/core';
8
+ import { IgoCustomHtmlModule, IgoInteractiveTourModule } from '@igo2/common';
9
+ import { AboutToolComponent } from './about-tool/about-tool.component';
10
+ import * as i0 from "@angular/core";
11
+ export class IgoAppAboutModule {
12
+ static forRoot() {
13
+ return {
14
+ ngModule: IgoAppAboutModule,
15
+ providers: []
16
+ };
17
+ }
18
+ }
19
+ IgoAppAboutModule.ɵfac = function IgoAppAboutModule_Factory(t) { return new (t || IgoAppAboutModule)(); };
20
+ IgoAppAboutModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: IgoAppAboutModule });
21
+ IgoAppAboutModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [IgoLanguageModule,
22
+ IgoCustomHtmlModule,
23
+ MatButtonModule,
24
+ MatTooltipModule,
25
+ MatIconModule,
26
+ MatMenuModule,
27
+ IgoInteractiveTourModule,
28
+ CommonModule] });
29
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IgoAppAboutModule, [{
30
+ type: NgModule,
31
+ args: [{
32
+ imports: [
33
+ IgoLanguageModule,
34
+ IgoCustomHtmlModule,
35
+ MatButtonModule,
36
+ MatTooltipModule,
37
+ MatIconModule,
38
+ MatMenuModule,
39
+ IgoInteractiveTourModule,
40
+ CommonModule
41
+ ],
42
+ declarations: [AboutToolComponent],
43
+ exports: [AboutToolComponent],
44
+ schemas: [CUSTOM_ELEMENTS_SCHEMA]
45
+ }]
46
+ }], null, null); })();
47
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(IgoAppAboutModule, { declarations: [AboutToolComponent], imports: [IgoLanguageModule,
48
+ IgoCustomHtmlModule,
49
+ MatButtonModule,
50
+ MatTooltipModule,
51
+ MatIconModule,
52
+ MatMenuModule,
53
+ IgoInteractiveTourModule,
54
+ CommonModule], exports: [AboutToolComponent] }); })();
55
55
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJvdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvaW50ZWdyYXRpb24vc3JjL2xpYi9hYm91dC9hYm91dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFFBQVEsRUFFUixzQkFBc0IsRUFDdkIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzdELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRXZELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUMvQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFFN0UsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7O0FBaUJ2RSxNQUFNLE9BQU8saUJBQWlCO0lBQzVCLE1BQU0sQ0FBQyxPQUFPO1FBQ1osT0FBTztZQUNMLFFBQVEsRUFBRSxpQkFBaUI7WUFDM0IsU0FBUyxFQUFFLEVBQUU7U0FDZCxDQUFDO0lBQ0osQ0FBQzs7a0ZBTlUsaUJBQWlCO21FQUFqQixpQkFBaUI7dUVBYjFCLGlCQUFpQjtRQUNqQixtQkFBbUI7UUFDbkIsZUFBZTtRQUNmLGdCQUFnQjtRQUNoQixhQUFhO1FBQ2IsYUFBYTtRQUNiLHdCQUF3QjtRQUN4QixZQUFZO3VGQU1ILGlCQUFpQjtjQWY3QixRQUFRO2VBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLGlCQUFpQjtvQkFDakIsbUJBQW1CO29CQUNuQixlQUFlO29CQUNmLGdCQUFnQjtvQkFDaEIsYUFBYTtvQkFDYixhQUFhO29CQUNiLHdCQUF3QjtvQkFDeEIsWUFBWTtpQkFDYjtnQkFDRCxZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztnQkFDbEMsT0FBTyxFQUFFLENBQUMsa0JBQWtCLENBQUM7Z0JBQzdCLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2FBQ2xDOzt3RkFDWSxpQkFBaUIsbUJBSmIsa0JBQWtCLGFBVC9CLGlCQUFpQjtRQUNqQixtQkFBbUI7UUFDbkIsZUFBZTtRQUNmLGdCQUFnQjtRQUNoQixhQUFhO1FBQ2IsYUFBYTtRQUNiLHdCQUF3QjtRQUN4QixZQUFZLGFBR0osa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgTmdNb2R1bGUsXG4gIE1vZHVsZVdpdGhQcm92aWRlcnMsXG4gIENVU1RPTV9FTEVNRU5UU19TQ0hFTUFcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0VG9vbHRpcE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3Rvb2x0aXAnO1xuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IE1hdE1lbnVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9tZW51JztcblxuaW1wb3J0IHsgSWdvTGFuZ3VhZ2VNb2R1bGUgfSBmcm9tICdAaWdvMi9jb3JlJztcbmltcG9ydCB7IElnb0N1c3RvbUh0bWxNb2R1bGUsIElnb0ludGVyYWN0aXZlVG91ck1vZHVsZSB9IGZyb20gJ0BpZ28yL2NvbW1vbic7XG5cbmltcG9ydCB7IEFib3V0VG9vbENvbXBvbmVudCB9IGZyb20gJy4vYWJvdXQtdG9vbC9hYm91dC10b29sLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBJZ29MYW5ndWFnZU1vZHVsZSxcbiAgICBJZ29DdXN0b21IdG1sTW9kdWxlLFxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgICBNYXRUb29sdGlwTW9kdWxlLFxuICAgIE1hdEljb25Nb2R1bGUsXG4gICAgTWF0TWVudU1vZHVsZSxcbiAgICBJZ29JbnRlcmFjdGl2ZVRvdXJNb2R1bGUsXG4gICAgQ29tbW9uTW9kdWxlXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW0Fib3V0VG9vbENvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtBYm91dFRvb2xDb21wb25lbnRdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV1cbn0pXG5leHBvcnQgY2xhc3MgSWdvQXBwQWJvdXRNb2R1bGUge1xuICBzdGF0aWMgZm9yUm9vdCgpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPElnb0FwcEFib3V0TW9kdWxlPiB7XG4gICAgcmV0dXJuIHtcbiAgICAgIG5nTW9kdWxlOiBJZ29BcHBBYm91dE1vZHVsZSxcbiAgICAgIHByb3ZpZGVyczogW11cbiAgICB9O1xuICB9XG59XG4iXX0=
@@ -1,2 +1,2 @@
1
- export * from './about-tool';
1
+ export * from './about-tool';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL2Fib3V0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hYm91dC10b29sJztcbiJdfQ==