@spectrum-charts/locales 1.18.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/dist/@types/index.d.ts +2 -0
- package/dist/@types/index.d.ts.map +1 -0
- package/dist/@types/src/index.d.ts +5 -0
- package/dist/@types/src/index.d.ts.map +1 -0
- package/dist/@types/src/locale.d.ts +7 -0
- package/dist/@types/src/locale.d.ts.map +1 -0
- package/dist/@types/src/locale.test.d.ts +2 -0
- package/dist/@types/src/locale.test.d.ts.map +1 -0
- package/dist/@types/src/locale.types.d.ts +11 -0
- package/dist/@types/src/locale.types.d.ts.map +1 -0
- package/dist/@types/src/numberLocales/index.d.ts +4 -0
- package/dist/@types/src/numberLocales/index.d.ts.map +1 -0
- package/dist/@types/src/timeLocales/index.d.ts +4 -0
- package/dist/@types/src/timeLocales/index.d.ts.map +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.LICENSE.txt +1 -0
- package/dist/index.js.map +1 -0
- package/package.json +30 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2019 Adobe
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAYA,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAYA,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Locale, NumberLocale, TimeLocale } from 'vega';
|
|
2
|
+
import { LocaleCode, NumberLocaleCode, TimeLocaleCode } from './locale.types';
|
|
3
|
+
export declare const getLocale: (locale?: Locale | LocaleCode | {
|
|
4
|
+
number?: NumberLocaleCode | NumberLocale;
|
|
5
|
+
time?: TimeLocaleCode | TimeLocale;
|
|
6
|
+
}) => Locale;
|
|
7
|
+
//# sourceMappingURL=locale.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../../src/locale.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAExD,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAI9E,eAAO,MAAM,SAAS,YAElB,MAAM,GACN,UAAU,GACV;IAAE,MAAM,CAAC,EAAE,gBAAgB,GAAG,YAAY,CAAC;IAAC,IAAI,CAAC,EAAE,cAAc,GAAG,UAAU,CAAA;CAAE,KACjF,MAaF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locale.test.d.ts","sourceRoot":"","sources":["../../../src/locale.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const numberLocaleCodes: readonly ["ar-AE", "ar-BH", "ar-DJ", "ar-DZ", "ar-EG", "ar-IL", "ar-IQ", "ar-JO", "ar-KM", "ar-KW", "ar-LB", "ar-LY", "ar-MA", "ar-OM", "ar-PS", "ar-QA", "ar-SA", "ar-SD", "ar-SO", "ar-SS", "ar-SY", "ar-TD", "ar-TN", "ar-YE", "ca-ES", "cs-CZ", "da-DK", "de-CH", "de-DE", "en-CA", "en-GB", "en-IE", "en-IN", "en-US", "es-BO", "es-ES", "es-MX", "fi-FI", "fr-CA", "fr-FR", "he-IL", "hu-HU", "it-IT", "ja-JP", "ko-KR", "mk-MK", "nl-NL", "pl-PL", "pt-BR", "pt-PT", "ru-RU", "sl-SI", "sv-SE", "uk-UA", "zh-CN"];
|
|
2
|
+
/** locale code used for default number locales */
|
|
3
|
+
export type NumberLocaleCode = (typeof numberLocaleCodes)[number];
|
|
4
|
+
declare const timeLocaleCodes: readonly ["ar-EG", "ar-SY", "ca-ES", "cs-CZ", "da-DK", "de-CH", "de-DE", "en-CA", "en-GB", "en-US", "es-ES", "es-MX", "fa-IR", "fi-FI", "fr-CA", "fr-FR", "he-IL", "hr-HR", "hu-HU", "it-IT", "ja-JP", "ko-KR", "mk-MK", "nb-NO", "nl-BE", "nl-NL", "pl-PL", "pt-BR", "ru-RU", "sv-SE", "tr-TR", "uk-UA", "zh-CN", "zh-TW"];
|
|
5
|
+
/** locale code used for default time locales */
|
|
6
|
+
export type TimeLocaleCode = (typeof timeLocaleCodes)[number];
|
|
7
|
+
declare const localeCodes: readonly ["ar-EG", "ar-SY", "ca-ES", "cs-CZ", "da-DK", "de-CH", "de-DE", "en-CA", "en-GB", "en-US", "es-ES", "es-MX", "fi-FI", "fr-CA", "fr-FR", "he-IL", "hu-HU", "it-IT", "ja-JP", "ko-KR", "mk-MK", "nl-NL", "pl-PL", "pt-BR", "ru-RU", "sv-SE", "uk-UA", "zh-CN"];
|
|
8
|
+
/** locale code used for default number and time locales */
|
|
9
|
+
export type LocaleCode = (typeof localeCodes)[number];
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=locale.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locale.types.d.ts","sourceRoot":"","sources":["../../../src/locale.types.ts"],"names":[],"mappings":"AAYA,QAAA,MAAM,iBAAiB,0fAwDb,CAAC;AAEX,kDAAkD;AAClD,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE,QAAA,MAAM,eAAe,6TAmCX,CAAC;AAEX,gDAAgD;AAChD,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAE9D,QAAA,MAAM,WAAW,uQA6BP,CAAC;AAEX,2DAA2D;AAC3D,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/numberLocales/index.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAyDnD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,gBAAgB,EAAE,YAAY,CAwDhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/timeLocales/index.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAoCjD,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,cAAc,EAAE,UAAU,CAmC1D,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
+
!function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports.spectrumChartsLocales=r():e.spectrumChartsLocales=r()}(this,(()=>(()=>{"use strict";var e={938:function(e,r,a){var t=this&&this.__createBinding||(Object.create?function(e,r,a,t){void 0===t&&(t=a);var s=Object.getOwnPropertyDescriptor(r,a);s&&!("get"in s?!r.__esModule:s.writable||s.configurable)||(s={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,t,s)}:function(e,r,a,t){void 0===t&&(t=a),e[t]=r[a]}),s=this&&this.__exportStar||function(e,r){for(var a in e)"default"===a||Object.prototype.hasOwnProperty.call(r,a)||t(r,e,a)};Object.defineProperty(r,"__esModule",{value:!0}),s(a(7783),r)},7783:function(e,r,a){var t=this&&this.__createBinding||(Object.create?function(e,r,a,t){void 0===t&&(t=a);var s=Object.getOwnPropertyDescriptor(r,a);s&&!("get"in s?!r.__esModule:s.writable||s.configurable)||(s={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,t,s)}:function(e,r,a,t){void 0===t&&(t=a),e[t]=r[a]}),s=this&&this.__exportStar||function(e,r){for(var a in e)"default"===a||Object.prototype.hasOwnProperty.call(r,a)||t(r,e,a)};Object.defineProperty(r,"__esModule",{value:!0}),s(a(1981),r),s(a(6838),r),s(a(2544),r),s(a(988),r)},1981:(e,r,a)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.getLocale=void 0;const t=a(2544),s=a(988);r.getLocale=(e="en-US")=>{var r,a;return"string"==typeof e?{number:null!==(r=t.numberLocales[e])&&void 0!==r?r:t.numberLocales["en-US"],time:null!==(a=s.timeLocales[e])&&void 0!==a?a:s.timeLocales["en-US"]}:{number:o(e.number),time:d(e.time)}};const o=e=>{var r;return"string"==typeof e?null!==(r=t.numberLocales[e])&&void 0!==r?r:t.numberLocales["en-US"]:e},d=e=>{var r;return"string"==typeof e?null!==(r=s.timeLocales[e])&&void 0!==r?r:s.timeLocales["en-US"]:e}},6838:(e,r)=>{Object.defineProperty(r,"__esModule",{value:!0})},2544:function(e,r,a){var t=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0}),r.numberLocales=void 0;const s=t(a(7252)),o=t(a(1960)),d=t(a(7616)),u=t(a(3344)),n=t(a(5250)),i=t(a(6615)),m=t(a(7376)),p=t(a(1769)),l=t(a(3966)),c=t(a(5796)),h=t(a(9568)),g=t(a(4725)),S=t(a(4532)),y=t(a(9770)),M=t(a(3655)),b=t(a(1720)),f=t(a(2434)),J=t(a(4985)),O=t(a(3044)),N=t(a(624)),j=t(a(7994)),v=t(a(7734)),x=t(a(5996)),A=t(a(1628)),D=t(a(7567)),k=t(a(4156)),T=t(a(2543)),Y=t(a(637)),z=t(a(6569)),P=t(a(3522)),L=t(a(2199)),H=t(a(6012)),F=t(a(9793)),X=t(a(5662)),B=t(a(9580)),_=t(a(7619)),C=t(a(530)),E=t(a(8721)),w=t(a(3615)),K=t(a(6299)),I=t(a(4211)),U=t(a(249)),R=t(a(6433)),G=t(a(3782)),W=t(a(9e3)),Q=t(a(2339)),V=t(a(943)),$=t(a(7591)),Z=t(a(9667)),q=t(a(8935)),ee=t(a(8881)),re=t(a(5286)),ae=t(a(3700)),te=t(a(8421)),se=t(a(2900));r.numberLocales={"ar-AE":s.default,"ar-BH":o.default,"ar-DJ":d.default,"ar-DZ":u.default,"ar-EG":n.default,"ar-IL":i.default,"ar-IQ":m.default,"ar-JO":p.default,"ar-KM":l.default,"ar-KW":c.default,"ar-LB":h.default,"ar-LY":g.default,"ar-MA":S.default,"ar-OM":y.default,"ar-PS":M.default,"ar-QA":b.default,"ar-SA":f.default,"ar-SD":J.default,"ar-SO":O.default,"ar-SS":N.default,"ar-SY":j.default,"ar-TD":v.default,"ar-TN":x.default,"ar-YE":A.default,"ca-ES":D.default,"cs-CZ":k.default,"da-DK":T.default,"de-CH":Y.default,"de-DE":z.default,"en-CA":P.default,"en-GB":L.default,"en-IE":H.default,"en-IN":F.default,"en-US":X.default,"es-BO":B.default,"es-ES":_.default,"es-MX":C.default,"fi-FI":E.default,"fr-CA":w.default,"fr-FR":K.default,"he-IL":I.default,"hu-HU":U.default,"it-IT":R.default,"ja-JP":G.default,"ko-KR":W.default,"mk-MK":Q.default,"nl-NL":V.default,"pl-PL":$.default,"pt-BR":Z.default,"pt-PT":q.default,"ru-RU":ee.default,"sl-SI":re.default,"sv-SE":ae.default,"uk-UA":te.default,"zh-CN":se.default}},988:function(e,r,a){var t=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0}),r.timeLocales=void 0;const s=t(a(7014)),o=t(a(8862)),d=t(a(1243)),u=t(a(4048)),n=t(a(2275)),i=t(a(6977)),m=t(a(5005)),p=t(a(4454)),l=t(a(1859)),c=t(a(9418)),h=t(a(1975)),g=t(a(3766)),S=t(a(3563)),y=t(a(3333)),M=t(a(5771)),b=t(a(1567)),f=t(a(5863)),J=t(a(2783)),O=t(a(6109)),N=t(a(6965)),j=t(a(746)),v=t(a(9092)),x=t(a(8647)),A=t(a(2584)),D=t(a(2628)),k=t(a(6211)),T=t(a(5147)),Y=t(a(6911)),z=t(a(7733)),P=t(a(600)),L=t(a(7359)),H=t(a(3081)),F=t(a(7552)),X=t(a(9256));r.timeLocales={"ar-EG":s.default,"ar-SY":o.default,"ca-ES":d.default,"cs-CZ":u.default,"da-DK":n.default,"de-CH":i.default,"de-DE":m.default,"en-CA":p.default,"en-GB":l.default,"en-US":c.default,"es-ES":h.default,"es-MX":g.default,"fa-IR":S.default,"fi-FI":y.default,"fr-CA":M.default,"fr-FR":b.default,"he-IL":f.default,"hr-HR":J.default,"hu-HU":O.default,"it-IT":N.default,"ja-JP":j.default,"ko-KR":v.default,"mk-MK":x.default,"nb-NO":A.default,"nl-BE":D.default,"nl-NL":k.default,"pl-PL":T.default,"pt-BR":Y.default,"ru-RU":z.default,"sv-SE":P.default,"tr-TR":L.default,"uk-UA":H.default,"zh-CN":F.default,"zh-TW":X.default}},7252:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," د.إ."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},1960:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," د.ب."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},7616:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":["Fdj ",""],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},3344:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":["د.ج. ",""]}')},5250:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," ج.م."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},6615:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":["₪ ",""],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},7376:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," د.ع."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},1769:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," د.أ."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},3966:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," ف.ج.ق."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},5796:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," د.ك."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},9568:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," ل.ل."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},4725:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":["د.ل. ",""]}')},4532:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":["د.م. ",""]}')},9770:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," ر.ع."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},3655:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":["₪ ",""],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},1720:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," ر.ق."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},2434:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," ر.س."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},4985:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," ج.س."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},3044:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":["S ",""],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},624:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":["£ ",""],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},7994:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," ل.س."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},7734:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":["FCFA ",""],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},5996:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":["د.ت. ",""]}')},1628:e=>{e.exports=JSON.parse('{"decimal":"٫","thousands":"٬","grouping":[3],"currency":[""," ر.ى."],"numerals":["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"]}')},7567:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":[""," €"]}')},4156:e=>{e.exports=JSON.parse('{"decimal":",","thousands":" ","grouping":[3],"currency":[""," Kč"]}')},2543:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":[""," kr"]}')},637:e=>{e.exports=JSON.parse('{"decimal":",","thousands":"\'","grouping":[3],"currency":[""," CHF"]}')},6569:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":[""," €"]}')},3522:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3],"currency":["$",""]}')},2199:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3],"currency":["£",""]}')},6012:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3],"currency":["€",""]}')},9793:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3,2,2,2,2,2,2,2,2,2],"currency":["₹",""]}')},5662:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3],"currency":["$",""]}')},9580:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":["Bs ",""],"percent":" %"}')},7619:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":[""," €"]}')},530:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3],"currency":["$",""]}')},8721:e=>{e.exports=JSON.parse('{"decimal":",","thousands":" ","grouping":[3],"currency":[""," €"]}')},3615:e=>{e.exports=JSON.parse('{"decimal":",","thousands":" ","grouping":[3],"currency":["","$"]}')},6299:e=>{e.exports=JSON.parse('{"decimal":",","thousands":" ","grouping":[3],"currency":[""," €"],"percent":" %"}')},4211:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3],"currency":["₪",""]}')},249:e=>{e.exports=JSON.parse('{"decimal":",","thousands":" ","grouping":[3],"currency":[""," Ft"]}')},6433:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":["€",""]}')},3782:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3],"currency":["","円"]}')},9e3:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3],"currency":["₩",""]}')},2339:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":[""," ден."]}')},943:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":["€ ",""]}')},7591:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":["","zł"]}')},9667:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":["R$",""]}')},8935:e=>{e.exports=JSON.parse('{"decimal":",","thousands":" ","grouping":[3],"currency":[""," €"]}')},8881:e=>{e.exports=JSON.parse('{"decimal":",","thousands":" ","grouping":[3],"currency":[""," ₽"]}')},5286:e=>{e.exports=JSON.parse('{"decimal":",","thousands":".","grouping":[3],"currency":[""," €"]}')},3700:e=>{e.exports=JSON.parse('{"decimal":",","thousands":" ","grouping":[3],"currency":[""," kr"]}')},8421:e=>{e.exports=JSON.parse('{"decimal":",","thousands":" ","grouping":[3],"currency":[""," ₴."]}')},2900:e=>{e.exports=JSON.parse('{"decimal":".","thousands":",","grouping":[3],"currency":["¥",""]}')},7014:e=>{e.exports=JSON.parse('{"dateTime":"%x, %X","date":"%-d/%-m/%Y","time":"%-I:%M:%S %p","periods":["ص","م"],"days":["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],"shortDays":["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"],"months":["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],"shortMonths":["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]}')},8862:e=>{e.exports=JSON.parse('{"dateTime":"%x, %X","date":"%-d/%-m/%Y","time":"%-I:%M:%S %p","periods":["ص","م"],"days":["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],"shortDays":["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"],"months":["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],"shortMonths":["ك٢","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","ت١","ت٢","ك١"]}')},1243:e=>{e.exports=JSON.parse('{"dateTime":"%A, %e de %B de %Y, %X","date":"%d/%m/%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],"shortDays":["dg.","dl.","dt.","dc.","dj.","dv.","ds."],"months":["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"],"shortMonths":["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."]}')},4048:e=>{e.exports=JSON.parse('{"dateTime":"%A,%e.%B %Y, %X","date":"%-d.%-m.%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["neděle","pondělí","úterý","středa","čvrtek","pátek","sobota"],"shortDays":["ne.","po.","út.","st.","čt.","pá.","so."],"months":["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"],"shortMonths":["led","úno","břez","dub","kvě","čer","červ","srp","zář","říj","list","pros"]}')},2275:e=>{e.exports=JSON.parse('{"dateTime":"%A den %d %B %Y %X","date":"%d-%m-%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],"shortDays":["søn","man","tir","ons","tor","fre","lør"],"months":["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],"shortMonths":["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]}')},6977:e=>{e.exports=JSON.parse('{"dateTime":"%A, der %e. %B %Y, %X","date":"%d.%m.%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],"shortDays":["So","Mo","Di","Mi","Do","Fr","Sa"],"months":["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"shortMonths":["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]}')},5005:e=>{e.exports=JSON.parse('{"dateTime":"%A, der %e. %B %Y, %X","date":"%d.%m.%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],"shortDays":["So","Mo","Di","Mi","Do","Fr","Sa"],"months":["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"shortMonths":["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]}')},4454:e=>{e.exports=JSON.parse('{"dateTime":"%a %b %e %X %Y","date":"%Y-%m-%d","time":"%H:%M:%S","periods":["AM","PM"],"days":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"shortDays":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"shortMonths":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}')},1859:e=>{e.exports=JSON.parse('{"dateTime":"%a %e %b %X %Y","date":"%d/%m/%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"shortDays":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"shortMonths":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}')},9418:e=>{e.exports=JSON.parse('{"dateTime":"%x, %X","date":"%-m/%-d/%Y","time":"%-I:%M:%S %p","periods":["AM","PM"],"days":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"shortDays":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"shortMonths":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}')},1975:e=>{e.exports=JSON.parse('{"dateTime":"%A, %e de %B de %Y, %X","date":"%d/%m/%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],"shortDays":["dom","lun","mar","mié","jue","vie","sáb"],"months":["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],"shortMonths":["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]}')},3766:e=>{e.exports=JSON.parse('{"dateTime":"%x, %X","date":"%d/%m/%Y","time":"%-I:%M:%S %p","periods":["AM","PM"],"days":["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],"shortDays":["dom","lun","mar","mié","jue","vie","sáb"],"months":["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],"shortMonths":["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]}')},3563:e=>{e.exports=JSON.parse('{"dateTime":"%x, %X","date":"%-d/%-m/%Y","time":"%-I:%M:%S %p","periods":["صبح","عصر"],"days":["یکشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],"shortDays":["یکشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],"months":["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],"shortMonths":["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]}')},3333:e=>{e.exports=JSON.parse('{"dateTime":"%A, %-d. %Bta %Y klo %X","date":"%-d.%-m.%Y","time":"%H:%M:%S","periods":["a.m.","p.m."],"days":["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"],"shortDays":["Su","Ma","Ti","Ke","To","Pe","La"],"months":["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],"shortMonths":["Tammi","Helmi","Maalis","Huhti","Touko","Kesä","Heinä","Elo","Syys","Loka","Marras","Joulu"]}')},5771:e=>{e.exports=JSON.parse('{"dateTime":"%a %e %b %Y %X","date":"%Y-%m-%d","time":"%H:%M:%S","periods":["",""],"days":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"shortDays":["dim","lun","mar","mer","jeu","ven","sam"],"months":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"shortMonths":["jan","fév","mar","avr","mai","jui","jul","aoû","sep","oct","nov","déc"]}')},1567:e=>{e.exports=JSON.parse('{"dateTime":"%A %e %B %Y à %X","date":"%d/%m/%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"shortDays":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"months":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"shortMonths":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]}')},5863:e=>{e.exports=JSON.parse('{"dateTime":"%A, %e ב%B %Y %X","date":"%d.%m.%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["ראשון","שני","שלישי","רביעי","חמישי","שישי","שבת"],"shortDays":["א׳","ב׳","ג׳","ד׳","ה׳","ו׳","ש׳"],"months":["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],"shortMonths":["ינו׳","פבר׳","מרץ","אפר׳","מאי","יוני","יולי","אוג׳","ספט׳","אוק׳","נוב׳","דצמ׳"]}')},2783:e=>{e.exports=JSON.parse('{"dateTime":"%A, %e. %B %Y., %X","date":"%d. %m. %Y.","time":"%H:%M:%S","periods":["AM","PM"],"days":["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvtrak","Petak","Subota"],"shortDays":["Ne","Po","Ut","Sr","Če","Pe","Su"],"months":["Siječanj","Veljača","Ožujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac"],"shortMonths":["Sij","Velj","Ožu","Tra","Svi","Lip","Srp","Kol","Ruj","Lis","Stu","Pro"]}')},6109:e=>{e.exports=JSON.parse('{"dateTime":"%Y. %B %-e., %A %X","date":"%Y. %m. %d.","time":"%H:%M:%S","periods":["de.","du."],"days":["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],"shortDays":["V","H","K","Sze","Cs","P","Szo"],"months":["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"],"shortMonths":["jan.","feb.","már.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec."]}')},6965:e=>{e.exports=JSON.parse('{"dateTime":"%A %e %B %Y, %X","date":"%d/%m/%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"],"shortDays":["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],"months":["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],"shortMonths":["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"]}')},746:e=>{e.exports=JSON.parse('{"dateTime":"%x %a %X","date":"%Y/%m/%d","time":"%H:%M:%S","periods":["AM","PM"],"days":["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],"shortDays":["日","月","火","水","木","金","土"],"months":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"shortMonths":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}')},9092:e=>{e.exports=JSON.parse('{"dateTime":"%Y/%m/%d %a %X","date":"%Y/%m/%d","time":"%H:%M:%S","periods":["오전","오후"],"days":["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],"shortDays":["일","월","화","수","목","금","토"],"months":["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],"shortMonths":["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]}')},8647:e=>{e.exports=JSON.parse('{"dateTime":"%A, %e %B %Y г. %X","date":"%d.%m.%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["недела","понеделник","вторник","среда","четврток","петок","сабота"],"shortDays":["нед","пон","вто","сре","чет","пет","саб"],"months":["јануари","февруари","март","април","мај","јуни","јули","август","септември","октомври","ноември","декември"],"shortMonths":["јан","фев","мар","апр","мај","јун","јул","авг","сеп","окт","ное","дек"]}')},2584:e=>{e.exports=JSON.parse('{"dateTime":"%A den %d. %B %Y %X","date":"%d.%m.%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],"shortDays":["søn","man","tir","ons","tor","fre","lør"],"months":["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],"shortMonths":["jan","feb","mars","apr","mai","juni","juli","aug","sep","okt","nov","des"]}')},2628:e=>{e.exports=JSON.parse('{"dateTime":"%a %e %B %Y %X","date":"%d/%m/%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],"shortDays":["zo","ma","di","wo","do","vr","za"],"months":["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],"shortMonths":["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"]}')},6211:e=>{e.exports=JSON.parse('{"dateTime":"%a %e %B %Y %X","date":"%d-%m-%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],"shortDays":["zo","ma","di","wo","do","vr","za"],"months":["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],"shortMonths":["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"]}')},5147:e=>{e.exports=JSON.parse('{"dateTime":"%A, %e %B %Y, %X","date":"%d/%m/%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota"],"shortDays":["Niedz.","Pon.","Wt.","Śr.","Czw.","Pt.","Sob."],"months":["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],"shortMonths":["Stycz.","Luty","Marz.","Kwie.","Maj","Czerw.","Lipc.","Sierp.","Wrz.","Paźdz.","Listop.","Grudz."]}')},6911:e=>{e.exports=JSON.parse('{"dateTime":"%A, %e de %B de %Y. %X","date":"%d/%m/%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"],"shortDays":["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],"months":["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],"shortMonths":["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"]}')},7733:e=>{e.exports=JSON.parse('{"dateTime":"%A, %e %B %Y г. %X","date":"%d.%m.%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],"shortDays":["вс","пн","вт","ср","чт","пт","сб"],"months":["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"],"shortMonths":["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]}')},600:e=>{e.exports=JSON.parse('{"dateTime":"%A den %d %B %Y %X","date":"%Y-%m-%d","time":"%H:%M:%S","periods":["fm","em"],"days":["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag"],"shortDays":["Sön","Mån","Tis","Ons","Tor","Fre","Lör"],"months":["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],"shortMonths":["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"]}')},7359:e=>{e.exports=JSON.parse('{"dateTime":"%a %e %b %X %Y","date":"%d/%m/%Y","time":"%H:%M:%S","periods":["AM","PM"],"days":["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],"shortDays":["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],"months":["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],"shortMonths":["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"]}')},3081:e=>{e.exports=JSON.parse('{"dateTime":"%A, %e %B %Y р. %X","date":"%d.%m.%Y","time":"%H:%M:%S","periods":["дп","пп"],"days":["неділя","понеділок","вівторок","середа","четвер","п\'ятниця","субота"],"shortDays":["нд","пн","вт","ср","чт","пт","сб"],"months":["січня","лютого","березня","квітня","травня","червня","липня","серпня","вересня","жовтня","листопада","грудня"],"shortMonths":["січ.","лют.","бер.","квіт.","трав.","черв.","лип.","серп.","вер.","жовт.","лист.","груд."]}')},7552:e=>{e.exports=JSON.parse('{"dateTime":"%x %A %X","date":"%Y年%-m月%-d日","time":"%H:%M:%S","periods":["上午","下午"],"days":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],"shortDays":["周日","周一","周二","周三","周四","周五","周六"],"months":["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],"shortMonths":["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}')},9256:e=>{e.exports=JSON.parse('{"dateTime":"%x %A %X","date":"%Y年%-m月%-d日","time":"%H:%M:%S","periods":["上午","下午"],"days":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],"shortDays":["日","一","二","三","四","五","六"],"months":["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],"shortMonths":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}')}},r={};return function a(t){var s=r[t];if(void 0!==s)return s.exports;var o=r[t]={exports:{}};return e[t].call(o.exports,o,o.exports,a),o.exports}(938)})()));
|
|
3
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! @spectrum-charts/locales@v1.18.0-alpha.1 */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","mappings":";CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,GACe,iBAAZC,QACdA,QAA+B,sBAAID,IAEnCD,EAA4B,sBAAIC,GACjC,CATD,CASGK,MAAM,IACT,mhBCEA,wgBCAA,aACA,aACA,aACA,gGCDA,gBACA,SAEa,EAAAC,UAAY,CACxBC,EAGsF,mBAEtF,MAAsB,iBAAXA,EAEH,CACNC,OAA6B,QAArB,IAAAC,cAAcF,UAAO,QAAI,EAAAE,cAAc,SAC/CC,KAAyB,QAAnB,IAAAC,YAAYJ,UAAO,QAAI,EAAAI,YAAY,UAIpC,CACNH,OAAQI,EAAgBL,EAAOC,QAC/BE,KAAMG,EAAcN,EAAOG,MAC3B,EAGF,MAAME,EAAmBL,UACxB,MAAsB,iBAAXA,EAEkB,QAArB,IAAAE,cAAcF,UAAO,QAAI,EAAAE,cAAc,SAExCF,CAAM,EAGRM,EAAiBN,UACtB,MAAsB,iBAAXA,EAEgB,QAAnB,IAAAI,YAAYJ,UAAO,QAAI,EAAAI,YAAY,SAEpCJ,CAAM,mPCpCd,mBACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,YACA,aACA,YACA,aACA,aACA,aACA,cACA,cACA,cACA,cACA,cAEa,EAAAE,cAAwD,CACpE,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,WACX,QAAW,WACX,QAAW,WACX,QAAW,WACX,QAAW,2LC/GZ,mBACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,aACA,aAEa,EAAAE,YAAkD,CAC9D,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,UACX,QAAW,s6rBClFRG,EAA2B,CAAC,SAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAahB,QAGrB,IAAIC,EAASY,EAAyBE,GAAY,CAGjDf,QAAS,CAAC,GAOX,OAHAkB,EAAoBH,GAAUI,KAAKlB,EAAOD,QAASC,EAAQA,EAAOD,QAASc,GAGpEb,EAAOD,OACf,CCnB0Bc,CAAoB,MPO9C","sources":["webpack://spectrumChartsLocales/webpack/universalModuleDefinition","webpack://spectrumChartsLocales/./index.ts","webpack://spectrumChartsLocales/./src/index.ts","webpack://spectrumChartsLocales/./src/locale.ts","webpack://spectrumChartsLocales/./src/numberLocales/index.ts","webpack://spectrumChartsLocales/./src/timeLocales/index.ts","webpack://spectrumChartsLocales/webpack/bootstrap","webpack://spectrumChartsLocales/webpack/startup"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"spectrumChartsLocales\"] = factory();\n\telse\n\t\troot[\"spectrumChartsLocales\"] = factory();\n})(this, () => {\nreturn ","/*\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport * from './src';\n","/*\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport * from './locale';\nexport * from './locale.types';\nexport * from './numberLocales';\nexport * from './timeLocales';\n","/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { Locale, NumberLocale, TimeLocale } from 'vega';\n\nimport { LocaleCode, NumberLocaleCode, TimeLocaleCode } from './locale.types';\nimport { numberLocales } from './numberLocales';\nimport { timeLocales } from './timeLocales';\n\nexport const getLocale = (\n\tlocale:\n\t\t| Locale\n\t\t| LocaleCode\n\t\t| { number?: NumberLocaleCode | NumberLocale; time?: TimeLocaleCode | TimeLocale } = 'en-US'\n): Locale => {\n\tif (typeof locale === 'string') {\n\t\t// if the locale is a string, we assume that it is a locale code and get the locale from the locale files\n\t\treturn {\n\t\t\tnumber: numberLocales[locale] ?? numberLocales['en-US'],\n\t\t\ttime: timeLocales[locale] ?? timeLocales['en-US'],\n\t\t};\n\t}\n\n\treturn {\n\t\tnumber: getNumberLocale(locale.number),\n\t\ttime: getTimeLocale(locale.time),\n\t};\n};\n\nconst getNumberLocale = (locale: NumberLocaleCode | NumberLocale | undefined): NumberLocale | undefined => {\n\tif (typeof locale === 'string') {\n\t\t// if the locale is a string, we assume that it is a locale code and get the locale from the locale files\n\t\treturn numberLocales[locale] ?? numberLocales['en-US'];\n\t}\n\treturn locale;\n};\n\nconst getTimeLocale = (locale: TimeLocaleCode | TimeLocale | undefined): TimeLocale | undefined => {\n\tif (typeof locale === 'string') {\n\t\t// if the locale is a string, we assume that it is a locale code and get the locale from the locale files\n\t\treturn timeLocales[locale] ?? timeLocales['en-US'];\n\t}\n\treturn locale;\n};\n","/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { NumberLocale } from 'vega';\n\nimport { NumberLocaleCode } from '../locale.types';\nimport arae from './ar-AE.json';\nimport arbh from './ar-BH.json';\nimport ardj from './ar-DJ.json';\nimport ardz from './ar-DZ.json';\nimport areg from './ar-EG.json';\nimport aril from './ar-IL.json';\nimport ariq from './ar-IQ.json';\nimport arjo from './ar-JO.json';\nimport arkm from './ar-KM.json';\nimport arkw from './ar-KW.json';\nimport arlb from './ar-LB.json';\nimport arly from './ar-LY.json';\nimport arma from './ar-MA.json';\nimport arom from './ar-OM.json';\nimport arps from './ar-PS.json';\nimport arqa from './ar-QA.json';\nimport arsa from './ar-SA.json';\nimport arsd from './ar-SD.json';\nimport arso from './ar-SO.json';\nimport arss from './ar-SS.json';\nimport arsy from './ar-SY.json';\nimport artd from './ar-TD.json';\nimport artn from './ar-TN.json';\nimport arye from './ar-YE.json';\nimport caes from './ca-ES.json';\nimport cscz from './cs-CZ.json';\nimport dadk from './da-DK.json';\nimport dech from './de-CH.json';\nimport dede from './de-DE.json';\nimport enca from './en-CA.json';\nimport engb from './en-GB.json';\nimport enie from './en-IE.json';\nimport enin from './en-IN.json';\nimport enus from './en-US.json';\nimport esbo from './es-BO.json';\nimport eses from './es-ES.json';\nimport esmx from './es-MX.json';\nimport fifi from './fi-FI.json';\nimport frca from './fr-CA.json';\nimport frfr from './fr-FR.json';\nimport heil from './he-IL.json';\nimport huhu from './hu-HU.json';\nimport itit from './it-IT.json';\nimport jpjp from './ja-JP.json';\nimport kokr from './ko-KR.json';\nimport mkmk from './mk-MK.json';\nimport nlnl from './nl-NL.json';\nimport plpl from './pl-PL.json';\nimport ptbr from './pt-BR.json';\nimport ptpt from './pt-PT.json';\nimport ruru from './ru-RU.json';\nimport slsi from './sl-SI.json';\nimport svse from './sv-SE.json';\nimport ukua from './uk-UA.json';\nimport zhcn from './zh-CN.json';\n\nexport const numberLocales: Record<NumberLocaleCode, NumberLocale> = {\n\t['ar-AE']: arae as NumberLocale,\n\t['ar-BH']: arbh as NumberLocale,\n\t['ar-DJ']: ardj as NumberLocale,\n\t['ar-DZ']: ardz as NumberLocale,\n\t['ar-EG']: areg as NumberLocale,\n\t['ar-IL']: aril as NumberLocale,\n\t['ar-IQ']: ariq as NumberLocale,\n\t['ar-JO']: arjo as NumberLocale,\n\t['ar-KM']: arkm as NumberLocale,\n\t['ar-KW']: arkw as NumberLocale,\n\t['ar-LB']: arlb as NumberLocale,\n\t['ar-LY']: arly as NumberLocale,\n\t['ar-MA']: arma as NumberLocale,\n\t['ar-OM']: arom as NumberLocale,\n\t['ar-PS']: arps as NumberLocale,\n\t['ar-QA']: arqa as NumberLocale,\n\t['ar-SA']: arsa as NumberLocale,\n\t['ar-SD']: arsd as NumberLocale,\n\t['ar-SO']: arso as NumberLocale,\n\t['ar-SS']: arss as NumberLocale,\n\t['ar-SY']: arsy as NumberLocale,\n\t['ar-TD']: artd as NumberLocale,\n\t['ar-TN']: artn as NumberLocale,\n\t['ar-YE']: arye as NumberLocale,\n\t['ca-ES']: caes as NumberLocale,\n\t['cs-CZ']: cscz as NumberLocale,\n\t['da-DK']: dadk as NumberLocale,\n\t['de-CH']: dech as NumberLocale,\n\t['de-DE']: dede as NumberLocale,\n\t['en-CA']: enca as NumberLocale,\n\t['en-GB']: engb as NumberLocale,\n\t['en-IE']: enie as NumberLocale,\n\t['en-IN']: enin as NumberLocale,\n\t['en-US']: enus as NumberLocale,\n\t['es-BO']: esbo as NumberLocale,\n\t['es-ES']: eses as NumberLocale,\n\t['es-MX']: esmx as NumberLocale,\n\t['fi-FI']: fifi as NumberLocale,\n\t['fr-CA']: frca as NumberLocale,\n\t['fr-FR']: frfr as NumberLocale,\n\t['he-IL']: heil as NumberLocale,\n\t['hu-HU']: huhu as NumberLocale,\n\t['it-IT']: itit as NumberLocale,\n\t['ja-JP']: jpjp as NumberLocale,\n\t['ko-KR']: kokr as NumberLocale,\n\t['mk-MK']: mkmk as NumberLocale,\n\t['nl-NL']: nlnl as NumberLocale,\n\t['pl-PL']: plpl as NumberLocale,\n\t['pt-BR']: ptbr as NumberLocale,\n\t['pt-PT']: ptpt as NumberLocale,\n\t['ru-RU']: ruru as NumberLocale,\n\t['sl-SI']: slsi as NumberLocale,\n\t['sv-SE']: svse as NumberLocale,\n\t['uk-UA']: ukua as NumberLocale,\n\t['zh-CN']: zhcn as NumberLocale,\n};\n","/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { TimeLocale } from 'vega';\n\nimport { TimeLocaleCode } from '../locale.types';\nimport areg from './ar-EG.json';\nimport arsy from './ar-SY.json';\nimport caes from './ca-ES.json';\nimport cscz from './cs-CZ.json';\nimport dadk from './da-DK.json';\nimport dech from './de-CH.json';\nimport dede from './de-DE.json';\nimport enca from './en-CA.json';\nimport engb from './en-GB.json';\nimport enus from './en-US.json';\nimport eses from './es-ES.json';\nimport esmx from './es-MX.json';\nimport fair from './fa-IR.json';\nimport fifi from './fi-FI.json';\nimport frca from './fr-CA.json';\nimport frfr from './fr-FR.json';\nimport heil from './he-IL.json';\nimport hrhr from './hr-HR.json';\nimport huhu from './hu-HU.json';\nimport itit from './it-IT.json';\nimport jpjp from './ja-JP.json';\nimport kokr from './ko-KR.json';\nimport mkmk from './mk-MK.json';\nimport nbno from './nb-NO.json';\nimport nlbe from './nl-BE.json';\nimport nlnl from './nl-NL.json';\nimport plpl from './pl-PL.json';\nimport ptbr from './pt-BR.json';\nimport ruru from './ru-RU.json';\nimport svse from './sv-SE.json';\nimport trtr from './tr-TR.json';\nimport ukua from './uk-UA.json';\nimport zhcn from './zh-CN.json';\nimport zhtw from './zh-TW.json';\n\nexport const timeLocales: Record<TimeLocaleCode, TimeLocale> = {\n\t['ar-EG']: areg as TimeLocale,\n\t['ar-SY']: arsy as TimeLocale,\n\t['ca-ES']: caes as TimeLocale,\n\t['cs-CZ']: cscz as TimeLocale,\n\t['da-DK']: dadk as TimeLocale,\n\t['de-CH']: dech as TimeLocale,\n\t['de-DE']: dede as TimeLocale,\n\t['en-CA']: enca as TimeLocale,\n\t['en-GB']: engb as TimeLocale,\n\t['en-US']: enus as TimeLocale,\n\t['es-ES']: eses as TimeLocale,\n\t['es-MX']: esmx as TimeLocale,\n\t['fa-IR']: fair as TimeLocale,\n\t['fi-FI']: fifi as TimeLocale,\n\t['fr-CA']: frca as TimeLocale,\n\t['fr-FR']: frfr as TimeLocale,\n\t['he-IL']: heil as TimeLocale,\n\t['hr-HR']: hrhr as TimeLocale,\n\t['hu-HU']: huhu as TimeLocale,\n\t['it-IT']: itit as TimeLocale,\n\t['ja-JP']: jpjp as TimeLocale,\n\t['ko-KR']: kokr as TimeLocale,\n\t['mk-MK']: mkmk as TimeLocale,\n\t['nb-NO']: nbno as TimeLocale,\n\t['nl-BE']: nlbe as TimeLocale,\n\t['nl-NL']: nlnl as TimeLocale,\n\t['pl-PL']: plpl as TimeLocale,\n\t['pt-BR']: ptbr as TimeLocale,\n\t['ru-RU']: ruru as TimeLocale,\n\t['sv-SE']: svse as TimeLocale,\n\t['tr-TR']: trtr as TimeLocale,\n\t['uk-UA']: ukua as TimeLocale,\n\t['zh-CN']: zhcn as TimeLocale,\n\t['zh-TW']: zhtw as TimeLocale,\n};\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// startup\n// Load entry module and return exports\n// This entry module is referenced by other modules so it can't be inlined\nvar __webpack_exports__ = __webpack_require__(938);\n"],"names":["root","factory","exports","module","define","amd","this","getLocale","locale","number","numberLocales","time","timeLocales","getNumberLocale","getTimeLocale","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","call"],"sourceRoot":""}
|
package/package.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@spectrum-charts/locales",
|
|
3
|
+
"version": "1.18.0-alpha.1",
|
|
4
|
+
"description": "Locales used in spectrum charts",
|
|
5
|
+
"browser": "dist/index.js",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
8
|
+
"types": "dist/@types/index.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"author": "marshallpete",
|
|
13
|
+
"license": "Apache-2.0",
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "webpack --config ./webpack.config.js",
|
|
16
|
+
"clean": "rm -rf dist",
|
|
17
|
+
"pack-test": "yarn clean && yarn build && cross-env NODE_ENV=development npm pack",
|
|
18
|
+
"pack": "cross-env NODE_ENV=production npm pack",
|
|
19
|
+
"publish-package": "npm publish --access public"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"ts-loader": "^9.4.2",
|
|
23
|
+
"typescript": "^5.4.5",
|
|
24
|
+
"webpack": "^5.75.0",
|
|
25
|
+
"webpack-cli": "^5.0.1"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"vega": "^5.32.0"
|
|
29
|
+
}
|
|
30
|
+
}
|