treeselectjs 0.8.2 → 0.8.3
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 +2 -2
- package/dist/treeselectjs.mjs +974 -974
- package/dist/treeselectjs.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,8 +8,8 @@ A multi-select js component with nested options.
|
|
|
8
8
|
- Typescript support
|
|
9
9
|
|
|
10
10
|
Build data:
|
|
11
|
-
- treeselectjs.mjs
|
|
12
|
-
- treeselectjs.umd.js 39.
|
|
11
|
+
- treeselectjs.mjs 48.66 kB │ gzip: 11.04 kB
|
|
12
|
+
- treeselectjs.umd.js 39.59 kB │ gzip: 10.13 kB
|
|
13
13
|
- treeselectjs.css 6.41 kB │ gzip: 1.27 kB
|
|
14
14
|
|
|
15
15
|
**Live Demo:** https://dipson88.github.io/treeselectjs/
|