Add joint.js 0.9.0 library

This commit is contained in:
Lee Hanxue
2014-05-22 13:02:52 +08:00
parent 212197fbb9
commit 64c75aa52b
3 changed files with 71 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/*! JointJS v0.8.1 - JavaScript diagramming library 2014-05-13
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
.viewport{-webkit-user-select:none;-moz-user-select:none;user-select:none}[magnet=true]:not(.element){cursor:crosshair}[magnet=true]:not(.element):hover{opacity:.7}.element{cursor:move}.element *{vector-effect:non-scaling-stroke;-moz-user-select:none;user-drag:none}.connection-wrap{fill:none;stroke:#000;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;opacity:0;cursor:move}.connection-wrap:hover{opacity:.4;stroke-opacity:.4}.connection{fill:none;stroke-linejoin:round}.marker-source,.marker-target{vector-effect:non-scaling-stroke}.marker-vertices{opacity:0;cursor:move}.marker-arrowheads{opacity:0;cursor:move;cursor:-webkit-grab;cursor:-moz-grab}.link-tools{opacity:0;cursor:pointer}.link-tools .tool-options{display:none}.link-tools .tool-remove circle{fill:red}.link-tools .tool-remove path{fill:#fff}.link:hover .marker-vertices,.link:hover .marker-arrowheads,.link:hover .link-tools{opacity:1}.marker-vertex{fill:#1ABC9C}.marker-vertex:hover{fill:#34495E;stroke:none}.marker-arrowhead{fill:#1ABC9C}.marker-arrowhead:hover{fill:#F39C12;stroke:none}.marker-vertex-remove{cursor:pointer;opacity:.1;fill:#fff}.marker-vertex-group:hover .marker-vertex-remove{opacity:1}.marker-vertex-remove-area{opacity:.1;cursor:pointer}.marker-vertex-group:hover .marker-vertex-remove-area{opacity:1}text.highlighted{fill:red}.highlighted{outline:2px solid red;opacity:.7 \9}@-moz-document url-prefix(){.highlighted{opacity:.7}}doesnotexist:-o-prefocus,.highlighted{opacity:.7}.TextBlock .fobj body{background-color:transparent;margin:0}.TextBlock .fobj div{text-align:center;vertical-align:middle;display:table-cell;padding:0 5px}
File diff suppressed because one or more lines are too long
+48
View File
@@ -0,0 +1,48 @@
{
"name": "jointjs",
"title": "JointJS",
"description": "JavaScript diagramming library",
"keywords": [
"diagram",
"flowchart",
"graph",
"visualization"
],
"version": "0.9.0",
"homepage": "http://jointjs.com",
"author": {
"name": "client IO",
"url": "http://client.io"
},
"contributors": [
{
"name": "David Durman",
"email": "daviddurman@gmail.com"
},
{
"name": "Roman Bruckner",
"email": "bruckner.roman@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/DavidDurman/joint.git"
},
"bugs": {
"url": "https://github.com/DavidDurman/joint/issues"
},
"license": "MPL 2.0",
"dependencies": {
"backbone": "~1.1.0",
"lodash": "~2.2.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.6.0",
"mocha": "~1.13.0",
"should": "~2.0.2",
"grunt-contrib-qunit": "~0.3.0"
}
}