@covalent/core 5.0.2 → 6.0.0-beta.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 (183) hide show
  1. package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +1 -1
  2. package/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  3. package/common/_common-theme.scss +1 -1
  4. package/common/behaviors/control-value-accesor.mixin.d.ts +1 -1
  5. package/common/behaviors/disable-ripple.mixin.d.ts +1 -1
  6. package/common/behaviors/disabled.mixin.d.ts +1 -1
  7. package/common/directives/fullscreen/fullscreen.directive.d.ts +1 -1
  8. package/common/forms/auto-trim/auto-trim.directive.d.ts +1 -1
  9. package/common/styles/core/_button.scss +1 -1
  10. package/common/styles/core/_card.scss +0 -8
  11. package/common/styles/core/_icons.scss +1 -5
  12. package/common/styles/core/_list.scss +4 -4
  13. package/dialogs/alert-dialog/alert-dialog.component.d.ts +1 -1
  14. package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  15. package/dialogs/dialog.component.d.ts +4 -4
  16. package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +1 -1
  17. package/dialogs/window-dialog/window-dialog.component.d.ts +1 -1
  18. package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +1 -1
  19. package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +1 -1
  20. package/dynamic-menu/dynamic-menu.component.d.ts +1 -1
  21. package/esm2020/breadcrumbs/breadcrumb/breadcrumb.component.mjs +15 -15
  22. package/esm2020/breadcrumbs/breadcrumbs.component.mjs +14 -14
  23. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +5 -5
  24. package/esm2020/common/common.module.mjs +5 -5
  25. package/esm2020/common/directives/fullscreen/fullscreen.directive.mjs +4 -4
  26. package/esm2020/common/forms/auto-trim/auto-trim.directive.mjs +4 -4
  27. package/esm2020/common/pipes/bytes/bytes.pipe.mjs +4 -4
  28. package/esm2020/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +4 -4
  29. package/esm2020/common/pipes/digits/digits.pipe.mjs +4 -4
  30. package/esm2020/common/pipes/time-ago/time-ago.pipe.mjs +4 -4
  31. package/esm2020/common/pipes/time-difference/time-difference.pipe.mjs +4 -4
  32. package/esm2020/common/pipes/time-until/time-until.pipe.mjs +4 -4
  33. package/esm2020/common/pipes/truncate/truncate.pipe.mjs +4 -4
  34. package/esm2020/common/services/icon.service.mjs +4 -4
  35. package/esm2020/common/services/router-path.service.mjs +4 -4
  36. package/esm2020/dialogs/alert-dialog/alert-dialog.component.mjs +5 -5
  37. package/esm2020/dialogs/confirm-dialog/confirm-dialog.component.mjs +5 -5
  38. package/esm2020/dialogs/dialog.component.mjs +15 -14
  39. package/esm2020/dialogs/dialogs.module.mjs +5 -5
  40. package/esm2020/dialogs/prompt-dialog/prompt-dialog.component.mjs +7 -7
  41. package/esm2020/dialogs/services/dialog.service.mjs +7 -4
  42. package/esm2020/dialogs/window-dialog/window-dialog.component.mjs +4 -4
  43. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +4 -4
  44. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +4 -4
  45. package/esm2020/dynamic-menu/dynamic-menu.component.mjs +4 -4
  46. package/esm2020/dynamic-menu/dynamic-menu.module.mjs +5 -5
  47. package/esm2020/file/directives/file-drop.directive.mjs +17 -17
  48. package/esm2020/file/directives/file-select.directive.mjs +15 -15
  49. package/esm2020/file/file-input/file-input.component.mjs +21 -21
  50. package/esm2020/file/file-upload/file-upload.component.mjs +33 -33
  51. package/esm2020/file/file.module.mjs +5 -5
  52. package/esm2020/file/services/file.service.mjs +11 -11
  53. package/esm2020/json-formatter/json-formatter.component.mjs +10 -10
  54. package/esm2020/json-formatter/json-formatter.module.mjs +5 -5
  55. package/esm2020/layout/layout-card-over/layout-card-over.component.mjs +5 -5
  56. package/esm2020/layout/layout-footer/layout-footer.component.mjs +9 -9
  57. package/esm2020/layout/layout-manage-list/layout-manage-list.component.mjs +4 -4
  58. package/esm2020/layout/layout-manage-list/layout-manage-list.directives.mjs +19 -19
  59. package/esm2020/layout/layout-nav/layout-nav.component.mjs +10 -10
  60. package/esm2020/layout/layout-nav-list/layout-nav-list.component.mjs +17 -17
  61. package/esm2020/layout/layout-nav-list/layout-nav-list.directives.mjs +19 -19
  62. package/esm2020/layout/layout-toggle.class.mjs +15 -15
  63. package/esm2020/layout/layout.component.mjs +4 -4
  64. package/esm2020/layout/layout.directives.mjs +19 -19
  65. package/esm2020/layout/layout.module.mjs +5 -5
  66. package/esm2020/layout/navigation-drawer/navigation-drawer.component.mjs +17 -17
  67. package/esm2020/loading/directives/loading.directive.mjs +22 -22
  68. package/esm2020/loading/loading.component.mjs +24 -24
  69. package/esm2020/loading/loading.module.mjs +5 -5
  70. package/esm2020/loading/services/loading.factory.mjs +4 -4
  71. package/esm2020/loading/services/loading.service.mjs +4 -4
  72. package/esm2020/menu/menu.component.mjs +4 -4
  73. package/esm2020/menu/menu.module.mjs +5 -5
  74. package/esm2020/message/message.component.mjs +24 -24
  75. package/esm2020/message/message.module.mjs +5 -5
  76. package/esm2020/search/search-box/search-box.component.mjs +9 -9
  77. package/esm2020/search/search-input/search-input.component.mjs +15 -15
  78. package/esm2020/search/search.module.mjs +5 -5
  79. package/esm2020/side-sheet/side-sheet-container.mjs +8 -8
  80. package/esm2020/side-sheet/side-sheet.content-directives.mjs +19 -19
  81. package/esm2020/side-sheet/side-sheet.mjs +7 -7
  82. package/esm2020/side-sheet/side-sheet.module.mjs +5 -5
  83. package/esm2020/user-profile/user-profile-menu/user-profile-menu.component.mjs +6 -7
  84. package/esm2020/user-profile/user-profile.component.mjs +4 -4
  85. package/esm2020/user-profile/user-profile.module.mjs +5 -5
  86. package/fesm2015/covalent-core-breadcrumbs.mjs +31 -31
  87. package/fesm2015/covalent-core-breadcrumbs.mjs.map +1 -1
  88. package/fesm2015/covalent-core-common.mjs +37 -37
  89. package/fesm2015/covalent-core-common.mjs.map +1 -1
  90. package/fesm2015/covalent-core-dialogs.mjs +40 -37
  91. package/fesm2015/covalent-core-dialogs.mjs.map +1 -1
  92. package/fesm2015/covalent-core-dynamic-menu.mjs +13 -13
  93. package/fesm2015/covalent-core-dynamic-menu.mjs.map +1 -1
  94. package/fesm2015/covalent-core-file.mjs +99 -99
  95. package/fesm2015/covalent-core-file.mjs.map +1 -1
  96. package/fesm2015/covalent-core-json-formatter.mjs +13 -13
  97. package/fesm2015/covalent-core-json-formatter.mjs.map +1 -1
  98. package/fesm2015/covalent-core-layout.mjs +131 -131
  99. package/fesm2015/covalent-core-layout.mjs.map +1 -1
  100. package/fesm2015/covalent-core-loading.mjs +54 -54
  101. package/fesm2015/covalent-core-loading.mjs.map +1 -1
  102. package/fesm2015/covalent-core-menu.mjs +7 -7
  103. package/fesm2015/covalent-core-menu.mjs.map +1 -1
  104. package/fesm2015/covalent-core-message.mjs +27 -27
  105. package/fesm2015/covalent-core-message.mjs.map +1 -1
  106. package/fesm2015/covalent-core-search.mjs +26 -26
  107. package/fesm2015/covalent-core-search.mjs.map +1 -1
  108. package/fesm2015/covalent-core-side-sheet.mjs +35 -35
  109. package/fesm2015/covalent-core-side-sheet.mjs.map +1 -1
  110. package/fesm2015/covalent-core-user-profile.mjs +12 -13
  111. package/fesm2015/covalent-core-user-profile.mjs.map +1 -1
  112. package/fesm2020/covalent-core-breadcrumbs.mjs +31 -31
  113. package/fesm2020/covalent-core-breadcrumbs.mjs.map +1 -1
  114. package/fesm2020/covalent-core-common.mjs +37 -37
  115. package/fesm2020/covalent-core-common.mjs.map +1 -1
  116. package/fesm2020/covalent-core-dialogs.mjs +40 -37
  117. package/fesm2020/covalent-core-dialogs.mjs.map +1 -1
  118. package/fesm2020/covalent-core-dynamic-menu.mjs +13 -13
  119. package/fesm2020/covalent-core-dynamic-menu.mjs.map +1 -1
  120. package/fesm2020/covalent-core-file.mjs +99 -99
  121. package/fesm2020/covalent-core-file.mjs.map +1 -1
  122. package/fesm2020/covalent-core-json-formatter.mjs +13 -13
  123. package/fesm2020/covalent-core-json-formatter.mjs.map +1 -1
  124. package/fesm2020/covalent-core-layout.mjs +131 -131
  125. package/fesm2020/covalent-core-layout.mjs.map +1 -1
  126. package/fesm2020/covalent-core-loading.mjs +54 -54
  127. package/fesm2020/covalent-core-loading.mjs.map +1 -1
  128. package/fesm2020/covalent-core-menu.mjs +7 -7
  129. package/fesm2020/covalent-core-menu.mjs.map +1 -1
  130. package/fesm2020/covalent-core-message.mjs +27 -27
  131. package/fesm2020/covalent-core-message.mjs.map +1 -1
  132. package/fesm2020/covalent-core-search.mjs +26 -26
  133. package/fesm2020/covalent-core-search.mjs.map +1 -1
  134. package/fesm2020/covalent-core-side-sheet.mjs +35 -35
  135. package/fesm2020/covalent-core-side-sheet.mjs.map +1 -1
  136. package/fesm2020/covalent-core-user-profile.mjs +12 -13
  137. package/fesm2020/covalent-core-user-profile.mjs.map +1 -1
  138. package/file/directives/file-drop.directive.d.ts +1 -1
  139. package/file/directives/file-select.directive.d.ts +1 -1
  140. package/file/file-input/file-input.component.d.ts +2 -2
  141. package/file/file-upload/file-upload.component.d.ts +1 -1
  142. package/json-formatter/json-formatter.component.d.ts +1 -1
  143. package/layout/_layout-theme.scss +4 -4
  144. package/layout/layout-card-over/layout-card-over.component.d.ts +1 -1
  145. package/layout/layout-footer/layout-footer.component.d.ts +1 -1
  146. package/layout/layout-manage-list/layout-manage-list.component.d.ts +1 -1
  147. package/layout/layout-manage-list/layout-manage-list.directives.d.ts +3 -3
  148. package/layout/layout-nav/layout-nav.component.d.ts +1 -1
  149. package/layout/layout-nav-list/layout-nav-list.component.d.ts +1 -1
  150. package/layout/layout-nav-list/layout-nav-list.directives.d.ts +3 -3
  151. package/layout/layout-toggle.class.d.ts +1 -1
  152. package/layout/layout.component.d.ts +1 -1
  153. package/layout/layout.directives.d.ts +3 -3
  154. package/layout/navigation-drawer/navigation-drawer.component.d.ts +3 -3
  155. package/loading/directives/loading.directive.d.ts +1 -1
  156. package/loading/loading.component.d.ts +1 -1
  157. package/menu/menu.component.d.ts +1 -1
  158. package/message/message.component.d.ts +2 -2
  159. package/package.json +12 -12
  160. package/search/README.md +1 -1
  161. package/search/search-box/search-box.component.d.ts +1 -1
  162. package/search/search-input/search-input.component.d.ts +1 -1
  163. package/search/src/search-input/README.md +1 -1
  164. package/side-sheet/side-sheet-container.d.ts +2 -2
  165. package/side-sheet/side-sheet.content-directives.d.ts +5 -5
  166. package/side-sheet/side-sheet.d.ts +1 -1
  167. package/user-profile/README.md +5 -5
  168. package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +1 -1
  169. package/user-profile/user-profile.component.d.ts +1 -1
  170. package/common/material-icons.css +0 -1
  171. package/common/material-icons.css.map +0 -1
  172. package/common/platform.css +0 -1
  173. package/common/platform.css.map +0 -1
  174. package/theming/prebuilt/blue-grey-deep-orange.css +0 -1
  175. package/theming/prebuilt/blue-grey-deep-orange.css.map +0 -1
  176. package/theming/prebuilt/blue-orange.css +0 -1
  177. package/theming/prebuilt/blue-orange.css.map +0 -1
  178. package/theming/prebuilt/indigo-pink.css +0 -1
  179. package/theming/prebuilt/indigo-pink.css.map +0 -1
  180. package/theming/prebuilt/orange-light-blue.css +0 -1
  181. package/theming/prebuilt/orange-light-blue.css.map +0 -1
  182. package/theming/prebuilt/teal-orange.css +0 -1
  183. package/theming/prebuilt/teal-orange.css.map +0 -1
@@ -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": "mode"; "opened": "opened"; "sidenavWidth": "sidenavWidth"; "containerAutosize": "containerAutosize"; }, {}, never, ["td-navigation-drawer", "[td-sidenav-content]", "*"], false>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutComponent, "td-layout", never, { "mode": "mode"; "opened": "opened"; "sidenavWidth": "sidenavWidth"; "containerAutosize": "containerAutosize"; }, {}, never, ["td-navigation-drawer", "[td-sidenav-content]", "*"], false, 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": "tdLayoutToggle"; }, {}, never, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutToggleDirective, "[tdLayoutToggle]", never, { "tdLayoutToggle": "tdLayoutToggle"; }, {}, never, never, false, 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": "tdLayoutClose"; }, {}, never, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutCloseDirective, "[tdLayoutClose]", never, { "tdLayoutClose": "tdLayoutClose"; }, {}, never, never, false, 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": "tdLayoutOpen"; }, {}, never, never, false>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutOpenDirective, "[tdLayoutOpen]", never, { "tdLayoutClose": "tdLayoutOpen"; }, {}, never, never, false, never>;
25
25
  }
@@ -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>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerMenuDirective, "[tdNavigationDrawerMenu]", never, {}, {}, never, never, false, 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>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerToolbarDirective, "[tdNavigationDrawerToolbar]", never, {}, {}, never, never, false, 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": "sidenavTitle"; "icon": "icon"; "logo": "logo"; "avatar": "avatar"; "color": "color"; "navigationRoute": "navigationRoute"; "backgroundUrl": "backgroundUrl"; "name": "name"; "email": "email"; }, {}, ["_drawerMenu", "_toolbar"], ["[td-navigation-drawer-toolbar]", "*", "[td-navigation-drawer-menu]"], false>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdNavigationDrawerComponent, "td-navigation-drawer", never, { "sidenavTitle": "sidenavTitle"; "icon": "icon"; "logo": "logo"; "avatar": "avatar"; "color": "color"; "navigationRoute": "navigationRoute"; "backgroundUrl": "backgroundUrl"; "name": "name"; "email": "email"; }, {}, ["_drawerMenu", "_toolbar"], ["[td-navigation-drawer-toolbar]", "*", "[td-navigation-drawer-menu]"], false, 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": "tdLoading"; "until": "tdLoadingUntil"; "type": "tdLoadingType"; "mode": "tdLoadingMode"; "strategy": "tdLoadingStrategy"; "color": "tdLoadingColor"; }, {}, never, never, false>;
69
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdLoadingDirective, "[tdLoading]", never, { "name": "tdLoading"; "until": "tdLoadingUntil"; "type": "tdLoadingType"; "mode": "tdLoadingMode"; "strategy": "tdLoadingStrategy"; "color": "tdLoadingColor"; }, {}, never, never, false, 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>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdLoadingComponent, "td-loading", never, {}, {}, never, never, false, never>;
90
90
  }
@@ -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>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdMenuComponent, "td-menu", never, {}, {}, never, ["[td-menu-header]", "*", "[td-menu-footer]"], false, never>;
5
5
  }
@@ -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>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdMessageContainerDirective, "[tdMessageContainer]", never, {}, {}, never, never, false, 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": "label"; "sublabel": "sublabel"; "icon": "icon"; "color": "color"; "opened": "opened"; }, {}, never, ["[td-message-actions]"], false>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdMessageComponent, "td-message", never, { "label": "label"; "sublabel": "sublabel"; "icon": "icon"; "color": "color"; "opened": "opened"; }, {}, never, ["[td-message-actions]"], false, never>;
101
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalent/core",
3
- "version": "5.0.2",
3
+ "version": "6.0.0-beta.1",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./theming/_all-theme.scss",
@@ -129,17 +129,17 @@
129
129
  "license": "MIT",
130
130
  "author": "Teradata UX",
131
131
  "peerDependencies": {
132
- "@angular/common": "^14.2.12",
133
- "@angular/core": "^14.2.12",
134
- "@angular/forms": "^14.2.12",
135
- "@angular/router": "^14.2.12",
136
- "@angular/cdk": "^14.2.7",
137
- "@angular/material": "^14.2.7",
138
- "@covalent/core": "5.0.2",
139
- "@angular/platform-browser": "^14.2.12",
140
- "rxjs": "^7.4.0",
141
- "@angular/animations": "^14.2.7",
142
- "@angular/platform-browser-dynamic": "^14.2.12"
132
+ "@angular/common": "^15.2.5",
133
+ "@angular/core": "^15.2.5",
134
+ "@angular/forms": "^15.2.5",
135
+ "@angular/router": "^15.2.5",
136
+ "@angular/cdk": "^15.2.5",
137
+ "@angular/material": "^15.2.5",
138
+ "@covalent/core": "6.0.0-beta.1",
139
+ "@angular/platform-browser": "15.2.5",
140
+ "rxjs": "7.8.0",
141
+ "@angular/animations": "15.2.5",
142
+ "@angular/platform-browser-dynamic": "15.2.5"
143
143
  },
144
144
  "dependencies": {
145
145
  "tslib": "^2.0.0"
package/search/README.md CHANGED
@@ -103,7 +103,7 @@ Example for HTML usage:
103
103
 
104
104
  ```html
105
105
  <td-search-input
106
- appearance="legacy|standard|fill|outline"
106
+ appearance="fill|outline"
107
107
  placeholder="Search here"
108
108
  [(ngModel)]="searchInputTerm"
109
109
  [showUnderline]="false|true"
@@ -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": "backIcon"; "searchIcon": "searchIcon"; "clearIcon": "clearIcon"; "showUnderline": "showUnderline"; "debounce": "debounce"; "alwaysVisible": "alwaysVisible"; "placeholder": "placeholder"; "value": "value"; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, false>;
87
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchBoxComponent, "td-search-box", never, { "backIcon": "backIcon"; "searchIcon": "searchIcon"; "clearIcon": "clearIcon"; "showUnderline": "showUnderline"; "debounce": "debounce"; "alwaysVisible": "alwaysVisible"; "placeholder": "placeholder"; "value": "value"; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, false, 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": "appearance"; "showUnderline": "showUnderline"; "debounce": "debounce"; "placeholder": "placeholder"; "clearIcon": "clearIcon"; "value": "value"; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, false>;
83
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchInputComponent, "td-search-input", never, { "appearance": "appearance"; "showUnderline": "showUnderline"; "debounce": "debounce"; "placeholder": "placeholder"; "clearIcon": "clearIcon"; "value": "value"; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, false, never>;
84
84
  }
@@ -61,7 +61,7 @@ Example for HTML usage:
61
61
 
62
62
  ```html
63
63
  <td-search-input
64
- appearance="legacy|standard|fill|outline"
64
+ appearance="fill|outline"
65
65
  placeholder="Search here"
66
66
  [(ngModel)]="searchInputTerm"
67
67
  [showUnderline]="false|true"
@@ -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>;
82
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetContainerBase, never, never, {}, {}, never, never, false, 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>;
109
+ static ɵcmp: i0.ɵɵComponentDeclaration<CovalentSideSheetContainerComponent, "td-side-sheet-container", never, {}, {}, never, never, false, 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": "aria-label"; "type": "type"; "dialogResult": "td-side-sheet-close"; "_CovalentSideSheetClose": "CovalentSideSheetClose"; }, {}, never, never, false>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetCloseDirective, "[td-side-sheet-close], [CovalentSideSheetClose]", ["CovalentSideSheetClose"], { "ariaLabel": "aria-label"; "type": "type"; "dialogResult": "td-side-sheet-close"; "_CovalentSideSheetClose": "CovalentSideSheetClose"; }, {}, never, never, false, 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": "id"; }, {}, never, never, false>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetTitleDirective, "[td-side-sheet-title], [CovalentSideSheetTitle]", ["CovalentSideSheetTitle"], { "id": "id"; }, {}, never, never, false, 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>;
49
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetContentDirective, "[td-side-sheet-content], td-side-sheet-content, [CovalentSideSheetContent]", never, {}, {}, never, never, false, 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>;
58
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetActionsDirective, "[td-side-sheet-actions], td-side-sheet-actions, [CovalentSideSheetActions]", never, {}, {}, never, never, false, 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>;
66
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetWrapperDirective, "[td-side-sheet-wrapper], td-side-sheet-wrapper, [CovalentSideSheetWrapper]", never, {}, {}, never, never, false, never>;
67
67
  }
@@ -54,7 +54,7 @@ export declare class _CovalentSideSheetBase<C extends _CovalentSideSheetContaine
54
54
  /** Closes all of the side-sheet in an array. */
55
55
  private _closeSideSheets;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<_CovalentSideSheetBase<any>, never>;
57
- static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetBase<any>, never, never, {}, {}, never, never, false>;
57
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetBase<any>, never, never, {}, {}, never, never, false, never>;
58
58
  }
59
59
  /**
60
60
  * Service to open Covalent Design side-sheet.
@@ -45,15 +45,15 @@ Example with all inputs and projected content:
45
45
  <td-user-profile name="daffy duck" email="daffy.duck@teradata.com">
46
46
  <ng-container td-user-info-list>
47
47
  <mat-list-item>
48
- <mat-icon matListAvatar>account_balance</mat-icon>
49
- <span matLine>default</span>
50
- <span matLine>organization</span>
48
+ <mat-icon matListItemAvatar>account_balance</mat-icon>
49
+ <span matListItemLine>default</span>
50
+ <span matListItemLine>organization</span>
51
51
  </mat-list-item>
52
52
  </ng-container>
53
53
  <ng-container td-user-action-list>
54
54
  <button mat-list-item>
55
- <span matListAvatar></span>
56
- <span matLine>Sign out</span>
55
+ <span matListItemAvatar></span>
56
+ <span matListItemLine>Sign out</span>
57
57
  </button>
58
58
  </ng-container>
59
59
  </td-user-profile>
@@ -4,5 +4,5 @@ export declare class TdUserProfileMenuComponent {
4
4
  name?: string;
5
5
  _blockEvent(event: Event): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TdUserProfileMenuComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileMenuComponent, "td-user-profile-menu", never, { "email": "email"; "name": "name"; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileMenuComponent, "td-user-profile-menu", never, { "email": "email"; "name": "name"; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false, never>;
8
8
  }
@@ -3,5 +3,5 @@ export declare class TdUserProfileComponent {
3
3
  name?: string;
4
4
  email?: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TdUserProfileComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileComponent, "td-user-profile", never, { "name": "name"; "email": "email"; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileComponent, "td-user-profile", never, { "name": "name"; "email": "email"; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false, never>;
7
7
  }
@@ -1 +0,0 @@
1
- @-moz-document url-prefix(){[layout-fill]{margin:0;width:100%;min-height:100%;height:100%}}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url("styles/font/MaterialIcons-Regular-v48.woff2") format("woff2")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;display:inline-block;width:1em;height:1em;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}mat-icon.material-icons,mat-icon.material-icons.mat-icon{width:1em;height:1em}.material-icons.md-18,.material-icons.mat-18{font-size:18px;height:18px;width:18px}.material-icons.md-24,.material-icons.mat-24{font-size:24px;height:24px;width:24px}.material-icons.md-36,.material-icons.mat-36{font-size:36px;height:36px;width:36px}.material-icons.md-48,.material-icons.mat-48{font-size:48px;height:48px;width:48px}.material-icons.md-dark,.material-icons.mat-dark{color:rgba(0,0,0,.54)}.material-icons.md-dark.md-inactive,.material-icons.mat-dark.mat-inactive{color:rgba(0,0,0,.26)}.material-icons.md-light,.material-icons.mat-light{color:#fff}.material-icons.md-light.md-inactive,.material-icons.mat-light.mat-inactive{color:rgba(255,255,255,.3)}/*# sourceMappingURL=material-icons.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../../../libs/angular/common/styles/_layout.scss","../../../../libs/angular/common/styles/font/_font.scss"],"names":[],"mappings":"AA0BA,4BACE,cACE,SACA,WACA,gBACA,aC5BF,WACE,6BACA,kBACA,gBACA,uEAGF,gBAEE,6BACA,mBACA,kBACA,eACA,qBACA,UACA,WACA,cACA,oBACA,sBACA,iBACA,mBACA,cAGA,mCAGA,kCAGA,kCAGA,6BAKA,yDAEE,UACA,WAKJ,6CAEE,eACA,YACA,WAGF,6CAEE,eACA,YACA,WAGF,6CAEE,eACA,YACA,WAGF,6CAEE,eACA,YACA,WAIF,iDAEE,sBAGF,0EAEE,sBAIF,mDAEE,WAGF,4EAEE","file":"material-icons.css"}