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