registration
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { buildFormatLongFn } from "../../_lib/buildFormatLongFn.mjs";
|
||||
"use strict";
|
||||
exports.formatLong = void 0;
|
||||
var _index = require("../../_lib/buildFormatLongFn.cjs");
|
||||
|
||||
const dateFormats = {
|
||||
full: "EEEE d MMMM y",
|
||||
@@ -21,19 +23,19 @@ const dateTimeFormats = {
|
||||
short: "{{date}} {{time}}",
|
||||
};
|
||||
|
||||
export const formatLong = {
|
||||
date: buildFormatLongFn({
|
||||
const formatLong = (exports.formatLong = {
|
||||
date: (0, _index.buildFormatLongFn)({
|
||||
formats: dateFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
time: buildFormatLongFn({
|
||||
time: (0, _index.buildFormatLongFn)({
|
||||
formats: timeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
dateTime: buildFormatLongFn({
|
||||
dateTime: (0, _index.buildFormatLongFn)({
|
||||
formats: dateTimeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
};
|
||||
});
|
||||
14
frontend/style/node_modules/date-fns/locale/it-CH/_lib/formatLong.js
generated
vendored
14
frontend/style/node_modules/date-fns/locale/it-CH/_lib/formatLong.js
generated
vendored
@@ -1,6 +1,4 @@
|
||||
"use strict";
|
||||
exports.formatLong = void 0;
|
||||
var _index = require("../../_lib/buildFormatLongFn.js");
|
||||
import { buildFormatLongFn } from "../../_lib/buildFormatLongFn.js";
|
||||
|
||||
const dateFormats = {
|
||||
full: "EEEE d MMMM y",
|
||||
@@ -23,19 +21,19 @@ const dateTimeFormats = {
|
||||
short: "{{date}} {{time}}",
|
||||
};
|
||||
|
||||
const formatLong = (exports.formatLong = {
|
||||
date: (0, _index.buildFormatLongFn)({
|
||||
export const formatLong = {
|
||||
date: buildFormatLongFn({
|
||||
formats: dateFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
time: (0, _index.buildFormatLongFn)({
|
||||
time: buildFormatLongFn({
|
||||
formats: timeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
|
||||
dateTime: (0, _index.buildFormatLongFn)({
|
||||
dateTime: buildFormatLongFn({
|
||||
formats: dateTimeFormats,
|
||||
defaultWidth: "full",
|
||||
}),
|
||||
});
|
||||
};
|
||||
|
||||
1196
frontend/style/node_modules/date-fns/locale/it-CH/cdn.js
generated
vendored
1196
frontend/style/node_modules/date-fns/locale/it-CH/cdn.js
generated
vendored
File diff suppressed because it is too large
Load Diff
2
frontend/style/node_modules/date-fns/locale/it-CH/cdn.js.map
generated
vendored
2
frontend/style/node_modules/date-fns/locale/it-CH/cdn.js.map
generated
vendored
File diff suppressed because one or more lines are too long
4
frontend/style/node_modules/date-fns/locale/it-CH/cdn.min.js
generated
vendored
4
frontend/style/node_modules/date-fns/locale/it-CH/cdn.min.js
generated
vendored
File diff suppressed because one or more lines are too long
6
frontend/style/node_modules/date-fns/locale/it-CH/cdn.min.js.map
generated
vendored
6
frontend/style/node_modules/date-fns/locale/it-CH/cdn.min.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user