@imj_media/tareas 1.6.2 → 1.6.4

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.
Files changed (48) hide show
  1. package/dist/src/components/atoms/InputSearch.d.ts +8 -3
  2. package/dist/src/components/molecules/ButtonAssignUsers.d.ts +3 -1
  3. package/dist/src/components/organisms/ConfirmationModal.d.ts +1 -1
  4. package/dist/src/components/organisms/DetailsTask.d.ts +1 -1
  5. package/dist/src/components/organisms/Task.d.ts +1 -1
  6. package/dist/src/core/actions/get_tasks_project.action.d.ts +9 -39
  7. package/dist/src/core/actions/get_tasks_response.action.d.ts +26 -3
  8. package/dist/src/core/actions/get_teams_project.action.d.ts +1 -1
  9. package/dist/src/hooks/kanbanListadoColumnTasks.types.d.ts +28 -0
  10. package/dist/src/hooks/useDoneTasks.d.ts +2 -12
  11. package/dist/src/hooks/useToDoTasks.d.ts +2 -12
  12. package/dist/src/hooks/useWorkingTasks.d.ts +2 -12
  13. package/dist/src/infraestructure/interfaces/atraso-reasons-response.d.ts +1 -1
  14. package/dist/src/infraestructure/interfaces/pause-reasons.d.ts +1 -1
  15. package/dist/src/infraestructure/interfaces/tasks-campania-response.d.ts +2 -1
  16. package/dist/src/infraestructure/interfaces/tasks-kanban-general.d.ts +3 -1
  17. package/dist/src/infraestructure/interfaces/tasks-reponse.d.ts +27 -4
  18. package/dist/src/infraestructure/mappers/pause-reasons.d.ts +1 -0
  19. package/dist/src/modules/teams/ui/atoms/TeamModalHeader.d.ts +2 -2
  20. package/dist/src/modules/teams/utils/teams.utils.d.ts +7 -17
  21. package/dist/src/modules/templates/components/atoms/tasks/WitnessesIndicator.d.ts +7 -0
  22. package/dist/src/modules/templates/components/atoms/tasks/index.d.ts +1 -0
  23. package/dist/src/modules/templates/components/organisms/AddTemplateModal.d.ts +1 -1
  24. package/dist/src/modules/templates/components/organisms/NewTaskDrawer.d.ts +4 -13
  25. package/dist/src/modules/templates/hooks/filters/useStaticFilters.d.ts +1 -1
  26. package/dist/src/modules/templates/hooks/states/useStates.d.ts +1 -1
  27. package/dist/src/modules/templates/hooks/useFetchGraphTemplates.d.ts +1 -1
  28. package/dist/src/modules/templates/hooks/useFlow.types.d.ts +15 -13
  29. package/dist/src/modules/templates/hooks/useFlowActions.d.ts +1 -1
  30. package/dist/src/modules/templates/infraestructure/interfaces/api.types.d.ts +2 -0
  31. package/dist/src/modules/templates/infraestructure/interfaces/filter.types.d.ts +4 -3
  32. package/dist/src/modules/templates/types/template_graph.d.ts +10 -0
  33. package/dist/src/shared/store/useStore.d.ts +4 -2
  34. package/dist/src/types/index.d.ts +27 -3
  35. package/dist/src/utils/buildKanbanListadoColumnFilters.d.ts +19 -0
  36. package/dist/src/utils/filters.functions.d.ts +1 -1
  37. package/dist/src/utils/flattenEquipoMiembros.d.ts +38 -0
  38. package/dist/src/utils/formats.d.ts +4 -18
  39. package/dist/src/utils/inputs.functions.d.ts +2 -2
  40. package/dist/src/utils/kanbanFilterFieldsEqual.d.ts +3 -0
  41. package/dist/src/utils/kanbanOwnerFilterPermissions.d.ts +7 -0
  42. package/dist/src/utils/kanbanTasksQueries.d.ts +6 -1
  43. package/dist/src/utils/mapListItemToDetailsTaskData.d.ts +6 -0
  44. package/dist/src/utils/tanstack.functions.d.ts +18 -1
  45. package/dist/tareas.cjs +9 -9
  46. package/dist/tareas.css +1 -1
  47. package/dist/tareas.es.js +5828 -5609
  48. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@imj_media/tareas",
3
3
  "private": false,
4
- "version": "1.6.2",
4
+ "version": "1.6.4",
5
5
  "scripts": {
6
6
  "build": "vite build",
7
7
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",