@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
|
@@ -10536,11 +10536,8 @@
|
|
|
10536
10536
|
{
|
|
10537
10537
|
label: this.translateService.instant("hcm.payroll.employees_image_cropper_view"),
|
|
10538
10538
|
command: function () {
|
|
10539
|
-
console.log('COMMAND CALLED');
|
|
10540
|
-
console.log('this.isAllowToViewHistorical', _this.isAllowToViewHistorical);
|
|
10541
10539
|
if (_this.isAllowToViewHistorical) {
|
|
10542
10540
|
var dateChange = rowData && rowData.dateChange && moment$e(rowData.dateChange, _this.dateFormat).format("YYYY-MM-DD");
|
|
10543
|
-
console.log('withSidebar', _this.withSidebar);
|
|
10544
10541
|
if (_this.withSidebar) {
|
|
10545
10542
|
_this.isOnlyView.emit(true);
|
|
10546
10543
|
_this.router.navigate(["historical-pix-account/" + dateChange], {
|