Skip to content

Commit

Permalink
Submodule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Feb 5, 2025
1 parent 382b372 commit be4f9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pkp
2 changes: 1 addition & 1 deletion lib/ui-library
Submodule ui-library updated 25 files
+6 −2 public/globals.js
+42 −0 src/components/Form/Form.stories.js
+8 −0 src/components/Form/Form.vue
+38 −0 src/components/Form/FormErrorSummary.vue
+7 −1 src/components/Form/FormPage.vue
+13 −6 src/composables/useForm.js
+2 −2 src/managers/ContributorManager/contributorManagerStore.js
+2 −6 src/managers/GalleyManager/GalleyManager.vue
+13 −4 src/managers/ParticipantManager/ParticipantManager.vue
+28 −0 src/managers/ParticipantManager/ParticipantManagerActionButton.vue
+14 −1 src/managers/ParticipantManager/participantManagerStore.js
+38 −8 src/managers/ParticipantManager/useParticipantManagerActions.js
+2 −2 src/pages/acceptInvitation/AcceptInvitationUserRoles.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellReviewAssignmentActions.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellReviewAssignmentActivity.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellReviewAssignmentId.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellReviewAssignmentTitle.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellSubmissionActions.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellSubmissionActivity/CellSubmissionActivity.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellSubmissionDays.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellSubmissionId.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellSubmissionStage.vue
+1 −1 src/pages/dashboard/components/DashboardTable/CellSubmissionTitle.vue
+5 −0 src/pages/userInvitation/UserInvitationDetailsFormStep.vue
+1 −1 src/pages/userInvitation/UserInvitationUserGroupsTable.vue

0 comments on commit be4f9c9

Please sign in to comment.