@villedemontreal/angular-ui 16.0.6 → 16.0.7

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.
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
3
3
  export declare class BaoFilePreviewComponent {
4
4
  private elementRef;
5
5
  private renderer;
6
+ get file(): File;
6
7
  /**
7
8
  * Uploaded file to display in list.
8
9
  */
@@ -1,3 +1,4 @@
1
1
  export declare const ICONS_DCT: {
2
2
  [iconName: string]: string;
3
3
  };
4
+ export declare const ILLUSTRATIVE_ICONS: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@villedemontreal/angular-ui",
3
- "version": "16.0.6",
3
+ "version": "16.0.7",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },