g6/packages/element/package.json

92 lines
2.3 KiB
JSON
Raw Normal View History

2020-12-17 14:59:48 +08:00
{
"name": "@antv/g6-element",
"version": "0.7.14",
2020-12-17 14:59:48 +08:00
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
"g6",
"graph",
"graph analysis",
"graph editor",
"graph visualization",
"relational data"
],
"homepage": "https://g6.antv.antgroup.com",
2020-12-17 14:59:48 +08:00
"bugs": {
"url": "https://github.com/antvis/g6/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/g6"
},
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
"files": [
"package.json",
"es",
"lib",
"dist",
"LICENSE",
"README.md"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npm run clean && father build",
"ci": "npm run build && npm run coverage",
"clean": "rimraf es esm lib dist",
"coverage": "jest --coverage",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --format=pretty \"./\"",
"lint:src": "eslint --ext .ts --format=pretty \"./src\"",
"prettier": "prettier -c --write \"**/*\"",
"test": "jest",
"test-live": "DEBUG_MODE=1 jest --watch ./tests/unit/graph/graph-watermarker-spec.ts",
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx",
"watch": "father build -w"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"npm run lint-staged:js",
"prettier --write"
],
"**/*.{less,md,json}": [
"prettier --write"
]
},
"dependencies": {
"@antv/g-base": "^0.5.1",
"@antv/g6-core": "0.7.14",
2020-12-17 14:59:48 +08:00
"@antv/util": "~2.0.5"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@turf/turf": "^5.1.6",
"@types/jest": "^25.2.1",
"@types/node": "13.11.1",
"@typescript-eslint/eslint-plugin": "^4.11.1",
2020-12-17 14:59:48 +08:00
"@umijs/fabric": "^2.0.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"eslint": "^7.7.0",
"event-simulate": "~1.0.0",
"father": "^2.29.1",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest-electron": "^0.1.7",
"jest-extended": "^0.11.2",
"lint-staged": "^10.2.11",
"pre-commit": "^1.2.2",
"prettier": "^2.0.5",
"rimraf": "^3.0.0",
"ts-jest": "^24.1.0",
"ts-loader": "^7.0.3",
fix: destroyLayout error, closes: #3727; fix: drag combo with stack p… (#3730) * fix: destroyLayout error, closes: #3727; fix: drag combo with stack problem, closes: #3699; fix: updateLayout does not take effect if update layout with same type as graph instance configuration, closes: #3706; fix: legendStateStyles typo, closes: #3705; perf: minimap cursor move; * fix: zoom-canvas take the maximum and minimum values (#3711) Co-authored-by: daichaofan <daichaofan@139.com> * fix: 修复G6内置 shortcuts-call behavior 类型错误 (#3669) Co-authored-by: 孙权 <sunquan.sq@bytedance.com> * docs: 修复graph.addItem,[graph.removeItem和graph.changeData超链接错误 (#3666) Co-authored-by: fujunkui <fujunkui@oschina.cn> * feat: animate fitCenter and fitView (#3637) * feat: animate fitCenter * feat: animate fitView * feat: enable edge selection in `click-select` (#3601) * feat: enable edge selection in `click-select` * fix: `click-select` click on canvas to deselect edges * feat: add addItems function (#3578) * feat: add addItems function * Add tests * More efficient combo sorting * Remove comments * Improve jsdoc * Fix interface * docs: update README * chore: upgrade version nums Co-authored-by: daichaofan <50311886+daichaofan@users.noreply.github.com> Co-authored-by: daichaofan <daichaofan@139.com> Co-authored-by: ruoruoji <30526662+ruoruoji@users.noreply.github.com> Co-authored-by: 孙权 <sunquan.sq@bytedance.com> Co-authored-by: fu1996 <42232973+fu1996@users.noreply.github.com> Co-authored-by: fujunkui <fujunkui@oschina.cn> Co-authored-by: Fabio Tacchelli <fabio.tacchelli@gmail.com> Co-authored-by: AyajiLin <30380541+leonardodalinky@users.noreply.github.com>
2022-06-17 16:55:14 +08:00
"typescript": "^4.6.3",
feat: timebar plugin refine (#3320) * fix: simple timebar silder text position strategy and expand the lineAppendWidth for the slider; feat: timebar supports filterItemTypes to configure the types of the graph items to be filtered; only nodes can be filtered before; feat: timebar supports to configure the rotate of the tick labels by tickLabelStyle[dot]rotate; feat: timebar supports container CSS configuration by containerCSS; feat: timebar supports a function getDate to returns the date value according to each node or edge by user; feat: timebar supports afunction getValue to returns the value (for trend line of trend timebar) according to each node or edge by user; feat: timebar supports to configure a boolean changeData to control the filter way, true means filters by graph[dot]changeData, false means filters by graph[dot]showItem and graph[dot]hideItem; feat: timebar supports to configure a function shouldIgnore to return true or false by user to decide whether the node or the edge should be ignored while filtering; * fix: missing event with animated zoom (#3316) * docs: update dagre docs * feat: add translate animation (#3315) * feat: add translate animation * fix: add item type to the parameter of afterremoveitem event; (#3314) * fix: add item type to the parameter of afterremoveitem event; * fix: typo (#3311) Co-authored-by: qinggniq <livewithblank@outlook.com> * fix: use move for animated translate * fix: interface signatures Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com> Co-authored-by: qinggniq <livewithblank@outlook.com> * fix: edge label padding bug, closes: #3346;fix: update node with iconfont icon, the icon is updated to a wrong position, closes: #3348; * fix: test problems * chore: update version nums * chore: update version nums after publishing Co-authored-by: Fabio Tacchelli <fabio.tacchelli@gmail.com> Co-authored-by: qinggniq <livewithblank@outlook.com>
2021-12-16 13:53:28 +08:00
"@antv/g6": "4.5.1"
2020-12-17 14:59:48 +08:00
}
fix: spelling error for nodeselectChange, closes: #3736; fix: update … (#3748) * fix: spelling error for nodeselectChange, closes: #3736; fix: update node icon from show false to show true; feat: combo supports collapsedSubstituteIcon showing after collapsed; feat: remove animations while first rendering with (collapsed)combos; * chore: refine * chore: gitleaks pin to v1-6-0 * fix: afterrender should be emitted when the layout is not configured; * fix: update combo edge at the same time onDrag (#3734) * docs: docs refine (#3733) * implement more efficient way of dragging combo * clean up * reslove conflicts Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com> * fix: [tooltip plugin] wrap className in quotes when createDom to support multi classname (#3747) * docs: docs refine (#3733) * fix: [tooltip plugin] wrap className in quotes when createDom Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com> * perf: spelling error in drag-combo * fix: relayout while collapse-expand-combo * refactor: 将 toolbar plugin 的默认操作函数抽离 (#3718) * refactor: refactor plugin toolBar Change-Id: I7862749924f7a100d93a1e380524aea3ee96cc3d * docs: update doc Change-Id: Ifbb32ea0f0f0791994eb4cb88f4bd3af9b29d587 * refactor: remote { Change-Id: I20bea2426bb077fe51ec1309aca8545b65a5d0a5 * chore: update CHANGELOG * chore: update version nums * fix: collapsed combo with error size Co-authored-by: femiabdul <83455275+femiabdul@users.noreply.github.com> Co-authored-by: bjym <aaron.bjym1011@gmail.com> Co-authored-by: 忽如寄 <594613537@qq.com>
2022-06-23 13:10:41 +08:00
}