@senior-gestao-pessoas/payroll-core 9.4.0-1673d953-7827-4c17-8763-0a32e0cd5e71 → 9.4.0-7edf395b-4614-46bb-b8d5-62ac5f1423d5
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 +111 -48
- 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-form/historical-pix-account-form.component.d.ts +4 -1
- package/components/historical-pix-account/historical-pix-account.component.d.ts +4 -4
- package/components/historical-pix-account-list/historical-pix-account-list.component.d.ts +10 -2
- package/components/shared/index.d.ts +1 -0
- package/components/shared/shared-state.service.d.ts +11 -0
- package/esm2015/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +9 -5
- package/esm2015/components/historical-pix-account/historical-pix-account.component.js +12 -15
- package/esm2015/components/historical-pix-account-list/historical-pix-account-list.component.js +58 -33
- package/esm2015/components/shared/index.js +2 -0
- package/esm2015/components/shared/shared-state.service.js +31 -0
- package/esm2015/public_api.js +2 -1
- package/esm5/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +9 -5
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +13 -15
- package/esm5/components/historical-pix-account-list/historical-pix-account-list.component.js +67 -33
- package/esm5/components/shared/index.js +2 -0
- package/esm5/components/shared/shared-state.service.js +32 -0
- package/esm5/public_api.js +2 -1
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +100 -49
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +111 -49
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/locale/en-US.json +1 -1
- package/locale/es-ES.json +1 -1
- package/locale/pt-BR.json +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
- package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
package/locale/en-US.json
CHANGED
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"hcm.payroll.employees_movimentation_historical_pix_account_question_confirm_delete": "Do you really want to remove Pix account history?",
|
|
149
149
|
"hcm.payroll.employees_movimentation_historical_pix_account_remove": "Pix account record removed successfully",
|
|
150
150
|
"hcm.payroll.employees_movimentation_historical_pix_account_error_remove": "Error removing Pix account history",
|
|
151
|
-
"hcm.payroll.employees_movimentation_historical_pix_account_label_qtd_account": "Number of
|
|
151
|
+
"hcm.payroll.employees_movimentation_historical_pix_account_label_qtd_account": "Number of keys"
|
|
152
152
|
}
|
package/locale/es-ES.json
CHANGED
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"hcm.payroll.employees_movimentation_historical_pix_account_question_confirm_delete": "Realmente desea eliminar el historial de la cuenta Pix?",
|
|
149
149
|
"hcm.payroll.employees_movimentation_historical_pix_account_remove": "El historial de la cuenta Pix se eliminó correctamente",
|
|
150
150
|
"hcm.payroll.employees_movimentation_historical_pix_account_error_remove": "Error al eliminar el historial de la cuenta Pix",
|
|
151
|
-
"hcm.payroll.employees_movimentation_historical_pix_account_label_qtd_account": "Cantidad de
|
|
151
|
+
"hcm.payroll.employees_movimentation_historical_pix_account_label_qtd_account": "Cantidad de claves"
|
|
152
152
|
}
|
package/locale/pt-BR.json
CHANGED
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"hcm.payroll.employees_movimentation_historical_pix_account_question_confirm_delete": "Deseja realmente remover o histórico da conta Pix?",
|
|
149
149
|
"hcm.payroll.employees_movimentation_historical_pix_account_remove": "Histórico da conta Pix removido com sucesso",
|
|
150
150
|
"hcm.payroll.employees_movimentation_historical_pix_account_error_remove": "Erro ao remover o histórico da conta Pix",
|
|
151
|
-
"hcm.payroll.employees_movimentation_historical_pix_account_label_qtd_account": "Qtd.
|
|
151
|
+
"hcm.payroll.employees_movimentation_historical_pix_account_label_qtd_account": "Qtd. Chaves"
|
|
152
152
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../node_modules/ng-packagr/package.schema.json",
|
|
3
3
|
"name": "@senior-gestao-pessoas/payroll-core",
|
|
4
|
-
"version": "9.4.0-
|
|
4
|
+
"version": "9.4.0-7edf395b-4614-46bb-b8d5-62ac5f1423d5",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "http://git.senior.com.br/gestao-pessoas/payroll-core-frontend"
|
package/public_api.d.ts
CHANGED
|
@@ -52,3 +52,4 @@ export * from './services/form-comparator.service';
|
|
|
52
52
|
export * from './components/from-to/index';
|
|
53
53
|
export * from './components/historical-pix-account/index';
|
|
54
54
|
export * from './components/historical-pix-account-list/index';
|
|
55
|
+
export * from './components/shared/index';
|