timepiece/node_modules/date-fns/locale/mt/cdn.js.map

1 line
28 KiB
Plaintext
Raw Normal View History

2024-05-14 14:54:12 +00:00
{"version":3,"file":"cdn.js","names":["_window$dateFns","__defProp","Object","defineProperty","__export","target","all","name","get","enumerable","configurable","set","newValue","formatDistanceLocale","lessThanXSeconds","one","other","xSeconds","halfAMinute","lessThanXMinutes","xMinutes","aboutXHours","xHours","xDays","aboutXWeeks","xWeeks","aboutXMonths","xMonths","aboutXYears","two","xYears","overXYears","almostXYears","formatDistance","token","count","options","result","tokenValue","replace","String","addSuffix","comparison","buildFormatLongFn","args","arguments","length","undefined","width","defaultWidth","format","formats","dateFormats","full","long","medium","short","timeFormats","dateTimeFormats","formatLong","date","time","dateTime","formatRelativeLocale","lastWeek","yesterday","today","tomorrow","nextWeek","formatRelative","_date","_baseDate","_options","buildLocalizeFn","value","context","valuesArray","formattingValues","defaultFormattingWidth","values","index","argumentCallback","eraValues","narrow","abbreviated","wide","quarterValues","monthValues","dayValues","dayPeriodValues","am","pm","midnight","noon","morning","afternoon","evening","night","formattingDayPeriodValues","ordinalNumber","dirtyNumber","number","Number","localize","era","quarter","month","day","dayPeriod","buildMatchFn","string","matchPattern","matchPatterns","defaultMatchWidth","matchResult","match","matchedString","parsePatterns","defaultParseWidth","key","Array","isArray","findIndex","pattern","test","findKey","valueCallback","rest","slice","object","predicate","prototype","hasOwnProperty","call","array","buildMatchPatternFn","parseResult","parsePattern","matchOrdinalNumberPattern","parseOrdinalNumberPattern","matchEraPatterns","parseEraPatterns","any","matchQuarterPatterns","parseQuarterPatterns","matchMonthPatterns","parseMonthPatterns","matchDayPatterns","parseDayPatterns","matchDayPeriodPatterns","parseDayPeriodPatterns","parseInt","mt","code","weekStartsOn","firstWeekContainsDate","window","dateFns","_objectSpread","locale"],"sources":["cdn.js"],"sourcesContent":["(() => { var __defProp = Object.defineProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, {\n get: all[name],\n enumerable: true,\n configurable: true,\n set: (newValue) => all[name] = () => newValue\n });\n};\n\n// lib/locale/mt/_lib/formatDistance.mjs\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"inqas minn sekonda\",\n other: \"inqas minn {{count}} sekondi\"\n },\n xSeconds: {\n one: \"sekonda\",\n other: \"{{count}} sekondi\"\n },\n halfAMinute: \"nofs minuta\",\n lessThanXMinutes: {\n one: \"inqas minn minuta\",\n other: \"inqas minn {{count}} minuti\"\n },\n xMinutes: {\n one: \"minuta\",\n other: \"{{count}} minuti\"\n },\n aboutXHours: {\n one: \"madwar sieg\\u0127a\",\n other: \"madwar {{count}} sieg\\u0127at\"\n },\n xHours: {\n one: \"sieg\\u0127a\",\n other: \"{{count}} sieg\\u0127at\"\n },\n xDays: {\n one: \"\\u0121urnata\",\n other: \"{{count}} \\u0121ranet\"\n },\n aboutXWeeks: {\n one: \"madwar \\u0121img\\u0127a\",\n other: \"madwar {{count}} \\u0121img\\u0127at\"\n },\n xWeeks: {\n one: \"\\u0121img\\u0127a\",\n other: \"{{count}} \\u0121img\\u0127at\"\n },\n aboutXMonths: {\n one: \"madwar xahar\",\n other: \"madwar {{count}} xhur\"\n },\n xMonths: {\n one: \"xahar\",\n other: \"{{count}} xhur\"\n },\n aboutXYears: {\n one: \"madwar sena\",\n two: \"madwar sentejn\",\n other: \"madwar {{count}} snin\"\n },\n xYears: {\n one: \"sena\",\n two: \"sentejn\",\n other: \"{{count}} snin\"\n },\n overXYears: {\n one: \"aktar minn sena\",\n two: \"aktar minn sentejn\",\n other: \"aktar minn {{count}} snin\"\n },\n almostXYears: {\n one: \"kwa\\u017Ci sena\",\n two: \"kwa\\u017Ci sentejn\",\n other: \"kwa\\u017Ci {{count}} snin\"\n }\n};\nvar formatDistance = (token, count, options) => {\n let result;\n const tokenValue = formatDistanceLocale[token]