@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]',
@@ -98,9 +98,9 @@ class TdFullscreenDirective {
98
98
  return undefined;
99
99
  }
100
100
  }
101
- 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 });
102
- 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 });
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdFullscreenDirective, decorators: [{
101
+ 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 });
102
+ 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 });
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdFullscreenDirective, decorators: [{
104
104
  type: Directive,
105
105
  args: [{
106
106
  selector: '[tdFullScreen]',
@@ -184,9 +184,9 @@ class TdTimeAgoPipe {
184
184
  }
185
185
  }
186
186
  }
187
- TdTimeAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeAgoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
188
- TdTimeAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeAgoPipe, name: "timeAgo" });
189
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
187
+ TdTimeAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeAgoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
188
+ TdTimeAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTimeAgoPipe, name: "timeAgo" });
189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
190
190
  type: Pipe,
191
191
  args: [{
192
192
  name: 'timeAgo',
@@ -233,9 +233,9 @@ class TdTimeDifferencePipe {
233
233
  seconds);
234
234
  }
235
235
  }
236
- TdTimeDifferencePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeDifferencePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
237
- TdTimeDifferencePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeDifferencePipe, name: "timeDifference" });
238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
236
+ TdTimeDifferencePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeDifferencePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
237
+ TdTimeDifferencePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTimeDifferencePipe, name: "timeDifference" });
238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
239
239
  type: Pipe,
240
240
  args: [{
241
241
  name: 'timeDifference',
@@ -303,9 +303,9 @@ class TdTimeUntilPipe {
303
303
  }
304
304
  }
305
305
  }
306
- TdTimeUntilPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeUntilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
307
- TdTimeUntilPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeUntilPipe, name: "timeUntil" });
308
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
306
+ TdTimeUntilPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeUntilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
307
+ TdTimeUntilPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTimeUntilPipe, name: "timeUntil" });
308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
309
309
  type: Pipe,
310
310
  args: [{
311
311
  name: 'timeUntil',
@@ -343,9 +343,9 @@ class TdBytesPipe {
343
343
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
344
344
  }
345
345
  }
346
- TdBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
347
- TdBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdBytesPipe, name: "bytes" });
348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdBytesPipe, decorators: [{
346
+ TdBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
347
+ TdBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdBytesPipe, name: "bytes" });
348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdBytesPipe, decorators: [{
349
349
  type: Pipe,
350
350
  args: [{
351
351
  name: 'bytes',
@@ -383,9 +383,9 @@ class TdDecimalBytesPipe {
383
383
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
384
384
  }
385
385
  }
386
- TdDecimalBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDecimalBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
387
- TdDecimalBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDecimalBytesPipe, name: "decimalBytes" });
388
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
386
+ TdDecimalBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDecimalBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
387
+ TdDecimalBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdDecimalBytesPipe, name: "decimalBytes" });
388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
389
389
  type: Pipe,
390
390
  args: [{
391
391
  name: 'decimalBytes',
@@ -416,9 +416,9 @@ class TdDigitsPipe {
416
416
  return (this._decimalPipe.transform(parseFloat((digits / Math.pow(k, i)).toFixed(precision))) + (size ? ' ' + size : ''));
417
417
  }
418
418
  }
419
- TdDigitsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDigitsPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
420
- TdDigitsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDigitsPipe, name: "digits" });
421
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdDigitsPipe, decorators: [{
419
+ TdDigitsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDigitsPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
420
+ TdDigitsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdDigitsPipe, name: "digits" });
421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDigitsPipe, decorators: [{
422
422
  type: Pipe,
423
423
  args: [{
424
424
  name: 'digits',
@@ -444,9 +444,9 @@ class TdTruncatePipe {
444
444
  return truncated;
445
445
  }
446
446
  }
447
- TdTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
448
- TdTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTruncatePipe, name: "truncate" });
449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TdTruncatePipe, decorators: [{
447
+ TdTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
448
+ TdTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTruncatePipe, name: "truncate" });
449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTruncatePipe, decorators: [{
450
450
  type: Pipe,
451
451
  args: [{
452
452
  name: 'truncate',
@@ -471,9 +471,9 @@ class RouterPathService {
471
471
  }
472
472
  }
473
473
  RouterPathService._previousRoute = '/';
474
- 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 });
475
- RouterPathService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RouterPathService });
476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RouterPathService, decorators: [{
474
+ 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 });
475
+ RouterPathService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RouterPathService });
476
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RouterPathService, decorators: [{
477
477
  type: Injectable
478
478
  }], ctorParameters: function () { return [{ type: i1$1.Router }]; } });
479
479
 
@@ -1558,9 +1558,9 @@ class IconService {
1558
1558
  });
1559
1559
  }
1560
1560
  }
1561
- IconService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1562
- IconService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: IconService });
1563
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: IconService, decorators: [{
1561
+ IconService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1562
+ IconService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: IconService });
1563
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: IconService, decorators: [{
1564
1564
  type: Injectable
1565
1565
  }] });
1566
1566
 
@@ -1578,8 +1578,8 @@ const TD_PIPES = [
1578
1578
  ];
1579
1579
  class CovalentCommonModule {
1580
1580
  }
1581
- CovalentCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CovalentCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1582
- CovalentCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CovalentCommonModule, declarations: [TdAutoTrimDirective, TdFullscreenDirective, TdTimeAgoPipe,
1581
+ CovalentCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1582
+ CovalentCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, declarations: [TdAutoTrimDirective, TdFullscreenDirective, TdTimeAgoPipe,
1583
1583
  TdTimeDifferencePipe,
1584
1584
  TdTimeUntilPipe,
1585
1585
  TdBytesPipe,
@@ -1592,8 +1592,8 @@ CovalentCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
1592
1592
  TdDecimalBytesPipe,
1593
1593
  TdDigitsPipe,
1594
1594
  TdTruncatePipe] });
1595
- CovalentCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CovalentCommonModule, providers: [RouterPathService, IconService], imports: [[FormsModule, CommonModule], FormsModule, CommonModule] });
1596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CovalentCommonModule, decorators: [{
1595
+ CovalentCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, providers: [RouterPathService, IconService], imports: [FormsModule, CommonModule, FormsModule, CommonModule] });
1596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, decorators: [{
1597
1597
  type: NgModule,
1598
1598
  args: [{
1599
1599
  imports: [FormsModule, CommonModule],