@covalent/core 8.23.2 → 9.0.0-beta.2

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 (115) hide show
  1. package/common/forms/auto-trim/auto-trim.directive.d.ts +1 -1
  2. package/esm2022/breadcrumbs/breadcrumb/breadcrumb.component.mjs +4 -4
  3. package/esm2022/breadcrumbs/breadcrumbs.component.mjs +5 -7
  4. package/esm2022/breadcrumbs/breadcrumbs.module.mjs +5 -5
  5. package/esm2022/common/animations/bounce/bounce.animation.mjs +1 -1
  6. package/esm2022/common/animations/flash/flash.animation.mjs +1 -1
  7. package/esm2022/common/animations/headshake/headshake.animation.mjs +1 -1
  8. package/esm2022/common/animations/jello/jello.animation.mjs +1 -1
  9. package/esm2022/common/animations/pulse/pulse.animation.mjs +1 -1
  10. package/esm2022/common/common.module.mjs +5 -5
  11. package/esm2022/common/directives/fullscreen/fullscreen.directive.mjs +4 -4
  12. package/esm2022/common/forms/auto-trim/auto-trim.directive.mjs +5 -5
  13. package/esm2022/common/pipes/bytes/bytes.pipe.mjs +4 -4
  14. package/esm2022/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +4 -4
  15. package/esm2022/common/pipes/digits/digits.pipe.mjs +4 -4
  16. package/esm2022/common/pipes/time-ago/time-ago.pipe.mjs +4 -4
  17. package/esm2022/common/pipes/time-difference/time-difference.pipe.mjs +4 -4
  18. package/esm2022/common/pipes/time-until/time-until.pipe.mjs +4 -4
  19. package/esm2022/common/pipes/truncate/truncate.pipe.mjs +4 -4
  20. package/esm2022/common/services/icon.service.mjs +4 -4
  21. package/esm2022/common/services/router-path.service.mjs +4 -4
  22. package/esm2022/dialogs/alert-dialog/alert-dialog.component.mjs +4 -4
  23. package/esm2022/dialogs/confirm-dialog/confirm-dialog.component.mjs +4 -4
  24. package/esm2022/dialogs/dialog.component.mjs +16 -16
  25. package/esm2022/dialogs/dialogs.module.mjs +5 -5
  26. package/esm2022/dialogs/prompt-dialog/prompt-dialog.component.mjs +4 -4
  27. package/esm2022/dialogs/services/dialog.service.mjs +4 -4
  28. package/esm2022/dialogs/status-dialog/status-dialog.component.mjs +4 -4
  29. package/esm2022/dialogs/window-dialog/window-dialog.component.mjs +4 -4
  30. package/esm2022/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +4 -4
  31. package/esm2022/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +4 -4
  32. package/esm2022/dynamic-menu/dynamic-menu.component.mjs +4 -4
  33. package/esm2022/dynamic-menu/dynamic-menu.module.mjs +5 -5
  34. package/esm2022/file/directives/file-drop.directive.mjs +4 -4
  35. package/esm2022/file/directives/file-select.directive.mjs +4 -4
  36. package/esm2022/file/file-input/file-input.component.mjs +7 -7
  37. package/esm2022/file/file-upload/file-upload.component.mjs +6 -5
  38. package/esm2022/file/file.module.mjs +5 -5
  39. package/esm2022/file/services/file.service.mjs +4 -4
  40. package/esm2022/json-formatter/json-formatter.component.mjs +4 -4
  41. package/esm2022/json-formatter/json-formatter.module.mjs +5 -5
  42. package/esm2022/layout/layout-card-over/layout-card-over.component.mjs +4 -4
  43. package/esm2022/layout/layout-footer/layout-footer.component.mjs +4 -4
  44. package/esm2022/layout/layout-manage-list/layout-manage-list.component.mjs +4 -4
  45. package/esm2022/layout/layout-manage-list/layout-manage-list.directives.mjs +10 -10
  46. package/esm2022/layout/layout-nav/layout-nav.component.mjs +4 -4
  47. package/esm2022/layout/layout-nav-list/layout-nav-list.component.mjs +4 -4
  48. package/esm2022/layout/layout-nav-list/layout-nav-list.directives.mjs +10 -10
  49. package/esm2022/layout/layout-toggle.class.mjs +4 -4
  50. package/esm2022/layout/layout.component.mjs +4 -4
  51. package/esm2022/layout/layout.directives.mjs +10 -10
  52. package/esm2022/layout/layout.module.mjs +5 -5
  53. package/esm2022/layout/navigation-drawer/navigation-drawer.component.mjs +10 -10
  54. package/esm2022/loading/directives/loading.directive.mjs +4 -4
  55. package/esm2022/loading/loading.component.mjs +4 -4
  56. package/esm2022/loading/loading.module.mjs +5 -5
  57. package/esm2022/loading/services/loading.factory.mjs +4 -4
  58. package/esm2022/loading/services/loading.service.mjs +4 -4
  59. package/esm2022/menu/menu.component.mjs +4 -4
  60. package/esm2022/menu/menu.module.mjs +5 -5
  61. package/esm2022/message/message.component.mjs +7 -7
  62. package/esm2022/message/message.module.mjs +5 -5
  63. package/esm2022/search/search-box/search-box.component.mjs +4 -4
  64. package/esm2022/search/search-input/search-input.component.mjs +4 -4
  65. package/esm2022/search/search.module.mjs +5 -5
  66. package/esm2022/side-sheet/side-sheet-container.mjs +7 -7
  67. package/esm2022/side-sheet/side-sheet.content-directives.mjs +16 -16
  68. package/esm2022/side-sheet/side-sheet.mjs +7 -7
  69. package/esm2022/side-sheet/side-sheet.module.mjs +5 -5
  70. package/esm2022/user-profile/user-profile-menu/user-profile-menu.component.mjs +4 -4
  71. package/esm2022/user-profile/user-profile.component.mjs +4 -4
  72. package/esm2022/user-profile/user-profile.module.mjs +5 -5
  73. package/fesm2022/covalent-core-breadcrumbs.mjs +12 -14
  74. package/fesm2022/covalent-core-breadcrumbs.mjs.map +1 -1
  75. package/fesm2022/covalent-core-common.mjs +39 -39
  76. package/fesm2022/covalent-core-common.mjs.map +1 -1
  77. package/fesm2022/covalent-core-dialogs.mjs +38 -38
  78. package/fesm2022/covalent-core-dialogs.mjs.map +1 -1
  79. package/fesm2022/covalent-core-dynamic-menu.mjs +14 -14
  80. package/fesm2022/covalent-core-dynamic-menu.mjs.map +1 -1
  81. package/fesm2022/covalent-core-file.mjs +26 -25
  82. package/fesm2022/covalent-core-file.mjs.map +1 -1
  83. package/fesm2022/covalent-core-json-formatter.mjs +8 -8
  84. package/fesm2022/covalent-core-json-formatter.mjs.map +1 -1
  85. package/fesm2022/covalent-core-layout.mjs +62 -62
  86. package/fesm2022/covalent-core-layout.mjs.map +1 -1
  87. package/fesm2022/covalent-core-loading.mjs +17 -17
  88. package/fesm2022/covalent-core-loading.mjs.map +1 -1
  89. package/fesm2022/covalent-core-menu.mjs +7 -7
  90. package/fesm2022/covalent-core-menu.mjs.map +1 -1
  91. package/fesm2022/covalent-core-message.mjs +11 -11
  92. package/fesm2022/covalent-core-message.mjs.map +1 -1
  93. package/fesm2022/covalent-core-search.mjs +11 -11
  94. package/fesm2022/covalent-core-search.mjs.map +1 -1
  95. package/fesm2022/covalent-core-side-sheet.mjs +32 -32
  96. package/fesm2022/covalent-core-side-sheet.mjs.map +1 -1
  97. package/fesm2022/covalent-core-user-profile.mjs +11 -11
  98. package/fesm2022/covalent-core-user-profile.mjs.map +1 -1
  99. package/package.json +8 -8
  100. package/side-sheet/side-sheet-container.d.ts +1 -1
  101. package/theming/_teradata-theme.scss +14 -14
  102. package/theming/prebuilt/all-theme-dark.css +1 -1
  103. package/theming/prebuilt/all-theme-dark.css.map +1 -1
  104. package/theming/prebuilt/all-theme-light.css +1 -1
  105. package/theming/prebuilt/all-theme-light.css.map +1 -1
  106. package/theming/prebuilt/blue-grey-deep-orange.css +1 -1
  107. package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -1
  108. package/theming/prebuilt/blue-orange.css +1 -1
  109. package/theming/prebuilt/blue-orange.css.map +1 -1
  110. package/theming/prebuilt/indigo-pink.css +1 -1
  111. package/theming/prebuilt/indigo-pink.css.map +1 -1
  112. package/theming/prebuilt/orange-light-blue.css +1 -1
  113. package/theming/prebuilt/orange-light-blue.css.map +1 -1
  114. package/theming/prebuilt/teal-orange.css +1 -1
  115. package/theming/prebuilt/teal-orange.css.map +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, Optional, Host, HostListener, Inject, Pipe, LOCALE_ID, Injectable, NgModule } from '@angular/core';
2
+ import { HostListener, Optional, Host, Directive, Inject, Pipe, LOCALE_ID, Injectable, NgModule } from '@angular/core';
3
3
  import { DOCUMENT, DecimalPipe, CommonModule } from '@angular/common';
4
4
  import * as i1 from '@angular/forms';
5
5
  import { FormsModule, Validators } from '@angular/forms';
@@ -20,17 +20,17 @@ class TdAutoTrimDirective {
20
20
  /**
21
21
  * Listens to host's (blur) event and trims value.
22
22
  */
23
- onBlur(event) {
23
+ onBlur() {
24
24
  if (this._model &&
25
25
  this._model.value &&
26
26
  typeof this._model.value === 'string') {
27
27
  this._model.update.emit(this._model.value.trim());
28
28
  }
29
29
  }
30
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdAutoTrimDirective, deps: [{ token: i1.NgModel, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
31
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: TdAutoTrimDirective, selector: "[tdAutoTrim]", host: { listeners: { "blur": "onBlur($event)" } }, ngImport: i0 });
30
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdAutoTrimDirective, deps: [{ token: i1.NgModel, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
31
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: TdAutoTrimDirective, selector: "[tdAutoTrim]", host: { listeners: { "blur": "onBlur($event)" } }, ngImport: i0 });
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdAutoTrimDirective, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdAutoTrimDirective, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  selector: '[tdAutoTrim]',
@@ -102,10 +102,10 @@ class TdFullscreenDirective {
102
102
  }
103
103
  return undefined;
104
104
  }
105
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdFullscreenDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
106
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.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
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdFullscreenDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
106
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", 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 });
107
107
  }
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdFullscreenDirective, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdFullscreenDirective, decorators: [{
109
109
  type: Directive,
110
110
  args: [{
111
111
  selector: '[tdFullScreen]',
@@ -188,10 +188,10 @@ class TdTimeAgoPipe {
188
188
  return Math.floor(diff) + ' years ago';
189
189
  }
190
190
  }
191
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTimeAgoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
192
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: TdTimeAgoPipe, name: "timeAgo" });
191
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdTimeAgoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
192
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: TdTimeAgoPipe, name: "timeAgo" });
193
193
  }
194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
195
195
  type: Pipe,
196
196
  args: [{
197
197
  name: 'timeAgo',
@@ -237,10 +237,10 @@ class TdTimeDifferencePipe {
237
237
  pad.substring(0, pad.length - (seconds + '').length) +
238
238
  seconds);
239
239
  }
240
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTimeDifferencePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
241
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: TdTimeDifferencePipe, name: "timeDifference" });
240
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdTimeDifferencePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
241
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: TdTimeDifferencePipe, name: "timeDifference" });
242
242
  }
243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
244
244
  type: Pipe,
245
245
  args: [{
246
246
  name: 'timeDifference',
@@ -307,10 +307,10 @@ class TdTimeUntilPipe {
307
307
  return 'in ' + Math.floor(diff) + ' years';
308
308
  }
309
309
  }
310
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTimeUntilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
311
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: TdTimeUntilPipe, name: "timeUntil" });
310
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdTimeUntilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
311
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: TdTimeUntilPipe, name: "timeUntil" });
312
312
  }
313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
314
314
  type: Pipe,
315
315
  args: [{
316
316
  name: 'timeUntil',
@@ -347,10 +347,10 @@ class TdBytesPipe {
347
347
  }
348
348
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
349
349
  }
350
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
351
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: TdBytesPipe, name: "bytes" });
350
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
351
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: TdBytesPipe, name: "bytes" });
352
352
  }
353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdBytesPipe, decorators: [{
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdBytesPipe, decorators: [{
354
354
  type: Pipe,
355
355
  args: [{
356
356
  name: 'bytes',
@@ -387,10 +387,10 @@ class TdDecimalBytesPipe {
387
387
  }
388
388
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
389
389
  }
390
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdDecimalBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
391
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: TdDecimalBytesPipe, name: "decimalBytes" });
390
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdDecimalBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
391
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: TdDecimalBytesPipe, name: "decimalBytes" });
392
392
  }
393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
394
394
  type: Pipe,
395
395
  args: [{
396
396
  name: 'decimalBytes',
@@ -422,10 +422,10 @@ class TdDigitsPipe {
422
422
  const size = sizes[i];
423
423
  return (this._decimalPipe.transform(parseFloat((digits / Math.pow(k, i)).toFixed(precision))) + (size ? ' ' + size : ''));
424
424
  }
425
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdDigitsPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
426
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: TdDigitsPipe, name: "digits" });
425
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdDigitsPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
426
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: TdDigitsPipe, name: "digits" });
427
427
  }
428
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdDigitsPipe, decorators: [{
428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdDigitsPipe, decorators: [{
429
429
  type: Pipe,
430
430
  args: [{
431
431
  name: 'digits',
@@ -450,10 +450,10 @@ class TdTruncatePipe {
450
450
  }
451
451
  return truncated;
452
452
  }
453
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
454
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: TdTruncatePipe, name: "truncate" });
453
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
454
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: TdTruncatePipe, name: "truncate" });
455
455
  }
456
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTruncatePipe, decorators: [{
456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdTruncatePipe, decorators: [{
457
457
  type: Pipe,
458
458
  args: [{
459
459
  name: 'truncate',
@@ -478,10 +478,10 @@ class RouterPathService {
478
478
  getPreviousRoute() {
479
479
  return RouterPathService._previousRoute;
480
480
  }
481
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RouterPathService, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
482
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RouterPathService });
481
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: RouterPathService, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
482
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: RouterPathService });
483
483
  }
484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RouterPathService, decorators: [{
484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: RouterPathService, decorators: [{
485
485
  type: Injectable
486
486
  }], ctorParameters: () => [{ type: i1$1.Router }] });
487
487
 
@@ -1563,10 +1563,10 @@ class IconService {
1563
1563
  return el.toLowerCase().indexOf(query ? query.toLowerCase() : '') > -1;
1564
1564
  });
1565
1565
  }
1566
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1567
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: IconService });
1566
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1567
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IconService });
1568
1568
  }
1569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: IconService, decorators: [{
1569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IconService, decorators: [{
1570
1570
  type: Injectable
1571
1571
  }] });
1572
1572
 
@@ -1591,8 +1591,8 @@ const TD_DEFAULT_FORM_FIELD_OPTIONS = {
1591
1591
  useValue: { appearance: 'outline' },
1592
1592
  };
1593
1593
  class CovalentCommonModule {
1594
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CovalentCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1595
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: CovalentCommonModule, declarations: [TdAutoTrimDirective, TdFullscreenDirective, TdTimeAgoPipe,
1594
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1595
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: CovalentCommonModule, declarations: [TdAutoTrimDirective, TdFullscreenDirective, TdTimeAgoPipe,
1596
1596
  TdTimeDifferencePipe,
1597
1597
  TdTimeUntilPipe,
1598
1598
  TdBytesPipe,
@@ -1605,14 +1605,14 @@ class CovalentCommonModule {
1605
1605
  TdDecimalBytesPipe,
1606
1606
  TdDigitsPipe,
1607
1607
  TdTruncatePipe] });
1608
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CovalentCommonModule, providers: [
1608
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentCommonModule, providers: [
1609
1609
  RouterPathService,
1610
1610
  IconService,
1611
1611
  TD_DEFAULT_ICON_OPTIONS,
1612
1612
  TD_DEFAULT_FORM_FIELD_OPTIONS,
1613
1613
  ], imports: [FormsModule, CommonModule, FormsModule, CommonModule] });
1614
1614
  }
1615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CovalentCommonModule, decorators: [{
1615
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentCommonModule, decorators: [{
1616
1616
  type: NgModule,
1617
1617
  args: [{
1618
1618
  imports: [FormsModule, CommonModule],