starfish-form-custom 1.0.1 → 1.0.3

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.
@@ -3,10 +3,11 @@ import 'element-plus/es/components/base/style/css';
3
3
  import 'element-plus/es/components/tooltip/style/css';
4
4
  import { defineComponent, ref, onMounted, onUnmounted, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx } from 'vue';
5
5
  import E from 'wangeditor';
6
- import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-afd364dc.mjs';
6
+ import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-72d58014.mjs';
7
7
  import 'element-plus/es/components/icon/style/css';
8
8
  import 'element-plus/es/components/input/style/css';
9
9
  import 'element-plus/es/components/checkbox/style/css';
10
+ import '@element-plus/icons-vue';
10
11
  import 'element-plus/es/components/loading/style/css';
11
12
  import 'element-plus/es/components/dropdown/style/css';
12
13
  import 'element-plus/es/components/dropdown-menu/style/css';
@@ -18,7 +19,6 @@ import 'element-plus/es/components/button/style/css';
18
19
  import 'element-plus/es/components/col/style/css';
19
20
  import 'element-plus/es/components/select/style/css';
20
21
  import 'element-plus/es/components/option/style/css';
21
- import '@element-plus/icons-vue';
22
22
  import 'element-plus/es/components/input-number/style/css';
23
23
  import 'element-plus/es/components/radio-group/style/css';
24
24
  import 'element-plus/es/components/radio-button/style/css';
@@ -79,11 +79,12 @@ const _hoisted_1 = {
79
79
  key: 0,
80
80
  class: "item_require"
81
81
  };
82
- const _hoisted_2 = {
82
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
83
+ const _hoisted_3 = {
83
84
  key: 0,
84
85
  ref: "richText"
85
86
  };
86
- const _hoisted_3 = {
87
+ const _hoisted_4 = {
87
88
  key: 1,
88
89
  ref: "richText"
89
90
  };
@@ -105,19 +106,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
105
106
  content: _ctx.item.data.tip,
106
107
  placement: "top"
107
108
  }, {
108
- default: withCtx(() => _cache[0] || (_cache[0] = [
109
- createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
110
- ])),
111
- _: 1,
112
- __: [0]
109
+ default: withCtx(() => [
110
+ _hoisted_2
111
+ ]),
112
+ _: 1
113
113
  }, 8, ["content"])) : createCommentVNode("", true)
114
114
  ], 6),
115
115
  createElementVNode("div", {
116
116
  class: "control",
117
117
  style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
118
118
  }, [
119
- _ctx.drag ? (openBlock(), createElementBlock("div", _hoisted_2, null, 512)) : createCommentVNode("", true),
120
- !_ctx.drag ? (openBlock(), createElementBlock("div", _hoisted_3, null, 512)) : createCommentVNode("", true)
119
+ _ctx.drag ? (openBlock(), createElementBlock("div", _hoisted_3, null, 512)) : createCommentVNode("", true),
120
+ !_ctx.drag ? (openBlock(), createElementBlock("div", _hoisted_4, null, 512)) : createCommentVNode("", true)
121
121
  ], 4)
122
122
  ], 2);
123
123
  }