@senior-gestao-pessoas/payroll-core 9.4.0 → 9.5.0-3888ac21-edb9-4553-82f4-3a69943e1d42

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.
Files changed (45) hide show
  1. package/bundles/senior-gestao-pessoas-payroll-core.umd.js +996 -514
  2. package/bundles/senior-gestao-pessoas-payroll-core.umd.js.map +1 -1
  3. package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js +16 -1
  4. package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js.map +1 -1
  5. package/components/historical-pix-account/historical-pix-account-base.d.ts +27 -0
  6. package/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.d.ts +9 -40
  7. package/components/historical-pix-account/historical-pix-account.component.d.ts +39 -8
  8. package/components/historical-pix-account/historical-pix-account.service.d.ts +1 -0
  9. package/components/historical-pix-account-list/historical-pix-account-list.component.d.ts +13 -2
  10. package/components/shared/index.d.ts +1 -0
  11. package/components/shared/shared-state.service.d.ts +21 -0
  12. package/components/utils/format-utils/format-utils.service.d.ts +30 -3
  13. package/esm2015/components/historical-pix-account/historical-pix-account-base.js +173 -0
  14. package/esm2015/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +33 -189
  15. package/esm2015/components/historical-pix-account/historical-pix-account.component.js +260 -20
  16. package/esm2015/components/historical-pix-account/historical-pix-account.module.js +5 -1
  17. package/esm2015/components/historical-pix-account/historical-pix-account.service.js +8 -1
  18. package/esm2015/components/historical-pix-account-list/historical-pix-account-list.component.js +83 -34
  19. package/esm2015/components/shared/index.js +2 -0
  20. package/esm2015/components/shared/shared-state.service.js +49 -0
  21. package/esm2015/components/utils/format-utils/format-utils.service.js +88 -5
  22. package/esm2015/public_api.js +2 -1
  23. package/esm2015/senior-gestao-pessoas-payroll-core.js +3 -2
  24. package/esm5/components/historical-pix-account/historical-pix-account-base.js +186 -0
  25. package/esm5/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +57 -203
  26. package/esm5/components/historical-pix-account/historical-pix-account.component.js +302 -49
  27. package/esm5/components/historical-pix-account/historical-pix-account.module.js +5 -1
  28. package/esm5/components/historical-pix-account/historical-pix-account.service.js +8 -1
  29. package/esm5/components/historical-pix-account-list/historical-pix-account-list.component.js +92 -34
  30. package/esm5/components/shared/index.js +2 -0
  31. package/esm5/components/shared/shared-state.service.js +50 -0
  32. package/esm5/components/utils/format-utils/format-utils.service.js +88 -5
  33. package/esm5/public_api.js +2 -1
  34. package/esm5/senior-gestao-pessoas-payroll-core.js +3 -2
  35. package/fesm2015/senior-gestao-pessoas-payroll-core.js +917 -480
  36. package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
  37. package/fesm5/senior-gestao-pessoas-payroll-core.js +992 -511
  38. package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
  39. package/locale/en-US.json +1 -1
  40. package/locale/es-ES.json +1 -1
  41. package/locale/pt-BR.json +1 -1
  42. package/package.json +2 -32
  43. package/public_api.d.ts +1 -0
  44. package/senior-gestao-pessoas-payroll-core.d.ts +2 -1
  45. 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 Accounts"
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 cuenta"
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. Contas"
151
+ "hcm.payroll.employees_movimentation_historical_pix_account_label_qtd_account": "Qtd. Chaves"
152
152
  }
package/package.json CHANGED
@@ -1,42 +1,12 @@
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.5.0-3888ac21-edb9-4553-82f4-3a69943e1d42",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "http://git.senior.com.br/gestao-pessoas/payroll-core-frontend"
8
8
  },
9
- "peerDependencies": {
10
- "@angular/animations": "^8.2.14",
11
- "@angular/cdk": "^8.2.3",
12
- "@angular/common": "^8.2.14",
13
- "@angular/compiler": "^8.2.14",
14
- "@angular/core": "^8.2.14",
15
- "@angular/forms": "^8.2.14",
16
- "@angular/http": "^7.2.16",
17
- "@angular/platform-browser": "^8.2.14",
18
- "@angular/platform-browser-dynamic": "^8.2.14",
19
- "@angular/router": "^8.2.14",
20
- "@fortawesome/fontawesome-pro": "^5.12.0",
21
- "@ngx-translate/core": "^11.0.1",
22
- "@ngx-translate/http-loader": "^4.0.0",
23
- "@senior-gestao-pessoas/angular-components": "~19.1.0",
24
- "@seniorsistemas/angular-components": "~12.11.1",
25
- "@seniorsistemas/platform-components": "^3.0.0",
26
- "@seniorsistemas/primeng-theme": "^7.1.0",
27
- "@seniorsistemas/senior-platform-data": "^3.0.0",
28
- "angular2-hotkeys": "~2.1.2",
29
- "chance": "~1.0.16",
30
- "core-js": "^3.6.3",
31
- "moment": "~2.22.2",
32
- "moment-business": "~3.0.1",
33
- "ng2-currency-mask": "~5.3.1",
34
- "ng2-img-cropper": "~0.9.0",
35
- "primeng": "8.1.1",
36
- "rxjs": "~6.5.4",
37
- "rxjs-compat": "^6.5.4",
38
- "zone.js": "~0.10.2"
39
- },
9
+ "peerDependencies": {},
40
10
  "project": {
41
11
  "app": "gestao-pessoas",
42
12
  "domain": "hcm",
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';
@@ -8,7 +8,8 @@ export { DataListComponent as ɵj } from './components/data-list/data-list.compo
8
8
  export { DataListService as ɵk } from './components/data-list/data-list.service';
9
9
  export { FileUploadService as ɵd } from './components/file-upload/file-upload.service';
10
10
  export { HistoricalBankAccountFormComponent as ɵq } from './components/historical-bank-account/historical-bank-account-form/historical-bank-account-form.component';
11
- export { HistoricalPixAccountFormComponent as ɵr } from './components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component';
11
+ export { HistoricakPixAccountBase as ɵr } from './components/historical-pix-account/historical-pix-account-base';
12
+ export { HistoricalPixAccountFormComponent as ɵs } from './components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component';
12
13
  export { InputRestAutoCompleteEmployeeModelComponent as ɵf } from './components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.component';
13
14
  export { InputRestAutoCompleteEmployeeComponent as ɵe } from './components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.component';
14
15
  export { InputRestAutoCompleteModelEnumComponent as ɵh } from './components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.component';