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