@covalent/core 4.14.0 → 4.16.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 (204) hide show
  1. package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +1 -1
  2. package/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  3. package/breadcrumbs/{covalent-core-breadcrumbs.d.ts → index.d.ts} +0 -0
  4. package/common/directives/fullscreen/fullscreen.directive.d.ts +1 -1
  5. package/common/forms/auto-trim/auto-trim.directive.d.ts +1 -1
  6. package/common/{covalent-core-common.d.ts → index.d.ts} +0 -0
  7. package/common/pipes/bytes/bytes.pipe.d.ts +1 -1
  8. package/common/pipes/decimal-bytes/decimal-bytes.pipe.d.ts +1 -1
  9. package/common/pipes/digits/digits.pipe.d.ts +1 -1
  10. package/common/pipes/time-ago/time-ago.pipe.d.ts +1 -1
  11. package/common/pipes/time-difference/time-difference.pipe.d.ts +1 -1
  12. package/common/pipes/time-until/time-until.pipe.d.ts +1 -1
  13. package/common/pipes/truncate/truncate.pipe.d.ts +1 -1
  14. package/dialogs/alert-dialog/alert-dialog.component.d.ts +1 -1
  15. package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  16. package/dialogs/dialog.component.d.ts +4 -4
  17. package/dialogs/{covalent-core-dialogs.d.ts → index.d.ts} +0 -0
  18. package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +1 -1
  19. package/dialogs/window-dialog/window-dialog.component.d.ts +1 -1
  20. package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +1 -1
  21. package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +1 -1
  22. package/dynamic-menu/dynamic-menu.component.d.ts +1 -1
  23. package/dynamic-menu/{covalent-core-dynamic-menu.d.ts → index.d.ts} +0 -0
  24. package/esm2020/breadcrumbs/breadcrumb/breadcrumb.component.mjs +6 -6
  25. package/esm2020/breadcrumbs/breadcrumbs.component.mjs +4 -4
  26. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +5 -5
  27. package/esm2020/common/common.module.mjs +5 -5
  28. package/esm2020/common/directives/fullscreen/fullscreen.directive.mjs +4 -4
  29. package/esm2020/common/forms/auto-trim/auto-trim.directive.mjs +4 -4
  30. package/esm2020/common/pipes/bytes/bytes.pipe.mjs +4 -4
  31. package/esm2020/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +4 -4
  32. package/esm2020/common/pipes/digits/digits.pipe.mjs +4 -4
  33. package/esm2020/common/pipes/time-ago/time-ago.pipe.mjs +4 -4
  34. package/esm2020/common/pipes/time-difference/time-difference.pipe.mjs +4 -4
  35. package/esm2020/common/pipes/time-until/time-until.pipe.mjs +4 -4
  36. package/esm2020/common/pipes/truncate/truncate.pipe.mjs +4 -4
  37. package/esm2020/common/services/icon.service.mjs +4 -4
  38. package/esm2020/common/services/router-path.service.mjs +4 -4
  39. package/esm2020/dialogs/alert-dialog/alert-dialog.component.mjs +6 -6
  40. package/esm2020/dialogs/confirm-dialog/confirm-dialog.component.mjs +6 -6
  41. package/esm2020/dialogs/dialog.component.mjs +13 -13
  42. package/esm2020/dialogs/dialogs.module.mjs +12 -14
  43. package/esm2020/dialogs/prompt-dialog/prompt-dialog.component.mjs +10 -10
  44. package/esm2020/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.mjs +1 -1
  45. package/esm2020/dialogs/services/dialog.service.mjs +4 -4
  46. package/esm2020/dialogs/window-dialog/window-dialog.component.mjs +8 -8
  47. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +7 -7
  48. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +6 -6
  49. package/esm2020/dynamic-menu/dynamic-menu.component.mjs +10 -10
  50. package/esm2020/dynamic-menu/dynamic-menu.module.mjs +10 -12
  51. package/esm2020/file/directives/file-drop.directive.mjs +4 -4
  52. package/esm2020/file/directives/file-select.directive.mjs +4 -4
  53. package/esm2020/file/file-input/file-input.component.mjs +10 -10
  54. package/esm2020/file/file-upload/file-upload.component.mjs +10 -10
  55. package/esm2020/file/file.module.mjs +9 -11
  56. package/esm2020/file/services/file.service.mjs +4 -4
  57. package/esm2020/json-formatter/json-formatter.component.mjs +7 -7
  58. package/esm2020/json-formatter/json-formatter.module.mjs +5 -5
  59. package/esm2020/layout/layout-card-over/layout-card-over.component.mjs +8 -8
  60. package/esm2020/layout/layout-footer/layout-footer.component.mjs +4 -4
  61. package/esm2020/layout/layout-manage-list/layout-manage-list.component.mjs +6 -6
  62. package/esm2020/layout/layout-manage-list/layout-manage-list.directives.mjs +10 -10
  63. package/esm2020/layout/layout-nav/layout-nav.component.mjs +8 -8
  64. package/esm2020/layout/layout-nav-list/layout-nav-list.component.mjs +9 -9
  65. package/esm2020/layout/layout-nav-list/layout-nav-list.directives.mjs +10 -10
  66. package/esm2020/layout/layout-toggle.class.mjs +4 -4
  67. package/esm2020/layout/layout.component.mjs +4 -4
  68. package/esm2020/layout/layout.directives.mjs +10 -10
  69. package/esm2020/layout/layout.module.mjs +13 -15
  70. package/esm2020/layout/navigation-drawer/navigation-drawer.component.mjs +13 -13
  71. package/esm2020/loading/directives/loading.directive.mjs +4 -4
  72. package/esm2020/loading/loading.component.mjs +6 -6
  73. package/esm2020/loading/loading.module.mjs +9 -11
  74. package/esm2020/loading/services/loading.factory.mjs +4 -4
  75. package/esm2020/loading/services/loading.service.mjs +4 -4
  76. package/esm2020/menu/menu.component.mjs +4 -4
  77. package/esm2020/menu/menu.module.mjs +5 -5
  78. package/esm2020/message/message.component.mjs +9 -9
  79. package/esm2020/message/message.module.mjs +5 -5
  80. package/esm2020/search/search-box/search-box.component.mjs +10 -10
  81. package/esm2020/search/search-input/search-input.component.mjs +10 -10
  82. package/esm2020/search/search.module.mjs +9 -11
  83. package/esm2020/side-sheet/side-sheet-container.mjs +7 -7
  84. package/esm2020/side-sheet/side-sheet-ref.mjs +8 -3
  85. package/esm2020/side-sheet/side-sheet.content-directives.mjs +16 -16
  86. package/esm2020/side-sheet/side-sheet.mjs +8 -8
  87. package/esm2020/side-sheet/side-sheet.module.mjs +5 -5
  88. package/esm2020/user-profile/user-profile-menu/user-profile-menu.component.mjs +9 -9
  89. package/esm2020/user-profile/user-profile.component.mjs +6 -6
  90. package/esm2020/user-profile/user-profile.module.mjs +10 -12
  91. package/fesm2015/covalent-core-breadcrumbs.mjs +12 -12
  92. package/fesm2015/covalent-core-breadcrumbs.mjs.map +1 -1
  93. package/fesm2015/covalent-core-common.mjs +37 -37
  94. package/fesm2015/covalent-core-common.mjs.map +1 -1
  95. package/fesm2015/covalent-core-dialogs.mjs +48 -50
  96. package/fesm2015/covalent-core-dialogs.mjs.map +1 -1
  97. package/fesm2015/covalent-core-dynamic-menu.mjs +22 -24
  98. package/fesm2015/covalent-core-dynamic-menu.mjs.map +1 -1
  99. package/fesm2015/covalent-core-file.mjs +30 -32
  100. package/fesm2015/covalent-core-file.mjs.map +1 -1
  101. package/fesm2015/covalent-core-json-formatter.mjs +10 -10
  102. package/fesm2015/covalent-core-json-formatter.mjs.map +1 -1
  103. package/fesm2015/covalent-core-layout.mjs +76 -78
  104. package/fesm2015/covalent-core-layout.mjs.map +1 -1
  105. package/fesm2015/covalent-core-loading.mjs +22 -24
  106. package/fesm2015/covalent-core-loading.mjs.map +1 -1
  107. package/fesm2015/covalent-core-menu.mjs +7 -7
  108. package/fesm2015/covalent-core-menu.mjs.map +1 -1
  109. package/fesm2015/covalent-core-message.mjs +12 -12
  110. package/fesm2015/covalent-core-message.mjs.map +1 -1
  111. package/fesm2015/covalent-core-search.mjs +21 -23
  112. package/fesm2015/covalent-core-search.mjs.map +1 -1
  113. package/fesm2015/covalent-core-side-sheet.mjs +39 -34
  114. package/fesm2015/covalent-core-side-sheet.mjs.map +1 -1
  115. package/fesm2015/covalent-core-user-profile.mjs +22 -24
  116. package/fesm2015/covalent-core-user-profile.mjs.map +1 -1
  117. package/fesm2020/covalent-core-breadcrumbs.mjs +12 -12
  118. package/fesm2020/covalent-core-breadcrumbs.mjs.map +1 -1
  119. package/fesm2020/covalent-core-common.mjs +37 -37
  120. package/fesm2020/covalent-core-common.mjs.map +1 -1
  121. package/fesm2020/covalent-core-dialogs.mjs +48 -50
  122. package/fesm2020/covalent-core-dialogs.mjs.map +1 -1
  123. package/fesm2020/covalent-core-dynamic-menu.mjs +22 -24
  124. package/fesm2020/covalent-core-dynamic-menu.mjs.map +1 -1
  125. package/fesm2020/covalent-core-file.mjs +30 -32
  126. package/fesm2020/covalent-core-file.mjs.map +1 -1
  127. package/fesm2020/covalent-core-json-formatter.mjs +10 -10
  128. package/fesm2020/covalent-core-json-formatter.mjs.map +1 -1
  129. package/fesm2020/covalent-core-layout.mjs +76 -78
  130. package/fesm2020/covalent-core-layout.mjs.map +1 -1
  131. package/fesm2020/covalent-core-loading.mjs +22 -24
  132. package/fesm2020/covalent-core-loading.mjs.map +1 -1
  133. package/fesm2020/covalent-core-menu.mjs +7 -7
  134. package/fesm2020/covalent-core-menu.mjs.map +1 -1
  135. package/fesm2020/covalent-core-message.mjs +12 -12
  136. package/fesm2020/covalent-core-message.mjs.map +1 -1
  137. package/fesm2020/covalent-core-search.mjs +21 -23
  138. package/fesm2020/covalent-core-search.mjs.map +1 -1
  139. package/fesm2020/covalent-core-side-sheet.mjs +39 -34
  140. package/fesm2020/covalent-core-side-sheet.mjs.map +1 -1
  141. package/fesm2020/covalent-core-user-profile.mjs +22 -24
  142. package/fesm2020/covalent-core-user-profile.mjs.map +1 -1
  143. package/file/directives/file-drop.directive.d.ts +1 -1
  144. package/file/directives/file-select.directive.d.ts +1 -1
  145. package/file/file-input/file-input.component.d.ts +2 -2
  146. package/file/file-upload/file-upload.component.d.ts +1 -1
  147. package/file/{covalent-core-file.d.ts → index.d.ts} +0 -0
  148. package/{covalent-core.d.ts → index.d.ts} +0 -0
  149. package/json-formatter/{covalent-core-json-formatter.d.ts → index.d.ts} +0 -0
  150. package/json-formatter/json-formatter.component.d.ts +1 -1
  151. package/layout/{covalent-core-layout.d.ts → index.d.ts} +0 -0
  152. package/layout/layout-card-over/layout-card-over.component.d.ts +1 -1
  153. package/layout/layout-footer/layout-footer.component.d.ts +1 -1
  154. package/layout/layout-manage-list/layout-manage-list.component.d.ts +1 -1
  155. package/layout/layout-manage-list/layout-manage-list.directives.d.ts +3 -3
  156. package/layout/layout-nav/layout-nav.component.d.ts +1 -1
  157. package/layout/layout-nav-list/layout-nav-list.component.d.ts +1 -1
  158. package/layout/layout-nav-list/layout-nav-list.directives.d.ts +3 -3
  159. package/layout/layout-toggle.class.d.ts +1 -1
  160. package/layout/layout.component.d.ts +1 -1
  161. package/layout/layout.directives.d.ts +3 -3
  162. package/layout/navigation-drawer/navigation-drawer.component.d.ts +3 -3
  163. package/loading/directives/loading.directive.d.ts +1 -1
  164. package/loading/{covalent-core-loading.d.ts → index.d.ts} +0 -0
  165. package/loading/loading.component.d.ts +1 -1
  166. package/menu/{covalent-core-menu.d.ts → index.d.ts} +0 -0
  167. package/menu/menu.component.d.ts +1 -1
  168. package/message/{covalent-core-message.d.ts → index.d.ts} +0 -0
  169. package/message/message.component.d.ts +2 -2
  170. package/package.json +26 -26
  171. package/search/{covalent-core-search.d.ts → index.d.ts} +0 -0
  172. package/search/search-box/search-box.component.d.ts +1 -1
  173. package/search/search-input/search-input.component.d.ts +1 -1
  174. package/side-sheet/{covalent-core-side-sheet.d.ts → index.d.ts} +0 -0
  175. package/side-sheet/side-sheet-container.d.ts +2 -2
  176. package/side-sheet/side-sheet-ref.d.ts +3 -1
  177. package/side-sheet/side-sheet.content-directives.d.ts +5 -5
  178. package/side-sheet/side-sheet.d.ts +1 -1
  179. package/theming/prebuilt/blue-grey-deep-orange.css +1 -1
  180. package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -1
  181. package/theming/prebuilt/blue-orange.css +1 -1
  182. package/theming/prebuilt/blue-orange.css.map +1 -1
  183. package/theming/prebuilt/indigo-pink.css +1 -1
  184. package/theming/prebuilt/indigo-pink.css.map +1 -1
  185. package/theming/prebuilt/orange-light-blue.css +1 -1
  186. package/theming/prebuilt/orange-light-blue.css.map +1 -1
  187. package/theming/prebuilt/teal-orange.css +1 -1
  188. package/theming/prebuilt/teal-orange.css.map +1 -1
  189. package/user-profile/{covalent-core-user-profile.d.ts → index.d.ts} +0 -0
  190. package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +1 -1
  191. package/user-profile/user-profile.component.d.ts +1 -1
  192. package/breadcrumbs/package.json +0 -10
  193. package/common/package.json +0 -10
  194. package/dialogs/package.json +0 -10
  195. package/dynamic-menu/package.json +0 -10
  196. package/file/package.json +0 -10
  197. package/json-formatter/package.json +0 -10
  198. package/layout/package.json +0 -10
  199. package/loading/package.json +0 -10
  200. package/menu/package.json +0 -10
  201. package/message/package.json +0 -10
  202. package/search/package.json +0 -10
  203. package/side-sheet/package.json +0 -10
  204. package/user-profile/package.json +0 -10
@@ -25,9 +25,9 @@ class TdAutoTrimDirective {
25
25
  }
26
26
  }
27
27
  }
28
- TdAutoTrimDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdAutoTrimDirective, deps: [{ token: i1.NgModel, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
29
- TdAutoTrimDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: TdAutoTrimDirective, selector: "[tdAutoTrim]", host: { listeners: { "blur": "onBlur($event)" } }, ngImport: i0 });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdAutoTrimDirective, decorators: [{
28
+ TdAutoTrimDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdAutoTrimDirective, deps: [{ token: i1.NgModel, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
29
+ TdAutoTrimDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: TdAutoTrimDirective, selector: "[tdAutoTrim]", host: { listeners: { "blur": "onBlur($event)" } }, ngImport: i0 });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdAutoTrimDirective, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: '[tdAutoTrim]',
@@ -100,9 +100,9 @@ class TdFullscreenDirective {
100
100
  return undefined;
101
101
  }
102
102
  }
103
- TdFullscreenDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdFullscreenDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
104
- TdFullscreenDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: TdFullscreenDirective, selector: "[tdFullScreen]", host: { listeners: { "document:fullscreenchange": "fsChangeHandler($event)", "document:webkitfullscreenchange": "fsChangeHandler($event)", "document:mozfullscreenchange": "fsChangeHandler($event)", "document:msfullscreenchange": "fsChangeHandler($event)" } }, exportAs: ["tdFullScreen"], ngImport: i0 });
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdFullscreenDirective, decorators: [{
103
+ TdFullscreenDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdFullscreenDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
104
+ TdFullscreenDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: TdFullscreenDirective, selector: "[tdFullScreen]", host: { listeners: { "document:fullscreenchange": "fsChangeHandler($event)", "document:webkitfullscreenchange": "fsChangeHandler($event)", "document:mozfullscreenchange": "fsChangeHandler($event)", "document:msfullscreenchange": "fsChangeHandler($event)" } }, exportAs: ["tdFullScreen"], ngImport: i0 });
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdFullscreenDirective, decorators: [{
106
106
  type: Directive,
107
107
  args: [{
108
108
  selector: '[tdFullScreen]',
@@ -188,9 +188,9 @@ class TdTimeAgoPipe {
188
188
  }
189
189
  }
190
190
  }
191
- TdTimeAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeAgoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
192
- TdTimeAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeAgoPipe, name: "timeAgo" });
193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
191
+ TdTimeAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeAgoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
192
+ TdTimeAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTimeAgoPipe, name: "timeAgo" });
193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
194
194
  type: Pipe,
195
195
  args: [{
196
196
  name: 'timeAgo',
@@ -237,9 +237,9 @@ class TdTimeDifferencePipe {
237
237
  seconds);
238
238
  }
239
239
  }
240
- TdTimeDifferencePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeDifferencePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
241
- TdTimeDifferencePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeDifferencePipe, name: "timeDifference" });
242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
240
+ TdTimeDifferencePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeDifferencePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
241
+ TdTimeDifferencePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTimeDifferencePipe, name: "timeDifference" });
242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
243
243
  type: Pipe,
244
244
  args: [{
245
245
  name: 'timeDifference',
@@ -307,9 +307,9 @@ class TdTimeUntilPipe {
307
307
  }
308
308
  }
309
309
  }
310
- TdTimeUntilPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeUntilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
311
- TdTimeUntilPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeUntilPipe, name: "timeUntil" });
312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
310
+ TdTimeUntilPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeUntilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
311
+ TdTimeUntilPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTimeUntilPipe, name: "timeUntil" });
312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
313
313
  type: Pipe,
314
314
  args: [{
315
315
  name: 'timeUntil',
@@ -347,9 +347,9 @@ class TdBytesPipe {
347
347
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
348
348
  }
349
349
  }
350
- TdBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
351
- TdBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdBytesPipe, name: "bytes" });
352
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdBytesPipe, decorators: [{
350
+ TdBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
351
+ TdBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdBytesPipe, name: "bytes" });
352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdBytesPipe, decorators: [{
353
353
  type: Pipe,
354
354
  args: [{
355
355
  name: 'bytes',
@@ -387,9 +387,9 @@ class TdDecimalBytesPipe {
387
387
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
388
388
  }
389
389
  }
390
- TdDecimalBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDecimalBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
391
- TdDecimalBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDecimalBytesPipe, name: "decimalBytes" });
392
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
390
+ TdDecimalBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDecimalBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
391
+ TdDecimalBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdDecimalBytesPipe, name: "decimalBytes" });
392
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
393
393
  type: Pipe,
394
394
  args: [{
395
395
  name: 'decimalBytes',
@@ -421,9 +421,9 @@ class TdDigitsPipe {
421
421
  return (this._decimalPipe.transform(parseFloat((digits / Math.pow(k, i)).toFixed(precision))) + (size ? ' ' + size : ''));
422
422
  }
423
423
  }
424
- TdDigitsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDigitsPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
425
- TdDigitsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDigitsPipe, name: "digits" });
426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDigitsPipe, decorators: [{
424
+ TdDigitsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDigitsPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
425
+ TdDigitsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdDigitsPipe, name: "digits" });
426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDigitsPipe, decorators: [{
427
427
  type: Pipe,
428
428
  args: [{
429
429
  name: 'digits',
@@ -451,9 +451,9 @@ class TdTruncatePipe {
451
451
  return truncated;
452
452
  }
453
453
  }
454
- TdTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
455
- TdTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTruncatePipe, name: "truncate" });
456
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTruncatePipe, decorators: [{
454
+ TdTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
455
+ TdTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTruncatePipe, name: "truncate" });
456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTruncatePipe, decorators: [{
457
457
  type: Pipe,
458
458
  args: [{
459
459
  name: 'truncate',
@@ -478,9 +478,9 @@ class RouterPathService {
478
478
  }
479
479
  }
480
480
  RouterPathService._previousRoute = '/';
481
- RouterPathService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RouterPathService, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
482
- RouterPathService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RouterPathService });
483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RouterPathService, decorators: [{
481
+ RouterPathService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RouterPathService, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
482
+ RouterPathService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RouterPathService });
483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RouterPathService, decorators: [{
484
484
  type: Injectable
485
485
  }], ctorParameters: function () { return [{ type: i1$1.Router }]; } });
486
486
 
@@ -1565,9 +1565,9 @@ class IconService {
1565
1565
  });
1566
1566
  }
1567
1567
  }
1568
- IconService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1569
- IconService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: IconService });
1570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: IconService, decorators: [{
1568
+ IconService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1569
+ IconService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: IconService });
1570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: IconService, decorators: [{
1571
1571
  type: Injectable
1572
1572
  }] });
1573
1573
 
@@ -1585,8 +1585,8 @@ const TD_PIPES = [
1585
1585
  ];
1586
1586
  class CovalentCommonModule {
1587
1587
  }
1588
- CovalentCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CovalentCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1589
- CovalentCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CovalentCommonModule, declarations: [TdAutoTrimDirective, TdFullscreenDirective, TdTimeAgoPipe,
1588
+ CovalentCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1589
+ CovalentCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, declarations: [TdAutoTrimDirective, TdFullscreenDirective, TdTimeAgoPipe,
1590
1590
  TdTimeDifferencePipe,
1591
1591
  TdTimeUntilPipe,
1592
1592
  TdBytesPipe,
@@ -1599,8 +1599,8 @@ CovalentCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
1599
1599
  TdDecimalBytesPipe,
1600
1600
  TdDigitsPipe,
1601
1601
  TdTruncatePipe] });
1602
- CovalentCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CovalentCommonModule, providers: [RouterPathService, IconService], imports: [[FormsModule, CommonModule], FormsModule, CommonModule] });
1603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CovalentCommonModule, decorators: [{
1602
+ CovalentCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, providers: [RouterPathService, IconService], imports: [FormsModule, CommonModule, FormsModule, CommonModule] });
1603
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, decorators: [{
1604
1604
  type: NgModule,
1605
1605
  args: [{
1606
1606
  imports: [FormsModule, CommonModule],