info-library 2.16.0-beta → 3.0.0-beta
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/controls/autocomplete/autocomplete.component.d.ts +2 -1
- package/controls/date/date.component.d.ts +2 -1
- package/controls/date-month/date-month.component.d.ts +2 -1
- package/controls/grid/grid.component.d.ts +5 -5
- package/controls/input/input.component.d.ts +13 -3
- package/controls/multi-select/multi-select.component.d.ts +3 -1
- package/controls/select/select.component.d.ts +2 -1
- package/directives/unmask.directive.d.ts +2 -1
- package/esm2022/controls/alert/alert.component.mjs +8 -10
- package/esm2022/controls/autocomplete/autocomplete.component.mjs +33 -26
- package/esm2022/controls/big-checkbox/big-checkbox.component.mjs +27 -25
- package/esm2022/controls/card/card.component.mjs +12 -6
- package/esm2022/controls/card-menu/card-menu.component.mjs +14 -16
- package/esm2022/controls/checkbox/checkbox.component.mjs +13 -13
- package/esm2022/controls/chips/chips.component.mjs +12 -11
- package/esm2022/controls/date/date.component.mjs +64 -32
- package/esm2022/controls/date-month/date-month.component.mjs +64 -31
- package/esm2022/controls/editor/editor.component.mjs +35 -31
- package/esm2022/controls/grid/grid.component.mjs +529 -511
- package/esm2022/controls/input/input.component.mjs +146 -71
- package/esm2022/controls/input-list/input-list.component.mjs +16 -15
- package/esm2022/controls/list-checkbox/list-checkbox.component.mjs +16 -12
- package/esm2022/controls/message/message.component.mjs +9 -11
- package/esm2022/controls/multi-select/multi-select.component.mjs +35 -22
- package/esm2022/controls/paginator/paginator.component.mjs +15 -16
- package/esm2022/controls/select/select.component.mjs +32 -23
- package/esm2022/controls/timeline/timeline.component.mjs +15 -16
- package/esm2022/directives/mask.directive.mjs +17 -8
- package/esm2022/directives/unmask.directive.mjs +14 -7
- package/esm2022/info-library.module.mjs +10 -5
- package/esm2022/layouts/dialog/dialog.component.mjs +10 -6
- package/esm2022/layouts/filter/filter.component.mjs +179 -0
- package/esm2022/layouts/loading/loading.component.mjs +7 -9
- package/esm2022/layouts/main/main.component.mjs +101 -54
- package/esm2022/layouts/modal/modal.component.mjs +37 -22
- package/esm2022/layouts/pagebar/pagebar.component.mjs +125 -97
- package/esm2022/layouts/sidebar/sidebar.component.mjs +152 -100
- package/esm2022/layouts/topbar/topbar.component.mjs +417 -253
- package/esm2022/layouts/topmenu/topmenu.component.mjs +20 -12
- package/esm2022/model/app-config.model.mjs +12 -12
- package/esm2022/model/data-access.model.mjs +10 -8
- package/esm2022/model/dialog-result.model.mjs +3 -2
- package/esm2022/model/dialog.model.mjs +13 -14
- package/esm2022/model/form-prop.model.mjs +8 -6
- package/esm2022/model/grid-button.model.mjs +12 -7
- package/esm2022/model/last-search.model.mjs +5 -7
- package/esm2022/model/login.model.mjs +4 -2
- package/esm2022/model/method-grid-button.model.mjs +4 -2
- package/esm2022/model/notification.model.mjs +9 -5
- package/esm2022/model/pagebar-buttons.model.mjs +6 -6
- package/esm2022/model/permission.model.mjs +4 -1
- package/esm2022/model/platform.model.mjs +13 -14
- package/esm2022/model/session.model.mjs +25 -6
- package/esm2022/pipe/mask.pipe.mjs +10 -6
- package/esm2022/pipe/translate.pipe.mjs +4 -3
- package/esm2022/public_api.mjs +2 -1
- package/esm2022/service/authentication.service.mjs +89 -36
- package/esm2022/service/configuration.service.mjs +41 -10
- package/esm2022/service/data.service.mjs +38 -21
- package/esm2022/service/theme.service.mjs +16 -6
- package/esm2022/service/translate.service.mjs +9 -5
- package/esm2022/utils/utilities.mjs +52 -5
- package/fesm2022/info-library.mjs +2551 -1649
- package/fesm2022/info-library.mjs.map +1 -1
- package/info-library-3.0.0-beta.tgz +0 -0
- package/info-library.module.d.ts +32 -31
- package/layouts/filter/filter.component.d.ts +24 -0
- package/layouts/main/main.component.d.ts +4 -0
- package/layouts/modal/modal.component.d.ts +1 -0
- package/layouts/sidebar/sidebar.component.d.ts +1 -1
- package/layouts/topbar/topbar.component.d.ts +4 -1
- package/model/app-config.model.d.ts +2 -0
- package/model/session.model.d.ts +5 -0
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
- package/service/authentication.service.d.ts +4 -2
- package/service/configuration.service.d.ts +4 -1
- package/service/data.service.d.ts +2 -0
- package/utils/utilities.d.ts +11 -0
|
@@ -19,10 +19,10 @@ import * as i9 from "@angular/material/icon";
|
|
|
19
19
|
import * as i10 from "@angular/material/progress-bar";
|
|
20
20
|
import * as i11 from "@angular/material/tooltip";
|
|
21
21
|
import * as i12 from "../../pipe/translate.pipe";
|
|
22
|
-
function
|
|
23
|
-
const
|
|
22
|
+
function InfoSidebarComponent_ng_container_0_ul_8_li_1_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
24
24
|
i0.ɵɵelementStart(0, "a", 10);
|
|
25
|
-
i0.ɵɵlistener("click", function
|
|
25
|
+
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_0_ul_8_li_1_a_1_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r9); const _r7 = i0.ɵɵreference(2); const m_r4 = i0.ɵɵnextContext().$implicit; const ctx_r8 = i0.ɵɵnextContext(3); ctx_r8.changeSidebar(); ctx_r8.access(m_r4.Title); return i0.ɵɵresetView(_r7.hide()); });
|
|
26
26
|
i0.ɵɵelementStart(1, "mat-icon", 11, 12);
|
|
27
27
|
i0.ɵɵpipe(3, "translate");
|
|
28
28
|
i0.ɵɵtext(4);
|
|
@@ -42,25 +42,63 @@ function InfoSidebarComponent_ng_container_0_ul_7_li_1_a_1_Template(rf, ctx) { i
|
|
|
42
42
|
i0.ɵɵadvance(2);
|
|
43
43
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 8, m_r4.Title));
|
|
44
44
|
} }
|
|
45
|
-
function
|
|
46
|
-
const
|
|
45
|
+
function InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_li_14_Template(rf, ctx) { if (rf & 1) {
|
|
46
|
+
const _r17 = i0.ɵɵgetCurrentView();
|
|
47
47
|
i0.ɵɵelementStart(0, "li")(1, "a", 10);
|
|
48
|
-
i0.ɵɵlistener("click", function
|
|
48
|
+
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_li_14_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r17); const m_r4 = i0.ɵɵnextContext(2).$implicit; const ctx_r16 = i0.ɵɵnextContext(3); ctx_r16.changeSidebar(); return i0.ɵɵresetView(ctx_r16.access(m_r4.Title)); });
|
|
49
49
|
i0.ɵɵtext(2);
|
|
50
50
|
i0.ɵɵpipe(3, "translate");
|
|
51
51
|
i0.ɵɵelementEnd()();
|
|
52
52
|
} if (rf & 2) {
|
|
53
|
-
const
|
|
53
|
+
const s_r15 = ctx.$implicit;
|
|
54
54
|
i0.ɵɵadvance(1);
|
|
55
|
-
i0.ɵɵproperty("routerLink",
|
|
55
|
+
i0.ɵɵproperty("routerLink", s_r15.Routing);
|
|
56
56
|
i0.ɵɵadvance(1);
|
|
57
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2,
|
|
57
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, s_r15.Title));
|
|
58
58
|
} }
|
|
59
|
-
function
|
|
60
|
-
const
|
|
59
|
+
function InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_ng_container_15_div_1_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
60
|
+
const _r24 = i0.ɵɵgetCurrentView();
|
|
61
|
+
i0.ɵɵelementStart(0, "li")(1, "a", 10);
|
|
62
|
+
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_ng_container_15_div_1_li_5_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r24); const m_r4 = i0.ɵɵnextContext(4).$implicit; const ctx_r23 = i0.ɵɵnextContext(3); ctx_r23.changeSidebar(); return i0.ɵɵresetView(ctx_r23.access(m_r4.Title)); });
|
|
63
|
+
i0.ɵɵtext(2);
|
|
64
|
+
i0.ɵɵpipe(3, "translate");
|
|
65
|
+
i0.ɵɵelementEnd()();
|
|
66
|
+
} if (rf & 2) {
|
|
67
|
+
const s_r22 = ctx.$implicit;
|
|
68
|
+
i0.ɵɵadvance(1);
|
|
69
|
+
i0.ɵɵproperty("routerLink", s_r22.Routing);
|
|
70
|
+
i0.ɵɵadvance(1);
|
|
71
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, s_r22.Title));
|
|
72
|
+
} }
|
|
73
|
+
function InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_ng_container_15_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
74
|
+
i0.ɵɵelementStart(0, "div", 18)(1, "h5");
|
|
75
|
+
i0.ɵɵtext(2);
|
|
76
|
+
i0.ɵɵpipe(3, "translate");
|
|
77
|
+
i0.ɵɵelementEnd();
|
|
78
|
+
i0.ɵɵelementStart(4, "ul");
|
|
79
|
+
i0.ɵɵtemplate(5, InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_ng_container_15_div_1_li_5_Template, 4, 4, "li", 16);
|
|
80
|
+
i0.ɵɵelementEnd()();
|
|
81
|
+
} if (rf & 2) {
|
|
82
|
+
const g_r20 = ctx.$implicit;
|
|
83
|
+
i0.ɵɵadvance(2);
|
|
84
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, g_r20.Title));
|
|
85
|
+
i0.ɵɵadvance(3);
|
|
86
|
+
i0.ɵɵproperty("ngForOf", g_r20.Sub);
|
|
87
|
+
} }
|
|
88
|
+
function InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_ng_container_15_Template(rf, ctx) { if (rf & 1) {
|
|
89
|
+
i0.ɵɵelementContainerStart(0);
|
|
90
|
+
i0.ɵɵtemplate(1, InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_ng_container_15_div_1_Template, 6, 4, "div", 17);
|
|
91
|
+
i0.ɵɵelementContainerEnd();
|
|
92
|
+
} if (rf & 2) {
|
|
93
|
+
const m_r4 = i0.ɵɵnextContext(2).$implicit;
|
|
94
|
+
i0.ɵɵadvance(1);
|
|
95
|
+
i0.ɵɵproperty("ngForOf", m_r4.SubGroup);
|
|
96
|
+
} }
|
|
97
|
+
function InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
98
|
+
const _r29 = i0.ɵɵgetCurrentView();
|
|
61
99
|
i0.ɵɵelementContainerStart(0);
|
|
62
100
|
i0.ɵɵelementStart(1, "a", 14);
|
|
63
|
-
i0.ɵɵlistener("click", function
|
|
101
|
+
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r29); const _r12 = i0.ɵɵreference(3); const m_r4 = i0.ɵɵnextContext().$implicit; const ctx_r27 = i0.ɵɵnextContext(3); ctx_r27.toggleSubmenu(m_r4.Title); return i0.ɵɵresetView(_r12.hide()); });
|
|
64
102
|
i0.ɵɵelementStart(2, "mat-icon", 11, 12);
|
|
65
103
|
i0.ɵɵpipe(4, "translate");
|
|
66
104
|
i0.ɵɵtext(5);
|
|
@@ -74,28 +112,32 @@ function InfoSidebarComponent_ng_container_0_ul_7_li_1_ng_container_2_Template(r
|
|
|
74
112
|
i0.ɵɵpipe(12, "translate");
|
|
75
113
|
i0.ɵɵelementEnd();
|
|
76
114
|
i0.ɵɵelementStart(13, "ul");
|
|
77
|
-
i0.ɵɵtemplate(14,
|
|
78
|
-
i0.ɵɵelementEnd()
|
|
115
|
+
i0.ɵɵtemplate(14, InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_li_14_Template, 4, 4, "li", 16);
|
|
116
|
+
i0.ɵɵelementEnd();
|
|
117
|
+
i0.ɵɵtemplate(15, InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_ng_container_15_Template, 2, 1, "ng-container", 0);
|
|
118
|
+
i0.ɵɵelementEnd();
|
|
79
119
|
i0.ɵɵelementContainerEnd();
|
|
80
120
|
} if (rf & 2) {
|
|
81
121
|
const m_r4 = i0.ɵɵnextContext().$implicit;
|
|
82
122
|
const ctx_r6 = i0.ɵɵnextContext(3);
|
|
83
123
|
i0.ɵɵadvance(2);
|
|
84
|
-
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(4,
|
|
124
|
+
i0.ɵɵproperty("matTooltip", i0.ɵɵpipeBind1(4, 8, m_r4.Title))("matTooltipDisabled", !ctx_r6._platform.MenuMin)("matTooltipShowDelay", 600);
|
|
85
125
|
i0.ɵɵadvance(3);
|
|
86
126
|
i0.ɵɵtextInterpolate(m_r4.Icon);
|
|
87
127
|
i0.ɵɵadvance(2);
|
|
88
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8,
|
|
128
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8, 10, m_r4.Title));
|
|
89
129
|
i0.ɵɵadvance(4);
|
|
90
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(12,
|
|
130
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(12, 12, m_r4.Title));
|
|
91
131
|
i0.ɵɵadvance(3);
|
|
92
132
|
i0.ɵɵproperty("ngForOf", m_r4.Sub);
|
|
133
|
+
i0.ɵɵadvance(1);
|
|
134
|
+
i0.ɵɵproperty("ngIf", m_r4.SubGroup != null);
|
|
93
135
|
} }
|
|
94
136
|
const _c0 = function (a0, a1, a2) { return { "active": a0, "disabled": a1, "opened": a2 }; };
|
|
95
|
-
function
|
|
137
|
+
function InfoSidebarComponent_ng_container_0_ul_8_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
96
138
|
i0.ɵɵelementStart(0, "li", 8);
|
|
97
|
-
i0.ɵɵtemplate(1,
|
|
98
|
-
i0.ɵɵtemplate(2,
|
|
139
|
+
i0.ɵɵtemplate(1, InfoSidebarComponent_ng_container_0_ul_8_li_1_a_1_Template, 8, 10, "a", 9);
|
|
140
|
+
i0.ɵɵtemplate(2, InfoSidebarComponent_ng_container_0_ul_8_li_1_ng_container_2_Template, 16, 14, "ng-container", 0);
|
|
99
141
|
i0.ɵɵelementEnd();
|
|
100
142
|
} if (rf & 2) {
|
|
101
143
|
const m_r4 = ctx.$implicit;
|
|
@@ -104,11 +146,11 @@ function InfoSidebarComponent_ng_container_0_ul_7_li_1_Template(rf, ctx) { if (r
|
|
|
104
146
|
i0.ɵɵadvance(1);
|
|
105
147
|
i0.ɵɵproperty("ngIf", m_r4.Sub == null);
|
|
106
148
|
i0.ɵɵadvance(1);
|
|
107
|
-
i0.ɵɵproperty("ngIf", m_r4.Sub != null);
|
|
149
|
+
i0.ɵɵproperty("ngIf", m_r4.Sub != null || m_r4.SubGroup != null);
|
|
108
150
|
} }
|
|
109
|
-
function
|
|
151
|
+
function InfoSidebarComponent_ng_container_0_ul_8_Template(rf, ctx) { if (rf & 1) {
|
|
110
152
|
i0.ɵɵelementStart(0, "ul");
|
|
111
|
-
i0.ɵɵtemplate(1,
|
|
153
|
+
i0.ɵɵtemplate(1, InfoSidebarComponent_ng_container_0_ul_8_li_1_Template, 3, 7, "li", 7);
|
|
112
154
|
i0.ɵɵelementEnd();
|
|
113
155
|
} if (rf & 2) {
|
|
114
156
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -118,46 +160,47 @@ function InfoSidebarComponent_ng_container_0_ul_7_Template(rf, ctx) { if (rf & 1
|
|
|
118
160
|
const _c1 = function (a0) { return { "opened": a0 }; };
|
|
119
161
|
const _c2 = function (a0) { return { "min": a0 }; };
|
|
120
162
|
function InfoSidebarComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
121
|
-
const
|
|
163
|
+
const _r32 = i0.ɵɵgetCurrentView();
|
|
122
164
|
i0.ɵɵelementContainerStart(0);
|
|
123
165
|
i0.ɵɵelementStart(1, "div", 2)(2, "nav")(3, "div", 3)(4, "a", 4);
|
|
124
|
-
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_0_Template_a_click_4_listener() { i0.ɵɵrestoreView(
|
|
166
|
+
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_0_Template_a_click_4_listener() { i0.ɵɵrestoreView(_r32); const ctx_r31 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r31.toggleSidebar()); });
|
|
125
167
|
i0.ɵɵelementStart(5, "mat-icon", 5);
|
|
126
|
-
i0.ɵɵ
|
|
168
|
+
i0.ɵɵpipe(6, "translate");
|
|
169
|
+
i0.ɵɵtext(7, "arrow_menu_close");
|
|
127
170
|
i0.ɵɵelementEnd()();
|
|
128
|
-
i0.ɵɵtemplate(
|
|
171
|
+
i0.ɵɵtemplate(8, InfoSidebarComponent_ng_container_0_ul_8_Template, 2, 1, "ul", 0);
|
|
129
172
|
i0.ɵɵelementEnd()();
|
|
130
|
-
i0.ɵɵelementStart(
|
|
131
|
-
i0.ɵɵlistener("click", function
|
|
173
|
+
i0.ɵɵelementStart(9, "div", 6);
|
|
174
|
+
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_0_Template_div_click_9_listener() { i0.ɵɵrestoreView(_r32); const ctx_r33 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r33.openSubmenu = ""); });
|
|
132
175
|
i0.ɵɵelementEnd()();
|
|
133
176
|
i0.ɵɵelementContainerEnd();
|
|
134
177
|
} if (rf & 2) {
|
|
135
178
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
136
179
|
i0.ɵɵadvance(1);
|
|
137
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
180
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c1, ctx_r0.openSubmenu));
|
|
138
181
|
i0.ɵɵadvance(4);
|
|
139
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
140
|
-
i0.ɵɵadvance(
|
|
182
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c2, ctx_r0._platform.MenuMin))("matTooltip", ctx_r0._platform.MenuMin ? "Exibir" : i0.ɵɵpipeBind1(6, 4, "Ocultar"));
|
|
183
|
+
i0.ɵɵadvance(3);
|
|
141
184
|
i0.ɵɵproperty("ngIf", ctx_r0.menu);
|
|
142
185
|
} }
|
|
143
186
|
function InfoSidebarComponent_ng_container_1_section_12_Template(rf, ctx) { if (rf & 1) {
|
|
144
|
-
i0.ɵɵelementStart(0, "section",
|
|
145
|
-
i0.ɵɵelement(1, "mat-progress-bar",
|
|
187
|
+
i0.ɵɵelementStart(0, "section", 25);
|
|
188
|
+
i0.ɵɵelement(1, "mat-progress-bar", 26);
|
|
146
189
|
i0.ɵɵelementEnd();
|
|
147
190
|
} }
|
|
148
191
|
function InfoSidebarComponent_ng_container_1_ul_13_li_1_span_1_Template(rf, ctx) { if (rf & 1) {
|
|
149
|
-
i0.ɵɵelementStart(0, "span",
|
|
192
|
+
i0.ɵɵelementStart(0, "span", 32);
|
|
150
193
|
i0.ɵɵtext(1);
|
|
151
194
|
i0.ɵɵelementEnd();
|
|
152
195
|
} if (rf & 2) {
|
|
153
|
-
const
|
|
196
|
+
const m_r37 = i0.ɵɵnextContext().$implicit;
|
|
154
197
|
i0.ɵɵadvance(1);
|
|
155
|
-
i0.ɵɵtextInterpolate1("",
|
|
198
|
+
i0.ɵɵtextInterpolate1("", m_r37.Title, " ");
|
|
156
199
|
} }
|
|
157
200
|
function InfoSidebarComponent_ng_container_1_ul_13_li_1_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
158
|
-
const
|
|
159
|
-
i0.ɵɵelementStart(0, "a",
|
|
160
|
-
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_1_ul_13_li_1_a_2_Template_a_click_0_listener($event) { i0.ɵɵrestoreView(
|
|
201
|
+
const _r46 = i0.ɵɵgetCurrentView();
|
|
202
|
+
i0.ɵɵelementStart(0, "a", 33);
|
|
203
|
+
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_1_ul_13_li_1_a_2_Template_a_click_0_listener($event) { i0.ɵɵrestoreView(_r46); const m_r37 = i0.ɵɵnextContext().$implicit; const ctx_r44 = i0.ɵɵnextContext(3); ctx_r44.toggle($event, m_r37); return i0.ɵɵresetView(ctx_r44.resetLastSearch()); });
|
|
161
204
|
i0.ɵɵelementStart(1, "mat-icon");
|
|
162
205
|
i0.ɵɵtext(2);
|
|
163
206
|
i0.ɵɵelementEnd();
|
|
@@ -165,118 +208,118 @@ function InfoSidebarComponent_ng_container_1_ul_13_li_1_a_2_Template(rf, ctx) {
|
|
|
165
208
|
i0.ɵɵpipe(4, "translate");
|
|
166
209
|
i0.ɵɵelementEnd();
|
|
167
210
|
} if (rf & 2) {
|
|
168
|
-
const
|
|
169
|
-
i0.ɵɵproperty("routerLink",
|
|
211
|
+
const m_r37 = i0.ɵɵnextContext().$implicit;
|
|
212
|
+
i0.ɵɵproperty("routerLink", m_r37.Routing);
|
|
170
213
|
i0.ɵɵadvance(2);
|
|
171
|
-
i0.ɵɵtextInterpolate(
|
|
214
|
+
i0.ɵɵtextInterpolate(m_r37.Icon);
|
|
172
215
|
i0.ɵɵadvance(1);
|
|
173
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(4, 3,
|
|
216
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(4, 3, m_r37.Title), " ");
|
|
174
217
|
} }
|
|
175
218
|
function InfoSidebarComponent_ng_container_1_ul_13_li_1_a_3_Template(rf, ctx) { if (rf & 1) {
|
|
176
|
-
i0.ɵɵelementStart(0, "a",
|
|
219
|
+
i0.ɵɵelementStart(0, "a", 34)(1, "mat-icon");
|
|
177
220
|
i0.ɵɵtext(2);
|
|
178
221
|
i0.ɵɵelementEnd();
|
|
179
222
|
i0.ɵɵtext(3);
|
|
180
223
|
i0.ɵɵpipe(4, "translate");
|
|
181
224
|
i0.ɵɵelementEnd();
|
|
182
225
|
} if (rf & 2) {
|
|
183
|
-
const
|
|
226
|
+
const m_r37 = i0.ɵɵnextContext().$implicit;
|
|
184
227
|
i0.ɵɵadvance(2);
|
|
185
|
-
i0.ɵɵtextInterpolate(
|
|
228
|
+
i0.ɵɵtextInterpolate(m_r37.Icon);
|
|
186
229
|
i0.ɵɵadvance(1);
|
|
187
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(4, 2,
|
|
230
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(4, 2, m_r37.Title), " ");
|
|
188
231
|
} }
|
|
189
232
|
function InfoSidebarComponent_ng_container_1_ul_13_li_1_a_4_i_5_Template(rf, ctx) { if (rf & 1) {
|
|
190
|
-
i0.ɵɵelement(0, "i",
|
|
233
|
+
i0.ɵɵelement(0, "i", 38);
|
|
191
234
|
} }
|
|
192
235
|
function InfoSidebarComponent_ng_container_1_ul_13_li_1_a_4_Template(rf, ctx) { if (rf & 1) {
|
|
193
|
-
const
|
|
194
|
-
i0.ɵɵelementStart(0, "a",
|
|
195
|
-
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_1_ul_13_li_1_a_4_Template_a_click_0_listener($event) { i0.ɵɵrestoreView(
|
|
196
|
-
i0.ɵɵelementStart(1, "mat-icon",
|
|
236
|
+
const _r52 = i0.ɵɵgetCurrentView();
|
|
237
|
+
i0.ɵɵelementStart(0, "a", 35);
|
|
238
|
+
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_1_ul_13_li_1_a_4_Template_a_click_0_listener($event) { i0.ɵɵrestoreView(_r52); const m_r37 = i0.ɵɵnextContext().$implicit; const ctx_r50 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r50.toggle($event, m_r37)); });
|
|
239
|
+
i0.ɵɵelementStart(1, "mat-icon", 36);
|
|
197
240
|
i0.ɵɵtext(2);
|
|
198
241
|
i0.ɵɵelementEnd();
|
|
199
242
|
i0.ɵɵtext(3);
|
|
200
243
|
i0.ɵɵpipe(4, "translate");
|
|
201
|
-
i0.ɵɵtemplate(5, InfoSidebarComponent_ng_container_1_ul_13_li_1_a_4_i_5_Template, 1, 0, "i",
|
|
244
|
+
i0.ɵɵtemplate(5, InfoSidebarComponent_ng_container_1_ul_13_li_1_a_4_i_5_Template, 1, 0, "i", 37);
|
|
202
245
|
i0.ɵɵelementEnd();
|
|
203
246
|
} if (rf & 2) {
|
|
204
|
-
const
|
|
247
|
+
const m_r37 = i0.ɵɵnextContext().$implicit;
|
|
205
248
|
i0.ɵɵadvance(2);
|
|
206
|
-
i0.ɵɵtextInterpolate(
|
|
249
|
+
i0.ɵɵtextInterpolate(m_r37.Icon);
|
|
207
250
|
i0.ɵɵadvance(1);
|
|
208
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(4, 3,
|
|
251
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(4, 3, m_r37.Title), " ");
|
|
209
252
|
i0.ɵɵadvance(2);
|
|
210
|
-
i0.ɵɵproperty("ngIf",
|
|
253
|
+
i0.ɵɵproperty("ngIf", m_r37.Sub);
|
|
211
254
|
} }
|
|
212
255
|
function InfoSidebarComponent_ng_container_1_ul_13_li_1_ul_5_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
213
|
-
const
|
|
214
|
-
i0.ɵɵelementStart(0, "li",
|
|
215
|
-
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_1_ul_13_li_1_ul_5_li_1_Template_a_click_1_listener() { i0.ɵɵrestoreView(
|
|
256
|
+
const _r57 = i0.ɵɵgetCurrentView();
|
|
257
|
+
i0.ɵɵelementStart(0, "li", 41)(1, "a", 10);
|
|
258
|
+
i0.ɵɵlistener("click", function InfoSidebarComponent_ng_container_1_ul_13_li_1_ul_5_li_1_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r57); const ctx_r56 = i0.ɵɵnextContext(5); return i0.ɵɵresetView(ctx_r56.resetLastSearch()); });
|
|
216
259
|
i0.ɵɵtext(2);
|
|
217
260
|
i0.ɵɵpipe(3, "translate");
|
|
218
261
|
i0.ɵɵelementEnd()();
|
|
219
262
|
} if (rf & 2) {
|
|
220
|
-
const
|
|
263
|
+
const s_r55 = ctx.$implicit;
|
|
221
264
|
i0.ɵɵadvance(1);
|
|
222
|
-
i0.ɵɵproperty("routerLink",
|
|
265
|
+
i0.ɵɵproperty("routerLink", s_r55.Routing);
|
|
223
266
|
i0.ɵɵadvance(1);
|
|
224
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2,
|
|
267
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, s_r55.Title));
|
|
225
268
|
} }
|
|
226
269
|
function InfoSidebarComponent_ng_container_1_ul_13_li_1_ul_5_Template(rf, ctx) { if (rf & 1) {
|
|
227
|
-
i0.ɵɵelementStart(0, "ul",
|
|
228
|
-
i0.ɵɵtemplate(1, InfoSidebarComponent_ng_container_1_ul_13_li_1_ul_5_li_1_Template, 4, 4, "li",
|
|
270
|
+
i0.ɵɵelementStart(0, "ul", 39);
|
|
271
|
+
i0.ɵɵtemplate(1, InfoSidebarComponent_ng_container_1_ul_13_li_1_ul_5_li_1_Template, 4, 4, "li", 40);
|
|
229
272
|
i0.ɵɵelementEnd();
|
|
230
273
|
} if (rf & 2) {
|
|
231
|
-
const
|
|
274
|
+
const m_r37 = i0.ɵɵnextContext().$implicit;
|
|
232
275
|
i0.ɵɵadvance(1);
|
|
233
|
-
i0.ɵɵproperty("ngForOf",
|
|
276
|
+
i0.ɵɵproperty("ngForOf", m_r37.Sub);
|
|
234
277
|
} }
|
|
235
278
|
const _c3 = function (a0, a1, a2, a3) { return { "has-sub": a0, "active": a1, "menu-item-group": a2, "disabled": a3 }; };
|
|
236
279
|
function InfoSidebarComponent_ng_container_1_ul_13_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
237
280
|
i0.ɵɵelementStart(0, "li", 8);
|
|
238
|
-
i0.ɵɵtemplate(1, InfoSidebarComponent_ng_container_1_ul_13_li_1_span_1_Template, 2, 1, "span",
|
|
239
|
-
i0.ɵɵtemplate(2, InfoSidebarComponent_ng_container_1_ul_13_li_1_a_2_Template, 5, 5, "a",
|
|
240
|
-
i0.ɵɵtemplate(3, InfoSidebarComponent_ng_container_1_ul_13_li_1_a_3_Template, 5, 4, "a",
|
|
241
|
-
i0.ɵɵtemplate(4, InfoSidebarComponent_ng_container_1_ul_13_li_1_a_4_Template, 6, 5, "a",
|
|
242
|
-
i0.ɵɵtemplate(5, InfoSidebarComponent_ng_container_1_ul_13_li_1_ul_5_Template, 2, 1, "ul",
|
|
281
|
+
i0.ɵɵtemplate(1, InfoSidebarComponent_ng_container_1_ul_13_li_1_span_1_Template, 2, 1, "span", 27);
|
|
282
|
+
i0.ɵɵtemplate(2, InfoSidebarComponent_ng_container_1_ul_13_li_1_a_2_Template, 5, 5, "a", 28);
|
|
283
|
+
i0.ɵɵtemplate(3, InfoSidebarComponent_ng_container_1_ul_13_li_1_a_3_Template, 5, 4, "a", 29);
|
|
284
|
+
i0.ɵɵtemplate(4, InfoSidebarComponent_ng_container_1_ul_13_li_1_a_4_Template, 6, 5, "a", 30);
|
|
285
|
+
i0.ɵɵtemplate(5, InfoSidebarComponent_ng_container_1_ul_13_li_1_ul_5_Template, 2, 1, "ul", 31);
|
|
243
286
|
i0.ɵɵelementEnd();
|
|
244
287
|
} if (rf & 2) {
|
|
245
|
-
const
|
|
246
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction4(6, _c3,
|
|
288
|
+
const m_r37 = ctx.$implicit;
|
|
289
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction4(6, _c3, m_r37.Sub != null, m_r37.Active, m_r37.Group, !m_r37.Enabled));
|
|
247
290
|
i0.ɵɵadvance(1);
|
|
248
|
-
i0.ɵɵproperty("ngIf",
|
|
291
|
+
i0.ɵɵproperty("ngIf", m_r37.Group);
|
|
249
292
|
i0.ɵɵadvance(1);
|
|
250
|
-
i0.ɵɵproperty("ngIf", !
|
|
293
|
+
i0.ɵɵproperty("ngIf", !m_r37.Group && m_r37.Sub == null && m_r37.Enabled);
|
|
251
294
|
i0.ɵɵadvance(1);
|
|
252
|
-
i0.ɵɵproperty("ngIf", !
|
|
295
|
+
i0.ɵɵproperty("ngIf", !m_r37.Group && m_r37.Sub == null && !m_r37.Enabled);
|
|
253
296
|
i0.ɵɵadvance(1);
|
|
254
|
-
i0.ɵɵproperty("ngIf", !
|
|
297
|
+
i0.ɵɵproperty("ngIf", !m_r37.Group && m_r37.Sub != null);
|
|
255
298
|
i0.ɵɵadvance(1);
|
|
256
|
-
i0.ɵɵproperty("ngIf", !
|
|
299
|
+
i0.ɵɵproperty("ngIf", !m_r37.Group && m_r37.Sub != null);
|
|
257
300
|
} }
|
|
258
301
|
function InfoSidebarComponent_ng_container_1_ul_13_Template(rf, ctx) { if (rf & 1) {
|
|
259
302
|
i0.ɵɵelementStart(0, "ul");
|
|
260
303
|
i0.ɵɵtemplate(1, InfoSidebarComponent_ng_container_1_ul_13_li_1_Template, 6, 11, "li", 7);
|
|
261
304
|
i0.ɵɵelementEnd();
|
|
262
305
|
} if (rf & 2) {
|
|
263
|
-
const
|
|
306
|
+
const ctx_r35 = i0.ɵɵnextContext(2);
|
|
264
307
|
i0.ɵɵadvance(1);
|
|
265
|
-
i0.ɵɵproperty("ngForOf",
|
|
308
|
+
i0.ɵɵproperty("ngForOf", ctx_r35.menu);
|
|
266
309
|
} }
|
|
267
310
|
function InfoSidebarComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
268
311
|
i0.ɵɵelementContainerStart(0);
|
|
269
|
-
i0.ɵɵelementStart(1, "div",
|
|
270
|
-
i0.ɵɵelement(4, "i",
|
|
312
|
+
i0.ɵɵelementStart(1, "div", 19)(2, "div", 20)(3, "a", 21);
|
|
313
|
+
i0.ɵɵelement(4, "i", 22);
|
|
271
314
|
i0.ɵɵelementEnd()();
|
|
272
|
-
i0.ɵɵelementStart(5, "div",
|
|
315
|
+
i0.ɵɵelementStart(5, "div", 23)(6, "span");
|
|
273
316
|
i0.ɵɵtext(7);
|
|
274
317
|
i0.ɵɵelementEnd();
|
|
275
318
|
i0.ɵɵelementStart(8, "small");
|
|
276
319
|
i0.ɵɵtext(9);
|
|
277
320
|
i0.ɵɵelementEnd()();
|
|
278
321
|
i0.ɵɵelementStart(10, "nav")(11, "div", 3);
|
|
279
|
-
i0.ɵɵtemplate(12, InfoSidebarComponent_ng_container_1_section_12_Template, 2, 0, "section",
|
|
322
|
+
i0.ɵɵtemplate(12, InfoSidebarComponent_ng_container_1_section_12_Template, 2, 0, "section", 24);
|
|
280
323
|
i0.ɵɵtemplate(13, InfoSidebarComponent_ng_container_1_ul_13_Template, 2, 1, "ul", 0);
|
|
281
324
|
i0.ɵɵelementEnd()()();
|
|
282
325
|
i0.ɵɵelementContainerEnd();
|
|
@@ -292,6 +335,23 @@ function InfoSidebarComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
292
335
|
i0.ɵɵproperty("ngIf", ctx_r1.menu);
|
|
293
336
|
} }
|
|
294
337
|
export class InfoSidebarComponent {
|
|
338
|
+
_dataAcessService;
|
|
339
|
+
_authentication;
|
|
340
|
+
_themeService;
|
|
341
|
+
_session;
|
|
342
|
+
_platform;
|
|
343
|
+
_lastSearch;
|
|
344
|
+
_router;
|
|
345
|
+
_renderer;
|
|
346
|
+
_element;
|
|
347
|
+
api = null;
|
|
348
|
+
method = 'GetMenu';
|
|
349
|
+
activemenubyurl = false;
|
|
350
|
+
onchangestate = new EventEmitter();
|
|
351
|
+
loading = false;
|
|
352
|
+
menu = [];
|
|
353
|
+
openSubmenu = '';
|
|
354
|
+
menuAtivo = 'Dashboard';
|
|
295
355
|
constructor(_dataAcessService, _authentication, _themeService, _session, _platform, _lastSearch, _router, _renderer, _element) {
|
|
296
356
|
this._dataAcessService = _dataAcessService;
|
|
297
357
|
this._authentication = _authentication;
|
|
@@ -302,14 +362,6 @@ export class InfoSidebarComponent {
|
|
|
302
362
|
this._router = _router;
|
|
303
363
|
this._renderer = _renderer;
|
|
304
364
|
this._element = _element;
|
|
305
|
-
this.api = null;
|
|
306
|
-
this.method = 'GetMenu';
|
|
307
|
-
this.activemenubyurl = false;
|
|
308
|
-
this.onchangestate = new EventEmitter();
|
|
309
|
-
this.loading = false;
|
|
310
|
-
this.menu = [];
|
|
311
|
-
this.openSubmenu = '';
|
|
312
|
-
this.menuAtivo = 'Dashboard';
|
|
313
365
|
}
|
|
314
366
|
ngOnInit() {
|
|
315
367
|
if (!this._authentication.isLogged() || this.api == null)
|
|
@@ -369,20 +421,20 @@ export class InfoSidebarComponent {
|
|
|
369
421
|
toggleSidebar() {
|
|
370
422
|
this._themeService.setMenuMin();
|
|
371
423
|
}
|
|
372
|
-
/** @nocollapse */ static
|
|
373
|
-
/** @nocollapse */ static
|
|
374
|
-
i0.ɵɵtemplate(0, InfoSidebarComponent_ng_container_0_Template,
|
|
424
|
+
/** @nocollapse */ static ɵfac = function InfoSidebarComponent_Factory(t) { return new (t || InfoSidebarComponent)(i0.ɵɵdirectiveInject(i1.InfoDataService), i0.ɵɵdirectiveInject(i2.InfoAuthenticationService), i0.ɵɵdirectiveInject(i3.InfoThemeService), i0.ɵɵdirectiveInject(i4.InfoSessionModel), i0.ɵɵdirectiveInject(i5.InfoPlatformModel), i0.ɵɵdirectiveInject(i6.InfoLastSearchModel), i0.ɵɵdirectiveInject(i7.Router), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.ElementRef)); };
|
|
425
|
+
/** @nocollapse */ static ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: InfoSidebarComponent, selectors: [["info-sidebar"]], inputs: { api: "api", method: "method", activemenubyurl: "activemenubyurl" }, outputs: { onchangestate: "onchangestate" }, decls: 3, vars: 2, consts: [[4, "ngIf"], [1, "sidebar-overlay"], [1, "site-sidebar", 3, "ngClass"], [1, "main-menu"], ["id", "menu-min-icon", 3, "click"], ["matTooltipPosition", "right", 3, "ngClass", "matTooltip"], [1, "sub-menu-overlay", 3, "click"], ["class", "menu-item", 3, "ngClass", 4, "ngFor", "ngForOf"], [1, "menu-item", 3, "ngClass"], ["class", "item-link", 3, "routerLink", "click", 4, "ngIf"], [1, "item-link", 3, "routerLink", "click"], ["matTooltipPosition", "right", "matTooltipClass", "mat-tooltip", 3, "matTooltip", "matTooltipDisabled", "matTooltipShowDelay"], ["tooltip", "matTooltip"], [1, "title"], [1, "item-link", 3, "click"], [1, "sub-menu"], [4, "ngFor", "ngForOf"], ["class", "group-menu", 4, "ngFor", "ngForOf"], [1, "group-menu"], [1, "site-sidebar"], [1, "logo"], ["href", "/"], [1, "logo-img"], [1, "info"], ["class", "loading-bar", 4, "ngIf"], [1, "loading-bar"], ["color", "primary", "mode", "indeterminate"], ["class", "group-title", 4, "ngIf"], ["href", "#", "class", "item-link", 3, "routerLink", "click", 4, "ngIf"], ["class", "item-link", 4, "ngIf"], ["href", "#", "class", "item-link", 3, "click", 4, "ngIf"], ["class", "sub", 4, "ngIf"], [1, "group-title"], ["href", "#", 1, "item-link", 3, "routerLink", "click"], [1, "item-link"], ["href", "#", 1, "item-link", 3, "click"], [1, "icon"], ["class", "caret fa fa-angle-right", 4, "ngIf"], [1, "caret", "fa", "fa-angle-right"], [1, "sub"], ["class", "menu-item", 4, "ngFor", "ngForOf"], [1, "menu-item"]], template: function InfoSidebarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
426
|
+
i0.ɵɵtemplate(0, InfoSidebarComponent_ng_container_0_Template, 10, 10, "ng-container", 0);
|
|
375
427
|
i0.ɵɵtemplate(1, InfoSidebarComponent_ng_container_1_Template, 14, 4, "ng-container", 0);
|
|
376
428
|
i0.ɵɵelement(2, "div", 1);
|
|
377
429
|
} if (rf & 2) {
|
|
378
430
|
i0.ɵɵproperty("ngIf", ctx._platform.Config.ux >= 3);
|
|
379
431
|
i0.ɵɵadvance(1);
|
|
380
432
|
i0.ɵɵproperty("ngIf", ctx._platform.Config.ux <= 2);
|
|
381
|
-
} }, dependencies: [i8.NgClass, i8.NgForOf, i8.NgIf, i9.MatIcon, i10.MatProgressBar, i11.MatTooltip, i7.RouterLink, i12.InfoTranslatePipe], styles: [".uxc3[_nghost-%COMP%]{display:block;height:100%;left:0;position:fixed;top:80px;transition:left .2s ease-in-out,width .2s ease-in-out;width:240px;z-index:9997}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%]{left:-240px;top:180px}}.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;width:100%;min-height:60px}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]{position:relative}.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]:before{top:180px}}.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]:before{position:fixed;content:\" \";visibility:hidden;left:240px;top:0;width:370px;height:100%;z-index:-1;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]:before{display:none}}.uxc3[_nghost-%COMP%] .site-sidebar.opened[_ngcontent-%COMP%]:before{opacity:1;visibility:visible}.uxc3[_nghost-%COMP%] .site-sidebar.opened[_ngcontent-%COMP%] .sub-menu-overlay[_ngcontent-%COMP%]{opacity:.5;visibility:visible}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%] .site-sidebar.opened[_ngcontent-%COMP%] .sub-menu-overlay[_ngcontent-%COMP%]{opacity:0!important}}.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .sub-menu-overlay[_ngcontent-%COMP%]{height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:-2}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%]{display:block;padding-top:5px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] #menu-min-icon[_ngcontent-%COMP%]{position:absolute;top:20px;right:20px;width:20px;height:20px;cursor:pointer;transition:right .2s ease-in-out}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] #menu-min-icon[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{font-size:20px;width:inherit;height:inherit;transition:transform .2s ease-in-out;transform:rotate(180deg)}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] #menu-min-icon[_ngcontent-%COMP%] mat-icon.min[_ngcontent-%COMP%]{transform:rotate(0)}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%]{width:240px;overflow-y:auto}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{list-style-type:none;margin:30px 0 0;padding:10px 0 90px}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]{position:relative;margin-bottom:3px}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:after{bottom:0;content:\"\";position:absolute;left:-5px;top:0;transition:transform .2s ease-in-out;width:5px}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{display:block;font-size:14px;font-weight:500;padding:5px 5px 10px 20px;position:relative;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:auto;top:6px;margin-right:15px}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{margin-bottom:0;transition:opacity .2s ease-in-out}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:hover > .item-link[_ngcontent-%COMP%]{font-weight:600}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:hover:after{transform:translate(4px)}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.active[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%], .uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.opened[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{background:transparent;font-weight:600}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.active[_ngcontent-%COMP%]:after, .uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.opened[_ngcontent-%COMP%]:after{transform:translate(4px)}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.disabled[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{opacity:.5;cursor:default}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%]{font-family:Open Sans,sans-serif;visibility:hidden;opacity:0;position:fixed;left:240px;width:370px;padding:0 40px;top:100px;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%]{display:none}}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin:0;padding:0;list-style:none}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin:10px 3px}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:14px;font-weight:500;cursor:pointer;padding:5px 0;margin:0;transition:color .2s ease-in-out}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{text-decoration:none!important;font-weight:600!important}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.opened[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%]{visibility:visible;opacity:1}.uxc3[_nghost-%COMP%] .sidebar-overlay[_ngcontent-%COMP%]{height:100%;left:0;opacity:0;position:fixed;top:0;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:-3}.uxc2[_nghost-%COMP%]{display:block;height:100%;left:0;position:fixed;top:0;transition:left .2s ease-in-out;width:240px;z-index:997}@media only screen and (max-width: 991px){.uxc2[_nghost-%COMP%]{left:-240px}}.uxc2[_nghost-%COMP%] .logo[_ngcontent-%COMP%]{background:main-color(600);display:block;height:70px}.uxc2[_nghost-%COMP%] .logo[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{align-items:flex-end;display:flex;font-family:Open Sans,sans-serif;height:inherit;padding:5px 15px;text-decoration:none}.uxc2[_nghost-%COMP%] .logo[_ngcontent-%COMP%] a[_ngcontent-%COMP%] i.logo-img[_ngcontent-%COMP%]{width:210px;height:50px;margin:auto;vertical-align:top}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;width:100%;min-height:60px}@media only screen and (max-width: 991px){.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]{position:relative;z-index:9999}}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%]{background-size:cover;padding:8px 20px}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{margin:0;font-size:1.2em}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] small[_ngcontent-%COMP%]{display:block}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] label[_ngcontent-%COMP%]{display:block}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:5px}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] p[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:.9em;cursor:pointer}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] p[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{text-decoration:underline}.uxc2[_nghost-%COMP%] .sidebar-overlay[_ngcontent-%COMP%]{height:100%;left:0;opacity:0;position:fixed;top:0;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:9998}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%]{display:block;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%]{width:240px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{list-style-type:none;margin:0;padding:10px 0 22px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]{position:relative;margin-bottom:3px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:after{bottom:0;content:\"\";position:absolute;right:100%;top:0;transition:transform .2s ease-in-out;width:4px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%]{display:block;font-size:1rem;font-weight:400;padding:11px 22px;position:relative;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%] .item-badge[_ngcontent-%COMP%]{border-radius:8px;float:right;font-size:10px;line-height:1;margin-top:2px;padding:2px 6px 4px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{transition:color .2s ease-in-out;width:22px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:18px;height:auto;width:25px;top:4px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.menu-item-group[_ngcontent-%COMP%]:after{display:none}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .group-title[_ngcontent-%COMP%]{color:#0009;display:block;font-size:.8rem;font-weight:600;padding:6px 22px 5px;text-transform:uppercase}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub[_ngcontent-%COMP%]{list-style-type:none;overflow:hidden;margin:0;max-height:0;padding:0;transition:max-height .1s ease-in-out}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%]{padding:5px 22px 6px 48px;font-size:.9em}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:first-child > .item-link[_ngcontent-%COMP%]:before{border-top:1px solid transparent;content:\"\";left:0;position:absolute;right:0;top:0;transition:border .2s ease-in-out}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:hover:not(.disabled):after{transform:translate(4px)}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.active[_ngcontent-%COMP%]:after{transform:translate(4px)}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.disabled[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{opacity:.5;cursor:default}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub[_ngcontent-%COMP%]{position:relative}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{position:relative}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%] .caret[_ngcontent-%COMP%]{margin-top:.55rem;position:absolute;right:13px;top:6px;transition:transform .1s ease-in-out}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub.active[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%] .caret[_ngcontent-%COMP%]{transform:rotate(90deg)}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub.active[_ngcontent-%COMP%] > .sub[_ngcontent-%COMP%]{max-height:1000px}"] }); }
|
|
433
|
+
} }, dependencies: [i8.NgClass, i8.NgForOf, i8.NgIf, i9.MatIcon, i10.MatProgressBar, i11.MatTooltip, i7.RouterLink, i12.InfoTranslatePipe], styles: ["body[_ngcontent-%COMP%]{--ux-cor-hover: #F5F5F5;--ux-cor-hover-2: #eee;--ux-cor-hover-3: #fafafa;--ux-cor-hover-4: #e5e3ed;--ux-cor-hover-5: #f9f9f9;--ux-cor-bg: #adadad;--ux-cor-P: #fff;--ux-cor-A: #eeeef2;--ux-cor-X: #f5f5f5;--ux-cor-S: #666;--ux-cor-O: #ddd;--ux-cor-F: #222;--ux-cor-D: #ccdbb4;--ux-cor-linha: #CCCEDB;--ux-cor-btn-pri: #eeeef2;--ux-cor-btn-wrn: #BA5005;--ux-cor-btn-dis: #6a7282}.uxc3[_nghost-%COMP%]{display:block;height:100%;left:0;position:fixed;top:80px;transition:left .2s ease-in-out,width .2s ease-in-out;width:120px;z-index:9997}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%]{left:-120px;top:84px}}.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;width:100%;min-height:60px}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]{position:relative}.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]:before{top:180px}}.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]:before{position:fixed;content:\" \";visibility:hidden;left:120px;top:0;width:370px;height:100%;z-index:-1;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]:before{display:none}}.uxc3[_nghost-%COMP%] .site-sidebar.opened[_ngcontent-%COMP%]:before{opacity:1;visibility:visible}.uxc3[_nghost-%COMP%] .site-sidebar.opened[_ngcontent-%COMP%] .sub-menu-overlay[_ngcontent-%COMP%]{opacity:.5;visibility:visible}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%] .site-sidebar.opened[_ngcontent-%COMP%] .sub-menu-overlay[_ngcontent-%COMP%]{opacity:0!important}}.uxc3[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .sub-menu-overlay[_ngcontent-%COMP%]{height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:-2}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%]{display:block;padding-top:5px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] #menu-min-icon[_ngcontent-%COMP%]{position:absolute;top:20px;right:20px;width:20px;height:20px;cursor:pointer;transition:right .2s ease-in-out}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] #menu-min-icon[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{font-size:20px;width:inherit;height:inherit;transition:transform .2s ease-in-out;transform:rotate(180deg)}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] #menu-min-icon[_ngcontent-%COMP%] mat-icon.min[_ngcontent-%COMP%]{transform:rotate(0)}@media (max-width: 991px){.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] #menu-min-icon[_ngcontent-%COMP%]{display:none}}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%]{width:120px;overflow-y:auto}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{list-style-type:none;margin:30px 0 0;padding:10px 0 90px}@media (max-width: 991px){.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{margin-top:0}}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]{position:relative;margin-bottom:3px}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:after{bottom:0;content:\"\";position:absolute;left:-5px;top:0;transition:transform .2s ease-in-out;width:5px}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{display:block;font-size:14px;font-weight:500;padding:5px 5px 10px 20px;position:relative;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:auto;top:6px;margin-right:15px}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{margin-bottom:0;transition:opacity .2s ease-in-out}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:hover > .item-link[_ngcontent-%COMP%]{font-weight:600}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:hover:after{transform:translate(4px)}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.active[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%], .uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.opened[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{background:transparent;font-weight:600}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.active[_ngcontent-%COMP%]:after, .uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.opened[_ngcontent-%COMP%]:after{transform:translate(4px)}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.disabled[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{opacity:.5;cursor:default}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%]{font-family:Open Sans,sans-serif;visibility:hidden;opacity:0;position:fixed;left:120px;width:370px;padding:0 40px;top:100px;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;height:100%}@media screen and (max-width: 991px){.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%]{display:none}}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{max-height:calc(100% - 170px);overflow-y:auto;margin:0;padding:0;list-style:none}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin:10px 3px}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:14px;font-weight:500;cursor:pointer;padding:5px 0;margin:0;transition:color .2s ease-in-out}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{text-decoration:none!important;font-weight:600!important}.uxc3[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.opened[_ngcontent-%COMP%] .sub-menu[_ngcontent-%COMP%]{visibility:visible;opacity:1}.uxc3[_nghost-%COMP%] .sidebar-overlay[_ngcontent-%COMP%]{height:100%;left:0;opacity:0;position:fixed;top:0;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:-3}.uxc2[_nghost-%COMP%]{display:block;height:100%;left:0;position:fixed;top:0;transition:left .2s ease-in-out;width:120px;z-index:997}@media only screen and (max-width: 991px){.uxc2[_nghost-%COMP%]{left:-120px}}.uxc2[_nghost-%COMP%] .logo[_ngcontent-%COMP%]{background:main-color(600);display:block;height:70px}.uxc2[_nghost-%COMP%] .logo[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{align-items:flex-end;display:flex;font-family:Open Sans,sans-serif;height:inherit;padding:5px 15px;text-decoration:none}.uxc2[_nghost-%COMP%] .logo[_ngcontent-%COMP%] a[_ngcontent-%COMP%] i.logo-img[_ngcontent-%COMP%]{width:210px;height:50px;margin:auto;vertical-align:top}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;width:100%;min-height:60px}@media only screen and (max-width: 991px){.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%]{position:relative;z-index:9999}}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%]{background-size:cover;padding:8px 20px}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{margin:0;font-size:1.2em}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] small[_ngcontent-%COMP%]{display:block}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] label[_ngcontent-%COMP%]{display:block}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:5px}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] p[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:.9em;cursor:pointer}.uxc2[_nghost-%COMP%] .site-sidebar[_ngcontent-%COMP%] .info[_ngcontent-%COMP%] p[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{text-decoration:underline}.uxc2[_nghost-%COMP%] .sidebar-overlay[_ngcontent-%COMP%]{height:100%;left:0;opacity:0;position:fixed;top:0;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:9998}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%]{display:block;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%]{width:120px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%]{list-style-type:none;margin:0;padding:10px 0 22px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]{position:relative;margin-bottom:3px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:after{bottom:0;content:\"\";position:absolute;right:100%;top:0;transition:transform .2s ease-in-out;width:4px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%]{display:block;font-size:1rem;font-weight:400;padding:11px 22px;position:relative;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%] .item-badge[_ngcontent-%COMP%]{border-radius:8px;float:right;font-size:10px;line-height:1;margin-top:2px;padding:2px 6px 4px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{transition:color .2s ease-in-out;width:22px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:18px;height:auto;width:25px;top:4px}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.menu-item-group[_ngcontent-%COMP%]:after{display:none}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .group-title[_ngcontent-%COMP%]{color:#0009;display:block;font-size:.8rem;font-weight:600;padding:6px 22px 5px;text-transform:uppercase}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub[_ngcontent-%COMP%]{list-style-type:none;overflow:hidden;margin:0;max-height:0;padding:0;transition:max-height .1s ease-in-out}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .item-link[_ngcontent-%COMP%]{padding:5px 22px 6px 48px;font-size:.9em}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%] .sub[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:first-child > .item-link[_ngcontent-%COMP%]:before{border-top:1px solid transparent;content:\"\";left:0;position:absolute;right:0;top:0;transition:border .2s ease-in-out}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item[_ngcontent-%COMP%]:hover:not(.disabled):after{transform:translate(4px)}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.active[_ngcontent-%COMP%]:after{transform:translate(4px)}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.disabled[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{opacity:.5;cursor:default}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub[_ngcontent-%COMP%]{position:relative}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%]{position:relative}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%] .caret[_ngcontent-%COMP%]{margin-top:.55rem;position:absolute;right:13px;top:6px;transition:transform .1s ease-in-out}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub.active[_ngcontent-%COMP%] > .item-link[_ngcontent-%COMP%] .caret[_ngcontent-%COMP%]{transform:rotate(90deg)}.uxc2[_nghost-%COMP%] nav[_ngcontent-%COMP%] .main-menu[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] .menu-item.has-sub.active[_ngcontent-%COMP%] > .sub[_ngcontent-%COMP%]{max-height:1000px}"] });
|
|
382
434
|
}
|
|
383
435
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InfoSidebarComponent, [{
|
|
384
436
|
type: Component,
|
|
385
|
-
args: [{ selector: 'info-sidebar', template: "<ng-container *ngIf=\"_platform.Config.ux >= 3\">\r\n <div class=\"site-sidebar\" [ngClass]=\"{ 'opened': openSubmenu }\" >\r\n <nav>\r\n <div class=\"main-menu\">\r\n <a id=\"menu-min-icon\" (click)=\"toggleSidebar()\">\r\n <mat-icon [ngClass]=\"{ 'min': _platform.MenuMin }\">chevron_right</mat-icon>\r\n </a>\r\n\r\n <ul *ngIf=\"menu\">\r\n \r\n <li class=\"menu-item\" *ngFor=\"let m of menu\" [ngClass]=\"{ 'active': menuAtivo == m.Title, 'disabled': !m.Enabled, 'opened': openSubmenu == m.Title }\">\r\n \r\n <a *ngIf=\"m.Sub == null\" [routerLink]=\"m.Routing\" class=\"item-link\" (click)=\"access(m.Title);tooltip.hide();\" >\r\n <mat-icon #tooltip=\"matTooltip\" [matTooltip]=\"m.Title | translate\" [matTooltipDisabled]=\"!_platform.MenuMin\" matTooltipPosition=\"right\" [matTooltipShowDelay]=\"600\" matTooltipClass=\"mat-tooltip\">{{ m.Icon }}</mat-icon>\r\n <label class=\"title\">{{ m.Title | translate }}</label>\r\n </a>\r\n \r\n <ng-container *ngIf=\"m.Sub != null\">\r\n <a class=\"item-link\" (click)=\"toggleSubmenu(m.Title);tooltip.hide();\" >\r\n <mat-icon #tooltip=\"matTooltip\" [matTooltip]=\"m.Title | translate\" [matTooltipDisabled]=\"!_platform.MenuMin\" matTooltipPosition=\"right\" [matTooltipShowDelay]=\"600\" matTooltipClass=\"mat-tooltip\" >{{ m.Icon }}</mat-icon>\r\n <label class=\"title\">{{ m.Title | translate }}</label>\r\n </a>\r\n \r\n <div class=\"sub-menu\">\r\n <h4>{{ m.Title | translate }}</h4>\r\n \r\n <ul>\r\n <li *ngFor=\"let s of m.Sub\">\r\n <a [routerLink]=\"s.Routing\" class=\"item-link\" (click)=\"changeSidebar();access(m.Title);\" >{{ s.Title | translate }}</a>\r\n </li>\r\n </ul>\r\n </div>\r\n </ng-container>\r\n </li>\r\n </ul>\r\n </div>\r\n </nav>\r\n <div class=\"sub-menu-overlay\" (click)=\"openSubmenu = ''\"></div>\r\n </div>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"_platform.Config.ux <= 2\">\r\n <div class=\"site-sidebar\">\r\n\r\n <div class=\"logo\">\r\n <a href=\"/\" >\r\n <i class=\"logo-img\"></i>\r\n </a>\r\n </div>\r\n\r\n <div class=\"info\">\r\n <span>{{ _session.Usuario }}</span>\r\n <small>{{ _session.Perfil }}</small>\r\n </div>\r\n\r\n <nav>\r\n <div class=\"main-menu\">\r\n <section class=\"loading-bar\" *ngIf=\"loading\">\r\n <mat-progress-bar color=\"primary\" mode=\"indeterminate\"></mat-progress-bar>\r\n </section>\r\n <ul *ngIf=\"menu\">\r\n <li class=\"menu-item\" *ngFor=\"let m of menu\" [ngClass]=\"{ 'has-sub': m.Sub != null, 'active': m.Active, 'menu-item-group': m.Group, 'disabled': !m.Enabled }\">\r\n \r\n <!-- Grupos -->\r\n <span class=\"group-title\" *ngIf=\"m.Group\">{{ m.Title }} </span>\r\n \r\n <!-- Itens -->\r\n <a href=\"#\" [routerLink]=\"m.Routing\" class=\"item-link\" *ngIf=\"!m.Group && m.Sub == null && m.Enabled\" (click)=\"toggle($event, m);resetLastSearch();\">\r\n <mat-icon>{{ m.Icon }}</mat-icon>{{ m.Title | translate }}\r\n </a>\r\n \r\n <a class=\"item-link\" *ngIf=\"!m.Group && m.Sub == null && !m.Enabled\">\r\n <mat-icon>{{ m.Icon }}</mat-icon>{{ m.Title | translate }} \r\n </a>\r\n \r\n <!-- Item com submenu -->\r\n <a href=\"#\" class=\"item-link\" *ngIf=\"!m.Group && m.Sub != null\" (click)=\"toggle($event, m)\">\r\n <mat-icon class=\"icon\">{{ m.Icon }}</mat-icon>{{ m.Title | translate }}\r\n <i class=\"caret fa fa-angle-right\" *ngIf=\"m.Sub\"></i>\r\n </a>\r\n \r\n <!-- Sub Menu -->\r\n <ul class=\"sub\" *ngIf=\"!m.Group && m.Sub != null\">\r\n <li class=\"menu-item\" *ngFor=\"let s of m.Sub\">\r\n <a [routerLink]=\"s.Routing\" (click)=\"resetLastSearch()\" class=\"item-link\" >{{ s.Title | translate }}</a>\r\n </li>\r\n </ul>\r\n </li>\r\n </ul>\r\n </div>\r\n </nav>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"sidebar-overlay\"></div>", styles: [":host.uxc3{display:block;height:100%;left:0;position:fixed;top:80px;transition:left .2s ease-in-out,width .2s ease-in-out;width:240px;z-index:9997}@media screen and (max-width: 991px){:host.uxc3{left:-240px;top:180px}}:host.uxc3 .site-sidebar{display:flex;flex-direction:column;height:100%;width:100%;min-height:60px}@media screen and (max-width: 991px){:host.uxc3 .site-sidebar{position:relative}:host.uxc3 .site-sidebar:before{top:180px}}:host.uxc3 .site-sidebar:before{position:fixed;content:\" \";visibility:hidden;left:240px;top:0;width:370px;height:100%;z-index:-1;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}@media screen and (max-width: 991px){:host.uxc3 .site-sidebar:before{display:none}}:host.uxc3 .site-sidebar.opened:before{opacity:1;visibility:visible}:host.uxc3 .site-sidebar.opened .sub-menu-overlay{opacity:.5;visibility:visible}@media screen and (max-width: 991px){:host.uxc3 .site-sidebar.opened .sub-menu-overlay{opacity:0!important}}:host.uxc3 .site-sidebar .sub-menu-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:-2}:host.uxc3 nav{display:block;padding-top:5px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}:host.uxc3 nav #menu-min-icon{position:absolute;top:20px;right:20px;width:20px;height:20px;cursor:pointer;transition:right .2s ease-in-out}:host.uxc3 nav #menu-min-icon mat-icon{font-size:20px;width:inherit;height:inherit;transition:transform .2s ease-in-out;transform:rotate(180deg)}:host.uxc3 nav #menu-min-icon mat-icon.min{transform:rotate(0)}:host.uxc3 nav .main-menu{width:240px;overflow-y:auto}:host.uxc3 nav .main-menu>ul{list-style-type:none;margin:30px 0 0;padding:10px 0 90px}:host.uxc3 nav .main-menu>ul .menu-item{position:relative;margin-bottom:3px}:host.uxc3 nav .main-menu>ul .menu-item:after{bottom:0;content:\"\";position:absolute;left:-5px;top:0;transition:transform .2s ease-in-out;width:5px}:host.uxc3 nav .main-menu>ul .menu-item>.item-link{display:block;font-size:14px;font-weight:500;padding:5px 5px 10px 20px;position:relative;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}:host.uxc3 nav .main-menu>ul .menu-item>.item-link .mat-icon{height:auto;top:6px;margin-right:15px}:host.uxc3 nav .main-menu>ul .menu-item>.item-link .title{margin-bottom:0;transition:opacity .2s ease-in-out}:host.uxc3 nav .main-menu>ul .menu-item:hover>.item-link{font-weight:600}:host.uxc3 nav .main-menu>ul .menu-item:hover:after{transform:translate(4px)}:host.uxc3 nav .main-menu>ul .menu-item.active>.item-link,:host.uxc3 nav .main-menu>ul .menu-item.opened>.item-link{background:transparent;font-weight:600}:host.uxc3 nav .main-menu>ul .menu-item.active:after,:host.uxc3 nav .main-menu>ul .menu-item.opened:after{transform:translate(4px)}:host.uxc3 nav .main-menu>ul .menu-item.disabled>.item-link{opacity:.5;cursor:default}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu{font-family:Open Sans,sans-serif;visibility:hidden;opacity:0;position:fixed;left:240px;width:370px;padding:0 40px;top:100px;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out}@media screen and (max-width: 991px){:host.uxc3 nav .main-menu>ul .menu-item .sub-menu{display:none}}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu h4{font-size:24px;font-weight:500}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul{margin:0;padding:0;list-style:none}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul li{margin:10px 3px}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul li a{font-size:14px;font-weight:500;cursor:pointer;padding:5px 0;margin:0;transition:color .2s ease-in-out}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul li a:hover{text-decoration:none!important;font-weight:600!important}:host.uxc3 nav .main-menu>ul .menu-item.opened .sub-menu{visibility:visible;opacity:1}:host.uxc3 .sidebar-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:-3}:host.uxc2{display:block;height:100%;left:0;position:fixed;top:0;transition:left .2s ease-in-out;width:240px;z-index:997}@media only screen and (max-width: 991px){:host.uxc2{left:-240px}}:host.uxc2 .logo{background:main-color(600);display:block;height:70px}:host.uxc2 .logo a{align-items:flex-end;display:flex;font-family:Open Sans,sans-serif;height:inherit;padding:5px 15px;text-decoration:none}:host.uxc2 .logo a i.logo-img{width:210px;height:50px;margin:auto;vertical-align:top}:host.uxc2 .site-sidebar{display:flex;flex-direction:column;height:100%;width:100%;min-height:60px}@media only screen and (max-width: 991px){:host.uxc2 .site-sidebar{position:relative;z-index:9999}}:host.uxc2 .site-sidebar .info{background-size:cover;padding:8px 20px}:host.uxc2 .site-sidebar .info span{margin:0;font-size:1.2em}:host.uxc2 .site-sidebar .info small{display:block}:host.uxc2 .site-sidebar .info label{display:block}:host.uxc2 .site-sidebar .info p{margin-top:5px}:host.uxc2 .site-sidebar .info p a{font-size:.9em;cursor:pointer}:host.uxc2 .site-sidebar .info p a:hover{text-decoration:underline}:host.uxc2 .sidebar-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:9998}:host.uxc2 nav{display:block;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}:host.uxc2 nav .main-menu{width:240px}:host.uxc2 nav .main-menu>ul{list-style-type:none;margin:0;padding:10px 0 22px}:host.uxc2 nav .main-menu>ul .menu-item{position:relative;margin-bottom:3px}:host.uxc2 nav .main-menu>ul .menu-item:after{bottom:0;content:\"\";position:absolute;right:100%;top:0;transition:transform .2s ease-in-out;width:4px}:host.uxc2 nav .main-menu>ul .menu-item .item-link{display:block;font-size:1rem;font-weight:400;padding:11px 22px;position:relative;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item .item-link .item-badge{border-radius:8px;float:right;font-size:10px;line-height:1;margin-top:2px;padding:2px 6px 4px}:host.uxc2 nav .main-menu>ul .menu-item .item-link .icon{transition:color .2s ease-in-out;width:22px}:host.uxc2 nav .main-menu>ul .menu-item .item-link .mat-icon{font-size:18px;height:auto;width:25px;top:4px}:host.uxc2 nav .main-menu>ul .menu-item.menu-item-group:after{display:none}:host.uxc2 nav .main-menu>ul .menu-item .group-title{color:#0009;display:block;font-size:.8rem;font-weight:600;padding:6px 22px 5px;text-transform:uppercase}:host.uxc2 nav .main-menu>ul .menu-item .sub{list-style-type:none;overflow:hidden;margin:0;max-height:0;padding:0;transition:max-height .1s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item .sub .menu-item .item-link{padding:5px 22px 6px 48px;font-size:.9em}:host.uxc2 nav .main-menu>ul .menu-item .sub .menu-item:first-child>.item-link:before{border-top:1px solid transparent;content:\"\";left:0;position:absolute;right:0;top:0;transition:border .2s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item:hover:not(.disabled):after{transform:translate(4px)}:host.uxc2 nav .main-menu>ul .menu-item.active:after{transform:translate(4px)}:host.uxc2 nav .main-menu>ul .menu-item.disabled>.item-link{opacity:.5;cursor:default}:host.uxc2 nav .main-menu>ul .menu-item.has-sub{position:relative}:host.uxc2 nav .main-menu>ul .menu-item.has-sub>.item-link{position:relative}:host.uxc2 nav .main-menu>ul .menu-item.has-sub>.item-link .caret{margin-top:.55rem;position:absolute;right:13px;top:6px;transition:transform .1s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item.has-sub.active>.item-link .caret{transform:rotate(90deg)}:host.uxc2 nav .main-menu>ul .menu-item.has-sub.active>.sub{max-height:1000px}\n"] }]
|
|
437
|
+
args: [{ selector: 'info-sidebar', template: "<ng-container *ngIf=\"_platform.Config.ux >= 3\">\r\n <div class=\"site-sidebar\" [ngClass]=\"{ 'opened': openSubmenu }\" >\r\n <nav>\r\n <div class=\"main-menu\">\r\n <a id=\"menu-min-icon\" (click)=\"toggleSidebar()\">\r\n <mat-icon [ngClass]=\"{ 'min': _platform.MenuMin }\" [matTooltip]=\"_platform.MenuMin ? 'Exibir' : 'Ocultar' | translate\" matTooltipPosition=\"right\" >arrow_menu_close</mat-icon>\r\n </a>\r\n\r\n <ul *ngIf=\"menu\">\r\n \r\n <li class=\"menu-item\" *ngFor=\"let m of menu\" [ngClass]=\"{ 'active': menuAtivo == m.Title, 'disabled': !m.Enabled, 'opened': openSubmenu == m.Title }\">\r\n \r\n <a *ngIf=\"m.Sub == null\" [routerLink]=\"m.Routing\" class=\"item-link\" (click)=\"changeSidebar();access(m.Title);tooltip.hide();\" >\r\n <mat-icon #tooltip=\"matTooltip\" [matTooltip]=\"m.Title | translate\" [matTooltipDisabled]=\"!_platform.MenuMin\" matTooltipPosition=\"right\" [matTooltipShowDelay]=\"600\" matTooltipClass=\"mat-tooltip\">{{ m.Icon }}</mat-icon>\r\n <label class=\"title\">{{ m.Title | translate }}</label>\r\n </a>\r\n \r\n <ng-container *ngIf=\"m.Sub != null || m.SubGroup != null\">\r\n <a class=\"item-link\" (click)=\"toggleSubmenu(m.Title);tooltip.hide();\" >\r\n <mat-icon #tooltip=\"matTooltip\" [matTooltip]=\"m.Title | translate\" [matTooltipDisabled]=\"!_platform.MenuMin\" matTooltipPosition=\"right\" [matTooltipShowDelay]=\"600\" matTooltipClass=\"mat-tooltip\" >{{ m.Icon }}</mat-icon>\r\n <label class=\"title\">{{ m.Title | translate }}</label>\r\n </a>\r\n \r\n <div class=\"sub-menu\">\r\n <h4>{{ m.Title | translate }}</h4>\r\n \r\n <ul>\r\n <li *ngFor=\"let s of m.Sub\">\r\n <a [routerLink]=\"s.Routing\" class=\"item-link\" (click)=\"changeSidebar();access(m.Title);\" >{{ s.Title | translate }}</a>\r\n </li>\r\n </ul>\r\n\r\n <ng-container *ngIf=\"m.SubGroup != null\">\r\n <div class=\"group-menu\" *ngFor=\"let g of m.SubGroup\">\r\n <h5>{{ g.Title | translate }}</h5>\r\n \r\n <ul>\r\n <li *ngFor=\"let s of g.Sub\">\r\n <a [routerLink]=\"s.Routing\" class=\"item-link\" (click)=\"changeSidebar();access(m.Title);\" >{{ s.Title | translate }}</a>\r\n </li>\r\n </ul>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </li>\r\n </ul>\r\n </div>\r\n </nav>\r\n <div class=\"sub-menu-overlay\" (click)=\"openSubmenu = ''\"></div>\r\n </div>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"_platform.Config.ux <= 2\">\r\n <div class=\"site-sidebar\">\r\n\r\n <div class=\"logo\">\r\n <a href=\"/\" >\r\n <i class=\"logo-img\"></i>\r\n </a>\r\n </div>\r\n\r\n <div class=\"info\">\r\n <span>{{ _session.Usuario }}</span>\r\n <small>{{ _session.Perfil }}</small>\r\n </div>\r\n\r\n <nav>\r\n <div class=\"main-menu\">\r\n <section class=\"loading-bar\" *ngIf=\"loading\">\r\n <mat-progress-bar color=\"primary\" mode=\"indeterminate\"></mat-progress-bar>\r\n </section>\r\n <ul *ngIf=\"menu\">\r\n <li class=\"menu-item\" *ngFor=\"let m of menu\" [ngClass]=\"{ 'has-sub': m.Sub != null, 'active': m.Active, 'menu-item-group': m.Group, 'disabled': !m.Enabled }\">\r\n \r\n <!-- Grupos -->\r\n <span class=\"group-title\" *ngIf=\"m.Group\">{{ m.Title }} </span>\r\n \r\n <!-- Itens -->\r\n <a href=\"#\" [routerLink]=\"m.Routing\" class=\"item-link\" *ngIf=\"!m.Group && m.Sub == null && m.Enabled\" (click)=\"toggle($event, m);resetLastSearch();\">\r\n <mat-icon>{{ m.Icon }}</mat-icon>{{ m.Title | translate }}\r\n </a>\r\n \r\n <a class=\"item-link\" *ngIf=\"!m.Group && m.Sub == null && !m.Enabled\">\r\n <mat-icon>{{ m.Icon }}</mat-icon>{{ m.Title | translate }} \r\n </a>\r\n \r\n <!-- Item com submenu -->\r\n <a href=\"#\" class=\"item-link\" *ngIf=\"!m.Group && m.Sub != null\" (click)=\"toggle($event, m)\">\r\n <mat-icon class=\"icon\">{{ m.Icon }}</mat-icon>{{ m.Title | translate }}\r\n <i class=\"caret fa fa-angle-right\" *ngIf=\"m.Sub\"></i>\r\n </a>\r\n \r\n <!-- Sub Menu -->\r\n <ul class=\"sub\" *ngIf=\"!m.Group && m.Sub != null\">\r\n <li class=\"menu-item\" *ngFor=\"let s of m.Sub\">\r\n <a [routerLink]=\"s.Routing\" (click)=\"resetLastSearch()\" class=\"item-link\" >{{ s.Title | translate }}</a>\r\n </li>\r\n </ul>\r\n </li>\r\n </ul>\r\n </div>\r\n </nav>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"sidebar-overlay\"></div>", styles: ["body{--ux-cor-hover: #F5F5F5;--ux-cor-hover-2: #eee;--ux-cor-hover-3: #fafafa;--ux-cor-hover-4: #e5e3ed;--ux-cor-hover-5: #f9f9f9;--ux-cor-bg: #adadad;--ux-cor-P: #fff;--ux-cor-A: #eeeef2;--ux-cor-X: #f5f5f5;--ux-cor-S: #666;--ux-cor-O: #ddd;--ux-cor-F: #222;--ux-cor-D: #ccdbb4;--ux-cor-linha: #CCCEDB;--ux-cor-btn-pri: #eeeef2;--ux-cor-btn-wrn: #BA5005;--ux-cor-btn-dis: #6a7282}:host.uxc3{display:block;height:100%;left:0;position:fixed;top:80px;transition:left .2s ease-in-out,width .2s ease-in-out;width:120px;z-index:9997}@media screen and (max-width: 991px){:host.uxc3{left:-120px;top:84px}}:host.uxc3 .site-sidebar{display:flex;flex-direction:column;height:100%;width:100%;min-height:60px}@media screen and (max-width: 991px){:host.uxc3 .site-sidebar{position:relative}:host.uxc3 .site-sidebar:before{top:180px}}:host.uxc3 .site-sidebar:before{position:fixed;content:\" \";visibility:hidden;left:120px;top:0;width:370px;height:100%;z-index:-1;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}@media screen and (max-width: 991px){:host.uxc3 .site-sidebar:before{display:none}}:host.uxc3 .site-sidebar.opened:before{opacity:1;visibility:visible}:host.uxc3 .site-sidebar.opened .sub-menu-overlay{opacity:.5;visibility:visible}@media screen and (max-width: 991px){:host.uxc3 .site-sidebar.opened .sub-menu-overlay{opacity:0!important}}:host.uxc3 .site-sidebar .sub-menu-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:-2}:host.uxc3 nav{display:block;padding-top:5px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}:host.uxc3 nav #menu-min-icon{position:absolute;top:20px;right:20px;width:20px;height:20px;cursor:pointer;transition:right .2s ease-in-out}:host.uxc3 nav #menu-min-icon mat-icon{font-size:20px;width:inherit;height:inherit;transition:transform .2s ease-in-out;transform:rotate(180deg)}:host.uxc3 nav #menu-min-icon mat-icon.min{transform:rotate(0)}@media (max-width: 991px){:host.uxc3 nav #menu-min-icon{display:none}}:host.uxc3 nav .main-menu{width:120px;overflow-y:auto}:host.uxc3 nav .main-menu>ul{list-style-type:none;margin:30px 0 0;padding:10px 0 90px}@media (max-width: 991px){:host.uxc3 nav .main-menu>ul{margin-top:0}}:host.uxc3 nav .main-menu>ul .menu-item{position:relative;margin-bottom:3px}:host.uxc3 nav .main-menu>ul .menu-item:after{bottom:0;content:\"\";position:absolute;left:-5px;top:0;transition:transform .2s ease-in-out;width:5px}:host.uxc3 nav .main-menu>ul .menu-item>.item-link{display:block;font-size:14px;font-weight:500;padding:5px 5px 10px 20px;position:relative;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}:host.uxc3 nav .main-menu>ul .menu-item>.item-link .mat-icon{height:auto;top:6px;margin-right:15px}:host.uxc3 nav .main-menu>ul .menu-item>.item-link .title{margin-bottom:0;transition:opacity .2s ease-in-out}:host.uxc3 nav .main-menu>ul .menu-item:hover>.item-link{font-weight:600}:host.uxc3 nav .main-menu>ul .menu-item:hover:after{transform:translate(4px)}:host.uxc3 nav .main-menu>ul .menu-item.active>.item-link,:host.uxc3 nav .main-menu>ul .menu-item.opened>.item-link{background:transparent;font-weight:600}:host.uxc3 nav .main-menu>ul .menu-item.active:after,:host.uxc3 nav .main-menu>ul .menu-item.opened:after{transform:translate(4px)}:host.uxc3 nav .main-menu>ul .menu-item.disabled>.item-link{opacity:.5;cursor:default}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu{font-family:Open Sans,sans-serif;visibility:hidden;opacity:0;position:fixed;left:120px;width:370px;padding:0 40px;top:100px;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;height:100%}@media screen and (max-width: 991px){:host.uxc3 nav .main-menu>ul .menu-item .sub-menu{display:none}}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu h4{font-size:24px;font-weight:500}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul{max-height:calc(100% - 170px);overflow-y:auto;margin:0;padding:0;list-style:none}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul li{margin:10px 3px}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul li a{font-size:14px;font-weight:500;cursor:pointer;padding:5px 0;margin:0;transition:color .2s ease-in-out}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul li a:hover{text-decoration:none!important;font-weight:600!important}:host.uxc3 nav .main-menu>ul .menu-item.opened .sub-menu{visibility:visible;opacity:1}:host.uxc3 .sidebar-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:-3}:host.uxc2{display:block;height:100%;left:0;position:fixed;top:0;transition:left .2s ease-in-out;width:120px;z-index:997}@media only screen and (max-width: 991px){:host.uxc2{left:-120px}}:host.uxc2 .logo{background:main-color(600);display:block;height:70px}:host.uxc2 .logo a{align-items:flex-end;display:flex;font-family:Open Sans,sans-serif;height:inherit;padding:5px 15px;text-decoration:none}:host.uxc2 .logo a i.logo-img{width:210px;height:50px;margin:auto;vertical-align:top}:host.uxc2 .site-sidebar{display:flex;flex-direction:column;height:100%;width:100%;min-height:60px}@media only screen and (max-width: 991px){:host.uxc2 .site-sidebar{position:relative;z-index:9999}}:host.uxc2 .site-sidebar .info{background-size:cover;padding:8px 20px}:host.uxc2 .site-sidebar .info span{margin:0;font-size:1.2em}:host.uxc2 .site-sidebar .info small{display:block}:host.uxc2 .site-sidebar .info label{display:block}:host.uxc2 .site-sidebar .info p{margin-top:5px}:host.uxc2 .site-sidebar .info p a{font-size:.9em;cursor:pointer}:host.uxc2 .site-sidebar .info p a:hover{text-decoration:underline}:host.uxc2 .sidebar-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;transition:.2s opacity 0s ease-in-out,0s visibility .2s ease-in-out;visibility:hidden;width:100%;z-index:9998}:host.uxc2 nav{display:block;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}:host.uxc2 nav .main-menu{width:120px}:host.uxc2 nav .main-menu>ul{list-style-type:none;margin:0;padding:10px 0 22px}:host.uxc2 nav .main-menu>ul .menu-item{position:relative;margin-bottom:3px}:host.uxc2 nav .main-menu>ul .menu-item:after{bottom:0;content:\"\";position:absolute;right:100%;top:0;transition:transform .2s ease-in-out;width:4px}:host.uxc2 nav .main-menu>ul .menu-item .item-link{display:block;font-size:1rem;font-weight:400;padding:11px 22px;position:relative;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item .item-link .item-badge{border-radius:8px;float:right;font-size:10px;line-height:1;margin-top:2px;padding:2px 6px 4px}:host.uxc2 nav .main-menu>ul .menu-item .item-link .icon{transition:color .2s ease-in-out;width:22px}:host.uxc2 nav .main-menu>ul .menu-item .item-link .mat-icon{font-size:18px;height:auto;width:25px;top:4px}:host.uxc2 nav .main-menu>ul .menu-item.menu-item-group:after{display:none}:host.uxc2 nav .main-menu>ul .menu-item .group-title{color:#0009;display:block;font-size:.8rem;font-weight:600;padding:6px 22px 5px;text-transform:uppercase}:host.uxc2 nav .main-menu>ul .menu-item .sub{list-style-type:none;overflow:hidden;margin:0;max-height:0;padding:0;transition:max-height .1s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item .sub .menu-item .item-link{padding:5px 22px 6px 48px;font-size:.9em}:host.uxc2 nav .main-menu>ul .menu-item .sub .menu-item:first-child>.item-link:before{border-top:1px solid transparent;content:\"\";left:0;position:absolute;right:0;top:0;transition:border .2s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item:hover:not(.disabled):after{transform:translate(4px)}:host.uxc2 nav .main-menu>ul .menu-item.active:after{transform:translate(4px)}:host.uxc2 nav .main-menu>ul .menu-item.disabled>.item-link{opacity:.5;cursor:default}:host.uxc2 nav .main-menu>ul .menu-item.has-sub{position:relative}:host.uxc2 nav .main-menu>ul .menu-item.has-sub>.item-link{position:relative}:host.uxc2 nav .main-menu>ul .menu-item.has-sub>.item-link .caret{margin-top:.55rem;position:absolute;right:13px;top:6px;transition:transform .1s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item.has-sub.active>.item-link .caret{transform:rotate(90deg)}:host.uxc2 nav .main-menu>ul .menu-item.has-sub.active>.sub{max-height:1000px}\n"] }]
|
|
386
438
|
}], function () { return [{ type: i1.InfoDataService }, { type: i2.InfoAuthenticationService }, { type: i3.InfoThemeService }, { type: i4.InfoSessionModel }, { type: i5.InfoPlatformModel }, { type: i6.InfoLastSearchModel }, { type: i7.Router }, { type: i0.Renderer2 }, { type: i0.ElementRef }]; }, { api: [{
|
|
387
439
|
type: Input
|
|
388
440
|
}], method: [{
|
|
@@ -392,4 +444,4 @@ export class InfoSidebarComponent {
|
|
|
392
444
|
}], onchangestate: [{
|
|
393
445
|
type: Output
|
|
394
446
|
}] }); })();
|
|
395
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pbmZvLWxpYnJhcnkvc3JjL2xheW91dHMvc2lkZWJhci9zaWRlYmFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2luZm8tbGlicmFyeS9zcmMvbGF5b3V0cy9zaWRlYmFyL3NpZGViYXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3RHLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUNqRixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNwRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0lDS2xDLDZCQUErRztJQUEzQyx3UEFBUyx5QkFBZSxTQUFDLGVBQUEsVUFBYyxDQUFBLElBQUU7SUFDekcsd0NBQWtNOztJQUFBLFlBQVk7SUFBQSxpQkFBVztJQUN6TixpQ0FBcUI7SUFBQSxZQUF5Qjs7SUFBQSxpQkFBUSxFQUFBOzs7O0lBRmpDLHlDQUF3QjtJQUNiLGVBQWtDO0lBQWxDLDZEQUFrQyxpREFBQSw0QkFBQTtJQUFnSSxlQUFZO0lBQVosK0JBQVk7SUFDekwsZUFBeUI7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LEVBQUUsQ0FBQyxDQUFDLENBQUMsT0FBTyxJQUFJLEdBQUcsQ0FBQyxDQUFDO1FBRXJELElBQUksUUFBUSxJQUFJLElBQUk7WUFDaEIsSUFBSSxDQUFDLFNBQVMsR0FBRyxRQUFRLENBQUMsS0FBSyxDQUFDO0lBQ3hDLENBQUM7SUFFRCxhQUFhLENBQUMsSUFBSTtRQUNkLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLFdBQVcsSUFBSSxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO0lBQzVELENBQUM7SUFFRCxlQUFlO1FBQ1gsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO1FBQzlCLElBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxHQUFHLEVBQUUsQ0FBQztJQUM5QixDQUFDO0lBRUQsYUFBYTtRQUNULElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDOUIsQ0FBQztJQUVELGFBQWE7UUFDVCxJQUFJLENBQUMsYUFBYSxDQUFDLFVBQVUsRUFBRSxDQUFDO0lBQ3BDLENBQUM7d0dBN0ZRLG9CQUFvQjttR0FBcEIsb0JBQW9CO1lDZGpDLHVGQXVDZTtZQUVmLHdGQW1EZTtZQUVmLHlCQUFtQzs7WUE5RnBCLG1EQUE4QjtZQXlDOUIsZUFBOEI7WUFBOUIsbURBQThCOzs7dUZEM0JoQyxvQkFBb0I7Y0FMaEMsU0FBUzsyQkFDSSxjQUFjO2dUQU1mLEdBQUc7a0JBQVgsS0FBSztZQUNHLE1BQU07a0JBQWQsS0FBSztZQUNHLGVBQWU7a0JBQXZCLEtBQUs7WUFDSSxhQUFhO2tCQUF0QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCwgUmVuZGVyZXIyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEluZm9EYXRhU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2UvZGF0YS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgSW5mb0F1dGhlbnRpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2UvYXV0aGVudGljYXRpb24uc2VydmljZSc7XHJcbmltcG9ydCB7IEluZm9UaGVtZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlL3RoZW1lLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBJbmZvTGFzdFNlYXJjaE1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWwvbGFzdC1zZWFyY2gubW9kZWwnO1xyXG5pbXBvcnQgeyBJbmZvU2Vzc2lvbk1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWwvc2Vzc2lvbi5tb2RlbCc7XHJcbmltcG9ydCB7IEluZm9QbGF0Zm9ybU1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWwvcGxhdGZvcm0ubW9kZWwnO1xyXG5pbXBvcnQgeyBOYXZpZ2F0aW9uU3RhcnQsIFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnaW5mby1zaWRlYmFyJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9zaWRlYmFyLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlVXJsczogWycuL3NpZGViYXIuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSW5mb1NpZGViYXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICAgIEBJbnB1dCgpIGFwaTogYW55ID0gbnVsbDtcclxuICAgIEBJbnB1dCgpIG1ldGhvZDogc3RyaW5nID0gJ0dldE1lbnUnO1xyXG4gICAgQElucHV0KCkgYWN0aXZlbWVudWJ5dXJsOiBib29sZWFuID0gZmFsc2U7XHJcbiAgICBAT3V0cHV0KCkgb25jaGFuZ2VzdGF0ZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgICBsb2FkaW5nOiBib29sZWFuID0gZmFsc2U7XHJcbiAgICBtZW51OiBhbnkgPSBbXTtcclxuICAgIG9wZW5TdWJtZW51OiBzdHJpbmcgPSAnJztcclxuICAgIG1lbnVBdGl2bzogc3RyaW5nID0gJ0Rhc2hib2FyZCc7XHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBfZGF0YUFjZXNzU2VydmljZTogSW5mb0RhdGFTZXJ2aWNlLCBwcml2YXRlIF9hdXRoZW50aWNhdGlvbjogSW5mb0F1dGhlbnRpY2F0aW9uU2VydmljZSwgXHJcbiAgICAgICAgICAgICAgICBwcml2YXRlIF90aGVtZVNlcnZpY2U6IEluZm9UaGVtZVNlcnZpY2UsIHB1YmxpYyBfc2Vzc2lvbjogSW5mb1Nlc3Npb25Nb2RlbCwgcHVibGljIF9wbGF0Zm9ybTogSW5mb1BsYXRmb3JtTW9kZWwsXHJcbiAgICAgICAgICAgICAgICBwcml2YXRlIF9sYXN0U2VhcmNoOiBJbmZvTGFzdFNlYXJjaE1vZGVsLCBwcml2YXRlIF9yb3V0ZXI6IFJvdXRlciwgcHJpdmF0ZSBfcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSBfZWxlbWVudDogRWxlbWVudFJlZikge1xyXG4gICAgfVxyXG5cclxuICAgIG5nT25Jbml0KCkge1xyXG4gICAgICAgIGlmICghdGhpcy5fYXV0aGVudGljYXRpb24uaXNMb2dnZWQoKSB8fCB0aGlzLmFwaSA9PSBudWxsKVxyXG4gICAgICAgICAgICByZXR1cm47XHJcblxyXG4gICAgICAgIHRoaXMuX3JlbmRlcmVyLmFkZENsYXNzKHRoaXMuX2VsZW1lbnQubmF0aXZlRWxlbWVudCwgJ3V4YycgKyB0aGlzLl9wbGF0Zm9ybS5Db25maWcudXgpO1xyXG4gICAgICAgIHRoaXMubG9hZGluZyA9IHRydWU7XHJcblxyXG4gICAgICAgIHRoaXMuX2RhdGFBY2Vzc1NlcnZpY2VcclxuICAgICAgICAgICAgLmdldCh0aGlzLmFwaSwgdGhpcy5tZXRob2QpXHJcbiAgICAgICAgICAgIC5zdWJzY3JpYmUociA9PiB7XHJcbiAgICAgICAgICAgICAgICBpZiAoci5zdWNjZXNzKXtcclxuICAgICAgICAgICAgICAgICAgICB0aGlzLm1lbnUgPSByLmRhdGE7XHJcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5fcGxhdGZvcm0uTWVudSA9IHIuZGF0YTtcclxuICAgICAgICAgICAgICAgICAgICB0aGlzLl9hdXRoZW50aWNhdGlvbi5kZWZpbmVQYWdpbmFBdGl2YSh0aGlzLl9yb3V0ZXIudXJsKTtcclxuXHJcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5tb25pdG9yYXJVcmwoKTtcclxuICAgICAgICAgICAgICAgIH1cclxuXHJcbiAgICAgICAgICAgICAgICB0aGlzLmxvYWRpbmcgPSBmYWxzZTtcclxuICAgICAgICAgICAgfSk7XHJcbiAgICB9XHJcblxyXG4gICAgdG9nZ2xlKGU6IEV2ZW50LCBtZW51SXRlbTogYW55KSB7XHJcblxyXG4gICAgICAgIGUucHJldmVudERlZmF1bHQoKTtcclxuXHJcbiAgICAgICAgaWYgKCFtZW51SXRlbS5FbmFibGVkKVxyXG4gICAgICAgICAgICByZXR1cm47XHJcblxyXG4gICAgICAgIGlmICghbWVudUl0ZW0uQWN0aXZlKVxyXG4gICAgICAgICAgICBmb3IgKGxldCBpID0gMDsgaSA8IHRoaXMubWVudS5sZW5ndGg7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMubWVudVtpXS5BY3RpdmUgPSBmYWxzZTtcclxuXHJcbiAgICAgICAgbWVudUl0ZW0uQWN0aXZlID0gIW1lbnVJdGVtLkFjdGl2ZTtcclxuICAgIH1cclxuXHJcbiAgICBhY2Nlc3MobWVudTogc3RyaW5nKXtcclxuICAgICAgICB0aGlzLm1lbnVBdGl2byA9IG1lbnU7XHJcbiAgICAgICAgdGhpcy5vcGVuU3VibWVudSA9ICcnO1xyXG4gICAgICAgIFxyXG4gICAgICAgIHRoaXMucmVzZXRMYXN0U2VhcmNoKCk7XHJcbiAgICB9XHJcblxyXG4gICAgbW9uaXRvcmFyVXJsKCl7XHJcbiAgICAgICAgaWYgKHRoaXMuYWN0aXZlbWVudWJ5dXJsKXtcclxuICAgICAgICAgICAgdGhpcy5hdGl2YXJNZW51KHRoaXMuX3JvdXRlci51cmwpO1xyXG5cclxuICAgICAgICAgICAgdGhpcy5fcm91dGVyLmV2ZW50cy5zdWJzY3JpYmUoZSA9PiB7XHJcbiAgICAgICAgICAgICAgICBpZiAoZSBpbnN0YW5jZW9mIE5hdmlnYXRpb25TdGFydClcclxuICAgICAgICAgICAgICAgICAgICB0aGlzLmF0aXZhck1lbnUoZS51cmwpO1xyXG4gICAgICAgICAgICB9KTtcclxuICAgICAgICB9XHJcbiAgICB9XHJcblxyXG4gICAgYXRpdmFyTWVudSh1cmw6IHN0cmluZyl7XHJcbiAgICAgICAgbGV0IGl0ZW1NZW51ID0gdGhpcy5tZW51LmZpbmQobSA9PiBtLlJvdXRpbmcgPT0gdXJsKTtcclxuXHJcbiAgICAgICAgaWYgKGl0ZW1NZW51ICE9IG51bGwpXHJcbiAgICAgICAgICAgIHRoaXMubWVudUF0aXZvID0gaXRlbU1lbnUuVGl0bGU7XHJcbiAgICB9XHJcblxyXG4gICAgdG9nZ2xlU3VibWVudShtZW51KSB7XHJcbiAgICAgICAgdGhpcy5vcGVuU3VibWVudSA9IHRoaXMub3BlblN1Ym1lbnUgPT0gbWVudSA/ICcnIDogbWVudTtcclxuICAgIH1cclxuXHJcbiAgICByZXNldExhc3RTZWFyY2goKXtcclxuICAgICAgICB0aGlzLl9sYXN0U2VhcmNoLm1vZGVsID0gbnVsbDtcclxuICAgICAgICB0aGlzLl9sYXN0U2VhcmNoLnVybCA9ICcnO1xyXG4gICAgfVxyXG5cclxuICAgIGNoYW5nZVNpZGViYXIoKSB7XHJcbiAgICAgICAgdGhpcy5vbmNoYW5nZXN0YXRlLmVtaXQoKTtcclxuICAgIH1cclxuXHJcbiAgICB0b2dnbGVTaWRlYmFyKCl7XHJcbiAgICAgICAgdGhpcy5fdGhlbWVTZXJ2aWNlLnNldE1lbnVNaW4oKTtcclxuICAgIH1cclxufSIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJfcGxhdGZvcm0uQ29uZmlnLnV4ID49IDNcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJzaXRlLXNpZGViYXJcIiBbbmdDbGFzc109XCJ7ICdvcGVuZWQnOiBvcGVuU3VibWVudSB9XCIgPlxyXG4gICAgICAgIDxuYXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYWluLW1lbnVcIj5cclxuICAgICAgICAgICAgICAgIDxhIGlkPVwibWVudS1taW4taWNvblwiIChjbGljayk9XCJ0b2dnbGVTaWRlYmFyKClcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bWF0LWljb24gW25nQ2xhc3NdPVwieyAnbWluJzogX3BsYXRmb3JtLk1lbnVNaW4gIH1cIj5jaGV2cm9uX3JpZ2h0PC9tYXQtaWNvbj5cclxuICAgICAgICAgICAgICAgIDwvYT5cclxuXHJcbiAgICAgICAgICAgICAgICA8dWwgKm5nSWY9XCJtZW51XCI+XHJcbiAgICBcclxuICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJtZW51LWl0ZW1cIiAqbmdGb3I9XCJsZXQgbSBvZiBtZW51XCIgW25nQ2xhc3NdPVwieyAnYWN0aXZlJzogbWVudUF0aXZvID09IG0uVGl0bGUsICdkaXNhYmxlZCc6ICFtLkVuYWJsZWQsICdvcGVuZWQnOiBvcGVuU3VibWVudSA9PSBtLlRpdGxlIH1cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhICpuZ0lmPVwibS5TdWIgPT0gbnVsbFwiIFtyb3V0ZXJMaW5rXT1cIm0uUm91dGluZ1wiIGNsYXNzPVwiaXRlbS1saW5rXCIgKGNsaWNrKT1cImFjY2VzcyhtLlRpdGxlKTt0b29sdGlwLmhpZGUoKTtcIiA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWF0LWljb24gI3Rvb2x0aXA9XCJtYXRUb29sdGlwXCIgW21hdFRvb2x0aXBdPVwibS5UaXRsZSB8IHRyYW5zbGF0ZVwiIFttYXRUb29sdGlwRGlzYWJsZWRdPVwiIV9wbGF0Zm9ybS5NZW51TWluXCIgbWF0VG9vbHRpcFBvc2l0aW9uPVwicmlnaHRcIiBbbWF0VG9vbHRpcFNob3dEZWxheV09XCI2MDBcIiBtYXRUb29sdGlwQ2xhc3M9XCJtYXQtdG9vbHRpcFwiPnt7IG0uSWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJ0aXRsZVwiPnt7IG0uVGl0bGUgfCB0cmFuc2xhdGUgfX08L2xhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIm0uU3ViICE9IG51bGxcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGNsYXNzPVwiaXRlbS1saW5rXCIgKGNsaWNrKT1cInRvZ2dsZVN1Ym1lbnUobS5UaXRsZSk7dG9vbHRpcC5oaWRlKCk7XCIgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtaWNvbiAjdG9vbHRpcD1cIm1hdFRvb2x0aXBcIiBbbWF0VG9vbHRpcF09XCJtLlRpdGxlIHwgdHJhbnNsYXRlXCIgW21hdFRvb2x0aXBEaXNhYmxlZF09XCIhX3BsYXRmb3JtLk1lbnVNaW5cIiBtYXRUb29sdGlwUG9zaXRpb249XCJyaWdodFwiIFttYXRUb29sdGlwU2hvd0RlbGF5XT1cIjYwMFwiIG1hdFRvb2x0aXBDbGFzcz1cIm1hdC10b29sdGlwXCIgPnt7IG0uSWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwidGl0bGVcIj57eyBtLlRpdGxlIHwgdHJhbnNsYXRlIH19PC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN1Yi1tZW51XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGg0Pnt7IG0uVGl0bGUgfCB0cmFuc2xhdGUgfX08L2g0PlxyXG4gICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGkgKm5nRm9yPVwibGV0IHMgb2YgbS5TdWJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIFtyb3V0ZXJMaW5rXT1cInMuUm91dGluZ1wiIGNsYXNzPVwiaXRlbS1saW5rXCIgKGNsaWNrKT1cImNoYW5nZVNpZGViYXIoKTthY2Nlc3MobS5UaXRsZSk7XCIgPnt7IHMuVGl0bGUgfCB0cmFuc2xhdGUgfX08L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9uYXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInN1Yi1tZW51LW92ZXJsYXlcIiAoY2xpY2spPVwib3BlblN1Ym1lbnUgPSAnJ1wiPjwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvbmctY29udGFpbmVyPlxyXG5cclxuPG5nLWNvbnRhaW5lciAqbmdJZj1cIl9wbGF0Zm9ybS5Db25maWcudXggPD0gMlwiPlxyXG4gICAgPGRpdiBjbGFzcz1cInNpdGUtc2lkZWJhclwiPlxyXG5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibG9nb1wiPlxyXG4gICAgICAgICAgICA8YSBocmVmPVwiL1wiID5cclxuICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwibG9nby1pbWdcIj48L2k+XHJcbiAgICAgICAgICAgIDwvYT5cclxuICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImluZm9cIj5cclxuICAgICAgICAgICAgPHNwYW4+e3sgX3Nlc3Npb24uVXN1YXJpbyB9fTwvc3Bhbj5cclxuICAgICAgICAgICAgPHNtYWxsPnt7IF9zZXNzaW9uLlBlcmZpbCB9fTwvc21hbGw+XHJcbiAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgIDxuYXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYWluLW1lbnVcIj5cclxuICAgICAgICAgICAgICAgIDxzZWN0aW9uIGNsYXNzPVwibG9hZGluZy1iYXJcIiAqbmdJZj1cImxvYWRpbmdcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bWF0LXByb2dyZXNzLWJhciBjb2xvcj1cInByaW1hcnlcIiBtb2RlPVwiaW5kZXRlcm1pbmF0ZVwiPjwvbWF0LXByb2dyZXNzLWJhcj5cclxuICAgICAgICAgICAgICAgIDwvc2VjdGlvbj5cclxuICAgICAgICAgICAgICAgIDx1bCAqbmdJZj1cIm1lbnVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJtZW51LWl0ZW1cIiAqbmdGb3I9XCJsZXQgbSBvZiBtZW51XCIgW25nQ2xhc3NdPVwieyAnaGFzLXN1Yic6IG0uU3ViICE9IG51bGwsICdhY3RpdmUnOiBtLkFjdGl2ZSwgJ21lbnUtaXRlbS1ncm91cCc6IG0uR3JvdXAsICdkaXNhYmxlZCc6ICFtLkVuYWJsZWQgfVwiPlxyXG4gICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSBHcnVwb3MgLS0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZ3JvdXAtdGl0bGVcIiAqbmdJZj1cIm0uR3JvdXBcIj57eyBtLlRpdGxlIH19IDwvc3Bhbj5cclxuICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwhLS0gSXRlbnMgLS0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgW3JvdXRlckxpbmtdPVwibS5Sb3V0aW5nXCIgY2xhc3M9XCJpdGVtLWxpbmtcIiAqbmdJZj1cIiFtLkdyb3VwICYmIG0uU3ViID09IG51bGwgJiYgbS5FbmFibGVkXCIgKGNsaWNrKT1cInRvZ2dsZSgkZXZlbnQsIG0pO3Jlc2V0TGFzdFNlYXJjaCgpO1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1pY29uPnt7IG0uSWNvbiB9fTwvbWF0LWljb24+e3sgbS5UaXRsZSB8IHRyYW5zbGF0ZSB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YSBjbGFzcz1cIml0ZW0tbGlua1wiICpuZ0lmPVwiIW0uR3JvdXAgJiYgbS5TdWIgPT0gbnVsbCAmJiAhbS5FbmFibGVkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWF0LWljb24+e3sgbS5JY29uIH19PC9tYXQtaWNvbj57eyBtLlRpdGxlIHwgdHJhbnNsYXRlIH19IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIEl0ZW0gY29tIHN1Ym1lbnUgLS0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJpdGVtLWxpbmtcIiAqbmdJZj1cIiFtLkdyb3VwICYmIG0uU3ViICE9IG51bGxcIiAoY2xpY2spPVwidG9nZ2xlKCRldmVudCwgbSlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtaWNvbiBjbGFzcz1cImljb25cIj57eyBtLkljb24gfX08L21hdC1pY29uPnt7IG0uVGl0bGUgfCB0cmFuc2xhdGUgfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiY2FyZXQgZmEgZmEtYW5nbGUtcmlnaHRcIiAqbmdJZj1cIm0uU3ViXCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIFN1YiBNZW51IC0tPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJzdWJcIiAqbmdJZj1cIiFtLkdyb3VwICYmIG0uU3ViICE9IG51bGxcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cIm1lbnUtaXRlbVwiICpuZ0Zvcj1cImxldCBzIG9mIG0uU3ViXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgW3JvdXRlckxpbmtdPVwicy5Sb3V0aW5nXCIgKGNsaWNrKT1cInJlc2V0TGFzdFNlYXJjaCgpXCIgY2xhc3M9XCJpdGVtLWxpbmtcIiA+e3sgcy5UaXRsZSB8IHRyYW5zbGF0ZSB9fTwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvbmF2PlxyXG4gICAgPC9kaXY+XHJcbjwvbmctY29udGFpbmVyPlxyXG5cclxuPGRpdiBjbGFzcz1cInNpZGViYXItb3ZlcmxheVwiPjwvZGl2PiJdfQ==
|
|
447
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pbmZvLWxpYnJhcnkvc3JjL2xheW91dHMvc2lkZWJhci9zaWRlYmFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2luZm8tbGlicmFyeS9zcmMvbGF5b3V0cy9zaWRlYmFyL3NpZGViYXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3RHLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUNqRixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNwRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0lDS2xDLDZCQUErSDtJQUEzRCx1UEFBUyxzQkFBZSxFQUFDLHlCQUFlLFNBQUMsZUFBQSxVQUFjLENBQUEsSUFBRTtJQUN6SCx3Q0FBa007O0lBQUEsWUFBWTtJQUFBLGlCQUFXO0lBQ3pOLGlDQUFxQjtJQUFBLFlBQXlCOztJQUFBLGlCQUFRLEVBQUE7Ozs7SUFGakMseUNBQXdCO0lBQ2IsZUFBa0M7SUFBbEMsNkRBQWtDLGlEQUFBLDRCQUFBO0lBQWdJLGVBQVk7SUFBWiwrQkFBWTtJ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QUFDLGFBQWEsQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQUNwQyxDQUFDO2lHQTdGUSxvQkFBb0I7NEZBQXBCLG9CQUFvQjtZQ2RqQyx5RkFtRGU7WUFFZix3RkFtRGU7WUFFZix5QkFBbUM7O1lBMUdwQixtREFBOEI7WUFxRDlCLGVBQThCO1lBQTlCLG1EQUE4Qjs7O3VGRHZDaEMsb0JBQW9CO2NBTGhDLFNBQVM7MkJBQ0ksY0FBYztnVEFNZixHQUFHO2tCQUFYLEtBQUs7WUFDRyxNQUFNO2tCQUFkLEtBQUs7WUFDRyxlQUFlO2tCQUF2QixLQUFLO1lBQ0ksYUFBYTtrQkFBdEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQsIFJlbmRlcmVyMiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJbmZvRGF0YVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlL2RhdGEuc2VydmljZSc7XHJcbmltcG9ydCB7IEluZm9BdXRoZW50aWNhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlL2F1dGhlbnRpY2F0aW9uLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBJbmZvVGhlbWVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZS90aGVtZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgSW5mb0xhc3RTZWFyY2hNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVsL2xhc3Qtc2VhcmNoLm1vZGVsJztcclxuaW1wb3J0IHsgSW5mb1Nlc3Npb25Nb2RlbCB9IGZyb20gJy4uLy4uL21vZGVsL3Nlc3Npb24ubW9kZWwnO1xyXG5pbXBvcnQgeyBJbmZvUGxhdGZvcm1Nb2RlbCB9IGZyb20gJy4uLy4uL21vZGVsL3BsYXRmb3JtLm1vZGVsJztcclxuaW1wb3J0IHsgTmF2aWdhdGlvblN0YXJ0LCBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2luZm8tc2lkZWJhcicsXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vc2lkZWJhci5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9zaWRlYmFyLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEluZm9TaWRlYmFyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgICBASW5wdXQoKSBhcGk6IGFueSA9IG51bGw7XHJcbiAgICBASW5wdXQoKSBtZXRob2Q6IHN0cmluZyA9ICdHZXRNZW51JztcclxuICAgIEBJbnB1dCgpIGFjdGl2ZW1lbnVieXVybDogYm9vbGVhbiA9IGZhbHNlO1xyXG4gICAgQE91dHB1dCgpIG9uY2hhbmdlc3RhdGUgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gICAgbG9hZGluZzogYm9vbGVhbiA9IGZhbHNlO1xyXG4gICAgbWVudTogYW55ID0gW107XHJcbiAgICBvcGVuU3VibWVudTogc3RyaW5nID0gJyc7XHJcbiAgICBtZW51QXRpdm86IHN0cmluZyA9ICdEYXNoYm9hcmQnO1xyXG5cclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgX2RhdGFBY2Vzc1NlcnZpY2U6IEluZm9EYXRhU2VydmljZSwgcHJpdmF0ZSBfYXV0aGVudGljYXRpb246IEluZm9BdXRoZW50aWNhdGlvblNlcnZpY2UsIFxyXG4gICAgICAgICAgICAgICAgcHJpdmF0ZSBfdGhlbWVTZXJ2aWNlOiBJbmZvVGhlbWVTZXJ2aWNlLCBwdWJsaWMgX3Nlc3Npb246IEluZm9TZXNzaW9uTW9kZWwsIHB1YmxpYyBfcGxhdGZvcm06IEluZm9QbGF0Zm9ybU1vZGVsLFxyXG4gICAgICAgICAgICAgICAgcHJpdmF0ZSBfbGFzdFNlYXJjaDogSW5mb0xhc3RTZWFyY2hNb2RlbCwgcHJpdmF0ZSBfcm91dGVyOiBSb3V0ZXIsIHByaXZhdGUgX3JlbmRlcmVyOiBSZW5kZXJlcjIsIHB1YmxpYyBfZWxlbWVudDogRWxlbWVudFJlZikge1xyXG4gICAgfVxyXG5cclxuICAgIG5nT25Jbml0KCkge1xyXG4gICAgICAgIGlmICghdGhpcy5fYXV0aGVudGljYXRpb24uaXNMb2dnZWQoKSB8fCB0aGlzLmFwaSA9PSBudWxsKVxyXG4gICAgICAgICAgICByZXR1cm47XHJcblxyXG4gICAgICAgIHRoaXMuX3JlbmRlcmVyLmFkZENsYXNzKHRoaXMuX2VsZW1lbnQubmF0aXZlRWxlbWVudCwgJ3V4YycgKyB0aGlzLl9wbGF0Zm9ybS5Db25maWcudXgpO1xyXG4gICAgICAgIHRoaXMubG9hZGluZyA9IHRydWU7XHJcblxyXG4gICAgICAgIHRoaXMuX2RhdGFBY2Vzc1NlcnZpY2VcclxuICAgICAgICAgICAgLmdldCh0aGlzLmFwaSwgdGhpcy5tZXRob2QpXHJcbiAgICAgICAgICAgIC5zdWJzY3JpYmUociA9PiB7XHJcbiAgICAgICAgICAgICAgICBpZiAoci5zdWNjZXNzKXtcclxuICAgICAgICAgICAgICAgICAgICB0aGlzLm1lbnUgPSByLmRhdGE7XHJcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5fcGxhdGZvcm0uTWVudSA9IHIuZGF0YTtcclxuICAgICAgICAgICAgICAgICAgICB0aGlzLl9hdXRoZW50aWNhdGlvbi5kZWZpbmVQYWdpbmFBdGl2YSh0aGlzLl9yb3V0ZXIudXJsKTtcclxuXHJcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5tb25pdG9yYXJVcmwoKTtcclxuICAgICAgICAgICAgICAgIH1cclxuXHJcbiAgICAgICAgICAgICAgICB0aGlzLmxvYWRpbmcgPSBmYWxzZTtcclxuICAgICAgICAgICAgfSk7XHJcbiAgICB9XHJcblxyXG4gICAgdG9nZ2xlKGU6IEV2ZW50LCBtZW51SXRlbTogYW55KSB7XHJcblxyXG4gICAgICAgIGUucHJldmVudERlZmF1bHQoKTtcclxuXHJcbiAgICAgICAgaWYgKCFtZW51SXRlbS5FbmFibGVkKVxyXG4gICAgICAgICAgICByZXR1cm47XHJcblxyXG4gICAgICAgIGlmICghbWVudUl0ZW0uQWN0aXZlKVxyXG4gICAgICAgICAgICBmb3IgKGxldCBpID0gMDsgaSA8IHRoaXMubWVudS5sZW5ndGg7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMubWVudVtpXS5BY3RpdmUgPSBmYWxzZTtcclxuXHJcbiAgICAgICAgbWVudUl0ZW0uQWN0aXZlID0gIW1lbnVJdGVtLkFjdGl2ZTtcclxuICAgIH1cclxuXHJcbiAgICBhY2Nlc3MobWVudTogc3RyaW5nKXtcclxuICAgICAgICB0aGlzLm1lbnVBdGl2byA9IG1lbnU7XHJcbiAgICAgICAgdGhpcy5vcGVuU3VibWVudSA9ICcnO1xyXG4gICAgICAgIFxyXG4gICAgICAgIHRoaXMucmVzZXRMYXN0U2VhcmNoKCk7XHJcbiAgICB9XHJcblxyXG4gICAgbW9uaXRvcmFyVXJsKCl7XHJcbiAgICAgICAgaWYgKHRoaXMuYWN0aXZlbWVudWJ5dXJsKXtcclxuICAgICAgICAgICAgdGhpcy5hdGl2YXJNZW51KHRoaXMuX3JvdXRlci51cmwpO1xyXG5cclxuICAgICAgICAgICAgdGhpcy5fcm91dGVyLmV2ZW50cy5zdWJzY3JpYmUoZSA9PiB7XHJcbiAgICAgICAgICAgICAgICBpZiAoZSBpbnN0YW5jZW9mIE5hdmlnYXRpb25TdGFydClcclxuICAgICAgICAgICAgICAgICAgICB0aGlzLmF0aXZhck1lbnUoZS51cmwpO1xyXG4gICAgICAgICAgICB9KTtcclxuICAgICAgICB9XHJcbiAgICB9XHJcblxyXG4gICAgYXRpdmFyTWVudSh1cmw6IHN0cmluZyl7XHJcbiAgICAgICAgbGV0IGl0ZW1NZW51ID0gdGhpcy5tZW51LmZpbmQobSA9PiBtLlJvdXRpbmcgPT0gdXJsKTtcclxuXHJcbiAgICAgICAgaWYgKGl0ZW1NZW51ICE9IG51bGwpXHJcbiAgICAgICAgICAgIHRoaXMubWVudUF0aXZvID0gaXRlbU1lbnUuVGl0bGU7XHJcbiAgICB9XHJcblxyXG4gICAgdG9nZ2xlU3VibWVudShtZW51KSB7XHJcbiAgICAgICAgdGhpcy5vcGVuU3VibWVudSA9IHRoaXMub3BlblN1Ym1lbnUgPT0gbWVudSA/ICcnIDogbWVudTtcclxuICAgIH1cclxuXHJcbiAgICByZXNldExhc3RTZWFyY2goKXtcclxuICAgICAgICB0aGlzLl9sYXN0U2VhcmNoLm1vZGVsID0gbnVsbDtcclxuICAgICAgICB0aGlzLl9sYXN0U2VhcmNoLnVybCA9ICcnO1xyXG4gICAgfVxyXG5cclxuICAgIGNoYW5nZVNpZGViYXIoKSB7XHJcbiAgICAgICAgdGhpcy5vbmNoYW5nZXN0YXRlLmVtaXQoKTtcclxuICAgIH1cclxuXHJcbiAgICB0b2dnbGVTaWRlYmFyKCl7XHJcbiAgICAgICAgdGhpcy5fdGhlbWVTZXJ2aWNlLnNldE1lbnVNaW4oKTtcclxuICAgIH1cclxufSIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJfcGxhdGZvcm0uQ29uZmlnLnV4ID49IDNcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJzaXRlLXNpZGViYXJcIiBbbmdDbGFzc109XCJ7ICdvcGVuZWQnOiBvcGVuU3VibWVudSB9XCIgPlxyXG4gICAgICAgIDxuYXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYWluLW1lbnVcIj5cclxuICAgICAgICAgICAgICAgIDxhIGlkPVwibWVudS1taW4taWNvblwiIChjbGljayk9XCJ0b2dnbGVTaWRlYmFyKClcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bWF0LWljb24gW25nQ2xhc3NdPVwieyAnbWluJzogX3BsYXRmb3JtLk1lbnVNaW4gfVwiIFttYXRUb29sdGlwXT1cIl9wbGF0Zm9ybS5NZW51TWluID8gJ0V4aWJpcicgOiAnT2N1bHRhcicgfCB0cmFuc2xhdGVcIiBtYXRUb29sdGlwUG9zaXRpb249XCJyaWdodFwiID5hcnJvd19tZW51X2Nsb3NlPC9tYXQtaWNvbj5cclxuICAgICAgICAgICAgICAgIDwvYT5cclxuXHJcbiAgICAgICAgICAgICAgICA8dWwgKm5nSWY9XCJtZW51XCI+XHJcbiAgICBcclxuICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJtZW51LWl0ZW1cIiAqbmdGb3I9XCJsZXQgbSBvZiBtZW51XCIgW25nQ2xhc3NdPVwieyAnYWN0aXZlJzogbWVudUF0aXZvID09IG0uVGl0bGUsICdkaXNhYmxlZCc6ICFtLkVuYWJsZWQsICdvcGVuZWQnOiBvcGVuU3VibWVudSA9PSBtLlRpdGxlIH1cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhICpuZ0lmPVwibS5TdWIgPT0gbnVsbFwiIFtyb3V0ZXJMaW5rXT1cIm0uUm91dGluZ1wiIGNsYXNzPVwiaXRlbS1saW5rXCIgKGNsaWNrKT1cImNoYW5nZVNpZGViYXIoKTthY2Nlc3MobS5UaXRsZSk7dG9vbHRpcC5oaWRlKCk7XCIgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1pY29uICN0b29sdGlwPVwibWF0VG9vbHRpcFwiIFttYXRUb29sdGlwXT1cIm0uVGl0bGUgfCB0cmFuc2xhdGVcIiBbbWF0VG9vbHRpcERpc2FibGVkXT1cIiFfcGxhdGZvcm0uTWVudU1pblwiIG1hdFRvb2x0aXBQb3NpdGlvbj1cInJpZ2h0XCIgW21hdFRvb2x0aXBTaG93RGVsYXldPVwiNjAwXCIgbWF0VG9vbHRpcENsYXNzPVwibWF0LXRvb2x0aXBcIj57eyBtLkljb24gfX08L21hdC1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwidGl0bGVcIj57eyBtLlRpdGxlIHwgdHJhbnNsYXRlIH19PC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJtLlN1YiAhPSBudWxsIHx8IG0uU3ViR3JvdXAgIT0gbnVsbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgY2xhc3M9XCJpdGVtLWxpbmtcIiAoY2xpY2spPVwidG9nZ2xlU3VibWVudShtLlRpdGxlKTt0b29sdGlwLmhpZGUoKTtcIiA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1pY29uICN0b29sdGlwPVwibWF0VG9vbHRpcFwiIFttYXRUb29sdGlwXT1cIm0uVGl0bGUgfCB0cmFuc2xhdGVcIiBbbWF0VG9vbHRpcERpc2FibGVkXT1cIiFfcGxhdGZvcm0uTWVudU1pblwiIG1hdFRvb2x0aXBQb3NpdGlvbj1cInJpZ2h0XCIgW21hdFRvb2x0aXBTaG93RGVsYXldPVwiNjAwXCIgbWF0VG9vbHRpcENsYXNzPVwibWF0LXRvb2x0aXBcIiA+e3sgbS5JY29uIH19PC9tYXQtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJ0aXRsZVwiPnt7IG0uVGl0bGUgfCB0cmFuc2xhdGUgfX08L2xhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3ViLW1lbnVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDQ+e3sgbS5UaXRsZSB8IHRyYW5zbGF0ZSB9fTwvaDQ+XHJcbiAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaSAqbmdGb3I9XCJsZXQgcyBvZiBtLlN1YlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgW3JvdXRlckxpbmtdPVwicy5Sb3V0aW5nXCIgY2xhc3M9XCJpdGVtLWxpbmtcIiAoY2xpY2spPVwiY2hhbmdlU2lkZWJhcigpO2FjY2VzcyhtLlRpdGxlKTtcIiA+e3sgcy5UaXRsZSB8IHRyYW5zbGF0ZSB9fTwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwibS5TdWJHcm91cCAhPSBudWxsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJncm91cC1tZW51XCIgKm5nRm9yPVwibGV0IGcgb2YgbS5TdWJHcm91cFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGg1Pnt7IGcuVGl0bGUgfCB0cmFuc2xhdGUgfX08L2g1PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpICpuZ0Zvcj1cImxldCBzIG9mIGcuU3ViXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIFtyb3V0ZXJMaW5rXT1cInMuUm91dGluZ1wiIGNsYXNzPVwiaXRlbS1saW5rXCIgKGNsaWNrKT1cImNoYW5nZVNpZGViYXIoKTthY2Nlc3MobS5UaXRsZSk7XCIgPnt7IHMuVGl0bGUgfCB0cmFuc2xhdGUgfX08L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L25hdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic3ViLW1lbnUtb3ZlcmxheVwiIChjbGljayk9XCJvcGVuU3VibWVudSA9ICcnXCI+PC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9uZy1jb250YWluZXI+XHJcblxyXG48bmctY29udGFpbmVyICpuZ0lmPVwiX3BsYXRmb3JtLkNvbmZpZy51eCA8PSAyXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwic2l0ZS1zaWRlYmFyXCI+XHJcblxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJsb2dvXCI+XHJcbiAgICAgICAgICAgIDxhIGhyZWY9XCIvXCIgPlxyXG4gICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJsb2dvLWltZ1wiPjwvaT5cclxuICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mb1wiPlxyXG4gICAgICAgICAgICA8c3Bhbj57eyBfc2Vzc2lvbi5Vc3VhcmlvIH19PC9zcGFuPlxyXG4gICAgICAgICAgICA8c21hbGw+e3sgX3Nlc3Npb24uUGVyZmlsIH19PC9zbWFsbD5cclxuICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgPG5hdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1haW4tbWVudVwiPlxyXG4gICAgICAgICAgICAgICAgPHNlY3Rpb24gY2xhc3M9XCJsb2FkaW5nLWJhclwiICpuZ0lmPVwibG9hZGluZ1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxtYXQtcHJvZ3Jlc3MtYmFyIGNvbG9yPVwicHJpbWFyeVwiIG1vZGU9XCJpbmRldGVybWluYXRlXCI+PC9tYXQtcHJvZ3Jlc3MtYmFyPlxyXG4gICAgICAgICAgICAgICAgPC9zZWN0aW9uPlxyXG4gICAgICAgICAgICAgICAgPHVsICpuZ0lmPVwibWVudVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cIm1lbnUtaXRlbVwiICpuZ0Zvcj1cImxldCBtIG9mIG1lbnVcIiBbbmdDbGFzc109XCJ7ICdoYXMtc3ViJzogbS5TdWIgIT0gbnVsbCwgJ2FjdGl2ZSc6IG0uQWN0aXZlLCAnbWVudS1pdGVtLWdyb3VwJzogbS5Hcm91cCwgJ2Rpc2FibGVkJzogIW0uRW5hYmxlZCB9XCI+XHJcbiAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIEdydXBvcyAtLT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJncm91cC10aXRsZVwiICpuZ0lmPVwibS5Hcm91cFwiPnt7IG0uVGl0bGUgfX0gPC9zcGFuPlxyXG4gICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSBJdGVucyAtLT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBbcm91dGVyTGlua109XCJtLlJvdXRpbmdcIiBjbGFzcz1cIml0ZW0tbGlua1wiICpuZ0lmPVwiIW0uR3JvdXAgJiYgbS5TdWIgPT0gbnVsbCAmJiBtLkVuYWJsZWRcIiAoY2xpY2spPVwidG9nZ2xlKCRldmVudCwgbSk7cmVzZXRMYXN0U2VhcmNoKCk7XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWF0LWljb24+e3sgbS5JY29uIH19PC9tYXQtaWNvbj57eyBtLlRpdGxlIHwgdHJhbnNsYXRlIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhIGNsYXNzPVwiaXRlbS1saW5rXCIgKm5nSWY9XCIhbS5Hcm91cCAmJiBtLlN1YiA9PSBudWxsICYmICFtLkVuYWJsZWRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtaWNvbj57eyBtLkljb24gfX08L21hdC1pY29uPnt7IG0uVGl0bGUgfCB0cmFuc2xhdGUgfX0gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwhLS0gSXRlbSBjb20gc3VibWVudSAtLT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzcz1cIml0ZW0tbGlua1wiICpuZ0lmPVwiIW0uR3JvdXAgJiYgbS5TdWIgIT0gbnVsbFwiIChjbGljayk9XCJ0b2dnbGUoJGV2ZW50LCBtKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwiaWNvblwiPnt7IG0uSWNvbiB9fTwvbWF0LWljb24+e3sgbS5UaXRsZSB8IHRyYW5zbGF0ZSB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJjYXJldCBmYSBmYS1hbmdsZS1yaWdodFwiICpuZ0lmPVwibS5TdWJcIj48L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwhLS0gU3ViIE1lbnUgLS0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cInN1YlwiICpuZ0lmPVwiIW0uR3JvdXAgJiYgbS5TdWIgIT0gbnVsbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwibWVudS1pdGVtXCIgKm5nRm9yPVwibGV0IHMgb2YgbS5TdWJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBbcm91dGVyTGlua109XCJzLlJvdXRpbmdcIiAoY2xpY2spPVwicmVzZXRMYXN0U2VhcmNoKClcIiBjbGFzcz1cIml0ZW0tbGlua1wiID57eyBzLlRpdGxlIHwgdHJhbnNsYXRlIH19PC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9uYXY+XHJcbiAgICA8L2Rpdj5cclxuPC9uZy1jb250YWluZXI+XHJcblxyXG48ZGl2IGNsYXNzPVwic2lkZWJhci1vdmVybGF5XCI+PC9kaXY+Il19
|