dgz-ui
Version:
Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript
288 lines (287 loc) • 12 kB
JavaScript
import { c as ut } from "../chunks/utils-CnvKSirc.es.js";
import { g as G } from "../chunks/_commonjsHelpers-DaMA6jEr.es.js";
var W = { exports: {} }, K = W.exports, E;
function X() {
return E || (E = 1, (function(V, et) {
(function(A, x) {
V.exports = x();
})(K, (function() {
var A = 1e3, x = 6e4, U = 36e5, I = "millisecond", S = "second", w = "minute", _ = "hour", M = "day", H = "week", m = "month", J = "quarter", y = "year", O = "date", Z = "Invalid Date", B = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, P = /\[([^\]]+)]|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, Q = { 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]) + "]";
} }, F = function(s, r, t) {
var n = String(s);
return !n || n.length >= r ? s : "" + Array(r + 1 - n.length).join(t) + s;
}, R = { s: F, z: function(s) {
var r = -s.utcOffset(), t = Math.abs(r), n = Math.floor(t / 60), e = t % 60;
return (r <= 0 ? "+" : "-") + F(n, 2, "0") + ":" + F(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, m), i = t - e < 0, u = r.clone().add(n + (i ? -1 : 1), m);
return +(-(n + (t - e) / (i ? e - u : u - e)) || 0);
}, a: function(s) {
return s < 0 ? Math.ceil(s) || 0 : Math.floor(s);
}, p: function(s) {
return { M: m, y, w: H, d: M, D: O, h: _, m: w, s: S, ms: I, Q: J }[s] || String(s || "").toLowerCase().replace(/s$/, "");
}, u: function(s) {
return s === void 0;
} }, k = "en", D = {};
D[k] = Q;
var q = "$isDayjsObject", N = function(s) {
return s instanceof C || !(!s || !s[q]);
}, T = function s(r, t, n) {
var e;
if (!r) return k;
if (typeof r == "string") {
var i = r.toLowerCase();
D[i] && (e = i), t && (D[i] = t, e = i);
var u = r.split("-");
if (!e && u.length > 1) return s(u[0]);
} else {
var o = r.name;
D[o] = r, e = o;
}
return !n && e && (k = e), e || !n && k;
}, f = function(s, r) {
if (N(s)) return s.clone();
var t = typeof r == "object" ? r : {};
return t.date = s, t.args = arguments, new C(t);
}, a = R;
a.l = T, a.i = N, a.w = function(s, r) {
return f(s, { locale: r.$L, utc: r.$u, x: r.$x, $offset: r.$offset });
};
var C = (function() {
function s(t) {
this.$L = T(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[q] = !0;
}
var r = s.prototype;
return r.parse = function(t) {
this.$d = (function(n) {
var e = n.date, i = n.utc;
if (e === null) return /* @__PURE__ */ new Date(NaN);
if (a.u(e)) return /* @__PURE__ */ new Date();
if (e instanceof Date) return new Date(e);
if (typeof e == "string" && !/Z$/i.test(e)) {
var u = e.match(B);
if (u) {
var o = u[2] - 1 || 0, c = (u[7] || "0").substring(0, 3);
return i ? new Date(Date.UTC(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c)) : new Date(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c);
}
}
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 a;
}, r.isValid = function() {
return this.$d.toString() !== Z;
}, r.isSame = function(t, n) {
var e = f(t);
return this.startOf(n) <= e && e <= this.endOf(n);
}, r.isAfter = function(t, n) {
return f(t) < this.startOf(n);
}, r.isBefore = function(t, n) {
return this.endOf(n) < f(t);
}, r.$g = function(t, n, e) {
return a.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, i = !!a.u(n) || n, u = a.p(t), o = function(p, $) {
var v = a.w(e.$u ? Date.UTC(e.$y, $, p) : new Date(e.$y, $, p), e);
return i ? v : v.endOf(M);
}, c = function(p, $) {
return a.w(e.toDate()[p].apply(e.toDate("s"), (i ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice($)), e);
}, h = this.$W, d = this.$M, l = this.$D, b = "set" + (this.$u ? "UTC" : "");
switch (u) {
case y:
return i ? o(1, 0) : o(31, 11);
case m:
return i ? o(1, d) : o(0, d + 1);
case H:
var g = this.$locale().weekStart || 0, Y = (h < g ? h + 7 : h) - g;
return o(i ? l - Y : l + (6 - Y), d);
case M:
case O:
return c(b + "Hours", 0);
case _:
return c(b + "Minutes", 1);
case w:
return c(b + "Seconds", 2);
case S:
return c(b + "Milliseconds", 3);
default:
return this.clone();
}
}, r.endOf = function(t) {
return this.startOf(t, !1);
}, r.$set = function(t, n) {
var e, i = a.p(t), u = "set" + (this.$u ? "UTC" : ""), o = (e = {}, e[M] = u + "Date", e[O] = u + "Date", e[m] = u + "Month", e[y] = u + "FullYear", e[_] = u + "Hours", e[w] = u + "Minutes", e[S] = u + "Seconds", e[I] = u + "Milliseconds", e)[i], c = i === M ? this.$D + (n - this.$W) : n;
if (i === m || i === y) {
var h = this.clone().set(O, 1);
h.$d[o](c), h.init(), this.$d = h.set(O, Math.min(this.$D, h.daysInMonth())).$d;
} else o && this.$d[o](c);
return this.init(), this;
}, r.set = function(t, n) {
return this.clone().$set(t, n);
}, r.get = function(t) {
return this[a.p(t)]();
}, r.add = function(t, n) {
var e, i = this;
t = Number(t);
var u = a.p(n), o = function(d) {
var l = f(i);
return a.w(l.date(l.date() + Math.round(d * t)), i);
};
if (u === m) return this.set(m, this.$M + t);
if (u === y) return this.set(y, this.$y + t);
if (u === M) return o(1);
if (u === H) return o(7);
var c = (e = {}, e[w] = x, e[_] = U, e[S] = A, e)[u] || 1, h = this.$d.getTime() + t * c;
return a.w(h, 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 || Z;
var i = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, h = this.$M, d = e.weekdays, l = e.months, b = e.meridiem, g = function($, v, j, L) {
return $ && ($[v] || $(n, i)) || j[v].slice(0, L);
}, Y = function($) {
return a.s(o % 12 || 12, $, "0");
}, p = b || function($, v, j) {
var L = $ < 12 ? "AM" : "PM";
return j ? L.toLowerCase() : L;
};
return i.replace(P, (function($, v) {
return v || (function(j) {
switch (j) {
case "YY":
return String(n.$y).slice(-2);
case "YYYY":
return a.s(n.$y, 4, "0");
case "M":
return h + 1;
case "MM":
return a.s(h + 1, 2, "0");
case "MMM":
return g(e.monthsShort, h, l, 3);
case "MMMM":
return g(l, h);
case "D":
return n.$D;
case "DD":
return a.s(n.$D, 2, "0");
case "d":
return String(n.$W);
case "dd":
return g(e.weekdaysMin, n.$W, d, 2);
case "ddd":
return g(e.weekdaysShort, n.$W, d, 3);
case "dddd":
return d[n.$W];
case "H":
return String(o);
case "HH":
return a.s(o, 2, "0");
case "h":
return Y(1);
case "hh":
return Y(2);
case "a":
return p(o, c, !0);
case "A":
return p(o, c, !1);
case "m":
return String(c);
case "mm":
return a.s(c, 2, "0");
case "s":
return String(n.$s);
case "ss":
return a.s(n.$s, 2, "0");
case "SSS":
return a.s(n.$ms, 3, "0");
case "Z":
return u;
}
return null;
})($) || u.replace(":", "");
}));
}, r.utcOffset = function() {
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
}, r.diff = function(t, n, e) {
var i, u = this, o = a.p(n), c = f(t), h = (c.utcOffset() - this.utcOffset()) * x, d = this - c, l = function() {
return a.m(u, c);
};
switch (o) {
case y:
i = l() / 12;
break;
case m:
i = l();
break;
case J:
i = l() / 3;
break;
case H:
i = (d - h) / 6048e5;
break;
case M:
i = (d - h) / 864e5;
break;
case _:
i = d / U;
break;
case w:
i = d / x;
break;
case S:
i = d / A;
break;
default:
i = d;
}
return e ? i : a.a(i);
}, r.daysInMonth = function() {
return this.endOf(m).$D;
}, r.$locale = function() {
return D[this.$L];
}, r.locale = function(t, n) {
if (!t) return this.$L;
var e = this.clone(), i = T(t, n, !0);
return i && (e.$L = i), e;
}, r.clone = function() {
return a.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;
})(), z = C.prototype;
return f.prototype = z, [["$ms", I], ["$s", S], ["$m", w], ["$H", _], ["$W", M], ["$M", m], ["$y", y], ["$D", O]].forEach((function(s) {
z[s[1]] = function(r) {
return this.$g(r, s[0], s[1]);
};
})), f.extend = function(s, r) {
return s.$i || (s(r, C, f), s.$i = !0), f;
}, f.locale = T, f.isDayjs = N, f.unix = function(s) {
return f(1e3 * s);
}, f.en = D[k], f.Ls = D, f.p = {}, f;
}));
})(W)), W.exports;
}
var tt = X();
const nt = /* @__PURE__ */ G(tt);
export {
ut as cn,
nt as dayjs
};
//# sourceMappingURL=index.es.js.map