@web-utils/component 4.0.0 → 4.0.2
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/awesome-button/index.mjs +25 -55
- package/base.css +1 -1
- package/card/style.css +1 -1
- package/carousel/style.css +1 -1
- package/chat/style.css +1 -1
- package/chunks/{ElementForm.8w6UkiuU.mjs → ElementForm.CQ3PN5qj.mjs} +17 -35
- package/chunks/{ElementListeners.DOy8wyD2.mjs → ElementListeners.De_PRuIm.mjs} +56 -95
- package/chunks/{ElementMultiInstance.3Z28ewuh.mjs → ElementMultiInstance.DQo2wuAQ.mjs} +16 -26
- package/chunks/{ElementProperties.B2I48muA.mjs → ElementProperties.CosfDrlW.mjs} +16 -16
- package/chunks/{ElementTaskConfig.MBbkLrth.mjs → ElementTaskConfig.Bko0kgTp.mjs} +104 -113
- package/chunks/{FlowCondition.BfU9kw6h.mjs → FlowCondition.Y6qEYi1T.mjs} +36 -66
- package/chunks/{SignalAndMessage.CH6L7cYu.mjs → SignalAndMessage.Bb5PFX0N.mjs} +11 -22
- package/chunks/{UserTaskListeners.XXe5dC5I.mjs → UserTaskListeners.Bv3BDfEI.mjs} +45 -86
- package/chunks/configComponents.BDhlZU8F.mjs +23 -0
- package/chunks/confirmable-mixin.D9aKzKZ9.mjs +85 -0
- package/chunks/core.DJEgjQW6.mjs +54 -0
- package/chunks/dictionary.DqiP9x2m.mjs +25 -0
- package/chunks/dictionary.DsN-2ukC.mjs +70 -0
- package/chunks/form-input.B8z37eqj.mjs +31 -0
- package/chunks/form-item.D-H-wCPE.mjs +233 -0
- package/chunks/form-validate.CVarNHKX.mjs +12 -0
- package/chunks/helper.BiMLcEEk.mjs +41 -0
- package/chunks/index.9OxHjTIE.mjs +16 -0
- package/chunks/{index.MAFc4eFi.mjs → index.d3MV3Wq2.mjs} +43 -47
- package/chunks/sub-table-plus-props.BVsD71hT.mjs +30 -0
- package/chunks/{tab-mixin.CVr9bZtn.mjs → tab-mixin.BNK6dxLN.mjs} +1 -1
- package/chunks/utilSelf.Csq1766E.mjs +48 -0
- package/color-picker/index.mjs +19 -37
- package/comment/style.css +1 -1
- package/confirm-button/index.mjs +1 -1
- package/confirmable/index.mjs +1 -1
- package/context-menu/style.css +1 -1
- package/count-up/index.mjs +13 -24
- package/custom-scrollbar/index.mjs +1 -2
- package/data-operatext/style.css +1 -1
- package/data-panel/style.css +1 -1
- package/data-pay/style.css +1 -1
- package/data-price/style.css +1 -1
- package/data-rotate/style.css +1 -1
- package/data-table-picker/index.mjs +1 -1
- package/data-tabs/style.css +1 -1
- package/dialog-form/index.mjs +16 -28
- package/dynamic-table/style.css +1 -1
- package/easy-popup/index.mjs +22 -40
- package/easy-popup/style.css +1 -1
- package/editable-tree/index.mjs +203 -250
- package/editable-tree/style.css +1 -1
- package/element-dialog/index.mjs +30 -52
- package/element-dialog/style.css +1 -1
- package/flex-column/index.mjs +13 -25
- package/flex-item/index.mjs +15 -27
- package/flex-row/index.mjs +13 -25
- package/flow-designer/index.mjs +343 -374
- package/flow-designer/style.css +1 -1
- package/flow-viewer/index.mjs +64 -91
- package/form-block/index.mjs +33 -26
- package/form-card/index.mjs +25 -0
- package/form-cascader/index.mjs +70 -67
- package/form-checkbox/index.mjs +71 -0
- package/form-checkbox-group/index.mjs +33 -53
- package/form-date-picker/index.mjs +44 -73
- package/form-holder/index.mjs +54 -40
- package/form-holder/style.css +1 -0
- package/form-input/index.mjs +62 -40
- package/form-input-cron-expression/index.mjs +77 -0
- package/form-input-cron-expression/style.css +1 -0
- package/form-input-email/index.mjs +21 -33
- package/form-input-id-card/index.mjs +25 -38
- package/form-input-number/index.mjs +39 -42
- package/form-input-number/style.css +1 -1
- package/form-input-phone-number/index.mjs +26 -37
- package/form-input-tag/index.mjs +32 -34
- package/form-input-time/index.mjs +22 -37
- package/form-item/index.mjs +109 -101
- package/form-item/style.css +1 -1
- package/form-item-config-provider/index.mjs +18 -10
- package/form-item-group/index.mjs +73 -69
- package/form-item-group/style.css +1 -1
- package/form-radio-group/index.mjs +41 -36
- package/form-radio-group/style.css +1 -1
- package/form-select/index.mjs +142 -75
- package/form-select/style.css +1 -0
- package/form-switch/index.mjs +29 -34
- package/form-table/index.mjs +85 -0
- package/form-table-plus/index.mjs +109 -0
- package/form-textarea/index.mjs +23 -35
- package/form-tree-select/index.mjs +72 -0
- package/form-tree-select/style.css +1 -0
- package/form-tree-select-multiple/index.mjs +78 -0
- package/form-view/index.mjs +37 -69
- package/form-view/style.css +1 -1
- package/fy-curd/index.mjs +131 -140
- package/fy-curd/style.css +1 -1
- package/fy-draggable/index.mjs +16 -26
- package/fy-draggable/style.css +1 -1
- package/fy-dynamic/index.mjs +48 -57
- package/fy-empty/style.css +1 -1
- package/fy-form/style.css +1 -1
- package/fy-form-design/index.mjs +314 -339
- package/fy-form-design/style.css +1 -1
- package/fy-input-map/index.mjs +40 -50
- package/fy-input-map/style.css +1 -1
- package/fy-input-table/index.mjs +31 -41
- package/fy-u-editor/index.mjs +77 -103
- package/fy-upload/style.css +1 -1
- package/highlight-j-s/style.css +1 -1
- package/image-cropper/index.mjs +14 -65
- package/image-preview/index.mjs +17 -45
- package/image-preview/style.css +1 -1
- package/image-viewer/style.css +1 -1
- package/index.mjs +666 -496
- package/input-number/index.mjs +64 -9
- package/keyboard/style.css +1 -1
- package/monaco-editor/index.mjs +43 -71
- package/name-avatar/style.css +1 -1
- package/package.json +5 -4
- package/page-index/index.mjs +30 -54
- package/page-index-top/index.mjs +25 -47
- package/pageable-table/index.mjs +385 -218
- package/pageable-table/style.css +1 -1
- package/pageable-view/index.mjs +56 -95
- package/photo-swipe/index.mjs +51 -74
- package/picker-table-view/index.mjs +117 -0
- package/present-view/index.mjs +43 -77
- package/present-view/style.css +1 -1
- package/resize-observer/index.mjs +1 -1
- package/resize-observer/style.css +1 -1
- package/search/style.css +1 -1
- package/search-popover/index.mjs +28 -48
- package/search-popover/style.css +1 -1
- package/sign/index.mjs +1 -1
- package/sign-panel/style.css +1 -1
- package/skeleton-panel/index.mjs +38 -0
- package/skeleton-panel/style.css +1 -0
- package/split-pane/index.mjs +31 -49
- package/split-pane/style.css +1 -1
- package/sub-table/index.mjs +206 -0
- package/sub-table/style.css +1 -0
- package/sub-table-plus/index.mjs +231 -0
- package/sub-table-plus/style.css +1 -0
- package/swiper/index.mjs +18 -38
- package/swiper/style.css +1 -1
- package/tab/index.mjs +1 -1
- package/tab/style.css +1 -1
- package/tab-item/index.mjs +2 -2
- package/table-column/index.mjs +166 -37
- package/table-column/style.css +1 -0
- package/table-view/index.mjs +177 -132
- package/table-view/style.css +1 -1
- package/tabs-view/index.mjs +104 -0
- package/tabs-view/style.css +1 -0
- package/tag-render/index.mjs +13 -24
- package/toolbar/index.mjs +115 -58
- package/toolbar/style.css +1 -1
- package/toolbar-button/index.mjs +92 -48
- package/vue-cron/index.mjs +47 -65
- package/vue-qr-code/index.mjs +14 -32
- package/vue-quill-editor/index.mjs +13 -24
- package/vue-tags-input/index.mjs +10 -21
- package/vue-tree-select/index.mjs +352 -393
- package/vue-tree-select/style.css +1 -1
- package/vue-video-player/index.mjs +34 -63
- package/watermark/index.mjs +21 -31
- package/web-types.json +9240 -3840
- package/x-input-tag/index.mjs +29 -61
- package/chunks/confirmable-mixin.D4LAArE5.mjs +0 -114
- package/chunks/form-input-mixin.BkKiqJhi.mjs +0 -24
- package/chunks/form-item-mixin.CG4ZwzMC.mjs +0 -140
- package/chunks/input-number-mixin.CzjtGf2n.mjs +0 -60
- package/chunks/utilSelf.CRqpl0Cz.mjs +0 -56
- package/toolbar-button/style.css +0 -1
- /package/chunks/{form-pick-mixin.BFTIVn_i.mjs → form-pick.BFTIVn_i.mjs} +0 -0
package/fy-draggable/index.mjs
CHANGED
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
var y = Object.defineProperty;
|
|
2
|
-
var b = Object.getOwnPropertySymbols;
|
|
3
|
-
var _ = Object.prototype.hasOwnProperty, w = Object.prototype.propertyIsEnumerable;
|
|
4
|
-
var m = (t, e, s) => e in t ? y(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, p = (t, e) => {
|
|
5
|
-
for (var s in e || (e = {}))
|
|
6
|
-
_.call(e, s) && m(t, s, e[s]);
|
|
7
|
-
if (b)
|
|
8
|
-
for (var s of b(e))
|
|
9
|
-
w.call(e, s) && m(t, s, e[s]);
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { w as a, s as l } from "../chunks/util.DqFv_pWg.mjs";
|
|
13
|
-
import { n as
|
|
14
|
-
const
|
|
2
|
+
import { n as p } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
3
|
+
const v = {
|
|
15
4
|
name: "FyDraggable",
|
|
16
5
|
props: {
|
|
17
6
|
index: {
|
|
@@ -135,9 +124,10 @@ const L = {
|
|
|
135
124
|
},
|
|
136
125
|
styleName() {
|
|
137
126
|
return Object.assign(
|
|
138
|
-
this.active ?
|
|
139
|
-
zIndex: 9999
|
|
140
|
-
|
|
127
|
+
this.active ? {
|
|
128
|
+
zIndex: 9999,
|
|
129
|
+
...this.styleLineName
|
|
130
|
+
} : { zIndex: this.zIndex },
|
|
141
131
|
{
|
|
142
132
|
top: l(this.baseTop),
|
|
143
133
|
left: l(this.baseLeft),
|
|
@@ -217,13 +207,13 @@ const L = {
|
|
|
217
207
|
let c = t.clientX, f = t.clientY;
|
|
218
208
|
document.onmousemove = (u) => {
|
|
219
209
|
this.moveActive = !0, e === "right" ? (s = !0, i = !1) : e === "left" ? (s = !0, h = !0, o = !0, i = !1) : e === "top" ? (s = !1, i = !0, n = !0, d = !0) : e === "bottom" ? (s = !1, i = !0) : e === "bottom-right" ? (s = !0, i = !0) : e === "bottom-left" ? (s = !0, i = !0, h = !0, o = !0) : e === "top-right" ? (s = !0, i = !0, n = !0, d = !0) : e === "top-left" && (s = !0, i = !0, h = !0, o = !0, n = !0, d = !0);
|
|
220
|
-
const
|
|
210
|
+
const b = u.clientX - c, m = u.clientY - f;
|
|
221
211
|
if (c = u.clientX, f = u.clientY, s) {
|
|
222
|
-
let r =
|
|
212
|
+
let r = b * this.step;
|
|
223
213
|
o && (r = -r), h && (this.baseLeft = a(this.baseLeft - r)), this.baseWidth = a(this.baseWidth + r);
|
|
224
214
|
}
|
|
225
215
|
if (i) {
|
|
226
|
-
let r =
|
|
216
|
+
let r = m * this.step;
|
|
227
217
|
d && (r = -r), n && (this.baseTop = a(this.baseTop - r)), this.baseHeight = a(this.baseHeight + r);
|
|
228
218
|
}
|
|
229
219
|
}, this.handleClear();
|
|
@@ -295,7 +285,7 @@ const L = {
|
|
|
295
285
|
}
|
|
296
286
|
}
|
|
297
287
|
};
|
|
298
|
-
var
|
|
288
|
+
var g = function() {
|
|
299
289
|
var e = this, s = e._self._c;
|
|
300
290
|
return s("div", { class: {
|
|
301
291
|
"avue-draggable__active": (e.active || e.overActive) && !e.readonly,
|
|
@@ -314,15 +304,15 @@ var T = function() {
|
|
|
314
304
|
return n.stopPropagation(), e.rangeMove(n, i.classname);
|
|
315
305
|
} } }) : e._e()];
|
|
316
306
|
})], s("div", { directives: [{ name: "show", rawName: "v-show", value: e.active || e.overActive, expression: "active || overActive" }], staticClass: "avue-draggable__menu", style: e.styleMenuName }, [e._t("menu", null, { zIndex: e.zIndex, index: e.index })], 2), s("div", { ref: "item", staticClass: "avue-draggable__item" }, [e._t("default")], 2), !e.disabled && e.mask ? s("div", { staticClass: "avue-draggable__mask" }) : e._e()], 2)], 1);
|
|
317
|
-
},
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
307
|
+
}, y = [], _ = /* @__PURE__ */ p(
|
|
308
|
+
v,
|
|
309
|
+
g,
|
|
310
|
+
y,
|
|
321
311
|
!1,
|
|
322
312
|
null,
|
|
323
313
|
null
|
|
324
314
|
);
|
|
325
|
-
const
|
|
315
|
+
const L = _.exports;
|
|
326
316
|
export {
|
|
327
|
-
|
|
317
|
+
L as default
|
|
328
318
|
};
|
package/fy-draggable/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-draggable{cursor:move;-webkit-user-select:none
|
|
1
|
+
.avue-draggable{cursor:move;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;padding:10px;position:absolute}.avue-draggable__focus{z-index:-1024;opacity:0;top:0;left:0;position:absolute!important}.avue-draggable__mask{z-index:1;border:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.avue-draggable--active{cursor:move;background-color:#73aae580;border:1px dashed #09f}.avue-draggable--move{opacity:.6;background-color:#73aae580}.avue-draggable--click{cursor:pointer}.avue-draggable__line--left{border-top:1px dashed #09f;width:10000px;height:0;position:absolute;top:0;transform:translate(-100%)}.avue-draggable__line--top{border-left:1px dashed #09f;width:0;height:10000px;position:absolute;left:0;transform:translateY(-100%)}.avue-draggable__line--label{color:#09f;white-space:nowrap;cursor:move;padding:5px;font-size:18px;position:absolute;top:-5px;left:-8px;transform:translate(-100%,-100%)}.avue-draggable__menu{z-index:9999;color:#fff;cursor:pointer;background-color:#409eff;font-size:25px;position:absolute;top:0;left:0}.avue-draggable__range{z-index:9999;background-color:#09f;border-radius:100%;width:10px;height:10px;position:absolute}.avue-draggable__range--left,.avue-draggable__range--right{top:50%;transform:translateY(-50%)}.avue-draggable__range--left:hover,.avue-draggable__range--right:hover{cursor:ew-resize}.avue-draggable__range--left{left:-6px}.avue-draggable__range--right{right:-6px}.avue-draggable__range--top,.avue-draggable__range--bottom{left:50%;transform:translate(-50%)}.avue-draggable__range--top:hover,.avue-draggable__range--bottom:hover{cursor:ns-resize}.avue-draggable__range--top{top:-6px}.avue-draggable__range--bottom{bottom:-6px}.avue-draggable__range--bottom-right:hover,.avue-draggable__range--top-left:hover{cursor:nwse-resize}.avue-draggable__range--bottom-left:hover,.avue-draggable__range--top-right:hover{cursor:nesw-resize}.avue-draggable__range--top-right{top:-6px;right:-6px}.avue-draggable__range--top-left{top:-6px;left:-6px}.avue-draggable__range--bottom-right{bottom:-6px;right:-6px}.avue-draggable__range--bottom-left{bottom:-6px;left:-6px}
|
package/fy-dynamic/index.mjs
CHANGED
|
@@ -1,20 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
for (var n in e || (e = {}))
|
|
6
|
-
f.call(e, n) && d(t, n, e[n]);
|
|
7
|
-
if (a)
|
|
8
|
-
for (var n of a(e))
|
|
9
|
-
m.call(e, n) && d(t, n, e[n]);
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
|
-
import { p, e as v } from "../chunks/event.9aDS6jcw.mjs";
|
|
13
|
-
import { d as o, o as u } from "../chunks/util.DqFv_pWg.mjs";
|
|
14
|
-
import { n as x } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
15
|
-
const y = {
|
|
1
|
+
import { p as d, e as u } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
|
+
import { d as l, o } from "../chunks/util.DqFv_pWg.mjs";
|
|
3
|
+
import { n as c } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
4
|
+
const h = {
|
|
16
5
|
name: "FyDynamic",
|
|
17
|
-
mixins: [
|
|
6
|
+
mixins: [d, u],
|
|
18
7
|
props: {
|
|
19
8
|
max: Number,
|
|
20
9
|
columnSlot: {
|
|
@@ -40,7 +29,7 @@ const y = {
|
|
|
40
29
|
return this.max ? this.text.length !== this.max : !0;
|
|
41
30
|
},
|
|
42
31
|
showIndex() {
|
|
43
|
-
return
|
|
32
|
+
return o(this.children.index, !0);
|
|
44
33
|
},
|
|
45
34
|
showType() {
|
|
46
35
|
return this.children.type || "crud";
|
|
@@ -88,7 +77,7 @@ const y = {
|
|
|
88
77
|
return this.children.column || [];
|
|
89
78
|
},
|
|
90
79
|
option() {
|
|
91
|
-
return
|
|
80
|
+
return {
|
|
92
81
|
border: !0,
|
|
93
82
|
header: !1,
|
|
94
83
|
menu: !1,
|
|
@@ -96,34 +85,36 @@ const y = {
|
|
|
96
85
|
disabled: this.disabled,
|
|
97
86
|
readonly: this.readonly,
|
|
98
87
|
emptyBtn: !1,
|
|
99
|
-
submitBtn: !1
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
88
|
+
submitBtn: !1,
|
|
89
|
+
...(() => {
|
|
90
|
+
const t = l(this.children);
|
|
91
|
+
return delete t.column, t;
|
|
92
|
+
})(),
|
|
93
|
+
...(() => {
|
|
94
|
+
const t = [
|
|
95
|
+
{
|
|
96
|
+
label: this.children.indexLabel || "#",
|
|
97
|
+
prop: "_index",
|
|
98
|
+
display: this.showIndex,
|
|
99
|
+
hide: !this.showIndex,
|
|
100
|
+
fixed: !0,
|
|
101
|
+
align: "center",
|
|
102
|
+
headerAlign: "center",
|
|
103
|
+
span: 24,
|
|
104
|
+
width: 50
|
|
105
|
+
}
|
|
106
|
+
];
|
|
107
|
+
return this.columnOption.forEach((e) => {
|
|
108
|
+
t.push(
|
|
109
|
+
Object.assign(e, {
|
|
110
|
+
cell: o(e.cell, this.isCrud)
|
|
111
|
+
})
|
|
112
|
+
);
|
|
113
|
+
}), {
|
|
114
|
+
column: t
|
|
115
|
+
};
|
|
116
|
+
})()
|
|
117
|
+
};
|
|
127
118
|
}
|
|
128
119
|
},
|
|
129
120
|
watch: {
|
|
@@ -135,7 +126,7 @@ const y = {
|
|
|
135
126
|
this.initData();
|
|
136
127
|
},
|
|
137
128
|
methods: {
|
|
138
|
-
deepClone:
|
|
129
|
+
deepClone: l,
|
|
139
130
|
handleSelectionChange(t) {
|
|
140
131
|
var e;
|
|
141
132
|
(e = this.selectionChange) == null || e.call(this, t);
|
|
@@ -173,7 +164,7 @@ const y = {
|
|
|
173
164
|
},
|
|
174
165
|
delRow(t) {
|
|
175
166
|
const e = () => {
|
|
176
|
-
const n =
|
|
167
|
+
const n = l(this.text);
|
|
177
168
|
n.splice(t, 1), this.text = n, this.reload = Math.random();
|
|
178
169
|
};
|
|
179
170
|
typeof this.rowDel == "function" ? this.rowDel(this.text[t], e) : e();
|
|
@@ -188,7 +179,7 @@ const y = {
|
|
|
188
179
|
}
|
|
189
180
|
}
|
|
190
181
|
};
|
|
191
|
-
var
|
|
182
|
+
var f = function() {
|
|
192
183
|
var e = this, n = e._self._c;
|
|
193
184
|
return n("div", { key: e.reload, staticClass: "avue-dynamic" }, [e.isForm ? [n("div", { staticClass: "avue-dynamic__header" }, [!e.readonly && !e.disabled && !e.addBtn ? n("ElButton", { attrs: { size: "mini", circle: "", disabled: e.disabled, type: "primary", icon: "el-icon-plus" }, on: { click: e.addRow } }) : e._e()], 1), n("div", e._l(e.text, function(r, i) {
|
|
194
185
|
return n("div", { key: i, staticClass: "avue-dynamic__row", on: { mouseenter: function(s) {
|
|
@@ -200,8 +191,8 @@ var _ = function() {
|
|
|
200
191
|
} } }) : e._e(), n("FyForm", { key: i, ref: "main", refInFor: !0, attrs: { option: e.deepClone(e.option) }, scopedSlots: e._u([{ key: "_index", fn: function({}) {
|
|
201
192
|
return [n("div", [n("span", [e._v(e._s(r.$index + 1))])])];
|
|
202
193
|
} }, e._l(e.columnSlot, function(s) {
|
|
203
|
-
return { key: s, fn: function(
|
|
204
|
-
return [e._t(s, null, null, Object.assign(
|
|
194
|
+
return { key: s, fn: function(a) {
|
|
195
|
+
return [e._t(s, null, null, Object.assign(a, { row: e.text[i] }))];
|
|
205
196
|
} };
|
|
206
197
|
})], null, !0), model: { value: e.text[i], callback: function(s) {
|
|
207
198
|
e.$set(e.text, i, s);
|
|
@@ -219,15 +210,15 @@ var _ = function() {
|
|
|
219
210
|
return [e._t(r, null, null, i)];
|
|
220
211
|
} };
|
|
221
212
|
})], null, !0) }) : e._e()], 2);
|
|
222
|
-
},
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
213
|
+
}, m = [], p = /* @__PURE__ */ c(
|
|
214
|
+
h,
|
|
215
|
+
f,
|
|
216
|
+
m,
|
|
226
217
|
!1,
|
|
227
218
|
null,
|
|
228
219
|
null
|
|
229
220
|
);
|
|
230
|
-
const
|
|
221
|
+
const _ = p.exports;
|
|
231
222
|
export {
|
|
232
|
-
|
|
223
|
+
_ as default
|
|
233
224
|
};
|
package/fy-empty/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-empty{text-align:center;margin:0 8px;font-size:14px;line-height:22px}.avue-empty__image{height:100px;margin-bottom:8px}.avue-empty__image img{vertical-align:middle;border-style:none;height:100%}.avue-empty__desc{color
|
|
1
|
+
.avue-empty{text-align:center;margin:0 8px;font-size:14px;line-height:22px}.avue-empty__image{height:100px;margin-bottom:8px}.avue-empty__image img{vertical-align:middle;border-style:none;height:100%}.avue-empty__desc{color:#000000a6}
|
package/fy-form/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-group{width:100%}.avue-group .el-collapse,.avue-group .el-collapse-item__wrap{border-color:#fff}.avue-group .el-collapse-item__header{height:inherit;border:none;border-bottom:1px solid #eee;margin-bottom:20px}.avue-group .el-collapse-item__content,.avue-group .van-collapse-item__content{padding-bottom:0}.avue-group .van-collapse-item__content{padding:0 2px}.avue-group--arrow .el-collapse-item__arrow,.avue-group--arrow .van-icon-arrow,.avue-group .van-hairline--top-bottom:after,.avue-group .van-hairline-unset--top-bottom:after{display:none}.avue-group .van-collapse-item__title{align-items:center;padding:0 10px;display:flex}.avue-group .van-collapse-item__title:after{left:0!important}.avue-group--none{border:none!important;margin:0!important}.avue-group--header .el-collapse-item__header,.avue-group--header .van-collapse-item__title{display:none}.avue-group--collapse .el-collapse-item__arrow,.avue-group--collapse .el-collapse-item__header{display:flex!important}.avue-group__item{box-sizing:border-box;background-color:#fff;border-bottom:1px solid #eee;border-radius:5px;margin-bottom:10px}.avue-group__item:last-child{border-bottom:none}.avue-group__header{box-sizing:border-box;align-items:center;width:100%;height:50px;line-height:50px;display:flex}.avue-group__icon{color
|
|
1
|
+
.avue-group{width:100%}.avue-group .el-collapse,.avue-group .el-collapse-item__wrap{border-color:#fff}.avue-group .el-collapse-item__header{height:inherit;border:none;border-bottom:1px solid #eee;margin-bottom:20px}.avue-group .el-collapse-item__content,.avue-group .van-collapse-item__content{padding-bottom:0}.avue-group .van-collapse-item__content{padding:0 2px}.avue-group--arrow .el-collapse-item__arrow,.avue-group--arrow .van-icon-arrow,.avue-group .van-hairline--top-bottom:after,.avue-group .van-hairline-unset--top-bottom:after{display:none}.avue-group .van-collapse-item__title{align-items:center;padding:0 10px;display:flex}.avue-group .van-collapse-item__title:after{left:0!important}.avue-group--none{border:none!important;margin:0!important}.avue-group--header .el-collapse-item__header,.avue-group--header .van-collapse-item__title{display:none}.avue-group--collapse .el-collapse-item__arrow,.avue-group--collapse .el-collapse-item__header{display:flex!important}.avue-group__item{box-sizing:border-box;background-color:#fff;border-bottom:1px solid #eee;border-radius:5px;margin-bottom:10px}.avue-group__item:last-child{border-bottom:none}.avue-group__header{box-sizing:border-box;align-items:center;width:100%;height:50px;line-height:50px;display:flex}.avue-group__icon{color:#000000d9;margin-right:8px;font-size:20px}.avue-group__title{color:#000000d9;font-size:16px;font-weight:500}.avue-form{box-sizing:border-box;margin:0 auto;padding:10px;position:relative;overflow:auto}.avue-form__item--top{flex-direction:column;display:flex}.avue-form__item--top .el-form-item__label{text-align:left!important;width:100%!important}.avue-form__item--top .el-form-item__content{margin-left:0!important}.avue-form__item--left .el-form-item__label{text-align:left!important}.avue-form__menu{box-sizing:border-box;padding:5px 10px 0}.avue-form__menu--center{text-align:center}.avue-form__menu--center .el-button{margin:0 5px}.avue-form__menu--left{text-align:left}.avue-form__menu--right{text-align:right}.avue-form__tabs{box-sizing:border-box;padding:0 10px}.avue-form__group{flex-wrap:wrap;align-items:flex-start;height:auto}.avue-form__group--flex{display:flex}.avue-form__group .el-col{position:relative}.avue-form__line{height:100%;display:inline-block}.avue-form__row--block{width:100%;display:block}.avue-form__row--cursor{cursor:pointer}.avue-form__option{z-index:999;position:absolute;top:-10px;right:0}.avue-form__option i{color:#666}.avue-form__option i+i{margin-left:10px}
|