@villedemontreal/angular-ui 3.1.1 → 3.2.0-pre.build.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.
@@ -4,18 +4,19 @@ import * as i2 from "./button/module";
4
4
  import * as i3 from "./alert/module";
5
5
  import * as i4 from "./card/module";
6
6
  import * as i5 from "./breadcrumb/module";
7
- import * as i6 from "./tag/module";
8
- import * as i7 from "./header-info/module";
9
- import * as i8 from "./list/module";
10
- import * as i9 from "./common-components/module";
11
- import * as i10 from "./checkbox/module";
12
- import * as i11 from "./radio/module";
13
- import * as i12 from "./summary/module";
14
- import * as i13 from "./avatar/module";
15
- import * as i14 from "./tabs/module";
16
- import * as i15 from "./modal/module";
7
+ import * as i6 from "./modal/module";
8
+ import * as i7 from "./tag/module";
9
+ import * as i8 from "./header-info/module";
10
+ import * as i9 from "./list/module";
11
+ import * as i10 from "./common-components/module";
12
+ import * as i11 from "./checkbox/module";
13
+ import * as i12 from "./radio/module";
14
+ import * as i13 from "./summary/module";
15
+ import * as i14 from "./avatar/module";
16
+ import * as i15 from "./tabs/module";
17
+ import * as i16 from "./hyperlink/module";
17
18
  export declare class BaoModule {
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<BaoModule, never, [typeof i1.BaoIconModule, typeof i2.BaoButtonModule, typeof i3.BaoAlertModule, typeof i4.BaoCardModule, typeof i5.BaoBreadcrumbModule], [typeof i1.BaoIconModule, typeof i2.BaoButtonModule, typeof i3.BaoAlertModule, typeof i5.BaoBreadcrumbModule, typeof i4.BaoCardModule, typeof i6.BaoTagModule, typeof i7.BaoHeaderInfoModule, typeof i8.BaoListModule, typeof i9.BaoCommonComponentsModule, typeof i10.BaoCheckboxModule, typeof i11.BaoRadioModule, typeof i12.BaoSummaryModule, typeof i13.BaoAvatarModule, typeof i14.BaoTabsModule, typeof i15.BaoModalModule]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BaoModule, never, [typeof i1.BaoIconModule, typeof i2.BaoButtonModule, typeof i3.BaoAlertModule, typeof i4.BaoCardModule, typeof i5.BaoBreadcrumbModule, typeof i6.BaoModalModule], [typeof i1.BaoIconModule, typeof i2.BaoButtonModule, typeof i3.BaoAlertModule, typeof i5.BaoBreadcrumbModule, typeof i4.BaoCardModule, typeof i7.BaoTagModule, typeof i8.BaoHeaderInfoModule, typeof i9.BaoListModule, typeof i10.BaoCommonComponentsModule, typeof i11.BaoCheckboxModule, typeof i12.BaoRadioModule, typeof i13.BaoSummaryModule, typeof i14.BaoAvatarModule, typeof i15.BaoTabsModule, typeof i6.BaoModalModule, typeof i16.BaoHyperlinkModule]>;
20
21
  static ɵinj: i0.ɵɵInjectorDeclaration<BaoModule>;
21
22
  }
@@ -0,0 +1,17 @@
1
+ import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BaoHyperlinkComponent implements AfterViewInit {
4
+ private renderer;
5
+ private elementRef;
6
+ /**
7
+ * Size of the link when it's in a list.
8
+ */
9
+ size?: 'extra-small' | 'small' | 'medium';
10
+ constructor(renderer: Renderer2, elementRef: ElementRef<HTMLElement>);
11
+ get nativeElement(): HTMLElement;
12
+ ngAfterViewInit(): void;
13
+ private setIcon;
14
+ private addIconClass;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaoHyperlinkComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoHyperlinkComponent, "bao-hyperlink, [bao-hyperlink]", never, { "size": "size"; }, {}, never, ["*"], false>;
17
+ }
@@ -0,0 +1,2 @@
1
+ export * from './module';
2
+ export * from './hyperlink.component';
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hyperlink.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class BaoHyperlinkModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaoHyperlinkModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BaoHyperlinkModule, [typeof i1.BaoHyperlinkComponent], [typeof i2.CommonModule], [typeof i1.BaoHyperlinkComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<BaoHyperlinkModule>;
8
+ }
@@ -4,9 +4,8 @@ import * as i2 from "./modal-directives";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@angular/cdk/overlay";
6
6
  import * as i5 from "@angular/cdk/portal";
7
- import * as i6 from "@angular/platform-browser/animations";
8
7
  export declare class BaoModalModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoModalModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BaoModalModule, [typeof i1.BaoModalContainer, typeof i2.BaoModalClose], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.PortalModule, typeof i6.BrowserAnimationsModule, typeof i6.NoopAnimationsModule], [typeof i1.BaoModalContainer, typeof i2.BaoModalClose]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BaoModalModule, [typeof i1.BaoModalContainer, typeof i2.BaoModalClose], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.PortalModule], [typeof i1.BaoModalContainer, typeof i2.BaoModalClose]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<BaoModalModule>;
12
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@villedemontreal/angular-ui",
3
- "version": "3.1.1",
3
+ "version": "3.2.0-pre.build.1",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=8.0.0 <15.0.0",
6
6
  "@angular/common": ">=8.0.0 <15.0.0",
package/public-api.d.ts CHANGED
@@ -16,3 +16,4 @@ export * from './lib/shared';
16
16
  export * from './lib/avatar';
17
17
  export * from './lib/tabs';
18
18
  export * from './lib/modal';
19
+ export * from './lib/hyperlink';