@softechub-ib/vue-datepicker
Version:
Datepicker component for Vue 3
40 lines (39 loc) • 1.89 kB
JavaScript
import { g as s, d as m, c as d } from "./index-CpXT_CnY.js";
function h(o, n) {
for (var r = 0; r < n.length; r++) {
const e = n[r];
if (typeof e != "string" && !Array.isArray(e)) {
for (const t in e)
if (t !== "default" && !(t in o)) {
const i = Object.getOwnPropertyDescriptor(e, t);
i && Object.defineProperty(o, t, i.get ? i : {
enumerable: !0,
get: () => e[t]
});
}
}
}
return Object.freeze(Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }));
}
var _ = { exports: {} };
(function(o, n) {
(function(r, e) {
o.exports = e(m);
})(d, function(r) {
function e(a) {
return a && typeof a == "object" && "default" in a ? a : { default: a };
}
var t = e(r), i = { name: "mi", weekdays: "Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"), months: "Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"), weekStart: 1, weekdaysShort: "Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"), monthsShort: "Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"), weekdaysMin: "Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"), ordinal: function(a) {
return a;
}, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY [i] HH:mm", LLLL: "dddd, D MMMM YYYY [i] HH:mm" }, relativeTime: { future: "i roto i %s", past: "%s i mua", s: "te hēkona ruarua", m: "he meneti", mm: "%d meneti", h: "te haora", hh: "%d haora", d: "he ra", dd: "%d ra", M: "he marama", MM: "%d marama", y: "he tau", yy: "%d tau" } };
return t.default.locale(i, null, !0), i;
});
})(_);
var u = _.exports;
const l = /* @__PURE__ */ s(u), f = /* @__PURE__ */ h({
__proto__: null,
default: l
}, [u]);
export {
f as m
};