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