@imj_media/tareas 1.5.37 → 1.5.38
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/dist/src/modules/templates/hooks/useBuildTemplateFields.d.ts +1 -1
- package/dist/src/modules/templates/hooks/useCopyPaste.d.ts +1 -1
- package/dist/src/modules/templates/infraestructure/interfaces/filter.types.d.ts +1 -1
- package/dist/src/modules/templates/utils/typeGuards.d.ts +1 -1
- package/dist/tareas.cjs +12 -12
- package/dist/tareas.css +1 -1
- package/dist/tareas.es.js +536 -535
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ITemplateField } from '../infraestructure/interfaces/templates';
|
|
2
|
-
import { DropdownOption } from '
|
|
2
|
+
import { DropdownOption } from 'ui-ds';
|
|
3
3
|
import { FieldValues, UseFormSetValue } from 'react-hook-form';
|
|
4
4
|
/**
|
|
5
5
|
* Hook personalizado para manejar el formulario de templates
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* @dependencies
|
|
22
22
|
* - React: useCallback para optimización de rendimiento
|
|
23
23
|
* - @xyflow/react: Gestión del canvas y nodos
|
|
24
|
-
* -
|
|
24
|
+
* - ui-ds: Sistema de notificaciones toast
|
|
25
25
|
*
|
|
26
26
|
* @stores
|
|
27
27
|
* - useTemplateGridStore: Estado del clipboard y viewMode
|