star-horse-lowcode 2.7.11 → 2.7.12

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.es.js CHANGED
@@ -97185,14 +97185,16 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
97185
97185
  const _component_star_horse_item = StarHorseItem;
97186
97186
  const _component_el_tooltip = ElTooltip;
97187
97187
  return openBlock(), createElementBlock(Fragment, null, [
97188
- __props.item.type == "usercomp" ? (openBlock(), createBlock(_component_star_horse_item, {
97189
- key: 0,
97190
- primaryKey: "id",
97191
- dataForm: dataForm.value,
97192
- "onUpdate:dataForm": _cache[0] || (_cache[0] = ($event) => dataForm.value = $event),
97193
- item: __props.item,
97194
- isView: true
97195
- }, null, 8, ["dataForm", "item"])) : createCommentVNode("", true),
97188
+ __props.item.type == "usercomp" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
97189
+ __props.item.formVisible || __props.item.listVisible || __props.item.viewVisible ? (openBlock(), createBlock(_component_star_horse_item, {
97190
+ key: 0,
97191
+ primaryKey: "id",
97192
+ dataForm: dataForm.value,
97193
+ "onUpdate:dataForm": _cache[0] || (_cache[0] = ($event) => dataForm.value = $event),
97194
+ item: __props.item,
97195
+ isView: true
97196
+ }, null, 8, ["dataForm", "item"])) : createCommentVNode("", true)
97197
+ ], 64)) : createCommentVNode("", true),
97196
97198
  __props.item.formVisible || __props.item.listVisible || __props.item.viewVisible ? (openBlock(), createElementBlock("div", _hoisted_1$L, [
97197
97199
  createElementVNode("label", null, toDisplayString(__props.item.label) + " :", 1),
97198
97200
  createElementVNode("div", _hoisted_2$x, [
@@ -102567,17 +102569,19 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
102567
102569
  return (_ctx, _cache) => {
102568
102570
  const _component_star_horse_item = StarHorseItem;
102569
102571
  const _component_el_form_item = ElFormItem;
102570
- return __props.item.type == "usercomp" || __props.item.type == "button" ? (openBlock(), createBlock(_component_star_horse_item, {
102571
- key: 0,
102572
- primaryKey: __props.primaryKey,
102573
- dataForm: dataForm.value,
102574
- "onUpdate:dataForm": _cache[0] || (_cache[0] = ($event) => dataForm.value = $event),
102575
- item: __props.item,
102576
- dataIndex: __props.dataIndex,
102577
- bareFlag: true,
102578
- compSize: __props.compSize,
102579
- isEdit: __props.isEdit
102580
- }, null, 8, ["primaryKey", "dataForm", "item", "dataIndex", "compSize", "isEdit"])) : unref(checkVisible)(__props.item, dataForm.value) ? (openBlock(), createBlock(_component_el_form_item, {
102572
+ return __props.item.type == "usercomp" || __props.item.type == "button" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
102573
+ unref(checkVisible)(__props.item, dataForm.value) ? (openBlock(), createBlock(_component_star_horse_item, {
102574
+ key: 0,
102575
+ primaryKey: __props.primaryKey,
102576
+ dataForm: dataForm.value,
102577
+ "onUpdate:dataForm": _cache[0] || (_cache[0] = ($event) => dataForm.value = $event),
102578
+ item: __props.item,
102579
+ dataIndex: __props.dataIndex,
102580
+ bareFlag: true,
102581
+ compSize: __props.compSize,
102582
+ isEdit: __props.isEdit
102583
+ }, null, 8, ["primaryKey", "dataForm", "item", "dataIndex", "compSize", "isEdit"])) : createCommentVNode("", true)
102584
+ ], 64)) : unref(checkVisible)(__props.item, dataForm.value) ? (openBlock(), createBlock(_component_el_form_item, {
102581
102585
  key: 1,
102582
102586
  size: __props.compSize,
102583
102587
  label: __props.item.preps?.hideLabel == "Y" ? "" : __props.item.label,