registration

This commit is contained in:
User
2025-02-02 16:08:03 +03:00
parent 7f6495eb4d
commit 78afbaed71
6334 changed files with 196774 additions and 165754 deletions

View File

@@ -1,3 +1,6 @@
"use strict";
exports.formatDistance = void 0;
const formatDistanceLocale = {
lessThanXSeconds: {
one: "less than a second",
@@ -77,7 +80,7 @@ const formatDistanceLocale = {
},
};
export const formatDistance = (token, count, options) => {
const formatDistance = (token, count, options) => {
let result;
const tokenValue = formatDistanceLocale[token];
@@ -99,3 +102,4 @@ export const formatDistance = (token, count, options) => {
return result;
};
exports.formatDistance = formatDistance;

View File

@@ -1,6 +1,3 @@
"use strict";
exports.formatDistance = void 0;
const formatDistanceLocale = {
lessThanXSeconds: {
one: "less than a second",
@@ -80,7 +77,7 @@ const formatDistanceLocale = {
},
};
const formatDistance = (token, count, options) => {
export const formatDistance = (token, count, options) => {
let result;
const tokenValue = formatDistanceLocale[token];
@@ -102,4 +99,3 @@ const formatDistance = (token, count, options) => {
return result;
};
exports.formatDistance = formatDistance;

View File

@@ -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, MMMM do, yyyy",
@@ -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",
}),
};
});

View File

@@ -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, MMMM do, yyyy",
@@ -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",
}),
});
};

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long