@ddd-tool/domain-designer-generator 0.1.0-beta.11 → 0.1.0-beta.12

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/index.js +37 -25
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1124,7 +1124,7 @@ function sn(e) {
1124
1124
  return e ? e.__v_isRef === !0 : !1;
1125
1125
  }
1126
1126
  /**
1127
- * @vue/runtime-core v3.5.13
1127
+ * @vue/runtime-core v3.5.15
1128
1128
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
1129
1129
  * @license MIT
1130
1130
  **/
@@ -1635,29 +1635,41 @@ function yo() {
1635
1635
  const e = { style: "color:#3ba776" }, n = { style: "color:#1677ff" }, t = { style: "color:#f5222d" }, r = { style: "color:#eb2f96" }, o = {
1636
1636
  __vue_custom_formatter: !0,
1637
1637
  header(a) {
1638
- return B(a) ? a.__isVue ? ["div", e, "VueInstance"] : sn(a) ? [
1639
- "div",
1640
- {},
1641
- ["span", e, i(a)],
1642
- "<",
1643
- // avoid debugger accessing value affecting behavior
1644
- _("_value" in a ? a._value : a),
1645
- ">"
1646
- ] : En(a) ? [
1647
- "div",
1648
- {},
1649
- ["span", e, ke(a) ? "ShallowReactive" : "Reactive"],
1650
- "<",
1651
- _(a),
1652
- `>${ze(a) ? " (readonly)" : ""}`
1653
- ] : ze(a) ? [
1654
- "div",
1655
- {},
1656
- ["span", e, ke(a) ? "ShallowReadonly" : "Readonly"],
1657
- "<",
1658
- _(a),
1659
- ">"
1660
- ] : null : null;
1638
+ if (!B(a))
1639
+ return null;
1640
+ if (a.__isVue)
1641
+ return ["div", e, "VueInstance"];
1642
+ if (sn(a)) {
1643
+ const l = a.value;
1644
+ return [
1645
+ "div",
1646
+ {},
1647
+ ["span", e, i(a)],
1648
+ "<",
1649
+ _(l),
1650
+ ">"
1651
+ ];
1652
+ } else {
1653
+ if (En(a))
1654
+ return [
1655
+ "div",
1656
+ {},
1657
+ ["span", e, ke(a) ? "ShallowReactive" : "Reactive"],
1658
+ "<",
1659
+ _(a),
1660
+ `>${ze(a) ? " (readonly)" : ""}`
1661
+ ];
1662
+ if (ze(a))
1663
+ return [
1664
+ "div",
1665
+ {},
1666
+ ["span", e, ke(a) ? "ShallowReadonly" : "Readonly"],
1667
+ "<",
1668
+ _(a),
1669
+ ">"
1670
+ ];
1671
+ }
1672
+ return null;
1661
1673
  },
1662
1674
  hasBody(a) {
1663
1675
  return a && a.__isVue;
@@ -1741,7 +1753,7 @@ process.env.NODE_ENV;
1741
1753
  process.env.NODE_ENV;
1742
1754
  process.env.NODE_ENV;
1743
1755
  /**
1744
- * vue v3.5.13
1756
+ * vue v3.5.15
1745
1757
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
1746
1758
  * @license MIT
1747
1759
  **/
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@ddd-tool/domain-designer-generator",
3
- "version": "0.1.0-beta.11",
3
+ "version": "0.1.0-beta.12",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "keywords": [],
7
7
  "author": "",
8
8
  "license": "ISC",
9
9
  "devDependencies": {
10
- "@ddd-tool/domain-designer-core": "0.1.0-beta.9",
10
+ "@ddd-tool/domain-designer-core": "0.1.0-beta.10",
11
11
  "@types/node": "^22.15.21",
12
12
  "@vitest/coverage-v8": "3.0.9",
13
13
  "@vue/reactivity": "^3.5.14",