x-prop-tree 0.5.15 → 0.5.16

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { useI18n as de } from "vue-i18n";
3
3
  import { useViewStack as Xt, useColor as Te, eventBus as _e, useSystem as Zn } from "x-essential-lib";
4
4
  import { getPropDefault as N, parsePixelStr as Yn, parsePercentStr as Jn } from "x-runtime-lib";
5
5
  import { useDisplay as Wn } from "vuetify";
6
- import { state as Qn } from "x-state-lib";
6
+ import { globalState as Qn } from "x-state-lib";
7
7
  var Zt = typeof global == "object" && global && global.Object === Object && global, er = typeof self == "object" && self && self.Object === Object && self, W = Zt || er || Function("return this")(), se = W.Symbol, Yt = Object.prototype, tr = Yt.hasOwnProperty, nr = Yt.toString, we = se ? se.toStringTag : void 0;
8
8
  function rr(e) {
9
9
  var t = tr.call(e, we), n = e[we];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-prop-tree",
3
3
  "private": false,
4
- "version": "0.5.15",
4
+ "version": "0.5.16",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -28,8 +28,8 @@
28
28
  "vuetify": "^3.7.3",
29
29
  "x-essential-lib": "^0.7.11",
30
30
  "x-group-list": "^0.3.3",
31
- "x-runtime-lib": "^0.5.19",
32
- "x-state-lib": "^0.1.5"
31
+ "x-runtime-lib": "^0.5.39",
32
+ "x-state-lib": "^0.1.7"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@eslint/js": "^10.0.0",