Skip to content

Commit 06ab176

Browse files
committed
1.0.0
0 parents  commit 06ab176

File tree

87 files changed

+22395
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+22395
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules/
2+
dist/
3+
.idea/workspace.xml
4+
license.json
5+
yfiles-license.json
6+
*.tsbuildinfo
7+
.tsup/
8+
package-lock.json

LICENSE

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
This source code can be used as part of a yFiles for HTML application.
2+
https://www.yworks.com/yfileshtml
3+
Copyright (c) 2000-2024 by yWorks GmbH, Vor dem Kreuzberg 28,
4+
72070 Tübingen, Germany. All rights reserved.
5+
6+
Any redistribution of the files in this repository in source code or other form,
7+
with or without modification, is not permitted.
8+
The creation of derivative works is prohibited, unless otherwise explicitly permitted.
9+
10+
Owners of a valid software license for a yFiles for HTML version
11+
are allowed to use these sources as basis for their own yFiles for HTML powered applications.
12+
Use of such programs is governed by the rights and conditions as set out in the
13+
yFiles for HTML license agreement.
14+
15+
THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED
16+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
17+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
18+
NO EVENT SHALL yWorks BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
19+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
20+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
21+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
22+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
23+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)