@keyhowl/reservation-form
Version:
In order to use this form, you need to have a registration in Keyhowl. There is a detailed tutorial on how to use this package on the [Keyhowl website](https://keyhowl.com).
329 lines (328 loc) • 7.86 kB
JavaScript
import { b as d, a as n, c as s, d as o } from "./main-e152d45e.mjs";
import "react";
var m = {
lessThanXSeconds: {
one: "menos de un segundo",
other: "menos de {{count}} segundos"
},
xSeconds: {
one: "1 segundo",
other: "{{count}} segundos"
},
halfAMinute: "medio minuto",
lessThanXMinutes: {
one: "menos de un minuto",
other: "menos de {{count}} minutos"
},
xMinutes: {
one: "1 minuto",
other: "{{count}} minutos"
},
aboutXHours: {
one: "alrededor de 1 hora",
other: "alrededor de {{count}} horas"
},
xHours: {
one: "1 hora",
other: "{{count}} horas"
},
xDays: {
one: "1 día",
other: "{{count}} días"
},
aboutXWeeks: {
one: "alrededor de 1 semana",
other: "alrededor de {{count}} semanas"
},
xWeeks: {
one: "1 semana",
other: "{{count}} semanas"
},
aboutXMonths: {
one: "alrededor de 1 mes",
other: "alrededor de {{count}} meses"
},
xMonths: {
one: "1 mes",
other: "{{count}} meses"
},
aboutXYears: {
one: "alrededor de 1 año",
other: "alrededor de {{count}} años"
},
xYears: {
one: "1 año",
other: "{{count}} años"
},
overXYears: {
one: "más de 1 año",
other: "más de {{count}} años"
},
almostXYears: {
one: "casi 1 año",
other: "casi {{count}} años"
}
}, l = function(e, r, a) {
var t, i = m[e];
return typeof i == "string" ? t = i : r === 1 ? t = i.one : t = i.other.replace("{{count}}", r.toString()), a != null && a.addSuffix ? a.comparison && a.comparison > 0 ? "en " + t : "hace " + t : t;
};
const u = l;
var c = {
full: "EEEE, d 'de' MMMM 'de' y",
long: "d 'de' MMMM 'de' y",
medium: "d MMM y",
short: "dd/MM/y"
}, h = {
full: "HH:mm:ss zzzz",
long: "HH:mm:ss z",
medium: "HH:mm:ss",
short: "HH:mm"
}, v = {
full: "{{date}} 'a las' {{time}}",
long: "{{date}} 'a las' {{time}}",
medium: "{{date}}, {{time}}",
short: "{{date}}, {{time}}"
}, f = {
date: d({
formats: c,
defaultWidth: "full"
}),
time: d({
formats: h,
defaultWidth: "full"
}),
dateTime: d({
formats: v,
defaultWidth: "full"
})
};
const b = f;
var g = {
lastWeek: "'el' eeee 'pasado a la' p",
yesterday: "'ayer a la' p",
today: "'hoy a la' p",
tomorrow: "'mañana a la' p",
nextWeek: "eeee 'a la' p",
other: "P"
}, p = {
lastWeek: "'el' eeee 'pasado a las' p",
yesterday: "'ayer a las' p",
today: "'hoy a las' p",
tomorrow: "'mañana a las' p",
nextWeek: "eeee 'a las' p",
other: "P"
}, y = function(e, r, a, t) {
return r.getUTCHours() !== 1 ? p[e] : g[e];
};
const P = y;
var w = {
narrow: ["AC", "DC"],
abbreviated: ["AC", "DC"],
wide: ["antes de cristo", "después de cristo"]
}, M = {
narrow: ["1", "2", "3", "4"],
abbreviated: ["T1", "T2", "T3", "T4"],
wide: ["1º trimestre", "2º trimestre", "3º trimestre", "4º trimestre"]
}, W = {
narrow: ["e", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
abbreviated: ["ene", "feb", "mar", "abr", "may", "jun", "jul", "ago", "sep", "oct", "nov", "dic"],
wide: ["enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre"]
}, j = {
narrow: ["d", "l", "m", "m", "j", "v", "s"],
short: ["do", "lu", "ma", "mi", "ju", "vi", "sá"],
abbreviated: ["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
wide: ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"]
}, D = {
narrow: {
am: "a",
pm: "p",
midnight: "mn",
noon: "md",
morning: "mañana",
afternoon: "tarde",
evening: "tarde",
night: "noche"
},
abbreviated: {
am: "AM",
pm: "PM",
midnight: "medianoche",
noon: "mediodia",
morning: "mañana",
afternoon: "tarde",
evening: "tarde",
night: "noche"
},
wide: {
am: "a.m.",
pm: "p.m.",
midnight: "medianoche",
noon: "mediodia",
morning: "mañana",
afternoon: "tarde",
evening: "tarde",
night: "noche"
}
}, k = {
narrow: {
am: "a",
pm: "p",
midnight: "mn",
noon: "md",
morning: "de la mañana",
afternoon: "de la tarde",
evening: "de la tarde",
night: "de la noche"
},
abbreviated: {
am: "AM",
pm: "PM",
midnight: "medianoche",
noon: "mediodia",
morning: "de la mañana",
afternoon: "de la tarde",
evening: "de la tarde",
night: "de la noche"
},
wide: {
am: "a.m.",
pm: "p.m.",
midnight: "medianoche",
noon: "mediodia",
morning: "de la mañana",
afternoon: "de la tarde",
evening: "de la tarde",
night: "de la noche"
}
}, x = function(e, r) {
var a = Number(e);
return a + "º";
}, z = {
ordinalNumber: x,
era: n({
values: w,
defaultWidth: "wide"
}),
quarter: n({
values: M,
defaultWidth: "wide",
argumentCallback: function(e) {
return Number(e) - 1;
}
}),
month: n({
values: W,
defaultWidth: "wide"
}),
day: n({
values: j,
defaultWidth: "wide"
}),
dayPeriod: n({
values: D,
defaultWidth: "wide",
formattingValues: k,
defaultFormattingWidth: "wide"
})
};
const H = z;
var T = /^(\d+)(º)?/i, C = /\d+/i, F = {
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 de la era com[uú]n|despu[eé]s de cristo|era com[uú]n)/i
}, L = {
any: [/^ac/i, /^dc/i],
wide: [/^(antes de cristo|antes de la era com[uú]n)/i, /^(despu[eé]s de cristo|era com[uú]n)/i]
}, V = {
narrow: /^[1234]/i,
abbreviated: /^T[1234]/i,
wide: /^[1234](º)? trimestre/i
}, X = {
any: [/1/i, /2/i, /3/i, /4/i]
}, N = {
narrow: /^[efmajsond]/i,
abbreviated: /^(ene|feb|mar|abr|may|jun|jul|ago|sep|oct|nov|dic)/i,
wide: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i
}, E = {
narrow: [/^e/i, /^f/i, /^m/i, /^a/i, /^m/i, /^j/i, /^j/i, /^a/i, /^s/i, /^o/i, /^n/i, /^d/i],
any: [/^en/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i]
}, A = {
narrow: /^[dlmjvs]/i,
short: /^(do|lu|ma|mi|ju|vi|s[áa])/i,
abbreviated: /^(dom|lun|mar|mi[ée]|jue|vie|s[áa]b)/i,
wide: /^(domingo|lunes|martes|mi[ée]rcoles|jueves|viernes|s[áa]bado)/i
}, R = {
narrow: [/^d/i, /^l/i, /^m/i, /^m/i, /^j/i, /^v/i, /^s/i],
any: [/^do/i, /^lu/i, /^ma/i, /^mi/i, /^ju/i, /^vi/i, /^sa/i]
}, S = {
narrow: /^(a|p|mn|md|(de la|a las) (mañana|tarde|noche))/i,
any: /^([ap]\.?\s?m\.?|medianoche|mediodia|(de la|a las) (mañana|tarde|noche))/i
}, $ = {
any: {
am: /^a/i,
pm: /^p/i,
midnight: /^mn/i,
noon: /^md/i,
morning: /mañana/i,
afternoon: /tarde/i,
evening: /tarde/i,
night: /noche/i
}
}, Y = {
ordinalNumber: s({
matchPattern: T,
parsePattern: C,
valueCallback: function(e) {
return parseInt(e, 10);
}
}),
era: o({
matchPatterns: F,
defaultMatchWidth: "wide",
parsePatterns: L,
defaultParseWidth: "any"
}),
quarter: o({
matchPatterns: V,
defaultMatchWidth: "wide",
parsePatterns: X,
defaultParseWidth: "any",
valueCallback: function(e) {
return e + 1;
}
}),
month: o({
matchPatterns: N,
defaultMatchWidth: "wide",
parsePatterns: E,
defaultParseWidth: "any"
}),
day: o({
matchPatterns: A,
defaultMatchWidth: "wide",
parsePatterns: R,
defaultParseWidth: "any"
}),
dayPeriod: o({
matchPatterns: S,
defaultMatchWidth: "any",
parsePatterns: $,
defaultParseWidth: "any"
})
};
const q = Y;
var Q = {
code: "es",
formatDistance: u,
formatLong: b,
formatRelative: P,
localize: H,
match: q,
options: {
weekStartsOn: 1,
firstWeekContainsDate: 1
}
};
export {
Q as default
};