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.
- package/dist/{formAction-fcf900d7.mjs → formAction-49d001ba.mjs} +62 -60
- package/dist/{index-82e8a764.mjs → index-489c57ea.mjs} +26 -24
- package/dist/{index-ed8ce15b.mjs → index-9011c6c8.mjs} +71 -68
- package/dist/{index-d7406442.mjs → index-e75e2fc5.mjs} +11 -11
- package/dist/{main-afd364dc.mjs → main-72d58014.mjs} +261 -243
- package/dist/{starfish-form-87b82cfd.mjs → starfish-form-1d0c1e4b.mjs} +5 -4
- package/dist/starfish-form.mjs +2 -2
- package/dist/style.css +6 -5
- package/dist/types/form/src/common/Loading.vue.d.ts +2 -2
- package/dist/types/form/src/common/formAction.vue.d.ts +85 -0
- package/dist/types/form/src/main.d.ts +10 -8
- package/dist/types/form/src/starfish-form.vue.d.ts +10 -8
- package/package.json +1 -1
- package/src/common/KeyValueConfig.vue +5 -4
- package/src/common/KeyValueConfigMult.vue +5 -3
- package/src/common/formAction.vue +3 -3
- package/src/common/listConfig.vue +3 -3
- package/src/common/panel.vue +3 -3
- package/src/components/ColorSelect/index.vue +2 -2
- package/src/styles/keyvalueConfig.scss +57 -56
- package/stats.html +2122 -2229
|
@@ -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-
|
|
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
|
|
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(() =>
|
|
109
|
-
|
|
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",
|
|
120
|
-
!_ctx.drag ? (openBlock(), createElementBlock("div",
|
|
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
|
}
|