-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andreas H. Kelch
committed
Feb 9, 2024
1 parent
a1f40c1
commit c9b225f
Showing
5 changed files
with
74 additions
and
74 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vi-vue-components
updated
15 files
+11 −0 | components/actions/save.vue | |
+2 −2 | components/bars/HandlerBar.vue | |
+1 −0 | components/handler/FormHandler.vue | |
+1 −2 | components/handler/ListHandler.vue | |
+6 −3 | components/init.ts | |
+1 −1 | components/main/menubar/TheMenubarItem.vue | |
+12 −12 | components/package-lock.json | |
+2 −2 | components/package.json | |
+5 −2 | components/stores/db.ts | |
+1 −1 | components/views/edit.vue | |
+1 −1 | components/views/fluidpage.vue | |
+1 −1 | components/views/hierarchy.vue | |
+1 −1 | components/views/list.vue | |
+1 −1 | components/views/singleton.vue | |
+1 −1 | components/views/tree.vue |
Submodule vi-vue-utils
updated
4 files
+34 −12 | packages/viur-vue-utils/bones/edit/bone.vue | |
+1 −1 | packages/viur-vue-utils/bones/view/boneLogic.ts | |
+2 −2 | packages/viur-vue-utils/package-lock.json | |
+1 −1 | packages/viur-vue-utils/package.json |