@igo2/context 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.
- package/esm2020/igo2-context.mjs +4 -4
- package/esm2020/lib/context-import-export/context-import-export/context-import-export.component.mjs +228 -228
- package/esm2020/lib/context-import-export/context-import-export.module.mjs +84 -84
- package/esm2020/lib/context-import-export/index.mjs +2 -2
- package/esm2020/lib/context-import-export/shared/context-export.errors.mjs +14 -14
- package/esm2020/lib/context-import-export/shared/context-export.interface.mjs +1 -1
- package/esm2020/lib/context-import-export/shared/context-export.service.mjs +37 -37
- package/esm2020/lib/context-import-export/shared/context-export.utils.mjs +23 -23
- package/esm2020/lib/context-import-export/shared/context-import.errors.mjs +32 -32
- package/esm2020/lib/context-import-export/shared/context-import.service.mjs +78 -78
- package/esm2020/lib/context-import-export/shared/context-import.utils.mjs +157 -157
- package/esm2020/lib/context-import-export/shared/index.mjs +7 -7
- package/esm2020/lib/context-manager/context-edit/context-edit-binding.directive.mjs +53 -53
- package/esm2020/lib/context-manager/context-edit/context-edit.component.mjs +45 -45
- package/esm2020/lib/context-manager/context-edit/index.mjs +2 -2
- package/esm2020/lib/context-manager/context-form/context-form.component.mjs +146 -146
- package/esm2020/lib/context-manager/context-form/index.mjs +1 -1
- package/esm2020/lib/context-manager/context-item/context-item.component.mjs +244 -244
- package/esm2020/lib/context-manager/context-item/index.mjs +1 -1
- package/esm2020/lib/context-manager/context-list/context-list-binding.directive.mjs +259 -259
- package/esm2020/lib/context-manager/context-list/context-list.component.mjs +591 -591
- package/esm2020/lib/context-manager/context-list/context-list.enum.mjs +6 -6
- package/esm2020/lib/context-manager/context-list/index.mjs +2 -2
- package/esm2020/lib/context-manager/context-manager.module.mjs +161 -161
- package/esm2020/lib/context-manager/context-permissions/context-permissions-binding.directive.mjs +115 -115
- package/esm2020/lib/context-manager/context-permissions/context-permissions.component.mjs +305 -305
- package/esm2020/lib/context-manager/context-permissions/index.mjs +2 -2
- package/esm2020/lib/context-manager/index.mjs +6 -6
- package/esm2020/lib/context-manager/shared/context.enum.mjs +12 -12
- package/esm2020/lib/context-manager/shared/context.interface.mjs +1 -1
- package/esm2020/lib/context-manager/shared/context.service.mjs +628 -628
- package/esm2020/lib/context-manager/shared/index.mjs +5 -5
- package/esm2020/lib/context-manager/shared/layer-context.directive.mjs +145 -145
- package/esm2020/lib/context-manager/shared/map-context.directive.mjs +69 -69
- package/esm2020/lib/context-map-button/bookmark-button/bookmark-button.component.mjs +71 -71
- package/esm2020/lib/context-map-button/bookmark-button/bookmark-dialog.component.mjs +49 -49
- package/esm2020/lib/context-map-button/bookmark-button/index.mjs +2 -2
- package/esm2020/lib/context-map-button/context-map-button.module.mjs +95 -95
- package/esm2020/lib/context-map-button/index.mjs +3 -3
- package/esm2020/lib/context-map-button/poi-button/index.mjs +3 -3
- package/esm2020/lib/context-map-button/poi-button/poi-button.component.mjs +170 -170
- package/esm2020/lib/context-map-button/poi-button/poi-dialog.component.mjs +49 -49
- package/esm2020/lib/context-map-button/poi-button/shared/index.mjs +2 -2
- package/esm2020/lib/context-map-button/poi-button/shared/poi.interface.mjs +1 -1
- package/esm2020/lib/context-map-button/poi-button/shared/poi.service.mjs +32 -32
- package/esm2020/lib/context-map-button/user-button/index.mjs +2 -2
- package/esm2020/lib/context-map-button/user-button/user-button.animation.mjs +16 -16
- package/esm2020/lib/context-map-button/user-button/user-button.component.mjs +103 -103
- package/esm2020/lib/context-map-button/user-button/user-dialog.component.mjs +65 -65
- package/esm2020/lib/context.module.mjs +44 -44
- package/esm2020/lib/share-map/index.mjs +4 -4
- package/esm2020/lib/share-map/share-map/share-map-api.component.mjs +180 -180
- package/esm2020/lib/share-map/share-map/share-map-url.component.mjs +242 -242
- package/esm2020/lib/share-map/share-map/share-map.component.mjs +56 -56
- package/esm2020/lib/share-map/share-map.module.mjs +66 -66
- package/esm2020/lib/share-map/shared/index.mjs +1 -1
- package/esm2020/lib/share-map/shared/share-map.service.mjs +209 -209
- package/esm2020/lib/sidenav/index.mjs +1 -1
- package/esm2020/lib/sidenav/sidenav.component.mjs +169 -169
- package/esm2020/lib/sidenav/sidenav.module.mjs +60 -60
- package/esm2020/public_api.mjs +14 -14
- package/fesm2015/igo2-context.mjs +5035 -5035
- package/fesm2020/igo2-context.mjs +4684 -4684
- package/index.d.ts +5 -5
- package/lib/context-import-export/context-import-export/context-import-export.component.d.ts +45 -45
- package/lib/context-import-export/context-import-export.module.d.ts +23 -23
- package/lib/context-import-export/index.d.ts +2 -2
- package/lib/context-import-export/shared/context-export.errors.d.ts +8 -8
- package/lib/context-import-export/shared/context-export.interface.d.ts +5 -5
- package/lib/context-import-export/shared/context-export.service.d.ts +10 -10
- package/lib/context-import-export/shared/context-export.utils.d.ts +4 -4
- package/lib/context-import-export/shared/context-import.errors.d.ts +17 -17
- package/lib/context-import-export/shared/context-import.service.d.ts +18 -18
- package/lib/context-import-export/shared/context-import.utils.d.ts +17 -17
- package/lib/context-import-export/shared/index.d.ts +7 -7
- package/lib/context-manager/context-edit/context-edit-binding.directive.d.ts +21 -21
- package/lib/context-manager/context-edit/context-edit.component.d.ts +14 -14
- package/lib/context-manager/context-edit/index.d.ts +2 -2
- package/lib/context-manager/context-form/context-form.component.d.ts +31 -31
- package/lib/context-manager/context-form/index.d.ts +1 -1
- package/lib/context-manager/context-item/context-item.component.d.ts +32 -32
- package/lib/context-manager/context-item/index.d.ts +1 -1
- package/lib/context-manager/context-list/context-list-binding.directive.d.ts +46 -46
- package/lib/context-manager/context-list/context-list.component.d.ts +93 -93
- package/lib/context-manager/context-list/context-list.enum.d.ts +5 -5
- package/lib/context-manager/context-list/index.d.ts +2 -2
- package/lib/context-manager/context-manager.module.d.ts +37 -37
- package/lib/context-manager/context-permissions/context-permissions-binding.directive.d.ts +23 -23
- package/lib/context-manager/context-permissions/context-permissions.component.d.ts +40 -40
- package/lib/context-manager/context-permissions/index.d.ts +2 -2
- package/lib/context-manager/index.d.ts +6 -6
- package/lib/context-manager/shared/context.enum.d.ts +10 -10
- package/lib/context-manager/shared/context.interface.d.ts +75 -75
- package/lib/context-manager/shared/context.service.d.ts +75 -75
- package/lib/context-manager/shared/index.d.ts +5 -5
- package/lib/context-manager/shared/layer-context.directive.d.ts +27 -27
- package/lib/context-manager/shared/map-context.directive.d.ts +19 -19
- package/lib/context-map-button/bookmark-button/bookmark-button.component.d.ts +21 -21
- package/lib/context-map-button/bookmark-button/bookmark-dialog.component.d.ts +9 -9
- package/lib/context-map-button/bookmark-button/index.d.ts +2 -2
- package/lib/context-map-button/context-map-button.module.d.ts +27 -27
- package/lib/context-map-button/index.d.ts +3 -3
- package/lib/context-map-button/poi-button/index.d.ts +3 -3
- package/lib/context-map-button/poi-button/poi-button.component.d.ts +34 -34
- package/lib/context-map-button/poi-button/poi-dialog.component.d.ts +9 -9
- package/lib/context-map-button/poi-button/shared/index.d.ts +2 -2
- package/lib/context-map-button/poi-button/shared/poi.interface.d.ts +7 -7
- package/lib/context-map-button/poi-button/shared/poi.service.d.ts +16 -16
- package/lib/context-map-button/user-button/index.d.ts +2 -2
- package/lib/context-map-button/user-button/user-button.animation.d.ts +2 -2
- package/lib/context-map-button/user-button/user-button.component.d.ts +25 -25
- package/lib/context-map-button/user-button/user-dialog.component.d.ts +15 -15
- package/lib/context.module.d.ts +16 -16
- package/lib/share-map/index.d.ts +4 -4
- package/lib/share-map/share-map/share-map-api.component.d.ts +27 -27
- package/lib/share-map/share-map/share-map-url.component.d.ts +26 -26
- package/lib/share-map/share-map/share-map.component.d.ts +11 -11
- package/lib/share-map/share-map.module.d.ts +21 -21
- package/lib/share-map/shared/index.d.ts +1 -1
- package/lib/share-map/shared/share-map.service.d.ts +17 -17
- package/lib/sidenav/index.d.ts +1 -1
- package/lib/sidenav/sidenav.component.d.ts +35 -35
- package/lib/sidenav/sidenav.module.d.ts +18 -18
- package/package.json +6 -6
- package/public_api.d.ts +11 -11
|
@@ -1,245 +1,245 @@
|
|
|
1
|
-
import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
|
|
2
|
-
import { TypePermission } from '../shared/context.enum';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@igo2/auth";
|
|
5
|
-
import * as i2 from "@igo2/core";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
import * as i4 from "@angular/material/icon";
|
|
8
|
-
import * as i5 from "@angular/material/button";
|
|
9
|
-
import * as i6 from "@angular/material/tooltip";
|
|
10
|
-
import * as i7 from "@angular/material/list";
|
|
11
|
-
import * as i8 from "@angular/material/core";
|
|
12
|
-
import * as i9 from "@igo2/common";
|
|
13
|
-
import * as i10 from "@ngx-translate/core";
|
|
14
|
-
function ContextItemComponent_button_1_mat_icon_2_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
-
i0.ɵɵelement(0, "mat-icon", 7);
|
|
16
|
-
} if (rf & 2) {
|
|
17
|
-
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
18
|
-
i0.ɵɵpropertyInterpolate("svgIcon", ctx_r3.context.icon ? ctx_r3.context.icon : ctx_r3.context.scope === "public" ? "earth" : "star");
|
|
19
|
-
} }
|
|
20
|
-
function ContextItemComponent_button_1_img_3_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
-
i0.ɵɵelement(0, "img", 8);
|
|
22
|
-
} if (rf & 2) {
|
|
23
|
-
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
24
|
-
i0.ɵɵproperty("src", ctx_r4.context.iconImage, i0.ɵɵsanitizeUrl);
|
|
25
|
-
} }
|
|
26
|
-
function ContextItemComponent_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
-
const _r6 = i0.ɵɵgetCurrentView();
|
|
28
|
-
i0.ɵɵelementStart(0, "button", 4);
|
|
29
|
-
i0.ɵɵlistener("click", function ContextItemComponent_button_1_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.favoriteClick(ctx_r5.context)); });
|
|
30
|
-
i0.ɵɵpipe(1, "translate");
|
|
31
|
-
i0.ɵɵtemplate(2, ContextItemComponent_button_1_mat_icon_2_Template, 1, 1, "mat-icon", 5);
|
|
32
|
-
i0.ɵɵtemplate(3, ContextItemComponent_button_1_img_3_Template, 1, 1, "img", 6);
|
|
33
|
-
i0.ɵɵelementEnd();
|
|
34
|
-
} if (rf & 2) {
|
|
35
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
36
|
-
i0.ɵɵproperty("matTooltip", ctx_r0.auth.authenticated ? i0.ɵɵpipeBind1(1, 4, "igo.context.contextManager.favorite") : "")("color", ctx_r0.default ? "primary" : "default");
|
|
37
|
-
i0.ɵɵadvance(2);
|
|
38
|
-
i0.ɵɵproperty("ngIf", !ctx_r0.context.iconImage);
|
|
39
|
-
i0.ɵɵadvance(1);
|
|
40
|
-
i0.ɵɵproperty("ngIf", ctx_r0.context.iconImage);
|
|
41
|
-
} }
|
|
42
|
-
function ContextItemComponent_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
-
const _r8 = i0.ɵɵgetCurrentView();
|
|
44
|
-
i0.ɵɵelementStart(0, "button", 4);
|
|
45
|
-
i0.ɵɵlistener("click", function ContextItemComponent_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.favoriteClick(ctx_r7.context)); });
|
|
46
|
-
i0.ɵɵpipe(1, "translate");
|
|
47
|
-
i0.ɵɵelement(2, "mat-icon", 9);
|
|
48
|
-
i0.ɵɵelementEnd();
|
|
49
|
-
} if (rf & 2) {
|
|
50
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
51
|
-
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.favorite"))("color", ctx_r1.default ? "primary" : "default");
|
|
52
|
-
} }
|
|
53
|
-
function ContextItemComponent_div_5_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
54
|
-
const _r18 = i0.ɵɵgetCurrentView();
|
|
55
|
-
i0.ɵɵelementStart(0, "button", 21);
|
|
56
|
-
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_1_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r18); const ctx_r17 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r17.save.emit(ctx_r17.context)); });
|
|
57
|
-
i0.ɵɵpipe(1, "translate");
|
|
58
|
-
i0.ɵɵelement(2, "mat-icon", 22);
|
|
59
|
-
i0.ɵɵelementEnd();
|
|
60
|
-
} if (rf & 2) {
|
|
61
|
-
const ctx_r9 = i0.ɵɵnextContext(2);
|
|
62
|
-
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.save"))("color", ctx_r9.color);
|
|
63
|
-
} }
|
|
64
|
-
function ContextItemComponent_div_5_button_4_Template(rf, ctx) { if (rf & 1) {
|
|
65
|
-
const _r20 = i0.ɵɵgetCurrentView();
|
|
66
|
-
i0.ɵɵelementStart(0, "button", 23);
|
|
67
|
-
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_4_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r20); const ctx_r19 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r19.managePermissions.emit(ctx_r19.context)); });
|
|
68
|
-
i0.ɵɵpipe(1, "translate");
|
|
69
|
-
i0.ɵɵelement(2, "mat-icon", 24);
|
|
70
|
-
i0.ɵɵelementEnd();
|
|
71
|
-
} if (rf & 2) {
|
|
72
|
-
const ctx_r11 = i0.ɵɵnextContext(2);
|
|
73
|
-
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.managePermissions"))("color", ctx_r11.color);
|
|
74
|
-
} }
|
|
75
|
-
function ContextItemComponent_div_5_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
76
|
-
const _r22 = i0.ɵɵgetCurrentView();
|
|
77
|
-
i0.ɵɵelementStart(0, "button", 25);
|
|
78
|
-
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_5_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r22); const ctx_r21 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r21.clone.emit(ctx_r21.context)); });
|
|
79
|
-
i0.ɵɵpipe(1, "translate");
|
|
80
|
-
i0.ɵɵelement(2, "mat-icon", 26);
|
|
81
|
-
i0.ɵɵelementEnd();
|
|
82
|
-
} if (rf & 2) {
|
|
83
|
-
const ctx_r12 = i0.ɵɵnextContext(2);
|
|
84
|
-
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.clone"))("color", ctx_r12.color);
|
|
85
|
-
} }
|
|
86
|
-
function ContextItemComponent_div_5_button_6_Template(rf, ctx) { if (rf & 1) {
|
|
87
|
-
const _r24 = i0.ɵɵgetCurrentView();
|
|
88
|
-
i0.ɵɵelementStart(0, "button", 27);
|
|
89
|
-
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_6_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r24); const ctx_r23 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r23.edit.emit(ctx_r23.context)); });
|
|
90
|
-
i0.ɵɵpipe(1, "translate");
|
|
91
|
-
i0.ɵɵelement(2, "mat-icon", 28);
|
|
92
|
-
i0.ɵɵelementEnd();
|
|
93
|
-
} if (rf & 2) {
|
|
94
|
-
const ctx_r13 = i0.ɵɵnextContext(2);
|
|
95
|
-
i0.ɵɵproperty("color", ctx_r13.color)("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.edit"));
|
|
96
|
-
} }
|
|
97
|
-
function ContextItemComponent_div_5_button_7_Template(rf, ctx) { if (rf & 1) {
|
|
98
|
-
const _r26 = i0.ɵɵgetCurrentView();
|
|
99
|
-
i0.ɵɵelementStart(0, "button", 29);
|
|
100
|
-
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_7_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r25 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r25.hide.emit(ctx_r25.context)); });
|
|
101
|
-
i0.ɵɵpipe(1, "translate");
|
|
102
|
-
i0.ɵɵelement(2, "mat-icon", 30);
|
|
103
|
-
i0.ɵɵelementEnd();
|
|
104
|
-
} if (rf & 2) {
|
|
105
|
-
const ctx_r14 = i0.ɵɵnextContext(2);
|
|
106
|
-
i0.ɵɵproperty("color", ctx_r14.color)("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.hide"));
|
|
107
|
-
} }
|
|
108
|
-
function ContextItemComponent_div_5_button_8_Template(rf, ctx) { if (rf & 1) {
|
|
109
|
-
const _r28 = i0.ɵɵgetCurrentView();
|
|
110
|
-
i0.ɵɵelementStart(0, "button", 29);
|
|
111
|
-
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_8_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r28); const ctx_r27 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r27.show.emit(ctx_r27.context)); });
|
|
112
|
-
i0.ɵɵpipe(1, "translate");
|
|
113
|
-
i0.ɵɵelement(2, "mat-icon", 31);
|
|
114
|
-
i0.ɵɵelementEnd();
|
|
115
|
-
} if (rf & 2) {
|
|
116
|
-
const ctx_r15 = i0.ɵɵnextContext(2);
|
|
117
|
-
i0.ɵɵproperty("color", ctx_r15.color)("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.show"));
|
|
118
|
-
} }
|
|
119
|
-
function ContextItemComponent_div_5_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
120
|
-
const _r30 = i0.ɵɵgetCurrentView();
|
|
121
|
-
i0.ɵɵelementStart(0, "button", 32);
|
|
122
|
-
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_9_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r30); const ctx_r29 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r29.delete.emit(ctx_r29.context)); });
|
|
123
|
-
i0.ɵɵpipe(1, "translate");
|
|
124
|
-
i0.ɵɵelement(2, "mat-icon", 33);
|
|
125
|
-
i0.ɵɵelementEnd();
|
|
126
|
-
} if (rf & 2) {
|
|
127
|
-
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 1, "igo.context.contextManager.delete"));
|
|
128
|
-
} }
|
|
129
|
-
function ContextItemComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
130
|
-
const _r32 = i0.ɵɵgetCurrentView();
|
|
131
|
-
i0.ɵɵelementStart(0, "div", 10);
|
|
132
|
-
i0.ɵɵtemplate(1, ContextItemComponent_div_5_button_1_Template, 3, 4, "button", 11);
|
|
133
|
-
i0.ɵɵelementStart(2, "div", 12, 13);
|
|
134
|
-
i0.ɵɵtemplate(4, ContextItemComponent_div_5_button_4_Template, 3, 4, "button", 14);
|
|
135
|
-
i0.ɵɵtemplate(5, ContextItemComponent_div_5_button_5_Template, 3, 4, "button", 15);
|
|
136
|
-
i0.ɵɵtemplate(6, ContextItemComponent_div_5_button_6_Template, 3, 4, "button", 16);
|
|
137
|
-
i0.ɵɵtemplate(7, ContextItemComponent_div_5_button_7_Template, 3, 4, "button", 17);
|
|
138
|
-
i0.ɵɵtemplate(8, ContextItemComponent_div_5_button_8_Template, 3, 4, "button", 17);
|
|
139
|
-
i0.ɵɵtemplate(9, ContextItemComponent_div_5_button_9_Template, 3, 3, "button", 18);
|
|
140
|
-
i0.ɵɵelementEnd();
|
|
141
|
-
i0.ɵɵelementStart(10, "button", 19);
|
|
142
|
-
i0.ɵɵlistener("click", function ContextItemComponent_div_5_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r32); const ctx_r31 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r31.collapsed = !ctx_r31.collapsed); });
|
|
143
|
-
i0.ɵɵelement(11, "mat-icon", 20);
|
|
144
|
-
i0.ɵɵelementEnd()();
|
|
145
|
-
} if (rf & 2) {
|
|
146
|
-
const _r10 = i0.ɵɵreference(3);
|
|
147
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
148
|
-
i0.ɵɵadvance(1);
|
|
149
|
-
i0.ɵɵproperty("ngIf", ctx_r2.collapsed && ctx_r2.selected && (ctx_r2.context.permission === ctx_r2.typePermission[ctx_r2.typePermission.write] || ctx_r2.context.imported));
|
|
150
|
-
i0.ɵɵadvance(3);
|
|
151
|
-
i0.ɵɵproperty("ngIf", ctx_r2.canShare && !ctx_r2.context.imported);
|
|
152
|
-
i0.ɵɵadvance(1);
|
|
153
|
-
i0.ɵɵproperty("ngIf", !ctx_r2.context.imported);
|
|
154
|
-
i0.ɵɵadvance(1);
|
|
155
|
-
i0.ɵɵproperty("ngIf", ctx_r2.context.permission === ctx_r2.typePermission[ctx_r2.typePermission.write] && !ctx_r2.context.imported);
|
|
156
|
-
i0.ɵɵadvance(1);
|
|
157
|
-
i0.ɵɵproperty("ngIf", !ctx_r2.context.hidden && !ctx_r2.context.imported);
|
|
158
|
-
i0.ɵɵadvance(1);
|
|
159
|
-
i0.ɵɵproperty("ngIf", ctx_r2.context.hidden && !ctx_r2.context.imported);
|
|
160
|
-
i0.ɵɵadvance(1);
|
|
161
|
-
i0.ɵɵproperty("ngIf", ctx_r2.context.permission === ctx_r2.typePermission[ctx_r2.typePermission.write] || ctx_r2.context.imported);
|
|
162
|
-
i0.ɵɵadvance(1);
|
|
163
|
-
i0.ɵɵproperty("color", ctx_r2.color)("target", _r10)("collapsed", ctx_r2.collapsed);
|
|
164
|
-
} }
|
|
165
|
-
const _c0 = function (a0) { return { "mat-list-item-light": a0 }; };
|
|
166
|
-
export class ContextItemComponent {
|
|
167
|
-
constructor(auth, storageService) {
|
|
168
|
-
this.auth = auth;
|
|
169
|
-
this.storageService = storageService;
|
|
170
|
-
this.typePermission = TypePermission;
|
|
171
|
-
this.color = 'primary';
|
|
172
|
-
this.collapsed = true;
|
|
173
|
-
this.showFavorite = true;
|
|
174
|
-
this.edit = new EventEmitter();
|
|
175
|
-
this.delete = new EventEmitter();
|
|
176
|
-
this.save = new EventEmitter();
|
|
177
|
-
this.clone = new EventEmitter();
|
|
178
|
-
this.hide = new EventEmitter();
|
|
179
|
-
this.show = new EventEmitter();
|
|
180
|
-
this.favorite = new EventEmitter();
|
|
181
|
-
this.managePermissions = new EventEmitter();
|
|
182
|
-
this.manageTools = new EventEmitter();
|
|
183
|
-
}
|
|
184
|
-
get hidden() {
|
|
185
|
-
return this.context.hidden;
|
|
186
|
-
}
|
|
187
|
-
get canShare() {
|
|
188
|
-
return this.storageService.get('canShare') === true;
|
|
189
|
-
}
|
|
190
|
-
favoriteClick(context) {
|
|
191
|
-
this.favorite.emit(context);
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
ContextItemComponent.ɵfac = function ContextItemComponent_Factory(t) { return new (t || ContextItemComponent)(i0.ɵɵdirectiveInject(i1.AuthService), i0.ɵɵdirectiveInject(i2.StorageService)); };
|
|
195
|
-
ContextItemComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContextItemComponent, selectors: [["igo-context-item"]], inputs: { showFavorite: "showFavorite", context: "context", default: "default", selected: "selected" }, outputs: { edit: "edit", delete: "delete", save: "save", clone: "clone", hide: "hide", show: "show", favorite: "favorite", managePermissions: "managePermissions", manageTools: "manageTools" }, decls: 6, vars: 7, consts: [[1, "mat-list-item", 3, "ngClass"], ["mat-list-avatar", "", "mat-icon-button", "", "igoStopPropagation", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click", 4, "ngIf"], ["matLine", ""], ["igoStopPropagation", "", "class", "igo-actions-container", 4, "ngIf"], ["mat-list-avatar", "", "mat-icon-button", "", "igoStopPropagation", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click"], [3, "svgIcon", 4, "ngIf"], [3, "src", 4, "ngIf"], [3, "svgIcon"], [3, "src"], ["svgIcon", "star"], ["igoStopPropagation", "", 1, "igo-actions-container"], ["class", "save-button", "mat-icon-button", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click", 4, "ngIf"], [1, "igo-actions-expand-container"], ["actions", ""], ["mat-icon-button", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click", 4, "ngIf"], ["class", "clone-button", "mat-icon-button", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click", 4, "ngIf"], ["class", "edit-button", "mat-icon-button", "", "matTooltipShowDelay", "500", 3, "color", "matTooltip", "click", 4, "ngIf"], ["class", "hide-button", "mat-icon-button", "", "matTooltipShowDelay", "500", 3, "color", "matTooltip", "click", 4, "ngIf"], ["class", "delete-button", "mat-icon-button", "", "color", "warn", "matTooltipShowDelay", "500", 3, "matTooltip", "click", 4, "ngIf"], ["mat-icon-button", "", "igoCollapse", "", 1, "actions-button", 3, "color", "target", "collapsed", "click"], ["svgIcon", "dots-horizontal"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 1, "save-button", 3, "matTooltip", "color", "click"], ["svgIcon", "content-save"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click"], ["svgIcon", "account-arrow-right"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 1, "clone-button", 3, "matTooltip", "color", "click"], ["svgIcon", "content-copy"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 1, "edit-button", 3, "color", "matTooltip", "click"], ["svgIcon", "pencil"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 1, "hide-button", 3, "color", "matTooltip", "click"], ["svgIcon", "eye"], ["svgIcon", "eye-off"], ["mat-icon-button", "", "color", "warn", "matTooltipShowDelay", "500", 1, "delete-button", 3, "matTooltip", "click"], ["svgIcon", "delete"]], template: function ContextItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
196
|
-
i0.ɵɵelementStart(0, "mat-list-item", 0);
|
|
197
|
-
i0.ɵɵtemplate(1, ContextItemComponent_button_1_Template, 4, 6, "button", 1);
|
|
198
|
-
i0.ɵɵtemplate(2, ContextItemComponent_button_2_Template, 3, 4, "button", 1);
|
|
199
|
-
i0.ɵɵelementStart(3, "h4", 2);
|
|
200
|
-
i0.ɵɵtext(4);
|
|
201
|
-
i0.ɵɵelementEnd();
|
|
202
|
-
i0.ɵɵtemplate(5, ContextItemComponent_div_5_Template, 12, 10, "div", 3);
|
|
203
|
-
i0.ɵɵelementEnd();
|
|
204
|
-
} if (rf & 2) {
|
|
205
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0, ctx.hidden));
|
|
206
|
-
i0.ɵɵadvance(1);
|
|
207
|
-
i0.ɵɵproperty("ngIf", ctx.auth.authenticated);
|
|
208
|
-
i0.ɵɵadvance(1);
|
|
209
|
-
i0.ɵɵproperty("ngIf", !ctx.auth.authenticated && ctx.showFavorite);
|
|
210
|
-
i0.ɵɵadvance(2);
|
|
211
|
-
i0.ɵɵtextInterpolate(ctx.context.title);
|
|
212
|
-
i0.ɵɵadvance(1);
|
|
213
|
-
i0.ɵɵproperty("ngIf", ctx.auth.authenticated);
|
|
214
|
-
} }, dependencies: [i3.NgClass, i3.NgIf, i4.MatIcon, i5.MatButton, i6.MatTooltip, i7.MatListItem, i7.MatListAvatarCssMatStyler, i8.MatLine, i9.CollapseDirective, i9.StopPropagationDirective, i10.TranslatePipe], styles: ["[_nghost-%COMP%]{overflow:hidden}.igo-actions-container[_ngcontent-%COMP%]{flex-shrink:0}.igo-actions-expand-container[_ngcontent-%COMP%]{display:inline-flex}mat-list-item[_ngcontent-%COMP%] .mat-list-item-content .mat-list-text{padding:0}mat-icon.disabled[_ngcontent-%COMP%]{color:#00000061}mat-list-item.mat-list-item-light[_ngcontent-%COMP%] .mat-list-item-content{color:#969696}"], changeDetection: 0 });
|
|
215
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContextItemComponent, [{
|
|
216
|
-
type: Component,
|
|
217
|
-
args: [{ selector: 'igo-context-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-list-item\n class=\"mat-list-item\"\n [ngClass]=\"{'mat-list-item-light': hidden}\">\n <button mat-list-avatar\n *ngIf=\"auth.authenticated\"\n mat-icon-button\n igoStopPropagation\n [matTooltip]=\"auth.authenticated ? ('igo.context.contextManager.favorite' | translate) : ''\"\n matTooltipShowDelay=\"500\"\n [color]=\"default ? 'primary' : 'default'\"\n (click)=\"favoriteClick(context)\">\n <mat-icon *ngIf=\"!context.iconImage\" svgIcon=\"{{context.icon ? context.icon : context.scope === 'public' ? 'earth' : 'star'}}\"></mat-icon>\n <img *ngIf=\"context.iconImage\" [src]=\"context.iconImage\">\n </button>\n <button mat-list-avatar\n *ngIf=\"!auth.authenticated && showFavorite\"\n mat-icon-button\n igoStopPropagation\n [matTooltip]=\"'igo.context.contextManager.favorite' | translate\"\n matTooltipShowDelay=\"500\"\n [color]=\"default ? 'primary' : 'default'\"\n (click)=\"favoriteClick(context)\">\n <mat-icon svgIcon=\"star\"></mat-icon>\n </button>\n <h4 matLine>{{context.title}}</h4>\n\n <div *ngIf=\"auth.authenticated\"\n igoStopPropagation\n class=\"igo-actions-container\">\n\n <button *ngIf=\"collapsed && selected && (context.permission === typePermission[typePermission.write] || context.imported)\"\n class=\"save-button\"\n mat-icon-button\n [matTooltip]=\"'igo.context.contextManager.save' | translate\"\n matTooltipShowDelay=\"500\"\n [color]=\"color\"\n (click)=\"save.emit(context)\">\n <mat-icon svgIcon=\"content-save\"></mat-icon>\n </button>\n\n <div #actions class=\"igo-actions-expand-container\">\n\n <button *ngIf=\"canShare && !context.imported\"\n mat-icon-button\n [matTooltip]=\"'igo.context.contextManager.managePermissions' | translate\"\n matTooltipShowDelay=\"500\"\n [color]=\"color\"\n (click)=\"managePermissions.emit(context)\">\n <mat-icon svgIcon=\"account-arrow-right\"></mat-icon>\n </button>\n\n <!--button\n mat-icon-button\n [matTooltip]=\"'igo.context.contextManager.manageTools' | translate\"\n [color]=\"color\"\n (click)=\"manageTools.emit(context)\">\n <mat-icon svgIcon=\"widgets\"></mat-icon>\n </button-->\n\n <button *ngIf=\"!context.imported\"\n class=\"clone-button\"\n mat-icon-button\n [matTooltip]=\"'igo.context.contextManager.clone' | translate\"\n matTooltipShowDelay=\"500\"\n [color]=\"color\"\n (click)=\"clone.emit(context)\">\n <mat-icon svgIcon=\"content-copy\"></mat-icon>\n </button>\n\n <button *ngIf=\"context.permission === typePermission[typePermission.write] && !context.imported\"\n class=\"edit-button\"\n mat-icon-button\n [color]=\"color\"\n [matTooltip]=\"'igo.context.contextManager.edit' | translate\"\n matTooltipShowDelay=\"500\"\n (click)=\"edit.emit(context)\">\n <mat-icon svgIcon=\"pencil\"></mat-icon>\n </button>\n\n <button *ngIf=\"!context.hidden && !context.imported\"\n class=\"hide-button\"\n mat-icon-button\n [color]=\"color\"\n [matTooltip]=\"'igo.context.contextManager.hide' | translate\"\n matTooltipShowDelay=\"500\"\n (click)=\"hide.emit(context)\">\n <mat-icon svgIcon=\"eye\"></mat-icon>\n </button>\n\n <button *ngIf=\"context.hidden && !context.imported\"\n class=\"hide-button\"\n mat-icon-button\n [color]=\"color\"\n [matTooltip]=\"'igo.context.contextManager.show' | translate\"\n matTooltipShowDelay=\"500\"\n (click)=\"show.emit(context)\">\n <mat-icon svgIcon=\"eye-off\"></mat-icon>\n </button>\n\n <button *ngIf=\"context.permission === typePermission[typePermission.write] || context.imported\"\n class=\"delete-button\"\n mat-icon-button\n color=\"warn\"\n [matTooltip]=\"'igo.context.contextManager.delete' | translate\"\n matTooltipShowDelay=\"500\"\n (click)=\"delete.emit(context)\">\n <mat-icon svgIcon=\"delete\"></mat-icon>\n </button>\n </div>\n\n <button\n class=\"actions-button\"\n mat-icon-button\n igoCollapse\n [color]=\"color\"\n [target]=\"actions\"\n [collapsed]=collapsed\n (click)=\"collapsed = !collapsed\">\n <mat-icon svgIcon=\"dots-horizontal\"></mat-icon>\n </button>\n\n </div>\n\n</mat-list-item>\n", styles: [":host{overflow:hidden}.igo-actions-container{flex-shrink:0}.igo-actions-expand-container{display:inline-flex}mat-list-item ::ng-deep .mat-list-item-content .mat-list-text{padding:0}mat-icon.disabled{color:#00000061}mat-list-item.mat-list-item-light ::ng-deep .mat-list-item-content{color:#969696}\n"] }]
|
|
218
|
-
}], function () { return [{ type: i1.AuthService }, { type: i2.StorageService }]; }, { showFavorite: [{
|
|
219
|
-
type: Input
|
|
220
|
-
}], context: [{
|
|
221
|
-
type: Input
|
|
222
|
-
}], default: [{
|
|
223
|
-
type: Input
|
|
224
|
-
}], selected: [{
|
|
225
|
-
type: Input
|
|
226
|
-
}], edit: [{
|
|
227
|
-
type: Output
|
|
228
|
-
}], delete: [{
|
|
229
|
-
type: Output
|
|
230
|
-
}], save: [{
|
|
231
|
-
type: Output
|
|
232
|
-
}], clone: [{
|
|
233
|
-
type: Output
|
|
234
|
-
}], hide: [{
|
|
235
|
-
type: Output
|
|
236
|
-
}], show: [{
|
|
237
|
-
type: Output
|
|
238
|
-
}], favorite: [{
|
|
239
|
-
type: Output
|
|
240
|
-
}], managePermissions: [{
|
|
241
|
-
type: Output
|
|
242
|
-
}], manageTools: [{
|
|
243
|
-
type: Output
|
|
244
|
-
}] }); })();
|
|
1
|
+
import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
|
|
2
|
+
import { TypePermission } from '../shared/context.enum';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@igo2/auth";
|
|
5
|
+
import * as i2 from "@igo2/core";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "@angular/material/icon";
|
|
8
|
+
import * as i5 from "@angular/material/button";
|
|
9
|
+
import * as i6 from "@angular/material/tooltip";
|
|
10
|
+
import * as i7 from "@angular/material/list";
|
|
11
|
+
import * as i8 from "@angular/material/core";
|
|
12
|
+
import * as i9 from "@igo2/common";
|
|
13
|
+
import * as i10 from "@ngx-translate/core";
|
|
14
|
+
function ContextItemComponent_button_1_mat_icon_2_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
i0.ɵɵelement(0, "mat-icon", 7);
|
|
16
|
+
} if (rf & 2) {
|
|
17
|
+
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
18
|
+
i0.ɵɵpropertyInterpolate("svgIcon", ctx_r3.context.icon ? ctx_r3.context.icon : ctx_r3.context.scope === "public" ? "earth" : "star");
|
|
19
|
+
} }
|
|
20
|
+
function ContextItemComponent_button_1_img_3_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
+
i0.ɵɵelement(0, "img", 8);
|
|
22
|
+
} if (rf & 2) {
|
|
23
|
+
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
24
|
+
i0.ɵɵproperty("src", ctx_r4.context.iconImage, i0.ɵɵsanitizeUrl);
|
|
25
|
+
} }
|
|
26
|
+
function ContextItemComponent_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
28
|
+
i0.ɵɵelementStart(0, "button", 4);
|
|
29
|
+
i0.ɵɵlistener("click", function ContextItemComponent_button_1_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.favoriteClick(ctx_r5.context)); });
|
|
30
|
+
i0.ɵɵpipe(1, "translate");
|
|
31
|
+
i0.ɵɵtemplate(2, ContextItemComponent_button_1_mat_icon_2_Template, 1, 1, "mat-icon", 5);
|
|
32
|
+
i0.ɵɵtemplate(3, ContextItemComponent_button_1_img_3_Template, 1, 1, "img", 6);
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
} if (rf & 2) {
|
|
35
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
36
|
+
i0.ɵɵproperty("matTooltip", ctx_r0.auth.authenticated ? i0.ɵɵpipeBind1(1, 4, "igo.context.contextManager.favorite") : "")("color", ctx_r0.default ? "primary" : "default");
|
|
37
|
+
i0.ɵɵadvance(2);
|
|
38
|
+
i0.ɵɵproperty("ngIf", !ctx_r0.context.iconImage);
|
|
39
|
+
i0.ɵɵadvance(1);
|
|
40
|
+
i0.ɵɵproperty("ngIf", ctx_r0.context.iconImage);
|
|
41
|
+
} }
|
|
42
|
+
function ContextItemComponent_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
+
const _r8 = i0.ɵɵgetCurrentView();
|
|
44
|
+
i0.ɵɵelementStart(0, "button", 4);
|
|
45
|
+
i0.ɵɵlistener("click", function ContextItemComponent_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.favoriteClick(ctx_r7.context)); });
|
|
46
|
+
i0.ɵɵpipe(1, "translate");
|
|
47
|
+
i0.ɵɵelement(2, "mat-icon", 9);
|
|
48
|
+
i0.ɵɵelementEnd();
|
|
49
|
+
} if (rf & 2) {
|
|
50
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
51
|
+
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.favorite"))("color", ctx_r1.default ? "primary" : "default");
|
|
52
|
+
} }
|
|
53
|
+
function ContextItemComponent_div_5_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
54
|
+
const _r18 = i0.ɵɵgetCurrentView();
|
|
55
|
+
i0.ɵɵelementStart(0, "button", 21);
|
|
56
|
+
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_1_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r18); const ctx_r17 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r17.save.emit(ctx_r17.context)); });
|
|
57
|
+
i0.ɵɵpipe(1, "translate");
|
|
58
|
+
i0.ɵɵelement(2, "mat-icon", 22);
|
|
59
|
+
i0.ɵɵelementEnd();
|
|
60
|
+
} if (rf & 2) {
|
|
61
|
+
const ctx_r9 = i0.ɵɵnextContext(2);
|
|
62
|
+
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.save"))("color", ctx_r9.color);
|
|
63
|
+
} }
|
|
64
|
+
function ContextItemComponent_div_5_button_4_Template(rf, ctx) { if (rf & 1) {
|
|
65
|
+
const _r20 = i0.ɵɵgetCurrentView();
|
|
66
|
+
i0.ɵɵelementStart(0, "button", 23);
|
|
67
|
+
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_4_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r20); const ctx_r19 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r19.managePermissions.emit(ctx_r19.context)); });
|
|
68
|
+
i0.ɵɵpipe(1, "translate");
|
|
69
|
+
i0.ɵɵelement(2, "mat-icon", 24);
|
|
70
|
+
i0.ɵɵelementEnd();
|
|
71
|
+
} if (rf & 2) {
|
|
72
|
+
const ctx_r11 = i0.ɵɵnextContext(2);
|
|
73
|
+
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.managePermissions"))("color", ctx_r11.color);
|
|
74
|
+
} }
|
|
75
|
+
function ContextItemComponent_div_5_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
76
|
+
const _r22 = i0.ɵɵgetCurrentView();
|
|
77
|
+
i0.ɵɵelementStart(0, "button", 25);
|
|
78
|
+
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_5_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r22); const ctx_r21 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r21.clone.emit(ctx_r21.context)); });
|
|
79
|
+
i0.ɵɵpipe(1, "translate");
|
|
80
|
+
i0.ɵɵelement(2, "mat-icon", 26);
|
|
81
|
+
i0.ɵɵelementEnd();
|
|
82
|
+
} if (rf & 2) {
|
|
83
|
+
const ctx_r12 = i0.ɵɵnextContext(2);
|
|
84
|
+
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.clone"))("color", ctx_r12.color);
|
|
85
|
+
} }
|
|
86
|
+
function ContextItemComponent_div_5_button_6_Template(rf, ctx) { if (rf & 1) {
|
|
87
|
+
const _r24 = i0.ɵɵgetCurrentView();
|
|
88
|
+
i0.ɵɵelementStart(0, "button", 27);
|
|
89
|
+
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_6_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r24); const ctx_r23 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r23.edit.emit(ctx_r23.context)); });
|
|
90
|
+
i0.ɵɵpipe(1, "translate");
|
|
91
|
+
i0.ɵɵelement(2, "mat-icon", 28);
|
|
92
|
+
i0.ɵɵelementEnd();
|
|
93
|
+
} if (rf & 2) {
|
|
94
|
+
const ctx_r13 = i0.ɵɵnextContext(2);
|
|
95
|
+
i0.ɵɵproperty("color", ctx_r13.color)("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.edit"));
|
|
96
|
+
} }
|
|
97
|
+
function ContextItemComponent_div_5_button_7_Template(rf, ctx) { if (rf & 1) {
|
|
98
|
+
const _r26 = i0.ɵɵgetCurrentView();
|
|
99
|
+
i0.ɵɵelementStart(0, "button", 29);
|
|
100
|
+
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_7_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r25 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r25.hide.emit(ctx_r25.context)); });
|
|
101
|
+
i0.ɵɵpipe(1, "translate");
|
|
102
|
+
i0.ɵɵelement(2, "mat-icon", 30);
|
|
103
|
+
i0.ɵɵelementEnd();
|
|
104
|
+
} if (rf & 2) {
|
|
105
|
+
const ctx_r14 = i0.ɵɵnextContext(2);
|
|
106
|
+
i0.ɵɵproperty("color", ctx_r14.color)("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.hide"));
|
|
107
|
+
} }
|
|
108
|
+
function ContextItemComponent_div_5_button_8_Template(rf, ctx) { if (rf & 1) {
|
|
109
|
+
const _r28 = i0.ɵɵgetCurrentView();
|
|
110
|
+
i0.ɵɵelementStart(0, "button", 29);
|
|
111
|
+
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_8_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r28); const ctx_r27 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r27.show.emit(ctx_r27.context)); });
|
|
112
|
+
i0.ɵɵpipe(1, "translate");
|
|
113
|
+
i0.ɵɵelement(2, "mat-icon", 31);
|
|
114
|
+
i0.ɵɵelementEnd();
|
|
115
|
+
} if (rf & 2) {
|
|
116
|
+
const ctx_r15 = i0.ɵɵnextContext(2);
|
|
117
|
+
i0.ɵɵproperty("color", ctx_r15.color)("matTooltip", i0.ɵɵpipeBind1(1, 2, "igo.context.contextManager.show"));
|
|
118
|
+
} }
|
|
119
|
+
function ContextItemComponent_div_5_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
120
|
+
const _r30 = i0.ɵɵgetCurrentView();
|
|
121
|
+
i0.ɵɵelementStart(0, "button", 32);
|
|
122
|
+
i0.ɵɵlistener("click", function ContextItemComponent_div_5_button_9_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r30); const ctx_r29 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r29.delete.emit(ctx_r29.context)); });
|
|
123
|
+
i0.ɵɵpipe(1, "translate");
|
|
124
|
+
i0.ɵɵelement(2, "mat-icon", 33);
|
|
125
|
+
i0.ɵɵelementEnd();
|
|
126
|
+
} if (rf & 2) {
|
|
127
|
+
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(1, 1, "igo.context.contextManager.delete"));
|
|
128
|
+
} }
|
|
129
|
+
function ContextItemComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
130
|
+
const _r32 = i0.ɵɵgetCurrentView();
|
|
131
|
+
i0.ɵɵelementStart(0, "div", 10);
|
|
132
|
+
i0.ɵɵtemplate(1, ContextItemComponent_div_5_button_1_Template, 3, 4, "button", 11);
|
|
133
|
+
i0.ɵɵelementStart(2, "div", 12, 13);
|
|
134
|
+
i0.ɵɵtemplate(4, ContextItemComponent_div_5_button_4_Template, 3, 4, "button", 14);
|
|
135
|
+
i0.ɵɵtemplate(5, ContextItemComponent_div_5_button_5_Template, 3, 4, "button", 15);
|
|
136
|
+
i0.ɵɵtemplate(6, ContextItemComponent_div_5_button_6_Template, 3, 4, "button", 16);
|
|
137
|
+
i0.ɵɵtemplate(7, ContextItemComponent_div_5_button_7_Template, 3, 4, "button", 17);
|
|
138
|
+
i0.ɵɵtemplate(8, ContextItemComponent_div_5_button_8_Template, 3, 4, "button", 17);
|
|
139
|
+
i0.ɵɵtemplate(9, ContextItemComponent_div_5_button_9_Template, 3, 3, "button", 18);
|
|
140
|
+
i0.ɵɵelementEnd();
|
|
141
|
+
i0.ɵɵelementStart(10, "button", 19);
|
|
142
|
+
i0.ɵɵlistener("click", function ContextItemComponent_div_5_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r32); const ctx_r31 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r31.collapsed = !ctx_r31.collapsed); });
|
|
143
|
+
i0.ɵɵelement(11, "mat-icon", 20);
|
|
144
|
+
i0.ɵɵelementEnd()();
|
|
145
|
+
} if (rf & 2) {
|
|
146
|
+
const _r10 = i0.ɵɵreference(3);
|
|
147
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
148
|
+
i0.ɵɵadvance(1);
|
|
149
|
+
i0.ɵɵproperty("ngIf", ctx_r2.collapsed && ctx_r2.selected && (ctx_r2.context.permission === ctx_r2.typePermission[ctx_r2.typePermission.write] || ctx_r2.context.imported));
|
|
150
|
+
i0.ɵɵadvance(3);
|
|
151
|
+
i0.ɵɵproperty("ngIf", ctx_r2.canShare && !ctx_r2.context.imported);
|
|
152
|
+
i0.ɵɵadvance(1);
|
|
153
|
+
i0.ɵɵproperty("ngIf", !ctx_r2.context.imported);
|
|
154
|
+
i0.ɵɵadvance(1);
|
|
155
|
+
i0.ɵɵproperty("ngIf", ctx_r2.context.permission === ctx_r2.typePermission[ctx_r2.typePermission.write] && !ctx_r2.context.imported);
|
|
156
|
+
i0.ɵɵadvance(1);
|
|
157
|
+
i0.ɵɵproperty("ngIf", !ctx_r2.context.hidden && !ctx_r2.context.imported);
|
|
158
|
+
i0.ɵɵadvance(1);
|
|
159
|
+
i0.ɵɵproperty("ngIf", ctx_r2.context.hidden && !ctx_r2.context.imported);
|
|
160
|
+
i0.ɵɵadvance(1);
|
|
161
|
+
i0.ɵɵproperty("ngIf", ctx_r2.context.permission === ctx_r2.typePermission[ctx_r2.typePermission.write] || ctx_r2.context.imported);
|
|
162
|
+
i0.ɵɵadvance(1);
|
|
163
|
+
i0.ɵɵproperty("color", ctx_r2.color)("target", _r10)("collapsed", ctx_r2.collapsed);
|
|
164
|
+
} }
|
|
165
|
+
const _c0 = function (a0) { return { "mat-list-item-light": a0 }; };
|
|
166
|
+
export class ContextItemComponent {
|
|
167
|
+
constructor(auth, storageService) {
|
|
168
|
+
this.auth = auth;
|
|
169
|
+
this.storageService = storageService;
|
|
170
|
+
this.typePermission = TypePermission;
|
|
171
|
+
this.color = 'primary';
|
|
172
|
+
this.collapsed = true;
|
|
173
|
+
this.showFavorite = true;
|
|
174
|
+
this.edit = new EventEmitter();
|
|
175
|
+
this.delete = new EventEmitter();
|
|
176
|
+
this.save = new EventEmitter();
|
|
177
|
+
this.clone = new EventEmitter();
|
|
178
|
+
this.hide = new EventEmitter();
|
|
179
|
+
this.show = new EventEmitter();
|
|
180
|
+
this.favorite = new EventEmitter();
|
|
181
|
+
this.managePermissions = new EventEmitter();
|
|
182
|
+
this.manageTools = new EventEmitter();
|
|
183
|
+
}
|
|
184
|
+
get hidden() {
|
|
185
|
+
return this.context.hidden;
|
|
186
|
+
}
|
|
187
|
+
get canShare() {
|
|
188
|
+
return this.storageService.get('canShare') === true;
|
|
189
|
+
}
|
|
190
|
+
favoriteClick(context) {
|
|
191
|
+
this.favorite.emit(context);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
ContextItemComponent.ɵfac = function ContextItemComponent_Factory(t) { return new (t || ContextItemComponent)(i0.ɵɵdirectiveInject(i1.AuthService), i0.ɵɵdirectiveInject(i2.StorageService)); };
|
|
195
|
+
ContextItemComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContextItemComponent, selectors: [["igo-context-item"]], inputs: { showFavorite: "showFavorite", context: "context", default: "default", selected: "selected" }, outputs: { edit: "edit", delete: "delete", save: "save", clone: "clone", hide: "hide", show: "show", favorite: "favorite", managePermissions: "managePermissions", manageTools: "manageTools" }, decls: 6, vars: 7, consts: [[1, "mat-list-item", 3, "ngClass"], ["mat-list-avatar", "", "mat-icon-button", "", "igoStopPropagation", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click", 4, "ngIf"], ["matLine", ""], ["igoStopPropagation", "", "class", "igo-actions-container", 4, "ngIf"], ["mat-list-avatar", "", "mat-icon-button", "", "igoStopPropagation", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click"], [3, "svgIcon", 4, "ngIf"], [3, "src", 4, "ngIf"], [3, "svgIcon"], [3, "src"], ["svgIcon", "star"], ["igoStopPropagation", "", 1, "igo-actions-container"], ["class", "save-button", "mat-icon-button", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click", 4, "ngIf"], [1, "igo-actions-expand-container"], ["actions", ""], ["mat-icon-button", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click", 4, "ngIf"], ["class", "clone-button", "mat-icon-button", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click", 4, "ngIf"], ["class", "edit-button", "mat-icon-button", "", "matTooltipShowDelay", "500", 3, "color", "matTooltip", "click", 4, "ngIf"], ["class", "hide-button", "mat-icon-button", "", "matTooltipShowDelay", "500", 3, "color", "matTooltip", "click", 4, "ngIf"], ["class", "delete-button", "mat-icon-button", "", "color", "warn", "matTooltipShowDelay", "500", 3, "matTooltip", "click", 4, "ngIf"], ["mat-icon-button", "", "igoCollapse", "", 1, "actions-button", 3, "color", "target", "collapsed", "click"], ["svgIcon", "dots-horizontal"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 1, "save-button", 3, "matTooltip", "color", "click"], ["svgIcon", "content-save"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 3, "matTooltip", "color", "click"], ["svgIcon", "account-arrow-right"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 1, "clone-button", 3, "matTooltip", "color", "click"], ["svgIcon", "content-copy"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 1, "edit-button", 3, "color", "matTooltip", "click"], ["svgIcon", "pencil"], ["mat-icon-button", "", "matTooltipShowDelay", "500", 1, "hide-button", 3, "color", "matTooltip", "click"], ["svgIcon", "eye"], ["svgIcon", "eye-off"], ["mat-icon-button", "", "color", "warn", "matTooltipShowDelay", "500", 1, "delete-button", 3, "matTooltip", "click"], ["svgIcon", "delete"]], template: function ContextItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
196
|
+
i0.ɵɵelementStart(0, "mat-list-item", 0);
|
|
197
|
+
i0.ɵɵtemplate(1, ContextItemComponent_button_1_Template, 4, 6, "button", 1);
|
|
198
|
+
i0.ɵɵtemplate(2, ContextItemComponent_button_2_Template, 3, 4, "button", 1);
|
|
199
|
+
i0.ɵɵelementStart(3, "h4", 2);
|
|
200
|
+
i0.ɵɵtext(4);
|
|
201
|
+
i0.ɵɵelementEnd();
|
|
202
|
+
i0.ɵɵtemplate(5, ContextItemComponent_div_5_Template, 12, 10, "div", 3);
|
|
203
|
+
i0.ɵɵelementEnd();
|
|
204
|
+
} if (rf & 2) {
|
|
205
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0, ctx.hidden));
|
|
206
|
+
i0.ɵɵadvance(1);
|
|
207
|
+
i0.ɵɵproperty("ngIf", ctx.auth.authenticated);
|
|
208
|
+
i0.ɵɵadvance(1);
|
|
209
|
+
i0.ɵɵproperty("ngIf", !ctx.auth.authenticated && ctx.showFavorite);
|
|
210
|
+
i0.ɵɵadvance(2);
|
|
211
|
+
i0.ɵɵtextInterpolate(ctx.context.title);
|
|
212
|
+
i0.ɵɵadvance(1);
|
|
213
|
+
i0.ɵɵproperty("ngIf", ctx.auth.authenticated);
|
|
214
|
+
} }, dependencies: [i3.NgClass, i3.NgIf, i4.MatIcon, i5.MatButton, i6.MatTooltip, i7.MatListItem, i7.MatListAvatarCssMatStyler, i8.MatLine, i9.CollapseDirective, i9.StopPropagationDirective, i10.TranslatePipe], styles: ["[_nghost-%COMP%]{overflow:hidden}.igo-actions-container[_ngcontent-%COMP%]{flex-shrink:0}.igo-actions-expand-container[_ngcontent-%COMP%]{display:inline-flex}mat-list-item[_ngcontent-%COMP%] .mat-list-item-content .mat-list-text{padding:0}mat-icon.disabled[_ngcontent-%COMP%]{color:#00000061}mat-list-item.mat-list-item-light[_ngcontent-%COMP%] .mat-list-item-content{color:#969696}"], changeDetection: 0 });
|
|
215
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContextItemComponent, [{
|
|
216
|
+
type: Component,
|
|
217
|
+
args: [{ selector: 'igo-context-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-list-item\n class=\"mat-list-item\"\n [ngClass]=\"{'mat-list-item-light': hidden}\">\n <button mat-list-avatar\n *ngIf=\"auth.authenticated\"\n mat-icon-button\n igoStopPropagation\n [matTooltip]=\"auth.authenticated ? ('igo.context.contextManager.favorite' | translate) : ''\"\n matTooltipShowDelay=\"500\"\n [color]=\"default ? 'primary' : 'default'\"\n (click)=\"favoriteClick(context)\">\n <mat-icon *ngIf=\"!context.iconImage\" svgIcon=\"{{context.icon ? context.icon : context.scope === 'public' ? 'earth' : 'star'}}\"></mat-icon>\n <img *ngIf=\"context.iconImage\" [src]=\"context.iconImage\">\n </button>\n <button mat-list-avatar\n *ngIf=\"!auth.authenticated && showFavorite\"\n mat-icon-button\n igoStopPropagation\n [matTooltip]=\"'igo.context.contextManager.favorite' | translate\"\n matTooltipShowDelay=\"500\"\n [color]=\"default ? 'primary' : 'default'\"\n (click)=\"favoriteClick(context)\">\n <mat-icon svgIcon=\"star\"></mat-icon>\n </button>\n <h4 matLine>{{context.title}}</h4>\n\n <div *ngIf=\"auth.authenticated\"\n igoStopPropagation\n class=\"igo-actions-container\">\n\n <button *ngIf=\"collapsed && selected && (context.permission === typePermission[typePermission.write] || context.imported)\"\n class=\"save-button\"\n mat-icon-button\n [matTooltip]=\"'igo.context.contextManager.save' | translate\"\n matTooltipShowDelay=\"500\"\n [color]=\"color\"\n (click)=\"save.emit(context)\">\n <mat-icon svgIcon=\"content-save\"></mat-icon>\n </button>\n\n <div #actions class=\"igo-actions-expand-container\">\n\n <button *ngIf=\"canShare && !context.imported\"\n mat-icon-button\n [matTooltip]=\"'igo.context.contextManager.managePermissions' | translate\"\n matTooltipShowDelay=\"500\"\n [color]=\"color\"\n (click)=\"managePermissions.emit(context)\">\n <mat-icon svgIcon=\"account-arrow-right\"></mat-icon>\n </button>\n\n <!--button\n mat-icon-button\n [matTooltip]=\"'igo.context.contextManager.manageTools' | translate\"\n [color]=\"color\"\n (click)=\"manageTools.emit(context)\">\n <mat-icon svgIcon=\"widgets\"></mat-icon>\n </button-->\n\n <button *ngIf=\"!context.imported\"\n class=\"clone-button\"\n mat-icon-button\n [matTooltip]=\"'igo.context.contextManager.clone' | translate\"\n matTooltipShowDelay=\"500\"\n [color]=\"color\"\n (click)=\"clone.emit(context)\">\n <mat-icon svgIcon=\"content-copy\"></mat-icon>\n </button>\n\n <button *ngIf=\"context.permission === typePermission[typePermission.write] && !context.imported\"\n class=\"edit-button\"\n mat-icon-button\n [color]=\"color\"\n [matTooltip]=\"'igo.context.contextManager.edit' | translate\"\n matTooltipShowDelay=\"500\"\n (click)=\"edit.emit(context)\">\n <mat-icon svgIcon=\"pencil\"></mat-icon>\n </button>\n\n <button *ngIf=\"!context.hidden && !context.imported\"\n class=\"hide-button\"\n mat-icon-button\n [color]=\"color\"\n [matTooltip]=\"'igo.context.contextManager.hide' | translate\"\n matTooltipShowDelay=\"500\"\n (click)=\"hide.emit(context)\">\n <mat-icon svgIcon=\"eye\"></mat-icon>\n </button>\n\n <button *ngIf=\"context.hidden && !context.imported\"\n class=\"hide-button\"\n mat-icon-button\n [color]=\"color\"\n [matTooltip]=\"'igo.context.contextManager.show' | translate\"\n matTooltipShowDelay=\"500\"\n (click)=\"show.emit(context)\">\n <mat-icon svgIcon=\"eye-off\"></mat-icon>\n </button>\n\n <button *ngIf=\"context.permission === typePermission[typePermission.write] || context.imported\"\n class=\"delete-button\"\n mat-icon-button\n color=\"warn\"\n [matTooltip]=\"'igo.context.contextManager.delete' | translate\"\n matTooltipShowDelay=\"500\"\n (click)=\"delete.emit(context)\">\n <mat-icon svgIcon=\"delete\"></mat-icon>\n </button>\n </div>\n\n <button\n class=\"actions-button\"\n mat-icon-button\n igoCollapse\n [color]=\"color\"\n [target]=\"actions\"\n [collapsed]=collapsed\n (click)=\"collapsed = !collapsed\">\n <mat-icon svgIcon=\"dots-horizontal\"></mat-icon>\n </button>\n\n </div>\n\n</mat-list-item>\n", styles: [":host{overflow:hidden}.igo-actions-container{flex-shrink:0}.igo-actions-expand-container{display:inline-flex}mat-list-item ::ng-deep .mat-list-item-content .mat-list-text{padding:0}mat-icon.disabled{color:#00000061}mat-list-item.mat-list-item-light ::ng-deep .mat-list-item-content{color:#969696}\n"] }]
|
|
218
|
+
}], function () { return [{ type: i1.AuthService }, { type: i2.StorageService }]; }, { showFavorite: [{
|
|
219
|
+
type: Input
|
|
220
|
+
}], context: [{
|
|
221
|
+
type: Input
|
|
222
|
+
}], default: [{
|
|
223
|
+
type: Input
|
|
224
|
+
}], selected: [{
|
|
225
|
+
type: Input
|
|
226
|
+
}], edit: [{
|
|
227
|
+
type: Output
|
|
228
|
+
}], delete: [{
|
|
229
|
+
type: Output
|
|
230
|
+
}], save: [{
|
|
231
|
+
type: Output
|
|
232
|
+
}], clone: [{
|
|
233
|
+
type: Output
|
|
234
|
+
}], hide: [{
|
|
235
|
+
type: Output
|
|
236
|
+
}], show: [{
|
|
237
|
+
type: Output
|
|
238
|
+
}], favorite: [{
|
|
239
|
+
type: Output
|
|
240
|
+
}], managePermissions: [{
|
|
241
|
+
type: Output
|
|
242
|
+
}], manageTools: [{
|
|
243
|
+
type: Output
|
|
244
|
+
}] }); })();
|
|
245
245
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGV4dC1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbnRleHQvc3JjL2xpYi9jb250ZXh0LW1hbmFnZXIvY29udGV4dC1pdGVtL2NvbnRleHQtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb250ZXh0L3NyYy9saWIvY29udGV4dC1tYW5hZ2VyL2NvbnRleHQtaXRlbS9jb250ZXh0LWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBQ0wsTUFBTSxFQUNOLFlBQVksRUFDWix1QkFBdUIsRUFDeEIsTUFBTSxlQUFlLENBQUM7QUFJdkIsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHdCQUF3QixDQUFDOzs7Ozs7Ozs7Ozs7O0lDQ3BELDhCQUEwSTs7O0lBQXJHLHFJQUF5Rjs7O0lBQzlILHlCQUF5RDs7O0lBQTFCLGdFQUF5Qjs7OztJQVQxRCxpQ0FPbUM7SUFBakMsb0tBQVMsZUFBQSxvQ0FBc0IsQ0FBQSxJQUFDOztJQUNoQyx3RkFBMEk7SUFDMUksOEVBQXlEO0lBQzNELGlCQUFTOzs7SUFOUCx5SEFBNEYsaURBQUE7SUFJakYsZUFBd0I7SUFBeEIsZ0RBQXdCO0lBQzdCLGVBQXVCO0lBQXZCLCtDQUF1Qjs7OztJQUUvQixpQ0FPbUM7SUFBakMsb0tBQVMsZUFBQSxvQ0FBc0IsQ0FBQSxJQUFDOztJQUNoQyw4QkFBb0M7SUFDdEMsaUJBQVM7OztJQUxQLHdGQUFnRSxpREFBQTs7OztJQVkvRCxrQ0FNK0I7SUFBN0IsNktBQVMsZUFBQSxrQ0FBa0IsQ0FBQSxJQUFDOztJQUM1QiwrQkFBNEM7SUFDOUMsaUJBQVM7OztJQUxQLG9GQUE0RCx1QkFBQTs7OztJQVM3RCxrQ0FLNEM7SUFBMUMsNktBQVMsZUFBQSwrQ0FBK0IsQ0FBQSxJQUFDOztJQUN6QywrQkFBbUQ7SUFDckQsaUJBQVM7OztJQUxQLGlHQUF5RSx3QkFBQTs7OztJQWUzRSxrQ0FNZ0M7SUFBOUIsNktBQVMsZUFBQSxtQ0FBbUIsQ0FBQSxJQUFDOztJQUM3QiwrQkFBNEM7SUFDOUMsaUJBQVM7OztJQUxQLHFGQUE2RCx3QkFBQTs7OztJQU8vRCxrQ0FNK0I7SUFBN0IsNktBQVMsZUFBQSxrQ0FBa0IsQ0FBQSxJQUFDOztJQUM1QiwrQkFBc0M7SUFDeEMsaUJBQVM7OztJQUxQLHFDQUFlLHVFQUFBOzs7O0lBT2pCLGtDQU0rQjtJQUE3Qiw2S0FBUyxlQUFBLGtDQUFrQixDQUFBLElBQUM7O0lBQzVCLCtCQUFtQztJQUNyQyxpQkFBUzs7O0lBTFAscUNBQWUsdUVBQUE7Ozs7SUFPakIsa0NBTStCO0lBQTdCLDZLQUFTLGVBQUEsa0NBQWtCLENBQUEsSUFBQzs7SUFDNUIsK0JBQXVDO0lBQ3pDLGlCQUFTOzs7SUFMUCxxQ0FBZSx1RUFBQTs7OztJQU9qQixrQ0FNaUM7SUFBL0IsNktBQVMsZUFBQSxvQ0FBb0IsQ0FBQSxJQUFDOztJQUM5QiwrQkFBc0M7SUFDeEMsaUJBQVM7O0lBSlAsc0ZBQThEOzs7O0lBN0VwRSwrQkFFbUM7SUFFaEMsa0ZBUVM7SUFFVixtQ0FBbUQ7SUFFakQsa0ZBT1M7SUFVVCxrRkFRUztJQUVULGtGQVFTO0lBRVQsa0ZBUVM7SUFFVCxrRkFRUztJQUVULGtGQVFTO0lBQ1gsaUJBQU07SUFFTixtQ0FPbUM7SUFBakMsOE5BQWdDO0lBQ2hDLGdDQUErQztJQUNqRCxpQkFBUyxFQUFBOzs7O0lBekZDLGVBQWdIO0lBQWhILDJLQUFnSDtJQVkvRyxlQUFtQztJQUFuQyxrRUFBbUM7SUFpQm5DLGVBQXVCO0lBQXZCLCtDQUF1QjtJQVV2QixlQUFzRjtJQUF0RixtSUFBc0Y7SUFVdEYsZUFBMEM7SUFBMUMseUVBQTBDO0lBVTFDLGVBQXlDO0lBQXpDLHdFQUF5QztJQVV6QyxlQUFxRjtJQUFyRixrSUFBcUY7SUFlOUYsZUFBZTtJQUFmLG9DQUFlLGdCQUFBLCtCQUFBOzs7QUQvRnJCLE1BQU0sT0FBTyxvQkFBb0I7SUE0Qi9CLFlBQ1MsSUFBaUIsRUFDaEIsY0FBOEI7UUFEL0IsU0FBSSxHQUFKLElBQUksQ0FBYTtRQUNoQixtQkFBYyxHQUFkLGNBQWMsQ0FBZ0I7UUE3QmpDLG1CQUFjLEdBQUcsY0FBYyxDQUFDO1FBQ2hDLFVBQUssR0FBRyxTQUFTLENBQUM7UUFDbEIsY0FBUyxHQUFHLElBQUksQ0FBQztRQUVmLGlCQUFZLEdBQVksSUFBSSxDQUFDO1FBSzVCLFNBQUksR0FBRyxJQUFJLFlBQVksRUFBbUIsQ0FBQztRQUMzQyxXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQW1CLENBQUM7UUFDN0MsU0FBSSxHQUFHLElBQUksWUFBWSxFQUFtQixDQUFDO1FBQzNDLFVBQUssR0FBRyxJQUFJLFlBQVksRUFBbUIsQ0FBQztRQUM1QyxTQUFJLEdBQUcsSUFBSSxZQUFZLEVBQW1CLENBQUM7UUFDM0MsU0FBSSxHQUFHLElBQUksWUFBWSxFQUFtQixDQUFDO1FBQzNDLGFBQVEsR0FBRyxJQUFJLFlBQVksRUFBbUIsQ0FBQztRQUMvQyxzQkFBaUIsR0FBRyxJQUFJLFlBQVksRUFBbUIsQ0FBQztRQUN4RCxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFtQixDQUFDO0lBYXpELENBQUM7SUFYSixJQUFJLE1BQU07UUFDUixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDO0lBQzdCLENBQUM7SUFFRCxJQUFJLFFBQVE7UUFDVixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBQyxLQUFLLElBQUksQ0FBQztJQUN0RCxDQUFDO0lBT0QsYUFBYSxDQUFDLE9BQXdCO1FBQ3BDLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQzlCLENBQUM7O3dGQW5DVSxvQkFBb0I7dUVBQXBCLG9CQUFvQjtRQ25CakMsd0NBRThDO1FBQzVDLDJFQVVTO1FBQ1QsMkVBU1M7UUFDVCw2QkFBWTtRQUFBLFlBQWlCO1FBQUEsaUJBQUs7UUFFbEMsdUVBK0ZNO1FBRVIsaUJBQWdCOztRQXpIZCxnRUFBMkM7UUFFeEMsZUFBd0I7UUFBeEIsNkNBQXdCO1FBV3hCLGVBQXlDO1FBQXpDLGtFQUF5QztRQVNoQyxlQUFpQjtRQUFqQix1Q0FBaUI7UUFFdkIsZUFBd0I7UUFBeEIsNkNBQXdCOzt1RkRQbkIsb0JBQW9CO2NBTmhDLFNBQVM7MkJBQ0Usa0JBQWtCLG1CQUdYLHVCQUF1QixDQUFDLE1BQU07MkZBT3RDLFlBQVk7a0JBQXBCLEtBQUs7WUFDRyxPQUFPO2tCQUFmLEtBQUs7WUFDRyxPQUFPO2tCQUFmLEtBQUs7WUFDRyxRQUFRO2tCQUFoQixLQUFLO1lBRUksSUFBSTtrQkFBYixNQUFNO1lBQ0csTUFBTTtrQkFBZixNQUFNO1lBQ0csSUFBSTtrQkFBYixNQUFNO1lBQ0csS0FBSztrQkFBZCxNQUFNO1lBQ0csSUFBSTtrQkFBYixNQUFNO1lBQ0csSUFBSTtrQkFBYixNQUFNO1lBQ0csUUFBUTtrQkFBakIsTUFBTTtZQUNHLGlCQUFpQjtrQkFBMUIsTUFBTTtZQUNHLFdBQVc7a0JBQXBCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIElucHV0LFxuICBPdXRwdXQsXG4gIEV2ZW50RW1pdHRlcixcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3lcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFN0b3JhZ2VTZXJ2aWNlIH0gZnJvbSAnQGlnbzIvY29yZSc7XG5pbXBvcnQgeyBBdXRoU2VydmljZSB9IGZyb20gJ0BpZ28yL2F1dGgnO1xuaW1wb3J0IHsgVHlwZVBlcm1pc3Npb24gfSBmcm9tICcuLi9zaGFyZWQvY29udGV4dC5lbnVtJztcbmltcG9ydCB7IERldGFpbGVkQ29udGV4dCB9IGZyb20gJy4uL3NoYXJlZC9jb250ZXh0LmludGVyZmFjZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lnby1jb250ZXh0LWl0ZW0nLFxuICB0ZW1wbGF0ZVVybDogJy4vY29udGV4dC1pdGVtLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY29udGV4dC1pdGVtLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIENvbnRleHRJdGVtQ29tcG9uZW50IHtcbiAgcHVibGljIHR5cGVQZXJtaXNzaW9uID0gVHlwZVBlcm1pc3Npb247XG4gIHB1YmxpYyBjb2xvciA9ICdwcmltYXJ5JztcbiAgcHVibGljIGNvbGxhcHNlZCA9IHRydWU7XG5cbiAgQElucHV0KCkgc2hvd0Zhdm9yaXRlOiBib29sZWFuID0gdHJ1ZTtcbiAgQElucHV0KCkgY29udGV4dDogRGV0YWlsZWRDb250ZXh0O1xuICBASW5wdXQoKSBkZWZhdWx0OiBib29sZWFuO1xuICBASW5wdXQoKSBzZWxlY3RlZDogYm9vbGVhbjtcblxuICBAT3V0cHV0KCkgZWRpdCA9IG5ldyBFdmVudEVtaXR0ZXI8RGV0YWlsZWRDb250ZXh0PigpO1xuICBAT3V0cHV0KCkgZGVsZXRlID0gbmV3IEV2ZW50RW1pdHRlcjxEZXRhaWxlZENvbnRleHQ+KCk7XG4gIEBPdXRwdXQoKSBzYXZlID0gbmV3IEV2ZW50RW1pdHRlcjxEZXRhaWxlZENvbnRleHQ+KCk7XG4gIEBPdXRwdXQoKSBjbG9uZSA9IG5ldyBFdmVudEVtaXR0ZXI8RGV0YWlsZWRDb250ZXh0PigpO1xuICBAT3V0cHV0KCkgaGlkZSA9IG5ldyBFdmVudEVtaXR0ZXI8RGV0YWlsZWRDb250ZXh0PigpO1xuICBAT3V0cHV0KCkgc2hvdyA9IG5ldyBFdmVudEVtaXR0ZXI8RGV0YWlsZWRDb250ZXh0PigpO1xuICBAT3V0cHV0KCkgZmF2b3JpdGUgPSBuZXcgRXZlbnRFbWl0dGVyPERldGFpbGVkQ29udGV4dD4oKTtcbiAgQE91dHB1dCgpIG1hbmFnZVBlcm1pc3Npb25zID0gbmV3IEV2ZW50RW1pdHRlcjxEZXRhaWxlZENvbnRleHQ+KCk7XG4gIEBPdXRwdXQoKSBtYW5hZ2VUb29scyA9IG5ldyBFdmVudEVtaXR0ZXI8RGV0YWlsZWRDb250ZXh0PigpO1xuXG4gIGdldCBoaWRkZW4oKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuY29udGV4dC5oaWRkZW47XG4gIH1cblxuICBnZXQgY2FuU2hhcmUoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuc3RvcmFnZVNlcnZpY2UuZ2V0KCdjYW5TaGFyZScpID09PSB0cnVlO1xuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGF1dGg6IEF1dGhTZXJ2aWNlLFxuICAgIHByaXZhdGUgc3RvcmFnZVNlcnZpY2U6IFN0b3JhZ2VTZXJ2aWNlXG4gICkge31cblxuICBmYXZvcml0ZUNsaWNrKGNvbnRleHQ6IERldGFpbGVkQ29udGV4dCkge1xuICAgIHRoaXMuZmF2b3JpdGUuZW1pdChjb250ZXh0KTtcbiAgfVxufVxuIiwiPG1hdC1saXN0LWl0ZW1cbiAgY2xhc3M9XCJtYXQtbGlzdC1pdGVtXCJcbiAgW25nQ2xhc3NdPVwieydtYXQtbGlzdC1pdGVtLWxpZ2h0JzogaGlkZGVufVwiPlxuICA8YnV0dG9uIG1hdC1saXN0LWF2YXRhclxuICAgICpuZ0lmPVwiYXV0aC5hdXRoZW50aWNhdGVkXCJcbiAgICBtYXQtaWNvbi1idXR0b25cbiAgICBpZ29TdG9wUHJvcGFnYXRpb25cbiAgICBbbWF0VG9vbHRpcF09XCJhdXRoLmF1dGhlbnRpY2F0ZWQgPyAoJ2lnby5jb250ZXh0LmNvbnRleHRNYW5hZ2VyLmZhdm9yaXRlJyB8IHRyYW5zbGF0ZSkgOiAnJ1wiXG4gICAgbWF0VG9vbHRpcFNob3dEZWxheT1cIjUwMFwiXG4gICAgW2NvbG9yXT1cImRlZmF1bHQgPyAncHJpbWFyeScgOiAnZGVmYXVsdCdcIlxuICAgIChjbGljayk9XCJmYXZvcml0ZUNsaWNrKGNvbnRleHQpXCI+XG4gICAgPG1hdC1pY29uICpuZ0lmPVwiIWNvbnRleHQuaWNvbkltYWdlXCIgc3ZnSWNvbj1cInt7Y29udGV4dC5pY29uID8gY29udGV4dC5pY29uIDogY29udGV4dC5zY29wZSA9PT0gJ3B1YmxpYycgPyAnZWFydGgnIDogJ3N0YXInfX1cIj48L21hdC1pY29uPlxuICAgIDxpbWcgKm5nSWY9XCJjb250ZXh0Lmljb25JbWFnZVwiIFtzcmNdPVwiY29udGV4dC5pY29uSW1hZ2VcIj5cbiAgPC9idXR0b24+XG4gIDxidXR0b24gbWF0LWxpc3QtYXZhdGFyXG4gICAgKm5nSWY9XCIhYXV0aC5hdXRoZW50aWNhdGVkICYmIHNob3dGYXZvcml0ZVwiXG4gICAgbWF0LWljb24tYnV0dG9uXG4gICAgaWdvU3RvcFByb3BhZ2F0aW9uXG4gICAgW21hdFRvb2x0aXBdPVwiJ2lnby5jb250ZXh0LmNvbnRleHRNYW5hZ2VyLmZhdm9yaXRlJyB8IHRyYW5zbGF0ZVwiXG4gICAgbWF0VG9vbHRpcFNob3dEZWxheT1cIjUwMFwiXG4gICAgW2NvbG9yXT1cImRlZmF1bHQgPyAncHJpbWFyeScgOiAnZGVmYXVsdCdcIlxuICAgIChjbGljayk9XCJmYXZvcml0ZUNsaWNrKGNvbnRleHQpXCI+XG4gICAgPG1hdC1pY29uIHN2Z0ljb249XCJzdGFyXCI+PC9tYXQtaWNvbj5cbiAgPC9idXR0b24+XG4gIDxoNCBtYXRMaW5lPnt7Y29udGV4dC50aXRsZX19PC9oND5cblxuICA8ZGl2ICpuZ0lmPVwiYXV0aC5hdXRoZW50aWNhdGVkXCJcbiAgICAgICBpZ29TdG9wUHJvcGFnYXRpb25cbiAgICAgICBjbGFzcz1cImlnby1hY3Rpb25zLWNvbnRhaW5lclwiPlxuXG4gICAgIDxidXR0b24gKm5nSWY9XCJjb2xsYXBzZWQgJiYgc2VsZWN0ZWQgJiYgKGNvbnRleHQucGVybWlzc2lvbiA9PT0gdHlwZVBlcm1pc3Npb25bdHlwZVBlcm1pc3Npb24ud3JpdGVdIHx8IGNvbnRleHQuaW1wb3J0ZWQpXCJcbiAgICAgICBjbGFzcz1cInNhdmUtYnV0dG9uXCJcbiAgICAgICBtYXQtaWNvbi1idXR0b25cbiAgICAgICBbbWF0VG9vbHRpcF09XCInaWdvLmNvbnRleHQuY29udGV4dE1hbmFnZXIuc2F2ZScgfCB0cmFuc2xhdGVcIlxuICAgICAgIG1hdFRvb2x0aXBTaG93RGVsYXk9XCI1MDBcIlxuICAgICAgIFtjb2xvcl09XCJjb2xvclwiXG4gICAgICAgKGNsaWNrKT1cInNhdmUuZW1pdChjb250ZXh0KVwiPlxuICAgICAgIDxtYXQtaWNvbiBzdmdJY29uPVwiY29udGVudC1zYXZlXCI+PC9tYXQtaWNvbj5cbiAgICAgPC9idXR0b24+XG5cbiAgICA8ZGl2ICNhY3Rpb25zIGNsYXNzPVwiaWdvLWFjdGlvbnMtZXhwYW5kLWNvbnRhaW5lclwiPlxuXG4gICAgICA8YnV0dG9uICpuZ0lmPVwiY2FuU2hhcmUgJiYgIWNvbnRleHQuaW1wb3J0ZWRcIlxuICAgICAgICBtYXQtaWNvbi1idXR0b25cbiAgICAgICAgW21hdFRvb2x0aXBdPVwiJ2lnby5jb250ZXh0LmNvbnRleHRNYW5hZ2VyLm1hbmFnZVBlcm1pc3Npb25zJyB8IHRyYW5zbGF0ZVwiXG4gICAgICAgIG1hdFRvb2x0aXBTaG93RGVsYXk9XCI1MDBcIlxuICAgICAgICBbY29sb3JdPVwiY29sb3JcIlxuICAgICAgICAoY2xpY2spPVwibWFuYWdlUGVybWlzc2lvbnMuZW1pdChjb250ZXh0KVwiPlxuICAgICAgICA8bWF0LWljb24gc3ZnSWNvbj1cImFjY291bnQtYXJyb3ctcmlnaHRcIj48L21hdC1pY29uPlxuICAgICAgPC9idXR0b24+XG5cbiAgICAgIDwhLS1idXR0b25cbiAgICAgICAgbWF0LWljb24tYnV0dG9uXG4gICAgICAgIFttYXRUb29sdGlwXT1cIidpZ28uY29udGV4dC5jb250ZXh0TWFuYWdlci5tYW5hZ2VUb29scycgfCB0cmFuc2xhdGVcIlxuICAgICAgICBbY29sb3JdPVwiY29sb3JcIlxuICAgICAgICAoY2xpY2spPVwibWFuYWdlVG9vbHMuZW1pdChjb250ZXh0KVwiPlxuICAgICAgICA8bWF0LWljb24gc3ZnSWNvbj1cIndpZGdldHNcIj48L21hdC1pY29uPlxuICAgICAgPC9idXR0b24tLT5cblxuICAgICAgPGJ1dHRvbiAqbmdJZj1cIiFjb250ZXh0LmltcG9ydGVkXCJcbiAgICAgICAgY2xhc3M9XCJjbG9uZS1idXR0b25cIlxuICAgICAgICBtYXQtaWNvbi1idXR0b25cbiAgICAgICAgW21hdFRvb2x0aXBdPVwiJ2lnby5jb250ZXh0LmNvbnRleHRNYW5hZ2VyLmNsb25lJyB8IHRyYW5zbGF0ZVwiXG4gICAgICAgIG1hdFRvb2x0aXBTaG93RGVsYXk9XCI1MDBcIlxuICAgICAgICBbY29sb3JdPVwiY29sb3JcIlxuICAgICAgICAoY2xpY2spPVwiY2xvbmUuZW1pdChjb250ZXh0KVwiPlxuICAgICAgICA8bWF0LWljb24gc3ZnSWNvbj1cImNvbnRlbnQtY29weVwiPjwvbWF0LWljb24+XG4gICAgICA8L2J1dHRvbj5cblxuICAgICAgPGJ1dHRvbiAqbmdJZj1cImNvbnRleHQucGVybWlzc2lvbiA9PT0gdHlwZVBlcm1pc3Npb25bdHlwZVBlcm1pc3Npb24ud3JpdGVdICYmICFjb250ZXh0LmltcG9ydGVkXCJcbiAgICAgICAgY2xhc3M9XCJlZGl0LWJ1dHRvblwiXG4gICAgICAgIG1hdC1pY29uLWJ1dHRvblxuICAgICAgICBbY29sb3JdPVwiY29sb3JcIlxuICAgICAgICBbbWF0VG9vbHRpcF09XCInaWdvLmNvbnRleHQuY29udGV4dE1hbmFnZXIuZWRpdCcgfCB0cmFuc2xhdGVcIlxuICAgICAgICBtYXRUb29sdGlwU2hvd0RlbGF5PVwiNTAwXCJcbiAgICAgICAgKGNsaWNrKT1cImVkaXQuZW1pdChjb250ZXh0KVwiPlxuICAgICAgICA8bWF0LWljb24gc3ZnSWNvbj1cInBlbmNpbFwiPjwvbWF0LWljb24+XG4gICAgICA8L2J1dHRvbj5cblxuICAgICAgPGJ1dHRvbiAqbmdJZj1cIiFjb250ZXh0LmhpZGRlbiAmJiAhY29udGV4dC5pbXBvcnRlZFwiXG4gICAgICAgIGNsYXNzPVwiaGlkZS1idXR0b25cIlxuICAgICAgICBtYXQtaWNvbi1idXR0b25cbiAgICAgICAgW2NvbG9yXT1cImNvbG9yXCJcbiAgICAgICAgW21hdFRvb2x0aXBdPVwiJ2lnby5jb250ZXh0LmNvbnRleHRNYW5hZ2VyLmhpZGUnIHwgdHJhbnNsYXRlXCJcbiAgICAgICAgbWF0VG9vbHRpcFNob3dEZWxheT1cIjUwMFwiXG4gICAgICAgIChjbGljayk9XCJoaWRlLmVtaXQoY29udGV4dClcIj5cbiAgICAgICAgPG1hdC1pY29uIHN2Z0ljb249XCJleWVcIj48L21hdC1pY29uPlxuICAgICAgPC9idXR0b24+XG5cbiAgICAgIDxidXR0b24gKm5nSWY9XCJjb250ZXh0LmhpZGRlbiAmJiAhY29udGV4dC5pbXBvcnRlZFwiXG4gICAgICAgIGNsYXNzPVwiaGlkZS1idXR0b25cIlxuICAgICAgICBtYXQtaWNvbi1idXR0b25cbiAgICAgICAgW2NvbG9yXT1cImNvbG9yXCJcbiAgICAgICAgW21hdFRvb2x0aXBdPVwiJ2lnby5jb250ZXh0LmNvbnRleHRNYW5hZ2VyLnNob3cnIHwgdHJhbnNsYXRlXCJcbiAgICAgICAgbWF0VG9vbHRpcFNob3dEZWxheT1cIjUwMFwiXG4gICAgICAgIChjbGljayk9XCJzaG93LmVtaXQoY29udGV4dClcIj5cbiAgICAgICAgPG1hdC1pY29uIHN2Z0ljb249XCJleWUtb2ZmXCI+PC9tYXQtaWNvbj5cbiAgICAgIDwvYnV0dG9uPlxuXG4gICAgICA8YnV0dG9uICpuZ0lmPVwiY29udGV4dC5wZXJtaXNzaW9uID09PSB0eXBlUGVybWlzc2lvblt0eXBlUGVybWlzc2lvbi53cml0ZV0gfHwgY29udGV4dC5pbXBvcnRlZFwiXG4gICAgICAgIGNsYXNzPVwiZGVsZXRlLWJ1dHRvblwiXG4gICAgICAgIG1hdC1pY29uLWJ1dHRvblxuICAgICAgICBjb2xvcj1cIndhcm5cIlxuICAgICAgICBbbWF0VG9vbHRpcF09XCInaWdvLmNvbnRleHQuY29udGV4dE1hbmFnZXIuZGVsZXRlJyB8IHRyYW5zbGF0ZVwiXG4gICAgICAgIG1hdFRvb2x0aXBTaG93RGVsYXk9XCI1MDBcIlxuICAgICAgICAoY2xpY2spPVwiZGVsZXRlLmVtaXQoY29udGV4dClcIj5cbiAgICAgICAgPG1hdC1pY29uIHN2Z0ljb249XCJkZWxldGVcIj48L21hdC1pY29uPlxuICAgICAgPC9idXR0b24+XG4gICAgPC9kaXY+XG5cbiAgICA8YnV0dG9uXG4gICAgICBjbGFzcz1cImFjdGlvbnMtYnV0dG9uXCJcbiAgICAgIG1hdC1pY29uLWJ1dHRvblxuICAgICAgaWdvQ29sbGFwc2VcbiAgICAgIFtjb2xvcl09XCJjb2xvclwiXG4gICAgICBbdGFyZ2V0XT1cImFjdGlvbnNcIlxuICAgICAgW2NvbGxhcHNlZF09Y29sbGFwc2VkXG4gICAgICAoY2xpY2spPVwiY29sbGFwc2VkID0gIWNvbGxhcHNlZFwiPlxuICAgICAgPG1hdC1pY29uIHN2Z0ljb249XCJkb3RzLWhvcml6b250YWxcIj48L21hdC1pY29uPlxuICAgIDwvYnV0dG9uPlxuXG4gIDwvZGl2PlxuXG48L21hdC1saXN0LWl0ZW0+XG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './context-item.component';
|
|
1
|
+
export * from './context-item.component';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb250ZXh0L3NyYy9saWIvY29udGV4dC1tYW5hZ2VyL2NvbnRleHQtaXRlbS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBCQUEwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jb250ZXh0LWl0ZW0uY29tcG9uZW50JztcbiJdfQ==
|