@covalent/core 4.14.0 → 4.16.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.
- package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/breadcrumbs/breadcrumbs.component.d.ts +1 -1
- package/breadcrumbs/{covalent-core-breadcrumbs.d.ts → index.d.ts} +0 -0
- package/common/directives/fullscreen/fullscreen.directive.d.ts +1 -1
- package/common/forms/auto-trim/auto-trim.directive.d.ts +1 -1
- package/common/{covalent-core-common.d.ts → index.d.ts} +0 -0
- package/common/pipes/bytes/bytes.pipe.d.ts +1 -1
- package/common/pipes/decimal-bytes/decimal-bytes.pipe.d.ts +1 -1
- package/common/pipes/digits/digits.pipe.d.ts +1 -1
- package/common/pipes/time-ago/time-ago.pipe.d.ts +1 -1
- package/common/pipes/time-difference/time-difference.pipe.d.ts +1 -1
- package/common/pipes/time-until/time-until.pipe.d.ts +1 -1
- package/common/pipes/truncate/truncate.pipe.d.ts +1 -1
- package/dialogs/alert-dialog/alert-dialog.component.d.ts +1 -1
- package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +1 -1
- package/dialogs/dialog.component.d.ts +4 -4
- package/dialogs/{covalent-core-dialogs.d.ts → index.d.ts} +0 -0
- package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +1 -1
- package/dialogs/window-dialog/window-dialog.component.d.ts +1 -1
- package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +1 -1
- package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +1 -1
- package/dynamic-menu/dynamic-menu.component.d.ts +1 -1
- package/dynamic-menu/{covalent-core-dynamic-menu.d.ts → index.d.ts} +0 -0
- package/esm2020/breadcrumbs/breadcrumb/breadcrumb.component.mjs +6 -6
- package/esm2020/breadcrumbs/breadcrumbs.component.mjs +4 -4
- package/esm2020/breadcrumbs/breadcrumbs.module.mjs +5 -5
- package/esm2020/common/common.module.mjs +5 -5
- package/esm2020/common/directives/fullscreen/fullscreen.directive.mjs +4 -4
- package/esm2020/common/forms/auto-trim/auto-trim.directive.mjs +4 -4
- package/esm2020/common/pipes/bytes/bytes.pipe.mjs +4 -4
- package/esm2020/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +4 -4
- package/esm2020/common/pipes/digits/digits.pipe.mjs +4 -4
- package/esm2020/common/pipes/time-ago/time-ago.pipe.mjs +4 -4
- package/esm2020/common/pipes/time-difference/time-difference.pipe.mjs +4 -4
- package/esm2020/common/pipes/time-until/time-until.pipe.mjs +4 -4
- package/esm2020/common/pipes/truncate/truncate.pipe.mjs +4 -4
- package/esm2020/common/services/icon.service.mjs +4 -4
- package/esm2020/common/services/router-path.service.mjs +4 -4
- package/esm2020/dialogs/alert-dialog/alert-dialog.component.mjs +6 -6
- package/esm2020/dialogs/confirm-dialog/confirm-dialog.component.mjs +6 -6
- package/esm2020/dialogs/dialog.component.mjs +13 -13
- package/esm2020/dialogs/dialogs.module.mjs +12 -14
- package/esm2020/dialogs/prompt-dialog/prompt-dialog.component.mjs +10 -10
- package/esm2020/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.mjs +1 -1
- package/esm2020/dialogs/services/dialog.service.mjs +4 -4
- package/esm2020/dialogs/window-dialog/window-dialog.component.mjs +8 -8
- package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +7 -7
- package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +6 -6
- package/esm2020/dynamic-menu/dynamic-menu.component.mjs +10 -10
- package/esm2020/dynamic-menu/dynamic-menu.module.mjs +10 -12
- package/esm2020/file/directives/file-drop.directive.mjs +4 -4
- package/esm2020/file/directives/file-select.directive.mjs +4 -4
- package/esm2020/file/file-input/file-input.component.mjs +10 -10
- package/esm2020/file/file-upload/file-upload.component.mjs +10 -10
- package/esm2020/file/file.module.mjs +9 -11
- package/esm2020/file/services/file.service.mjs +4 -4
- package/esm2020/json-formatter/json-formatter.component.mjs +7 -7
- package/esm2020/json-formatter/json-formatter.module.mjs +5 -5
- package/esm2020/layout/layout-card-over/layout-card-over.component.mjs +8 -8
- package/esm2020/layout/layout-footer/layout-footer.component.mjs +4 -4
- package/esm2020/layout/layout-manage-list/layout-manage-list.component.mjs +6 -6
- package/esm2020/layout/layout-manage-list/layout-manage-list.directives.mjs +10 -10
- package/esm2020/layout/layout-nav/layout-nav.component.mjs +8 -8
- package/esm2020/layout/layout-nav-list/layout-nav-list.component.mjs +9 -9
- package/esm2020/layout/layout-nav-list/layout-nav-list.directives.mjs +10 -10
- package/esm2020/layout/layout-toggle.class.mjs +4 -4
- package/esm2020/layout/layout.component.mjs +4 -4
- package/esm2020/layout/layout.directives.mjs +10 -10
- package/esm2020/layout/layout.module.mjs +13 -15
- package/esm2020/layout/navigation-drawer/navigation-drawer.component.mjs +13 -13
- package/esm2020/loading/directives/loading.directive.mjs +4 -4
- package/esm2020/loading/loading.component.mjs +6 -6
- package/esm2020/loading/loading.module.mjs +9 -11
- package/esm2020/loading/services/loading.factory.mjs +4 -4
- package/esm2020/loading/services/loading.service.mjs +4 -4
- package/esm2020/menu/menu.component.mjs +4 -4
- package/esm2020/menu/menu.module.mjs +5 -5
- package/esm2020/message/message.component.mjs +9 -9
- package/esm2020/message/message.module.mjs +5 -5
- package/esm2020/search/search-box/search-box.component.mjs +10 -10
- package/esm2020/search/search-input/search-input.component.mjs +10 -10
- package/esm2020/search/search.module.mjs +9 -11
- package/esm2020/side-sheet/side-sheet-container.mjs +7 -7
- package/esm2020/side-sheet/side-sheet-ref.mjs +8 -3
- package/esm2020/side-sheet/side-sheet.content-directives.mjs +16 -16
- package/esm2020/side-sheet/side-sheet.mjs +8 -8
- package/esm2020/side-sheet/side-sheet.module.mjs +5 -5
- package/esm2020/user-profile/user-profile-menu/user-profile-menu.component.mjs +9 -9
- package/esm2020/user-profile/user-profile.component.mjs +6 -6
- package/esm2020/user-profile/user-profile.module.mjs +10 -12
- package/fesm2015/covalent-core-breadcrumbs.mjs +12 -12
- package/fesm2015/covalent-core-breadcrumbs.mjs.map +1 -1
- package/fesm2015/covalent-core-common.mjs +37 -37
- package/fesm2015/covalent-core-common.mjs.map +1 -1
- package/fesm2015/covalent-core-dialogs.mjs +48 -50
- package/fesm2015/covalent-core-dialogs.mjs.map +1 -1
- package/fesm2015/covalent-core-dynamic-menu.mjs +22 -24
- package/fesm2015/covalent-core-dynamic-menu.mjs.map +1 -1
- package/fesm2015/covalent-core-file.mjs +30 -32
- package/fesm2015/covalent-core-file.mjs.map +1 -1
- package/fesm2015/covalent-core-json-formatter.mjs +10 -10
- package/fesm2015/covalent-core-json-formatter.mjs.map +1 -1
- package/fesm2015/covalent-core-layout.mjs +76 -78
- package/fesm2015/covalent-core-layout.mjs.map +1 -1
- package/fesm2015/covalent-core-loading.mjs +22 -24
- package/fesm2015/covalent-core-loading.mjs.map +1 -1
- package/fesm2015/covalent-core-menu.mjs +7 -7
- package/fesm2015/covalent-core-menu.mjs.map +1 -1
- package/fesm2015/covalent-core-message.mjs +12 -12
- package/fesm2015/covalent-core-message.mjs.map +1 -1
- package/fesm2015/covalent-core-search.mjs +21 -23
- package/fesm2015/covalent-core-search.mjs.map +1 -1
- package/fesm2015/covalent-core-side-sheet.mjs +39 -34
- package/fesm2015/covalent-core-side-sheet.mjs.map +1 -1
- package/fesm2015/covalent-core-user-profile.mjs +22 -24
- package/fesm2015/covalent-core-user-profile.mjs.map +1 -1
- package/fesm2020/covalent-core-breadcrumbs.mjs +12 -12
- package/fesm2020/covalent-core-breadcrumbs.mjs.map +1 -1
- package/fesm2020/covalent-core-common.mjs +37 -37
- package/fesm2020/covalent-core-common.mjs.map +1 -1
- package/fesm2020/covalent-core-dialogs.mjs +48 -50
- package/fesm2020/covalent-core-dialogs.mjs.map +1 -1
- package/fesm2020/covalent-core-dynamic-menu.mjs +22 -24
- package/fesm2020/covalent-core-dynamic-menu.mjs.map +1 -1
- package/fesm2020/covalent-core-file.mjs +30 -32
- package/fesm2020/covalent-core-file.mjs.map +1 -1
- package/fesm2020/covalent-core-json-formatter.mjs +10 -10
- package/fesm2020/covalent-core-json-formatter.mjs.map +1 -1
- package/fesm2020/covalent-core-layout.mjs +76 -78
- package/fesm2020/covalent-core-layout.mjs.map +1 -1
- package/fesm2020/covalent-core-loading.mjs +22 -24
- package/fesm2020/covalent-core-loading.mjs.map +1 -1
- package/fesm2020/covalent-core-menu.mjs +7 -7
- package/fesm2020/covalent-core-menu.mjs.map +1 -1
- package/fesm2020/covalent-core-message.mjs +12 -12
- package/fesm2020/covalent-core-message.mjs.map +1 -1
- package/fesm2020/covalent-core-search.mjs +21 -23
- package/fesm2020/covalent-core-search.mjs.map +1 -1
- package/fesm2020/covalent-core-side-sheet.mjs +39 -34
- package/fesm2020/covalent-core-side-sheet.mjs.map +1 -1
- package/fesm2020/covalent-core-user-profile.mjs +22 -24
- package/fesm2020/covalent-core-user-profile.mjs.map +1 -1
- package/file/directives/file-drop.directive.d.ts +1 -1
- package/file/directives/file-select.directive.d.ts +1 -1
- package/file/file-input/file-input.component.d.ts +2 -2
- package/file/file-upload/file-upload.component.d.ts +1 -1
- package/file/{covalent-core-file.d.ts → index.d.ts} +0 -0
- package/{covalent-core.d.ts → index.d.ts} +0 -0
- package/json-formatter/{covalent-core-json-formatter.d.ts → index.d.ts} +0 -0
- package/json-formatter/json-formatter.component.d.ts +1 -1
- package/layout/{covalent-core-layout.d.ts → index.d.ts} +0 -0
- package/layout/layout-card-over/layout-card-over.component.d.ts +1 -1
- package/layout/layout-footer/layout-footer.component.d.ts +1 -1
- package/layout/layout-manage-list/layout-manage-list.component.d.ts +1 -1
- package/layout/layout-manage-list/layout-manage-list.directives.d.ts +3 -3
- package/layout/layout-nav/layout-nav.component.d.ts +1 -1
- package/layout/layout-nav-list/layout-nav-list.component.d.ts +1 -1
- package/layout/layout-nav-list/layout-nav-list.directives.d.ts +3 -3
- package/layout/layout-toggle.class.d.ts +1 -1
- package/layout/layout.component.d.ts +1 -1
- package/layout/layout.directives.d.ts +3 -3
- package/layout/navigation-drawer/navigation-drawer.component.d.ts +3 -3
- package/loading/directives/loading.directive.d.ts +1 -1
- package/loading/{covalent-core-loading.d.ts → index.d.ts} +0 -0
- package/loading/loading.component.d.ts +1 -1
- package/menu/{covalent-core-menu.d.ts → index.d.ts} +0 -0
- package/menu/menu.component.d.ts +1 -1
- package/message/{covalent-core-message.d.ts → index.d.ts} +0 -0
- package/message/message.component.d.ts +2 -2
- package/package.json +26 -26
- package/search/{covalent-core-search.d.ts → index.d.ts} +0 -0
- package/search/search-box/search-box.component.d.ts +1 -1
- package/search/search-input/search-input.component.d.ts +1 -1
- package/side-sheet/{covalent-core-side-sheet.d.ts → index.d.ts} +0 -0
- package/side-sheet/side-sheet-container.d.ts +2 -2
- package/side-sheet/side-sheet-ref.d.ts +3 -1
- package/side-sheet/side-sheet.content-directives.d.ts +5 -5
- package/side-sheet/side-sheet.d.ts +1 -1
- package/theming/prebuilt/blue-grey-deep-orange.css +1 -1
- package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -1
- package/theming/prebuilt/blue-orange.css +1 -1
- package/theming/prebuilt/blue-orange.css.map +1 -1
- package/theming/prebuilt/indigo-pink.css +1 -1
- package/theming/prebuilt/indigo-pink.css.map +1 -1
- package/theming/prebuilt/orange-light-blue.css +1 -1
- package/theming/prebuilt/orange-light-blue.css.map +1 -1
- package/theming/prebuilt/teal-orange.css +1 -1
- package/theming/prebuilt/teal-orange.css.map +1 -1
- package/user-profile/{covalent-core-user-profile.d.ts → index.d.ts} +0 -0
- package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +1 -1
- package/user-profile/user-profile.component.d.ts +1 -1
- package/breadcrumbs/package.json +0 -10
- package/common/package.json +0 -10
- package/dialogs/package.json +0 -10
- package/dynamic-menu/package.json +0 -10
- package/file/package.json +0 -10
- package/json-formatter/package.json +0 -10
- package/layout/package.json +0 -10
- package/loading/package.json +0 -10
- package/menu/package.json +0 -10
- package/message/package.json +0 -10
- package/search/package.json +0 -10
- package/side-sheet/package.json +0 -10
- package/user-profile/package.json +0 -10
@@ -25,9 +25,9 @@ class TdAutoTrimDirective {
|
|
25
25
|
}
|
26
26
|
}
|
27
27
|
}
|
28
|
-
TdAutoTrimDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
29
|
-
TdAutoTrimDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
28
|
+
TdAutoTrimDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdAutoTrimDirective, deps: [{ token: i1.NgModel, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
29
|
+
TdAutoTrimDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: TdAutoTrimDirective, selector: "[tdAutoTrim]", host: { listeners: { "blur": "onBlur($event)" } }, ngImport: i0 });
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdAutoTrimDirective, decorators: [{
|
31
31
|
type: Directive,
|
32
32
|
args: [{
|
33
33
|
selector: '[tdAutoTrim]',
|
@@ -100,9 +100,9 @@ class TdFullscreenDirective {
|
|
100
100
|
return undefined;
|
101
101
|
}
|
102
102
|
}
|
103
|
-
TdFullscreenDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
104
|
-
TdFullscreenDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
103
|
+
TdFullscreenDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdFullscreenDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
104
|
+
TdFullscreenDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", 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
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdFullscreenDirective, decorators: [{
|
106
106
|
type: Directive,
|
107
107
|
args: [{
|
108
108
|
selector: '[tdFullScreen]',
|
@@ -188,9 +188,9 @@ class TdTimeAgoPipe {
|
|
188
188
|
}
|
189
189
|
}
|
190
190
|
}
|
191
|
-
TdTimeAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
192
|
-
TdTimeAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
191
|
+
TdTimeAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeAgoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
192
|
+
TdTimeAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTimeAgoPipe, name: "timeAgo" });
|
193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeAgoPipe, decorators: [{
|
194
194
|
type: Pipe,
|
195
195
|
args: [{
|
196
196
|
name: 'timeAgo',
|
@@ -237,9 +237,9 @@ class TdTimeDifferencePipe {
|
|
237
237
|
seconds);
|
238
238
|
}
|
239
239
|
}
|
240
|
-
TdTimeDifferencePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
241
|
-
TdTimeDifferencePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
240
|
+
TdTimeDifferencePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeDifferencePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
241
|
+
TdTimeDifferencePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTimeDifferencePipe, name: "timeDifference" });
|
242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeDifferencePipe, decorators: [{
|
243
243
|
type: Pipe,
|
244
244
|
args: [{
|
245
245
|
name: 'timeDifference',
|
@@ -307,9 +307,9 @@ class TdTimeUntilPipe {
|
|
307
307
|
}
|
308
308
|
}
|
309
309
|
}
|
310
|
-
TdTimeUntilPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
311
|
-
TdTimeUntilPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
310
|
+
TdTimeUntilPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeUntilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
311
|
+
TdTimeUntilPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTimeUntilPipe, name: "timeUntil" });
|
312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTimeUntilPipe, decorators: [{
|
313
313
|
type: Pipe,
|
314
314
|
args: [{
|
315
315
|
name: 'timeUntil',
|
@@ -347,9 +347,9 @@ class TdBytesPipe {
|
|
347
347
|
return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
|
348
348
|
}
|
349
349
|
}
|
350
|
-
TdBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
351
|
-
TdBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
350
|
+
TdBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
351
|
+
TdBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdBytesPipe, name: "bytes" });
|
352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdBytesPipe, decorators: [{
|
353
353
|
type: Pipe,
|
354
354
|
args: [{
|
355
355
|
name: 'bytes',
|
@@ -387,9 +387,9 @@ class TdDecimalBytesPipe {
|
|
387
387
|
return (parseFloat((bytes / Math.pow(k, i)).toFixed(precision)) + ' ' + sizes[i]);
|
388
388
|
}
|
389
389
|
}
|
390
|
-
TdDecimalBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
391
|
-
TdDecimalBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
390
|
+
TdDecimalBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDecimalBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
391
|
+
TdDecimalBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdDecimalBytesPipe, name: "decimalBytes" });
|
392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDecimalBytesPipe, decorators: [{
|
393
393
|
type: Pipe,
|
394
394
|
args: [{
|
395
395
|
name: 'decimalBytes',
|
@@ -421,9 +421,9 @@ class TdDigitsPipe {
|
|
421
421
|
return (this._decimalPipe.transform(parseFloat((digits / Math.pow(k, i)).toFixed(precision))) + (size ? ' ' + size : ''));
|
422
422
|
}
|
423
423
|
}
|
424
|
-
TdDigitsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
425
|
-
TdDigitsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
424
|
+
TdDigitsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDigitsPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
|
425
|
+
TdDigitsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdDigitsPipe, name: "digits" });
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdDigitsPipe, decorators: [{
|
427
427
|
type: Pipe,
|
428
428
|
args: [{
|
429
429
|
name: 'digits',
|
@@ -451,9 +451,9 @@ class TdTruncatePipe {
|
|
451
451
|
return truncated;
|
452
452
|
}
|
453
453
|
}
|
454
|
-
TdTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
455
|
-
TdTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
454
|
+
TdTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
455
|
+
TdTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TdTruncatePipe, name: "truncate" });
|
456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TdTruncatePipe, decorators: [{
|
457
457
|
type: Pipe,
|
458
458
|
args: [{
|
459
459
|
name: 'truncate',
|
@@ -478,9 +478,9 @@ class RouterPathService {
|
|
478
478
|
}
|
479
479
|
}
|
480
480
|
RouterPathService._previousRoute = '/';
|
481
|
-
RouterPathService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
482
|
-
RouterPathService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
481
|
+
RouterPathService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RouterPathService, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
482
|
+
RouterPathService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RouterPathService });
|
483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RouterPathService, decorators: [{
|
484
484
|
type: Injectable
|
485
485
|
}], ctorParameters: function () { return [{ type: i1$1.Router }]; } });
|
486
486
|
|
@@ -1565,9 +1565,9 @@ class IconService {
|
|
1565
1565
|
});
|
1566
1566
|
}
|
1567
1567
|
}
|
1568
|
-
IconService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1569
|
-
IconService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1568
|
+
IconService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1569
|
+
IconService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: IconService });
|
1570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: IconService, decorators: [{
|
1571
1571
|
type: Injectable
|
1572
1572
|
}] });
|
1573
1573
|
|
@@ -1585,8 +1585,8 @@ const TD_PIPES = [
|
|
1585
1585
|
];
|
1586
1586
|
class CovalentCommonModule {
|
1587
1587
|
}
|
1588
|
-
CovalentCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1589
|
-
CovalentCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
1588
|
+
CovalentCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1589
|
+
CovalentCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, declarations: [TdAutoTrimDirective, TdFullscreenDirective, TdTimeAgoPipe,
|
1590
1590
|
TdTimeDifferencePipe,
|
1591
1591
|
TdTimeUntilPipe,
|
1592
1592
|
TdBytesPipe,
|
@@ -1599,8 +1599,8 @@ CovalentCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
|
|
1599
1599
|
TdDecimalBytesPipe,
|
1600
1600
|
TdDigitsPipe,
|
1601
1601
|
TdTruncatePipe] });
|
1602
|
-
CovalentCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
1603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1602
|
+
CovalentCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, providers: [RouterPathService, IconService], imports: [FormsModule, CommonModule, FormsModule, CommonModule] });
|
1603
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CovalentCommonModule, decorators: [{
|
1604
1604
|
type: NgModule,
|
1605
1605
|
args: [{
|
1606
1606
|
imports: [FormsModule, CommonModule],
|