@senior-gestao-empresarial/angular-components 6.9.3 → 6.10.1-45e0f1e8-c91b-4e67-be7f-f41b67b65e9b
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/senior-gestao-empresarial-angular-components.umd.js +106 -41
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/components/lookups/entities/conta-interna-filial-lookup.d.ts +8 -0
- package/components/lookups/entities/e-089-doc-lookup.d.ts +8 -0
- package/components/lookups/index.d.ts +2 -0
- package/components/websocket/websocket.service.d.ts +2 -3
- package/esm2015/components/lookups/entities/conta-interna-filial-lookup.js +54 -0
- package/esm2015/components/lookups/entities/e-089-doc-lookup.js +26 -0
- package/esm2015/components/lookups/erp-lookups.module.js +6 -2
- package/esm2015/components/lookups/index.js +3 -1
- package/esm2015/components/websocket/websocket.service.js +32 -35
- package/esm5/components/lookups/entities/conta-interna-filial-lookup.js +55 -0
- package/esm5/components/lookups/entities/e-089-doc-lookup.js +29 -0
- package/esm5/components/lookups/erp-lookups.module.js +6 -2
- package/esm5/components/lookups/index.js +3 -1
- package/esm5/components/websocket/websocket.service.js +33 -42
- package/fesm2015/senior-gestao-empresarial-angular-components.js +101 -36
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +106 -43
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -3,7 +3,7 @@ import { Input, Component, NgModule, Injectable, Inject, ɵɵdefineInjectable,
|
|
|
3
3
|
import { CommonModule } from '@angular/common';
|
|
4
4
|
import { BreadcrumbModule as BreadcrumbModule$1 } from 'primeng/breadcrumb';
|
|
5
5
|
import { NavigationEnd, PRIMARY_OUTLET, ActivatedRoute, Router, RouterModule } from '@angular/router';
|
|
6
|
-
import { Subject, throwError, interval, of, race, timer, iif, fromEvent, ReplaySubject } from 'rxjs';
|
|
6
|
+
import { Subject, throwError, interval, of, BehaviorSubject, race, timer, iif, fromEvent, ReplaySubject } from 'rxjs';
|
|
7
7
|
import { takeUntil, filter, catchError, map, takeWhile, switchMap, take, finalize, first } from 'rxjs/operators';
|
|
8
8
|
import * as moment_ from 'moment';
|
|
9
9
|
import { FormField, FieldType } from '@seniorsistemas/angular-components';
|
|
@@ -6160,6 +6160,76 @@ var EntityPersonProductLookup = /** @class */ (function (_super) {
|
|
|
6160
6160
|
return EntityPersonProductLookup;
|
|
6161
6161
|
}(ErpLookups));
|
|
6162
6162
|
|
|
6163
|
+
var defaultFields$2 = [
|
|
6164
|
+
{ name: "numCco", type: FieldType.String },
|
|
6165
|
+
{ name: "desCco", type: FieldType.String }
|
|
6166
|
+
];
|
|
6167
|
+
var ContaInternaFilialLookup = /** @class */ (function (_super) {
|
|
6168
|
+
__extends(ContaInternaFilialLookup, _super);
|
|
6169
|
+
function ContaInternaFilialLookup(lookupService, translate) {
|
|
6170
|
+
var _this = _super.call(this, lookupService, translate, "contaInternaFilial", defaultFields$2, __spread(defaultFields$2, [
|
|
6171
|
+
{
|
|
6172
|
+
name: "e034tcc.aplTcc",
|
|
6173
|
+
type: FieldType.Enum,
|
|
6174
|
+
options: [
|
|
6175
|
+
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_1"), value: "V1" },
|
|
6176
|
+
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_2"), value: "V2" },
|
|
6177
|
+
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_9"), value: "V9" },
|
|
6178
|
+
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_10"), value: "V10" }
|
|
6179
|
+
]
|
|
6180
|
+
}
|
|
6181
|
+
]), __spread(defaultFields$2, [
|
|
6182
|
+
{
|
|
6183
|
+
name: "e034tcc.desTcc",
|
|
6184
|
+
type: FieldType.String
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
name: "e034tcc.aplTcc",
|
|
6188
|
+
type: FieldType.Enum,
|
|
6189
|
+
options: [
|
|
6190
|
+
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_1"), value: "V1" },
|
|
6191
|
+
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_2"), value: "V2" },
|
|
6192
|
+
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_9"), value: "V9" },
|
|
6193
|
+
{ label: translate.instant("erpx_fin.foundation.enum_tip_tcc_v_10"), value: "V10" }
|
|
6194
|
+
]
|
|
6195
|
+
}
|
|
6196
|
+
]), "erpx_fin", "foundation") || this;
|
|
6197
|
+
_this.lookupService = lookupService;
|
|
6198
|
+
_this.translate = translate;
|
|
6199
|
+
return _this;
|
|
6200
|
+
}
|
|
6201
|
+
ContaInternaFilialLookup.ctorParameters = function () { return [
|
|
6202
|
+
{ type: ErpLookupsService },
|
|
6203
|
+
{ type: TranslateService }
|
|
6204
|
+
]; };
|
|
6205
|
+
ContaInternaFilialLookup = __decorate([
|
|
6206
|
+
Injectable()
|
|
6207
|
+
], ContaInternaFilialLookup);
|
|
6208
|
+
return ContaInternaFilialLookup;
|
|
6209
|
+
}(ErpLookups));
|
|
6210
|
+
|
|
6211
|
+
var defaultFields$3 = [
|
|
6212
|
+
{ name: "codDoc", type: FieldType.String },
|
|
6213
|
+
{ name: "desDoc", type: FieldType.String }
|
|
6214
|
+
];
|
|
6215
|
+
var E089DocLookup = /** @class */ (function (_super) {
|
|
6216
|
+
__extends(E089DocLookup, _super);
|
|
6217
|
+
function E089DocLookup(lookupService, translate) {
|
|
6218
|
+
var _this = _super.call(this, lookupService, translate, "e089doc", defaultFields$3, defaultFields$3, defaultFields$3, "erpx_fin", "foundation") || this;
|
|
6219
|
+
_this.lookupService = lookupService;
|
|
6220
|
+
_this.translate = translate;
|
|
6221
|
+
return _this;
|
|
6222
|
+
}
|
|
6223
|
+
E089DocLookup.ctorParameters = function () { return [
|
|
6224
|
+
{ type: ErpLookupsService },
|
|
6225
|
+
{ type: TranslateService }
|
|
6226
|
+
]; };
|
|
6227
|
+
E089DocLookup = __decorate([
|
|
6228
|
+
Injectable()
|
|
6229
|
+
], E089DocLookup);
|
|
6230
|
+
return E089DocLookup;
|
|
6231
|
+
}(ErpLookups));
|
|
6232
|
+
|
|
6163
6233
|
var ErpLookupsModule = /** @class */ (function () {
|
|
6164
6234
|
function ErpLookupsModule() {
|
|
6165
6235
|
}
|
|
@@ -6275,7 +6345,9 @@ var ErpLookupsModule = /** @class */ (function () {
|
|
|
6275
6345
|
AgreementLookup,
|
|
6276
6346
|
NotaFiscalEntradaLookup,
|
|
6277
6347
|
SegmentoLookup,
|
|
6278
|
-
EntityPersonProductLookup
|
|
6348
|
+
EntityPersonProductLookup,
|
|
6349
|
+
ContaInternaFilialLookup,
|
|
6350
|
+
E089DocLookup
|
|
6279
6351
|
],
|
|
6280
6352
|
declarations: [],
|
|
6281
6353
|
exports: [],
|
|
@@ -7032,15 +7104,14 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7032
7104
|
/** @private */
|
|
7033
7105
|
this.primitiveManagers = new Map();
|
|
7034
7106
|
/** @private */
|
|
7035
|
-
this.
|
|
7107
|
+
this.connected$ = new BehaviorSubject(false);
|
|
7036
7108
|
/** @private */
|
|
7037
7109
|
this.disconnect$ = new Subject();
|
|
7038
7110
|
/** @private */
|
|
7039
7111
|
this.reconnect$ = new Subject();
|
|
7040
7112
|
/** @private */
|
|
7041
7113
|
this.error$ = new Subject();
|
|
7042
|
-
this.
|
|
7043
|
-
this.connect();
|
|
7114
|
+
this.subscribed$ = new Subject();
|
|
7044
7115
|
}
|
|
7045
7116
|
WebsocketService_1 = WebsocketService;
|
|
7046
7117
|
/**
|
|
@@ -7048,10 +7119,7 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7048
7119
|
* @return Um `Observable<void>` que emite uma notificação quando a conexão websocket é estabelecida pela primeira vez.
|
|
7049
7120
|
*/
|
|
7050
7121
|
WebsocketService.prototype.onConnect = function () {
|
|
7051
|
-
|
|
7052
|
-
return of(undefined).pipe(take(1));
|
|
7053
|
-
}
|
|
7054
|
-
return this.connect$.asObservable().pipe(take(1));
|
|
7122
|
+
return this.connected$.asObservable().pipe(filter(Boolean), map(function () { return undefined; }), take(1));
|
|
7055
7123
|
};
|
|
7056
7124
|
/**
|
|
7057
7125
|
* Observable responsável por emitir uma notificação quando a conexão é desconectada.
|
|
@@ -7076,12 +7144,14 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7076
7144
|
var domain = _a.domain, service = _a.service, primitive = _a.primitive;
|
|
7077
7145
|
var key = this.getPrimitiveManagerKey(domain, service, primitive);
|
|
7078
7146
|
return this.onConnect().pipe(switchMap(function () {
|
|
7079
|
-
|
|
7080
|
-
_this.primitiveManagers
|
|
7081
|
-
|
|
7082
|
-
|
|
7083
|
-
|
|
7084
|
-
|
|
7147
|
+
if (_this.primitiveManagers.has(key))
|
|
7148
|
+
return _this.primitiveManagers
|
|
7149
|
+
.get(key)
|
|
7150
|
+
.subscribed$.asObservable()
|
|
7151
|
+
.pipe(map(function () { return undefined; }), take(1));
|
|
7152
|
+
return _this.subscribed$.asObservable().pipe(filter(function (primitiveManager) {
|
|
7153
|
+
return _this.getPrimitiveManagerKey(primitiveManager.domain, primitiveManager.service, primitiveManager.primitive) === key;
|
|
7154
|
+
}), map(function () { return undefined; }), take(1));
|
|
7085
7155
|
}));
|
|
7086
7156
|
};
|
|
7087
7157
|
/**
|
|
@@ -7101,6 +7171,7 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7101
7171
|
*/
|
|
7102
7172
|
WebsocketService.prototype.onEvent = function (options) {
|
|
7103
7173
|
var _this = this;
|
|
7174
|
+
this.connect();
|
|
7104
7175
|
var domain = options.domain, service = options.service, primitive = options.primitive;
|
|
7105
7176
|
var key = this.getPrimitiveManagerKey(domain, service, primitive);
|
|
7106
7177
|
if (this.primitiveManagers.has(key)) {
|
|
@@ -7112,30 +7183,17 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7112
7183
|
primitive: primitive,
|
|
7113
7184
|
stompSubscriptions: [],
|
|
7114
7185
|
event$: new Subject(),
|
|
7115
|
-
|
|
7186
|
+
subscribed$: new BehaviorSubject(false)
|
|
7116
7187
|
};
|
|
7117
7188
|
this.primitiveManagers.set(key, primitiveManager);
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
else {
|
|
7127
|
-
if (!this.isConnecting) {
|
|
7128
|
-
this.connect();
|
|
7129
|
-
}
|
|
7130
|
-
this.connect$.pipe(first()).subscribe(function () {
|
|
7131
|
-
_this.createStompSubscriptions(primitiveManager);
|
|
7132
|
-
});
|
|
7133
|
-
return primitiveManager.event$
|
|
7134
|
-
.asObservable()
|
|
7135
|
-
.pipe(finalize(function () {
|
|
7136
|
-
return _this.disconnectPrimitiveOnFinalize(primitiveManager);
|
|
7137
|
-
}));
|
|
7138
|
-
}
|
|
7189
|
+
this.onConnect()
|
|
7190
|
+
.pipe(take(1))
|
|
7191
|
+
.subscribe(function () {
|
|
7192
|
+
_this.createStompSubscriptions(primitiveManager);
|
|
7193
|
+
});
|
|
7194
|
+
return primitiveManager.event$
|
|
7195
|
+
.asObservable()
|
|
7196
|
+
.pipe(finalize(function () { return _this.disconnectPrimitiveOnFinalize(primitiveManager); }));
|
|
7139
7197
|
};
|
|
7140
7198
|
/** @private */
|
|
7141
7199
|
WebsocketService.prototype.createStompSubscriptions = function (primitiveManager) {
|
|
@@ -7147,12 +7205,14 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7147
7205
|
stompSubscriptionWithToken,
|
|
7148
7206
|
stompSubscriptionWithoutToken
|
|
7149
7207
|
];
|
|
7150
|
-
primitiveManager.
|
|
7151
|
-
this.
|
|
7208
|
+
primitiveManager.subscribed$.next(true);
|
|
7209
|
+
this.subscribed$.next(primitiveManager);
|
|
7152
7210
|
};
|
|
7153
7211
|
/** @private */
|
|
7154
7212
|
WebsocketService.prototype.connect = function () {
|
|
7155
7213
|
var _this = this;
|
|
7214
|
+
if (this.isConnected || this.isConnecting)
|
|
7215
|
+
return;
|
|
7156
7216
|
this.createStompClient();
|
|
7157
7217
|
this.isConnecting = true;
|
|
7158
7218
|
this._stompClient.connect({}, function () {
|
|
@@ -7160,15 +7220,16 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7160
7220
|
_this.isConnected = true;
|
|
7161
7221
|
if (_this.wasConnected) {
|
|
7162
7222
|
_this.reconnectPrimitives();
|
|
7163
|
-
_this.
|
|
7223
|
+
_this.connected$.next(true);
|
|
7164
7224
|
_this.reconnect$.next();
|
|
7165
7225
|
}
|
|
7166
7226
|
else {
|
|
7167
7227
|
_this.wasConnected = true;
|
|
7168
|
-
_this.
|
|
7228
|
+
_this.connected$.next(true);
|
|
7169
7229
|
}
|
|
7170
7230
|
}, function (error) {
|
|
7171
7231
|
_this.isConnected = false;
|
|
7232
|
+
_this.connected$.next(false);
|
|
7172
7233
|
_this.error$.next(error);
|
|
7173
7234
|
race(_this.disconnect$.pipe(take(1), map(function () { return ({ wasDisconnected: true }); })), timer(WebsocketService_1.RECONNECT_INTERVAL).pipe(take(1), switchMap(function () {
|
|
7174
7235
|
return iif(function () { return document.hidden; }, fromEvent(document, 'visibilitychange').pipe(first()), of(void 0));
|
|
@@ -7187,7 +7248,7 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7187
7248
|
};
|
|
7188
7249
|
WebsocketService.prototype.disconnect = function () {
|
|
7189
7250
|
var e_1, _a, e_2, _b, e_3, _c;
|
|
7190
|
-
if (this.getObserversCount() > 0) {
|
|
7251
|
+
if (!this.isConnected || this.getObserversCount() > 0) {
|
|
7191
7252
|
return;
|
|
7192
7253
|
}
|
|
7193
7254
|
try {
|
|
@@ -7234,6 +7295,7 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7234
7295
|
this.isConnected = false;
|
|
7235
7296
|
this.isConnecting = false;
|
|
7236
7297
|
this.wasConnected = false;
|
|
7298
|
+
this.connected$.next(false);
|
|
7237
7299
|
this.disconnect$.next();
|
|
7238
7300
|
};
|
|
7239
7301
|
/** @private */
|
|
@@ -7323,6 +7385,7 @@ var WebsocketService = /** @class */ (function () {
|
|
|
7323
7385
|
}
|
|
7324
7386
|
finally { if (e_6) throw e_6.error; }
|
|
7325
7387
|
}
|
|
7388
|
+
primitiveManager.subscribed$.complete();
|
|
7326
7389
|
var key = this.getPrimitiveManagerKey(primitiveManager.domain, primitiveManager.service, primitiveManager.primitive);
|
|
7327
7390
|
this.primitiveManagers.delete(key);
|
|
7328
7391
|
this.disconnect();
|
|
@@ -7429,5 +7492,5 @@ var ModulesEnum;
|
|
|
7429
7492
|
* Generated bundle index. Do not edit.
|
|
7430
7493
|
*/
|
|
7431
7494
|
|
|
7432
|
-
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, CountryLookup, CplTriNotaSaidaE001EndLookup, CplTriNotaSaidaE001PesLookup, CplTriNotaSaidaE001TnsLookup, CplTriNotaSaidaE007UfsLookup, CplTriNotaSaidaE008RaiLookup, CplTriNotaSaidaE015MedLookup, CplTriNotaSaidaE020SnfLookup, CplTriNotaSaidaE024MsgLookup, CplTriNotaSaidaE028CpgLookup, CplTriNotaSaidaE032EdcLookup, CplTriNotaSaidaE051DisLookup, CplTriNotaSaidaE066FpgLookup, CplTriNotaSaidaE070EmpLookup, CplTriNotaSaidaE070FilLookup, CplTriNotaSaidaE075DerLookup, CplTriNotaSaidaE080SerLookup, CplTriNotaSaidaNaturezaReceitaPisCofinsLookup, CplTriNotaSaidaNcmLookup, CplTriNotaSaidaNfEntradaLookup, CplTriNotaSaidaNfSaidaLookup, CurrencyLookup, DocumentoLookup, E001EndLookup, E001PesLookup, E001TnsLookup, E001TnsSupEstLookup, E002TptLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EntityPersonProductLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NotaFiscalEntradaLookup, NpsService, ParametersLookup, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa, StorageService as ɵb, VerifyModulePermissionService as ɵc };
|
|
7495
|
+
export { AgreementLookup, BankLookup, BeneficioFiscalLookup, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ContaInternaFilialLookup, CountryLookup, CplTriNotaSaidaE001EndLookup, CplTriNotaSaidaE001PesLookup, CplTriNotaSaidaE001TnsLookup, CplTriNotaSaidaE007UfsLookup, CplTriNotaSaidaE008RaiLookup, CplTriNotaSaidaE015MedLookup, CplTriNotaSaidaE020SnfLookup, CplTriNotaSaidaE024MsgLookup, CplTriNotaSaidaE028CpgLookup, CplTriNotaSaidaE032EdcLookup, CplTriNotaSaidaE051DisLookup, CplTriNotaSaidaE066FpgLookup, CplTriNotaSaidaE070EmpLookup, CplTriNotaSaidaE070FilLookup, CplTriNotaSaidaE075DerLookup, CplTriNotaSaidaE080SerLookup, CplTriNotaSaidaNaturezaReceitaPisCofinsLookup, CplTriNotaSaidaNcmLookup, CplTriNotaSaidaNfEntradaLookup, CplTriNotaSaidaNfSaidaLookup, CurrencyLookup, DocumentoLookup, E001EndLookup, E001PesLookup, E001TnsLookup, E001TnsSupEstLookup, E002TptLookup, E007UfsLookup, E008CepLookup, E008RaiLookup, E012FamLookup, E015MedLookup, E020SnfLookup, E021MotLookup, E023CrpLookup, E024MsgLookup, E027EqiLookup, E027StrLookup, E028CpgLookup, E030AgeLookup, E030BanLookup, E031MoeLookup, E032EdcLookup, E035OcrLookup, E036InsLookup, E039PorLookup, E044CcuFinRatDepLookup, E044CcuLookup, E045PlaLookup, E046HpdLookup, E047NtgLookup, E048FctLookup, E048SfcLookup, E051DisLookup, E066FpgLookup, E067FinLookup, E069GreLookup, E070EmpLookup, E070EntLookup, E070FilLookup, E073PesLookup, E073VeiLookup, E075DerLookup, E080SerLookup, E081TabLookup, E082TprLookup, E085PesLookup, E089DocLookup, E090HrpComGerLookup, E090PesLookup, E091PlfFinRatLookup, E095PesLookup, E099UsuComGerLookup, E099UsuSupCprLookup, E140InsLookup, E140NfsLookup, E200LotLookup, E200SerLookup, E205DepLookup, E210DxpE075DerLookup, E210DxpLookup, E301TcrLookup, E403FprLookup, E420IcpLookup, E420IpcLookup, E420OcpLookup, E501TcpLookup, E600CcoLookup, E640LotLookup, EntityPersonProductLookup, EnumLogicalOperator, EquipmentLookup, ErpLookups, ErpLookupsModule, ErpPolling, ExportUtils, FiltersStorageService, FormUtilsService, HTTP_STATUS_CODE, LigacaoItemFornecedorLookup, LookupValidationUtils, ModulesEnum, NcmLookup, NotaFiscalEntradaLookup, NpsService, ParametersLookup, ProdutoServicoLookup, QuantidadeDisponivelDemandaLookup, RequisicaoLookup, SegmentoLookup, TypeTaxesLookup, UnidadeMedidaLookup, UtilsModule, VerifyModulePermission, WebsocketService, naturezaReceitaPisCofins, ɵ0, ErpLookupsService as ɵa, StorageService as ɵb, VerifyModulePermissionService as ɵc };
|
|
7433
7496
|
//# sourceMappingURL=senior-gestao-empresarial-angular-components.js.map
|