@shenghuabi/workflow 1.0.6 → 1.0.8
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/index.js +2 -2
- package/index.js.map +2 -2
- package/index.mjs +2 -2
- package/index.mjs.map +2 -2
- package/package.json +2 -2
- package/share/index.js +2 -2
- package/share/index.js.map +2 -2
- package/share/index.mjs +2 -2
- package/share/index.mjs.map +2 -2
package/index.js
CHANGED
|
@@ -266,7 +266,7 @@ var INLINE_Template = v3.pipe(
|
|
|
266
266
|
v3.optional(v3.string(), "{{NODE.description}}"),
|
|
267
267
|
v3.title("模板"),
|
|
268
268
|
v3.description("允许使用变量:{{NODE.xxx}}(参考节点帮助)"),
|
|
269
|
-
import_view_angular_core4.actions.wrappers.set(["tooltip", "
|
|
269
|
+
import_view_angular_core4.actions.wrappers.set(["tooltip", "label"]),
|
|
270
270
|
import_view_angular_core4.actions.class.top("flex-1"),
|
|
271
271
|
(0, import_view_angular_core4.disableWhen)({
|
|
272
272
|
listen: (fn) => fn({
|
|
@@ -285,7 +285,7 @@ var INLINE_Template2 = v3.pipe(
|
|
|
285
285
|
v3.optional(v3.string()),
|
|
286
286
|
v3.title("模板"),
|
|
287
287
|
v3.description("允许使用变量:{{ENTRY.xxx}}(参考节点帮助)"),
|
|
288
|
-
import_view_angular_core4.actions.wrappers.set(["tooltip", "
|
|
288
|
+
import_view_angular_core4.actions.wrappers.set(["tooltip", "label"]),
|
|
289
289
|
import_view_angular_core4.actions.class.top("flex-1"),
|
|
290
290
|
(0, import_view_angular_core4.disableWhen)({
|
|
291
291
|
listen: (fn) => fn({
|