@xy-planning-network/trees 0.10.0-rc1 → 0.10.1
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/trees.es.js +4006 -3743
- package/dist/trees.umd.js +10 -9
- package/package.json +1 -1
- package/types/helpers/Slots.d.ts +0 -2
- package/types/lib-components/lists/StaticTable.vue.d.ts +0 -21
- package/types/lib-components/lists/StaticTableActionSlot.vue.d.ts +0 -27
- package/types/lib-components/lists/Table.vue.d.ts +0 -39
- package/types/lib-components/navigation/ActionsDropdownCallback.vue.d.ts +0 -18
- package/types/lib-components/navigation/ActionsDropdownEmit.vue.d.ts +0 -22
- package/types/lib-components/overlays/AlertModal.vue.d.ts +0 -68
package/README.md
CHANGED
|
@@ -47,10 +47,10 @@ Trees is our attempt at unifying the frontend code we've written to power a smal
|
|
|
47
47
|
|
|
48
48
|
## Install
|
|
49
49
|
|
|
50
|
-
Install trees
|
|
50
|
+
Install trees into an existing Vue project - assumes npm version >= 7
|
|
51
51
|
|
|
52
52
|
```sh
|
|
53
|
-
npm i @xy-planning-network/trees
|
|
53
|
+
npm i @xy-planning-network/trees
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
Additional peer dependecies will be installed by NPM. If you are using NPM < 7 you may need to explicitly install peer dependencies.
|