@opentiny/tiny-engine-toolbar-clean 2.2.0 → 2.3.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.
- package/dist/index.js +2 -2
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref as l, watch as p, createVNode as s, resolveComponent as u,
|
|
1
|
+
import { ref as l, watch as p, createVNode as s, resolveComponent as u, createElementBlock as d, openBlock as m } from "vue";
|
|
2
2
|
import { useCanvas as f, useModal as _, useLayout as v } from "@opentiny/tiny-engine-meta-register";
|
|
3
3
|
import { constants as b } from "@opentiny/tiny-engine-utils";
|
|
4
4
|
import { ToolbarBase as k } from "@opentiny/tiny-engine-common";
|
|
@@ -51,7 +51,7 @@ const {
|
|
|
51
51
|
}, x = { class: "toolbar-itm-clean" };
|
|
52
52
|
function C(t, c, o, e, r, n) {
|
|
53
53
|
const a = u("toolbar-base");
|
|
54
|
-
return
|
|
54
|
+
return m(), d("div", x, [
|
|
55
55
|
s(a, {
|
|
56
56
|
content: "清除屏幕",
|
|
57
57
|
icon: o.options.icon.default || o.options.icon,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-toolbar-clean",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.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.
|
|
29
|
-
"@opentiny/tiny-engine-meta-register": "2.
|
|
30
|
-
"@opentiny/tiny-engine-utils": "2.
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.3.0",
|
|
29
|
+
"@opentiny/tiny-engine-meta-register": "2.3.0",
|
|
30
|
+
"@opentiny/tiny-engine-utils": "2.3.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.
|
|
33
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.3.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.
|
|
39
|
+
"@opentiny/vue": "^3.20.0",
|
|
40
40
|
"vue": "^3.4.15"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "330c4d2b319d5b5ba6ad64c270c21a7931a2e400"
|
|
43
43
|
}
|