info-library 2.10.71 → 2.10.73
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/bundles/info-library.umd.js +56 -153
- package/bundles/info-library.umd.js.map +1 -1
- package/bundles/info-library.umd.min.js +1 -1
- package/bundles/info-library.umd.min.js.map +1 -1
- package/esm2015/controls/grid/grid.component.js +1 -1
- package/esm2015/controls/paginator/paginator.component.js +2 -2
- package/esm2015/layouts/main/main.component.js +1 -1
- package/esm2015/service/authentication.service.js +50 -5
- package/esm2015/service/theme.service.js +1 -1
- package/fesm2015/info-library.js +49 -8
- package/fesm2015/info-library.js.map +1 -1
- package/info-library.metadata.json +1 -1
- package/package.json +1 -1
- package/service/authentication.service.d.ts +6 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('text-mask-core/dist/textMaskCore'), require('@angular/router'), require('@angular/common/http'), require('rxjs'), require('rxjs/operators'), require('@angular/material/dialog'), require('@angular/cdk/overlay'), require('@angular/forms'), require('@angular/material/core'), require('@angular/material-moment-adapter'), require('text-mask-addons/dist/createAutoCorrectedDatePipe'), require('moment'), require('@angular/
|
|
3
|
-
typeof define === 'function' && define.amd ? define('info-library', ['exports', '@angular/core', 'text-mask-core/dist/textMaskCore', '@angular/router', '@angular/common/http', 'rxjs', 'rxjs/operators', '@angular/material/dialog', '@angular/cdk/overlay', '@angular/forms', '@angular/material/core', '@angular/material-moment-adapter', 'text-mask-addons/dist/createAutoCorrectedDatePipe', 'moment', '@angular/
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['info-library'] = {}, global.ng.core, global.textMaskCore, global.ng.router, global.ng.common.http, global.rxjs, global.rxjs.operators, global.ng.material.dialog, global.ng.cdk.overlay, global.ng.forms, global.ng.material.core, global.ng.materialMomentAdapter, global.createAutoCorrectedDatePipe, global.moment, global.ng.
|
|
5
|
-
}(this, (function (exports, i0, textMaskCore, i3, i2, rxjs, operators, i6, i1, forms, core, materialMomentAdapter, createAutoCorrectedDatePipe, moment,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('text-mask-core/dist/textMaskCore'), require('@angular/router'), require('@angular/common/http'), require('rxjs'), require('rxjs/operators'), require('@angular/material/dialog'), require('@angular/platform-browser'), require('@angular/cdk/overlay'), require('@angular/forms'), require('@angular/material/core'), require('@angular/material-moment-adapter'), require('text-mask-addons/dist/createAutoCorrectedDatePipe'), require('moment'), require('@angular/cdk/keycodes'), require('@angular/common'), require('ng2-currency-mask'), require('@angular/material/card'), require('@angular/material/icon'), require('@angular/material/form-field'), require('@angular/material/input'), require('@angular/material/list'), require('@angular/material/select'), require('@angular/material/checkbox'), require('@angular/material/radio'), require('@angular/material/button'), require('@angular/material/datepicker'), require('@angular/material/progress-bar'), require('@angular/material/tooltip'), require('@angular/material/autocomplete'), require('@kolkov/angular-editor'), require('@angular/material/chips'), require('text-mask-addons/dist/emailMask')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('info-library', ['exports', '@angular/core', 'text-mask-core/dist/textMaskCore', '@angular/router', '@angular/common/http', 'rxjs', 'rxjs/operators', '@angular/material/dialog', '@angular/platform-browser', '@angular/cdk/overlay', '@angular/forms', '@angular/material/core', '@angular/material-moment-adapter', 'text-mask-addons/dist/createAutoCorrectedDatePipe', 'moment', '@angular/cdk/keycodes', '@angular/common', 'ng2-currency-mask', '@angular/material/card', '@angular/material/icon', '@angular/material/form-field', '@angular/material/input', '@angular/material/list', '@angular/material/select', '@angular/material/checkbox', '@angular/material/radio', '@angular/material/button', '@angular/material/datepicker', '@angular/material/progress-bar', '@angular/material/tooltip', '@angular/material/autocomplete', '@kolkov/angular-editor', '@angular/material/chips', 'text-mask-addons/dist/emailMask'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['info-library'] = {}, global.ng.core, global.textMaskCore, global.ng.router, global.ng.common.http, global.rxjs, global.rxjs.operators, global.ng.material.dialog, global.ng.platformBrowser, global.ng.cdk.overlay, global.ng.forms, global.ng.material.core, global.ng.materialMomentAdapter, global.createAutoCorrectedDatePipe, global.moment, global.ng.cdk.keycodes, global.ng.common, global.ng2CurrencyMask, global.ng.material.card, global.ng.material.icon, global.ng.material.formField, global.ng.material.input, global.ng.material.list, global.ng.material.select, global.ng.material.checkbox, global.ng.material.radio, global.ng.material.button, global.ng.material.datepicker, global.ng.material.progressBar, global.ng.material.tooltip, global.ng.material.autocomplete, global.angularEditor, global.ng.material.chips, global.emailMask));
|
|
5
|
+
}(this, (function (exports, i0, textMaskCore, i3, i2, rxjs, operators, i6, i8, i1, forms, core, materialMomentAdapter, createAutoCorrectedDatePipe, moment, keycodes, common, ng2CurrencyMask, card, icon, formField, input, list, select, checkbox, radio, button, datepicker, progressBar, tooltip, autocomplete, angularEditor, chips, emailMask) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
934
934
|
PERFORMANCE OF THIS SOFTWARE.
|
|
935
935
|
***************************************************************************** */
|
|
936
|
-
/* global Reflect, Promise
|
|
936
|
+
/* global Reflect, Promise */
|
|
937
937
|
var extendStatics = function (d, b) {
|
|
938
938
|
extendStatics = Object.setPrototypeOf ||
|
|
939
939
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
@@ -986,64 +986,6 @@
|
|
|
986
986
|
function __param(paramIndex, decorator) {
|
|
987
987
|
return function (target, key) { decorator(target, key, paramIndex); };
|
|
988
988
|
}
|
|
989
|
-
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
990
|
-
function accept(f) { if (f !== void 0 && typeof f !== "function")
|
|
991
|
-
throw new TypeError("Function expected"); return f; }
|
|
992
|
-
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
993
|
-
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
994
|
-
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
995
|
-
var _, done = false;
|
|
996
|
-
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
997
|
-
var context = {};
|
|
998
|
-
for (var p in contextIn)
|
|
999
|
-
context[p] = p === "access" ? {} : contextIn[p];
|
|
1000
|
-
for (var p in contextIn.access)
|
|
1001
|
-
context.access[p] = contextIn.access[p];
|
|
1002
|
-
context.addInitializer = function (f) { if (done)
|
|
1003
|
-
throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
1004
|
-
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
1005
|
-
if (kind === "accessor") {
|
|
1006
|
-
if (result === void 0)
|
|
1007
|
-
continue;
|
|
1008
|
-
if (result === null || typeof result !== "object")
|
|
1009
|
-
throw new TypeError("Object expected");
|
|
1010
|
-
if (_ = accept(result.get))
|
|
1011
|
-
descriptor.get = _;
|
|
1012
|
-
if (_ = accept(result.set))
|
|
1013
|
-
descriptor.set = _;
|
|
1014
|
-
if (_ = accept(result.init))
|
|
1015
|
-
initializers.unshift(_);
|
|
1016
|
-
}
|
|
1017
|
-
else if (_ = accept(result)) {
|
|
1018
|
-
if (kind === "field")
|
|
1019
|
-
initializers.unshift(_);
|
|
1020
|
-
else
|
|
1021
|
-
descriptor[key] = _;
|
|
1022
|
-
}
|
|
1023
|
-
}
|
|
1024
|
-
if (target)
|
|
1025
|
-
Object.defineProperty(target, contextIn.name, descriptor);
|
|
1026
|
-
done = true;
|
|
1027
|
-
}
|
|
1028
|
-
;
|
|
1029
|
-
function __runInitializers(thisArg, initializers, value) {
|
|
1030
|
-
var useValue = arguments.length > 2;
|
|
1031
|
-
for (var i = 0; i < initializers.length; i++) {
|
|
1032
|
-
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
1033
|
-
}
|
|
1034
|
-
return useValue ? value : void 0;
|
|
1035
|
-
}
|
|
1036
|
-
;
|
|
1037
|
-
function __propKey(x) {
|
|
1038
|
-
return typeof x === "symbol" ? x : "".concat(x);
|
|
1039
|
-
}
|
|
1040
|
-
;
|
|
1041
|
-
function __setFunctionName(f, name, prefix) {
|
|
1042
|
-
if (typeof name === "symbol")
|
|
1043
|
-
name = name.description ? "[".concat(name.description, "]") : "";
|
|
1044
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
1045
|
-
}
|
|
1046
|
-
;
|
|
1047
989
|
function __metadata(metadataKey, metadataValue) {
|
|
1048
990
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1049
991
|
return Reflect.metadata(metadataKey, metadataValue);
|
|
@@ -1075,7 +1017,7 @@
|
|
|
1075
1017
|
function step(op) {
|
|
1076
1018
|
if (f)
|
|
1077
1019
|
throw new TypeError("Generator is already executing.");
|
|
1078
|
-
while (
|
|
1020
|
+
while (_)
|
|
1079
1021
|
try {
|
|
1080
1022
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
1081
1023
|
return t;
|
|
@@ -1243,7 +1185,7 @@
|
|
|
1243
1185
|
function __asyncDelegator(o) {
|
|
1244
1186
|
var i, p;
|
|
1245
1187
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
1246
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
|
1188
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
1247
1189
|
}
|
|
1248
1190
|
function __asyncValues(o) {
|
|
1249
1191
|
if (!Symbol.asyncIterator)
|
|
@@ -1302,86 +1244,7 @@
|
|
|
1302
1244
|
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
1303
1245
|
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
1304
1246
|
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
1305
|
-
}
|
|
1306
|
-
function __addDisposableResource(env, value, async) {
|
|
1307
|
-
if (value !== null && value !== void 0) {
|
|
1308
|
-
if (typeof value !== "object" && typeof value !== "function")
|
|
1309
|
-
throw new TypeError("Object expected.");
|
|
1310
|
-
var dispose;
|
|
1311
|
-
if (async) {
|
|
1312
|
-
if (!Symbol.asyncDispose)
|
|
1313
|
-
throw new TypeError("Symbol.asyncDispose is not defined.");
|
|
1314
|
-
dispose = value[Symbol.asyncDispose];
|
|
1315
|
-
}
|
|
1316
|
-
if (dispose === void 0) {
|
|
1317
|
-
if (!Symbol.dispose)
|
|
1318
|
-
throw new TypeError("Symbol.dispose is not defined.");
|
|
1319
|
-
dispose = value[Symbol.dispose];
|
|
1320
|
-
}
|
|
1321
|
-
if (typeof dispose !== "function")
|
|
1322
|
-
throw new TypeError("Object not disposable.");
|
|
1323
|
-
env.stack.push({ value: value, dispose: dispose, async: async });
|
|
1324
|
-
}
|
|
1325
|
-
else if (async) {
|
|
1326
|
-
env.stack.push({ async: true });
|
|
1327
|
-
}
|
|
1328
|
-
return value;
|
|
1329
|
-
}
|
|
1330
|
-
var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
1331
|
-
var e = new Error(message);
|
|
1332
|
-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
1333
|
-
};
|
|
1334
|
-
function __disposeResources(env) {
|
|
1335
|
-
function fail(e) {
|
|
1336
|
-
env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
|
|
1337
|
-
env.hasError = true;
|
|
1338
|
-
}
|
|
1339
|
-
function next() {
|
|
1340
|
-
while (env.stack.length) {
|
|
1341
|
-
var rec = env.stack.pop();
|
|
1342
|
-
try {
|
|
1343
|
-
var result = rec.dispose && rec.dispose.call(rec.value);
|
|
1344
|
-
if (rec.async)
|
|
1345
|
-
return Promise.resolve(result).then(next, function (e) { fail(e); return next(); });
|
|
1346
|
-
}
|
|
1347
|
-
catch (e) {
|
|
1348
|
-
fail(e);
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
if (env.hasError)
|
|
1352
|
-
throw env.error;
|
|
1353
|
-
}
|
|
1354
|
-
return next();
|
|
1355
|
-
}
|
|
1356
|
-
var tslib_es6 = {
|
|
1357
|
-
__extends: __extends,
|
|
1358
|
-
__assign: __assign,
|
|
1359
|
-
__rest: __rest,
|
|
1360
|
-
__decorate: __decorate,
|
|
1361
|
-
__param: __param,
|
|
1362
|
-
__metadata: __metadata,
|
|
1363
|
-
__awaiter: __awaiter,
|
|
1364
|
-
__generator: __generator,
|
|
1365
|
-
__createBinding: __createBinding,
|
|
1366
|
-
__exportStar: __exportStar,
|
|
1367
|
-
__values: __values,
|
|
1368
|
-
__read: __read,
|
|
1369
|
-
__spread: __spread,
|
|
1370
|
-
__spreadArrays: __spreadArrays,
|
|
1371
|
-
__spreadArray: __spreadArray,
|
|
1372
|
-
__await: __await,
|
|
1373
|
-
__asyncGenerator: __asyncGenerator,
|
|
1374
|
-
__asyncDelegator: __asyncDelegator,
|
|
1375
|
-
__asyncValues: __asyncValues,
|
|
1376
|
-
__makeTemplateObject: __makeTemplateObject,
|
|
1377
|
-
__importStar: __importStar,
|
|
1378
|
-
__importDefault: __importDefault,
|
|
1379
|
-
__classPrivateFieldGet: __classPrivateFieldGet,
|
|
1380
|
-
__classPrivateFieldSet: __classPrivateFieldSet,
|
|
1381
|
-
__classPrivateFieldIn: __classPrivateFieldIn,
|
|
1382
|
-
__addDisposableResource: __addDisposableResource,
|
|
1383
|
-
__disposeResources: __disposeResources,
|
|
1384
|
-
};
|
|
1247
|
+
}
|
|
1385
1248
|
|
|
1386
1249
|
/**
|
|
1387
1250
|
* @fileoverview added by tsickle
|
|
@@ -1684,14 +1547,18 @@
|
|
|
1684
1547
|
* @param {?} _plataforma
|
|
1685
1548
|
* @param {?} _dataService
|
|
1686
1549
|
* @param {?} _modal
|
|
1550
|
+
* @param {?} _translate
|
|
1551
|
+
* @param {?} _title
|
|
1687
1552
|
*/
|
|
1688
|
-
function InfoAuthenticationService(_router, _http, _sessao, _plataforma, _dataService, _modal) {
|
|
1553
|
+
function InfoAuthenticationService(_router, _http, _sessao, _plataforma, _dataService, _modal, _translate, _title) {
|
|
1689
1554
|
this._router = _router;
|
|
1690
1555
|
this._http = _http;
|
|
1691
1556
|
this._sessao = _sessao;
|
|
1692
1557
|
this._plataforma = _plataforma;
|
|
1693
1558
|
this._dataService = _dataService;
|
|
1694
1559
|
this._modal = _modal;
|
|
1560
|
+
this._translate = _translate;
|
|
1561
|
+
this._title = _title;
|
|
1695
1562
|
this._key = 'token';
|
|
1696
1563
|
this._keySessao = 'sessao';
|
|
1697
1564
|
this._sessionActive = true;
|
|
@@ -1910,6 +1777,7 @@
|
|
|
1910
1777
|
* @return {?}
|
|
1911
1778
|
*/
|
|
1912
1779
|
InfoAuthenticationService.prototype.logout = function () {
|
|
1780
|
+
this._http.post(this._plataforma.Config.webapiUrl + 'centrocontrole/usuario/Logout', null, { headers: this._dataService.getHeaderToken() }).toPromise();
|
|
1913
1781
|
this.removeSessao();
|
|
1914
1782
|
this._router.navigateByUrl('login').then(( /**
|
|
1915
1783
|
* @param {?} r
|
|
@@ -2166,6 +2034,8 @@
|
|
|
2166
2034
|
var aux = url.substring(1).replace(/-/g, '').toLowerCase().split('/');
|
|
2167
2035
|
/** @type {?} */
|
|
2168
2036
|
var tituloMenu = aux.length > 0 ? aux[0].toString() : url;
|
|
2037
|
+
/** @type {?} */
|
|
2038
|
+
var parametrosUrl = url.split('/').slice(2);
|
|
2169
2039
|
if (tituloMenu.indexOf('ashboard') > -1)
|
|
2170
2040
|
this._plataforma.PaginaAtiva = { Icone: 'widgets', Titulo: 'Dashboard' };
|
|
2171
2041
|
else {
|
|
@@ -2177,8 +2047,16 @@
|
|
|
2177
2047
|
* @param {?} m
|
|
2178
2048
|
* @return {?}
|
|
2179
2049
|
*/ m) { return m.Title.toLowerCase().indexOf(tituloMenu) > -1; }));
|
|
2180
|
-
|
|
2050
|
+
/** @type {?} */
|
|
2051
|
+
var subTitulo = "";
|
|
2052
|
+
for (var i = 0; i < parametrosUrl.length; i++) {
|
|
2053
|
+
if (!this.isGuid(parametrosUrl[i]) && isNaN(parseFloat(parametrosUrl[i])))
|
|
2054
|
+
subTitulo += " - " + this._translate.translate(this.toPascalCase(parametrosUrl[i]));
|
|
2055
|
+
}
|
|
2056
|
+
if (item != null && item.length > 0) {
|
|
2181
2057
|
this._plataforma.PaginaAtiva = { Icone: item[0].Icon, Titulo: item[0].Title };
|
|
2058
|
+
this._title.setTitle("Plataforma - " + this._translate.translate(item[0].Title) + subTitulo);
|
|
2059
|
+
}
|
|
2182
2060
|
else
|
|
2183
2061
|
this._plataforma.PaginaAtiva = { Icone: 'security', Titulo: 'Plataforma' };
|
|
2184
2062
|
}
|
|
@@ -2223,6 +2101,19 @@
|
|
|
2223
2101
|
InfoAuthenticationService.prototype.isGuid = function (value) {
|
|
2224
2102
|
return (value || '').match('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$') !== null;
|
|
2225
2103
|
};
|
|
2104
|
+
/**
|
|
2105
|
+
* @private
|
|
2106
|
+
* @param {?} value
|
|
2107
|
+
* @return {?}
|
|
2108
|
+
*/
|
|
2109
|
+
InfoAuthenticationService.prototype.toPascalCase = function (value) {
|
|
2110
|
+
return value.replace(/(^\w|-\w)/g, ( /**
|
|
2111
|
+
* @param {?} w1
|
|
2112
|
+
* @param {?} w2
|
|
2113
|
+
* @param {?} i
|
|
2114
|
+
* @return {?}
|
|
2115
|
+
*/function (w1, w2, i) { return i == 0 ? w1.toUpperCase() : w1[1].toUpperCase(); }));
|
|
2116
|
+
};
|
|
2226
2117
|
return InfoAuthenticationService;
|
|
2227
2118
|
}());
|
|
2228
2119
|
InfoAuthenticationService.decorators = [
|
|
@@ -2237,9 +2128,11 @@
|
|
|
2237
2128
|
{ type: InfoSessionModel },
|
|
2238
2129
|
{ type: InfoPlatformModel },
|
|
2239
2130
|
{ type: InfoDataService },
|
|
2240
|
-
{ type: i6.MatDialog }
|
|
2131
|
+
{ type: i6.MatDialog },
|
|
2132
|
+
{ type: InfoTranslateService },
|
|
2133
|
+
{ type: i8.Title }
|
|
2241
2134
|
]; };
|
|
2242
|
-
/** @nocollapse */ InfoAuthenticationService.ɵprov = i0.ɵɵdefineInjectable({ factory: function InfoAuthenticationService_Factory() { return new InfoAuthenticationService(i0.ɵɵinject(i3.Router), i0.ɵɵinject(i2.HttpClient), i0.ɵɵinject(InfoSessionModel), i0.ɵɵinject(InfoPlatformModel), i0.ɵɵinject(InfoDataService), i0.ɵɵinject(i6.MatDialog)); }, token: InfoAuthenticationService, providedIn: "root" });
|
|
2135
|
+
/** @nocollapse */ InfoAuthenticationService.ɵprov = i0.ɵɵdefineInjectable({ factory: function InfoAuthenticationService_Factory() { return new InfoAuthenticationService(i0.ɵɵinject(i3.Router), i0.ɵɵinject(i2.HttpClient), i0.ɵɵinject(InfoSessionModel), i0.ɵɵinject(InfoPlatformModel), i0.ɵɵinject(InfoDataService), i0.ɵɵinject(i6.MatDialog), i0.ɵɵinject(InfoTranslateService), i0.ɵɵinject(i8.Title)); }, token: InfoAuthenticationService, providedIn: "root" });
|
|
2243
2136
|
if (false) {
|
|
2244
2137
|
/**
|
|
2245
2138
|
* @type {?}
|
|
@@ -2291,6 +2184,16 @@
|
|
|
2291
2184
|
* @private
|
|
2292
2185
|
*/
|
|
2293
2186
|
InfoAuthenticationService.prototype._modal;
|
|
2187
|
+
/**
|
|
2188
|
+
* @type {?}
|
|
2189
|
+
* @private
|
|
2190
|
+
*/
|
|
2191
|
+
InfoAuthenticationService.prototype._translate;
|
|
2192
|
+
/**
|
|
2193
|
+
* @type {?}
|
|
2194
|
+
* @private
|
|
2195
|
+
*/
|
|
2196
|
+
InfoAuthenticationService.prototype._title;
|
|
2294
2197
|
}
|
|
2295
2198
|
var RefreshSessionTimeModalComponent = /** @class */ (function () {
|
|
2296
2199
|
/**
|
|
@@ -5047,7 +4950,7 @@
|
|
|
5047
4950
|
selector: 'info-grid',
|
|
5048
4951
|
template: "<info-pagebar *ngIf=\"showPagebar\" icon=\"work\" [pagetitle]=\"pagebarTitle\" [description]=\"description\">\r\n <button mat-button type=\"button\" *ngIf=\"backurl != null && backurl != ''\" color=\"primary\" (click)=\"back()\">\r\n <mat-icon class=\"fs-20\">chevron_left</mat-icon>{{\"Voltar\" | translate}}\r\n </button>\r\n\r\n <ng-container *ngFor=\"let b of pagebarbuttons\">\r\n <button type=\"button\" mat-button color=\"primary\" (click)=\"b.modal == null ? navigateTo(b.url, false, null) : openCustomModal(b.modal, b.modalwidth, null)\">\r\n <mat-icon *ngIf=\"b.icon != 'chevron_right'\" class=\"fs-20\">{{ b.icon }}</mat-icon>\r\n {{ b.label | translate }}\r\n </button>\r\n </ng-container>\r\n\r\n <button mat-button type=\"button\" *ngIf=\"searchmodel != null && !enabledSearch\" color=\"primary\" (click)=\"enabledSearch = !enabledSearch\">\r\n <mat-icon class=\"fs-20\">search</mat-icon> {{ \"Pesquisar\" | translate}}\r\n </button>\r\n\r\n <button mat-button type=\"button\" *ngIf=\"searchmodel != null && enabledSearch\" color=\"primary\" (click)=\"enabledSearch = !enabledSearch\">\r\n <mat-icon class=\"fs-20\">search_off</mat-icon> {{ \"Ocultar\" | translate}}\r\n </button>\r\n\r\n <button mat-button type=\"button\" *ngIf=\"enablednew && hasPermissionNew\" color=\"primary\" (click)=\"add()\">\r\n <mat-icon class=\"fs-20\">add</mat-icon> {{ newlabel | translate}}\r\n </button>\r\n</info-pagebar>\r\n\r\n<div [ngClass]=\"{ 'table-full': fullarea }\">\r\n <div class=\"table-responsive white\">\r\n <div class=\"table-title grid-search\" [ngStyle]=\"{ 'padding': (enabledSearch ? 10 : 0) + 'px 20px' }\">\r\n <form autocomplete=\"off\" #formSearch=\"ngForm\" (ngSubmit)=\"search()\">\r\n <div *ngIf=\"enabledSearch\" class=\"search-container row\">\r\n <div class=\"col-md-{{(searchbuttons || []).length == 0 ? '10' : '9' }}\">\r\n <div class=\"row\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n <div class=\"col-md-{{(searchbuttons || []).length == 0 ? '2' : '3' }} align-right\" *ngIf=\"searchmodel != null\">\r\n <div class=\"search-buttons \">\r\n <ng-container *ngIf=\"searchonlyonebutton\">\r\n <button mat-button type=\"submit\" color=\"primary\" [disabled]=\"formSearch.invalid || loading\">\r\n {{ 'Buscar' | translate }}\r\n </button>\r\n </ng-container>\r\n\r\n <ng-container *ngIf=\"!searchonlyonebutton\">\r\n <button mat-button type=\"button\" color=\"warn\" (click)=\"cancelSearch()\" *ngIf=\"enabledcancelsearch\">\r\n <mat-icon class=\"fs-20\">close</mat-icon>\r\n </button>\r\n <button mat-button type=\"submit\" color=\"primary\" [disabled]=\"formSearch.invalid || loading\">\r\n <mat-icon class=\"fs-20\">search</mat-icon>\r\n </button>\r\n \r\n <ng-container *ngFor=\"let b of searchbuttons\">\r\n <button mat-button type=\"button\" color=\"primary\" [disabled]=\"formSearch.invalid || loading\" (click)=\"b.method()\">\r\n <mat-icon *ngIf=\"b.icon\" class=\"fs-20\">{{b.icon | translate}}</mat-icon> {{b.label | translate}}\r\n </button>\r\n </ng-container>\r\n \r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n </div>\r\n\r\n <fieldset *ngIf=\"!showPagebar\"><legend [innerHTML]=\"pagebarTitle | translate\"></legend></fieldset>\r\n <section class=\"loading-bar\"><mat-progress-bar color=\"primary\" mode=\"indeterminate\" *ngIf=\"loading\"></mat-progress-bar></section>\r\n\r\n <div id=\"auto-refresh\" *ngIf=\"autorefresh > 0\">\r\n <i class=\"material-icons\" matTooltip=\"{{ 'AutoRefresh' | translate }} {{ autorefresh }} seg\" matTooltipPosition=\"left\">access_time</i>\r\n </div>\r\n\r\n <table class=\"table table-hover\" [ngStyle]=\"{ 'min-height.px': tableHeight }\" [ngClass]=\"{ 'loading': loading, 'clickaccess': enabledclickaccess }\" *ngIf=\"data != null\">\r\n <thead>\r\n <tr>\r\n <th style=\"width: 5%;\" *ngIf=\"enabledclassicons && data?.length > 0 && data[0]?.Icon != null\"></th>\r\n\r\n <ng-container *ngFor=\"let col of colunasHeaders; let i = index\">\r\n <th *ngIf=\"colunasWidth[i] == ''\" [class]=\"'col_' + col.toLowerCase()\" [ngClass]=\"{ 'text-center': colunasType[i] == 'check', 'align-right': colunasType[i].startsWith('n') }\">{{ col | translate }}</th>\r\n <th *ngIf=\"colunasWidth[i] != ''\" [ngStyle]=\"{ 'width': colunasWidth[i] }\" [ngClass]=\"{ 'text-center': colunasType[i] == 'check', 'align-right': colunasType[i].startsWith('n') }\">{{ col | translate }}</th>\r\n </ng-container>\r\n\r\n <th class=\"actions align-right buttons\" *ngIf=\"(templateurl != '') || (buttons != null && buttons.length > 0) || enableddetail || enabledview || ((disabledcol == '') && enablededit && hasPermissionEdit) || ((disabledcol == '') && enableddelete && hasPermissionDelete)\">\r\n <button mat-icon-button type=\"button\"[matTooltip]=\"newlabel | translate\" matTooltipPosition=\"left\" (click)=\"add()\" *ngIf=\"!showPagebar && enablednew && hasPermissionNew\">\r\n <mat-icon>add_circle_outline</mat-icon>\r\n </button>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody class=\"grid-content\">\r\n <tr *ngFor=\"let mod of data\" [ngClass]=\"{ 'default-color': !enabledclassicons }\" [class]=\"mod.Class\" (click)=\"access(mod)\">\r\n <td *ngIf=\"enabledclassicons && mod?.Icon != null\">\r\n <ng-container *ngFor=\"let icon of icons\">\r\n <i class=\"material-icons\" [matTooltip]=\"icon.Tooltip | translate\" *ngIf=\"icon.Name == mod.Icon\" [ngClass]=\"{ 'icone-secundario': icon.Principal == false }\">{{icon.Icon}}</i>\r\n </ng-container>\r\n </td>\r\n\r\n <ng-container *ngFor=\"let col of colunasItens; let i = index\">\r\n <td *ngIf=\"mod[col] == null || mod[col] == undefined\"></td>\r\n <ng-container [ngSwitch]=\"colunasType[i]\" *ngIf=\"mod[col] != null && mod[col] != undefined\">\r\n <ng-container *ngSwitchCase=\"'label'\">\r\n <td *ngIf=\"mod[col] !== true && mod[col] !== false && mod[col] !== 0 && mod[col] !== '0'\" >\r\n <label [outerHTML]=\"(mod[col] | translate:colunasTranslate[i]) || ''\"></label>\r\n <p *ngIf=\"i == 0 && mod.Badge != null && mod.Badge != undefined\">{{ mod.Badge | translate:colunasTranslate[i] }}</p>\r\n </td>\r\n <td *ngIf=\"mod[col] === true\"><mat-icon>check_box</mat-icon></td>\r\n <td *ngIf=\"mod[col] === false\"><mat-icon>check_box_outline_blank</mat-icon></td>\r\n <td *ngIf=\"mod[col] === 0 || mod[col] === '0'\">0</td>\r\n </ng-container>\r\n\r\n <td nowrap *ngSwitchCase=\"'date'\" [innerHTML]=\"mod[col] | date:'shortDate'\"></td>\r\n <td nowrap *ngSwitchCase=\"'datetime'\">{{ mod[col] | date:'shortDate' }} {{ mod[col] | date:'mediumTime' }}</td>\r\n <td nowrap *ngSwitchCase=\"'monthyear'\" [innerHTML]=\"mod[col] | date:'MM/yyyy'\"></td>\r\n <td nowrap *ngSwitchCase=\"'n0'\" [class]=\"'align-right ' + (mod[col] < 0 ? 'text-red' : '')\">{{ mod[col] | number:'1.0-0' }}</td>\r\n <td nowrap *ngSwitchCase=\"'n2'\" [class]=\"'align-right ' + (mod[col] < 0 ? 'text-red' : '')\">{{ mod[col] | number:'1.2-2' }}</td>\r\n <td nowrap *ngSwitchCase=\"'n4'\" [class]=\"'align-right ' + (mod[col] < 0 ? 'text-red' : '')\">{{ mod[col] | number:'1.4-4' }}</td>\r\n <td nowrap *ngSwitchCase=\"'n6'\" [class]=\"'align-right ' + (mod[col] < 0 ? 'text-red' : '')\">{{ mod[col] | number:'1.6-6' }}</td>\r\n <td nowrap *ngSwitchCase=\"'n9'\" [class]=\"'align-right ' + (mod[col] < 0 ? 'text-red' : '')\">{{ mod[col] | number:'1.9-9' }}</td>\r\n <td nowrap *ngSwitchCase=\"'n12'\" [class]=\"'align-right ' + (mod[col] < 0 ? 'text-red' : '')\">{{ mod[col] | number:'1.12-12' }}</td>\r\n \r\n <td *ngSwitchCase=\"'check'\" class=\"text-center\">\r\n <ng-container *ngIf=\"mod[col] != null && (mod[col] === true || mod[col] == 1 || mod[col].toLowerCase() == 's'); then checked; else unchecked\"></ng-container>\r\n <ng-template #checked><mat-icon>check_box</mat-icon></ng-template>\r\n <ng-template #unchecked><mat-icon>check_box_outline_blank</mat-icon></ng-template>\r\n </td>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container *ngIf=\"enabledclickaccess\">\r\n <td class=\"td-actions clickaccess\">\r\n <button mat-icon-button type=\"button\" (click)=\"access(mod)\" *ngIf=\"enabledview\">\r\n <mat-icon>{{accessicon || 'arrow_forward'}}</mat-icon>\r\n </button>\r\n </td>\r\n </ng-container>\r\n\r\n <ng-container *ngIf=\"!enabledclickaccess\">\r\n <td class=\"td-actions\" *ngIf=\"(templateurl != '') || (buttons != null && buttons.length > 0) || (mod.Download != null) || enableddetail || (mod?.Info != null) || enabledview || ((disabledcol == '' || mod[disabledcol] === true) && enablededit && hasPermissionEdit) || ((disabledcol == '' || mod[disabledcol] === true) && enableddelete && hasPermissionDelete)\">\r\n\r\n <a mat-icon-button href=\"{{ templateurl.replace('{id}', mod.Id) }}\" target=\"_blank\" [matTooltip]=\"'Abrir' | translate\" *ngIf=\"templateurl != ''\">\r\n <mat-icon>visibility</mat-icon>\r\n </a>\r\n\r\n <ng-container *ngFor=\"let b of buttons\">\r\n <button mat-icon-button type=\"button\" [matTooltip]=\"b.label | translate\" (click)=\"b.modalComponent != null ? openCustomModal(b.modalComponent, b.widthModalComponent, mod) : b.api != null ? eventButton(mod, b.api, b.method, b.confirm) : navigateTo(b.navigateTo, b.passId, mod.Id)\" *ngIf=\"b.showOnlyClass == null || b.showOnlyClass == mod.Class\" [disabled]=\"b.disabledField && mod[b.disabledField] === true\">\r\n <mat-icon>{{b.icon}}</mat-icon>\r\n </button>\r\n </ng-container>\r\n\r\n <button mat-icon-button type=\"button\" [matTooltip]=\"'Download' | translate\" (click)=\"download(mod.Download)\" *ngIf=\"mod.Download != null\">\r\n <mat-icon>file_download</mat-icon>\r\n </button>\r\n \r\n <button mat-icon-button type=\"button\" [matTooltip]=\"'Detalhe' | translate\" (click)=\"detail(mod)\" *ngIf=\"enableddetail\">\r\n <mat-icon>list</mat-icon>\r\n </button>\r\n \r\n <button mat-icon-button type=\"button\" [matTooltip]=\"'Informacao' | translate\" (click)=\"info(mod?.Info)\" *ngIf=\"mod?.Info != null\" [disabled]=\"mod?.Info == ''\">\r\n <mat-icon>info</mat-icon>\r\n </button>\r\n \r\n <!-- <button mat-icon-button type=\"button\" [matTooltip]=\"'Visualizar' | translate\" (click)=\"view(mod)\" *ngIf=\"enabledview\">\r\n <mat-icon>visibility</mat-icon>\r\n </button>\r\n \r\n <button mat-icon-button type=\"button\" [matTooltip]=\"'Editar' | translate\" (click)=\"edit(mod)\" *ngIf=\"(disabledcol == '' || mod[disabledcol] === true) && enablededit && hasPermissionEdit\">\r\n <mat-icon>edit</mat-icon>\r\n </button> -->\r\n \r\n <button mat-icon-button type=\"button\" [matTooltip]=\"'Excluir' | translate\" (click)=\"delete(mod)\" *ngIf=\"(disabledcol == '' || mod[disabledcol] === true) && enableddelete && hasPermissionDelete && !mod.HideDelete\">\r\n <mat-icon>delete</mat-icon>\r\n </button>\r\n\r\n <button mat-icon-button type=\"button\" [matTooltip]=\"'Acessar' | translate\" (click)=\"edit(mod)\" *ngIf=\"((disabledcol == '' || mod[disabledcol] === true) && enablededit && hasPermissionEdit) || enabledview\">\r\n <mat-icon>arrow_forward</mat-icon>\r\n </button>\r\n </td>\r\n </ng-container>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <span class=\"blank-table\" *ngIf=\"data != null && data.length == 0\">{{\"NenhumItemEncontrado\" | translate}}</span>\r\n\r\n <info-paginator #paginator [hidden]=\"!paged || (data != null && data.length == 0)\" [size]=\"size\" (change)=\"changePage($event)\" ></info-paginator>\r\n </div>\r\n</div>\r\n\r\n<div class=\"block\" *ngIf=\"loading\"></div>\r\n<info-alert [messages]=\"messages\"></info-alert>",
|
|
5049
4952
|
providers: [InfoFormPropModel],
|
|
5050
|
-
styles: [":host{display:block;
|
|
4953
|
+
styles: [":host{display:block;position:relative}:host #auto-refresh{background:transparent;margin:0;padding:0;position:absolute;right:0;top:8px}:host #auto-refresh i{cursor:default;font-size:18px}:host .table-title{background:#fcfcfc}:host .table-title .mat-icon-button{height:25px;line-height:25px;text-align:center;width:25px}:host .table-title .mat-icon-button .mat-icon{font-size:18px}:host .table-title :hover{transition:color .2s}:host .search-container{margin-top:10px;position:relative}:host .title-grid{font-size:.8rem;font-weight:700;padding-top:8px;text-transform:uppercase}:host table thead .col_dia,:host table thead .col_id{width:80px}:host table thead .col_moeda{width:90px}:host table thead .col_data,:host table thead .col_datacotacao,:host table thead .col_dataposicao,:host table thead .col_referencia{width:125px}:host table thead .col_conta,:host table thead .col_identificador{width:250px}:host table thead .col_cliente,:host table thead .col_descricao,:host table thead .col_nome{width:400px}:host table tbody .icone-secundario{font-size:12px}:host.uxc3 div.table-responsive .table-title{padding:0!important}:host.uxc3 div.table-responsive .table thead{background:transparent}:host.uxc3 div.table-responsive .table thead th{border-top:none;font-size:10px;padding:10px 5px 5px;text-transform:capitalize}:host.uxc3 div.table-responsive .table thead th.actions{border-bottom-width:0}:host.uxc3 div.table-responsive .table thead th:after{display:none}:host.uxc3 div.table-responsive .table tbody tr{background:#f9f9f9;height:40px}:host.uxc3 div.table-responsive .table tbody tr td{cursor:default;font-size:13px;font-weight:600;transition:color .2s ease-in-out}:host.uxc3 div.table-responsive .table tbody tr td.td-actions{border-bottom:none;margin-top:1px;padding-bottom:6px;padding-top:7px}:host.uxc3 div.table-responsive .table tbody tr td mat-icon{height:17px;line-height:17px}:host.uxc3 div.table-responsive .table tbody tr td p{border:1px solid;border-radius:3px;display:inline-block;font-size:8px;margin:0 0 0 5px;padding:2px 5px;position:relative;text-transform:uppercase;top:-2px}:host.uxc3 div.table-responsive .table tbody tr:hover{background:#f9f9f9}:host.uxc3 div.table-responsive .table tbody tr:nth-child(2n):hover,:host.uxc3 div.table-responsive .table tbody tr:nth-child(2n):hover .td-actions{background:#fff}"]
|
|
5051
4954
|
}] }
|
|
5052
4955
|
];
|
|
5053
4956
|
/** @nocollapse */
|
|
@@ -6031,7 +5934,7 @@
|
|
|
6031
5934
|
currentEnd = this.total;
|
|
6032
5935
|
if (currentInit == null || currentEnd == null)
|
|
6033
5936
|
return;
|
|
6034
|
-
this.totalDescription = currentInit + ' - ' + currentEnd + ' de ' + this.total;
|
|
5937
|
+
this.totalDescription = currentInit.toLocaleString('pt-BR') + ' - ' + currentEnd.toLocaleString('pt-BR') + ' de ' + this.total.toLocaleString('pt-BR');
|
|
6035
5938
|
};
|
|
6036
5939
|
return InfoPaginatorComponent;
|
|
6037
5940
|
}());
|
|
@@ -6604,7 +6507,7 @@
|
|
|
6604
6507
|
];
|
|
6605
6508
|
/** @nocollapse */
|
|
6606
6509
|
InfoEditorComponent.ctorParameters = function () { return [
|
|
6607
|
-
{ type:
|
|
6510
|
+
{ type: i8.DomSanitizer }
|
|
6608
6511
|
]; };
|
|
6609
6512
|
InfoEditorComponent.propDecorators = {
|
|
6610
6513
|
editor: [{ type: i0.ViewChild, args: ['editor',] }],
|
|
@@ -7169,7 +7072,7 @@
|
|
|
7169
7072
|
{ type: i0.Component, args: [{
|
|
7170
7073
|
selector: 'info-main',
|
|
7171
7074
|
template: "<div class=\"site-container\" [ngClass]=\"{ 'open-sidebar': opened }\">\r\n \r\n <info-topbar #topbar\r\n [themes]=\"themes\" \r\n [languages]=\"languages\" \r\n [profileurl]=\"profileurl\"\r\n [notificationapi]=\"notificationapi\" \r\n [notificationgetmethod]=\"notificationgetmethod\" \r\n [notificationpostmethod]=\"notificationpostmethod\"\r\n [notificationverifymethod]=\"notificationverifymethod\"\r\n [notificationverifyenabled]=\"notificationverifyenabled\"\r\n [fastsearchform]=\"fastsearchform\"\r\n [fastsearchformwidth]=\"fastsearchformwidth\"\r\n [fastsearchtitle]=\"fastsearchtitle\"\r\n [setthemeonchangecompany]=\"setthemeonchangecompany\"\r\n (onchangestate)=\"onChangeTopBarState()\"\r\n (ongetnotification)=\"onGetNotificationsTopBar($event)\"\r\n (onverifynotification)=\"onVerifyNotificationsTopBar($event)\">\r\n </info-topbar>\r\n \r\n <info-topmenu *ngIf=\"_platform.Config.topMenu\"\r\n [api]=\"menuapi\" \r\n [method]=\"menumethod\" \r\n (onchangestate)=\"onChangeSideBarState()\">\r\n </info-topmenu>\r\n\r\n <info-sidebar *ngIf=\"!_platform.Config.topMenu\"\r\n [api]=\"menuapi\" \r\n [method]=\"menumethod\" \r\n [activemenubyurl]=\"activemenubyurl\"\r\n (onchangestate)=\"onChangeSideBarState()\">\r\n </info-sidebar>\r\n\r\n <main class=\"main-content\">\r\n <div class=\"main-content-wrap\">\r\n <ng-content></ng-content>\r\n </div>\r\n\r\n <div class=\"footer row\">\r\n <div class=\"copyright col-md-9\">{{ 'Copyright' | translate}}</div>\r\n <div class=\"version col-md-3\" *ngIf=\"version\">{{ 'Versao' | translate}} {{ version }}</div>\r\n </div>\r\n \r\n <info-alert [messages]=\"messages\"></info-alert>\r\n </main>\r\n</div>",
|
|
7172
|
-
styles: [":host.topmenu .main-content{padding:180px 0 0!important}:host.uxc3 .main-content{padding:140px 0 0 240px;transition:padding .2s ease-in-out}:host.uxc3 .main-content .bg{background:#fff}@media screen and (max-width:991px){:host.uxc3 .main-content{padding-left:0}}@media screen and (max-width:543px){:host.uxc3 .main-content{padding-top:70px}}:host.uxc3 .main-content .footer{background:#fafafa}:host.uxc3 .main-content .footer .version{text-align:right}:host.uxc3 .open-sidebar info-sidebar,:host.uxc3 .open-sidebar info-topbar{left:0}@media screen and (max-width:991px){:host.uxc3 .open-sidebar info-sidebar .sidebar-overlay{opacity:.5;transition:opacity .2s ease-in-out 0s,visibility 0s ease-in-out 0s;visibility:visible}}@media screen and (max-width:991px){:host.uxc3 .open-sidebar info-sidebar .site-sidebar:before,:host.uxc3 .open-sidebar info-sidebar .sub-menu{display:block!important}}:host.uxc2 .main-content{padding:131px 0 0 240px;transition:padding .2s ease-in-out}@media (max-width:991px){:host.uxc2 .main-content{padding-left:0}}@media (max-width:543px){:host.uxc2 .main-content{padding-top:123px}}:host.uxc2 info-topbar{transition:left .2s ease-in-out}@media (max-width:991px){:host.uxc2 info-topbar{width:100%}}:host.uxc2 .open-sidebar info-topbar{left:240px}:host.uxc2 .open-sidebar info-sidebar{left:0}@media (max-width:991px){:host.uxc2 .open-sidebar info-sidebar /deep/ .sidebar-overlay{opacity:1;transition:opacity .2s ease-in-out 0s,visibility 0s ease-in-out 0s;visibility:visible}}:host.uxc2 .footer{align-items:center;background:rgba(0,0,0,.1);bottom:0;display:flex;font-size:.8rem;height:3.14286rem;justify-content:space-between;position:sticky;width:100%;z-index:9997}@media (max-width:543px){:host.uxc2 .footer{font-size:.7rem}}:host.uxc2 .footer .copyright,:host.uxc2 .footer .version{padding:10px 22px}@media (max-width:543px){:host.uxc2 .footer .copyright{padding-right:0}}:host.uxc2 .footer .version{color:#000;text-align:right}"]
|
|
7075
|
+
styles: [":host.topmenu .main-content{padding:180px 0 0!important}:host.uxc3 .main-content{padding:140px 0 0 240px;transition:padding .2s ease-in-out}:host.uxc3 .main-content .bg{background:#fff}@media screen and (max-width:991px){:host.uxc3 .main-content{padding-left:0}}@media screen and (max-width:543px){:host.uxc3 .main-content{padding-top:70px}}:host.uxc3 .main-content .footer{background:#fafafa}:host.uxc3 .main-content .footer .version{text-align:right}:host.uxc3 .open-sidebar info-sidebar,:host.uxc3 .open-sidebar info-topbar{left:0}@media screen and (max-width:991px){:host.uxc3 .open-sidebar info-sidebar .sidebar-overlay{opacity:.5;transition:opacity .2s ease-in-out 0s,visibility 0s ease-in-out 0s;visibility:visible}}@media screen and (max-width:991px){:host.uxc3 .open-sidebar info-sidebar .site-sidebar:before,:host.uxc3 .open-sidebar info-sidebar .sub-menu{display:block!important}}:host.uxc2 .main-content{padding:131px 0 0 240px;transition:padding .2s ease-in-out}@media (max-width:991px){:host.uxc2 .main-content{padding-left:0}}@media (max-width:543px){:host.uxc2 .main-content{padding-top:123px}}:host.uxc2 info-topbar{transition:left .2s ease-in-out}@media (max-width:991px){:host.uxc2 info-topbar{width:100%}}:host.uxc2 .open-sidebar info-topbar{left:240px}:host.uxc2 .open-sidebar info-sidebar{left:0}@media (max-width:991px){:host.uxc2 .open-sidebar info-sidebar /deep/ .sidebar-overlay{opacity:1;transition:opacity .2s ease-in-out 0s,visibility 0s ease-in-out 0s;visibility:visible}}:host.uxc2 .footer{align-items:center;background:rgba(0,0,0,.1);bottom:0;display:flex;font-size:.8rem;height:3.14286rem;justify-content:space-between;position:-webkit-sticky;position:sticky;width:100%;z-index:9997}@media (max-width:543px){:host.uxc2 .footer{font-size:.7rem}}:host.uxc2 .footer .copyright,:host.uxc2 .footer .version{padding:10px 22px}@media (max-width:543px){:host.uxc2 .footer .copyright{padding-right:0}}:host.uxc2 .footer .version{color:#000;text-align:right}"]
|
|
7173
7076
|
}] }
|
|
7174
7077
|
];
|
|
7175
7078
|
/** @nocollapse */
|