@villedemontreal/angular-ui 3.1.0 → 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.
Files changed (82) hide show
  1. package/esm2020/lib/alert/alert.component.mjs +18 -18
  2. package/esm2020/lib/alert/module.mjs +5 -5
  3. package/esm2020/lib/avatar/avatar.component.mjs +6 -6
  4. package/esm2020/lib/avatar/module.mjs +5 -5
  5. package/esm2020/lib/badge/badge.component.mjs +3 -3
  6. package/esm2020/lib/badge/module.mjs +5 -5
  7. package/esm2020/lib/bao.module.mjs +21 -16
  8. package/esm2020/lib/breadcrumb/breadcrumb.component.mjs +3 -3
  9. package/esm2020/lib/breadcrumb/module.mjs +5 -5
  10. package/esm2020/lib/button/button.component.mjs +5 -5
  11. package/esm2020/lib/button/module.mjs +5 -5
  12. package/esm2020/lib/card/card.component.mjs +15 -15
  13. package/esm2020/lib/card/module.mjs +5 -5
  14. package/esm2020/lib/checkbox/checkbox-group.component.mjs +3 -3
  15. package/esm2020/lib/checkbox/checkbox.component.mjs +8 -8
  16. package/esm2020/lib/checkbox/module.mjs +5 -5
  17. package/esm2020/lib/common-components/error-text/errorText.component.mjs +3 -3
  18. package/esm2020/lib/common-components/guiding-text/guidingText.component.mjs +3 -3
  19. package/esm2020/lib/common-components/label-text/labelText.component.mjs +3 -3
  20. package/esm2020/lib/common-components/module.mjs +5 -5
  21. package/esm2020/lib/common-components/title-text/titleText.component.mjs +3 -3
  22. package/esm2020/lib/header-info/header-info.component.mjs +18 -18
  23. package/esm2020/lib/header-info/module.mjs +5 -5
  24. package/esm2020/lib/hyperlink/hyperlink.component.mjs +75 -0
  25. package/esm2020/lib/hyperlink/index.mjs +8 -0
  26. package/esm2020/lib/hyperlink/module.mjs +24 -0
  27. package/esm2020/lib/icon/bao-icon-registry.mjs +3 -3
  28. package/esm2020/lib/icon/icon.component.mjs +3 -3
  29. package/esm2020/lib/icon/module.mjs +5 -5
  30. package/esm2020/lib/list/list.component.mjs +15 -15
  31. package/esm2020/lib/list/module.mjs +5 -5
  32. package/esm2020/lib/modal/modal-container.mjs +7 -7
  33. package/esm2020/lib/modal/modal-directives.mjs +3 -3
  34. package/esm2020/lib/modal/modal.mjs +10 -8
  35. package/esm2020/lib/modal/module.mjs +6 -23
  36. package/esm2020/lib/radio/module.mjs +10 -12
  37. package/esm2020/lib/radio/radio-group.component.mjs +4 -4
  38. package/esm2020/lib/radio/radio.component.mjs +8 -8
  39. package/esm2020/lib/summary/list-summary.component.mjs +9 -16
  40. package/esm2020/lib/summary/module.mjs +5 -5
  41. package/esm2020/lib/summary/summary.component.mjs +6 -6
  42. package/esm2020/lib/tabs/module.mjs +5 -5
  43. package/esm2020/lib/tabs/tabs.component.mjs +12 -12
  44. package/esm2020/lib/tag/module.mjs +5 -5
  45. package/esm2020/lib/tag/tag.component.mjs +3 -3
  46. package/esm2020/public-api.mjs +2 -1
  47. package/fesm2015/villedemontreal-angular-ui.mjs +358 -278
  48. package/fesm2015/villedemontreal-angular-ui.mjs.map +1 -1
  49. package/fesm2020/villedemontreal-angular-ui.mjs +358 -278
  50. package/fesm2020/villedemontreal-angular-ui.mjs.map +1 -1
  51. package/{villedemontreal-angular-ui.d.ts → index.d.ts} +0 -0
  52. package/lib/alert/alert.component.d.ts +5 -5
  53. package/lib/avatar/avatar.component.d.ts +2 -2
  54. package/lib/badge/badge.component.d.ts +1 -1
  55. package/lib/bao.module.d.ts +12 -11
  56. package/lib/breadcrumb/breadcrumb.component.d.ts +1 -1
  57. package/lib/button/button.component.d.ts +1 -1
  58. package/lib/card/card.component.d.ts +5 -5
  59. package/lib/checkbox/checkbox-group.component.d.ts +1 -1
  60. package/lib/checkbox/checkbox.component.d.ts +2 -2
  61. package/lib/common-components/error-text/errorText.component.d.ts +1 -1
  62. package/lib/common-components/guiding-text/guidingText.component.d.ts +1 -1
  63. package/lib/common-components/label-text/labelText.component.d.ts +1 -1
  64. package/lib/common-components/title-text/titleText.component.d.ts +1 -1
  65. package/lib/header-info/header-info.component.d.ts +6 -6
  66. package/lib/hyperlink/hyperlink.component.d.ts +17 -0
  67. package/lib/hyperlink/index.d.ts +2 -0
  68. package/lib/hyperlink/module.d.ts +8 -0
  69. package/lib/icon/icon.component.d.ts +1 -1
  70. package/lib/list/list.component.d.ts +5 -5
  71. package/lib/modal/modal-container.d.ts +2 -2
  72. package/lib/modal/modal-directives.d.ts +1 -1
  73. package/lib/modal/modal.d.ts +1 -1
  74. package/lib/modal/module.d.ts +1 -2
  75. package/lib/radio/radio-group.component.d.ts +1 -1
  76. package/lib/radio/radio.component.d.ts +2 -2
  77. package/lib/summary/list-summary.component.d.ts +2 -2
  78. package/lib/summary/summary.component.d.ts +2 -2
  79. package/lib/tabs/tabs.component.d.ts +4 -4
  80. package/lib/tag/tag.component.d.ts +1 -1
  81. package/package.json +7 -7
  82. package/public-api.d.ts +1 -0
File without changes
@@ -15,7 +15,7 @@ import * as i0 from "@angular/core";
15
15
  */
16
16
  export declare class BaoAlertTitle {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoAlertTitle, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAlertTitle, "bao-alert-title", never, {}, {}, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAlertTitle, "bao-alert-title", never, {}, {}, never, never, false>;
19
19
  }
20
20
  /**
21
21
  * Content of an alert, intended for use within `<bao-alert>`. This component is an optional
@@ -26,7 +26,7 @@ export declare class BaoAlertTitle {
26
26
  */
27
27
  export declare class BaoAlertContent {
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoAlertContent, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAlertContent, "bao-alert-content", never, {}, {}, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAlertContent, "bao-alert-content", never, {}, {}, never, never, false>;
30
30
  }
31
31
  /**
32
32
  * Bottom area of an alert that contains action buttons, intended for use within `<bao-alert>`.
@@ -37,7 +37,7 @@ export declare class BaoAlertContent {
37
37
  */
38
38
  export declare class BaoAlertActions {
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoAlertActions, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAlertActions, "bao-alert-actions", ["baoAlertActions"], {}, {}, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAlertActions, "bao-alert-actions", ["baoAlertActions"], {}, {}, never, never, false>;
41
41
  }
42
42
  /**
43
43
  * Link inside an alert message, intended for use within `<bao-alert>`.
@@ -48,7 +48,7 @@ export declare class BaoAlertActions {
48
48
  */
49
49
  export declare class BaoAlertLink {
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoAlertLink, never>;
51
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAlertLink, "bao-alert-link", never, {}, {}, never>;
51
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAlertLink, "bao-alert-link", never, {}, {}, never, never, false>;
52
52
  }
53
53
  /**
54
54
  * BAO alert component. Alerts should be used when the message concerns an
@@ -72,5 +72,5 @@ export declare class BaoAlertComponent implements OnChanges {
72
72
  alertTitleIcon(value: string): any;
73
73
  onDismissClicked(): void;
74
74
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoAlertComponent, never>;
75
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoAlertComponent, "bao-alert", never, { "type": "type"; "dismissible": "dismissible"; }, { "dismiss": "dismiss"; }, never, ["*"]>;
75
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoAlertComponent, "bao-alert", never, { "type": "type"; "dismissible": "dismissible"; }, { "dismiss": "dismiss"; }, never, ["*"], false>;
76
76
  }
@@ -2,7 +2,7 @@ import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class BaoAvatarContent {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoAvatarContent, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAvatarContent, "bao-avatar-content, [bao-avatar-content]", ["baoAvatarContent"], {}, {}, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoAvatarContent, "bao-avatar-content, [bao-avatar-content]", ["baoAvatarContent"], {}, {}, never, never, false>;
6
6
  }
7
7
  export declare class BaoAvatarComponent implements AfterViewInit {
8
8
  private renderer;
@@ -22,5 +22,5 @@ export declare class BaoAvatarComponent implements AfterViewInit {
22
22
  private setProfileName;
23
23
  private formatInitials;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoAvatarComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoAvatarComponent, "bao-avatar", never, { "profileName": "profileName"; "color": "color"; }, {}, never, ["bao-avatar-content, [bao-avatar-content]"]>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoAvatarComponent, "bao-avatar", never, { "profileName": "profileName"; "color": "color"; }, {}, never, ["bao-avatar-content, [bao-avatar-content]"], false>;
26
26
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class BaoBadgeComponent {
3
3
  type: '' | 'success' | 'danger' | 'warning' | 'info';
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoBadgeComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoBadgeComponent, "bao-badge", never, { "type": "type"; }, {}, never, ["*"]>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoBadgeComponent, "bao-badge", never, { "type": "type"; }, {}, never, ["*"], false>;
6
6
  }
@@ -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
  }
@@ -8,5 +8,5 @@ export declare class BaoBreadcrumbComponent implements AfterViewInit {
8
8
  onContentChange(): void;
9
9
  private setLastLinkAttribute;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoBreadcrumbComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoBreadcrumbComponent, "bao-breadcrumb", never, {}, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoBreadcrumbComponent, "bao-breadcrumb", never, {}, {}, never, ["*"], false>;
12
12
  }
@@ -43,5 +43,5 @@ export declare class BaoButtonComponent implements AfterViewInit {
43
43
  get nativeElement(): HTMLElement;
44
44
  ngAfterViewInit(): void;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoButtonComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoButtonComponent, "button[bao-button]", never, { "displayType": "displayType"; "level": "level"; "size": "size"; "loading": "loading"; "reversed": "reversed"; "loadingSpinnerAriaLabel": "loadingSpinnerAriaLabel"; "fullWidth": "fullWidth"; }, {}, never, ["*"]>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoButtonComponent, "button[bao-button]", never, { "displayType": "displayType"; "level": "level"; "size": "size"; "loading": "loading"; "reversed": "reversed"; "loadingSpinnerAriaLabel": "loadingSpinnerAriaLabel"; "fullWidth": "fullWidth"; }, {}, never, ["*"], false>;
47
47
  }
@@ -12,33 +12,33 @@ import * as i0 from "@angular/core";
12
12
  export declare class BaoCardComponent {
13
13
  padding: 'normal' | 'large';
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoCardComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoCardComponent, "bao-card, [bao-card], [baoCard]", never, { "padding": "padding"; }, {}, never, ["bao-card-header", "bao-card-content"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoCardComponent, "bao-card, [bao-card], [baoCard]", never, { "padding": "padding"; }, {}, never, ["bao-card-header", "bao-card-content"], false>;
16
16
  }
17
17
  /**
18
18
  * Header of a card, needed as it's used as a selector in the API.
19
19
  */
20
20
  export declare class BaoCardHeader {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoCardHeader, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCardHeader, "bao-card-header, [bao-card-header], [baoCardHeader]", never, {}, {}, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCardHeader, "bao-card-header, [bao-card-header], [baoCardHeader]", never, {}, {}, never, never, false>;
23
23
  }
24
24
  /**
25
25
  * Body of a card, needed as it's used as a selector in the API.
26
26
  */
27
27
  export declare class BaoCardContent {
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoCardContent, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCardContent, "bao-card-content, [bao-card-content], [baoCardContent]", never, {}, {}, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCardContent, "bao-card-content, [bao-card-content], [baoCardContent]", never, {}, {}, never, never, false>;
30
30
  }
31
31
  /**
32
32
  * Title of a card, needed as it's used as a selector in the API.
33
33
  */
34
34
  export declare class BaoCardTitle {
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoCardTitle, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCardTitle, "bao-card-title, [bao-card-title], [baoCardTitle]", never, {}, {}, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCardTitle, "bao-card-title, [bao-card-title], [baoCardTitle]", never, {}, {}, never, never, false>;
37
37
  }
38
38
  /**
39
39
  * Text of a card, needed as it's used as a selector in the API.
40
40
  */
41
41
  export declare class BaoCardTextInterface {
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoCardTextInterface, never>;
43
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCardTextInterface, "bao-card-text-interface, [bao-card-text-interface], [baoCardTextInterface]", never, {}, {}, never>;
43
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCardTextInterface, "bao-card-text-interface, [bao-card-text-interface], [baoCardTextInterface]", never, {}, {}, never, never, false>;
44
44
  }
@@ -21,5 +21,5 @@ export declare class BaoCheckboxGroupComponent implements AfterViewInit {
21
21
  private setAriaDescribedByToDescription;
22
22
  private showAriaDescribedBy;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoCheckboxGroupComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoCheckboxGroupComponent, "bao-checkbox-group, [bao-checkbox-group]", never, { "id": "id"; }, {}, never, ["*", "bao-error, [bao-error], bao-guiding-text, [bao-guiding-text]"]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoCheckboxGroupComponent, "bao-checkbox-group, [bao-checkbox-group]", never, { "id": "id"; }, {}, never, ["*", "bao-error, [bao-error], bao-guiding-text, [bao-guiding-text]"], false>;
25
25
  }
@@ -144,9 +144,9 @@ export declare class BaoCheckboxComponent implements ControlValueAccessor, After
144
144
  private onModelChange;
145
145
  private onTouch;
146
146
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoCheckboxComponent, never>;
147
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoCheckboxComponent, "bao-checkbox, [bao-checkbox]", never, { "id": "id"; "ariaLabel": "aria-label"; "brandBorder": "brandBorder"; "inline": "inline"; "name": "name"; "hiddenLabel": "hiddenLabel"; "checked": "checked"; "disabled": "disabled"; "required": "required"; "indeterminate": "indeterminate"; }, { "change": "change"; "indeterminateChange": "indeterminateChange"; }, never, ["*", "bao-checkbox-description, [bao-checkbox-description], [baoCheckboxDescription]"]>;
147
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoCheckboxComponent, "bao-checkbox, [bao-checkbox]", never, { "id": "id"; "ariaLabel": "aria-label"; "brandBorder": "brandBorder"; "inline": "inline"; "name": "name"; "hiddenLabel": "hiddenLabel"; "checked": "checked"; "disabled": "disabled"; "required": "required"; "indeterminate": "indeterminate"; }, { "change": "change"; "indeterminateChange": "indeterminateChange"; }, never, ["*", "bao-checkbox-description, [bao-checkbox-description], [baoCheckboxDescription]"], false>;
148
148
  }
149
149
  export declare class BaoCheckBoxDescription {
150
150
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoCheckBoxDescription, never>;
151
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCheckBoxDescription, "bao-checkbox-description, [bao-checkbox-description], [baoCheckboxDescription]", never, {}, {}, never>;
151
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoCheckBoxDescription, "bao-checkbox-description, [bao-checkbox-description], [baoCheckboxDescription]", never, {}, {}, never, never, false>;
152
152
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class BaoErrorTextComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoErrorTextComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoErrorTextComponent, "bao-error, [bao-error]", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoErrorTextComponent, "bao-error, [bao-error]", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class BaoGuidingTextComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoGuidingTextComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoGuidingTextComponent, "bao-guiding-text, [bao-guiding-text]", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoGuidingTextComponent, "bao-guiding-text, [bao-guiding-text]", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class BaoLabelTextComponent {
3
3
  required: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoLabelTextComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoLabelTextComponent, "bao-label, [bao-label]", never, { "required": "required"; }, {}, never, ["*"]>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoLabelTextComponent, "bao-label, [bao-label]", never, { "required": "required"; }, {}, never, ["*"], false>;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class BaoTitleTextComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoTitleTextComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoTitleTextComponent, "bao-title-text, [bao-title-text]", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoTitleTextComponent, "bao-title-text, [bao-title-text]", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -15,25 +15,25 @@ export declare class BaoHeaderInfoComponent {
15
15
  imageUrl: string;
16
16
  brandBorder: boolean;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoHeaderInfoComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoHeaderInfoComponent, "bao-header-info", never, { "notch": "notch"; "imageUrl": "imageUrl"; "brandBorder": "brandBorder"; }, {}, never, ["bao-header-info-title-group", "*"]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoHeaderInfoComponent, "bao-header-info", never, { "notch": "notch"; "imageUrl": "imageUrl"; "brandBorder": "brandBorder"; }, {}, never, ["bao-header-info-title-group", "*"], false>;
19
19
  }
20
20
  export declare class BaoHeaderInfoTitleGroupComponent {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoHeaderInfoTitleGroupComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoHeaderInfoTitleGroupComponent, "bao-header-info-title-group", never, {}, {}, never, ["*", "bao-header-surtitle, [bao-header-surtitle], [baoHeaderSurtitle], \n bao-header-title, [bao-header-title], [baoHeaderTitle],\n bao-header-subtitle, [bao-header-subtitle], [baoHeaderSubtitle]"]>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoHeaderInfoTitleGroupComponent, "bao-header-info-title-group", never, {}, {}, never, ["*", "bao-header-surtitle, [bao-header-surtitle], [baoHeaderSurtitle], \n bao-header-title, [bao-header-title], [baoHeaderTitle],\n bao-header-subtitle, [bao-header-subtitle], [baoHeaderSubtitle]"], false>;
23
23
  }
24
24
  export declare class BaoHeaderInfoContent {
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoHeaderInfoContent, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoHeaderInfoContent, "bao-header-info-content", never, {}, {}, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoHeaderInfoContent, "bao-header-info-content", never, {}, {}, never, never, false>;
27
27
  }
28
28
  export declare class BaoHeaderInfoSurtitle {
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoHeaderInfoSurtitle, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoHeaderInfoSurtitle, "bao-header-info-surtitle, [bao-header-info-surtitle], [baoHeaderInfoSurtitle]", never, {}, {}, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoHeaderInfoSurtitle, "bao-header-info-surtitle, [bao-header-info-surtitle], [baoHeaderInfoSurtitle]", never, {}, {}, never, never, false>;
31
31
  }
32
32
  export declare class BaoHeaderInfoSubtitle {
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoHeaderInfoSubtitle, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoHeaderInfoSubtitle, "bao-header-info-subtitle, [bao-header-info-subtitle], [baoHeaderInfoSubtitle]", never, {}, {}, never>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoHeaderInfoSubtitle, "bao-header-info-subtitle, [bao-header-info-subtitle], [baoHeaderInfoSubtitle]", never, {}, {}, never, never, false>;
35
35
  }
36
36
  export declare class BaoHeaderInfoTitle {
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoHeaderInfoTitle, never>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoHeaderInfoTitle, "bao-header-info-title, [bao-header-info-title], [baoHeaderInfoTitle]", never, {}, {}, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoHeaderInfoTitle, "bao-header-info-title, [bao-header-info-title], [baoHeaderInfoTitle]", never, {}, {}, never, never, false>;
39
39
  }
@@ -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
+ }
@@ -39,5 +39,5 @@ export declare class BaoIconComponent implements OnDestroy {
39
39
  private addTitleToSVG;
40
40
  private generateUniqueTitleId;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoIconComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoIconComponent, "bao-icon", ["baoIcon"], { "color": "color"; "size": "size"; "svgIcon": "svgIcon"; "title": "title"; }, {}, never, ["*"]>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoIconComponent, "bao-icon", ["baoIcon"], { "color": "color"; "size": "size"; "svgIcon": "svgIcon"; "title": "title"; }, {}, never, ["*"], false>;
43
43
  }
@@ -1,21 +1,21 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class BaoListItem {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoListItem, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoListItem, "bao-list-item, [bao-list-item]", never, {}, {}, never, ["baoIconItemType, [baoIconItemType]", "*", "bao-tag, [bao-tag], baoIconTag, [baoIconTag]"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoListItem, "bao-list-item, [bao-list-item]", never, {}, {}, never, ["baoIconItemType, [baoIconItemType]", "*", "bao-tag, [bao-tag], baoIconTag, [baoIconTag]"], false>;
5
5
  }
6
6
  export declare class BaoList {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoList, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoList, "bao-list, [bao-list]", never, {}, {}, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoList, "bao-list, [bao-list]", never, {}, {}, never, never, false>;
9
9
  }
10
10
  export declare class BaoNavList {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoNavList, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoNavList, "bao-nav-list, [bao-nav-list]", never, {}, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoNavList, "bao-nav-list, [bao-nav-list]", never, {}, {}, never, never, false>;
13
13
  }
14
14
  export declare class BaoListItemDescription {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoListItemDescription, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoListItemDescription, "bao-list-item-description, [bao-list-item-description]", never, {}, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoListItemDescription, "bao-list-item-description, [bao-list-item-description]", never, {}, {}, never, never, false>;
17
17
  }
18
18
  export declare class BaoListItemTitle {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoListItemTitle, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoListItemTitle, "bao-list-item-title, [bao-list-item-title]", never, {}, {}, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoListItemTitle, "bao-list-item-title, [bao-list-item-title]", never, {}, {}, never, never, false>;
21
21
  }
@@ -89,7 +89,7 @@ export declare abstract class _BaoModalContainerBase extends BasePortalOutlet {
89
89
  /** Starts the modal exit animation. */
90
90
  abstract _startExitAnimation(): void;
91
91
  static ɵfac: i0.ɵɵFactoryDeclaration<_BaoModalContainerBase, [null, null, null, { optional: true; }, null, null, null, null]>;
92
- static ɵdir: i0.ɵɵDirectiveDeclaration<_BaoModalContainerBase, never, never, {}, {}, never>;
92
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_BaoModalContainerBase, never, never, {}, {}, never, never, false>;
93
93
  }
94
94
  export declare class BaoModalContainer extends _BaoModalContainerBase {
95
95
  /** State of the modal animation. */
@@ -101,6 +101,6 @@ export declare class BaoModalContainer extends _BaoModalContainerBase {
101
101
  /** Starts the modal exit animation. */
102
102
  _startExitAnimation(): void;
103
103
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoModalContainer, never>;
104
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoModalContainer, "bao-modal-container", never, {}, {}, never, never>;
104
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoModalContainer, "bao-modal-container", never, {}, {}, never, never, false>;
105
105
  }
106
106
  export {};
@@ -21,5 +21,5 @@ export declare class BaoModalClose implements OnInit, OnChanges {
21
21
  ngOnChanges(changes: SimpleChanges): void;
22
22
  _onButtonClick(event: MouseEvent): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoModalClose, [{ optional: true; }, null, null]>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoModalClose, "[bao-modal-close], [baoModalClose]", ["BaoModalClose"], { "ariaLabel": "aria-label"; "type": "type"; "dialogResult": "bao-modal-close"; "_baoModalClose": "baoModalClose"; }, {}, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoModalClose, "[bao-modal-close], [baoModalClose]", ["BaoModalClose"], { "ariaLabel": "aria-label"; "type": "type"; "dialogResult": "bao-modal-close"; "_baoModalClose": "baoModalClose"; }, {}, never, never, false>;
25
25
  }
@@ -79,7 +79,7 @@ export declare abstract class BaoModalBase<C extends _BaoModalContainerBase> imp
79
79
  */
80
80
  private _applyConfigDefaults;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoModalBase<any>, never>;
82
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoModalBase<any>, never, never, {}, {}, never>;
82
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoModalBase<any>, never, never, {}, {}, never, never, false>;
83
83
  }
84
84
  /**
85
85
  * Service to open modal.
@@ -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
  }
@@ -106,5 +106,5 @@ export declare class BaoRadioButtonGroupComponent implements AfterContentInit, C
106
106
  private showAriaDescribedBy;
107
107
  private onTouch;
108
108
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoRadioButtonGroupComponent, never>;
109
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoRadioButtonGroupComponent, "bao-radio-button-group, [bao-radio-button-group], [baoRadioButtonGroup]", ["baoRadioGroup"], { "id": "id"; "name": "name"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, ["staticContainer"], ["*", "bao-error, [bao-error], bao-guiding-text, [bao-guiding-text]"]>;
109
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoRadioButtonGroupComponent, "bao-radio-button-group, [bao-radio-button-group], [baoRadioButtonGroup]", ["baoRadioGroup"], { "id": "id"; "name": "name"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, ["staticContainer"], ["*", "bao-error, [bao-error], bao-guiding-text, [bao-guiding-text]"], false>;
110
110
  }
@@ -104,9 +104,9 @@ export declare class BaoRadioButtonComponent implements AfterViewInit, OnInit, O
104
104
  /** Unregister function for radioDispatcher */
105
105
  private _removeUniqueSelectionListener;
106
106
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoRadioButtonComponent, [{ optional: true; }, null, null, null, null]>;
107
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoRadioButtonComponent, "bao-radio-button, [bao-radio-button]", never, { "id": "id"; "ariaLabel": "aria-label"; "brandBorder": "brandBorder"; "inline": "inline"; "name": "name"; "hiddenLabel": "hiddenLabel"; "checked": "checked"; "value": "value"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, never, ["*", "bao-radio-button-description, [bao-radio-button-description], [baoRadioButtonDescription]"]>;
107
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoRadioButtonComponent, "bao-radio-button, [bao-radio-button]", never, { "id": "id"; "ariaLabel": "aria-label"; "brandBorder": "brandBorder"; "inline": "inline"; "name": "name"; "hiddenLabel": "hiddenLabel"; "checked": "checked"; "value": "value"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, never, ["*", "bao-radio-button-description, [bao-radio-button-description], [baoRadioButtonDescription]"], false>;
108
108
  }
109
109
  export declare class BaoRadioDescription {
110
110
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoRadioDescription, never>;
111
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoRadioDescription, "bao-radio-button-description, [bao-radio-button-description], [baoRadioButtonDescription]", never, {}, {}, never>;
111
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoRadioDescription, "bao-radio-button-description, [bao-radio-button-description], [baoRadioButtonDescription]", never, {}, {}, never, never, false>;
112
112
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class BaoListSummaryItem {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoListSummaryItem, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoListSummaryItem, "bao-list-summary-item, [bao-list-summary-item], [baoListSummaryItem]", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoListSummaryItem, "bao-list-summary-item, [bao-list-summary-item], [baoListSummaryItem]", never, {}, {}, never, ["*"], false>;
5
5
  }
6
6
  export declare class BaoListSummary {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoListSummary, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoListSummary, "bao-list-summary, [bao-list-summary], [baoListSummary]", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoListSummary, "bao-list-summary, [bao-list-summary], [baoListSummary]", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -39,9 +39,9 @@ export declare class BaoSummaryComponent implements OnInit, AfterViewInit {
39
39
  setAriaDescribedByToDescription(): void;
40
40
  private elementNode;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoSummaryComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoSummaryComponent, "bao-summary, [bao-summary], [baoSummary]", never, { "displayMode": "displayMode"; "id": "id"; }, {}, never, ["bao-label", "bao-guiding-text, [bao-guiding-text]", "bao-title-text, [bao-title-text]", "bao-summary-description", "bao-list-summary, [bao-list-summary], [baoListSummary]", "button[bao-button]", "bao-error, [bao-error]"]>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoSummaryComponent, "bao-summary, [bao-summary], [baoSummary]", never, { "displayMode": "displayMode"; "id": "id"; }, {}, never, ["bao-label", "bao-guiding-text, [bao-guiding-text]", "bao-title-text, [bao-title-text]", "bao-summary-description", "bao-list-summary, [bao-list-summary], [baoListSummary]", "button[bao-button]", "bao-error, [bao-error]"], false>;
43
43
  }
44
44
  export declare class BaoSummaryDescription {
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoSummaryDescription, never>;
46
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoSummaryDescription, "bao-summary-description, [bao-summary-description], [baoSummaryDescription]", never, {}, {}, never>;
46
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoSummaryDescription, "bao-summary-description, [bao-summary-description], [baoSummaryDescription]", never, {}, {}, never, never, false>;
47
47
  }
@@ -12,7 +12,7 @@ export declare class BaoTabHeader implements AfterViewInit {
12
12
  onClick(el: HTMLElement): void;
13
13
  ngAfterViewInit(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoTabHeader, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoTabHeader, "bao-tab-header, [bao-tab-header]", ["baoTabHeader"], {}, { "onTabClick": "onTabClick"; }, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoTabHeader, "bao-tab-header, [bao-tab-header]", ["baoTabHeader"], {}, { "onTabClick": "onTabClick"; }, never, never, false>;
16
16
  }
17
17
  export declare class BaoTabPanel implements AfterViewInit {
18
18
  private renderer;
@@ -21,7 +21,7 @@ export declare class BaoTabPanel implements AfterViewInit {
21
21
  get nativeElement(): HTMLElement;
22
22
  ngAfterViewInit(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoTabPanel, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoTabPanel, "bao-panel, [bao-panel]", ["baoPanel"], {}, {}, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoTabPanel, "bao-panel, [bao-panel]", ["baoPanel"], {}, {}, never, never, false>;
25
25
  }
26
26
  export declare class BaoTablistComponent implements AfterViewInit, AfterContentInit, OnDestroy {
27
27
  private renderer;
@@ -74,7 +74,7 @@ export declare class BaoTablistComponent implements AfterViewInit, AfterContentI
74
74
  */
75
75
  private getNextActivableTabIndex;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoTablistComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoTablistComponent, "bao-tablist, [bao-tablist]", never, { "size": "size"; "ariaLabel": "ariaLabel"; }, { "activeTabChange": "activeTabChange"; }, ["tabHeaders"], ["*"]>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoTablistComponent, "bao-tablist, [bao-tablist]", never, { "size": "size"; "ariaLabel": "ariaLabel"; }, { "activeTabChange": "activeTabChange"; }, ["tabHeaders"], ["*"], false>;
78
78
  }
79
79
  export declare class BaoTabsContainer implements AfterViewInit, AfterContentInit, OnDestroy {
80
80
  private renderer;
@@ -91,5 +91,5 @@ export declare class BaoTabsContainer implements AfterViewInit, AfterContentInit
91
91
  private setInitialActivePanel;
92
92
  private changeActivePanel;
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoTabsContainer, never>;
94
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaoTabsContainer, "bao-tabs, [bao-tabs]", ["baoTabs"], {}, {}, ["tablist"]>;
94
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoTabsContainer, "bao-tabs, [bao-tabs]", ["baoTabs"], {}, {}, ["tablist"], never, false>;
95
95
  }
@@ -21,5 +21,5 @@ export declare class BaoTagComponent implements AfterViewInit {
21
21
  private addHiddenText;
22
22
  private addIconClass;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<BaoTagComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<BaoTagComponent, "bao-tag, [bao-tag], [baoTag]", never, { "type": "type"; "variant": "variant"; "hiddenText": "hiddenText"; }, {}, never, ["bao-icon", "*"]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoTagComponent, "bao-tag, [bao-tag], [baoTag]", never, { "type": "type"; "variant": "variant"; "hiddenText": "hiddenText"; }, {}, never, ["bao-icon", "*"], false>;
25
25
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@villedemontreal/angular-ui",
3
- "version": "3.1.0",
3
+ "version": "3.2.0-pre.build.1",
4
4
  "peerDependencies": {
5
- "@angular/cdk": ">=8.0.0 <14.0.0",
6
- "@angular/common": ">=8.0.0 <14.0.0",
7
- "@angular/core": ">=8.0.0 <14.0.0",
8
- "@angular/forms": ">=8.0.0 <14.0.0"
5
+ "@angular/cdk": ">=8.0.0 <15.0.0",
6
+ "@angular/common": ">=8.0.0 <15.0.0",
7
+ "@angular/core": ">=8.0.0 <15.0.0",
8
+ "@angular/forms": ">=8.0.0 <15.0.0"
9
9
  },
10
10
  "module": "fesm2015/villedemontreal-angular-ui.mjs",
11
11
  "es2020": "fesm2020/villedemontreal-angular-ui.mjs",
12
12
  "esm2020": "esm2020/villedemontreal-angular-ui.mjs",
13
13
  "fesm2020": "fesm2020/villedemontreal-angular-ui.mjs",
14
14
  "fesm2015": "fesm2015/villedemontreal-angular-ui.mjs",
15
- "typings": "villedemontreal-angular-ui.d.ts",
15
+ "typings": "index.d.ts",
16
16
  "exports": {
17
17
  "./package.json": {
18
18
  "default": "./package.json"
19
19
  },
20
20
  ".": {
21
- "types": "./villedemontreal-angular-ui.d.ts",
21
+ "types": "./index.d.ts",
22
22
  "esm2020": "./esm2020/villedemontreal-angular-ui.mjs",
23
23
  "es2020": "./fesm2020/villedemontreal-angular-ui.mjs",
24
24
  "es2015": "./fesm2015/villedemontreal-angular-ui.mjs",
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';