@web-utils/component 3.0.4 → 3.0.5
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/address-input/index.mjs +22 -24
- package/awesome-button/index.mjs +29 -30
- package/card/index.mjs +40 -42
- package/carousel/index.mjs +25 -27
- package/chat/index.mjs +57 -67
- package/chunks/FormTemp.7f91629d.mjs +165 -0
- package/chunks/confirmable-mixin.817b542f.mjs +116 -0
- package/chunks/{dataformat.e655611c.mjs → dataformat.f995e2f9.mjs} +3 -3
- package/chunks/{event.10295951.mjs → event.b5d855dd.mjs} +1 -1
- package/chunks/{form-input-mixin.78a567bc.mjs → form-input-mixin.4632ad36.mjs} +1 -1
- package/chunks/{form-item-mixin.57cb2019.mjs → form-item-mixin.ad148e7b.mjs} +13 -13
- package/color-picker/index.mjs +128 -0
- package/confirm-button/index.mjs +1 -1
- package/confirmable/index.mjs +1 -1
- package/data-box/index.mjs +32 -34
- package/data-card/index.mjs +33 -35
- package/data-cardtext/index.mjs +27 -29
- package/data-display/index.mjs +33 -35
- package/data-icons/index.mjs +28 -30
- package/data-imgtext/index.mjs +27 -30
- package/data-operatext/index.mjs +39 -41
- package/data-panel/index.mjs +36 -38
- package/data-pay/index.mjs +20 -23
- package/data-price/index.mjs +32 -34
- package/data-progress/index.mjs +27 -30
- package/data-rotate/index.mjs +17 -19
- package/data-table-picker/index.mjs +22 -23
- package/data-tabs/index.mjs +31 -33
- package/dialog-form/index.mjs +22 -27
- package/dynamic-table/index.mjs +36 -40
- package/editable-progress/index.mjs +14 -16
- package/editable-tree/index.mjs +139 -143
- package/egd-collapse-item/index.mjs +2 -1
- package/element-dialog/index.mjs +24 -25
- package/flow-designer/index.mjs +1095 -1111
- package/form-block/index.mjs +22 -24
- package/form-cascader/index.mjs +20 -20
- package/form-checkbox-group/index.mjs +24 -25
- package/form-date-picker/index.mjs +18 -19
- package/form-holder/index.mjs +14 -15
- package/form-input/index.mjs +23 -23
- package/form-input-email/index.mjs +17 -17
- package/form-input-id-card/index.mjs +24 -24
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.mjs +26 -26
- package/form-input-tag/index.mjs +1 -1
- package/form-input-time/index.mjs +17 -17
- package/form-item/index.mjs +54 -56
- package/form-item-group/index.mjs +31 -33
- package/form-radio-group/index.mjs +51 -52
- package/form-select/index.mjs +31 -32
- package/form-switch/index.mjs +22 -22
- package/form-textarea/index.mjs +20 -20
- package/fy-array/index.mjs +61 -65
- package/fy-cascader/index.mjs +19 -20
- package/fy-checkbox/index.mjs +32 -37
- package/fy-code/index.mjs +13 -10
- package/fy-curd/index.mjs +638 -660
- package/fy-date/index.mjs +20 -21
- package/fy-draggable/index.mjs +19 -20
- package/fy-dynamic/index.mjs +26 -27
- package/fy-form/index.mjs +111 -122
- package/fy-form-design/index.mjs +1238 -1270
- package/fy-input/index.mjs +15 -17
- package/fy-input-color/index.mjs +25 -27
- package/fy-input-icon/index.mjs +20 -21
- package/fy-input-map/index.mjs +22 -24
- package/fy-input-number/index.mjs +22 -23
- package/fy-input-table/index.mjs +15 -17
- package/fy-input-tree/index.mjs +28 -32
- package/fy-progress/index.mjs +23 -24
- package/fy-radio/index.mjs +18 -23
- package/fy-rate/index.mjs +12 -13
- package/fy-select/index.mjs +40 -44
- package/fy-slider/index.mjs +17 -18
- package/fy-switch/index.mjs +20 -21
- package/fy-tabs/index.mjs +19 -21
- package/fy-time/index.mjs +14 -20
- package/fy-title/index.mjs +1 -1
- package/fy-tree/index.mjs +17 -21
- package/fy-upload/index.mjs +74 -76
- package/guide-steps/index.mjs +22 -24
- package/image-cropper/index.mjs +50 -51
- package/image-preview/index.mjs +24 -26
- package/index.mjs +480 -477
- package/input-number/index.mjs +13 -14
- package/input-number-range/index.mjs +23 -24
- package/login/index.mjs +35 -40
- package/nav-bar/index.mjs +13 -14
- package/notice/index.mjs +18 -19
- package/package.json +3 -3
- package/page-index/index.mjs +33 -34
- package/page-index-top/index.mjs +22 -24
- package/pageable-table/index.mjs +92 -96
- package/pageable-view/index.mjs +33 -34
- package/search/index.mjs +21 -23
- package/static-pageable-table/index.mjs +18 -20
- package/swiper/index.mjs +22 -23
- package/table-view/index.mjs +49 -53
- package/tag-render/index.mjs +19 -21
- package/text-ellipsis/index.mjs +11 -12
- package/tinymce-editor/index.mjs +50 -51
- package/toolbar-button/index.mjs +18 -19
- package/vue-cron/index.mjs +104 -112
- package/web-types.json +85 -1
- package/x-input-tag/index.mjs +47 -50
- package/chunks/FormTemp.d079292b.mjs +0 -139
- package/chunks/confirmable-mixin.26e1d0e0.mjs +0 -197
- package/chunks/detail.d6f8e347.mjs +0 -29
package/index.mjs
CHANGED
|
@@ -1,446 +1,448 @@
|
|
|
1
1
|
import m from "@web-utils/component/address-input";
|
|
2
|
-
import { default as
|
|
2
|
+
import { default as df } 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 cf } 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 Ff } 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 yf } 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 If } from "@web-utils/component/awesome-button";
|
|
15
15
|
import a from "@web-utils/component/capsule-tab";
|
|
16
|
-
import { default as
|
|
16
|
+
import { default as bf } 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 Pf } 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 Sf } 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 Ef } 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 kf } 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 Af } from "@web-utils/component/code-mirror-editor";
|
|
32
32
|
import "@web-utils/component/code-mirror-editor/style.css";
|
|
33
|
-
import s from "@web-utils/component/
|
|
34
|
-
import { default as
|
|
33
|
+
import s from "@web-utils/component/color-picker";
|
|
34
|
+
import { default as vf } from "@web-utils/component/color-picker";
|
|
35
|
+
import c from "@web-utils/component/comment";
|
|
36
|
+
import { default as Mf } from "@web-utils/component/comment";
|
|
35
37
|
import "@web-utils/component/comment/style.css";
|
|
36
|
-
import
|
|
37
|
-
import { default as
|
|
38
|
-
import
|
|
39
|
-
import { default as
|
|
40
|
-
import
|
|
41
|
-
import { default as
|
|
38
|
+
import x from "@web-utils/component/confirmable";
|
|
39
|
+
import { default as Uf } from "@web-utils/component/confirmable";
|
|
40
|
+
import F from "@web-utils/component/confirm-button";
|
|
41
|
+
import { default as Lf } from "@web-utils/component/confirm-button";
|
|
42
|
+
import u from "@web-utils/component/context-menu";
|
|
43
|
+
import { default as Jf } from "@web-utils/component/context-menu";
|
|
42
44
|
import "@web-utils/component/context-menu/style.css";
|
|
43
|
-
import
|
|
44
|
-
import { default as
|
|
45
|
-
import
|
|
46
|
-
import { default as
|
|
47
|
-
import
|
|
48
|
-
import { default as
|
|
45
|
+
import y from "@web-utils/component/count-up";
|
|
46
|
+
import { default as Of } from "@web-utils/component/count-up";
|
|
47
|
+
import g from "@web-utils/component/custom-scrollbar";
|
|
48
|
+
import { default as Xf } from "@web-utils/component/custom-scrollbar";
|
|
49
|
+
import I from "@web-utils/component/data-box";
|
|
50
|
+
import { default as jf } from "@web-utils/component/data-box";
|
|
49
51
|
import "@web-utils/component/data-box/style.css";
|
|
50
|
-
import
|
|
51
|
-
import { default as
|
|
52
|
+
import C from "@web-utils/component/data-card";
|
|
53
|
+
import { default as Yf } from "@web-utils/component/data-card";
|
|
52
54
|
import "@web-utils/component/data-card/style.css";
|
|
53
|
-
import
|
|
54
|
-
import { default as
|
|
55
|
+
import b from "@web-utils/component/data-cardtext";
|
|
56
|
+
import { default as _f } from "@web-utils/component/data-cardtext";
|
|
55
57
|
import "@web-utils/component/data-cardtext/style.css";
|
|
56
|
-
import
|
|
57
|
-
import { default as
|
|
58
|
+
import T from "@web-utils/component/data-display";
|
|
59
|
+
import { default as Vf } from "@web-utils/component/data-display";
|
|
58
60
|
import "@web-utils/component/data-display/style.css";
|
|
59
|
-
import
|
|
60
|
-
import { default as
|
|
61
|
+
import P from "@web-utils/component/data-icons";
|
|
62
|
+
import { default as mi } from "@web-utils/component/data-icons";
|
|
61
63
|
import "@web-utils/component/data-icons/style.css";
|
|
62
|
-
import
|
|
63
|
-
import { default as
|
|
64
|
+
import D from "@web-utils/component/data-imgtext";
|
|
65
|
+
import { default as ti } from "@web-utils/component/data-imgtext";
|
|
64
66
|
import "@web-utils/component/data-imgtext/style.css";
|
|
65
|
-
import
|
|
66
|
-
import { default as
|
|
67
|
+
import S from "@web-utils/component/data-operatext";
|
|
68
|
+
import { default as pi } from "@web-utils/component/data-operatext";
|
|
67
69
|
import "@web-utils/component/data-operatext/style.css";
|
|
68
|
-
import
|
|
69
|
-
import { default as
|
|
70
|
+
import w from "@web-utils/component/data-panel";
|
|
71
|
+
import { default as ni } from "@web-utils/component/data-panel";
|
|
70
72
|
import "@web-utils/component/data-panel/style.css";
|
|
71
|
-
import
|
|
72
|
-
import { default as
|
|
73
|
+
import E from "@web-utils/component/data-pay";
|
|
74
|
+
import { default as ii } from "@web-utils/component/data-pay";
|
|
73
75
|
import "@web-utils/component/data-pay/style.css";
|
|
74
|
-
import
|
|
75
|
-
import { default as
|
|
76
|
+
import h from "@web-utils/component/data-price";
|
|
77
|
+
import { default as di } from "@web-utils/component/data-price";
|
|
76
78
|
import "@web-utils/component/data-price/style.css";
|
|
77
|
-
import
|
|
78
|
-
import { default as
|
|
79
|
+
import k from "@web-utils/component/data-progress";
|
|
80
|
+
import { default as ci } from "@web-utils/component/data-progress";
|
|
79
81
|
import "@web-utils/component/data-progress/style.css";
|
|
80
82
|
import N from "@web-utils/component/data-rotate";
|
|
81
|
-
import { default as
|
|
83
|
+
import { default as Fi } from "@web-utils/component/data-rotate";
|
|
82
84
|
import "@web-utils/component/data-rotate/style.css";
|
|
83
|
-
import
|
|
84
|
-
import { default as
|
|
85
|
-
import
|
|
86
|
-
import { default as
|
|
85
|
+
import A from "@web-utils/component/data-table-picker";
|
|
86
|
+
import { default as yi } from "@web-utils/component/data-table-picker";
|
|
87
|
+
import R from "@web-utils/component/data-tabs";
|
|
88
|
+
import { default as Ii } from "@web-utils/component/data-tabs";
|
|
87
89
|
import "@web-utils/component/data-tabs/style.css";
|
|
88
|
-
import
|
|
89
|
-
import { default as
|
|
90
|
+
import v from "@web-utils/component/dialog-form";
|
|
91
|
+
import { default as bi } from "@web-utils/component/dialog-form";
|
|
90
92
|
import "@web-utils/component/dialog-form/style.css";
|
|
91
|
-
import
|
|
92
|
-
import { default as
|
|
93
|
+
import B from "@web-utils/component/dynamic-table";
|
|
94
|
+
import { default as Pi } from "@web-utils/component/dynamic-table";
|
|
93
95
|
import "@web-utils/component/dynamic-table/style.css";
|
|
94
|
-
import
|
|
95
|
-
import { default as
|
|
96
|
+
import M from "@web-utils/component/easy-popup";
|
|
97
|
+
import { default as Si } from "@web-utils/component/easy-popup";
|
|
96
98
|
import "@web-utils/component/easy-popup/style.css";
|
|
97
|
-
import
|
|
98
|
-
import { default as
|
|
99
|
+
import G from "@web-utils/component/e-charts";
|
|
100
|
+
import { default as Ei } from "@web-utils/component/e-charts";
|
|
99
101
|
import "@web-utils/component/e-charts/style.css";
|
|
100
|
-
import
|
|
101
|
-
import { default as
|
|
102
|
+
import U from "@web-utils/component/editable-progress";
|
|
103
|
+
import { default as ki } from "@web-utils/component/editable-progress";
|
|
102
104
|
import "@web-utils/component/editable-progress/style.css";
|
|
103
|
-
import
|
|
104
|
-
import { default as
|
|
105
|
+
import H from "@web-utils/component/editable-tree";
|
|
106
|
+
import { default as Ai } from "@web-utils/component/editable-tree";
|
|
105
107
|
import "@web-utils/component/editable-tree/style.css";
|
|
106
|
-
import
|
|
107
|
-
import { default as
|
|
108
|
-
import
|
|
109
|
-
import { default as
|
|
110
|
-
import
|
|
111
|
-
import { default as
|
|
108
|
+
import L from "@web-utils/component/egd-collapse";
|
|
109
|
+
import { default as vi } from "@web-utils/component/egd-collapse";
|
|
110
|
+
import Q from "@web-utils/component/egd-collapse-item";
|
|
111
|
+
import { default as Mi } from "@web-utils/component/egd-collapse-item";
|
|
112
|
+
import J from "@web-utils/component/element-dialog";
|
|
113
|
+
import { default as Ui } from "@web-utils/component/element-dialog";
|
|
112
114
|
import "@web-utils/component/element-dialog/style.css";
|
|
113
|
-
import
|
|
114
|
-
import { default as
|
|
115
|
+
import K from "@web-utils/component/empty-view";
|
|
116
|
+
import { default as Li } from "@web-utils/component/empty-view";
|
|
115
117
|
import "@web-utils/component/empty-view/style.css";
|
|
116
|
-
import
|
|
117
|
-
import { default as
|
|
118
|
+
import O from "@web-utils/component/error-view";
|
|
119
|
+
import { default as Ji } from "@web-utils/component/error-view";
|
|
118
120
|
import "@web-utils/component/error-view/style.css";
|
|
119
|
-
import
|
|
120
|
-
import { default as
|
|
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 Oi } from "@web-utils/component/flex-column";
|
|
123
|
+
import X from "@web-utils/component/flex-item";
|
|
124
|
+
import { default as Xi } from "@web-utils/component/flex-item";
|
|
125
|
+
import z from "@web-utils/component/flex-row";
|
|
126
|
+
import { default as ji } from "@web-utils/component/flex-row";
|
|
127
|
+
import j from "@web-utils/component/flex-scroller";
|
|
128
|
+
import { default as Yi } from "@web-utils/component/flex-scroller";
|
|
127
129
|
import "@web-utils/component/flex-scroller/style.css";
|
|
128
|
-
import
|
|
129
|
-
import { default as
|
|
130
|
+
import q from "@web-utils/component/flow";
|
|
131
|
+
import { default as _i } from "@web-utils/component/flow";
|
|
130
132
|
import "@web-utils/component/flow/style.css";
|
|
131
|
-
import
|
|
132
|
-
import { default as
|
|
133
|
+
import Y from "@web-utils/component/flow-designer";
|
|
134
|
+
import { default as Vi } from "@web-utils/component/flow-designer";
|
|
133
135
|
import "@web-utils/component/flow-designer/style.css";
|
|
134
|
-
import
|
|
135
|
-
import { default as
|
|
136
|
-
import
|
|
137
|
-
import { default as
|
|
136
|
+
import Z from "@web-utils/component/flow-node";
|
|
137
|
+
import { default as ml } from "@web-utils/component/flow-node";
|
|
138
|
+
import _ from "@web-utils/component/flow-viewer";
|
|
139
|
+
import { default as tl } from "@web-utils/component/flow-viewer";
|
|
138
140
|
import "@web-utils/component/flow-viewer/style.css";
|
|
139
|
-
import
|
|
140
|
-
import { default as
|
|
141
|
+
import $ from "@web-utils/component/form-block";
|
|
142
|
+
import { default as pl } from "@web-utils/component/form-block";
|
|
141
143
|
import "@web-utils/component/form-block/style.css";
|
|
142
|
-
import
|
|
143
|
-
import { default as
|
|
144
|
-
import
|
|
145
|
-
import { default as
|
|
146
|
-
import
|
|
147
|
-
import { default as
|
|
144
|
+
import V from "@web-utils/component/form-button";
|
|
145
|
+
import { default as nl } from "@web-utils/component/form-button";
|
|
146
|
+
import oo from "@web-utils/component/form-cascader";
|
|
147
|
+
import { default as il } from "@web-utils/component/form-cascader";
|
|
148
|
+
import mo from "@web-utils/component/form-checkbox-group";
|
|
149
|
+
import { default as dl } from "@web-utils/component/form-checkbox-group";
|
|
148
150
|
import "@web-utils/component/form-checkbox-group/style.css";
|
|
149
|
-
import
|
|
150
|
-
import { default as
|
|
151
|
-
import
|
|
152
|
-
import { default as
|
|
153
|
-
import
|
|
154
|
-
import { default as
|
|
155
|
-
import
|
|
156
|
-
import { default as
|
|
157
|
-
import
|
|
158
|
-
import { default as
|
|
159
|
-
import
|
|
160
|
-
import { default as
|
|
151
|
+
import ro from "@web-utils/component/form-date-picker";
|
|
152
|
+
import { default as cl } from "@web-utils/component/form-date-picker";
|
|
153
|
+
import to from "@web-utils/component/form-holder";
|
|
154
|
+
import { default as Fl } from "@web-utils/component/form-holder";
|
|
155
|
+
import eo from "@web-utils/component/form-input";
|
|
156
|
+
import { default as yl } from "@web-utils/component/form-input";
|
|
157
|
+
import po from "@web-utils/component/form-input-email";
|
|
158
|
+
import { default as Il } from "@web-utils/component/form-input-email";
|
|
159
|
+
import ao from "@web-utils/component/form-input-id-card";
|
|
160
|
+
import { default as bl } from "@web-utils/component/form-input-id-card";
|
|
161
|
+
import no from "@web-utils/component/form-input-number";
|
|
162
|
+
import { default as Pl } from "@web-utils/component/form-input-number";
|
|
161
163
|
import "@web-utils/component/form-input-number/style.css";
|
|
162
|
-
import
|
|
163
|
-
import { default as
|
|
164
|
-
import
|
|
165
|
-
import { default as
|
|
166
|
-
import
|
|
167
|
-
import { default as
|
|
168
|
-
import
|
|
169
|
-
import { default as
|
|
164
|
+
import fo from "@web-utils/component/form-input-phone-number";
|
|
165
|
+
import { default as Sl } from "@web-utils/component/form-input-phone-number";
|
|
166
|
+
import io from "@web-utils/component/form-input-tag";
|
|
167
|
+
import { default as El } from "@web-utils/component/form-input-tag";
|
|
168
|
+
import lo from "@web-utils/component/form-input-time";
|
|
169
|
+
import { default as kl } from "@web-utils/component/form-input-time";
|
|
170
|
+
import so from "@web-utils/component/form-item";
|
|
171
|
+
import { default as Al } from "@web-utils/component/form-item";
|
|
170
172
|
import "@web-utils/component/form-item/style.css";
|
|
171
|
-
import
|
|
172
|
-
import { default as
|
|
173
|
-
import
|
|
174
|
-
import { default as
|
|
173
|
+
import co from "@web-utils/component/form-item-config-provider";
|
|
174
|
+
import { default as vl } from "@web-utils/component/form-item-config-provider";
|
|
175
|
+
import xo from "@web-utils/component/form-item-group";
|
|
176
|
+
import { default as Ml } from "@web-utils/component/form-item-group";
|
|
175
177
|
import "@web-utils/component/form-item-group/style.css";
|
|
176
|
-
import
|
|
177
|
-
import { default as
|
|
178
|
+
import Fo from "@web-utils/component/form-radio-group";
|
|
179
|
+
import { default as Ul } from "@web-utils/component/form-radio-group";
|
|
178
180
|
import "@web-utils/component/form-radio-group/style.css";
|
|
179
|
-
import
|
|
180
|
-
import { default as
|
|
181
|
-
import
|
|
182
|
-
import { default as
|
|
183
|
-
import
|
|
184
|
-
import { default as
|
|
185
|
-
import
|
|
186
|
-
import { default as
|
|
181
|
+
import uo from "@web-utils/component/form-select";
|
|
182
|
+
import { default as Ll } from "@web-utils/component/form-select";
|
|
183
|
+
import yo from "@web-utils/component/form-switch";
|
|
184
|
+
import { default as Jl } from "@web-utils/component/form-switch";
|
|
185
|
+
import go from "@web-utils/component/form-textarea";
|
|
186
|
+
import { default as Ol } from "@web-utils/component/form-textarea";
|
|
187
|
+
import Io from "@web-utils/component/form-view";
|
|
188
|
+
import { default as Xl } from "@web-utils/component/form-view";
|
|
187
189
|
import "@web-utils/component/form-view/style.css";
|
|
188
|
-
import
|
|
189
|
-
import { default as
|
|
190
|
+
import Co from "@web-utils/component/fy-array";
|
|
191
|
+
import { default as jl } from "@web-utils/component/fy-array";
|
|
190
192
|
import "@web-utils/component/fy-array/style.css";
|
|
191
|
-
import
|
|
192
|
-
import { default as
|
|
193
|
+
import bo from "@web-utils/component/fy-article";
|
|
194
|
+
import { default as Yl } from "@web-utils/component/fy-article";
|
|
193
195
|
import "@web-utils/component/fy-article/style.css";
|
|
194
|
-
import
|
|
195
|
-
import { default as
|
|
196
|
-
import
|
|
197
|
-
import { default as
|
|
196
|
+
import To from "@web-utils/component/fy-cascader";
|
|
197
|
+
import { default as _l } from "@web-utils/component/fy-cascader";
|
|
198
|
+
import Po from "@web-utils/component/fy-checkbox";
|
|
199
|
+
import { default as Vl } from "@web-utils/component/fy-checkbox";
|
|
198
200
|
import "@web-utils/component/fy-checkbox/style.css";
|
|
199
|
-
import
|
|
200
|
-
import { default as
|
|
201
|
-
import
|
|
202
|
-
import { default as
|
|
201
|
+
import Do from "@web-utils/component/fy-code";
|
|
202
|
+
import { default as md } from "@web-utils/component/fy-code";
|
|
203
|
+
import So from "@web-utils/component/fy-curd";
|
|
204
|
+
import { default as td } from "@web-utils/component/fy-curd";
|
|
203
205
|
import "@web-utils/component/fy-curd/style.css";
|
|
204
|
-
import
|
|
205
|
-
import { default as
|
|
206
|
+
import wo from "@web-utils/component/fy-date";
|
|
207
|
+
import { default as pd } from "@web-utils/component/fy-date";
|
|
206
208
|
import "@web-utils/component/fy-date/style.css";
|
|
207
|
-
import
|
|
208
|
-
import { default as
|
|
209
|
+
import Eo from "@web-utils/component/fy-draggable";
|
|
210
|
+
import { default as nd } from "@web-utils/component/fy-draggable";
|
|
209
211
|
import "@web-utils/component/fy-draggable/style.css";
|
|
210
|
-
import
|
|
211
|
-
import { default as
|
|
212
|
+
import ho from "@web-utils/component/fy-dynamic";
|
|
213
|
+
import { default as id } from "@web-utils/component/fy-dynamic";
|
|
212
214
|
import "@web-utils/component/fy-dynamic/style.css";
|
|
213
|
-
import
|
|
214
|
-
import { default as
|
|
215
|
+
import ko from "@web-utils/component/fy-empty";
|
|
216
|
+
import { default as dd } from "@web-utils/component/fy-empty";
|
|
215
217
|
import "@web-utils/component/fy-empty/style.css";
|
|
216
218
|
import No from "@web-utils/component/fy-form";
|
|
217
|
-
import { default as
|
|
219
|
+
import { default as cd } from "@web-utils/component/fy-form";
|
|
218
220
|
import "@web-utils/component/fy-form/style.css";
|
|
219
|
-
import
|
|
220
|
-
import { default as
|
|
221
|
+
import Ao from "@web-utils/component/fy-form-design";
|
|
222
|
+
import { default as Fd } from "@web-utils/component/fy-form-design";
|
|
221
223
|
import "@web-utils/component/fy-form-design/style.css";
|
|
222
|
-
import
|
|
223
|
-
import { default as
|
|
224
|
-
import
|
|
225
|
-
import { default as
|
|
226
|
-
import
|
|
227
|
-
import { default as
|
|
224
|
+
import Ro from "@web-utils/component/fy-input";
|
|
225
|
+
import { default as yd } from "@web-utils/component/fy-input";
|
|
226
|
+
import vo from "@web-utils/component/fy-input-color";
|
|
227
|
+
import { default as Id } from "@web-utils/component/fy-input-color";
|
|
228
|
+
import Bo from "@web-utils/component/fy-input-icon";
|
|
229
|
+
import { default as bd } from "@web-utils/component/fy-input-icon";
|
|
228
230
|
import "@web-utils/component/fy-input-icon/style.css";
|
|
229
|
-
import
|
|
230
|
-
import { default as
|
|
231
|
+
import Mo from "@web-utils/component/fy-input-map";
|
|
232
|
+
import { default as Pd } from "@web-utils/component/fy-input-map";
|
|
231
233
|
import "@web-utils/component/fy-input-map/style.css";
|
|
232
|
-
import
|
|
233
|
-
import { default as
|
|
234
|
-
import
|
|
235
|
-
import { default as
|
|
234
|
+
import Go from "@web-utils/component/fy-input-number";
|
|
235
|
+
import { default as Sd } from "@web-utils/component/fy-input-number";
|
|
236
|
+
import Uo from "@web-utils/component/fy-input-table";
|
|
237
|
+
import { default as Ed } from "@web-utils/component/fy-input-table";
|
|
236
238
|
import "@web-utils/component/fy-input-table/style.css";
|
|
237
|
-
import
|
|
238
|
-
import { default as
|
|
239
|
+
import Ho from "@web-utils/component/fy-input-tree";
|
|
240
|
+
import { default as kd } from "@web-utils/component/fy-input-tree";
|
|
239
241
|
import "@web-utils/component/fy-input-tree/style.css";
|
|
240
|
-
import
|
|
241
|
-
import { default as
|
|
242
|
-
import
|
|
243
|
-
import { default as
|
|
242
|
+
import Lo from "@web-utils/component/fy-progress";
|
|
243
|
+
import { default as Ad } from "@web-utils/component/fy-progress";
|
|
244
|
+
import Qo from "@web-utils/component/fy-radio";
|
|
245
|
+
import { default as vd } from "@web-utils/component/fy-radio";
|
|
244
246
|
import "@web-utils/component/fy-radio/style.css";
|
|
245
|
-
import
|
|
246
|
-
import { default as
|
|
247
|
+
import Jo from "@web-utils/component/fy-rate";
|
|
248
|
+
import { default as Md } from "@web-utils/component/fy-rate";
|
|
247
249
|
import "@web-utils/component/fy-rate/style.css";
|
|
248
|
-
import
|
|
249
|
-
import { default as
|
|
250
|
+
import Ko from "@web-utils/component/fy-select";
|
|
251
|
+
import { default as Ud } from "@web-utils/component/fy-select";
|
|
250
252
|
import "@web-utils/component/fy-select/style.css";
|
|
251
|
-
import
|
|
252
|
-
import { default as
|
|
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 Oo from "@web-utils/component/fy-slider";
|
|
254
|
+
import { default as Ld } from "@web-utils/component/fy-slider";
|
|
255
|
+
import Wo from "@web-utils/component/fy-switch";
|
|
256
|
+
import { default as Jd } from "@web-utils/component/fy-switch";
|
|
257
|
+
import Xo from "@web-utils/component/fy-tabs";
|
|
258
|
+
import { default as Od } from "@web-utils/component/fy-tabs";
|
|
259
|
+
import zo from "@web-utils/component/fy-time";
|
|
260
|
+
import { default as Xd } from "@web-utils/component/fy-time";
|
|
261
|
+
import jo from "@web-utils/component/fy-title";
|
|
262
|
+
import { default as jd } from "@web-utils/component/fy-title";
|
|
261
263
|
import "@web-utils/component/fy-title/style.css";
|
|
262
|
-
import
|
|
263
|
-
import { default as
|
|
264
|
+
import qo from "@web-utils/component/fy-tree";
|
|
265
|
+
import { default as Yd } from "@web-utils/component/fy-tree";
|
|
264
266
|
import "@web-utils/component/fy-tree/style.css";
|
|
265
|
-
import
|
|
266
|
-
import { default as
|
|
267
|
+
import Yo from "@web-utils/component/fy-u-editor";
|
|
268
|
+
import { default as _d } from "@web-utils/component/fy-u-editor";
|
|
267
269
|
import "@web-utils/component/fy-u-editor/style.css";
|
|
268
|
-
import
|
|
269
|
-
import { default as
|
|
270
|
+
import Zo from "@web-utils/component/fy-upload";
|
|
271
|
+
import { default as Vd } from "@web-utils/component/fy-upload";
|
|
270
272
|
import "@web-utils/component/fy-upload/style.css";
|
|
271
|
-
import
|
|
272
|
-
import { default as
|
|
273
|
+
import _o from "@web-utils/component/guide-steps";
|
|
274
|
+
import { default as ms } from "@web-utils/component/guide-steps";
|
|
273
275
|
import "@web-utils/component/guide-steps/style.css";
|
|
274
|
-
import
|
|
275
|
-
import { default as
|
|
276
|
+
import $o from "@web-utils/component/highlight-j-s";
|
|
277
|
+
import { default as ts } from "@web-utils/component/highlight-j-s";
|
|
276
278
|
import "@web-utils/component/highlight-j-s/style.css";
|
|
277
|
-
import
|
|
278
|
-
import { default as
|
|
279
|
+
import Vo from "@web-utils/component/icon-card";
|
|
280
|
+
import { default as ps } from "@web-utils/component/icon-card";
|
|
279
281
|
import "@web-utils/component/icon-card/style.css";
|
|
280
|
-
import
|
|
281
|
-
import { default as
|
|
282
|
+
import om from "@web-utils/component/icon-temp";
|
|
283
|
+
import { default as ns } from "@web-utils/component/icon-temp";
|
|
282
284
|
import "@web-utils/component/icon-temp/style.css";
|
|
283
|
-
import
|
|
284
|
-
import { default as
|
|
285
|
+
import mm from "@web-utils/component/iframe-window";
|
|
286
|
+
import { default as is } from "@web-utils/component/iframe-window";
|
|
285
287
|
import "@web-utils/component/iframe-window/style.css";
|
|
286
|
-
import
|
|
287
|
-
import { default as
|
|
288
|
+
import rm from "@web-utils/component/image-cropper";
|
|
289
|
+
import { default as ds } from "@web-utils/component/image-cropper";
|
|
288
290
|
import "@web-utils/component/image-cropper/style.css";
|
|
289
|
-
import
|
|
290
|
-
import { default as
|
|
291
|
+
import tm from "@web-utils/component/image-preview";
|
|
292
|
+
import { default as cs } from "@web-utils/component/image-preview";
|
|
291
293
|
import "@web-utils/component/image-preview/style.css";
|
|
292
|
-
import
|
|
293
|
-
import { default as
|
|
294
|
+
import em from "@web-utils/component/image-viewer";
|
|
295
|
+
import { default as Fs } from "@web-utils/component/image-viewer";
|
|
294
296
|
import "@web-utils/component/image-viewer/style.css";
|
|
295
|
-
import
|
|
296
|
-
import { default as
|
|
297
|
+
import pm from "@web-utils/component/input-number";
|
|
298
|
+
import { default as ys } from "@web-utils/component/input-number";
|
|
297
299
|
import "@web-utils/component/input-number/style.css";
|
|
298
|
-
import
|
|
299
|
-
import { default as
|
|
300
|
+
import am from "@web-utils/component/input-number-range";
|
|
301
|
+
import { default as Is } from "@web-utils/component/input-number-range";
|
|
300
302
|
import "@web-utils/component/input-number-range/style.css";
|
|
301
|
-
import
|
|
302
|
-
import { default as
|
|
303
|
-
import
|
|
304
|
-
import { default as
|
|
303
|
+
import nm from "@web-utils/component/keep-view-alive";
|
|
304
|
+
import { default as bs } from "@web-utils/component/keep-view-alive";
|
|
305
|
+
import fm from "@web-utils/component/keyboard";
|
|
306
|
+
import { default as Ps } from "@web-utils/component/keyboard";
|
|
305
307
|
import "@web-utils/component/keyboard/style.css";
|
|
306
|
-
import
|
|
307
|
-
import { default as
|
|
308
|
-
import
|
|
309
|
-
import { default as
|
|
308
|
+
import im from "@web-utils/component/license";
|
|
309
|
+
import { default as Ss } from "@web-utils/component/license";
|
|
310
|
+
import lm from "@web-utils/component/loading-view";
|
|
311
|
+
import { default as Es } from "@web-utils/component/loading-view";
|
|
310
312
|
import "@web-utils/component/loading-view/style.css";
|
|
311
|
-
import
|
|
312
|
-
import { default as
|
|
313
|
+
import dm from "@web-utils/component/login";
|
|
314
|
+
import { default as ks } from "@web-utils/component/login";
|
|
313
315
|
import "@web-utils/component/login/style.css";
|
|
314
|
-
import
|
|
315
|
-
import { default as
|
|
316
|
-
import
|
|
317
|
-
import { default as
|
|
316
|
+
import sm from "@web-utils/component/monaco-editor";
|
|
317
|
+
import { default as As } from "@web-utils/component/monaco-editor";
|
|
318
|
+
import cm from "@web-utils/component/name-avatar";
|
|
319
|
+
import { default as vs } from "@web-utils/component/name-avatar";
|
|
318
320
|
import "@web-utils/component/name-avatar/style.css";
|
|
319
|
-
import
|
|
320
|
-
import { default as
|
|
321
|
+
import xm from "@web-utils/component/nav-bar";
|
|
322
|
+
import { default as Ms } from "@web-utils/component/nav-bar";
|
|
321
323
|
import "@web-utils/component/nav-bar/style.css";
|
|
322
|
-
import
|
|
323
|
-
import { default as
|
|
324
|
+
import Fm from "@web-utils/component/notice";
|
|
325
|
+
import { default as Us } from "@web-utils/component/notice";
|
|
324
326
|
import "@web-utils/component/notice/style.css";
|
|
325
|
-
import
|
|
326
|
-
import { default as
|
|
327
|
+
import um from "@web-utils/component/not-implement";
|
|
328
|
+
import { default as Ls } from "@web-utils/component/not-implement";
|
|
327
329
|
import "@web-utils/component/not-implement/style.css";
|
|
328
|
-
import
|
|
329
|
-
import { default as
|
|
330
|
+
import ym from "@web-utils/component/page";
|
|
331
|
+
import { default as Js } from "@web-utils/component/page";
|
|
330
332
|
import "@web-utils/component/page/style.css";
|
|
331
|
-
import
|
|
332
|
-
import { default as
|
|
333
|
+
import gm from "@web-utils/component/pageable-table";
|
|
334
|
+
import { default as Os } from "@web-utils/component/pageable-table";
|
|
333
335
|
import "@web-utils/component/pageable-table/style.css";
|
|
334
|
-
import
|
|
335
|
-
import { default as
|
|
336
|
+
import Im from "@web-utils/component/pageable-view";
|
|
337
|
+
import { default as Xs } from "@web-utils/component/pageable-view";
|
|
336
338
|
import "@web-utils/component/pageable-view/style.css";
|
|
337
|
-
import
|
|
338
|
-
import { default as
|
|
339
|
+
import Cm from "@web-utils/component/page-header";
|
|
340
|
+
import { default as js } from "@web-utils/component/page-header";
|
|
339
341
|
import "@web-utils/component/page-header/style.css";
|
|
340
|
-
import
|
|
341
|
-
import { default as
|
|
342
|
+
import bm from "@web-utils/component/page-index";
|
|
343
|
+
import { default as Ys } from "@web-utils/component/page-index";
|
|
342
344
|
import "@web-utils/component/page-index/style.css";
|
|
343
|
-
import
|
|
344
|
-
import { default as
|
|
345
|
-
import
|
|
346
|
-
import { default as
|
|
345
|
+
import Tm from "@web-utils/component/page-index-top";
|
|
346
|
+
import { default as _s } from "@web-utils/component/page-index-top";
|
|
347
|
+
import Pm from "@web-utils/component/page-skeleton";
|
|
348
|
+
import { default as Vs } from "@web-utils/component/page-skeleton";
|
|
347
349
|
import "@web-utils/component/page-skeleton/style.css";
|
|
348
|
-
import
|
|
349
|
-
import { default as
|
|
350
|
+
import Dm from "@web-utils/component/page-skeleton-new";
|
|
351
|
+
import { default as mc } from "@web-utils/component/page-skeleton-new";
|
|
350
352
|
import "@web-utils/component/page-skeleton-new/style.css";
|
|
351
|
-
import
|
|
352
|
-
import { default as
|
|
353
|
-
import
|
|
354
|
-
import { default as
|
|
353
|
+
import Sm from "@web-utils/component/photo-swipe";
|
|
354
|
+
import { default as tc } from "@web-utils/component/photo-swipe";
|
|
355
|
+
import wm from "@web-utils/component/present-view";
|
|
356
|
+
import { default as pc } from "@web-utils/component/present-view";
|
|
355
357
|
import "@web-utils/component/present-view/style.css";
|
|
356
|
-
import
|
|
357
|
-
import { default as
|
|
358
|
+
import Em from "@web-utils/component/queue";
|
|
359
|
+
import { default as nc } from "@web-utils/component/queue";
|
|
358
360
|
import "@web-utils/component/queue/style.css";
|
|
359
|
-
import
|
|
360
|
-
import { default as
|
|
361
|
+
import hm from "@web-utils/component/record-video";
|
|
362
|
+
import { default as ic } from "@web-utils/component/record-video";
|
|
361
363
|
import "@web-utils/component/record-video/style.css";
|
|
362
|
-
import
|
|
363
|
-
import { default as
|
|
364
|
+
import km from "@web-utils/component/resize-observer";
|
|
365
|
+
import { default as dc } from "@web-utils/component/resize-observer";
|
|
364
366
|
import "@web-utils/component/resize-observer/style.css";
|
|
365
367
|
import Nm from "@web-utils/component/search";
|
|
366
|
-
import { default as
|
|
368
|
+
import { default as cc } from "@web-utils/component/search";
|
|
367
369
|
import "@web-utils/component/search/style.css";
|
|
368
|
-
import
|
|
369
|
-
import { default as
|
|
370
|
+
import Am from "@web-utils/component/search-popover";
|
|
371
|
+
import { default as Fc } from "@web-utils/component/search-popover";
|
|
370
372
|
import "@web-utils/component/search-popover/style.css";
|
|
371
|
-
import
|
|
372
|
-
import { default as
|
|
373
|
+
import Rm from "@web-utils/component/sign";
|
|
374
|
+
import { default as yc } from "@web-utils/component/sign";
|
|
373
375
|
import "@web-utils/component/sign/style.css";
|
|
374
|
-
import
|
|
375
|
-
import { default as
|
|
376
|
+
import vm from "@web-utils/component/sign-panel";
|
|
377
|
+
import { default as Ic } from "@web-utils/component/sign-panel";
|
|
376
378
|
import "@web-utils/component/sign-panel/style.css";
|
|
377
|
-
import
|
|
378
|
-
import { default as
|
|
379
|
+
import Bm from "@web-utils/component/skeleton";
|
|
380
|
+
import { default as bc } from "@web-utils/component/skeleton";
|
|
379
381
|
import "@web-utils/component/skeleton/style.css";
|
|
380
|
-
import
|
|
381
|
-
import { default as
|
|
382
|
+
import Mm from "@web-utils/component/split-pane";
|
|
383
|
+
import { default as Pc } from "@web-utils/component/split-pane";
|
|
382
384
|
import "@web-utils/component/split-pane/style.css";
|
|
383
|
-
import
|
|
384
|
-
import { default as
|
|
385
|
+
import Gm from "@web-utils/component/stateful";
|
|
386
|
+
import { default as Sc } from "@web-utils/component/stateful";
|
|
385
387
|
import "@web-utils/component/stateful/style.css";
|
|
386
|
-
import
|
|
387
|
-
import { default as
|
|
388
|
+
import Um from "@web-utils/component/static-pageable-table";
|
|
389
|
+
import { default as Ec } from "@web-utils/component/static-pageable-table";
|
|
388
390
|
import "@web-utils/component/static-pageable-table/style.css";
|
|
389
|
-
import
|
|
390
|
-
import { default as
|
|
391
|
+
import Hm from "@web-utils/component/swiper";
|
|
392
|
+
import { default as kc } from "@web-utils/component/swiper";
|
|
391
393
|
import "@web-utils/component/swiper/style.css";
|
|
392
|
-
import
|
|
393
|
-
import { default as
|
|
394
|
+
import Lm from "@web-utils/component/tab";
|
|
395
|
+
import { default as Ac } from "@web-utils/component/tab";
|
|
394
396
|
import "@web-utils/component/tab/style.css";
|
|
395
|
-
import
|
|
396
|
-
import { default as
|
|
397
|
-
import
|
|
398
|
-
import { default as
|
|
399
|
-
import
|
|
400
|
-
import { default as
|
|
397
|
+
import Qm from "@web-utils/component/tab-item";
|
|
398
|
+
import { default as vc } from "@web-utils/component/tab-item";
|
|
399
|
+
import Jm from "@web-utils/component/table-column";
|
|
400
|
+
import { default as Mc } from "@web-utils/component/table-column";
|
|
401
|
+
import Km from "@web-utils/component/table-view";
|
|
402
|
+
import { default as Uc } from "@web-utils/component/table-view";
|
|
401
403
|
import "@web-utils/component/table-view/style.css";
|
|
402
|
-
import
|
|
403
|
-
import { default as
|
|
404
|
+
import Om from "@web-utils/component/tag-render";
|
|
405
|
+
import { default as Lc } from "@web-utils/component/tag-render";
|
|
404
406
|
import "@web-utils/component/tag-render/style.css";
|
|
405
|
-
import
|
|
406
|
-
import { default as
|
|
407
|
+
import Wm from "@web-utils/component/text-ellipsis";
|
|
408
|
+
import { default as Jc } from "@web-utils/component/text-ellipsis";
|
|
407
409
|
import "@web-utils/component/text-ellipsis/style.css";
|
|
408
|
-
import
|
|
409
|
-
import { default as
|
|
410
|
+
import Xm from "@web-utils/component/tinymce-editor";
|
|
411
|
+
import { default as Oc } from "@web-utils/component/tinymce-editor";
|
|
410
412
|
import "@web-utils/component/tinymce-editor/style.css";
|
|
411
|
-
import
|
|
412
|
-
import { default as
|
|
413
|
+
import zm from "@web-utils/component/toolbar";
|
|
414
|
+
import { default as Xc } from "@web-utils/component/toolbar";
|
|
413
415
|
import "@web-utils/component/toolbar/style.css";
|
|
414
|
-
import
|
|
415
|
-
import { default as
|
|
416
|
+
import jm from "@web-utils/component/toolbar-button";
|
|
417
|
+
import { default as jc } from "@web-utils/component/toolbar-button";
|
|
416
418
|
import "@web-utils/component/toolbar-button/style.css";
|
|
417
|
-
import
|
|
418
|
-
import { default as
|
|
419
|
+
import qm from "@web-utils/component/verify";
|
|
420
|
+
import { default as Yc } from "@web-utils/component/verify";
|
|
419
421
|
import "@web-utils/component/verify/style.css";
|
|
420
|
-
import
|
|
421
|
-
import { default as
|
|
422
|
+
import Ym from "@web-utils/component/vue-cron";
|
|
423
|
+
import { default as _c } from "@web-utils/component/vue-cron";
|
|
422
424
|
import "@web-utils/component/vue-cron/style.css";
|
|
423
|
-
import
|
|
424
|
-
import { default as
|
|
425
|
-
import
|
|
426
|
-
import { default as
|
|
425
|
+
import Zm from "@web-utils/component/vue-qr-code";
|
|
426
|
+
import { default as Vc } from "@web-utils/component/vue-qr-code";
|
|
427
|
+
import _m from "@web-utils/component/vue-quill-editor";
|
|
428
|
+
import { default as mx } from "@web-utils/component/vue-quill-editor";
|
|
427
429
|
import "@web-utils/component/vue-quill-editor/style.css";
|
|
428
|
-
import
|
|
429
|
-
import { default as
|
|
430
|
+
import $m from "@web-utils/component/vue-tags-input";
|
|
431
|
+
import { default as tx } from "@web-utils/component/vue-tags-input";
|
|
430
432
|
import "@web-utils/component/vue-tags-input/style.css";
|
|
431
|
-
import
|
|
432
|
-
import { default as
|
|
433
|
+
import Vm from "@web-utils/component/vue-tree-select";
|
|
434
|
+
import { default as px } from "@web-utils/component/vue-tree-select";
|
|
433
435
|
import "@web-utils/component/vue-tree-select/style.css";
|
|
434
|
-
import
|
|
435
|
-
import { default as
|
|
436
|
+
import or from "@web-utils/component/vue-video-player";
|
|
437
|
+
import { default as nx } from "@web-utils/component/vue-video-player";
|
|
436
438
|
import "@web-utils/component/vue-video-player/style.css";
|
|
437
|
-
import
|
|
438
|
-
import { default as
|
|
439
|
+
import mr from "@web-utils/component/watermark";
|
|
440
|
+
import { default as ix } from "@web-utils/component/watermark";
|
|
439
441
|
import "@web-utils/component/watermark/style.css";
|
|
440
|
-
import
|
|
441
|
-
import { default as
|
|
442
|
+
import rr from "@web-utils/component/x-input-tag";
|
|
443
|
+
import { default as dx } from "@web-utils/component/x-input-tag";
|
|
442
444
|
import "@web-utils/component/x-input-tag/style.css";
|
|
443
|
-
const
|
|
445
|
+
const tr = {
|
|
444
446
|
name: "JSXComponent",
|
|
445
447
|
props: {
|
|
446
448
|
msg: {
|
|
@@ -453,172 +455,173 @@ const rr = {
|
|
|
453
455
|
return o("div", [this.msg]);
|
|
454
456
|
}
|
|
455
457
|
};
|
|
456
|
-
function
|
|
457
|
-
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(
|
|
458
|
+
function nf(o) {
|
|
459
|
+
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(Q.name, Q), o.component(J.name, J), o.component(K.name, K), o.component(O.name, O), o.component(W.name, W), o.component(X.name, X), o.component(z.name, z), o.component(j.name, j), o.component(q.name, q), o.component(Y.name, Y), o.component(Z.name, Z), o.component(_.name, _), o.component($.name, $), o.component(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(Qo.name, Qo), o.component(Jo.name, Jo), o.component(Ko.name, Ko), o.component(Oo.name, Oo), o.component(Wo.name, Wo), o.component(Xo.name, Xo), o.component(zo.name, zo), o.component(jo.name, jo), o.component(qo.name, qo), o.component(Yo.name, Yo), o.component(Zo.name, Zo), o.component(_o.name, _o), o.component($o.name, $o), o.component(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(tr.name, tr), 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(Qm.name, Qm), o.component(Jm.name, Jm), o.component(Km.name, Km), o.component(Om.name, Om), o.component(Wm.name, Wm), o.component(Xm.name, Xm), o.component(zm.name, zm), o.component(jm.name, jm), o.component(qm.name, qm), o.component(Ym.name, Ym), o.component(Zm.name, Zm), o.component(_m.name, _m), o.component($m.name, $m), o.component(Vm.name, Vm), o.component(or.name, or), o.component(mr.name, mr), o.component(rr.name, rr);
|
|
458
460
|
}
|
|
459
461
|
export {
|
|
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
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
462
|
+
df as AddressInput,
|
|
463
|
+
cf as Affix,
|
|
464
|
+
Ff as AsideMenu,
|
|
465
|
+
yf as Avatar,
|
|
466
|
+
If as AwesomeButton,
|
|
467
|
+
bf as CapsuleTab,
|
|
468
|
+
Pf as Card,
|
|
469
|
+
Sf as Carousel,
|
|
470
|
+
Ef as Chat,
|
|
471
|
+
kf as ChunkFileUploader,
|
|
472
|
+
Af as CodeMirrorEditor,
|
|
473
|
+
vf as ColorPicker,
|
|
474
|
+
Mf as Comment,
|
|
475
|
+
Lf as ConfirmButton,
|
|
476
|
+
Uf as Confirmable,
|
|
477
|
+
Jf as ContextMenu,
|
|
478
|
+
Of as CountUp,
|
|
479
|
+
Xf as CustomScrollbar,
|
|
480
|
+
jf as DataBox,
|
|
481
|
+
Yf as DataCard,
|
|
482
|
+
_f as DataCardtext,
|
|
483
|
+
Vf as DataDisplay,
|
|
484
|
+
mi as DataIcons,
|
|
485
|
+
ti as DataImgtext,
|
|
486
|
+
pi as DataOperatext,
|
|
487
|
+
ni as DataPanel,
|
|
488
|
+
ii as DataPay,
|
|
489
|
+
di as DataPrice,
|
|
490
|
+
ci as DataProgress,
|
|
491
|
+
Fi as DataRotate,
|
|
492
|
+
yi as DataTablePicker,
|
|
493
|
+
Ii as DataTabs,
|
|
494
|
+
bi as DialogForm,
|
|
495
|
+
Pi as DynamicTable,
|
|
496
|
+
Ei as ECharts,
|
|
497
|
+
Si as EasyPopup,
|
|
498
|
+
ki as EditableProgress,
|
|
499
|
+
Ai as EditableTree,
|
|
500
|
+
vi as EgdCollapse,
|
|
501
|
+
Mi as EgdCollapseItem,
|
|
502
|
+
Ui as ElementDialog,
|
|
503
|
+
Li as EmptyView,
|
|
504
|
+
Ji as ErrorView,
|
|
505
|
+
Oi as FlexColumn,
|
|
506
|
+
Xi as FlexItem,
|
|
507
|
+
ji as FlexRow,
|
|
508
|
+
Yi as FlexScroller,
|
|
509
|
+
_i as Flow,
|
|
510
|
+
Vi as FlowDesigner,
|
|
511
|
+
ml as FlowNode,
|
|
512
|
+
tl as FlowViewer,
|
|
513
|
+
pl as FormBlock,
|
|
514
|
+
nl as FormButton,
|
|
515
|
+
il as FormCascader,
|
|
516
|
+
dl as FormCheckboxGroup,
|
|
517
|
+
cl as FormDatePicker,
|
|
518
|
+
Fl as FormHolder,
|
|
519
|
+
yl as FormInput,
|
|
520
|
+
Il as FormInputEmail,
|
|
521
|
+
bl as FormInputIdCard,
|
|
522
|
+
Pl as FormInputNumber,
|
|
523
|
+
Sl as FormInputPhoneNumber,
|
|
524
|
+
El as FormInputTag,
|
|
525
|
+
kl as FormInputTime,
|
|
526
|
+
Al as FormItem,
|
|
527
|
+
vl as FormItemConfigProvider,
|
|
528
|
+
Ml as FormItemGroup,
|
|
529
|
+
Ul as FormRadioGroup,
|
|
530
|
+
Ll as FormSelect,
|
|
531
|
+
Jl as FormSwitch,
|
|
532
|
+
Ol as FormTextarea,
|
|
533
|
+
Xl as FormView,
|
|
534
|
+
jl as FyArray,
|
|
535
|
+
Yl as FyArticle,
|
|
536
|
+
_l as FyCascader,
|
|
537
|
+
Vl as FyCheckbox,
|
|
538
|
+
md as FyCode,
|
|
539
|
+
td as FyCurd,
|
|
540
|
+
pd as FyDate,
|
|
541
|
+
nd as FyDraggable,
|
|
542
|
+
id as FyDynamic,
|
|
543
|
+
dd as FyEmpty,
|
|
544
|
+
cd as FyForm,
|
|
545
|
+
Fd as FyFormDesign,
|
|
546
|
+
yd as FyInput,
|
|
547
|
+
Id as FyInputColor,
|
|
548
|
+
bd as FyInputIcon,
|
|
549
|
+
Pd as FyInputMap,
|
|
550
|
+
Sd as FyInputNumber,
|
|
551
|
+
Ed as FyInputTable,
|
|
552
|
+
kd as FyInputTree,
|
|
553
|
+
Ad as FyProgress,
|
|
554
|
+
vd as FyRadio,
|
|
555
|
+
Md as FyRate,
|
|
556
|
+
Ud as FySelect,
|
|
557
|
+
Ld as FySlider,
|
|
558
|
+
Jd as FySwitch,
|
|
559
|
+
Od as FyTabs,
|
|
560
|
+
Xd as FyTime,
|
|
561
|
+
jd as FyTitle,
|
|
562
|
+
Yd as FyTree,
|
|
563
|
+
_d as FyUEditor,
|
|
564
|
+
Vd as FyUpload,
|
|
565
|
+
ms as GuideSteps,
|
|
566
|
+
ts as HighlightJS,
|
|
567
|
+
ps as IconCard,
|
|
568
|
+
ns as IconTemp,
|
|
569
|
+
is as IframeWindow,
|
|
570
|
+
ds as ImageCropper,
|
|
571
|
+
cs as ImagePreview,
|
|
572
|
+
Fs as ImageViewer,
|
|
573
|
+
ys as InputNumber,
|
|
574
|
+
Is as InputNumberRange,
|
|
575
|
+
tr as JSXComponent,
|
|
576
|
+
bs as KeepViewAlive,
|
|
577
|
+
Ps as Keyboard,
|
|
578
|
+
Ss as License,
|
|
579
|
+
Es as LoadingView,
|
|
580
|
+
ks as Login,
|
|
581
|
+
As as MonacoEditor,
|
|
582
|
+
vs as NameAvatar,
|
|
583
|
+
Ms as NavBar,
|
|
584
|
+
Ls as NotImplement,
|
|
585
|
+
Us as Notice,
|
|
586
|
+
Js as Page,
|
|
587
|
+
js as PageHeader,
|
|
588
|
+
Ys as PageIndex,
|
|
589
|
+
_s as PageIndexTop,
|
|
590
|
+
Vs as PageSkeleton,
|
|
591
|
+
mc as PageSkeletonNew,
|
|
592
|
+
Os as PageableTable,
|
|
593
|
+
Xs as PageableView,
|
|
594
|
+
tc as PhotoSwipe,
|
|
595
|
+
pc as PresentView,
|
|
596
|
+
nc as Queue,
|
|
597
|
+
ic as RecordVideo,
|
|
598
|
+
dc as ResizeObserver,
|
|
599
|
+
cc as Search,
|
|
600
|
+
Fc as SearchPopover,
|
|
601
|
+
yc as Sign,
|
|
602
|
+
Ic as SignPanel,
|
|
603
|
+
bc as Skeleton,
|
|
604
|
+
Pc as SplitPane,
|
|
605
|
+
Sc as Stateful,
|
|
606
|
+
Ec as StaticPageableTable,
|
|
607
|
+
kc as Swiper,
|
|
608
|
+
Ac as Tab,
|
|
609
|
+
vc as TabItem,
|
|
610
|
+
Mc as TableColumn,
|
|
611
|
+
Uc as TableView,
|
|
612
|
+
Lc as TagRender,
|
|
613
|
+
Jc as TextEllipsis,
|
|
614
|
+
Oc as TinymceEditor,
|
|
615
|
+
Xc as Toolbar,
|
|
616
|
+
jc as ToolbarButton,
|
|
617
|
+
Yc as Verify,
|
|
618
|
+
_c as VueCron,
|
|
619
|
+
Vc as VueQrCode,
|
|
620
|
+
mx as VueQuillEditor,
|
|
621
|
+
tx as VueTagsInput,
|
|
622
|
+
px as VueTreeSelect,
|
|
623
|
+
nx as VueVideoPlayer,
|
|
624
|
+
ix as Watermark,
|
|
625
|
+
dx as XInputTag,
|
|
626
|
+
nf as default
|
|
624
627
|
};
|