@senior-gestao-pessoas/payroll-core 9.4.0-af2cbed0-5ed8-4fa0-b302-d4f7bfe8c238 → 9.4.0-beccc0e0-72b8-4a99-8127-32ad8ca6ee41
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 +0 -4
- 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/components/historical-pix-account/historical-pix-account.component.d.ts +0 -1
- package/esm2015/components/historical-pix-account/historical-pix-account.component.js +1 -5
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +1 -5
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +0 -4
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +0 -4
- 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
|
@@ -9279,7 +9279,6 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
|
|
|
9279
9279
|
field: "dateChange",
|
|
9280
9280
|
direction: DirectionEnumeration.DESC,
|
|
9281
9281
|
};
|
|
9282
|
-
this.enableAction = true;
|
|
9283
9282
|
this.pixAccountItemInput = {};
|
|
9284
9283
|
this.totalRecords = 0;
|
|
9285
9284
|
this.actionLabel = this.translateService.instant("hcm.payroll.entries_query_actions_total_title");
|
|
@@ -9359,9 +9358,6 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
|
|
|
9359
9358
|
}
|
|
9360
9359
|
HistoricalPixAccountComponent.prototype.ngOnInit = function () {
|
|
9361
9360
|
this.formGroup.setControl(this.fieldFormGroup, this.historicalPixAccountList);
|
|
9362
|
-
if (!this.isViewMode) {
|
|
9363
|
-
this.enableAction = false;
|
|
9364
|
-
}
|
|
9365
9361
|
};
|
|
9366
9362
|
HistoricalPixAccountComponent.prototype.ngOnChanges = function (changes) {
|
|
9367
9363
|
if (changes['listDataReciever'] && changes['listDataReciever'].currentValue) {
|