matcha-components 20.275.0 → 20.276.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
@@ -339,6 +339,7 @@ declare class MatchaPanelComponent implements OnInit, OnDestroy, OnChanges {
339
339
  private destroy$;
340
340
  private globalListener?;
341
341
  private clickListener?;
342
+ private resizeObserver?;
342
343
  constructor(elRef: ElementRef, renderer: Renderer2, cdr: ChangeDetectorRef);
343
344
  ngOnInit(): void;
344
345
  ngOnDestroy(): void;
@@ -353,6 +354,8 @@ declare class MatchaPanelComponent implements OnInit, OnDestroy, OnChanges {
353
354
  * Abre o painel
354
355
  */
355
356
  openPanel(): void;
357
+ /** Reposiciona o painel sempre que a altura/largura do conteúdo muda. */
358
+ private observeContentResize;
356
359
  /**
357
360
  * Fecha o painel
358
361
  */
@@ -1967,6 +1970,7 @@ declare class MatchaTabsComponent implements AfterContentInit, OnChanges {
1967
1970
  private cdr;
1968
1971
  tabs: QueryList<MatchaTabItemComponent>;
1969
1972
  selectedIndex: number;
1973
+ responsiveGrid: 2 | 3 | null;
1970
1974
  selectedIndexChange: EventEmitter<number>;
1971
1975
  selectedTabChange: EventEmitter<TabChangeEvent>;
1972
1976
  get activeTabIndex(): number;
@@ -1984,7 +1988,7 @@ declare class MatchaTabsComponent implements AfterContentInit, OnChanges {
1984
1988
  private setActiveTab;
1985
1989
  handleKeyboardEvent(event: KeyboardEvent): void;
1986
1990
  static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTabsComponent, never>;
1987
- static ɵcmp: i0.ɵɵComponentDeclaration<MatchaTabsComponent, "matcha-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "selectedTabChange": "selectedTabChange"; "tabSelected": "tabSelected"; }, ["tabs"], ["*"], false, never>;
1991
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaTabsComponent, "matcha-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "responsiveGrid": { "alias": "responsiveGrid"; "required": false; }; "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "selectedTabChange": "selectedTabChange"; "tabSelected": "tabSelected"; }, ["tabs"], ["*"], false, never>;
1988
1992
  }
1989
1993
 
1990
1994
  declare class MatchaTabsModule {
@@ -2759,7 +2763,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
2759
2763
  visible: boolean;
2760
2764
  private timeoutId;
2761
2765
  get colorAttr(): "error" | "warning" | "info" | "success";
2762
- get positionAttr(): "top" | "bottom";
2766
+ get positionAttr(): "bottom" | "top";
2763
2767
  get classes(): string;
2764
2768
  constructor(snackBarService: MatchaSnackBarService);
2765
2769
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.275.0",
3
+ "version": "20.276.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"