@web-utils/form-ui 1.0.0-beta5 → 1.0.0-beta50
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/api/index.d.ts +60 -0
- package/api/index.mjs +42 -0
- package/awesome-button/index.d.ts +60 -0
- package/awesome-button/index.mjs +49 -0
- package/base.css +1 -1
- package/chunks/6yfBZFOB.mjs +56 -0
- package/chunks/B-zqRAXo.mjs +69 -0
- package/chunks/B1IPSTA6.mjs +198 -0
- package/chunks/B9gA65rt2.mjs +38 -0
- package/chunks/BA2KEptL.mjs +172 -0
- package/chunks/BBERmTup.mjs +83 -0
- package/chunks/BUGCiCnl.mjs +83 -0
- package/chunks/BbSPWDDZ.mjs +100 -0
- package/chunks/BfxDxIg0.mjs +106 -0
- package/chunks/BqWvBF14.mjs +35 -0
- package/chunks/BsZgAJX_2.mjs +81 -0
- package/chunks/BtcjAHE6.mjs +317 -0
- package/chunks/ByHz4mmh.mjs +87 -0
- package/chunks/C2zgFLYO.mjs +185 -0
- package/chunks/CAd1zK9Q.mjs +25 -0
- package/chunks/CJdkjadi.mjs +17 -0
- package/chunks/CabldOLo.mjs +157 -0
- package/chunks/CkOD-_VV.mjs +8 -0
- package/chunks/Cln3RBAD.mjs +660 -0
- package/chunks/CqoVAnxC2.mjs +93 -0
- package/chunks/CuAoMR3n.mjs +105 -0
- package/chunks/CxTg0r4n.mjs +166 -0
- package/chunks/D0Zg2CV0.mjs +57 -0
- package/chunks/DA7oGHSX.mjs +141 -0
- package/chunks/DOP3aBxf.mjs +93 -0
- package/chunks/DOZRzqlo.mjs +37 -0
- package/chunks/D_qiRmiE.mjs +230 -0
- package/chunks/DcTVYqeJ.mjs +113 -0
- package/chunks/Dkd5BC98.mjs +198 -0
- package/chunks/GI8krYU82.mjs +478 -0
- package/chunks/V2p-PCpL.mjs +176 -0
- package/chunks/bFbPPcdq.mjs +25 -0
- package/chunks/cqIZWDHo.mjs +614 -0
- package/chunks/eae6huQB.mjs +25 -0
- package/chunks/gCeDFHo1.mjs +32 -0
- package/chunks/gLPy4Sus.mjs +164 -0
- package/chunks/hlha6Bhc.mjs +107 -0
- package/chunks/hzaYr6Ud2.mjs +207 -0
- package/chunks/kflKDW4T2.mjs +146 -0
- package/chunks/pIzhYsBe.mjs +93 -0
- package/chunks/vXQf89tS.mjs +1361 -0
- package/chunks/wXeqV-_7.mjs +89 -0
- package/chunks/zwXzk9ff2.mjs +568 -0
- package/confirm-button/index.d.ts +115 -0
- package/confirm-button/index.mjs +35 -0
- package/confirmable/index.d.ts +86 -0
- package/confirmable/index.mjs +8 -0
- package/constants/index.d.ts +53 -0
- package/constants/index.mjs +4 -0
- package/dict-render/index.d.ts +28 -0
- package/dict-render/index.mjs +2 -0
- package/editable-tree/index.d.ts +254 -0
- package/editable-tree/index.mjs +2 -0
- package/editable-tree/style.css +1 -0
- package/element-dialog/index.d.ts +337 -16
- package/element-dialog/index.mjs +2 -91
- package/element-resize-observer/index.d.ts +8 -0
- package/element-resize-observer/index.mjs +40 -0
- package/element-resize-observer/style.css +1 -0
- package/empty-view/index.d.ts +2 -2
- package/empty-view/index.mjs +1 -1
- package/flex-scroll-area/index.d.ts +1 -1
- package/flex-scroll-area/index.mjs +1 -1
- package/form-advice/index.mjs +13 -12
- package/form-button/index.d.ts +116 -0
- package/form-button/index.mjs +36 -0
- package/form-card/index.d.ts +14 -0
- package/form-card/index.mjs +18 -0
- package/form-cascader/index.d.ts +472 -0
- package/form-cascader/index.mjs +2 -0
- package/form-checkbox/index.d.ts +236 -16
- package/form-checkbox/index.mjs +1 -1
- package/form-checkbox-group/index.d.ts +364 -0
- package/form-checkbox-group/index.mjs +2 -0
- package/form-checkbox-group/style.css +1 -0
- package/form-date-picker/index.d.ts +390 -19
- package/form-date-picker/index.mjs +1 -1
- package/form-holder/index.d.ts +87 -20
- package/form-holder/index.mjs +1 -1
- package/form-holder/style.css +1 -1
- package/form-image/index.d.ts +145 -13
- package/form-image/index.mjs +1 -1
- package/form-input/index.d.ts +301 -20
- package/form-input/index.mjs +1 -1
- package/form-input/style.css +1 -0
- package/form-input-cron-expression/index.d.ts +217 -0
- package/form-input-cron-expression/index.mjs +2 -0
- package/form-input-cron-expression/style.css +1 -0
- package/form-input-email/index.d.ts +307 -16
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +307 -16
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.d.ts +246 -18
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +307 -16
- package/form-input-phone-number/index.mjs +1 -1
- package/form-input-tag/index.d.ts +263 -1
- package/form-input-tag/index.mjs +1 -3
- package/form-input-time/index.d.ts +434 -1
- package/form-input-time/index.mjs +1 -3
- package/form-item-config-provider/index.d.ts +22 -0
- package/form-item-config-provider/index.mjs +24 -0
- package/form-item-group/index.d.ts +91 -17
- package/form-item-group/index.mjs +2 -78
- package/form-item-group/style.css +1 -1
- package/form-item-x/index.d.ts +141 -11
- package/form-item-x/index.mjs +1 -1
- package/form-item-x/style.css +1 -0
- package/form-radio-group/index.d.ts +303 -16
- package/form-radio-group/index.mjs +1 -1
- package/form-rate/index.d.ts +254 -14
- package/form-rate/index.mjs +1 -1
- package/form-red-table/index.mjs +27 -26
- package/form-row/index.d.ts +2 -2
- package/form-row/index.mjs +1 -1
- package/form-select/index.d.ts +537 -18
- package/form-select/index.mjs +1 -1
- package/form-slider/index.d.ts +283 -16
- package/form-slider/index.mjs +1 -1
- package/form-switch/index.d.ts +272 -14
- package/form-switch/index.mjs +1 -1
- package/form-table/index.d.ts +269 -0
- package/form-table/index.mjs +2 -0
- package/form-table-plus/index.d.ts +266 -0
- package/form-table-plus/index.mjs +2 -0
- package/form-text/index.d.ts +165 -13
- package/form-text/index.mjs +1 -1
- package/form-textarea/index.d.ts +351 -0
- package/form-textarea/index.mjs +2 -0
- package/form-time-select/index.d.ts +319 -0
- package/form-time-select/index.mjs +2 -0
- package/form-view/index.mjs +1 -1
- package/helper/dictionary.d.ts +15 -0
- package/helper/dictionary.mjs +97 -0
- package/hook/useDictionary.d.ts +60 -0
- package/hook/useDictionary.mjs +15 -0
- package/hook/useVisibilityChange.d.ts +4 -0
- package/hook/useVisibilityChange.mjs +14 -0
- package/iframe-window/index.d.ts +9 -0
- package/iframe-window/index.mjs +37 -0
- package/iframe-window/style.css +1 -0
- package/index.css +2 -0
- package/index.d.ts +57 -36
- package/index.mjs +59 -61
- package/package.json +10 -5
- package/pageable-table/index.d.ts +398 -0
- package/pageable-table/index.mjs +2 -0
- package/pageable-table/style.css +1 -0
- package/resolver/index.mjs +29 -0
- package/sub-table/index.d.ts +100 -0
- package/sub-table/index.mjs +472 -0
- package/sub-table/style.css +1 -0
- package/sub-table-plus/index.d.ts +97 -0
- package/sub-table-plus/index.mjs +2 -0
- package/sub-table-plus/style.css +1 -0
- package/table-column/index.d.ts +160 -0
- package/table-column/index.mjs +2 -0
- package/table-column/style.css +1 -0
- package/table-column-def/index.d.ts +95 -0
- package/table-column-def/index.mjs +11 -0
- package/table-view/index.d.ts +340 -1
- package/table-view/index.mjs +454 -6
- package/table-view/style.css +1 -0
- package/toolbar/index.d.ts +128 -1
- package/toolbar/index.mjs +1 -8
- package/toolbar/style.css +1 -0
- package/toolbar-button/index.d.ts +188 -1
- package/toolbar-button/index.mjs +1 -8
- package/vue-cron/index.d.ts +191 -0
- package/vue-cron/index.mjs +2 -0
- package/vue-cron/style.css +1 -0
- package/web-types.json +1 -1
- package/x-input-tag/index.d.ts +2 -0
- package/x-input-tag/index.mjs +228 -0
- package/x-input-tag/style.css +1 -0
- package/year-calendar/index.d.ts +99 -0
- package/year-calendar/index.mjs +2 -0
- package/year-calendar/style.css +1 -0
- package/chunks/B4M_TFeR.mjs +0 -152
- package/chunks/B5BIQCcK.mjs +0 -149
- package/chunks/BHNKrW1j.mjs +0 -61
- package/chunks/BO9jWhBl.mjs +0 -46
- package/chunks/BZ8aOa78.mjs +0 -35
- package/chunks/Bsz7y4Xp.mjs +0 -73
- package/chunks/Bxj372sF.mjs +0 -53
- package/chunks/C33EmJN8.mjs +0 -32
- package/chunks/C6Li3-l7.mjs +0 -28
- package/chunks/CBcdalMX.mjs +0 -35
- package/chunks/CdRsyF0n.mjs +0 -43
- package/chunks/ClNahmiU.mjs +0 -23
- package/chunks/CstztYMu.mjs +0 -28
- package/chunks/DC9b53M6.mjs +0 -32
- package/chunks/DDVAgRED.mjs +0 -36
- package/chunks/DpJQABVD.mjs +0 -91
- package/chunks/ZsLNWI9x.mjs +0 -46
- package/chunks/jn_iQrVZ.mjs +0 -28
- package/constants.d.ts +0 -1
- package/constants.mjs +0 -4
- package/form-check-box-group/index.d.ts +0 -93
- package/form-check-box-group/index.mjs +0 -2
- package/input/style.css +0 -1
- package/resolver.mjs +0 -79
- /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: StringConstructor;
|
|
3
|
+
disabled: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
editable: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
clearable: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
includeEndTime: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
size: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
placeholder: StringConstructor;
|
|
24
|
+
name: StringConstructor;
|
|
25
|
+
effect: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
prefixIcon: (StringConstructor | ObjectConstructor)[];
|
|
30
|
+
clearIcon: (StringConstructor | ObjectConstructor)[];
|
|
31
|
+
start: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
end: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
step: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
minTime: StringConstructor;
|
|
44
|
+
maxTime: StringConstructor;
|
|
45
|
+
format: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
emptyValues: ArrayConstructor;
|
|
50
|
+
valueOnClear: (StringConstructor | BooleanConstructor | FunctionConstructor | NumberConstructor)[];
|
|
51
|
+
popperClass: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
popperStyle: (StringConstructor | ObjectConstructor)[];
|
|
56
|
+
wrapFormItem: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
col: BooleanConstructor;
|
|
61
|
+
span: {
|
|
62
|
+
type: NumberConstructor;
|
|
63
|
+
default: number;
|
|
64
|
+
};
|
|
65
|
+
offset: {
|
|
66
|
+
type: NumberConstructor;
|
|
67
|
+
default: number;
|
|
68
|
+
};
|
|
69
|
+
push: {
|
|
70
|
+
type: NumberConstructor;
|
|
71
|
+
default: number;
|
|
72
|
+
};
|
|
73
|
+
pull: {
|
|
74
|
+
type: NumberConstructor;
|
|
75
|
+
default: number;
|
|
76
|
+
};
|
|
77
|
+
xs: {
|
|
78
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
79
|
+
};
|
|
80
|
+
sm: {
|
|
81
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
82
|
+
};
|
|
83
|
+
md: {
|
|
84
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
85
|
+
};
|
|
86
|
+
lg: {
|
|
87
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
88
|
+
};
|
|
89
|
+
xl: {
|
|
90
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
91
|
+
};
|
|
92
|
+
tag: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
prop: (StringConstructor | ArrayConstructor)[];
|
|
97
|
+
label: StringConstructor;
|
|
98
|
+
labelPosition: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
labelWidth: (StringConstructor | NumberConstructor)[];
|
|
103
|
+
required: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
107
|
+
rules: ObjectConstructor;
|
|
108
|
+
error: StringConstructor;
|
|
109
|
+
showMessage: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
inlineMessage: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
for: StringConstructor;
|
|
118
|
+
validateStatus: StringConstructor;
|
|
119
|
+
messagePrefix: StringConstructor;
|
|
120
|
+
message: StringConstructor;
|
|
121
|
+
wrapCol: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
fixedSpan: NumberConstructor;
|
|
126
|
+
block: BooleanConstructor;
|
|
127
|
+
unwrap: BooleanConstructor;
|
|
128
|
+
half: BooleanConstructor;
|
|
129
|
+
formItemClass: StringConstructor;
|
|
130
|
+
hideLabel: BooleanConstructor;
|
|
131
|
+
tips: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
};
|
|
134
|
+
tipsAfterLabel: {
|
|
135
|
+
type: BooleanConstructor;
|
|
136
|
+
default: boolean;
|
|
137
|
+
};
|
|
138
|
+
labelColspan: (StringConstructor | NumberConstructor)[];
|
|
139
|
+
inputColspan: (StringConstructor | NumberConstructor)[];
|
|
140
|
+
labelRowspan: (StringConstructor | NumberConstructor)[];
|
|
141
|
+
inputRowspan: (StringConstructor | NumberConstructor)[];
|
|
142
|
+
}>, () => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
143
|
+
[key: string]: any;
|
|
144
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
145
|
+
"update:modelValue": null;
|
|
146
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
147
|
+
modelValue: StringConstructor;
|
|
148
|
+
disabled: {
|
|
149
|
+
type: BooleanConstructor;
|
|
150
|
+
default: boolean;
|
|
151
|
+
};
|
|
152
|
+
editable: {
|
|
153
|
+
type: BooleanConstructor;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
156
|
+
clearable: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
160
|
+
includeEndTime: {
|
|
161
|
+
type: BooleanConstructor;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
164
|
+
size: {
|
|
165
|
+
type: StringConstructor;
|
|
166
|
+
default: string;
|
|
167
|
+
};
|
|
168
|
+
placeholder: StringConstructor;
|
|
169
|
+
name: StringConstructor;
|
|
170
|
+
effect: {
|
|
171
|
+
type: StringConstructor;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
|
+
prefixIcon: (StringConstructor | ObjectConstructor)[];
|
|
175
|
+
clearIcon: (StringConstructor | ObjectConstructor)[];
|
|
176
|
+
start: {
|
|
177
|
+
type: StringConstructor;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
end: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
step: {
|
|
185
|
+
type: StringConstructor;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
minTime: StringConstructor;
|
|
189
|
+
maxTime: StringConstructor;
|
|
190
|
+
format: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
default: string;
|
|
193
|
+
};
|
|
194
|
+
emptyValues: ArrayConstructor;
|
|
195
|
+
valueOnClear: (StringConstructor | BooleanConstructor | FunctionConstructor | NumberConstructor)[];
|
|
196
|
+
popperClass: {
|
|
197
|
+
type: StringConstructor;
|
|
198
|
+
default: string;
|
|
199
|
+
};
|
|
200
|
+
popperStyle: (StringConstructor | ObjectConstructor)[];
|
|
201
|
+
wrapFormItem: {
|
|
202
|
+
type: BooleanConstructor;
|
|
203
|
+
default: boolean;
|
|
204
|
+
};
|
|
205
|
+
col: BooleanConstructor;
|
|
206
|
+
span: {
|
|
207
|
+
type: NumberConstructor;
|
|
208
|
+
default: number;
|
|
209
|
+
};
|
|
210
|
+
offset: {
|
|
211
|
+
type: NumberConstructor;
|
|
212
|
+
default: number;
|
|
213
|
+
};
|
|
214
|
+
push: {
|
|
215
|
+
type: NumberConstructor;
|
|
216
|
+
default: number;
|
|
217
|
+
};
|
|
218
|
+
pull: {
|
|
219
|
+
type: NumberConstructor;
|
|
220
|
+
default: number;
|
|
221
|
+
};
|
|
222
|
+
xs: {
|
|
223
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
224
|
+
};
|
|
225
|
+
sm: {
|
|
226
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
227
|
+
};
|
|
228
|
+
md: {
|
|
229
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
230
|
+
};
|
|
231
|
+
lg: {
|
|
232
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
233
|
+
};
|
|
234
|
+
xl: {
|
|
235
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
236
|
+
};
|
|
237
|
+
tag: {
|
|
238
|
+
type: StringConstructor;
|
|
239
|
+
default: string;
|
|
240
|
+
};
|
|
241
|
+
prop: (StringConstructor | ArrayConstructor)[];
|
|
242
|
+
label: StringConstructor;
|
|
243
|
+
labelPosition: {
|
|
244
|
+
type: StringConstructor;
|
|
245
|
+
default: string;
|
|
246
|
+
};
|
|
247
|
+
labelWidth: (StringConstructor | NumberConstructor)[];
|
|
248
|
+
required: {
|
|
249
|
+
type: BooleanConstructor;
|
|
250
|
+
default: boolean;
|
|
251
|
+
};
|
|
252
|
+
rules: ObjectConstructor;
|
|
253
|
+
error: StringConstructor;
|
|
254
|
+
showMessage: {
|
|
255
|
+
type: BooleanConstructor;
|
|
256
|
+
default: boolean;
|
|
257
|
+
};
|
|
258
|
+
inlineMessage: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
262
|
+
for: StringConstructor;
|
|
263
|
+
validateStatus: StringConstructor;
|
|
264
|
+
messagePrefix: StringConstructor;
|
|
265
|
+
message: StringConstructor;
|
|
266
|
+
wrapCol: {
|
|
267
|
+
type: BooleanConstructor;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
fixedSpan: NumberConstructor;
|
|
271
|
+
block: BooleanConstructor;
|
|
272
|
+
unwrap: BooleanConstructor;
|
|
273
|
+
half: BooleanConstructor;
|
|
274
|
+
formItemClass: StringConstructor;
|
|
275
|
+
hideLabel: BooleanConstructor;
|
|
276
|
+
tips: {
|
|
277
|
+
type: StringConstructor;
|
|
278
|
+
};
|
|
279
|
+
tipsAfterLabel: {
|
|
280
|
+
type: BooleanConstructor;
|
|
281
|
+
default: boolean;
|
|
282
|
+
};
|
|
283
|
+
labelColspan: (StringConstructor | NumberConstructor)[];
|
|
284
|
+
inputColspan: (StringConstructor | NumberConstructor)[];
|
|
285
|
+
labelRowspan: (StringConstructor | NumberConstructor)[];
|
|
286
|
+
inputRowspan: (StringConstructor | NumberConstructor)[];
|
|
287
|
+
}>> & Readonly<{
|
|
288
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
289
|
+
}>, {
|
|
290
|
+
size: string;
|
|
291
|
+
disabled: boolean;
|
|
292
|
+
push: number;
|
|
293
|
+
col: boolean;
|
|
294
|
+
span: number;
|
|
295
|
+
tag: string;
|
|
296
|
+
offset: number;
|
|
297
|
+
required: boolean;
|
|
298
|
+
wrapCol: boolean;
|
|
299
|
+
block: boolean;
|
|
300
|
+
unwrap: boolean;
|
|
301
|
+
half: boolean;
|
|
302
|
+
hideLabel: boolean;
|
|
303
|
+
tipsAfterLabel: boolean;
|
|
304
|
+
labelPosition: string;
|
|
305
|
+
showMessage: boolean;
|
|
306
|
+
inlineMessage: boolean;
|
|
307
|
+
pull: number;
|
|
308
|
+
wrapFormItem: boolean;
|
|
309
|
+
clearable: boolean;
|
|
310
|
+
popperClass: string;
|
|
311
|
+
effect: string;
|
|
312
|
+
editable: boolean;
|
|
313
|
+
format: string;
|
|
314
|
+
start: string;
|
|
315
|
+
end: string;
|
|
316
|
+
step: string;
|
|
317
|
+
includeEndTime: boolean;
|
|
318
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
319
|
+
export default _default;
|
package/form-view/index.mjs
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DictItem } from '../api';
|
|
2
|
+
export declare const clearDictCache: () => void;
|
|
3
|
+
export type DictOption = {
|
|
4
|
+
options?: any;
|
|
5
|
+
treeDict?: boolean;
|
|
6
|
+
idAsValue?: boolean;
|
|
7
|
+
labelAsValue?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const getDictData: (type: string, cache?: boolean, { options, treeDict, idAsValue, labelAsValue }?: DictOption) => DictItem[] | readonly DictItem[] | Promise<DictItem[] | readonly DictItem[] | null>;
|
|
10
|
+
export declare const getDictItem: (type: string, value: any, cache?: boolean, { treeDict, idAsValue, labelAsValue }?: DictOption) => Promise<any>;
|
|
11
|
+
export declare const getDictLabel: (type: string, value: any, cache?: boolean, { treeDict, idAsValue, labelAsValue }?: DictOption) => Promise<any>;
|
|
12
|
+
export declare const confirmOptions: readonly {
|
|
13
|
+
label: string;
|
|
14
|
+
value: string;
|
|
15
|
+
}[];
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { c as e, u as t } from "../chunks/DcTVYqeJ.mjs";
|
|
2
|
+
import { getDictTreeByType as n, remote as r } from "../api/index.mjs";
|
|
3
|
+
//#region src/helper/dictionary.ts
|
|
4
|
+
var i = {}, a = {}, o = {}, s = () => {
|
|
5
|
+
for (let e in i) delete i[e];
|
|
6
|
+
for (let e in a) delete a[e];
|
|
7
|
+
}, c = (e, t = !0, { options: n, treeDict: r, idAsValue: a, labelAsValue: o } = {}) => {
|
|
8
|
+
let s = e;
|
|
9
|
+
r && (s = `${e}-${a}-${o}${n ? "-options" : ""}`);
|
|
10
|
+
let c = i[s];
|
|
11
|
+
return t && c ? c : r ? u(e, t, {
|
|
12
|
+
idAsValue: a,
|
|
13
|
+
labelAsValue: o
|
|
14
|
+
}) : l(e, t);
|
|
15
|
+
}, l = (e, t = !0) => {
|
|
16
|
+
if (o[e]) return o[e];
|
|
17
|
+
let n = new Promise((n, s) => {
|
|
18
|
+
if (t && i[e]) n(i[e]);
|
|
19
|
+
else {
|
|
20
|
+
var c;
|
|
21
|
+
(c = r(e)) == null || c.then((r) => {
|
|
22
|
+
let s = r.data.data;
|
|
23
|
+
if (t) {
|
|
24
|
+
let t = {};
|
|
25
|
+
s.forEach(({ label: e, value: n }) => {
|
|
26
|
+
t[n] = Object.freeze({
|
|
27
|
+
label: e,
|
|
28
|
+
value: n
|
|
29
|
+
});
|
|
30
|
+
}), a[e] = t, s = Object.freeze(s), i[e] = s;
|
|
31
|
+
}
|
|
32
|
+
o[e] = null, n(s);
|
|
33
|
+
}).catch((t) => {
|
|
34
|
+
o[e] = null, s(t);
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
return o[e] = n, n;
|
|
39
|
+
}, u = (r, s = !0, { idAsValue: c, labelAsValue: l } = {}) => {
|
|
40
|
+
let u = `${r}-${c}-${l}`;
|
|
41
|
+
if (o[u]) return o[u];
|
|
42
|
+
let d = new Promise((d, f) => {
|
|
43
|
+
if (s && i[u]) d(i[u]);
|
|
44
|
+
else {
|
|
45
|
+
var p;
|
|
46
|
+
(p = n(r, {
|
|
47
|
+
idAsValue: c,
|
|
48
|
+
labelAsValue: l
|
|
49
|
+
})) == null || p.then((n) => {
|
|
50
|
+
let r = n.data.data;
|
|
51
|
+
s && (i[u] = r, i[`${u}-options`] = t(r), a[u] = e(r)), o[u] = null, d(r);
|
|
52
|
+
}).catch((e) => {
|
|
53
|
+
o[u] = null, f(e);
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
return o[u] = d, d;
|
|
58
|
+
}, d = async (e, n, r = !0, { treeDict: i, idAsValue: o, labelAsValue: s } = {}) => {
|
|
59
|
+
let l = e;
|
|
60
|
+
i && (l = `${e}-${o}-${s}`);
|
|
61
|
+
let u = a[l], d;
|
|
62
|
+
if (r && u) d = u[n];
|
|
63
|
+
else {
|
|
64
|
+
let u = await c(e, r, {
|
|
65
|
+
treeDict: i,
|
|
66
|
+
idAsValue: o,
|
|
67
|
+
labelAsValue: s
|
|
68
|
+
});
|
|
69
|
+
if (r) d = a[l][n];
|
|
70
|
+
else {
|
|
71
|
+
if (i && (u = t(u)), !u) return d;
|
|
72
|
+
for (let e = 0; e < u.length; e++) {
|
|
73
|
+
let t = u[e];
|
|
74
|
+
if (t.value === n) {
|
|
75
|
+
d = t;
|
|
76
|
+
break;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
return d;
|
|
82
|
+
}, f = async (e, t, n = !0, { treeDict: r, idAsValue: i, labelAsValue: a } = {}) => {
|
|
83
|
+
var o;
|
|
84
|
+
return ((o = await d(e, t, n, {
|
|
85
|
+
treeDict: r,
|
|
86
|
+
idAsValue: i,
|
|
87
|
+
labelAsValue: a
|
|
88
|
+
})) == null ? void 0 : o.label) || t || "";
|
|
89
|
+
}, p = Object.freeze([{
|
|
90
|
+
label: "是",
|
|
91
|
+
value: "1"
|
|
92
|
+
}, {
|
|
93
|
+
label: "否",
|
|
94
|
+
value: "0"
|
|
95
|
+
}]);
|
|
96
|
+
//#endregion
|
|
97
|
+
export { s as clearDictCache, p as confirmOptions, c as getDictData, d as getDictItem, f as getDictLabel };
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { DictItem } from '../api';
|
|
2
|
+
export declare const useDictionary: (props: Record<string, any>) => {
|
|
3
|
+
dictItems: globalThis.Ref<{
|
|
4
|
+
id: string;
|
|
5
|
+
dictId: string;
|
|
6
|
+
label: string;
|
|
7
|
+
dictType: string;
|
|
8
|
+
description: string;
|
|
9
|
+
sortOrder: number;
|
|
10
|
+
createBy: string;
|
|
11
|
+
updateBy: string;
|
|
12
|
+
createTime: string;
|
|
13
|
+
updateTime: string;
|
|
14
|
+
remarks: null;
|
|
15
|
+
delFlag: string;
|
|
16
|
+
value: string;
|
|
17
|
+
}[] | readonly {
|
|
18
|
+
id: string;
|
|
19
|
+
dictId: string;
|
|
20
|
+
label: string;
|
|
21
|
+
dictType: string;
|
|
22
|
+
description: string;
|
|
23
|
+
sortOrder: number;
|
|
24
|
+
createBy: string;
|
|
25
|
+
updateBy: string;
|
|
26
|
+
createTime: string;
|
|
27
|
+
updateTime: string;
|
|
28
|
+
remarks: null;
|
|
29
|
+
delFlag: string;
|
|
30
|
+
value: string;
|
|
31
|
+
}[] | null, DictItem[] | readonly DictItem[] | {
|
|
32
|
+
id: string;
|
|
33
|
+
dictId: string;
|
|
34
|
+
label: string;
|
|
35
|
+
dictType: string;
|
|
36
|
+
description: string;
|
|
37
|
+
sortOrder: number;
|
|
38
|
+
createBy: string;
|
|
39
|
+
updateBy: string;
|
|
40
|
+
createTime: string;
|
|
41
|
+
updateTime: string;
|
|
42
|
+
remarks: null;
|
|
43
|
+
delFlag: string;
|
|
44
|
+
value: string;
|
|
45
|
+
}[] | readonly {
|
|
46
|
+
id: string;
|
|
47
|
+
dictId: string;
|
|
48
|
+
label: string;
|
|
49
|
+
dictType: string;
|
|
50
|
+
description: string;
|
|
51
|
+
sortOrder: number;
|
|
52
|
+
createBy: string;
|
|
53
|
+
updateBy: string;
|
|
54
|
+
createTime: string;
|
|
55
|
+
updateTime: string;
|
|
56
|
+
remarks: null;
|
|
57
|
+
delFlag: string;
|
|
58
|
+
value: string;
|
|
59
|
+
}[] | null>;
|
|
60
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { getDictData as e } from "../helper/dictionary.mjs";
|
|
2
|
+
import { ref as t, watchEffect as n } from "vue";
|
|
3
|
+
//#region src/hook/useDictionary.ts
|
|
4
|
+
var r = (r) => {
|
|
5
|
+
let i = t([]);
|
|
6
|
+
return n(async () => {
|
|
7
|
+
r.dictType ? i.value = await e(r.dictType, !0, {
|
|
8
|
+
treeDict: r.treeDict,
|
|
9
|
+
idAsValue: r.idAsValue,
|
|
10
|
+
labelAsValue: r.labelAsValue
|
|
11
|
+
}) : i.value = [];
|
|
12
|
+
}), { dictItems: i };
|
|
13
|
+
};
|
|
14
|
+
//#endregion
|
|
15
|
+
export { r as useDictionary };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { onBeforeMount as e, onBeforeUnmount as t } from "vue";
|
|
2
|
+
//#region src/hook/useVisibilityChange.ts
|
|
3
|
+
var n = ({ onPageHidden: n, onPageVisible: r } = {}) => {
|
|
4
|
+
let i = () => {
|
|
5
|
+
document.hidden ? n == null || n() : r == null || r();
|
|
6
|
+
};
|
|
7
|
+
e(() => {
|
|
8
|
+
document.addEventListener("visibilitychange", i);
|
|
9
|
+
}), t(() => {
|
|
10
|
+
document.removeEventListener("visibilitychange", i);
|
|
11
|
+
});
|
|
12
|
+
};
|
|
13
|
+
//#endregion
|
|
14
|
+
export { n as useVisibilityChange };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
title?: string | undefined;
|
|
3
|
+
url?: string | undefined;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly title?: string | undefined;
|
|
6
|
+
readonly url?: string | undefined;
|
|
7
|
+
};
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { t as e } from "../chunks/gLPy4Sus.mjs";
|
|
2
|
+
import { createBlock as t, createElementVNode as n, mergeModels as r, mergeProps as i, openBlock as a, useModel as o, withCtx as s } from "vue";
|
|
3
|
+
//#region src/components/iframe-window/IframeWindow.vue
|
|
4
|
+
var c = ["src"], l = /* @__PURE__ */ Object.assign({ name: "IframeWindow" }, {
|
|
5
|
+
__name: "IframeWindow",
|
|
6
|
+
props: /* @__PURE__ */ r({
|
|
7
|
+
title: String,
|
|
8
|
+
url: String
|
|
9
|
+
}, {
|
|
10
|
+
modelValue: { type: Boolean },
|
|
11
|
+
modelModifiers: {}
|
|
12
|
+
}),
|
|
13
|
+
emits: ["update:modelValue"],
|
|
14
|
+
setup(r) {
|
|
15
|
+
let l = o(r, "modelValue");
|
|
16
|
+
return (o, u) => {
|
|
17
|
+
let d = e;
|
|
18
|
+
return a(), t(d, i(o.$attrs, {
|
|
19
|
+
modelValue: l.value,
|
|
20
|
+
"onUpdate:modelValue": u[0] || (u[0] = (e) => l.value = e),
|
|
21
|
+
"destroy-on-close": "",
|
|
22
|
+
class: "iframe-window",
|
|
23
|
+
height: "60vh",
|
|
24
|
+
title: r.title,
|
|
25
|
+
"show-fullscreen": ""
|
|
26
|
+
}), {
|
|
27
|
+
default: s(() => [n("iframe", {
|
|
28
|
+
class: "iframe-window-iframe",
|
|
29
|
+
src: r.url
|
|
30
|
+
}, null, 8, c)]),
|
|
31
|
+
_: 1
|
|
32
|
+
}, 16, ["modelValue", "title"]);
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { l as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.iframe-window.el-dialog .el-dialog__body{position:relative}.iframe-window .iframe-window-iframe{border:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}
|
package/index.css
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
:root{--el-disabled-text-color:#606266;--border-color:#d7dae0}.border-bottom{border-bottom:1px solid #d7dae0}.clear-fix:after{clear:both;visibility:hidden;content:" ";height:0;display:block}.flex-row{flex-direction:row;flex-shrink:0;display:flex}.flex-row.vertical-center{align-items:center}.flex-row.vertical-start{align-items:flex-start}.flex-row.horizon-center{justify-content:center}.text-center{text-align:center}.flex-column{flex-direction:column;display:flex}.flex-column.vertical-center{justify-content:center}.flex-column.horizon-center{align-items:center}.flex-item,.flex-item-relative{flex:auto}.flex-item-relative{position:relative}.flex-item-relative .flex-content{position:absolute;top:0;bottom:0;left:0;right:0}.flex-not-shrink{flex-shrink:0}.editable-tree{position:relative}.editable-tree.et-tree-label-overflow-visible .et-tree-label{position:static}.et-tree-wrapper{text-align:left;flex-direction:column;width:100%;display:flex;overflow:auto}.et-tree-wrapper .el-tree{width:100%;display:table;overflow:visible}.et-tree-wrapper .el-button+.el-button{margin-left:8px!important}.et-tree-wrapper .el-input__inner{padding:0 4px}.et-tree-wrapper .custom-tree-node{align-items:center;width:100%;padding-right:8px;font-size:14px;display:flex}.et-tree-wrapper .custom-tree-node:hover .handle-actions{display:block}.et-tree-wrapper .custom-tree-node .handle-actions{align-self:flex-end;display:none}.et-tree-wrapper .custom-tree-node .node-icon{margin-top:2px;margin-right:4px}.et-tree-wrapper .node-label{align-items:center}.et-tree-wrapper .node-input{min-width:140px;margin-right:10px}.et-tree-wrapper .menu{z-index:3;background:#fff;border-radius:4px;padding:0;position:fixed;box-shadow:0 5px 10px #bebebe}.et-tree-wrapper .menu-item{color:#242f42;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px 20px 8px 8px;font:11px/100% tahoma,arial,sans-serif;display:block}.et-tree-wrapper .menu .menu-item:hover{color:#66b1ff;background-color:#ecf5ff}.et-tree-wrapper .menu-item-icon{margin-right:4px;font-size:1.3em;font-weight:700}:root{--dialog-header-background-color:#025cde}.el-dialog{border-radius:4px 4px 0 0;flex-direction:column;padding:0;display:flex}.el-dialog .dialog-title{min-height:20px}.el-dialog .el-dialog__header{color:#fff;background-color:var(--dialog-header-background-color);border-radius:4px 4px 0 0;justify-content:center;align-items:center;padding:6px 10px;line-height:normal;display:flex;position:relative}.el-dialog .dialog-header-buttons{display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.el-dialog .dialog-header-button{cursor:pointer;padding:2px;font-size:14px}.el-dialog .dialog-header-button+.dialog-header-button{margin-left:10px}.el-dialog .dialog-header-button:hover{background-color:#0000004d;border-radius:2px}.el-dialog .dialog-header-button.el-icon-close:hover{background-color:#e34e55;border-radius:2px}.el-dialog .el-dialog__body{height:var(--dialog-body-height);flex:auto;min-height:40vh;padding:10px}.el-dialog .el-dialog__footer{border-top:1px solid #dddee3;padding:10px}.resize-observer{z-index:-1;opacity:0;pointer-events:none;background-color:#0000;border:none;width:100%;height:100%;display:block;position:absolute;top:0;left:0;overflow:hidden}.resize-observer>object{z-index:-1;pointer-events:none;width:100%;height:100%;display:block;position:absolute;top:0;left:0;overflow:hidden}.empty-view{color:#909399;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex;position:relative}.empty-view .flex-column{flex-direction:column;display:flex}.empty-view .flex-column.vertical-center{justify-content:center}.empty-view .flex-column.horizon-center{align-items:center}.flex-item-relative{flex:1;position:relative;overflow:hidden}.flex-scroller{position:absolute;top:0;bottom:0;left:0;right:0;overflow:auto}.form-item{--el-disabled-text-color:#606266}.form-item .el-checkbox,.form-item .el-radio__input.is-disabled .el-radio__inner:after{--el-checkbox-disabled-checked-icon-color:#606266;--el-text-color-placeholder:#606266}.form-item.with-tips .el-form-item__content{flex-wrap:nowrap}.form-item.required.el-form-item.is-required>.el-form-item__label:before,.form-item.required.el-form-item.is-required>.el-form-item__label-wrap>.el-form-item__label:before{display:block!important}.form-item-input-info{color:gray;cursor:help;margin-left:4px;font-size:16px}.form-item.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label:before{color:#f56c6c;content:"*";margin-right:4px;display:inline}.form-item.el-form-item .el-form-item__content{min-height:29px}.form-item.el-form-item.el-form-item--mini .el-form-item__content{line-height:27px}.form-item.el-form-item.form-item-hide-label{margin-left:6px}.form-item.el-form-item.form-item-hide-label .el-form-item__label{display:none}.form-item-input-wrapper{flex-direction:row;align-items:center;width:100%;display:flex}.form-item-input-wrapper>form{width:100%}.form-item-input-wrapper .el-input{flex:auto}.form-item-input-wrapper .form-item-input-info{color:gray;cursor:help;margin-left:4px;font-size:16px}.red-form-cell-label{width:20%;color:var(--table-form-color);letter-spacing:1.5px;font-size:16px}.red-form-cell-align-center{text-align:center}.form-input .el-input-cursor-pointer .el-input__inner{cursor:pointer}.form-input.is-readonly .el-input__inner,.form-input.is-readonly .el-textarea__inner{background-color:#f5f7fa}.form-checkbox-group.form-checkbox-group-row-ellipsis .el-checkbox-group{overflow:hidden}.form-checkbox-group.form-checkbox-group-row-ellipsis .el-checkbox__label,.form-checkbox-group.form-checkbox-group-row-ellipsis .el-checkbox{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:flex;overflow:hidden}.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-break-word .el-checkbox__label{white-space:normal;word-wrap:break-word;word-break:break-all}.form-checkbox-group .form-checkbox-group-other{margin-left:10px;display:inline-block}.form-checkbox-group .form-checkbox-group-other .el-form-item__label{display:none}.form-title{height:48px;color:var(--table-form-color);text-align:center;font-size:24px;font-weight:700;line-height:48px}.red-table{table-layout:fixed;border-collapse:collapse;--table-form-color:red;width:100%}.red-table .el-form-item__content{align-items:center}.red-table .form-radio-group .el-radio__label{vertical-align:bottom}.red-table .form-radio-group .el-form-item__content{align-items:center}.red-table,.red-table td{border:1px solid var(--table-form-color);height:35px;padding:4px 10px;line-height:24px}.red-table .el-form-item,.red-table td .el-form-item{margin-bottom:0}.red-table .label{width:20%;color:var(--table-form-color);letter-spacing:1.5px;text-align:right;font-size:16px}.red-table .label .form-item-input-info{color:gray}.red-table .input{width:30%}.red-table .form-item.el-form-item .el-form-item__label{display:none}@keyframes breathe{0%{box-shadow:0 0 #ff7a7a}to{box-shadow:0 0 10px 1px #ff7a7a}}.breathe-animation{border-radius:4px;animation-name:breathe;animation-duration:.3s;animation-timing-function:ease-in-out;animation-iteration-count:6;animation-direction:alternate;animation-delay:.1s}.red-form .red-form-footer{margin-top:14px}.red-form .hide-error-message .el-form-item__error{display:none}@media print{.red-form .el-input__suffix,.red-form .el-input__prefix,.red-form .el-input__icon.el-range__icon.el-icon-date,.red-form .red-form-footer,.red-form .el-input__count{display:none}.red-form .el-input__inner,.red-form .el-textarea__inner,.red-form .x-input-tag,.red-form .el-input.is-disabled .el-input__inner,.red-form .el-input.is-readonly .el-input__inner{background-color:#0000;border:none;padding:0!important}.red-form .el-form-item{margin-bottom:0}.red-form .el-form-item .el-form-item__content,.red-form .el-form-item .el-form-item__label,.red-form .el-input__inner{height:auto;min-height:0;line-height:1.5}}.vue-cron{min-width:600px}.vue-cron .el-tabs{margin-bottom:30px}.vue-cron .language{z-index:1;position:absolute;right:25px}.vue-cron .el-tabs{box-shadow:none}.vue-cron .el-tabs .el-tabs__content{padding:0 14px}.vue-cron .tabBody{display:block}.vue-cron .tabBody .long .el-select{width:200px}.vue-cron .tabBody .el-input-number{width:110px}.vue-cron .tabBody .el-radio{margin-top:10px;display:block}.vue-cron .tabBody .el-radio:last-child{margin-bottom:10px}.vue-cron .bottom{text-align:center;width:100%;margin-top:5px;position:relative}.vue-cron .cron-expression{border:1px solid #ccc;border-radius:4px;margin-top:20px;padding:14px;position:relative}.vue-cron .cron-expression .title{background:#fff;padding:10px 40px;position:absolute;top:-50%;left:50%;transform:translate(-50%,60%)}.vue-cron .cron-expression .field-name{text-align:center;margin-bottom:6px}.vue-cron .cron-expression .field-value{text-align:center;border:1px solid #ccc;border-radius:4px;min-width:20px;padding:6px}.vue-cron .cron-expression .field-value.highlight{color:#ff8100;border-color:#ff8100}.vue-cron .cron-expression .field{justify-content:center;align-items:center;padding-left:10px;padding-right:10px}.cron{width:100%}.el-popper.cron-popover{min-width:641px;max-height:800px;overflow-y:auto}.el-popper.cron-popover .el-input__icon.el-input__validateIcon{display:none}.el-form-item.is-error .x-input-tag{border-color:#f56c6c}.x-input-tag{border:1px solid var(--border-color);border-radius:4px;width:100%;height:120px;padding-top:4px;padding-right:4px;line-height:0;position:relative;overflow:auto}.x-input-tag .el-tag .el-tag__close:hover{background-color:#ee8677}.x-input-tag .el-tag,.x-input-tag .button-new-tag{margin-bottom:4px;margin-left:4px}.x-input-tag .el-input.input-new-tag{width:120px;margin-bottom:4px;margin-left:4px}.x-input-tag .tags-count{color:#b7b7b7;font-size:.9em;position:absolute;bottom:10px;right:6px}.dropdown-popup{padding:0}.dropdown-popup .dropdown-item-list{max-height:200px;overflow:auto}.dropdown-popup .dropdown-item{cursor:pointer;padding:5px 10px}.dropdown-popup .dropdown-item:hover,.dropdown-popup .dropdown-item.active{background-color:#f5f7fa}.form-item-group{width:100%;margin-bottom:10px}.form-item-group.is-disabled .is-required .el-form-item__label:before,.form-item-group.is-disabled .required .el-form-item__label:before{display:none}.form-item-group .form-item-group-title{color:#333;height:30px;font-weight:700;font-size:var(--gloal-font-size);cursor:pointer;background-color:#f3f5fb;flex-direction:row;align-items:center;margin:0 0 10px;padding:0 10px;line-height:30px;display:flex}.red-form-row-label{width:20%;color:var(--table-form-color);letter-spacing:1.5px;font-size:16px}.red-form-row-align-center{text-align:center}.table-column-filter .el-drawer__body{padding:10px}.table-column-filter .el-drawer__header{border-bottom:1px solid #f0f0f0;min-height:20px;margin-bottom:0;padding:16px 10px 16px 24px}.is-clickable{cursor:pointer;text-decoration:underline}.is-clickable:hover{color:var(--color-primary)}.el-table__column-filter-trigger{line-height:unset}.pageable-table{flex:auto;height:100%;position:relative}.pageable-table .single-select-column .el-radio__label{padding:0}.pageable-table.auto-height{height:auto;position:static}.pageable-table.auto-height .el-table{min-height:200px;position:relative}.pageable-table.auto-height .pageable-table-wrapper{position:static}.pageable-table .pageable-table-wrapper{flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.pageable-table .el-pagination{background-color:#fff}.pageable-table .table-status-icon{font-size:20px}.pageable-table .pageable-table-loading{align-items:center;display:inline-flex}.pageable-table .pageable-table-error{color:red;border:1px solid #fca4a4;align-items:center;display:inline-flex}.pageable-table .pageable-table-error:hover{background-color:#fff0f0}.pageable-table .pageable-table-total{padding:0 10px 10px}.pageable-table .underline{position:relative}.pageable-table .underline:after{z-index:1;content:"";background-color:#606266;width:100%;height:1px;position:absolute;bottom:0;left:0}.pageable-table .el-table th{color:#000000d9;word-break:break-word;background-color:#fafafa}.pageable-table .total{padding:10px}.sub-table.pageable-table.auto-height .el-table{min-height:0}.sub-table .el-form-item{width:100%;margin-bottom:0}.sub-table .el-col{width:100%}.sub-table .table-header{background-color:#f3f5fb;border:1px solid #dfe6ec;border-bottom:none;padding:2px 10px}.sub-table .table-header-button:hover,.sub-table .table-header-button:focus{color:#595959}.sub-table .table-header-button i+span{margin-left:0}.sub-table .table-header-button i{font-size:15px}.sub-table .table-header-button.add i{color:#4886ec}.sub-table .table-header-button.remove i{color:#e34e55}.sub-table .table-header-button.refresh i{color:#1eb91e}.sub-table .table-button-add{color:#5add7a;opacity:.8}.sub-table .table-button-add:hover{opacity:1}.sub-table .table-button-remove{color:#ddd}.sub-table .table-button-remove:hover{color:#ef6666}.sub-table .el-table__header-wrapper .el-table__header th{background-color:#f3f5fb;padding:5px 0}.sub-table .el-table{border-top-color:#dde1e5}.sub-table .el-table td{border-color:#dfe6ec}.sub-table .el-col{padding:0!important}.sub-table .row-indicator{border:6px solid #0000;border-bottom-color:#f5690c;width:0;height:0;display:inline-block;position:absolute;top:-6px;right:-6px;transform:rotate(45deg)}.sub-table .sub-table-handle-button{cursor:pointer;font-size:20px}.sub-table .sub-table-handle-button+.sub-table-handle-button{margin-left:5px}.sub-table .el-table .el-table__header th{line-height:inherit;padding:5px 0;background:#f3f5fb!important}.sub-table-plus{width:100%}.sub-table-plus.hide-message .el-form-item__error{display:none}.sub-table-plus .pageable-table.auto-height .el-table{min-height:0}.sub-table-plus .el-form-item{width:100%;margin-bottom:0}.sub-table-plus .el-col{width:100%}.sub-table-plus .table-header{background-color:#f3f5fb;border:1px solid #dfe6ec;border-bottom:none;padding:2px 10px}.sub-table-plus .table-header-button:hover,.sub-table-plus .table-header-button:focus{color:#595959}.sub-table-plus .table-header-button i+span{margin-left:0}.sub-table-plus .table-header-button i{font-size:15px}.sub-table-plus .table-header-button.add i{color:#4886ec}.sub-table-plus .table-header-button.remove i{color:#e34e55}.sub-table-plus .table-header-button.refresh i{color:#1eb91e}.sub-table-plus .table-button-add{color:#5add7a;opacity:.8}.sub-table-plus .table-button-add:hover{opacity:1}.sub-table-plus .table-button-remove{color:#ddd}.sub-table-plus .table-button-remove:hover{color:#ef6666}.sub-table-plus .el-table__header-wrapper .el-table__header th{background-color:#f3f5fb;padding:5px 0}.sub-table-plus .el-table{border-top-color:#dde1e5}.sub-table-plus .el-table td{border-color:#dfe6ec}.sub-table-plus .el-col{padding:0!important}.sub-table-plus .row-indicator{border:6px solid #0000;border-bottom-color:#f5690c;width:0;height:0;display:inline-block;position:absolute;top:-6px;right:-6px;transform:rotate(45deg)}.sub-table-plus .sub-table-handle-button{cursor:pointer;font-size:20px}.sub-table-plus .sub-table-handle-button+.sub-table-handle-button{margin-left:5px}.sub-table-plus .el-table .el-table__header th{line-height:inherit;padding:5px 0;background:#f3f5fb!important}.sub-table-plus .form-item{padding-top:4px;padding-bottom:4px}.iframe-window.el-dialog .el-dialog__body{position:relative}.iframe-window .iframe-window-iframe{border:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.toolbar{background-color:#fff;border-bottom:1px solid #e5e9ec;height:40px;padding:0 10px;line-height:40px;display:flex}.toolbar .toolbar-left{flex:auto}.toolbar .toolbar-left .el-button [class*=\ el-icon-],.toolbar .toolbar-left .el-button [class^=el-icon-]{margin-top:-1px;font-size:15px}.toolbar .toolbar-right .el-button{align-items:center;display:inline-flex}.footer-bar{flex-direction:row;justify-content:center;align-items:center;padding-top:10px;display:flex}.footer-bar .el-button{padding:10px 40px}.table-view{flex-direction:column;height:100%;padding:10px;display:flex}.table-view.has-tree .table-view-wrapper .pageable-table-wrapper,.table-view.embed{padding:0}.table-view.embed .toolbar{border:1px solid #ebeef5;border-bottom:none}.table-view.embed .table-view-wrapper{box-shadow:none;border-radius:0}.table-view.embed .table-view-wrapper .pageable-table-wrapper{padding:0}.table-view .toolbar{border-bottom:none;height:46px;line-height:46px}.table-view .table-view-wrapper{border-radius:4px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000001a}.table-view .table-view-wrapper .pageable-table-wrapper{padding-left:10px;padding-right:10px}.table-view .table-view-wrapper .el-pagination{color:#303133;white-space:nowrap;text-align:left;padding:6px 10px;font-weight:700}.table-view .border-top .el-table--border{border-top:1px solid #ebeef5}.table-view .border-bottom .el-table--border{border-bottom:1px solid #ebeef5}.table-view .border-left .el-table--border,.table-view .border-left .el-pagination{border-left:1px solid #ebeef5}.table-view .border-right .el-table--border{border-right:1px solid #ebeef5}.table-view .node-icon{margin-right:4px}.table-view .table-view-content-wrapper{flex:1;position:relative;overflow:hidden}.table-view .table-view-content{background-color:#fff;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.table-view .table-view-sidebar{background-color:#fafafa;border-top:1px solid #ebeef5;flex-shrink:0;width:240px;height:100%;padding:4px 10px 10px 4px;overflow:auto}.table-view .table-view-sidebar .et-tree-wrapper{display:table;overflow:visible}.table-view .table-view-sidebar .et-tree-wrapper .el-tree{background-color:#0000}.table-view .table-view-table{flex:auto;height:100%}.table-view .search-form-top{background-color:#fff;padding:10px 10px 0}.table-view .search-form-top .el-form-item__content{align-items:center;display:flex}.table-view .search-actions{float:right}.table-view .search-actions .el-form-item__content{text-align:right;justify-content:right}.table-view .slide-panel{z-index:5;background-color:#fff;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:0 0 10px 5px #0000001a}.table-view .slide-panel .slide-panel-line{background-color:#ddd;flex-shrink:0;width:3px;height:100%;position:relative}.table-view .slide-panel .slide-panel-line-indicator{background-color:#aaa;width:100%;height:50px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.table-view .slide-panel .slide-panel-actions{justify-content:center;align-items:center;margin-top:10px;display:flex}.table-view .slide-panel .slide-panel-content{flex:1;padding:10px;overflow:auto}.table-view .slide-panel .slide-panel-content .el-date-editor{width:100%}.c-wrapper[data-v-2a7f150d]{padding:10px}.calendar[data-v-2a7f150d]{text-align:center;color:#353c46cc;background-color:#fff;border-radius:2px;min-width:0;min-height:295px;text-decoration:none;transition:transform .3s;position:relative;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.calendar[data-v-2a7f150d]:hover{z-index:2}@media (min-width:1024px){.calendar[data-v-2a7f150d]:hover{transform:scale(1.15);box-shadow:0 7px 21px #0000001a}}.calendar .calendar__title[data-v-2a7f150d]{cursor:pointer;border-bottom:1px solid #c4c4c44d;flex:100%;justify-content:center;align-items:center;height:50px;margin-bottom:12px;font-size:18px;font-weight:700;display:flex}.calendar .calendar__body[data-v-2a7f150d]{flex-wrap:wrap;place-content:flex-start;min-width:194px;padding:0 20px;display:flex}.calendar .calendar__day[data-v-2a7f150d]{color:#5db3d4;flex:14.28%;justify-content:center;align-items:center;height:31px;font-size:16px;display:flex}.calendar .day__weektitle[data-v-2a7f150d]{color:#353c46cc}.calendar .day[data-v-2a7f150d]{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;display:flex;position:relative}.calendar .day[data-v-2a7f150d]:after{content:"";z-index:1;background-color:#0000;border-radius:50%;width:10px;height:10px;display:block;position:absolute;top:-5px;right:-5px}.calendar .day.calendar--active[data-v-2a7f150d]:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20fill='%23FF6060'%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm5%2011H7v-2h10v2z'/%3e%3c/svg%3e");background-size:100% 100%}.calendar .day[data-v-2a7f150d]:not(.calendar__day--otherMonth):hover{background-color:#6666661a;border-radius:5px}.calendar .day.calendar--active[data-v-2a7f150d]{color:#bcbcbc;background-color:#ffbaba80}.calendar .day.calendar--active.info[data-v-2a7f150d]{color:#fff;background-color:#17a2b8cc}.calendar .day.calendar--active.info[data-v-2a7f150d]:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%2317a2b8'%20d='M0%200h24v24H0V0z'/%3e%3cpath%20fill='white'%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");background-size:100% 100%}.calendar .day.calendar--active.warning[data-v-2a7f150d]{color:#fff;background-color:#ffc107b3}.calendar .day.calendar--active.warning[data-v-2a7f150d]:after{background-color:#eaeaea4d;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23ffc107'%20d='M4.47%2021h15.06c1.54%200%202.5-1.67%201.73-3L13.73%204.99c-.77-1.33-2.69-1.33-3.46%200L2.74%2018c-.77%201.33.19%203%201.73%203zM12%2014c-.55%200-1-.45-1-1v-2c0-.55.45-1%201-1s1%20.45%201%201v2c0%20.55-.45%201-1%201zm1%204h-2v-2h2v2z'/%3e%3c/svg%3e");background-size:100% 100%}.calendar .calendar__day--otherMonth[data-v-2a7f150d]{color:#eaeaea;cursor:auto}.container__months.hide-sunday .calendar__day:nth-of-type(7n){display:none}.container__months.hide-sunday .calendar__day{flex:16.66%}.container__months.hide-weekend .calendar__day:nth-of-type(7n),.container__months.hide-weekend .calendar__day:nth-of-type(7n-1){display:none}.container__months.hide-weekend .calendar__day{flex:19%}.vue-calendar__container[data-v-5cc87b9a]{background-color:#f6f6f3;border-radius:2px;min-width:0;text-decoration:none;position:relative;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.vue-calendar__container .container__year[data-v-5cc87b9a]{-webkit-user-select:none;user-select:none;text-align:center;background-color:#fff;flex:100%;height:65px;font-size:24px;display:flex}.vue-calendar__container .container__year .year__chooser[data-v-5cc87b9a]{cursor:pointer;color:#000000e6;flex:1;justify-content:center;align-items:center;height:100%;display:flex}.vue-calendar__container .container__year .year__chooser[data-v-5cc87b9a]:hover{background-color:#6666661a}.vue-calendar__container .container__year .year__chooser[data-v-5cc87b9a]:nth-child(4n-3){color:#0000004d}.vue-calendar__container .container__year .year__chooser[data-v-5cc87b9a]:nth-child(2n){color:#0009}.vue-calendar__container .container__year .year__chooser[data-v-5cc87b9a]:nth-child(3){box-shadow:inset 0 -3px #4792bd}.vue-calendar__container .container__months[data-v-5cc87b9a]{flex-wrap:wrap;padding:15px;display:flex}.vue-calendar__container .container__month[data-v-5cc87b9a]{flex:16.66%;padding:8px}@media (max-width:1300px){.vue-calendar__container .container__month[data-v-5cc87b9a]{flex:25%}}@media (max-width:992px){.vue-calendar__container .container__month[data-v-5cc87b9a]{flex:33.3%}}@media (max-width:768px){.vue-calendar__container .container__month[data-v-5cc87b9a]{flex:50%}}@media (max-width:450px){.vue-calendar__container .container__month[data-v-5cc87b9a]{flex:100%}}.vue-calendar__container .p-0[data-v-5cc87b9a]{padding:0}
|
|
2
|
+
/*$vite$:1*/
|