Upload folder using huggingface_hub (part 20)
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- node_modules/date-fns/locale.cjs +1047 -0
- node_modules/date-fns/locale.d.cts +96 -0
- node_modules/date-fns/locale.d.ts +96 -0
- node_modules/date-fns/locale.js +97 -0
- node_modules/date-fns/locale/pt-BR.cjs +28 -0
- node_modules/date-fns/locale/pt-BR.d.cts +10 -0
- node_modules/date-fns/locale/pt-BR.d.ts +10 -0
- node_modules/date-fns/locale/pt-BR.js +29 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatDistance.cjs +105 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatDistance.d.cts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatDistance.d.ts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatDistance.js +101 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatLong.cjs +41 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatLong.d.cts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatLong.d.ts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatLong.js +39 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatRelative.cjs +26 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatRelative.d.cts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatRelative.d.ts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/formatRelative.js +22 -0
- node_modules/date-fns/locale/pt-BR/_lib/localize.cjs +179 -0
- node_modules/date-fns/locale/pt-BR/_lib/localize.d.cts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/localize.d.ts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/localize.js +177 -0
- node_modules/date-fns/locale/pt-BR/_lib/match.cjs +137 -0
- node_modules/date-fns/locale/pt-BR/_lib/match.d.cts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/match.d.ts +2 -0
- node_modules/date-fns/locale/pt-BR/_lib/match.js +134 -0
- node_modules/date-fns/locale/pt-BR/cdn.js +542 -0
- node_modules/date-fns/locale/pt-BR/cdn.js.map +1 -0
- node_modules/date-fns/locale/pt-BR/cdn.min.js +3 -0
- node_modules/date-fns/locale/pt-BR/cdn.min.js.map +10 -0
- node_modules/date-fns/locale/pt.cjs +28 -0
- node_modules/date-fns/locale/pt.d.cts +10 -0
- node_modules/date-fns/locale/pt.d.ts +10 -0
- node_modules/date-fns/locale/pt.js +29 -0
- node_modules/date-fns/locale/pt/cdn.js +533 -0
- node_modules/date-fns/locale/pt/cdn.js.map +1 -0
- node_modules/date-fns/locale/pt/cdn.min.js +3 -0
- node_modules/date-fns/locale/pt/cdn.min.js.map +10 -0
- node_modules/date-fns/locale/ro.cjs +29 -0
- node_modules/date-fns/locale/ro.d.cts +11 -0
- node_modules/date-fns/locale/ro.d.ts +11 -0
- node_modules/date-fns/locale/ro.js +30 -0
- node_modules/date-fns/locale/ro/_lib/formatDistance.cjs +105 -0
- node_modules/date-fns/locale/ro/_lib/formatDistance.d.cts +2 -0
- node_modules/date-fns/locale/ro/_lib/formatDistance.d.ts +2 -0
- node_modules/date-fns/locale/ro/_lib/formatDistance.js +101 -0
- node_modules/date-fns/locale/ro/_lib/formatLong.cjs +41 -0
- node_modules/date-fns/locale/ro/_lib/formatLong.d.cts +2 -0
node_modules/date-fns/locale.cjs
ADDED
|
@@ -0,0 +1,1047 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
|
| 3 |
+
var _index = require("./locale/af.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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.cjs");
|
| 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 |
+
});
|
node_modules/date-fns/locale.d.cts
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";
|
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";
|
node_modules/date-fns/locale.js
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
// This file is generated automatically by `scripts/build/indices.ts`. Please, don't change it.
|
| 2 |
+
|
| 3 |
+
export * from "./locale/af.js";
|
| 4 |
+
export * from "./locale/ar.js";
|
| 5 |
+
export * from "./locale/ar-DZ.js";
|
| 6 |
+
export * from "./locale/ar-EG.js";
|
| 7 |
+
export * from "./locale/ar-MA.js";
|
| 8 |
+
export * from "./locale/ar-SA.js";
|
| 9 |
+
export * from "./locale/ar-TN.js";
|
| 10 |
+
export * from "./locale/az.js";
|
| 11 |
+
export * from "./locale/be.js";
|
| 12 |
+
export * from "./locale/be-tarask.js";
|
| 13 |
+
export * from "./locale/bg.js";
|
| 14 |
+
export * from "./locale/bn.js";
|
| 15 |
+
export * from "./locale/bs.js";
|
| 16 |
+
export * from "./locale/ca.js";
|
| 17 |
+
export * from "./locale/ckb.js";
|
| 18 |
+
export * from "./locale/cs.js";
|
| 19 |
+
export * from "./locale/cy.js";
|
| 20 |
+
export * from "./locale/da.js";
|
| 21 |
+
export * from "./locale/de.js";
|
| 22 |
+
export * from "./locale/de-AT.js";
|
| 23 |
+
export * from "./locale/el.js";
|
| 24 |
+
export * from "./locale/en-AU.js";
|
| 25 |
+
export * from "./locale/en-CA.js";
|
| 26 |
+
export * from "./locale/en-GB.js";
|
| 27 |
+
export * from "./locale/en-IE.js";
|
| 28 |
+
export * from "./locale/en-IN.js";
|
| 29 |
+
export * from "./locale/en-NZ.js";
|
| 30 |
+
export * from "./locale/en-US.js";
|
| 31 |
+
export * from "./locale/en-ZA.js";
|
| 32 |
+
export * from "./locale/eo.js";
|
| 33 |
+
export * from "./locale/es.js";
|
| 34 |
+
export * from "./locale/et.js";
|
| 35 |
+
export * from "./locale/eu.js";
|
| 36 |
+
export * from "./locale/fa-IR.js";
|
| 37 |
+
export * from "./locale/fi.js";
|
| 38 |
+
export * from "./locale/fr.js";
|
| 39 |
+
export * from "./locale/fr-CA.js";
|
| 40 |
+
export * from "./locale/fr-CH.js";
|
| 41 |
+
export * from "./locale/fy.js";
|
| 42 |
+
export * from "./locale/gd.js";
|
| 43 |
+
export * from "./locale/gl.js";
|
| 44 |
+
export * from "./locale/gu.js";
|
| 45 |
+
export * from "./locale/he.js";
|
| 46 |
+
export * from "./locale/hi.js";
|
| 47 |
+
export * from "./locale/hr.js";
|
| 48 |
+
export * from "./locale/ht.js";
|
| 49 |
+
export * from "./locale/hu.js";
|
| 50 |
+
export * from "./locale/hy.js";
|
| 51 |
+
export * from "./locale/id.js";
|
| 52 |
+
export * from "./locale/is.js";
|
| 53 |
+
export * from "./locale/it.js";
|
| 54 |
+
export * from "./locale/it-CH.js";
|
| 55 |
+
export * from "./locale/ja.js";
|
| 56 |
+
export * from "./locale/ja-Hira.js";
|
| 57 |
+
export * from "./locale/ka.js";
|
| 58 |
+
export * from "./locale/kk.js";
|
| 59 |
+
export * from "./locale/km.js";
|
| 60 |
+
export * from "./locale/kn.js";
|
| 61 |
+
export * from "./locale/ko.js";
|
| 62 |
+
export * from "./locale/lb.js";
|
| 63 |
+
export * from "./locale/lt.js";
|
| 64 |
+
export * from "./locale/lv.js";
|
| 65 |
+
export * from "./locale/mk.js";
|
| 66 |
+
export * from "./locale/mn.js";
|
| 67 |
+
export * from "./locale/ms.js";
|
| 68 |
+
export * from "./locale/mt.js";
|
| 69 |
+
export * from "./locale/nb.js";
|
| 70 |
+
export * from "./locale/nl.js";
|
| 71 |
+
export * from "./locale/nl-BE.js";
|
| 72 |
+
export * from "./locale/nn.js";
|
| 73 |
+
export * from "./locale/oc.js";
|
| 74 |
+
export * from "./locale/pl.js";
|
| 75 |
+
export * from "./locale/pt.js";
|
| 76 |
+
export * from "./locale/pt-BR.js";
|
| 77 |
+
export * from "./locale/ro.js";
|
| 78 |
+
export * from "./locale/ru.js";
|
| 79 |
+
export * from "./locale/se.js";
|
| 80 |
+
export * from "./locale/sk.js";
|
| 81 |
+
export * from "./locale/sl.js";
|
| 82 |
+
export * from "./locale/sq.js";
|
| 83 |
+
export * from "./locale/sr.js";
|
| 84 |
+
export * from "./locale/sr-Latn.js";
|
| 85 |
+
export * from "./locale/sv.js";
|
| 86 |
+
export * from "./locale/ta.js";
|
| 87 |
+
export * from "./locale/te.js";
|
| 88 |
+
export * from "./locale/th.js";
|
| 89 |
+
export * from "./locale/tr.js";
|
| 90 |
+
export * from "./locale/ug.js";
|
| 91 |
+
export * from "./locale/uk.js";
|
| 92 |
+
export * from "./locale/uz.js";
|
| 93 |
+
export * from "./locale/uz-Cyrl.js";
|
| 94 |
+
export * from "./locale/vi.js";
|
| 95 |
+
export * from "./locale/zh-CN.js";
|
| 96 |
+
export * from "./locale/zh-HK.js";
|
| 97 |
+
export * from "./locale/zh-TW.js";
|
node_modules/date-fns/locale/pt-BR.cjs
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.ptBR = void 0;
|
| 3 |
+
var _index = require("./pt-BR/_lib/formatDistance.cjs");
|
| 4 |
+
var _index2 = require("./pt-BR/_lib/formatLong.cjs");
|
| 5 |
+
var _index3 = require("./pt-BR/_lib/formatRelative.cjs");
|
| 6 |
+
var _index4 = require("./pt-BR/_lib/localize.cjs");
|
| 7 |
+
var _index5 = require("./pt-BR/_lib/match.cjs");
|
| 8 |
+
|
| 9 |
+
/**
|
| 10 |
+
* @category Locales
|
| 11 |
+
* @summary Portuguese locale (Brazil).
|
| 12 |
+
* @language Portuguese
|
| 13 |
+
* @iso-639-2 por
|
| 14 |
+
* @author Lucas Duailibe [@duailibe](https://github.com/duailibe)
|
| 15 |
+
* @author Yago Carballo [@yagocarballo](https://github.com/YagoCarballo)
|
| 16 |
+
*/
|
| 17 |
+
const ptBR = (exports.ptBR = {
|
| 18 |
+
code: "pt-BR",
|
| 19 |
+
formatDistance: _index.formatDistance,
|
| 20 |
+
formatLong: _index2.formatLong,
|
| 21 |
+
formatRelative: _index3.formatRelative,
|
| 22 |
+
localize: _index4.localize,
|
| 23 |
+
match: _index5.match,
|
| 24 |
+
options: {
|
| 25 |
+
weekStartsOn: 0 /* Sunday */,
|
| 26 |
+
firstWeekContainsDate: 1,
|
| 27 |
+
},
|
| 28 |
+
});
|
node_modules/date-fns/locale/pt-BR.d.cts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Locale } from "./types.js";
|
| 2 |
+
/**
|
| 3 |
+
* @category Locales
|
| 4 |
+
* @summary Portuguese locale (Brazil).
|
| 5 |
+
* @language Portuguese
|
| 6 |
+
* @iso-639-2 por
|
| 7 |
+
* @author Lucas Duailibe [@duailibe](https://github.com/duailibe)
|
| 8 |
+
* @author Yago Carballo [@yagocarballo](https://github.com/YagoCarballo)
|
| 9 |
+
*/
|
| 10 |
+
export declare const ptBR: Locale;
|
node_modules/date-fns/locale/pt-BR.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Locale } from "./types.js";
|
| 2 |
+
/**
|
| 3 |
+
* @category Locales
|
| 4 |
+
* @summary Portuguese locale (Brazil).
|
| 5 |
+
* @language Portuguese
|
| 6 |
+
* @iso-639-2 por
|
| 7 |
+
* @author Lucas Duailibe [@duailibe](https://github.com/duailibe)
|
| 8 |
+
* @author Yago Carballo [@yagocarballo](https://github.com/YagoCarballo)
|
| 9 |
+
*/
|
| 10 |
+
export declare const ptBR: Locale;
|
node_modules/date-fns/locale/pt-BR.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { formatDistance } from "./pt-BR/_lib/formatDistance.js";
|
| 2 |
+
import { formatLong } from "./pt-BR/_lib/formatLong.js";
|
| 3 |
+
import { formatRelative } from "./pt-BR/_lib/formatRelative.js";
|
| 4 |
+
import { localize } from "./pt-BR/_lib/localize.js";
|
| 5 |
+
import { match } from "./pt-BR/_lib/match.js";
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* @category Locales
|
| 9 |
+
* @summary Portuguese locale (Brazil).
|
| 10 |
+
* @language Portuguese
|
| 11 |
+
* @iso-639-2 por
|
| 12 |
+
* @author Lucas Duailibe [@duailibe](https://github.com/duailibe)
|
| 13 |
+
* @author Yago Carballo [@yagocarballo](https://github.com/YagoCarballo)
|
| 14 |
+
*/
|
| 15 |
+
export const ptBR = {
|
| 16 |
+
code: "pt-BR",
|
| 17 |
+
formatDistance: formatDistance,
|
| 18 |
+
formatLong: formatLong,
|
| 19 |
+
formatRelative: formatRelative,
|
| 20 |
+
localize: localize,
|
| 21 |
+
match: match,
|
| 22 |
+
options: {
|
| 23 |
+
weekStartsOn: 0 /* Sunday */,
|
| 24 |
+
firstWeekContainsDate: 1,
|
| 25 |
+
},
|
| 26 |
+
};
|
| 27 |
+
|
| 28 |
+
// Fallback for modularized imports:
|
| 29 |
+
export default ptBR;
|
node_modules/date-fns/locale/pt-BR/_lib/formatDistance.cjs
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.formatDistance = void 0;
|
| 3 |
+
|
| 4 |
+
const formatDistanceLocale = {
|
| 5 |
+
lessThanXSeconds: {
|
| 6 |
+
one: "menos de um segundo",
|
| 7 |
+
other: "menos de {{count}} segundos",
|
| 8 |
+
},
|
| 9 |
+
|
| 10 |
+
xSeconds: {
|
| 11 |
+
one: "1 segundo",
|
| 12 |
+
other: "{{count}} segundos",
|
| 13 |
+
},
|
| 14 |
+
|
| 15 |
+
halfAMinute: "meio minuto",
|
| 16 |
+
|
| 17 |
+
lessThanXMinutes: {
|
| 18 |
+
one: "menos de um minuto",
|
| 19 |
+
other: "menos de {{count}} minutos",
|
| 20 |
+
},
|
| 21 |
+
|
| 22 |
+
xMinutes: {
|
| 23 |
+
one: "1 minuto",
|
| 24 |
+
other: "{{count}} minutos",
|
| 25 |
+
},
|
| 26 |
+
|
| 27 |
+
aboutXHours: {
|
| 28 |
+
one: "cerca de 1 hora",
|
| 29 |
+
other: "cerca de {{count}} horas",
|
| 30 |
+
},
|
| 31 |
+
|
| 32 |
+
xHours: {
|
| 33 |
+
one: "1 hora",
|
| 34 |
+
other: "{{count}} horas",
|
| 35 |
+
},
|
| 36 |
+
|
| 37 |
+
xDays: {
|
| 38 |
+
one: "1 dia",
|
| 39 |
+
other: "{{count}} dias",
|
| 40 |
+
},
|
| 41 |
+
|
| 42 |
+
aboutXWeeks: {
|
| 43 |
+
one: "cerca de 1 semana",
|
| 44 |
+
other: "cerca de {{count}} semanas",
|
| 45 |
+
},
|
| 46 |
+
|
| 47 |
+
xWeeks: {
|
| 48 |
+
one: "1 semana",
|
| 49 |
+
other: "{{count}} semanas",
|
| 50 |
+
},
|
| 51 |
+
|
| 52 |
+
aboutXMonths: {
|
| 53 |
+
one: "cerca de 1 mês",
|
| 54 |
+
other: "cerca de {{count}} meses",
|
| 55 |
+
},
|
| 56 |
+
|
| 57 |
+
xMonths: {
|
| 58 |
+
one: "1 mês",
|
| 59 |
+
other: "{{count}} meses",
|
| 60 |
+
},
|
| 61 |
+
|
| 62 |
+
aboutXYears: {
|
| 63 |
+
one: "cerca de 1 ano",
|
| 64 |
+
other: "cerca de {{count}} anos",
|
| 65 |
+
},
|
| 66 |
+
|
| 67 |
+
xYears: {
|
| 68 |
+
one: "1 ano",
|
| 69 |
+
other: "{{count}} anos",
|
| 70 |
+
},
|
| 71 |
+
|
| 72 |
+
overXYears: {
|
| 73 |
+
one: "mais de 1 ano",
|
| 74 |
+
other: "mais de {{count}} anos",
|
| 75 |
+
},
|
| 76 |
+
|
| 77 |
+
almostXYears: {
|
| 78 |
+
one: "quase 1 ano",
|
| 79 |
+
other: "quase {{count}} anos",
|
| 80 |
+
},
|
| 81 |
+
};
|
| 82 |
+
|
| 83 |
+
const formatDistance = (token, count, options) => {
|
| 84 |
+
let result;
|
| 85 |
+
|
| 86 |
+
const tokenValue = formatDistanceLocale[token];
|
| 87 |
+
if (typeof tokenValue === "string") {
|
| 88 |
+
result = tokenValue;
|
| 89 |
+
} else if (count === 1) {
|
| 90 |
+
result = tokenValue.one;
|
| 91 |
+
} else {
|
| 92 |
+
result = tokenValue.other.replace("{{count}}", String(count));
|
| 93 |
+
}
|
| 94 |
+
|
| 95 |
+
if (options?.addSuffix) {
|
| 96 |
+
if (options.comparison && options.comparison > 0) {
|
| 97 |
+
return "em " + result;
|
| 98 |
+
} else {
|
| 99 |
+
return "há " + result;
|
| 100 |
+
}
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
return result;
|
| 104 |
+
};
|
| 105 |
+
exports.formatDistance = formatDistance;
|
node_modules/date-fns/locale/pt-BR/_lib/formatDistance.d.cts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FormatDistanceFn } from "../../types.js";
|
| 2 |
+
export declare const formatDistance: FormatDistanceFn;
|
node_modules/date-fns/locale/pt-BR/_lib/formatDistance.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FormatDistanceFn } from "../../types.js";
|
| 2 |
+
export declare const formatDistance: FormatDistanceFn;
|
node_modules/date-fns/locale/pt-BR/_lib/formatDistance.js
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
const formatDistanceLocale = {
|
| 2 |
+
lessThanXSeconds: {
|
| 3 |
+
one: "menos de um segundo",
|
| 4 |
+
other: "menos de {{count}} segundos",
|
| 5 |
+
},
|
| 6 |
+
|
| 7 |
+
xSeconds: {
|
| 8 |
+
one: "1 segundo",
|
| 9 |
+
other: "{{count}} segundos",
|
| 10 |
+
},
|
| 11 |
+
|
| 12 |
+
halfAMinute: "meio minuto",
|
| 13 |
+
|
| 14 |
+
lessThanXMinutes: {
|
| 15 |
+
one: "menos de um minuto",
|
| 16 |
+
other: "menos de {{count}} minutos",
|
| 17 |
+
},
|
| 18 |
+
|
| 19 |
+
xMinutes: {
|
| 20 |
+
one: "1 minuto",
|
| 21 |
+
other: "{{count}} minutos",
|
| 22 |
+
},
|
| 23 |
+
|
| 24 |
+
aboutXHours: {
|
| 25 |
+
one: "cerca de 1 hora",
|
| 26 |
+
other: "cerca de {{count}} horas",
|
| 27 |
+
},
|
| 28 |
+
|
| 29 |
+
xHours: {
|
| 30 |
+
one: "1 hora",
|
| 31 |
+
other: "{{count}} horas",
|
| 32 |
+
},
|
| 33 |
+
|
| 34 |
+
xDays: {
|
| 35 |
+
one: "1 dia",
|
| 36 |
+
other: "{{count}} dias",
|
| 37 |
+
},
|
| 38 |
+
|
| 39 |
+
aboutXWeeks: {
|
| 40 |
+
one: "cerca de 1 semana",
|
| 41 |
+
other: "cerca de {{count}} semanas",
|
| 42 |
+
},
|
| 43 |
+
|
| 44 |
+
xWeeks: {
|
| 45 |
+
one: "1 semana",
|
| 46 |
+
other: "{{count}} semanas",
|
| 47 |
+
},
|
| 48 |
+
|
| 49 |
+
aboutXMonths: {
|
| 50 |
+
one: "cerca de 1 mês",
|
| 51 |
+
other: "cerca de {{count}} meses",
|
| 52 |
+
},
|
| 53 |
+
|
| 54 |
+
xMonths: {
|
| 55 |
+
one: "1 mês",
|
| 56 |
+
other: "{{count}} meses",
|
| 57 |
+
},
|
| 58 |
+
|
| 59 |
+
aboutXYears: {
|
| 60 |
+
one: "cerca de 1 ano",
|
| 61 |
+
other: "cerca de {{count}} anos",
|
| 62 |
+
},
|
| 63 |
+
|
| 64 |
+
xYears: {
|
| 65 |
+
one: "1 ano",
|
| 66 |
+
other: "{{count}} anos",
|
| 67 |
+
},
|
| 68 |
+
|
| 69 |
+
overXYears: {
|
| 70 |
+
one: "mais de 1 ano",
|
| 71 |
+
other: "mais de {{count}} anos",
|
| 72 |
+
},
|
| 73 |
+
|
| 74 |
+
almostXYears: {
|
| 75 |
+
one: "quase 1 ano",
|
| 76 |
+
other: "quase {{count}} anos",
|
| 77 |
+
},
|
| 78 |
+
};
|
| 79 |
+
|
| 80 |
+
export const formatDistance = (token, count, options) => {
|
| 81 |
+
let result;
|
| 82 |
+
|
| 83 |
+
const tokenValue = formatDistanceLocale[token];
|
| 84 |
+
if (typeof tokenValue === "string") {
|
| 85 |
+
result = tokenValue;
|
| 86 |
+
} else if (count === 1) {
|
| 87 |
+
result = tokenValue.one;
|
| 88 |
+
} else {
|
| 89 |
+
result = tokenValue.other.replace("{{count}}", String(count));
|
| 90 |
+
}
|
| 91 |
+
|
| 92 |
+
if (options?.addSuffix) {
|
| 93 |
+
if (options.comparison && options.comparison > 0) {
|
| 94 |
+
return "em " + result;
|
| 95 |
+
} else {
|
| 96 |
+
return "há " + result;
|
| 97 |
+
}
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
return result;
|
| 101 |
+
};
|
node_modules/date-fns/locale/pt-BR/_lib/formatLong.cjs
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.formatLong = void 0;
|
| 3 |
+
var _index = require("../../_lib/buildFormatLongFn.cjs");
|
| 4 |
+
|
| 5 |
+
const dateFormats = {
|
| 6 |
+
full: "EEEE, d 'de' MMMM 'de' y",
|
| 7 |
+
long: "d 'de' MMMM 'de' y",
|
| 8 |
+
medium: "d MMM y",
|
| 9 |
+
short: "dd/MM/yyyy",
|
| 10 |
+
};
|
| 11 |
+
|
| 12 |
+
const timeFormats = {
|
| 13 |
+
full: "HH:mm:ss zzzz",
|
| 14 |
+
long: "HH:mm:ss z",
|
| 15 |
+
medium: "HH:mm:ss",
|
| 16 |
+
short: "HH:mm",
|
| 17 |
+
};
|
| 18 |
+
|
| 19 |
+
const dateTimeFormats = {
|
| 20 |
+
full: "{{date}} 'às' {{time}}",
|
| 21 |
+
long: "{{date}} 'às' {{time}}",
|
| 22 |
+
medium: "{{date}}, {{time}}",
|
| 23 |
+
short: "{{date}}, {{time}}",
|
| 24 |
+
};
|
| 25 |
+
|
| 26 |
+
const formatLong = (exports.formatLong = {
|
| 27 |
+
date: (0, _index.buildFormatLongFn)({
|
| 28 |
+
formats: dateFormats,
|
| 29 |
+
defaultWidth: "full",
|
| 30 |
+
}),
|
| 31 |
+
|
| 32 |
+
time: (0, _index.buildFormatLongFn)({
|
| 33 |
+
formats: timeFormats,
|
| 34 |
+
defaultWidth: "full",
|
| 35 |
+
}),
|
| 36 |
+
|
| 37 |
+
dateTime: (0, _index.buildFormatLongFn)({
|
| 38 |
+
formats: dateTimeFormats,
|
| 39 |
+
defaultWidth: "full",
|
| 40 |
+
}),
|
| 41 |
+
});
|
node_modules/date-fns/locale/pt-BR/_lib/formatLong.d.cts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FormatLong } from "../../types.js";
|
| 2 |
+
export declare const formatLong: FormatLong;
|
node_modules/date-fns/locale/pt-BR/_lib/formatLong.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FormatLong } from "../../types.js";
|
| 2 |
+
export declare const formatLong: FormatLong;
|
node_modules/date-fns/locale/pt-BR/_lib/formatLong.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { buildFormatLongFn } from "../../_lib/buildFormatLongFn.js";
|
| 2 |
+
|
| 3 |
+
const dateFormats = {
|
| 4 |
+
full: "EEEE, d 'de' MMMM 'de' y",
|
| 5 |
+
long: "d 'de' MMMM 'de' y",
|
| 6 |
+
medium: "d MMM y",
|
| 7 |
+
short: "dd/MM/yyyy",
|
| 8 |
+
};
|
| 9 |
+
|
| 10 |
+
const timeFormats = {
|
| 11 |
+
full: "HH:mm:ss zzzz",
|
| 12 |
+
long: "HH:mm:ss z",
|
| 13 |
+
medium: "HH:mm:ss",
|
| 14 |
+
short: "HH:mm",
|
| 15 |
+
};
|
| 16 |
+
|
| 17 |
+
const dateTimeFormats = {
|
| 18 |
+
full: "{{date}} 'às' {{time}}",
|
| 19 |
+
long: "{{date}} 'às' {{time}}",
|
| 20 |
+
medium: "{{date}}, {{time}}",
|
| 21 |
+
short: "{{date}}, {{time}}",
|
| 22 |
+
};
|
| 23 |
+
|
| 24 |
+
export const formatLong = {
|
| 25 |
+
date: buildFormatLongFn({
|
| 26 |
+
formats: dateFormats,
|
| 27 |
+
defaultWidth: "full",
|
| 28 |
+
}),
|
| 29 |
+
|
| 30 |
+
time: buildFormatLongFn({
|
| 31 |
+
formats: timeFormats,
|
| 32 |
+
defaultWidth: "full",
|
| 33 |
+
}),
|
| 34 |
+
|
| 35 |
+
dateTime: buildFormatLongFn({
|
| 36 |
+
formats: dateTimeFormats,
|
| 37 |
+
defaultWidth: "full",
|
| 38 |
+
}),
|
| 39 |
+
};
|
node_modules/date-fns/locale/pt-BR/_lib/formatRelative.cjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.formatRelative = void 0;
|
| 3 |
+
|
| 4 |
+
const formatRelativeLocale = {
|
| 5 |
+
lastWeek: (date) => {
|
| 6 |
+
const weekday = date.getDay();
|
| 7 |
+
const last = weekday === 0 || weekday === 6 ? "último" : "última";
|
| 8 |
+
return "'" + last + "' eeee 'às' p";
|
| 9 |
+
},
|
| 10 |
+
yesterday: "'ontem às' p",
|
| 11 |
+
today: "'hoje às' p",
|
| 12 |
+
tomorrow: "'amanhã às' p",
|
| 13 |
+
nextWeek: "eeee 'às' p",
|
| 14 |
+
other: "P",
|
| 15 |
+
};
|
| 16 |
+
|
| 17 |
+
const formatRelative = (token, date, _baseDate, _options) => {
|
| 18 |
+
const format = formatRelativeLocale[token];
|
| 19 |
+
|
| 20 |
+
if (typeof format === "function") {
|
| 21 |
+
return format(date);
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
return format;
|
| 25 |
+
};
|
| 26 |
+
exports.formatRelative = formatRelative;
|
node_modules/date-fns/locale/pt-BR/_lib/formatRelative.d.cts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FormatRelativeFn } from "../../types.js";
|
| 2 |
+
export declare const formatRelative: FormatRelativeFn;
|
node_modules/date-fns/locale/pt-BR/_lib/formatRelative.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FormatRelativeFn } from "../../types.js";
|
| 2 |
+
export declare const formatRelative: FormatRelativeFn;
|
node_modules/date-fns/locale/pt-BR/_lib/formatRelative.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
const formatRelativeLocale = {
|
| 2 |
+
lastWeek: (date) => {
|
| 3 |
+
const weekday = date.getDay();
|
| 4 |
+
const last = weekday === 0 || weekday === 6 ? "último" : "última";
|
| 5 |
+
return "'" + last + "' eeee 'às' p";
|
| 6 |
+
},
|
| 7 |
+
yesterday: "'ontem às' p",
|
| 8 |
+
today: "'hoje às' p",
|
| 9 |
+
tomorrow: "'amanhã às' p",
|
| 10 |
+
nextWeek: "eeee 'às' p",
|
| 11 |
+
other: "P",
|
| 12 |
+
};
|
| 13 |
+
|
| 14 |
+
export const formatRelative = (token, date, _baseDate, _options) => {
|
| 15 |
+
const format = formatRelativeLocale[token];
|
| 16 |
+
|
| 17 |
+
if (typeof format === "function") {
|
| 18 |
+
return format(date);
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
return format;
|
| 22 |
+
};
|
node_modules/date-fns/locale/pt-BR/_lib/localize.cjs
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.localize = void 0;
|
| 3 |
+
var _index = require("../../_lib/buildLocalizeFn.cjs");
|
| 4 |
+
|
| 5 |
+
const eraValues = {
|
| 6 |
+
narrow: ["AC", "DC"],
|
| 7 |
+
abbreviated: ["AC", "DC"],
|
| 8 |
+
wide: ["antes de cristo", "depois de cristo"],
|
| 9 |
+
};
|
| 10 |
+
|
| 11 |
+
const quarterValues = {
|
| 12 |
+
narrow: ["1", "2", "3", "4"],
|
| 13 |
+
abbreviated: ["T1", "T2", "T3", "T4"],
|
| 14 |
+
wide: ["1º trimestre", "2º trimestre", "3º trimestre", "4º trimestre"],
|
| 15 |
+
};
|
| 16 |
+
|
| 17 |
+
const monthValues = {
|
| 18 |
+
narrow: ["j", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
| 19 |
+
abbreviated: [
|
| 20 |
+
"jan",
|
| 21 |
+
"fev",
|
| 22 |
+
"mar",
|
| 23 |
+
"abr",
|
| 24 |
+
"mai",
|
| 25 |
+
"jun",
|
| 26 |
+
"jul",
|
| 27 |
+
"ago",
|
| 28 |
+
"set",
|
| 29 |
+
"out",
|
| 30 |
+
"nov",
|
| 31 |
+
"dez",
|
| 32 |
+
],
|
| 33 |
+
|
| 34 |
+
wide: [
|
| 35 |
+
"janeiro",
|
| 36 |
+
"fevereiro",
|
| 37 |
+
"março",
|
| 38 |
+
"abril",
|
| 39 |
+
"maio",
|
| 40 |
+
"junho",
|
| 41 |
+
"julho",
|
| 42 |
+
"agosto",
|
| 43 |
+
"setembro",
|
| 44 |
+
"outubro",
|
| 45 |
+
"novembro",
|
| 46 |
+
"dezembro",
|
| 47 |
+
],
|
| 48 |
+
};
|
| 49 |
+
|
| 50 |
+
const dayValues = {
|
| 51 |
+
narrow: ["D", "S", "T", "Q", "Q", "S", "S"],
|
| 52 |
+
short: ["dom", "seg", "ter", "qua", "qui", "sex", "sab"],
|
| 53 |
+
abbreviated: [
|
| 54 |
+
"domingo",
|
| 55 |
+
"segunda",
|
| 56 |
+
"terça",
|
| 57 |
+
"quarta",
|
| 58 |
+
"quinta",
|
| 59 |
+
"sexta",
|
| 60 |
+
"sábado",
|
| 61 |
+
],
|
| 62 |
+
|
| 63 |
+
wide: [
|
| 64 |
+
"domingo",
|
| 65 |
+
"segunda-feira",
|
| 66 |
+
"terça-feira",
|
| 67 |
+
"quarta-feira",
|
| 68 |
+
"quinta-feira",
|
| 69 |
+
"sexta-feira",
|
| 70 |
+
"sábado",
|
| 71 |
+
],
|
| 72 |
+
};
|
| 73 |
+
|
| 74 |
+
const dayPeriodValues = {
|
| 75 |
+
narrow: {
|
| 76 |
+
am: "a",
|
| 77 |
+
pm: "p",
|
| 78 |
+
midnight: "mn",
|
| 79 |
+
noon: "md",
|
| 80 |
+
morning: "manhã",
|
| 81 |
+
afternoon: "tarde",
|
| 82 |
+
evening: "tarde",
|
| 83 |
+
night: "noite",
|
| 84 |
+
},
|
| 85 |
+
abbreviated: {
|
| 86 |
+
am: "AM",
|
| 87 |
+
pm: "PM",
|
| 88 |
+
midnight: "meia-noite",
|
| 89 |
+
noon: "meio-dia",
|
| 90 |
+
morning: "manhã",
|
| 91 |
+
afternoon: "tarde",
|
| 92 |
+
evening: "tarde",
|
| 93 |
+
night: "noite",
|
| 94 |
+
},
|
| 95 |
+
wide: {
|
| 96 |
+
am: "a.m.",
|
| 97 |
+
pm: "p.m.",
|
| 98 |
+
midnight: "meia-noite",
|
| 99 |
+
noon: "meio-dia",
|
| 100 |
+
morning: "manhã",
|
| 101 |
+
afternoon: "tarde",
|
| 102 |
+
evening: "tarde",
|
| 103 |
+
night: "noite",
|
| 104 |
+
},
|
| 105 |
+
};
|
| 106 |
+
|
| 107 |
+
const formattingDayPeriodValues = {
|
| 108 |
+
narrow: {
|
| 109 |
+
am: "a",
|
| 110 |
+
pm: "p",
|
| 111 |
+
midnight: "mn",
|
| 112 |
+
noon: "md",
|
| 113 |
+
morning: "da manhã",
|
| 114 |
+
afternoon: "da tarde",
|
| 115 |
+
evening: "da tarde",
|
| 116 |
+
night: "da noite",
|
| 117 |
+
},
|
| 118 |
+
abbreviated: {
|
| 119 |
+
am: "AM",
|
| 120 |
+
pm: "PM",
|
| 121 |
+
midnight: "meia-noite",
|
| 122 |
+
noon: "meio-dia",
|
| 123 |
+
morning: "da manhã",
|
| 124 |
+
afternoon: "da tarde",
|
| 125 |
+
evening: "da tarde",
|
| 126 |
+
night: "da noite",
|
| 127 |
+
},
|
| 128 |
+
wide: {
|
| 129 |
+
am: "a.m.",
|
| 130 |
+
pm: "p.m.",
|
| 131 |
+
midnight: "meia-noite",
|
| 132 |
+
noon: "meio-dia",
|
| 133 |
+
morning: "da manhã",
|
| 134 |
+
afternoon: "da tarde",
|
| 135 |
+
evening: "da tarde",
|
| 136 |
+
night: "da noite",
|
| 137 |
+
},
|
| 138 |
+
};
|
| 139 |
+
|
| 140 |
+
const ordinalNumber = (dirtyNumber, options) => {
|
| 141 |
+
const number = Number(dirtyNumber);
|
| 142 |
+
|
| 143 |
+
if (options?.unit === "week") {
|
| 144 |
+
return number + "ª";
|
| 145 |
+
}
|
| 146 |
+
return number + "º";
|
| 147 |
+
};
|
| 148 |
+
|
| 149 |
+
const localize = (exports.localize = {
|
| 150 |
+
ordinalNumber,
|
| 151 |
+
|
| 152 |
+
era: (0, _index.buildLocalizeFn)({
|
| 153 |
+
values: eraValues,
|
| 154 |
+
defaultWidth: "wide",
|
| 155 |
+
}),
|
| 156 |
+
|
| 157 |
+
quarter: (0, _index.buildLocalizeFn)({
|
| 158 |
+
values: quarterValues,
|
| 159 |
+
defaultWidth: "wide",
|
| 160 |
+
argumentCallback: (quarter) => quarter - 1,
|
| 161 |
+
}),
|
| 162 |
+
|
| 163 |
+
month: (0, _index.buildLocalizeFn)({
|
| 164 |
+
values: monthValues,
|
| 165 |
+
defaultWidth: "wide",
|
| 166 |
+
}),
|
| 167 |
+
|
| 168 |
+
day: (0, _index.buildLocalizeFn)({
|
| 169 |
+
values: dayValues,
|
| 170 |
+
defaultWidth: "wide",
|
| 171 |
+
}),
|
| 172 |
+
|
| 173 |
+
dayPeriod: (0, _index.buildLocalizeFn)({
|
| 174 |
+
values: dayPeriodValues,
|
| 175 |
+
defaultWidth: "wide",
|
| 176 |
+
formattingValues: formattingDayPeriodValues,
|
| 177 |
+
defaultFormattingWidth: "wide",
|
| 178 |
+
}),
|
| 179 |
+
});
|
node_modules/date-fns/locale/pt-BR/_lib/localize.d.cts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Localize } from "../../types.js";
|
| 2 |
+
export declare const localize: Localize;
|
node_modules/date-fns/locale/pt-BR/_lib/localize.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Localize } from "../../types.js";
|
| 2 |
+
export declare const localize: Localize;
|
node_modules/date-fns/locale/pt-BR/_lib/localize.js
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { buildLocalizeFn } from "../../_lib/buildLocalizeFn.js";
|
| 2 |
+
|
| 3 |
+
const eraValues = {
|
| 4 |
+
narrow: ["AC", "DC"],
|
| 5 |
+
abbreviated: ["AC", "DC"],
|
| 6 |
+
wide: ["antes de cristo", "depois de cristo"],
|
| 7 |
+
};
|
| 8 |
+
|
| 9 |
+
const quarterValues = {
|
| 10 |
+
narrow: ["1", "2", "3", "4"],
|
| 11 |
+
abbreviated: ["T1", "T2", "T3", "T4"],
|
| 12 |
+
wide: ["1º trimestre", "2º trimestre", "3º trimestre", "4º trimestre"],
|
| 13 |
+
};
|
| 14 |
+
|
| 15 |
+
const monthValues = {
|
| 16 |
+
narrow: ["j", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
| 17 |
+
abbreviated: [
|
| 18 |
+
"jan",
|
| 19 |
+
"fev",
|
| 20 |
+
"mar",
|
| 21 |
+
"abr",
|
| 22 |
+
"mai",
|
| 23 |
+
"jun",
|
| 24 |
+
"jul",
|
| 25 |
+
"ago",
|
| 26 |
+
"set",
|
| 27 |
+
"out",
|
| 28 |
+
"nov",
|
| 29 |
+
"dez",
|
| 30 |
+
],
|
| 31 |
+
|
| 32 |
+
wide: [
|
| 33 |
+
"janeiro",
|
| 34 |
+
"fevereiro",
|
| 35 |
+
"março",
|
| 36 |
+
"abril",
|
| 37 |
+
"maio",
|
| 38 |
+
"junho",
|
| 39 |
+
"julho",
|
| 40 |
+
"agosto",
|
| 41 |
+
"setembro",
|
| 42 |
+
"outubro",
|
| 43 |
+
"novembro",
|
| 44 |
+
"dezembro",
|
| 45 |
+
],
|
| 46 |
+
};
|
| 47 |
+
|
| 48 |
+
const dayValues = {
|
| 49 |
+
narrow: ["D", "S", "T", "Q", "Q", "S", "S"],
|
| 50 |
+
short: ["dom", "seg", "ter", "qua", "qui", "sex", "sab"],
|
| 51 |
+
abbreviated: [
|
| 52 |
+
"domingo",
|
| 53 |
+
"segunda",
|
| 54 |
+
"terça",
|
| 55 |
+
"quarta",
|
| 56 |
+
"quinta",
|
| 57 |
+
"sexta",
|
| 58 |
+
"sábado",
|
| 59 |
+
],
|
| 60 |
+
|
| 61 |
+
wide: [
|
| 62 |
+
"domingo",
|
| 63 |
+
"segunda-feira",
|
| 64 |
+
"terça-feira",
|
| 65 |
+
"quarta-feira",
|
| 66 |
+
"quinta-feira",
|
| 67 |
+
"sexta-feira",
|
| 68 |
+
"sábado",
|
| 69 |
+
],
|
| 70 |
+
};
|
| 71 |
+
|
| 72 |
+
const dayPeriodValues = {
|
| 73 |
+
narrow: {
|
| 74 |
+
am: "a",
|
| 75 |
+
pm: "p",
|
| 76 |
+
midnight: "mn",
|
| 77 |
+
noon: "md",
|
| 78 |
+
morning: "manhã",
|
| 79 |
+
afternoon: "tarde",
|
| 80 |
+
evening: "tarde",
|
| 81 |
+
night: "noite",
|
| 82 |
+
},
|
| 83 |
+
abbreviated: {
|
| 84 |
+
am: "AM",
|
| 85 |
+
pm: "PM",
|
| 86 |
+
midnight: "meia-noite",
|
| 87 |
+
noon: "meio-dia",
|
| 88 |
+
morning: "manhã",
|
| 89 |
+
afternoon: "tarde",
|
| 90 |
+
evening: "tarde",
|
| 91 |
+
night: "noite",
|
| 92 |
+
},
|
| 93 |
+
wide: {
|
| 94 |
+
am: "a.m.",
|
| 95 |
+
pm: "p.m.",
|
| 96 |
+
midnight: "meia-noite",
|
| 97 |
+
noon: "meio-dia",
|
| 98 |
+
morning: "manhã",
|
| 99 |
+
afternoon: "tarde",
|
| 100 |
+
evening: "tarde",
|
| 101 |
+
night: "noite",
|
| 102 |
+
},
|
| 103 |
+
};
|
| 104 |
+
|
| 105 |
+
const formattingDayPeriodValues = {
|
| 106 |
+
narrow: {
|
| 107 |
+
am: "a",
|
| 108 |
+
pm: "p",
|
| 109 |
+
midnight: "mn",
|
| 110 |
+
noon: "md",
|
| 111 |
+
morning: "da manhã",
|
| 112 |
+
afternoon: "da tarde",
|
| 113 |
+
evening: "da tarde",
|
| 114 |
+
night: "da noite",
|
| 115 |
+
},
|
| 116 |
+
abbreviated: {
|
| 117 |
+
am: "AM",
|
| 118 |
+
pm: "PM",
|
| 119 |
+
midnight: "meia-noite",
|
| 120 |
+
noon: "meio-dia",
|
| 121 |
+
morning: "da manhã",
|
| 122 |
+
afternoon: "da tarde",
|
| 123 |
+
evening: "da tarde",
|
| 124 |
+
night: "da noite",
|
| 125 |
+
},
|
| 126 |
+
wide: {
|
| 127 |
+
am: "a.m.",
|
| 128 |
+
pm: "p.m.",
|
| 129 |
+
midnight: "meia-noite",
|
| 130 |
+
noon: "meio-dia",
|
| 131 |
+
morning: "da manhã",
|
| 132 |
+
afternoon: "da tarde",
|
| 133 |
+
evening: "da tarde",
|
| 134 |
+
night: "da noite",
|
| 135 |
+
},
|
| 136 |
+
};
|
| 137 |
+
|
| 138 |
+
const ordinalNumber = (dirtyNumber, options) => {
|
| 139 |
+
const number = Number(dirtyNumber);
|
| 140 |
+
|
| 141 |
+
if (options?.unit === "week") {
|
| 142 |
+
return number + "ª";
|
| 143 |
+
}
|
| 144 |
+
return number + "º";
|
| 145 |
+
};
|
| 146 |
+
|
| 147 |
+
export const localize = {
|
| 148 |
+
ordinalNumber,
|
| 149 |
+
|
| 150 |
+
era: buildLocalizeFn({
|
| 151 |
+
values: eraValues,
|
| 152 |
+
defaultWidth: "wide",
|
| 153 |
+
}),
|
| 154 |
+
|
| 155 |
+
quarter: buildLocalizeFn({
|
| 156 |
+
values: quarterValues,
|
| 157 |
+
defaultWidth: "wide",
|
| 158 |
+
argumentCallback: (quarter) => quarter - 1,
|
| 159 |
+
}),
|
| 160 |
+
|
| 161 |
+
month: buildLocalizeFn({
|
| 162 |
+
values: monthValues,
|
| 163 |
+
defaultWidth: "wide",
|
| 164 |
+
}),
|
| 165 |
+
|
| 166 |
+
day: buildLocalizeFn({
|
| 167 |
+
values: dayValues,
|
| 168 |
+
defaultWidth: "wide",
|
| 169 |
+
}),
|
| 170 |
+
|
| 171 |
+
dayPeriod: buildLocalizeFn({
|
| 172 |
+
values: dayPeriodValues,
|
| 173 |
+
defaultWidth: "wide",
|
| 174 |
+
formattingValues: formattingDayPeriodValues,
|
| 175 |
+
defaultFormattingWidth: "wide",
|
| 176 |
+
}),
|
| 177 |
+
};
|
node_modules/date-fns/locale/pt-BR/_lib/match.cjs
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.match = void 0;
|
| 3 |
+
|
| 4 |
+
var _index = require("../../_lib/buildMatchFn.cjs");
|
| 5 |
+
var _index2 = require("../../_lib/buildMatchPatternFn.cjs");
|
| 6 |
+
|
| 7 |
+
const matchOrdinalNumberPattern = /^(\d+)[ºªo]?/i;
|
| 8 |
+
const parseOrdinalNumberPattern = /\d+/i;
|
| 9 |
+
|
| 10 |
+
const matchEraPatterns = {
|
| 11 |
+
narrow: /^(ac|dc|a|d)/i,
|
| 12 |
+
abbreviated: /^(a\.?\s?c\.?|d\.?\s?c\.?)/i,
|
| 13 |
+
wide: /^(antes de cristo|depois de cristo)/i,
|
| 14 |
+
};
|
| 15 |
+
const parseEraPatterns = {
|
| 16 |
+
any: [/^ac/i, /^dc/i],
|
| 17 |
+
wide: [/^antes de cristo/i, /^depois de cristo/i],
|
| 18 |
+
};
|
| 19 |
+
|
| 20 |
+
const matchQuarterPatterns = {
|
| 21 |
+
narrow: /^[1234]/i,
|
| 22 |
+
abbreviated: /^T[1234]/i,
|
| 23 |
+
wide: /^[1234](º)? trimestre/i,
|
| 24 |
+
};
|
| 25 |
+
const parseQuarterPatterns = {
|
| 26 |
+
any: [/1/i, /2/i, /3/i, /4/i],
|
| 27 |
+
};
|
| 28 |
+
|
| 29 |
+
const matchMonthPatterns = {
|
| 30 |
+
narrow: /^[jfmajsond]/i,
|
| 31 |
+
abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,
|
| 32 |
+
wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i,
|
| 33 |
+
};
|
| 34 |
+
const parseMonthPatterns = {
|
| 35 |
+
narrow: [
|
| 36 |
+
/^j/i,
|
| 37 |
+
/^f/i,
|
| 38 |
+
/^m/i,
|
| 39 |
+
/^a/i,
|
| 40 |
+
/^m/i,
|
| 41 |
+
/^j/i,
|
| 42 |
+
/^j/i,
|
| 43 |
+
/^a/i,
|
| 44 |
+
/^s/i,
|
| 45 |
+
/^o/i,
|
| 46 |
+
/^n/i,
|
| 47 |
+
/^d/i,
|
| 48 |
+
],
|
| 49 |
+
|
| 50 |
+
any: [
|
| 51 |
+
/^ja/i,
|
| 52 |
+
/^fev/i,
|
| 53 |
+
/^mar/i,
|
| 54 |
+
/^abr/i,
|
| 55 |
+
/^mai/i,
|
| 56 |
+
/^jun/i,
|
| 57 |
+
/^jul/i,
|
| 58 |
+
/^ago/i,
|
| 59 |
+
/^set/i,
|
| 60 |
+
/^out/i,
|
| 61 |
+
/^nov/i,
|
| 62 |
+
/^dez/i,
|
| 63 |
+
],
|
| 64 |
+
};
|
| 65 |
+
|
| 66 |
+
const matchDayPatterns = {
|
| 67 |
+
narrow: /^(dom|[23456]ª?|s[aá]b)/i,
|
| 68 |
+
short: /^(dom|[23456]ª?|s[aá]b)/i,
|
| 69 |
+
abbreviated: /^(dom|seg|ter|qua|qui|sex|s[aá]b)/i,
|
| 70 |
+
wide: /^(domingo|(segunda|ter[cç]a|quarta|quinta|sexta)([- ]feira)?|s[aá]bado)/i,
|
| 71 |
+
};
|
| 72 |
+
const parseDayPatterns = {
|
| 73 |
+
short: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],
|
| 74 |
+
narrow: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],
|
| 75 |
+
any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[aá]b/i],
|
| 76 |
+
};
|
| 77 |
+
|
| 78 |
+
const matchDayPeriodPatterns = {
|
| 79 |
+
narrow: /^(a|p|mn|md|(da) (manhã|tarde|noite))/i,
|
| 80 |
+
any: /^([ap]\.?\s?m\.?|meia[-\s]noite|meio[-\s]dia|(da) (manhã|tarde|noite))/i,
|
| 81 |
+
};
|
| 82 |
+
const parseDayPeriodPatterns = {
|
| 83 |
+
any: {
|
| 84 |
+
am: /^a/i,
|
| 85 |
+
pm: /^p/i,
|
| 86 |
+
midnight: /^mn|^meia[-\s]noite/i,
|
| 87 |
+
noon: /^md|^meio[-\s]dia/i,
|
| 88 |
+
morning: /manhã/i,
|
| 89 |
+
afternoon: /tarde/i,
|
| 90 |
+
evening: /tarde/i,
|
| 91 |
+
night: /noite/i,
|
| 92 |
+
},
|
| 93 |
+
};
|
| 94 |
+
|
| 95 |
+
const match = (exports.match = {
|
| 96 |
+
ordinalNumber: (0, _index2.buildMatchPatternFn)({
|
| 97 |
+
matchPattern: matchOrdinalNumberPattern,
|
| 98 |
+
parsePattern: parseOrdinalNumberPattern,
|
| 99 |
+
valueCallback: (value) => parseInt(value, 10),
|
| 100 |
+
}),
|
| 101 |
+
|
| 102 |
+
era: (0, _index.buildMatchFn)({
|
| 103 |
+
matchPatterns: matchEraPatterns,
|
| 104 |
+
defaultMatchWidth: "wide",
|
| 105 |
+
parsePatterns: parseEraPatterns,
|
| 106 |
+
defaultParseWidth: "any",
|
| 107 |
+
}),
|
| 108 |
+
|
| 109 |
+
quarter: (0, _index.buildMatchFn)({
|
| 110 |
+
matchPatterns: matchQuarterPatterns,
|
| 111 |
+
defaultMatchWidth: "wide",
|
| 112 |
+
parsePatterns: parseQuarterPatterns,
|
| 113 |
+
defaultParseWidth: "any",
|
| 114 |
+
valueCallback: (index) => index + 1,
|
| 115 |
+
}),
|
| 116 |
+
|
| 117 |
+
month: (0, _index.buildMatchFn)({
|
| 118 |
+
matchPatterns: matchMonthPatterns,
|
| 119 |
+
defaultMatchWidth: "wide",
|
| 120 |
+
parsePatterns: parseMonthPatterns,
|
| 121 |
+
defaultParseWidth: "any",
|
| 122 |
+
}),
|
| 123 |
+
|
| 124 |
+
day: (0, _index.buildMatchFn)({
|
| 125 |
+
matchPatterns: matchDayPatterns,
|
| 126 |
+
defaultMatchWidth: "wide",
|
| 127 |
+
parsePatterns: parseDayPatterns,
|
| 128 |
+
defaultParseWidth: "any",
|
| 129 |
+
}),
|
| 130 |
+
|
| 131 |
+
dayPeriod: (0, _index.buildMatchFn)({
|
| 132 |
+
matchPatterns: matchDayPeriodPatterns,
|
| 133 |
+
defaultMatchWidth: "any",
|
| 134 |
+
parsePatterns: parseDayPeriodPatterns,
|
| 135 |
+
defaultParseWidth: "any",
|
| 136 |
+
}),
|
| 137 |
+
});
|
node_modules/date-fns/locale/pt-BR/_lib/match.d.cts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Match } from "../../types.js";
|
| 2 |
+
export declare const match: Match;
|
node_modules/date-fns/locale/pt-BR/_lib/match.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Match } from "../../types.js";
|
| 2 |
+
export declare const match: Match;
|
node_modules/date-fns/locale/pt-BR/_lib/match.js
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { buildMatchFn } from "../../_lib/buildMatchFn.js";
|
| 2 |
+
import { buildMatchPatternFn } from "../../_lib/buildMatchPatternFn.js";
|
| 3 |
+
|
| 4 |
+
const matchOrdinalNumberPattern = /^(\d+)[ºªo]?/i;
|
| 5 |
+
const parseOrdinalNumberPattern = /\d+/i;
|
| 6 |
+
|
| 7 |
+
const matchEraPatterns = {
|
| 8 |
+
narrow: /^(ac|dc|a|d)/i,
|
| 9 |
+
abbreviated: /^(a\.?\s?c\.?|d\.?\s?c\.?)/i,
|
| 10 |
+
wide: /^(antes de cristo|depois de cristo)/i,
|
| 11 |
+
};
|
| 12 |
+
const parseEraPatterns = {
|
| 13 |
+
any: [/^ac/i, /^dc/i],
|
| 14 |
+
wide: [/^antes de cristo/i, /^depois de cristo/i],
|
| 15 |
+
};
|
| 16 |
+
|
| 17 |
+
const matchQuarterPatterns = {
|
| 18 |
+
narrow: /^[1234]/i,
|
| 19 |
+
abbreviated: /^T[1234]/i,
|
| 20 |
+
wide: /^[1234](º)? trimestre/i,
|
| 21 |
+
};
|
| 22 |
+
const parseQuarterPatterns = {
|
| 23 |
+
any: [/1/i, /2/i, /3/i, /4/i],
|
| 24 |
+
};
|
| 25 |
+
|
| 26 |
+
const matchMonthPatterns = {
|
| 27 |
+
narrow: /^[jfmajsond]/i,
|
| 28 |
+
abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,
|
| 29 |
+
wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i,
|
| 30 |
+
};
|
| 31 |
+
const parseMonthPatterns = {
|
| 32 |
+
narrow: [
|
| 33 |
+
/^j/i,
|
| 34 |
+
/^f/i,
|
| 35 |
+
/^m/i,
|
| 36 |
+
/^a/i,
|
| 37 |
+
/^m/i,
|
| 38 |
+
/^j/i,
|
| 39 |
+
/^j/i,
|
| 40 |
+
/^a/i,
|
| 41 |
+
/^s/i,
|
| 42 |
+
/^o/i,
|
| 43 |
+
/^n/i,
|
| 44 |
+
/^d/i,
|
| 45 |
+
],
|
| 46 |
+
|
| 47 |
+
any: [
|
| 48 |
+
/^ja/i,
|
| 49 |
+
/^fev/i,
|
| 50 |
+
/^mar/i,
|
| 51 |
+
/^abr/i,
|
| 52 |
+
/^mai/i,
|
| 53 |
+
/^jun/i,
|
| 54 |
+
/^jul/i,
|
| 55 |
+
/^ago/i,
|
| 56 |
+
/^set/i,
|
| 57 |
+
/^out/i,
|
| 58 |
+
/^nov/i,
|
| 59 |
+
/^dez/i,
|
| 60 |
+
],
|
| 61 |
+
};
|
| 62 |
+
|
| 63 |
+
const matchDayPatterns = {
|
| 64 |
+
narrow: /^(dom|[23456]ª?|s[aá]b)/i,
|
| 65 |
+
short: /^(dom|[23456]ª?|s[aá]b)/i,
|
| 66 |
+
abbreviated: /^(dom|seg|ter|qua|qui|sex|s[aá]b)/i,
|
| 67 |
+
wide: /^(domingo|(segunda|ter[cç]a|quarta|quinta|sexta)([- ]feira)?|s[aá]bado)/i,
|
| 68 |
+
};
|
| 69 |
+
const parseDayPatterns = {
|
| 70 |
+
short: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],
|
| 71 |
+
narrow: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],
|
| 72 |
+
any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[aá]b/i],
|
| 73 |
+
};
|
| 74 |
+
|
| 75 |
+
const matchDayPeriodPatterns = {
|
| 76 |
+
narrow: /^(a|p|mn|md|(da) (manhã|tarde|noite))/i,
|
| 77 |
+
any: /^([ap]\.?\s?m\.?|meia[-\s]noite|meio[-\s]dia|(da) (manhã|tarde|noite))/i,
|
| 78 |
+
};
|
| 79 |
+
const parseDayPeriodPatterns = {
|
| 80 |
+
any: {
|
| 81 |
+
am: /^a/i,
|
| 82 |
+
pm: /^p/i,
|
| 83 |
+
midnight: /^mn|^meia[-\s]noite/i,
|
| 84 |
+
noon: /^md|^meio[-\s]dia/i,
|
| 85 |
+
morning: /manhã/i,
|
| 86 |
+
afternoon: /tarde/i,
|
| 87 |
+
evening: /tarde/i,
|
| 88 |
+
night: /noite/i,
|
| 89 |
+
},
|
| 90 |
+
};
|
| 91 |
+
|
| 92 |
+
export const match = {
|
| 93 |
+
ordinalNumber: buildMatchPatternFn({
|
| 94 |
+
matchPattern: matchOrdinalNumberPattern,
|
| 95 |
+
parsePattern: parseOrdinalNumberPattern,
|
| 96 |
+
valueCallback: (value) => parseInt(value, 10),
|
| 97 |
+
}),
|
| 98 |
+
|
| 99 |
+
era: buildMatchFn({
|
| 100 |
+
matchPatterns: matchEraPatterns,
|
| 101 |
+
defaultMatchWidth: "wide",
|
| 102 |
+
parsePatterns: parseEraPatterns,
|
| 103 |
+
defaultParseWidth: "any",
|
| 104 |
+
}),
|
| 105 |
+
|
| 106 |
+
quarter: buildMatchFn({
|
| 107 |
+
matchPatterns: matchQuarterPatterns,
|
| 108 |
+
defaultMatchWidth: "wide",
|
| 109 |
+
parsePatterns: parseQuarterPatterns,
|
| 110 |
+
defaultParseWidth: "any",
|
| 111 |
+
valueCallback: (index) => index + 1,
|
| 112 |
+
}),
|
| 113 |
+
|
| 114 |
+
month: buildMatchFn({
|
| 115 |
+
matchPatterns: matchMonthPatterns,
|
| 116 |
+
defaultMatchWidth: "wide",
|
| 117 |
+
parsePatterns: parseMonthPatterns,
|
| 118 |
+
defaultParseWidth: "any",
|
| 119 |
+
}),
|
| 120 |
+
|
| 121 |
+
day: buildMatchFn({
|
| 122 |
+
matchPatterns: matchDayPatterns,
|
| 123 |
+
defaultMatchWidth: "wide",
|
| 124 |
+
parsePatterns: parseDayPatterns,
|
| 125 |
+
defaultParseWidth: "any",
|
| 126 |
+
}),
|
| 127 |
+
|
| 128 |
+
dayPeriod: buildMatchFn({
|
| 129 |
+
matchPatterns: matchDayPeriodPatterns,
|
| 130 |
+
defaultMatchWidth: "any",
|
| 131 |
+
parsePatterns: parseDayPeriodPatterns,
|
| 132 |
+
defaultParseWidth: "any",
|
| 133 |
+
}),
|
| 134 |
+
};
|
node_modules/date-fns/locale/pt-BR/cdn.js
ADDED
|
@@ -0,0 +1,542 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
(() => {
|
| 2 |
+
var _window$dateFns;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);}var __defProp = Object.defineProperty;
|
| 3 |
+
var __export = function __export(target, all) {
|
| 4 |
+
for (var name in all)
|
| 5 |
+
__defProp(target, name, {
|
| 6 |
+
get: all[name],
|
| 7 |
+
enumerable: true,
|
| 8 |
+
configurable: true,
|
| 9 |
+
set: function set(newValue) {return all[name] = function () {return newValue;};}
|
| 10 |
+
});
|
| 11 |
+
};
|
| 12 |
+
|
| 13 |
+
// lib/locale/pt-BR/_lib/formatDistance.js
|
| 14 |
+
var formatDistanceLocale = {
|
| 15 |
+
lessThanXSeconds: {
|
| 16 |
+
one: "menos de um segundo",
|
| 17 |
+
other: "menos de {{count}} segundos"
|
| 18 |
+
},
|
| 19 |
+
xSeconds: {
|
| 20 |
+
one: "1 segundo",
|
| 21 |
+
other: "{{count}} segundos"
|
| 22 |
+
},
|
| 23 |
+
halfAMinute: "meio minuto",
|
| 24 |
+
lessThanXMinutes: {
|
| 25 |
+
one: "menos de um minuto",
|
| 26 |
+
other: "menos de {{count}} minutos"
|
| 27 |
+
},
|
| 28 |
+
xMinutes: {
|
| 29 |
+
one: "1 minuto",
|
| 30 |
+
other: "{{count}} minutos"
|
| 31 |
+
},
|
| 32 |
+
aboutXHours: {
|
| 33 |
+
one: "cerca de 1 hora",
|
| 34 |
+
other: "cerca de {{count}} horas"
|
| 35 |
+
},
|
| 36 |
+
xHours: {
|
| 37 |
+
one: "1 hora",
|
| 38 |
+
other: "{{count}} horas"
|
| 39 |
+
},
|
| 40 |
+
xDays: {
|
| 41 |
+
one: "1 dia",
|
| 42 |
+
other: "{{count}} dias"
|
| 43 |
+
},
|
| 44 |
+
aboutXWeeks: {
|
| 45 |
+
one: "cerca de 1 semana",
|
| 46 |
+
other: "cerca de {{count}} semanas"
|
| 47 |
+
},
|
| 48 |
+
xWeeks: {
|
| 49 |
+
one: "1 semana",
|
| 50 |
+
other: "{{count}} semanas"
|
| 51 |
+
},
|
| 52 |
+
aboutXMonths: {
|
| 53 |
+
one: "cerca de 1 m\xEAs",
|
| 54 |
+
other: "cerca de {{count}} meses"
|
| 55 |
+
},
|
| 56 |
+
xMonths: {
|
| 57 |
+
one: "1 m\xEAs",
|
| 58 |
+
other: "{{count}} meses"
|
| 59 |
+
},
|
| 60 |
+
aboutXYears: {
|
| 61 |
+
one: "cerca de 1 ano",
|
| 62 |
+
other: "cerca de {{count}} anos"
|
| 63 |
+
},
|
| 64 |
+
xYears: {
|
| 65 |
+
one: "1 ano",
|
| 66 |
+
other: "{{count}} anos"
|
| 67 |
+
},
|
| 68 |
+
overXYears: {
|
| 69 |
+
one: "mais de 1 ano",
|
| 70 |
+
other: "mais de {{count}} anos"
|
| 71 |
+
},
|
| 72 |
+
almostXYears: {
|
| 73 |
+
one: "quase 1 ano",
|
| 74 |
+
other: "quase {{count}} anos"
|
| 75 |
+
}
|
| 76 |
+
};
|
| 77 |
+
var formatDistance = function formatDistance(token, count, options) {
|
| 78 |
+
var result;
|
| 79 |
+
var tokenValue = formatDistanceLocale[token];
|
| 80 |
+
if (typeof tokenValue === "string") {
|
| 81 |
+
result = tokenValue;
|
| 82 |
+
} else if (count === 1) {
|
| 83 |
+
result = tokenValue.one;
|
| 84 |
+
} else {
|
| 85 |
+
result = tokenValue.other.replace("{{count}}", String(count));
|
| 86 |
+
}
|
| 87 |
+
if (options !== null && options !== void 0 && options.addSuffix) {
|
| 88 |
+
if (options.comparison && options.comparison > 0) {
|
| 89 |
+
return "em " + result;
|
| 90 |
+
} else {
|
| 91 |
+
return "h\xE1 " + result;
|
| 92 |
+
}
|
| 93 |
+
}
|
| 94 |
+
return result;
|
| 95 |
+
};
|
| 96 |
+
|
| 97 |
+
// lib/locale/_lib/buildFormatLongFn.js
|
| 98 |
+
function buildFormatLongFn(args) {
|
| 99 |
+
return function () {var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
| 100 |
+
var width = options.width ? String(options.width) : args.defaultWidth;
|
| 101 |
+
var format = args.formats[width] || args.formats[args.defaultWidth];
|
| 102 |
+
return format;
|
| 103 |
+
};
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
// lib/locale/pt-BR/_lib/formatLong.js
|
| 107 |
+
var dateFormats = {
|
| 108 |
+
full: "EEEE, d 'de' MMMM 'de' y",
|
| 109 |
+
long: "d 'de' MMMM 'de' y",
|
| 110 |
+
medium: "d MMM y",
|
| 111 |
+
short: "dd/MM/yyyy"
|
| 112 |
+
};
|
| 113 |
+
var timeFormats = {
|
| 114 |
+
full: "HH:mm:ss zzzz",
|
| 115 |
+
long: "HH:mm:ss z",
|
| 116 |
+
medium: "HH:mm:ss",
|
| 117 |
+
short: "HH:mm"
|
| 118 |
+
};
|
| 119 |
+
var dateTimeFormats = {
|
| 120 |
+
full: "{{date}} '\xE0s' {{time}}",
|
| 121 |
+
long: "{{date}} '\xE0s' {{time}}",
|
| 122 |
+
medium: "{{date}}, {{time}}",
|
| 123 |
+
short: "{{date}}, {{time}}"
|
| 124 |
+
};
|
| 125 |
+
var formatLong = {
|
| 126 |
+
date: buildFormatLongFn({
|
| 127 |
+
formats: dateFormats,
|
| 128 |
+
defaultWidth: "full"
|
| 129 |
+
}),
|
| 130 |
+
time: buildFormatLongFn({
|
| 131 |
+
formats: timeFormats,
|
| 132 |
+
defaultWidth: "full"
|
| 133 |
+
}),
|
| 134 |
+
dateTime: buildFormatLongFn({
|
| 135 |
+
formats: dateTimeFormats,
|
| 136 |
+
defaultWidth: "full"
|
| 137 |
+
})
|
| 138 |
+
};
|
| 139 |
+
|
| 140 |
+
// lib/locale/pt-BR/_lib/formatRelative.js
|
| 141 |
+
var formatRelativeLocale = {
|
| 142 |
+
lastWeek: function lastWeek(date) {
|
| 143 |
+
var weekday = date.getDay();
|
| 144 |
+
var last = weekday === 0 || weekday === 6 ? "\xFAltimo" : "\xFAltima";
|
| 145 |
+
return "'" + last + "' eeee '\xE0s' p";
|
| 146 |
+
},
|
| 147 |
+
yesterday: "'ontem \xE0s' p",
|
| 148 |
+
today: "'hoje \xE0s' p",
|
| 149 |
+
tomorrow: "'amanh\xE3 \xE0s' p",
|
| 150 |
+
nextWeek: "eeee '\xE0s' p",
|
| 151 |
+
other: "P"
|
| 152 |
+
};
|
| 153 |
+
var formatRelative = function formatRelative(token, date, _baseDate, _options) {
|
| 154 |
+
var format = formatRelativeLocale[token];
|
| 155 |
+
if (typeof format === "function") {
|
| 156 |
+
return format(date);
|
| 157 |
+
}
|
| 158 |
+
return format;
|
| 159 |
+
};
|
| 160 |
+
|
| 161 |
+
// lib/locale/_lib/buildLocalizeFn.js
|
| 162 |
+
function buildLocalizeFn(args) {
|
| 163 |
+
return function (value, options) {
|
| 164 |
+
var context = options !== null && options !== void 0 && options.context ? String(options.context) : "standalone";
|
| 165 |
+
var valuesArray;
|
| 166 |
+
if (context === "formatting" && args.formattingValues) {
|
| 167 |
+
var defaultWidth = args.defaultFormattingWidth || args.defaultWidth;
|
| 168 |
+
var width = options !== null && options !== void 0 && options.width ? String(options.width) : defaultWidth;
|
| 169 |
+
valuesArray = args.formattingValues[width] || args.formattingValues[defaultWidth];
|
| 170 |
+
} else {
|
| 171 |
+
var _defaultWidth = args.defaultWidth;
|
| 172 |
+
var _width = options !== null && options !== void 0 && options.width ? String(options.width) : args.defaultWidth;
|
| 173 |
+
valuesArray = args.values[_width] || args.values[_defaultWidth];
|
| 174 |
+
}
|
| 175 |
+
var index = args.argumentCallback ? args.argumentCallback(value) : value;
|
| 176 |
+
return valuesArray[index];
|
| 177 |
+
};
|
| 178 |
+
}
|
| 179 |
+
|
| 180 |
+
// lib/locale/pt-BR/_lib/localize.js
|
| 181 |
+
var eraValues = {
|
| 182 |
+
narrow: ["AC", "DC"],
|
| 183 |
+
abbreviated: ["AC", "DC"],
|
| 184 |
+
wide: ["antes de cristo", "depois de cristo"]
|
| 185 |
+
};
|
| 186 |
+
var quarterValues = {
|
| 187 |
+
narrow: ["1", "2", "3", "4"],
|
| 188 |
+
abbreviated: ["T1", "T2", "T3", "T4"],
|
| 189 |
+
wide: ["1\xBA trimestre", "2\xBA trimestre", "3\xBA trimestre", "4\xBA trimestre"]
|
| 190 |
+
};
|
| 191 |
+
var monthValues = {
|
| 192 |
+
narrow: ["j", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
| 193 |
+
abbreviated: [
|
| 194 |
+
"jan",
|
| 195 |
+
"fev",
|
| 196 |
+
"mar",
|
| 197 |
+
"abr",
|
| 198 |
+
"mai",
|
| 199 |
+
"jun",
|
| 200 |
+
"jul",
|
| 201 |
+
"ago",
|
| 202 |
+
"set",
|
| 203 |
+
"out",
|
| 204 |
+
"nov",
|
| 205 |
+
"dez"],
|
| 206 |
+
|
| 207 |
+
wide: [
|
| 208 |
+
"janeiro",
|
| 209 |
+
"fevereiro",
|
| 210 |
+
"mar\xE7o",
|
| 211 |
+
"abril",
|
| 212 |
+
"maio",
|
| 213 |
+
"junho",
|
| 214 |
+
"julho",
|
| 215 |
+
"agosto",
|
| 216 |
+
"setembro",
|
| 217 |
+
"outubro",
|
| 218 |
+
"novembro",
|
| 219 |
+
"dezembro"]
|
| 220 |
+
|
| 221 |
+
};
|
| 222 |
+
var dayValues = {
|
| 223 |
+
narrow: ["D", "S", "T", "Q", "Q", "S", "S"],
|
| 224 |
+
short: ["dom", "seg", "ter", "qua", "qui", "sex", "sab"],
|
| 225 |
+
abbreviated: [
|
| 226 |
+
"domingo",
|
| 227 |
+
"segunda",
|
| 228 |
+
"ter\xE7a",
|
| 229 |
+
"quarta",
|
| 230 |
+
"quinta",
|
| 231 |
+
"sexta",
|
| 232 |
+
"s\xE1bado"],
|
| 233 |
+
|
| 234 |
+
wide: [
|
| 235 |
+
"domingo",
|
| 236 |
+
"segunda-feira",
|
| 237 |
+
"ter\xE7a-feira",
|
| 238 |
+
"quarta-feira",
|
| 239 |
+
"quinta-feira",
|
| 240 |
+
"sexta-feira",
|
| 241 |
+
"s\xE1bado"]
|
| 242 |
+
|
| 243 |
+
};
|
| 244 |
+
var dayPeriodValues = {
|
| 245 |
+
narrow: {
|
| 246 |
+
am: "a",
|
| 247 |
+
pm: "p",
|
| 248 |
+
midnight: "mn",
|
| 249 |
+
noon: "md",
|
| 250 |
+
morning: "manh\xE3",
|
| 251 |
+
afternoon: "tarde",
|
| 252 |
+
evening: "tarde",
|
| 253 |
+
night: "noite"
|
| 254 |
+
},
|
| 255 |
+
abbreviated: {
|
| 256 |
+
am: "AM",
|
| 257 |
+
pm: "PM",
|
| 258 |
+
midnight: "meia-noite",
|
| 259 |
+
noon: "meio-dia",
|
| 260 |
+
morning: "manh\xE3",
|
| 261 |
+
afternoon: "tarde",
|
| 262 |
+
evening: "tarde",
|
| 263 |
+
night: "noite"
|
| 264 |
+
},
|
| 265 |
+
wide: {
|
| 266 |
+
am: "a.m.",
|
| 267 |
+
pm: "p.m.",
|
| 268 |
+
midnight: "meia-noite",
|
| 269 |
+
noon: "meio-dia",
|
| 270 |
+
morning: "manh\xE3",
|
| 271 |
+
afternoon: "tarde",
|
| 272 |
+
evening: "tarde",
|
| 273 |
+
night: "noite"
|
| 274 |
+
}
|
| 275 |
+
};
|
| 276 |
+
var formattingDayPeriodValues = {
|
| 277 |
+
narrow: {
|
| 278 |
+
am: "a",
|
| 279 |
+
pm: "p",
|
| 280 |
+
midnight: "mn",
|
| 281 |
+
noon: "md",
|
| 282 |
+
morning: "da manh\xE3",
|
| 283 |
+
afternoon: "da tarde",
|
| 284 |
+
evening: "da tarde",
|
| 285 |
+
night: "da noite"
|
| 286 |
+
},
|
| 287 |
+
abbreviated: {
|
| 288 |
+
am: "AM",
|
| 289 |
+
pm: "PM",
|
| 290 |
+
midnight: "meia-noite",
|
| 291 |
+
noon: "meio-dia",
|
| 292 |
+
morning: "da manh\xE3",
|
| 293 |
+
afternoon: "da tarde",
|
| 294 |
+
evening: "da tarde",
|
| 295 |
+
night: "da noite"
|
| 296 |
+
},
|
| 297 |
+
wide: {
|
| 298 |
+
am: "a.m.",
|
| 299 |
+
pm: "p.m.",
|
| 300 |
+
midnight: "meia-noite",
|
| 301 |
+
noon: "meio-dia",
|
| 302 |
+
morning: "da manh\xE3",
|
| 303 |
+
afternoon: "da tarde",
|
| 304 |
+
evening: "da tarde",
|
| 305 |
+
night: "da noite"
|
| 306 |
+
}
|
| 307 |
+
};
|
| 308 |
+
var ordinalNumber = function ordinalNumber(dirtyNumber, options) {
|
| 309 |
+
var number = Number(dirtyNumber);
|
| 310 |
+
if ((options === null || options === void 0 ? void 0 : options.unit) === "week") {
|
| 311 |
+
return number + "\xAA";
|
| 312 |
+
}
|
| 313 |
+
return number + "\xBA";
|
| 314 |
+
};
|
| 315 |
+
var localize = {
|
| 316 |
+
ordinalNumber: ordinalNumber,
|
| 317 |
+
era: buildLocalizeFn({
|
| 318 |
+
values: eraValues,
|
| 319 |
+
defaultWidth: "wide"
|
| 320 |
+
}),
|
| 321 |
+
quarter: buildLocalizeFn({
|
| 322 |
+
values: quarterValues,
|
| 323 |
+
defaultWidth: "wide",
|
| 324 |
+
argumentCallback: function argumentCallback(quarter) {return quarter - 1;}
|
| 325 |
+
}),
|
| 326 |
+
month: buildLocalizeFn({
|
| 327 |
+
values: monthValues,
|
| 328 |
+
defaultWidth: "wide"
|
| 329 |
+
}),
|
| 330 |
+
day: buildLocalizeFn({
|
| 331 |
+
values: dayValues,
|
| 332 |
+
defaultWidth: "wide"
|
| 333 |
+
}),
|
| 334 |
+
dayPeriod: buildLocalizeFn({
|
| 335 |
+
values: dayPeriodValues,
|
| 336 |
+
defaultWidth: "wide",
|
| 337 |
+
formattingValues: formattingDayPeriodValues,
|
| 338 |
+
defaultFormattingWidth: "wide"
|
| 339 |
+
})
|
| 340 |
+
};
|
| 341 |
+
|
| 342 |
+
// lib/locale/_lib/buildMatchFn.js
|
| 343 |
+
function buildMatchFn(args) {
|
| 344 |
+
return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
| 345 |
+
var width = options.width;
|
| 346 |
+
var matchPattern = width && args.matchPatterns[width] || args.matchPatterns[args.defaultMatchWidth];
|
| 347 |
+
var matchResult = string.match(matchPattern);
|
| 348 |
+
if (!matchResult) {
|
| 349 |
+
return null;
|
| 350 |
+
}
|
| 351 |
+
var matchedString = matchResult[0];
|
| 352 |
+
var parsePatterns = width && args.parsePatterns[width] || args.parsePatterns[args.defaultParseWidth];
|
| 353 |
+
var key = Array.isArray(parsePatterns) ? findIndex(parsePatterns, function (pattern) {return pattern.test(matchedString);}) : findKey(parsePatterns, function (pattern) {return pattern.test(matchedString);});
|
| 354 |
+
var value;
|
| 355 |
+
value = args.valueCallback ? args.valueCallback(key) : key;
|
| 356 |
+
value = options.valueCallback ? options.valueCallback(value) : value;
|
| 357 |
+
var rest = string.slice(matchedString.length);
|
| 358 |
+
return { value: value, rest: rest };
|
| 359 |
+
};
|
| 360 |
+
}
|
| 361 |
+
function findKey(object, predicate) {
|
| 362 |
+
for (var key in object) {
|
| 363 |
+
if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {
|
| 364 |
+
return key;
|
| 365 |
+
}
|
| 366 |
+
}
|
| 367 |
+
return;
|
| 368 |
+
}
|
| 369 |
+
function findIndex(array, predicate) {
|
| 370 |
+
for (var key = 0; key < array.length; key++) {
|
| 371 |
+
if (predicate(array[key])) {
|
| 372 |
+
return key;
|
| 373 |
+
}
|
| 374 |
+
}
|
| 375 |
+
return;
|
| 376 |
+
}
|
| 377 |
+
|
| 378 |
+
// lib/locale/_lib/buildMatchPatternFn.js
|
| 379 |
+
function buildMatchPatternFn(args) {
|
| 380 |
+
return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
| 381 |
+
var matchResult = string.match(args.matchPattern);
|
| 382 |
+
if (!matchResult)
|
| 383 |
+
return null;
|
| 384 |
+
var matchedString = matchResult[0];
|
| 385 |
+
var parseResult = string.match(args.parsePattern);
|
| 386 |
+
if (!parseResult)
|
| 387 |
+
return null;
|
| 388 |
+
var value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];
|
| 389 |
+
value = options.valueCallback ? options.valueCallback(value) : value;
|
| 390 |
+
var rest = string.slice(matchedString.length);
|
| 391 |
+
return { value: value, rest: rest };
|
| 392 |
+
};
|
| 393 |
+
}
|
| 394 |
+
|
| 395 |
+
// lib/locale/pt-BR/_lib/match.js
|
| 396 |
+
var matchOrdinalNumberPattern = /^(\d+)[ºªo]?/i;
|
| 397 |
+
var parseOrdinalNumberPattern = /\d+/i;
|
| 398 |
+
var matchEraPatterns = {
|
| 399 |
+
narrow: /^(ac|dc|a|d)/i,
|
| 400 |
+
abbreviated: /^(a\.?\s?c\.?|d\.?\s?c\.?)/i,
|
| 401 |
+
wide: /^(antes de cristo|depois de cristo)/i
|
| 402 |
+
};
|
| 403 |
+
var parseEraPatterns = {
|
| 404 |
+
any: [/^ac/i, /^dc/i],
|
| 405 |
+
wide: [/^antes de cristo/i, /^depois de cristo/i]
|
| 406 |
+
};
|
| 407 |
+
var matchQuarterPatterns = {
|
| 408 |
+
narrow: /^[1234]/i,
|
| 409 |
+
abbreviated: /^T[1234]/i,
|
| 410 |
+
wide: /^[1234](º)? trimestre/i
|
| 411 |
+
};
|
| 412 |
+
var parseQuarterPatterns = {
|
| 413 |
+
any: [/1/i, /2/i, /3/i, /4/i]
|
| 414 |
+
};
|
| 415 |
+
var matchMonthPatterns = {
|
| 416 |
+
narrow: /^[jfmajsond]/i,
|
| 417 |
+
abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,
|
| 418 |
+
wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i
|
| 419 |
+
};
|
| 420 |
+
var parseMonthPatterns = {
|
| 421 |
+
narrow: [
|
| 422 |
+
/^j/i,
|
| 423 |
+
/^f/i,
|
| 424 |
+
/^m/i,
|
| 425 |
+
/^a/i,
|
| 426 |
+
/^m/i,
|
| 427 |
+
/^j/i,
|
| 428 |
+
/^j/i,
|
| 429 |
+
/^a/i,
|
| 430 |
+
/^s/i,
|
| 431 |
+
/^o/i,
|
| 432 |
+
/^n/i,
|
| 433 |
+
/^d/i],
|
| 434 |
+
|
| 435 |
+
any: [
|
| 436 |
+
/^ja/i,
|
| 437 |
+
/^fev/i,
|
| 438 |
+
/^mar/i,
|
| 439 |
+
/^abr/i,
|
| 440 |
+
/^mai/i,
|
| 441 |
+
/^jun/i,
|
| 442 |
+
/^jul/i,
|
| 443 |
+
/^ago/i,
|
| 444 |
+
/^set/i,
|
| 445 |
+
/^out/i,
|
| 446 |
+
/^nov/i,
|
| 447 |
+
/^dez/i]
|
| 448 |
+
|
| 449 |
+
};
|
| 450 |
+
var matchDayPatterns = {
|
| 451 |
+
narrow: /^(dom|[23456]ª?|s[aá]b)/i,
|
| 452 |
+
short: /^(dom|[23456]ª?|s[aá]b)/i,
|
| 453 |
+
abbreviated: /^(dom|seg|ter|qua|qui|sex|s[aá]b)/i,
|
| 454 |
+
wide: /^(domingo|(segunda|ter[cç]a|quarta|quinta|sexta)([- ]feira)?|s[aá]bado)/i
|
| 455 |
+
};
|
| 456 |
+
var parseDayPatterns = {
|
| 457 |
+
short: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],
|
| 458 |
+
narrow: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],
|
| 459 |
+
any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[aá]b/i]
|
| 460 |
+
};
|
| 461 |
+
var matchDayPeriodPatterns = {
|
| 462 |
+
narrow: /^(a|p|mn|md|(da) (manhã|tarde|noite))/i,
|
| 463 |
+
any: /^([ap]\.?\s?m\.?|meia[-\s]noite|meio[-\s]dia|(da) (manhã|tarde|noite))/i
|
| 464 |
+
};
|
| 465 |
+
var parseDayPeriodPatterns = {
|
| 466 |
+
any: {
|
| 467 |
+
am: /^a/i,
|
| 468 |
+
pm: /^p/i,
|
| 469 |
+
midnight: /^mn|^meia[-\s]noite/i,
|
| 470 |
+
noon: /^md|^meio[-\s]dia/i,
|
| 471 |
+
morning: /manhã/i,
|
| 472 |
+
afternoon: /tarde/i,
|
| 473 |
+
evening: /tarde/i,
|
| 474 |
+
night: /noite/i
|
| 475 |
+
}
|
| 476 |
+
};
|
| 477 |
+
var match = {
|
| 478 |
+
ordinalNumber: buildMatchPatternFn({
|
| 479 |
+
matchPattern: matchOrdinalNumberPattern,
|
| 480 |
+
parsePattern: parseOrdinalNumberPattern,
|
| 481 |
+
valueCallback: function valueCallback(value) {return parseInt(value, 10);}
|
| 482 |
+
}),
|
| 483 |
+
era: buildMatchFn({
|
| 484 |
+
matchPatterns: matchEraPatterns,
|
| 485 |
+
defaultMatchWidth: "wide",
|
| 486 |
+
parsePatterns: parseEraPatterns,
|
| 487 |
+
defaultParseWidth: "any"
|
| 488 |
+
}),
|
| 489 |
+
quarter: buildMatchFn({
|
| 490 |
+
matchPatterns: matchQuarterPatterns,
|
| 491 |
+
defaultMatchWidth: "wide",
|
| 492 |
+
parsePatterns: parseQuarterPatterns,
|
| 493 |
+
defaultParseWidth: "any",
|
| 494 |
+
valueCallback: function valueCallback(index) {return index + 1;}
|
| 495 |
+
}),
|
| 496 |
+
month: buildMatchFn({
|
| 497 |
+
matchPatterns: matchMonthPatterns,
|
| 498 |
+
defaultMatchWidth: "wide",
|
| 499 |
+
parsePatterns: parseMonthPatterns,
|
| 500 |
+
defaultParseWidth: "any"
|
| 501 |
+
}),
|
| 502 |
+
day: buildMatchFn({
|
| 503 |
+
matchPatterns: matchDayPatterns,
|
| 504 |
+
defaultMatchWidth: "wide",
|
| 505 |
+
parsePatterns: parseDayPatterns,
|
| 506 |
+
defaultParseWidth: "any"
|
| 507 |
+
}),
|
| 508 |
+
dayPeriod: buildMatchFn({
|
| 509 |
+
matchPatterns: matchDayPeriodPatterns,
|
| 510 |
+
defaultMatchWidth: "any",
|
| 511 |
+
parsePatterns: parseDayPeriodPatterns,
|
| 512 |
+
defaultParseWidth: "any"
|
| 513 |
+
})
|
| 514 |
+
};
|
| 515 |
+
|
| 516 |
+
// lib/locale/pt-BR.js
|
| 517 |
+
var ptBR = {
|
| 518 |
+
code: "pt-BR",
|
| 519 |
+
formatDistance: formatDistance,
|
| 520 |
+
formatLong: formatLong,
|
| 521 |
+
formatRelative: formatRelative,
|
| 522 |
+
localize: localize,
|
| 523 |
+
match: match,
|
| 524 |
+
options: {
|
| 525 |
+
weekStartsOn: 0,
|
| 526 |
+
firstWeekContainsDate: 1
|
| 527 |
+
}
|
| 528 |
+
};
|
| 529 |
+
|
| 530 |
+
// lib/locale/pt-BR/cdn.js
|
| 531 |
+
window.dateFns = _objectSpread(_objectSpread({},
|
| 532 |
+
window.dateFns), {}, {
|
| 533 |
+
locale: _objectSpread(_objectSpread({}, (_window$dateFns =
|
| 534 |
+
window.dateFns) === null || _window$dateFns === void 0 ? void 0 : _window$dateFns.locale), {}, {
|
| 535 |
+
ptBR: ptBR }) });
|
| 536 |
+
|
| 537 |
+
|
| 538 |
+
|
| 539 |
+
//# debugId=34A505ED4FAA16FE64756E2164756E21
|
| 540 |
+
|
| 541 |
+
//# sourceMappingURL=cdn.js.map
|
| 542 |
+
})();
|
node_modules/date-fns/locale/pt-BR/cdn.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"cdn.js","names":["__defProp","Object","defineProperty","__export","target","all","name","get","enumerable","configurable","set","newValue","formatDistanceLocale","lessThanXSeconds","one","other","xSeconds","halfAMinute","lessThanXMinutes","xMinutes","aboutXHours","xHours","xDays","aboutXWeeks","xWeeks","aboutXMonths","xMonths","aboutXYears","xYears","overXYears","almostXYears","formatDistance","token","count","options","result","tokenValue","replace","String","addSuffix","comparison","buildFormatLongFn","args","arguments","length","undefined","width","defaultWidth","format","formats","dateFormats","full","long","medium","short","timeFormats","dateTimeFormats","formatLong","date","time","dateTime","formatRelativeLocale","lastWeek","weekday","getDay","last","yesterday","today","tomorrow","nextWeek","formatRelative","_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","ptBR","code","weekStartsOn","firstWeekContainsDate","window","dateFns","_objectSpread","locale","_window$dateFns"],"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/pt-BR/_lib/formatDistance.js\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"menos de um segundo\",\n other: \"menos de {{count}} segundos\"\n },\n xSeconds: {\n one: \"1 segundo\",\n other: \"{{count}} segundos\"\n },\n halfAMinute: \"meio minuto\",\n lessThanXMinutes: {\n one: \"menos de um minuto\",\n other: \"menos de {{count}} minutos\"\n },\n xMinutes: {\n one: \"1 minuto\",\n other: \"{{count}} minutos\"\n },\n aboutXHours: {\n one: \"cerca de 1 hora\",\n other: \"cerca de {{count}} horas\"\n },\n xHours: {\n one: \"1 hora\",\n other: \"{{count}} horas\"\n },\n xDays: {\n one: \"1 dia\",\n other: \"{{count}} dias\"\n },\n aboutXWeeks: {\n one: \"cerca de 1 semana\",\n other: \"cerca de {{count}} semanas\"\n },\n xWeeks: {\n one: \"1 semana\",\n other: \"{{count}} semanas\"\n },\n aboutXMonths: {\n one: \"cerca de 1 m\\xEAs\",\n other: \"cerca de {{count}} meses\"\n },\n xMonths: {\n one: \"1 m\\xEAs\",\n other: \"{{count}} meses\"\n },\n aboutXYears: {\n one: \"cerca de 1 ano\",\n other: \"cerca de {{count}} anos\"\n },\n xYears: {\n one: \"1 ano\",\n other: \"{{count}} anos\"\n },\n overXYears: {\n one: \"mais de 1 ano\",\n other: \"mais de {{count}} anos\"\n },\n almostXYears: {\n one: \"quase 1 ano\",\n other: \"quase {{count}} anos\"\n }\n};\nvar formatDistance = (token, count, options) => {\n let result;\n const tokenValue = formatDistanceLocale[token];\n if (typeof tokenValue === \"string\") {\n result = tokenValue;\n } else if (count === 1) {\n result = tokenValue.one;\n } else {\n result = tokenValue.other.replace(\"{{count}}\", String(count));\n }\n if (options?.addSuffix) {\n if (options.comparison && options.comparison > 0) {\n return \"em \" + result;\n } else {\n return \"h\\xE1 \" + result;\n }\n }\n return result;\n};\n\n// lib/locale/_lib/buildFormatLongFn.js\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/pt-BR/_lib/formatLong.js\nvar dateFormats = {\n full: \"EEEE, d 'de' MMMM 'de' y\",\n long: \"d 'de' MMMM 'de' y\",\n medium: \"d MMM y\",\n short: \"dd/MM/yyyy\"\n};\nvar timeFormats = {\n full: \"HH:mm:ss zzzz\",\n long: \"HH:mm:ss z\",\n medium: \"HH:mm:ss\",\n short: \"HH:mm\"\n};\nvar dateTimeFormats = {\n full: \"{{date}} '\\xE0s' {{time}}\",\n long: \"{{date}} '\\xE0s' {{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/pt-BR/_lib/formatRelative.js\nvar formatRelativeLocale = {\n lastWeek: (date) => {\n const weekday = date.getDay();\n const last = weekday === 0 || weekday === 6 ? \"\\xFAltimo\" : \"\\xFAltima\";\n return \"'\" + last + \"' eeee '\\xE0s' p\";\n },\n yesterday: \"'ontem \\xE0s' p\",\n today: \"'hoje \\xE0s' p\",\n tomorrow: \"'amanh\\xE3 \\xE0s' p\",\n nextWeek: \"eeee '\\xE0s' p\",\n other: \"P\"\n};\nvar formatRelative = (token, date, _baseDate, _options) => {\n const format = formatRelativeLocale[token];\n if (typeof format === \"function\") {\n return format(date);\n }\n return format;\n};\n\n// lib/locale/_lib/buildLocalizeFn.js\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/pt-BR/_lib/localize.js\nvar eraValues = {\n narrow: [\"AC\", \"DC\"],\n abbreviated: [\"AC\", \"DC\"],\n wide: [\"antes de cristo\", \"depois de cristo\"]\n};\nvar quarterValues = {\n narrow: [\"1\", \"2\", \"3\", \"4\"],\n abbreviated: [\"T1\", \"T2\", \"T3\", \"T4\"],\n wide: [\"1\\xBA trimestre\", \"2\\xBA trimestre\", \"3\\xBA trimestre\", \"4\\xBA trimestre\"]\n};\nvar monthValues = {\n narrow: [\"j\", \"f\", \"m\", \"a\", \"m\", \"j\", \"j\", \"a\", \"s\", \"o\", \"n\", \"d\"],\n abbreviated: [\n \"jan\",\n \"fev\",\n \"mar\",\n \"abr\",\n \"mai\",\n \"jun\",\n \"jul\",\n \"ago\",\n \"set\",\n \"out\",\n \"nov\",\n \"dez\"\n ],\n wide: [\n \"janeiro\",\n \"fevereiro\",\n \"mar\\xE7o\",\n \"abril\",\n \"maio\",\n \"junho\",\n \"julho\",\n \"agosto\",\n \"setembro\",\n \"outubro\",\n \"novembro\",\n \"dezembro\"\n ]\n};\nvar dayValues = {\n narrow: [\"D\", \"S\", \"T\", \"Q\", \"Q\", \"S\", \"S\"],\n short: [\"dom\", \"seg\", \"ter\", \"qua\", \"qui\", \"sex\", \"sab\"],\n abbreviated: [\n \"domingo\",\n \"segunda\",\n \"ter\\xE7a\",\n \"quarta\",\n \"quinta\",\n \"sexta\",\n \"s\\xE1bado\"\n ],\n wide: [\n \"domingo\",\n \"segunda-feira\",\n \"ter\\xE7a-feira\",\n \"quarta-feira\",\n \"quinta-feira\",\n \"sexta-feira\",\n \"s\\xE1bado\"\n ]\n};\nvar dayPeriodValues = {\n narrow: {\n am: \"a\",\n pm: \"p\",\n midnight: \"mn\",\n noon: \"md\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"tarde\",\n night: \"noite\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"tarde\",\n night: \"noite\"\n },\n wide: {\n am: \"a.m.\",\n pm: \"p.m.\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"tarde\",\n night: \"noite\"\n }\n};\nvar formattingDayPeriodValues = {\n narrow: {\n am: \"a\",\n pm: \"p\",\n midnight: \"mn\",\n noon: \"md\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da tarde\",\n night: \"da noite\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da tarde\",\n night: \"da noite\"\n },\n wide: {\n am: \"a.m.\",\n pm: \"p.m.\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da tarde\",\n night: \"da noite\"\n }\n};\nvar ordinalNumber = (dirtyNumber, options) => {\n const number = Number(dirtyNumber);\n if (options?.unit === \"week\") {\n return number + \"\\xAA\";\n }\n return number + \"\\xBA\";\n};\nvar localize = {\n ordinalNumber,\n era: buildLocalizeFn({\n values: eraValues,\n defaultWidth: \"wide\"\n }),\n quarter: buildLocalizeFn({\n values: quarterValues,\n defaultWidth: \"wide\",\n argumentCallback: (quarter) => quarter - 1\n }),\n month: buildLocalizeFn({\n values: monthValues,\n defaultWidth: \"wide\"\n }),\n day: buildLocalizeFn({\n values: dayValues,\n defaultWidth: \"wide\"\n }),\n dayPeriod: buildLocalizeFn({\n values: dayPeriodValues,\n defaultWidth: \"wide\",\n formattingValues: formattingDayPeriodValues,\n defaultFormattingWidth: \"wide\"\n })\n};\n\n// lib/locale/_lib/buildMatchFn.js\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}\nfunction findKey(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}\nfunction findIndex(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.js\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/pt-BR/_lib/match.js\nvar matchOrdinalNumberPattern = /^(\\d+)[ºªo]?/i;\nvar parseOrdinalNumberPattern = /\\d+/i;\nvar matchEraPatterns = {\n narrow: /^(ac|dc|a|d)/i,\n abbreviated: /^(a\\.?\\s?c\\.?|d\\.?\\s?c\\.?)/i,\n wide: /^(antes de cristo|depois de cristo)/i\n};\nvar parseEraPatterns = {\n any: [/^ac/i, /^dc/i],\n wide: [/^antes de cristo/i, /^depois de cristo/i]\n};\nvar matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^T[1234]/i,\n wide: /^[1234](º)? trimestre/i\n};\nvar parseQuarterPatterns = {\n any: [/1/i, /2/i, /3/i, /4/i]\n};\nvar matchMonthPatterns = {\n narrow: /^[jfmajsond]/i,\n abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,\n wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i\n};\nvar parseMonthPatterns = {\n narrow: [\n /^j/i,\n /^f/i,\n /^m/i,\n /^a/i,\n /^m/i,\n /^j/i,\n /^j/i,\n /^a/i,\n /^s/i,\n /^o/i,\n /^n/i,\n /^d/i\n ],\n any: [\n /^ja/i,\n /^fev/i,\n /^mar/i,\n /^abr/i,\n /^mai/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^set/i,\n /^out/i,\n /^nov/i,\n /^dez/i\n ]\n};\nvar matchDayPatterns = {\n narrow: /^(dom|[23456]ª?|s[aá]b)/i,\n short: /^(dom|[23456]ª?|s[aá]b)/i,\n abbreviated: /^(dom|seg|ter|qua|qui|sex|s[aá]b)/i,\n wide: /^(domingo|(segunda|ter[cç]a|quarta|quinta|sexta)([- ]feira)?|s[aá]bado)/i\n};\nvar parseDayPatterns = {\n short: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],\n narrow: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],\n any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[aá]b/i]\n};\nvar matchDayPeriodPatterns = {\n narrow: /^(a|p|mn|md|(da) (manhã|tarde|noite))/i,\n any: /^([ap]\\.?\\s?m\\.?|meia[-\\s]noite|meio[-\\s]dia|(da) (manhã|tarde|noite))/i\n};\nvar parseDayPeriodPatterns = {\n any: {\n am: /^a/i,\n pm: /^p/i,\n midnight: /^mn|^meia[-\\s]noite/i,\n noon: /^md|^meio[-\\s]dia/i,\n morning: /manhã/i,\n afternoon: /tarde/i,\n evening: /tarde/i,\n night: /noite/i\n }\n};\nvar match = {\n ordinalNumber: buildMatchPatternFn({\n matchPattern: matchOrdinalNumberPattern,\n parsePattern: parseOrdinalNumberPattern,\n valueCallback: (value) => parseInt(value, 10)\n }),\n era: buildMatchFn({\n matchPatterns: matchEraPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseEraPatterns,\n defaultParseWidth: \"any\"\n }),\n quarter: buildMatchFn({\n matchPatterns: matchQuarterPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseQuarterPatterns,\n defaultParseWidth: \"any\",\n valueCallback: (index) => index + 1\n }),\n month: buildMatchFn({\n matchPatterns: matchMonthPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseMonthPatterns,\n defaultParseWidth: \"any\"\n }),\n day: buildMatchFn({\n matchPatterns: matchDayPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseDayPatterns,\n defaultParseWidth: \"any\"\n }),\n dayPeriod: buildMatchFn({\n matchPatterns: matchDayPeriodPatterns,\n defaultMatchWidth: \"any\",\n parsePatterns: parseDayPeriodPatterns,\n defaultParseWidth: \"any\"\n })\n};\n\n// lib/locale/pt-BR.js\nvar ptBR = {\n code: \"pt-BR\",\n formatDistance,\n formatLong,\n formatRelative,\n localize,\n match,\n options: {\n weekStartsOn: 0,\n firstWeekContainsDate: 1\n }\n};\n\n// lib/locale/pt-BR/cdn.js\nwindow.dateFns = {\n ...window.dateFns,\n locale: {\n ...window.dateFns?.locale,\n ptBR\n }\n};\n\n//# debugId=34A505ED4FAA16FE64756E2164756E21\n"],"mappings":"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","ignoreList":[]}
|
node_modules/date-fns/locale/pt-BR/cdn.min.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
(()=>{var $;function U(C){return U=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},U(C)}function N(C,H){var G=Object.keys(C);if(Object.getOwnPropertySymbols){var J=Object.getOwnPropertySymbols(C);H&&(J=J.filter(function(Y){return Object.getOwnPropertyDescriptor(C,Y).enumerable})),G.push.apply(G,J)}return G}function Q(C){for(var H=1;H<arguments.length;H++){var G=arguments[H]!=null?arguments[H]:{};H%2?N(Object(G),!0).forEach(function(J){z(C,J,G[J])}):Object.getOwnPropertyDescriptors?Object.defineProperties(C,Object.getOwnPropertyDescriptors(G)):N(Object(G)).forEach(function(J){Object.defineProperty(C,J,Object.getOwnPropertyDescriptor(G,J))})}return C}function z(C,H,G){if(H=A(H),H in C)Object.defineProperty(C,H,{value:G,enumerable:!0,configurable:!0,writable:!0});else C[H]=G;return C}function A(C){var H=E(C,"string");return U(H)=="symbol"?H:String(H)}function E(C,H){if(U(C)!="object"||!C)return C;var G=C[Symbol.toPrimitive];if(G!==void 0){var J=G.call(C,H||"default");if(U(J)!="object")return J;throw new TypeError("@@toPrimitive must return a primitive value.")}return(H==="string"?String:Number)(C)}var W=Object.defineProperty,HC=function C(H,G){for(var J in G)W(H,J,{get:G[J],enumerable:!0,configurable:!0,set:function Y(X){return G[J]=function(){return X}}})},D={lessThanXSeconds:{one:"menos de um segundo",other:"menos de {{count}} segundos"},xSeconds:{one:"1 segundo",other:"{{count}} segundos"},halfAMinute:"meio minuto",lessThanXMinutes:{one:"menos de um minuto",other:"menos de {{count}} minutos"},xMinutes:{one:"1 minuto",other:"{{count}} minutos"},aboutXHours:{one:"cerca de 1 hora",other:"cerca de {{count}} horas"},xHours:{one:"1 hora",other:"{{count}} horas"},xDays:{one:"1 dia",other:"{{count}} dias"},aboutXWeeks:{one:"cerca de 1 semana",other:"cerca de {{count}} semanas"},xWeeks:{one:"1 semana",other:"{{count}} semanas"},aboutXMonths:{one:"cerca de 1 m\xEAs",other:"cerca de {{count}} meses"},xMonths:{one:"1 m\xEAs",other:"{{count}} meses"},aboutXYears:{one:"cerca de 1 ano",other:"cerca de {{count}} anos"},xYears:{one:"1 ano",other:"{{count}} anos"},overXYears:{one:"mais de 1 ano",other:"mais de {{count}} anos"},almostXYears:{one:"quase 1 ano",other:"quase {{count}} anos"}},S=function C(H,G,J){var Y,X=D[H];if(typeof X==="string")Y=X;else if(G===1)Y=X.one;else Y=X.other.replace("{{count}}",String(G));if(J!==null&&J!==void 0&&J.addSuffix)if(J.comparison&&J.comparison>0)return"em "+Y;else return"h\xE1 "+Y;return Y};function K(C){return function(){var H=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},G=H.width?String(H.width):C.defaultWidth,J=C.formats[G]||C.formats[C.defaultWidth];return J}}var M={full:"EEEE, d 'de' MMMM 'de' y",long:"d 'de' MMMM 'de' y",medium:"d MMM y",short:"dd/MM/yyyy"},R={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},L={full:"{{date}} '\xE0s' {{time}}",long:"{{date}} '\xE0s' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},V={date:K({formats:M,defaultWidth:"full"}),time:K({formats:R,defaultWidth:"full"}),dateTime:K({formats:L,defaultWidth:"full"})},j={lastWeek:function C(H){var G=H.getDay(),J=G===0||G===6?"\xFAltimo":"\xFAltima";return"'"+J+"' eeee '\xE0s' p"},yesterday:"'ontem \xE0s' p",today:"'hoje \xE0s' p",tomorrow:"'amanh\xE3 \xE0s' p",nextWeek:"eeee '\xE0s' p",other:"P"},w=function C(H,G,J,Y){var X=j[H];if(typeof X==="function")return X(G);return X};function I(C){return function(H,G){var J=G!==null&&G!==void 0&&G.context?String(G.context):"standalone",Y;if(J==="formatting"&&C.formattingValues){var X=C.defaultFormattingWidth||C.defaultWidth,Z=G!==null&&G!==void 0&&G.width?String(G.width):X;Y=C.formattingValues[Z]||C.formattingValues[X]}else{var B=C.defaultWidth,q=G!==null&&G!==void 0&&G.width?String(G.width):C.defaultWidth;Y=C.values[q]||C.values[B]}var T=C.argumentCallback?C.argumentCallback(H):H;return Y[T]}}var _={narrow:["AC","DC"],abbreviated:["AC","DC"],wide:["antes de cristo","depois de cristo"]},f={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1\xBA trimestre","2\xBA trimestre","3\xBA trimestre","4\xBA trimestre"]},v={narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],wide:["janeiro","fevereiro","mar\xE7o","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},F={narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sab"],abbreviated:["domingo","segunda","ter\xE7a","quarta","quinta","sexta","s\xE1bado"],wide:["domingo","segunda-feira","ter\xE7a-feira","quarta-feira","quinta-feira","sexta-feira","s\xE1bado"]},P={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"manh\xE3",afternoon:"tarde",evening:"tarde",night:"noite"},abbreviated:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"tarde",night:"noite"},wide:{am:"a.m.",pm:"p.m.",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"tarde",night:"noite"}},k={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"da manh\xE3",afternoon:"da tarde",evening:"da tarde",night:"da noite"},abbreviated:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da tarde",night:"da noite"},wide:{am:"a.m.",pm:"p.m.",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da tarde",night:"da noite"}},b=function C(H,G){var J=Number(H);if((G===null||G===void 0?void 0:G.unit)==="week")return J+"\xAA";return J+"\xBA"},h={ordinalNumber:b,era:I({values:_,defaultWidth:"wide"}),quarter:I({values:f,defaultWidth:"wide",argumentCallback:function C(H){return H-1}}),month:I({values:v,defaultWidth:"wide"}),day:I({values:F,defaultWidth:"wide"}),dayPeriod:I({values:P,defaultWidth:"wide",formattingValues:k,defaultFormattingWidth:"wide"})};function O(C){return function(H){var G=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},J=G.width,Y=J&&C.matchPatterns[J]||C.matchPatterns[C.defaultMatchWidth],X=H.match(Y);if(!X)return null;var Z=X[0],B=J&&C.parsePatterns[J]||C.parsePatterns[C.defaultParseWidth],q=Array.isArray(B)?c(B,function(x){return x.test(Z)}):m(B,function(x){return x.test(Z)}),T;T=C.valueCallback?C.valueCallback(q):q,T=G.valueCallback?G.valueCallback(T):T;var GC=H.slice(Z.length);return{value:T,rest:GC}}}function m(C,H){for(var G in C)if(Object.prototype.hasOwnProperty.call(C,G)&&H(C[G]))return G;return}function c(C,H){for(var G=0;G<C.length;G++)if(H(C[G]))return G;return}function y(C){return function(H){var G=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},J=H.match(C.matchPattern);if(!J)return null;var Y=J[0],X=H.match(C.parsePattern);if(!X)return null;var Z=C.valueCallback?C.valueCallback(X[0]):X[0];Z=G.valueCallback?G.valueCallback(Z):Z;var B=H.slice(Y.length);return{value:Z,rest:B}}}var g=/^(\d+)[ºªo]?/i,d=/\d+/i,p={narrow:/^(ac|dc|a|d)/i,abbreviated:/^(a\.?\s?c\.?|d\.?\s?c\.?)/i,wide:/^(antes de cristo|depois de cristo)/i},u={any:[/^ac/i,/^dc/i],wide:[/^antes de cristo/i,/^depois de cristo/i]},l={narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^[1234](º)? trimestre/i},i={any:[/1/i,/2/i,/3/i,/4/i]},n={narrow:/^[jfmajsond]/i,abbreviated:/^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,wide:/^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i},s={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^fev/i,/^mar/i,/^abr/i,/^mai/i,/^jun/i,/^jul/i,/^ago/i,/^set/i,/^out/i,/^nov/i,/^dez/i]},o={narrow:/^(dom|[23456]ª?|s[aá]b)/i,short:/^(dom|[23456]ª?|s[aá]b)/i,abbreviated:/^(dom|seg|ter|qua|qui|sex|s[aá]b)/i,wide:/^(domingo|(segunda|ter[cç]a|quarta|quinta|sexta)([- ]feira)?|s[aá]bado)/i},r={short:[/^d/i,/^2/i,/^3/i,/^4/i,/^5/i,/^6/i,/^s[aá]/i],narrow:[/^d/i,/^2/i,/^3/i,/^4/i,/^5/i,/^6/i,/^s[aá]/i],any:[/^d/i,/^seg/i,/^t/i,/^qua/i,/^qui/i,/^sex/i,/^s[aá]b/i]},a={narrow:/^(a|p|mn|md|(da) (manhã|tarde|noite))/i,any:/^([ap]\.?\s?m\.?|meia[-\s]noite|meio[-\s]dia|(da) (manhã|tarde|noite))/i},e={any:{am:/^a/i,pm:/^p/i,midnight:/^mn|^meia[-\s]noite/i,noon:/^md|^meio[-\s]dia/i,morning:/manhã/i,afternoon:/tarde/i,evening:/tarde/i,night:/noite/i}},t={ordinalNumber:y({matchPattern:g,parsePattern:d,valueCallback:function C(H){return parseInt(H,10)}}),era:O({matchPatterns:p,defaultMatchWidth:"wide",parsePatterns:u,defaultParseWidth:"any"}),quarter:O({matchPatterns:l,defaultMatchWidth:"wide",parsePatterns:i,defaultParseWidth:"any",valueCallback:function C(H){return H+1}}),month:O({matchPatterns:n,defaultMatchWidth:"wide",parsePatterns:s,defaultParseWidth:"any"}),day:O({matchPatterns:o,defaultMatchWidth:"wide",parsePatterns:r,defaultParseWidth:"any"}),dayPeriod:O({matchPatterns:a,defaultMatchWidth:"any",parsePatterns:e,defaultParseWidth:"any"})},CC={code:"pt-BR",formatDistance:S,formatLong:V,formatRelative:w,localize:h,match:t,options:{weekStartsOn:0,firstWeekContainsDate:1}};window.dateFns=Q(Q({},window.dateFns),{},{locale:Q(Q({},($=window.dateFns)===null||$===void 0?void 0:$.locale),{},{ptBR:CC})})})();
|
| 2 |
+
|
| 3 |
+
//# debugId=967C15314543570564756E2164756E21
|
node_modules/date-fns/locale/pt-BR/cdn.min.js.map
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 3,
|
| 3 |
+
"sources": ["lib/locale/pt-BR/cdn.js"],
|
| 4 |
+
"sourcesContent": [
|
| 5 |
+
"(() => {\nvar _window$dateFns;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);}var __defProp = Object.defineProperty;\nvar __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/pt-BR/_lib/formatDistance.js\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"menos de um segundo\",\n other: \"menos de {{count}} segundos\"\n },\n xSeconds: {\n one: \"1 segundo\",\n other: \"{{count}} segundos\"\n },\n halfAMinute: \"meio minuto\",\n lessThanXMinutes: {\n one: \"menos de um minuto\",\n other: \"menos de {{count}} minutos\"\n },\n xMinutes: {\n one: \"1 minuto\",\n other: \"{{count}} minutos\"\n },\n aboutXHours: {\n one: \"cerca de 1 hora\",\n other: \"cerca de {{count}} horas\"\n },\n xHours: {\n one: \"1 hora\",\n other: \"{{count}} horas\"\n },\n xDays: {\n one: \"1 dia\",\n other: \"{{count}} dias\"\n },\n aboutXWeeks: {\n one: \"cerca de 1 semana\",\n other: \"cerca de {{count}} semanas\"\n },\n xWeeks: {\n one: \"1 semana\",\n other: \"{{count}} semanas\"\n },\n aboutXMonths: {\n one: \"cerca de 1 m\\xEAs\",\n other: \"cerca de {{count}} meses\"\n },\n xMonths: {\n one: \"1 m\\xEAs\",\n other: \"{{count}} meses\"\n },\n aboutXYears: {\n one: \"cerca de 1 ano\",\n other: \"cerca de {{count}} anos\"\n },\n xYears: {\n one: \"1 ano\",\n other: \"{{count}} anos\"\n },\n overXYears: {\n one: \"mais de 1 ano\",\n other: \"mais de {{count}} anos\"\n },\n almostXYears: {\n one: \"quase 1 ano\",\n other: \"quase {{count}} anos\"\n }\n};\nvar 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 \"em \" + result;\n } else {\n return \"h\\xE1 \" + result;\n }\n }\n return result;\n};\n\n// lib/locale/_lib/buildFormatLongFn.js\nfunction 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/pt-BR/_lib/formatLong.js\nvar dateFormats = {\n full: \"EEEE, d 'de' MMMM 'de' y\",\n long: \"d 'de' MMMM 'de' y\",\n medium: \"d MMM y\",\n short: \"dd/MM/yyyy\"\n};\nvar timeFormats = {\n full: \"HH:mm:ss zzzz\",\n long: \"HH:mm:ss z\",\n medium: \"HH:mm:ss\",\n short: \"HH:mm\"\n};\nvar dateTimeFormats = {\n full: \"{{date}} '\\xE0s' {{time}}\",\n long: \"{{date}} '\\xE0s' {{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/pt-BR/_lib/formatRelative.js\nvar formatRelativeLocale = {\n lastWeek: function lastWeek(date) {\n var weekday = date.getDay();\n var last = weekday === 0 || weekday === 6 ? \"\\xFAltimo\" : \"\\xFAltima\";\n return \"'\" + last + \"' eeee '\\xE0s' p\";\n },\n yesterday: \"'ontem \\xE0s' p\",\n today: \"'hoje \\xE0s' p\",\n tomorrow: \"'amanh\\xE3 \\xE0s' p\",\n nextWeek: \"eeee '\\xE0s' p\",\n other: \"P\"\n};\nvar formatRelative = function formatRelative(token, date, _baseDate, _options) {\n var format = formatRelativeLocale[token];\n if (typeof format === \"function\") {\n return format(date);\n }\n return format;\n};\n\n// lib/locale/_lib/buildLocalizeFn.js\nfunction 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/pt-BR/_lib/localize.js\nvar eraValues = {\n narrow: [\"AC\", \"DC\"],\n abbreviated: [\"AC\", \"DC\"],\n wide: [\"antes de cristo\", \"depois de cristo\"]\n};\nvar quarterValues = {\n narrow: [\"1\", \"2\", \"3\", \"4\"],\n abbreviated: [\"T1\", \"T2\", \"T3\", \"T4\"],\n wide: [\"1\\xBA trimestre\", \"2\\xBA trimestre\", \"3\\xBA trimestre\", \"4\\xBA trimestre\"]\n};\nvar monthValues = {\n narrow: [\"j\", \"f\", \"m\", \"a\", \"m\", \"j\", \"j\", \"a\", \"s\", \"o\", \"n\", \"d\"],\n abbreviated: [\n \"jan\",\n \"fev\",\n \"mar\",\n \"abr\",\n \"mai\",\n \"jun\",\n \"jul\",\n \"ago\",\n \"set\",\n \"out\",\n \"nov\",\n \"dez\"],\n\n wide: [\n \"janeiro\",\n \"fevereiro\",\n \"mar\\xE7o\",\n \"abril\",\n \"maio\",\n \"junho\",\n \"julho\",\n \"agosto\",\n \"setembro\",\n \"outubro\",\n \"novembro\",\n \"dezembro\"]\n\n};\nvar dayValues = {\n narrow: [\"D\", \"S\", \"T\", \"Q\", \"Q\", \"S\", \"S\"],\n short: [\"dom\", \"seg\", \"ter\", \"qua\", \"qui\", \"sex\", \"sab\"],\n abbreviated: [\n \"domingo\",\n \"segunda\",\n \"ter\\xE7a\",\n \"quarta\",\n \"quinta\",\n \"sexta\",\n \"s\\xE1bado\"],\n\n wide: [\n \"domingo\",\n \"segunda-feira\",\n \"ter\\xE7a-feira\",\n \"quarta-feira\",\n \"quinta-feira\",\n \"sexta-feira\",\n \"s\\xE1bado\"]\n\n};\nvar dayPeriodValues = {\n narrow: {\n am: \"a\",\n pm: \"p\",\n midnight: \"mn\",\n noon: \"md\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"tarde\",\n night: \"noite\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"tarde\",\n night: \"noite\"\n },\n wide: {\n am: \"a.m.\",\n pm: \"p.m.\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"tarde\",\n night: \"noite\"\n }\n};\nvar formattingDayPeriodValues = {\n narrow: {\n am: \"a\",\n pm: \"p\",\n midnight: \"mn\",\n noon: \"md\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da tarde\",\n night: \"da noite\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da tarde\",\n night: \"da noite\"\n },\n wide: {\n am: \"a.m.\",\n pm: \"p.m.\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da tarde\",\n night: \"da noite\"\n }\n};\nvar ordinalNumber = function ordinalNumber(dirtyNumber, options) {\n var number = Number(dirtyNumber);\n if ((options === null || options === void 0 ? void 0 : options.unit) === \"week\") {\n return number + \"\\xAA\";\n }\n return number + \"\\xBA\";\n};\nvar 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.js\nfunction 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}\nfunction 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}\nfunction 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.js\nfunction 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/pt-BR/_lib/match.js\nvar matchOrdinalNumberPattern = /^(\\d+)[ºªo]?/i;\nvar parseOrdinalNumberPattern = /\\d+/i;\nvar matchEraPatterns = {\n narrow: /^(ac|dc|a|d)/i,\n abbreviated: /^(a\\.?\\s?c\\.?|d\\.?\\s?c\\.?)/i,\n wide: /^(antes de cristo|depois de cristo)/i\n};\nvar parseEraPatterns = {\n any: [/^ac/i, /^dc/i],\n wide: [/^antes de cristo/i, /^depois de cristo/i]\n};\nvar matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^T[1234]/i,\n wide: /^[1234](º)? trimestre/i\n};\nvar parseQuarterPatterns = {\n any: [/1/i, /2/i, /3/i, /4/i]\n};\nvar matchMonthPatterns = {\n narrow: /^[jfmajsond]/i,\n abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,\n wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i\n};\nvar parseMonthPatterns = {\n narrow: [\n /^j/i,\n /^f/i,\n /^m/i,\n /^a/i,\n /^m/i,\n /^j/i,\n /^j/i,\n /^a/i,\n /^s/i,\n /^o/i,\n /^n/i,\n /^d/i],\n\n any: [\n /^ja/i,\n /^fev/i,\n /^mar/i,\n /^abr/i,\n /^mai/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^set/i,\n /^out/i,\n /^nov/i,\n /^dez/i]\n\n};\nvar matchDayPatterns = {\n narrow: /^(dom|[23456]ª?|s[aá]b)/i,\n short: /^(dom|[23456]ª?|s[aá]b)/i,\n abbreviated: /^(dom|seg|ter|qua|qui|sex|s[aá]b)/i,\n wide: /^(domingo|(segunda|ter[cç]a|quarta|quinta|sexta)([- ]feira)?|s[aá]bado)/i\n};\nvar parseDayPatterns = {\n short: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],\n narrow: [/^d/i, /^2/i, /^3/i, /^4/i, /^5/i, /^6/i, /^s[aá]/i],\n any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[aá]b/i]\n};\nvar matchDayPeriodPatterns = {\n narrow: /^(a|p|mn|md|(da) (manhã|tarde|noite))/i,\n any: /^([ap]\\.?\\s?m\\.?|meia[-\\s]noite|meio[-\\s]dia|(da) (manhã|tarde|noite))/i\n};\nvar parseDayPeriodPatterns = {\n any: {\n am: /^a/i,\n pm: /^p/i,\n midnight: /^mn|^meia[-\\s]noite/i,\n noon: /^md|^meio[-\\s]dia/i,\n morning: /manhã/i,\n afternoon: /tarde/i,\n evening: /tarde/i,\n night: /noite/i\n }\n};\nvar 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/pt-BR.js\nvar ptBR = {\n code: \"pt-BR\",\n formatDistance: formatDistance,\n formatLong: formatLong,\n formatRelative: formatRelative,\n localize: localize,\n match: match,\n options: {\n weekStartsOn: 0,\n firstWeekContainsDate: 1\n }\n};\n\n// lib/locale/pt-BR/cdn.js\nwindow.dateFns = _objectSpread(_objectSpread({},\nwindow.dateFns), {}, {\n locale: _objectSpread(_objectSpread({}, (_window$dateFns =\n window.dateFns) === null || _window$dateFns === void 0 ? void 0 : _window$dateFns.locale), {}, {\n ptBR: ptBR }) });\n\n\n\n//# debugId=34A505ED4FAA16FE64756E2164756E21\n\n//# sourceMappingURL=cdn.js.map\n})();"
|
| 6 |
+
],
|
| 7 |
+
"mappings": "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",
|
| 8 |
+
"debugId": "967C15314543570564756E2164756E21",
|
| 9 |
+
"names": []
|
| 10 |
+
}
|
node_modules/date-fns/locale/pt.cjs
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.pt = void 0;
|
| 3 |
+
var _index = require("./pt/_lib/formatDistance.cjs");
|
| 4 |
+
var _index2 = require("./pt/_lib/formatLong.cjs");
|
| 5 |
+
var _index3 = require("./pt/_lib/formatRelative.cjs");
|
| 6 |
+
var _index4 = require("./pt/_lib/localize.cjs");
|
| 7 |
+
var _index5 = require("./pt/_lib/match.cjs");
|
| 8 |
+
|
| 9 |
+
/**
|
| 10 |
+
* @category Locales
|
| 11 |
+
* @summary Portuguese locale.
|
| 12 |
+
* @language Portuguese
|
| 13 |
+
* @iso-639-2 por
|
| 14 |
+
* @author Dário Freire [@dfreire](https://github.com/dfreire)
|
| 15 |
+
* @author Adrián de la Rosa [@adrm](https://github.com/adrm)
|
| 16 |
+
*/
|
| 17 |
+
const pt = (exports.pt = {
|
| 18 |
+
code: "pt",
|
| 19 |
+
formatDistance: _index.formatDistance,
|
| 20 |
+
formatLong: _index2.formatLong,
|
| 21 |
+
formatRelative: _index3.formatRelative,
|
| 22 |
+
localize: _index4.localize,
|
| 23 |
+
match: _index5.match,
|
| 24 |
+
options: {
|
| 25 |
+
weekStartsOn: 1 /* Monday */,
|
| 26 |
+
firstWeekContainsDate: 4,
|
| 27 |
+
},
|
| 28 |
+
});
|
node_modules/date-fns/locale/pt.d.cts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Locale } from "./types.js";
|
| 2 |
+
/**
|
| 3 |
+
* @category Locales
|
| 4 |
+
* @summary Portuguese locale.
|
| 5 |
+
* @language Portuguese
|
| 6 |
+
* @iso-639-2 por
|
| 7 |
+
* @author Dário Freire [@dfreire](https://github.com/dfreire)
|
| 8 |
+
* @author Adrián de la Rosa [@adrm](https://github.com/adrm)
|
| 9 |
+
*/
|
| 10 |
+
export declare const pt: Locale;
|
node_modules/date-fns/locale/pt.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Locale } from "./types.js";
|
| 2 |
+
/**
|
| 3 |
+
* @category Locales
|
| 4 |
+
* @summary Portuguese locale.
|
| 5 |
+
* @language Portuguese
|
| 6 |
+
* @iso-639-2 por
|
| 7 |
+
* @author Dário Freire [@dfreire](https://github.com/dfreire)
|
| 8 |
+
* @author Adrián de la Rosa [@adrm](https://github.com/adrm)
|
| 9 |
+
*/
|
| 10 |
+
export declare const pt: Locale;
|
node_modules/date-fns/locale/pt.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { formatDistance } from "./pt/_lib/formatDistance.js";
|
| 2 |
+
import { formatLong } from "./pt/_lib/formatLong.js";
|
| 3 |
+
import { formatRelative } from "./pt/_lib/formatRelative.js";
|
| 4 |
+
import { localize } from "./pt/_lib/localize.js";
|
| 5 |
+
import { match } from "./pt/_lib/match.js";
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* @category Locales
|
| 9 |
+
* @summary Portuguese locale.
|
| 10 |
+
* @language Portuguese
|
| 11 |
+
* @iso-639-2 por
|
| 12 |
+
* @author Dário Freire [@dfreire](https://github.com/dfreire)
|
| 13 |
+
* @author Adrián de la Rosa [@adrm](https://github.com/adrm)
|
| 14 |
+
*/
|
| 15 |
+
export const pt = {
|
| 16 |
+
code: "pt",
|
| 17 |
+
formatDistance: formatDistance,
|
| 18 |
+
formatLong: formatLong,
|
| 19 |
+
formatRelative: formatRelative,
|
| 20 |
+
localize: localize,
|
| 21 |
+
match: match,
|
| 22 |
+
options: {
|
| 23 |
+
weekStartsOn: 1 /* Monday */,
|
| 24 |
+
firstWeekContainsDate: 4,
|
| 25 |
+
},
|
| 26 |
+
};
|
| 27 |
+
|
| 28 |
+
// Fallback for modularized imports:
|
| 29 |
+
export default pt;
|
node_modules/date-fns/locale/pt/cdn.js
ADDED
|
@@ -0,0 +1,533 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
(() => {
|
| 2 |
+
var _window$dateFns;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);}var __defProp = Object.defineProperty;
|
| 3 |
+
var __export = function __export(target, all) {
|
| 4 |
+
for (var name in all)
|
| 5 |
+
__defProp(target, name, {
|
| 6 |
+
get: all[name],
|
| 7 |
+
enumerable: true,
|
| 8 |
+
configurable: true,
|
| 9 |
+
set: function set(newValue) {return all[name] = function () {return newValue;};}
|
| 10 |
+
});
|
| 11 |
+
};
|
| 12 |
+
|
| 13 |
+
// lib/locale/pt/_lib/formatDistance.js
|
| 14 |
+
var formatDistanceLocale = {
|
| 15 |
+
lessThanXSeconds: {
|
| 16 |
+
one: "menos de um segundo",
|
| 17 |
+
other: "menos de {{count}} segundos"
|
| 18 |
+
},
|
| 19 |
+
xSeconds: {
|
| 20 |
+
one: "1 segundo",
|
| 21 |
+
other: "{{count}} segundos"
|
| 22 |
+
},
|
| 23 |
+
halfAMinute: "meio minuto",
|
| 24 |
+
lessThanXMinutes: {
|
| 25 |
+
one: "menos de um minuto",
|
| 26 |
+
other: "menos de {{count}} minutos"
|
| 27 |
+
},
|
| 28 |
+
xMinutes: {
|
| 29 |
+
one: "1 minuto",
|
| 30 |
+
other: "{{count}} minutos"
|
| 31 |
+
},
|
| 32 |
+
aboutXHours: {
|
| 33 |
+
one: "aproximadamente 1 hora",
|
| 34 |
+
other: "aproximadamente {{count}} horas"
|
| 35 |
+
},
|
| 36 |
+
xHours: {
|
| 37 |
+
one: "1 hora",
|
| 38 |
+
other: "{{count}} horas"
|
| 39 |
+
},
|
| 40 |
+
xDays: {
|
| 41 |
+
one: "1 dia",
|
| 42 |
+
other: "{{count}} dias"
|
| 43 |
+
},
|
| 44 |
+
aboutXWeeks: {
|
| 45 |
+
one: "aproximadamente 1 semana",
|
| 46 |
+
other: "aproximadamente {{count}} semanas"
|
| 47 |
+
},
|
| 48 |
+
xWeeks: {
|
| 49 |
+
one: "1 semana",
|
| 50 |
+
other: "{{count}} semanas"
|
| 51 |
+
},
|
| 52 |
+
aboutXMonths: {
|
| 53 |
+
one: "aproximadamente 1 m\xEAs",
|
| 54 |
+
other: "aproximadamente {{count}} meses"
|
| 55 |
+
},
|
| 56 |
+
xMonths: {
|
| 57 |
+
one: "1 m\xEAs",
|
| 58 |
+
other: "{{count}} meses"
|
| 59 |
+
},
|
| 60 |
+
aboutXYears: {
|
| 61 |
+
one: "aproximadamente 1 ano",
|
| 62 |
+
other: "aproximadamente {{count}} anos"
|
| 63 |
+
},
|
| 64 |
+
xYears: {
|
| 65 |
+
one: "1 ano",
|
| 66 |
+
other: "{{count}} anos"
|
| 67 |
+
},
|
| 68 |
+
overXYears: {
|
| 69 |
+
one: "mais de 1 ano",
|
| 70 |
+
other: "mais de {{count}} anos"
|
| 71 |
+
},
|
| 72 |
+
almostXYears: {
|
| 73 |
+
one: "quase 1 ano",
|
| 74 |
+
other: "quase {{count}} anos"
|
| 75 |
+
}
|
| 76 |
+
};
|
| 77 |
+
var formatDistance = function formatDistance(token, count, options) {
|
| 78 |
+
var result;
|
| 79 |
+
var tokenValue = formatDistanceLocale[token];
|
| 80 |
+
if (typeof tokenValue === "string") {
|
| 81 |
+
result = tokenValue;
|
| 82 |
+
} else if (count === 1) {
|
| 83 |
+
result = tokenValue.one;
|
| 84 |
+
} else {
|
| 85 |
+
result = tokenValue.other.replace("{{count}}", String(count));
|
| 86 |
+
}
|
| 87 |
+
if (options !== null && options !== void 0 && options.addSuffix) {
|
| 88 |
+
if (options.comparison && options.comparison > 0) {
|
| 89 |
+
return "daqui a " + result;
|
| 90 |
+
} else {
|
| 91 |
+
return "h\xE1 " + result;
|
| 92 |
+
}
|
| 93 |
+
}
|
| 94 |
+
return result;
|
| 95 |
+
};
|
| 96 |
+
|
| 97 |
+
// lib/locale/_lib/buildFormatLongFn.js
|
| 98 |
+
function buildFormatLongFn(args) {
|
| 99 |
+
return function () {var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
| 100 |
+
var width = options.width ? String(options.width) : args.defaultWidth;
|
| 101 |
+
var format = args.formats[width] || args.formats[args.defaultWidth];
|
| 102 |
+
return format;
|
| 103 |
+
};
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
// lib/locale/pt/_lib/formatLong.js
|
| 107 |
+
var dateFormats = {
|
| 108 |
+
full: "EEEE, d 'de' MMMM 'de' y",
|
| 109 |
+
long: "d 'de' MMMM 'de' y",
|
| 110 |
+
medium: "d 'de' MMM 'de' y",
|
| 111 |
+
short: "dd/MM/y"
|
| 112 |
+
};
|
| 113 |
+
var timeFormats = {
|
| 114 |
+
full: "HH:mm:ss zzzz",
|
| 115 |
+
long: "HH:mm:ss z",
|
| 116 |
+
medium: "HH:mm:ss",
|
| 117 |
+
short: "HH:mm"
|
| 118 |
+
};
|
| 119 |
+
var dateTimeFormats = {
|
| 120 |
+
full: "{{date}} '\xE0s' {{time}}",
|
| 121 |
+
long: "{{date}} '\xE0s' {{time}}",
|
| 122 |
+
medium: "{{date}}, {{time}}",
|
| 123 |
+
short: "{{date}}, {{time}}"
|
| 124 |
+
};
|
| 125 |
+
var formatLong = {
|
| 126 |
+
date: buildFormatLongFn({
|
| 127 |
+
formats: dateFormats,
|
| 128 |
+
defaultWidth: "full"
|
| 129 |
+
}),
|
| 130 |
+
time: buildFormatLongFn({
|
| 131 |
+
formats: timeFormats,
|
| 132 |
+
defaultWidth: "full"
|
| 133 |
+
}),
|
| 134 |
+
dateTime: buildFormatLongFn({
|
| 135 |
+
formats: dateTimeFormats,
|
| 136 |
+
defaultWidth: "full"
|
| 137 |
+
})
|
| 138 |
+
};
|
| 139 |
+
|
| 140 |
+
// lib/locale/pt/_lib/formatRelative.js
|
| 141 |
+
var formatRelativeLocale = {
|
| 142 |
+
lastWeek: function lastWeek(date) {
|
| 143 |
+
var weekday = date.getDay();
|
| 144 |
+
var last = weekday === 0 || weekday === 6 ? "\xFAltimo" : "\xFAltima";
|
| 145 |
+
return "'" + last + "' eeee '\xE0s' p";
|
| 146 |
+
},
|
| 147 |
+
yesterday: "'ontem \xE0s' p",
|
| 148 |
+
today: "'hoje \xE0s' p",
|
| 149 |
+
tomorrow: "'amanh\xE3 \xE0s' p",
|
| 150 |
+
nextWeek: "eeee '\xE0s' p",
|
| 151 |
+
other: "P"
|
| 152 |
+
};
|
| 153 |
+
var formatRelative = function formatRelative(token, date, _baseDate, _options) {
|
| 154 |
+
var format = formatRelativeLocale[token];
|
| 155 |
+
if (typeof format === "function") {
|
| 156 |
+
return format(date);
|
| 157 |
+
}
|
| 158 |
+
return format;
|
| 159 |
+
};
|
| 160 |
+
|
| 161 |
+
// lib/locale/_lib/buildLocalizeFn.js
|
| 162 |
+
function buildLocalizeFn(args) {
|
| 163 |
+
return function (value, options) {
|
| 164 |
+
var context = options !== null && options !== void 0 && options.context ? String(options.context) : "standalone";
|
| 165 |
+
var valuesArray;
|
| 166 |
+
if (context === "formatting" && args.formattingValues) {
|
| 167 |
+
var defaultWidth = args.defaultFormattingWidth || args.defaultWidth;
|
| 168 |
+
var width = options !== null && options !== void 0 && options.width ? String(options.width) : defaultWidth;
|
| 169 |
+
valuesArray = args.formattingValues[width] || args.formattingValues[defaultWidth];
|
| 170 |
+
} else {
|
| 171 |
+
var _defaultWidth = args.defaultWidth;
|
| 172 |
+
var _width = options !== null && options !== void 0 && options.width ? String(options.width) : args.defaultWidth;
|
| 173 |
+
valuesArray = args.values[_width] || args.values[_defaultWidth];
|
| 174 |
+
}
|
| 175 |
+
var index = args.argumentCallback ? args.argumentCallback(value) : value;
|
| 176 |
+
return valuesArray[index];
|
| 177 |
+
};
|
| 178 |
+
}
|
| 179 |
+
|
| 180 |
+
// lib/locale/pt/_lib/localize.js
|
| 181 |
+
var eraValues = {
|
| 182 |
+
narrow: ["aC", "dC"],
|
| 183 |
+
abbreviated: ["a.C.", "d.C."],
|
| 184 |
+
wide: ["antes de Cristo", "depois de Cristo"]
|
| 185 |
+
};
|
| 186 |
+
var quarterValues = {
|
| 187 |
+
narrow: ["1", "2", "3", "4"],
|
| 188 |
+
abbreviated: ["T1", "T2", "T3", "T4"],
|
| 189 |
+
wide: ["1\xBA trimestre", "2\xBA trimestre", "3\xBA trimestre", "4\xBA trimestre"]
|
| 190 |
+
};
|
| 191 |
+
var monthValues = {
|
| 192 |
+
narrow: ["j", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
| 193 |
+
abbreviated: [
|
| 194 |
+
"jan",
|
| 195 |
+
"fev",
|
| 196 |
+
"mar",
|
| 197 |
+
"abr",
|
| 198 |
+
"mai",
|
| 199 |
+
"jun",
|
| 200 |
+
"jul",
|
| 201 |
+
"ago",
|
| 202 |
+
"set",
|
| 203 |
+
"out",
|
| 204 |
+
"nov",
|
| 205 |
+
"dez"],
|
| 206 |
+
|
| 207 |
+
wide: [
|
| 208 |
+
"janeiro",
|
| 209 |
+
"fevereiro",
|
| 210 |
+
"mar\xE7o",
|
| 211 |
+
"abril",
|
| 212 |
+
"maio",
|
| 213 |
+
"junho",
|
| 214 |
+
"julho",
|
| 215 |
+
"agosto",
|
| 216 |
+
"setembro",
|
| 217 |
+
"outubro",
|
| 218 |
+
"novembro",
|
| 219 |
+
"dezembro"]
|
| 220 |
+
|
| 221 |
+
};
|
| 222 |
+
var dayValues = {
|
| 223 |
+
narrow: ["d", "s", "t", "q", "q", "s", "s"],
|
| 224 |
+
short: ["dom", "seg", "ter", "qua", "qui", "sex", "s\xE1b"],
|
| 225 |
+
abbreviated: ["dom", "seg", "ter", "qua", "qui", "sex", "s\xE1b"],
|
| 226 |
+
wide: [
|
| 227 |
+
"domingo",
|
| 228 |
+
"segunda-feira",
|
| 229 |
+
"ter\xE7a-feira",
|
| 230 |
+
"quarta-feira",
|
| 231 |
+
"quinta-feira",
|
| 232 |
+
"sexta-feira",
|
| 233 |
+
"s\xE1bado"]
|
| 234 |
+
|
| 235 |
+
};
|
| 236 |
+
var dayPeriodValues = {
|
| 237 |
+
narrow: {
|
| 238 |
+
am: "AM",
|
| 239 |
+
pm: "PM",
|
| 240 |
+
midnight: "meia-noite",
|
| 241 |
+
noon: "meio-dia",
|
| 242 |
+
morning: "manh\xE3",
|
| 243 |
+
afternoon: "tarde",
|
| 244 |
+
evening: "noite",
|
| 245 |
+
night: "madrugada"
|
| 246 |
+
},
|
| 247 |
+
abbreviated: {
|
| 248 |
+
am: "AM",
|
| 249 |
+
pm: "PM",
|
| 250 |
+
midnight: "meia-noite",
|
| 251 |
+
noon: "meio-dia",
|
| 252 |
+
morning: "manh\xE3",
|
| 253 |
+
afternoon: "tarde",
|
| 254 |
+
evening: "noite",
|
| 255 |
+
night: "madrugada"
|
| 256 |
+
},
|
| 257 |
+
wide: {
|
| 258 |
+
am: "AM",
|
| 259 |
+
pm: "PM",
|
| 260 |
+
midnight: "meia-noite",
|
| 261 |
+
noon: "meio-dia",
|
| 262 |
+
morning: "manh\xE3",
|
| 263 |
+
afternoon: "tarde",
|
| 264 |
+
evening: "noite",
|
| 265 |
+
night: "madrugada"
|
| 266 |
+
}
|
| 267 |
+
};
|
| 268 |
+
var formattingDayPeriodValues = {
|
| 269 |
+
narrow: {
|
| 270 |
+
am: "AM",
|
| 271 |
+
pm: "PM",
|
| 272 |
+
midnight: "meia-noite",
|
| 273 |
+
noon: "meio-dia",
|
| 274 |
+
morning: "da manh\xE3",
|
| 275 |
+
afternoon: "da tarde",
|
| 276 |
+
evening: "da noite",
|
| 277 |
+
night: "da madrugada"
|
| 278 |
+
},
|
| 279 |
+
abbreviated: {
|
| 280 |
+
am: "AM",
|
| 281 |
+
pm: "PM",
|
| 282 |
+
midnight: "meia-noite",
|
| 283 |
+
noon: "meio-dia",
|
| 284 |
+
morning: "da manh\xE3",
|
| 285 |
+
afternoon: "da tarde",
|
| 286 |
+
evening: "da noite",
|
| 287 |
+
night: "da madrugada"
|
| 288 |
+
},
|
| 289 |
+
wide: {
|
| 290 |
+
am: "AM",
|
| 291 |
+
pm: "PM",
|
| 292 |
+
midnight: "meia-noite",
|
| 293 |
+
noon: "meio-dia",
|
| 294 |
+
morning: "da manh\xE3",
|
| 295 |
+
afternoon: "da tarde",
|
| 296 |
+
evening: "da noite",
|
| 297 |
+
night: "da madrugada"
|
| 298 |
+
}
|
| 299 |
+
};
|
| 300 |
+
var ordinalNumber = function ordinalNumber(dirtyNumber, _options) {
|
| 301 |
+
var number = Number(dirtyNumber);
|
| 302 |
+
return number + "\xBA";
|
| 303 |
+
};
|
| 304 |
+
var localize = {
|
| 305 |
+
ordinalNumber: ordinalNumber,
|
| 306 |
+
era: buildLocalizeFn({
|
| 307 |
+
values: eraValues,
|
| 308 |
+
defaultWidth: "wide"
|
| 309 |
+
}),
|
| 310 |
+
quarter: buildLocalizeFn({
|
| 311 |
+
values: quarterValues,
|
| 312 |
+
defaultWidth: "wide",
|
| 313 |
+
argumentCallback: function argumentCallback(quarter) {return quarter - 1;}
|
| 314 |
+
}),
|
| 315 |
+
month: buildLocalizeFn({
|
| 316 |
+
values: monthValues,
|
| 317 |
+
defaultWidth: "wide"
|
| 318 |
+
}),
|
| 319 |
+
day: buildLocalizeFn({
|
| 320 |
+
values: dayValues,
|
| 321 |
+
defaultWidth: "wide"
|
| 322 |
+
}),
|
| 323 |
+
dayPeriod: buildLocalizeFn({
|
| 324 |
+
values: dayPeriodValues,
|
| 325 |
+
defaultWidth: "wide",
|
| 326 |
+
formattingValues: formattingDayPeriodValues,
|
| 327 |
+
defaultFormattingWidth: "wide"
|
| 328 |
+
})
|
| 329 |
+
};
|
| 330 |
+
|
| 331 |
+
// lib/locale/_lib/buildMatchFn.js
|
| 332 |
+
function buildMatchFn(args) {
|
| 333 |
+
return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
| 334 |
+
var width = options.width;
|
| 335 |
+
var matchPattern = width && args.matchPatterns[width] || args.matchPatterns[args.defaultMatchWidth];
|
| 336 |
+
var matchResult = string.match(matchPattern);
|
| 337 |
+
if (!matchResult) {
|
| 338 |
+
return null;
|
| 339 |
+
}
|
| 340 |
+
var matchedString = matchResult[0];
|
| 341 |
+
var parsePatterns = width && args.parsePatterns[width] || args.parsePatterns[args.defaultParseWidth];
|
| 342 |
+
var key = Array.isArray(parsePatterns) ? findIndex(parsePatterns, function (pattern) {return pattern.test(matchedString);}) : findKey(parsePatterns, function (pattern) {return pattern.test(matchedString);});
|
| 343 |
+
var value;
|
| 344 |
+
value = args.valueCallback ? args.valueCallback(key) : key;
|
| 345 |
+
value = options.valueCallback ? options.valueCallback(value) : value;
|
| 346 |
+
var rest = string.slice(matchedString.length);
|
| 347 |
+
return { value: value, rest: rest };
|
| 348 |
+
};
|
| 349 |
+
}
|
| 350 |
+
function findKey(object, predicate) {
|
| 351 |
+
for (var key in object) {
|
| 352 |
+
if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {
|
| 353 |
+
return key;
|
| 354 |
+
}
|
| 355 |
+
}
|
| 356 |
+
return;
|
| 357 |
+
}
|
| 358 |
+
function findIndex(array, predicate) {
|
| 359 |
+
for (var key = 0; key < array.length; key++) {
|
| 360 |
+
if (predicate(array[key])) {
|
| 361 |
+
return key;
|
| 362 |
+
}
|
| 363 |
+
}
|
| 364 |
+
return;
|
| 365 |
+
}
|
| 366 |
+
|
| 367 |
+
// lib/locale/_lib/buildMatchPatternFn.js
|
| 368 |
+
function buildMatchPatternFn(args) {
|
| 369 |
+
return function (string) {var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
| 370 |
+
var matchResult = string.match(args.matchPattern);
|
| 371 |
+
if (!matchResult)
|
| 372 |
+
return null;
|
| 373 |
+
var matchedString = matchResult[0];
|
| 374 |
+
var parseResult = string.match(args.parsePattern);
|
| 375 |
+
if (!parseResult)
|
| 376 |
+
return null;
|
| 377 |
+
var value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];
|
| 378 |
+
value = options.valueCallback ? options.valueCallback(value) : value;
|
| 379 |
+
var rest = string.slice(matchedString.length);
|
| 380 |
+
return { value: value, rest: rest };
|
| 381 |
+
};
|
| 382 |
+
}
|
| 383 |
+
|
| 384 |
+
// lib/locale/pt/_lib/match.js
|
| 385 |
+
var matchOrdinalNumberPattern = /^(\d+)(º|ª)?/i;
|
| 386 |
+
var parseOrdinalNumberPattern = /\d+/i;
|
| 387 |
+
var matchEraPatterns = {
|
| 388 |
+
narrow: /^(ac|dc|a|d)/i,
|
| 389 |
+
abbreviated: /^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,
|
| 390 |
+
wide: /^(antes de cristo|antes da era comum|depois de cristo|era comum)/i
|
| 391 |
+
};
|
| 392 |
+
var parseEraPatterns = {
|
| 393 |
+
any: [/^ac/i, /^dc/i],
|
| 394 |
+
wide: [
|
| 395 |
+
/^(antes de cristo|antes da era comum)/i,
|
| 396 |
+
/^(depois de cristo|era comum)/i]
|
| 397 |
+
|
| 398 |
+
};
|
| 399 |
+
var matchQuarterPatterns = {
|
| 400 |
+
narrow: /^[1234]/i,
|
| 401 |
+
abbreviated: /^T[1234]/i,
|
| 402 |
+
wide: /^[1234](º|ª)? trimestre/i
|
| 403 |
+
};
|
| 404 |
+
var parseQuarterPatterns = {
|
| 405 |
+
any: [/1/i, /2/i, /3/i, /4/i]
|
| 406 |
+
};
|
| 407 |
+
var matchMonthPatterns = {
|
| 408 |
+
narrow: /^[jfmasond]/i,
|
| 409 |
+
abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,
|
| 410 |
+
wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i
|
| 411 |
+
};
|
| 412 |
+
var parseMonthPatterns = {
|
| 413 |
+
narrow: [
|
| 414 |
+
/^j/i,
|
| 415 |
+
/^f/i,
|
| 416 |
+
/^m/i,
|
| 417 |
+
/^a/i,
|
| 418 |
+
/^m/i,
|
| 419 |
+
/^j/i,
|
| 420 |
+
/^j/i,
|
| 421 |
+
/^a/i,
|
| 422 |
+
/^s/i,
|
| 423 |
+
/^o/i,
|
| 424 |
+
/^n/i,
|
| 425 |
+
/^d/i],
|
| 426 |
+
|
| 427 |
+
any: [
|
| 428 |
+
/^ja/i,
|
| 429 |
+
/^f/i,
|
| 430 |
+
/^mar/i,
|
| 431 |
+
/^ab/i,
|
| 432 |
+
/^mai/i,
|
| 433 |
+
/^jun/i,
|
| 434 |
+
/^jul/i,
|
| 435 |
+
/^ag/i,
|
| 436 |
+
/^s/i,
|
| 437 |
+
/^o/i,
|
| 438 |
+
/^n/i,
|
| 439 |
+
/^d/i]
|
| 440 |
+
|
| 441 |
+
};
|
| 442 |
+
var matchDayPatterns = {
|
| 443 |
+
narrow: /^[dstq]/i,
|
| 444 |
+
short: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,
|
| 445 |
+
abbreviated: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,
|
| 446 |
+
wide: /^(domingo|segunda-?\s?feira|terça-?\s?feira|quarta-?\s?feira|quinta-?\s?feira|sexta-?\s?feira|s[áa]bado)/i
|
| 447 |
+
};
|
| 448 |
+
var parseDayPatterns = {
|
| 449 |
+
narrow: [/^d/i, /^s/i, /^t/i, /^q/i, /^q/i, /^s/i, /^s/i],
|
| 450 |
+
any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[áa]/i]
|
| 451 |
+
};
|
| 452 |
+
var matchDayPeriodPatterns = {
|
| 453 |
+
narrow: /^(a|p|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i,
|
| 454 |
+
any: /^([ap]\.?\s?m\.?|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i
|
| 455 |
+
};
|
| 456 |
+
var parseDayPeriodPatterns = {
|
| 457 |
+
any: {
|
| 458 |
+
am: /^a/i,
|
| 459 |
+
pm: /^p/i,
|
| 460 |
+
midnight: /^meia/i,
|
| 461 |
+
noon: /^meio/i,
|
| 462 |
+
morning: /manh[ãa]/i,
|
| 463 |
+
afternoon: /tarde/i,
|
| 464 |
+
evening: /noite/i,
|
| 465 |
+
night: /madrugada/i
|
| 466 |
+
}
|
| 467 |
+
};
|
| 468 |
+
var match = {
|
| 469 |
+
ordinalNumber: buildMatchPatternFn({
|
| 470 |
+
matchPattern: matchOrdinalNumberPattern,
|
| 471 |
+
parsePattern: parseOrdinalNumberPattern,
|
| 472 |
+
valueCallback: function valueCallback(value) {return parseInt(value, 10);}
|
| 473 |
+
}),
|
| 474 |
+
era: buildMatchFn({
|
| 475 |
+
matchPatterns: matchEraPatterns,
|
| 476 |
+
defaultMatchWidth: "wide",
|
| 477 |
+
parsePatterns: parseEraPatterns,
|
| 478 |
+
defaultParseWidth: "any"
|
| 479 |
+
}),
|
| 480 |
+
quarter: buildMatchFn({
|
| 481 |
+
matchPatterns: matchQuarterPatterns,
|
| 482 |
+
defaultMatchWidth: "wide",
|
| 483 |
+
parsePatterns: parseQuarterPatterns,
|
| 484 |
+
defaultParseWidth: "any",
|
| 485 |
+
valueCallback: function valueCallback(index) {return index + 1;}
|
| 486 |
+
}),
|
| 487 |
+
month: buildMatchFn({
|
| 488 |
+
matchPatterns: matchMonthPatterns,
|
| 489 |
+
defaultMatchWidth: "wide",
|
| 490 |
+
parsePatterns: parseMonthPatterns,
|
| 491 |
+
defaultParseWidth: "any"
|
| 492 |
+
}),
|
| 493 |
+
day: buildMatchFn({
|
| 494 |
+
matchPatterns: matchDayPatterns,
|
| 495 |
+
defaultMatchWidth: "wide",
|
| 496 |
+
parsePatterns: parseDayPatterns,
|
| 497 |
+
defaultParseWidth: "any"
|
| 498 |
+
}),
|
| 499 |
+
dayPeriod: buildMatchFn({
|
| 500 |
+
matchPatterns: matchDayPeriodPatterns,
|
| 501 |
+
defaultMatchWidth: "any",
|
| 502 |
+
parsePatterns: parseDayPeriodPatterns,
|
| 503 |
+
defaultParseWidth: "any"
|
| 504 |
+
})
|
| 505 |
+
};
|
| 506 |
+
|
| 507 |
+
// lib/locale/pt.js
|
| 508 |
+
var pt = {
|
| 509 |
+
code: "pt",
|
| 510 |
+
formatDistance: formatDistance,
|
| 511 |
+
formatLong: formatLong,
|
| 512 |
+
formatRelative: formatRelative,
|
| 513 |
+
localize: localize,
|
| 514 |
+
match: match,
|
| 515 |
+
options: {
|
| 516 |
+
weekStartsOn: 1,
|
| 517 |
+
firstWeekContainsDate: 4
|
| 518 |
+
}
|
| 519 |
+
};
|
| 520 |
+
|
| 521 |
+
// lib/locale/pt/cdn.js
|
| 522 |
+
window.dateFns = _objectSpread(_objectSpread({},
|
| 523 |
+
window.dateFns), {}, {
|
| 524 |
+
locale: _objectSpread(_objectSpread({}, (_window$dateFns =
|
| 525 |
+
window.dateFns) === null || _window$dateFns === void 0 ? void 0 : _window$dateFns.locale), {}, {
|
| 526 |
+
pt: pt }) });
|
| 527 |
+
|
| 528 |
+
|
| 529 |
+
|
| 530 |
+
//# debugId=E1E493019B2A2A0A64756E2164756E21
|
| 531 |
+
|
| 532 |
+
//# sourceMappingURL=cdn.js.map
|
| 533 |
+
})();
|
node_modules/date-fns/locale/pt/cdn.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"cdn.js","names":["__defProp","Object","defineProperty","__export","target","all","name","get","enumerable","configurable","set","newValue","formatDistanceLocale","lessThanXSeconds","one","other","xSeconds","halfAMinute","lessThanXMinutes","xMinutes","aboutXHours","xHours","xDays","aboutXWeeks","xWeeks","aboutXMonths","xMonths","aboutXYears","xYears","overXYears","almostXYears","formatDistance","token","count","options","result","tokenValue","replace","String","addSuffix","comparison","buildFormatLongFn","args","arguments","length","undefined","width","defaultWidth","format","formats","dateFormats","full","long","medium","short","timeFormats","dateTimeFormats","formatLong","date","time","dateTime","formatRelativeLocale","lastWeek","weekday","getDay","last","yesterday","today","tomorrow","nextWeek","formatRelative","_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","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","pt","code","weekStartsOn","firstWeekContainsDate","window","dateFns","_objectSpread","locale","_window$dateFns"],"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/pt/_lib/formatDistance.js\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"menos de um segundo\",\n other: \"menos de {{count}} segundos\"\n },\n xSeconds: {\n one: \"1 segundo\",\n other: \"{{count}} segundos\"\n },\n halfAMinute: \"meio minuto\",\n lessThanXMinutes: {\n one: \"menos de um minuto\",\n other: \"menos de {{count}} minutos\"\n },\n xMinutes: {\n one: \"1 minuto\",\n other: \"{{count}} minutos\"\n },\n aboutXHours: {\n one: \"aproximadamente 1 hora\",\n other: \"aproximadamente {{count}} horas\"\n },\n xHours: {\n one: \"1 hora\",\n other: \"{{count}} horas\"\n },\n xDays: {\n one: \"1 dia\",\n other: \"{{count}} dias\"\n },\n aboutXWeeks: {\n one: \"aproximadamente 1 semana\",\n other: \"aproximadamente {{count}} semanas\"\n },\n xWeeks: {\n one: \"1 semana\",\n other: \"{{count}} semanas\"\n },\n aboutXMonths: {\n one: \"aproximadamente 1 m\\xEAs\",\n other: \"aproximadamente {{count}} meses\"\n },\n xMonths: {\n one: \"1 m\\xEAs\",\n other: \"{{count}} meses\"\n },\n aboutXYears: {\n one: \"aproximadamente 1 ano\",\n other: \"aproximadamente {{count}} anos\"\n },\n xYears: {\n one: \"1 ano\",\n other: \"{{count}} anos\"\n },\n overXYears: {\n one: \"mais de 1 ano\",\n other: \"mais de {{count}} anos\"\n },\n almostXYears: {\n one: \"quase 1 ano\",\n other: \"quase {{count}} anos\"\n }\n};\nvar formatDistance = (token, count, options) => {\n let result;\n const tokenValue = formatDistanceLocale[token];\n if (typeof tokenValue === \"string\") {\n result = tokenValue;\n } else if (count === 1) {\n result = tokenValue.one;\n } else {\n result = tokenValue.other.replace(\"{{count}}\", String(count));\n }\n if (options?.addSuffix) {\n if (options.comparison && options.comparison > 0) {\n return \"daqui a \" + result;\n } else {\n return \"h\\xE1 \" + result;\n }\n }\n return result;\n};\n\n// lib/locale/_lib/buildFormatLongFn.js\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/pt/_lib/formatLong.js\nvar dateFormats = {\n full: \"EEEE, d 'de' MMMM 'de' y\",\n long: \"d 'de' MMMM 'de' y\",\n medium: \"d 'de' MMM 'de' y\",\n short: \"dd/MM/y\"\n};\nvar timeFormats = {\n full: \"HH:mm:ss zzzz\",\n long: \"HH:mm:ss z\",\n medium: \"HH:mm:ss\",\n short: \"HH:mm\"\n};\nvar dateTimeFormats = {\n full: \"{{date}} '\\xE0s' {{time}}\",\n long: \"{{date}} '\\xE0s' {{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/pt/_lib/formatRelative.js\nvar formatRelativeLocale = {\n lastWeek: (date) => {\n const weekday = date.getDay();\n const last = weekday === 0 || weekday === 6 ? \"\\xFAltimo\" : \"\\xFAltima\";\n return \"'\" + last + \"' eeee '\\xE0s' p\";\n },\n yesterday: \"'ontem \\xE0s' p\",\n today: \"'hoje \\xE0s' p\",\n tomorrow: \"'amanh\\xE3 \\xE0s' p\",\n nextWeek: \"eeee '\\xE0s' p\",\n other: \"P\"\n};\nvar formatRelative = (token, date, _baseDate, _options) => {\n const format = formatRelativeLocale[token];\n if (typeof format === \"function\") {\n return format(date);\n }\n return format;\n};\n\n// lib/locale/_lib/buildLocalizeFn.js\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/pt/_lib/localize.js\nvar eraValues = {\n narrow: [\"aC\", \"dC\"],\n abbreviated: [\"a.C.\", \"d.C.\"],\n wide: [\"antes de Cristo\", \"depois de Cristo\"]\n};\nvar quarterValues = {\n narrow: [\"1\", \"2\", \"3\", \"4\"],\n abbreviated: [\"T1\", \"T2\", \"T3\", \"T4\"],\n wide: [\"1\\xBA trimestre\", \"2\\xBA trimestre\", \"3\\xBA trimestre\", \"4\\xBA trimestre\"]\n};\nvar monthValues = {\n narrow: [\"j\", \"f\", \"m\", \"a\", \"m\", \"j\", \"j\", \"a\", \"s\", \"o\", \"n\", \"d\"],\n abbreviated: [\n \"jan\",\n \"fev\",\n \"mar\",\n \"abr\",\n \"mai\",\n \"jun\",\n \"jul\",\n \"ago\",\n \"set\",\n \"out\",\n \"nov\",\n \"dez\"\n ],\n wide: [\n \"janeiro\",\n \"fevereiro\",\n \"mar\\xE7o\",\n \"abril\",\n \"maio\",\n \"junho\",\n \"julho\",\n \"agosto\",\n \"setembro\",\n \"outubro\",\n \"novembro\",\n \"dezembro\"\n ]\n};\nvar dayValues = {\n narrow: [\"d\", \"s\", \"t\", \"q\", \"q\", \"s\", \"s\"],\n short: [\"dom\", \"seg\", \"ter\", \"qua\", \"qui\", \"sex\", \"s\\xE1b\"],\n abbreviated: [\"dom\", \"seg\", \"ter\", \"qua\", \"qui\", \"sex\", \"s\\xE1b\"],\n wide: [\n \"domingo\",\n \"segunda-feira\",\n \"ter\\xE7a-feira\",\n \"quarta-feira\",\n \"quinta-feira\",\n \"sexta-feira\",\n \"s\\xE1bado\"\n ]\n};\nvar dayPeriodValues = {\n narrow: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"noite\",\n night: \"madrugada\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"noite\",\n night: \"madrugada\"\n },\n wide: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"noite\",\n night: \"madrugada\"\n }\n};\nvar formattingDayPeriodValues = {\n narrow: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da noite\",\n night: \"da madrugada\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da noite\",\n night: \"da madrugada\"\n },\n wide: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da noite\",\n night: \"da madrugada\"\n }\n};\nvar ordinalNumber = (dirtyNumber, _options) => {\n const number = Number(dirtyNumber);\n return number + \"\\xBA\";\n};\nvar localize = {\n ordinalNumber,\n era: buildLocalizeFn({\n values: eraValues,\n defaultWidth: \"wide\"\n }),\n quarter: buildLocalizeFn({\n values: quarterValues,\n defaultWidth: \"wide\",\n argumentCallback: (quarter) => quarter - 1\n }),\n month: buildLocalizeFn({\n values: monthValues,\n defaultWidth: \"wide\"\n }),\n day: buildLocalizeFn({\n values: dayValues,\n defaultWidth: \"wide\"\n }),\n dayPeriod: buildLocalizeFn({\n values: dayPeriodValues,\n defaultWidth: \"wide\",\n formattingValues: formattingDayPeriodValues,\n defaultFormattingWidth: \"wide\"\n })\n};\n\n// lib/locale/_lib/buildMatchFn.js\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}\nfunction findKey(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}\nfunction findIndex(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.js\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/pt/_lib/match.js\nvar matchOrdinalNumberPattern = /^(\\d+)(º|ª)?/i;\nvar parseOrdinalNumberPattern = /\\d+/i;\nvar matchEraPatterns = {\n narrow: /^(ac|dc|a|d)/i,\n abbreviated: /^(a\\.?\\s?c\\.?|a\\.?\\s?e\\.?\\s?c\\.?|d\\.?\\s?c\\.?|e\\.?\\s?c\\.?)/i,\n wide: /^(antes de cristo|antes da era comum|depois de cristo|era comum)/i\n};\nvar parseEraPatterns = {\n any: [/^ac/i, /^dc/i],\n wide: [\n /^(antes de cristo|antes da era comum)/i,\n /^(depois de cristo|era comum)/i\n ]\n};\nvar matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^T[1234]/i,\n wide: /^[1234](º|ª)? trimestre/i\n};\nvar parseQuarterPatterns = {\n any: [/1/i, /2/i, /3/i, /4/i]\n};\nvar matchMonthPatterns = {\n narrow: /^[jfmasond]/i,\n abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,\n wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i\n};\nvar parseMonthPatterns = {\n narrow: [\n /^j/i,\n /^f/i,\n /^m/i,\n /^a/i,\n /^m/i,\n /^j/i,\n /^j/i,\n /^a/i,\n /^s/i,\n /^o/i,\n /^n/i,\n /^d/i\n ],\n any: [\n /^ja/i,\n /^f/i,\n /^mar/i,\n /^ab/i,\n /^mai/i,\n /^jun/i,\n /^jul/i,\n /^ag/i,\n /^s/i,\n /^o/i,\n /^n/i,\n /^d/i\n ]\n};\nvar matchDayPatterns = {\n narrow: /^[dstq]/i,\n short: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,\n abbreviated: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,\n wide: /^(domingo|segunda-?\\s?feira|terça-?\\s?feira|quarta-?\\s?feira|quinta-?\\s?feira|sexta-?\\s?feira|s[áa]bado)/i\n};\nvar parseDayPatterns = {\n narrow: [/^d/i, /^s/i, /^t/i, /^q/i, /^q/i, /^s/i, /^s/i],\n any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[áa]/i]\n};\nvar matchDayPeriodPatterns = {\n narrow: /^(a|p|meia-?\\s?noite|meio-?\\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i,\n any: /^([ap]\\.?\\s?m\\.?|meia-?\\s?noite|meio-?\\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i\n};\nvar parseDayPeriodPatterns = {\n any: {\n am: /^a/i,\n pm: /^p/i,\n midnight: /^meia/i,\n noon: /^meio/i,\n morning: /manh[ãa]/i,\n afternoon: /tarde/i,\n evening: /noite/i,\n night: /madrugada/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/pt.js\nvar pt = {\n code: \"pt\",\n formatDistance,\n formatLong,\n formatRelative,\n localize,\n match,\n options: {\n weekStartsOn: 1,\n firstWeekContainsDate: 4\n }\n};\n\n// lib/locale/pt/cdn.js\nwindow.dateFns = {\n ...window.dateFns,\n locale: {\n ...window.dateFns?.locale,\n pt\n }\n};\n\n//# debugId=E1E493019B2A2A0A64756E2164756E21\n"],"mappings":"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","ignoreList":[]}
|
node_modules/date-fns/locale/pt/cdn.min.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
(()=>{var $;function U(C){return U=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(G){return typeof G}:function(G){return G&&typeof Symbol=="function"&&G.constructor===Symbol&&G!==Symbol.prototype?"symbol":typeof G},U(C)}function N(C,G){var H=Object.keys(C);if(Object.getOwnPropertySymbols){var J=Object.getOwnPropertySymbols(C);G&&(J=J.filter(function(Y){return Object.getOwnPropertyDescriptor(C,Y).enumerable})),H.push.apply(H,J)}return H}function Q(C){for(var G=1;G<arguments.length;G++){var H=arguments[G]!=null?arguments[G]:{};G%2?N(Object(H),!0).forEach(function(J){z(C,J,H[J])}):Object.getOwnPropertyDescriptors?Object.defineProperties(C,Object.getOwnPropertyDescriptors(H)):N(Object(H)).forEach(function(J){Object.defineProperty(C,J,Object.getOwnPropertyDescriptor(H,J))})}return C}function z(C,G,H){if(G=A(G),G in C)Object.defineProperty(C,G,{value:H,enumerable:!0,configurable:!0,writable:!0});else C[G]=H;return C}function A(C){var G=E(C,"string");return U(G)=="symbol"?G:String(G)}function E(C,G){if(U(C)!="object"||!C)return C;var H=C[Symbol.toPrimitive];if(H!==void 0){var J=H.call(C,G||"default");if(U(J)!="object")return J;throw new TypeError("@@toPrimitive must return a primitive value.")}return(G==="string"?String:Number)(C)}var W=Object.defineProperty,HC=function C(G,H){for(var J in H)W(G,J,{get:H[J],enumerable:!0,configurable:!0,set:function Y(X){return H[J]=function(){return X}}})},D={lessThanXSeconds:{one:"menos de um segundo",other:"menos de {{count}} segundos"},xSeconds:{one:"1 segundo",other:"{{count}} segundos"},halfAMinute:"meio minuto",lessThanXMinutes:{one:"menos de um minuto",other:"menos de {{count}} minutos"},xMinutes:{one:"1 minuto",other:"{{count}} minutos"},aboutXHours:{one:"aproximadamente 1 hora",other:"aproximadamente {{count}} horas"},xHours:{one:"1 hora",other:"{{count}} horas"},xDays:{one:"1 dia",other:"{{count}} dias"},aboutXWeeks:{one:"aproximadamente 1 semana",other:"aproximadamente {{count}} semanas"},xWeeks:{one:"1 semana",other:"{{count}} semanas"},aboutXMonths:{one:"aproximadamente 1 m\xEAs",other:"aproximadamente {{count}} meses"},xMonths:{one:"1 m\xEAs",other:"{{count}} meses"},aboutXYears:{one:"aproximadamente 1 ano",other:"aproximadamente {{count}} anos"},xYears:{one:"1 ano",other:"{{count}} anos"},overXYears:{one:"mais de 1 ano",other:"mais de {{count}} anos"},almostXYears:{one:"quase 1 ano",other:"quase {{count}} anos"}},S=function C(G,H,J){var Y,X=D[G];if(typeof X==="string")Y=X;else if(H===1)Y=X.one;else Y=X.other.replace("{{count}}",String(H));if(J!==null&&J!==void 0&&J.addSuffix)if(J.comparison&&J.comparison>0)return"daqui a "+Y;else return"h\xE1 "+Y;return Y};function K(C){return function(){var G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},H=G.width?String(G.width):C.defaultWidth,J=C.formats[H]||C.formats[C.defaultWidth];return J}}var M={full:"EEEE, d 'de' MMMM 'de' y",long:"d 'de' MMMM 'de' y",medium:"d 'de' MMM 'de' y",short:"dd/MM/y"},R={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},L={full:"{{date}} '\xE0s' {{time}}",long:"{{date}} '\xE0s' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},V={date:K({formats:M,defaultWidth:"full"}),time:K({formats:R,defaultWidth:"full"}),dateTime:K({formats:L,defaultWidth:"full"})},j={lastWeek:function C(G){var H=G.getDay(),J=H===0||H===6?"\xFAltimo":"\xFAltima";return"'"+J+"' eeee '\xE0s' p"},yesterday:"'ontem \xE0s' p",today:"'hoje \xE0s' p",tomorrow:"'amanh\xE3 \xE0s' p",nextWeek:"eeee '\xE0s' p",other:"P"},w=function C(G,H,J,Y){var X=j[G];if(typeof X==="function")return X(H);return X};function I(C){return function(G,H){var J=H!==null&&H!==void 0&&H.context?String(H.context):"standalone",Y;if(J==="formatting"&&C.formattingValues){var X=C.defaultFormattingWidth||C.defaultWidth,Z=H!==null&&H!==void 0&&H.width?String(H.width):X;Y=C.formattingValues[Z]||C.formattingValues[X]}else{var B=C.defaultWidth,q=H!==null&&H!==void 0&&H.width?String(H.width):C.defaultWidth;Y=C.values[q]||C.values[B]}var T=C.argumentCallback?C.argumentCallback(G):G;return Y[T]}}var _={narrow:["aC","dC"],abbreviated:["a.C.","d.C."],wide:["antes de Cristo","depois de Cristo"]},F={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1\xBA trimestre","2\xBA trimestre","3\xBA trimestre","4\xBA trimestre"]},f={narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],wide:["janeiro","fevereiro","mar\xE7o","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},v={narrow:["d","s","t","q","q","s","s"],short:["dom","seg","ter","qua","qui","sex","s\xE1b"],abbreviated:["dom","seg","ter","qua","qui","sex","s\xE1b"],wide:["domingo","segunda-feira","ter\xE7a-feira","quarta-feira","quinta-feira","sexta-feira","s\xE1bado"]},P={narrow:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"noite",night:"madrugada"},abbreviated:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"noite",night:"madrugada"},wide:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"noite",night:"madrugada"}},k={narrow:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da noite",night:"da madrugada"},abbreviated:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da noite",night:"da madrugada"},wide:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da noite",night:"da madrugada"}},b=function C(G,H){var J=Number(G);return J+"\xBA"},h={ordinalNumber:b,era:I({values:_,defaultWidth:"wide"}),quarter:I({values:F,defaultWidth:"wide",argumentCallback:function C(G){return G-1}}),month:I({values:f,defaultWidth:"wide"}),day:I({values:v,defaultWidth:"wide"}),dayPeriod:I({values:P,defaultWidth:"wide",formattingValues:k,defaultFormattingWidth:"wide"})};function O(C){return function(G){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},J=H.width,Y=J&&C.matchPatterns[J]||C.matchPatterns[C.defaultMatchWidth],X=G.match(Y);if(!X)return null;var Z=X[0],B=J&&C.parsePatterns[J]||C.parsePatterns[C.defaultParseWidth],q=Array.isArray(B)?c(B,function(x){return x.test(Z)}):m(B,function(x){return x.test(Z)}),T;T=C.valueCallback?C.valueCallback(q):q,T=H.valueCallback?H.valueCallback(T):T;var GC=G.slice(Z.length);return{value:T,rest:GC}}}function m(C,G){for(var H in C)if(Object.prototype.hasOwnProperty.call(C,H)&&G(C[H]))return H;return}function c(C,G){for(var H=0;H<C.length;H++)if(G(C[H]))return H;return}function y(C){return function(G){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},J=G.match(C.matchPattern);if(!J)return null;var Y=J[0],X=G.match(C.parsePattern);if(!X)return null;var Z=C.valueCallback?C.valueCallback(X[0]):X[0];Z=H.valueCallback?H.valueCallback(Z):Z;var B=G.slice(Y.length);return{value:Z,rest:B}}}var g=/^(\d+)(º|ª)?/i,p=/\d+/i,d={narrow:/^(ac|dc|a|d)/i,abbreviated:/^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,wide:/^(antes de cristo|antes da era comum|depois de cristo|era comum)/i},u={any:[/^ac/i,/^dc/i],wide:[/^(antes de cristo|antes da era comum)/i,/^(depois de cristo|era comum)/i]},l={narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^[1234](º|ª)? trimestre/i},i={any:[/1/i,/2/i,/3/i,/4/i]},n={narrow:/^[jfmasond]/i,abbreviated:/^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,wide:/^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i},s={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ab/i,/^mai/i,/^jun/i,/^jul/i,/^ag/i,/^s/i,/^o/i,/^n/i,/^d/i]},o={narrow:/^[dstq]/i,short:/^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,abbreviated:/^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,wide:/^(domingo|segunda-?\s?feira|terça-?\s?feira|quarta-?\s?feira|quinta-?\s?feira|sexta-?\s?feira|s[áa]bado)/i},r={narrow:[/^d/i,/^s/i,/^t/i,/^q/i,/^q/i,/^s/i,/^s/i],any:[/^d/i,/^seg/i,/^t/i,/^qua/i,/^qui/i,/^sex/i,/^s[áa]/i]},e={narrow:/^(a|p|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i,any:/^([ap]\.?\s?m\.?|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i},a={any:{am:/^a/i,pm:/^p/i,midnight:/^meia/i,noon:/^meio/i,morning:/manh[ãa]/i,afternoon:/tarde/i,evening:/noite/i,night:/madrugada/i}},t={ordinalNumber:y({matchPattern:g,parsePattern:p,valueCallback:function C(G){return parseInt(G,10)}}),era:O({matchPatterns:d,defaultMatchWidth:"wide",parsePatterns:u,defaultParseWidth:"any"}),quarter:O({matchPatterns:l,defaultMatchWidth:"wide",parsePatterns:i,defaultParseWidth:"any",valueCallback:function C(G){return G+1}}),month:O({matchPatterns:n,defaultMatchWidth:"wide",parsePatterns:s,defaultParseWidth:"any"}),day:O({matchPatterns:o,defaultMatchWidth:"wide",parsePatterns:r,defaultParseWidth:"any"}),dayPeriod:O({matchPatterns:e,defaultMatchWidth:"any",parsePatterns:a,defaultParseWidth:"any"})},CC={code:"pt",formatDistance:S,formatLong:V,formatRelative:w,localize:h,match:t,options:{weekStartsOn:1,firstWeekContainsDate:4}};window.dateFns=Q(Q({},window.dateFns),{},{locale:Q(Q({},($=window.dateFns)===null||$===void 0?void 0:$.locale),{},{pt:CC})})})();
|
| 2 |
+
|
| 3 |
+
//# debugId=BE724D9A6EA40E2264756E2164756E21
|
node_modules/date-fns/locale/pt/cdn.min.js.map
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 3,
|
| 3 |
+
"sources": ["lib/locale/pt/cdn.js"],
|
| 4 |
+
"sourcesContent": [
|
| 5 |
+
"(() => {\nvar _window$dateFns;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);}var __defProp = Object.defineProperty;\nvar __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/pt/_lib/formatDistance.js\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"menos de um segundo\",\n other: \"menos de {{count}} segundos\"\n },\n xSeconds: {\n one: \"1 segundo\",\n other: \"{{count}} segundos\"\n },\n halfAMinute: \"meio minuto\",\n lessThanXMinutes: {\n one: \"menos de um minuto\",\n other: \"menos de {{count}} minutos\"\n },\n xMinutes: {\n one: \"1 minuto\",\n other: \"{{count}} minutos\"\n },\n aboutXHours: {\n one: \"aproximadamente 1 hora\",\n other: \"aproximadamente {{count}} horas\"\n },\n xHours: {\n one: \"1 hora\",\n other: \"{{count}} horas\"\n },\n xDays: {\n one: \"1 dia\",\n other: \"{{count}} dias\"\n },\n aboutXWeeks: {\n one: \"aproximadamente 1 semana\",\n other: \"aproximadamente {{count}} semanas\"\n },\n xWeeks: {\n one: \"1 semana\",\n other: \"{{count}} semanas\"\n },\n aboutXMonths: {\n one: \"aproximadamente 1 m\\xEAs\",\n other: \"aproximadamente {{count}} meses\"\n },\n xMonths: {\n one: \"1 m\\xEAs\",\n other: \"{{count}} meses\"\n },\n aboutXYears: {\n one: \"aproximadamente 1 ano\",\n other: \"aproximadamente {{count}} anos\"\n },\n xYears: {\n one: \"1 ano\",\n other: \"{{count}} anos\"\n },\n overXYears: {\n one: \"mais de 1 ano\",\n other: \"mais de {{count}} anos\"\n },\n almostXYears: {\n one: \"quase 1 ano\",\n other: \"quase {{count}} anos\"\n }\n};\nvar 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 \"daqui a \" + result;\n } else {\n return \"h\\xE1 \" + result;\n }\n }\n return result;\n};\n\n// lib/locale/_lib/buildFormatLongFn.js\nfunction 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/pt/_lib/formatLong.js\nvar dateFormats = {\n full: \"EEEE, d 'de' MMMM 'de' y\",\n long: \"d 'de' MMMM 'de' y\",\n medium: \"d 'de' MMM 'de' y\",\n short: \"dd/MM/y\"\n};\nvar timeFormats = {\n full: \"HH:mm:ss zzzz\",\n long: \"HH:mm:ss z\",\n medium: \"HH:mm:ss\",\n short: \"HH:mm\"\n};\nvar dateTimeFormats = {\n full: \"{{date}} '\\xE0s' {{time}}\",\n long: \"{{date}} '\\xE0s' {{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/pt/_lib/formatRelative.js\nvar formatRelativeLocale = {\n lastWeek: function lastWeek(date) {\n var weekday = date.getDay();\n var last = weekday === 0 || weekday === 6 ? \"\\xFAltimo\" : \"\\xFAltima\";\n return \"'\" + last + \"' eeee '\\xE0s' p\";\n },\n yesterday: \"'ontem \\xE0s' p\",\n today: \"'hoje \\xE0s' p\",\n tomorrow: \"'amanh\\xE3 \\xE0s' p\",\n nextWeek: \"eeee '\\xE0s' p\",\n other: \"P\"\n};\nvar formatRelative = function formatRelative(token, date, _baseDate, _options) {\n var format = formatRelativeLocale[token];\n if (typeof format === \"function\") {\n return format(date);\n }\n return format;\n};\n\n// lib/locale/_lib/buildLocalizeFn.js\nfunction 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/pt/_lib/localize.js\nvar eraValues = {\n narrow: [\"aC\", \"dC\"],\n abbreviated: [\"a.C.\", \"d.C.\"],\n wide: [\"antes de Cristo\", \"depois de Cristo\"]\n};\nvar quarterValues = {\n narrow: [\"1\", \"2\", \"3\", \"4\"],\n abbreviated: [\"T1\", \"T2\", \"T3\", \"T4\"],\n wide: [\"1\\xBA trimestre\", \"2\\xBA trimestre\", \"3\\xBA trimestre\", \"4\\xBA trimestre\"]\n};\nvar monthValues = {\n narrow: [\"j\", \"f\", \"m\", \"a\", \"m\", \"j\", \"j\", \"a\", \"s\", \"o\", \"n\", \"d\"],\n abbreviated: [\n \"jan\",\n \"fev\",\n \"mar\",\n \"abr\",\n \"mai\",\n \"jun\",\n \"jul\",\n \"ago\",\n \"set\",\n \"out\",\n \"nov\",\n \"dez\"],\n\n wide: [\n \"janeiro\",\n \"fevereiro\",\n \"mar\\xE7o\",\n \"abril\",\n \"maio\",\n \"junho\",\n \"julho\",\n \"agosto\",\n \"setembro\",\n \"outubro\",\n \"novembro\",\n \"dezembro\"]\n\n};\nvar dayValues = {\n narrow: [\"d\", \"s\", \"t\", \"q\", \"q\", \"s\", \"s\"],\n short: [\"dom\", \"seg\", \"ter\", \"qua\", \"qui\", \"sex\", \"s\\xE1b\"],\n abbreviated: [\"dom\", \"seg\", \"ter\", \"qua\", \"qui\", \"sex\", \"s\\xE1b\"],\n wide: [\n \"domingo\",\n \"segunda-feira\",\n \"ter\\xE7a-feira\",\n \"quarta-feira\",\n \"quinta-feira\",\n \"sexta-feira\",\n \"s\\xE1bado\"]\n\n};\nvar dayPeriodValues = {\n narrow: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"noite\",\n night: \"madrugada\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"noite\",\n night: \"madrugada\"\n },\n wide: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"manh\\xE3\",\n afternoon: \"tarde\",\n evening: \"noite\",\n night: \"madrugada\"\n }\n};\nvar formattingDayPeriodValues = {\n narrow: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da noite\",\n night: \"da madrugada\"\n },\n abbreviated: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da noite\",\n night: \"da madrugada\"\n },\n wide: {\n am: \"AM\",\n pm: \"PM\",\n midnight: \"meia-noite\",\n noon: \"meio-dia\",\n morning: \"da manh\\xE3\",\n afternoon: \"da tarde\",\n evening: \"da noite\",\n night: \"da madrugada\"\n }\n};\nvar ordinalNumber = function ordinalNumber(dirtyNumber, _options) {\n var number = Number(dirtyNumber);\n return number + \"\\xBA\";\n};\nvar 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.js\nfunction 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}\nfunction 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}\nfunction 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.js\nfunction 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/pt/_lib/match.js\nvar matchOrdinalNumberPattern = /^(\\d+)(º|ª)?/i;\nvar parseOrdinalNumberPattern = /\\d+/i;\nvar matchEraPatterns = {\n narrow: /^(ac|dc|a|d)/i,\n abbreviated: /^(a\\.?\\s?c\\.?|a\\.?\\s?e\\.?\\s?c\\.?|d\\.?\\s?c\\.?|e\\.?\\s?c\\.?)/i,\n wide: /^(antes de cristo|antes da era comum|depois de cristo|era comum)/i\n};\nvar parseEraPatterns = {\n any: [/^ac/i, /^dc/i],\n wide: [\n /^(antes de cristo|antes da era comum)/i,\n /^(depois de cristo|era comum)/i]\n\n};\nvar matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^T[1234]/i,\n wide: /^[1234](º|ª)? trimestre/i\n};\nvar parseQuarterPatterns = {\n any: [/1/i, /2/i, /3/i, /4/i]\n};\nvar matchMonthPatterns = {\n narrow: /^[jfmasond]/i,\n abbreviated: /^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,\n wide: /^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i\n};\nvar parseMonthPatterns = {\n narrow: [\n /^j/i,\n /^f/i,\n /^m/i,\n /^a/i,\n /^m/i,\n /^j/i,\n /^j/i,\n /^a/i,\n /^s/i,\n /^o/i,\n /^n/i,\n /^d/i],\n\n any: [\n /^ja/i,\n /^f/i,\n /^mar/i,\n /^ab/i,\n /^mai/i,\n /^jun/i,\n /^jul/i,\n /^ag/i,\n /^s/i,\n /^o/i,\n /^n/i,\n /^d/i]\n\n};\nvar matchDayPatterns = {\n narrow: /^[dstq]/i,\n short: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,\n abbreviated: /^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,\n wide: /^(domingo|segunda-?\\s?feira|terça-?\\s?feira|quarta-?\\s?feira|quinta-?\\s?feira|sexta-?\\s?feira|s[áa]bado)/i\n};\nvar parseDayPatterns = {\n narrow: [/^d/i, /^s/i, /^t/i, /^q/i, /^q/i, /^s/i, /^s/i],\n any: [/^d/i, /^seg/i, /^t/i, /^qua/i, /^qui/i, /^sex/i, /^s[áa]/i]\n};\nvar matchDayPeriodPatterns = {\n narrow: /^(a|p|meia-?\\s?noite|meio-?\\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i,\n any: /^([ap]\\.?\\s?m\\.?|meia-?\\s?noite|meio-?\\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i\n};\nvar parseDayPeriodPatterns = {\n any: {\n am: /^a/i,\n pm: /^p/i,\n midnight: /^meia/i,\n noon: /^meio/i,\n morning: /manh[ãa]/i,\n afternoon: /tarde/i,\n evening: /noite/i,\n night: /madrugada/i\n }\n};\nvar 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/pt.js\nvar pt = {\n code: \"pt\",\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/pt/cdn.js\nwindow.dateFns = _objectSpread(_objectSpread({},\nwindow.dateFns), {}, {\n locale: _objectSpread(_objectSpread({}, (_window$dateFns =\n window.dateFns) === null || _window$dateFns === void 0 ? void 0 : _window$dateFns.locale), {}, {\n pt: pt }) });\n\n\n\n//# debugId=E1E493019B2A2A0A64756E2164756E21\n\n//# sourceMappingURL=cdn.js.map\n})();"
|
| 6 |
+
],
|
| 7 |
+
"mappings": "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",
|
| 8 |
+
"debugId": "BE724D9A6EA40E2264756E2164756E21",
|
| 9 |
+
"names": []
|
| 10 |
+
}
|
node_modules/date-fns/locale/ro.cjs
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.ro = void 0;
|
| 3 |
+
var _index = require("./ro/_lib/formatDistance.cjs");
|
| 4 |
+
var _index2 = require("./ro/_lib/formatLong.cjs");
|
| 5 |
+
var _index3 = require("./ro/_lib/formatRelative.cjs");
|
| 6 |
+
var _index4 = require("./ro/_lib/localize.cjs");
|
| 7 |
+
var _index5 = require("./ro/_lib/match.cjs");
|
| 8 |
+
|
| 9 |
+
/**
|
| 10 |
+
* @category Locales
|
| 11 |
+
* @summary Romanian locale.
|
| 12 |
+
* @language Romanian
|
| 13 |
+
* @iso-639-2 ron
|
| 14 |
+
* @author Sergiu Munteanu [@jsergiu](https://github.com/jsergiu)
|
| 15 |
+
* @author Adrian Ocneanu [@aocneanu](https://github.com/aocneanu)
|
| 16 |
+
* @author Mihai Ocneanu [@gandesc](https://github.com/gandesc)
|
| 17 |
+
*/
|
| 18 |
+
const ro = (exports.ro = {
|
| 19 |
+
code: "ro",
|
| 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: 1,
|
| 28 |
+
},
|
| 29 |
+
});
|
node_modules/date-fns/locale/ro.d.cts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Locale } from "./types.js";
|
| 2 |
+
/**
|
| 3 |
+
* @category Locales
|
| 4 |
+
* @summary Romanian locale.
|
| 5 |
+
* @language Romanian
|
| 6 |
+
* @iso-639-2 ron
|
| 7 |
+
* @author Sergiu Munteanu [@jsergiu](https://github.com/jsergiu)
|
| 8 |
+
* @author Adrian Ocneanu [@aocneanu](https://github.com/aocneanu)
|
| 9 |
+
* @author Mihai Ocneanu [@gandesc](https://github.com/gandesc)
|
| 10 |
+
*/
|
| 11 |
+
export declare const ro: Locale;
|
node_modules/date-fns/locale/ro.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { Locale } from "./types.js";
|
| 2 |
+
/**
|
| 3 |
+
* @category Locales
|
| 4 |
+
* @summary Romanian locale.
|
| 5 |
+
* @language Romanian
|
| 6 |
+
* @iso-639-2 ron
|
| 7 |
+
* @author Sergiu Munteanu [@jsergiu](https://github.com/jsergiu)
|
| 8 |
+
* @author Adrian Ocneanu [@aocneanu](https://github.com/aocneanu)
|
| 9 |
+
* @author Mihai Ocneanu [@gandesc](https://github.com/gandesc)
|
| 10 |
+
*/
|
| 11 |
+
export declare const ro: Locale;
|
node_modules/date-fns/locale/ro.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { formatDistance } from "./ro/_lib/formatDistance.js";
|
| 2 |
+
import { formatLong } from "./ro/_lib/formatLong.js";
|
| 3 |
+
import { formatRelative } from "./ro/_lib/formatRelative.js";
|
| 4 |
+
import { localize } from "./ro/_lib/localize.js";
|
| 5 |
+
import { match } from "./ro/_lib/match.js";
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* @category Locales
|
| 9 |
+
* @summary Romanian locale.
|
| 10 |
+
* @language Romanian
|
| 11 |
+
* @iso-639-2 ron
|
| 12 |
+
* @author Sergiu Munteanu [@jsergiu](https://github.com/jsergiu)
|
| 13 |
+
* @author Adrian Ocneanu [@aocneanu](https://github.com/aocneanu)
|
| 14 |
+
* @author Mihai Ocneanu [@gandesc](https://github.com/gandesc)
|
| 15 |
+
*/
|
| 16 |
+
export const ro = {
|
| 17 |
+
code: "ro",
|
| 18 |
+
formatDistance: formatDistance,
|
| 19 |
+
formatLong: formatLong,
|
| 20 |
+
formatRelative: formatRelative,
|
| 21 |
+
localize: localize,
|
| 22 |
+
match: match,
|
| 23 |
+
options: {
|
| 24 |
+
weekStartsOn: 1 /* Monday */,
|
| 25 |
+
firstWeekContainsDate: 1,
|
| 26 |
+
},
|
| 27 |
+
};
|
| 28 |
+
|
| 29 |
+
// Fallback for modularized imports:
|
| 30 |
+
export default ro;
|
node_modules/date-fns/locale/ro/_lib/formatDistance.cjs
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.formatDistance = void 0;
|
| 3 |
+
|
| 4 |
+
const formatDistanceLocale = {
|
| 5 |
+
lessThanXSeconds: {
|
| 6 |
+
one: "mai puțin de o secundă",
|
| 7 |
+
other: "mai puțin de {{count}} secunde",
|
| 8 |
+
},
|
| 9 |
+
|
| 10 |
+
xSeconds: {
|
| 11 |
+
one: "1 secundă",
|
| 12 |
+
other: "{{count}} secunde",
|
| 13 |
+
},
|
| 14 |
+
|
| 15 |
+
halfAMinute: "jumătate de minut",
|
| 16 |
+
|
| 17 |
+
lessThanXMinutes: {
|
| 18 |
+
one: "mai puțin de un minut",
|
| 19 |
+
other: "mai puțin de {{count}} minute",
|
| 20 |
+
},
|
| 21 |
+
|
| 22 |
+
xMinutes: {
|
| 23 |
+
one: "1 minut",
|
| 24 |
+
other: "{{count}} minute",
|
| 25 |
+
},
|
| 26 |
+
|
| 27 |
+
aboutXHours: {
|
| 28 |
+
one: "circa 1 oră",
|
| 29 |
+
other: "circa {{count}} ore",
|
| 30 |
+
},
|
| 31 |
+
|
| 32 |
+
xHours: {
|
| 33 |
+
one: "1 oră",
|
| 34 |
+
other: "{{count}} ore",
|
| 35 |
+
},
|
| 36 |
+
|
| 37 |
+
xDays: {
|
| 38 |
+
one: "1 zi",
|
| 39 |
+
other: "{{count}} zile",
|
| 40 |
+
},
|
| 41 |
+
|
| 42 |
+
aboutXWeeks: {
|
| 43 |
+
one: "circa o săptămână",
|
| 44 |
+
other: "circa {{count}} săptămâni",
|
| 45 |
+
},
|
| 46 |
+
|
| 47 |
+
xWeeks: {
|
| 48 |
+
one: "1 săptămână",
|
| 49 |
+
other: "{{count}} săptămâni",
|
| 50 |
+
},
|
| 51 |
+
|
| 52 |
+
aboutXMonths: {
|
| 53 |
+
one: "circa 1 lună",
|
| 54 |
+
other: "circa {{count}} luni",
|
| 55 |
+
},
|
| 56 |
+
|
| 57 |
+
xMonths: {
|
| 58 |
+
one: "1 lună",
|
| 59 |
+
other: "{{count}} luni",
|
| 60 |
+
},
|
| 61 |
+
|
| 62 |
+
aboutXYears: {
|
| 63 |
+
one: "circa 1 an",
|
| 64 |
+
other: "circa {{count}} ani",
|
| 65 |
+
},
|
| 66 |
+
|
| 67 |
+
xYears: {
|
| 68 |
+
one: "1 an",
|
| 69 |
+
other: "{{count}} ani",
|
| 70 |
+
},
|
| 71 |
+
|
| 72 |
+
overXYears: {
|
| 73 |
+
one: "peste 1 an",
|
| 74 |
+
other: "peste {{count}} ani",
|
| 75 |
+
},
|
| 76 |
+
|
| 77 |
+
almostXYears: {
|
| 78 |
+
one: "aproape 1 an",
|
| 79 |
+
other: "aproape {{count}} ani",
|
| 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 "în " + result;
|
| 98 |
+
} else {
|
| 99 |
+
return result + " în urmă";
|
| 100 |
+
}
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
return result;
|
| 104 |
+
};
|
| 105 |
+
exports.formatDistance = formatDistance;
|
node_modules/date-fns/locale/ro/_lib/formatDistance.d.cts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FormatDistanceFn } from "../../types.js";
|
| 2 |
+
export declare const formatDistance: FormatDistanceFn;
|
node_modules/date-fns/locale/ro/_lib/formatDistance.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FormatDistanceFn } from "../../types.js";
|
| 2 |
+
export declare const formatDistance: FormatDistanceFn;
|
node_modules/date-fns/locale/ro/_lib/formatDistance.js
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
const formatDistanceLocale = {
|
| 2 |
+
lessThanXSeconds: {
|
| 3 |
+
one: "mai puțin de o secundă",
|
| 4 |
+
other: "mai puțin de {{count}} secunde",
|
| 5 |
+
},
|
| 6 |
+
|
| 7 |
+
xSeconds: {
|
| 8 |
+
one: "1 secundă",
|
| 9 |
+
other: "{{count}} secunde",
|
| 10 |
+
},
|
| 11 |
+
|
| 12 |
+
halfAMinute: "jumătate de minut",
|
| 13 |
+
|
| 14 |
+
lessThanXMinutes: {
|
| 15 |
+
one: "mai puțin de un minut",
|
| 16 |
+
other: "mai puțin de {{count}} minute",
|
| 17 |
+
},
|
| 18 |
+
|
| 19 |
+
xMinutes: {
|
| 20 |
+
one: "1 minut",
|
| 21 |
+
other: "{{count}} minute",
|
| 22 |
+
},
|
| 23 |
+
|
| 24 |
+
aboutXHours: {
|
| 25 |
+
one: "circa 1 oră",
|
| 26 |
+
other: "circa {{count}} ore",
|
| 27 |
+
},
|
| 28 |
+
|
| 29 |
+
xHours: {
|
| 30 |
+
one: "1 oră",
|
| 31 |
+
other: "{{count}} ore",
|
| 32 |
+
},
|
| 33 |
+
|
| 34 |
+
xDays: {
|
| 35 |
+
one: "1 zi",
|
| 36 |
+
other: "{{count}} zile",
|
| 37 |
+
},
|
| 38 |
+
|
| 39 |
+
aboutXWeeks: {
|
| 40 |
+
one: "circa o săptămână",
|
| 41 |
+
other: "circa {{count}} săptămâni",
|
| 42 |
+
},
|
| 43 |
+
|
| 44 |
+
xWeeks: {
|
| 45 |
+
one: "1 săptămână",
|
| 46 |
+
other: "{{count}} săptămâni",
|
| 47 |
+
},
|
| 48 |
+
|
| 49 |
+
aboutXMonths: {
|
| 50 |
+
one: "circa 1 lună",
|
| 51 |
+
other: "circa {{count}} luni",
|
| 52 |
+
},
|
| 53 |
+
|
| 54 |
+
xMonths: {
|
| 55 |
+
one: "1 lună",
|
| 56 |
+
other: "{{count}} luni",
|
| 57 |
+
},
|
| 58 |
+
|
| 59 |
+
aboutXYears: {
|
| 60 |
+
one: "circa 1 an",
|
| 61 |
+
other: "circa {{count}} ani",
|
| 62 |
+
},
|
| 63 |
+
|
| 64 |
+
xYears: {
|
| 65 |
+
one: "1 an",
|
| 66 |
+
other: "{{count}} ani",
|
| 67 |
+
},
|
| 68 |
+
|
| 69 |
+
overXYears: {
|
| 70 |
+
one: "peste 1 an",
|
| 71 |
+
other: "peste {{count}} ani",
|
| 72 |
+
},
|
| 73 |
+
|
| 74 |
+
almostXYears: {
|
| 75 |
+
one: "aproape 1 an",
|
| 76 |
+
other: "aproape {{count}} ani",
|
| 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 "în " + result;
|
| 95 |
+
} else {
|
| 96 |
+
return result + " în urmă";
|
| 97 |
+
}
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
return result;
|
| 101 |
+
};
|
node_modules/date-fns/locale/ro/_lib/formatLong.cjs
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
exports.formatLong = void 0;
|
| 3 |
+
var _index = require("../../_lib/buildFormatLongFn.cjs");
|
| 4 |
+
|
| 5 |
+
const dateFormats = {
|
| 6 |
+
full: "EEEE, d MMMM yyyy",
|
| 7 |
+
long: "d MMMM yyyy",
|
| 8 |
+
medium: "d MMM yyyy",
|
| 9 |
+
short: "dd.MM.yyyy",
|
| 10 |
+
};
|
| 11 |
+
|
| 12 |
+
const timeFormats = {
|
| 13 |
+
full: "HH:mm:ss zzzz",
|
| 14 |
+
long: "HH:mm:ss z",
|
| 15 |
+
medium: "HH:mm:ss",
|
| 16 |
+
short: "HH:mm",
|
| 17 |
+
};
|
| 18 |
+
|
| 19 |
+
const dateTimeFormats = {
|
| 20 |
+
full: "{{date}} 'la' {{time}}",
|
| 21 |
+
long: "{{date}} 'la' {{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 |
+
});
|
node_modules/date-fns/locale/ro/_lib/formatLong.d.cts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { FormatLong } from "../../types.js";
|
| 2 |
+
export declare const formatLong: FormatLong;
|