@opentiny/tiny-engine-setting-events 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 +5 -5
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -1258,7 +1258,7 @@ function He(c, t, n, e, i, o) {
|
|
|
1258
1258
|
m("div", Ke, [
|
|
1259
1259
|
_(r, { onClick: e.closeDialog }, {
|
|
1260
1260
|
default: I(() => t[0] || (t[0] = [
|
|
1261
|
-
Dt("取 消")
|
|
1261
|
+
Dt("取 消", -1)
|
|
1262
1262
|
])),
|
|
1263
1263
|
_: 1,
|
|
1264
1264
|
__: [0]
|
|
@@ -1268,7 +1268,7 @@ function He(c, t, n, e, i, o) {
|
|
|
1268
1268
|
onClick: e.confirm
|
|
1269
1269
|
}, {
|
|
1270
1270
|
default: I(() => t[1] || (t[1] = [
|
|
1271
|
-
Dt("确 定")
|
|
1271
|
+
Dt("确 定", -1)
|
|
1272
1272
|
])),
|
|
1273
1273
|
_: 1,
|
|
1274
1274
|
__: [1]
|
|
@@ -1475,7 +1475,7 @@ const Ct = /* @__PURE__ */ Bt(Fe, [["render", He], ["__scopeId", "data-v-84897b9
|
|
|
1475
1475
|
m("div", qe, [
|
|
1476
1476
|
_(O(Ft), { onClick: O(a) }, {
|
|
1477
1477
|
default: I(() => l[2] || (l[2] = [
|
|
1478
|
-
Dt(" 取消")
|
|
1478
|
+
Dt(" 取消", -1)
|
|
1479
1479
|
])),
|
|
1480
1480
|
_: 1,
|
|
1481
1481
|
__: [2]
|
|
@@ -1485,7 +1485,7 @@ const Ct = /* @__PURE__ */ Bt(Fe, [["render", He], ["__scopeId", "data-v-84897b9
|
|
|
1485
1485
|
onClick: O(d)
|
|
1486
1486
|
}, {
|
|
1487
1487
|
default: I(() => l[3] || (l[3] = [
|
|
1488
|
-
Dt(" 确定")
|
|
1488
|
+
Dt(" 确定", -1)
|
|
1489
1489
|
])),
|
|
1490
1490
|
_: 1,
|
|
1491
1491
|
__: [3]
|
|
@@ -2764,7 +2764,7 @@ function On(c, t, n, e, i, o) {
|
|
|
2764
2764
|
name: "tiny-checkbox"
|
|
2765
2765
|
}, {
|
|
2766
2766
|
default: I(() => t[3] || (t[3] = [
|
|
2767
|
-
Dt("扩展参数设置")
|
|
2767
|
+
Dt("扩展参数设置", -1)
|
|
2768
2768
|
])),
|
|
2769
2769
|
_: 1,
|
|
2770
2770
|
__: [3]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-setting-events",
|
|
3
|
-
"version": "2.7.1
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,14 +25,14 @@
|
|
|
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-configurator": "2.7.1
|
|
30
|
-
"@opentiny/tiny-engine-meta-register": "2.7.1
|
|
31
|
-
"@opentiny/tiny-engine-utils": "2.7.1
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.7.1",
|
|
29
|
+
"@opentiny/tiny-engine-configurator": "2.7.1",
|
|
30
|
+
"@opentiny/tiny-engine-meta-register": "2.7.1",
|
|
31
|
+
"@opentiny/tiny-engine-utils": "2.7.1",
|
|
32
32
|
"magic-string": "^0.30.17"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.1
|
|
35
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.1",
|
|
36
36
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
37
37
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
38
38
|
"vite": "^5.4.2"
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"@opentiny/vue-icon": "^3.20.0",
|
|
43
43
|
"vue": "^3.4.15"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "a33dfdce3a97281798efb308bc5424980298efba"
|
|
46
46
|
}
|