@web-utils/component 4.0.13 → 4.0.15

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.
Files changed (171) hide show
  1. package/address-input/index.mjs +15 -13
  2. package/card/index.mjs +20 -18
  3. package/carousel/index.mjs +12 -10
  4. package/chat/index.mjs +56 -45
  5. package/chunk-file-uploader/index.mjs +378 -36
  6. package/chunk-file-uploader/style.css +1 -1
  7. package/chunks/{ElementTaskConfig.Bko0kgTp.mjs → ElementTaskConfig.AvBOzAni.mjs} +63 -55
  8. package/chunks/FormItem.Bhsy_O2B.mjs +372 -0
  9. package/chunks/FyForm.DriwCJ7b.mjs +765 -0
  10. package/chunks/SignalAndMessage.BpjOoKhK.mjs +92 -0
  11. package/chunks/SubTablePlus.BH0IIv3X.mjs +270 -0
  12. package/chunks/TableColumn.BzivvXMF.mjs +337 -0
  13. package/chunks/{confirmable-mixin.B2TtLAdk.mjs → confirmable-mixin.BFZb6pcK.mjs} +1 -1
  14. package/chunks/{dataformat.CpqOeGBl.mjs → dataformat.DJoNBlmI.mjs} +6 -6
  15. package/chunks/{dic.Dkl-leRW.mjs → dic.BinnDitI.mjs} +9 -9
  16. package/chunks/{event.9aDS6jcw.mjs → event.DSlcqYHL.mjs} +2 -2
  17. package/chunks/{form-input.CvFdwlEV.mjs → form-input.BtS_J5a2.mjs} +2 -2
  18. package/chunks/{index.9OxHjTIE.mjs → index.CIfe3UB3.mjs} +2 -2
  19. package/chunks/{index.B2TRddqf.mjs → index.Cn7aq-Et.mjs} +8 -8
  20. package/chunks/{init.DAsXSoLW.mjs → init.xOlFpTyZ.mjs} +2 -2
  21. package/chunks/{util.DqFv_pWg.mjs → util.DI42t5GU.mjs} +22 -22
  22. package/color-picker/index.mjs +101 -22
  23. package/confirm-button/index.mjs +1 -1
  24. package/confirmable/index.mjs +1 -1
  25. package/data-box/index.mjs +15 -12
  26. package/data-card/index.mjs +12 -10
  27. package/data-card-text/index.mjs +12 -10
  28. package/data-display/index.mjs +17 -15
  29. package/data-icons/index.mjs +16 -13
  30. package/data-imgtext/index.mjs +18 -15
  31. package/data-operatext/index.mjs +16 -14
  32. package/data-panel/index.mjs +16 -13
  33. package/data-pay/index.mjs +20 -16
  34. package/data-price/index.mjs +16 -14
  35. package/data-progress/index.mjs +17 -13
  36. package/data-rotate/index.mjs +15 -12
  37. package/data-table-picker/index.mjs +18 -15
  38. package/data-tabs/index.mjs +15 -12
  39. package/dialog-form/index.mjs +18 -16
  40. package/dynamic-table/index.mjs +30 -25
  41. package/editable-progress/index.mjs +11 -9
  42. package/editable-tree/index.mjs +56 -52
  43. package/egd-collapse-item/index.mjs +9 -9
  44. package/element-dialog/index.mjs +23 -22
  45. package/flex-column/index.mjs +1 -1
  46. package/flex-item/index.mjs +1 -1
  47. package/flex-row/index.mjs +1 -1
  48. package/flow/index.mjs +11 -10
  49. package/flow-designer/index.mjs +1973 -699
  50. package/flow-designer/style.css +1 -1
  51. package/flow-node/index.mjs +1 -1
  52. package/flow-viewer/index.mjs +9 -9
  53. package/form-block/index.mjs +34 -32
  54. package/form-cascader/index.mjs +24 -23
  55. package/form-checkbox/index.mjs +17 -16
  56. package/form-checkbox-group/index.mjs +23 -20
  57. package/form-checkbox-group/style.css +1 -1
  58. package/form-date-picker/index.mjs +20 -18
  59. package/form-holder/index.mjs +14 -13
  60. package/form-input/index.mjs +15 -14
  61. package/form-input-cron-expression/index.mjs +22 -19
  62. package/form-input-email/index.mjs +16 -15
  63. package/form-input-id-card/index.mjs +13 -12
  64. package/form-input-number/index.mjs +17 -16
  65. package/form-input-phone-number/index.mjs +22 -21
  66. package/form-input-tag/index.mjs +15 -14
  67. package/form-input-time/index.mjs +15 -14
  68. package/form-item/index.mjs +3 -140
  69. package/form-item-group/index.mjs +31 -28
  70. package/form-radio-group/index.mjs +28 -27
  71. package/form-radio-group/style.css +1 -1
  72. package/form-select/index.mjs +23 -21
  73. package/form-switch/index.mjs +17 -16
  74. package/form-table/index.mjs +17 -16
  75. package/form-table-plus/index.mjs +22 -21
  76. package/form-textarea/index.mjs +16 -15
  77. package/form-tree-select/index.mjs +15 -14
  78. package/form-tree-select-multiple/index.mjs +15 -14
  79. package/form-view/index.mjs +39 -35
  80. package/fy-array/index.mjs +37 -33
  81. package/fy-cascader/index.mjs +17 -16
  82. package/fy-checkbox/index.mjs +13 -11
  83. package/fy-code/index.mjs +10 -10
  84. package/fy-curd/index.mjs +1147 -1123
  85. package/fy-date/index.mjs +11 -10
  86. package/fy-draggable/index.mjs +10 -9
  87. package/fy-dynamic/index.mjs +25 -22
  88. package/fy-empty/index.mjs +1 -1
  89. package/fy-form/index.mjs +15 -638
  90. package/fy-form-design/index.mjs +1165 -1127
  91. package/fy-input/index.mjs +14 -12
  92. package/fy-input-color/index.mjs +15 -13
  93. package/fy-input-icon/index.mjs +23 -20
  94. package/fy-input-map/index.mjs +31 -28
  95. package/fy-input-number/index.mjs +10 -9
  96. package/fy-input-table/index.mjs +22 -18
  97. package/fy-input-tree/index.mjs +37 -33
  98. package/fy-progress/index.mjs +10 -9
  99. package/fy-radio/index.mjs +16 -15
  100. package/fy-rate/index.mjs +11 -10
  101. package/fy-select/index.mjs +29 -25
  102. package/fy-slider/index.mjs +12 -11
  103. package/fy-switch/index.mjs +10 -9
  104. package/fy-tabs/index.mjs +17 -15
  105. package/fy-time/index.mjs +1 -1
  106. package/fy-title/index.mjs +1 -1
  107. package/fy-tree/index.mjs +24 -18
  108. package/fy-u-editor/index.mjs +1 -1
  109. package/fy-upload/index.mjs +76 -74
  110. package/guide-steps/index.mjs +13 -11
  111. package/iframe-window/index.mjs +10 -9
  112. package/image-cropper/index.mjs +30 -28
  113. package/image-preview/index.mjs +14 -12
  114. package/index.mjs +72 -72
  115. package/input-number/index.mjs +14 -13
  116. package/input-number-range/index.mjs +12 -11
  117. package/license/index.mjs +1 -1
  118. package/login/index.mjs +26 -21
  119. package/nav-bar/index.mjs +10 -9
  120. package/notice/index.mjs +10 -9
  121. package/package.json +1 -1
  122. package/page-index/index.mjs +13 -12
  123. package/page-index-top/index.mjs +28 -23
  124. package/page-skeleton/index.mjs +14 -14
  125. package/page-skeleton-new/index.mjs +9 -8
  126. package/pageable-table/index.mjs +182 -172
  127. package/pageable-table/style.css +1 -1
  128. package/pageable-view/index.mjs +16 -15
  129. package/picker-table-view/index.mjs +58 -49
  130. package/present-view/index.mjs +39 -35
  131. package/record-video/index.mjs +1 -1
  132. package/resize-observer/index.mjs +1 -1
  133. package/search/index.mjs +22 -20
  134. package/search-popover/index.mjs +1 -1
  135. package/sign/index.mjs +1 -1
  136. package/skeleton-panel/index.mjs +10 -9
  137. package/split-pane/index.mjs +37 -36
  138. package/static-pageable-table/index.mjs +13 -11
  139. package/sub-table/index.mjs +49 -36
  140. package/sub-table-plus/index.mjs +18 -229
  141. package/swiper/index.mjs +12 -11
  142. package/table-column/index.mjs +3 -223
  143. package/table-view/index.mjs +60 -52
  144. package/tabs-view/index.mjs +19 -17
  145. package/tag-render/index.mjs +18 -16
  146. package/text-ellipsis/index.mjs +10 -9
  147. package/toolbar/index.mjs +14 -13
  148. package/toolbar-button/index.mjs +14 -13
  149. package/verify/index.mjs +1 -1
  150. package/vue-cron/index.mjs +267 -259
  151. package/watermark/index.mjs +1 -1
  152. package/web-types.json +1 -1
  153. package/x-input-tag/index.mjs +24 -21
  154. package/chunks/ElementBaseInfo.ZADwixb5.mjs +0 -125
  155. package/chunks/ElementForm.CQ3PN5qj.mjs +0 -223
  156. package/chunks/ElementListeners.De_PRuIm.mjs +0 -215
  157. package/chunks/ElementMultiInstance.DQo2wuAQ.mjs +0 -181
  158. package/chunks/ElementOtherConfig.B1NfMTYh.mjs +0 -60
  159. package/chunks/ElementProperties.CosfDrlW.mjs +0 -112
  160. package/chunks/FlowCondition.Y6qEYi1T.mjs +0 -102
  161. package/chunks/FormTemp.BQxO5IQq.mjs +0 -123
  162. package/chunks/SignalAndMessage.Bb5PFX0N.mjs +0 -85
  163. package/chunks/UserTaskListeners.Bv3BDfEI.mjs +0 -169
  164. package/chunks/core.0Exl13Mz.mjs +0 -54
  165. package/chunks/dictionary.DGt59Ir7.mjs +0 -68
  166. package/chunks/form-item.LWjePsPa.mjs +0 -233
  167. package/chunks/sub-table-plus-props.BVsD71hT.mjs +0 -30
  168. package/chunks/utilSelf.Csq1766E.mjs +0 -48
  169. package/chunks/utils.DRcxC1Fb.mjs +0 -60
  170. package/element-listeners/style.css +0 -1
  171. package/element-multi-instance/style.css +0 -1
package/index.mjs CHANGED
@@ -20,17 +20,17 @@ import "./chunk-file-uploader/style.css";
20
20
  import l from "./code-mirror-editor/index.mjs";
21
21
  import "./code-mirror-editor/style.css";
22
22
  import F from "./color-picker/index.mjs";
23
- import d from "./comment/index.mjs";
23
+ import s from "./comment/index.mjs";
24
24
  import "./comment/style.css";
25
- import s from "./confirmable/index.mjs";
25
+ import d from "./confirmable/index.mjs";
26
26
  import y from "./confirm-button/index.mjs";
27
27
  import b from "./context-menu/index.mjs";
28
28
  import "./context-menu/style.css";
29
29
  import I from "./count-up/index.mjs";
30
- import C from "./custom-scrollbar/index.mjs";
31
- import T from "./data-box/index.mjs";
30
+ import T from "./custom-scrollbar/index.mjs";
31
+ import g from "./data-box/index.mjs";
32
32
  import "./data-box/style.css";
33
- import g from "./data-card/index.mjs";
33
+ import C from "./data-card/index.mjs";
34
34
  import "./data-card/style.css";
35
35
  import P from "./data-card-text/index.mjs";
36
36
  import "./data-card-text/style.css";
@@ -77,14 +77,14 @@ import W from "./empty-view/index.mjs";
77
77
  import "./empty-view/style.css";
78
78
  import X from "./error-view/index.mjs";
79
79
  import "./error-view/style.css";
80
- import z from "./flex-column/index.mjs";
81
- import j from "./flex-item/index.mjs";
82
- import q from "./flex-row/index.mjs";
83
- import Y from "./flex-scroller/index.mjs";
80
+ import _ from "./flex-column/index.mjs";
81
+ import z from "./flex-item/index.mjs";
82
+ import j from "./flex-row/index.mjs";
83
+ import q from "./flex-scroller/index.mjs";
84
84
  import "./flex-scroller/style.css";
85
- import Z from "./flow/index.mjs";
85
+ import Y from "./flow/index.mjs";
86
86
  import "./flow/style.css";
87
- import _ from "./flow-designer/index.mjs";
87
+ import Z from "./flow-designer/index.mjs";
88
88
  import "./flow-designer/style.css";
89
89
  import $ from "./flow-node/index.mjs";
90
90
  import u from "./flow-viewer/index.mjs";
@@ -110,14 +110,14 @@ import "./form-input-number/style.css";
110
110
  import Fo from "./form-input-phone-number/index.mjs";
111
111
  import so from "./form-input-tag/index.mjs";
112
112
  import yo from "./form-input-time/index.mjs";
113
- import bo from "./form-item/index.mjs";
113
+ import { F as bo } from "./chunks/FormItem.Bhsy_O2B.mjs";
114
114
  import "./form-item/style.css";
115
115
  import Io from "./form-item-config-provider/index.mjs";
116
- import Co from "./form-item-group/index.mjs";
116
+ import To from "./form-item-group/index.mjs";
117
117
  import "./form-item-group/style.css";
118
- import To from "./form-radio-group/index.mjs";
118
+ import go from "./form-radio-group/index.mjs";
119
119
  import "./form-radio-group/style.css";
120
- import go from "./form-select/index.mjs";
120
+ import Co from "./form-select/index.mjs";
121
121
  import "./form-select/style.css";
122
122
  import Po from "./form-switch/index.mjs";
123
123
  import So from "./form-table/index.mjs";
@@ -146,7 +146,7 @@ import Uo from "./fy-dynamic/index.mjs";
146
146
  import "./fy-dynamic/style.css";
147
147
  import Ho from "./fy-empty/index.mjs";
148
148
  import "./fy-empty/style.css";
149
- import Lo from "./fy-form/index.mjs";
149
+ import { F as Lo } from "./chunks/FyForm.DriwCJ7b.mjs";
150
150
  import "./fy-form/style.css";
151
151
  import Qo from "./fy-form-design/index.mjs";
152
152
  import "./fy-form-design/style.css";
@@ -157,16 +157,16 @@ import "./fy-input-icon/style.css";
157
157
  import Wo from "./fy-input-map/index.mjs";
158
158
  import "./fy-input-map/style.css";
159
159
  import Xo from "./fy-input-number/index.mjs";
160
- import zo from "./fy-input-table/index.mjs";
160
+ import _o from "./fy-input-table/index.mjs";
161
161
  import "./fy-input-table/style.css";
162
- import jo from "./fy-input-tree/index.mjs";
162
+ import zo from "./fy-input-tree/index.mjs";
163
163
  import "./fy-input-tree/style.css";
164
- import qo from "./fy-progress/index.mjs";
165
- import Yo from "./fy-radio/index.mjs";
164
+ import jo from "./fy-progress/index.mjs";
165
+ import qo from "./fy-radio/index.mjs";
166
166
  import "./fy-radio/style.css";
167
- import Zo from "./fy-rate/index.mjs";
167
+ import Yo from "./fy-rate/index.mjs";
168
168
  import "./fy-rate/style.css";
169
- import _o from "./fy-select/index.mjs";
169
+ import Zo from "./fy-select/index.mjs";
170
170
  import "./fy-select/style.css";
171
171
  import $o from "./fy-slider/index.mjs";
172
172
  import uo from "./fy-switch/index.mjs";
@@ -196,18 +196,18 @@ import lm from "./image-preview/index.mjs";
196
196
  import "./image-preview/style.css";
197
197
  import Fm from "./image-viewer/index.mjs";
198
198
  import "./image-viewer/style.css";
199
- import dm from "./input-number/index.mjs";
199
+ import sm from "./input-number/index.mjs";
200
200
  import "./input-number/style.css";
201
- import sm from "./input-number-range/index.mjs";
201
+ import dm from "./input-number-range/index.mjs";
202
202
  import "./input-number-range/style.css";
203
203
  import ym from "./j-s-x-component/index.mjs";
204
204
  import bm from "./keep-view-alive/index.mjs";
205
205
  import Im from "./keyboard/index.mjs";
206
206
  import "./keyboard/style.css";
207
- import Cm from "./license/index.mjs";
208
- import Tm from "./loading-view/index.mjs";
207
+ import Tm from "./license/index.mjs";
208
+ import gm from "./loading-view/index.mjs";
209
209
  import "./loading-view/style.css";
210
- import gm from "./login/index.mjs";
210
+ import Cm from "./login/index.mjs";
211
211
  import "./login/style.css";
212
212
  import { M as Pm } from "./chunks/MonacoEditor.D31t4FTy.mjs";
213
213
  import "./monaco-editor/style.css";
@@ -254,24 +254,24 @@ import Wm from "./sign-panel/index.mjs";
254
254
  import "./sign-panel/style.css";
255
255
  import Xm from "./skeleton/index.mjs";
256
256
  import "./skeleton/style.css";
257
- import zm from "./skeleton-panel/index.mjs";
257
+ import _m from "./skeleton-panel/index.mjs";
258
258
  import "./skeleton-panel/style.css";
259
- import jm from "./split-pane/index.mjs";
259
+ import zm from "./split-pane/index.mjs";
260
260
  import "./split-pane/style.css";
261
- import qm from "./stateful/index.mjs";
261
+ import jm from "./stateful/index.mjs";
262
262
  import "./stateful/style.css";
263
- import Ym from "./static-pageable-table/index.mjs";
263
+ import qm from "./static-pageable-table/index.mjs";
264
264
  import "./static-pageable-table/style.css";
265
- import Zm from "./sub-table/index.mjs";
265
+ import Ym from "./sub-table/index.mjs";
266
266
  import "./sub-table/style.css";
267
- import _m from "./sub-table-plus/index.mjs";
267
+ import { a as Zm } from "./chunks/SubTablePlus.BH0IIv3X.mjs";
268
268
  import "./sub-table-plus/style.css";
269
269
  import $m from "./swiper/index.mjs";
270
270
  import "./swiper/style.css";
271
271
  import um from "./tab/index.mjs";
272
272
  import "./tab/style.css";
273
273
  import Vm from "./tab-item/index.mjs";
274
- import or from "./table-column/index.mjs";
274
+ import { T as or } from "./chunks/TableColumn.BzivvXMF.mjs";
275
275
  import "./table-column/style.css";
276
276
  import mr from "./table-view/index.mjs";
277
277
  import "./table-view/style.css";
@@ -295,18 +295,18 @@ import lr from "./vue-tags-input/index.mjs";
295
295
  import "./vue-tags-input/style.css";
296
296
  import Fr from "./vue-tree-select/index.mjs";
297
297
  import "./vue-tree-select/style.css";
298
- import dr from "./vue-video-player/index.mjs";
298
+ import sr from "./vue-video-player/index.mjs";
299
299
  import "./vue-video-player/style.css";
300
- import sr from "./watermark/index.mjs";
300
+ import dr from "./watermark/index.mjs";
301
301
  import "./watermark/style.css";
302
302
  import yr from "./x-input-tag/index.mjs";
303
303
  import "./x-input-tag/style.css";
304
304
  import { imageCropper as oa, imagePreview as ma } from "./helper-function.mjs";
305
305
  import { configComponents as ta } from "./configComponents.mjs";
306
306
  import { p as ea } from "./chunks/index.BmYCjxZQ.mjs";
307
- const _i = ["AddressInput", "Affix", "AsideMenu", "Avatar", "AwesomeButton", "CapsuleTab", "Card", "Carousel", "Chat", "ChunkFileUploader", "CodeMirrorEditor", "ColorPicker", "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", "EgdCollapse", "EgdCollapseItem", "ElementDialog", "Ellipsis", "EmptyView", "ErrorView", "FlexColumn", "FlexItem", "FlexRow", "FlexScroller", "Flow", "FlowDesigner", "FlowNode", "FlowViewer", "FormBlock", "FormButton", "FormCard", "FormCascader", "FormCheckbox", "FormCheckboxGroup", "FormDatePicker", "FormHolder", "FormInput", "FormInputCronExpression", "FormInputEmail", "FormInputIdCard", "FormInputNumber", "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", "InputNumber", "InputNumberRange", "JSXComponent", "KeepViewAlive", "Keyboard", "License", "LoadingView", "Login", "MonacoEditor", "NameAvatar", "NavBar", "Notice", "NotImplement", "Page", "PageableTable", "PageableView", "PageHeader", "PageIndex", "PageIndexTop", "PageSkeleton", "PageSkeletonNew", "PhotoSwipe", "PickerTableView", "PresentView", "Queue", "RecordVideo", "ResizeObserver", "Search", "SearchPopover", "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"];
307
+ const Zi = ["AddressInput", "Affix", "AsideMenu", "Avatar", "AwesomeButton", "CapsuleTab", "Card", "Carousel", "Chat", "ChunkFileUploader", "CodeMirrorEditor", "ColorPicker", "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", "EgdCollapse", "EgdCollapseItem", "ElementDialog", "Ellipsis", "EmptyView", "ErrorView", "FlexColumn", "FlexItem", "FlexRow", "FlexScroller", "Flow", "FlowDesigner", "FlowNode", "FlowViewer", "FormBlock", "FormButton", "FormCard", "FormCascader", "FormCheckbox", "FormCheckboxGroup", "FormDatePicker", "FormHolder", "FormInput", "FormInputCronExpression", "FormInputEmail", "FormInputIdCard", "FormInputNumber", "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", "InputNumber", "InputNumberRange", "JSXComponent", "KeepViewAlive", "Keyboard", "License", "LoadingView", "Login", "MonacoEditor", "NameAvatar", "NavBar", "Notice", "NotImplement", "Page", "PageableTable", "PageableView", "PageHeader", "PageIndex", "PageIndexTop", "PageSkeleton", "PageSkeletonNew", "PhotoSwipe", "PickerTableView", "PresentView", "Queue", "RecordVideo", "ResizeObserver", "Search", "SearchPopover", "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"];
308
308
  function $i(o) {
309
- o.component(m.name, m), o.component(r.name, r), o.component(t.name, t), o.component(n.name, n), o.component(e.name, e), o.component(p.name, p), o.component(i.name, i), o.component(a.name, a), o.component(c.name, c), o.component(f.name, f), o.component(l.name, l), o.component(F.name, F), o.component(d.name, d), o.component(s.name, s), o.component(y.name, y), o.component(b.name, b), o.component(I.name, I), o.component(C.name, C), o.component(T.name, T), o.component(g.name, g), o.component(P.name, P), o.component(S.name, S), o.component(w.name, w), o.component(D.name, D), o.component(x.name, x), o.component(E.name, E), o.component(h.name, h), o.component(k.name, k), o.component(N.name, N), o.component(A.name, A), o.component(R.name, R), o.component(v.name, v), o.component(B.name, B), o.component(M.name, M), o.component(G.name, G), o.component(U.name, U), o.component(H.name, H), o.component(L.name, L), o.component(Q.name, Q), o.component(J.name, J), o.component(K.name, K), o.component(O.name, O), o.component(W.name, W), o.component(X.name, X), o.component(z.name, z), o.component(j.name, j), o.component(q.name, q), o.component(Y.name, Y), o.component(Z.name, Z), o.component(_.name, _), o.component($.name, $), o.component(u.name, u), o.component(V.name, V), o.component(oo.name, oo), o.component(mo.name, mo), o.component(ro.name, ro), o.component(to.name, to), o.component(no.name, no), o.component(eo.name, eo), o.component(po.name, po), o.component(io.name, io), o.component(ao.name, ao), o.component(co.name, co), o.component(fo.name, fo), o.component(lo.name, lo), o.component(Fo.name, Fo), o.component(so.name, so), o.component(yo.name, yo), o.component(bo.name, bo), o.component(Io.name, Io), o.component(Co.name, Co), o.component(To.name, To), o.component(go.name, go), o.component(Po.name, Po), o.component(So.name, So), o.component(wo.name, wo), o.component(Do.name, Do), o.component(xo.name, xo), o.component(Eo.name, Eo), o.component(ho.name, ho), o.component(ko.name, ko), o.component(No.name, No), o.component(Ao.name, Ao), o.component(Ro.name, Ro), o.component(vo.name, vo), o.component(Bo.name, Bo), o.component(Mo.name, Mo), o.component(Go.name, Go), o.component(Uo.name, Uo), o.component(Ho.name, Ho), o.component(Lo.name, Lo), o.component(Qo.name, Qo), o.component(Jo.name, Jo), o.component(Ko.name, Ko), o.component(Oo.name, Oo), o.component(Wo.name, Wo), o.component(Xo.name, Xo), o.component(zo.name, zo), o.component(jo.name, jo), o.component(qo.name, qo), o.component(Yo.name, Yo), o.component(Zo.name, Zo), o.component(_o.name, _o), o.component($o.name, $o), o.component(uo.name, uo), o.component(Vo.name, Vo), o.component(om.name, om), o.component(mm.name, mm), o.component(rm.name, rm), o.component(tm.name, tm), o.component(nm.name, nm), o.component(em.name, em), o.component(pm.name, pm), o.component(im.name, im), o.component(am.name, am), o.component(cm.name, cm), o.component(fm.name, fm), o.component(lm.name, lm), o.component(Fm.name, Fm), o.component(dm.name, dm), o.component(sm.name, sm), o.component(ym.name, ym), o.component(bm.name, bm), o.component(Im.name, Im), o.component(Cm.name, Cm), o.component(Tm.name, Tm), o.component(gm.name, gm), o.component(Pm.name, Pm), o.component(Sm.name, Sm), o.component(wm.name, wm), o.component(Dm.name, Dm), o.component(xm.name, xm), o.component(Em.name, Em), o.component(hm.name, hm), o.component(km.name, km), o.component(Nm.name, Nm), o.component(Am.name, Am), o.component(Rm.name, Rm), o.component(vm.name, vm), o.component(Bm.name, Bm), o.component(Mm.name, Mm), o.component(Gm.name, Gm), o.component(Um.name, Um), o.component(Hm.name, Hm), o.component(Lm.name, Lm), o.component(Qm.name, Qm), o.component(Jm.name, Jm), o.component(Km.name, Km), o.component(Om.name, Om), o.component(Wm.name, Wm), o.component(Xm.name, Xm), o.component(zm.name, zm), o.component(jm.name, jm), o.component(qm.name, qm), o.component(Ym.name, Ym), o.component(Zm.name, Zm), o.component(_m.name, _m), o.component($m.name, $m), o.component(um.name, um), o.component(Vm.name, Vm), o.component(or.name, or), o.component(mr.name, mr), o.component(rr.name, rr), o.component(tr.name, tr), o.component(nr.name, nr), o.component(er.name, er), o.component(pr.name, pr), o.component(ir.name, ir), o.component(ar.name, ar), o.component(cr.name, cr), o.component(fr.name, fr), o.component(lr.name, lr), o.component(Fr.name, Fr), o.component(dr.name, dr), o.component(sr.name, sr), o.component(yr.name, yr);
309
+ o.component(m.name, m), o.component(r.name, r), o.component(t.name, t), o.component(n.name, n), o.component(e.name, e), o.component(p.name, p), o.component(i.name, i), o.component(a.name, a), o.component(c.name, c), o.component(f.name, f), o.component(l.name, l), o.component(F.name, F), o.component(s.name, s), o.component(d.name, d), o.component(y.name, y), o.component(b.name, b), o.component(I.name, I), o.component(T.name, T), o.component(g.name, g), o.component(C.name, C), o.component(P.name, P), o.component(S.name, S), o.component(w.name, w), o.component(D.name, D), o.component(x.name, x), o.component(E.name, E), o.component(h.name, h), o.component(k.name, k), o.component(N.name, N), o.component(A.name, A), o.component(R.name, R), o.component(v.name, v), o.component(B.name, B), o.component(M.name, M), o.component(G.name, G), o.component(U.name, U), o.component(H.name, H), o.component(L.name, L), o.component(Q.name, Q), o.component(J.name, J), o.component(K.name, K), o.component(O.name, O), o.component(W.name, W), o.component(X.name, X), o.component(_.name, _), o.component(z.name, z), o.component(j.name, j), o.component(q.name, q), o.component(Y.name, Y), o.component(Z.name, Z), o.component($.name, $), o.component(u.name, u), o.component(V.name, V), o.component(oo.name, oo), o.component(mo.name, mo), o.component(ro.name, ro), o.component(to.name, to), o.component(no.name, no), o.component(eo.name, eo), o.component(po.name, po), o.component(io.name, io), o.component(ao.name, ao), o.component(co.name, co), o.component(fo.name, fo), o.component(lo.name, lo), o.component(Fo.name, Fo), o.component(so.name, so), o.component(yo.name, yo), o.component(bo.name, bo), o.component(Io.name, Io), o.component(To.name, To), o.component(go.name, go), o.component(Co.name, Co), o.component(Po.name, Po), o.component(So.name, So), o.component(wo.name, wo), o.component(Do.name, Do), o.component(xo.name, xo), o.component(Eo.name, Eo), o.component(ho.name, ho), o.component(ko.name, ko), o.component(No.name, No), o.component(Ao.name, Ao), o.component(Ro.name, Ro), o.component(vo.name, vo), o.component(Bo.name, Bo), o.component(Mo.name, Mo), o.component(Go.name, Go), o.component(Uo.name, Uo), o.component(Ho.name, Ho), o.component(Lo.name, Lo), o.component(Qo.name, Qo), o.component(Jo.name, Jo), o.component(Ko.name, Ko), o.component(Oo.name, Oo), o.component(Wo.name, Wo), o.component(Xo.name, Xo), o.component(_o.name, _o), o.component(zo.name, zo), o.component(jo.name, jo), o.component(qo.name, qo), o.component(Yo.name, Yo), o.component(Zo.name, Zo), o.component($o.name, $o), o.component(uo.name, uo), o.component(Vo.name, Vo), o.component(om.name, om), o.component(mm.name, mm), o.component(rm.name, rm), o.component(tm.name, tm), o.component(nm.name, nm), o.component(em.name, em), o.component(pm.name, pm), o.component(im.name, im), o.component(am.name, am), o.component(cm.name, cm), o.component(fm.name, fm), o.component(lm.name, lm), o.component(Fm.name, Fm), o.component(sm.name, sm), o.component(dm.name, dm), o.component(ym.name, ym), o.component(bm.name, bm), o.component(Im.name, Im), o.component(Tm.name, Tm), o.component(gm.name, gm), o.component(Cm.name, Cm), o.component(Pm.name, Pm), o.component(Sm.name, Sm), o.component(wm.name, wm), o.component(Dm.name, Dm), o.component(xm.name, xm), o.component(Em.name, Em), o.component(hm.name, hm), o.component(km.name, km), o.component(Nm.name, Nm), o.component(Am.name, Am), o.component(Rm.name, Rm), o.component(vm.name, vm), o.component(Bm.name, Bm), o.component(Mm.name, Mm), o.component(Gm.name, Gm), o.component(Um.name, Um), o.component(Hm.name, Hm), o.component(Lm.name, Lm), o.component(Qm.name, Qm), o.component(Jm.name, Jm), o.component(Km.name, Km), o.component(Om.name, Om), o.component(Wm.name, Wm), o.component(Xm.name, Xm), o.component(_m.name, _m), o.component(zm.name, zm), o.component(jm.name, jm), o.component(qm.name, qm), o.component(Ym.name, Ym), o.component(Zm.name, Zm), o.component($m.name, $m), o.component(um.name, um), o.component(Vm.name, Vm), o.component(or.name, or), o.component(mr.name, mr), o.component(rr.name, rr), o.component(tr.name, tr), o.component(nr.name, nr), o.component(er.name, er), o.component(pr.name, pr), o.component(ir.name, ir), o.component(ar.name, ar), o.component(cr.name, cr), o.component(fr.name, fr), o.component(lr.name, lr), o.component(Fr.name, Fr), o.component(sr.name, sr), o.component(dr.name, dr), o.component(yr.name, yr);
310
310
  }
311
311
  export {
312
312
  m as AddressInput,
@@ -321,14 +321,14 @@ export {
321
321
  f as ChunkFileUploader,
322
322
  l as CodeMirrorEditor,
323
323
  F as ColorPicker,
324
- d as Comment,
324
+ s as Comment,
325
325
  y as ConfirmButton,
326
- s as Confirmable,
326
+ d as Confirmable,
327
327
  b as ContextMenu,
328
328
  I as CountUp,
329
- C as CustomScrollbar,
330
- T as DataBox,
331
- g as DataCard,
329
+ T as CustomScrollbar,
330
+ g as DataBox,
331
+ C as DataCard,
332
332
  P as DataCardText,
333
333
  S as DataDisplay,
334
334
  w as DataIcons,
@@ -353,12 +353,12 @@ export {
353
353
  O as Ellipsis,
354
354
  W as EmptyView,
355
355
  X as ErrorView,
356
- z as FlexColumn,
357
- j as FlexItem,
358
- q as FlexRow,
359
- Y as FlexScroller,
360
- Z as Flow,
361
- _ as FlowDesigner,
356
+ _ as FlexColumn,
357
+ z as FlexItem,
358
+ j as FlexRow,
359
+ q as FlexScroller,
360
+ Y as Flow,
361
+ Z as FlowDesigner,
362
362
  $ as FlowNode,
363
363
  u as FlowViewer,
364
364
  V as FormBlock,
@@ -379,9 +379,9 @@ export {
379
379
  yo as FormInputTime,
380
380
  bo as FormItem,
381
381
  Io as FormItemConfigProvider,
382
- Co as FormItemGroup,
383
- To as FormRadioGroup,
384
- go as FormSelect,
382
+ To as FormItemGroup,
383
+ go as FormRadioGroup,
384
+ Co as FormSelect,
385
385
  Po as FormSwitch,
386
386
  So as FormTable,
387
387
  wo as FormTablePlus,
@@ -406,12 +406,12 @@ export {
406
406
  Oo as FyInputIcon,
407
407
  Wo as FyInputMap,
408
408
  Xo as FyInputNumber,
409
- zo as FyInputTable,
410
- jo as FyInputTree,
411
- qo as FyProgress,
412
- Yo as FyRadio,
413
- Zo as FyRate,
414
- _o as FySelect,
409
+ _o as FyInputTable,
410
+ zo as FyInputTree,
411
+ jo as FyProgress,
412
+ qo as FyRadio,
413
+ Yo as FyRate,
414
+ Zo as FySelect,
415
415
  $o as FySlider,
416
416
  uo as FySwitch,
417
417
  Vo as FyTabs,
@@ -428,14 +428,14 @@ export {
428
428
  fm as ImageCropper,
429
429
  lm as ImagePreview,
430
430
  Fm as ImageViewer,
431
- dm as InputNumber,
432
- sm as InputNumberRange,
431
+ sm as InputNumber,
432
+ dm as InputNumberRange,
433
433
  ym as JSXComponent,
434
434
  bm as KeepViewAlive,
435
435
  Im as Keyboard,
436
- Cm as License,
437
- Tm as LoadingView,
438
- gm as Login,
436
+ Tm as License,
437
+ gm as LoadingView,
438
+ Cm as Login,
439
439
  Pm as MonacoEditor,
440
440
  Sm as NameAvatar,
441
441
  wm as NavBar,
@@ -460,12 +460,12 @@ export {
460
460
  Om as Sign,
461
461
  Wm as SignPanel,
462
462
  Xm as Skeleton,
463
- zm as SkeletonPanel,
464
- jm as SplitPane,
465
- qm as Stateful,
466
- Ym as StaticPageableTable,
467
- Zm as SubTable,
468
- _m as SubTablePlus,
463
+ _m as SkeletonPanel,
464
+ zm as SplitPane,
465
+ jm as Stateful,
466
+ qm as StaticPageableTable,
467
+ Ym as SubTable,
468
+ Zm as SubTablePlus,
469
469
  $m as Swiper,
470
470
  um as Tab,
471
471
  Vm as TabItem,
@@ -482,10 +482,10 @@ export {
482
482
  fr as VueQuillEditor,
483
483
  lr as VueTagsInput,
484
484
  Fr as VueTreeSelect,
485
- dr as VueVideoPlayer,
486
- sr as Watermark,
485
+ sr as VueVideoPlayer,
486
+ dr as Watermark,
487
487
  yr as XInputTag,
488
- _i as componentNames,
488
+ Zi as componentNames,
489
489
  ta as configComponents,
490
490
  $i as default,
491
491
  oa as imageCropper,
@@ -1,7 +1,8 @@
1
- import s from "element-ui/src/mixins/focus";
2
- import u from "element-ui/src/directives/repeat-click";
3
- import { n as o } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
4
- const a = {
1
+ import s from "element-ui/lib/input";
2
+ import u from "element-ui/src/mixins/focus";
3
+ import o from "element-ui/src/directives/repeat-click";
4
+ import { n as a } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
5
+ const l = {
5
6
  props: {
6
7
  suffixIcon: {
7
8
  type: String
@@ -57,12 +58,12 @@ const a = {
57
58
  }
58
59
  }
59
60
  }
60
- }, l = {
61
+ }, p = {
61
62
  name: "InputNumber",
62
63
  directives: {
63
- repeatClick: u
64
+ repeatClick: o
64
65
  },
65
- mixins: [s("input"), a],
66
+ mixins: [u("input"), l],
66
67
  inject: {
67
68
  elForm: {
68
69
  default: ""
@@ -192,7 +193,7 @@ const a = {
192
193
  }
193
194
  }
194
195
  };
195
- var p = function() {
196
+ var c = function() {
196
197
  var e = this, n = e._self._c;
197
198
  return n("div", { class: [
198
199
  "input-number",
@@ -205,7 +206,7 @@ var p = function() {
205
206
  return !i.type.indexOf("key") && e._k(i.keyCode, "enter", 13, i.key, "Enter") ? null : e.decrease.apply(null, arguments);
206
207
  } } }, [n("i", { class: `el-icon-${e.controlsAtRight ? "arrow-down" : "minus"}` })]) : e._e(), e.controls ? n("span", { directives: [{ name: "repeat-click", rawName: "v-repeat-click", value: e.increase, expression: "increase" }], staticClass: "el-input-number__increase", class: { "is-disabled": e.maxDisabled }, attrs: { role: "button" }, on: { keydown: function(i) {
207
208
  return !i.type.indexOf("key") && e._k(i.keyCode, "enter", 13, i.key, "Enter") ? null : e.increase.apply(null, arguments);
208
- } } }, [n("i", { class: `el-icon-${e.controlsAtRight ? "arrow-up" : "plus"}` })]) : e._e(), n("ElInput", { ref: "input", attrs: { value: e.displayValue, placeholder: e.placeholder, disabled: e.inputNumberDisabled, size: e.inputNumberSize, max: e.max, "prefix-icon": e.prefixIcon, "suffix-icon": e.suffixIcon, min: e.min, name: e.name, label: e.label }, on: { blur: e.handleBlur, focus: e.handleFocus, input: e.handleInput, change: e.handleInputChange }, nativeOn: { keydown: [function(i) {
209
+ } } }, [n("i", { class: `el-icon-${e.controlsAtRight ? "arrow-up" : "plus"}` })]) : e._e(), n(s, { ref: "input", attrs: { value: e.displayValue, placeholder: e.placeholder, disabled: e.inputNumberDisabled, size: e.inputNumberSize, max: e.max, "prefix-icon": e.prefixIcon, "suffix-icon": e.suffixIcon, min: e.min, name: e.name, label: e.label }, on: { blur: e.handleBlur, focus: e.handleFocus, input: e.handleInput, change: e.handleInputChange }, nativeOn: { keydown: [function(i) {
209
210
  return !i.type.indexOf("key") && e._k(i.keyCode, "up", 38, i.key, ["Up", "ArrowUp"]) ? null : (i.preventDefault(), e.increase.apply(null, arguments));
210
211
  }, function(i) {
211
212
  return !i.type.indexOf("key") && e._k(i.keyCode, "down", 40, i.key, ["Down", "ArrowDown"]) ? null : (i.preventDefault(), e.decrease.apply(null, arguments));
@@ -218,15 +219,15 @@ var p = function() {
218
219
  }, proxy: !0 }, { key: "suffix", fn: function() {
219
220
  return [e._t("suffix")];
220
221
  }, proxy: !0 }], null, !0) })], 1);
221
- }, c = [], h = /* @__PURE__ */ o(
222
- l,
222
+ }, h = [], d = /* @__PURE__ */ a(
223
223
  p,
224
224
  c,
225
+ h,
225
226
  !1,
226
227
  null,
227
228
  null
228
229
  );
229
- const b = h.exports;
230
+ const _ = d.exports;
230
231
  export {
231
- b as default
232
+ _ as default
232
233
  };
@@ -1,5 +1,6 @@
1
- import { isNotEmpty as i } from "@web-utils/core";
2
- import { n } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
1
+ import a from "element-ui/lib/input-number";
2
+ import { isNotEmpty as n } from "@web-utils/core";
3
+ import { n as o } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
3
4
  const r = {
4
5
  name: "InputNumberRange",
5
6
  props: {
@@ -27,7 +28,7 @@ const r = {
27
28
  immediate: !0,
28
29
  handler(e) {
29
30
  const t = [void 0, void 0];
30
- i(e == null ? void 0 : e[0]) && (t[0] = e[0]), i(e == null ? void 0 : e[1]) && (t[1] = e[1]), this.val = t;
31
+ n(e == null ? void 0 : e[0]) && (t[0] = e[0]), n(e == null ? void 0 : e[1]) && (t[1] = e[1]), this.val = t;
31
32
  }
32
33
  }
33
34
  },
@@ -37,22 +38,22 @@ const r = {
37
38
  }
38
39
  }
39
40
  };
40
- var o = function() {
41
- var t = this, a = t._self._c;
42
- return a("div", { staticClass: "input-number-range" }, [a("ElInputNumber", { staticClass: "flex-item", staticStyle: { width: "auto" }, attrs: { controls: t.controls, disabled: t.disabled, size: "mini" }, on: { input: t.emitInput }, model: { value: t.val[0], callback: function(s) {
41
+ var l = function() {
42
+ var t = this, i = t._self._c;
43
+ return i("div", { staticClass: "input-number-range" }, [i(a, { staticClass: "flex-item", staticStyle: { width: "auto" }, attrs: { controls: t.controls, disabled: t.disabled, size: "mini" }, on: { input: t.emitInput }, model: { value: t.val[0], callback: function(s) {
43
44
  t.$set(t.val, 0, s);
44
- }, expression: "val[0]" } }), a("span", { staticStyle: { padding: "0 6px", "font-size": "12px" } }, [t._v(t._s(t.separator))]), a("ElInputNumber", { staticClass: "flex-item", staticStyle: { width: "auto" }, attrs: { controls: t.controls, disabled: t.disabled, size: "mini" }, on: { input: t.emitInput }, model: { value: t.val[1], callback: function(s) {
45
+ }, expression: "val[0]" } }), i("span", { staticStyle: { padding: "0 6px", "font-size": "12px" } }, [t._v(t._s(t.separator))]), i(a, { staticClass: "flex-item", staticStyle: { width: "auto" }, attrs: { controls: t.controls, disabled: t.disabled, size: "mini" }, on: { input: t.emitInput }, model: { value: t.val[1], callback: function(s) {
45
46
  t.$set(t.val, 1, s);
46
47
  }, expression: "val[1]" } })], 1);
47
- }, l = [], u = /* @__PURE__ */ n(
48
+ }, u = [], d = /* @__PURE__ */ o(
48
49
  r,
49
- o,
50
50
  l,
51
+ u,
51
52
  !1,
52
53
  null,
53
54
  null
54
55
  );
55
- const c = u.exports;
56
+ const f = d.exports;
56
57
  export {
57
- c as default
58
+ f as default
58
59
  };
package/license/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { C as r } from "../chunks/util.DqFv_pWg.mjs";
1
+ import { C as r } from "../chunks/util.DI42t5GU.mjs";
2
2
  import { n as g } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
3
3
  const l = {
4
4
  name: "License",
package/login/index.mjs CHANGED
@@ -1,7 +1,12 @@
1
- import { s as l } from "../chunks/util.DqFv_pWg.mjs";
2
- import { isBlank as n } from "@web-utils/core";
3
- import { n as a } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
4
- const r = "发送验证码", i = "{{time}}s后重获取", c = {
1
+ import a from "element-ui/lib/button";
2
+ import r from "element-ui/lib/form-item";
3
+ import i from "element-ui/lib/input";
4
+ import n from "element-ui/lib/tooltip";
5
+ import p from "element-ui/lib/form";
6
+ import { s as m } from "../chunks/util.DI42t5GU.mjs";
7
+ import { isBlank as d } from "@web-utils/core";
8
+ import { n as u } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
9
+ const l = "发送验证码", c = "{{time}}s后重获取", h = {
5
10
  name: "Login",
6
11
  props: {
7
12
  value: {
@@ -18,7 +23,7 @@ const r = "发送验证码", i = "{{time}}s后重获取", c = {
18
23
  },
19
24
  data() {
20
25
  return {
21
- text: r,
26
+ text: l,
22
27
  nowtime: "",
23
28
  check: {},
24
29
  flag: !1
@@ -64,15 +69,15 @@ const r = "发送验证码", i = "{{time}}s后重获取", c = {
64
69
  return this.option.column || {};
65
70
  },
66
71
  sendDisabled() {
67
- return !n(this.check);
72
+ return !d(this.check);
68
73
  }
69
74
  },
70
75
  methods: {
71
- setPx: l,
76
+ setPx: m,
72
77
  onSend() {
73
78
  const o = () => {
74
- this.nowtime = this.time, this.text = i.replace("{{time}}", this.nowtime), this.check = setInterval(() => {
75
- this.nowtime--, this.nowtime === 0 ? (this.text = r, clearInterval(this.check), this.check = null) : this.text = i.replace("{{time}}", this.nowtime);
79
+ this.nowtime = this.time, this.text = c.replace("{{time}}", this.nowtime), this.check = setInterval(() => {
80
+ this.nowtime--, this.nowtime === 0 ? (this.text = l, clearInterval(this.check), this.check = null) : this.text = c.replace("{{time}}", this.nowtime);
76
81
  }, 1e3);
77
82
  };
78
83
  this.sendDisabled || this.$emit("send", o);
@@ -95,26 +100,26 @@ const r = "发送验证码", i = "{{time}}s后重获取", c = {
95
100
  }
96
101
  }
97
102
  };
98
- var d = function() {
103
+ var f = function() {
99
104
  var e = this, t = e._self._c;
100
- return t("div", { staticClass: "avue-login", style: { width: e.setPx(e.width) } }, [t("ElForm", { ref: "form", attrs: { model: e.form, "label-suffix": ":", "label-width": e.setPx(e.labelWidth) } }, [e.username.hide ? e._e() : t("ElFormItem", { attrs: { label: e.username.label || "用户名", rules: e.username.rules, "label-width": e.setPx(e.username.labelWidth), prop: "username" } }, [t("ElTooltip", { attrs: { content: e.username.tip, disabled: e.username.tip === void 0, placement: "top-start" } }, [t("ElInput", { attrs: { size: "small", "prefix-icon": e.username.prefixIcon || "el-icon-user", placeholder: e.username.placeholder || "请输入用户名", autocomplete: e.username.autocomplete }, model: { value: e.form.username, callback: function(s) {
105
+ return t("div", { staticClass: "avue-login", style: { width: e.setPx(e.width) } }, [t(p, { ref: "form", attrs: { model: e.form, "label-suffix": ":", "label-width": e.setPx(e.labelWidth) } }, [e.username.hide ? e._e() : t(r, { attrs: { label: e.username.label || "用户名", rules: e.username.rules, "label-width": e.setPx(e.username.labelWidth), prop: "username" } }, [t(n, { attrs: { content: e.username.tip, disabled: e.username.tip === void 0, placement: "top-start" } }, [t(i, { attrs: { size: "small", "prefix-icon": e.username.prefixIcon || "el-icon-user", placeholder: e.username.placeholder || "请输入用户名", autocomplete: e.username.autocomplete }, model: { value: e.form.username, callback: function(s) {
101
106
  e.$set(e.form, "username", s);
102
- }, expression: "form.username" } })], 1)], 1), e.password.hide ? e._e() : t("ElFormItem", { attrs: { label: e.password.label || "密码", rules: e.password.rules, "label-width": e.setPx(e.password.labelWidth), prop: "password" } }, [t("ElTooltip", { attrs: { content: e.password.tip, disabled: e.password.tip === void 0, placement: "top-start" } }, [t("ElInput", { attrs: { type: "password", size: "small", "prefix-icon": e.password.prefixIcon || "el-icon-unlock", placeholder: e.password.placeholder || "请输入密码", "show-password": "", autocomplete: e.password.autocomplete }, model: { value: e.form.password, callback: function(s) {
107
+ }, expression: "form.username" } })], 1)], 1), e.password.hide ? e._e() : t(r, { attrs: { label: e.password.label || "密码", rules: e.password.rules, "label-width": e.setPx(e.password.labelWidth), prop: "password" } }, [t(n, { attrs: { content: e.password.tip, disabled: e.password.tip === void 0, placement: "top-start" } }, [t(i, { attrs: { type: "password", size: "small", "prefix-icon": e.password.prefixIcon || "el-icon-unlock", placeholder: e.password.placeholder || "请输入密码", "show-password": "", autocomplete: e.password.autocomplete }, model: { value: e.form.password, callback: function(s) {
103
108
  e.$set(e.form, "password", s);
104
- }, expression: "form.password" } })], 1)], 1), e.code.hide ? e._e() : t("ElFormItem", { attrs: { label: e.code.label || "验证码", rules: e.code.rules, "label-width": e.setPx(e.code.labelWidth), prop: "code" } }, [t("ElTooltip", { attrs: { content: e.code.tip, disabled: e.code.tip === void 0, placement: "top-start" } }, [t("ElInput", { attrs: { size: "small", "prefix-icon": e.code.prefixIcon || "el-icon-c-scale-to-original", placeholder: e.code.placeholder || "请输入验证码", autocomplete: e.code.autocomplete }, scopedSlots: e._u([{ key: "append", fn: function() {
105
- return [e.isPhone ? t("ElButton", { staticClass: "avue-login__send", attrs: { type: "primary", disabled: e.sendDisabled }, on: { click: e.onSend } }, [e._v(" " + e._s(e.text) + " ")]) : e._e(), e.isImg ? t("span", [t("img", { attrs: { src: e.codesrc, alt: "", width: "80", height: "25" }, on: { click: e.onRefresh } })]) : e._e()];
109
+ }, expression: "form.password" } })], 1)], 1), e.code.hide ? e._e() : t(r, { attrs: { label: e.code.label || "验证码", rules: e.code.rules, "label-width": e.setPx(e.code.labelWidth), prop: "code" } }, [t(n, { attrs: { content: e.code.tip, disabled: e.code.tip === void 0, placement: "top-start" } }, [t(i, { attrs: { size: "small", "prefix-icon": e.code.prefixIcon || "el-icon-c-scale-to-original", placeholder: e.code.placeholder || "请输入验证码", autocomplete: e.code.autocomplete }, scopedSlots: e._u([{ key: "append", fn: function() {
110
+ return [e.isPhone ? t(a, { staticClass: "avue-login__send", attrs: { type: "primary", disabled: e.sendDisabled }, on: { click: e.onSend } }, [e._v(" " + e._s(e.text) + " ")]) : e._e(), e.isImg ? t("span", [t("img", { attrs: { src: e.codesrc, alt: "", width: "80", height: "25" }, on: { click: e.onRefresh } })]) : e._e()];
106
111
  }, proxy: !0 }], null, !1, 2861735427), model: { value: e.form.code, callback: function(s) {
107
112
  e.$set(e.form, "code", s);
108
- }, expression: "form.code" } })], 1)], 1), t("ElFormItem", [t("ElButton", { staticClass: "avue-login__submit", attrs: { type: "primary" }, on: { click: e.onSubmit } }, [e._v(" 登录 ")])], 1)], 1)], 1);
109
- }, m = [], p = /* @__PURE__ */ a(
110
- c,
111
- d,
112
- m,
113
+ }, expression: "form.code" } })], 1)], 1), t(r, [t(a, { staticClass: "avue-login__submit", attrs: { type: "primary" }, on: { click: e.onSubmit } }, [e._v(" 登录 ")])], 1)], 1)], 1);
114
+ }, _ = [], b = /* @__PURE__ */ u(
115
+ h,
116
+ f,
117
+ _,
113
118
  !1,
114
119
  null,
115
120
  null
116
121
  );
117
- const b = p.exports;
122
+ const T = b.exports;
118
123
  export {
119
- b as default
124
+ T as default
120
125
  };
package/nav-bar/index.mjs CHANGED
@@ -1,5 +1,6 @@
1
- import { n as o } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
2
- const a = {
1
+ import e from "element-ui/lib/button";
2
+ import { n as a } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
3
+ const n = {
3
4
  name: "NavBar",
4
5
  props: {
5
6
  onGoBack: Function,
@@ -14,18 +15,18 @@ const a = {
14
15
  }
15
16
  }
16
17
  };
17
- var n = function() {
18
- var t = this, e = t._self._c;
19
- return e("div", { staticClass: "nav-bar" }, [t.showBack ? e("ElButton", { attrs: { type: "text", icon: "el-icon-arrow-left" }, on: { click: t.goBack } }, [t._v(" 返回 ")]) : t._e(), t.$slots.right ? e("div", { staticClass: "flex-item flex-row-column vertical-center" }, [t._t("right")], 2) : t._e()], 1);
20
- }, r = [], s = /* @__PURE__ */ o(
21
- a,
18
+ var r = function() {
19
+ var t = this, o = t._self._c;
20
+ return o("div", { staticClass: "nav-bar" }, [t.showBack ? o(e, { attrs: { type: "text", icon: "el-icon-arrow-left" }, on: { click: t.goBack } }, [t._v(" 返回 ")]) : t._e(), t.$slots.right ? o("div", { staticClass: "flex-item flex-row-column vertical-center" }, [t._t("right")], 2) : t._e()], 1);
21
+ }, s = [], c = /* @__PURE__ */ a(
22
22
  n,
23
23
  r,
24
+ s,
24
25
  !1,
25
26
  null,
26
27
  null
27
28
  );
28
- const l = s.exports;
29
+ const f = c.exports;
29
30
  export {
30
- l as default
31
+ f as default
31
32
  };
package/notice/index.mjs CHANGED
@@ -1,11 +1,12 @@
1
- import { n as r } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
1
+ import r from "element-ui/lib/tag";
2
+ import { n as l } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
2
3
  const a = {
3
4
  img: "img",
4
5
  title: "title",
5
6
  subtile: "title",
6
7
  tag: "tag",
7
8
  status: "status"
8
- }, l = {
9
+ }, o = {
9
10
  name: "Notice",
10
11
  props: {
11
12
  finish: {
@@ -72,22 +73,22 @@ const a = {
72
73
  }
73
74
  }
74
75
  };
75
- var o = function() {
76
+ var c = function() {
76
77
  var t = this, e = t._self._c;
77
78
  return e("div", { staticClass: "avue-notice" }, [t._l(t.data, function(i, n) {
78
- return e("div", { key: n, staticClass: "avue-notice__item", on: { click: function(_) {
79
+ return e("div", { key: n, staticClass: "avue-notice__item", on: { click: function(p) {
79
80
  return t.click(i);
80
- } } }, [i[t.imgKey] ? e("div", { staticClass: "avue-notice__img" }, [e("img", { attrs: { src: i[t.imgKey], alt: "" } })]) : t._e(), e("div", { staticClass: "avue-notice__content" }, [e("div", { staticClass: "avue-notice__title" }, [e("span", { staticClass: "avue-notice__name" }, [t._v(t._s(i[t.titleKey]))]), i[t.tagKey] ? e("span", { staticClass: "avue-notice__tag" }, [e("ElTag", { attrs: { size: "small", type: t.getType(i[t.statusKey]) } }, [t._v(t._s(i[t.tagKey]))])], 1) : t._e()]), e("div", { staticClass: "avue-notice__subtitle" }, [t._v(" " + t._s(i[t.subtitleKey]) + " ")])])]);
81
+ } } }, [i[t.imgKey] ? e("div", { staticClass: "avue-notice__img" }, [e("img", { attrs: { src: i[t.imgKey], alt: "" } })]) : t._e(), e("div", { staticClass: "avue-notice__content" }, [e("div", { staticClass: "avue-notice__title" }, [e("span", { staticClass: "avue-notice__name" }, [t._v(t._s(i[t.titleKey]))]), i[t.tagKey] ? e("span", { staticClass: "avue-notice__tag" }, [e(r, { attrs: { size: "small", type: t.getType(i[t.statusKey]) } }, [t._v(t._s(i[t.tagKey]))])], 1) : t._e()]), e("div", { staticClass: "avue-notice__subtitle" }, [t._v(" " + t._s(i[t.subtitleKey]) + " ")])])]);
81
82
  }), t.finish ? t._e() : e("div", { directives: [{ name: "loading", rawName: "v-loading", value: !0, expression: "true" }], staticClass: "avue-notice__more", on: { click: t.handleClick } }, [t._v("加载更多")])], 2);
82
- }, c = [], u = /* @__PURE__ */ r(
83
- l,
83
+ }, u = [], _ = /* @__PURE__ */ l(
84
84
  o,
85
85
  c,
86
+ u,
86
87
  !1,
87
88
  null,
88
89
  null
89
90
  );
90
- const g = u.exports;
91
+ const v = _.exports;
91
92
  export {
92
- g as default
93
+ v as default
93
94
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
3
  "description": "Web Components",
4
- "version": "4.0.13",
4
+ "version": "4.0.15",
5
5
  "author": "Simple",
6
6
  "license": "MIT",
7
7
  "type": "module",