@opentiny/tiny-engine-toolbar-save 2.7.1-alpha.1 → 2.7.1
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 +4 -4
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -922,7 +922,7 @@ function be(o, e, a, t, s, i) {
|
|
|
922
922
|
name: "tiny-checkbox"
|
|
923
923
|
}, {
|
|
924
924
|
default: P(() => e[3] || (e[3] = [
|
|
925
|
-
W("自动保存")
|
|
925
|
+
W("自动保存", -1)
|
|
926
926
|
])),
|
|
927
927
|
_: 1,
|
|
928
928
|
__: [3]
|
|
@@ -943,7 +943,7 @@ function be(o, e, a, t, s, i) {
|
|
|
943
943
|
onClick: t.saveConfig
|
|
944
944
|
}, {
|
|
945
945
|
default: P(() => e[5] || (e[5] = [
|
|
946
|
-
W("设置并保存")
|
|
946
|
+
W("设置并保存", -1)
|
|
947
947
|
])),
|
|
948
948
|
_: 1,
|
|
949
949
|
__: [5]
|
|
@@ -967,7 +967,7 @@ function be(o, e, a, t, s, i) {
|
|
|
967
967
|
footer: P(() => [
|
|
968
968
|
N(l, { onClick: t.close }, {
|
|
969
969
|
default: P(() => e[7] || (e[7] = [
|
|
970
|
-
W("取 消")
|
|
970
|
+
W("取 消", -1)
|
|
971
971
|
])),
|
|
972
972
|
_: 1,
|
|
973
973
|
__: [7]
|
|
@@ -977,7 +977,7 @@ function be(o, e, a, t, s, i) {
|
|
|
977
977
|
onClick: t.saveApi
|
|
978
978
|
}, {
|
|
979
979
|
default: P(() => e[8] || (e[8] = [
|
|
980
|
-
W("保 存")
|
|
980
|
+
W("保 存", -1)
|
|
981
981
|
])),
|
|
982
982
|
_: 1,
|
|
983
983
|
__: [8]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-toolbar-save",
|
|
3
|
-
"version": "2.7.1
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@opentiny/tiny-engine-common": "2.7.1
|
|
29
|
-
"@opentiny/tiny-engine-meta-register": "2.7.1
|
|
30
|
-
"@opentiny/tiny-engine-utils": "2.7.1
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.7.1",
|
|
29
|
+
"@opentiny/tiny-engine-meta-register": "2.7.1",
|
|
30
|
+
"@opentiny/tiny-engine-utils": "2.7.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.1
|
|
33
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.1",
|
|
34
34
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
35
35
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
36
36
|
"vite": "^5.4.2"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"@opentiny/vue": "^3.20.0",
|
|
40
40
|
"vue": "^3.4.15"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "a33dfdce3a97281798efb308bc5424980298efba"
|
|
43
43
|
}
|