function de(i) { return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i; } var A = { exports: {} }, I = { exports: {} }, ve = I.exports, re; function $e() { return re || (re = 1, function(i, _) { (function(d, a) { i.exports = a(); })(ve, function() { var d = 1e3, a = 6e4, h = 36e5, p = "millisecond", c = "second", m = "minute", x = "hour", S = "day", W = "week", b = "month", G = "quarter", g = "year", P = "date", X = "Invalid Date", he = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, ye = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, me = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(o) { var r = ["th", "st", "nd", "rd"], e = o % 100; return "[" + o + (r[(e - 20) % 10] || r[e] || r[0]) + "]"; } }, E = function(o, r, e) { var n = String(o); return !n || n.length >= r ? o : "" + Array(r + 1 - n.length).join(e) + o; }, _e = { s: E, z: function(o) { var r = -o.utcOffset(), e = Math.abs(r), n = Math.floor(e / 60), t = e % 60; return (r <= 0 ? "+" : "-") + E(n, 2, "0") + ":" + E(t, 2, "0"); }, m: function o(r, e) { if (r.date() < e.date()) return -o(e, r); var n = 12 * (e.year() - r.year()) + (e.month() - r.month()), t = r.clone().add(n, b), s = e - t < 0, u = r.clone().add(n + (s ? -1 : 1), b); return +(-(n + (e - t) / (s ? t - u : u - t)) || 0); }, a: function(o) { return o < 0 ? Math.ceil(o) || 0 : Math.floor(o); }, p: function(o) { return { M: b, y: g, w: W, d: S, D: P, h: x, m, s: c, ms: p, Q: G }[o] || String(o || "").toLowerCase().replace(/s$/, ""); }, u: function(o) { return o === void 0; } }, H = "en", O = {}; O[H] = me; var ee = "$isDayjsObject", K = function(o) { return o instanceof z || !(!o || !o[ee]); }, F = function o(r, e, n) { var t; if (!r) return H; if (typeof r == "string") { var s = r.toLowerCase(); O[s] && (t = s), e && (O[s] = e, t = s); var u = r.split("-"); if (!t && u.length > 1) return o(u[0]); } else { var l = r.name; O[l] = r, t = l; } return !n && t && (H = t), t || !n && H; }, v = function(o, r) { if (K(o)) return o.clone(); var e = typeof r == "object" ? r : {}; return e.date = o, e.args = arguments, new z(e); }, f = _e; f.l = F, f.i = K, f.w = function(o, r) { return v(o, { locale: r.$L, utc: r.$u, x: r.$x, $offset: r.$offset }); }; var z = function() { function o(e) { this.$L = F(e.locale, null, !0), this.parse(e), this.$x = this.$x || e.x || {}, this[ee] = !0; } var r = o.prototype; return r.parse = function(e) { this.$d = function(n) { var t = n.date, s = n.utc; if (t === null) return /* @__PURE__ */ new Date(NaN); if (f.u(t)) return /* @__PURE__ */ new Date(); if (t instanceof Date) return new Date(t); if (typeof t == "string" && !/Z$/i.test(t)) { var u = t.match(he); if (u) { var l = u[2] - 1 || 0, y = (u[7] || "0").substring(0, 3); return s ? new Date(Date.UTC(u[1], l, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, y)) : new Date(u[1], l, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, y); } } return new Date(t); }(e), this.init(); }, r.init = function() { var e = this.$d; this.$y = e.getFullYear(), this.$M = e.getMonth(), this.$D = e.getDate(), this.$W = e.getDay(), this.$H = e.getHours(), this.$m = e.getMinutes(), this.$s = e.getSeconds(), this.$ms = e.getMilliseconds(); }, r.$utils = function() { return f; }, r.isValid = function() { return this.$d.toString() !== X; }, r.isSame = function(e, n) { var t = v(e); return this.startOf(n) <= t && t <= this.endOf(n); }, r.isAfter = function(e, n) { return v(e) < this.startOf(n); }, r.isBefore = function(e, n) { return this.endOf(n) < v(e); }, r.$g = function(e, n, t) { return f.u(e) ? this[n] : this.set(t, e); }, r.unix = function() { return Math.floor(this.valueOf() / 1e3); }, r.valueOf = function() { return this.$d.getTime(); }, r.startOf = function(e, n) { var t = this, s = !!f.u(n) || n, u = f.p(e), l = function(j, D) { var w = f.w(t.$u ? Date.UTC(t.$y, D, j) : new Date(t.$y, D, j), t); return s ? w : w.endOf(S); }, y = function(j, D) { return f.w(t.toDate()[j].apply(t.toDate("s"), (s ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(D)), t); }, $ = this.$W, M = this.$M, Y = this.$D, q = "set" + (this.$u ? "UTC" : ""); switch (u) { case g: return s ? l(1, 0) : l(31, 11); case b: return s ? l(1, M) : l(0, M + 1); case W: var T = this.$locale().weekStart || 0, L = ($ < T ? $ + 7 : $) - T; return l(s ? Y - L : Y + (6 - L), M); case S: case P: return y(q + "Hours", 0); case x: return y(q + "Minutes", 1); case m: return y(q + "Seconds", 2); case c: return y(q + "Milliseconds", 3); default: return this.clone(); } }, r.endOf = function(e) { return this.startOf(e, !1); }, r.$set = function(e, n) { var t, s = f.p(e), u = "set" + (this.$u ? "UTC" : ""), l = (t = {}, t[S] = u + "Date", t[P] = u + "Date", t[b] = u + "Month", t[g] = u + "FullYear", t[x] = u + "Hours", t[m] = u + "Minutes", t[c] = u + "Seconds", t[p] = u + "Milliseconds", t)[s], y = s === S ? this.$D + (n - this.$W) : n; if (s === b || s === g) { var $ = this.clone().set(P, 1); $.$d[l](y), $.init(), this.$d = $.set(P, Math.min(this.$D, $.daysInMonth())).$d; } else l && this.$d[l](y); return this.init(), this; }, r.set = function(e, n) { return this.clone().$set(e, n); }, r.get = function(e) { return this[f.p(e)](); }, r.add = function(e, n) { var t, s = this; e = Number(e); var u = f.p(n), l = function(M) { var Y = v(s); return f.w(Y.date(Y.date() + Math.round(M * e)), s); }; if (u === b) return this.set(b, this.$M + e); if (u === g) return this.set(g, this.$y + e); if (u === S) return l(1); if (u === W) return l(7); var y = (t = {}, t[m] = a, t[x] = h, t[c] = d, t)[u] || 1, $ = this.$d.getTime() + e * y; return f.w($, this); }, r.subtract = function(e, n) { return this.add(-1 * e, n); }, r.format = function(e) { var n = this, t = this.$locale(); if (!this.isValid()) return t.invalidDate || X; var s = e || "YYYY-MM-DDTHH:mm:ssZ", u = f.z(this), l = this.$H, y = this.$m, $ = this.$M, M = t.weekdays, Y = t.months, q = t.meridiem, T = function(D, w, k, Z) { return D && (D[w] || D(n, s)) || k[w].slice(0, Z); }, L = function(D) { return f.s(l % 12 || 12, D, "0"); }, j = q || function(D, w, k) { var Z = D < 12 ? "AM" : "PM"; return k ? Z.toLowerCase() : Z; }; return s.replace(ye, function(D, w) { return w || function(k) { switch (k) { case "YY": return String(n.$y).slice(-2); case "YYYY": return f.s(n.$y, 4, "0"); case "M": return $ + 1; case "MM": return f.s($ + 1, 2, "0"); case "MMM": return T(t.monthsShort, $, Y, 3); case "MMMM": return T(Y, $); case "D": return n.$D; case "DD": return f.s(n.$D, 2, "0"); case "d": return String(n.$W); case "dd": return T(t.weekdaysMin, n.$W, M, 2); case "ddd": return T(t.weekdaysShort, n.$W, M, 3); case "dddd": return M[n.$W]; case "H": return String(l); case "HH": return f.s(l, 2, "0"); case "h": return L(1); case "hh": return L(2); case "a": return j(l, y, !0); case "A": return j(l, y, !1); case "m": return String(y); case "mm": return f.s(y, 2, "0"); case "s": return String(n.$s); case "ss": return f.s(n.$s, 2, "0"); case "SSS": return f.s(n.$ms, 3, "0"); case "Z": return u; } return null; }(D) || u.replace(":", ""); }); }, r.utcOffset = function() { return 15 * -Math.round(this.$d.getTimezoneOffset() / 15); }, r.diff = function(e, n, t) { var s, u = this, l = f.p(n), y = v(e), $ = (y.utcOffset() - this.utcOffset()) * a, M = this - y, Y = function() { return f.m(u, y); }; switch (l) { case g: s = Y() / 12; break; case b: s = Y(); break; case G: s = Y() / 3; break; case W: s = (M - $) / 6048e5; break; case S: s = (M - $) / 864e5; break; case x: s = M / h; break; case m: s = M / a; break; case c: s = M / d; break; default: s = M; } return t ? s : f.a(s); }, r.daysInMonth = function() { return this.endOf(b).$D; }, r.$locale = function() { return O[this.$L]; }, r.locale = function(e, n) { if (!e) return this.$L; var t = this.clone(), s = F(e, n, !0); return s && (t.$L = s), t; }, r.clone = function() { return f.w(this.$d, this); }, r.toDate = function() { return new Date(this.valueOf()); }, r.toJSON = function() { return this.isValid() ? this.toISOString() : null; }, r.toISOString = function() { return this.$d.toISOString(); }, r.toString = function() { return this.$d.toUTCString(); }, o; }(), te = z.prototype; return v.prototype = te, [["$ms", p], ["$s", c], ["$m", m], ["$H", x], ["$W", S], ["$M", b], ["$y", g], ["$D", P]].forEach(function(o) { te[o[1]] = function(r) { return this.$g(r, o[0], o[1]); }; }), v.extend = function(o, r) { return o.$i || (o(r, z, v), o.$i = !0), v; }, v.locale = F, v.isDayjs = K, v.unix = function(o) { return v(1e3 * o); }, v.en = O[H], v.Ls = O, v.p = {}, v; }); }(I)), I.exports; } var Me = A.exports, ne; function xe() { return ne || (ne = 1, function(i, _) { (function(d, a) { i.exports = a($e()); })(Me, function(d) { function a(c) { return c && typeof c == "object" && "default" in c ? c : { default: c }; } var h = a(d), p = { name: "zh-tw", weekdays: "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"), weekdaysShort: "週日_週一_週二_週三_週四_週五_週六".split("_"), weekdaysMin: "日_一_二_三_四_五_六".split("_"), months: "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"), monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"), ordinal: function(c, m) { return m === "W" ? c + "週" : c + "日"; }, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "YYYY/MM/DD", LL: "YYYY年M月D日", LLL: "YYYY年M月D日 HH:mm", LLLL: "YYYY年M月D日dddd HH:mm", l: "YYYY/M/D", ll: "YYYY年M月D日", lll: "YYYY年M月D日 HH:mm", llll: "YYYY年M月D日dddd HH:mm" }, relativeTime: { future: "%s內", past: "%s前", s: "幾秒", m: "1 分鐘", mm: "%d 分鐘", h: "1 小時", hh: "%d 小時", d: "1 天", dd: "%d 天", M: "1 個月", MM: "%d 個月", y: "1 年", yy: "%d 年" }, meridiem: function(c, m) { var x = 100 * c + m; return x < 600 ? "凌晨" : x < 900 ? "早上" : x < 1100 ? "上午" : x < 1300 ? "中午" : x < 1800 ? "下午" : "晚上"; } }; return h.default.locale(p, null, !0), p; }); }(A)), A.exports; } var De = xe(); const Ye = /* @__PURE__ */ de(De); var C = {}, N = { exports: {} }, ie; function be() { return ie || (ie = 1, function(i) { function _(d) { return d && d.__esModule ? d : { default: d }; } i.exports = _, i.exports.__esModule = !0, i.exports.default = i.exports; }(N)), N.exports; } var U = { exports: {} }, J = { exports: {} }, B = { exports: {} }, V = { exports: {} }, oe; function pe() { return oe || (oe = 1, function(i) { function _(d) { "@babel/helpers - typeof"; return i.exports = _ = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(a) { return typeof a; } : function(a) { return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : typeof a; }, i.exports.__esModule = !0, i.exports.default = i.exports, _(d); } i.exports = _, i.exports.__esModule = !0, i.exports.default = i.exports; }(V)), V.exports; } var Q = { exports: {} }, se; function Se() { return se || (se = 1, function(i) { var _ = pe().default; function d(a, h) { if (_(a) != "object" || !a) return a; var p = a[Symbol.toPrimitive]; if (p !== void 0) { var c = p.call(a, h || "default"); if (_(c) != "object") return c; throw new TypeError("@@toPrimitive must return a primitive value."); } return (h === "string" ? String : Number)(a); } i.exports = d, i.exports.__esModule = !0, i.exports.default = i.exports; }(Q)), Q.exports; } var ue; function ge() { return ue || (ue = 1, function(i) { var _ = pe().default, d = Se(); function a(h) { var p = d(h, "string"); return _(p) == "symbol" ? p : p + ""; } i.exports = a, i.exports.__esModule = !0, i.exports.default = i.exports; }(B)), B.exports; } var ae; function we() { return ae || (ae = 1, function(i) { var _ = ge(); function d(a, h, p) { return (h = _(h)) in a ? Object.defineProperty(a, h, { value: p, enumerable: !0, configurable: !0, writable: !0 }) : a[h] = p, a; } i.exports = d, i.exports.__esModule = !0, i.exports.default = i.exports; }(J)), J.exports; } var ce; function Oe() { return ce || (ce = 1, function(i) { var _ = we(); function d(h, p) { var c = Object.keys(h); if (Object.getOwnPropertySymbols) { var m = Object.getOwnPropertySymbols(h); p && (m = m.filter(function(x) { return Object.getOwnPropertyDescriptor(h, x).enumerable; })), c.push.apply(c, m); } return c; } function a(h) { for (var p = 1; p < arguments.length; p++) { var c = arguments[p] != null ? arguments[p] : {}; p % 2 ? d(Object(c), !0).forEach(function(m) { _(h, m, c[m]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(h, Object.getOwnPropertyDescriptors(c)) : d(Object(c)).forEach(function(m) { Object.defineProperty(h, m, Object.getOwnPropertyDescriptor(c, m)); }); } return h; } i.exports = a, i.exports.__esModule = !0, i.exports.default = i.exports; }(U)), U.exports; } var R = {}, fe; function Te() { return fe || (fe = 1, Object.defineProperty(R, "__esModule", { value: !0 }), R.commonLocale = void 0, R.commonLocale = { yearFormat: "YYYY", dayFormat: "D", cellMeridiemFormat: "A", monthBeforeYear: !0 }), R; } var le; function je() { if (le) return C; le = 1; var i = be().default; Object.defineProperty(C, "__esModule", { value: !0 }), C.default = void 0; var _ = i(Oe()), d = Te(), a = (0, _.default)((0, _.default)({}, d.commonLocale), {}, { locale: "zh_TW", today: "今天", now: "此刻", backToToday: "返回今天", ok: "確定", timeSelect: "選擇時間", dateSelect: "選擇日期", weekSelect: "選擇周", clear: "清除", month: "月", year: "年", previousMonth: "上個月 (翻頁上鍵)", nextMonth: "下個月 (翻頁下鍵)", monthSelect: "選擇月份", yearSelect: "選擇年份", decadeSelect: "選擇年代", yearFormat: "YYYY年", dateFormat: "YYYY年M月D日", dateTimeFormat: "YYYY年M月D日 HH時mm分ss秒", previousYear: "上一年 (Control鍵加左方向鍵)", nextYear: "下一年 (Control鍵加右方向鍵)", previousDecade: "上一年代", nextDecade: "下一年代", previousCentury: "上一世紀", nextCentury: "下一世紀", cellDateFormat: "D", monthBeforeYear: !1 }); return C.default = a, C; } var Pe = je(); const qe = /* @__PURE__ */ de(Pe), He = { design: { Confirm: { cancel: "取消", confirm: "確定" }, Slider: { resetTo: "恢復至" }, Picker: { ...Ye, ...qe }, CascaderList: { empty: "無" }, Select: { empty: "無" } } }; export { He as default };