@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
|
@@ -0,0 +1,478 @@
|
|
|
1
|
+
import { t as e } from "./B1MSrc6f.mjs";
|
|
2
|
+
import { Fragment as t, createCommentVNode as n, createElementBlock as r, createElementVNode as i, createStaticVNode as a, createVNode as o, normalizeClass as s, normalizeStyle as c, openBlock as l, renderList as u, toDisplayString as d, withModifiers as f } from "vue";
|
|
3
|
+
import p from "dayjs";
|
|
4
|
+
//#region src/components/material-year-calendar/MonthCalendar.vue
|
|
5
|
+
var m = {
|
|
6
|
+
name: "MonthCalendar",
|
|
7
|
+
props: {
|
|
8
|
+
activeDates: {
|
|
9
|
+
type: Array,
|
|
10
|
+
default: () => []
|
|
11
|
+
},
|
|
12
|
+
month: {
|
|
13
|
+
type: [String, Number],
|
|
14
|
+
default: () => p().month() + 1
|
|
15
|
+
},
|
|
16
|
+
year: {
|
|
17
|
+
type: [String, Number],
|
|
18
|
+
default: () => p().year()
|
|
19
|
+
},
|
|
20
|
+
lang: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: "en"
|
|
23
|
+
},
|
|
24
|
+
activeClass: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: () => ""
|
|
27
|
+
},
|
|
28
|
+
prefixClass: {
|
|
29
|
+
type: String,
|
|
30
|
+
default: () => "calendar--active"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
emits: ["toggleDate", "monthClickEvent"],
|
|
34
|
+
data() {
|
|
35
|
+
return {
|
|
36
|
+
showDays: [],
|
|
37
|
+
isMouseDown: !1
|
|
38
|
+
};
|
|
39
|
+
},
|
|
40
|
+
computed: {
|
|
41
|
+
weekTitleFontSizeAdjustLang() {
|
|
42
|
+
return {
|
|
43
|
+
tw: "16px",
|
|
44
|
+
en: "14px",
|
|
45
|
+
pt: "14px",
|
|
46
|
+
de: "14px",
|
|
47
|
+
es: "14px",
|
|
48
|
+
pl: "12px",
|
|
49
|
+
ru: "14px"
|
|
50
|
+
}[this.lang];
|
|
51
|
+
},
|
|
52
|
+
monthTitle() {
|
|
53
|
+
return {
|
|
54
|
+
tw: [
|
|
55
|
+
"一月",
|
|
56
|
+
"二月",
|
|
57
|
+
"三月",
|
|
58
|
+
"四月",
|
|
59
|
+
"五月",
|
|
60
|
+
"六月",
|
|
61
|
+
"七月",
|
|
62
|
+
"八月",
|
|
63
|
+
"九月",
|
|
64
|
+
"十月",
|
|
65
|
+
"十一月",
|
|
66
|
+
"十二月"
|
|
67
|
+
],
|
|
68
|
+
en: [
|
|
69
|
+
"January",
|
|
70
|
+
"February",
|
|
71
|
+
"March",
|
|
72
|
+
"April",
|
|
73
|
+
"May",
|
|
74
|
+
"June",
|
|
75
|
+
"July",
|
|
76
|
+
"August",
|
|
77
|
+
"September",
|
|
78
|
+
"October",
|
|
79
|
+
"November",
|
|
80
|
+
"December"
|
|
81
|
+
],
|
|
82
|
+
pt: [
|
|
83
|
+
"Janeiro",
|
|
84
|
+
"Fevereiro",
|
|
85
|
+
"Março",
|
|
86
|
+
"Abril",
|
|
87
|
+
"Maio",
|
|
88
|
+
"Junho",
|
|
89
|
+
"Julho",
|
|
90
|
+
"Agosto",
|
|
91
|
+
"Setembro",
|
|
92
|
+
"Outubro",
|
|
93
|
+
"Novembro",
|
|
94
|
+
"Dezembro"
|
|
95
|
+
],
|
|
96
|
+
de: [
|
|
97
|
+
"Januar",
|
|
98
|
+
"Februar",
|
|
99
|
+
"März",
|
|
100
|
+
"April",
|
|
101
|
+
"Mai",
|
|
102
|
+
"Juni",
|
|
103
|
+
"Juli",
|
|
104
|
+
"August",
|
|
105
|
+
"September",
|
|
106
|
+
"Oktober",
|
|
107
|
+
"November",
|
|
108
|
+
"Dezember"
|
|
109
|
+
],
|
|
110
|
+
es: [
|
|
111
|
+
"Enero",
|
|
112
|
+
"Febrero",
|
|
113
|
+
"Marzo",
|
|
114
|
+
"Abril",
|
|
115
|
+
"Mayo",
|
|
116
|
+
"Junio",
|
|
117
|
+
"Julio",
|
|
118
|
+
"Agosto",
|
|
119
|
+
"Septiembre",
|
|
120
|
+
"Octubre",
|
|
121
|
+
"Noviembre",
|
|
122
|
+
"Diciembre"
|
|
123
|
+
],
|
|
124
|
+
pl: [
|
|
125
|
+
"Styczeń",
|
|
126
|
+
"Luty",
|
|
127
|
+
"Marzec",
|
|
128
|
+
"Kwiecień",
|
|
129
|
+
"Maj",
|
|
130
|
+
"Czerwiec",
|
|
131
|
+
"Lipiec",
|
|
132
|
+
"Sierpień",
|
|
133
|
+
"Wrzesień",
|
|
134
|
+
"Październik",
|
|
135
|
+
"Listopad",
|
|
136
|
+
"Grudzień"
|
|
137
|
+
],
|
|
138
|
+
ru: [
|
|
139
|
+
"Январь",
|
|
140
|
+
"Февраль",
|
|
141
|
+
"Март",
|
|
142
|
+
"Апрель",
|
|
143
|
+
"Май",
|
|
144
|
+
"Июнь",
|
|
145
|
+
"Июль",
|
|
146
|
+
"Август",
|
|
147
|
+
"Сентябрь",
|
|
148
|
+
"Октябрь",
|
|
149
|
+
"Ноябрь",
|
|
150
|
+
"Декабрь"
|
|
151
|
+
]
|
|
152
|
+
}[this.lang][this.month - 1];
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
watch: {
|
|
156
|
+
year(e) {
|
|
157
|
+
this.initCalendar();
|
|
158
|
+
},
|
|
159
|
+
activeDates(e, t) {
|
|
160
|
+
this.initCalendar();
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
created() {
|
|
164
|
+
this.initCalendar();
|
|
165
|
+
},
|
|
166
|
+
methods: {
|
|
167
|
+
initCalendar() {
|
|
168
|
+
if (!this.year || !this.month) return [];
|
|
169
|
+
let e = p().set("date", 1).set("year", this.year).set("month", this.month - 1), t = e.startOf("month").day() - 1;
|
|
170
|
+
t < 0 && (t += 7);
|
|
171
|
+
let n = e.endOf("month").date(), r = t >= 5 ? 6 : 5, i = 0;
|
|
172
|
+
this.showDays = Array.from(Array(r * 7).keys()).map((e) => ({
|
|
173
|
+
value: t <= e ? i++ % n + 1 : "",
|
|
174
|
+
active: !1,
|
|
175
|
+
isOtherMonth: t > e || i > n
|
|
176
|
+
})), this.activeDates.forEach((e) => {
|
|
177
|
+
let n;
|
|
178
|
+
typeof e == "string" ? n = {
|
|
179
|
+
date: e,
|
|
180
|
+
className: this.activeClass
|
|
181
|
+
} : typeof e == "object" && (n = e);
|
|
182
|
+
let r = p(n.date);
|
|
183
|
+
if (r.year() !== this.year) return;
|
|
184
|
+
let i = r.date(), a = Math.floor(i / 7), o = i % 7 - 1 + t + 7 * a;
|
|
185
|
+
this.showDays[o].active = !0, this.showDays[o].className = n.className;
|
|
186
|
+
});
|
|
187
|
+
},
|
|
188
|
+
showDayTitle(e) {
|
|
189
|
+
return {
|
|
190
|
+
tw: [
|
|
191
|
+
"一",
|
|
192
|
+
"二",
|
|
193
|
+
"三",
|
|
194
|
+
"四",
|
|
195
|
+
"五",
|
|
196
|
+
"六",
|
|
197
|
+
"日"
|
|
198
|
+
],
|
|
199
|
+
en: [
|
|
200
|
+
"Mo",
|
|
201
|
+
"Tu",
|
|
202
|
+
"We",
|
|
203
|
+
"Th",
|
|
204
|
+
"Fr",
|
|
205
|
+
"Sa",
|
|
206
|
+
"Su"
|
|
207
|
+
],
|
|
208
|
+
pt: [
|
|
209
|
+
"2ª",
|
|
210
|
+
"3ª",
|
|
211
|
+
"4ª",
|
|
212
|
+
"5ª",
|
|
213
|
+
"6ª",
|
|
214
|
+
"Sa",
|
|
215
|
+
"Do"
|
|
216
|
+
],
|
|
217
|
+
de: [
|
|
218
|
+
"Mo",
|
|
219
|
+
"Di",
|
|
220
|
+
"Mi",
|
|
221
|
+
"Do",
|
|
222
|
+
"Fr",
|
|
223
|
+
"Sa",
|
|
224
|
+
"So"
|
|
225
|
+
],
|
|
226
|
+
es: [
|
|
227
|
+
"Lu",
|
|
228
|
+
"Ma",
|
|
229
|
+
"Mi",
|
|
230
|
+
"Ju",
|
|
231
|
+
"Vi",
|
|
232
|
+
"Sá",
|
|
233
|
+
"Do"
|
|
234
|
+
],
|
|
235
|
+
pl: [
|
|
236
|
+
"Pon",
|
|
237
|
+
"Wt",
|
|
238
|
+
"Śr",
|
|
239
|
+
"Czw",
|
|
240
|
+
"Pt",
|
|
241
|
+
"Sob",
|
|
242
|
+
"Nie"
|
|
243
|
+
],
|
|
244
|
+
ru: [
|
|
245
|
+
"Пн",
|
|
246
|
+
"Вт",
|
|
247
|
+
"Ср",
|
|
248
|
+
"Чт",
|
|
249
|
+
"Пт",
|
|
250
|
+
"Сб",
|
|
251
|
+
"Вс"
|
|
252
|
+
]
|
|
253
|
+
}[this.lang][e];
|
|
254
|
+
},
|
|
255
|
+
toggleDay(e) {
|
|
256
|
+
e.isOtherMonth || this.$emit("toggleDate", {
|
|
257
|
+
month: this.month,
|
|
258
|
+
date: e.value,
|
|
259
|
+
selected: !e.active,
|
|
260
|
+
className: this.activeClass
|
|
261
|
+
});
|
|
262
|
+
},
|
|
263
|
+
dragDay(e) {
|
|
264
|
+
this.isMouseDown && this.toggleDay(e);
|
|
265
|
+
},
|
|
266
|
+
mouseDown(e) {
|
|
267
|
+
this.toggleDay(e), this.isMouseDown = !0;
|
|
268
|
+
},
|
|
269
|
+
mouseUp() {
|
|
270
|
+
this.isMouseDown = !1;
|
|
271
|
+
},
|
|
272
|
+
classList(e) {
|
|
273
|
+
let t = {
|
|
274
|
+
"calendar__day--otherMonth": e.isOtherMonth,
|
|
275
|
+
[this.prefixClass]: e.active
|
|
276
|
+
};
|
|
277
|
+
return e.active && (t[e.className] = !0), t;
|
|
278
|
+
},
|
|
279
|
+
monthClickEvent(e) {
|
|
280
|
+
let t = {
|
|
281
|
+
monthTitle: this.monthTitle,
|
|
282
|
+
month: this.month,
|
|
283
|
+
year: e
|
|
284
|
+
};
|
|
285
|
+
this.$emit("monthClickEvent", t);
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}, h = { class: "c-wrapper" }, g = { class: "calendar__body" }, _ = ["onMouseover", "onMousedown"];
|
|
289
|
+
function v(e, n, a, o, p, m) {
|
|
290
|
+
return l(), r("div", h, [i("div", {
|
|
291
|
+
class: "calendar",
|
|
292
|
+
onMouseup: n[1] || (n[1] = (...e) => m.mouseUp && m.mouseUp(...e)),
|
|
293
|
+
onMouseleave: n[2] || (n[2] = f((...e) => m.mouseUp && m.mouseUp(...e), ["stop"]))
|
|
294
|
+
}, [i("div", {
|
|
295
|
+
class: "calendar__title",
|
|
296
|
+
onClick: n[0] || (n[0] = (e) => m.monthClickEvent(a.year))
|
|
297
|
+
}, d(m.monthTitle), 1), i("div", g, [(l(), r(t, null, u(7, (e, t) => i("div", {
|
|
298
|
+
key: `title${e}`,
|
|
299
|
+
class: "calendar__day day__weektitle",
|
|
300
|
+
style: c({ fontSize: m.weekTitleFontSizeAdjustLang })
|
|
301
|
+
}, d(m.showDayTitle(t)), 5)), 64)), (l(!0), r(t, null, u(p.showDays, (e, t) => (l(), r("div", {
|
|
302
|
+
key: `day${t}`,
|
|
303
|
+
class: "calendar__day"
|
|
304
|
+
}, [i("div", {
|
|
305
|
+
class: s(["day", m.classList(e)]),
|
|
306
|
+
onMouseover: (t) => m.dragDay(e),
|
|
307
|
+
onMousedown: (t) => m.mouseDown(e)
|
|
308
|
+
}, d(e.value), 43, _)]))), 128))])], 32)]);
|
|
309
|
+
}
|
|
310
|
+
var y = /* @__PURE__ */ e(m, [["render", v], ["__scopeId", "data-v-2a7f150d"]]), b = {
|
|
311
|
+
name: "YearCalendar",
|
|
312
|
+
components: { MonthCalendar: y },
|
|
313
|
+
props: {
|
|
314
|
+
showYearSelector: {
|
|
315
|
+
type: Boolean,
|
|
316
|
+
default: () => !0
|
|
317
|
+
},
|
|
318
|
+
activeDates: {
|
|
319
|
+
type: Array,
|
|
320
|
+
default: () => [],
|
|
321
|
+
validator: (e) => {
|
|
322
|
+
let t = !0, n = null;
|
|
323
|
+
return e.forEach((e) => {
|
|
324
|
+
typeof e == "string" ? n = e : typeof e == "object" && Object.prototype.hasOwnProperty.call(e, "date") && (n = e.date), /^\d{4}\-\d{1,2}\-\d{1,2}$/.test(n) || (t = !1);
|
|
325
|
+
let r = n.split("-"), i = parseInt(r[2], 10), a = parseInt(r[1], 10), o = parseInt(r[0], 10);
|
|
326
|
+
(o < 1e3 || o > 3e3 || a === 0 || a > 12) && (t = !1);
|
|
327
|
+
let s = [
|
|
328
|
+
31,
|
|
329
|
+
28,
|
|
330
|
+
31,
|
|
331
|
+
30,
|
|
332
|
+
31,
|
|
333
|
+
30,
|
|
334
|
+
31,
|
|
335
|
+
31,
|
|
336
|
+
30,
|
|
337
|
+
31,
|
|
338
|
+
30,
|
|
339
|
+
31
|
|
340
|
+
];
|
|
341
|
+
(o % 400 == 0 || o % 100 != 0 && o % 4 == 0) && (s[1] = 29), i > 0 && i <= s[a - 1] || (t = !1);
|
|
342
|
+
}), t;
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
modelValue: {
|
|
346
|
+
type: [String, Number],
|
|
347
|
+
default: p().year()
|
|
348
|
+
},
|
|
349
|
+
lang: {
|
|
350
|
+
type: String,
|
|
351
|
+
default: "en"
|
|
352
|
+
},
|
|
353
|
+
activeClass: {
|
|
354
|
+
type: String,
|
|
355
|
+
default: () => ""
|
|
356
|
+
},
|
|
357
|
+
prefixClass: {
|
|
358
|
+
type: String,
|
|
359
|
+
default: () => "calendar--active"
|
|
360
|
+
},
|
|
361
|
+
hideWeekend: {
|
|
362
|
+
type: Boolean,
|
|
363
|
+
default: !1
|
|
364
|
+
},
|
|
365
|
+
hideSunday: {
|
|
366
|
+
type: Boolean,
|
|
367
|
+
default: !1
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
emits: [
|
|
371
|
+
"toggleDate",
|
|
372
|
+
"monthClick",
|
|
373
|
+
"update:activeDates",
|
|
374
|
+
"update:modelValue"
|
|
375
|
+
],
|
|
376
|
+
data() {
|
|
377
|
+
return { isUsingString: !0 };
|
|
378
|
+
},
|
|
379
|
+
computed: {
|
|
380
|
+
month() {
|
|
381
|
+
let e = {};
|
|
382
|
+
return this.activeDates.forEach((t) => {
|
|
383
|
+
let n;
|
|
384
|
+
if (n = typeof t == "string" ? {
|
|
385
|
+
date: t,
|
|
386
|
+
className: this.activeClass
|
|
387
|
+
} : {
|
|
388
|
+
date: t.date,
|
|
389
|
+
className: t.className || ""
|
|
390
|
+
}, p(n.date).year() !== parseInt(this.modelValue)) return;
|
|
391
|
+
let r = (p(n.date).month() + 1).toString();
|
|
392
|
+
e[r] || (e[r] = []), e[r].push(n);
|
|
393
|
+
}), e;
|
|
394
|
+
},
|
|
395
|
+
activeYear: {
|
|
396
|
+
get() {
|
|
397
|
+
return parseInt(this.modelValue);
|
|
398
|
+
},
|
|
399
|
+
set(e) {
|
|
400
|
+
this.$emit("update:modelValue", e);
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
created() {
|
|
405
|
+
this.isUsingString = this.activeDates.length && typeof this.activeDates[0] == "string";
|
|
406
|
+
},
|
|
407
|
+
methods: {
|
|
408
|
+
changeYear(e) {
|
|
409
|
+
this.activeYear = e + this.activeYear - 3;
|
|
410
|
+
},
|
|
411
|
+
toggleDate(e) {
|
|
412
|
+
let t = p().set("year", this.modelValue).set("month", e.month - 1).set("date", e.date).format("YYYY-MM-DD");
|
|
413
|
+
this.$emit("toggleDate", {
|
|
414
|
+
date: t,
|
|
415
|
+
selected: e.selected,
|
|
416
|
+
className: e.className
|
|
417
|
+
});
|
|
418
|
+
let n, r;
|
|
419
|
+
if (this.isUsingString) n = this.activeDates.indexOf(t), r = this.modifiedActiveDates(n, t);
|
|
420
|
+
else {
|
|
421
|
+
let i = {
|
|
422
|
+
date: t,
|
|
423
|
+
className: e.className
|
|
424
|
+
};
|
|
425
|
+
n = this.activeDates.indexOf(this.activeDates.find((e) => e.date === t)), r = this.modifiedActiveDates(n, i);
|
|
426
|
+
}
|
|
427
|
+
this.$emit("update:activeDates", r);
|
|
428
|
+
},
|
|
429
|
+
modifiedActiveDates(e, t) {
|
|
430
|
+
let n = [...this.activeDates];
|
|
431
|
+
return e === -1 ? n.push(t) : n.splice(e, 1), n;
|
|
432
|
+
},
|
|
433
|
+
monthClick(e) {
|
|
434
|
+
this.$emit("monthClick", e);
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
}, x = { class: "vue-calendar__container" }, S = {
|
|
438
|
+
key: 0,
|
|
439
|
+
class: "container__year"
|
|
440
|
+
}, C = ["onClick"];
|
|
441
|
+
function w(e, c, f, p, m, h) {
|
|
442
|
+
let g = y;
|
|
443
|
+
return l(), r("div", x, [f.showYearSelector ? (l(), r("div", S, [
|
|
444
|
+
n(" <span><button @click=\"addYear(-1)\">back</button></span> "),
|
|
445
|
+
(l(), r(t, null, u(5, (e) => i("span", {
|
|
446
|
+
key: e,
|
|
447
|
+
class: "year__chooser",
|
|
448
|
+
onClick: (t) => h.changeYear(e)
|
|
449
|
+
}, d(e + h.activeYear - 3), 9, C)), 64)),
|
|
450
|
+
n(" <span><button @click=\"addYear(1)\">next</button></span> ")
|
|
451
|
+
])) : n("v-if", !0), i("div", { class: s(["container__months", {
|
|
452
|
+
"hide-weekend": f.hideWeekend,
|
|
453
|
+
"hide-sunday": f.hideSunday
|
|
454
|
+
}]) }, [(l(), r(t, null, u(12, (e) => o(g, {
|
|
455
|
+
key: `month-${e}`,
|
|
456
|
+
class: "container__month",
|
|
457
|
+
year: h.activeYear,
|
|
458
|
+
month: e,
|
|
459
|
+
"active-dates": h.month[e],
|
|
460
|
+
"active-class": f.activeClass,
|
|
461
|
+
lang: f.lang,
|
|
462
|
+
"prefix-class": f.prefixClass,
|
|
463
|
+
onToggleDate: h.toggleDate,
|
|
464
|
+
onMonthClickEvent: h.monthClick
|
|
465
|
+
}, null, 8, [
|
|
466
|
+
"year",
|
|
467
|
+
"month",
|
|
468
|
+
"active-dates",
|
|
469
|
+
"active-class",
|
|
470
|
+
"lang",
|
|
471
|
+
"prefix-class",
|
|
472
|
+
"onToggleDate",
|
|
473
|
+
"onMonthClickEvent"
|
|
474
|
+
])), 64)), c[0] || (c[0] = a("<div class=\"container__month p-0\" data-v-5cc87b9a></div><div class=\"container__month p-0\" data-v-5cc87b9a></div><div class=\"container__month p-0\" data-v-5cc87b9a></div><div class=\"container__month p-0\" data-v-5cc87b9a></div><div class=\"container__month p-0\" data-v-5cc87b9a></div>", 5))], 2)]);
|
|
475
|
+
}
|
|
476
|
+
var T = /* @__PURE__ */ e(b, [["render", w], ["__scopeId", "data-v-5cc87b9a"]]);
|
|
477
|
+
//#endregion
|
|
478
|
+
export { T as t };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { d as e } from "./cmuHpsX6.mjs";
|
|
2
|
+
import { o as t, r as n } from "./CXSIP67a.mjs";
|
|
3
|
+
import { n as r } from "./BROfNO6c.mjs";
|
|
4
|
+
import { createVNode as i, isVNode as a, mergeProps as o } from "vue";
|
|
5
|
+
import { ElImage as s } from "element-plus/es";
|
|
6
|
+
import "element-plus/es/components/base/style/css";
|
|
7
|
+
import "element-plus/es/components/image/style/css";
|
|
8
|
+
//#region src/components/form/props/image.ts
|
|
9
|
+
var c = {
|
|
10
|
+
...r,
|
|
11
|
+
src: String,
|
|
12
|
+
fit: String,
|
|
13
|
+
hideOnClickModal: Boolean
|
|
14
|
+
}, l = { modelValue: !0 }, u = (e) => r[e] === void 0 && l[e] !== !0;
|
|
15
|
+
//#endregion
|
|
16
|
+
//#region src/components/form/FormImage.vue?vue&type=script&lang.jsx
|
|
17
|
+
function d(e) {
|
|
18
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
21
|
+
//#region src/components/form/FormImage.vue
|
|
22
|
+
var f = {
|
|
23
|
+
name: "FormImage",
|
|
24
|
+
inheritAttrs: !1,
|
|
25
|
+
props: { ...c },
|
|
26
|
+
emits: {},
|
|
27
|
+
setup(r, { slots: a, attrs: c }) {
|
|
28
|
+
let l = t(r, { attrs: c }), f = e(r, u);
|
|
29
|
+
return () => n(r, {
|
|
30
|
+
vNodes: i(s, o(f.value, c, { "preview-src-list": [r.src] }), d(a) ? a : { default: () => [a] }),
|
|
31
|
+
formItemProps: l,
|
|
32
|
+
slots: a
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
//#endregion
|
|
37
|
+
export { f as t };
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import { i as e, n as t, t as n } from "./CXSIP67a.mjs";
|
|
2
|
+
import { n as r, t as i } from "./BROfNO6c.mjs";
|
|
3
|
+
import { validatePhoneNum as a } from "@web-utils/core";
|
|
4
|
+
import { computed as o, createVNode as s, mergeProps as c, useModel as l } from "vue";
|
|
5
|
+
import { ElInput as u } from "element-plus/es";
|
|
6
|
+
import "element-plus/es/components/base/style/css";
|
|
7
|
+
import "element-plus/es/components/input/style/css";
|
|
8
|
+
//#region src/utils/form-validate.ts
|
|
9
|
+
var d = (e, t, n) => t && !/^[A-Za-z0-9\u4e00-\u9fa5_-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(t) ? n(/* @__PURE__ */ Error("invalid")) : n();
|
|
10
|
+
function f(e, t, n) {
|
|
11
|
+
t && !/^[1-9][0-9]{5}(18|19|(2[0-9]))[0-9]{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)[0-9]{3}[0-9Xx]$/.test(t) ? n(/* @__PURE__ */ Error("invalid")) : n();
|
|
12
|
+
}
|
|
13
|
+
//#endregion
|
|
14
|
+
//#region src/components/form/props/input.ts
|
|
15
|
+
var p = {
|
|
16
|
+
...r,
|
|
17
|
+
...i,
|
|
18
|
+
type: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: "text"
|
|
21
|
+
},
|
|
22
|
+
modelValue: [String, Number],
|
|
23
|
+
modelModifiers: Object,
|
|
24
|
+
maxlength: {
|
|
25
|
+
type: [String, Number],
|
|
26
|
+
default: 255
|
|
27
|
+
},
|
|
28
|
+
minlength: [String, Number],
|
|
29
|
+
showWordLimit: {
|
|
30
|
+
type: Boolean,
|
|
31
|
+
default: !0
|
|
32
|
+
},
|
|
33
|
+
wordLimitPosition: {
|
|
34
|
+
type: String,
|
|
35
|
+
default: "inside"
|
|
36
|
+
},
|
|
37
|
+
placeholder: String,
|
|
38
|
+
clearable: {
|
|
39
|
+
type: Boolean,
|
|
40
|
+
default: !0
|
|
41
|
+
},
|
|
42
|
+
clearIcon: [String, Object],
|
|
43
|
+
formatter: Function,
|
|
44
|
+
parser: Function,
|
|
45
|
+
showPassword: {
|
|
46
|
+
type: Boolean,
|
|
47
|
+
default: !1
|
|
48
|
+
},
|
|
49
|
+
size: String,
|
|
50
|
+
prefixIcon: [String, Object],
|
|
51
|
+
suffixIcon: [String, Object],
|
|
52
|
+
rows: {
|
|
53
|
+
type: Number,
|
|
54
|
+
default: 4
|
|
55
|
+
},
|
|
56
|
+
autosize: [Boolean, Object],
|
|
57
|
+
autocomplete: {
|
|
58
|
+
type: String,
|
|
59
|
+
default: "off"
|
|
60
|
+
},
|
|
61
|
+
name: String,
|
|
62
|
+
readonly: {
|
|
63
|
+
type: Boolean,
|
|
64
|
+
default: !1
|
|
65
|
+
},
|
|
66
|
+
max: [String, Number],
|
|
67
|
+
min: [String, Number],
|
|
68
|
+
step: [String, Number],
|
|
69
|
+
resize: String,
|
|
70
|
+
autofocus: {
|
|
71
|
+
type: Boolean,
|
|
72
|
+
default: !1
|
|
73
|
+
},
|
|
74
|
+
form: String,
|
|
75
|
+
ariaLabel: String,
|
|
76
|
+
tabindex: [String, Number],
|
|
77
|
+
validateEvent: {
|
|
78
|
+
type: Boolean,
|
|
79
|
+
default: !0
|
|
80
|
+
},
|
|
81
|
+
inputStyle: [String, Object],
|
|
82
|
+
inputmode: String,
|
|
83
|
+
countGraphemes: Function,
|
|
84
|
+
prepend: String,
|
|
85
|
+
append: String,
|
|
86
|
+
prefix: String,
|
|
87
|
+
suffix: String,
|
|
88
|
+
picker: Boolean,
|
|
89
|
+
readonlyGrey: {
|
|
90
|
+
type: Boolean,
|
|
91
|
+
default: !0
|
|
92
|
+
}
|
|
93
|
+
}, m = {
|
|
94
|
+
readonly: !0,
|
|
95
|
+
prefixIcon: !0,
|
|
96
|
+
disabled: !0,
|
|
97
|
+
suffixIcon: !0,
|
|
98
|
+
placeholder: !0,
|
|
99
|
+
modelValue: !0,
|
|
100
|
+
readonlyGrey: !0,
|
|
101
|
+
picker: !0,
|
|
102
|
+
append: !0,
|
|
103
|
+
prefix: !0,
|
|
104
|
+
suffix: !0,
|
|
105
|
+
prepend: !0
|
|
106
|
+
}, h = (e) => r[e] === void 0 && m[e] !== !0, g = {
|
|
107
|
+
name: "FormInput",
|
|
108
|
+
inheritAttrs: !1,
|
|
109
|
+
props: { ...p },
|
|
110
|
+
emits: { ...t },
|
|
111
|
+
setup(t, { emit: r, slots: i, attrs: p }) {
|
|
112
|
+
let m = l(t, "modelValue"), g = `请输入正确的${t.label}!`, { render: _, placeholder: v, disabled: y, listeners: b, inputProps: x } = e(t, {
|
|
113
|
+
emit: r,
|
|
114
|
+
slots: i,
|
|
115
|
+
attrs: p,
|
|
116
|
+
rules: o(() => {
|
|
117
|
+
if (!t.type || t.type === "textarea") return null;
|
|
118
|
+
let e = {
|
|
119
|
+
message: g,
|
|
120
|
+
trigger: "blur"
|
|
121
|
+
};
|
|
122
|
+
if (t.type === "email") e.validator = d;
|
|
123
|
+
else if (t.type === "idcard") e.validator = f;
|
|
124
|
+
else if (t.type === "phone") e.validator = a;
|
|
125
|
+
else return null;
|
|
126
|
+
return [e];
|
|
127
|
+
}),
|
|
128
|
+
predicate: h
|
|
129
|
+
});
|
|
130
|
+
return () => _({ vNodes: s(u, c(b.value, x.value, {
|
|
131
|
+
class: ["form-input", {
|
|
132
|
+
"is-readonly": t.readonlyGrey && t.readonly && !t.picker,
|
|
133
|
+
"el-input-cursor-pointer": t.picker && !y.value
|
|
134
|
+
}],
|
|
135
|
+
modelValue: m.value,
|
|
136
|
+
"onUpdate:modelValue": (e) => m.value = e,
|
|
137
|
+
disabled: y.value,
|
|
138
|
+
placeholder: v.value,
|
|
139
|
+
readonly: t.readonly || t.picker,
|
|
140
|
+
"prefix-icon": n({ icon: t.picker ? "el-icon-search" : t.prefixIcon }),
|
|
141
|
+
"suffix-icon": n({ icon: t.suffixIcon })
|
|
142
|
+
}), {
|
|
143
|
+
prefix: i.prefix || t.prefix ? () => t.prefix : null,
|
|
144
|
+
suffix: i.suffix || t.suffix ? () => t.suffix : null,
|
|
145
|
+
"password-icon": i["password-icon"],
|
|
146
|
+
prepend: i.prepend || t.prepend ? () => t.prepend : null,
|
|
147
|
+
append: i.append || t.append ? () => t.append : null
|
|
148
|
+
}) });
|
|
149
|
+
}
|
|
150
|
+
};
|
|
151
|
+
//#endregion
|
|
152
|
+
export { p as n, g as t };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { n as e } from "./CXSIP67a.mjs";
|
|
2
|
+
import { n as t, t as n } from "./Csa9EgOO.mjs";
|
|
3
|
+
import { createVNode as r, isVNode as i, mergeProps as a, useModel as o } from "vue";
|
|
4
|
+
//#region src/components/form/FormInputIdCard.vue?vue&type=script&lang.jsx
|
|
5
|
+
function s(e) {
|
|
6
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !i(e);
|
|
7
|
+
}
|
|
8
|
+
//#endregion
|
|
9
|
+
//#region src/components/form/FormInputIdCard.vue
|
|
10
|
+
var c = {
|
|
11
|
+
name: "FormInputIdCard",
|
|
12
|
+
inheritAttrs: !1,
|
|
13
|
+
props: { ...t },
|
|
14
|
+
emits: { ...e },
|
|
15
|
+
setup(e, { slots: t, attrs: i }) {
|
|
16
|
+
let c = o(e, "modelValue");
|
|
17
|
+
return () => r(n, a(e, i, {
|
|
18
|
+
modelValue: c.value,
|
|
19
|
+
"onUpdate:modelValue": (e) => c.value = e,
|
|
20
|
+
type: "idcard"
|
|
21
|
+
}), s(t) ? t : { default: () => [t] });
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
//#endregion
|
|
25
|
+
export { c as t };
|