@litigiovirtual/ius-design-components 2.1.7 → 2.1.9

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
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@litigiovirtual/ius-design-components",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=22.0.0 <23.0.0",
6
6
  "@angular/common": ">=22.0.0 <23.0.0",
7
7
  "@angular/core": ">=22.0.0 <23.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@litigiovirtual/ius-design-styles": "^2.1.2",
10
+ "@litigiovirtual/ius-design-styles": "^2.1.3",
11
11
  "tslib": "^2.3.0"
12
12
  },
13
13
  "sideEffects": false,
@@ -1,5 +1,5 @@
1
1
  import * as _angular_core from '@angular/core';
2
- import { OnDestroy, EventEmitter, AfterViewInit, OnChanges, SimpleChanges, OnInit, TemplateRef, Signal, ElementRef } from '@angular/core';
2
+ import { OnDestroy, EventEmitter, AfterViewInit, OnChanges, SimpleChanges, OnInit, TemplateRef, ElementRef, Signal } from '@angular/core';
3
3
  import { ControlValueAccessor } from '@angular/forms';
4
4
  import { SafeHtml } from '@angular/platform-browser';
5
5
  import * as _litigiovirtual_ius_design_components from '@litigiovirtual/ius-design-components';
@@ -1577,6 +1577,13 @@ type DescriptionListSize = 'small' | 'medium';
1577
1577
  * rico proyectado (`TemplateRef` — Tag, Avatar, EventPill, un mapa…).
1578
1578
  */
1579
1579
  interface DescriptionListItem {
1580
+ /**
1581
+ * Clave estable de la fila. Opcional: si no se pasa se usa `label` y, en
1582
+ * último término, el índice. Existe porque `@for` traza por identidad y unos
1583
+ * `items` que se recalculen en cada ciclo (un getter, p. ej.) provocarían
1584
+ * `NG0956` y recrearían el DOM de todas las filas.
1585
+ */
1586
+ key?: string;
1580
1587
  /** Etiqueta (dt). Texto o `TemplateRef`. */
1581
1588
  label: string | TemplateRef<unknown>;
1582
1589
  /** Valor (dd). Texto o `TemplateRef`. */
@@ -3028,6 +3035,114 @@ declare class ListViewComponent {
3028
3035
  static ngAcceptInputType_pageSize: unknown;
3029
3036
  }
3030
3037
 
3038
+ /**
3039
+ * Tratamiento de superficie. `outlined` (borde, default) · `elevated` (sombra) ·
3040
+ * `sunken` (fondo hundido) · `plain` (superficie sin borde ni sombra).
3041
+ *
3042
+ * `plain` no necesita regla propia en el SCSS: la base ya trae borde
3043
+ * transparente y sin sombra, así que es exactamente la ausencia de las otras
3044
+ * tres. Existe para que un consumidor pueda pedir «sin contorno» de forma
3045
+ * explícita (lo usa PersonItem cuando `bordered` está apagado).
3046
+ */
3047
+ type IusCardVariant = 'outlined' | 'elevated' | 'sunken' | 'plain';
3048
+ /** Padding interno de las zonas. `none` = contenido a sangre (media). */
3049
+ type IusCardPadding = 'none' | 'sm' | 'md' | 'lg';
3050
+ /** Radio de las esquinas. */
3051
+ type IusCardRadius = 'sm' | 'md' | 'lg';
3052
+ /** Elemento raíz efectivo (el `as` del golden). */
3053
+ type IusCardAs = 'div' | 'section' | 'article' | 'a' | 'button';
3054
+ /**
3055
+ * Marca la zona de encabezado (se separa del cuerpo con un hairline):
3056
+ *
3057
+ * ```html
3058
+ * <ius-card>
3059
+ * <strong iusCardHeader>Factura 0042</strong>
3060
+ * Vence el 30-06-2026 · 1.284.000
3061
+ * <ius-text-button iusCardFooter size="small" label="Ver detalle" />
3062
+ * </ius-card>
3063
+ * ```
3064
+ */
3065
+ declare class IusCardHeaderDirective {
3066
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<IusCardHeaderDirective, never>;
3067
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<IusCardHeaderDirective, "[iusCardHeader]", never, {}, {}, never, never, true, never>;
3068
+ }
3069
+ /** Marca la zona de pie (se separa del cuerpo con un hairline). */
3070
+ declare class IusCardFooterDirective {
3071
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<IusCardFooterDirective, never>;
3072
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<IusCardFooterDirective, "[iusCardFooter]", never, {}, {}, never, never, true, never>;
3073
+ }
3074
+ /**
3075
+ * Card — Ius Design v2 (familia layout).
3076
+ *
3077
+ * **Primitiva de superficie**: la cáscara base con superficie, borde/sombra,
3078
+ * radio y padding consistentes, y zonas opcionales header / cuerpo / footer.
3079
+ * Úsala como contenedor genérico de un panel o bloque cuando no exista un
3080
+ * componente más específico, en vez de reescribir a mano la receta
3081
+ * `superficie + borde + radio + padding`.
3082
+ *
3083
+ * NO reemplaza a las cards ricas con comportamiento propio (ListCard,
3084
+ * KanbanCard, PlanUsageItem); AccountItem sí la compone como raíz.
3085
+ *
3086
+ * **Nota de port — el `as` del golden.** El host de un componente Angular no
3087
+ * puede cambiar de etiqueta, así que `as` se resuelve por SELECTOR (la
3088
+ * alternativa que autoriza la ng-spec, «directivas `ius-card[href]`»): el
3089
+ * elemento que escribe el consumidor ES el raíz, con su semántica y sus
3090
+ * atributos nativos.
3091
+ *
3092
+ * ```html
3093
+ * <ius-card>…</ius-card> <!-- as="div" (default) -->
3094
+ * <section ius-card>…</section> <!-- as="section" -->
3095
+ * <article ius-card>…</article> <!-- as="article" -->
3096
+ * <a ius-card href="/expediente/42">…</a> <!-- as="a", navegable -->
3097
+ * <button ius-card>…</button> <!-- as="button", navegable -->
3098
+ * ```
3099
+ *
3100
+ * Así `href` es el atributo nativo del ancla (no hace falta un input) y el
3101
+ * «ref al raíz» de la spec sale gratis: el host ES el raíz (`hostRef`).
3102
+ */
3103
+ declare class CardComponent {
3104
+ readonly variant: _angular_core.InputSignal<IusCardVariant>;
3105
+ readonly padding: _angular_core.InputSignal<IusCardPadding>;
3106
+ readonly radius: _angular_core.InputSignal<IusCardRadius>;
3107
+ /** Navegable: cursor, hover con elevación y realce, y foco visible. */
3108
+ readonly interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
3109
+ /** Seleccionada: borde de marca + anillo. Para cards elegibles (planes, opciones). */
3110
+ readonly selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
3111
+ /**
3112
+ * Nombre accesible del raíz. Usa este input, NO un `aria-label` suelto en la
3113
+ * etiqueta: el binding del host lo pisaría (mismo criterio que
3114
+ * CircularProgress).
3115
+ */
3116
+ readonly ariaLabel: _angular_core.InputSignal<string | undefined>;
3117
+ /** Click de la card. Solo se emite cuando es navegable. */
3118
+ readonly clicked: _angular_core.OutputEmitterRef<MouseEvent>;
3119
+ /** El raíz de la card — equivalente del `ref` reenviado del golden. */
3120
+ readonly hostRef: ElementRef<HTMLElement>;
3121
+ /**
3122
+ * Etiqueta efectiva del raíz, deducida del host: es el `as` del golden.
3123
+ * Se llama `rootTag` y no `as` porque `as` es palabra reservada en las
3124
+ * expresiones de plantilla de Angular (`@if (x; as y)`) y no se puede
3125
+ * referenciar desde un host binding.
3126
+ */
3127
+ readonly rootTag: IusCardAs;
3128
+ /** `<a>` y `<button>` ya traen navegación, foco y teclado nativos. */
3129
+ private readonly nativeInteractive;
3130
+ /** El golden fuerza `type="button"` en la variante botón. */
3131
+ protected readonly hostType: string | null;
3132
+ protected readonly navigable: _angular_core.Signal<boolean>;
3133
+ /** Con div/section/article navegables hay que fabricar la semántica de botón. */
3134
+ protected readonly hostRole: _angular_core.Signal<"button" | null>;
3135
+ protected readonly hostTabIndex: _angular_core.Signal<0 | null>;
3136
+ private readonly headerRef;
3137
+ private readonly footerRef;
3138
+ protected readonly hasHeader: _angular_core.Signal<boolean>;
3139
+ protected readonly hasFooter: _angular_core.Signal<boolean>;
3140
+ protected onClick(event: MouseEvent): void;
3141
+ protected onKeydown(event: KeyboardEvent): void;
3142
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardComponent, never>;
3143
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardComponent, "ius-card, a[ius-card], button[ius-card], section[ius-card], article[ius-card]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, ["headerRef", "footerRef"], ["[iusCardHeader]", "*", "[iusCardFooter]"], true, never>;
3144
+ }
3145
+
3031
3146
  /** Doble rol de la fila: seleccionable (option) o valor eliminable (chip). */
3032
3147
  type IusPersonItemVariant = 'option' | 'chip';
3033
3148
  /** Escala de avatar + texto. */
@@ -3075,18 +3190,12 @@ declare class IusPersonItemNameDirective {
3075
3190
  * `actions` (chip) compone `ius-dropdown` (trigger IconButton `more_vert`
3076
3191
  * proyectado, antes de la X).
3077
3192
  *
3078
- * Nota de port: en React la card y la fila son EL MISMO elemento, así que el
3079
- * `data-variant` de PersonItem (`option`/`chip`) pisa al de Card
3080
- * (`outlined`/…) y la card se queda sin borde en reposo. En Angular el host
3081
- * (`ius-person-item`) y la card son elementos distintos, así que cada
3082
- * `data-variant` vive en el suyo y el borde `outlined` se pinta que es lo
3083
- * que la spec pide.
3084
- *
3085
- * Pendiente de diseño (reportado el 2026-08-27): eso deja una divergencia
3086
- * visual real con React, donde hoy la fila NO tiene borde en reposo. Aquí se
3087
- * asume que `variant="outlined"` debía verse, que es lo que ya hacía el
3088
- * fallback anterior. Si diseño confirma lo contrario, quitar el `variant` de
3089
- * la card en la plantilla.
3193
+ * Nota de port: en React la card y la fila eran EL MISMO elemento, así que el
3194
+ * `data-variant` de PersonItem (`option`/`chip`) pisaba al de Card y la fila se
3195
+ * quedaba sin borde en reposo. Diseño lo resolvió el 2026-08-28 (T5 del pedido
3196
+ * de auditoría): el atributo propio pasó a `data-pi-variant` —ya no colisiona—
3197
+ * y el borde es OPCIONAL vía `bordered`, apagado por defecto, apoyado en la
3198
+ * nueva variante `Card variant="plain"`. Aquí se replica igual.
3090
3199
  *
3091
3200
  * Para cuenta a la que cambiar → AccountItem; fila de acción → MenuItem; pill
3092
3201
  * de texto simple → Chip/Tag.
@@ -3108,6 +3217,16 @@ declare class PersonItemComponent {
3108
3217
  shape?: IusAvatarShape;
3109
3218
  /** Fila seleccionable (`option`) o valor eliminable (`chip`). */
3110
3219
  variant: IusPersonItemVariant;
3220
+ /**
3221
+ * Muestra el borde outlined de la fila (superficie Card). **Off por defecto**:
3222
+ * las filas no llevan contorno propio y se separan por el espacio. Enciéndelo
3223
+ * cuando cada fila deba leerse como una tarjeta independiente. Los estados
3224
+ * tintados (hover/selected/pressed en `option`) tiñen el borde igual con o sin
3225
+ * `bordered`.
3226
+ */
3227
+ bordered: boolean;
3228
+ /** Superficie de la card: con contorno solo si `bordered`. */
3229
+ protected get cardVariant(): IusCardVariant;
3111
3230
  /** Escala de avatar + texto; `medium` hereda `--ius-density` del contexto. */
3112
3231
  size: IusPersonItemSize;
3113
3232
  /** (option) fila elegida: fondo resaltado. */
@@ -3155,7 +3274,8 @@ declare class PersonItemComponent {
3155
3274
  protected onRemoveMouseDown(event: MouseEvent): void;
3156
3275
  protected onRemoveClick(event: MouseEvent): void;
3157
3276
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<PersonItemComponent, never>;
3158
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<PersonItemComponent, "ius-person-item", never, { "name": { "alias": "name"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "monogram": { "alias": "monogram"; "required": false; }; "color": { "alias": "color"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "showCheck": { "alias": "showCheck"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "actionsLabel": { "alias": "actionsLabel"; "required": false; }; "removeLabel": { "alias": "removeLabel"; "required": false; }; "state": { "alias": "state"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "clicked": "clicked"; "removed": "removed"; }, ["trailingRef", "nameRef"], ["[iusPersonItemName]", "[iusPersonItemTrailing]"], true, never>;
3277
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<PersonItemComponent, "ius-person-item", never, { "name": { "alias": "name"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "monogram": { "alias": "monogram"; "required": false; }; "color": { "alias": "color"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; "size": { "alias": "size"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "showCheck": { "alias": "showCheck"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "actionsLabel": { "alias": "actionsLabel"; "required": false; }; "removeLabel": { "alias": "removeLabel"; "required": false; }; "state": { "alias": "state"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "clicked": "clicked"; "removed": "removed"; }, ["trailingRef", "nameRef"], ["[iusPersonItemName]", "[iusPersonItemTrailing]"], true, never>;
3278
+ static ngAcceptInputType_bordered: unknown;
3159
3279
  static ngAcceptInputType_selected: unknown;
3160
3280
  static ngAcceptInputType_showCheck: unknown;
3161
3281
  static ngAcceptInputType_mask: unknown;
@@ -3573,6 +3693,15 @@ declare class IusModalFooterDirective {
3573
3693
  *
3574
3694
  */
3575
3695
  declare class ModalComponent implements AfterViewInit, OnDestroy {
3696
+ /**
3697
+ * Ids del título y la descripción: el diálogo se nombra con su propio
3698
+ * encabezado (`aria-labelledby`) en vez de repetir el texto en un
3699
+ * `aria-label`, y `aria-describedby` apunta a la descripción cuando la hay
3700
+ * (T11). `aria-label` queda solo para el caso sin `title`.
3701
+ */
3702
+ private readonly baseId;
3703
+ protected readonly titleId: string;
3704
+ protected readonly descId: string;
3576
3705
  private readonly overlay;
3577
3706
  private readonly viewContainerRef;
3578
3707
  /** Template con scrim + diálogo; se portalea al overlay al abrir. */
@@ -5787,17 +5916,14 @@ interface IusTabItem {
5787
5916
  * <ius-tabs [items]="vistas" [value]="vista()" (valueChange)="vista.set($event)" accent="success" />
5788
5917
  * ```
5789
5918
  *
5790
- * **Divergencias doc-vs-golden** (manda el `.jsx`, según regla del repo).
5791
- * Reportadas a diseño el 2026-08-27 — revisar este bloque cuando respondan:
5792
- * - `Tabs.ng-spec.md` §1 dice que el contador compone **Insignia**. El golden
5793
- * lo resuelve con CSS propio (`.ius-tabs__count`) y el `prompt.md` coincide
5794
- * con el golden. Se portó el badge propio. Pendiente de diseño.
5795
- * - `Tabs.ng-spec.md` §5 y el prompt hablan de un indicador de **2px**. El
5796
- * golden usa `--_tb-line` con 3px en medium (el default), 2px en small y 4px
5797
- * en large. Se portó la escala del golden. Pendiente de diseño.
5798
- * - El prompt dice que el contador activo toma el accent **suave**; el golden
5799
- * le pone el accent fuerte con texto blanco. Se portó el golden. Pendiente
5800
- * de diseño — y va ligado a `accentSoft`, ver abajo.
5919
+ * **Resuelto por diseño el 2026-08-28** (T3 del pedido de auditoría), donde
5920
+ * antes había tres divergencias doc-vs-golden:
5921
+ * - El contador **compone Insignia** (`variant="count-soft"`), no un badge
5922
+ * propio: neutro en reposo y con el accent suave al activarse.
5923
+ * - El indicador es **escalonado 2 / 3 / 4 px** según `size` (`--_tb-line`),
5924
+ * que es lo que ya hacía el golden.
5925
+ * - El contador activo va en tono **suave**, que es justo lo que da
5926
+ * `count-soft`; con eso desapareció la variable muerta `--_tb-accent-soft`.
5801
5927
  */
5802
5928
  declare class TabsComponent {
5803
5929
  /** Pestañas a mostrar. */
@@ -5818,14 +5944,6 @@ declare class TabsComponent {
5818
5944
  protected readonly active: _angular_core.Signal<string>;
5819
5945
  /** OJO: `primary` toma el escalón 900; el resto de accents, el 700. */
5820
5946
  protected readonly accentStrong: _angular_core.Signal<string>;
5821
- /**
5822
- * Espejo del `accentSoft` del golden, que lo fija como estilo inline… pero su
5823
- * CSS nunca lo lee. Parece el valor que iba destinado al contador activo (hoy
5824
- * pintado con el accent fuerte). Se porta igual para no perder el rastro.
5825
- * Pendiente de diseño: si confirman el tono suave, esta variable pasa a usarse
5826
- * en `.ius-tabs__tab[data-active='true'] .ius-tabs__count`.
5827
- */
5828
- protected readonly accentSoft: _angular_core.Signal<string>;
5829
5947
  protected select(item: IusTabItem): void;
5830
5948
  /** `←` / `→` mueven a la pestaña vecina, dando la vuelta y saltando deshabilitadas. */
5831
5949
  protected onKeydown(event: KeyboardEvent, index: number): void;
@@ -5833,106 +5951,6 @@ declare class TabsComponent {
5833
5951
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabsComponent, "ius-tabs", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "defaultValue": { "alias": "defaultValue"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "accent": { "alias": "accent"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
5834
5952
  }
5835
5953
 
5836
- /** Tratamiento de superficie. */
5837
- type IusCardVariant = 'outlined' | 'elevated' | 'sunken';
5838
- /** Padding interno de las zonas. `none` = contenido a sangre (media). */
5839
- type IusCardPadding = 'none' | 'sm' | 'md' | 'lg';
5840
- /** Radio de las esquinas. */
5841
- type IusCardRadius = 'sm' | 'md' | 'lg';
5842
- /** Elemento raíz efectivo (el `as` del golden). */
5843
- type IusCardAs = 'div' | 'section' | 'article' | 'a' | 'button';
5844
- /**
5845
- * Marca la zona de encabezado (se separa del cuerpo con un hairline):
5846
- *
5847
- * ```html
5848
- * <ius-card>
5849
- * <strong iusCardHeader>Factura 0042</strong>
5850
- * Vence el 30-06-2026 · 1.284.000
5851
- * <ius-text-button iusCardFooter size="small" label="Ver detalle" />
5852
- * </ius-card>
5853
- * ```
5854
- */
5855
- declare class IusCardHeaderDirective {
5856
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<IusCardHeaderDirective, never>;
5857
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<IusCardHeaderDirective, "[iusCardHeader]", never, {}, {}, never, never, true, never>;
5858
- }
5859
- /** Marca la zona de pie (se separa del cuerpo con un hairline). */
5860
- declare class IusCardFooterDirective {
5861
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<IusCardFooterDirective, never>;
5862
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<IusCardFooterDirective, "[iusCardFooter]", never, {}, {}, never, never, true, never>;
5863
- }
5864
- /**
5865
- * Card — Ius Design v2 (familia layout).
5866
- *
5867
- * **Primitiva de superficie**: la cáscara base con superficie, borde/sombra,
5868
- * radio y padding consistentes, y zonas opcionales header / cuerpo / footer.
5869
- * Úsala como contenedor genérico de un panel o bloque cuando no exista un
5870
- * componente más específico, en vez de reescribir a mano la receta
5871
- * `superficie + borde + radio + padding`.
5872
- *
5873
- * NO reemplaza a las cards ricas con comportamiento propio (ListCard,
5874
- * KanbanCard, PlanUsageItem); AccountItem sí la compone como raíz.
5875
- *
5876
- * **Nota de port — el `as` del golden.** El host de un componente Angular no
5877
- * puede cambiar de etiqueta, así que `as` se resuelve por SELECTOR (la
5878
- * alternativa que autoriza la ng-spec, «directivas `ius-card[href]`»): el
5879
- * elemento que escribe el consumidor ES el raíz, con su semántica y sus
5880
- * atributos nativos.
5881
- *
5882
- * ```html
5883
- * <ius-card>…</ius-card> <!-- as="div" (default) -->
5884
- * <section ius-card>…</section> <!-- as="section" -->
5885
- * <article ius-card>…</article> <!-- as="article" -->
5886
- * <a ius-card href="/expediente/42">…</a> <!-- as="a", navegable -->
5887
- * <button ius-card>…</button> <!-- as="button", navegable -->
5888
- * ```
5889
- *
5890
- * Así `href` es el atributo nativo del ancla (no hace falta un input) y el
5891
- * «ref al raíz» de la spec sale gratis: el host ES el raíz (`hostRef`).
5892
- */
5893
- declare class CardComponent {
5894
- readonly variant: _angular_core.InputSignal<IusCardVariant>;
5895
- readonly padding: _angular_core.InputSignal<IusCardPadding>;
5896
- readonly radius: _angular_core.InputSignal<IusCardRadius>;
5897
- /** Navegable: cursor, hover con elevación y realce, y foco visible. */
5898
- readonly interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
5899
- /** Seleccionada: borde de marca + anillo. Para cards elegibles (planes, opciones). */
5900
- readonly selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
5901
- /**
5902
- * Nombre accesible del raíz. Usa este input, NO un `aria-label` suelto en la
5903
- * etiqueta: el binding del host lo pisaría (mismo criterio que
5904
- * CircularProgress).
5905
- */
5906
- readonly ariaLabel: _angular_core.InputSignal<string | undefined>;
5907
- /** Click de la card. Solo se emite cuando es navegable. */
5908
- readonly clicked: _angular_core.OutputEmitterRef<MouseEvent>;
5909
- /** El raíz de la card — equivalente del `ref` reenviado del golden. */
5910
- readonly hostRef: ElementRef<HTMLElement>;
5911
- /**
5912
- * Etiqueta efectiva del raíz, deducida del host: es el `as` del golden.
5913
- * Se llama `rootTag` y no `as` porque `as` es palabra reservada en las
5914
- * expresiones de plantilla de Angular (`@if (x; as y)`) y no se puede
5915
- * referenciar desde un host binding.
5916
- */
5917
- readonly rootTag: IusCardAs;
5918
- /** `<a>` y `<button>` ya traen navegación, foco y teclado nativos. */
5919
- private readonly nativeInteractive;
5920
- /** El golden fuerza `type="button"` en la variante botón. */
5921
- protected readonly hostType: string | null;
5922
- protected readonly navigable: _angular_core.Signal<boolean>;
5923
- /** Con div/section/article navegables hay que fabricar la semántica de botón. */
5924
- protected readonly hostRole: _angular_core.Signal<"button" | null>;
5925
- protected readonly hostTabIndex: _angular_core.Signal<0 | null>;
5926
- private readonly headerRef;
5927
- private readonly footerRef;
5928
- protected readonly hasHeader: _angular_core.Signal<boolean>;
5929
- protected readonly hasFooter: _angular_core.Signal<boolean>;
5930
- protected onClick(event: MouseEvent): void;
5931
- protected onKeydown(event: KeyboardEvent): void;
5932
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardComponent, never>;
5933
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardComponent, "ius-card, a[ius-card], button[ius-card], section[ius-card], article[ius-card]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, ["headerRef", "footerRef"], ["[iusCardHeader]", "*", "[iusCardFooter]"], true, never>;
5934
- }
5935
-
5936
5954
  /** Tratamiento visual de la lista. */
5937
5955
  type IusAccordionVariant = 'divided' | 'contained';
5938
5956
  interface IusAccordionItem {
@@ -5977,15 +5995,15 @@ interface IusAccordionItem {
5977
5995
  * No lo uses para navegar entre páginas (Tabs/Breadcrumb) ni para esconder
5978
5996
  * acciones críticas.
5979
5997
  *
5980
- * **Desviación deliberada del golden — `inert` en el panel cerrado.** El panel
5981
- * NO se desmonta (es lo que permite animar la altura) y el golden lo colapsa
5982
- * solo con `grid-template-rows: 0fr` + `overflow: hidden`: eso lo esconde de la
5983
- * vista pero NO lo saca del orden de tabulación, así que con Tab se llega a
5984
- * campos invisibles — justo en el caso de uso principal, formularios dentro de
5985
- * un Drawer. Aquí el panel cerrado lleva `inert`, sin ningún efecto visual.
5986
- * Contrapartida aceptada: el contenido cerrado tampoco se anuncia a lectores de
5987
- * pantalla, que es lo coherente con «cerrado = oculto». Decisión del equipo el
5988
- * 2026-08-27; reportado a diseño para que lo valore en `Accordion.jsx`.
5998
+ * **`inert` en el panel cerrado.** El panel NO se desmonta (es lo que permite
5999
+ * animar la altura) y colapsarlo solo con `grid-template-rows: 0fr` +
6000
+ * `overflow: hidden` lo esconde de la vista pero NO lo saca del orden de
6001
+ * tabulación, así que con Tab se llegaba a campos invisibles — justo en el caso
6002
+ * de uso principal, formularios dentro de un Drawer. El panel cerrado lleva
6003
+ * `inert`, sin ningún efecto visual. Contrapartida aceptada: el contenido
6004
+ * cerrado tampoco se anuncia a lectores de pantalla, que es lo coherente con
6005
+ * «cerrado = oculto». Salió de este equipo el 2026-08-27 y diseño lo adoptó en
6006
+ * `Accordion.jsx` el 2026-08-28 (T6): ya es paridad con el golden.
5989
6007
  */
5990
6008
  declare class AccordionComponent {
5991
6009
  readonly items: _angular_core.InputSignal<readonly IusAccordionItem[]>;
@@ -6018,5 +6036,136 @@ declare class AccordionComponent {
6018
6036
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccordionComponent, "ius-accordion", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "defaultOpen": { "alias": "defaultOpen"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "chevronIcon": { "alias": "chevronIcon"; "required": false; "isSignal": true; }; }, { "openChange": "openChange"; }, never, never, true, never>;
6019
6037
  }
6020
6038
 
6021
- export { AccordionComponent, AlertComponent, AppLayoutComponent, AvatarComponent, ButtonComponent, CaptchaFieldComponent, CardComponent, CarouselComponent, CheckboxComponent, ChipComponent, CircularProgressComponent, CodeFieldComponent, CountdownComponent, CountdownRingComponent, DescriptionListComponent, DividerComponent, DrawerComponent, DropdownComponent, EleniaBubbleComponent, EleniaOrbComponent, EmptyStateComponent, FlexComponent, HeaderBarComponent, ILLUSTRATIONS, ILLUSTRATION_ALIAS, ILLUSTRATION_NAMES, IUS_FILTER_OPERATORS, IUS_TOAST_DEFAULT_DURATION, IUS_TOAST_DEFAULT_ICON, IconButtonComponent, IllustrationComponent, InsigniaComponent, IusAlertActionsDirective, IusAlertTrailingDirective, IusCardFooterDirective, IusCardHeaderDirective, IusDrawerFooterDirective, IusDrawerHeaderActionsDirective, IusDrawerTitleDirective, IusDropdownTriggerDirective, IusListCardLeadingDirective, IusListCardOverlineDirective, IusListCardParagraphDirective, IusListCardSubtitleDirective, IusListCardTitleDirective, IusListViewFiltersDirective, IusListViewFooterEndDirective, IusListViewFooterStartDirective, IusListViewHeaderEndDirective, IusListViewHeaderStartDirective, IusListViewToolbarDirective, IusMenuItemTrailingDirective, IusModalFooterDirective, IusPersonItemNameDirective, IusPersonItemTrailingDirective, IusSettingsNavFooterDirective, IusSettingsNavHeaderDirective, IusTagPrefixDirective, IusTagSuffixDirective, IusToastActionDirective, ListCardComponent, ListViewComponent, LoadingComponent, LoadingMarkComponent, MenuComponent, MenuItemComponent, ModalComponent, MultiTextFieldComponent, NavUserComponent, ORB_PERIODS, OauthButtonComponent, OptionItemComponent, PersonItemComponent, PersonPickerComponent, PopoverComponent, QueryBuilderComponent, STATUS_TONES, STATUS_VOCAB, STATUS_VOCABS, STATUS_VOCABS_PENDING, ScrollAreaComponent, SearchBarComponent, SegmentGroupComponent, SegmentedControlComponent, SelectComponent, SettingsNavComponent, ShowMoreComponent, SplitterComponent, StatusChipComponent, StatusStateComponent, TabsComponent, TagComponent, TextAreaComponent, TextButtonComponent, TextComponent, TextFieldComponent, ToastComponent, ToastService, ToastViewportComponent, TooltipComponent, WizardComponent, WizardController, WizardNavComponent, createWizard, pose, poseIso, poseSpeaking, poseThinking, renderCubeSvg, resolveIllustration, resolveStatus, statusOptions, statusOrder, statusToneVars, statusVocab, voiceEnv };
6022
- export type { ActuacionStatus, AlertSize, AlertTone, AlertVariant, CountdownDirection, CountdownFormat, CountdownRingSize, CountdownRingTone, DescriptionListItem, DescriptionListLayout, DescriptionListSize, DescriptionListValueClick, GestionStatus, IllustrationEntry, IllustrationName, IllustrationSize, IusAccordionItem, IusAccordionVariant, IusAppLayoutAccent, IusAvatarColor, IusAvatarShape, IusAvatarSize, IusButtonActionResult, IusButtonSize, IusButtonStatus, IusButtonType, IusButtonVariant, IusCaptchaAppearance, IusCaptchaFieldHandle, IusCaptchaProvider, IusCaptchaSize, IusCaptchaState, IusCaptchaTheme, IusCardAs, IusCardPadding, IusCardRadius, IusCardVariant, IusCarouselImage, IusCarouselImageInput, IusCarouselObjectFit, IusCarouselOrder, IusCarouselOverlay, IusCarouselTransition, IusCheckboxLabelPosition, IusCheckboxSize, IusChipSize, IusChipState, IusCircularProgressSize, IusCircularProgressTone, IusCodeFieldSize, IusDividerOrientation, IusDividerTextAlign, IusDividerVariant, IusDrawerSide, IusDrawerSize, IusDropdownItem, IusDropdownTone, IusDropdownVariant, IusEleniaBubblePosition, IusEleniaBubbleSize, IusEleniaOrbMood, IusEleniaOrbSurface, IusEmptyStateAction, IusEmptyStateSize, IusEmptyStateTone, IusEmptyStateVariant, IusFilterField, IusFilterFieldOption, IusFilterFieldType, IusFilterRule, IusFilterValue, IusFlexAlign, IusFlexDirection, IusFlexGap, IusFlexJustify, IusIconButtonShape, IusIconButtonSize, IusIconButtonVariant, IusInsigniaSize, IusInsigniaTone, IusInsigniaVariant, IusListCardAction, IusListCardField, IusListCardMarker, IusListCardMenuItem, IusListCardSize, IusListCardStatus, IusListCardTag, IusListCardTone, IusListViewAction, IusListViewSize, IusListViewSortOption, IusLoadingMarkSurface, IusLoadingVariant, IusMenuItemSize, IusMenuItemState, IusMenuItemVariant, IusMenuOption, IusModalCloseReason, IusModalIconTone, IusModalSize, IusMultiTextFieldSize, IusMultiTextFieldSlot, IusMultiTextFieldState, IusNavUserAccount, IusNavUserLayout, IusNavUserUser, IusOAuthButtonSize, IusOAuthButtonType, IusOAuthProvider, IusOptionItemSize, IusOptionItemState, IusPersonId, IusPersonItemAction, IusPersonItemSize, IusPersonItemState, IusPersonItemVariant, IusPersonOption, IusPersonPickerSelectedContext, IusPopoverPadding, IusPopoverPlacement, IusPopoverTrigger, IusQueryBuilderSize, IusScrollAxis, IusScrollSize, IusSearchBarSize, IusSearchBarState, IusSegmentedSize, IusSegmentedVariant, IusSelectCreateFactory, IusSelectSize, IusSelectState, IusSelectValue, IusSettingsNavAccent, IusSettingsNavItem, IusSettingsNavSize, IusShowMoreAlign, IusSplitterAccent, IusSplitterOrientation, IusStatusChipSize, IusStatusChipTone, IusStatusKind, IusTabItem, IusTabTag, IusTabsAccent, IusTabsSize, IusTagRole, IusTagShape, IusTagSize, IusTagState, IusTagTone, IusTagVariant, IusTextAlign, IusTextAreaSize, IusTextAreaState, IusTextButtonSize, IusTextButtonType, IusTextColor, IusTextFieldSize, IusTextFieldType, IusTextTag, IusTextVariant, IusTextWeight, IusToastItem, IusToastOptions, IusToastPosition, IusToastTone, IusTooltipTrigger, OrbMood, OrbPose, SegmentedOption, SelectOption, SelectOptionGroup, StatusMeta, StatusOption, StatusTone, StatusToneVars, StatusVocabMap, StatusVocabName, UseWizardOptions, WizardApi, WizardStep };
6039
+ /** Estado forzado solo demos. */
6040
+ type IusAccountItemState = 'hover' | 'pressed';
6041
+ /** Acción del menú ⋮ de la fila (espejo de `IusDropdownItem`/`IusMenuOption`). */
6042
+ interface IusAccountItemAction {
6043
+ key?: string | number;
6044
+ icon?: string;
6045
+ label?: string;
6046
+ /** Agrupa: al cambiar de `group` inserta un divisor. */
6047
+ group?: string | number;
6048
+ /** Inserta un divisor en su lugar. */
6049
+ separator?: boolean;
6050
+ danger?: boolean;
6051
+ disabled?: boolean;
6052
+ onClick?: (event: MouseEvent) => void;
6053
+ }
6054
+ /** Nombre rico proyectado (alternativa al input `name`). */
6055
+ declare class IusAccountItemNameDirective {
6056
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<IusAccountItemNameDirective, never>;
6057
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<IusAccountItemNameDirective, "[iusAccountItemName]", never, {}, {}, never, never, true, never>;
6058
+ }
6059
+ /** Subtítulo rico proyectado (alternativa al input `subtitle`). */
6060
+ declare class IusAccountItemSubtitleDirective {
6061
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<IusAccountItemSubtitleDirective, never>;
6062
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<IusAccountItemSubtitleDirective, "[iusAccountItemSubtitle]", never, {}, {}, never, never, true, never>;
6063
+ }
6064
+ /** Nodo libre al borde derecho (Tag, contador, chip de estado). */
6065
+ declare class IusAccountItemTrailingDirective {
6066
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<IusAccountItemTrailingDirective, never>;
6067
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<IusAccountItemTrailingDirective, "[iusAccountItemTrailing]", never, {}, {}, never, never, true, never>;
6068
+ }
6069
+ /**
6070
+ * AccountItem — Ius Design v2 (familia data-display).
6071
+ *
6072
+ * Fila-tarjeta de una **cuenta a la que el usuario puede cambiar**: la unidad de
6073
+ * la vista «Cambiar de cuenta» del UserMenu. Avatar de la cuenta + nombre (+
6074
+ * subtítulo opcional: tipo, rol o dominio), seleccionable, con la cuenta activa
6075
+ * marcada con un check. Fuente de verdad: `AccountItem.jsx` +
6076
+ * `AccountItem.d.ts` + `AccountItem.ng-spec.md`.
6077
+ *
6078
+ * La superficie la pone **`ius-card`** (`outlined · radius lg · padding none`),
6079
+ * como manda la ng-spec: no se reescribe a mano. AccountItem solo aporta el
6080
+ * layout de la fila y sus **estados tintados info** (hover / pressed /
6081
+ * selected), que pisan la elevación por defecto de Card.
6082
+ *
6083
+ * `actions` compone `ius-dropdown` (trigger IconButton `more_vert` proyectado)
6084
+ * en un slot de **ancho fijo** (`--_ai-actions-w`), para que todas las listas de
6085
+ * cuentas del ecosistema queden alineadas. `[iusAccountItemTrailing]` acepta un
6086
+ * nodo libre en el mismo borde y convive con `actions`. Con `disabled` las
6087
+ * acciones quedan **visibles pero inertes** (la fila pierde `pointer-events`),
6088
+ * regla única del sistema.
6089
+ *
6090
+ * **Nota de port — el `split` del golden.** El golden alterna su DOM según el
6091
+ * contenido: sin `actions`/`trailing` la raíz **es** el `<button>` de `onClick`;
6092
+ * con ellos la raíz pasa a `div` y el área primaria se vuelve un botón interno
6093
+ * (anidar un IconButton dentro de un `<button>` es HTML inválido y rompe el
6094
+ * teclado). Aquí se adopta **siempre** la segunda forma — la raíz es
6095
+ * `<ius-card>` (div) y el área primaria es un `<button>` interno:
6096
+ *
6097
+ * - En Angular alternar la etiqueta raíz exige un `@if`/`@else`, y el contenido
6098
+ * proyectado (`[iusAccountItemName]`, `[iusAccountItemSubtitle]`) solo se
6099
+ * instancia en UNA rama: al cambiar `actions`/`trailing` en caliente —lo que
6100
+ * hace el playground— la proyección se perdería.
6101
+ * - El resultado accesible es el mismo que el del golden: un único botón real
6102
+ * que cubre la fila, con su `aria-label` y su `aria-pressed`, y el ⋮ como
6103
+ * control hermano alcanzable por teclado aparte. Nunca hay control anidado
6104
+ * en control, ni en el caso simple.
6105
+ * - Visualmente es idéntico: los estados se pintan sobre TODA la fila desde la
6106
+ * raíz (`data-actionable` + `:has(.ius-acctitem__main:active/:focus-visible)`),
6107
+ * que es exactamente lo que hace la rama `split` del golden.
6108
+ *
6109
+ * Para fila de acción/navegación → MenuItem; control de cuenta del HeaderBar →
6110
+ * NavUser. Primera carga → envolver en Skeleton (AccountItem no lleva
6111
+ * `loading` propio).
6112
+ */
6113
+ declare class AccountItemComponent {
6114
+ /** Nombre de la cuenta. Para markup rico proyectar `[iusAccountItemName]`. */
6115
+ name?: string;
6116
+ /**
6117
+ * Subtítulo opcional (tipo, rol, dominio…). Ej. `Personal`. Para markup rico
6118
+ * proyectar `[iusAccountItemSubtitle]`.
6119
+ */
6120
+ subtitle?: string;
6121
+ /** URL de la fotografía de la cuenta (pasa a `ius-avatar` como `src`). */
6122
+ avatar?: string;
6123
+ /** Ícono Material Symbols del medallón (sin foto/monograma/nombre cae a `account_circle`). */
6124
+ icon?: string;
6125
+ /** Monograma explícito. */
6126
+ monogram?: string;
6127
+ /** Familia de color del medallón; `auto` es estable por nombre. */
6128
+ color: IusAvatarColor;
6129
+ /** Forma del medallón. */
6130
+ shape: IusAvatarShape;
6131
+ /** Cuenta activa: fondo resaltado + check. */
6132
+ selected: boolean;
6133
+ /** Deshabilitada: la fila entera queda inerte (las acciones, visibles). */
6134
+ disabled: boolean;
6135
+ /** Acciones secundarias en el menú ⋮ del borde derecho. */
6136
+ actions: IusAccountItemAction[];
6137
+ /** aria del menú de acciones. */
6138
+ actionsLabel: string;
6139
+ /** Estado forzado — solo demos. */
6140
+ state?: IusAccountItemState;
6141
+ /** Nombre accesible del área primaria (anula el derivado del nombre). */
6142
+ ariaLabel?: string;
6143
+ /** Fila pulsada (original `onClick`). */
6144
+ readonly clicked: EventEmitter<MouseEvent>;
6145
+ private readonly nameRef;
6146
+ private readonly subtitleRef;
6147
+ private readonly trailingRef;
6148
+ /** Fila viva: hay quien escuche el clic y no está deshabilitada. */
6149
+ protected get actionable(): boolean;
6150
+ protected get hasSubtitle(): boolean;
6151
+ protected get hasTrailing(): boolean;
6152
+ protected get showMenu(): boolean;
6153
+ /** El monograma explícito gana: entonces el nombre no alimenta las iniciales. */
6154
+ protected get avatarName(): string | undefined;
6155
+ /** Sin foto/monograma/nombre, el medallón cae al ícono genérico de cuenta. */
6156
+ protected get effIcon(): string | undefined;
6157
+ /** `Cuenta <nombre>` como nombre accesible por defecto (verbatim del golden). */
6158
+ protected get label(): string;
6159
+ /** El golden solo declara `aria-pressed` cuando la cuenta está activa. */
6160
+ protected get ariaPressed(): string | null;
6161
+ /** aria del IconButton ⋮ — nombra la cuenta cuando la hay. */
6162
+ protected get menuLabel(): string;
6163
+ protected onMainClick(event: MouseEvent): void;
6164
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AccountItemComponent, never>;
6165
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccountItemComponent, "ius-account-item", never, { "name": { "alias": "name"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "monogram": { "alias": "monogram"; "required": false; }; "color": { "alias": "color"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "actionsLabel": { "alias": "actionsLabel"; "required": false; }; "state": { "alias": "state"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "clicked": "clicked"; }, ["nameRef", "subtitleRef", "trailingRef"], ["[iusAccountItemName]", "[iusAccountItemSubtitle]", "[iusAccountItemTrailing]"], true, never>;
6166
+ static ngAcceptInputType_selected: unknown;
6167
+ static ngAcceptInputType_disabled: unknown;
6168
+ }
6169
+
6170
+ export { AccordionComponent, AccountItemComponent, AlertComponent, AppLayoutComponent, AvatarComponent, ButtonComponent, CaptchaFieldComponent, CardComponent, CarouselComponent, CheckboxComponent, ChipComponent, CircularProgressComponent, CodeFieldComponent, CountdownComponent, CountdownRingComponent, DescriptionListComponent, DividerComponent, DrawerComponent, DropdownComponent, EleniaBubbleComponent, EleniaOrbComponent, EmptyStateComponent, FlexComponent, HeaderBarComponent, ILLUSTRATIONS, ILLUSTRATION_ALIAS, ILLUSTRATION_NAMES, IUS_FILTER_OPERATORS, IUS_TOAST_DEFAULT_DURATION, IUS_TOAST_DEFAULT_ICON, IconButtonComponent, IllustrationComponent, InsigniaComponent, IusAccountItemNameDirective, IusAccountItemSubtitleDirective, IusAccountItemTrailingDirective, IusAlertActionsDirective, IusAlertTrailingDirective, IusCardFooterDirective, IusCardHeaderDirective, IusDrawerFooterDirective, IusDrawerHeaderActionsDirective, IusDrawerTitleDirective, IusDropdownTriggerDirective, IusListCardLeadingDirective, IusListCardOverlineDirective, IusListCardParagraphDirective, IusListCardSubtitleDirective, IusListCardTitleDirective, IusListViewFiltersDirective, IusListViewFooterEndDirective, IusListViewFooterStartDirective, IusListViewHeaderEndDirective, IusListViewHeaderStartDirective, IusListViewToolbarDirective, IusMenuItemTrailingDirective, IusModalFooterDirective, IusPersonItemNameDirective, IusPersonItemTrailingDirective, IusSettingsNavFooterDirective, IusSettingsNavHeaderDirective, IusTagPrefixDirective, IusTagSuffixDirective, IusToastActionDirective, ListCardComponent, ListViewComponent, LoadingComponent, LoadingMarkComponent, MenuComponent, MenuItemComponent, ModalComponent, MultiTextFieldComponent, NavUserComponent, ORB_PERIODS, OauthButtonComponent, OptionItemComponent, PersonItemComponent, PersonPickerComponent, PopoverComponent, QueryBuilderComponent, STATUS_TONES, STATUS_VOCAB, STATUS_VOCABS, STATUS_VOCABS_PENDING, ScrollAreaComponent, SearchBarComponent, SegmentGroupComponent, SegmentedControlComponent, SelectComponent, SettingsNavComponent, ShowMoreComponent, SplitterComponent, StatusChipComponent, StatusStateComponent, TabsComponent, TagComponent, TextAreaComponent, TextButtonComponent, TextComponent, TextFieldComponent, ToastComponent, ToastService, ToastViewportComponent, TooltipComponent, WizardComponent, WizardController, WizardNavComponent, createWizard, pose, poseIso, poseSpeaking, poseThinking, renderCubeSvg, resolveIllustration, resolveStatus, statusOptions, statusOrder, statusToneVars, statusVocab, voiceEnv };
6171
+ export type { ActuacionStatus, AlertSize, AlertTone, AlertVariant, CountdownDirection, CountdownFormat, CountdownRingSize, CountdownRingTone, DescriptionListItem, DescriptionListLayout, DescriptionListSize, DescriptionListValueClick, GestionStatus, IllustrationEntry, IllustrationName, IllustrationSize, IusAccordionItem, IusAccordionVariant, IusAccountItemAction, IusAccountItemState, IusAppLayoutAccent, IusAvatarColor, IusAvatarShape, IusAvatarSize, IusButtonActionResult, IusButtonSize, IusButtonStatus, IusButtonType, IusButtonVariant, IusCaptchaAppearance, IusCaptchaFieldHandle, IusCaptchaProvider, IusCaptchaSize, IusCaptchaState, IusCaptchaTheme, IusCardAs, IusCardPadding, IusCardRadius, IusCardVariant, IusCarouselImage, IusCarouselImageInput, IusCarouselObjectFit, IusCarouselOrder, IusCarouselOverlay, IusCarouselTransition, IusCheckboxLabelPosition, IusCheckboxSize, IusChipSize, IusChipState, IusCircularProgressSize, IusCircularProgressTone, IusCodeFieldSize, IusDividerOrientation, IusDividerTextAlign, IusDividerVariant, IusDrawerSide, IusDrawerSize, IusDropdownItem, IusDropdownTone, IusDropdownVariant, IusEleniaBubblePosition, IusEleniaBubbleSize, IusEleniaOrbMood, IusEleniaOrbSurface, IusEmptyStateAction, IusEmptyStateSize, IusEmptyStateTone, IusEmptyStateVariant, IusFilterField, IusFilterFieldOption, IusFilterFieldType, IusFilterRule, IusFilterValue, IusFlexAlign, IusFlexDirection, IusFlexGap, IusFlexJustify, IusIconButtonShape, IusIconButtonSize, IusIconButtonVariant, IusInsigniaSize, IusInsigniaTone, IusInsigniaVariant, IusListCardAction, IusListCardField, IusListCardMarker, IusListCardMenuItem, IusListCardSize, IusListCardStatus, IusListCardTag, IusListCardTone, IusListViewAction, IusListViewSize, IusListViewSortOption, IusLoadingMarkSurface, IusLoadingVariant, IusMenuItemSize, IusMenuItemState, IusMenuItemVariant, IusMenuOption, IusModalCloseReason, IusModalIconTone, IusModalSize, IusMultiTextFieldSize, IusMultiTextFieldSlot, IusMultiTextFieldState, IusNavUserAccount, IusNavUserLayout, IusNavUserUser, IusOAuthButtonSize, IusOAuthButtonType, IusOAuthProvider, IusOptionItemSize, IusOptionItemState, IusPersonId, IusPersonItemAction, IusPersonItemSize, IusPersonItemState, IusPersonItemVariant, IusPersonOption, IusPersonPickerSelectedContext, IusPopoverPadding, IusPopoverPlacement, IusPopoverTrigger, IusQueryBuilderSize, IusScrollAxis, IusScrollSize, IusSearchBarSize, IusSearchBarState, IusSegmentedSize, IusSegmentedVariant, IusSelectCreateFactory, IusSelectSize, IusSelectState, IusSelectValue, IusSettingsNavAccent, IusSettingsNavItem, IusSettingsNavSize, IusShowMoreAlign, IusSplitterAccent, IusSplitterOrientation, IusStatusChipSize, IusStatusChipTone, IusStatusKind, IusTabItem, IusTabTag, IusTabsAccent, IusTabsSize, IusTagRole, IusTagShape, IusTagSize, IusTagState, IusTagTone, IusTagVariant, IusTextAlign, IusTextAreaSize, IusTextAreaState, IusTextButtonSize, IusTextButtonType, IusTextColor, IusTextFieldSize, IusTextFieldType, IusTextTag, IusTextVariant, IusTextWeight, IusToastItem, IusToastOptions, IusToastPosition, IusToastTone, IusTooltipTrigger, OrbMood, OrbPose, SegmentedOption, SelectOption, SelectOptionGroup, StatusMeta, StatusOption, StatusTone, StatusToneVars, StatusVocabMap, StatusVocabName, UseWizardOptions, WizardApi, WizardStep };