@cauca-911/material 16.0.1 → 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.
@@ -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.1",
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",