brainloper-ui 1.2.16 → 4.0.0

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 (115) hide show
  1. package/{esm2022 → esm2020}/brainloper-ui.mjs +4 -4
  2. package/esm2020/public_api.mjs +51 -0
  3. package/esm2020/src/app/modules/brainloper-ui/brainloper-ui.module.mjs +305 -0
  4. package/esm2020/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.mjs +29 -0
  5. package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.mjs +23 -0
  6. package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.mjs +83 -0
  7. package/esm2020/src/app/modules/brainloper-ui/components/carousel/carousel.component.mjs +31 -0
  8. package/esm2020/src/app/modules/brainloper-ui/components/combos/combos.component.mjs +159 -0
  9. package/esm2020/src/app/modules/brainloper-ui/components/data-table/data-table.component.mjs +486 -0
  10. package/esm2020/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.mjs +118 -0
  11. package/esm2020/src/app/modules/brainloper-ui/components/file-input/file-input.component.mjs +185 -0
  12. package/{esm2022 → esm2020}/src/app/modules/brainloper-ui/components/file-input/imagenes/doc.mjs +1 -1
  13. package/{esm2022 → esm2020}/src/app/modules/brainloper-ui/components/file-input/imagenes/fondoTransparente.mjs +1 -1
  14. package/{esm2022 → esm2020}/src/app/modules/brainloper-ui/components/file-input/imagenes/pdf.mjs +1 -1
  15. package/esm2020/src/app/modules/brainloper-ui/components/filters/filters.component.mjs +222 -0
  16. package/esm2020/src/app/modules/brainloper-ui/components/report/generate-pdf/generate-pdf.component.mjs +80 -0
  17. package/esm2020/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.mjs +81 -0
  18. package/esm2020/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.mjs +108 -0
  19. package/{esm2022 → esm2020}/src/app/modules/interfaces/buttons/button-icon.mjs +1 -1
  20. package/{esm2022 → esm2020}/src/app/modules/interfaces/buttons/button-lavel-edit.mjs +1 -1
  21. package/{esm2022 → esm2020}/src/app/modules/interfaces/combos/combos-configuration.mjs +1 -1
  22. package/{esm2022 → esm2020}/src/app/modules/interfaces/data-table/params.mjs +1 -1
  23. package/{esm2022 → esm2020}/src/app/modules/interfaces/data-table/rules.mjs +1 -1
  24. package/{esm2022 → esm2020}/src/app/modules/interfaces/data-table/table-columns.mjs +1 -1
  25. package/{esm2022 → esm2020}/src/app/modules/interfaces/data-table/table-configuration.mjs +1 -1
  26. package/{esm2022 → esm2020}/src/app/modules/interfaces/enum/enumActions.mjs +6 -6
  27. package/{esm2022 → esm2020}/src/app/modules/interfaces/enum/enumRules.mjs +7 -7
  28. package/{esm2022 → esm2020}/src/app/modules/interfaces/file-forms-service/file-forms-params.mjs +1 -1
  29. package/{esm2022 → esm2020}/src/app/modules/interfaces/file-forms-service/file-input-params.mjs +1 -1
  30. package/{esm2022 → esm2020}/src/app/modules/interfaces/filters/header-filters.mjs +1 -1
  31. package/esm2020/src/app/modules/interfaces/menu-break-crumb/menu-break-crumb.mjs +8 -0
  32. package/{esm2022 → esm2020}/src/app/modules/interfaces/report/template-pdf-ot.mjs +1 -1
  33. package/{esm2022 → esm2020}/src/app/modules/interfaces/report/template-pfd-fo.mjs +1 -1
  34. package/esm2020/src/app/modules/services/crypto.service.mjs +37 -0
  35. package/esm2020/src/app/modules/services/export-data.service.mjs +143 -0
  36. package/{esm2022 → esm2020}/src/app/modules/services/file-forms.service.mjs +24 -24
  37. package/{esm2022 → esm2020}/src/app/modules/services/functions.service.mjs +54 -54
  38. package/esm2020/src/app/modules/services/generate-pdf.service.mjs +58 -0
  39. package/esm2020/src/app/modules/services/http.service.mjs +154 -0
  40. package/esm2020/src/app/modules/services/loading/loading.component.mjs +28 -0
  41. package/{esm2022 → esm2020}/src/app/modules/services/local-storage.service.mjs +115 -115
  42. package/esm2020/src/app/modules/services/message.service.mjs +196 -0
  43. package/{esm2022 → esm2020}/src/app/modules/services/screen-size-util.mjs +5 -5
  44. package/esm2020/src/app/modules/services/session.service.mjs +42 -0
  45. package/fesm2015/brainloper-ui.mjs +2690 -0
  46. package/fesm2015/brainloper-ui.mjs.map +1 -0
  47. package/{fesm2022 → fesm2020}/brainloper-ui.mjs +2563 -2520
  48. package/fesm2020/brainloper-ui.mjs.map +1 -0
  49. package/index.d.ts +5 -5
  50. package/package.json +25 -19
  51. package/public_api.d.ts +50 -49
  52. package/src/app/modules/brainloper-ui/brainloper-ui.module.d.ts +73 -71
  53. package/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.d.ts +13 -13
  54. package/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.d.ts +10 -10
  55. package/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.d.ts +24 -24
  56. package/src/app/modules/brainloper-ui/components/carousel/carousel.component.d.ts +12 -12
  57. package/src/app/modules/brainloper-ui/components/combos/combos.component.d.ts +46 -46
  58. package/src/app/modules/brainloper-ui/components/data-table/data-table.component.d.ts +104 -104
  59. package/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.d.ts +21 -21
  60. package/src/app/modules/brainloper-ui/components/file-input/file-input.component.d.ts +42 -42
  61. package/src/app/modules/brainloper-ui/components/file-input/imagenes/doc.d.ts +2 -2
  62. package/src/app/modules/brainloper-ui/components/file-input/imagenes/fondoTransparente.d.ts +2 -2
  63. package/src/app/modules/brainloper-ui/components/file-input/imagenes/pdf.d.ts +2 -2
  64. package/src/app/modules/brainloper-ui/components/filters/filters.component.d.ts +30 -30
  65. package/src/app/modules/brainloper-ui/components/report/generate-pdf/generate-pdf.component.d.ts +35 -35
  66. package/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.d.ts +36 -36
  67. package/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.d.ts +26 -0
  68. package/src/app/modules/interfaces/buttons/button-icon.d.ts +9 -9
  69. package/src/app/modules/interfaces/buttons/button-lavel-edit.d.ts +6 -6
  70. package/src/app/modules/interfaces/combos/combos-configuration.d.ts +13 -13
  71. package/src/app/modules/interfaces/data-table/params.d.ts +7 -7
  72. package/src/app/modules/interfaces/data-table/rules.d.ts +8 -8
  73. package/src/app/modules/interfaces/data-table/table-columns.d.ts +25 -25
  74. package/src/app/modules/interfaces/data-table/table-configuration.d.ts +19 -19
  75. package/src/app/modules/interfaces/enum/enumActions.d.ts +5 -5
  76. package/src/app/modules/interfaces/enum/enumRules.d.ts +6 -6
  77. package/src/app/modules/interfaces/file-forms-service/file-forms-params.d.ts +4 -4
  78. package/src/app/modules/interfaces/file-forms-service/file-input-params.d.ts +13 -13
  79. package/src/app/modules/interfaces/filters/header-filters.d.ts +13 -13
  80. package/src/app/modules/interfaces/menu-break-crumb/menu-break-crumb.d.ts +10 -10
  81. package/src/app/modules/interfaces/report/template-pdf-ot.d.ts +19 -19
  82. package/src/app/modules/interfaces/report/template-pfd-fo.d.ts +20 -20
  83. package/src/app/modules/services/crypto.service.d.ts +10 -10
  84. package/src/app/modules/services/export-data.service.d.ts +15 -15
  85. package/src/app/modules/services/file-forms.service.d.ts +7 -7
  86. package/src/app/modules/services/functions.service.d.ts +13 -13
  87. package/src/app/modules/services/generate-pdf.service.d.ts +12 -12
  88. package/src/app/modules/services/http.service.d.ts +21 -21
  89. package/src/app/modules/services/loading/loading.component.d.ts +15 -15
  90. package/src/app/modules/services/local-storage.service.d.ts +49 -49
  91. package/src/app/modules/services/message.service.d.ts +23 -23
  92. package/src/app/modules/services/screen-size-util.d.ts +3 -3
  93. package/src/app/modules/services/session.service.d.ts +14 -14
  94. package/esm2022/public_api.mjs +0 -50
  95. package/esm2022/src/app/modules/brainloper-ui/brainloper-ui.module.mjs +0 -296
  96. package/esm2022/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.mjs +0 -30
  97. package/esm2022/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.mjs +0 -23
  98. package/esm2022/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.mjs +0 -83
  99. package/esm2022/src/app/modules/brainloper-ui/components/carousel/carousel.component.mjs +0 -30
  100. package/esm2022/src/app/modules/brainloper-ui/components/combos/combos.component.mjs +0 -165
  101. package/esm2022/src/app/modules/brainloper-ui/components/data-table/data-table.component.mjs +0 -501
  102. package/esm2022/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.mjs +0 -122
  103. package/esm2022/src/app/modules/brainloper-ui/components/file-input/file-input.component.mjs +0 -203
  104. package/esm2022/src/app/modules/brainloper-ui/components/filters/filters.component.mjs +0 -226
  105. package/esm2022/src/app/modules/brainloper-ui/components/report/generate-pdf/generate-pdf.component.mjs +0 -84
  106. package/esm2022/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.mjs +0 -85
  107. package/esm2022/src/app/modules/interfaces/menu-break-crumb/menu-break-crumb.mjs +0 -6
  108. package/esm2022/src/app/modules/services/crypto.service.mjs +0 -38
  109. package/esm2022/src/app/modules/services/export-data.service.mjs +0 -146
  110. package/esm2022/src/app/modules/services/generate-pdf.service.mjs +0 -59
  111. package/esm2022/src/app/modules/services/http.service.mjs +0 -156
  112. package/esm2022/src/app/modules/services/loading/loading.component.mjs +0 -30
  113. package/esm2022/src/app/modules/services/message.service.mjs +0 -198
  114. package/esm2022/src/app/modules/services/session.service.mjs +0 -43
  115. package/fesm2022/brainloper-ui.mjs.map +0 -1
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="brainloper-ui" />
5
- export * from './public_api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="brainloper-ui" />
5
+ export * from './public_api';
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "brainloper-ui",
3
- "version": "1.2.16",
3
+ "version": "4.0.0",
4
4
  "private": false,
5
5
  "dependencies": {
6
- "@angular-material-components/file-input": "^16.0.1",
7
- "@angular/animations": "^16.2.12",
8
- "@angular/cdk": "^16.2.14",
9
- "@angular/common": "^16.2.12",
10
- "@angular/core": "^16.2.12",
11
- "@angular/forms": "^16.2.12",
12
- "@angular/localize": "^16.2.12",
13
- "@angular/material": "^16.2.14",
14
- "@angular/platform-browser": "^16.2.12",
15
- "@angular/platform-browser-dynamic": "^16.2.12",
16
- "@angular/router": "^16.2.12",
17
- "@ng-bootstrap/ng-bootstrap": "^15.1.2",
6
+ "@angular-material-components/file-input": "^8.0.0",
7
+ "@angular/animations": "^14.3.0",
8
+ "@angular/cdk": "^14.2.7",
9
+ "@angular/common": "^14.3.0",
10
+ "@angular/core": "^14.3.0",
11
+ "@angular/forms": "^14.3.0",
12
+ "@angular/localize": "^14.3.0",
13
+ "@angular/material": "^14.2.7",
14
+ "@angular/platform-browser": "^14.3.0",
15
+ "@angular/platform-browser-dynamic": "^14.3.0",
16
+ "@angular/router": "^14.3.0",
17
+ "@ng-bootstrap/ng-bootstrap": "^13.1.1",
18
18
  "@sweetalert2/ngx-sweetalert2": "^12.4.0",
19
19
  "@sweetalert2/theme-material-ui": "^5.0.17",
20
20
  "@sweetalert2/themes": "^5.0.17",
@@ -31,10 +31,14 @@
31
31
  "ngx-lottie": "^6.3.0",
32
32
  "rxjs": "~6.5.4",
33
33
  "sweetalert2": "^11.12.3",
34
- "tslib": "^2.6.3",
35
- "zone.js": "~0.13.3"
34
+ "tslib": "^2.0.0",
35
+ "zone.js": "~0.11.4"
36
36
  },
37
- "module": "fesm2022/brainloper-ui.mjs",
37
+ "module": "fesm2015/brainloper-ui.mjs",
38
+ "es2020": "fesm2020/brainloper-ui.mjs",
39
+ "esm2020": "esm2020/brainloper-ui.mjs",
40
+ "fesm2020": "fesm2020/brainloper-ui.mjs",
41
+ "fesm2015": "fesm2015/brainloper-ui.mjs",
38
42
  "typings": "index.d.ts",
39
43
  "exports": {
40
44
  "./package.json": {
@@ -42,9 +46,11 @@
42
46
  },
43
47
  ".": {
44
48
  "types": "./index.d.ts",
45
- "esm2022": "./esm2022/brainloper-ui.mjs",
46
- "esm": "./esm2022/brainloper-ui.mjs",
47
- "default": "./fesm2022/brainloper-ui.mjs"
49
+ "esm2020": "./esm2020/brainloper-ui.mjs",
50
+ "es2020": "./fesm2020/brainloper-ui.mjs",
51
+ "es2015": "./fesm2015/brainloper-ui.mjs",
52
+ "node": "./fesm2015/brainloper-ui.mjs",
53
+ "default": "./fesm2020/brainloper-ui.mjs"
48
54
  }
49
55
  },
50
56
  "sideEffects": false
package/public_api.d.ts CHANGED
@@ -1,49 +1,50 @@
1
- /**
2
- * @modules
3
- * exportacion de modulos adjuntos a brainloper
4
- */
5
- export * from './src/app/modules/brainloper-ui/brainloper-ui.module';
6
- /**
7
- * @Component */
8
- export * from './src/app/modules/brainloper-ui/components/combos/combos.component';
9
- export * from './src/app/modules/brainloper-ui/components/data-table/data-table.component';
10
- export * from './src/app/modules/brainloper-ui/components/file-input/file-input.component';
11
- export * from './src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component';
12
- export * from './src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component';
13
- export * from './src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component';
14
- export * from './src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component';
15
- export * from './src/app/modules/brainloper-ui/components/carousel/carousel.component';
16
- export * from './src/app/modules/brainloper-ui/components/filters/filters.component';
17
- /**
18
- * @services
19
- * exportacion de los servicios creados para brainloper
20
- */
21
- export * from './src/app/modules/services/crypto.service';
22
- export * from './src/app/modules/services/message.service';
23
- export * from './src/app/modules/services/session.service';
24
- export * from './src/app/modules/services/http.service';
25
- export * from './src/app/modules/services/file-forms.service';
26
- export * from './src/app/modules/services/functions.service';
27
- export * from './src/app/modules/services/loading/loading.component';
28
- export * from './src/app/modules/services/generate-pdf.service';
29
- export * from './src/app/modules/services/local-storage.service';
30
- export * from './src/app/modules/services/export-data.service';
31
- export * from './src/app/modules/services/screen-size-util';
32
- /**
33
- * @intefaces
34
- * exportacion de las interfaces utilizadas por brainloper para facilitar la codificacion
35
- */
36
- export * from './src/app/modules/interfaces/data-table/table-columns';
37
- export * from './src/app/modules/interfaces/report/template-pdf-ot';
38
- export * from './src/app/modules/interfaces/data-table/table-configuration';
39
- export * from './src/app/modules/interfaces/combos/combos-configuration';
40
- export * from './src/app/modules/interfaces/file-forms-service/file-forms-params';
41
- export * from './src/app/modules/interfaces/data-table/params';
42
- export * from './src/app/modules/interfaces/file-forms-service/file-input-params';
43
- export * from './src/app/modules/interfaces/menu-break-crumb/menu-break-crumb';
44
- export * from './src/app/modules/interfaces/filters/header-filters';
45
- export * from './src/app/modules/interfaces/buttons/button-lavel-edit';
46
- export * from './src/app/modules/interfaces/buttons/button-icon';
47
- export * from './src/app/modules/interfaces/data-table/rules';
48
- export * from './src/app/modules/interfaces/enum/enumActions';
49
- export * from './src/app/modules/interfaces/enum/enumRules';
1
+ /**
2
+ * @modules
3
+ * exportacion de modulos adjuntos a brainloper
4
+ */
5
+ export * from './src/app/modules/brainloper-ui/brainloper-ui.module';
6
+ /**
7
+ * @Component */
8
+ export * from './src/app/modules/brainloper-ui/components/combos/combos.component';
9
+ export * from './src/app/modules/brainloper-ui/components/data-table/data-table.component';
10
+ export * from './src/app/modules/brainloper-ui/components/file-input/file-input.component';
11
+ export * from './src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component';
12
+ export * from './src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component';
13
+ export * from './src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component';
14
+ export * from './src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component';
15
+ export * from './src/app/modules/brainloper-ui/components/carousel/carousel.component';
16
+ export * from './src/app/modules/brainloper-ui/components/filters/filters.component';
17
+ export * from './src/app/modules/brainloper-ui/components/select-filter/select-filter.component';
18
+ /**
19
+ * @services
20
+ * exportacion de los servicios creados para brainloper
21
+ */
22
+ export * from './src/app/modules/services/crypto.service';
23
+ export * from './src/app/modules/services/message.service';
24
+ export * from './src/app/modules/services/session.service';
25
+ export * from './src/app/modules/services/http.service';
26
+ export * from './src/app/modules/services/file-forms.service';
27
+ export * from './src/app/modules/services/functions.service';
28
+ export * from './src/app/modules/services/loading/loading.component';
29
+ export * from './src/app/modules/services/generate-pdf.service';
30
+ export * from './src/app/modules/services/local-storage.service';
31
+ export * from './src/app/modules/services/export-data.service';
32
+ export * from './src/app/modules/services/screen-size-util';
33
+ /**
34
+ * @intefaces
35
+ * exportacion de las interfaces utilizadas por brainloper para facilitar la codificacion
36
+ */
37
+ export * from './src/app/modules/interfaces/data-table/table-columns';
38
+ export * from './src/app/modules/interfaces/report/template-pdf-ot';
39
+ export * from './src/app/modules/interfaces/data-table/table-configuration';
40
+ export * from './src/app/modules/interfaces/combos/combos-configuration';
41
+ export * from './src/app/modules/interfaces/file-forms-service/file-forms-params';
42
+ export * from './src/app/modules/interfaces/data-table/params';
43
+ export * from './src/app/modules/interfaces/file-forms-service/file-input-params';
44
+ export * from './src/app/modules/interfaces/menu-break-crumb/menu-break-crumb';
45
+ export * from './src/app/modules/interfaces/filters/header-filters';
46
+ export * from './src/app/modules/interfaces/buttons/button-lavel-edit';
47
+ export * from './src/app/modules/interfaces/buttons/button-icon';
48
+ export * from './src/app/modules/interfaces/data-table/rules';
49
+ export * from './src/app/modules/interfaces/enum/enumActions';
50
+ export * from './src/app/modules/interfaces/enum/enumRules';
@@ -1,71 +1,73 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./components/data-table/data-table.component";
3
- import * as i2 from "./components/data-table/table-modal/table-modal.component";
4
- import * as i3 from "./components/combos/combos.component";
5
- import * as i4 from "./components/file-input/file-input.component";
6
- import * as i5 from "../services/loading/loading.component";
7
- import * as i6 from "./components/report/generate-pdf/generate-pdf.component";
8
- import * as i7 from "./components/report/template-fuel/template-fuel.component";
9
- import * as i8 from "./components/bread-crumb/bread-crumb.component";
10
- import * as i9 from "./components/buttons/button-label/button-label.component";
11
- import * as i10 from "./components/buttons/button-icon/button-icon.component";
12
- import * as i11 from "./components/carousel/carousel.component";
13
- import * as i12 from "./components/filters/filters.component";
14
- import * as i13 from "@angular/common";
15
- import * as i14 from "@angular/material/legacy-button";
16
- import * as i15 from "@angular/material/legacy-slide-toggle";
17
- import * as i16 from "@angular/material/legacy-progress-bar";
18
- import * as i17 from "@angular/material/core";
19
- import * as i18 from "@angular/material/bottom-sheet";
20
- import * as i19 from "@angular/material/legacy-chips";
21
- import * as i20 from "@angular/material/tree";
22
- import * as i21 from "@angular/material/button-toggle";
23
- import * as i22 from "@angular/material/badge";
24
- import * as i23 from "@angular/material/icon";
25
- import * as i24 from "@angular/material/legacy-progress-spinner";
26
- import * as i25 from "@angular/material/toolbar";
27
- import * as i26 from "@angular/material/sidenav";
28
- import * as i27 from "@angular/material/legacy-menu";
29
- import * as i28 from "@angular/material/legacy-list";
30
- import * as i29 from "@angular/material/divider";
31
- import * as i30 from "@angular/material/grid-list";
32
- import * as i31 from "@angular/material/expansion";
33
- import * as i32 from "@angular/material/legacy-tabs";
34
- import * as i33 from "@angular/material/legacy-card";
35
- import * as i34 from "@angular/material/stepper";
36
- import * as i35 from "@angular/material/legacy-form-field";
37
- import * as i36 from "@angular/material/legacy-input";
38
- import * as i37 from "@angular/material/legacy-select";
39
- import * as i38 from "@angular/material/legacy-autocomplete";
40
- import * as i39 from "@angular/material/legacy-checkbox";
41
- import * as i40 from "@angular/material/legacy-radio";
42
- import * as i41 from "@angular/material/datepicker";
43
- import * as i42 from "@angular/material/legacy-tooltip";
44
- import * as i43 from "@angular/material/legacy-snack-bar";
45
- import * as i44 from "@angular/material/legacy-dialog";
46
- import * as i45 from "@angular/material/legacy-table";
47
- import * as i46 from "@angular/material/sort";
48
- import * as i47 from "@angular/material/legacy-paginator";
49
- import * as i48 from "@angular/material/legacy-slider";
50
- import * as i49 from "@ng-bootstrap/ng-bootstrap";
51
- import * as i50 from "@angular/forms";
52
- import * as i51 from "@angular/common/http";
53
- import * as i52 from "@angular/router";
54
- export declare function playerFactory(): {
55
- play(name?: string): void;
56
- pause(name?: string): void;
57
- stop(name?: string): void;
58
- setSpeed(speed: number, name?: string): void;
59
- setDirection(direction: import("lottie-web").AnimationDirection, name?: string): void;
60
- searchAnimations(animationData?: any, standalone?: boolean, renderer?: string): void;
61
- loadAnimation(params: import("lottie-web").AnimationConfigWithData | import("lottie-web").AnimationConfigWithPath): import("lottie-web").AnimationItem;
62
- destroy(name?: string): void;
63
- registerAnimation(element: Element, animationData?: any): void;
64
- setQuality(quality: string | number): void;
65
- setLocationHref(href: string): void;
66
- };
67
- export declare class BrainloperUiModule {
68
- static ɵfac: i0.ɵɵFactoryDeclaration<BrainloperUiModule, never>;
69
- static ɵmod: i0.ɵɵNgModuleDeclaration<BrainloperUiModule, [typeof i1.DataTableComponent, typeof i2.TableModalComponent, typeof i3.CombosComponent, typeof i4.FileInputComponent, typeof i5.LoadingComponent, typeof i6.GeneratePdfComponent, typeof i7.TemplateFuelComponent, typeof i8.BreadCrumbComponent, typeof i9.ButtonLabelComponent, typeof i10.ButtonIconComponent, typeof i11.CarouselComponent, typeof i12.FiltersComponent], [typeof i13.CommonModule, typeof i14.MatLegacyButtonModule, typeof i15.MatLegacySlideToggleModule, typeof i16.MatLegacyProgressBarModule, typeof i17.MatRippleModule, typeof i18.MatBottomSheetModule, typeof i19.MatLegacyChipsModule, typeof i20.MatTreeModule, typeof i14.MatLegacyButtonModule, typeof i21.MatButtonToggleModule, typeof i22.MatBadgeModule, typeof i23.MatIconModule, typeof i24.MatLegacyProgressSpinnerModule, typeof i25.MatToolbarModule, typeof i26.MatSidenavModule, typeof i27.MatLegacyMenuModule, typeof i28.MatLegacyListModule, typeof i29.MatDividerModule, typeof i30.MatGridListModule, typeof i31.MatExpansionModule, typeof i32.MatLegacyTabsModule, typeof i33.MatLegacyCardModule, typeof i34.MatStepperModule, typeof i35.MatLegacyFormFieldModule, typeof i36.MatLegacyInputModule, typeof i37.MatLegacySelectModule, typeof i38.MatLegacyAutocompleteModule, typeof i39.MatLegacyCheckboxModule, typeof i40.MatLegacyRadioModule, typeof i41.MatDatepickerModule, typeof i42.MatLegacyTooltipModule, typeof i43.MatLegacySnackBarModule, typeof i44.MatLegacyDialogModule, typeof i45.MatLegacyTableModule, typeof i46.MatSortModule, typeof i47.MatLegacyPaginatorModule, typeof i48.MatLegacySliderModule, typeof i17.MatNativeDateModule, typeof i49.NgbModule, typeof i50.FormsModule, typeof i50.ReactiveFormsModule, typeof i51.HttpClientModule, typeof i52.RouterModule, typeof i42.MatLegacyTooltipModule], [typeof i15.MatLegacySlideToggleModule, typeof i16.MatLegacyProgressBarModule, typeof i17.MatRippleModule, typeof i18.MatBottomSheetModule, typeof i19.MatLegacyChipsModule, typeof i20.MatTreeModule, typeof i14.MatLegacyButtonModule, typeof i21.MatButtonToggleModule, typeof i22.MatBadgeModule, typeof i23.MatIconModule, typeof i24.MatLegacyProgressSpinnerModule, typeof i25.MatToolbarModule, typeof i26.MatSidenavModule, typeof i27.MatLegacyMenuModule, typeof i28.MatLegacyListModule, typeof i29.MatDividerModule, typeof i30.MatGridListModule, typeof i31.MatExpansionModule, typeof i32.MatLegacyTabsModule, typeof i33.MatLegacyCardModule, typeof i34.MatStepperModule, typeof i35.MatLegacyFormFieldModule, typeof i36.MatLegacyInputModule, typeof i37.MatLegacySelectModule, typeof i38.MatLegacyAutocompleteModule, typeof i39.MatLegacyCheckboxModule, typeof i40.MatLegacyRadioModule, typeof i41.MatDatepickerModule, typeof i42.MatLegacyTooltipModule, typeof i43.MatLegacySnackBarModule, typeof i44.MatLegacyDialogModule, typeof i45.MatLegacyTableModule, typeof i46.MatSortModule, typeof i47.MatLegacyPaginatorModule, typeof i48.MatLegacySliderModule, typeof i17.MatNativeDateModule, typeof i1.DataTableComponent, typeof i2.TableModalComponent, typeof i3.CombosComponent, typeof i4.FileInputComponent, typeof i5.LoadingComponent, typeof i8.BreadCrumbComponent, typeof i9.ButtonLabelComponent, typeof i10.ButtonIconComponent, typeof i49.NgbModule, typeof i11.CarouselComponent, typeof i12.FiltersComponent]>;
70
- static ɵinj: i0.ɵɵInjectorDeclaration<BrainloperUiModule>;
71
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/data-table/data-table.component";
3
+ import * as i2 from "./components/data-table/table-modal/table-modal.component";
4
+ import * as i3 from "./components/combos/combos.component";
5
+ import * as i4 from "./components/file-input/file-input.component";
6
+ import * as i5 from "../services/loading/loading.component";
7
+ import * as i6 from "./components/report/generate-pdf/generate-pdf.component";
8
+ import * as i7 from "./components/report/template-fuel/template-fuel.component";
9
+ import * as i8 from "./components/bread-crumb/bread-crumb.component";
10
+ import * as i9 from "./components/buttons/button-label/button-label.component";
11
+ import * as i10 from "./components/buttons/button-icon/button-icon.component";
12
+ import * as i11 from "./components/carousel/carousel.component";
13
+ import * as i12 from "./components/filters/filters.component";
14
+ import * as i13 from "./components/select-filter/select-filter.component";
15
+ import * as i14 from "@angular/common";
16
+ import * as i15 from "@angular/material/button";
17
+ import * as i16 from "@angular/material/slide-toggle";
18
+ import * as i17 from "@angular/material/progress-bar";
19
+ import * as i18 from "@angular/material/core";
20
+ import * as i19 from "@angular/material/bottom-sheet";
21
+ import * as i20 from "@angular/material/chips";
22
+ import * as i21 from "@angular/material/tree";
23
+ import * as i22 from "@angular/material/button-toggle";
24
+ import * as i23 from "@angular/material/badge";
25
+ import * as i24 from "@angular/material/icon";
26
+ import * as i25 from "@angular/material/progress-spinner";
27
+ import * as i26 from "@angular/material/toolbar";
28
+ import * as i27 from "@angular/material/sidenav";
29
+ import * as i28 from "@angular/material/menu";
30
+ import * as i29 from "@angular/material/list";
31
+ import * as i30 from "@angular/material/divider";
32
+ import * as i31 from "@angular/material/grid-list";
33
+ import * as i32 from "@angular/material/expansion";
34
+ import * as i33 from "@angular/material/tabs";
35
+ import * as i34 from "@angular/material/card";
36
+ import * as i35 from "@angular/material/stepper";
37
+ import * as i36 from "@angular/material/form-field";
38
+ import * as i37 from "@angular/material/input";
39
+ import * as i38 from "@angular/material/select";
40
+ import * as i39 from "@angular/material/autocomplete";
41
+ import * as i40 from "@angular/material/checkbox";
42
+ import * as i41 from "@angular/material/radio";
43
+ import * as i42 from "@angular/material/datepicker";
44
+ import * as i43 from "@angular/material/tooltip";
45
+ import * as i44 from "@angular/material/snack-bar";
46
+ import * as i45 from "@angular/material/dialog";
47
+ import * as i46 from "@angular/material/table";
48
+ import * as i47 from "@angular/material/sort";
49
+ import * as i48 from "@angular/material/paginator";
50
+ import * as i49 from "@angular/material/slider";
51
+ import * as i50 from "@ng-bootstrap/ng-bootstrap";
52
+ import * as i51 from "@angular/forms";
53
+ import * as i52 from "@angular/common/http";
54
+ import * as i53 from "ngx-lottie";
55
+ import * as i54 from "@angular/router";
56
+ export declare function playerFactory(): {
57
+ play(name?: string): void;
58
+ pause(name?: string): void;
59
+ stop(name?: string): void;
60
+ setSpeed(speed: number, name?: string): void;
61
+ setDirection(direction: import("lottie-web").AnimationDirection, name?: string): void;
62
+ searchAnimations(animationData?: any, standalone?: boolean, renderer?: string): void;
63
+ loadAnimation(params: import("lottie-web").AnimationConfigWithData | import("lottie-web").AnimationConfigWithPath): import("lottie-web").AnimationItem;
64
+ destroy(name?: string): void;
65
+ registerAnimation(element: Element, animationData?: any): void;
66
+ setQuality(quality: string | number): void;
67
+ setLocationHref(href: string): void;
68
+ };
69
+ export declare class BrainloperUiModule {
70
+ static ɵfac: i0.ɵɵFactoryDeclaration<BrainloperUiModule, never>;
71
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BrainloperUiModule, [typeof i1.DataTableComponent, typeof i2.TableModalComponent, typeof i3.CombosComponent, typeof i4.FileInputComponent, typeof i5.LoadingComponent, typeof i6.GeneratePdfComponent, typeof i7.TemplateFuelComponent, typeof i8.BreadCrumbComponent, typeof i9.ButtonLabelComponent, typeof i10.ButtonIconComponent, typeof i11.CarouselComponent, typeof i12.FiltersComponent, typeof i13.SelectFilterComponent], [typeof i14.CommonModule, typeof i15.MatButtonModule, typeof i16.MatSlideToggleModule, typeof i17.MatProgressBarModule, typeof i18.MatRippleModule, typeof i19.MatBottomSheetModule, typeof i20.MatChipsModule, typeof i21.MatTreeModule, typeof i15.MatButtonModule, typeof i22.MatButtonToggleModule, typeof i23.MatBadgeModule, typeof i24.MatIconModule, typeof i25.MatProgressSpinnerModule, typeof i26.MatToolbarModule, typeof i27.MatSidenavModule, typeof i28.MatMenuModule, typeof i29.MatListModule, typeof i30.MatDividerModule, typeof i31.MatGridListModule, typeof i32.MatExpansionModule, typeof i33.MatTabsModule, typeof i34.MatCardModule, typeof i35.MatStepperModule, typeof i36.MatFormFieldModule, typeof i37.MatInputModule, typeof i38.MatSelectModule, typeof i39.MatAutocompleteModule, typeof i40.MatCheckboxModule, typeof i41.MatRadioModule, typeof i42.MatDatepickerModule, typeof i43.MatTooltipModule, typeof i44.MatSnackBarModule, typeof i45.MatDialogModule, typeof i46.MatTableModule, typeof i47.MatSortModule, typeof i48.MatPaginatorModule, typeof i49.MatSliderModule, typeof i18.MatNativeDateModule, typeof i50.NgbModule, typeof i51.FormsModule, typeof i51.ReactiveFormsModule, typeof i52.HttpClientModule, typeof i53.LottieModule, typeof i54.RouterModule, typeof i43.MatTooltipModule], [typeof i16.MatSlideToggleModule, typeof i17.MatProgressBarModule, typeof i18.MatRippleModule, typeof i19.MatBottomSheetModule, typeof i20.MatChipsModule, typeof i21.MatTreeModule, typeof i15.MatButtonModule, typeof i22.MatButtonToggleModule, typeof i23.MatBadgeModule, typeof i24.MatIconModule, typeof i25.MatProgressSpinnerModule, typeof i26.MatToolbarModule, typeof i27.MatSidenavModule, typeof i28.MatMenuModule, typeof i29.MatListModule, typeof i30.MatDividerModule, typeof i31.MatGridListModule, typeof i32.MatExpansionModule, typeof i33.MatTabsModule, typeof i34.MatCardModule, typeof i35.MatStepperModule, typeof i36.MatFormFieldModule, typeof i37.MatInputModule, typeof i38.MatSelectModule, typeof i39.MatAutocompleteModule, typeof i40.MatCheckboxModule, typeof i41.MatRadioModule, typeof i42.MatDatepickerModule, typeof i43.MatTooltipModule, typeof i44.MatSnackBarModule, typeof i45.MatDialogModule, typeof i46.MatTableModule, typeof i47.MatSortModule, typeof i48.MatPaginatorModule, typeof i49.MatSliderModule, typeof i18.MatNativeDateModule, typeof i1.DataTableComponent, typeof i2.TableModalComponent, typeof i3.CombosComponent, typeof i4.FileInputComponent, typeof i5.LoadingComponent, typeof i8.BreadCrumbComponent, typeof i9.ButtonLabelComponent, typeof i10.ButtonIconComponent, typeof i50.NgbModule, typeof i11.CarouselComponent, typeof i12.FiltersComponent, typeof i13.SelectFilterComponent]>;
72
+ static ɵinj: i0.ɵɵInjectorDeclaration<BrainloperUiModule>;
73
+ }
@@ -1,13 +1,13 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { Router } from '@angular/router';
3
- import * as i0 from "@angular/core";
4
- export declare class BreadCrumbComponent implements OnInit {
5
- router: Router;
6
- menu: Array<any>;
7
- selectRouter: EventEmitter<any>;
8
- constructor(router: Router);
9
- ngOnInit(): void;
10
- handlerRouter(menu: any): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbComponent, "app-bread-crumb", never, { "menu": { "alias": "menu"; "required": false; }; }, { "selectRouter": "selectRouter"; }, never, never, false, never>;
13
- }
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { Router } from '@angular/router';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BreadCrumbComponent implements OnInit {
5
+ router: Router;
6
+ menu: Array<any>;
7
+ selectRouter: EventEmitter<any>;
8
+ constructor(router: Router);
9
+ ngOnInit(): void;
10
+ handlerRouter(menu: any): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbComponent, "app-bread-crumb", never, { "menu": "menu"; }, { "selectRouter": "selectRouter"; }, never, never, false>;
13
+ }
@@ -1,10 +1,10 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ButtonIconComponent implements OnInit {
4
- clickButton: EventEmitter<any>;
5
- items: Array<any>;
6
- constructor();
7
- ngOnInit(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonIconComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonIconComponent, "app-button-icon", never, { "items": { "alias": "items"; "required": false; }; }, { "clickButton": "clickButton"; }, never, never, false, never>;
10
- }
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ButtonIconComponent implements OnInit {
4
+ clickButton: EventEmitter<any>;
5
+ items: Array<any>;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonIconComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonIconComponent, "app-button-icon", never, { "items": "items"; }, { "clickButton": "clickButton"; }, never, never, false>;
10
+ }
@@ -1,24 +1,24 @@
1
- import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ButtonLabelComponent implements OnInit, OnChanges {
4
- constructor();
5
- updateLabel: EventEmitter<any>;
6
- labels: Array<string>;
7
- labelsEdit: Array<any>;
8
- color: string;
9
- iconColor: string;
10
- modeEdit: Array<boolean>;
11
- currentValueToEdit: string;
12
- private indexToedit;
13
- spanElement: HTMLElement;
14
- private initEventClink;
15
- ngOnInit(): void;
16
- ngOnChanges(changes: SimpleChanges): void;
17
- finishEditLabel(index: number): void;
18
- editLabel(index: number): void;
19
- onPageClick($event: MouseEvent): void;
20
- static isDescendant(child: HTMLElement, parent: HTMLElement): boolean;
21
- ngOnDestroy(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonLabelComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonLabelComponent, "app-button-label", never, { "labels": { "alias": "labels"; "required": false; }; "labelsEdit": { "alias": "labelsEdit"; "required": false; }; "color": { "alias": "color"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, { "updateLabel": "updateLabel"; }, never, never, false, never>;
24
- }
1
+ import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ButtonLabelComponent implements OnInit, OnChanges {
4
+ constructor();
5
+ updateLabel: EventEmitter<any>;
6
+ labels: Array<string>;
7
+ labelsEdit: Array<any>;
8
+ color: string;
9
+ iconColor: string;
10
+ modeEdit: Array<boolean>;
11
+ currentValueToEdit: string;
12
+ private indexToedit;
13
+ spanElement: HTMLElement;
14
+ private initEventClink;
15
+ ngOnInit(): void;
16
+ ngOnChanges(changes: SimpleChanges): void;
17
+ finishEditLabel(index: number): void;
18
+ editLabel(index: number): void;
19
+ onPageClick($event: MouseEvent): void;
20
+ static isDescendant(child: HTMLElement, parent: HTMLElement): boolean;
21
+ ngOnDestroy(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonLabelComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonLabelComponent, "app-button-label", never, { "labels": "labels"; "labelsEdit": "labelsEdit"; "color": "color"; "iconColor": "iconColor"; }, { "updateLabel": "updateLabel"; }, never, never, false>;
24
+ }
@@ -1,12 +1,12 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CarouselComponent implements OnInit {
4
- ic1: number;
5
- ic2: number;
6
- ic3: number;
7
- constructor();
8
- ngOnInit(): void;
9
- ngAfterContentChecked(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "app-carousel", never, {}, {}, never, ["[itemCarousel1]", "[itemCarousel2]", "[itemCarousel3]"], false, never>;
12
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CarouselComponent implements OnInit {
4
+ ic1: number;
5
+ ic2: number;
6
+ ic3: number;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ ngAfterContentChecked(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "app-carousel", never, {}, {}, never, ["[itemCarousel1]", "[itemCarousel2]", "[itemCarousel3]"], false>;
12
+ }
@@ -1,46 +1,46 @@
1
- import { OnInit, EventEmitter, SimpleChanges, OnChanges } from '@angular/core';
2
- import { UntypedFormControl } from '@angular/forms';
3
- import { HttpService } from '../../../services/http.service';
4
- import { MatLegacyTooltip as MatTooltip } from '@angular/material/legacy-tooltip';
5
- import * as i0 from "@angular/core";
6
- export declare class CombosComponent implements OnInit, OnChanges {
7
- private http;
8
- dataCombos: Array<any>;
9
- additionalData: Array<any>;
10
- configuration: CombosConfiguration;
11
- filter: boolean;
12
- checkbox: boolean;
13
- required: boolean;
14
- disabled: boolean;
15
- addFinal: boolean;
16
- appearance: any;
17
- reloadCombo: EventEmitter<any>;
18
- control: UntypedFormControl;
19
- tooltipDescription: string;
20
- tooltipActive: boolean;
21
- tooltip: MatTooltip;
22
- changeOption: EventEmitter<any>;
23
- changeOptionDataComplete: EventEmitter<any>;
24
- returnDataCombo: EventEmitter<any>;
25
- filteredList: Array<any>;
26
- constructor(http: HttpService);
27
- ngOnInit(): void;
28
- ngOnChanges(changes: SimpleChanges): void;
29
- initData(): void;
30
- getData(): void;
31
- selectedData($event: any): void;
32
- findData($event: any): void;
33
- toggleTooltip(): void;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<CombosComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<CombosComponent, "combos", never, { "dataCombos": { "alias": "dataCombos"; "required": false; }; "additionalData": { "alias": "additionalData"; "required": false; }; "configuration": { "alias": "configuration"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "addFinal": { "alias": "addFinal"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "reloadCombo": { "alias": "reloadCombo"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "changeOption": "changeOption"; "changeOptionDataComplete": "changeOptionDataComplete"; "returnDataCombo": "returnDataCombo"; }, never, never, false, never>;
36
- }
37
- interface CombosConfiguration {
38
- selectionField?: string;
39
- visibleField?: string;
40
- urlCombo?: string;
41
- urlParams?: any[];
42
- label?: string;
43
- selected?: any;
44
- fileTooltip?: string;
45
- }
46
- export {};
1
+ import { OnInit, EventEmitter, SimpleChanges, OnChanges } from '@angular/core';
2
+ import { UntypedFormControl } from '@angular/forms';
3
+ import { HttpService } from '../../../services/http.service';
4
+ import { MatTooltip } from '@angular/material/tooltip';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CombosComponent implements OnInit, OnChanges {
7
+ private http;
8
+ dataCombos: Array<any>;
9
+ additionalData: Array<any>;
10
+ configuration: CombosConfiguration;
11
+ filter: boolean;
12
+ checkbox: boolean;
13
+ required: boolean;
14
+ disabled: boolean;
15
+ addFinal: boolean;
16
+ appearance: any;
17
+ reloadCombo: EventEmitter<any>;
18
+ control: UntypedFormControl;
19
+ tooltipDescription: string;
20
+ tooltipActive: boolean;
21
+ tooltip: MatTooltip;
22
+ changeOption: EventEmitter<any>;
23
+ changeOptionDataComplete: EventEmitter<any>;
24
+ returnDataCombo: EventEmitter<any>;
25
+ filteredList: Array<any>;
26
+ constructor(http: HttpService);
27
+ ngOnInit(): void;
28
+ ngOnChanges(changes: SimpleChanges): void;
29
+ initData(): void;
30
+ getData(): void;
31
+ selectedData($event: any): void;
32
+ findData($event: any): void;
33
+ toggleTooltip(): void;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<CombosComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<CombosComponent, "combos", never, { "dataCombos": "dataCombos"; "additionalData": "additionalData"; "configuration": "configuration"; "filter": "filter"; "checkbox": "checkbox"; "required": "required"; "disabled": "disabled"; "addFinal": "addFinal"; "appearance": "appearance"; "reloadCombo": "reloadCombo"; "control": "control"; }, { "changeOption": "changeOption"; "changeOptionDataComplete": "changeOptionDataComplete"; "returnDataCombo": "returnDataCombo"; }, never, never, false>;
36
+ }
37
+ interface CombosConfiguration {
38
+ selectionField?: string;
39
+ visibleField?: string;
40
+ urlCombo?: string;
41
+ urlParams?: any[];
42
+ label?: string;
43
+ selected?: any;
44
+ fileTooltip?: string;
45
+ }
46
+ export {};