@web-utils/form-ui 1.0.0-beta4 → 1.0.0-beta41
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 -0
- package/chunks/4GMuTlFS.mjs +25 -0
- package/chunks/B-YO6Py8.mjs +145 -0
- package/chunks/B1MSrc6f.mjs +8 -0
- package/chunks/B40JZqF5.mjs +60 -0
- package/chunks/BLNpMvUQ.mjs +95 -0
- package/chunks/BNQD6fKI.mjs +40 -0
- package/chunks/BROfNO6c.mjs +17 -0
- package/chunks/BiF8cEVB.mjs +102 -0
- package/chunks/Bm5eiSmT.mjs +79 -0
- package/chunks/C5BjmbyR.mjs +91 -0
- package/chunks/CBHZpxPE.mjs +108 -0
- package/chunks/CD2WYSl1.mjs +188 -0
- package/chunks/CE0MejA6.mjs +200 -0
- package/chunks/CSf0Lu3w.mjs +102 -0
- package/chunks/CXSIP67a.mjs +234 -0
- package/chunks/ChmDDqoZ2.mjs +478 -0
- package/chunks/ClpNoMQe.mjs +37 -0
- package/chunks/Csa9EgOO.mjs +152 -0
- package/chunks/CuBH-6_y.mjs +25 -0
- package/chunks/CybmpSN8.mjs +664 -0
- package/chunks/CzvmkGvn.mjs +89 -0
- package/chunks/DASUt7ot.mjs +166 -0
- package/chunks/DBNqhkDl.mjs +174 -0
- package/chunks/DMcUruCK2.mjs +207 -0
- package/chunks/DUjgfS7g.mjs +95 -0
- package/chunks/DWLv8UUC.mjs +612 -0
- package/chunks/Ds_Tpa_M.mjs +83 -0
- package/chunks/MeM8FGzA.mjs +200 -0
- package/chunks/_90XRi0U.mjs +105 -0
- package/chunks/_Uzl3uMy.mjs +109 -0
- package/chunks/b5HOxD60.mjs +1369 -0
- package/chunks/cmuHpsX6.mjs +109 -0
- package/chunks/ePSxkHli.mjs +95 -0
- package/chunks/jHrYQI1Q.mjs +320 -0
- package/chunks/kKoMKOYH.mjs +180 -0
- package/chunks/lPLJkGiz.mjs +25 -0
- package/chunks/mbLUSXcZ.mjs +56 -0
- package/chunks/y-DmM31a.mjs +168 -0
- package/confirm-button/index.d.ts +113 -0
- package/confirm-button/index.mjs +35 -0
- package/confirmable/index.d.ts +84 -0
- package/confirmable/index.mjs +8 -0
- package/constants/index.d.ts +53 -0
- package/constants/index.mjs +4 -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/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 +114 -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-check-box-group/index.d.ts +289 -18
- package/form-check-box-group/index.mjs +1 -1
- package/form-check-box-group/style.css +1 -0
- package/form-checkbox/index.d.ts +236 -16
- package/form-checkbox/index.mjs +1 -1
- 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-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.d.ts +52 -36
- package/index.mjs +54 -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/resize-observer/index.d.ts +8 -0
- package/resize-observer/index.mjs +40 -0
- package/resize-observer/style.css +1 -0
- package/resolver/index.mjs +29 -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 +85 -0
- package/table-column-def/index.mjs +11 -0
- package/table-view/index.d.ts +340 -1
- package/table-view/index.mjs +459 -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 +232 -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/input/style.css +0 -1
- package/resolver.mjs +0 -79
- package/utils/style.css +0 -1
- /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
|
@@ -1,2 +1,189 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
size: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
type: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
plain: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
text: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
bg: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
link: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
round: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
circle: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
dashed: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
loading: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
loadingIcon: (StringConstructor | ObjectConstructor)[];
|
|
43
|
+
disabled: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
icon: (StringConstructor | ObjectConstructor)[];
|
|
48
|
+
autofocus: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
nativeType: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
autoInsertSpace: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
color: StringConstructor;
|
|
61
|
+
dark: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
tag: (StringConstructor | ObjectConstructor)[];
|
|
66
|
+
label: StringConstructor;
|
|
67
|
+
loadable: BooleanConstructor;
|
|
68
|
+
footer: BooleanConstructor;
|
|
69
|
+
primary: BooleanConstructor;
|
|
70
|
+
warning: BooleanConstructor;
|
|
71
|
+
privilege: StringConstructor;
|
|
72
|
+
condition: {
|
|
73
|
+
type: (BooleanConstructor | ArrayConstructor | FunctionConstructor)[];
|
|
74
|
+
};
|
|
75
|
+
conditionTips: StringConstructor;
|
|
76
|
+
confirm: BooleanConstructor;
|
|
77
|
+
confirmTips: StringConstructor;
|
|
78
|
+
beforeExecute: FunctionConstructor;
|
|
79
|
+
afterExecute: FunctionConstructor;
|
|
80
|
+
route: (StringConstructor | ObjectConstructor)[];
|
|
81
|
+
title: StringConstructor;
|
|
82
|
+
cancelButtonText: StringConstructor;
|
|
83
|
+
confirmButtonText: StringConstructor;
|
|
84
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
85
|
+
size: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
type: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
plain: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
text: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
bg: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
link: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
round: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
circle: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
dashed: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
121
|
+
loading: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
loadingIcon: (StringConstructor | ObjectConstructor)[];
|
|
126
|
+
disabled: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
icon: (StringConstructor | ObjectConstructor)[];
|
|
131
|
+
autofocus: {
|
|
132
|
+
type: BooleanConstructor;
|
|
133
|
+
default: boolean;
|
|
134
|
+
};
|
|
135
|
+
nativeType: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
autoInsertSpace: {
|
|
140
|
+
type: BooleanConstructor;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
143
|
+
color: StringConstructor;
|
|
144
|
+
dark: {
|
|
145
|
+
type: BooleanConstructor;
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
148
|
+
tag: (StringConstructor | ObjectConstructor)[];
|
|
149
|
+
label: StringConstructor;
|
|
150
|
+
loadable: BooleanConstructor;
|
|
151
|
+
footer: BooleanConstructor;
|
|
152
|
+
primary: BooleanConstructor;
|
|
153
|
+
warning: BooleanConstructor;
|
|
154
|
+
privilege: StringConstructor;
|
|
155
|
+
condition: {
|
|
156
|
+
type: (BooleanConstructor | ArrayConstructor | FunctionConstructor)[];
|
|
157
|
+
};
|
|
158
|
+
conditionTips: StringConstructor;
|
|
159
|
+
confirm: BooleanConstructor;
|
|
160
|
+
confirmTips: StringConstructor;
|
|
161
|
+
beforeExecute: FunctionConstructor;
|
|
162
|
+
afterExecute: FunctionConstructor;
|
|
163
|
+
route: (StringConstructor | ObjectConstructor)[];
|
|
164
|
+
title: StringConstructor;
|
|
165
|
+
cancelButtonText: StringConstructor;
|
|
166
|
+
confirmButtonText: StringConstructor;
|
|
167
|
+
}>> & Readonly<{}>, {
|
|
168
|
+
primary: boolean;
|
|
169
|
+
size: string;
|
|
170
|
+
loading: boolean;
|
|
171
|
+
disabled: boolean;
|
|
172
|
+
plain: boolean;
|
|
173
|
+
autofocus: boolean;
|
|
174
|
+
round: boolean;
|
|
175
|
+
type: string;
|
|
176
|
+
nativeType: string;
|
|
177
|
+
text: boolean;
|
|
178
|
+
footer: boolean;
|
|
179
|
+
link: boolean;
|
|
180
|
+
loadable: boolean;
|
|
181
|
+
warning: boolean;
|
|
182
|
+
confirm: boolean;
|
|
183
|
+
dark: boolean;
|
|
184
|
+
circle: boolean;
|
|
185
|
+
bg: boolean;
|
|
186
|
+
dashed: boolean;
|
|
187
|
+
autoInsertSpace: boolean;
|
|
188
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
189
|
export default _default;
|
package/toolbar-button/index.mjs
CHANGED
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
var e = /* @__PURE__ */ Object.assign({ name: "ToolbarButton" }, {
|
|
3
|
-
__name: "ToolbarButton",
|
|
4
|
-
setup(e) {
|
|
5
|
-
return (e, t) => null;
|
|
6
|
-
}
|
|
7
|
-
});
|
|
8
|
-
//#endregion
|
|
1
|
+
import { t as e } from "../chunks/y-DmM31a.mjs";
|
|
9
2
|
export { e as default };
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
data: ObjectConstructor;
|
|
3
|
+
expression: StringConstructor;
|
|
4
|
+
runsParser: FunctionConstructor;
|
|
5
|
+
quartz: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {
|
|
10
|
+
currentYear: number;
|
|
11
|
+
exps: {
|
|
12
|
+
type: string;
|
|
13
|
+
expression: null;
|
|
14
|
+
}[];
|
|
15
|
+
second: {
|
|
16
|
+
cronEvery: null;
|
|
17
|
+
incrementStart: number;
|
|
18
|
+
incrementIncrement: number;
|
|
19
|
+
rangeStart: null;
|
|
20
|
+
rangeEnd: null;
|
|
21
|
+
specificSpecific: never[];
|
|
22
|
+
};
|
|
23
|
+
minute: {
|
|
24
|
+
cronEvery: null;
|
|
25
|
+
incrementStart: number;
|
|
26
|
+
incrementIncrement: number;
|
|
27
|
+
rangeStart: null;
|
|
28
|
+
rangeEnd: null;
|
|
29
|
+
specificSpecific: never[];
|
|
30
|
+
};
|
|
31
|
+
hour: {
|
|
32
|
+
cronEvery: null;
|
|
33
|
+
incrementStart: number;
|
|
34
|
+
incrementIncrement: number;
|
|
35
|
+
rangeStart: null;
|
|
36
|
+
rangeEnd: null;
|
|
37
|
+
specificSpecific: never[];
|
|
38
|
+
};
|
|
39
|
+
day: {
|
|
40
|
+
cronEvery: null;
|
|
41
|
+
incrementStart: number;
|
|
42
|
+
incrementIncrement: number;
|
|
43
|
+
rangeStart: null;
|
|
44
|
+
rangeEnd: null;
|
|
45
|
+
specificSpecific: never[];
|
|
46
|
+
cronDaysBeforeEomMinus: null;
|
|
47
|
+
cronDaysNearestWeekday: null;
|
|
48
|
+
};
|
|
49
|
+
week: {
|
|
50
|
+
cronEvery: null;
|
|
51
|
+
incrementStart: number;
|
|
52
|
+
incrementIncrement: number;
|
|
53
|
+
specificSpecific: never[];
|
|
54
|
+
cronLastSpecificDomDay: number;
|
|
55
|
+
cronNthDayDay: number;
|
|
56
|
+
cronNthDayNth: number;
|
|
57
|
+
};
|
|
58
|
+
month: {
|
|
59
|
+
cronEvery: null;
|
|
60
|
+
incrementStart: number;
|
|
61
|
+
incrementIncrement: number;
|
|
62
|
+
rangeStart: null;
|
|
63
|
+
rangeEnd: null;
|
|
64
|
+
specificSpecific: never[];
|
|
65
|
+
};
|
|
66
|
+
year: {
|
|
67
|
+
cronEvery: null;
|
|
68
|
+
incrementStart: number;
|
|
69
|
+
incrementIncrement: number;
|
|
70
|
+
rangeStart: null;
|
|
71
|
+
rangeEnd: null;
|
|
72
|
+
specificSpecific: never[];
|
|
73
|
+
};
|
|
74
|
+
output: {
|
|
75
|
+
second: null;
|
|
76
|
+
minute: null;
|
|
77
|
+
hour: null;
|
|
78
|
+
day: null;
|
|
79
|
+
month: null;
|
|
80
|
+
week: null;
|
|
81
|
+
year: null;
|
|
82
|
+
};
|
|
83
|
+
runs: never[];
|
|
84
|
+
defaultStr: string;
|
|
85
|
+
weekOptions: {
|
|
86
|
+
value: string;
|
|
87
|
+
label: string;
|
|
88
|
+
}[];
|
|
89
|
+
}, {
|
|
90
|
+
text(): {
|
|
91
|
+
Seconds: {
|
|
92
|
+
name: string;
|
|
93
|
+
every: string;
|
|
94
|
+
interval: string[];
|
|
95
|
+
specific: string;
|
|
96
|
+
cycle: string[];
|
|
97
|
+
};
|
|
98
|
+
Minutes: {
|
|
99
|
+
name: string;
|
|
100
|
+
every: string;
|
|
101
|
+
interval: string[];
|
|
102
|
+
specific: string;
|
|
103
|
+
cycle: string[];
|
|
104
|
+
};
|
|
105
|
+
Hours: {
|
|
106
|
+
name: string;
|
|
107
|
+
every: string;
|
|
108
|
+
interval: string[];
|
|
109
|
+
specific: string;
|
|
110
|
+
cycle: string[];
|
|
111
|
+
};
|
|
112
|
+
Day: {
|
|
113
|
+
name: string;
|
|
114
|
+
every: string;
|
|
115
|
+
intervalDay: string[];
|
|
116
|
+
specificDay: string;
|
|
117
|
+
lastDay: string;
|
|
118
|
+
lastWorkday: string;
|
|
119
|
+
beforeEndMonth: string[];
|
|
120
|
+
nearestWorkday: string[];
|
|
121
|
+
};
|
|
122
|
+
Week: {
|
|
123
|
+
name: string;
|
|
124
|
+
every: string;
|
|
125
|
+
intervalWeek: string[];
|
|
126
|
+
specificWeek: string;
|
|
127
|
+
lastWeek: string[];
|
|
128
|
+
someWeekday: string[];
|
|
129
|
+
};
|
|
130
|
+
Month: {
|
|
131
|
+
name: string;
|
|
132
|
+
every: string;
|
|
133
|
+
interval: string[];
|
|
134
|
+
specific: string;
|
|
135
|
+
cycle: string[];
|
|
136
|
+
};
|
|
137
|
+
Year: {
|
|
138
|
+
name: string;
|
|
139
|
+
every: string;
|
|
140
|
+
interval: string[];
|
|
141
|
+
specific: string;
|
|
142
|
+
cycle: string[];
|
|
143
|
+
};
|
|
144
|
+
Save: string;
|
|
145
|
+
Close: string;
|
|
146
|
+
};
|
|
147
|
+
secondsText(): string;
|
|
148
|
+
minutesText(): string;
|
|
149
|
+
hoursText(): string;
|
|
150
|
+
daysText(): string;
|
|
151
|
+
weeksText(): string;
|
|
152
|
+
weeksTextQuartz(): string;
|
|
153
|
+
monthsText(): string;
|
|
154
|
+
yearsText(): string;
|
|
155
|
+
cron(): string;
|
|
156
|
+
}, {
|
|
157
|
+
copyCron(): void;
|
|
158
|
+
getValue(): string;
|
|
159
|
+
change(): void;
|
|
160
|
+
close(): void;
|
|
161
|
+
rest(data: any): void;
|
|
162
|
+
resolveExpression(): void;
|
|
163
|
+
commonParser(expressionType: any, str: any): void;
|
|
164
|
+
resolveWeek(str: any): void;
|
|
165
|
+
resolveDay(str: any): void;
|
|
166
|
+
resolveStar(expressionObj: any, type?: string): void;
|
|
167
|
+
resolveSlash(expressionObj: any, expression: any, type?: string): void;
|
|
168
|
+
resolveLine(expressionObj: any, expression: any, type?: string): void;
|
|
169
|
+
resolveComma(expressionObj: any, expression: any, type?: string): void;
|
|
170
|
+
setSecond(val: any): void;
|
|
171
|
+
setMinute(val: any): void;
|
|
172
|
+
setHour(val: any): void;
|
|
173
|
+
setMonth(val: any): void;
|
|
174
|
+
setYear(val: any): void;
|
|
175
|
+
setDay(val: any): void;
|
|
176
|
+
setWeek(val: any): void;
|
|
177
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "close")[], "change" | "close", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
178
|
+
data: ObjectConstructor;
|
|
179
|
+
expression: StringConstructor;
|
|
180
|
+
runsParser: FunctionConstructor;
|
|
181
|
+
quartz: {
|
|
182
|
+
type: BooleanConstructor;
|
|
183
|
+
default: boolean;
|
|
184
|
+
};
|
|
185
|
+
}>> & Readonly<{
|
|
186
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
187
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
188
|
+
}>, {
|
|
189
|
+
quartz: boolean;
|
|
190
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
191
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.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}
|