FIN INIT
This commit is contained in:
41
node_modules/date-fns/locale/fr-CA/_lib/formatLong.cjs
generated
vendored
Normal file
41
node_modules/date-fns/locale/fr-CA/_lib/formatLong.cjs
generated
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
"use strict";
|
||||
exports.formatLong = void 0;
|
||||
var _index = require("../../_lib/buildFormatLongFn.cjs");
|
||||
|
||||
const dateFormats = {
|
||||
full: "EEEE d MMMM y",
|
||||
long: "d MMMM y",
|
||||
medium: "d MMM y",
|
||||
short: "yy-MM-dd",
|
||||
};
|
||||
|
||||
const timeFormats = {
|
||||
full: "HH:mm:ss zzzz",
|
||||
long: "HH:mm:ss z",
|
||||
medium: "HH:mm:ss",
|
||||
short: "HH:mm",
|
||||
};
|
||||
|
||||
const dateTimeFormats = {
|
||||
full: "{{date}} 'à' {{time}}",
|
||||
long: "{{date}} 'à' {{time}}",
|
||||
medium: "{{date}}, {{time}}",
|
||||
short: "{{date}}, {{time}}",
|
||||
};
|
||||
|
||||
const formatLong = (exports.formatLong = {
|
||||
date: (0, _index.buildFormatLongFn)({
|
||||
formats: dateFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
time: (0, _index.buildFormatLongFn)({
|
||||
formats: timeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
dateTime: (0, _index.buildFormatLongFn)({
|
||||
formats: dateTimeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
});
|
2
node_modules/date-fns/locale/fr-CA/_lib/formatLong.d.cts
generated
vendored
Normal file
2
node_modules/date-fns/locale/fr-CA/_lib/formatLong.d.cts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatLong } from "../../types.js";
|
||||
export declare const formatLong: FormatLong;
|
2
node_modules/date-fns/locale/fr-CA/_lib/formatLong.d.ts
generated
vendored
Normal file
2
node_modules/date-fns/locale/fr-CA/_lib/formatLong.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatLong } from "../../types.js";
|
||||
export declare const formatLong: FormatLong;
|
39
node_modules/date-fns/locale/fr-CA/_lib/formatLong.js
generated
vendored
Normal file
39
node_modules/date-fns/locale/fr-CA/_lib/formatLong.js
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
import { buildFormatLongFn } from "../../_lib/buildFormatLongFn.js";
|
||||
|
||||
const dateFormats = {
|
||||
full: "EEEE d MMMM y",
|
||||
long: "d MMMM y",
|
||||
medium: "d MMM y",
|
||||
short: "yy-MM-dd",
|
||||
};
|
||||
|
||||
const timeFormats = {
|
||||
full: "HH:mm:ss zzzz",
|
||||
long: "HH:mm:ss z",
|
||||
medium: "HH:mm:ss",
|
||||
short: "HH:mm",
|
||||
};
|
||||
|
||||
const dateTimeFormats = {
|
||||
full: "{{date}} 'à' {{time}}",
|
||||
long: "{{date}} 'à' {{time}}",
|
||||
medium: "{{date}}, {{time}}",
|
||||
short: "{{date}}, {{time}}",
|
||||
};
|
||||
|
||||
export const formatLong = {
|
||||
date: buildFormatLongFn({
|
||||
formats: dateFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
time: buildFormatLongFn({
|
||||
formats: timeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
dateTime: buildFormatLongFn({
|
||||
formats: dateTimeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
};
|
504
node_modules/date-fns/locale/fr-CA/cdn.js
generated
vendored
Normal file
504
node_modules/date-fns/locale/fr-CA/cdn.js
generated
vendored
Normal file
@ -0,0 +1,504 @@
|
||||
(() => {
|
||||
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/fr/_lib/formatDistance.js
|
||||
var formatDistanceLocale = {
|
||||
lessThanXSeconds: {
|
||||
one: "moins d\u2019une seconde",
|
||||
other: "moins de {{count}} secondes"
|
||||
},
|
||||
xSeconds: {
|
||||
one: "1 seconde",
|
||||
other: "{{count}} secondes"
|
||||
},
|
||||
halfAMinute: "30 secondes",
|
||||
lessThanXMinutes: {
|
||||
one: "moins d\u2019une minute",
|
||||
other: "moins de {{count}} minutes"
|
||||
},
|
||||
xMinutes: {
|
||||
one: "1 minute",
|
||||
other: "{{count}} minutes"
|
||||
},
|
||||
aboutXHours: {
|
||||
one: "environ 1 heure",
|
||||
other: "environ {{count}} heures"
|
||||
},
|
||||
xHours: {
|
||||
one: "1 heure",
|
||||
other: "{{count}} heures"
|
||||
},
|
||||
xDays: {
|
||||
one: "1 jour",
|
||||
other: "{{count}} jours"
|
||||
},
|
||||
aboutXWeeks: {
|
||||
one: "environ 1 semaine",
|
||||
other: "environ {{count}} semaines"
|
||||
},
|
||||
xWeeks: {
|
||||
one: "1 semaine",
|
||||
other: "{{count}} semaines"
|
||||
},
|
||||
aboutXMonths: {
|
||||
one: "environ 1 mois",
|
||||
other: "environ {{count}} mois"
|
||||
},
|
||||
xMonths: {
|
||||
one: "1 mois",
|
||||
other: "{{count}} mois"
|
||||
},
|
||||
aboutXYears: {
|
||||
one: "environ 1 an",
|
||||
other: "environ {{count}} ans"
|
||||
},
|
||||
xYears: {
|
||||
one: "1 an",
|
||||
other: "{{count}} ans"
|
||||
},
|
||||
overXYears: {
|
||||
one: "plus d\u2019un an",
|
||||
other: "plus de {{count}} ans"
|
||||
},
|
||||
almostXYears: {
|
||||
one: "presqu\u2019un an",
|
||||
other: "presque {{count}} ans"
|
||||
}
|
||||
};
|
||||
var formatDistance = function formatDistance(token, count, options) {
|
||||
var result;
|
||||
var form = formatDistanceLocale[token];
|
||||
if (typeof form === "string") {
|
||||
result = form;
|
||||
} else if (count === 1) {
|
||||
result = form.one;
|
||||
} else {
|
||||
result = form.other.replace("{{count}}", String(count));
|
||||
}
|
||||
if (options !== null && options !== void 0 && options.addSuffix) {
|
||||
if (options.comparison && options.comparison > 0) {
|
||||
return "dans " + result;
|
||||
} else {
|
||||
return "il y a " + result;
|
||||
}
|
||||
}
|
||||
return result;
|
||||
};
|
||||
|
||||
// lib/locale/fr/_lib/formatRelative.js
|
||||
var formatRelativeLocale = {
|
||||
lastWeek: "eeee 'dernier \xE0' p",
|
||||
yesterday: "'hier \xE0' p",
|
||||
today: "'aujourd\u2019hui \xE0' p",
|
||||
tomorrow: "'demain \xE0' p'",
|
||||
nextWeek: "eeee 'prochain \xE0' p",
|
||||
other: "P"
|
||||
};
|
||||
var formatRelative = function formatRelative(token, _date, _baseDate, _options) {return formatRelativeLocale[token];};
|
||||
|
||||
// lib/locale/_lib/buildLocalizeFn.js
|
||||
function buildLocalizeFn(args) {
|
||||
return function (value, options) {
|
||||
var context = options !== null && options !== void 0 && options.context ? String(options.context) : "standalone";
|
||||
var valuesArray;
|
||||
if (context === "formatting" && args.formattingValues) {
|
||||
var defaultWidth = args.defaultFormattingWidth || args.defaultWidth;
|
||||
var width = options !== null && options !== void 0 && options.width ? String(options.width) : defaultWidth;
|
||||
valuesArray = args.formattingValues[width] || args.formattingValues[defaultWidth];
|
||||
} else {
|
||||
var _defaultWidth = args.defaultWidth;
|
||||
var _width = options !== null && options !== void 0 && options.width ? String(options.width) : args.defaultWidth;
|
||||
valuesArray = args.values[_width] || args.values[_defaultWidth];
|
||||
}
|
||||
var index = args.argumentCallback ? args.argumentCallback(value) : value;
|
||||
return valuesArray[index];
|
||||
};
|
||||
}
|
||||
|
||||
// lib/locale/fr/_lib/localize.js
|
||||
var eraValues = {
|
||||
narrow: ["av. J.-C", "ap. J.-C"],
|
||||
abbreviated: ["av. J.-C", "ap. J.-C"],
|
||||
wide: ["avant J\xE9sus-Christ", "apr\xE8s J\xE9sus-Christ"]
|
||||
};
|
||||
var quarterValues = {
|
||||
narrow: ["T1", "T2", "T3", "T4"],
|
||||
abbreviated: ["1er trim.", "2\xE8me trim.", "3\xE8me trim.", "4\xE8me trim."],
|
||||
wide: ["1er trimestre", "2\xE8me trimestre", "3\xE8me trimestre", "4\xE8me trimestre"]
|
||||
};
|
||||
var monthValues = {
|
||||
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
||||
abbreviated: [
|
||||
"janv.",
|
||||
"f\xE9vr.",
|
||||
"mars",
|
||||
"avr.",
|
||||
"mai",
|
||||
"juin",
|
||||
"juil.",
|
||||
"ao\xFBt",
|
||||
"sept.",
|
||||
"oct.",
|
||||
"nov.",
|
||||
"d\xE9c."],
|
||||
|
||||
wide: [
|
||||
"janvier",
|
||||
"f\xE9vrier",
|
||||
"mars",
|
||||
"avril",
|
||||
"mai",
|
||||
"juin",
|
||||
"juillet",
|
||||
"ao\xFBt",
|
||||
"septembre",
|
||||
"octobre",
|
||||
"novembre",
|
||||
"d\xE9cembre"]
|
||||
|
||||
};
|
||||
var dayValues = {
|
||||
narrow: ["D", "L", "M", "M", "J", "V", "S"],
|
||||
short: ["di", "lu", "ma", "me", "je", "ve", "sa"],
|
||||
abbreviated: ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."],
|
||||
wide: [
|
||||
"dimanche",
|
||||
"lundi",
|
||||
"mardi",
|
||||
"mercredi",
|
||||
"jeudi",
|
||||
"vendredi",
|
||||
"samedi"]
|
||||
|
||||
};
|
||||
var dayPeriodValues = {
|
||||
narrow: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "minuit",
|
||||
noon: "midi",
|
||||
morning: "mat.",
|
||||
afternoon: "ap.m.",
|
||||
evening: "soir",
|
||||
night: "mat."
|
||||
},
|
||||
abbreviated: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "minuit",
|
||||
noon: "midi",
|
||||
morning: "matin",
|
||||
afternoon: "apr\xE8s-midi",
|
||||
evening: "soir",
|
||||
night: "matin"
|
||||
},
|
||||
wide: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "minuit",
|
||||
noon: "midi",
|
||||
morning: "du matin",
|
||||
afternoon: "de l\u2019apr\xE8s-midi",
|
||||
evening: "du soir",
|
||||
night: "du matin"
|
||||
}
|
||||
};
|
||||
var ordinalNumber = function ordinalNumber(dirtyNumber, options) {
|
||||
var number = Number(dirtyNumber);
|
||||
var unit = options === null || options === void 0 ? void 0 : options.unit;
|
||||
if (number === 0)
|
||||
return "0";
|
||||
var feminineUnits = ["year", "week", "hour", "minute", "second"];
|
||||
var suffix;
|
||||
if (number === 1) {
|
||||
suffix = unit && feminineUnits.includes(unit) ? "\xE8re" : "er";
|
||||
} else {
|
||||
suffix = "\xE8me";
|
||||
}
|
||||
return number + suffix;
|
||||
};
|
||||
var LONG_MONTHS_TOKENS = ["MMM", "MMMM"];
|
||||
var localize = {
|
||||
preprocessor: function preprocessor(date, parts) {
|
||||
if (date.getDate() === 1)
|
||||
return parts;
|
||||
var hasLongMonthToken = parts.some(function (part) {return part.isToken && LONG_MONTHS_TOKENS.includes(part.value);});
|
||||
if (!hasLongMonthToken)
|
||||
return parts;
|
||||
return parts.map(function (part) {return part.isToken && part.value === "do" ? { isToken: true, value: "d" } : part;});
|
||||
},
|
||||
ordinalNumber: ordinalNumber,
|
||||
era: buildLocalizeFn({
|
||||
values: eraValues,
|
||||
defaultWidth: "wide"
|
||||
}),
|
||||
quarter: buildLocalizeFn({
|
||||
values: quarterValues,
|
||||
defaultWidth: "wide",
|
||||
argumentCallback: function argumentCallback(quarter) {return quarter - 1;}
|
||||
}),
|
||||
month: buildLocalizeFn({
|
||||
values: monthValues,
|
||||
defaultWidth: "wide"
|
||||
}),
|
||||
day: buildLocalizeFn({
|
||||
values: dayValues,
|
||||
defaultWidth: "wide"
|
||||
}),
|
||||
dayPeriod: buildLocalizeFn({
|
||||
values: dayPeriodValues,
|
||||
defaultWidth: "wide"
|
||||
})
|
||||
};
|
||||
|
||||
// lib/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;
|
||||
}
|
||||
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);});
|
||||
var value;
|
||||
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 };
|
||||
};
|
||||
}
|
||||
function findKey(object, predicate) {
|
||||
for (var key in object) {
|
||||
if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {
|
||||
return key;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
function findIndex(array, predicate) {
|
||||
for (var key = 0; key < array.length; key++) {
|
||||
if (predicate(array[key])) {
|
||||
return key;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
// lib/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;
|
||||
var matchedString = matchResult[0];
|
||||
var parseResult = string.match(args.parsePattern);
|
||||
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 };
|
||||
};
|
||||
}
|
||||
|
||||
// lib/locale/fr/_lib/match.js
|
||||
var matchOrdinalNumberPattern = /^(\d+)(ième|ère|ème|er|e)?/i;
|
||||
var parseOrdinalNumberPattern = /\d+/i;
|
||||
var matchEraPatterns = {
|
||||
narrow: /^(av\.J\.C|ap\.J\.C|ap\.J\.-C)/i,
|
||||
abbreviated: /^(av\.J\.-C|av\.J-C|apr\.J\.-C|apr\.J-C|ap\.J-C)/i,
|
||||
wide: /^(avant Jésus-Christ|après Jésus-Christ)/i
|
||||
};
|
||||
var parseEraPatterns = {
|
||||
any: [/^av/i, /^ap/i]
|
||||
};
|
||||
var matchQuarterPatterns = {
|
||||
narrow: /^T?[1234]/i,
|
||||
abbreviated: /^[1234](er|ème|e)? trim\.?/i,
|
||||
wide: /^[1234](er|ème|e)? trimestre/i
|
||||
};
|
||||
var parseQuarterPatterns = {
|
||||
any: [/1/i, /2/i, /3/i, /4/i]
|
||||
};
|
||||
var matchMonthPatterns = {
|
||||
narrow: /^[jfmasond]/i,
|
||||
abbreviated: /^(janv|févr|mars|avr|mai|juin|juill|juil|août|sept|oct|nov|déc)\.?/i,
|
||||
wide: /^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i
|
||||
};
|
||||
var parseMonthPatterns = {
|
||||
narrow: [
|
||||
/^j/i,
|
||||
/^f/i,
|
||||
/^m/i,
|
||||
/^a/i,
|
||||
/^m/i,
|
||||
/^j/i,
|
||||
/^j/i,
|
||||
/^a/i,
|
||||
/^s/i,
|
||||
/^o/i,
|
||||
/^n/i,
|
||||
/^d/i],
|
||||
|
||||
any: [
|
||||
/^ja/i,
|
||||
/^f/i,
|
||||
/^mar/i,
|
||||
/^av/i,
|
||||
/^ma/i,
|
||||
/^juin/i,
|
||||
/^juil/i,
|
||||
/^ao/i,
|
||||
/^s/i,
|
||||
/^o/i,
|
||||
/^n/i,
|
||||
/^d/i]
|
||||
|
||||
};
|
||||
var matchDayPatterns = {
|
||||
narrow: /^[lmjvsd]/i,
|
||||
short: /^(di|lu|ma|me|je|ve|sa)/i,
|
||||
abbreviated: /^(dim|lun|mar|mer|jeu|ven|sam)\.?/i,
|
||||
wide: /^(dimanche|lundi|mardi|mercredi|jeudi|vendredi|samedi)/i
|
||||
};
|
||||
var parseDayPatterns = {
|
||||
narrow: [/^d/i, /^l/i, /^m/i, /^m/i, /^j/i, /^v/i, /^s/i],
|
||||
any: [/^di/i, /^lu/i, /^ma/i, /^me/i, /^je/i, /^ve/i, /^sa/i]
|
||||
};
|
||||
var matchDayPeriodPatterns = {
|
||||
narrow: /^(a|p|minuit|midi|mat\.?|ap\.?m\.?|soir|nuit)/i,
|
||||
any: /^([ap]\.?\s?m\.?|du matin|de l'après[-\s]midi|du soir|de la nuit)/i
|
||||
};
|
||||
var parseDayPeriodPatterns = {
|
||||
any: {
|
||||
am: /^a/i,
|
||||
pm: /^p/i,
|
||||
midnight: /^min/i,
|
||||
noon: /^mid/i,
|
||||
morning: /mat/i,
|
||||
afternoon: /ap/i,
|
||||
evening: /soir/i,
|
||||
night: /nuit/i
|
||||
}
|
||||
};
|
||||
var match = {
|
||||
ordinalNumber: buildMatchPatternFn({
|
||||
matchPattern: matchOrdinalNumberPattern,
|
||||
parsePattern: parseOrdinalNumberPattern,
|
||||
valueCallback: function valueCallback(value) {return parseInt(value);}
|
||||
}),
|
||||
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/_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;
|
||||
};
|
||||
}
|
||||
|
||||
// lib/locale/fr-CA/_lib/formatLong.js
|
||||
var dateFormats = {
|
||||
full: "EEEE d MMMM y",
|
||||
long: "d MMMM y",
|
||||
medium: "d MMM y",
|
||||
short: "yy-MM-dd"
|
||||
};
|
||||
var timeFormats = {
|
||||
full: "HH:mm:ss zzzz",
|
||||
long: "HH:mm:ss z",
|
||||
medium: "HH:mm:ss",
|
||||
short: "HH:mm"
|
||||
};
|
||||
var dateTimeFormats = {
|
||||
full: "{{date}} '\xE0' {{time}}",
|
||||
long: "{{date}} '\xE0' {{time}}",
|
||||
medium: "{{date}}, {{time}}",
|
||||
short: "{{date}}, {{time}}"
|
||||
};
|
||||
var formatLong = {
|
||||
date: buildFormatLongFn({
|
||||
formats: dateFormats,
|
||||
defaultWidth: "full"
|
||||
}),
|
||||
time: buildFormatLongFn({
|
||||
formats: timeFormats,
|
||||
defaultWidth: "full"
|
||||
}),
|
||||
dateTime: buildFormatLongFn({
|
||||
formats: dateTimeFormats,
|
||||
defaultWidth: "full"
|
||||
})
|
||||
};
|
||||
|
||||
// lib/locale/fr-CA.js
|
||||
var frCA = {
|
||||
code: "fr-CA",
|
||||
formatDistance: formatDistance,
|
||||
formatLong: formatLong,
|
||||
formatRelative: formatRelative,
|
||||
localize: localize,
|
||||
match: match,
|
||||
options: {
|
||||
weekStartsOn: 0,
|
||||
firstWeekContainsDate: 1
|
||||
}
|
||||
};
|
||||
|
||||
// lib/locale/fr-CA/cdn.js
|
||||
window.dateFns = _objectSpread(_objectSpread({},
|
||||
window.dateFns), {}, {
|
||||
locale: _objectSpread(_objectSpread({}, (_window$dateFns =
|
||||
window.dateFns) === null || _window$dateFns === void 0 ? void 0 : _window$dateFns.locale), {}, {
|
||||
frCA: frCA }) });
|
||||
|
||||
|
||||
|
||||
//# debugId=AF9AEB29612C523B64756E2164756E21
|
||||
|
||||
//# sourceMappingURL=cdn.js.map
|
||||
})();
|
1
node_modules/date-fns/locale/fr-CA/cdn.js.map
generated
vendored
Normal file
1
node_modules/date-fns/locale/fr-CA/cdn.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
node_modules/date-fns/locale/fr-CA/cdn.min.js
generated
vendored
Normal file
3
node_modules/date-fns/locale/fr-CA/cdn.min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
10
node_modules/date-fns/locale/fr-CA/cdn.min.js.map
generated
vendored
Normal file
10
node_modules/date-fns/locale/fr-CA/cdn.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user