UEA-PRODEM
This commit is contained in:
+437
-377
@@ -1,188 +1,191 @@
|
||||
(() => {
|
||||
var _window$dateFns;function _typeof(o) {"@babel/helpers - typeof";return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {return typeof o;} : function (o) {return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;}, _typeof(o);}function ownKeys(e, r) {var t = Object.keys(e);if (Object.getOwnPropertySymbols) {var o = Object.getOwnPropertySymbols(e);r && (o = o.filter(function (r) {return Object.getOwnPropertyDescriptor(e, r).enumerable;})), t.push.apply(t, o);}return t;}function _objectSpread(e) {for (var r = 1; r < arguments.length; r++) {var t = null != arguments[r] ? arguments[r] : {};r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {_defineProperty(e, r, t[r]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));});}return e;}function _defineProperty(obj, key, value) {key = _toPropertyKey(key);if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;}function _toPropertyKey(t) {var i = _toPrimitive(t, "string");return "symbol" == _typeof(i) ? i : String(i);}function _toPrimitive(t, r) {if ("object" != _typeof(t) || !t) return t;var e = t[Symbol.toPrimitive];if (void 0 !== e) {var i = e.call(t, r || "default");if ("object" != _typeof(i)) return i;throw new TypeError("@@toPrimitive must return a primitive value.");}return ("string" === r ? String : Number)(t);}var __defProp = Object.defineProperty;
|
||||
var __export = function __export(target, all) {
|
||||
for (var name in all)
|
||||
__defProp(target, name, {
|
||||
get: all[name],
|
||||
enumerable: true,
|
||||
configurable: true,
|
||||
set: function set(newValue) {return all[name] = function () {return newValue;};}
|
||||
});
|
||||
};
|
||||
|
||||
// lib/locale/ar-EG/_lib/formatDistance.js
|
||||
var _window$dateFns;function _typeof(o) {"@babel/helpers - typeof";return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {return typeof o;} : function (o) {return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;}, _typeof(o);}function ownKeys(e, r) {var t = Object.keys(e);if (Object.getOwnPropertySymbols) {var o = Object.getOwnPropertySymbols(e);r && (o = o.filter(function (r) {return Object.getOwnPropertyDescriptor(e, r).enumerable;})), t.push.apply(t, o);}return t;}function _objectSpread(e) {for (var r = 1; r < arguments.length; r++) {var t = null != arguments[r] ? arguments[r] : {};r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {_defineProperty(e, r, t[r]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));});}return e;}function _defineProperty(e, r, t) {return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;}function _toPropertyKey(t) {var i = _toPrimitive(t, "string");return "symbol" == _typeof(i) ? i : i + "";}function _toPrimitive(t, r) {if ("object" != _typeof(t) || !t) return t;var e = t[Symbol.toPrimitive];if (void 0 !== e) {var i = e.call(t, r || "default");if ("object" != _typeof(i)) return i;throw new TypeError("@@toPrimitive must return a primitive value.");}return ("string" === r ? String : Number)(t);} //#region dist/date-fns/locale/ar-EG/_lib/formatDistance.js
|
||||
var formatDistanceLocale = {
|
||||
lessThanXSeconds: {
|
||||
one: "\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629",
|
||||
two: "\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u062A\u064A\u0646",
|
||||
threeToTen: "\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0648\u0627\u0646\u064A",
|
||||
other: "\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0627\u0646\u064A\u0629"
|
||||
one: "أقل من ثانية",
|
||||
two: "أقل من ثانيتين",
|
||||
threeToTen: "أقل من {{count}} ثواني",
|
||||
other: "أقل من {{count}} ثانية"
|
||||
},
|
||||
xSeconds: {
|
||||
one: "\u062B\u0627\u0646\u064A\u0629",
|
||||
two: "\u062B\u0627\u0646\u064A\u062A\u064A\u0646",
|
||||
threeToTen: "{{count}} \u062B\u0648\u0627\u0646\u064A",
|
||||
other: "{{count}} \u062B\u0627\u0646\u064A\u0629"
|
||||
one: "ثانية",
|
||||
two: "ثانيتين",
|
||||
threeToTen: "{{count}} ثواني",
|
||||
other: "{{count}} ثانية"
|
||||
},
|
||||
halfAMinute: "\u0646\u0635 \u062F\u0642\u064A\u0642\u0629",
|
||||
halfAMinute: "نص دقيقة",
|
||||
lessThanXMinutes: {
|
||||
one: "\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629",
|
||||
two: "\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u062A\u064A\u0646",
|
||||
threeToTen: "\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u0627\u064A\u0642",
|
||||
other: "\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u064A\u0642\u0629"
|
||||
one: "أقل من دقيقة",
|
||||
two: "أقل من دقيقتين",
|
||||
threeToTen: "أقل من {{count}} دقايق",
|
||||
other: "أقل من {{count}} دقيقة"
|
||||
},
|
||||
xMinutes: {
|
||||
one: "\u062F\u0642\u064A\u0642\u0629",
|
||||
two: "\u062F\u0642\u064A\u0642\u062A\u064A\u0646",
|
||||
threeToTen: "{{count}} \u062F\u0642\u0627\u064A\u0642",
|
||||
other: "{{count}} \u062F\u0642\u064A\u0642\u0629"
|
||||
one: "دقيقة",
|
||||
two: "دقيقتين",
|
||||
threeToTen: "{{count}} دقايق",
|
||||
other: "{{count}} دقيقة"
|
||||
},
|
||||
aboutXHours: {
|
||||
one: "\u062D\u0648\u0627\u0644\u064A \u0633\u0627\u0639\u0629",
|
||||
two: "\u062D\u0648\u0627\u0644\u064A \u0633\u0627\u0639\u062A\u064A\u0646",
|
||||
threeToTen: "\u062D\u0648\u0627\u0644\u064A {{count}} \u0633\u0627\u0639\u0627\u062A",
|
||||
other: "\u062D\u0648\u0627\u0644\u064A {{count}} \u0633\u0627\u0639\u0629"
|
||||
one: "حوالي ساعة",
|
||||
two: "حوالي ساعتين",
|
||||
threeToTen: "حوالي {{count}} ساعات",
|
||||
other: "حوالي {{count}} ساعة"
|
||||
},
|
||||
xHours: {
|
||||
one: "\u0633\u0627\u0639\u0629",
|
||||
two: "\u0633\u0627\u0639\u062A\u064A\u0646",
|
||||
threeToTen: "{{count}} \u0633\u0627\u0639\u0627\u062A",
|
||||
other: "{{count}} \u0633\u0627\u0639\u0629"
|
||||
one: "ساعة",
|
||||
two: "ساعتين",
|
||||
threeToTen: "{{count}} ساعات",
|
||||
other: "{{count}} ساعة"
|
||||
},
|
||||
xDays: {
|
||||
one: "\u064A\u0648\u0645",
|
||||
two: "\u064A\u0648\u0645\u064A\u0646",
|
||||
threeToTen: "{{count}} \u0623\u064A\u0627\u0645",
|
||||
other: "{{count}} \u064A\u0648\u0645"
|
||||
one: "يوم",
|
||||
two: "يومين",
|
||||
threeToTen: "{{count}} أيام",
|
||||
other: "{{count}} يوم"
|
||||
},
|
||||
aboutXWeeks: {
|
||||
one: "\u062D\u0648\u0627\u0644\u064A \u0623\u0633\u0628\u0648\u0639",
|
||||
two: "\u062D\u0648\u0627\u0644\u064A \u0623\u0633\u0628\u0648\u0639\u064A\u0646",
|
||||
threeToTen: "\u062D\u0648\u0627\u0644\u064A {{count}} \u0623\u0633\u0627\u0628\u064A\u0639",
|
||||
other: "\u062D\u0648\u0627\u0644\u064A {{count}} \u0623\u0633\u0628\u0648\u0639"
|
||||
one: "حوالي أسبوع",
|
||||
two: "حوالي أسبوعين",
|
||||
threeToTen: "حوالي {{count}} أسابيع",
|
||||
other: "حوالي {{count}} أسبوع"
|
||||
},
|
||||
xWeeks: {
|
||||
one: "\u0623\u0633\u0628\u0648\u0639",
|
||||
two: "\u0623\u0633\u0628\u0648\u0639\u064A\u0646",
|
||||
threeToTen: "{{count}} \u0623\u0633\u0627\u0628\u064A\u0639",
|
||||
other: "{{count}} \u0623\u0633\u0628\u0648\u0639"
|
||||
one: "أسبوع",
|
||||
two: "أسبوعين",
|
||||
threeToTen: "{{count}} أسابيع",
|
||||
other: "{{count}} أسبوع"
|
||||
},
|
||||
aboutXMonths: {
|
||||
one: "\u062D\u0648\u0627\u0644\u064A \u0634\u0647\u0631",
|
||||
two: "\u062D\u0648\u0627\u0644\u064A \u0634\u0647\u0631\u064A\u0646",
|
||||
threeToTen: "\u062D\u0648\u0627\u0644\u064A {{count}} \u0623\u0634\u0647\u0631",
|
||||
other: "\u062D\u0648\u0627\u0644\u064A {{count}} \u0634\u0647\u0631"
|
||||
one: "حوالي شهر",
|
||||
two: "حوالي شهرين",
|
||||
threeToTen: "حوالي {{count}} أشهر",
|
||||
other: "حوالي {{count}} شهر"
|
||||
},
|
||||
xMonths: {
|
||||
one: "\u0634\u0647\u0631",
|
||||
two: "\u0634\u0647\u0631\u064A\u0646",
|
||||
threeToTen: "{{count}} \u0623\u0634\u0647\u0631",
|
||||
other: "{{count}} \u0634\u0647\u0631"
|
||||
one: "شهر",
|
||||
two: "شهرين",
|
||||
threeToTen: "{{count}} أشهر",
|
||||
other: "{{count}} شهر"
|
||||
},
|
||||
aboutXYears: {
|
||||
one: "\u062D\u0648\u0627\u0644\u064A \u0633\u0646\u0629",
|
||||
two: "\u062D\u0648\u0627\u0644\u064A \u0633\u0646\u062A\u064A\u0646",
|
||||
threeToTen: "\u062D\u0648\u0627\u0644\u064A {{count}} \u0633\u0646\u064A\u0646",
|
||||
other: "\u062D\u0648\u0627\u0644\u064A {{count}} \u0633\u0646\u0629"
|
||||
one: "حوالي سنة",
|
||||
two: "حوالي سنتين",
|
||||
threeToTen: "حوالي {{count}} سنين",
|
||||
other: "حوالي {{count}} سنة"
|
||||
},
|
||||
xYears: {
|
||||
one: "\u0639\u0627\u0645",
|
||||
two: "\u0639\u0627\u0645\u064A\u0646",
|
||||
threeToTen: "{{count}} \u0623\u0639\u0648\u0627\u0645",
|
||||
other: "{{count}} \u0639\u0627\u0645"
|
||||
one: "عام",
|
||||
two: "عامين",
|
||||
threeToTen: "{{count}} أعوام",
|
||||
other: "{{count}} عام"
|
||||
},
|
||||
overXYears: {
|
||||
one: "\u0623\u0643\u062B\u0631 \u0645\u0646 \u0633\u0646\u0629",
|
||||
two: "\u0623\u0643\u062B\u0631 \u0645\u0646 \u0633\u0646\u062A\u064A\u0646",
|
||||
threeToTen: "\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0633\u0646\u064A\u0646",
|
||||
other: "\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0633\u0646\u0629"
|
||||
one: "أكثر من سنة",
|
||||
two: "أكثر من سنتين",
|
||||
threeToTen: "أكثر من {{count}} سنين",
|
||||
other: "أكثر من {{count}} سنة"
|
||||
},
|
||||
almostXYears: {
|
||||
one: "\u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u064B\u0627",
|
||||
two: "\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u064B\u0627",
|
||||
threeToTen: "{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u064B\u0627",
|
||||
other: "{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u064B\u0627"
|
||||
one: "عام تقريبًا",
|
||||
two: "عامين تقريبًا",
|
||||
threeToTen: "{{count}} أعوام تقريبًا",
|
||||
other: "{{count}} عام تقريبًا"
|
||||
}
|
||||
};
|
||||
var formatDistance = function formatDistance(token, count, options) {
|
||||
var result;
|
||||
var tokenValue = formatDistanceLocale[token];
|
||||
if (typeof tokenValue === "string") {
|
||||
result = tokenValue;
|
||||
} else if (count === 1) {
|
||||
result = tokenValue.one;
|
||||
} else if (count === 2) {
|
||||
result = tokenValue.two;
|
||||
} else if (count <= 10) {
|
||||
result = tokenValue.threeToTen.replace("{{count}}", String(count));
|
||||
} else {
|
||||
result = tokenValue.other.replace("{{count}}", String(count));
|
||||
}
|
||||
if (options !== null && options !== void 0 && options.addSuffix) {
|
||||
if (options.comparison && options.comparison > 0) {
|
||||
return "\u0641\u064A \u062E\u0644\u0627\u0644 ".concat(result);
|
||||
} else {
|
||||
return "\u0645\u0646\u0630 ".concat(result);
|
||||
}
|
||||
}
|
||||
if (typeof tokenValue === "string") result = tokenValue;else
|
||||
if (count === 1) result = tokenValue.one;else
|
||||
if (count === 2) result = tokenValue.two;else
|
||||
if (count <= 10) result = tokenValue.threeToTen.replace("{{count}}", String(count));else
|
||||
result = tokenValue.other.replace("{{count}}", String(count));
|
||||
if (options !== null && options !== void 0 && options.addSuffix) if (options.comparison && options.comparison > 0) return "\u0641\u064A \u062E\u0644\u0627\u0644 ".concat(result);else
|
||||
return "\u0645\u0646\u0630 ".concat(result);
|
||||
return result;
|
||||
};
|
||||
|
||||
// lib/locale/_lib/buildFormatLongFn.js
|
||||
//#endregion
|
||||
//#region dist/date-fns/locale/_lib/buildFormatLongFn.js
|
||||
function buildFormatLongFn(args) {
|
||||
return function () {var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
||||
var width = options.width ? String(options.width) : args.defaultWidth;
|
||||
var format = args.formats[width] || args.formats[args.defaultWidth];
|
||||
return format;
|
||||
return args.formats[width] || args.formats[args.defaultWidth];
|
||||
};
|
||||
}
|
||||
|
||||
// lib/locale/ar-EG/_lib/formatLong.js
|
||||
var dateFormats = {
|
||||
full: "EEEE\u060C do MMMM y",
|
||||
long: "do MMMM y",
|
||||
medium: "dd/MMM/y",
|
||||
short: "d/MM/y"
|
||||
};
|
||||
var timeFormats = {
|
||||
full: "h:mm:ss a zzzz",
|
||||
long: "h:mm:ss a z",
|
||||
medium: "h:mm:ss a",
|
||||
short: "h:mm a"
|
||||
};
|
||||
var dateTimeFormats = {
|
||||
full: "{{date}} '\u0627\u0644\u0633\u0627\u0639\u0629' {{time}}",
|
||||
long: "{{date}} '\u0627\u0644\u0633\u0627\u0639\u0629' {{time}}",
|
||||
medium: "{{date}}, {{time}}",
|
||||
short: "{{date}}, {{time}}"
|
||||
};
|
||||
var formatLong = {
|
||||
date: buildFormatLongFn({
|
||||
formats: dateFormats,
|
||||
formats: {
|
||||
full: "EEEE، do MMMM y",
|
||||
long: "do MMMM y",
|
||||
medium: "dd/MMM/y",
|
||||
short: "d/MM/y"
|
||||
},
|
||||
defaultWidth: "full"
|
||||
}),
|
||||
time: buildFormatLongFn({
|
||||
formats: timeFormats,
|
||||
formats: {
|
||||
full: "h:mm:ss a zzzz",
|
||||
long: "h:mm:ss a z",
|
||||
medium: "h:mm:ss a",
|
||||
short: "h:mm a"
|
||||
},
|
||||
defaultWidth: "full"
|
||||
}),
|
||||
dateTime: buildFormatLongFn({
|
||||
formats: dateTimeFormats,
|
||||
formats: {
|
||||
full: "{{date}} 'الساعة' {{time}}",
|
||||
long: "{{date}} 'الساعة' {{time}}",
|
||||
medium: "{{date}}, {{time}}",
|
||||
short: "{{date}}, {{time}}"
|
||||
},
|
||||
defaultWidth: "full"
|
||||
})
|
||||
};
|
||||
|
||||
// lib/locale/ar-EG/_lib/formatRelative.js
|
||||
//#endregion
|
||||
//#region dist/date-fns/locale/ar-EG/_lib/formatRelative.js
|
||||
var formatRelativeLocale = {
|
||||
lastWeek: "eeee '\u0627\u0644\u0644\u064A \u062C\u0627\u064A \u0627\u0644\u0633\u0627\u0639\u0629' p",
|
||||
yesterday: "'\u0625\u0645\u0628\u0627\u0631\u062D \u0627\u0644\u0633\u0627\u0639\u0629' p",
|
||||
today: "'\u0627\u0644\u0646\u0647\u0627\u0631\u062F\u0629 \u0627\u0644\u0633\u0627\u0639\u0629' p",
|
||||
tomorrow: "'\u0628\u0643\u0631\u0629 \u0627\u0644\u0633\u0627\u0639\u0629' p",
|
||||
nextWeek: "eeee '\u0627\u0644\u0633\u0627\u0639\u0629' p",
|
||||
lastWeek: "eeee 'اللي جاي الساعة' p",
|
||||
yesterday: "'إمبارح الساعة' p",
|
||||
today: "'النهاردة الساعة' p",
|
||||
tomorrow: "'بكرة الساعة' p",
|
||||
nextWeek: "eeee 'الساعة' p",
|
||||
other: "P"
|
||||
};
|
||||
var formatRelative = function formatRelative(token, _date, _baseDate, _options) {return formatRelativeLocale[token];};
|
||||
|
||||
// lib/locale/_lib/buildLocalizeFn.js
|
||||
//#endregion
|
||||
//#region dist/date-fns/locale/_lib/buildLocalizeFn.js
|
||||
/**
|
||||
* The localize function argument callback which allows to convert raw value to
|
||||
* the actual type.
|
||||
*
|
||||
* @param value - The value to convert
|
||||
*
|
||||
* @returns The converted value
|
||||
*/
|
||||
/**
|
||||
* The map of localized values for each width.
|
||||
*/
|
||||
/**
|
||||
* The index type of the locale unit value. It types conversion of units of
|
||||
* values that don't start at 0 (i.e. quarters).
|
||||
*/
|
||||
/**
|
||||
* Converts the unit value to the tuple of values.
|
||||
*/
|
||||
/**
|
||||
* The tuple of localized era values. The first element represents BC,
|
||||
* the second element represents AD.
|
||||
*/
|
||||
/**
|
||||
* The tuple of localized quarter values. The first element represents Q1.
|
||||
*/
|
||||
/**
|
||||
* The tuple of localized day values. The first element represents Sunday.
|
||||
*/
|
||||
/**
|
||||
* The tuple of localized month values. The first element represents January.
|
||||
*/
|
||||
function buildLocalizeFn(args) {
|
||||
return function (value, options) {
|
||||
var context = options !== null && options !== void 0 && options.context ? String(options.context) : "standalone";
|
||||
@@ -200,125 +203,177 @@ function buildLocalizeFn(args) {
|
||||
return valuesArray[index];
|
||||
};
|
||||
}
|
||||
|
||||
// lib/locale/ar-EG/_lib/localize.js
|
||||
//#endregion
|
||||
//#region dist/date-fns/locale/ar-EG/_lib/localize.js
|
||||
var eraValues = {
|
||||
narrow: ["\u0642", "\u0628"],
|
||||
abbreviated: ["\u0642.\u0645", "\u0628.\u0645"],
|
||||
wide: ["\u0642\u0628\u0644 \u0627\u0644\u0645\u064A\u0644\u0627\u062F", "\u0628\u0639\u062F \u0627\u0644\u0645\u064A\u0644\u0627\u062F"]
|
||||
narrow: ["ق", "ب"],
|
||||
abbreviated: ["ق.م", "ب.م"],
|
||||
wide: ["قبل الميلاد", "بعد الميلاد"]
|
||||
};
|
||||
var quarterValues = {
|
||||
narrow: ["1", "2", "3", "4"],
|
||||
abbreviated: ["\u06311", "\u06312", "\u06313", "\u06314"],
|
||||
wide: ["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0646\u064A", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0644\u062B", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]
|
||||
};
|
||||
var monthValues = {
|
||||
narrow: ["\u064A", "\u0641", "\u0645", "\u0623", "\u0645", "\u064A", "\u064A", "\u0623", "\u0633", "\u0623", "\u0646", "\u062F"],
|
||||
narrow: [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4"],
|
||||
|
||||
abbreviated: [
|
||||
"\u064A\u0646\u0627",
|
||||
"\u0641\u0628\u0631",
|
||||
"\u0645\u0627\u0631\u0633",
|
||||
"\u0623\u0628\u0631\u064A\u0644",
|
||||
"\u0645\u0627\u064A\u0648",
|
||||
"\u064A\u0648\u0646\u0640",
|
||||
"\u064A\u0648\u0644\u0640",
|
||||
"\u0623\u063A\u0633\u0640",
|
||||
"\u0633\u0628\u062A\u0640",
|
||||
"\u0623\u0643\u062A\u0640",
|
||||
"\u0646\u0648\u0641\u0640",
|
||||
"\u062F\u064A\u0633\u0640"],
|
||||
"ر1",
|
||||
"ر2",
|
||||
"ر3",
|
||||
"ر4"],
|
||||
|
||||
wide: [
|
||||
"\u064A\u0646\u0627\u064A\u0631",
|
||||
"\u0641\u0628\u0631\u0627\u064A\u0631",
|
||||
"\u0645\u0627\u0631\u0633",
|
||||
"\u0623\u0628\u0631\u064A\u0644",
|
||||
"\u0645\u0627\u064A\u0648",
|
||||
"\u064A\u0648\u0646\u064A\u0648",
|
||||
"\u064A\u0648\u0644\u064A\u0648",
|
||||
"\u0623\u063A\u0633\u0637\u0633",
|
||||
"\u0633\u0628\u062A\u0645\u0628\u0631",
|
||||
"\u0623\u0643\u062A\u0648\u0628\u0631",
|
||||
"\u0646\u0648\u0641\u0645\u0628\u0631",
|
||||
"\u062F\u064A\u0633\u0645\u0628\u0631"]
|
||||
"الربع الأول",
|
||||
"الربع الثاني",
|
||||
"الربع الثالث",
|
||||
"الربع الرابع"]
|
||||
|
||||
};
|
||||
var monthValues = {
|
||||
narrow: [
|
||||
"ي",
|
||||
"ف",
|
||||
"م",
|
||||
"أ",
|
||||
"م",
|
||||
"ي",
|
||||
"ي",
|
||||
"أ",
|
||||
"س",
|
||||
"أ",
|
||||
"ن",
|
||||
"د"],
|
||||
|
||||
abbreviated: [
|
||||
"ينا",
|
||||
"فبر",
|
||||
"مارس",
|
||||
"أبريل",
|
||||
"مايو",
|
||||
"يونـ",
|
||||
"يولـ",
|
||||
"أغسـ",
|
||||
"سبتـ",
|
||||
"أكتـ",
|
||||
"نوفـ",
|
||||
"ديسـ"],
|
||||
|
||||
wide: [
|
||||
"يناير",
|
||||
"فبراير",
|
||||
"مارس",
|
||||
"أبريل",
|
||||
"مايو",
|
||||
"يونيو",
|
||||
"يوليو",
|
||||
"أغسطس",
|
||||
"سبتمبر",
|
||||
"أكتوبر",
|
||||
"نوفمبر",
|
||||
"ديسمبر"]
|
||||
|
||||
};
|
||||
var dayValues = {
|
||||
narrow: ["\u062D", "\u0646", "\u062B", "\u0631", "\u062E", "\u062C", "\u0633"],
|
||||
short: ["\u0623\u062D\u062F", "\u0627\u062B\u0646\u064A\u0646", "\u062B\u0644\u0627\u062B\u0627\u0621", "\u0623\u0631\u0628\u0639\u0627\u0621", "\u062E\u0645\u064A\u0633", "\u062C\u0645\u0639\u0629", "\u0633\u0628\u062A"],
|
||||
abbreviated: ["\u0623\u062D\u062F", "\u0627\u062B\u0646\u064A\u0646", "\u062B\u0644\u0627\u062B\u0627\u0621", "\u0623\u0631\u0628\u0639\u0627\u0621", "\u062E\u0645\u064A\u0633", "\u062C\u0645\u0639\u0629", "\u0633\u0628\u062A"],
|
||||
narrow: [
|
||||
"ح",
|
||||
"ن",
|
||||
"ث",
|
||||
"ر",
|
||||
"خ",
|
||||
"ج",
|
||||
"س"],
|
||||
|
||||
short: [
|
||||
"أحد",
|
||||
"اثنين",
|
||||
"ثلاثاء",
|
||||
"أربعاء",
|
||||
"خميس",
|
||||
"جمعة",
|
||||
"سبت"],
|
||||
|
||||
abbreviated: [
|
||||
"أحد",
|
||||
"اثنين",
|
||||
"ثلاثاء",
|
||||
"أربعاء",
|
||||
"خميس",
|
||||
"جمعة",
|
||||
"سبت"],
|
||||
|
||||
wide: [
|
||||
"\u0627\u0644\u0623\u062D\u062F",
|
||||
"\u0627\u0644\u0627\u062B\u0646\u064A\u0646",
|
||||
"\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621",
|
||||
"\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621",
|
||||
"\u0627\u0644\u062E\u0645\u064A\u0633",
|
||||
"\u0627\u0644\u062C\u0645\u0639\u0629",
|
||||
"\u0627\u0644\u0633\u0628\u062A"]
|
||||
"الأحد",
|
||||
"الاثنين",
|
||||
"الثلاثاء",
|
||||
"الأربعاء",
|
||||
"الخميس",
|
||||
"الجمعة",
|
||||
"السبت"]
|
||||
|
||||
};
|
||||
var dayPeriodValues = {
|
||||
narrow: {
|
||||
am: "\u0635",
|
||||
pm: "\u0645",
|
||||
midnight: "\u0646",
|
||||
noon: "\u0638",
|
||||
morning: "\u0635\u0628\u0627\u062D\u0627\u064B",
|
||||
afternoon: "\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",
|
||||
evening: "\u0645\u0633\u0627\u0621\u064B",
|
||||
night: "\u0644\u064A\u0644\u0627\u064B"
|
||||
am: "ص",
|
||||
pm: "م",
|
||||
midnight: "ن",
|
||||
noon: "ظ",
|
||||
morning: "صباحاً",
|
||||
afternoon: "بعد الظهر",
|
||||
evening: "مساءً",
|
||||
night: "ليلاً"
|
||||
},
|
||||
abbreviated: {
|
||||
am: "\u0635",
|
||||
pm: "\u0645",
|
||||
midnight: "\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",
|
||||
noon: "\u0638\u0647\u0631\u0627\u064B",
|
||||
morning: "\u0635\u0628\u0627\u062D\u0627\u064B",
|
||||
afternoon: "\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",
|
||||
evening: "\u0645\u0633\u0627\u0621\u064B",
|
||||
night: "\u0644\u064A\u0644\u0627\u064B"
|
||||
am: "ص",
|
||||
pm: "م",
|
||||
midnight: "نصف الليل",
|
||||
noon: "ظهراً",
|
||||
morning: "صباحاً",
|
||||
afternoon: "بعد الظهر",
|
||||
evening: "مساءً",
|
||||
night: "ليلاً"
|
||||
},
|
||||
wide: {
|
||||
am: "\u0635",
|
||||
pm: "\u0645",
|
||||
midnight: "\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",
|
||||
noon: "\u0638\u0647\u0631\u0627\u064B",
|
||||
morning: "\u0635\u0628\u0627\u062D\u0627\u064B",
|
||||
afternoon: "\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",
|
||||
evening: "\u0645\u0633\u0627\u0621\u064B",
|
||||
night: "\u0644\u064A\u0644\u0627\u064B"
|
||||
am: "ص",
|
||||
pm: "م",
|
||||
midnight: "نصف الليل",
|
||||
noon: "ظهراً",
|
||||
morning: "صباحاً",
|
||||
afternoon: "بعد الظهر",
|
||||
evening: "مساءً",
|
||||
night: "ليلاً"
|
||||
}
|
||||
};
|
||||
var formattingDayPeriodValues = {
|
||||
narrow: {
|
||||
am: "\u0635",
|
||||
pm: "\u0645",
|
||||
midnight: "\u0646",
|
||||
noon: "\u0638",
|
||||
morning: "\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",
|
||||
afternoon: "\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",
|
||||
evening: "\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",
|
||||
night: "\u0641\u064A \u0627\u0644\u0644\u064A\u0644"
|
||||
am: "ص",
|
||||
pm: "م",
|
||||
midnight: "ن",
|
||||
noon: "ظ",
|
||||
morning: "في الصباح",
|
||||
afternoon: "بعد الظهر",
|
||||
evening: "في المساء",
|
||||
night: "في الليل"
|
||||
},
|
||||
abbreviated: {
|
||||
am: "\u0635",
|
||||
pm: "\u0645",
|
||||
midnight: "\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",
|
||||
noon: "\u0638\u0647\u0631\u0627\u064B",
|
||||
morning: "\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",
|
||||
afternoon: "\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",
|
||||
evening: "\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",
|
||||
night: "\u0641\u064A \u0627\u0644\u0644\u064A\u0644"
|
||||
am: "ص",
|
||||
pm: "م",
|
||||
midnight: "نصف الليل",
|
||||
noon: "ظهراً",
|
||||
morning: "في الصباح",
|
||||
afternoon: "بعد الظهر",
|
||||
evening: "في المساء",
|
||||
night: "في الليل"
|
||||
},
|
||||
wide: {
|
||||
am: "\u0635",
|
||||
pm: "\u0645",
|
||||
midnight: "\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",
|
||||
morning: "\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",
|
||||
noon: "\u0638\u0647\u0631\u0627\u064B",
|
||||
afternoon: "\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",
|
||||
evening: "\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",
|
||||
night: "\u0641\u064A \u0627\u0644\u0644\u064A\u0644"
|
||||
am: "ص",
|
||||
pm: "م",
|
||||
midnight: "نصف الليل",
|
||||
morning: "في الصباح",
|
||||
noon: "ظهراً",
|
||||
afternoon: "بعد الظهر",
|
||||
evening: "في المساء",
|
||||
night: "في الليل"
|
||||
}
|
||||
};
|
||||
var ordinalNumber = function ordinalNumber(dirtyNumber, _options) {
|
||||
@@ -350,16 +405,14 @@ var localize = {
|
||||
defaultFormattingWidth: "wide"
|
||||
})
|
||||
};
|
||||
|
||||
// lib/locale/_lib/buildMatchFn.js
|
||||
//#endregion
|
||||
//#region dist/date-fns/locale/_lib/buildMatchFn.js
|
||||
function buildMatchFn(args) {
|
||||
return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
||||
var width = options.width;
|
||||
var matchPattern = width && args.matchPatterns[width] || args.matchPatterns[args.defaultMatchWidth];
|
||||
var matchResult = string.match(matchPattern);
|
||||
if (!matchResult) {
|
||||
return null;
|
||||
}
|
||||
if (!matchResult) return null;
|
||||
var matchedString = matchResult[0];
|
||||
var parsePatterns = width && args.parsePatterns[width] || args.parsePatterns[args.defaultParseWidth];
|
||||
var key = Array.isArray(parsePatterns) ? findIndex(parsePatterns, function (pattern) {return pattern.test(matchedString);}) : findKey(parsePatterns, function (pattern) {return pattern.test(matchedString);});
|
||||
@@ -367,182 +420,190 @@ function buildMatchFn(args) {
|
||||
value = args.valueCallback ? args.valueCallback(key) : key;
|
||||
value = options.valueCallback ? options.valueCallback(value) : value;
|
||||
var rest = string.slice(matchedString.length);
|
||||
return { value: value, rest: rest };
|
||||
return {
|
||||
value: value,
|
||||
rest: rest
|
||||
};
|
||||
};
|
||||
}
|
||||
function findKey(object, predicate) {
|
||||
for (var key in object) {
|
||||
if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {
|
||||
return key;
|
||||
}
|
||||
}
|
||||
return;
|
||||
for (var key in object) if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) return key;
|
||||
}
|
||||
function findIndex(array, predicate) {
|
||||
for (var key = 0; key < array.length; key++) {
|
||||
if (predicate(array[key])) {
|
||||
return key;
|
||||
}
|
||||
}
|
||||
return;
|
||||
for (var key = 0; key < array.length; key++) if (predicate(array[key])) return key;
|
||||
}
|
||||
|
||||
// lib/locale/_lib/buildMatchPatternFn.js
|
||||
//#endregion
|
||||
//#region dist/date-fns/locale/_lib/buildMatchPatternFn.js
|
||||
function buildMatchPatternFn(args) {
|
||||
return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
||||
var matchResult = string.match(args.matchPattern);
|
||||
if (!matchResult)
|
||||
return null;
|
||||
if (!matchResult) return null;
|
||||
var matchedString = matchResult[0];
|
||||
var parseResult = string.match(args.parsePattern);
|
||||
if (!parseResult)
|
||||
return null;
|
||||
if (!parseResult) return null;
|
||||
var value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];
|
||||
value = options.valueCallback ? options.valueCallback(value) : value;
|
||||
var rest = string.slice(matchedString.length);
|
||||
return { value: value, rest: rest };
|
||||
return {
|
||||
value: value,
|
||||
rest: rest
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
// lib/locale/ar-EG/_lib/match.js
|
||||
var matchOrdinalNumberPattern = /^(\d+)/;
|
||||
var parseOrdinalNumberPattern = /\d+/i;
|
||||
var matchEraPatterns = {
|
||||
narrow: /^(ق|ب)/g,
|
||||
abbreviated: /^(ق.م|ب.م)/g,
|
||||
wide: /^(قبل الميلاد|بعد الميلاد)/g
|
||||
};
|
||||
var parseEraPatterns = {
|
||||
any: [/^ق/g, /^ب/g]
|
||||
};
|
||||
var matchQuarterPatterns = {
|
||||
narrow: /^[1234]/,
|
||||
abbreviated: /^ر[1234]/,
|
||||
wide: /^الربع (الأول|الثاني|الثالث|الرابع)/
|
||||
};
|
||||
var parseQuarterPatterns = {
|
||||
wide: [/الربع الأول/, /الربع الثاني/, /الربع الثالث/, /الربع الرابع/],
|
||||
any: [/1/, /2/, /3/, /4/]
|
||||
};
|
||||
var matchMonthPatterns = {
|
||||
narrow: /^(ي|ف|م|أ|س|ن|د)/,
|
||||
abbreviated: /^(ينا|فبر|مارس|أبريل|مايو|يونـ|يولـ|أغسـ|سبتـ|أكتـ|نوفـ|ديسـ)/,
|
||||
wide: /^(يناير|فبراير|مارس|أبريل|مايو|يونيو|يوليو|أغسطس|سبتمبر|أكتوبر|نوفمبر|ديسمبر)/
|
||||
};
|
||||
var parseMonthPatterns = {
|
||||
narrow: [
|
||||
/^ي/,
|
||||
/^ف/,
|
||||
/^م/,
|
||||
/^أ/,
|
||||
/^م/,
|
||||
/^ي/,
|
||||
/^ي/,
|
||||
/^أ/,
|
||||
/^س/,
|
||||
/^أ/,
|
||||
/^ن/,
|
||||
/^د/],
|
||||
|
||||
any: [
|
||||
/^ينا/,
|
||||
/^فبر/,
|
||||
/^مارس/,
|
||||
/^أبريل/,
|
||||
/^مايو/,
|
||||
/^يون/,
|
||||
/^يول/,
|
||||
/^أغس/,
|
||||
/^سبت/,
|
||||
/^أكت/,
|
||||
/^نوف/,
|
||||
/^ديس/]
|
||||
|
||||
};
|
||||
var matchDayPatterns = {
|
||||
narrow: /^(ح|ن|ث|ر|خ|ج|س)/,
|
||||
short: /^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/,
|
||||
abbreviated: /^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/,
|
||||
wide: /^(الأحد|الاثنين|الثلاثاء|الأربعاء|الخميس|الجمعة|السبت)/
|
||||
};
|
||||
var parseDayPatterns = {
|
||||
narrow: [/^ح/, /^ن/, /^ث/, /^ر/, /^خ/, /^ج/, /^س/],
|
||||
any: [/أحد/, /اثنين/, /ثلاثاء/, /أربعاء/, /خميس/, /جمعة/, /سبت/]
|
||||
};
|
||||
var matchDayPeriodPatterns = {
|
||||
narrow: /^(ص|م|ن|ظ|في الصباح|بعد الظهر|في المساء|في الليل)/,
|
||||
abbreviated: /^(ص|م|نصف الليل|ظهراً|في الصباح|بعد الظهر|في المساء|في الليل)/,
|
||||
wide: /^(ص|م|نصف الليل|في الصباح|ظهراً|بعد الظهر|في المساء|في الليل)/,
|
||||
any: /^(ص|م|صباح|ظهر|مساء|ليل)/
|
||||
};
|
||||
var parseDayPeriodPatterns = {
|
||||
any: {
|
||||
am: /^ص/,
|
||||
pm: /^م/,
|
||||
midnight: /^ن/,
|
||||
noon: /^ظ/,
|
||||
morning: /^ص/,
|
||||
afternoon: /^بعد/,
|
||||
evening: /^م/,
|
||||
night: /^ل/
|
||||
}
|
||||
};
|
||||
var match = {
|
||||
ordinalNumber: buildMatchPatternFn({
|
||||
matchPattern: matchOrdinalNumberPattern,
|
||||
parsePattern: parseOrdinalNumberPattern,
|
||||
valueCallback: function valueCallback(value) {
|
||||
return parseInt(value, 10);
|
||||
}
|
||||
}),
|
||||
era: buildMatchFn({
|
||||
matchPatterns: matchEraPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseEraPatterns,
|
||||
defaultParseWidth: "any"
|
||||
}),
|
||||
quarter: buildMatchFn({
|
||||
matchPatterns: matchQuarterPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseQuarterPatterns,
|
||||
defaultParseWidth: "any",
|
||||
valueCallback: function valueCallback(index) {return index + 1;}
|
||||
}),
|
||||
month: buildMatchFn({
|
||||
matchPatterns: matchMonthPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseMonthPatterns,
|
||||
defaultParseWidth: "any"
|
||||
}),
|
||||
day: buildMatchFn({
|
||||
matchPatterns: matchDayPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseDayPatterns,
|
||||
defaultParseWidth: "any"
|
||||
}),
|
||||
dayPeriod: buildMatchFn({
|
||||
matchPatterns: matchDayPeriodPatterns,
|
||||
defaultMatchWidth: "any",
|
||||
parsePatterns: parseDayPeriodPatterns,
|
||||
defaultParseWidth: "any"
|
||||
})
|
||||
};
|
||||
|
||||
// lib/locale/ar-EG.js
|
||||
//#endregion
|
||||
//#region dist/date-fns/locale/ar-EG.js
|
||||
/**
|
||||
* @category Locales
|
||||
* @summary Arabic locale (Egypt).
|
||||
* @language Arabic
|
||||
* @iso-639-2 ara
|
||||
* @author AbdAllah AbdElFattah [@AbdAllahAbdElFattah13](https://github.com/AbdAllahAbdElFattah13)
|
||||
*/
|
||||
var arEG = {
|
||||
code: "ar-EG",
|
||||
formatDistance: formatDistance,
|
||||
formatLong: formatLong,
|
||||
formatRelative: formatRelative,
|
||||
localize: localize,
|
||||
match: match,
|
||||
match: {
|
||||
ordinalNumber: buildMatchPatternFn({
|
||||
matchPattern: /^(\d+)/,
|
||||
parsePattern: /\d+/i,
|
||||
valueCallback: function valueCallback(value) {
|
||||
return parseInt(value, 10);
|
||||
}
|
||||
}),
|
||||
era: buildMatchFn({
|
||||
matchPatterns: {
|
||||
narrow: /^(ق|ب)/g,
|
||||
abbreviated: /^(ق.م|ب.م)/g,
|
||||
wide: /^(قبل الميلاد|بعد الميلاد)/g
|
||||
},
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: { any: [/^ق/g, /^ب/g] },
|
||||
defaultParseWidth: "any"
|
||||
}),
|
||||
quarter: buildMatchFn({
|
||||
matchPatterns: {
|
||||
narrow: /^[1234]/,
|
||||
abbreviated: /^ر[1234]/,
|
||||
wide: /^الربع (الأول|الثاني|الثالث|الرابع)/
|
||||
},
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: {
|
||||
wide: [
|
||||
/الربع الأول/,
|
||||
/الربع الثاني/,
|
||||
/الربع الثالث/,
|
||||
/الربع الرابع/],
|
||||
|
||||
any: [
|
||||
/1/,
|
||||
/2/,
|
||||
/3/,
|
||||
/4/]
|
||||
|
||||
},
|
||||
defaultParseWidth: "any",
|
||||
valueCallback: function valueCallback(index) {return index + 1;}
|
||||
}),
|
||||
month: buildMatchFn({
|
||||
matchPatterns: {
|
||||
narrow: /^(ي|ف|م|أ|س|ن|د)/,
|
||||
abbreviated: /^(ينا|فبر|مارس|أبريل|مايو|يونـ|يولـ|أغسـ|سبتـ|أكتـ|نوفـ|ديسـ)/,
|
||||
wide: /^(يناير|فبراير|مارس|أبريل|مايو|يونيو|يوليو|أغسطس|سبتمبر|أكتوبر|نوفمبر|ديسمبر)/
|
||||
},
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: {
|
||||
narrow: [
|
||||
/^ي/,
|
||||
/^ف/,
|
||||
/^م/,
|
||||
/^أ/,
|
||||
/^م/,
|
||||
/^ي/,
|
||||
/^ي/,
|
||||
/^أ/,
|
||||
/^س/,
|
||||
/^أ/,
|
||||
/^ن/,
|
||||
/^د/],
|
||||
|
||||
any: [
|
||||
/^ينا/,
|
||||
/^فبر/,
|
||||
/^مارس/,
|
||||
/^أبريل/,
|
||||
/^مايو/,
|
||||
/^يون/,
|
||||
/^يول/,
|
||||
/^أغس/,
|
||||
/^سبت/,
|
||||
/^أكت/,
|
||||
/^نوف/,
|
||||
/^ديس/]
|
||||
|
||||
},
|
||||
defaultParseWidth: "any"
|
||||
}),
|
||||
day: buildMatchFn({
|
||||
matchPatterns: {
|
||||
narrow: /^(ح|ن|ث|ر|خ|ج|س)/,
|
||||
short: /^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/,
|
||||
abbreviated: /^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/,
|
||||
wide: /^(الأحد|الاثنين|الثلاثاء|الأربعاء|الخميس|الجمعة|السبت)/
|
||||
},
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: {
|
||||
narrow: [
|
||||
/^ح/,
|
||||
/^ن/,
|
||||
/^ث/,
|
||||
/^ر/,
|
||||
/^خ/,
|
||||
/^ج/,
|
||||
/^س/],
|
||||
|
||||
any: [
|
||||
/أحد/,
|
||||
/اثنين/,
|
||||
/ثلاثاء/,
|
||||
/أربعاء/,
|
||||
/خميس/,
|
||||
/جمعة/,
|
||||
/سبت/]
|
||||
|
||||
},
|
||||
defaultParseWidth: "any"
|
||||
}),
|
||||
dayPeriod: buildMatchFn({
|
||||
matchPatterns: {
|
||||
narrow: /^(ص|م|ن|ظ|في الصباح|بعد الظهر|في المساء|في الليل)/,
|
||||
abbreviated: /^(ص|م|نصف الليل|ظهراً|في الصباح|بعد الظهر|في المساء|في الليل)/,
|
||||
wide: /^(ص|م|نصف الليل|في الصباح|ظهراً|بعد الظهر|في المساء|في الليل)/,
|
||||
any: /^(ص|م|صباح|ظهر|مساء|ليل)/
|
||||
},
|
||||
defaultMatchWidth: "any",
|
||||
parsePatterns: { any: {
|
||||
am: /^ص/,
|
||||
pm: /^م/,
|
||||
midnight: /^ن/,
|
||||
noon: /^ظ/,
|
||||
morning: /^ص/,
|
||||
afternoon: /^بعد/,
|
||||
evening: /^م/,
|
||||
night: /^ل/
|
||||
} },
|
||||
defaultParseWidth: "any"
|
||||
})
|
||||
},
|
||||
options: {
|
||||
weekStartsOn: 0,
|
||||
firstWeekContainsDate: 1
|
||||
}
|
||||
};
|
||||
|
||||
// lib/locale/ar-EG/cdn.js
|
||||
//#endregion
|
||||
//#region dist/date-fns/_entries/locale/ar-EG/cdn.js
|
||||
window.dateFns = _objectSpread(_objectSpread({},
|
||||
window.dateFns), {}, {
|
||||
locale: _objectSpread(_objectSpread({}, (_window$dateFns =
|
||||
@@ -550,8 +611,7 @@ window.dateFns), {}, {
|
||||
arEG: arEG }) });
|
||||
|
||||
|
||||
//#endregion
|
||||
|
||||
//# debugId=BE20592338806CCD64756E2164756E21
|
||||
|
||||
//# sourceMappingURL=cdn.js.map
|
||||
console.log("date-fns CDN files have moved to @date-fns/cdn. Please update your URLs. See: https://date-fns.org/docs/CDN");
|
||||
})();
|
||||
Reference in New Issue
Block a user