@covalent/core 9.1.2 → 10.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.
Files changed (222) hide show
  1. package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +1 -1
  2. package/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  3. package/breadcrumbs/breadcrumbs.module.d.ts +5 -3
  4. package/common/common.module.d.ts +5 -1
  5. package/common/directives/fullscreen/fullscreen.directive.d.ts +1 -1
  6. package/common/forms/auto-trim/auto-trim.directive.d.ts +1 -1
  7. package/common/material-icons.css +1 -1
  8. package/common/pipes/bytes/bytes.pipe.d.ts +1 -1
  9. package/common/pipes/decimal-bytes/decimal-bytes.pipe.d.ts +1 -1
  10. package/common/pipes/digits/digits.pipe.d.ts +1 -1
  11. package/common/pipes/time-ago/time-ago.pipe.d.ts +1 -1
  12. package/common/pipes/time-difference/time-difference.pipe.d.ts +1 -1
  13. package/common/pipes/time-until/time-until.pipe.d.ts +1 -1
  14. package/common/pipes/truncate/truncate.pipe.d.ts +1 -1
  15. package/common/platform.css +1 -1
  16. package/common/platform.css.map +1 -1
  17. package/dialogs/alert-dialog/alert-dialog.component.d.ts +1 -1
  18. package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  19. package/dialogs/dialog.component.d.ts +5 -5
  20. package/dialogs/dialogs.module.d.ts +5 -9
  21. package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +1 -1
  22. package/dialogs/status-dialog/status-dialog.component.d.ts +1 -1
  23. package/dialogs/window-dialog/window-dialog.component.d.ts +1 -1
  24. package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +1 -1
  25. package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +1 -1
  26. package/dynamic-menu/dynamic-menu.component.d.ts +1 -1
  27. package/dynamic-menu/dynamic-menu.module.d.ts +5 -7
  28. package/fesm2022/covalent-core-breadcrumbs.mjs +83 -44
  29. package/fesm2022/covalent-core-breadcrumbs.mjs.map +1 -1
  30. package/fesm2022/covalent-core-common.mjs +146 -138
  31. package/fesm2022/covalent-core-common.mjs.map +1 -1
  32. package/fesm2022/covalent-core-dialogs.mjs +448 -169
  33. package/fesm2022/covalent-core-dialogs.mjs.map +1 -1
  34. package/fesm2022/covalent-core-dynamic-menu.mjs +351 -82
  35. package/fesm2022/covalent-core-dynamic-menu.mjs.map +1 -1
  36. package/fesm2022/covalent-core-file.mjs +256 -181
  37. package/fesm2022/covalent-core-file.mjs.map +1 -1
  38. package/fesm2022/covalent-core-json-formatter.mjs +119 -31
  39. package/fesm2022/covalent-core-json-formatter.mjs.map +1 -1
  40. package/fesm2022/covalent-core-layout.mjs +738 -384
  41. package/fesm2022/covalent-core-layout.mjs.map +1 -1
  42. package/fesm2022/covalent-core-loading.mjs +98 -76
  43. package/fesm2022/covalent-core-loading.mjs.map +1 -1
  44. package/fesm2022/covalent-core-menu.mjs +33 -19
  45. package/fesm2022/covalent-core-menu.mjs.map +1 -1
  46. package/fesm2022/covalent-core-message.mjs +112 -53
  47. package/fesm2022/covalent-core-message.mjs.map +1 -1
  48. package/fesm2022/covalent-core-search.mjs +260 -193
  49. package/fesm2022/covalent-core-search.mjs.map +1 -1
  50. package/fesm2022/covalent-core-side-sheet.mjs +224 -192
  51. package/fesm2022/covalent-core-side-sheet.mjs.map +1 -1
  52. package/fesm2022/covalent-core-user-profile.mjs +118 -59
  53. package/fesm2022/covalent-core-user-profile.mjs.map +1 -1
  54. package/file/directives/file-drop.directive.d.ts +1 -1
  55. package/file/directives/file-select.directive.d.ts +1 -1
  56. package/file/file-input/file-input.component.d.ts +2 -2
  57. package/file/file-upload/file-upload.component.d.ts +1 -1
  58. package/file/file.module.d.ts +5 -6
  59. package/json-formatter/json-formatter.component.d.ts +1 -1
  60. package/json-formatter/json-formatter.module.d.ts +5 -4
  61. package/layout/layout-card-over/layout-card-over.component.d.ts +1 -1
  62. package/layout/layout-footer/layout-footer.component.d.ts +1 -1
  63. package/layout/layout-manage-list/layout-manage-list.component.d.ts +1 -1
  64. package/layout/layout-manage-list/layout-manage-list.directives.d.ts +3 -3
  65. package/layout/layout-nav/layout-nav.component.d.ts +1 -1
  66. package/layout/layout-nav-list/layout-nav-list.component.d.ts +1 -1
  67. package/layout/layout-nav-list/layout-nav-list.directives.d.ts +3 -3
  68. package/layout/layout-toggle.class.d.ts +1 -1
  69. package/layout/layout.component.d.ts +1 -1
  70. package/layout/layout.directives.d.ts +3 -3
  71. package/layout/layout.module.d.ts +5 -10
  72. package/layout/navigation-drawer/navigation-drawer.component.d.ts +3 -3
  73. package/loading/directives/loading.directive.d.ts +1 -1
  74. package/loading/loading.component.d.ts +1 -1
  75. package/loading/loading.module.d.ts +1 -6
  76. package/menu/menu.component.d.ts +1 -1
  77. package/menu/menu.module.d.ts +5 -4
  78. package/message/message.component.d.ts +2 -2
  79. package/message/message.module.d.ts +5 -3
  80. package/package.json +17 -42
  81. package/search/search-box/search-box.component.d.ts +1 -1
  82. package/search/search-input/search-input.component.d.ts +1 -1
  83. package/search/search.module.d.ts +5 -6
  84. package/side-sheet/side-sheet-container.d.ts +2 -2
  85. package/side-sheet/side-sheet.content-directives.d.ts +5 -5
  86. package/side-sheet/side-sheet.d.ts +1 -1
  87. package/side-sheet/side-sheet.module.d.ts +5 -4
  88. package/theming/prebuilt/all-theme-dark.css +1 -1
  89. package/theming/prebuilt/all-theme-dark.css.map +1 -1
  90. package/theming/prebuilt/all-theme-light.css +1 -1
  91. package/theming/prebuilt/all-theme-light.css.map +1 -1
  92. package/theming/prebuilt/blue-grey-deep-orange.css +1 -1
  93. package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -1
  94. package/theming/prebuilt/blue-orange.css +1 -1
  95. package/theming/prebuilt/blue-orange.css.map +1 -1
  96. package/theming/prebuilt/indigo-pink.css +1 -1
  97. package/theming/prebuilt/indigo-pink.css.map +1 -1
  98. package/theming/prebuilt/orange-light-blue.css +1 -1
  99. package/theming/prebuilt/orange-light-blue.css.map +1 -1
  100. package/theming/prebuilt/teal-orange.css +1 -1
  101. package/theming/prebuilt/teal-orange.css.map +1 -1
  102. package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +1 -1
  103. package/user-profile/user-profile.component.d.ts +1 -1
  104. package/user-profile/user-profile.module.d.ts +5 -8
  105. package/esm2022/breadcrumbs/breadcrumb/breadcrumb.component.mjs +0 -94
  106. package/esm2022/breadcrumbs/breadcrumbs.component.mjs +0 -142
  107. package/esm2022/breadcrumbs/breadcrumbs.module.mjs +0 -20
  108. package/esm2022/breadcrumbs/covalent-core-breadcrumbs.mjs +0 -5
  109. package/esm2022/breadcrumbs/public_api.mjs +0 -4
  110. package/esm2022/common/animations/bounce/bounce.animation.mjs +0 -70
  111. package/esm2022/common/animations/collapse/collapse.animation.mjs +0 -51
  112. package/esm2022/common/animations/common/interfaces.mjs +0 -2
  113. package/esm2022/common/animations/fade/fadeInOut.animation.mjs +0 -37
  114. package/esm2022/common/animations/flash/flash.animation.mjs +0 -34
  115. package/esm2022/common/animations/headshake/headshake.animation.mjs +0 -47
  116. package/esm2022/common/animations/jello/jello.animation.mjs +0 -59
  117. package/esm2022/common/animations/pulse/pulse.animation.mjs +0 -32
  118. package/esm2022/common/animations/rotate/rotate.animation.mjs +0 -30
  119. package/esm2022/common/behaviors/control-value-accesor.mixin.mjs +0 -43
  120. package/esm2022/common/behaviors/disable-ripple.mixin.mjs +0 -24
  121. package/esm2022/common/behaviors/disabled.mixin.mjs +0 -24
  122. package/esm2022/common/common.module.mjs +0 -83
  123. package/esm2022/common/covalent-core-common.mjs +0 -5
  124. package/esm2022/common/directives/fullscreen/fullscreen.directive.mjs +0 -87
  125. package/esm2022/common/forms/auto-trim/auto-trim.directive.mjs +0 -37
  126. package/esm2022/common/forms/validators/validators.mjs +0 -29
  127. package/esm2022/common/functions/clipboard.mjs +0 -23
  128. package/esm2022/common/functions/convert.mjs +0 -84
  129. package/esm2022/common/functions/download.mjs +0 -75
  130. package/esm2022/common/functions/file.mjs +0 -16
  131. package/esm2022/common/pipes/bytes/bytes.pipe.mjs +0 -42
  132. package/esm2022/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +0 -42
  133. package/esm2022/common/pipes/digits/digits.pipe.mjs +0 -41
  134. package/esm2022/common/pipes/time-ago/time-ago.pipe.mjs +0 -72
  135. package/esm2022/common/pipes/time-difference/time-difference.pipe.mjs +0 -51
  136. package/esm2022/common/pipes/time-until/time-until.pipe.mjs +0 -72
  137. package/esm2022/common/pipes/truncate/truncate.pipe.mjs +0 -27
  138. package/esm2022/common/public_api.mjs +0 -39
  139. package/esm2022/common/services/icon.service.mjs +0 -1087
  140. package/esm2022/common/services/router-path.service.mjs +0 -30
  141. package/esm2022/covalent-core.mjs +0 -5
  142. package/esm2022/dialogs/alert-dialog/alert-dialog.component.mjs +0 -26
  143. package/esm2022/dialogs/confirm-dialog/confirm-dialog.component.mjs +0 -31
  144. package/esm2022/dialogs/covalent-core-dialogs.mjs +0 -5
  145. package/esm2022/dialogs/dialog.component.mjs +0 -75
  146. package/esm2022/dialogs/dialogs.module.mjs +0 -94
  147. package/esm2022/dialogs/prompt-dialog/prompt-dialog.component.mjs +0 -84
  148. package/esm2022/dialogs/public_api.mjs +0 -10
  149. package/esm2022/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.mjs +0 -222
  150. package/esm2022/dialogs/services/dialog.service.mjs +0 -215
  151. package/esm2022/dialogs/status-dialog/status-dialog.component.mjs +0 -55
  152. package/esm2022/dialogs/window-dialog/window-dialog.component.mjs +0 -40
  153. package/esm2022/dynamic-menu/covalent-core-dynamic-menu.mjs +0 -5
  154. package/esm2022/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +0 -30
  155. package/esm2022/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +0 -23
  156. package/esm2022/dynamic-menu/dynamic-menu.component.mjs +0 -28
  157. package/esm2022/dynamic-menu/dynamic-menu.menu.mjs +0 -2
  158. package/esm2022/dynamic-menu/dynamic-menu.module.mjs +0 -55
  159. package/esm2022/dynamic-menu/public_api.mjs +0 -6
  160. package/esm2022/file/covalent-core-file.mjs +0 -5
  161. package/esm2022/file/directives/file-drop.directive.mjs +0 -145
  162. package/esm2022/file/directives/file-select.directive.mjs +0 -78
  163. package/esm2022/file/file-input/file-input.component.mjs +0 -146
  164. package/esm2022/file/file-upload/file-upload.component.mjs +0 -188
  165. package/esm2022/file/file.module.mjs +0 -56
  166. package/esm2022/file/public_api.mjs +0 -7
  167. package/esm2022/file/services/file.service.mjs +0 -66
  168. package/esm2022/json-formatter/collapse.animation.mjs +0 -51
  169. package/esm2022/json-formatter/covalent-core-json-formatter.mjs +0 -5
  170. package/esm2022/json-formatter/json-formatter.component.mjs +0 -222
  171. package/esm2022/json-formatter/json-formatter.module.mjs +0 -20
  172. package/esm2022/json-formatter/public_api.mjs +0 -3
  173. package/esm2022/layout/covalent-core-layout.mjs +0 -5
  174. package/esm2022/layout/layout-card-over/layout-card-over.component.mjs +0 -50
  175. package/esm2022/layout/layout-footer/layout-footer.component.mjs +0 -36
  176. package/esm2022/layout/layout-manage-list/layout-manage-list.component.mjs +0 -92
  177. package/esm2022/layout/layout-manage-list/layout-manage-list.directives.mjs +0 -84
  178. package/esm2022/layout/layout-nav/layout-nav.component.mjs +0 -76
  179. package/esm2022/layout/layout-nav-list/layout-nav-list.component.mjs +0 -154
  180. package/esm2022/layout/layout-nav-list/layout-nav-list.directives.mjs +0 -84
  181. package/esm2022/layout/layout-toggle.class.mjs +0 -96
  182. package/esm2022/layout/layout.component.mjs +0 -91
  183. package/esm2022/layout/layout.directives.mjs +0 -85
  184. package/esm2022/layout/layout.module.mjs +0 -115
  185. package/esm2022/layout/navigation-drawer/navigation-drawer.component.mjs +0 -221
  186. package/esm2022/layout/public_api.mjs +0 -13
  187. package/esm2022/loading/covalent-core-loading.mjs +0 -5
  188. package/esm2022/loading/directives/loading.directive.mjs +0 -133
  189. package/esm2022/loading/loading.component.mjs +0 -193
  190. package/esm2022/loading/loading.module.mjs +0 -41
  191. package/esm2022/loading/public_api.mjs +0 -6
  192. package/esm2022/loading/services/loading.factory.mjs +0 -210
  193. package/esm2022/loading/services/loading.service.mjs +0 -219
  194. package/esm2022/menu/covalent-core-menu.mjs +0 -5
  195. package/esm2022/menu/menu.component.mjs +0 -12
  196. package/esm2022/menu/menu.module.mjs +0 -21
  197. package/esm2022/menu/public_api.mjs +0 -3
  198. package/esm2022/message/collapse.animation.mjs +0 -51
  199. package/esm2022/message/covalent-core-message.mjs +0 -5
  200. package/esm2022/message/message.component.mjs +0 -222
  201. package/esm2022/message/message.module.mjs +0 -25
  202. package/esm2022/message/public_api.mjs +0 -3
  203. package/esm2022/public_api.mjs +0 -2
  204. package/esm2022/search/covalent-core-search.mjs +0 -5
  205. package/esm2022/search/public_api.mjs +0 -4
  206. package/esm2022/search/search-box/search-box.component.mjs +0 -198
  207. package/esm2022/search/search-input/search-input.component.mjs +0 -219
  208. package/esm2022/search/search.module.mjs +0 -37
  209. package/esm2022/side-sheet/covalent-core-side-sheet.mjs +0 -5
  210. package/esm2022/side-sheet/public_api.mjs +0 -6
  211. package/esm2022/side-sheet/side-sheet-container.mjs +0 -285
  212. package/esm2022/side-sheet/side-sheet-ref.mjs +0 -30
  213. package/esm2022/side-sheet/side-sheet.animation.mjs +0 -12
  214. package/esm2022/side-sheet/side-sheet.config.mjs +0 -11
  215. package/esm2022/side-sheet/side-sheet.content-directives.mjs +0 -206
  216. package/esm2022/side-sheet/side-sheet.mjs +0 -236
  217. package/esm2022/side-sheet/side-sheet.module.mjs +0 -45
  218. package/esm2022/user-profile/covalent-core-user-profile.mjs +0 -5
  219. package/esm2022/user-profile/public_api.mjs +0 -4
  220. package/esm2022/user-profile/user-profile-menu/user-profile-menu.component.mjs +0 -25
  221. package/esm2022/user-profile/user-profile.component.mjs +0 -21
  222. package/esm2022/user-profile/user-profile.module.mjs +0 -42
@@ -87,5 +87,5 @@ export declare class TdFileUploadComponent implements ControlValueAccessor {
87
87
  /** Method executed when the disabled value changes */
88
88
  onDisabledChange(v: boolean): void;
89
89
  static ɵfac: i0.ɵɵFactoryDeclaration<TdFileUploadComponent, never>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<TdFileUploadComponent, "td-file-upload", never, { "defaultColor": { "alias": "defaultColor"; "required": false; }; "activeColor": { "alias": "activeColor"; "required": false; }; "cancelColor": { "alias": "cancelColor"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "required": { "alias": "required"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectFile": "selectFile"; "upload": "upload"; "cancel": "cancel"; }, ["inputLabel"], ["*"], false, never>;
90
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdFileUploadComponent, "td-file-upload", never, { "defaultColor": { "alias": "defaultColor"; "required": false; }; "activeColor": { "alias": "activeColor"; "required": false; }; "cancelColor": { "alias": "cancelColor"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "required": { "alias": "required"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectFile": "selectFile"; "upload": "upload"; "cancel": "cancel"; }, ["inputLabel"], ["*"], true, never>;
91
91
  }
@@ -3,13 +3,12 @@ import * as i1 from "./directives/file-select.directive";
3
3
  import * as i2 from "./directives/file-drop.directive";
4
4
  import * as i3 from "./file-upload/file-upload.component";
5
5
  import * as i4 from "./file-input/file-input.component";
6
- import * as i5 from "@angular/forms";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "@angular/material/icon";
9
- import * as i8 from "@angular/material/button";
10
- import * as i9 from "@angular/cdk/portal";
6
+ /**
7
+ * @deprecated This module is deprecated and will be removed in future versions.
8
+ * Please migrate to using standalone components as soon as possible.
9
+ */
11
10
  export declare class CovalentFileModule {
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentFileModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentFileModule, [typeof i1.TdFileSelectDirective, typeof i2.TdFileDropDirective, typeof i3.TdFileUploadComponent, typeof i4.TdFileInputComponent, typeof i4.TdFileInputLabelDirective], [typeof i5.FormsModule, typeof i6.CommonModule, typeof i7.MatIconModule, typeof i8.MatButtonModule, typeof i9.PortalModule], [typeof i1.TdFileSelectDirective, typeof i2.TdFileDropDirective, typeof i3.TdFileUploadComponent, typeof i4.TdFileInputComponent, typeof i4.TdFileInputLabelDirective]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentFileModule, never, [typeof i1.TdFileSelectDirective, typeof i2.TdFileDropDirective, typeof i3.TdFileUploadComponent, typeof i4.TdFileInputComponent, typeof i4.TdFileInputLabelDirective], [typeof i1.TdFileSelectDirective, typeof i2.TdFileDropDirective, typeof i3.TdFileUploadComponent, typeof i4.TdFileInputComponent, typeof i4.TdFileInputLabelDirective]>;
14
13
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentFileModule>;
15
14
  }
@@ -74,5 +74,5 @@ export declare class TdJsonFormatterComponent {
74
74
  getPreview(): string;
75
75
  private parseChildren;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<TdJsonFormatterComponent, [null, { optional: true; }]>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<TdJsonFormatterComponent, "td-json-formatter", never, { "levelsOpen": { "alias": "levelsOpen"; "required": false; }; "key": { "alias": "key"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdJsonFormatterComponent, "td-json-formatter", never, { "levelsOpen": { "alias": "levelsOpen"; "required": false; }; "key": { "alias": "key"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
78
78
  }
@@ -1,10 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./json-formatter.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/tooltip";
5
- import * as i4 from "@angular/material/icon";
3
+ /**
4
+ * @deprecated This module is deprecated and will be removed in future versions.
5
+ * Please migrate to using standalone components as soon as possible.
6
+ */
6
7
  export declare class CovalentJsonFormatterModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentJsonFormatterModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentJsonFormatterModule, [typeof i1.TdJsonFormatterComponent], [typeof i2.CommonModule, typeof i3.MatTooltipModule, typeof i4.MatIconModule], [typeof i1.TdJsonFormatterComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentJsonFormatterModule, never, [typeof i1.TdJsonFormatterComponent], [typeof i1.TdJsonFormatterComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentJsonFormatterModule>;
10
11
  }
@@ -27,5 +27,5 @@ export declare class TdLayoutCardOverComponent {
27
27
  */
28
28
  color?: 'accent' | 'primary' | 'warn';
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutCardOverComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutCardOverComponent, "td-layout-card-over", never, { "cardTitle": { "alias": "cardTitle"; "required": false; }; "cardSubtitle": { "alias": "cardSubtitle"; "required": false; }; "cardWidth": { "alias": "cardWidth"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*", "[td-after-card]"], false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutCardOverComponent, "td-layout-card-over", never, { "cardTitle": { "alias": "cardTitle"; "required": false; }; "cardSubtitle": { "alias": "cardSubtitle"; "required": false; }; "cardWidth": { "alias": "cardWidth"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*", "[td-after-card]"], true, never>;
31
31
  }
@@ -13,5 +13,5 @@ export declare class TdLayoutFooterComponent {
13
13
  get color(): 'primary' | 'accent' | 'warn' | undefined;
14
14
  constructor(_renderer: Renderer2, _elementRef: ElementRef);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutFooterComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutFooterComponent, "td-layout-footer,td-layout-footer-inner", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutFooterComponent, "td-layout-footer,td-layout-footer-inner", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], true, never>;
17
17
  }
@@ -62,5 +62,5 @@ export declare class TdLayoutManageListComponent implements ILayoutTogglable {
62
62
  */
63
63
  close(): Promise<MatDrawerToggleResult>;
64
64
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutManageListComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutManageListComponent, "td-layout-manage-list", never, { "mode": { "alias": "mode"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "sidenavWidth": { "alias": "sidenavWidth"; "required": false; }; "containerAutosize": { "alias": "containerAutosize"; "required": false; }; }, {}, never, ["mat-toolbar[td-sidenav-content]", "[td-sidenav-content]", "mat-toolbar", "*", "td-layout-footer-inner"], false, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutManageListComponent, "td-layout-manage-list", never, { "mode": { "alias": "mode"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "sidenavWidth": { "alias": "sidenavWidth"; "required": false; }; "containerAutosize": { "alias": "containerAutosize"; "required": false; }; }, {}, never, ["mat-toolbar[td-sidenav-content]", "[td-sidenav-content]", "mat-toolbar", "*", "td-layout-footer-inner"], true, never>;
66
66
  }
@@ -7,19 +7,19 @@ export declare class TdLayoutManageListToggleDirective extends BaseLayoutToggleD
7
7
  constructor(layout: TdLayoutManageListComponent, renderer: Renderer2, elementRef: ElementRef);
8
8
  onClick(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutManageListToggleDirective, [{ optional: true; }, null, null]>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutManageListToggleDirective, "[tdLayoutManageListToggle]", never, { "tdLayoutManageListToggle": { "alias": "tdLayoutManageListToggle"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutManageListToggleDirective, "[tdLayoutManageListToggle]", never, { "tdLayoutManageListToggle": { "alias": "tdLayoutManageListToggle"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
12
12
  export declare class TdLayoutManageListCloseDirective extends BaseLayoutToggleDirective {
13
13
  set tdLayoutManageListClose(tdLayoutManageListClose: boolean);
14
14
  constructor(layout: TdLayoutManageListComponent, renderer: Renderer2, elementRef: ElementRef);
15
15
  onClick(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutManageListCloseDirective, [{ optional: true; }, null, null]>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutManageListCloseDirective, "[tdLayoutManageListClose]", never, { "tdLayoutManageListClose": { "alias": "tdLayoutManageListClose"; "required": false; }; }, {}, never, never, false, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutManageListCloseDirective, "[tdLayoutManageListClose]", never, { "tdLayoutManageListClose": { "alias": "tdLayoutManageListClose"; "required": false; }; }, {}, never, never, true, never>;
18
18
  }
19
19
  export declare class TdLayoutManageListOpenDirective extends BaseLayoutToggleDirective {
20
20
  set tdLayoutManageListOpen(tdLayoutManageListOpen: boolean | string);
21
21
  constructor(layout: TdLayoutManageListComponent, renderer: Renderer2, elementRef: ElementRef);
22
22
  onClick(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutManageListOpenDirective, [{ optional: true; }, null, null]>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutManageListOpenDirective, "[tdLayoutManageListOpen]", never, { "tdLayoutManageListOpen": { "alias": "tdLayoutManageListOpen"; "required": false; }; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutManageListOpenDirective, "[tdLayoutManageListOpen]", never, { "tdLayoutManageListOpen": { "alias": "tdLayoutManageListOpen"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
@@ -41,5 +41,5 @@ export declare class TdLayoutNavComponent {
41
41
  constructor(_router: Router);
42
42
  handleNavigationClick(): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutNavComponent, [{ optional: true; }]>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutNavComponent, "td-layout-nav", never, { "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "color": { "alias": "color"; "required": false; }; "navigationRoute": { "alias": "navigationRoute"; "required": false; }; }, {}, never, ["[td-menu-button]", "[td-toolbar-content]", "*", "td-layout-footer"], false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutNavComponent, "td-layout-nav", never, { "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "color": { "alias": "color"; "required": false; }; "navigationRoute": { "alias": "navigationRoute"; "required": false; }; }, {}, never, ["[td-menu-button]", "[td-toolbar-content]", "*", "td-layout-footer"], true, never>;
45
45
  }
@@ -100,5 +100,5 @@ export declare class TdLayoutNavListComponent implements ILayoutTogglable {
100
100
  */
101
101
  close(): Promise<MatDrawerToggleResult>;
102
102
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutNavListComponent, [{ optional: true; }]>;
103
- static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutNavListComponent, "td-layout-nav-list", never, { "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "sidenavWidth": { "alias": "sidenavWidth"; "required": false; }; "containerAutosize": { "alias": "containerAutosize"; "required": false; }; "navigationRoute": { "alias": "navigationRoute"; "required": false; }; }, {}, never, ["[td-menu-button]", "[td-sidenav-toolbar-content]", "[td-sidenav-content]", "[td-toolbar-content]", "*", "td-layout-footer-inner", "td-layout-footer"], false, never>;
103
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutNavListComponent, "td-layout-nav-list", never, { "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "sidenavWidth": { "alias": "sidenavWidth"; "required": false; }; "containerAutosize": { "alias": "containerAutosize"; "required": false; }; "navigationRoute": { "alias": "navigationRoute"; "required": false; }; }, {}, never, ["[td-menu-button]", "[td-sidenav-toolbar-content]", "[td-sidenav-content]", "[td-toolbar-content]", "*", "td-layout-footer-inner", "td-layout-footer"], true, never>;
104
104
  }
@@ -7,19 +7,19 @@ export declare class TdLayoutNavListToggleDirective extends BaseLayoutToggleDire
7
7
  constructor(layout: TdLayoutNavListComponent, renderer: Renderer2, elementRef: ElementRef);
8
8
  onClick(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutNavListToggleDirective, [{ optional: true; }, null, null]>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutNavListToggleDirective, "[tdLayoutNavListToggle]", never, { "tdLayoutNavListToggle": { "alias": "tdLayoutNavListToggle"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutNavListToggleDirective, "[tdLayoutNavListToggle]", never, { "tdLayoutNavListToggle": { "alias": "tdLayoutNavListToggle"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
12
12
  export declare class TdLayoutNavListCloseDirective extends BaseLayoutToggleDirective {
13
13
  set tdLayoutNavListClose(tdLayoutNavListClose: boolean);
14
14
  constructor(layout: TdLayoutNavListComponent, renderer: Renderer2, elementRef: ElementRef);
15
15
  onClick(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutNavListCloseDirective, [{ optional: true; }, null, null]>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutNavListCloseDirective, "[tdLayoutNavListClose]", never, { "tdLayoutNavListClose": { "alias": "tdLayoutNavListClose"; "required": false; }; }, {}, never, never, false, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutNavListCloseDirective, "[tdLayoutNavListClose]", never, { "tdLayoutNavListClose": { "alias": "tdLayoutNavListClose"; "required": false; }; }, {}, never, never, true, never>;
18
18
  }
19
19
  export declare class TdLayoutNavListOpenDirective extends BaseLayoutToggleDirective {
20
20
  set tdLayoutNavListOpen(tdLayoutNavListOpen: boolean | string);
21
21
  constructor(layout: TdLayoutNavListComponent, renderer: Renderer2, elementRef: ElementRef);
22
22
  onClick(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutNavListOpenDirective, [{ optional: true; }, null, null]>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutNavListOpenDirective, "[tdLayoutNavListOpen]", never, { "tdLayoutNavListOpen": { "alias": "tdLayoutNavListOpen"; "required": false; }; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutNavListOpenDirective, "[tdLayoutNavListOpen]", never, { "tdLayoutNavListOpen": { "alias": "tdLayoutNavListOpen"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
@@ -36,5 +36,5 @@ export declare abstract class BaseLayoutToggleDirective extends _TdLayoutToggleM
36
36
  private _toggleVisibility;
37
37
  private _noLayoutMessage;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseLayoutToggleDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseLayoutToggleDirective, never, never, { "hideWhenOpened": { "alias": "hideWhenOpened"; "required": false; }; }, {}, never, never, false, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseLayoutToggleDirective, never, never, { "hideWhenOpened": { "alias": "hideWhenOpened"; "required": false; }; }, {}, never, never, true, never>;
40
40
  }
@@ -62,5 +62,5 @@ export declare class TdLayoutComponent implements ILayoutTogglable {
62
62
  */
63
63
  close(): Promise<MatDrawerToggleResult>;
64
64
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutComponent, "td-layout", never, { "mode": { "alias": "mode"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "sidenavWidth": { "alias": "sidenavWidth"; "required": false; }; "containerAutosize": { "alias": "containerAutosize"; "required": false; }; }, {}, never, ["td-navigation-drawer", "[td-sidenav-content]", "*"], false, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutComponent, "td-layout", never, { "mode": { "alias": "mode"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "sidenavWidth": { "alias": "sidenavWidth"; "required": false; }; "containerAutosize": { "alias": "containerAutosize"; "required": false; }; }, {}, never, ["td-navigation-drawer", "[td-sidenav-content]", "*"], true, never>;
66
66
  }
@@ -7,19 +7,19 @@ export declare class TdLayoutToggleDirective extends BaseLayoutToggleDirective {
7
7
  constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef);
8
8
  onClick(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutToggleDirective, [{ optional: true; }, null, null]>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutToggleDirective, "[tdLayoutToggle]", never, { "tdLayoutToggle": { "alias": "tdLayoutToggle"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutToggleDirective, "[tdLayoutToggle]", never, { "tdLayoutToggle": { "alias": "tdLayoutToggle"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
12
12
  export declare class TdLayoutCloseDirective extends BaseLayoutToggleDirective {
13
13
  set tdLayoutClose(tdLayoutClose: boolean | string | undefined);
14
14
  constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef);
15
15
  onClick(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutCloseDirective, [{ optional: true; }, null, null]>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutCloseDirective, "[tdLayoutClose]", never, { "tdLayoutClose": { "alias": "tdLayoutClose"; "required": false; }; }, {}, never, never, false, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutCloseDirective, "[tdLayoutClose]", never, { "tdLayoutClose": { "alias": "tdLayoutClose"; "required": false; }; }, {}, never, never, true, never>;
18
18
  }
19
19
  export declare class TdLayoutOpenDirective extends BaseLayoutToggleDirective {
20
20
  set tdLayoutClose(tdLayoutOpen: boolean);
21
21
  constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef);
22
22
  onClick(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutOpenDirective, [{ optional: true; }, null, null]>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutOpenDirective, "[tdLayoutOpen]", never, { "tdLayoutClose": { "alias": "tdLayoutOpen"; "required": false; }; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutOpenDirective, "[tdLayoutOpen]", never, { "tdLayoutClose": { "alias": "tdLayoutOpen"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
@@ -9,17 +9,12 @@ import * as i7 from "./layout-manage-list/layout-manage-list.component";
9
9
  import * as i8 from "./layout-manage-list/layout-manage-list.directives";
10
10
  import * as i9 from "./layout-footer/layout-footer.component";
11
11
  import * as i10 from "./navigation-drawer/navigation-drawer.component";
12
- import * as i11 from "@angular/common";
13
- import * as i12 from "@angular/cdk/scrolling";
14
- import * as i13 from "@angular/material/sidenav";
15
- import * as i14 from "@angular/material/toolbar";
16
- import * as i15 from "@angular/material/button";
17
- import * as i16 from "@angular/material/icon";
18
- import * as i17 from "@angular/material/card";
19
- import * as i18 from "@angular/material/divider";
20
- import * as i19 from "@covalent/core/menu";
12
+ /**
13
+ * @deprecated This module is deprecated and will be removed in future versions.
14
+ * Please migrate to using standalone components as soon as possible.
15
+ */
21
16
  export declare class CovalentLayoutModule {
22
17
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentLayoutModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentLayoutModule, [typeof i1.TdLayoutComponent, typeof i2.TdLayoutToggleDirective, typeof i2.TdLayoutCloseDirective, typeof i2.TdLayoutOpenDirective, typeof i3.TdLayoutNavComponent, typeof i4.TdLayoutNavListComponent, typeof i5.TdLayoutNavListToggleDirective, typeof i5.TdLayoutNavListCloseDirective, typeof i5.TdLayoutNavListOpenDirective, typeof i6.TdLayoutCardOverComponent, typeof i7.TdLayoutManageListComponent, typeof i8.TdLayoutManageListToggleDirective, typeof i8.TdLayoutManageListCloseDirective, typeof i8.TdLayoutManageListOpenDirective, typeof i9.TdLayoutFooterComponent, typeof i10.TdNavigationDrawerComponent, typeof i10.TdNavigationDrawerMenuDirective, typeof i10.TdNavigationDrawerToolbarDirective], [typeof i11.CommonModule, typeof i12.ScrollingModule, typeof i13.MatSidenavModule, typeof i14.MatToolbarModule, typeof i15.MatButtonModule, typeof i16.MatIconModule, typeof i17.MatCardModule, typeof i18.MatDividerModule, typeof i19.CovalentMenuModule], [typeof i1.TdLayoutComponent, typeof i2.TdLayoutToggleDirective, typeof i2.TdLayoutCloseDirective, typeof i2.TdLayoutOpenDirective, typeof i3.TdLayoutNavComponent, typeof i4.TdLayoutNavListComponent, typeof i5.TdLayoutNavListToggleDirective, typeof i5.TdLayoutNavListCloseDirective, typeof i5.TdLayoutNavListOpenDirective, typeof i6.TdLayoutCardOverComponent, typeof i7.TdLayoutManageListComponent, typeof i8.TdLayoutManageListToggleDirective, typeof i8.TdLayoutManageListCloseDirective, typeof i8.TdLayoutManageListOpenDirective, typeof i9.TdLayoutFooterComponent, typeof i10.TdNavigationDrawerComponent, typeof i10.TdNavigationDrawerMenuDirective, typeof i10.TdNavigationDrawerToolbarDirective]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentLayoutModule, never, [typeof i1.TdLayoutComponent, typeof i2.TdLayoutToggleDirective, typeof i2.TdLayoutCloseDirective, typeof i2.TdLayoutOpenDirective, typeof i3.TdLayoutNavComponent, typeof i4.TdLayoutNavListComponent, typeof i5.TdLayoutNavListToggleDirective, typeof i5.TdLayoutNavListCloseDirective, typeof i5.TdLayoutNavListOpenDirective, typeof i6.TdLayoutCardOverComponent, typeof i7.TdLayoutManageListComponent, typeof i8.TdLayoutManageListToggleDirective, typeof i8.TdLayoutManageListCloseDirective, typeof i8.TdLayoutManageListOpenDirective, typeof i9.TdLayoutFooterComponent, typeof i10.TdNavigationDrawerComponent, typeof i10.TdNavigationDrawerMenuDirective, typeof i10.TdNavigationDrawerToolbarDirective], [typeof i1.TdLayoutComponent, typeof i2.TdLayoutToggleDirective, typeof i2.TdLayoutCloseDirective, typeof i2.TdLayoutOpenDirective, typeof i3.TdLayoutNavComponent, typeof i4.TdLayoutNavListComponent, typeof i5.TdLayoutNavListToggleDirective, typeof i5.TdLayoutNavListCloseDirective, typeof i5.TdLayoutNavListOpenDirective, typeof i6.TdLayoutCardOverComponent, typeof i7.TdLayoutManageListComponent, typeof i8.TdLayoutManageListToggleDirective, typeof i8.TdLayoutManageListCloseDirective, typeof i8.TdLayoutManageListOpenDirective, typeof i9.TdLayoutFooterComponent, typeof i10.TdNavigationDrawerComponent, typeof i10.TdNavigationDrawerMenuDirective, typeof i10.TdNavigationDrawerToolbarDirective]>;
24
19
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentLayoutModule>;
25
20
  }
@@ -6,11 +6,11 @@ import { TdLayoutComponent } from '../layout.component';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class TdNavigationDrawerMenuDirective {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TdNavigationDrawerMenuDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerMenuDirective, "[tdNavigationDrawerMenu]", never, {}, {}, never, never, false, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerMenuDirective, "[tdNavigationDrawerMenu]", never, {}, {}, never, never, true, never>;
10
10
  }
11
11
  export declare class TdNavigationDrawerToolbarDirective {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TdNavigationDrawerToolbarDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerToolbarDirective, "[tdNavigationDrawerToolbar]", never, {}, {}, never, never, false, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerToolbarDirective, "[tdNavigationDrawerToolbar]", never, {}, {}, never, never, true, never>;
14
14
  }
15
15
  export declare class TdNavigationDrawerComponent implements OnInit, OnDestroy {
16
16
  private _layout;
@@ -116,5 +116,5 @@ export declare class TdNavigationDrawerComponent implements OnInit, OnDestroy {
116
116
  */
117
117
  close(): Promise<MatDrawerToggleResult>;
118
118
  static ɵfac: i0.ɵɵFactoryDeclaration<TdNavigationDrawerComponent, [null, { optional: true; }, null]>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<TdNavigationDrawerComponent, "td-navigation-drawer", never, { "sidenavTitle": { "alias": "sidenavTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "color": { "alias": "color"; "required": false; }; "navigationRoute": { "alias": "navigationRoute"; "required": false; }; "backgroundUrl": { "alias": "backgroundUrl"; "required": false; }; "name": { "alias": "name"; "required": false; }; "email": { "alias": "email"; "required": false; }; }, {}, ["_drawerMenu", "_toolbar"], ["[td-navigation-drawer-toolbar]", "*", "[td-navigation-drawer-menu]"], false, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdNavigationDrawerComponent, "td-navigation-drawer", never, { "sidenavTitle": { "alias": "sidenavTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "color": { "alias": "color"; "required": false; }; "navigationRoute": { "alias": "navigationRoute"; "required": false; }; "backgroundUrl": { "alias": "backgroundUrl"; "required": false; }; "name": { "alias": "name"; "required": false; }; "email": { "alias": "email"; "required": false; }; }, {}, ["_drawerMenu", "_toolbar"], ["[td-navigation-drawer-toolbar]", "*", "[td-navigation-drawer-menu]"], true, never>;
120
120
  }
@@ -66,5 +66,5 @@ export declare class TdLoadingDirective implements OnInit, OnDestroy {
66
66
  */
67
67
  private _registerComponent;
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLoadingDirective, never>;
69
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdLoadingDirective, "[tdLoading]", never, { "name": { "alias": "tdLoading"; "required": false; }; "until": { "alias": "tdLoadingUntil"; "required": false; }; "type": { "alias": "tdLoadingType"; "required": false; }; "mode": { "alias": "tdLoadingMode"; "required": false; }; "strategy": { "alias": "tdLoadingStrategy"; "required": false; }; "color": { "alias": "tdLoadingColor"; "required": false; }; }, {}, never, never, false, never>;
69
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLoadingDirective, "[tdLoading]", never, { "name": { "alias": "tdLoading"; "required": false; }; "until": { "alias": "tdLoadingUntil"; "required": false; }; "type": { "alias": "tdLoadingType"; "required": false; }; "mode": { "alias": "tdLoadingMode"; "required": false; }; "strategy": { "alias": "tdLoadingStrategy"; "required": false; }; "color": { "alias": "tdLoadingColor"; "required": false; }; }, {}, never, never, true, never>;
70
70
  }
@@ -86,5 +86,5 @@ export declare class TdLoadingComponent implements DoCheck {
86
86
  */
87
87
  private _hostHeight;
88
88
  static ɵfac: i0.ɵɵFactoryDeclaration<TdLoadingComponent, never>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<TdLoadingComponent, "td-loading", never, {}, {}, never, never, false, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdLoadingComponent, "td-loading", never, {}, {}, never, never, true, never>;
90
90
  }
@@ -1,13 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./loading.component";
3
3
  import * as i2 from "./directives/loading.directive";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/material/progress-bar";
6
- import * as i5 from "@angular/material/progress-spinner";
7
- import * as i6 from "@angular/cdk/overlay";
8
- import * as i7 from "@angular/cdk/portal";
9
4
  export declare class CovalentLoadingModule {
10
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentLoadingModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentLoadingModule, [typeof i1.TdLoadingComponent, typeof i2.TdLoadingDirective], [typeof i3.CommonModule, typeof i4.MatProgressBarModule, typeof i5.MatProgressSpinnerModule, typeof i6.OverlayModule, typeof i7.PortalModule], [typeof i1.TdLoadingComponent, typeof i2.TdLoadingDirective]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentLoadingModule, never, [typeof i1.TdLoadingComponent, typeof i2.TdLoadingDirective], [typeof i1.TdLoadingComponent, typeof i2.TdLoadingDirective]>;
12
7
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentLoadingModule>;
13
8
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TdMenuComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<TdMenuComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<TdMenuComponent, "td-menu", never, {}, {}, never, ["[td-menu-header]", "*", "[td-menu-footer]"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdMenuComponent, "td-menu", never, {}, {}, never, ["[td-menu-header]", "*", "[td-menu-footer]"], true, never>;
5
5
  }
@@ -1,10 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./menu.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/menu";
5
- import * as i4 from "@angular/material/divider";
3
+ /**
4
+ * @deprecated This module is deprecated and will be removed in future versions.
5
+ * Please migrate to using standalone components as soon as possible.
6
+ */
6
7
  export declare class CovalentMenuModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentMenuModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentMenuModule, [typeof i1.TdMenuComponent], [typeof i2.CommonModule, typeof i3.MatMenuModule, typeof i4.MatDividerModule], [typeof i1.TdMenuComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentMenuModule, never, [typeof i1.TdMenuComponent], [typeof i1.TdMenuComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentMenuModule>;
10
11
  }
@@ -4,7 +4,7 @@ export declare class TdMessageContainerDirective {
4
4
  viewContainer: ViewContainerRef;
5
5
  constructor(viewContainer: ViewContainerRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TdMessageContainerDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdMessageContainerDirective, "[tdMessageContainer]", never, {}, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdMessageContainerDirective, "[tdMessageContainer]", never, {}, {}, never, never, true, never>;
8
8
  }
9
9
  export declare class TdMessageComponent implements AfterViewInit {
10
10
  private _renderer;
@@ -97,5 +97,5 @@ export declare class TdMessageComponent implements AfterViewInit {
97
97
  */
98
98
  private _detach;
99
99
  static ɵfac: i0.ɵɵFactoryDeclaration<TdMessageComponent, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<TdMessageComponent, "td-message", never, { "label": { "alias": "label"; "required": false; }; "sublabel": { "alias": "sublabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, {}, never, ["[td-message-actions]"], false, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdMessageComponent, "td-message", never, { "label": { "alias": "label"; "required": false; }; "sublabel": { "alias": "sublabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, {}, never, ["[td-message-actions]"], true, never>;
101
101
  }
@@ -1,9 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./message.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/icon";
3
+ /**
4
+ * @deprecated This module is deprecated and will be removed in future versions.
5
+ * Please migrate to using standalone components as soon as possible.
6
+ */
5
7
  export declare class CovalentMessageModule {
6
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentMessageModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentMessageModule, [typeof i1.TdMessageComponent, typeof i1.TdMessageContainerDirective], [typeof i2.CommonModule, typeof i3.MatIconModule], [typeof i1.TdMessageComponent, typeof i1.TdMessageContainerDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentMessageModule, never, [typeof i1.TdMessageComponent, typeof i1.TdMessageContainerDirective], [typeof i1.TdMessageComponent, typeof i1.TdMessageContainerDirective]>;
8
10
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentMessageModule>;
9
11
  }
package/package.json CHANGED
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "name": "@covalent/core",
3
- "version": "9.1.2",
3
+ "version": "10.0.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./theming/_all-theme.scss",
7
7
  "types": "./index.d.ts",
8
- "esm2022": "./esm2022/covalent-core.mjs",
9
- "esm": "./esm2022/covalent-core.mjs",
10
8
  "default": "./fesm2022/covalent-core.mjs"
11
9
  },
12
10
  "./theming/*": {
@@ -17,80 +15,54 @@
17
15
  },
18
16
  "./breadcrumbs": {
19
17
  "types": "./breadcrumbs/index.d.ts",
20
- "esm2022": "./esm2022/breadcrumbs/covalent-core-breadcrumbs.mjs",
21
- "esm": "./esm2022/breadcrumbs/covalent-core-breadcrumbs.mjs",
22
18
  "default": "./fesm2022/covalent-core-breadcrumbs.mjs"
23
19
  },
24
20
  "./common": {
25
21
  "types": "./common/index.d.ts",
26
- "esm2022": "./esm2022/common/covalent-core-common.mjs",
27
- "esm": "./esm2022/common/covalent-core-common.mjs",
28
22
  "default": "./fesm2022/covalent-core-common.mjs"
29
23
  },
30
24
  "./dialogs": {
31
25
  "types": "./dialogs/index.d.ts",
32
- "esm2022": "./esm2022/dialogs/covalent-core-dialogs.mjs",
33
- "esm": "./esm2022/dialogs/covalent-core-dialogs.mjs",
34
26
  "default": "./fesm2022/covalent-core-dialogs.mjs"
35
27
  },
36
28
  "./dynamic-menu": {
37
29
  "types": "./dynamic-menu/index.d.ts",
38
- "esm2022": "./esm2022/dynamic-menu/covalent-core-dynamic-menu.mjs",
39
- "esm": "./esm2022/dynamic-menu/covalent-core-dynamic-menu.mjs",
40
30
  "default": "./fesm2022/covalent-core-dynamic-menu.mjs"
41
31
  },
42
32
  "./file": {
43
33
  "types": "./file/index.d.ts",
44
- "esm2022": "./esm2022/file/covalent-core-file.mjs",
45
- "esm": "./esm2022/file/covalent-core-file.mjs",
46
34
  "default": "./fesm2022/covalent-core-file.mjs"
47
35
  },
48
36
  "./json-formatter": {
49
37
  "types": "./json-formatter/index.d.ts",
50
- "esm2022": "./esm2022/json-formatter/covalent-core-json-formatter.mjs",
51
- "esm": "./esm2022/json-formatter/covalent-core-json-formatter.mjs",
52
38
  "default": "./fesm2022/covalent-core-json-formatter.mjs"
53
39
  },
54
40
  "./layout": {
55
41
  "types": "./layout/index.d.ts",
56
- "esm2022": "./esm2022/layout/covalent-core-layout.mjs",
57
- "esm": "./esm2022/layout/covalent-core-layout.mjs",
58
42
  "default": "./fesm2022/covalent-core-layout.mjs"
59
43
  },
60
44
  "./loading": {
61
45
  "types": "./loading/index.d.ts",
62
- "esm2022": "./esm2022/loading/covalent-core-loading.mjs",
63
- "esm": "./esm2022/loading/covalent-core-loading.mjs",
64
46
  "default": "./fesm2022/covalent-core-loading.mjs"
65
47
  },
48
+ "./menu": {
49
+ "types": "./menu/index.d.ts",
50
+ "default": "./fesm2022/covalent-core-menu.mjs"
51
+ },
66
52
  "./message": {
67
53
  "types": "./message/index.d.ts",
68
- "esm2022": "./esm2022/message/covalent-core-message.mjs",
69
- "esm": "./esm2022/message/covalent-core-message.mjs",
70
54
  "default": "./fesm2022/covalent-core-message.mjs"
71
55
  },
72
56
  "./search": {
73
57
  "types": "./search/index.d.ts",
74
- "esm2022": "./esm2022/search/covalent-core-search.mjs",
75
- "esm": "./esm2022/search/covalent-core-search.mjs",
76
58
  "default": "./fesm2022/covalent-core-search.mjs"
77
59
  },
78
- "./menu": {
79
- "types": "./menu/index.d.ts",
80
- "esm2022": "./esm2022/menu/covalent-core-menu.mjs",
81
- "esm": "./esm2022/menu/covalent-core-menu.mjs",
82
- "default": "./fesm2022/covalent-core-menu.mjs"
83
- },
84
60
  "./side-sheet": {
85
61
  "types": "./side-sheet/index.d.ts",
86
- "esm2022": "./esm2022/side-sheet/covalent-core-side-sheet.mjs",
87
- "esm": "./esm2022/side-sheet/covalent-core-side-sheet.mjs",
88
62
  "default": "./fesm2022/covalent-core-side-sheet.mjs"
89
63
  },
90
64
  "./user-profile": {
91
65
  "types": "./user-profile/index.d.ts",
92
- "esm2022": "./esm2022/user-profile/covalent-core-user-profile.mjs",
93
- "esm": "./esm2022/user-profile/covalent-core-user-profile.mjs",
94
66
  "default": "./fesm2022/covalent-core-user-profile.mjs"
95
67
  }
96
68
  },
@@ -104,18 +76,21 @@
104
76
  "license": "MIT",
105
77
  "author": "Teradata UX",
106
78
  "peerDependencies": {
107
- "@angular/common": "18.x.x",
108
- "@angular/core": "18.x.x",
109
- "@angular/forms": "18.x.x",
110
- "@angular/router": "18.x.x",
111
- "@angular/cdk": "18.x.x",
112
- "@angular/material": "18.x.x",
113
- "@covalent/core": "9.1.2"
79
+ "@angular/common": "19.x.x",
80
+ "@angular/core": "19.x.x",
81
+ "@angular/forms": "19.x.x",
82
+ "@angular/router": "19.x.x",
83
+ "@angular/cdk": "19.x.x",
84
+ "@angular/material": "19.x.x",
85
+ "@covalent/core": "10.0.0"
114
86
  },
115
87
  "dependencies": {
116
- "tslib": "^2.3.0"
88
+ "tslib": "^2.8.1"
117
89
  },
118
90
  "module": "fesm2022/covalent-core.mjs",
119
91
  "typings": "index.d.ts",
120
- "sideEffects": false
92
+ "sideEffects": false,
93
+ "scripts": {
94
+ "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
95
+ }
121
96
  }
@@ -84,5 +84,5 @@ export declare class TdSearchBoxComponent implements ControlValueAccessor {
84
84
  handleClear(): void;
85
85
  handleBlur(): void;
86
86
  static ɵfac: i0.ɵɵFactoryDeclaration<TdSearchBoxComponent, never>;
87
- static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchBoxComponent, "td-search-box", never, { "backIcon": { "alias": "backIcon"; "required": false; }; "searchIcon": { "alias": "searchIcon"; "required": false; }; "clearIcon": { "alias": "clearIcon"; "required": false; }; "showUnderline": { "alias": "showUnderline"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "alwaysVisible": { "alias": "alwaysVisible"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, false, never>;
87
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchBoxComponent, "td-search-box", never, { "backIcon": { "alias": "backIcon"; "required": false; }; "searchIcon": { "alias": "searchIcon"; "required": false; }; "clearIcon": { "alias": "clearIcon"; "required": false; }; "showUnderline": { "alias": "showUnderline"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "alwaysVisible": { "alias": "alwaysVisible"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, true, never>;
88
88
  }
@@ -80,5 +80,5 @@ export declare class TdSearchInputComponent extends _TdSearchInputMixinBase impl
80
80
  private _searchTermChanged;
81
81
  private _stopPropagation;
82
82
  static ɵfac: i0.ɵɵFactoryDeclaration<TdSearchInputComponent, [{ optional: true; }, null, null]>;
83
- static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchInputComponent, "td-search-input", never, { "appearance": { "alias": "appearance"; "required": false; }; "showUnderline": { "alias": "showUnderline"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "clearIcon": { "alias": "clearIcon"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, false, never>;
83
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchInputComponent, "td-search-input", never, { "appearance": { "alias": "appearance"; "required": false; }; "showUnderline": { "alias": "showUnderline"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "clearIcon": { "alias": "clearIcon"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, true, never>;
84
84
  }
@@ -1,13 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./search-input/search-input.component";
3
3
  import * as i2 from "./search-box/search-box.component";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/material/input";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "@angular/material/button";
4
+ /**
5
+ * @deprecated This module is deprecated and will be removed in future versions.
6
+ * Please migrate to using standalone components as soon as possible.
7
+ */
9
8
  export declare class CovalentSearchModule {
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSearchModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentSearchModule, [typeof i1.TdSearchInputComponent, typeof i2.TdSearchBoxComponent], [typeof i3.FormsModule, typeof i4.CommonModule, typeof i5.MatInputModule, typeof i6.MatIconModule, typeof i7.MatButtonModule], [typeof i1.TdSearchInputComponent, typeof i2.TdSearchBoxComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentSearchModule, never, [typeof i1.TdSearchInputComponent, typeof i2.TdSearchBoxComponent], [typeof i1.TdSearchInputComponent, typeof i2.TdSearchBoxComponent]>;
12
11
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentSearchModule>;
13
12
  }
@@ -79,7 +79,7 @@ export declare abstract class _CovalentSideSheetContainerBase extends BasePortal
79
79
  /** Returns whether focus is inside the side-sheet. */
80
80
  private _containsFocus;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<_CovalentSideSheetContainerBase, [null, null, null, { optional: true; }, null, null]>;
82
- static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetContainerBase, never, never, {}, {}, never, never, false, never>;
82
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetContainerBase, never, never, {}, {}, never, never, true, never>;
83
83
  }
84
84
  /**
85
85
  * Internal component that wraps the generated side-sheet content.
@@ -106,5 +106,5 @@ export declare class CovalentSideSheetContainerComponent extends _CovalentSideSh
106
106
  /** Starts the side-sheet exit animation. */
107
107
  _startExitAnimation(): void;
108
108
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetContainerComponent, never>;
109
- static ɵcmp: i0.ɵɵComponentDeclaration<CovalentSideSheetContainerComponent, "td-side-sheet-container", never, {}, {}, never, never, false, never>;
109
+ static ɵcmp: i0.ɵɵComponentDeclaration<CovalentSideSheetContainerComponent, "td-side-sheet-container", never, {}, {}, never, never, true, never>;
110
110
  }
@@ -22,7 +22,7 @@ export declare class CovalentSideSheetCloseDirective implements OnInit, OnChange
22
22
  ngOnChanges(changes: SimpleChanges): void;
23
23
  _onButtonClick(event: MouseEvent): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetCloseDirective, [{ optional: true; }, null, null]>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetCloseDirective, "[td-side-sheet-close], [CovalentSideSheetClose]", ["CovalentSideSheetClose"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogResult": { "alias": "td-side-sheet-close"; "required": false; }; "_CovalentSideSheetClose": { "alias": "CovalentSideSheetClose"; "required": false; }; }, {}, never, never, false, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetCloseDirective, "[td-side-sheet-close], [CovalentSideSheetClose]", ["CovalentSideSheetClose"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogResult": { "alias": "td-side-sheet-close"; "required": false; }; "_CovalentSideSheetClose": { "alias": "CovalentSideSheetClose"; "required": false; }; }, {}, never, never, true, never>;
26
26
  }
27
27
  /**
28
28
  * Title of a side sheet element. Stays fixed to the top of the side sheet when scrolling.
@@ -38,7 +38,7 @@ export declare class CovalentSideSheetTitleDirective implements OnInit {
38
38
  constructor(_dialogRef: CovalentSideSheetRef<any>, _elementRef: ElementRef<HTMLElement>, _dialog: CovalentSideSheet);
39
39
  ngOnInit(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetTitleDirective, [{ optional: true; }, null, null]>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetTitleDirective, "[td-side-sheet-title], [CovalentSideSheetTitle]", ["CovalentSideSheetTitle"], { "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetTitleDirective, "[td-side-sheet-title], [CovalentSideSheetTitle]", ["CovalentSideSheetTitle"], { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
42
42
  }
43
43
  /**
44
44
  * Scrollable content container of a dialog.
@@ -46,7 +46,7 @@ export declare class CovalentSideSheetTitleDirective implements OnInit {
46
46
  export declare class CovalentSideSheetContentDirective {
47
47
  tdSideSheetContent: boolean;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetContentDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetContentDirective, "[td-side-sheet-content], td-side-sheet-content, [CovalentSideSheetContent]", never, {}, {}, never, never, false, never>;
49
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetContentDirective, "[td-side-sheet-content], td-side-sheet-content, [CovalentSideSheetContent]", never, {}, {}, never, never, true, never>;
50
50
  }
51
51
  /**
52
52
  * Container for the bottom action buttons in a dialog.
@@ -55,7 +55,7 @@ export declare class CovalentSideSheetContentDirective {
55
55
  export declare class CovalentSideSheetActionsDirective {
56
56
  tdSideSheetActions: boolean;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetActionsDirective, never>;
58
- static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetActionsDirective, "[td-side-sheet-actions], td-side-sheet-actions, [CovalentSideSheetActions]", never, {}, {}, never, never, false, never>;
58
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetActionsDirective, "[td-side-sheet-actions], td-side-sheet-actions, [CovalentSideSheetActions]", never, {}, {}, never, never, true, never>;
59
59
  }
60
60
  /**
61
61
  * Container for the wrapper part of the dialog
@@ -63,5 +63,5 @@ export declare class CovalentSideSheetActionsDirective {
63
63
  export declare class CovalentSideSheetWrapperDirective {
64
64
  tdSideSheetWrapper: boolean;
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetWrapperDirective, never>;
66
- static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetWrapperDirective, "[td-side-sheet-wrapper], td-side-sheet-wrapper, [CovalentSideSheetWrapper]", never, {}, {}, never, never, false, never>;
66
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetWrapperDirective, "[td-side-sheet-wrapper], td-side-sheet-wrapper, [CovalentSideSheetWrapper]", never, {}, {}, never, never, true, never>;
67
67
  }