function le(i) { return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i; } var E = { exports: {} }, K = { exports: {} }, _e = K.exports, re; function $e() { return re || (re = 1, function(i, y) { (function(l, a) { i.exports = a(); })(_e, function() { var l = 1e3, a = 6e4, h = 36e5, p = "millisecond", c = "second", $ = "minute", S = "hour", g = "day", C = "week", b = "month", G = "quarter", O = "year", q = "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+)?$/, me = /\[([^\]]+)]|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, ye = { 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(u) { var r = ["th", "st", "nd", "rd"], e = u % 100; return "[" + u + (r[(e - 20) % 10] || r[e] || r[0]) + "]"; } }, z = function(u, r, e) { var n = String(u); return !n || n.length >= r ? u : "" + Array(r + 1 - n.length).join(e) + u; }, ve = { s: z, z: function(u) { var r = -u.utcOffset(), e = Math.abs(r), n = Math.floor(e / 60), t = e % 60; return (r <= 0 ? "+" : "-") + z(n, 2, "0") + ":" + z(t, 2, "0"); }, m: function u(r, e) { if (r.date() < e.date()) return -u(e, r); var n = 12 * (e.year() - r.year()) + (e.month() - r.month()), t = r.clone().add(n, b), s = e - t < 0, o = r.clone().add(n + (s ? -1 : 1), b); return +(-(n + (e - t) / (s ? t - o : o - t)) || 0); }, a: function(u) { return u < 0 ? Math.ceil(u) || 0 : Math.floor(u); }, p: function(u) { return { M: b, y: O, w: C, d: g, D: q, h: S, m: $, s: c, ms: p, Q: G }[u] || String(u || "").toLowerCase().replace(/s$/, ""); }, u: function(u) { return u === void 0; } }, L = "en", w = {}; w[L] = ye; var ee = "$isDayjsObject", N = function(u) { return u instanceof W || !(!u || !u[ee]); }, A = function u(r, e, n) { var t; if (!r) return L; if (typeof r == "string") { var s = r.toLowerCase(); w[s] && (t = s), e && (w[s] = e, t = s); var o = r.split("-"); if (!t && o.length > 1) return u(o[0]); } else { var d = r.name; w[d] = r, t = d; } return !n && t && (L = t), t || !n && L; }, v = function(u, r) { if (N(u)) return u.clone(); var e = typeof r == "object" ? r : {}; return e.date = u, e.args = arguments, new W(e); }, f = ve; f.l = A, f.i = N, f.w = function(u, r) { return v(u, { locale: r.$L, utc: r.$u, x: r.$x, $offset: r.$offset }); }; var W = function() { function u(e) { this.$L = A(e.locale, null, !0), this.parse(e), this.$x = this.$x || e.x || {}, this[ee] = !0; } var r = u.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 o = t.match(he); if (o) { var d = o[2] - 1 || 0, m = (o[7] || "0").substring(0, 3); return s ? new Date(Date.UTC(o[1], d, o[3] || 1, o[4] || 0, o[5] || 0, o[6] || 0, m)) : new Date(o[1], d, o[3] || 1, o[4] || 0, o[5] || 0, o[6] || 0, m); } } 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, o = f.p(e), d = function(P, x) { var j = f.w(t.$u ? Date.UTC(t.$y, x, P) : new Date(t.$y, x, P), t); return s ? j : j.endOf(g); }, m = function(P, x) { return f.w(t.toDate()[P].apply(t.toDate("s"), (s ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(x)), t); }, _ = this.$W, M = this.$M, D = this.$D, k = "set" + (this.$u ? "UTC" : ""); switch (o) { case O: return s ? d(1, 0) : d(31, 11); case b: return s ? d(1, M) : d(0, M + 1); case C: var Y = this.$locale().weekStart || 0, F = (_ < Y ? _ + 7 : _) - Y; return d(s ? D - F : D + (6 - F), M); case g: case q: return m(k + "Hours", 0); case S: return m(k + "Minutes", 1); case $: return m(k + "Seconds", 2); case c: return m(k + "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), o = "set" + (this.$u ? "UTC" : ""), d = (t = {}, t[g] = o + "Date", t[q] = o + "Date", t[b] = o + "Month", t[O] = o + "FullYear", t[S] = o + "Hours", t[$] = o + "Minutes", t[c] = o + "Seconds", t[p] = o + "Milliseconds", t)[s], m = s === g ? this.$D + (n - this.$W) : n; if (s === b || s === O) { var _ = this.clone().set(q, 1); _.$d[d](m), _.init(), this.$d = _.set(q, Math.min(this.$D, _.daysInMonth())).$d; } else d && this.$d[d](m); 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 o = f.p(n), d = function(M) { var D = v(s); return f.w(D.date(D.date() + Math.round(M * e)), s); }; if (o === b) return this.set(b, this.$M + e); if (o === O) return this.set(O, this.$y + e); if (o === g) return d(1); if (o === C) return d(7); var m = (t = {}, t[$] = a, t[S] = h, t[c] = l, t)[o] || 1, _ = this.$d.getTime() + e * m; 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", o = f.z(this), d = this.$H, m = this.$m, _ = this.$M, M = t.weekdays, D = t.months, k = t.meridiem, Y = function(x, j, R, I) { return x && (x[j] || x(n, s)) || R[j].slice(0, I); }, F = function(x) { return f.s(d % 12 || 12, x, "0"); }, P = k || function(x, j, R) { var I = x < 12 ? "AM" : "PM"; return R ? I.toLowerCase() : I; }; return s.replace(me, function(x, j) { return j || function(R) { switch (R) { 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 Y(t.monthsShort, _, D, 3); case "MMMM": return Y(D, _); case "D": return n.$D; case "DD": return f.s(n.$D, 2, "0"); case "d": return String(n.$W); case "dd": return Y(t.weekdaysMin, n.$W, M, 2); case "ddd": return Y(t.weekdaysShort, n.$W, M, 3); case "dddd": return M[n.$W]; case "H": return String(d); case "HH": return f.s(d, 2, "0"); case "h": return F(1); case "hh": return F(2); case "a": return P(d, m, !0); case "A": return P(d, m, !1); case "m": return String(m); case "mm": return f.s(m, 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 o; } return null; }(x) || o.replace(":", ""); }); }, r.utcOffset = function() { return 15 * -Math.round(this.$d.getTimezoneOffset() / 15); }, r.diff = function(e, n, t) { var s, o = this, d = f.p(n), m = v(e), _ = (m.utcOffset() - this.utcOffset()) * a, M = this - m, D = function() { return f.m(o, m); }; switch (d) { case O: s = D() / 12; break; case b: s = D(); break; case G: s = D() / 3; break; case C: s = (M - _) / 6048e5; break; case g: s = (M - _) / 864e5; break; case S: s = M / h; break; case $: s = M / a; break; case c: s = M / l; break; default: s = M; } return t ? s : f.a(s); }, r.daysInMonth = function() { return this.endOf(b).$D; }, r.$locale = function() { return w[this.$L]; }, r.locale = function(e, n) { if (!e) return this.$L; var t = this.clone(), s = A(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(); }, u; }(), te = W.prototype; return v.prototype = te, [["$ms", p], ["$s", c], ["$m", $], ["$H", S], ["$W", g], ["$M", b], ["$y", O], ["$D", q]].forEach(function(u) { te[u[1]] = function(r) { return this.$g(r, u[0], u[1]); }; }), v.extend = function(u, r) { return u.$i || (u(r, W, v), u.$i = !0), v; }, v.locale = A, v.isDayjs = N, v.unix = function(u) { return v(1e3 * u); }, v.en = w[L], v.Ls = w, v.p = {}, v; }); }(K)), K.exports; } var Me = E.exports, ne; function xe() { return ne || (ne = 1, function(i, y) { (function(l, a) { i.exports = a($e()); })(Me, function(l) { function a(c) { return c && typeof c == "object" && "default" in c ? c : { default: c }; } var h = a(l), p = { name: "fr", weekdays: "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"), weekdaysShort: "dim._lun._mar._mer._jeu._ven._sam.".split("_"), weekdaysMin: "di_lu_ma_me_je_ve_sa".split("_"), months: "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"), monthsShort: "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"), weekStart: 1, yearStart: 4, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY HH:mm", LLLL: "dddd D MMMM YYYY HH:mm" }, relativeTime: { future: "dans %s", past: "il y a %s", s: "quelques secondes", m: "une minute", mm: "%d minutes", h: "une heure", hh: "%d heures", d: "un jour", dd: "%d jours", M: "un mois", MM: "%d mois", y: "un an", yy: "%d ans" }, ordinal: function(c) { return "" + c + (c === 1 ? "er" : ""); } }; return h.default.locale(p, null, !0), p; }); }(E)), E.exports; } var De = xe(); const be = /* @__PURE__ */ le(De); var T = {}, U = { exports: {} }, ie; function Se() { return ie || (ie = 1, function(i) { function y(l) { return l && l.__esModule ? l : { default: l }; } i.exports = y, i.exports.__esModule = !0, i.exports.default = i.exports; }(U)), U.exports; } var J = { exports: {} }, Z = { exports: {} }, V = { exports: {} }, B = { exports: {} }, ue; function pe() { return ue || (ue = 1, function(i) { function y(l) { "@babel/helpers - typeof"; return i.exports = y = 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, y(l); } i.exports = y, i.exports.__esModule = !0, i.exports.default = i.exports; }(B)), B.exports; } var Q = { exports: {} }, se; function ge() { return se || (se = 1, function(i) { var y = pe().default; function l(a, h) { if (y(a) != "object" || !a) return a; var p = a[Symbol.toPrimitive]; if (p !== void 0) { var c = p.call(a, h || "default"); if (y(c) != "object") return c; throw new TypeError("@@toPrimitive must return a primitive value."); } return (h === "string" ? String : Number)(a); } i.exports = l, i.exports.__esModule = !0, i.exports.default = i.exports; }(Q)), Q.exports; } var oe; function Oe() { return oe || (oe = 1, function(i) { var y = pe().default, l = ge(); function a(h) { var p = l(h, "string"); return y(p) == "symbol" ? p : p + ""; } i.exports = a, i.exports.__esModule = !0, i.exports.default = i.exports; }(V)), V.exports; } var ae; function je() { return ae || (ae = 1, function(i) { var y = Oe(); function l(a, h, p) { return (h = y(h)) in a ? Object.defineProperty(a, h, { value: p, enumerable: !0, configurable: !0, writable: !0 }) : a[h] = p, a; } i.exports = l, i.exports.__esModule = !0, i.exports.default = i.exports; }(Z)), Z.exports; } var ce; function we() { return ce || (ce = 1, function(i) { var y = je(); function l(h, p) { var c = Object.keys(h); if (Object.getOwnPropertySymbols) { var $ = Object.getOwnPropertySymbols(h); p && ($ = $.filter(function(S) { return Object.getOwnPropertyDescriptor(h, S).enumerable; })), c.push.apply(c, $); } return c; } function a(h) { for (var p = 1; p < arguments.length; p++) { var c = arguments[p] != null ? arguments[p] : {}; p % 2 ? l(Object(c), !0).forEach(function($) { y(h, $, c[$]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(h, Object.getOwnPropertyDescriptors(c)) : l(Object(c)).forEach(function($) { Object.defineProperty(h, $, Object.getOwnPropertyDescriptor(c, $)); }); } return h; } i.exports = a, i.exports.__esModule = !0, i.exports.default = i.exports; }(J)), J.exports; } var H = {}, fe; function Ye() { return fe || (fe = 1, Object.defineProperty(H, "__esModule", { value: !0 }), H.commonLocale = void 0, H.commonLocale = { yearFormat: "YYYY", dayFormat: "D", cellMeridiemFormat: "A", monthBeforeYear: !0 }), H; } var de; function Pe() { if (de) return T; de = 1; var i = Se().default; Object.defineProperty(T, "__esModule", { value: !0 }), T.default = void 0; var y = i(we()), l = Ye(), a = (0, y.default)((0, y.default)({}, l.commonLocale), {}, { locale: "fr_FR", today: "Aujourd'hui", now: "Maintenant", backToToday: "Aujourd'hui", ok: "OK", clear: "Rétablir", month: "Mois", year: "Année", timeSelect: "Sélectionner l'heure", dateSelect: "Sélectionner la date", monthSelect: "Choisissez un mois", yearSelect: "Choisissez une année", decadeSelect: "Choisissez une décennie", dateFormat: "DD/MM/YYYY", dayFormat: "DD", dateTimeFormat: "DD/MM/YYYY HH:mm:ss", previousMonth: "Mois précédent (PageUp)", nextMonth: "Mois suivant (PageDown)", previousYear: "Année précédente (Ctrl + gauche)", nextYear: "Année prochaine (Ctrl + droite)", previousDecade: "Décennie précédente", nextDecade: "Décennie suivante", previousCentury: "Siècle précédent", nextCentury: "Siècle suivant" }); return T.default = a, T; } var qe = Pe(); const ke = /* @__PURE__ */ le(qe), Le = { design: { Confirm: { cancel: "annuler", confirm: "ok" }, Slider: { resetTo: "Réinitialiser à" }, Picker: { ...be, ...ke }, CascaderList: { empty: "Aucun" }, Select: { empty: "Aucun" } } }; export { Le as default };