Skip to content

Commit

Permalink
pkp/pkp-lib#1660 Submodule Update ##touhidurabir/i1660_main##
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Dec 6, 2024
1 parent 43b2777 commit 565d5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ui-library
Submodule ui-library updated 28 files
+214 −0 src/components/Form/fields/Autosuggest.vue
+9 −0 src/components/Form/fields/FieldBaseAutosuggest.mdx
+65 −127 src/components/Form/fields/FieldBaseAutosuggest.vue
+4 −1 src/components/Form/fields/FieldControlledVocab.vue
+40 −0 src/components/Form/fields/FieldRorAutosuggest.stories.js
+136 −0 src/components/Form/fields/FieldRorAutosuggest.vue
+2 −0 src/components/Icon/Icon.stories.js
+4 −0 src/components/Icon/Icon.vue
+11 −0 src/components/Icon/icons/NewTab.vue
+36 −0 src/components/Icon/icons/ROR.vue
+22 −0 src/components/Table/TableCellSelect.vue
+3 −0 src/composables/useAutosuggest.js
+21 −1 src/composables/useCurrentUser.js
+94 −0 src/mocks/institutions.json
+8 −3 src/pages/dashboard/DashboardPage.vue
+27 −0 src/pages/dashboard/components/DashboardBulkDeleteButton.vue
+36 −0 src/pages/dashboard/components/DashboardTable/CellBulkDelete.vue
+11 −3 src/pages/dashboard/components/DashboardTable/CellSubmissionDays.vue
+11 −1 src/pages/dashboard/components/DashboardTable/DashboardTable.vue
+140 −0 src/pages/dashboard/composables/useDashboardBulkDelete.js
+42 −1 src/pages/dashboard/dashboardPageStore.js
+30 −0 src/pages/workflow/composables/useWorkflowActions.js
+44 −0 src/pages/workflow/composables/useWorkflowConfig/workflowConfigEditorialOJS.js
+54 −10 src/pages/workflow/composables/useWorkflowConfig/workflowConfigEditorialOMP.js
+35 −10 src/pages/workflow/composables/useWorkflowConfig/workflowConfigEditorialOPS.js
+8 −1 src/pages/workflow/workflowStoreOJS.js
+8 −1 src/pages/workflow/workflowStoreOMP.js
+8 −1 src/pages/workflow/workflowStoreOPS.js

0 comments on commit 565d5e9

Please sign in to comment.