@covalent/core 5.1.0-beta.1 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) 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/material-icons.css +1 -0
  10. package/common/material-icons.css.map +1 -0
  11. package/common/platform.css +1 -0
  12. package/common/platform.css.map +1 -0
  13. package/common/styles/core/_button.scss +1 -1
  14. package/common/styles/core/_card.scss +8 -0
  15. package/common/styles/core/_icons.scss +5 -1
  16. package/common/styles/core/_list.scss +4 -4
  17. package/common/styles/font/_font.scss +1 -35
  18. package/dialogs/alert-dialog/alert-dialog.component.d.ts +1 -1
  19. package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  20. package/dialogs/dialog.component.d.ts +4 -4
  21. package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +1 -1
  22. package/dialogs/window-dialog/window-dialog.component.d.ts +1 -1
  23. package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +1 -1
  24. package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +1 -1
  25. package/dynamic-menu/dynamic-menu.component.d.ts +1 -1
  26. package/esm2020/breadcrumbs/breadcrumb/breadcrumb.component.mjs +15 -15
  27. package/esm2020/breadcrumbs/breadcrumbs.component.mjs +14 -14
  28. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +5 -5
  29. package/esm2020/common/common.module.mjs +5 -5
  30. package/esm2020/common/directives/fullscreen/fullscreen.directive.mjs +4 -4
  31. package/esm2020/common/forms/auto-trim/auto-trim.directive.mjs +4 -4
  32. package/esm2020/common/pipes/bytes/bytes.pipe.mjs +4 -4
  33. package/esm2020/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +4 -4
  34. package/esm2020/common/pipes/digits/digits.pipe.mjs +4 -4
  35. package/esm2020/common/pipes/time-ago/time-ago.pipe.mjs +4 -4
  36. package/esm2020/common/pipes/time-difference/time-difference.pipe.mjs +4 -4
  37. package/esm2020/common/pipes/time-until/time-until.pipe.mjs +4 -4
  38. package/esm2020/common/pipes/truncate/truncate.pipe.mjs +4 -4
  39. package/esm2020/common/services/icon.service.mjs +4 -4
  40. package/esm2020/common/services/router-path.service.mjs +4 -4
  41. package/esm2020/dialogs/alert-dialog/alert-dialog.component.mjs +5 -5
  42. package/esm2020/dialogs/confirm-dialog/confirm-dialog.component.mjs +5 -5
  43. package/esm2020/dialogs/dialog.component.mjs +14 -15
  44. package/esm2020/dialogs/dialogs.module.mjs +5 -5
  45. package/esm2020/dialogs/prompt-dialog/prompt-dialog.component.mjs +7 -7
  46. package/esm2020/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.mjs +2 -2
  47. package/esm2020/dialogs/services/dialog.service.mjs +4 -7
  48. package/esm2020/dialogs/window-dialog/window-dialog.component.mjs +4 -4
  49. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +4 -4
  50. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +4 -4
  51. package/esm2020/dynamic-menu/dynamic-menu.component.mjs +4 -4
  52. package/esm2020/dynamic-menu/dynamic-menu.module.mjs +5 -5
  53. package/esm2020/file/directives/file-drop.directive.mjs +17 -17
  54. package/esm2020/file/directives/file-select.directive.mjs +15 -15
  55. package/esm2020/file/file-input/file-input.component.mjs +21 -21
  56. package/esm2020/file/file-upload/file-upload.component.mjs +33 -33
  57. package/esm2020/file/file.module.mjs +5 -5
  58. package/esm2020/file/services/file.service.mjs +11 -11
  59. package/esm2020/json-formatter/json-formatter.component.mjs +10 -10
  60. package/esm2020/json-formatter/json-formatter.module.mjs +5 -5
  61. package/esm2020/layout/layout-card-over/layout-card-over.component.mjs +5 -5
  62. package/esm2020/layout/layout-footer/layout-footer.component.mjs +9 -9
  63. package/esm2020/layout/layout-manage-list/layout-manage-list.component.mjs +4 -4
  64. package/esm2020/layout/layout-manage-list/layout-manage-list.directives.mjs +19 -19
  65. package/esm2020/layout/layout-nav/layout-nav.component.mjs +10 -10
  66. package/esm2020/layout/layout-nav-list/layout-nav-list.component.mjs +17 -17
  67. package/esm2020/layout/layout-nav-list/layout-nav-list.directives.mjs +19 -19
  68. package/esm2020/layout/layout-toggle.class.mjs +15 -15
  69. package/esm2020/layout/layout.component.mjs +4 -4
  70. package/esm2020/layout/layout.directives.mjs +19 -19
  71. package/esm2020/layout/layout.module.mjs +5 -5
  72. package/esm2020/layout/navigation-drawer/navigation-drawer.component.mjs +17 -17
  73. package/esm2020/loading/directives/loading.directive.mjs +22 -22
  74. package/esm2020/loading/loading.component.mjs +24 -24
  75. package/esm2020/loading/loading.module.mjs +5 -5
  76. package/esm2020/loading/services/loading.factory.mjs +4 -4
  77. package/esm2020/loading/services/loading.service.mjs +4 -4
  78. package/esm2020/menu/menu.component.mjs +4 -4
  79. package/esm2020/menu/menu.module.mjs +5 -5
  80. package/esm2020/message/message.component.mjs +24 -24
  81. package/esm2020/message/message.module.mjs +5 -5
  82. package/esm2020/search/search-box/search-box.component.mjs +9 -9
  83. package/esm2020/search/search-input/search-input.component.mjs +15 -15
  84. package/esm2020/search/search.module.mjs +5 -5
  85. package/esm2020/side-sheet/side-sheet-container.mjs +8 -8
  86. package/esm2020/side-sheet/side-sheet.content-directives.mjs +19 -19
  87. package/esm2020/side-sheet/side-sheet.mjs +7 -7
  88. package/esm2020/side-sheet/side-sheet.module.mjs +5 -5
  89. package/esm2020/user-profile/user-profile-menu/user-profile-menu.component.mjs +7 -6
  90. package/esm2020/user-profile/user-profile.component.mjs +4 -4
  91. package/esm2020/user-profile/user-profile.module.mjs +5 -5
  92. package/fesm2015/covalent-core-breadcrumbs.mjs +31 -31
  93. package/fesm2015/covalent-core-breadcrumbs.mjs.map +1 -1
  94. package/fesm2015/covalent-core-common.mjs +37 -37
  95. package/fesm2015/covalent-core-common.mjs.map +1 -1
  96. package/fesm2015/covalent-core-dialogs.mjs +38 -41
  97. package/fesm2015/covalent-core-dialogs.mjs.map +1 -1
  98. package/fesm2015/covalent-core-dynamic-menu.mjs +13 -13
  99. package/fesm2015/covalent-core-dynamic-menu.mjs.map +1 -1
  100. package/fesm2015/covalent-core-file.mjs +99 -99
  101. package/fesm2015/covalent-core-file.mjs.map +1 -1
  102. package/fesm2015/covalent-core-json-formatter.mjs +13 -13
  103. package/fesm2015/covalent-core-json-formatter.mjs.map +1 -1
  104. package/fesm2015/covalent-core-layout.mjs +131 -131
  105. package/fesm2015/covalent-core-layout.mjs.map +1 -1
  106. package/fesm2015/covalent-core-loading.mjs +54 -54
  107. package/fesm2015/covalent-core-loading.mjs.map +1 -1
  108. package/fesm2015/covalent-core-menu.mjs +7 -7
  109. package/fesm2015/covalent-core-menu.mjs.map +1 -1
  110. package/fesm2015/covalent-core-message.mjs +27 -27
  111. package/fesm2015/covalent-core-message.mjs.map +1 -1
  112. package/fesm2015/covalent-core-search.mjs +26 -26
  113. package/fesm2015/covalent-core-search.mjs.map +1 -1
  114. package/fesm2015/covalent-core-side-sheet.mjs +35 -35
  115. package/fesm2015/covalent-core-side-sheet.mjs.map +1 -1
  116. package/fesm2015/covalent-core-user-profile.mjs +13 -12
  117. package/fesm2015/covalent-core-user-profile.mjs.map +1 -1
  118. package/fesm2020/covalent-core-breadcrumbs.mjs +31 -31
  119. package/fesm2020/covalent-core-breadcrumbs.mjs.map +1 -1
  120. package/fesm2020/covalent-core-common.mjs +37 -37
  121. package/fesm2020/covalent-core-common.mjs.map +1 -1
  122. package/fesm2020/covalent-core-dialogs.mjs +38 -41
  123. package/fesm2020/covalent-core-dialogs.mjs.map +1 -1
  124. package/fesm2020/covalent-core-dynamic-menu.mjs +13 -13
  125. package/fesm2020/covalent-core-dynamic-menu.mjs.map +1 -1
  126. package/fesm2020/covalent-core-file.mjs +99 -99
  127. package/fesm2020/covalent-core-file.mjs.map +1 -1
  128. package/fesm2020/covalent-core-json-formatter.mjs +13 -13
  129. package/fesm2020/covalent-core-json-formatter.mjs.map +1 -1
  130. package/fesm2020/covalent-core-layout.mjs +131 -131
  131. package/fesm2020/covalent-core-layout.mjs.map +1 -1
  132. package/fesm2020/covalent-core-loading.mjs +54 -54
  133. package/fesm2020/covalent-core-loading.mjs.map +1 -1
  134. package/fesm2020/covalent-core-menu.mjs +7 -7
  135. package/fesm2020/covalent-core-menu.mjs.map +1 -1
  136. package/fesm2020/covalent-core-message.mjs +27 -27
  137. package/fesm2020/covalent-core-message.mjs.map +1 -1
  138. package/fesm2020/covalent-core-search.mjs +26 -26
  139. package/fesm2020/covalent-core-search.mjs.map +1 -1
  140. package/fesm2020/covalent-core-side-sheet.mjs +35 -35
  141. package/fesm2020/covalent-core-side-sheet.mjs.map +1 -1
  142. package/fesm2020/covalent-core-user-profile.mjs +13 -12
  143. package/fesm2020/covalent-core-user-profile.mjs.map +1 -1
  144. package/file/directives/file-drop.directive.d.ts +1 -1
  145. package/file/directives/file-select.directive.d.ts +1 -1
  146. package/file/file-input/file-input.component.d.ts +2 -2
  147. package/file/file-upload/file-upload.component.d.ts +1 -1
  148. package/json-formatter/json-formatter.component.d.ts +1 -1
  149. package/layout/_layout-theme.scss +4 -4
  150. package/layout/layout-card-over/layout-card-over.component.d.ts +1 -1
  151. package/layout/layout-footer/layout-footer.component.d.ts +1 -1
  152. package/layout/layout-manage-list/layout-manage-list.component.d.ts +1 -1
  153. package/layout/layout-manage-list/layout-manage-list.directives.d.ts +3 -3
  154. package/layout/layout-nav/layout-nav.component.d.ts +1 -1
  155. package/layout/layout-nav-list/layout-nav-list.component.d.ts +1 -1
  156. package/layout/layout-nav-list/layout-nav-list.directives.d.ts +3 -3
  157. package/layout/layout-toggle.class.d.ts +1 -1
  158. package/layout/layout.component.d.ts +1 -1
  159. package/layout/layout.directives.d.ts +3 -3
  160. package/layout/navigation-drawer/navigation-drawer.component.d.ts +3 -3
  161. package/loading/directives/loading.directive.d.ts +1 -1
  162. package/loading/loading.component.d.ts +1 -1
  163. package/menu/menu.component.d.ts +1 -1
  164. package/message/message.component.d.ts +2 -2
  165. package/package.json +12 -12
  166. package/search/README.md +1 -1
  167. package/search/search-box/search-box.component.d.ts +1 -1
  168. package/search/search-input/search-input.component.d.ts +1 -1
  169. package/search/src/search-input/README.md +1 -1
  170. package/side-sheet/side-sheet-container.d.ts +2 -2
  171. package/side-sheet/side-sheet.content-directives.d.ts +5 -5
  172. package/side-sheet/side-sheet.d.ts +1 -1
  173. package/theming/prebuilt/blue-grey-deep-orange.css +1 -0
  174. package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -0
  175. package/theming/prebuilt/blue-orange.css +1 -0
  176. package/theming/prebuilt/blue-orange.css.map +1 -0
  177. package/theming/prebuilt/indigo-pink.css +1 -0
  178. package/theming/prebuilt/indigo-pink.css.map +1 -0
  179. package/theming/prebuilt/orange-light-blue.css +1 -0
  180. package/theming/prebuilt/orange-light-blue.css.map +1 -0
  181. package/theming/prebuilt/teal-orange.css +1 -0
  182. package/theming/prebuilt/teal-orange.css.map +1 -0
  183. package/user-profile/README.md +5 -5
  184. package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +1 -1
  185. package/user-profile/user-profile.component.d.ts +1 -1
  186. package/common/styles/font/MaterialIcons-Regular-v48.woff2 +0 -0
  187. package/common/styles/font/README.md +0 -11
@@ -33,5 +33,5 @@ export declare class TdBreadcrumbComponent implements AfterViewInit {
33
33
  */
34
34
  _handleIconClick(event: Event): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<TdBreadcrumbComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<TdBreadcrumbComponent, "td-breadcrumb, a[td-breadcrumb]", never, {}, {}, never, ["*"], false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdBreadcrumbComponent, "td-breadcrumb, a[td-breadcrumb]", never, {}, {}, never, ["*"], false>;
37
37
  }
@@ -30,5 +30,5 @@ export declare class TdBreadcrumbsComponent implements OnInit, AfterContentInit,
30
30
  private setCrumbIcons;
31
31
  private _calculateVisibility;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<TdBreadcrumbsComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<TdBreadcrumbsComponent, "td-breadcrumbs", never, { "separatorIcon": "separatorIcon"; }, {}, ["_breadcrumbs"], ["*"], false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdBreadcrumbsComponent, "td-breadcrumbs", never, { "separatorIcon": "separatorIcon"; }, {}, ["_breadcrumbs"], ["*"], false>;
34
34
  }
@@ -10,7 +10,7 @@
10
10
  mat-icon {
11
11
  color: mat-color($foreground, icon);
12
12
 
13
- &[matListItemAvatar] {
13
+ &[matListAvatar] {
14
14
  background-color: mat-color($background, hover);
15
15
  }
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { ChangeDetectorRef } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
- type Constructor<T> = new (...args: any[]) => T;
4
+ declare type Constructor<T> = new (...args: any[]) => T;
5
5
  export interface IControlValueAccessor extends ControlValueAccessor {
6
6
  value: any;
7
7
  valueChanges: Observable<any>;
@@ -1,4 +1,4 @@
1
- type Constructor<T> = new (...args: any[]) => T;
1
+ declare type Constructor<T> = new (...args: any[]) => T;
2
2
  /** Interface to implement when applying the disabled mixin */
3
3
  export interface ICanDisableRipple {
4
4
  disableRipple: boolean;
@@ -1,4 +1,4 @@
1
- type Constructor<T> = new (...args: any[]) => T;
1
+ declare type Constructor<T> = new (...args: any[]) => T;
2
2
  /** Interface to implement when applying the disabled mixin */
3
3
  export interface ICanDisable {
4
4
  disabled: boolean;
@@ -20,6 +20,6 @@ export declare class TdFullscreenDirective {
20
20
  exitFullScreen(): void;
21
21
  private _getFullScreenElement;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<TdFullscreenDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdFullscreenDirective, "[tdFullScreen]", ["tdFullScreen"], {}, {}, never, never, false, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdFullscreenDirective, "[tdFullScreen]", ["tdFullScreen"], {}, {}, never, never, false>;
24
24
  }
25
25
  export {};
@@ -8,5 +8,5 @@ export declare class TdAutoTrimDirective {
8
8
  */
9
9
  onBlur(event: Event): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TdAutoTrimDirective, [{ optional: true; host: true; }]>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdAutoTrimDirective, "[tdAutoTrim]", never, {}, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdAutoTrimDirective, "[tdAutoTrim]", never, {}, {}, never, never, false>;
12
12
  }
@@ -0,0 +1 @@
1
+ @import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block";@-moz-document url-prefix(){[layout-fill]{margin:0;width:100%;min-height:100%;height:100%}}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 */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../libs/angular/common/styles/font/_font.scss","../../../../libs/angular/common/styles/_layout.scss"],"names":[],"mappings":"AAGU,4ICuBV,4BACE,cACE,SACA,WACA,gBACA,aDxBA,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"}