@vtj/designer 0.11.6 → 0.11.7

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/dist/index.mjs CHANGED
@@ -16,10 +16,10 @@ import { PAGE_LIFE_CYCLES_LIST as po, APP_LIFE_CYCLE as mo, createUniAppComponen
16
16
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
17
17
  * @name @vtj/designer
18
18
  * @author CHC chenhuachun1549@dingtalk.com
19
- * @version 0.11.6
19
+ * @version 0.11.7
20
20
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
21
21
  */
22
- const St = "0.11.6", fo = {
22
+ const St = "0.11.7", fo = {
23
23
  width: 390,
24
24
  height: 844
25
25
  }, ho = {
@@ -447,17 +447,16 @@ function zo(u) {
447
447
  name: "style",
448
448
  label: "style",
449
449
  setters: [
450
- {
451
- name: "ExpressionSetter",
452
- label: "表达式"
453
- },
454
450
  {
455
451
  name: "JSONSetter",
456
452
  label: "JSON"
453
+ },
454
+ {
455
+ name: "ExpressionSetter",
456
+ label: "表达式"
457
457
  }
458
458
  ],
459
- value: e.value.getPropValue("style"),
460
- switchDisabled: !0
459
+ value: e.value.getPropValue("style")
461
460
  },
462
461
  {
463
462
  name: "children",
@@ -7933,7 +7932,8 @@ const br = { class: "v-toolbar-widget__custom-size" }, yr = /* @__PURE__ */ T({
7933
7932
  return (i, p) => (c(), _(n(K), {
7934
7933
  class: "v-style-widget__wrapper",
7935
7934
  direction: "column",
7936
- fit: ""
7935
+ fit: "",
7936
+ overflow: "auto"
7937
7937
  }, {
7938
7938
  default: b(() => [
7939
7939
  t.isStyleCodeMode ? (c(), _(Ni, { key: 0 })) : (c(), _(n(K), {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.11.6",
4
+ "version": "0.11.7",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -24,12 +24,12 @@
24
24
  "html2canvas": "~1.4.1",
25
25
  "mockjs": "~1.1.0",
26
26
  "monaco-editor": "~0.52.0",
27
- "@vtj/core": "~0.11.6",
28
- "@vtj/renderer": "~0.11.6",
29
- "@vtj/icons": "~0.11.6",
30
- "@vtj/ui": "~0.11.6",
31
- "@vtj/uni": "~0.11.6",
32
- "@vtj/utils": "~0.11.6"
27
+ "@vtj/core": "~0.11.7",
28
+ "@vtj/icons": "~0.11.7",
29
+ "@vtj/ui": "~0.11.7",
30
+ "@vtj/utils": "~0.11.7",
31
+ "@vtj/uni": "~0.11.7",
32
+ "@vtj/renderer": "~0.11.7"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/mockjs": "~1.0.10",
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/designer
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.11.5
5
+ * @version 0.11.6
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.11.5";
8
+ export declare const version = "0.11.6";