@villedemontreal/angular-ui 3.3.1 → 13.1.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.
Files changed (116) hide show
  1. package/esm2020/lib/alert/alert.component.mjs +20 -20
  2. package/esm2020/lib/alert/index.mjs +2 -2
  3. package/esm2020/lib/alert/module.mjs +6 -6
  4. package/esm2020/lib/avatar/avatar.component.mjs +8 -8
  5. package/esm2020/lib/avatar/index.mjs +2 -2
  6. package/esm2020/lib/avatar/module.mjs +6 -6
  7. package/esm2020/lib/badge/badge.component.mjs +5 -5
  8. package/esm2020/lib/badge/index.mjs +2 -2
  9. package/esm2020/lib/badge/module.mjs +6 -6
  10. package/esm2020/lib/bao.module.mjs +19 -13
  11. package/esm2020/lib/breadcrumb/breadcrumb.component.mjs +5 -5
  12. package/esm2020/lib/breadcrumb/index.mjs +2 -2
  13. package/esm2020/lib/breadcrumb/module.mjs +6 -6
  14. package/esm2020/lib/button/button.component.mjs +7 -7
  15. package/esm2020/lib/button/index.mjs +2 -2
  16. package/esm2020/lib/button/module.mjs +6 -6
  17. package/esm2020/lib/card/card.component.mjs +17 -17
  18. package/esm2020/lib/card/index.mjs +2 -2
  19. package/esm2020/lib/card/module.mjs +6 -6
  20. package/esm2020/lib/checkbox/checkbox-group.component.mjs +5 -5
  21. package/esm2020/lib/checkbox/checkbox.component.mjs +7 -7
  22. package/esm2020/lib/checkbox/index.mjs +2 -2
  23. package/esm2020/lib/checkbox/module.mjs +6 -6
  24. package/esm2020/lib/common-components/error-text/errorText.component.mjs +5 -5
  25. package/esm2020/lib/common-components/guiding-text/guidingText.component.mjs +5 -5
  26. package/esm2020/lib/common-components/index.mjs +2 -2
  27. package/esm2020/lib/common-components/label-text/labelText.component.mjs +6 -6
  28. package/esm2020/lib/common-components/module.mjs +10 -7
  29. package/esm2020/lib/common-components/title-text/titleText.component.mjs +5 -5
  30. package/esm2020/lib/core/colors.mjs +1 -1
  31. package/esm2020/lib/dropdown-menu/dropdown-menu.component.mjs +30 -23
  32. package/esm2020/lib/dropdown-menu/index.mjs +2 -2
  33. package/esm2020/lib/dropdown-menu/module.mjs +6 -6
  34. package/esm2020/lib/file/file-input.component.mjs +319 -0
  35. package/esm2020/lib/file/file-intl.mjs +65 -0
  36. package/esm2020/lib/file/file-preview.component.mjs +86 -0
  37. package/esm2020/lib/file/index.mjs +10 -0
  38. package/esm2020/lib/file/module.mjs +58 -0
  39. package/esm2020/lib/header-info/header-info.component.mjs +20 -20
  40. package/esm2020/lib/header-info/index.mjs +2 -2
  41. package/esm2020/lib/header-info/module.mjs +6 -6
  42. package/esm2020/lib/hyperlink/hyperlink.component.mjs +5 -5
  43. package/esm2020/lib/hyperlink/index.mjs +2 -2
  44. package/esm2020/lib/hyperlink/module.mjs +6 -6
  45. package/esm2020/lib/icon/bao-icon-registry.mjs +5 -5
  46. package/esm2020/lib/icon/icon.component.mjs +5 -5
  47. package/esm2020/lib/icon/icons-dictionary.mjs +3 -2
  48. package/esm2020/lib/icon/index.mjs +2 -2
  49. package/esm2020/lib/icon/module.mjs +6 -6
  50. package/esm2020/lib/list/index.mjs +2 -2
  51. package/esm2020/lib/list/list.component.mjs +17 -17
  52. package/esm2020/lib/list/module.mjs +6 -6
  53. package/esm2020/lib/modal/index.mjs +2 -2
  54. package/esm2020/lib/modal/modal-animations.mjs +2 -2
  55. package/esm2020/lib/modal/modal-config.mjs +2 -2
  56. package/esm2020/lib/modal/modal-container.mjs +8 -8
  57. package/esm2020/lib/modal/modal-directives.mjs +5 -5
  58. package/esm2020/lib/modal/modal-ref.mjs +1 -1
  59. package/esm2020/lib/modal/modal.mjs +8 -8
  60. package/esm2020/lib/modal/module.mjs +12 -10
  61. package/esm2020/lib/radio/index.mjs +2 -2
  62. package/esm2020/lib/radio/module.mjs +13 -11
  63. package/esm2020/lib/radio/radio-group.component.mjs +6 -6
  64. package/esm2020/lib/radio/radio.component.mjs +7 -7
  65. package/esm2020/lib/shared/enum/display-mode.mjs +1 -1
  66. package/esm2020/lib/shared/index.mjs +2 -2
  67. package/esm2020/lib/summary/index.mjs +2 -2
  68. package/esm2020/lib/summary/list-summary.component.mjs +17 -10
  69. package/esm2020/lib/summary/module.mjs +6 -6
  70. package/esm2020/lib/summary/summary.component.mjs +8 -8
  71. package/esm2020/lib/tabs/index.mjs +2 -2
  72. package/esm2020/lib/tabs/module.mjs +6 -6
  73. package/esm2020/lib/tabs/tabs.component.mjs +14 -14
  74. package/esm2020/lib/tag/index.mjs +2 -2
  75. package/esm2020/lib/tag/module.mjs +6 -6
  76. package/esm2020/lib/tag/tag.component.mjs +5 -5
  77. package/esm2020/public-api.mjs +3 -2
  78. package/fesm2015/villedemontreal-angular-ui.mjs +881 -350
  79. package/fesm2015/villedemontreal-angular-ui.mjs.map +1 -1
  80. package/fesm2020/villedemontreal-angular-ui.mjs +881 -350
  81. package/fesm2020/villedemontreal-angular-ui.mjs.map +1 -1
  82. package/lib/alert/alert.component.d.ts +5 -5
  83. package/lib/avatar/avatar.component.d.ts +2 -2
  84. package/lib/badge/badge.component.d.ts +1 -1
  85. package/lib/bao.module.d.ts +2 -1
  86. package/lib/breadcrumb/breadcrumb.component.d.ts +1 -1
  87. package/lib/button/button.component.d.ts +1 -1
  88. package/lib/card/card.component.d.ts +5 -5
  89. package/lib/checkbox/checkbox-group.component.d.ts +1 -1
  90. package/lib/checkbox/checkbox.component.d.ts +2 -2
  91. package/lib/common-components/error-text/errorText.component.d.ts +1 -1
  92. package/lib/common-components/guiding-text/guidingText.component.d.ts +1 -1
  93. package/lib/common-components/label-text/labelText.component.d.ts +1 -1
  94. package/lib/common-components/title-text/titleText.component.d.ts +1 -1
  95. package/lib/dropdown-menu/dropdown-menu.component.d.ts +7 -7
  96. package/lib/file/file-input.component.d.ts +123 -0
  97. package/lib/file/file-intl.d.ts +44 -0
  98. package/lib/file/file-preview.component.d.ts +29 -0
  99. package/lib/file/index.d.ts +4 -0
  100. package/lib/file/module.d.ts +13 -0
  101. package/lib/header-info/header-info.component.d.ts +6 -6
  102. package/lib/hyperlink/hyperlink.component.d.ts +1 -1
  103. package/lib/icon/icon.component.d.ts +1 -1
  104. package/lib/list/list.component.d.ts +5 -5
  105. package/lib/modal/modal-container.d.ts +2 -2
  106. package/lib/modal/modal-directives.d.ts +1 -1
  107. package/lib/modal/modal.d.ts +1 -1
  108. package/lib/radio/radio-group.component.d.ts +1 -1
  109. package/lib/radio/radio.component.d.ts +2 -2
  110. package/lib/summary/list-summary.component.d.ts +2 -2
  111. package/lib/summary/summary.component.d.ts +2 -2
  112. package/lib/tabs/tabs.component.d.ts +4 -4
  113. package/lib/tag/tag.component.d.ts +1 -1
  114. package/package.json +7 -7
  115. package/public-api.d.ts +1 -0
  116. /package/{index.d.ts → villedemontreal-angular-ui.d.ts} +0 -0
@@ -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, ["*"], false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoListSummaryItem, "bao-list-summary-item, [bao-list-summary-item], [baoListSummaryItem]", never, {}, {}, never, ["*"]>;
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, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoListSummary, "bao-list-summary, [bao-list-summary], [baoListSummary]", never, {}, {}, never, ["*"]>;
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]"], false>;
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]"]>;
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, never, false>;
46
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoSummaryDescription, "bao-summary-description, [bao-summary-description], [baoSummaryDescription]", never, {}, {}, never>;
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, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoTabHeader, "bao-tab-header, [bao-tab-header]", ["baoTabHeader"], {}, { "onTabClick": "onTabClick"; }, never>;
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, never, false>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoTabPanel, "bao-panel, [bao-panel]", ["baoPanel"], {}, {}, never>;
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"], ["*"], false>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoTablistComponent, "bao-tablist, [bao-tablist]", never, { "size": "size"; "ariaLabel": "ariaLabel"; }, { "activeTabChange": "activeTabChange"; }, ["tabHeaders"], ["*"]>;
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"], never, false>;
94
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaoTabsContainer, "bao-tabs, [bao-tabs]", ["baoTabs"], {}, {}, ["tablist"]>;
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", "*"], false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaoTagComponent, "bao-tag, [bao-tag], [baoTag]", never, { "type": "type"; "variant": "variant"; "hiddenText": "hiddenText"; }, {}, never, ["bao-icon", "*"]>;
25
25
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@villedemontreal/angular-ui",
3
- "version": "3.3.1",
3
+ "version": "13.1.0",
4
4
  "peerDependencies": {
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"
5
+ "@angular/cdk": ">=12.0.0 <14.0.0",
6
+ "@angular/common": ">=12.0.0 <14.0.0",
7
+ "@angular/core": ">=12.0.0 <14.0.0",
8
+ "@angular/forms": ">=12.0.0 <14.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": "index.d.ts",
15
+ "typings": "villedemontreal-angular-ui.d.ts",
16
16
  "exports": {
17
17
  "./package.json": {
18
18
  "default": "./package.json"
19
19
  },
20
20
  ".": {
21
- "types": "./index.d.ts",
21
+ "types": "./villedemontreal-angular-ui.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
@@ -18,3 +18,4 @@ export * from './lib/tabs';
18
18
  export * from './lib/modal';
19
19
  export * from './lib/hyperlink';
20
20
  export * from './lib/dropdown-menu';
21
+ export * from './lib/file';
File without changes