Skip to content

Commit

Permalink
Submodule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Feb 20, 2025
1 parent 6f4d481 commit 68e95dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 0 files
2 changes: 1 addition & 1 deletion lib/ui-library
Submodule ui-library updated 43 files
+1 −0 .storybook/preview.js
+6 −0 public/globals.js
+11 −2 src/components/DropdownActions/DropdownActions.vue
+17 −3 src/composables/useDate.js
+34 −0 src/composables/useDate.test.js
+26 −0 src/composables/useExtender.js
+22 −1 src/composables/useSubmission.js
+4 −6 src/composables/useUrl.mdx
+10 −0 src/docs/guide/DesignSystem/_CSSVariables.mdx
+11 −0 src/docs/guide/DesignSystem/_CSSVariables.stories.js
+77 −0 src/docs/guide/DesignSystem/_CSSVariables.vue
+43 −31 src/managers/FileManager/FileManager.vue
+28 −0 src/managers/FileManager/FileManagerActionButton.vue
+18 −0 src/managers/FileManager/FileManagerCellDateUploaded.vue
+29 −0 src/managers/FileManager/FileManagerCellFileName.vue
+26 −0 src/managers/FileManager/FileManagerCellMoreActions.vue
+24 −0 src/managers/FileManager/FileManagerCellNumero.vue
+22 −0 src/managers/FileManager/FileManagerCellType.vue
+0 −79 src/managers/FileManager/FileManagerTableRow.vue
+28 −14 src/managers/FileManager/fileManagerStore.js
+0 −70 src/managers/FileManager/useFileManagerActions.js
+119 −9 src/managers/FileManager/useFileManagerConfig.js
+8 −6 src/managers/GalleyManager/GalleyManager.vue
+1 −1 src/managers/ParticipantManager/ParticipantManager.vue
+14 −6 src/managers/ParticipantManager/participantManagerStore.js
+0 −79 src/managers/ParticipantManager/useParticipantManagerActions.js
+87 −0 src/managers/ParticipantManager/useParticipantManagerConfig.js
+1 −1 src/managers/ReviewerManager/useReviewerManagerConfig.js
+22 −20 src/pages/dashboard/DashboardPage.stories.js
+5 −6 src/pages/dashboard/components/DashboardTable/CellSubmissionActions.vue
+107 −47 src/pages/dashboard/composables/useEditorialLogic.js
+1 −1 src/pages/dashboard/composables/useReviewActivityLogic.js
+1 −1 src/pages/dashboard/dashboardPageStore.js
+10 −2 src/pages/dashboard/mocks/submissionMock.js
+62 −22 src/pages/dashboard/mocks/submissionScenariosMock.js
+2 −0 src/pages/workflow/composables/useWorkflowConfig/useWorkflowConfigOJS.js
+1 −0 src/pages/workflow/composables/useWorkflowConfig/workflowConfigAuthorOJS.js
+19 −0 src/pages/workflow/composables/useWorkflowConfig/workflowConfigAuthorOMP.js
+12 −14 src/pages/workflow/composables/useWorkflowConfig/workflowConfigEditorialOJS.js
+4 −2 src/pages/workflow/composables/useWorkflowMenu.js
+0 −21 src/pages/workflow/composables/useWorkflowNavigationConfig/useWorkflowNavigationConfigOMP.js
+11 −5 src/pages/workflow/workflowStore.js
+119 −0 src/styles/tw-theme-vars.css
2 changes: 1 addition & 1 deletion plugins/generic/tinymce

0 comments on commit 68e95dd

Please sign in to comment.