@ynput/ayon-frontend-shared 0.3.19 → 0.3.21
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 +28 -24
- package/dist/DetailsPanel.es.js.map +1 -1
- package/dist/ProjectTreeTable.cjs.js +1 -1
- package/dist/ProjectTreeTable.es.js +134 -123
- package/dist/ProjectTreeTable.es.js.map +1 -1
- package/dist/Slicer.cjs.js +1 -1
- package/dist/Slicer.es.js +19 -18
- package/dist/Slicer.es.js.map +1 -1
- package/dist/_virtual/index.cjs6.js +1 -1
- package/dist/_virtual/index.cjs8.js +1 -1
- package/dist/_virtual/index.es6.js +2 -2
- package/dist/_virtual/index.es8.js +2 -2
- package/dist/api.cjs.js +1 -1
- package/dist/api.es.js +152 -144
- package/dist/api.es.js.map +1 -1
- package/dist/components.cjs.js +1 -1
- package/dist/components.es.js +119 -113
- package/dist/components.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +15 -11
- package/dist/index.es.js.map +1 -1
- package/dist/{shared/node_modules → node_modules}/@reduxjs/toolkit/dist/query/react/rtk-query-react.modern.es.js +1 -1
- package/dist/{shared/node_modules → node_modules}/@reduxjs/toolkit/dist/query/react/rtk-query-react.modern.es.js.map +1 -1
- package/dist/{shared/node_modules → node_modules}/@reduxjs/toolkit/dist/query/rtk-query.modern.es.js +1 -1
- package/dist/{shared/node_modules → node_modules}/@reduxjs/toolkit/dist/query/rtk-query.modern.es.js.map +1 -1
- package/dist/node_modules/graphql/language/parser.cjs.js +1 -1
- package/dist/node_modules/graphql/language/parser.cjs.js.map +1 -1
- package/dist/node_modules/graphql/language/parser.es.js +2 -4
- package/dist/node_modules/graphql/language/parser.es.js.map +1 -1
- package/dist/node_modules/graphql-request/build/legacy/helpers/analyzeDocument.cjs.js +2 -0
- package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/analyzeDocument.cjs.js.map +1 -1
- package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/analyzeDocument.es.js +2 -2
- package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/lib/graphql.cjs.js +1 -1
- package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/lib/graphql.cjs.js.map +1 -1
- package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/lib/graphql.es.js +1 -1
- package/dist/node_modules/immer/dist/immer.cjs.js +2 -0
- package/dist/node_modules/immer/dist/immer.cjs.js.map +1 -0
- package/dist/node_modules/immer/dist/immer.es.js +814 -0
- package/dist/node_modules/immer/dist/immer.es.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.es.js +2 -2
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.es.js.map +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.es.js +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.es.js.map +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/@module-federation/error-codes/dist/index.cjs.js +1 -1
- package/dist/shared/node_modules/@module-federation/error-codes/dist/index.es.js +1 -1
- package/dist/shared/node_modules/@module-federation/runtime-core/dist/index.cjs.js +1 -1
- package/dist/shared/node_modules/@module-federation/runtime-core/dist/index.es.js +1 -1
- package/dist/shared/node_modules/@module-federation/runtime-core/dist/module/index.es.js +1 -1
- package/dist/shared/node_modules/@module-federation/runtime-core/dist/module/index.es.js.map +1 -1
- package/dist/shared/node_modules/react-is/cjs/react-is.development.es.js +1 -1
- package/dist/shared/node_modules/react-is/cjs/react-is.development.es.js.map +1 -1
- package/dist/shared/node_modules/react-is/cjs/react-is.production.min.es.js +1 -1
- package/dist/shared/node_modules/react-is/cjs/react-is.production.min.es.js.map +1 -1
- package/dist/shared/src/api/base/client.cjs.js +1 -1
- package/dist/shared/src/api/base/client.cjs.js.map +1 -1
- package/dist/shared/src/api/base/client.es.js +3 -4
- package/dist/shared/src/api/base/client.es.js.map +1 -1
- package/dist/shared/src/api/generated/activityFeed.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/activityFeed.es.js.map +1 -1
- package/dist/shared/src/api/generated/graphql.cjs.js +6 -3
- package/dist/shared/src/api/generated/graphql.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/graphql.es.js +3 -0
- package/dist/shared/src/api/generated/graphql.es.js.map +1 -1
- package/dist/shared/src/api/queries/activities/getMentions.cjs.js +1 -1
- package/dist/shared/src/api/queries/activities/getMentions.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/activities/getMentions.es.js +7 -6
- package/dist/shared/src/api/queries/activities/getMentions.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/getOverview.cjs.js +1 -1
- package/dist/shared/src/api/queries/overview/getOverview.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/overview/getOverview.es.js +207 -189
- package/dist/shared/src/api/queries/overview/getOverview.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/teams/getTeams.cjs.js +2 -0
- package/dist/shared/src/api/queries/teams/getTeams.cjs.js.map +1 -0
- package/dist/shared/src/api/queries/teams/getTeams.es.js +90 -0
- package/dist/shared/src/api/queries/teams/getTeams.es.js.map +1 -0
- package/dist/shared/src/api/queries/users/getUsers.cjs.js +1 -1
- 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/components/AttributeEditor/AttributeEditor.cjs.js +1 -1
- package/dist/shared/src/components/AttributeEditor/AttributeEditor.cjs.js.map +1 -1
- package/dist/shared/src/components/AttributeEditor/AttributeEditor.es.js +3 -2
- package/dist/shared/src/components/AttributeEditor/AttributeEditor.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 +1 -1
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.es.js +3 -2
- 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 +3 -2
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.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/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 +61 -57
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploader.es.js.map +1 -1
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploaderDialog.cjs.js +1 -1
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploaderDialog.cjs.js.map +1 -1
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploaderDialog.es.js +298 -33
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploaderDialog.es.js.map +1 -1
- package/dist/shared/src/components/EnumEditor/DraggableEnumEditorItem.cjs.js +1 -1
- package/dist/shared/src/components/EnumEditor/DraggableEnumEditorItem.cjs.js.map +1 -1
- package/dist/shared/src/components/EnumEditor/DraggableEnumEditorItem.es.js +50 -44
- package/dist/shared/src/components/EnumEditor/DraggableEnumEditorItem.es.js.map +1 -1
- package/dist/shared/src/components/EnumEditor/EnumEditor.cjs.js +1 -1
- package/dist/shared/src/components/EnumEditor/EnumEditor.cjs.js.map +1 -1
- package/dist/shared/src/components/EnumEditor/EnumEditor.es.js +68 -55
- package/dist/shared/src/components/EnumEditor/EnumEditor.es.js.map +1 -1
- package/dist/shared/src/components/EnumEditor/EnumEditorItem.cjs.js +1 -1
- package/dist/shared/src/components/EnumEditor/EnumEditorItem.cjs.js.map +1 -1
- package/dist/shared/src/components/EnumEditor/EnumEditorItem.es.js +146 -122
- package/dist/shared/src/components/EnumEditor/EnumEditorItem.es.js.map +1 -1
- package/dist/shared/src/components/EnumEditor/hooks/useDraggable.cjs.js +1 -1
- package/dist/shared/src/components/EnumEditor/hooks/useDraggable.cjs.js.map +1 -1
- package/dist/shared/src/components/EnumEditor/hooks/useDraggable.es.js +45 -37
- package/dist/shared/src/components/EnumEditor/hooks/useDraggable.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/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 +3 -2
- 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 +3 -2
- package/dist/shared/src/components/LinksManager/LinkManagerItem.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 +7 -3
- 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 +8 -4
- 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 +54 -50
- 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 +8 -4
- 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 +7 -3
- 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 +54 -50
- 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 +54 -50
- 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 +3 -2
- 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 +8 -4
- 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 +9 -5
- 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 +8 -4
- 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 +64 -59
- package/dist/shared/src/components/ReviewablesList/useReviewablesUpload.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.cjs.js +1 -1
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.cjs.js.map +1 -1
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.es.js +8 -4
- package/dist/shared/src/components/ReviewablesSelector/ReviewablesSelector.es.js.map +1 -1
- package/dist/shared/src/components/SearchFilter/filterDates.cjs.js +1 -1
- package/dist/shared/src/components/SearchFilter/filterDates.cjs.js.map +1 -1
- package/dist/shared/src/components/SearchFilter/filterDates.es.js +147 -54
- package/dist/shared/src/components/SearchFilter/filterDates.es.js.map +1 -1
- 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 +316 -263
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.es.js.map +1 -1
- package/dist/shared/src/components/SettingsPanel/SettingsPanel.cjs.js +3 -2
- package/dist/shared/src/components/SettingsPanel/SettingsPanel.cjs.js.map +1 -1
- package/dist/shared/src/components/SettingsPanel/SettingsPanel.es.js +8 -6
- package/dist/shared/src/components/SettingsPanel/SettingsPanel.es.js.map +1 -1
- package/dist/shared/src/components/SimpleFormDialog/FormFile.cjs.js +12 -12
- package/dist/shared/src/components/SimpleFormDialog/FormFile.cjs.js.map +1 -1
- package/dist/shared/src/components/SimpleFormDialog/FormFile.es.js +344 -80
- package/dist/shared/src/components/SimpleFormDialog/FormFile.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 +8 -4
- 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/VersionUploader/components/UploadVersionForm.cjs.js +1 -1
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.cjs.js.map +1 -1
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.es.js +8 -4
- 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 +268 -96
- 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 +8 -4
- 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 +3 -2
- package/dist/shared/src/containers/Actions/Actions.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 +8 -4
- 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 +8 -4
- 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 +8 -4
- 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 +8 -4
- 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 +8 -4
- package/dist/shared/src/containers/DetailsPanel/components/DetailsPanelHeader/DetailsPanelHeader.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/TabHeaderAndFilters/TabHeaderAndFilters.styled.cjs.js +1 -1
- 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 +21 -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 +8 -4
- 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 +57 -53
- 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 +8 -4
- 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 +8 -4
- 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 +8 -4
- 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 +8 -4
- 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 +3 -2
- package/dist/shared/src/containers/EntityPickerDialog/hooks/useGetEntityPickerData.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 +49 -48
- 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 +8 -4
- 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 +121 -112
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.styled.cjs.js +11 -6
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.styled.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.styled.es.js +13 -8
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.styled.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 +8 -4
- 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 +65 -52
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityMarkdownComponents.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityReference/ActivityReference.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityReference/ActivityReference.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityReference/ActivityReference.es.js +10 -10
- package/dist/shared/src/containers/Feed/components/ActivityReference/ActivityReference.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityReferenceTooltip/ActivityReferenceTooltip.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityReferenceTooltip/ActivityReferenceTooltip.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityReferenceTooltip/ActivityReferenceTooltip.es.js +16 -14
- package/dist/shared/src/containers/Feed/components/ActivityReferenceTooltip/ActivityReferenceTooltip.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 +313 -300
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.styled.cjs.js +5 -3
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.styled.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.styled.es.js +2 -0
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.styled.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/InputMarkdownConvert.cjs.js +3 -3
- 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 +39 -35
- package/dist/shared/src/containers/Feed/components/CommentInput/InputMarkdownConvert.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/helpers.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/helpers.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/helpers.es.js +306 -39
- package/dist/shared/src/containers/Feed/components/CommentInput/helpers.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/quillToMarkdown.cjs.js +7 -11
- 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 +27 -30
- 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 +64 -41
- package/dist/shared/src/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.styled.cjs.js +37 -8
- package/dist/shared/src/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.styled.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.styled.es.js +42 -11
- package/dist/shared/src/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.styled.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 +56 -52
- package/dist/shared/src/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.cjs.js +2 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.cjs.js.map +1 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.es.js +134 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.es.js.map +1 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.styled.cjs.js +42 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.styled.cjs.js.map +1 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.styled.es.js +52 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.styled.es.js.map +1 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltip/UserTooltip.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltip/UserTooltip.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltip/UserTooltip.es.js +5 -12
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltip/UserTooltip.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltip/UserTooltip.styled.cjs.js +1 -8
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltip/UserTooltip.styled.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltip/UserTooltip.styled.es.js +4 -12
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltip/UserTooltip.styled.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltipItem.cjs.js +27 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltipItem.cjs.js.map +1 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltipItem.es.js +39 -0
- package/dist/shared/src/containers/Feed/components/Tooltips/UserTooltipItem.es.js.map +1 -0
- 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 +57 -49
- 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/getMentionOptions.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionOptions.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionOptions.es.js +25 -12
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionOptions.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionUsers.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionUsers.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionUsers.es.js +19 -8
- package/dist/shared/src/containers/Feed/mentionHelpers/getMentionUsers.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 +464 -456
- 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 +85 -80
- 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 +52 -48
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnDndProvider.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.cjs.js +2 -2
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.es.js +104 -100
- 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 +8 -4
- 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 +114 -110
- package/dist/shared/src/containers/ProjectTreeTable/context/CellEditingProvider.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.es.js +5 -4
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.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/ProjectTableContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ProjectTableContext.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ProjectTableProvider.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ProjectTableProvider.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ProjectTableProvider.es.js +120 -109
- package/dist/shared/src/containers/ProjectTreeTable/context/ProjectTableProvider.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 +89 -85
- 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 +170 -165
- 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 +280 -225
- 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 +107 -103
- 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 +107 -103
- 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 +101 -97
- 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 +145 -143
- 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 +121 -111
- 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 +131 -110
- 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 +103 -99
- 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 +7 -3
- 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 +7 -3
- 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 +137 -131
- 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 +103 -98
- 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 +110 -106
- package/dist/shared/src/containers/ProjectTreeTable/utils/cellUtils.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/clientFilterToQueryFilter.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/clientFilterToQueryFilter.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/clientFilterToQueryFilter.es.js +53 -51
- package/dist/shared/src/containers/ProjectTreeTable/utils/clientFilterToQueryFilter.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/expandRelativeDates.cjs.js +2 -0
- package/dist/shared/src/containers/ProjectTreeTable/utils/expandRelativeDates.cjs.js.map +1 -0
- package/dist/shared/src/containers/ProjectTreeTable/utils/expandRelativeDates.es.js +28 -0
- package/dist/shared/src/containers/ProjectTreeTable/utils/expandRelativeDates.es.js.map +1 -0
- package/dist/shared/src/containers/ProjectTreeTable/utils/queryFilterToClientFilter.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/queryFilterToClientFilter.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/queryFilterToClientFilter.es.js +379 -52
- package/dist/shared/src/containers/ProjectTreeTable/utils/queryFilterToClientFilter.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.es.js +39 -36
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EnumWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/EnumWidget.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 +10 -6
- 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 +98 -94
- 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 +8 -4
- package/dist/shared/src/containers/ProjectTreeTable/widgets/SubtasksWidget.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/TextContentWidget.cjs.js +2 -2
- package/dist/shared/src/containers/ProjectTreeTable/widgets/TextContentWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/TextContentWidget.es.js +4 -3
- package/dist/shared/src/containers/ProjectTreeTable/widgets/TextContentWidget.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 +51 -47
- 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 +8 -4
- 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 +8 -4
- 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/useEntityListsSlice.cjs.js +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useEntityListsSlice.cjs.js.map +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useEntityListsSlice.es.js +3 -2
- package/dist/shared/src/containers/Slicer/hooks/useEntityListsSlice.es.js.map +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useSelectedEntityIds.cjs.js +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useSelectedEntityIds.cjs.js.map +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useSelectedEntityIds.es.js +54 -50
- package/dist/shared/src/containers/Slicer/hooks/useSelectedEntityIds.es.js.map +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useSlicerViewSync.cjs.js +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useSlicerViewSync.cjs.js.map +1 -1
- package/dist/shared/src/containers/Slicer/hooks/useSlicerViewSync.es.js +3 -2
- package/dist/shared/src/containers/Slicer/hooks/useSlicerViewSync.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 +3 -2
- 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 +57 -53
- 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 +27 -26
- 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 +6 -5
- package/dist/shared/src/containers/Views/hooks/useBuildViewMenuItems.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 +11 -10
- 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 +5 -4
- 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 +5 -4
- 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 +10 -6
- 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/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 +1 -1
- package/dist/shared/src/hooks/useScopedTypes.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useScopedTypes.es.js +3 -2
- package/dist/shared/src/hooks/useScopedTypes.es.js.map +1 -1
- 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/checkName.cjs.js +1 -1
- package/dist/shared/src/util/checkName.cjs.js.map +1 -1
- package/dist/shared/src/util/checkName.es.js +0 -1
- package/dist/shared/src/util/checkName.es.js.map +1 -1
- package/dist/types/api/generated/activityFeed.d.ts +8 -0
- package/dist/types/api/generated/graphql.d.ts +11 -3
- package/dist/types/api/queries/index.d.ts +1 -0
- package/dist/types/api/queries/teams/getTeams.d.ts +994 -0
- package/dist/types/api/queries/teams/index.d.ts +1 -0
- package/dist/types/components/AccessSearchInput/AccessSearchInput.styled.d.ts +2 -2
- package/dist/types/components/AccessUser/AccessUser.styled.d.ts +1 -1
- package/dist/types/components/Badge/Badge.d.ts +1 -1
- package/dist/types/components/DateRangePicker/DateRangePicker.styled.d.ts +15 -9
- package/dist/types/components/DetailsPanelDetails/DescriptionSection.styles.d.ts +10 -10
- package/dist/types/components/EmptyPlaceholder/EmptyPlaceholder.d.ts +1 -1
- package/dist/types/components/EmptyPlaceholder/EmptyPlaceholderFlex.styled.d.ts +2 -2
- package/dist/types/components/EntityPanelUploader/EntityPanelUploader.styled.d.ts +8 -6
- package/dist/types/components/EntityPath/EntityPath.styled.d.ts +8 -8
- package/dist/types/components/EnumEditor/DraggableEnumEditorItem.d.ts +12 -3
- package/dist/types/components/EnumEditor/EnumEditor.d.ts +10 -3
- package/dist/types/components/EnumEditor/EnumEditor.styled.d.ts +30 -16
- package/dist/types/components/EnumEditor/EnumEditorItem.d.ts +21 -2
- package/dist/types/components/EnumEditor/hooks/useDraggable.d.ts +2 -1
- package/dist/types/components/LinksManager/LinksManager.styled.d.ts +25 -17
- package/dist/types/components/Menu/Menu.styled.d.ts +8 -8
- package/dist/types/components/Powerpack/PowerpackDialog.styled.d.ts +9 -5
- package/dist/types/components/ProjectTableSettings/TableSettings.styled.d.ts +1 -1
- package/dist/types/components/QuillListStyles/QuillListStyles.d.ts +1 -1
- package/dist/types/components/ReviewableCard/ReviewableCard.styled.d.ts +10 -6
- package/dist/types/components/ReviewableProgressCard/ReviewableProgressCard.styled.d.ts +3 -3
- package/dist/types/components/ReviewablesList/ReviewablesList.styled.d.ts +3 -3
- package/dist/types/components/ReviewablesList/ReviewablesUpload.styled.d.ts +3 -3
- package/dist/types/components/ReviewablesList/useReviewablesUpload.d.ts +1 -0
- package/dist/types/components/ReviewablesSelector/ReviewablesSelector.styled.d.ts +7 -5
- package/dist/types/components/SearchFilter/filterDates.d.ts +23 -1
- package/dist/types/components/SearchFilter/useBuildFilterOptions.d.ts +1 -1
- package/dist/types/components/SettingsPanel/SettingsPanel.d.ts +3 -1
- package/dist/types/components/StyledLink/StyledLink.d.ts +1 -1
- package/dist/types/components/TableGridSwitch/TableGridSwitch.styled.d.ts +4 -2
- package/dist/types/components/Thumbnail/Thumbnail.styled.d.ts +2 -2
- package/dist/types/components/index.d.ts +0 -1
- package/dist/types/containers/Actions/Actions.styled.d.ts +4 -2
- package/dist/types/containers/Actions/ActionsDropdown/ActionsDropdown.styled.d.ts +5 -3
- package/dist/types/containers/DetailsPanel/DetailsPanel.styled.d.ts +9 -3
- package/dist/types/containers/DetailsPanel/components/DetailsPanelFloating/DetailsPanelFloating.styled.d.ts +7 -7
- package/dist/types/containers/DetailsPanel/components/DetailsPanelHeader/DetailsPanelHeader.styled.d.ts +25 -15
- package/dist/types/containers/DetailsPanel/components/DetailsPanelSlideOut/DetailsPanelSlideOut.styled.d.ts +1 -1
- package/dist/types/containers/DetailsPanel/components/DetailsPanelTabs/DetailsPanelTabs.styled.d.ts +3 -1
- package/dist/types/containers/DetailsPanel/components/TabHeaderAndFilters/TabHeaderAndFilters.styled.d.ts +15 -9
- package/dist/types/containers/Feed/Feed.styled.d.ts +5 -5
- package/dist/types/containers/Feed/components/ActivityAssigneeChange/ActivityAssigneeChange.styled.d.ts +3 -3
- package/dist/types/containers/Feed/components/ActivityCheckbox/ActivityCheckbox.styled.d.ts +1 -1
- package/dist/types/containers/Feed/components/ActivityComment/ActivityComment.styled.d.ts +14 -12
- package/dist/types/containers/Feed/components/ActivityComment/ActivityMarkdownComponents.d.ts +2 -1
- package/dist/types/containers/Feed/components/ActivityGroup/ActivityGroup.styled.d.ts +2 -2
- package/dist/types/containers/Feed/components/ActivityHeader/ActivityHeader.styled.d.ts +4 -4
- package/dist/types/containers/Feed/components/ActivityReference/ActivityReference.styled.d.ts +6 -2
- package/dist/types/containers/Feed/components/ActivityStatusChange/ActivityStatusChange.styled.d.ts +3 -3
- package/dist/types/containers/Feed/components/ActivityVersions/ActivityVersions.styled.d.ts +7 -7
- package/dist/types/containers/Feed/components/CommentInput/CommentInput.styled.d.ts +7 -7
- package/dist/types/containers/Feed/components/CommentInput/InputMarkdownConvert.d.ts +1 -0
- package/dist/types/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.d.ts +4 -1
- package/dist/types/containers/Feed/components/CommentMentionSelect/CommentMentionSelect.styled.d.ts +8 -6
- package/dist/types/containers/Feed/components/FileUploadCard/FileUploadCard.styled.d.ts +8 -6
- package/dist/types/containers/Feed/components/FileUploadPreview/FileUploadPreview.styled.d.ts +5 -3
- package/dist/types/containers/Feed/components/FilesGrid/FilesGrid.styled.d.ts +1 -1
- package/dist/types/containers/Feed/components/ReactionContainer/Reactions.styled.d.ts +6 -6
- package/dist/types/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.styled.d.ts +3 -1
- package/dist/types/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.d.ts +9 -0
- package/dist/types/containers/Feed/components/Tooltips/TeamTooltip/TeamTooltip.styled.d.ts +16 -0
- package/dist/types/containers/Feed/components/Tooltips/UserTooltip/UserTooltip.styled.d.ts +1 -2
- package/dist/types/containers/Feed/components/Tooltips/UserTooltipItem.d.ts +10 -0
- package/dist/types/containers/Feed/context/FeedContext.d.ts +1 -0
- package/dist/types/containers/Feed/mentionHelpers/getMentionOptions.d.ts +15 -0
- package/dist/types/containers/Feed/mentionHelpers/getMentionUsers.d.ts +2 -2
- package/dist/types/containers/ProjectTreeTable/ProjectTreeTable.styled.d.ts +15 -13
- package/dist/types/containers/ProjectTreeTable/buildTreeTableColumns.d.ts +2 -1
- package/dist/types/containers/ProjectTreeTable/context/ProjectTableContext.d.ts +4 -0
- package/dist/types/containers/ProjectTreeTable/context/ProjectTableProvider.d.ts +10 -1
- package/dist/types/containers/ProjectTreeTable/hooks/useBuildProjectDataTable.d.ts +3 -1
- package/dist/types/containers/ProjectTreeTable/hooks/useFetchOverviewData.d.ts +2 -1
- package/dist/types/containers/ProjectTreeTable/types/overviewContext.d.ts +4 -0
- package/dist/types/containers/ProjectTreeTable/utils/expandRelativeDates.d.ts +23 -0
- package/dist/types/containers/ProjectTreeTable/utils/index.d.ts +1 -0
- package/dist/types/containers/ProjectTreeTable/widgets/EnumWidget.d.ts +1 -1
- package/dist/types/containers/ProjectTreeTable/widgets/TextWidget.d.ts +1 -1
- package/dist/types/containers/ProjectTreeTable/widgets/index.d.ts +15 -14
- package/dist/types/containers/SimpleTable/SimpleTable.styled.d.ts +10 -6
- package/dist/types/containers/Views/ViewItem/ViewItem.styled.d.ts +4 -2
- package/dist/types/containers/Views/Views.styled.d.ts +9 -5
- package/dist/types/containers/Views/ViewsMenu/SectionHeader.styled.d.ts +1 -1
- package/dist/types/containers/Views/ViewsMenu/ViewsMenu.styled.d.ts +4 -4
- package/package.json +43 -43
- package/dist/shared/node_modules/graphql-request/build/legacy/helpers/analyzeDocument.cjs.js +0 -2
- package/dist/shared/node_modules/immer/dist/immer.cjs.js +0 -2
- package/dist/shared/node_modules/immer/dist/immer.cjs.js.map +0 -1
- package/dist/shared/node_modules/immer/dist/immer.es.js +0 -828
- package/dist/shared/node_modules/immer/dist/immer.es.js.map +0 -1
- package/dist/shared/src/components/SortingSetting/SortingSetting.cjs.js +0 -2
- package/dist/shared/src/components/SortingSetting/SortingSetting.cjs.js.map +0 -1
- package/dist/shared/src/components/SortingSetting/SortingSetting.es.js +0 -10
- package/dist/shared/src/components/SortingSetting/SortingSetting.es.js.map +0 -1
- package/dist/shared/src/components/SortingSetting/SortingSetting.styled.cjs.js +0 -43
- package/dist/shared/src/components/SortingSetting/SortingSetting.styled.cjs.js.map +0 -1
- package/dist/shared/src/components/SortingSetting/SortingSetting.styled.es.js +0 -51
- package/dist/shared/src/components/SortingSetting/SortingSetting.styled.es.js.map +0 -1
- package/dist/types/components/SortingSetting/SortingSetting.d.ts +0 -6
- package/dist/types/components/SortingSetting/SortingSetting.styled.d.ts +0 -3
- package/dist/types/components/SortingSetting/index.d.ts +0 -1
- /package/dist/{shared/node_modules → node_modules}/@reduxjs/toolkit/dist/query/react/rtk-query-react.modern.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/@reduxjs/toolkit/dist/query/react/rtk-query-react.modern.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/@reduxjs/toolkit/dist/query/rtk-query.modern.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/@reduxjs/toolkit/dist/query/rtk-query.modern.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/@standard-schema/utils/dist/index.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/@standard-schema/utils/dist/index.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/@standard-schema/utils/dist/index.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/@standard-schema/utils/dist/index.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/classes/ClientError.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/classes/ClientError.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/classes/ClientError.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/classes/ClientError.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/classes/GraphQLClient.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/classes/GraphQLClient.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/classes/GraphQLClient.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/classes/GraphQLClient.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/batchRequests.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/batchRequests.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/batchRequests.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/batchRequests.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/rawRequest.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/rawRequest.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/rawRequest.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/rawRequest.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/request.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/request.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/request.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/functions/request.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/analyzeDocument.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/defaultJsonSerializer.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/defaultJsonSerializer.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/defaultJsonSerializer.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/defaultJsonSerializer.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/runRequest.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/runRequest.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/runRequest.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/helpers/runRequest.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/legacy/lib/graphql.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/lib/http.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/lib/http.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/lib/http.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/lib/http.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/lib/prelude.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/lib/prelude.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/lib/prelude.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/graphql-request/build/lib/prelude.es.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/reselect/dist/reselect.cjs.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/reselect/dist/reselect.cjs.js.map +0 -0
- /package/dist/{shared/node_modules → node_modules}/reselect/dist/reselect.es.js +0 -0
- /package/dist/{shared/node_modules → node_modules}/reselect/dist/reselect.es.js.map +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const M=require("../../../../../_virtual/index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const M=require("../../../../../_virtual/index.cjs8.js"),I=require("./error-codes.cjs.js"),T=require("./getShortErrorMsg.cjs.js"),U=require("./desc.cjs.js");var E;function u(){return E||(E=1,(function(r){Object.defineProperty(r,Symbol.toStringTag,{value:"Module"});const e=I.__require(),i=T.__require(),_=U.__require();r.BUILD_001=e.BUILD_001,r.BUILD_002=e.BUILD_002,r.RUNTIME_001=e.RUNTIME_001,r.RUNTIME_002=e.RUNTIME_002,r.RUNTIME_003=e.RUNTIME_003,r.RUNTIME_004=e.RUNTIME_004,r.RUNTIME_005=e.RUNTIME_005,r.RUNTIME_006=e.RUNTIME_006,r.RUNTIME_007=e.RUNTIME_007,r.RUNTIME_008=e.RUNTIME_008,r.RUNTIME_009=e.RUNTIME_009,r.RUNTIME_010=e.RUNTIME_010,r.RUNTIME_011=e.RUNTIME_011,r.RUNTIME_012=e.RUNTIME_012,r.TYPE_001=e.TYPE_001,r.buildDescMap=_.buildDescMap,r.errorDescMap=_.errorDescMap,r.getShortErrorMsg=i.getShortErrorMsg,r.runtimeDescMap=_.runtimeDescMap,r.typeDescMap=_.typeDescMap})(M.__exports)),M.__exports}exports.__require=u;
|
|
2
2
|
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as M } from "../../../../../_virtual/index.
|
|
1
|
+
import { __exports as M } from "../../../../../_virtual/index.es8.js";
|
|
2
2
|
import { __require as I } from "./error-codes.es.js";
|
|
3
3
|
import { __require as U } from "./getShortErrorMsg.es.js";
|
|
4
4
|
import { __require as T } from "./desc.es.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../../../_virtual/index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../../../_virtual/index.cjs7.js"),f=require("./utils/logger.cjs.js"),h=require("./utils/tool.cjs.js"),m=require("./global.cjs.js"),G=require("./utils/semver/index.cjs.js"),S=require("./utils/share.cjs.js"),y=require("./utils/manifest.cjs.js"),R=require("./utils/load.cjs.js"),F=require("./utils/index.cjs.js"),I=require("./helpers.cjs.js"),P=require("./module/index.cjs.js"),p=require("./core.cjs.js"),C=require("./type/index.cjs.js"),E=require("../../sdk/dist/index.cjs.js");var a;function M(){return a||(a=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const o=f.__require(),i=h.__require(),r=m.__require(),l=G.__require(),s=S.__require(),c=y.__require(),n=R.__require();F.__require();const d=I.__require(),_=P.__require(),q=p.__require(),g=C.__require();let u=E.__require();const b=d.default;e.CurrentGlobal=r.CurrentGlobal,e.Global=r.Global,e.Module=_.Module,e.ModuleFederation=q.ModuleFederation,e.addGlobalSnapshot=r.addGlobalSnapshot,e.assert=o.assert,e.error=o.error,e.getGlobalFederationConstructor=r.getGlobalFederationConstructor,e.getGlobalSnapshot=r.getGlobalSnapshot,e.getInfoWithoutType=r.getInfoWithoutType,e.getRegisteredShare=s.getRegisteredShare,e.getRemoteEntry=n.getRemoteEntry,e.getRemoteInfo=n.getRemoteInfo,e.helpers=b,e.isStaticResourcesEqual=i.isStaticResourcesEqual,Object.defineProperty(e,"loadScript",{enumerable:!0,get:function(){return u.loadScript}}),Object.defineProperty(e,"loadScriptNode",{enumerable:!0,get:function(){return u.loadScriptNode}}),e.matchRemoteWithNameAndExpose=c.matchRemoteWithNameAndExpose,e.registerGlobalPlugins=r.registerGlobalPlugins,e.resetFederationGlobalInfo=r.resetFederationGlobalInfo,e.safeWrapper=i.safeWrapper,e.satisfy=l.satisfy,e.setGlobalFederationConstructor=r.setGlobalFederationConstructor,e.setGlobalFederationInstance=r.setGlobalFederationInstance,Object.defineProperty(e,"types",{enumerable:!0,get:function(){return g.type_exports}})})(t.__exports)),t.__exports}exports.__require=M;
|
|
2
2
|
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as t } from "../../../../../_virtual/index.
|
|
1
|
+
import { __exports as t } from "../../../../../_virtual/index.es7.js";
|
|
2
2
|
import { __require as b } from "./utils/logger.es.js";
|
|
3
3
|
import { __require as g } from "./utils/tool.es.js";
|
|
4
4
|
import { __require as p } from "./global.es.js";
|
|
@@ -91,7 +91,7 @@ function N() {
|
|
|
91
91
|
}
|
|
92
92
|
wraperFactory(t, r) {
|
|
93
93
|
function s(e, i) {
|
|
94
|
-
e && typeof e == "object" && Object.isExtensible(e) && !Object.getOwnPropertyDescriptor(e, Symbol.for("mf_module_id")) && Object.defineProperty(e, Symbol.for("mf_module_id"), {
|
|
94
|
+
e && typeof e == "object" && Object.isExtensible(e) && !Object.getOwnPropertyDescriptor(e, /* @__PURE__ */ Symbol.for("mf_module_id")) && Object.defineProperty(e, /* @__PURE__ */ Symbol.for("mf_module_id"), {
|
|
95
95
|
value: i,
|
|
96
96
|
enumerable: !1
|
|
97
97
|
});
|
package/dist/shared/node_modules/@module-federation/runtime-core/dist/module/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":["../../../../../../../node_modules/@module-federation/runtime-core/dist/module/index.cjs"],"sourcesContent":["const require_logger = require('../utils/logger.cjs');\nconst require_tool = require('../utils/tool.cjs');\nconst require_load = require('../utils/load.cjs');\nconst require_context = require('../utils/context.cjs');\nrequire('../utils/index.cjs');\nlet _module_federation_sdk = require(\"@module-federation/sdk\");\nlet _module_federation_error_codes = require(\"@module-federation/error-codes\");\n\n//#region src/module/index.ts\nfunction createRemoteEntryInitOptions(remoteInfo, hostShareScopeMap, rawInitScope) {\n\tconst localShareScopeMap = hostShareScopeMap;\n\tconst shareScopeKeys = Array.isArray(remoteInfo.shareScope) ? remoteInfo.shareScope : [remoteInfo.shareScope];\n\tif (!shareScopeKeys.length) shareScopeKeys.push(\"default\");\n\tshareScopeKeys.forEach((shareScopeKey) => {\n\t\tif (!localShareScopeMap[shareScopeKey]) localShareScopeMap[shareScopeKey] = {};\n\t});\n\tconst remoteEntryInitOptions = {\n\t\tversion: remoteInfo.version || \"\",\n\t\tshareScopeKeys: Array.isArray(remoteInfo.shareScope) ? shareScopeKeys : remoteInfo.shareScope || \"default\"\n\t};\n\tObject.defineProperty(remoteEntryInitOptions, \"shareScopeMap\", {\n\t\tvalue: localShareScopeMap,\n\t\tenumerable: false\n\t});\n\treturn {\n\t\tremoteEntryInitOptions,\n\t\tshareScope: localShareScopeMap[shareScopeKeys[0]],\n\t\tinitScope: rawInitScope ?? []\n\t};\n}\nvar Module = class {\n\tconstructor({ remoteInfo, host }) {\n\t\tthis.inited = false;\n\t\tthis.initing = false;\n\t\tthis.lib = void 0;\n\t\tthis.remoteInfo = remoteInfo;\n\t\tthis.host = host;\n\t}\n\tasync getEntry() {\n\t\tif (this.remoteEntryExports) return this.remoteEntryExports;\n\t\tconst remoteEntryExports = await require_load.getRemoteEntry({\n\t\t\torigin: this.host,\n\t\t\tremoteInfo: this.remoteInfo,\n\t\t\tremoteEntryExports: this.remoteEntryExports\n\t\t});\n\t\trequire_logger.assert(remoteEntryExports, `remoteEntryExports is undefined \\n ${(0, _module_federation_sdk.safeToString)(this.remoteInfo)}`);\n\t\tthis.remoteEntryExports = remoteEntryExports;\n\t\treturn this.remoteEntryExports;\n\t}\n\tasync init(id, remoteSnapshot, rawInitScope) {\n\t\tconst remoteEntryExports = await this.getEntry();\n\t\tif (this.inited) return remoteEntryExports;\n\t\tif (this.initPromise) {\n\t\t\tawait this.initPromise;\n\t\t\treturn remoteEntryExports;\n\t\t}\n\t\tthis.initing = true;\n\t\tthis.initPromise = (async () => {\n\t\t\tconst { remoteEntryInitOptions, shareScope, initScope } = createRemoteEntryInitOptions(this.remoteInfo, this.host.shareScopeMap, rawInitScope);\n\t\t\tconst initContainerOptions = await this.host.hooks.lifecycle.beforeInitContainer.emit({\n\t\t\t\tshareScope,\n\t\t\t\tremoteEntryInitOptions,\n\t\t\t\tinitScope,\n\t\t\t\tremoteInfo: this.remoteInfo,\n\t\t\t\torigin: this.host\n\t\t\t});\n\t\t\tif (typeof remoteEntryExports?.init === \"undefined\") require_logger.error(_module_federation_error_codes.RUNTIME_002, _module_federation_error_codes.runtimeDescMap, {\n\t\t\t\thostName: this.host.name,\n\t\t\t\tremoteName: this.remoteInfo.name,\n\t\t\t\tremoteEntryUrl: this.remoteInfo.entry,\n\t\t\t\tremoteEntryKey: this.remoteInfo.entryGlobalName\n\t\t\t}, void 0, require_context.optionsToMFContext(this.host.options));\n\t\t\tawait remoteEntryExports.init(initContainerOptions.shareScope, initContainerOptions.initScope, initContainerOptions.remoteEntryInitOptions);\n\t\t\tawait this.host.hooks.lifecycle.initContainer.emit({\n\t\t\t\t...initContainerOptions,\n\t\t\t\tid,\n\t\t\t\tremoteSnapshot,\n\t\t\t\tremoteEntryExports\n\t\t\t});\n\t\t\tthis.inited = true;\n\t\t})();\n\t\ttry {\n\t\t\tawait this.initPromise;\n\t\t} finally {\n\t\t\tthis.initing = false;\n\t\t\tthis.initPromise = void 0;\n\t\t}\n\t\treturn remoteEntryExports;\n\t}\n\tasync get(id, expose, options, remoteSnapshot) {\n\t\tconst { loadFactory = true } = options || { loadFactory: true };\n\t\tconst remoteEntryExports = await this.init(id, remoteSnapshot);\n\t\tthis.lib = remoteEntryExports;\n\t\tlet moduleFactory;\n\t\tmoduleFactory = await this.host.loaderHook.lifecycle.getModuleFactory.emit({\n\t\t\tremoteEntryExports,\n\t\t\texpose,\n\t\t\tmoduleInfo: this.remoteInfo\n\t\t});\n\t\tif (!moduleFactory) moduleFactory = await remoteEntryExports.get(expose);\n\t\trequire_logger.assert(moduleFactory, `${require_tool.getFMId(this.remoteInfo)} remote don't export ${expose}.`);\n\t\tconst symbolName = require_tool.processModuleAlias(this.remoteInfo.name, expose);\n\t\tconst wrapModuleFactory = this.wraperFactory(moduleFactory, symbolName);\n\t\tif (!loadFactory) return wrapModuleFactory;\n\t\treturn await wrapModuleFactory();\n\t}\n\twraperFactory(moduleFactory, id) {\n\t\tfunction defineModuleId(res, id) {\n\t\t\tif (res && typeof res === \"object\" && Object.isExtensible(res) && !Object.getOwnPropertyDescriptor(res, Symbol.for(\"mf_module_id\"))) Object.defineProperty(res, Symbol.for(\"mf_module_id\"), {\n\t\t\t\tvalue: id,\n\t\t\t\tenumerable: false\n\t\t\t});\n\t\t}\n\t\tif (moduleFactory instanceof Promise) return async () => {\n\t\t\tconst res = await moduleFactory();\n\t\t\tdefineModuleId(res, id);\n\t\t\treturn res;\n\t\t};\n\t\telse return () => {\n\t\t\tconst res = moduleFactory();\n\t\t\tdefineModuleId(res, id);\n\t\t\treturn res;\n\t\t};\n\t}\n};\n\n//#endregion\nexports.Module = Module;\n//# sourceMappingURL=index.cjs.map"],"names":["require_logger","require$$0","require_tool","require$$1","require_load","require$$2","require_context","require$$3","require$$4","_module_federation_sdk","require$$5","_module_federation_error_codes","require$$6","createRemoteEntryInitOptions","remoteInfo","hostShareScopeMap","rawInitScope","localShareScopeMap","shareScopeKeys","shareScopeKey","remoteEntryInitOptions","Module","host","remoteEntryExports","id","remoteSnapshot","shareScope","initScope","initContainerOptions","expose","options","loadFactory","moduleFactory","symbolName","wrapModuleFactory","defineModuleId","res","module"],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../../../../../../../node_modules/@module-federation/runtime-core/dist/module/index.cjs"],"sourcesContent":["const require_logger = require('../utils/logger.cjs');\nconst require_tool = require('../utils/tool.cjs');\nconst require_load = require('../utils/load.cjs');\nconst require_context = require('../utils/context.cjs');\nrequire('../utils/index.cjs');\nlet _module_federation_sdk = require(\"@module-federation/sdk\");\nlet _module_federation_error_codes = require(\"@module-federation/error-codes\");\n\n//#region src/module/index.ts\nfunction createRemoteEntryInitOptions(remoteInfo, hostShareScopeMap, rawInitScope) {\n\tconst localShareScopeMap = hostShareScopeMap;\n\tconst shareScopeKeys = Array.isArray(remoteInfo.shareScope) ? remoteInfo.shareScope : [remoteInfo.shareScope];\n\tif (!shareScopeKeys.length) shareScopeKeys.push(\"default\");\n\tshareScopeKeys.forEach((shareScopeKey) => {\n\t\tif (!localShareScopeMap[shareScopeKey]) localShareScopeMap[shareScopeKey] = {};\n\t});\n\tconst remoteEntryInitOptions = {\n\t\tversion: remoteInfo.version || \"\",\n\t\tshareScopeKeys: Array.isArray(remoteInfo.shareScope) ? shareScopeKeys : remoteInfo.shareScope || \"default\"\n\t};\n\tObject.defineProperty(remoteEntryInitOptions, \"shareScopeMap\", {\n\t\tvalue: localShareScopeMap,\n\t\tenumerable: false\n\t});\n\treturn {\n\t\tremoteEntryInitOptions,\n\t\tshareScope: localShareScopeMap[shareScopeKeys[0]],\n\t\tinitScope: rawInitScope ?? []\n\t};\n}\nvar Module = class {\n\tconstructor({ remoteInfo, host }) {\n\t\tthis.inited = false;\n\t\tthis.initing = false;\n\t\tthis.lib = void 0;\n\t\tthis.remoteInfo = remoteInfo;\n\t\tthis.host = host;\n\t}\n\tasync getEntry() {\n\t\tif (this.remoteEntryExports) return this.remoteEntryExports;\n\t\tconst remoteEntryExports = await require_load.getRemoteEntry({\n\t\t\torigin: this.host,\n\t\t\tremoteInfo: this.remoteInfo,\n\t\t\tremoteEntryExports: this.remoteEntryExports\n\t\t});\n\t\trequire_logger.assert(remoteEntryExports, `remoteEntryExports is undefined \\n ${(0, _module_federation_sdk.safeToString)(this.remoteInfo)}`);\n\t\tthis.remoteEntryExports = remoteEntryExports;\n\t\treturn this.remoteEntryExports;\n\t}\n\tasync init(id, remoteSnapshot, rawInitScope) {\n\t\tconst remoteEntryExports = await this.getEntry();\n\t\tif (this.inited) return remoteEntryExports;\n\t\tif (this.initPromise) {\n\t\t\tawait this.initPromise;\n\t\t\treturn remoteEntryExports;\n\t\t}\n\t\tthis.initing = true;\n\t\tthis.initPromise = (async () => {\n\t\t\tconst { remoteEntryInitOptions, shareScope, initScope } = createRemoteEntryInitOptions(this.remoteInfo, this.host.shareScopeMap, rawInitScope);\n\t\t\tconst initContainerOptions = await this.host.hooks.lifecycle.beforeInitContainer.emit({\n\t\t\t\tshareScope,\n\t\t\t\tremoteEntryInitOptions,\n\t\t\t\tinitScope,\n\t\t\t\tremoteInfo: this.remoteInfo,\n\t\t\t\torigin: this.host\n\t\t\t});\n\t\t\tif (typeof remoteEntryExports?.init === \"undefined\") require_logger.error(_module_federation_error_codes.RUNTIME_002, _module_federation_error_codes.runtimeDescMap, {\n\t\t\t\thostName: this.host.name,\n\t\t\t\tremoteName: this.remoteInfo.name,\n\t\t\t\tremoteEntryUrl: this.remoteInfo.entry,\n\t\t\t\tremoteEntryKey: this.remoteInfo.entryGlobalName\n\t\t\t}, void 0, require_context.optionsToMFContext(this.host.options));\n\t\t\tawait remoteEntryExports.init(initContainerOptions.shareScope, initContainerOptions.initScope, initContainerOptions.remoteEntryInitOptions);\n\t\t\tawait this.host.hooks.lifecycle.initContainer.emit({\n\t\t\t\t...initContainerOptions,\n\t\t\t\tid,\n\t\t\t\tremoteSnapshot,\n\t\t\t\tremoteEntryExports\n\t\t\t});\n\t\t\tthis.inited = true;\n\t\t})();\n\t\ttry {\n\t\t\tawait this.initPromise;\n\t\t} finally {\n\t\t\tthis.initing = false;\n\t\t\tthis.initPromise = void 0;\n\t\t}\n\t\treturn remoteEntryExports;\n\t}\n\tasync get(id, expose, options, remoteSnapshot) {\n\t\tconst { loadFactory = true } = options || { loadFactory: true };\n\t\tconst remoteEntryExports = await this.init(id, remoteSnapshot);\n\t\tthis.lib = remoteEntryExports;\n\t\tlet moduleFactory;\n\t\tmoduleFactory = await this.host.loaderHook.lifecycle.getModuleFactory.emit({\n\t\t\tremoteEntryExports,\n\t\t\texpose,\n\t\t\tmoduleInfo: this.remoteInfo\n\t\t});\n\t\tif (!moduleFactory) moduleFactory = await remoteEntryExports.get(expose);\n\t\trequire_logger.assert(moduleFactory, `${require_tool.getFMId(this.remoteInfo)} remote don't export ${expose}.`);\n\t\tconst symbolName = require_tool.processModuleAlias(this.remoteInfo.name, expose);\n\t\tconst wrapModuleFactory = this.wraperFactory(moduleFactory, symbolName);\n\t\tif (!loadFactory) return wrapModuleFactory;\n\t\treturn await wrapModuleFactory();\n\t}\n\twraperFactory(moduleFactory, id) {\n\t\tfunction defineModuleId(res, id) {\n\t\t\tif (res && typeof res === \"object\" && Object.isExtensible(res) && !Object.getOwnPropertyDescriptor(res, Symbol.for(\"mf_module_id\"))) Object.defineProperty(res, Symbol.for(\"mf_module_id\"), {\n\t\t\t\tvalue: id,\n\t\t\t\tenumerable: false\n\t\t\t});\n\t\t}\n\t\tif (moduleFactory instanceof Promise) return async () => {\n\t\t\tconst res = await moduleFactory();\n\t\t\tdefineModuleId(res, id);\n\t\t\treturn res;\n\t\t};\n\t\telse return () => {\n\t\t\tconst res = moduleFactory();\n\t\t\tdefineModuleId(res, id);\n\t\t\treturn res;\n\t\t};\n\t}\n};\n\n//#endregion\nexports.Module = Module;\n//# sourceMappingURL=index.cjs.map"],"names":["require_logger","require$$0","require_tool","require$$1","require_load","require$$2","require_context","require$$3","require$$4","_module_federation_sdk","require$$5","_module_federation_error_codes","require$$6","createRemoteEntryInitOptions","remoteInfo","hostShareScopeMap","rawInitScope","localShareScopeMap","shareScopeKeys","shareScopeKey","remoteEntryInitOptions","Module","host","remoteEntryExports","id","remoteSnapshot","shareScope","initScope","initContainerOptions","expose","options","loadFactory","moduleFactory","symbolName","wrapModuleFactory","defineModuleId","res","module"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -2,7 +2,7 @@ import { __exports as r } from "../../../../_virtual/react-is.development.es.js"
|
|
|
2
2
|
var A;
|
|
3
3
|
function re() {
|
|
4
4
|
return A ? r : (A = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
5
|
-
var o = typeof Symbol == "function" && Symbol.for, _ = o ? Symbol.for("react.element") : 60103, T = o ? Symbol.for("react.portal") : 60106, t = o ? Symbol.for("react.fragment") : 60107, n = o ? Symbol.for("react.strict_mode") : 60108, s = o ? Symbol.for("react.profiler") : 60114, c = o ? Symbol.for("react.provider") : 60109, i = o ? Symbol.for("react.context") : 60110, v = o ? Symbol.for("react.async_mode") : 60111, f = o ? Symbol.for("react.concurrent_mode") : 60111, u = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, y = o ? Symbol.for("react.suspense_list") : 60120, d = o ? Symbol.for("react.memo") : 60115, l = o ? Symbol.for("react.lazy") : 60116, x = o ? Symbol.for("react.block") : 60121, M = o ? Symbol.for("react.fundamental") : 60117, b = o ? Symbol.for("react.responder") : 60118, p = o ? Symbol.for("react.scope") : 60119;
|
|
5
|
+
var o = typeof Symbol == "function" && Symbol.for, _ = o ? /* @__PURE__ */ Symbol.for("react.element") : 60103, T = o ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, t = o ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, n = o ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, s = o ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, c = o ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, i = o ? /* @__PURE__ */ Symbol.for("react.context") : 60110, v = o ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, f = o ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, u = o ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, E = o ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, y = o ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, d = o ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, l = o ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, x = o ? /* @__PURE__ */ Symbol.for("react.block") : 60121, M = o ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, b = o ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, p = o ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
|
|
6
6
|
function Y(e) {
|
|
7
7
|
return typeof e == "string" || typeof e == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
8
8
|
e === t || e === f || e === s || e === n || e === E || e === y || typeof e == "object" && e !== null && (e.$$typeof === l || e.$$typeof === d || e.$$typeof === c || e.$$typeof === i || e.$$typeof === u || e.$$typeof === M || e.$$typeof === b || e.$$typeof === p || e.$$typeof === x);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-is.development.es.js","sources":["../../../../../node_modules/react-is/cjs/react-is.development.js"],"sourcesContent":["/** @license React v16.13.1\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary\n// (unstable) APIs that have been removed. Can we remove the symbols?\n\nvar REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\nvar REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;\nvar REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;\nvar REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;\nvar REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_ASYNC_MODE_TYPE:\n case REACT_CONCURRENT_MODE_TYPE:\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n} // AsyncMode is deprecated along with isAsyncMode\n\nvar AsyncMode = REACT_ASYNC_MODE_TYPE;\nvar ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');\n }\n }\n\n return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;\n}\nfunction isConcurrentMode(object) {\n return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\n\nexports.AsyncMode = AsyncMode;\nexports.ConcurrentMode = ConcurrentMode;\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n"],"names":["hasSymbol","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_ASYNC_MODE_TYPE","REACT_CONCURRENT_MODE_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_BLOCK_TYPE","REACT_FUNDAMENTAL_TYPE","REACT_RESPONDER_TYPE","REACT_SCOPE_TYPE","isValidElementType","type","typeOf","object","$$typeof","$$typeofType","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","ForwardRef","Fragment","Lazy","Memo","Portal","Profiler","StrictMode","Suspense","hasWarnedAboutDeprecatedIsAsyncMode","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","reactIs_development"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"react-is.development.es.js","sources":["../../../../../node_modules/react-is/cjs/react-is.development.js"],"sourcesContent":["/** @license React v16.13.1\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary\n// (unstable) APIs that have been removed. Can we remove the symbols?\n\nvar REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\nvar REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;\nvar REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;\nvar REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;\nvar REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_ASYNC_MODE_TYPE:\n case REACT_CONCURRENT_MODE_TYPE:\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n} // AsyncMode is deprecated along with isAsyncMode\n\nvar AsyncMode = REACT_ASYNC_MODE_TYPE;\nvar ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');\n }\n }\n\n return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;\n}\nfunction isConcurrentMode(object) {\n return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\n\nexports.AsyncMode = AsyncMode;\nexports.ConcurrentMode = ConcurrentMode;\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n"],"names":["hasSymbol","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_ASYNC_MODE_TYPE","REACT_CONCURRENT_MODE_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_BLOCK_TYPE","REACT_FUNDAMENTAL_TYPE","REACT_RESPONDER_TYPE","REACT_SCOPE_TYPE","isValidElementType","type","typeOf","object","$$typeof","$$typeofType","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","ForwardRef","Fragment","Lazy","Memo","Portal","Profiler","StrictMode","Suspense","hasWarnedAboutDeprecatedIsAsyncMode","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","reactIs_development"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -3,7 +3,7 @@ var _;
|
|
|
3
3
|
function g() {
|
|
4
4
|
if (_) return r;
|
|
5
5
|
_ = 1;
|
|
6
|
-
var t = typeof Symbol == "function" && Symbol.for, a = t ? Symbol.for("react.element") : 60103, b = t ? Symbol.for("react.portal") : 60106, n = t ? Symbol.for("react.fragment") : 60107, c = t ? Symbol.for("react.strict_mode") : 60108, f = t ? Symbol.for("react.profiler") : 60114, i = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, d = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, y = t ? Symbol.for("react.forward_ref") : 60112, l = t ? Symbol.for("react.suspense") : 60113, x = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, p = t ? Symbol.for("react.lazy") : 60116, C = t ? Symbol.for("react.block") : 60121, M = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, w = t ? Symbol.for("react.scope") : 60119;
|
|
6
|
+
var t = typeof Symbol == "function" && Symbol.for, a = t ? /* @__PURE__ */ Symbol.for("react.element") : 60103, b = t ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, n = t ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, c = t ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, f = t ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, i = t ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, s = t ? /* @__PURE__ */ Symbol.for("react.context") : 60110, d = t ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = t ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, y = t ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, l = t ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, x = t ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, m = t ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, p = t ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, C = t ? /* @__PURE__ */ Symbol.for("react.block") : 60121, M = t ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, v = t ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, w = t ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
|
|
7
7
|
function o(e) {
|
|
8
8
|
if (typeof e == "object" && e !== null) {
|
|
9
9
|
var S = e.$$typeof;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-is.production.min.es.js","sources":["../../../../../node_modules/react-is/cjs/react-is.production.min.js"],"sourcesContent":["/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n"],"names":["b","c","d","e","f","g","h","k","l","m","n","p","q","r","t","v","w","x","y","z","a","u","A","reactIs_production_min"],"mappings":";;;;;AASa,MAAIA,IAAe,OAAO,UAApB,cAA4B,OAAO,KAAIC,IAAED,IAAE,
|
|
1
|
+
{"version":3,"file":"react-is.production.min.es.js","sources":["../../../../../node_modules/react-is/cjs/react-is.production.min.js"],"sourcesContent":["/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n"],"names":["b","c","d","e","f","g","h","k","l","m","n","p","q","r","t","v","w","x","y","z","a","u","A","reactIs_production_min"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("../../../../node_modules/@reduxjs/toolkit/dist/query/react/rtk-query-react.modern.cjs.js"),u=require("@rtk-query/graphql-request-base-query"),l=require("../../../../node_modules/graphql-request/build/legacy/classes/GraphQLClient.cjs.js"),y=require("../../../../node_modules/@reduxjs/toolkit/dist/query/rtk-query.modern.cjs.js"),p=(e,...r)=>(n,s,i)=>{for(const{predicate:t,baseQuery:c}of r)if(t(n,s,i))return c(n,s,i);return e(n,s,i)},g=(e,r,n)=>e.map(s=>({type:"update",entityType:r,entityId:s,data:n})),h=["accessGroup","actionConfig","actions","activity","addonList","addonSettings","addonSettingsList","addonSettingsOverrides","addonSettingsSchema","anatomyPresets","attribute","branch","bundleList","config","connections","customRoots","dependencyPackage","detail","entities","entitiesVersions","entity","entityActivities","entityList","entityListItem","entityListAttribute","entityListFolder","feedback","folder","hierarchy","inbox","info","installerList","kanban","kanBanTask","login","marketAddon","overviewTask","product","progress","project","projectAddons","projects","review","secrets","service","session","settingsAddons","shared","siteRoots","siteSettings","siteSettingsSchema","tag","task","team","user","userPool","version","view","viewer","watchers","workfile","link","linkSearchItem","guest","category"],o=e=>{const r=localStorage.getItem("accessToken");return r&&e.set("Authorization",`Bearer ${r}`),e.set("X-Sender",window.senderId),e},a=new l.GraphQLClient(`${window.location.origin}/graphql`),b=u.graphqlRequestBaseQuery({prepareHeaders:o,url:"/graphql",client:a}),f=y.fetchBaseQuery({baseUrl:"/",prepareHeaders:o}),m=p(f,{baseQuery:b,predicate:e=>!!e.document&&!!e.variables}),w=async(e,r,n)=>{const s=window.location.pathname,i=()=>{!s.includes("connect")&&!s.startsWith("/login")&&(console.error("Unauthorized: 401 error"),window.location.href="/login")};try{const t=await m(e,r,n);return t?.error?.status===401&&i(),t}catch(t){throw t?.response&&t.response?.status===401?i():console.error(t),t}},Q=d.createApi({reducerPath:"restApi",baseQuery:w,endpoints:()=>({}),tagTypes:h});exports.api=Q;exports.buildOperations=g;exports.client=a;
|
|
2
2
|
//# sourceMappingURL=client.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.cjs.js","sources":["../../../../../src/api/base/client.ts"],"sourcesContent":["// Need to use the React-specific entry point to allow generating React hooks\nimport { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'\nimport { graphqlRequestBaseQuery } from '@rtk-query/graphql-request-base-query'\nimport type {\n BaseQueryApi,\n BaseQueryFn,\n FetchArgs,\n FetchBaseQueryError,\n} from '@reduxjs/toolkit/query'\nimport { GraphQLClient } from 'graphql-request'\nimport type {\n BaseQueryArg,\n BaseQueryError,\n BaseQueryExtraOptions,\n BaseQueryResult,\n} from './baseQueryTypes'\n\n// https://github.com/reduxjs/redux-toolkit/discussions/3161\nconst combineBaseQueries =\n <\n DefaultBQ extends BaseQueryFn<any, any, any, any, any>,\n CaseBQs extends {\n predicate: (arg: unknown, api: BaseQueryApi, extraOptions: unknown) => boolean\n baseQuery: BaseQueryFn<any, any, any, any, any>\n }[],\n AllBQs extends DefaultBQ | CaseBQs[number]['baseQuery'] =\n | DefaultBQ\n | CaseBQs[number]['baseQuery'],\n >(\n defaultBQ: DefaultBQ,\n ...caseBQs: CaseBQs\n ): BaseQueryFn<\n BaseQueryArg<AllBQs>,\n BaseQueryResult<AllBQs>,\n BaseQueryError<AllBQs>,\n BaseQueryExtraOptions<AllBQs>\n > =>\n (arg, api, extraOptions) => {\n for (const { predicate, baseQuery } of caseBQs) {\n if (predicate(arg, api, extraOptions)) {\n return baseQuery(arg, api, extraOptions)\n }\n }\n return defaultBQ(arg, api, extraOptions)\n }\n\n// Util function\nexport const buildOperations = (ids: string[], type: string, data: any) =>\n ids.map((id) => ({\n type: 'update',\n entityType: type,\n entityId: id,\n data,\n }))\n\nconst tagTypes = [\n 'accessGroup',\n 'actionConfig',\n 'actions',\n 'activity',\n 'addonList',\n 'addonSettings',\n 'addonSettingsList',\n 'addonSettingsOverrides',\n 'addonSettingsSchema',\n 'anatomyPresets',\n 'attribute',\n 'branch',\n 'bundleList',\n 'config',\n 'connections',\n 'customRoots',\n 'dependencyPackage',\n 'detail',\n 'entities',\n 'entitiesVersions',\n 'entity',\n 'entityActivities',\n 'entityList',\n 'entityListItem',\n 'entityListAttribute',\n 'entityListFolder',\n 'feedback',\n 'folder',\n 'hierarchy',\n 'inbox',\n 'info',\n 'installerList',\n 'kanban',\n 'kanBanTask',\n 'login',\n 'marketAddon',\n 'overviewTask',\n 'product',\n 'progress',\n 'project',\n 'projectAddons',\n 'projects',\n 'review',\n 'secrets',\n 'service',\n 'session',\n 'settingsAddons',\n 'shared',\n 'siteRoots',\n 'siteSettings',\n 'siteSettingsSchema',\n 'tag',\n 'task',\n 'team',\n 'user',\n 'userPool',\n 'version',\n 'view',\n 'viewer',\n 'watchers',\n 'workfile',\n 'link',\n 'linkSearchItem',\n 'guest',\n 'category',\n]\n\nconst prepareHeaders = (headers: any) => {\n const storedAccessToken = localStorage.getItem('accessToken')\n if (storedAccessToken) {\n headers.set('Authorization', `Bearer ${storedAccessToken}`)\n }\n // @ts-ignore\n headers.set('X-Sender', window.senderId)\n\n return headers\n}\n\nexport const client = new GraphQLClient(`${window.location.origin}/graphql`)\n\nconst baseGraphqlQuery = graphqlRequestBaseQuery({\n prepareHeaders: prepareHeaders,\n url: '/graphql',\n // @ts-ignore\n client: client,\n})\n\n// check for 401 and redirect to login\nconst baseQuery = fetchBaseQuery({ baseUrl: '/', prepareHeaders: prepareHeaders })\n\nconst polymorphBaseQuery = combineBaseQueries(baseQuery, {\n baseQuery: baseGraphqlQuery,\n predicate: (args: any) => !!args.document && !!args.variables,\n})\n\n// @ts-ignore\nconst baseQueryWithRedirect: BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError> = async (\n args,\n api,\n extraOptions,\n) => {\n const url = window.location.pathname\n const shouldRedirectToLogin = () => {\n if (!url.includes('connect') && !url.startsWith('/login')) {\n console.error('Unauthorized: 401 error')\n window.location.href = '/login'\n }\n }\n\n try {\n const result = await polymorphBaseQuery(args, api, extraOptions)\n\n // @ts-ignore\n if (result?.error?.status === 401) {\n shouldRedirectToLogin()\n }\n\n return result\n } catch (error: any) {\n if (error?.response && error.response?.status === 401) {\n shouldRedirectToLogin()\n } else {\n console.error(error)\n }\n throw error\n } finally {\n }\n}\n\n// Define the REST API and Graphql API\nexport const api = createApi({\n reducerPath: 'restApi',\n baseQuery: baseQueryWithRedirect,\n endpoints: () => ({}),\n tagTypes,\n})\n"],"names":["combineBaseQueries","defaultBQ","caseBQs","arg","api","extraOptions","predicate","baseQuery","buildOperations","ids","type","data","id","tagTypes","prepareHeaders","headers","storedAccessToken","client","GraphQLClient","baseGraphqlQuery","graphqlRequestBaseQuery","fetchBaseQuery","polymorphBaseQuery","args","baseQueryWithRedirect","url","shouldRedirectToLogin","result","error","createApi"],"mappings":"
|
|
1
|
+
{"version":3,"file":"client.cjs.js","sources":["../../../../../src/api/base/client.ts"],"sourcesContent":["// Need to use the React-specific entry point to allow generating React hooks\nimport { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'\nimport { graphqlRequestBaseQuery } from '@rtk-query/graphql-request-base-query'\nimport type {\n BaseQueryApi,\n BaseQueryFn,\n FetchArgs,\n FetchBaseQueryError,\n} from '@reduxjs/toolkit/query'\nimport { GraphQLClient } from 'graphql-request'\nimport type {\n BaseQueryArg,\n BaseQueryError,\n BaseQueryExtraOptions,\n BaseQueryResult,\n} from './baseQueryTypes'\n\n// https://github.com/reduxjs/redux-toolkit/discussions/3161\nconst combineBaseQueries =\n <\n DefaultBQ extends BaseQueryFn<any, any, any, any, any>,\n CaseBQs extends {\n predicate: (arg: unknown, api: BaseQueryApi, extraOptions: unknown) => boolean\n baseQuery: BaseQueryFn<any, any, any, any, any>\n }[],\n AllBQs extends DefaultBQ | CaseBQs[number]['baseQuery'] =\n | DefaultBQ\n | CaseBQs[number]['baseQuery'],\n >(\n defaultBQ: DefaultBQ,\n ...caseBQs: CaseBQs\n ): BaseQueryFn<\n BaseQueryArg<AllBQs>,\n BaseQueryResult<AllBQs>,\n BaseQueryError<AllBQs>,\n BaseQueryExtraOptions<AllBQs>\n > =>\n (arg, api, extraOptions) => {\n for (const { predicate, baseQuery } of caseBQs) {\n if (predicate(arg, api, extraOptions)) {\n return baseQuery(arg, api, extraOptions)\n }\n }\n return defaultBQ(arg, api, extraOptions)\n }\n\n// Util function\nexport const buildOperations = (ids: string[], type: string, data: any) =>\n ids.map((id) => ({\n type: 'update',\n entityType: type,\n entityId: id,\n data,\n }))\n\nconst tagTypes = [\n 'accessGroup',\n 'actionConfig',\n 'actions',\n 'activity',\n 'addonList',\n 'addonSettings',\n 'addonSettingsList',\n 'addonSettingsOverrides',\n 'addonSettingsSchema',\n 'anatomyPresets',\n 'attribute',\n 'branch',\n 'bundleList',\n 'config',\n 'connections',\n 'customRoots',\n 'dependencyPackage',\n 'detail',\n 'entities',\n 'entitiesVersions',\n 'entity',\n 'entityActivities',\n 'entityList',\n 'entityListItem',\n 'entityListAttribute',\n 'entityListFolder',\n 'feedback',\n 'folder',\n 'hierarchy',\n 'inbox',\n 'info',\n 'installerList',\n 'kanban',\n 'kanBanTask',\n 'login',\n 'marketAddon',\n 'overviewTask',\n 'product',\n 'progress',\n 'project',\n 'projectAddons',\n 'projects',\n 'review',\n 'secrets',\n 'service',\n 'session',\n 'settingsAddons',\n 'shared',\n 'siteRoots',\n 'siteSettings',\n 'siteSettingsSchema',\n 'tag',\n 'task',\n 'team',\n 'user',\n 'userPool',\n 'version',\n 'view',\n 'viewer',\n 'watchers',\n 'workfile',\n 'link',\n 'linkSearchItem',\n 'guest',\n 'category',\n]\n\nconst prepareHeaders = (headers: any) => {\n const storedAccessToken = localStorage.getItem('accessToken')\n if (storedAccessToken) {\n headers.set('Authorization', `Bearer ${storedAccessToken}`)\n }\n // @ts-ignore\n headers.set('X-Sender', window.senderId)\n\n return headers\n}\n\nexport const client = new GraphQLClient(`${window.location.origin}/graphql`)\n\nconst baseGraphqlQuery = graphqlRequestBaseQuery({\n prepareHeaders: prepareHeaders,\n url: '/graphql',\n // @ts-ignore\n client: client,\n})\n\n// check for 401 and redirect to login\nconst baseQuery = fetchBaseQuery({ baseUrl: '/', prepareHeaders: prepareHeaders })\n\nconst polymorphBaseQuery = combineBaseQueries(baseQuery, {\n baseQuery: baseGraphqlQuery,\n predicate: (args: any) => !!args.document && !!args.variables,\n})\n\n// @ts-ignore\nconst baseQueryWithRedirect: BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError> = async (\n args,\n api,\n extraOptions,\n) => {\n const url = window.location.pathname\n const shouldRedirectToLogin = () => {\n if (!url.includes('connect') && !url.startsWith('/login')) {\n console.error('Unauthorized: 401 error')\n window.location.href = '/login'\n }\n }\n\n try {\n const result = await polymorphBaseQuery(args, api, extraOptions)\n\n // @ts-ignore\n if (result?.error?.status === 401) {\n shouldRedirectToLogin()\n }\n\n return result\n } catch (error: any) {\n if (error?.response && error.response?.status === 401) {\n shouldRedirectToLogin()\n } else {\n console.error(error)\n }\n throw error\n } finally {\n }\n}\n\n// Define the REST API and Graphql API\nexport const api = createApi({\n reducerPath: 'restApi',\n baseQuery: baseQueryWithRedirect,\n endpoints: () => ({}),\n tagTypes,\n})\n"],"names":["combineBaseQueries","defaultBQ","caseBQs","arg","api","extraOptions","predicate","baseQuery","buildOperations","ids","type","data","id","tagTypes","prepareHeaders","headers","storedAccessToken","client","GraphQLClient","baseGraphqlQuery","graphqlRequestBaseQuery","fetchBaseQuery","polymorphBaseQuery","args","baseQueryWithRedirect","url","shouldRedirectToLogin","result","error","createApi"],"mappings":"yaAkBMA,EACJ,CAUEC,KACGC,IAOL,CAACC,EAAKC,EAAKC,IAAiB,CAC1B,SAAW,CAAE,UAAAC,EAAW,UAAAC,CAAAA,IAAeL,EACrC,GAAII,EAAUH,EAAKC,EAAKC,CAAY,EAClC,OAAOE,EAAUJ,EAAKC,EAAKC,CAAY,EAG3C,OAAOJ,EAAUE,EAAKC,EAAKC,CAAY,CACzC,EAGWG,EAAkB,CAACC,EAAeC,EAAcC,IAC3DF,EAAI,IAAKG,IAAQ,CACf,KAAM,SACN,WAAYF,EACZ,SAAUE,EACV,KAAAD,CACF,EAAE,EAEEE,EAAW,CACf,cACA,eACA,UACA,WACA,YACA,gBACA,oBACA,yBACA,sBACA,iBACA,YACA,SACA,aACA,SACA,cACA,cACA,oBACA,SACA,WACA,mBACA,SACA,mBACA,aACA,iBACA,sBACA,mBACA,WACA,SACA,YACA,QACA,OACA,gBACA,SACA,aACA,QACA,cACA,eACA,UACA,WACA,UACA,gBACA,WACA,SACA,UACA,UACA,UACA,iBACA,SACA,YACA,eACA,qBACA,MACA,OACA,OACA,OACA,WACA,UACA,OACA,SACA,WACA,WACA,OACA,iBACA,QACA,UACF,EAEMC,EAAkBC,GAAiB,CACvC,MAAMC,EAAoB,aAAa,QAAQ,aAAa,EAC5D,OAAIA,GACFD,EAAQ,IAAI,gBAAiB,UAAUC,CAAiB,EAAE,EAG5DD,EAAQ,IAAI,WAAY,OAAO,QAAQ,EAEhCA,CACT,EAEaE,EAAS,IAAIC,EAAAA,cAAc,GAAG,OAAO,SAAS,MAAM,UAAU,EAErEC,EAAmBC,EAAAA,wBAAwB,CAC/C,eAAAN,EACA,IAAK,WAEL,OAAAG,CACF,CAAC,EAGKV,EAAYc,EAAAA,eAAe,CAAE,QAAS,IAAK,eAAAP,EAAgC,EAE3EQ,EAAqBtB,EAAmBO,EAAW,CACvD,UAAWY,EACX,UAAYI,GAAc,CAAC,CAACA,EAAK,UAAY,CAAC,CAACA,EAAK,SACtD,CAAC,EAGKC,EAAuF,MAC3FD,EACAnB,EACAC,IACG,CACH,MAAMoB,EAAM,OAAO,SAAS,SACtBC,EAAwB,IAAM,CAC9B,CAACD,EAAI,SAAS,SAAS,GAAK,CAACA,EAAI,WAAW,QAAQ,IACtD,QAAQ,MAAM,yBAAyB,EACvC,OAAO,SAAS,KAAO,SAE3B,EAEA,GAAI,CACF,MAAME,EAAS,MAAML,EAAmBC,EAAMnB,EAAKC,CAAY,EAG/D,OAAIsB,GAAQ,OAAO,SAAW,KAC5BD,EAAA,EAGKC,CACT,OAASC,EAAY,CACnB,MAAIA,GAAO,UAAYA,EAAM,UAAU,SAAW,IAChDF,EAAA,EAEA,QAAQ,MAAME,CAAK,EAEfA,CACR,CAEF,EAGaxB,EAAMyB,EAAAA,UAAU,CAC3B,YAAa,UACb,UAAWL,EACX,UAAW,KAAO,CAAA,GAClB,SAAAX,CACF,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { createApi as c } from "
|
|
1
|
+
import { createApi as c } from "../../../../node_modules/@reduxjs/toolkit/dist/query/react/rtk-query-react.modern.es.js";
|
|
2
2
|
import { graphqlRequestBaseQuery as d } from "@rtk-query/graphql-request-base-query";
|
|
3
|
-
import { GraphQLClient as l } from "
|
|
4
|
-
import { fetchBaseQuery as u } from "
|
|
3
|
+
import { GraphQLClient as l } from "../../../../node_modules/graphql-request/build/legacy/classes/GraphQLClient.es.js";
|
|
4
|
+
import { fetchBaseQuery as u } from "../../../../node_modules/@reduxjs/toolkit/dist/query/rtk-query.modern.es.js";
|
|
5
5
|
const p = (e, ...s) => (o, r, n) => {
|
|
6
6
|
for (const { predicate: t, baseQuery: a } of s)
|
|
7
7
|
if (t(o, r, n))
|
|
@@ -98,7 +98,6 @@ const p = (e, ...s) => (o, r, n) => {
|
|
|
98
98
|
return t?.error?.status === 401 && n(), t;
|
|
99
99
|
} catch (t) {
|
|
100
100
|
throw t?.response && t.response?.status === 401 ? n() : console.error(t), t;
|
|
101
|
-
} finally {
|
|
102
101
|
}
|
|
103
102
|
}, L = c({
|
|
104
103
|
reducerPath: "restApi",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.es.js","sources":["../../../../../src/api/base/client.ts"],"sourcesContent":["// Need to use the React-specific entry point to allow generating React hooks\nimport { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'\nimport { graphqlRequestBaseQuery } from '@rtk-query/graphql-request-base-query'\nimport type {\n BaseQueryApi,\n BaseQueryFn,\n FetchArgs,\n FetchBaseQueryError,\n} from '@reduxjs/toolkit/query'\nimport { GraphQLClient } from 'graphql-request'\nimport type {\n BaseQueryArg,\n BaseQueryError,\n BaseQueryExtraOptions,\n BaseQueryResult,\n} from './baseQueryTypes'\n\n// https://github.com/reduxjs/redux-toolkit/discussions/3161\nconst combineBaseQueries =\n <\n DefaultBQ extends BaseQueryFn<any, any, any, any, any>,\n CaseBQs extends {\n predicate: (arg: unknown, api: BaseQueryApi, extraOptions: unknown) => boolean\n baseQuery: BaseQueryFn<any, any, any, any, any>\n }[],\n AllBQs extends DefaultBQ | CaseBQs[number]['baseQuery'] =\n | DefaultBQ\n | CaseBQs[number]['baseQuery'],\n >(\n defaultBQ: DefaultBQ,\n ...caseBQs: CaseBQs\n ): BaseQueryFn<\n BaseQueryArg<AllBQs>,\n BaseQueryResult<AllBQs>,\n BaseQueryError<AllBQs>,\n BaseQueryExtraOptions<AllBQs>\n > =>\n (arg, api, extraOptions) => {\n for (const { predicate, baseQuery } of caseBQs) {\n if (predicate(arg, api, extraOptions)) {\n return baseQuery(arg, api, extraOptions)\n }\n }\n return defaultBQ(arg, api, extraOptions)\n }\n\n// Util function\nexport const buildOperations = (ids: string[], type: string, data: any) =>\n ids.map((id) => ({\n type: 'update',\n entityType: type,\n entityId: id,\n data,\n }))\n\nconst tagTypes = [\n 'accessGroup',\n 'actionConfig',\n 'actions',\n 'activity',\n 'addonList',\n 'addonSettings',\n 'addonSettingsList',\n 'addonSettingsOverrides',\n 'addonSettingsSchema',\n 'anatomyPresets',\n 'attribute',\n 'branch',\n 'bundleList',\n 'config',\n 'connections',\n 'customRoots',\n 'dependencyPackage',\n 'detail',\n 'entities',\n 'entitiesVersions',\n 'entity',\n 'entityActivities',\n 'entityList',\n 'entityListItem',\n 'entityListAttribute',\n 'entityListFolder',\n 'feedback',\n 'folder',\n 'hierarchy',\n 'inbox',\n 'info',\n 'installerList',\n 'kanban',\n 'kanBanTask',\n 'login',\n 'marketAddon',\n 'overviewTask',\n 'product',\n 'progress',\n 'project',\n 'projectAddons',\n 'projects',\n 'review',\n 'secrets',\n 'service',\n 'session',\n 'settingsAddons',\n 'shared',\n 'siteRoots',\n 'siteSettings',\n 'siteSettingsSchema',\n 'tag',\n 'task',\n 'team',\n 'user',\n 'userPool',\n 'version',\n 'view',\n 'viewer',\n 'watchers',\n 'workfile',\n 'link',\n 'linkSearchItem',\n 'guest',\n 'category',\n]\n\nconst prepareHeaders = (headers: any) => {\n const storedAccessToken = localStorage.getItem('accessToken')\n if (storedAccessToken) {\n headers.set('Authorization', `Bearer ${storedAccessToken}`)\n }\n // @ts-ignore\n headers.set('X-Sender', window.senderId)\n\n return headers\n}\n\nexport const client = new GraphQLClient(`${window.location.origin}/graphql`)\n\nconst baseGraphqlQuery = graphqlRequestBaseQuery({\n prepareHeaders: prepareHeaders,\n url: '/graphql',\n // @ts-ignore\n client: client,\n})\n\n// check for 401 and redirect to login\nconst baseQuery = fetchBaseQuery({ baseUrl: '/', prepareHeaders: prepareHeaders })\n\nconst polymorphBaseQuery = combineBaseQueries(baseQuery, {\n baseQuery: baseGraphqlQuery,\n predicate: (args: any) => !!args.document && !!args.variables,\n})\n\n// @ts-ignore\nconst baseQueryWithRedirect: BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError> = async (\n args,\n api,\n extraOptions,\n) => {\n const url = window.location.pathname\n const shouldRedirectToLogin = () => {\n if (!url.includes('connect') && !url.startsWith('/login')) {\n console.error('Unauthorized: 401 error')\n window.location.href = '/login'\n }\n }\n\n try {\n const result = await polymorphBaseQuery(args, api, extraOptions)\n\n // @ts-ignore\n if (result?.error?.status === 401) {\n shouldRedirectToLogin()\n }\n\n return result\n } catch (error: any) {\n if (error?.response && error.response?.status === 401) {\n shouldRedirectToLogin()\n } else {\n console.error(error)\n }\n throw error\n } finally {\n }\n}\n\n// Define the REST API and Graphql API\nexport const api = createApi({\n reducerPath: 'restApi',\n baseQuery: baseQueryWithRedirect,\n endpoints: () => ({}),\n tagTypes,\n})\n"],"names":["combineBaseQueries","defaultBQ","caseBQs","arg","api","extraOptions","predicate","baseQuery","buildOperations","ids","type","data","id","tagTypes","prepareHeaders","headers","storedAccessToken","client","GraphQLClient","baseGraphqlQuery","graphqlRequestBaseQuery","fetchBaseQuery","polymorphBaseQuery","args","baseQueryWithRedirect","url","shouldRedirectToLogin","result","error","createApi"],"mappings":";;;;AAkBA,MAAMA,IACJ,CAUEC,MACGC,MAOL,CAACC,GAAKC,GAAKC,MAAiB;AAC1B,aAAW,EAAE,WAAAC,GAAW,WAAAC,EAAAA,KAAeL;AACrC,QAAII,EAAUH,GAAKC,GAAKC,CAAY;AAClC,aAAOE,EAAUJ,GAAKC,GAAKC,CAAY;AAG3C,SAAOJ,EAAUE,GAAKC,GAAKC,CAAY;AACzC,GAGWG,IAAkB,CAACC,GAAeC,GAAcC,MAC3DF,EAAI,IAAI,CAACG,OAAQ;AAAA,EACf,MAAM;AAAA,EACN,YAAYF;AAAA,EACZ,UAAUE;AAAA,EACV,MAAAD;AACF,EAAE,GAEEE,IAAW;AAAA,EACf;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAEMC,IAAiB,CAACC,MAAiB;AACvC,QAAMC,IAAoB,aAAa,QAAQ,aAAa;AAC5D,SAAIA,KACFD,EAAQ,IAAI,iBAAiB,UAAUC,CAAiB,EAAE,GAG5DD,EAAQ,IAAI,YAAY,OAAO,QAAQ,GAEhCA;AACT,GAEaE,IAAS,IAAIC,EAAc,GAAG,OAAO,SAAS,MAAM,UAAU,GAErEC,IAAmBC,EAAwB;AAAA,EAC/C,gBAAAN;AAAA,EACA,KAAK;AAAA;AAAA,EAEL,QAAAG;AACF,CAAC,GAGKV,IAAYc,EAAe,EAAE,SAAS,KAAK,gBAAAP,GAAgC,GAE3EQ,IAAqBtB,EAAmBO,GAAW;AAAA,EACvD,WAAWY;AAAA,EACX,WAAW,CAACI,MAAc,CAAC,CAACA,EAAK,YAAY,CAAC,CAACA,EAAK;AACtD,CAAC,GAGKC,IAAuF,OAC3FD,GACAnB,GACAC,MACG;AACH,QAAMoB,IAAM,OAAO,SAAS,UACtBC,IAAwB,MAAM;AAClC,IAAI,CAACD,EAAI,SAAS,SAAS,KAAK,CAACA,EAAI,WAAW,QAAQ,MACtD,QAAQ,MAAM,yBAAyB,GACvC,OAAO,SAAS,OAAO;AAAA,EAE3B;AAEA,MAAI;AACF,UAAME,IAAS,MAAML,EAAmBC,GAAMnB,GAAKC,CAAY;AAG/D,WAAIsB,GAAQ,OAAO,WAAW,OAC5BD,EAAA,GAGKC;AAAA,EACT,SAASC,GAAY;AACnB,UAAIA,GAAO,YAAYA,EAAM,UAAU,WAAW,MAChDF,EAAA,IAEA,QAAQ,MAAME,CAAK,GAEfA;AAAA,EACR
|
|
1
|
+
{"version":3,"file":"client.es.js","sources":["../../../../../src/api/base/client.ts"],"sourcesContent":["// Need to use the React-specific entry point to allow generating React hooks\nimport { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'\nimport { graphqlRequestBaseQuery } from '@rtk-query/graphql-request-base-query'\nimport type {\n BaseQueryApi,\n BaseQueryFn,\n FetchArgs,\n FetchBaseQueryError,\n} from '@reduxjs/toolkit/query'\nimport { GraphQLClient } from 'graphql-request'\nimport type {\n BaseQueryArg,\n BaseQueryError,\n BaseQueryExtraOptions,\n BaseQueryResult,\n} from './baseQueryTypes'\n\n// https://github.com/reduxjs/redux-toolkit/discussions/3161\nconst combineBaseQueries =\n <\n DefaultBQ extends BaseQueryFn<any, any, any, any, any>,\n CaseBQs extends {\n predicate: (arg: unknown, api: BaseQueryApi, extraOptions: unknown) => boolean\n baseQuery: BaseQueryFn<any, any, any, any, any>\n }[],\n AllBQs extends DefaultBQ | CaseBQs[number]['baseQuery'] =\n | DefaultBQ\n | CaseBQs[number]['baseQuery'],\n >(\n defaultBQ: DefaultBQ,\n ...caseBQs: CaseBQs\n ): BaseQueryFn<\n BaseQueryArg<AllBQs>,\n BaseQueryResult<AllBQs>,\n BaseQueryError<AllBQs>,\n BaseQueryExtraOptions<AllBQs>\n > =>\n (arg, api, extraOptions) => {\n for (const { predicate, baseQuery } of caseBQs) {\n if (predicate(arg, api, extraOptions)) {\n return baseQuery(arg, api, extraOptions)\n }\n }\n return defaultBQ(arg, api, extraOptions)\n }\n\n// Util function\nexport const buildOperations = (ids: string[], type: string, data: any) =>\n ids.map((id) => ({\n type: 'update',\n entityType: type,\n entityId: id,\n data,\n }))\n\nconst tagTypes = [\n 'accessGroup',\n 'actionConfig',\n 'actions',\n 'activity',\n 'addonList',\n 'addonSettings',\n 'addonSettingsList',\n 'addonSettingsOverrides',\n 'addonSettingsSchema',\n 'anatomyPresets',\n 'attribute',\n 'branch',\n 'bundleList',\n 'config',\n 'connections',\n 'customRoots',\n 'dependencyPackage',\n 'detail',\n 'entities',\n 'entitiesVersions',\n 'entity',\n 'entityActivities',\n 'entityList',\n 'entityListItem',\n 'entityListAttribute',\n 'entityListFolder',\n 'feedback',\n 'folder',\n 'hierarchy',\n 'inbox',\n 'info',\n 'installerList',\n 'kanban',\n 'kanBanTask',\n 'login',\n 'marketAddon',\n 'overviewTask',\n 'product',\n 'progress',\n 'project',\n 'projectAddons',\n 'projects',\n 'review',\n 'secrets',\n 'service',\n 'session',\n 'settingsAddons',\n 'shared',\n 'siteRoots',\n 'siteSettings',\n 'siteSettingsSchema',\n 'tag',\n 'task',\n 'team',\n 'user',\n 'userPool',\n 'version',\n 'view',\n 'viewer',\n 'watchers',\n 'workfile',\n 'link',\n 'linkSearchItem',\n 'guest',\n 'category',\n]\n\nconst prepareHeaders = (headers: any) => {\n const storedAccessToken = localStorage.getItem('accessToken')\n if (storedAccessToken) {\n headers.set('Authorization', `Bearer ${storedAccessToken}`)\n }\n // @ts-ignore\n headers.set('X-Sender', window.senderId)\n\n return headers\n}\n\nexport const client = new GraphQLClient(`${window.location.origin}/graphql`)\n\nconst baseGraphqlQuery = graphqlRequestBaseQuery({\n prepareHeaders: prepareHeaders,\n url: '/graphql',\n // @ts-ignore\n client: client,\n})\n\n// check for 401 and redirect to login\nconst baseQuery = fetchBaseQuery({ baseUrl: '/', prepareHeaders: prepareHeaders })\n\nconst polymorphBaseQuery = combineBaseQueries(baseQuery, {\n baseQuery: baseGraphqlQuery,\n predicate: (args: any) => !!args.document && !!args.variables,\n})\n\n// @ts-ignore\nconst baseQueryWithRedirect: BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError> = async (\n args,\n api,\n extraOptions,\n) => {\n const url = window.location.pathname\n const shouldRedirectToLogin = () => {\n if (!url.includes('connect') && !url.startsWith('/login')) {\n console.error('Unauthorized: 401 error')\n window.location.href = '/login'\n }\n }\n\n try {\n const result = await polymorphBaseQuery(args, api, extraOptions)\n\n // @ts-ignore\n if (result?.error?.status === 401) {\n shouldRedirectToLogin()\n }\n\n return result\n } catch (error: any) {\n if (error?.response && error.response?.status === 401) {\n shouldRedirectToLogin()\n } else {\n console.error(error)\n }\n throw error\n } finally {\n }\n}\n\n// Define the REST API and Graphql API\nexport const api = createApi({\n reducerPath: 'restApi',\n baseQuery: baseQueryWithRedirect,\n endpoints: () => ({}),\n tagTypes,\n})\n"],"names":["combineBaseQueries","defaultBQ","caseBQs","arg","api","extraOptions","predicate","baseQuery","buildOperations","ids","type","data","id","tagTypes","prepareHeaders","headers","storedAccessToken","client","GraphQLClient","baseGraphqlQuery","graphqlRequestBaseQuery","fetchBaseQuery","polymorphBaseQuery","args","baseQueryWithRedirect","url","shouldRedirectToLogin","result","error","createApi"],"mappings":";;;;AAkBA,MAAMA,IACJ,CAUEC,MACGC,MAOL,CAACC,GAAKC,GAAKC,MAAiB;AAC1B,aAAW,EAAE,WAAAC,GAAW,WAAAC,EAAAA,KAAeL;AACrC,QAAII,EAAUH,GAAKC,GAAKC,CAAY;AAClC,aAAOE,EAAUJ,GAAKC,GAAKC,CAAY;AAG3C,SAAOJ,EAAUE,GAAKC,GAAKC,CAAY;AACzC,GAGWG,IAAkB,CAACC,GAAeC,GAAcC,MAC3DF,EAAI,IAAI,CAACG,OAAQ;AAAA,EACf,MAAM;AAAA,EACN,YAAYF;AAAA,EACZ,UAAUE;AAAA,EACV,MAAAD;AACF,EAAE,GAEEE,IAAW;AAAA,EACf;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAEMC,IAAiB,CAACC,MAAiB;AACvC,QAAMC,IAAoB,aAAa,QAAQ,aAAa;AAC5D,SAAIA,KACFD,EAAQ,IAAI,iBAAiB,UAAUC,CAAiB,EAAE,GAG5DD,EAAQ,IAAI,YAAY,OAAO,QAAQ,GAEhCA;AACT,GAEaE,IAAS,IAAIC,EAAc,GAAG,OAAO,SAAS,MAAM,UAAU,GAErEC,IAAmBC,EAAwB;AAAA,EAC/C,gBAAAN;AAAA,EACA,KAAK;AAAA;AAAA,EAEL,QAAAG;AACF,CAAC,GAGKV,IAAYc,EAAe,EAAE,SAAS,KAAK,gBAAAP,GAAgC,GAE3EQ,IAAqBtB,EAAmBO,GAAW;AAAA,EACvD,WAAWY;AAAA,EACX,WAAW,CAACI,MAAc,CAAC,CAACA,EAAK,YAAY,CAAC,CAACA,EAAK;AACtD,CAAC,GAGKC,IAAuF,OAC3FD,GACAnB,GACAC,MACG;AACH,QAAMoB,IAAM,OAAO,SAAS,UACtBC,IAAwB,MAAM;AAClC,IAAI,CAACD,EAAI,SAAS,SAAS,KAAK,CAACA,EAAI,WAAW,QAAQ,MACtD,QAAQ,MAAM,yBAAyB,GACvC,OAAO,SAAS,OAAO;AAAA,EAE3B;AAEA,MAAI;AACF,UAAME,IAAS,MAAML,EAAmBC,GAAMnB,GAAKC,CAAY;AAG/D,WAAIsB,GAAQ,OAAO,WAAW,OAC5BD,EAAA,GAGKC;AAAA,EACT,SAASC,GAAY;AACnB,UAAIA,GAAO,YAAYA,EAAM,UAAU,WAAW,MAChDF,EAAA,IAEA,QAAQ,MAAME,CAAK,GAEfA;AAAA,EACR;AAEF,GAGaxB,IAAMyB,EAAU;AAAA,EAC3B,aAAa;AAAA,EACb,WAAWL;AAAA,EACX,WAAW,OAAO,CAAA;AAAA,EAClB,UAAAX;AACF,CAAC;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activityFeed.cjs.js","sources":["../../../../../src/api/generated/activityFeed.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n postProjectActivity: build.mutation<PostProjectActivityApiResponse, PostProjectActivityApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/activities`,\n method: 'POST',\n body: queryArg.projectActivityPostModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n deleteProjectActivity: build.mutation<\n DeleteProjectActivityApiResponse,\n DeleteProjectActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}`,\n method: 'DELETE',\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n patchProjectActivity: build.mutation<\n PatchProjectActivityApiResponse,\n PatchProjectActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}`,\n method: 'PATCH',\n body: queryArg.activityPatchModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n getActivityCategories: build.query<\n GetActivityCategoriesApiResponse,\n GetActivityCategoriesApiArg\n >({\n query: (queryArg) => ({ url: `/api/projects/${queryArg.projectName}/activityCategories` }),\n }),\n createReactionToActivity: build.mutation<\n CreateReactionToActivityApiResponse,\n CreateReactionToActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}/reactions`,\n method: 'POST',\n body: queryArg.createReactionModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n deleteReactionToActivity: build.mutation<\n DeleteReactionToActivityApiResponse,\n DeleteReactionToActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}/reactions/${queryArg.reaction}`,\n method: 'DELETE',\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n suggestEntityMention: build.mutation<\n SuggestEntityMentionApiResponse,\n SuggestEntityMentionApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/suggest`,\n method: 'POST',\n body: queryArg.suggestRequest,\n }),\n }),\n getEntityWatchers: build.query<GetEntityWatchersApiResponse, GetEntityWatchersApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/watchers`,\n }),\n }),\n setEntityWatchers: build.mutation<SetEntityWatchersApiResponse, SetEntityWatchersApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/watchers`,\n method: 'POST',\n body: queryArg.watchersModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type PostProjectActivityApiResponse =\n /** status 201 Successful Response */ CreateActivityResponseModel\nexport type PostProjectActivityApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n projectActivityPostModel: ProjectActivityPostModel\n}\nexport type DeleteProjectActivityApiResponse = /** status 200 Successful Response */ any\nexport type DeleteProjectActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n}\nexport type PatchProjectActivityApiResponse = /** status 200 Successful Response */ any\nexport type PatchProjectActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n activityPatchModel: ActivityPatchModel\n}\nexport type GetActivityCategoriesApiResponse =\n /** status 200 Successful Response */ ActivityCategoriesResponseModel\nexport type GetActivityCategoriesApiArg = {\n projectName: string\n}\nexport type CreateReactionToActivityApiResponse = /** status 201 Successful Response */ any\nexport type CreateReactionToActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n createReactionModel: CreateReactionModel\n}\nexport type DeleteReactionToActivityApiResponse = unknown\nexport type DeleteReactionToActivityApiArg = {\n /** The reaction to be deleted */\n reaction: string\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n}\nexport type SuggestEntityMentionApiResponse = /** status 200 Successful Response */ SuggestResponse\nexport type SuggestEntityMentionApiArg = {\n projectName: string\n suggestRequest: SuggestRequest\n}\nexport type GetEntityWatchersApiResponse = /** status 200 Successful Response */ WatchersModel\nexport type GetEntityWatchersApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n}\nexport type SetEntityWatchersApiResponse = /** status 201 Successful Response */ any\nexport type SetEntityWatchersApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n watchersModel: WatchersModel\n}\nexport type CreateActivityResponseModel = {\n id: string\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type ProjectActivityPostModel = {\n /** Explicitly set the ID of the activity */\n id?: string\n activityType:\n | 'comment'\n | 'watch'\n | 'reviewable'\n | 'status.change'\n | 'assignee.add'\n | 'assignee.remove'\n | 'version.publish'\n body?: string\n tags?: string[]\n files?: string[]\n timestamp?: string\n /** Additional data */\n data?: Record<string, any>\n}\nexport type ActivityPatchModel = {\n /** When set, update the activity body */\n body?: string\n /** When set, update the activity tags */\n tags?: string[]\n /** When set, update the activity files */\n files?: string[]\n /** When true, append files to the existing ones. replace them otherwise */\n appendFiles?: boolean\n data?: Record<string, any>\n}\nexport type ActivityCategoriesResponseModel = {\n categories: object[]\n}\nexport type CreateReactionModel = {\n /** The reaction to be created */\n reaction: string\n}\nexport type UserSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n name: string\n fullName?: string\n}\nexport type FolderSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n folderType: string\n name: string\n label?: string\n thumbnailId?: string\n}\nexport type TaskSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n taskType: string\n name: string\n label?: string\n thumbnailId?: string\n parent?: FolderSuggestionItem\n}\nexport type ProductSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n name: string\n productType: string\n parent?: FolderSuggestionItem\n}\nexport type VersionSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n version: number\n parent?: ProductSuggestionItem\n name?: string\n}\nexport type SuggestResponse = {\n users?: UserSuggestionItem[]\n tasks?: TaskSuggestionItem[]\n versions?: VersionSuggestionItem[]\n}\nexport type SuggestRequest = {\n entityType: 'folder' | 'task' | 'version'\n entityId: string\n}\nexport type WatchersModel = {\n watchers: string[]\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":"yHACMA,EAAiBC,EAAAA,IAAI,gBAAgB,CACzC,UAAYC,IAAW,CACrB,oBAAqBA,EAAM,SAAoE,CAC7F,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ,cACtF,OAAQ,OACR,KAAMA,EAAS,yBACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,sBAAuBD,EAAM,SAG3B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,GAC5E,OAAQ,SACR,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,qBAAsBD,EAAM,SAG1B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,GAC5E,OAAQ,QACR,KAAMA,EAAS,mBACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,sBAAuBD,EAAM,MAG3B,CACA,MAAQC,IAAc,CAAE,IAAK,iBAAiBA,EAAS,WAAW,qBAAA,EAAsB,CACzF,EACD,yBAA0BD,EAAM,SAG9B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,aAC5E,OAAQ,OACR,KAAMA,EAAS,oBACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,yBAA0BD,EAAM,SAG9B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,cAAcA,EAAS,QAAQ,GAC3G,OAAQ,SACR,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,qBAAsBD,EAAM,SAG1B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,WAC1C,OAAQ,OACR,KAAMA,EAAS,cAAA,EACjB,CACD,EACD,kBAAmBD,EAAM,MAA6D,CACpF,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ,WAAA,EACxF,CACD,EACD,kBAAmBD,EAAM,SAAgE,CACvF,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ,YACtF,OAAQ,OACR,KAAMA,EAAS,cACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,CAAA,GAEH,iBAAkB,EACpB,CAAC"}
|
|
1
|
+
{"version":3,"file":"activityFeed.cjs.js","sources":["../../../../../src/api/generated/activityFeed.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n postProjectActivity: build.mutation<PostProjectActivityApiResponse, PostProjectActivityApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/activities`,\n method: 'POST',\n body: queryArg.projectActivityPostModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n deleteProjectActivity: build.mutation<\n DeleteProjectActivityApiResponse,\n DeleteProjectActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}`,\n method: 'DELETE',\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n patchProjectActivity: build.mutation<\n PatchProjectActivityApiResponse,\n PatchProjectActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}`,\n method: 'PATCH',\n body: queryArg.activityPatchModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n getActivityCategories: build.query<\n GetActivityCategoriesApiResponse,\n GetActivityCategoriesApiArg\n >({\n query: (queryArg) => ({ url: `/api/projects/${queryArg.projectName}/activityCategories` }),\n }),\n createReactionToActivity: build.mutation<\n CreateReactionToActivityApiResponse,\n CreateReactionToActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}/reactions`,\n method: 'POST',\n body: queryArg.createReactionModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n deleteReactionToActivity: build.mutation<\n DeleteReactionToActivityApiResponse,\n DeleteReactionToActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}/reactions/${queryArg.reaction}`,\n method: 'DELETE',\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n suggestEntityMention: build.mutation<\n SuggestEntityMentionApiResponse,\n SuggestEntityMentionApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/suggest`,\n method: 'POST',\n body: queryArg.suggestRequest,\n }),\n }),\n getEntityWatchers: build.query<GetEntityWatchersApiResponse, GetEntityWatchersApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/watchers`,\n }),\n }),\n setEntityWatchers: build.mutation<SetEntityWatchersApiResponse, SetEntityWatchersApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/watchers`,\n method: 'POST',\n body: queryArg.watchersModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type PostProjectActivityApiResponse =\n /** status 201 Successful Response */ CreateActivityResponseModel\nexport type PostProjectActivityApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n projectActivityPostModel: ProjectActivityPostModel\n}\nexport type DeleteProjectActivityApiResponse = /** status 200 Successful Response */ any\nexport type DeleteProjectActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n}\nexport type PatchProjectActivityApiResponse = /** status 200 Successful Response */ any\nexport type PatchProjectActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n activityPatchModel: ActivityPatchModel\n}\nexport type GetActivityCategoriesApiResponse =\n /** status 200 Successful Response */ ActivityCategoriesResponseModel\nexport type GetActivityCategoriesApiArg = {\n projectName: string\n}\nexport type CreateReactionToActivityApiResponse = /** status 201 Successful Response */ any\nexport type CreateReactionToActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n createReactionModel: CreateReactionModel\n}\nexport type DeleteReactionToActivityApiResponse = unknown\nexport type DeleteReactionToActivityApiArg = {\n /** The reaction to be deleted */\n reaction: string\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n}\nexport type SuggestEntityMentionApiResponse = /** status 200 Successful Response */ SuggestResponse\nexport type SuggestEntityMentionApiArg = {\n projectName: string\n suggestRequest: SuggestRequest\n}\nexport type GetEntityWatchersApiResponse = /** status 200 Successful Response */ WatchersModel\nexport type GetEntityWatchersApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n}\nexport type SetEntityWatchersApiResponse = /** status 201 Successful Response */ any\nexport type SetEntityWatchersApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n watchersModel: WatchersModel\n}\nexport type CreateActivityResponseModel = {\n id: string\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type ProjectActivityPostModel = {\n /** Explicitly set the ID of the activity */\n id?: string\n activityType:\n | 'comment'\n | 'watch'\n | 'reviewable'\n | 'status.change'\n | 'assignee.add'\n | 'assignee.remove'\n | 'version.publish'\n body?: string\n tags?: string[]\n files?: string[]\n timestamp?: string\n /** Additional data */\n data?: Record<string, any>\n}\nexport type ActivityPatchModel = {\n /** When set, update the activity body */\n body?: string\n /** When set, update the activity tags */\n tags?: string[]\n /** When set, update the activity files */\n files?: string[]\n /** When true, append files to the existing ones. replace them otherwise */\n appendFiles?: boolean\n data?: Record<string, any>\n}\nexport type ActivityCategoriesResponseModel = {\n categories: object[]\n}\nexport type CreateReactionModel = {\n /** The reaction to be created */\n reaction: string\n}\nexport type UserSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n name: string\n fullName?: string\n}\nexport type TeamSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n name: string\n}\nexport type FolderSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n folderType: string\n name: string\n label?: string\n thumbnailId?: string\n}\nexport type TaskSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n taskType: string\n name: string\n label?: string\n thumbnailId?: string\n parent?: FolderSuggestionItem\n}\nexport type ProductSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n name: string\n productType: string\n parent?: FolderSuggestionItem\n}\nexport type VersionSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n version: number\n parent?: ProductSuggestionItem\n name?: string\n}\nexport type SuggestResponse = {\n users?: UserSuggestionItem[]\n teams?: TeamSuggestionItem[]\n tasks?: TaskSuggestionItem[]\n versions?: VersionSuggestionItem[]\n}\nexport type SuggestRequest = {\n entityType: 'folder' | 'task' | 'version'\n entityId: string\n}\nexport type WatchersModel = {\n watchers: string[]\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":"yHACMA,EAAiBC,EAAAA,IAAI,gBAAgB,CACzC,UAAYC,IAAW,CACrB,oBAAqBA,EAAM,SAAoE,CAC7F,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ,cACtF,OAAQ,OACR,KAAMA,EAAS,yBACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,sBAAuBD,EAAM,SAG3B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,GAC5E,OAAQ,SACR,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,qBAAsBD,EAAM,SAG1B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,GAC5E,OAAQ,QACR,KAAMA,EAAS,mBACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,sBAAuBD,EAAM,MAG3B,CACA,MAAQC,IAAc,CAAE,IAAK,iBAAiBA,EAAS,WAAW,qBAAA,EAAsB,CACzF,EACD,yBAA0BD,EAAM,SAG9B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,aAC5E,OAAQ,OACR,KAAMA,EAAS,oBACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,yBAA0BD,EAAM,SAG9B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,cAAcA,EAAS,QAAQ,GAC3G,OAAQ,SACR,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,EACD,qBAAsBD,EAAM,SAG1B,CACA,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,WAC1C,OAAQ,OACR,KAAMA,EAAS,cAAA,EACjB,CACD,EACD,kBAAmBD,EAAM,MAA6D,CACpF,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ,WAAA,EACxF,CACD,EACD,kBAAmBD,EAAM,SAAgE,CACvF,MAAQC,IAAc,CACpB,IAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ,YACtF,OAAQ,OACR,KAAMA,EAAS,cACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAAA,CAC3C,EACF,CACD,CAAA,GAEH,iBAAkB,EACpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activityFeed.es.js","sources":["../../../../../src/api/generated/activityFeed.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n postProjectActivity: build.mutation<PostProjectActivityApiResponse, PostProjectActivityApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/activities`,\n method: 'POST',\n body: queryArg.projectActivityPostModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n deleteProjectActivity: build.mutation<\n DeleteProjectActivityApiResponse,\n DeleteProjectActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}`,\n method: 'DELETE',\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n patchProjectActivity: build.mutation<\n PatchProjectActivityApiResponse,\n PatchProjectActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}`,\n method: 'PATCH',\n body: queryArg.activityPatchModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n getActivityCategories: build.query<\n GetActivityCategoriesApiResponse,\n GetActivityCategoriesApiArg\n >({\n query: (queryArg) => ({ url: `/api/projects/${queryArg.projectName}/activityCategories` }),\n }),\n createReactionToActivity: build.mutation<\n CreateReactionToActivityApiResponse,\n CreateReactionToActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}/reactions`,\n method: 'POST',\n body: queryArg.createReactionModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n deleteReactionToActivity: build.mutation<\n DeleteReactionToActivityApiResponse,\n DeleteReactionToActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}/reactions/${queryArg.reaction}`,\n method: 'DELETE',\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n suggestEntityMention: build.mutation<\n SuggestEntityMentionApiResponse,\n SuggestEntityMentionApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/suggest`,\n method: 'POST',\n body: queryArg.suggestRequest,\n }),\n }),\n getEntityWatchers: build.query<GetEntityWatchersApiResponse, GetEntityWatchersApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/watchers`,\n }),\n }),\n setEntityWatchers: build.mutation<SetEntityWatchersApiResponse, SetEntityWatchersApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/watchers`,\n method: 'POST',\n body: queryArg.watchersModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type PostProjectActivityApiResponse =\n /** status 201 Successful Response */ CreateActivityResponseModel\nexport type PostProjectActivityApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n projectActivityPostModel: ProjectActivityPostModel\n}\nexport type DeleteProjectActivityApiResponse = /** status 200 Successful Response */ any\nexport type DeleteProjectActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n}\nexport type PatchProjectActivityApiResponse = /** status 200 Successful Response */ any\nexport type PatchProjectActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n activityPatchModel: ActivityPatchModel\n}\nexport type GetActivityCategoriesApiResponse =\n /** status 200 Successful Response */ ActivityCategoriesResponseModel\nexport type GetActivityCategoriesApiArg = {\n projectName: string\n}\nexport type CreateReactionToActivityApiResponse = /** status 201 Successful Response */ any\nexport type CreateReactionToActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n createReactionModel: CreateReactionModel\n}\nexport type DeleteReactionToActivityApiResponse = unknown\nexport type DeleteReactionToActivityApiArg = {\n /** The reaction to be deleted */\n reaction: string\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n}\nexport type SuggestEntityMentionApiResponse = /** status 200 Successful Response */ SuggestResponse\nexport type SuggestEntityMentionApiArg = {\n projectName: string\n suggestRequest: SuggestRequest\n}\nexport type GetEntityWatchersApiResponse = /** status 200 Successful Response */ WatchersModel\nexport type GetEntityWatchersApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n}\nexport type SetEntityWatchersApiResponse = /** status 201 Successful Response */ any\nexport type SetEntityWatchersApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n watchersModel: WatchersModel\n}\nexport type CreateActivityResponseModel = {\n id: string\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type ProjectActivityPostModel = {\n /** Explicitly set the ID of the activity */\n id?: string\n activityType:\n | 'comment'\n | 'watch'\n | 'reviewable'\n | 'status.change'\n | 'assignee.add'\n | 'assignee.remove'\n | 'version.publish'\n body?: string\n tags?: string[]\n files?: string[]\n timestamp?: string\n /** Additional data */\n data?: Record<string, any>\n}\nexport type ActivityPatchModel = {\n /** When set, update the activity body */\n body?: string\n /** When set, update the activity tags */\n tags?: string[]\n /** When set, update the activity files */\n files?: string[]\n /** When true, append files to the existing ones. replace them otherwise */\n appendFiles?: boolean\n data?: Record<string, any>\n}\nexport type ActivityCategoriesResponseModel = {\n categories: object[]\n}\nexport type CreateReactionModel = {\n /** The reaction to be created */\n reaction: string\n}\nexport type UserSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n name: string\n fullName?: string\n}\nexport type FolderSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n folderType: string\n name: string\n label?: string\n thumbnailId?: string\n}\nexport type TaskSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n taskType: string\n name: string\n label?: string\n thumbnailId?: string\n parent?: FolderSuggestionItem\n}\nexport type ProductSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n name: string\n productType: string\n parent?: FolderSuggestionItem\n}\nexport type VersionSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n version: number\n parent?: ProductSuggestionItem\n name?: string\n}\nexport type SuggestResponse = {\n users?: UserSuggestionItem[]\n tasks?: TaskSuggestionItem[]\n versions?: VersionSuggestionItem[]\n}\nexport type SuggestRequest = {\n entityType: 'folder' | 'task' | 'version'\n entityId: string\n}\nexport type WatchersModel = {\n watchers: string[]\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":";AACA,MAAMA,IAAiBC,EAAI,gBAAgB;AAAA,EACzC,WAAW,CAACC,OAAW;AAAA,IACrB,qBAAqBA,EAAM,SAAoE;AAAA,MAC7F,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ;AAAA,QACtF,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,uBAAuBD,EAAM,SAG3B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU;AAAA,QAC5E,QAAQ;AAAA,QACR,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,sBAAsBD,EAAM,SAG1B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU;AAAA,QAC5E,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,uBAAuBD,EAAM,MAG3B;AAAA,MACA,OAAO,CAACC,OAAc,EAAE,KAAK,iBAAiBA,EAAS,WAAW,sBAAA;AAAA,IAAsB,CACzF;AAAA,IACD,0BAA0BD,EAAM,SAG9B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU;AAAA,QAC5E,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,0BAA0BD,EAAM,SAG9B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,cAAcA,EAAS,QAAQ;AAAA,QAC3G,QAAQ;AAAA,QACR,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,sBAAsBD,EAAM,SAG1B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW;AAAA,QAC1C,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MAAA;AAAA,IACjB,CACD;AAAA,IACD,mBAAmBD,EAAM,MAA6D;AAAA,MACpF,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ;AAAA,MAAA;AAAA,IACxF,CACD;AAAA,IACD,mBAAmBD,EAAM,SAAgE;AAAA,MACvF,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ;AAAA,QACtF,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,EAAA;AAAA,EAEH,kBAAkB;AACpB,CAAC;"}
|
|
1
|
+
{"version":3,"file":"activityFeed.es.js","sources":["../../../../../src/api/generated/activityFeed.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n postProjectActivity: build.mutation<PostProjectActivityApiResponse, PostProjectActivityApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/activities`,\n method: 'POST',\n body: queryArg.projectActivityPostModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n deleteProjectActivity: build.mutation<\n DeleteProjectActivityApiResponse,\n DeleteProjectActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}`,\n method: 'DELETE',\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n patchProjectActivity: build.mutation<\n PatchProjectActivityApiResponse,\n PatchProjectActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}`,\n method: 'PATCH',\n body: queryArg.activityPatchModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n getActivityCategories: build.query<\n GetActivityCategoriesApiResponse,\n GetActivityCategoriesApiArg\n >({\n query: (queryArg) => ({ url: `/api/projects/${queryArg.projectName}/activityCategories` }),\n }),\n createReactionToActivity: build.mutation<\n CreateReactionToActivityApiResponse,\n CreateReactionToActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}/reactions`,\n method: 'POST',\n body: queryArg.createReactionModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n deleteReactionToActivity: build.mutation<\n DeleteReactionToActivityApiResponse,\n DeleteReactionToActivityApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/activities/${queryArg.activityId}/reactions/${queryArg.reaction}`,\n method: 'DELETE',\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n suggestEntityMention: build.mutation<\n SuggestEntityMentionApiResponse,\n SuggestEntityMentionApiArg\n >({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/suggest`,\n method: 'POST',\n body: queryArg.suggestRequest,\n }),\n }),\n getEntityWatchers: build.query<GetEntityWatchersApiResponse, GetEntityWatchersApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/watchers`,\n }),\n }),\n setEntityWatchers: build.mutation<SetEntityWatchersApiResponse, SetEntityWatchersApiArg>({\n query: (queryArg) => ({\n url: `/api/projects/${queryArg.projectName}/${queryArg.entityType}/${queryArg.entityId}/watchers`,\n method: 'POST',\n body: queryArg.watchersModel,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type PostProjectActivityApiResponse =\n /** status 201 Successful Response */ CreateActivityResponseModel\nexport type PostProjectActivityApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n projectActivityPostModel: ProjectActivityPostModel\n}\nexport type DeleteProjectActivityApiResponse = /** status 200 Successful Response */ any\nexport type DeleteProjectActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n}\nexport type PatchProjectActivityApiResponse = /** status 200 Successful Response */ any\nexport type PatchProjectActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n activityPatchModel: ActivityPatchModel\n}\nexport type GetActivityCategoriesApiResponse =\n /** status 200 Successful Response */ ActivityCategoriesResponseModel\nexport type GetActivityCategoriesApiArg = {\n projectName: string\n}\nexport type CreateReactionToActivityApiResponse = /** status 201 Successful Response */ any\nexport type CreateReactionToActivityApiArg = {\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n createReactionModel: CreateReactionModel\n}\nexport type DeleteReactionToActivityApiResponse = unknown\nexport type DeleteReactionToActivityApiArg = {\n /** The reaction to be deleted */\n reaction: string\n projectName: string\n activityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n}\nexport type SuggestEntityMentionApiResponse = /** status 200 Successful Response */ SuggestResponse\nexport type SuggestEntityMentionApiArg = {\n projectName: string\n suggestRequest: SuggestRequest\n}\nexport type GetEntityWatchersApiResponse = /** status 200 Successful Response */ WatchersModel\nexport type GetEntityWatchersApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n}\nexport type SetEntityWatchersApiResponse = /** status 201 Successful Response */ any\nexport type SetEntityWatchersApiArg = {\n projectName: string\n /** Project level entity type is used in the endpoint path to specify the type of entity to operate on. It is usually one of 'folders', 'products', 'versions', 'representations', 'tasks', 'workfiles'. (trailing 's' is optional). */\n entityType: string\n entityId: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n watchersModel: WatchersModel\n}\nexport type CreateActivityResponseModel = {\n id: string\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type ProjectActivityPostModel = {\n /** Explicitly set the ID of the activity */\n id?: string\n activityType:\n | 'comment'\n | 'watch'\n | 'reviewable'\n | 'status.change'\n | 'assignee.add'\n | 'assignee.remove'\n | 'version.publish'\n body?: string\n tags?: string[]\n files?: string[]\n timestamp?: string\n /** Additional data */\n data?: Record<string, any>\n}\nexport type ActivityPatchModel = {\n /** When set, update the activity body */\n body?: string\n /** When set, update the activity tags */\n tags?: string[]\n /** When set, update the activity files */\n files?: string[]\n /** When true, append files to the existing ones. replace them otherwise */\n appendFiles?: boolean\n data?: Record<string, any>\n}\nexport type ActivityCategoriesResponseModel = {\n categories: object[]\n}\nexport type CreateReactionModel = {\n /** The reaction to be created */\n reaction: string\n}\nexport type UserSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n name: string\n fullName?: string\n}\nexport type TeamSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n name: string\n}\nexport type FolderSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n folderType: string\n name: string\n label?: string\n thumbnailId?: string\n}\nexport type TaskSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n taskType: string\n name: string\n label?: string\n thumbnailId?: string\n parent?: FolderSuggestionItem\n}\nexport type ProductSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n name: string\n productType: string\n parent?: FolderSuggestionItem\n}\nexport type VersionSuggestionItem = {\n /** The date and time when the suggested entity was created */\n createdAt?: string\n /** The relevance score of the suggestion */\n relevance?: number\n id: string\n version: number\n parent?: ProductSuggestionItem\n name?: string\n}\nexport type SuggestResponse = {\n users?: UserSuggestionItem[]\n teams?: TeamSuggestionItem[]\n tasks?: TaskSuggestionItem[]\n versions?: VersionSuggestionItem[]\n}\nexport type SuggestRequest = {\n entityType: 'folder' | 'task' | 'version'\n entityId: string\n}\nexport type WatchersModel = {\n watchers: string[]\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":";AACA,MAAMA,IAAiBC,EAAI,gBAAgB;AAAA,EACzC,WAAW,CAACC,OAAW;AAAA,IACrB,qBAAqBA,EAAM,SAAoE;AAAA,MAC7F,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ;AAAA,QACtF,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,uBAAuBD,EAAM,SAG3B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU;AAAA,QAC5E,QAAQ;AAAA,QACR,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,sBAAsBD,EAAM,SAG1B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU;AAAA,QAC5E,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,uBAAuBD,EAAM,MAG3B;AAAA,MACA,OAAO,CAACC,OAAc,EAAE,KAAK,iBAAiBA,EAAS,WAAW,sBAAA;AAAA,IAAsB,CACzF;AAAA,IACD,0BAA0BD,EAAM,SAG9B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU;AAAA,QAC5E,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,0BAA0BD,EAAM,SAG9B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,eAAeA,EAAS,UAAU,cAAcA,EAAS,QAAQ;AAAA,QAC3G,QAAQ;AAAA,QACR,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,IACD,sBAAsBD,EAAM,SAG1B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW;AAAA,QAC1C,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MAAA;AAAA,IACjB,CACD;AAAA,IACD,mBAAmBD,EAAM,MAA6D;AAAA,MACpF,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ;AAAA,MAAA;AAAA,IACxF,CACD;AAAA,IACD,mBAAmBD,EAAM,SAAgE;AAAA,MACvF,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,iBAAiBA,EAAS,WAAW,IAAIA,EAAS,UAAU,IAAIA,EAAS,QAAQ;AAAA,QACtF,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAAA;AAAA,MAC3C;AAAA,IACF,CACD;AAAA,EAAA;AAAA,EAEH,kBAAkB;AACpB,CAAC;"}
|
|
@@ -182,6 +182,9 @@
|
|
|
182
182
|
subtasks {
|
|
183
183
|
...SubTaskFragment
|
|
184
184
|
}
|
|
185
|
+
folder {
|
|
186
|
+
folderType
|
|
187
|
+
}
|
|
185
188
|
}
|
|
186
189
|
${r}`,u=`
|
|
187
190
|
fragment KanbanFragment on KanbanNode {
|
|
@@ -597,7 +600,7 @@ ${y}`,k=`
|
|
|
597
600
|
}
|
|
598
601
|
}
|
|
599
602
|
}
|
|
600
|
-
${f}`,
|
|
603
|
+
${f}`,T=`
|
|
601
604
|
query GetLists($projectName: String!, $first: Int!, $after: String, $filter: String) {
|
|
602
605
|
project(name: $projectName) {
|
|
603
606
|
entityLists(first: $first, after: $after, filter: $filter) {
|
|
@@ -630,7 +633,7 @@ ${y}`,k=`
|
|
|
630
633
|
}
|
|
631
634
|
}
|
|
632
635
|
}
|
|
633
|
-
`,
|
|
636
|
+
`,q=`
|
|
634
637
|
query GetListsItemsForReviewSession($projectName: String!, $first: Int, $after: String, $ids: [String!]) {
|
|
635
638
|
project(name: $projectName) {
|
|
636
639
|
entityLists(
|
|
@@ -1057,5 +1060,5 @@ ${g}`,H=`
|
|
|
1057
1060
|
}
|
|
1058
1061
|
}
|
|
1059
1062
|
}
|
|
1060
|
-
${$}`,Z=X.api.injectEndpoints({endpoints:t=>({GetActivitiesById:t.query({query:e=>({document:F,variables:e})}),GetActivityUsers:t.query({query:e=>({document:D,variables:e})}),GetActivities:t.query({query:e=>({document:G,variables:e})}),GetEntitiesChecklists:t.query({query:e=>({document:P,variables:e})}),GetDetailsPanelFolder:t.query({query:e=>({document:v,variables:e})}),GetDetailsPanelRepresentation:t.query({query:e=>({document:S,variables:e})}),GetDetailsPanelTask:t.query({query:e=>({document:b,variables:e})}),GetDetailsPanelVersion:t.query({query:e=>({document:A,variables:e})}),GetProductVersions:t.query({query:e=>({document:k,variables:e})}),GetListItems:t.query({query:e=>({document:j,variables:e})}),GetLists:t.query({query:e=>({document:
|
|
1063
|
+
${$}`,Z=X.api.injectEndpoints({endpoints:t=>({GetActivitiesById:t.query({query:e=>({document:F,variables:e})}),GetActivityUsers:t.query({query:e=>({document:D,variables:e})}),GetActivities:t.query({query:e=>({document:G,variables:e})}),GetEntitiesChecklists:t.query({query:e=>({document:P,variables:e})}),GetDetailsPanelFolder:t.query({query:e=>({document:v,variables:e})}),GetDetailsPanelRepresentation:t.query({query:e=>({document:S,variables:e})}),GetDetailsPanelTask:t.query({query:e=>({document:b,variables:e})}),GetDetailsPanelVersion:t.query({query:e=>({document:A,variables:e})}),GetProductVersions:t.query({query:e=>({document:k,variables:e})}),GetListItems:t.query({query:e=>({document:j,variables:e})}),GetLists:t.query({query:e=>({document:T,variables:e})}),GetListsItemsForReviewSession:t.query({query:e=>({document:q,variables:e})}),GetTasksByParent:t.query({query:e=>({document:N,variables:e})}),GetTasksList:t.query({query:e=>({document:h,variables:e})}),GetFolderProducts:t.query({query:e=>({document:V,variables:e})}),GetProjectLatest:t.query({query:e=>({document:B,variables:e})}),GetKanban:t.query({query:e=>({document:L,variables:e})}),GetKanbanProjectUsers:t.query({query:e=>({document:w,variables:e})}),GetKanbanTasks:t.query({query:e=>({document:C,variables:e})}),GetActiveUsersCount:t.query({query:e=>({document:R,variables:e})}),GetAllAssignees:t.query({query:e=>({document:x,variables:e})}),GetAllProjectUsersAsAssignee:t.query({query:e=>({document:U,variables:e})}),GetLatestProductVersion:t.query({query:e=>({document:M,variables:e})}),GetProducts:t.query({query:e=>({document:E,variables:e})}),GetVersions:t.query({query:e=>({document:K,variables:e})}),GetVersionsByProductId:t.query({query:e=>({document:O,variables:e})}),GetInboxHasUnread:t.query({query:e=>({document:H,variables:e})}),GetInboxMessages:t.query({query:e=>({document:_,variables:e})}),GetInboxUnreadCount:t.query({query:e=>({document:z,variables:e})}),GetMarketInstallEvents:t.query({query:e=>({document:W,variables:e})}),GetInstallEvents:t.query({query:e=>({document:Y,variables:e})}),GetProgressTask:t.query({query:e=>({document:J,variables:e})}),GetTasksProgress:t.query({query:e=>({document:Q,variables:e})})})});exports.ActivityFragmentFragmentDoc=n;exports.DetailsPanelFolderFragmentFragmentDoc=s;exports.DetailsPanelProductFragmentFragmentDoc=o;exports.DetailsPanelRepresentationFragmentFragmentDoc=y;exports.DetailsPanelTaskFragmentFragmentDoc=i;exports.DetailsPanelVersionFragmentFragmentDoc=d;exports.GetActiveUsersCountDocument=R;exports.GetActivitiesByIdDocument=F;exports.GetActivitiesDocument=G;exports.GetActivityUsersDocument=D;exports.GetAllAssigneesDocument=x;exports.GetAllProjectUsersAsAssigneeDocument=U;exports.GetDetailsPanelFolderDocument=v;exports.GetDetailsPanelRepresentationDocument=S;exports.GetDetailsPanelTaskDocument=b;exports.GetDetailsPanelVersionDocument=A;exports.GetEntitiesChecklistsDocument=P;exports.GetFolderProductsDocument=V;exports.GetInboxHasUnreadDocument=H;exports.GetInboxMessagesDocument=_;exports.GetInboxUnreadCountDocument=z;exports.GetInstallEventsDocument=Y;exports.GetKanbanDocument=L;exports.GetKanbanProjectUsersDocument=w;exports.GetKanbanTasksDocument=C;exports.GetLatestProductVersionDocument=M;exports.GetListItemsDocument=j;exports.GetListsDocument=T;exports.GetListsItemsForReviewSessionDocument=q;exports.GetMarketInstallEventsDocument=W;exports.GetProductVersionsDocument=k;exports.GetProductsDocument=E;exports.GetProgressTaskDocument=J;exports.GetProjectLatestDocument=B;exports.GetTasksByParentDocument=N;exports.GetTasksListDocument=h;exports.GetTasksProgressDocument=Q;exports.GetVersionsByProductIdDocument=O;exports.GetVersionsDocument=K;exports.HasLinksFilter=p;exports.KanbanFragmentFragmentDoc=u;exports.ListItemFragmentFragmentDoc=f;exports.MessageFragmentFragmentDoc=I;exports.PageInfoFragmentDoc=a;exports.ProgressTaskFragmentFragmentDoc=$;exports.SubTaskFragmentFragmentDoc=r;exports.TaskPropsFragmentFragmentDoc=c;exports.VersionBaseFragmentDoc=l;exports.VersionExtendedFragmentDoc=g;exports.VpFolderFragmentDoc=m;exports.api=Z;
|
|
1061
1064
|
//# sourceMappingURL=graphql.cjs.js.map
|