@cauca-911/material 16.0.0 → 17.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.
@@ -15,8 +15,9 @@ import * as i13 from "@angular/material/form-field";
15
15
  import * as i14 from "@angular/material/icon";
16
16
  import * as i15 from "@angular/material/input";
17
17
  import * as i16 from "@angular/material/tabs";
18
+ import * as i17 from "@angular/material/dialog";
18
19
  export declare class CaucaMaterialModule {
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<CaucaMaterialModule, [typeof i1.CaucaMaterialComponent, typeof i2.CaucaInputFileComponent, typeof i3.CaucaInputMultipleLangueComponent, typeof i4.CaucaMenuSidebarComponent, typeof i5.CaucaMenuVerticalComponent, typeof i6.CaucaSimpleDialogComponent, typeof i7.CaucaSlideshowComponent], [typeof i8.CommonModule, typeof i9.CaucaCoreForChildModule, typeof i10.FontAwesomeModule, typeof i11.FormsModule, typeof i11.ReactiveFormsModule, typeof i12.MatButtonModule, typeof i13.MatFormFieldModule, typeof i14.MatIconModule, typeof i15.MatInputModule, typeof i16.MatTabsModule], [typeof i1.CaucaMaterialComponent, typeof i2.CaucaInputFileComponent, typeof i3.CaucaInputMultipleLangueComponent, typeof i4.CaucaMenuSidebarComponent, typeof i5.CaucaMenuVerticalComponent, typeof i6.CaucaSimpleDialogComponent, typeof i7.CaucaSlideshowComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CaucaMaterialModule, [typeof i1.CaucaMaterialComponent, typeof i2.CaucaInputFileComponent, typeof i3.CaucaInputMultipleLangueComponent, typeof i4.CaucaMenuSidebarComponent, typeof i5.CaucaMenuVerticalComponent, typeof i6.CaucaSimpleDialogComponent, typeof i7.CaucaSlideshowComponent], [typeof i8.CommonModule, typeof i9.CaucaCoreForChildModule, typeof i10.FontAwesomeModule, typeof i11.FormsModule, typeof i11.ReactiveFormsModule, typeof i12.MatButtonModule, typeof i13.MatFormFieldModule, typeof i14.MatIconModule, typeof i15.MatInputModule, typeof i16.MatTabsModule, typeof i17.MatDialogModule], [typeof i1.CaucaMaterialComponent, typeof i2.CaucaInputFileComponent, typeof i3.CaucaInputMultipleLangueComponent, typeof i4.CaucaMenuSidebarComponent, typeof i5.CaucaMenuVerticalComponent, typeof i6.CaucaSimpleDialogComponent, typeof i7.CaucaSlideshowComponent]>;
21
22
  static ɵinj: i0.ɵɵInjectorDeclaration<CaucaMaterialModule>;
22
23
  }
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class CaucaMaterialService {
3
- constructor();
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialService, never>;
5
4
  static ɵprov: i0.ɵɵInjectableDeclaration<CaucaMaterialService>;
6
5
  }
@@ -1,14 +1,13 @@
1
- import { ElementRef, OnInit } from '@angular/core';
1
+ import { ElementRef } from '@angular/core';
2
2
  import { MenuItem } from '../shared/models/menu-item';
3
3
  import * as i0 from "@angular/core";
4
- export declare class CaucaMenuSidebarComponent implements OnInit {
4
+ export declare class CaucaMenuSidebarComponent {
5
5
  menuItems: MenuItem[];
6
6
  version: string;
7
7
  private hostElement;
8
8
  private keepMenuExpanded;
9
9
  constructor(element: ElementRef);
10
- onResize(e: any): void;
11
- ngOnInit(): void;
10
+ onResize(_e: any): void;
12
11
  onMenuItemClick(): void;
13
12
  hideOnMobile(): void;
14
13
  showOnMobile(): void;
@@ -1,13 +1,12 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
3
  import { MenuItem } from '../shared/models/menu-item';
4
4
  import * as i0 from "@angular/core";
5
- export declare class CaucaMenuVerticalComponent implements OnInit {
5
+ export declare class CaucaMenuVerticalComponent {
6
6
  private router;
7
7
  itemClick: EventEmitter<any>;
8
8
  menuItems: MenuItem[];
9
9
  constructor(router: Router);
10
- ngOnInit(): void;
11
10
  goTo(path: string, e: any): void;
12
11
  private selectActiveRoute;
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMenuVerticalComponent, never>;
@@ -1,12 +1,10 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { MatDialogRef } from '@angular/material/dialog';
3
2
  import { SimpleDialogData } from '../shared/models/simple-dialog-data';
4
3
  import * as i0 from "@angular/core";
5
- export declare class CaucaSimpleDialogComponent implements OnInit {
4
+ export declare class CaucaSimpleDialogComponent {
6
5
  private dialogRef;
7
6
  data: SimpleDialogData;
8
7
  constructor(dialogRef: MatDialogRef<CaucaSimpleDialogComponent>, data: SimpleDialogData);
9
- ngOnInit(): void;
10
8
  onClick(buttonIndex: number): void;
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<CaucaSimpleDialogComponent, never>;
12
10
  static ɵcmp: i0.ɵɵComponentDeclaration<CaucaSimpleDialogComponent, "cauca-simple-dialog", never, {}, {}, never, never, false, never>;
@@ -8,7 +8,6 @@ export declare class CaucaSlideshowComponent implements OnInit {
8
8
  private items;
9
9
  private states;
10
10
  private selectedIndex;
11
- constructor();
12
11
  set images(list: string[]);
13
12
  get images(): string[];
14
13
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "16.0.0",
3
+ "version": "17.0.0",
4
4
  "peerDependencies": {
5
- "@angular/common": ">=16.0.0",
6
- "@angular/core": ">=16.0.0",
7
- "@angular/material": ">=16.0.0",
8
- "@fortawesome/angular-fontawesome": ">=0.13.0",
9
- "@fortawesome/fontawesome-svg-core": ">=6.4.0",
5
+ "@angular/common": ">=17.0.0",
6
+ "@angular/core": ">=17.0.0",
7
+ "@angular/material": ">=17.0.0",
8
+ "@fortawesome/angular-fontawesome": ">=0.14.0",
9
+ "@fortawesome/fontawesome-svg-core": ">=6.5.0",
10
10
  "@cauca-911/core": ">=16.0.0"
11
11
  },
12
12
  "homepage": "https://cauca.ca",
13
13
  "license": "SEE LICENSE IN LICENSE",
14
14
  "dependencies": {
15
- "tslib": ">=2.4.1"
15
+ "tslib": ">=2.6.2"
16
16
  },
17
17
  "keywords": [
18
18
  "CAUCA",