@ynput/ayon-frontend-shared 0.3.10 → 0.3.13
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/DetailsPanel.cjs.js +1 -1
- package/dist/DetailsPanel.es.js +24 -22
- package/dist/DetailsPanel.es.js.map +1 -1
- package/dist/ProjectTreeTable.cjs.js +1 -1
- package/dist/ProjectTreeTable.es.js +95 -96
- package/dist/Slicer.cjs.js +1 -1
- package/dist/Slicer.es.js +12 -11
- package/dist/Slicer.es.js.map +1 -1
- package/dist/_virtual/index.cjs3.js +1 -1
- package/dist/_virtual/index.cjs4.js +1 -1
- package/dist/_virtual/index.cjs5.js +1 -1
- package/dist/_virtual/index.es3.js +4 -4
- package/dist/_virtual/index.es4.js +5 -2
- package/dist/_virtual/index.es4.js.map +1 -1
- package/dist/_virtual/index.es5.js +2 -5
- package/dist/_virtual/index.es5.js.map +1 -1
- package/dist/_virtual/index.es6.js +2 -2
- package/dist/api.cjs.js +1 -1
- package/dist/api.es.js +177 -174
- package/dist/api.es.js.map +1 -1
- package/dist/components.cjs.js +1 -1
- package/dist/components.es.js +21 -17
- package/dist/components.es.js.map +1 -1
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +20 -18
- package/dist/hooks.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +11 -9
- package/dist/index.es.js.map +1 -1
- package/dist/node_modules/match-sorter/dist/match-sorter.esm.cjs.js +1 -1
- package/dist/node_modules/match-sorter/dist/match-sorter.esm.es.js +1 -1
- package/dist/node_modules/remove-accents/index.cjs.js +1 -1
- package/dist/node_modules/remove-accents/index.es.js +1 -1
- package/dist/shared/node_modules/primereact/skeleton/skeleton.esm.cjs.js +2 -0
- package/dist/shared/node_modules/primereact/skeleton/skeleton.esm.cjs.js.map +1 -0
- package/dist/shared/node_modules/primereact/skeleton/skeleton.esm.es.js +51 -0
- package/dist/shared/node_modules/primereact/skeleton/skeleton.esm.es.js.map +1 -0
- package/dist/shared/node_modules/prop-types/index.cjs.js +1 -1
- package/dist/shared/node_modules/prop-types/index.es.js +1 -1
- package/dist/shared/node_modules/react-is/index.cjs.js +1 -1
- package/dist/shared/node_modules/react-is/index.es.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/CSSTransition.cjs.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/CSSTransition.es.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/Transition.cjs.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/Transition.es.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/utils/PropTypes.cjs.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/utils/PropTypes.es.js +1 -1
- package/dist/shared/src/api/generated/addons.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/addons.es.js.map +1 -1
- package/dist/shared/src/api/generated/projects.cjs.js +1 -1
- package/dist/shared/src/api/generated/projects.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/projects.es.js +36 -1
- package/dist/shared/src/api/generated/projects.es.js.map +1 -1
- package/dist/shared/src/api/generated/views.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/views.es.js.map +1 -1
- package/dist/shared/src/api/queries/entities/patchDetailsPanel.cjs.js +1 -1
- package/dist/shared/src/api/queries/entities/patchDetailsPanel.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/entities/patchDetailsPanel.es.js +3 -2
- package/dist/shared/src/api/queries/entities/patchDetailsPanel.es.js.map +1 -1
- package/dist/shared/src/api/queries/entities/transformDetailsPanelData.cjs.js +1 -1
- package/dist/shared/src/api/queries/entities/transformDetailsPanelData.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/entities/transformDetailsPanelData.es.js +4 -3
- package/dist/shared/src/api/queries/entities/transformDetailsPanelData.es.js.map +1 -1
- package/dist/shared/src/api/queries/overview/updateOverview.cjs.js +1 -1
- package/dist/shared/src/api/queries/overview/updateOverview.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/overview/updateOverview.es.js +7 -6
- package/dist/shared/src/api/queries/overview/updateOverview.es.js.map +1 -1
- package/dist/shared/src/api/queries/project/getProject.cjs.js +1 -1
- package/dist/shared/src/api/queries/project/getProject.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/project/getProject.es.js +4 -6
- package/dist/shared/src/api/queries/project/getProject.es.js.map +1 -1
- package/dist/shared/src/api/queries/tasks/getTasks.cjs.js +2 -0
- package/dist/shared/src/api/queries/tasks/getTasks.cjs.js.map +1 -0
- package/dist/shared/src/api/queries/tasks/getTasks.es.js +14 -0
- package/dist/shared/src/api/queries/tasks/getTasks.es.js.map +1 -0
- package/dist/shared/src/api/queries/tasks/updateTasks.cjs.js +1 -1
- package/dist/shared/src/api/queries/tasks/updateTasks.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/tasks/updateTasks.es.js +40 -22
- package/dist/shared/src/api/queries/tasks/updateTasks.es.js.map +1 -1
- package/dist/shared/src/api/queries/users/getUsers.cjs.js +3 -3
- package/dist/shared/src/api/queries/users/getUsers.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/users/getUsers.es.js +19 -18
- package/dist/shared/src/api/queries/users/getUsers.es.js.map +1 -1
- package/dist/shared/src/api/queries/versions/updateVersions.cjs.js +1 -1
- package/dist/shared/src/api/queries/versions/updateVersions.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/versions/updateVersions.es.js +9 -7
- package/dist/shared/src/api/queries/versions/updateVersions.es.js.map +1 -1
- package/dist/shared/src/components/DetailsDialog/DetailsDialog.cjs.js +1 -1
- package/dist/shared/src/components/DetailsDialog/DetailsDialog.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsDialog/DetailsDialog.es.js +3 -2
- package/dist/shared/src/components/DetailsDialog/DetailsDialog.es.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.cjs.js +3 -3
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.es.js +76 -71
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.es.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.cjs.js +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.es.js +25 -24
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.es.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.styles.cjs.js +12 -5
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.styles.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.styles.es.js +9 -2
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.styles.es.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DetailsPanelDetails.cjs.js +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DetailsPanelDetails.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DetailsPanelDetails.es.js +3 -2
- package/dist/shared/src/components/DetailsPanelDetails/DetailsPanelDetails.es.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityEditing.cjs.js +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityEditing.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityEditing.es.js +3 -2
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityEditing.es.js.map +1 -1
- package/dist/shared/src/components/EntityIcon/EntityIcon.cjs.js +2 -0
- package/dist/shared/src/components/EntityIcon/EntityIcon.cjs.js.map +1 -0
- package/dist/shared/src/components/EntityIcon/EntityIcon.es.js +37 -0
- package/dist/shared/src/components/EntityIcon/EntityIcon.es.js.map +1 -0
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploader.cjs.js +1 -1
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploader.cjs.js.map +1 -1
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploader.es.js +30 -27
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploader.es.js.map +1 -1
- package/dist/shared/src/components/Feedback/FeedbackContext.cjs.js +1 -1
- package/dist/shared/src/components/Feedback/FeedbackContext.cjs.js.map +1 -1
- package/dist/shared/src/components/Feedback/FeedbackContext.es.js +5 -4
- package/dist/shared/src/components/Feedback/FeedbackContext.es.js.map +1 -1
- package/dist/shared/src/components/FileThumbnail/FileThumbnail.cjs.js +13 -3
- package/dist/shared/src/components/FileThumbnail/FileThumbnail.cjs.js.map +1 -1
- package/dist/shared/src/components/FileThumbnail/FileThumbnail.es.js +29 -19
- package/dist/shared/src/components/FileThumbnail/FileThumbnail.es.js.map +1 -1
- package/dist/shared/src/components/LinksManager/AddNewLinks.cjs.js +1 -1
- package/dist/shared/src/components/LinksManager/AddNewLinks.cjs.js.map +1 -1
- package/dist/shared/src/components/LinksManager/AddNewLinks.es.js +48 -195
- package/dist/shared/src/components/LinksManager/AddNewLinks.es.js.map +1 -1
- package/dist/shared/src/components/LinksManager/LinkManagerItem.cjs.js +1 -1
- package/dist/shared/src/components/LinksManager/LinkManagerItem.cjs.js.map +1 -1
- package/dist/shared/src/components/LinksManager/LinkManagerItem.es.js +28 -31
- package/dist/shared/src/components/LinksManager/LinkManagerItem.es.js.map +1 -1
- package/dist/shared/src/components/LinksManager/LinksManager.cjs.js.map +1 -1
- package/dist/shared/src/components/LinksManager/LinksManager.es.js.map +1 -1
- package/dist/shared/src/components/LinksManager/hooks/useUpdateLinks.cjs.js +1 -1
- package/dist/shared/src/components/LinksManager/hooks/useUpdateLinks.cjs.js.map +1 -1
- package/dist/shared/src/components/LinksManager/hooks/useUpdateLinks.es.js +4 -2
- package/dist/shared/src/components/LinksManager/hooks/useUpdateLinks.es.js.map +1 -1
- package/dist/shared/src/components/ListAttributeForm/ListAttributeForm.cjs.js +1 -1
- package/dist/shared/src/components/ListAttributeForm/ListAttributeForm.cjs.js.map +1 -1
- package/dist/shared/src/components/ListAttributeForm/ListAttributeForm.es.js +3 -2
- package/dist/shared/src/components/ListAttributeForm/ListAttributeForm.es.js.map +1 -1
- package/dist/shared/src/components/Powerpack/PowerpackDialog.cjs.js +1 -1
- package/dist/shared/src/components/Powerpack/PowerpackDialog.cjs.js.map +1 -1
- package/dist/shared/src/components/Powerpack/PowerpackDialog.es.js +4 -2
- package/dist/shared/src/components/Powerpack/PowerpackDialog.es.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/ProjectTableSettings.cjs.js +1 -1
- package/dist/shared/src/components/ProjectTableSettings/ProjectTableSettings.cjs.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/ProjectTableSettings.es.js +6 -4
- package/dist/shared/src/components/ProjectTableSettings/ProjectTableSettings.es.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/TableSettingsFallback.cjs.js +1 -1
- package/dist/shared/src/components/ProjectTableSettings/TableSettingsFallback.cjs.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/TableSettingsFallback.es.js +4 -2
- package/dist/shared/src/components/ProjectTableSettings/TableSettingsFallback.es.js.map +1 -1
- package/dist/shared/src/components/RemotePage/ProjectPageRemote.cjs.js +1 -1
- package/dist/shared/src/components/RemotePage/ProjectPageRemote.cjs.js.map +1 -1
- package/dist/shared/src/components/RemotePage/ProjectPageRemote.es.js +4 -2
- package/dist/shared/src/components/RemotePage/ProjectPageRemote.es.js.map +1 -1
- package/dist/shared/src/components/RemotePage/RemotePageWrapper.cjs.js +1 -1
- package/dist/shared/src/components/RemotePage/RemotePageWrapper.cjs.js.map +1 -1
- package/dist/shared/src/components/RemotePage/RemotePageWrapper.es.js +4 -2
- package/dist/shared/src/components/RemotePage/RemotePageWrapper.es.js.map +1 -1
- package/dist/shared/src/components/RenameForm/RenameForm.cjs.js +1 -1
- package/dist/shared/src/components/RenameForm/RenameForm.cjs.js.map +1 -1
- package/dist/shared/src/components/RenameForm/RenameForm.es.js +4 -2
- package/dist/shared/src/components/RenameForm/RenameForm.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/EditReviewableDialog.cjs.js +1 -1
- package/dist/shared/src/components/ReviewablesList/EditReviewableDialog.cjs.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/EditReviewableDialog.es.js +11 -10
- package/dist/shared/src/components/ReviewablesList/EditReviewableDialog.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesList.cjs.js +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesList.cjs.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesList.es.js +4 -2
- package/dist/shared/src/components/ReviewablesList/ReviewablesList.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesUpload.cjs.js +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesUpload.cjs.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesUpload.es.js +5 -3
- package/dist/shared/src/components/ReviewablesList/ReviewablesUpload.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/SortableReviewableCard.cjs.js +1 -1
- package/dist/shared/src/components/ReviewablesList/SortableReviewableCard.cjs.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/SortableReviewableCard.es.js +4 -2
- package/dist/shared/src/components/ReviewablesList/SortableReviewableCard.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/useReviewablesUpload.cjs.js +1 -1
- package/dist/shared/src/components/ReviewablesList/useReviewablesUpload.cjs.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/useReviewablesUpload.es.js +3 -2
- package/dist/shared/src/components/ReviewablesList/useReviewablesUpload.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.cjs.js +2 -0
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.cjs.js.map +1 -0
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.es.js +349 -0
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.es.js.map +1 -0
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.styled.cjs.js +74 -0
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.styled.cjs.js.map +1 -0
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.styled.es.js +84 -0
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.styled.es.js.map +1 -0
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.cjs.js +1 -1
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.cjs.js.map +1 -1
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.es.js +121 -105
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.es.js.map +1 -1
- package/dist/shared/src/components/SimpleFormDialog/SimpleFormDialog.cjs.js +1 -1
- package/dist/shared/src/components/SimpleFormDialog/SimpleFormDialog.cjs.js.map +1 -1
- package/dist/shared/src/components/SimpleFormDialog/SimpleFormDialog.es.js +4 -2
- package/dist/shared/src/components/SimpleFormDialog/SimpleFormDialog.es.js.map +1 -1
- package/dist/shared/src/components/SubtasksManager/SubtasksManagerWrapper.cjs.js +1 -1
- package/dist/shared/src/components/SubtasksManager/SubtasksManagerWrapper.cjs.js.map +1 -1
- package/dist/shared/src/components/SubtasksManager/SubtasksManagerWrapper.es.js +3 -2
- package/dist/shared/src/components/SubtasksManager/SubtasksManagerWrapper.es.js.map +1 -1
- package/dist/shared/src/components/Thumbnail/StackedThumbnails.cjs.js +2 -2
- package/dist/shared/src/components/Thumbnail/StackedThumbnails.cjs.js.map +1 -1
- package/dist/shared/src/components/Thumbnail/StackedThumbnails.es.js +5 -4
- package/dist/shared/src/components/Thumbnail/StackedThumbnails.es.js.map +1 -1
- package/dist/shared/src/components/Thumbnail/Thumbnail.cjs.js +1 -1
- package/dist/shared/src/components/Thumbnail/Thumbnail.cjs.js.map +1 -1
- package/dist/shared/src/components/Thumbnail/Thumbnail.es.js +27 -26
- package/dist/shared/src/components/Thumbnail/Thumbnail.es.js.map +1 -1
- package/dist/shared/src/components/VersionUploader/components/UploadVersionDialog.cjs.js +2 -2
- package/dist/shared/src/components/VersionUploader/components/UploadVersionDialog.cjs.js.map +1 -1
- package/dist/shared/src/components/VersionUploader/components/UploadVersionDialog.es.js +13 -13
- package/dist/shared/src/components/VersionUploader/components/UploadVersionDialog.es.js.map +1 -1
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.cjs.js +30 -6
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.cjs.js.map +1 -1
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.es.js +190 -95
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.es.js.map +1 -1
- package/dist/shared/src/components/VersionUploader/context/VersionUploadContext.cjs.js +1 -1
- package/dist/shared/src/components/VersionUploader/context/VersionUploadContext.cjs.js.map +1 -1
- package/dist/shared/src/components/VersionUploader/context/VersionUploadContext.es.js +138 -128
- package/dist/shared/src/components/VersionUploader/context/VersionUploadContext.es.js.map +1 -1
- package/dist/shared/src/components/Watchers/Watchers.cjs.js +1 -1
- package/dist/shared/src/components/Watchers/Watchers.cjs.js.map +1 -1
- package/dist/shared/src/components/Watchers/Watchers.es.js +3 -2
- package/dist/shared/src/components/Watchers/Watchers.es.js.map +1 -1
- package/dist/shared/src/containers/Actions/ActionConfigDialog.cjs.js +1 -1
- package/dist/shared/src/containers/Actions/ActionConfigDialog.cjs.js.map +1 -1
- package/dist/shared/src/containers/Actions/ActionConfigDialog.es.js +4 -2
- package/dist/shared/src/containers/Actions/ActionConfigDialog.es.js.map +1 -1
- package/dist/shared/src/containers/Actions/Actions.cjs.js +1 -1
- package/dist/shared/src/containers/Actions/Actions.cjs.js.map +1 -1
- package/dist/shared/src/containers/Actions/Actions.es.js +39 -39
- package/dist/shared/src/containers/Actions/Actions.es.js.map +1 -1
- package/dist/shared/src/containers/Actions/Actions.styled.cjs.js +12 -16
- package/dist/shared/src/containers/Actions/Actions.styled.cjs.js.map +1 -1
- package/dist/shared/src/containers/Actions/Actions.styled.es.js +15 -19
- package/dist/shared/src/containers/Actions/Actions.styled.es.js.map +1 -1
- package/dist/shared/src/containers/Actions/ActionsDropdown/ActionsDropdown.cjs.js +1 -1
- package/dist/shared/src/containers/Actions/ActionsDropdown/ActionsDropdown.cjs.js.map +1 -1
- package/dist/shared/src/containers/Actions/ActionsDropdown/ActionsDropdown.es.js +1 -1
- package/dist/shared/src/containers/Actions/ActionsDropdown/ActionsDropdown.es.js.map +1 -1
- package/dist/shared/src/containers/Actions/ActionsDropdown/ActionsDropdown.styled.cjs.js +8 -5
- package/dist/shared/src/containers/Actions/ActionsDropdown/ActionsDropdown.styled.cjs.js.map +1 -1
- package/dist/shared/src/containers/Actions/ActionsDropdown/ActionsDropdown.styled.es.js +12 -9
- package/dist/shared/src/containers/Actions/ActionsDropdown/ActionsDropdown.styled.es.js.map +1 -1
- package/dist/shared/src/containers/Actions/InteractiveActionDialog.cjs.js +1 -1
- package/dist/shared/src/containers/Actions/InteractiveActionDialog.cjs.js.map +1 -1
- package/dist/shared/src/containers/Actions/InteractiveActionDialog.es.js +4 -2
- package/dist/shared/src/containers/Actions/InteractiveActionDialog.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.es.js +4 -2
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelFiles/DetailsPanelFiles.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelFiles/DetailsPanelFiles.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelFiles/DetailsPanelFiles.es.js +4 -2
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelFiles/DetailsPanelFiles.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelFloating/DetailsPanelFloating.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelFloating/DetailsPanelFloating.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelFloating/DetailsPanelFloating.es.js +5 -3
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelFloating/DetailsPanelFloating.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelHeader/DetailsPanelHeader.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelHeader/DetailsPanelHeader.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelHeader/DetailsPanelHeader.es.js +122 -125
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelHeader/DetailsPanelHeader.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelHeader/DetailsPanelHeader.styled.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelHeader/DetailsPanelHeader.styled.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelSlideOut/DetailsPanelSlideOut.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelSlideOut/DetailsPanelSlideOut.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelSlideOut/DetailsPanelSlideOut.es.js +3 -2
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelSlideOut/DetailsPanelSlideOut.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelTabs/DetailsPanelTabs.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelTabs/DetailsPanelTabs.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelTabs/DetailsPanelTabs.es.js +29 -25
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelTabs/DetailsPanelTabs.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/TabHeaderAndFilters/TabHeaderAndFilters.styled.cjs.js +4 -5
- package/dist/shared/src/containers/DetailsPanel/components/TabHeaderAndFilters/TabHeaderAndFilters.styled.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/components/TabHeaderAndFilters/TabHeaderAndFilters.styled.es.js +18 -17
- package/dist/shared/src/containers/DetailsPanel/components/TabHeaderAndFilters/TabHeaderAndFilters.styled.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/containers/DetailsPanelSubtasks.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/containers/DetailsPanelSubtasks.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/containers/DetailsPanelSubtasks.es.js +4 -2
- package/dist/shared/src/containers/DetailsPanel/containers/DetailsPanelSubtasks.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/containers/FeedContextWrapper.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/containers/FeedContextWrapper.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/containers/FeedContextWrapper.es.js +4 -2
- package/dist/shared/src/containers/DetailsPanel/containers/FeedContextWrapper.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/containers/FeedWrapper.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/containers/FeedWrapper.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/containers/FeedWrapper.es.js +3 -2
- package/dist/shared/src/containers/DetailsPanel/containers/FeedWrapper.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/hooks/useGetEntityPath.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/hooks/useGetEntityPath.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/hooks/useGetEntityPath.es.js +3 -2
- package/dist/shared/src/containers/DetailsPanel/hooks/useGetEntityPath.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/EntityPickerDialog.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/EntityPickerDialog.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/EntityPickerDialog.es.js +4 -2
- package/dist/shared/src/containers/EntityPickerDialog/EntityPickerDialog.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTable.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTable.es.js +4 -2
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTable.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableHeader.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableHeader.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableHeader.es.js +4 -2
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableHeader.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableSearch.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableSearch.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableSearch.es.js +4 -2
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableSearch.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/hooks/useGetEntityPickerData.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/hooks/useGetEntityPickerData.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/hooks/useGetEntityPickerData.es.js +5 -3
- package/dist/shared/src/containers/EntityPickerDialog/hooks/useGetEntityPickerData.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/util/buildEntityPickerTableData.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/util/buildEntityPickerTableData.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/util/buildEntityPickerTableData.es.js +32 -24
- package/dist/shared/src/containers/EntityPickerDialog/util/buildEntityPickerTableData.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/Feed.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/Feed.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/Feed.es.js +132 -128
- package/dist/shared/src/containers/Feed/Feed.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityCheckbox/ActivityCheckbox.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityCheckbox/ActivityCheckbox.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityCheckbox/ActivityCheckbox.es.js +4 -2
- package/dist/shared/src/containers/Feed/components/ActivityCheckbox/ActivityCheckbox.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.es.js +89 -86
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityCommentMenu.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityCommentMenu.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityCommentMenu.es.js +4 -2
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityCommentMenu.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityMarkdownComponents.cjs.js +3 -3
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityMarkdownComponents.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityMarkdownComponents.es.js +28 -27
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityMarkdownComponents.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.cjs.js +2 -2
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.es.js +4 -2
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/InputMarkdownConvert.cjs.js +6 -2
- package/dist/shared/src/containers/Feed/components/CommentInput/InputMarkdownConvert.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/InputMarkdownConvert.es.js +64 -54
- package/dist/shared/src/containers/Feed/components/CommentInput/InputMarkdownConvert.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/quillToMarkdown.cjs.js +5 -5
- package/dist/shared/src/containers/Feed/components/CommentInput/quillToMarkdown.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/quillToMarkdown.es.js +37 -35
- package/dist/shared/src/containers/Feed/components/CommentInput/quillToMarkdown.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.es.js +21 -21
- package/dist/shared/src/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.es.js +4 -2
- package/dist/shared/src/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/context/FeedContext.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/context/FeedContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/context/FeedContext.es.js +6 -5
- package/dist/shared/src/containers/Feed/context/FeedContext.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/hooks/useGetFeedActivitiesData.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/hooks/useGetFeedActivitiesData.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/hooks/useGetFeedActivitiesData.es.js +3 -2
- package/dist/shared/src/containers/Feed/hooks/useGetFeedActivitiesData.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionTasks.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionTasks.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionTasks.es.js +7 -6
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionTasks.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.es.js +505 -489
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.es.js +235 -218
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnDndProvider.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnDndProvider.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnDndProvider.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnDndProvider.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/GroupSettingsFallback.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/GroupSettingsFallback.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/GroupSettingsFallback.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/components/GroupSettingsFallback.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/CellEditingProvider.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/CellEditingProvider.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/CellEditingProvider.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/context/CellEditingProvider.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.cjs.js +4 -4
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.es.js +227 -226
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ColumnSettingsProvider.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ColumnSettingsProvider.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ColumnSettingsProvider.es.js +147 -146
- package/dist/shared/src/containers/ProjectTreeTable/context/ColumnSettingsProvider.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ProjectDataContext.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ProjectDataContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ProjectDataContext.es.js +5 -4
- package/dist/shared/src/containers/ProjectTreeTable/context/ProjectDataContext.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/SelectionCellsProvider.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/SelectionCellsProvider.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/SelectionCellsProvider.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/context/SelectionCellsProvider.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.es.js +60 -57
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildProjectDataTable.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildProjectDataTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildProjectDataTable.es.js +58 -64
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildProjectDataTable.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCellContextMenu.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCellContextMenu.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCellContextMenu.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCellContextMenu.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCheckSelectedCellsVisible.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCheckSelectedCellsVisible.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCheckSelectedCellsVisible.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCheckSelectedCellsVisible.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useColumnGroupBy.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useColumnGroupBy.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useColumnGroupBy.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useColumnGroupBy.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGetGroupedFields.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGetGroupedFields.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGetGroupedFields.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGetGroupedFields.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGroupBySettings.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGroupBySettings.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGroupBySettings.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGroupBySettings.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useKeyboardNavigation.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useKeyboardNavigation.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useKeyboardNavigation.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useKeyboardNavigation.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useMoveEntities.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useMoveEntities.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useMoveEntities.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useMoveEntities.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/usePasteLinks.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/usePasteLinks.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/usePasteLinks.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/usePasteLinks.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useSortBySettings.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useSortBySettings.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useSortBySettings.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useSortBySettings.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/cellUtils.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/cellUtils.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/cellUtils.es.js +15 -13
- package/dist/shared/src/containers/ProjectTreeTable/utils/cellUtils.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/getTableFieldOptions.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/getTableFieldOptions.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/getTableFieldOptions.es.js +2 -2
- package/dist/shared/src/containers/ProjectTreeTable/utils/getTableFieldOptions.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/linksToTableData.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/linksToTableData.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/linksToTableData.es.js +24 -38
- package/dist/shared/src/containers/ProjectTreeTable/utils/linksToTableData.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.cjs.js +2 -2
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.es.js +25 -22
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EntityNameWidget.cjs.js +6 -6
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EntityNameWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EntityNameWidget.es.js +17 -16
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EntityNameWidget.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EnumCellValue.cjs.js +8 -8
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EnumCellValue.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EnumCellValue.es.js +50 -49
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EnumCellValue.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/LinksWidget.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/LinksWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/LinksWidget.es.js +6 -4
- package/dist/shared/src/containers/ProjectTreeTable/widgets/LinksWidget.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/NameWidget.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/NameWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/NameWidget.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/widgets/NameWidget.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/SubtasksWidget.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/SubtasksWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/SubtasksWidget.es.js +4 -2
- package/dist/shared/src/containers/ProjectTreeTable/widgets/SubtasksWidget.es.js.map +1 -1
- package/dist/shared/src/containers/RepresentationsList/RepresentationsList.cjs.js +1 -1
- package/dist/shared/src/containers/RepresentationsList/RepresentationsList.cjs.js.map +1 -1
- package/dist/shared/src/containers/RepresentationsList/RepresentationsList.es.js +4 -2
- package/dist/shared/src/containers/RepresentationsList/RepresentationsList.es.js.map +1 -1
- package/dist/shared/src/containers/SimpleTable/SimpleTable.cjs.js +1 -1
- package/dist/shared/src/containers/SimpleTable/SimpleTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/SimpleTable/SimpleTable.es.js +4 -2
- package/dist/shared/src/containers/SimpleTable/SimpleTable.es.js.map +1 -1
- package/dist/shared/src/containers/Slicer/components/SlicerSearch.cjs.js +1 -1
- package/dist/shared/src/containers/Slicer/components/SlicerSearch.cjs.js.map +1 -1
- package/dist/shared/src/containers/Slicer/components/SlicerSearch.es.js +4 -2
- package/dist/shared/src/containers/Slicer/components/SlicerSearch.es.js.map +1 -1
- package/dist/shared/src/containers/Slicer/context/SlicerContext.cjs.js +1 -1
- package/dist/shared/src/containers/Slicer/context/SlicerContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/Slicer/context/SlicerContext.es.js +5 -4
- package/dist/shared/src/containers/Slicer/context/SlicerContext.es.js.map +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useTableDataBySlice.cjs.js +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useTableDataBySlice.cjs.js.map +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useTableDataBySlice.es.js +10 -8
- package/dist/shared/src/containers/Slicer/hooks/useTableDataBySlice.es.js.map +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useUsersTable.cjs.js +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useUsersTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useUsersTable.es.js +3 -2
- package/dist/shared/src/containers/Slicer/hooks/useUsersTable.es.js.map +1 -1
- package/dist/shared/src/containers/Views/ViewsDialogContainer/ViewsDialogContainer.cjs.js +1 -1
- package/dist/shared/src/containers/Views/ViewsDialogContainer/ViewsDialogContainer.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/ViewsDialogContainer/ViewsDialogContainer.es.js +3 -2
- package/dist/shared/src/containers/Views/ViewsDialogContainer/ViewsDialogContainer.es.js.map +1 -1
- package/dist/shared/src/containers/Views/ViewsMenuContainer/BaseViewsTags.cjs.js +1 -1
- package/dist/shared/src/containers/Views/ViewsMenuContainer/BaseViewsTags.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/ViewsMenuContainer/BaseViewsTags.es.js +4 -2
- package/dist/shared/src/containers/Views/ViewsMenuContainer/BaseViewsTags.es.js.map +1 -1
- package/dist/shared/src/containers/Views/context/ViewsContext.cjs.js +1 -1
- package/dist/shared/src/containers/Views/context/ViewsContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/context/ViewsContext.es.js +5 -4
- package/dist/shared/src/containers/Views/context/ViewsContext.es.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useBaseViewMutations.cjs.js +1 -1
- package/dist/shared/src/containers/Views/hooks/useBaseViewMutations.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useBaseViewMutations.es.js +3 -2
- package/dist/shared/src/containers/Views/hooks/useBaseViewMutations.es.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useBuildViewMenuItems.cjs.js +1 -1
- package/dist/shared/src/containers/Views/hooks/useBuildViewMenuItems.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useBuildViewMenuItems.es.js +4 -3
- package/dist/shared/src/containers/Views/hooks/useBuildViewMenuItems.es.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useSaveViewFromCurrent.cjs.js +1 -1
- package/dist/shared/src/containers/Views/hooks/useSaveViewFromCurrent.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useSaveViewFromCurrent.es.js +3 -2
- package/dist/shared/src/containers/Views/hooks/useSaveViewFromCurrent.es.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useSelectedView.cjs.js +1 -1
- package/dist/shared/src/containers/Views/hooks/useSelectedView.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useSelectedView.es.js +3 -2
- package/dist/shared/src/containers/Views/hooks/useSelectedView.es.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useViewsMutations.cjs.js +1 -1
- package/dist/shared/src/containers/Views/hooks/useViewsMutations.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useViewsMutations.es.js +3 -2
- package/dist/shared/src/containers/Views/hooks/useViewsMutations.es.js.map +1 -1
- package/dist/shared/src/containers/Views/utils/viewUpdateHelper.cjs.js +1 -1
- package/dist/shared/src/containers/Views/utils/viewUpdateHelper.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/utils/viewUpdateHelper.es.js +3 -2
- package/dist/shared/src/containers/Views/utils/viewUpdateHelper.es.js.map +1 -1
- package/dist/shared/src/context/AddonProjectContext.cjs.js +1 -1
- package/dist/shared/src/context/AddonProjectContext.cjs.js.map +1 -1
- package/dist/shared/src/context/AddonProjectContext.es.js +5 -4
- package/dist/shared/src/context/AddonProjectContext.es.js.map +1 -1
- package/dist/shared/src/context/DetailsPanelContext.cjs.js +1 -1
- package/dist/shared/src/context/DetailsPanelContext.cjs.js.map +1 -1
- package/dist/shared/src/context/DetailsPanelContext.es.js +89 -82
- package/dist/shared/src/context/DetailsPanelContext.es.js.map +1 -1
- package/dist/shared/src/context/GlobalContext.cjs.js +1 -1
- package/dist/shared/src/context/GlobalContext.cjs.js.map +1 -1
- package/dist/shared/src/context/GlobalContext.es.js +5 -4
- package/dist/shared/src/context/GlobalContext.es.js.map +1 -1
- package/dist/shared/src/context/PowerpackContext.cjs.js +1 -1
- package/dist/shared/src/context/PowerpackContext.cjs.js.map +1 -1
- package/dist/shared/src/context/PowerpackContext.es.js +7 -6
- package/dist/shared/src/context/PowerpackContext.es.js.map +1 -1
- package/dist/shared/src/context/ProjectContext.cjs.js +1 -1
- package/dist/shared/src/context/ProjectContext.cjs.js.map +1 -1
- package/dist/shared/src/context/ProjectContext.es.js +64 -61
- package/dist/shared/src/context/ProjectContext.es.js.map +1 -1
- package/dist/shared/src/context/ProjectFoldersContext.cjs.js +1 -1
- package/dist/shared/src/context/ProjectFoldersContext.cjs.js.map +1 -1
- package/dist/shared/src/context/ProjectFoldersContext.es.js +5 -4
- package/dist/shared/src/context/ProjectFoldersContext.es.js.map +1 -1
- package/dist/shared/src/context/RemoteModulesContext.cjs.js +1 -1
- package/dist/shared/src/context/RemoteModulesContext.cjs.js.map +1 -1
- package/dist/shared/src/context/RemoteModulesContext.es.js +5 -4
- package/dist/shared/src/context/RemoteModulesContext.es.js.map +1 -1
- package/dist/shared/src/context/SubtasksModulesContext.cjs.js +1 -1
- package/dist/shared/src/context/SubtasksModulesContext.cjs.js.map +1 -1
- package/dist/shared/src/context/SubtasksModulesContext.es.js +5 -4
- package/dist/shared/src/context/SubtasksModulesContext.es.js.map +1 -1
- package/dist/shared/src/context/UriContext.cjs.js +1 -1
- package/dist/shared/src/context/UriContext.cjs.js.map +1 -1
- package/dist/shared/src/context/UriContext.es.js +6 -5
- package/dist/shared/src/context/UriContext.es.js.map +1 -1
- package/dist/shared/src/context/WebsocketContext.cjs.js +1 -1
- package/dist/shared/src/context/WebsocketContext.cjs.js.map +1 -1
- package/dist/shared/src/context/WebsocketContext.es.js +6 -4
- package/dist/shared/src/context/WebsocketContext.es.js.map +1 -1
- package/dist/shared/src/hooks/useActionTriggers.cjs.js +1 -1
- package/dist/shared/src/hooks/useActionTriggers.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useActionTriggers.es.js +3 -2
- package/dist/shared/src/hooks/useActionTriggers.es.js.map +1 -1
- package/dist/shared/src/hooks/useEntityUpdate.cjs.js +1 -1
- package/dist/shared/src/hooks/useEntityUpdate.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useEntityUpdate.es.js +3 -2
- package/dist/shared/src/hooks/useEntityUpdate.es.js.map +1 -1
- package/dist/shared/src/hooks/useGetEntityGroups.cjs.js +1 -1
- package/dist/shared/src/hooks/useGetEntityGroups.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useGetEntityGroups.es.js +3 -2
- package/dist/shared/src/hooks/useGetEntityGroups.es.js.map +1 -1
- package/dist/shared/src/hooks/useGroupByRemoteModules.cjs.js +1 -1
- package/dist/shared/src/hooks/useGroupByRemoteModules.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useGroupByRemoteModules.es.js +3 -2
- package/dist/shared/src/hooks/useGroupByRemoteModules.es.js.map +1 -1
- package/dist/shared/src/hooks/useHierarchyTable.cjs.js +1 -1
- package/dist/shared/src/hooks/useHierarchyTable.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useHierarchyTable.es.js +25 -24
- package/dist/shared/src/hooks/useHierarchyTable.es.js.map +1 -1
- package/dist/shared/src/hooks/useScopedStatuses.cjs.js +1 -1
- package/dist/shared/src/hooks/useScopedStatuses.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useScopedStatuses.es.js +5 -4
- package/dist/shared/src/hooks/useScopedStatuses.es.js.map +1 -1
- package/dist/shared/src/hooks/useScopedTypes.cjs.js +2 -0
- package/dist/shared/src/hooks/useScopedTypes.cjs.js.map +1 -0
- package/dist/shared/src/hooks/useScopedTypes.es.js +109 -0
- package/dist/shared/src/hooks/useScopedTypes.es.js.map +1 -0
- package/dist/shared/src/hooks/useUserProjectConfig.cjs.js +1 -1
- package/dist/shared/src/hooks/useUserProjectConfig.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useUserProjectConfig.es.js +3 -2
- package/dist/shared/src/hooks/useUserProjectConfig.es.js.map +1 -1
- package/dist/shared/src/util/columnConfigConverter.cjs.js +1 -1
- package/dist/shared/src/util/columnConfigConverter.cjs.js.map +1 -1
- package/dist/shared/src/util/columnConfigConverter.es.js +61 -60
- package/dist/shared/src/util/columnConfigConverter.es.js.map +1 -1
- package/dist/shared/src/util/iconUtils.cjs.js +2 -0
- package/dist/shared/src/util/iconUtils.cjs.js.map +1 -0
- package/dist/shared/src/util/iconUtils.es.js +18 -0
- package/dist/shared/src/util/iconUtils.es.js.map +1 -0
- package/dist/shared/src/util/isHTMLElement.cjs.js +2 -0
- package/dist/shared/src/util/isHTMLElement.cjs.js.map +1 -0
- package/dist/shared/src/util/isHTMLElement.es.js +5 -0
- package/dist/shared/src/util/isHTMLElement.es.js.map +1 -0
- package/dist/shared/src/util/versionUploadHelpers.cjs.js.map +1 -1
- package/dist/shared/src/util/versionUploadHelpers.es.js.map +1 -1
- package/dist/types/api/generated/addons.d.ts +4 -0
- package/dist/types/api/generated/enums.d.ts +2 -0
- package/dist/types/api/generated/projects.d.ts +71 -3
- package/dist/types/api/generated/views.d.ts +2 -0
- package/dist/types/api/queries/entityLists/types.d.ts +1 -0
- package/dist/types/api/queries/project/getProject.d.ts +4 -185
- package/dist/types/api/queries/project/updateProject.d.ts +11 -11
- package/dist/types/api/queries/tasks/getTasks.d.ts +185 -0
- package/dist/types/api/queries/tasks/index.d.ts +1 -0
- package/dist/types/api/queries/tasks/updateTasks.d.ts +7 -0
- package/dist/types/api/queries/versions/updateVersions.d.ts +185 -1
- package/dist/types/components/EntityIcon/EntityIcon.d.ts +10 -0
- package/dist/types/components/EntityIcon/index.d.ts +1 -0
- package/dist/types/components/LinksManager/LinksManager.d.ts +1 -0
- package/dist/types/components/ReviewablesSelector/ReviewablesSelector.d.ts +12 -0
- package/dist/types/components/ReviewablesSelector/ReviewablesSelector.styled.d.ts +8 -0
- package/dist/types/components/ReviewablesSelector/index.d.ts +2 -0
- package/dist/types/components/Thumbnail/StackedThumbnails.d.ts +1 -0
- package/dist/types/components/Thumbnail/Thumbnail.d.ts +3 -2
- package/dist/types/components/VersionUploader/context/VersionUploadContext.d.ts +14 -2
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/containers/EntityPickerDialog/util/buildEntityPickerTableData.d.ts +1 -0
- package/dist/types/containers/Feed/components/ActivityComment/ActivityMarkdownComponents.d.ts +2 -1
- package/dist/types/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.d.ts +1 -0
- package/dist/types/containers/Feed/mentionHelpers/getMentionTasks.d.ts +1 -0
- package/dist/types/containers/ProjectTreeTable/types/project.d.ts +1 -0
- package/dist/types/containers/ProjectTreeTable/utils/linksToTableData.d.ts +2 -12
- package/dist/types/containers/ProjectTreeTable/widgets/EntityNameWidget.d.ts +3 -3
- package/dist/types/containers/ProjectTreeTable/widgets/EnumCellValue.d.ts +2 -1
- package/dist/types/containers/Slicer/hooks/useProjectAnatomySlices.d.ts +0 -1
- package/dist/types/context/ProjectContext.d.ts +1 -2
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/useHierarchyTable.d.ts +2 -1
- package/dist/types/hooks/useScopedTypes.d.ts +4 -0
- package/dist/types/util/iconUtils.d.ts +4 -0
- package/dist/types/util/index.d.ts +2 -0
- package/dist/types/util/isHTMLElement.d.ts +2 -0
- package/dist/types/util/versionUploadHelpers.d.ts +1 -0
- package/dist/util.cjs.js +1 -1
- package/dist/util.es.js +20 -18
- package/dist/util.es.js.map +1 -1
- package/package.json +2 -1
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { j as t } from "../../../../_virtual/jsx-runtime.es.js";
|
|
2
|
-
import { useMemo as H, useRef as
|
|
3
|
-
import { useVirtualizer as
|
|
4
|
-
import { useReactTable as
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import { TableWrapper as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
2
|
+
import { useMemo as H, useRef as qt, useCallback as mt, useEffect as St } from "react";
|
|
3
|
+
import { useVirtualizer as ke } from "@tanstack/react-virtual";
|
|
4
|
+
import { useReactTable as Ae, filterFns as Fe, getSortedRowModel as Ve, getExpandedRowModel as Be, getFilteredRowModel as _e, getCoreRowModel as $e, flexRender as It } from "@tanstack/react-table";
|
|
5
|
+
import V from "clsx";
|
|
6
|
+
import Ke, { isEntityExpandable as We } from "./buildTreeTableColumns.es.js";
|
|
7
|
+
import { TableWrapper as qe, TableContainer as Ue, TR as te, TD as Tt, TableHeader as Ge, AnimatedEmptyPlaceholder as Ut, HeaderCell as ee, TableCellContent as oe, ColumnHeader as Xe, HeaderButtons as Ye, ResizedHandler as Je } from "./ProjectTreeTable.styled.es.js";
|
|
8
|
+
import Gt from "./components/HeaderActionButton.es.js";
|
|
9
|
+
import Qe from "./components/RowDragHandleCellContent.es.js";
|
|
10
10
|
import "./components/RowSelectionHeader.es.js";
|
|
11
11
|
import "./components/SelectionCell.es.js";
|
|
12
|
-
import { ColumnHeaderMenu as
|
|
13
|
-
import { DragOverlay as
|
|
14
|
-
import { SortableContext as
|
|
12
|
+
import { ColumnHeaderMenu as Ze } from "./components/ColumnHeaderMenu.es.js";
|
|
13
|
+
import { DragOverlay as ie, useDndContext as ne } from "@dnd-kit/core";
|
|
14
|
+
import { SortableContext as re, verticalListSortingStrategy as to, horizontalListSortingStrategy as eo, useSortable as se } from "@dnd-kit/sortable";
|
|
15
15
|
import "../ContextMenu/ContextMenuContext.es.js";
|
|
16
|
-
import { Icon as
|
|
16
|
+
import { Icon as le, Button as Xt } from "@ynput/ayon-react-components";
|
|
17
17
|
/* empty css */
|
|
18
|
-
import { createPortal as
|
|
18
|
+
import { createPortal as at } from "react-dom";
|
|
19
19
|
import "../Feed/context/FeedContext.es.js";
|
|
20
20
|
import "../Feed/components/Tooltips/UserTooltip/UserTooltip.styled.es.js";
|
|
21
21
|
import "../Feed/components/Tooltips/EntityTooltip/EntityTooltip.styled.es.js";
|
|
@@ -30,10 +30,10 @@ import "../../context/AddonProjectContext.es.js";
|
|
|
30
30
|
import "../../context/AddonContext.es.js";
|
|
31
31
|
import "../../context/PowerpackContext.es.js";
|
|
32
32
|
import "../../context/MoveEntityContext.es.js";
|
|
33
|
-
import { useMenuContext as
|
|
33
|
+
import { useMenuContext as oo } from "../../context/MenuContext.es.js";
|
|
34
34
|
import "../../context/WebsocketContext.es.js";
|
|
35
35
|
import "../../context/GlobalContext.es.js";
|
|
36
|
-
import { useProjectContext as
|
|
36
|
+
import { useProjectContext as io } from "../../context/ProjectContext.es.js";
|
|
37
37
|
import "../../context/ProjectFoldersContext.es.js";
|
|
38
38
|
import "../../context/UriContext.es.js";
|
|
39
39
|
import "../Feed/components/FileUploadPreview/FileUploadPreview.styled.es.js";
|
|
@@ -49,21 +49,21 @@ import "../Feed/components/FilesGrid/FilesGrid.styled.es.js";
|
|
|
49
49
|
import "../Feed/components/FileUploadCard/FileUploadCard.styled.es.js";
|
|
50
50
|
import "../Feed/components/CommentInput/quillToMarkdown.es.js";
|
|
51
51
|
import "../Feed/components/ActivityComment/ActivityComment.styled.es.js";
|
|
52
|
-
import { upperFirst as
|
|
52
|
+
import { upperFirst as no } from "lodash";
|
|
53
53
|
import "../Feed/components/ActivityCheckbox/ActivityCheckbox.styled.es.js";
|
|
54
54
|
import "../../components/AddonLoadingScreen/AddonLoadingScreen.es.js";
|
|
55
55
|
import "../../../../node_modules/match-sorter/dist/match-sorter.esm.es.js";
|
|
56
56
|
import "../../components/AccessSearchInput/AccessSearchInput.styled.es.js";
|
|
57
57
|
import "../../components/AccessUser/AccessUser.es.js";
|
|
58
58
|
import "../../components/AttributeEditor/components/MinMaxField.es.js";
|
|
59
|
-
import { CSS as
|
|
59
|
+
import { CSS as Rt } from "../../../../node_modules/@dnd-kit/utilities/dist/utilities.esm.es.js";
|
|
60
60
|
import "../../components/EnumEditor/EnumEditor.styled.es.js";
|
|
61
61
|
import "../../components/Badge/Badge.es.js";
|
|
62
62
|
import "../../components/Chips/Chips.es.js";
|
|
63
63
|
import "date-fns";
|
|
64
64
|
import "../../components/DateRangePicker/DateRangePicker.styled.es.js";
|
|
65
65
|
import "../../components/LinksManager/CellEditingDialog.es.js";
|
|
66
|
-
import { toast as
|
|
66
|
+
import { toast as ro } from "react-toastify";
|
|
67
67
|
import "../../api/base/client.es.js";
|
|
68
68
|
import "../../api/generated/graphql.es.js";
|
|
69
69
|
import "../../api/generated/graphqlLinks.es.js";
|
|
@@ -142,6 +142,7 @@ import "../../api/queries/review/getReview.es.js";
|
|
|
142
142
|
import "../../api/queries/review/updateReview.es.js";
|
|
143
143
|
import "../../api/queries/share/share.es.js";
|
|
144
144
|
import "../../api/queries/system/getSystem.es.js";
|
|
145
|
+
import "../../api/queries/tasks/getTasks.es.js";
|
|
145
146
|
import "../../api/queries/tasks/updateTasks.es.js";
|
|
146
147
|
import "../../api/queries/userDashboard/getUserDashboard.es.js";
|
|
147
148
|
import "../../api/queries/users/getUsers.es.js";
|
|
@@ -158,7 +159,7 @@ import "../../components/DetailsPanelDetails/DetailsSection.es.js";
|
|
|
158
159
|
import "../../components/DetailsPanelDetails/FieldLabel.es.js";
|
|
159
160
|
import "../../components/DoneCheckbox/DoneCheckbox.es.js";
|
|
160
161
|
import "../../components/EarlyPreview/EarlyPreview.es.js";
|
|
161
|
-
import { EmptyPlaceholder as
|
|
162
|
+
import { EmptyPlaceholder as Yt } from "../../components/EmptyPlaceholder/EmptyPlaceholder.es.js";
|
|
162
163
|
import "../../components/EmptyPlaceholder/EmptyPlaceholderFlex.styled.es.js";
|
|
163
164
|
import "../../components/EntityPanelUploader/EntityPanelUploader.styled.es.js";
|
|
164
165
|
import "axios";
|
|
@@ -174,7 +175,7 @@ import "../../components/Feedback/SupportBubble.es.js";
|
|
|
174
175
|
import "../../components/FileThumbnail/FileThumbnail.es.js";
|
|
175
176
|
import "../../components/LegacyBadge/LegacyBadge.es.js";
|
|
176
177
|
import "../../components/LinksManager/LinksManager.styled.es.js";
|
|
177
|
-
import { EntityPickerDialog as
|
|
178
|
+
import { EntityPickerDialog as so } from "../EntityPickerDialog/EntityPickerDialog.es.js";
|
|
178
179
|
import "../../components/Powerpack/PowerpackButton.es.js";
|
|
179
180
|
import "../../components/Powerpack/PricingLink.es.js";
|
|
180
181
|
import "../../components/Powerpack/PowerpackDialog.styled.es.js";
|
|
@@ -208,6 +209,7 @@ import "../../components/VersionUploader/context/VersionUploadContext.es.js";
|
|
|
208
209
|
import "../../components/Watchers/Watchers.es.js";
|
|
209
210
|
import "../../components/Menu/Menu.styled.es.js";
|
|
210
211
|
import "../../components/Menu/MenuItem.es.js";
|
|
212
|
+
import "../../components/ReviewablesSelector/ReviewablesSelector.styled.es.js";
|
|
211
213
|
import "../Feed/components/ActivityReference/ActivityReference.styled.es.js";
|
|
212
214
|
import "../Feed/components/ActivityStatus/ActivityStatus.es.js";
|
|
213
215
|
import "../Feed/components/ActivityHeader/ActivityHeader.styled.es.js";
|
|
@@ -221,26 +223,26 @@ import "../Feed/Feed.styled.es.js";
|
|
|
221
223
|
import "../DetailsPanel/components/TabHeaderAndFilters/TabHeaderAndFilters.styled.es.js";
|
|
222
224
|
import "../Feed/components/ActivityCategorySelect/ActivityCategorySelect.es.js";
|
|
223
225
|
import "../Feed/components/ActivityCategorySelect/CategoryDropdownItem.es.js";
|
|
224
|
-
import { useCellEditing as
|
|
225
|
-
import { useSelectionCellsContext as
|
|
226
|
-
import { ClipboardProvider as
|
|
227
|
-
import { useSelectedRowsContext as
|
|
228
|
-
import { useColumnSettingsContext as
|
|
229
|
-
import
|
|
230
|
-
import { usePrefetchFolderTasks as
|
|
231
|
-
import
|
|
232
|
-
import
|
|
233
|
-
import
|
|
234
|
-
import
|
|
235
|
-
import { useMoveEntities as
|
|
236
|
-
import { parseCellId as
|
|
226
|
+
import { useCellEditing as me } from "./context/CellEditingContext.es.js";
|
|
227
|
+
import { useSelectionCellsContext as jt, ROW_SELECTION_COLUMN_ID as L } from "./context/SelectionCellsContext.es.js";
|
|
228
|
+
import { ClipboardProvider as lo } from "./context/ClipboardContext.es.js";
|
|
229
|
+
import { useSelectedRowsContext as mo } from "./context/SelectedRowsContext.es.js";
|
|
230
|
+
import { useColumnSettingsContext as ae } from "./context/ColumnSettingsContext.es.js";
|
|
231
|
+
import ao from "./hooks/useCustomColumnWidthVars.es.js";
|
|
232
|
+
import { usePrefetchFolderTasks as po } from "./hooks/usePrefetchFolderTasks.es.js";
|
|
233
|
+
import co from "./hooks/useCellContextMenu.es.js";
|
|
234
|
+
import uo from "./hooks/useColumnVirtualization.es.js";
|
|
235
|
+
import go from "./hooks/useKeyboardNavigation.es.js";
|
|
236
|
+
import fo from "./hooks/useDynamicRowHeight.es.js";
|
|
237
|
+
import { useMoveEntities as ho } from "./hooks/useMoveEntities.es.js";
|
|
238
|
+
import { parseCellId as de, getCellId as vt } from "./utils/cellUtils.es.js";
|
|
237
239
|
import { generateDummyAttributes as yo, generateLoadingRows as Co } from "./utils/loadingUtils.es.js";
|
|
238
|
-
import { isTargetReadOnly as xo, isEntityRestricted as
|
|
239
|
-
import { useProjectTableContext as
|
|
240
|
+
import { isTargetReadOnly as xo, isEntityRestricted as Jt } from "./utils/restrictedEntity.es.js";
|
|
241
|
+
import { useProjectTableContext as pe } from "./context/ProjectTableContext.es.js";
|
|
240
242
|
import { getTableFieldOptions as bo } from "./utils/getTableFieldOptions.es.js";
|
|
241
243
|
import { getReadOnlyLists as wo } from "./utils/getReadOnlyLists.es.js";
|
|
242
244
|
import { getEntityViewierIds as So } from "./utils/getEntityViewerIds.es.js";
|
|
243
|
-
import { EDIT_TRIGGER_CLASS as
|
|
245
|
+
import { EDIT_TRIGGER_CLASS as Qt } from "./widgets/CellWidget.es.js";
|
|
244
246
|
import "./context/ProjectTableQueriesContext.es.js";
|
|
245
247
|
import "./context/DetailsPanelEntityContext.es.js";
|
|
246
248
|
import "../../../../_virtual/runtime.es.js";
|
|
@@ -273,8 +275,8 @@ import "../Views/context/ViewsContext.es.js";
|
|
|
273
275
|
import "../Views/Views.styled.es.js";
|
|
274
276
|
import "../Views/ViewsMenuContainer/ViewsMenuContainer.es.js";
|
|
275
277
|
import "../Views/ViewsMenu/ViewsMenu.es.js";
|
|
276
|
-
const
|
|
277
|
-
const l = e.getIsPinned(), n = e.id !== L && e.id !==
|
|
278
|
+
const dt = (e) => {
|
|
279
|
+
const l = e.getIsPinned(), n = e.id !== L && e.id !== K ? -30 : 0;
|
|
278
280
|
return {
|
|
279
281
|
left: l === "left" ? `${e.getStart("left") + n}px` : void 0,
|
|
280
282
|
// Removed offset
|
|
@@ -283,140 +285,140 @@ const st = (e) => {
|
|
|
283
285
|
width: e.getSize(),
|
|
284
286
|
zIndex: l ? 100 : 0
|
|
285
287
|
};
|
|
286
|
-
},
|
|
288
|
+
}, pt = (e, l) => `calc(var(--col-${l}-size) * 1px)`, K = "drag-handle", kl = ({
|
|
287
289
|
scope: e,
|
|
288
290
|
sliceId: l,
|
|
289
291
|
onScroll: n,
|
|
290
|
-
onScrollBottom:
|
|
292
|
+
onScrollBottom: a,
|
|
291
293
|
// when the user scrolls to the bottom of the table, this callback is called
|
|
292
294
|
onOpenNew: h,
|
|
293
|
-
readOnly:
|
|
295
|
+
readOnly: x,
|
|
294
296
|
excludedColumns: w,
|
|
295
|
-
excludedSorting:
|
|
296
|
-
extraColumns:
|
|
297
|
+
excludedSorting: S,
|
|
298
|
+
extraColumns: v,
|
|
297
299
|
includeLinks: u,
|
|
298
|
-
isLoading:
|
|
300
|
+
isLoading: R,
|
|
299
301
|
isExpandable: j,
|
|
300
302
|
clientSorting: i = !1,
|
|
301
303
|
sortableRows: r = !1,
|
|
302
|
-
onRowReorder:
|
|
303
|
-
dndActiveId:
|
|
304
|
+
onRowReorder: M,
|
|
305
|
+
dndActiveId: g,
|
|
304
306
|
// Destructure new prop
|
|
305
307
|
columnsConfig: z,
|
|
306
|
-
onScrollBottomGroupBy:
|
|
308
|
+
onScrollBottomGroupBy: f,
|
|
307
309
|
// Destructure new prop for group-by load more
|
|
308
310
|
contextMenuItems: N,
|
|
309
311
|
// Additional context menu items from props
|
|
310
312
|
pt: C,
|
|
311
|
-
...
|
|
313
|
+
...W
|
|
312
314
|
}) => {
|
|
313
315
|
const {
|
|
314
316
|
columnVisibility: k,
|
|
315
|
-
columnPinning:
|
|
316
|
-
columnOrder:
|
|
317
|
+
columnPinning: b,
|
|
318
|
+
columnOrder: E,
|
|
317
319
|
columnSizing: A,
|
|
318
|
-
setAllColumns:
|
|
319
|
-
sorting:
|
|
320
|
-
sortingOnChange:
|
|
321
|
-
columnPinningOnChange:
|
|
322
|
-
columnSizingOnChange:
|
|
323
|
-
columnVisibilityOnChange:
|
|
324
|
-
columnOrderOnChange:
|
|
325
|
-
groupBy:
|
|
326
|
-
} =
|
|
327
|
-
tableData:
|
|
328
|
-
attribFields:
|
|
329
|
-
entitiesMap:
|
|
330
|
-
users:
|
|
331
|
-
isLoading:
|
|
332
|
-
error:
|
|
333
|
-
isInitialized:
|
|
334
|
-
expanded:
|
|
335
|
-
updateExpanded:
|
|
336
|
-
toggleExpandAll:
|
|
337
|
-
showHierarchy:
|
|
338
|
-
fetchNextPage:
|
|
339
|
-
scopes:
|
|
320
|
+
setAllColumns: F,
|
|
321
|
+
sorting: m,
|
|
322
|
+
sortingOnChange: O,
|
|
323
|
+
columnPinningOnChange: d,
|
|
324
|
+
columnSizingOnChange: U,
|
|
325
|
+
columnVisibilityOnChange: B,
|
|
326
|
+
columnOrderOnChange: et,
|
|
327
|
+
groupBy: _
|
|
328
|
+
} = ae(), p = !!_, { productTypes: q, projectName: G, ...ot } = io(), {
|
|
329
|
+
tableData: D,
|
|
330
|
+
attribFields: I,
|
|
331
|
+
entitiesMap: Y,
|
|
332
|
+
users: J,
|
|
333
|
+
isLoading: ct,
|
|
334
|
+
error: Q,
|
|
335
|
+
isInitialized: ut,
|
|
336
|
+
expanded: ue,
|
|
337
|
+
updateExpanded: Dt,
|
|
338
|
+
toggleExpandAll: ge,
|
|
339
|
+
showHierarchy: $,
|
|
340
|
+
fetchNextPage: fe,
|
|
341
|
+
scopes: X,
|
|
340
342
|
// or entityTypes
|
|
341
|
-
getEntityById:
|
|
342
|
-
onResetView:
|
|
343
|
-
} =
|
|
344
|
-
statuses:
|
|
345
|
-
folderTypes:
|
|
346
|
-
taskTypes:
|
|
347
|
-
tags:
|
|
348
|
-
linkTypes:
|
|
349
|
-
} =
|
|
343
|
+
getEntityById: Pt,
|
|
344
|
+
onResetView: he
|
|
345
|
+
} = pe(), { writableFields: Mt } = Ro(), Z = R || ct, {
|
|
346
|
+
statuses: zt = [],
|
|
347
|
+
folderTypes: Et = [],
|
|
348
|
+
taskTypes: Ot = [],
|
|
349
|
+
tags: Ht = [],
|
|
350
|
+
linkTypes: Lt = []
|
|
351
|
+
} = ot || {}, it = H(
|
|
350
352
|
() => bo({
|
|
351
|
-
users:
|
|
352
|
-
statuses:
|
|
353
|
-
folderTypes:
|
|
354
|
-
taskTypes:
|
|
355
|
-
productTypes:
|
|
356
|
-
tags:
|
|
357
|
-
scopes:
|
|
353
|
+
users: J,
|
|
354
|
+
statuses: zt,
|
|
355
|
+
folderTypes: Et,
|
|
356
|
+
taskTypes: Ot,
|
|
357
|
+
productTypes: q,
|
|
358
|
+
tags: Ht,
|
|
359
|
+
scopes: X
|
|
358
360
|
}),
|
|
359
|
-
[
|
|
360
|
-
),
|
|
361
|
-
const o =
|
|
362
|
-
|
|
361
|
+
[J, zt, Et, Ot, X, Ht]
|
|
362
|
+
), nt = qt(null), Nt = qt(0), { registerGrid: kt } = jt(), { loadingAttrib: At, loadingRows: ye } = H(() => {
|
|
363
|
+
const o = nt.current?.querySelectorAll("tbody tr").length || 0, c = yo(), y = Co(
|
|
364
|
+
$ && D.length > 0 ? Math.min(o, 50) : _ ? Math.max(Nt.current, 50) : 50
|
|
363
365
|
);
|
|
364
366
|
return { loadingAttrib: c, loadingRows: y };
|
|
365
|
-
}, []),
|
|
366
|
-
() => wo(
|
|
367
|
-
[
|
|
368
|
-
), { selectedCells:
|
|
367
|
+
}, []), Ce = !ut || Z, { readOnlyColumns: Ft, readOnlyAttribs: xe } = H(
|
|
368
|
+
() => wo(I, Mt, x),
|
|
369
|
+
[I, Mt, x]
|
|
370
|
+
), { selectedCells: gt } = jt(), { updateEntities: Vt } = me(), be = mt(
|
|
369
371
|
async (o, c) => {
|
|
370
372
|
const { selection: y = [] } = c || {}, s = [];
|
|
371
373
|
if (!y?.length)
|
|
372
374
|
s.push({ ...o, id: o.rowId });
|
|
373
375
|
else {
|
|
374
|
-
const { field:
|
|
375
|
-
for (const
|
|
376
|
-
const { colId:
|
|
377
|
-
if (
|
|
378
|
-
const
|
|
379
|
-
if (!
|
|
380
|
-
console.warn(`Entity with ID ${
|
|
376
|
+
const { field: P, value: Ct, isAttrib: xt } = o;
|
|
377
|
+
for (const Ne of gt) {
|
|
378
|
+
const { colId: bt, rowId: lt } = de(Ne) || {};
|
|
379
|
+
if (bt === L) continue;
|
|
380
|
+
const wt = Pt(lt || "");
|
|
381
|
+
if (!wt) {
|
|
382
|
+
console.warn(`Entity with ID ${lt} not found for cell update.`);
|
|
381
383
|
continue;
|
|
382
384
|
}
|
|
383
|
-
(!
|
|
384
|
-
field:
|
|
385
|
-
rowId:
|
|
386
|
-
id:
|
|
387
|
-
value:
|
|
388
|
-
isAttrib:
|
|
389
|
-
type:
|
|
385
|
+
(!bt?.includes("attrib_") || bt?.replace("attrib_", "") === P) && lt && s.push({
|
|
386
|
+
field: P,
|
|
387
|
+
rowId: lt,
|
|
388
|
+
id: wt.entityId,
|
|
389
|
+
value: Ct,
|
|
390
|
+
isAttrib: xt,
|
|
391
|
+
type: wt.entityType
|
|
390
392
|
});
|
|
391
393
|
}
|
|
392
394
|
}
|
|
393
395
|
if (!s.length) {
|
|
394
|
-
console.warn("No entities to update, skipping updateEntities call."),
|
|
396
|
+
console.warn("No entities to update, skipping updateEntities call."), ro.warn("No entities to update.");
|
|
395
397
|
return;
|
|
396
398
|
}
|
|
397
|
-
await
|
|
399
|
+
await Vt(s, !0);
|
|
398
400
|
},
|
|
399
|
-
[
|
|
400
|
-
),
|
|
401
|
-
() =>
|
|
402
|
-
[
|
|
403
|
-
),
|
|
404
|
-
const o =
|
|
405
|
-
scopes:
|
|
406
|
-
attribs:
|
|
407
|
-
links:
|
|
401
|
+
[Vt, Pt, gt]
|
|
402
|
+
), Bt = H(
|
|
403
|
+
() => ut ? I : At,
|
|
404
|
+
[I, At, ut]
|
|
405
|
+
), we = () => X.includes("version") ? "Product / Version" : X.map((o) => no(o)).join(" / "), ft = H(() => {
|
|
406
|
+
const o = Ke({
|
|
407
|
+
scopes: X,
|
|
408
|
+
attribs: Bt,
|
|
409
|
+
links: Lt,
|
|
408
410
|
includeLinks: u,
|
|
409
|
-
showHierarchy:
|
|
410
|
-
options:
|
|
411
|
-
extraColumns:
|
|
411
|
+
showHierarchy: $,
|
|
412
|
+
options: it,
|
|
413
|
+
extraColumns: v,
|
|
412
414
|
excluded: w,
|
|
413
|
-
excludedSorting:
|
|
414
|
-
groupBy:
|
|
415
|
-
nameLabel:
|
|
415
|
+
excludedSorting: S,
|
|
416
|
+
groupBy: _,
|
|
417
|
+
nameLabel: we()
|
|
416
418
|
});
|
|
417
419
|
return r ? [
|
|
418
420
|
{
|
|
419
|
-
id:
|
|
421
|
+
id: K,
|
|
420
422
|
header: () => null,
|
|
421
423
|
cell: () => null,
|
|
422
424
|
// Content rendered by TableBodyRow
|
|
@@ -432,25 +434,25 @@ const st = (e) => {
|
|
|
432
434
|
...o
|
|
433
435
|
] : o;
|
|
434
436
|
}, [
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
437
|
+
X,
|
|
438
|
+
Bt,
|
|
439
|
+
$,
|
|
438
440
|
j,
|
|
439
|
-
|
|
440
|
-
|
|
441
|
+
it,
|
|
442
|
+
Lt,
|
|
441
443
|
u,
|
|
442
|
-
|
|
444
|
+
v,
|
|
443
445
|
w,
|
|
444
|
-
|
|
446
|
+
S,
|
|
445
447
|
r
|
|
446
448
|
]);
|
|
447
|
-
|
|
448
|
-
const o =
|
|
449
|
-
|
|
450
|
-
}, [
|
|
451
|
-
const
|
|
452
|
-
data:
|
|
453
|
-
columns:
|
|
449
|
+
St(() => {
|
|
450
|
+
const o = ft.map((c) => c.id).filter(Boolean);
|
|
451
|
+
F(o);
|
|
452
|
+
}, [ft, F]);
|
|
453
|
+
const T = Ae({
|
|
454
|
+
data: Ce ? ye : D,
|
|
455
|
+
columns: ft,
|
|
454
456
|
defaultColumn: {
|
|
455
457
|
minSize: 50,
|
|
456
458
|
size: 150
|
|
@@ -461,126 +463,126 @@ const st = (e) => {
|
|
|
461
463
|
enableSubRowSelection: !1,
|
|
462
464
|
//disable sub row selection
|
|
463
465
|
getSubRows: (o) => o.subRows,
|
|
464
|
-
getRowCanExpand: () => !!j ||
|
|
465
|
-
getCoreRowModel:
|
|
466
|
-
getFilteredRowModel:
|
|
467
|
-
getExpandedRowModel:
|
|
466
|
+
getRowCanExpand: () => !!j || $ || p,
|
|
467
|
+
getCoreRowModel: $e(),
|
|
468
|
+
getFilteredRowModel: _e(),
|
|
469
|
+
getExpandedRowModel: Be(),
|
|
468
470
|
filterFromLeafRows: !0,
|
|
469
471
|
// EXPANDABLE
|
|
470
|
-
onExpandedChange:
|
|
472
|
+
onExpandedChange: Dt,
|
|
471
473
|
// SORTING
|
|
472
474
|
enableSorting: !0,
|
|
473
|
-
getSortedRowModel:
|
|
475
|
+
getSortedRowModel: Ve(),
|
|
474
476
|
sortDescFirst: !1,
|
|
475
477
|
manualSorting: !i,
|
|
476
|
-
onSortingChange:
|
|
478
|
+
onSortingChange: O,
|
|
477
479
|
columnResizeMode: "onChange",
|
|
478
|
-
onColumnPinningChange:
|
|
479
|
-
onColumnSizingChange:
|
|
480
|
-
onColumnVisibilityChange:
|
|
481
|
-
onColumnOrderChange:
|
|
480
|
+
onColumnPinningChange: d,
|
|
481
|
+
onColumnSizingChange: U,
|
|
482
|
+
onColumnVisibilityChange: B,
|
|
483
|
+
onColumnOrderChange: et,
|
|
482
484
|
// @ts-ignore
|
|
483
|
-
filterFns:
|
|
485
|
+
filterFns: Fe,
|
|
484
486
|
state: {
|
|
485
|
-
expanded:
|
|
486
|
-
sorting:
|
|
487
|
+
expanded: ue,
|
|
488
|
+
sorting: m,
|
|
487
489
|
columnPinning: (() => {
|
|
488
490
|
const o = [];
|
|
489
|
-
r && o.push(
|
|
490
|
-
const c = (
|
|
491
|
-
(s) => s !==
|
|
491
|
+
r && o.push(K), o.push(L);
|
|
492
|
+
const c = (b.left || []).filter(
|
|
493
|
+
(s) => s !== K && s !== L
|
|
492
494
|
);
|
|
493
495
|
return o.push(...c), {
|
|
494
496
|
left: [...new Set(o)],
|
|
495
|
-
right:
|
|
497
|
+
right: b.right
|
|
496
498
|
};
|
|
497
499
|
})(),
|
|
498
500
|
columnSizing: A,
|
|
499
501
|
columnVisibility: k,
|
|
500
|
-
columnOrder:
|
|
502
|
+
columnOrder: E
|
|
501
503
|
},
|
|
502
504
|
meta: {
|
|
503
|
-
projectName:
|
|
504
|
-
options:
|
|
505
|
-
readOnly:
|
|
506
|
-
updateEntities:
|
|
507
|
-
toggleExpandAll:
|
|
508
|
-
loadMoreRows:
|
|
509
|
-
selection: Array.from(
|
|
505
|
+
projectName: G,
|
|
506
|
+
options: it,
|
|
507
|
+
readOnly: Ft,
|
|
508
|
+
updateEntities: be,
|
|
509
|
+
toggleExpandAll: ge,
|
|
510
|
+
loadMoreRows: fe,
|
|
511
|
+
selection: Array.from(gt),
|
|
510
512
|
columnsConfig: z
|
|
511
513
|
}
|
|
512
|
-
}), { rows:
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
}, [
|
|
516
|
-
if (!
|
|
517
|
-
const o =
|
|
518
|
-
if (L ===
|
|
519
|
-
const
|
|
520
|
-
return
|
|
514
|
+
}), { rows: tt } = T.getRowModel();
|
|
515
|
+
St(() => {
|
|
516
|
+
Nt.current = tt.length;
|
|
517
|
+
}, [tt.length]), St(() => {
|
|
518
|
+
if (!tt.length) return;
|
|
519
|
+
const o = tt.map((s) => s.id), y = [...T.getAllLeafColumns().map((s) => s.id)].sort((s, P) => {
|
|
520
|
+
if (L === P) return 1;
|
|
521
|
+
const Ct = b.left?.includes(s) ? 0 : 1, xt = b.left?.includes(P) ? 0 : 1;
|
|
522
|
+
return Ct - xt;
|
|
521
523
|
});
|
|
522
|
-
|
|
523
|
-
}, [
|
|
524
|
-
const
|
|
525
|
-
visibleColumns:
|
|
526
|
-
tableContainerRef:
|
|
527
|
-
columnPinning:
|
|
524
|
+
kt(o, y);
|
|
525
|
+
}, [tt, T.getAllLeafColumns(), b, L, kt]);
|
|
526
|
+
const _t = T.getVisibleLeafColumns(), { columnVirtualizer: ht, virtualPaddingLeft: rt, virtualPaddingRight: st } = uo({
|
|
527
|
+
visibleColumns: _t,
|
|
528
|
+
tableContainerRef: nt,
|
|
529
|
+
columnPinning: b,
|
|
528
530
|
columnSizing: A,
|
|
529
|
-
columnOrder:
|
|
530
|
-
}),
|
|
531
|
-
(o) => o !==
|
|
532
|
-
), [
|
|
531
|
+
columnOrder: E
|
|
532
|
+
}), $t = ao(T, A), { getRowHeight: Se, defaultRowHeight: Kt } = fo(), Re = H(() => I.reduce((o, c) => (c.data?.enum?.length && (o[c.name] = c.data?.enum), o), {}), [I]), je = H(() => D.map((o) => o.id), [D]), Ie = H(() => E.filter(
|
|
533
|
+
(o) => o !== K && o !== L
|
|
534
|
+
), [E]), Te = H(() => !g || !r ? null : D.find((o) => o.id === g), [g, D, r]), ve = mt(
|
|
533
535
|
(o) => {
|
|
534
|
-
if (n?.(o),
|
|
536
|
+
if (n?.(o), a) {
|
|
535
537
|
const c = o.currentTarget;
|
|
536
|
-
if (c &&
|
|
537
|
-
const { scrollHeight: y, scrollTop: s, clientHeight:
|
|
538
|
-
y - s -
|
|
538
|
+
if (c && !$ && !_) {
|
|
539
|
+
const { scrollHeight: y, scrollTop: s, clientHeight: P } = c;
|
|
540
|
+
y - s - P < 500 && !Z && a(o);
|
|
539
541
|
}
|
|
540
542
|
}
|
|
541
|
-
if (
|
|
542
|
-
const
|
|
543
|
-
|
|
543
|
+
if (f && _) {
|
|
544
|
+
const P = o.currentTarget?.querySelector(".load-more")?.getAttribute("id")?.split("-")[2];
|
|
545
|
+
P && f(P);
|
|
544
546
|
}
|
|
545
547
|
},
|
|
546
|
-
[n,
|
|
548
|
+
[n, a, f, $, _, Z]
|
|
547
549
|
), {
|
|
548
|
-
isEntityPickerOpen:
|
|
549
|
-
handleMoveSubmit:
|
|
550
|
+
isEntityPickerOpen: De,
|
|
551
|
+
handleMoveSubmit: Pe,
|
|
550
552
|
closeMoveDialog: Me,
|
|
551
|
-
movingEntities:
|
|
552
|
-
handleMoveToRoot:
|
|
553
|
-
getDisabledFolderIds:
|
|
554
|
-
getDisabledMessage:
|
|
555
|
-
} =
|
|
556
|
-
projectName:
|
|
557
|
-
}),
|
|
558
|
-
|
|
553
|
+
movingEntities: yt,
|
|
554
|
+
handleMoveToRoot: ze,
|
|
555
|
+
getDisabledFolderIds: Ee,
|
|
556
|
+
getDisabledMessage: Oe
|
|
557
|
+
} = ho({
|
|
558
|
+
projectName: G
|
|
559
|
+
}), He = (o) => {
|
|
560
|
+
Pe(o);
|
|
559
561
|
const c = o[0];
|
|
560
|
-
|
|
562
|
+
Dt((y) => typeof y == "boolean" ? y || { [c]: !0 } : y[c] ? y : {
|
|
561
563
|
...y,
|
|
562
564
|
[c]: !0
|
|
563
565
|
});
|
|
564
|
-
},
|
|
565
|
-
|
|
566
|
+
}, Wt = /* @__PURE__ */ t.jsxs(
|
|
567
|
+
lo,
|
|
566
568
|
{
|
|
567
|
-
entitiesMap:
|
|
568
|
-
columnEnums: { ...
|
|
569
|
-
columnReadOnly:
|
|
570
|
-
visibleColumns:
|
|
569
|
+
entitiesMap: Y,
|
|
570
|
+
columnEnums: { ...it, ...Re },
|
|
571
|
+
columnReadOnly: xe,
|
|
572
|
+
visibleColumns: _t,
|
|
571
573
|
children: [
|
|
572
|
-
/* @__PURE__ */ t.jsx(
|
|
573
|
-
|
|
574
|
+
/* @__PURE__ */ t.jsx(qe, { ...W, children: /* @__PURE__ */ t.jsx(
|
|
575
|
+
Ue,
|
|
574
576
|
{
|
|
575
|
-
ref:
|
|
577
|
+
ref: nt,
|
|
576
578
|
style: { height: "100%", padding: 0 },
|
|
577
|
-
onScroll:
|
|
579
|
+
onScroll: ve,
|
|
578
580
|
...C?.container,
|
|
579
581
|
"data-column-dnd-container": !0,
|
|
580
|
-
className:
|
|
582
|
+
className: V(
|
|
581
583
|
"table-container",
|
|
582
584
|
{
|
|
583
|
-
resizing:
|
|
585
|
+
resizing: T.getState().columnSizingInfo.isResizingColumn
|
|
584
586
|
},
|
|
585
587
|
C?.container?.className
|
|
586
588
|
),
|
|
@@ -591,44 +593,44 @@ const st = (e) => {
|
|
|
591
593
|
display: "grid",
|
|
592
594
|
borderCollapse: "collapse",
|
|
593
595
|
userSelect: "none",
|
|
594
|
-
|
|
595
|
-
width:
|
|
596
|
-
cursor:
|
|
596
|
+
...$t,
|
|
597
|
+
width: T.getTotalSize(),
|
|
598
|
+
cursor: T.getState().columnSizingInfo.isResizingColumn ? "col-resize" : void 0
|
|
597
599
|
},
|
|
598
600
|
children: [
|
|
599
601
|
/* @__PURE__ */ t.jsx(
|
|
600
602
|
jo,
|
|
601
603
|
{
|
|
602
|
-
columnVirtualizer:
|
|
603
|
-
table:
|
|
604
|
-
virtualPaddingLeft:
|
|
605
|
-
virtualPaddingRight:
|
|
606
|
-
isLoading:
|
|
607
|
-
readOnlyColumns:
|
|
604
|
+
columnVirtualizer: ht,
|
|
605
|
+
table: T,
|
|
606
|
+
virtualPaddingLeft: rt,
|
|
607
|
+
virtualPaddingRight: st,
|
|
608
|
+
isLoading: Z,
|
|
609
|
+
readOnlyColumns: Ft,
|
|
608
610
|
sortableRows: r,
|
|
609
|
-
columnOrderIds:
|
|
611
|
+
columnOrderIds: Ie,
|
|
610
612
|
...C?.head
|
|
611
613
|
}
|
|
612
614
|
),
|
|
613
615
|
/* @__PURE__ */ t.jsx(
|
|
614
|
-
|
|
616
|
+
vo,
|
|
615
617
|
{
|
|
616
|
-
columnVirtualizer:
|
|
617
|
-
table:
|
|
618
|
-
tableContainerRef:
|
|
619
|
-
virtualPaddingLeft:
|
|
620
|
-
virtualPaddingRight:
|
|
621
|
-
showHierarchy:
|
|
622
|
-
attribs:
|
|
618
|
+
columnVirtualizer: ht,
|
|
619
|
+
table: T,
|
|
620
|
+
tableContainerRef: nt,
|
|
621
|
+
virtualPaddingLeft: rt,
|
|
622
|
+
virtualPaddingRight: st,
|
|
623
|
+
showHierarchy: $,
|
|
624
|
+
attribs: I,
|
|
623
625
|
onOpenNew: h,
|
|
624
|
-
rowOrderIds:
|
|
626
|
+
rowOrderIds: je,
|
|
625
627
|
sortableRows: r,
|
|
626
|
-
error:
|
|
627
|
-
isLoading:
|
|
628
|
-
isGrouping:
|
|
629
|
-
getRowHeight:
|
|
630
|
-
defaultRowHeight:
|
|
631
|
-
onResetView:
|
|
628
|
+
error: Q,
|
|
629
|
+
isLoading: Z,
|
|
630
|
+
isGrouping: p,
|
|
631
|
+
getRowHeight: Se,
|
|
632
|
+
defaultRowHeight: Kt,
|
|
633
|
+
onResetView: he,
|
|
632
634
|
contextMenuItems: N
|
|
633
635
|
}
|
|
634
636
|
)
|
|
@@ -637,28 +639,28 @@ const st = (e) => {
|
|
|
637
639
|
)
|
|
638
640
|
}
|
|
639
641
|
) }),
|
|
640
|
-
|
|
641
|
-
|
|
642
|
+
De && G && yt?.entities && yt.entities.length > 0 && /* @__PURE__ */ t.jsx(
|
|
643
|
+
so,
|
|
642
644
|
{
|
|
643
|
-
projectName:
|
|
645
|
+
projectName: G,
|
|
644
646
|
entityType: "folder",
|
|
645
|
-
onSubmit:
|
|
647
|
+
onSubmit: He,
|
|
646
648
|
onClose: Me,
|
|
647
|
-
showMoveToRoot:
|
|
649
|
+
showMoveToRoot: yt.entities.every(
|
|
648
650
|
(o) => o.entityType === "folder"
|
|
649
651
|
),
|
|
650
|
-
onMoveToRoot:
|
|
651
|
-
disabledIds:
|
|
652
|
-
getDisabledMessage:
|
|
652
|
+
onMoveToRoot: ze,
|
|
653
|
+
disabledIds: Ee(),
|
|
654
|
+
getDisabledMessage: Oe
|
|
653
655
|
}
|
|
654
656
|
)
|
|
655
657
|
]
|
|
656
658
|
}
|
|
657
|
-
),
|
|
658
|
-
/* @__PURE__ */ t.jsx(
|
|
659
|
-
const o =
|
|
659
|
+
), Le = r && g && at(
|
|
660
|
+
/* @__PURE__ */ t.jsx(ie, { dropAnimation: null, children: Te ? (() => {
|
|
661
|
+
const o = T.getRowModel().rows.find((y) => y.id === g);
|
|
660
662
|
if (!o) return null;
|
|
661
|
-
const c =
|
|
663
|
+
const c = T.getTotalSize();
|
|
662
664
|
return /* @__PURE__ */ t.jsx(
|
|
663
665
|
"table",
|
|
664
666
|
{
|
|
@@ -667,43 +669,43 @@ const st = (e) => {
|
|
|
667
669
|
borderCollapse: "collapse",
|
|
668
670
|
backgroundColor: "var(--md-sys-color-surface-container-high)",
|
|
669
671
|
boxShadow: "0 0 10px rgba(0,0,0,0.2)",
|
|
670
|
-
|
|
672
|
+
...$t
|
|
671
673
|
},
|
|
672
|
-
children: /* @__PURE__ */ t.jsx("tbody", { children: /* @__PURE__ */ t.jsxs(
|
|
673
|
-
|
|
674
|
-
|
|
674
|
+
children: /* @__PURE__ */ t.jsx("tbody", { children: /* @__PURE__ */ t.jsxs(te, { style: { display: "flex", userSelect: "none" }, children: [
|
|
675
|
+
rt ? /* @__PURE__ */ t.jsx("td", { style: { display: "flex", width: rt } }) : null,
|
|
676
|
+
ht.getVirtualItems().map((y) => {
|
|
675
677
|
const s = o.getVisibleCells()[y.index];
|
|
676
678
|
if (!s) return null;
|
|
677
|
-
const
|
|
678
|
-
...
|
|
679
|
-
width:
|
|
679
|
+
const P = {
|
|
680
|
+
...dt(s.column),
|
|
681
|
+
width: pt(o.id, s.column.id),
|
|
680
682
|
display: "flex",
|
|
681
683
|
alignItems: "center",
|
|
682
|
-
height:
|
|
684
|
+
height: Kt
|
|
683
685
|
};
|
|
684
|
-
return s.column.id ===
|
|
685
|
-
|
|
686
|
+
return s.column.id === K ? /* @__PURE__ */ t.jsxs(
|
|
687
|
+
Tt,
|
|
686
688
|
{
|
|
687
|
-
style: { ...
|
|
688
|
-
className:
|
|
689
|
+
style: { ...P, justifyContent: "center" },
|
|
690
|
+
className: V(s.column.id),
|
|
689
691
|
children: [
|
|
690
|
-
/* @__PURE__ */ t.jsx(
|
|
692
|
+
/* @__PURE__ */ t.jsx(le, { icon: "drag_handle" }),
|
|
691
693
|
" "
|
|
692
694
|
]
|
|
693
695
|
},
|
|
694
696
|
`overlay-drag-${s.id}`
|
|
695
697
|
) : /* @__PURE__ */ t.jsx(
|
|
696
|
-
|
|
698
|
+
ce,
|
|
697
699
|
{
|
|
698
700
|
cell: s,
|
|
699
|
-
cellId: `overlay-${
|
|
701
|
+
cellId: `overlay-${vt(o.id, s.column.id)}`,
|
|
700
702
|
rowId: o.id,
|
|
701
|
-
showHierarchy:
|
|
703
|
+
showHierarchy: $
|
|
702
704
|
},
|
|
703
705
|
`overlay-cell-${s.id}`
|
|
704
706
|
);
|
|
705
707
|
}),
|
|
706
|
-
|
|
708
|
+
st ? /* @__PURE__ */ t.jsx("td", { style: { display: "flex", width: st } }) : null
|
|
707
709
|
] }) })
|
|
708
710
|
}
|
|
709
711
|
);
|
|
@@ -711,18 +713,18 @@ const st = (e) => {
|
|
|
711
713
|
document.body
|
|
712
714
|
);
|
|
713
715
|
return r ? /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
/* @__PURE__ */ t.jsx(
|
|
716
|
+
Wt,
|
|
717
|
+
Le,
|
|
718
|
+
/* @__PURE__ */ t.jsx(Zt, { table: T })
|
|
717
719
|
] }) : /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
|
718
|
-
|
|
719
|
-
/* @__PURE__ */ t.jsx(
|
|
720
|
+
Wt,
|
|
721
|
+
/* @__PURE__ */ t.jsx(Zt, { table: T })
|
|
720
722
|
] });
|
|
721
|
-
},
|
|
722
|
-
const { active: l } =
|
|
723
|
-
return !
|
|
724
|
-
/* @__PURE__ */ t.jsx(
|
|
725
|
-
|
|
723
|
+
}, Zt = ({ table: e }) => {
|
|
724
|
+
const { active: l } = ne(), a = l?.data?.current?.type === "column" ? l?.id : null, h = H(() => a && e.getHeaderGroups()[0]?.headers.find((x) => x.id === a) || null, [a, e]);
|
|
725
|
+
return !a || !h ? null : at(
|
|
726
|
+
/* @__PURE__ */ t.jsx(ie, { dropAnimation: null, children: /* @__PURE__ */ t.jsx(
|
|
727
|
+
ee,
|
|
726
728
|
{
|
|
727
729
|
style: {
|
|
728
730
|
width: h.column.getSize(),
|
|
@@ -732,7 +734,7 @@ const st = (e) => {
|
|
|
732
734
|
alignItems: "center",
|
|
733
735
|
minHeight: 34
|
|
734
736
|
},
|
|
735
|
-
children: /* @__PURE__ */ t.jsx(
|
|
737
|
+
children: /* @__PURE__ */ t.jsx(oe, { className: "bold header", children: It(
|
|
736
738
|
h.column.columnDef.header,
|
|
737
739
|
h.getContext()
|
|
738
740
|
) })
|
|
@@ -744,102 +746,102 @@ const st = (e) => {
|
|
|
744
746
|
columnVirtualizer: e,
|
|
745
747
|
table: l,
|
|
746
748
|
virtualPaddingLeft: n,
|
|
747
|
-
virtualPaddingRight:
|
|
749
|
+
virtualPaddingRight: a,
|
|
748
750
|
isLoading: h,
|
|
749
|
-
readOnlyColumns:
|
|
751
|
+
readOnlyColumns: x,
|
|
750
752
|
sortableRows: w,
|
|
751
|
-
columnOrderIds:
|
|
752
|
-
...
|
|
753
|
-
}) => /* @__PURE__ */ t.jsx(
|
|
754
|
-
|
|
753
|
+
columnOrderIds: S,
|
|
754
|
+
...v
|
|
755
|
+
}) => /* @__PURE__ */ t.jsx(Ge, { ...v, children: l.getHeaderGroups().map((u) => /* @__PURE__ */ t.jsx(
|
|
756
|
+
Io,
|
|
755
757
|
{
|
|
756
758
|
columnVirtualizer: e,
|
|
757
759
|
headerGroup: u,
|
|
758
760
|
virtualPaddingLeft: n,
|
|
759
|
-
virtualPaddingRight:
|
|
761
|
+
virtualPaddingRight: a,
|
|
760
762
|
isLoading: h,
|
|
761
|
-
readOnlyColumns:
|
|
763
|
+
readOnlyColumns: x,
|
|
762
764
|
sortableRows: w,
|
|
763
|
-
columnOrderIds:
|
|
765
|
+
columnOrderIds: S
|
|
764
766
|
},
|
|
765
767
|
u.id
|
|
766
|
-
)) }),
|
|
768
|
+
)) }), Io = ({
|
|
767
769
|
columnVirtualizer: e,
|
|
768
770
|
headerGroup: l,
|
|
769
771
|
virtualPaddingLeft: n,
|
|
770
|
-
virtualPaddingRight:
|
|
772
|
+
virtualPaddingRight: a,
|
|
771
773
|
isLoading: h,
|
|
772
|
-
readOnlyColumns:
|
|
774
|
+
readOnlyColumns: x,
|
|
773
775
|
sortableRows: w,
|
|
774
|
-
columnOrderIds:
|
|
776
|
+
columnOrderIds: S
|
|
775
777
|
}) => {
|
|
776
|
-
const
|
|
777
|
-
return /* @__PURE__ */ t.jsxs(
|
|
778
|
+
const v = e.getVirtualItems(), { active: u } = ne(), R = u?.data?.current?.type === "column", j = R && (u?.data?.current?.isPinned ?? !1);
|
|
779
|
+
return /* @__PURE__ */ t.jsxs(Xe, { style: { display: "flex" }, children: [
|
|
778
780
|
n ? (
|
|
779
781
|
//fake empty column to the left for virtualization scroll padding
|
|
780
782
|
/* @__PURE__ */ t.jsx("th", { style: { display: "flex", width: n } })
|
|
781
783
|
) : null,
|
|
782
|
-
/* @__PURE__ */ t.jsx(
|
|
783
|
-
const r = l.headers[i.index],
|
|
784
|
+
/* @__PURE__ */ t.jsx(re, { items: S, strategy: eo, children: v.map((i) => {
|
|
785
|
+
const r = l.headers[i.index], M = r.id !== K && r.id !== L;
|
|
784
786
|
return /* @__PURE__ */ t.jsx(
|
|
785
|
-
|
|
787
|
+
To,
|
|
786
788
|
{
|
|
787
789
|
header: r,
|
|
788
790
|
isLoading: h,
|
|
789
|
-
isReadOnly:
|
|
791
|
+
isReadOnly: x?.includes(r.id),
|
|
790
792
|
canSort: r.column.getCanSort(),
|
|
791
793
|
canFilter: r.column.getCanFilter(),
|
|
792
794
|
canHide: r.column.getCanHide(),
|
|
793
795
|
canPin: r.column.getCanPin(),
|
|
794
796
|
canResize: r.column.getCanResize(),
|
|
795
797
|
sortableRows: w,
|
|
796
|
-
isDraggable:
|
|
797
|
-
isColumnDrag:
|
|
798
|
+
isDraggable: M,
|
|
799
|
+
isColumnDrag: R,
|
|
798
800
|
isDraggedColumnPinned: j
|
|
799
801
|
},
|
|
800
802
|
r.id
|
|
801
803
|
);
|
|
802
804
|
}) }),
|
|
803
|
-
|
|
805
|
+
a ? (
|
|
804
806
|
//fake empty column to the right for virtualization scroll padding
|
|
805
|
-
/* @__PURE__ */ t.jsx("th", { style: { display: "flex", width:
|
|
807
|
+
/* @__PURE__ */ t.jsx("th", { style: { display: "flex", width: a } })
|
|
806
808
|
) : null
|
|
807
809
|
] }, l.id);
|
|
808
|
-
},
|
|
810
|
+
}, To = ({
|
|
809
811
|
header: e,
|
|
810
812
|
isLoading: l,
|
|
811
813
|
canFilter: n,
|
|
812
|
-
canHide:
|
|
814
|
+
canHide: a,
|
|
813
815
|
canSort: h,
|
|
814
|
-
canPin:
|
|
816
|
+
canPin: x,
|
|
815
817
|
canResize: w,
|
|
816
|
-
isReadOnly:
|
|
817
|
-
sortableRows:
|
|
818
|
+
isReadOnly: S,
|
|
819
|
+
sortableRows: v,
|
|
818
820
|
isDraggable: u = !0,
|
|
819
|
-
isColumnDrag:
|
|
821
|
+
isColumnDrag: R,
|
|
820
822
|
isDraggedColumnPinned: j
|
|
821
823
|
}) => {
|
|
822
|
-
const { column: i } = e, r = i.getIsSorted(),
|
|
824
|
+
const { column: i } = e, r = i.getIsSorted(), M = `column-header-menu-${i.id}`, { menuOpen: g } = oo(), z = g === M, { columnPinning: f } = ae(), N = f.left?.includes(i.id) || !1, { attributes: C, listeners: W, setNodeRef: k, transform: b, transition: E, isDragging: A } = se({
|
|
823
825
|
id: i.id,
|
|
824
826
|
data: { type: "column", isPinned: N },
|
|
825
827
|
disabled: !u
|
|
826
|
-
}),
|
|
828
|
+
}), F = R && j === N, m = () => {
|
|
827
829
|
if (A)
|
|
828
|
-
return { transform:
|
|
829
|
-
if (
|
|
830
|
-
const
|
|
831
|
-
return { transform:
|
|
830
|
+
return { transform: Rt.Translate.toString(b), transition: E, visibility: "hidden", zIndex: 200 };
|
|
831
|
+
if (F && b) {
|
|
832
|
+
const d = N ? { position: "relative", left: "auto" } : {};
|
|
833
|
+
return { transform: Rt.Translate.toString(b), transition: E, ...d };
|
|
832
834
|
}
|
|
833
835
|
return {};
|
|
834
|
-
},
|
|
835
|
-
onPointerDown: (
|
|
836
|
-
onMouseDown: (
|
|
836
|
+
}, O = {
|
|
837
|
+
onPointerDown: (d) => d.stopPropagation(),
|
|
838
|
+
onMouseDown: (d) => d.stopPropagation()
|
|
837
839
|
};
|
|
838
840
|
return /* @__PURE__ */ t.jsx(
|
|
839
|
-
|
|
841
|
+
ee,
|
|
840
842
|
{
|
|
841
843
|
ref: k,
|
|
842
|
-
className:
|
|
844
|
+
className: V(e.id, "shimmer-dark", {
|
|
843
845
|
loading: l,
|
|
844
846
|
"last-pinned-left": i.getIsPinned() === "left" && i.getIsLastColumn("left"),
|
|
845
847
|
resizing: i.getIsResizing(),
|
|
@@ -847,32 +849,32 @@ const st = (e) => {
|
|
|
847
849
|
draggable: u
|
|
848
850
|
}),
|
|
849
851
|
style: {
|
|
850
|
-
...
|
|
851
|
-
width:
|
|
852
|
-
...
|
|
852
|
+
...dt(i),
|
|
853
|
+
width: pt("", i.id),
|
|
854
|
+
...m()
|
|
853
855
|
},
|
|
854
|
-
children: e.isPlaceholder ? null : /* @__PURE__ */ t.jsxs(
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
/* @__PURE__ */ t.jsxs(
|
|
858
|
-
(
|
|
859
|
-
|
|
856
|
+
children: e.isPlaceholder ? null : /* @__PURE__ */ t.jsxs(oe, { className: V("bold", "header"), ...u ? { ...C, ...W } : {}, children: [
|
|
857
|
+
It(i.columnDef.header, e.getContext()),
|
|
858
|
+
S && /* @__PURE__ */ t.jsx(le, { icon: "lock", "data-tooltip": "You only have permission to read this column." }),
|
|
859
|
+
/* @__PURE__ */ t.jsxs(Ye, { className: "actions", $isOpen: z, ...O, children: [
|
|
860
|
+
(a || x || h) && /* @__PURE__ */ t.jsx(
|
|
861
|
+
Ze,
|
|
860
862
|
{
|
|
861
863
|
className: "header-menu",
|
|
862
864
|
header: e,
|
|
863
|
-
canHide:
|
|
864
|
-
canPin:
|
|
865
|
+
canHide: a,
|
|
866
|
+
canPin: x,
|
|
865
867
|
canSort: h,
|
|
866
868
|
isResizing: i.getIsResizing(),
|
|
867
|
-
menuId:
|
|
869
|
+
menuId: M,
|
|
868
870
|
isOpen: z
|
|
869
871
|
}
|
|
870
872
|
),
|
|
871
873
|
h && /* @__PURE__ */ t.jsx(
|
|
872
|
-
|
|
874
|
+
Gt,
|
|
873
875
|
{
|
|
874
876
|
icon: "sort",
|
|
875
|
-
className:
|
|
877
|
+
className: V("sort-button", { visible: r }),
|
|
876
878
|
style: {
|
|
877
879
|
transform: r === "asc" ? "rotate(180deg) scaleX(-1)" : "none"
|
|
878
880
|
},
|
|
@@ -881,25 +883,25 @@ const st = (e) => {
|
|
|
881
883
|
}
|
|
882
884
|
),
|
|
883
885
|
i.getIsPinned() && i.id !== L && /* @__PURE__ */ t.jsx(
|
|
884
|
-
|
|
886
|
+
Gt,
|
|
885
887
|
{
|
|
886
888
|
icon: "push_pin",
|
|
887
|
-
className:
|
|
889
|
+
className: V("pin-button", "visible"),
|
|
888
890
|
onClick: () => i.pin(!1),
|
|
889
891
|
selected: !0
|
|
890
892
|
}
|
|
891
893
|
)
|
|
892
894
|
] }),
|
|
893
895
|
w && /* @__PURE__ */ t.jsx(
|
|
894
|
-
|
|
896
|
+
Je,
|
|
895
897
|
{
|
|
896
898
|
onDoubleClick: () => i.resetSize(),
|
|
897
|
-
onMouseDown: (
|
|
898
|
-
|
|
899
|
+
onMouseDown: (d) => {
|
|
900
|
+
d.stopPropagation(), e.getResizeHandler()(d);
|
|
899
901
|
},
|
|
900
902
|
onTouchStart: e.getResizeHandler(),
|
|
901
|
-
onPointerDown: (
|
|
902
|
-
className:
|
|
903
|
+
onPointerDown: (d) => d.stopPropagation(),
|
|
904
|
+
className: V("resize-handle", {
|
|
903
905
|
resizing: i.getIsResizing()
|
|
904
906
|
})
|
|
905
907
|
}
|
|
@@ -908,131 +910,131 @@ const st = (e) => {
|
|
|
908
910
|
},
|
|
909
911
|
e.id
|
|
910
912
|
);
|
|
911
|
-
},
|
|
913
|
+
}, vo = ({
|
|
912
914
|
columnVirtualizer: e,
|
|
913
915
|
table: l,
|
|
914
916
|
tableContainerRef: n,
|
|
915
|
-
showHierarchy:
|
|
917
|
+
showHierarchy: a,
|
|
916
918
|
virtualPaddingLeft: h,
|
|
917
|
-
virtualPaddingRight:
|
|
919
|
+
virtualPaddingRight: x,
|
|
918
920
|
attribs: w,
|
|
919
|
-
onOpenNew:
|
|
920
|
-
rowOrderIds:
|
|
921
|
+
onOpenNew: S,
|
|
922
|
+
rowOrderIds: v,
|
|
921
923
|
sortableRows: u,
|
|
922
|
-
error:
|
|
924
|
+
error: R,
|
|
923
925
|
isLoading: j,
|
|
924
926
|
isGrouping: i,
|
|
925
927
|
getRowHeight: r,
|
|
926
|
-
defaultRowHeight:
|
|
927
|
-
onResetView:
|
|
928
|
+
defaultRowHeight: M,
|
|
929
|
+
onResetView: g,
|
|
928
930
|
contextMenuItems: z
|
|
929
931
|
}) => {
|
|
930
|
-
const
|
|
931
|
-
const
|
|
932
|
-
return typeof
|
|
933
|
-
}).filter(Boolean), [l.getAllColumns()]), C =
|
|
932
|
+
const f = H(() => l.getAllColumns().map((d) => {
|
|
933
|
+
const U = d.id, B = d.columnDef.header;
|
|
934
|
+
return typeof B == "string" || typeof B == "number" ? { label: B, id: U } : null;
|
|
935
|
+
}).filter(Boolean), [l.getAllColumns()]), C = co({
|
|
934
936
|
attribs: w,
|
|
935
|
-
onOpenNew:
|
|
936
|
-
headerLabels:
|
|
937
|
+
onOpenNew: S,
|
|
938
|
+
headerLabels: f,
|
|
937
939
|
contextMenuItems: z
|
|
938
|
-
}).handleTableBodyContextMenu, { handlePreFetchTasks:
|
|
940
|
+
}).handleTableBodyContextMenu, { handlePreFetchTasks: W } = po(), { rows: k } = l.getRowModel(), b = ke({
|
|
939
941
|
count: k.length,
|
|
940
|
-
estimateSize: (
|
|
941
|
-
const
|
|
942
|
-
return
|
|
942
|
+
estimateSize: (m) => {
|
|
943
|
+
const O = k[m];
|
|
944
|
+
return O ? r(O.original) : M;
|
|
943
945
|
},
|
|
944
946
|
getScrollElement: () => n.current,
|
|
945
947
|
//measure dynamic row height, except in firefox because it measures table border height incorrectly
|
|
946
|
-
measureElement: typeof window < "u" && navigator.userAgent.indexOf("Firefox") === -1 ? (
|
|
948
|
+
measureElement: typeof window < "u" && navigator.userAgent.indexOf("Firefox") === -1 ? (m) => m?.getBoundingClientRect().height : void 0,
|
|
947
949
|
overscan: 5
|
|
948
|
-
}),
|
|
949
|
-
(
|
|
950
|
-
|
|
950
|
+
}), E = b.getVirtualItems(), A = mt(
|
|
951
|
+
(m) => {
|
|
952
|
+
m && b.measureElement(m);
|
|
951
953
|
},
|
|
952
|
-
[
|
|
954
|
+
[b]
|
|
953
955
|
);
|
|
954
|
-
|
|
955
|
-
const
|
|
956
|
+
go();
|
|
957
|
+
const F = /* @__PURE__ */ t.jsx(
|
|
956
958
|
"tbody",
|
|
957
959
|
{
|
|
958
960
|
style: {
|
|
959
|
-
height: `${
|
|
961
|
+
height: `${b.getTotalSize()}px`,
|
|
960
962
|
position: "relative",
|
|
961
963
|
display: "grid"
|
|
962
964
|
},
|
|
963
965
|
onContextMenu: C,
|
|
964
|
-
onMouseOver: (
|
|
965
|
-
|
|
966
|
+
onMouseOver: (m) => {
|
|
967
|
+
W(m);
|
|
966
968
|
},
|
|
967
|
-
children:
|
|
968
|
-
const
|
|
969
|
-
return
|
|
970
|
-
|
|
969
|
+
children: E.map((m, O) => {
|
|
970
|
+
const d = k[m.index];
|
|
971
|
+
return d ? /* @__PURE__ */ t.jsx(
|
|
972
|
+
Do,
|
|
971
973
|
{
|
|
972
|
-
row:
|
|
973
|
-
showHierarchy:
|
|
974
|
-
visibleCells:
|
|
974
|
+
row: d,
|
|
975
|
+
showHierarchy: a,
|
|
976
|
+
visibleCells: d.getVisibleCells(),
|
|
975
977
|
virtualColumns: e.getVirtualItems(),
|
|
976
978
|
paddingLeft: h,
|
|
977
|
-
paddingRight:
|
|
979
|
+
paddingRight: x,
|
|
978
980
|
rowRef: A,
|
|
979
|
-
dataIndex:
|
|
980
|
-
offsetTop:
|
|
981
|
+
dataIndex: m.index,
|
|
982
|
+
offsetTop: m.start,
|
|
981
983
|
sortableRows: u,
|
|
982
984
|
isGrouping: i,
|
|
983
|
-
rowHeight: r(
|
|
985
|
+
rowHeight: r(d.original)
|
|
984
986
|
},
|
|
985
|
-
|
|
986
|
-
) : (console.warn("Virtualized row data not found for index:",
|
|
987
|
+
d.id + O.toString()
|
|
988
|
+
) : (console.warn("Virtualized row data not found for index:", m.index), null);
|
|
987
989
|
})
|
|
988
990
|
}
|
|
989
991
|
);
|
|
990
|
-
return
|
|
991
|
-
/* @__PURE__ */ t.jsx(
|
|
992
|
-
|
|
992
|
+
return R ? n.current && at(
|
|
993
|
+
/* @__PURE__ */ t.jsx(Ut, { children: /* @__PURE__ */ t.jsx(Yt, { message: "No items found", error: R, children: g && /* @__PURE__ */ t.jsx(
|
|
994
|
+
Xt,
|
|
993
995
|
{
|
|
994
996
|
variant: "filled",
|
|
995
997
|
label: "Reset working view",
|
|
996
998
|
icon: "restart_alt",
|
|
997
|
-
onClick:
|
|
999
|
+
onClick: g
|
|
998
1000
|
}
|
|
999
1001
|
) }) }),
|
|
1000
1002
|
n.current
|
|
1001
|
-
) : !k.length && !j ? n.current &&
|
|
1002
|
-
/* @__PURE__ */ t.jsx(
|
|
1003
|
-
|
|
1003
|
+
) : !k.length && !j ? n.current && at(
|
|
1004
|
+
/* @__PURE__ */ t.jsx(Ut, { children: /* @__PURE__ */ t.jsx(Yt, { message: "No items found", children: g && /* @__PURE__ */ t.jsx(
|
|
1005
|
+
Xt,
|
|
1004
1006
|
{
|
|
1005
1007
|
variant: "filled",
|
|
1006
1008
|
label: "Reset working view",
|
|
1007
1009
|
icon: "restart_alt",
|
|
1008
|
-
onClick:
|
|
1010
|
+
onClick: g
|
|
1009
1011
|
}
|
|
1010
1012
|
) }) }),
|
|
1011
1013
|
n.current
|
|
1012
|
-
) : u ? /* @__PURE__ */ t.jsx(
|
|
1013
|
-
},
|
|
1014
|
+
) : u ? /* @__PURE__ */ t.jsx(re, { items: v, strategy: to, children: F }) : F;
|
|
1015
|
+
}, Do = ({
|
|
1014
1016
|
row: e,
|
|
1015
1017
|
showHierarchy: l,
|
|
1016
1018
|
visibleCells: n,
|
|
1017
|
-
virtualColumns:
|
|
1019
|
+
virtualColumns: a,
|
|
1018
1020
|
paddingLeft: h,
|
|
1019
|
-
paddingRight:
|
|
1021
|
+
paddingRight: x,
|
|
1020
1022
|
rowRef: w,
|
|
1021
|
-
dataIndex:
|
|
1022
|
-
offsetTop:
|
|
1023
|
+
dataIndex: S,
|
|
1024
|
+
offsetTop: v,
|
|
1023
1025
|
sortableRows: u,
|
|
1024
|
-
isGrouping:
|
|
1026
|
+
isGrouping: R = !1,
|
|
1025
1027
|
rowHeight: j
|
|
1026
1028
|
}) => {
|
|
1027
|
-
const i = u ?
|
|
1028
|
-
(
|
|
1029
|
-
i && i.setNodeRef(
|
|
1029
|
+
const i = u ? se({ id: e.id }) : null, r = mt(
|
|
1030
|
+
(g) => {
|
|
1031
|
+
i && i.setNodeRef(g), i && i.isDragging || w(g);
|
|
1030
1032
|
},
|
|
1031
1033
|
[i, w]
|
|
1032
|
-
),
|
|
1034
|
+
), M = {
|
|
1033
1035
|
position: "absolute",
|
|
1034
1036
|
// Use absolute positioning for virtualized items
|
|
1035
|
-
top:
|
|
1037
|
+
top: v,
|
|
1036
1038
|
// Position based on virtualizer's calculation (virtualRow.start)
|
|
1037
1039
|
left: 0,
|
|
1038
1040
|
// Span full width of the relative parent (tbody)
|
|
@@ -1044,34 +1046,34 @@ const st = (e) => {
|
|
|
1044
1046
|
// Ensure dragged item is above others
|
|
1045
1047
|
display: "flex",
|
|
1046
1048
|
// Styled.TR is display:flex
|
|
1047
|
-
transform: i && i.transform ?
|
|
1049
|
+
transform: i && i.transform ? Rt.Transform.toString(i.transform) : void 0,
|
|
1048
1050
|
// Apply dnd-kit's transform for drag effect
|
|
1049
1051
|
transition: i && i.transition ? i.transition : void 0,
|
|
1050
1052
|
visibility: i && i.isDragging ? "hidden" : "visible"
|
|
1051
1053
|
// Hide the row being dragged
|
|
1052
1054
|
};
|
|
1053
1055
|
return /* @__PURE__ */ t.jsxs(
|
|
1054
|
-
|
|
1056
|
+
te,
|
|
1055
1057
|
{
|
|
1056
1058
|
ref: r,
|
|
1057
|
-
"data-index":
|
|
1058
|
-
style:
|
|
1059
|
-
className:
|
|
1059
|
+
"data-index": S,
|
|
1060
|
+
style: M,
|
|
1061
|
+
className: V({ "group-row": e.original.group }),
|
|
1060
1062
|
children: [
|
|
1061
1063
|
h ? (
|
|
1062
1064
|
//fake empty column to the left for virtualization scroll padding
|
|
1063
1065
|
/* @__PURE__ */ t.jsx("td", { style: { display: "flex", width: h } })
|
|
1064
1066
|
) : null,
|
|
1065
|
-
|
|
1066
|
-
const
|
|
1067
|
-
if (!
|
|
1068
|
-
const N =
|
|
1069
|
-
return
|
|
1070
|
-
|
|
1067
|
+
a.map((g, z) => {
|
|
1068
|
+
const f = n[g.index];
|
|
1069
|
+
if (!f) return null;
|
|
1070
|
+
const N = vt(e.id, f.column.id);
|
|
1071
|
+
return f.column.id === K ? /* @__PURE__ */ t.jsx(
|
|
1072
|
+
Tt,
|
|
1071
1073
|
{
|
|
1072
1074
|
style: {
|
|
1073
|
-
...
|
|
1074
|
-
width:
|
|
1075
|
+
...dt(f.column),
|
|
1076
|
+
width: pt(e.id, f.column.id),
|
|
1075
1077
|
display: "flex",
|
|
1076
1078
|
alignItems: "center",
|
|
1077
1079
|
justifyContent: "center",
|
|
@@ -1079,8 +1081,8 @@ const st = (e) => {
|
|
|
1079
1081
|
pointerEvents: "all",
|
|
1080
1082
|
cursor: "grab"
|
|
1081
1083
|
},
|
|
1082
|
-
className:
|
|
1083
|
-
"last-pinned-left":
|
|
1084
|
+
className: V(f.column.id, {
|
|
1085
|
+
"last-pinned-left": f.column.getIsPinned() === "left" && f.column.getIsLastColumn("left")
|
|
1084
1086
|
}),
|
|
1085
1087
|
onMouseDown: (C) => C.stopPropagation(),
|
|
1086
1088
|
onMouseOver: (C) => C.stopPropagation(),
|
|
@@ -1089,144 +1091,158 @@ const st = (e) => {
|
|
|
1089
1091
|
C.preventDefault(), C.stopPropagation();
|
|
1090
1092
|
},
|
|
1091
1093
|
children: /* @__PURE__ */ t.jsx(
|
|
1092
|
-
|
|
1094
|
+
Qe,
|
|
1093
1095
|
{
|
|
1094
1096
|
attributes: i?.attributes,
|
|
1095
1097
|
listeners: i?.listeners
|
|
1096
1098
|
}
|
|
1097
1099
|
)
|
|
1098
1100
|
},
|
|
1099
|
-
|
|
1101
|
+
f.id + z.toString()
|
|
1100
1102
|
) : /* @__PURE__ */ t.jsx(
|
|
1101
|
-
|
|
1103
|
+
ce,
|
|
1102
1104
|
{
|
|
1103
|
-
cell:
|
|
1105
|
+
cell: f,
|
|
1104
1106
|
cellId: N,
|
|
1105
1107
|
rowId: e.id,
|
|
1106
1108
|
showHierarchy: l,
|
|
1107
1109
|
sortableRows: u,
|
|
1108
1110
|
rowHeight: j
|
|
1109
1111
|
},
|
|
1110
|
-
|
|
1112
|
+
f.id + z.toString()
|
|
1111
1113
|
);
|
|
1112
1114
|
}),
|
|
1113
|
-
|
|
1115
|
+
x ? (
|
|
1114
1116
|
//fake empty column to the right for virtualization scroll padding
|
|
1115
|
-
/* @__PURE__ */ t.jsx("td", { style: { display: "flex", width:
|
|
1117
|
+
/* @__PURE__ */ t.jsx("td", { style: { display: "flex", width: x } })
|
|
1116
1118
|
) : null
|
|
1117
1119
|
]
|
|
1118
1120
|
}
|
|
1119
1121
|
);
|
|
1120
|
-
},
|
|
1122
|
+
}, ce = ({
|
|
1121
1123
|
cell: e,
|
|
1122
1124
|
rowId: l,
|
|
1123
1125
|
cellId: n,
|
|
1124
|
-
className:
|
|
1126
|
+
className: a,
|
|
1125
1127
|
showHierarchy: h,
|
|
1126
|
-
sortableRows:
|
|
1128
|
+
sortableRows: x,
|
|
1127
1129
|
rowHeight: w,
|
|
1128
|
-
...
|
|
1130
|
+
...S
|
|
1129
1131
|
}) => {
|
|
1130
|
-
const { getEntityById:
|
|
1131
|
-
isCellSelected:
|
|
1132
|
+
const { getEntityById: v, onOpenPlayer: u } = pe(), {
|
|
1133
|
+
isCellSelected: R,
|
|
1132
1134
|
isCellFocused: j,
|
|
1133
1135
|
startSelection: i,
|
|
1134
1136
|
extendSelection: r,
|
|
1135
|
-
endSelection:
|
|
1136
|
-
selectCell:
|
|
1137
|
+
endSelection: M,
|
|
1138
|
+
selectCell: g,
|
|
1137
1139
|
focusCell: z,
|
|
1138
|
-
getCellBorderClasses:
|
|
1140
|
+
getCellBorderClasses: f,
|
|
1139
1141
|
clearSelection: N,
|
|
1140
|
-
selectedCells: C
|
|
1141
|
-
|
|
1142
|
+
selectedCells: C,
|
|
1143
|
+
setSelectedCells: W,
|
|
1144
|
+
setAnchorCell: k,
|
|
1145
|
+
setFocusedCellId: b
|
|
1146
|
+
} = jt(), { isRowSelected: E } = mo(), { isEditing: A, setEditingCellId: F, editingCellId: m } = me(), O = f(n), U = e.column.getIsPinned() === "left" && e.column.getIsLastColumn("left"), B = e.column.id === L, et = e.row.original.entityType === "group", _ = C.size > 1;
|
|
1142
1147
|
return /* @__PURE__ */ t.jsx(
|
|
1143
|
-
|
|
1148
|
+
Tt,
|
|
1144
1149
|
{
|
|
1145
|
-
...
|
|
1150
|
+
...S,
|
|
1146
1151
|
tabIndex: 0,
|
|
1147
|
-
$isLastPinned:
|
|
1148
|
-
className:
|
|
1152
|
+
$isLastPinned: U,
|
|
1153
|
+
className: V(
|
|
1149
1154
|
e.column.id,
|
|
1150
1155
|
{
|
|
1151
|
-
selected:
|
|
1156
|
+
selected: R(n),
|
|
1152
1157
|
focused: j(n),
|
|
1153
|
-
editing:
|
|
1154
|
-
"last-pinned-left":
|
|
1155
|
-
"selected-row":
|
|
1156
|
-
expandable: !!e.row.originalSubRows &&
|
|
1157
|
-
"multiple-selected":
|
|
1158
|
+
editing: A(n),
|
|
1159
|
+
"last-pinned-left": U,
|
|
1160
|
+
"selected-row": E(l),
|
|
1161
|
+
expandable: !!e.row.originalSubRows && We(e.row.original.entityType),
|
|
1162
|
+
"multiple-selected": _
|
|
1158
1163
|
},
|
|
1159
|
-
|
|
1160
|
-
...
|
|
1164
|
+
a,
|
|
1165
|
+
...O
|
|
1161
1166
|
),
|
|
1162
1167
|
style: {
|
|
1163
|
-
...
|
|
1164
|
-
width:
|
|
1168
|
+
...dt(e.column),
|
|
1169
|
+
width: pt(e.row.id, e.column.id),
|
|
1165
1170
|
height: w
|
|
1166
1171
|
},
|
|
1167
1172
|
onMouseDown: (p) => {
|
|
1168
1173
|
if (p.button !== 0) return;
|
|
1169
|
-
const
|
|
1170
|
-
if (
|
|
1171
|
-
if (
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1174
|
+
const q = p.target;
|
|
1175
|
+
if (q.closest(".expander") || q.closest(".options")) return;
|
|
1176
|
+
if (p.detail === 2) {
|
|
1177
|
+
if (xo(p) || Jt(e.row.original.entityType) || et) {
|
|
1178
|
+
p.preventDefault();
|
|
1179
|
+
return;
|
|
1180
|
+
}
|
|
1181
|
+
if (e.column.id === "name" && !q.closest(".expander")) {
|
|
1182
|
+
const I = vt(e.row.id, L), Y = p.metaKey || p.ctrlKey, J = de(I);
|
|
1183
|
+
W((ct) => {
|
|
1184
|
+
const Q = Y ? new Set(ct) : /* @__PURE__ */ new Set();
|
|
1185
|
+
return Q.add(I), Q.add(n), Q;
|
|
1186
|
+
}), J && (k(J), b(I));
|
|
1187
|
+
} else if (e.column.id === "thumbnail") {
|
|
1188
|
+
if (u) {
|
|
1189
|
+
const I = v(e.row.original.entityId || e.row.id);
|
|
1190
|
+
if (I) {
|
|
1191
|
+
const Y = So(I);
|
|
1192
|
+
u(Y, { quickView: !0 });
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
} else
|
|
1196
|
+
F(n);
|
|
1197
|
+
p.preventDefault();
|
|
1175
1198
|
return;
|
|
1176
1199
|
}
|
|
1177
|
-
if (
|
|
1178
|
-
|
|
1179
|
-
|
|
1200
|
+
if (et && e.column.id !== "name") return N();
|
|
1201
|
+
const G = Jt(e.row.original.entityType);
|
|
1202
|
+
if (q.closest("." + Qt) && !G) {
|
|
1203
|
+
R(n) || (g(n, !1, !1), z(n)), F(n);
|
|
1204
|
+
return;
|
|
1205
|
+
}
|
|
1206
|
+
if (m && m !== n) {
|
|
1207
|
+
const D = document.querySelector(
|
|
1208
|
+
`#${m} input, #${m} [role="textbox"]`
|
|
1180
1209
|
);
|
|
1181
|
-
if (
|
|
1182
|
-
|
|
1183
|
-
|
|
1210
|
+
if (D) {
|
|
1211
|
+
D.blur(), setTimeout(() => {
|
|
1212
|
+
ot();
|
|
1184
1213
|
}, 0);
|
|
1185
1214
|
return;
|
|
1186
1215
|
}
|
|
1187
1216
|
}
|
|
1188
|
-
|
|
1189
|
-
function
|
|
1190
|
-
const
|
|
1191
|
-
p.shiftKey ?
|
|
1217
|
+
ot();
|
|
1218
|
+
function ot() {
|
|
1219
|
+
const D = p.metaKey || p.ctrlKey || B;
|
|
1220
|
+
p.shiftKey ? g(n, D, !0) : i(n, D), p.preventDefault();
|
|
1192
1221
|
}
|
|
1193
1222
|
},
|
|
1194
1223
|
onMouseOver: (p) => {
|
|
1195
1224
|
if (p.buttons === 1) {
|
|
1196
|
-
if (p.target.closest("." +
|
|
1197
|
-
r(n,
|
|
1225
|
+
if (p.target.closest("." + Qt)) return;
|
|
1226
|
+
r(n, B);
|
|
1198
1227
|
}
|
|
1199
1228
|
},
|
|
1200
1229
|
onMouseUp: () => {
|
|
1201
|
-
|
|
1230
|
+
M(n);
|
|
1202
1231
|
},
|
|
1203
1232
|
onDoubleClick: (p) => {
|
|
1204
|
-
|
|
1205
|
-
if (e.column.id === "name" && !p.target.closest(".expander")) {
|
|
1206
|
-
const E = St(e.row.id, L), O = p.metaKey || p.ctrlKey;
|
|
1207
|
-
S(E) || a(E, O, !1), a(n, !0, !1);
|
|
1208
|
-
} else if (e.column.id === "thumbnail") {
|
|
1209
|
-
if (u) {
|
|
1210
|
-
const E = P(e.row.original.entityId || e.row.id);
|
|
1211
|
-
if (E) {
|
|
1212
|
-
const O = So(E);
|
|
1213
|
-
u(O, { quickView: !0 });
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
} else
|
|
1217
|
-
x(n);
|
|
1233
|
+
p.preventDefault();
|
|
1218
1234
|
},
|
|
1219
1235
|
onContextMenu: (p) => {
|
|
1220
|
-
p.preventDefault(),
|
|
1236
|
+
p.preventDefault(), R(n) || g(n, !1, !1);
|
|
1221
1237
|
},
|
|
1222
1238
|
onKeyDown: () => {
|
|
1223
1239
|
},
|
|
1224
|
-
children:
|
|
1240
|
+
children: It(e.column.columnDef.cell, e.getContext())
|
|
1225
1241
|
}
|
|
1226
1242
|
);
|
|
1227
1243
|
};
|
|
1228
1244
|
export {
|
|
1229
|
-
|
|
1230
|
-
|
|
1245
|
+
K as DRAG_HANDLE_COLUMN_ID,
|
|
1246
|
+
kl as ProjectTreeTable
|
|
1231
1247
|
};
|
|
1232
1248
|
//# sourceMappingURL=ProjectTreeTable.es.js.map
|