info-library 2.10.60 → 2.10.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/bundles/info-library.umd.js +81 -98
  2. package/bundles/info-library.umd.js.map +1 -1
  3. package/bundles/info-library.umd.min.js +1 -1
  4. package/bundles/info-library.umd.min.js.map +1 -1
  5. package/esm2015/controls/alert/alert.component.js +1 -1
  6. package/esm2015/controls/autocomplete/autocomplete.component.js +1 -1
  7. package/esm2015/controls/big-checkbox/big-checkbox.component.js +1 -1
  8. package/esm2015/controls/card/card.component.js +1 -1
  9. package/esm2015/controls/card-menu/card-menu.component.js +1 -1
  10. package/esm2015/controls/checkbox/checkbox.component.js +1 -1
  11. package/esm2015/controls/chips/chips.component.js +1 -1
  12. package/esm2015/controls/date/date.component.js +1 -1
  13. package/esm2015/controls/date-month/date-month.component.js +1 -1
  14. package/esm2015/controls/editor/editor.component.js +1 -1
  15. package/esm2015/controls/grid/grid.component.js +1 -1
  16. package/esm2015/controls/input/input.component.js +11 -12
  17. package/esm2015/controls/input-list/input-list.component.js +1 -1
  18. package/esm2015/controls/list-checkbox/list-checkbox.component.js +1 -1
  19. package/esm2015/controls/message/message.component.js +1 -1
  20. package/esm2015/controls/multi-select/multi-select.component.js +1 -1
  21. package/esm2015/controls/paginator/paginator.component.js +1 -1
  22. package/esm2015/controls/select/select.component.js +1 -1
  23. package/esm2015/controls/timeline/timeline.component.js +1 -1
  24. package/esm2015/directives/mask.directive.js +1 -1
  25. package/esm2015/directives/unmask.directive.js +1 -1
  26. package/esm2015/enum/dialog-buttons.enum.js +1 -1
  27. package/esm2015/enum/index.js +1 -1
  28. package/esm2015/enum/modal-action.enum.js +1 -1
  29. package/esm2015/enum/page-action.enum.js +1 -1
  30. package/esm2015/global-config.js +1 -1
  31. package/esm2015/info-library.js +1 -1
  32. package/esm2015/info-library.module.js +1 -1
  33. package/esm2015/layouts/dialog/dialog.component.js +1 -1
  34. package/esm2015/layouts/loading/loading.component.js +1 -1
  35. package/esm2015/layouts/main/main.component.js +1 -1
  36. package/esm2015/layouts/modal/modal.component.js +1 -1
  37. package/esm2015/layouts/pagebar/pagebar.component.js +1 -1
  38. package/esm2015/layouts/sidebar/sidebar.component.js +2 -2
  39. package/esm2015/layouts/topbar/topbar.component.js +1 -1
  40. package/esm2015/layouts/topmenu/topmenu.component.js +1 -1
  41. package/esm2015/model/app-config.model.js +1 -1
  42. package/esm2015/model/data-access.model.js +1 -1
  43. package/esm2015/model/dialog-result.model.js +1 -1
  44. package/esm2015/model/dialog.model.js +1 -1
  45. package/esm2015/model/form-prop.model.js +1 -1
  46. package/esm2015/model/grid-button.model.js +1 -1
  47. package/esm2015/model/index.js +1 -1
  48. package/esm2015/model/last-search.model.js +1 -1
  49. package/esm2015/model/login.model.js +1 -1
  50. package/esm2015/model/method-grid-button.model.js +1 -1
  51. package/esm2015/model/notification.model.js +1 -1
  52. package/esm2015/model/pagebar-buttons.model.js +1 -1
  53. package/esm2015/model/permission.model.js +1 -1
  54. package/esm2015/model/platform.model.js +1 -1
  55. package/esm2015/model/session.model.js +1 -1
  56. package/esm2015/pipe/index.js +1 -1
  57. package/esm2015/pipe/mask.pipe.js +1 -1
  58. package/esm2015/pipe/translate.pipe.js +1 -1
  59. package/esm2015/public_api.js +1 -1
  60. package/esm2015/service/authentication.service.js +59 -49
  61. package/esm2015/service/configuration.service.js +1 -1
  62. package/esm2015/service/data.service.js +1 -1
  63. package/esm2015/service/index.js +1 -1
  64. package/esm2015/service/theme.service.js +1 -1
  65. package/esm2015/service/translate.service.js +1 -1
  66. package/fesm2015/info-library.js +69 -60
  67. package/fesm2015/info-library.js.map +1 -1
  68. package/info-library.metadata.json +1 -1
  69. package/package.json +1 -1
  70. package/service/authentication.service.d.ts +2 -1
@@ -917,7 +917,7 @@
917
917
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
918
918
  */
919
919
 
920
- /******************************************************************************
920
+ /*! *****************************************************************************
921
921
  Copyright (c) Microsoft Corporation.
922
922
 
923
923
  Permission to use, copy, modify, and/or distribute this software for any
@@ -941,8 +941,6 @@
941
941
  return extendStatics(d, b);
942
942
  };
943
943
  function __extends(d, b) {
944
- if (typeof b !== "function" && b !== null)
945
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
946
944
  extendStatics(d, b);
947
945
  function __() { this.constructor = d; }
948
946
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -1079,11 +1077,7 @@
1079
1077
  var __createBinding = Object.create ? (function (o, m, k, k2) {
1080
1078
  if (k2 === undefined)
1081
1079
  k2 = k;
1082
- var desc = Object.getOwnPropertyDescriptor(m, k);
1083
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
1084
- desc = { enumerable: true, get: function () { return m[k]; } };
1085
- }
1086
- Object.defineProperty(o, k2, desc);
1080
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
1087
1081
  }) : (function (o, m, k, k2) {
1088
1082
  if (k2 === undefined)
1089
1083
  k2 = k;
@@ -1132,13 +1126,11 @@
1132
1126
  }
1133
1127
  return ar;
1134
1128
  }
1135
- /** @deprecated */
1136
1129
  function __spread() {
1137
1130
  for (var ar = [], i = 0; i < arguments.length; i++)
1138
1131
  ar = ar.concat(__read(arguments[i]));
1139
1132
  return ar;
1140
1133
  }
1141
- /** @deprecated */
1142
1134
  function __spreadArrays() {
1143
1135
  for (var s = 0, i = 0, il = arguments.length; i < il; i++)
1144
1136
  s += arguments[i].length;
@@ -1147,17 +1139,7 @@
1147
1139
  r[k] = a[j];
1148
1140
  return r;
1149
1141
  }
1150
- function __spreadArray(to, from, pack) {
1151
- if (pack || arguments.length === 2)
1152
- for (var i = 0, l = from.length, ar; i < l; i++) {
1153
- if (ar || !(i in from)) {
1154
- if (!ar)
1155
- ar = Array.prototype.slice.call(from, 0, i);
1156
- ar[i] = from[i];
1157
- }
1158
- }
1159
- return to.concat(ar || Array.prototype.slice.call(from));
1160
- }
1142
+ ;
1161
1143
  function __await(v) {
1162
1144
  return this instanceof __await ? (this.v = v, this) : new __await(v);
1163
1145
  }
@@ -1222,26 +1204,18 @@
1222
1204
  function __importDefault(mod) {
1223
1205
  return (mod && mod.__esModule) ? mod : { default: mod };
1224
1206
  }
1225
- function __classPrivateFieldGet(receiver, state, kind, f) {
1226
- if (kind === "a" && !f)
1227
- throw new TypeError("Private accessor was defined without a getter");
1228
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
1229
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
1230
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
1231
- }
1232
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
1233
- if (kind === "m")
1234
- throw new TypeError("Private method is not writable");
1235
- if (kind === "a" && !f)
1236
- throw new TypeError("Private accessor was defined without a setter");
1237
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
1238
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
1239
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
1207
+ function __classPrivateFieldGet(receiver, privateMap) {
1208
+ if (!privateMap.has(receiver)) {
1209
+ throw new TypeError("attempted to get private field on non-instance");
1210
+ }
1211
+ return privateMap.get(receiver);
1240
1212
  }
1241
- function __classPrivateFieldIn(state, receiver) {
1242
- if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
1243
- throw new TypeError("Cannot use 'in' operator on non-object");
1244
- return typeof state === "function" ? receiver === state : state.has(receiver);
1213
+ function __classPrivateFieldSet(receiver, privateMap, value) {
1214
+ if (!privateMap.has(receiver)) {
1215
+ throw new TypeError("attempted to set private field on non-instance");
1216
+ }
1217
+ privateMap.set(receiver, value);
1218
+ return value;
1245
1219
  }
1246
1220
 
1247
1221
  /**
@@ -1555,7 +1529,7 @@
1555
1529
  this._modal = _modal;
1556
1530
  this._key = 'token';
1557
1531
  this._keySessao = 'sessao';
1558
- this._sessionTime = null;
1532
+ this._sessionActive = true;
1559
1533
  }
1560
1534
  /**
1561
1535
  * @return {?}
@@ -1576,13 +1550,17 @@
1576
1550
  */
1577
1551
  InfoAuthenticationService.prototype.canActivate = function (activatedRouteSnapshot, routerStateSnapshot) {
1578
1552
  var _this = this;
1579
- if (!this.isLogged()) {
1553
+ if (!this.isLogged() || !this._sessionActive) {
1580
1554
  this.logout();
1581
1555
  return true;
1582
1556
  }
1583
1557
  /** @type {?} */
1584
1558
  var url = activatedRouteSnapshot.data['URL'] || routerStateSnapshot.url;
1585
- this.refreshSessionTime();
1559
+ setTimeout(( /**
1560
+ * @return {?}
1561
+ */function () {
1562
+ _this.refreshSessionTime();
1563
+ }), 1000);
1586
1564
  this.definePaginaAtiva(url);
1587
1565
  return this.getPermission(url, true)
1588
1566
  .pipe(operators.map(( /**
@@ -1644,51 +1622,57 @@
1644
1622
  */
1645
1623
  InfoAuthenticationService.prototype.refreshSessionTime = function () {
1646
1624
  var _this = this;
1625
+ if (!this._sessionActive)
1626
+ return;
1647
1627
  clearInterval(this._sessionTimeInterval);
1648
- if (this._sessao.TempoInatividade <= 0) {
1649
- this._sessionTime = null;
1650
- }
1651
- else {
1652
- this._sessionTime = this._sessao.TempoInatividade;
1653
- if (this._sessao.TempoInatividade <= 0) {
1654
- this._sessionTime = null;
1628
+ if (this._sessao.TempoInatividade == null || this._sessao.TempoInatividade <= 0)
1629
+ return;
1630
+ /** @type {?} */
1631
+ var tempoSessao = this._sessao.TempoInatividade;
1632
+ localStorage.setItem('ms', new Date().valueOf().toString());
1633
+ this._sessionTimeInterval = setInterval(( /**
1634
+ * @return {?}
1635
+ */function () {
1636
+ if (tempoSessao > 0) {
1637
+ tempoSessao--;
1655
1638
  return;
1656
1639
  }
1657
- this._sessionTimeInterval = setInterval(( /**
1658
- * @return {?}
1659
- */function () {
1660
- if (_this._sessionTime == null) {
1661
- _this._sessionTime = _this._sessao.TempoInatividade;
1662
- if (_this._sessionTime == null || _this._sessionTime <= 0) {
1663
- _this.refreshSessionTime();
1664
- return;
1665
- }
1666
- }
1667
- if (_this._sessionTime > 0)
1668
- _this._sessionTime--;
1669
- else {
1670
- clearInterval(_this._sessionTimeInterval);
1671
- /** @type {?} */
1672
- var ref = _this._modal.open(RefreshSessionTimeModalComponent, {
1673
- data: null,
1674
- disableClose: true,
1675
- width: '400px'
1676
- });
1677
- ref.afterClosed().subscribe(( /**
1678
- * @param {?} r
1679
- * @return {?}
1680
- */function (r) {
1681
- clearInterval(_this._sessionTimeInterval);
1682
- if (r == null)
1683
- _this.logout();
1684
- else if (r.modalAction == InfoModalAction.Yes)
1685
- _this.refreshSessionTime();
1686
- else
1687
- _this.logout();
1688
- }));
1689
- }
1690
- }), 1000);
1691
- }
1640
+ /** @type {?} */
1641
+ var tempoRestante = Math.round(_this._sessao.TempoInatividade - ((new Date().valueOf() - parseInt(localStorage.getItem('ms'))) / 1000));
1642
+ if (!isNaN(tempoRestante) && tempoRestante > 0) {
1643
+ tempoSessao = tempoRestante;
1644
+ return;
1645
+ }
1646
+ clearInterval(_this._sessionTimeInterval);
1647
+ _this._sessionActive = false;
1648
+ if (isNaN(tempoRestante))
1649
+ _this.logout();
1650
+ else
1651
+ _this.showMessage();
1652
+ }), 1000);
1653
+ };
1654
+ /**
1655
+ * @return {?}
1656
+ */
1657
+ InfoAuthenticationService.prototype.showMessage = function () {
1658
+ var _this = this;
1659
+ /** @type {?} */
1660
+ var ref = this._modal.open(RefreshSessionTimeModalComponent, {
1661
+ data: null,
1662
+ disableClose: true,
1663
+ width: '500px'
1664
+ });
1665
+ ref.afterClosed().subscribe(( /**
1666
+ * @param {?} r
1667
+ * @return {?}
1668
+ */function (r) {
1669
+ if (r != null && (r.modalAction == InfoModalAction.Yes || (_this._sessao.TempoInatividade - ((new Date().valueOf() - parseInt(localStorage.getItem('ms'))) / 1000)) > 0)) {
1670
+ _this._sessionActive = true;
1671
+ _this.refreshSessionTime();
1672
+ }
1673
+ else
1674
+ _this.logout();
1675
+ }));
1692
1676
  };
1693
1677
  /**
1694
1678
  * @param {?} usuario
@@ -2111,7 +2095,7 @@
2111
2095
  * @type {?}
2112
2096
  * @private
2113
2097
  */
2114
- InfoAuthenticationService.prototype._sessionTime;
2098
+ InfoAuthenticationService.prototype._sessionActive;
2115
2099
  /**
2116
2100
  * @type {?}
2117
2101
  * @private
@@ -5164,8 +5148,8 @@
5164
5148
  this.tabindex = 0;
5165
5149
  this.iconPrefix = '';
5166
5150
  this.iconSuffix = '';
5167
- this.min = null;
5168
- this.max = null;
5151
+ this.min = -999999999999999999999999.999999999;
5152
+ this.max = 999999999999999999999999.999999999;
5169
5153
  this.step = null;
5170
5154
  this.onblur = new i0.EventEmitter();
5171
5155
  this.maskOptions = {
@@ -5218,16 +5202,15 @@
5218
5202
  * @return {?}
5219
5203
  */
5220
5204
  InfoInputComponent.prototype.onBlur = function () {
5221
- if (this.onblur != null) {
5222
- if (this.type == 'number') {
5223
- if (this.min != null)
5224
- this.value = this.min > Number(this.value) ? null : this.value;
5225
- if (this.max != null)
5226
- this.value = this.max < Number(this.value) ? null : this.value;
5227
- this.onChangeValue();
5228
- }
5229
- this.onblur.emit(this.value);
5205
+ if (this.type == 'number' || (this.ismask != null && this.ismask.startsWith("n"))) {
5206
+ if (this.min != null)
5207
+ this.value = this.min > Number(this.value) ? null : this.value;
5208
+ if (this.max != null)
5209
+ this.value = this.max < Number(this.value) ? null : this.value;
5210
+ this.onChangeValue();
5230
5211
  }
5212
+ if (this.onblur != null)
5213
+ this.onblur.emit(this.value);
5231
5214
  };
5232
5215
  /**
5233
5216
  * @return {?}
@@ -7258,7 +7241,7 @@
7258
7241
  { type: i0.Component, args: [{
7259
7242
  selector: 'info-sidebar',
7260
7243
  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>",
7261
- 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%;min-height:60px;width:100%}@media screen and (max-width:991px){:host.uxc3 .site-sidebar{position:relative}:host.uxc3 .site-sidebar:before{top:180px}}:host.uxc3 .site-sidebar:before{content:\" \";height:100%;left:240px;position:fixed;top:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;width:370px;z-index:-1}@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{-webkit-overflow-scrolling:touch;display:block;overflow-x:hidden;overflow-y:auto;padding-top:5px}:host.uxc3 nav #menu-min-icon{cursor:pointer;height:20px;position:absolute;right:20px;top:20px;transition:right .2s ease-in-out;width:20px}:host.uxc3 nav #menu-min-icon mat-icon{font-size:20px;height:inherit;transform:rotate(180deg);transition:transform .2s ease-in-out;width:inherit}:host.uxc3 nav #menu-min-icon mat-icon.min{transform:rotate(0deg)}:host.uxc3 nav .main-menu{overflow-y:auto;width:240px}: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{margin-bottom:3px;position:relative}:host.uxc3 nav .main-menu>ul .menu-item:after{bottom:0;content:\"\";left:-5px;position:absolute;top:0;transition:transform .2s ease-in-out;width:5px}:host.uxc3 nav .main-menu>ul .menu-item>.item-link{-moz-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;cursor:pointer;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;user-select:none}:host.uxc3 nav .main-menu>ul .menu-item>.item-link .mat-icon{height:auto;margin-right:15px;top:6px}: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:translateX(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:translateX(4px)}:host.uxc3 nav .main-menu>ul .menu-item.disabled>.item-link{cursor:default;opacity:.5}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu{font-family:Open Sans,sans-serif;left:240px;opacity:0;padding:0 40px;position:fixed;top:100px;transition:opacity .2s ease-in-out 0s,visibility 0s ease-in-out .2s;visibility:hidden;width:370px}@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{list-style:none;margin:0;padding:0}: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{cursor:pointer;font-size:14px;font-weight:500;margin:0;padding:5px 0;transition:color .2s ease-in-out}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul li a:hover{font-weight:600!important;text-decoration:none!important}:host.uxc3 nav .main-menu>ul .menu-item.opened .sub-menu{opacity:1;visibility:visible}:host.uxc3 .sidebar-overlay{opacity:0;transition:opacity .2s ease-in-out 0s,visibility 0s ease-in-out .2s;visibility:hidden;width:100%;z-index:-3}:host.uxc2,:host.uxc3 .sidebar-overlay{height:100%;left:0;position:fixed;top:0}:host.uxc2{display:block;transition:left .2s ease-in-out;width:240px;z-index:997}@media (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{height:50px;margin:auto;vertical-align:top;width:210px}:host.uxc2 .site-sidebar{display:flex;flex-direction:column;height:100%;min-height:60px;width:100%}@media (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{font-size:1.2em;margin:0}:host.uxc2 .site-sidebar .info label,:host.uxc2 .site-sidebar .info small{display:block}:host.uxc2 .site-sidebar .info p{margin-top:5px}:host.uxc2 .site-sidebar .info p a{cursor:pointer;font-size:.9em}: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:opacity .2s ease-in-out 0s,visibility 0s ease-in-out .2s;visibility:hidden;width:100%;z-index:9998}:host.uxc2 nav{-webkit-overflow-scrolling:touch;display:block;overflow-x:hidden;overflow-y:auto}: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{margin-bottom:3px;position:relative}: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;top:4px;width:25px}: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:rgba(0,0,0,.6);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;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .1s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item .sub .menu-item .item-link{font-size:.9em;padding:5px 22px 6px 48px}: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.active:after,:host.uxc2 nav .main-menu>ul .menu-item:hover:not(.disabled):after{transform:translateX(4px)}:host.uxc2 nav .main-menu>ul .menu-item.disabled>.item-link{cursor:default;opacity:.5}:host.uxc2 nav .main-menu>ul .menu-item.has-sub,: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}"]
7244
+ 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%;min-height:60px;width:100%}@media screen and (max-width:991px){:host.uxc3 .site-sidebar{position:relative}:host.uxc3 .site-sidebar:before{top:180px}}:host.uxc3 .site-sidebar:before{content:\" \";height:100%;left:240px;position:fixed;top:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;width:370px;z-index:-1}@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{-webkit-overflow-scrolling:touch;display:block;overflow-x:hidden;overflow-y:auto;padding-top:5px}:host.uxc3 nav #menu-min-icon{cursor:pointer;height:20px;position:absolute;right:20px;top:20px;transition:right .2s ease-in-out;width:20px}:host.uxc3 nav #menu-min-icon mat-icon{font-size:20px;height:inherit;transform:rotate(180deg);transition:transform .2s ease-in-out;width:inherit}:host.uxc3 nav #menu-min-icon mat-icon.min{transform:rotate(0deg)}:host.uxc3 nav .main-menu{overflow-y:auto;width:240px}: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{margin-bottom:3px;position:relative}:host.uxc3 nav .main-menu>ul .menu-item:after{bottom:0;content:\"\";left:-5px;position:absolute;top:0;transition:transform .2s ease-in-out;width:5px}:host.uxc3 nav .main-menu>ul .menu-item>.item-link{-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;cursor:pointer;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;user-select:none}:host.uxc3 nav .main-menu>ul .menu-item>.item-link .mat-icon{height:auto;margin-right:15px;top:6px}: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:translateX(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:translateX(4px)}:host.uxc3 nav .main-menu>ul .menu-item.disabled>.item-link{cursor:default;opacity:.5}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu{font-family:Open Sans,sans-serif;left:240px;opacity:0;padding:0 40px;position:fixed;top:100px;transition:opacity .2s ease-in-out 0s,visibility 0s ease-in-out .2s;visibility:hidden;width:370px}@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{list-style:none;margin:0;padding:0}: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{cursor:pointer;font-size:14px;font-weight:500;margin:0;padding:5px 0;transition:color .2s ease-in-out}:host.uxc3 nav .main-menu>ul .menu-item .sub-menu ul li a:hover{font-weight:600!important;text-decoration:none!important}:host.uxc3 nav .main-menu>ul .menu-item.opened .sub-menu{opacity:1;visibility:visible}:host.uxc3 .sidebar-overlay{opacity:0;transition:opacity .2s ease-in-out 0s,visibility 0s ease-in-out .2s;visibility:hidden;width:100%;z-index:-3}:host.uxc2,:host.uxc3 .sidebar-overlay{height:100%;left:0;position:fixed;top:0}:host.uxc2{display:block;transition:left .2s ease-in-out;width:240px;z-index:997}@media (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{height:50px;margin:auto;vertical-align:top;width:210px}:host.uxc2 .site-sidebar{display:flex;flex-direction:column;height:100%;min-height:60px;width:100%}@media (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{font-size:1.2em;margin:0}:host.uxc2 .site-sidebar .info label,:host.uxc2 .site-sidebar .info small{display:block}:host.uxc2 .site-sidebar .info p{margin-top:5px}:host.uxc2 .site-sidebar .info p a{cursor:pointer;font-size:.9em}: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:opacity .2s ease-in-out 0s,visibility 0s ease-in-out .2s;visibility:hidden;width:100%;z-index:9998}:host.uxc2 nav{-webkit-overflow-scrolling:touch;display:block;overflow-x:hidden;overflow-y:auto}: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{margin-bottom:3px;position:relative}: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;top:4px;width:25px}: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:rgba(0,0,0,.6);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;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .1s ease-in-out}:host.uxc2 nav .main-menu>ul .menu-item .sub .menu-item .item-link{font-size:.9em;padding:5px 22px 6px 48px}: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.active:after,:host.uxc2 nav .main-menu>ul .menu-item:hover:not(.disabled):after{transform:translateX(4px)}:host.uxc2 nav .main-menu>ul .menu-item.disabled>.item-link{cursor:default;opacity:.5}:host.uxc2 nav .main-menu>ul .menu-item.has-sub,: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}"]
7262
7245
  }] }
7263
7246
  ];
7264
7247
  /** @nocollapse */