@covalent/core 8.1.0-beta.6 → 8.1.0-beta.8

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/esm2022/breadcrumbs/breadcrumb/breadcrumb.component.mjs +4 -4
  2. package/esm2022/breadcrumbs/breadcrumbs.component.mjs +4 -4
  3. package/esm2022/breadcrumbs/breadcrumbs.module.mjs +4 -4
  4. package/esm2022/common/behaviors/control-value-accesor.mixin.mjs +1 -1
  5. package/esm2022/common/behaviors/disable-ripple.mixin.mjs +1 -1
  6. package/esm2022/common/behaviors/disabled.mixin.mjs +1 -1
  7. package/esm2022/common/common.module.mjs +21 -6
  8. package/esm2022/common/directives/fullscreen/fullscreen.directive.mjs +13 -13
  9. package/esm2022/common/forms/auto-trim/auto-trim.directive.mjs +4 -4
  10. package/esm2022/common/forms/validators/validators.mjs +1 -1
  11. package/esm2022/common/functions/convert.mjs +1 -1
  12. package/esm2022/common/functions/download.mjs +1 -1
  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 +3 -3
  21. package/esm2022/common/services/router-path.service.mjs +3 -3
  22. package/esm2022/dialogs/alert-dialog/alert-dialog.component.mjs +3 -3
  23. package/esm2022/dialogs/confirm-dialog/confirm-dialog.component.mjs +3 -3
  24. package/esm2022/dialogs/dialog.component.mjs +13 -13
  25. package/esm2022/dialogs/dialogs.module.mjs +4 -4
  26. package/esm2022/dialogs/prompt-dialog/prompt-dialog.component.mjs +4 -4
  27. package/esm2022/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.mjs +1 -1
  28. package/esm2022/dialogs/services/dialog.service.mjs +4 -4
  29. package/esm2022/dialogs/window-dialog/window-dialog.component.mjs +3 -3
  30. package/esm2022/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +3 -3
  31. package/esm2022/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +3 -3
  32. package/esm2022/dynamic-menu/dynamic-menu.component.mjs +3 -3
  33. package/esm2022/dynamic-menu/dynamic-menu.module.mjs +4 -4
  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 +9 -9
  37. package/esm2022/file/file-upload/file-upload.component.mjs +4 -4
  38. package/esm2022/file/file.module.mjs +4 -4
  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 +4 -4
  42. package/esm2022/layout/layout-card-over/layout-card-over.component.mjs +3 -3
  43. package/esm2022/layout/layout-footer/layout-footer.component.mjs +4 -4
  44. package/esm2022/layout/layout-manage-list/layout-manage-list.component.mjs +3 -3
  45. package/esm2022/layout/layout-manage-list/layout-manage-list.directives.mjs +9 -9
  46. package/esm2022/layout/layout-nav/layout-nav.component.mjs +5 -5
  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 +9 -9
  49. package/esm2022/layout/layout-toggle.class.mjs +4 -4
  50. package/esm2022/layout/layout.component.mjs +3 -3
  51. package/esm2022/layout/layout.directives.mjs +9 -9
  52. package/esm2022/layout/layout.module.mjs +4 -4
  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 +4 -4
  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 +3 -3
  60. package/esm2022/menu/menu.module.mjs +4 -4
  61. package/esm2022/message/message.component.mjs +7 -7
  62. package/esm2022/message/message.module.mjs +4 -4
  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 +4 -4
  66. package/esm2022/side-sheet/side-sheet-container.mjs +7 -7
  67. package/esm2022/side-sheet/side-sheet-ref.mjs +1 -1
  68. package/esm2022/side-sheet/side-sheet.content-directives.mjs +16 -16
  69. package/esm2022/side-sheet/side-sheet.mjs +7 -7
  70. package/esm2022/side-sheet/side-sheet.module.mjs +4 -4
  71. package/esm2022/user-profile/user-profile-menu/user-profile-menu.component.mjs +3 -3
  72. package/esm2022/user-profile/user-profile.component.mjs +3 -3
  73. package/esm2022/user-profile/user-profile.module.mjs +4 -4
  74. package/fesm2022/covalent-core-breadcrumbs.mjs +11 -11
  75. package/fesm2022/covalent-core-breadcrumbs.mjs.map +1 -1
  76. package/fesm2022/covalent-core-common.mjs +63 -48
  77. package/fesm2022/covalent-core-common.mjs.map +1 -1
  78. package/fesm2022/covalent-core-dialogs.mjs +32 -32
  79. package/fesm2022/covalent-core-dialogs.mjs.map +1 -1
  80. package/fesm2022/covalent-core-dynamic-menu.mjs +13 -13
  81. package/fesm2022/covalent-core-file.mjs +28 -28
  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 +16 -16
  88. package/fesm2022/covalent-core-loading.mjs.map +1 -1
  89. package/fesm2022/covalent-core-menu.mjs +7 -7
  90. package/fesm2022/covalent-core-message.mjs +11 -11
  91. package/fesm2022/covalent-core-message.mjs.map +1 -1
  92. package/fesm2022/covalent-core-search.mjs +11 -11
  93. package/fesm2022/covalent-core-search.mjs.map +1 -1
  94. package/fesm2022/covalent-core-side-sheet.mjs +32 -32
  95. package/fesm2022/covalent-core-side-sheet.mjs.map +1 -1
  96. package/fesm2022/covalent-core-user-profile.mjs +10 -10
  97. package/package.json +2 -2
  98. package/theming/_teradata-theme.scss +28 -47
@@ -4,10 +4,11 @@ import { DOCUMENT, DecimalPipe, CommonModule } from '@angular/common';
4
4
  import * as i1 from '@angular/forms';
5
5
  import { FormsModule, Validators } from '@angular/forms';
6
6
  import { MAT_ICON_DEFAULT_OPTIONS } from '@angular/material/icon';
7
+ import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
7
8
  import * as i1$1 from '@angular/router';
8
9
  import { RoutesRecognized } from '@angular/router';
9
10
  import { filter, pairwise } from 'rxjs/operators';
10
- import { style, state, animateChild, query, animate, group, transition, trigger, AUTO_STYLE, keyframes } from '@angular/animations';
11
+ import { trigger, state, style, transition, group, query, animateChild, animate, AUTO_STYLE, keyframes } from '@angular/animations';
11
12
  import { Subject } from 'rxjs';
12
13
  import { coerceBooleanProperty } from '@angular/cdk/coercion';
13
14
 
@@ -26,10 +27,10 @@ class TdAutoTrimDirective {
26
27
  this._model.update.emit(this._model.value.trim());
27
28
  }
28
29
  }
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 });
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 });
31
32
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdAutoTrimDirective, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdAutoTrimDirective, decorators: [{
33
34
  type: Directive,
34
35
  args: [{
35
36
  selector: '[tdAutoTrim]',
@@ -62,9 +63,9 @@ class TdFullscreenDirective {
62
63
  enterFullScreen() {
63
64
  const { _el: { nativeElement }, } = this;
64
65
  const enterFullScreenMap = {
65
- requestFullscreen: () => nativeElement.requestFullscreen(),
66
- webkitRequestFullscreen: () => nativeElement.webkitRequestFullscreen(),
67
- mozRequestFullScreen: () => nativeElement.mozRequestFullScreen(),
66
+ requestFullscreen: () => nativeElement.requestFullscreen(), // Chrome
67
+ webkitRequestFullscreen: () => nativeElement.webkitRequestFullscreen(), // Safari
68
+ mozRequestFullScreen: () => nativeElement.mozRequestFullScreen(), // Firefox
68
69
  msRequestFullscreen: () => nativeElement.msRequestFullscreen(), // IE
69
70
  };
70
71
  for (const handler of Object.keys(enterFullScreenMap)) {
@@ -75,9 +76,9 @@ class TdFullscreenDirective {
75
76
  }
76
77
  exitFullScreen() {
77
78
  const exitFullScreenMap = {
78
- exitFullscreen: () => this._document.exitFullscreen(),
79
- webkitExitFullscreen: () => this._document.webkitExitFullscreen(),
80
- mozCancelFullScreen: () => this._document.mozCancelFullScreen(),
79
+ exitFullscreen: () => this._document.exitFullscreen(), // Chrome
80
+ webkitExitFullscreen: () => this._document.webkitExitFullscreen(), // Safari
81
+ mozCancelFullScreen: () => this._document.mozCancelFullScreen(), // Firefox
81
82
  msExitFullscreen: () => this._document.msExitFullscreen(), // IE
82
83
  };
83
84
  for (const handler of Object.keys(exitFullScreenMap)) {
@@ -89,9 +90,9 @@ class TdFullscreenDirective {
89
90
  }
90
91
  _getFullScreenElement() {
91
92
  const tdFullScreenElementMap = {
92
- fullscreenElement: () => this._document.fullscreenElement,
93
- webkitFullscreenElement: () => this._document.webkitFullscreenElement,
94
- mozFullscreenElement: () => this._document.mozFullscreenElement,
93
+ fullscreenElement: () => this._document.fullscreenElement, // Chrome, Opera
94
+ webkitFullscreenElement: () => this._document.webkitFullscreenElement, // Safari
95
+ mozFullscreenElement: () => this._document.mozFullscreenElement, // Firefox
95
96
  msFullscreenElement: () => this._document.msFullscreenElement, // IE, Edge
96
97
  };
97
98
  for (const props of Object.keys(tdFullScreenElementMap)) {
@@ -101,10 +102,10 @@ class TdFullscreenDirective {
101
102
  }
102
103
  return undefined;
103
104
  }
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 });
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 });
106
107
  }
107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdFullscreenDirective, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdFullscreenDirective, decorators: [{
108
109
  type: Directive,
109
110
  args: [{
110
111
  selector: '[tdFullScreen]',
@@ -187,10 +188,10 @@ class TdTimeAgoPipe {
187
188
  return Math.floor(diff) + ' years ago';
188
189
  }
189
190
  }
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" });
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" });
192
193
  }
193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
194
195
  type: Pipe,
195
196
  args: [{
196
197
  name: 'timeAgo',
@@ -236,10 +237,10 @@ class TdTimeDifferencePipe {
236
237
  pad.substring(0, pad.length - (seconds + '').length) +
237
238
  seconds);
238
239
  }
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" });
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" });
241
242
  }
242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
243
244
  type: Pipe,
244
245
  args: [{
245
246
  name: 'timeDifference',
@@ -306,10 +307,10 @@ class TdTimeUntilPipe {
306
307
  return 'in ' + Math.floor(diff) + ' years';
307
308
  }
308
309
  }
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" });
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" });
311
312
  }
312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
313
314
  type: Pipe,
314
315
  args: [{
315
316
  name: 'timeUntil',
@@ -346,10 +347,10 @@ class TdBytesPipe {
346
347
  }
347
348
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
348
349
  }
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" });
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" });
351
352
  }
352
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdBytesPipe, decorators: [{
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdBytesPipe, decorators: [{
353
354
  type: Pipe,
354
355
  args: [{
355
356
  name: 'bytes',
@@ -386,10 +387,10 @@ class TdDecimalBytesPipe {
386
387
  }
387
388
  return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
388
389
  }
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" });
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" });
391
392
  }
392
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
393
394
  type: Pipe,
394
395
  args: [{
395
396
  name: 'decimalBytes',
@@ -421,10 +422,10 @@ class TdDigitsPipe {
421
422
  const size = sizes[i];
422
423
  return (this._decimalPipe.transform(parseFloat((digits / Math.pow(k, i)).toFixed(precision))) + (size ? ' ' + size : ''));
423
424
  }
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" });
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" });
426
427
  }
427
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdDigitsPipe, decorators: [{
428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdDigitsPipe, decorators: [{
428
429
  type: Pipe,
429
430
  args: [{
430
431
  name: 'digits',
@@ -449,10 +450,10 @@ class TdTruncatePipe {
449
450
  }
450
451
  return truncated;
451
452
  }
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" });
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" });
454
455
  }
455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: TdTruncatePipe, decorators: [{
456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TdTruncatePipe, decorators: [{
456
457
  type: Pipe,
457
458
  args: [{
458
459
  name: 'truncate',
@@ -477,10 +478,10 @@ class RouterPathService {
477
478
  getPreviousRoute() {
478
479
  return RouterPathService._previousRoute;
479
480
  }
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 });
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 });
482
483
  }
483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: RouterPathService, decorators: [{
484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RouterPathService, decorators: [{
484
485
  type: Injectable
485
486
  }], ctorParameters: () => [{ type: i1$1.Router }] });
486
487
 
@@ -1562,10 +1563,10 @@ class IconService {
1562
1563
  return el.toLowerCase().indexOf(query ? query.toLowerCase() : '') > -1;
1563
1564
  });
1564
1565
  }
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 });
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 });
1567
1568
  }
1568
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: IconService, decorators: [{
1569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: IconService, decorators: [{
1569
1570
  type: Injectable
1570
1571
  }] });
1571
1572
 
@@ -1585,9 +1586,13 @@ const TD_DEFAULT_ICON_OPTIONS = {
1585
1586
  provide: MAT_ICON_DEFAULT_OPTIONS,
1586
1587
  useValue: { fontSet: 'material-symbols-outlined' },
1587
1588
  };
1589
+ const TD_DEFAULT_FORM_FIELD_OPTIONS = {
1590
+ provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
1591
+ useValue: { appearance: 'outline' },
1592
+ };
1588
1593
  class CovalentCommonModule {
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,
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,
1591
1596
  TdTimeDifferencePipe,
1592
1597
  TdTimeUntilPipe,
1593
1598
  TdBytesPipe,
@@ -1600,15 +1605,25 @@ class CovalentCommonModule {
1600
1605
  TdDecimalBytesPipe,
1601
1606
  TdDigitsPipe,
1602
1607
  TdTruncatePipe] });
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] });
1608
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CovalentCommonModule, providers: [
1609
+ RouterPathService,
1610
+ IconService,
1611
+ TD_DEFAULT_ICON_OPTIONS,
1612
+ TD_DEFAULT_FORM_FIELD_OPTIONS,
1613
+ ], imports: [FormsModule, CommonModule, FormsModule, CommonModule] });
1604
1614
  }
1605
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: CovalentCommonModule, decorators: [{
1615
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CovalentCommonModule, decorators: [{
1606
1616
  type: NgModule,
1607
1617
  args: [{
1608
1618
  imports: [FormsModule, CommonModule],
1609
1619
  declarations: [TD_DIRECTIVES, TD_PIPES, TD_VALIDATORS],
1610
1620
  exports: [FormsModule, CommonModule, TD_DIRECTIVES, TD_PIPES, TD_VALIDATORS],
1611
- providers: [RouterPathService, IconService, TD_DEFAULT_ICON_OPTIONS],
1621
+ providers: [
1622
+ RouterPathService,
1623
+ IconService,
1624
+ TD_DEFAULT_ICON_OPTIONS,
1625
+ TD_DEFAULT_FORM_FIELD_OPTIONS,
1626
+ ],
1612
1627
  }]
1613
1628
  }] });
1614
1629