st-comp 0.0.183 → 0.0.184
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/es/CustomFunction.cjs +1 -1
- package/es/CustomFunction.js +31 -29
- package/es/style.css +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +1 -1
- package/lib/{index-841cf000.js → index-89193973.js} +5 -3
- package/lib/{python-788b56d9.js → python-930b6755.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/CustomFunction/index.vue +2 -0
|
@@ -61507,7 +61507,7 @@ const ynt = {
|
|
|
61507
61507
|
n.component("st-contextmenu", wnt);
|
|
61508
61508
|
}
|
|
61509
61509
|
};
|
|
61510
|
-
const Snt = (n) => (Qh("data-v-
|
|
61510
|
+
const Snt = (n) => (Qh("data-v-3bed8389"), n = n(), Zh(), n), xnt = { class: "custom-function" }, Dnt = { class: "func-option" }, Nnt = { class: "icons" }, Ent = { class: "custom-header" }, Lnt = { class: "left" }, Mnt = ["id"], Ant = { class: "right" }, Tnt = { style: { display: "flex", "align-items": "center", "margin-bottom": "10px" } }, knt = /* @__PURE__ */ Snt(() => /* @__PURE__ */ we("span", null, "函数名称:", -1)), Int = { class: "dialog-footer" }, Ont = {
|
|
61511
61511
|
__name: "index",
|
|
61512
61512
|
props: {
|
|
61513
61513
|
size: { type: String, default: "small" },
|
|
@@ -61620,6 +61620,8 @@ const Snt = (n) => (Qh("data-v-44f08e3e"), n = n(), Zh(), n), xnt = { class: "cu
|
|
|
61620
61620
|
}, 1032, ["onClick"]),
|
|
61621
61621
|
ae(C, {
|
|
61622
61622
|
title: "确认是否删除?",
|
|
61623
|
+
"confirm-button-text": "确认",
|
|
61624
|
+
"cancel-button-text": "取消",
|
|
61623
61625
|
onConfirm: (B) => p(I)
|
|
61624
61626
|
}, {
|
|
61625
61627
|
reference: pe(() => [
|
|
@@ -61745,7 +61747,7 @@ const Snt = (n) => (Qh("data-v-44f08e3e"), n = n(), Zh(), n), xnt = { class: "cu
|
|
|
61745
61747
|
]);
|
|
61746
61748
|
};
|
|
61747
61749
|
}
|
|
61748
|
-
}, Rnt = /* @__PURE__ */ si(Ont, [["__scopeId", "data-v-
|
|
61750
|
+
}, Rnt = /* @__PURE__ */ si(Ont, [["__scopeId", "data-v-3bed8389"]]), Fnt = {
|
|
61749
61751
|
install(n) {
|
|
61750
61752
|
n.component("st-customFunction", Rnt);
|
|
61751
61753
|
}
|
|
@@ -246329,7 +246331,7 @@ H0e({
|
|
|
246329
246331
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
246330
246332
|
aliases: ["Python", "py"],
|
|
246331
246333
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
246332
|
-
loader: () => import("./python-
|
|
246334
|
+
loader: () => import("./python-930b6755.js")
|
|
246333
246335
|
});
|
|
246334
246336
|
/*!-----------------------------------------------------------------------------
|
|
246335
246337
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|