@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/index.mjs
CHANGED
|
@@ -11,169 +11,168 @@ import { t as s } from "./chunks/ChunkFileUploader.C3EA0e5t.mjs";
|
|
|
11
11
|
import c from "./code-mirror-editor/index.mjs";
|
|
12
12
|
import l from "./comment/index.mjs";
|
|
13
13
|
import { configComponents as u } from "./configComponents.mjs";
|
|
14
|
-
import { t as d } from "./chunks/FormSelect.
|
|
15
|
-
import { t as f } from "./chunks/
|
|
16
|
-
import { t as p } from "./chunks/
|
|
17
|
-
import { t as m } from "./chunks/
|
|
18
|
-
import { t as h } from "./chunks/
|
|
19
|
-
import { t as g } from "./chunks/
|
|
20
|
-
import _ from "./
|
|
21
|
-
import v from "./
|
|
22
|
-
import y from "./
|
|
23
|
-
import b from "./
|
|
24
|
-
import x from "./
|
|
25
|
-
import S from "./
|
|
26
|
-
import C from "./data-
|
|
27
|
-
import w from "./data-card
|
|
28
|
-
import T from "./data-
|
|
29
|
-
import E from "./data-
|
|
30
|
-
import D from "./data-
|
|
31
|
-
import O from "./data-
|
|
32
|
-
import k from "./data-
|
|
33
|
-
import A from "./data-
|
|
34
|
-
import j from "./data-
|
|
35
|
-
import M from "./data-
|
|
36
|
-
import N from "./data-
|
|
37
|
-
import P from "./data-
|
|
38
|
-
import F from "./data-
|
|
39
|
-
import I from "./
|
|
40
|
-
import L from "./
|
|
41
|
-
import R from "./
|
|
42
|
-
import z from "./
|
|
43
|
-
import B from "./
|
|
44
|
-
import
|
|
45
|
-
import H from "./
|
|
46
|
-
import U from "./
|
|
47
|
-
import W from "./
|
|
48
|
-
import G from "./
|
|
49
|
-
import K from "./flex-
|
|
50
|
-
import q from "./flex-
|
|
51
|
-
import J from "./flex-
|
|
52
|
-
import Y from "./
|
|
53
|
-
import
|
|
54
|
-
import Z from "./
|
|
55
|
-
import Q from "./
|
|
56
|
-
import ne from "./flow-
|
|
57
|
-
import
|
|
58
|
-
import ie from "./
|
|
59
|
-
import ae from "./form-
|
|
60
|
-
import oe from "./form-
|
|
61
|
-
import se from "./form-checkbox
|
|
62
|
-
import ce from "./form-
|
|
63
|
-
import le from "./form-
|
|
64
|
-
import ue from "./form-
|
|
65
|
-
import de from "./form-input
|
|
66
|
-
import fe from "./form-input-
|
|
67
|
-
import pe from "./form-input-
|
|
68
|
-
import me from "./form-input-
|
|
69
|
-
import he from "./
|
|
70
|
-
import ge from "./
|
|
71
|
-
import
|
|
72
|
-
import ve from "./
|
|
73
|
-
import
|
|
74
|
-
import be from "./
|
|
75
|
-
import xe from "./
|
|
76
|
-
import Se from "./
|
|
77
|
-
import Ce from "./form-table
|
|
78
|
-
import we from "./form-
|
|
79
|
-
import
|
|
80
|
-
import Ee from "./
|
|
81
|
-
import De from "./form-tree-select
|
|
82
|
-
import Oe from "./
|
|
83
|
-
import ke from "./
|
|
84
|
-
import Ae from "./
|
|
85
|
-
import je from "./fy-
|
|
86
|
-
import Me from "./fy-
|
|
87
|
-
import Ne from "./fy-
|
|
88
|
-
import Pe from "./fy-
|
|
89
|
-
import
|
|
90
|
-
import Ie from "./
|
|
91
|
-
import Le from "./
|
|
92
|
-
import Re from "./fy-
|
|
93
|
-
import $ from "./fy-
|
|
94
|
-
import ze from "./fy-
|
|
95
|
-
import
|
|
96
|
-
import { t as Ve } from "./chunks/
|
|
97
|
-
import { t as He } from "./chunks/
|
|
98
|
-
import Ue from "./
|
|
99
|
-
import We from "./fy-input
|
|
100
|
-
import Ge from "./fy-input-
|
|
101
|
-
import Ke from "./fy-input-
|
|
102
|
-
import qe from "./fy-input-
|
|
103
|
-
import Je from "./fy-input-
|
|
104
|
-
import Ye from "./fy-input-
|
|
105
|
-
import Xe from "./fy-
|
|
106
|
-
import Ze from "./fy-
|
|
107
|
-
import Qe from "./fy-
|
|
108
|
-
import $e from "./fy-
|
|
109
|
-
import et from "./fy-
|
|
110
|
-
import tt from "./fy-
|
|
111
|
-
import nt from "./fy-
|
|
112
|
-
import rt from "./fy-
|
|
113
|
-
import it from "./fy-
|
|
114
|
-
import at from "./fy-
|
|
115
|
-
import
|
|
116
|
-
import { t as st } from "./chunks/
|
|
117
|
-
import ct from "./
|
|
118
|
-
import lt from "./
|
|
14
|
+
import { t as d } from "./chunks/FormSelect.t0jbTL_K.mjs";
|
|
15
|
+
import { t as f } from "./chunks/ImagePreview.DDFrZgo5.mjs";
|
|
16
|
+
import { t as p } from "./chunks/FormInputTime.DzTPiDNh.mjs";
|
|
17
|
+
import { t as m } from "./chunks/FormCascader.BXL8lKww.mjs";
|
|
18
|
+
import { t as h } from "./chunks/TableView.DMWMaGLA.mjs";
|
|
19
|
+
import { t as g } from "./chunks/ElementDialog.DWhAJsUn.mjs";
|
|
20
|
+
import { t as _ } from "./chunks/FormSwitch.uoFQ-xp_.mjs";
|
|
21
|
+
import v from "./confirmable/index.mjs";
|
|
22
|
+
import y from "./confirm-button/index.mjs";
|
|
23
|
+
import b from "./context-menu/index.mjs";
|
|
24
|
+
import x from "./count-up/index.mjs";
|
|
25
|
+
import S from "./custom-scrollbar/index.mjs";
|
|
26
|
+
import C from "./data-box/index.mjs";
|
|
27
|
+
import w from "./data-card/index.mjs";
|
|
28
|
+
import T from "./data-card-text/index.mjs";
|
|
29
|
+
import E from "./data-display/index.mjs";
|
|
30
|
+
import D from "./data-icons/index.mjs";
|
|
31
|
+
import O from "./data-imgtext/index.mjs";
|
|
32
|
+
import k from "./data-operatext/index.mjs";
|
|
33
|
+
import A from "./data-panel/index.mjs";
|
|
34
|
+
import j from "./data-pay/index.mjs";
|
|
35
|
+
import M from "./data-price/index.mjs";
|
|
36
|
+
import N from "./data-progress/index.mjs";
|
|
37
|
+
import P from "./data-rotate/index.mjs";
|
|
38
|
+
import F from "./data-table-picker/index.mjs";
|
|
39
|
+
import I from "./data-tabs/index.mjs";
|
|
40
|
+
import L from "./dialog-form/index.mjs";
|
|
41
|
+
import R from "./dynamic-table/index.mjs";
|
|
42
|
+
import z from "./easy-popup/index.mjs";
|
|
43
|
+
import B from "./e-charts/index.mjs";
|
|
44
|
+
import V from "./editable-progress/index.mjs";
|
|
45
|
+
import { t as H } from "./chunks/EditableTree.CV8b95tW.mjs";
|
|
46
|
+
import U from "./ellipsis/index.mjs";
|
|
47
|
+
import W from "./empty-view/index.mjs";
|
|
48
|
+
import G from "./error-view/index.mjs";
|
|
49
|
+
import K from "./flex-column/index.mjs";
|
|
50
|
+
import q from "./flex-item/index.mjs";
|
|
51
|
+
import J from "./flex-row/index.mjs";
|
|
52
|
+
import Y from "./flex-scroller/index.mjs";
|
|
53
|
+
import X from "./flow/index.mjs";
|
|
54
|
+
import { t as Z } from "./chunks/FlowDesigner.DH1ypcUw.mjs";
|
|
55
|
+
import Q from "./highlight-j-s/index.mjs";
|
|
56
|
+
import ne from "./flow-node/index.mjs";
|
|
57
|
+
import re from "./flow-viewer/index.mjs";
|
|
58
|
+
import { t as ie } from "./chunks/FormBlock.D6kZl7sm.mjs";
|
|
59
|
+
import ae from "./form-button/index.mjs";
|
|
60
|
+
import oe from "./form-card/index.mjs";
|
|
61
|
+
import se from "./form-checkbox/index.mjs";
|
|
62
|
+
import ce from "./form-checkbox-group/index.mjs";
|
|
63
|
+
import le from "./form-date-picker/index.mjs";
|
|
64
|
+
import ue from "./form-holder/index.mjs";
|
|
65
|
+
import de from "./form-input/index.mjs";
|
|
66
|
+
import fe from "./form-input-cron-expression/index.mjs";
|
|
67
|
+
import pe from "./form-input-email/index.mjs";
|
|
68
|
+
import me from "./form-input-id-card/index.mjs";
|
|
69
|
+
import he from "./form-input-phone-number/index.mjs";
|
|
70
|
+
import ge from "./x-input-tag/index.mjs";
|
|
71
|
+
import _e from "./form-input-tag/index.mjs";
|
|
72
|
+
import { t as ve } from "./chunks/FormItem.B8iPLduv.mjs";
|
|
73
|
+
import ye from "./form-item-config-provider/index.mjs";
|
|
74
|
+
import { t as be } from "./chunks/FormItemGroup.CCGqEapT.mjs";
|
|
75
|
+
import xe from "./form-radio-group/index.mjs";
|
|
76
|
+
import Se from "./sub-table/index.mjs";
|
|
77
|
+
import Ce from "./form-table/index.mjs";
|
|
78
|
+
import we from "./form-table-plus/index.mjs";
|
|
79
|
+
import Te from "./form-textarea/index.mjs";
|
|
80
|
+
import { t as Ee } from "./chunks/VueTreeSelect.GHx4Z2lG.mjs";
|
|
81
|
+
import De from "./form-tree-select/index.mjs";
|
|
82
|
+
import Oe from "./form-tree-select-multiple/index.mjs";
|
|
83
|
+
import ke from "./resize-observer/index.mjs";
|
|
84
|
+
import Ae from "./form-view/index.mjs";
|
|
85
|
+
import je from "./fy-array/index.mjs";
|
|
86
|
+
import Me from "./fy-article/index.mjs";
|
|
87
|
+
import Ne from "./fy-cascader/index.mjs";
|
|
88
|
+
import Pe from "./fy-checkbox/index.mjs";
|
|
89
|
+
import Fe from "./fy-code/index.mjs";
|
|
90
|
+
import { t as Ie } from "./chunks/FyCurd.DqJuCLNW.mjs";
|
|
91
|
+
import Le from "./icon-temp/index.mjs";
|
|
92
|
+
import Re from "./fy-date/index.mjs";
|
|
93
|
+
import $ from "./fy-draggable/index.mjs";
|
|
94
|
+
import ze from "./fy-dynamic/index.mjs";
|
|
95
|
+
import Be from "./fy-empty/index.mjs";
|
|
96
|
+
import { t as Ve } from "./chunks/FyForm.CgyGhetD.mjs";
|
|
97
|
+
import { t as He } from "./chunks/MonacoEditor.Bq9d6JSz.mjs";
|
|
98
|
+
import { t as Ue } from "./chunks/FyFormDesign.DIIK7mXK.mjs";
|
|
99
|
+
import We from "./fy-input/index.mjs";
|
|
100
|
+
import Ge from "./fy-input-color/index.mjs";
|
|
101
|
+
import Ke from "./fy-input-icon/index.mjs";
|
|
102
|
+
import qe from "./fy-input-map/index.mjs";
|
|
103
|
+
import Je from "./fy-input-number/index.mjs";
|
|
104
|
+
import Ye from "./fy-input-table/index.mjs";
|
|
105
|
+
import Xe from "./fy-input-tree/index.mjs";
|
|
106
|
+
import Ze from "./fy-progress/index.mjs";
|
|
107
|
+
import Qe from "./fy-radio/index.mjs";
|
|
108
|
+
import $e from "./fy-rate/index.mjs";
|
|
109
|
+
import et from "./fy-select/index.mjs";
|
|
110
|
+
import tt from "./fy-slider/index.mjs";
|
|
111
|
+
import nt from "./fy-switch/index.mjs";
|
|
112
|
+
import rt from "./fy-tabs/index.mjs";
|
|
113
|
+
import it from "./fy-time/index.mjs";
|
|
114
|
+
import at from "./fy-title/index.mjs";
|
|
115
|
+
import ot from "./fy-tree/index.mjs";
|
|
116
|
+
import { t as st } from "./chunks/FyUEditor.uvZS8UgS.mjs";
|
|
117
|
+
import { t as ct } from "./chunks/FyUpload.DoBEuYcC.mjs";
|
|
118
|
+
import lt from "./guide-steps/index.mjs";
|
|
119
119
|
import ut from "./image-cropper/index.mjs";
|
|
120
|
-
import { t as dt } from "./chunks/photo-swipe.
|
|
120
|
+
import { t as dt } from "./chunks/photo-swipe.BvBJGc5x.mjs";
|
|
121
121
|
import { imageCropper as ft, imagePreview as pt } from "./helper-function.mjs";
|
|
122
122
|
import mt from "./icon-card/index.mjs";
|
|
123
123
|
import ht from "./iframe-window/index.mjs";
|
|
124
124
|
import gt from "./image-viewer/index.mjs";
|
|
125
125
|
import _t from "./input-number-range/index.mjs";
|
|
126
126
|
import vt from "./j-s-x-component/index.mjs";
|
|
127
|
-
import { t as yt } from "./chunks/Keyboard.
|
|
127
|
+
import { t as yt } from "./chunks/Keyboard.DBspwbYo.mjs";
|
|
128
128
|
import bt from "./license/index.mjs";
|
|
129
129
|
import xt from "./loading-view/index.mjs";
|
|
130
|
-
import St from "./
|
|
131
|
-
import Ct from "./
|
|
132
|
-
import wt from "./
|
|
133
|
-
import Tt from "./
|
|
134
|
-
import Et from "./
|
|
135
|
-
import Dt from "./
|
|
136
|
-
import
|
|
137
|
-
import kt from "./
|
|
138
|
-
import At from "./page-
|
|
139
|
-
import jt from "./page-index/index.mjs";
|
|
140
|
-
import Mt from "./page-
|
|
141
|
-
import Nt from "./page-skeleton/index.mjs";
|
|
142
|
-
import Pt from "./
|
|
143
|
-
import Ft from "./
|
|
144
|
-
import It from "./
|
|
145
|
-
import Lt from "./
|
|
146
|
-
import Rt from "./
|
|
147
|
-
import
|
|
148
|
-
import Bt from "./
|
|
149
|
-
import Vt from "./sign/index.mjs";
|
|
150
|
-
import Ht from "./
|
|
151
|
-
import Ut from "./skeleton/index.mjs";
|
|
152
|
-
import Wt from "./
|
|
153
|
-
import
|
|
154
|
-
import Kt from "./
|
|
155
|
-
import qt from "./
|
|
156
|
-
import Jt from "./
|
|
157
|
-
import Yt from "./
|
|
158
|
-
import Xt from "./tab/index.mjs";
|
|
159
|
-
import Zt from "./
|
|
160
|
-
import
|
|
161
|
-
import $t from "./
|
|
162
|
-
import en from "./
|
|
163
|
-
import tn from "./
|
|
164
|
-
import { t as nn } from "./chunks/
|
|
165
|
-
import rn from "./
|
|
166
|
-
import an from "./
|
|
167
|
-
import
|
|
168
|
-
import sn from "./vue-
|
|
169
|
-
import cn from "./vue-
|
|
170
|
-
import ln from "./vue-
|
|
171
|
-
import un from "./
|
|
172
|
-
import dn from "./watermark/index.mjs";
|
|
130
|
+
import St from "./name-avatar/index.mjs";
|
|
131
|
+
import Ct from "./nav-bar/index.mjs";
|
|
132
|
+
import wt from "./notice/index.mjs";
|
|
133
|
+
import Tt from "./not-implement/index.mjs";
|
|
134
|
+
import Et from "./page/index.mjs";
|
|
135
|
+
import { t as Dt } from "./chunks/PageableTable.DR-REJN5.mjs";
|
|
136
|
+
import Ot from "./pageable-view/index.mjs";
|
|
137
|
+
import kt from "./page-header/index.mjs";
|
|
138
|
+
import At from "./page-index/index.mjs";
|
|
139
|
+
import jt from "./page-index-top/index.mjs";
|
|
140
|
+
import Mt from "./page-skeleton/index.mjs";
|
|
141
|
+
import Nt from "./page-skeleton-new/index.mjs";
|
|
142
|
+
import Pt from "./photo-swipe/index.mjs";
|
|
143
|
+
import Ft from "./picker-table-view/index.mjs";
|
|
144
|
+
import It from "./present-view/index.mjs";
|
|
145
|
+
import Lt from "./queue/index.mjs";
|
|
146
|
+
import { t as Rt } from "./chunks/RecordVideo.CKTY-gk9.mjs";
|
|
147
|
+
import zt from "./search/index.mjs";
|
|
148
|
+
import Bt from "./sign/index.mjs";
|
|
149
|
+
import Vt from "./sign-panel/index.mjs";
|
|
150
|
+
import Ht from "./skeleton/index.mjs";
|
|
151
|
+
import Ut from "./skeleton-panel/index.mjs";
|
|
152
|
+
import { t as Wt } from "./chunks/SplitPane.DNNid7WB.mjs";
|
|
153
|
+
import Gt from "./stateful/index.mjs";
|
|
154
|
+
import Kt from "./static-pageable-table/index.mjs";
|
|
155
|
+
import qt from "./sub-table-plus/index.mjs";
|
|
156
|
+
import Jt from "./swiper/index.mjs";
|
|
157
|
+
import Yt from "./tab/index.mjs";
|
|
158
|
+
import Xt from "./tab-item/index.mjs";
|
|
159
|
+
import { t as Zt } from "./chunks/TableColumn.Cq9Bvevm.mjs";
|
|
160
|
+
import Qt from "./tabs-view/index.mjs";
|
|
161
|
+
import $t from "./tag-render/index.mjs";
|
|
162
|
+
import en from "./text-ellipsis/index.mjs";
|
|
163
|
+
import { t as tn } from "./chunks/Toolbar.DytZ6fO0.mjs";
|
|
164
|
+
import { t as nn } from "./chunks/ToolbarButton.AlTszc53.mjs";
|
|
165
|
+
import rn from "./verify/index.mjs";
|
|
166
|
+
import { t as an } from "./chunks/VueCron.BmPnLuu3.mjs";
|
|
167
|
+
import on from "./vue-qr-code/index.mjs";
|
|
168
|
+
import sn from "./vue-quill-editor/index.mjs";
|
|
169
|
+
import cn from "./vue-tags-input/index.mjs";
|
|
170
|
+
import ln from "./vue-video-player/index.mjs";
|
|
171
|
+
import un from "./watermark/index.mjs";
|
|
173
172
|
//#region src/components/index.ts
|
|
174
|
-
var
|
|
175
|
-
function
|
|
176
|
-
u.component(ee.name, ee), u.component(te.name, te), u.component(e.name, e), u.component(t.name, t), u.component(n.name, n), u.component(r.name, r), u.component(i.name, i), u.component(a.name, a), u.component(o.name, o), u.component(s.name, s), u.component(c.name, c), u.component(l.name, l), u.component(
|
|
173
|
+
var dn = /* @__PURE__ */ "AddressInput.Affix.AsideMenu.Avatar.AwesomeButton.CapsuleTab.Card.Carousel.Chat.ChunkFileUploader.CodeMirrorEditor.Comment.Confirmable.ConfirmButton.ContextMenu.CountUp.CustomScrollbar.DataBox.DataCard.DataCardText.DataDisplay.DataIcons.DataImgtext.DataOperatext.DataPanel.DataPay.DataPrice.DataProgress.DataRotate.DataTablePicker.DataTabs.DialogForm.DynamicTable.EasyPopup.ECharts.EditableProgress.EditableTree.ElementDialog.Ellipsis.EmptyView.ErrorView.FlexColumn.FlexItem.FlexRow.FlexScroller.Flow.FlowDesigner.FlowNode.FlowViewer.FormBlock.FormButton.FormCard.FormCascader.FormCheckbox.FormCheckboxGroup.FormDatePicker.FormHolder.FormInput.FormInputCronExpression.FormInputEmail.FormInputIdCard.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItem.FormItemConfigProvider.FormItemGroup.FormRadioGroup.FormSelect.FormSwitch.FormTable.FormTablePlus.FormTextarea.FormTreeSelect.FormTreeSelectMultiple.FormView.FyArray.FyArticle.FyCascader.FyCheckbox.FyCode.FyCurd.FyDate.FyDraggable.FyDynamic.FyEmpty.FyForm.FyFormDesign.FyInput.FyInputColor.FyInputIcon.FyInputMap.FyInputNumber.FyInputTable.FyInputTree.FyProgress.FyRadio.FyRate.FySelect.FySlider.FySwitch.FyTabs.FyTime.FyTitle.FyTree.FyUEditor.FyUpload.GuideSteps.HighlightJS.IconCard.IconTemp.IframeWindow.ImageCropper.ImagePreview.ImageViewer.InputNumberRange.JSXComponent.Keyboard.License.LoadingView.MonacoEditor.NameAvatar.NavBar.Notice.NotImplement.Page.PageableTable.PageableView.PageHeader.PageIndex.PageIndexTop.PageSkeleton.PageSkeletonNew.PhotoSwipe.PickerTableView.PresentView.Queue.RecordVideo.ResizeObserver.Search.Sign.SignPanel.Skeleton.SkeletonPanel.SplitPane.Stateful.StaticPageableTable.SubTable.SubTablePlus.Swiper.Tab.TabItem.TableColumn.TableView.TabsView.TagRender.TextEllipsis.Toolbar.ToolbarButton.Verify.VueCron.VueQrCode.VueQuillEditor.VueTagsInput.VueTreeSelect.VueVideoPlayer.Watermark.XInputTag".split(".");
|
|
174
|
+
function fn(u) {
|
|
175
|
+
u.component(ee.name, ee), u.component(te.name, te), u.component(e.name, e), u.component(t.name, t), u.component(n.name, n), u.component(r.name, r), u.component(i.name, i), u.component(a.name, a), u.component(o.name, o), u.component(s.name, s), u.component(c.name, c), u.component(l.name, l), u.component(v.name, v), u.component(y.name, y), u.component(b.name, b), u.component(x.name, x), u.component(S.name, S), u.component(C.name, C), u.component(w.name, w), u.component(T.name, T), u.component(E.name, E), u.component(D.name, D), u.component(O.name, O), u.component(k.name, k), u.component(A.name, A), u.component(j.name, j), u.component(M.name, M), u.component(N.name, N), u.component(P.name, P), u.component(F.name, F), u.component(I.name, I), u.component(L.name, L), u.component(R.name, R), u.component(z.name, z), u.component(B.name, B), u.component(V.name, V), u.component(H.name, H), u.component(g.name, g), u.component(U.name, U), u.component(W.name, W), u.component(G.name, G), u.component(K.name, K), u.component(q.name, q), u.component(J.name, J), u.component(Y.name, Y), u.component(X.name, X), u.component(Z.name, Z), u.component(ne.name, ne), u.component(re.name, re), u.component(ie.name, ie), u.component(ae.name, ae), u.component(oe.name, oe), u.component(m.name, m), u.component(se.name, se), u.component(ce.name, ce), u.component(le.name, le), u.component(ue.name, ue), u.component(de.name, de), u.component(fe.name, fe), u.component(pe.name, pe), u.component(me.name, me), u.component(he.name, he), u.component(_e.name, _e), u.component(p.name, p), u.component(ve.name, ve), u.component(ye.name, ye), u.component(be.name, be), u.component(xe.name, xe), u.component(d.name, d), u.component(_.name, _), u.component(Ce.name, Ce), u.component(we.name, we), u.component(Te.name, Te), u.component(De.name, De), u.component(Oe.name, Oe), u.component(Ae.name, Ae), u.component(je.name, je), u.component(Me.name, Me), u.component(Ne.name, Ne), u.component(Pe.name, Pe), u.component(Fe.name, Fe), u.component(Ie.name, Ie), u.component(Re.name, Re), u.component($.name, $), u.component(ze.name, ze), u.component(Be.name, Be), u.component(Ve.name, Ve), u.component(Ue.name, Ue), u.component(We.name, We), u.component(Ge.name, Ge), u.component(Ke.name, Ke), u.component(qe.name, qe), u.component(Je.name, Je), u.component(Ye.name, Ye), u.component(Xe.name, Xe), u.component(Ze.name, Ze), u.component(Qe.name, Qe), u.component($e.name, $e), u.component(et.name, et), u.component(tt.name, tt), u.component(nt.name, nt), u.component(rt.name, rt), u.component(it.name, it), u.component(at.name, at), u.component(ot.name, ot), u.component(st.name, st), u.component(ct.name, ct), u.component(lt.name, lt), u.component(Q.name, Q), u.component(mt.name, mt), u.component(Le.name, Le), u.component(ht.name, ht), u.component(ut.name, ut), u.component(f.name, f), u.component(gt.name, gt), u.component(_t.name, _t), u.component(vt.name, vt), u.component(yt.name, yt), u.component(bt.name, bt), u.component(xt.name, xt), u.component(He.name, He), u.component(St.name, St), u.component(Ct.name, Ct), u.component(wt.name, wt), u.component(Tt.name, Tt), u.component(Et.name, Et), u.component(Dt.name, Dt), u.component(Ot.name, Ot), u.component(kt.name, kt), u.component(At.name, At), u.component(jt.name, jt), u.component(Mt.name, Mt), u.component(Nt.name, Nt), u.component(Pt.name, Pt), u.component(Ft.name, Ft), u.component(It.name, It), u.component(Lt.name, Lt), u.component(Rt.name, Rt), u.component(ke.name, ke), u.component(zt.name, zt), u.component(Bt.name, Bt), u.component(Vt.name, Vt), u.component(Ht.name, Ht), u.component(Ut.name, Ut), u.component(Wt.name, Wt), u.component(Gt.name, Gt), u.component(Kt.name, Kt), u.component(Se.name, Se), u.component(qt.name, qt), u.component(Jt.name, Jt), u.component(Yt.name, Yt), u.component(Xt.name, Xt), u.component(Zt.name, Zt), u.component(h.name, h), u.component(Qt.name, Qt), u.component($t.name, $t), u.component(en.name, en), u.component(tn.name, tn), u.component(nn.name, nn), u.component(rn.name, rn), u.component(an.name, an), u.component(on.name, on), u.component(sn.name, sn), u.component(cn.name, cn), u.component(Ee.name, Ee), u.component(ln.name, ln), u.component(un.name, un), u.component(ge.name, ge);
|
|
177
176
|
}
|
|
178
177
|
//#endregion
|
|
179
|
-
export { ee as AddressInput, te as Affix, e as AsideMenu, t as Avatar, n as AwesomeButton, r as CapsuleTab, i as Card, a as Carousel, o as Chat, s as ChunkFileUploader, c as CodeMirrorEditor, l as Comment,
|
|
178
|
+
export { ee as AddressInput, te as Affix, e as AsideMenu, t as Avatar, n as AwesomeButton, r as CapsuleTab, i as Card, a as Carousel, o as Chat, s as ChunkFileUploader, c as CodeMirrorEditor, l as Comment, y as ConfirmButton, v as Confirmable, b as ContextMenu, x as CountUp, S as CustomScrollbar, C as DataBox, w as DataCard, T as DataCardText, E as DataDisplay, D as DataIcons, O as DataImgtext, k as DataOperatext, A as DataPanel, j as DataPay, M as DataPrice, N as DataProgress, P as DataRotate, F as DataTablePicker, I as DataTabs, L as DialogForm, R as DynamicTable, B as ECharts, z as EasyPopup, V as EditableProgress, H as EditableTree, g as ElementDialog, U as Ellipsis, W as EmptyView, G as ErrorView, K as FlexColumn, q as FlexItem, J as FlexRow, Y as FlexScroller, X as Flow, Z as FlowDesigner, ne as FlowNode, re as FlowViewer, ie as FormBlock, ae as FormButton, oe as FormCard, m as FormCascader, se as FormCheckbox, ce as FormCheckboxGroup, le as FormDatePicker, ue as FormHolder, de as FormInput, fe as FormInputCronExpression, pe as FormInputEmail, me as FormInputIdCard, he as FormInputPhoneNumber, _e as FormInputTag, p as FormInputTime, ve as FormItem, ye as FormItemConfigProvider, be as FormItemGroup, xe as FormRadioGroup, d as FormSelect, _ as FormSwitch, Ce as FormTable, we as FormTablePlus, Te as FormTextarea, De as FormTreeSelect, Oe as FormTreeSelectMultiple, Ae as FormView, je as FyArray, Me as FyArticle, Ne as FyCascader, Pe as FyCheckbox, Fe as FyCode, Ie as FyCurd, Re as FyDate, $ as FyDraggable, ze as FyDynamic, Be as FyEmpty, Ve as FyForm, Ue as FyFormDesign, We as FyInput, Ge as FyInputColor, Ke as FyInputIcon, qe as FyInputMap, Je as FyInputNumber, Ye as FyInputTable, Xe as FyInputTree, Ze as FyProgress, Qe as FyRadio, $e as FyRate, et as FySelect, tt as FySlider, nt as FySwitch, rt as FyTabs, it as FyTime, at as FyTitle, ot as FyTree, st as FyUEditor, ct as FyUpload, lt as GuideSteps, Q as HighlightJS, mt as IconCard, Le as IconTemp, ht as IframeWindow, ut as ImageCropper, f as ImagePreview, gt as ImageViewer, _t as InputNumberRange, vt as JSXComponent, yt as Keyboard, bt as License, xt as LoadingView, He as MonacoEditor, St as NameAvatar, Ct as NavBar, Tt as NotImplement, wt as Notice, Et as Page, kt as PageHeader, At as PageIndex, jt as PageIndexTop, Mt as PageSkeleton, Nt as PageSkeletonNew, Dt as PageableTable, Ot as PageableView, Pt as PhotoSwipe, Ft as PickerTableView, It as PresentView, Lt as Queue, Rt as RecordVideo, ke as ResizeObserver, zt as Search, Bt as Sign, Vt as SignPanel, Ht as Skeleton, Ut as SkeletonPanel, Wt as SplitPane, Gt as Stateful, Kt as StaticPageableTable, Se as SubTable, qt as SubTablePlus, Jt as Swiper, Yt as Tab, Xt as TabItem, Zt as TableColumn, h as TableView, Qt as TabsView, $t as TagRender, en as TextEllipsis, tn as Toolbar, nn as ToolbarButton, rn as Verify, an as VueCron, on as VueQrCode, sn as VueQuillEditor, cn as VueTagsInput, Ee as VueTreeSelect, ln as VueVideoPlayer, un as Watermark, ge as XInputTag, dn as componentNames, u as configComponents, fn as default, ft as imageCropper, pt as imagePreview, dt as photoswipe };
|
|
@@ -47,7 +47,6 @@ function d(e, s, c, d, f, p) {
|
|
|
47
47
|
controls: c.controls,
|
|
48
48
|
disabled: c.disabled,
|
|
49
49
|
style: { width: "auto" },
|
|
50
|
-
size: "mini",
|
|
51
50
|
onInput: p.emitInput
|
|
52
51
|
}, null, 8, [
|
|
53
52
|
"modelValue",
|
|
@@ -63,7 +62,6 @@ function d(e, s, c, d, f, p) {
|
|
|
63
62
|
controls: c.controls,
|
|
64
63
|
disabled: c.disabled,
|
|
65
64
|
style: { width: "auto" },
|
|
66
|
-
size: "mini",
|
|
67
65
|
onInput: p.emitInput
|
|
68
66
|
}, null, 8, [
|
|
69
67
|
"modelValue",
|
package/keyboard/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/Keyboard.
|
|
1
|
+
import { t as e } from "../chunks/Keyboard.DBspwbYo.mjs";
|
|
2
2
|
export { e as default };
|
package/license/index.mjs
CHANGED
|
@@ -37,7 +37,7 @@ var o = {
|
|
|
37
37
|
deep: !0
|
|
38
38
|
} },
|
|
39
39
|
mounted() {
|
|
40
|
-
this.canvas =
|
|
40
|
+
this.canvas = this.$refs.canvas, this.context = this.canvas.getContext("2d"), this.init();
|
|
41
41
|
},
|
|
42
42
|
methods: {
|
|
43
43
|
init() {
|
package/monaco-editor/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/MonacoEditor.
|
|
1
|
+
import { t as e } from "../chunks/MonacoEditor.Bq9d6JSz.mjs";
|
|
2
2
|
export { e as default };
|
package/nav-bar/index.mjs
CHANGED
package/notice/index.mjs
CHANGED
|
@@ -83,10 +83,7 @@ function T(e, m, h, T, E, D) {
|
|
|
83
83
|
}, [e[D.imgKey] ? (s(), r("div", v, [i("img", {
|
|
84
84
|
src: e[D.imgKey],
|
|
85
85
|
alt: ""
|
|
86
|
-
}, null, 8, y)])) : n("v-if", !0), i("div", b, [i("div", x, [i("span", S, d(e[D.titleKey]), 1), e[D.tagKey] ? (s(), r("span", C, [o(O, {
|
|
87
|
-
size: "small",
|
|
88
|
-
type: D.getType(e[D.statusKey])
|
|
89
|
-
}, {
|
|
86
|
+
}, null, 8, y)])) : n("v-if", !0), i("div", b, [i("div", x, [i("span", S, d(e[D.titleKey]), 1), e[D.tagKey] ? (s(), r("span", C, [o(O, { type: D.getType(e[D.statusKey]) }, {
|
|
90
87
|
default: f(() => [a(d(e[D.tagKey]), 1)]),
|
|
91
88
|
_: 2
|
|
92
89
|
}, 1032, ["type"])])) : n("v-if", !0)]), i("div", w, d(e[D.subtitleKey]), 1)])], 8, _))), 128)), h.finish ? n("v-if", !0) : p((s(), r("div", {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web-utils/component",
|
|
3
3
|
"description": "Web Components",
|
|
4
|
-
"version": "5.0.0-
|
|
4
|
+
"version": "5.0.0-beta03",
|
|
5
5
|
"author": "Simple",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -17,36 +17,34 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@wangeditor/editor": "^5.1.23",
|
|
19
19
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
20
|
-
"@web-utils/core": "^
|
|
21
|
-
"@web-utils/integrations": "^
|
|
22
|
-
"@web-utils/vue": "^
|
|
23
|
-
"async-validator": "
|
|
24
|
-
"bpmn-js": "^18.
|
|
20
|
+
"@web-utils/core": "^6.0.0-beta05",
|
|
21
|
+
"@web-utils/integrations": "^6.0.0-beta05",
|
|
22
|
+
"@web-utils/vue": "^6.0.0-beta05",
|
|
23
|
+
"async-validator": "4.2.5",
|
|
24
|
+
"bpmn-js": "^18.14.0",
|
|
25
25
|
"bpmn-js-token-simulation": "^0.39.3",
|
|
26
26
|
"codemirror": "^5.65.20",
|
|
27
27
|
"countup.js": "^2.10.0",
|
|
28
28
|
"cronosjs": "^1.7.1",
|
|
29
29
|
"dayjs": "^1.11.20",
|
|
30
|
-
"diagram-js": "15.
|
|
30
|
+
"diagram-js": "15.11.0",
|
|
31
31
|
"echarts": "^6.0.0",
|
|
32
|
-
"element-plus": "^2.13.6",
|
|
33
32
|
"highlight.js": "^11.11.1",
|
|
34
|
-
"lodash-es": "^4.
|
|
33
|
+
"lodash-es": "^4.18.1",
|
|
35
34
|
"min-dash": "^5.0.0",
|
|
36
35
|
"min-dom": "^5.3.0",
|
|
37
36
|
"monaco-editor": "^0.55.1",
|
|
38
|
-
"overlayscrollbars": "^2.
|
|
37
|
+
"overlayscrollbars": "^2.15.1",
|
|
39
38
|
"photoswipe": "^5.4.4",
|
|
40
39
|
"qrcode": "^1.5.4",
|
|
41
|
-
"quill": "^
|
|
40
|
+
"quill": "^2.0.3",
|
|
42
41
|
"resize-detector": "^0.3.0",
|
|
43
42
|
"simple-uploader.js": "^0.6.0",
|
|
44
43
|
"tiny-svg": "^4.1.4",
|
|
45
|
-
"tinymce": "4.9.11",
|
|
46
44
|
"video.js": "^8.23.7",
|
|
47
45
|
"viewerjs": "^1.11.7",
|
|
48
|
-
"vue-cropper": "^
|
|
49
|
-
"vuedraggable": "^
|
|
46
|
+
"vue-cropper": "^1.1.4",
|
|
47
|
+
"vuedraggable": "^4.1.0",
|
|
50
48
|
"x2js": "^3.4.4"
|
|
51
49
|
}
|
|
52
50
|
}
|
package/pageable-table/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/PageableTable.
|
|
1
|
+
import { t as e } from "../chunks/PageableTable.DR-REJN5.mjs";
|
|
2
2
|
export { e as default };
|
package/pageable-view/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { a as t, i as n, r } from "../chunks/util.
|
|
2
|
+
import { a as t, i as n, r } from "../chunks/util.fjuzrmWz.mjs";
|
|
3
3
|
import { Fragment as i, createElementBlock as a, createElementVNode as o, createVNode as s, openBlock as c, renderList as l, renderSlot as u, resolveComponent as d, resolveDirective as f, withDirectives as p } from "vue";
|
|
4
4
|
import { copy as m, hasOwn as h } from "@web-utils/core";
|
|
5
5
|
import { cloneDeep as g, merge as _ } from "@web-utils/integrations/lodash";
|
|
@@ -162,7 +162,7 @@ var y = {
|
|
|
162
162
|
e.forEach((e) => this.addRule(e));
|
|
163
163
|
},
|
|
164
164
|
setModelField(e, t) {
|
|
165
|
-
this
|
|
165
|
+
this.page.model[e] = t;
|
|
166
166
|
},
|
|
167
167
|
setModel(e) {
|
|
168
168
|
this.page.page = 1, this.page.model = g(e);
|
package/photo-swipe/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../chunks/_plugin-vue_export-helper.7vrlOII_.mjs";
|
|
2
|
-
import { t } from "../chunks/photo-swipe.
|
|
2
|
+
import { t } from "../chunks/photo-swipe.BvBJGc5x.mjs";
|
|
3
3
|
import { Fragment as n, createElementBlock as r, openBlock as i, renderList as a, renderSlot as o } from "vue";
|
|
4
4
|
//#region src/components/photo-swipe/PhotoSwipe.vue
|
|
5
5
|
var s = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "../chunks/
|
|
2
|
-
import { t as e } from "../chunks/message.
|
|
3
|
-
import { l as t } from "../chunks/util.
|
|
1
|
+
import "../chunks/chunk.A6TnG60p.mjs";
|
|
2
|
+
import { t as e } from "../chunks/message.DnTACuzV.mjs";
|
|
3
|
+
import { l as t } from "../chunks/util.fjuzrmWz.mjs";
|
|
4
4
|
import { createBlock as n, createElementVNode as r, createSlots as i, createTextVNode as a, createVNode as o, onMounted as s, openBlock as c, ref as l, renderSlot as u, resolveComponent as d, toDisplayString as f, withCtx as p, withModifiers as m } from "vue";
|
|
5
5
|
import { isFunction as h, isPlainObject as g } from "@web-utils/core";
|
|
6
6
|
import { cloneDeep as _ } from "@web-utils/integrations/lodash";
|
|
@@ -115,16 +115,12 @@ var v = { style: {
|
|
|
115
115
|
"onUpdate:visible": z
|
|
116
116
|
}, {
|
|
117
117
|
footer: p(() => [o(l, {
|
|
118
|
-
size: "mini",
|
|
119
118
|
type: "primary",
|
|
120
119
|
onClick: R
|
|
121
120
|
}, {
|
|
122
121
|
default: p(() => [...t[2] || (t[2] = [a("确定", -1)])]),
|
|
123
122
|
_: 1
|
|
124
|
-
}), o(l, {
|
|
125
|
-
size: "mini",
|
|
126
|
-
onClick: L
|
|
127
|
-
}, {
|
|
123
|
+
}), o(l, { onClick: L }, {
|
|
128
124
|
default: p(() => [...t[3] || (t[3] = [a("取消", -1)])]),
|
|
129
125
|
_: 1
|
|
130
126
|
})]),
|
package/present-view/index.mjs
CHANGED
|
@@ -46,6 +46,9 @@ var E = [
|
|
|
46
46
|
}, j = {
|
|
47
47
|
name: "PresentView",
|
|
48
48
|
components: { ResizeObserver: t },
|
|
49
|
+
provide() {
|
|
50
|
+
return { presentView: this };
|
|
51
|
+
},
|
|
49
52
|
inject: { flowContext: { default: {} } },
|
|
50
53
|
props: {
|
|
51
54
|
notForm: Boolean,
|
|
@@ -91,26 +94,28 @@ var E = [
|
|
|
91
94
|
}
|
|
92
95
|
},
|
|
93
96
|
created() {
|
|
94
|
-
this
|
|
95
|
-
|
|
97
|
+
this.onFormResize({ width: window.document.body.clientWidth });
|
|
98
|
+
},
|
|
99
|
+
async activated() {
|
|
100
|
+
this.$refs.formScroller && (await this.$nextTick(), this.scrollTo(this.formScrollTop, this.formScrollLeft));
|
|
101
|
+
},
|
|
102
|
+
methods: {
|
|
103
|
+
addTab() {
|
|
104
|
+
tab && (this.activeIndex === -1 && (this.activeIndex = 0), this.tabs.push(tab), this.tabs = this.tabs.sort((e, t) => {
|
|
96
105
|
let n = A(e.$el, "form-card"), r = A(t.$el, "form-card");
|
|
97
106
|
if (n === r) return [].indexOf.call(e.$el.parentNode.children, e.$el) - [].indexOf.call(t.$el.parentNode.children, t.$el);
|
|
98
107
|
{
|
|
99
108
|
let e = A(n, "form-scroller");
|
|
100
109
|
return [].indexOf.call(e.children, n) - [].indexOf.call(e.children, r);
|
|
101
110
|
}
|
|
102
|
-
}),
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
111
|
+
}), tab.active && (this.activeIndex = this.tabs.indexOf(tab), this.tabClick(tab, this.activeIndex)));
|
|
112
|
+
},
|
|
113
|
+
removeTab() {
|
|
114
|
+
if (tab) {
|
|
115
|
+
let e = this.tabs.indexOf(tab);
|
|
116
|
+
this.tabs.splice(e, 1), this.activeIndex > this.tabs.length - 1 && (this.activeIndex = 0);
|
|
107
117
|
}
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
async activated() {
|
|
111
|
-
this.$refs.formScroller && (await this.$nextTick(), this.scrollTo(this.formScrollTop, this.formScrollLeft));
|
|
112
|
-
},
|
|
113
|
-
methods: {
|
|
118
|
+
},
|
|
114
119
|
getToolbarSlotKeys() {
|
|
115
120
|
return Object.keys(this.$slots).filter((e) => E.includes(e));
|
|
116
121
|
},
|
package/record-video/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/RecordVideo.
|
|
1
|
+
import { t as e } from "../chunks/RecordVideo.CKTY-gk9.mjs";
|
|
2
2
|
export { e as default };
|