@web-utils/component 2.8.6 → 2.8.7
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/card/style.css +1 -1
- package/chunks/{form-input-mixin.124653d9.mjs → form-input-mixin.4632ad36.mjs} +1 -1
- package/chunks/{form-item-mixin.135b60df.mjs → form-item-mixin.ad148e7b.mjs} +10 -10
- package/{fy-dialog-form → dialog-form}/style.css +0 -0
- package/form-cascader/index.mjs +19 -19
- package/form-checkbox-group/index.mjs +17 -17
- package/form-date-picker/index.mjs +1 -1
- package/form-input/index.mjs +14 -14
- package/form-input-email/index.mjs +16 -16
- package/form-input-id-card/index.mjs +13 -13
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.mjs +18 -18
- package/form-input-tag/index.mjs +1 -1
- package/form-input-time/index.mjs +14 -14
- package/form-item/index.mjs +1 -1
- package/form-radio-group/index.mjs +13 -13
- package/form-select/index.mjs +17 -17
- package/form-switch/index.mjs +15 -15
- package/form-textarea/index.mjs +14 -14
- package/index.mjs +515 -393
- package/package.json +1 -1
- package/web-types.json +20804 -2
package/index.mjs
CHANGED
|
@@ -1,368 +1,491 @@
|
|
|
1
1
|
import m from "@web-utils/component/address-input";
|
|
2
|
+
import { default as xi } from "@web-utils/component/address-input";
|
|
2
3
|
import "@web-utils/component/address-input/style.css";
|
|
3
4
|
import r from "@web-utils/component/affix";
|
|
5
|
+
import { default as ui } from "@web-utils/component/affix";
|
|
4
6
|
import "@web-utils/component/affix/style.css";
|
|
5
7
|
import t from "@web-utils/component/aside-menu";
|
|
8
|
+
import { default as gi } from "@web-utils/component/aside-menu";
|
|
6
9
|
import "@web-utils/component/aside-menu/style.css";
|
|
7
|
-
import
|
|
10
|
+
import e from "@web-utils/component/avatar";
|
|
11
|
+
import { default as Ii } from "@web-utils/component/avatar";
|
|
8
12
|
import "@web-utils/component/avatar/style.css";
|
|
9
13
|
import p from "@web-utils/component/awesome-button";
|
|
10
|
-
import "@web-utils/component/awesome-button
|
|
11
|
-
import
|
|
14
|
+
import { default as bi } from "@web-utils/component/awesome-button";
|
|
15
|
+
import a from "@web-utils/component/capsule-tab";
|
|
16
|
+
import { default as Pi } from "@web-utils/component/capsule-tab";
|
|
12
17
|
import "@web-utils/component/capsule-tab/style.css";
|
|
13
|
-
import
|
|
18
|
+
import n from "@web-utils/component/card";
|
|
19
|
+
import { default as wi } from "@web-utils/component/card";
|
|
14
20
|
import "@web-utils/component/card/style.css";
|
|
15
|
-
import
|
|
21
|
+
import f from "@web-utils/component/carousel";
|
|
22
|
+
import { default as ki } from "@web-utils/component/carousel";
|
|
16
23
|
import "@web-utils/component/carousel/style.css";
|
|
17
|
-
import
|
|
24
|
+
import i from "@web-utils/component/chat";
|
|
25
|
+
import { default as Ni } from "@web-utils/component/chat";
|
|
18
26
|
import "@web-utils/component/chat/style.css";
|
|
19
|
-
import
|
|
27
|
+
import l from "@web-utils/component/chunk-file-uploader";
|
|
28
|
+
import { default as Ai } from "@web-utils/component/chunk-file-uploader";
|
|
20
29
|
import "@web-utils/component/chunk-file-uploader/style.css";
|
|
21
|
-
import
|
|
30
|
+
import d from "@web-utils/component/chunk-file-uploader-button";
|
|
31
|
+
import { default as vi } from "@web-utils/component/chunk-file-uploader-button";
|
|
22
32
|
import "@web-utils/component/chunk-file-uploader-button/style.css";
|
|
23
|
-
import
|
|
33
|
+
import s from "@web-utils/component/chunk-file-uploader-drop";
|
|
34
|
+
import { default as Mi } from "@web-utils/component/chunk-file-uploader-drop";
|
|
24
35
|
import "@web-utils/component/chunk-file-uploader-drop/style.css";
|
|
25
|
-
import
|
|
36
|
+
import c from "@web-utils/component/chunk-file-uploader-file";
|
|
37
|
+
import { default as Hi } from "@web-utils/component/chunk-file-uploader-file";
|
|
26
38
|
import "@web-utils/component/chunk-file-uploader-file/style.css";
|
|
27
|
-
import
|
|
39
|
+
import x from "@web-utils/component/chunk-file-uploader-files";
|
|
40
|
+
import { default as Wi } from "@web-utils/component/chunk-file-uploader-files";
|
|
28
41
|
import "@web-utils/component/chunk-file-uploader-files/style.css";
|
|
29
|
-
import
|
|
42
|
+
import F from "@web-utils/component/chunk-file-uploader-list";
|
|
43
|
+
import { default as Ki } from "@web-utils/component/chunk-file-uploader-list";
|
|
30
44
|
import "@web-utils/component/chunk-file-uploader-list/style.css";
|
|
31
|
-
import
|
|
45
|
+
import u from "@web-utils/component/chunk-file-uploader-un-support";
|
|
46
|
+
import { default as Xi } from "@web-utils/component/chunk-file-uploader-un-support";
|
|
32
47
|
import "@web-utils/component/chunk-file-uploader-un-support/style.css";
|
|
33
|
-
import
|
|
48
|
+
import y from "@web-utils/component/code-mirror-editor";
|
|
49
|
+
import { default as Qi } from "@web-utils/component/code-mirror-editor";
|
|
34
50
|
import "@web-utils/component/code-mirror-editor/style.css";
|
|
35
|
-
import
|
|
36
|
-
import "@web-utils/component/color-picker
|
|
37
|
-
import
|
|
38
|
-
import "@web-utils/component/column
|
|
39
|
-
import
|
|
40
|
-
import "@web-utils/component/column-default
|
|
41
|
-
import
|
|
42
|
-
import "@web-utils/component/column-dynamic
|
|
43
|
-
import
|
|
44
|
-
import "@web-utils/component/column-menu
|
|
45
|
-
import
|
|
46
|
-
import "@web-utils/component/column-slot
|
|
47
|
-
import
|
|
51
|
+
import g from "@web-utils/component/color-picker";
|
|
52
|
+
import { default as qi } from "@web-utils/component/color-picker";
|
|
53
|
+
import C from "@web-utils/component/column";
|
|
54
|
+
import { default as Zi } from "@web-utils/component/column";
|
|
55
|
+
import I from "@web-utils/component/column-default";
|
|
56
|
+
import { default as $i } from "@web-utils/component/column-default";
|
|
57
|
+
import T from "@web-utils/component/column-dynamic";
|
|
58
|
+
import { default as ol } from "@web-utils/component/column-dynamic";
|
|
59
|
+
import b from "@web-utils/component/column-menu";
|
|
60
|
+
import { default as rl } from "@web-utils/component/column-menu";
|
|
61
|
+
import D from "@web-utils/component/column-slot";
|
|
62
|
+
import { default as el } from "@web-utils/component/column-slot";
|
|
63
|
+
import P from "@web-utils/component/comment";
|
|
64
|
+
import { default as al } from "@web-utils/component/comment";
|
|
48
65
|
import "@web-utils/component/comment/style.css";
|
|
49
|
-
import
|
|
50
|
-
import "@web-utils/component/confirmable
|
|
51
|
-
import
|
|
52
|
-
import "@web-utils/component/confirm-button
|
|
53
|
-
import
|
|
66
|
+
import S from "@web-utils/component/confirmable";
|
|
67
|
+
import { default as fl } from "@web-utils/component/confirmable";
|
|
68
|
+
import w from "@web-utils/component/confirm-button";
|
|
69
|
+
import { default as ll } from "@web-utils/component/confirm-button";
|
|
70
|
+
import h from "@web-utils/component/context-menu";
|
|
71
|
+
import { default as sl } from "@web-utils/component/context-menu";
|
|
54
72
|
import "@web-utils/component/context-menu/style.css";
|
|
55
|
-
import
|
|
56
|
-
import "@web-utils/component/count-up
|
|
57
|
-
import
|
|
58
|
-
import "@web-utils/component/custom-scrollbar
|
|
59
|
-
import
|
|
73
|
+
import k from "@web-utils/component/count-up";
|
|
74
|
+
import { default as xl } from "@web-utils/component/count-up";
|
|
75
|
+
import E from "@web-utils/component/custom-scrollbar";
|
|
76
|
+
import { default as ul } from "@web-utils/component/custom-scrollbar";
|
|
77
|
+
import N from "@web-utils/component/data-box";
|
|
78
|
+
import { default as gl } from "@web-utils/component/data-box";
|
|
60
79
|
import "@web-utils/component/data-box/style.css";
|
|
61
|
-
import
|
|
80
|
+
import U from "@web-utils/component/data-card";
|
|
81
|
+
import { default as Il } from "@web-utils/component/data-card";
|
|
62
82
|
import "@web-utils/component/data-card/style.css";
|
|
63
83
|
import A from "@web-utils/component/data-cardtext";
|
|
84
|
+
import { default as bl } from "@web-utils/component/data-cardtext";
|
|
64
85
|
import "@web-utils/component/data-cardtext/style.css";
|
|
65
86
|
import R from "@web-utils/component/data-display";
|
|
87
|
+
import { default as Pl } from "@web-utils/component/data-display";
|
|
66
88
|
import "@web-utils/component/data-display/style.css";
|
|
67
|
-
import
|
|
89
|
+
import v from "@web-utils/component/data-icons";
|
|
90
|
+
import { default as wl } from "@web-utils/component/data-icons";
|
|
68
91
|
import "@web-utils/component/data-icons/style.css";
|
|
69
|
-
import
|
|
92
|
+
import B from "@web-utils/component/data-imgtext";
|
|
93
|
+
import { default as kl } from "@web-utils/component/data-imgtext";
|
|
70
94
|
import "@web-utils/component/data-imgtext/style.css";
|
|
71
|
-
import
|
|
95
|
+
import M from "@web-utils/component/data-operatext";
|
|
96
|
+
import { default as Nl } from "@web-utils/component/data-operatext";
|
|
72
97
|
import "@web-utils/component/data-operatext/style.css";
|
|
73
|
-
import
|
|
98
|
+
import G from "@web-utils/component/data-panel";
|
|
99
|
+
import { default as Al } from "@web-utils/component/data-panel";
|
|
74
100
|
import "@web-utils/component/data-panel/style.css";
|
|
75
|
-
import
|
|
101
|
+
import H from "@web-utils/component/data-pay";
|
|
102
|
+
import { default as vl } from "@web-utils/component/data-pay";
|
|
76
103
|
import "@web-utils/component/data-pay/style.css";
|
|
77
|
-
import
|
|
104
|
+
import L from "@web-utils/component/data-price";
|
|
105
|
+
import { default as Ml } from "@web-utils/component/data-price";
|
|
78
106
|
import "@web-utils/component/data-price/style.css";
|
|
79
107
|
import W from "@web-utils/component/data-progress";
|
|
108
|
+
import { default as Hl } from "@web-utils/component/data-progress";
|
|
80
109
|
import "@web-utils/component/data-progress/style.css";
|
|
81
|
-
import
|
|
110
|
+
import J from "@web-utils/component/data-rotate";
|
|
111
|
+
import { default as Wl } from "@web-utils/component/data-rotate";
|
|
82
112
|
import "@web-utils/component/data-rotate/style.css";
|
|
83
113
|
import K from "@web-utils/component/data-table-picker";
|
|
84
|
-
import "@web-utils/component/data-table-picker
|
|
114
|
+
import { default as Kl } from "@web-utils/component/data-table-picker";
|
|
85
115
|
import O from "@web-utils/component/data-tabs";
|
|
116
|
+
import { default as Xl } from "@web-utils/component/data-tabs";
|
|
86
117
|
import "@web-utils/component/data-tabs/style.css";
|
|
87
|
-
import
|
|
88
|
-
import "@web-utils/component/dialog-column
|
|
89
|
-
import
|
|
90
|
-
import "@web-utils/component/dialog-excel
|
|
91
|
-
import
|
|
92
|
-
import "@web-utils/component/dialog-filter
|
|
93
|
-
import
|
|
118
|
+
import X from "@web-utils/component/dialog-column";
|
|
119
|
+
import { default as Ql } from "@web-utils/component/dialog-column";
|
|
120
|
+
import z from "@web-utils/component/dialog-excel";
|
|
121
|
+
import { default as ql } from "@web-utils/component/dialog-excel";
|
|
122
|
+
import Q from "@web-utils/component/dialog-filter";
|
|
123
|
+
import { default as Zl } from "@web-utils/component/dialog-filter";
|
|
124
|
+
import j from "@web-utils/component/dialog-form";
|
|
125
|
+
import { default as $l } from "@web-utils/component/dialog-form";
|
|
94
126
|
import "@web-utils/component/dialog-form/style.css";
|
|
95
|
-
import
|
|
127
|
+
import q from "@web-utils/component/dynamic-table";
|
|
128
|
+
import { default as od } from "@web-utils/component/dynamic-table";
|
|
96
129
|
import "@web-utils/component/dynamic-table/style.css";
|
|
97
|
-
import
|
|
130
|
+
import Y from "@web-utils/component/easy-popup";
|
|
131
|
+
import { default as rd } from "@web-utils/component/easy-popup";
|
|
98
132
|
import "@web-utils/component/easy-popup/style.css";
|
|
99
|
-
import
|
|
133
|
+
import Z from "@web-utils/component/e-charts";
|
|
134
|
+
import { default as ed } from "@web-utils/component/e-charts";
|
|
100
135
|
import "@web-utils/component/e-charts/style.css";
|
|
101
|
-
import
|
|
136
|
+
import _ from "@web-utils/component/editable-progress";
|
|
137
|
+
import { default as ad } from "@web-utils/component/editable-progress";
|
|
102
138
|
import "@web-utils/component/editable-progress/style.css";
|
|
103
|
-
import
|
|
139
|
+
import $ from "@web-utils/component/editable-tree";
|
|
140
|
+
import { default as fd } from "@web-utils/component/editable-tree";
|
|
104
141
|
import "@web-utils/component/editable-tree/style.css";
|
|
105
142
|
import V from "@web-utils/component/egd-collapse";
|
|
106
|
-
import "@web-utils/component/egd-collapse
|
|
143
|
+
import { default as ld } from "@web-utils/component/egd-collapse";
|
|
107
144
|
import oo from "@web-utils/component/egd-collapse-item";
|
|
108
|
-
import "@web-utils/component/egd-collapse-item
|
|
145
|
+
import { default as sd } from "@web-utils/component/egd-collapse-item";
|
|
109
146
|
import mo from "@web-utils/component/element-dialog";
|
|
147
|
+
import { default as xd } from "@web-utils/component/element-dialog";
|
|
110
148
|
import "@web-utils/component/element-dialog/style.css";
|
|
111
149
|
import ro from "@web-utils/component/empty-view";
|
|
150
|
+
import { default as ud } from "@web-utils/component/empty-view";
|
|
112
151
|
import "@web-utils/component/empty-view/style.css";
|
|
113
152
|
import to from "@web-utils/component/error-view";
|
|
153
|
+
import { default as gd } from "@web-utils/component/error-view";
|
|
114
154
|
import "@web-utils/component/error-view/style.css";
|
|
115
|
-
import
|
|
116
|
-
import "@web-utils/component/flex-column
|
|
155
|
+
import eo from "@web-utils/component/flex-column";
|
|
156
|
+
import { default as Id } from "@web-utils/component/flex-column";
|
|
117
157
|
import po from "@web-utils/component/flex-item";
|
|
118
|
-
import "@web-utils/component/flex-item
|
|
119
|
-
import
|
|
120
|
-
import "@web-utils/component/flex-row
|
|
121
|
-
import
|
|
158
|
+
import { default as bd } from "@web-utils/component/flex-item";
|
|
159
|
+
import ao from "@web-utils/component/flex-row";
|
|
160
|
+
import { default as Pd } from "@web-utils/component/flex-row";
|
|
161
|
+
import no from "@web-utils/component/flex-scroller";
|
|
162
|
+
import { default as wd } from "@web-utils/component/flex-scroller";
|
|
122
163
|
import "@web-utils/component/flex-scroller/style.css";
|
|
123
|
-
import
|
|
164
|
+
import fo from "@web-utils/component/flow";
|
|
165
|
+
import { default as kd } from "@web-utils/component/flow";
|
|
124
166
|
import "@web-utils/component/flow/style.css";
|
|
125
|
-
import
|
|
126
|
-
import "@web-utils/component/flow-node
|
|
127
|
-
import
|
|
167
|
+
import io from "@web-utils/component/flow-node";
|
|
168
|
+
import { default as Nd } from "@web-utils/component/flow-node";
|
|
169
|
+
import lo from "@web-utils/component/flow-viewer";
|
|
170
|
+
import { default as Ad } from "@web-utils/component/flow-viewer";
|
|
128
171
|
import "@web-utils/component/flow-viewer/style.css";
|
|
129
|
-
import
|
|
172
|
+
import so from "@web-utils/component/form-block";
|
|
173
|
+
import { default as vd } from "@web-utils/component/form-block";
|
|
130
174
|
import "@web-utils/component/form-block/style.css";
|
|
131
|
-
import
|
|
132
|
-
import "@web-utils/component/form-button
|
|
133
|
-
import
|
|
134
|
-
import "@web-utils/component/form-cascader
|
|
135
|
-
import
|
|
175
|
+
import co from "@web-utils/component/form-button";
|
|
176
|
+
import { default as Md } from "@web-utils/component/form-button";
|
|
177
|
+
import xo from "@web-utils/component/form-cascader";
|
|
178
|
+
import { default as Hd } from "@web-utils/component/form-cascader";
|
|
179
|
+
import Fo from "@web-utils/component/form-checkbox-group";
|
|
180
|
+
import { default as Wd } from "@web-utils/component/form-checkbox-group";
|
|
136
181
|
import "@web-utils/component/form-checkbox-group/style.css";
|
|
137
|
-
import
|
|
138
|
-
import "@web-utils/component/form-date-picker
|
|
139
|
-
import
|
|
182
|
+
import uo from "@web-utils/component/form-date-picker";
|
|
183
|
+
import { default as Kd } from "@web-utils/component/form-date-picker";
|
|
184
|
+
import yo from "@web-utils/component/form-group";
|
|
185
|
+
import { default as Xd } from "@web-utils/component/form-group";
|
|
140
186
|
import "@web-utils/component/form-group/style.css";
|
|
141
|
-
import
|
|
142
|
-
import "@web-utils/component/form-holder
|
|
143
|
-
import
|
|
144
|
-
import "@web-utils/component/form-input
|
|
145
|
-
import
|
|
146
|
-
import "@web-utils/component/form-input-email
|
|
147
|
-
import
|
|
148
|
-
import "@web-utils/component/form-input-id-card
|
|
149
|
-
import
|
|
187
|
+
import go from "@web-utils/component/form-holder";
|
|
188
|
+
import { default as Qd } from "@web-utils/component/form-holder";
|
|
189
|
+
import Co from "@web-utils/component/form-input";
|
|
190
|
+
import { default as qd } from "@web-utils/component/form-input";
|
|
191
|
+
import Io from "@web-utils/component/form-input-email";
|
|
192
|
+
import { default as Zd } from "@web-utils/component/form-input-email";
|
|
193
|
+
import To from "@web-utils/component/form-input-id-card";
|
|
194
|
+
import { default as $d } from "@web-utils/component/form-input-id-card";
|
|
195
|
+
import bo from "@web-utils/component/form-input-number";
|
|
196
|
+
import { default as os } from "@web-utils/component/form-input-number";
|
|
150
197
|
import "@web-utils/component/form-input-number/style.css";
|
|
151
|
-
import
|
|
152
|
-
import "@web-utils/component/form-input-phone-number
|
|
153
|
-
import
|
|
154
|
-
import "@web-utils/component/form-input-tag
|
|
155
|
-
import
|
|
156
|
-
import "@web-utils/component/form-input-time
|
|
157
|
-
import
|
|
198
|
+
import Do from "@web-utils/component/form-input-phone-number";
|
|
199
|
+
import { default as rs } from "@web-utils/component/form-input-phone-number";
|
|
200
|
+
import Po from "@web-utils/component/form-input-tag";
|
|
201
|
+
import { default as es } from "@web-utils/component/form-input-tag";
|
|
202
|
+
import So from "@web-utils/component/form-input-time";
|
|
203
|
+
import { default as as } from "@web-utils/component/form-input-time";
|
|
204
|
+
import wo from "@web-utils/component/form-item";
|
|
205
|
+
import { default as fs } from "@web-utils/component/form-item";
|
|
158
206
|
import "@web-utils/component/form-item/style.css";
|
|
159
|
-
import
|
|
160
|
-
import "@web-utils/component/form-item-config-provider
|
|
161
|
-
import
|
|
207
|
+
import ho from "@web-utils/component/form-item-config-provider";
|
|
208
|
+
import { default as ls } from "@web-utils/component/form-item-config-provider";
|
|
209
|
+
import ko from "@web-utils/component/form-item-group";
|
|
210
|
+
import { default as ss } from "@web-utils/component/form-item-group";
|
|
162
211
|
import "@web-utils/component/form-item-group/style.css";
|
|
163
|
-
import
|
|
212
|
+
import Eo from "@web-utils/component/form-radio-group";
|
|
213
|
+
import { default as xs } from "@web-utils/component/form-radio-group";
|
|
164
214
|
import "@web-utils/component/form-radio-group/style.css";
|
|
165
|
-
import
|
|
166
|
-
import "@web-utils/component/form-select
|
|
167
|
-
import
|
|
168
|
-
import "@web-utils/component/form-switch
|
|
215
|
+
import No from "@web-utils/component/form-select";
|
|
216
|
+
import { default as us } from "@web-utils/component/form-select";
|
|
217
|
+
import Uo from "@web-utils/component/form-switch";
|
|
218
|
+
import { default as gs } from "@web-utils/component/form-switch";
|
|
169
219
|
import Ao from "@web-utils/component/form-temp";
|
|
170
|
-
import "@web-utils/component/form-temp
|
|
220
|
+
import { default as Is } from "@web-utils/component/form-temp";
|
|
171
221
|
import Ro from "@web-utils/component/form-textarea";
|
|
172
|
-
import "@web-utils/component/form-textarea
|
|
173
|
-
import
|
|
222
|
+
import { default as bs } from "@web-utils/component/form-textarea";
|
|
223
|
+
import vo from "@web-utils/component/form-view";
|
|
224
|
+
import { default as Ps } from "@web-utils/component/form-view";
|
|
174
225
|
import "@web-utils/component/form-view/style.css";
|
|
175
|
-
import
|
|
226
|
+
import Bo from "@web-utils/component/fy-array";
|
|
227
|
+
import { default as ws } from "@web-utils/component/fy-array";
|
|
176
228
|
import "@web-utils/component/fy-array/style.css";
|
|
177
|
-
import
|
|
229
|
+
import Mo from "@web-utils/component/fy-article";
|
|
230
|
+
import { default as ks } from "@web-utils/component/fy-article";
|
|
178
231
|
import "@web-utils/component/fy-article/style.css";
|
|
179
|
-
import
|
|
180
|
-
import "@web-utils/component/fy-cascader
|
|
181
|
-
import
|
|
232
|
+
import Go from "@web-utils/component/fy-cascader";
|
|
233
|
+
import { default as Ns } from "@web-utils/component/fy-cascader";
|
|
234
|
+
import Ho from "@web-utils/component/fy-checkbox";
|
|
235
|
+
import { default as As } from "@web-utils/component/fy-checkbox";
|
|
182
236
|
import "@web-utils/component/fy-checkbox/style.css";
|
|
183
|
-
import
|
|
184
|
-
import "@web-utils/component/fy-code
|
|
237
|
+
import Lo from "@web-utils/component/fy-code";
|
|
238
|
+
import { default as vs } from "@web-utils/component/fy-code";
|
|
185
239
|
import Wo from "@web-utils/component/fy-curd";
|
|
240
|
+
import { default as Ms } from "@web-utils/component/fy-curd";
|
|
186
241
|
import "@web-utils/component/fy-curd/style.css";
|
|
187
|
-
import
|
|
242
|
+
import Jo from "@web-utils/component/fy-date";
|
|
243
|
+
import { default as Hs } from "@web-utils/component/fy-date";
|
|
188
244
|
import "@web-utils/component/fy-date/style.css";
|
|
189
245
|
import Ko from "@web-utils/component/fy-dialog-form";
|
|
190
|
-
import "@web-utils/component/fy-dialog-form
|
|
246
|
+
import { default as Ws } from "@web-utils/component/fy-dialog-form";
|
|
191
247
|
import Oo from "@web-utils/component/fy-draggable";
|
|
248
|
+
import { default as Ks } from "@web-utils/component/fy-draggable";
|
|
192
249
|
import "@web-utils/component/fy-draggable/style.css";
|
|
193
|
-
import
|
|
250
|
+
import Xo from "@web-utils/component/fy-dynamic";
|
|
251
|
+
import { default as Xs } from "@web-utils/component/fy-dynamic";
|
|
194
252
|
import "@web-utils/component/fy-dynamic/style.css";
|
|
195
|
-
import
|
|
253
|
+
import zo from "@web-utils/component/fy-empty";
|
|
254
|
+
import { default as Qs } from "@web-utils/component/fy-empty";
|
|
196
255
|
import "@web-utils/component/fy-empty/style.css";
|
|
197
|
-
import
|
|
256
|
+
import Qo from "@web-utils/component/fy-form";
|
|
257
|
+
import { default as qs } from "@web-utils/component/fy-form";
|
|
198
258
|
import "@web-utils/component/fy-form/style.css";
|
|
199
|
-
import
|
|
259
|
+
import jo from "@web-utils/component/fy-form-design";
|
|
260
|
+
import { default as Zs } from "@web-utils/component/fy-form-design";
|
|
200
261
|
import "@web-utils/component/fy-form-design/style.css";
|
|
201
|
-
import
|
|
202
|
-
import "@web-utils/component/fy-form-menu
|
|
203
|
-
import
|
|
204
|
-
import "@web-utils/component/fy-input
|
|
205
|
-
import
|
|
206
|
-
import "@web-utils/component/fy-input-color
|
|
207
|
-
import
|
|
262
|
+
import qo from "@web-utils/component/fy-form-menu";
|
|
263
|
+
import { default as $s } from "@web-utils/component/fy-form-menu";
|
|
264
|
+
import Yo from "@web-utils/component/fy-input";
|
|
265
|
+
import { default as oc } from "@web-utils/component/fy-input";
|
|
266
|
+
import Zo from "@web-utils/component/fy-input-color";
|
|
267
|
+
import { default as rc } from "@web-utils/component/fy-input-color";
|
|
268
|
+
import _o from "@web-utils/component/fy-input-icon";
|
|
269
|
+
import { default as ec } from "@web-utils/component/fy-input-icon";
|
|
208
270
|
import "@web-utils/component/fy-input-icon/style.css";
|
|
209
|
-
import
|
|
271
|
+
import $o from "@web-utils/component/fy-input-map";
|
|
272
|
+
import { default as ac } from "@web-utils/component/fy-input-map";
|
|
210
273
|
import "@web-utils/component/fy-input-map/style.css";
|
|
211
274
|
import Vo from "@web-utils/component/fy-input-number";
|
|
212
|
-
import "@web-utils/component/fy-input-number
|
|
275
|
+
import { default as fc } from "@web-utils/component/fy-input-number";
|
|
213
276
|
import om from "@web-utils/component/fy-input-table";
|
|
277
|
+
import { default as lc } from "@web-utils/component/fy-input-table";
|
|
214
278
|
import "@web-utils/component/fy-input-table/style.css";
|
|
215
279
|
import mm from "@web-utils/component/fy-input-tree";
|
|
280
|
+
import { default as sc } from "@web-utils/component/fy-input-tree";
|
|
216
281
|
import "@web-utils/component/fy-input-tree/style.css";
|
|
217
282
|
import rm from "@web-utils/component/fy-progress";
|
|
218
|
-
import "@web-utils/component/fy-progress
|
|
283
|
+
import { default as xc } from "@web-utils/component/fy-progress";
|
|
219
284
|
import tm from "@web-utils/component/fy-radio";
|
|
285
|
+
import { default as uc } from "@web-utils/component/fy-radio";
|
|
220
286
|
import "@web-utils/component/fy-radio/style.css";
|
|
221
|
-
import
|
|
287
|
+
import em from "@web-utils/component/fy-rate";
|
|
288
|
+
import { default as gc } from "@web-utils/component/fy-rate";
|
|
222
289
|
import "@web-utils/component/fy-rate/style.css";
|
|
223
290
|
import pm from "@web-utils/component/fy-select";
|
|
291
|
+
import { default as Ic } from "@web-utils/component/fy-select";
|
|
224
292
|
import "@web-utils/component/fy-select/style.css";
|
|
225
|
-
import
|
|
226
|
-
import "@web-utils/component/fy-slider
|
|
227
|
-
import
|
|
228
|
-
import "@web-utils/component/fy-switch
|
|
229
|
-
import
|
|
230
|
-
import "@web-utils/component/fy-tabs
|
|
231
|
-
import
|
|
232
|
-
import "@web-utils/component/fy-time
|
|
233
|
-
import
|
|
293
|
+
import am from "@web-utils/component/fy-slider";
|
|
294
|
+
import { default as bc } from "@web-utils/component/fy-slider";
|
|
295
|
+
import nm from "@web-utils/component/fy-switch";
|
|
296
|
+
import { default as Pc } from "@web-utils/component/fy-switch";
|
|
297
|
+
import fm from "@web-utils/component/fy-tabs";
|
|
298
|
+
import { default as wc } from "@web-utils/component/fy-tabs";
|
|
299
|
+
import im from "@web-utils/component/fy-time";
|
|
300
|
+
import { default as kc } from "@web-utils/component/fy-time";
|
|
301
|
+
import lm from "@web-utils/component/fy-title";
|
|
302
|
+
import { default as Nc } from "@web-utils/component/fy-title";
|
|
234
303
|
import "@web-utils/component/fy-title/style.css";
|
|
235
|
-
import
|
|
304
|
+
import dm from "@web-utils/component/fy-tree";
|
|
305
|
+
import { default as Ac } from "@web-utils/component/fy-tree";
|
|
236
306
|
import "@web-utils/component/fy-tree/style.css";
|
|
237
|
-
import
|
|
307
|
+
import sm from "@web-utils/component/fy-u-editor";
|
|
308
|
+
import { default as vc } from "@web-utils/component/fy-u-editor";
|
|
238
309
|
import "@web-utils/component/fy-u-editor/style.css";
|
|
239
|
-
import
|
|
310
|
+
import cm from "@web-utils/component/fy-upload";
|
|
311
|
+
import { default as Mc } from "@web-utils/component/fy-upload";
|
|
240
312
|
import "@web-utils/component/fy-upload/style.css";
|
|
241
|
-
import
|
|
313
|
+
import xm from "@web-utils/component/guide-steps";
|
|
314
|
+
import { default as Hc } from "@web-utils/component/guide-steps";
|
|
242
315
|
import "@web-utils/component/guide-steps/style.css";
|
|
243
|
-
import
|
|
244
|
-
import "@web-utils/component/header-menu
|
|
245
|
-
import
|
|
246
|
-
import "@web-utils/component/header-search
|
|
247
|
-
import
|
|
316
|
+
import Fm from "@web-utils/component/header-menu";
|
|
317
|
+
import { default as Wc } from "@web-utils/component/header-menu";
|
|
318
|
+
import um from "@web-utils/component/header-search";
|
|
319
|
+
import { default as Kc } from "@web-utils/component/header-search";
|
|
320
|
+
import ym from "@web-utils/component/highlight-j-s";
|
|
321
|
+
import { default as Xc } from "@web-utils/component/highlight-j-s";
|
|
248
322
|
import "@web-utils/component/highlight-j-s/style.css";
|
|
249
|
-
import
|
|
323
|
+
import gm from "@web-utils/component/icon-card";
|
|
324
|
+
import { default as Qc } from "@web-utils/component/icon-card";
|
|
250
325
|
import "@web-utils/component/icon-card/style.css";
|
|
251
|
-
import
|
|
326
|
+
import Cm from "@web-utils/component/icon-temp";
|
|
327
|
+
import { default as qc } from "@web-utils/component/icon-temp";
|
|
252
328
|
import "@web-utils/component/icon-temp/style.css";
|
|
253
|
-
import
|
|
329
|
+
import Im from "@web-utils/component/iframe-window";
|
|
330
|
+
import { default as Zc } from "@web-utils/component/iframe-window";
|
|
254
331
|
import "@web-utils/component/iframe-window/style.css";
|
|
255
|
-
import
|
|
332
|
+
import Tm from "@web-utils/component/image-cropper";
|
|
333
|
+
import { default as $c } from "@web-utils/component/image-cropper";
|
|
256
334
|
import "@web-utils/component/image-cropper/style.css";
|
|
257
|
-
import
|
|
335
|
+
import bm from "@web-utils/component/image-preview";
|
|
336
|
+
import { default as ox } from "@web-utils/component/image-preview";
|
|
258
337
|
import "@web-utils/component/image-preview/style.css";
|
|
259
|
-
import
|
|
338
|
+
import Dm from "@web-utils/component/image-viewer";
|
|
339
|
+
import { default as rx } from "@web-utils/component/image-viewer";
|
|
260
340
|
import "@web-utils/component/image-viewer/style.css";
|
|
261
|
-
import
|
|
341
|
+
import Pm from "@web-utils/component/input-number";
|
|
342
|
+
import { default as ex } from "@web-utils/component/input-number";
|
|
262
343
|
import "@web-utils/component/input-number/style.css";
|
|
263
|
-
import
|
|
344
|
+
import Sm from "@web-utils/component/input-number-range";
|
|
345
|
+
import { default as ax } from "@web-utils/component/input-number-range";
|
|
264
346
|
import "@web-utils/component/input-number-range/style.css";
|
|
265
|
-
import
|
|
266
|
-
import "@web-utils/component/keep-view-alive
|
|
267
|
-
import
|
|
347
|
+
import wm from "@web-utils/component/keep-view-alive";
|
|
348
|
+
import { default as fx } from "@web-utils/component/keep-view-alive";
|
|
349
|
+
import hm from "@web-utils/component/keyboard";
|
|
350
|
+
import { default as lx } from "@web-utils/component/keyboard";
|
|
268
351
|
import "@web-utils/component/keyboard/style.css";
|
|
269
|
-
import
|
|
270
|
-
import "@web-utils/component/license
|
|
271
|
-
import
|
|
352
|
+
import km from "@web-utils/component/license";
|
|
353
|
+
import { default as sx } from "@web-utils/component/license";
|
|
354
|
+
import Em from "@web-utils/component/loading-view";
|
|
355
|
+
import { default as xx } from "@web-utils/component/loading-view";
|
|
272
356
|
import "@web-utils/component/loading-view/style.css";
|
|
273
|
-
import
|
|
357
|
+
import Nm from "@web-utils/component/login";
|
|
358
|
+
import { default as ux } from "@web-utils/component/login";
|
|
274
359
|
import "@web-utils/component/login/style.css";
|
|
275
|
-
import
|
|
276
|
-
import "@web-utils/component/monaco-editor
|
|
360
|
+
import Um from "@web-utils/component/monaco-editor";
|
|
361
|
+
import { default as gx } from "@web-utils/component/monaco-editor";
|
|
277
362
|
import Am from "@web-utils/component/name-avatar";
|
|
363
|
+
import { default as Ix } from "@web-utils/component/name-avatar";
|
|
278
364
|
import "@web-utils/component/name-avatar/style.css";
|
|
279
365
|
import Rm from "@web-utils/component/nav-bar";
|
|
366
|
+
import { default as bx } from "@web-utils/component/nav-bar";
|
|
280
367
|
import "@web-utils/component/nav-bar/style.css";
|
|
281
|
-
import
|
|
368
|
+
import vm from "@web-utils/component/notice";
|
|
369
|
+
import { default as Px } from "@web-utils/component/notice";
|
|
282
370
|
import "@web-utils/component/notice/style.css";
|
|
283
|
-
import
|
|
371
|
+
import Bm from "@web-utils/component/not-implement";
|
|
372
|
+
import { default as wx } from "@web-utils/component/not-implement";
|
|
284
373
|
import "@web-utils/component/not-implement/style.css";
|
|
285
|
-
import
|
|
374
|
+
import Mm from "@web-utils/component/page";
|
|
375
|
+
import { default as kx } from "@web-utils/component/page";
|
|
286
376
|
import "@web-utils/component/page/style.css";
|
|
287
|
-
import
|
|
377
|
+
import Gm from "@web-utils/component/pageable-table";
|
|
378
|
+
import { default as Nx } from "@web-utils/component/pageable-table";
|
|
288
379
|
import "@web-utils/component/pageable-table/style.css";
|
|
289
|
-
import
|
|
380
|
+
import Hm from "@web-utils/component/pageable-view";
|
|
381
|
+
import { default as Ax } from "@web-utils/component/pageable-view";
|
|
290
382
|
import "@web-utils/component/pageable-view/style.css";
|
|
291
|
-
import
|
|
383
|
+
import Lm from "@web-utils/component/page-header";
|
|
384
|
+
import { default as vx } from "@web-utils/component/page-header";
|
|
292
385
|
import "@web-utils/component/page-header/style.css";
|
|
293
386
|
import Wm from "@web-utils/component/page-index";
|
|
387
|
+
import { default as Mx } from "@web-utils/component/page-index";
|
|
294
388
|
import "@web-utils/component/page-index/style.css";
|
|
295
|
-
import
|
|
296
|
-
import "@web-utils/component/page-index-top
|
|
389
|
+
import Jm from "@web-utils/component/page-index-top";
|
|
390
|
+
import { default as Hx } from "@web-utils/component/page-index-top";
|
|
297
391
|
import Km from "@web-utils/component/page-skeleton";
|
|
392
|
+
import { default as Wx } from "@web-utils/component/page-skeleton";
|
|
298
393
|
import "@web-utils/component/page-skeleton/style.css";
|
|
299
394
|
import Om from "@web-utils/component/page-skeleton-new";
|
|
395
|
+
import { default as Kx } from "@web-utils/component/page-skeleton-new";
|
|
300
396
|
import "@web-utils/component/page-skeleton-new/style.css";
|
|
301
|
-
import
|
|
302
|
-
import "@web-utils/component/photo-swipe
|
|
303
|
-
import
|
|
397
|
+
import Xm from "@web-utils/component/photo-swipe";
|
|
398
|
+
import { default as Xx } from "@web-utils/component/photo-swipe";
|
|
399
|
+
import zm from "@web-utils/component/present-view";
|
|
400
|
+
import { default as Qx } from "@web-utils/component/present-view";
|
|
304
401
|
import "@web-utils/component/present-view/style.css";
|
|
305
|
-
import
|
|
402
|
+
import Qm from "@web-utils/component/process-designer";
|
|
403
|
+
import { default as qx } from "@web-utils/component/process-designer";
|
|
306
404
|
import "@web-utils/component/process-designer/style.css";
|
|
307
|
-
import
|
|
405
|
+
import jm from "@web-utils/component/properties-panel";
|
|
406
|
+
import { default as Zx } from "@web-utils/component/properties-panel";
|
|
308
407
|
import "@web-utils/component/properties-panel/style.css";
|
|
309
|
-
import
|
|
408
|
+
import qm from "@web-utils/component/queue";
|
|
409
|
+
import { default as $x } from "@web-utils/component/queue";
|
|
310
410
|
import "@web-utils/component/queue/style.css";
|
|
311
|
-
import
|
|
411
|
+
import Ym from "@web-utils/component/record-video";
|
|
412
|
+
import { default as oF } from "@web-utils/component/record-video";
|
|
312
413
|
import "@web-utils/component/record-video/style.css";
|
|
313
|
-
import
|
|
414
|
+
import Zm from "@web-utils/component/resize-observer";
|
|
415
|
+
import { default as rF } from "@web-utils/component/resize-observer";
|
|
314
416
|
import "@web-utils/component/resize-observer/style.css";
|
|
315
|
-
import
|
|
417
|
+
import _m from "@web-utils/component/search";
|
|
418
|
+
import { default as eF } from "@web-utils/component/search";
|
|
316
419
|
import "@web-utils/component/search/style.css";
|
|
317
|
-
import
|
|
420
|
+
import $m from "@web-utils/component/search-popover";
|
|
421
|
+
import { default as aF } from "@web-utils/component/search-popover";
|
|
318
422
|
import "@web-utils/component/search-popover/style.css";
|
|
319
423
|
import Vm from "@web-utils/component/sign";
|
|
424
|
+
import { default as fF } from "@web-utils/component/sign";
|
|
320
425
|
import "@web-utils/component/sign/style.css";
|
|
321
426
|
import or from "@web-utils/component/sign-panel";
|
|
427
|
+
import { default as lF } from "@web-utils/component/sign-panel";
|
|
322
428
|
import "@web-utils/component/sign-panel/style.css";
|
|
323
429
|
import mr from "@web-utils/component/skeleton";
|
|
430
|
+
import { default as sF } from "@web-utils/component/skeleton";
|
|
324
431
|
import "@web-utils/component/skeleton/style.css";
|
|
325
432
|
import rr from "@web-utils/component/split-pane";
|
|
433
|
+
import { default as xF } from "@web-utils/component/split-pane";
|
|
326
434
|
import "@web-utils/component/split-pane/style.css";
|
|
327
435
|
import tr from "@web-utils/component/stateful";
|
|
436
|
+
import { default as uF } from "@web-utils/component/stateful";
|
|
328
437
|
import "@web-utils/component/stateful/style.css";
|
|
329
|
-
import
|
|
438
|
+
import er from "@web-utils/component/static-pageable-table";
|
|
439
|
+
import { default as gF } from "@web-utils/component/static-pageable-table";
|
|
330
440
|
import "@web-utils/component/static-pageable-table/style.css";
|
|
331
441
|
import pr from "@web-utils/component/swiper";
|
|
442
|
+
import { default as IF } from "@web-utils/component/swiper";
|
|
332
443
|
import "@web-utils/component/swiper/style.css";
|
|
333
|
-
import
|
|
444
|
+
import ar from "@web-utils/component/tab";
|
|
445
|
+
import { default as bF } from "@web-utils/component/tab";
|
|
334
446
|
import "@web-utils/component/tab/style.css";
|
|
335
|
-
import
|
|
336
|
-
import "@web-utils/component/tab-item
|
|
337
|
-
import
|
|
338
|
-
import "@web-utils/component/table-column
|
|
339
|
-
import
|
|
340
|
-
import "@web-utils/component/table-page
|
|
341
|
-
import
|
|
447
|
+
import nr from "@web-utils/component/tab-item";
|
|
448
|
+
import { default as PF } from "@web-utils/component/tab-item";
|
|
449
|
+
import fr from "@web-utils/component/table-column";
|
|
450
|
+
import { default as wF } from "@web-utils/component/table-column";
|
|
451
|
+
import ir from "@web-utils/component/table-page";
|
|
452
|
+
import { default as kF } from "@web-utils/component/table-page";
|
|
453
|
+
import lr from "@web-utils/component/table-view";
|
|
454
|
+
import { default as NF } from "@web-utils/component/table-view";
|
|
342
455
|
import "@web-utils/component/table-view/style.css";
|
|
343
|
-
import
|
|
456
|
+
import dr from "@web-utils/component/tag-render";
|
|
457
|
+
import { default as AF } from "@web-utils/component/tag-render";
|
|
344
458
|
import "@web-utils/component/tag-render/style.css";
|
|
345
|
-
import
|
|
459
|
+
import sr from "@web-utils/component/text-ellipsis";
|
|
460
|
+
import { default as vF } from "@web-utils/component/text-ellipsis";
|
|
346
461
|
import "@web-utils/component/text-ellipsis/style.css";
|
|
347
|
-
import
|
|
462
|
+
import cr from "@web-utils/component/tinymce-editor";
|
|
463
|
+
import { default as MF } from "@web-utils/component/tinymce-editor";
|
|
348
464
|
import "@web-utils/component/tinymce-editor/style.css";
|
|
349
|
-
import
|
|
465
|
+
import xr from "@web-utils/component/tinymce-wrapper";
|
|
466
|
+
import { default as HF } from "@web-utils/component/tinymce-wrapper";
|
|
350
467
|
import "@web-utils/component/tinymce-wrapper/style.css";
|
|
351
|
-
import
|
|
468
|
+
import Fr from "@web-utils/component/toolbar";
|
|
469
|
+
import { default as WF } from "@web-utils/component/toolbar";
|
|
352
470
|
import "@web-utils/component/toolbar/style.css";
|
|
353
|
-
import
|
|
471
|
+
import ur from "@web-utils/component/toolbar-button";
|
|
472
|
+
import { default as KF } from "@web-utils/component/toolbar-button";
|
|
354
473
|
import "@web-utils/component/toolbar-button/style.css";
|
|
355
|
-
import
|
|
356
|
-
import "@web-utils/component/trigger
|
|
357
|
-
import
|
|
474
|
+
import yr from "@web-utils/component/trigger";
|
|
475
|
+
import { default as XF } from "@web-utils/component/trigger";
|
|
476
|
+
import gr from "@web-utils/component/verify";
|
|
477
|
+
import { default as QF } from "@web-utils/component/verify";
|
|
358
478
|
import "@web-utils/component/verify/style.css";
|
|
359
|
-
import
|
|
479
|
+
import Cr from "@web-utils/component/vue-tags-input";
|
|
480
|
+
import { default as qF } from "@web-utils/component/vue-tags-input";
|
|
360
481
|
import "@web-utils/component/vue-tags-input/style.css";
|
|
361
|
-
import
|
|
482
|
+
import Ir from "@web-utils/component/watermark";
|
|
483
|
+
import { default as ZF } from "@web-utils/component/watermark";
|
|
362
484
|
import "@web-utils/component/watermark/style.css";
|
|
363
|
-
import
|
|
485
|
+
import Tr from "@web-utils/component/x-input-tag";
|
|
486
|
+
import { default as $F } from "@web-utils/component/x-input-tag";
|
|
364
487
|
import "@web-utils/component/x-input-tag/style.css";
|
|
365
|
-
const
|
|
488
|
+
const br = {
|
|
366
489
|
name: "JSXComponent",
|
|
367
490
|
props: {
|
|
368
491
|
msg: {
|
|
@@ -374,194 +497,193 @@ const Pr = {
|
|
|
374
497
|
const o = arguments[0];
|
|
375
498
|
return o("div", [this.msg]);
|
|
376
499
|
}
|
|
377
|
-
}, fc = {
|
|
378
|
-
AddressInput: m,
|
|
379
|
-
Affix: r,
|
|
380
|
-
AsideMenu: t,
|
|
381
|
-
Avatar: n,
|
|
382
|
-
AwesomeButton: p,
|
|
383
|
-
CapsuleTab: i,
|
|
384
|
-
Card: e,
|
|
385
|
-
Carousel: a,
|
|
386
|
-
Chat: c,
|
|
387
|
-
ChunkFileUploader: f,
|
|
388
|
-
ChunkFileUploaderButton: l,
|
|
389
|
-
ChunkFileUploaderDrop: F,
|
|
390
|
-
ChunkFileUploaderFile: d,
|
|
391
|
-
ChunkFileUploaderFiles: s,
|
|
392
|
-
ChunkFileUploaderList: g,
|
|
393
|
-
ChunkFileUploaderUnSupport: y,
|
|
394
|
-
CodeMirrorEditor: C,
|
|
395
|
-
ColorPicker: I,
|
|
396
|
-
Column: T,
|
|
397
|
-
ColumnDefault: b,
|
|
398
|
-
ColumnDynamic: D,
|
|
399
|
-
ColumnMenu: P,
|
|
400
|
-
ColumnSlot: S,
|
|
401
|
-
Comment: h,
|
|
402
|
-
Confirmable: w,
|
|
403
|
-
ConfirmButton: x,
|
|
404
|
-
ContextMenu: k,
|
|
405
|
-
CountUp: E,
|
|
406
|
-
CustomScrollbar: N,
|
|
407
|
-
DataBox: U,
|
|
408
|
-
DataCard: v,
|
|
409
|
-
DataCardtext: A,
|
|
410
|
-
DataDisplay: R,
|
|
411
|
-
DataIcons: B,
|
|
412
|
-
DataImgtext: M,
|
|
413
|
-
DataOperatext: G,
|
|
414
|
-
DataPanel: H,
|
|
415
|
-
DataPay: L,
|
|
416
|
-
DataPrice: J,
|
|
417
|
-
DataProgress: W,
|
|
418
|
-
DataRotate: X,
|
|
419
|
-
DataTablePicker: K,
|
|
420
|
-
DataTabs: O,
|
|
421
|
-
DialogColumn: z,
|
|
422
|
-
DialogExcel: Q,
|
|
423
|
-
DialogFilter: j,
|
|
424
|
-
DialogForm: q,
|
|
425
|
-
DynamicTable: Y,
|
|
426
|
-
EasyPopup: Z,
|
|
427
|
-
ECharts: _,
|
|
428
|
-
EditableProgress: $,
|
|
429
|
-
EditableTree: u,
|
|
430
|
-
EgdCollapse: V,
|
|
431
|
-
EgdCollapseItem: oo,
|
|
432
|
-
ElementDialog: mo,
|
|
433
|
-
EmptyView: ro,
|
|
434
|
-
ErrorView: to,
|
|
435
|
-
FlexColumn: no,
|
|
436
|
-
FlexItem: po,
|
|
437
|
-
FlexRow: io,
|
|
438
|
-
FlexScroller: eo,
|
|
439
|
-
Flow: ao,
|
|
440
|
-
FlowNode: co,
|
|
441
|
-
FlowViewer: fo,
|
|
442
|
-
FormBlock: lo,
|
|
443
|
-
FormButton: Fo,
|
|
444
|
-
FormCascader: so,
|
|
445
|
-
FormCheckboxGroup: go,
|
|
446
|
-
FormDatePicker: yo,
|
|
447
|
-
FormGroup: Co,
|
|
448
|
-
FormHolder: Io,
|
|
449
|
-
FormInput: To,
|
|
450
|
-
FormInputEmail: bo,
|
|
451
|
-
FormInputIdCard: Do,
|
|
452
|
-
FormInputNumber: Po,
|
|
453
|
-
FormInputPhoneNumber: So,
|
|
454
|
-
FormInputTag: ho,
|
|
455
|
-
FormInputTime: wo,
|
|
456
|
-
FormItem: xo,
|
|
457
|
-
FormItemConfigProvider: ko,
|
|
458
|
-
FormItemGroup: Eo,
|
|
459
|
-
FormRadioGroup: No,
|
|
460
|
-
FormSelect: Uo,
|
|
461
|
-
FormSwitch: vo,
|
|
462
|
-
FormTemp: Ao,
|
|
463
|
-
FormTextarea: Ro,
|
|
464
|
-
FormView: Bo,
|
|
465
|
-
FyArray: Mo,
|
|
466
|
-
FyArticle: Go,
|
|
467
|
-
FyCascader: Ho,
|
|
468
|
-
FyCheckbox: Lo,
|
|
469
|
-
FyCode: Jo,
|
|
470
|
-
FyCurd: Wo,
|
|
471
|
-
FyDate: Xo,
|
|
472
|
-
FyDialogForm: Ko,
|
|
473
|
-
FyDraggable: Oo,
|
|
474
|
-
FyDynamic: zo,
|
|
475
|
-
FyEmpty: Qo,
|
|
476
|
-
FyForm: jo,
|
|
477
|
-
FyFormDesign: qo,
|
|
478
|
-
FyFormMenu: Yo,
|
|
479
|
-
FyInput: Zo,
|
|
480
|
-
FyInputColor: _o,
|
|
481
|
-
FyInputIcon: $o,
|
|
482
|
-
FyInputMap: uo,
|
|
483
|
-
FyInputNumber: Vo,
|
|
484
|
-
FyInputTable: om,
|
|
485
|
-
FyInputTree: mm,
|
|
486
|
-
FyProgress: rm,
|
|
487
|
-
FyRadio: tm,
|
|
488
|
-
FyRate: nm,
|
|
489
|
-
FySelect: pm,
|
|
490
|
-
FySlider: im,
|
|
491
|
-
FySwitch: em,
|
|
492
|
-
FyTabs: am,
|
|
493
|
-
FyTime: cm,
|
|
494
|
-
FyTitle: fm,
|
|
495
|
-
FyTree: lm,
|
|
496
|
-
FyUEditor: Fm,
|
|
497
|
-
FyUpload: dm,
|
|
498
|
-
GuideSteps: sm,
|
|
499
|
-
HeaderMenu: gm,
|
|
500
|
-
HeaderSearch: ym,
|
|
501
|
-
HighlightJS: Cm,
|
|
502
|
-
IconCard: Im,
|
|
503
|
-
IconTemp: Tm,
|
|
504
|
-
IframeWindow: bm,
|
|
505
|
-
ImageCropper: Dm,
|
|
506
|
-
ImagePreview: Pm,
|
|
507
|
-
ImageViewer: Sm,
|
|
508
|
-
InputNumber: hm,
|
|
509
|
-
InputNumberRange: wm,
|
|
510
|
-
JSXComponent: Pr,
|
|
511
|
-
KeepViewAlive: xm,
|
|
512
|
-
Keyboard: km,
|
|
513
|
-
License: Em,
|
|
514
|
-
LoadingView: Nm,
|
|
515
|
-
Login: Um,
|
|
516
|
-
MonacoEditor: vm,
|
|
517
|
-
NameAvatar: Am,
|
|
518
|
-
NavBar: Rm,
|
|
519
|
-
Notice: Bm,
|
|
520
|
-
NotImplement: Mm,
|
|
521
|
-
Page: Gm,
|
|
522
|
-
PageableTable: Hm,
|
|
523
|
-
PageableView: Lm,
|
|
524
|
-
PageHeader: Jm,
|
|
525
|
-
PageIndex: Wm,
|
|
526
|
-
PageIndexTop: Xm,
|
|
527
|
-
PageSkeleton: Km,
|
|
528
|
-
PageSkeletonNew: Om,
|
|
529
|
-
PhotoSwipe: zm,
|
|
530
|
-
PresentView: Qm,
|
|
531
|
-
ProcessDesigner: jm,
|
|
532
|
-
PropertiesPanel: qm,
|
|
533
|
-
Queue: Ym,
|
|
534
|
-
RecordVideo: Zm,
|
|
535
|
-
ResizeObserver: _m,
|
|
536
|
-
Search: $m,
|
|
537
|
-
SearchPopover: um,
|
|
538
|
-
Sign: Vm,
|
|
539
|
-
SignPanel: or,
|
|
540
|
-
Skeleton: mr,
|
|
541
|
-
SplitPane: rr,
|
|
542
|
-
Stateful: tr,
|
|
543
|
-
StaticPageableTable: nr,
|
|
544
|
-
Swiper: pr,
|
|
545
|
-
Tab: ir,
|
|
546
|
-
TabItem: er,
|
|
547
|
-
TableColumn: ar,
|
|
548
|
-
TablePage: cr,
|
|
549
|
-
TableView: fr,
|
|
550
|
-
TagRender: lr,
|
|
551
|
-
TextEllipsis: Fr,
|
|
552
|
-
TinymceEditor: dr,
|
|
553
|
-
TinymceWrapper: sr,
|
|
554
|
-
Toolbar: gr,
|
|
555
|
-
ToolbarButton: yr,
|
|
556
|
-
Trigger: Cr,
|
|
557
|
-
Verify: Ir,
|
|
558
|
-
VueTagsInput: Tr,
|
|
559
|
-
Watermark: br,
|
|
560
|
-
XInputTag: Dr,
|
|
561
|
-
install(o) {
|
|
562
|
-
o.component(m.name, m), o.component(r.name, r), o.component(t.name, t), o.component(n.name, n), o.component(p.name, p), o.component(i.name, i), o.component(e.name, e), 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(g.name, g), o.component(y.name, y), o.component(C.name, C), o.component(I.name, I), o.component(T.name, T), o.component(b.name, b), o.component(D.name, D), o.component(P.name, P), o.component(S.name, S), o.component(h.name, h), o.component(w.name, w), o.component(x.name, x), o.component(k.name, k), o.component(E.name, E), o.component(N.name, N), o.component(U.name, U), o.component(v.name, v), o.component(A.name, A), o.component(R.name, R), o.component(B.name, B), o.component(M.name, M), o.component(G.name, G), o.component(H.name, H), o.component(L.name, L), o.component(J.name, J), o.component(W.name, W), o.component(X.name, X), o.component(K.name, K), o.component(O.name, O), o.component(z.name, z), o.component(Q.name, Q), 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(po.name, po), o.component(io.name, io), o.component(eo.name, eo), 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(go.name, go), o.component(yo.name, yo), o.component(Co.name, Co), o.component(Io.name, Io), o.component(To.name, To), o.component(bo.name, bo), o.component(Do.name, Do), o.component(Po.name, Po), o.component(So.name, So), o.component(ho.name, ho), o.component(wo.name, wo), o.component(xo.name, xo), o.component(ko.name, ko), o.component(Eo.name, Eo), o.component(No.name, No), o.component(Uo.name, Uo), o.component(vo.name, vo), o.component(Ao.name, Ao), o.component(Ro.name, Ro), o.component(Bo.name, Bo), o.component(Mo.name, Mo), o.component(Go.name, Go), o.component(Ho.name, Ho), o.component(Lo.name, Lo), o.component(Jo.name, Jo), o.component(Wo.name, Wo), o.component(Xo.name, Xo), o.component(Ko.name, Ko), o.component(Oo.name, Oo), o.component(zo.name, zo), o.component(Qo.name, Qo), 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(pm.name, pm), o.component(im.name, im), o.component(em.name, em), 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(gm.name, gm), o.component(ym.name, ym), o.component(Cm.name, Cm), o.component(Im.name, Im), o.component(Tm.name, Tm), o.component(bm.name, bm), o.component(Dm.name, Dm), o.component(Pm.name, Pm), o.component(Sm.name, Sm), o.component(hm.name, hm), o.component(wm.name, wm), o.component(Pr.name, Pr), o.component(xm.name, xm), o.component(km.name, km), o.component(Em.name, Em), o.component(Nm.name, Nm), o.component(Um.name, Um), o.component(vm.name, vm), o.component(Am.name, Am), o.component(Rm.name, Rm), o.component(Bm.name, Bm), o.component(Mm.name, Mm), o.component(Gm.name, Gm), o.component(Hm.name, Hm), o.component(Lm.name, Lm), o.component(Jm.name, Jm), o.component(Wm.name, Wm), o.component(Xm.name, Xm), o.component(Km.name, Km), o.component(Om.name, Om), o.component(zm.name, zm), o.component(Qm.name, Qm), 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(pr.name, pr), o.component(ir.name, ir), o.component(er.name, er), 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(gr.name, gr), o.component(yr.name, yr), o.component(Cr.name, Cr), o.component(Ir.name, Ir), o.component(Tr.name, Tr), o.component(br.name, br), o.component(Dr.name, Dr);
|
|
563
|
-
}
|
|
564
500
|
};
|
|
501
|
+
function di(o) {
|
|
502
|
+
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(C.name, C), o.component(I.name, I), o.component(T.name, T), o.component(b.name, b), o.component(D.name, D), o.component(P.name, P), o.component(S.name, S), o.component(w.name, w), o.component(h.name, h), o.component(k.name, k), o.component(E.name, E), o.component(N.name, N), o.component(U.name, U), 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(H.name, H), o.component(L.name, L), o.component(W.name, W), o.component(J.name, J), o.component(K.name, K), o.component(O.name, O), o.component(X.name, X), o.component(z.name, z), o.component(Q.name, Q), 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(Co.name, Co), o.component(Io.name, Io), o.component(To.name, To), o.component(bo.name, bo), o.component(Do.name, Do), o.component(Po.name, Po), o.component(So.name, So), o.component(wo.name, wo), o.component(ho.name, ho), o.component(ko.name, ko), o.component(Eo.name, Eo), o.component(No.name, No), o.component(Uo.name, Uo), 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(Ho.name, Ho), o.component(Lo.name, Lo), o.component(Wo.name, Wo), o.component(Jo.name, Jo), o.component(Ko.name, Ko), o.component(Oo.name, Oo), o.component(Xo.name, Xo), o.component(zo.name, zo), o.component(Qo.name, Qo), 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(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(Cm.name, Cm), o.component(Im.name, Im), o.component(Tm.name, Tm), o.component(bm.name, bm), o.component(Dm.name, Dm), o.component(Pm.name, Pm), o.component(Sm.name, Sm), o.component(br.name, br), o.component(wm.name, wm), o.component(hm.name, hm), o.component(km.name, km), o.component(Em.name, Em), o.component(Nm.name, Nm), o.component(Um.name, Um), 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(Hm.name, Hm), o.component(Lm.name, Lm), o.component(Wm.name, Wm), o.component(Jm.name, Jm), o.component(Km.name, Km), o.component(Om.name, Om), o.component(Xm.name, Xm), o.component(zm.name, zm), o.component(Qm.name, Qm), 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), o.component(or.name, or), o.component(mr.name, mr), o.component(rr.name, rr), o.component(tr.name, tr), o.component(er.name, er), o.component(pr.name, pr), o.component(ar.name, ar), o.component(nr.name, nr), o.component(fr.name, fr), o.component(ir.name, ir), o.component(lr.name, lr), o.component(dr.name, dr), o.component(sr.name, sr), o.component(cr.name, cr), o.component(xr.name, xr), o.component(Fr.name, Fr), o.component(ur.name, ur), o.component(yr.name, yr), o.component(gr.name, gr), o.component(Cr.name, Cr), o.component(Ir.name, Ir), o.component(Tr.name, Tr);
|
|
503
|
+
}
|
|
565
504
|
export {
|
|
566
|
-
|
|
505
|
+
xi as AddressInput,
|
|
506
|
+
ui as Affix,
|
|
507
|
+
gi as AsideMenu,
|
|
508
|
+
Ii as Avatar,
|
|
509
|
+
bi as AwesomeButton,
|
|
510
|
+
Pi as CapsuleTab,
|
|
511
|
+
wi as Card,
|
|
512
|
+
ki as Carousel,
|
|
513
|
+
Ni as Chat,
|
|
514
|
+
Ai as ChunkFileUploader,
|
|
515
|
+
vi as ChunkFileUploaderButton,
|
|
516
|
+
Mi as ChunkFileUploaderDrop,
|
|
517
|
+
Hi as ChunkFileUploaderFile,
|
|
518
|
+
Wi as ChunkFileUploaderFiles,
|
|
519
|
+
Ki as ChunkFileUploaderList,
|
|
520
|
+
Xi as ChunkFileUploaderUnSupport,
|
|
521
|
+
Qi as CodeMirrorEditor,
|
|
522
|
+
qi as ColorPicker,
|
|
523
|
+
Zi as Column,
|
|
524
|
+
$i as ColumnDefault,
|
|
525
|
+
ol as ColumnDynamic,
|
|
526
|
+
rl as ColumnMenu,
|
|
527
|
+
el as ColumnSlot,
|
|
528
|
+
al as Comment,
|
|
529
|
+
ll as ConfirmButton,
|
|
530
|
+
fl as Confirmable,
|
|
531
|
+
sl as ContextMenu,
|
|
532
|
+
xl as CountUp,
|
|
533
|
+
ul as CustomScrollbar,
|
|
534
|
+
gl as DataBox,
|
|
535
|
+
Il as DataCard,
|
|
536
|
+
bl as DataCardtext,
|
|
537
|
+
Pl as DataDisplay,
|
|
538
|
+
wl as DataIcons,
|
|
539
|
+
kl as DataImgtext,
|
|
540
|
+
Nl as DataOperatext,
|
|
541
|
+
Al as DataPanel,
|
|
542
|
+
vl as DataPay,
|
|
543
|
+
Ml as DataPrice,
|
|
544
|
+
Hl as DataProgress,
|
|
545
|
+
Wl as DataRotate,
|
|
546
|
+
Kl as DataTablePicker,
|
|
547
|
+
Xl as DataTabs,
|
|
548
|
+
Ql as DialogColumn,
|
|
549
|
+
ql as DialogExcel,
|
|
550
|
+
Zl as DialogFilter,
|
|
551
|
+
$l as DialogForm,
|
|
552
|
+
od as DynamicTable,
|
|
553
|
+
ed as ECharts,
|
|
554
|
+
rd as EasyPopup,
|
|
555
|
+
ad as EditableProgress,
|
|
556
|
+
fd as EditableTree,
|
|
557
|
+
ld as EgdCollapse,
|
|
558
|
+
sd as EgdCollapseItem,
|
|
559
|
+
xd as ElementDialog,
|
|
560
|
+
ud as EmptyView,
|
|
561
|
+
gd as ErrorView,
|
|
562
|
+
Id as FlexColumn,
|
|
563
|
+
bd as FlexItem,
|
|
564
|
+
Pd as FlexRow,
|
|
565
|
+
wd as FlexScroller,
|
|
566
|
+
kd as Flow,
|
|
567
|
+
Nd as FlowNode,
|
|
568
|
+
Ad as FlowViewer,
|
|
569
|
+
vd as FormBlock,
|
|
570
|
+
Md as FormButton,
|
|
571
|
+
Hd as FormCascader,
|
|
572
|
+
Wd as FormCheckboxGroup,
|
|
573
|
+
Kd as FormDatePicker,
|
|
574
|
+
Xd as FormGroup,
|
|
575
|
+
Qd as FormHolder,
|
|
576
|
+
qd as FormInput,
|
|
577
|
+
Zd as FormInputEmail,
|
|
578
|
+
$d as FormInputIdCard,
|
|
579
|
+
os as FormInputNumber,
|
|
580
|
+
rs as FormInputPhoneNumber,
|
|
581
|
+
es as FormInputTag,
|
|
582
|
+
as as FormInputTime,
|
|
583
|
+
fs as FormItem,
|
|
584
|
+
ls as FormItemConfigProvider,
|
|
585
|
+
ss as FormItemGroup,
|
|
586
|
+
xs as FormRadioGroup,
|
|
587
|
+
us as FormSelect,
|
|
588
|
+
gs as FormSwitch,
|
|
589
|
+
Is as FormTemp,
|
|
590
|
+
bs as FormTextarea,
|
|
591
|
+
Ps as FormView,
|
|
592
|
+
ws as FyArray,
|
|
593
|
+
ks as FyArticle,
|
|
594
|
+
Ns as FyCascader,
|
|
595
|
+
As as FyCheckbox,
|
|
596
|
+
vs as FyCode,
|
|
597
|
+
Ms as FyCurd,
|
|
598
|
+
Hs as FyDate,
|
|
599
|
+
Ws as FyDialogForm,
|
|
600
|
+
Ks as FyDraggable,
|
|
601
|
+
Xs as FyDynamic,
|
|
602
|
+
Qs as FyEmpty,
|
|
603
|
+
qs as FyForm,
|
|
604
|
+
Zs as FyFormDesign,
|
|
605
|
+
$s as FyFormMenu,
|
|
606
|
+
oc as FyInput,
|
|
607
|
+
rc as FyInputColor,
|
|
608
|
+
ec as FyInputIcon,
|
|
609
|
+
ac as FyInputMap,
|
|
610
|
+
fc as FyInputNumber,
|
|
611
|
+
lc as FyInputTable,
|
|
612
|
+
sc as FyInputTree,
|
|
613
|
+
xc as FyProgress,
|
|
614
|
+
uc as FyRadio,
|
|
615
|
+
gc as FyRate,
|
|
616
|
+
Ic as FySelect,
|
|
617
|
+
bc as FySlider,
|
|
618
|
+
Pc as FySwitch,
|
|
619
|
+
wc as FyTabs,
|
|
620
|
+
kc as FyTime,
|
|
621
|
+
Nc as FyTitle,
|
|
622
|
+
Ac as FyTree,
|
|
623
|
+
vc as FyUEditor,
|
|
624
|
+
Mc as FyUpload,
|
|
625
|
+
Hc as GuideSteps,
|
|
626
|
+
Wc as HeaderMenu,
|
|
627
|
+
Kc as HeaderSearch,
|
|
628
|
+
Xc as HighlightJS,
|
|
629
|
+
Qc as IconCard,
|
|
630
|
+
qc as IconTemp,
|
|
631
|
+
Zc as IframeWindow,
|
|
632
|
+
$c as ImageCropper,
|
|
633
|
+
ox as ImagePreview,
|
|
634
|
+
rx as ImageViewer,
|
|
635
|
+
ex as InputNumber,
|
|
636
|
+
ax as InputNumberRange,
|
|
637
|
+
br as JSXComponent,
|
|
638
|
+
fx as KeepViewAlive,
|
|
639
|
+
lx as Keyboard,
|
|
640
|
+
sx as License,
|
|
641
|
+
xx as LoadingView,
|
|
642
|
+
ux as Login,
|
|
643
|
+
gx as MonacoEditor,
|
|
644
|
+
Ix as NameAvatar,
|
|
645
|
+
bx as NavBar,
|
|
646
|
+
wx as NotImplement,
|
|
647
|
+
Px as Notice,
|
|
648
|
+
kx as Page,
|
|
649
|
+
vx as PageHeader,
|
|
650
|
+
Mx as PageIndex,
|
|
651
|
+
Hx as PageIndexTop,
|
|
652
|
+
Wx as PageSkeleton,
|
|
653
|
+
Kx as PageSkeletonNew,
|
|
654
|
+
Nx as PageableTable,
|
|
655
|
+
Ax as PageableView,
|
|
656
|
+
Xx as PhotoSwipe,
|
|
657
|
+
Qx as PresentView,
|
|
658
|
+
qx as ProcessDesigner,
|
|
659
|
+
Zx as PropertiesPanel,
|
|
660
|
+
$x as Queue,
|
|
661
|
+
oF as RecordVideo,
|
|
662
|
+
rF as ResizeObserver,
|
|
663
|
+
eF as Search,
|
|
664
|
+
aF as SearchPopover,
|
|
665
|
+
fF as Sign,
|
|
666
|
+
lF as SignPanel,
|
|
667
|
+
sF as Skeleton,
|
|
668
|
+
xF as SplitPane,
|
|
669
|
+
uF as Stateful,
|
|
670
|
+
gF as StaticPageableTable,
|
|
671
|
+
IF as Swiper,
|
|
672
|
+
bF as Tab,
|
|
673
|
+
PF as TabItem,
|
|
674
|
+
wF as TableColumn,
|
|
675
|
+
kF as TablePage,
|
|
676
|
+
NF as TableView,
|
|
677
|
+
AF as TagRender,
|
|
678
|
+
vF as TextEllipsis,
|
|
679
|
+
MF as TinymceEditor,
|
|
680
|
+
HF as TinymceWrapper,
|
|
681
|
+
WF as Toolbar,
|
|
682
|
+
KF as ToolbarButton,
|
|
683
|
+
XF as Trigger,
|
|
684
|
+
QF as Verify,
|
|
685
|
+
qF as VueTagsInput,
|
|
686
|
+
ZF as Watermark,
|
|
687
|
+
$F as XInputTag,
|
|
688
|
+
di as default
|
|
567
689
|
};
|