Skip to content

Commit

Permalink
pkp/pkp-lib#4787 Submodule Update ##touhidurabir/i4787_main##
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Nov 20, 2024
1 parent c03426d commit fe6d370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 131 files
2 changes: 1 addition & 1 deletion lib/ui-library
Submodule ui-library updated 63 files
+58 −41 public/globals.js
+1 −0 src/components/ActionPanel/ActionPanel.stories.js
+1 −0 src/components/Composer/Composer.vue
+2 −0 src/components/Container/Container.vue
+2 −0 src/components/Container/DecisionPage.vue
+4 −1 src/components/Container/ManageEmailsPage.vue
+2 −0 src/components/Container/SubmissionWizardPage.vue
+4 −2 src/components/Container/WorkflowPage.vue
+1 −0 src/components/Form/context/NotifyUsersForm.vue
+3 −2 src/components/Form/fields/FieldOrcid.vue
+2 −1 src/components/Form/fields/FieldShowEnsuringLink.vue
+2 −2 src/components/ListPanel/announcements/AnnouncementsListPanel.vue
+1 −0 src/components/ListPanel/contributors/ContributorsListPanel.vue
+2 −1 src/components/ListPanel/doi/DoiListItem.vue
+2 −1 src/components/ListPanel/doi/DoiListPanel.vue
+2 −2 src/components/ListPanel/highlights/HighlightsListPanel.vue
+2 −2 src/components/ListPanel/institutions/InstitutionsListPanel.vue
+2 −2 src/components/ListPanel/submissionFiles/SubmissionFilesListPanel.vue
+2 −2 src/components/ListPanel/submissions/SubmissionsListItem.vue
+9 −0 src/components/Modal/Dialog.mdx
+150 −0 src/components/Modal/Dialog.stories.js
+78 −25 src/components/Modal/Dialog.vue
+0 −17 src/components/Modal/Modal.vue
+2 −1 src/components/Modal/ModalManager.vue
+1 −0 src/composables/useModal.mdx
+8 −0 src/composables/useSubmission.js
+8 −7 src/managers/FileManager/useFileManagerActions.js
+3 −1 src/managers/GalleyManager/galleyManagerStore.js
+13 −12 src/managers/GalleyManager/useGalleyManagerActions.js
+9 −1 src/managers/GalleyManager/useGalleyManagerConfiguration.js
+16 −14 src/managers/ParticipantManager/useParticipantManagerActions.js
+91 −0 src/managers/ReviewerManager/ReviewerManagerReadReviewModal.vue
+11 −0 src/managers/ReviewerManager/modals/WorkflowLogResponseModal.mdx
+77 −0 src/managers/ReviewerManager/modals/WorkflowLogResponseModal.stories.js
+35 −0 src/managers/ReviewerManager/modals/WorkflowLogResponseModal.vue
+17 −0 src/managers/ReviewerManager/modals/workflowLogResponseModalStore.js
+8 −0 src/managers/ReviewerManager/reviewerManagerStore.js
+60 −14 src/managers/ReviewerManager/useReviewerManagerActions.js
+3 −2 src/managers/UserInvitationManager/UserInvitationManagerStore.js
+1 −0 src/mixins/ajaxError.js
+1 −0 src/mixins/autosave.js
+3 −1 src/mixins/dialog.mdx
+16 −5 src/pages/acceptInvitation/AcceptInvitationPageStore.js
+1 −2 src/pages/userInvitation/UserInvitationDetailsFormStep.vue
+9 −1 src/pages/userInvitation/UserInvitationPageStore.js
+8 −3 src/pages/userInvitation/UserInvitationUserGroupsTable.vue
+22 −5 src/pages/workflow/WorkflowPage.vue
+15 −0 src/pages/workflow/WorkflowPageOPS.vue
+38 −0 src/pages/workflow/components/action/WorkflowActionChangeDecision.vue
+1 −0 src/pages/workflow/components/publication/WorkflowPublicationJats.vue
+50 −0 src/pages/workflow/components/publication/WorkflowPublicationRelationDropdownOPS.vue
+1 −0 src/pages/workflow/components/publication/WorkflowPublicationSectionJats.vue
+7 −4 src/pages/workflow/composables/useWorkflowActions.js
+6 −6 src/pages/workflow/composables/useWorkflowConfig/useWorkflowConfigOMP.js
+134 −0 src/pages/workflow/composables/useWorkflowConfig/useWorkflowConfigOPS.js
+182 −0 src/pages/workflow/composables/useWorkflowConfig/workflowConfigAuthorOPS.js
+199 −135 src/pages/workflow/composables/useWorkflowConfig/workflowConfigEditorialOJS.js
+151 −87 src/pages/workflow/composables/useWorkflowConfig/workflowConfigEditorialOMP.js
+471 −0 src/pages/workflow/composables/useWorkflowConfig/workflowConfigEditorialOPS.js
+18 −4 src/pages/workflow/composables/useWorkflowDecisions.js
+204 −0 src/pages/workflow/composables/useWorkflowNavigationConfig/useWorkflowNavigationConfigOPS.js
+250 −0 src/pages/workflow/workflowStoreOPS.js
+1 −0 src/stores/modalStore.js

0 comments on commit fe6d370

Please sign in to comment.