@opentiny/tiny-engine-plugin-page 2.5.0 → 2.5.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.
Files changed (2) hide show
  1. package/dist/index.js +10 -5
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -174,7 +174,8 @@ function ea(t, a, n, e, o, s) {
174
174
  default: b(() => a[1] || (a[1] = [
175
175
  x("span", null, "设为根元素为Body", -1)
176
176
  ])),
177
- _: 1
177
+ _: 1,
178
+ __: [1]
178
179
  }, 8, ["modelValue"]),
179
180
  a[4] || (a[4] = x("div", { class: "input-output-div" }, "默认为div", -1))
180
181
  ]);
@@ -474,7 +475,8 @@ function ra(t, a, n, e, o, s) {
474
475
  default: b(() => a[1] || (a[1] = [
475
476
  _e("保存")
476
477
  ])),
477
- _: 1
478
+ _: 1,
479
+ __: [1]
478
480
  }, 8, ["onClick"]),
479
481
  e.pageSettingState.isNew ? q("", !0) : (v(), L(l, {
480
482
  key: 0,
@@ -698,7 +700,8 @@ function ga(t, a, n, e, o, s) {
698
700
  default: b(() => a[1] || (a[1] = [
699
701
  _e("保存")
700
702
  ])),
701
- _: 1
703
+ _: 1,
704
+ __: [1]
702
705
  }, 8, ["onClick"]),
703
706
  e.pageSettingState.isNew ? q("", !0) : (v(), L(l, {
704
707
  key: 0,
@@ -1915,7 +1918,8 @@ function yn(t, a, n, e, o, s) {
1915
1918
  default: b(() => a[6] || (a[6] = [
1916
1919
  _e(" 静态页面 ")
1917
1920
  ])),
1918
- _: 1
1921
+ _: 1,
1922
+ __: [6]
1919
1923
  }, 8, ["modelValue"]),
1920
1924
  P(r, {
1921
1925
  modelValue: e.pageSettingState.currentPageData.group,
@@ -1926,7 +1930,8 @@ function yn(t, a, n, e, o, s) {
1926
1930
  default: b(() => a[7] || (a[7] = [
1927
1931
  _e(" 公共页面 ")
1928
1932
  ])),
1929
- _: 1
1933
+ _: 1,
1934
+ __: [7]
1930
1935
  }, 8, ["modelValue"])
1931
1936
  ]),
1932
1937
  _: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-plugin-page",
3
- "version": "2.5.0",
3
+ "version": "2.5.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.5.0",
29
- "@opentiny/tiny-engine-meta-register": "2.5.0",
30
- "@opentiny/tiny-engine-utils": "2.5.0"
28
+ "@opentiny/tiny-engine-common": "2.5.1",
29
+ "@opentiny/tiny-engine-meta-register": "2.5.1",
30
+ "@opentiny/tiny-engine-utils": "2.5.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.5.0",
33
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.5.1",
34
34
  "@vitejs/plugin-vue": "^5.1.2",
35
35
  "@vitejs/plugin-vue-jsx": "^4.0.1",
36
36
  "vite": "^5.4.2"
@@ -41,5 +41,5 @@
41
41
  "@opentiny/vue-renderless": "^3.20.0",
42
42
  "vue": "^3.4.15"
43
43
  },
44
- "gitHead": "db1033835ed51b30398716070cc73e7ac985b3f3"
44
+ "gitHead": "108fdf8b27cc1904c35cbb21b32be62fdbd86968"
45
45
  }