@opentiny/tiny-engine-plugin-bridge 2.9.0 → 2.10.0-alpha.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/dist/style.css +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -9,9 +9,9 @@ import { iconSearch as Be } from "@opentiny/vue-icon";
|
|
|
9
9
|
import { utils as Xt } from "@opentiny/tiny-engine-utils";
|
|
10
10
|
const Ut = {
|
|
11
11
|
id: "engine.plugins.bridge",
|
|
12
|
-
title: "
|
|
12
|
+
title: "工具管理",
|
|
13
13
|
type: "plugins",
|
|
14
|
-
icon: "plugin-icon-
|
|
14
|
+
icon: "plugin-icon-tool"
|
|
15
15
|
}, B = b((s, e) => p(m.Http).get(`/app-center/api/apps/extension/list?app=${s}&category=${e}`), {
|
|
16
16
|
metaData: {
|
|
17
17
|
id: "engine.plugins.bridge.http.fetchResourceList"
|
|
@@ -1254,7 +1254,7 @@ function Un(s, e, t, n, a, r) {
|
|
|
1254
1254
|
onClick: Pt((te) => n.openEdit(y, x), ["stop"])
|
|
1255
1255
|
}, [
|
|
1256
1256
|
N(l, {
|
|
1257
|
-
name: "plugin-icon-
|
|
1257
|
+
name: "plugin-icon-tool",
|
|
1258
1258
|
class: "list-item-icon"
|
|
1259
1259
|
}),
|
|
1260
1260
|
xe("div", wn, at(y.name), 1),
|
|
@@ -1271,7 +1271,7 @@ function Un(s, e, t, n, a, r) {
|
|
|
1271
1271
|
])
|
|
1272
1272
|
]);
|
|
1273
1273
|
}
|
|
1274
|
-
const qe = /* @__PURE__ */ Nt(Rn, [["render", Un], ["__scopeId", "data-v-
|
|
1274
|
+
const qe = /* @__PURE__ */ Nt(Rn, [["render", Un], ["__scopeId", "data-v-b7e209ee"]]), Ee = Ce(!1), ge = b(() => {
|
|
1275
1275
|
Ee.value = !0, un(() => window.dispatchEvent(new Event("resize")));
|
|
1276
1276
|
}, {
|
|
1277
1277
|
metaData: {
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.manage-panel[data-v-
|
|
1
|
+
.manage-panel[data-v-b7e209ee]{height:100%;display:flex;flex-direction:column;position:relative}.manage-panel .manage-panel-search[data-v-b7e209ee]{padding:0 12px 12px}.manage-panel .add-button[data-v-b7e209ee]{align-self:flex-end;margin:6px}.manage-panel .list[data-v-b7e209ee]{flex:1;border-top:1px solid var(--te-bridge-list-border-color);overflow:auto;padding:12px 0}.manage-panel .list-item[data-v-b7e209ee]{height:24px;line-height:24px;display:grid;grid-template-columns:16px 1fr auto;column-gap:8px;align-items:center;padding:0 12px;position:relative;color:var(--te-bridge-list-text-color);cursor:pointer;font-size:12px}.manage-panel .list-item[data-v-b7e209ee]:hover,.manage-panel .list-item.active[data-v-b7e209ee]{background:var(--te-bridge-list-bg-color)}.manage-panel .list-item:hover .setting-icon[data-v-b7e209ee],.manage-panel .list-item.active .setting-icon[data-v-b7e209ee]{display:grid}.manage-panel .list-item .setting-icon[data-v-b7e209ee]{display:none}.manage-panel .list-item .list-item-icon[data-v-b7e209ee]{color:var(--te-bridge-list-icon-color);margin-right:8px}.plugin-setting[data-v-51f0f8eb] .icon-wrap{margin-right:8px}.plugin-setting .resource-form .tip[data-v-51f0f8eb]{font-size:12px;line-height:18px;margin-top:8px;color:var(--te-bridge-setting-tip-text-color)}.plugin-setting .resource-form[data-v-51f0f8eb] .tiny-form-item__label .cdn-tips-icon{margin-left:4px}.plugin-setting .title-wrap[data-v-51f0f8eb]{font-size:12px;font-weight:700;color:var(--te-bridge-setting-title-text-color)}.plugin-setting .title-wrap .help-link[data-v-51f0f8eb]{display:inline-block;color:var(--te-bridge-setting-link-text-color);font-size:12px;margin-left:16px}.plugin-setting .title-wrap .help-link[data-v-51f0f8eb]:hover{text-decoration:underline}.plugin-setting .header-wrap[data-v-51f0f8eb]{display:flex;align-items:center;column-gap:6px}.plugin-setting .header-wrap .tiny-button[data-v-51f0f8eb]{width:40px;padding:0;min-width:40px;margin-right:2px}.plugin-setting .monaco-editor[data-v-51f0f8eb]{height:500px;margin-top:8px;border:1px solid var(--te-bridge-editor-border-color)}.plugin-setting .cdn-label-wrap[data-v-51f0f8eb]{display:flex;align-items:center}.code-preview[data-v-51f0f8eb]{font-size:12px;line-height:20px;background:var(--te-bridge-setting-code-bg-color);color:var(--te-bridge-setting-code-text-color);border-radius:4px}.code-preview .pre-title[data-v-51f0f8eb]{font-family:Microsoft YaHei}.code-preview>pre[data-v-51f0f8eb]{margin:0;padding:8px 20px;font-family:Consolas,Courier New,monospace}[data-v-5871221b] .tiny-button{border-radius:4px;height:24px;line-height:24px}.plugin-bridge{--te-bridge-list-text-color: var(--te-common-text-primary);--te-bridge-list-bg-color: var(--te-common-bg-container);--te-bridge-list-icon-color: var(--te-common-icon-secondary);--te-bridge-list-border-color: var(--te-common-border-default);--te-bridge-editor-border-color: var(--te-common-border-divider);--te-bridge-setting-tip-text-color: var(--te-common-text-weaken);--te-bridge-setting-title-text-color: var(--te-common-text-primary);--te-bridge-setting-link-text-color: var(--te-common-text-link);--te-bridge-setting-code-text-color: var(--te-common-text-weaken);--te-bridge-setting-code-bg-color: var(--te-common-bg-container)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-plugin-bridge",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.0-alpha.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,13 +25,13 @@
|
|
|
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.10.0-alpha.1",
|
|
29
|
+
"@opentiny/tiny-engine-meta-register": "2.10.0-alpha.1",
|
|
30
|
+
"@opentiny/tiny-engine-utils": "2.10.0-alpha.1",
|
|
31
31
|
"zod": "^3.25.76"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.
|
|
34
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.10.0-alpha.1",
|
|
35
35
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
36
36
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
37
37
|
"vite": "^5.4.2"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"@opentiny/vue-icon": "^3.20.0",
|
|
42
42
|
"vue": "^3.4.15"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "b9fe4bb680b13b929abf932d0e1b44c0a1123a65"
|
|
45
45
|
}
|