star-horse-lowcode 2.7.9 → 2.7.10
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/assets/index.css +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +5 -5
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -97185,7 +97185,7 @@ 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 == "
|
|
97188
|
+
__props.item.type == "usercomp" ? (openBlock(), createBlock(_component_star_horse_item, {
|
|
97189
97189
|
key: 0,
|
|
97190
97190
|
primaryKey: "id",
|
|
97191
97191
|
dataForm: dataForm.value,
|
|
@@ -102566,7 +102566,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
102566
102566
|
return (_ctx, _cache) => {
|
|
102567
102567
|
const _component_star_horse_item = StarHorseItem;
|
|
102568
102568
|
const _component_el_form_item = ElFormItem;
|
|
102569
|
-
return __props.item.type == "
|
|
102569
|
+
return __props.item.type == "usercomp" || __props.item.type == "button" ? (openBlock(), createBlock(_component_star_horse_item, {
|
|
102570
102570
|
key: 0,
|
|
102571
102571
|
primaryKey: __props.primaryKey,
|
|
102572
102572
|
dataForm: dataForm.value,
|
|
@@ -103156,7 +103156,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
103156
103156
|
default: withCtx(() => [
|
|
103157
103157
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.item, (sitem) => {
|
|
103158
103158
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
103159
|
-
sitem.type != "button" && sitem.type != "
|
|
103159
|
+
sitem.type != "button" && sitem.type != "usercomp" ? (openBlock(), createBlock(_component_el_col, {
|
|
103160
103160
|
key: 0,
|
|
103161
103161
|
span: sitem.colspan || sitem.preps?.colspan || 24 / __props.item.length
|
|
103162
103162
|
}, {
|
|
@@ -110334,7 +110334,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
110334
110334
|
fieldList: {
|
|
110335
110335
|
fieldList: _ctx.field.preps?.fieldList
|
|
110336
110336
|
}
|
|
110337
|
-
}, null, 8, ["fieldList"])) : _ctx.field.preps?.viewType == "
|
|
110337
|
+
}, null, 8, ["fieldList"])) : _ctx.field.preps?.viewType == "usercomp" ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.field.preps?.componentName), {
|
|
110338
110338
|
key: 1,
|
|
110339
110339
|
ref: "btnCompRef",
|
|
110340
110340
|
params: _ctx.field.preps?.params
|
|
@@ -110380,7 +110380,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
110380
110380
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"])
|
|
110381
110381
|
], 64);
|
|
110382
110382
|
}
|
|
110383
|
-
const buttonItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$C], ["__scopeId", "data-v-
|
|
110383
|
+
const buttonItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$C], ["__scopeId", "data-v-17dd4ad1"]]);
|
|
110384
110384
|
|
|
110385
110385
|
const buttonItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
110386
110386
|
__proto__: null,
|