brainloper-ui 14.1.0 → 14.1.2
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/esm2020/brainloper-ui.mjs +4 -4
- package/esm2020/public_api.mjs +56 -51
- package/esm2020/src/app/modules/brainloper-ui/brainloper-ui.module.mjs +310 -305
- package/esm2020/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.mjs +29 -29
- package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.mjs +23 -23
- package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.mjs +83 -83
- package/esm2020/src/app/modules/brainloper-ui/components/carousel/carousel.component.mjs +37 -31
- package/esm2020/src/app/modules/brainloper-ui/components/combos/combos.component.mjs +176 -176
- package/esm2020/src/app/modules/brainloper-ui/components/data-table/data-table.component.mjs +728 -652
- package/esm2020/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.mjs +118 -118
- package/esm2020/src/app/modules/brainloper-ui/components/file-input/file-input.component.mjs +186 -185
- package/esm2020/src/app/modules/brainloper-ui/components/file-input/imagenes/doc.mjs +1 -1
- package/esm2020/src/app/modules/brainloper-ui/components/file-input/imagenes/fondoTransparente.mjs +1 -1
- package/esm2020/src/app/modules/brainloper-ui/components/file-input/imagenes/pdf.mjs +1 -1
- package/esm2020/src/app/modules/brainloper-ui/components/filters/filters.component.mjs +222 -222
- package/esm2020/src/app/modules/brainloper-ui/components/report/generate-pdf/generate-pdf.component.mjs +80 -80
- package/esm2020/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.mjs +81 -81
- package/esm2020/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.mjs +108 -108
- package/esm2020/src/app/modules/directives/carousel-item.directive.mjs +18 -0
- package/esm2020/src/app/modules/interfaces/buttons/button-icon.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/buttons/button-lavel-edit.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/combos/combos-configuration.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/data-table/params.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/data-table/rules.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/data-table/table-columns.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/data-table/table-configuration.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/enum/enumActions.mjs +8 -7
- package/esm2020/src/app/modules/interfaces/enum/enumRules.mjs +8 -8
- package/esm2020/src/app/modules/interfaces/file-forms-service/file-forms-params.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/file-forms-service/file-input-params.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/filters/header-filters.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/menu-break-crumb/menu-break-crumb.mjs +8 -8
- package/esm2020/src/app/modules/interfaces/report/template-pdf-ot.mjs +2 -2
- package/esm2020/src/app/modules/interfaces/report/template-pfd-fo.mjs +2 -2
- package/esm2020/src/app/modules/services/crypto.service.mjs +37 -37
- package/esm2020/src/app/modules/services/export-data.service.mjs +166 -166
- package/esm2020/src/app/modules/services/file-forms.service.mjs +24 -24
- package/esm2020/src/app/modules/services/functions.service.mjs +54 -54
- package/esm2020/src/app/modules/services/generate-pdf.service.mjs +58 -58
- package/esm2020/src/app/modules/services/http.service.mjs +97 -154
- package/esm2020/src/app/modules/services/loading/loading.component.mjs +28 -28
- package/esm2020/src/app/modules/services/local-storage.service.mjs +115 -115
- package/esm2020/src/app/modules/services/message.service.mjs +200 -200
- package/esm2020/src/app/modules/services/screen-size-util.mjs +6 -6
- package/esm2020/src/app/modules/services/session.service.mjs +42 -42
- package/fesm2015/brainloper-ui.mjs +2819 -2769
- package/fesm2015/brainloper-ui.mjs.map +1 -1
- package/fesm2020/brainloper-ui.mjs +2779 -2733
- package/fesm2020/brainloper-ui.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/package.json +3 -1
- package/public_api.d.ts +55 -50
- package/src/app/modules/brainloper-ui/brainloper-ui.module.d.ts +62 -73
- package/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.d.ts +13 -13
- package/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.d.ts +10 -10
- package/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.d.ts +24 -24
- package/src/app/modules/brainloper-ui/components/carousel/carousel.component.d.ts +15 -12
- package/src/app/modules/brainloper-ui/components/combos/combos.component.d.ts +46 -46
- package/src/app/modules/brainloper-ui/components/data-table/data-table.component.d.ts +125 -119
- package/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.d.ts +21 -21
- package/src/app/modules/brainloper-ui/components/file-input/file-input.component.d.ts +42 -42
- package/src/app/modules/brainloper-ui/components/file-input/imagenes/doc.d.ts +2 -2
- package/src/app/modules/brainloper-ui/components/file-input/imagenes/fondoTransparente.d.ts +2 -2
- package/src/app/modules/brainloper-ui/components/file-input/imagenes/pdf.d.ts +2 -2
- package/src/app/modules/brainloper-ui/components/filters/filters.component.d.ts +30 -30
- package/src/app/modules/brainloper-ui/components/report/generate-pdf/generate-pdf.component.d.ts +35 -35
- package/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.d.ts +36 -36
- package/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.d.ts +26 -26
- package/src/app/modules/directives/carousel-item.directive.d.ts +9 -0
- package/src/app/modules/interfaces/buttons/button-icon.d.ts +9 -9
- package/src/app/modules/interfaces/buttons/button-lavel-edit.d.ts +6 -6
- package/src/app/modules/interfaces/combos/combos-configuration.d.ts +13 -13
- package/src/app/modules/interfaces/data-table/params.d.ts +7 -7
- package/src/app/modules/interfaces/data-table/rules.d.ts +8 -8
- package/src/app/modules/interfaces/data-table/table-columns.d.ts +25 -25
- package/src/app/modules/interfaces/data-table/table-configuration.d.ts +26 -25
- package/src/app/modules/interfaces/enum/enumActions.d.ts +6 -5
- package/src/app/modules/interfaces/enum/enumRules.d.ts +6 -6
- package/src/app/modules/interfaces/file-forms-service/file-forms-params.d.ts +4 -4
- package/src/app/modules/interfaces/file-forms-service/file-input-params.d.ts +13 -13
- package/src/app/modules/interfaces/filters/header-filters.d.ts +13 -13
- package/src/app/modules/interfaces/menu-break-crumb/menu-break-crumb.d.ts +10 -10
- package/src/app/modules/interfaces/report/template-pdf-ot.d.ts +19 -19
- package/src/app/modules/interfaces/report/template-pfd-fo.d.ts +20 -20
- package/src/app/modules/services/crypto.service.d.ts +10 -10
- package/src/app/modules/services/export-data.service.d.ts +18 -18
- package/src/app/modules/services/file-forms.service.d.ts +7 -7
- package/src/app/modules/services/functions.service.d.ts +13 -13
- package/src/app/modules/services/generate-pdf.service.d.ts +12 -12
- package/src/app/modules/services/http.service.d.ts +22 -21
- package/src/app/modules/services/loading/loading.component.d.ts +15 -15
- package/src/app/modules/services/local-storage.service.d.ts +49 -49
- package/src/app/modules/services/message.service.d.ts +23 -23
- package/src/app/modules/services/screen-size-util.d.ts +3 -3
- package/src/app/modules/services/session.service.d.ts +14 -14
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brainloper-ui",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@angular-material-components/file-input": "^8.0.0",
|
|
@@ -14,8 +14,10 @@
|
|
|
14
14
|
"@angular/platform-browser": "^14.3.0",
|
|
15
15
|
"@angular/platform-browser-dynamic": "^14.3.0",
|
|
16
16
|
"@angular/router": "^14.3.0",
|
|
17
|
+
"@edgarzon93/brainloper-shared": "^1.1.4",
|
|
17
18
|
"@ng-bootstrap/ng-bootstrap": "^13.1.1",
|
|
18
19
|
"bootstrap": "^5.3.3",
|
|
20
|
+
"brainloper-shared": "gitlab:edgarzon93/brainloper-shared#develop",
|
|
19
21
|
"compressorjs": "^1.1.1",
|
|
20
22
|
"crypto-js": "^4.0.0",
|
|
21
23
|
"exceljs": "^4.3.0",
|
package/public_api.d.ts
CHANGED
|
@@ -1,50 +1,55 @@
|
|
|
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
|
-
* @
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
export * from './src/app/modules/
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export * from './src/app/modules/services/
|
|
28
|
-
export * from './src/app/modules/services/
|
|
29
|
-
export * from './src/app/modules/services/
|
|
30
|
-
export * from './src/app/modules/services/
|
|
31
|
-
export * from './src/app/modules/services/
|
|
32
|
-
export * from './src/app/modules/services/
|
|
33
|
-
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
|
|
37
|
-
export * from './src/app/modules/
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export * from './src/app/modules/interfaces/data-table/
|
|
43
|
-
export * from './src/app/modules/interfaces/
|
|
44
|
-
export * from './src/app/modules/interfaces/
|
|
45
|
-
export * from './src/app/modules/interfaces/
|
|
46
|
-
export * from './src/app/modules/interfaces/
|
|
47
|
-
export * from './src/app/modules/interfaces/
|
|
48
|
-
export * from './src/app/modules/interfaces/
|
|
49
|
-
export * from './src/app/modules/interfaces/
|
|
50
|
-
export * from './src/app/modules/interfaces/
|
|
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
|
+
* @directives
|
|
20
|
+
* Exportación de las directivas disponibles en Brainloper
|
|
21
|
+
*/
|
|
22
|
+
export * from './src/app/modules/directives/carousel-item.directive';
|
|
23
|
+
/**
|
|
24
|
+
* @services
|
|
25
|
+
* exportacion de los servicios creados para brainloper
|
|
26
|
+
*/
|
|
27
|
+
export * from './src/app/modules/services/crypto.service';
|
|
28
|
+
export * from './src/app/modules/services/message.service';
|
|
29
|
+
export * from './src/app/modules/services/session.service';
|
|
30
|
+
export * from './src/app/modules/services/http.service';
|
|
31
|
+
export * from './src/app/modules/services/file-forms.service';
|
|
32
|
+
export * from './src/app/modules/services/functions.service';
|
|
33
|
+
export * from './src/app/modules/services/loading/loading.component';
|
|
34
|
+
export * from './src/app/modules/services/generate-pdf.service';
|
|
35
|
+
export * from './src/app/modules/services/local-storage.service';
|
|
36
|
+
export * from './src/app/modules/services/export-data.service';
|
|
37
|
+
export * from './src/app/modules/services/screen-size-util';
|
|
38
|
+
/**
|
|
39
|
+
* @intefaces
|
|
40
|
+
* exportacion de las interfaces utilizadas por brainloper para facilitar la codificacion
|
|
41
|
+
*/
|
|
42
|
+
export * from './src/app/modules/interfaces/data-table/table-columns';
|
|
43
|
+
export * from './src/app/modules/interfaces/report/template-pdf-ot';
|
|
44
|
+
export * from './src/app/modules/interfaces/data-table/table-configuration';
|
|
45
|
+
export * from './src/app/modules/interfaces/combos/combos-configuration';
|
|
46
|
+
export * from './src/app/modules/interfaces/file-forms-service/file-forms-params';
|
|
47
|
+
export * from './src/app/modules/interfaces/data-table/params';
|
|
48
|
+
export * from './src/app/modules/interfaces/file-forms-service/file-input-params';
|
|
49
|
+
export * from './src/app/modules/interfaces/menu-break-crumb/menu-break-crumb';
|
|
50
|
+
export * from './src/app/modules/interfaces/filters/header-filters';
|
|
51
|
+
export * from './src/app/modules/interfaces/buttons/button-lavel-edit';
|
|
52
|
+
export * from './src/app/modules/interfaces/buttons/button-icon';
|
|
53
|
+
export * from './src/app/modules/interfaces/data-table/rules';
|
|
54
|
+
export * from './src/app/modules/interfaces/enum/enumActions';
|
|
55
|
+
export * from './src/app/modules/interfaces/enum/enumRules';
|
|
@@ -1,73 +1,62 @@
|
|
|
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 "
|
|
16
|
-
import * as i15 from "@angular/
|
|
17
|
-
import * as i16 from "@angular/material/
|
|
18
|
-
import * as i17 from "@angular/material/
|
|
19
|
-
import * as i18 from "@angular/material/
|
|
20
|
-
import * as i19 from "@angular/material/
|
|
21
|
-
import * as i20 from "@angular/material/
|
|
22
|
-
import * as i21 from "@angular/material/
|
|
23
|
-
import * as i22 from "@angular/material/
|
|
24
|
-
import * as i23 from "@angular/material/
|
|
25
|
-
import * as i24 from "@angular/material/
|
|
26
|
-
import * as i25 from "@angular/material/
|
|
27
|
-
import * as i26 from "@angular/material/
|
|
28
|
-
import * as i27 from "@angular/material/
|
|
29
|
-
import * as i28 from "@angular/material/
|
|
30
|
-
import * as i29 from "@angular/material/
|
|
31
|
-
import * as i30 from "@angular/material/
|
|
32
|
-
import * as i31 from "@angular/material/
|
|
33
|
-
import * as i32 from "@angular/material/
|
|
34
|
-
import * as i33 from "@angular/material/
|
|
35
|
-
import * as i34 from "@angular/material/
|
|
36
|
-
import * as i35 from "@angular/material/
|
|
37
|
-
import * as i36 from "@angular/material/
|
|
38
|
-
import * as i37 from "@angular/material/
|
|
39
|
-
import * as i38 from "@angular/material/
|
|
40
|
-
import * as i39 from "@angular/material/
|
|
41
|
-
import * as i40 from "@angular/material/
|
|
42
|
-
import * as i41 from "@angular/material/
|
|
43
|
-
import * as i42 from "@angular/material/
|
|
44
|
-
import * as i43 from "@angular/material/
|
|
45
|
-
import * as i44 from "@angular/material/
|
|
46
|
-
import * as i45 from "@angular/material/
|
|
47
|
-
import * as i46 from "@angular/material/
|
|
48
|
-
import * as i47 from "@angular/material/
|
|
49
|
-
import * as i48 from "@angular/material/
|
|
50
|
-
import * as i49 from "@angular/material/
|
|
51
|
-
import * as i50 from "@
|
|
52
|
-
import * as i51 from "@
|
|
53
|
-
import * as i52 from "@angular/
|
|
54
|
-
import * as i53 from "
|
|
55
|
-
import * as i54 from "
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|
+
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 "../directives/carousel-item.directive";
|
|
16
|
+
import * as i15 from "@angular/common";
|
|
17
|
+
import * as i16 from "@angular/material/button";
|
|
18
|
+
import * as i17 from "@angular/material/slide-toggle";
|
|
19
|
+
import * as i18 from "@angular/material/progress-bar";
|
|
20
|
+
import * as i19 from "@angular/material/core";
|
|
21
|
+
import * as i20 from "@angular/material/bottom-sheet";
|
|
22
|
+
import * as i21 from "@angular/material/chips";
|
|
23
|
+
import * as i22 from "@angular/material/tree";
|
|
24
|
+
import * as i23 from "@angular/material/button-toggle";
|
|
25
|
+
import * as i24 from "@angular/material/badge";
|
|
26
|
+
import * as i25 from "@angular/material/icon";
|
|
27
|
+
import * as i26 from "@angular/material/progress-spinner";
|
|
28
|
+
import * as i27 from "@angular/material/toolbar";
|
|
29
|
+
import * as i28 from "@angular/material/sidenav";
|
|
30
|
+
import * as i29 from "@angular/material/menu";
|
|
31
|
+
import * as i30 from "@angular/material/list";
|
|
32
|
+
import * as i31 from "@angular/material/divider";
|
|
33
|
+
import * as i32 from "@angular/material/grid-list";
|
|
34
|
+
import * as i33 from "@angular/material/expansion";
|
|
35
|
+
import * as i34 from "@angular/material/tabs";
|
|
36
|
+
import * as i35 from "@angular/material/card";
|
|
37
|
+
import * as i36 from "@angular/material/stepper";
|
|
38
|
+
import * as i37 from "@angular/material/form-field";
|
|
39
|
+
import * as i38 from "@angular/material/input";
|
|
40
|
+
import * as i39 from "@angular/material/select";
|
|
41
|
+
import * as i40 from "@angular/material/autocomplete";
|
|
42
|
+
import * as i41 from "@angular/material/checkbox";
|
|
43
|
+
import * as i42 from "@angular/material/radio";
|
|
44
|
+
import * as i43 from "@angular/material/datepicker";
|
|
45
|
+
import * as i44 from "@angular/material/tooltip";
|
|
46
|
+
import * as i45 from "@angular/material/snack-bar";
|
|
47
|
+
import * as i46 from "@angular/material/dialog";
|
|
48
|
+
import * as i47 from "@angular/material/table";
|
|
49
|
+
import * as i48 from "@angular/material/sort";
|
|
50
|
+
import * as i49 from "@angular/material/paginator";
|
|
51
|
+
import * as i50 from "@angular/material/slider";
|
|
52
|
+
import * as i51 from "@ng-bootstrap/ng-bootstrap";
|
|
53
|
+
import * as i52 from "@angular/forms";
|
|
54
|
+
import * as i53 from "@angular/common/http";
|
|
55
|
+
import * as i54 from "ngx-lottie";
|
|
56
|
+
import * as i55 from "@angular/router";
|
|
57
|
+
export declare function playerFactory(): import("lottie-web").LottiePlayer;
|
|
58
|
+
export declare class BrainloperUiModule {
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrainloperUiModule, never>;
|
|
60
|
+
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.CarouselItemDirective], [typeof i15.CommonModule, typeof i16.MatButtonModule, typeof i17.MatSlideToggleModule, typeof i18.MatProgressBarModule, typeof i19.MatRippleModule, typeof i20.MatBottomSheetModule, typeof i21.MatChipsModule, typeof i22.MatTreeModule, typeof i16.MatButtonModule, typeof i23.MatButtonToggleModule, typeof i24.MatBadgeModule, typeof i25.MatIconModule, typeof i26.MatProgressSpinnerModule, typeof i27.MatToolbarModule, typeof i28.MatSidenavModule, typeof i29.MatMenuModule, typeof i30.MatListModule, typeof i31.MatDividerModule, typeof i32.MatGridListModule, typeof i33.MatExpansionModule, typeof i34.MatTabsModule, typeof i35.MatCardModule, typeof i36.MatStepperModule, typeof i37.MatFormFieldModule, typeof i38.MatInputModule, typeof i39.MatSelectModule, typeof i40.MatAutocompleteModule, typeof i41.MatCheckboxModule, typeof i42.MatRadioModule, typeof i43.MatDatepickerModule, typeof i44.MatTooltipModule, typeof i45.MatSnackBarModule, typeof i46.MatDialogModule, typeof i47.MatTableModule, typeof i48.MatSortModule, typeof i49.MatPaginatorModule, typeof i50.MatSliderModule, typeof i19.MatNativeDateModule, typeof i51.NgbModule, typeof i52.FormsModule, typeof i52.ReactiveFormsModule, typeof i53.HttpClientModule, typeof i54.LottieModule, typeof i55.RouterModule, typeof i44.MatTooltipModule], [typeof i17.MatSlideToggleModule, typeof i18.MatProgressBarModule, typeof i19.MatRippleModule, typeof i20.MatBottomSheetModule, typeof i21.MatChipsModule, typeof i22.MatTreeModule, typeof i16.MatButtonModule, typeof i23.MatButtonToggleModule, typeof i24.MatBadgeModule, typeof i25.MatIconModule, typeof i26.MatProgressSpinnerModule, typeof i27.MatToolbarModule, typeof i28.MatSidenavModule, typeof i29.MatMenuModule, typeof i30.MatListModule, typeof i31.MatDividerModule, typeof i32.MatGridListModule, typeof i33.MatExpansionModule, typeof i34.MatTabsModule, typeof i35.MatCardModule, typeof i36.MatStepperModule, typeof i37.MatFormFieldModule, typeof i38.MatInputModule, typeof i39.MatSelectModule, typeof i40.MatAutocompleteModule, typeof i41.MatCheckboxModule, typeof i42.MatRadioModule, typeof i43.MatDatepickerModule, typeof i44.MatTooltipModule, typeof i45.MatSnackBarModule, typeof i46.MatDialogModule, typeof i47.MatTableModule, typeof i48.MatSortModule, typeof i49.MatPaginatorModule, typeof i50.MatSliderModule, typeof i19.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 i51.NgbModule, typeof i11.CarouselComponent, typeof i12.FiltersComponent, typeof i13.SelectFilterComponent, typeof i14.CarouselItemDirective]>;
|
|
61
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BrainloperUiModule>;
|
|
62
|
+
}
|
|
@@ -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": "menu"; }, { "selectRouter": "selectRouter"; }, never, never, false>;
|
|
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
|
+
}
|
package/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.d.ts
CHANGED
|
@@ -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": "items"; }, { "clickButton": "clickButton"; }, never, never, false>;
|
|
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
|
+
}
|
package/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.d.ts
CHANGED
|
@@ -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": "labels"; "labelsEdit": "labelsEdit"; "color": "color"; "iconColor": "iconColor"; }, { "updateLabel": "updateLabel"; }, never, never, false>;
|
|
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,15 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { OnInit, AfterContentInit, QueryList, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { CarouselItemDirective } from '../../../directives/carousel-item.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CarouselComponent implements OnInit, AfterContentInit {
|
|
5
|
+
private cdr;
|
|
6
|
+
carouselInterval: number;
|
|
7
|
+
sortedCarouselItems: CarouselItemDirective[];
|
|
8
|
+
carouselItems: QueryList<CarouselItemDirective>;
|
|
9
|
+
constructor(cdr: ChangeDetectorRef);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
ngAfterContentInit(): void;
|
|
12
|
+
private updateCarouselItems;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "app-carousel", never, { "carouselInterval": "carouselInterval"; }, {}, ["carouselItems"], never, false>;
|
|
15
|
+
}
|
|
@@ -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 { 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 {};
|
|
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 {};
|