@bigbinary/neeto-time-zones 0.8.11 → 0.8.13
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/package.json +1 -1
- package/dist/index.cjs.js +0 -1
- package/dist/index.es.js +0 -2323
- package/dist/react.cjs.js +0 -10
- package/dist/react.es.js +0 -3242
- package/dist/style.css +0 -1
package/dist/react.es.js
DELETED
|
@@ -1,3242 +0,0 @@
|
|
|
1
|
-
import require$$0, { useCallback } from "react";
|
|
2
|
-
import { noop, isNotEmpty, isNot } from "@bigbinary/neeto-cist";
|
|
3
|
-
var jsxRuntime = { exports: {} };
|
|
4
|
-
var reactJsxRuntime_production_min = {};
|
|
5
|
-
/**
|
|
6
|
-
* @license React
|
|
7
|
-
* react-jsx-runtime.production.min.js
|
|
8
|
-
*
|
|
9
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
10
|
-
*
|
|
11
|
-
* This source code is licensed under the MIT license found in the
|
|
12
|
-
* LICENSE file in the root directory of this source tree.
|
|
13
|
-
*/
|
|
14
|
-
var hasRequiredReactJsxRuntime_production_min;
|
|
15
|
-
function requireReactJsxRuntime_production_min() {
|
|
16
|
-
if (hasRequiredReactJsxRuntime_production_min)
|
|
17
|
-
return reactJsxRuntime_production_min;
|
|
18
|
-
hasRequiredReactJsxRuntime_production_min = 1;
|
|
19
|
-
var f2 = require$$0, k2 = Symbol.for("react.element"), l2 = Symbol.for("react.fragment"), m2 = Object.prototype.hasOwnProperty, n2 = f2.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p2 = { key: true, ref: true, __self: true, __source: true };
|
|
20
|
-
function q2(c2, a2, g2) {
|
|
21
|
-
var b2, d2 = {}, e2 = null, h2 = null;
|
|
22
|
-
void 0 !== g2 && (e2 = "" + g2);
|
|
23
|
-
void 0 !== a2.key && (e2 = "" + a2.key);
|
|
24
|
-
void 0 !== a2.ref && (h2 = a2.ref);
|
|
25
|
-
for (b2 in a2)
|
|
26
|
-
m2.call(a2, b2) && !p2.hasOwnProperty(b2) && (d2[b2] = a2[b2]);
|
|
27
|
-
if (c2 && c2.defaultProps)
|
|
28
|
-
for (b2 in a2 = c2.defaultProps, a2)
|
|
29
|
-
void 0 === d2[b2] && (d2[b2] = a2[b2]);
|
|
30
|
-
return { $$typeof: k2, type: c2, key: e2, ref: h2, props: d2, _owner: n2.current };
|
|
31
|
-
}
|
|
32
|
-
reactJsxRuntime_production_min.Fragment = l2;
|
|
33
|
-
reactJsxRuntime_production_min.jsx = q2;
|
|
34
|
-
reactJsxRuntime_production_min.jsxs = q2;
|
|
35
|
-
return reactJsxRuntime_production_min;
|
|
36
|
-
}
|
|
37
|
-
var reactJsxRuntime_development = {};
|
|
38
|
-
/**
|
|
39
|
-
* @license React
|
|
40
|
-
* react-jsx-runtime.development.js
|
|
41
|
-
*
|
|
42
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
43
|
-
*
|
|
44
|
-
* This source code is licensed under the MIT license found in the
|
|
45
|
-
* LICENSE file in the root directory of this source tree.
|
|
46
|
-
*/
|
|
47
|
-
var hasRequiredReactJsxRuntime_development;
|
|
48
|
-
function requireReactJsxRuntime_development() {
|
|
49
|
-
if (hasRequiredReactJsxRuntime_development)
|
|
50
|
-
return reactJsxRuntime_development;
|
|
51
|
-
hasRequiredReactJsxRuntime_development = 1;
|
|
52
|
-
if (process.env.NODE_ENV !== "production") {
|
|
53
|
-
(function() {
|
|
54
|
-
var React = require$$0;
|
|
55
|
-
var REACT_ELEMENT_TYPE = Symbol.for("react.element");
|
|
56
|
-
var REACT_PORTAL_TYPE = Symbol.for("react.portal");
|
|
57
|
-
var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
58
|
-
var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
|
|
59
|
-
var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
|
|
60
|
-
var REACT_PROVIDER_TYPE = Symbol.for("react.provider");
|
|
61
|
-
var REACT_CONTEXT_TYPE = Symbol.for("react.context");
|
|
62
|
-
var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
|
|
63
|
-
var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
|
|
64
|
-
var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
|
|
65
|
-
var REACT_MEMO_TYPE = Symbol.for("react.memo");
|
|
66
|
-
var REACT_LAZY_TYPE = Symbol.for("react.lazy");
|
|
67
|
-
var REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen");
|
|
68
|
-
var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
69
|
-
var FAUX_ITERATOR_SYMBOL = "@@iterator";
|
|
70
|
-
function getIteratorFn(maybeIterable) {
|
|
71
|
-
if (maybeIterable === null || typeof maybeIterable !== "object") {
|
|
72
|
-
return null;
|
|
73
|
-
}
|
|
74
|
-
var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
|
|
75
|
-
if (typeof maybeIterator === "function") {
|
|
76
|
-
return maybeIterator;
|
|
77
|
-
}
|
|
78
|
-
return null;
|
|
79
|
-
}
|
|
80
|
-
var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
81
|
-
function error(format) {
|
|
82
|
-
{
|
|
83
|
-
{
|
|
84
|
-
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
85
|
-
args[_key2 - 1] = arguments[_key2];
|
|
86
|
-
}
|
|
87
|
-
printWarning("error", format, args);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
function printWarning(level, format, args) {
|
|
92
|
-
{
|
|
93
|
-
var ReactDebugCurrentFrame2 = ReactSharedInternals.ReactDebugCurrentFrame;
|
|
94
|
-
var stack = ReactDebugCurrentFrame2.getStackAddendum();
|
|
95
|
-
if (stack !== "") {
|
|
96
|
-
format += "%s";
|
|
97
|
-
args = args.concat([stack]);
|
|
98
|
-
}
|
|
99
|
-
var argsWithFormat = args.map(function(item) {
|
|
100
|
-
return String(item);
|
|
101
|
-
});
|
|
102
|
-
argsWithFormat.unshift("Warning: " + format);
|
|
103
|
-
Function.prototype.apply.call(console[level], console, argsWithFormat);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
var enableScopeAPI = false;
|
|
107
|
-
var enableCacheElement = false;
|
|
108
|
-
var enableTransitionTracing = false;
|
|
109
|
-
var enableLegacyHidden = false;
|
|
110
|
-
var enableDebugTracing = false;
|
|
111
|
-
var REACT_MODULE_REFERENCE;
|
|
112
|
-
{
|
|
113
|
-
REACT_MODULE_REFERENCE = Symbol.for("react.module.reference");
|
|
114
|
-
}
|
|
115
|
-
function isValidElementType(type) {
|
|
116
|
-
if (typeof type === "string" || typeof type === "function") {
|
|
117
|
-
return true;
|
|
118
|
-
}
|
|
119
|
-
if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing) {
|
|
120
|
-
return true;
|
|
121
|
-
}
|
|
122
|
-
if (typeof type === "object" && type !== null) {
|
|
123
|
-
if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object
|
|
124
|
-
// types supported by any Flight configuration anywhere since
|
|
125
|
-
// we don't know which Flight build this will end up being used
|
|
126
|
-
// with.
|
|
127
|
-
type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== void 0) {
|
|
128
|
-
return true;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
return false;
|
|
132
|
-
}
|
|
133
|
-
function getWrappedName(outerType, innerType, wrapperName) {
|
|
134
|
-
var displayName = outerType.displayName;
|
|
135
|
-
if (displayName) {
|
|
136
|
-
return displayName;
|
|
137
|
-
}
|
|
138
|
-
var functionName = innerType.displayName || innerType.name || "";
|
|
139
|
-
return functionName !== "" ? wrapperName + "(" + functionName + ")" : wrapperName;
|
|
140
|
-
}
|
|
141
|
-
function getContextName(type) {
|
|
142
|
-
return type.displayName || "Context";
|
|
143
|
-
}
|
|
144
|
-
function getComponentNameFromType(type) {
|
|
145
|
-
if (type == null) {
|
|
146
|
-
return null;
|
|
147
|
-
}
|
|
148
|
-
{
|
|
149
|
-
if (typeof type.tag === "number") {
|
|
150
|
-
error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.");
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
if (typeof type === "function") {
|
|
154
|
-
return type.displayName || type.name || null;
|
|
155
|
-
}
|
|
156
|
-
if (typeof type === "string") {
|
|
157
|
-
return type;
|
|
158
|
-
}
|
|
159
|
-
switch (type) {
|
|
160
|
-
case REACT_FRAGMENT_TYPE:
|
|
161
|
-
return "Fragment";
|
|
162
|
-
case REACT_PORTAL_TYPE:
|
|
163
|
-
return "Portal";
|
|
164
|
-
case REACT_PROFILER_TYPE:
|
|
165
|
-
return "Profiler";
|
|
166
|
-
case REACT_STRICT_MODE_TYPE:
|
|
167
|
-
return "StrictMode";
|
|
168
|
-
case REACT_SUSPENSE_TYPE:
|
|
169
|
-
return "Suspense";
|
|
170
|
-
case REACT_SUSPENSE_LIST_TYPE:
|
|
171
|
-
return "SuspenseList";
|
|
172
|
-
}
|
|
173
|
-
if (typeof type === "object") {
|
|
174
|
-
switch (type.$$typeof) {
|
|
175
|
-
case REACT_CONTEXT_TYPE:
|
|
176
|
-
var context = type;
|
|
177
|
-
return getContextName(context) + ".Consumer";
|
|
178
|
-
case REACT_PROVIDER_TYPE:
|
|
179
|
-
var provider = type;
|
|
180
|
-
return getContextName(provider._context) + ".Provider";
|
|
181
|
-
case REACT_FORWARD_REF_TYPE:
|
|
182
|
-
return getWrappedName(type, type.render, "ForwardRef");
|
|
183
|
-
case REACT_MEMO_TYPE:
|
|
184
|
-
var outerName = type.displayName || null;
|
|
185
|
-
if (outerName !== null) {
|
|
186
|
-
return outerName;
|
|
187
|
-
}
|
|
188
|
-
return getComponentNameFromType(type.type) || "Memo";
|
|
189
|
-
case REACT_LAZY_TYPE: {
|
|
190
|
-
var lazyComponent = type;
|
|
191
|
-
var payload = lazyComponent._payload;
|
|
192
|
-
var init = lazyComponent._init;
|
|
193
|
-
try {
|
|
194
|
-
return getComponentNameFromType(init(payload));
|
|
195
|
-
} catch (x2) {
|
|
196
|
-
return null;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
return null;
|
|
202
|
-
}
|
|
203
|
-
var assign = Object.assign;
|
|
204
|
-
var disabledDepth = 0;
|
|
205
|
-
var prevLog;
|
|
206
|
-
var prevInfo;
|
|
207
|
-
var prevWarn;
|
|
208
|
-
var prevError;
|
|
209
|
-
var prevGroup;
|
|
210
|
-
var prevGroupCollapsed;
|
|
211
|
-
var prevGroupEnd;
|
|
212
|
-
function disabledLog() {
|
|
213
|
-
}
|
|
214
|
-
disabledLog.__reactDisabledLog = true;
|
|
215
|
-
function disableLogs() {
|
|
216
|
-
{
|
|
217
|
-
if (disabledDepth === 0) {
|
|
218
|
-
prevLog = console.log;
|
|
219
|
-
prevInfo = console.info;
|
|
220
|
-
prevWarn = console.warn;
|
|
221
|
-
prevError = console.error;
|
|
222
|
-
prevGroup = console.group;
|
|
223
|
-
prevGroupCollapsed = console.groupCollapsed;
|
|
224
|
-
prevGroupEnd = console.groupEnd;
|
|
225
|
-
var props = {
|
|
226
|
-
configurable: true,
|
|
227
|
-
enumerable: true,
|
|
228
|
-
value: disabledLog,
|
|
229
|
-
writable: true
|
|
230
|
-
};
|
|
231
|
-
Object.defineProperties(console, {
|
|
232
|
-
info: props,
|
|
233
|
-
log: props,
|
|
234
|
-
warn: props,
|
|
235
|
-
error: props,
|
|
236
|
-
group: props,
|
|
237
|
-
groupCollapsed: props,
|
|
238
|
-
groupEnd: props
|
|
239
|
-
});
|
|
240
|
-
}
|
|
241
|
-
disabledDepth++;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
function reenableLogs() {
|
|
245
|
-
{
|
|
246
|
-
disabledDepth--;
|
|
247
|
-
if (disabledDepth === 0) {
|
|
248
|
-
var props = {
|
|
249
|
-
configurable: true,
|
|
250
|
-
enumerable: true,
|
|
251
|
-
writable: true
|
|
252
|
-
};
|
|
253
|
-
Object.defineProperties(console, {
|
|
254
|
-
log: assign({}, props, {
|
|
255
|
-
value: prevLog
|
|
256
|
-
}),
|
|
257
|
-
info: assign({}, props, {
|
|
258
|
-
value: prevInfo
|
|
259
|
-
}),
|
|
260
|
-
warn: assign({}, props, {
|
|
261
|
-
value: prevWarn
|
|
262
|
-
}),
|
|
263
|
-
error: assign({}, props, {
|
|
264
|
-
value: prevError
|
|
265
|
-
}),
|
|
266
|
-
group: assign({}, props, {
|
|
267
|
-
value: prevGroup
|
|
268
|
-
}),
|
|
269
|
-
groupCollapsed: assign({}, props, {
|
|
270
|
-
value: prevGroupCollapsed
|
|
271
|
-
}),
|
|
272
|
-
groupEnd: assign({}, props, {
|
|
273
|
-
value: prevGroupEnd
|
|
274
|
-
})
|
|
275
|
-
});
|
|
276
|
-
}
|
|
277
|
-
if (disabledDepth < 0) {
|
|
278
|
-
error("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
var ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;
|
|
283
|
-
var prefix;
|
|
284
|
-
function describeBuiltInComponentFrame(name, source, ownerFn) {
|
|
285
|
-
{
|
|
286
|
-
if (prefix === void 0) {
|
|
287
|
-
try {
|
|
288
|
-
throw Error();
|
|
289
|
-
} catch (x2) {
|
|
290
|
-
var match = x2.stack.trim().match(/\n( *(at )?)/);
|
|
291
|
-
prefix = match && match[1] || "";
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
return "\n" + prefix + name;
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
var reentry = false;
|
|
298
|
-
var componentFrameCache;
|
|
299
|
-
{
|
|
300
|
-
var PossiblyWeakMap = typeof WeakMap === "function" ? WeakMap : Map;
|
|
301
|
-
componentFrameCache = new PossiblyWeakMap();
|
|
302
|
-
}
|
|
303
|
-
function describeNativeComponentFrame(fn, construct) {
|
|
304
|
-
if (!fn || reentry) {
|
|
305
|
-
return "";
|
|
306
|
-
}
|
|
307
|
-
{
|
|
308
|
-
var frame = componentFrameCache.get(fn);
|
|
309
|
-
if (frame !== void 0) {
|
|
310
|
-
return frame;
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
var control;
|
|
314
|
-
reentry = true;
|
|
315
|
-
var previousPrepareStackTrace = Error.prepareStackTrace;
|
|
316
|
-
Error.prepareStackTrace = void 0;
|
|
317
|
-
var previousDispatcher;
|
|
318
|
-
{
|
|
319
|
-
previousDispatcher = ReactCurrentDispatcher.current;
|
|
320
|
-
ReactCurrentDispatcher.current = null;
|
|
321
|
-
disableLogs();
|
|
322
|
-
}
|
|
323
|
-
try {
|
|
324
|
-
if (construct) {
|
|
325
|
-
var Fake = function() {
|
|
326
|
-
throw Error();
|
|
327
|
-
};
|
|
328
|
-
Object.defineProperty(Fake.prototype, "props", {
|
|
329
|
-
set: function() {
|
|
330
|
-
throw Error();
|
|
331
|
-
}
|
|
332
|
-
});
|
|
333
|
-
if (typeof Reflect === "object" && Reflect.construct) {
|
|
334
|
-
try {
|
|
335
|
-
Reflect.construct(Fake, []);
|
|
336
|
-
} catch (x2) {
|
|
337
|
-
control = x2;
|
|
338
|
-
}
|
|
339
|
-
Reflect.construct(fn, [], Fake);
|
|
340
|
-
} else {
|
|
341
|
-
try {
|
|
342
|
-
Fake.call();
|
|
343
|
-
} catch (x2) {
|
|
344
|
-
control = x2;
|
|
345
|
-
}
|
|
346
|
-
fn.call(Fake.prototype);
|
|
347
|
-
}
|
|
348
|
-
} else {
|
|
349
|
-
try {
|
|
350
|
-
throw Error();
|
|
351
|
-
} catch (x2) {
|
|
352
|
-
control = x2;
|
|
353
|
-
}
|
|
354
|
-
fn();
|
|
355
|
-
}
|
|
356
|
-
} catch (sample) {
|
|
357
|
-
if (sample && control && typeof sample.stack === "string") {
|
|
358
|
-
var sampleLines = sample.stack.split("\n");
|
|
359
|
-
var controlLines = control.stack.split("\n");
|
|
360
|
-
var s2 = sampleLines.length - 1;
|
|
361
|
-
var c2 = controlLines.length - 1;
|
|
362
|
-
while (s2 >= 1 && c2 >= 0 && sampleLines[s2] !== controlLines[c2]) {
|
|
363
|
-
c2--;
|
|
364
|
-
}
|
|
365
|
-
for (; s2 >= 1 && c2 >= 0; s2--, c2--) {
|
|
366
|
-
if (sampleLines[s2] !== controlLines[c2]) {
|
|
367
|
-
if (s2 !== 1 || c2 !== 1) {
|
|
368
|
-
do {
|
|
369
|
-
s2--;
|
|
370
|
-
c2--;
|
|
371
|
-
if (c2 < 0 || sampleLines[s2] !== controlLines[c2]) {
|
|
372
|
-
var _frame = "\n" + sampleLines[s2].replace(" at new ", " at ");
|
|
373
|
-
if (fn.displayName && _frame.includes("<anonymous>")) {
|
|
374
|
-
_frame = _frame.replace("<anonymous>", fn.displayName);
|
|
375
|
-
}
|
|
376
|
-
{
|
|
377
|
-
if (typeof fn === "function") {
|
|
378
|
-
componentFrameCache.set(fn, _frame);
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
return _frame;
|
|
382
|
-
}
|
|
383
|
-
} while (s2 >= 1 && c2 >= 0);
|
|
384
|
-
}
|
|
385
|
-
break;
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
} finally {
|
|
390
|
-
reentry = false;
|
|
391
|
-
{
|
|
392
|
-
ReactCurrentDispatcher.current = previousDispatcher;
|
|
393
|
-
reenableLogs();
|
|
394
|
-
}
|
|
395
|
-
Error.prepareStackTrace = previousPrepareStackTrace;
|
|
396
|
-
}
|
|
397
|
-
var name = fn ? fn.displayName || fn.name : "";
|
|
398
|
-
var syntheticFrame = name ? describeBuiltInComponentFrame(name) : "";
|
|
399
|
-
{
|
|
400
|
-
if (typeof fn === "function") {
|
|
401
|
-
componentFrameCache.set(fn, syntheticFrame);
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
return syntheticFrame;
|
|
405
|
-
}
|
|
406
|
-
function describeFunctionComponentFrame(fn, source, ownerFn) {
|
|
407
|
-
{
|
|
408
|
-
return describeNativeComponentFrame(fn, false);
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
function shouldConstruct(Component) {
|
|
412
|
-
var prototype = Component.prototype;
|
|
413
|
-
return !!(prototype && prototype.isReactComponent);
|
|
414
|
-
}
|
|
415
|
-
function describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {
|
|
416
|
-
if (type == null) {
|
|
417
|
-
return "";
|
|
418
|
-
}
|
|
419
|
-
if (typeof type === "function") {
|
|
420
|
-
{
|
|
421
|
-
return describeNativeComponentFrame(type, shouldConstruct(type));
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
if (typeof type === "string") {
|
|
425
|
-
return describeBuiltInComponentFrame(type);
|
|
426
|
-
}
|
|
427
|
-
switch (type) {
|
|
428
|
-
case REACT_SUSPENSE_TYPE:
|
|
429
|
-
return describeBuiltInComponentFrame("Suspense");
|
|
430
|
-
case REACT_SUSPENSE_LIST_TYPE:
|
|
431
|
-
return describeBuiltInComponentFrame("SuspenseList");
|
|
432
|
-
}
|
|
433
|
-
if (typeof type === "object") {
|
|
434
|
-
switch (type.$$typeof) {
|
|
435
|
-
case REACT_FORWARD_REF_TYPE:
|
|
436
|
-
return describeFunctionComponentFrame(type.render);
|
|
437
|
-
case REACT_MEMO_TYPE:
|
|
438
|
-
return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);
|
|
439
|
-
case REACT_LAZY_TYPE: {
|
|
440
|
-
var lazyComponent = type;
|
|
441
|
-
var payload = lazyComponent._payload;
|
|
442
|
-
var init = lazyComponent._init;
|
|
443
|
-
try {
|
|
444
|
-
return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);
|
|
445
|
-
} catch (x2) {
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
return "";
|
|
451
|
-
}
|
|
452
|
-
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
453
|
-
var loggedTypeFailures = {};
|
|
454
|
-
var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
|
|
455
|
-
function setCurrentlyValidatingElement(element) {
|
|
456
|
-
{
|
|
457
|
-
if (element) {
|
|
458
|
-
var owner = element._owner;
|
|
459
|
-
var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
|
|
460
|
-
ReactDebugCurrentFrame.setExtraStackFrame(stack);
|
|
461
|
-
} else {
|
|
462
|
-
ReactDebugCurrentFrame.setExtraStackFrame(null);
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
function checkPropTypes(typeSpecs, values, location, componentName, element) {
|
|
467
|
-
{
|
|
468
|
-
var has = Function.call.bind(hasOwnProperty);
|
|
469
|
-
for (var typeSpecName in typeSpecs) {
|
|
470
|
-
if (has(typeSpecs, typeSpecName)) {
|
|
471
|
-
var error$1 = void 0;
|
|
472
|
-
try {
|
|
473
|
-
if (typeof typeSpecs[typeSpecName] !== "function") {
|
|
474
|
-
var err = Error((componentName || "React class") + ": " + location + " type `" + typeSpecName + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof typeSpecs[typeSpecName] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
475
|
-
err.name = "Invariant Violation";
|
|
476
|
-
throw err;
|
|
477
|
-
}
|
|
478
|
-
error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
479
|
-
} catch (ex) {
|
|
480
|
-
error$1 = ex;
|
|
481
|
-
}
|
|
482
|
-
if (error$1 && !(error$1 instanceof Error)) {
|
|
483
|
-
setCurrentlyValidatingElement(element);
|
|
484
|
-
error("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", componentName || "React class", location, typeSpecName, typeof error$1);
|
|
485
|
-
setCurrentlyValidatingElement(null);
|
|
486
|
-
}
|
|
487
|
-
if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {
|
|
488
|
-
loggedTypeFailures[error$1.message] = true;
|
|
489
|
-
setCurrentlyValidatingElement(element);
|
|
490
|
-
error("Failed %s type: %s", location, error$1.message);
|
|
491
|
-
setCurrentlyValidatingElement(null);
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
var isArrayImpl = Array.isArray;
|
|
498
|
-
function isArray(a2) {
|
|
499
|
-
return isArrayImpl(a2);
|
|
500
|
-
}
|
|
501
|
-
function typeName(value) {
|
|
502
|
-
{
|
|
503
|
-
var hasToStringTag = typeof Symbol === "function" && Symbol.toStringTag;
|
|
504
|
-
var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
|
|
505
|
-
return type;
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
function willCoercionThrow(value) {
|
|
509
|
-
{
|
|
510
|
-
try {
|
|
511
|
-
testStringCoercion(value);
|
|
512
|
-
return false;
|
|
513
|
-
} catch (e2) {
|
|
514
|
-
return true;
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
function testStringCoercion(value) {
|
|
519
|
-
return "" + value;
|
|
520
|
-
}
|
|
521
|
-
function checkKeyStringCoercion(value) {
|
|
522
|
-
{
|
|
523
|
-
if (willCoercionThrow(value)) {
|
|
524
|
-
error("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", typeName(value));
|
|
525
|
-
return testStringCoercion(value);
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;
|
|
530
|
-
var RESERVED_PROPS = {
|
|
531
|
-
key: true,
|
|
532
|
-
ref: true,
|
|
533
|
-
__self: true,
|
|
534
|
-
__source: true
|
|
535
|
-
};
|
|
536
|
-
var specialPropKeyWarningShown;
|
|
537
|
-
var specialPropRefWarningShown;
|
|
538
|
-
var didWarnAboutStringRefs;
|
|
539
|
-
{
|
|
540
|
-
didWarnAboutStringRefs = {};
|
|
541
|
-
}
|
|
542
|
-
function hasValidRef(config) {
|
|
543
|
-
{
|
|
544
|
-
if (hasOwnProperty.call(config, "ref")) {
|
|
545
|
-
var getter = Object.getOwnPropertyDescriptor(config, "ref").get;
|
|
546
|
-
if (getter && getter.isReactWarning) {
|
|
547
|
-
return false;
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
return config.ref !== void 0;
|
|
552
|
-
}
|
|
553
|
-
function hasValidKey(config) {
|
|
554
|
-
{
|
|
555
|
-
if (hasOwnProperty.call(config, "key")) {
|
|
556
|
-
var getter = Object.getOwnPropertyDescriptor(config, "key").get;
|
|
557
|
-
if (getter && getter.isReactWarning) {
|
|
558
|
-
return false;
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
return config.key !== void 0;
|
|
563
|
-
}
|
|
564
|
-
function warnIfStringRefCannotBeAutoConverted(config, self) {
|
|
565
|
-
{
|
|
566
|
-
if (typeof config.ref === "string" && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) {
|
|
567
|
-
var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);
|
|
568
|
-
if (!didWarnAboutStringRefs[componentName]) {
|
|
569
|
-
error('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', getComponentNameFromType(ReactCurrentOwner.current.type), config.ref);
|
|
570
|
-
didWarnAboutStringRefs[componentName] = true;
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
function defineKeyPropWarningGetter(props, displayName) {
|
|
576
|
-
{
|
|
577
|
-
var warnAboutAccessingKey = function() {
|
|
578
|
-
if (!specialPropKeyWarningShown) {
|
|
579
|
-
specialPropKeyWarningShown = true;
|
|
580
|
-
error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", displayName);
|
|
581
|
-
}
|
|
582
|
-
};
|
|
583
|
-
warnAboutAccessingKey.isReactWarning = true;
|
|
584
|
-
Object.defineProperty(props, "key", {
|
|
585
|
-
get: warnAboutAccessingKey,
|
|
586
|
-
configurable: true
|
|
587
|
-
});
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
function defineRefPropWarningGetter(props, displayName) {
|
|
591
|
-
{
|
|
592
|
-
var warnAboutAccessingRef = function() {
|
|
593
|
-
if (!specialPropRefWarningShown) {
|
|
594
|
-
specialPropRefWarningShown = true;
|
|
595
|
-
error("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", displayName);
|
|
596
|
-
}
|
|
597
|
-
};
|
|
598
|
-
warnAboutAccessingRef.isReactWarning = true;
|
|
599
|
-
Object.defineProperty(props, "ref", {
|
|
600
|
-
get: warnAboutAccessingRef,
|
|
601
|
-
configurable: true
|
|
602
|
-
});
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
var ReactElement = function(type, key, ref, self, source, owner, props) {
|
|
606
|
-
var element = {
|
|
607
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
608
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
609
|
-
// Built-in properties that belong on the element
|
|
610
|
-
type,
|
|
611
|
-
key,
|
|
612
|
-
ref,
|
|
613
|
-
props,
|
|
614
|
-
// Record the component responsible for creating this element.
|
|
615
|
-
_owner: owner
|
|
616
|
-
};
|
|
617
|
-
{
|
|
618
|
-
element._store = {};
|
|
619
|
-
Object.defineProperty(element._store, "validated", {
|
|
620
|
-
configurable: false,
|
|
621
|
-
enumerable: false,
|
|
622
|
-
writable: true,
|
|
623
|
-
value: false
|
|
624
|
-
});
|
|
625
|
-
Object.defineProperty(element, "_self", {
|
|
626
|
-
configurable: false,
|
|
627
|
-
enumerable: false,
|
|
628
|
-
writable: false,
|
|
629
|
-
value: self
|
|
630
|
-
});
|
|
631
|
-
Object.defineProperty(element, "_source", {
|
|
632
|
-
configurable: false,
|
|
633
|
-
enumerable: false,
|
|
634
|
-
writable: false,
|
|
635
|
-
value: source
|
|
636
|
-
});
|
|
637
|
-
if (Object.freeze) {
|
|
638
|
-
Object.freeze(element.props);
|
|
639
|
-
Object.freeze(element);
|
|
640
|
-
}
|
|
641
|
-
}
|
|
642
|
-
return element;
|
|
643
|
-
};
|
|
644
|
-
function jsxDEV(type, config, maybeKey, source, self) {
|
|
645
|
-
{
|
|
646
|
-
var propName;
|
|
647
|
-
var props = {};
|
|
648
|
-
var key = null;
|
|
649
|
-
var ref = null;
|
|
650
|
-
if (maybeKey !== void 0) {
|
|
651
|
-
{
|
|
652
|
-
checkKeyStringCoercion(maybeKey);
|
|
653
|
-
}
|
|
654
|
-
key = "" + maybeKey;
|
|
655
|
-
}
|
|
656
|
-
if (hasValidKey(config)) {
|
|
657
|
-
{
|
|
658
|
-
checkKeyStringCoercion(config.key);
|
|
659
|
-
}
|
|
660
|
-
key = "" + config.key;
|
|
661
|
-
}
|
|
662
|
-
if (hasValidRef(config)) {
|
|
663
|
-
ref = config.ref;
|
|
664
|
-
warnIfStringRefCannotBeAutoConverted(config, self);
|
|
665
|
-
}
|
|
666
|
-
for (propName in config) {
|
|
667
|
-
if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
|
|
668
|
-
props[propName] = config[propName];
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
if (type && type.defaultProps) {
|
|
672
|
-
var defaultProps = type.defaultProps;
|
|
673
|
-
for (propName in defaultProps) {
|
|
674
|
-
if (props[propName] === void 0) {
|
|
675
|
-
props[propName] = defaultProps[propName];
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
if (key || ref) {
|
|
680
|
-
var displayName = typeof type === "function" ? type.displayName || type.name || "Unknown" : type;
|
|
681
|
-
if (key) {
|
|
682
|
-
defineKeyPropWarningGetter(props, displayName);
|
|
683
|
-
}
|
|
684
|
-
if (ref) {
|
|
685
|
-
defineRefPropWarningGetter(props, displayName);
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;
|
|
692
|
-
var ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;
|
|
693
|
-
function setCurrentlyValidatingElement$1(element) {
|
|
694
|
-
{
|
|
695
|
-
if (element) {
|
|
696
|
-
var owner = element._owner;
|
|
697
|
-
var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
|
|
698
|
-
ReactDebugCurrentFrame$1.setExtraStackFrame(stack);
|
|
699
|
-
} else {
|
|
700
|
-
ReactDebugCurrentFrame$1.setExtraStackFrame(null);
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
var propTypesMisspellWarningShown;
|
|
705
|
-
{
|
|
706
|
-
propTypesMisspellWarningShown = false;
|
|
707
|
-
}
|
|
708
|
-
function isValidElement(object) {
|
|
709
|
-
{
|
|
710
|
-
return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
function getDeclarationErrorAddendum() {
|
|
714
|
-
{
|
|
715
|
-
if (ReactCurrentOwner$1.current) {
|
|
716
|
-
var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);
|
|
717
|
-
if (name) {
|
|
718
|
-
return "\n\nCheck the render method of `" + name + "`.";
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
return "";
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
function getSourceInfoErrorAddendum(source) {
|
|
725
|
-
{
|
|
726
|
-
if (source !== void 0) {
|
|
727
|
-
var fileName = source.fileName.replace(/^.*[\\\/]/, "");
|
|
728
|
-
var lineNumber = source.lineNumber;
|
|
729
|
-
return "\n\nCheck your code at " + fileName + ":" + lineNumber + ".";
|
|
730
|
-
}
|
|
731
|
-
return "";
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
var ownerHasKeyUseWarning = {};
|
|
735
|
-
function getCurrentComponentErrorInfo(parentType) {
|
|
736
|
-
{
|
|
737
|
-
var info = getDeclarationErrorAddendum();
|
|
738
|
-
if (!info) {
|
|
739
|
-
var parentName = typeof parentType === "string" ? parentType : parentType.displayName || parentType.name;
|
|
740
|
-
if (parentName) {
|
|
741
|
-
info = "\n\nCheck the top-level render call using <" + parentName + ">.";
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
return info;
|
|
745
|
-
}
|
|
746
|
-
}
|
|
747
|
-
function validateExplicitKey(element, parentType) {
|
|
748
|
-
{
|
|
749
|
-
if (!element._store || element._store.validated || element.key != null) {
|
|
750
|
-
return;
|
|
751
|
-
}
|
|
752
|
-
element._store.validated = true;
|
|
753
|
-
var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);
|
|
754
|
-
if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
|
|
755
|
-
return;
|
|
756
|
-
}
|
|
757
|
-
ownerHasKeyUseWarning[currentComponentErrorInfo] = true;
|
|
758
|
-
var childOwner = "";
|
|
759
|
-
if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {
|
|
760
|
-
childOwner = " It was passed a child from " + getComponentNameFromType(element._owner.type) + ".";
|
|
761
|
-
}
|
|
762
|
-
setCurrentlyValidatingElement$1(element);
|
|
763
|
-
error('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);
|
|
764
|
-
setCurrentlyValidatingElement$1(null);
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
function validateChildKeys(node, parentType) {
|
|
768
|
-
{
|
|
769
|
-
if (typeof node !== "object") {
|
|
770
|
-
return;
|
|
771
|
-
}
|
|
772
|
-
if (isArray(node)) {
|
|
773
|
-
for (var i2 = 0; i2 < node.length; i2++) {
|
|
774
|
-
var child = node[i2];
|
|
775
|
-
if (isValidElement(child)) {
|
|
776
|
-
validateExplicitKey(child, parentType);
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
} else if (isValidElement(node)) {
|
|
780
|
-
if (node._store) {
|
|
781
|
-
node._store.validated = true;
|
|
782
|
-
}
|
|
783
|
-
} else if (node) {
|
|
784
|
-
var iteratorFn = getIteratorFn(node);
|
|
785
|
-
if (typeof iteratorFn === "function") {
|
|
786
|
-
if (iteratorFn !== node.entries) {
|
|
787
|
-
var iterator = iteratorFn.call(node);
|
|
788
|
-
var step;
|
|
789
|
-
while (!(step = iterator.next()).done) {
|
|
790
|
-
if (isValidElement(step.value)) {
|
|
791
|
-
validateExplicitKey(step.value, parentType);
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
}
|
|
799
|
-
function validatePropTypes(element) {
|
|
800
|
-
{
|
|
801
|
-
var type = element.type;
|
|
802
|
-
if (type === null || type === void 0 || typeof type === "string") {
|
|
803
|
-
return;
|
|
804
|
-
}
|
|
805
|
-
var propTypes;
|
|
806
|
-
if (typeof type === "function") {
|
|
807
|
-
propTypes = type.propTypes;
|
|
808
|
-
} else if (typeof type === "object" && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.
|
|
809
|
-
// Inner props are checked in the reconciler.
|
|
810
|
-
type.$$typeof === REACT_MEMO_TYPE)) {
|
|
811
|
-
propTypes = type.propTypes;
|
|
812
|
-
} else {
|
|
813
|
-
return;
|
|
814
|
-
}
|
|
815
|
-
if (propTypes) {
|
|
816
|
-
var name = getComponentNameFromType(type);
|
|
817
|
-
checkPropTypes(propTypes, element.props, "prop", name, element);
|
|
818
|
-
} else if (type.PropTypes !== void 0 && !propTypesMisspellWarningShown) {
|
|
819
|
-
propTypesMisspellWarningShown = true;
|
|
820
|
-
var _name = getComponentNameFromType(type);
|
|
821
|
-
error("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", _name || "Unknown");
|
|
822
|
-
}
|
|
823
|
-
if (typeof type.getDefaultProps === "function" && !type.getDefaultProps.isReactClassApproved) {
|
|
824
|
-
error("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
}
|
|
828
|
-
function validateFragmentProps(fragment) {
|
|
829
|
-
{
|
|
830
|
-
var keys = Object.keys(fragment.props);
|
|
831
|
-
for (var i2 = 0; i2 < keys.length; i2++) {
|
|
832
|
-
var key = keys[i2];
|
|
833
|
-
if (key !== "children" && key !== "key") {
|
|
834
|
-
setCurrentlyValidatingElement$1(fragment);
|
|
835
|
-
error("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", key);
|
|
836
|
-
setCurrentlyValidatingElement$1(null);
|
|
837
|
-
break;
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
if (fragment.ref !== null) {
|
|
841
|
-
setCurrentlyValidatingElement$1(fragment);
|
|
842
|
-
error("Invalid attribute `ref` supplied to `React.Fragment`.");
|
|
843
|
-
setCurrentlyValidatingElement$1(null);
|
|
844
|
-
}
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
function jsxWithValidation(type, props, key, isStaticChildren, source, self) {
|
|
848
|
-
{
|
|
849
|
-
var validType = isValidElementType(type);
|
|
850
|
-
if (!validType) {
|
|
851
|
-
var info = "";
|
|
852
|
-
if (type === void 0 || typeof type === "object" && type !== null && Object.keys(type).length === 0) {
|
|
853
|
-
info += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.";
|
|
854
|
-
}
|
|
855
|
-
var sourceInfo = getSourceInfoErrorAddendum(source);
|
|
856
|
-
if (sourceInfo) {
|
|
857
|
-
info += sourceInfo;
|
|
858
|
-
} else {
|
|
859
|
-
info += getDeclarationErrorAddendum();
|
|
860
|
-
}
|
|
861
|
-
var typeString;
|
|
862
|
-
if (type === null) {
|
|
863
|
-
typeString = "null";
|
|
864
|
-
} else if (isArray(type)) {
|
|
865
|
-
typeString = "array";
|
|
866
|
-
} else if (type !== void 0 && type.$$typeof === REACT_ELEMENT_TYPE) {
|
|
867
|
-
typeString = "<" + (getComponentNameFromType(type.type) || "Unknown") + " />";
|
|
868
|
-
info = " Did you accidentally export a JSX literal instead of a component?";
|
|
869
|
-
} else {
|
|
870
|
-
typeString = typeof type;
|
|
871
|
-
}
|
|
872
|
-
error("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", typeString, info);
|
|
873
|
-
}
|
|
874
|
-
var element = jsxDEV(type, props, key, source, self);
|
|
875
|
-
if (element == null) {
|
|
876
|
-
return element;
|
|
877
|
-
}
|
|
878
|
-
if (validType) {
|
|
879
|
-
var children = props.children;
|
|
880
|
-
if (children !== void 0) {
|
|
881
|
-
if (isStaticChildren) {
|
|
882
|
-
if (isArray(children)) {
|
|
883
|
-
for (var i2 = 0; i2 < children.length; i2++) {
|
|
884
|
-
validateChildKeys(children[i2], type);
|
|
885
|
-
}
|
|
886
|
-
if (Object.freeze) {
|
|
887
|
-
Object.freeze(children);
|
|
888
|
-
}
|
|
889
|
-
} else {
|
|
890
|
-
error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
891
|
-
}
|
|
892
|
-
} else {
|
|
893
|
-
validateChildKeys(children, type);
|
|
894
|
-
}
|
|
895
|
-
}
|
|
896
|
-
}
|
|
897
|
-
if (type === REACT_FRAGMENT_TYPE) {
|
|
898
|
-
validateFragmentProps(element);
|
|
899
|
-
} else {
|
|
900
|
-
validatePropTypes(element);
|
|
901
|
-
}
|
|
902
|
-
return element;
|
|
903
|
-
}
|
|
904
|
-
}
|
|
905
|
-
function jsxWithValidationStatic(type, props, key) {
|
|
906
|
-
{
|
|
907
|
-
return jsxWithValidation(type, props, key, true);
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
function jsxWithValidationDynamic(type, props, key) {
|
|
911
|
-
{
|
|
912
|
-
return jsxWithValidation(type, props, key, false);
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
var jsx = jsxWithValidationDynamic;
|
|
916
|
-
var jsxs = jsxWithValidationStatic;
|
|
917
|
-
reactJsxRuntime_development.Fragment = REACT_FRAGMENT_TYPE;
|
|
918
|
-
reactJsxRuntime_development.jsx = jsx;
|
|
919
|
-
reactJsxRuntime_development.jsxs = jsxs;
|
|
920
|
-
})();
|
|
921
|
-
}
|
|
922
|
-
return reactJsxRuntime_development;
|
|
923
|
-
}
|
|
924
|
-
if (process.env.NODE_ENV === "production") {
|
|
925
|
-
jsxRuntime.exports = requireReactJsxRuntime_production_min();
|
|
926
|
-
} else {
|
|
927
|
-
jsxRuntime.exports = requireReactJsxRuntime_development();
|
|
928
|
-
}
|
|
929
|
-
var jsxRuntimeExports = jsxRuntime.exports;
|
|
930
|
-
const Africa = [
|
|
931
|
-
{
|
|
932
|
-
utc: [
|
|
933
|
-
"Africa/Cairo",
|
|
934
|
-
"Egypt"
|
|
935
|
-
],
|
|
936
|
-
main: "Africa/Cairo",
|
|
937
|
-
label: "Egypt Standard Time",
|
|
938
|
-
keywords: "Egypt Standard Time Cairo EST",
|
|
939
|
-
isDst: false,
|
|
940
|
-
cities: "Cairo"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
utc: [
|
|
944
|
-
"Africa/Algiers",
|
|
945
|
-
"Africa/Bangui",
|
|
946
|
-
"Africa/Brazzaville",
|
|
947
|
-
"Africa/Douala",
|
|
948
|
-
"Africa/Kinshasa",
|
|
949
|
-
"Africa/Lagos",
|
|
950
|
-
"Africa/Libreville",
|
|
951
|
-
"Africa/Luanda",
|
|
952
|
-
"Africa/Malabo",
|
|
953
|
-
"Africa/Ndjamena",
|
|
954
|
-
"Africa/Niamey",
|
|
955
|
-
"Africa/Porto-Novo",
|
|
956
|
-
"Africa/Tunis",
|
|
957
|
-
"Etc/GMT-1"
|
|
958
|
-
],
|
|
959
|
-
main: "Africa/Lagos",
|
|
960
|
-
label: "West Central Africa Standard Time",
|
|
961
|
-
keywords: "W. Central Africa Standard Time Algiers Bangui Brazzaville Douala Kinshasa Lagos Libreville Luanda Malabo Ndjamena Niamey Porto-Novo Tunis GMT-1 WCAST",
|
|
962
|
-
isDst: false,
|
|
963
|
-
cities: "Algiers, Bangui, Brazzaville, Douala, Kinshasa, Lagos, Libreville, Luanda, Malabo, Ndjamena, Niamey, Porto-Novo, Tunis"
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
utc: [
|
|
967
|
-
"Africa/Windhoek"
|
|
968
|
-
],
|
|
969
|
-
main: "Africa/Windhoek",
|
|
970
|
-
label: "Namibia Standard Time",
|
|
971
|
-
keywords: "Namibia Standard Time Windhoek NST",
|
|
972
|
-
isDst: false,
|
|
973
|
-
cities: "Windhoek"
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
utc: [
|
|
977
|
-
"Africa/Blantyre",
|
|
978
|
-
"Africa/Bujumbura",
|
|
979
|
-
"Africa/Gaborone",
|
|
980
|
-
"Africa/Harare",
|
|
981
|
-
"Africa/Johannesburg",
|
|
982
|
-
"Africa/Kigali",
|
|
983
|
-
"Africa/Lubumbashi",
|
|
984
|
-
"Africa/Lusaka",
|
|
985
|
-
"Africa/Maputo",
|
|
986
|
-
"Africa/Maseru",
|
|
987
|
-
"Africa/Mbabane",
|
|
988
|
-
"Etc/GMT-2"
|
|
989
|
-
],
|
|
990
|
-
main: "Africa/Johannesburg",
|
|
991
|
-
label: "South Africa Standard Time",
|
|
992
|
-
keywords: "South Africa Standard Time Blantyre Bujumbura Gaborone Harare Johannesburg Kigali Lubumbashi Lusaka Maputo Maseru Mbabane GMT-2 SAST",
|
|
993
|
-
isDst: false,
|
|
994
|
-
cities: "Blantyre, Bujumbura, Gaborone, Harare, Johannesburg, Kigali, Lubumbashi, Lusaka, Maputo, Maseru, Mbabane, Pretoria"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
utc: [
|
|
998
|
-
"Africa/Tripoli",
|
|
999
|
-
"Libya"
|
|
1000
|
-
],
|
|
1001
|
-
main: "Africa/Tripoli",
|
|
1002
|
-
label: "Libya Standard Time",
|
|
1003
|
-
keywords: "Libya Standard Time Tripoli LST",
|
|
1004
|
-
isDst: false,
|
|
1005
|
-
cities: "Tripoli"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
utc: [
|
|
1009
|
-
"Africa/Addis_Ababa",
|
|
1010
|
-
"Africa/Asmera",
|
|
1011
|
-
"Africa/Asmara",
|
|
1012
|
-
"Africa/Dar_es_Salaam",
|
|
1013
|
-
"Africa/Djibouti",
|
|
1014
|
-
"Africa/Juba",
|
|
1015
|
-
"Africa/Kampala",
|
|
1016
|
-
"Africa/Khartoum",
|
|
1017
|
-
"Africa/Mogadishu",
|
|
1018
|
-
"Africa/Nairobi",
|
|
1019
|
-
"Antarctica/Syowa",
|
|
1020
|
-
"Etc/GMT-3",
|
|
1021
|
-
"Indian/Antananarivo",
|
|
1022
|
-
"Indian/Comoro",
|
|
1023
|
-
"Indian/Mayotte"
|
|
1024
|
-
],
|
|
1025
|
-
main: "Africa/Nairobi",
|
|
1026
|
-
label: "East Africa Standard Time",
|
|
1027
|
-
keywords: "E. Africa Standard Time Addis Ababa Asmera Dar_es_Salaam Djibouti Juba Kampala Khartoum Mogadishu Nairobi Syowa GMT-3 Antananarivo Comoro Mayotte EAST",
|
|
1028
|
-
isDst: false,
|
|
1029
|
-
cities: "Addis Abada, Asmera, Dar es Salaam, Djibouti, Juba, Kampala, Khartoum, Mogadishu, Nairobi, Syowa, Antananarivo, Comoro, Mayotte"
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
utc: [
|
|
1033
|
-
"Africa/Abidjan",
|
|
1034
|
-
"Africa/Accra",
|
|
1035
|
-
"Africa/Bamako",
|
|
1036
|
-
"Africa/Banjul",
|
|
1037
|
-
"Africa/Bissau",
|
|
1038
|
-
"Africa/Conakry",
|
|
1039
|
-
"Africa/Dakar",
|
|
1040
|
-
"Africa/Freetown",
|
|
1041
|
-
"Africa/Lome",
|
|
1042
|
-
"Africa/Monrovia",
|
|
1043
|
-
"Africa/Nouakchott",
|
|
1044
|
-
"Africa/Ouagadougou",
|
|
1045
|
-
"Africa/Sao_Tome",
|
|
1046
|
-
"Atlantic/Reykjavik",
|
|
1047
|
-
"Atlantic/St_Helena",
|
|
1048
|
-
"Iceland"
|
|
1049
|
-
],
|
|
1050
|
-
main: "Africa/Abidjan",
|
|
1051
|
-
label: "Greenwich Standard Time",
|
|
1052
|
-
keywords: "Greenwich Standard Time Abidjan Accra Bamako Banjul Bissau Conakry Dakar Freetown Lome Monrovia Nouakchott Ouagadougou Sao Tome Reykjavik St_Helena GST Iceland",
|
|
1053
|
-
isDst: false,
|
|
1054
|
-
cities: "Abidjan, Accra, Bamako, Banjul, Bissau, Conakry, Dakar, Freetown, Lome, Monrovia, Nouakchott, Ouagadougou, Sao Tome, Reykjavik, St. Helena"
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
utc: [
|
|
1058
|
-
"Africa/Casablanca",
|
|
1059
|
-
"Africa/El_Aaiun"
|
|
1060
|
-
],
|
|
1061
|
-
main: "Africa/Casablanca",
|
|
1062
|
-
label: "Morocco Standard Time",
|
|
1063
|
-
keywords: "Morocco Standard Time Casablanca El Aaiun MST",
|
|
1064
|
-
isDst: true,
|
|
1065
|
-
cities: "Casablanca, El Aaiun"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
utc: [
|
|
1069
|
-
"Indian/Mahe",
|
|
1070
|
-
"Indian/Mauritius",
|
|
1071
|
-
"Indian/Reunion"
|
|
1072
|
-
],
|
|
1073
|
-
main: "Indian/Mauritius",
|
|
1074
|
-
label: "Mauritius Standard Time",
|
|
1075
|
-
keywords: "Mauritius Standard Time Mahe Mauritius Reunion MST",
|
|
1076
|
-
isDst: false,
|
|
1077
|
-
cities: "Mahe, Mauritius, Reunion"
|
|
1078
|
-
}
|
|
1079
|
-
];
|
|
1080
|
-
const America = [
|
|
1081
|
-
{
|
|
1082
|
-
utc: [
|
|
1083
|
-
"America/Argentina/La_Rioja",
|
|
1084
|
-
"America/Argentina/Rio_Gallegos",
|
|
1085
|
-
"America/Argentina/Salta",
|
|
1086
|
-
"America/Argentina/San_Juan",
|
|
1087
|
-
"America/Argentina/San_Luis",
|
|
1088
|
-
"America/Argentina/Tucuman",
|
|
1089
|
-
"America/Argentina/Ushuaia",
|
|
1090
|
-
"America/Argentina/ComodRivadavia",
|
|
1091
|
-
"America/Argentina/Catamarca",
|
|
1092
|
-
"America/Buenos_Aires",
|
|
1093
|
-
"America/Argentina/Buenos_Aires",
|
|
1094
|
-
"America/Catamarca",
|
|
1095
|
-
"America/Cordoba",
|
|
1096
|
-
"America/Argentina/Cordoba",
|
|
1097
|
-
"America/Jujuy",
|
|
1098
|
-
"America/Argentina/Jujuy",
|
|
1099
|
-
"America/Mendoza",
|
|
1100
|
-
"America/Argentina/Mendoza",
|
|
1101
|
-
"America/Fort_Wayne",
|
|
1102
|
-
"America/Rosario",
|
|
1103
|
-
"America/Argentina/Rosario"
|
|
1104
|
-
],
|
|
1105
|
-
main: "America/Argentina/La_Rioja",
|
|
1106
|
-
label: "Argentina Standard Time",
|
|
1107
|
-
keywords: "Argentina Standard Time La Rioja Rio_Gallegos Salta San_Juan San_Luis Tucuman Ushuaia ComodRivadavia Buenos_Aires Catamarca Cordoba Jujuy Mendoza AST Fort_Wayne Rosario",
|
|
1108
|
-
isDst: false,
|
|
1109
|
-
cities: "La Rioja, Rio Gallegos, Salta, San Juan, San Luis, Tucuman, Ushuaia, ComodRivadavia, Buenos Aires, Catamarca, Cordoba, Jujuy, Mendoza, Fort_Wayne, Rosario"
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
utc: [
|
|
1113
|
-
"America/Asuncion"
|
|
1114
|
-
],
|
|
1115
|
-
main: "America/Asuncion",
|
|
1116
|
-
label: "Paraguay Standard Time",
|
|
1117
|
-
keywords: "Paraguay Standard Time Asuncion PST",
|
|
1118
|
-
isDst: false,
|
|
1119
|
-
cities: "Asuncion"
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
utc: [
|
|
1123
|
-
"America/Bogota",
|
|
1124
|
-
"America/Cayman",
|
|
1125
|
-
"America/Coral_Harbour",
|
|
1126
|
-
"America/Eirunepe",
|
|
1127
|
-
"America/Guayaquil",
|
|
1128
|
-
"America/Jamaica",
|
|
1129
|
-
"Jamaica",
|
|
1130
|
-
"America/Lima",
|
|
1131
|
-
"America/Panama",
|
|
1132
|
-
"America/Rio_Branco",
|
|
1133
|
-
"Brazil/Acre",
|
|
1134
|
-
"Etc/GMT+5"
|
|
1135
|
-
],
|
|
1136
|
-
main: "America/Panama",
|
|
1137
|
-
label: "South American Pacific Standard Time",
|
|
1138
|
-
keywords: "SA Pacific Standard Time Bogota Cayman Coral Harbour Eirunepe Guayaquil Jamaica Lima Panama Rio_Branco Acre GMT+5 SAPST PST",
|
|
1139
|
-
isDst: false,
|
|
1140
|
-
cities: "Bogota, Cayman, Coral Harbour, Eirunepe, Guayaquil, Jamaica, Lima, Panama, Rio Branco"
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
utc: [
|
|
1144
|
-
"America/Campo_Grande",
|
|
1145
|
-
"America/Cuiaba"
|
|
1146
|
-
],
|
|
1147
|
-
main: "America/Campo_Grande",
|
|
1148
|
-
label: "Central Brazilian Standard Time",
|
|
1149
|
-
keywords: "Central Brazilian Standard Time Campo Grande Cuiaba CBST",
|
|
1150
|
-
isDst: false,
|
|
1151
|
-
cities: "Cuiaba, Campo Grande"
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
utc: [
|
|
1155
|
-
"America/Caracas"
|
|
1156
|
-
],
|
|
1157
|
-
main: "America/Caracas",
|
|
1158
|
-
label: "Venezuela Standard Time",
|
|
1159
|
-
keywords: "Venezuela Standard Time Caracas VST",
|
|
1160
|
-
isDst: false,
|
|
1161
|
-
cities: "Caracas"
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
utc: [
|
|
1165
|
-
"America/Nuuk",
|
|
1166
|
-
"America/Godthab"
|
|
1167
|
-
],
|
|
1168
|
-
main: "America/Nuuk",
|
|
1169
|
-
label: "Greenland Standard Time",
|
|
1170
|
-
keywords: "Greenland Standard Time Godthab GST Nuuk",
|
|
1171
|
-
isDst: true,
|
|
1172
|
-
cities: "Nuuk, Godthab"
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
utc: [
|
|
1176
|
-
"America/Regina",
|
|
1177
|
-
"America/Swift_Current",
|
|
1178
|
-
"Canada/Saskatchewan"
|
|
1179
|
-
],
|
|
1180
|
-
main: "America/Regina",
|
|
1181
|
-
label: "Canada Central Standard Time",
|
|
1182
|
-
keywords: "Canada Central Standard Time Regina Swift Current CCST Saskatchewan",
|
|
1183
|
-
isDst: false,
|
|
1184
|
-
cities: "Regina, Swift Current"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
utc: [
|
|
1188
|
-
"America/Mazatlan",
|
|
1189
|
-
"Mexico/BajaSur"
|
|
1190
|
-
],
|
|
1191
|
-
main: "America/Mazatlan",
|
|
1192
|
-
label: "Mountain Standard Time (Mexico)",
|
|
1193
|
-
keywords: "Mountain Standard Time (Mexico) Chihuahua Mazatlan MST BajaSur",
|
|
1194
|
-
isDst: true,
|
|
1195
|
-
cities: "Chihuahua, Mazatlan, La Paz"
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
utc: [
|
|
1199
|
-
"America/Bahia_Banderas",
|
|
1200
|
-
"America/Cancun",
|
|
1201
|
-
"America/Chihuahua",
|
|
1202
|
-
"America/Merida",
|
|
1203
|
-
"America/Mexico_City",
|
|
1204
|
-
"Mexico/General",
|
|
1205
|
-
"America/Monterrey",
|
|
1206
|
-
"America/Guatemala",
|
|
1207
|
-
"Etc/GMT+6"
|
|
1208
|
-
],
|
|
1209
|
-
main: "America/Mexico_City",
|
|
1210
|
-
label: "Central Standard Time",
|
|
1211
|
-
keywords: "Central Standard Time (Mexico) Bahia Banderas Cancun Merida Mexico_City Monterrey CST General Guatemala",
|
|
1212
|
-
isDst: false,
|
|
1213
|
-
cities: "Guadalajara, Mexico City, Monterrey, Bahia Baderas, Cancun, Merida, Guatemala"
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
utc: [
|
|
1217
|
-
"America/Montevideo"
|
|
1218
|
-
],
|
|
1219
|
-
main: "America/Montevideo",
|
|
1220
|
-
label: "Montevideo Standard Time",
|
|
1221
|
-
keywords: "Montevideo Standard Time Montevideo MST",
|
|
1222
|
-
isDst: false,
|
|
1223
|
-
cities: "Montevideo"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
utc: [
|
|
1227
|
-
"America/Noronha",
|
|
1228
|
-
"Brazil/DeNoronha",
|
|
1229
|
-
"Atlantic/South_Georgia",
|
|
1230
|
-
"Etc/GMT+2"
|
|
1231
|
-
],
|
|
1232
|
-
main: "America/Noronha",
|
|
1233
|
-
label: "Coordinated Universal Time (UTC -02)",
|
|
1234
|
-
keywords: "UTC-02 Noronha DeNoronha South Georgia GMT+2 CUT",
|
|
1235
|
-
isDst: false,
|
|
1236
|
-
cities: "Noronha, South Georgia, DeNoronha"
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
utc: [
|
|
1240
|
-
"America/Santiago",
|
|
1241
|
-
"Chile/Continental",
|
|
1242
|
-
"Antarctica/Palmer"
|
|
1243
|
-
],
|
|
1244
|
-
main: "America/Santiago",
|
|
1245
|
-
label: "Pacific SA Standard Time",
|
|
1246
|
-
keywords: "Pacific SA Standard Time Santiago Palmer PSST Continental",
|
|
1247
|
-
isDst: false,
|
|
1248
|
-
cities: "Santiago, Palmer"
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
utc: [
|
|
1252
|
-
"America/Santa_Isabel"
|
|
1253
|
-
],
|
|
1254
|
-
main: "America/Santa_Isabel",
|
|
1255
|
-
label: "Pacific Standard Time (Mexico)",
|
|
1256
|
-
keywords: "Pacific Standard Time (Mexico) Santa Isabel PST",
|
|
1257
|
-
isDst: true,
|
|
1258
|
-
cities: "Santa Isabel"
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
utc: [
|
|
1262
|
-
"America/Glace_Bay",
|
|
1263
|
-
"America/Goose_Bay",
|
|
1264
|
-
"America/Halifax",
|
|
1265
|
-
"Canada/Atlantic",
|
|
1266
|
-
"America/Moncton",
|
|
1267
|
-
"America/Thule",
|
|
1268
|
-
"Atlantic/Bermuda"
|
|
1269
|
-
],
|
|
1270
|
-
main: "Atlantic/Bermuda",
|
|
1271
|
-
label: "Atlantic Time (Canada)",
|
|
1272
|
-
keywords: "Atlantic Standard Time Glace Bay Goose_Bay Halifax Moncton Thule Bermuda AT",
|
|
1273
|
-
isDst: true,
|
|
1274
|
-
cities: "Glace Bay, Goose Bay, Halifax, Moncton, Thule, Bermuda"
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
utc: [
|
|
1278
|
-
"America/Sao_Paulo",
|
|
1279
|
-
"Brazil/East"
|
|
1280
|
-
],
|
|
1281
|
-
main: "America/Sao_Paulo",
|
|
1282
|
-
label: "East South America Standard Time",
|
|
1283
|
-
keywords: "E. South America Standard Time Sao Paulo ESAST EAST",
|
|
1284
|
-
isDst: false,
|
|
1285
|
-
cities: "Sao Paulo"
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
utc: [
|
|
1289
|
-
"America/Danmarkshavn",
|
|
1290
|
-
"Etc/GMT",
|
|
1291
|
-
"GMT+0",
|
|
1292
|
-
"GMT-0",
|
|
1293
|
-
"GMT0",
|
|
1294
|
-
"Greenwich",
|
|
1295
|
-
"Universal",
|
|
1296
|
-
"Etc/UTC",
|
|
1297
|
-
"Etc/UCT",
|
|
1298
|
-
"Zulu"
|
|
1299
|
-
],
|
|
1300
|
-
main: "America/Danmarkshavn",
|
|
1301
|
-
label: "Coordinated Universal Time",
|
|
1302
|
-
keywords: "UTC Danmarkshavn GMT CUT GMT+0 GMT-0 GMT0 Greenwich Etc Zulu UCT",
|
|
1303
|
-
isDst: false,
|
|
1304
|
-
cities: "Danmarkshavn"
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
utc: [
|
|
1308
|
-
"America/Bahia"
|
|
1309
|
-
],
|
|
1310
|
-
main: "America/Bahia",
|
|
1311
|
-
label: "Bahia Standard Time",
|
|
1312
|
-
keywords: "Bahia Standard Time Bahia BST",
|
|
1313
|
-
isDst: false,
|
|
1314
|
-
cities: "Bahia, Salvado"
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
utc: [
|
|
1318
|
-
"America/Araguaina",
|
|
1319
|
-
"America/Belem",
|
|
1320
|
-
"America/Cayenne",
|
|
1321
|
-
"America/Fortaleza",
|
|
1322
|
-
"America/Maceio",
|
|
1323
|
-
"America/Paramaribo",
|
|
1324
|
-
"America/Recife",
|
|
1325
|
-
"America/Santarem",
|
|
1326
|
-
"Antarctica/Rothera",
|
|
1327
|
-
"Atlantic/Stanley",
|
|
1328
|
-
"Etc/GMT+3"
|
|
1329
|
-
],
|
|
1330
|
-
main: "America/Araguaina",
|
|
1331
|
-
label: "South American Eastern Standard Time",
|
|
1332
|
-
keywords: "SA Eastern Standard Time Araguaina Belem Cayenne Fortaleza Maceio Paramaribo Recife Santarem Rothera Stanley GMT+3 SAEST SAET",
|
|
1333
|
-
isDst: false,
|
|
1334
|
-
cities: "Araguaina, Belem, Cayenne, Fortaleza, Maceio, Paramaribo, Recife, Santarem, Rothera, Stanley"
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
utc: [
|
|
1338
|
-
"America/Anguilla",
|
|
1339
|
-
"America/Antigua",
|
|
1340
|
-
"America/Aruba",
|
|
1341
|
-
"America/Barbados",
|
|
1342
|
-
"America/Blanc-Sablon",
|
|
1343
|
-
"America/Boa_Vista",
|
|
1344
|
-
"America/Curacao",
|
|
1345
|
-
"America/Dominica",
|
|
1346
|
-
"America/Grand_Turk",
|
|
1347
|
-
"America/Grenada",
|
|
1348
|
-
"America/Guadeloupe",
|
|
1349
|
-
"America/Guyana",
|
|
1350
|
-
"America/Kralendijk",
|
|
1351
|
-
"America/La_Paz",
|
|
1352
|
-
"America/Lower_Princes",
|
|
1353
|
-
"America/Manaus",
|
|
1354
|
-
"Brazil/West",
|
|
1355
|
-
"America/Marigot",
|
|
1356
|
-
"America/Martinique",
|
|
1357
|
-
"America/Montserrat",
|
|
1358
|
-
"America/Port_of_Spain",
|
|
1359
|
-
"America/Porto_Velho",
|
|
1360
|
-
"America/Puerto_Rico",
|
|
1361
|
-
"America/Santo_Domingo",
|
|
1362
|
-
"America/St_Barthelemy",
|
|
1363
|
-
"America/St_Kitts",
|
|
1364
|
-
"America/St_Lucia",
|
|
1365
|
-
"America/St_Thomas",
|
|
1366
|
-
"America/St_Vincent",
|
|
1367
|
-
"America/Tortola",
|
|
1368
|
-
"Etc/GMT+4"
|
|
1369
|
-
],
|
|
1370
|
-
main: "America/Puerto_Rico",
|
|
1371
|
-
label: "South American Western Standard Time",
|
|
1372
|
-
keywords: "SA Western Standard Time Anguilla Antigua Aruba Barbados Blanc-Sablon Boa Vista Curacao Dominica Grand_Turk Grenada Guadeloupe Guyana Kralendijk La_Paz Lower_Princes Manaus Marigot Martinique Montserrat Port_of_Spain Porto_Velho Puerto_Rico Santo_Domingo St_Barthelemy St_Kitts St_Lucia St_Thomas St_Vincent Tortola GMT+4 SAWST SAWT Brazil_West",
|
|
1373
|
-
isDst: false,
|
|
1374
|
-
cities: "Anguilla, Antigua, Aruba, Barbados, Blanc-Sablon, Boa Vista, Curacao, Dominica, Grand_Turk, Grenada, Guadeloupe, Guyana, Kralendijk, La Paz, Lower_Princes, Manaus, Marigot, Martinique, Montserrat, Port_of_Spain, Porto_Velho, Puerto_Rico, Santo_Domingo, St_Barthelemy, St_Kitts, St_Lucia, St_Thomas, St_Vincent, Tortola, Georgetown, La Paz, San Juan"
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
utc: [
|
|
1378
|
-
"America/Indiana/Marengo",
|
|
1379
|
-
"America/Indiana/Vevay",
|
|
1380
|
-
"America/Indiana/Indianapolis",
|
|
1381
|
-
"America/Indianapolis",
|
|
1382
|
-
"US/East-Indiana"
|
|
1383
|
-
],
|
|
1384
|
-
main: "America/Indianapolis",
|
|
1385
|
-
label: "US Eastern Standard Time",
|
|
1386
|
-
keywords: "US Eastern Standard Time Marengo Vevay Indianapolis UEST UET East-Indiana",
|
|
1387
|
-
isDst: false,
|
|
1388
|
-
cities: "Marengo, Vevay, Indianapolis"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
utc: [
|
|
1392
|
-
"America/Adak",
|
|
1393
|
-
"US/Aleutian"
|
|
1394
|
-
],
|
|
1395
|
-
main: "America/Adak",
|
|
1396
|
-
label: "Aleutian Standard Time",
|
|
1397
|
-
keywords: "Aleutian Standard Time Adak Aleutian",
|
|
1398
|
-
isDst: false,
|
|
1399
|
-
cities: ""
|
|
1400
|
-
}
|
|
1401
|
-
];
|
|
1402
|
-
const Asia = [
|
|
1403
|
-
{
|
|
1404
|
-
utc: [
|
|
1405
|
-
"Asia/Kolkata",
|
|
1406
|
-
"Asia/Calcutta"
|
|
1407
|
-
],
|
|
1408
|
-
main: "Asia/Kolkata",
|
|
1409
|
-
label: "Indian Standard Time",
|
|
1410
|
-
keywords: "India Standard Time Kolkata Calcutta Chennai Mumbai New Delhi IST",
|
|
1411
|
-
isDst: false,
|
|
1412
|
-
cities: "Kolkata, Chennai, Mumbai, New Delhi"
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
utc: [
|
|
1416
|
-
"Asia/Beirut"
|
|
1417
|
-
],
|
|
1418
|
-
main: "Asia/Beirut",
|
|
1419
|
-
label: "Middle East Standard Time",
|
|
1420
|
-
keywords: "Middle East Standard Time Beirut MEST",
|
|
1421
|
-
isDst: true,
|
|
1422
|
-
cities: "Beirut"
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
utc: [
|
|
1426
|
-
"Asia/Damascus"
|
|
1427
|
-
],
|
|
1428
|
-
main: "Asia/Damascus",
|
|
1429
|
-
label: "Syria Standard Time",
|
|
1430
|
-
keywords: "Syria Standard Time Damascus SST",
|
|
1431
|
-
isDst: true,
|
|
1432
|
-
cities: "Damascus"
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
utc: [
|
|
1436
|
-
"Asia/Jerusalem",
|
|
1437
|
-
"Israel"
|
|
1438
|
-
],
|
|
1439
|
-
main: "Asia/Jerusalem",
|
|
1440
|
-
label: "Israel Standard Time",
|
|
1441
|
-
keywords: "Israel Standard Time Jerusalem IST",
|
|
1442
|
-
isDst: true,
|
|
1443
|
-
cities: "Jerusalem"
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
utc: [
|
|
1447
|
-
"Asia/Amman"
|
|
1448
|
-
],
|
|
1449
|
-
main: "Asia/Amman",
|
|
1450
|
-
label: "Jordan Standard Time",
|
|
1451
|
-
keywords: "Jordan Standard Time Amman JST",
|
|
1452
|
-
isDst: false,
|
|
1453
|
-
cities: "Amman"
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
utc: [
|
|
1457
|
-
"Asia/Baghdad"
|
|
1458
|
-
],
|
|
1459
|
-
main: "Asia/Baghdad",
|
|
1460
|
-
label: "Arabic Standard Time",
|
|
1461
|
-
keywords: "Arabic Standard Time Baghdad AST",
|
|
1462
|
-
isDst: false,
|
|
1463
|
-
cities: "Baghdad"
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
utc: [
|
|
1467
|
-
"Asia/Aden",
|
|
1468
|
-
"Asia/Bahrain",
|
|
1469
|
-
"Asia/Kuwait",
|
|
1470
|
-
"Asia/Qatar",
|
|
1471
|
-
"Asia/Riyadh"
|
|
1472
|
-
],
|
|
1473
|
-
main: "Asia/Aden",
|
|
1474
|
-
label: "Arab Standard Time",
|
|
1475
|
-
keywords: "Arab Standard Time Aden Bahrain Kuwait Qatar Riyadh AST",
|
|
1476
|
-
isDst: false,
|
|
1477
|
-
cities: "Aden, Bahrain, Kuwait, Qatar, Riyadh"
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
utc: [
|
|
1481
|
-
"Asia/Tehran",
|
|
1482
|
-
"Iran"
|
|
1483
|
-
],
|
|
1484
|
-
main: "Asia/Tehran",
|
|
1485
|
-
label: "Iran Standard Time",
|
|
1486
|
-
keywords: "Iran Standard Time Tehran IST Iran",
|
|
1487
|
-
isDst: true,
|
|
1488
|
-
cities: "Tehran"
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
utc: [
|
|
1492
|
-
"Asia/Dubai",
|
|
1493
|
-
"Asia/Muscat",
|
|
1494
|
-
"Etc/GMT-4"
|
|
1495
|
-
],
|
|
1496
|
-
main: "Asia/Dubai",
|
|
1497
|
-
label: "Arabian Standard time",
|
|
1498
|
-
keywords: "Arabian Standard Time Dubai Muscat GMT-4 AST",
|
|
1499
|
-
isDst: false,
|
|
1500
|
-
cities: "Dubai, Muscat, Abu Dhabi"
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
utc: [
|
|
1504
|
-
"Asia/Baku"
|
|
1505
|
-
],
|
|
1506
|
-
main: "Asia/Baku",
|
|
1507
|
-
label: "Azerbaijan Standard Time",
|
|
1508
|
-
keywords: "Azerbaijan Standard Time Baku AST",
|
|
1509
|
-
isDst: true,
|
|
1510
|
-
cities: "Baku"
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
utc: [
|
|
1514
|
-
"Asia/Tbilisi"
|
|
1515
|
-
],
|
|
1516
|
-
main: "Asia/Tbilisi",
|
|
1517
|
-
label: "Georgian Standard Time",
|
|
1518
|
-
keywords: "Georgian Standard Time Tbilisi GST",
|
|
1519
|
-
isDst: false,
|
|
1520
|
-
cities: "Tbilisi"
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
utc: [
|
|
1524
|
-
"Asia/Yerevan"
|
|
1525
|
-
],
|
|
1526
|
-
main: "Asia/Yerevan",
|
|
1527
|
-
label: "Caucasus Standard Time",
|
|
1528
|
-
keywords: "Caucasus Standard Time Yerevan CST",
|
|
1529
|
-
isDst: false,
|
|
1530
|
-
cities: "Yerevan"
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
utc: [
|
|
1534
|
-
"Asia/Kabul"
|
|
1535
|
-
],
|
|
1536
|
-
main: "Asia/Kabul",
|
|
1537
|
-
label: "Afghanistan Standard Time",
|
|
1538
|
-
keywords: "Afghanistan Standard Time Kabul AST",
|
|
1539
|
-
isDst: false,
|
|
1540
|
-
cities: "Kabul"
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
utc: [
|
|
1544
|
-
"Antarctica/Mawson",
|
|
1545
|
-
"Asia/Aqtau",
|
|
1546
|
-
"Asia/Aqtobe",
|
|
1547
|
-
"Asia/Ashgabat",
|
|
1548
|
-
"Asia/Ashkhabad",
|
|
1549
|
-
"Asia/Dushanbe",
|
|
1550
|
-
"Asia/Oral",
|
|
1551
|
-
"Asia/Samarkand",
|
|
1552
|
-
"Asia/Tashkent",
|
|
1553
|
-
"Etc/GMT-5",
|
|
1554
|
-
"Indian/Kerguelen",
|
|
1555
|
-
"Indian/Maldives"
|
|
1556
|
-
],
|
|
1557
|
-
main: "Asia/Oral",
|
|
1558
|
-
label: "West Asia Standard Time",
|
|
1559
|
-
keywords: "West Asia Standard Time Mawson Aqtau Aqtobe Ashgabat Ashkhabad Dushanbe Oral Samarkand Tashkent GMT-5 Kerguelen Maldives WAST",
|
|
1560
|
-
isDst: false,
|
|
1561
|
-
cities: "Mawson, Aqtau, Aqtobe, Ashgabat, Ashkhabad, Dushanbe, Oral, Samarkand, Tashkent, Kerguelen, Maldives"
|
|
1562
|
-
},
|
|
1563
|
-
{
|
|
1564
|
-
utc: [
|
|
1565
|
-
"Asia/Yekaterinburg"
|
|
1566
|
-
],
|
|
1567
|
-
main: "Asia/Yekaterinburg",
|
|
1568
|
-
label: "Yekaterinburg Time",
|
|
1569
|
-
keywords: "Yekaterinburg Time YT",
|
|
1570
|
-
isDst: false,
|
|
1571
|
-
cities: "Yekaterinburg"
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
utc: [
|
|
1575
|
-
"Asia/Karachi"
|
|
1576
|
-
],
|
|
1577
|
-
main: "Asia/Karachi",
|
|
1578
|
-
label: "Pakistan Standard Time",
|
|
1579
|
-
keywords: "Pakistan Standard Time Karachi PST",
|
|
1580
|
-
isDst: false,
|
|
1581
|
-
cities: "Islamabad, Karachi"
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
utc: [
|
|
1585
|
-
"Asia/Colombo"
|
|
1586
|
-
],
|
|
1587
|
-
main: "Asia/Colombo",
|
|
1588
|
-
label: "Sri Lanka Standard Time",
|
|
1589
|
-
keywords: "Sri Lanka Standard Time Colombo SLST SST",
|
|
1590
|
-
isDst: false,
|
|
1591
|
-
cities: "Colombo"
|
|
1592
|
-
},
|
|
1593
|
-
{
|
|
1594
|
-
utc: [
|
|
1595
|
-
"Asia/Kathmandu",
|
|
1596
|
-
"Asia/Katmandu"
|
|
1597
|
-
],
|
|
1598
|
-
main: "Asia/Kathmandu",
|
|
1599
|
-
label: "Nepal Standard Time",
|
|
1600
|
-
keywords: "Nepal Standard Time Kathmandu Katmandu NST",
|
|
1601
|
-
isDst: false,
|
|
1602
|
-
cities: "Kathmandu"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
utc: [
|
|
1606
|
-
"Antarctica/Vostok",
|
|
1607
|
-
"Asia/Almaty",
|
|
1608
|
-
"Asia/Bishkek",
|
|
1609
|
-
"Asia/Qyzylorda",
|
|
1610
|
-
"Asia/Urumqi",
|
|
1611
|
-
"Etc/GMT-6",
|
|
1612
|
-
"Indian/Chagos"
|
|
1613
|
-
],
|
|
1614
|
-
main: "Antarctica/Vostok",
|
|
1615
|
-
label: "Central Asia Standard Time",
|
|
1616
|
-
keywords: "Central Asia Standard Time Vostok Almaty Bishkek Qyzylorda Urumqi GMT-6 Chagos CAST",
|
|
1617
|
-
isDst: false,
|
|
1618
|
-
cities: "Vostok, Almaty, Bishkek, Qyzylorda, Urumqi, Chagos, Nur-Sultan (Astana)"
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
utc: [
|
|
1622
|
-
"Asia/Dhaka",
|
|
1623
|
-
"Asia/Dacca",
|
|
1624
|
-
"Asia/Thimphu",
|
|
1625
|
-
"Asia/Thimbu"
|
|
1626
|
-
],
|
|
1627
|
-
main: "Asia/Dhaka",
|
|
1628
|
-
label: "Bangladesh Standard Time",
|
|
1629
|
-
keywords: "Bangladesh Standard Time Dhaka Dacca Thimphu Thimbu BST",
|
|
1630
|
-
isDst: false,
|
|
1631
|
-
cities: "Dhaka, Thimpu"
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
utc: [
|
|
1635
|
-
"Asia/Yangon",
|
|
1636
|
-
"Asia/Rangoon",
|
|
1637
|
-
"Indian/Cocos"
|
|
1638
|
-
],
|
|
1639
|
-
main: "Asia/Yangon",
|
|
1640
|
-
label: "Myanmar Standard Time",
|
|
1641
|
-
keywords: "Myanmar Standard Time Yangon Rangoon Cocos MST",
|
|
1642
|
-
isDst: false,
|
|
1643
|
-
cities: "Yangon, Rangoon, Cocos"
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
utc: [
|
|
1647
|
-
"Antarctica/Davis",
|
|
1648
|
-
"Asia/Bangkok",
|
|
1649
|
-
"Asia/Hovd",
|
|
1650
|
-
"Asia/Jakarta",
|
|
1651
|
-
"Asia/Phnom_Penh",
|
|
1652
|
-
"Asia/Pontianak",
|
|
1653
|
-
"Asia/Saigon",
|
|
1654
|
-
"Asia/Ho_Chi_Minh",
|
|
1655
|
-
"Asia/Vientiane",
|
|
1656
|
-
"Etc/GMT-7",
|
|
1657
|
-
"Indian/Christmas"
|
|
1658
|
-
],
|
|
1659
|
-
main: "Antarctica/Davis",
|
|
1660
|
-
label: "South East Asia Standard Time",
|
|
1661
|
-
keywords: "SE Asia Standard Time Davis Bangkok Hovd Jakarta Phnom Penh Pontianak Saigon Ho_Chi_Minh Vientiane GMT-7 Christmas SEAST SST",
|
|
1662
|
-
isDst: false,
|
|
1663
|
-
cities: "Bangkok, Hanoi, Jakarta, Hovd, Davis, Phnom Penh, Pontianak, Saigon, Ho_Chi_Minh, Vientiane, Christmas"
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
utc: [
|
|
1667
|
-
"Asia/Novokuznetsk",
|
|
1668
|
-
"Asia/Novosibirsk",
|
|
1669
|
-
"Asia/Omsk"
|
|
1670
|
-
],
|
|
1671
|
-
main: "Asia/Novosibirsk",
|
|
1672
|
-
label: "North Central Asia Standard Time",
|
|
1673
|
-
keywords: "N. Central Asia Standard Time Novokuznetsk Novosibirsk Omsk NCAST NST",
|
|
1674
|
-
isDst: false,
|
|
1675
|
-
cities: "Novosibirsk, Novokuznetsk, Omsk"
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
utc: [
|
|
1679
|
-
"Asia/Hong_Kong",
|
|
1680
|
-
"Hongkong",
|
|
1681
|
-
"Asia/Macau",
|
|
1682
|
-
"Asia/Macao",
|
|
1683
|
-
"Asia/Shanghai",
|
|
1684
|
-
"PRC",
|
|
1685
|
-
"Asia/Chungking"
|
|
1686
|
-
],
|
|
1687
|
-
main: "Asia/Hong_Kong",
|
|
1688
|
-
label: "China Standard Time",
|
|
1689
|
-
keywords: "China Standard Time Hong Kong Macau Macao Hongkong Shanghai Chungking CST PRC",
|
|
1690
|
-
isDst: false,
|
|
1691
|
-
cities: "Beijing, Chongqing, Hong Kong, Urumqi, Macau, Macao, Shanghai Chungking"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
utc: [
|
|
1695
|
-
"Asia/Krasnoyarsk"
|
|
1696
|
-
],
|
|
1697
|
-
main: "Asia/Krasnoyarsk",
|
|
1698
|
-
label: "North Asia Standard Time",
|
|
1699
|
-
keywords: "North Asia Standard Time Krasnoyarsk NAST NAT",
|
|
1700
|
-
isDst: false,
|
|
1701
|
-
cities: "Krasnoyarsk"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
utc: [
|
|
1705
|
-
"Asia/Brunei",
|
|
1706
|
-
"Asia/Kuala_Lumpur",
|
|
1707
|
-
"Asia/Kuching",
|
|
1708
|
-
"Asia/Makassar",
|
|
1709
|
-
"Asia/Ujung_Pandang",
|
|
1710
|
-
"Asia/Manila",
|
|
1711
|
-
"Asia/Singapore",
|
|
1712
|
-
"Singapore",
|
|
1713
|
-
"Etc/GMT-8"
|
|
1714
|
-
],
|
|
1715
|
-
main: "Asia/Singapore",
|
|
1716
|
-
label: "Singapore Standard Time",
|
|
1717
|
-
keywords: "Singapore Standard Time Brunei Kuala Lumpur Kuching Makassar Ujung_Pandang Manila Singapore GMT-8 SST",
|
|
1718
|
-
isDst: false,
|
|
1719
|
-
cities: "Brunei, Kuala Lumpur, Singapore, Makassar, Ujung_Pandang, Manila, Kuching"
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
utc: [
|
|
1723
|
-
"Asia/Taipei",
|
|
1724
|
-
"ROC"
|
|
1725
|
-
],
|
|
1726
|
-
main: "Asia/Taipei",
|
|
1727
|
-
label: "Taipei Standard Time",
|
|
1728
|
-
keywords: "Taipei Standard Time Taipei TST ROC",
|
|
1729
|
-
isDst: false,
|
|
1730
|
-
cities: "Taipei"
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
utc: [
|
|
1734
|
-
"Asia/Choibalsan",
|
|
1735
|
-
"Asia/Ulaanbaatar",
|
|
1736
|
-
"Asia/Ulan_Bator"
|
|
1737
|
-
],
|
|
1738
|
-
main: "Asia/Ulaanbaatar",
|
|
1739
|
-
label: "Ulaanbaatar Standard Time",
|
|
1740
|
-
keywords: "Ulaanbaatar Standard Time Choibalsan Ulaanbaatar Ulan_Bator UST",
|
|
1741
|
-
isDst: false,
|
|
1742
|
-
cities: "Ulaanbaatar, Ulan_Bator, Choibalsan"
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
utc: [
|
|
1746
|
-
"Asia/Irkutsk"
|
|
1747
|
-
],
|
|
1748
|
-
main: "Asia/Irkutsk",
|
|
1749
|
-
label: "North Asia East Standard Time",
|
|
1750
|
-
keywords: "North Asia East Standard Time Irkutsk NAEST",
|
|
1751
|
-
isDst: false,
|
|
1752
|
-
cities: "Irkutsk"
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
utc: [
|
|
1756
|
-
"Asia/Dili",
|
|
1757
|
-
"Asia/Jayapura",
|
|
1758
|
-
"Asia/Tokyo",
|
|
1759
|
-
"Etc/GMT-9",
|
|
1760
|
-
"Pacific/Palau",
|
|
1761
|
-
"Japan"
|
|
1762
|
-
],
|
|
1763
|
-
main: "Asia/Tokyo",
|
|
1764
|
-
label: "Japan Standard Time",
|
|
1765
|
-
keywords: "Japan Standard Time Dili Jayapura Tokyo GMT-9 Palau JST",
|
|
1766
|
-
isDst: false,
|
|
1767
|
-
cities: "Osaka, Sapporo, Tokyo, Jayapura, Dili, Palau"
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
utc: [
|
|
1771
|
-
"Asia/Pyongyang",
|
|
1772
|
-
"Asia/Seoul",
|
|
1773
|
-
"ROK"
|
|
1774
|
-
],
|
|
1775
|
-
main: "Asia/Seoul",
|
|
1776
|
-
label: "Korea Standard Time",
|
|
1777
|
-
keywords: "Korea Standard Time Pyongyang Seoul KST ROK",
|
|
1778
|
-
isDst: false,
|
|
1779
|
-
cities: "Pyongyang, Seoul"
|
|
1780
|
-
},
|
|
1781
|
-
{
|
|
1782
|
-
utc: [
|
|
1783
|
-
"Asia/Anadyr",
|
|
1784
|
-
"Asia/Kamchatka",
|
|
1785
|
-
"Asia/Magadan",
|
|
1786
|
-
"Asia/Srednekolymsk"
|
|
1787
|
-
],
|
|
1788
|
-
main: "Asia/Magadan",
|
|
1789
|
-
label: "Magadan Standard Time",
|
|
1790
|
-
keywords: "Magadan Standard Time Anadyr Kamchatka Magadan Srednekolymsk MST",
|
|
1791
|
-
isDst: false,
|
|
1792
|
-
cities: "Anadyr, Kamchatka, Magadan, Srednekolymsk"
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
utc: [
|
|
1796
|
-
"Asia/Kamchatka"
|
|
1797
|
-
],
|
|
1798
|
-
main: "Asia/Kamchatka",
|
|
1799
|
-
label: "Kamchatka Standard Time",
|
|
1800
|
-
keywords: "Kamchatka Standard Time Kamchatka KST",
|
|
1801
|
-
isDst: true,
|
|
1802
|
-
cities: "Petropavlovsk-Kamchatsky - Old"
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
utc: [
|
|
1806
|
-
"Asia/Sakhalin",
|
|
1807
|
-
"Asia/Ust-Nera",
|
|
1808
|
-
"Asia/Vladivostok"
|
|
1809
|
-
],
|
|
1810
|
-
main: "Asia/Vladivostok",
|
|
1811
|
-
label: "Vladivostok Standard Time",
|
|
1812
|
-
keywords: "Vladivostok Standard Time Sakhalin Ust-Nera Vladivostok VST",
|
|
1813
|
-
isDst: false,
|
|
1814
|
-
cities: "Sakhalin, Ust-Nera, Vladivostok"
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
utc: [
|
|
1818
|
-
"Asia/Chita",
|
|
1819
|
-
"Asia/Khandyga",
|
|
1820
|
-
"Asia/Yakutsk"
|
|
1821
|
-
],
|
|
1822
|
-
main: "Asia/Chita",
|
|
1823
|
-
label: "Yakutsk Standard Time",
|
|
1824
|
-
keywords: "Yakutsk Standard Time Chita Khandyga Yakutsk YST",
|
|
1825
|
-
isDst: false,
|
|
1826
|
-
cities: "Chita, Khandyga, Yakutsk"
|
|
1827
|
-
}
|
|
1828
|
-
];
|
|
1829
|
-
const Atlantic = [
|
|
1830
|
-
{
|
|
1831
|
-
utc: [
|
|
1832
|
-
"America/Scoresbysund",
|
|
1833
|
-
"Atlantic/Azores"
|
|
1834
|
-
],
|
|
1835
|
-
main: "Atlantic/Azores",
|
|
1836
|
-
label: "Azores Standard Time",
|
|
1837
|
-
keywords: "Azores Standard Time Scoresbysund Azores AST",
|
|
1838
|
-
isDst: true,
|
|
1839
|
-
cities: "Scoresbysund, Azores"
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
utc: [
|
|
1843
|
-
"Atlantic/Cape_Verde",
|
|
1844
|
-
"Etc/GMT+1"
|
|
1845
|
-
],
|
|
1846
|
-
main: "Atlantic/Cape_Verde",
|
|
1847
|
-
label: "Cape Verde Standard Time",
|
|
1848
|
-
keywords: "Cape Verde Standard Time Cape Verde GMT+1 CVST CST",
|
|
1849
|
-
isDst: true,
|
|
1850
|
-
cities: "Cape Verde"
|
|
1851
|
-
}
|
|
1852
|
-
];
|
|
1853
|
-
const Australia = [
|
|
1854
|
-
{
|
|
1855
|
-
utc: [
|
|
1856
|
-
"Antarctica/Casey",
|
|
1857
|
-
"Australia/Perth",
|
|
1858
|
-
"Australia/West"
|
|
1859
|
-
],
|
|
1860
|
-
main: "Australia/Perth",
|
|
1861
|
-
label: "Australian Western Standard Time",
|
|
1862
|
-
keywords: "AUS Australian Western Standard Time Casey Perth WAST",
|
|
1863
|
-
isDst: false,
|
|
1864
|
-
cities: "Casey, Perth, Australia West"
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
utc: [
|
|
1868
|
-
"Australia/Adelaide",
|
|
1869
|
-
"Australia/Broken_Hill",
|
|
1870
|
-
"Australia/South"
|
|
1871
|
-
],
|
|
1872
|
-
main: "Australia/Adelaide",
|
|
1873
|
-
label: "Australian Central Daylight Time",
|
|
1874
|
-
keywords: "AUS Cen. Australia Daylight Time Adelaide South Broken Hill ACDT",
|
|
1875
|
-
isDst: true,
|
|
1876
|
-
cities: "Adelaide, Broken Hill, Austrailia South"
|
|
1877
|
-
},
|
|
1878
|
-
{
|
|
1879
|
-
utc: [
|
|
1880
|
-
"Australia/Darwin",
|
|
1881
|
-
"Australia/North"
|
|
1882
|
-
],
|
|
1883
|
-
main: "Australia/Darwin",
|
|
1884
|
-
label: "Australian Central Standard Time",
|
|
1885
|
-
keywords: "AUS Cen. Central Standard Time Darwin ACST North",
|
|
1886
|
-
isDst: false,
|
|
1887
|
-
cities: "Darwin, Australia North"
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
utc: [
|
|
1891
|
-
"Australia/Brisbane",
|
|
1892
|
-
"Australia/Queensland",
|
|
1893
|
-
"Australia/Lindeman"
|
|
1894
|
-
],
|
|
1895
|
-
main: "Australia/Brisbane",
|
|
1896
|
-
label: "Australian Eastern Standard Time",
|
|
1897
|
-
keywords: "AUS East Australian Eastern Standard Time Brisbane Queensland Lindeman AEST",
|
|
1898
|
-
isDst: false,
|
|
1899
|
-
cities: "Brisbane, Queensland, Lindeman"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
utc: [
|
|
1903
|
-
"Australia/Melbourne",
|
|
1904
|
-
"Australia/Victoria",
|
|
1905
|
-
"Australia/ACT",
|
|
1906
|
-
"Australia/Sydney",
|
|
1907
|
-
"Australia/NSW",
|
|
1908
|
-
"Australia/LHI",
|
|
1909
|
-
"Australia/Lord_Howe"
|
|
1910
|
-
],
|
|
1911
|
-
main: "Australia/Sydney",
|
|
1912
|
-
label: "Australian Eastern Daylight Time",
|
|
1913
|
-
keywords: "AUS Eastern Daylight Time Melbourne Sydney Victoria ACT AEDT LHI Lord_Howe NSW",
|
|
1914
|
-
isDst: true,
|
|
1915
|
-
cities: "Melbourne, Sydney, Canberra NSW Victoria"
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
utc: [
|
|
1919
|
-
"Australia/Currie",
|
|
1920
|
-
"Australia/Hobart",
|
|
1921
|
-
"Australia/Tasmania"
|
|
1922
|
-
],
|
|
1923
|
-
main: "Australia/Hobart",
|
|
1924
|
-
label: "Tasmania Daylight Time",
|
|
1925
|
-
keywords: "AUS Tasmania Daylight Time Currie Hobart Tasmania AEDT TDT",
|
|
1926
|
-
isDst: true,
|
|
1927
|
-
cities: "Currie, Hobart, Tasmania"
|
|
1928
|
-
}
|
|
1929
|
-
];
|
|
1930
|
-
const Europe = [
|
|
1931
|
-
{
|
|
1932
|
-
utc: [
|
|
1933
|
-
"Europe/London",
|
|
1934
|
-
"GB",
|
|
1935
|
-
"GB-Eire",
|
|
1936
|
-
"Europe/Isle_of_Man",
|
|
1937
|
-
"Europe/Guernsey",
|
|
1938
|
-
"Europe/Jersey"
|
|
1939
|
-
],
|
|
1940
|
-
main: "Europe/London",
|
|
1941
|
-
label: "GMT Standard Time",
|
|
1942
|
-
keywords: "GMT Standard Time Isle of_Man Guernsey Jersey London GB Edinburgh England, GB-Eire",
|
|
1943
|
-
isDst: true,
|
|
1944
|
-
cities: "London, Edinburgh, Isle of Man, Guernsey, Jersey"
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
utc: [
|
|
1948
|
-
"WET",
|
|
1949
|
-
"Atlantic/Canary",
|
|
1950
|
-
"Atlantic/Faeroe",
|
|
1951
|
-
"Atlantic/Faroe",
|
|
1952
|
-
"Atlantic/Madeira",
|
|
1953
|
-
"Europe/Dublin",
|
|
1954
|
-
"Eire",
|
|
1955
|
-
"Europe/Lisbon",
|
|
1956
|
-
"Portugal"
|
|
1957
|
-
],
|
|
1958
|
-
main: "Europe/Lisbon",
|
|
1959
|
-
label: "Western European Time",
|
|
1960
|
-
keywords: "WET Western European Time Canary Faeroe Faroe Madeira Dublin Lisbon Eire Portugal",
|
|
1961
|
-
isDst: true,
|
|
1962
|
-
cities: "Canary, Faeroe, Faroe, Madeira, Dublin, Lisbon, Eire"
|
|
1963
|
-
},
|
|
1964
|
-
{
|
|
1965
|
-
utc: [
|
|
1966
|
-
"CET",
|
|
1967
|
-
"Africa/Ceuta",
|
|
1968
|
-
"Arctic/Longyearbyen",
|
|
1969
|
-
"Europe/Amsterdam",
|
|
1970
|
-
"Europe/Andorra",
|
|
1971
|
-
"Europe/Belgrade",
|
|
1972
|
-
"Europe/Berlin",
|
|
1973
|
-
"Europe/Bratislava",
|
|
1974
|
-
"Europe/Brussels",
|
|
1975
|
-
"Europe/Budapest",
|
|
1976
|
-
"Europe/Busingen",
|
|
1977
|
-
"Europe/Copenhagen",
|
|
1978
|
-
"Europe/Gibraltar",
|
|
1979
|
-
"Europe/Ljubljana",
|
|
1980
|
-
"Europe/Luxembourg",
|
|
1981
|
-
"Europe/Madrid",
|
|
1982
|
-
"Europe/Malta",
|
|
1983
|
-
"Europe/Monaco",
|
|
1984
|
-
"Europe/Oslo",
|
|
1985
|
-
"Europe/Paris",
|
|
1986
|
-
"Europe/Podgorica",
|
|
1987
|
-
"Europe/Prague",
|
|
1988
|
-
"Europe/Rome",
|
|
1989
|
-
"Europe/San_Marino",
|
|
1990
|
-
"Europe/Sarajevo",
|
|
1991
|
-
"Europe/Skopje",
|
|
1992
|
-
"Europe/Stockholm",
|
|
1993
|
-
"Europe/Tirane",
|
|
1994
|
-
"Europe/Vaduz",
|
|
1995
|
-
"Europe/Vatican",
|
|
1996
|
-
"Europe/Vienna",
|
|
1997
|
-
"Europe/Warsaw",
|
|
1998
|
-
"Poland",
|
|
1999
|
-
"Europe/Zagreb",
|
|
2000
|
-
"Europe/Zurich"
|
|
2001
|
-
],
|
|
2002
|
-
main: "Europe/Berlin",
|
|
2003
|
-
label: "Central European Time",
|
|
2004
|
-
keywords: "CET Central European Time Amsterdam Andorra Belgrade Berlin Bern Bratislava Brussels Budapest Busingen Ceuta Copenhagen Gibraltar Ljubljana Longyearbyen Luxembourg Madrid Malta Monaco Oslo Paris Podgorica Prague Rome San Marino Stockholm Tirane Vaduz Vatican Vienna Zurich Spain France Italy Germany Poland",
|
|
2005
|
-
isDst: true,
|
|
2006
|
-
cities: "Amsterdam, Andorra, Belgrade, Berlin, Bern, Bratislava, Brussels, Budapest, Busingen, Ceuta, Copenhagen, Gibraltar, Ljubljana, Longyearbyen, Luxembourg, Madrid, Malta, Monaco, Oslo, Paris, Podgorica, Prague, Rome, San Marino, Stockholm, Tirane, Vaduz, Vatican, Vienna, Zurich"
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
utc: [
|
|
2010
|
-
"EET",
|
|
2011
|
-
"Asia/Nicosia",
|
|
2012
|
-
"Europe/Athens",
|
|
2013
|
-
"Europe/Bucharest",
|
|
2014
|
-
"Europe/Chisinau",
|
|
2015
|
-
"Europe/Helsinki",
|
|
2016
|
-
"Europe/Kiev",
|
|
2017
|
-
"Europe/Kyiv",
|
|
2018
|
-
"Europe/Mariehamn",
|
|
2019
|
-
"Europe/Nicosia",
|
|
2020
|
-
"Europe/Riga",
|
|
2021
|
-
"Europe/Sofia",
|
|
2022
|
-
"Europe/Tallinn",
|
|
2023
|
-
"Europe/Uzhgorod",
|
|
2024
|
-
"Europe/Uzhhorod",
|
|
2025
|
-
"Europe/Vilnius",
|
|
2026
|
-
"Europe/Zaporozhye",
|
|
2027
|
-
"Europe/Zaporizhzhia"
|
|
2028
|
-
],
|
|
2029
|
-
main: "Europe/Kyiv",
|
|
2030
|
-
label: "Eastern European Time",
|
|
2031
|
-
keywords: "Eastern European Time Athens Bucharest Chisinau Helsinki Kiev Kyiv Mariehamn Nicosia Riga Sofia Tallinn Uzhgorod Uzhhorod Vilnius Zaporozhye Zaporizhzhia EEST",
|
|
2032
|
-
isDst: true,
|
|
2033
|
-
cities: "Athens, Bucharest, Chisinau, Helsinki, Kiev, Kyiv, Mariehamn, Nicosia, Riga, Sofia, Tallinn, Uzhgorod, Uzhhorod, Vilnius, Zaporozhye, Zaporizhzhia"
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
utc: [
|
|
2037
|
-
"Europe/Istanbul",
|
|
2038
|
-
"Turkey"
|
|
2039
|
-
],
|
|
2040
|
-
main: "Europe/Istanbul",
|
|
2041
|
-
label: "Turkey Standard Time",
|
|
2042
|
-
keywords: "Turkey Standard Time Istanbul TST",
|
|
2043
|
-
isDst: false,
|
|
2044
|
-
cities: "Istanbul"
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
utc: [
|
|
2048
|
-
"Europe/Kaliningrad"
|
|
2049
|
-
],
|
|
2050
|
-
main: "Europe/Kaliningrad",
|
|
2051
|
-
label: "Kaliningrad Standard Time",
|
|
2052
|
-
keywords: "Kaliningrad Standard Time Kaliningrad KST",
|
|
2053
|
-
isDst: false,
|
|
2054
|
-
cities: "Kaliningrad"
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
utc: [
|
|
2058
|
-
"Europe/Kirov",
|
|
2059
|
-
"Europe/Moscow",
|
|
2060
|
-
"Europe/Simferopol",
|
|
2061
|
-
"Europe/Volgograd",
|
|
2062
|
-
"Europe/Minsk",
|
|
2063
|
-
"W-SU"
|
|
2064
|
-
],
|
|
2065
|
-
main: "Europe/Moscow",
|
|
2066
|
-
label: "Moscow Standard Time",
|
|
2067
|
-
keywords: "Moscow Standard Time Kirov Moscow Simferopol Volgograd Minsk MST W-SU",
|
|
2068
|
-
isDst: false,
|
|
2069
|
-
cities: "Moscow, St. Petersburg, Volgograd, Minsk, Kirov"
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
utc: [
|
|
2073
|
-
"Europe/Astrakhan",
|
|
2074
|
-
"Europe/Samara",
|
|
2075
|
-
"Europe/Ulyanovsk"
|
|
2076
|
-
],
|
|
2077
|
-
main: "Europe/Samara",
|
|
2078
|
-
label: "Samara Time",
|
|
2079
|
-
keywords: "Samara Time Astrakhan Samara Ulyanovsk ST",
|
|
2080
|
-
isDst: false,
|
|
2081
|
-
cities: "Samara, Ulyanovsk, Saratov"
|
|
2082
|
-
}
|
|
2083
|
-
];
|
|
2084
|
-
const Pacific = [
|
|
2085
|
-
{
|
|
2086
|
-
utc: [
|
|
2087
|
-
"Etc/GMT+11",
|
|
2088
|
-
"Pacific/Midway",
|
|
2089
|
-
"Pacific/Niue",
|
|
2090
|
-
"Pacific/Pago_Pago",
|
|
2091
|
-
"US/Samoa"
|
|
2092
|
-
],
|
|
2093
|
-
main: "Pacific/Pago_Pago",
|
|
2094
|
-
label: "Coordinated Universal Time (UTC -11)",
|
|
2095
|
-
keywords: "UTC-11 GMT+11 Midway Niue Pago Pago CUT Samoa",
|
|
2096
|
-
isDst: false,
|
|
2097
|
-
cities: "Midway, Pago Pago"
|
|
2098
|
-
},
|
|
2099
|
-
{
|
|
2100
|
-
utc: [
|
|
2101
|
-
"Pacific/Apia"
|
|
2102
|
-
],
|
|
2103
|
-
main: "Pacific/Apia",
|
|
2104
|
-
label: "Samoa Standard Time",
|
|
2105
|
-
keywords: "Samoa Standard Time Apia SST",
|
|
2106
|
-
isDst: false,
|
|
2107
|
-
cities: "Apia"
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
utc: [
|
|
2111
|
-
"Antarctica/McMurdo",
|
|
2112
|
-
"Pacific/Auckland",
|
|
2113
|
-
"Antarctica/South_Pole",
|
|
2114
|
-
"NZ"
|
|
2115
|
-
],
|
|
2116
|
-
main: "Pacific/Auckland",
|
|
2117
|
-
label: "New Zealand Standard Time",
|
|
2118
|
-
keywords: "New Zealand Standard Time Wellington McMurdo Auckland NST South_Pole NZ",
|
|
2119
|
-
isDst: false,
|
|
2120
|
-
cities: "Auckland, Wellington, McMurdo"
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
utc: [
|
|
2124
|
-
"Pacific/Fiji"
|
|
2125
|
-
],
|
|
2126
|
-
main: "Pacific/Fiji",
|
|
2127
|
-
label: "Fiji Standard Time",
|
|
2128
|
-
keywords: "Fiji Standard Time Fiji FST",
|
|
2129
|
-
isDst: false,
|
|
2130
|
-
cities: "Fiji"
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
utc: [
|
|
2134
|
-
"Etc/GMT-12",
|
|
2135
|
-
"Pacific/Funafuti",
|
|
2136
|
-
"Pacific/Kwajalein",
|
|
2137
|
-
"Pacific/Majuro",
|
|
2138
|
-
"Pacific/Nauru",
|
|
2139
|
-
"Pacific/Tarawa",
|
|
2140
|
-
"Pacific/Wake",
|
|
2141
|
-
"Pacific/Wallis",
|
|
2142
|
-
"Kwajalein"
|
|
2143
|
-
],
|
|
2144
|
-
main: "Pacific/Tarawa",
|
|
2145
|
-
label: "Coordinated Universal Time (UTC +12)",
|
|
2146
|
-
keywords: "UTC+12 GMT-12 Funafuti Kwajalein Majuro Nauru Tarawa Wake Wallis CUT",
|
|
2147
|
-
isDst: false,
|
|
2148
|
-
cities: "Funafuti, Kwajalein, Majuro, Nauru, Tarawa, Wake, Wallis"
|
|
2149
|
-
},
|
|
2150
|
-
{
|
|
2151
|
-
utc: [
|
|
2152
|
-
"Antarctica/DumontDUrville",
|
|
2153
|
-
"Etc/GMT-10",
|
|
2154
|
-
"Pacific/Guam",
|
|
2155
|
-
"Pacific/Port_Moresby",
|
|
2156
|
-
"Pacific/Saipan",
|
|
2157
|
-
"Pacific/Chuuk",
|
|
2158
|
-
"Pacific/Truk"
|
|
2159
|
-
],
|
|
2160
|
-
main: "Pacific/Port_Moresby",
|
|
2161
|
-
label: "West Pacific Standard Time",
|
|
2162
|
-
keywords: "West Pacific Standard Time DumontDUrville GMT-10 Guam Port Moresby Saipan Truk WPST Chuuk",
|
|
2163
|
-
isDst: false,
|
|
2164
|
-
cities: "DumontDUrville, Guam, Port Moresby, Saipan, Truk"
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
utc: [
|
|
2168
|
-
"Antarctica/Macquarie",
|
|
2169
|
-
"Etc/GMT-11",
|
|
2170
|
-
"Pacific/Efate",
|
|
2171
|
-
"Pacific/Guadalcanal",
|
|
2172
|
-
"Pacific/Kosrae",
|
|
2173
|
-
"Pacific/Noumea",
|
|
2174
|
-
"Pacific/Ponape",
|
|
2175
|
-
"Pacific/Pohnpei"
|
|
2176
|
-
],
|
|
2177
|
-
main: "Antarctica/Macquarie",
|
|
2178
|
-
label: "Central Pacific Standard Time",
|
|
2179
|
-
keywords: "Central Pacific Standard Time Macquarie GMT-11 Efate Guadalcanal Kosrae Noumea Ponape CPST Pohnpei",
|
|
2180
|
-
isDst: false,
|
|
2181
|
-
cities: "Macquarie, Efate, Guadalcanal, Kosrae, Noumea, Ponape"
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
utc: [
|
|
2185
|
-
"Etc/GMT-13",
|
|
2186
|
-
"Pacific/Kanton",
|
|
2187
|
-
"Pacific/Enderbury",
|
|
2188
|
-
"Pacific/Fakaofo",
|
|
2189
|
-
"Pacific/Tongatapu"
|
|
2190
|
-
],
|
|
2191
|
-
main: "Pacific/Kanton",
|
|
2192
|
-
label: "Tonga Standard Time",
|
|
2193
|
-
keywords: "Tonga Standard Time GMT-13 Enderbury Fakaofo Tongatapu TST Kanton",
|
|
2194
|
-
isDst: false,
|
|
2195
|
-
cities: "Enderbury, Fakaofo, Tongatapu"
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
utc: [
|
|
2199
|
-
"Etc/GMT+12"
|
|
2200
|
-
],
|
|
2201
|
-
main: "Etc/GMT+12",
|
|
2202
|
-
label: "International Date Line West",
|
|
2203
|
-
keywords: "Dateline Standard Time GMT+12 IDLW",
|
|
2204
|
-
isDst: false,
|
|
2205
|
-
cities: ""
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
utc: [
|
|
2209
|
-
"Pacific/Easter",
|
|
2210
|
-
"Chile/EasterIsland"
|
|
2211
|
-
],
|
|
2212
|
-
main: "Pacific/Easter",
|
|
2213
|
-
label: "Easter Island Standard Time",
|
|
2214
|
-
keywords: "Easter Island Standard Time Pacific Easter Chile EasterIsland EIST",
|
|
2215
|
-
isDst: false,
|
|
2216
|
-
cities: ""
|
|
2217
|
-
},
|
|
2218
|
-
{
|
|
2219
|
-
utc: [
|
|
2220
|
-
"Pacific/Chatham"
|
|
2221
|
-
],
|
|
2222
|
-
main: "Pacific/Chatham",
|
|
2223
|
-
label: "Chatham Standard Time",
|
|
2224
|
-
keywords: "Chatham Standard Time Pacific Chatham CST NZ-CHAT",
|
|
2225
|
-
isDst: false,
|
|
2226
|
-
cities: ""
|
|
2227
|
-
}
|
|
2228
|
-
];
|
|
2229
|
-
const UsCanada = [
|
|
2230
|
-
{
|
|
2231
|
-
utc: [
|
|
2232
|
-
"America/Los_Angeles",
|
|
2233
|
-
"America/Tijuana",
|
|
2234
|
-
"Mexico/BajaNorte",
|
|
2235
|
-
"America/Vancouver",
|
|
2236
|
-
"Canada/Pacific",
|
|
2237
|
-
"US/Pacific",
|
|
2238
|
-
"PST8PDT"
|
|
2239
|
-
],
|
|
2240
|
-
main: "America/Los_Angeles",
|
|
2241
|
-
label: "Pacific Standard Time",
|
|
2242
|
-
keywords: "Pacific Standard Time PST8PDT PST California Las Vegas Los Angeles Nevada Palm Springs San Diego San Francisco Tijuana Vancouver Washington BajaNorte",
|
|
2243
|
-
isDst: true,
|
|
2244
|
-
cities: "California, Las Vegas, Los Angeles, Nevada, Palm Springs, San Diego, San Francisco, Tijuana, BajaNorte, Vancouver, Washington"
|
|
2245
|
-
},
|
|
2246
|
-
{
|
|
2247
|
-
utc: [
|
|
2248
|
-
"America/Creston",
|
|
2249
|
-
"America/Dawson",
|
|
2250
|
-
"America/Dawson_Creek",
|
|
2251
|
-
"America/Hermosillo",
|
|
2252
|
-
"America/Phoenix",
|
|
2253
|
-
"US/Arizona",
|
|
2254
|
-
"America/Whitehorse",
|
|
2255
|
-
"Canada/Yukon",
|
|
2256
|
-
"Etc/GMT+7"
|
|
2257
|
-
],
|
|
2258
|
-
main: "America/Phoenix",
|
|
2259
|
-
label: "Mountain Time",
|
|
2260
|
-
keywords: "US Mountain Standard Time GMT+7 MT MST Creston Dawson Creek Hermosillo Phoenix Whitehorse Yukon Arizona",
|
|
2261
|
-
isDst: false,
|
|
2262
|
-
cities: "Creston, Dawson, Dawson Creek, Hermosillo, Phoenix, Whitehorse"
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
utc: [
|
|
2266
|
-
"America/Boise",
|
|
2267
|
-
"America/Cambridge_Bay",
|
|
2268
|
-
"America/Denver",
|
|
2269
|
-
"America/Edmonton",
|
|
2270
|
-
"America/Inuvik",
|
|
2271
|
-
"America/Ojinaga",
|
|
2272
|
-
"America/Yellowknife",
|
|
2273
|
-
"MST7MDT",
|
|
2274
|
-
"Canada/Mountain",
|
|
2275
|
-
"Navajo",
|
|
2276
|
-
"US/Mountain"
|
|
2277
|
-
],
|
|
2278
|
-
main: "America/Denver",
|
|
2279
|
-
label: "Mountain Time",
|
|
2280
|
-
keywords: "Mountain Time MST7MDT MT MST MDT Boise Cambridge_Bay Denver Edmonton Inuvik Ojinaga Yellowknife Navajo",
|
|
2281
|
-
isDst: true,
|
|
2282
|
-
cities: "Boise, Cambridge Bay, Denver, Edmonton, Inuvik, Ojinaga, Yellowknife"
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
utc: [
|
|
2286
|
-
"America/Chicago",
|
|
2287
|
-
"America/Knox_IN",
|
|
2288
|
-
"America/Indiana/Knox",
|
|
2289
|
-
"America/Indiana/Tell_City",
|
|
2290
|
-
"America/Matamoros",
|
|
2291
|
-
"America/Menominee",
|
|
2292
|
-
"America/North_Dakota/Beulah",
|
|
2293
|
-
"America/North_Dakota/Center",
|
|
2294
|
-
"America/North_Dakota/New_Salem",
|
|
2295
|
-
"America/Rainy_River",
|
|
2296
|
-
"America/Rankin_Inlet",
|
|
2297
|
-
"America/Resolute",
|
|
2298
|
-
"America/Winnipeg",
|
|
2299
|
-
"Canada/Central",
|
|
2300
|
-
"US/Central",
|
|
2301
|
-
"US/Indiana-Starke",
|
|
2302
|
-
"CST6CDT"
|
|
2303
|
-
],
|
|
2304
|
-
main: "America/Chicago",
|
|
2305
|
-
label: "Central Time",
|
|
2306
|
-
keywords: "Central Standard Time CST6CDT CT CDT Austin Beulah Center Chicago Illinois Knox Matamoros Menominee Nashville New Salem Rainy River Rankin Inlet Resolute San Antonio Tell City Tennessee Texas Winnipeg Indiana-Starke",
|
|
2307
|
-
isDst: true,
|
|
2308
|
-
cities: "Austin, Beulah, Center, Chicago, Knox, Matamoros, Menominee, Nashville, New Salem, Rainy River, Rankin Inlet, Resolute, San Antonio, Tell City, Tennessee, Texas, Winnipeg"
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
utc: [
|
|
2312
|
-
"America/New_York",
|
|
2313
|
-
"America/Detroit",
|
|
2314
|
-
"America/Havana",
|
|
2315
|
-
"America/Indiana/Petersburg",
|
|
2316
|
-
"America/Indiana/Vincennes",
|
|
2317
|
-
"America/Indiana/Winamac",
|
|
2318
|
-
"America/Iqaluit",
|
|
2319
|
-
"America/Kentucky/Monticello",
|
|
2320
|
-
"America/Louisville",
|
|
2321
|
-
"America/Kentucky/Louisville",
|
|
2322
|
-
"America/Montreal",
|
|
2323
|
-
"America/Nassau",
|
|
2324
|
-
"America/Nipigon",
|
|
2325
|
-
"America/Pangnirtung",
|
|
2326
|
-
"America/Port-au-Prince",
|
|
2327
|
-
"America/Thunder_Bay",
|
|
2328
|
-
"America/Toronto",
|
|
2329
|
-
"Canada/Eastern",
|
|
2330
|
-
"Cuba",
|
|
2331
|
-
"US/Michigan",
|
|
2332
|
-
"US/Eastern"
|
|
2333
|
-
],
|
|
2334
|
-
main: "America/New_York",
|
|
2335
|
-
label: "Eastern Time",
|
|
2336
|
-
keywords: "Eastern Standard Time EST ET Boston Massachusetts Charleston South Carolina Detroit Florida Havana Iqaluit Louisville Miami Monticello Montreal Nassau New York Nipigon Orlando Pangnirtung Port-au-Prince Petersburg Saint Augustine Thunder Bay Toronto Vincennes Washington D.C Winamac Cuba Michigan",
|
|
2337
|
-
isDst: true,
|
|
2338
|
-
cities: "Boston, Charleston, Detroit, Florida, Havana, Iqaluit, Louisville, Miami, Monticello, Montreal, Nassau, New York, Nipigon, Orlando, Pangnirtung, Port-au-Prince, Petersburg, Saint Augustine, Thunder Bay, Toronto, Vincennes, Washington D.C, Winamac"
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
utc: [
|
|
2342
|
-
"America/Anchorage",
|
|
2343
|
-
"America/Juneau",
|
|
2344
|
-
"America/Nome",
|
|
2345
|
-
"America/Sitka",
|
|
2346
|
-
"America/Yakutat",
|
|
2347
|
-
"US/Alaska"
|
|
2348
|
-
],
|
|
2349
|
-
main: "America/Anchorage",
|
|
2350
|
-
label: "Alaskan Time",
|
|
2351
|
-
keywords: "Alaskan Standard Time AT Anchorage Juneau Nome Sitka Yakutat",
|
|
2352
|
-
isDst: true,
|
|
2353
|
-
cities: "Anchorage, Juneau, Nome, Sitka, Yakutat"
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
utc: [
|
|
2357
|
-
"America/St_Johns",
|
|
2358
|
-
"Canada/Newfoundland"
|
|
2359
|
-
],
|
|
2360
|
-
main: "America/St_Johns",
|
|
2361
|
-
label: "Newfoundland Time",
|
|
2362
|
-
keywords: "Newfoundland Standard Time NT St Johns",
|
|
2363
|
-
isDst: true,
|
|
2364
|
-
cities: "St Johns"
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
utc: [
|
|
2368
|
-
"Etc/GMT+10",
|
|
2369
|
-
"Pacific/Honolulu",
|
|
2370
|
-
"Pacific/Johnston",
|
|
2371
|
-
"Pacific/Rarotonga",
|
|
2372
|
-
"Pacific/Tahiti",
|
|
2373
|
-
"US/Hawaii"
|
|
2374
|
-
],
|
|
2375
|
-
main: "Pacific/Honolulu",
|
|
2376
|
-
label: "Hawaiian Time",
|
|
2377
|
-
keywords: "Hawaiian Standard Time T GMT+10 Honolulu Johnston Lahaina Rarotonga Tahiti",
|
|
2378
|
-
isDst: false,
|
|
2379
|
-
cities: "Honolulu, Johnston, Lahaina, Rarotonga, Tahiti"
|
|
2380
|
-
}
|
|
2381
|
-
];
|
|
2382
|
-
const groupedOptions$1 = [
|
|
2383
|
-
{ "US/Canada": UsCanada },
|
|
2384
|
-
{ America },
|
|
2385
|
-
{ Asia },
|
|
2386
|
-
{ Africa },
|
|
2387
|
-
{ Atlantic },
|
|
2388
|
-
{ Australia },
|
|
2389
|
-
{ Europe },
|
|
2390
|
-
{ Pacific }
|
|
2391
|
-
];
|
|
2392
|
-
groupedOptions$1.reduce((accumulator, currentValue) => {
|
|
2393
|
-
const key = Object.keys(currentValue)[0];
|
|
2394
|
-
return [...accumulator, ...currentValue[key]];
|
|
2395
|
-
}, []);
|
|
2396
|
-
var n$1, l$1, u$1, i$1, o$1, r$1, f$1, c$1 = {}, s$1 = [], a$1 = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i, v$1 = Array.isArray;
|
|
2397
|
-
function h$1(n2, l2) {
|
|
2398
|
-
for (var u2 in l2)
|
|
2399
|
-
n2[u2] = l2[u2];
|
|
2400
|
-
return n2;
|
|
2401
|
-
}
|
|
2402
|
-
function p$1(n2) {
|
|
2403
|
-
var l2 = n2.parentNode;
|
|
2404
|
-
l2 && l2.removeChild(n2);
|
|
2405
|
-
}
|
|
2406
|
-
function y(l2, u2, t2) {
|
|
2407
|
-
var i2, o2, r2, f2 = {};
|
|
2408
|
-
for (r2 in u2)
|
|
2409
|
-
"key" == r2 ? i2 = u2[r2] : "ref" == r2 ? o2 = u2[r2] : f2[r2] = u2[r2];
|
|
2410
|
-
if (arguments.length > 2 && (f2.children = arguments.length > 3 ? n$1.call(arguments, 2) : t2), "function" == typeof l2 && null != l2.defaultProps)
|
|
2411
|
-
for (r2 in l2.defaultProps)
|
|
2412
|
-
void 0 === f2[r2] && (f2[r2] = l2.defaultProps[r2]);
|
|
2413
|
-
return d$1(l2, f2, i2, o2, null);
|
|
2414
|
-
}
|
|
2415
|
-
function d$1(n2, t2, i2, o2, r2) {
|
|
2416
|
-
var f2 = { type: n2, props: t2, key: i2, ref: o2, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, __h: null, constructor: void 0, __v: null == r2 ? ++u$1 : r2 };
|
|
2417
|
-
return null == r2 && null != l$1.vnode && l$1.vnode(f2), f2;
|
|
2418
|
-
}
|
|
2419
|
-
function k$1(n2) {
|
|
2420
|
-
return n2.children;
|
|
2421
|
-
}
|
|
2422
|
-
function b$1(n2, l2) {
|
|
2423
|
-
this.props = n2, this.context = l2;
|
|
2424
|
-
}
|
|
2425
|
-
function g$1(n2, l2) {
|
|
2426
|
-
if (null == l2)
|
|
2427
|
-
return n2.__ ? g$1(n2.__, n2.__.__k.indexOf(n2) + 1) : null;
|
|
2428
|
-
for (var u2; l2 < n2.__k.length; l2++)
|
|
2429
|
-
if (null != (u2 = n2.__k[l2]) && null != u2.__e)
|
|
2430
|
-
return u2.__d || u2.__e;
|
|
2431
|
-
return "function" == typeof n2.type ? g$1(n2) : null;
|
|
2432
|
-
}
|
|
2433
|
-
function m$1(n2) {
|
|
2434
|
-
var l2, u2;
|
|
2435
|
-
if (null != (n2 = n2.__) && null != n2.__c) {
|
|
2436
|
-
for (n2.__e = n2.__c.base = null, l2 = 0; l2 < n2.__k.length; l2++)
|
|
2437
|
-
if (null != (u2 = n2.__k[l2]) && null != u2.__e) {
|
|
2438
|
-
n2.__e = n2.__c.base = u2.__e;
|
|
2439
|
-
break;
|
|
2440
|
-
}
|
|
2441
|
-
return m$1(n2);
|
|
2442
|
-
}
|
|
2443
|
-
}
|
|
2444
|
-
function w$1(n2) {
|
|
2445
|
-
(!n2.__d && (n2.__d = true) && i$1.push(n2) && !x.__r++ || o$1 !== l$1.debounceRendering) && ((o$1 = l$1.debounceRendering) || r$1)(x);
|
|
2446
|
-
}
|
|
2447
|
-
function x() {
|
|
2448
|
-
var n2, l2, u2, t2, o2, r2, e2, c2, s2;
|
|
2449
|
-
for (i$1.sort(f$1); n2 = i$1.shift(); )
|
|
2450
|
-
n2.__d && (l2 = i$1.length, t2 = void 0, o2 = void 0, r2 = void 0, c2 = (e2 = (u2 = n2).__v).__e, (s2 = u2.__P) && (t2 = [], o2 = [], (r2 = h$1({}, e2)).__v = e2.__v + 1, z$1(s2, e2, r2, u2.__n, void 0 !== s2.ownerSVGElement, null != e2.__h ? [c2] : null, t2, null == c2 ? g$1(e2) : c2, e2.__h, o2), L(t2, e2, o2), e2.__e != c2 && m$1(e2)), i$1.length > l2 && i$1.sort(f$1));
|
|
2451
|
-
x.__r = 0;
|
|
2452
|
-
}
|
|
2453
|
-
function P(n2, l2, u2, t2, i2, o2, r2, f2, e2, a2, h2) {
|
|
2454
|
-
var p2, y2, _, b2, m2, w2, x2, P2, C, D2 = 0, H2 = t2 && t2.__k || s$1, I2 = H2.length, T2 = I2, j2 = l2.length;
|
|
2455
|
-
for (u2.__k = [], p2 = 0; p2 < j2; p2++)
|
|
2456
|
-
null != (b2 = u2.__k[p2] = null == (b2 = l2[p2]) || "boolean" == typeof b2 || "function" == typeof b2 ? null : "string" == typeof b2 || "number" == typeof b2 || "bigint" == typeof b2 ? d$1(null, b2, null, null, b2) : v$1(b2) ? d$1(k$1, { children: b2 }, null, null, null) : b2.__b > 0 ? d$1(b2.type, b2.props, b2.key, b2.ref ? b2.ref : null, b2.__v) : b2) ? (b2.__ = u2, b2.__b = u2.__b + 1, -1 === (P2 = A(b2, H2, x2 = p2 + D2, T2)) ? _ = c$1 : (_ = H2[P2] || c$1, H2[P2] = void 0, T2--), z$1(n2, b2, _, i2, o2, r2, f2, e2, a2, h2), m2 = b2.__e, (y2 = b2.ref) && _.ref != y2 && (_.ref && N(_.ref, null, b2), h2.push(y2, b2.__c || m2, b2)), null != m2 && (null == w2 && (w2 = m2), (C = _ === c$1 || null === _.__v) ? -1 == P2 && D2-- : P2 !== x2 && (P2 === x2 + 1 ? D2++ : P2 > x2 ? T2 > j2 - x2 ? D2 += P2 - x2 : D2-- : D2 = P2 < x2 && P2 == x2 - 1 ? P2 - x2 : 0), x2 = p2 + D2, "function" != typeof b2.type || P2 === x2 && _.__k !== b2.__k ? "function" == typeof b2.type || P2 === x2 && !C ? void 0 !== b2.__d ? (e2 = b2.__d, b2.__d = void 0) : e2 = m2.nextSibling : e2 = S(n2, m2, e2) : e2 = $(b2, e2, n2), "function" == typeof u2.type && (u2.__d = e2))) : (_ = H2[p2]) && null == _.key && _.__e && (_.__e == e2 && (_.__ = t2, e2 = g$1(_)), O(_, _, false), H2[p2] = null);
|
|
2457
|
-
for (u2.__e = w2, p2 = I2; p2--; )
|
|
2458
|
-
null != H2[p2] && ("function" == typeof u2.type && null != H2[p2].__e && H2[p2].__e == u2.__d && (u2.__d = H2[p2].__e.nextSibling), O(H2[p2], H2[p2]));
|
|
2459
|
-
}
|
|
2460
|
-
function $(n2, l2, u2) {
|
|
2461
|
-
for (var t2, i2 = n2.__k, o2 = 0; i2 && o2 < i2.length; o2++)
|
|
2462
|
-
(t2 = i2[o2]) && (t2.__ = n2, l2 = "function" == typeof t2.type ? $(t2, l2, u2) : S(u2, t2.__e, l2));
|
|
2463
|
-
return l2;
|
|
2464
|
-
}
|
|
2465
|
-
function S(n2, l2, u2) {
|
|
2466
|
-
return null == u2 || u2.parentNode !== n2 ? n2.insertBefore(l2, null) : l2 == u2 && null != l2.parentNode || n2.insertBefore(l2, u2), l2.nextSibling;
|
|
2467
|
-
}
|
|
2468
|
-
function A(n2, l2, u2, t2) {
|
|
2469
|
-
var i2 = n2.key, o2 = n2.type, r2 = u2 - 1, f2 = u2 + 1, e2 = l2[u2];
|
|
2470
|
-
if (null === e2 || e2 && i2 == e2.key && o2 === e2.type)
|
|
2471
|
-
return u2;
|
|
2472
|
-
if (t2 > (null != e2 ? 1 : 0))
|
|
2473
|
-
for (; r2 >= 0 || f2 < l2.length; ) {
|
|
2474
|
-
if (r2 >= 0) {
|
|
2475
|
-
if ((e2 = l2[r2]) && i2 == e2.key && o2 === e2.type)
|
|
2476
|
-
return r2;
|
|
2477
|
-
r2--;
|
|
2478
|
-
}
|
|
2479
|
-
if (f2 < l2.length) {
|
|
2480
|
-
if ((e2 = l2[f2]) && i2 == e2.key && o2 === e2.type)
|
|
2481
|
-
return f2;
|
|
2482
|
-
f2++;
|
|
2483
|
-
}
|
|
2484
|
-
}
|
|
2485
|
-
return -1;
|
|
2486
|
-
}
|
|
2487
|
-
function D(n2, l2, u2, t2, i2) {
|
|
2488
|
-
var o2;
|
|
2489
|
-
for (o2 in u2)
|
|
2490
|
-
"children" === o2 || "key" === o2 || o2 in l2 || I(n2, o2, null, u2[o2], t2);
|
|
2491
|
-
for (o2 in l2)
|
|
2492
|
-
i2 && "function" != typeof l2[o2] || "children" === o2 || "key" === o2 || "value" === o2 || "checked" === o2 || u2[o2] === l2[o2] || I(n2, o2, l2[o2], u2[o2], t2);
|
|
2493
|
-
}
|
|
2494
|
-
function H(n2, l2, u2) {
|
|
2495
|
-
"-" === l2[0] ? n2.setProperty(l2, null == u2 ? "" : u2) : n2[l2] = null == u2 ? "" : "number" != typeof u2 || a$1.test(l2) ? u2 : u2 + "px";
|
|
2496
|
-
}
|
|
2497
|
-
function I(n2, l2, u2, t2, i2) {
|
|
2498
|
-
var o2;
|
|
2499
|
-
n:
|
|
2500
|
-
if ("style" === l2)
|
|
2501
|
-
if ("string" == typeof u2)
|
|
2502
|
-
n2.style.cssText = u2;
|
|
2503
|
-
else {
|
|
2504
|
-
if ("string" == typeof t2 && (n2.style.cssText = t2 = ""), t2)
|
|
2505
|
-
for (l2 in t2)
|
|
2506
|
-
u2 && l2 in u2 || H(n2.style, l2, "");
|
|
2507
|
-
if (u2)
|
|
2508
|
-
for (l2 in u2)
|
|
2509
|
-
t2 && u2[l2] === t2[l2] || H(n2.style, l2, u2[l2]);
|
|
2510
|
-
}
|
|
2511
|
-
else if ("o" === l2[0] && "n" === l2[1])
|
|
2512
|
-
o2 = l2 !== (l2 = l2.replace(/(PointerCapture)$|Capture$/, "$1")), l2 = l2.toLowerCase() in n2 ? l2.toLowerCase().slice(2) : l2.slice(2), n2.l || (n2.l = {}), n2.l[l2 + o2] = u2, u2 ? t2 ? u2.u = t2.u : (u2.u = Date.now(), n2.addEventListener(l2, o2 ? j$1 : T, o2)) : n2.removeEventListener(l2, o2 ? j$1 : T, o2);
|
|
2513
|
-
else if ("dangerouslySetInnerHTML" !== l2) {
|
|
2514
|
-
if (i2)
|
|
2515
|
-
l2 = l2.replace(/xlink(H|:h)/, "h").replace(/sName$/, "s");
|
|
2516
|
-
else if ("width" !== l2 && "height" !== l2 && "href" !== l2 && "list" !== l2 && "form" !== l2 && "tabIndex" !== l2 && "download" !== l2 && "rowSpan" !== l2 && "colSpan" !== l2 && "role" !== l2 && l2 in n2)
|
|
2517
|
-
try {
|
|
2518
|
-
n2[l2] = null == u2 ? "" : u2;
|
|
2519
|
-
break n;
|
|
2520
|
-
} catch (n3) {
|
|
2521
|
-
}
|
|
2522
|
-
"function" == typeof u2 || (null == u2 || false === u2 && "-" !== l2[4] ? n2.removeAttribute(l2) : n2.setAttribute(l2, u2));
|
|
2523
|
-
}
|
|
2524
|
-
}
|
|
2525
|
-
function T(n2) {
|
|
2526
|
-
var u2 = this.l[n2.type + false];
|
|
2527
|
-
if (n2.t) {
|
|
2528
|
-
if (n2.t <= u2.u)
|
|
2529
|
-
return;
|
|
2530
|
-
} else
|
|
2531
|
-
n2.t = Date.now();
|
|
2532
|
-
return u2(l$1.event ? l$1.event(n2) : n2);
|
|
2533
|
-
}
|
|
2534
|
-
function j$1(n2) {
|
|
2535
|
-
return this.l[n2.type + true](l$1.event ? l$1.event(n2) : n2);
|
|
2536
|
-
}
|
|
2537
|
-
function z$1(n2, u2, t2, i2, o2, r2, f2, e2, c2, s2) {
|
|
2538
|
-
var a2, p2, y2, d2, _, g2, m2, w2, x2, $2, C, S2, A2, D2, H2, I2 = u2.type;
|
|
2539
|
-
if (void 0 !== u2.constructor)
|
|
2540
|
-
return null;
|
|
2541
|
-
null != t2.__h && (c2 = t2.__h, e2 = u2.__e = t2.__e, u2.__h = null, r2 = [e2]), (a2 = l$1.__b) && a2(u2);
|
|
2542
|
-
n:
|
|
2543
|
-
if ("function" == typeof I2)
|
|
2544
|
-
try {
|
|
2545
|
-
if (w2 = u2.props, x2 = (a2 = I2.contextType) && i2[a2.__c], $2 = a2 ? x2 ? x2.props.value : a2.__ : i2, t2.__c ? m2 = (p2 = u2.__c = t2.__c).__ = p2.__E : ("prototype" in I2 && I2.prototype.render ? u2.__c = p2 = new I2(w2, $2) : (u2.__c = p2 = new b$1(w2, $2), p2.constructor = I2, p2.render = q), x2 && x2.sub(p2), p2.props = w2, p2.state || (p2.state = {}), p2.context = $2, p2.__n = i2, y2 = p2.__d = true, p2.__h = [], p2._sb = []), null == p2.__s && (p2.__s = p2.state), null != I2.getDerivedStateFromProps && (p2.__s == p2.state && (p2.__s = h$1({}, p2.__s)), h$1(p2.__s, I2.getDerivedStateFromProps(w2, p2.__s))), d2 = p2.props, _ = p2.state, p2.__v = u2, y2)
|
|
2546
|
-
null == I2.getDerivedStateFromProps && null != p2.componentWillMount && p2.componentWillMount(), null != p2.componentDidMount && p2.__h.push(p2.componentDidMount);
|
|
2547
|
-
else {
|
|
2548
|
-
if (null == I2.getDerivedStateFromProps && w2 !== d2 && null != p2.componentWillReceiveProps && p2.componentWillReceiveProps(w2, $2), !p2.__e && (null != p2.shouldComponentUpdate && false === p2.shouldComponentUpdate(w2, p2.__s, $2) || u2.__v === t2.__v)) {
|
|
2549
|
-
for (u2.__v !== t2.__v && (p2.props = w2, p2.state = p2.__s, p2.__d = false), u2.__e = t2.__e, u2.__k = t2.__k, u2.__k.forEach(function(n3) {
|
|
2550
|
-
n3 && (n3.__ = u2);
|
|
2551
|
-
}), C = 0; C < p2._sb.length; C++)
|
|
2552
|
-
p2.__h.push(p2._sb[C]);
|
|
2553
|
-
p2._sb = [], p2.__h.length && f2.push(p2);
|
|
2554
|
-
break n;
|
|
2555
|
-
}
|
|
2556
|
-
null != p2.componentWillUpdate && p2.componentWillUpdate(w2, p2.__s, $2), null != p2.componentDidUpdate && p2.__h.push(function() {
|
|
2557
|
-
p2.componentDidUpdate(d2, _, g2);
|
|
2558
|
-
});
|
|
2559
|
-
}
|
|
2560
|
-
if (p2.context = $2, p2.props = w2, p2.__P = n2, p2.__e = false, S2 = l$1.__r, A2 = 0, "prototype" in I2 && I2.prototype.render) {
|
|
2561
|
-
for (p2.state = p2.__s, p2.__d = false, S2 && S2(u2), a2 = p2.render(p2.props, p2.state, p2.context), D2 = 0; D2 < p2._sb.length; D2++)
|
|
2562
|
-
p2.__h.push(p2._sb[D2]);
|
|
2563
|
-
p2._sb = [];
|
|
2564
|
-
} else
|
|
2565
|
-
do {
|
|
2566
|
-
p2.__d = false, S2 && S2(u2), a2 = p2.render(p2.props, p2.state, p2.context), p2.state = p2.__s;
|
|
2567
|
-
} while (p2.__d && ++A2 < 25);
|
|
2568
|
-
p2.state = p2.__s, null != p2.getChildContext && (i2 = h$1(h$1({}, i2), p2.getChildContext())), y2 || null == p2.getSnapshotBeforeUpdate || (g2 = p2.getSnapshotBeforeUpdate(d2, _)), P(n2, v$1(H2 = null != a2 && a2.type === k$1 && null == a2.key ? a2.props.children : a2) ? H2 : [H2], u2, t2, i2, o2, r2, f2, e2, c2, s2), p2.base = u2.__e, u2.__h = null, p2.__h.length && f2.push(p2), m2 && (p2.__E = p2.__ = null);
|
|
2569
|
-
} catch (n3) {
|
|
2570
|
-
u2.__v = null, (c2 || null != r2) && (u2.__e = e2, u2.__h = !!c2, r2[r2.indexOf(e2)] = null), l$1.__e(n3, u2, t2);
|
|
2571
|
-
}
|
|
2572
|
-
else
|
|
2573
|
-
null == r2 && u2.__v === t2.__v ? (u2.__k = t2.__k, u2.__e = t2.__e) : u2.__e = M(t2.__e, u2, t2, i2, o2, r2, f2, c2, s2);
|
|
2574
|
-
(a2 = l$1.diffed) && a2(u2);
|
|
2575
|
-
}
|
|
2576
|
-
function L(n2, u2, t2) {
|
|
2577
|
-
for (var i2 = 0; i2 < t2.length; i2++)
|
|
2578
|
-
N(t2[i2], t2[++i2], t2[++i2]);
|
|
2579
|
-
l$1.__c && l$1.__c(u2, n2), n2.some(function(u3) {
|
|
2580
|
-
try {
|
|
2581
|
-
n2 = u3.__h, u3.__h = [], n2.some(function(n3) {
|
|
2582
|
-
n3.call(u3);
|
|
2583
|
-
});
|
|
2584
|
-
} catch (n3) {
|
|
2585
|
-
l$1.__e(n3, u3.__v);
|
|
2586
|
-
}
|
|
2587
|
-
});
|
|
2588
|
-
}
|
|
2589
|
-
function M(l2, u2, t2, i2, o2, r2, f2, e2, s2) {
|
|
2590
|
-
var a2, h2, y2, d2 = t2.props, _ = u2.props, k2 = u2.type, b2 = 0;
|
|
2591
|
-
if ("svg" === k2 && (o2 = true), null != r2) {
|
|
2592
|
-
for (; b2 < r2.length; b2++)
|
|
2593
|
-
if ((a2 = r2[b2]) && "setAttribute" in a2 == !!k2 && (k2 ? a2.localName === k2 : 3 === a2.nodeType)) {
|
|
2594
|
-
l2 = a2, r2[b2] = null;
|
|
2595
|
-
break;
|
|
2596
|
-
}
|
|
2597
|
-
}
|
|
2598
|
-
if (null == l2) {
|
|
2599
|
-
if (null === k2)
|
|
2600
|
-
return document.createTextNode(_);
|
|
2601
|
-
l2 = o2 ? document.createElementNS("http://www.w3.org/2000/svg", k2) : document.createElement(k2, _.is && _), r2 = null, e2 = false;
|
|
2602
|
-
}
|
|
2603
|
-
if (null === k2)
|
|
2604
|
-
d2 === _ || e2 && l2.data === _ || (l2.data = _);
|
|
2605
|
-
else {
|
|
2606
|
-
if (r2 = r2 && n$1.call(l2.childNodes), h2 = (d2 = t2.props || c$1).dangerouslySetInnerHTML, y2 = _.dangerouslySetInnerHTML, !e2) {
|
|
2607
|
-
if (null != r2)
|
|
2608
|
-
for (d2 = {}, b2 = 0; b2 < l2.attributes.length; b2++)
|
|
2609
|
-
d2[l2.attributes[b2].name] = l2.attributes[b2].value;
|
|
2610
|
-
(y2 || h2) && (y2 && (h2 && y2.__html == h2.__html || y2.__html === l2.innerHTML) || (l2.innerHTML = y2 && y2.__html || ""));
|
|
2611
|
-
}
|
|
2612
|
-
if (D(l2, _, d2, o2, e2), y2)
|
|
2613
|
-
u2.__k = [];
|
|
2614
|
-
else if (P(l2, v$1(b2 = u2.props.children) ? b2 : [b2], u2, t2, i2, o2 && "foreignObject" !== k2, r2, f2, r2 ? r2[0] : t2.__k && g$1(t2, 0), e2, s2), null != r2)
|
|
2615
|
-
for (b2 = r2.length; b2--; )
|
|
2616
|
-
null != r2[b2] && p$1(r2[b2]);
|
|
2617
|
-
e2 || ("value" in _ && void 0 !== (b2 = _.value) && (b2 !== l2.value || "progress" === k2 && !b2 || "option" === k2 && b2 !== d2.value) && I(l2, "value", b2, d2.value, false), "checked" in _ && void 0 !== (b2 = _.checked) && b2 !== l2.checked && I(l2, "checked", b2, d2.checked, false));
|
|
2618
|
-
}
|
|
2619
|
-
return l2;
|
|
2620
|
-
}
|
|
2621
|
-
function N(n2, u2, t2) {
|
|
2622
|
-
try {
|
|
2623
|
-
"function" == typeof n2 ? n2(u2) : n2.current = u2;
|
|
2624
|
-
} catch (n3) {
|
|
2625
|
-
l$1.__e(n3, t2);
|
|
2626
|
-
}
|
|
2627
|
-
}
|
|
2628
|
-
function O(n2, u2, t2) {
|
|
2629
|
-
var i2, o2;
|
|
2630
|
-
if (l$1.unmount && l$1.unmount(n2), (i2 = n2.ref) && (i2.current && i2.current !== n2.__e || N(i2, null, u2)), null != (i2 = n2.__c)) {
|
|
2631
|
-
if (i2.componentWillUnmount)
|
|
2632
|
-
try {
|
|
2633
|
-
i2.componentWillUnmount();
|
|
2634
|
-
} catch (n3) {
|
|
2635
|
-
l$1.__e(n3, u2);
|
|
2636
|
-
}
|
|
2637
|
-
i2.base = i2.__P = null, n2.__c = void 0;
|
|
2638
|
-
}
|
|
2639
|
-
if (i2 = n2.__k)
|
|
2640
|
-
for (o2 = 0; o2 < i2.length; o2++)
|
|
2641
|
-
i2[o2] && O(i2[o2], u2, t2 || "function" != typeof n2.type);
|
|
2642
|
-
t2 || null == n2.__e || p$1(n2.__e), n2.__ = n2.__e = n2.__d = void 0;
|
|
2643
|
-
}
|
|
2644
|
-
function q(n2, l2, u2) {
|
|
2645
|
-
return this.constructor(n2, u2);
|
|
2646
|
-
}
|
|
2647
|
-
function B$1(u2, t2, i2) {
|
|
2648
|
-
var o2, r2, f2, e2;
|
|
2649
|
-
l$1.__ && l$1.__(u2, t2), r2 = (o2 = "function" == typeof i2) ? null : i2 && i2.__k || t2.__k, f2 = [], e2 = [], z$1(t2, u2 = (!o2 && i2 || t2).__k = y(k$1, null, [u2]), r2 || c$1, c$1, void 0 !== t2.ownerSVGElement, !o2 && i2 ? [i2] : r2 ? null : t2.firstChild ? n$1.call(t2.childNodes) : null, f2, !o2 && i2 ? i2 : r2 ? r2.__e : t2.firstChild, o2, e2), L(f2, u2, e2);
|
|
2650
|
-
}
|
|
2651
|
-
n$1 = s$1.slice, l$1 = { __e: function(n2, l2, u2, t2) {
|
|
2652
|
-
for (var i2, o2, r2; l2 = l2.__; )
|
|
2653
|
-
if ((i2 = l2.__c) && !i2.__)
|
|
2654
|
-
try {
|
|
2655
|
-
if ((o2 = i2.constructor) && null != o2.getDerivedStateFromError && (i2.setState(o2.getDerivedStateFromError(n2)), r2 = i2.__d), null != i2.componentDidCatch && (i2.componentDidCatch(n2, t2 || {}), r2 = i2.__d), r2)
|
|
2656
|
-
return i2.__E = i2;
|
|
2657
|
-
} catch (l3) {
|
|
2658
|
-
n2 = l3;
|
|
2659
|
-
}
|
|
2660
|
-
throw n2;
|
|
2661
|
-
} }, u$1 = 0, b$1.prototype.setState = function(n2, l2) {
|
|
2662
|
-
var u2;
|
|
2663
|
-
u2 = null != this.__s && this.__s !== this.state ? this.__s : this.__s = h$1({}, this.state), "function" == typeof n2 && (n2 = n2(h$1({}, u2), this.props)), n2 && h$1(u2, n2), null != n2 && this.__v && (l2 && this._sb.push(l2), w$1(this));
|
|
2664
|
-
}, b$1.prototype.forceUpdate = function(n2) {
|
|
2665
|
-
this.__v && (this.__e = true, n2 && this.__h.push(n2), w$1(this));
|
|
2666
|
-
}, b$1.prototype.render = k$1, i$1 = [], r$1 = "function" == typeof Promise ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, f$1 = function(n2, l2) {
|
|
2667
|
-
return n2.__v.__b - l2.__v.__b;
|
|
2668
|
-
}, x.__r = 0;
|
|
2669
|
-
var n = function(t2, s2, r2, e2) {
|
|
2670
|
-
var u2;
|
|
2671
|
-
s2[0] = 0;
|
|
2672
|
-
for (var h2 = 1; h2 < s2.length; h2++) {
|
|
2673
|
-
var p2 = s2[h2++], a2 = s2[h2] ? (s2[0] |= p2 ? 1 : 2, r2[s2[h2++]]) : s2[++h2];
|
|
2674
|
-
3 === p2 ? e2[0] = a2 : 4 === p2 ? e2[1] = Object.assign(e2[1] || {}, a2) : 5 === p2 ? (e2[1] = e2[1] || {})[s2[++h2]] = a2 : 6 === p2 ? e2[1][s2[++h2]] += a2 + "" : p2 ? (u2 = t2.apply(a2, n(t2, a2, r2, ["", null])), e2.push(u2), a2[0] ? s2[0] |= 2 : (s2[h2 - 2] = 0, s2[h2] = u2)) : e2.push(a2);
|
|
2675
|
-
}
|
|
2676
|
-
return e2;
|
|
2677
|
-
}, t$1 = /* @__PURE__ */ new Map();
|
|
2678
|
-
function e$1(s2) {
|
|
2679
|
-
var r2 = t$1.get(this);
|
|
2680
|
-
return r2 || (r2 = /* @__PURE__ */ new Map(), t$1.set(this, r2)), (r2 = n(this, r2.get(s2) || (r2.set(s2, r2 = function(n2) {
|
|
2681
|
-
for (var t2, s3, r3 = 1, e2 = "", u2 = "", h2 = [0], p2 = function(n3) {
|
|
2682
|
-
1 === r3 && (n3 || (e2 = e2.replace(/^\s*\n\s*|\s*\n\s*$/g, ""))) ? h2.push(0, n3, e2) : 3 === r3 && (n3 || e2) ? (h2.push(3, n3, e2), r3 = 2) : 2 === r3 && "..." === e2 && n3 ? h2.push(4, n3, 0) : 2 === r3 && e2 && !n3 ? h2.push(5, 0, true, e2) : r3 >= 5 && ((e2 || !n3 && 5 === r3) && (h2.push(r3, 0, e2, s3), r3 = 6), n3 && (h2.push(r3, n3, 0, s3), r3 = 6)), e2 = "";
|
|
2683
|
-
}, a2 = 0; a2 < n2.length; a2++) {
|
|
2684
|
-
a2 && (1 === r3 && p2(), p2(a2));
|
|
2685
|
-
for (var l2 = 0; l2 < n2[a2].length; l2++)
|
|
2686
|
-
t2 = n2[a2][l2], 1 === r3 ? "<" === t2 ? (p2(), h2 = [h2], r3 = 3) : e2 += t2 : 4 === r3 ? "--" === e2 && ">" === t2 ? (r3 = 1, e2 = "") : e2 = t2 + e2[0] : u2 ? t2 === u2 ? u2 = "" : e2 += t2 : '"' === t2 || "'" === t2 ? u2 = t2 : ">" === t2 ? (p2(), r3 = 1) : r3 && ("=" === t2 ? (r3 = 5, s3 = e2, e2 = "") : "/" === t2 && (r3 < 5 || ">" === n2[a2][l2 + 1]) ? (p2(), 3 === r3 && (h2 = h2[0]), r3 = h2, (h2 = h2[0]).push(2, 0, r3), r3 = 0) : " " === t2 || " " === t2 || "\n" === t2 || "\r" === t2 ? (p2(), r3 = 2) : e2 += t2), 3 === r3 && "!--" === e2 && (r3 = 4, h2 = h2[0]);
|
|
2687
|
-
}
|
|
2688
|
-
return p2(), h2;
|
|
2689
|
-
}(s2)), r2), arguments, [])).length > 1 ? r2 : r2[0];
|
|
2690
|
-
}
|
|
2691
|
-
e$1.bind(y);
|
|
2692
|
-
var t, r, u, i, o = 0, f = [], c = [], e = l$1.__b, a = l$1.__r, v = l$1.diffed, l = l$1.__c, m = l$1.unmount;
|
|
2693
|
-
function d(t2, u2) {
|
|
2694
|
-
l$1.__h && l$1.__h(r, t2, o || u2), o = 0;
|
|
2695
|
-
var i2 = r.__H || (r.__H = { __: [], __h: [] });
|
|
2696
|
-
return t2 >= i2.__.length && i2.__.push({ __V: c }), i2.__[t2];
|
|
2697
|
-
}
|
|
2698
|
-
function h(n2) {
|
|
2699
|
-
return o = 1, s(B, n2);
|
|
2700
|
-
}
|
|
2701
|
-
function s(n2, u2, i2) {
|
|
2702
|
-
var o2 = d(t++, 2);
|
|
2703
|
-
if (o2.t = n2, !o2.__c && (o2.__ = [i2 ? i2(u2) : B(void 0, u2), function(n3) {
|
|
2704
|
-
var t2 = o2.__N ? o2.__N[0] : o2.__[0], r2 = o2.t(t2, n3);
|
|
2705
|
-
t2 !== r2 && (o2.__N = [r2, o2.__[1]], o2.__c.setState({}));
|
|
2706
|
-
}], o2.__c = r, !r.u)) {
|
|
2707
|
-
var f2 = function(n3, t2, r2) {
|
|
2708
|
-
if (!o2.__c.__H)
|
|
2709
|
-
return true;
|
|
2710
|
-
var u3 = o2.__c.__H.__.filter(function(n4) {
|
|
2711
|
-
return n4.__c;
|
|
2712
|
-
});
|
|
2713
|
-
if (u3.every(function(n4) {
|
|
2714
|
-
return !n4.__N;
|
|
2715
|
-
}))
|
|
2716
|
-
return !c2 || c2.call(this, n3, t2, r2);
|
|
2717
|
-
var i3 = false;
|
|
2718
|
-
return u3.forEach(function(n4) {
|
|
2719
|
-
if (n4.__N) {
|
|
2720
|
-
var t3 = n4.__[0];
|
|
2721
|
-
n4.__ = n4.__N, n4.__N = void 0, t3 !== n4.__[0] && (i3 = true);
|
|
2722
|
-
}
|
|
2723
|
-
}), !(!i3 && o2.__c.props === n3) && (!c2 || c2.call(this, n3, t2, r2));
|
|
2724
|
-
};
|
|
2725
|
-
r.u = true;
|
|
2726
|
-
var c2 = r.shouldComponentUpdate, e2 = r.componentWillUpdate;
|
|
2727
|
-
r.componentWillUpdate = function(n3, t2, r2) {
|
|
2728
|
-
if (this.__e) {
|
|
2729
|
-
var u3 = c2;
|
|
2730
|
-
c2 = void 0, f2(n3, t2, r2), c2 = u3;
|
|
2731
|
-
}
|
|
2732
|
-
e2 && e2.call(this, n3, t2, r2);
|
|
2733
|
-
}, r.shouldComponentUpdate = f2;
|
|
2734
|
-
}
|
|
2735
|
-
return o2.__N || o2.__;
|
|
2736
|
-
}
|
|
2737
|
-
function p(u2, i2) {
|
|
2738
|
-
var o2 = d(t++, 3);
|
|
2739
|
-
!l$1.__s && z(o2.__H, i2) && (o2.__ = u2, o2.i = i2, r.__H.__h.push(o2));
|
|
2740
|
-
}
|
|
2741
|
-
function b() {
|
|
2742
|
-
for (var t2; t2 = f.shift(); )
|
|
2743
|
-
if (t2.__P && t2.__H)
|
|
2744
|
-
try {
|
|
2745
|
-
t2.__H.__h.forEach(k), t2.__H.__h.forEach(w), t2.__H.__h = [];
|
|
2746
|
-
} catch (r2) {
|
|
2747
|
-
t2.__H.__h = [], l$1.__e(r2, t2.__v);
|
|
2748
|
-
}
|
|
2749
|
-
}
|
|
2750
|
-
l$1.__b = function(n2) {
|
|
2751
|
-
r = null, e && e(n2);
|
|
2752
|
-
}, l$1.__r = function(n2) {
|
|
2753
|
-
a && a(n2), t = 0;
|
|
2754
|
-
var i2 = (r = n2.__c).__H;
|
|
2755
|
-
i2 && (u === r ? (i2.__h = [], r.__h = [], i2.__.forEach(function(n3) {
|
|
2756
|
-
n3.__N && (n3.__ = n3.__N), n3.__V = c, n3.__N = n3.i = void 0;
|
|
2757
|
-
})) : (i2.__h.forEach(k), i2.__h.forEach(w), i2.__h = [], t = 0)), u = r;
|
|
2758
|
-
}, l$1.diffed = function(t2) {
|
|
2759
|
-
v && v(t2);
|
|
2760
|
-
var o2 = t2.__c;
|
|
2761
|
-
o2 && o2.__H && (o2.__H.__h.length && (1 !== f.push(o2) && i === l$1.requestAnimationFrame || ((i = l$1.requestAnimationFrame) || j)(b)), o2.__H.__.forEach(function(n2) {
|
|
2762
|
-
n2.i && (n2.__H = n2.i), n2.__V !== c && (n2.__ = n2.__V), n2.i = void 0, n2.__V = c;
|
|
2763
|
-
})), u = r = null;
|
|
2764
|
-
}, l$1.__c = function(t2, r2) {
|
|
2765
|
-
r2.some(function(t3) {
|
|
2766
|
-
try {
|
|
2767
|
-
t3.__h.forEach(k), t3.__h = t3.__h.filter(function(n2) {
|
|
2768
|
-
return !n2.__ || w(n2);
|
|
2769
|
-
});
|
|
2770
|
-
} catch (u2) {
|
|
2771
|
-
r2.some(function(n2) {
|
|
2772
|
-
n2.__h && (n2.__h = []);
|
|
2773
|
-
}), r2 = [], l$1.__e(u2, t3.__v);
|
|
2774
|
-
}
|
|
2775
|
-
}), l && l(t2, r2);
|
|
2776
|
-
}, l$1.unmount = function(t2) {
|
|
2777
|
-
m && m(t2);
|
|
2778
|
-
var r2, u2 = t2.__c;
|
|
2779
|
-
u2 && u2.__H && (u2.__H.__.forEach(function(n2) {
|
|
2780
|
-
try {
|
|
2781
|
-
k(n2);
|
|
2782
|
-
} catch (n3) {
|
|
2783
|
-
r2 = n3;
|
|
2784
|
-
}
|
|
2785
|
-
}), u2.__H = void 0, r2 && l$1.__e(r2, u2.__v));
|
|
2786
|
-
};
|
|
2787
|
-
var g = "function" == typeof requestAnimationFrame;
|
|
2788
|
-
function j(n2) {
|
|
2789
|
-
var t2, r2 = function() {
|
|
2790
|
-
clearTimeout(u2), g && cancelAnimationFrame(t2), setTimeout(n2);
|
|
2791
|
-
}, u2 = setTimeout(r2, 100);
|
|
2792
|
-
g && (t2 = requestAnimationFrame(r2));
|
|
2793
|
-
}
|
|
2794
|
-
function k(n2) {
|
|
2795
|
-
var t2 = r, u2 = n2.__c;
|
|
2796
|
-
"function" == typeof u2 && (n2.__c = void 0, u2()), r = t2;
|
|
2797
|
-
}
|
|
2798
|
-
function w(n2) {
|
|
2799
|
-
var t2 = r;
|
|
2800
|
-
n2.__c = n2.__(), r = t2;
|
|
2801
|
-
}
|
|
2802
|
-
function z(n2, t2) {
|
|
2803
|
-
return !n2 || n2.length !== t2.length || t2.some(function(t3, r2) {
|
|
2804
|
-
return t3 !== n2[r2];
|
|
2805
|
-
});
|
|
2806
|
-
}
|
|
2807
|
-
function B(n2, t2) {
|
|
2808
|
-
return "function" == typeof t2 ? t2(n2) : t2;
|
|
2809
|
-
}
|
|
2810
|
-
function Button({
|
|
2811
|
-
children,
|
|
2812
|
-
className = "",
|
|
2813
|
-
hideCitiesTooltip = false,
|
|
2814
|
-
id = "",
|
|
2815
|
-
key = "",
|
|
2816
|
-
timezone,
|
|
2817
|
-
onClick,
|
|
2818
|
-
is24H,
|
|
2819
|
-
dataCy,
|
|
2820
|
-
disabled = false
|
|
2821
|
-
}) {
|
|
2822
|
-
const { label, keywords: value, isDst, cities } = timezone;
|
|
2823
|
-
const getCurrentTimeInTimezone = (timeZone) => {
|
|
2824
|
-
const currentTimeInUTC = /* @__PURE__ */ new Date();
|
|
2825
|
-
const options = {
|
|
2826
|
-
timeZone,
|
|
2827
|
-
hour12: !is24H,
|
|
2828
|
-
hour: "numeric",
|
|
2829
|
-
minute: "numeric"
|
|
2830
|
-
};
|
|
2831
|
-
const currentTimeInTimezone = currentTimeInUTC.toLocaleString(
|
|
2832
|
-
"en-US",
|
|
2833
|
-
options
|
|
2834
|
-
);
|
|
2835
|
-
return currentTimeInTimezone;
|
|
2836
|
-
};
|
|
2837
|
-
return /* @__PURE__ */ y(
|
|
2838
|
-
"button",
|
|
2839
|
-
{
|
|
2840
|
-
...{ disabled, id, key, onClick, value },
|
|
2841
|
-
className: `neeto-time-zones-button ${className} ${disabled ? "neeto-time-zones-button__disabled" : ""}`,
|
|
2842
|
-
"data-cy": dataCy,
|
|
2843
|
-
type: "button"
|
|
2844
|
-
},
|
|
2845
|
-
/* @__PURE__ */ y("div", { className: "neeto-time-zones-button--label relative", key: label }, hideCitiesTooltip ? label : /* @__PURE__ */ y("span", { ...{ value }, title: cities }, label), isDst && /* @__PURE__ */ y(
|
|
2846
|
-
"small",
|
|
2847
|
-
{
|
|
2848
|
-
...{ value },
|
|
2849
|
-
title: "Daylight savings time applicable",
|
|
2850
|
-
className: "neeto-time-zones-button__dst"
|
|
2851
|
-
},
|
|
2852
|
-
" (DST)"
|
|
2853
|
-
)),
|
|
2854
|
-
/* @__PURE__ */ y("span", { className: "neeto-time-zones-button--time" }, getCurrentTimeInTimezone((timezone == null ? void 0 : timezone.main) || (timezone == null ? void 0 : timezone.utc[0]))),
|
|
2855
|
-
children
|
|
2856
|
-
);
|
|
2857
|
-
}
|
|
2858
|
-
function Dropdown({
|
|
2859
|
-
selectedValue,
|
|
2860
|
-
isOverlayVisible,
|
|
2861
|
-
elementId,
|
|
2862
|
-
is24H,
|
|
2863
|
-
setIsOverlayVisible,
|
|
2864
|
-
disabled
|
|
2865
|
-
}) {
|
|
2866
|
-
const handleClick = () => {
|
|
2867
|
-
setIsOverlayVisible(
|
|
2868
|
-
(previousIsOverlayVisible) => !previousIsOverlayVisible
|
|
2869
|
-
);
|
|
2870
|
-
};
|
|
2871
|
-
const searchBoxElementId = `${elementId}-search-box`;
|
|
2872
|
-
p(() => {
|
|
2873
|
-
if (!isOverlayVisible)
|
|
2874
|
-
return;
|
|
2875
|
-
const searchBox = document.getElementById(searchBoxElementId);
|
|
2876
|
-
searchBox.focus();
|
|
2877
|
-
}, [isOverlayVisible]);
|
|
2878
|
-
return /* @__PURE__ */ y(
|
|
2879
|
-
Button,
|
|
2880
|
-
{
|
|
2881
|
-
...{ is24H, disabled },
|
|
2882
|
-
onClick: handleClick,
|
|
2883
|
-
className: "neeto-time-zones-dropdown",
|
|
2884
|
-
timezone: selectedValue,
|
|
2885
|
-
hideCitiesTooltip: true,
|
|
2886
|
-
dataCy: `${elementId}-select-button`
|
|
2887
|
-
},
|
|
2888
|
-
/* @__PURE__ */ y("span", { className: "neeto-time-zones-button--icon" }, /* @__PURE__ */ y("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ y(
|
|
2889
|
-
"path",
|
|
2890
|
-
{
|
|
2891
|
-
d: "M6 9L12 15L18 9",
|
|
2892
|
-
stroke: "currentColor",
|
|
2893
|
-
strokeWidth: "1.5",
|
|
2894
|
-
strokeLinecap: "round",
|
|
2895
|
-
strokeLinejoin: "round"
|
|
2896
|
-
}
|
|
2897
|
-
)))
|
|
2898
|
-
);
|
|
2899
|
-
}
|
|
2900
|
-
function Search({ searchInput, setSearchInput, elementId }) {
|
|
2901
|
-
const searchBoxElementId = `${elementId}-search-box`;
|
|
2902
|
-
return /* @__PURE__ */ y("div", { className: "neeto-time-zones-input__wrapper" }, /* @__PURE__ */ y("div", { className: "neeto-time-zones-input" }, /* @__PURE__ */ y(
|
|
2903
|
-
"input",
|
|
2904
|
-
{
|
|
2905
|
-
id: searchBoxElementId,
|
|
2906
|
-
type: "text",
|
|
2907
|
-
placeholder: "Search time zone",
|
|
2908
|
-
onInput: (event) => setSearchInput(event.target.value),
|
|
2909
|
-
className: "",
|
|
2910
|
-
value: searchInput,
|
|
2911
|
-
"data-cy": `${elementId}-search-box`
|
|
2912
|
-
}
|
|
2913
|
-
)));
|
|
2914
|
-
}
|
|
2915
|
-
const getFromLocalStorage = (key) => {
|
|
2916
|
-
let response = null;
|
|
2917
|
-
try {
|
|
2918
|
-
const value = localStorage.getItem(key);
|
|
2919
|
-
response = value !== null ? JSON.parse(value) : null;
|
|
2920
|
-
} catch (error) {
|
|
2921
|
-
response = null;
|
|
2922
|
-
}
|
|
2923
|
-
return response;
|
|
2924
|
-
};
|
|
2925
|
-
const setToLocalStorage = (key, value) => {
|
|
2926
|
-
if (value !== null) {
|
|
2927
|
-
localStorage.setItem(key, JSON.stringify(value));
|
|
2928
|
-
} else
|
|
2929
|
-
localStorage.removeItem(key);
|
|
2930
|
-
};
|
|
2931
|
-
const hyphenize = (value, fallbackString = "") => {
|
|
2932
|
-
if (typeof value === "number")
|
|
2933
|
-
return String(value);
|
|
2934
|
-
if (value && typeof value === "string" && value.replace) {
|
|
2935
|
-
return value.replace(/[\s_]/g, "-").replace(/([a-z])([A-Z])/g, "$1-$2").replace(/-+/g, "-").toLowerCase();
|
|
2936
|
-
}
|
|
2937
|
-
return fallbackString;
|
|
2938
|
-
};
|
|
2939
|
-
const groupedOptions = [
|
|
2940
|
-
{ "US/Canada": UsCanada },
|
|
2941
|
-
{ America },
|
|
2942
|
-
{ Asia },
|
|
2943
|
-
{ Africa },
|
|
2944
|
-
{ Atlantic },
|
|
2945
|
-
{ Australia },
|
|
2946
|
-
{ Europe },
|
|
2947
|
-
{ Pacific }
|
|
2948
|
-
];
|
|
2949
|
-
const allTimezones = groupedOptions.reduce(
|
|
2950
|
-
(accumulator, currentValue) => {
|
|
2951
|
-
const key = Object.keys(currentValue)[0];
|
|
2952
|
-
return [...accumulator, ...currentValue[key]];
|
|
2953
|
-
},
|
|
2954
|
-
[]
|
|
2955
|
-
);
|
|
2956
|
-
const getTimezoneObject = (ianaTimezone) => ianaTimezone && allTimezones.find((timezone) => timezone.utc.includes(ianaTimezone));
|
|
2957
|
-
const findBrowserTimezone = () => {
|
|
2958
|
-
try {
|
|
2959
|
-
const browserTimezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
2960
|
-
return getTimezoneObject(browserTimezone);
|
|
2961
|
-
} catch (error) {
|
|
2962
|
-
console.error("Could not determine browser timezone due to an Intl API error. This can happen in specific browser environments. Falling back to default.", error);
|
|
2963
|
-
return allTimezones.find((tz) => tz.utc.includes("Etc/UTC"));
|
|
2964
|
-
}
|
|
2965
|
-
};
|
|
2966
|
-
const getDefaultValue = findBrowserTimezone() || allTimezones[0];
|
|
2967
|
-
const valueToId = (value) => `option-${value.replaceAll(" ", "_").toLowerCase()}`;
|
|
2968
|
-
const getDataCy = (timezone) => {
|
|
2969
|
-
if (!timezone || !timezone.label) {
|
|
2970
|
-
return "";
|
|
2971
|
-
}
|
|
2972
|
-
let { label } = timezone;
|
|
2973
|
-
if (timezone.isDst) {
|
|
2974
|
-
label += "-dst";
|
|
2975
|
-
}
|
|
2976
|
-
return `${hyphenize(label)}-select-option`;
|
|
2977
|
-
};
|
|
2978
|
-
const createGroupedOptionButton = (group, selectedValue, handleSelect, is24H) => /* @__PURE__ */ y("div", null, group.map((groupItem) => {
|
|
2979
|
-
const key = Object.keys(groupItem)[0];
|
|
2980
|
-
const element = groupItem[key];
|
|
2981
|
-
return /* @__PURE__ */ y(
|
|
2982
|
-
"div",
|
|
2983
|
-
{
|
|
2984
|
-
className: "neeto-time-zones-list__container",
|
|
2985
|
-
key: key.toLowerCase()
|
|
2986
|
-
},
|
|
2987
|
-
/* @__PURE__ */ y("span", { className: "neeto-time-zones-list--title" }, key),
|
|
2988
|
-
element.map((timezone) => /* @__PURE__ */ y(
|
|
2989
|
-
Button,
|
|
2990
|
-
{
|
|
2991
|
-
...{ is24H, timezone },
|
|
2992
|
-
id: valueToId(timezone.keywords),
|
|
2993
|
-
onClick: handleSelect,
|
|
2994
|
-
className: `neeto-time-zones-list-item ${selectedValue.keywords === timezone.keywords && "neeto-time-zones-list-item--active"}`,
|
|
2995
|
-
key: timezone.label,
|
|
2996
|
-
dataCy: getDataCy(timezone)
|
|
2997
|
-
}
|
|
2998
|
-
))
|
|
2999
|
-
);
|
|
3000
|
-
}));
|
|
3001
|
-
const filterTimezones = (inputValue) => {
|
|
3002
|
-
if (inputValue === "") {
|
|
3003
|
-
return groupedOptions;
|
|
3004
|
-
}
|
|
3005
|
-
const filteredOptions = groupedOptions.map((group) => {
|
|
3006
|
-
const key = Object.keys(group)[0];
|
|
3007
|
-
const element = group[key].filter(
|
|
3008
|
-
(timezone) => timezone.label.toLowerCase().includes(inputValue.toLowerCase()) || timezone.keywords.toLowerCase().includes(inputValue.toLowerCase())
|
|
3009
|
-
);
|
|
3010
|
-
return isNotEmpty(element) ? { [key]: element } : null;
|
|
3011
|
-
});
|
|
3012
|
-
return filteredOptions.filter(isNot(null));
|
|
3013
|
-
};
|
|
3014
|
-
function Options({
|
|
3015
|
-
elementId,
|
|
3016
|
-
is24H,
|
|
3017
|
-
searchInput,
|
|
3018
|
-
selectedValue,
|
|
3019
|
-
setSelectedValue,
|
|
3020
|
-
setIsOverlayVisible
|
|
3021
|
-
}) {
|
|
3022
|
-
const handleSelect = (e2) => {
|
|
3023
|
-
const parentButton = e2.target.closest("button");
|
|
3024
|
-
const targetValue = parentButton == null ? void 0 : parentButton.value;
|
|
3025
|
-
const selectedTimezone = allTimezones.find(
|
|
3026
|
-
(timezone) => (timezone == null ? void 0 : timezone.keywords) === targetValue
|
|
3027
|
-
);
|
|
3028
|
-
setIsOverlayVisible(false);
|
|
3029
|
-
setSelectedValue(selectedTimezone);
|
|
3030
|
-
};
|
|
3031
|
-
p(() => {
|
|
3032
|
-
const selectedElement = document.getElementById(
|
|
3033
|
-
valueToId(selectedValue == null ? void 0 : selectedValue.keywords)
|
|
3034
|
-
);
|
|
3035
|
-
selectedElement.scrollIntoView({ behavior: "auto", block: "center" });
|
|
3036
|
-
}, []);
|
|
3037
|
-
p(() => {
|
|
3038
|
-
if (searchInput === "")
|
|
3039
|
-
return;
|
|
3040
|
-
const overflowContainer = document.getElementById(
|
|
3041
|
-
`${elementId}-ntsp-overflow-container`
|
|
3042
|
-
);
|
|
3043
|
-
if (overflowContainer) {
|
|
3044
|
-
overflowContainer.scrollTop = 0;
|
|
3045
|
-
}
|
|
3046
|
-
}, [searchInput]);
|
|
3047
|
-
return /* @__PURE__ */ y(
|
|
3048
|
-
"div",
|
|
3049
|
-
{
|
|
3050
|
-
className: "neeto-time-zones-dropdown-list__body",
|
|
3051
|
-
id: `${elementId}-ntsp-overflow-container`
|
|
3052
|
-
},
|
|
3053
|
-
createGroupedOptionButton(
|
|
3054
|
-
filterTimezones(searchInput),
|
|
3055
|
-
selectedValue,
|
|
3056
|
-
handleSelect,
|
|
3057
|
-
is24H
|
|
3058
|
-
)
|
|
3059
|
-
);
|
|
3060
|
-
}
|
|
3061
|
-
function Switch({
|
|
3062
|
-
id = "ntsp-switch",
|
|
3063
|
-
onChange = noop,
|
|
3064
|
-
labelRight = "Toggle switch",
|
|
3065
|
-
labelLeft = "Toggle switch",
|
|
3066
|
-
defaultValue = false
|
|
3067
|
-
}) {
|
|
3068
|
-
const [isChecked, setIsChecked] = h(defaultValue);
|
|
3069
|
-
const handleChange = ({ target: { checked } }) => {
|
|
3070
|
-
setIsChecked(checked);
|
|
3071
|
-
onChange(checked);
|
|
3072
|
-
};
|
|
3073
|
-
return /* @__PURE__ */ y("div", { className: "neeto-time-zones-switch__wrapper" }, /* @__PURE__ */ y("label", { htmlFor: id, className: "neeto-time-zones-switch__container" }, /* @__PURE__ */ y(
|
|
3074
|
-
"span",
|
|
3075
|
-
{
|
|
3076
|
-
className: `neeto-time-zones-switch-label ${!isChecked && "neeto-time-zones-switch-label--active"}`
|
|
3077
|
-
},
|
|
3078
|
-
labelLeft
|
|
3079
|
-
), /* @__PURE__ */ y("span", { className: "neeto-time-zones-switch" }, /* @__PURE__ */ y(
|
|
3080
|
-
"input",
|
|
3081
|
-
{
|
|
3082
|
-
...{ id },
|
|
3083
|
-
type: "checkbox",
|
|
3084
|
-
checked: isChecked,
|
|
3085
|
-
onChange: handleChange
|
|
3086
|
-
}
|
|
3087
|
-
), /* @__PURE__ */ y("span", { className: "neeto-time-zones-switch-bg" }), /* @__PURE__ */ y("span", { className: "neeto-time-zones-switch-block" })), /* @__PURE__ */ y(
|
|
3088
|
-
"span",
|
|
3089
|
-
{
|
|
3090
|
-
className: `neeto-time-zones-switch-label ${isChecked && "neeto-time-zones-switch-label--active"}`
|
|
3091
|
-
},
|
|
3092
|
-
labelRight
|
|
3093
|
-
)));
|
|
3094
|
-
}
|
|
3095
|
-
function OptionsContainer({
|
|
3096
|
-
is24H,
|
|
3097
|
-
elementId,
|
|
3098
|
-
selectedValue,
|
|
3099
|
-
setSelectedValue,
|
|
3100
|
-
setIsOverlayVisible,
|
|
3101
|
-
setIs24H,
|
|
3102
|
-
position,
|
|
3103
|
-
isTimeFormatSwitchVisible
|
|
3104
|
-
}) {
|
|
3105
|
-
const [searchInput, setSearchInput] = h("");
|
|
3106
|
-
const handleTimeFormatChange = (value) => {
|
|
3107
|
-
setToLocalStorage("ntsp-24-hr-time-format", value);
|
|
3108
|
-
setIs24H(value);
|
|
3109
|
-
};
|
|
3110
|
-
return /* @__PURE__ */ y(
|
|
3111
|
-
"div",
|
|
3112
|
-
{
|
|
3113
|
-
className: `neeto-time-zones-dropdown-list__wrapper ${position === "top" ? "dropdown-position-bottom" : "dropdown-position-top"}`
|
|
3114
|
-
},
|
|
3115
|
-
/* @__PURE__ */ y("div", { className: "neeto-time-zones-dropdown-list__header" }, /* @__PURE__ */ y(Search, { ...{ elementId, searchInput, setSearchInput } }), isTimeFormatSwitchVisible && /* @__PURE__ */ y(
|
|
3116
|
-
Switch,
|
|
3117
|
-
{
|
|
3118
|
-
defaultValue: is24H,
|
|
3119
|
-
labelRight: "24H",
|
|
3120
|
-
labelLeft: "AM/PM",
|
|
3121
|
-
onChange: handleTimeFormatChange
|
|
3122
|
-
}
|
|
3123
|
-
)),
|
|
3124
|
-
/* @__PURE__ */ y(
|
|
3125
|
-
Options,
|
|
3126
|
-
{
|
|
3127
|
-
...{
|
|
3128
|
-
elementId,
|
|
3129
|
-
is24H,
|
|
3130
|
-
searchInput,
|
|
3131
|
-
selectedValue,
|
|
3132
|
-
setIsOverlayVisible,
|
|
3133
|
-
setSelectedValue
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
)
|
|
3137
|
-
);
|
|
3138
|
-
}
|
|
3139
|
-
function Selector({
|
|
3140
|
-
className = "",
|
|
3141
|
-
elementId = "timezone-selector",
|
|
3142
|
-
initialValue,
|
|
3143
|
-
position = "bottom",
|
|
3144
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
3145
|
-
onChange = (selectedValue) => {
|
|
3146
|
-
},
|
|
3147
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
3148
|
-
onHourFormatChange = (hourFormat) => {
|
|
3149
|
-
},
|
|
3150
|
-
isTimeFormatSwitchVisible = true,
|
|
3151
|
-
isTimeFormat24H = false,
|
|
3152
|
-
disabled = false
|
|
3153
|
-
}) {
|
|
3154
|
-
const [selectedValue, setSelectedValue] = h(
|
|
3155
|
-
getTimezoneObject(initialValue) || getDefaultValue
|
|
3156
|
-
);
|
|
3157
|
-
const [isOverlayVisible, setIsOverlayVisible] = h(false);
|
|
3158
|
-
const [is24H, setIs24H] = h(
|
|
3159
|
-
getFromLocalStorage("ntsp-24-hr-time-format") || false
|
|
3160
|
-
);
|
|
3161
|
-
p(() => {
|
|
3162
|
-
const handleOutsideClick = (e2) => {
|
|
3163
|
-
const element = document.getElementById(elementId);
|
|
3164
|
-
if (element && !(element == null ? void 0 : element.contains(e2.target))) {
|
|
3165
|
-
setIsOverlayVisible(false);
|
|
3166
|
-
}
|
|
3167
|
-
};
|
|
3168
|
-
window.addEventListener("click", handleOutsideClick);
|
|
3169
|
-
return () => {
|
|
3170
|
-
window.removeEventListener("click", handleOutsideClick);
|
|
3171
|
-
};
|
|
3172
|
-
}, []);
|
|
3173
|
-
p(() => {
|
|
3174
|
-
onChange(selectedValue);
|
|
3175
|
-
}, [selectedValue]);
|
|
3176
|
-
p(() => {
|
|
3177
|
-
const hourFormat = is24H ? "24H" : "12H";
|
|
3178
|
-
onHourFormatChange(hourFormat);
|
|
3179
|
-
}, [is24H]);
|
|
3180
|
-
p(() => {
|
|
3181
|
-
setIs24H(isTimeFormat24H);
|
|
3182
|
-
}, [isTimeFormat24H]);
|
|
3183
|
-
p(() => {
|
|
3184
|
-
const timeZone = getTimezoneObject(initialValue) || getDefaultValue;
|
|
3185
|
-
setSelectedValue(timeZone);
|
|
3186
|
-
}, [initialValue]);
|
|
3187
|
-
return /* @__PURE__ */ y("div", { className: "neeto-time-zones__wrapper", id: elementId }, /* @__PURE__ */ y("div", { className: `neeto-time-zones__container ${className}` }, /* @__PURE__ */ y(
|
|
3188
|
-
Dropdown,
|
|
3189
|
-
{
|
|
3190
|
-
...{
|
|
3191
|
-
elementId,
|
|
3192
|
-
disabled,
|
|
3193
|
-
is24H,
|
|
3194
|
-
isOverlayVisible,
|
|
3195
|
-
selectedValue,
|
|
3196
|
-
setIsOverlayVisible
|
|
3197
|
-
}
|
|
3198
|
-
}
|
|
3199
|
-
), isOverlayVisible === true && /* @__PURE__ */ y(
|
|
3200
|
-
OptionsContainer,
|
|
3201
|
-
{
|
|
3202
|
-
...{
|
|
3203
|
-
elementId,
|
|
3204
|
-
is24H,
|
|
3205
|
-
position,
|
|
3206
|
-
selectedValue,
|
|
3207
|
-
setIs24H,
|
|
3208
|
-
setIsOverlayVisible,
|
|
3209
|
-
setSelectedValue,
|
|
3210
|
-
isTimeFormatSwitchVisible
|
|
3211
|
-
}
|
|
3212
|
-
}
|
|
3213
|
-
)));
|
|
3214
|
-
}
|
|
3215
|
-
class Plugin {
|
|
3216
|
-
constructor(element, options) {
|
|
3217
|
-
this.element = element;
|
|
3218
|
-
this.options = options;
|
|
3219
|
-
this.render();
|
|
3220
|
-
}
|
|
3221
|
-
render() {
|
|
3222
|
-
B$1(/* @__PURE__ */ y(Selector, { ...this.options }), this.element);
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
window.NeetoTimezoneSelector = Plugin;
|
|
3226
|
-
function NeetoTimezoneSelector(options = {}) {
|
|
3227
|
-
const id = (options == null ? void 0 : options.id) || "timezone-selector";
|
|
3228
|
-
const ref = useCallback((node) => {
|
|
3229
|
-
if (node !== null) {
|
|
3230
|
-
new Plugin(node, options);
|
|
3231
|
-
}
|
|
3232
|
-
}, []);
|
|
3233
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
3234
|
-
"div",
|
|
3235
|
-
{
|
|
3236
|
-
...{ id, ref }
|
|
3237
|
-
}
|
|
3238
|
-
);
|
|
3239
|
-
}
|
|
3240
|
-
export {
|
|
3241
|
-
NeetoTimezoneSelector as default
|
|
3242
|
-
};
|