star-horse-lowcode 2.7.3 → 2.7.5

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
@@ -95224,7 +95224,7 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
95224
95224
  }
95225
95225
  });
95226
95226
 
95227
- const StarHorseItem = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__scopeId", "data-v-6b4d0f15"]]);
95227
+ const StarHorseItem = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__scopeId", "data-v-34103bb0"]]);
95228
95228
 
95229
95229
  const StarHorseItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
95230
95230
  __proto__: null,
@@ -95654,7 +95654,8 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95654
95654
  default: withCtx(() => [
95655
95655
  createVNode(_component_star_horse_icon, {
95656
95656
  "icon-class": "fullscreen-shrink",
95657
- color: "var(--star-horse-white)"
95657
+ color: "var(--star-horse-white)",
95658
+ cursor: "pointer"
95658
95659
  })
95659
95660
  ]),
95660
95661
  _: 1
@@ -95670,7 +95671,8 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95670
95671
  default: withCtx(() => [
95671
95672
  createVNode(_component_star_horse_icon, {
95672
95673
  "icon-class": "fullscreen-expand",
95673
- color: "var(--star-horse-white)"
95674
+ color: "var(--star-horse-white)",
95675
+ cursor: "pointer"
95674
95676
  })
95675
95677
  ]),
95676
95678
  _: 1
@@ -95686,7 +95688,8 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95686
95688
  default: withCtx(() => [
95687
95689
  createVNode(_component_star_horse_icon, {
95688
95690
  "icon-class": "close",
95689
- color: "var(--star-horse-white)"
95691
+ color: "var(--star-horse-white)",
95692
+ cursor: "pointer"
95690
95693
  })
95691
95694
  ]),
95692
95695
  _: 2
@@ -95704,6 +95707,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95704
95707
  default: withCtx(() => [
95705
95708
  createVNode(_component_star_horse_icon, {
95706
95709
  "icon-class": "save",
95710
+ cursor: "pointer",
95707
95711
  style: { "color": "var(--star-horse-white)" }
95708
95712
  }),
95709
95713
  createTextVNode(" " + toDisplayString(__props.btnText ?? unref(i18n)("dialog.submit")), 1)
@@ -95719,6 +95723,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95719
95723
  default: withCtx(() => [
95720
95724
  createVNode(_component_star_horse_icon, {
95721
95725
  "icon-class": "save_continue",
95726
+ cursor: "pointer",
95722
95727
  style: { "color": "var(--star-horse-white)" }
95723
95728
  }),
95724
95729
  createTextVNode(" " + toDisplayString(unref(i18n)("dialog.submitContinue")), 1)
@@ -95733,7 +95738,10 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95733
95738
  style: { "background": "var(--star-horse-style)", "color": "var(--star-horse-white)" }
95734
95739
  }, {
95735
95740
  default: withCtx(() => [
95736
- createVNode(_component_star_horse_icon, { "icon-class": "short_save" }),
95741
+ createVNode(_component_star_horse_icon, {
95742
+ "icon-class": "short_save",
95743
+ cursor: "pointer"
95744
+ }),
95737
95745
  createTextVNode(toDisplayString(unref(i18n)("dialog.save")), 1)
95738
95746
  ]),
95739
95747
  _: 1
@@ -95746,7 +95754,10 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95746
95754
  style: { "background": "var(--star-horse-style)", "color": "var(--star-horse-white)" }
95747
95755
  }, {
95748
95756
  default: withCtx(() => [
95749
- createVNode(_component_star_horse_icon, { "icon-class": "save" }),
95757
+ createVNode(_component_star_horse_icon, {
95758
+ "icon-class": "save",
95759
+ cursor: "pointer"
95760
+ }),
95750
95761
  createTextVNode(toDisplayString(unref(i18n)("dialog.saveContinue")), 1)
95751
95762
  ]),
95752
95763
  _: 1
@@ -95764,6 +95775,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95764
95775
  default: withCtx(() => [
95765
95776
  createVNode(_component_star_horse_icon, {
95766
95777
  "icon-class": item.icon,
95778
+ cursor: "pointer",
95767
95779
  style: { "color": "var(--star-horse-white)" }
95768
95780
  }, null, 8, ["icon-class"]),
95769
95781
  createTextVNode(" " + toDisplayString(item.btnName), 1)
@@ -95780,6 +95792,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95780
95792
  default: withCtx(() => [
95781
95793
  createVNode(_component_star_horse_icon, {
95782
95794
  "icon-class": "undo",
95795
+ cursor: "pointer",
95783
95796
  style: { "color": "var(--star-horse-style)" }
95784
95797
  }),
95785
95798
  createTextVNode(" " + toDisplayString(unref(i18n)("dialog.reset")), 1)
@@ -95805,7 +95818,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
95805
95818
  }
95806
95819
  });
95807
95820
 
95808
- const __unplugin_components_0$6 = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["__scopeId", "data-v-a06c54f1"]]);
95821
+ const __unplugin_components_0$6 = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["__scopeId", "data-v-f46e880e"]]);
95809
95822
 
95810
95823
  const StarHorseDialog = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
95811
95824
  __proto__: null,
@@ -101280,7 +101293,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
101280
101293
  emits("addRow", row);
101281
101294
  } else {
101282
101295
  let index = row.xh - 1;
101283
- formFields && formFields[props.batchName].splice(index, 1);
101296
+ formFields && formFields[props.batchName]?.splice(index, 1);
101284
101297
  dataForm.value[props.batchName].splice(index, 1);
101285
101298
  emits("removeRow", row);
101286
101299
  }
@@ -101647,7 +101660,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
101647
101660
  }
101648
101661
  });
101649
101662
 
101650
- const __unplugin_components_0$4 = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-5a79f87c"]]);
101663
+ const __unplugin_components_0$4 = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-b3fd4633"]]);
101651
101664
 
101652
101665
  const StarHorseFormList = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
101653
101666
  __proto__: null,
@@ -109223,7 +109236,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
109223
109236
  }
109224
109237
  });
109225
109238
 
109226
- const __unplugin_components_0$1 = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-ca55dd1d"]]);
109239
+ const __unplugin_components_0$1 = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-3e646ccb"]]);
109227
109240
 
109228
109241
  const starhorseFormItem = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
109229
109242
  __proto__: null,