@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
@@ -36,5 +36,5 @@ export declare abstract class BaseLayoutToggleDirective extends _TdLayoutToggleM
|
|
36
36
|
private _toggleVisibility;
|
37
37
|
private _noLayoutMessage;
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseLayoutToggleDirective, never>;
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseLayoutToggleDirective, never, never, { "hideWhenOpened": "hideWhenOpened"; }, {}, never>;
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseLayoutToggleDirective, never, never, { "hideWhenOpened": "hideWhenOpened"; }, {}, never, never, false>;
|
40
40
|
}
|
@@ -62,5 +62,5 @@ export declare class TdLayoutComponent implements ILayoutTogglable {
|
|
62
62
|
*/
|
63
63
|
close(): Promise<MatDrawerToggleResult>;
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutComponent, never>;
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutComponent, "td-layout", never, { "mode": "mode"; "opened": "opened"; "sidenavWidth": "sidenavWidth"; "containerAutosize": "containerAutosize"; }, {}, never, ["td-navigation-drawer", "[td-sidenav-content]", "*"]>;
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutComponent, "td-layout", never, { "mode": "mode"; "opened": "opened"; "sidenavWidth": "sidenavWidth"; "containerAutosize": "containerAutosize"; }, {}, never, ["td-navigation-drawer", "[td-sidenav-content]", "*"], false>;
|
66
66
|
}
|
@@ -7,19 +7,19 @@ export declare class TdLayoutToggleDirective extends BaseLayoutToggleDirective {
|
|
7
7
|
constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef);
|
8
8
|
onClick(): void;
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutToggleDirective, [{ optional: true; }, null, null]>;
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutToggleDirective, "[tdLayoutToggle]", never, { "tdLayoutToggle": "tdLayoutToggle"; }, {}, never>;
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutToggleDirective, "[tdLayoutToggle]", never, { "tdLayoutToggle": "tdLayoutToggle"; }, {}, never, never, false>;
|
11
11
|
}
|
12
12
|
export declare class TdLayoutCloseDirective extends BaseLayoutToggleDirective {
|
13
13
|
set tdLayoutClose(tdLayoutClose: boolean | string | undefined);
|
14
14
|
constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef);
|
15
15
|
onClick(): void;
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutCloseDirective, [{ optional: true; }, null, null]>;
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutCloseDirective, "[tdLayoutClose]", never, { "tdLayoutClose": "tdLayoutClose"; }, {}, never>;
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutCloseDirective, "[tdLayoutClose]", never, { "tdLayoutClose": "tdLayoutClose"; }, {}, never, never, false>;
|
18
18
|
}
|
19
19
|
export declare class TdLayoutOpenDirective extends BaseLayoutToggleDirective {
|
20
20
|
set tdLayoutClose(tdLayoutOpen: boolean);
|
21
21
|
constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef);
|
22
22
|
onClick(): void;
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutOpenDirective, [{ optional: true; }, null, null]>;
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutOpenDirective, "[tdLayoutOpen]", never, { "tdLayoutClose": "tdLayoutOpen"; }, {}, never>;
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutOpenDirective, "[tdLayoutOpen]", never, { "tdLayoutClose": "tdLayoutOpen"; }, {}, never, never, false>;
|
25
25
|
}
|
@@ -6,11 +6,11 @@ import { TdLayoutComponent } from '../layout.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
export declare class TdNavigationDrawerMenuDirective {
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdNavigationDrawerMenuDirective, never>;
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerMenuDirective, "[tdNavigationDrawerMenu]", never, {}, {}, never>;
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerMenuDirective, "[tdNavigationDrawerMenu]", never, {}, {}, never, never, false>;
|
10
10
|
}
|
11
11
|
export declare class TdNavigationDrawerToolbarDirective {
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdNavigationDrawerToolbarDirective, never>;
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerToolbarDirective, "[tdNavigationDrawerToolbar]", never, {}, {}, never>;
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerToolbarDirective, "[tdNavigationDrawerToolbar]", never, {}, {}, never, never, false>;
|
14
14
|
}
|
15
15
|
export declare class TdNavigationDrawerComponent implements OnInit, OnDestroy {
|
16
16
|
private _layout;
|
@@ -116,5 +116,5 @@ export declare class TdNavigationDrawerComponent implements OnInit, OnDestroy {
|
|
116
116
|
*/
|
117
117
|
close(): Promise<MatDrawerToggleResult>;
|
118
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdNavigationDrawerComponent, [null, { optional: true; }, null]>;
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdNavigationDrawerComponent, "td-navigation-drawer", never, { "sidenavTitle": "sidenavTitle"; "icon": "icon"; "logo": "logo"; "avatar": "avatar"; "color": "color"; "navigationRoute": "navigationRoute"; "backgroundUrl": "backgroundUrl"; "name": "name"; "email": "email"; }, {}, ["_drawerMenu", "_toolbar"], ["[td-navigation-drawer-toolbar]", "*", "[td-navigation-drawer-menu]"]>;
|
119
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdNavigationDrawerComponent, "td-navigation-drawer", never, { "sidenavTitle": "sidenavTitle"; "icon": "icon"; "logo": "logo"; "avatar": "avatar"; "color": "color"; "navigationRoute": "navigationRoute"; "backgroundUrl": "backgroundUrl"; "name": "name"; "email": "email"; }, {}, ["_drawerMenu", "_toolbar"], ["[td-navigation-drawer-toolbar]", "*", "[td-navigation-drawer-menu]"], false>;
|
120
120
|
}
|
@@ -66,5 +66,5 @@ export declare class TdLoadingDirective implements OnInit, OnDestroy {
|
|
66
66
|
*/
|
67
67
|
private _registerComponent;
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdLoadingDirective, never>;
|
69
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLoadingDirective, "[tdLoading]", never, { "name": "tdLoading"; "until": "tdLoadingUntil"; "type": "tdLoadingType"; "mode": "tdLoadingMode"; "strategy": "tdLoadingStrategy"; "color": "tdLoadingColor"; }, {}, never>;
|
69
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLoadingDirective, "[tdLoading]", never, { "name": "tdLoading"; "until": "tdLoadingUntil"; "type": "tdLoadingType"; "mode": "tdLoadingMode"; "strategy": "tdLoadingStrategy"; "color": "tdLoadingColor"; }, {}, never, never, false>;
|
70
70
|
}
|
File without changes
|
@@ -86,5 +86,5 @@ export declare class TdLoadingComponent implements DoCheck {
|
|
86
86
|
*/
|
87
87
|
private _hostHeight;
|
88
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdLoadingComponent, never>;
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdLoadingComponent, "td-loading", never, {}, {}, never, never>;
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdLoadingComponent, "td-loading", never, {}, {}, never, never, false>;
|
90
90
|
}
|
File without changes
|
package/menu/menu.component.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class TdMenuComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdMenuComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdMenuComponent, "td-menu", never, {}, {}, never, ["[td-menu-header]", "*", "[td-menu-footer]"]>;
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdMenuComponent, "td-menu", never, {}, {}, never, ["[td-menu-header]", "*", "[td-menu-footer]"], false>;
|
5
5
|
}
|
File without changes
|
@@ -4,7 +4,7 @@ export declare class TdMessageContainerDirective {
|
|
4
4
|
viewContainer: ViewContainerRef;
|
5
5
|
constructor(viewContainer: ViewContainerRef);
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdMessageContainerDirective, never>;
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdMessageContainerDirective, "[tdMessageContainer]", never, {}, {}, never>;
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdMessageContainerDirective, "[tdMessageContainer]", never, {}, {}, never, never, false>;
|
8
8
|
}
|
9
9
|
export declare class TdMessageComponent implements AfterViewInit {
|
10
10
|
private _renderer;
|
@@ -97,5 +97,5 @@ export declare class TdMessageComponent implements AfterViewInit {
|
|
97
97
|
*/
|
98
98
|
private _detach;
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdMessageComponent, never>;
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdMessageComponent, "td-message", never, { "label": "label"; "sublabel": "sublabel"; "icon": "icon"; "color": "color"; "opened": "opened"; }, {}, never, ["[td-message-actions]"]>;
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdMessageComponent, "td-message", never, { "label": "label"; "sublabel": "sublabel"; "icon": "icon"; "color": "color"; "opened": "opened"; }, {}, never, ["[td-message-actions]"], false>;
|
101
101
|
}
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@covalent/core",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.16.0-beta.1",
|
4
4
|
"exports": {
|
5
5
|
".": {
|
6
6
|
"sass": "./theming/_all-theme.scss",
|
7
|
-
"types": "./
|
7
|
+
"types": "./index.d.ts",
|
8
8
|
"esm2020": "./esm2020/covalent-core.mjs",
|
9
9
|
"es2020": "./fesm2020/covalent-core.mjs",
|
10
10
|
"es2015": "./fesm2015/covalent-core.mjs",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"default": "./package.json"
|
16
16
|
},
|
17
17
|
"./breadcrumbs": {
|
18
|
-
"types": "./breadcrumbs/
|
18
|
+
"types": "./breadcrumbs/index.d.ts",
|
19
19
|
"esm2020": "./esm2020/breadcrumbs/covalent-core-breadcrumbs.mjs",
|
20
20
|
"es2020": "./fesm2020/covalent-core-breadcrumbs.mjs",
|
21
21
|
"es2015": "./fesm2015/covalent-core-breadcrumbs.mjs",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"default": "./fesm2020/covalent-core-breadcrumbs.mjs"
|
24
24
|
},
|
25
25
|
"./common": {
|
26
|
-
"types": "./common/
|
26
|
+
"types": "./common/index.d.ts",
|
27
27
|
"esm2020": "./esm2020/common/covalent-core-common.mjs",
|
28
28
|
"es2020": "./fesm2020/covalent-core-common.mjs",
|
29
29
|
"es2015": "./fesm2015/covalent-core-common.mjs",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"default": "./fesm2020/covalent-core-common.mjs"
|
32
32
|
},
|
33
33
|
"./dialogs": {
|
34
|
-
"types": "./dialogs/
|
34
|
+
"types": "./dialogs/index.d.ts",
|
35
35
|
"esm2020": "./esm2020/dialogs/covalent-core-dialogs.mjs",
|
36
36
|
"es2020": "./fesm2020/covalent-core-dialogs.mjs",
|
37
37
|
"es2015": "./fesm2015/covalent-core-dialogs.mjs",
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"default": "./fesm2020/covalent-core-dialogs.mjs"
|
40
40
|
},
|
41
41
|
"./dynamic-menu": {
|
42
|
-
"types": "./dynamic-menu/
|
42
|
+
"types": "./dynamic-menu/index.d.ts",
|
43
43
|
"esm2020": "./esm2020/dynamic-menu/covalent-core-dynamic-menu.mjs",
|
44
44
|
"es2020": "./fesm2020/covalent-core-dynamic-menu.mjs",
|
45
45
|
"es2015": "./fesm2015/covalent-core-dynamic-menu.mjs",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"default": "./fesm2020/covalent-core-dynamic-menu.mjs"
|
48
48
|
},
|
49
49
|
"./file": {
|
50
|
-
"types": "./file/
|
50
|
+
"types": "./file/index.d.ts",
|
51
51
|
"esm2020": "./esm2020/file/covalent-core-file.mjs",
|
52
52
|
"es2020": "./fesm2020/covalent-core-file.mjs",
|
53
53
|
"es2015": "./fesm2015/covalent-core-file.mjs",
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"default": "./fesm2020/covalent-core-file.mjs"
|
56
56
|
},
|
57
57
|
"./json-formatter": {
|
58
|
-
"types": "./json-formatter/
|
58
|
+
"types": "./json-formatter/index.d.ts",
|
59
59
|
"esm2020": "./esm2020/json-formatter/covalent-core-json-formatter.mjs",
|
60
60
|
"es2020": "./fesm2020/covalent-core-json-formatter.mjs",
|
61
61
|
"es2015": "./fesm2015/covalent-core-json-formatter.mjs",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"default": "./fesm2020/covalent-core-json-formatter.mjs"
|
64
64
|
},
|
65
65
|
"./layout": {
|
66
|
-
"types": "./layout/
|
66
|
+
"types": "./layout/index.d.ts",
|
67
67
|
"esm2020": "./esm2020/layout/covalent-core-layout.mjs",
|
68
68
|
"es2020": "./fesm2020/covalent-core-layout.mjs",
|
69
69
|
"es2015": "./fesm2015/covalent-core-layout.mjs",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"default": "./fesm2020/covalent-core-layout.mjs"
|
72
72
|
},
|
73
73
|
"./loading": {
|
74
|
-
"types": "./loading/
|
74
|
+
"types": "./loading/index.d.ts",
|
75
75
|
"esm2020": "./esm2020/loading/covalent-core-loading.mjs",
|
76
76
|
"es2020": "./fesm2020/covalent-core-loading.mjs",
|
77
77
|
"es2015": "./fesm2015/covalent-core-loading.mjs",
|
@@ -79,7 +79,7 @@
|
|
79
79
|
"default": "./fesm2020/covalent-core-loading.mjs"
|
80
80
|
},
|
81
81
|
"./menu": {
|
82
|
-
"types": "./menu/
|
82
|
+
"types": "./menu/index.d.ts",
|
83
83
|
"esm2020": "./esm2020/menu/covalent-core-menu.mjs",
|
84
84
|
"es2020": "./fesm2020/covalent-core-menu.mjs",
|
85
85
|
"es2015": "./fesm2015/covalent-core-menu.mjs",
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"default": "./fesm2020/covalent-core-menu.mjs"
|
88
88
|
},
|
89
89
|
"./message": {
|
90
|
-
"types": "./message/
|
90
|
+
"types": "./message/index.d.ts",
|
91
91
|
"esm2020": "./esm2020/message/covalent-core-message.mjs",
|
92
92
|
"es2020": "./fesm2020/covalent-core-message.mjs",
|
93
93
|
"es2015": "./fesm2015/covalent-core-message.mjs",
|
@@ -95,7 +95,7 @@
|
|
95
95
|
"default": "./fesm2020/covalent-core-message.mjs"
|
96
96
|
},
|
97
97
|
"./search": {
|
98
|
-
"types": "./search/
|
98
|
+
"types": "./search/index.d.ts",
|
99
99
|
"esm2020": "./esm2020/search/covalent-core-search.mjs",
|
100
100
|
"es2020": "./fesm2020/covalent-core-search.mjs",
|
101
101
|
"es2015": "./fesm2015/covalent-core-search.mjs",
|
@@ -103,7 +103,7 @@
|
|
103
103
|
"default": "./fesm2020/covalent-core-search.mjs"
|
104
104
|
},
|
105
105
|
"./side-sheet": {
|
106
|
-
"types": "./side-sheet/
|
106
|
+
"types": "./side-sheet/index.d.ts",
|
107
107
|
"esm2020": "./esm2020/side-sheet/covalent-core-side-sheet.mjs",
|
108
108
|
"es2020": "./fesm2020/covalent-core-side-sheet.mjs",
|
109
109
|
"es2015": "./fesm2015/covalent-core-side-sheet.mjs",
|
@@ -111,7 +111,7 @@
|
|
111
111
|
"default": "./fesm2020/covalent-core-side-sheet.mjs"
|
112
112
|
},
|
113
113
|
"./user-profile": {
|
114
|
-
"types": "./user-profile/
|
114
|
+
"types": "./user-profile/index.d.ts",
|
115
115
|
"esm2020": "./esm2020/user-profile/covalent-core-user-profile.mjs",
|
116
116
|
"es2020": "./fesm2020/covalent-core-user-profile.mjs",
|
117
117
|
"es2015": "./fesm2015/covalent-core-user-profile.mjs",
|
@@ -129,17 +129,17 @@
|
|
129
129
|
"license": "MIT",
|
130
130
|
"author": "Teradata UX",
|
131
131
|
"peerDependencies": {
|
132
|
-
"@angular/common": "^
|
133
|
-
"@angular/core": "^
|
134
|
-
"@angular/forms": "^
|
135
|
-
"@angular/router": "^
|
136
|
-
"@angular/cdk": "^
|
137
|
-
"@angular/material": "^
|
138
|
-
"@covalent/core": "4.
|
139
|
-
"@angular/platform-browser": "^
|
132
|
+
"@angular/common": "^14.2.12",
|
133
|
+
"@angular/core": "^14.2.12",
|
134
|
+
"@angular/forms": "^14.2.12",
|
135
|
+
"@angular/router": "^14.2.12",
|
136
|
+
"@angular/cdk": "^14.2.7",
|
137
|
+
"@angular/material": "^14.2.7",
|
138
|
+
"@covalent/core": "4.16.0-beta.1",
|
139
|
+
"@angular/platform-browser": "^14.2.12",
|
140
140
|
"rxjs": "^7.4.0",
|
141
|
-
"@angular/animations": "^
|
142
|
-
"@angular/platform-browser-dynamic": "^
|
141
|
+
"@angular/animations": "^14.2.7",
|
142
|
+
"@angular/platform-browser-dynamic": "^14.2.12"
|
143
143
|
},
|
144
144
|
"dependencies": {
|
145
145
|
"tslib": "^2.0.0"
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"esm2020": "esm2020/covalent-core.mjs",
|
150
150
|
"fesm2020": "fesm2020/covalent-core.mjs",
|
151
151
|
"fesm2015": "fesm2015/covalent-core.mjs",
|
152
|
-
"typings": "
|
152
|
+
"typings": "index.d.ts",
|
153
153
|
"sideEffects": false
|
154
154
|
}
|
File without changes
|
@@ -84,5 +84,5 @@ export declare class TdSearchBoxComponent implements ControlValueAccessor {
|
|
84
84
|
handleClear(): void;
|
85
85
|
handleBlur(): void;
|
86
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdSearchBoxComponent, never>;
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchBoxComponent, "td-search-box", never, { "backIcon": "backIcon"; "searchIcon": "searchIcon"; "clearIcon": "clearIcon"; "showUnderline": "showUnderline"; "debounce": "debounce"; "alwaysVisible": "alwaysVisible"; "placeholder": "placeholder"; "value": "value"; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never>;
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchBoxComponent, "td-search-box", never, { "backIcon": "backIcon"; "searchIcon": "searchIcon"; "clearIcon": "clearIcon"; "showUnderline": "showUnderline"; "debounce": "debounce"; "alwaysVisible": "alwaysVisible"; "placeholder": "placeholder"; "value": "value"; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, false>;
|
88
88
|
}
|
@@ -80,5 +80,5 @@ export declare class TdSearchInputComponent extends _TdSearchInputMixinBase impl
|
|
80
80
|
private _searchTermChanged;
|
81
81
|
private _stopPropagation;
|
82
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdSearchInputComponent, [{ optional: true; }, null, null]>;
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchInputComponent, "td-search-input", never, { "appearance": "appearance"; "showUnderline": "showUnderline"; "debounce": "debounce"; "placeholder": "placeholder"; "clearIcon": "clearIcon"; "value": "value"; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never>;
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdSearchInputComponent, "td-search-input", never, { "appearance": "appearance"; "showUnderline": "showUnderline"; "debounce": "debounce"; "placeholder": "placeholder"; "clearIcon": "clearIcon"; "value": "value"; }, { "searchDebounce": "searchDebounce"; "search": "search"; "clear": "clear"; "blurSearch": "blurSearch"; }, never, never, false>;
|
84
84
|
}
|
File without changes
|
@@ -79,7 +79,7 @@ export declare abstract class _CovalentSideSheetContainerBase extends BasePortal
|
|
79
79
|
/** Returns whether focus is inside the side-sheet. */
|
80
80
|
private _containsFocus;
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<_CovalentSideSheetContainerBase, [null, null, null, { optional: true; }, null, null]>;
|
82
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetContainerBase, never, never, {}, {}, never>;
|
82
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetContainerBase, never, never, {}, {}, never, never, false>;
|
83
83
|
}
|
84
84
|
/**
|
85
85
|
* Internal component that wraps the generated side-sheet content.
|
@@ -106,5 +106,5 @@ export declare class CovalentSideSheetContainerComponent extends _CovalentSideSh
|
|
106
106
|
/** Starts the side-sheet exit animation. */
|
107
107
|
_startExitAnimation(): void;
|
108
108
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetContainerComponent, never>;
|
109
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CovalentSideSheetContainerComponent, "td-side-sheet-container", never, {}, {}, never, never>;
|
109
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CovalentSideSheetContainerComponent, "td-side-sheet-container", never, {}, {}, never, never, false>;
|
110
110
|
}
|
@@ -1,10 +1,12 @@
|
|
1
1
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
2
2
|
import { OverlayRef } from '@angular/cdk/overlay';
|
3
3
|
import { MatDialogRef, _MatDialogContainerBase } from '@angular/material/dialog';
|
4
|
+
import { CovalentSideSheetConfig } from './side-sheet.config';
|
4
5
|
export declare class CovalentSideSheetRef<T, R = any> extends MatDialogRef<T, R> {
|
5
6
|
overlayRef: OverlayRef;
|
7
|
+
config: CovalentSideSheetConfig;
|
6
8
|
_containerInstance: _MatDialogContainerBase;
|
7
9
|
readonly id: string;
|
8
|
-
constructor(overlayRef: OverlayRef, _containerInstance: _MatDialogContainerBase, id?: string);
|
10
|
+
constructor(overlayRef: OverlayRef, config: CovalentSideSheetConfig, _containerInstance: _MatDialogContainerBase, id?: string);
|
9
11
|
}
|
10
12
|
export declare function _closeSideSheetVia<R>(ref: CovalentSideSheetRef<R>, interactionType: FocusOrigin, result?: R): void;
|
@@ -22,7 +22,7 @@ export declare class CovalentSideSheetCloseDirective implements OnInit, OnChange
|
|
22
22
|
ngOnChanges(changes: SimpleChanges): void;
|
23
23
|
_onButtonClick(event: MouseEvent): void;
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetCloseDirective, [{ optional: true; }, null, null]>;
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetCloseDirective, "[td-side-sheet-close], [CovalentSideSheetClose]", ["CovalentSideSheetClose"], { "ariaLabel": "aria-label"; "type": "type"; "dialogResult": "td-side-sheet-close"; "_CovalentSideSheetClose": "CovalentSideSheetClose"; }, {}, never>;
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetCloseDirective, "[td-side-sheet-close], [CovalentSideSheetClose]", ["CovalentSideSheetClose"], { "ariaLabel": "aria-label"; "type": "type"; "dialogResult": "td-side-sheet-close"; "_CovalentSideSheetClose": "CovalentSideSheetClose"; }, {}, never, never, false>;
|
26
26
|
}
|
27
27
|
/**
|
28
28
|
* Title of a side sheet element. Stays fixed to the top of the side sheet when scrolling.
|
@@ -38,7 +38,7 @@ export declare class CovalentSideSheetTitleDirective implements OnInit {
|
|
38
38
|
constructor(_dialogRef: CovalentSideSheetRef<any>, _elementRef: ElementRef<HTMLElement>, _dialog: CovalentSideSheet);
|
39
39
|
ngOnInit(): void;
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetTitleDirective, [{ optional: true; }, null, null]>;
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetTitleDirective, "[td-side-sheet-title], [CovalentSideSheetTitle]", ["CovalentSideSheetTitle"], { "id": "id"; }, {}, never>;
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetTitleDirective, "[td-side-sheet-title], [CovalentSideSheetTitle]", ["CovalentSideSheetTitle"], { "id": "id"; }, {}, never, never, false>;
|
42
42
|
}
|
43
43
|
/**
|
44
44
|
* Scrollable content container of a dialog.
|
@@ -46,7 +46,7 @@ export declare class CovalentSideSheetTitleDirective implements OnInit {
|
|
46
46
|
export declare class CovalentSideSheetContentDirective {
|
47
47
|
tdSideSheetContent: boolean;
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetContentDirective, never>;
|
49
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetContentDirective, "[td-side-sheet-content], td-side-sheet-content, [CovalentSideSheetContent]", never, {}, {}, never>;
|
49
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetContentDirective, "[td-side-sheet-content], td-side-sheet-content, [CovalentSideSheetContent]", never, {}, {}, never, never, false>;
|
50
50
|
}
|
51
51
|
/**
|
52
52
|
* Container for the bottom action buttons in a dialog.
|
@@ -55,7 +55,7 @@ export declare class CovalentSideSheetContentDirective {
|
|
55
55
|
export declare class CovalentSideSheetActionsDirective {
|
56
56
|
tdSideSheetActions: boolean;
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetActionsDirective, never>;
|
58
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetActionsDirective, "[td-side-sheet-actions], td-side-sheet-actions, [CovalentSideSheetActions]", never, {}, {}, never>;
|
58
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetActionsDirective, "[td-side-sheet-actions], td-side-sheet-actions, [CovalentSideSheetActions]", never, {}, {}, never, never, false>;
|
59
59
|
}
|
60
60
|
/**
|
61
61
|
* Container for the wrapper part of the dialog
|
@@ -63,5 +63,5 @@ export declare class CovalentSideSheetActionsDirective {
|
|
63
63
|
export declare class CovalentSideSheetWrapperDirective {
|
64
64
|
tdSideSheetWrapper: boolean;
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSideSheetWrapperDirective, never>;
|
66
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetWrapperDirective, "[td-side-sheet-wrapper], td-side-sheet-wrapper, [CovalentSideSheetWrapper]", never, {}, {}, never>;
|
66
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetWrapperDirective, "[td-side-sheet-wrapper], td-side-sheet-wrapper, [CovalentSideSheetWrapper]", never, {}, {}, never, never, false>;
|
67
67
|
}
|
@@ -54,7 +54,7 @@ export declare class _CovalentSideSheetBase<C extends _CovalentSideSheetContaine
|
|
54
54
|
/** Closes all of the side-sheet in an array. */
|
55
55
|
private _closeSideSheets;
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<_CovalentSideSheetBase<any>, never>;
|
57
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetBase<any>, never, never, {}, {}, never>;
|
57
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetBase<any>, never, never, {}, {}, never, never, false>;
|
58
58
|
}
|
59
59
|
/**
|
60
60
|
* Service to open Covalent Design side-sheet.
|