@formatjs/intl-locale 3.3.4 → 3.4.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/calendars.generated.d.ts +13 -0
- package/calendars.generated.js +70 -0
- package/character-orders.generated.d.ts +123 -1
- package/character-orders.generated.js +122 -0
- package/hour-cycles.generated.d.ts +19 -1
- package/hour-cycles.generated.js +73 -2
- package/index.js +2 -1
- package/lib/calendars.generated.d.ts +13 -0
- package/lib/calendars.generated.js +74 -1
- package/lib/character-orders.generated.d.ts +123 -1
- package/lib/character-orders.generated.js +126 -1
- package/lib/get_internal_slots.js +4 -1
- package/lib/hour-cycles.generated.d.ts +19 -1
- package/lib/hour-cycles.generated.js +77 -3
- package/lib/index.js +100 -96
- package/lib/numbering-systems.generated.d.ts +122 -0
- package/lib/numbering-systems.generated.js +388 -1
- package/lib/polyfill-force.js +4 -2
- package/lib/polyfill.js +6 -4
- package/lib/preference-data.js +25 -18
- package/lib/should-polyfill.js +5 -1
- package/lib/timezones.generated.d.ts +2 -2
- package/lib/timezones.generated.js +6 -2
- package/lib/week-data.generated.d.ts +7 -2
- package/lib/week-data.generated.js +15 -4
- package/numbering-systems.generated.d.ts +122 -0
- package/numbering-systems.generated.js +384 -0
- package/package.json +5 -5
- package/polyfill.iife.js +21960 -7969
- package/timezones.generated.d.ts +2 -2
- package/timezones.generated.js +2 -1
- package/week-data.generated.d.ts +7 -2
- package/week-data.generated.js +11 -3
- package/calendars.generated.d.ts.map +0 -1
- package/character-orders.generated.d.ts.map +0 -1
- package/get_internal_slots.d.ts.map +0 -1
- package/hour-cycles.generated.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/lib/calendars.generated.d.ts.map +0 -1
- package/lib/character-orders.generated.d.ts.map +0 -1
- package/lib/get_internal_slots.d.ts.map +0 -1
- package/lib/hour-cycles.generated.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/numbering-systems.generated.d.ts.map +0 -1
- package/lib/polyfill-force.d.ts.map +0 -1
- package/lib/polyfill.d.ts.map +0 -1
- package/lib/preference-data.d.ts.map +0 -1
- package/lib/should-polyfill.d.ts.map +0 -1
- package/lib/timezones.generated.d.ts.map +0 -1
- package/lib/week-data.generated.d.ts.map +0 -1
- package/numbering-systems.generated.d.ts.map +0 -1
- package/polyfill-force.d.ts.map +0 -1
- package/polyfill.d.ts.map +0 -1
- package/preference-data.d.ts.map +0 -1
- package/should-polyfill.d.ts.map +0 -1
- package/timezones.generated.d.ts.map +0 -1
- package/week-data.generated.d.ts.map +0 -1
|
@@ -1,11 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.characterOrders = void 0;
|
|
1
4
|
/* @generated */
|
|
2
5
|
// prettier-ignore
|
|
3
|
-
|
|
6
|
+
exports.characterOrders = {
|
|
7
|
+
"aa": "left-to-right",
|
|
8
|
+
"aa-DJ": "left-to-right",
|
|
9
|
+
"aa-ER": "left-to-right",
|
|
10
|
+
"ab": "left-to-right",
|
|
4
11
|
"af": "left-to-right",
|
|
5
12
|
"af-NA": "left-to-right",
|
|
6
13
|
"agq": "left-to-right",
|
|
7
14
|
"ak": "left-to-right",
|
|
8
15
|
"am": "left-to-right",
|
|
16
|
+
"an": "left-to-right",
|
|
17
|
+
"ann": "left-to-right",
|
|
18
|
+
"apc": "right-to-left",
|
|
9
19
|
"ar": "right-to-left",
|
|
10
20
|
"ar-AE": "right-to-left",
|
|
11
21
|
"ar-BH": "right-to-left",
|
|
@@ -34,19 +44,36 @@ export var characterOrders = {
|
|
|
34
44
|
"ar-TD": "right-to-left",
|
|
35
45
|
"ar-TN": "right-to-left",
|
|
36
46
|
"ar-YE": "right-to-left",
|
|
47
|
+
"arn": "left-to-right",
|
|
37
48
|
"as": "left-to-right",
|
|
38
49
|
"asa": "left-to-right",
|
|
39
50
|
"ast": "left-to-right",
|
|
40
51
|
"az": "left-to-right",
|
|
52
|
+
"az-Arab": "right-to-left",
|
|
53
|
+
"az-Arab-IQ": "right-to-left",
|
|
54
|
+
"az-Arab-TR": "right-to-left",
|
|
41
55
|
"az-Cyrl": "left-to-right",
|
|
42
56
|
"az-Latn": "left-to-right",
|
|
57
|
+
"ba": "left-to-right",
|
|
58
|
+
"bal": "right-to-left",
|
|
59
|
+
"bal-Arab": "right-to-left",
|
|
60
|
+
"bal-Latn": "left-to-right",
|
|
43
61
|
"bas": "left-to-right",
|
|
44
62
|
"be": "left-to-right",
|
|
45
63
|
"be-tarask": "left-to-right",
|
|
46
64
|
"bem": "left-to-right",
|
|
47
65
|
"bez": "left-to-right",
|
|
48
66
|
"bg": "left-to-right",
|
|
67
|
+
"bgc": "left-to-right",
|
|
68
|
+
"bgn": "right-to-left",
|
|
69
|
+
"bgn-AE": "right-to-left",
|
|
70
|
+
"bgn-AF": "right-to-left",
|
|
71
|
+
"bgn-IR": "right-to-left",
|
|
72
|
+
"bgn-OM": "right-to-left",
|
|
73
|
+
"bho": "left-to-right",
|
|
74
|
+
"blt": "left-to-right",
|
|
49
75
|
"bm": "left-to-right",
|
|
76
|
+
"bm-Nkoo": "right-to-left",
|
|
50
77
|
"bn": "left-to-right",
|
|
51
78
|
"bn-IN": "left-to-right",
|
|
52
79
|
"bo": "left-to-right",
|
|
@@ -56,20 +83,29 @@ export var characterOrders = {
|
|
|
56
83
|
"bs": "left-to-right",
|
|
57
84
|
"bs-Cyrl": "left-to-right",
|
|
58
85
|
"bs-Latn": "left-to-right",
|
|
86
|
+
"bss": "left-to-right",
|
|
87
|
+
"byn": "left-to-right",
|
|
59
88
|
"ca": "left-to-right",
|
|
60
89
|
"ca-AD": "left-to-right",
|
|
61
90
|
"ca-ES-valencia": "left-to-right",
|
|
62
91
|
"ca-FR": "left-to-right",
|
|
63
92
|
"ca-IT": "left-to-right",
|
|
93
|
+
"cad": "left-to-right",
|
|
94
|
+
"cch": "left-to-right",
|
|
64
95
|
"ccp": "left-to-right",
|
|
65
96
|
"ccp-IN": "left-to-right",
|
|
66
97
|
"ce": "left-to-right",
|
|
67
98
|
"ceb": "left-to-right",
|
|
68
99
|
"cgg": "left-to-right",
|
|
100
|
+
"cho": "left-to-right",
|
|
69
101
|
"chr": "left-to-right",
|
|
102
|
+
"cic": "left-to-right",
|
|
70
103
|
"ckb": "right-to-left",
|
|
71
104
|
"ckb-IR": "right-to-left",
|
|
105
|
+
"co": "left-to-right",
|
|
72
106
|
"cs": "left-to-right",
|
|
107
|
+
"cu": "left-to-right",
|
|
108
|
+
"cv": "left-to-right",
|
|
73
109
|
"cy": "left-to-right",
|
|
74
110
|
"da": "left-to-right",
|
|
75
111
|
"da-GL": "left-to-right",
|
|
@@ -85,6 +121,7 @@ export var characterOrders = {
|
|
|
85
121
|
"doi": "left-to-right",
|
|
86
122
|
"dsb": "left-to-right",
|
|
87
123
|
"dua": "left-to-right",
|
|
124
|
+
"dv": "right-to-left",
|
|
88
125
|
"dyo": "left-to-right",
|
|
89
126
|
"dz": "left-to-right",
|
|
90
127
|
"ebu": "left-to-right",
|
|
@@ -92,6 +129,7 @@ export var characterOrders = {
|
|
|
92
129
|
"ee-TG": "left-to-right",
|
|
93
130
|
"el": "left-to-right",
|
|
94
131
|
"el-CY": "left-to-right",
|
|
132
|
+
"el-polyton": "left-to-right",
|
|
95
133
|
"en": "left-to-right",
|
|
96
134
|
"en-001": "left-to-right",
|
|
97
135
|
"en-150": "left-to-right",
|
|
@@ -119,6 +157,7 @@ export var characterOrders = {
|
|
|
119
157
|
"en-DG": "left-to-right",
|
|
120
158
|
"en-DK": "left-to-right",
|
|
121
159
|
"en-DM": "left-to-right",
|
|
160
|
+
"en-Dsrt": "left-to-right",
|
|
122
161
|
"en-ER": "left-to-right",
|
|
123
162
|
"en-FI": "left-to-right",
|
|
124
163
|
"en-FJ": "left-to-right",
|
|
@@ -154,6 +193,7 @@ export var characterOrders = {
|
|
|
154
193
|
"en-MS": "left-to-right",
|
|
155
194
|
"en-MT": "left-to-right",
|
|
156
195
|
"en-MU": "left-to-right",
|
|
196
|
+
"en-MV": "left-to-right",
|
|
157
197
|
"en-MW": "left-to-right",
|
|
158
198
|
"en-MY": "left-to-right",
|
|
159
199
|
"en-NA": "left-to-right",
|
|
@@ -176,6 +216,7 @@ export var characterOrders = {
|
|
|
176
216
|
"en-SE": "left-to-right",
|
|
177
217
|
"en-SG": "left-to-right",
|
|
178
218
|
"en-SH": "left-to-right",
|
|
219
|
+
"en-Shaw": "left-to-right",
|
|
179
220
|
"en-SI": "left-to-right",
|
|
180
221
|
"en-SL": "left-to-right",
|
|
181
222
|
"en-SS": "left-to-right",
|
|
@@ -306,12 +347,17 @@ export var characterOrders = {
|
|
|
306
347
|
"fr-VU": "left-to-right",
|
|
307
348
|
"fr-WF": "left-to-right",
|
|
308
349
|
"fr-YT": "left-to-right",
|
|
350
|
+
"frr": "left-to-right",
|
|
309
351
|
"fur": "left-to-right",
|
|
310
352
|
"fy": "left-to-right",
|
|
311
353
|
"ga": "left-to-right",
|
|
312
354
|
"ga-GB": "left-to-right",
|
|
355
|
+
"gaa": "left-to-right",
|
|
313
356
|
"gd": "left-to-right",
|
|
357
|
+
"gez": "left-to-right",
|
|
358
|
+
"gez-ER": "left-to-right",
|
|
314
359
|
"gl": "left-to-right",
|
|
360
|
+
"gn": "left-to-right",
|
|
315
361
|
"gsw": "left-to-right",
|
|
316
362
|
"gsw-FR": "left-to-right",
|
|
317
363
|
"gsw-LI": "left-to-right",
|
|
@@ -319,11 +365,16 @@ export var characterOrders = {
|
|
|
319
365
|
"guz": "left-to-right",
|
|
320
366
|
"gv": "left-to-right",
|
|
321
367
|
"ha": "left-to-right",
|
|
368
|
+
"ha-Arab": "right-to-left",
|
|
369
|
+
"ha-Arab-SD": "right-to-left",
|
|
322
370
|
"ha-GH": "left-to-right",
|
|
323
371
|
"ha-NE": "left-to-right",
|
|
324
372
|
"haw": "left-to-right",
|
|
325
373
|
"he": "right-to-left",
|
|
326
374
|
"hi": "left-to-right",
|
|
375
|
+
"hi-Latn": "left-to-right",
|
|
376
|
+
"hnj": "left-to-right",
|
|
377
|
+
"hnj-Hmnp": "left-to-right",
|
|
327
378
|
"hr": "left-to-right",
|
|
328
379
|
"hr-BA": "left-to-right",
|
|
329
380
|
"hsb": "left-to-right",
|
|
@@ -333,20 +384,27 @@ export var characterOrders = {
|
|
|
333
384
|
"id": "left-to-right",
|
|
334
385
|
"ig": "left-to-right",
|
|
335
386
|
"ii": "left-to-right",
|
|
387
|
+
"io": "left-to-right",
|
|
336
388
|
"is": "left-to-right",
|
|
337
389
|
"it": "left-to-right",
|
|
338
390
|
"it-CH": "left-to-right",
|
|
339
391
|
"it-SM": "left-to-right",
|
|
340
392
|
"it-VA": "left-to-right",
|
|
393
|
+
"iu": "left-to-right",
|
|
394
|
+
"iu-Latn": "left-to-right",
|
|
341
395
|
"ja": "left-to-right",
|
|
396
|
+
"jbo": "left-to-right",
|
|
342
397
|
"jgo": "left-to-right",
|
|
343
398
|
"jmc": "left-to-right",
|
|
344
399
|
"jv": "left-to-right",
|
|
345
400
|
"ka": "left-to-right",
|
|
346
401
|
"kab": "left-to-right",
|
|
402
|
+
"kaj": "left-to-right",
|
|
347
403
|
"kam": "left-to-right",
|
|
404
|
+
"kcg": "left-to-right",
|
|
348
405
|
"kde": "left-to-right",
|
|
349
406
|
"kea": "left-to-right",
|
|
407
|
+
"ken": "left-to-right",
|
|
350
408
|
"kgp": "left-to-right",
|
|
351
409
|
"khq": "left-to-right",
|
|
352
410
|
"ki": "left-to-right",
|
|
@@ -359,18 +417,24 @@ export var characterOrders = {
|
|
|
359
417
|
"ko": "left-to-right",
|
|
360
418
|
"ko-KP": "left-to-right",
|
|
361
419
|
"kok": "left-to-right",
|
|
420
|
+
"kpe": "left-to-right",
|
|
421
|
+
"kpe-GN": "left-to-right",
|
|
362
422
|
"ks": "right-to-left",
|
|
363
423
|
"ks-Arab": "right-to-left",
|
|
424
|
+
"ks-Deva": "left-to-right",
|
|
364
425
|
"ksb": "left-to-right",
|
|
365
426
|
"ksf": "left-to-right",
|
|
366
427
|
"ksh": "left-to-right",
|
|
367
428
|
"ku": "left-to-right",
|
|
368
429
|
"kw": "left-to-right",
|
|
369
430
|
"ky": "left-to-right",
|
|
431
|
+
"la": "left-to-right",
|
|
370
432
|
"lag": "left-to-right",
|
|
371
433
|
"lb": "left-to-right",
|
|
372
434
|
"lg": "left-to-right",
|
|
435
|
+
"lij": "left-to-right",
|
|
373
436
|
"lkt": "left-to-right",
|
|
437
|
+
"lmo": "left-to-right",
|
|
374
438
|
"ln": "left-to-right",
|
|
375
439
|
"ln-AO": "left-to-right",
|
|
376
440
|
"ln-CF": "left-to-right",
|
|
@@ -386,6 +450,7 @@ export var characterOrders = {
|
|
|
386
450
|
"mai": "left-to-right",
|
|
387
451
|
"mas": "left-to-right",
|
|
388
452
|
"mas-TZ": "left-to-right",
|
|
453
|
+
"mdf": "left-to-right",
|
|
389
454
|
"mer": "left-to-right",
|
|
390
455
|
"mfe": "left-to-right",
|
|
391
456
|
"mg": "left-to-right",
|
|
@@ -395,16 +460,24 @@ export var characterOrders = {
|
|
|
395
460
|
"mk": "left-to-right",
|
|
396
461
|
"ml": "left-to-right",
|
|
397
462
|
"mn": "left-to-right",
|
|
463
|
+
"mn-Mong": "top-to-bottom",
|
|
464
|
+
"mn-Mong-MN": "top-to-bottom",
|
|
398
465
|
"mni": "left-to-right",
|
|
399
466
|
"mni-Beng": "left-to-right",
|
|
467
|
+
"mni-Mtei": "left-to-right",
|
|
468
|
+
"moh": "left-to-right",
|
|
400
469
|
"mr": "left-to-right",
|
|
401
470
|
"ms": "left-to-right",
|
|
471
|
+
"ms-Arab": "right-to-left",
|
|
472
|
+
"ms-Arab-BN": "right-to-left",
|
|
402
473
|
"ms-BN": "left-to-right",
|
|
403
474
|
"ms-ID": "left-to-right",
|
|
404
475
|
"ms-SG": "left-to-right",
|
|
405
476
|
"mt": "left-to-right",
|
|
406
477
|
"mua": "left-to-right",
|
|
478
|
+
"mus": "left-to-right",
|
|
407
479
|
"my": "left-to-right",
|
|
480
|
+
"myv": "left-to-right",
|
|
408
481
|
"mzn": "right-to-left",
|
|
409
482
|
"naq": "left-to-right",
|
|
410
483
|
"nb": "left-to-right",
|
|
@@ -425,18 +498,30 @@ export var characterOrders = {
|
|
|
425
498
|
"nn": "left-to-right",
|
|
426
499
|
"nnh": "left-to-right",
|
|
427
500
|
"no": "left-to-right",
|
|
501
|
+
"nqo": "right-to-left",
|
|
502
|
+
"nr": "left-to-right",
|
|
503
|
+
"nso": "left-to-right",
|
|
428
504
|
"nus": "left-to-right",
|
|
505
|
+
"nv": "left-to-right",
|
|
506
|
+
"ny": "left-to-right",
|
|
429
507
|
"nyn": "left-to-right",
|
|
508
|
+
"oc": "left-to-right",
|
|
509
|
+
"oc-ES": "left-to-right",
|
|
430
510
|
"om": "left-to-right",
|
|
431
511
|
"om-KE": "left-to-right",
|
|
432
512
|
"or": "left-to-right",
|
|
433
513
|
"os": "left-to-right",
|
|
434
514
|
"os-RU": "left-to-right",
|
|
515
|
+
"osa": "left-to-right",
|
|
435
516
|
"pa": "left-to-right",
|
|
436
517
|
"pa-Arab": "right-to-left",
|
|
437
518
|
"pa-Guru": "left-to-right",
|
|
519
|
+
"pap": "left-to-right",
|
|
520
|
+
"pap-AW": "left-to-right",
|
|
438
521
|
"pcm": "left-to-right",
|
|
522
|
+
"pis": "left-to-right",
|
|
439
523
|
"pl": "left-to-right",
|
|
524
|
+
"prg": "left-to-right",
|
|
440
525
|
"ps": "right-to-left",
|
|
441
526
|
"ps-PK": "right-to-left",
|
|
442
527
|
"pt": "left-to-right",
|
|
@@ -454,6 +539,12 @@ export var characterOrders = {
|
|
|
454
539
|
"qu": "left-to-right",
|
|
455
540
|
"qu-BO": "left-to-right",
|
|
456
541
|
"qu-EC": "left-to-right",
|
|
542
|
+
"quc": "left-to-right",
|
|
543
|
+
"raj": "left-to-right",
|
|
544
|
+
"rhg": "right-to-left",
|
|
545
|
+
"rhg-Rohg": "right-to-left",
|
|
546
|
+
"rhg-Rohg-BD": "right-to-left",
|
|
547
|
+
"rif": "left-to-right",
|
|
457
548
|
"rm": "left-to-right",
|
|
458
549
|
"rn": "left-to-right",
|
|
459
550
|
"ro": "left-to-right",
|
|
@@ -471,12 +562,16 @@ export var characterOrders = {
|
|
|
471
562
|
"sah": "left-to-right",
|
|
472
563
|
"saq": "left-to-right",
|
|
473
564
|
"sat": "left-to-right",
|
|
565
|
+
"sat-Deva": "left-to-right",
|
|
474
566
|
"sat-Olck": "left-to-right",
|
|
475
567
|
"sbp": "left-to-right",
|
|
476
568
|
"sc": "left-to-right",
|
|
569
|
+
"scn": "left-to-right",
|
|
477
570
|
"sd": "right-to-left",
|
|
478
571
|
"sd-Arab": "right-to-left",
|
|
479
572
|
"sd-Deva": "left-to-right",
|
|
573
|
+
"sdh": "right-to-left",
|
|
574
|
+
"sdh-IQ": "right-to-left",
|
|
480
575
|
"se": "left-to-right",
|
|
481
576
|
"se-FI": "left-to-right",
|
|
482
577
|
"se-SE": "left-to-right",
|
|
@@ -486,10 +581,18 @@ export var characterOrders = {
|
|
|
486
581
|
"shi": "left-to-right",
|
|
487
582
|
"shi-Latn": "left-to-right",
|
|
488
583
|
"shi-Tfng": "left-to-right",
|
|
584
|
+
"shn": "left-to-right",
|
|
585
|
+
"shn-TH": "left-to-right",
|
|
489
586
|
"si": "left-to-right",
|
|
587
|
+
"sid": "left-to-right",
|
|
490
588
|
"sk": "left-to-right",
|
|
491
589
|
"sl": "left-to-right",
|
|
590
|
+
"sma": "left-to-right",
|
|
591
|
+
"sma-NO": "left-to-right",
|
|
592
|
+
"smj": "left-to-right",
|
|
593
|
+
"smj-NO": "left-to-right",
|
|
492
594
|
"smn": "left-to-right",
|
|
595
|
+
"sms": "left-to-right",
|
|
493
596
|
"sn": "left-to-right",
|
|
494
597
|
"so": "left-to-right",
|
|
495
598
|
"so-DJ": "left-to-right",
|
|
@@ -507,6 +610,11 @@ export var characterOrders = {
|
|
|
507
610
|
"sr-Latn-BA": "left-to-right",
|
|
508
611
|
"sr-Latn-ME": "left-to-right",
|
|
509
612
|
"sr-Latn-XK": "left-to-right",
|
|
613
|
+
"ss": "left-to-right",
|
|
614
|
+
"ss-SZ": "left-to-right",
|
|
615
|
+
"ssy": "left-to-right",
|
|
616
|
+
"st": "left-to-right",
|
|
617
|
+
"st-LS": "left-to-right",
|
|
510
618
|
"su": "left-to-right",
|
|
511
619
|
"su-Latn": "left-to-right",
|
|
512
620
|
"sv": "left-to-right",
|
|
@@ -516,6 +624,9 @@ export var characterOrders = {
|
|
|
516
624
|
"sw-CD": "left-to-right",
|
|
517
625
|
"sw-KE": "left-to-right",
|
|
518
626
|
"sw-UG": "left-to-right",
|
|
627
|
+
"syr": "right-to-left",
|
|
628
|
+
"syr-SY": "right-to-left",
|
|
629
|
+
"szl": "left-to-right",
|
|
519
630
|
"ta": "left-to-right",
|
|
520
631
|
"ta-LK": "left-to-right",
|
|
521
632
|
"ta-MY": "left-to-right",
|
|
@@ -527,10 +638,18 @@ export var characterOrders = {
|
|
|
527
638
|
"th": "left-to-right",
|
|
528
639
|
"ti": "left-to-right",
|
|
529
640
|
"ti-ER": "left-to-right",
|
|
641
|
+
"tig": "left-to-right",
|
|
530
642
|
"tk": "left-to-right",
|
|
643
|
+
"tn": "left-to-right",
|
|
644
|
+
"tn-BW": "left-to-right",
|
|
531
645
|
"to": "left-to-right",
|
|
646
|
+
"tok": "left-to-right",
|
|
647
|
+
"tpi": "left-to-right",
|
|
532
648
|
"tr": "left-to-right",
|
|
533
649
|
"tr-CY": "left-to-right",
|
|
650
|
+
"trv": "left-to-right",
|
|
651
|
+
"trw": "right-to-left",
|
|
652
|
+
"ts": "left-to-right",
|
|
534
653
|
"tt": "left-to-right",
|
|
535
654
|
"twq": "left-to-right",
|
|
536
655
|
"tzm": "left-to-right",
|
|
@@ -546,9 +665,15 @@ export var characterOrders = {
|
|
|
546
665
|
"vai": "left-to-right",
|
|
547
666
|
"vai-Latn": "left-to-right",
|
|
548
667
|
"vai-Vaii": "left-to-right",
|
|
668
|
+
"ve": "left-to-right",
|
|
669
|
+
"vec": "left-to-right",
|
|
549
670
|
"vi": "left-to-right",
|
|
671
|
+
"vo": "left-to-right",
|
|
550
672
|
"vun": "left-to-right",
|
|
673
|
+
"wa": "left-to-right",
|
|
551
674
|
"wae": "left-to-right",
|
|
675
|
+
"wal": "left-to-right",
|
|
676
|
+
"wbp": "left-to-right",
|
|
552
677
|
"wo": "left-to-right",
|
|
553
678
|
"xh": "left-to-right",
|
|
554
679
|
"xog": "left-to-right",
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
// Type-only circular import
|
|
2
3
|
// eslint-disable-next-line import/no-cycle
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
5
|
var internalSlotMap = new WeakMap();
|
|
4
|
-
|
|
6
|
+
function getInternalSlots(x) {
|
|
5
7
|
var internalSlots = internalSlotMap.get(x);
|
|
6
8
|
if (!internalSlots) {
|
|
7
9
|
internalSlots = Object.create(null);
|
|
@@ -9,3 +11,4 @@ export default function getInternalSlots(x) {
|
|
|
9
11
|
}
|
|
10
12
|
return internalSlots;
|
|
11
13
|
}
|
|
14
|
+
exports.default = getInternalSlots;
|
|
@@ -23,6 +23,7 @@ export declare const hourCycles: {
|
|
|
23
23
|
readonly BF: readonly ["h23"];
|
|
24
24
|
readonly BG: readonly ["h23", "h12"];
|
|
25
25
|
readonly BH: readonly ["h12", "h23"];
|
|
26
|
+
readonly BI: readonly ["h23", "h12"];
|
|
26
27
|
readonly BJ: readonly ["h23"];
|
|
27
28
|
readonly BL: readonly ["h23"];
|
|
28
29
|
readonly BM: readonly ["h12", "h23"];
|
|
@@ -33,6 +34,7 @@ export declare const hourCycles: {
|
|
|
33
34
|
readonly BS: readonly ["h12", "h23"];
|
|
34
35
|
readonly BT: readonly ["h12", "h23"];
|
|
35
36
|
readonly BW: readonly ["h23", "h12"];
|
|
37
|
+
readonly BY: readonly ["h23", "h12"];
|
|
36
38
|
readonly BZ: readonly ["h23", "h12"];
|
|
37
39
|
readonly CA: readonly ["h12", "h23"];
|
|
38
40
|
readonly CC: readonly ["h23", "h12"];
|
|
@@ -50,6 +52,7 @@ export declare const hourCycles: {
|
|
|
50
52
|
readonly CR: readonly ["h23", "h12"];
|
|
51
53
|
readonly CU: readonly ["h23", "h12"];
|
|
52
54
|
readonly CV: readonly ["h23"];
|
|
55
|
+
readonly CW: readonly ["h23"];
|
|
53
56
|
readonly CX: readonly ["h23", "h12"];
|
|
54
57
|
readonly CY: readonly ["h12", "h23"];
|
|
55
58
|
readonly CZ: readonly ["h23"];
|
|
@@ -72,6 +75,7 @@ export declare const hourCycles: {
|
|
|
72
75
|
readonly FJ: readonly ["h12", "h23"];
|
|
73
76
|
readonly FK: readonly ["h23", "h12"];
|
|
74
77
|
readonly FM: readonly ["h12", "h23"];
|
|
78
|
+
readonly FO: readonly ["h23", "h12"];
|
|
75
79
|
readonly FR: readonly ["h23"];
|
|
76
80
|
readonly GA: readonly ["h23"];
|
|
77
81
|
readonly GB: readonly ["h23", "h12"];
|
|
@@ -81,6 +85,7 @@ export declare const hourCycles: {
|
|
|
81
85
|
readonly GG: readonly ["h23", "h12"];
|
|
82
86
|
readonly GH: readonly ["h12", "h23"];
|
|
83
87
|
readonly GI: readonly ["h23", "h12"];
|
|
88
|
+
readonly GL: readonly ["h23", "h12"];
|
|
84
89
|
readonly GM: readonly ["h12", "h23"];
|
|
85
90
|
readonly GN: readonly ["h23"];
|
|
86
91
|
readonly GP: readonly ["h23"];
|
|
@@ -93,6 +98,7 @@ export declare const hourCycles: {
|
|
|
93
98
|
readonly HK: readonly ["h12", "h23"];
|
|
94
99
|
readonly HN: readonly ["h23", "h12"];
|
|
95
100
|
readonly HR: readonly ["h23"];
|
|
101
|
+
readonly HU: readonly ["h23", "h12"];
|
|
96
102
|
readonly IC: readonly ["h23", "h12"];
|
|
97
103
|
readonly ID: readonly ["h23"];
|
|
98
104
|
readonly IE: readonly ["h23", "h12"];
|
|
@@ -107,7 +113,7 @@ export declare const hourCycles: {
|
|
|
107
113
|
readonly JE: readonly ["h23", "h12"];
|
|
108
114
|
readonly JM: readonly ["h12", "h23"];
|
|
109
115
|
readonly JO: readonly ["h12", "h23"];
|
|
110
|
-
readonly JP: readonly ["h23", "
|
|
116
|
+
readonly JP: readonly ["h23", "h11", "h12"];
|
|
111
117
|
readonly KE: readonly ["h23", "h12"];
|
|
112
118
|
readonly KG: readonly ["h23", "h12"];
|
|
113
119
|
readonly KH: readonly ["h12", "h23"];
|
|
@@ -135,6 +141,7 @@ export declare const hourCycles: {
|
|
|
135
141
|
readonly MD: readonly ["h23"];
|
|
136
142
|
readonly ME: readonly ["h23", "h12"];
|
|
137
143
|
readonly MF: readonly ["h23"];
|
|
144
|
+
readonly MG: readonly ["h23", "h12"];
|
|
138
145
|
readonly MH: readonly ["h12", "h23"];
|
|
139
146
|
readonly MK: readonly ["h23", "h12"];
|
|
140
147
|
readonly ML: readonly ["h23"];
|
|
@@ -145,6 +152,9 @@ export declare const hourCycles: {
|
|
|
145
152
|
readonly MQ: readonly ["h23"];
|
|
146
153
|
readonly MR: readonly ["h12", "h23"];
|
|
147
154
|
readonly MS: readonly ["h23", "h12"];
|
|
155
|
+
readonly MT: readonly ["h23", "h12"];
|
|
156
|
+
readonly MU: readonly ["h23", "h12"];
|
|
157
|
+
readonly MV: readonly ["h23", "h12"];
|
|
148
158
|
readonly MW: readonly ["h12", "h23"];
|
|
149
159
|
readonly MX: readonly ["h23", "h12"];
|
|
150
160
|
readonly MY: readonly ["h12", "h23"];
|
|
@@ -156,6 +166,7 @@ export declare const hourCycles: {
|
|
|
156
166
|
readonly NG: readonly ["h23", "h12"];
|
|
157
167
|
readonly NI: readonly ["h23", "h12"];
|
|
158
168
|
readonly NL: readonly ["h23"];
|
|
169
|
+
readonly NO: readonly ["h23", "h12"];
|
|
159
170
|
readonly NP: readonly ["h23", "h12"];
|
|
160
171
|
readonly NR: readonly ["h23", "h12"];
|
|
161
172
|
readonly NU: readonly ["h23", "h12"];
|
|
@@ -167,6 +178,7 @@ export declare const hourCycles: {
|
|
|
167
178
|
readonly PG: readonly ["h12", "h23"];
|
|
168
179
|
readonly PH: readonly ["h12", "h23"];
|
|
169
180
|
readonly PK: readonly ["h12", "h23"];
|
|
181
|
+
readonly PL: readonly ["h23", "h12"];
|
|
170
182
|
readonly PM: readonly ["h23"];
|
|
171
183
|
readonly PN: readonly ["h23", "h12"];
|
|
172
184
|
readonly PR: readonly ["h12", "h23"];
|
|
@@ -179,6 +191,7 @@ export declare const hourCycles: {
|
|
|
179
191
|
readonly RO: readonly ["h23"];
|
|
180
192
|
readonly RS: readonly ["h23", "h12"];
|
|
181
193
|
readonly RU: readonly ["h23"];
|
|
194
|
+
readonly RW: readonly ["h23", "h12"];
|
|
182
195
|
readonly SA: readonly ["h12", "h23"];
|
|
183
196
|
readonly SB: readonly ["h12", "h23"];
|
|
184
197
|
readonly SC: readonly ["h23", "h12"];
|
|
@@ -205,7 +218,10 @@ export declare const hourCycles: {
|
|
|
205
218
|
readonly TD: readonly ["h12", "h23"];
|
|
206
219
|
readonly TF: readonly ["h23", "h12"];
|
|
207
220
|
readonly TG: readonly ["h23"];
|
|
221
|
+
readonly TH: readonly ["h23", "h12"];
|
|
222
|
+
readonly TJ: readonly ["h23", "h12"];
|
|
208
223
|
readonly TL: readonly ["h23", "h12"];
|
|
224
|
+
readonly TM: readonly ["h23", "h12"];
|
|
209
225
|
readonly TN: readonly ["h12", "h23"];
|
|
210
226
|
readonly TO: readonly ["h12", "h23"];
|
|
211
227
|
readonly TR: readonly ["h23"];
|
|
@@ -223,6 +239,7 @@ export declare const hourCycles: {
|
|
|
223
239
|
readonly VE: readonly ["h12", "h23"];
|
|
224
240
|
readonly VG: readonly ["h12", "h23"];
|
|
225
241
|
readonly VI: readonly ["h12", "h23"];
|
|
242
|
+
readonly VN: readonly ["h23", "h12"];
|
|
226
243
|
readonly VU: readonly ["h12", "h23"];
|
|
227
244
|
readonly WF: readonly ["h23"];
|
|
228
245
|
readonly WS: readonly ["h12", "h23"];
|
|
@@ -231,6 +248,7 @@ export declare const hourCycles: {
|
|
|
231
248
|
readonly YT: readonly ["h23"];
|
|
232
249
|
readonly ZA: readonly ["h23", "h12"];
|
|
233
250
|
readonly ZM: readonly ["h12", "h23"];
|
|
251
|
+
readonly ZW: readonly ["h23", "h12"];
|
|
234
252
|
readonly "af-ZA": readonly ["h23", "h12"];
|
|
235
253
|
readonly "ar-001": readonly ["h12", "h23"];
|
|
236
254
|
readonly "ca-ES": readonly ["h23", "h12"];
|