@senior-gestao-pessoas/payroll-core 9.3.0-99a8011c-ce6f-42d8-bae5-a9d40dcf3e7b → 9.3.0-be196b4c-4396-43c2-87cb-9cd868bf0100
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 -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-list/historical-pix-account-list.component.js +1 -4
- package/esm5/components/historical-pix-account-list/historical-pix-account-list.component.js +1 -4
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +0 -3
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +0 -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
|
@@ -10370,11 +10370,8 @@ var HistoricalPixAccountListComponent = /** @class */ (function () {
|
|
|
10370
10370
|
{
|
|
10371
10371
|
label: this.translateService.instant("hcm.payroll.employees_image_cropper_view"),
|
|
10372
10372
|
command: function () {
|
|
10373
|
-
console.log('COMMAND CALLED');
|
|
10374
|
-
console.log('this.isAllowToViewHistorical', _this.isAllowToViewHistorical);
|
|
10375
10373
|
if (_this.isAllowToViewHistorical) {
|
|
10376
10374
|
var dateChange = rowData && rowData.dateChange && moment$e(rowData.dateChange, _this.dateFormat).format("YYYY-MM-DD");
|
|
10377
|
-
console.log('withSidebar', _this.withSidebar);
|
|
10378
10375
|
if (_this.withSidebar) {
|
|
10379
10376
|
_this.isOnlyView.emit(true);
|
|
10380
10377
|
_this.router.navigate(["historical-pix-account/" + dateChange], {
|