3.0 Beta 3

This commit is contained in:
2026-04-11 13:22:56 +02:00
parent a01b5347d6
commit 7e5ea20409
24 changed files with 569 additions and 327 deletions

View File

@@ -1,5 +1,6 @@
import {ChangeDetectorRef, Component, HostListener, inject, input} from '@angular/core';
import {
TUI_BREAKPOINT,
TuiAppearance,
TuiButton,
TuiDialog,
@@ -40,6 +41,7 @@ import {TuiTextarea, TuiTextareaComponent} from '@taiga-ui/kit';
export class MessageBox {
viewModel = input.required<MessageBoxViewModel>()
breakpoint = inject(TUI_BREAKPOINT)
cdr = inject(ChangeDetectorRef)
textareaHeight = 25