@web-utils/component 2.9.3 → 2.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.mjs +342 -339
- package/package.json +1 -1
- package/vue-qr-code/index.mjs +83 -0
- package/web-types.json +39 -1
package/index.mjs
CHANGED
|
@@ -1,437 +1,439 @@
|
|
|
1
1
|
import m from "@web-utils/component/address-input";
|
|
2
|
-
import { default as
|
|
2
|
+
import { default as mf } from "@web-utils/component/address-input";
|
|
3
3
|
import "@web-utils/component/address-input/style.css";
|
|
4
4
|
import r from "@web-utils/component/affix";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as tf } from "@web-utils/component/affix";
|
|
6
6
|
import "@web-utils/component/affix/style.css";
|
|
7
7
|
import t from "@web-utils/component/aside-menu";
|
|
8
|
-
import { default as
|
|
8
|
+
import { default as pf } from "@web-utils/component/aside-menu";
|
|
9
9
|
import "@web-utils/component/aside-menu/style.css";
|
|
10
10
|
import e from "@web-utils/component/avatar";
|
|
11
|
-
import { default as
|
|
11
|
+
import { default as nf } from "@web-utils/component/avatar";
|
|
12
12
|
import "@web-utils/component/avatar/style.css";
|
|
13
13
|
import p from "@web-utils/component/awesome-button";
|
|
14
|
-
import { default as
|
|
14
|
+
import { default as lf } from "@web-utils/component/awesome-button";
|
|
15
15
|
import a from "@web-utils/component/capsule-tab";
|
|
16
|
-
import { default as
|
|
16
|
+
import { default as sf } from "@web-utils/component/capsule-tab";
|
|
17
17
|
import "@web-utils/component/capsule-tab/style.css";
|
|
18
18
|
import n from "@web-utils/component/card";
|
|
19
|
-
import { default as
|
|
19
|
+
import { default as xf } from "@web-utils/component/card";
|
|
20
20
|
import "@web-utils/component/card/style.css";
|
|
21
21
|
import f from "@web-utils/component/carousel";
|
|
22
|
-
import { default as
|
|
22
|
+
import { default as uf } from "@web-utils/component/carousel";
|
|
23
23
|
import "@web-utils/component/carousel/style.css";
|
|
24
24
|
import i from "@web-utils/component/chat";
|
|
25
|
-
import { default as
|
|
25
|
+
import { default as gf } from "@web-utils/component/chat";
|
|
26
26
|
import "@web-utils/component/chat/style.css";
|
|
27
27
|
import l from "@web-utils/component/chunk-file-uploader";
|
|
28
|
-
import { default as
|
|
28
|
+
import { default as Cf } from "@web-utils/component/chunk-file-uploader";
|
|
29
29
|
import "@web-utils/component/chunk-file-uploader/style.css";
|
|
30
30
|
import d from "@web-utils/component/code-mirror-editor";
|
|
31
|
-
import { default as
|
|
31
|
+
import { default as Tf } from "@web-utils/component/code-mirror-editor";
|
|
32
32
|
import "@web-utils/component/code-mirror-editor/style.css";
|
|
33
33
|
import s from "@web-utils/component/color-picker";
|
|
34
|
-
import { default as
|
|
34
|
+
import { default as Df } from "@web-utils/component/color-picker";
|
|
35
35
|
import c from "@web-utils/component/comment";
|
|
36
|
-
import { default as
|
|
36
|
+
import { default as wf } from "@web-utils/component/comment";
|
|
37
37
|
import "@web-utils/component/comment/style.css";
|
|
38
38
|
import x from "@web-utils/component/confirmable";
|
|
39
|
-
import { default as
|
|
39
|
+
import { default as hf } from "@web-utils/component/confirmable";
|
|
40
40
|
import F from "@web-utils/component/confirm-button";
|
|
41
|
-
import { default as
|
|
41
|
+
import { default as Nf } from "@web-utils/component/confirm-button";
|
|
42
42
|
import u from "@web-utils/component/context-menu";
|
|
43
|
-
import { default as
|
|
43
|
+
import { default as Rf } from "@web-utils/component/context-menu";
|
|
44
44
|
import "@web-utils/component/context-menu/style.css";
|
|
45
45
|
import y from "@web-utils/component/count-up";
|
|
46
|
-
import { default as
|
|
46
|
+
import { default as Bf } from "@web-utils/component/count-up";
|
|
47
47
|
import g from "@web-utils/component/custom-scrollbar";
|
|
48
|
-
import { default as
|
|
48
|
+
import { default as Gf } from "@web-utils/component/custom-scrollbar";
|
|
49
49
|
import I from "@web-utils/component/data-box";
|
|
50
|
-
import { default as
|
|
50
|
+
import { default as Hf } from "@web-utils/component/data-box";
|
|
51
51
|
import "@web-utils/component/data-box/style.css";
|
|
52
52
|
import C from "@web-utils/component/data-card";
|
|
53
|
-
import { default as
|
|
53
|
+
import { default as Jf } from "@web-utils/component/data-card";
|
|
54
54
|
import "@web-utils/component/data-card/style.css";
|
|
55
55
|
import b from "@web-utils/component/data-cardtext";
|
|
56
|
-
import { default as
|
|
56
|
+
import { default as Of } from "@web-utils/component/data-cardtext";
|
|
57
57
|
import "@web-utils/component/data-cardtext/style.css";
|
|
58
58
|
import T from "@web-utils/component/data-display";
|
|
59
|
-
import { default as
|
|
59
|
+
import { default as Wf } from "@web-utils/component/data-display";
|
|
60
60
|
import "@web-utils/component/data-display/style.css";
|
|
61
61
|
import P from "@web-utils/component/data-icons";
|
|
62
|
-
import { default as
|
|
62
|
+
import { default as zf } from "@web-utils/component/data-icons";
|
|
63
63
|
import "@web-utils/component/data-icons/style.css";
|
|
64
64
|
import D from "@web-utils/component/data-imgtext";
|
|
65
|
-
import { default as
|
|
65
|
+
import { default as qf } from "@web-utils/component/data-imgtext";
|
|
66
66
|
import "@web-utils/component/data-imgtext/style.css";
|
|
67
67
|
import S from "@web-utils/component/data-operatext";
|
|
68
|
-
import { default as
|
|
68
|
+
import { default as Zf } from "@web-utils/component/data-operatext";
|
|
69
69
|
import "@web-utils/component/data-operatext/style.css";
|
|
70
70
|
import w from "@web-utils/component/data-panel";
|
|
71
|
-
import { default as
|
|
71
|
+
import { default as $f } from "@web-utils/component/data-panel";
|
|
72
72
|
import "@web-utils/component/data-panel/style.css";
|
|
73
73
|
import E from "@web-utils/component/data-pay";
|
|
74
|
-
import { default as
|
|
74
|
+
import { default as oi } from "@web-utils/component/data-pay";
|
|
75
75
|
import "@web-utils/component/data-pay/style.css";
|
|
76
76
|
import h from "@web-utils/component/data-price";
|
|
77
|
-
import { default as
|
|
77
|
+
import { default as ri } from "@web-utils/component/data-price";
|
|
78
78
|
import "@web-utils/component/data-price/style.css";
|
|
79
79
|
import k from "@web-utils/component/data-progress";
|
|
80
|
-
import { default as
|
|
80
|
+
import { default as ei } from "@web-utils/component/data-progress";
|
|
81
81
|
import "@web-utils/component/data-progress/style.css";
|
|
82
82
|
import N from "@web-utils/component/data-rotate";
|
|
83
|
-
import { default as
|
|
83
|
+
import { default as ai } from "@web-utils/component/data-rotate";
|
|
84
84
|
import "@web-utils/component/data-rotate/style.css";
|
|
85
85
|
import A from "@web-utils/component/data-table-picker";
|
|
86
|
-
import { default as
|
|
86
|
+
import { default as fi } from "@web-utils/component/data-table-picker";
|
|
87
87
|
import R from "@web-utils/component/data-tabs";
|
|
88
|
-
import { default as
|
|
88
|
+
import { default as li } from "@web-utils/component/data-tabs";
|
|
89
89
|
import "@web-utils/component/data-tabs/style.css";
|
|
90
90
|
import v from "@web-utils/component/dialog-form";
|
|
91
|
-
import { default as
|
|
91
|
+
import { default as si } from "@web-utils/component/dialog-form";
|
|
92
92
|
import "@web-utils/component/dialog-form/style.css";
|
|
93
93
|
import B from "@web-utils/component/dynamic-table";
|
|
94
|
-
import { default as
|
|
94
|
+
import { default as xi } from "@web-utils/component/dynamic-table";
|
|
95
95
|
import "@web-utils/component/dynamic-table/style.css";
|
|
96
96
|
import M from "@web-utils/component/easy-popup";
|
|
97
|
-
import { default as
|
|
97
|
+
import { default as ui } from "@web-utils/component/easy-popup";
|
|
98
98
|
import "@web-utils/component/easy-popup/style.css";
|
|
99
99
|
import G from "@web-utils/component/e-charts";
|
|
100
|
-
import { default as
|
|
100
|
+
import { default as gi } from "@web-utils/component/e-charts";
|
|
101
101
|
import "@web-utils/component/e-charts/style.css";
|
|
102
102
|
import U from "@web-utils/component/editable-progress";
|
|
103
|
-
import { default as
|
|
103
|
+
import { default as Ci } from "@web-utils/component/editable-progress";
|
|
104
104
|
import "@web-utils/component/editable-progress/style.css";
|
|
105
105
|
import H from "@web-utils/component/editable-tree";
|
|
106
|
-
import { default as
|
|
106
|
+
import { default as Ti } from "@web-utils/component/editable-tree";
|
|
107
107
|
import "@web-utils/component/editable-tree/style.css";
|
|
108
108
|
import L from "@web-utils/component/egd-collapse";
|
|
109
|
-
import { default as
|
|
109
|
+
import { default as Di } from "@web-utils/component/egd-collapse";
|
|
110
110
|
import J from "@web-utils/component/egd-collapse-item";
|
|
111
|
-
import { default as
|
|
111
|
+
import { default as wi } from "@web-utils/component/egd-collapse-item";
|
|
112
112
|
import K from "@web-utils/component/element-dialog";
|
|
113
|
-
import { default as
|
|
113
|
+
import { default as hi } from "@web-utils/component/element-dialog";
|
|
114
114
|
import "@web-utils/component/element-dialog/style.css";
|
|
115
115
|
import O from "@web-utils/component/empty-view";
|
|
116
|
-
import { default as
|
|
116
|
+
import { default as Ni } from "@web-utils/component/empty-view";
|
|
117
117
|
import "@web-utils/component/empty-view/style.css";
|
|
118
|
-
import
|
|
119
|
-
import { default as
|
|
118
|
+
import Q from "@web-utils/component/error-view";
|
|
119
|
+
import { default as Ri } from "@web-utils/component/error-view";
|
|
120
120
|
import "@web-utils/component/error-view/style.css";
|
|
121
|
-
import
|
|
122
|
-
import { default as
|
|
123
|
-
import
|
|
124
|
-
import { default as
|
|
125
|
-
import
|
|
126
|
-
import { default as
|
|
121
|
+
import W from "@web-utils/component/flex-column";
|
|
122
|
+
import { default as Bi } from "@web-utils/component/flex-column";
|
|
123
|
+
import X from "@web-utils/component/flex-item";
|
|
124
|
+
import { default as Gi } from "@web-utils/component/flex-item";
|
|
125
|
+
import z from "@web-utils/component/flex-row";
|
|
126
|
+
import { default as Hi } from "@web-utils/component/flex-row";
|
|
127
127
|
import j from "@web-utils/component/flex-scroller";
|
|
128
|
-
import { default as
|
|
128
|
+
import { default as Ji } from "@web-utils/component/flex-scroller";
|
|
129
129
|
import "@web-utils/component/flex-scroller/style.css";
|
|
130
130
|
import q from "@web-utils/component/flow";
|
|
131
|
-
import { default as
|
|
131
|
+
import { default as Oi } from "@web-utils/component/flow";
|
|
132
132
|
import "@web-utils/component/flow/style.css";
|
|
133
133
|
import Y from "@web-utils/component/flow-designer";
|
|
134
|
-
import { default as
|
|
134
|
+
import { default as Wi } from "@web-utils/component/flow-designer";
|
|
135
135
|
import "@web-utils/component/flow-designer/style.css";
|
|
136
136
|
import Z from "@web-utils/component/flow-node";
|
|
137
|
-
import { default as
|
|
137
|
+
import { default as zi } from "@web-utils/component/flow-node";
|
|
138
138
|
import _ from "@web-utils/component/flow-viewer";
|
|
139
|
-
import { default as
|
|
139
|
+
import { default as qi } from "@web-utils/component/flow-viewer";
|
|
140
140
|
import "@web-utils/component/flow-viewer/style.css";
|
|
141
141
|
import $ from "@web-utils/component/form-block";
|
|
142
|
-
import { default as
|
|
142
|
+
import { default as Zi } from "@web-utils/component/form-block";
|
|
143
143
|
import "@web-utils/component/form-block/style.css";
|
|
144
144
|
import V from "@web-utils/component/form-button";
|
|
145
|
-
import { default as
|
|
145
|
+
import { default as $i } from "@web-utils/component/form-button";
|
|
146
146
|
import oo from "@web-utils/component/form-cascader";
|
|
147
|
-
import { default as
|
|
147
|
+
import { default as ol } from "@web-utils/component/form-cascader";
|
|
148
148
|
import mo from "@web-utils/component/form-checkbox-group";
|
|
149
|
-
import { default as
|
|
149
|
+
import { default as rl } from "@web-utils/component/form-checkbox-group";
|
|
150
150
|
import "@web-utils/component/form-checkbox-group/style.css";
|
|
151
151
|
import ro from "@web-utils/component/form-date-picker";
|
|
152
|
-
import { default as
|
|
152
|
+
import { default as el } from "@web-utils/component/form-date-picker";
|
|
153
153
|
import to from "@web-utils/component/form-holder";
|
|
154
|
-
import { default as
|
|
154
|
+
import { default as al } from "@web-utils/component/form-holder";
|
|
155
155
|
import eo from "@web-utils/component/form-input";
|
|
156
|
-
import { default as
|
|
156
|
+
import { default as fl } from "@web-utils/component/form-input";
|
|
157
157
|
import po from "@web-utils/component/form-input-email";
|
|
158
|
-
import { default as
|
|
158
|
+
import { default as ll } from "@web-utils/component/form-input-email";
|
|
159
159
|
import ao from "@web-utils/component/form-input-id-card";
|
|
160
|
-
import { default as
|
|
160
|
+
import { default as sl } from "@web-utils/component/form-input-id-card";
|
|
161
161
|
import no from "@web-utils/component/form-input-number";
|
|
162
|
-
import { default as
|
|
162
|
+
import { default as xl } from "@web-utils/component/form-input-number";
|
|
163
163
|
import "@web-utils/component/form-input-number/style.css";
|
|
164
164
|
import fo from "@web-utils/component/form-input-phone-number";
|
|
165
|
-
import { default as
|
|
165
|
+
import { default as ul } from "@web-utils/component/form-input-phone-number";
|
|
166
166
|
import io from "@web-utils/component/form-input-tag";
|
|
167
|
-
import { default as
|
|
167
|
+
import { default as gl } from "@web-utils/component/form-input-tag";
|
|
168
168
|
import lo from "@web-utils/component/form-input-time";
|
|
169
|
-
import { default as
|
|
169
|
+
import { default as Cl } from "@web-utils/component/form-input-time";
|
|
170
170
|
import so from "@web-utils/component/form-item";
|
|
171
|
-
import { default as
|
|
171
|
+
import { default as Tl } from "@web-utils/component/form-item";
|
|
172
172
|
import "@web-utils/component/form-item/style.css";
|
|
173
173
|
import co from "@web-utils/component/form-item-config-provider";
|
|
174
|
-
import { default as
|
|
174
|
+
import { default as Dl } from "@web-utils/component/form-item-config-provider";
|
|
175
175
|
import xo from "@web-utils/component/form-item-group";
|
|
176
|
-
import { default as
|
|
176
|
+
import { default as wl } from "@web-utils/component/form-item-group";
|
|
177
177
|
import "@web-utils/component/form-item-group/style.css";
|
|
178
178
|
import Fo from "@web-utils/component/form-radio-group";
|
|
179
|
-
import { default as
|
|
179
|
+
import { default as hl } from "@web-utils/component/form-radio-group";
|
|
180
180
|
import "@web-utils/component/form-radio-group/style.css";
|
|
181
181
|
import uo from "@web-utils/component/form-select";
|
|
182
|
-
import { default as
|
|
182
|
+
import { default as Nl } from "@web-utils/component/form-select";
|
|
183
183
|
import yo from "@web-utils/component/form-switch";
|
|
184
|
-
import { default as
|
|
184
|
+
import { default as Rl } from "@web-utils/component/form-switch";
|
|
185
185
|
import go from "@web-utils/component/form-textarea";
|
|
186
|
-
import { default as
|
|
186
|
+
import { default as Bl } from "@web-utils/component/form-textarea";
|
|
187
187
|
import Io from "@web-utils/component/form-view";
|
|
188
|
-
import { default as
|
|
188
|
+
import { default as Gl } from "@web-utils/component/form-view";
|
|
189
189
|
import "@web-utils/component/form-view/style.css";
|
|
190
190
|
import Co from "@web-utils/component/fy-array";
|
|
191
|
-
import { default as
|
|
191
|
+
import { default as Hl } from "@web-utils/component/fy-array";
|
|
192
192
|
import "@web-utils/component/fy-array/style.css";
|
|
193
193
|
import bo from "@web-utils/component/fy-article";
|
|
194
|
-
import { default as
|
|
194
|
+
import { default as Jl } from "@web-utils/component/fy-article";
|
|
195
195
|
import "@web-utils/component/fy-article/style.css";
|
|
196
196
|
import To from "@web-utils/component/fy-cascader";
|
|
197
|
-
import { default as
|
|
197
|
+
import { default as Ol } from "@web-utils/component/fy-cascader";
|
|
198
198
|
import Po from "@web-utils/component/fy-checkbox";
|
|
199
|
-
import { default as
|
|
199
|
+
import { default as Wl } from "@web-utils/component/fy-checkbox";
|
|
200
200
|
import "@web-utils/component/fy-checkbox/style.css";
|
|
201
201
|
import Do from "@web-utils/component/fy-code";
|
|
202
|
-
import { default as
|
|
202
|
+
import { default as zl } from "@web-utils/component/fy-code";
|
|
203
203
|
import So from "@web-utils/component/fy-curd";
|
|
204
|
-
import { default as
|
|
204
|
+
import { default as ql } from "@web-utils/component/fy-curd";
|
|
205
205
|
import "@web-utils/component/fy-curd/style.css";
|
|
206
206
|
import wo from "@web-utils/component/fy-date";
|
|
207
|
-
import { default as
|
|
207
|
+
import { default as Zl } from "@web-utils/component/fy-date";
|
|
208
208
|
import "@web-utils/component/fy-date/style.css";
|
|
209
209
|
import Eo from "@web-utils/component/fy-draggable";
|
|
210
|
-
import { default as
|
|
210
|
+
import { default as $l } from "@web-utils/component/fy-draggable";
|
|
211
211
|
import "@web-utils/component/fy-draggable/style.css";
|
|
212
212
|
import ho from "@web-utils/component/fy-dynamic";
|
|
213
|
-
import { default as
|
|
213
|
+
import { default as od } from "@web-utils/component/fy-dynamic";
|
|
214
214
|
import "@web-utils/component/fy-dynamic/style.css";
|
|
215
215
|
import ko from "@web-utils/component/fy-empty";
|
|
216
|
-
import { default as
|
|
216
|
+
import { default as rd } from "@web-utils/component/fy-empty";
|
|
217
217
|
import "@web-utils/component/fy-empty/style.css";
|
|
218
218
|
import No from "@web-utils/component/fy-form";
|
|
219
|
-
import { default as
|
|
219
|
+
import { default as ed } from "@web-utils/component/fy-form";
|
|
220
220
|
import "@web-utils/component/fy-form/style.css";
|
|
221
221
|
import Ao from "@web-utils/component/fy-form-design";
|
|
222
|
-
import { default as
|
|
222
|
+
import { default as ad } from "@web-utils/component/fy-form-design";
|
|
223
223
|
import "@web-utils/component/fy-form-design/style.css";
|
|
224
224
|
import Ro from "@web-utils/component/fy-input";
|
|
225
|
-
import { default as
|
|
225
|
+
import { default as fd } from "@web-utils/component/fy-input";
|
|
226
226
|
import vo from "@web-utils/component/fy-input-color";
|
|
227
|
-
import { default as
|
|
227
|
+
import { default as ld } from "@web-utils/component/fy-input-color";
|
|
228
228
|
import Bo from "@web-utils/component/fy-input-icon";
|
|
229
|
-
import { default as
|
|
229
|
+
import { default as sd } from "@web-utils/component/fy-input-icon";
|
|
230
230
|
import "@web-utils/component/fy-input-icon/style.css";
|
|
231
231
|
import Mo from "@web-utils/component/fy-input-map";
|
|
232
|
-
import { default as
|
|
232
|
+
import { default as xd } from "@web-utils/component/fy-input-map";
|
|
233
233
|
import "@web-utils/component/fy-input-map/style.css";
|
|
234
234
|
import Go from "@web-utils/component/fy-input-number";
|
|
235
|
-
import { default as
|
|
235
|
+
import { default as ud } from "@web-utils/component/fy-input-number";
|
|
236
236
|
import Uo from "@web-utils/component/fy-input-table";
|
|
237
|
-
import { default as
|
|
237
|
+
import { default as gd } from "@web-utils/component/fy-input-table";
|
|
238
238
|
import "@web-utils/component/fy-input-table/style.css";
|
|
239
239
|
import Ho from "@web-utils/component/fy-input-tree";
|
|
240
|
-
import { default as
|
|
240
|
+
import { default as Cd } from "@web-utils/component/fy-input-tree";
|
|
241
241
|
import "@web-utils/component/fy-input-tree/style.css";
|
|
242
242
|
import Lo from "@web-utils/component/fy-progress";
|
|
243
|
-
import { default as
|
|
243
|
+
import { default as Td } from "@web-utils/component/fy-progress";
|
|
244
244
|
import Jo from "@web-utils/component/fy-radio";
|
|
245
|
-
import { default as
|
|
245
|
+
import { default as Dd } from "@web-utils/component/fy-radio";
|
|
246
246
|
import "@web-utils/component/fy-radio/style.css";
|
|
247
247
|
import Ko from "@web-utils/component/fy-rate";
|
|
248
|
-
import { default as
|
|
248
|
+
import { default as wd } from "@web-utils/component/fy-rate";
|
|
249
249
|
import "@web-utils/component/fy-rate/style.css";
|
|
250
250
|
import Oo from "@web-utils/component/fy-select";
|
|
251
|
-
import { default as
|
|
251
|
+
import { default as hd } from "@web-utils/component/fy-select";
|
|
252
252
|
import "@web-utils/component/fy-select/style.css";
|
|
253
|
-
import
|
|
254
|
-
import { default as
|
|
255
|
-
import
|
|
256
|
-
import { default as
|
|
257
|
-
import
|
|
258
|
-
import { default as
|
|
259
|
-
import
|
|
260
|
-
import { default as
|
|
253
|
+
import Qo from "@web-utils/component/fy-slider";
|
|
254
|
+
import { default as Nd } from "@web-utils/component/fy-slider";
|
|
255
|
+
import Wo from "@web-utils/component/fy-switch";
|
|
256
|
+
import { default as Rd } from "@web-utils/component/fy-switch";
|
|
257
|
+
import Xo from "@web-utils/component/fy-tabs";
|
|
258
|
+
import { default as Bd } from "@web-utils/component/fy-tabs";
|
|
259
|
+
import zo from "@web-utils/component/fy-time";
|
|
260
|
+
import { default as Gd } from "@web-utils/component/fy-time";
|
|
261
261
|
import jo from "@web-utils/component/fy-title";
|
|
262
|
-
import { default as
|
|
262
|
+
import { default as Hd } from "@web-utils/component/fy-title";
|
|
263
263
|
import "@web-utils/component/fy-title/style.css";
|
|
264
264
|
import qo from "@web-utils/component/fy-tree";
|
|
265
|
-
import { default as
|
|
265
|
+
import { default as Jd } from "@web-utils/component/fy-tree";
|
|
266
266
|
import "@web-utils/component/fy-tree/style.css";
|
|
267
267
|
import Yo from "@web-utils/component/fy-u-editor";
|
|
268
|
-
import { default as
|
|
268
|
+
import { default as Od } from "@web-utils/component/fy-u-editor";
|
|
269
269
|
import "@web-utils/component/fy-u-editor/style.css";
|
|
270
270
|
import Zo from "@web-utils/component/fy-upload";
|
|
271
|
-
import { default as
|
|
271
|
+
import { default as Wd } from "@web-utils/component/fy-upload";
|
|
272
272
|
import "@web-utils/component/fy-upload/style.css";
|
|
273
273
|
import _o from "@web-utils/component/guide-steps";
|
|
274
|
-
import { default as
|
|
274
|
+
import { default as zd } from "@web-utils/component/guide-steps";
|
|
275
275
|
import "@web-utils/component/guide-steps/style.css";
|
|
276
276
|
import $o from "@web-utils/component/highlight-j-s";
|
|
277
|
-
import { default as
|
|
277
|
+
import { default as qd } from "@web-utils/component/highlight-j-s";
|
|
278
278
|
import "@web-utils/component/highlight-j-s/style.css";
|
|
279
279
|
import Vo from "@web-utils/component/icon-card";
|
|
280
|
-
import { default as
|
|
280
|
+
import { default as Zd } from "@web-utils/component/icon-card";
|
|
281
281
|
import "@web-utils/component/icon-card/style.css";
|
|
282
282
|
import om from "@web-utils/component/icon-temp";
|
|
283
|
-
import { default as
|
|
283
|
+
import { default as $d } from "@web-utils/component/icon-temp";
|
|
284
284
|
import "@web-utils/component/icon-temp/style.css";
|
|
285
285
|
import mm from "@web-utils/component/iframe-window";
|
|
286
|
-
import { default as
|
|
286
|
+
import { default as os } from "@web-utils/component/iframe-window";
|
|
287
287
|
import "@web-utils/component/iframe-window/style.css";
|
|
288
288
|
import rm from "@web-utils/component/image-cropper";
|
|
289
|
-
import { default as
|
|
289
|
+
import { default as rs } from "@web-utils/component/image-cropper";
|
|
290
290
|
import "@web-utils/component/image-cropper/style.css";
|
|
291
291
|
import tm from "@web-utils/component/image-preview";
|
|
292
|
-
import { default as
|
|
292
|
+
import { default as es } from "@web-utils/component/image-preview";
|
|
293
293
|
import "@web-utils/component/image-preview/style.css";
|
|
294
294
|
import em from "@web-utils/component/image-viewer";
|
|
295
|
-
import { default as
|
|
295
|
+
import { default as as } from "@web-utils/component/image-viewer";
|
|
296
296
|
import "@web-utils/component/image-viewer/style.css";
|
|
297
297
|
import pm from "@web-utils/component/input-number";
|
|
298
|
-
import { default as
|
|
298
|
+
import { default as fs } from "@web-utils/component/input-number";
|
|
299
299
|
import "@web-utils/component/input-number/style.css";
|
|
300
300
|
import am from "@web-utils/component/input-number-range";
|
|
301
|
-
import { default as
|
|
301
|
+
import { default as ls } from "@web-utils/component/input-number-range";
|
|
302
302
|
import "@web-utils/component/input-number-range/style.css";
|
|
303
303
|
import nm from "@web-utils/component/keep-view-alive";
|
|
304
|
-
import { default as
|
|
304
|
+
import { default as ss } from "@web-utils/component/keep-view-alive";
|
|
305
305
|
import fm from "@web-utils/component/keyboard";
|
|
306
|
-
import { default as
|
|
306
|
+
import { default as xs } from "@web-utils/component/keyboard";
|
|
307
307
|
import "@web-utils/component/keyboard/style.css";
|
|
308
308
|
import im from "@web-utils/component/license";
|
|
309
|
-
import { default as
|
|
309
|
+
import { default as us } from "@web-utils/component/license";
|
|
310
310
|
import lm from "@web-utils/component/loading-view";
|
|
311
|
-
import { default as
|
|
311
|
+
import { default as gs } from "@web-utils/component/loading-view";
|
|
312
312
|
import "@web-utils/component/loading-view/style.css";
|
|
313
313
|
import dm from "@web-utils/component/login";
|
|
314
|
-
import { default as
|
|
314
|
+
import { default as Cs } from "@web-utils/component/login";
|
|
315
315
|
import "@web-utils/component/login/style.css";
|
|
316
316
|
import sm from "@web-utils/component/monaco-editor";
|
|
317
|
-
import { default as
|
|
317
|
+
import { default as Ts } from "@web-utils/component/monaco-editor";
|
|
318
318
|
import cm from "@web-utils/component/name-avatar";
|
|
319
|
-
import { default as
|
|
319
|
+
import { default as Ds } from "@web-utils/component/name-avatar";
|
|
320
320
|
import "@web-utils/component/name-avatar/style.css";
|
|
321
321
|
import xm from "@web-utils/component/nav-bar";
|
|
322
|
-
import { default as
|
|
322
|
+
import { default as ws } from "@web-utils/component/nav-bar";
|
|
323
323
|
import "@web-utils/component/nav-bar/style.css";
|
|
324
324
|
import Fm from "@web-utils/component/notice";
|
|
325
|
-
import { default as
|
|
325
|
+
import { default as hs } from "@web-utils/component/notice";
|
|
326
326
|
import "@web-utils/component/notice/style.css";
|
|
327
327
|
import um from "@web-utils/component/not-implement";
|
|
328
|
-
import { default as
|
|
328
|
+
import { default as Ns } from "@web-utils/component/not-implement";
|
|
329
329
|
import "@web-utils/component/not-implement/style.css";
|
|
330
330
|
import ym from "@web-utils/component/page";
|
|
331
|
-
import { default as
|
|
331
|
+
import { default as Rs } from "@web-utils/component/page";
|
|
332
332
|
import "@web-utils/component/page/style.css";
|
|
333
333
|
import gm from "@web-utils/component/pageable-table";
|
|
334
|
-
import { default as
|
|
334
|
+
import { default as Bs } from "@web-utils/component/pageable-table";
|
|
335
335
|
import "@web-utils/component/pageable-table/style.css";
|
|
336
336
|
import Im from "@web-utils/component/pageable-view";
|
|
337
|
-
import { default as
|
|
337
|
+
import { default as Gs } from "@web-utils/component/pageable-view";
|
|
338
338
|
import "@web-utils/component/pageable-view/style.css";
|
|
339
339
|
import Cm from "@web-utils/component/page-header";
|
|
340
|
-
import { default as
|
|
340
|
+
import { default as Hs } from "@web-utils/component/page-header";
|
|
341
341
|
import "@web-utils/component/page-header/style.css";
|
|
342
342
|
import bm from "@web-utils/component/page-index";
|
|
343
|
-
import { default as
|
|
343
|
+
import { default as Js } from "@web-utils/component/page-index";
|
|
344
344
|
import "@web-utils/component/page-index/style.css";
|
|
345
345
|
import Tm from "@web-utils/component/page-index-top";
|
|
346
|
-
import { default as
|
|
346
|
+
import { default as Os } from "@web-utils/component/page-index-top";
|
|
347
347
|
import Pm from "@web-utils/component/page-skeleton";
|
|
348
|
-
import { default as
|
|
348
|
+
import { default as Ws } from "@web-utils/component/page-skeleton";
|
|
349
349
|
import "@web-utils/component/page-skeleton/style.css";
|
|
350
350
|
import Dm from "@web-utils/component/page-skeleton-new";
|
|
351
|
-
import { default as
|
|
351
|
+
import { default as zs } from "@web-utils/component/page-skeleton-new";
|
|
352
352
|
import "@web-utils/component/page-skeleton-new/style.css";
|
|
353
353
|
import Sm from "@web-utils/component/photo-swipe";
|
|
354
|
-
import { default as
|
|
354
|
+
import { default as qs } from "@web-utils/component/photo-swipe";
|
|
355
355
|
import wm from "@web-utils/component/present-view";
|
|
356
|
-
import { default as
|
|
356
|
+
import { default as Zs } from "@web-utils/component/present-view";
|
|
357
357
|
import "@web-utils/component/present-view/style.css";
|
|
358
358
|
import Em from "@web-utils/component/queue";
|
|
359
|
-
import { default as
|
|
359
|
+
import { default as $s } from "@web-utils/component/queue";
|
|
360
360
|
import "@web-utils/component/queue/style.css";
|
|
361
361
|
import hm from "@web-utils/component/record-video";
|
|
362
|
-
import { default as
|
|
362
|
+
import { default as oc } from "@web-utils/component/record-video";
|
|
363
363
|
import "@web-utils/component/record-video/style.css";
|
|
364
364
|
import km from "@web-utils/component/resize-observer";
|
|
365
|
-
import { default as
|
|
365
|
+
import { default as rc } from "@web-utils/component/resize-observer";
|
|
366
366
|
import "@web-utils/component/resize-observer/style.css";
|
|
367
367
|
import Nm from "@web-utils/component/search";
|
|
368
|
-
import { default as
|
|
368
|
+
import { default as ec } from "@web-utils/component/search";
|
|
369
369
|
import "@web-utils/component/search/style.css";
|
|
370
370
|
import Am from "@web-utils/component/search-popover";
|
|
371
|
-
import { default as
|
|
371
|
+
import { default as ac } from "@web-utils/component/search-popover";
|
|
372
372
|
import "@web-utils/component/search-popover/style.css";
|
|
373
373
|
import Rm from "@web-utils/component/sign";
|
|
374
|
-
import { default as
|
|
374
|
+
import { default as fc } from "@web-utils/component/sign";
|
|
375
375
|
import "@web-utils/component/sign/style.css";
|
|
376
376
|
import vm from "@web-utils/component/sign-panel";
|
|
377
|
-
import { default as
|
|
377
|
+
import { default as lc } from "@web-utils/component/sign-panel";
|
|
378
378
|
import "@web-utils/component/sign-panel/style.css";
|
|
379
379
|
import Bm from "@web-utils/component/skeleton";
|
|
380
|
-
import { default as
|
|
380
|
+
import { default as sc } from "@web-utils/component/skeleton";
|
|
381
381
|
import "@web-utils/component/skeleton/style.css";
|
|
382
382
|
import Mm from "@web-utils/component/split-pane";
|
|
383
|
-
import { default as
|
|
383
|
+
import { default as xc } from "@web-utils/component/split-pane";
|
|
384
384
|
import "@web-utils/component/split-pane/style.css";
|
|
385
385
|
import Gm from "@web-utils/component/stateful";
|
|
386
|
-
import { default as
|
|
386
|
+
import { default as uc } from "@web-utils/component/stateful";
|
|
387
387
|
import "@web-utils/component/stateful/style.css";
|
|
388
388
|
import Um from "@web-utils/component/static-pageable-table";
|
|
389
|
-
import { default as
|
|
389
|
+
import { default as gc } from "@web-utils/component/static-pageable-table";
|
|
390
390
|
import "@web-utils/component/static-pageable-table/style.css";
|
|
391
391
|
import Hm from "@web-utils/component/swiper";
|
|
392
|
-
import { default as
|
|
392
|
+
import { default as Cc } from "@web-utils/component/swiper";
|
|
393
393
|
import "@web-utils/component/swiper/style.css";
|
|
394
394
|
import Lm from "@web-utils/component/tab";
|
|
395
|
-
import { default as
|
|
395
|
+
import { default as Tc } from "@web-utils/component/tab";
|
|
396
396
|
import "@web-utils/component/tab/style.css";
|
|
397
397
|
import Jm from "@web-utils/component/tab-item";
|
|
398
|
-
import { default as
|
|
398
|
+
import { default as Dc } from "@web-utils/component/tab-item";
|
|
399
399
|
import Km from "@web-utils/component/table-column";
|
|
400
|
-
import { default as
|
|
400
|
+
import { default as wc } from "@web-utils/component/table-column";
|
|
401
401
|
import Om from "@web-utils/component/table-view";
|
|
402
|
-
import { default as
|
|
402
|
+
import { default as hc } from "@web-utils/component/table-view";
|
|
403
403
|
import "@web-utils/component/table-view/style.css";
|
|
404
|
-
import
|
|
405
|
-
import { default as
|
|
404
|
+
import Qm from "@web-utils/component/tag-render";
|
|
405
|
+
import { default as Nc } from "@web-utils/component/tag-render";
|
|
406
406
|
import "@web-utils/component/tag-render/style.css";
|
|
407
|
-
import
|
|
408
|
-
import { default as
|
|
407
|
+
import Wm from "@web-utils/component/text-ellipsis";
|
|
408
|
+
import { default as Rc } from "@web-utils/component/text-ellipsis";
|
|
409
409
|
import "@web-utils/component/text-ellipsis/style.css";
|
|
410
|
-
import
|
|
411
|
-
import { default as
|
|
410
|
+
import Xm from "@web-utils/component/tinymce-editor";
|
|
411
|
+
import { default as Bc } from "@web-utils/component/tinymce-editor";
|
|
412
412
|
import "@web-utils/component/tinymce-editor/style.css";
|
|
413
|
-
import
|
|
414
|
-
import { default as
|
|
413
|
+
import zm from "@web-utils/component/toolbar";
|
|
414
|
+
import { default as Gc } from "@web-utils/component/toolbar";
|
|
415
415
|
import "@web-utils/component/toolbar/style.css";
|
|
416
416
|
import jm from "@web-utils/component/toolbar-button";
|
|
417
|
-
import { default as
|
|
417
|
+
import { default as Hc } from "@web-utils/component/toolbar-button";
|
|
418
418
|
import "@web-utils/component/toolbar-button/style.css";
|
|
419
419
|
import qm from "@web-utils/component/verify";
|
|
420
|
-
import { default as
|
|
420
|
+
import { default as Jc } from "@web-utils/component/verify";
|
|
421
421
|
import "@web-utils/component/verify/style.css";
|
|
422
|
-
import Ym from "@web-utils/component/vue-
|
|
423
|
-
import { default as
|
|
422
|
+
import Ym from "@web-utils/component/vue-qr-code";
|
|
423
|
+
import { default as Oc } from "@web-utils/component/vue-qr-code";
|
|
424
|
+
import Zm from "@web-utils/component/vue-tags-input";
|
|
425
|
+
import { default as Wc } from "@web-utils/component/vue-tags-input";
|
|
424
426
|
import "@web-utils/component/vue-tags-input/style.css";
|
|
425
|
-
import
|
|
426
|
-
import { default as
|
|
427
|
+
import _m from "@web-utils/component/vue-tree-select";
|
|
428
|
+
import { default as zc } from "@web-utils/component/vue-tree-select";
|
|
427
429
|
import "@web-utils/component/vue-tree-select/style.css";
|
|
428
|
-
import
|
|
429
|
-
import { default as
|
|
430
|
+
import $m from "@web-utils/component/watermark";
|
|
431
|
+
import { default as qc } from "@web-utils/component/watermark";
|
|
430
432
|
import "@web-utils/component/watermark/style.css";
|
|
431
|
-
import
|
|
432
|
-
import { default as
|
|
433
|
+
import Vm from "@web-utils/component/x-input-tag";
|
|
434
|
+
import { default as Zc } from "@web-utils/component/x-input-tag";
|
|
433
435
|
import "@web-utils/component/x-input-tag/style.css";
|
|
434
|
-
const
|
|
436
|
+
const or = {
|
|
435
437
|
name: "JSXComponent",
|
|
436
438
|
props: {
|
|
437
439
|
msg: {
|
|
@@ -444,169 +446,170 @@ const Vm = {
|
|
|
444
446
|
return o("div", [this.msg]);
|
|
445
447
|
}
|
|
446
448
|
};
|
|
447
|
-
function
|
|
448
|
-
o.component(m.name, m), o.component(r.name, r), o.component(t.name, t), o.component(e.name, e), o.component(p.name, p), o.component(a.name, a), o.component(n.name, n), o.component(f.name, f), o.component(i.name, i), o.component(l.name, l), o.component(d.name, d), o.component(s.name, s), o.component(c.name, c), o.component(x.name, x), o.component(F.name, F), o.component(u.name, u), o.component(y.name, y), o.component(g.name, g), o.component(I.name, I), o.component(C.name, C), o.component(b.name, b), o.component(T.name, T), o.component(P.name, P), o.component(D.name, D), o.component(S.name, S), o.component(w.name, w), 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(J.name, J), o.component(K.name, K), o.component(O.name, O), o.component(
|
|
449
|
+
function $n(o) {
|
|
450
|
+
o.component(m.name, m), o.component(r.name, r), o.component(t.name, t), o.component(e.name, e), o.component(p.name, p), o.component(a.name, a), o.component(n.name, n), o.component(f.name, f), o.component(i.name, i), o.component(l.name, l), o.component(d.name, d), o.component(s.name, s), o.component(c.name, c), o.component(x.name, x), o.component(F.name, F), o.component(u.name, u), o.component(y.name, y), o.component(g.name, g), o.component(I.name, I), o.component(C.name, C), o.component(b.name, b), o.component(T.name, T), o.component(P.name, P), o.component(D.name, D), o.component(S.name, S), o.component(w.name, w), 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(J.name, J), o.component(K.name, K), o.component(O.name, O), o.component(Q.name, Q), 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(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(eo.name, eo), o.component(po.name, po), o.component(ao.name, ao), o.component(no.name, no), o.component(fo.name, fo), o.component(io.name, io), o.component(lo.name, lo), o.component(so.name, so), o.component(co.name, co), o.component(xo.name, xo), o.component(Fo.name, Fo), o.component(uo.name, uo), o.component(yo.name, yo), o.component(go.name, go), o.component(Io.name, Io), o.component(Co.name, Co), o.component(bo.name, bo), o.component(To.name, To), o.component(Po.name, Po), o.component(Do.name, Do), o.component(So.name, So), o.component(wo.name, wo), 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(Jo.name, Jo), o.component(Ko.name, Ko), o.component(Oo.name, Oo), o.component(Qo.name, Qo), 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(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(em.name, em), o.component(pm.name, pm), o.component(am.name, am), o.component(or.name, or), o.component(nm.name, nm), o.component(fm.name, fm), o.component(im.name, im), o.component(lm.name, lm), o.component(dm.name, dm), o.component(sm.name, sm), o.component(cm.name, cm), o.component(xm.name, xm), o.component(Fm.name, Fm), o.component(um.name, um), o.component(ym.name, ym), o.component(gm.name, gm), o.component(Im.name, Im), o.component(Cm.name, Cm), o.component(bm.name, bm), o.component(Tm.name, Tm), o.component(Pm.name, Pm), o.component(Dm.name, Dm), o.component(Sm.name, Sm), o.component(wm.name, wm), 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(Jm.name, Jm), o.component(Km.name, Km), o.component(Om.name, Om), o.component(Qm.name, Qm), 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(Vm.name, Vm);
|
|
449
451
|
}
|
|
450
452
|
export {
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
453
|
+
mf as AddressInput,
|
|
454
|
+
tf as Affix,
|
|
455
|
+
pf as AsideMenu,
|
|
456
|
+
nf as Avatar,
|
|
457
|
+
lf as AwesomeButton,
|
|
458
|
+
sf as CapsuleTab,
|
|
459
|
+
xf as Card,
|
|
460
|
+
uf as Carousel,
|
|
461
|
+
gf as Chat,
|
|
462
|
+
Cf as ChunkFileUploader,
|
|
463
|
+
Tf as CodeMirrorEditor,
|
|
464
|
+
Df as ColorPicker,
|
|
465
|
+
wf as Comment,
|
|
466
|
+
Nf as ConfirmButton,
|
|
467
|
+
hf as Confirmable,
|
|
468
|
+
Rf as ContextMenu,
|
|
469
|
+
Bf as CountUp,
|
|
470
|
+
Gf as CustomScrollbar,
|
|
471
|
+
Hf as DataBox,
|
|
472
|
+
Jf as DataCard,
|
|
473
|
+
Of as DataCardtext,
|
|
474
|
+
Wf as DataDisplay,
|
|
475
|
+
zf as DataIcons,
|
|
476
|
+
qf as DataImgtext,
|
|
477
|
+
Zf as DataOperatext,
|
|
478
|
+
$f as DataPanel,
|
|
479
|
+
oi as DataPay,
|
|
480
|
+
ri as DataPrice,
|
|
481
|
+
ei as DataProgress,
|
|
482
|
+
ai as DataRotate,
|
|
483
|
+
fi as DataTablePicker,
|
|
484
|
+
li as DataTabs,
|
|
485
|
+
si as DialogForm,
|
|
486
|
+
xi as DynamicTable,
|
|
487
|
+
gi as ECharts,
|
|
488
|
+
ui as EasyPopup,
|
|
489
|
+
Ci as EditableProgress,
|
|
490
|
+
Ti as EditableTree,
|
|
491
|
+
Di as EgdCollapse,
|
|
492
|
+
wi as EgdCollapseItem,
|
|
493
|
+
hi as ElementDialog,
|
|
494
|
+
Ni as EmptyView,
|
|
495
|
+
Ri as ErrorView,
|
|
496
|
+
Bi as FlexColumn,
|
|
497
|
+
Gi as FlexItem,
|
|
498
|
+
Hi as FlexRow,
|
|
499
|
+
Ji as FlexScroller,
|
|
500
|
+
Oi as Flow,
|
|
501
|
+
Wi as FlowDesigner,
|
|
502
|
+
zi as FlowNode,
|
|
503
|
+
qi as FlowViewer,
|
|
504
|
+
Zi as FormBlock,
|
|
505
|
+
$i as FormButton,
|
|
506
|
+
ol as FormCascader,
|
|
507
|
+
rl as FormCheckboxGroup,
|
|
508
|
+
el as FormDatePicker,
|
|
509
|
+
al as FormHolder,
|
|
510
|
+
fl as FormInput,
|
|
511
|
+
ll as FormInputEmail,
|
|
512
|
+
sl as FormInputIdCard,
|
|
513
|
+
xl as FormInputNumber,
|
|
514
|
+
ul as FormInputPhoneNumber,
|
|
515
|
+
gl as FormInputTag,
|
|
516
|
+
Cl as FormInputTime,
|
|
517
|
+
Tl as FormItem,
|
|
518
|
+
Dl as FormItemConfigProvider,
|
|
519
|
+
wl as FormItemGroup,
|
|
520
|
+
hl as FormRadioGroup,
|
|
521
|
+
Nl as FormSelect,
|
|
522
|
+
Rl as FormSwitch,
|
|
523
|
+
Bl as FormTextarea,
|
|
524
|
+
Gl as FormView,
|
|
525
|
+
Hl as FyArray,
|
|
526
|
+
Jl as FyArticle,
|
|
527
|
+
Ol as FyCascader,
|
|
528
|
+
Wl as FyCheckbox,
|
|
529
|
+
zl as FyCode,
|
|
530
|
+
ql as FyCurd,
|
|
531
|
+
Zl as FyDate,
|
|
532
|
+
$l as FyDraggable,
|
|
533
|
+
od as FyDynamic,
|
|
534
|
+
rd as FyEmpty,
|
|
535
|
+
ed as FyForm,
|
|
536
|
+
ad as FyFormDesign,
|
|
537
|
+
fd as FyInput,
|
|
538
|
+
ld as FyInputColor,
|
|
539
|
+
sd as FyInputIcon,
|
|
540
|
+
xd as FyInputMap,
|
|
541
|
+
ud as FyInputNumber,
|
|
542
|
+
gd as FyInputTable,
|
|
543
|
+
Cd as FyInputTree,
|
|
544
|
+
Td as FyProgress,
|
|
545
|
+
Dd as FyRadio,
|
|
546
|
+
wd as FyRate,
|
|
547
|
+
hd as FySelect,
|
|
548
|
+
Nd as FySlider,
|
|
549
|
+
Rd as FySwitch,
|
|
550
|
+
Bd as FyTabs,
|
|
551
|
+
Gd as FyTime,
|
|
552
|
+
Hd as FyTitle,
|
|
553
|
+
Jd as FyTree,
|
|
554
|
+
Od as FyUEditor,
|
|
555
|
+
Wd as FyUpload,
|
|
556
|
+
zd as GuideSteps,
|
|
557
|
+
qd as HighlightJS,
|
|
558
|
+
Zd as IconCard,
|
|
559
|
+
$d as IconTemp,
|
|
560
|
+
os as IframeWindow,
|
|
561
|
+
rs as ImageCropper,
|
|
562
|
+
es as ImagePreview,
|
|
563
|
+
as as ImageViewer,
|
|
564
|
+
fs as InputNumber,
|
|
565
|
+
ls as InputNumberRange,
|
|
566
|
+
or as JSXComponent,
|
|
567
|
+
ss as KeepViewAlive,
|
|
568
|
+
xs as Keyboard,
|
|
569
|
+
us as License,
|
|
570
|
+
gs as LoadingView,
|
|
571
|
+
Cs as Login,
|
|
572
|
+
Ts as MonacoEditor,
|
|
573
|
+
Ds as NameAvatar,
|
|
574
|
+
ws as NavBar,
|
|
575
|
+
Ns as NotImplement,
|
|
576
|
+
hs as Notice,
|
|
577
|
+
Rs as Page,
|
|
578
|
+
Hs as PageHeader,
|
|
579
|
+
Js as PageIndex,
|
|
580
|
+
Os as PageIndexTop,
|
|
581
|
+
Ws as PageSkeleton,
|
|
582
|
+
zs as PageSkeletonNew,
|
|
583
|
+
Bs as PageableTable,
|
|
584
|
+
Gs as PageableView,
|
|
585
|
+
qs as PhotoSwipe,
|
|
586
|
+
Zs as PresentView,
|
|
587
|
+
$s as Queue,
|
|
588
|
+
oc as RecordVideo,
|
|
589
|
+
rc as ResizeObserver,
|
|
590
|
+
ec as Search,
|
|
591
|
+
ac as SearchPopover,
|
|
592
|
+
fc as Sign,
|
|
593
|
+
lc as SignPanel,
|
|
594
|
+
sc as Skeleton,
|
|
595
|
+
xc as SplitPane,
|
|
596
|
+
uc as Stateful,
|
|
597
|
+
gc as StaticPageableTable,
|
|
598
|
+
Cc as Swiper,
|
|
599
|
+
Tc as Tab,
|
|
600
|
+
Dc as TabItem,
|
|
601
|
+
wc as TableColumn,
|
|
602
|
+
hc as TableView,
|
|
603
|
+
Nc as TagRender,
|
|
604
|
+
Rc as TextEllipsis,
|
|
605
|
+
Bc as TinymceEditor,
|
|
606
|
+
Gc as Toolbar,
|
|
607
|
+
Hc as ToolbarButton,
|
|
608
|
+
Jc as Verify,
|
|
609
|
+
Oc as VueQrCode,
|
|
610
|
+
Wc as VueTagsInput,
|
|
611
|
+
zc as VueTreeSelect,
|
|
612
|
+
qc as Watermark,
|
|
613
|
+
Zc as XInputTag,
|
|
614
|
+
$n as default
|
|
612
615
|
};
|
package/package.json
CHANGED
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
var o = (t, e, s) => new Promise((u, r) => {
|
|
2
|
+
var c = (n) => {
|
|
3
|
+
try {
|
|
4
|
+
a(s.next(n));
|
|
5
|
+
} catch (i) {
|
|
6
|
+
r(i);
|
|
7
|
+
}
|
|
8
|
+
}, _ = (n) => {
|
|
9
|
+
try {
|
|
10
|
+
a(s.throw(n));
|
|
11
|
+
} catch (i) {
|
|
12
|
+
r(i);
|
|
13
|
+
}
|
|
14
|
+
}, a = (n) => n.done ? u(n.value) : Promise.resolve(n.value).then(c, _);
|
|
15
|
+
a((s = s.apply(t, e)).next());
|
|
16
|
+
});
|
|
17
|
+
import { drawToCanvas as p, genDataURL as d, genSVG as h } from "@web-utils/integrations/qrcode";
|
|
18
|
+
import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
19
|
+
const m = {
|
|
20
|
+
name: "VueQrCode",
|
|
21
|
+
props: {
|
|
22
|
+
/**
|
|
23
|
+
* 二维码内容字符串
|
|
24
|
+
*/
|
|
25
|
+
text: {
|
|
26
|
+
type: String,
|
|
27
|
+
default: "0"
|
|
28
|
+
},
|
|
29
|
+
/**
|
|
30
|
+
* 生成二维码配置选项
|
|
31
|
+
* {@link https://github.com/soldair/node-qrcode#qr-code-options}
|
|
32
|
+
*/
|
|
33
|
+
options: Object,
|
|
34
|
+
/**
|
|
35
|
+
* 组件根元素标签
|
|
36
|
+
*/
|
|
37
|
+
tag: {
|
|
38
|
+
type: String,
|
|
39
|
+
default: "canvas"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
watch: {
|
|
43
|
+
$props: {
|
|
44
|
+
deep: !0,
|
|
45
|
+
immediate: !0,
|
|
46
|
+
handler: "generate"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
methods: {
|
|
50
|
+
generate() {
|
|
51
|
+
return o(this, null, function* () {
|
|
52
|
+
yield this.$nextTick();
|
|
53
|
+
const { options: t, tag: e } = this;
|
|
54
|
+
e === "canvas" ? yield p(this.$el, this.text, t) : e === "img" ? this.$el.src = yield d(this.text, t) : this.$el.innerHTML = yield h(this.text, t);
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
render(t) {
|
|
59
|
+
return t(this.tag, this.$slots.default);
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
let g, v;
|
|
63
|
+
const l = {};
|
|
64
|
+
var x = /* @__PURE__ */ f(
|
|
65
|
+
m,
|
|
66
|
+
g,
|
|
67
|
+
v,
|
|
68
|
+
!1,
|
|
69
|
+
w,
|
|
70
|
+
null,
|
|
71
|
+
null,
|
|
72
|
+
null
|
|
73
|
+
);
|
|
74
|
+
function w(t) {
|
|
75
|
+
for (let e in l)
|
|
76
|
+
this[e] = l[e];
|
|
77
|
+
}
|
|
78
|
+
const S = /* @__PURE__ */ function() {
|
|
79
|
+
return x.exports;
|
|
80
|
+
}();
|
|
81
|
+
export {
|
|
82
|
+
S as default
|
|
83
|
+
};
|
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@web-utils/component",
|
|
5
|
-
"version": "2.9.
|
|
5
|
+
"version": "2.9.4",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -19770,6 +19770,44 @@
|
|
|
19770
19770
|
}
|
|
19771
19771
|
]
|
|
19772
19772
|
},
|
|
19773
|
+
{
|
|
19774
|
+
"name": "VueQrCode",
|
|
19775
|
+
"description": "",
|
|
19776
|
+
"attributes": [
|
|
19777
|
+
{
|
|
19778
|
+
"name": "text",
|
|
19779
|
+
"description": "二维码内容字符串",
|
|
19780
|
+
"value": {
|
|
19781
|
+
"kind": "expression",
|
|
19782
|
+
"type": "string"
|
|
19783
|
+
},
|
|
19784
|
+
"default": "'0'"
|
|
19785
|
+
},
|
|
19786
|
+
{
|
|
19787
|
+
"name": "options",
|
|
19788
|
+
"description": "生成二维码配置选项\n{@link https://github.com/soldair/node-qrcode#qr-code-options}",
|
|
19789
|
+
"value": {
|
|
19790
|
+
"kind": "expression",
|
|
19791
|
+
"type": "object"
|
|
19792
|
+
},
|
|
19793
|
+
"default": ""
|
|
19794
|
+
},
|
|
19795
|
+
{
|
|
19796
|
+
"name": "tag",
|
|
19797
|
+
"description": "组件根元素标签",
|
|
19798
|
+
"value": {
|
|
19799
|
+
"kind": "expression",
|
|
19800
|
+
"type": "string"
|
|
19801
|
+
},
|
|
19802
|
+
"default": "'canvas'"
|
|
19803
|
+
}
|
|
19804
|
+
],
|
|
19805
|
+
"slots": [
|
|
19806
|
+
{
|
|
19807
|
+
"name": "default"
|
|
19808
|
+
}
|
|
19809
|
+
]
|
|
19810
|
+
},
|
|
19773
19811
|
{
|
|
19774
19812
|
"name": "VueTagsInput",
|
|
19775
19813
|
"description": "",
|