@web-utils/component 4.0.15 → 4.0.16

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 (169) hide show
  1. package/address-input/index.mjs +13 -15
  2. package/card/index.mjs +18 -20
  3. package/carousel/index.mjs +10 -12
  4. package/chat/index.mjs +45 -56
  5. package/chunk-file-uploader/index.mjs +36 -378
  6. package/chunk-file-uploader/style.css +1 -1
  7. package/chunks/ElementBaseInfo.ZADwixb5.mjs +125 -0
  8. package/chunks/ElementForm.CQ3PN5qj.mjs +223 -0
  9. package/chunks/ElementListeners.De_PRuIm.mjs +215 -0
  10. package/chunks/ElementMultiInstance.DQo2wuAQ.mjs +181 -0
  11. package/chunks/ElementOtherConfig.B1NfMTYh.mjs +60 -0
  12. package/chunks/ElementProperties.CosfDrlW.mjs +112 -0
  13. package/chunks/{ElementTaskConfig.AvBOzAni.mjs → ElementTaskConfig.Bko0kgTp.mjs} +55 -63
  14. package/chunks/FlowCondition.Y6qEYi1T.mjs +102 -0
  15. package/chunks/FormTemp.BQxO5IQq.mjs +123 -0
  16. package/chunks/SignalAndMessage.Bb5PFX0N.mjs +85 -0
  17. package/chunks/UserTaskListeners.Bv3BDfEI.mjs +169 -0
  18. package/chunks/{confirmable-mixin.BFZb6pcK.mjs → confirmable-mixin.B2TtLAdk.mjs} +1 -1
  19. package/chunks/core.0Exl13Mz.mjs +54 -0
  20. package/chunks/{dataformat.DJoNBlmI.mjs → dataformat.CpqOeGBl.mjs} +6 -6
  21. package/chunks/{dic.BinnDitI.mjs → dic.Dkl-leRW.mjs} +9 -9
  22. package/chunks/dictionary.DGt59Ir7.mjs +68 -0
  23. package/chunks/{event.DSlcqYHL.mjs → event.9aDS6jcw.mjs} +2 -2
  24. package/chunks/{form-input.BtS_J5a2.mjs → form-input.CvFdwlEV.mjs} +2 -2
  25. package/chunks/form-item.LWjePsPa.mjs +233 -0
  26. package/chunks/{index.CIfe3UB3.mjs → index.9OxHjTIE.mjs} +2 -2
  27. package/chunks/{index.Cn7aq-Et.mjs → index.B2TRddqf.mjs} +8 -8
  28. package/chunks/{init.xOlFpTyZ.mjs → init.DAsXSoLW.mjs} +2 -2
  29. package/chunks/sub-table-plus-props.BVsD71hT.mjs +30 -0
  30. package/chunks/{util.DI42t5GU.mjs → util.DqFv_pWg.mjs} +22 -22
  31. package/chunks/utilSelf.Csq1766E.mjs +48 -0
  32. package/chunks/utils.DRcxC1Fb.mjs +60 -0
  33. package/color-picker/index.mjs +22 -101
  34. package/confirm-button/index.mjs +1 -1
  35. package/confirmable/index.mjs +1 -1
  36. package/data-box/index.mjs +12 -15
  37. package/data-card/index.mjs +10 -12
  38. package/data-card-text/index.mjs +10 -12
  39. package/data-display/index.mjs +15 -17
  40. package/data-icons/index.mjs +13 -16
  41. package/data-imgtext/index.mjs +15 -18
  42. package/data-operatext/index.mjs +14 -16
  43. package/data-panel/index.mjs +13 -16
  44. package/data-pay/index.mjs +16 -20
  45. package/data-price/index.mjs +14 -16
  46. package/data-progress/index.mjs +13 -17
  47. package/data-rotate/index.mjs +12 -15
  48. package/data-table-picker/index.mjs +15 -18
  49. package/data-tabs/index.mjs +12 -15
  50. package/dialog-form/index.mjs +16 -18
  51. package/dynamic-table/index.mjs +25 -30
  52. package/editable-progress/index.mjs +9 -11
  53. package/editable-tree/index.mjs +52 -56
  54. package/egd-collapse-item/index.mjs +9 -9
  55. package/element-dialog/index.mjs +22 -23
  56. package/element-listeners/style.css +1 -0
  57. package/element-multi-instance/style.css +1 -0
  58. package/flex-column/index.mjs +1 -1
  59. package/flex-item/index.mjs +1 -1
  60. package/flex-row/index.mjs +1 -1
  61. package/flow/index.mjs +10 -11
  62. package/flow-designer/index.mjs +699 -1973
  63. package/flow-designer/style.css +1 -1
  64. package/flow-node/index.mjs +1 -1
  65. package/flow-viewer/index.mjs +9 -9
  66. package/form-block/index.mjs +32 -34
  67. package/form-cascader/index.mjs +23 -24
  68. package/form-checkbox/index.mjs +16 -17
  69. package/form-checkbox-group/index.mjs +20 -23
  70. package/form-date-picker/index.mjs +18 -20
  71. package/form-holder/index.mjs +13 -14
  72. package/form-input/index.mjs +14 -15
  73. package/form-input-cron-expression/index.mjs +19 -22
  74. package/form-input-email/index.mjs +15 -16
  75. package/form-input-id-card/index.mjs +12 -13
  76. package/form-input-number/index.mjs +16 -17
  77. package/form-input-phone-number/index.mjs +21 -22
  78. package/form-input-tag/index.mjs +14 -15
  79. package/form-input-time/index.mjs +14 -15
  80. package/form-item/index.mjs +140 -3
  81. package/form-item-group/index.mjs +28 -31
  82. package/form-radio-group/index.mjs +27 -28
  83. package/form-select/index.mjs +21 -23
  84. package/form-switch/index.mjs +16 -17
  85. package/form-table/index.mjs +16 -17
  86. package/form-table-plus/index.mjs +21 -22
  87. package/form-textarea/index.mjs +15 -16
  88. package/form-tree-select/index.mjs +14 -15
  89. package/form-tree-select-multiple/index.mjs +14 -15
  90. package/form-view/index.mjs +35 -39
  91. package/fy-array/index.mjs +33 -37
  92. package/fy-cascader/index.mjs +16 -17
  93. package/fy-checkbox/index.mjs +11 -13
  94. package/fy-code/index.mjs +10 -10
  95. package/fy-curd/index.mjs +1128 -1152
  96. package/fy-date/index.mjs +10 -11
  97. package/fy-draggable/index.mjs +9 -10
  98. package/fy-dynamic/index.mjs +22 -25
  99. package/fy-empty/index.mjs +1 -1
  100. package/fy-form/index.mjs +638 -15
  101. package/fy-form-design/index.mjs +1307 -1345
  102. package/fy-from/crud/zh.d.ts +6 -6
  103. package/fy-input/index.mjs +12 -14
  104. package/fy-input-color/index.mjs +13 -15
  105. package/fy-input-icon/index.mjs +20 -23
  106. package/fy-input-map/index.mjs +28 -31
  107. package/fy-input-number/index.mjs +9 -10
  108. package/fy-input-table/index.mjs +18 -22
  109. package/fy-input-tree/index.mjs +33 -37
  110. package/fy-progress/index.mjs +9 -10
  111. package/fy-radio/index.mjs +15 -16
  112. package/fy-rate/index.mjs +10 -11
  113. package/fy-select/index.mjs +25 -29
  114. package/fy-slider/index.mjs +11 -12
  115. package/fy-switch/index.mjs +9 -10
  116. package/fy-tabs/index.mjs +15 -17
  117. package/fy-time/index.mjs +1 -1
  118. package/fy-title/index.mjs +1 -1
  119. package/fy-tree/index.mjs +18 -24
  120. package/fy-u-editor/index.mjs +1 -1
  121. package/fy-upload/index.mjs +74 -76
  122. package/guide-steps/index.mjs +11 -13
  123. package/iframe-window/index.mjs +9 -10
  124. package/image-cropper/index.mjs +28 -30
  125. package/image-preview/index.mjs +12 -14
  126. package/index.mjs +72 -72
  127. package/input-number/index.mjs +13 -14
  128. package/input-number-range/index.mjs +11 -12
  129. package/license/index.mjs +1 -1
  130. package/login/index.mjs +21 -26
  131. package/nav-bar/index.mjs +9 -10
  132. package/notice/index.mjs +9 -10
  133. package/package.json +1 -1
  134. package/page-index/index.mjs +12 -13
  135. package/page-index-top/index.mjs +23 -28
  136. package/page-skeleton/index.mjs +14 -14
  137. package/page-skeleton-new/index.mjs +8 -9
  138. package/pageable-table/index.mjs +172 -182
  139. package/pageable-view/index.mjs +15 -16
  140. package/picker-table-view/index.mjs +49 -58
  141. package/present-view/index.mjs +35 -39
  142. package/record-video/index.mjs +1 -1
  143. package/resize-observer/index.mjs +1 -1
  144. package/search/index.mjs +20 -22
  145. package/search-popover/index.mjs +1 -1
  146. package/sign/index.mjs +1 -1
  147. package/skeleton-panel/index.mjs +9 -10
  148. package/split-pane/index.mjs +36 -37
  149. package/static-pageable-table/index.mjs +11 -13
  150. package/sub-table/index.mjs +36 -49
  151. package/sub-table-plus/index.mjs +229 -18
  152. package/swiper/index.mjs +11 -12
  153. package/table-column/index.mjs +223 -3
  154. package/table-view/index.mjs +52 -60
  155. package/tabs-view/index.mjs +17 -19
  156. package/tag-render/index.mjs +16 -18
  157. package/text-ellipsis/index.mjs +9 -10
  158. package/toolbar/index.mjs +13 -14
  159. package/toolbar-button/index.mjs +13 -14
  160. package/verify/index.mjs +1 -1
  161. package/vue-cron/index.mjs +259 -267
  162. package/watermark/index.mjs +1 -1
  163. package/web-types.json +1 -1
  164. package/x-input-tag/index.mjs +21 -24
  165. package/chunks/FormItem.Bhsy_O2B.mjs +0 -372
  166. package/chunks/FyForm.DriwCJ7b.mjs +0 -765
  167. package/chunks/SignalAndMessage.BpjOoKhK.mjs +0 -92
  168. package/chunks/SubTablePlus.BH0IIv3X.mjs +0 -270
  169. package/chunks/TableColumn.BzivvXMF.mjs +0 -337
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 s from "./comment/index.mjs";
23
+ import d from "./comment/index.mjs";
24
24
  import "./comment/style.css";
25
- import d from "./confirmable/index.mjs";
25
+ import s 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 T from "./custom-scrollbar/index.mjs";
31
- import g from "./data-box/index.mjs";
30
+ import C from "./custom-scrollbar/index.mjs";
31
+ import T from "./data-box/index.mjs";
32
32
  import "./data-box/style.css";
33
- import C from "./data-card/index.mjs";
33
+ import g 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 _ 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";
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";
84
84
  import "./flex-scroller/style.css";
85
- import Y from "./flow/index.mjs";
85
+ import Z from "./flow/index.mjs";
86
86
  import "./flow/style.css";
87
- import Z from "./flow-designer/index.mjs";
87
+ import _ 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 { F as bo } from "./chunks/FormItem.Bhsy_O2B.mjs";
113
+ import bo from "./form-item/index.mjs";
114
114
  import "./form-item/style.css";
115
115
  import Io from "./form-item-config-provider/index.mjs";
116
- import To from "./form-item-group/index.mjs";
116
+ import Co from "./form-item-group/index.mjs";
117
117
  import "./form-item-group/style.css";
118
- import go from "./form-radio-group/index.mjs";
118
+ import To from "./form-radio-group/index.mjs";
119
119
  import "./form-radio-group/style.css";
120
- import Co from "./form-select/index.mjs";
120
+ import go 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 { F as Lo } from "./chunks/FyForm.DriwCJ7b.mjs";
149
+ import Lo from "./fy-form/index.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 _o from "./fy-input-table/index.mjs";
160
+ import zo from "./fy-input-table/index.mjs";
161
161
  import "./fy-input-table/style.css";
162
- import zo from "./fy-input-tree/index.mjs";
162
+ import jo from "./fy-input-tree/index.mjs";
163
163
  import "./fy-input-tree/style.css";
164
- import jo from "./fy-progress/index.mjs";
165
- import qo from "./fy-radio/index.mjs";
164
+ import qo from "./fy-progress/index.mjs";
165
+ import Yo from "./fy-radio/index.mjs";
166
166
  import "./fy-radio/style.css";
167
- import Yo from "./fy-rate/index.mjs";
167
+ import Zo from "./fy-rate/index.mjs";
168
168
  import "./fy-rate/style.css";
169
- import Zo from "./fy-select/index.mjs";
169
+ import _o 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 sm from "./input-number/index.mjs";
199
+ import dm from "./input-number/index.mjs";
200
200
  import "./input-number/style.css";
201
- import dm from "./input-number-range/index.mjs";
201
+ import sm 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 Tm from "./license/index.mjs";
208
- import gm from "./loading-view/index.mjs";
207
+ import Cm from "./license/index.mjs";
208
+ import Tm from "./loading-view/index.mjs";
209
209
  import "./loading-view/style.css";
210
- import Cm from "./login/index.mjs";
210
+ import gm 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 _m from "./skeleton-panel/index.mjs";
257
+ import zm from "./skeleton-panel/index.mjs";
258
258
  import "./skeleton-panel/style.css";
259
- import zm from "./split-pane/index.mjs";
259
+ import jm from "./split-pane/index.mjs";
260
260
  import "./split-pane/style.css";
261
- import jm from "./stateful/index.mjs";
261
+ import qm from "./stateful/index.mjs";
262
262
  import "./stateful/style.css";
263
- import qm from "./static-pageable-table/index.mjs";
263
+ import Ym from "./static-pageable-table/index.mjs";
264
264
  import "./static-pageable-table/style.css";
265
- import Ym from "./sub-table/index.mjs";
265
+ import Zm from "./sub-table/index.mjs";
266
266
  import "./sub-table/style.css";
267
- import { a as Zm } from "./chunks/SubTablePlus.BH0IIv3X.mjs";
267
+ import _m from "./sub-table-plus/index.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 { T as or } from "./chunks/TableColumn.BzivvXMF.mjs";
274
+ import or from "./table-column/index.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 sr from "./vue-video-player/index.mjs";
298
+ import dr from "./vue-video-player/index.mjs";
299
299
  import "./vue-video-player/style.css";
300
- import dr from "./watermark/index.mjs";
300
+ import sr 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 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"];
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"];
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(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);
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);
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
- s as Comment,
324
+ d as Comment,
325
325
  y as ConfirmButton,
326
- d as Confirmable,
326
+ s as Confirmable,
327
327
  b as ContextMenu,
328
328
  I as CountUp,
329
- T as CustomScrollbar,
330
- g as DataBox,
331
- C as DataCard,
329
+ C as CustomScrollbar,
330
+ T as DataBox,
331
+ g 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
- _ as FlexColumn,
357
- z as FlexItem,
358
- j as FlexRow,
359
- q as FlexScroller,
360
- Y as Flow,
361
- Z as FlowDesigner,
356
+ z as FlexColumn,
357
+ j as FlexItem,
358
+ q as FlexRow,
359
+ Y as FlexScroller,
360
+ Z as Flow,
361
+ _ 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
- To as FormItemGroup,
383
- go as FormRadioGroup,
384
- Co as FormSelect,
382
+ Co as FormItemGroup,
383
+ To as FormRadioGroup,
384
+ go 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
- _o as FyInputTable,
410
- zo as FyInputTree,
411
- jo as FyProgress,
412
- qo as FyRadio,
413
- Yo as FyRate,
414
- Zo as FySelect,
409
+ zo as FyInputTable,
410
+ jo as FyInputTree,
411
+ qo as FyProgress,
412
+ Yo as FyRadio,
413
+ Zo as FyRate,
414
+ _o 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
- sm as InputNumber,
432
- dm as InputNumberRange,
431
+ dm as InputNumber,
432
+ sm as InputNumberRange,
433
433
  ym as JSXComponent,
434
434
  bm as KeepViewAlive,
435
435
  Im as Keyboard,
436
- Tm as License,
437
- gm as LoadingView,
438
- Cm as Login,
436
+ Cm as License,
437
+ Tm as LoadingView,
438
+ gm 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
- _m as SkeletonPanel,
464
- zm as SplitPane,
465
- jm as Stateful,
466
- qm as StaticPageableTable,
467
- Ym as SubTable,
468
- Zm as SubTablePlus,
463
+ zm as SkeletonPanel,
464
+ jm as SplitPane,
465
+ qm as Stateful,
466
+ Ym as StaticPageableTable,
467
+ Zm as SubTable,
468
+ _m 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
- sr as VueVideoPlayer,
486
- dr as Watermark,
485
+ dr as VueVideoPlayer,
486
+ sr as Watermark,
487
487
  yr as XInputTag,
488
- Zi as componentNames,
488
+ _i as componentNames,
489
489
  ta as configComponents,
490
490
  $i as default,
491
491
  oa as imageCropper,
@@ -1,8 +1,7 @@
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 = {
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 = {
6
5
  props: {
7
6
  suffixIcon: {
8
7
  type: String
@@ -58,12 +57,12 @@ const l = {
58
57
  }
59
58
  }
60
59
  }
61
- }, p = {
60
+ }, l = {
62
61
  name: "InputNumber",
63
62
  directives: {
64
- repeatClick: o
63
+ repeatClick: u
65
64
  },
66
- mixins: [u("input"), l],
65
+ mixins: [s("input"), a],
67
66
  inject: {
68
67
  elForm: {
69
68
  default: ""
@@ -193,7 +192,7 @@ const l = {
193
192
  }
194
193
  }
195
194
  };
196
- var c = function() {
195
+ var p = function() {
197
196
  var e = this, n = e._self._c;
198
197
  return n("div", { class: [
199
198
  "input-number",
@@ -206,7 +205,7 @@ var c = function() {
206
205
  return !i.type.indexOf("key") && e._k(i.keyCode, "enter", 13, i.key, "Enter") ? null : e.decrease.apply(null, arguments);
207
206
  } } }, [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) {
208
207
  return !i.type.indexOf("key") && e._k(i.keyCode, "enter", 13, i.key, "Enter") ? null : e.increase.apply(null, arguments);
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) {
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) {
210
209
  return !i.type.indexOf("key") && e._k(i.keyCode, "up", 38, i.key, ["Up", "ArrowUp"]) ? null : (i.preventDefault(), e.increase.apply(null, arguments));
211
210
  }, function(i) {
212
211
  return !i.type.indexOf("key") && e._k(i.keyCode, "down", 40, i.key, ["Down", "ArrowDown"]) ? null : (i.preventDefault(), e.decrease.apply(null, arguments));
@@ -219,15 +218,15 @@ var c = function() {
219
218
  }, proxy: !0 }, { key: "suffix", fn: function() {
220
219
  return [e._t("suffix")];
221
220
  }, proxy: !0 }], null, !0) })], 1);
222
- }, h = [], d = /* @__PURE__ */ a(
221
+ }, c = [], h = /* @__PURE__ */ o(
222
+ l,
223
223
  p,
224
224
  c,
225
- h,
226
225
  !1,
227
226
  null,
228
227
  null
229
228
  );
230
- const _ = d.exports;
229
+ const b = h.exports;
231
230
  export {
232
- _ as default
231
+ b as default
233
232
  };
@@ -1,6 +1,5 @@
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";
1
+ import { isNotEmpty as i } from "@web-utils/core";
2
+ import { n } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
4
3
  const r = {
5
4
  name: "InputNumberRange",
6
5
  props: {
@@ -28,7 +27,7 @@ const r = {
28
27
  immediate: !0,
29
28
  handler(e) {
30
29
  const t = [void 0, void 0];
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;
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;
32
31
  }
33
32
  }
34
33
  },
@@ -38,22 +37,22 @@ const r = {
38
37
  }
39
38
  }
40
39
  };
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) {
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) {
44
43
  t.$set(t.val, 0, 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) {
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) {
46
45
  t.$set(t.val, 1, s);
47
46
  }, expression: "val[1]" } })], 1);
48
- }, u = [], d = /* @__PURE__ */ o(
47
+ }, l = [], u = /* @__PURE__ */ n(
49
48
  r,
49
+ o,
50
50
  l,
51
- u,
52
51
  !1,
53
52
  null,
54
53
  null
55
54
  );
56
- const f = d.exports;
55
+ const c = u.exports;
57
56
  export {
58
- f as default
57
+ c as default
59
58
  };
package/license/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { C as r } from "../chunks/util.DI42t5GU.mjs";
1
+ import { C as r } from "../chunks/util.DqFv_pWg.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,12 +1,7 @@
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 = {
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 = {
10
5
  name: "Login",
11
6
  props: {
12
7
  value: {
@@ -23,7 +18,7 @@ const l = "发送验证码", c = "{{time}}s后重获取", h = {
23
18
  },
24
19
  data() {
25
20
  return {
26
- text: l,
21
+ text: r,
27
22
  nowtime: "",
28
23
  check: {},
29
24
  flag: !1
@@ -69,15 +64,15 @@ const l = "发送验证码", c = "{{time}}s后重获取", h = {
69
64
  return this.option.column || {};
70
65
  },
71
66
  sendDisabled() {
72
- return !d(this.check);
67
+ return !n(this.check);
73
68
  }
74
69
  },
75
70
  methods: {
76
- setPx: m,
71
+ setPx: l,
77
72
  onSend() {
78
73
  const o = () => {
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);
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);
81
76
  }, 1e3);
82
77
  };
83
78
  this.sendDisabled || this.$emit("send", o);
@@ -100,26 +95,26 @@ const l = "发送验证码", c = "{{time}}s后重获取", h = {
100
95
  }
101
96
  }
102
97
  };
103
- var f = function() {
98
+ var d = function() {
104
99
  var e = this, t = e._self._c;
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) {
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) {
106
101
  e.$set(e.form, "username", 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) {
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) {
108
103
  e.$set(e.form, "password", s);
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()];
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()];
111
106
  }, proxy: !0 }], null, !1, 2861735427), model: { value: e.form.code, callback: function(s) {
112
107
  e.$set(e.form, "code", s);
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
- _,
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,
118
113
  !1,
119
114
  null,
120
115
  null
121
116
  );
122
- const T = b.exports;
117
+ const b = p.exports;
123
118
  export {
124
- T as default
119
+ b as default
125
120
  };
package/nav-bar/index.mjs CHANGED
@@ -1,6 +1,5 @@
1
- import e from "element-ui/lib/button";
2
- import { n as a } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
3
- const n = {
1
+ import { n as o } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
2
+ const a = {
4
3
  name: "NavBar",
5
4
  props: {
6
5
  onGoBack: Function,
@@ -15,18 +14,18 @@ const n = {
15
14
  }
16
15
  }
17
16
  };
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(
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,
22
22
  n,
23
23
  r,
24
- s,
25
24
  !1,
26
25
  null,
27
26
  null
28
27
  );
29
- const f = c.exports;
28
+ const l = s.exports;
30
29
  export {
31
- f as default
30
+ l as default
32
31
  };
package/notice/index.mjs CHANGED
@@ -1,12 +1,11 @@
1
- import r from "element-ui/lib/tag";
2
- import { n as l } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
1
+ import { n as r } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
3
2
  const a = {
4
3
  img: "img",
5
4
  title: "title",
6
5
  subtile: "title",
7
6
  tag: "tag",
8
7
  status: "status"
9
- }, o = {
8
+ }, l = {
10
9
  name: "Notice",
11
10
  props: {
12
11
  finish: {
@@ -73,22 +72,22 @@ const a = {
73
72
  }
74
73
  }
75
74
  };
76
- var c = function() {
75
+ var o = function() {
77
76
  var t = this, e = t._self._c;
78
77
  return e("div", { staticClass: "avue-notice" }, [t._l(t.data, function(i, n) {
79
- return e("div", { key: n, staticClass: "avue-notice__item", on: { click: function(p) {
78
+ return e("div", { key: n, staticClass: "avue-notice__item", on: { click: function(_) {
80
79
  return t.click(i);
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]) + " ")])])]);
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]) + " ")])])]);
82
81
  }), 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);
83
- }, u = [], _ = /* @__PURE__ */ l(
82
+ }, c = [], u = /* @__PURE__ */ r(
83
+ l,
84
84
  o,
85
85
  c,
86
- u,
87
86
  !1,
88
87
  null,
89
88
  null
90
89
  );
91
- const v = _.exports;
90
+ const g = u.exports;
92
91
  export {
93
- v as default
92
+ g as default
94
93
  };
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.15",
4
+ "version": "4.0.16",
5
5
  "author": "Simple",
6
6
  "license": "MIT",
7
7
  "type": "module",