@opentiny/tiny-engine-toolbar-setting 2.2.0 → 2.3.0-rc.0

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 +2 -2
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { useCanvas as P, useBlock as k, usePage as y, useLayout as S, useModal as B, useNotify as b } from "@opentiny/tiny-engine-meta-register";
2
2
  import { constants as A } from "@opentiny/tiny-engine-utils";
3
3
  import { ToolbarBase as C } from "@opentiny/tiny-engine-common";
4
- import { resolveComponent as v, openBlock as x, createBlock as h } from "vue";
4
+ import { resolveComponent as v, createBlock as x, openBlock as h } from "vue";
5
5
  const {
6
6
  PAGE_STATUS: M
7
7
  } = A, T = {
@@ -96,7 +96,7 @@ const {
96
96
  };
97
97
  function E(s, a, t, n, c, p) {
98
98
  const i = v("toolbar-base");
99
- return x(), h(i, {
99
+ return h(), x(i, {
100
100
  content: n.isBlock() ? "区块设置" : "页面设置",
101
101
  icon: t.options.icon.default || t.options.icon,
102
102
  options: t.options,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-toolbar-setting",
3
- "version": "2.2.0",
3
+ "version": "2.3.0-rc.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,19 +25,19 @@
25
25
  "license": "MIT",
26
26
  "homepage": "https://opentiny.design/tiny-engine",
27
27
  "dependencies": {
28
- "@opentiny/tiny-engine-common": "2.2.0",
29
- "@opentiny/tiny-engine-meta-register": "2.2.0",
30
- "@opentiny/tiny-engine-utils": "2.2.0"
28
+ "@opentiny/tiny-engine-common": "2.3.0-rc.0",
29
+ "@opentiny/tiny-engine-meta-register": "2.3.0-rc.0",
30
+ "@opentiny/tiny-engine-utils": "2.3.0-rc.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.2.0",
33
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.3.0-rc.0",
34
34
  "@vitejs/plugin-vue": "^5.1.2",
35
35
  "@vitejs/plugin-vue-jsx": "^4.0.1",
36
36
  "vite": "^5.4.2"
37
37
  },
38
38
  "peerDependencies": {
39
- "@opentiny/vue": "^3.14.0",
39
+ "@opentiny/vue": "^3.20.0",
40
40
  "vue": "^3.4.15"
41
41
  },
42
- "gitHead": "34525174aa47280dda7d42d8835ebe235e169ed6"
42
+ "gitHead": "5ea78adea68ea21caaf13ff9f8dcb008a1ad78cc"
43
43
  }