@cm-sigoo-temp/ui 0.2.42 → 0.2.44
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.
|
@@ -26,7 +26,11 @@ export type EstadoToolbar = {
|
|
|
26
26
|
}[];
|
|
27
27
|
/** Terminal seleccionada en el dropdown (cambia al elegir otra). */
|
|
28
28
|
terminal?: number;
|
|
29
|
-
/**
|
|
29
|
+
/**
|
|
30
|
+
* Terminal de nómina del token; se setea una vez y no se sobrescribe al cambiar selección.
|
|
31
|
+
* Al setearla junto con `terminales`, la librería la mantiene siempre en el listado aunque
|
|
32
|
+
* luego se actualice `terminales` sin incluirla (merge defensivo).
|
|
33
|
+
*/
|
|
30
34
|
terminalDeNomina?: number;
|
|
31
35
|
avatar?: string;
|
|
32
36
|
nombre?: string;
|
package/package.json
CHANGED