brainloper-ui 14.1.16 → 15.0.1

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 (47) hide show
  1. package/esm2020/src/app/modules/brainloper-ui/brainloper-ui.module.mjs +13 -17
  2. package/esm2020/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.mjs +4 -4
  3. package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.mjs +4 -4
  4. package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.mjs +4 -4
  5. package/esm2020/src/app/modules/brainloper-ui/components/carousel/carousel.component.mjs +4 -4
  6. package/esm2020/src/app/modules/brainloper-ui/components/combos/combos.component.mjs +5 -5
  7. package/esm2020/src/app/modules/brainloper-ui/components/data-table/data-table.component.mjs +5 -5
  8. package/esm2020/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.mjs +5 -5
  9. package/esm2020/src/app/modules/brainloper-ui/components/file-input/file-input.component.mjs +12 -11
  10. package/esm2020/src/app/modules/brainloper-ui/components/filters/filters.component.mjs +5 -5
  11. package/esm2020/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.mjs +5 -5
  12. package/esm2020/src/app/modules/brainloper-ui/components/report/template-ot/template-ot.component.mjs +5 -5
  13. package/esm2020/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.mjs +5 -5
  14. package/esm2020/src/app/modules/directives/carousel-item.directive.mjs +4 -4
  15. package/esm2020/src/app/modules/services/crypto.service.mjs +4 -4
  16. package/esm2020/src/app/modules/services/export-data.service.mjs +4 -4
  17. package/esm2020/src/app/modules/services/file-forms.service.mjs +4 -4
  18. package/esm2020/src/app/modules/services/fuel-order-pdf.service.mjs +4 -4
  19. package/esm2020/src/app/modules/services/functions.service.mjs +4 -4
  20. package/esm2020/src/app/modules/services/generate-pdf.service.mjs +4 -4
  21. package/esm2020/src/app/modules/services/http.service.mjs +4 -4
  22. package/esm2020/src/app/modules/services/loading/loading.component.mjs +5 -5
  23. package/esm2020/src/app/modules/services/local-storage.service.mjs +4 -4
  24. package/esm2020/src/app/modules/services/message.service.mjs +4 -4
  25. package/esm2020/src/app/modules/services/purchase-order-pdf.service.mjs +4 -4
  26. package/esm2020/src/app/modules/services/session.service.mjs +4 -4
  27. package/esm2020/src/app/modules/services/work-order-pdf.service.mjs +4 -4
  28. package/fesm2015/brainloper-ui.mjs +103 -107
  29. package/fesm2015/brainloper-ui.mjs.map +1 -1
  30. package/fesm2020/brainloper-ui.mjs +103 -107
  31. package/fesm2020/brainloper-ui.mjs.map +1 -1
  32. package/package.json +14 -15
  33. package/src/app/modules/brainloper-ui/brainloper-ui.module.d.ts +41 -42
  34. package/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.d.ts +1 -1
  35. package/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.d.ts +1 -1
  36. package/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.d.ts +1 -1
  37. package/src/app/modules/brainloper-ui/components/carousel/carousel.component.d.ts +1 -1
  38. package/src/app/modules/brainloper-ui/components/combos/combos.component.d.ts +1 -1
  39. package/src/app/modules/brainloper-ui/components/data-table/data-table.component.d.ts +1 -1
  40. package/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.d.ts +1 -1
  41. package/src/app/modules/brainloper-ui/components/file-input/file-input.component.d.ts +2 -1
  42. package/src/app/modules/brainloper-ui/components/filters/filters.component.d.ts +1 -1
  43. package/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.d.ts +1 -1
  44. package/src/app/modules/brainloper-ui/components/report/template-ot/template-ot.component.d.ts +1 -1
  45. package/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.d.ts +1 -1
  46. package/src/app/modules/directives/carousel-item.directive.d.ts +1 -1
  47. package/src/app/modules/services/loading/loading.component.d.ts +1 -1
package/package.json CHANGED
@@ -1,21 +1,20 @@
1
1
  {
2
2
  "name": "brainloper-ui",
3
- "version": "14.1.16",
3
+ "version": "15.0.1",
4
4
  "private": false,
5
5
  "dependencies": {
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",
6
+ "@angular/animations": "^15.2.10",
7
+ "@angular/cdk": "^15.2.9",
8
+ "@angular/common": "^15.2.10",
9
+ "@angular/core": "^15.2.10",
10
+ "@angular/forms": "^15.2.10",
11
+ "@angular/localize": "^15.2.10",
12
+ "@angular/material": "^15.2.9",
13
+ "@angular/platform-browser": "^15.2.10",
14
+ "@angular/platform-browser-dynamic": "^15.2.10",
15
+ "@angular/router": "^15.2.10",
17
16
  "@edgarzon93/brainloper-shared": "^1.1.5",
18
- "@ng-bootstrap/ng-bootstrap": "^13.1.1",
17
+ "@ng-bootstrap/ng-bootstrap": "^14.2.0",
19
18
  "bootstrap": "^5.3.3",
20
19
  "compressorjs": "^1.1.1",
21
20
  "crypto-js": "^4.0.0",
@@ -25,9 +24,9 @@
25
24
  "jspdf": "^2.5.2",
26
25
  "jspdf-autotable": "^3.8.4",
27
26
  "jsreport-browser-client-dist": "^1.3.0",
28
- "lottie-web": "^5.7.1",
27
+ "lottie-web": "^5.13.0",
29
28
  "lz-string": "^1.4.4",
30
- "ngx-lottie": "^6.3.0",
29
+ "ngx-lottie": "^10.0.0",
31
30
  "rxjs": "~6.5.4",
32
31
  "sweetalert2": "^11.12.3",
33
32
  "tslib": "^2.0.0",
@@ -13,50 +13,49 @@ import * as i11 from "./components/carousel/carousel.component";
13
13
  import * as i12 from "./components/filters/filters.component";
14
14
  import * as i13 from "./components/select-filter/select-filter.component";
15
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";
16
+ import * as i15 from "ngx-lottie";
17
+ import * as i16 from "@angular/common";
18
+ import * as i17 from "@angular/material/button";
19
+ import * as i18 from "@angular/material/slide-toggle";
20
+ import * as i19 from "@angular/material/progress-bar";
21
+ import * as i20 from "@angular/material/core";
22
+ import * as i21 from "@angular/material/bottom-sheet";
23
+ import * as i22 from "@angular/material/chips";
24
+ import * as i23 from "@angular/material/tree";
25
+ import * as i24 from "@angular/material/button-toggle";
26
+ import * as i25 from "@angular/material/badge";
27
+ import * as i26 from "@angular/material/icon";
28
+ import * as i27 from "@angular/material/progress-spinner";
29
+ import * as i28 from "@angular/material/toolbar";
30
+ import * as i29 from "@angular/material/sidenav";
31
+ import * as i30 from "@angular/material/menu";
32
+ import * as i31 from "@angular/material/list";
33
+ import * as i32 from "@angular/material/divider";
34
+ import * as i33 from "@angular/material/grid-list";
35
+ import * as i34 from "@angular/material/expansion";
36
+ import * as i35 from "@angular/material/tabs";
37
+ import * as i36 from "@angular/material/card";
38
+ import * as i37 from "@angular/material/stepper";
39
+ import * as i38 from "@angular/material/form-field";
40
+ import * as i39 from "@angular/material/input";
41
+ import * as i40 from "@angular/material/select";
42
+ import * as i41 from "@angular/material/autocomplete";
43
+ import * as i42 from "@angular/material/checkbox";
44
+ import * as i43 from "@angular/material/radio";
45
+ import * as i44 from "@angular/material/datepicker";
46
+ import * as i45 from "@angular/material/tooltip";
47
+ import * as i46 from "@angular/material/snack-bar";
48
+ import * as i47 from "@angular/material/dialog";
49
+ import * as i48 from "@angular/material/table";
50
+ import * as i49 from "@angular/material/sort";
51
+ import * as i50 from "@angular/material/paginator";
52
+ import * as i51 from "@angular/material/slider";
53
+ import * as i52 from "@ng-bootstrap/ng-bootstrap";
54
+ import * as i53 from "@angular/forms";
55
+ import * as i54 from "@angular/common/http";
56
56
  import * as i55 from "@angular/router";
57
- export declare function playerFactory(): import("lottie-web").LottiePlayer;
58
57
  export declare class BrainloperUiModule {
59
58
  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.TemplateFuelComponent, typeof i7.BreadCrumbComponent, typeof i8.TemplateOtComponent, 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 i7.BreadCrumbComponent, typeof i9.ButtonLabelComponent, typeof i10.ButtonIconComponent, typeof i51.NgbModule, typeof i11.CarouselComponent, typeof i12.FiltersComponent, typeof i13.SelectFilterComponent, typeof i14.CarouselItemDirective]>;
59
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BrainloperUiModule, [typeof i1.DataTableComponent, typeof i2.TableModalComponent, typeof i3.CombosComponent, typeof i4.FileInputComponent, typeof i5.LoadingComponent, typeof i6.TemplateFuelComponent, typeof i7.BreadCrumbComponent, typeof i8.TemplateOtComponent, typeof i9.ButtonLabelComponent, typeof i10.ButtonIconComponent, typeof i11.CarouselComponent, typeof i12.FiltersComponent, typeof i13.SelectFilterComponent, typeof i14.CarouselItemDirective], [typeof i15.LottieModule, typeof i16.CommonModule, typeof i17.MatButtonModule, typeof i18.MatSlideToggleModule, typeof i19.MatProgressBarModule, typeof i20.MatRippleModule, typeof i21.MatBottomSheetModule, typeof i22.MatChipsModule, typeof i23.MatTreeModule, typeof i17.MatButtonModule, typeof i24.MatButtonToggleModule, typeof i25.MatBadgeModule, typeof i26.MatIconModule, typeof i27.MatProgressSpinnerModule, typeof i28.MatToolbarModule, typeof i29.MatSidenavModule, typeof i30.MatMenuModule, typeof i31.MatListModule, typeof i32.MatDividerModule, typeof i33.MatGridListModule, typeof i34.MatExpansionModule, typeof i35.MatTabsModule, typeof i36.MatCardModule, typeof i37.MatStepperModule, typeof i38.MatFormFieldModule, typeof i39.MatInputModule, typeof i40.MatSelectModule, typeof i41.MatAutocompleteModule, typeof i42.MatCheckboxModule, typeof i43.MatRadioModule, typeof i44.MatDatepickerModule, typeof i45.MatTooltipModule, typeof i46.MatSnackBarModule, typeof i47.MatDialogModule, typeof i48.MatTableModule, typeof i49.MatSortModule, typeof i50.MatPaginatorModule, typeof i51.MatSliderModule, typeof i20.MatNativeDateModule, typeof i52.NgbModule, typeof i53.FormsModule, typeof i53.ReactiveFormsModule, typeof i54.HttpClientModule, typeof i55.RouterModule, typeof i45.MatTooltipModule], [typeof i18.MatSlideToggleModule, typeof i19.MatProgressBarModule, typeof i20.MatRippleModule, typeof i21.MatBottomSheetModule, typeof i22.MatChipsModule, typeof i23.MatTreeModule, typeof i17.MatButtonModule, typeof i24.MatButtonToggleModule, typeof i25.MatBadgeModule, typeof i26.MatIconModule, typeof i27.MatProgressSpinnerModule, typeof i28.MatToolbarModule, typeof i29.MatSidenavModule, typeof i30.MatMenuModule, typeof i31.MatListModule, typeof i32.MatDividerModule, typeof i33.MatGridListModule, typeof i34.MatExpansionModule, typeof i35.MatTabsModule, typeof i36.MatCardModule, typeof i37.MatStepperModule, typeof i38.MatFormFieldModule, typeof i39.MatInputModule, typeof i40.MatSelectModule, typeof i41.MatAutocompleteModule, typeof i42.MatCheckboxModule, typeof i43.MatRadioModule, typeof i44.MatDatepickerModule, typeof i45.MatTooltipModule, typeof i46.MatSnackBarModule, typeof i47.MatDialogModule, typeof i48.MatTableModule, typeof i49.MatSortModule, typeof i50.MatPaginatorModule, typeof i51.MatSliderModule, typeof i20.MatNativeDateModule, typeof i1.DataTableComponent, typeof i2.TableModalComponent, typeof i3.CombosComponent, typeof i4.FileInputComponent, typeof i5.LoadingComponent, typeof i7.BreadCrumbComponent, typeof i9.ButtonLabelComponent, typeof i10.ButtonIconComponent, typeof i52.NgbModule, typeof i11.CarouselComponent, typeof i12.FiltersComponent, typeof i13.SelectFilterComponent, typeof i14.CarouselItemDirective]>;
61
60
  static ɵinj: i0.ɵɵInjectorDeclaration<BrainloperUiModule>;
62
61
  }
@@ -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, false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbComponent, "app-bread-crumb", never, { "menu": "menu"; }, { "selectRouter": "selectRouter"; }, never, never, false, never>;
13
13
  }
@@ -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, false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonIconComponent, "app-button-icon", never, { "items": "items"; }, { "clickButton": "clickButton"; }, never, never, false, never>;
10
10
  }
@@ -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, false>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonLabelComponent, "app-button-label", never, { "labels": "labels"; "labelsEdit": "labelsEdit"; "color": "color"; "iconColor": "iconColor"; }, { "updateLabel": "updateLabel"; }, never, never, false, never>;
24
24
  }
@@ -12,5 +12,5 @@ export declare class CarouselComponent implements OnInit, AfterContentInit {
12
12
  ngAfterContentInit(): void;
13
13
  private updateCarouselItems;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "app-carousel", never, { "carouselInterval": "carouselInterval"; "enableControlsOffset": "enableControlsOffset"; }, {}, ["carouselItems"], never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "app-carousel", never, { "carouselInterval": "carouselInterval"; "enableControlsOffset": "enableControlsOffset"; }, {}, ["carouselItems"], never, false, never>;
16
16
  }
@@ -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, false>;
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, never>;
36
36
  }
37
37
  interface CombosConfiguration {
38
38
  selectionField?: string;
@@ -121,5 +121,5 @@ export declare class DataTableComponent implements OnInit, OnChanges {
121
121
  applyFilters($event?: any): Promise<void>;
122
122
  changePage($event: any): void;
123
123
  static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
124
- 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"; "xslxTitleFields": "xslxTitleFields"; "xslxSheetNameFields": "xslxSheetNameFields"; "xslxBodyFields": "xslxBodyFields"; "xslxParams": "xslxParams"; "roleId": "roleId"; "moduleId": "moduleId"; "subModuleId": "subModuleId"; }, { "clickRow": "clickRow"; "add": "add"; "edit": "edit"; "delete": "delete"; "print": "print"; "exportXslxByRow": "exportXslxByRow"; "active": "active"; "selected": "selected"; "view": "view"; "closeOrder": "closeOrder"; "packOff": "packOff"; "advance": "advance"; "income": "income"; "exit": "exit"; "internalData": "internalData"; "sendEmail": "sendEmail"; "addComment": "addComment"; "fileIconClick": "fileIconClick"; }, never, never, false>;
124
+ 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"; "xslxTitleFields": "xslxTitleFields"; "xslxSheetNameFields": "xslxSheetNameFields"; "xslxBodyFields": "xslxBodyFields"; "xslxParams": "xslxParams"; "roleId": "roleId"; "moduleId": "moduleId"; "subModuleId": "subModuleId"; }, { "clickRow": "clickRow"; "add": "add"; "edit": "edit"; "delete": "delete"; "print": "print"; "exportXslxByRow": "exportXslxByRow"; "active": "active"; "selected": "selected"; "view": "view"; "closeOrder": "closeOrder"; "packOff": "packOff"; "advance": "advance"; "income": "income"; "exit": "exit"; "internalData": "internalData"; "sendEmail": "sendEmail"; "addComment": "addComment"; "fileIconClick": "fileIconClick"; }, never, never, false, never>;
125
125
  }
@@ -17,5 +17,5 @@ export declare class TableModalComponent implements OnInit {
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, false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableModalComponent, "app-table-modal", never, {}, {}, never, never, false, never>;
21
21
  }
@@ -24,6 +24,7 @@ export declare class FileInputComponent implements OnInit {
24
24
  fileControl: UntypedFormControl;
25
25
  maxSize: number;
26
26
  size: number;
27
+ fileName: string;
27
28
  params: any;
28
29
  fileSave: EventEmitter<any>;
29
30
  typeFile: any;
@@ -38,5 +39,5 @@ export declare class FileInputComponent implements OnInit {
38
39
  compressor(): false | Promise<unknown>;
39
40
  selectFile($event: any): void;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<FileInputComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<FileInputComponent, "file-input", never, { "params": "params"; "icon": "icon"; }, { "fileSave": "fileSave"; }, never, never, false>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileInputComponent, "file-input", never, { "params": "params"; "icon": "icon"; }, { "fileSave": "fileSave"; }, never, never, false, never>;
42
43
  }
@@ -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, false>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "app-filters", never, { "headerFilters": "headerFilters"; }, { "applyFilters": "applyFilters"; }, never, never, false, never>;
30
30
  }
@@ -35,5 +35,5 @@ export declare class TemplateFuelComponent implements OnInit {
35
35
  ngAfterViewInit(): void;
36
36
  generatePdfWithHtml2Canvas(): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplateFuelComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<TemplateFuelComponent, "app-template-fuel", never, {}, {}, never, never, false>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<TemplateFuelComponent, "app-template-fuel", never, {}, {}, never, never, false, never>;
39
39
  }
@@ -34,5 +34,5 @@ export declare class TemplateOtComponent implements OnInit {
34
34
  ngAfterViewInit(): void;
35
35
  generatePdfWithHtml2Canvas(): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplateOtComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<TemplateOtComponent, "app-template-ot", never, {}, {}, never, never, false>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<TemplateOtComponent, "app-template-ot", never, {}, {}, never, never, false, never>;
38
38
  }
@@ -22,5 +22,5 @@ export declare class SelectFilterComponent implements OnInit, OnDestroy {
22
22
  handleKeydown(event: KeyboardEvent): void;
23
23
  ngOnDestroy(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectFilterComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectFilterComponent, "app-select-filter", never, { "array": "array"; "placeholder": "placeholder"; "color": "color"; "displayMember": "displayMember"; "showSpinner": "showSpinner"; "noResultsMessage": "noResultsMessage"; "hasGroup": "hasGroup"; "groupArrayName": "groupArrayName"; }, { "filteredReturn": "filteredReturn"; }, never, never, false>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectFilterComponent, "app-select-filter", never, { "array": "array"; "placeholder": "placeholder"; "color": "color"; "displayMember": "displayMember"; "showSpinner": "showSpinner"; "noResultsMessage": "noResultsMessage"; "hasGroup": "hasGroup"; "groupArrayName": "groupArrayName"; }, { "filteredReturn": "filteredReturn"; }, never, never, false, never>;
26
26
  }
@@ -5,5 +5,5 @@ export declare class CarouselItemDirective {
5
5
  carouselItem: number;
6
6
  constructor(templateRef: TemplateRef<any>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemDirective, "[carouselItem]", never, { "carouselItem": "carouselItem"; }, {}, never, never, false>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemDirective, "[carouselItem]", never, { "carouselItem": "carouselItem"; }, {}, never, never, false, never>;
9
9
  }
@@ -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, false>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "app-loading", never, {}, {}, never, never, false, never>;
15
15
  }