@opentiny/tiny-engine-plugin-bridge 2.7.2 → 2.7.4-alpha.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 +9 -12
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1675,11 +1675,10 @@ function dt(n, t, p, e, r, x) {
1675
1675
  type: "primary",
1676
1676
  onClick: e.save
1677
1677
  }, {
1678
- default: C(() => t[10] || (t[10] = [
1678
+ default: C(() => [...t[10] || (t[10] = [
1679
1679
  Be("保存", -1)
1680
- ])),
1681
- _: 1,
1682
- __: [10]
1680
+ ])]),
1681
+ _: 1
1683
1682
  }, 8, ["onClick"]),
1684
1683
  e.state.status ? (ae(), ue(a, {
1685
1684
  key: 0,
@@ -1791,11 +1790,10 @@ function dt(n, t, p, e, r, x) {
1791
1790
  modelValue: e.state.content.destructuring,
1792
1791
  "onUpdate:modelValue": t[4] || (t[4] = (I) => e.state.content.destructuring = I)
1793
1792
  }, {
1794
- default: C(() => t[11] || (t[11] = [
1793
+ default: C(() => [...t[11] || (t[11] = [
1795
1794
  Be("解构npm包", -1)
1796
- ])),
1797
- _: 1,
1798
- __: [11]
1795
+ ])]),
1796
+ _: 1
1799
1797
  }, 8, ["modelValue"])
1800
1798
  ]),
1801
1799
  _: 1
@@ -1846,11 +1844,11 @@ function dt(n, t, p, e, r, x) {
1846
1844
  _: 1
1847
1845
  }),
1848
1846
  f(d, null, {
1849
- label: C(() => t[12] || (t[12] = [
1847
+ label: C(() => [...t[12] || (t[12] = [
1850
1848
  se("div", { class: "cdn-label-wrap" }, [
1851
1849
  se("span", null, "CDN")
1852
1850
  ], -1)
1853
- ])),
1851
+ ])]),
1854
1852
  default: C(() => [
1855
1853
  f(Y, {
1856
1854
  modelValue: e.state.content.cdnLink,
@@ -1859,8 +1857,7 @@ function dt(n, t, p, e, r, x) {
1859
1857
  }, null, 8, ["modelValue"]),
1860
1858
  t[13] || (t[13] = se("div", { class: "tip" }, "浏览器直接可用的生产包链接,请确保可用,否则可能会造成页面预览失败", -1))
1861
1859
  ]),
1862
- _: 1,
1863
- __: [13]
1860
+ _: 1
1864
1861
  }),
1865
1862
  f(d, { label: "生成utils.js代码预览" }, {
1866
1863
  default: C(() => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-plugin-bridge",
3
- "version": "2.7.2",
3
+ "version": "2.7.4-alpha.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,11 +25,11 @@
25
25
  "license": "MIT",
26
26
  "homepage": "https://opentiny.design/tiny-engine",
27
27
  "dependencies": {
28
- "@opentiny/tiny-engine-common": "2.7.2",
29
- "@opentiny/tiny-engine-meta-register": "2.7.2"
28
+ "@opentiny/tiny-engine-common": "2.7.4-alpha.0",
29
+ "@opentiny/tiny-engine-meta-register": "2.7.4-alpha.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.2",
32
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.4-alpha.0",
33
33
  "@vitejs/plugin-vue": "^5.1.2",
34
34
  "@vitejs/plugin-vue-jsx": "^4.0.1",
35
35
  "vite": "^5.4.2"
@@ -39,5 +39,5 @@
39
39
  "@opentiny/vue-icon": "^3.20.0",
40
40
  "vue": "^3.4.15"
41
41
  },
42
- "gitHead": "365f2f46d60456bb8327b6314751f50c888237b4"
42
+ "gitHead": "288457f3c72ee937ec4a71ab81a49250f1dd0574"
43
43
  }