@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/dynamic-table/index.mjs
CHANGED
|
@@ -107,7 +107,6 @@ function S(e, m, h, g, _, v) {
|
|
|
107
107
|
}, {
|
|
108
108
|
default: f(({ row: t, $index: n }) => [s(S, {
|
|
109
109
|
prop: `${h.prop}.${n}.${e.prop}`,
|
|
110
|
-
size: "mini",
|
|
111
110
|
rules: v.getRules(e),
|
|
112
111
|
style: c({ marginBottom: v.inputDisabled ? "0px" : "16px" })
|
|
113
112
|
}, {
|
|
@@ -152,7 +151,7 @@ function S(e, m, h, g, _, v) {
|
|
|
152
151
|
_: 1
|
|
153
152
|
}, 8, ["data"])), v.inputDisabled ? r("v-if", !0) : (l(), n(T, {
|
|
154
153
|
key: 0,
|
|
155
|
-
|
|
154
|
+
text: "",
|
|
156
155
|
icon: "el-icon-plus",
|
|
157
156
|
style: { color: "#08c108" },
|
|
158
157
|
onClick: v.addRow
|
package/editable-tree/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/EditableTree.
|
|
1
|
+
import { t as e } from "../chunks/EditableTree.CV8b95tW.mjs";
|
|
2
2
|
export { e as default };
|
package/element-dialog/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/ElementDialog.
|
|
1
|
+
import { t as e } from "../chunks/ElementDialog.DWhAJsUn.mjs";
|
|
2
2
|
export { e as default };
|
package/element-dialog/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.el-dialog{border-radius:4px 4px 0 0;flex-direction:column;padding:0;display:flex}.el-dialog .dialog-title{min-height:20px}.el-dialog .el-dialog__header{background-color:var(--color-primary);border-radius:4px 4px 0 0;justify-content:center;align-items:center;padding:6px 10px;line-height:normal;display:flex;position:relative}.el-dialog .dialog-header-buttons{display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.el-dialog .dialog-header-button{cursor:pointer;padding:2px;font-size:14px}.el-dialog .dialog-header-button+.dialog-header-button{margin-left:10px}.el-dialog .dialog-header-button:hover{background-color:#0000004d;border-radius:2px}.el-dialog .dialog-header-button.fy-icon-close:hover{background-color:#e34e55;border-radius:2px}.el-dialog .el-dialog__body{height:var(--dialog-body-height);flex:auto;min-height:40vh;padding:10px}.el-dialog .el-dialog__footer{border-top:1px solid #dddee3;padding:10px}
|
package/empty-view/index.mjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { createCommentVNode as t, createElementBlock as n, createElementVNode as r, normalizeClass as i, normalizeStyle as a, openBlock as o, renderSlot as s, toDisplayString as c } from "vue";
|
|
1
|
+
import { createCommentVNode as e, createElementBlock as t, createElementVNode as n, normalizeClass as r, normalizeStyle as i, openBlock as a, renderSlot as o, toDisplayString as s } from "vue";
|
|
3
2
|
//#region src/components/empty-view/EmptyView.vue
|
|
4
|
-
var l = {
|
|
5
|
-
|
|
3
|
+
var c = { class: "flex-column horizon-center" }, l = /* @__PURE__ */ Object.assign({ name: "EmptyView" }, {
|
|
4
|
+
__name: "EmptyView",
|
|
6
5
|
props: {
|
|
7
6
|
emptyTips: {
|
|
8
7
|
type: String,
|
|
@@ -28,21 +27,20 @@ var l = {
|
|
|
28
27
|
type: String,
|
|
29
28
|
default: "100%"
|
|
30
29
|
}
|
|
30
|
+
},
|
|
31
|
+
setup(l) {
|
|
32
|
+
return (u, d) => (a(), t("div", {
|
|
33
|
+
class: "empty-view",
|
|
34
|
+
style: i({
|
|
35
|
+
fontSize: l.fontSize,
|
|
36
|
+
height: l.height
|
|
37
|
+
})
|
|
38
|
+
}, [o(u.$slots, "default", {}, () => [n("div", c, [l.showIcon ? (a(), t("i", {
|
|
39
|
+
key: 0,
|
|
40
|
+
class: r(l.icon),
|
|
41
|
+
style: i({ fontSize: l.iconSize })
|
|
42
|
+
}, null, 6)) : e("v-if", !0), n("p", null, s(l.emptyTips), 1)])])], 4));
|
|
31
43
|
}
|
|
32
|
-
}
|
|
33
|
-
function d(e, l, d, f, p, m) {
|
|
34
|
-
return o(), n("div", {
|
|
35
|
-
class: "empty-view",
|
|
36
|
-
style: a({
|
|
37
|
-
fontSize: d.fontSize,
|
|
38
|
-
height: d.height
|
|
39
|
-
})
|
|
40
|
-
}, [s(e.$slots, "default", {}, () => [r("div", u, [d.showIcon ? (o(), n("i", {
|
|
41
|
-
key: 0,
|
|
42
|
-
class: i(d.icon),
|
|
43
|
-
style: a({ fontSize: d.iconSize })
|
|
44
|
-
}, null, 6)) : t("v-if", !0), r("p", null, c(d.emptyTips), 1)])])], 4);
|
|
45
|
-
}
|
|
46
|
-
var f = /* @__PURE__ */ e(l, [["render", d]]);
|
|
44
|
+
});
|
|
47
45
|
//#endregion
|
|
48
|
-
export {
|
|
46
|
+
export { l as default };
|
package/error-view/index.mjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { createElementBlock as t, createElementVNode as n, normalizeStyle as r, openBlock as i, renderSlot as a, toDisplayString as o } from "vue";
|
|
1
|
+
import { createElementBlock as e, createElementVNode as t, normalizeStyle as n, openBlock as r, renderSlot as i, toDisplayString as a } from "vue";
|
|
3
2
|
//#region src/components/ErrorView.vue
|
|
4
|
-
var s = {
|
|
5
|
-
|
|
3
|
+
var o = { class: "flex-column horizon-center" }, s = /* @__PURE__ */ Object.assign({ name: "ErrorView" }, {
|
|
4
|
+
__name: "ErrorView",
|
|
6
5
|
props: {
|
|
7
6
|
errorTips: {
|
|
8
7
|
type: String,
|
|
@@ -20,20 +19,19 @@ var s = {
|
|
|
20
19
|
type: String,
|
|
21
20
|
default: "100%"
|
|
22
21
|
}
|
|
22
|
+
},
|
|
23
|
+
setup(s) {
|
|
24
|
+
return (c, l) => (r(), e("div", {
|
|
25
|
+
class: "error-view",
|
|
26
|
+
style: n({
|
|
27
|
+
fontSize: s.fontSize,
|
|
28
|
+
height: s.height
|
|
29
|
+
})
|
|
30
|
+
}, [i(c.$slots, "default", {}, () => [t("div", o, [t("i", {
|
|
31
|
+
class: "fa fa-frown-o",
|
|
32
|
+
style: n({ fontSize: s.iconSize })
|
|
33
|
+
}, null, 4), t("p", null, a(s.errorTips), 1)])])], 4));
|
|
23
34
|
}
|
|
24
|
-
}
|
|
25
|
-
function l(e, s, l, u, d, f) {
|
|
26
|
-
return i(), t("div", {
|
|
27
|
-
class: "error-view",
|
|
28
|
-
style: r({
|
|
29
|
-
fontSize: l.fontSize,
|
|
30
|
-
height: l.height
|
|
31
|
-
})
|
|
32
|
-
}, [a(e.$slots, "default", {}, () => [n("div", c, [n("i", {
|
|
33
|
-
class: "fa fa-frown-o",
|
|
34
|
-
style: r({ fontSize: l.iconSize })
|
|
35
|
-
}, null, 4), n("p", null, o(l.errorTips), 1)])])], 4);
|
|
36
|
-
}
|
|
37
|
-
var u = /* @__PURE__ */ e(s, [["render", l]]);
|
|
35
|
+
});
|
|
38
36
|
//#endregion
|
|
39
|
-
export {
|
|
37
|
+
export { s as default };
|
package/flex-column/index.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { t as e } from "../chunks/utils.
|
|
1
|
+
import { t as e } from "../chunks/utils.C8RvIGLM.mjs";
|
|
2
|
+
import { h as t } from "vue";
|
|
2
3
|
//#region src/components/flex/FlexColumn.vue
|
|
3
|
-
var
|
|
4
|
+
var n = {
|
|
4
5
|
name: "FlexColumn",
|
|
5
6
|
functional: !0,
|
|
6
7
|
props: {
|
|
@@ -21,13 +22,14 @@ var t = {
|
|
|
21
22
|
default: !1
|
|
22
23
|
}
|
|
23
24
|
},
|
|
24
|
-
render(
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
render() {
|
|
26
|
+
var n, r;
|
|
27
|
+
let i = e(this.$attrs.class, "flex-column");
|
|
28
|
+
return this.center || this.horizonCenter && this.verticalCenter ? (i.push("horizon-center"), i.push("vertical-center")) : (this.horizonCenter && i.push("horizon-center"), this.verticalCenter && i.push("vertical-center")), this.textCenter && i.push("text-center"), t("div", {
|
|
29
|
+
...this.$props,
|
|
30
|
+
class: i
|
|
31
|
+
}, (n = (r = this.$slots).default) == null ? void 0 : n.call(r));
|
|
30
32
|
}
|
|
31
33
|
};
|
|
32
34
|
//#endregion
|
|
33
|
-
export {
|
|
35
|
+
export { n as default };
|
package/flex-item/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as e } from "../chunks/utils.
|
|
1
|
+
import { t as e } from "../chunks/utils.C8RvIGLM.mjs";
|
|
2
|
+
import { h as t } from "vue";
|
|
2
3
|
//#region src/components/flex/FlexItem.vue
|
|
3
|
-
var
|
|
4
|
+
var n = {
|
|
4
5
|
name: "FlexItem",
|
|
5
|
-
functional: !0,
|
|
6
6
|
props: {
|
|
7
7
|
flexRow: {
|
|
8
8
|
type: Boolean,
|
|
@@ -37,19 +37,25 @@ var t = {
|
|
|
37
37
|
default: !1
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
|
-
render(
|
|
41
|
-
let
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
40
|
+
render() {
|
|
41
|
+
let n = e(this.$attrs.class, this.relative ? "flex-item-relative" : "flex-item");
|
|
42
|
+
if (this.absolute && !this.relative && n.push("flex-item-relative"), this.center || this.horizonCenter && this.verticalCenter ? (n.push("horizon-center"), n.push("vertical-center")) : (this.horizonCenter && n.push("horizon-center"), this.verticalCenter && n.push("vertical-center")), this.textCenter && n.push("text-center"), this.flexColumn && n.push("flex-column"), this.flexRow && n.push("flex-row"), this.absolute) {
|
|
43
|
+
var r, i;
|
|
44
|
+
return t("div", {
|
|
45
|
+
...this.$props,
|
|
46
|
+
class: n
|
|
47
|
+
}, [t("div", {
|
|
48
|
+
class: "absolute",
|
|
49
|
+
style: "overflow:auto"
|
|
50
|
+
}, (r = (i = this.$slots).default) == null ? void 0 : r.call(i))]);
|
|
51
|
+
} else {
|
|
52
|
+
var a, o;
|
|
53
|
+
return t("div", {
|
|
54
|
+
...this.$props,
|
|
55
|
+
class: n
|
|
56
|
+
}, (a = (o = this.$slots).default) == null ? void 0 : a.call(o));
|
|
57
|
+
}
|
|
52
58
|
}
|
|
53
59
|
};
|
|
54
60
|
//#endregion
|
|
55
|
-
export {
|
|
61
|
+
export { n as default };
|
package/flex-row/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as e } from "../chunks/utils.
|
|
1
|
+
import { t as e } from "../chunks/utils.C8RvIGLM.mjs";
|
|
2
|
+
import { h as t } from "vue";
|
|
2
3
|
//#region src/components/flex/FlexRow.vue
|
|
3
|
-
var
|
|
4
|
+
var n = {
|
|
4
5
|
name: "FlexRow",
|
|
5
|
-
functional: !0,
|
|
6
6
|
props: {
|
|
7
7
|
verticalCenter: {
|
|
8
8
|
type: Boolean,
|
|
@@ -21,13 +21,14 @@ var t = {
|
|
|
21
21
|
default: !1
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
render(
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
render() {
|
|
25
|
+
var n, r;
|
|
26
|
+
let i = e(this.$attrs.class, "flex-row");
|
|
27
|
+
return this.center || this.horizonCenter && this.verticalCenter ? (i.push("horizon-center"), i.push("vertical-center")) : (this.horizonCenter && i.push("horizon-center"), this.verticalCenter && i.push("vertical-center")), this.textCenter && i.push("text-center"), t("div", {
|
|
28
|
+
...this.$props,
|
|
29
|
+
class: i
|
|
30
|
+
}, (n = (r = this.$slots).default) == null ? void 0 : n.call(r));
|
|
30
31
|
}
|
|
31
32
|
};
|
|
32
33
|
//#endregion
|
|
33
|
-
export {
|
|
34
|
+
export { n as default };
|
package/flow/index.mjs
CHANGED
|
@@ -128,7 +128,7 @@ var m = {
|
|
|
128
128
|
this.deleteLine(e, t);
|
|
129
129
|
},
|
|
130
130
|
changeNodeSite({ index: e, left: t, top: n }) {
|
|
131
|
-
for (let r = 0; r < this.option.nodeList.length; r++) r === e && (this
|
|
131
|
+
for (let r = 0; r < this.option.nodeList.length; r++) r === e && (this.option.nodeList[r].left = t, this.option.nodeList[r].top = n);
|
|
132
132
|
},
|
|
133
133
|
deleteNode(e) {
|
|
134
134
|
return this.$confirm(`确定要删除节点${e}?`, "提示", {
|
package/flow-designer/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FlowDesigner.
|
|
1
|
+
import { t as e } from "../chunks/FlowDesigner.DH1ypcUw.mjs";
|
|
2
2
|
export { e as default };
|
package/form-block/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FormBlock.
|
|
1
|
+
import { t as e } from "../chunks/FormBlock.D6kZl7sm.mjs";
|
|
2
2
|
export { e as default };
|
package/form-cascader/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FormCascader.
|
|
1
|
+
import { t as e } from "../chunks/FormCascader.BXL8lKww.mjs";
|
|
2
2
|
export { e as default };
|
package/form-checkbox/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/checkbox.
|
|
4
|
-
import { d as n, f as r, n as i, u as a } from "../chunks/util.
|
|
5
|
-
import { t as o } from "../chunks/form-input.
|
|
3
|
+
import { t } from "../chunks/checkbox.AmhCpaBZ.mjs";
|
|
4
|
+
import { d as n, f as r, n as i, u as a } from "../chunks/util.fjuzrmWz.mjs";
|
|
5
|
+
import { t as o } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
6
6
|
import { createBlock as s, createCommentVNode as c, createElementBlock as l, createTextVNode as u, createVNode as d, mergeProps as f, openBlock as p, renderSlot as m, resolveComponent as h, toDisplayString as g, toHandlers as _, withCtx as v } from "vue";
|
|
7
7
|
//#region src/components/form/FormCheckbox.vue
|
|
8
8
|
var y = a(t).filter((e) => ![
|
|
@@ -1,10 +1,10 @@
|
|
|
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 { n as t } from "../chunks/checkbox.
|
|
4
|
-
import { d as n, n as r, u as i } from "../chunks/util.
|
|
5
|
-
import { t as a } from "../chunks/form-input.
|
|
6
|
-
import { t as o } from "../chunks/form-pick.
|
|
7
|
-
import { t as s } from "../chunks/dictionary.
|
|
3
|
+
import { n as t } from "../chunks/checkbox.AmhCpaBZ.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
|
+
import { t as o } from "../chunks/form-pick.BEC7lrNH.mjs";
|
|
7
|
+
import { t as s } from "../chunks/dictionary.DXYdZefs.mjs";
|
|
8
8
|
import { Fragment as c, createBlock as l, createCommentVNode as u, createElementBlock as d, createTextVNode as f, createVNode as p, mergeProps as m, normalizeStyle as h, openBlock as g, renderList as _, renderSlot as v, resolveComponent as y, toDisplayString as b, toHandlers as x, withCtx as S } from "vue";
|
|
9
9
|
//#region src/components/form/FormCheckboxGroup.vue
|
|
10
10
|
var C = 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, n } from "../chunks/util.
|
|
3
|
-
import { t as r } from "../chunks/form-input.
|
|
4
|
-
import { t as i } from "../chunks/form-pick.
|
|
2
|
+
import { d as t, n } from "../chunks/util.fjuzrmWz.mjs";
|
|
3
|
+
import { t as r } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
4
|
+
import { t as i } from "../chunks/form-pick.BEC7lrNH.mjs";
|
|
5
5
|
import { createBlock as a, createCommentVNode as o, createElementBlock as s, createTextVNode as c, createVNode as l, mergeProps as u, openBlock as d, renderSlot as f, resolveComponent as p, toDisplayString as m, toHandlers as h, withCtx as g } from "vue";
|
|
6
6
|
import { toDate as _ } from "@web-utils/integrations/dayjs";
|
|
7
7
|
//#region src/components/form/FormDatePicker.vue
|
package/form-holder/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { c as t } from "../chunks/util.
|
|
2
|
+
import { c as t } from "../chunks/util.fjuzrmWz.mjs";
|
|
3
3
|
import { Fragment as n, 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, withCtx as f } from "vue";
|
|
4
4
|
import { animate as p, warning as m } from "@web-utils/core";
|
|
5
5
|
//#region src/components/form/FormHolder.vue
|
|
@@ -11,10 +11,7 @@ var h = {
|
|
|
11
11
|
},
|
|
12
12
|
props: {
|
|
13
13
|
model: Object,
|
|
14
|
-
size: {
|
|
15
|
-
type: String,
|
|
16
|
-
default: "mini"
|
|
17
|
-
},
|
|
14
|
+
size: { type: String },
|
|
18
15
|
disabled: Boolean,
|
|
19
16
|
labelPosition: {
|
|
20
17
|
type: String,
|
package/form-input/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, f as r, n as i, u as a } from "../chunks/util.
|
|
5
|
-
import { t as o } from "../chunks/form-input.
|
|
3
|
+
import { t } from "../chunks/input.B_wW4aF-.mjs";
|
|
4
|
+
import { d as n, f as r, n as i, u as a } from "../chunks/util.fjuzrmWz.mjs";
|
|
5
|
+
import { t as o } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
6
6
|
import { Fragment as s, createBlock as c, createCommentVNode as l, createElementBlock as u, createTextVNode as d, createVNode as f, mergeProps as p, openBlock as m, renderSlot as h, resolveComponent as g, toDisplayString as _, toHandlers as v, withCtx as y, withModifiers as b } from "vue";
|
|
7
7
|
//#region src/components/form/FormInput.vue
|
|
8
8
|
var x = a(t).filter((e) => ![
|
|
@@ -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, f as r, n as i, u as a } from "../chunks/util.
|
|
5
|
-
import { t as o } from "../chunks/form-input.
|
|
3
|
+
import { t } from "../chunks/input.B_wW4aF-.mjs";
|
|
4
|
+
import { d as n, f as r, n as i, u as a } from "../chunks/util.fjuzrmWz.mjs";
|
|
5
|
+
import { t as o } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
6
6
|
import { createBlock as s, createCommentVNode as c, createElementBlock as l, createElementVNode as u, createTextVNode as d, createVNode as f, mergeProps as p, openBlock as m, renderSlot as h, resolveComponent as g, toDisplayString as _, toHandlers as v, withCtx as y } from "vue";
|
|
7
7
|
//#region src/components/form/FormInputCronExpression.vue
|
|
8
8
|
var b = a(t).filter((e) => ![
|
|
@@ -1,9 +1,9 @@
|
|
|
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.
|
|
6
|
-
import { t as o } from "../chunks/form-validate.
|
|
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
|
+
import { t as o } from "../chunks/form-validate.JFOV_f-C.mjs";
|
|
7
7
|
import { createBlock as s, createVNode as c, mergeProps as l, openBlock as u, renderSlot as d, resolveComponent as f, toHandlers as p, withCtx as m } from "vue";
|
|
8
8
|
//#region src/components/form/FormInputEmail.vue
|
|
9
9
|
var h = i(t).filter((e) => ![
|
|
@@ -14,12 +14,13 @@ var h = i(t).filter((e) => ![
|
|
|
14
14
|
name: "FormInputEmail",
|
|
15
15
|
mixins: [a],
|
|
16
16
|
props: {
|
|
17
|
-
|
|
17
|
+
modelValue: String,
|
|
18
18
|
maxLength: {
|
|
19
19
|
type: String,
|
|
20
20
|
default: "200"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
+
emits: ["update:modelValue"],
|
|
23
24
|
computed: { inputProps() {
|
|
24
25
|
return r({
|
|
25
26
|
...n(this.$attrs),
|
|
@@ -41,15 +42,15 @@ function _(e, t, n, r, i, a) {
|
|
|
41
42
|
}), {
|
|
42
43
|
default: m(() => [c(o, l({
|
|
43
44
|
class: { "is-readonly": e.readonly },
|
|
44
|
-
value: n.
|
|
45
|
+
"model-value": n.modelValue,
|
|
45
46
|
readonly: e.readonly,
|
|
46
47
|
maxlength: n.maxLength
|
|
47
48
|
}, a.inputProps, {
|
|
48
49
|
disabled: e.inputDisabled,
|
|
49
50
|
placeholder: e.computePlaceholder
|
|
50
|
-
}, p(e.listeners), {
|
|
51
|
+
}, p(e.listeners), { "onUpdate:modelValue": t[0] || (t[0] = (t) => e.$emit("update:modelValue", t)) }), null, 16, [
|
|
51
52
|
"class",
|
|
52
|
-
"value",
|
|
53
|
+
"model-value",
|
|
53
54
|
"readonly",
|
|
54
55
|
"maxlength",
|
|
55
56
|
"disabled",
|
|
@@ -1,25 +1,26 @@
|
|
|
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, 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";
|
|
7
7
|
import { validateIdCard as v } from "@web-utils/core";
|
|
8
8
|
//#region src/components/form/FormInputIdCard.vue
|
|
9
9
|
var y = i(t).filter((e) => ![
|
|
10
|
-
"
|
|
10
|
+
"modelValue",
|
|
11
11
|
"placeholder",
|
|
12
12
|
"disabled"
|
|
13
13
|
].includes(e)), b = {
|
|
14
14
|
name: "FormInputIdCard",
|
|
15
15
|
mixins: [a],
|
|
16
16
|
props: {
|
|
17
|
-
|
|
17
|
+
modelValue: String,
|
|
18
18
|
maxLength: {
|
|
19
19
|
type: String,
|
|
20
20
|
default: "200"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
+
emits: ["update:modelValue"],
|
|
23
24
|
computed: { inputProps() {
|
|
24
25
|
return r({
|
|
25
26
|
...n(this.$attrs),
|
|
@@ -50,14 +51,14 @@ function C(e, t, n, r, i, a) {
|
|
|
50
51
|
}), {
|
|
51
52
|
default: _(() => [u(v, d({
|
|
52
53
|
class: { "is-readonly": e.readonly },
|
|
53
|
-
value: n.
|
|
54
|
+
"model-value": n.modelValue,
|
|
54
55
|
readonly: e.readonly,
|
|
55
56
|
maxlength: n.maxLength,
|
|
56
57
|
disabled: e.inputDisabled,
|
|
57
58
|
placeholder: e.computePlaceholder
|
|
58
|
-
}, a.inputProps, g(e.listeners), {
|
|
59
|
+
}, a.inputProps, g(e.listeners), { "onUpdate:modelValue": t[0] || (t[0] = (t) => e.$emit("update:modelValue", t)) }), null, 16, [
|
|
59
60
|
"class",
|
|
60
|
-
"value",
|
|
61
|
+
"model-value",
|
|
61
62
|
"readonly",
|
|
62
63
|
"maxlength",
|
|
63
64
|
"disabled",
|
|
@@ -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, createVNode as s, mergeProps as c, openBlock as l, renderSlot as u, resolveComponent as d, toHandlers as f, withCtx as p } from "vue";
|
|
7
7
|
import { validatePhoneNum as m } from "@web-utils/core";
|
|
8
8
|
//#region src/components/form/FormInputPhoneNumber.vue
|
|
@@ -14,12 +14,13 @@ var h = i(t).filter((e) => ![
|
|
|
14
14
|
name: "FormInputPhoneNumber",
|
|
15
15
|
mixins: [a],
|
|
16
16
|
props: {
|
|
17
|
-
|
|
17
|
+
modelValue: String,
|
|
18
18
|
maxLength: {
|
|
19
19
|
type: String,
|
|
20
20
|
default: "200"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
+
emits: ["update:modelValue"],
|
|
23
24
|
computed: { inputProps() {
|
|
24
25
|
return r({
|
|
25
26
|
...n(this.$attrs),
|
|
@@ -36,7 +37,7 @@ var h = i(t).filter((e) => ![
|
|
|
36
37
|
}];
|
|
37
38
|
},
|
|
38
39
|
emitInput(e) {
|
|
39
|
-
this.$emit("
|
|
40
|
+
this.$emit("update:modelValue", e);
|
|
40
41
|
}
|
|
41
42
|
}
|
|
42
43
|
};
|
|
@@ -48,19 +49,19 @@ function _(e, t, n, r, i, a) {
|
|
|
48
49
|
}), {
|
|
49
50
|
default: p(() => [s(m, c({
|
|
50
51
|
class: { "is-readonly": e.readonly },
|
|
51
|
-
value: n.
|
|
52
|
+
"model-value": n.modelValue,
|
|
52
53
|
readonly: e.readonly,
|
|
53
54
|
maxlength: n.maxLength,
|
|
54
55
|
disabled: e.inputDisabled,
|
|
55
56
|
placeholder: e.computePlaceholder
|
|
56
|
-
}, a.inputProps, f(e.listeners), {
|
|
57
|
+
}, a.inputProps, f(e.listeners), { "onUpdate:modelValue": a.emitInput }), null, 16, [
|
|
57
58
|
"class",
|
|
58
|
-
"value",
|
|
59
|
+
"model-value",
|
|
59
60
|
"readonly",
|
|
60
61
|
"maxlength",
|
|
61
62
|
"disabled",
|
|
62
63
|
"placeholder",
|
|
63
|
-
"
|
|
64
|
+
"onUpdate:modelValue"
|
|
64
65
|
])]),
|
|
65
66
|
error: p(({ error: t }) => [u(e.$slots, "error", { error: t })]),
|
|
66
67
|
label: p(() => [u(e.$slots, "label")]),
|
package/form-input-tag/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { d as t, n } from "../chunks/util.
|
|
3
|
-
import { t as r } from "../chunks/form-input.
|
|
2
|
+
import { d as t, n } from "../chunks/util.fjuzrmWz.mjs";
|
|
3
|
+
import { t as r } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
4
4
|
import i from "../x-input-tag/index.mjs";
|
|
5
5
|
import { createBlock as a, createVNode as o, mergeProps as s, openBlock as c, renderSlot as l, resolveComponent as u, toHandlers as d, withCtx as f } from "vue";
|
|
6
6
|
//#region src/components/form/FormInputTag.vue
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FormInputTime.
|
|
1
|
+
import { t as e } from "../chunks/FormInputTime.DzTPiDNh.mjs";
|
|
2
2
|
export { e as default };
|
package/form-item/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FormItem.
|
|
1
|
+
import { t as e } from "../chunks/FormItem.B8iPLduv.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FormItemGroup.
|
|
1
|
+
import { t as e } from "../chunks/FormItemGroup.CCGqEapT.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -1,10 +1,10 @@
|
|
|
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 { n as t } from "../chunks/radio.
|
|
4
|
-
import { d as n, n as r, u as i } from "../chunks/util.
|
|
5
|
-
import { t as a } from "../chunks/form-input.
|
|
6
|
-
import { t as o } from "../chunks/form-pick.
|
|
7
|
-
import { t as s } from "../chunks/dictionary.
|
|
3
|
+
import { n as t } from "../chunks/radio.BMkZBhl5.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
|
+
import { t as o } from "../chunks/form-pick.BEC7lrNH.mjs";
|
|
7
|
+
import { t as s } from "../chunks/dictionary.DXYdZefs.mjs";
|
|
8
8
|
import { Fragment as c, createBlock as l, createElementBlock as u, createTextVNode as d, createVNode as f, mergeProps as p, openBlock as m, renderList as h, renderSlot as g, resolveComponent as _, resolveDynamicComponent as v, toDisplayString as y, toHandlers as b, withCtx as x, withModifiers as S } from "vue";
|
|
9
9
|
//#region src/components/form/FormRadioGroup.vue
|
|
10
10
|
var C = i(t).filter((e) => ![
|
package/form-select/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FormSelect.
|
|
1
|
+
import { t as e } from "../chunks/FormSelect.t0jbTL_K.mjs";
|
|
2
2
|
export { e as default };
|
package/form-switch/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/FormSwitch.
|
|
1
|
+
import { t as e } from "../chunks/FormSwitch.uoFQ-xp_.mjs";
|
|
2
2
|
export { e as default };
|
package/form-table/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { d as t, n } from "../chunks/util.
|
|
3
|
-
import { t as r } from "../chunks/form-input.
|
|
2
|
+
import { d as t, n } from "../chunks/util.fjuzrmWz.mjs";
|
|
3
|
+
import { t as r } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
4
4
|
import i from "../sub-table/index.mjs";
|
|
5
5
|
import { createBlock as a, createSlots as o, createVNode as s, mergeProps as c, openBlock as l, renderList as u, renderSlot as d, resolveComponent as f, toHandlers as p, withCtx as m } from "vue";
|
|
6
6
|
//#region src/components/form/FormTable.vue
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { d as t, n, t as r } from "../chunks/util.
|
|
3
|
-
import { t as i } from "../chunks/form-input.
|
|
4
|
-
import { n as a } from "../chunks/form-validate.
|
|
5
|
-
import { t as o } from "../chunks/sub-table-plus-props.
|
|
2
|
+
import { d as t, n, t as r } from "../chunks/util.fjuzrmWz.mjs";
|
|
3
|
+
import { t as i } from "../chunks/form-input.DdSb45Tz.mjs";
|
|
4
|
+
import { n as a } from "../chunks/form-validate.JFOV_f-C.mjs";
|
|
5
|
+
import { t as o } from "../chunks/sub-table-plus-props.DvS8aKT4.mjs";
|
|
6
6
|
import { createBlock as s, createSlots as c, createVNode as l, mergeProps as u, openBlock as d, renderList as f, renderSlot as p, resolveComponent as m, toHandlers as h, withCtx as g } from "vue";
|
|
7
7
|
import { isArray as _, isString as v, trace as y, warning as b } from "@web-utils/core";
|
|
8
8
|
//#region src/components/form/FormTablePlus.vue
|