From b8181c8f7e3542a7bb6a282717d12d97bd2cf985 Mon Sep 17 00:00:00 2001 From: Eugenio Topa Date: Thu, 19 Dec 2024 17:48:14 +0100 Subject: [PATCH] [FIX] Connetions with max rows --- LICENSE | 21 +++++++++++++++++++ README.md | 3 +++ .../theme/components/AdvancedGanttDemo.vue | 8 ++----- .../theme/components/BasicGanttDemo.vue | 4 ---- .../theme/components/ConnectionsGanttDemo.vue | 4 ---- .../theme/components/OtherGanttDemo.vue | 5 ----- .../theme/components/TimeGanttDemo.vue | 3 --- docs/.vitepress/theme/index.ts | 21 ++++++++++++++----- docs/components/g-gantt-chart.md | 2 -- docs/guide/installation.md | 2 -- package.json | 4 ++-- src/composables/useConnections.ts | 6 ++++-- 12 files changed, 48 insertions(+), 35 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5b765c9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 8cf839e..ca3bc6d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A powerful Gantt chart component for Vue 3, evolved from vue-ganttastic. Provide logo HyVueGantt +## Guide and Docs + +For further guides and references, check out the [documentation](https://github.com/Xeyos88/HyVueGantt). ## 🚀 Installation diff --git a/docs/.vitepress/theme/components/AdvancedGanttDemo.vue b/docs/.vitepress/theme/components/AdvancedGanttDemo.vue index c6fc24e..7ca3d00 100644 --- a/docs/.vitepress/theme/components/AdvancedGanttDemo.vue +++ b/docs/.vitepress/theme/components/AdvancedGanttDemo.vue @@ -1,11 +1,7 @@