@shenghuabi/workflow 1.0.7 → 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.mjs CHANGED
@@ -211,7 +211,7 @@ var INLINE_Template = v3.pipe(
211
211
  v3.optional(v3.string(), "{{NODE.description}}"),
212
212
  v3.title("模板"),
213
213
  v3.description("允许使用变量:{{NODE.xxx}}(参考节点帮助)"),
214
- actions3.wrappers.set(["tooltip", "form-field"]),
214
+ actions3.wrappers.set(["tooltip", "label"]),
215
215
  actions3.class.top("flex-1"),
216
216
  disableWhen({
217
217
  listen: (fn) => fn({
@@ -230,7 +230,7 @@ var INLINE_Template2 = v3.pipe(
230
230
  v3.optional(v3.string()),
231
231
  v3.title("模板"),
232
232
  v3.description("允许使用变量:{{ENTRY.xxx}}(参考节点帮助)"),
233
- actions3.wrappers.set(["tooltip", "form-field"]),
233
+ actions3.wrappers.set(["tooltip", "label"]),
234
234
  actions3.class.top("flex-1"),
235
235
  disableWhen({
236
236
  listen: (fn) => fn({