cdn.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. (() => {
  2. 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;
  3. var __export = function __export(target, all) {
  4. for (var name in all)
  5. __defProp(target, name, {
  6. get: all[name],
  7. enumerable: true,
  8. configurable: true,
  9. set: function set(newValue) {return all[name] = function () {return newValue;};}
  10. });
  11. };
  12. // lib/locale/et/_lib/formatDistance.js
  13. var formatDistanceLocale = {
  14. lessThanXSeconds: {
  15. standalone: {
  16. one: "v\xE4hem kui \xFCks sekund",
  17. other: "v\xE4hem kui {{count}} sekundit"
  18. },
  19. withPreposition: {
  20. one: "v\xE4hem kui \xFChe sekundi",
  21. other: "v\xE4hem kui {{count}} sekundi"
  22. }
  23. },
  24. xSeconds: {
  25. standalone: {
  26. one: "\xFCks sekund",
  27. other: "{{count}} sekundit"
  28. },
  29. withPreposition: {
  30. one: "\xFChe sekundi",
  31. other: "{{count}} sekundi"
  32. }
  33. },
  34. halfAMinute: {
  35. standalone: "pool minutit",
  36. withPreposition: "poole minuti"
  37. },
  38. lessThanXMinutes: {
  39. standalone: {
  40. one: "v\xE4hem kui \xFCks minut",
  41. other: "v\xE4hem kui {{count}} minutit"
  42. },
  43. withPreposition: {
  44. one: "v\xE4hem kui \xFChe minuti",
  45. other: "v\xE4hem kui {{count}} minuti"
  46. }
  47. },
  48. xMinutes: {
  49. standalone: {
  50. one: "\xFCks minut",
  51. other: "{{count}} minutit"
  52. },
  53. withPreposition: {
  54. one: "\xFChe minuti",
  55. other: "{{count}} minuti"
  56. }
  57. },
  58. aboutXHours: {
  59. standalone: {
  60. one: "umbes \xFCks tund",
  61. other: "umbes {{count}} tundi"
  62. },
  63. withPreposition: {
  64. one: "umbes \xFChe tunni",
  65. other: "umbes {{count}} tunni"
  66. }
  67. },
  68. xHours: {
  69. standalone: {
  70. one: "\xFCks tund",
  71. other: "{{count}} tundi"
  72. },
  73. withPreposition: {
  74. one: "\xFChe tunni",
  75. other: "{{count}} tunni"
  76. }
  77. },
  78. xDays: {
  79. standalone: {
  80. one: "\xFCks p\xE4ev",
  81. other: "{{count}} p\xE4eva"
  82. },
  83. withPreposition: {
  84. one: "\xFChe p\xE4eva",
  85. other: "{{count}} p\xE4eva"
  86. }
  87. },
  88. aboutXWeeks: {
  89. standalone: {
  90. one: "umbes \xFCks n\xE4dal",
  91. other: "umbes {{count}} n\xE4dalat"
  92. },
  93. withPreposition: {
  94. one: "umbes \xFChe n\xE4dala",
  95. other: "umbes {{count}} n\xE4dala"
  96. }
  97. },
  98. xWeeks: {
  99. standalone: {
  100. one: "\xFCks n\xE4dal",
  101. other: "{{count}} n\xE4dalat"
  102. },
  103. withPreposition: {
  104. one: "\xFChe n\xE4dala",
  105. other: "{{count}} n\xE4dala"
  106. }
  107. },
  108. aboutXMonths: {
  109. standalone: {
  110. one: "umbes \xFCks kuu",
  111. other: "umbes {{count}} kuud"
  112. },
  113. withPreposition: {
  114. one: "umbes \xFChe kuu",
  115. other: "umbes {{count}} kuu"
  116. }
  117. },
  118. xMonths: {
  119. standalone: {
  120. one: "\xFCks kuu",
  121. other: "{{count}} kuud"
  122. },
  123. withPreposition: {
  124. one: "\xFChe kuu",
  125. other: "{{count}} kuu"
  126. }
  127. },
  128. aboutXYears: {
  129. standalone: {
  130. one: "umbes \xFCks aasta",
  131. other: "umbes {{count}} aastat"
  132. },
  133. withPreposition: {
  134. one: "umbes \xFChe aasta",
  135. other: "umbes {{count}} aasta"
  136. }
  137. },
  138. xYears: {
  139. standalone: {
  140. one: "\xFCks aasta",
  141. other: "{{count}} aastat"
  142. },
  143. withPreposition: {
  144. one: "\xFChe aasta",
  145. other: "{{count}} aasta"
  146. }
  147. },
  148. overXYears: {
  149. standalone: {
  150. one: "rohkem kui \xFCks aasta",
  151. other: "rohkem kui {{count}} aastat"
  152. },
  153. withPreposition: {
  154. one: "rohkem kui \xFChe aasta",
  155. other: "rohkem kui {{count}} aasta"
  156. }
  157. },
  158. almostXYears: {
  159. standalone: {
  160. one: "peaaegu \xFCks aasta",
  161. other: "peaaegu {{count}} aastat"
  162. },
  163. withPreposition: {
  164. one: "peaaegu \xFChe aasta",
  165. other: "peaaegu {{count}} aasta"
  166. }
  167. }
  168. };
  169. var formatDistance = function formatDistance(token, count, options) {
  170. var usageGroup = options !== null && options !== void 0 && options.addSuffix ? formatDistanceLocale[token].withPreposition : formatDistanceLocale[token].standalone;
  171. var result;
  172. if (typeof usageGroup === "string") {
  173. result = usageGroup;
  174. } else if (count === 1) {
  175. result = usageGroup.one;
  176. } else {
  177. result = usageGroup.other.replace("{{count}}", String(count));
  178. }
  179. if (options !== null && options !== void 0 && options.addSuffix) {
  180. if (options.comparison && options.comparison > 0) {
  181. return result + " p\xE4rast";
  182. } else {
  183. return result + " eest";
  184. }
  185. }
  186. return result;
  187. };
  188. // lib/locale/_lib/buildFormatLongFn.js
  189. function buildFormatLongFn(args) {
  190. return function () {var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
  191. var width = options.width ? String(options.width) : args.defaultWidth;
  192. var format = args.formats[width] || args.formats[args.defaultWidth];
  193. return format;
  194. };
  195. }
  196. // lib/locale/et/_lib/formatLong.js
  197. var dateFormats = {
  198. full: "EEEE, d. MMMM y",
  199. long: "d. MMMM y",
  200. medium: "d. MMM y",
  201. short: "dd.MM.y"
  202. };
  203. var timeFormats = {
  204. full: "HH:mm:ss zzzz",
  205. long: "HH:mm:ss z",
  206. medium: "HH:mm:ss",
  207. short: "HH:mm"
  208. };
  209. var dateTimeFormats = {
  210. full: "{{date}} 'kell' {{time}}",
  211. long: "{{date}} 'kell' {{time}}",
  212. medium: "{{date}}. {{time}}",
  213. short: "{{date}}. {{time}}"
  214. };
  215. var formatLong = {
  216. date: buildFormatLongFn({
  217. formats: dateFormats,
  218. defaultWidth: "full"
  219. }),
  220. time: buildFormatLongFn({
  221. formats: timeFormats,
  222. defaultWidth: "full"
  223. }),
  224. dateTime: buildFormatLongFn({
  225. formats: dateTimeFormats,
  226. defaultWidth: "full"
  227. })
  228. };
  229. // lib/locale/et/_lib/formatRelative.js
  230. var formatRelativeLocale = {
  231. lastWeek: "'eelmine' eeee 'kell' p",
  232. yesterday: "'eile kell' p",
  233. today: "'t\xE4na kell' p",
  234. tomorrow: "'homme kell' p",
  235. nextWeek: "'j\xE4rgmine' eeee 'kell' p",
  236. other: "P"
  237. };
  238. var formatRelative = function formatRelative(token, _date, _baseDate, _options) {return formatRelativeLocale[token];};
  239. // lib/locale/_lib/buildLocalizeFn.js
  240. function buildLocalizeFn(args) {
  241. return function (value, options) {
  242. var context = options !== null && options !== void 0 && options.context ? String(options.context) : "standalone";
  243. var valuesArray;
  244. if (context === "formatting" && args.formattingValues) {
  245. var defaultWidth = args.defaultFormattingWidth || args.defaultWidth;
  246. var width = options !== null && options !== void 0 && options.width ? String(options.width) : defaultWidth;
  247. valuesArray = args.formattingValues[width] || args.formattingValues[defaultWidth];
  248. } else {
  249. var _defaultWidth = args.defaultWidth;
  250. var _width = options !== null && options !== void 0 && options.width ? String(options.width) : args.defaultWidth;
  251. valuesArray = args.values[_width] || args.values[_defaultWidth];
  252. }
  253. var index = args.argumentCallback ? args.argumentCallback(value) : value;
  254. return valuesArray[index];
  255. };
  256. }
  257. // lib/locale/et/_lib/localize.js
  258. var eraValues = {
  259. narrow: ["e.m.a", "m.a.j"],
  260. abbreviated: ["e.m.a", "m.a.j"],
  261. wide: ["enne meie ajaarvamist", "meie ajaarvamise j\xE4rgi"]
  262. };
  263. var quarterValues = {
  264. narrow: ["1", "2", "3", "4"],
  265. abbreviated: ["K1", "K2", "K3", "K4"],
  266. wide: ["1. kvartal", "2. kvartal", "3. kvartal", "4. kvartal"]
  267. };
  268. var monthValues = {
  269. narrow: ["J", "V", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
  270. abbreviated: [
  271. "jaan",
  272. "veebr",
  273. "m\xE4rts",
  274. "apr",
  275. "mai",
  276. "juuni",
  277. "juuli",
  278. "aug",
  279. "sept",
  280. "okt",
  281. "nov",
  282. "dets"],
  283. wide: [
  284. "jaanuar",
  285. "veebruar",
  286. "m\xE4rts",
  287. "aprill",
  288. "mai",
  289. "juuni",
  290. "juuli",
  291. "august",
  292. "september",
  293. "oktoober",
  294. "november",
  295. "detsember"]
  296. };
  297. var dayValues = {
  298. narrow: ["P", "E", "T", "K", "N", "R", "L"],
  299. short: ["P", "E", "T", "K", "N", "R", "L"],
  300. abbreviated: [
  301. "p\xFChap.",
  302. "esmasp.",
  303. "teisip.",
  304. "kolmap.",
  305. "neljap.",
  306. "reede.",
  307. "laup."],
  308. wide: [
  309. "p\xFChap\xE4ev",
  310. "esmasp\xE4ev",
  311. "teisip\xE4ev",
  312. "kolmap\xE4ev",
  313. "neljap\xE4ev",
  314. "reede",
  315. "laup\xE4ev"]
  316. };
  317. var dayPeriodValues = {
  318. narrow: {
  319. am: "AM",
  320. pm: "PM",
  321. midnight: "kesk\xF6\xF6",
  322. noon: "keskp\xE4ev",
  323. morning: "hommik",
  324. afternoon: "p\xE4rastl\xF5una",
  325. evening: "\xF5htu",
  326. night: "\xF6\xF6"
  327. },
  328. abbreviated: {
  329. am: "AM",
  330. pm: "PM",
  331. midnight: "kesk\xF6\xF6",
  332. noon: "keskp\xE4ev",
  333. morning: "hommik",
  334. afternoon: "p\xE4rastl\xF5una",
  335. evening: "\xF5htu",
  336. night: "\xF6\xF6"
  337. },
  338. wide: {
  339. am: "AM",
  340. pm: "PM",
  341. midnight: "kesk\xF6\xF6",
  342. noon: "keskp\xE4ev",
  343. morning: "hommik",
  344. afternoon: "p\xE4rastl\xF5una",
  345. evening: "\xF5htu",
  346. night: "\xF6\xF6"
  347. }
  348. };
  349. var formattingDayPeriodValues = {
  350. narrow: {
  351. am: "AM",
  352. pm: "PM",
  353. midnight: "kesk\xF6\xF6l",
  354. noon: "keskp\xE4eval",
  355. morning: "hommikul",
  356. afternoon: "p\xE4rastl\xF5unal",
  357. evening: "\xF5htul",
  358. night: "\xF6\xF6sel"
  359. },
  360. abbreviated: {
  361. am: "AM",
  362. pm: "PM",
  363. midnight: "kesk\xF6\xF6l",
  364. noon: "keskp\xE4eval",
  365. morning: "hommikul",
  366. afternoon: "p\xE4rastl\xF5unal",
  367. evening: "\xF5htul",
  368. night: "\xF6\xF6sel"
  369. },
  370. wide: {
  371. am: "AM",
  372. pm: "PM",
  373. midnight: "kesk\xF6\xF6l",
  374. noon: "keskp\xE4eval",
  375. morning: "hommikul",
  376. afternoon: "p\xE4rastl\xF5unal",
  377. evening: "\xF5htul",
  378. night: "\xF6\xF6sel"
  379. }
  380. };
  381. var ordinalNumber = function ordinalNumber(dirtyNumber, _options) {
  382. var number = Number(dirtyNumber);
  383. return number + ".";
  384. };
  385. var localize = {
  386. ordinalNumber: ordinalNumber,
  387. era: buildLocalizeFn({
  388. values: eraValues,
  389. defaultWidth: "wide"
  390. }),
  391. quarter: buildLocalizeFn({
  392. values: quarterValues,
  393. defaultWidth: "wide",
  394. argumentCallback: function argumentCallback(quarter) {return quarter - 1;}
  395. }),
  396. month: buildLocalizeFn({
  397. values: monthValues,
  398. defaultWidth: "wide",
  399. formattingValues: monthValues,
  400. defaultFormattingWidth: "wide"
  401. }),
  402. day: buildLocalizeFn({
  403. values: dayValues,
  404. defaultWidth: "wide",
  405. formattingValues: dayValues,
  406. defaultFormattingWidth: "wide"
  407. }),
  408. dayPeriod: buildLocalizeFn({
  409. values: dayPeriodValues,
  410. defaultWidth: "wide",
  411. formattingValues: formattingDayPeriodValues,
  412. defaultFormattingWidth: "wide"
  413. })
  414. };
  415. // lib/locale/_lib/buildMatchFn.js
  416. function buildMatchFn(args) {
  417. return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
  418. var width = options.width;
  419. var matchPattern = width && args.matchPatterns[width] || args.matchPatterns[args.defaultMatchWidth];
  420. var matchResult = string.match(matchPattern);
  421. if (!matchResult) {
  422. return null;
  423. }
  424. var matchedString = matchResult[0];
  425. var parsePatterns = width && args.parsePatterns[width] || args.parsePatterns[args.defaultParseWidth];
  426. var key = Array.isArray(parsePatterns) ? findIndex(parsePatterns, function (pattern) {return pattern.test(matchedString);}) : findKey(parsePatterns, function (pattern) {return pattern.test(matchedString);});
  427. var value;
  428. value = args.valueCallback ? args.valueCallback(key) : key;
  429. value = options.valueCallback ? options.valueCallback(value) : value;
  430. var rest = string.slice(matchedString.length);
  431. return { value: value, rest: rest };
  432. };
  433. }
  434. function findKey(object, predicate) {
  435. for (var key in object) {
  436. if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {
  437. return key;
  438. }
  439. }
  440. return;
  441. }
  442. function findIndex(array, predicate) {
  443. for (var key = 0; key < array.length; key++) {
  444. if (predicate(array[key])) {
  445. return key;
  446. }
  447. }
  448. return;
  449. }
  450. // lib/locale/_lib/buildMatchPatternFn.js
  451. function buildMatchPatternFn(args) {
  452. return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
  453. var matchResult = string.match(args.matchPattern);
  454. if (!matchResult)
  455. return null;
  456. var matchedString = matchResult[0];
  457. var parseResult = string.match(args.parsePattern);
  458. if (!parseResult)
  459. return null;
  460. var value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];
  461. value = options.valueCallback ? options.valueCallback(value) : value;
  462. var rest = string.slice(matchedString.length);
  463. return { value: value, rest: rest };
  464. };
  465. }
  466. // lib/locale/et/_lib/match.js
  467. var matchOrdinalNumberPattern = /^\d+\./i;
  468. var parseOrdinalNumberPattern = /\d+/i;
  469. var matchEraPatterns = {
  470. narrow: /^(e\.m\.a|m\.a\.j|eKr|pKr)/i,
  471. abbreviated: /^(e\.m\.a|m\.a\.j|eKr|pKr)/i,
  472. wide: /^(enne meie ajaarvamist|meie ajaarvamise järgi|enne Kristust|pärast Kristust)/i
  473. };
  474. var parseEraPatterns = {
  475. any: [/^e/i, /^(m|p)/i]
  476. };
  477. var matchQuarterPatterns = {
  478. narrow: /^[1234]/i,
  479. abbreviated: /^K[1234]/i,
  480. wide: /^[1234](\.)? kvartal/i
  481. };
  482. var parseQuarterPatterns = {
  483. any: [/1/i, /2/i, /3/i, /4/i]
  484. };
  485. var matchMonthPatterns = {
  486. narrow: /^[jvmasond]/i,
  487. abbreviated: /^(jaan|veebr|märts|apr|mai|juuni|juuli|aug|sept|okt|nov|dets)/i,
  488. wide: /^(jaanuar|veebruar|märts|aprill|mai|juuni|juuli|august|september|oktoober|november|detsember)/i
  489. };
  490. var parseMonthPatterns = {
  491. narrow: [
  492. /^j/i,
  493. /^v/i,
  494. /^m/i,
  495. /^a/i,
  496. /^m/i,
  497. /^j/i,
  498. /^j/i,
  499. /^a/i,
  500. /^s/i,
  501. /^o/i,
  502. /^n/i,
  503. /^d/i],
  504. any: [
  505. /^ja/i,
  506. /^v/i,
  507. /^mär/i,
  508. /^ap/i,
  509. /^mai/i,
  510. /^juun/i,
  511. /^juul/i,
  512. /^au/i,
  513. /^s/i,
  514. /^o/i,
  515. /^n/i,
  516. /^d/i]
  517. };
  518. var matchDayPatterns = {
  519. narrow: /^[petknrl]/i,
  520. short: /^[petknrl]/i,
  521. abbreviated: /^(püh?|esm?|tei?|kolm?|nel?|ree?|laup?)\.?/i,
  522. wide: /^(pühapäev|esmaspäev|teisipäev|kolmapäev|neljapäev|reede|laupäev)/i
  523. };
  524. var parseDayPatterns = {
  525. any: [/^p/i, /^e/i, /^t/i, /^k/i, /^n/i, /^r/i, /^l/i]
  526. };
  527. var matchDayPeriodPatterns = {
  528. any: /^(am|pm|keskööl?|keskpäev(al)?|hommik(ul)?|pärastlõunal?|õhtul?|öö(sel)?)/i
  529. };
  530. var parseDayPeriodPatterns = {
  531. any: {
  532. am: /^a/i,
  533. pm: /^p/i,
  534. midnight: /^keskö/i,
  535. noon: /^keskp/i,
  536. morning: /hommik/i,
  537. afternoon: /pärastlõuna/i,
  538. evening: /õhtu/i,
  539. night: /öö/i
  540. }
  541. };
  542. var match = {
  543. ordinalNumber: buildMatchPatternFn({
  544. matchPattern: matchOrdinalNumberPattern,
  545. parsePattern: parseOrdinalNumberPattern,
  546. valueCallback: function valueCallback(value) {return parseInt(value, 10);}
  547. }),
  548. era: buildMatchFn({
  549. matchPatterns: matchEraPatterns,
  550. defaultMatchWidth: "wide",
  551. parsePatterns: parseEraPatterns,
  552. defaultParseWidth: "any"
  553. }),
  554. quarter: buildMatchFn({
  555. matchPatterns: matchQuarterPatterns,
  556. defaultMatchWidth: "wide",
  557. parsePatterns: parseQuarterPatterns,
  558. defaultParseWidth: "any",
  559. valueCallback: function valueCallback(index) {return index + 1;}
  560. }),
  561. month: buildMatchFn({
  562. matchPatterns: matchMonthPatterns,
  563. defaultMatchWidth: "wide",
  564. parsePatterns: parseMonthPatterns,
  565. defaultParseWidth: "any"
  566. }),
  567. day: buildMatchFn({
  568. matchPatterns: matchDayPatterns,
  569. defaultMatchWidth: "wide",
  570. parsePatterns: parseDayPatterns,
  571. defaultParseWidth: "any"
  572. }),
  573. dayPeriod: buildMatchFn({
  574. matchPatterns: matchDayPeriodPatterns,
  575. defaultMatchWidth: "any",
  576. parsePatterns: parseDayPeriodPatterns,
  577. defaultParseWidth: "any"
  578. })
  579. };
  580. // lib/locale/et.js
  581. var et = {
  582. code: "et",
  583. formatDistance: formatDistance,
  584. formatLong: formatLong,
  585. formatRelative: formatRelative,
  586. localize: localize,
  587. match: match,
  588. options: {
  589. weekStartsOn: 1,
  590. firstWeekContainsDate: 4
  591. }
  592. };
  593. // lib/locale/et/cdn.js
  594. window.dateFns = _objectSpread(_objectSpread({},
  595. window.dateFns), {}, {
  596. locale: _objectSpread(_objectSpread({}, (_window$dateFns =
  597. window.dateFns) === null || _window$dateFns === void 0 ? void 0 : _window$dateFns.locale), {}, {
  598. et: et }) });
  599. //# debugId=6B2AC2413AC3C80264756E2164756E21
  600. //# sourceMappingURL=cdn.js.map
  601. })();