@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.
- package/dist/src/components/atoms/InputSearch.d.ts +8 -3
- package/dist/src/components/molecules/ButtonAssignUsers.d.ts +3 -1
- package/dist/src/components/organisms/ConfirmationModal.d.ts +1 -1
- package/dist/src/components/organisms/DetailsTask.d.ts +1 -1
- package/dist/src/components/organisms/Task.d.ts +1 -1
- package/dist/src/core/actions/get_tasks_project.action.d.ts +9 -39
- package/dist/src/core/actions/get_tasks_response.action.d.ts +26 -3
- package/dist/src/core/actions/get_teams_project.action.d.ts +1 -1
- package/dist/src/hooks/kanbanListadoColumnTasks.types.d.ts +28 -0
- package/dist/src/hooks/useDoneTasks.d.ts +2 -12
- package/dist/src/hooks/useToDoTasks.d.ts +2 -12
- package/dist/src/hooks/useWorkingTasks.d.ts +2 -12
- package/dist/src/infraestructure/interfaces/atraso-reasons-response.d.ts +1 -1
- package/dist/src/infraestructure/interfaces/pause-reasons.d.ts +1 -1
- package/dist/src/infraestructure/interfaces/tasks-campania-response.d.ts +2 -1
- package/dist/src/infraestructure/interfaces/tasks-kanban-general.d.ts +3 -1
- package/dist/src/infraestructure/interfaces/tasks-reponse.d.ts +27 -4
- package/dist/src/infraestructure/mappers/pause-reasons.d.ts +1 -0
- package/dist/src/modules/teams/ui/atoms/TeamModalHeader.d.ts +2 -2
- package/dist/src/modules/teams/utils/teams.utils.d.ts +7 -17
- package/dist/src/modules/templates/components/atoms/tasks/WitnessesIndicator.d.ts +7 -0
- package/dist/src/modules/templates/components/atoms/tasks/index.d.ts +1 -0
- package/dist/src/modules/templates/components/organisms/AddTemplateModal.d.ts +1 -1
- package/dist/src/modules/templates/components/organisms/NewTaskDrawer.d.ts +4 -13
- package/dist/src/modules/templates/hooks/filters/useStaticFilters.d.ts +1 -1
- package/dist/src/modules/templates/hooks/states/useStates.d.ts +1 -1
- package/dist/src/modules/templates/hooks/useFetchGraphTemplates.d.ts +1 -1
- package/dist/src/modules/templates/hooks/useFlow.types.d.ts +15 -13
- package/dist/src/modules/templates/hooks/useFlowActions.d.ts +1 -1
- package/dist/src/modules/templates/infraestructure/interfaces/api.types.d.ts +2 -0
- package/dist/src/modules/templates/infraestructure/interfaces/filter.types.d.ts +4 -3
- package/dist/src/modules/templates/types/template_graph.d.ts +10 -0
- package/dist/src/shared/store/useStore.d.ts +4 -2
- package/dist/src/types/index.d.ts +27 -3
- package/dist/src/utils/buildKanbanListadoColumnFilters.d.ts +19 -0
- package/dist/src/utils/filters.functions.d.ts +1 -1
- package/dist/src/utils/flattenEquipoMiembros.d.ts +38 -0
- package/dist/src/utils/formats.d.ts +4 -18
- package/dist/src/utils/inputs.functions.d.ts +2 -2
- package/dist/src/utils/kanbanFilterFieldsEqual.d.ts +3 -0
- package/dist/src/utils/kanbanOwnerFilterPermissions.d.ts +7 -0
- package/dist/src/utils/kanbanTasksQueries.d.ts +6 -1
- package/dist/src/utils/mapListItemToDetailsTaskData.d.ts +6 -0
- package/dist/src/utils/tanstack.functions.d.ts +18 -1
- package/dist/tareas.cjs +9 -9
- package/dist/tareas.css +1 -1
- package/dist/tareas.es.js +5828 -5609
- package/package.json +1 -1