Spaces:
Configuration error
Configuration error
luigi12345
commited on
Commit
•
032f42d
1
Parent(s):
3e372c0
99eb7291481c8e8479c587ac130792ec141badaf4f0e97d224a957ecd10db09f
Browse files- workers1/auto3d/node_modules/date-fns/locale/gd.d.ts +9 -0
- workers1/auto3d/node_modules/date-fns/locale/gd.js +27 -0
- workers1/auto3d/node_modules/date-fns/locale/gd.mjs +28 -0
- workers1/auto3d/node_modules/date-fns/locale/gl.d.mts +10 -0
- workers1/auto3d/node_modules/date-fns/locale/gl.d.ts +10 -0
- workers1/auto3d/node_modules/date-fns/locale/gl.js +28 -0
- workers1/auto3d/node_modules/date-fns/locale/gl.mjs +29 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatDistance.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatDistance.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatDistance.js +105 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatDistance.mjs +101 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatLong.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatLong.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatLong.js +41 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatLong.mjs +39 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatRelative.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatRelative.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatRelative.js +28 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatRelative.mjs +24 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/localize.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/localize.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/localize.js +158 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/localize.mjs +156 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/match.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/match.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/match.js +139 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/_lib/match.mjs +136 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/cdn.js +527 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/cdn.js.map +1 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/cdn.min.js +3 -0
- workers1/auto3d/node_modules/date-fns/locale/gl/cdn.min.js.map +10 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatDistance.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatDistance.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatDistance.js +106 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatDistance.mjs +102 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatLong.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatLong.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatLong.js +42 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatLong.mjs +40 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatRelative.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatRelative.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatRelative.js +17 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatRelative.mjs +13 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/localize.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/localize.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/localize.js +181 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/localize.mjs +179 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/match.d.mts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/match.d.ts +2 -0
- workers1/auto3d/node_modules/date-fns/locale/gu/_lib/match.js +137 -0
workers1/auto3d/node_modules/date-fns/locale/gd.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import type { Locale } from "./types.js";
|
2 |
+
/**
|
3 |
+
* @category Locales
|
4 |
+
* @summary Scottish Gaelic.
|
5 |
+
* @language Scottish Gaelic
|
6 |
+
* @iso-639-2 gla
|
7 |
+
* @author Lee Driscoll [@leedriscoll](https://github.com/leedriscoll)
|
8 |
+
*/
|
9 |
+
export declare const gd: Locale;
|
workers1/auto3d/node_modules/date-fns/locale/gd.js
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.gd = void 0;
|
3 |
+
var _index = require("./gd/_lib/formatDistance.js");
|
4 |
+
var _index2 = require("./gd/_lib/formatLong.js");
|
5 |
+
var _index3 = require("./gd/_lib/formatRelative.js");
|
6 |
+
var _index4 = require("./gd/_lib/localize.js");
|
7 |
+
var _index5 = require("./gd/_lib/match.js");
|
8 |
+
|
9 |
+
/**
|
10 |
+
* @category Locales
|
11 |
+
* @summary Scottish Gaelic.
|
12 |
+
* @language Scottish Gaelic
|
13 |
+
* @iso-639-2 gla
|
14 |
+
* @author Lee Driscoll [@leedriscoll](https://github.com/leedriscoll)
|
15 |
+
*/
|
16 |
+
const gd = (exports.gd = {
|
17 |
+
code: "gd",
|
18 |
+
formatDistance: _index.formatDistance,
|
19 |
+
formatLong: _index2.formatLong,
|
20 |
+
formatRelative: _index3.formatRelative,
|
21 |
+
localize: _index4.localize,
|
22 |
+
match: _index5.match,
|
23 |
+
options: {
|
24 |
+
weekStartsOn: 0 /* Sunday */,
|
25 |
+
firstWeekContainsDate: 1,
|
26 |
+
},
|
27 |
+
});
|
workers1/auto3d/node_modules/date-fns/locale/gd.mjs
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { formatDistance } from "./gd/_lib/formatDistance.mjs";
|
2 |
+
import { formatLong } from "./gd/_lib/formatLong.mjs";
|
3 |
+
import { formatRelative } from "./gd/_lib/formatRelative.mjs";
|
4 |
+
import { localize } from "./gd/_lib/localize.mjs";
|
5 |
+
import { match } from "./gd/_lib/match.mjs";
|
6 |
+
|
7 |
+
/**
|
8 |
+
* @category Locales
|
9 |
+
* @summary Scottish Gaelic.
|
10 |
+
* @language Scottish Gaelic
|
11 |
+
* @iso-639-2 gla
|
12 |
+
* @author Lee Driscoll [@leedriscoll](https://github.com/leedriscoll)
|
13 |
+
*/
|
14 |
+
export const gd = {
|
15 |
+
code: "gd",
|
16 |
+
formatDistance: formatDistance,
|
17 |
+
formatLong: formatLong,
|
18 |
+
formatRelative: formatRelative,
|
19 |
+
localize: localize,
|
20 |
+
match: match,
|
21 |
+
options: {
|
22 |
+
weekStartsOn: 0 /* Sunday */,
|
23 |
+
firstWeekContainsDate: 1,
|
24 |
+
},
|
25 |
+
};
|
26 |
+
|
27 |
+
// Fallback for modularized imports:
|
28 |
+
export default gd;
|
workers1/auto3d/node_modules/date-fns/locale/gl.d.mts
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import type { Locale } from "./types.js";
|
2 |
+
/**
|
3 |
+
* @category Locales
|
4 |
+
* @summary Galician locale.
|
5 |
+
* @language Galician
|
6 |
+
* @iso-639-2 glg
|
7 |
+
* @author Alberto Doval - Cocodin Technology[@cocodinTech](https://github.com/cocodinTech)
|
8 |
+
* @author Fidel Pita [@fidelpita](https://github.com/fidelpita)
|
9 |
+
*/
|
10 |
+
export declare const gl: Locale;
|
workers1/auto3d/node_modules/date-fns/locale/gl.d.ts
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import type { Locale } from "./types.js";
|
2 |
+
/**
|
3 |
+
* @category Locales
|
4 |
+
* @summary Galician locale.
|
5 |
+
* @language Galician
|
6 |
+
* @iso-639-2 glg
|
7 |
+
* @author Alberto Doval - Cocodin Technology[@cocodinTech](https://github.com/cocodinTech)
|
8 |
+
* @author Fidel Pita [@fidelpita](https://github.com/fidelpita)
|
9 |
+
*/
|
10 |
+
export declare const gl: Locale;
|
workers1/auto3d/node_modules/date-fns/locale/gl.js
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.gl = void 0;
|
3 |
+
var _index = require("./gl/_lib/formatDistance.js");
|
4 |
+
var _index2 = require("./gl/_lib/formatLong.js");
|
5 |
+
var _index3 = require("./gl/_lib/formatRelative.js");
|
6 |
+
var _index4 = require("./gl/_lib/localize.js");
|
7 |
+
var _index5 = require("./gl/_lib/match.js");
|
8 |
+
|
9 |
+
/**
|
10 |
+
* @category Locales
|
11 |
+
* @summary Galician locale.
|
12 |
+
* @language Galician
|
13 |
+
* @iso-639-2 glg
|
14 |
+
* @author Alberto Doval - Cocodin Technology[@cocodinTech](https://github.com/cocodinTech)
|
15 |
+
* @author Fidel Pita [@fidelpita](https://github.com/fidelpita)
|
16 |
+
*/
|
17 |
+
const gl = (exports.gl = {
|
18 |
+
code: "gl",
|
19 |
+
formatDistance: _index.formatDistance,
|
20 |
+
formatLong: _index2.formatLong,
|
21 |
+
formatRelative: _index3.formatRelative,
|
22 |
+
localize: _index4.localize,
|
23 |
+
match: _index5.match,
|
24 |
+
options: {
|
25 |
+
weekStartsOn: 1 /* Monday */,
|
26 |
+
firstWeekContainsDate: 1,
|
27 |
+
},
|
28 |
+
});
|
workers1/auto3d/node_modules/date-fns/locale/gl.mjs
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { formatDistance } from "./gl/_lib/formatDistance.mjs";
|
2 |
+
import { formatLong } from "./gl/_lib/formatLong.mjs";
|
3 |
+
import { formatRelative } from "./gl/_lib/formatRelative.mjs";
|
4 |
+
import { localize } from "./gl/_lib/localize.mjs";
|
5 |
+
import { match } from "./gl/_lib/match.mjs";
|
6 |
+
|
7 |
+
/**
|
8 |
+
* @category Locales
|
9 |
+
* @summary Galician locale.
|
10 |
+
* @language Galician
|
11 |
+
* @iso-639-2 glg
|
12 |
+
* @author Alberto Doval - Cocodin Technology[@cocodinTech](https://github.com/cocodinTech)
|
13 |
+
* @author Fidel Pita [@fidelpita](https://github.com/fidelpita)
|
14 |
+
*/
|
15 |
+
export const gl = {
|
16 |
+
code: "gl",
|
17 |
+
formatDistance: formatDistance,
|
18 |
+
formatLong: formatLong,
|
19 |
+
formatRelative: formatRelative,
|
20 |
+
localize: localize,
|
21 |
+
match: match,
|
22 |
+
options: {
|
23 |
+
weekStartsOn: 1 /* Monday */,
|
24 |
+
firstWeekContainsDate: 1,
|
25 |
+
},
|
26 |
+
};
|
27 |
+
|
28 |
+
// Fallback for modularized imports:
|
29 |
+
export default gl;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatDistance.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatDistanceFn } from "../../types.js";
|
2 |
+
export declare const formatDistance: FormatDistanceFn;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatDistance.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatDistanceFn } from "../../types.js";
|
2 |
+
export declare const formatDistance: FormatDistanceFn;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatDistance.js
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.formatDistance = void 0;
|
3 |
+
|
4 |
+
const formatDistanceLocale = {
|
5 |
+
lessThanXSeconds: {
|
6 |
+
one: "menos dun segundo",
|
7 |
+
other: "menos de {{count}} segundos",
|
8 |
+
},
|
9 |
+
|
10 |
+
xSeconds: {
|
11 |
+
one: "1 segundo",
|
12 |
+
other: "{{count}} segundos",
|
13 |
+
},
|
14 |
+
|
15 |
+
halfAMinute: "medio minuto",
|
16 |
+
|
17 |
+
lessThanXMinutes: {
|
18 |
+
one: "menos dun minuto",
|
19 |
+
other: "menos de {{count}} minutos",
|
20 |
+
},
|
21 |
+
|
22 |
+
xMinutes: {
|
23 |
+
one: "1 minuto",
|
24 |
+
other: "{{count}} minutos",
|
25 |
+
},
|
26 |
+
|
27 |
+
aboutXHours: {
|
28 |
+
one: "arredor dunha hora",
|
29 |
+
other: "arredor de {{count}} horas",
|
30 |
+
},
|
31 |
+
|
32 |
+
xHours: {
|
33 |
+
one: "1 hora",
|
34 |
+
other: "{{count}} horas",
|
35 |
+
},
|
36 |
+
|
37 |
+
xDays: {
|
38 |
+
one: "1 día",
|
39 |
+
other: "{{count}} días",
|
40 |
+
},
|
41 |
+
|
42 |
+
aboutXWeeks: {
|
43 |
+
one: "arredor dunha semana",
|
44 |
+
other: "arredor de {{count}} semanas",
|
45 |
+
},
|
46 |
+
|
47 |
+
xWeeks: {
|
48 |
+
one: "1 semana",
|
49 |
+
other: "{{count}} semanas",
|
50 |
+
},
|
51 |
+
|
52 |
+
aboutXMonths: {
|
53 |
+
one: "arredor de 1 mes",
|
54 |
+
other: "arredor de {{count}} meses",
|
55 |
+
},
|
56 |
+
|
57 |
+
xMonths: {
|
58 |
+
one: "1 mes",
|
59 |
+
other: "{{count}} meses",
|
60 |
+
},
|
61 |
+
|
62 |
+
aboutXYears: {
|
63 |
+
one: "arredor dun ano",
|
64 |
+
other: "arredor de {{count}} anos",
|
65 |
+
},
|
66 |
+
|
67 |
+
xYears: {
|
68 |
+
one: "1 ano",
|
69 |
+
other: "{{count}} anos",
|
70 |
+
},
|
71 |
+
|
72 |
+
overXYears: {
|
73 |
+
one: "máis dun ano",
|
74 |
+
other: "máis de {{count}} anos",
|
75 |
+
},
|
76 |
+
|
77 |
+
almostXYears: {
|
78 |
+
one: "case un ano",
|
79 |
+
other: "case {{count}} anos",
|
80 |
+
},
|
81 |
+
};
|
82 |
+
|
83 |
+
const formatDistance = (token, count, options) => {
|
84 |
+
let result;
|
85 |
+
|
86 |
+
const tokenValue = formatDistanceLocale[token];
|
87 |
+
if (typeof tokenValue === "string") {
|
88 |
+
result = tokenValue;
|
89 |
+
} else if (count === 1) {
|
90 |
+
result = tokenValue.one;
|
91 |
+
} else {
|
92 |
+
result = tokenValue.other.replace("{{count}}", String(count));
|
93 |
+
}
|
94 |
+
|
95 |
+
if (options?.addSuffix) {
|
96 |
+
if (options.comparison && options.comparison > 0) {
|
97 |
+
return "en " + result;
|
98 |
+
} else {
|
99 |
+
return "hai " + result;
|
100 |
+
}
|
101 |
+
}
|
102 |
+
|
103 |
+
return result;
|
104 |
+
};
|
105 |
+
exports.formatDistance = formatDistance;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatDistance.mjs
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
const formatDistanceLocale = {
|
2 |
+
lessThanXSeconds: {
|
3 |
+
one: "menos dun segundo",
|
4 |
+
other: "menos de {{count}} segundos",
|
5 |
+
},
|
6 |
+
|
7 |
+
xSeconds: {
|
8 |
+
one: "1 segundo",
|
9 |
+
other: "{{count}} segundos",
|
10 |
+
},
|
11 |
+
|
12 |
+
halfAMinute: "medio minuto",
|
13 |
+
|
14 |
+
lessThanXMinutes: {
|
15 |
+
one: "menos dun minuto",
|
16 |
+
other: "menos de {{count}} minutos",
|
17 |
+
},
|
18 |
+
|
19 |
+
xMinutes: {
|
20 |
+
one: "1 minuto",
|
21 |
+
other: "{{count}} minutos",
|
22 |
+
},
|
23 |
+
|
24 |
+
aboutXHours: {
|
25 |
+
one: "arredor dunha hora",
|
26 |
+
other: "arredor de {{count}} horas",
|
27 |
+
},
|
28 |
+
|
29 |
+
xHours: {
|
30 |
+
one: "1 hora",
|
31 |
+
other: "{{count}} horas",
|
32 |
+
},
|
33 |
+
|
34 |
+
xDays: {
|
35 |
+
one: "1 día",
|
36 |
+
other: "{{count}} días",
|
37 |
+
},
|
38 |
+
|
39 |
+
aboutXWeeks: {
|
40 |
+
one: "arredor dunha semana",
|
41 |
+
other: "arredor de {{count}} semanas",
|
42 |
+
},
|
43 |
+
|
44 |
+
xWeeks: {
|
45 |
+
one: "1 semana",
|
46 |
+
other: "{{count}} semanas",
|
47 |
+
},
|
48 |
+
|
49 |
+
aboutXMonths: {
|
50 |
+
one: "arredor de 1 mes",
|
51 |
+
other: "arredor de {{count}} meses",
|
52 |
+
},
|
53 |
+
|
54 |
+
xMonths: {
|
55 |
+
one: "1 mes",
|
56 |
+
other: "{{count}} meses",
|
57 |
+
},
|
58 |
+
|
59 |
+
aboutXYears: {
|
60 |
+
one: "arredor dun ano",
|
61 |
+
other: "arredor de {{count}} anos",
|
62 |
+
},
|
63 |
+
|
64 |
+
xYears: {
|
65 |
+
one: "1 ano",
|
66 |
+
other: "{{count}} anos",
|
67 |
+
},
|
68 |
+
|
69 |
+
overXYears: {
|
70 |
+
one: "máis dun ano",
|
71 |
+
other: "máis de {{count}} anos",
|
72 |
+
},
|
73 |
+
|
74 |
+
almostXYears: {
|
75 |
+
one: "case un ano",
|
76 |
+
other: "case {{count}} anos",
|
77 |
+
},
|
78 |
+
};
|
79 |
+
|
80 |
+
export const formatDistance = (token, count, options) => {
|
81 |
+
let result;
|
82 |
+
|
83 |
+
const tokenValue = formatDistanceLocale[token];
|
84 |
+
if (typeof tokenValue === "string") {
|
85 |
+
result = tokenValue;
|
86 |
+
} else if (count === 1) {
|
87 |
+
result = tokenValue.one;
|
88 |
+
} else {
|
89 |
+
result = tokenValue.other.replace("{{count}}", String(count));
|
90 |
+
}
|
91 |
+
|
92 |
+
if (options?.addSuffix) {
|
93 |
+
if (options.comparison && options.comparison > 0) {
|
94 |
+
return "en " + result;
|
95 |
+
} else {
|
96 |
+
return "hai " + result;
|
97 |
+
}
|
98 |
+
}
|
99 |
+
|
100 |
+
return result;
|
101 |
+
};
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatLong.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatLong } from "../../types.js";
|
2 |
+
export declare const formatLong: FormatLong;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatLong.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatLong } from "../../types.js";
|
2 |
+
export declare const formatLong: FormatLong;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatLong.js
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.formatLong = void 0;
|
3 |
+
var _index = require("../../_lib/buildFormatLongFn.js");
|
4 |
+
|
5 |
+
const dateFormats = {
|
6 |
+
full: "EEEE, d 'de' MMMM y",
|
7 |
+
long: "d 'de' MMMM y",
|
8 |
+
medium: "d MMM y",
|
9 |
+
short: "dd/MM/y",
|
10 |
+
};
|
11 |
+
|
12 |
+
const timeFormats = {
|
13 |
+
full: "HH:mm:ss zzzz",
|
14 |
+
long: "HH:mm:ss z",
|
15 |
+
medium: "HH:mm:ss",
|
16 |
+
short: "HH:mm",
|
17 |
+
};
|
18 |
+
|
19 |
+
const dateTimeFormats = {
|
20 |
+
full: "{{date}} 'ás' {{time}}",
|
21 |
+
long: "{{date}} 'ás' {{time}}",
|
22 |
+
medium: "{{date}}, {{time}}",
|
23 |
+
short: "{{date}}, {{time}}",
|
24 |
+
};
|
25 |
+
|
26 |
+
const formatLong = (exports.formatLong = {
|
27 |
+
date: (0, _index.buildFormatLongFn)({
|
28 |
+
formats: dateFormats,
|
29 |
+
defaultWidth: "full",
|
30 |
+
}),
|
31 |
+
|
32 |
+
time: (0, _index.buildFormatLongFn)({
|
33 |
+
formats: timeFormats,
|
34 |
+
defaultWidth: "full",
|
35 |
+
}),
|
36 |
+
|
37 |
+
dateTime: (0, _index.buildFormatLongFn)({
|
38 |
+
formats: dateTimeFormats,
|
39 |
+
defaultWidth: "full",
|
40 |
+
}),
|
41 |
+
});
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatLong.mjs
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { buildFormatLongFn } from "../../_lib/buildFormatLongFn.mjs";
|
2 |
+
|
3 |
+
const dateFormats = {
|
4 |
+
full: "EEEE, d 'de' MMMM y",
|
5 |
+
long: "d 'de' MMMM y",
|
6 |
+
medium: "d MMM y",
|
7 |
+
short: "dd/MM/y",
|
8 |
+
};
|
9 |
+
|
10 |
+
const timeFormats = {
|
11 |
+
full: "HH:mm:ss zzzz",
|
12 |
+
long: "HH:mm:ss z",
|
13 |
+
medium: "HH:mm:ss",
|
14 |
+
short: "HH:mm",
|
15 |
+
};
|
16 |
+
|
17 |
+
const dateTimeFormats = {
|
18 |
+
full: "{{date}} 'ás' {{time}}",
|
19 |
+
long: "{{date}} 'ás' {{time}}",
|
20 |
+
medium: "{{date}}, {{time}}",
|
21 |
+
short: "{{date}}, {{time}}",
|
22 |
+
};
|
23 |
+
|
24 |
+
export const formatLong = {
|
25 |
+
date: buildFormatLongFn({
|
26 |
+
formats: dateFormats,
|
27 |
+
defaultWidth: "full",
|
28 |
+
}),
|
29 |
+
|
30 |
+
time: buildFormatLongFn({
|
31 |
+
formats: timeFormats,
|
32 |
+
defaultWidth: "full",
|
33 |
+
}),
|
34 |
+
|
35 |
+
dateTime: buildFormatLongFn({
|
36 |
+
formats: dateTimeFormats,
|
37 |
+
defaultWidth: "full",
|
38 |
+
}),
|
39 |
+
};
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatRelative.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatRelativeFn } from "../../types.js";
|
2 |
+
export declare const formatRelative: FormatRelativeFn;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatRelative.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatRelativeFn } from "../../types.js";
|
2 |
+
export declare const formatRelative: FormatRelativeFn;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatRelative.js
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.formatRelative = void 0;
|
3 |
+
|
4 |
+
const formatRelativeLocale = {
|
5 |
+
lastWeek: "'o' eeee 'pasado á' LT",
|
6 |
+
yesterday: "'onte á' p",
|
7 |
+
today: "'hoxe á' p",
|
8 |
+
tomorrow: "'mañá á' p",
|
9 |
+
nextWeek: "eeee 'á' p",
|
10 |
+
other: "P",
|
11 |
+
};
|
12 |
+
|
13 |
+
const formatRelativeLocalePlural = {
|
14 |
+
lastWeek: "'o' eeee 'pasado ás' p",
|
15 |
+
yesterday: "'onte ás' p",
|
16 |
+
today: "'hoxe ás' p",
|
17 |
+
tomorrow: "'mañá ás' p",
|
18 |
+
nextWeek: "eeee 'ás' p",
|
19 |
+
other: "P",
|
20 |
+
};
|
21 |
+
|
22 |
+
const formatRelative = (token, date, _baseDate, _options) => {
|
23 |
+
if (date.getHours() !== 1) {
|
24 |
+
return formatRelativeLocalePlural[token];
|
25 |
+
}
|
26 |
+
return formatRelativeLocale[token];
|
27 |
+
};
|
28 |
+
exports.formatRelative = formatRelative;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/formatRelative.mjs
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
const formatRelativeLocale = {
|
2 |
+
lastWeek: "'o' eeee 'pasado á' LT",
|
3 |
+
yesterday: "'onte á' p",
|
4 |
+
today: "'hoxe á' p",
|
5 |
+
tomorrow: "'mañá á' p",
|
6 |
+
nextWeek: "eeee 'á' p",
|
7 |
+
other: "P",
|
8 |
+
};
|
9 |
+
|
10 |
+
const formatRelativeLocalePlural = {
|
11 |
+
lastWeek: "'o' eeee 'pasado ás' p",
|
12 |
+
yesterday: "'onte ás' p",
|
13 |
+
today: "'hoxe ás' p",
|
14 |
+
tomorrow: "'mañá ás' p",
|
15 |
+
nextWeek: "eeee 'ás' p",
|
16 |
+
other: "P",
|
17 |
+
};
|
18 |
+
|
19 |
+
export const formatRelative = (token, date, _baseDate, _options) => {
|
20 |
+
if (date.getHours() !== 1) {
|
21 |
+
return formatRelativeLocalePlural[token];
|
22 |
+
}
|
23 |
+
return formatRelativeLocale[token];
|
24 |
+
};
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/localize.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { Localize } from "../../types.js";
|
2 |
+
export declare const localize: Localize;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/localize.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { Localize } from "../../types.js";
|
2 |
+
export declare const localize: Localize;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/localize.js
ADDED
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.localize = void 0;
|
3 |
+
var _index = require("../../_lib/buildLocalizeFn.js");
|
4 |
+
|
5 |
+
const eraValues = {
|
6 |
+
narrow: ["AC", "DC"],
|
7 |
+
abbreviated: ["AC", "DC"],
|
8 |
+
wide: ["antes de cristo", "despois de cristo"],
|
9 |
+
};
|
10 |
+
|
11 |
+
const quarterValues = {
|
12 |
+
narrow: ["1", "2", "3", "4"],
|
13 |
+
abbreviated: ["T1", "T2", "T3", "T4"],
|
14 |
+
wide: ["1º trimestre", "2º trimestre", "3º trimestre", "4º trimestre"],
|
15 |
+
};
|
16 |
+
|
17 |
+
const monthValues = {
|
18 |
+
narrow: ["e", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
19 |
+
abbreviated: [
|
20 |
+
"xan",
|
21 |
+
"feb",
|
22 |
+
"mar",
|
23 |
+
"abr",
|
24 |
+
"mai",
|
25 |
+
"xun",
|
26 |
+
"xul",
|
27 |
+
"ago",
|
28 |
+
"set",
|
29 |
+
"out",
|
30 |
+
"nov",
|
31 |
+
"dec",
|
32 |
+
],
|
33 |
+
|
34 |
+
wide: [
|
35 |
+
"xaneiro",
|
36 |
+
"febreiro",
|
37 |
+
"marzo",
|
38 |
+
"abril",
|
39 |
+
"maio",
|
40 |
+
"xuño",
|
41 |
+
"xullo",
|
42 |
+
"agosto",
|
43 |
+
"setembro",
|
44 |
+
"outubro",
|
45 |
+
"novembro",
|
46 |
+
"decembro",
|
47 |
+
],
|
48 |
+
};
|
49 |
+
|
50 |
+
const dayValues = {
|
51 |
+
narrow: ["d", "l", "m", "m", "j", "v", "s"],
|
52 |
+
short: ["do", "lu", "ma", "me", "xo", "ve", "sa"],
|
53 |
+
abbreviated: ["dom", "lun", "mar", "mer", "xov", "ven", "sab"],
|
54 |
+
wide: ["domingo", "luns", "martes", "mércores", "xoves", "venres", "sábado"],
|
55 |
+
};
|
56 |
+
|
57 |
+
const dayPeriodValues = {
|
58 |
+
narrow: {
|
59 |
+
am: "a",
|
60 |
+
pm: "p",
|
61 |
+
midnight: "mn",
|
62 |
+
noon: "md",
|
63 |
+
morning: "mañá",
|
64 |
+
afternoon: "tarde",
|
65 |
+
evening: "tarde",
|
66 |
+
night: "noite",
|
67 |
+
},
|
68 |
+
abbreviated: {
|
69 |
+
am: "AM",
|
70 |
+
pm: "PM",
|
71 |
+
midnight: "medianoite",
|
72 |
+
noon: "mediodía",
|
73 |
+
morning: "mañá",
|
74 |
+
afternoon: "tarde",
|
75 |
+
evening: "tardiña",
|
76 |
+
night: "noite",
|
77 |
+
},
|
78 |
+
wide: {
|
79 |
+
am: "a.m.",
|
80 |
+
pm: "p.m.",
|
81 |
+
midnight: "medianoite",
|
82 |
+
noon: "mediodía",
|
83 |
+
morning: "mañá",
|
84 |
+
afternoon: "tarde",
|
85 |
+
evening: "tardiña",
|
86 |
+
night: "noite",
|
87 |
+
},
|
88 |
+
};
|
89 |
+
|
90 |
+
const formattingDayPeriodValues = {
|
91 |
+
narrow: {
|
92 |
+
am: "a",
|
93 |
+
pm: "p",
|
94 |
+
midnight: "mn",
|
95 |
+
noon: "md",
|
96 |
+
morning: "da mañá",
|
97 |
+
afternoon: "da tarde",
|
98 |
+
evening: "da tardiña",
|
99 |
+
night: "da noite",
|
100 |
+
},
|
101 |
+
abbreviated: {
|
102 |
+
am: "AM",
|
103 |
+
pm: "PM",
|
104 |
+
midnight: "medianoite",
|
105 |
+
noon: "mediodía",
|
106 |
+
morning: "da mañá",
|
107 |
+
afternoon: "da tarde",
|
108 |
+
evening: "da tardiña",
|
109 |
+
night: "da noite",
|
110 |
+
},
|
111 |
+
wide: {
|
112 |
+
am: "a.m.",
|
113 |
+
pm: "p.m.",
|
114 |
+
midnight: "medianoite",
|
115 |
+
noon: "mediodía",
|
116 |
+
morning: "da mañá",
|
117 |
+
afternoon: "da tarde",
|
118 |
+
evening: "da tardiña",
|
119 |
+
night: "da noite",
|
120 |
+
},
|
121 |
+
};
|
122 |
+
|
123 |
+
const ordinalNumber = (dirtyNumber, _options) => {
|
124 |
+
const number = Number(dirtyNumber);
|
125 |
+
return number + "º";
|
126 |
+
};
|
127 |
+
|
128 |
+
const localize = (exports.localize = {
|
129 |
+
ordinalNumber,
|
130 |
+
|
131 |
+
era: (0, _index.buildLocalizeFn)({
|
132 |
+
values: eraValues,
|
133 |
+
defaultWidth: "wide",
|
134 |
+
}),
|
135 |
+
|
136 |
+
quarter: (0, _index.buildLocalizeFn)({
|
137 |
+
values: quarterValues,
|
138 |
+
defaultWidth: "wide",
|
139 |
+
argumentCallback: (quarter) => quarter - 1,
|
140 |
+
}),
|
141 |
+
|
142 |
+
month: (0, _index.buildLocalizeFn)({
|
143 |
+
values: monthValues,
|
144 |
+
defaultWidth: "wide",
|
145 |
+
}),
|
146 |
+
|
147 |
+
day: (0, _index.buildLocalizeFn)({
|
148 |
+
values: dayValues,
|
149 |
+
defaultWidth: "wide",
|
150 |
+
}),
|
151 |
+
|
152 |
+
dayPeriod: (0, _index.buildLocalizeFn)({
|
153 |
+
values: dayPeriodValues,
|
154 |
+
defaultWidth: "wide",
|
155 |
+
formattingValues: formattingDayPeriodValues,
|
156 |
+
defaultFormattingWidth: "wide",
|
157 |
+
}),
|
158 |
+
});
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/localize.mjs
ADDED
@@ -0,0 +1,156 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { buildLocalizeFn } from "../../_lib/buildLocalizeFn.mjs";
|
2 |
+
|
3 |
+
const eraValues = {
|
4 |
+
narrow: ["AC", "DC"],
|
5 |
+
abbreviated: ["AC", "DC"],
|
6 |
+
wide: ["antes de cristo", "despois de cristo"],
|
7 |
+
};
|
8 |
+
|
9 |
+
const quarterValues = {
|
10 |
+
narrow: ["1", "2", "3", "4"],
|
11 |
+
abbreviated: ["T1", "T2", "T3", "T4"],
|
12 |
+
wide: ["1º trimestre", "2º trimestre", "3º trimestre", "4º trimestre"],
|
13 |
+
};
|
14 |
+
|
15 |
+
const monthValues = {
|
16 |
+
narrow: ["e", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
17 |
+
abbreviated: [
|
18 |
+
"xan",
|
19 |
+
"feb",
|
20 |
+
"mar",
|
21 |
+
"abr",
|
22 |
+
"mai",
|
23 |
+
"xun",
|
24 |
+
"xul",
|
25 |
+
"ago",
|
26 |
+
"set",
|
27 |
+
"out",
|
28 |
+
"nov",
|
29 |
+
"dec",
|
30 |
+
],
|
31 |
+
|
32 |
+
wide: [
|
33 |
+
"xaneiro",
|
34 |
+
"febreiro",
|
35 |
+
"marzo",
|
36 |
+
"abril",
|
37 |
+
"maio",
|
38 |
+
"xuño",
|
39 |
+
"xullo",
|
40 |
+
"agosto",
|
41 |
+
"setembro",
|
42 |
+
"outubro",
|
43 |
+
"novembro",
|
44 |
+
"decembro",
|
45 |
+
],
|
46 |
+
};
|
47 |
+
|
48 |
+
const dayValues = {
|
49 |
+
narrow: ["d", "l", "m", "m", "j", "v", "s"],
|
50 |
+
short: ["do", "lu", "ma", "me", "xo", "ve", "sa"],
|
51 |
+
abbreviated: ["dom", "lun", "mar", "mer", "xov", "ven", "sab"],
|
52 |
+
wide: ["domingo", "luns", "martes", "mércores", "xoves", "venres", "sábado"],
|
53 |
+
};
|
54 |
+
|
55 |
+
const dayPeriodValues = {
|
56 |
+
narrow: {
|
57 |
+
am: "a",
|
58 |
+
pm: "p",
|
59 |
+
midnight: "mn",
|
60 |
+
noon: "md",
|
61 |
+
morning: "mañá",
|
62 |
+
afternoon: "tarde",
|
63 |
+
evening: "tarde",
|
64 |
+
night: "noite",
|
65 |
+
},
|
66 |
+
abbreviated: {
|
67 |
+
am: "AM",
|
68 |
+
pm: "PM",
|
69 |
+
midnight: "medianoite",
|
70 |
+
noon: "mediodía",
|
71 |
+
morning: "mañá",
|
72 |
+
afternoon: "tarde",
|
73 |
+
evening: "tardiña",
|
74 |
+
night: "noite",
|
75 |
+
},
|
76 |
+
wide: {
|
77 |
+
am: "a.m.",
|
78 |
+
pm: "p.m.",
|
79 |
+
midnight: "medianoite",
|
80 |
+
noon: "mediodía",
|
81 |
+
morning: "mañá",
|
82 |
+
afternoon: "tarde",
|
83 |
+
evening: "tardiña",
|
84 |
+
night: "noite",
|
85 |
+
},
|
86 |
+
};
|
87 |
+
|
88 |
+
const formattingDayPeriodValues = {
|
89 |
+
narrow: {
|
90 |
+
am: "a",
|
91 |
+
pm: "p",
|
92 |
+
midnight: "mn",
|
93 |
+
noon: "md",
|
94 |
+
morning: "da mañá",
|
95 |
+
afternoon: "da tarde",
|
96 |
+
evening: "da tardiña",
|
97 |
+
night: "da noite",
|
98 |
+
},
|
99 |
+
abbreviated: {
|
100 |
+
am: "AM",
|
101 |
+
pm: "PM",
|
102 |
+
midnight: "medianoite",
|
103 |
+
noon: "mediodía",
|
104 |
+
morning: "da mañá",
|
105 |
+
afternoon: "da tarde",
|
106 |
+
evening: "da tardiña",
|
107 |
+
night: "da noite",
|
108 |
+
},
|
109 |
+
wide: {
|
110 |
+
am: "a.m.",
|
111 |
+
pm: "p.m.",
|
112 |
+
midnight: "medianoite",
|
113 |
+
noon: "mediodía",
|
114 |
+
morning: "da mañá",
|
115 |
+
afternoon: "da tarde",
|
116 |
+
evening: "da tardiña",
|
117 |
+
night: "da noite",
|
118 |
+
},
|
119 |
+
};
|
120 |
+
|
121 |
+
const ordinalNumber = (dirtyNumber, _options) => {
|
122 |
+
const number = Number(dirtyNumber);
|
123 |
+
return number + "º";
|
124 |
+
};
|
125 |
+
|
126 |
+
export const localize = {
|
127 |
+
ordinalNumber,
|
128 |
+
|
129 |
+
era: buildLocalizeFn({
|
130 |
+
values: eraValues,
|
131 |
+
defaultWidth: "wide",
|
132 |
+
}),
|
133 |
+
|
134 |
+
quarter: buildLocalizeFn({
|
135 |
+
values: quarterValues,
|
136 |
+
defaultWidth: "wide",
|
137 |
+
argumentCallback: (quarter) => quarter - 1,
|
138 |
+
}),
|
139 |
+
|
140 |
+
month: buildLocalizeFn({
|
141 |
+
values: monthValues,
|
142 |
+
defaultWidth: "wide",
|
143 |
+
}),
|
144 |
+
|
145 |
+
day: buildLocalizeFn({
|
146 |
+
values: dayValues,
|
147 |
+
defaultWidth: "wide",
|
148 |
+
}),
|
149 |
+
|
150 |
+
dayPeriod: buildLocalizeFn({
|
151 |
+
values: dayPeriodValues,
|
152 |
+
defaultWidth: "wide",
|
153 |
+
formattingValues: formattingDayPeriodValues,
|
154 |
+
defaultFormattingWidth: "wide",
|
155 |
+
}),
|
156 |
+
};
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/match.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { Match } from "../../types.js";
|
2 |
+
export declare const match: Match;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/match.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { Match } from "../../types.js";
|
2 |
+
export declare const match: Match;
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/match.js
ADDED
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.match = void 0;
|
3 |
+
|
4 |
+
var _index = require("../../_lib/buildMatchFn.js");
|
5 |
+
var _index2 = require("../../_lib/buildMatchPatternFn.js");
|
6 |
+
|
7 |
+
const matchOrdinalNumberPattern = /^(\d+)(º)?/i;
|
8 |
+
const parseOrdinalNumberPattern = /\d+/i;
|
9 |
+
|
10 |
+
const matchEraPatterns = {
|
11 |
+
narrow: /^(ac|dc|a|d)/i,
|
12 |
+
abbreviated: /^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,
|
13 |
+
wide: /^(antes de cristo|antes da era com[uú]n|despois de cristo|era com[uú]n)/i,
|
14 |
+
};
|
15 |
+
const parseEraPatterns = {
|
16 |
+
any: [/^ac/i, /^dc/i],
|
17 |
+
wide: [
|
18 |
+
/^(antes de cristo|antes da era com[uú]n)/i,
|
19 |
+
/^(despois de cristo|era com[uú]n)/i,
|
20 |
+
],
|
21 |
+
};
|
22 |
+
|
23 |
+
const matchQuarterPatterns = {
|
24 |
+
narrow: /^[1234]/i,
|
25 |
+
abbreviated: /^T[1234]/i,
|
26 |
+
wide: /^[1234](º)? trimestre/i,
|
27 |
+
};
|
28 |
+
const parseQuarterPatterns = {
|
29 |
+
any: [/1/i, /2/i, /3/i, /4/i],
|
30 |
+
};
|
31 |
+
|
32 |
+
const matchMonthPatterns = {
|
33 |
+
narrow: /^[xfmasond]/i,
|
34 |
+
abbreviated: /^(xan|feb|mar|abr|mai|xun|xul|ago|set|out|nov|dec)/i,
|
35 |
+
wide: /^(xaneiro|febreiro|marzo|abril|maio|xuño|xullo|agosto|setembro|outubro|novembro|decembro)/i,
|
36 |
+
};
|
37 |
+
const parseMonthPatterns = {
|
38 |
+
narrow: [
|
39 |
+
/^x/i,
|
40 |
+
/^f/i,
|
41 |
+
/^m/i,
|
42 |
+
/^a/i,
|
43 |
+
/^m/i,
|
44 |
+
/^x/i,
|
45 |
+
/^x/i,
|
46 |
+
/^a/i,
|
47 |
+
/^s/i,
|
48 |
+
/^o/i,
|
49 |
+
/^n/i,
|
50 |
+
/^d/i,
|
51 |
+
],
|
52 |
+
|
53 |
+
any: [
|
54 |
+
/^xan/i,
|
55 |
+
/^feb/i,
|
56 |
+
/^mar/i,
|
57 |
+
/^abr/i,
|
58 |
+
/^mai/i,
|
59 |
+
/^xun/i,
|
60 |
+
/^xul/i,
|
61 |
+
/^ago/i,
|
62 |
+
/^set/i,
|
63 |
+
/^out/i,
|
64 |
+
/^nov/i,
|
65 |
+
/^dec/i,
|
66 |
+
],
|
67 |
+
};
|
68 |
+
|
69 |
+
const matchDayPatterns = {
|
70 |
+
narrow: /^[dlmxvs]/i,
|
71 |
+
short: /^(do|lu|ma|me|xo|ve|sa)/i,
|
72 |
+
abbreviated: /^(dom|lun|mar|mer|xov|ven|sab)/i,
|
73 |
+
wide: /^(domingo|luns|martes|m[eé]rcores|xoves|venres|s[áa]bado)/i,
|
74 |
+
};
|
75 |
+
const parseDayPatterns = {
|
76 |
+
narrow: [/^d/i, /^l/i, /^m/i, /^m/i, /^x/i, /^v/i, /^s/i],
|
77 |
+
any: [/^do/i, /^lu/i, /^ma/i, /^me/i, /^xo/i, /^ve/i, /^sa/i],
|
78 |
+
};
|
79 |
+
|
80 |
+
const matchDayPeriodPatterns = {
|
81 |
+
narrow: /^(a|p|mn|md|(da|[aá]s) (mañ[aá]|tarde|noite))/i,
|
82 |
+
any: /^([ap]\.?\s?m\.?|medianoite|mediod[ií]a|(da|[aá]s) (mañ[aá]|tarde|noite))/i,
|
83 |
+
};
|
84 |
+
const parseDayPeriodPatterns = {
|
85 |
+
any: {
|
86 |
+
am: /^a/i,
|
87 |
+
pm: /^p/i,
|
88 |
+
midnight: /^mn/i,
|
89 |
+
noon: /^md/i,
|
90 |
+
morning: /mañ[aá]/i,
|
91 |
+
afternoon: /tarde/i,
|
92 |
+
evening: /tardiña/i,
|
93 |
+
night: /noite/i,
|
94 |
+
},
|
95 |
+
};
|
96 |
+
|
97 |
+
const match = (exports.match = {
|
98 |
+
ordinalNumber: (0, _index2.buildMatchPatternFn)({
|
99 |
+
matchPattern: matchOrdinalNumberPattern,
|
100 |
+
parsePattern: parseOrdinalNumberPattern,
|
101 |
+
valueCallback: (value) => parseInt(value, 10),
|
102 |
+
}),
|
103 |
+
|
104 |
+
era: (0, _index.buildMatchFn)({
|
105 |
+
matchPatterns: matchEraPatterns,
|
106 |
+
defaultMatchWidth: "wide",
|
107 |
+
parsePatterns: parseEraPatterns,
|
108 |
+
defaultParseWidth: "any",
|
109 |
+
}),
|
110 |
+
|
111 |
+
quarter: (0, _index.buildMatchFn)({
|
112 |
+
matchPatterns: matchQuarterPatterns,
|
113 |
+
defaultMatchWidth: "wide",
|
114 |
+
parsePatterns: parseQuarterPatterns,
|
115 |
+
defaultParseWidth: "any",
|
116 |
+
valueCallback: (index) => index + 1,
|
117 |
+
}),
|
118 |
+
|
119 |
+
month: (0, _index.buildMatchFn)({
|
120 |
+
matchPatterns: matchMonthPatterns,
|
121 |
+
defaultMatchWidth: "wide",
|
122 |
+
parsePatterns: parseMonthPatterns,
|
123 |
+
defaultParseWidth: "any",
|
124 |
+
}),
|
125 |
+
|
126 |
+
day: (0, _index.buildMatchFn)({
|
127 |
+
matchPatterns: matchDayPatterns,
|
128 |
+
defaultMatchWidth: "wide",
|
129 |
+
parsePatterns: parseDayPatterns,
|
130 |
+
defaultParseWidth: "any",
|
131 |
+
}),
|
132 |
+
|
133 |
+
dayPeriod: (0, _index.buildMatchFn)({
|
134 |
+
matchPatterns: matchDayPeriodPatterns,
|
135 |
+
defaultMatchWidth: "any",
|
136 |
+
parsePatterns: parseDayPeriodPatterns,
|
137 |
+
defaultParseWidth: "any",
|
138 |
+
}),
|
139 |
+
});
|
workers1/auto3d/node_modules/date-fns/locale/gl/_lib/match.mjs
ADDED
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { buildMatchFn } from "../../_lib/buildMatchFn.mjs";
|
2 |
+
import { buildMatchPatternFn } from "../../_lib/buildMatchPatternFn.mjs";
|
3 |
+
|
4 |
+
const matchOrdinalNumberPattern = /^(\d+)(º)?/i;
|
5 |
+
const parseOrdinalNumberPattern = /\d+/i;
|
6 |
+
|
7 |
+
const matchEraPatterns = {
|
8 |
+
narrow: /^(ac|dc|a|d)/i,
|
9 |
+
abbreviated: /^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,
|
10 |
+
wide: /^(antes de cristo|antes da era com[uú]n|despois de cristo|era com[uú]n)/i,
|
11 |
+
};
|
12 |
+
const parseEraPatterns = {
|
13 |
+
any: [/^ac/i, /^dc/i],
|
14 |
+
wide: [
|
15 |
+
/^(antes de cristo|antes da era com[uú]n)/i,
|
16 |
+
/^(despois de cristo|era com[uú]n)/i,
|
17 |
+
],
|
18 |
+
};
|
19 |
+
|
20 |
+
const matchQuarterPatterns = {
|
21 |
+
narrow: /^[1234]/i,
|
22 |
+
abbreviated: /^T[1234]/i,
|
23 |
+
wide: /^[1234](º)? trimestre/i,
|
24 |
+
};
|
25 |
+
const parseQuarterPatterns = {
|
26 |
+
any: [/1/i, /2/i, /3/i, /4/i],
|
27 |
+
};
|
28 |
+
|
29 |
+
const matchMonthPatterns = {
|
30 |
+
narrow: /^[xfmasond]/i,
|
31 |
+
abbreviated: /^(xan|feb|mar|abr|mai|xun|xul|ago|set|out|nov|dec)/i,
|
32 |
+
wide: /^(xaneiro|febreiro|marzo|abril|maio|xuño|xullo|agosto|setembro|outubro|novembro|decembro)/i,
|
33 |
+
};
|
34 |
+
const parseMonthPatterns = {
|
35 |
+
narrow: [
|
36 |
+
/^x/i,
|
37 |
+
/^f/i,
|
38 |
+
/^m/i,
|
39 |
+
/^a/i,
|
40 |
+
/^m/i,
|
41 |
+
/^x/i,
|
42 |
+
/^x/i,
|
43 |
+
/^a/i,
|
44 |
+
/^s/i,
|
45 |
+
/^o/i,
|
46 |
+
/^n/i,
|
47 |
+
/^d/i,
|
48 |
+
],
|
49 |
+
|
50 |
+
any: [
|
51 |
+
/^xan/i,
|
52 |
+
/^feb/i,
|
53 |
+
/^mar/i,
|
54 |
+
/^abr/i,
|
55 |
+
/^mai/i,
|
56 |
+
/^xun/i,
|
57 |
+
/^xul/i,
|
58 |
+
/^ago/i,
|
59 |
+
/^set/i,
|
60 |
+
/^out/i,
|
61 |
+
/^nov/i,
|
62 |
+
/^dec/i,
|
63 |
+
],
|
64 |
+
};
|
65 |
+
|
66 |
+
const matchDayPatterns = {
|
67 |
+
narrow: /^[dlmxvs]/i,
|
68 |
+
short: /^(do|lu|ma|me|xo|ve|sa)/i,
|
69 |
+
abbreviated: /^(dom|lun|mar|mer|xov|ven|sab)/i,
|
70 |
+
wide: /^(domingo|luns|martes|m[eé]rcores|xoves|venres|s[áa]bado)/i,
|
71 |
+
};
|
72 |
+
const parseDayPatterns = {
|
73 |
+
narrow: [/^d/i, /^l/i, /^m/i, /^m/i, /^x/i, /^v/i, /^s/i],
|
74 |
+
any: [/^do/i, /^lu/i, /^ma/i, /^me/i, /^xo/i, /^ve/i, /^sa/i],
|
75 |
+
};
|
76 |
+
|
77 |
+
const matchDayPeriodPatterns = {
|
78 |
+
narrow: /^(a|p|mn|md|(da|[aá]s) (mañ[aá]|tarde|noite))/i,
|
79 |
+
any: /^([ap]\.?\s?m\.?|medianoite|mediod[ií]a|(da|[aá]s) (mañ[aá]|tarde|noite))/i,
|
80 |
+
};
|
81 |
+
const parseDayPeriodPatterns = {
|
82 |
+
any: {
|
83 |
+
am: /^a/i,
|
84 |
+
pm: /^p/i,
|
85 |
+
midnight: /^mn/i,
|
86 |
+
noon: /^md/i,
|
87 |
+
morning: /mañ[aá]/i,
|
88 |
+
afternoon: /tarde/i,
|
89 |
+
evening: /tardiña/i,
|
90 |
+
night: /noite/i,
|
91 |
+
},
|
92 |
+
};
|
93 |
+
|
94 |
+
export const match = {
|
95 |
+
ordinalNumber: buildMatchPatternFn({
|
96 |
+
matchPattern: matchOrdinalNumberPattern,
|
97 |
+
parsePattern: parseOrdinalNumberPattern,
|
98 |
+
valueCallback: (value) => parseInt(value, 10),
|
99 |
+
}),
|
100 |
+
|
101 |
+
era: buildMatchFn({
|
102 |
+
matchPatterns: matchEraPatterns,
|
103 |
+
defaultMatchWidth: "wide",
|
104 |
+
parsePatterns: parseEraPatterns,
|
105 |
+
defaultParseWidth: "any",
|
106 |
+
}),
|
107 |
+
|
108 |
+
quarter: buildMatchFn({
|
109 |
+
matchPatterns: matchQuarterPatterns,
|
110 |
+
defaultMatchWidth: "wide",
|
111 |
+
parsePatterns: parseQuarterPatterns,
|
112 |
+
defaultParseWidth: "any",
|
113 |
+
valueCallback: (index) => index + 1,
|
114 |
+
}),
|
115 |
+
|
116 |
+
month: buildMatchFn({
|
117 |
+
matchPatterns: matchMonthPatterns,
|
118 |
+
defaultMatchWidth: "wide",
|
119 |
+
parsePatterns: parseMonthPatterns,
|
120 |
+
defaultParseWidth: "any",
|
121 |
+
}),
|
122 |
+
|
123 |
+
day: buildMatchFn({
|
124 |
+
matchPatterns: matchDayPatterns,
|
125 |
+
defaultMatchWidth: "wide",
|
126 |
+
parsePatterns: parseDayPatterns,
|
127 |
+
defaultParseWidth: "any",
|
128 |
+
}),
|
129 |
+
|
130 |
+
dayPeriod: buildMatchFn({
|
131 |
+
matchPatterns: matchDayPeriodPatterns,
|
132 |
+
defaultMatchWidth: "any",
|
133 |
+
parsePatterns: parseDayPeriodPatterns,
|
134 |
+
defaultParseWidth: "any",
|
135 |
+
}),
|
136 |
+
};
|
workers1/auto3d/node_modules/date-fns/locale/gl/cdn.js
ADDED
@@ -0,0 +1,527 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
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);}(function (_window$dateFns) {var __defProp = Object.defineProperty;
|
2 |
+
var __export = function __export(target, all) {
|
3 |
+
for (var name in all)
|
4 |
+
__defProp(target, name, {
|
5 |
+
get: all[name],
|
6 |
+
enumerable: true,
|
7 |
+
configurable: true,
|
8 |
+
set: function set(newValue) {return all[name] = function () {return newValue;};}
|
9 |
+
});
|
10 |
+
};
|
11 |
+
|
12 |
+
// lib/locale/gl/_lib/formatDistance.mjs
|
13 |
+
var formatDistanceLocale = {
|
14 |
+
lessThanXSeconds: {
|
15 |
+
one: "menos dun segundo",
|
16 |
+
other: "menos de {{count}} segundos"
|
17 |
+
},
|
18 |
+
xSeconds: {
|
19 |
+
one: "1 segundo",
|
20 |
+
other: "{{count}} segundos"
|
21 |
+
},
|
22 |
+
halfAMinute: "medio minuto",
|
23 |
+
lessThanXMinutes: {
|
24 |
+
one: "menos dun minuto",
|
25 |
+
other: "menos de {{count}} minutos"
|
26 |
+
},
|
27 |
+
xMinutes: {
|
28 |
+
one: "1 minuto",
|
29 |
+
other: "{{count}} minutos"
|
30 |
+
},
|
31 |
+
aboutXHours: {
|
32 |
+
one: "arredor dunha hora",
|
33 |
+
other: "arredor de {{count}} horas"
|
34 |
+
},
|
35 |
+
xHours: {
|
36 |
+
one: "1 hora",
|
37 |
+
other: "{{count}} horas"
|
38 |
+
},
|
39 |
+
xDays: {
|
40 |
+
one: "1 d\xEDa",
|
41 |
+
other: "{{count}} d\xEDas"
|
42 |
+
},
|
43 |
+
aboutXWeeks: {
|
44 |
+
one: "arredor dunha semana",
|
45 |
+
other: "arredor de {{count}} semanas"
|
46 |
+
},
|
47 |
+
xWeeks: {
|
48 |
+
one: "1 semana",
|
49 |
+
other: "{{count}} semanas"
|
50 |
+
},
|
51 |
+
aboutXMonths: {
|
52 |
+
one: "arredor de 1 mes",
|
53 |
+
other: "arredor de {{count}} meses"
|
54 |
+
},
|
55 |
+
xMonths: {
|
56 |
+
one: "1 mes",
|
57 |
+
other: "{{count}} meses"
|
58 |
+
},
|
59 |
+
aboutXYears: {
|
60 |
+
one: "arredor dun ano",
|
61 |
+
other: "arredor de {{count}} anos"
|
62 |
+
},
|
63 |
+
xYears: {
|
64 |
+
one: "1 ano",
|
65 |
+
other: "{{count}} anos"
|
66 |
+
},
|
67 |
+
overXYears: {
|
68 |
+
one: "m\xE1is dun ano",
|
69 |
+
other: "m\xE1is de {{count}} anos"
|
70 |
+
},
|
71 |
+
almostXYears: {
|
72 |
+
one: "case un ano",
|
73 |
+
other: "case {{count}} anos"
|
74 |
+
}
|
75 |
+
};
|
76 |
+
var formatDistance = function formatDistance(token, count, options) {
|
77 |
+
var result;
|
78 |
+
var tokenValue = formatDistanceLocale[token];
|
79 |
+
if (typeof tokenValue === "string") {
|
80 |
+
result = tokenValue;
|
81 |
+
} else if (count === 1) {
|
82 |
+
result = tokenValue.one;
|
83 |
+
} else {
|
84 |
+
result = tokenValue.other.replace("{{count}}", String(count));
|
85 |
+
}
|
86 |
+
if (options !== null && options !== void 0 && options.addSuffix) {
|
87 |
+
if (options.comparison && options.comparison > 0) {
|
88 |
+
return "en " + result;
|
89 |
+
} else {
|
90 |
+
return "hai " + result;
|
91 |
+
}
|
92 |
+
}
|
93 |
+
return result;
|
94 |
+
};
|
95 |
+
|
96 |
+
// lib/locale/_lib/buildFormatLongFn.mjs
|
97 |
+
function buildFormatLongFn(args) {
|
98 |
+
return function () {var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
99 |
+
var width = options.width ? String(options.width) : args.defaultWidth;
|
100 |
+
var format = args.formats[width] || args.formats[args.defaultWidth];
|
101 |
+
return format;
|
102 |
+
};
|
103 |
+
}
|
104 |
+
|
105 |
+
// lib/locale/gl/_lib/formatLong.mjs
|
106 |
+
var dateFormats = {
|
107 |
+
full: "EEEE, d 'de' MMMM y",
|
108 |
+
long: "d 'de' MMMM y",
|
109 |
+
medium: "d MMM y",
|
110 |
+
short: "dd/MM/y"
|
111 |
+
};
|
112 |
+
var timeFormats = {
|
113 |
+
full: "HH:mm:ss zzzz",
|
114 |
+
long: "HH:mm:ss z",
|
115 |
+
medium: "HH:mm:ss",
|
116 |
+
short: "HH:mm"
|
117 |
+
};
|
118 |
+
var dateTimeFormats = {
|
119 |
+
full: "{{date}} '\xE1s' {{time}}",
|
120 |
+
long: "{{date}} '\xE1s' {{time}}",
|
121 |
+
medium: "{{date}}, {{time}}",
|
122 |
+
short: "{{date}}, {{time}}"
|
123 |
+
};
|
124 |
+
var formatLong = {
|
125 |
+
date: buildFormatLongFn({
|
126 |
+
formats: dateFormats,
|
127 |
+
defaultWidth: "full"
|
128 |
+
}),
|
129 |
+
time: buildFormatLongFn({
|
130 |
+
formats: timeFormats,
|
131 |
+
defaultWidth: "full"
|
132 |
+
}),
|
133 |
+
dateTime: buildFormatLongFn({
|
134 |
+
formats: dateTimeFormats,
|
135 |
+
defaultWidth: "full"
|
136 |
+
})
|
137 |
+
};
|
138 |
+
|
139 |
+
// lib/locale/gl/_lib/formatRelative.mjs
|
140 |
+
var formatRelativeLocale = {
|
141 |
+
lastWeek: "'o' eeee 'pasado \xE1' LT",
|
142 |
+
yesterday: "'onte \xE1' p",
|
143 |
+
today: "'hoxe \xE1' p",
|
144 |
+
tomorrow: "'ma\xF1\xE1 \xE1' p",
|
145 |
+
nextWeek: "eeee '\xE1' p",
|
146 |
+
other: "P"
|
147 |
+
};
|
148 |
+
var formatRelativeLocalePlural = {
|
149 |
+
lastWeek: "'o' eeee 'pasado \xE1s' p",
|
150 |
+
yesterday: "'onte \xE1s' p",
|
151 |
+
today: "'hoxe \xE1s' p",
|
152 |
+
tomorrow: "'ma\xF1\xE1 \xE1s' p",
|
153 |
+
nextWeek: "eeee '\xE1s' p",
|
154 |
+
other: "P"
|
155 |
+
};
|
156 |
+
var formatRelative = function formatRelative(token, date, _baseDate, _options) {
|
157 |
+
if (date.getHours() !== 1) {
|
158 |
+
return formatRelativeLocalePlural[token];
|
159 |
+
}
|
160 |
+
return formatRelativeLocale[token];
|
161 |
+
};
|
162 |
+
|
163 |
+
// lib/locale/_lib/buildLocalizeFn.mjs
|
164 |
+
function buildLocalizeFn(args) {
|
165 |
+
return function (value, options) {
|
166 |
+
var context = options !== null && options !== void 0 && options.context ? String(options.context) : "standalone";
|
167 |
+
var valuesArray;
|
168 |
+
if (context === "formatting" && args.formattingValues) {
|
169 |
+
var defaultWidth = args.defaultFormattingWidth || args.defaultWidth;
|
170 |
+
var width = options !== null && options !== void 0 && options.width ? String(options.width) : defaultWidth;
|
171 |
+
valuesArray = args.formattingValues[width] || args.formattingValues[defaultWidth];
|
172 |
+
} else {
|
173 |
+
var _defaultWidth = args.defaultWidth;
|
174 |
+
var _width = options !== null && options !== void 0 && options.width ? String(options.width) : args.defaultWidth;
|
175 |
+
valuesArray = args.values[_width] || args.values[_defaultWidth];
|
176 |
+
}
|
177 |
+
var index = args.argumentCallback ? args.argumentCallback(value) : value;
|
178 |
+
return valuesArray[index];
|
179 |
+
};
|
180 |
+
}
|
181 |
+
|
182 |
+
// lib/locale/gl/_lib/localize.mjs
|
183 |
+
var eraValues = {
|
184 |
+
narrow: ["AC", "DC"],
|
185 |
+
abbreviated: ["AC", "DC"],
|
186 |
+
wide: ["antes de cristo", "despois de cristo"]
|
187 |
+
};
|
188 |
+
var quarterValues = {
|
189 |
+
narrow: ["1", "2", "3", "4"],
|
190 |
+
abbreviated: ["T1", "T2", "T3", "T4"],
|
191 |
+
wide: ["1\xBA trimestre", "2\xBA trimestre", "3\xBA trimestre", "4\xBA trimestre"]
|
192 |
+
};
|
193 |
+
var monthValues = {
|
194 |
+
narrow: ["e", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
195 |
+
abbreviated: [
|
196 |
+
"xan",
|
197 |
+
"feb",
|
198 |
+
"mar",
|
199 |
+
"abr",
|
200 |
+
"mai",
|
201 |
+
"xun",
|
202 |
+
"xul",
|
203 |
+
"ago",
|
204 |
+
"set",
|
205 |
+
"out",
|
206 |
+
"nov",
|
207 |
+
"dec"],
|
208 |
+
|
209 |
+
wide: [
|
210 |
+
"xaneiro",
|
211 |
+
"febreiro",
|
212 |
+
"marzo",
|
213 |
+
"abril",
|
214 |
+
"maio",
|
215 |
+
"xu\xF1o",
|
216 |
+
"xullo",
|
217 |
+
"agosto",
|
218 |
+
"setembro",
|
219 |
+
"outubro",
|
220 |
+
"novembro",
|
221 |
+
"decembro"]
|
222 |
+
|
223 |
+
};
|
224 |
+
var dayValues = {
|
225 |
+
narrow: ["d", "l", "m", "m", "j", "v", "s"],
|
226 |
+
short: ["do", "lu", "ma", "me", "xo", "ve", "sa"],
|
227 |
+
abbreviated: ["dom", "lun", "mar", "mer", "xov", "ven", "sab"],
|
228 |
+
wide: ["domingo", "luns", "martes", "m\xE9rcores", "xoves", "venres", "s\xE1bado"]
|
229 |
+
};
|
230 |
+
var dayPeriodValues = {
|
231 |
+
narrow: {
|
232 |
+
am: "a",
|
233 |
+
pm: "p",
|
234 |
+
midnight: "mn",
|
235 |
+
noon: "md",
|
236 |
+
morning: "ma\xF1\xE1",
|
237 |
+
afternoon: "tarde",
|
238 |
+
evening: "tarde",
|
239 |
+
night: "noite"
|
240 |
+
},
|
241 |
+
abbreviated: {
|
242 |
+
am: "AM",
|
243 |
+
pm: "PM",
|
244 |
+
midnight: "medianoite",
|
245 |
+
noon: "mediod\xEDa",
|
246 |
+
morning: "ma\xF1\xE1",
|
247 |
+
afternoon: "tarde",
|
248 |
+
evening: "tardi\xF1a",
|
249 |
+
night: "noite"
|
250 |
+
},
|
251 |
+
wide: {
|
252 |
+
am: "a.m.",
|
253 |
+
pm: "p.m.",
|
254 |
+
midnight: "medianoite",
|
255 |
+
noon: "mediod\xEDa",
|
256 |
+
morning: "ma\xF1\xE1",
|
257 |
+
afternoon: "tarde",
|
258 |
+
evening: "tardi\xF1a",
|
259 |
+
night: "noite"
|
260 |
+
}
|
261 |
+
};
|
262 |
+
var formattingDayPeriodValues = {
|
263 |
+
narrow: {
|
264 |
+
am: "a",
|
265 |
+
pm: "p",
|
266 |
+
midnight: "mn",
|
267 |
+
noon: "md",
|
268 |
+
morning: "da ma\xF1\xE1",
|
269 |
+
afternoon: "da tarde",
|
270 |
+
evening: "da tardi\xF1a",
|
271 |
+
night: "da noite"
|
272 |
+
},
|
273 |
+
abbreviated: {
|
274 |
+
am: "AM",
|
275 |
+
pm: "PM",
|
276 |
+
midnight: "medianoite",
|
277 |
+
noon: "mediod\xEDa",
|
278 |
+
morning: "da ma\xF1\xE1",
|
279 |
+
afternoon: "da tarde",
|
280 |
+
evening: "da tardi\xF1a",
|
281 |
+
night: "da noite"
|
282 |
+
},
|
283 |
+
wide: {
|
284 |
+
am: "a.m.",
|
285 |
+
pm: "p.m.",
|
286 |
+
midnight: "medianoite",
|
287 |
+
noon: "mediod\xEDa",
|
288 |
+
morning: "da ma\xF1\xE1",
|
289 |
+
afternoon: "da tarde",
|
290 |
+
evening: "da tardi\xF1a",
|
291 |
+
night: "da noite"
|
292 |
+
}
|
293 |
+
};
|
294 |
+
var ordinalNumber = function ordinalNumber(dirtyNumber, _options) {
|
295 |
+
var number = Number(dirtyNumber);
|
296 |
+
return number + "\xBA";
|
297 |
+
};
|
298 |
+
var localize = {
|
299 |
+
ordinalNumber: ordinalNumber,
|
300 |
+
era: buildLocalizeFn({
|
301 |
+
values: eraValues,
|
302 |
+
defaultWidth: "wide"
|
303 |
+
}),
|
304 |
+
quarter: buildLocalizeFn({
|
305 |
+
values: quarterValues,
|
306 |
+
defaultWidth: "wide",
|
307 |
+
argumentCallback: function argumentCallback(quarter) {return quarter - 1;}
|
308 |
+
}),
|
309 |
+
month: buildLocalizeFn({
|
310 |
+
values: monthValues,
|
311 |
+
defaultWidth: "wide"
|
312 |
+
}),
|
313 |
+
day: buildLocalizeFn({
|
314 |
+
values: dayValues,
|
315 |
+
defaultWidth: "wide"
|
316 |
+
}),
|
317 |
+
dayPeriod: buildLocalizeFn({
|
318 |
+
values: dayPeriodValues,
|
319 |
+
defaultWidth: "wide",
|
320 |
+
formattingValues: formattingDayPeriodValues,
|
321 |
+
defaultFormattingWidth: "wide"
|
322 |
+
})
|
323 |
+
};
|
324 |
+
|
325 |
+
// lib/locale/_lib/buildMatchFn.mjs
|
326 |
+
function buildMatchFn(args) {
|
327 |
+
return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
328 |
+
var width = options.width;
|
329 |
+
var matchPattern = width && args.matchPatterns[width] || args.matchPatterns[args.defaultMatchWidth];
|
330 |
+
var matchResult = string.match(matchPattern);
|
331 |
+
if (!matchResult) {
|
332 |
+
return null;
|
333 |
+
}
|
334 |
+
var matchedString = matchResult[0];
|
335 |
+
var parsePatterns = width && args.parsePatterns[width] || args.parsePatterns[args.defaultParseWidth];
|
336 |
+
var key = Array.isArray(parsePatterns) ? findIndex(parsePatterns, function (pattern) {return pattern.test(matchedString);}) : findKey(parsePatterns, function (pattern) {return pattern.test(matchedString);});
|
337 |
+
var value;
|
338 |
+
value = args.valueCallback ? args.valueCallback(key) : key;
|
339 |
+
value = options.valueCallback ? options.valueCallback(value) : value;
|
340 |
+
var rest = string.slice(matchedString.length);
|
341 |
+
return { value: value, rest: rest };
|
342 |
+
};
|
343 |
+
}
|
344 |
+
var findKey = function findKey(object, predicate) {
|
345 |
+
for (var key in object) {
|
346 |
+
if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {
|
347 |
+
return key;
|
348 |
+
}
|
349 |
+
}
|
350 |
+
return;
|
351 |
+
};
|
352 |
+
var findIndex = function findIndex(array, predicate) {
|
353 |
+
for (var key = 0; key < array.length; key++) {
|
354 |
+
if (predicate(array[key])) {
|
355 |
+
return key;
|
356 |
+
}
|
357 |
+
}
|
358 |
+
return;
|
359 |
+
};
|
360 |
+
|
361 |
+
// lib/locale/_lib/buildMatchPatternFn.mjs
|
362 |
+
function buildMatchPatternFn(args) {
|
363 |
+
return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
364 |
+
var matchResult = string.match(args.matchPattern);
|
365 |
+
if (!matchResult)
|
366 |
+
return null;
|
367 |
+
var matchedString = matchResult[0];
|
368 |
+
var parseResult = string.match(args.parsePattern);
|
369 |
+
if (!parseResult)
|
370 |
+
return null;
|
371 |
+
var value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];
|
372 |
+
value = options.valueCallback ? options.valueCallback(value) : value;
|
373 |
+
var rest = string.slice(matchedString.length);
|
374 |
+
return { value: value, rest: rest };
|
375 |
+
};
|
376 |
+
}
|
377 |
+
|
378 |
+
// lib/locale/gl/_lib/match.mjs
|
379 |
+
var matchOrdinalNumberPattern = /^(\d+)(º)?/i;
|
380 |
+
var parseOrdinalNumberPattern = /\d+/i;
|
381 |
+
var matchEraPatterns = {
|
382 |
+
narrow: /^(ac|dc|a|d)/i,
|
383 |
+
abbreviated: /^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,
|
384 |
+
wide: /^(antes de cristo|antes da era com[uú]n|despois de cristo|era com[uú]n)/i
|
385 |
+
};
|
386 |
+
var parseEraPatterns = {
|
387 |
+
any: [/^ac/i, /^dc/i],
|
388 |
+
wide: [
|
389 |
+
/^(antes de cristo|antes da era com[uú]n)/i,
|
390 |
+
/^(despois de cristo|era com[uú]n)/i]
|
391 |
+
|
392 |
+
};
|
393 |
+
var matchQuarterPatterns = {
|
394 |
+
narrow: /^[1234]/i,
|
395 |
+
abbreviated: /^T[1234]/i,
|
396 |
+
wide: /^[1234](º)? trimestre/i
|
397 |
+
};
|
398 |
+
var parseQuarterPatterns = {
|
399 |
+
any: [/1/i, /2/i, /3/i, /4/i]
|
400 |
+
};
|
401 |
+
var matchMonthPatterns = {
|
402 |
+
narrow: /^[xfmasond]/i,
|
403 |
+
abbreviated: /^(xan|feb|mar|abr|mai|xun|xul|ago|set|out|nov|dec)/i,
|
404 |
+
wide: /^(xaneiro|febreiro|marzo|abril|maio|xuño|xullo|agosto|setembro|outubro|novembro|decembro)/i
|
405 |
+
};
|
406 |
+
var parseMonthPatterns = {
|
407 |
+
narrow: [
|
408 |
+
/^x/i,
|
409 |
+
/^f/i,
|
410 |
+
/^m/i,
|
411 |
+
/^a/i,
|
412 |
+
/^m/i,
|
413 |
+
/^x/i,
|
414 |
+
/^x/i,
|
415 |
+
/^a/i,
|
416 |
+
/^s/i,
|
417 |
+
/^o/i,
|
418 |
+
/^n/i,
|
419 |
+
/^d/i],
|
420 |
+
|
421 |
+
any: [
|
422 |
+
/^xan/i,
|
423 |
+
/^feb/i,
|
424 |
+
/^mar/i,
|
425 |
+
/^abr/i,
|
426 |
+
/^mai/i,
|
427 |
+
/^xun/i,
|
428 |
+
/^xul/i,
|
429 |
+
/^ago/i,
|
430 |
+
/^set/i,
|
431 |
+
/^out/i,
|
432 |
+
/^nov/i,
|
433 |
+
/^dec/i]
|
434 |
+
|
435 |
+
};
|
436 |
+
var matchDayPatterns = {
|
437 |
+
narrow: /^[dlmxvs]/i,
|
438 |
+
short: /^(do|lu|ma|me|xo|ve|sa)/i,
|
439 |
+
abbreviated: /^(dom|lun|mar|mer|xov|ven|sab)/i,
|
440 |
+
wide: /^(domingo|luns|martes|m[eé]rcores|xoves|venres|s[áa]bado)/i
|
441 |
+
};
|
442 |
+
var parseDayPatterns = {
|
443 |
+
narrow: [/^d/i, /^l/i, /^m/i, /^m/i, /^x/i, /^v/i, /^s/i],
|
444 |
+
any: [/^do/i, /^lu/i, /^ma/i, /^me/i, /^xo/i, /^ve/i, /^sa/i]
|
445 |
+
};
|
446 |
+
var matchDayPeriodPatterns = {
|
447 |
+
narrow: /^(a|p|mn|md|(da|[aá]s) (mañ[aá]|tarde|noite))/i,
|
448 |
+
any: /^([ap]\.?\s?m\.?|medianoite|mediod[ií]a|(da|[aá]s) (mañ[aá]|tarde|noite))/i
|
449 |
+
};
|
450 |
+
var parseDayPeriodPatterns = {
|
451 |
+
any: {
|
452 |
+
am: /^a/i,
|
453 |
+
pm: /^p/i,
|
454 |
+
midnight: /^mn/i,
|
455 |
+
noon: /^md/i,
|
456 |
+
morning: /mañ[aá]/i,
|
457 |
+
afternoon: /tarde/i,
|
458 |
+
evening: /tardiña/i,
|
459 |
+
night: /noite/i
|
460 |
+
}
|
461 |
+
};
|
462 |
+
var match = {
|
463 |
+
ordinalNumber: buildMatchPatternFn({
|
464 |
+
matchPattern: matchOrdinalNumberPattern,
|
465 |
+
parsePattern: parseOrdinalNumberPattern,
|
466 |
+
valueCallback: function valueCallback(value) {return parseInt(value, 10);}
|
467 |
+
}),
|
468 |
+
era: buildMatchFn({
|
469 |
+
matchPatterns: matchEraPatterns,
|
470 |
+
defaultMatchWidth: "wide",
|
471 |
+
parsePatterns: parseEraPatterns,
|
472 |
+
defaultParseWidth: "any"
|
473 |
+
}),
|
474 |
+
quarter: buildMatchFn({
|
475 |
+
matchPatterns: matchQuarterPatterns,
|
476 |
+
defaultMatchWidth: "wide",
|
477 |
+
parsePatterns: parseQuarterPatterns,
|
478 |
+
defaultParseWidth: "any",
|
479 |
+
valueCallback: function valueCallback(index) {return index + 1;}
|
480 |
+
}),
|
481 |
+
month: buildMatchFn({
|
482 |
+
matchPatterns: matchMonthPatterns,
|
483 |
+
defaultMatchWidth: "wide",
|
484 |
+
parsePatterns: parseMonthPatterns,
|
485 |
+
defaultParseWidth: "any"
|
486 |
+
}),
|
487 |
+
day: buildMatchFn({
|
488 |
+
matchPatterns: matchDayPatterns,
|
489 |
+
defaultMatchWidth: "wide",
|
490 |
+
parsePatterns: parseDayPatterns,
|
491 |
+
defaultParseWidth: "any"
|
492 |
+
}),
|
493 |
+
dayPeriod: buildMatchFn({
|
494 |
+
matchPatterns: matchDayPeriodPatterns,
|
495 |
+
defaultMatchWidth: "any",
|
496 |
+
parsePatterns: parseDayPeriodPatterns,
|
497 |
+
defaultParseWidth: "any"
|
498 |
+
})
|
499 |
+
};
|
500 |
+
|
501 |
+
// lib/locale/gl.mjs
|
502 |
+
var gl = {
|
503 |
+
code: "gl",
|
504 |
+
formatDistance: formatDistance,
|
505 |
+
formatLong: formatLong,
|
506 |
+
formatRelative: formatRelative,
|
507 |
+
localize: localize,
|
508 |
+
match: match,
|
509 |
+
options: {
|
510 |
+
weekStartsOn: 1,
|
511 |
+
firstWeekContainsDate: 1
|
512 |
+
}
|
513 |
+
};
|
514 |
+
|
515 |
+
// lib/locale/gl/cdn.js
|
516 |
+
window.dateFns = _objectSpread(_objectSpread({},
|
517 |
+
window.dateFns), {}, {
|
518 |
+
locale: _objectSpread(_objectSpread({}, (_window$dateFns =
|
519 |
+
window.dateFns) === null || _window$dateFns === void 0 ? void 0 : _window$dateFns.locale), {}, {
|
520 |
+
gl: gl }) });
|
521 |
+
|
522 |
+
|
523 |
+
|
524 |
+
//# debugId=7DF945B7E01F23FC64756e2164756e21
|
525 |
+
})();
|
526 |
+
|
527 |
+
//# sourceMappingURL=cdn.js.map
|
workers1/auto3d/node_modules/date-fns/locale/gl/cdn.js.map
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"version":3,"file":"cdn.js","names":["_window$dateFns","__defProp","Object","defineProperty","__export","target","all","name","get","enumerable","configurable","set","newValue","formatDistanceLocale","lessThanXSeconds","one","other","xSeconds","halfAMinute","lessThanXMinutes","xMinutes","aboutXHours","xHours","xDays","aboutXWeeks","xWeeks","aboutXMonths","xMonths","aboutXYears","xYears","overXYears","almostXYears","formatDistance","token","count","options","result","tokenValue","replace","String","addSuffix","comparison","buildFormatLongFn","args","arguments","length","undefined","width","defaultWidth","format","formats","dateFormats","full","long","medium","short","timeFormats","dateTimeFormats","formatLong","date","time","dateTime","formatRelativeLocale","lastWeek","yesterday","today","tomorrow","nextWeek","formatRelativeLocalePlural","formatRelative","_baseDate","_options","getHours","buildLocalizeFn","value","context","valuesArray","formattingValues","defaultFormattingWidth","values","index","argumentCallback","eraValues","narrow","abbreviated","wide","quarterValues","monthValues","dayValues","dayPeriodValues","am","pm","midnight","noon","morning","afternoon","evening","night","formattingDayPeriodValues","ordinalNumber","dirtyNumber","number","Number","localize","era","quarter","month","day","dayPeriod","buildMatchFn","string","matchPattern","matchPatterns","defaultMatchWidth","matchResult","match","matchedString","parsePatterns","defaultParseWidth","key","Array","isArray","findIndex","pattern","test","findKey","valueCallback","rest","slice","object","predicate","prototype","hasOwnProperty","call","array","buildMatchPatternFn","parseResult","parsePattern","matchOrdinalNumberPattern","parseOrdinalNumberPattern","matchEraPatterns","parseEraPatterns","any","matchQuarterPatterns","parseQuarterPatterns","matchMonthPatterns","parseMonthPatterns","matchDayPatterns","parseDayPatterns","matchDayPeriodPatterns","parseDayPeriodPatterns","parseInt","gl","code","weekStartsOn","firstWeekContainsDate","window","dateFns","_objectSpread","locale"],"sources":["cdn.js"],"sourcesContent":["(() => { var __defProp = Object.defineProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, {\n get: all[name],\n enumerable: true,\n configurable: true,\n set: (newValue) => all[name] = () => newValue\n });\n};\n\n// lib/locale/gl/_lib/formatDistance.mjs\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"menos dun segundo\",\n other: \"menos de {{count}} segundos\"\n },\n xSeconds: {\n one: \"1 segundo\",\n other: \"{{count}} segundos\"\n },\n halfAMinute: \"medio minuto\",\n lessThanXMinutes: {\n one: \"menos dun minuto\",\n other: \"menos de {{count}} minutos\"\n },\n xMinutes: {\n one: \"1 minuto\",\n other: \"{{count}} minutos\"\n },\n aboutXHours: {\n one: \"arredor dunha hora\",\n other: \"arredor de {{count}} horas\"\n },\n xHours: {\n one: \"1 hora\",\n other: \"{{count}} horas\"\n },\n xDays: {\n one: \"1 d\\xEDa\",\n other: \"{{count}} d\\xEDas\"\n },\n aboutXWeeks: {\n one: \"arredor dunha semana\",\n other: \"arredor de {{count}} semanas\"\n },\n xWeeks: {\n one: \"1 semana\",\n other: \"{{count}} semanas\"\n },\n aboutXMonths: {\n one: \"arredor de 1 mes\",\n other: \"arredor de {{count}} meses\"\n },\n xMonths: {\n one: \"1 mes\",\n other: \"{{count}} meses\"\n },\n aboutXYears: {\n one: \"arredor dun ano\",\n other: \"arredor de {{count}} anos\"\n },\n xYears: {\n one: \"1 ano\",\n other: \"{{count}} anos\"\n },\n overXYears: {\n one: \"m\\xE1is dun ano\",\n other: \"m\\xE1is de {{count}} anos\"\n },\n almostXYears: {\n one: \"case un ano\",\n other: \"case {{count}} anos\"\n }\n};\nvar formatDistance = (token, count, options) => {\n let result;\n const tokenValue = formatDistanceLocale[token];\n if (typeof tokenValue === \"string\") {\n result = tokenValue;\n } else if (count === 1) {\n result = tokenValue.one;\n } else {\n result = tokenValue.other.replace(\"{{count}}\", String(count));\n }\n if (options?.addSuffix) {\n if (options.comparison && options.comparison > 0) {\n return \"en \" + result;\n } else {\n return \"hai \" + result;\n }\n }\n return result;\n};\n\n// lib/locale/_lib/buildFormatLongFn.mjs\nfunction buildFormatLongFn(args) {\n return (options = {}) => {\n const width = options.width ? String(options.width) : args.defaultWidth;\n const format = args.formats[width] || args.formats[args.defaultWidth];\n return format;\n };\n}\n\n// lib/locale/gl/_lib/formatLong.mjs\nvar dateFormats = {\n full: \"EEEE, d 'de' MMMM y\",\n long: \"d 'de' MMMM y\",\n medium: \"d MMM y\",\n short: \"dd/MM/y\"\n};\nvar timeFormats = {\n full: \"HH:mm:ss zzzz\",\n long: \"HH:mm:ss z\",\n medium: \"HH:mm:ss\",\n short: \"HH:mm\"\n};\nvar dateTimeFormats = {\n full: \"{{date}} '\\xE1s' {{time}}\",\n long: \"{{date}} '\\xE1s' {{time}}\",\n medium: \"{{date}}, {{time}}\",\n short: \"{{date}}, {{time}}\"\n};\nvar formatLong = {\n date: buildFormatLongFn({\n formats: dateFormats,\n defaultWidth: \"full\"\n }),\n time: buildFormatLongFn({\n formats: timeFormats,\n defaultWidth: \"full\"\n }),\n dateTime: buildFormatLongFn({\n formats: dateTimeFormats,\n defaultWidth: \"full\"\n })\n};\n\n// lib/locale/gl/_lib/formatRelative.mjs\nvar formatRelativeLocale = {\n lastWeek: \"'o' eeee 'pasado \\xE1' LT\",\n yesterday: \"'onte \\xE1' p\",\n today: \"'hoxe \\xE1' p\",\n tomorrow: \"'ma\\xF1\\xE1 \\xE1' p\",\n nextWeek: \"eeee '\\xE1' p\",\n other: \"P\"\n};\nvar formatRelativeLocalePlural = {\n lastWeek: \"'o' eeee 'pasado \\xE1s' p\",\n yesterday: \"'onte \\xE1s' p\",\n today: \"'hoxe \\xE1s' p\",\n tomorrow: \"'ma\\xF1\\xE1 \\xE1s' p\",\n nextWeek: \"eeee '\\xE1s' p\",\n other: \"P\"\n};\nvar formatRelative = (token, date, _baseDate, _options) => {\n if (date.getHours() !== 1) {\n return formatRelativeLocalePlural[token];\n }\n return formatRelativeLocale[token];\n};\n\n// lib/locale/_lib/buildLocalizeFn.mjs\nfunction buildLocalizeFn(args) {\n return (value, options) => {\n const context = options?.context ? String(options.context) : \"standalone\";\n let valuesArray;\n if (context === \"formatting\" && args.formattingValues) {\n const defaultWidth = args.defaultFormattingWidth || args.defaultWidth;\n const width = options?.width ? String(options.width) : defaultWidth;\n valuesArray = args.formattingValues[width] || args.formattingValues[defaultWidth];\n } else {\n const defaultWidth = args.defaultWidth;\n const width = options?.width ? String(options.width) : args.defaultWidth;\n valuesArray = args.values[width] || args.values[defaultWidth];\n }\n const index = args.argumentCallback ? args.argumentCallback(value) : value;\n return valuesArray[index];\n };\n}\n\n// lib/locale/gl/_lib/localize.mjs\nvar eraValues = {\n narrow: [\"AC\", \"DC\"],\n abbreviated: [\"AC\", \"DC\"],\n wide: [\"antes de cristo\", \"despois de cristo\"]\n};\nvar quarterValues = {\n narrow: [\"1\", \"2\", \"3\", \"4\"],\n abbreviated: [\"T1\", \"T2\", \"T3\", \"T4\"],\n wide: [\"1\\xBA trimestre\", \"2\\xBA trimestre\", \"3\\xBA trimestre\", \"4\\xBA trimestre\"]\n};\nvar monthValues = {\n narrow: [\"e\", \"f\", \"m\", \"a\", \"m\", \"j\", \"j\", \"a\", \"s\", \"o\", \"n\", \"d\"],\n abbreviated: [\n \"xan\",\n \"feb\",\n \"mar\",\n \"abr\",\n \"mai\",\n \"xun\",\n \"xul\",\n \"ago\",\n \"set\",\n \"out\",\n \"nov\",\n \"dec\"\n ],\n wide: [\n \"xaneiro\",\n \"febreiro\",\n \"marzo\",\n \"abril\",\n \"maio\",\n \"xu\\xF1o\",\n \"xullo\",\n \"agosto\",\n \"setembro\",\n \"outubro\",\n \"novembro\",\n \"decembro\"\n ]\n};\nvar dayValues = {\n narrow: [\"d\", \"l\", \"m\", \"m\", \"j\", \"v\", \"s\"],\n short: [\"do\", \"lu\", \"ma\", \"me\", \"xo\", \"ve\", \"sa\"],\n abbreviated: [\"dom\", \"lun\", \"mar\", \"mer\", \"xov\", \"ven\", \"sab\"],\n wide: [\"domingo\", \"luns\", \"martes\", \"m\\xE9rcores\", \"xoves\", \"venres\", \"s\\xE1bado\"]\n};\nvar dayPeriodValues = {\n narrow: {\n am: \"a\",\n pm: \"p\",\n midnight: \"mn\",\n noon: \"md\",\n morning: \"ma\\xF1\\xE1\",\n afternoon: \"tarde\",\n evening: \"tarde\",\n night: \"noite\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"medianoite\",\n noon: \"mediod\\xEDa\",\n morning: \"ma\\xF1\\xE1\",\n afternoon: \"tarde\",\n evening: \"tardi\\xF1a\",\n night: \"noite\"\n },\n wide: {\n am: \"a.m.\",\n pm: \"p.m.\",\n midnight: \"medianoite\",\n noon: \"mediod\\xEDa\",\n morning: \"ma\\xF1\\xE1\",\n afternoon: \"tarde\",\n evening: \"tardi\\xF1a\",\n night: \"noite\"\n }\n};\nvar formattingDayPeriodValues = {\n narrow: {\n am: \"a\",\n pm: \"p\",\n midnight: \"mn\",\n noon: \"md\",\n morning: \"da ma\\xF1\\xE1\",\n afternoon: \"da tarde\",\n evening: \"da tardi\\xF1a\",\n night: \"da noite\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"medianoite\",\n noon: \"mediod\\xEDa\",\n morning: \"da ma\\xF1\\xE1\",\n afternoon: \"da tarde\",\n evening: \"da tardi\\xF1a\",\n night: \"da noite\"\n },\n wide: {\n am: \"a.m.\",\n pm: \"p.m.\",\n midnight: \"medianoite\",\n noon: \"mediod\\xEDa\",\n morning: \"da ma\\xF1\\xE1\",\n afternoon: \"da tarde\",\n evening: \"da tardi\\xF1a\",\n night: \"da noite\"\n }\n};\nvar ordinalNumber = (dirtyNumber, _options) => {\n const number = Number(dirtyNumber);\n return number + \"\\xBA\";\n};\nvar localize = {\n ordinalNumber,\n era: buildLocalizeFn({\n values: eraValues,\n defaultWidth: \"wide\"\n }),\n quarter: buildLocalizeFn({\n values: quarterValues,\n defaultWidth: \"wide\",\n argumentCallback: (quarter) => quarter - 1\n }),\n month: buildLocalizeFn({\n values: monthValues,\n defaultWidth: \"wide\"\n }),\n day: buildLocalizeFn({\n values: dayValues,\n defaultWidth: \"wide\"\n }),\n dayPeriod: buildLocalizeFn({\n values: dayPeriodValues,\n defaultWidth: \"wide\",\n formattingValues: formattingDayPeriodValues,\n defaultFormattingWidth: \"wide\"\n })\n};\n\n// lib/locale/_lib/buildMatchFn.mjs\nfunction buildMatchFn(args) {\n return (string, options = {}) => {\n const width = options.width;\n const matchPattern = width && args.matchPatterns[width] || args.matchPatterns[args.defaultMatchWidth];\n const matchResult = string.match(matchPattern);\n if (!matchResult) {\n return null;\n }\n const matchedString = matchResult[0];\n const parsePatterns = width && args.parsePatterns[width] || args.parsePatterns[args.defaultParseWidth];\n const key = Array.isArray(parsePatterns) ? findIndex(parsePatterns, (pattern) => pattern.test(matchedString)) : findKey(parsePatterns, (pattern) => pattern.test(matchedString));\n let value;\n value = args.valueCallback ? args.valueCallback(key) : key;\n value = options.valueCallback ? options.valueCallback(value) : value;\n const rest = string.slice(matchedString.length);\n return { value, rest };\n };\n}\nvar findKey = function(object, predicate) {\n for (const key in object) {\n if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {\n return key;\n }\n }\n return;\n};\nvar findIndex = function(array, predicate) {\n for (let key = 0;key < array.length; key++) {\n if (predicate(array[key])) {\n return key;\n }\n }\n return;\n};\n\n// lib/locale/_lib/buildMatchPatternFn.mjs\nfunction buildMatchPatternFn(args) {\n return (string, options = {}) => {\n const matchResult = string.match(args.matchPattern);\n if (!matchResult)\n return null;\n const matchedString = matchResult[0];\n const parseResult = string.match(args.parsePattern);\n if (!parseResult)\n return null;\n let value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];\n value = options.valueCallback ? options.valueCallback(value) : value;\n const rest = string.slice(matchedString.length);\n return { value, rest };\n };\n}\n\n// lib/locale/gl/_lib/match.mjs\nvar matchOrdinalNumberPattern = /^(\\d+)(º)?/i;\nvar parseOrdinalNumberPattern = /\\d+/i;\nvar matchEraPatterns = {\n narrow: /^(ac|dc|a|d)/i,\n abbreviated: /^(a\\.?\\s?c\\.?|a\\.?\\s?e\\.?\\s?c\\.?|d\\.?\\s?c\\.?|e\\.?\\s?c\\.?)/i,\n wide: /^(antes de cristo|antes da era com[uú]n|despois de cristo|era com[uú]n)/i\n};\nvar parseEraPatterns = {\n any: [/^ac/i, /^dc/i],\n wide: [\n /^(antes de cristo|antes da era com[uú]n)/i,\n /^(despois de cristo|era com[uú]n)/i\n ]\n};\nvar matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^T[1234]/i,\n wide: /^[1234](º)? trimestre/i\n};\nvar parseQuarterPatterns = {\n any: [/1/i, /2/i, /3/i, /4/i]\n};\nvar matchMonthPatterns = {\n narrow: /^[xfmasond]/i,\n abbreviated: /^(xan|feb|mar|abr|mai|xun|xul|ago|set|out|nov|dec)/i,\n wide: /^(xaneiro|febreiro|marzo|abril|maio|xuño|xullo|agosto|setembro|outubro|novembro|decembro)/i\n};\nvar parseMonthPatterns = {\n narrow: [\n /^x/i,\n /^f/i,\n /^m/i,\n /^a/i,\n /^m/i,\n /^x/i,\n /^x/i,\n /^a/i,\n /^s/i,\n /^o/i,\n /^n/i,\n /^d/i\n ],\n any: [\n /^xan/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^mai/i,\n /^xun/i,\n /^xul/i,\n /^ago/i,\n /^set/i,\n /^out/i,\n /^nov/i,\n /^dec/i\n ]\n};\nvar matchDayPatterns = {\n narrow: /^[dlmxvs]/i,\n short: /^(do|lu|ma|me|xo|ve|sa)/i,\n abbreviated: /^(dom|lun|mar|mer|xov|ven|sab)/i,\n wide: /^(domingo|luns|martes|m[eé]rcores|xoves|venres|s[áa]bado)/i\n};\nvar parseDayPatterns = {\n narrow: [/^d/i, /^l/i, /^m/i, /^m/i, /^x/i, /^v/i, /^s/i],\n any: [/^do/i, /^lu/i, /^ma/i, /^me/i, /^xo/i, /^ve/i, /^sa/i]\n};\nvar matchDayPeriodPatterns = {\n narrow: /^(a|p|mn|md|(da|[aá]s) (mañ[aá]|tarde|noite))/i,\n any: /^([ap]\\.?\\s?m\\.?|medianoite|mediod[ií]a|(da|[aá]s) (mañ[aá]|tarde|noite))/i\n};\nvar parseDayPeriodPatterns = {\n any: {\n am: /^a/i,\n pm: /^p/i,\n midnight: /^mn/i,\n noon: /^md/i,\n morning: /mañ[aá]/i,\n afternoon: /tarde/i,\n evening: /tardiña/i,\n night: /noite/i\n }\n};\nvar match = {\n ordinalNumber: buildMatchPatternFn({\n matchPattern: matchOrdinalNumberPattern,\n parsePattern: parseOrdinalNumberPattern,\n valueCallback: (value) => parseInt(value, 10)\n }),\n era: buildMatchFn({\n matchPatterns: matchEraPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseEraPatterns,\n defaultParseWidth: \"any\"\n }),\n quarter: buildMatchFn({\n matchPatterns: matchQuarterPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseQuarterPatterns,\n defaultParseWidth: \"any\",\n valueCallback: (index) => index + 1\n }),\n month: buildMatchFn({\n matchPatterns: matchMonthPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseMonthPatterns,\n defaultParseWidth: \"any\"\n }),\n day: buildMatchFn({\n matchPatterns: matchDayPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseDayPatterns,\n defaultParseWidth: \"any\"\n }),\n dayPeriod: buildMatchFn({\n matchPatterns: matchDayPeriodPatterns,\n defaultMatchWidth: \"any\",\n parsePatterns: parseDayPeriodPatterns,\n defaultParseWidth: \"any\"\n })\n};\n\n// lib/locale/gl.mjs\nvar gl = {\n code: \"gl\",\n formatDistance,\n formatLong,\n formatRelative,\n localize,\n match,\n options: {\n weekStartsOn: 1,\n firstWeekContainsDate: 1\n }\n};\n\n// lib/locale/gl/cdn.js\nwindow.dateFns = {\n ...window.dateFns,\n locale: {\n ...window.dateFns?.locale,\n gl\n }\n};\n\n//# debugId=7DF945B7E01F23FC64756e2164756e21\n })();"],"mappings":"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","ignoreList":[]}
|
workers1/auto3d/node_modules/date-fns/locale/gl/cdn.min.js
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
var Q=function(G){return Q=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(C){return typeof C}:function(C){return C&&typeof Symbol=="function"&&C.constructor===Symbol&&C!==Symbol.prototype?"symbol":typeof C},Q(G)},W=function(G,C){var J=Object.keys(G);if(Object.getOwnPropertySymbols){var Z=Object.getOwnPropertySymbols(G);C&&(Z=Z.filter(function(K){return Object.getOwnPropertyDescriptor(G,K).enumerable})),J.push.apply(J,Z)}return J},A=function(G){for(var C=1;C<arguments.length;C++){var J=arguments[C]!=null?arguments[C]:{};C%2?W(Object(J),!0).forEach(function(Z){EH(G,Z,J[Z])}):Object.getOwnPropertyDescriptors?Object.defineProperties(G,Object.getOwnPropertyDescriptors(J)):W(Object(J)).forEach(function(Z){Object.defineProperty(G,Z,Object.getOwnPropertyDescriptor(J,Z))})}return G},EH=function(G,C,J){if(C=UH(C),C in G)Object.defineProperty(G,C,{value:J,enumerable:!0,configurable:!0,writable:!0});else G[C]=J;return G},UH=function(G){var C=BH(G,"string");return Q(C)=="symbol"?C:String(C)},BH=function(G,C){if(Q(G)!="object"||!G)return G;var J=G[Symbol.toPrimitive];if(J!==void 0){var Z=J.call(G,C||"default");if(Q(Z)!="object")return Z;throw new TypeError("@@toPrimitive must return a primitive value.")}return(C==="string"?String:Number)(G)};(function(G){var C=Object.defineProperty,J=function H(U,E){for(var B in E)C(U,B,{get:E[B],enumerable:!0,configurable:!0,set:function X(Y){return E[B]=function(){return Y}}})},Z={lessThanXSeconds:{one:"menos dun segundo",other:"menos de {{count}} segundos"},xSeconds:{one:"1 segundo",other:"{{count}} segundos"},halfAMinute:"medio minuto",lessThanXMinutes:{one:"menos dun minuto",other:"menos de {{count}} minutos"},xMinutes:{one:"1 minuto",other:"{{count}} minutos"},aboutXHours:{one:"arredor dunha hora",other:"arredor de {{count}} horas"},xHours:{one:"1 hora",other:"{{count}} horas"},xDays:{one:"1 d\xEDa",other:"{{count}} d\xEDas"},aboutXWeeks:{one:"arredor dunha semana",other:"arredor de {{count}} semanas"},xWeeks:{one:"1 semana",other:"{{count}} semanas"},aboutXMonths:{one:"arredor de 1 mes",other:"arredor de {{count}} meses"},xMonths:{one:"1 mes",other:"{{count}} meses"},aboutXYears:{one:"arredor dun ano",other:"arredor de {{count}} anos"},xYears:{one:"1 ano",other:"{{count}} anos"},overXYears:{one:"m\xE1is dun ano",other:"m\xE1is de {{count}} anos"},almostXYears:{one:"case un ano",other:"case {{count}} anos"}},K=function H(U,E,B){var X,Y=Z[U];if(typeof Y==="string")X=Y;else if(E===1)X=Y.one;else X=Y.other.replace("{{count}}",String(E));if(B!==null&&B!==void 0&&B.addSuffix)if(B.comparison&&B.comparison>0)return"en "+X;else return"hai "+X;return X};function N(H){return function(){var U=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},E=U.width?String(U.width):H.defaultWidth,B=H.formats[E]||H.formats[H.defaultWidth];return B}}var $={full:"EEEE, d 'de' MMMM y",long:"d 'de' MMMM y",medium:"d MMM y",short:"dd/MM/y"},D={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},S={full:"{{date}} '\xE1s' {{time}}",long:"{{date}} '\xE1s' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},R={date:N({formats:$,defaultWidth:"full"}),time:N({formats:D,defaultWidth:"full"}),dateTime:N({formats:S,defaultWidth:"full"})},L={lastWeek:"'o' eeee 'pasado \xE1' LT",yesterday:"'onte \xE1' p",today:"'hoxe \xE1' p",tomorrow:"'ma\xF1\xE1 \xE1' p",nextWeek:"eeee '\xE1' p",other:"P"},V={lastWeek:"'o' eeee 'pasado \xE1s' p",yesterday:"'onte \xE1s' p",today:"'hoxe \xE1s' p",tomorrow:"'ma\xF1\xE1 \xE1s' p",nextWeek:"eeee '\xE1s' p",other:"P"},f=function H(U,E,B,X){if(E.getHours()!==1)return V[U];return L[U]};function M(H){return function(U,E){var B=E!==null&&E!==void 0&&E.context?String(E.context):"standalone",X;if(B==="formatting"&&H.formattingValues){var Y=H.defaultFormattingWidth||H.defaultWidth,x=E!==null&&E!==void 0&&E.width?String(E.width):Y;X=H.formattingValues[x]||H.formattingValues[Y]}else{var I=H.defaultWidth,q=E!==null&&E!==void 0&&E.width?String(E.width):H.defaultWidth;X=H.values[q]||H.values[I]}var T=H.argumentCallback?H.argumentCallback(U):U;return X[T]}}var j={narrow:["AC","DC"],abbreviated:["AC","DC"],wide:["antes de cristo","despois de cristo"]},w={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1\xBA trimestre","2\xBA trimestre","3\xBA trimestre","4\xBA trimestre"]},v={narrow:["e","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["xan","feb","mar","abr","mai","xun","xul","ago","set","out","nov","dec"],wide:["xaneiro","febreiro","marzo","abril","maio","xu\xF1o","xullo","agosto","setembro","outubro","novembro","decembro"]},F={narrow:["d","l","m","m","j","v","s"],short:["do","lu","ma","me","xo","ve","sa"],abbreviated:["dom","lun","mar","mer","xov","ven","sab"],wide:["domingo","luns","martes","m\xE9rcores","xoves","venres","s\xE1bado"]},_={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"ma\xF1\xE1",afternoon:"tarde",evening:"tarde",night:"noite"},abbreviated:{am:"AM",pm:"PM",midnight:"medianoite",noon:"mediod\xEDa",morning:"ma\xF1\xE1",afternoon:"tarde",evening:"tardi\xF1a",night:"noite"},wide:{am:"a.m.",pm:"p.m.",midnight:"medianoite",noon:"mediod\xEDa",morning:"ma\xF1\xE1",afternoon:"tarde",evening:"tardi\xF1a",night:"noite"}},P={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"da ma\xF1\xE1",afternoon:"da tarde",evening:"da tardi\xF1a",night:"da noite"},abbreviated:{am:"AM",pm:"PM",midnight:"medianoite",noon:"mediod\xEDa",morning:"da ma\xF1\xE1",afternoon:"da tarde",evening:"da tardi\xF1a",night:"da noite"},wide:{am:"a.m.",pm:"p.m.",midnight:"medianoite",noon:"mediod\xEDa",morning:"da ma\xF1\xE1",afternoon:"da tarde",evening:"da tardi\xF1a",night:"da noite"}},k=function H(U,E){var B=Number(U);return B+"\xBA"},m={ordinalNumber:k,era:M({values:j,defaultWidth:"wide"}),quarter:M({values:w,defaultWidth:"wide",argumentCallback:function H(U){return U-1}}),month:M({values:v,defaultWidth:"wide"}),day:M({values:F,defaultWidth:"wide"}),dayPeriod:M({values:_,defaultWidth:"wide",formattingValues:P,defaultFormattingWidth:"wide"})};function O(H){return function(U){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},B=E.width,X=B&&H.matchPatterns[B]||H.matchPatterns[H.defaultMatchWidth],Y=U.match(X);if(!Y)return null;var x=Y[0],I=B&&H.parsePatterns[B]||H.parsePatterns[H.defaultParseWidth],q=Array.isArray(I)?b(I,function(z){return z.test(x)}):h(I,function(z){return z.test(x)}),T;T=H.valueCallback?H.valueCallback(q):q,T=E.valueCallback?E.valueCallback(T):T;var HH=U.slice(x.length);return{value:T,rest:HH}}}var h=function H(U,E){for(var B in U)if(Object.prototype.hasOwnProperty.call(U,B)&&E(U[B]))return B;return},b=function H(U,E){for(var B=0;B<U.length;B++)if(E(U[B]))return B;return};function c(H){return function(U){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},B=U.match(H.matchPattern);if(!B)return null;var X=B[0],Y=U.match(H.parsePattern);if(!Y)return null;var x=H.valueCallback?H.valueCallback(Y[0]):Y[0];x=E.valueCallback?E.valueCallback(x):x;var I=U.slice(X.length);return{value:x,rest:I}}}var y=/^(\d+)(º)?/i,p=/\d+/i,g={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 com[uú]n|despois de cristo|era com[uú]n)/i},u={any:[/^ac/i,/^dc/i],wide:[/^(antes de cristo|antes da era com[uú]n)/i,/^(despois de cristo|era com[uú]n)/i]},d={narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^[1234](º)? trimestre/i},l={any:[/1/i,/2/i,/3/i,/4/i]},i={narrow:/^[xfmasond]/i,abbreviated:/^(xan|feb|mar|abr|mai|xun|xul|ago|set|out|nov|dec)/i,wide:/^(xaneiro|febreiro|marzo|abril|maio|xuño|xullo|agosto|setembro|outubro|novembro|decembro)/i},n={narrow:[/^x/i,/^f/i,/^m/i,/^a/i,/^m/i,/^x/i,/^x/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^xan/i,/^feb/i,/^mar/i,/^abr/i,/^mai/i,/^xun/i,/^xul/i,/^ago/i,/^set/i,/^out/i,/^nov/i,/^dec/i]},s={narrow:/^[dlmxvs]/i,short:/^(do|lu|ma|me|xo|ve|sa)/i,abbreviated:/^(dom|lun|mar|mer|xov|ven|sab)/i,wide:/^(domingo|luns|martes|m[eé]rcores|xoves|venres|s[áa]bado)/i},o={narrow:[/^d/i,/^l/i,/^m/i,/^m/i,/^x/i,/^v/i,/^s/i],any:[/^do/i,/^lu/i,/^ma/i,/^me/i,/^xo/i,/^ve/i,/^sa/i]},r={narrow:/^(a|p|mn|md|(da|[aá]s) (mañ[aá]|tarde|noite))/i,any:/^([ap]\.?\s?m\.?|medianoite|mediod[ií]a|(da|[aá]s) (mañ[aá]|tarde|noite))/i},a={any:{am:/^a/i,pm:/^p/i,midnight:/^mn/i,noon:/^md/i,morning:/mañ[aá]/i,afternoon:/tarde/i,evening:/tardiña/i,night:/noite/i}},e={ordinalNumber:c({matchPattern:y,parsePattern:p,valueCallback:function H(U){return parseInt(U,10)}}),era:O({matchPatterns:g,defaultMatchWidth:"wide",parsePatterns:u,defaultParseWidth:"any"}),quarter:O({matchPatterns:d,defaultMatchWidth:"wide",parsePatterns:l,defaultParseWidth:"any",valueCallback:function H(U){return U+1}}),month:O({matchPatterns:i,defaultMatchWidth:"wide",parsePatterns:n,defaultParseWidth:"any"}),day:O({matchPatterns:s,defaultMatchWidth:"wide",parsePatterns:o,defaultParseWidth:"any"}),dayPeriod:O({matchPatterns:r,defaultMatchWidth:"any",parsePatterns:a,defaultParseWidth:"any"})},t={code:"gl",formatDistance:K,formatLong:R,formatRelative:f,localize:m,match:e,options:{weekStartsOn:1,firstWeekContainsDate:1}};window.dateFns=A(A({},window.dateFns),{},{locale:A(A({},(G=window.dateFns)===null||G===void 0?void 0:G.locale),{},{gl:t})})})();
|
2 |
+
|
3 |
+
//# debugId=16E82A71C30787A564756e2164756e21
|
workers1/auto3d/node_modules/date-fns/locale/gl/cdn.min.js.map
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": 3,
|
3 |
+
"sources": ["lib/locale/gl/cdn.js"],
|
4 |
+
"sourcesContent": [
|
5 |
+
"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);}(function (_window$dateFns) {var __defProp = Object.defineProperty;\n var __export = function __export(target, all) {\n for (var name in all)\n __defProp(target, name, {\n get: all[name],\n enumerable: true,\n configurable: true,\n set: function set(newValue) {return all[name] = function () {return newValue;};}\n });\n };\n\n // lib/locale/gl/_lib/formatDistance.mjs\n var formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"menos dun segundo\",\n other: \"menos de {{count}} segundos\"\n },\n xSeconds: {\n one: \"1 segundo\",\n other: \"{{count}} segundos\"\n },\n halfAMinute: \"medio minuto\",\n lessThanXMinutes: {\n one: \"menos dun minuto\",\n other: \"menos de {{count}} minutos\"\n },\n xMinutes: {\n one: \"1 minuto\",\n other: \"{{count}} minutos\"\n },\n aboutXHours: {\n one: \"arredor dunha hora\",\n other: \"arredor de {{count}} horas\"\n },\n xHours: {\n one: \"1 hora\",\n other: \"{{count}} horas\"\n },\n xDays: {\n one: \"1 d\\xEDa\",\n other: \"{{count}} d\\xEDas\"\n },\n aboutXWeeks: {\n one: \"arredor dunha semana\",\n other: \"arredor de {{count}} semanas\"\n },\n xWeeks: {\n one: \"1 semana\",\n other: \"{{count}} semanas\"\n },\n aboutXMonths: {\n one: \"arredor de 1 mes\",\n other: \"arredor de {{count}} meses\"\n },\n xMonths: {\n one: \"1 mes\",\n other: \"{{count}} meses\"\n },\n aboutXYears: {\n one: \"arredor dun ano\",\n other: \"arredor de {{count}} anos\"\n },\n xYears: {\n one: \"1 ano\",\n other: \"{{count}} anos\"\n },\n overXYears: {\n one: \"m\\xE1is dun ano\",\n other: \"m\\xE1is de {{count}} anos\"\n },\n almostXYears: {\n one: \"case un ano\",\n other: \"case {{count}} anos\"\n }\n };\n var formatDistance = function formatDistance(token, count, options) {\n var result;\n var tokenValue = formatDistanceLocale[token];\n if (typeof tokenValue === \"string\") {\n result = tokenValue;\n } else if (count === 1) {\n result = tokenValue.one;\n } else {\n result = tokenValue.other.replace(\"{{count}}\", String(count));\n }\n if (options !== null && options !== void 0 && options.addSuffix) {\n if (options.comparison && options.comparison > 0) {\n return \"en \" + result;\n } else {\n return \"hai \" + result;\n }\n }\n return result;\n };\n\n // lib/locale/_lib/buildFormatLongFn.mjs\n function buildFormatLongFn(args) {\n return function () {var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var width = options.width ? String(options.width) : args.defaultWidth;\n var format = args.formats[width] || args.formats[args.defaultWidth];\n return format;\n };\n }\n\n // lib/locale/gl/_lib/formatLong.mjs\n var dateFormats = {\n full: \"EEEE, d 'de' MMMM y\",\n long: \"d 'de' MMMM y\",\n medium: \"d MMM y\",\n short: \"dd/MM/y\"\n };\n var timeFormats = {\n full: \"HH:mm:ss zzzz\",\n long: \"HH:mm:ss z\",\n medium: \"HH:mm:ss\",\n short: \"HH:mm\"\n };\n var dateTimeFormats = {\n full: \"{{date}} '\\xE1s' {{time}}\",\n long: \"{{date}} '\\xE1s' {{time}}\",\n medium: \"{{date}}, {{time}}\",\n short: \"{{date}}, {{time}}\"\n };\n var formatLong = {\n date: buildFormatLongFn({\n formats: dateFormats,\n defaultWidth: \"full\"\n }),\n time: buildFormatLongFn({\n formats: timeFormats,\n defaultWidth: \"full\"\n }),\n dateTime: buildFormatLongFn({\n formats: dateTimeFormats,\n defaultWidth: \"full\"\n })\n };\n\n // lib/locale/gl/_lib/formatRelative.mjs\n var formatRelativeLocale = {\n lastWeek: \"'o' eeee 'pasado \\xE1' LT\",\n yesterday: \"'onte \\xE1' p\",\n today: \"'hoxe \\xE1' p\",\n tomorrow: \"'ma\\xF1\\xE1 \\xE1' p\",\n nextWeek: \"eeee '\\xE1' p\",\n other: \"P\"\n };\n var formatRelativeLocalePlural = {\n lastWeek: \"'o' eeee 'pasado \\xE1s' p\",\n yesterday: \"'onte \\xE1s' p\",\n today: \"'hoxe \\xE1s' p\",\n tomorrow: \"'ma\\xF1\\xE1 \\xE1s' p\",\n nextWeek: \"eeee '\\xE1s' p\",\n other: \"P\"\n };\n var formatRelative = function formatRelative(token, date, _baseDate, _options) {\n if (date.getHours() !== 1) {\n return formatRelativeLocalePlural[token];\n }\n return formatRelativeLocale[token];\n };\n\n // lib/locale/_lib/buildLocalizeFn.mjs\n function buildLocalizeFn(args) {\n return function (value, options) {\n var context = options !== null && options !== void 0 && options.context ? String(options.context) : \"standalone\";\n var valuesArray;\n if (context === \"formatting\" && args.formattingValues) {\n var defaultWidth = args.defaultFormattingWidth || args.defaultWidth;\n var width = options !== null && options !== void 0 && options.width ? String(options.width) : defaultWidth;\n valuesArray = args.formattingValues[width] || args.formattingValues[defaultWidth];\n } else {\n var _defaultWidth = args.defaultWidth;\n var _width = options !== null && options !== void 0 && options.width ? String(options.width) : args.defaultWidth;\n valuesArray = args.values[_width] || args.values[_defaultWidth];\n }\n var index = args.argumentCallback ? args.argumentCallback(value) : value;\n return valuesArray[index];\n };\n }\n\n // lib/locale/gl/_lib/localize.mjs\n var eraValues = {\n narrow: [\"AC\", \"DC\"],\n abbreviated: [\"AC\", \"DC\"],\n wide: [\"antes de cristo\", \"despois de cristo\"]\n };\n var quarterValues = {\n narrow: [\"1\", \"2\", \"3\", \"4\"],\n abbreviated: [\"T1\", \"T2\", \"T3\", \"T4\"],\n wide: [\"1\\xBA trimestre\", \"2\\xBA trimestre\", \"3\\xBA trimestre\", \"4\\xBA trimestre\"]\n };\n var monthValues = {\n narrow: [\"e\", \"f\", \"m\", \"a\", \"m\", \"j\", \"j\", \"a\", \"s\", \"o\", \"n\", \"d\"],\n abbreviated: [\n \"xan\",\n \"feb\",\n \"mar\",\n \"abr\",\n \"mai\",\n \"xun\",\n \"xul\",\n \"ago\",\n \"set\",\n \"out\",\n \"nov\",\n \"dec\"],\n\n wide: [\n \"xaneiro\",\n \"febreiro\",\n \"marzo\",\n \"abril\",\n \"maio\",\n \"xu\\xF1o\",\n \"xullo\",\n \"agosto\",\n \"setembro\",\n \"outubro\",\n \"novembro\",\n \"decembro\"]\n\n };\n var dayValues = {\n narrow: [\"d\", \"l\", \"m\", \"m\", \"j\", \"v\", \"s\"],\n short: [\"do\", \"lu\", \"ma\", \"me\", \"xo\", \"ve\", \"sa\"],\n abbreviated: [\"dom\", \"lun\", \"mar\", \"mer\", \"xov\", \"ven\", \"sab\"],\n wide: [\"domingo\", \"luns\", \"martes\", \"m\\xE9rcores\", \"xoves\", \"venres\", \"s\\xE1bado\"]\n };\n var dayPeriodValues = {\n narrow: {\n am: \"a\",\n pm: \"p\",\n midnight: \"mn\",\n noon: \"md\",\n morning: \"ma\\xF1\\xE1\",\n afternoon: \"tarde\",\n evening: \"tarde\",\n night: \"noite\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"medianoite\",\n noon: \"mediod\\xEDa\",\n morning: \"ma\\xF1\\xE1\",\n afternoon: \"tarde\",\n evening: \"tardi\\xF1a\",\n night: \"noite\"\n },\n wide: {\n am: \"a.m.\",\n pm: \"p.m.\",\n midnight: \"medianoite\",\n noon: \"mediod\\xEDa\",\n morning: \"ma\\xF1\\xE1\",\n afternoon: \"tarde\",\n evening: \"tardi\\xF1a\",\n night: \"noite\"\n }\n };\n var formattingDayPeriodValues = {\n narrow: {\n am: \"a\",\n pm: \"p\",\n midnight: \"mn\",\n noon: \"md\",\n morning: \"da ma\\xF1\\xE1\",\n afternoon: \"da tarde\",\n evening: \"da tardi\\xF1a\",\n night: \"da noite\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"medianoite\",\n noon: \"mediod\\xEDa\",\n morning: \"da ma\\xF1\\xE1\",\n afternoon: \"da tarde\",\n evening: \"da tardi\\xF1a\",\n night: \"da noite\"\n },\n wide: {\n am: \"a.m.\",\n pm: \"p.m.\",\n midnight: \"medianoite\",\n noon: \"mediod\\xEDa\",\n morning: \"da ma\\xF1\\xE1\",\n afternoon: \"da tarde\",\n evening: \"da tardi\\xF1a\",\n night: \"da noite\"\n }\n };\n var ordinalNumber = function ordinalNumber(dirtyNumber, _options) {\n var number = Number(dirtyNumber);\n return number + \"\\xBA\";\n };\n var localize = {\n ordinalNumber: ordinalNumber,\n era: buildLocalizeFn({\n values: eraValues,\n defaultWidth: \"wide\"\n }),\n quarter: buildLocalizeFn({\n values: quarterValues,\n defaultWidth: \"wide\",\n argumentCallback: function argumentCallback(quarter) {return quarter - 1;}\n }),\n month: buildLocalizeFn({\n values: monthValues,\n defaultWidth: \"wide\"\n }),\n day: buildLocalizeFn({\n values: dayValues,\n defaultWidth: \"wide\"\n }),\n dayPeriod: buildLocalizeFn({\n values: dayPeriodValues,\n defaultWidth: \"wide\",\n formattingValues: formattingDayPeriodValues,\n defaultFormattingWidth: \"wide\"\n })\n };\n\n // lib/locale/_lib/buildMatchFn.mjs\n function buildMatchFn(args) {\n return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var width = options.width;\n var matchPattern = width && args.matchPatterns[width] || args.matchPatterns[args.defaultMatchWidth];\n var matchResult = string.match(matchPattern);\n if (!matchResult) {\n return null;\n }\n var matchedString = matchResult[0];\n var parsePatterns = width && args.parsePatterns[width] || args.parsePatterns[args.defaultParseWidth];\n var key = Array.isArray(parsePatterns) ? findIndex(parsePatterns, function (pattern) {return pattern.test(matchedString);}) : findKey(parsePatterns, function (pattern) {return pattern.test(matchedString);});\n var value;\n value = args.valueCallback ? args.valueCallback(key) : key;\n value = options.valueCallback ? options.valueCallback(value) : value;\n var rest = string.slice(matchedString.length);\n return { value: value, rest: rest };\n };\n }\n var findKey = function findKey(object, predicate) {\n for (var key in object) {\n if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {\n return key;\n }\n }\n return;\n };\n var findIndex = function findIndex(array, predicate) {\n for (var key = 0; key < array.length; key++) {\n if (predicate(array[key])) {\n return key;\n }\n }\n return;\n };\n\n // lib/locale/_lib/buildMatchPatternFn.mjs\n function buildMatchPatternFn(args) {\n return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var matchResult = string.match(args.matchPattern);\n if (!matchResult)\n return null;\n var matchedString = matchResult[0];\n var parseResult = string.match(args.parsePattern);\n if (!parseResult)\n return null;\n var value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];\n value = options.valueCallback ? options.valueCallback(value) : value;\n var rest = string.slice(matchedString.length);\n return { value: value, rest: rest };\n };\n }\n\n // lib/locale/gl/_lib/match.mjs\n var matchOrdinalNumberPattern = /^(\\d+)(º)?/i;\n var parseOrdinalNumberPattern = /\\d+/i;\n var matchEraPatterns = {\n narrow: /^(ac|dc|a|d)/i,\n abbreviated: /^(a\\.?\\s?c\\.?|a\\.?\\s?e\\.?\\s?c\\.?|d\\.?\\s?c\\.?|e\\.?\\s?c\\.?)/i,\n wide: /^(antes de cristo|antes da era com[uú]n|despois de cristo|era com[uú]n)/i\n };\n var parseEraPatterns = {\n any: [/^ac/i, /^dc/i],\n wide: [\n /^(antes de cristo|antes da era com[uú]n)/i,\n /^(despois de cristo|era com[uú]n)/i]\n\n };\n var matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^T[1234]/i,\n wide: /^[1234](º)? trimestre/i\n };\n var parseQuarterPatterns = {\n any: [/1/i, /2/i, /3/i, /4/i]\n };\n var matchMonthPatterns = {\n narrow: /^[xfmasond]/i,\n abbreviated: /^(xan|feb|mar|abr|mai|xun|xul|ago|set|out|nov|dec)/i,\n wide: /^(xaneiro|febreiro|marzo|abril|maio|xuño|xullo|agosto|setembro|outubro|novembro|decembro)/i\n };\n var parseMonthPatterns = {\n narrow: [\n /^x/i,\n /^f/i,\n /^m/i,\n /^a/i,\n /^m/i,\n /^x/i,\n /^x/i,\n /^a/i,\n /^s/i,\n /^o/i,\n /^n/i,\n /^d/i],\n\n any: [\n /^xan/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^mai/i,\n /^xun/i,\n /^xul/i,\n /^ago/i,\n /^set/i,\n /^out/i,\n /^nov/i,\n /^dec/i]\n\n };\n var matchDayPatterns = {\n narrow: /^[dlmxvs]/i,\n short: /^(do|lu|ma|me|xo|ve|sa)/i,\n abbreviated: /^(dom|lun|mar|mer|xov|ven|sab)/i,\n wide: /^(domingo|luns|martes|m[eé]rcores|xoves|venres|s[áa]bado)/i\n };\n var parseDayPatterns = {\n narrow: [/^d/i, /^l/i, /^m/i, /^m/i, /^x/i, /^v/i, /^s/i],\n any: [/^do/i, /^lu/i, /^ma/i, /^me/i, /^xo/i, /^ve/i, /^sa/i]\n };\n var matchDayPeriodPatterns = {\n narrow: /^(a|p|mn|md|(da|[aá]s) (mañ[aá]|tarde|noite))/i,\n any: /^([ap]\\.?\\s?m\\.?|medianoite|mediod[ií]a|(da|[aá]s) (mañ[aá]|tarde|noite))/i\n };\n var parseDayPeriodPatterns = {\n any: {\n am: /^a/i,\n pm: /^p/i,\n midnight: /^mn/i,\n noon: /^md/i,\n morning: /mañ[aá]/i,\n afternoon: /tarde/i,\n evening: /tardiña/i,\n night: /noite/i\n }\n };\n var match = {\n ordinalNumber: buildMatchPatternFn({\n matchPattern: matchOrdinalNumberPattern,\n parsePattern: parseOrdinalNumberPattern,\n valueCallback: function valueCallback(value) {return parseInt(value, 10);}\n }),\n era: buildMatchFn({\n matchPatterns: matchEraPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseEraPatterns,\n defaultParseWidth: \"any\"\n }),\n quarter: buildMatchFn({\n matchPatterns: matchQuarterPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseQuarterPatterns,\n defaultParseWidth: \"any\",\n valueCallback: function valueCallback(index) {return index + 1;}\n }),\n month: buildMatchFn({\n matchPatterns: matchMonthPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseMonthPatterns,\n defaultParseWidth: \"any\"\n }),\n day: buildMatchFn({\n matchPatterns: matchDayPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseDayPatterns,\n defaultParseWidth: \"any\"\n }),\n dayPeriod: buildMatchFn({\n matchPatterns: matchDayPeriodPatterns,\n defaultMatchWidth: \"any\",\n parsePatterns: parseDayPeriodPatterns,\n defaultParseWidth: \"any\"\n })\n };\n\n // lib/locale/gl.mjs\n var gl = {\n code: \"gl\",\n formatDistance: formatDistance,\n formatLong: formatLong,\n formatRelative: formatRelative,\n localize: localize,\n match: match,\n options: {\n weekStartsOn: 1,\n firstWeekContainsDate: 1\n }\n };\n\n // lib/locale/gl/cdn.js\n window.dateFns = _objectSpread(_objectSpread({},\n window.dateFns), {}, {\n locale: _objectSpread(_objectSpread({}, (_window$dateFns =\n window.dateFns) === null || _window$dateFns === void 0 ? void 0 : _window$dateFns.locale), {}, {\n gl: gl }) });\n\n\n\n //# debugId=7DF945B7E01F23FC64756e2164756e21\n})();\n\n//# sourceMappingURL=cdn.js.map"
|
6 |
+
],
|
7 |
+
"mappings": "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",
|
8 |
+
"debugId": "16E82A71C30787A564756e2164756e21",
|
9 |
+
"names": []
|
10 |
+
}
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatDistance.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatDistanceFn } from "../../types.js";
|
2 |
+
export declare const formatDistance: FormatDistanceFn;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatDistance.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatDistanceFn } from "../../types.js";
|
2 |
+
export declare const formatDistance: FormatDistanceFn;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatDistance.js
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.formatDistance = void 0;
|
3 |
+
|
4 |
+
// Source: https://www.unicode.org/cldr/charts/32/summary/gu.html
|
5 |
+
const formatDistanceLocale = {
|
6 |
+
lessThanXSeconds: {
|
7 |
+
one: "હમણાં", // CLDR #1461
|
8 |
+
other: "આશરે {{count}} સેકંડ",
|
9 |
+
},
|
10 |
+
|
11 |
+
xSeconds: {
|
12 |
+
one: "1 સેકંડ",
|
13 |
+
other: "{{count}} સેકંડ",
|
14 |
+
},
|
15 |
+
|
16 |
+
halfAMinute: "અડધી મિનિટ",
|
17 |
+
|
18 |
+
lessThanXMinutes: {
|
19 |
+
one: "આ મિનિટ", // CLDR #1448
|
20 |
+
other: "આશરે {{count}} મિનિટ",
|
21 |
+
},
|
22 |
+
|
23 |
+
xMinutes: {
|
24 |
+
one: "1 મિનિટ",
|
25 |
+
other: "{{count}} મિનિટ",
|
26 |
+
},
|
27 |
+
|
28 |
+
aboutXHours: {
|
29 |
+
one: "આશરે 1 કલાક",
|
30 |
+
other: "આશરે {{count}} કલાક",
|
31 |
+
},
|
32 |
+
|
33 |
+
xHours: {
|
34 |
+
one: "1 કલાક",
|
35 |
+
other: "{{count}} કલાક",
|
36 |
+
},
|
37 |
+
|
38 |
+
xDays: {
|
39 |
+
one: "1 દિવસ",
|
40 |
+
other: "{{count}} દિવસ",
|
41 |
+
},
|
42 |
+
|
43 |
+
aboutXWeeks: {
|
44 |
+
one: "આશરે 1 અઠવાડિયું",
|
45 |
+
other: "આશરે {{count}} અઠવાડિયા",
|
46 |
+
},
|
47 |
+
|
48 |
+
xWeeks: {
|
49 |
+
one: "1 અઠવાડિયું",
|
50 |
+
other: "{{count}} અઠવાડિયા",
|
51 |
+
},
|
52 |
+
|
53 |
+
aboutXMonths: {
|
54 |
+
one: "આશરે 1 મહિનો",
|
55 |
+
other: "આશરે {{count}} મહિના",
|
56 |
+
},
|
57 |
+
|
58 |
+
xMonths: {
|
59 |
+
one: "1 મહિનો",
|
60 |
+
other: "{{count}} મહિના",
|
61 |
+
},
|
62 |
+
|
63 |
+
aboutXYears: {
|
64 |
+
one: "આશરે 1 વર્ષ",
|
65 |
+
other: "આશરે {{count}} વર્ષ",
|
66 |
+
},
|
67 |
+
|
68 |
+
xYears: {
|
69 |
+
one: "1 વર્ષ",
|
70 |
+
other: "{{count}} વર્ષ",
|
71 |
+
},
|
72 |
+
|
73 |
+
overXYears: {
|
74 |
+
one: "1 વર્ષથી વધુ",
|
75 |
+
other: "{{count}} વર્ષથી વધુ",
|
76 |
+
},
|
77 |
+
|
78 |
+
almostXYears: {
|
79 |
+
one: "લગભગ 1 વર્ષ",
|
80 |
+
other: "લગભગ {{count}} વર્ષ",
|
81 |
+
},
|
82 |
+
};
|
83 |
+
|
84 |
+
const formatDistance = (token, count, options) => {
|
85 |
+
let result;
|
86 |
+
|
87 |
+
const tokenValue = formatDistanceLocale[token];
|
88 |
+
if (typeof tokenValue === "string") {
|
89 |
+
result = tokenValue;
|
90 |
+
} else if (count === 1) {
|
91 |
+
result = tokenValue.one;
|
92 |
+
} else {
|
93 |
+
result = tokenValue.other.replace("{{count}}", String(count));
|
94 |
+
}
|
95 |
+
|
96 |
+
if (options?.addSuffix) {
|
97 |
+
if (options.comparison && options.comparison > 0) {
|
98 |
+
return result + "માં";
|
99 |
+
} else {
|
100 |
+
return result + " પહેલાં";
|
101 |
+
}
|
102 |
+
}
|
103 |
+
|
104 |
+
return result;
|
105 |
+
};
|
106 |
+
exports.formatDistance = formatDistance;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatDistance.mjs
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Source: https://www.unicode.org/cldr/charts/32/summary/gu.html
|
2 |
+
const formatDistanceLocale = {
|
3 |
+
lessThanXSeconds: {
|
4 |
+
one: "હમણાં", // CLDR #1461
|
5 |
+
other: "આશરે {{count}} સેકંડ",
|
6 |
+
},
|
7 |
+
|
8 |
+
xSeconds: {
|
9 |
+
one: "1 સેકંડ",
|
10 |
+
other: "{{count}} સેકંડ",
|
11 |
+
},
|
12 |
+
|
13 |
+
halfAMinute: "અડધી મિનિટ",
|
14 |
+
|
15 |
+
lessThanXMinutes: {
|
16 |
+
one: "આ મિનિટ", // CLDR #1448
|
17 |
+
other: "આશરે {{count}} મિનિટ",
|
18 |
+
},
|
19 |
+
|
20 |
+
xMinutes: {
|
21 |
+
one: "1 મિનિટ",
|
22 |
+
other: "{{count}} મિનિટ",
|
23 |
+
},
|
24 |
+
|
25 |
+
aboutXHours: {
|
26 |
+
one: "આશરે 1 કલાક",
|
27 |
+
other: "આશરે {{count}} કલાક",
|
28 |
+
},
|
29 |
+
|
30 |
+
xHours: {
|
31 |
+
one: "1 કલાક",
|
32 |
+
other: "{{count}} કલાક",
|
33 |
+
},
|
34 |
+
|
35 |
+
xDays: {
|
36 |
+
one: "1 દિવસ",
|
37 |
+
other: "{{count}} દિવસ",
|
38 |
+
},
|
39 |
+
|
40 |
+
aboutXWeeks: {
|
41 |
+
one: "આશરે 1 અઠવાડિયું",
|
42 |
+
other: "આશરે {{count}} અઠવાડિયા",
|
43 |
+
},
|
44 |
+
|
45 |
+
xWeeks: {
|
46 |
+
one: "1 અઠવાડિયું",
|
47 |
+
other: "{{count}} અઠવાડિયા",
|
48 |
+
},
|
49 |
+
|
50 |
+
aboutXMonths: {
|
51 |
+
one: "આશરે 1 મહિનો",
|
52 |
+
other: "આશરે {{count}} મહિના",
|
53 |
+
},
|
54 |
+
|
55 |
+
xMonths: {
|
56 |
+
one: "1 મહિનો",
|
57 |
+
other: "{{count}} મહિના",
|
58 |
+
},
|
59 |
+
|
60 |
+
aboutXYears: {
|
61 |
+
one: "આશરે 1 વર્ષ",
|
62 |
+
other: "આશરે {{count}} વર્ષ",
|
63 |
+
},
|
64 |
+
|
65 |
+
xYears: {
|
66 |
+
one: "1 વર્ષ",
|
67 |
+
other: "{{count}} વર્ષ",
|
68 |
+
},
|
69 |
+
|
70 |
+
overXYears: {
|
71 |
+
one: "1 વર્ષથી વધુ",
|
72 |
+
other: "{{count}} વર્ષથી વધુ",
|
73 |
+
},
|
74 |
+
|
75 |
+
almostXYears: {
|
76 |
+
one: "લગભગ 1 વર્ષ",
|
77 |
+
other: "લગભગ {{count}} વર્ષ",
|
78 |
+
},
|
79 |
+
};
|
80 |
+
|
81 |
+
export const formatDistance = (token, count, options) => {
|
82 |
+
let result;
|
83 |
+
|
84 |
+
const tokenValue = formatDistanceLocale[token];
|
85 |
+
if (typeof tokenValue === "string") {
|
86 |
+
result = tokenValue;
|
87 |
+
} else if (count === 1) {
|
88 |
+
result = tokenValue.one;
|
89 |
+
} else {
|
90 |
+
result = tokenValue.other.replace("{{count}}", String(count));
|
91 |
+
}
|
92 |
+
|
93 |
+
if (options?.addSuffix) {
|
94 |
+
if (options.comparison && options.comparison > 0) {
|
95 |
+
return result + "માં";
|
96 |
+
} else {
|
97 |
+
return result + " પહેલાં";
|
98 |
+
}
|
99 |
+
}
|
100 |
+
|
101 |
+
return result;
|
102 |
+
};
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatLong.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatLong } from "../../types.js";
|
2 |
+
export declare const formatLong: FormatLong;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatLong.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatLong } from "../../types.js";
|
2 |
+
export declare const formatLong: FormatLong;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatLong.js
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.formatLong = void 0;
|
3 |
+
var _index = require("../../_lib/buildFormatLongFn.js");
|
4 |
+
|
5 |
+
//Source: https://www.unicode.org/cldr/charts/32/summary/gu.html
|
6 |
+
const dateFormats = {
|
7 |
+
full: "EEEE, d MMMM, y", // CLDR #1825
|
8 |
+
long: "d MMMM, y", // CLDR #1826
|
9 |
+
medium: "d MMM, y", // CLDR #1827
|
10 |
+
short: "d/M/yy", // CLDR #1828
|
11 |
+
};
|
12 |
+
|
13 |
+
const timeFormats = {
|
14 |
+
full: "hh:mm:ss a zzzz", // CLDR #1829
|
15 |
+
long: "hh:mm:ss a z", // CLDR #1830
|
16 |
+
medium: "hh:mm:ss a", // CLDR #1831
|
17 |
+
short: "hh:mm a", // CLDR #1832
|
18 |
+
};
|
19 |
+
|
20 |
+
const dateTimeFormats = {
|
21 |
+
full: "{{date}} {{time}}", // CLDR #1833
|
22 |
+
long: "{{date}} {{time}}", // CLDR #1834
|
23 |
+
medium: "{{date}} {{time}}", // CLDR #1835
|
24 |
+
short: "{{date}} {{time}}", // CLDR #1836
|
25 |
+
};
|
26 |
+
|
27 |
+
const formatLong = (exports.formatLong = {
|
28 |
+
date: (0, _index.buildFormatLongFn)({
|
29 |
+
formats: dateFormats,
|
30 |
+
defaultWidth: "full",
|
31 |
+
}),
|
32 |
+
|
33 |
+
time: (0, _index.buildFormatLongFn)({
|
34 |
+
formats: timeFormats,
|
35 |
+
defaultWidth: "full",
|
36 |
+
}),
|
37 |
+
|
38 |
+
dateTime: (0, _index.buildFormatLongFn)({
|
39 |
+
formats: dateTimeFormats,
|
40 |
+
defaultWidth: "full",
|
41 |
+
}),
|
42 |
+
});
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatLong.mjs
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { buildFormatLongFn } from "../../_lib/buildFormatLongFn.mjs";
|
2 |
+
|
3 |
+
//Source: https://www.unicode.org/cldr/charts/32/summary/gu.html
|
4 |
+
const dateFormats = {
|
5 |
+
full: "EEEE, d MMMM, y", // CLDR #1825
|
6 |
+
long: "d MMMM, y", // CLDR #1826
|
7 |
+
medium: "d MMM, y", // CLDR #1827
|
8 |
+
short: "d/M/yy", // CLDR #1828
|
9 |
+
};
|
10 |
+
|
11 |
+
const timeFormats = {
|
12 |
+
full: "hh:mm:ss a zzzz", // CLDR #1829
|
13 |
+
long: "hh:mm:ss a z", // CLDR #1830
|
14 |
+
medium: "hh:mm:ss a", // CLDR #1831
|
15 |
+
short: "hh:mm a", // CLDR #1832
|
16 |
+
};
|
17 |
+
|
18 |
+
const dateTimeFormats = {
|
19 |
+
full: "{{date}} {{time}}", // CLDR #1833
|
20 |
+
long: "{{date}} {{time}}", // CLDR #1834
|
21 |
+
medium: "{{date}} {{time}}", // CLDR #1835
|
22 |
+
short: "{{date}} {{time}}", // CLDR #1836
|
23 |
+
};
|
24 |
+
|
25 |
+
export const formatLong = {
|
26 |
+
date: buildFormatLongFn({
|
27 |
+
formats: dateFormats,
|
28 |
+
defaultWidth: "full",
|
29 |
+
}),
|
30 |
+
|
31 |
+
time: buildFormatLongFn({
|
32 |
+
formats: timeFormats,
|
33 |
+
defaultWidth: "full",
|
34 |
+
}),
|
35 |
+
|
36 |
+
dateTime: buildFormatLongFn({
|
37 |
+
formats: dateTimeFormats,
|
38 |
+
defaultWidth: "full",
|
39 |
+
}),
|
40 |
+
};
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatRelative.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatRelativeFn } from "../../types.js";
|
2 |
+
export declare const formatRelative: FormatRelativeFn;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatRelative.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { FormatRelativeFn } from "../../types.js";
|
2 |
+
export declare const formatRelative: FormatRelativeFn;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatRelative.js
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.formatRelative = void 0;
|
3 |
+
|
4 |
+
// Source: https://www.unicode.org/cldr/charts/32/summary/gu.html
|
5 |
+
|
6 |
+
const formatRelativeLocale = {
|
7 |
+
lastWeek: "'પાછલા' eeee p", // CLDR #1384
|
8 |
+
yesterday: "'ગઈકાલે' p", // CLDR #1409
|
9 |
+
today: "'આજે' p", // CLDR #1410
|
10 |
+
tomorrow: "'આવતીકાલે' p", // CLDR #1411
|
11 |
+
nextWeek: "eeee p", // CLDR #1386
|
12 |
+
other: "P",
|
13 |
+
};
|
14 |
+
|
15 |
+
const formatRelative = (token, _date, _baseDate, _options) =>
|
16 |
+
formatRelativeLocale[token];
|
17 |
+
exports.formatRelative = formatRelative;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/formatRelative.mjs
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Source: https://www.unicode.org/cldr/charts/32/summary/gu.html
|
2 |
+
|
3 |
+
const formatRelativeLocale = {
|
4 |
+
lastWeek: "'પાછલા' eeee p", // CLDR #1384
|
5 |
+
yesterday: "'ગઈકાલે' p", // CLDR #1409
|
6 |
+
today: "'આજે' p", // CLDR #1410
|
7 |
+
tomorrow: "'આવતીકાલે' p", // CLDR #1411
|
8 |
+
nextWeek: "eeee p", // CLDR #1386
|
9 |
+
other: "P",
|
10 |
+
};
|
11 |
+
|
12 |
+
export const formatRelative = (token, _date, _baseDate, _options) =>
|
13 |
+
formatRelativeLocale[token];
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/localize.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { Localize } from "../../types.js";
|
2 |
+
export declare const localize: Localize;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/localize.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { Localize } from "../../types.js";
|
2 |
+
export declare const localize: Localize;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/localize.js
ADDED
@@ -0,0 +1,181 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.localize = void 0;
|
3 |
+
var _index = require("../../_lib/buildLocalizeFn.js");
|
4 |
+
|
5 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
6 |
+
// #1621 - #1630
|
7 |
+
const eraValues = {
|
8 |
+
narrow: ["ઈસપૂ", "ઈસ"],
|
9 |
+
abbreviated: ["ઈ.સ.પૂર્વે", "ઈ.સ."],
|
10 |
+
wide: ["ઈસવીસન પૂર્વે", "ઈસવીસન"],
|
11 |
+
};
|
12 |
+
|
13 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
14 |
+
// #1631 - #1654
|
15 |
+
const quarterValues = {
|
16 |
+
narrow: ["1", "2", "3", "4"],
|
17 |
+
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
18 |
+
wide: ["1લો ત્રિમાસ", "2જો ત્રિમાસ", "3જો ત્રિમાસ", "4થો ત્રિમાસ"],
|
19 |
+
};
|
20 |
+
|
21 |
+
// Note: in English, the names of days of the week and months are capitalized.
|
22 |
+
// If you are making a new locale based on this one, check if the same is true for the language you're working on.
|
23 |
+
// Generally, formatted dates should look like they are in the middle of a sentence,
|
24 |
+
// e.g. in Spanish language the weekdays and months should be in the lowercase.
|
25 |
+
|
26 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
27 |
+
// #1655 - #1726
|
28 |
+
const monthValues = {
|
29 |
+
narrow: ["જા", "ફે", "મા", "એ", "મે", "જૂ", "જુ", "ઓ", "સ", "ઓ", "ન", "ડિ"],
|
30 |
+
|
31 |
+
abbreviated: [
|
32 |
+
"જાન્યુ",
|
33 |
+
"ફેબ્રુ",
|
34 |
+
"માર્ચ",
|
35 |
+
"એપ્રિલ",
|
36 |
+
"મે",
|
37 |
+
"જૂન",
|
38 |
+
"જુલાઈ",
|
39 |
+
"ઑગસ્ટ",
|
40 |
+
"સપ્ટે",
|
41 |
+
"ઓક્ટો",
|
42 |
+
"નવે",
|
43 |
+
"ડિસે",
|
44 |
+
],
|
45 |
+
|
46 |
+
wide: [
|
47 |
+
"જાન્યુઆરી",
|
48 |
+
"ફેબ્રુઆરી",
|
49 |
+
"માર્ચ",
|
50 |
+
"એપ્રિલ",
|
51 |
+
"મે",
|
52 |
+
"જૂન",
|
53 |
+
"જુલાઇ",
|
54 |
+
"ઓગસ્ટ",
|
55 |
+
"સપ્ટેમ્બર",
|
56 |
+
"ઓક્ટોબર",
|
57 |
+
"નવેમ્બર",
|
58 |
+
"ડિસેમ્બર",
|
59 |
+
],
|
60 |
+
};
|
61 |
+
|
62 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
63 |
+
// #1727 - #1768
|
64 |
+
const dayValues = {
|
65 |
+
narrow: ["ર", "સો", "મં", "બુ", "ગુ", "શુ", "શ"],
|
66 |
+
short: ["ર", "સો", "મં", "બુ", "ગુ", "શુ", "શ"],
|
67 |
+
abbreviated: ["રવિ", "સોમ", "મંગળ", "બુધ", "ગુરુ", "શુક્ર", "શનિ"],
|
68 |
+
wide: [
|
69 |
+
"રવિવાર" /* Sunday */,
|
70 |
+
"સોમવાર" /* Monday */,
|
71 |
+
"મંગળવાર" /* Tuesday */,
|
72 |
+
"બુધવાર" /* Wednesday */,
|
73 |
+
"ગુરુવાર" /* Thursday */,
|
74 |
+
"શુક્રવાર" /* Friday */,
|
75 |
+
"શનિવાર" /* Saturday */,
|
76 |
+
],
|
77 |
+
};
|
78 |
+
|
79 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
80 |
+
// #1783 - #1824
|
81 |
+
const dayPeriodValues = {
|
82 |
+
narrow: {
|
83 |
+
am: "AM",
|
84 |
+
pm: "PM",
|
85 |
+
midnight: "મ.રાત્રિ",
|
86 |
+
noon: "બ.",
|
87 |
+
morning: "સવારે",
|
88 |
+
afternoon: "બપોરે",
|
89 |
+
evening: "સાંજે",
|
90 |
+
night: "રાત્રે",
|
91 |
+
},
|
92 |
+
abbreviated: {
|
93 |
+
am: "AM",
|
94 |
+
pm: "PM",
|
95 |
+
midnight: "મધ્યરાત્રિ",
|
96 |
+
noon: "બપોરે",
|
97 |
+
morning: "સવારે",
|
98 |
+
afternoon: "બપોરે",
|
99 |
+
evening: "સાંજે",
|
100 |
+
night: "રાત્રે",
|
101 |
+
},
|
102 |
+
wide: {
|
103 |
+
am: "AM",
|
104 |
+
pm: "PM",
|
105 |
+
midnight: "મધ્યરાત્રિ",
|
106 |
+
noon: "બપોરે",
|
107 |
+
morning: "સવારે",
|
108 |
+
afternoon: "બપોરે",
|
109 |
+
evening: "સાંજે",
|
110 |
+
night: "રાત્રે",
|
111 |
+
},
|
112 |
+
};
|
113 |
+
|
114 |
+
const formattingDayPeriodValues = {
|
115 |
+
narrow: {
|
116 |
+
am: "AM",
|
117 |
+
pm: "PM",
|
118 |
+
midnight: "મ.રાત્રિ",
|
119 |
+
noon: "બપોરે",
|
120 |
+
morning: "સવારે",
|
121 |
+
afternoon: "બપોરે",
|
122 |
+
evening: "સાંજે",
|
123 |
+
night: "રાત્રે",
|
124 |
+
},
|
125 |
+
abbreviated: {
|
126 |
+
am: "AM",
|
127 |
+
pm: "PM",
|
128 |
+
midnight: "મધ્યરાત્રિ",
|
129 |
+
noon: "બપોરે",
|
130 |
+
morning: "સવારે",
|
131 |
+
afternoon: "બપોરે",
|
132 |
+
evening: "સાંજે",
|
133 |
+
night: "રાત્રે",
|
134 |
+
},
|
135 |
+
wide: {
|
136 |
+
am: "AM",
|
137 |
+
pm: "PM",
|
138 |
+
midnight: "મધ્યરાત્રિ",
|
139 |
+
noon: "બપોરે",
|
140 |
+
morning: "સવારે",
|
141 |
+
afternoon: "બપોરે",
|
142 |
+
evening: "સાંજે",
|
143 |
+
night: "રાત્રે",
|
144 |
+
},
|
145 |
+
};
|
146 |
+
|
147 |
+
const ordinalNumber = (dirtyNumber, _options) => {
|
148 |
+
return String(dirtyNumber);
|
149 |
+
};
|
150 |
+
|
151 |
+
const localize = (exports.localize = {
|
152 |
+
ordinalNumber,
|
153 |
+
|
154 |
+
era: (0, _index.buildLocalizeFn)({
|
155 |
+
values: eraValues,
|
156 |
+
defaultWidth: "wide",
|
157 |
+
}),
|
158 |
+
|
159 |
+
quarter: (0, _index.buildLocalizeFn)({
|
160 |
+
values: quarterValues,
|
161 |
+
defaultWidth: "wide",
|
162 |
+
argumentCallback: (quarter) => quarter - 1,
|
163 |
+
}),
|
164 |
+
|
165 |
+
month: (0, _index.buildLocalizeFn)({
|
166 |
+
values: monthValues,
|
167 |
+
defaultWidth: "wide",
|
168 |
+
}),
|
169 |
+
|
170 |
+
day: (0, _index.buildLocalizeFn)({
|
171 |
+
values: dayValues,
|
172 |
+
defaultWidth: "wide",
|
173 |
+
}),
|
174 |
+
|
175 |
+
dayPeriod: (0, _index.buildLocalizeFn)({
|
176 |
+
values: dayPeriodValues,
|
177 |
+
defaultWidth: "wide",
|
178 |
+
formattingValues: formattingDayPeriodValues,
|
179 |
+
defaultFormattingWidth: "wide",
|
180 |
+
}),
|
181 |
+
});
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/localize.mjs
ADDED
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { buildLocalizeFn } from "../../_lib/buildLocalizeFn.mjs";
|
2 |
+
|
3 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
4 |
+
// #1621 - #1630
|
5 |
+
const eraValues = {
|
6 |
+
narrow: ["ઈસપૂ", "ઈસ"],
|
7 |
+
abbreviated: ["ઈ.સ.પૂર્વે", "ઈ.સ."],
|
8 |
+
wide: ["ઈસવીસન પૂર્વે", "ઈસવીસન"],
|
9 |
+
};
|
10 |
+
|
11 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
12 |
+
// #1631 - #1654
|
13 |
+
const quarterValues = {
|
14 |
+
narrow: ["1", "2", "3", "4"],
|
15 |
+
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
16 |
+
wide: ["1લો ત્રિમાસ", "2જો ત્રિમાસ", "3જો ત્રિમાસ", "4થો ત્રિમાસ"],
|
17 |
+
};
|
18 |
+
|
19 |
+
// Note: in English, the names of days of the week and months are capitalized.
|
20 |
+
// If you are making a new locale based on this one, check if the same is true for the language you're working on.
|
21 |
+
// Generally, formatted dates should look like they are in the middle of a sentence,
|
22 |
+
// e.g. in Spanish language the weekdays and months should be in the lowercase.
|
23 |
+
|
24 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
25 |
+
// #1655 - #1726
|
26 |
+
const monthValues = {
|
27 |
+
narrow: ["જા", "ફે", "મા", "એ", "મે", "જૂ", "જુ", "ઓ", "સ", "ઓ", "ન", "ડિ"],
|
28 |
+
|
29 |
+
abbreviated: [
|
30 |
+
"જાન્યુ",
|
31 |
+
"ફેબ્રુ",
|
32 |
+
"માર્ચ",
|
33 |
+
"એપ્રિલ",
|
34 |
+
"મે",
|
35 |
+
"જૂન",
|
36 |
+
"જુલાઈ",
|
37 |
+
"ઑગસ્ટ",
|
38 |
+
"સપ્ટે",
|
39 |
+
"ઓક્ટો",
|
40 |
+
"નવે",
|
41 |
+
"ડિસે",
|
42 |
+
],
|
43 |
+
|
44 |
+
wide: [
|
45 |
+
"જાન્યુઆરી",
|
46 |
+
"ફેબ્રુઆરી",
|
47 |
+
"માર્ચ",
|
48 |
+
"એપ્રિલ",
|
49 |
+
"મે",
|
50 |
+
"જૂન",
|
51 |
+
"જુલાઇ",
|
52 |
+
"ઓગસ્ટ",
|
53 |
+
"સપ્ટેમ્બર",
|
54 |
+
"ઓક્ટોબર",
|
55 |
+
"નવેમ્બર",
|
56 |
+
"ડિસેમ્બર",
|
57 |
+
],
|
58 |
+
};
|
59 |
+
|
60 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
61 |
+
// #1727 - #1768
|
62 |
+
const dayValues = {
|
63 |
+
narrow: ["ર", "સો", "મં", "બુ", "ગુ", "શુ", "શ"],
|
64 |
+
short: ["ર", "સો", "મં", "બુ", "ગુ", "શુ", "શ"],
|
65 |
+
abbreviated: ["રવિ", "સોમ", "મંગળ", "બુધ", "ગુરુ", "શુક્ર", "શનિ"],
|
66 |
+
wide: [
|
67 |
+
"રવિવાર" /* Sunday */,
|
68 |
+
"સોમવાર" /* Monday */,
|
69 |
+
"મંગળવાર" /* Tuesday */,
|
70 |
+
"બુધવાર" /* Wednesday */,
|
71 |
+
"ગુરુવાર" /* Thursday */,
|
72 |
+
"શુક્રવાર" /* Friday */,
|
73 |
+
"શનિવાર" /* Saturday */,
|
74 |
+
],
|
75 |
+
};
|
76 |
+
|
77 |
+
// https://www.unicode.org/cldr/charts/32/summary/gu.html
|
78 |
+
// #1783 - #1824
|
79 |
+
const dayPeriodValues = {
|
80 |
+
narrow: {
|
81 |
+
am: "AM",
|
82 |
+
pm: "PM",
|
83 |
+
midnight: "મ.રાત્રિ",
|
84 |
+
noon: "બ.",
|
85 |
+
morning: "સવારે",
|
86 |
+
afternoon: "બપોરે",
|
87 |
+
evening: "સાંજે",
|
88 |
+
night: "રાત્રે",
|
89 |
+
},
|
90 |
+
abbreviated: {
|
91 |
+
am: "AM",
|
92 |
+
pm: "PM",
|
93 |
+
midnight: "મધ્યરાત્રિ",
|
94 |
+
noon: "બપોરે",
|
95 |
+
morning: "સવારે",
|
96 |
+
afternoon: "બપોરે",
|
97 |
+
evening: "સાંજે",
|
98 |
+
night: "રાત્રે",
|
99 |
+
},
|
100 |
+
wide: {
|
101 |
+
am: "AM",
|
102 |
+
pm: "PM",
|
103 |
+
midnight: "મધ્યરાત્રિ",
|
104 |
+
noon: "બપોરે",
|
105 |
+
morning: "સવારે",
|
106 |
+
afternoon: "બપોરે",
|
107 |
+
evening: "સાંજે",
|
108 |
+
night: "રાત્રે",
|
109 |
+
},
|
110 |
+
};
|
111 |
+
|
112 |
+
const formattingDayPeriodValues = {
|
113 |
+
narrow: {
|
114 |
+
am: "AM",
|
115 |
+
pm: "PM",
|
116 |
+
midnight: "મ.રાત્રિ",
|
117 |
+
noon: "બપોરે",
|
118 |
+
morning: "સવારે",
|
119 |
+
afternoon: "બપોરે",
|
120 |
+
evening: "સાંજે",
|
121 |
+
night: "રાત્રે",
|
122 |
+
},
|
123 |
+
abbreviated: {
|
124 |
+
am: "AM",
|
125 |
+
pm: "PM",
|
126 |
+
midnight: "મધ્યરાત્રિ",
|
127 |
+
noon: "બપોરે",
|
128 |
+
morning: "સવારે",
|
129 |
+
afternoon: "બપોરે",
|
130 |
+
evening: "સાંજે",
|
131 |
+
night: "રાત્રે",
|
132 |
+
},
|
133 |
+
wide: {
|
134 |
+
am: "AM",
|
135 |
+
pm: "PM",
|
136 |
+
midnight: "મધ્યરાત્રિ",
|
137 |
+
noon: "બપોરે",
|
138 |
+
morning: "સવારે",
|
139 |
+
afternoon: "બપોરે",
|
140 |
+
evening: "સાંજે",
|
141 |
+
night: "રાત્રે",
|
142 |
+
},
|
143 |
+
};
|
144 |
+
|
145 |
+
const ordinalNumber = (dirtyNumber, _options) => {
|
146 |
+
return String(dirtyNumber);
|
147 |
+
};
|
148 |
+
|
149 |
+
export const localize = {
|
150 |
+
ordinalNumber,
|
151 |
+
|
152 |
+
era: buildLocalizeFn({
|
153 |
+
values: eraValues,
|
154 |
+
defaultWidth: "wide",
|
155 |
+
}),
|
156 |
+
|
157 |
+
quarter: buildLocalizeFn({
|
158 |
+
values: quarterValues,
|
159 |
+
defaultWidth: "wide",
|
160 |
+
argumentCallback: (quarter) => quarter - 1,
|
161 |
+
}),
|
162 |
+
|
163 |
+
month: buildLocalizeFn({
|
164 |
+
values: monthValues,
|
165 |
+
defaultWidth: "wide",
|
166 |
+
}),
|
167 |
+
|
168 |
+
day: buildLocalizeFn({
|
169 |
+
values: dayValues,
|
170 |
+
defaultWidth: "wide",
|
171 |
+
}),
|
172 |
+
|
173 |
+
dayPeriod: buildLocalizeFn({
|
174 |
+
values: dayPeriodValues,
|
175 |
+
defaultWidth: "wide",
|
176 |
+
formattingValues: formattingDayPeriodValues,
|
177 |
+
defaultFormattingWidth: "wide",
|
178 |
+
}),
|
179 |
+
};
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/match.d.mts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { Match } from "../../types.js";
|
2 |
+
export declare const match: Match;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/match.d.ts
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import type { Match } from "../../types.js";
|
2 |
+
export declare const match: Match;
|
workers1/auto3d/node_modules/date-fns/locale/gu/_lib/match.js
ADDED
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
exports.match = void 0;
|
3 |
+
|
4 |
+
var _index = require("../../_lib/buildMatchFn.js");
|
5 |
+
var _index2 = require("../../_lib/buildMatchPatternFn.js");
|
6 |
+
|
7 |
+
const matchOrdinalNumberPattern = /^(\d+)(લ|જ|થ|ઠ્ઠ|મ)?/i;
|
8 |
+
const parseOrdinalNumberPattern = /\d+/i;
|
9 |
+
|
10 |
+
const matchEraPatterns = {
|
11 |
+
narrow: /^(ઈસપૂ|ઈસ)/i,
|
12 |
+
abbreviated: /^(ઈ\.સ\.પૂર્વે|ઈ\.સ\.)/i,
|
13 |
+
wide: /^(ઈસવીસન\sપૂર્વે|ઈસવીસન)/i,
|
14 |
+
};
|
15 |
+
const parseEraPatterns = {
|
16 |
+
any: [/^ઈસપૂ/i, /^ઈસ/i],
|
17 |
+
};
|
18 |
+
|
19 |
+
const matchQuarterPatterns = {
|
20 |
+
narrow: /^[1234]/i,
|
21 |
+
abbreviated: /^q[1234]/i,
|
22 |
+
wide: /^[1234](લો|જો|થો)? ત્રિમાસ/i,
|
23 |
+
};
|
24 |
+
const parseQuarterPatterns = {
|
25 |
+
any: [/1/i, /2/i, /3/i, /4/i],
|
26 |
+
};
|
27 |
+
|
28 |
+
const matchMonthPatterns = {
|
29 |
+
// eslint-disable-next-line no-misleading-character-class
|
30 |
+
narrow: /^[જાફેમાએમેજૂજુઓસઓનડિ]/i,
|
31 |
+
abbreviated:
|
32 |
+
/^(જાન્યુ|ફેબ્રુ|માર્ચ|એપ્રિલ|મે|જૂન|જુલાઈ|ઑગસ્ટ|સપ્ટે|ઓક્ટો|નવે|ડિસે)/i,
|
33 |
+
wide: /^(જાન્યુઆરી|ફેબ્રુઆરી|માર્ચ|એપ્રિલ|મે|જૂન|જુલાઇ|ઓગસ્ટ|સપ્ટેમ્બર|ઓક્ટોબર|નવેમ્બર|ડિસેમ્બર)/i,
|
34 |
+
};
|
35 |
+
const parseMonthPatterns = {
|
36 |
+
narrow: [
|
37 |
+
/^જા/i,
|
38 |
+
/^ફે/i,
|
39 |
+
/^મા/i,
|
40 |
+
/^એ/i,
|
41 |
+
/^મે/i,
|
42 |
+
/^જૂ/i,
|
43 |
+
/^જુ/i,
|
44 |
+
/^ઑગ/i,
|
45 |
+
/^સ/i,
|
46 |
+
/^ઓક્ટો/i,
|
47 |
+
/^ન/i,
|
48 |
+
/^ડિ/i,
|
49 |
+
],
|
50 |
+
|
51 |
+
any: [
|
52 |
+
/^જા/i,
|
53 |
+
/^ફે/i,
|
54 |
+
/^મા/i,
|
55 |
+
/^એ/i,
|
56 |
+
/^મે/i,
|
57 |
+
/^જૂ/i,
|
58 |
+
/^જુ/i,
|
59 |
+
/^ઑગ/i,
|
60 |
+
/^સ/i,
|
61 |
+
/^ઓક્ટો/i,
|
62 |
+
/^ન/i,
|
63 |
+
/^ડિ/i,
|
64 |
+
],
|
65 |
+
};
|
66 |
+
|
67 |
+
const matchDayPatterns = {
|
68 |
+
narrow: /^(ર|સો|મં|બુ|ગુ|શુ|શ)/i,
|
69 |
+
short: /^(ર|સો|મં|બુ|ગુ|શુ|શ)/i,
|
70 |
+
abbreviated: /^(રવિ|સોમ|મંગળ|બુધ|ગુરુ|શુક્ર|શનિ)/i,
|
71 |
+
wide: /^(રવિવાર|સોમવાર|મંગળવાર|બુધવાર|ગુરુવાર|શુક્રવાર|શનિવાર)/i,
|
72 |
+
};
|
73 |
+
const parseDayPatterns = {
|
74 |
+
narrow: [/^ર/i, /^સો/i, /^મં/i, /^બુ/i, /^ગુ/i, /^શુ/i, /^શ/i],
|
75 |
+
any: [/^ર/i, /^સો/i, /^મં/i, /^બુ/i, /^ગુ/i, /^શુ/i, /^શ/i],
|
76 |
+
};
|
77 |
+
|
78 |
+
const matchDayPeriodPatterns = {
|
79 |
+
narrow: /^(a|p|મ\.?|સ|બ|સાં|રા)/i,
|
80 |
+
any: /^(a|p|મ\.?|સ|બ|સાં|રા)/i,
|
81 |
+
};
|
82 |
+
const parseDayPeriodPatterns = {
|
83 |
+
any: {
|
84 |
+
am: /^a/i,
|
85 |
+
pm: /^p/i,
|
86 |
+
midnight: /^મ\.?/i,
|
87 |
+
noon: /^બ/i,
|
88 |
+
morning: /સ/i,
|
89 |
+
afternoon: /બ/i,
|
90 |
+
evening: /સાં/i,
|
91 |
+
night: /રા/i,
|
92 |
+
},
|
93 |
+
};
|
94 |
+
|
95 |
+
const match = (exports.match = {
|
96 |
+
ordinalNumber: (0, _index2.buildMatchPatternFn)({
|
97 |
+
matchPattern: matchOrdinalNumberPattern,
|
98 |
+
parsePattern: parseOrdinalNumberPattern,
|
99 |
+
valueCallback: (value) => parseInt(value, 10),
|
100 |
+
}),
|
101 |
+
|
102 |
+
era: (0, _index.buildMatchFn)({
|
103 |
+
matchPatterns: matchEraPatterns,
|
104 |
+
defaultMatchWidth: "wide",
|
105 |
+
parsePatterns: parseEraPatterns,
|
106 |
+
defaultParseWidth: "any",
|
107 |
+
}),
|
108 |
+
|
109 |
+
quarter: (0, _index.buildMatchFn)({
|
110 |
+
matchPatterns: matchQuarterPatterns,
|
111 |
+
defaultMatchWidth: "wide",
|
112 |
+
parsePatterns: parseQuarterPatterns,
|
113 |
+
defaultParseWidth: "any",
|
114 |
+
valueCallback: (index) => index + 1,
|
115 |
+
}),
|
116 |
+
|
117 |
+
month: (0, _index.buildMatchFn)({
|
118 |
+
matchPatterns: matchMonthPatterns,
|
119 |
+
defaultMatchWidth: "wide",
|
120 |
+
parsePatterns: parseMonthPatterns,
|
121 |
+
defaultParseWidth: "any",
|
122 |
+
}),
|
123 |
+
|
124 |
+
day: (0, _index.buildMatchFn)({
|
125 |
+
matchPatterns: matchDayPatterns,
|
126 |
+
defaultMatchWidth: "wide",
|
127 |
+
parsePatterns: parseDayPatterns,
|
128 |
+
defaultParseWidth: "any",
|
129 |
+
}),
|
130 |
+
|
131 |
+
dayPeriod: (0, _index.buildMatchFn)({
|
132 |
+
matchPatterns: matchDayPeriodPatterns,
|
133 |
+
defaultMatchWidth: "any",
|
134 |
+
parsePatterns: parseDayPeriodPatterns,
|
135 |
+
defaultParseWidth: "any",
|
136 |
+
}),
|
137 |
+
});
|