@litigiovirtual/ius-design-components 2.0.4 → 2.0.5
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/package.json
CHANGED
|
@@ -849,7 +849,7 @@ declare class AlertComponent {
|
|
|
849
849
|
/** Tamaño. */
|
|
850
850
|
readonly size: _angular_core.InputSignal<AlertSize>;
|
|
851
851
|
/** Estilo del borde. */
|
|
852
|
-
readonly border: _angular_core.InputSignal<"
|
|
852
|
+
readonly border: _angular_core.InputSignal<"none" | "solid" | "dashed">;
|
|
853
853
|
/** Título tonal en negrita. */
|
|
854
854
|
readonly title: _angular_core.InputSignal<string | undefined>;
|
|
855
855
|
/** Línea superior breve (uppercase). */
|
|
@@ -869,7 +869,7 @@ declare class AlertComponent {
|
|
|
869
869
|
/** Alineación (auto: `center` si hay `trailing` sin `actions`). */
|
|
870
870
|
readonly align: _angular_core.InputSignal<"start" | "center" | undefined>;
|
|
871
871
|
/** `status` (default, no interrumpe) o `alert` (asertivo). */
|
|
872
|
-
readonly role: _angular_core.InputSignal<"
|
|
872
|
+
readonly role: _angular_core.InputSignal<"alert" | "status">;
|
|
873
873
|
/** Al pulsar × (original: `onClose`). */
|
|
874
874
|
readonly closed: _angular_core.OutputEmitterRef<void>;
|
|
875
875
|
private readonly actionsRef;
|