wunderbaum 0.3.4 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/wunderbaum.css +381 -291
- package/dist/wunderbaum.css.map +1 -0
- package/dist/wunderbaum.d.ts +717 -642
- package/dist/wunderbaum.esm.js +591 -165
- package/dist/wunderbaum.esm.min.js +23 -23
- package/dist/wunderbaum.esm.min.js.map +1 -1
- package/dist/wunderbaum.umd.js +591 -165
- package/dist/wunderbaum.umd.min.js +31 -30
- package/dist/wunderbaum.umd.min.js.map +1 -1
- package/package.json +10 -9
- package/src/common.ts +2 -2
- package/src/types.ts +38 -11
- package/src/wb_ext_dnd.ts +62 -21
- package/src/wb_ext_edit.ts +2 -2
- package/src/wb_ext_filter.ts +1 -2
- package/src/wb_ext_keynav.ts +4 -4
- package/src/wb_node.ts +361 -82
- package/src/wb_options.ts +11 -4
- package/src/wunderbaum.scss +18 -13
- package/src/wunderbaum.ts +134 -53
package/README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
#  wunderbaum
|
|
2
|
+
|
|
2
3
|
[](https://github.com/mar10/wunderbaum/releases/latest)
|
|
4
|
+
[](https://github.com/mar10/wunderbaum/actions/workflows/node.js.yml)
|
|
3
5
|
[](https://travis-ci.com/github/mar10/wunderbaum)
|
|
4
6
|
[](https://www.npmjs.com/package/wunderbaum)
|
|
5
7
|
[](https://www.jsdelivr.com/package/npm/wunderbaum)
|
|
6
8
|
[](https://github.com/mar10/grunt-yabs)
|
|
7
9
|
[](https://stackoverflow.com/questions/tagged/wunderbaum)
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
> Potential successor of [Fancytree](https://github.com/mar10/fancytree).<br>
|
|
11
|
-
> **NOTE: Status _beta_. Do not use in production!**
|
|
11
|
+
> Potential successor of [Fancytree](https://github.com/mar10/fancytree).<br> > **NOTE: Status _beta_. Do not use in production!**
|
|
12
12
|
|
|
13
13
|
[](https://mar10.github.io/wunderbaum/demo/)
|
|
14
14
|
|