matcha-components 20.69.0 → 20.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -1575,6 +1575,7 @@ declare class MatchaSliderComponent implements ControlValueAccessor, OnInit, OnD
|
|
|
1575
1575
|
|
|
1576
1576
|
declare class MatchaChipComponent implements OnInit, AfterViewInit {
|
|
1577
1577
|
_elementRef: ElementRef;
|
|
1578
|
+
get hostClasses(): string;
|
|
1578
1579
|
/** Cor do chip (primary, accent, warn) */
|
|
1579
1580
|
color: 'primary' | 'accent' | 'warn' | string;
|
|
1580
1581
|
/** Se o chip está selecionado */
|
|
@@ -1597,7 +1598,6 @@ declare class MatchaChipComponent implements OnInit, AfterViewInit {
|
|
|
1597
1598
|
removed: EventEmitter<MatchaChipComponent>;
|
|
1598
1599
|
/** Evento emitido quando o chip é destruído */
|
|
1599
1600
|
destroyed: EventEmitter<MatchaChipComponent>;
|
|
1600
|
-
get hostClasses(): string;
|
|
1601
1601
|
constructor(_elementRef: ElementRef);
|
|
1602
1602
|
ngOnInit(): void;
|
|
1603
1603
|
ngAfterViewInit(): void;
|