@covalent/core 4.1.0-develop.5 → 4.1.0-develop.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/breadcrumbs/breadcrumbs.component.d.ts +2 -4
- package/common/material-icons.css +1 -0
- package/common/material-icons.css.map +1 -0
- package/common/platform.css +1 -0
- package/common/platform.css.map +1 -0
- package/esm2020/breadcrumbs/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2020/breadcrumbs/breadcrumbs.component.mjs +8 -12
- package/fesm2015/covalent-core-breadcrumbs.mjs +9 -13
- package/fesm2015/covalent-core-breadcrumbs.mjs.map +1 -1
- package/fesm2020/covalent-core-breadcrumbs.mjs +9 -13
- package/fesm2020/covalent-core-breadcrumbs.mjs.map +1 -1
- package/package.json +2 -2
- package/theming/prebuilt/blue-grey-deep-orange.css +1 -0
- package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -0
- package/theming/prebuilt/blue-orange.css +1 -0
- package/theming/prebuilt/blue-orange.css.map +1 -0
- package/theming/prebuilt/indigo-pink.css +1 -0
- package/theming/prebuilt/indigo-pink.css.map +1 -0
- package/theming/prebuilt/orange-light-blue.css +1 -0
- package/theming/prebuilt/orange-light-blue.css.map +1 -0
- package/theming/prebuilt/teal-orange.css +1 -0
- package/theming/prebuilt/teal-orange.css.map +1 -0
@@ -1,11 +1,10 @@
|
|
1
|
-
import { QueryList, OnInit, OnDestroy, AfterContentInit,
|
1
|
+
import { QueryList, OnInit, OnDestroy, AfterContentInit, ChangeDetectorRef, ElementRef } from '@angular/core';
|
2
2
|
import { TdBreadcrumbComponent } from './breadcrumb/breadcrumb.component';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class TdBreadcrumbsComponent implements OnInit,
|
4
|
+
export declare class TdBreadcrumbsComponent implements OnInit, AfterContentInit, OnDestroy {
|
5
5
|
private _elementRef;
|
6
6
|
private _changeDetectorRef;
|
7
7
|
private _resizeSubscription;
|
8
|
-
private _widthSubject;
|
9
8
|
private _contentChildrenSub;
|
10
9
|
private _resizing;
|
11
10
|
private _separatorIcon;
|
@@ -19,7 +18,6 @@ export declare class TdBreadcrumbsComponent implements OnInit, DoCheck, AfterCon
|
|
19
18
|
get separatorIcon(): string;
|
20
19
|
constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef);
|
21
20
|
ngOnInit(): void;
|
22
|
-
ngDoCheck(): void;
|
23
21
|
ngAfterContentInit(): void;
|
24
22
|
ngOnDestroy(): void;
|
25
23
|
get nativeElementWidth(): number;
|
@@ -0,0 +1 @@
|
|
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 */
|
@@ -0,0 +1 @@
|
|
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"}
|