@senior-gestao-pessoas/payroll-core 9.3.0-8ebe41a8-581c-4d97-97b8-ab18d24ec02c → 9.3.0-d2f4baaf-da8f-4f6f-a650-fbfdeaed4657
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-pessoas-payroll-core.umd.js +1 -3
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js.map +1 -1
- package/esm2015/components/historical-pix-account/historical-pix-account.component.js +1 -4
- package/esm2015/components/historical-pix-account/historical-pix-account.module.js +3 -1
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +1 -4
- package/esm5/components/historical-pix-account/historical-pix-account.module.js +3 -1
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +1 -3
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +1 -3
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
|
@@ -9307,7 +9307,6 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
|
|
|
9307
9307
|
_this.visible = true;
|
|
9308
9308
|
}
|
|
9309
9309
|
else {
|
|
9310
|
-
_this.visible = false;
|
|
9311
9310
|
_this.isNotAllowMessage();
|
|
9312
9311
|
}
|
|
9313
9312
|
},
|
|
@@ -9322,7 +9321,6 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
|
|
|
9322
9321
|
_this.visible = true;
|
|
9323
9322
|
}
|
|
9324
9323
|
else {
|
|
9325
|
-
_this.visible = false;
|
|
9326
9324
|
_this.isNotAllowMessage();
|
|
9327
9325
|
}
|
|
9328
9326
|
},
|
|
@@ -9336,7 +9334,6 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
|
|
|
9336
9334
|
_this.deleteAnnuityItem(key);
|
|
9337
9335
|
}
|
|
9338
9336
|
else {
|
|
9339
|
-
_this.visible = false;
|
|
9340
9337
|
_this.isNotAllowMessage();
|
|
9341
9338
|
}
|
|
9342
9339
|
},
|
|
@@ -10252,6 +10249,7 @@ var HistoricalPixAccountModule = /** @class */ (function () {
|
|
|
10252
10249
|
CustomFieldsModule$1,
|
|
10253
10250
|
PanelModule,
|
|
10254
10251
|
InputMaskModule,
|
|
10252
|
+
ConfirmDialogModule
|
|
10255
10253
|
],
|
|
10256
10254
|
declarations: [HistoricalPixAccountComponent, HistoricalPixAccountFormComponent],
|
|
10257
10255
|
providers: [HistoricalPixAccountService, ConfirmationService],
|