function lt(i) { return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i; } var W = { exports: {} }, A = { exports: {} }, vt = A.exports, rt; function Mt() { return rt || (rt = 1, function(i, m) { (function(l, a) { i.exports = a(); })(vt, function() { var l = 1e3, a = 6e4, p = 36e5, d = "millisecond", f = "second", M = "minute", b = "hour", S = "day", V = "week", D = "month", Q = "quarter", Y = "year", P = "date", G = "Invalid Date", pt = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, yt = /\[([^\]]+)]|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, mt = { 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(s) { var r = ["th", "st", "nd", "rd"], t = s % 100; return "[" + s + (r[(t - 20) % 10] || r[t] || r[0]) + "]"; } }, I = function(s, r, t) { var n = String(s); return !n || n.length >= r ? s : "" + Array(r + 1 - n.length).join(t) + s; }, _t = { s: I, z: function(s) { var r = -s.utcOffset(), t = Math.abs(r), n = Math.floor(t / 60), e = t % 60; return (r <= 0 ? "+" : "-") + I(n, 2, "0") + ":" + I(e, 2, "0"); }, m: function s(r, t) { if (r.date() < t.date()) return -s(t, r); var n = 12 * (t.year() - r.year()) + (t.month() - r.month()), e = r.clone().add(n, D), u = t - e < 0, o = r.clone().add(n + (u ? -1 : 1), D); return +(-(n + (t - e) / (u ? e - o : o - e)) || 0); }, a: function(s) { return s < 0 ? Math.ceil(s) || 0 : Math.floor(s); }, p: function(s) { return { M: D, y: Y, w: V, d: S, D: P, h: b, m: M, s: f, ms: d, Q }[s] || String(s || "").toLowerCase().replace(/s$/, ""); }, u: function(s) { return s === void 0; } }, H = "en", O = {}; O[H] = mt; var tt = "$isDayjsObject", E = function(s) { return s instanceof F || !(!s || !s[tt]); }, R = function s(r, t, n) { var e; if (!r) return H; if (typeof r == "string") { var u = r.toLowerCase(); O[u] && (e = u), t && (O[u] = t, e = u); var o = r.split("-"); if (!e && o.length > 1) return s(o[0]); } else { var h = r.name; O[h] = r, e = h; } return !n && e && (H = e), e || !n && H; }, _ = function(s, r) { if (E(s)) return s.clone(); var t = typeof r == "object" ? r : {}; return t.date = s, t.args = arguments, new F(t); }, c = _t; c.l = R, c.i = E, c.w = function(s, r) { return _(s, { locale: r.$L, utc: r.$u, x: r.$x, $offset: r.$offset }); }; var F = function() { function s(t) { this.$L = R(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[tt] = !0; } var r = s.prototype; return r.parse = function(t) { this.$d = function(n) { var e = n.date, u = n.utc; if (e === null) return /* @__PURE__ */ new Date(NaN); if (c.u(e)) return /* @__PURE__ */ new Date(); if (e instanceof Date) return new Date(e); if (typeof e == "string" && !/Z$/i.test(e)) { var o = e.match(pt); if (o) { var h = o[2] - 1 || 0, y = (o[7] || "0").substring(0, 3); return u ? new Date(Date.UTC(o[1], h, o[3] || 1, o[4] || 0, o[5] || 0, o[6] || 0, y)) : new Date(o[1], h, o[3] || 1, o[4] || 0, o[5] || 0, o[6] || 0, y); } } return new Date(e); }(t), this.init(); }, r.init = function() { var t = this.$d; this.$y = t.getFullYear(), this.$M = t.getMonth(), this.$D = t.getDate(), this.$W = t.getDay(), this.$H = t.getHours(), this.$m = t.getMinutes(), this.$s = t.getSeconds(), this.$ms = t.getMilliseconds(); }, r.$utils = function() { return c; }, r.isValid = function() { return this.$d.toString() !== G; }, r.isSame = function(t, n) { var e = _(t); return this.startOf(n) <= e && e <= this.endOf(n); }, r.isAfter = function(t, n) { return _(t) < this.startOf(n); }, r.isBefore = function(t, n) { return this.endOf(n) < _(t); }, r.$g = function(t, n, e) { return c.u(t) ? this[n] : this.set(e, t); }, r.unix = function() { return Math.floor(this.valueOf() / 1e3); }, r.valueOf = function() { return this.$d.getTime(); }, r.startOf = function(t, n) { var e = this, u = !!c.u(n) || n, o = c.p(t), h = function(j, g) { var T = c.w(e.$u ? Date.UTC(e.$y, g, j) : new Date(e.$y, g, j), e); return u ? T : T.endOf(S); }, y = function(j, g) { return c.w(e.toDate()[j].apply(e.toDate("s"), (u ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(g)), e); }, v = this.$W, $ = this.$M, x = this.$D, k = "set" + (this.$u ? "UTC" : ""); switch (o) { case Y: return u ? h(1, 0) : h(31, 11); case D: return u ? h(1, $) : h(0, $ + 1); case V: var w = this.$locale().weekStart || 0, q = (v < w ? v + 7 : v) - w; return h(u ? x - q : x + (6 - q), $); case S: case P: return y(k + "Hours", 0); case b: return y(k + "Minutes", 1); case M: return y(k + "Seconds", 2); case f: return y(k + "Milliseconds", 3); default: return this.clone(); } }, r.endOf = function(t) { return this.startOf(t, !1); }, r.$set = function(t, n) { var e, u = c.p(t), o = "set" + (this.$u ? "UTC" : ""), h = (e = {}, e[S] = o + "Date", e[P] = o + "Date", e[D] = o + "Month", e[Y] = o + "FullYear", e[b] = o + "Hours", e[M] = o + "Minutes", e[f] = o + "Seconds", e[d] = o + "Milliseconds", e)[u], y = u === S ? this.$D + (n - this.$W) : n; if (u === D || u === Y) { var v = this.clone().set(P, 1); v.$d[h](y), v.init(), this.$d = v.set(P, Math.min(this.$D, v.daysInMonth())).$d; } else h && this.$d[h](y); return this.init(), this; }, r.set = function(t, n) { return this.clone().$set(t, n); }, r.get = function(t) { return this[c.p(t)](); }, r.add = function(t, n) { var e, u = this; t = Number(t); var o = c.p(n), h = function($) { var x = _(u); return c.w(x.date(x.date() + Math.round($ * t)), u); }; if (o === D) return this.set(D, this.$M + t); if (o === Y) return this.set(Y, this.$y + t); if (o === S) return h(1); if (o === V) return h(7); var y = (e = {}, e[M] = a, e[b] = p, e[f] = l, e)[o] || 1, v = this.$d.getTime() + t * y; return c.w(v, this); }, r.subtract = function(t, n) { return this.add(-1 * t, n); }, r.format = function(t) { var n = this, e = this.$locale(); if (!this.isValid()) return e.invalidDate || G; var u = t || "YYYY-MM-DDTHH:mm:ssZ", o = c.z(this), h = this.$H, y = this.$m, v = this.$M, $ = e.weekdays, x = e.months, k = e.meridiem, w = function(g, T, C, K) { return g && (g[T] || g(n, u)) || C[T].slice(0, K); }, q = function(g) { return c.s(h % 12 || 12, g, "0"); }, j = k || function(g, T, C) { var K = g < 12 ? "AM" : "PM"; return C ? K.toLowerCase() : K; }; return u.replace(yt, function(g, T) { return T || function(C) { switch (C) { case "YY": return String(n.$y).slice(-2); case "YYYY": return c.s(n.$y, 4, "0"); case "M": return v + 1; case "MM": return c.s(v + 1, 2, "0"); case "MMM": return w(e.monthsShort, v, x, 3); case "MMMM": return w(x, v); case "D": return n.$D; case "DD": return c.s(n.$D, 2, "0"); case "d": return String(n.$W); case "dd": return w(e.weekdaysMin, n.$W, $, 2); case "ddd": return w(e.weekdaysShort, n.$W, $, 3); case "dddd": return $[n.$W]; case "H": return String(h); case "HH": return c.s(h, 2, "0"); case "h": return q(1); case "hh": return q(2); case "a": return j(h, y, !0); case "A": return j(h, y, !1); case "m": return String(y); case "mm": return c.s(y, 2, "0"); case "s": return String(n.$s); case "ss": return c.s(n.$s, 2, "0"); case "SSS": return c.s(n.$ms, 3, "0"); case "Z": return o; } return null; }(g) || o.replace(":", ""); }); }, r.utcOffset = function() { return 15 * -Math.round(this.$d.getTimezoneOffset() / 15); }, r.diff = function(t, n, e) { var u, o = this, h = c.p(n), y = _(t), v = (y.utcOffset() - this.utcOffset()) * a, $ = this - y, x = function() { return c.m(o, y); }; switch (h) { case Y: u = x() / 12; break; case D: u = x(); break; case Q: u = x() / 3; break; case V: u = ($ - v) / 6048e5; break; case S: u = ($ - v) / 864e5; break; case b: u = $ / p; break; case M: u = $ / a; break; case f: u = $ / l; break; default: u = $; } return e ? u : c.a(u); }, r.daysInMonth = function() { return this.endOf(D).$D; }, r.$locale = function() { return O[this.$L]; }, r.locale = function(t, n) { if (!t) return this.$L; var e = this.clone(), u = R(t, n, !0); return u && (e.$L = u), e; }, r.clone = function() { return c.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(); }, s; }(), et = F.prototype; return _.prototype = et, [["$ms", d], ["$s", f], ["$m", M], ["$H", b], ["$W", S], ["$M", D], ["$y", Y], ["$D", P]].forEach(function(s) { et[s[1]] = function(r) { return this.$g(r, s[0], s[1]); }; }), _.extend = function(s, r) { return s.$i || (s(r, F, _), s.$i = !0), _; }, _.locale = R, _.isDayjs = E, _.unix = function(s) { return _(1e3 * s); }, _.en = O[H], _.Ls = O, _.p = {}, _; }); }(A)), A.exports; } var $t = W.exports, nt; function gt() { return nt || (nt = 1, function(i, m) { (function(l, a) { i.exports = a(Mt()); })($t, function(l) { function a(f) { return f && typeof f == "object" && "default" in f ? f : { default: f }; } var p = a(l), d = { name: "vi", weekdays: "chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"), months: "tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"), weekStart: 1, weekdaysShort: "CN_T2_T3_T4_T5_T6_T7".split("_"), monthsShort: "Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"), weekdaysMin: "CN_T2_T3_T4_T5_T6_T7".split("_"), ordinal: function(f) { return f; }, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D MMMM [năm] YYYY", LLL: "D MMMM [năm] YYYY HH:mm", LLLL: "dddd, D MMMM [năm] YYYY HH:mm", l: "DD/M/YYYY", ll: "D MMM YYYY", lll: "D MMM YYYY HH:mm", llll: "ddd, D MMM YYYY HH:mm" }, relativeTime: { future: "%s tới", past: "%s trước", s: "vài giây", m: "một phút", mm: "%d phút", h: "một giờ", hh: "%d giờ", d: "một ngày", dd: "%d ngày", M: "một tháng", MM: "%d tháng", y: "một năm", yy: "%d năm" } }; return p.default.locale(d, null, !0), d; }); }(W)), W.exports; } var xt = gt(); const Dt = /* @__PURE__ */ lt(xt); var L = {}, U = { exports: {} }, it; function bt() { return it || (it = 1, function(i) { function m(l) { return l && l.__esModule ? l : { default: l }; } i.exports = m, i.exports.__esModule = !0, i.exports.default = i.exports; }(U)), U.exports; } var J = { exports: {} }, Z = { exports: {} }, z = { exports: {} }, B = { exports: {} }, st; function dt() { return st || (st = 1, function(i) { function m(l) { "@babel/helpers - typeof"; return i.exports = m = 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, m(l); } i.exports = m, i.exports.__esModule = !0, i.exports.default = i.exports; }(B)), B.exports; } var X = { exports: {} }, ut; function St() { return ut || (ut = 1, function(i) { var m = dt().default; function l(a, p) { if (m(a) != "object" || !a) return a; var d = a[Symbol.toPrimitive]; if (d !== void 0) { var f = d.call(a, p || "default"); if (m(f) != "object") return f; throw new TypeError("@@toPrimitive must return a primitive value."); } return (p === "string" ? String : Number)(a); } i.exports = l, i.exports.__esModule = !0, i.exports.default = i.exports; }(X)), X.exports; } var ot; function Yt() { return ot || (ot = 1, function(i) { var m = dt().default, l = St(); function a(p) { var d = l(p, "string"); return m(d) == "symbol" ? d : d + ""; } i.exports = a, i.exports.__esModule = !0, i.exports.default = i.exports; }(z)), z.exports; } var at; function Tt() { return at || (at = 1, function(i) { var m = Yt(); function l(a, p, d) { return (p = m(p)) in a ? Object.defineProperty(a, p, { value: d, enumerable: !0, configurable: !0, writable: !0 }) : a[p] = d, a; } i.exports = l, i.exports.__esModule = !0, i.exports.default = i.exports; }(Z)), Z.exports; } var ct; function Ot() { return ct || (ct = 1, function(i) { var m = Tt(); function l(p, d) { var f = Object.keys(p); if (Object.getOwnPropertySymbols) { var M = Object.getOwnPropertySymbols(p); d && (M = M.filter(function(b) { return Object.getOwnPropertyDescriptor(p, b).enumerable; })), f.push.apply(f, M); } return f; } function a(p) { for (var d = 1; d < arguments.length; d++) { var f = arguments[d] != null ? arguments[d] : {}; d % 2 ? l(Object(f), !0).forEach(function(M) { m(p, M, f[M]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(p, Object.getOwnPropertyDescriptors(f)) : l(Object(f)).forEach(function(M) { Object.defineProperty(p, M, Object.getOwnPropertyDescriptor(f, M)); }); } return p; } i.exports = a, i.exports.__esModule = !0, i.exports.default = i.exports; }(J)), J.exports; } var N = {}, ft; function wt() { return ft || (ft = 1, Object.defineProperty(N, "__esModule", { value: !0 }), N.commonLocale = void 0, N.commonLocale = { yearFormat: "YYYY", dayFormat: "D", cellMeridiemFormat: "A", monthBeforeYear: !0 }), N; } var ht; function jt() { if (ht) return L; ht = 1; var i = bt().default; Object.defineProperty(L, "__esModule", { value: !0 }), L.default = void 0; var m = i(Ot()), l = wt(), a = (0, m.default)((0, m.default)({}, l.commonLocale), {}, { locale: "vi_VN", today: "Hôm nay", now: "Bây giờ", backToToday: "Trở về hôm nay", ok: "OK", clear: "Xóa", month: "Tháng", year: "Năm", timeSelect: "Chọn thời gian", dateSelect: "Chọn ngày", weekSelect: "Chọn tuần", monthSelect: "Chọn tháng", yearSelect: "Chọn năm", decadeSelect: "Chọn thập kỷ", dateFormat: "D/M/YYYY", dateTimeFormat: "D/M/YYYY HH:mm:ss", previousMonth: "Tháng trước (PageUp)", nextMonth: "Tháng sau (PageDown)", previousYear: "Năm trước (Control + left)", nextYear: "Năm sau (Control + right)", previousDecade: "Thập kỷ trước", nextDecade: "Thập kỷ sau", previousCentury: "Thế kỷ trước", nextCentury: "Thế kỷ sau" }); return L.default = a, L; } var Pt = jt(); const kt = /* @__PURE__ */ lt(Pt), Ht = { design: { Confirm: { cancel: "Hủy bỏ", confirm: "Xác nhận" }, Slider: { resetTo: "Khôi phục đến" }, Picker: { ...Dt, ...kt }, CascaderList: { empty: "Không có" }, Select: { empty: "Không có" } } }; export { Ht as default };