@senior-gestao-pessoas/payroll-core 9.3.0-fdc2ca03-c046-451a-bb4a-4d788fbde8cb → 9.4.0-09265079-8330-4f2f-92dd-7a1c127ae0ac
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 +87 -32
- 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.component.d.ts +10 -2
- package/components/historical-pix-account-list/historical-pix-account-list.component.d.ts +2 -0
- package/esm2015/components/historical-pix-account/historical-pix-account.component.js +59 -21
- package/esm2015/components/historical-pix-account-list/historical-pix-account-list.component.js +28 -15
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +63 -21
- package/esm5/components/historical-pix-account-list/historical-pix-account-list.component.js +28 -15
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +83 -32
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +87 -32
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/package.json +2 -32
- package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
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
|
+
"version": "9.4.0-09265079-8330-4f2f-92dd-7a1c127ae0ac",
|
|
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",
|