@senior-gestao-pessoas/payroll-core 9.3.0-8e3650be-79b5-4803-9eab-ad01b4739d46 → 9.3.0-d99b0dbd-5fc0-4b98-979b-fe30c751fa36
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 +5 -5
- 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 +3 -3
- package/esm2015/components/historical-pix-account-list/historical-pix-account-list.component.js +4 -4
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +3 -3
- package/esm5/components/historical-pix-account-list/historical-pix-account-list.component.js +4 -4
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +5 -5
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +5 -5
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -9717,14 +9717,14 @@
|
|
|
9717
9717
|
};
|
|
9718
9718
|
Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToDeleteHistorical", {
|
|
9719
9719
|
get: function () {
|
|
9720
|
-
return (this.permission["
|
|
9720
|
+
return (this.permission["Excluir"]);
|
|
9721
9721
|
},
|
|
9722
9722
|
enumerable: true,
|
|
9723
9723
|
configurable: true
|
|
9724
9724
|
});
|
|
9725
9725
|
Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToEditHistorical", {
|
|
9726
9726
|
get: function () {
|
|
9727
|
-
return (this.permission["
|
|
9727
|
+
return (this.permission["Editar"]);
|
|
9728
9728
|
},
|
|
9729
9729
|
enumerable: true,
|
|
9730
9730
|
configurable: true
|
|
@@ -10613,21 +10613,21 @@
|
|
|
10613
10613
|
};
|
|
10614
10614
|
Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToAddHistorical", {
|
|
10615
10615
|
get: function () {
|
|
10616
|
-
return (this.permission["
|
|
10616
|
+
return (this.permission["Incluir"]);
|
|
10617
10617
|
},
|
|
10618
10618
|
enumerable: true,
|
|
10619
10619
|
configurable: true
|
|
10620
10620
|
});
|
|
10621
10621
|
Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToDeleteHistorical", {
|
|
10622
10622
|
get: function () {
|
|
10623
|
-
return (this.permission["
|
|
10623
|
+
return (this.permission["Excluir"]);
|
|
10624
10624
|
},
|
|
10625
10625
|
enumerable: true,
|
|
10626
10626
|
configurable: true
|
|
10627
10627
|
});
|
|
10628
10628
|
Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToViewHistorical", {
|
|
10629
10629
|
get: function () {
|
|
10630
|
-
return (this.permission["
|
|
10630
|
+
return (this.permission["Visualizar"]);
|
|
10631
10631
|
},
|
|
10632
10632
|
enumerable: true,
|
|
10633
10633
|
configurable: true
|