@web-utils/component 5.0.0-beta01 → 5.0.0-beta03
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 -31
- package/{utils/style.css → base.css} +1 -1
- package/chat/index.mjs +3 -12
- package/chunks/{EditableTree.C_IJBL5b.mjs → EditableTree.CV8b95tW.mjs} +130 -139
- package/chunks/{ElementBaseInfo.DyuFR6fE.mjs → ElementBaseInfo.lW0iwU10.mjs} +2 -3
- package/chunks/ElementDialog.DWhAJsUn.mjs +520 -0
- package/chunks/{ElementForm.ButuYDPA.mjs → ElementForm.C7yebHWH.mjs} +12 -39
- package/chunks/{ElementListeners.Dg3e_dmp.mjs → ElementListeners.B_SjC8dp.mjs} +10 -31
- package/chunks/{ElementMultiInstance.Dmi79FqA.mjs → ElementMultiInstance.Xw27Z5mm.mjs} +2 -3
- package/chunks/{ElementOtherConfig.C2AddGTp.mjs → ElementOtherConfig.DnNmAhKn.mjs} +0 -1
- package/chunks/{ElementProperties.CfV8UF7L.mjs → ElementProperties.DKr9JE_O.mjs} +3 -12
- package/chunks/{ElementTaskConfig.Bn7ycGGn.mjs → ElementTaskConfig.CPjsXlpS.mjs} +6 -10
- package/chunks/{FlowCondition.C6PdqOAW.mjs → FlowCondition.BA7GF34X.mjs} +4 -5
- package/chunks/{FlowDesigner.uJYFfKpR.mjs → FlowDesigner.DH1ypcUw.mjs} +17 -18
- package/chunks/{FormBlock.BEENc22F.mjs → FormBlock.D6kZl7sm.mjs} +8 -8
- package/chunks/FormCascader.BXL8lKww.mjs +1229 -0
- package/chunks/{FormInputTime.Bg3UIP8H.mjs → FormInputTime.DzTPiDNh.mjs} +339 -337
- package/chunks/{FormItem.H9OOvNzT.mjs → FormItem.B8iPLduv.mjs} +12 -13
- package/chunks/{FormItemGroup.D9eRy-cZ.mjs → FormItemGroup.CCGqEapT.mjs} +38 -31
- package/chunks/{FormSelect.CanodoAI.mjs → FormSelect.t0jbTL_K.mjs} +470 -467
- package/chunks/{FormSwitch.DTqdaFjv.mjs → FormSwitch.uoFQ-xp_.mjs} +53 -51
- package/chunks/{FormTemp.DiI5EfgK.mjs → FormTemp.CeHtEZQe.mjs} +11 -6
- package/chunks/{FyCurd.DMj1dMK9.mjs → FyCurd.DqJuCLNW.mjs} +22 -25
- package/chunks/{FyForm.vgR8ujEF.mjs → FyForm.CgyGhetD.mjs} +25 -21
- package/chunks/{FyFormDesign.DEWT6LsX.mjs → FyFormDesign.DIIK7mXK.mjs} +49 -128
- package/chunks/{FyUpload.B2QKfTxF.mjs → FyUpload.DoBEuYcC.mjs} +2 -2
- package/chunks/ImagePreview.DDFrZgo5.mjs +649 -0
- package/chunks/{Keyboard.ItiRy7Gb.mjs → Keyboard.DBspwbYo.mjs} +2 -2
- package/chunks/{MonacoEditor.Bd5Kui-Y.mjs → MonacoEditor.Bq9d6JSz.mjs} +65 -64
- package/chunks/{PageableTable.Bujb0NUx.mjs → PageableTable.DR-REJN5.mjs} +84 -83
- package/chunks/{SignalAndMessage.CYVzlFuL.mjs → SignalAndMessage.CL2u19it.mjs} +1 -10
- package/chunks/{TableColumn.DJYkznbJ.mjs → TableColumn.Cq9Bvevm.mjs} +34 -28
- package/chunks/{TableView.DyIdIxAg.mjs → TableView.DMWMaGLA.mjs} +26 -33
- package/chunks/ToolbarButton.AlTszc53.mjs +107 -0
- package/chunks/{UserTaskListeners.Bp-2qkHs.mjs → UserTaskListeners.Qfm8hKWP.mjs} +9 -27
- package/chunks/{VueCron.GfjodnyM.mjs → VueCron.BmPnLuu3.mjs} +163 -142
- package/chunks/{VueTreeSelect.9Ywl-I8e.mjs → VueTreeSelect.GHx4Z2lG.mjs} +48 -43
- package/chunks/button.gVyl7Y__.mjs +927 -0
- package/chunks/checkbox.AmhCpaBZ.mjs +438 -0
- package/chunks/chunk.A6TnG60p.mjs +13 -0
- package/chunks/confirmable-mixin.BZtxXY0h.mjs +273 -0
- package/chunks/constants.Dw7hXt67.mjs +4 -0
- package/chunks/{dictionary.DxZxP0ej.mjs → dictionary.BqVLM7Lf.mjs} +1 -1
- package/chunks/{event.eJ-c1Z3a.mjs → event.CmOTnori.mjs} +4 -7
- package/chunks/event.ZRs4J5TN.mjs +4 -0
- package/chunks/{focus-trap.DT4GnqQI.mjs → focus-trap.CuUc8N2C.mjs} +26 -26
- package/chunks/{form-input.D25eDRMq.mjs → form-input.DdSb45Tz.mjs} +3 -3
- package/chunks/{form-item.CgmUuw_n.mjs → form-item.fYYCXvCs.mjs} +77 -75
- package/chunks/icon.AJYLfX1m.mjs +26 -0
- package/chunks/{icon.CbS8-322.mjs → icon.niAg1zTC.mjs} +31 -39
- package/chunks/{init.DwpukyOB.mjs → init.CtUEiRbU.mjs} +6 -6
- package/chunks/{input.PejnqwSH.mjs → input.B_wW4aF-.mjs} +107 -106
- package/chunks/install.BJl2MN77.mjs +73 -0
- package/chunks/message-box.wGWcYSSd.mjs +463 -0
- package/chunks/{message.BCmee5N0.mjs → message.DnTACuzV.mjs} +76 -75
- package/chunks/{overlay.DubSnqma.mjs → overlay.Rhu_rfhx.mjs} +5 -5
- package/chunks/{radio.BotKXqJr.mjs → radio.BMkZBhl5.mjs} +45 -45
- package/chunks/{scroll.CzORc5Zk.mjs → scroll.BJIpzi2Q.mjs} +2 -2
- package/chunks/{scrollbar.CAmrlKi9.mjs → scrollbar.CvxOszy3.mjs} +4 -4
- package/chunks/{style.BmlGmjpO.mjs → style.CraPDfJA.mjs} +3 -3
- package/chunks/{tag.DPi-PLbb.mjs → tag.B6yUaGj-.mjs} +25 -25
- package/chunks/{teleport._VGEzK4d.mjs → teleport.87mkIv8m.mjs} +3 -3
- package/chunks/{tooltip.D50x7Rva.mjs → tooltip.Dzjs7LZ8.mjs} +108 -108
- package/chunks/typescript.D0a40c7B.mjs +4 -0
- package/chunks/{use-aria.BW7nWOl1.mjs → use-aria.B9uqqWAE.mjs} +2 -2
- package/chunks/{use-composition.mUaomyno.mjs → use-composition.BMPJBvYs.mjs} +4 -4
- package/chunks/{use-deprecated.BfDSbZS9.mjs → use-deprecated.vx6LTDA_.mjs} +2 -2
- package/chunks/use-empty-values.CxYKjLV9.mjs +81 -0
- package/chunks/use-form-item.DMDTkMq9.mjs +48 -0
- package/chunks/use-global-config.Dkt91Ob3.mjs +57 -0
- package/chunks/{use-id.CFO5NeoV.mjs → use-id.CyzdvfQn.mjs} +3 -3
- package/chunks/{use-empty-values.Dy_r78F6.mjs → use-locale.CBoQRFjH.mjs} +12 -87
- package/chunks/{use-size.DxrwTUwf.mjs → use-size.CoorvF12.mjs} +2 -2
- package/chunks/validator.Drv0r2Nb.mjs +5 -0
- package/chunks/{vnode.D_SioRnx.mjs → vnode.raM3wMJz.mjs} +2 -2
- package/confirm-button/index.mjs +1 -1
- package/confirmable/index.mjs +1 -1
- package/context-menu/index.mjs +39 -38
- package/data-box/style.css +1 -1
- package/data-card/style.css +1 -1
- package/data-display/style.css +1 -1
- package/data-icons/style.css +1 -1
- package/data-imgtext/style.css +1 -1
- 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-progress/style.css +1 -1
- package/data-rotate/style.css +1 -1
- package/data-table-picker/index.mjs +2 -6
- package/data-tabs/style.css +1 -1
- package/dialog-form/index.mjs +7 -3
- package/dynamic-table/index.mjs +1 -2
- package/editable-tree/index.mjs +1 -1
- package/element-dialog/index.mjs +1 -1
- package/element-dialog/style.css +1 -1
- package/empty-view/index.mjs +18 -20
- package/error-view/index.mjs +17 -19
- package/flex-column/index.mjs +11 -9
- package/flex-item/index.mjs +22 -16
- package/flex-row/index.mjs +11 -10
- package/flow/index.mjs +1 -1
- package/flow-designer/index.mjs +1 -1
- package/form-block/index.mjs +1 -1
- package/form-cascader/index.mjs +1 -1
- package/form-checkbox/index.mjs +4 -4
- package/form-checkbox-group/index.mjs +6 -6
- package/form-date-picker/index.mjs +3 -3
- package/form-holder/index.mjs +2 -5
- package/form-input/index.mjs +4 -4
- package/form-input-cron-expression/index.mjs +4 -4
- package/form-input-email/index.mjs +10 -9
- package/form-input-id-card/index.mjs +10 -9
- package/form-input-phone-number/index.mjs +11 -10
- package/form-input-tag/index.mjs +2 -2
- package/form-input-time/index.mjs +1 -1
- package/form-item/index.mjs +1 -1
- package/form-item-group/index.mjs +1 -1
- package/form-radio-group/index.mjs +6 -6
- package/form-select/index.mjs +1 -1
- package/form-switch/index.mjs +1 -1
- package/form-table/index.mjs +2 -2
- package/form-table-plus/index.mjs +4 -4
- package/form-textarea/index.mjs +4 -4
- package/form-tree-select/index.mjs +3 -3
- package/form-tree-select-multiple/index.mjs +3 -3
- package/form-view/index.mjs +13 -8
- package/fy-array/index.mjs +1 -1
- package/fy-cascader/index.mjs +1 -1
- package/fy-checkbox/index.mjs +1 -1
- package/fy-code/index.mjs +2 -2
- package/fy-curd/index.mjs +1 -1
- package/fy-date/index.mjs +1 -1
- package/fy-dynamic/index.mjs +3 -7
- package/fy-form/index.mjs +1 -1
- package/fy-form/style.css +1 -1
- package/fy-form-design/index.mjs +1 -1
- package/fy-form-design/style.css +1 -1
- package/fy-input/index.mjs +1 -1
- package/fy-input-color/index.mjs +1 -2
- package/fy-input-icon/index.mjs +37 -32
- package/fy-input-map/index.mjs +1 -1
- package/fy-input-number/index.mjs +1 -1
- package/fy-input-table/index.mjs +1 -1
- package/fy-input-tree/index.mjs +3 -3
- package/fy-input-tree/style.css +1 -1
- package/fy-radio/index.mjs +2 -2
- package/fy-rate/index.mjs +2 -2
- package/fy-select/index.mjs +5 -5
- package/fy-slider/index.mjs +1 -1
- package/fy-switch/index.mjs +2 -2
- package/fy-time/index.mjs +1 -1
- package/fy-title/index.mjs +1 -1
- package/fy-tree/index.mjs +1 -1
- package/fy-u-editor/index.mjs +1 -1
- package/fy-upload/index.mjs +1 -1
- package/guide-steps/index.mjs +1 -1
- package/helper-function.d.ts +3 -3
- package/helper-function.mjs +36 -20
- package/iframe-window/index.mjs +30 -29
- package/image-cropper/index.mjs +144 -163
- package/image-cropper/style.css +1 -1
- package/image-preview/index.mjs +2 -187
- package/index.d.ts +1 -2
- package/index.mjs +153 -154
- package/input-number-range/index.mjs +0 -2
- package/keyboard/index.mjs +1 -1
- package/license/index.mjs +1 -1
- package/monaco-editor/index.mjs +1 -1
- package/nav-bar/index.mjs +1 -1
- package/notice/index.mjs +1 -4
- package/package.json +12 -14
- package/pageable-table/index.mjs +1 -1
- package/pageable-view/index.mjs +2 -2
- package/photo-swipe/index.mjs +1 -1
- package/picker-table-view/index.mjs +4 -8
- package/present-view/index.mjs +18 -13
- package/record-video/index.mjs +1 -1
- package/resize-observer/index.mjs +1 -1
- package/search/index.mjs +2 -2
- package/split-pane/index.mjs +1 -1
- package/stateful/index.mjs +18 -17
- package/static-pageable-table/index.mjs +1 -4
- package/sub-table/index.mjs +2 -5
- package/sub-table-plus/index.mjs +3 -6
- package/tab/index.mjs +1 -1
- package/tab-item/index.mjs +1 -1
- package/table-column/index.mjs +1 -1
- package/table-view/index.mjs +1 -1
- package/tag-render/index.mjs +28 -24
- package/toolbar/index.mjs +1 -1
- package/toolbar-button/index.mjs +2 -146
- package/vue-cron/index.mjs +1 -1
- package/vue-qr-code/index.mjs +7 -6
- package/vue-tags-input/index.mjs +1 -1
- package/vue-tree-select/index.mjs +1 -1
- package/watermark/index.mjs +13 -13
- package/web-types.json +265 -363
- package/x-input-tag/index.mjs +0 -3
- package/chunks/ElementDialog.C0IjriTW.mjs +0 -681
- package/chunks/FormCascader.CaM-oEhv.mjs +0 -1226
- package/chunks/checkbox.emIuFmnt.mjs +0 -437
- package/chunks/confirmable-mixin.BBil7dto.mjs +0 -1646
- package/chunks/event.B4iwtUNO.mjs +0 -4
- package/chunks/install.yLcn5MLL.mjs +0 -84
- package/chunks/typescript.DiWBU4nj.mjs +0 -4
- package/chunks/use-form-item.wsRjehHp.mjs +0 -47
- package/chunks/use-global-config.C9hs-O_x.mjs +0 -56
- package/chunks/validator.C4-z_t9p.mjs +0 -5
- package/login/index.mjs +0 -252
- package/login/style.css +0 -1
- /package/chunks/{FyUEditor.D_rEYfll.mjs → FyUEditor.uvZS8UgS.mjs} +0 -0
- /package/chunks/{RecordVideo.B35_dLty.mjs → RecordVideo.CKTY-gk9.mjs} +0 -0
- /package/chunks/{SplitPane.Dw96M0Yf.mjs → SplitPane.DNNid7WB.mjs} +0 -0
- /package/chunks/{Toolbar.DHuXJAoG.mjs → Toolbar.DytZ6fO0.mjs} +0 -0
- /package/chunks/{core.DJv6Qrae.mjs → core.Blrh_Fjl.mjs} +0 -0
- /package/chunks/{dataformat.Bfr4nOcA.mjs → dataformat.F7GtAoiN.mjs} +0 -0
- /package/chunks/{dic.DgDfnovD.mjs → dic.NZCGhtA7.mjs} +0 -0
- /package/chunks/{dictionary.5eKjWeAp.mjs → dictionary.DXYdZefs.mjs} +0 -0
- /package/chunks/{form-pick.Axem0gOO.mjs → form-pick.BEC7lrNH.mjs} +0 -0
- /package/chunks/{form-validate.B1KPCHqN.mjs → form-validate.JFOV_f-C.mjs} +0 -0
- /package/chunks/{packages.BGjydzjm.mjs → packages.CONbEH13.mjs} +0 -0
- /package/chunks/{permission.DgEVNWlh.mjs → permission.8WDtOmzA.mjs} +0 -0
- /package/chunks/{photo-swipe.BB0SJZg9.mjs → photo-swipe.BvBJGc5x.mjs} +0 -0
- /package/chunks/{slot.C6Ozd2e7.mjs → slot.CZCo32Cw.mjs} +0 -0
- /package/chunks/{sub-table-plus-props.B_lLth3j.mjs → sub-table-plus-props.DvS8aKT4.mjs} +0 -0
- /package/chunks/{tab-mixin.u0EZpx3j.mjs → tab-mixin.C9DSz8xu.mjs} +0 -0
- /package/chunks/{util.B3sjVZoZ.mjs → util.fjuzrmWz.mjs} +0 -0
- /package/chunks/{utilSelf.ZED4DmCU.mjs → utilSelf.Bv7FtUNb.mjs} +0 -0
- /package/chunks/{utils.Cs2fYBrT.mjs → utils.C37EhJ-u.mjs} +0 -0
- /package/chunks/{utils.DsGhtCIO.mjs → utils.C8RvIGLM.mjs} +0 -0
package/form-textarea/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "../chunks/
|
|
1
|
+
import "../chunks/chunk.A6TnG60p.mjs";
|
|
2
2
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
3
|
-
import { t } from "../chunks/input.
|
|
4
|
-
import { d as n, n as r, u as i } from "../chunks/util.
|
|
5
|
-
import { t as a } from "../chunks/form-input.
|
|
3
|
+
import { t } from "../chunks/input.B_wW4aF-.mjs";
|
|
4
|
+
import { d as n, n as r, u as i } from "../chunks/util.fjuzrmWz.mjs";
|
|
5
|
+
import { t as a } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
6
6
|
import { createBlock as o, createElementBlock as s, mergeProps as c, openBlock as l, renderSlot as u, resolveComponent as d, toDisplayString as f, toHandlers as p, withCtx as m } from "vue";
|
|
7
7
|
//#region src/components/form/FormTextarea.vue
|
|
8
8
|
var h = i(t).filter((e) => ![
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { d as t, f as n, n as r } from "../chunks/util.
|
|
3
|
-
import { t as i } from "../chunks/form-input.
|
|
4
|
-
import { t as a } from "../chunks/VueTreeSelect.
|
|
2
|
+
import { d as t, f as n, n as r } from "../chunks/util.fjuzrmWz.mjs";
|
|
3
|
+
import { t as i } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
4
|
+
import { t as a } from "../chunks/VueTreeSelect.GHx4Z2lG.mjs";
|
|
5
5
|
import { createBlock as o, createCommentVNode as s, createElementBlock as c, createTextVNode as l, createVNode as u, mergeProps as d, openBlock as f, renderSlot as p, resolveComponent as m, toDisplayString as h, toHandlers as g, withCtx as _ } from "vue";
|
|
6
6
|
//#region src/components/form/FormTreeSelect.vue
|
|
7
7
|
var v = Object.keys(a.mixins[0].props).filter((e) => ![
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { d as t, f as n, n as r } from "../chunks/util.
|
|
3
|
-
import { t as i } from "../chunks/form-input.
|
|
4
|
-
import { t as a } from "../chunks/VueTreeSelect.
|
|
2
|
+
import { d as t, f as n, n as r } from "../chunks/util.fjuzrmWz.mjs";
|
|
3
|
+
import { t as i } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
4
|
+
import { t as a } from "../chunks/VueTreeSelect.GHx4Z2lG.mjs";
|
|
5
5
|
import { createBlock as o, createCommentVNode as s, createElementBlock as c, createTextVNode as l, createVNode as u, mergeProps as d, openBlock as f, renderSlot as p, resolveComponent as m, toDisplayString as h, toHandlers as g, withCtx as _ } from "vue";
|
|
6
6
|
//#region src/components/form/FormTreeSelectMultiple.vue
|
|
7
7
|
var v = Object.keys(a.mixins[0].props).filter((e) => ![
|
package/form-view/index.mjs
CHANGED
|
@@ -47,6 +47,9 @@ var E = [
|
|
|
47
47
|
name: "FormView",
|
|
48
48
|
components: { ResizeObserver: t },
|
|
49
49
|
inject: { flowContext: { default: {} } },
|
|
50
|
+
provide() {
|
|
51
|
+
return { formView: this };
|
|
52
|
+
},
|
|
50
53
|
props: {
|
|
51
54
|
notForm: Boolean,
|
|
52
55
|
loading: Boolean,
|
|
@@ -98,7 +101,13 @@ var E = [
|
|
|
98
101
|
}
|
|
99
102
|
},
|
|
100
103
|
created() {
|
|
101
|
-
this
|
|
104
|
+
this.onFormResize({ width: window.document.body.clientWidth });
|
|
105
|
+
},
|
|
106
|
+
async activated() {
|
|
107
|
+
this.$refs.formScroller && (await this.$nextTick(), this.scrollTo(this.formScrollTop, this.formScrollLeft));
|
|
108
|
+
},
|
|
109
|
+
methods: {
|
|
110
|
+
addGroup(e) {
|
|
102
111
|
e && (this.activeIndex === -1 && (this.activeIndex = 0), this.groups.push(e), this.groups = this.groups.sort((e, t) => {
|
|
103
112
|
let n = A(e.$el, "form-card"), r = A(t.$el, "form-card");
|
|
104
113
|
if (n === r) return [].indexOf.call(e.$el.parentNode.children, e.$el) - [].indexOf.call(t.$el.parentNode.children, t.$el);
|
|
@@ -107,17 +116,13 @@ var E = [
|
|
|
107
116
|
return [].indexOf.call(e.children, n) - [].indexOf.call(e.children, r);
|
|
108
117
|
}
|
|
109
118
|
}), e.active && (this.activeIndex = this.groups.indexOf(e), this.navItemClick(e, this.activeIndex)));
|
|
110
|
-
}
|
|
119
|
+
},
|
|
120
|
+
removeGroup(e) {
|
|
111
121
|
if (e) {
|
|
112
122
|
let t = this.groups.indexOf(e);
|
|
113
123
|
this.groups.splice(t, 1), this.activeIndex > this.groups.length - 1 && (this.activeIndex = 0);
|
|
114
124
|
}
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
async activated() {
|
|
118
|
-
this.$refs.formScroller && (await this.$nextTick(), this.scrollTo(this.formScrollTop, this.formScrollLeft));
|
|
119
|
-
},
|
|
120
|
-
methods: {
|
|
125
|
+
},
|
|
121
126
|
getToolbarSlotKeys() {
|
|
122
127
|
return Object.keys(this.$slots).filter((e) => E.includes(e));
|
|
123
128
|
},
|
package/fy-array/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
2
|
import { g as t } from "../chunks/util.g-WQEec9.mjs";
|
|
3
|
-
import { n, t as r } from "../chunks/event.
|
|
3
|
+
import { n, t as r } from "../chunks/event.CmOTnori.mjs";
|
|
4
4
|
import { Fragment as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createTextVNode as l, createVNode as u, openBlock as d, renderList as f, resolveComponent as p, resolveDynamicComponent as m, toDisplayString as h, withCtx as g } from "vue";
|
|
5
5
|
//#region src/components/fy-from/array/FyArray.vue
|
|
6
6
|
var _ = {
|
package/fy-cascader/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createBlock as r, createElementBlock as i, openBlock as a, renderSlot as o, resolveComponent as s, toDisplayString as c, withCtx as l } from "vue";
|
|
4
4
|
//#region src/components/fy-from/cascader/FyCascader.vue
|
|
5
5
|
var u = {
|
package/fy-checkbox/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { Fragment as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createTextVNode as s, createVNode as c, openBlock as l, renderList as u, resolveComponent as d, resolveDynamicComponent as f, toDisplayString as p, withCtx as m } from "vue";
|
|
4
4
|
//#region src/components/fy-from/checkbox/FyCheckbox.vue
|
|
5
5
|
var h = {
|
package/fy-code/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../chunks/
|
|
1
|
+
import "../chunks/chunk.A6TnG60p.mjs";
|
|
2
2
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
3
3
|
import { x as t } from "../chunks/util.g-WQEec9.mjs";
|
|
4
|
-
import { t as n } from "../chunks/scrollbar.
|
|
4
|
+
import { t as n } from "../chunks/scrollbar.CvxOszy3.mjs";
|
|
5
5
|
import { createElementBlock as r, createElementVNode as i, createTextVNode as a, createVNode as o, normalizeClass as s, normalizeStyle as c, openBlock as l, renderSlot as u, resolveComponent as d, withCtx as f } from "vue";
|
|
6
6
|
//#region src/components/code/FyCode.vue
|
|
7
7
|
var p = {
|
package/fy-curd/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FyCurd.
|
|
1
|
+
import { t as e } from "../chunks/FyCurd.DqJuCLNW.mjs";
|
|
2
2
|
export { e as default };
|
package/fy-date/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createElementBlock as r, createVNode as i, openBlock as a, resolveComponent as o } from "vue";
|
|
4
4
|
//#region src/components/fy-from/date/FyDate.vue
|
|
5
5
|
var s = {
|
package/fy-dynamic/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
2
|
import { a as t, v as n } from "../chunks/util.g-WQEec9.mjs";
|
|
3
|
-
import { n as r, t as i } from "../chunks/event.
|
|
3
|
+
import { n as r, t as i } from "../chunks/event.CmOTnori.mjs";
|
|
4
4
|
import { Fragment as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createSlots as u, mergeProps as d, openBlock as f, renderList as p, renderSlot as m, resolveComponent as h, toDisplayString as g, withCtx as _ } from "vue";
|
|
5
5
|
//#region src/components/fy-from/dynamic/FyDynamic.vue
|
|
6
6
|
var v = {
|
|
@@ -144,10 +144,10 @@ var v = {
|
|
|
144
144
|
});
|
|
145
145
|
},
|
|
146
146
|
mouseoverRow(e) {
|
|
147
|
-
this.delBtn || (this.flagList(), this
|
|
147
|
+
this.delBtn || (this.flagList(), this.hoverList[e] = !0);
|
|
148
148
|
},
|
|
149
149
|
mouseoutRow(e) {
|
|
150
|
-
this.delBtn || (this.flagList(), this
|
|
150
|
+
this.delBtn || (this.flagList(), this.hoverList[e] = !1);
|
|
151
151
|
},
|
|
152
152
|
flagList() {
|
|
153
153
|
this.hoverList.forEach((e, t) => {
|
|
@@ -176,7 +176,6 @@ function S(e, t, n, r, i, v) {
|
|
|
176
176
|
class: "avue-dynamic"
|
|
177
177
|
}, [v.isForm ? (f(), c(a, { key: 0 }, [l("div", y, [!e.readonly && !e.disabled && !v.addBtn ? (f(), o(S, {
|
|
178
178
|
key: 0,
|
|
179
|
-
size: "mini",
|
|
180
179
|
circle: "",
|
|
181
180
|
disabled: e.disabled,
|
|
182
181
|
type: "primary",
|
|
@@ -191,7 +190,6 @@ function S(e, t, n, r, i, v) {
|
|
|
191
190
|
key: 0,
|
|
192
191
|
type: "danger",
|
|
193
192
|
class: "avue-dynamic__menu",
|
|
194
|
-
size: "mini",
|
|
195
193
|
disabled: e.disabled,
|
|
196
194
|
icon: "el-icon-delete",
|
|
197
195
|
circle: "",
|
|
@@ -227,7 +225,6 @@ function S(e, t, n, r, i, v) {
|
|
|
227
225
|
_indexHeader: _(() => [!(v.addBtn || e.readonly) && v.maxFlag ? (f(), o(S, {
|
|
228
226
|
key: 0,
|
|
229
227
|
type: "primary",
|
|
230
|
-
size: "mini",
|
|
231
228
|
disabled: e.disabled,
|
|
232
229
|
icon: "el-icon-plus",
|
|
233
230
|
circle: "",
|
|
@@ -236,7 +233,6 @@ function S(e, t, n, r, i, v) {
|
|
|
236
233
|
_index: _((t) => [!e.readonly && !e.disabled && !v.delBtn && i.hoverList[t.row.$index] ? (f(), o(S, {
|
|
237
234
|
key: 0,
|
|
238
235
|
type: "danger",
|
|
239
|
-
size: "mini",
|
|
240
236
|
disabled: e.disabled,
|
|
241
237
|
icon: "el-icon-delete",
|
|
242
238
|
circle: "",
|
package/fy-form/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FyForm.
|
|
1
|
+
import { t as e } from "../chunks/FyForm.CgyGhetD.mjs";
|
|
2
2
|
export { e as default };
|
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:#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}
|
|
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 .el-form-item__content .avue-form-item-input-wrapper{flex: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;display:flex}.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}
|
package/fy-form-design/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FyFormDesign.
|
|
1
|
+
import { t as e } from "../chunks/FyFormDesign.DIIK7mXK.mjs";
|
|
2
2
|
export { e as default };
|
package/fy-form-design/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.dic[data-v-31aa4f25]{margin-bottom:5px;display:flex}.el-tag[data-v-befe1506]{vertical-align:top}.el-tag+.el-tag[data-v-befe1506]{margin-left:5px}.input-new-tag[data-v-befe1506]{vertical-align:bottom;width:90px;margin-left:5px}.color-picker[data-v-befe1506]{vertical-align:top;left:10px}.custom-tree-node[data-v-1a625308]{flex:1;justify-content:space-between;align-items:center;padding-right:8px;font-size:14px;display:flex}.form-designer{background:#fff;outline:1px solid #e4e7ed;height:100%}.form-designer ::-webkit-scrollbar{width:0!important;height:0!important}.form-designer ::-webkit-scrollbar-track{background-color:#0000!important;border-radius:10px!important;box-shadow:inset 0 0 6px #0000!important}.form-designer ::-webkit-scrollbar-thumb{background-color:#fff!important;border-radius:10px!important;box-shadow:inset 0 0 6px #0000!important}.form-designer .fields-list{width:100%;height:100%;padding:10px 0}.form-designer .fields-list .field-title{padding:8px 12px;font-size:13px}.form-designer .fields-list ul{margin:0;padding:0 10px 10px;position:relative;overflow:hidden}.form-designer .fields-list .field-label{float:left;color:#333;white-space:nowrap;text-overflow:ellipsis;border:1px solid #f4f6fc;width:47%;margin:1%;font-size:12px;line-height:26px;display:block;position:relative;left:0;overflow:hidden}.form-designer .fields-list .field-label:hover{color:#409eff;border:1px dashed #409eff}.form-designer .fields-list .field-label>a{color:#333;cursor:move;background:#f4f6fc;border:1px solid #f4f6fc;display:block}.form-designer .fields-list .field-label>a .icon{vertical-align:middle;margin-left:8px;margin-right:6px;font-size:14px;display:inline-block}.form-designer .fields-list .field-label>a span{vertical-align:middle;display:inline-block}.form-designer .fields-list .field-label-disabled{float:left;color:#333;white-space:nowrap;text-overflow:ellipsis;border:1px solid #f4f6fc;width:48%;margin:1%;font-size:12px;line-height:26px;display:block;position:relative;left:0;overflow:hidden}.form-designer .fields-list .field-label-disabled:hover{color:gray;border:1px dashed gray}.form-designer .fields-list .field-label-disabled>a{cursor:not-allowed;background:#f4f6fc;border:1px solid #f4f6fc;display:block}.form-designer .fields-list .field-label-disabled>a .icon{vertical-align:middle;margin-left:8px;margin-right:6px;font-size:14px;display:inline-block}.form-designer .fields-list .field-label-disabled>a span{vertical-align:middle;display:inline-block}.form-designer .widget-container{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;flex:1}.form-designer .widget-container .widget-container-header{border-bottom:2px solid #e4e7ed;justify-content:space-between;align-items:center;display:flex;height:45px!important}.form-designer .widget-container .el-main{padding:0;position:relative}.form-designer .widget-form-container{height:100%;position:relative;top:0;bottom:0;left:0;right:0}.form-designer .widget-form-container .el-form,.form-designer .widget-form-container .el-form .el-row{height:100%}.form-designer .widget-form-container .widget-form-list{height:100%;min-height:calc(100% - 45px);padding-bottom:50px;overflow:hidden scroll}.form-designer .widget-form-container .widget-form-list .widget-form-item{border-left:5px solid #0000;min-height:30px;margin:0;padding:5px 10px 18px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-item.required .el-form-item__label:before{color:#f56c6c;content:"*";margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-item:after{z-index:1001;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-item:hover{cursor:move;background:#ecf8ff}.form-designer .widget-form-container .widget-form-list .widget-form-item.active{background:#ecf5ff;border-left:3px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-delete{z-index:1002;position:absolute;bottom:-32px;right:10px}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-clone{z-index:1002;position:absolute;bottom:-32px;right:50px}.form-designer .widget-form-container .widget-form-list .widget-form-table{float:left;width:100%;padding:2px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-table__content{outline-offset:-1px;outline:1px dashed #ccc;width:100%;height:100%;min-height:103px;padding:10px 5px;display:flex;overflow-y:hidden}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar{width:6px!important;height:6px!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar-thumb{background-color:#e5e7eb!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content .ghost{box-sizing:border-box;content:"";background:#fff;border-left:5px solid #409eff;outline:0;height:100%;min-height:90px;margin:1px 2px 0;font-size:0;position:relative;overflow:hidden;width:0!important;min-width:0!important;padding:0!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__item{width:33.3%;min-width:33.3%;height:100%;padding:1px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.required .el-table__header .cell:before{color:#f56c6c;content:"*";margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.active{outline-offset:-1px;outline:1px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:hover{outline-offset:-1px;cursor:move;outline:1px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:after{z-index:1001;content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-delete{z-index:1002;position:absolute;bottom:0;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone{z-index:1002;position:absolute;bottom:0;right:30px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone i{font-size:10px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .el-button--small.is-circle{padding:5px}.form-designer .widget-form-container .widget-form-list .widget-form-table.active{background:#ecf5ff;border-left:3px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-table:hover{cursor:move;background:#ecf8ff}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-delete{z-index:1001;position:absolute;bottom:-12px;right:10px}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clear{z-index:1001;position:absolute;bottom:-12px;right:50px}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clone{z-index:1001;position:absolute;bottom:-12px;right:90px}.form-designer .widget-form-container .widget-form-list .widget-form-group{float:left;width:100%;padding:2px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-group__head{margin:10px}.form-designer .widget-form-container .widget-form-list .widget-form-group__body{outline-offset:-1px;outline:1px dashed #ccc;height:100%;min-height:150px;padding-bottom:15px;overflow:hidden}.form-designer .widget-form-container .widget-form-list .widget-form-group__body .ghost{box-sizing:border-box;content:"";background:#fff;border-left:5px solid #409eff;outline:0;height:100%;min-height:57px;margin:1px 2px 0;font-size:0;position:relative;overflow:hidden;width:0!important;min-width:0!important;padding:0!important}.form-designer .widget-form-container .widget-form-list .widget-form-group__item{background:#fff;border-left:5px solid #0000;margin:3px;padding:10px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.required .el-form-item__label:before{color:#f56c6c;content:"*";margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.active{outline-offset:-1px;outline:1px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:hover{outline-offset:-1px;cursor:move;outline:1px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:after{z-index:1001;content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--delete{z-index:1002;position:absolute;bottom:-24px;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--clone{z-index:1002;position:absolute;bottom:-24px;right:34px}.form-designer .widget-form-container .widget-form-list .widget-form-group.active{background:#ecf5ff;border-left:3px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-group:hover{cursor:move;background:#ecf8ff}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-delete{z-index:1001;position:absolute;bottom:-12px;right:10px}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clear{z-index:1001;position:absolute;bottom:-12px;right:50px}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clone{z-index:1001;position:absolute;bottom:-12px;right:90px}.form-designer .widget-form-container .widget-form-list .iconfont{font-size:13px}.form-designer .widget-form-container .widget-form-list .el-button--small.is-circle{padding:7px}.form-designer .widget-form-container .ghost{box-sizing:border-box;content:"";background:#fff;border-top:5px solid #409eff;outline:0;width:100%;margin:2px 0;font-size:0;position:relative;overflow:hidden;height:0!important;padding:0!important}.form-designer .widget-config-container{height:100%;padding-top:5px}.form-designer .widget-config-container .el-tabs{height:100%}.form-designer .widget-config-container .el-tabs__header{z-index:1000;background:#fff;height:45px;margin:0}.form-designer .widget-config-container .el-tabs__content{height:calc(100% - 45px);overflow-y:scroll}.form-designer .widget-config-container .widget-config .el-tabs__header{margin:0;display:block;position:relative;top:0}.form-designer .widget-config-container .widget-config .el-tabs__content{margin-top:0}.form-designer .widget-config-container .widget-config .ghost{background:#fff;border:1px dashed #409eff}.form-designer .widget-config-container .widget-config ul{margin:0;padding:0}.form-designer .widget-config-container .widget-config ul li{align-items:center;width:100%;display:flex}.form-designer .widget-config-container .widget-config ul li .ghost{height:35px;font-size:0;list-style:none}.form-designer .widget-config-container .avue-group__item{padding:0}.form-designer .el-container{height:100%}.form-designer .el-container .el-main{height:calc(100% - 45px)}.form-designer .el-container .el-aside{background:#fff}.form-designer .danger{color:#f56c6c}.form-designer .warning{color:#e6a23c}.form-designer .el-input-number.is-controls-right .el-input-number__decrease{border-left:none}.form-designer .el-input-number.is-controls-right .el-input-number__increase{border-bottom:none;border-left:none}.form-designer .el-date-editor,.form-designer .el-cascader,.form-designer .el-select,.form-designer .el-input-number{width:100%}.form-designer .editor-fullscreen{z-index:1003;box-sizing:border-box;background:#fff;width:100%;padding:20px;top:0;bottom:0;left:0;right:0;height:100%!important;position:fixed!important}.form-designer .editor-fullscreen i{top:20px!important;left:25px!important}.afd-drawer-foot{padding:20px;display:flex;position:absolute;bottom:0;left:0;right:0}.afd-drawer-foot button{width:50%}.afd-drawer-foot>span{width:50%;display:inline-block}.afd-drawer-foot>span button{width:100%}.afd-preview-form{height:83vh;overflow-y:auto}
|
|
1
|
+
.dic[data-v-75269269]{margin-bottom:5px;display:flex}.el-tag[data-v-6910fe68]{vertical-align:top}.el-tag+.el-tag[data-v-6910fe68]{margin-left:5px}.input-new-tag[data-v-6910fe68]{vertical-align:bottom;width:90px;margin-left:5px}.color-picker[data-v-6910fe68]{vertical-align:top;left:10px}.custom-tree-node[data-v-c7640f1d]{flex:1;justify-content:space-between;align-items:center;padding-right:8px;font-size:14px;display:flex}.form-designer{background:#fff;outline:1px solid #e4e7ed;height:100%}.form-designer ::-webkit-scrollbar{width:0!important;height:0!important}.form-designer ::-webkit-scrollbar-track{background-color:#0000!important;border-radius:10px!important;box-shadow:inset 0 0 6px #0000!important}.form-designer ::-webkit-scrollbar-thumb{background-color:#fff!important;border-radius:10px!important;box-shadow:inset 0 0 6px #0000!important}.form-designer .fields-list{width:100%;height:100%;padding:10px 0}.form-designer .fields-list .field-title{padding:8px 12px;font-size:13px}.form-designer .fields-list ul{margin:0;padding:0 10px 10px;position:relative;overflow:hidden}.form-designer .fields-list .field-label{float:left;color:#333;white-space:nowrap;text-overflow:ellipsis;border:1px solid #f4f6fc;width:47%;margin:1%;font-size:12px;line-height:26px;display:block;position:relative;left:0;overflow:hidden}.form-designer .fields-list .field-label:hover{color:#409eff;border:1px dashed #409eff}.form-designer .fields-list .field-label>a{color:#333;cursor:move;background:#f4f6fc;border:1px solid #f4f6fc;display:block}.form-designer .fields-list .field-label>a .icon{vertical-align:middle;margin-left:8px;margin-right:6px;font-size:14px;display:inline-block}.form-designer .fields-list .field-label>a span{vertical-align:middle;display:inline-block}.form-designer .fields-list .field-label-disabled{float:left;color:#333;white-space:nowrap;text-overflow:ellipsis;border:1px solid #f4f6fc;width:48%;margin:1%;font-size:12px;line-height:26px;display:block;position:relative;left:0;overflow:hidden}.form-designer .fields-list .field-label-disabled:hover{color:gray;border:1px dashed gray}.form-designer .fields-list .field-label-disabled>a{cursor:not-allowed;background:#f4f6fc;border:1px solid #f4f6fc;display:block}.form-designer .fields-list .field-label-disabled>a .icon{vertical-align:middle;margin-left:8px;margin-right:6px;font-size:14px;display:inline-block}.form-designer .fields-list .field-label-disabled>a span{vertical-align:middle;display:inline-block}.form-designer .widget-container{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;flex:1}.form-designer .widget-container .widget-container-header{border-bottom:2px solid #e4e7ed;justify-content:space-between;align-items:center;display:flex;height:45px!important}.form-designer .widget-container .el-main{padding:0;position:relative}.form-designer .widget-form-container{height:100%;position:relative;top:0;bottom:0;left:0;right:0}.form-designer .widget-form-container .el-form,.form-designer .widget-form-container .el-form .el-row{height:100%}.form-designer .widget-form-container .widget-form-list{height:100%;min-height:calc(100% - 45px);padding-bottom:50px;overflow:hidden scroll}.form-designer .widget-form-container .widget-form-list .widget-form-item{border-left:5px solid #0000;min-height:30px;margin:0;padding:5px 10px 18px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-item.required .el-form-item__label:before{color:#f56c6c;content:"*";margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-item:after{z-index:1001;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-item:hover{cursor:move;background:#ecf8ff}.form-designer .widget-form-container .widget-form-list .widget-form-item.active{background:#ecf5ff;border-left:3px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-delete{z-index:1002;position:absolute;bottom:-32px;right:10px}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-clone{z-index:1002;position:absolute;bottom:-32px;right:50px}.form-designer .widget-form-container .widget-form-list .widget-form-table{float:left;width:100%;padding:2px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-table__content{outline-offset:-1px;outline:1px dashed #ccc;width:100%;height:100%;min-height:103px;padding:10px 5px;display:flex;overflow-y:hidden}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar{width:6px!important;height:6px!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar-thumb{background-color:#e5e7eb!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content .ghost{box-sizing:border-box;content:"";background:#fff;border-left:5px solid #409eff;outline:0;height:100%;min-height:90px;margin:1px 2px 0;font-size:0;position:relative;overflow:hidden;width:0!important;min-width:0!important;padding:0!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__item{width:33.3%;min-width:33.3%;height:100%;padding:1px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.required .el-table__header .cell:before{color:#f56c6c;content:"*";margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.active{outline-offset:-1px;outline:1px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:hover{outline-offset:-1px;cursor:move;outline:1px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:after{z-index:1001;content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-delete{z-index:1002;position:absolute;bottom:0;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone{z-index:1002;position:absolute;bottom:0;right:30px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone i{font-size:10px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .el-button--small.is-circle{padding:5px}.form-designer .widget-form-container .widget-form-list .widget-form-table.active{background:#ecf5ff;border-left:3px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-table:hover{cursor:move;background:#ecf8ff}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-delete{z-index:1001;position:absolute;bottom:-12px;right:10px}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clear{z-index:1001;position:absolute;bottom:-12px;right:50px}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clone{z-index:1001;position:absolute;bottom:-12px;right:90px}.form-designer .widget-form-container .widget-form-list .widget-form-group{float:left;width:100%;padding:2px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-group__head{margin:10px}.form-designer .widget-form-container .widget-form-list .widget-form-group__body{outline-offset:-1px;outline:1px dashed #ccc;height:100%;min-height:150px;padding-bottom:15px;overflow:hidden}.form-designer .widget-form-container .widget-form-list .widget-form-group__body .ghost{box-sizing:border-box;content:"";background:#fff;border-left:5px solid #409eff;outline:0;height:100%;min-height:57px;margin:1px 2px 0;font-size:0;position:relative;overflow:hidden;width:0!important;min-width:0!important;padding:0!important}.form-designer .widget-form-container .widget-form-list .widget-form-group__item{background:#fff;border-left:5px solid #0000;margin:3px;padding:10px;position:relative}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.required .el-form-item__label:before{color:#f56c6c;content:"*";margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.active{outline-offset:-1px;outline:1px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:hover{outline-offset:-1px;cursor:move;outline:1px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:after{z-index:1001;content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--delete{z-index:1002;position:absolute;bottom:-24px;right:0}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--clone{z-index:1002;position:absolute;bottom:-24px;right:34px}.form-designer .widget-form-container .widget-form-list .widget-form-group.active{background:#ecf5ff;border-left:3px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-group:hover{cursor:move;background:#ecf8ff}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-delete{z-index:1001;position:absolute;bottom:-12px;right:10px}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clear{z-index:1001;position:absolute;bottom:-12px;right:50px}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clone{z-index:1001;position:absolute;bottom:-12px;right:90px}.form-designer .widget-form-container .widget-form-list .iconfont{font-size:13px}.form-designer .widget-form-container .widget-form-list .el-button--small.is-circle{padding:7px}.form-designer .widget-form-container .ghost{box-sizing:border-box;content:"";background:#fff;border-top:5px solid #409eff;outline:0;width:100%;margin:2px 0;font-size:0;position:relative;overflow:hidden;height:0!important;padding:0!important}.form-designer .widget-config-container{height:100%;padding-top:5px}.form-designer .widget-config-container .el-tabs{height:100%}.form-designer .widget-config-container .el-tabs__header{z-index:1000;background:#fff;height:45px;margin:0}.form-designer .widget-config-container .el-tabs__content{height:calc(100% - 45px);overflow-y:scroll}.form-designer .widget-config-container .widget-config .el-tabs__header{margin:0;display:block;position:relative;top:0}.form-designer .widget-config-container .widget-config .el-tabs__content{margin-top:0}.form-designer .widget-config-container .widget-config .ghost{background:#fff;border:1px dashed #409eff}.form-designer .widget-config-container .widget-config ul{margin:0;padding:0}.form-designer .widget-config-container .widget-config ul li{align-items:center;width:100%;display:flex}.form-designer .widget-config-container .widget-config ul li .ghost{height:35px;font-size:0;list-style:none}.form-designer .widget-config-container .avue-group__item{padding:0}.form-designer .el-container{height:100%}.form-designer .el-container .el-main{height:calc(100% - 45px)}.form-designer .el-container .el-aside{background:#fff}.form-designer .danger{color:#f56c6c}.form-designer .warning{color:#e6a23c}.form-designer .el-input-number.is-controls-right .el-input-number__decrease{border-left:none}.form-designer .el-input-number.is-controls-right .el-input-number__increase{border-bottom:none;border-left:none}.form-designer .el-date-editor,.form-designer .el-cascader,.form-designer .el-select,.form-designer .el-input-number{width:100%}.form-designer .editor-fullscreen{z-index:1003;box-sizing:border-box;background:#fff;width:100%;padding:20px;top:0;bottom:0;left:0;right:0;height:100%!important;position:fixed!important}.form-designer .editor-fullscreen i{top:20px!important;left:25px!important}.afd-drawer-foot{padding:20px;display:flex;position:absolute;bottom:0;left:0;right:0}.afd-drawer-foot button{width:50%}.afd-drawer-foot>span{width:50%;display:inline-block}.afd-drawer-foot>span button{width:100%}.afd-preview-form{height:83vh;overflow-y:auto}
|
package/fy-input/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createBlock as r, createElementVNode as i, createSlots as a, createVNode as o, openBlock as s, resolveComponent as c, toDisplayString as l, withCtx as u, withKeys as d } from "vue";
|
|
4
4
|
//#region src/components/fy-from/input/FyInput.vue
|
|
5
5
|
var f = {
|
package/fy-input-color/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createElementBlock as r, createVNode as i, openBlock as a, resolveComponent as o, withCtx as s } from "vue";
|
|
4
4
|
//#region src/components/fy-from/input-color/FyInputColor.vue
|
|
5
5
|
var c = {
|
|
@@ -47,7 +47,6 @@ function u(e, t, n, c, u, d) {
|
|
|
47
47
|
append: s(() => [i(f, {
|
|
48
48
|
modelValue: e.text,
|
|
49
49
|
"onUpdate:modelValue": t[0] || (t[0] = (t) => e.text = t),
|
|
50
|
-
size: "mini",
|
|
51
50
|
"popper-class": e.popperClass,
|
|
52
51
|
"color-format": n.colorFormat,
|
|
53
52
|
disabled: e.disabled,
|
package/fy-input-icon/index.mjs
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import {
|
|
3
|
-
import r from "../
|
|
4
|
-
import
|
|
2
|
+
import { t } from "../chunks/ElementDialog.DWhAJsUn.mjs";
|
|
3
|
+
import { n, t as r } from "../chunks/event.CmOTnori.mjs";
|
|
4
|
+
import i from "../icon-temp/index.mjs";
|
|
5
|
+
import { Fragment as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createVNode as u, normalizeClass as d, openBlock as f, renderList as p, resolveComponent as m, toDisplayString as h, withCtx as g } from "vue";
|
|
5
6
|
//#region src/components/fy-from/input-icon/FyInputIcon.vue
|
|
6
|
-
var
|
|
7
|
+
var _ = {
|
|
7
8
|
name: "FyInputIcon",
|
|
8
|
-
components: {
|
|
9
|
-
|
|
9
|
+
components: {
|
|
10
|
+
IconTemp: i,
|
|
11
|
+
ElementDialog: t
|
|
12
|
+
},
|
|
13
|
+
mixins: [n, r],
|
|
10
14
|
props: {
|
|
11
15
|
dialogWidth: {
|
|
12
16
|
type: String,
|
|
@@ -52,10 +56,10 @@ var g = {
|
|
|
52
56
|
this.$refs.main.blur(), !(this.disabled || this.readonly) && (this.visible = !0);
|
|
53
57
|
}
|
|
54
58
|
}
|
|
55
|
-
},
|
|
56
|
-
function
|
|
57
|
-
let C =
|
|
58
|
-
return
|
|
59
|
+
}, v = { class: "avue-input-icon" }, y = { class: "avue-input-icon__filter" }, b = { class: "avue-input-icon__list" }, x = ["title", "onClick"], S = { class: "avue-input-icon__label" };
|
|
60
|
+
function C(e, t, n, r, i, _) {
|
|
61
|
+
let C = m("IconTemp"), w = m("ElInput"), T = m("FyTabs"), E = m("ElementDialog");
|
|
62
|
+
return f(), c("div", v, [u(w, {
|
|
59
63
|
ref: "main",
|
|
60
64
|
modelValue: e.text,
|
|
61
65
|
"onUpdate:modelValue": t[0] || (t[0] = (t) => e.text = t),
|
|
@@ -64,12 +68,12 @@ function S(e, t, n, r, g, S) {
|
|
|
64
68
|
clearable: e.clearableVal,
|
|
65
69
|
disabled: e.disabled,
|
|
66
70
|
onClick: e.handleClick,
|
|
67
|
-
onFocus:
|
|
71
|
+
onFocus: _.handleShow
|
|
68
72
|
}, {
|
|
69
|
-
append:
|
|
73
|
+
append: g(() => [u(C, {
|
|
70
74
|
text: e.text,
|
|
71
75
|
small: e.size === "mini",
|
|
72
|
-
onClick:
|
|
76
|
+
onClick: _.handleShow
|
|
73
77
|
}, null, 8, [
|
|
74
78
|
"text",
|
|
75
79
|
"small",
|
|
@@ -84,46 +88,47 @@ function S(e, t, n, r, g, S) {
|
|
|
84
88
|
"disabled",
|
|
85
89
|
"onClick",
|
|
86
90
|
"onFocus"
|
|
87
|
-
]),
|
|
91
|
+
]), i.visible ? (f(), o(E, {
|
|
88
92
|
key: 0,
|
|
89
|
-
|
|
90
|
-
"onUpdate:
|
|
93
|
+
modelValue: i.visible,
|
|
94
|
+
"onUpdate:modelValue": t[2] || (t[2] = (e) => i.visible = e),
|
|
95
|
+
"append-to-body": "",
|
|
91
96
|
title: e.placeholder,
|
|
92
97
|
width: n.dialogWidth
|
|
93
98
|
}, {
|
|
94
|
-
default:
|
|
95
|
-
|
|
96
|
-
modelValue:
|
|
97
|
-
"onUpdate:modelValue": t[1] || (t[1] = (e) =>
|
|
99
|
+
default: g(() => [
|
|
100
|
+
l("div", y, [u(w, {
|
|
101
|
+
modelValue: i.filterText,
|
|
102
|
+
"onUpdate:modelValue": t[1] || (t[1] = (e) => i.filterText = e),
|
|
98
103
|
placeholder: "请输入",
|
|
99
104
|
size: e.size
|
|
100
105
|
}, null, 8, ["modelValue", "size"])]),
|
|
101
|
-
|
|
106
|
+
u(T, {
|
|
102
107
|
option: { tabs: n.iconList },
|
|
103
|
-
onChange:
|
|
108
|
+
onChange: _.handleTabs
|
|
104
109
|
}, null, 8, ["option", "onChange"]),
|
|
105
|
-
|
|
110
|
+
l("div", b, [(f(!0), c(a, null, p(_.filteredIcons, (t) => (f(), c("div", {
|
|
106
111
|
key: t.value,
|
|
107
|
-
class:
|
|
112
|
+
class: d(["avue-input-icon__item", { active: e.text === t }]),
|
|
108
113
|
title: t.label || t.value,
|
|
109
|
-
onClick: (e) =>
|
|
110
|
-
}, [
|
|
114
|
+
onClick: (e) => _.handleSubmit(t.value)
|
|
115
|
+
}, [u(C, {
|
|
111
116
|
text: t.value,
|
|
112
|
-
size:
|
|
117
|
+
size: i.tabs.iconSize,
|
|
113
118
|
small: e.size === "mini"
|
|
114
119
|
}, null, 8, [
|
|
115
120
|
"text",
|
|
116
121
|
"size",
|
|
117
122
|
"small"
|
|
118
|
-
]),
|
|
123
|
+
]), l("p", S, h(t.label || t.value), 1)], 10, x))), 128))])
|
|
119
124
|
]),
|
|
120
125
|
_: 1
|
|
121
126
|
}, 8, [
|
|
122
|
-
"
|
|
127
|
+
"modelValue",
|
|
123
128
|
"title",
|
|
124
129
|
"width"
|
|
125
|
-
])) :
|
|
130
|
+
])) : s("v-if", !0)]);
|
|
126
131
|
}
|
|
127
|
-
var
|
|
132
|
+
var w = /* @__PURE__ */ e(_, [["render", C]]);
|
|
128
133
|
//#endregion
|
|
129
|
-
export {
|
|
134
|
+
export { w as default };
|
package/fy-input-map/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createBlock as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createTextVNode as s, createVNode as c, openBlock as l, resolveComponent as u, withCtx as d } from "vue";
|
|
4
4
|
import { isBlank as f } from "@web-utils/core";
|
|
5
5
|
//#region src/components/fy-from/input-map/FyInputMap.vue
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createBlock as r, openBlock as i, resolveComponent as a } from "vue";
|
|
4
4
|
//#region src/components/fy-from/input-number/FyInputNumber.vue
|
|
5
5
|
var o = {
|
package/fy-input-table/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createBlock as r, createCommentVNode as i, createElementBlock as a, createTextVNode as o, createVNode as s, openBlock as c, resolveComponent as l, withCtx as u } from "vue";
|
|
4
4
|
import { isBlank as d } from "@web-utils/core";
|
|
5
5
|
//#region src/components/fy-from/input-table/FyInputTable.vue
|
package/fy-input-tree/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createBlock as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createVNode as s, normalizeClass as c, openBlock as l, renderSlot as u, resolveComponent as d, toDisplayString as f, withCtx as p, withModifiers as m } from "vue";
|
|
4
4
|
import { isBlank as h } from "@web-utils/core";
|
|
5
5
|
//#region src/components/fy-from/input-tree/FyInputTree.vue
|
|
@@ -70,7 +70,8 @@ var g = {
|
|
|
70
70
|
},
|
|
71
71
|
computed: {
|
|
72
72
|
treeProps() {
|
|
73
|
-
|
|
73
|
+
let e = { ...this.props };
|
|
74
|
+
return e.isLeaf || (e.isLeaf = this.leafKey), e;
|
|
74
75
|
},
|
|
75
76
|
currentNodeKey() {
|
|
76
77
|
return this.multiple ? "" : this.text;
|
|
@@ -181,7 +182,6 @@ function b(e, t, n, h, g, b) {
|
|
|
181
182
|
default: p(() => [n.filter ? (l(), a("div", _, [s(x, {
|
|
182
183
|
modelValue: g.filterValue,
|
|
183
184
|
"onUpdate:modelValue": t[0] || (t[0] = (e) => g.filterValue = e),
|
|
184
|
-
size: "mini",
|
|
185
185
|
placeholder: n.filterText
|
|
186
186
|
}, null, 8, ["modelValue", "placeholder"])])) : i("v-if", !0), s(C, {
|
|
187
187
|
value: e.text,
|
package/fy-input-tree/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-input-tree .el-tag__close{display:none!important}.avue-input-tree__dropdown{background-color:#fff;min-height:300px;max-height:600px;padding:0 10px;overflow:visible}.avue-input-tree__dropdown:hover,.avue-input-tree__dropdown.hover{background-color:#fff}.avue-input-tree__item{width:100
|
|
1
|
+
.avue-input-tree .el-tag__close{display:none!important}.avue-input-tree__dropdown{background-color:#fff;min-height:300px;max-height:600px;padding:0 10px;overflow:visible}.avue-input-tree__dropdown:hover,.avue-input-tree__dropdown.hover{background-color:#fff}.avue-input-tree__item{width:100%;display:inline-block}.avue-input-tree__filter{margin:5px 0 0;padding:0 10px}.avue-input-tree__select{padding:10px 0}.avue-input-tree__desc{float:right;color:#8492a6;margin-right:12px;font-size:13px}
|
package/fy-radio/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { Fragment as r, createBlock as i, createElementBlock as a, createTextVNode as o, createVNode as s, openBlock as c, renderList as l, resolveComponent as u, resolveDynamicComponent as d, toDisplayString as f, withCtx as p } from "vue";
|
|
4
4
|
//#region src/components/fy-from/radio/FyRadio.vue
|
|
5
5
|
var m = {
|
|
6
6
|
name: "FyRadio",
|
|
7
7
|
mixins: [t, n],
|
|
8
|
-
props: {
|
|
8
|
+
props: { modelValue: [
|
|
9
9
|
String,
|
|
10
10
|
Object,
|
|
11
11
|
Number,
|
package/fy-rate/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createBlock as r, openBlock as i, resolveComponent as a } from "vue";
|
|
4
4
|
//#region src/components/fy-from/rate/FyRate.vue
|
|
5
5
|
var o = {
|
|
@@ -11,7 +11,7 @@ var o = {
|
|
|
11
11
|
highThreshold: Number,
|
|
12
12
|
disabledVoidColor: String,
|
|
13
13
|
disabledVoidIconClass: String,
|
|
14
|
-
|
|
14
|
+
modelValue: {
|
|
15
15
|
type: Number,
|
|
16
16
|
default: 0
|
|
17
17
|
},
|
package/fy-select/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
2
|
import "../chunks/util.g-WQEec9.mjs";
|
|
3
|
-
import { n as t, t as n } from "../chunks/event.
|
|
4
|
-
import { t as r } from "../chunks/packages.
|
|
5
|
-
import { i } from "../chunks/dic.
|
|
3
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
4
|
+
import { t as r } from "../chunks/packages.CONbEH13.mjs";
|
|
5
|
+
import { i } from "../chunks/dic.NZCGhtA7.mjs";
|
|
6
6
|
import { Fragment as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createTextVNode as u, openBlock as d, renderList as f, renderSlot as p, resolveComponent as m, toDisplayString as h, withCtx as g } from "vue";
|
|
7
7
|
import { isBlank as _ } from "@web-utils/core";
|
|
8
8
|
//#region src/components/fy-from/select/FySelect.vue
|
|
@@ -82,8 +82,8 @@ var v = {
|
|
|
82
82
|
window.Sortable.create(e, {
|
|
83
83
|
animation: 100,
|
|
84
84
|
onEnd: (e) => {
|
|
85
|
-
let t = this.
|
|
86
|
-
this.
|
|
85
|
+
let t = this.modelValue.splice(e.oldIndex, 1)[0];
|
|
86
|
+
this.modelValue.splice(e.newIndex, 0, t);
|
|
87
87
|
}
|
|
88
88
|
});
|
|
89
89
|
},
|
package/fy-slider/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
2
|
import { x as t } from "../chunks/util.g-WQEec9.mjs";
|
|
3
|
-
import { n, t as r } from "../chunks/event.
|
|
3
|
+
import { n, t as r } from "../chunks/event.CmOTnori.mjs";
|
|
4
4
|
import { createBlock as i, openBlock as a, resolveComponent as o } from "vue";
|
|
5
5
|
//#region src/components/fy-from/slider/FySlider.vue
|
|
6
6
|
var s = {
|
package/fy-switch/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createBlock as r, openBlock as i, resolveComponent as a } from "vue";
|
|
4
4
|
//#region src/components/fy-from/switch/FySwitch.vue
|
|
5
5
|
var o = {
|
|
6
6
|
name: "FySwitch",
|
|
7
7
|
mixins: [t, n],
|
|
8
8
|
props: {
|
|
9
|
-
|
|
9
|
+
modelValue: [
|
|
10
10
|
String,
|
|
11
11
|
Object,
|
|
12
12
|
Number,
|
package/fy-time/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createBlock as r, createElementBlock as i, openBlock as a, resolveDynamicComponent as o } from "vue";
|
|
4
4
|
import { isBlank as s } from "@web-utils/core";
|
|
5
5
|
//#region src/components/fy-from/time/FyTime.vue
|
package/fy-title/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { n as t, t as n } from "../chunks/event.
|
|
2
|
+
import { n as t, t as n } from "../chunks/event.CmOTnori.mjs";
|
|
3
3
|
import { createElementBlock as r, createElementVNode as i, normalizeStyle as a, openBlock as o, toDisplayString as s } from "vue";
|
|
4
4
|
//#region src/components/fy-from/title/FyTitle.vue
|
|
5
5
|
var c = {
|
package/fy-tree/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
2
|
import { O as t, v as n, x as r } from "../chunks/util.g-WQEec9.mjs";
|
|
3
|
-
import { t as i } from "../chunks/permission.
|
|
3
|
+
import { t as i } from "../chunks/permission.8WDtOmzA.mjs";
|
|
4
4
|
import { createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createTextVNode as l, createVNode as u, normalizeStyle as d, openBlock as f, renderSlot as p, resolveComponent as m, resolveDirective as h, toDisplayString as g, withCtx as _, withDirectives as v } from "vue";
|
|
5
5
|
import { isBlank as y } from "@web-utils/core";
|
|
6
6
|
//#region src/components/tree/FyTree.vue
|
package/fy-u-editor/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FyUEditor.
|
|
1
|
+
import { t as e } from "../chunks/FyUEditor.uvZS8UgS.mjs";
|
|
2
2
|
export { e as default };
|
package/fy-upload/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FyUpload.
|
|
1
|
+
import { t as e } from "../chunks/FyUpload.DoBEuYcC.mjs";
|
|
2
2
|
export { e as default };
|
package/guide-steps/index.mjs
CHANGED
package/helper-function.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { photoswipe } from './photo-swipe';
|
|
2
|
-
import { configComponents } from '
|
|
3
|
-
declare const imagePreview: (datas?: never[], index?: number, ops?: {}) =>
|
|
4
|
-
declare const imageCropper: (ops?: {}) =>
|
|
2
|
+
import { configComponents } from '../../../../../src/components/configComponents';
|
|
3
|
+
declare const imagePreview: (datas?: never[], index?: number, ops?: {}) => () => void;
|
|
4
|
+
declare const imageCropper: (ops?: {}) => () => void;
|
|
5
5
|
export { photoswipe, configComponents, imagePreview, imageCropper };
|