brainloper-ui 1.1.2 → 1.1.4
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/src/app/modules/brainloper-ui/brainloper-ui.module.mjs +16 -18
- package/esm2020/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.mjs +3 -3
- package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.mjs +5 -5
- package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.mjs +7 -7
- package/esm2020/src/app/modules/brainloper-ui/components/carousel/carousel.component.mjs +5 -5
- package/esm2020/src/app/modules/brainloper-ui/components/combos/combos.component.mjs +13 -13
- package/esm2020/src/app/modules/brainloper-ui/components/data-table/data-table.component.mjs +16 -16
- package/esm2020/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.mjs +17 -17
- package/esm2020/src/app/modules/brainloper-ui/components/file-input/file-input.component.mjs +9 -9
- package/esm2020/src/app/modules/brainloper-ui/components/filters/filters.component.mjs +27 -27
- package/esm2020/src/app/modules/brainloper-ui/components/report/generate-pdf/generate-pdf.component.mjs +3 -3
- package/esm2020/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.mjs +3 -3
- package/esm2020/src/app/modules/services/crypto.service.mjs +3 -3
- package/esm2020/src/app/modules/services/export-data.service.mjs +3 -3
- package/esm2020/src/app/modules/services/file-forms.service.mjs +3 -3
- package/esm2020/src/app/modules/services/functions.service.mjs +3 -3
- package/esm2020/src/app/modules/services/generate-pdf.service.mjs +3 -3
- package/esm2020/src/app/modules/services/http.service.mjs +3 -3
- package/esm2020/src/app/modules/services/loading/loading.component.mjs +3 -3
- package/esm2020/src/app/modules/services/local-storage.service.mjs +3 -3
- package/esm2020/src/app/modules/services/message.service.mjs +3 -3
- package/esm2020/src/app/modules/services/session.service.mjs +3 -3
- package/fesm2015/brainloper-ui.mjs +122 -124
- package/fesm2015/brainloper-ui.mjs.map +1 -1
- package/fesm2020/brainloper-ui.mjs +122 -124
- package/fesm2020/brainloper-ui.mjs.map +1 -1
- package/package.json +13 -13
- package/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/carousel/carousel.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/combos/combos.component.d.ts +3 -3
- package/src/app/modules/brainloper-ui/components/data-table/data-table.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.d.ts +4 -4
- package/src/app/modules/brainloper-ui/components/file-input/file-input.component.d.ts +6 -6
- package/src/app/modules/brainloper-ui/components/filters/filters.component.d.ts +5 -5
- package/src/app/modules/brainloper-ui/components/report/generate-pdf/generate-pdf.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.d.ts +1 -1
- package/src/app/modules/services/loading/loading.component.d.ts +1 -1
- /package/{brainloper-ui.d.ts → index.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brainloper-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@angular-material-components/file-input": "^7.0.1",
|
|
7
|
-
"@angular/animations": "
|
|
8
|
-
"@angular/cdk": "^
|
|
9
|
-
"@angular/common": "
|
|
10
|
-
"@angular/core": "
|
|
11
|
-
"@angular/forms": "
|
|
12
|
-
"@angular/localize": "
|
|
13
|
-
"@angular/material": "^
|
|
14
|
-
"@angular/platform-browser": "
|
|
15
|
-
"@angular/platform-browser-dynamic": "
|
|
16
|
-
"@angular/router": "
|
|
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
17
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
|
18
18
|
"@sweetalert2/ngx-sweetalert2": "^8.1.0",
|
|
19
19
|
"@sweetalert2/theme-material-ui": "^3.1.4",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"esm2020": "esm2020/brainloper-ui.mjs",
|
|
41
41
|
"fesm2020": "fesm2020/brainloper-ui.mjs",
|
|
42
42
|
"fesm2015": "fesm2015/brainloper-ui.mjs",
|
|
43
|
-
"typings": "
|
|
43
|
+
"typings": "index.d.ts",
|
|
44
44
|
"exports": {
|
|
45
45
|
"./package.json": {
|
|
46
46
|
"default": "./package.json"
|
|
47
47
|
},
|
|
48
48
|
".": {
|
|
49
|
-
"types": "./
|
|
49
|
+
"types": "./index.d.ts",
|
|
50
50
|
"esm2020": "./esm2020/brainloper-ui.mjs",
|
|
51
51
|
"es2020": "./fesm2020/brainloper-ui.mjs",
|
|
52
52
|
"es2015": "./fesm2015/brainloper-ui.mjs",
|
|
@@ -9,5 +9,5 @@ export declare class BreadCrumbComponent implements OnInit {
|
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
handlerRouter(menu: any): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbComponent, "app-bread-crumb", never, { "menu": "menu"; }, { "selectRouter": "selectRouter"; }, never, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbComponent, "app-bread-crumb", never, { "menu": "menu"; }, { "selectRouter": "selectRouter"; }, never, never, false>;
|
|
13
13
|
}
|
package/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare class ButtonIconComponent implements OnInit {
|
|
|
6
6
|
constructor();
|
|
7
7
|
ngOnInit(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonIconComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonIconComponent, "app-button-icon", never, { "items": "items"; }, { "clickButton": "clickButton"; }, never, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonIconComponent, "app-button-icon", never, { "items": "items"; }, { "clickButton": "clickButton"; }, never, never, false>;
|
|
10
10
|
}
|
package/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.d.ts
CHANGED
|
@@ -20,5 +20,5 @@ export declare class ButtonLabelComponent implements OnInit, OnChanges {
|
|
|
20
20
|
static isDescendant(child: HTMLElement, parent: HTMLElement): boolean;
|
|
21
21
|
ngOnDestroy(): void;
|
|
22
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>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonLabelComponent, "app-button-label", never, { "labels": "labels"; "labelsEdit": "labelsEdit"; "color": "color"; "iconColor": "iconColor"; }, { "updateLabel": "updateLabel"; }, never, never, false>;
|
|
24
24
|
}
|
|
@@ -8,5 +8,5 @@ export declare class CarouselComponent implements OnInit {
|
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
ngAfterContentChecked(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "app-carousel", never, {}, {}, never, ["[itemCarousel1]", "[itemCarousel2]", "[itemCarousel3]"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "app-carousel", never, {}, {}, never, ["[itemCarousel1]", "[itemCarousel2]", "[itemCarousel3]"], false>;
|
|
12
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, SimpleChanges, OnChanges } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { HttpService } from '../../../services/http.service';
|
|
4
4
|
import { MatTooltip } from '@angular/material/tooltip';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -15,7 +15,7 @@ export declare class CombosComponent implements OnInit, OnChanges {
|
|
|
15
15
|
addFinal: boolean;
|
|
16
16
|
appearance: any;
|
|
17
17
|
reloadCombo: EventEmitter<any>;
|
|
18
|
-
control:
|
|
18
|
+
control: UntypedFormControl;
|
|
19
19
|
tooltipDescription: string;
|
|
20
20
|
tooltipActive: boolean;
|
|
21
21
|
tooltip: MatTooltip;
|
|
@@ -32,7 +32,7 @@ export declare class CombosComponent implements OnInit, OnChanges {
|
|
|
32
32
|
findData($event: any): void;
|
|
33
33
|
toggleTooltip(): void;
|
|
34
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>;
|
|
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
36
|
}
|
|
37
37
|
interface CombosConfiguration {
|
|
38
38
|
selectionField?: string;
|
|
@@ -100,5 +100,5 @@ export declare class DataTableComponent implements OnInit, OnChanges {
|
|
|
100
100
|
applyFilters($event?: any): Promise<void>;
|
|
101
101
|
changePage($event: any): void;
|
|
102
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
103
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "data-table", never, { "title": "title"; "columns": "columns"; "data": "data"; "combo": "combo"; "configuration": "configuration"; "reloadTable": "reloadTable"; "url": "url"; "params": "params"; "titleLoading": "titleLoading"; "messageLoading": "messageLoading"; "headerFileXlsm": "headerFileXlsm"; "headerFilters": "headerFilters"; }, { "clickRow": "clickRow"; "add": "add"; "edit": "edit"; "delete": "delete"; "print": "print"; "exportXslxByRow": "exportXslxByRow"; "active": "active"; "selected": "selected"; "view": "view"; "closeOrder": "closeOrder"; "packOff": "packOff"; "internalData": "internalData"; }, never, never>;
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "data-table", never, { "title": "title"; "columns": "columns"; "data": "data"; "combo": "combo"; "configuration": "configuration"; "reloadTable": "reloadTable"; "url": "url"; "params": "params"; "titleLoading": "titleLoading"; "messageLoading": "messageLoading"; "headerFileXlsm": "headerFileXlsm"; "headerFilters": "headerFilters"; }, { "clickRow": "clickRow"; "add": "add"; "edit": "edit"; "delete": "delete"; "print": "print"; "exportXslxByRow": "exportXslxByRow"; "active": "active"; "selected": "selected"; "view": "view"; "closeOrder": "closeOrder"; "packOff": "packOff"; "internalData": "internalData"; }, never, never, false>;
|
|
104
104
|
}
|
package/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import {
|
|
3
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
4
|
import { HttpService } from '../../../../services/http.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TableModalComponent implements OnInit {
|
|
@@ -8,14 +8,14 @@ export declare class TableModalComponent implements OnInit {
|
|
|
8
8
|
data: any;
|
|
9
9
|
private formBuilder;
|
|
10
10
|
private http;
|
|
11
|
-
modalForm:
|
|
11
|
+
modalForm: UntypedFormGroup;
|
|
12
12
|
dataCombo: {};
|
|
13
|
-
constructor(dialogRef: MatDialogRef<TableModalComponent>, data: any, formBuilder:
|
|
13
|
+
constructor(dialogRef: MatDialogRef<TableModalComponent>, data: any, formBuilder: UntypedFormBuilder, http: HttpService);
|
|
14
14
|
onNoClick(): void;
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
createHttpRequest(element: any, group: any): import("rxjs").Observable<void>;
|
|
17
17
|
onSubmit(): void;
|
|
18
18
|
onChange(id: any, $event: any, type: string): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableModalComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableModalComponent, "app-table-modal", never, {}, {}, never, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableModalComponent, "app-table-modal", never, {}, {}, never, never, false>;
|
|
21
21
|
}
|
|
@@ -2,7 +2,7 @@ import { OnInit, EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { FileFormsService } from '../../../services/file-forms.service';
|
|
3
3
|
import { HttpService } from '../../../services/http.service';
|
|
4
4
|
import { MessageService } from '../../../services/message.service';
|
|
5
|
-
import {
|
|
5
|
+
import { UntypedFormBuilder, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class FileInputComponent implements OnInit {
|
|
8
8
|
private fileForms;
|
|
@@ -16,12 +16,12 @@ export declare class FileInputComponent implements OnInit {
|
|
|
16
16
|
styleForm: any;
|
|
17
17
|
sizePicture: any;
|
|
18
18
|
edit: any;
|
|
19
|
-
formFile:
|
|
19
|
+
formFile: UntypedFormGroup;
|
|
20
20
|
color: string;
|
|
21
21
|
disabled: boolean;
|
|
22
22
|
multiple: boolean;
|
|
23
23
|
accept: string;
|
|
24
|
-
fileControl:
|
|
24
|
+
fileControl: UntypedFormControl;
|
|
25
25
|
maxSize: number;
|
|
26
26
|
size: number;
|
|
27
27
|
params: any;
|
|
@@ -30,13 +30,13 @@ export declare class FileInputComponent implements OnInit {
|
|
|
30
30
|
files: any;
|
|
31
31
|
file: any;
|
|
32
32
|
icon: string;
|
|
33
|
-
constructor(fileForms: FileFormsService, http: HttpService, message: MessageService, formBuilder:
|
|
34
|
-
form:
|
|
33
|
+
constructor(fileForms: FileFormsService, http: HttpService, message: MessageService, formBuilder: UntypedFormBuilder);
|
|
34
|
+
form: UntypedFormGroup;
|
|
35
35
|
ngOnInit(): void;
|
|
36
36
|
functionTypeFile(): void;
|
|
37
37
|
fileChange($event: Event): Promise<void>;
|
|
38
38
|
compressor(): false | Promise<unknown>;
|
|
39
39
|
selectFile($event: any): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileInputComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileInputComponent, "file-input", never, { "params": "params"; "icon": "icon"; }, { "fileSave": "fileSave"; }, never, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileInputComponent, "file-input", never, { "params": "params"; "icon": "icon"; }, { "fileSave": "fileSave"; }, never, never, false>;
|
|
42
42
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpService } from '../../../services/http.service';
|
|
2
2
|
import { FunctionsService } from '../../../services/functions.service';
|
|
3
3
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
4
|
-
import {
|
|
4
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FiltersComponent implements OnInit, OnChanges {
|
|
7
7
|
private functionEter;
|
|
@@ -10,9 +10,9 @@ export declare class FiltersComponent implements OnInit, OnChanges {
|
|
|
10
10
|
applyFilters: EventEmitter<any>;
|
|
11
11
|
headerFiltersValue: string;
|
|
12
12
|
headerFiltersSelected: Array<any>;
|
|
13
|
-
campaignOne:
|
|
14
|
-
campaignTwo:
|
|
15
|
-
fecha:
|
|
13
|
+
campaignOne: UntypedFormGroup;
|
|
14
|
+
campaignTwo: UntypedFormGroup;
|
|
15
|
+
fecha: UntypedFormGroup;
|
|
16
16
|
movil: boolean;
|
|
17
17
|
filtersPost: any[];
|
|
18
18
|
constructor(functionEter: FunctionsService, http: HttpService);
|
|
@@ -26,5 +26,5 @@ export declare class FiltersComponent implements OnInit, OnChanges {
|
|
|
26
26
|
loadDatesBetween(init?: boolean, value1?: Date, value2?: Date): void;
|
|
27
27
|
loadFilter(): Promise<void>;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "app-filters", never, { "headerFilters": "headerFilters"; }, { "applyFilters": "applyFilters"; }, never, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "app-filters", never, { "headerFilters": "headerFilters"; }, { "applyFilters": "applyFilters"; }, never, never, false>;
|
|
30
30
|
}
|
package/src/app/modules/brainloper-ui/components/report/generate-pdf/generate-pdf.component.d.ts
CHANGED
|
@@ -31,5 +31,5 @@ export declare class GeneratePdfComponent implements OnInit {
|
|
|
31
31
|
ngAfterViewInit(): void;
|
|
32
32
|
downloadPDF(): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratePdfComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GeneratePdfComponent, "app-generate-pdf", never, {}, {}, never, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GeneratePdfComponent, "app-generate-pdf", never, {}, {}, never, never, false>;
|
|
35
35
|
}
|
package/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.d.ts
CHANGED
|
@@ -32,5 +32,5 @@ export declare class TemplateFuelComponent implements OnInit {
|
|
|
32
32
|
ngAfterViewInit(): void;
|
|
33
33
|
downloadPDF(): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateFuelComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TemplateFuelComponent, "app-template-fuel", never, {}, {}, never, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TemplateFuelComponent, "app-template-fuel", never, {}, {}, never, never, false>;
|
|
36
36
|
}
|
|
@@ -11,5 +11,5 @@ export declare class LoadingComponent implements OnInit {
|
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
animationCreated(animationItem: AnimationItem): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "app-loading", never, {}, {}, never, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "app-loading", never, {}, {}, never, never, false>;
|
|
15
15
|
}
|
|
File without changes
|