@covalent/core 7.5.0-beta.2 → 8.0.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 (94) hide show
  1. package/esm2022/breadcrumbs/breadcrumb/breadcrumb.component.mjs +5 -5
  2. package/esm2022/breadcrumbs/breadcrumbs.component.mjs +5 -5
  3. package/esm2022/breadcrumbs/breadcrumbs.module.mjs +4 -4
  4. package/esm2022/common/common.module.mjs +4 -4
  5. package/esm2022/common/directives/fullscreen/fullscreen.directive.mjs +6 -6
  6. package/esm2022/common/forms/auto-trim/auto-trim.directive.mjs +6 -6
  7. package/esm2022/common/pipes/bytes/bytes.pipe.mjs +3 -3
  8. package/esm2022/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +3 -3
  9. package/esm2022/common/pipes/digits/digits.pipe.mjs +5 -5
  10. package/esm2022/common/pipes/time-ago/time-ago.pipe.mjs +3 -3
  11. package/esm2022/common/pipes/time-difference/time-difference.pipe.mjs +3 -3
  12. package/esm2022/common/pipes/time-until/time-until.pipe.mjs +3 -3
  13. package/esm2022/common/pipes/truncate/truncate.pipe.mjs +3 -3
  14. package/esm2022/common/services/icon.service.mjs +3 -3
  15. package/esm2022/common/services/router-path.service.mjs +4 -4
  16. package/esm2022/dialogs/alert-dialog/alert-dialog.component.mjs +4 -4
  17. package/esm2022/dialogs/confirm-dialog/confirm-dialog.component.mjs +4 -4
  18. package/esm2022/dialogs/dialog.component.mjs +12 -12
  19. package/esm2022/dialogs/dialogs.module.mjs +4 -4
  20. package/esm2022/dialogs/prompt-dialog/prompt-dialog.component.mjs +5 -5
  21. package/esm2022/dialogs/services/dialog.service.mjs +5 -5
  22. package/esm2022/dialogs/window-dialog/window-dialog.component.mjs +3 -3
  23. package/esm2022/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +4 -4
  24. package/esm2022/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +3 -3
  25. package/esm2022/dynamic-menu/dynamic-menu.component.mjs +3 -3
  26. package/esm2022/dynamic-menu/dynamic-menu.module.mjs +4 -4
  27. package/esm2022/file/directives/file-drop.directive.mjs +5 -5
  28. package/esm2022/file/directives/file-select.directive.mjs +6 -6
  29. package/esm2022/file/file-input/file-input.component.mjs +10 -10
  30. package/esm2022/file/file-upload/file-upload.component.mjs +6 -6
  31. package/esm2022/file/file.module.mjs +4 -4
  32. package/esm2022/file/services/file.service.mjs +5 -5
  33. package/esm2022/json-formatter/json-formatter.component.mjs +6 -6
  34. package/esm2022/json-formatter/json-formatter.module.mjs +4 -4
  35. package/esm2022/layout/layout-card-over/layout-card-over.component.mjs +3 -3
  36. package/esm2022/layout/layout-footer/layout-footer.component.mjs +5 -5
  37. package/esm2022/layout/layout-manage-list/layout-manage-list.component.mjs +3 -3
  38. package/esm2022/layout/layout-manage-list/layout-manage-list.directives.mjs +16 -16
  39. package/esm2022/layout/layout-nav/layout-nav.component.mjs +6 -6
  40. package/esm2022/layout/layout-nav-list/layout-nav-list.component.mjs +6 -6
  41. package/esm2022/layout/layout-nav-list/layout-nav-list.directives.mjs +16 -16
  42. package/esm2022/layout/layout-toggle.class.mjs +5 -5
  43. package/esm2022/layout/layout.component.mjs +3 -3
  44. package/esm2022/layout/layout.directives.mjs +16 -16
  45. package/esm2022/layout/layout.module.mjs +4 -4
  46. package/esm2022/layout/navigation-drawer/navigation-drawer.component.mjs +12 -12
  47. package/esm2022/loading/directives/loading.directive.mjs +5 -5
  48. package/esm2022/loading/loading.component.mjs +4 -4
  49. package/esm2022/loading/loading.module.mjs +4 -4
  50. package/esm2022/loading/services/loading.factory.mjs +4 -4
  51. package/esm2022/loading/services/loading.service.mjs +4 -4
  52. package/esm2022/menu/menu.component.mjs +3 -3
  53. package/esm2022/menu/menu.module.mjs +4 -4
  54. package/esm2022/message/message.component.mjs +9 -9
  55. package/esm2022/message/message.module.mjs +4 -4
  56. package/esm2022/search/search-box/search-box.component.mjs +6 -6
  57. package/esm2022/search/search-input/search-input.component.mjs +7 -7
  58. package/esm2022/search/search.module.mjs +4 -4
  59. package/esm2022/side-sheet/side-sheet-container.mjs +9 -9
  60. package/esm2022/side-sheet/side-sheet-ref.mjs +2 -2
  61. package/esm2022/side-sheet/side-sheet.content-directives.mjs +22 -22
  62. package/esm2022/side-sheet/side-sheet.mjs +9 -9
  63. package/esm2022/side-sheet/side-sheet.module.mjs +4 -4
  64. package/esm2022/user-profile/user-profile-menu/user-profile-menu.component.mjs +3 -3
  65. package/esm2022/user-profile/user-profile.component.mjs +3 -3
  66. package/esm2022/user-profile/user-profile.module.mjs +4 -4
  67. package/fesm2022/covalent-core-breadcrumbs.mjs +12 -12
  68. package/fesm2022/covalent-core-breadcrumbs.mjs.map +1 -1
  69. package/fesm2022/covalent-core-common.mjs +44 -44
  70. package/fesm2022/covalent-core-common.mjs.map +1 -1
  71. package/fesm2022/covalent-core-dialogs.mjs +36 -36
  72. package/fesm2022/covalent-core-dialogs.mjs.map +1 -1
  73. package/fesm2022/covalent-core-dynamic-menu.mjs +13 -13
  74. package/fesm2022/covalent-core-dynamic-menu.mjs.map +1 -1
  75. package/fesm2022/covalent-core-file.mjs +32 -32
  76. package/fesm2022/covalent-core-file.mjs.map +1 -1
  77. package/fesm2022/covalent-core-json-formatter.mjs +9 -9
  78. package/fesm2022/covalent-core-json-formatter.mjs.map +1 -1
  79. package/fesm2022/covalent-core-layout.mjs +87 -87
  80. package/fesm2022/covalent-core-layout.mjs.map +1 -1
  81. package/fesm2022/covalent-core-loading.mjs +20 -20
  82. package/fesm2022/covalent-core-loading.mjs.map +1 -1
  83. package/fesm2022/covalent-core-menu.mjs +7 -7
  84. package/fesm2022/covalent-core-message.mjs +12 -12
  85. package/fesm2022/covalent-core-message.mjs.map +1 -1
  86. package/fesm2022/covalent-core-search.mjs +15 -15
  87. package/fesm2022/covalent-core-search.mjs.map +1 -1
  88. package/fesm2022/covalent-core-side-sheet.mjs +42 -42
  89. package/fesm2022/covalent-core-side-sheet.mjs.map +1 -1
  90. package/fesm2022/covalent-core-user-profile.mjs +10 -10
  91. package/fesm2022/covalent-core-user-profile.mjs.map +1 -1
  92. package/package.json +8 -8
  93. package/side-sheet/side-sheet-ref.d.ts +3 -3
  94. package/user-profile/_user-profile-theme.scss +1 -1
@@ -25,19 +25,19 @@ class TdAutoTrimDirective {
25
25
  this._model.update.emit(this._model.value.trim());
26
26
  }
27
27
  }
28
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdAutoTrimDirective, deps: [{ token: i1.NgModel, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
29
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TdAutoTrimDirective, selector: "[tdAutoTrim]", host: { listeners: { "blur": "onBlur($event)" } }, ngImport: i0 });
28
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdAutoTrimDirective, deps: [{ token: i1.NgModel, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
29
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: TdAutoTrimDirective, selector: "[tdAutoTrim]", host: { listeners: { "blur": "onBlur($event)" } }, ngImport: i0 });
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdAutoTrimDirective, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdAutoTrimDirective, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: '[tdAutoTrim]',
35
35
  }]
36
- }], ctorParameters: function () { return [{ type: i1.NgModel, decorators: [{
36
+ }], ctorParameters: () => [{ type: i1.NgModel, decorators: [{
37
37
  type: Optional
38
38
  }, {
39
39
  type: Host
40
- }] }]; }, propDecorators: { onBlur: [{
40
+ }] }], propDecorators: { onBlur: [{
41
41
  type: HostListener,
42
42
  args: ['blur', ['$event']]
43
43
  }] } });
@@ -100,19 +100,19 @@ class TdFullscreenDirective {
100
100
  }
101
101
  return undefined;
102
102
  }
103
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdFullscreenDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
104
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", 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
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdFullscreenDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
104
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
105
  }
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdFullscreenDirective, decorators: [{
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdFullscreenDirective, decorators: [{
107
107
  type: Directive,
108
108
  args: [{
109
109
  selector: '[tdFullScreen]',
110
110
  exportAs: 'tdFullScreen',
111
111
  }]
112
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
112
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
113
113
  type: Inject,
114
114
  args: [DOCUMENT]
115
- }] }, { type: i0.ElementRef }]; }, propDecorators: { fsChangeHandler: [{
115
+ }] }, { type: i0.ElementRef }], propDecorators: { fsChangeHandler: [{
116
116
  type: HostListener,
117
117
  args: ['document:fullscreenchange', ['$event']]
118
118
  }, {
@@ -186,10 +186,10 @@ class TdTimeAgoPipe {
186
186
  return Math.floor(diff) + ' years ago';
187
187
  }
188
188
  }
189
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdTimeAgoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
190
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: TdTimeAgoPipe, name: "timeAgo" });
189
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTimeAgoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
190
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: TdTimeAgoPipe, name: "timeAgo" });
191
191
  }
192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
193
193
  type: Pipe,
194
194
  args: [{
195
195
  name: 'timeAgo',
@@ -235,10 +235,10 @@ class TdTimeDifferencePipe {
235
235
  pad.substring(0, pad.length - (seconds + '').length) +
236
236
  seconds);
237
237
  }
238
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdTimeDifferencePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
239
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: TdTimeDifferencePipe, name: "timeDifference" });
238
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTimeDifferencePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
239
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: TdTimeDifferencePipe, name: "timeDifference" });
240
240
  }
241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
241
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
242
242
  type: Pipe,
243
243
  args: [{
244
244
  name: 'timeDifference',
@@ -305,10 +305,10 @@ class TdTimeUntilPipe {
305
305
  return 'in ' + Math.floor(diff) + ' years';
306
306
  }
307
307
  }
308
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdTimeUntilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
309
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: TdTimeUntilPipe, name: "timeUntil" });
308
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTimeUntilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
309
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: TdTimeUntilPipe, name: "timeUntil" });
310
310
  }
311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
312
312
  type: Pipe,
313
313
  args: [{
314
314
  name: 'timeUntil',
@@ -345,10 +345,10 @@ class TdBytesPipe {
345
345
  }
346
346
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
347
347
  }
348
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
349
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: TdBytesPipe, name: "bytes" });
348
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
349
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: TdBytesPipe, name: "bytes" });
350
350
  }
351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdBytesPipe, decorators: [{
351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdBytesPipe, decorators: [{
352
352
  type: Pipe,
353
353
  args: [{
354
354
  name: 'bytes',
@@ -385,10 +385,10 @@ class TdDecimalBytesPipe {
385
385
  }
386
386
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
387
387
  }
388
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdDecimalBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
389
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: TdDecimalBytesPipe, name: "decimalBytes" });
388
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdDecimalBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
389
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: TdDecimalBytesPipe, name: "decimalBytes" });
390
390
  }
391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
392
392
  type: Pipe,
393
393
  args: [{
394
394
  name: 'decimalBytes',
@@ -420,18 +420,18 @@ class TdDigitsPipe {
420
420
  const size = sizes[i];
421
421
  return (this._decimalPipe.transform(parseFloat((digits / Math.pow(k, i)).toFixed(precision))) + (size ? ' ' + size : ''));
422
422
  }
423
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdDigitsPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
424
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: TdDigitsPipe, name: "digits" });
423
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdDigitsPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
424
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: TdDigitsPipe, name: "digits" });
425
425
  }
426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdDigitsPipe, decorators: [{
426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdDigitsPipe, decorators: [{
427
427
  type: Pipe,
428
428
  args: [{
429
429
  name: 'digits',
430
430
  }]
431
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
431
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
432
432
  type: Inject,
433
433
  args: [LOCALE_ID]
434
- }] }]; } });
434
+ }] }] });
435
435
 
436
436
  class TdTruncatePipe {
437
437
  transform(text, length = 54) {
@@ -448,10 +448,10 @@ class TdTruncatePipe {
448
448
  }
449
449
  return truncated;
450
450
  }
451
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
452
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: TdTruncatePipe, name: "truncate" });
451
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
452
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: TdTruncatePipe, name: "truncate" });
453
453
  }
454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TdTruncatePipe, decorators: [{
454
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTruncatePipe, decorators: [{
455
455
  type: Pipe,
456
456
  args: [{
457
457
  name: 'truncate',
@@ -476,12 +476,12 @@ class RouterPathService {
476
476
  getPreviousRoute() {
477
477
  return RouterPathService._previousRoute;
478
478
  }
479
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: RouterPathService, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
480
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: RouterPathService });
479
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: RouterPathService, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
480
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: RouterPathService });
481
481
  }
482
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: RouterPathService, decorators: [{
482
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: RouterPathService, decorators: [{
483
483
  type: Injectable
484
- }], ctorParameters: function () { return [{ type: i1$1.Router }]; } });
484
+ }], ctorParameters: () => [{ type: i1$1.Router }] });
485
485
 
486
486
  /*
487
487
  * Copyright (C) 2016-2017 by Teradata Corporation. All rights reserved.
@@ -1561,10 +1561,10 @@ class IconService {
1561
1561
  return el.toLowerCase().indexOf(query ? query.toLowerCase() : '') > -1;
1562
1562
  });
1563
1563
  }
1564
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1565
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: IconService });
1564
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1565
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: IconService });
1566
1566
  }
1567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: IconService, decorators: [{
1567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: IconService, decorators: [{
1568
1568
  type: Injectable
1569
1569
  }] });
1570
1570
 
@@ -1581,8 +1581,8 @@ const TD_PIPES = [
1581
1581
  TdTruncatePipe,
1582
1582
  ];
1583
1583
  class CovalentCommonModule {
1584
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: CovalentCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1585
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: CovalentCommonModule, declarations: [TdAutoTrimDirective, TdFullscreenDirective, TdTimeAgoPipe,
1584
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: CovalentCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1585
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: CovalentCommonModule, declarations: [TdAutoTrimDirective, TdFullscreenDirective, TdTimeAgoPipe,
1586
1586
  TdTimeDifferencePipe,
1587
1587
  TdTimeUntilPipe,
1588
1588
  TdBytesPipe,
@@ -1595,9 +1595,9 @@ class CovalentCommonModule {
1595
1595
  TdDecimalBytesPipe,
1596
1596
  TdDigitsPipe,
1597
1597
  TdTruncatePipe] });
1598
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: CovalentCommonModule, providers: [RouterPathService, IconService], imports: [FormsModule, CommonModule, FormsModule, CommonModule] });
1598
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: CovalentCommonModule, providers: [RouterPathService, IconService], imports: [FormsModule, CommonModule, FormsModule, CommonModule] });
1599
1599
  }
1600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: CovalentCommonModule, decorators: [{
1600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: CovalentCommonModule, decorators: [{
1601
1601
  type: NgModule,
1602
1602
  args: [{
1603
1603
  imports: [FormsModule, CommonModule],