@senior-gestao-empresarial/angular-components 6.9.1 → 6.9.2
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 +50 -3
- 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/xt-integration/entity-person-product-lookup.d.ts +8 -0
- package/esm2015/components/lookups/entities/xt-integration/entity-person-product-lookup.js +49 -0
- package/esm2015/components/lookups/erp-lookups.module.js +4 -2
- package/esm2015/senior-gestao-empresarial-angular-components.js +4 -3
- package/esm5/components/lookups/entities/xt-integration/entity-person-product-lookup.js +52 -0
- package/esm5/components/lookups/erp-lookups.module.js +4 -2
- package/esm5/senior-gestao-empresarial-angular-components.js +4 -3
- package/fesm2015/senior-gestao-empresarial-angular-components.js +45 -2
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +48 -2
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-angular-components.d.ts +3 -2
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -6321,6 +6321,51 @@
|
|
|
6321
6321
|
return SegmentoLookup;
|
|
6322
6322
|
}(ErpLookups));
|
|
6323
6323
|
|
|
6324
|
+
var EntityPersonProductLookup = /** @class */ (function (_super) {
|
|
6325
|
+
__extends(EntityPersonProductLookup, _super);
|
|
6326
|
+
function EntityPersonProductLookup(lookupService, translate) {
|
|
6327
|
+
var _this = _super.call(this, lookupService, translate, "entityFacade", [
|
|
6328
|
+
{
|
|
6329
|
+
name: "entityCode",
|
|
6330
|
+
type: angularComponents.FieldType.String
|
|
6331
|
+
},
|
|
6332
|
+
{
|
|
6333
|
+
name: "entityDesc",
|
|
6334
|
+
type: angularComponents.FieldType.String
|
|
6335
|
+
},
|
|
6336
|
+
], [
|
|
6337
|
+
{
|
|
6338
|
+
name: "entityCode",
|
|
6339
|
+
type: angularComponents.FieldType.String
|
|
6340
|
+
},
|
|
6341
|
+
{
|
|
6342
|
+
name: "entityDesc",
|
|
6343
|
+
type: angularComponents.FieldType.String
|
|
6344
|
+
},
|
|
6345
|
+
], [
|
|
6346
|
+
{
|
|
6347
|
+
name: "entityCode",
|
|
6348
|
+
type: angularComponents.FieldType.String
|
|
6349
|
+
},
|
|
6350
|
+
{
|
|
6351
|
+
name: "entityDesc",
|
|
6352
|
+
type: angularComponents.FieldType.String
|
|
6353
|
+
},
|
|
6354
|
+
], "erpx_cpl_xt", "integration") || this;
|
|
6355
|
+
_this.lookupService = lookupService;
|
|
6356
|
+
_this.translate = translate;
|
|
6357
|
+
return _this;
|
|
6358
|
+
}
|
|
6359
|
+
EntityPersonProductLookup.ctorParameters = function () { return [
|
|
6360
|
+
{ type: ErpLookupsService },
|
|
6361
|
+
{ type: core$1.TranslateService }
|
|
6362
|
+
]; };
|
|
6363
|
+
EntityPersonProductLookup = __decorate([
|
|
6364
|
+
core.Injectable()
|
|
6365
|
+
], EntityPersonProductLookup);
|
|
6366
|
+
return EntityPersonProductLookup;
|
|
6367
|
+
}(ErpLookups));
|
|
6368
|
+
|
|
6324
6369
|
var ErpLookupsModule = /** @class */ (function () {
|
|
6325
6370
|
function ErpLookupsModule() {
|
|
6326
6371
|
}
|
|
@@ -6435,7 +6480,8 @@
|
|
|
6435
6480
|
E501TcpLookup,
|
|
6436
6481
|
AgreementLookup,
|
|
6437
6482
|
NotaFiscalEntradaLookup,
|
|
6438
|
-
SegmentoLookup
|
|
6483
|
+
SegmentoLookup,
|
|
6484
|
+
EntityPersonProductLookup
|
|
6439
6485
|
],
|
|
6440
6486
|
declarations: [],
|
|
6441
6487
|
exports: [],
|
|
@@ -7706,8 +7752,9 @@
|
|
|
7706
7752
|
exports.naturezaReceitaPisCofins = naturezaReceitaPisCofins;
|
|
7707
7753
|
exports.ɵ0 = ɵ0;
|
|
7708
7754
|
exports.ɵa = ErpLookupsService;
|
|
7709
|
-
exports.ɵb =
|
|
7710
|
-
exports.ɵc =
|
|
7755
|
+
exports.ɵb = EntityPersonProductLookup;
|
|
7756
|
+
exports.ɵc = StorageService;
|
|
7757
|
+
exports.ɵd = VerifyModulePermissionService;
|
|
7711
7758
|
|
|
7712
7759
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7713
7760
|
|