cerebrate/webroot/js/moment-with-locales.min.js

2 lines
395 KiB
JavaScript
Raw Normal View History

2022-01-24 15:12:48 +01:00
!function (e, a) { "object" == typeof exports && "undefined" != typeof module ? module.exports = a() : "function" == typeof define && define.amd ? define(a) : e.moment = a() }(this, function () { "use strict"; var e, n; function M() { return e.apply(null, arguments) } function i(e) { return e instanceof Array || "[object Array]" === Object.prototype.toString.call(e) } function _(e) { return null != e && "[object Object]" === Object.prototype.toString.call(e) } function h(e, a) { return Object.prototype.hasOwnProperty.call(e, a) } function o(e) { if (Object.getOwnPropertyNames) return 0 === Object.getOwnPropertyNames(e).length; for (var a in e) if (h(e, a)) return; return 1 } function r(e) { return void 0 === e } function m(e) { return "number" == typeof e || "[object Number]" === Object.prototype.toString.call(e) } function d(e) { return e instanceof Date || "[object Date]" === Object.prototype.toString.call(e) } function u(e, a) { for (var t = [], s = 0; s < e.length; ++s)t.push(a(e[s], s)); return t } function l(e, a) { for (var t in a) h(a, t) && (e[t] = a[t]); return h(a, "toString") && (e.toString = a.toString), h(a, "valueOf") && (e.valueOf = a.valueOf), e } function c(e, a, t, s) { return Sa(e, a, t, s, !0).utc() } function L(e) { return null == e._pf && (e._pf = { empty: !1, unusedTokens: [], unusedInput: [], overflow: -2, charsLeftOver: 0, nullInput: !1, invalidEra: null, invalidMonth: null, invalidFormat: !1, userInvalidated: !1, iso: !1, parsedDateParts: [], era: null, meridiem: null, rfc2822: !1, weekdayMismatch: !1 }), e._pf } function Y(e) { if (null == e._isValid) { var a = L(e), t = n.call(a.parsedDateParts, function (e) { return null != e }), s = !isNaN(e._d.getTime()) && a.overflow < 0 && !a.empty && !a.invalidEra && !a.invalidMonth && !a.invalidWeekday && !a.weekdayMismatch && !a.nullInput && !a.invalidFormat && !a.userInvalidated && (!a.meridiem || a.meridiem && t); if (e._strict && (s = s && 0 === a.charsLeftOver && 0 === a.unusedTokens.length && void 0 === a.bigHour), null != Object.isFrozen && Object.isFrozen(e)) return s; e._isValid = s } return e._isValid } function y(e) { var a = c(NaN); return null != e ? l(L(a), e) : L(a).userInvalidated = !0, a } n = Array.prototype.some ? Array.prototype.some : function (e) { for (var a = Object(this), t = a.length >>> 0, s = 0; s < t; s++)if (s in a && e.call(this, a[s], s, a)) return !0; return !1 }; var f = M.momentProperties = [], a = !1; function p(e, a) { var t, s, n; if (r(a._isAMomentObject) || (e._isAMomentObject = a._isAMomentObject), r(a._i) || (e._i = a._i), r(a._f) || (e._f = a._f), r(a._l) || (e._l = a._l), r(a._strict) || (e._strict = a._strict), r(a._tzm) || (e._tzm = a._tzm), r(a._isUTC) || (e._isUTC = a._isUTC), r(a._offset) || (e._offset = a._offset), r(a._pf) || (e._pf = L(a)), r(a._locale) || (e._locale = a._locale), 0 < f.length) for (t = 0; t < f.length; t++)r(n = a[s = f[t]]) || (e[s] = n); return e } function k(e) { p(this, e), this._d = new Date(null != e._d ? e._d.getTime() : NaN), this.isValid() || (this._d = new Date(NaN)), !1 === a && (a = !0, M.updateOffset(this), a = !1) } function D(e) { return e instanceof k || null != e && null != e._isAMomentObject } function T(e) { !1 === M.suppressDeprecationWarnings && "undefined" != typeof console && console.warn && console.warn("Deprecation warning: " + e) } function t(n, r) { var d = !0; return l(function () { if (null != M.deprecationHandler && M.deprecationHandler(null, n), d) { for (var e, a, t = [], s = 0; s < arguments.length; s++) { if (e = "", "object" == typeof arguments[s]) { for (a in e += "\n[" + s + "] ", arguments[0]) h(arguments[0], a) && (e += a + ": " + arguments[0][a] + ", "); e = e.slice(0, -2) } else e = arguments[s]; t.push(e) } T(n + "\nArguments: " + Array.prototype.slice.call(t).join("") + "\n" + (new Error).stack), d = !1 } return r.apply(this, arguments) }, r) } var s, g = {}; function w(e, a) { null != M.deprecationHandler && M.deprecationHandler(e, a), g[e] || (T(a), g[e] = !0) } function v(e) { return "undefined" != typeof Function && e instanceof Functio
//# sourceMappingURL=moment-with-locales.min.js.map