luigi12345 commited on
Commit
44dcc53
1 Parent(s): 1f6da93

f4ff37a421567b5ec7f42e93ad631e26d16deeb6617e1317e907550fce3fc762

Browse files
Files changed (50) hide show
  1. workers1/auto3d/node_modules/date-fns/locale.d.mts +96 -0
  2. workers1/auto3d/node_modules/date-fns/locale.d.ts +96 -0
  3. workers1/auto3d/node_modules/date-fns/locale.js +1047 -0
  4. workers1/auto3d/node_modules/date-fns/locale.mjs +96 -0
  5. workers1/auto3d/node_modules/date-fns/locale/zh-HK.d.ts +9 -0
  6. workers1/auto3d/node_modules/date-fns/locale/zh-HK.js +27 -0
  7. workers1/auto3d/node_modules/date-fns/locale/zh-HK.mjs +28 -0
  8. workers1/auto3d/node_modules/date-fns/locale/zh-TW.d.mts +11 -0
  9. workers1/auto3d/node_modules/date-fns/locale/zh-TW.d.ts +11 -0
  10. workers1/auto3d/node_modules/date-fns/locale/zh-TW.js +29 -0
  11. workers1/auto3d/node_modules/date-fns/locale/zh-TW.mjs +30 -0
  12. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatDistance.d.mts +2 -0
  13. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatDistance.d.ts +2 -0
  14. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatDistance.js +105 -0
  15. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatDistance.mjs +101 -0
  16. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatLong.d.mts +2 -0
  17. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatLong.d.ts +2 -0
  18. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatLong.js +41 -0
  19. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatLong.mjs +39 -0
  20. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatRelative.d.mts +2 -0
  21. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatRelative.d.ts +2 -0
  22. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatRelative.js +15 -0
  23. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatRelative.mjs +11 -0
  24. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/localize.d.mts +2 -0
  25. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/localize.d.ts +2 -0
  26. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/localize.js +185 -0
  27. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/localize.mjs +183 -0
  28. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/match.d.mts +2 -0
  29. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/match.d.ts +2 -0
  30. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/match.js +133 -0
  31. workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/match.mjs +130 -0
  32. workers1/auto3d/node_modules/date-fns/locale/zh-TW/cdn.js +532 -0
  33. workers1/auto3d/node_modules/date-fns/locale/zh-TW/cdn.js.map +1 -0
  34. workers1/auto3d/node_modules/date-fns/locale/zh-TW/cdn.min.js +3 -0
  35. workers1/auto3d/node_modules/date-fns/locale/zh-TW/cdn.min.js.map +10 -0
  36. workers1/auto3d/node_modules/date-fns/max.d.mts +27 -0
  37. workers1/auto3d/node_modules/date-fns/max.d.ts +27 -0
  38. workers1/auto3d/node_modules/date-fns/max.js +44 -0
  39. workers1/auto3d/node_modules/date-fns/max.mjs +45 -0
  40. workers1/auto3d/node_modules/date-fns/milliseconds.d.mts +39 -0
  41. workers1/auto3d/node_modules/date-fns/milliseconds.d.ts +39 -0
  42. workers1/auto3d/node_modules/date-fns/milliseconds.js +49 -0
  43. workers1/auto3d/node_modules/date-fns/milliseconds.mjs +58 -0
  44. workers1/auto3d/node_modules/date-fns/millisecondsToHours.d.mts +23 -0
  45. workers1/auto3d/node_modules/date-fns/millisecondsToHours.d.ts +23 -0
  46. workers1/auto3d/node_modules/date-fns/millisecondsToHours.js +30 -0
  47. workers1/auto3d/node_modules/date-fns/millisecondsToHours.mjs +31 -0
  48. workers1/auto3d/node_modules/date-fns/millisecondsToMinutes.d.mts +23 -0
  49. workers1/auto3d/node_modules/date-fns/millisecondsToMinutes.d.ts +23 -0
  50. workers1/auto3d/node_modules/date-fns/millisecondsToMinutes.js +30 -0
workers1/auto3d/node_modules/date-fns/locale.d.mts ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ export * from "./locale/af.js";
2
+ export * from "./locale/ar.js";
3
+ export * from "./locale/ar-DZ.js";
4
+ export * from "./locale/ar-EG.js";
5
+ export * from "./locale/ar-MA.js";
6
+ export * from "./locale/ar-SA.js";
7
+ export * from "./locale/ar-TN.js";
8
+ export * from "./locale/az.js";
9
+ export * from "./locale/be.js";
10
+ export * from "./locale/be-tarask.js";
11
+ export * from "./locale/bg.js";
12
+ export * from "./locale/bn.js";
13
+ export * from "./locale/bs.js";
14
+ export * from "./locale/ca.js";
15
+ export * from "./locale/ckb.js";
16
+ export * from "./locale/cs.js";
17
+ export * from "./locale/cy.js";
18
+ export * from "./locale/da.js";
19
+ export * from "./locale/de.js";
20
+ export * from "./locale/de-AT.js";
21
+ export * from "./locale/el.js";
22
+ export * from "./locale/en-AU.js";
23
+ export * from "./locale/en-CA.js";
24
+ export * from "./locale/en-GB.js";
25
+ export * from "./locale/en-IE.js";
26
+ export * from "./locale/en-IN.js";
27
+ export * from "./locale/en-NZ.js";
28
+ export * from "./locale/en-US.js";
29
+ export * from "./locale/en-ZA.js";
30
+ export * from "./locale/eo.js";
31
+ export * from "./locale/es.js";
32
+ export * from "./locale/et.js";
33
+ export * from "./locale/eu.js";
34
+ export * from "./locale/fa-IR.js";
35
+ export * from "./locale/fi.js";
36
+ export * from "./locale/fr.js";
37
+ export * from "./locale/fr-CA.js";
38
+ export * from "./locale/fr-CH.js";
39
+ export * from "./locale/fy.js";
40
+ export * from "./locale/gd.js";
41
+ export * from "./locale/gl.js";
42
+ export * from "./locale/gu.js";
43
+ export * from "./locale/he.js";
44
+ export * from "./locale/hi.js";
45
+ export * from "./locale/hr.js";
46
+ export * from "./locale/ht.js";
47
+ export * from "./locale/hu.js";
48
+ export * from "./locale/hy.js";
49
+ export * from "./locale/id.js";
50
+ export * from "./locale/is.js";
51
+ export * from "./locale/it.js";
52
+ export * from "./locale/it-CH.js";
53
+ export * from "./locale/ja.js";
54
+ export * from "./locale/ja-Hira.js";
55
+ export * from "./locale/ka.js";
56
+ export * from "./locale/kk.js";
57
+ export * from "./locale/km.js";
58
+ export * from "./locale/kn.js";
59
+ export * from "./locale/ko.js";
60
+ export * from "./locale/lb.js";
61
+ export * from "./locale/lt.js";
62
+ export * from "./locale/lv.js";
63
+ export * from "./locale/mk.js";
64
+ export * from "./locale/mn.js";
65
+ export * from "./locale/ms.js";
66
+ export * from "./locale/mt.js";
67
+ export * from "./locale/nb.js";
68
+ export * from "./locale/nl.js";
69
+ export * from "./locale/nl-BE.js";
70
+ export * from "./locale/nn.js";
71
+ export * from "./locale/oc.js";
72
+ export * from "./locale/pl.js";
73
+ export * from "./locale/pt.js";
74
+ export * from "./locale/pt-BR.js";
75
+ export * from "./locale/ro.js";
76
+ export * from "./locale/ru.js";
77
+ export * from "./locale/se.js";
78
+ export * from "./locale/sk.js";
79
+ export * from "./locale/sl.js";
80
+ export * from "./locale/sq.js";
81
+ export * from "./locale/sr.js";
82
+ export * from "./locale/sr-Latn.js";
83
+ export * from "./locale/sv.js";
84
+ export * from "./locale/ta.js";
85
+ export * from "./locale/te.js";
86
+ export * from "./locale/th.js";
87
+ export * from "./locale/tr.js";
88
+ export * from "./locale/ug.js";
89
+ export * from "./locale/uk.js";
90
+ export * from "./locale/uz.js";
91
+ export * from "./locale/uz-Cyrl.js";
92
+ export * from "./locale/vi.js";
93
+ export * from "./locale/zh-CN.js";
94
+ export * from "./locale/zh-HK.js";
95
+ export * from "./locale/zh-TW.js";
96
+ export type * from "./locale/types.js";
workers1/auto3d/node_modules/date-fns/locale.d.ts ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ export * from "./locale/af.js";
2
+ export * from "./locale/ar.js";
3
+ export * from "./locale/ar-DZ.js";
4
+ export * from "./locale/ar-EG.js";
5
+ export * from "./locale/ar-MA.js";
6
+ export * from "./locale/ar-SA.js";
7
+ export * from "./locale/ar-TN.js";
8
+ export * from "./locale/az.js";
9
+ export * from "./locale/be.js";
10
+ export * from "./locale/be-tarask.js";
11
+ export * from "./locale/bg.js";
12
+ export * from "./locale/bn.js";
13
+ export * from "./locale/bs.js";
14
+ export * from "./locale/ca.js";
15
+ export * from "./locale/ckb.js";
16
+ export * from "./locale/cs.js";
17
+ export * from "./locale/cy.js";
18
+ export * from "./locale/da.js";
19
+ export * from "./locale/de.js";
20
+ export * from "./locale/de-AT.js";
21
+ export * from "./locale/el.js";
22
+ export * from "./locale/en-AU.js";
23
+ export * from "./locale/en-CA.js";
24
+ export * from "./locale/en-GB.js";
25
+ export * from "./locale/en-IE.js";
26
+ export * from "./locale/en-IN.js";
27
+ export * from "./locale/en-NZ.js";
28
+ export * from "./locale/en-US.js";
29
+ export * from "./locale/en-ZA.js";
30
+ export * from "./locale/eo.js";
31
+ export * from "./locale/es.js";
32
+ export * from "./locale/et.js";
33
+ export * from "./locale/eu.js";
34
+ export * from "./locale/fa-IR.js";
35
+ export * from "./locale/fi.js";
36
+ export * from "./locale/fr.js";
37
+ export * from "./locale/fr-CA.js";
38
+ export * from "./locale/fr-CH.js";
39
+ export * from "./locale/fy.js";
40
+ export * from "./locale/gd.js";
41
+ export * from "./locale/gl.js";
42
+ export * from "./locale/gu.js";
43
+ export * from "./locale/he.js";
44
+ export * from "./locale/hi.js";
45
+ export * from "./locale/hr.js";
46
+ export * from "./locale/ht.js";
47
+ export * from "./locale/hu.js";
48
+ export * from "./locale/hy.js";
49
+ export * from "./locale/id.js";
50
+ export * from "./locale/is.js";
51
+ export * from "./locale/it.js";
52
+ export * from "./locale/it-CH.js";
53
+ export * from "./locale/ja.js";
54
+ export * from "./locale/ja-Hira.js";
55
+ export * from "./locale/ka.js";
56
+ export * from "./locale/kk.js";
57
+ export * from "./locale/km.js";
58
+ export * from "./locale/kn.js";
59
+ export * from "./locale/ko.js";
60
+ export * from "./locale/lb.js";
61
+ export * from "./locale/lt.js";
62
+ export * from "./locale/lv.js";
63
+ export * from "./locale/mk.js";
64
+ export * from "./locale/mn.js";
65
+ export * from "./locale/ms.js";
66
+ export * from "./locale/mt.js";
67
+ export * from "./locale/nb.js";
68
+ export * from "./locale/nl.js";
69
+ export * from "./locale/nl-BE.js";
70
+ export * from "./locale/nn.js";
71
+ export * from "./locale/oc.js";
72
+ export * from "./locale/pl.js";
73
+ export * from "./locale/pt.js";
74
+ export * from "./locale/pt-BR.js";
75
+ export * from "./locale/ro.js";
76
+ export * from "./locale/ru.js";
77
+ export * from "./locale/se.js";
78
+ export * from "./locale/sk.js";
79
+ export * from "./locale/sl.js";
80
+ export * from "./locale/sq.js";
81
+ export * from "./locale/sr.js";
82
+ export * from "./locale/sr-Latn.js";
83
+ export * from "./locale/sv.js";
84
+ export * from "./locale/ta.js";
85
+ export * from "./locale/te.js";
86
+ export * from "./locale/th.js";
87
+ export * from "./locale/tr.js";
88
+ export * from "./locale/ug.js";
89
+ export * from "./locale/uk.js";
90
+ export * from "./locale/uz.js";
91
+ export * from "./locale/uz-Cyrl.js";
92
+ export * from "./locale/vi.js";
93
+ export * from "./locale/zh-CN.js";
94
+ export * from "./locale/zh-HK.js";
95
+ export * from "./locale/zh-TW.js";
96
+ export type * from "./locale/types.js";
workers1/auto3d/node_modules/date-fns/locale.js ADDED
@@ -0,0 +1,1047 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+
3
+ var _index = require("./locale/af.js");
4
+ Object.keys(_index).forEach(function (key) {
5
+ if (key === "default" || key === "__esModule") return;
6
+ if (key in exports && exports[key] === _index[key]) return;
7
+ Object.defineProperty(exports, key, {
8
+ enumerable: true,
9
+ get: function () {
10
+ return _index[key];
11
+ },
12
+ });
13
+ });
14
+ var _index2 = require("./locale/ar.js");
15
+ Object.keys(_index2).forEach(function (key) {
16
+ if (key === "default" || key === "__esModule") return;
17
+ if (key in exports && exports[key] === _index2[key]) return;
18
+ Object.defineProperty(exports, key, {
19
+ enumerable: true,
20
+ get: function () {
21
+ return _index2[key];
22
+ },
23
+ });
24
+ });
25
+ var _index3 = require("./locale/ar-DZ.js");
26
+ Object.keys(_index3).forEach(function (key) {
27
+ if (key === "default" || key === "__esModule") return;
28
+ if (key in exports && exports[key] === _index3[key]) return;
29
+ Object.defineProperty(exports, key, {
30
+ enumerable: true,
31
+ get: function () {
32
+ return _index3[key];
33
+ },
34
+ });
35
+ });
36
+ var _index4 = require("./locale/ar-EG.js");
37
+ Object.keys(_index4).forEach(function (key) {
38
+ if (key === "default" || key === "__esModule") return;
39
+ if (key in exports && exports[key] === _index4[key]) return;
40
+ Object.defineProperty(exports, key, {
41
+ enumerable: true,
42
+ get: function () {
43
+ return _index4[key];
44
+ },
45
+ });
46
+ });
47
+ var _index5 = require("./locale/ar-MA.js");
48
+ Object.keys(_index5).forEach(function (key) {
49
+ if (key === "default" || key === "__esModule") return;
50
+ if (key in exports && exports[key] === _index5[key]) return;
51
+ Object.defineProperty(exports, key, {
52
+ enumerable: true,
53
+ get: function () {
54
+ return _index5[key];
55
+ },
56
+ });
57
+ });
58
+ var _index6 = require("./locale/ar-SA.js");
59
+ Object.keys(_index6).forEach(function (key) {
60
+ if (key === "default" || key === "__esModule") return;
61
+ if (key in exports && exports[key] === _index6[key]) return;
62
+ Object.defineProperty(exports, key, {
63
+ enumerable: true,
64
+ get: function () {
65
+ return _index6[key];
66
+ },
67
+ });
68
+ });
69
+ var _index7 = require("./locale/ar-TN.js");
70
+ Object.keys(_index7).forEach(function (key) {
71
+ if (key === "default" || key === "__esModule") return;
72
+ if (key in exports && exports[key] === _index7[key]) return;
73
+ Object.defineProperty(exports, key, {
74
+ enumerable: true,
75
+ get: function () {
76
+ return _index7[key];
77
+ },
78
+ });
79
+ });
80
+ var _index8 = require("./locale/az.js");
81
+ Object.keys(_index8).forEach(function (key) {
82
+ if (key === "default" || key === "__esModule") return;
83
+ if (key in exports && exports[key] === _index8[key]) return;
84
+ Object.defineProperty(exports, key, {
85
+ enumerable: true,
86
+ get: function () {
87
+ return _index8[key];
88
+ },
89
+ });
90
+ });
91
+ var _index9 = require("./locale/be.js");
92
+ Object.keys(_index9).forEach(function (key) {
93
+ if (key === "default" || key === "__esModule") return;
94
+ if (key in exports && exports[key] === _index9[key]) return;
95
+ Object.defineProperty(exports, key, {
96
+ enumerable: true,
97
+ get: function () {
98
+ return _index9[key];
99
+ },
100
+ });
101
+ });
102
+ var _index10 = require("./locale/be-tarask.js");
103
+ Object.keys(_index10).forEach(function (key) {
104
+ if (key === "default" || key === "__esModule") return;
105
+ if (key in exports && exports[key] === _index10[key]) return;
106
+ Object.defineProperty(exports, key, {
107
+ enumerable: true,
108
+ get: function () {
109
+ return _index10[key];
110
+ },
111
+ });
112
+ });
113
+ var _index11 = require("./locale/bg.js");
114
+ Object.keys(_index11).forEach(function (key) {
115
+ if (key === "default" || key === "__esModule") return;
116
+ if (key in exports && exports[key] === _index11[key]) return;
117
+ Object.defineProperty(exports, key, {
118
+ enumerable: true,
119
+ get: function () {
120
+ return _index11[key];
121
+ },
122
+ });
123
+ });
124
+ var _index12 = require("./locale/bn.js");
125
+ Object.keys(_index12).forEach(function (key) {
126
+ if (key === "default" || key === "__esModule") return;
127
+ if (key in exports && exports[key] === _index12[key]) return;
128
+ Object.defineProperty(exports, key, {
129
+ enumerable: true,
130
+ get: function () {
131
+ return _index12[key];
132
+ },
133
+ });
134
+ });
135
+ var _index13 = require("./locale/bs.js");
136
+ Object.keys(_index13).forEach(function (key) {
137
+ if (key === "default" || key === "__esModule") return;
138
+ if (key in exports && exports[key] === _index13[key]) return;
139
+ Object.defineProperty(exports, key, {
140
+ enumerable: true,
141
+ get: function () {
142
+ return _index13[key];
143
+ },
144
+ });
145
+ });
146
+ var _index14 = require("./locale/ca.js");
147
+ Object.keys(_index14).forEach(function (key) {
148
+ if (key === "default" || key === "__esModule") return;
149
+ if (key in exports && exports[key] === _index14[key]) return;
150
+ Object.defineProperty(exports, key, {
151
+ enumerable: true,
152
+ get: function () {
153
+ return _index14[key];
154
+ },
155
+ });
156
+ });
157
+ var _index15 = require("./locale/ckb.js");
158
+ Object.keys(_index15).forEach(function (key) {
159
+ if (key === "default" || key === "__esModule") return;
160
+ if (key in exports && exports[key] === _index15[key]) return;
161
+ Object.defineProperty(exports, key, {
162
+ enumerable: true,
163
+ get: function () {
164
+ return _index15[key];
165
+ },
166
+ });
167
+ });
168
+ var _index16 = require("./locale/cs.js");
169
+ Object.keys(_index16).forEach(function (key) {
170
+ if (key === "default" || key === "__esModule") return;
171
+ if (key in exports && exports[key] === _index16[key]) return;
172
+ Object.defineProperty(exports, key, {
173
+ enumerable: true,
174
+ get: function () {
175
+ return _index16[key];
176
+ },
177
+ });
178
+ });
179
+ var _index17 = require("./locale/cy.js");
180
+ Object.keys(_index17).forEach(function (key) {
181
+ if (key === "default" || key === "__esModule") return;
182
+ if (key in exports && exports[key] === _index17[key]) return;
183
+ Object.defineProperty(exports, key, {
184
+ enumerable: true,
185
+ get: function () {
186
+ return _index17[key];
187
+ },
188
+ });
189
+ });
190
+ var _index18 = require("./locale/da.js");
191
+ Object.keys(_index18).forEach(function (key) {
192
+ if (key === "default" || key === "__esModule") return;
193
+ if (key in exports && exports[key] === _index18[key]) return;
194
+ Object.defineProperty(exports, key, {
195
+ enumerable: true,
196
+ get: function () {
197
+ return _index18[key];
198
+ },
199
+ });
200
+ });
201
+ var _index19 = require("./locale/de.js");
202
+ Object.keys(_index19).forEach(function (key) {
203
+ if (key === "default" || key === "__esModule") return;
204
+ if (key in exports && exports[key] === _index19[key]) return;
205
+ Object.defineProperty(exports, key, {
206
+ enumerable: true,
207
+ get: function () {
208
+ return _index19[key];
209
+ },
210
+ });
211
+ });
212
+ var _index20 = require("./locale/de-AT.js");
213
+ Object.keys(_index20).forEach(function (key) {
214
+ if (key === "default" || key === "__esModule") return;
215
+ if (key in exports && exports[key] === _index20[key]) return;
216
+ Object.defineProperty(exports, key, {
217
+ enumerable: true,
218
+ get: function () {
219
+ return _index20[key];
220
+ },
221
+ });
222
+ });
223
+ var _index21 = require("./locale/el.js");
224
+ Object.keys(_index21).forEach(function (key) {
225
+ if (key === "default" || key === "__esModule") return;
226
+ if (key in exports && exports[key] === _index21[key]) return;
227
+ Object.defineProperty(exports, key, {
228
+ enumerable: true,
229
+ get: function () {
230
+ return _index21[key];
231
+ },
232
+ });
233
+ });
234
+ var _index22 = require("./locale/en-AU.js");
235
+ Object.keys(_index22).forEach(function (key) {
236
+ if (key === "default" || key === "__esModule") return;
237
+ if (key in exports && exports[key] === _index22[key]) return;
238
+ Object.defineProperty(exports, key, {
239
+ enumerable: true,
240
+ get: function () {
241
+ return _index22[key];
242
+ },
243
+ });
244
+ });
245
+ var _index23 = require("./locale/en-CA.js");
246
+ Object.keys(_index23).forEach(function (key) {
247
+ if (key === "default" || key === "__esModule") return;
248
+ if (key in exports && exports[key] === _index23[key]) return;
249
+ Object.defineProperty(exports, key, {
250
+ enumerable: true,
251
+ get: function () {
252
+ return _index23[key];
253
+ },
254
+ });
255
+ });
256
+ var _index24 = require("./locale/en-GB.js");
257
+ Object.keys(_index24).forEach(function (key) {
258
+ if (key === "default" || key === "__esModule") return;
259
+ if (key in exports && exports[key] === _index24[key]) return;
260
+ Object.defineProperty(exports, key, {
261
+ enumerable: true,
262
+ get: function () {
263
+ return _index24[key];
264
+ },
265
+ });
266
+ });
267
+ var _index25 = require("./locale/en-IE.js");
268
+ Object.keys(_index25).forEach(function (key) {
269
+ if (key === "default" || key === "__esModule") return;
270
+ if (key in exports && exports[key] === _index25[key]) return;
271
+ Object.defineProperty(exports, key, {
272
+ enumerable: true,
273
+ get: function () {
274
+ return _index25[key];
275
+ },
276
+ });
277
+ });
278
+ var _index26 = require("./locale/en-IN.js");
279
+ Object.keys(_index26).forEach(function (key) {
280
+ if (key === "default" || key === "__esModule") return;
281
+ if (key in exports && exports[key] === _index26[key]) return;
282
+ Object.defineProperty(exports, key, {
283
+ enumerable: true,
284
+ get: function () {
285
+ return _index26[key];
286
+ },
287
+ });
288
+ });
289
+ var _index27 = require("./locale/en-NZ.js");
290
+ Object.keys(_index27).forEach(function (key) {
291
+ if (key === "default" || key === "__esModule") return;
292
+ if (key in exports && exports[key] === _index27[key]) return;
293
+ Object.defineProperty(exports, key, {
294
+ enumerable: true,
295
+ get: function () {
296
+ return _index27[key];
297
+ },
298
+ });
299
+ });
300
+ var _index28 = require("./locale/en-US.js");
301
+ Object.keys(_index28).forEach(function (key) {
302
+ if (key === "default" || key === "__esModule") return;
303
+ if (key in exports && exports[key] === _index28[key]) return;
304
+ Object.defineProperty(exports, key, {
305
+ enumerable: true,
306
+ get: function () {
307
+ return _index28[key];
308
+ },
309
+ });
310
+ });
311
+ var _index29 = require("./locale/en-ZA.js");
312
+ Object.keys(_index29).forEach(function (key) {
313
+ if (key === "default" || key === "__esModule") return;
314
+ if (key in exports && exports[key] === _index29[key]) return;
315
+ Object.defineProperty(exports, key, {
316
+ enumerable: true,
317
+ get: function () {
318
+ return _index29[key];
319
+ },
320
+ });
321
+ });
322
+ var _index30 = require("./locale/eo.js");
323
+ Object.keys(_index30).forEach(function (key) {
324
+ if (key === "default" || key === "__esModule") return;
325
+ if (key in exports && exports[key] === _index30[key]) return;
326
+ Object.defineProperty(exports, key, {
327
+ enumerable: true,
328
+ get: function () {
329
+ return _index30[key];
330
+ },
331
+ });
332
+ });
333
+ var _index31 = require("./locale/es.js");
334
+ Object.keys(_index31).forEach(function (key) {
335
+ if (key === "default" || key === "__esModule") return;
336
+ if (key in exports && exports[key] === _index31[key]) return;
337
+ Object.defineProperty(exports, key, {
338
+ enumerable: true,
339
+ get: function () {
340
+ return _index31[key];
341
+ },
342
+ });
343
+ });
344
+ var _index32 = require("./locale/et.js");
345
+ Object.keys(_index32).forEach(function (key) {
346
+ if (key === "default" || key === "__esModule") return;
347
+ if (key in exports && exports[key] === _index32[key]) return;
348
+ Object.defineProperty(exports, key, {
349
+ enumerable: true,
350
+ get: function () {
351
+ return _index32[key];
352
+ },
353
+ });
354
+ });
355
+ var _index33 = require("./locale/eu.js");
356
+ Object.keys(_index33).forEach(function (key) {
357
+ if (key === "default" || key === "__esModule") return;
358
+ if (key in exports && exports[key] === _index33[key]) return;
359
+ Object.defineProperty(exports, key, {
360
+ enumerable: true,
361
+ get: function () {
362
+ return _index33[key];
363
+ },
364
+ });
365
+ });
366
+ var _index34 = require("./locale/fa-IR.js");
367
+ Object.keys(_index34).forEach(function (key) {
368
+ if (key === "default" || key === "__esModule") return;
369
+ if (key in exports && exports[key] === _index34[key]) return;
370
+ Object.defineProperty(exports, key, {
371
+ enumerable: true,
372
+ get: function () {
373
+ return _index34[key];
374
+ },
375
+ });
376
+ });
377
+ var _index35 = require("./locale/fi.js");
378
+ Object.keys(_index35).forEach(function (key) {
379
+ if (key === "default" || key === "__esModule") return;
380
+ if (key in exports && exports[key] === _index35[key]) return;
381
+ Object.defineProperty(exports, key, {
382
+ enumerable: true,
383
+ get: function () {
384
+ return _index35[key];
385
+ },
386
+ });
387
+ });
388
+ var _index36 = require("./locale/fr.js");
389
+ Object.keys(_index36).forEach(function (key) {
390
+ if (key === "default" || key === "__esModule") return;
391
+ if (key in exports && exports[key] === _index36[key]) return;
392
+ Object.defineProperty(exports, key, {
393
+ enumerable: true,
394
+ get: function () {
395
+ return _index36[key];
396
+ },
397
+ });
398
+ });
399
+ var _index37 = require("./locale/fr-CA.js");
400
+ Object.keys(_index37).forEach(function (key) {
401
+ if (key === "default" || key === "__esModule") return;
402
+ if (key in exports && exports[key] === _index37[key]) return;
403
+ Object.defineProperty(exports, key, {
404
+ enumerable: true,
405
+ get: function () {
406
+ return _index37[key];
407
+ },
408
+ });
409
+ });
410
+ var _index38 = require("./locale/fr-CH.js");
411
+ Object.keys(_index38).forEach(function (key) {
412
+ if (key === "default" || key === "__esModule") return;
413
+ if (key in exports && exports[key] === _index38[key]) return;
414
+ Object.defineProperty(exports, key, {
415
+ enumerable: true,
416
+ get: function () {
417
+ return _index38[key];
418
+ },
419
+ });
420
+ });
421
+ var _index39 = require("./locale/fy.js");
422
+ Object.keys(_index39).forEach(function (key) {
423
+ if (key === "default" || key === "__esModule") return;
424
+ if (key in exports && exports[key] === _index39[key]) return;
425
+ Object.defineProperty(exports, key, {
426
+ enumerable: true,
427
+ get: function () {
428
+ return _index39[key];
429
+ },
430
+ });
431
+ });
432
+ var _index40 = require("./locale/gd.js");
433
+ Object.keys(_index40).forEach(function (key) {
434
+ if (key === "default" || key === "__esModule") return;
435
+ if (key in exports && exports[key] === _index40[key]) return;
436
+ Object.defineProperty(exports, key, {
437
+ enumerable: true,
438
+ get: function () {
439
+ return _index40[key];
440
+ },
441
+ });
442
+ });
443
+ var _index41 = require("./locale/gl.js");
444
+ Object.keys(_index41).forEach(function (key) {
445
+ if (key === "default" || key === "__esModule") return;
446
+ if (key in exports && exports[key] === _index41[key]) return;
447
+ Object.defineProperty(exports, key, {
448
+ enumerable: true,
449
+ get: function () {
450
+ return _index41[key];
451
+ },
452
+ });
453
+ });
454
+ var _index42 = require("./locale/gu.js");
455
+ Object.keys(_index42).forEach(function (key) {
456
+ if (key === "default" || key === "__esModule") return;
457
+ if (key in exports && exports[key] === _index42[key]) return;
458
+ Object.defineProperty(exports, key, {
459
+ enumerable: true,
460
+ get: function () {
461
+ return _index42[key];
462
+ },
463
+ });
464
+ });
465
+ var _index43 = require("./locale/he.js");
466
+ Object.keys(_index43).forEach(function (key) {
467
+ if (key === "default" || key === "__esModule") return;
468
+ if (key in exports && exports[key] === _index43[key]) return;
469
+ Object.defineProperty(exports, key, {
470
+ enumerable: true,
471
+ get: function () {
472
+ return _index43[key];
473
+ },
474
+ });
475
+ });
476
+ var _index44 = require("./locale/hi.js");
477
+ Object.keys(_index44).forEach(function (key) {
478
+ if (key === "default" || key === "__esModule") return;
479
+ if (key in exports && exports[key] === _index44[key]) return;
480
+ Object.defineProperty(exports, key, {
481
+ enumerable: true,
482
+ get: function () {
483
+ return _index44[key];
484
+ },
485
+ });
486
+ });
487
+ var _index45 = require("./locale/hr.js");
488
+ Object.keys(_index45).forEach(function (key) {
489
+ if (key === "default" || key === "__esModule") return;
490
+ if (key in exports && exports[key] === _index45[key]) return;
491
+ Object.defineProperty(exports, key, {
492
+ enumerable: true,
493
+ get: function () {
494
+ return _index45[key];
495
+ },
496
+ });
497
+ });
498
+ var _index46 = require("./locale/ht.js");
499
+ Object.keys(_index46).forEach(function (key) {
500
+ if (key === "default" || key === "__esModule") return;
501
+ if (key in exports && exports[key] === _index46[key]) return;
502
+ Object.defineProperty(exports, key, {
503
+ enumerable: true,
504
+ get: function () {
505
+ return _index46[key];
506
+ },
507
+ });
508
+ });
509
+ var _index47 = require("./locale/hu.js");
510
+ Object.keys(_index47).forEach(function (key) {
511
+ if (key === "default" || key === "__esModule") return;
512
+ if (key in exports && exports[key] === _index47[key]) return;
513
+ Object.defineProperty(exports, key, {
514
+ enumerable: true,
515
+ get: function () {
516
+ return _index47[key];
517
+ },
518
+ });
519
+ });
520
+ var _index48 = require("./locale/hy.js");
521
+ Object.keys(_index48).forEach(function (key) {
522
+ if (key === "default" || key === "__esModule") return;
523
+ if (key in exports && exports[key] === _index48[key]) return;
524
+ Object.defineProperty(exports, key, {
525
+ enumerable: true,
526
+ get: function () {
527
+ return _index48[key];
528
+ },
529
+ });
530
+ });
531
+ var _index49 = require("./locale/id.js");
532
+ Object.keys(_index49).forEach(function (key) {
533
+ if (key === "default" || key === "__esModule") return;
534
+ if (key in exports && exports[key] === _index49[key]) return;
535
+ Object.defineProperty(exports, key, {
536
+ enumerable: true,
537
+ get: function () {
538
+ return _index49[key];
539
+ },
540
+ });
541
+ });
542
+ var _index50 = require("./locale/is.js");
543
+ Object.keys(_index50).forEach(function (key) {
544
+ if (key === "default" || key === "__esModule") return;
545
+ if (key in exports && exports[key] === _index50[key]) return;
546
+ Object.defineProperty(exports, key, {
547
+ enumerable: true,
548
+ get: function () {
549
+ return _index50[key];
550
+ },
551
+ });
552
+ });
553
+ var _index51 = require("./locale/it.js");
554
+ Object.keys(_index51).forEach(function (key) {
555
+ if (key === "default" || key === "__esModule") return;
556
+ if (key in exports && exports[key] === _index51[key]) return;
557
+ Object.defineProperty(exports, key, {
558
+ enumerable: true,
559
+ get: function () {
560
+ return _index51[key];
561
+ },
562
+ });
563
+ });
564
+ var _index52 = require("./locale/it-CH.js");
565
+ Object.keys(_index52).forEach(function (key) {
566
+ if (key === "default" || key === "__esModule") return;
567
+ if (key in exports && exports[key] === _index52[key]) return;
568
+ Object.defineProperty(exports, key, {
569
+ enumerable: true,
570
+ get: function () {
571
+ return _index52[key];
572
+ },
573
+ });
574
+ });
575
+ var _index53 = require("./locale/ja.js");
576
+ Object.keys(_index53).forEach(function (key) {
577
+ if (key === "default" || key === "__esModule") return;
578
+ if (key in exports && exports[key] === _index53[key]) return;
579
+ Object.defineProperty(exports, key, {
580
+ enumerable: true,
581
+ get: function () {
582
+ return _index53[key];
583
+ },
584
+ });
585
+ });
586
+ var _index54 = require("./locale/ja-Hira.js");
587
+ Object.keys(_index54).forEach(function (key) {
588
+ if (key === "default" || key === "__esModule") return;
589
+ if (key in exports && exports[key] === _index54[key]) return;
590
+ Object.defineProperty(exports, key, {
591
+ enumerable: true,
592
+ get: function () {
593
+ return _index54[key];
594
+ },
595
+ });
596
+ });
597
+ var _index55 = require("./locale/ka.js");
598
+ Object.keys(_index55).forEach(function (key) {
599
+ if (key === "default" || key === "__esModule") return;
600
+ if (key in exports && exports[key] === _index55[key]) return;
601
+ Object.defineProperty(exports, key, {
602
+ enumerable: true,
603
+ get: function () {
604
+ return _index55[key];
605
+ },
606
+ });
607
+ });
608
+ var _index56 = require("./locale/kk.js");
609
+ Object.keys(_index56).forEach(function (key) {
610
+ if (key === "default" || key === "__esModule") return;
611
+ if (key in exports && exports[key] === _index56[key]) return;
612
+ Object.defineProperty(exports, key, {
613
+ enumerable: true,
614
+ get: function () {
615
+ return _index56[key];
616
+ },
617
+ });
618
+ });
619
+ var _index57 = require("./locale/km.js");
620
+ Object.keys(_index57).forEach(function (key) {
621
+ if (key === "default" || key === "__esModule") return;
622
+ if (key in exports && exports[key] === _index57[key]) return;
623
+ Object.defineProperty(exports, key, {
624
+ enumerable: true,
625
+ get: function () {
626
+ return _index57[key];
627
+ },
628
+ });
629
+ });
630
+ var _index58 = require("./locale/kn.js");
631
+ Object.keys(_index58).forEach(function (key) {
632
+ if (key === "default" || key === "__esModule") return;
633
+ if (key in exports && exports[key] === _index58[key]) return;
634
+ Object.defineProperty(exports, key, {
635
+ enumerable: true,
636
+ get: function () {
637
+ return _index58[key];
638
+ },
639
+ });
640
+ });
641
+ var _index59 = require("./locale/ko.js");
642
+ Object.keys(_index59).forEach(function (key) {
643
+ if (key === "default" || key === "__esModule") return;
644
+ if (key in exports && exports[key] === _index59[key]) return;
645
+ Object.defineProperty(exports, key, {
646
+ enumerable: true,
647
+ get: function () {
648
+ return _index59[key];
649
+ },
650
+ });
651
+ });
652
+ var _index60 = require("./locale/lb.js");
653
+ Object.keys(_index60).forEach(function (key) {
654
+ if (key === "default" || key === "__esModule") return;
655
+ if (key in exports && exports[key] === _index60[key]) return;
656
+ Object.defineProperty(exports, key, {
657
+ enumerable: true,
658
+ get: function () {
659
+ return _index60[key];
660
+ },
661
+ });
662
+ });
663
+ var _index61 = require("./locale/lt.js");
664
+ Object.keys(_index61).forEach(function (key) {
665
+ if (key === "default" || key === "__esModule") return;
666
+ if (key in exports && exports[key] === _index61[key]) return;
667
+ Object.defineProperty(exports, key, {
668
+ enumerable: true,
669
+ get: function () {
670
+ return _index61[key];
671
+ },
672
+ });
673
+ });
674
+ var _index62 = require("./locale/lv.js");
675
+ Object.keys(_index62).forEach(function (key) {
676
+ if (key === "default" || key === "__esModule") return;
677
+ if (key in exports && exports[key] === _index62[key]) return;
678
+ Object.defineProperty(exports, key, {
679
+ enumerable: true,
680
+ get: function () {
681
+ return _index62[key];
682
+ },
683
+ });
684
+ });
685
+ var _index63 = require("./locale/mk.js");
686
+ Object.keys(_index63).forEach(function (key) {
687
+ if (key === "default" || key === "__esModule") return;
688
+ if (key in exports && exports[key] === _index63[key]) return;
689
+ Object.defineProperty(exports, key, {
690
+ enumerable: true,
691
+ get: function () {
692
+ return _index63[key];
693
+ },
694
+ });
695
+ });
696
+ var _index64 = require("./locale/mn.js");
697
+ Object.keys(_index64).forEach(function (key) {
698
+ if (key === "default" || key === "__esModule") return;
699
+ if (key in exports && exports[key] === _index64[key]) return;
700
+ Object.defineProperty(exports, key, {
701
+ enumerable: true,
702
+ get: function () {
703
+ return _index64[key];
704
+ },
705
+ });
706
+ });
707
+ var _index65 = require("./locale/ms.js");
708
+ Object.keys(_index65).forEach(function (key) {
709
+ if (key === "default" || key === "__esModule") return;
710
+ if (key in exports && exports[key] === _index65[key]) return;
711
+ Object.defineProperty(exports, key, {
712
+ enumerable: true,
713
+ get: function () {
714
+ return _index65[key];
715
+ },
716
+ });
717
+ });
718
+ var _index66 = require("./locale/mt.js");
719
+ Object.keys(_index66).forEach(function (key) {
720
+ if (key === "default" || key === "__esModule") return;
721
+ if (key in exports && exports[key] === _index66[key]) return;
722
+ Object.defineProperty(exports, key, {
723
+ enumerable: true,
724
+ get: function () {
725
+ return _index66[key];
726
+ },
727
+ });
728
+ });
729
+ var _index67 = require("./locale/nb.js");
730
+ Object.keys(_index67).forEach(function (key) {
731
+ if (key === "default" || key === "__esModule") return;
732
+ if (key in exports && exports[key] === _index67[key]) return;
733
+ Object.defineProperty(exports, key, {
734
+ enumerable: true,
735
+ get: function () {
736
+ return _index67[key];
737
+ },
738
+ });
739
+ });
740
+ var _index68 = require("./locale/nl.js");
741
+ Object.keys(_index68).forEach(function (key) {
742
+ if (key === "default" || key === "__esModule") return;
743
+ if (key in exports && exports[key] === _index68[key]) return;
744
+ Object.defineProperty(exports, key, {
745
+ enumerable: true,
746
+ get: function () {
747
+ return _index68[key];
748
+ },
749
+ });
750
+ });
751
+ var _index69 = require("./locale/nl-BE.js");
752
+ Object.keys(_index69).forEach(function (key) {
753
+ if (key === "default" || key === "__esModule") return;
754
+ if (key in exports && exports[key] === _index69[key]) return;
755
+ Object.defineProperty(exports, key, {
756
+ enumerable: true,
757
+ get: function () {
758
+ return _index69[key];
759
+ },
760
+ });
761
+ });
762
+ var _index70 = require("./locale/nn.js");
763
+ Object.keys(_index70).forEach(function (key) {
764
+ if (key === "default" || key === "__esModule") return;
765
+ if (key in exports && exports[key] === _index70[key]) return;
766
+ Object.defineProperty(exports, key, {
767
+ enumerable: true,
768
+ get: function () {
769
+ return _index70[key];
770
+ },
771
+ });
772
+ });
773
+ var _index71 = require("./locale/oc.js");
774
+ Object.keys(_index71).forEach(function (key) {
775
+ if (key === "default" || key === "__esModule") return;
776
+ if (key in exports && exports[key] === _index71[key]) return;
777
+ Object.defineProperty(exports, key, {
778
+ enumerable: true,
779
+ get: function () {
780
+ return _index71[key];
781
+ },
782
+ });
783
+ });
784
+ var _index72 = require("./locale/pl.js");
785
+ Object.keys(_index72).forEach(function (key) {
786
+ if (key === "default" || key === "__esModule") return;
787
+ if (key in exports && exports[key] === _index72[key]) return;
788
+ Object.defineProperty(exports, key, {
789
+ enumerable: true,
790
+ get: function () {
791
+ return _index72[key];
792
+ },
793
+ });
794
+ });
795
+ var _index73 = require("./locale/pt.js");
796
+ Object.keys(_index73).forEach(function (key) {
797
+ if (key === "default" || key === "__esModule") return;
798
+ if (key in exports && exports[key] === _index73[key]) return;
799
+ Object.defineProperty(exports, key, {
800
+ enumerable: true,
801
+ get: function () {
802
+ return _index73[key];
803
+ },
804
+ });
805
+ });
806
+ var _index74 = require("./locale/pt-BR.js");
807
+ Object.keys(_index74).forEach(function (key) {
808
+ if (key === "default" || key === "__esModule") return;
809
+ if (key in exports && exports[key] === _index74[key]) return;
810
+ Object.defineProperty(exports, key, {
811
+ enumerable: true,
812
+ get: function () {
813
+ return _index74[key];
814
+ },
815
+ });
816
+ });
817
+ var _index75 = require("./locale/ro.js");
818
+ Object.keys(_index75).forEach(function (key) {
819
+ if (key === "default" || key === "__esModule") return;
820
+ if (key in exports && exports[key] === _index75[key]) return;
821
+ Object.defineProperty(exports, key, {
822
+ enumerable: true,
823
+ get: function () {
824
+ return _index75[key];
825
+ },
826
+ });
827
+ });
828
+ var _index76 = require("./locale/ru.js");
829
+ Object.keys(_index76).forEach(function (key) {
830
+ if (key === "default" || key === "__esModule") return;
831
+ if (key in exports && exports[key] === _index76[key]) return;
832
+ Object.defineProperty(exports, key, {
833
+ enumerable: true,
834
+ get: function () {
835
+ return _index76[key];
836
+ },
837
+ });
838
+ });
839
+ var _index77 = require("./locale/se.js");
840
+ Object.keys(_index77).forEach(function (key) {
841
+ if (key === "default" || key === "__esModule") return;
842
+ if (key in exports && exports[key] === _index77[key]) return;
843
+ Object.defineProperty(exports, key, {
844
+ enumerable: true,
845
+ get: function () {
846
+ return _index77[key];
847
+ },
848
+ });
849
+ });
850
+ var _index78 = require("./locale/sk.js");
851
+ Object.keys(_index78).forEach(function (key) {
852
+ if (key === "default" || key === "__esModule") return;
853
+ if (key in exports && exports[key] === _index78[key]) return;
854
+ Object.defineProperty(exports, key, {
855
+ enumerable: true,
856
+ get: function () {
857
+ return _index78[key];
858
+ },
859
+ });
860
+ });
861
+ var _index79 = require("./locale/sl.js");
862
+ Object.keys(_index79).forEach(function (key) {
863
+ if (key === "default" || key === "__esModule") return;
864
+ if (key in exports && exports[key] === _index79[key]) return;
865
+ Object.defineProperty(exports, key, {
866
+ enumerable: true,
867
+ get: function () {
868
+ return _index79[key];
869
+ },
870
+ });
871
+ });
872
+ var _index80 = require("./locale/sq.js");
873
+ Object.keys(_index80).forEach(function (key) {
874
+ if (key === "default" || key === "__esModule") return;
875
+ if (key in exports && exports[key] === _index80[key]) return;
876
+ Object.defineProperty(exports, key, {
877
+ enumerable: true,
878
+ get: function () {
879
+ return _index80[key];
880
+ },
881
+ });
882
+ });
883
+ var _index81 = require("./locale/sr.js");
884
+ Object.keys(_index81).forEach(function (key) {
885
+ if (key === "default" || key === "__esModule") return;
886
+ if (key in exports && exports[key] === _index81[key]) return;
887
+ Object.defineProperty(exports, key, {
888
+ enumerable: true,
889
+ get: function () {
890
+ return _index81[key];
891
+ },
892
+ });
893
+ });
894
+ var _index82 = require("./locale/sr-Latn.js");
895
+ Object.keys(_index82).forEach(function (key) {
896
+ if (key === "default" || key === "__esModule") return;
897
+ if (key in exports && exports[key] === _index82[key]) return;
898
+ Object.defineProperty(exports, key, {
899
+ enumerable: true,
900
+ get: function () {
901
+ return _index82[key];
902
+ },
903
+ });
904
+ });
905
+ var _index83 = require("./locale/sv.js");
906
+ Object.keys(_index83).forEach(function (key) {
907
+ if (key === "default" || key === "__esModule") return;
908
+ if (key in exports && exports[key] === _index83[key]) return;
909
+ Object.defineProperty(exports, key, {
910
+ enumerable: true,
911
+ get: function () {
912
+ return _index83[key];
913
+ },
914
+ });
915
+ });
916
+ var _index84 = require("./locale/ta.js");
917
+ Object.keys(_index84).forEach(function (key) {
918
+ if (key === "default" || key === "__esModule") return;
919
+ if (key in exports && exports[key] === _index84[key]) return;
920
+ Object.defineProperty(exports, key, {
921
+ enumerable: true,
922
+ get: function () {
923
+ return _index84[key];
924
+ },
925
+ });
926
+ });
927
+ var _index85 = require("./locale/te.js");
928
+ Object.keys(_index85).forEach(function (key) {
929
+ if (key === "default" || key === "__esModule") return;
930
+ if (key in exports && exports[key] === _index85[key]) return;
931
+ Object.defineProperty(exports, key, {
932
+ enumerable: true,
933
+ get: function () {
934
+ return _index85[key];
935
+ },
936
+ });
937
+ });
938
+ var _index86 = require("./locale/th.js");
939
+ Object.keys(_index86).forEach(function (key) {
940
+ if (key === "default" || key === "__esModule") return;
941
+ if (key in exports && exports[key] === _index86[key]) return;
942
+ Object.defineProperty(exports, key, {
943
+ enumerable: true,
944
+ get: function () {
945
+ return _index86[key];
946
+ },
947
+ });
948
+ });
949
+ var _index87 = require("./locale/tr.js");
950
+ Object.keys(_index87).forEach(function (key) {
951
+ if (key === "default" || key === "__esModule") return;
952
+ if (key in exports && exports[key] === _index87[key]) return;
953
+ Object.defineProperty(exports, key, {
954
+ enumerable: true,
955
+ get: function () {
956
+ return _index87[key];
957
+ },
958
+ });
959
+ });
960
+ var _index88 = require("./locale/ug.js");
961
+ Object.keys(_index88).forEach(function (key) {
962
+ if (key === "default" || key === "__esModule") return;
963
+ if (key in exports && exports[key] === _index88[key]) return;
964
+ Object.defineProperty(exports, key, {
965
+ enumerable: true,
966
+ get: function () {
967
+ return _index88[key];
968
+ },
969
+ });
970
+ });
971
+ var _index89 = require("./locale/uk.js");
972
+ Object.keys(_index89).forEach(function (key) {
973
+ if (key === "default" || key === "__esModule") return;
974
+ if (key in exports && exports[key] === _index89[key]) return;
975
+ Object.defineProperty(exports, key, {
976
+ enumerable: true,
977
+ get: function () {
978
+ return _index89[key];
979
+ },
980
+ });
981
+ });
982
+ var _index90 = require("./locale/uz.js");
983
+ Object.keys(_index90).forEach(function (key) {
984
+ if (key === "default" || key === "__esModule") return;
985
+ if (key in exports && exports[key] === _index90[key]) return;
986
+ Object.defineProperty(exports, key, {
987
+ enumerable: true,
988
+ get: function () {
989
+ return _index90[key];
990
+ },
991
+ });
992
+ });
993
+ var _index91 = require("./locale/uz-Cyrl.js");
994
+ Object.keys(_index91).forEach(function (key) {
995
+ if (key === "default" || key === "__esModule") return;
996
+ if (key in exports && exports[key] === _index91[key]) return;
997
+ Object.defineProperty(exports, key, {
998
+ enumerable: true,
999
+ get: function () {
1000
+ return _index91[key];
1001
+ },
1002
+ });
1003
+ });
1004
+ var _index92 = require("./locale/vi.js");
1005
+ Object.keys(_index92).forEach(function (key) {
1006
+ if (key === "default" || key === "__esModule") return;
1007
+ if (key in exports && exports[key] === _index92[key]) return;
1008
+ Object.defineProperty(exports, key, {
1009
+ enumerable: true,
1010
+ get: function () {
1011
+ return _index92[key];
1012
+ },
1013
+ });
1014
+ });
1015
+ var _index93 = require("./locale/zh-CN.js");
1016
+ Object.keys(_index93).forEach(function (key) {
1017
+ if (key === "default" || key === "__esModule") return;
1018
+ if (key in exports && exports[key] === _index93[key]) return;
1019
+ Object.defineProperty(exports, key, {
1020
+ enumerable: true,
1021
+ get: function () {
1022
+ return _index93[key];
1023
+ },
1024
+ });
1025
+ });
1026
+ var _index94 = require("./locale/zh-HK.js");
1027
+ Object.keys(_index94).forEach(function (key) {
1028
+ if (key === "default" || key === "__esModule") return;
1029
+ if (key in exports && exports[key] === _index94[key]) return;
1030
+ Object.defineProperty(exports, key, {
1031
+ enumerable: true,
1032
+ get: function () {
1033
+ return _index94[key];
1034
+ },
1035
+ });
1036
+ });
1037
+ var _index95 = require("./locale/zh-TW.js");
1038
+ Object.keys(_index95).forEach(function (key) {
1039
+ if (key === "default" || key === "__esModule") return;
1040
+ if (key in exports && exports[key] === _index95[key]) return;
1041
+ Object.defineProperty(exports, key, {
1042
+ enumerable: true,
1043
+ get: function () {
1044
+ return _index95[key];
1045
+ },
1046
+ });
1047
+ });
workers1/auto3d/node_modules/date-fns/locale.mjs ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/indices.ts`. Please, don't change it.
2
+ export * from "./locale/af.mjs";
3
+ export * from "./locale/ar.mjs";
4
+ export * from "./locale/ar-DZ.mjs";
5
+ export * from "./locale/ar-EG.mjs";
6
+ export * from "./locale/ar-MA.mjs";
7
+ export * from "./locale/ar-SA.mjs";
8
+ export * from "./locale/ar-TN.mjs";
9
+ export * from "./locale/az.mjs";
10
+ export * from "./locale/be.mjs";
11
+ export * from "./locale/be-tarask.mjs";
12
+ export * from "./locale/bg.mjs";
13
+ export * from "./locale/bn.mjs";
14
+ export * from "./locale/bs.mjs";
15
+ export * from "./locale/ca.mjs";
16
+ export * from "./locale/ckb.mjs";
17
+ export * from "./locale/cs.mjs";
18
+ export * from "./locale/cy.mjs";
19
+ export * from "./locale/da.mjs";
20
+ export * from "./locale/de.mjs";
21
+ export * from "./locale/de-AT.mjs";
22
+ export * from "./locale/el.mjs";
23
+ export * from "./locale/en-AU.mjs";
24
+ export * from "./locale/en-CA.mjs";
25
+ export * from "./locale/en-GB.mjs";
26
+ export * from "./locale/en-IE.mjs";
27
+ export * from "./locale/en-IN.mjs";
28
+ export * from "./locale/en-NZ.mjs";
29
+ export * from "./locale/en-US.mjs";
30
+ export * from "./locale/en-ZA.mjs";
31
+ export * from "./locale/eo.mjs";
32
+ export * from "./locale/es.mjs";
33
+ export * from "./locale/et.mjs";
34
+ export * from "./locale/eu.mjs";
35
+ export * from "./locale/fa-IR.mjs";
36
+ export * from "./locale/fi.mjs";
37
+ export * from "./locale/fr.mjs";
38
+ export * from "./locale/fr-CA.mjs";
39
+ export * from "./locale/fr-CH.mjs";
40
+ export * from "./locale/fy.mjs";
41
+ export * from "./locale/gd.mjs";
42
+ export * from "./locale/gl.mjs";
43
+ export * from "./locale/gu.mjs";
44
+ export * from "./locale/he.mjs";
45
+ export * from "./locale/hi.mjs";
46
+ export * from "./locale/hr.mjs";
47
+ export * from "./locale/ht.mjs";
48
+ export * from "./locale/hu.mjs";
49
+ export * from "./locale/hy.mjs";
50
+ export * from "./locale/id.mjs";
51
+ export * from "./locale/is.mjs";
52
+ export * from "./locale/it.mjs";
53
+ export * from "./locale/it-CH.mjs";
54
+ export * from "./locale/ja.mjs";
55
+ export * from "./locale/ja-Hira.mjs";
56
+ export * from "./locale/ka.mjs";
57
+ export * from "./locale/kk.mjs";
58
+ export * from "./locale/km.mjs";
59
+ export * from "./locale/kn.mjs";
60
+ export * from "./locale/ko.mjs";
61
+ export * from "./locale/lb.mjs";
62
+ export * from "./locale/lt.mjs";
63
+ export * from "./locale/lv.mjs";
64
+ export * from "./locale/mk.mjs";
65
+ export * from "./locale/mn.mjs";
66
+ export * from "./locale/ms.mjs";
67
+ export * from "./locale/mt.mjs";
68
+ export * from "./locale/nb.mjs";
69
+ export * from "./locale/nl.mjs";
70
+ export * from "./locale/nl-BE.mjs";
71
+ export * from "./locale/nn.mjs";
72
+ export * from "./locale/oc.mjs";
73
+ export * from "./locale/pl.mjs";
74
+ export * from "./locale/pt.mjs";
75
+ export * from "./locale/pt-BR.mjs";
76
+ export * from "./locale/ro.mjs";
77
+ export * from "./locale/ru.mjs";
78
+ export * from "./locale/se.mjs";
79
+ export * from "./locale/sk.mjs";
80
+ export * from "./locale/sl.mjs";
81
+ export * from "./locale/sq.mjs";
82
+ export * from "./locale/sr.mjs";
83
+ export * from "./locale/sr-Latn.mjs";
84
+ export * from "./locale/sv.mjs";
85
+ export * from "./locale/ta.mjs";
86
+ export * from "./locale/te.mjs";
87
+ export * from "./locale/th.mjs";
88
+ export * from "./locale/tr.mjs";
89
+ export * from "./locale/ug.mjs";
90
+ export * from "./locale/uk.mjs";
91
+ export * from "./locale/uz.mjs";
92
+ export * from "./locale/uz-Cyrl.mjs";
93
+ export * from "./locale/vi.mjs";
94
+ export * from "./locale/zh-CN.mjs";
95
+ export * from "./locale/zh-HK.mjs";
96
+ export * from "./locale/zh-TW.mjs";
workers1/auto3d/node_modules/date-fns/locale/zh-HK.d.ts ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ import type { Locale } from "./types.js";
2
+ /**
3
+ * @category Locales
4
+ * @summary Chinese Traditional locale.
5
+ * @language Chinese Traditional
6
+ * @iso-639-2 zho
7
+ * @author Gary Ip [@gaplo](https://github.com/gaplo)
8
+ */
9
+ export declare const zhHK: Locale;
workers1/auto3d/node_modules/date-fns/locale/zh-HK.js ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.zhHK = void 0;
3
+ var _index = require("./zh-HK/_lib/formatDistance.js");
4
+ var _index2 = require("./zh-HK/_lib/formatLong.js");
5
+ var _index3 = require("./zh-HK/_lib/formatRelative.js");
6
+ var _index4 = require("./zh-HK/_lib/localize.js");
7
+ var _index5 = require("./zh-HK/_lib/match.js");
8
+
9
+ /**
10
+ * @category Locales
11
+ * @summary Chinese Traditional locale.
12
+ * @language Chinese Traditional
13
+ * @iso-639-2 zho
14
+ * @author Gary Ip [@gaplo](https://github.com/gaplo)
15
+ */
16
+ const zhHK = (exports.zhHK = {
17
+ code: "zh-HK",
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/zh-HK.mjs ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { formatDistance } from "./zh-HK/_lib/formatDistance.mjs";
2
+ import { formatLong } from "./zh-HK/_lib/formatLong.mjs";
3
+ import { formatRelative } from "./zh-HK/_lib/formatRelative.mjs";
4
+ import { localize } from "./zh-HK/_lib/localize.mjs";
5
+ import { match } from "./zh-HK/_lib/match.mjs";
6
+
7
+ /**
8
+ * @category Locales
9
+ * @summary Chinese Traditional locale.
10
+ * @language Chinese Traditional
11
+ * @iso-639-2 zho
12
+ * @author Gary Ip [@gaplo](https://github.com/gaplo)
13
+ */
14
+ export const zhHK = {
15
+ code: "zh-HK",
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 zhHK;
workers1/auto3d/node_modules/date-fns/locale/zh-TW.d.mts ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import type { Locale } from "./types.js";
2
+ /**
3
+ * @category Locales
4
+ * @summary Chinese Traditional locale.
5
+ * @language Chinese Traditional
6
+ * @iso-639-2 zho
7
+ * @author tonypai [@tpai](https://github.com/tpai)
8
+ * @author Jack Hsu [@jackhsu978](https://github.com/jackhsu978)
9
+ * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
10
+ */
11
+ export declare const zhTW: Locale;
workers1/auto3d/node_modules/date-fns/locale/zh-TW.d.ts ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import type { Locale } from "./types.js";
2
+ /**
3
+ * @category Locales
4
+ * @summary Chinese Traditional locale.
5
+ * @language Chinese Traditional
6
+ * @iso-639-2 zho
7
+ * @author tonypai [@tpai](https://github.com/tpai)
8
+ * @author Jack Hsu [@jackhsu978](https://github.com/jackhsu978)
9
+ * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
10
+ */
11
+ export declare const zhTW: Locale;
workers1/auto3d/node_modules/date-fns/locale/zh-TW.js ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.zhTW = void 0;
3
+ var _index = require("./zh-TW/_lib/formatDistance.js");
4
+ var _index2 = require("./zh-TW/_lib/formatLong.js");
5
+ var _index3 = require("./zh-TW/_lib/formatRelative.js");
6
+ var _index4 = require("./zh-TW/_lib/localize.js");
7
+ var _index5 = require("./zh-TW/_lib/match.js");
8
+
9
+ /**
10
+ * @category Locales
11
+ * @summary Chinese Traditional locale.
12
+ * @language Chinese Traditional
13
+ * @iso-639-2 zho
14
+ * @author tonypai [@tpai](https://github.com/tpai)
15
+ * @author Jack Hsu [@jackhsu978](https://github.com/jackhsu978)
16
+ * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
17
+ */
18
+ const zhTW = (exports.zhTW = {
19
+ code: "zh-TW",
20
+ formatDistance: _index.formatDistance,
21
+ formatLong: _index2.formatLong,
22
+ formatRelative: _index3.formatRelative,
23
+ localize: _index4.localize,
24
+ match: _index5.match,
25
+ options: {
26
+ weekStartsOn: 1 /* Monday */,
27
+ firstWeekContainsDate: 4,
28
+ },
29
+ });
workers1/auto3d/node_modules/date-fns/locale/zh-TW.mjs ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { formatDistance } from "./zh-TW/_lib/formatDistance.mjs";
2
+ import { formatLong } from "./zh-TW/_lib/formatLong.mjs";
3
+ import { formatRelative } from "./zh-TW/_lib/formatRelative.mjs";
4
+ import { localize } from "./zh-TW/_lib/localize.mjs";
5
+ import { match } from "./zh-TW/_lib/match.mjs";
6
+
7
+ /**
8
+ * @category Locales
9
+ * @summary Chinese Traditional locale.
10
+ * @language Chinese Traditional
11
+ * @iso-639-2 zho
12
+ * @author tonypai [@tpai](https://github.com/tpai)
13
+ * @author Jack Hsu [@jackhsu978](https://github.com/jackhsu978)
14
+ * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
15
+ */
16
+ export const zhTW = {
17
+ code: "zh-TW",
18
+ formatDistance: formatDistance,
19
+ formatLong: formatLong,
20
+ formatRelative: formatRelative,
21
+ localize: localize,
22
+ match: match,
23
+ options: {
24
+ weekStartsOn: 1 /* Monday */,
25
+ firstWeekContainsDate: 4,
26
+ },
27
+ };
28
+
29
+ // Fallback for modularized imports:
30
+ export default zhTW;
workers1/auto3d/node_modules/date-fns/locale/zh-TW/_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/zh-TW/_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/zh-TW/_lib/formatDistance.js ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.formatDistance = void 0;
3
+
4
+ const formatDistanceLocale = {
5
+ lessThanXSeconds: {
6
+ one: "少於 1 秒",
7
+ other: "少於 {{count}} 秒",
8
+ },
9
+
10
+ xSeconds: {
11
+ one: "1 秒",
12
+ other: "{{count}} 秒",
13
+ },
14
+
15
+ halfAMinute: "半分鐘",
16
+
17
+ lessThanXMinutes: {
18
+ one: "少於 1 分鐘",
19
+ other: "少於 {{count}} 分鐘",
20
+ },
21
+
22
+ xMinutes: {
23
+ one: "1 分鐘",
24
+ other: "{{count}} 分鐘",
25
+ },
26
+
27
+ xHours: {
28
+ one: "1 小時",
29
+ other: "{{count}} 小時",
30
+ },
31
+
32
+ aboutXHours: {
33
+ one: "大約 1 小時",
34
+ other: "大約 {{count}} 小時",
35
+ },
36
+
37
+ xDays: {
38
+ one: "1 天",
39
+ other: "{{count}} 天",
40
+ },
41
+
42
+ aboutXWeeks: {
43
+ one: "大約 1 個星期",
44
+ other: "大約 {{count}} 個星期",
45
+ },
46
+
47
+ xWeeks: {
48
+ one: "1 個星期",
49
+ other: "{{count}} 個星期",
50
+ },
51
+
52
+ aboutXMonths: {
53
+ one: "大約 1 個月",
54
+ other: "大約 {{count}} 個月",
55
+ },
56
+
57
+ xMonths: {
58
+ one: "1 個月",
59
+ other: "{{count}} 個月",
60
+ },
61
+
62
+ aboutXYears: {
63
+ one: "大約 1 年",
64
+ other: "大約 {{count}} 年",
65
+ },
66
+
67
+ xYears: {
68
+ one: "1 年",
69
+ other: "{{count}} 年",
70
+ },
71
+
72
+ overXYears: {
73
+ one: "超過 1 年",
74
+ other: "超過 {{count}} 年",
75
+ },
76
+
77
+ almostXYears: {
78
+ one: "將近 1 年",
79
+ other: "將近 {{count}} 年",
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 result + "內";
98
+ } else {
99
+ return result + "前";
100
+ }
101
+ }
102
+
103
+ return result;
104
+ };
105
+ exports.formatDistance = formatDistance;
workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatDistance.mjs ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ const formatDistanceLocale = {
2
+ lessThanXSeconds: {
3
+ one: "少於 1 秒",
4
+ other: "少於 {{count}} 秒",
5
+ },
6
+
7
+ xSeconds: {
8
+ one: "1 秒",
9
+ other: "{{count}} 秒",
10
+ },
11
+
12
+ halfAMinute: "半分鐘",
13
+
14
+ lessThanXMinutes: {
15
+ one: "少於 1 分鐘",
16
+ other: "少於 {{count}} 分鐘",
17
+ },
18
+
19
+ xMinutes: {
20
+ one: "1 分鐘",
21
+ other: "{{count}} 分鐘",
22
+ },
23
+
24
+ xHours: {
25
+ one: "1 小時",
26
+ other: "{{count}} 小時",
27
+ },
28
+
29
+ aboutXHours: {
30
+ one: "大約 1 小時",
31
+ other: "大約 {{count}} 小時",
32
+ },
33
+
34
+ xDays: {
35
+ one: "1 天",
36
+ other: "{{count}} 天",
37
+ },
38
+
39
+ aboutXWeeks: {
40
+ one: "大約 1 個星期",
41
+ other: "大約 {{count}} 個星期",
42
+ },
43
+
44
+ xWeeks: {
45
+ one: "1 個星期",
46
+ other: "{{count}} 個星期",
47
+ },
48
+
49
+ aboutXMonths: {
50
+ one: "大約 1 個月",
51
+ other: "大約 {{count}} 個月",
52
+ },
53
+
54
+ xMonths: {
55
+ one: "1 個月",
56
+ other: "{{count}} 個月",
57
+ },
58
+
59
+ aboutXYears: {
60
+ one: "大約 1 年",
61
+ other: "大約 {{count}} 年",
62
+ },
63
+
64
+ xYears: {
65
+ one: "1 年",
66
+ other: "{{count}} 年",
67
+ },
68
+
69
+ overXYears: {
70
+ one: "超過 1 年",
71
+ other: "超過 {{count}} 年",
72
+ },
73
+
74
+ almostXYears: {
75
+ one: "將近 1 年",
76
+ other: "將近 {{count}} 年",
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 result + "內";
95
+ } else {
96
+ return result + "前";
97
+ }
98
+ }
99
+
100
+ return result;
101
+ };
workers1/auto3d/node_modules/date-fns/locale/zh-TW/_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/zh-TW/_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/zh-TW/_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: "y'年'M'月'd'日' EEEE",
7
+ long: "y'年'M'月'd'日'",
8
+ medium: "yyyy-MM-dd",
9
+ short: "yy-MM-dd",
10
+ };
11
+
12
+ const timeFormats = {
13
+ full: "zzzz a h:mm:ss",
14
+ long: "z a h:mm:ss",
15
+ medium: "a h:mm:ss",
16
+ short: "a h:mm",
17
+ };
18
+
19
+ const dateTimeFormats = {
20
+ full: "{{date}} {{time}}",
21
+ long: "{{date}} {{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/zh-TW/_lib/formatLong.mjs ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { buildFormatLongFn } from "../../_lib/buildFormatLongFn.mjs";
2
+
3
+ const dateFormats = {
4
+ full: "y'年'M'月'd'日' EEEE",
5
+ long: "y'年'M'月'd'日'",
6
+ medium: "yyyy-MM-dd",
7
+ short: "yy-MM-dd",
8
+ };
9
+
10
+ const timeFormats = {
11
+ full: "zzzz a h:mm:ss",
12
+ long: "z a h:mm:ss",
13
+ medium: "a h:mm:ss",
14
+ short: "a h:mm",
15
+ };
16
+
17
+ const dateTimeFormats = {
18
+ full: "{{date}} {{time}}",
19
+ long: "{{date}} {{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/zh-TW/_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/zh-TW/_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/zh-TW/_lib/formatRelative.js ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.formatRelative = void 0;
3
+
4
+ const formatRelativeLocale = {
5
+ lastWeek: "'上個'eeee p",
6
+ yesterday: "'昨天' p",
7
+ today: "'今天' p",
8
+ tomorrow: "'明天' p",
9
+ nextWeek: "'下個'eeee p",
10
+ other: "P",
11
+ };
12
+
13
+ const formatRelative = (token, _date, _baseDate, _options) =>
14
+ formatRelativeLocale[token];
15
+ exports.formatRelative = formatRelative;
workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/formatRelative.mjs ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ const formatRelativeLocale = {
2
+ lastWeek: "'上個'eeee p",
3
+ yesterday: "'昨天' p",
4
+ today: "'今天' p",
5
+ tomorrow: "'明天' p",
6
+ nextWeek: "'下個'eeee p",
7
+ other: "P",
8
+ };
9
+
10
+ export const formatRelative = (token, _date, _baseDate, _options) =>
11
+ formatRelativeLocale[token];
workers1/auto3d/node_modules/date-fns/locale/zh-TW/_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/zh-TW/_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/zh-TW/_lib/localize.js ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.localize = void 0;
3
+ var _index = require("../../_lib/buildLocalizeFn.js");
4
+
5
+ const eraValues = {
6
+ narrow: ["前", "公元"],
7
+ abbreviated: ["前", "公元"],
8
+ wide: ["公元前", "公元"],
9
+ };
10
+
11
+ const quarterValues = {
12
+ narrow: ["1", "2", "3", "4"],
13
+ abbreviated: ["第一刻", "第二刻", "第三刻", "第四刻"],
14
+ wide: ["第一刻鐘", "第二刻鐘", "第三刻鐘", "第四刻鐘"],
15
+ };
16
+
17
+ const monthValues = {
18
+ narrow: [
19
+ "一",
20
+ "二",
21
+ "三",
22
+ "四",
23
+ "五",
24
+ "六",
25
+ "七",
26
+ "八",
27
+ "九",
28
+ "十",
29
+ "十一",
30
+ "十二",
31
+ ],
32
+
33
+ abbreviated: [
34
+ "1月",
35
+ "2月",
36
+ "3月",
37
+ "4月",
38
+ "5月",
39
+ "6月",
40
+ "7月",
41
+ "8月",
42
+ "9月",
43
+ "10月",
44
+ "11月",
45
+ "12月",
46
+ ],
47
+
48
+ wide: [
49
+ "一月",
50
+ "二月",
51
+ "三月",
52
+ "四月",
53
+ "五月",
54
+ "六月",
55
+ "七月",
56
+ "八月",
57
+ "九月",
58
+ "十月",
59
+ "十一月",
60
+ "十二月",
61
+ ],
62
+ };
63
+
64
+ const dayValues = {
65
+ narrow: ["日", "一", "二", "三", "四", "五", "六"],
66
+ short: ["日", "一", "二", "三", "四", "五", "六"],
67
+ abbreviated: ["週日", "週一", "週二", "週三", "週四", "週五", "週六"],
68
+
69
+ wide: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
70
+ };
71
+
72
+ const dayPeriodValues = {
73
+ narrow: {
74
+ am: "上",
75
+ pm: "下",
76
+ midnight: "凌晨",
77
+ noon: "午",
78
+ morning: "早",
79
+ afternoon: "下午",
80
+ evening: "晚",
81
+ night: "夜",
82
+ },
83
+ abbreviated: {
84
+ am: "上午",
85
+ pm: "下午",
86
+ midnight: "凌晨",
87
+ noon: "中午",
88
+ morning: "早晨",
89
+ afternoon: "中午",
90
+ evening: "晚上",
91
+ night: "夜間",
92
+ },
93
+ wide: {
94
+ am: "上午",
95
+ pm: "下午",
96
+ midnight: "凌晨",
97
+ noon: "中午",
98
+ morning: "早晨",
99
+ afternoon: "中午",
100
+ evening: "晚上",
101
+ night: "夜間",
102
+ },
103
+ };
104
+
105
+ const formattingDayPeriodValues = {
106
+ narrow: {
107
+ am: "上",
108
+ pm: "下",
109
+ midnight: "凌晨",
110
+ noon: "午",
111
+ morning: "早",
112
+ afternoon: "下午",
113
+ evening: "晚",
114
+ night: "夜",
115
+ },
116
+ abbreviated: {
117
+ am: "上午",
118
+ pm: "下午",
119
+ midnight: "凌晨",
120
+ noon: "中午",
121
+ morning: "早晨",
122
+ afternoon: "中午",
123
+ evening: "晚上",
124
+ night: "夜間",
125
+ },
126
+ wide: {
127
+ am: "上午",
128
+ pm: "下午",
129
+ midnight: "凌晨",
130
+ noon: "中午",
131
+ morning: "早晨",
132
+ afternoon: "中午",
133
+ evening: "晚上",
134
+ night: "夜間",
135
+ },
136
+ };
137
+
138
+ const ordinalNumber = (dirtyNumber, options) => {
139
+ const number = Number(dirtyNumber);
140
+
141
+ switch (options?.unit) {
142
+ case "date":
143
+ return number + "日";
144
+ case "hour":
145
+ return number + "時";
146
+ case "minute":
147
+ return number + "分";
148
+ case "second":
149
+ return number + "秒";
150
+ default:
151
+ return "第 " + number;
152
+ }
153
+ };
154
+
155
+ const localize = (exports.localize = {
156
+ ordinalNumber,
157
+
158
+ era: (0, _index.buildLocalizeFn)({
159
+ values: eraValues,
160
+ defaultWidth: "wide",
161
+ }),
162
+
163
+ quarter: (0, _index.buildLocalizeFn)({
164
+ values: quarterValues,
165
+ defaultWidth: "wide",
166
+ argumentCallback: (quarter) => quarter - 1,
167
+ }),
168
+
169
+ month: (0, _index.buildLocalizeFn)({
170
+ values: monthValues,
171
+ defaultWidth: "wide",
172
+ }),
173
+
174
+ day: (0, _index.buildLocalizeFn)({
175
+ values: dayValues,
176
+ defaultWidth: "wide",
177
+ }),
178
+
179
+ dayPeriod: (0, _index.buildLocalizeFn)({
180
+ values: dayPeriodValues,
181
+ defaultWidth: "wide",
182
+ formattingValues: formattingDayPeriodValues,
183
+ defaultFormattingWidth: "wide",
184
+ }),
185
+ });
workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/localize.mjs ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { buildLocalizeFn } from "../../_lib/buildLocalizeFn.mjs";
2
+
3
+ const eraValues = {
4
+ narrow: ["前", "公元"],
5
+ abbreviated: ["前", "公元"],
6
+ wide: ["公元前", "公元"],
7
+ };
8
+
9
+ const quarterValues = {
10
+ narrow: ["1", "2", "3", "4"],
11
+ abbreviated: ["第一刻", "第二刻", "第三刻", "第四刻"],
12
+ wide: ["第一刻鐘", "第二刻鐘", "第三刻鐘", "第四刻鐘"],
13
+ };
14
+
15
+ const monthValues = {
16
+ narrow: [
17
+ "一",
18
+ "二",
19
+ "三",
20
+ "四",
21
+ "五",
22
+ "六",
23
+ "七",
24
+ "八",
25
+ "九",
26
+ "十",
27
+ "十一",
28
+ "十二",
29
+ ],
30
+
31
+ abbreviated: [
32
+ "1月",
33
+ "2月",
34
+ "3月",
35
+ "4月",
36
+ "5月",
37
+ "6月",
38
+ "7月",
39
+ "8月",
40
+ "9月",
41
+ "10月",
42
+ "11月",
43
+ "12月",
44
+ ],
45
+
46
+ wide: [
47
+ "一月",
48
+ "二月",
49
+ "三月",
50
+ "四月",
51
+ "五月",
52
+ "六月",
53
+ "七月",
54
+ "八月",
55
+ "九月",
56
+ "十月",
57
+ "十一月",
58
+ "十二月",
59
+ ],
60
+ };
61
+
62
+ const dayValues = {
63
+ narrow: ["日", "一", "二", "三", "四", "五", "六"],
64
+ short: ["日", "一", "二", "三", "四", "五", "六"],
65
+ abbreviated: ["週日", "週一", "週二", "週三", "週四", "週五", "週六"],
66
+
67
+ wide: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
68
+ };
69
+
70
+ const dayPeriodValues = {
71
+ narrow: {
72
+ am: "上",
73
+ pm: "下",
74
+ midnight: "凌晨",
75
+ noon: "午",
76
+ morning: "早",
77
+ afternoon: "下午",
78
+ evening: "晚",
79
+ night: "夜",
80
+ },
81
+ abbreviated: {
82
+ am: "上午",
83
+ pm: "下午",
84
+ midnight: "凌晨",
85
+ noon: "中午",
86
+ morning: "早晨",
87
+ afternoon: "中午",
88
+ evening: "晚上",
89
+ night: "夜間",
90
+ },
91
+ wide: {
92
+ am: "上午",
93
+ pm: "下午",
94
+ midnight: "凌晨",
95
+ noon: "中午",
96
+ morning: "早晨",
97
+ afternoon: "中午",
98
+ evening: "晚上",
99
+ night: "夜間",
100
+ },
101
+ };
102
+
103
+ const formattingDayPeriodValues = {
104
+ narrow: {
105
+ am: "上",
106
+ pm: "下",
107
+ midnight: "凌晨",
108
+ noon: "午",
109
+ morning: "早",
110
+ afternoon: "下午",
111
+ evening: "晚",
112
+ night: "夜",
113
+ },
114
+ abbreviated: {
115
+ am: "上午",
116
+ pm: "下午",
117
+ midnight: "凌晨",
118
+ noon: "中午",
119
+ morning: "早晨",
120
+ afternoon: "中午",
121
+ evening: "晚上",
122
+ night: "夜間",
123
+ },
124
+ wide: {
125
+ am: "上午",
126
+ pm: "下午",
127
+ midnight: "凌晨",
128
+ noon: "中午",
129
+ morning: "早晨",
130
+ afternoon: "中午",
131
+ evening: "晚上",
132
+ night: "夜間",
133
+ },
134
+ };
135
+
136
+ const ordinalNumber = (dirtyNumber, options) => {
137
+ const number = Number(dirtyNumber);
138
+
139
+ switch (options?.unit) {
140
+ case "date":
141
+ return number + "日";
142
+ case "hour":
143
+ return number + "時";
144
+ case "minute":
145
+ return number + "分";
146
+ case "second":
147
+ return number + "秒";
148
+ default:
149
+ return "第 " + number;
150
+ }
151
+ };
152
+
153
+ export const localize = {
154
+ ordinalNumber,
155
+
156
+ era: buildLocalizeFn({
157
+ values: eraValues,
158
+ defaultWidth: "wide",
159
+ }),
160
+
161
+ quarter: buildLocalizeFn({
162
+ values: quarterValues,
163
+ defaultWidth: "wide",
164
+ argumentCallback: (quarter) => quarter - 1,
165
+ }),
166
+
167
+ month: buildLocalizeFn({
168
+ values: monthValues,
169
+ defaultWidth: "wide",
170
+ }),
171
+
172
+ day: buildLocalizeFn({
173
+ values: dayValues,
174
+ defaultWidth: "wide",
175
+ }),
176
+
177
+ dayPeriod: buildLocalizeFn({
178
+ values: dayPeriodValues,
179
+ defaultWidth: "wide",
180
+ formattingValues: formattingDayPeriodValues,
181
+ defaultFormattingWidth: "wide",
182
+ }),
183
+ };
workers1/auto3d/node_modules/date-fns/locale/zh-TW/_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/zh-TW/_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/zh-TW/_lib/match.js ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 = /^(第\s*)?\d+(日|時|分|秒)?/i;
8
+ const parseOrdinalNumberPattern = /\d+/i;
9
+
10
+ const matchEraPatterns = {
11
+ narrow: /^(前)/i,
12
+ abbreviated: /^(前)/i,
13
+ wide: /^(公元前|公元)/i,
14
+ };
15
+ const parseEraPatterns = {
16
+ any: [/^(前)/i, /^(公元)/i],
17
+ };
18
+
19
+ const matchQuarterPatterns = {
20
+ narrow: /^[1234]/i,
21
+ abbreviated: /^第[一二三四]刻/i,
22
+ wide: /^第[一二三四]刻鐘/i,
23
+ };
24
+ const parseQuarterPatterns = {
25
+ any: [/(1|一)/i, /(2|二)/i, /(3|三)/i, /(4|四)/i],
26
+ };
27
+
28
+ const matchMonthPatterns = {
29
+ narrow: /^(一|二|三|四|五|六|七|八|九|十[二一])/i,
30
+ abbreviated: /^(一|二|三|四|五|六|七|八|九|十[二一]|\d|1[12])月/i,
31
+ wide: /^(一|二|三|四|五|六|七|八|九|十[二一])月/i,
32
+ };
33
+ const parseMonthPatterns = {
34
+ narrow: [
35
+ /^一/i,
36
+ /^二/i,
37
+ /^三/i,
38
+ /^四/i,
39
+ /^五/i,
40
+ /^六/i,
41
+ /^七/i,
42
+ /^八/i,
43
+ /^九/i,
44
+ /^十(?!(一|二))/i,
45
+ /^十一/i,
46
+ /^十二/i,
47
+ ],
48
+
49
+ any: [
50
+ /^一|1/i,
51
+ /^二|2/i,
52
+ /^三|3/i,
53
+ /^四|4/i,
54
+ /^五|5/i,
55
+ /^六|6/i,
56
+ /^七|7/i,
57
+ /^八|8/i,
58
+ /^九|9/i,
59
+ /^十(?!(一|二))|10/i,
60
+ /^十一|11/i,
61
+ /^十二|12/i,
62
+ ],
63
+ };
64
+
65
+ const matchDayPatterns = {
66
+ narrow: /^[一二三四五六日]/i,
67
+ short: /^[一二三四五六日]/i,
68
+ abbreviated: /^週[一二三四五六日]/i,
69
+ wide: /^星期[一二三四五六日]/i,
70
+ };
71
+ const parseDayPatterns = {
72
+ any: [/日/i, /一/i, /二/i, /三/i, /四/i, /五/i, /六/i],
73
+ };
74
+
75
+ const matchDayPeriodPatterns = {
76
+ any: /^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨)/i,
77
+ };
78
+ const parseDayPeriodPatterns = {
79
+ any: {
80
+ am: /^上午?/i,
81
+ pm: /^下午?/i,
82
+ midnight: /^午夜/i,
83
+ noon: /^[中正]午/i,
84
+ morning: /^早上/i,
85
+ afternoon: /^下午/i,
86
+ evening: /^晚上?/i,
87
+ night: /^凌晨/i,
88
+ },
89
+ };
90
+
91
+ const match = (exports.match = {
92
+ ordinalNumber: (0, _index2.buildMatchPatternFn)({
93
+ matchPattern: matchOrdinalNumberPattern,
94
+ parsePattern: parseOrdinalNumberPattern,
95
+ valueCallback: (value) => parseInt(value, 10),
96
+ }),
97
+
98
+ era: (0, _index.buildMatchFn)({
99
+ matchPatterns: matchEraPatterns,
100
+ defaultMatchWidth: "wide",
101
+ parsePatterns: parseEraPatterns,
102
+ defaultParseWidth: "any",
103
+ }),
104
+
105
+ quarter: (0, _index.buildMatchFn)({
106
+ matchPatterns: matchQuarterPatterns,
107
+ defaultMatchWidth: "wide",
108
+ parsePatterns: parseQuarterPatterns,
109
+ defaultParseWidth: "any",
110
+ valueCallback: (index) => index + 1,
111
+ }),
112
+
113
+ month: (0, _index.buildMatchFn)({
114
+ matchPatterns: matchMonthPatterns,
115
+ defaultMatchWidth: "wide",
116
+ parsePatterns: parseMonthPatterns,
117
+ defaultParseWidth: "any",
118
+ }),
119
+
120
+ day: (0, _index.buildMatchFn)({
121
+ matchPatterns: matchDayPatterns,
122
+ defaultMatchWidth: "wide",
123
+ parsePatterns: parseDayPatterns,
124
+ defaultParseWidth: "any",
125
+ }),
126
+
127
+ dayPeriod: (0, _index.buildMatchFn)({
128
+ matchPatterns: matchDayPeriodPatterns,
129
+ defaultMatchWidth: "any",
130
+ parsePatterns: parseDayPeriodPatterns,
131
+ defaultParseWidth: "any",
132
+ }),
133
+ });
workers1/auto3d/node_modules/date-fns/locale/zh-TW/_lib/match.mjs ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { buildMatchFn } from "../../_lib/buildMatchFn.mjs";
2
+ import { buildMatchPatternFn } from "../../_lib/buildMatchPatternFn.mjs";
3
+
4
+ const matchOrdinalNumberPattern = /^(第\s*)?\d+(日|時|分|秒)?/i;
5
+ const parseOrdinalNumberPattern = /\d+/i;
6
+
7
+ const matchEraPatterns = {
8
+ narrow: /^(前)/i,
9
+ abbreviated: /^(前)/i,
10
+ wide: /^(公元前|公元)/i,
11
+ };
12
+ const parseEraPatterns = {
13
+ any: [/^(前)/i, /^(公元)/i],
14
+ };
15
+
16
+ const matchQuarterPatterns = {
17
+ narrow: /^[1234]/i,
18
+ abbreviated: /^第[一二三四]刻/i,
19
+ wide: /^第[一二三四]刻鐘/i,
20
+ };
21
+ const parseQuarterPatterns = {
22
+ any: [/(1|一)/i, /(2|二)/i, /(3|三)/i, /(4|四)/i],
23
+ };
24
+
25
+ const matchMonthPatterns = {
26
+ narrow: /^(一|二|三|四|五|六|七|八|九|十[二一])/i,
27
+ abbreviated: /^(一|二|三|四|五|六|七|八|九|十[二一]|\d|1[12])月/i,
28
+ wide: /^(一|二|三|四|五|六|七|八|九|十[二一])月/i,
29
+ };
30
+ const parseMonthPatterns = {
31
+ narrow: [
32
+ /^一/i,
33
+ /^二/i,
34
+ /^三/i,
35
+ /^四/i,
36
+ /^五/i,
37
+ /^六/i,
38
+ /^七/i,
39
+ /^八/i,
40
+ /^九/i,
41
+ /^十(?!(一|二))/i,
42
+ /^十一/i,
43
+ /^十二/i,
44
+ ],
45
+
46
+ any: [
47
+ /^一|1/i,
48
+ /^二|2/i,
49
+ /^三|3/i,
50
+ /^四|4/i,
51
+ /^五|5/i,
52
+ /^六|6/i,
53
+ /^七|7/i,
54
+ /^八|8/i,
55
+ /^九|9/i,
56
+ /^十(?!(一|二))|10/i,
57
+ /^十一|11/i,
58
+ /^十二|12/i,
59
+ ],
60
+ };
61
+
62
+ const matchDayPatterns = {
63
+ narrow: /^[一二三四五六日]/i,
64
+ short: /^[一二三四五六日]/i,
65
+ abbreviated: /^週[一二三四五六日]/i,
66
+ wide: /^星期[一二三四五六日]/i,
67
+ };
68
+ const parseDayPatterns = {
69
+ any: [/日/i, /一/i, /二/i, /三/i, /四/i, /五/i, /六/i],
70
+ };
71
+
72
+ const matchDayPeriodPatterns = {
73
+ any: /^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨)/i,
74
+ };
75
+ const parseDayPeriodPatterns = {
76
+ any: {
77
+ am: /^上午?/i,
78
+ pm: /^下午?/i,
79
+ midnight: /^午夜/i,
80
+ noon: /^[中正]午/i,
81
+ morning: /^早上/i,
82
+ afternoon: /^下午/i,
83
+ evening: /^晚上?/i,
84
+ night: /^凌晨/i,
85
+ },
86
+ };
87
+
88
+ export const match = {
89
+ ordinalNumber: buildMatchPatternFn({
90
+ matchPattern: matchOrdinalNumberPattern,
91
+ parsePattern: parseOrdinalNumberPattern,
92
+ valueCallback: (value) => parseInt(value, 10),
93
+ }),
94
+
95
+ era: buildMatchFn({
96
+ matchPatterns: matchEraPatterns,
97
+ defaultMatchWidth: "wide",
98
+ parsePatterns: parseEraPatterns,
99
+ defaultParseWidth: "any",
100
+ }),
101
+
102
+ quarter: buildMatchFn({
103
+ matchPatterns: matchQuarterPatterns,
104
+ defaultMatchWidth: "wide",
105
+ parsePatterns: parseQuarterPatterns,
106
+ defaultParseWidth: "any",
107
+ valueCallback: (index) => index + 1,
108
+ }),
109
+
110
+ month: buildMatchFn({
111
+ matchPatterns: matchMonthPatterns,
112
+ defaultMatchWidth: "wide",
113
+ parsePatterns: parseMonthPatterns,
114
+ defaultParseWidth: "any",
115
+ }),
116
+
117
+ day: buildMatchFn({
118
+ matchPatterns: matchDayPatterns,
119
+ defaultMatchWidth: "wide",
120
+ parsePatterns: parseDayPatterns,
121
+ defaultParseWidth: "any",
122
+ }),
123
+
124
+ dayPeriod: buildMatchFn({
125
+ matchPatterns: matchDayPeriodPatterns,
126
+ defaultMatchWidth: "any",
127
+ parsePatterns: parseDayPeriodPatterns,
128
+ defaultParseWidth: "any",
129
+ }),
130
+ };
workers1/auto3d/node_modules/date-fns/locale/zh-TW/cdn.js ADDED
@@ -0,0 +1,532 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/zh-TW/_lib/formatDistance.mjs
13
+ var formatDistanceLocale = {
14
+ lessThanXSeconds: {
15
+ one: "\u5C11\u65BC 1 \u79D2",
16
+ other: "\u5C11\u65BC {{count}} \u79D2"
17
+ },
18
+ xSeconds: {
19
+ one: "1 \u79D2",
20
+ other: "{{count}} \u79D2"
21
+ },
22
+ halfAMinute: "\u534A\u5206\u9418",
23
+ lessThanXMinutes: {
24
+ one: "\u5C11\u65BC 1 \u5206\u9418",
25
+ other: "\u5C11\u65BC {{count}} \u5206\u9418"
26
+ },
27
+ xMinutes: {
28
+ one: "1 \u5206\u9418",
29
+ other: "{{count}} \u5206\u9418"
30
+ },
31
+ xHours: {
32
+ one: "1 \u5C0F\u6642",
33
+ other: "{{count}} \u5C0F\u6642"
34
+ },
35
+ aboutXHours: {
36
+ one: "\u5927\u7D04 1 \u5C0F\u6642",
37
+ other: "\u5927\u7D04 {{count}} \u5C0F\u6642"
38
+ },
39
+ xDays: {
40
+ one: "1 \u5929",
41
+ other: "{{count}} \u5929"
42
+ },
43
+ aboutXWeeks: {
44
+ one: "\u5927\u7D04 1 \u500B\u661F\u671F",
45
+ other: "\u5927\u7D04 {{count}} \u500B\u661F\u671F"
46
+ },
47
+ xWeeks: {
48
+ one: "1 \u500B\u661F\u671F",
49
+ other: "{{count}} \u500B\u661F\u671F"
50
+ },
51
+ aboutXMonths: {
52
+ one: "\u5927\u7D04 1 \u500B\u6708",
53
+ other: "\u5927\u7D04 {{count}} \u500B\u6708"
54
+ },
55
+ xMonths: {
56
+ one: "1 \u500B\u6708",
57
+ other: "{{count}} \u500B\u6708"
58
+ },
59
+ aboutXYears: {
60
+ one: "\u5927\u7D04 1 \u5E74",
61
+ other: "\u5927\u7D04 {{count}} \u5E74"
62
+ },
63
+ xYears: {
64
+ one: "1 \u5E74",
65
+ other: "{{count}} \u5E74"
66
+ },
67
+ overXYears: {
68
+ one: "\u8D85\u904E 1 \u5E74",
69
+ other: "\u8D85\u904E {{count}} \u5E74"
70
+ },
71
+ almostXYears: {
72
+ one: "\u5C07\u8FD1 1 \u5E74",
73
+ other: "\u5C07\u8FD1 {{count}} \u5E74"
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 result + "\u5167";
89
+ } else {
90
+ return result + "\u524D";
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/zh-TW/_lib/formatLong.mjs
106
+ var dateFormats = {
107
+ full: "y'\u5E74'M'\u6708'd'\u65E5' EEEE",
108
+ long: "y'\u5E74'M'\u6708'd'\u65E5'",
109
+ medium: "yyyy-MM-dd",
110
+ short: "yy-MM-dd"
111
+ };
112
+ var timeFormats = {
113
+ full: "zzzz a h:mm:ss",
114
+ long: "z a h:mm:ss",
115
+ medium: "a h:mm:ss",
116
+ short: "a h:mm"
117
+ };
118
+ var dateTimeFormats = {
119
+ full: "{{date}} {{time}}",
120
+ long: "{{date}} {{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/zh-TW/_lib/formatRelative.mjs
140
+ var formatRelativeLocale = {
141
+ lastWeek: "'\u4E0A\u500B'eeee p",
142
+ yesterday: "'\u6628\u5929' p",
143
+ today: "'\u4ECA\u5929' p",
144
+ tomorrow: "'\u660E\u5929' p",
145
+ nextWeek: "'\u4E0B\u500B'eeee p",
146
+ other: "P"
147
+ };
148
+ var formatRelative = function formatRelative(token, _date, _baseDate, _options) {return formatRelativeLocale[token];};
149
+
150
+ // lib/locale/_lib/buildLocalizeFn.mjs
151
+ function buildLocalizeFn(args) {
152
+ return function (value, options) {
153
+ var context = options !== null && options !== void 0 && options.context ? String(options.context) : "standalone";
154
+ var valuesArray;
155
+ if (context === "formatting" && args.formattingValues) {
156
+ var defaultWidth = args.defaultFormattingWidth || args.defaultWidth;
157
+ var width = options !== null && options !== void 0 && options.width ? String(options.width) : defaultWidth;
158
+ valuesArray = args.formattingValues[width] || args.formattingValues[defaultWidth];
159
+ } else {
160
+ var _defaultWidth = args.defaultWidth;
161
+ var _width = options !== null && options !== void 0 && options.width ? String(options.width) : args.defaultWidth;
162
+ valuesArray = args.values[_width] || args.values[_defaultWidth];
163
+ }
164
+ var index = args.argumentCallback ? args.argumentCallback(value) : value;
165
+ return valuesArray[index];
166
+ };
167
+ }
168
+
169
+ // lib/locale/zh-TW/_lib/localize.mjs
170
+ var eraValues = {
171
+ narrow: ["\u524D", "\u516C\u5143"],
172
+ abbreviated: ["\u524D", "\u516C\u5143"],
173
+ wide: ["\u516C\u5143\u524D", "\u516C\u5143"]
174
+ };
175
+ var quarterValues = {
176
+ narrow: ["1", "2", "3", "4"],
177
+ abbreviated: ["\u7B2C\u4E00\u523B", "\u7B2C\u4E8C\u523B", "\u7B2C\u4E09\u523B", "\u7B2C\u56DB\u523B"],
178
+ wide: ["\u7B2C\u4E00\u523B\u9418", "\u7B2C\u4E8C\u523B\u9418", "\u7B2C\u4E09\u523B\u9418", "\u7B2C\u56DB\u523B\u9418"]
179
+ };
180
+ var monthValues = {
181
+ narrow: [
182
+ "\u4E00",
183
+ "\u4E8C",
184
+ "\u4E09",
185
+ "\u56DB",
186
+ "\u4E94",
187
+ "\u516D",
188
+ "\u4E03",
189
+ "\u516B",
190
+ "\u4E5D",
191
+ "\u5341",
192
+ "\u5341\u4E00",
193
+ "\u5341\u4E8C"],
194
+
195
+ abbreviated: [
196
+ "1\u6708",
197
+ "2\u6708",
198
+ "3\u6708",
199
+ "4\u6708",
200
+ "5\u6708",
201
+ "6\u6708",
202
+ "7\u6708",
203
+ "8\u6708",
204
+ "9\u6708",
205
+ "10\u6708",
206
+ "11\u6708",
207
+ "12\u6708"],
208
+
209
+ wide: [
210
+ "\u4E00\u6708",
211
+ "\u4E8C\u6708",
212
+ "\u4E09\u6708",
213
+ "\u56DB\u6708",
214
+ "\u4E94\u6708",
215
+ "\u516D\u6708",
216
+ "\u4E03\u6708",
217
+ "\u516B\u6708",
218
+ "\u4E5D\u6708",
219
+ "\u5341\u6708",
220
+ "\u5341\u4E00\u6708",
221
+ "\u5341\u4E8C\u6708"]
222
+
223
+ };
224
+ var dayValues = {
225
+ narrow: ["\u65E5", "\u4E00", "\u4E8C", "\u4E09", "\u56DB", "\u4E94", "\u516D"],
226
+ short: ["\u65E5", "\u4E00", "\u4E8C", "\u4E09", "\u56DB", "\u4E94", "\u516D"],
227
+ abbreviated: ["\u9031\u65E5", "\u9031\u4E00", "\u9031\u4E8C", "\u9031\u4E09", "\u9031\u56DB", "\u9031\u4E94", "\u9031\u516D"],
228
+ wide: ["\u661F\u671F\u65E5", "\u661F\u671F\u4E00", "\u661F\u671F\u4E8C", "\u661F\u671F\u4E09", "\u661F\u671F\u56DB", "\u661F\u671F\u4E94", "\u661F\u671F\u516D"]
229
+ };
230
+ var dayPeriodValues = {
231
+ narrow: {
232
+ am: "\u4E0A",
233
+ pm: "\u4E0B",
234
+ midnight: "\u51CC\u6668",
235
+ noon: "\u5348",
236
+ morning: "\u65E9",
237
+ afternoon: "\u4E0B\u5348",
238
+ evening: "\u665A",
239
+ night: "\u591C"
240
+ },
241
+ abbreviated: {
242
+ am: "\u4E0A\u5348",
243
+ pm: "\u4E0B\u5348",
244
+ midnight: "\u51CC\u6668",
245
+ noon: "\u4E2D\u5348",
246
+ morning: "\u65E9\u6668",
247
+ afternoon: "\u4E2D\u5348",
248
+ evening: "\u665A\u4E0A",
249
+ night: "\u591C\u9593"
250
+ },
251
+ wide: {
252
+ am: "\u4E0A\u5348",
253
+ pm: "\u4E0B\u5348",
254
+ midnight: "\u51CC\u6668",
255
+ noon: "\u4E2D\u5348",
256
+ morning: "\u65E9\u6668",
257
+ afternoon: "\u4E2D\u5348",
258
+ evening: "\u665A\u4E0A",
259
+ night: "\u591C\u9593"
260
+ }
261
+ };
262
+ var formattingDayPeriodValues = {
263
+ narrow: {
264
+ am: "\u4E0A",
265
+ pm: "\u4E0B",
266
+ midnight: "\u51CC\u6668",
267
+ noon: "\u5348",
268
+ morning: "\u65E9",
269
+ afternoon: "\u4E0B\u5348",
270
+ evening: "\u665A",
271
+ night: "\u591C"
272
+ },
273
+ abbreviated: {
274
+ am: "\u4E0A\u5348",
275
+ pm: "\u4E0B\u5348",
276
+ midnight: "\u51CC\u6668",
277
+ noon: "\u4E2D\u5348",
278
+ morning: "\u65E9\u6668",
279
+ afternoon: "\u4E2D\u5348",
280
+ evening: "\u665A\u4E0A",
281
+ night: "\u591C\u9593"
282
+ },
283
+ wide: {
284
+ am: "\u4E0A\u5348",
285
+ pm: "\u4E0B\u5348",
286
+ midnight: "\u51CC\u6668",
287
+ noon: "\u4E2D\u5348",
288
+ morning: "\u65E9\u6668",
289
+ afternoon: "\u4E2D\u5348",
290
+ evening: "\u665A\u4E0A",
291
+ night: "\u591C\u9593"
292
+ }
293
+ };
294
+ var ordinalNumber = function ordinalNumber(dirtyNumber, options) {
295
+ var number = Number(dirtyNumber);
296
+ switch (options === null || options === void 0 ? void 0 : options.unit) {
297
+ case "date":
298
+ return number + "\u65E5";
299
+ case "hour":
300
+ return number + "\u6642";
301
+ case "minute":
302
+ return number + "\u5206";
303
+ case "second":
304
+ return number + "\u79D2";
305
+ default:
306
+ return "\u7B2C " + number;
307
+ }
308
+ };
309
+ var localize = {
310
+ ordinalNumber: ordinalNumber,
311
+ era: buildLocalizeFn({
312
+ values: eraValues,
313
+ defaultWidth: "wide"
314
+ }),
315
+ quarter: buildLocalizeFn({
316
+ values: quarterValues,
317
+ defaultWidth: "wide",
318
+ argumentCallback: function argumentCallback(quarter) {return quarter - 1;}
319
+ }),
320
+ month: buildLocalizeFn({
321
+ values: monthValues,
322
+ defaultWidth: "wide"
323
+ }),
324
+ day: buildLocalizeFn({
325
+ values: dayValues,
326
+ defaultWidth: "wide"
327
+ }),
328
+ dayPeriod: buildLocalizeFn({
329
+ values: dayPeriodValues,
330
+ defaultWidth: "wide",
331
+ formattingValues: formattingDayPeriodValues,
332
+ defaultFormattingWidth: "wide"
333
+ })
334
+ };
335
+
336
+ // lib/locale/_lib/buildMatchFn.mjs
337
+ function buildMatchFn(args) {
338
+ return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
339
+ var width = options.width;
340
+ var matchPattern = width && args.matchPatterns[width] || args.matchPatterns[args.defaultMatchWidth];
341
+ var matchResult = string.match(matchPattern);
342
+ if (!matchResult) {
343
+ return null;
344
+ }
345
+ var matchedString = matchResult[0];
346
+ var parsePatterns = width && args.parsePatterns[width] || args.parsePatterns[args.defaultParseWidth];
347
+ var key = Array.isArray(parsePatterns) ? findIndex(parsePatterns, function (pattern) {return pattern.test(matchedString);}) : findKey(parsePatterns, function (pattern) {return pattern.test(matchedString);});
348
+ var value;
349
+ value = args.valueCallback ? args.valueCallback(key) : key;
350
+ value = options.valueCallback ? options.valueCallback(value) : value;
351
+ var rest = string.slice(matchedString.length);
352
+ return { value: value, rest: rest };
353
+ };
354
+ }
355
+ var findKey = function findKey(object, predicate) {
356
+ for (var key in object) {
357
+ if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {
358
+ return key;
359
+ }
360
+ }
361
+ return;
362
+ };
363
+ var findIndex = function findIndex(array, predicate) {
364
+ for (var key = 0; key < array.length; key++) {
365
+ if (predicate(array[key])) {
366
+ return key;
367
+ }
368
+ }
369
+ return;
370
+ };
371
+
372
+ // lib/locale/_lib/buildMatchPatternFn.mjs
373
+ function buildMatchPatternFn(args) {
374
+ return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
375
+ var matchResult = string.match(args.matchPattern);
376
+ if (!matchResult)
377
+ return null;
378
+ var matchedString = matchResult[0];
379
+ var parseResult = string.match(args.parsePattern);
380
+ if (!parseResult)
381
+ return null;
382
+ var value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];
383
+ value = options.valueCallback ? options.valueCallback(value) : value;
384
+ var rest = string.slice(matchedString.length);
385
+ return { value: value, rest: rest };
386
+ };
387
+ }
388
+
389
+ // lib/locale/zh-TW/_lib/match.mjs
390
+ var matchOrdinalNumberPattern = /^(第\s*)?\d+(日|時|分|秒)?/i;
391
+ var parseOrdinalNumberPattern = /\d+/i;
392
+ var matchEraPatterns = {
393
+ narrow: /^(前)/i,
394
+ abbreviated: /^(前)/i,
395
+ wide: /^(公元前|公元)/i
396
+ };
397
+ var parseEraPatterns = {
398
+ any: [/^(前)/i, /^(公元)/i]
399
+ };
400
+ var matchQuarterPatterns = {
401
+ narrow: /^[1234]/i,
402
+ abbreviated: /^第[一二三四]刻/i,
403
+ wide: /^第[一二三四]刻鐘/i
404
+ };
405
+ var parseQuarterPatterns = {
406
+ any: [/(1|一)/i, /(2|二)/i, /(3|三)/i, /(4|四)/i]
407
+ };
408
+ var matchMonthPatterns = {
409
+ narrow: /^(一|二|三|四|五|六|七|八|九|十[二一])/i,
410
+ abbreviated: /^(一|二|三|四|五|六|七|八|九|十[二一]|\d|1[12])月/i,
411
+ wide: /^(一|二|三|四|五|六|七|八|九|十[二一])月/i
412
+ };
413
+ var parseMonthPatterns = {
414
+ narrow: [
415
+ /^一/i,
416
+ /^二/i,
417
+ /^三/i,
418
+ /^四/i,
419
+ /^五/i,
420
+ /^六/i,
421
+ /^七/i,
422
+ /^八/i,
423
+ /^九/i,
424
+ /^十(?!(一|二))/i,
425
+ /^十一/i,
426
+ /^十二/i],
427
+
428
+ any: [
429
+ /^一|1/i,
430
+ /^二|2/i,
431
+ /^三|3/i,
432
+ /^四|4/i,
433
+ /^五|5/i,
434
+ /^六|6/i,
435
+ /^七|7/i,
436
+ /^八|8/i,
437
+ /^九|9/i,
438
+ /^十(?!(一|二))|10/i,
439
+ /^十一|11/i,
440
+ /^十二|12/i]
441
+
442
+ };
443
+ var matchDayPatterns = {
444
+ narrow: /^[一二三四五六日]/i,
445
+ short: /^[一二三四五六日]/i,
446
+ abbreviated: /^週[一二三四五六日]/i,
447
+ wide: /^星期[一二三四五六日]/i
448
+ };
449
+ var parseDayPatterns = {
450
+ any: [/日/i, /一/i, /二/i, /三/i, /四/i, /五/i, /六/i]
451
+ };
452
+ var matchDayPeriodPatterns = {
453
+ any: /^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨)/i
454
+ };
455
+ var parseDayPeriodPatterns = {
456
+ any: {
457
+ am: /^上午?/i,
458
+ pm: /^下午?/i,
459
+ midnight: /^午夜/i,
460
+ noon: /^[中正]午/i,
461
+ morning: /^早上/i,
462
+ afternoon: /^下午/i,
463
+ evening: /^晚上?/i,
464
+ night: /^凌晨/i
465
+ }
466
+ };
467
+ var match = {
468
+ ordinalNumber: buildMatchPatternFn({
469
+ matchPattern: matchOrdinalNumberPattern,
470
+ parsePattern: parseOrdinalNumberPattern,
471
+ valueCallback: function valueCallback(value) {return parseInt(value, 10);}
472
+ }),
473
+ era: buildMatchFn({
474
+ matchPatterns: matchEraPatterns,
475
+ defaultMatchWidth: "wide",
476
+ parsePatterns: parseEraPatterns,
477
+ defaultParseWidth: "any"
478
+ }),
479
+ quarter: buildMatchFn({
480
+ matchPatterns: matchQuarterPatterns,
481
+ defaultMatchWidth: "wide",
482
+ parsePatterns: parseQuarterPatterns,
483
+ defaultParseWidth: "any",
484
+ valueCallback: function valueCallback(index) {return index + 1;}
485
+ }),
486
+ month: buildMatchFn({
487
+ matchPatterns: matchMonthPatterns,
488
+ defaultMatchWidth: "wide",
489
+ parsePatterns: parseMonthPatterns,
490
+ defaultParseWidth: "any"
491
+ }),
492
+ day: buildMatchFn({
493
+ matchPatterns: matchDayPatterns,
494
+ defaultMatchWidth: "wide",
495
+ parsePatterns: parseDayPatterns,
496
+ defaultParseWidth: "any"
497
+ }),
498
+ dayPeriod: buildMatchFn({
499
+ matchPatterns: matchDayPeriodPatterns,
500
+ defaultMatchWidth: "any",
501
+ parsePatterns: parseDayPeriodPatterns,
502
+ defaultParseWidth: "any"
503
+ })
504
+ };
505
+
506
+ // lib/locale/zh-TW.mjs
507
+ var zhTW = {
508
+ code: "zh-TW",
509
+ formatDistance: formatDistance,
510
+ formatLong: formatLong,
511
+ formatRelative: formatRelative,
512
+ localize: localize,
513
+ match: match,
514
+ options: {
515
+ weekStartsOn: 1,
516
+ firstWeekContainsDate: 4
517
+ }
518
+ };
519
+
520
+ // lib/locale/zh-TW/cdn.js
521
+ window.dateFns = _objectSpread(_objectSpread({},
522
+ window.dateFns), {}, {
523
+ locale: _objectSpread(_objectSpread({}, (_window$dateFns =
524
+ window.dateFns) === null || _window$dateFns === void 0 ? void 0 : _window$dateFns.locale), {}, {
525
+ zhTW: zhTW }) });
526
+
527
+
528
+
529
+ //# debugId=5F7363EDD023C8F264756e2164756e21
530
+ })();
531
+
532
+ //# sourceMappingURL=cdn.js.map
workers1/auto3d/node_modules/date-fns/locale/zh-TW/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","xHours","aboutXHours","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","formatRelative","_date","_baseDate","_options","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","unit","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","zhTW","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/zh-TW/_lib/formatDistance.mjs\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"\\u5C11\\u65BC 1 \\u79D2\",\n other: \"\\u5C11\\u65BC {{count}} \\u79D2\"\n },\n xSeconds: {\n one: \"1 \\u79D2\",\n other: \"{{count}} \\u79D2\"\n },\n halfAMinute: \"\\u534A\\u5206\\u9418\",\n lessThanXMinutes: {\n one: \"\\u5C11\\u65BC 1 \\u5206\\u9418\",\n other: \"\\u5C11\\u65BC {{count}} \\u5206\\u9418\"\n },\n xMinutes: {\n one: \"1 \\u5206\\u9418\",\n other: \"{{count}} \\u5206\\u9418\"\n },\n xHours: {\n one: \"1 \\u5C0F\\u6642\",\n other: \"{{count}} \\u5C0F\\u6642\"\n },\n aboutXHours: {\n one: \"\\u5927\\u7D04 1 \\u5C0F\\u6642\",\n other: \"\\u5927\\u7D04 {{count}} \\u5C0F\\u6642\"\n },\n xDays: {\n one: \"1 \\u5929\",\n other: \"{{count}} \\u5929\"\n },\n aboutXWeeks: {\n one: \"\\u5927\\u7D04 1 \\u500B\\u661F\\u671F\",\n other: \"\\u5927\\u7D04 {{count}} \\u500B\\u661F\\u671F\"\n },\n xWeeks: {\n one: \"1 \\u500B\\u661F\\u671F\",\n other: \"{{count}} \\u500B\\u661F\\u671F\"\n },\n aboutXMonths: {\n one: \"\\u5927\\u7D04 1 \\u500B\\u6708\",\n other: \"\\u5927\\u7D04 {{count}} \\u500B\\u6708\"\n },\n xMonths: {\n one: \"1 \\u500B\\u6708\",\n other: \"{{count}} \\u500B\\u6708\"\n },\n aboutXYears: {\n one: \"\\u5927\\u7D04 1 \\u5E74\",\n other: \"\\u5927\\u7D04 {{count}} \\u5E74\"\n },\n xYears: {\n one: \"1 \\u5E74\",\n other: \"{{count}} \\u5E74\"\n },\n overXYears: {\n one: \"\\u8D85\\u904E 1 \\u5E74\",\n other: \"\\u8D85\\u904E {{count}} \\u5E74\"\n },\n almostXYears: {\n one: \"\\u5C07\\u8FD1 1 \\u5E74\",\n other: \"\\u5C07\\u8FD1 {{count}} \\u5E74\"\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 result + \"\\u5167\";\n } else {\n return result + \"\\u524D\";\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/zh-TW/_lib/formatLong.mjs\nvar dateFormats = {\n full: \"y'\\u5E74'M'\\u6708'd'\\u65E5' EEEE\",\n long: \"y'\\u5E74'M'\\u6708'd'\\u65E5'\",\n medium: \"yyyy-MM-dd\",\n short: \"yy-MM-dd\"\n};\nvar timeFormats = {\n full: \"zzzz a h:mm:ss\",\n long: \"z a h:mm:ss\",\n medium: \"a h:mm:ss\",\n short: \"a h:mm\"\n};\nvar dateTimeFormats = {\n full: \"{{date}} {{time}}\",\n long: \"{{date}} {{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/zh-TW/_lib/formatRelative.mjs\nvar formatRelativeLocale = {\n lastWeek: \"'\\u4E0A\\u500B'eeee p\",\n yesterday: \"'\\u6628\\u5929' p\",\n today: \"'\\u4ECA\\u5929' p\",\n tomorrow: \"'\\u660E\\u5929' p\",\n nextWeek: \"'\\u4E0B\\u500B'eeee p\",\n other: \"P\"\n};\nvar formatRelative = (token, _date, _baseDate, _options) => formatRelativeLocale[token];\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/zh-TW/_lib/localize.mjs\nvar eraValues = {\n narrow: [\"\\u524D\", \"\\u516C\\u5143\"],\n abbreviated: [\"\\u524D\", \"\\u516C\\u5143\"],\n wide: [\"\\u516C\\u5143\\u524D\", \"\\u516C\\u5143\"]\n};\nvar quarterValues = {\n narrow: [\"1\", \"2\", \"3\", \"4\"],\n abbreviated: [\"\\u7B2C\\u4E00\\u523B\", \"\\u7B2C\\u4E8C\\u523B\", \"\\u7B2C\\u4E09\\u523B\", \"\\u7B2C\\u56DB\\u523B\"],\n wide: [\"\\u7B2C\\u4E00\\u523B\\u9418\", \"\\u7B2C\\u4E8C\\u523B\\u9418\", \"\\u7B2C\\u4E09\\u523B\\u9418\", \"\\u7B2C\\u56DB\\u523B\\u9418\"]\n};\nvar monthValues = {\n narrow: [\n \"\\u4E00\",\n \"\\u4E8C\",\n \"\\u4E09\",\n \"\\u56DB\",\n \"\\u4E94\",\n \"\\u516D\",\n \"\\u4E03\",\n \"\\u516B\",\n \"\\u4E5D\",\n \"\\u5341\",\n \"\\u5341\\u4E00\",\n \"\\u5341\\u4E8C\"\n ],\n abbreviated: [\n \"1\\u6708\",\n \"2\\u6708\",\n \"3\\u6708\",\n \"4\\u6708\",\n \"5\\u6708\",\n \"6\\u6708\",\n \"7\\u6708\",\n \"8\\u6708\",\n \"9\\u6708\",\n \"10\\u6708\",\n \"11\\u6708\",\n \"12\\u6708\"\n ],\n wide: [\n \"\\u4E00\\u6708\",\n \"\\u4E8C\\u6708\",\n \"\\u4E09\\u6708\",\n \"\\u56DB\\u6708\",\n \"\\u4E94\\u6708\",\n \"\\u516D\\u6708\",\n \"\\u4E03\\u6708\",\n \"\\u516B\\u6708\",\n \"\\u4E5D\\u6708\",\n \"\\u5341\\u6708\",\n \"\\u5341\\u4E00\\u6708\",\n \"\\u5341\\u4E8C\\u6708\"\n ]\n};\nvar dayValues = {\n narrow: [\"\\u65E5\", \"\\u4E00\", \"\\u4E8C\", \"\\u4E09\", \"\\u56DB\", \"\\u4E94\", \"\\u516D\"],\n short: [\"\\u65E5\", \"\\u4E00\", \"\\u4E8C\", \"\\u4E09\", \"\\u56DB\", \"\\u4E94\", \"\\u516D\"],\n abbreviated: [\"\\u9031\\u65E5\", \"\\u9031\\u4E00\", \"\\u9031\\u4E8C\", \"\\u9031\\u4E09\", \"\\u9031\\u56DB\", \"\\u9031\\u4E94\", \"\\u9031\\u516D\"],\n wide: [\"\\u661F\\u671F\\u65E5\", \"\\u661F\\u671F\\u4E00\", \"\\u661F\\u671F\\u4E8C\", \"\\u661F\\u671F\\u4E09\", \"\\u661F\\u671F\\u56DB\", \"\\u661F\\u671F\\u4E94\", \"\\u661F\\u671F\\u516D\"]\n};\nvar dayPeriodValues = {\n narrow: {\n am: \"\\u4E0A\",\n pm: \"\\u4E0B\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u5348\",\n morning: \"\\u65E9\",\n afternoon: \"\\u4E0B\\u5348\",\n evening: \"\\u665A\",\n night: \"\\u591C\"\n },\n abbreviated: {\n am: \"\\u4E0A\\u5348\",\n pm: \"\\u4E0B\\u5348\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u4E2D\\u5348\",\n morning: \"\\u65E9\\u6668\",\n afternoon: \"\\u4E2D\\u5348\",\n evening: \"\\u665A\\u4E0A\",\n night: \"\\u591C\\u9593\"\n },\n wide: {\n am: \"\\u4E0A\\u5348\",\n pm: \"\\u4E0B\\u5348\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u4E2D\\u5348\",\n morning: \"\\u65E9\\u6668\",\n afternoon: \"\\u4E2D\\u5348\",\n evening: \"\\u665A\\u4E0A\",\n night: \"\\u591C\\u9593\"\n }\n};\nvar formattingDayPeriodValues = {\n narrow: {\n am: \"\\u4E0A\",\n pm: \"\\u4E0B\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u5348\",\n morning: \"\\u65E9\",\n afternoon: \"\\u4E0B\\u5348\",\n evening: \"\\u665A\",\n night: \"\\u591C\"\n },\n abbreviated: {\n am: \"\\u4E0A\\u5348\",\n pm: \"\\u4E0B\\u5348\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u4E2D\\u5348\",\n morning: \"\\u65E9\\u6668\",\n afternoon: \"\\u4E2D\\u5348\",\n evening: \"\\u665A\\u4E0A\",\n night: \"\\u591C\\u9593\"\n },\n wide: {\n am: \"\\u4E0A\\u5348\",\n pm: \"\\u4E0B\\u5348\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u4E2D\\u5348\",\n morning: \"\\u65E9\\u6668\",\n afternoon: \"\\u4E2D\\u5348\",\n evening: \"\\u665A\\u4E0A\",\n night: \"\\u591C\\u9593\"\n }\n};\nvar ordinalNumber = (dirtyNumber, options) => {\n const number = Number(dirtyNumber);\n switch (options?.unit) {\n case \"date\":\n return number + \"\\u65E5\";\n case \"hour\":\n return number + \"\\u6642\";\n case \"minute\":\n return number + \"\\u5206\";\n case \"second\":\n return number + \"\\u79D2\";\n default:\n return \"\\u7B2C \" + number;\n }\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/zh-TW/_lib/match.mjs\nvar matchOrdinalNumberPattern = /^(第\\s*)?\\d+(日|時|分|秒)?/i;\nvar parseOrdinalNumberPattern = /\\d+/i;\nvar matchEraPatterns = {\n narrow: /^(前)/i,\n abbreviated: /^(前)/i,\n wide: /^(公元前|公元)/i\n};\nvar parseEraPatterns = {\n any: [/^(前)/i, /^(公元)/i]\n};\nvar matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^第[一二三四]刻/i,\n wide: /^第[一二三四]刻鐘/i\n};\nvar parseQuarterPatterns = {\n any: [/(1|一)/i, /(2|二)/i, /(3|三)/i, /(4|四)/i]\n};\nvar matchMonthPatterns = {\n narrow: /^(一|二|三|四|五|六|七|八|九|十[二一])/i,\n abbreviated: /^(一|二|三|四|五|六|七|八|九|十[二一]|\\d|1[12])月/i,\n wide: /^(一|二|三|四|五|六|七|八|九|十[二一])月/i\n};\nvar parseMonthPatterns = {\n narrow: [\n /^一/i,\n /^二/i,\n /^三/i,\n /^四/i,\n /^五/i,\n /^六/i,\n /^七/i,\n /^八/i,\n /^九/i,\n /^十(?!(一|二))/i,\n /^十一/i,\n /^十二/i\n ],\n any: [\n /^一|1/i,\n /^二|2/i,\n /^三|3/i,\n /^四|4/i,\n /^五|5/i,\n /^六|6/i,\n /^七|7/i,\n /^八|8/i,\n /^九|9/i,\n /^十(?!(一|二))|10/i,\n /^十一|11/i,\n /^十二|12/i\n ]\n};\nvar matchDayPatterns = {\n narrow: /^[一二三四五六日]/i,\n short: /^[一二三四五六日]/i,\n abbreviated: /^週[一二三四五六日]/i,\n wide: /^星期[一二三四五六日]/i\n};\nvar parseDayPatterns = {\n any: [/日/i, /一/i, /二/i, /三/i, /四/i, /五/i, /六/i]\n};\nvar matchDayPeriodPatterns = {\n any: /^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨)/i\n};\nvar parseDayPeriodPatterns = {\n any: {\n am: /^上午?/i,\n pm: /^下午?/i,\n midnight: /^午夜/i,\n noon: /^[中正]午/i,\n morning: /^早上/i,\n afternoon: /^下午/i,\n evening: /^晚上?/i,\n night: /^凌晨/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/zh-TW.mjs\nvar zhTW = {\n code: \"zh-TW\",\n formatDistance,\n formatLong,\n formatRelative,\n localize,\n match,\n options: {\n weekStartsOn: 1,\n firstWeekContainsDate: 4\n }\n};\n\n// lib/locale/zh-TW/cdn.js\nwindow.dateFns = {\n ...window.dateFns,\n locale: {\n ...window.dateFns?.locale,\n zhTW\n }\n};\n\n//# debugId=5F7363EDD023C8F264756e2164756e21\n })();"],"mappings":"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","ignoreList":[]}
workers1/auto3d/node_modules/date-fns/locale/zh-TW/cdn.min.js ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ var A=function(J){return A=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(H){return typeof H}:function(H){return H&&typeof Symbol=="function"&&H.constructor===Symbol&&H!==Symbol.prototype?"symbol":typeof H},A(J)},W=function(J,H){var U=Object.keys(J);if(Object.getOwnPropertySymbols){var Z=Object.getOwnPropertySymbols(J);H&&(Z=Z.filter(function(x){return Object.getOwnPropertyDescriptor(J,x).enumerable})),U.push.apply(U,Z)}return U},N=function(J){for(var H=1;H<arguments.length;H++){var U=arguments[H]!=null?arguments[H]:{};H%2?W(Object(U),!0).forEach(function(Z){C6(J,Z,U[Z])}):Object.getOwnPropertyDescriptors?Object.defineProperties(J,Object.getOwnPropertyDescriptors(U)):W(Object(U)).forEach(function(Z){Object.defineProperty(J,Z,Object.getOwnPropertyDescriptor(U,Z))})}return J},C6=function(J,H,U){if(H=E6(H),H in J)Object.defineProperty(J,H,{value:U,enumerable:!0,configurable:!0,writable:!0});else J[H]=U;return J},E6=function(J){var H=B6(J,"string");return A(H)=="symbol"?H:String(H)},B6=function(J,H){if(A(J)!="object"||!J)return J;var U=J[Symbol.toPrimitive];if(U!==void 0){var Z=U.call(J,H||"default");if(A(Z)!="object")return Z;throw new TypeError("@@toPrimitive must return a primitive value.")}return(H==="string"?String:Number)(J)};(function(J){var H=Object.defineProperty,U=function C(G,E){for(var B in E)H(G,B,{get:E[B],enumerable:!0,configurable:!0,set:function X(Y){return E[B]=function(){return Y}}})},Z={lessThanXSeconds:{one:"\u5C11\u65BC 1 \u79D2",other:"\u5C11\u65BC {{count}} \u79D2"},xSeconds:{one:"1 \u79D2",other:"{{count}} \u79D2"},halfAMinute:"\u534A\u5206\u9418",lessThanXMinutes:{one:"\u5C11\u65BC 1 \u5206\u9418",other:"\u5C11\u65BC {{count}} \u5206\u9418"},xMinutes:{one:"1 \u5206\u9418",other:"{{count}} \u5206\u9418"},xHours:{one:"1 \u5C0F\u6642",other:"{{count}} \u5C0F\u6642"},aboutXHours:{one:"\u5927\u7D04 1 \u5C0F\u6642",other:"\u5927\u7D04 {{count}} \u5C0F\u6642"},xDays:{one:"1 \u5929",other:"{{count}} \u5929"},aboutXWeeks:{one:"\u5927\u7D04 1 \u500B\u661F\u671F",other:"\u5927\u7D04 {{count}} \u500B\u661F\u671F"},xWeeks:{one:"1 \u500B\u661F\u671F",other:"{{count}} \u500B\u661F\u671F"},aboutXMonths:{one:"\u5927\u7D04 1 \u500B\u6708",other:"\u5927\u7D04 {{count}} \u500B\u6708"},xMonths:{one:"1 \u500B\u6708",other:"{{count}} \u500B\u6708"},aboutXYears:{one:"\u5927\u7D04 1 \u5E74",other:"\u5927\u7D04 {{count}} \u5E74"},xYears:{one:"1 \u5E74",other:"{{count}} \u5E74"},overXYears:{one:"\u8D85\u904E 1 \u5E74",other:"\u8D85\u904E {{count}} \u5E74"},almostXYears:{one:"\u5C07\u8FD1 1 \u5E74",other:"\u5C07\u8FD1 {{count}} \u5E74"}},x=function C(G,E,B){var X,Y=Z[G];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 X+"\u5167";else return X+"\u524D";return X};function S(C){return function(){var G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},E=G.width?String(G.width):C.defaultWidth,B=C.formats[E]||C.formats[C.defaultWidth];return B}}var $={full:"y'\u5E74'M'\u6708'd'\u65E5' EEEE",long:"y'\u5E74'M'\u6708'd'\u65E5'",medium:"yyyy-MM-dd",short:"yy-MM-dd"},z={full:"zzzz a h:mm:ss",long:"z a h:mm:ss",medium:"a h:mm:ss",short:"a h:mm"},M={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},R={date:S({formats:$,defaultWidth:"full"}),time:S({formats:z,defaultWidth:"full"}),dateTime:S({formats:M,defaultWidth:"full"})},L={lastWeek:"'\u4E0A\u500B'eeee p",yesterday:"'\u6628\u5929' p",today:"'\u4ECA\u5929' p",tomorrow:"'\u660E\u5929' p",nextWeek:"'\u4E0B\u500B'eeee p",other:"P"},V=function C(G,E,B,X){return L[G]};function O(C){return function(G,E){var B=E!==null&&E!==void 0&&E.context?String(E.context):"standalone",X;if(B==="formatting"&&C.formattingValues){var Y=C.defaultFormattingWidth||C.defaultWidth,I=E!==null&&E!==void 0&&E.width?String(E.width):Y;X=C.formattingValues[I]||C.formattingValues[Y]}else{var Q=C.defaultWidth,K=E!==null&&E!==void 0&&E.width?String(E.width):C.defaultWidth;X=C.values[K]||C.values[Q]}var T=C.argumentCallback?C.argumentCallback(G):G;return X[T]}}var j={narrow:["\u524D","\u516C\u5143"],abbreviated:["\u524D","\u516C\u5143"],wide:["\u516C\u5143\u524D","\u516C\u5143"]},f={narrow:["1","2","3","4"],abbreviated:["\u7B2C\u4E00\u523B","\u7B2C\u4E8C\u523B","\u7B2C\u4E09\u523B","\u7B2C\u56DB\u523B"],wide:["\u7B2C\u4E00\u523B\u9418","\u7B2C\u4E8C\u523B\u9418","\u7B2C\u4E09\u523B\u9418","\u7B2C\u56DB\u523B\u9418"]},v={narrow:["\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D","\u4E03","\u516B","\u4E5D","\u5341","\u5341\u4E00","\u5341\u4E8C"],abbreviated:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],wide:["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"]},w={narrow:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],short:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],abbreviated:["\u9031\u65E5","\u9031\u4E00","\u9031\u4E8C","\u9031\u4E09","\u9031\u56DB","\u9031\u4E94","\u9031\u516D"],wide:["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"]},P={narrow:{am:"\u4E0A",pm:"\u4E0B",midnight:"\u51CC\u6668",noon:"\u5348",morning:"\u65E9",afternoon:"\u4E0B\u5348",evening:"\u665A",night:"\u591C"},abbreviated:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u9593"},wide:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u9593"}},_={narrow:{am:"\u4E0A",pm:"\u4E0B",midnight:"\u51CC\u6668",noon:"\u5348",morning:"\u65E9",afternoon:"\u4E0B\u5348",evening:"\u665A",night:"\u591C"},abbreviated:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u9593"},wide:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u9593"}},F=function C(G,E){var B=Number(G);switch(E===null||E===void 0?void 0:E.unit){case"date":return B+"\u65E5";case"hour":return B+"\u6642";case"minute":return B+"\u5206";case"second":return B+"\u79D2";default:return"\u7B2C "+B}},k={ordinalNumber:F,era:O({values:j,defaultWidth:"wide"}),quarter:O({values:f,defaultWidth:"wide",argumentCallback:function C(G){return G-1}}),month:O({values:v,defaultWidth:"wide"}),day:O({values:w,defaultWidth:"wide"}),dayPeriod:O({values:P,defaultWidth:"wide",formattingValues:_,defaultFormattingWidth:"wide"})};function q(C){return function(G){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},B=E.width,X=B&&C.matchPatterns[B]||C.matchPatterns[C.defaultMatchWidth],Y=G.match(X);if(!Y)return null;var I=Y[0],Q=B&&C.parsePatterns[B]||C.parsePatterns[C.defaultParseWidth],K=Array.isArray(Q)?h(Q,function(D){return D.test(I)}):b(Q,function(D){return D.test(I)}),T;T=C.valueCallback?C.valueCallback(K):K,T=E.valueCallback?E.valueCallback(T):T;var t=G.slice(I.length);return{value:T,rest:t}}}var b=function C(G,E){for(var B in G)if(Object.prototype.hasOwnProperty.call(G,B)&&E(G[B]))return B;return},h=function C(G,E){for(var B=0;B<G.length;B++)if(E(G[B]))return B;return};function m(C){return function(G){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},B=G.match(C.matchPattern);if(!B)return null;var X=B[0],Y=G.match(C.parsePattern);if(!Y)return null;var I=C.valueCallback?C.valueCallback(Y[0]):Y[0];I=E.valueCallback?E.valueCallback(I):I;var Q=G.slice(X.length);return{value:I,rest:Q}}}var y=/^(第\s*)?\d+(日|時|分|秒)?/i,c=/\d+/i,u={narrow:/^(前)/i,abbreviated:/^(前)/i,wide:/^(公元前|公元)/i},d={any:[/^(前)/i,/^(公元)/i]},g={narrow:/^[1234]/i,abbreviated:/^第[一二三四]刻/i,wide:/^第[一二三四]刻鐘/i},p={any:[/(1|一)/i,/(2|二)/i,/(3|三)/i,/(4|四)/i]},l={narrow:/^(一|二|三|四|五|六|七|八|九|十[二一])/i,abbreviated:/^(一|二|三|四|五|六|七|八|九|十[二一]|\d|1[12])月/i,wide:/^(一|二|三|四|五|六|七|八|九|十[二一])月/i},i={narrow:[/^一/i,/^二/i,/^三/i,/^四/i,/^五/i,/^六/i,/^七/i,/^八/i,/^九/i,/^十(?!(一|二))/i,/^十一/i,/^十二/i],any:[/^一|1/i,/^二|2/i,/^三|3/i,/^四|4/i,/^五|5/i,/^六|6/i,/^七|7/i,/^八|8/i,/^九|9/i,/^十(?!(一|二))|10/i,/^十一|11/i,/^十二|12/i]},n={narrow:/^[一二三四五六日]/i,short:/^[一二三四五六日]/i,abbreviated:/^週[一二三四五六日]/i,wide:/^星期[一二三四五六日]/i},s={any:[/日/i,/一/i,/二/i,/三/i,/四/i,/五/i,/六/i]},o={any:/^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨)/i},r={any:{am:/^上午?/i,pm:/^下午?/i,midnight:/^午夜/i,noon:/^[中正]午/i,morning:/^早上/i,afternoon:/^下午/i,evening:/^晚上?/i,night:/^凌晨/i}},e={ordinalNumber:m({matchPattern:y,parsePattern:c,valueCallback:function C(G){return parseInt(G,10)}}),era:q({matchPatterns:u,defaultMatchWidth:"wide",parsePatterns:d,defaultParseWidth:"any"}),quarter:q({matchPatterns:g,defaultMatchWidth:"wide",parsePatterns:p,defaultParseWidth:"any",valueCallback:function C(G){return G+1}}),month:q({matchPatterns:l,defaultMatchWidth:"wide",parsePatterns:i,defaultParseWidth:"any"}),day:q({matchPatterns:n,defaultMatchWidth:"wide",parsePatterns:s,defaultParseWidth:"any"}),dayPeriod:q({matchPatterns:o,defaultMatchWidth:"any",parsePatterns:r,defaultParseWidth:"any"})},a={code:"zh-TW",formatDistance:x,formatLong:R,formatRelative:V,localize:k,match:e,options:{weekStartsOn:1,firstWeekContainsDate:4}};window.dateFns=N(N({},window.dateFns),{},{locale:N(N({},(J=window.dateFns)===null||J===void 0?void 0:J.locale),{},{zhTW:a})})})();
2
+
3
+ //# debugId=AE066AB3FDE72DCE64756e2164756e21
workers1/auto3d/node_modules/date-fns/locale/zh-TW/cdn.min.js.map ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 3,
3
+ "sources": ["lib/locale/zh-TW/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/zh-TW/_lib/formatDistance.mjs\n var formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"\\u5C11\\u65BC 1 \\u79D2\",\n other: \"\\u5C11\\u65BC {{count}} \\u79D2\"\n },\n xSeconds: {\n one: \"1 \\u79D2\",\n other: \"{{count}} \\u79D2\"\n },\n halfAMinute: \"\\u534A\\u5206\\u9418\",\n lessThanXMinutes: {\n one: \"\\u5C11\\u65BC 1 \\u5206\\u9418\",\n other: \"\\u5C11\\u65BC {{count}} \\u5206\\u9418\"\n },\n xMinutes: {\n one: \"1 \\u5206\\u9418\",\n other: \"{{count}} \\u5206\\u9418\"\n },\n xHours: {\n one: \"1 \\u5C0F\\u6642\",\n other: \"{{count}} \\u5C0F\\u6642\"\n },\n aboutXHours: {\n one: \"\\u5927\\u7D04 1 \\u5C0F\\u6642\",\n other: \"\\u5927\\u7D04 {{count}} \\u5C0F\\u6642\"\n },\n xDays: {\n one: \"1 \\u5929\",\n other: \"{{count}} \\u5929\"\n },\n aboutXWeeks: {\n one: \"\\u5927\\u7D04 1 \\u500B\\u661F\\u671F\",\n other: \"\\u5927\\u7D04 {{count}} \\u500B\\u661F\\u671F\"\n },\n xWeeks: {\n one: \"1 \\u500B\\u661F\\u671F\",\n other: \"{{count}} \\u500B\\u661F\\u671F\"\n },\n aboutXMonths: {\n one: \"\\u5927\\u7D04 1 \\u500B\\u6708\",\n other: \"\\u5927\\u7D04 {{count}} \\u500B\\u6708\"\n },\n xMonths: {\n one: \"1 \\u500B\\u6708\",\n other: \"{{count}} \\u500B\\u6708\"\n },\n aboutXYears: {\n one: \"\\u5927\\u7D04 1 \\u5E74\",\n other: \"\\u5927\\u7D04 {{count}} \\u5E74\"\n },\n xYears: {\n one: \"1 \\u5E74\",\n other: \"{{count}} \\u5E74\"\n },\n overXYears: {\n one: \"\\u8D85\\u904E 1 \\u5E74\",\n other: \"\\u8D85\\u904E {{count}} \\u5E74\"\n },\n almostXYears: {\n one: \"\\u5C07\\u8FD1 1 \\u5E74\",\n other: \"\\u5C07\\u8FD1 {{count}} \\u5E74\"\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 result + \"\\u5167\";\n } else {\n return result + \"\\u524D\";\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/zh-TW/_lib/formatLong.mjs\n var dateFormats = {\n full: \"y'\\u5E74'M'\\u6708'd'\\u65E5' EEEE\",\n long: \"y'\\u5E74'M'\\u6708'd'\\u65E5'\",\n medium: \"yyyy-MM-dd\",\n short: \"yy-MM-dd\"\n };\n var timeFormats = {\n full: \"zzzz a h:mm:ss\",\n long: \"z a h:mm:ss\",\n medium: \"a h:mm:ss\",\n short: \"a h:mm\"\n };\n var dateTimeFormats = {\n full: \"{{date}} {{time}}\",\n long: \"{{date}} {{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/zh-TW/_lib/formatRelative.mjs\n var formatRelativeLocale = {\n lastWeek: \"'\\u4E0A\\u500B'eeee p\",\n yesterday: \"'\\u6628\\u5929' p\",\n today: \"'\\u4ECA\\u5929' p\",\n tomorrow: \"'\\u660E\\u5929' p\",\n nextWeek: \"'\\u4E0B\\u500B'eeee p\",\n other: \"P\"\n };\n var formatRelative = function formatRelative(token, _date, _baseDate, _options) {return formatRelativeLocale[token];};\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/zh-TW/_lib/localize.mjs\n var eraValues = {\n narrow: [\"\\u524D\", \"\\u516C\\u5143\"],\n abbreviated: [\"\\u524D\", \"\\u516C\\u5143\"],\n wide: [\"\\u516C\\u5143\\u524D\", \"\\u516C\\u5143\"]\n };\n var quarterValues = {\n narrow: [\"1\", \"2\", \"3\", \"4\"],\n abbreviated: [\"\\u7B2C\\u4E00\\u523B\", \"\\u7B2C\\u4E8C\\u523B\", \"\\u7B2C\\u4E09\\u523B\", \"\\u7B2C\\u56DB\\u523B\"],\n wide: [\"\\u7B2C\\u4E00\\u523B\\u9418\", \"\\u7B2C\\u4E8C\\u523B\\u9418\", \"\\u7B2C\\u4E09\\u523B\\u9418\", \"\\u7B2C\\u56DB\\u523B\\u9418\"]\n };\n var monthValues = {\n narrow: [\n \"\\u4E00\",\n \"\\u4E8C\",\n \"\\u4E09\",\n \"\\u56DB\",\n \"\\u4E94\",\n \"\\u516D\",\n \"\\u4E03\",\n \"\\u516B\",\n \"\\u4E5D\",\n \"\\u5341\",\n \"\\u5341\\u4E00\",\n \"\\u5341\\u4E8C\"],\n\n abbreviated: [\n \"1\\u6708\",\n \"2\\u6708\",\n \"3\\u6708\",\n \"4\\u6708\",\n \"5\\u6708\",\n \"6\\u6708\",\n \"7\\u6708\",\n \"8\\u6708\",\n \"9\\u6708\",\n \"10\\u6708\",\n \"11\\u6708\",\n \"12\\u6708\"],\n\n wide: [\n \"\\u4E00\\u6708\",\n \"\\u4E8C\\u6708\",\n \"\\u4E09\\u6708\",\n \"\\u56DB\\u6708\",\n \"\\u4E94\\u6708\",\n \"\\u516D\\u6708\",\n \"\\u4E03\\u6708\",\n \"\\u516B\\u6708\",\n \"\\u4E5D\\u6708\",\n \"\\u5341\\u6708\",\n \"\\u5341\\u4E00\\u6708\",\n \"\\u5341\\u4E8C\\u6708\"]\n\n };\n var dayValues = {\n narrow: [\"\\u65E5\", \"\\u4E00\", \"\\u4E8C\", \"\\u4E09\", \"\\u56DB\", \"\\u4E94\", \"\\u516D\"],\n short: [\"\\u65E5\", \"\\u4E00\", \"\\u4E8C\", \"\\u4E09\", \"\\u56DB\", \"\\u4E94\", \"\\u516D\"],\n abbreviated: [\"\\u9031\\u65E5\", \"\\u9031\\u4E00\", \"\\u9031\\u4E8C\", \"\\u9031\\u4E09\", \"\\u9031\\u56DB\", \"\\u9031\\u4E94\", \"\\u9031\\u516D\"],\n wide: [\"\\u661F\\u671F\\u65E5\", \"\\u661F\\u671F\\u4E00\", \"\\u661F\\u671F\\u4E8C\", \"\\u661F\\u671F\\u4E09\", \"\\u661F\\u671F\\u56DB\", \"\\u661F\\u671F\\u4E94\", \"\\u661F\\u671F\\u516D\"]\n };\n var dayPeriodValues = {\n narrow: {\n am: \"\\u4E0A\",\n pm: \"\\u4E0B\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u5348\",\n morning: \"\\u65E9\",\n afternoon: \"\\u4E0B\\u5348\",\n evening: \"\\u665A\",\n night: \"\\u591C\"\n },\n abbreviated: {\n am: \"\\u4E0A\\u5348\",\n pm: \"\\u4E0B\\u5348\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u4E2D\\u5348\",\n morning: \"\\u65E9\\u6668\",\n afternoon: \"\\u4E2D\\u5348\",\n evening: \"\\u665A\\u4E0A\",\n night: \"\\u591C\\u9593\"\n },\n wide: {\n am: \"\\u4E0A\\u5348\",\n pm: \"\\u4E0B\\u5348\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u4E2D\\u5348\",\n morning: \"\\u65E9\\u6668\",\n afternoon: \"\\u4E2D\\u5348\",\n evening: \"\\u665A\\u4E0A\",\n night: \"\\u591C\\u9593\"\n }\n };\n var formattingDayPeriodValues = {\n narrow: {\n am: \"\\u4E0A\",\n pm: \"\\u4E0B\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u5348\",\n morning: \"\\u65E9\",\n afternoon: \"\\u4E0B\\u5348\",\n evening: \"\\u665A\",\n night: \"\\u591C\"\n },\n abbreviated: {\n am: \"\\u4E0A\\u5348\",\n pm: \"\\u4E0B\\u5348\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u4E2D\\u5348\",\n morning: \"\\u65E9\\u6668\",\n afternoon: \"\\u4E2D\\u5348\",\n evening: \"\\u665A\\u4E0A\",\n night: \"\\u591C\\u9593\"\n },\n wide: {\n am: \"\\u4E0A\\u5348\",\n pm: \"\\u4E0B\\u5348\",\n midnight: \"\\u51CC\\u6668\",\n noon: \"\\u4E2D\\u5348\",\n morning: \"\\u65E9\\u6668\",\n afternoon: \"\\u4E2D\\u5348\",\n evening: \"\\u665A\\u4E0A\",\n night: \"\\u591C\\u9593\"\n }\n };\n var ordinalNumber = function ordinalNumber(dirtyNumber, options) {\n var number = Number(dirtyNumber);\n switch (options === null || options === void 0 ? void 0 : options.unit) {\n case \"date\":\n return number + \"\\u65E5\";\n case \"hour\":\n return number + \"\\u6642\";\n case \"minute\":\n return number + \"\\u5206\";\n case \"second\":\n return number + \"\\u79D2\";\n default:\n return \"\\u7B2C \" + number;\n }\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/zh-TW/_lib/match.mjs\n var matchOrdinalNumberPattern = /^(第\\s*)?\\d+(日|時|分|秒)?/i;\n var parseOrdinalNumberPattern = /\\d+/i;\n var matchEraPatterns = {\n narrow: /^(前)/i,\n abbreviated: /^(前)/i,\n wide: /^(公元前|公元)/i\n };\n var parseEraPatterns = {\n any: [/^(前)/i, /^(公元)/i]\n };\n var matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^第[一二三四]刻/i,\n wide: /^第[一二三四]刻鐘/i\n };\n var parseQuarterPatterns = {\n any: [/(1|一)/i, /(2|二)/i, /(3|三)/i, /(4|四)/i]\n };\n var matchMonthPatterns = {\n narrow: /^(一|二|三|四|五|六|七|八|九|十[二一])/i,\n abbreviated: /^(一|二|三|四|五|六|七|八|九|十[���一]|\\d|1[12])月/i,\n wide: /^(一|二|三|四|五|六|七|八|九|十[二一])月/i\n };\n var parseMonthPatterns = {\n narrow: [\n /^一/i,\n /^二/i,\n /^三/i,\n /^四/i,\n /^五/i,\n /^六/i,\n /^七/i,\n /^八/i,\n /^九/i,\n /^十(?!(一|二))/i,\n /^十一/i,\n /^十二/i],\n\n any: [\n /^一|1/i,\n /^二|2/i,\n /^三|3/i,\n /^四|4/i,\n /^五|5/i,\n /^六|6/i,\n /^七|7/i,\n /^八|8/i,\n /^九|9/i,\n /^十(?!(一|二))|10/i,\n /^十一|11/i,\n /^十二|12/i]\n\n };\n var matchDayPatterns = {\n narrow: /^[一二三四五六日]/i,\n short: /^[一二三四五六日]/i,\n abbreviated: /^週[一二三四五六日]/i,\n wide: /^星期[一二三四五六日]/i\n };\n var parseDayPatterns = {\n any: [/日/i, /一/i, /二/i, /三/i, /四/i, /五/i, /六/i]\n };\n var matchDayPeriodPatterns = {\n any: /^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨)/i\n };\n var parseDayPeriodPatterns = {\n any: {\n am: /^上午?/i,\n pm: /^下午?/i,\n midnight: /^午夜/i,\n noon: /^[中正]午/i,\n morning: /^早上/i,\n afternoon: /^下午/i,\n evening: /^晚上?/i,\n night: /^凌晨/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/zh-TW.mjs\n var zhTW = {\n code: \"zh-TW\",\n formatDistance: formatDistance,\n formatLong: formatLong,\n formatRelative: formatRelative,\n localize: localize,\n match: match,\n options: {\n weekStartsOn: 1,\n firstWeekContainsDate: 4\n }\n };\n\n // lib/locale/zh-TW/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 zhTW: zhTW }) });\n\n\n\n //# debugId=5F7363EDD023C8F264756e2164756e21\n})();\n\n//# sourceMappingURL=cdn.js.map"
6
+ ],
7
+ "mappings": "AAAA,IAAS,UAAO,CAAC,EAAG,CAA2B,OAAO,SAA+B,QAArB,mBAAkD,OAAO,UAA1B,iBAA8C,CAAC,EAAG,CAAC,cAAc,WAAe,CAAC,EAAG,CAAC,OAAO,UAA0B,QAArB,YAA+B,EAAE,cAAgB,QAAU,IAAM,OAAO,UAAY,gBAAkB,GAAK,EAAQ,CAAC,GAAY,UAAO,CAAC,EAAG,EAAG,CAAC,IAAI,EAAI,OAAO,KAAK,CAAC,EAAE,GAAI,OAAO,sBAAuB,CAAC,IAAI,EAAI,OAAO,sBAAsB,CAAC,EAAE,IAAM,EAAI,EAAE,eAAgB,CAAC,EAAG,CAAC,OAAO,OAAO,yBAAyB,EAAG,CAAC,EAAE,WAAY,GAAI,EAAE,KAAK,MAAM,EAAG,CAAC,EAAG,OAAO,GAAY,UAAa,CAAC,EAAG,CAAC,QAAS,EAAI,EAAG,EAAI,UAAU,OAAQ,IAAK,CAAC,IAAI,EAAY,UAAU,IAAlB,KAAuB,UAAU,GAAK,CAAC,EAAE,EAAI,EAAI,EAAQ,OAAO,CAAC,EAAG,EAAE,EAAE,gBAAiB,CAAC,EAAG,CAAC,GAAgB,EAAG,EAAG,EAAE,EAAE,EAAG,EAAI,OAAO,0BAA4B,OAAO,iBAAiB,EAAG,OAAO,0BAA0B,CAAC,CAAC,EAAI,EAAQ,OAAO,CAAC,CAAC,EAAE,gBAAiB,CAAC,EAAG,CAAC,OAAO,eAAe,EAAG,EAAG,OAAO,yBAAyB,EAAG,CAAC,CAAC,EAAG,EAAG,OAAO,GAAY,WAAe,CAAC,EAAK,EAAK,EAAO,CAA2B,GAA1B,EAAM,GAAe,CAAG,EAAM,KAAO,EAAM,OAAO,eAAe,EAAK,EAAK,CAAE,MAAO,EAAO,WAAY,GAAM,aAAc,GAAM,SAAU,EAAK,CAAC,MAAU,GAAI,GAAO,EAAO,OAAO,GAAc,WAAc,CAAC,EAAG,CAAC,IAAI,EAAI,GAAa,EAAG,QAAQ,EAAE,OAAmB,EAAQ,CAAC,GAArB,SAAyB,EAAI,OAAO,CAAC,GAAY,WAAY,CAAC,EAAG,EAAG,CAAC,GAAgB,EAAQ,CAAC,GAArB,WAA2B,EAAG,OAAO,EAAE,IAAI,EAAI,EAAE,OAAO,aAAa,GAAe,IAAN,OAAS,CAAC,IAAI,EAAI,EAAE,KAAK,EAAG,GAAK,SAAS,EAAE,GAAgB,EAAQ,CAAC,GAArB,SAAwB,OAAO,EAAE,MAAM,IAAI,UAAU,8CAA8C,EAAG,OAAqB,IAAb,SAAiB,OAAS,QAAQ,CAAC,GAAG,SAAU,CAAC,EAAiB,CAAC,IAAI,EAAY,OAAO,eAC5oD,WAAoB,CAAQ,CAAC,EAAQ,EAAK,CAC5C,QAAS,KAAQ,EACjB,EAAU,EAAQ,EAAM,CACtB,IAAK,EAAI,GACT,WAAY,GACZ,aAAc,GACd,aAAc,CAAG,CAAC,EAAU,CAAC,OAAO,EAAI,WAAiB,EAAG,CAAC,OAAO,GACtE,CAAC,GAIC,EAAuB,CACzB,iBAAkB,CAChB,IAAK,wBACL,MAAO,+BACT,EACA,SAAU,CACR,IAAK,WACL,MAAO,kBACT,EACA,YAAa,qBACb,iBAAkB,CAChB,IAAK,8BACL,MAAO,qCACT,EACA,SAAU,CACR,IAAK,iBACL,MAAO,wBACT,EACA,OAAQ,CACN,IAAK,iBACL,MAAO,wBACT,EACA,YAAa,CACX,IAAK,8BACL,MAAO,qCACT,EACA,MAAO,CACL,IAAK,WACL,MAAO,kBACT,EACA,YAAa,CACX,IAAK,oCACL,MAAO,2CACT,EACA,OAAQ,CACN,IAAK,uBACL,MAAO,8BACT,EACA,aAAc,CACZ,IAAK,8BACL,MAAO,qCACT,EACA,QAAS,CACP,IAAK,iBACL,MAAO,wBACT,EACA,YAAa,CACX,IAAK,wBACL,MAAO,+BACT,EACA,OAAQ,CACN,IAAK,WACL,MAAO,kBACT,EACA,WAAY,CACV,IAAK,wBACL,MAAO,+BACT,EACA,aAAc,CACZ,IAAK,wBACL,MAAO,+BACT,CACF,EACI,WAA0B,CAAc,CAAC,EAAO,EAAO,EAAS,CAClE,IAAI,EACA,EAAa,EAAqB,GACtC,UAAW,IAAe,SACxB,EAAS,UACA,IAAU,EACnB,EAAS,EAAW,QAEpB,GAAS,EAAW,MAAM,QAAQ,YAAa,OAAO,CAAK,CAAC,EAE9D,GAAI,IAAY,MAAQ,IAAiB,QAAK,EAAQ,UACpD,GAAI,EAAQ,YAAc,EAAQ,WAAa,EAC7C,OAAO,EAAS,aAEhB,QAAO,EAAS,SAGpB,OAAO,GAIT,SAAS,CAAiB,CAAC,EAAM,CAC/B,eAAgB,EAAG,CAAC,IAAI,EAAU,UAAU,OAAS,GAAK,UAAU,KAAO,OAAY,UAAU,GAAK,CAAC,EACjG,EAAQ,EAAQ,MAAQ,OAAO,EAAQ,KAAK,EAAI,EAAK,aACrD,EAAS,EAAK,QAAQ,IAAU,EAAK,QAAQ,EAAK,cACtD,OAAO,GAKX,IAAI,EAAc,CAChB,KAAM,mCACN,KAAM,8BACN,OAAQ,aACR,MAAO,UACT,EACI,EAAc,CAChB,KAAM,iBACN,KAAM,cACN,OAAQ,YACR,MAAO,QACT,EACI,EAAkB,CACpB,KAAM,oBACN,KAAM,oBACN,OAAQ,oBACR,MAAO,mBACT,EACI,EAAa,CACf,KAAM,EAAkB,CACtB,QAAS,EACT,aAAc,MAChB,CAAC,EACD,KAAM,EAAkB,CACtB,QAAS,EACT,aAAc,MAChB,CAAC,EACD,SAAU,EAAkB,CAC1B,QAAS,EACT,aAAc,MAChB,CAAC,CACH,EAGI,EAAuB,CACzB,SAAU,uBACV,UAAW,mBACX,MAAO,mBACP,SAAU,mBACV,SAAU,uBACV,MAAO,GACT,EACI,WAA0B,CAAc,CAAC,EAAO,EAAO,EAAW,EAAU,CAAC,OAAO,EAAqB,IAG7G,SAAS,CAAe,CAAC,EAAM,CAC7B,eAAgB,CAAC,EAAO,EAAS,CAC/B,IAAI,EAAU,IAAY,MAAQ,IAAiB,QAAK,EAAQ,QAAU,OAAO,EAAQ,OAAO,EAAI,aAChG,EACJ,GAAI,IAAY,cAAgB,EAAK,iBAAkB,CACrD,IAAI,EAAe,EAAK,wBAA0B,EAAK,aACnD,EAAQ,IAAY,MAAQ,IAAiB,QAAK,EAAQ,MAAQ,OAAO,EAAQ,KAAK,EAAI,EAC9F,EAAc,EAAK,iBAAiB,IAAU,EAAK,iBAAiB,OAC/D,CACL,IAAI,EAAgB,EAAK,aACrB,EAAS,IAAY,MAAQ,IAAiB,QAAK,EAAQ,MAAQ,OAAO,EAAQ,KAAK,EAAI,EAAK,aACpG,EAAc,EAAK,OAAO,IAAW,EAAK,OAAO,GAEnD,IAAI,EAAQ,EAAK,iBAAmB,EAAK,iBAAiB,CAAK,EAAI,EACnE,OAAO,EAAY,IAKvB,IAAI,EAAY,CACd,OAAQ,CAAC,SAAU,cAAc,EACjC,YAAa,CAAC,SAAU,cAAc,EACtC,KAAM,CAAC,qBAAsB,cAAc,CAC7C,EACI,EAAgB,CAClB,OAAQ,CAAC,IAAK,IAAK,IAAK,GAAG,EAC3B,YAAa,CAAC,qBAAsB,qBAAsB,qBAAsB,oBAAoB,EACpG,KAAM,CAAC,2BAA4B,2BAA4B,2BAA4B,0BAA0B,CACvH,EACI,EAAc,CAChB,OAAQ,CACR,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,SACA,eACA,cAAc,EAEd,YAAa,CACb,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,WACA,WACA,UAAU,EAEV,KAAM,CACN,eACA,eACA,eACA,eACA,eACA,eACA,eACA,eACA,eACA,eACA,qBACA,oBAAoB,CAEtB,EACI,EAAY,CACd,OAAQ,CAAC,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAQ,EAC7E,MAAO,CAAC,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAQ,EAC5E,YAAa,CAAC,eAAgB,eAAgB,eAAgB,eAAgB,eAAgB,eAAgB,cAAc,EAC5H,KAAM,CAAC,qBAAsB,qBAAsB,qBAAsB,qBAAsB,qBAAsB,qBAAsB,oBAAoB,CACjK,EACI,EAAkB,CACpB,OAAQ,CACN,GAAI,SACJ,GAAI,SACJ,SAAU,eACV,KAAM,SACN,QAAS,SACT,UAAW,eACX,QAAS,SACT,MAAO,QACT,EACA,YAAa,CACX,GAAI,eACJ,GAAI,eACJ,SAAU,eACV,KAAM,eACN,QAAS,eACT,UAAW,eACX,QAAS,eACT,MAAO,cACT,EACA,KAAM,CACJ,GAAI,eACJ,GAAI,eACJ,SAAU,eACV,KAAM,eACN,QAAS,eACT,UAAW,eACX,QAAS,eACT,MAAO,cACT,CACF,EACI,EAA4B,CAC9B,OAAQ,CACN,GAAI,SACJ,GAAI,SACJ,SAAU,eACV,KAAM,SACN,QAAS,SACT,UAAW,eACX,QAAS,SACT,MAAO,QACT,EACA,YAAa,CACX,GAAI,eACJ,GAAI,eACJ,SAAU,eACV,KAAM,eACN,QAAS,eACT,UAAW,eACX,QAAS,eACT,MAAO,cACT,EACA,KAAM,CACJ,GAAI,eACJ,GAAI,eACJ,SAAU,eACV,KAAM,eACN,QAAS,eACT,UAAW,eACX,QAAS,eACT,MAAO,cACT,CACF,EACI,WAAyB,CAAa,CAAC,EAAa,EAAS,CAC/D,IAAI,EAAS,OAAO,CAAW,EAC/B,OAAQ,IAAY,MAAQ,IAAiB,OAAS,OAAI,EAAQ,UAC3D,OACH,OAAO,EAAS,aACb,OACH,OAAO,EAAS,aACb,SACH,OAAO,EAAS,aACb,SACH,OAAO,EAAS,iBAEhB,MAAO,UAAY,IAGrB,EAAW,CACb,cAAe,EACf,IAAK,EAAgB,CACnB,OAAQ,EACR,aAAc,MAChB,CAAC,EACD,QAAS,EAAgB,CACvB,OAAQ,EACR,aAAc,OACd,0BAA2B,CAAgB,CAAC,EAAS,CAAC,OAAO,EAAU,EACzE,CAAC,EACD,MAAO,EAAgB,CACrB,OAAQ,EACR,aAAc,MAChB,CAAC,EACD,IAAK,EAAgB,CACnB,OAAQ,EACR,aAAc,MAChB,CAAC,EACD,UAAW,EAAgB,CACzB,OAAQ,EACR,aAAc,OACd,iBAAkB,EAClB,uBAAwB,MAC1B,CAAC,CACH,EAGA,SAAS,CAAY,CAAC,EAAM,CAC1B,eAAgB,CAAC,EAAQ,CAAC,IAAI,EAAU,UAAU,OAAS,GAAK,UAAU,KAAO,OAAY,UAAU,GAAK,CAAC,EACvG,EAAQ,EAAQ,MAChB,EAAe,GAAS,EAAK,cAAc,IAAU,EAAK,cAAc,EAAK,mBAC7E,EAAc,EAAO,MAAM,CAAY,EAC3C,IAAK,EACH,OAAO,KAET,IAAI,EAAgB,EAAY,GAC5B,EAAgB,GAAS,EAAK,cAAc,IAAU,EAAK,cAAc,EAAK,mBAC9E,EAAM,MAAM,QAAQ,CAAa,EAAI,EAAU,UAAwB,CAAC,EAAS,CAAC,OAAO,EAAQ,KAAK,CAAa,EAAG,EAAI,EAAQ,UAAwB,CAAC,EAAS,CAAC,OAAO,EAAQ,KAAK,CAAa,EAAG,EACzM,EACJ,EAAQ,EAAK,cAAgB,EAAK,cAAc,CAAG,EAAI,EACvD,EAAQ,EAAQ,cAAgB,EAAQ,cAAc,CAAK,EAAI,EAC/D,IAAI,EAAO,EAAO,MAAM,EAAc,MAAM,EAC5C,MAAO,CAAE,MAAO,EAAO,KAAM,CAAK,GAGtC,IAAI,WAAmB,CAAO,CAAC,EAAQ,EAAW,CAChD,QAAS,KAAO,EACd,GAAI,OAAO,UAAU,eAAe,KAAK,EAAQ,CAAG,GAAK,EAAU,EAAO,EAAI,EAC5E,OAAO,EAGX,QAEE,WAAqB,CAAS,CAAC,EAAO,EAAW,CACnD,QAAS,EAAM,EAAG,EAAM,EAAM,OAAQ,IACpC,GAAI,EAAU,EAAM,EAAI,EACtB,OAAO,EAGX,QAIF,SAAS,CAAmB,CAAC,EAAM,CACjC,eAAgB,CAAC,EAAQ,CAAC,IAAI,EAAU,UAAU,OAAS,GAAK,UAAU,KAAO,OAAY,UAAU,GAAK,CAAC,EACvG,EAAc,EAAO,MAAM,EAAK,YAAY,EAChD,IAAK,EACL,OAAO,KACP,IAAI,EAAgB,EAAY,GAC5B,EAAc,EAAO,MAAM,EAAK,YAAY,EAChD,IAAK,EACL,OAAO,KACP,IAAI,EAAQ,EAAK,cAAgB,EAAK,cAAc,EAAY,EAAE,EAAI,EAAY,GAClF,EAAQ,EAAQ,cAAgB,EAAQ,cAAc,CAAK,EAAI,EAC/D,IAAI,EAAO,EAAO,MAAM,EAAc,MAAM,EAC5C,MAAO,CAAE,MAAO,EAAO,KAAM,CAAK,GAKtC,IAAI,EAA4B,yBAC5B,EAA4B,OAC5B,EAAmB,CACrB,OAAQ,QACR,YAAa,QACb,KAAM,YACR,EACI,EAAmB,CACrB,IAAK,CAAC,QAAQ,QAAQ,CACxB,EACI,EAAuB,CACzB,OAAQ,WACR,YAAa,aACb,KAAM,aACR,EACI,EAAuB,CACzB,IAAK,CAAC,SAAS,SAAU,SAAU,QAAQ,CAC7C,EACI,EAAqB,CACvB,OAAQ,8BACR,YAAa,wCACb,KAAM,8BACR,EACI,EAAqB,CACvB,OAAQ,CACR,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,eACA,OACA,MAAK,EAEL,IAAK,CACL,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,kBACA,UACA,SAAQ,CAEV,EACI,EAAmB,CACrB,OAAQ,cACR,MAAO,cACP,YAAa,eACb,KAAM,eACR,EACI,EAAmB,CACrB,IAAK,CAAC,KAAK,KAAM,KAAM,KAAM,KAAM,KAAM,IAAI,CAC/C,EACI,EAAyB,CAC3B,IAAK,oCACP,EACI,EAAyB,CAC3B,IAAK,CACH,GAAI,QACJ,GAAI,QACJ,SAAU,OACV,KAAM,UACN,QAAS,OACT,UAAW,OACX,QAAS,QACT,MAAO,MACT,CACF,EACI,EAAQ,CACV,cAAe,EAAoB,CACjC,aAAc,EACd,aAAc,EACd,uBAAwB,CAAa,CAAC,EAAO,CAAC,OAAO,SAAS,EAAO,EAAE,EACzE,CAAC,EACD,IAAK,EAAa,CAChB,cAAe,EACf,kBAAmB,OACnB,cAAe,EACf,kBAAmB,KACrB,CAAC,EACD,QAAS,EAAa,CACpB,cAAe,EACf,kBAAmB,OACnB,cAAe,EACf,kBAAmB,MACnB,uBAAwB,CAAa,CAAC,EAAO,CAAC,OAAO,EAAQ,EAC/D,CAAC,EACD,MAAO,EAAa,CAClB,cAAe,EACf,kBAAmB,OACnB,cAAe,EACf,kBAAmB,KACrB,CAAC,EACD,IAAK,EAAa,CAChB,cAAe,EACf,kBAAmB,OACnB,cAAe,EACf,kBAAmB,KACrB,CAAC,EACD,UAAW,EAAa,CACtB,cAAe,EACf,kBAAmB,MACnB,cAAe,EACf,kBAAmB,KACrB,CAAC,CACH,EAGI,EAAO,CACT,KAAM,QACN,eAAgB,EAChB,WAAY,EACZ,eAAgB,EAChB,SAAU,EACV,MAAO,EACP,QAAS,CACP,aAAc,EACd,sBAAuB,CACzB,CACF,EAGA,OAAO,QAAU,EAAc,EAAc,CAAC,EAC9C,OAAO,OAAO,EAAG,CAAC,EAAG,CACnB,OAAQ,EAAc,EAAc,CAAC,GAAI,EACzC,OAAO,WAAa,MAAQ,IAAyB,OAAS,OAAI,EAAgB,MAAM,EAAG,CAAC,EAAG,CAC7F,KAAM,CAAK,CAAC,CAAE,CAAC,IAKlB",
8
+ "debugId": "AE066AB3FDE72DCE64756e2164756e21",
9
+ "names": []
10
+ }
workers1/auto3d/node_modules/date-fns/max.d.mts ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @name max
3
+ * @category Common Helpers
4
+ * @summary Return the latest of the given dates.
5
+ *
6
+ * @description
7
+ * Return the latest of the given dates.
8
+ *
9
+ * @typeParam DateType - The `Date` type, the function operates on. Gets inferred from passed arguments. Allows to use extensions like [`UTCDate`](https://github.com/date-fns/utc).
10
+ *
11
+ * @param dates - The dates to compare
12
+ *
13
+ * @returns The latest of the dates
14
+ *
15
+ * @example
16
+ * // Which of these dates is the latest?
17
+ * const result = max([
18
+ * new Date(1989, 6, 10),
19
+ * new Date(1987, 1, 11),
20
+ * new Date(1995, 6, 2),
21
+ * new Date(1990, 0, 1)
22
+ * ])
23
+ * //=> Sun Jul 02 1995 00:00:00
24
+ */
25
+ export declare function max<DateType extends Date>(
26
+ dates: Array<DateType | number | string>,
27
+ ): DateType | Date;
workers1/auto3d/node_modules/date-fns/max.d.ts ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @name max
3
+ * @category Common Helpers
4
+ * @summary Return the latest of the given dates.
5
+ *
6
+ * @description
7
+ * Return the latest of the given dates.
8
+ *
9
+ * @typeParam DateType - The `Date` type, the function operates on. Gets inferred from passed arguments. Allows to use extensions like [`UTCDate`](https://github.com/date-fns/utc).
10
+ *
11
+ * @param dates - The dates to compare
12
+ *
13
+ * @returns The latest of the dates
14
+ *
15
+ * @example
16
+ * // Which of these dates is the latest?
17
+ * const result = max([
18
+ * new Date(1989, 6, 10),
19
+ * new Date(1987, 1, 11),
20
+ * new Date(1995, 6, 2),
21
+ * new Date(1990, 0, 1)
22
+ * ])
23
+ * //=> Sun Jul 02 1995 00:00:00
24
+ */
25
+ export declare function max<DateType extends Date>(
26
+ dates: Array<DateType | number | string>,
27
+ ): DateType | Date;
workers1/auto3d/node_modules/date-fns/max.js ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.max = max;
3
+ var _index = require("./toDate.js");
4
+
5
+ /**
6
+ * @name max
7
+ * @category Common Helpers
8
+ * @summary Return the latest of the given dates.
9
+ *
10
+ * @description
11
+ * Return the latest of the given dates.
12
+ *
13
+ * @typeParam DateType - The `Date` type, the function operates on. Gets inferred from passed arguments. Allows to use extensions like [`UTCDate`](https://github.com/date-fns/utc).
14
+ *
15
+ * @param dates - The dates to compare
16
+ *
17
+ * @returns The latest of the dates
18
+ *
19
+ * @example
20
+ * // Which of these dates is the latest?
21
+ * const result = max([
22
+ * new Date(1989, 6, 10),
23
+ * new Date(1987, 1, 11),
24
+ * new Date(1995, 6, 2),
25
+ * new Date(1990, 0, 1)
26
+ * ])
27
+ * //=> Sun Jul 02 1995 00:00:00
28
+ */
29
+ function max(dates) {
30
+ let result;
31
+ dates.forEach(function (dirtyDate) {
32
+ const currentDate = (0, _index.toDate)(dirtyDate);
33
+
34
+ if (
35
+ result === undefined ||
36
+ result < currentDate ||
37
+ isNaN(Number(currentDate))
38
+ ) {
39
+ result = currentDate;
40
+ }
41
+ });
42
+
43
+ return result || new Date(NaN);
44
+ }
workers1/auto3d/node_modules/date-fns/max.mjs ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { toDate } from "./toDate.mjs";
2
+
3
+ /**
4
+ * @name max
5
+ * @category Common Helpers
6
+ * @summary Return the latest of the given dates.
7
+ *
8
+ * @description
9
+ * Return the latest of the given dates.
10
+ *
11
+ * @typeParam DateType - The `Date` type, the function operates on. Gets inferred from passed arguments. Allows to use extensions like [`UTCDate`](https://github.com/date-fns/utc).
12
+ *
13
+ * @param dates - The dates to compare
14
+ *
15
+ * @returns The latest of the dates
16
+ *
17
+ * @example
18
+ * // Which of these dates is the latest?
19
+ * const result = max([
20
+ * new Date(1989, 6, 10),
21
+ * new Date(1987, 1, 11),
22
+ * new Date(1995, 6, 2),
23
+ * new Date(1990, 0, 1)
24
+ * ])
25
+ * //=> Sun Jul 02 1995 00:00:00
26
+ */
27
+ export function max(dates) {
28
+ let result;
29
+ dates.forEach(function (dirtyDate) {
30
+ const currentDate = toDate(dirtyDate);
31
+
32
+ if (
33
+ result === undefined ||
34
+ result < currentDate ||
35
+ isNaN(Number(currentDate))
36
+ ) {
37
+ result = currentDate;
38
+ }
39
+ });
40
+
41
+ return result || new Date(NaN);
42
+ }
43
+
44
+ // Fallback for modularized imports:
45
+ export default max;
workers1/auto3d/node_modules/date-fns/milliseconds.d.mts ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import type { Duration } from "./types.js";
2
+ /**
3
+ * @name milliseconds
4
+ * @category Millisecond Helpers
5
+ * @summary
6
+ * Returns the number of milliseconds in the specified, years, months, weeks, days, hours, minutes and seconds.
7
+ *
8
+ * @description
9
+ * Returns the number of milliseconds in the specified, years, months, weeks, days, hours, minutes and seconds.
10
+ *
11
+ * One years equals 365.2425 days according to the formula:
12
+ *
13
+ * > Leap year occures every 4 years, except for years that are divisable by 100 and not divisable by 400.
14
+ * > 1 mean year = (365+1/4-1/100+1/400) days = 365.2425 days
15
+ *
16
+ * One month is a year divided by 12.
17
+ *
18
+ * @param duration - The object with years, months, weeks, days, hours, minutes and seconds to be added.
19
+ *
20
+ * @returns The milliseconds
21
+ *
22
+ * @example
23
+ * // 1 year in milliseconds
24
+ * milliseconds({ years: 1 })
25
+ * //=> 31556952000
26
+ *
27
+ * // 3 months in milliseconds
28
+ * milliseconds({ months: 3 })
29
+ * //=> 7889238000
30
+ */
31
+ export declare function milliseconds({
32
+ years,
33
+ months,
34
+ weeks,
35
+ days,
36
+ hours,
37
+ minutes,
38
+ seconds,
39
+ }: Duration): number;
workers1/auto3d/node_modules/date-fns/milliseconds.d.ts ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import type { Duration } from "./types.js";
2
+ /**
3
+ * @name milliseconds
4
+ * @category Millisecond Helpers
5
+ * @summary
6
+ * Returns the number of milliseconds in the specified, years, months, weeks, days, hours, minutes and seconds.
7
+ *
8
+ * @description
9
+ * Returns the number of milliseconds in the specified, years, months, weeks, days, hours, minutes and seconds.
10
+ *
11
+ * One years equals 365.2425 days according to the formula:
12
+ *
13
+ * > Leap year occures every 4 years, except for years that are divisable by 100 and not divisable by 400.
14
+ * > 1 mean year = (365+1/4-1/100+1/400) days = 365.2425 days
15
+ *
16
+ * One month is a year divided by 12.
17
+ *
18
+ * @param duration - The object with years, months, weeks, days, hours, minutes and seconds to be added.
19
+ *
20
+ * @returns The milliseconds
21
+ *
22
+ * @example
23
+ * // 1 year in milliseconds
24
+ * milliseconds({ years: 1 })
25
+ * //=> 31556952000
26
+ *
27
+ * // 3 months in milliseconds
28
+ * milliseconds({ months: 3 })
29
+ * //=> 7889238000
30
+ */
31
+ export declare function milliseconds({
32
+ years,
33
+ months,
34
+ weeks,
35
+ days,
36
+ hours,
37
+ minutes,
38
+ seconds,
39
+ }: Duration): number;
workers1/auto3d/node_modules/date-fns/milliseconds.js ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.milliseconds = milliseconds;
3
+ var _index = require("./constants.js");
4
+
5
+ /**
6
+ * @name milliseconds
7
+ * @category Millisecond Helpers
8
+ * @summary
9
+ * Returns the number of milliseconds in the specified, years, months, weeks, days, hours, minutes and seconds.
10
+ *
11
+ * @description
12
+ * Returns the number of milliseconds in the specified, years, months, weeks, days, hours, minutes and seconds.
13
+ *
14
+ * One years equals 365.2425 days according to the formula:
15
+ *
16
+ * > Leap year occures every 4 years, except for years that are divisable by 100 and not divisable by 400.
17
+ * > 1 mean year = (365+1/4-1/100+1/400) days = 365.2425 days
18
+ *
19
+ * One month is a year divided by 12.
20
+ *
21
+ * @param duration - The object with years, months, weeks, days, hours, minutes and seconds to be added.
22
+ *
23
+ * @returns The milliseconds
24
+ *
25
+ * @example
26
+ * // 1 year in milliseconds
27
+ * milliseconds({ years: 1 })
28
+ * //=> 31556952000
29
+ *
30
+ * // 3 months in milliseconds
31
+ * milliseconds({ months: 3 })
32
+ * //=> 7889238000
33
+ */
34
+ function milliseconds({ years, months, weeks, days, hours, minutes, seconds }) {
35
+ let totalDays = 0;
36
+
37
+ if (years) totalDays += years * _index.daysInYear;
38
+ if (months) totalDays += months * (_index.daysInYear / 12);
39
+ if (weeks) totalDays += weeks * 7;
40
+ if (days) totalDays += days;
41
+
42
+ let totalSeconds = totalDays * 24 * 60 * 60;
43
+
44
+ if (hours) totalSeconds += hours * 60 * 60;
45
+ if (minutes) totalSeconds += minutes * 60;
46
+ if (seconds) totalSeconds += seconds;
47
+
48
+ return Math.trunc(totalSeconds * 1000);
49
+ }
workers1/auto3d/node_modules/date-fns/milliseconds.mjs ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { daysInYear } from "./constants.mjs";
2
+
3
+ /**
4
+ * @name milliseconds
5
+ * @category Millisecond Helpers
6
+ * @summary
7
+ * Returns the number of milliseconds in the specified, years, months, weeks, days, hours, minutes and seconds.
8
+ *
9
+ * @description
10
+ * Returns the number of milliseconds in the specified, years, months, weeks, days, hours, minutes and seconds.
11
+ *
12
+ * One years equals 365.2425 days according to the formula:
13
+ *
14
+ * > Leap year occures every 4 years, except for years that are divisable by 100 and not divisable by 400.
15
+ * > 1 mean year = (365+1/4-1/100+1/400) days = 365.2425 days
16
+ *
17
+ * One month is a year divided by 12.
18
+ *
19
+ * @param duration - The object with years, months, weeks, days, hours, minutes and seconds to be added.
20
+ *
21
+ * @returns The milliseconds
22
+ *
23
+ * @example
24
+ * // 1 year in milliseconds
25
+ * milliseconds({ years: 1 })
26
+ * //=> 31556952000
27
+ *
28
+ * // 3 months in milliseconds
29
+ * milliseconds({ months: 3 })
30
+ * //=> 7889238000
31
+ */
32
+ export function milliseconds({
33
+ years,
34
+ months,
35
+ weeks,
36
+ days,
37
+ hours,
38
+ minutes,
39
+ seconds,
40
+ }) {
41
+ let totalDays = 0;
42
+
43
+ if (years) totalDays += years * daysInYear;
44
+ if (months) totalDays += months * (daysInYear / 12);
45
+ if (weeks) totalDays += weeks * 7;
46
+ if (days) totalDays += days;
47
+
48
+ let totalSeconds = totalDays * 24 * 60 * 60;
49
+
50
+ if (hours) totalSeconds += hours * 60 * 60;
51
+ if (minutes) totalSeconds += minutes * 60;
52
+ if (seconds) totalSeconds += seconds;
53
+
54
+ return Math.trunc(totalSeconds * 1000);
55
+ }
56
+
57
+ // Fallback for modularized imports:
58
+ export default milliseconds;
workers1/auto3d/node_modules/date-fns/millisecondsToHours.d.mts ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @name millisecondsToHours
3
+ * @category Conversion Helpers
4
+ * @summary Convert milliseconds to hours.
5
+ *
6
+ * @description
7
+ * Convert a number of milliseconds to a full number of hours.
8
+ *
9
+ * @param milliseconds - The number of milliseconds to be converted
10
+ *
11
+ * @returns The number of milliseconds converted in hours
12
+ *
13
+ * @example
14
+ * // Convert 7200000 milliseconds to hours:
15
+ * const result = millisecondsToHours(7200000)
16
+ * //=> 2
17
+ *
18
+ * @example
19
+ * // It uses floor rounding:
20
+ * const result = millisecondsToHours(7199999)
21
+ * //=> 1
22
+ */
23
+ export declare function millisecondsToHours(milliseconds: number): number;
workers1/auto3d/node_modules/date-fns/millisecondsToHours.d.ts ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @name millisecondsToHours
3
+ * @category Conversion Helpers
4
+ * @summary Convert milliseconds to hours.
5
+ *
6
+ * @description
7
+ * Convert a number of milliseconds to a full number of hours.
8
+ *
9
+ * @param milliseconds - The number of milliseconds to be converted
10
+ *
11
+ * @returns The number of milliseconds converted in hours
12
+ *
13
+ * @example
14
+ * // Convert 7200000 milliseconds to hours:
15
+ * const result = millisecondsToHours(7200000)
16
+ * //=> 2
17
+ *
18
+ * @example
19
+ * // It uses floor rounding:
20
+ * const result = millisecondsToHours(7199999)
21
+ * //=> 1
22
+ */
23
+ export declare function millisecondsToHours(milliseconds: number): number;
workers1/auto3d/node_modules/date-fns/millisecondsToHours.js ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.millisecondsToHours = millisecondsToHours;
3
+ var _index = require("./constants.js");
4
+
5
+ /**
6
+ * @name millisecondsToHours
7
+ * @category Conversion Helpers
8
+ * @summary Convert milliseconds to hours.
9
+ *
10
+ * @description
11
+ * Convert a number of milliseconds to a full number of hours.
12
+ *
13
+ * @param milliseconds - The number of milliseconds to be converted
14
+ *
15
+ * @returns The number of milliseconds converted in hours
16
+ *
17
+ * @example
18
+ * // Convert 7200000 milliseconds to hours:
19
+ * const result = millisecondsToHours(7200000)
20
+ * //=> 2
21
+ *
22
+ * @example
23
+ * // It uses floor rounding:
24
+ * const result = millisecondsToHours(7199999)
25
+ * //=> 1
26
+ */
27
+ function millisecondsToHours(milliseconds) {
28
+ const hours = milliseconds / _index.millisecondsInHour;
29
+ return Math.trunc(hours);
30
+ }
workers1/auto3d/node_modules/date-fns/millisecondsToHours.mjs ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { millisecondsInHour } from "./constants.mjs";
2
+
3
+ /**
4
+ * @name millisecondsToHours
5
+ * @category Conversion Helpers
6
+ * @summary Convert milliseconds to hours.
7
+ *
8
+ * @description
9
+ * Convert a number of milliseconds to a full number of hours.
10
+ *
11
+ * @param milliseconds - The number of milliseconds to be converted
12
+ *
13
+ * @returns The number of milliseconds converted in hours
14
+ *
15
+ * @example
16
+ * // Convert 7200000 milliseconds to hours:
17
+ * const result = millisecondsToHours(7200000)
18
+ * //=> 2
19
+ *
20
+ * @example
21
+ * // It uses floor rounding:
22
+ * const result = millisecondsToHours(7199999)
23
+ * //=> 1
24
+ */
25
+ export function millisecondsToHours(milliseconds) {
26
+ const hours = milliseconds / millisecondsInHour;
27
+ return Math.trunc(hours);
28
+ }
29
+
30
+ // Fallback for modularized imports:
31
+ export default millisecondsToHours;
workers1/auto3d/node_modules/date-fns/millisecondsToMinutes.d.mts ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @name millisecondsToMinutes
3
+ * @category Conversion Helpers
4
+ * @summary Convert milliseconds to minutes.
5
+ *
6
+ * @description
7
+ * Convert a number of milliseconds to a full number of minutes.
8
+ *
9
+ * @param milliseconds - The number of milliseconds to be converted
10
+ *
11
+ * @returns The number of milliseconds converted in minutes
12
+ *
13
+ * @example
14
+ * // Convert 60000 milliseconds to minutes:
15
+ * const result = millisecondsToMinutes(60000)
16
+ * //=> 1
17
+ *
18
+ * @example
19
+ * // It uses floor rounding:
20
+ * const result = millisecondsToMinutes(119999)
21
+ * //=> 1
22
+ */
23
+ export declare function millisecondsToMinutes(milliseconds: number): number;
workers1/auto3d/node_modules/date-fns/millisecondsToMinutes.d.ts ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @name millisecondsToMinutes
3
+ * @category Conversion Helpers
4
+ * @summary Convert milliseconds to minutes.
5
+ *
6
+ * @description
7
+ * Convert a number of milliseconds to a full number of minutes.
8
+ *
9
+ * @param milliseconds - The number of milliseconds to be converted
10
+ *
11
+ * @returns The number of milliseconds converted in minutes
12
+ *
13
+ * @example
14
+ * // Convert 60000 milliseconds to minutes:
15
+ * const result = millisecondsToMinutes(60000)
16
+ * //=> 1
17
+ *
18
+ * @example
19
+ * // It uses floor rounding:
20
+ * const result = millisecondsToMinutes(119999)
21
+ * //=> 1
22
+ */
23
+ export declare function millisecondsToMinutes(milliseconds: number): number;
workers1/auto3d/node_modules/date-fns/millisecondsToMinutes.js ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.millisecondsToMinutes = millisecondsToMinutes;
3
+ var _index = require("./constants.js");
4
+
5
+ /**
6
+ * @name millisecondsToMinutes
7
+ * @category Conversion Helpers
8
+ * @summary Convert milliseconds to minutes.
9
+ *
10
+ * @description
11
+ * Convert a number of milliseconds to a full number of minutes.
12
+ *
13
+ * @param milliseconds - The number of milliseconds to be converted
14
+ *
15
+ * @returns The number of milliseconds converted in minutes
16
+ *
17
+ * @example
18
+ * // Convert 60000 milliseconds to minutes:
19
+ * const result = millisecondsToMinutes(60000)
20
+ * //=> 1
21
+ *
22
+ * @example
23
+ * // It uses floor rounding:
24
+ * const result = millisecondsToMinutes(119999)
25
+ * //=> 1
26
+ */
27
+ function millisecondsToMinutes(milliseconds) {
28
+ const minutes = milliseconds / _index.millisecondsInMinute;
29
+ return Math.trunc(minutes);
30
+ }