@covalent/core 5.0.2 → 6.0.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/common/_common-theme.scss +1 -1
- package/common/behaviors/control-value-accesor.mixin.d.ts +1 -1
- package/common/behaviors/disable-ripple.mixin.d.ts +1 -1
- package/common/behaviors/disabled.mixin.d.ts +1 -1
- package/common/directives/fullscreen/fullscreen.directive.d.ts +1 -1
- package/common/forms/auto-trim/auto-trim.directive.d.ts +1 -1
- package/common/styles/core/_button.scss +1 -1
- package/common/styles/core/_card.scss +0 -8
- package/common/styles/core/_icons.scss +1 -5
- package/common/styles/core/_list.scss +4 -4
- 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/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/esm2020/breadcrumbs/breadcrumb/breadcrumb.component.mjs +15 -15
- package/esm2020/breadcrumbs/breadcrumbs.component.mjs +14 -14
- 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 +5 -5
- package/esm2020/dialogs/confirm-dialog/confirm-dialog.component.mjs +5 -5
- package/esm2020/dialogs/dialog.component.mjs +15 -14
- package/esm2020/dialogs/dialogs.module.mjs +5 -5
- package/esm2020/dialogs/prompt-dialog/prompt-dialog.component.mjs +7 -7
- package/esm2020/dialogs/services/dialog.service.mjs +7 -4
- package/esm2020/dialogs/window-dialog/window-dialog.component.mjs +4 -4
- package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +4 -4
- package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +4 -4
- package/esm2020/dynamic-menu/dynamic-menu.component.mjs +4 -4
- package/esm2020/dynamic-menu/dynamic-menu.module.mjs +5 -5
- package/esm2020/file/directives/file-drop.directive.mjs +17 -17
- package/esm2020/file/directives/file-select.directive.mjs +15 -15
- package/esm2020/file/file-input/file-input.component.mjs +21 -21
- package/esm2020/file/file-upload/file-upload.component.mjs +33 -33
- package/esm2020/file/file.module.mjs +5 -5
- package/esm2020/file/services/file.service.mjs +11 -11
- package/esm2020/json-formatter/json-formatter.component.mjs +10 -10
- package/esm2020/json-formatter/json-formatter.module.mjs +5 -5
- package/esm2020/layout/layout-card-over/layout-card-over.component.mjs +5 -5
- package/esm2020/layout/layout-footer/layout-footer.component.mjs +9 -9
- package/esm2020/layout/layout-manage-list/layout-manage-list.component.mjs +4 -4
- package/esm2020/layout/layout-manage-list/layout-manage-list.directives.mjs +19 -19
- package/esm2020/layout/layout-nav/layout-nav.component.mjs +10 -10
- package/esm2020/layout/layout-nav-list/layout-nav-list.component.mjs +17 -17
- package/esm2020/layout/layout-nav-list/layout-nav-list.directives.mjs +19 -19
- package/esm2020/layout/layout-toggle.class.mjs +15 -15
- package/esm2020/layout/layout.component.mjs +4 -4
- package/esm2020/layout/layout.directives.mjs +19 -19
- package/esm2020/layout/layout.module.mjs +5 -5
- package/esm2020/layout/navigation-drawer/navigation-drawer.component.mjs +17 -17
- package/esm2020/loading/directives/loading.directive.mjs +22 -22
- package/esm2020/loading/loading.component.mjs +24 -24
- package/esm2020/loading/loading.module.mjs +5 -5
- 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 +24 -24
- package/esm2020/message/message.module.mjs +5 -5
- package/esm2020/search/search-box/search-box.component.mjs +9 -9
- package/esm2020/search/search-input/search-input.component.mjs +15 -15
- package/esm2020/search/search.module.mjs +5 -5
- package/esm2020/side-sheet/side-sheet-container.mjs +8 -8
- package/esm2020/side-sheet/side-sheet.content-directives.mjs +19 -19
- package/esm2020/side-sheet/side-sheet.mjs +7 -7
- package/esm2020/side-sheet/side-sheet.module.mjs +5 -5
- package/esm2020/user-profile/user-profile-menu/user-profile-menu.component.mjs +6 -7
- package/esm2020/user-profile/user-profile.component.mjs +4 -4
- package/esm2020/user-profile/user-profile.module.mjs +5 -5
- package/fesm2015/covalent-core-breadcrumbs.mjs +31 -31
- 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 +40 -37
- package/fesm2015/covalent-core-dialogs.mjs.map +1 -1
- package/fesm2015/covalent-core-dynamic-menu.mjs +13 -13
- package/fesm2015/covalent-core-dynamic-menu.mjs.map +1 -1
- package/fesm2015/covalent-core-file.mjs +99 -99
- package/fesm2015/covalent-core-file.mjs.map +1 -1
- package/fesm2015/covalent-core-json-formatter.mjs +13 -13
- package/fesm2015/covalent-core-json-formatter.mjs.map +1 -1
- package/fesm2015/covalent-core-layout.mjs +131 -131
- package/fesm2015/covalent-core-layout.mjs.map +1 -1
- package/fesm2015/covalent-core-loading.mjs +54 -54
- 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 +27 -27
- package/fesm2015/covalent-core-message.mjs.map +1 -1
- package/fesm2015/covalent-core-search.mjs +26 -26
- package/fesm2015/covalent-core-search.mjs.map +1 -1
- package/fesm2015/covalent-core-side-sheet.mjs +35 -35
- package/fesm2015/covalent-core-side-sheet.mjs.map +1 -1
- package/fesm2015/covalent-core-user-profile.mjs +12 -13
- package/fesm2015/covalent-core-user-profile.mjs.map +1 -1
- package/fesm2020/covalent-core-breadcrumbs.mjs +31 -31
- 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 +40 -37
- package/fesm2020/covalent-core-dialogs.mjs.map +1 -1
- package/fesm2020/covalent-core-dynamic-menu.mjs +13 -13
- package/fesm2020/covalent-core-dynamic-menu.mjs.map +1 -1
- package/fesm2020/covalent-core-file.mjs +99 -99
- package/fesm2020/covalent-core-file.mjs.map +1 -1
- package/fesm2020/covalent-core-json-formatter.mjs +13 -13
- package/fesm2020/covalent-core-json-formatter.mjs.map +1 -1
- package/fesm2020/covalent-core-layout.mjs +131 -131
- package/fesm2020/covalent-core-layout.mjs.map +1 -1
- package/fesm2020/covalent-core-loading.mjs +54 -54
- 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 +27 -27
- package/fesm2020/covalent-core-message.mjs.map +1 -1
- package/fesm2020/covalent-core-search.mjs +26 -26
- package/fesm2020/covalent-core-search.mjs.map +1 -1
- package/fesm2020/covalent-core-side-sheet.mjs +35 -35
- package/fesm2020/covalent-core-side-sheet.mjs.map +1 -1
- package/fesm2020/covalent-core-user-profile.mjs +12 -13
- 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/json-formatter/json-formatter.component.d.ts +1 -1
- package/layout/_layout-theme.scss +4 -4
- 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/loading.component.d.ts +1 -1
- package/menu/menu.component.d.ts +1 -1
- package/message/message.component.d.ts +2 -2
- package/package.json +12 -12
- package/search/README.md +1 -1
- package/search/search-box/search-box.component.d.ts +1 -1
- package/search/search-input/search-input.component.d.ts +1 -1
- package/search/src/search-input/README.md +1 -1
- package/side-sheet/side-sheet-container.d.ts +2 -2
- package/side-sheet/side-sheet.content-directives.d.ts +5 -5
- package/side-sheet/side-sheet.d.ts +1 -1
- package/user-profile/README.md +5 -5
- 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/common/material-icons.css +0 -1
- package/common/material-icons.css.map +0 -1
- package/common/platform.css +0 -1
- package/common/platform.css.map +0 -1
- package/theming/prebuilt/blue-grey-deep-orange.css +0 -1
- package/theming/prebuilt/blue-grey-deep-orange.css.map +0 -1
- package/theming/prebuilt/blue-orange.css +0 -1
- package/theming/prebuilt/blue-orange.css.map +0 -1
- package/theming/prebuilt/indigo-pink.css +0 -1
- package/theming/prebuilt/indigo-pink.css.map +0 -1
- package/theming/prebuilt/orange-light-blue.css +0 -1
- package/theming/prebuilt/orange-light-blue.css.map +0 -1
- package/theming/prebuilt/teal-orange.css +0 -1
- package/theming/prebuilt/teal-orange.css.map +0 -1
@@ -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]", "*"], false>;
|
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, never>;
|
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, never, false>;
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutToggleDirective, "[tdLayoutToggle]", never, { "tdLayoutToggle": "tdLayoutToggle"; }, {}, never, never, false, never>;
|
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, never, false>;
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutCloseDirective, "[tdLayoutClose]", never, { "tdLayoutClose": "tdLayoutClose"; }, {}, never, never, false, never>;
|
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, never, false>;
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLayoutOpenDirective, "[tdLayoutOpen]", never, { "tdLayoutClose": "tdLayoutOpen"; }, {}, never, never, false, never>;
|
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, never, false>;
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerMenuDirective, "[tdNavigationDrawerMenu]", never, {}, {}, never, never, false, never>;
|
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, never, false>;
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdNavigationDrawerToolbarDirective, "[tdNavigationDrawerToolbar]", never, {}, {}, never, never, false, never>;
|
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]"], false>;
|
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, never>;
|
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, never, false>;
|
69
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdLoadingDirective, "[tdLoading]", never, { "name": "tdLoading"; "until": "tdLoadingUntil"; "type": "tdLoadingType"; "mode": "tdLoadingMode"; "strategy": "tdLoadingStrategy"; "color": "tdLoadingColor"; }, {}, never, never, false, never>;
|
70
70
|
}
|
@@ -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, false>;
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdLoadingComponent, "td-loading", never, {}, {}, never, never, false, never>;
|
90
90
|
}
|
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]"], false>;
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdMenuComponent, "td-menu", never, {}, {}, never, ["[td-menu-header]", "*", "[td-menu-footer]"], false, never>;
|
5
5
|
}
|
@@ -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, never, false>;
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdMessageContainerDirective, "[tdMessageContainer]", never, {}, {}, never, never, false, never>;
|
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]"], false>;
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdMessageComponent, "td-message", never, { "label": "label"; "sublabel": "sublabel"; "icon": "icon"; "color": "color"; "opened": "opened"; }, {}, never, ["[td-message-actions]"], false, never>;
|
101
101
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@covalent/core",
|
3
|
-
"version": "
|
3
|
+
"version": "6.0.0-beta.1",
|
4
4
|
"exports": {
|
5
5
|
".": {
|
6
6
|
"sass": "./theming/_all-theme.scss",
|
@@ -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": "
|
139
|
-
"@angular/platform-browser": "
|
140
|
-
"rxjs": "
|
141
|
-
"@angular/animations": "
|
142
|
-
"@angular/platform-browser-dynamic": "
|
132
|
+
"@angular/common": "^15.2.5",
|
133
|
+
"@angular/core": "^15.2.5",
|
134
|
+
"@angular/forms": "^15.2.5",
|
135
|
+
"@angular/router": "^15.2.5",
|
136
|
+
"@angular/cdk": "^15.2.5",
|
137
|
+
"@angular/material": "^15.2.5",
|
138
|
+
"@covalent/core": "6.0.0-beta.1",
|
139
|
+
"@angular/platform-browser": "15.2.5",
|
140
|
+
"rxjs": "7.8.0",
|
141
|
+
"@angular/animations": "15.2.5",
|
142
|
+
"@angular/platform-browser-dynamic": "15.2.5"
|
143
143
|
},
|
144
144
|
"dependencies": {
|
145
145
|
"tslib": "^2.0.0"
|
package/search/README.md
CHANGED
@@ -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, false>;
|
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, never>;
|
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, false>;
|
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, never>;
|
84
84
|
}
|
@@ -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, never, false>;
|
82
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetContainerBase, never, never, {}, {}, never, never, false, never>;
|
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, false>;
|
109
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CovalentSideSheetContainerComponent, "td-side-sheet-container", never, {}, {}, never, never, false, never>;
|
110
110
|
}
|
@@ -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, never, false>;
|
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, never>;
|
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, never, false>;
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetTitleDirective, "[td-side-sheet-title], [CovalentSideSheetTitle]", ["CovalentSideSheetTitle"], { "id": "id"; }, {}, never, never, false, never>;
|
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, never, false>;
|
49
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetContentDirective, "[td-side-sheet-content], td-side-sheet-content, [CovalentSideSheetContent]", never, {}, {}, never, never, false, never>;
|
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, never, false>;
|
58
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetActionsDirective, "[td-side-sheet-actions], td-side-sheet-actions, [CovalentSideSheetActions]", never, {}, {}, never, never, false, never>;
|
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, never, false>;
|
66
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentSideSheetWrapperDirective, "[td-side-sheet-wrapper], td-side-sheet-wrapper, [CovalentSideSheetWrapper]", never, {}, {}, never, never, false, never>;
|
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, never, false>;
|
57
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_CovalentSideSheetBase<any>, never, never, {}, {}, never, never, false, never>;
|
58
58
|
}
|
59
59
|
/**
|
60
60
|
* Service to open Covalent Design side-sheet.
|
package/user-profile/README.md
CHANGED
@@ -45,15 +45,15 @@ Example with all inputs and projected content:
|
|
45
45
|
<td-user-profile name="daffy duck" email="daffy.duck@teradata.com">
|
46
46
|
<ng-container td-user-info-list>
|
47
47
|
<mat-list-item>
|
48
|
-
<mat-icon
|
49
|
-
<span
|
50
|
-
<span
|
48
|
+
<mat-icon matListItemAvatar>account_balance</mat-icon>
|
49
|
+
<span matListItemLine>default</span>
|
50
|
+
<span matListItemLine>organization</span>
|
51
51
|
</mat-list-item>
|
52
52
|
</ng-container>
|
53
53
|
<ng-container td-user-action-list>
|
54
54
|
<button mat-list-item>
|
55
|
-
<span
|
56
|
-
<span
|
55
|
+
<span matListItemAvatar></span>
|
56
|
+
<span matListItemLine>Sign out</span>
|
57
57
|
</button>
|
58
58
|
</ng-container>
|
59
59
|
</td-user-profile>
|
@@ -4,5 +4,5 @@ export declare class TdUserProfileMenuComponent {
|
|
4
4
|
name?: string;
|
5
5
|
_blockEvent(event: Event): void;
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdUserProfileMenuComponent, never>;
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileMenuComponent, "td-user-profile-menu", never, { "email": "email"; "name": "name"; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false>;
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileMenuComponent, "td-user-profile-menu", never, { "email": "email"; "name": "name"; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false, never>;
|
8
8
|
}
|
@@ -3,5 +3,5 @@ export declare class TdUserProfileComponent {
|
|
3
3
|
name?: string;
|
4
4
|
email?: string;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdUserProfileComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileComponent, "td-user-profile", never, { "name": "name"; "email": "email"; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false>;
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileComponent, "td-user-profile", never, { "name": "name"; "email": "email"; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false, never>;
|
7
7
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
@-moz-document url-prefix(){[layout-fill]{margin:0;width:100%;min-height:100%;height:100%}}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url("styles/font/MaterialIcons-Regular-v48.woff2") format("woff2")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;display:inline-block;width:1em;height:1em;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}mat-icon.material-icons,mat-icon.material-icons.mat-icon{width:1em;height:1em}.material-icons.md-18,.material-icons.mat-18{font-size:18px;height:18px;width:18px}.material-icons.md-24,.material-icons.mat-24{font-size:24px;height:24px;width:24px}.material-icons.md-36,.material-icons.mat-36{font-size:36px;height:36px;width:36px}.material-icons.md-48,.material-icons.mat-48{font-size:48px;height:48px;width:48px}.material-icons.md-dark,.material-icons.mat-dark{color:rgba(0,0,0,.54)}.material-icons.md-dark.md-inactive,.material-icons.mat-dark.mat-inactive{color:rgba(0,0,0,.26)}.material-icons.md-light,.material-icons.mat-light{color:#fff}.material-icons.md-light.md-inactive,.material-icons.mat-light.mat-inactive{color:rgba(255,255,255,.3)}/*# sourceMappingURL=material-icons.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../libs/angular/common/styles/_layout.scss","../../../../libs/angular/common/styles/font/_font.scss"],"names":[],"mappings":"AA0BA,4BACE,cACE,SACA,WACA,gBACA,aC5BF,WACE,6BACA,kBACA,gBACA,uEAGF,gBAEE,6BACA,mBACA,kBACA,eACA,qBACA,UACA,WACA,cACA,oBACA,sBACA,iBACA,mBACA,cAGA,mCAGA,kCAGA,kCAGA,6BAKA,yDAEE,UACA,WAKJ,6CAEE,eACA,YACA,WAGF,6CAEE,eACA,YACA,WAGF,6CAEE,eACA,YACA,WAGF,6CAEE,eACA,YACA,WAIF,iDAEE,sBAGF,0EAEE,sBAIF,mDAEE,WAGF,4EAEE","file":"material-icons.css"}
|