v1.0 with SW PWA enabled
This commit is contained in:
2
frontend/node_modules/date-fns/locale/pt/_lib/formatDistance.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/formatDistance.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
export declare const formatDistance: FormatDistanceFn;
|
||||
2
frontend/node_modules/date-fns/locale/pt/_lib/formatDistance.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/formatDistance.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
export declare const formatDistance: FormatDistanceFn;
|
||||
105
frontend/node_modules/date-fns/locale/pt/_lib/formatDistance.js
generated
vendored
Normal file
105
frontend/node_modules/date-fns/locale/pt/_lib/formatDistance.js
generated
vendored
Normal file
@ -0,0 +1,105 @@
|
||||
"use strict";
|
||||
exports.formatDistance = void 0;
|
||||
|
||||
const formatDistanceLocale = {
|
||||
lessThanXSeconds: {
|
||||
one: "menos de um segundo",
|
||||
other: "menos de {{count}} segundos",
|
||||
},
|
||||
|
||||
xSeconds: {
|
||||
one: "1 segundo",
|
||||
other: "{{count}} segundos",
|
||||
},
|
||||
|
||||
halfAMinute: "meio minuto",
|
||||
|
||||
lessThanXMinutes: {
|
||||
one: "menos de um minuto",
|
||||
other: "menos de {{count}} minutos",
|
||||
},
|
||||
|
||||
xMinutes: {
|
||||
one: "1 minuto",
|
||||
other: "{{count}} minutos",
|
||||
},
|
||||
|
||||
aboutXHours: {
|
||||
one: "aproximadamente 1 hora",
|
||||
other: "aproximadamente {{count}} horas",
|
||||
},
|
||||
|
||||
xHours: {
|
||||
one: "1 hora",
|
||||
other: "{{count}} horas",
|
||||
},
|
||||
|
||||
xDays: {
|
||||
one: "1 dia",
|
||||
other: "{{count}} dias",
|
||||
},
|
||||
|
||||
aboutXWeeks: {
|
||||
one: "aproximadamente 1 semana",
|
||||
other: "aproximadamente {{count}} semanas",
|
||||
},
|
||||
|
||||
xWeeks: {
|
||||
one: "1 semana",
|
||||
other: "{{count}} semanas",
|
||||
},
|
||||
|
||||
aboutXMonths: {
|
||||
one: "aproximadamente 1 mês",
|
||||
other: "aproximadamente {{count}} meses",
|
||||
},
|
||||
|
||||
xMonths: {
|
||||
one: "1 mês",
|
||||
other: "{{count}} meses",
|
||||
},
|
||||
|
||||
aboutXYears: {
|
||||
one: "aproximadamente 1 ano",
|
||||
other: "aproximadamente {{count}} anos",
|
||||
},
|
||||
|
||||
xYears: {
|
||||
one: "1 ano",
|
||||
other: "{{count}} anos",
|
||||
},
|
||||
|
||||
overXYears: {
|
||||
one: "mais de 1 ano",
|
||||
other: "mais de {{count}} anos",
|
||||
},
|
||||
|
||||
almostXYears: {
|
||||
one: "quase 1 ano",
|
||||
other: "quase {{count}} anos",
|
||||
},
|
||||
};
|
||||
|
||||
const formatDistance = (token, count, options) => {
|
||||
let result;
|
||||
|
||||
const tokenValue = formatDistanceLocale[token];
|
||||
if (typeof tokenValue === "string") {
|
||||
result = tokenValue;
|
||||
} else if (count === 1) {
|
||||
result = tokenValue.one;
|
||||
} else {
|
||||
result = tokenValue.other.replace("{{count}}", String(count));
|
||||
}
|
||||
|
||||
if (options?.addSuffix) {
|
||||
if (options.comparison && options.comparison > 0) {
|
||||
return "daqui a " + result;
|
||||
} else {
|
||||
return "há " + result;
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
};
|
||||
exports.formatDistance = formatDistance;
|
||||
101
frontend/node_modules/date-fns/locale/pt/_lib/formatDistance.mjs
generated
vendored
Normal file
101
frontend/node_modules/date-fns/locale/pt/_lib/formatDistance.mjs
generated
vendored
Normal file
@ -0,0 +1,101 @@
|
||||
const formatDistanceLocale = {
|
||||
lessThanXSeconds: {
|
||||
one: "menos de um segundo",
|
||||
other: "menos de {{count}} segundos",
|
||||
},
|
||||
|
||||
xSeconds: {
|
||||
one: "1 segundo",
|
||||
other: "{{count}} segundos",
|
||||
},
|
||||
|
||||
halfAMinute: "meio minuto",
|
||||
|
||||
lessThanXMinutes: {
|
||||
one: "menos de um minuto",
|
||||
other: "menos de {{count}} minutos",
|
||||
},
|
||||
|
||||
xMinutes: {
|
||||
one: "1 minuto",
|
||||
other: "{{count}} minutos",
|
||||
},
|
||||
|
||||
aboutXHours: {
|
||||
one: "aproximadamente 1 hora",
|
||||
other: "aproximadamente {{count}} horas",
|
||||
},
|
||||
|
||||
xHours: {
|
||||
one: "1 hora",
|
||||
other: "{{count}} horas",
|
||||
},
|
||||
|
||||
xDays: {
|
||||
one: "1 dia",
|
||||
other: "{{count}} dias",
|
||||
},
|
||||
|
||||
aboutXWeeks: {
|
||||
one: "aproximadamente 1 semana",
|
||||
other: "aproximadamente {{count}} semanas",
|
||||
},
|
||||
|
||||
xWeeks: {
|
||||
one: "1 semana",
|
||||
other: "{{count}} semanas",
|
||||
},
|
||||
|
||||
aboutXMonths: {
|
||||
one: "aproximadamente 1 mês",
|
||||
other: "aproximadamente {{count}} meses",
|
||||
},
|
||||
|
||||
xMonths: {
|
||||
one: "1 mês",
|
||||
other: "{{count}} meses",
|
||||
},
|
||||
|
||||
aboutXYears: {
|
||||
one: "aproximadamente 1 ano",
|
||||
other: "aproximadamente {{count}} anos",
|
||||
},
|
||||
|
||||
xYears: {
|
||||
one: "1 ano",
|
||||
other: "{{count}} anos",
|
||||
},
|
||||
|
||||
overXYears: {
|
||||
one: "mais de 1 ano",
|
||||
other: "mais de {{count}} anos",
|
||||
},
|
||||
|
||||
almostXYears: {
|
||||
one: "quase 1 ano",
|
||||
other: "quase {{count}} anos",
|
||||
},
|
||||
};
|
||||
|
||||
export const formatDistance = (token, count, options) => {
|
||||
let result;
|
||||
|
||||
const tokenValue = formatDistanceLocale[token];
|
||||
if (typeof tokenValue === "string") {
|
||||
result = tokenValue;
|
||||
} else if (count === 1) {
|
||||
result = tokenValue.one;
|
||||
} else {
|
||||
result = tokenValue.other.replace("{{count}}", String(count));
|
||||
}
|
||||
|
||||
if (options?.addSuffix) {
|
||||
if (options.comparison && options.comparison > 0) {
|
||||
return "daqui a " + result;
|
||||
} else {
|
||||
return "há " + result;
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
};
|
||||
2
frontend/node_modules/date-fns/locale/pt/_lib/formatLong.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/formatLong.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatLong } from "../../types.js";
|
||||
export declare const formatLong: FormatLong;
|
||||
2
frontend/node_modules/date-fns/locale/pt/_lib/formatLong.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/formatLong.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatLong } from "../../types.js";
|
||||
export declare const formatLong: FormatLong;
|
||||
41
frontend/node_modules/date-fns/locale/pt/_lib/formatLong.js
generated
vendored
Normal file
41
frontend/node_modules/date-fns/locale/pt/_lib/formatLong.js
generated
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
"use strict";
|
||||
exports.formatLong = void 0;
|
||||
var _index = require("../../_lib/buildFormatLongFn.js");
|
||||
|
||||
const dateFormats = {
|
||||
full: "EEEE, d 'de' MMMM 'de' y",
|
||||
long: "d 'de' MMMM 'de' y",
|
||||
medium: "d 'de' MMM 'de' y",
|
||||
short: "dd/MM/y",
|
||||
};
|
||||
|
||||
const timeFormats = {
|
||||
full: "HH:mm:ss zzzz",
|
||||
long: "HH:mm:ss z",
|
||||
medium: "HH:mm:ss",
|
||||
short: "HH:mm",
|
||||
};
|
||||
|
||||
const dateTimeFormats = {
|
||||
full: "{{date}} 'às' {{time}}",
|
||||
long: "{{date}} 'às' {{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",
|
||||
}),
|
||||
});
|
||||
39
frontend/node_modules/date-fns/locale/pt/_lib/formatLong.mjs
generated
vendored
Normal file
39
frontend/node_modules/date-fns/locale/pt/_lib/formatLong.mjs
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
import { buildFormatLongFn } from "../../_lib/buildFormatLongFn.mjs";
|
||||
|
||||
const dateFormats = {
|
||||
full: "EEEE, d 'de' MMMM 'de' y",
|
||||
long: "d 'de' MMMM 'de' y",
|
||||
medium: "d 'de' MMM 'de' y",
|
||||
short: "dd/MM/y",
|
||||
};
|
||||
|
||||
const timeFormats = {
|
||||
full: "HH:mm:ss zzzz",
|
||||
long: "HH:mm:ss z",
|
||||
medium: "HH:mm:ss",
|
||||
short: "HH:mm",
|
||||
};
|
||||
|
||||
const dateTimeFormats = {
|
||||
full: "{{date}} 'às' {{time}}",
|
||||
long: "{{date}} 'às' {{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",
|
||||
}),
|
||||
};
|
||||
2
frontend/node_modules/date-fns/locale/pt/_lib/formatRelative.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/formatRelative.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatRelativeFn } from "../../types.js";
|
||||
export declare const formatRelative: FormatRelativeFn;
|
||||
2
frontend/node_modules/date-fns/locale/pt/_lib/formatRelative.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/formatRelative.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { FormatRelativeFn } from "../../types.js";
|
||||
export declare const formatRelative: FormatRelativeFn;
|
||||
26
frontend/node_modules/date-fns/locale/pt/_lib/formatRelative.js
generated
vendored
Normal file
26
frontend/node_modules/date-fns/locale/pt/_lib/formatRelative.js
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
"use strict";
|
||||
exports.formatRelative = void 0;
|
||||
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: (date) => {
|
||||
const weekday = date.getDay();
|
||||
const last = weekday === 0 || weekday === 6 ? "último" : "última";
|
||||
return "'" + last + "' eeee 'às' p";
|
||||
},
|
||||
yesterday: "'ontem às' p",
|
||||
today: "'hoje às' p",
|
||||
tomorrow: "'amanhã às' p",
|
||||
nextWeek: "eeee 'às' p",
|
||||
other: "P",
|
||||
};
|
||||
|
||||
const formatRelative = (token, date, _baseDate, _options) => {
|
||||
const format = formatRelativeLocale[token];
|
||||
|
||||
if (typeof format === "function") {
|
||||
return format(date);
|
||||
}
|
||||
|
||||
return format;
|
||||
};
|
||||
exports.formatRelative = formatRelative;
|
||||
22
frontend/node_modules/date-fns/locale/pt/_lib/formatRelative.mjs
generated
vendored
Normal file
22
frontend/node_modules/date-fns/locale/pt/_lib/formatRelative.mjs
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: (date) => {
|
||||
const weekday = date.getDay();
|
||||
const last = weekday === 0 || weekday === 6 ? "último" : "última";
|
||||
return "'" + last + "' eeee 'às' p";
|
||||
},
|
||||
yesterday: "'ontem às' p",
|
||||
today: "'hoje às' p",
|
||||
tomorrow: "'amanhã às' p",
|
||||
nextWeek: "eeee 'às' p",
|
||||
other: "P",
|
||||
};
|
||||
|
||||
export const formatRelative = (token, date, _baseDate, _options) => {
|
||||
const format = formatRelativeLocale[token];
|
||||
|
||||
if (typeof format === "function") {
|
||||
return format(date);
|
||||
}
|
||||
|
||||
return format;
|
||||
};
|
||||
2
frontend/node_modules/date-fns/locale/pt/_lib/localize.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/localize.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { Localize } from "../../types.js";
|
||||
export declare const localize: Localize;
|
||||
2
frontend/node_modules/date-fns/locale/pt/_lib/localize.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/localize.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { Localize } from "../../types.js";
|
||||
export declare const localize: Localize;
|
||||
166
frontend/node_modules/date-fns/locale/pt/_lib/localize.js
generated
vendored
Normal file
166
frontend/node_modules/date-fns/locale/pt/_lib/localize.js
generated
vendored
Normal file
@ -0,0 +1,166 @@
|
||||
"use strict";
|
||||
exports.localize = void 0;
|
||||
var _index = require("../../_lib/buildLocalizeFn.js");
|
||||
|
||||
const eraValues = {
|
||||
narrow: ["aC", "dC"],
|
||||
abbreviated: ["a.C.", "d.C."],
|
||||
wide: ["antes de Cristo", "depois de Cristo"],
|
||||
};
|
||||
|
||||
const quarterValues = {
|
||||
narrow: ["1", "2", "3", "4"],
|
||||
abbreviated: ["T1", "T2", "T3", "T4"],
|
||||
wide: ["1º trimestre", "2º trimestre", "3º trimestre", "4º trimestre"],
|
||||
};
|
||||
|
||||
const monthValues = {
|
||||
narrow: ["j", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
||||
abbreviated: [
|
||||
"jan",
|
||||
"fev",
|
||||
"mar",
|
||||
"abr",
|
||||
"mai",
|
||||
"jun",
|
||||
"jul",
|
||||
"ago",
|
||||
"set",
|
||||
"out",
|
||||
"nov",
|
||||
"dez",
|
||||
],
|
||||
|
||||
wide: [
|
||||
"janeiro",
|
||||
"fevereiro",
|
||||
"março",
|
||||
"abril",
|
||||
"maio",
|
||||
"junho",
|
||||
"julho",
|
||||
"agosto",
|
||||
"setembro",
|
||||
"outubro",
|
||||
"novembro",
|
||||
"dezembro",
|
||||
],
|
||||
};
|
||||
|
||||
const dayValues = {
|
||||
narrow: ["d", "s", "t", "q", "q", "s", "s"],
|
||||
short: ["dom", "seg", "ter", "qua", "qui", "sex", "sáb"],
|
||||
abbreviated: ["dom", "seg", "ter", "qua", "qui", "sex", "sáb"],
|
||||
wide: [
|
||||
"domingo",
|
||||
"segunda-feira",
|
||||
"terça-feira",
|
||||
"quarta-feira",
|
||||
"quinta-feira",
|
||||
"sexta-feira",
|
||||
"sábado",
|
||||
],
|
||||
};
|
||||
|
||||
const dayPeriodValues = {
|
||||
narrow: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "manhã",
|
||||
afternoon: "tarde",
|
||||
evening: "noite",
|
||||
night: "madrugada",
|
||||
},
|
||||
abbreviated: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "manhã",
|
||||
afternoon: "tarde",
|
||||
evening: "noite",
|
||||
night: "madrugada",
|
||||
},
|
||||
wide: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "manhã",
|
||||
afternoon: "tarde",
|
||||
evening: "noite",
|
||||
night: "madrugada",
|
||||
},
|
||||
};
|
||||
|
||||
const formattingDayPeriodValues = {
|
||||
narrow: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "da manhã",
|
||||
afternoon: "da tarde",
|
||||
evening: "da noite",
|
||||
night: "da madrugada",
|
||||
},
|
||||
abbreviated: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "da manhã",
|
||||
afternoon: "da tarde",
|
||||
evening: "da noite",
|
||||
night: "da madrugada",
|
||||
},
|
||||
wide: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "da manhã",
|
||||
afternoon: "da tarde",
|
||||
evening: "da noite",
|
||||
night: "da madrugada",
|
||||
},
|
||||
};
|
||||
|
||||
const ordinalNumber = (dirtyNumber, _options) => {
|
||||
const number = Number(dirtyNumber);
|
||||
return number + "º";
|
||||
};
|
||||
|
||||
const localize = (exports.localize = {
|
||||
ordinalNumber,
|
||||
|
||||
era: (0, _index.buildLocalizeFn)({
|
||||
values: eraValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
quarter: (0, _index.buildLocalizeFn)({
|
||||
values: quarterValues,
|
||||
defaultWidth: "wide",
|
||||
argumentCallback: (quarter) => quarter - 1,
|
||||
}),
|
||||
|
||||
month: (0, _index.buildLocalizeFn)({
|
||||
values: monthValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
day: (0, _index.buildLocalizeFn)({
|
||||
values: dayValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
dayPeriod: (0, _index.buildLocalizeFn)({
|
||||
values: dayPeriodValues,
|
||||
defaultWidth: "wide",
|
||||
formattingValues: formattingDayPeriodValues,
|
||||
defaultFormattingWidth: "wide",
|
||||
}),
|
||||
});
|
||||
164
frontend/node_modules/date-fns/locale/pt/_lib/localize.mjs
generated
vendored
Normal file
164
frontend/node_modules/date-fns/locale/pt/_lib/localize.mjs
generated
vendored
Normal file
@ -0,0 +1,164 @@
|
||||
import { buildLocalizeFn } from "../../_lib/buildLocalizeFn.mjs";
|
||||
|
||||
const eraValues = {
|
||||
narrow: ["aC", "dC"],
|
||||
abbreviated: ["a.C.", "d.C."],
|
||||
wide: ["antes de Cristo", "depois de Cristo"],
|
||||
};
|
||||
|
||||
const quarterValues = {
|
||||
narrow: ["1", "2", "3", "4"],
|
||||
abbreviated: ["T1", "T2", "T3", "T4"],
|
||||
wide: ["1º trimestre", "2º trimestre", "3º trimestre", "4º trimestre"],
|
||||
};
|
||||
|
||||
const monthValues = {
|
||||
narrow: ["j", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
||||
abbreviated: [
|
||||
"jan",
|
||||
"fev",
|
||||
"mar",
|
||||
"abr",
|
||||
"mai",
|
||||
"jun",
|
||||
"jul",
|
||||
"ago",
|
||||
"set",
|
||||
"out",
|
||||
"nov",
|
||||
"dez",
|
||||
],
|
||||
|
||||
wide: [
|
||||
"janeiro",
|
||||
"fevereiro",
|
||||
"março",
|
||||
"abril",
|
||||
"maio",
|
||||
"junho",
|
||||
"julho",
|
||||
"agosto",
|
||||
"setembro",
|
||||
"outubro",
|
||||
"novembro",
|
||||
"dezembro",
|
||||
],
|
||||
};
|
||||
|
||||
const dayValues = {
|
||||
narrow: ["d", "s", "t", "q", "q", "s", "s"],
|
||||
short: ["dom", "seg", "ter", "qua", "qui", "sex", "sáb"],
|
||||
abbreviated: ["dom", "seg", "ter", "qua", "qui", "sex", "sáb"],
|
||||
wide: [
|
||||
"domingo",
|
||||
"segunda-feira",
|
||||
"terça-feira",
|
||||
"quarta-feira",
|
||||
"quinta-feira",
|
||||
"sexta-feira",
|
||||
"sábado",
|
||||
],
|
||||
};
|
||||
|
||||
const dayPeriodValues = {
|
||||
narrow: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "manhã",
|
||||
afternoon: "tarde",
|
||||
evening: "noite",
|
||||
night: "madrugada",
|
||||
},
|
||||
abbreviated: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "manhã",
|
||||
afternoon: "tarde",
|
||||
evening: "noite",
|
||||
night: "madrugada",
|
||||
},
|
||||
wide: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "manhã",
|
||||
afternoon: "tarde",
|
||||
evening: "noite",
|
||||
night: "madrugada",
|
||||
},
|
||||
};
|
||||
|
||||
const formattingDayPeriodValues = {
|
||||
narrow: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "da manhã",
|
||||
afternoon: "da tarde",
|
||||
evening: "da noite",
|
||||
night: "da madrugada",
|
||||
},
|
||||
abbreviated: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "da manhã",
|
||||
afternoon: "da tarde",
|
||||
evening: "da noite",
|
||||
night: "da madrugada",
|
||||
},
|
||||
wide: {
|
||||
am: "AM",
|
||||
pm: "PM",
|
||||
midnight: "meia-noite",
|
||||
noon: "meio-dia",
|
||||
morning: "da manhã",
|
||||
afternoon: "da tarde",
|
||||
evening: "da noite",
|
||||
night: "da madrugada",
|
||||
},
|
||||
};
|
||||
|
||||
const ordinalNumber = (dirtyNumber, _options) => {
|
||||
const number = Number(dirtyNumber);
|
||||
return number + "º";
|
||||
};
|
||||
|
||||
export const localize = {
|
||||
ordinalNumber,
|
||||
|
||||
era: buildLocalizeFn({
|
||||
values: eraValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
quarter: buildLocalizeFn({
|
||||
values: quarterValues,
|
||||
defaultWidth: "wide",
|
||||
argumentCallback: (quarter) => quarter - 1,
|
||||
}),
|
||||
|
||||
month: buildLocalizeFn({
|
||||
values: monthValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
day: buildLocalizeFn({
|
||||
values: dayValues,
|
||||
defaultWidth: "wide",
|
||||
}),
|
||||
|
||||
dayPeriod: buildLocalizeFn({
|
||||
values: dayPeriodValues,
|
||||
defaultWidth: "wide",
|
||||
formattingValues: formattingDayPeriodValues,
|
||||
defaultFormattingWidth: "wide",
|
||||
}),
|
||||
};
|
||||
2
frontend/node_modules/date-fns/locale/pt/_lib/match.d.mts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/match.d.mts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { Match } from "../../types.js";
|
||||
export declare const match: Match;
|
||||
2
frontend/node_modules/date-fns/locale/pt/_lib/match.d.ts
generated
vendored
Normal file
2
frontend/node_modules/date-fns/locale/pt/_lib/match.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import type { Match } from "../../types.js";
|
||||
export declare const match: Match;
|
||||
140
frontend/node_modules/date-fns/locale/pt/_lib/match.js
generated
vendored
Normal file
140
frontend/node_modules/date-fns/locale/pt/_lib/match.js
generated
vendored
Normal file
@ -0,0 +1,140 @@
|
||||
"use strict";
|
||||
exports.match = void 0;
|
||||
|
||||
var _index = require("../../_lib/buildMatchFn.js");
|
||||
var _index2 = require("../../_lib/buildMatchPatternFn.js");
|
||||
|
||||
const matchOrdinalNumberPattern = /^(\d+)(º|ª)?/i;
|
||||
const parseOrdinalNumberPattern = /\d+/i;
|
||||
|
||||
const matchEraPatterns = {
|
||||
narrow: /^(ac|dc|a|d)/i,
|
||||
abbreviated: /^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,
|
||||
wide: /^(antes de cristo|antes da era comum|depois de cristo|era comum)/i,
|
||||
};
|
||||
const parseEraPatterns = {
|
||||
any: [/^ac/i, /^dc/i],
|
||||
wide: [
|
||||
/^(antes de cristo|antes da era comum)/i,
|
||||
/^(depois de cristo|era comum)/i,
|
||||
],
|
||||
};
|
||||
|
||||
const matchQuarterPatterns = {
|
||||
narrow: /^[1234]/i,
|
||||
abbreviated: /^T[1234]/i,
|
||||
wide: /^[1234](º|ª)? trimestre/i,
|
||||
};
|
||||
const parseQuarterPatterns = {
|
||||
any: [/1/i, /2/i, /3/i, /4/i],
|
||||
};
|
||||
|
||||
const matchMonthPatterns = {
|
||||
narrow: /^[jfmasond]/i,
|
||||
abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,
|
||||
wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i,
|
||||
};
|
||||
const 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,
|
||||
/^ab/i,
|
||||
/^mai/i,
|
||||
/^jun/i,
|
||||
/^jul/i,
|
||||
/^ag/i,
|
||||
/^s/i,
|
||||
/^o/i,
|
||||
/^n/i,
|
||||
/^d/i,
|
||||
],
|
||||
};
|
||||
|
||||
const matchDayPatterns = {
|
||||
narrow: /^[dstq]/i,
|
||||
short: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,
|
||||
abbreviated: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,
|
||||
wide: /^(domingo|segunda-?\s?feira|terça-?\s?feira|quarta-?\s?feira|quinta-?\s?feira|sexta-?\s?feira|s[áa]bado)/i,
|
||||
};
|
||||
const parseDayPatterns = {
|
||||
narrow: [/^d/i, /^s/i, /^t/i, /^q/i, /^q/i, /^s/i, /^s/i],
|
||||
any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[áa]/i],
|
||||
};
|
||||
|
||||
const matchDayPeriodPatterns = {
|
||||
narrow:
|
||||
/^(a|p|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i,
|
||||
any: /^([ap]\.?\s?m\.?|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i,
|
||||
};
|
||||
const parseDayPeriodPatterns = {
|
||||
any: {
|
||||
am: /^a/i,
|
||||
pm: /^p/i,
|
||||
midnight: /^meia/i,
|
||||
noon: /^meio/i,
|
||||
morning: /manh[ãa]/i,
|
||||
afternoon: /tarde/i,
|
||||
evening: /noite/i,
|
||||
night: /madrugada/i,
|
||||
},
|
||||
};
|
||||
|
||||
const match = (exports.match = {
|
||||
ordinalNumber: (0, _index2.buildMatchPatternFn)({
|
||||
matchPattern: matchOrdinalNumberPattern,
|
||||
parsePattern: parseOrdinalNumberPattern,
|
||||
valueCallback: (value) => parseInt(value, 10),
|
||||
}),
|
||||
|
||||
era: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchEraPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseEraPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
quarter: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchQuarterPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseQuarterPatterns,
|
||||
defaultParseWidth: "any",
|
||||
valueCallback: (index) => index + 1,
|
||||
}),
|
||||
|
||||
month: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchMonthPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseMonthPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
day: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchDayPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseDayPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
dayPeriod: (0, _index.buildMatchFn)({
|
||||
matchPatterns: matchDayPeriodPatterns,
|
||||
defaultMatchWidth: "any",
|
||||
parsePatterns: parseDayPeriodPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
});
|
||||
137
frontend/node_modules/date-fns/locale/pt/_lib/match.mjs
generated
vendored
Normal file
137
frontend/node_modules/date-fns/locale/pt/_lib/match.mjs
generated
vendored
Normal file
@ -0,0 +1,137 @@
|
||||
import { buildMatchFn } from "../../_lib/buildMatchFn.mjs";
|
||||
import { buildMatchPatternFn } from "../../_lib/buildMatchPatternFn.mjs";
|
||||
|
||||
const matchOrdinalNumberPattern = /^(\d+)(º|ª)?/i;
|
||||
const parseOrdinalNumberPattern = /\d+/i;
|
||||
|
||||
const matchEraPatterns = {
|
||||
narrow: /^(ac|dc|a|d)/i,
|
||||
abbreviated: /^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,
|
||||
wide: /^(antes de cristo|antes da era comum|depois de cristo|era comum)/i,
|
||||
};
|
||||
const parseEraPatterns = {
|
||||
any: [/^ac/i, /^dc/i],
|
||||
wide: [
|
||||
/^(antes de cristo|antes da era comum)/i,
|
||||
/^(depois de cristo|era comum)/i,
|
||||
],
|
||||
};
|
||||
|
||||
const matchQuarterPatterns = {
|
||||
narrow: /^[1234]/i,
|
||||
abbreviated: /^T[1234]/i,
|
||||
wide: /^[1234](º|ª)? trimestre/i,
|
||||
};
|
||||
const parseQuarterPatterns = {
|
||||
any: [/1/i, /2/i, /3/i, /4/i],
|
||||
};
|
||||
|
||||
const matchMonthPatterns = {
|
||||
narrow: /^[jfmasond]/i,
|
||||
abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,
|
||||
wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i,
|
||||
};
|
||||
const 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,
|
||||
/^ab/i,
|
||||
/^mai/i,
|
||||
/^jun/i,
|
||||
/^jul/i,
|
||||
/^ag/i,
|
||||
/^s/i,
|
||||
/^o/i,
|
||||
/^n/i,
|
||||
/^d/i,
|
||||
],
|
||||
};
|
||||
|
||||
const matchDayPatterns = {
|
||||
narrow: /^[dstq]/i,
|
||||
short: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,
|
||||
abbreviated: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,
|
||||
wide: /^(domingo|segunda-?\s?feira|terça-?\s?feira|quarta-?\s?feira|quinta-?\s?feira|sexta-?\s?feira|s[áa]bado)/i,
|
||||
};
|
||||
const parseDayPatterns = {
|
||||
narrow: [/^d/i, /^s/i, /^t/i, /^q/i, /^q/i, /^s/i, /^s/i],
|
||||
any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[áa]/i],
|
||||
};
|
||||
|
||||
const matchDayPeriodPatterns = {
|
||||
narrow:
|
||||
/^(a|p|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i,
|
||||
any: /^([ap]\.?\s?m\.?|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i,
|
||||
};
|
||||
const parseDayPeriodPatterns = {
|
||||
any: {
|
||||
am: /^a/i,
|
||||
pm: /^p/i,
|
||||
midnight: /^meia/i,
|
||||
noon: /^meio/i,
|
||||
morning: /manh[ãa]/i,
|
||||
afternoon: /tarde/i,
|
||||
evening: /noite/i,
|
||||
night: /madrugada/i,
|
||||
},
|
||||
};
|
||||
|
||||
export const match = {
|
||||
ordinalNumber: buildMatchPatternFn({
|
||||
matchPattern: matchOrdinalNumberPattern,
|
||||
parsePattern: parseOrdinalNumberPattern,
|
||||
valueCallback: (value) => parseInt(value, 10),
|
||||
}),
|
||||
|
||||
era: buildMatchFn({
|
||||
matchPatterns: matchEraPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseEraPatterns,
|
||||
defaultParseWidth: "any",
|
||||
}),
|
||||
|
||||
quarter: buildMatchFn({
|
||||
matchPatterns: matchQuarterPatterns,
|
||||
defaultMatchWidth: "wide",
|
||||
parsePatterns: parseQuarterPatterns,
|
||||
defaultParseWidth: "any",
|
||||
valueCallback: (index) => 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",
|
||||
}),
|
||||
};
|
||||
Reference in New Issue
Block a user