@senior-agronegocio/angular-components 0.0.9861 → 0.0.9863
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-agronegocio-angular-components.umd.js +3023 -3484
- package/bundles/senior-agronegocio-angular-components.umd.js.map +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +2 -2
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +1 -1
- package/common/agro-number-utils.class.d.ts +0 -6
- package/common/agro-object-utils.class.d.ts +10 -0
- package/common/agro-regex.constant.d.ts +0 -3
- package/common/agro-string-utils.class.d.ts +0 -3
- package/components/event-control-board/event-control-board.component.d.ts +17 -25
- package/components/event-control-board/index.d.ts +3 -1
- package/components/event-control-board/service/entity-service.d.ts +3 -3
- package/components/event-control-board/service/event-control-board.service.d.ts +13 -0
- package/components/event-control-board/service/origination/origination-dto.d.ts +1 -1
- package/{services → components/event-control-board/service}/producer-invoice/producer-invoice-dto.d.ts +4 -4
- package/components/event-control-board/service/producer-invoice/producer-invoice.module.d.ts +2 -0
- package/components/event-control-board/service/producer-invoice/producer-invoice.service.d.ts +11 -0
- package/components/financial-title-table/financial-title-table-options.interface.d.ts +10 -0
- package/components/financial-title-table/financial-title-table.component.d.ts +64 -0
- package/components/financial-title-table/financial-title-table.module.d.ts +2 -0
- package/components/financial-title-table/index.d.ts +4 -0
- package/components/financial-title-table/services/financial/agro-financial.service.d.ts +23 -0
- package/components/financial-title-table/services/financial/enums.d.ts +27 -0
- package/components/financial-title-table/services/financial/index.d.ts +1 -0
- package/components/financial-title-table/services/financial/intefaces.d.ts +107 -0
- package/components/index.d.ts +1 -1
- package/esm2015/common/agro-number-utils.class.js +1 -18
- package/esm2015/common/agro-object-utils.class.js +29 -1
- package/esm2015/common/agro-platform-utils.class.js +7 -8
- package/esm2015/common/agro-regex.constant.js +2 -5
- package/esm2015/common/agro-string-utils.class.js +11 -27
- package/esm2015/components/cancel-event-dialog/cancel-event-dialog-config.js +1 -1
- package/esm2015/components/event-control-board/event-control-board.component.js +90 -110
- package/esm2015/components/event-control-board/event-control-board.module.js +5 -2
- package/esm2015/components/event-control-board/index.js +4 -2
- package/esm2015/components/event-control-board/service/entity-service.js +27 -25
- package/esm2015/components/event-control-board/service/event-control-board.service.js +37 -0
- package/esm2015/components/event-control-board/service/origination/origination-dto.js +1 -1
- package/esm2015/components/event-control-board/service/producer-invoice/producer-invoice-dto.js +1 -0
- package/esm2015/components/event-control-board/service/producer-invoice/producer-invoice.module.js +26 -0
- package/esm2015/components/event-control-board/service/producer-invoice/producer-invoice.service.js +24 -0
- package/esm2015/components/financial-title-table/financial-title-table-options.interface.js +1 -0
- package/esm2015/components/financial-title-table/financial-title-table.component.js +300 -0
- package/esm2015/components/financial-title-table/financial-title-table.module.js +43 -0
- package/esm2015/components/financial-title-table/index.js +4 -0
- package/esm2015/components/financial-title-table/services/financial/agro-financial.service.js +64 -0
- package/esm2015/components/financial-title-table/services/financial/enums.js +33 -0
- package/esm2015/components/financial-title-table/services/financial/index.js +2 -0
- package/esm2015/components/financial-title-table/services/financial/intefaces.js +1 -0
- package/esm2015/components/index.js +2 -2
- package/esm2015/lib-translation.module.js +1 -3
- package/esm2015/pipe/index.js +1 -5
- package/esm2015/public-api.js +6 -6
- package/esm2015/senior-agronegocio-angular-components.js +2 -3
- package/esm2015/services/entity-service.js +12 -14
- package/esm2015/services/i18n/en-US.js +30 -9
- package/esm2015/services/i18n/es-CO.js +31 -10
- package/esm2015/services/i18n/pt-BR.js +290 -272
- package/esm2015/services/index.js +1 -1
- package/esm2015/services/lib-translation.service.js +3 -3
- package/esm5/common/agro-number-utils.class.js +1 -19
- package/esm5/common/agro-object-utils.class.js +29 -1
- package/esm5/common/agro-platform-utils.class.js +7 -8
- package/esm5/common/agro-regex.constant.js +2 -5
- package/esm5/common/agro-string-utils.class.js +11 -27
- package/esm5/components/cancel-event-dialog/cancel-event-dialog-config.js +1 -1
- package/esm5/components/event-control-board/event-control-board.component.js +91 -113
- package/esm5/components/event-control-board/event-control-board.module.js +5 -2
- package/esm5/components/event-control-board/index.js +4 -2
- package/esm5/components/event-control-board/service/entity-service.js +26 -24
- package/esm5/components/event-control-board/service/event-control-board.service.js +38 -0
- package/esm5/components/event-control-board/service/origination/origination-dto.js +1 -1
- package/esm5/components/event-control-board/service/producer-invoice/producer-invoice-dto.js +1 -0
- package/esm5/components/event-control-board/service/producer-invoice/producer-invoice.module.js +29 -0
- package/esm5/components/event-control-board/service/producer-invoice/producer-invoice.service.js +27 -0
- package/esm5/components/financial-title-table/financial-title-table-options.interface.js +1 -0
- package/esm5/components/financial-title-table/financial-title-table.component.js +320 -0
- package/esm5/components/financial-title-table/financial-title-table.module.js +46 -0
- package/esm5/components/financial-title-table/index.js +4 -0
- package/esm5/components/financial-title-table/services/financial/agro-financial.service.js +71 -0
- package/esm5/components/financial-title-table/services/financial/enums.js +33 -0
- package/esm5/components/financial-title-table/services/financial/index.js +2 -0
- package/esm5/components/financial-title-table/services/financial/intefaces.js +1 -0
- package/esm5/components/index.js +2 -2
- package/esm5/lib-translation.module.js +1 -3
- package/esm5/pipe/index.js +1 -5
- package/esm5/public-api.js +6 -6
- package/esm5/senior-agronegocio-angular-components.js +2 -3
- package/esm5/services/entity-service.js +11 -13
- package/esm5/services/i18n/en-US.js +30 -9
- package/esm5/services/i18n/es-CO.js +31 -10
- package/esm5/services/i18n/pt-BR.js +290 -272
- package/esm5/services/index.js +1 -1
- package/esm5/services/lib-translation.service.js +3 -3
- package/fesm2015/senior-agronegocio-angular-components.js +2831 -3199
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +3028 -3475
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +55 -7
- package/pipe/index.d.ts +0 -4
- package/public-api.d.ts +5 -5
- package/senior-agronegocio-angular-components.d.ts +1 -2
- package/senior-agronegocio-angular-components.metadata.json +1 -1
- package/services/entity-service.d.ts +1 -2
- package/services/i18n/en-US.d.ts +29 -8
- package/services/i18n/es-CO.d.ts +29 -8
- package/services/i18n/pt-BR.d.ts +288 -270
- package/common/agro-object-stringifier.class.d.ts +0 -16
- package/components/modal-invoice-pj/for-fixation/modal-fixation-options.interface.d.ts +0 -5
- package/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.d.ts +0 -35
- package/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.module.d.ts +0 -2
- package/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.d.ts +0 -26
- package/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.module.d.ts +0 -2
- package/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.d.ts +0 -26
- package/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.module.d.ts +0 -2
- package/components/modal-invoice-pj/index.d.ts +0 -9
- package/components/modal-invoice-pj/modal-invoice-pj-base.class.d.ts +0 -53
- package/components/modal-invoice-pj/modal-invoice-pj-options.interface.d.ts +0 -10
- package/components/modal-invoice-pj/modal-shared-imports.d.ts +0 -8
- package/components/modal-invoice-pj/services/agro-invoice/agro-invoice.module.d.ts +0 -2
- package/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.d.ts +0 -16
- package/components/modal-invoice-pj/services/agro-invoice/index.d.ts +0 -2
- package/components/modal-invoice-pj/services/agro-invoice/interfaces.d.ts +0 -75
- package/esm2015/common/agro-object-stringifier.class.js +0 -31
- package/esm2015/components/modal-invoice-pj/for-fixation/modal-fixation-options.interface.js +0 -1
- package/esm2015/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.js +0 -189
- package/esm2015/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.module.js +0 -16
- package/esm2015/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +0 -60
- package/esm2015/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.module.js +0 -16
- package/esm2015/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.js +0 -60
- package/esm2015/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.module.js +0 -16
- package/esm2015/components/modal-invoice-pj/index.js +0 -8
- package/esm2015/components/modal-invoice-pj/modal-invoice-pj-base.class.js +0 -193
- package/esm2015/components/modal-invoice-pj/modal-invoice-pj-options.interface.js +0 -1
- package/esm2015/components/modal-invoice-pj/modal-shared-imports.js +0 -32
- package/esm2015/components/modal-invoice-pj/services/agro-invoice/agro-invoice.module.js +0 -28
- package/esm2015/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.js +0 -49
- package/esm2015/components/modal-invoice-pj/services/agro-invoice/index.js +0 -3
- package/esm2015/components/modal-invoice-pj/services/agro-invoice/interfaces.js +0 -13
- package/esm2015/pipe/cnpj-cpf/cnpj-cpf.pipe.js +0 -28
- package/esm2015/pipe/cnpj-cpf/cnpj-cpf.pipe.module.js +0 -15
- package/esm2015/pipe/cnpj-cpf/index.js +0 -3
- package/esm2015/pipe/kilogram/index.js +0 -3
- package/esm2015/pipe/kilogram/kilogram.module.js +0 -17
- package/esm2015/pipe/kilogram/kilogram.pipe.js +0 -38
- package/esm2015/pipe/stringifier/index.js +0 -3
- package/esm2015/pipe/stringifier/stringifier.pipe.js +0 -13
- package/esm2015/pipe/stringifier/stringifier.pipe.module.js +0 -15
- package/esm2015/pipe/telephone/index.js +0 -3
- package/esm2015/pipe/telephone/telephone.pipe.js +0 -91
- package/esm2015/pipe/telephone/telephone.pipe.module.js +0 -15
- package/esm2015/services/producer-invoice/producer-invoice-dto.js +0 -1
- package/esm2015/services/producer-invoice/producer-invoice.service.js +0 -64
- package/esm5/common/agro-object-stringifier.class.js +0 -35
- package/esm5/components/modal-invoice-pj/for-fixation/modal-fixation-options.interface.js +0 -1
- package/esm5/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.js +0 -221
- package/esm5/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.module.js +0 -19
- package/esm5/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +0 -63
- package/esm5/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.module.js +0 -19
- package/esm5/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.js +0 -63
- package/esm5/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.module.js +0 -19
- package/esm5/components/modal-invoice-pj/index.js +0 -8
- package/esm5/components/modal-invoice-pj/modal-invoice-pj-base.class.js +0 -210
- package/esm5/components/modal-invoice-pj/modal-invoice-pj-options.interface.js +0 -1
- package/esm5/components/modal-invoice-pj/modal-shared-imports.js +0 -32
- package/esm5/components/modal-invoice-pj/services/agro-invoice/agro-invoice.module.js +0 -31
- package/esm5/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.js +0 -56
- package/esm5/components/modal-invoice-pj/services/agro-invoice/index.js +0 -3
- package/esm5/components/modal-invoice-pj/services/agro-invoice/interfaces.js +0 -13
- package/esm5/pipe/cnpj-cpf/cnpj-cpf.pipe.js +0 -35
- package/esm5/pipe/cnpj-cpf/cnpj-cpf.pipe.module.js +0 -18
- package/esm5/pipe/cnpj-cpf/index.js +0 -3
- package/esm5/pipe/kilogram/index.js +0 -3
- package/esm5/pipe/kilogram/kilogram.module.js +0 -20
- package/esm5/pipe/kilogram/kilogram.pipe.js +0 -41
- package/esm5/pipe/stringifier/index.js +0 -3
- package/esm5/pipe/stringifier/stringifier.pipe.js +0 -16
- package/esm5/pipe/stringifier/stringifier.pipe.module.js +0 -18
- package/esm5/pipe/telephone/index.js +0 -3
- package/esm5/pipe/telephone/telephone.pipe.js +0 -95
- package/esm5/pipe/telephone/telephone.pipe.module.js +0 -18
- package/esm5/services/producer-invoice/producer-invoice-dto.js +0 -1
- package/esm5/services/producer-invoice/producer-invoice.service.js +0 -72
- package/pipe/cnpj-cpf/cnpj-cpf.pipe.d.ts +0 -4
- package/pipe/cnpj-cpf/cnpj-cpf.pipe.module.d.ts +0 -2
- package/pipe/cnpj-cpf/index.d.ts +0 -2
- package/pipe/kilogram/index.d.ts +0 -2
- package/pipe/kilogram/kilogram.module.d.ts +0 -2
- package/pipe/kilogram/kilogram.pipe.d.ts +0 -8
- package/pipe/stringifier/index.d.ts +0 -2
- package/pipe/stringifier/stringifier.pipe.d.ts +0 -9
- package/pipe/stringifier/stringifier.pipe.module.d.ts +0 -2
- package/pipe/telephone/index.d.ts +0 -2
- package/pipe/telephone/telephone.pipe.d.ts +0 -21
- package/pipe/telephone/telephone.pipe.module.d.ts +0 -2
- package/services/producer-invoice/producer-invoice.service.d.ts +0 -18
package/package.json
CHANGED
|
@@ -1,24 +1,72 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../node_modules/ng-packagr/package.schema.json",
|
|
3
3
|
"name": "@senior-agronegocio/angular-components",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.9863",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "http://git.senior.com.br/agro/angular-components"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"@angular/
|
|
10
|
+
"@angular/http": "~7.1.0",
|
|
11
|
+
"@fullcalendar/core": "^5.9.0",
|
|
12
|
+
"@seniorsistemas/angular-components": "17.2.18",
|
|
13
|
+
"@seniorsistemas/platform-components": "5.3.2",
|
|
14
|
+
"@stomp/stompjs": "^5.3.0",
|
|
15
|
+
"@types/sockjs-client": "^1.5.4",
|
|
16
|
+
"@types/xml-formatter": "^2.1.1",
|
|
17
|
+
"chart.js": "^3.5.1",
|
|
18
|
+
"flatted": "^3.3.2",
|
|
19
|
+
"highlight.js": "^9.18.3",
|
|
20
|
+
"js-cookie": "^2.2.1",
|
|
21
|
+
"ngx-highlightjs": "~3.0.3",
|
|
22
|
+
"primeflex": "2.0.0",
|
|
23
|
+
"sockjs-client": "^1.6.1",
|
|
24
|
+
"uuid": "^10.0.0",
|
|
25
|
+
"@angular/animations": "9.1.13",
|
|
26
|
+
"@angular/cdk": "9.2.4",
|
|
11
27
|
"@angular/common": "9.1.13",
|
|
28
|
+
"@angular/compiler": "9.1.13",
|
|
29
|
+
"@angular/core": "9.1.13",
|
|
12
30
|
"@angular/forms": "9.1.13",
|
|
13
|
-
"@angular/
|
|
31
|
+
"@angular/platform-browser": "9.1.13",
|
|
32
|
+
"@angular/platform-browser-dynamic": "9.1.13",
|
|
14
33
|
"@angular/router": "9.1.13",
|
|
34
|
+
"@codemirror/autocomplete": "0.19.13",
|
|
35
|
+
"@codemirror/gutter": "0.19.9",
|
|
36
|
+
"@codemirror/highlight": "0.19.7",
|
|
37
|
+
"@codemirror/language": "0.19.7",
|
|
38
|
+
"@codemirror/lint": "0.19.3",
|
|
39
|
+
"@codemirror/state": "0.19.6",
|
|
40
|
+
"@codemirror/tooltip": "0.19.16",
|
|
41
|
+
"@codemirror/view": "0.19.42",
|
|
42
|
+
"@fortawesome/fontawesome-pro": "5.15.3",
|
|
43
|
+
"@lezer/generator": "0.15.4",
|
|
44
|
+
"@ngx-translate/core": "12.1.2",
|
|
45
|
+
"@ngx-translate/http-loader": "5.0.0",
|
|
46
|
+
"@seniorsistemas/ng2-currency-mask": "0.4.2",
|
|
47
|
+
"@seniorsistemas/primeng-theme": "9.0.17",
|
|
48
|
+
"@seniorsistemas/senior-platform-data": "5.4.0",
|
|
49
|
+
"angular2-hotkeys": "2.3.2",
|
|
50
|
+
"bignumber.js": "9.0.1",
|
|
51
|
+
"cropperjs": "1.6.2",
|
|
52
|
+
"element-resize-detector": "1.2.0",
|
|
53
|
+
"flag-icons": "6.6.6",
|
|
54
|
+
"json-cycle": "1.3.0",
|
|
55
|
+
"marked": "^4.3.0",
|
|
56
|
+
"moment": "2.22.2",
|
|
57
|
+
"ng2-currency-mask": "9.0.2",
|
|
58
|
+
"ngx-mask": "12.0.0",
|
|
59
|
+
"prettier": "^3.3.2",
|
|
60
|
+
"primeng": "9.1.3",
|
|
61
|
+
"quill": "1.3.7",
|
|
15
62
|
"rxjs": "6.6.3",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
63
|
+
"rxjs-compat": "6.6.7",
|
|
64
|
+
"tslib": "1.10.0",
|
|
65
|
+
"web-animations-js": "2.3.2",
|
|
66
|
+
"zone.js": "0.10.2"
|
|
19
67
|
},
|
|
20
68
|
"resolutions": {
|
|
21
|
-
"@types/mousetrap": "1.6.
|
|
69
|
+
"@types/mousetrap": "1.6.3",
|
|
22
70
|
"typescript": "3.8.3"
|
|
23
71
|
},
|
|
24
72
|
"main": "bundles/senior-agronegocio-angular-components.umd.js",
|
package/pipe/index.d.ts
CHANGED
|
@@ -1,5 +1 @@
|
|
|
1
|
-
export { KilogramModule, KilogramPipe } from "./kilogram/index";
|
|
2
|
-
export { CnpjCpfPipe, CnpjCpfPipeModule } from "./cnpj-cpf/index";
|
|
3
|
-
export { StringifierPipe, StringifierPipeModule } from "./stringifier/index";
|
|
4
|
-
export { TelephonePipe, TelephonePipeModule } from "./telephone/index";
|
|
5
1
|
export { LibTranslatePipe } from "./lib-translate.pipe";
|
package/public-api.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from "./services";
|
|
2
|
-
export { LibTranslationModule } from "./lib-translation.module";
|
|
3
|
-
export { AgroAngularComponentsModule, HostProjectConfigs, HostProjectConfigsInjectionToken } from "./agro-angular-components.module";
|
|
4
1
|
export * from "./form-validator/";
|
|
5
2
|
export * from "./enums";
|
|
6
3
|
export * from "./common";
|
|
7
|
-
export * from
|
|
8
|
-
export * from "./components";
|
|
4
|
+
export * from "./services";
|
|
5
|
+
export * from "./components/";
|
|
6
|
+
export * from './pipe/index';
|
|
7
|
+
export { LibTranslationModule } from "./lib-translation.module";
|
|
8
|
+
export { AgroAngularComponentsModule, HostProjectConfigs, HostProjectConfigsInjectionToken } from "./agro-angular-components.module";
|
|
@@ -2,5 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export {
|
|
6
|
-
export { LibTranslationService as ɵb } from './services/lib-translation.service';
|
|
5
|
+
export { LibTranslationService as ɵa } from './services/lib-translation.service';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"__symbolic":"module","version":4,"exports":[{"from":"./event-control-board/index"},{"from":"./event-steps/index"},{"from":"./cancel-event-dialog/index"},{"from":"./
|
|
1
|
+
{"__symbolic":"module","version":4,"exports":[{"from":"./event-control-board/index"},{"from":"./event-steps/index"},{"from":"./cancel-event-dialog/index"},{"from":"./financial-title-table/index"},{"export":[{"name":"AgroFormValidator","as":"AgroFormValidator"}],"from":"./agro-form-validator"},{"export":[{"name":"AgroEntityStatus","as":"AgroEntityStatus"}],"from":"./agro-entity-status.enum"},{"export":[{"name":"AGRO_NUMBERS","as":"AGRO_NUMBERS"},{"name":"NUMBERS","as":"NUMBERS"}],"from":"./agro-numbers.enum"},{"export":[{"name":"AgroStringMasks","as":"AgroStringMasks"}],"from":"./agro-string-masks.enum"},{"export":[{"name":"DateComparisonType","as":"DateComparisonType"}],"from":"./date-comparison-type.enum"},{"export":[{"name":"HttpCodes","as":"HttpCodes"}],"from":"./http-codes.enum"},{"export":[{"name":"NumberComparisonType","as":"NumberComparisonType"}],"from":"./number-comparison-type.enum"},{"export":[{"name":"AgroCookieUtils","as":"AgroCookieUtils"}],"from":"./agro-cookie-utils.class"},{"export":[{"name":"AgroObjectUtils","as":"AgroObjectUtils"}],"from":"./agro-object-utils.class"},{"export":[{"name":"AgroDateUtils","as":"AgroDateUtils"}],"from":"./agro-date-utils.class"},{"export":[{"name":"AgroPlatformUtils","as":"AgroPlatformUtils"}],"from":"./agro-platform-utils.class"},{"export":[{"name":"AgroStringUtils","as":"AgroStringUtils"},{"name":"NullableString","as":"NullableString"}],"from":"./agro-string-utils.class"},{"export":[{"name":"AgroNumberUtils","as":"AgroNumberUtils"}],"from":"./agro-number-utils.class"},{"export":[{"name":"Colors","as":"Colors"}],"from":"./colors.class"},{"export":[{"name":"AgroNameUtils","as":"AgroNameUtils"}],"from":"./agro-name-utils.class"},{"export":[{"name":"AgroArrayUtils","as":"AgroArrayUtils"}],"from":"./agro-array-utils.class"},{"export":[{"name":"AgroLogics","as":"AgroLogics"},{"name":"DistributionResult","as":"DistributionResult"}],"from":"./agro-logics.class"},{"export":[{"name":"AGRO_REGEX","as":"AGRO_REGEX"}],"from":"./agro-regex.constant"},{"export":[{"name":"LibTranslationService","as":"LibTranslationService"}],"from":"./lib-translation.service"}],"metadata":{"LibTranslatePipe":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Pipe","line":3,"character":1},"arguments":[{"name":"libTranslate"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵa"}]}],"transform":[{"__symbolic":"method"}]}},"LibTranslationModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":4,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"LibTranslatePipe"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":9,"character":4}],"exports":[{"__symbolic":"reference","name":"LibTranslatePipe"}]}]}],"members":{}},"AgroAngularComponentsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":13,"character":1},"arguments":[{}]}],"members":{},"statics":{"forRoot":{"__symbolic":"function","parameters":["config"],"value":{"ngModule":{"__symbolic":"reference","name":"AgroAngularComponentsModule"},"providers":[{"provide":{"__symbolic":"reference","name":"HostProjectConfigsInjectionToken"},"useValue":{"__symbolic":"reference","name":"config"}}]}}}},"HostProjectConfigs":{"__symbolic":"interface"},"HostProjectConfigsInjectionToken":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"InjectionToken","line":6,"character":52},"arguments":["hostProjectConfigs"]},"ɵa":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":7,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"getLangOfUser":[{"__symbolic":"method"}],"setLang":[{"__symbolic":"method"}],"instant":[{"__symbolic":"method"}],"get":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}}},"origins":{"LibTranslatePipe":"./pipe/lib-translate.pipe","LibTranslationModule":"./lib-translation.module","AgroAngularComponentsModule":"./agro-angular-components.module","HostProjectConfigs":"./agro-angular-components.module","HostProjectConfigsInjectionToken":"./agro-angular-components.module","ɵa":"./services/lib-translation.service"},"importAs":"@senior-agronegocio/angular-components"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpParams, HttpClient } from '@angular/common/http';
|
|
2
2
|
import { MessageService, SortMeta } from 'primeng';
|
|
3
|
-
import { LibTranslationService as TranslateService } from
|
|
3
|
+
import { LibTranslationService as TranslateService } from "../services/lib-translation.service";
|
|
4
4
|
export declare class AgroEntityService<T> {
|
|
5
5
|
protected http: HttpClient;
|
|
6
6
|
protected messageService: MessageService;
|
|
@@ -20,7 +20,6 @@ export declare class AgroEntityService<T> {
|
|
|
20
20
|
update(id: any, entity: T, errorMessage?: ErrorMessage[]): import("rxjs").Observable<unknown>;
|
|
21
21
|
delete(id: any, errorMessage?: ErrorMessage[]): import("rxjs").Observable<unknown>;
|
|
22
22
|
listCustomFilter(listParams: ListParams, action: string, errorMessage?: ErrorMessage[]): import("rxjs").Observable<unknown>;
|
|
23
|
-
insertBulk(entities: T[]): import("rxjs").Observable<unknown>;
|
|
24
23
|
}
|
|
25
24
|
export interface PayloadRequest {
|
|
26
25
|
search: RecFiltrosMensagemInfo;
|
package/services/i18n/en-US.d.ts
CHANGED
|
@@ -253,13 +253,34 @@ declare const enUS: {
|
|
|
253
253
|
"agro.angular_components.CIDASC_DATA_LOAD_COMPOSED_MEASURE_UNIT": string;
|
|
254
254
|
"agro.angular_components.PRESCRIPTION_DATA_LOAD": string;
|
|
255
255
|
"agro.angular_components.agronomic_prescription_origin_event": string;
|
|
256
|
-
"agro.angular_components.
|
|
257
|
-
"agro.angular_components.
|
|
258
|
-
"agro.angular_components.
|
|
259
|
-
"agro.angular_components.
|
|
260
|
-
"agro.angular_components.
|
|
261
|
-
"agro.angular_components.
|
|
262
|
-
"agro.angular_components.
|
|
263
|
-
"agro.angular_components.
|
|
256
|
+
"agro.angular_components.no_accounts_found_title": string;
|
|
257
|
+
"agro.angular_components.no_accounts_found_description": string;
|
|
258
|
+
"agro.angular_components.details": string;
|
|
259
|
+
"agro.angular_components.error_less_or_equal_zero": string;
|
|
260
|
+
"agro.angular_components.error_greater_than_allowed": string;
|
|
261
|
+
"agro.angular_components.account_details": string;
|
|
262
|
+
"agro.angular_components.status_open": string;
|
|
263
|
+
"agro.angular_components.status_paid": string;
|
|
264
|
+
"agro.angular_components.title": string;
|
|
265
|
+
"agro.angular_components.type": string;
|
|
266
|
+
"agro.angular_components.entry": string;
|
|
267
|
+
"agro.angular_components.due_date": string;
|
|
268
|
+
"agro.angular_components.original_value": string;
|
|
269
|
+
"agro.angular_components.open_value": string;
|
|
270
|
+
"agro.angular_components.value_net": string;
|
|
271
|
+
"agro.angular_components.value_to_pay": string;
|
|
272
|
+
"agro.angular_components.branch": string;
|
|
273
|
+
"agro.angular_components.producer": string;
|
|
274
|
+
"agro.angular_components.value_fees": string;
|
|
275
|
+
"agro.angular_components.value_fine": string;
|
|
276
|
+
"agro.angular_components.value_charge": string;
|
|
277
|
+
"agro.angular_components.value_correction": string;
|
|
278
|
+
"agro.angular_components.value_additional": string;
|
|
279
|
+
"agro.angular_components.value_discount": string;
|
|
280
|
+
"agro.angular_components.value_other_discount": string;
|
|
281
|
+
"agro.angular_components.error_loading_accounts_title": string;
|
|
282
|
+
"agro.angular_components.error_loading_accounts_description": string;
|
|
283
|
+
"agro.angular_components.close": string;
|
|
284
|
+
"agro.angular_components.value_paid": string;
|
|
264
285
|
};
|
|
265
286
|
export default enUS;
|
package/services/i18n/es-CO.d.ts
CHANGED
|
@@ -253,13 +253,34 @@ declare const esCO: {
|
|
|
253
253
|
"agro.angular_components.CIDASC_DATA_LOAD_COMPOSED_MEASURE_UNIT": string;
|
|
254
254
|
"agro.angular_components.PRESCRIPTION_DATA_LOAD": string;
|
|
255
255
|
"agro.angular_components.agronomic_prescription_origin_event": string;
|
|
256
|
-
"agro.angular_components.
|
|
257
|
-
"agro.angular_components.
|
|
258
|
-
"agro.angular_components.
|
|
259
|
-
"agro.angular_components.
|
|
260
|
-
"agro.angular_components.
|
|
261
|
-
"agro.angular_components.
|
|
262
|
-
"agro.angular_components.
|
|
263
|
-
"agro.angular_components.
|
|
256
|
+
"agro.angular_components.no_accounts_found_title": string;
|
|
257
|
+
"agro.angular_components.no_accounts_found_description": string;
|
|
258
|
+
"agro.angular_components.details": string;
|
|
259
|
+
"agro.angular_components.error_less_or_equal_zero": string;
|
|
260
|
+
"agro.angular_components.error_greater_than_allowed": string;
|
|
261
|
+
"agro.angular_components.account_details": string;
|
|
262
|
+
"agro.angular_components.status_open": string;
|
|
263
|
+
"agro.angular_components.status_paid": string;
|
|
264
|
+
"agro.angular_components.title": string;
|
|
265
|
+
"agro.angular_components.type": string;
|
|
266
|
+
"agro.angular_components.entry": string;
|
|
267
|
+
"agro.angular_components.due_date": string;
|
|
268
|
+
"agro.angular_components.original_value": string;
|
|
269
|
+
"agro.angular_components.open_value": string;
|
|
270
|
+
"agro.angular_components.value_net": string;
|
|
271
|
+
"agro.angular_components.value_to_pay": string;
|
|
272
|
+
"agro.angular_components.branch": string;
|
|
273
|
+
"agro.angular_components.producer": string;
|
|
274
|
+
"agro.angular_components.value_fees": string;
|
|
275
|
+
"agro.angular_components.value_fine": string;
|
|
276
|
+
"agro.angular_components.value_charge": string;
|
|
277
|
+
"agro.angular_components.value_correction": string;
|
|
278
|
+
"agro.angular_components.value_additional": string;
|
|
279
|
+
"agro.angular_components.value_discount": string;
|
|
280
|
+
"agro.angular_components.value_other_discount": string;
|
|
281
|
+
"agro.angular_components.error_loading_accounts_title": string;
|
|
282
|
+
"agro.angular_components.error_loading_accounts_description": string;
|
|
283
|
+
"agro.angular_components.close": string;
|
|
284
|
+
"agro.angular_components.value_paid": string;
|
|
264
285
|
};
|
|
265
286
|
export default esCO;
|