@senior-gestao-pessoas/payroll-core 9.4.0-f9d3c09b-0079-4f7c-94cf-dd79338e7089 → 9.5.0-01923a3e-20f4-4cb3-9565-a0584abd00d1
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 +1214 -770
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js +16 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js.map +1 -1
- package/components/historical-pix-account/historical-pix-account-base.d.ts +27 -0
- package/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.d.ts +8 -40
- package/components/historical-pix-account/historical-pix-account.component.d.ts +36 -8
- package/components/historical-pix-account/historical-pix-account.service.d.ts +1 -0
- package/components/historical-pix-account-list/historical-pix-account-list.component.d.ts +10 -1
- package/components/shared/index.d.ts +1 -0
- package/components/shared/shared-state.service.d.ts +17 -0
- package/components/utils/format-utils/format-utils.service.d.ts +30 -3
- package/esm2015/components/historical-pix-account/historical-pix-account-base.js +173 -0
- package/esm2015/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +29 -187
- package/esm2015/components/historical-pix-account/historical-pix-account.component.js +245 -20
- package/esm2015/components/historical-pix-account/historical-pix-account.module.js +5 -1
- package/esm2015/components/historical-pix-account/historical-pix-account.service.js +8 -1
- package/esm2015/components/historical-pix-account-list/historical-pix-account-list.component.js +45 -4
- package/esm2015/components/shared/index.js +2 -0
- package/esm2015/components/shared/shared-state.service.js +41 -0
- package/esm2015/components/utils/format-utils/format-utils.service.js +88 -5
- package/esm2015/public_api.js +2 -1
- package/esm2015/senior-gestao-pessoas-payroll-core.js +3 -2
- package/esm5/components/historical-pix-account/historical-pix-account-base.js +186 -0
- package/esm5/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +53 -201
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +287 -49
- package/esm5/components/historical-pix-account/historical-pix-account.module.js +5 -1
- package/esm5/components/historical-pix-account/historical-pix-account.service.js +8 -1
- package/esm5/components/historical-pix-account-list/historical-pix-account-list.component.js +50 -4
- package/esm5/components/shared/index.js +2 -0
- package/esm5/components/shared/shared-state.service.js +42 -0
- package/esm5/components/utils/format-utils/format-utils.service.js +88 -5
- package/esm5/public_api.js +2 -1
- package/esm5/senior-gestao-pessoas-payroll-core.js +3 -2
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +880 -477
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +1210 -767
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/package.json +2 -32
- package/public_api.d.ts +1 -0
- package/senior-gestao-pessoas-payroll-core.d.ts +2 -1
- 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.5.0-01923a3e-20f4-4cb3-9565-a0584abd00d1",
|
|
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 {
|
|
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';
|