@king-design/vue 3.6.2 → 3.7.0

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.
Files changed (90) hide show
  1. package/components/anchor/constants.d.ts +2 -0
  2. package/components/anchor/constants.js +2 -0
  3. package/components/anchor/index.d.ts +41 -0
  4. package/components/anchor/index.js +141 -0
  5. package/components/anchor/index.spec.d.ts +1 -0
  6. package/components/anchor/index.spec.js +230 -0
  7. package/components/anchor/index.vdt.js +31 -0
  8. package/components/anchor/link.d.ts +16 -0
  9. package/components/anchor/link.js +52 -0
  10. package/components/anchor/link.vdt.js +49 -0
  11. package/components/anchor/styles.d.ts +5 -0
  12. package/components/anchor/styles.js +30 -0
  13. package/components/anchor/useScroll.d.ts +7 -0
  14. package/components/anchor/useScroll.js +218 -0
  15. package/components/dialog/base.vdt.js +1 -1
  16. package/components/drawer/index.d.ts +3 -0
  17. package/components/drawer/index.js +22 -3
  18. package/components/drawer/index.spec.js +83 -0
  19. package/components/drawer/index.vdt.js +23 -3
  20. package/components/drawer/styles.js +1 -1
  21. package/components/drawer/useDrawerResizable.d.ts +10 -0
  22. package/components/drawer/useDrawerResizable.js +162 -0
  23. package/components/menu/styles.d.ts +1 -0
  24. package/components/menu/styles.js +4 -1
  25. package/components/notification/index.d.ts +1 -0
  26. package/components/notification/index.js +1 -0
  27. package/components/notification/index.spec.d.ts +1 -0
  28. package/components/notification/index.spec.js +317 -0
  29. package/components/notification/notification.d.ts +39 -0
  30. package/components/notification/notification.js +183 -0
  31. package/components/notification/notification.vdt.js +56 -0
  32. package/components/notification/notifications.d.ts +16 -0
  33. package/components/notification/notifications.js +51 -0
  34. package/components/notification/notifications.vdt.js +24 -0
  35. package/components/notification/styles.d.ts +9 -0
  36. package/components/notification/styles.js +110 -0
  37. package/components/select/styles.js +1 -1
  38. package/components/table/styles.js +1 -1
  39. package/components/tabs/useActiveBar.js +7 -3
  40. package/components/tag/base.d.ts +2 -0
  41. package/components/tag/base.js +3 -0
  42. package/components/tag/index.spec.js +17 -0
  43. package/components/tag/index.vdt.js +12 -5
  44. package/components/tag/styles.d.ts +9 -0
  45. package/components/tag/styles.js +14 -1
  46. package/components/tag/useColor.d.ts +7 -0
  47. package/components/tag/useColor.js +71 -0
  48. package/components/timepicker/index.spec.js +70 -42
  49. package/components/timepicker/useDefaultValue.js +12 -7
  50. package/components/timepicker/useStep.js +4 -2
  51. package/components/transfer/index.d.ts +13 -0
  52. package/components/transfer/index.js +6 -2
  53. package/components/transfer/index.spec.js +197 -0
  54. package/components/transfer/index.vdt.js +28 -5
  55. package/components/transfer/styles.js +4 -1
  56. package/components/transfer/useCheck.js +2 -1
  57. package/components/transfer/usePagination.d.ts +12 -0
  58. package/components/transfer/usePagination.js +79 -0
  59. package/dist/fonts/iconfont.eot +0 -0
  60. package/dist/fonts/iconfont.svg +235 -0
  61. package/dist/fonts/iconfont.ttf +0 -0
  62. package/dist/fonts/iconfont.woff +0 -0
  63. package/dist/fonts/iconfont.woff2 +0 -0
  64. package/dist/fonts/ionicons.eot +0 -0
  65. package/dist/fonts/ionicons.svg +2230 -0
  66. package/dist/fonts/ionicons.ttf +0 -0
  67. package/dist/fonts/ionicons.woff +0 -0
  68. package/dist/fonts/ionicons.woff2 +0 -0
  69. package/dist/i18n/en-US.js +1411 -0
  70. package/dist/i18n/en-US.js.map +1 -0
  71. package/dist/i18n/en-US.min.js +1 -0
  72. package/dist/i18n/index.js +283 -0
  73. package/dist/i18n/index.js.map +1 -0
  74. package/dist/i18n/index.min.js +1 -0
  75. package/dist/index.js +58128 -0
  76. package/dist/index.js.map +1 -0
  77. package/dist/index.min.js +1 -0
  78. package/index.d.ts +4 -2
  79. package/index.js +4 -2
  80. package/install.js +2 -0
  81. package/package.json +3 -1
  82. package/styles/fonts/iconfont.eot +0 -0
  83. package/styles/fonts/iconfont.js +1 -1
  84. package/styles/fonts/iconfont.svg +38 -0
  85. package/styles/fonts/iconfont.ttf +0 -0
  86. package/styles/fonts/iconfont.woff +0 -0
  87. package/styles/fonts/iconfont.woff2 +0 -0
  88. package/styles/theme.d.ts +8 -0
  89. package/styles/theme.js +5 -1
  90. package/yarn-error.log +43 -44
@@ -0,0 +1,1411 @@
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory();
4
+ else if(typeof define === 'function' && define.amd)
5
+ define([], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["i18n"] = factory();
8
+ else
9
+ root["i18n"] = factory();
10
+ })(self, function() {
11
+ return /******/ (() => { // webpackBootstrap
12
+ /******/ var __webpack_modules__ = ({
13
+
14
+ /***/ 149:
15
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
16
+
17
+ module.exports = __webpack_require__(888);
18
+
19
+ /***/ }),
20
+
21
+ /***/ 5023:
22
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
23
+
24
+ "use strict";
25
+
26
+ var parent = __webpack_require__(2369);
27
+
28
+ module.exports = parent;
29
+
30
+
31
+ /***/ }),
32
+
33
+ /***/ 1031:
34
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
35
+
36
+ "use strict";
37
+
38
+ __webpack_require__(2595);
39
+
40
+ module.exports = __webpack_require__(1899);
41
+
42
+
43
+ /***/ }),
44
+
45
+ /***/ 888:
46
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
47
+
48
+ "use strict";
49
+
50
+ module.exports = __webpack_require__(1403);
51
+
52
+
53
+ /***/ }),
54
+
55
+ /***/ 1403:
56
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
57
+
58
+ "use strict";
59
+
60
+ // TODO: remove from `core-js@4`
61
+ __webpack_require__(9668);
62
+
63
+ var parent = __webpack_require__(5023);
64
+
65
+ module.exports = parent;
66
+
67
+
68
+ /***/ }),
69
+
70
+ /***/ 4883:
71
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
72
+
73
+ "use strict";
74
+
75
+ var isCallable = __webpack_require__(7475);
76
+ var tryToString = __webpack_require__(9826);
77
+
78
+ var $TypeError = TypeError;
79
+
80
+ // `Assert: IsCallable(argument) is true`
81
+ module.exports = function (argument) {
82
+ if (isCallable(argument)) return argument;
83
+ throw new $TypeError(tryToString(argument) + ' is not a function');
84
+ };
85
+
86
+
87
+ /***/ }),
88
+
89
+ /***/ 6059:
90
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
91
+
92
+ "use strict";
93
+
94
+ var isObject = __webpack_require__(941);
95
+
96
+ var $String = String;
97
+ var $TypeError = TypeError;
98
+
99
+ // `Assert: Type(argument) is Object`
100
+ module.exports = function (argument) {
101
+ if (isObject(argument)) return argument;
102
+ throw new $TypeError($String(argument) + ' is not an object');
103
+ };
104
+
105
+
106
+ /***/ }),
107
+
108
+ /***/ 2532:
109
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
110
+
111
+ "use strict";
112
+
113
+ var uncurryThis = __webpack_require__(5329);
114
+
115
+ var toString = uncurryThis({}.toString);
116
+ var stringSlice = uncurryThis(''.slice);
117
+
118
+ module.exports = function (it) {
119
+ return stringSlice(toString(it), 8, -1);
120
+ };
121
+
122
+
123
+ /***/ }),
124
+
125
+ /***/ 2029:
126
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
127
+
128
+ "use strict";
129
+
130
+ var DESCRIPTORS = __webpack_require__(5746);
131
+ var definePropertyModule = __webpack_require__(5988);
132
+ var createPropertyDescriptor = __webpack_require__(1887);
133
+
134
+ module.exports = DESCRIPTORS ? function (object, key, value) {
135
+ return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
136
+ } : function (object, key, value) {
137
+ object[key] = value;
138
+ return object;
139
+ };
140
+
141
+
142
+ /***/ }),
143
+
144
+ /***/ 1887:
145
+ /***/ ((module) => {
146
+
147
+ "use strict";
148
+
149
+ module.exports = function (bitmap, value) {
150
+ return {
151
+ enumerable: !(bitmap & 1),
152
+ configurable: !(bitmap & 2),
153
+ writable: !(bitmap & 4),
154
+ value: value
155
+ };
156
+ };
157
+
158
+
159
+ /***/ }),
160
+
161
+ /***/ 5609:
162
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
163
+
164
+ "use strict";
165
+
166
+ var global = __webpack_require__(1899);
167
+
168
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
169
+ var defineProperty = Object.defineProperty;
170
+
171
+ module.exports = function (key, value) {
172
+ try {
173
+ defineProperty(global, key, { value: value, configurable: true, writable: true });
174
+ } catch (error) {
175
+ global[key] = value;
176
+ } return value;
177
+ };
178
+
179
+
180
+ /***/ }),
181
+
182
+ /***/ 5746:
183
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
184
+
185
+ "use strict";
186
+
187
+ var fails = __webpack_require__(5981);
188
+
189
+ // Detect IE8's incomplete defineProperty implementation
190
+ module.exports = !fails(function () {
191
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
192
+ return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;
193
+ });
194
+
195
+
196
+ /***/ }),
197
+
198
+ /***/ 1333:
199
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
200
+
201
+ "use strict";
202
+
203
+ var global = __webpack_require__(1899);
204
+ var isObject = __webpack_require__(941);
205
+
206
+ var document = global.document;
207
+ // typeof document.createElement is 'object' in old IE
208
+ var EXISTS = isObject(document) && isObject(document.createElement);
209
+
210
+ module.exports = function (it) {
211
+ return EXISTS ? document.createElement(it) : {};
212
+ };
213
+
214
+
215
+ /***/ }),
216
+
217
+ /***/ 2861:
218
+ /***/ ((module) => {
219
+
220
+ "use strict";
221
+
222
+ module.exports = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
223
+
224
+
225
+ /***/ }),
226
+
227
+ /***/ 3385:
228
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
229
+
230
+ "use strict";
231
+
232
+ var global = __webpack_require__(1899);
233
+ var userAgent = __webpack_require__(2861);
234
+
235
+ var process = global.process;
236
+ var Deno = global.Deno;
237
+ var versions = process && process.versions || Deno && Deno.version;
238
+ var v8 = versions && versions.v8;
239
+ var match, version;
240
+
241
+ if (v8) {
242
+ match = v8.split('.');
243
+ // in old Chrome, versions of V8 isn't V8 = Chrome / 10
244
+ // but their correct versions are not interesting for us
245
+ version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
246
+ }
247
+
248
+ // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
249
+ // so check `userAgent` even if `.v8` exists, but 0
250
+ if (!version && userAgent) {
251
+ match = userAgent.match(/Edge\/(\d+)/);
252
+ if (!match || match[1] >= 74) {
253
+ match = userAgent.match(/Chrome\/(\d+)/);
254
+ if (match) version = +match[1];
255
+ }
256
+ }
257
+
258
+ module.exports = version;
259
+
260
+
261
+ /***/ }),
262
+
263
+ /***/ 6887:
264
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
265
+
266
+ "use strict";
267
+
268
+ var global = __webpack_require__(1899);
269
+ var apply = __webpack_require__(9730);
270
+ var uncurryThis = __webpack_require__(7484);
271
+ var isCallable = __webpack_require__(7475);
272
+ var getOwnPropertyDescriptor = __webpack_require__(9677).f;
273
+ var isForced = __webpack_require__(7252);
274
+ var path = __webpack_require__(4058);
275
+ var bind = __webpack_require__(6843);
276
+ var createNonEnumerableProperty = __webpack_require__(2029);
277
+ var hasOwn = __webpack_require__(953);
278
+
279
+ var wrapConstructor = function (NativeConstructor) {
280
+ var Wrapper = function (a, b, c) {
281
+ if (this instanceof Wrapper) {
282
+ switch (arguments.length) {
283
+ case 0: return new NativeConstructor();
284
+ case 1: return new NativeConstructor(a);
285
+ case 2: return new NativeConstructor(a, b);
286
+ } return new NativeConstructor(a, b, c);
287
+ } return apply(NativeConstructor, this, arguments);
288
+ };
289
+ Wrapper.prototype = NativeConstructor.prototype;
290
+ return Wrapper;
291
+ };
292
+
293
+ /*
294
+ options.target - name of the target object
295
+ options.global - target is the global object
296
+ options.stat - export as static methods of target
297
+ options.proto - export as prototype methods of target
298
+ options.real - real prototype method for the `pure` version
299
+ options.forced - export even if the native feature is available
300
+ options.bind - bind methods to the target, required for the `pure` version
301
+ options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
302
+ options.unsafe - use the simple assignment of property instead of delete + defineProperty
303
+ options.sham - add a flag to not completely full polyfills
304
+ options.enumerable - export as enumerable property
305
+ options.dontCallGetSet - prevent calling a getter on target
306
+ options.name - the .name of the function if it does not match the key
307
+ */
308
+ module.exports = function (options, source) {
309
+ var TARGET = options.target;
310
+ var GLOBAL = options.global;
311
+ var STATIC = options.stat;
312
+ var PROTO = options.proto;
313
+
314
+ var nativeSource = GLOBAL ? global : STATIC ? global[TARGET] : global[TARGET] && global[TARGET].prototype;
315
+
316
+ var target = GLOBAL ? path : path[TARGET] || createNonEnumerableProperty(path, TARGET, {})[TARGET];
317
+ var targetPrototype = target.prototype;
318
+
319
+ var FORCED, USE_NATIVE, VIRTUAL_PROTOTYPE;
320
+ var key, sourceProperty, targetProperty, nativeProperty, resultProperty, descriptor;
321
+
322
+ for (key in source) {
323
+ FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
324
+ // contains in native
325
+ USE_NATIVE = !FORCED && nativeSource && hasOwn(nativeSource, key);
326
+
327
+ targetProperty = target[key];
328
+
329
+ if (USE_NATIVE) if (options.dontCallGetSet) {
330
+ descriptor = getOwnPropertyDescriptor(nativeSource, key);
331
+ nativeProperty = descriptor && descriptor.value;
332
+ } else nativeProperty = nativeSource[key];
333
+
334
+ // export native or implementation
335
+ sourceProperty = (USE_NATIVE && nativeProperty) ? nativeProperty : source[key];
336
+
337
+ if (!FORCED && !PROTO && typeof targetProperty == typeof sourceProperty) continue;
338
+
339
+ // bind methods to global for calling from export context
340
+ if (options.bind && USE_NATIVE) resultProperty = bind(sourceProperty, global);
341
+ // wrap global constructors for prevent changes in this version
342
+ else if (options.wrap && USE_NATIVE) resultProperty = wrapConstructor(sourceProperty);
343
+ // make static versions for prototype methods
344
+ else if (PROTO && isCallable(sourceProperty)) resultProperty = uncurryThis(sourceProperty);
345
+ // default case
346
+ else resultProperty = sourceProperty;
347
+
348
+ // add a flag to not completely full polyfills
349
+ if (options.sham || (sourceProperty && sourceProperty.sham) || (targetProperty && targetProperty.sham)) {
350
+ createNonEnumerableProperty(resultProperty, 'sham', true);
351
+ }
352
+
353
+ createNonEnumerableProperty(target, key, resultProperty);
354
+
355
+ if (PROTO) {
356
+ VIRTUAL_PROTOTYPE = TARGET + 'Prototype';
357
+ if (!hasOwn(path, VIRTUAL_PROTOTYPE)) {
358
+ createNonEnumerableProperty(path, VIRTUAL_PROTOTYPE, {});
359
+ }
360
+ // export virtual prototype methods
361
+ createNonEnumerableProperty(path[VIRTUAL_PROTOTYPE], key, sourceProperty);
362
+ // export real prototype methods
363
+ if (options.real && targetPrototype && (FORCED || !targetPrototype[key])) {
364
+ createNonEnumerableProperty(targetPrototype, key, sourceProperty);
365
+ }
366
+ }
367
+ }
368
+ };
369
+
370
+
371
+ /***/ }),
372
+
373
+ /***/ 5981:
374
+ /***/ ((module) => {
375
+
376
+ "use strict";
377
+
378
+ module.exports = function (exec) {
379
+ try {
380
+ return !!exec();
381
+ } catch (error) {
382
+ return true;
383
+ }
384
+ };
385
+
386
+
387
+ /***/ }),
388
+
389
+ /***/ 9730:
390
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
391
+
392
+ "use strict";
393
+
394
+ var NATIVE_BIND = __webpack_require__(8285);
395
+
396
+ var FunctionPrototype = Function.prototype;
397
+ var apply = FunctionPrototype.apply;
398
+ var call = FunctionPrototype.call;
399
+
400
+ // eslint-disable-next-line es/no-reflect -- safe
401
+ module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
402
+ return call.apply(apply, arguments);
403
+ });
404
+
405
+
406
+ /***/ }),
407
+
408
+ /***/ 6843:
409
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
410
+
411
+ "use strict";
412
+
413
+ var uncurryThis = __webpack_require__(7484);
414
+ var aCallable = __webpack_require__(4883);
415
+ var NATIVE_BIND = __webpack_require__(8285);
416
+
417
+ var bind = uncurryThis(uncurryThis.bind);
418
+
419
+ // optional / simple context binding
420
+ module.exports = function (fn, that) {
421
+ aCallable(fn);
422
+ return that === undefined ? fn : NATIVE_BIND ? bind(fn, that) : function (/* ...args */) {
423
+ return fn.apply(that, arguments);
424
+ };
425
+ };
426
+
427
+
428
+ /***/ }),
429
+
430
+ /***/ 8285:
431
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
432
+
433
+ "use strict";
434
+
435
+ var fails = __webpack_require__(5981);
436
+
437
+ module.exports = !fails(function () {
438
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
439
+ var test = (function () { /* empty */ }).bind();
440
+ // eslint-disable-next-line no-prototype-builtins -- safe
441
+ return typeof test != 'function' || test.hasOwnProperty('prototype');
442
+ });
443
+
444
+
445
+ /***/ }),
446
+
447
+ /***/ 8834:
448
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
449
+
450
+ "use strict";
451
+
452
+ var NATIVE_BIND = __webpack_require__(8285);
453
+
454
+ var call = Function.prototype.call;
455
+
456
+ module.exports = NATIVE_BIND ? call.bind(call) : function () {
457
+ return call.apply(call, arguments);
458
+ };
459
+
460
+
461
+ /***/ }),
462
+
463
+ /***/ 7484:
464
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
465
+
466
+ "use strict";
467
+
468
+ var classofRaw = __webpack_require__(2532);
469
+ var uncurryThis = __webpack_require__(5329);
470
+
471
+ module.exports = function (fn) {
472
+ // Nashorn bug:
473
+ // https://github.com/zloirock/core-js/issues/1128
474
+ // https://github.com/zloirock/core-js/issues/1130
475
+ if (classofRaw(fn) === 'Function') return uncurryThis(fn);
476
+ };
477
+
478
+
479
+ /***/ }),
480
+
481
+ /***/ 5329:
482
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
483
+
484
+ "use strict";
485
+
486
+ var NATIVE_BIND = __webpack_require__(8285);
487
+
488
+ var FunctionPrototype = Function.prototype;
489
+ var call = FunctionPrototype.call;
490
+ var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
491
+
492
+ module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
493
+ return function () {
494
+ return call.apply(fn, arguments);
495
+ };
496
+ };
497
+
498
+
499
+ /***/ }),
500
+
501
+ /***/ 626:
502
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
503
+
504
+ "use strict";
505
+
506
+ var path = __webpack_require__(4058);
507
+ var global = __webpack_require__(1899);
508
+ var isCallable = __webpack_require__(7475);
509
+
510
+ var aFunction = function (variable) {
511
+ return isCallable(variable) ? variable : undefined;
512
+ };
513
+
514
+ module.exports = function (namespace, method) {
515
+ return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])
516
+ : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];
517
+ };
518
+
519
+
520
+ /***/ }),
521
+
522
+ /***/ 4229:
523
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
524
+
525
+ "use strict";
526
+
527
+ var aCallable = __webpack_require__(4883);
528
+ var isNullOrUndefined = __webpack_require__(2119);
529
+
530
+ // `GetMethod` abstract operation
531
+ // https://tc39.es/ecma262/#sec-getmethod
532
+ module.exports = function (V, P) {
533
+ var func = V[P];
534
+ return isNullOrUndefined(func) ? undefined : aCallable(func);
535
+ };
536
+
537
+
538
+ /***/ }),
539
+
540
+ /***/ 1899:
541
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
542
+
543
+ "use strict";
544
+
545
+ var check = function (it) {
546
+ return it && it.Math === Math && it;
547
+ };
548
+
549
+ // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
550
+ module.exports =
551
+ // eslint-disable-next-line es/no-global-this -- safe
552
+ check(typeof globalThis == 'object' && globalThis) ||
553
+ check(typeof window == 'object' && window) ||
554
+ // eslint-disable-next-line no-restricted-globals -- safe
555
+ check(typeof self == 'object' && self) ||
556
+ check(typeof __webpack_require__.g == 'object' && __webpack_require__.g) ||
557
+ check(typeof this == 'object' && this) ||
558
+ // eslint-disable-next-line no-new-func -- fallback
559
+ (function () { return this; })() || Function('return this')();
560
+
561
+
562
+ /***/ }),
563
+
564
+ /***/ 953:
565
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
566
+
567
+ "use strict";
568
+
569
+ var uncurryThis = __webpack_require__(5329);
570
+ var toObject = __webpack_require__(9678);
571
+
572
+ var hasOwnProperty = uncurryThis({}.hasOwnProperty);
573
+
574
+ // `HasOwnProperty` abstract operation
575
+ // https://tc39.es/ecma262/#sec-hasownproperty
576
+ // eslint-disable-next-line es/no-object-hasown -- safe
577
+ module.exports = Object.hasOwn || function hasOwn(it, key) {
578
+ return hasOwnProperty(toObject(it), key);
579
+ };
580
+
581
+
582
+ /***/ }),
583
+
584
+ /***/ 2840:
585
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
586
+
587
+ "use strict";
588
+
589
+ var DESCRIPTORS = __webpack_require__(5746);
590
+ var fails = __webpack_require__(5981);
591
+ var createElement = __webpack_require__(1333);
592
+
593
+ // Thanks to IE8 for its funny defineProperty
594
+ module.exports = !DESCRIPTORS && !fails(function () {
595
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
596
+ return Object.defineProperty(createElement('div'), 'a', {
597
+ get: function () { return 7; }
598
+ }).a !== 7;
599
+ });
600
+
601
+
602
+ /***/ }),
603
+
604
+ /***/ 7026:
605
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
606
+
607
+ "use strict";
608
+
609
+ var uncurryThis = __webpack_require__(5329);
610
+ var fails = __webpack_require__(5981);
611
+ var classof = __webpack_require__(2532);
612
+
613
+ var $Object = Object;
614
+ var split = uncurryThis(''.split);
615
+
616
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
617
+ module.exports = fails(function () {
618
+ // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
619
+ // eslint-disable-next-line no-prototype-builtins -- safe
620
+ return !$Object('z').propertyIsEnumerable(0);
621
+ }) ? function (it) {
622
+ return classof(it) === 'String' ? split(it, '') : $Object(it);
623
+ } : $Object;
624
+
625
+
626
+ /***/ }),
627
+
628
+ /***/ 7475:
629
+ /***/ ((module) => {
630
+
631
+ "use strict";
632
+
633
+ // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
634
+ var documentAll = typeof document == 'object' && document.all;
635
+
636
+ // `IsCallable` abstract operation
637
+ // https://tc39.es/ecma262/#sec-iscallable
638
+ // eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
639
+ module.exports = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {
640
+ return typeof argument == 'function' || argument === documentAll;
641
+ } : function (argument) {
642
+ return typeof argument == 'function';
643
+ };
644
+
645
+
646
+ /***/ }),
647
+
648
+ /***/ 7252:
649
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
650
+
651
+ "use strict";
652
+
653
+ var fails = __webpack_require__(5981);
654
+ var isCallable = __webpack_require__(7475);
655
+
656
+ var replacement = /#|\.prototype\./;
657
+
658
+ var isForced = function (feature, detection) {
659
+ var value = data[normalize(feature)];
660
+ return value === POLYFILL ? true
661
+ : value === NATIVE ? false
662
+ : isCallable(detection) ? fails(detection)
663
+ : !!detection;
664
+ };
665
+
666
+ var normalize = isForced.normalize = function (string) {
667
+ return String(string).replace(replacement, '.').toLowerCase();
668
+ };
669
+
670
+ var data = isForced.data = {};
671
+ var NATIVE = isForced.NATIVE = 'N';
672
+ var POLYFILL = isForced.POLYFILL = 'P';
673
+
674
+ module.exports = isForced;
675
+
676
+
677
+ /***/ }),
678
+
679
+ /***/ 2119:
680
+ /***/ ((module) => {
681
+
682
+ "use strict";
683
+
684
+ // we can't use just `it == null` since of `document.all` special case
685
+ // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
686
+ module.exports = function (it) {
687
+ return it === null || it === undefined;
688
+ };
689
+
690
+
691
+ /***/ }),
692
+
693
+ /***/ 941:
694
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
695
+
696
+ "use strict";
697
+
698
+ var isCallable = __webpack_require__(7475);
699
+
700
+ module.exports = function (it) {
701
+ return typeof it == 'object' ? it !== null : isCallable(it);
702
+ };
703
+
704
+
705
+ /***/ }),
706
+
707
+ /***/ 2529:
708
+ /***/ ((module) => {
709
+
710
+ "use strict";
711
+
712
+ module.exports = true;
713
+
714
+
715
+ /***/ }),
716
+
717
+ /***/ 6664:
718
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
719
+
720
+ "use strict";
721
+
722
+ var getBuiltIn = __webpack_require__(626);
723
+ var isCallable = __webpack_require__(7475);
724
+ var isPrototypeOf = __webpack_require__(7046);
725
+ var USE_SYMBOL_AS_UID = __webpack_require__(2302);
726
+
727
+ var $Object = Object;
728
+
729
+ module.exports = USE_SYMBOL_AS_UID ? function (it) {
730
+ return typeof it == 'symbol';
731
+ } : function (it) {
732
+ var $Symbol = getBuiltIn('Symbol');
733
+ return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it));
734
+ };
735
+
736
+
737
+ /***/ }),
738
+
739
+ /***/ 5988:
740
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
741
+
742
+ "use strict";
743
+
744
+ var DESCRIPTORS = __webpack_require__(5746);
745
+ var IE8_DOM_DEFINE = __webpack_require__(2840);
746
+ var V8_PROTOTYPE_DEFINE_BUG = __webpack_require__(3937);
747
+ var anObject = __webpack_require__(6059);
748
+ var toPropertyKey = __webpack_require__(3894);
749
+
750
+ var $TypeError = TypeError;
751
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
752
+ var $defineProperty = Object.defineProperty;
753
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
754
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
755
+ var ENUMERABLE = 'enumerable';
756
+ var CONFIGURABLE = 'configurable';
757
+ var WRITABLE = 'writable';
758
+
759
+ // `Object.defineProperty` method
760
+ // https://tc39.es/ecma262/#sec-object.defineproperty
761
+ exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {
762
+ anObject(O);
763
+ P = toPropertyKey(P);
764
+ anObject(Attributes);
765
+ if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
766
+ var current = $getOwnPropertyDescriptor(O, P);
767
+ if (current && current[WRITABLE]) {
768
+ O[P] = Attributes.value;
769
+ Attributes = {
770
+ configurable: CONFIGURABLE in Attributes ? Attributes[CONFIGURABLE] : current[CONFIGURABLE],
771
+ enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
772
+ writable: false
773
+ };
774
+ }
775
+ } return $defineProperty(O, P, Attributes);
776
+ } : $defineProperty : function defineProperty(O, P, Attributes) {
777
+ anObject(O);
778
+ P = toPropertyKey(P);
779
+ anObject(Attributes);
780
+ if (IE8_DOM_DEFINE) try {
781
+ return $defineProperty(O, P, Attributes);
782
+ } catch (error) { /* empty */ }
783
+ if ('get' in Attributes || 'set' in Attributes) throw new $TypeError('Accessors not supported');
784
+ if ('value' in Attributes) O[P] = Attributes.value;
785
+ return O;
786
+ };
787
+
788
+
789
+ /***/ }),
790
+
791
+ /***/ 9677:
792
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
793
+
794
+ "use strict";
795
+
796
+ var DESCRIPTORS = __webpack_require__(5746);
797
+ var call = __webpack_require__(8834);
798
+ var propertyIsEnumerableModule = __webpack_require__(6760);
799
+ var createPropertyDescriptor = __webpack_require__(1887);
800
+ var toIndexedObject = __webpack_require__(4529);
801
+ var toPropertyKey = __webpack_require__(3894);
802
+ var hasOwn = __webpack_require__(953);
803
+ var IE8_DOM_DEFINE = __webpack_require__(2840);
804
+
805
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
806
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
807
+
808
+ // `Object.getOwnPropertyDescriptor` method
809
+ // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
810
+ exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
811
+ O = toIndexedObject(O);
812
+ P = toPropertyKey(P);
813
+ if (IE8_DOM_DEFINE) try {
814
+ return $getOwnPropertyDescriptor(O, P);
815
+ } catch (error) { /* empty */ }
816
+ if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);
817
+ };
818
+
819
+
820
+ /***/ }),
821
+
822
+ /***/ 7046:
823
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
824
+
825
+ "use strict";
826
+
827
+ var uncurryThis = __webpack_require__(5329);
828
+
829
+ module.exports = uncurryThis({}.isPrototypeOf);
830
+
831
+
832
+ /***/ }),
833
+
834
+ /***/ 6760:
835
+ /***/ ((__unused_webpack_module, exports) => {
836
+
837
+ "use strict";
838
+
839
+ var $propertyIsEnumerable = {}.propertyIsEnumerable;
840
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
841
+ var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
842
+
843
+ // Nashorn ~ JDK8 bug
844
+ var NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);
845
+
846
+ // `Object.prototype.propertyIsEnumerable` method implementation
847
+ // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
848
+ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
849
+ var descriptor = getOwnPropertyDescriptor(this, V);
850
+ return !!descriptor && descriptor.enumerable;
851
+ } : $propertyIsEnumerable;
852
+
853
+
854
+ /***/ }),
855
+
856
+ /***/ 9811:
857
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
858
+
859
+ "use strict";
860
+
861
+ var call = __webpack_require__(8834);
862
+ var isCallable = __webpack_require__(7475);
863
+ var isObject = __webpack_require__(941);
864
+
865
+ var $TypeError = TypeError;
866
+
867
+ // `OrdinaryToPrimitive` abstract operation
868
+ // https://tc39.es/ecma262/#sec-ordinarytoprimitive
869
+ module.exports = function (input, pref) {
870
+ var fn, val;
871
+ if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;
872
+ if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val;
873
+ if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;
874
+ throw new $TypeError("Can't convert object to primitive value");
875
+ };
876
+
877
+
878
+ /***/ }),
879
+
880
+ /***/ 4058:
881
+ /***/ ((module) => {
882
+
883
+ "use strict";
884
+
885
+ module.exports = {};
886
+
887
+
888
+ /***/ }),
889
+
890
+ /***/ 8219:
891
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
892
+
893
+ "use strict";
894
+
895
+ var isNullOrUndefined = __webpack_require__(2119);
896
+
897
+ var $TypeError = TypeError;
898
+
899
+ // `RequireObjectCoercible` abstract operation
900
+ // https://tc39.es/ecma262/#sec-requireobjectcoercible
901
+ module.exports = function (it) {
902
+ if (isNullOrUndefined(it)) throw new $TypeError("Can't call method on " + it);
903
+ return it;
904
+ };
905
+
906
+
907
+ /***/ }),
908
+
909
+ /***/ 3030:
910
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
911
+
912
+ "use strict";
913
+
914
+ var global = __webpack_require__(1899);
915
+ var defineGlobalProperty = __webpack_require__(5609);
916
+
917
+ var SHARED = '__core-js_shared__';
918
+ var store = global[SHARED] || defineGlobalProperty(SHARED, {});
919
+
920
+ module.exports = store;
921
+
922
+
923
+ /***/ }),
924
+
925
+ /***/ 8726:
926
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
927
+
928
+ "use strict";
929
+
930
+ var IS_PURE = __webpack_require__(2529);
931
+ var store = __webpack_require__(3030);
932
+
933
+ (module.exports = function (key, value) {
934
+ return store[key] || (store[key] = value !== undefined ? value : {});
935
+ })('versions', []).push({
936
+ version: '3.35.1',
937
+ mode: IS_PURE ? 'pure' : 'global',
938
+ copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
939
+ license: 'https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE',
940
+ source: 'https://github.com/zloirock/core-js'
941
+ });
942
+
943
+
944
+ /***/ }),
945
+
946
+ /***/ 3405:
947
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
948
+
949
+ "use strict";
950
+
951
+ /* eslint-disable es/no-symbol -- required for testing */
952
+ var V8_VERSION = __webpack_require__(3385);
953
+ var fails = __webpack_require__(5981);
954
+ var global = __webpack_require__(1899);
955
+
956
+ var $String = global.String;
957
+
958
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
959
+ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
960
+ var symbol = Symbol('symbol detection');
961
+ // Chrome 38 Symbol has incorrect toString conversion
962
+ // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
963
+ // nb: Do not call `String` directly to avoid this being optimized out to `symbol+''` which will,
964
+ // of course, fail.
965
+ return !$String(symbol) || !(Object(symbol) instanceof Symbol) ||
966
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
967
+ !Symbol.sham && V8_VERSION && V8_VERSION < 41;
968
+ });
969
+
970
+
971
+ /***/ }),
972
+
973
+ /***/ 4529:
974
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
975
+
976
+ "use strict";
977
+
978
+ // toObject with fallback for non-array-like ES3 strings
979
+ var IndexedObject = __webpack_require__(7026);
980
+ var requireObjectCoercible = __webpack_require__(8219);
981
+
982
+ module.exports = function (it) {
983
+ return IndexedObject(requireObjectCoercible(it));
984
+ };
985
+
986
+
987
+ /***/ }),
988
+
989
+ /***/ 9678:
990
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
991
+
992
+ "use strict";
993
+
994
+ var requireObjectCoercible = __webpack_require__(8219);
995
+
996
+ var $Object = Object;
997
+
998
+ // `ToObject` abstract operation
999
+ // https://tc39.es/ecma262/#sec-toobject
1000
+ module.exports = function (argument) {
1001
+ return $Object(requireObjectCoercible(argument));
1002
+ };
1003
+
1004
+
1005
+ /***/ }),
1006
+
1007
+ /***/ 6935:
1008
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1009
+
1010
+ "use strict";
1011
+
1012
+ var call = __webpack_require__(8834);
1013
+ var isObject = __webpack_require__(941);
1014
+ var isSymbol = __webpack_require__(6664);
1015
+ var getMethod = __webpack_require__(4229);
1016
+ var ordinaryToPrimitive = __webpack_require__(9811);
1017
+ var wellKnownSymbol = __webpack_require__(9813);
1018
+
1019
+ var $TypeError = TypeError;
1020
+ var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
1021
+
1022
+ // `ToPrimitive` abstract operation
1023
+ // https://tc39.es/ecma262/#sec-toprimitive
1024
+ module.exports = function (input, pref) {
1025
+ if (!isObject(input) || isSymbol(input)) return input;
1026
+ var exoticToPrim = getMethod(input, TO_PRIMITIVE);
1027
+ var result;
1028
+ if (exoticToPrim) {
1029
+ if (pref === undefined) pref = 'default';
1030
+ result = call(exoticToPrim, input, pref);
1031
+ if (!isObject(result) || isSymbol(result)) return result;
1032
+ throw new $TypeError("Can't convert object to primitive value");
1033
+ }
1034
+ if (pref === undefined) pref = 'number';
1035
+ return ordinaryToPrimitive(input, pref);
1036
+ };
1037
+
1038
+
1039
+ /***/ }),
1040
+
1041
+ /***/ 3894:
1042
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1043
+
1044
+ "use strict";
1045
+
1046
+ var toPrimitive = __webpack_require__(6935);
1047
+ var isSymbol = __webpack_require__(6664);
1048
+
1049
+ // `ToPropertyKey` abstract operation
1050
+ // https://tc39.es/ecma262/#sec-topropertykey
1051
+ module.exports = function (argument) {
1052
+ var key = toPrimitive(argument, 'string');
1053
+ return isSymbol(key) ? key : key + '';
1054
+ };
1055
+
1056
+
1057
+ /***/ }),
1058
+
1059
+ /***/ 9826:
1060
+ /***/ ((module) => {
1061
+
1062
+ "use strict";
1063
+
1064
+ var $String = String;
1065
+
1066
+ module.exports = function (argument) {
1067
+ try {
1068
+ return $String(argument);
1069
+ } catch (error) {
1070
+ return 'Object';
1071
+ }
1072
+ };
1073
+
1074
+
1075
+ /***/ }),
1076
+
1077
+ /***/ 9418:
1078
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1079
+
1080
+ "use strict";
1081
+
1082
+ var uncurryThis = __webpack_require__(5329);
1083
+
1084
+ var id = 0;
1085
+ var postfix = Math.random();
1086
+ var toString = uncurryThis(1.0.toString);
1087
+
1088
+ module.exports = function (key) {
1089
+ return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
1090
+ };
1091
+
1092
+
1093
+ /***/ }),
1094
+
1095
+ /***/ 2302:
1096
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1097
+
1098
+ "use strict";
1099
+
1100
+ /* eslint-disable es/no-symbol -- required for testing */
1101
+ var NATIVE_SYMBOL = __webpack_require__(3405);
1102
+
1103
+ module.exports = NATIVE_SYMBOL
1104
+ && !Symbol.sham
1105
+ && typeof Symbol.iterator == 'symbol';
1106
+
1107
+
1108
+ /***/ }),
1109
+
1110
+ /***/ 3937:
1111
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1112
+
1113
+ "use strict";
1114
+
1115
+ var DESCRIPTORS = __webpack_require__(5746);
1116
+ var fails = __webpack_require__(5981);
1117
+
1118
+ // V8 ~ Chrome 36-
1119
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3334
1120
+ module.exports = DESCRIPTORS && fails(function () {
1121
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1122
+ return Object.defineProperty(function () { /* empty */ }, 'prototype', {
1123
+ value: 42,
1124
+ writable: false
1125
+ }).prototype !== 42;
1126
+ });
1127
+
1128
+
1129
+ /***/ }),
1130
+
1131
+ /***/ 9813:
1132
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1133
+
1134
+ "use strict";
1135
+
1136
+ var global = __webpack_require__(1899);
1137
+ var shared = __webpack_require__(8726);
1138
+ var hasOwn = __webpack_require__(953);
1139
+ var uid = __webpack_require__(9418);
1140
+ var NATIVE_SYMBOL = __webpack_require__(3405);
1141
+ var USE_SYMBOL_AS_UID = __webpack_require__(2302);
1142
+
1143
+ var Symbol = global.Symbol;
1144
+ var WellKnownSymbolsStore = shared('wks');
1145
+ var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol['for'] || Symbol : Symbol && Symbol.withoutSetter || uid;
1146
+
1147
+ module.exports = function (name) {
1148
+ if (!hasOwn(WellKnownSymbolsStore, name)) {
1149
+ WellKnownSymbolsStore[name] = NATIVE_SYMBOL && hasOwn(Symbol, name)
1150
+ ? Symbol[name]
1151
+ : createWellKnownSymbol('Symbol.' + name);
1152
+ } return WellKnownSymbolsStore[name];
1153
+ };
1154
+
1155
+
1156
+ /***/ }),
1157
+
1158
+ /***/ 2595:
1159
+ /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
1160
+
1161
+ "use strict";
1162
+
1163
+ var $ = __webpack_require__(6887);
1164
+ var global = __webpack_require__(1899);
1165
+
1166
+ // `globalThis` object
1167
+ // https://tc39.es/ecma262/#sec-globalthis
1168
+ $({ global: true, forced: global.globalThis !== global }, {
1169
+ globalThis: global
1170
+ });
1171
+
1172
+
1173
+ /***/ }),
1174
+
1175
+ /***/ 9668:
1176
+ /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
1177
+
1178
+ "use strict";
1179
+
1180
+ // TODO: Remove from `core-js@4`
1181
+ __webpack_require__(2595);
1182
+
1183
+
1184
+ /***/ }),
1185
+
1186
+ /***/ 2369:
1187
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1188
+
1189
+ "use strict";
1190
+
1191
+ var parent = __webpack_require__(1031);
1192
+
1193
+ module.exports = parent;
1194
+
1195
+
1196
+ /***/ })
1197
+
1198
+ /******/ });
1199
+ /************************************************************************/
1200
+ /******/ // The module cache
1201
+ /******/ var __webpack_module_cache__ = {};
1202
+ /******/
1203
+ /******/ // The require function
1204
+ /******/ function __webpack_require__(moduleId) {
1205
+ /******/ // Check if module is in cache
1206
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
1207
+ /******/ if (cachedModule !== undefined) {
1208
+ /******/ return cachedModule.exports;
1209
+ /******/ }
1210
+ /******/ // Create a new module (and put it into the cache)
1211
+ /******/ var module = __webpack_module_cache__[moduleId] = {
1212
+ /******/ // no module.id needed
1213
+ /******/ // no module.loaded needed
1214
+ /******/ exports: {}
1215
+ /******/ };
1216
+ /******/
1217
+ /******/ // Execute the module function
1218
+ /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
1219
+ /******/
1220
+ /******/ // Return the exports of the module
1221
+ /******/ return module.exports;
1222
+ /******/ }
1223
+ /******/
1224
+ /************************************************************************/
1225
+ /******/ /* webpack/runtime/compat get default export */
1226
+ /******/ (() => {
1227
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
1228
+ /******/ __webpack_require__.n = (module) => {
1229
+ /******/ var getter = module && module.__esModule ?
1230
+ /******/ () => (module['default']) :
1231
+ /******/ () => (module);
1232
+ /******/ __webpack_require__.d(getter, { a: getter });
1233
+ /******/ return getter;
1234
+ /******/ };
1235
+ /******/ })();
1236
+ /******/
1237
+ /******/ /* webpack/runtime/define property getters */
1238
+ /******/ (() => {
1239
+ /******/ // define getter functions for harmony exports
1240
+ /******/ __webpack_require__.d = (exports, definition) => {
1241
+ /******/ for(var key in definition) {
1242
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1243
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1244
+ /******/ }
1245
+ /******/ }
1246
+ /******/ };
1247
+ /******/ })();
1248
+ /******/
1249
+ /******/ /* webpack/runtime/global */
1250
+ /******/ (() => {
1251
+ /******/ __webpack_require__.g = (function() {
1252
+ /******/ if (typeof globalThis === 'object') return globalThis;
1253
+ /******/ try {
1254
+ /******/ return this || new Function('return this')();
1255
+ /******/ } catch (e) {
1256
+ /******/ if (typeof window === 'object') return window;
1257
+ /******/ }
1258
+ /******/ })();
1259
+ /******/ })();
1260
+ /******/
1261
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
1262
+ /******/ (() => {
1263
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
1264
+ /******/ })();
1265
+ /******/
1266
+ /******/ /* webpack/runtime/make namespace object */
1267
+ /******/ (() => {
1268
+ /******/ // define __esModule on exports
1269
+ /******/ __webpack_require__.r = (exports) => {
1270
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
1271
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1272
+ /******/ }
1273
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
1274
+ /******/ };
1275
+ /******/ })();
1276
+ /******/
1277
+ /************************************************************************/
1278
+ var __webpack_exports__ = {};
1279
+ // This entry need to be wrapped in an IIFE because it need to be in strict mode.
1280
+ (() => {
1281
+ "use strict";
1282
+ __webpack_require__.r(__webpack_exports__);
1283
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1284
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1285
+ /* harmony export */ });
1286
+ /* harmony import */ var _babel_runtime_corejs3_core_js_global_this__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(149);
1287
+ /* harmony import */ var _babel_runtime_corejs3_core_js_global_this__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_corejs3_core_js_global_this__WEBPACK_IMPORTED_MODULE_0__);
1288
+
1289
+ var i18n = {
1290
+ // datepicker
1291
+ 'yearMonthFormat': 'MM YYYY',
1292
+ '请选择日期和时间': 'Please select date and time',
1293
+ '请选择日期': 'Please select date',
1294
+ '开始时间 ~ 结束时间': 'Begin time ~ End time',
1295
+ '开始日期 ~ 结束日期': 'Begin date ~ End date',
1296
+ '请选择年份': 'Please select year',
1297
+ '请选择月份': 'Please select month',
1298
+ '1月': 'Jan',
1299
+ '2月': 'Feb',
1300
+ '3月': 'Mar',
1301
+ '4月': 'Apr',
1302
+ '5月': 'May',
1303
+ '6月': 'Jun',
1304
+ '7月': 'Jul',
1305
+ '8月': 'Aug',
1306
+ '9月': 'Sep',
1307
+ '10月': 'Oct',
1308
+ '11月': 'Nov',
1309
+ '12月': 'Dec',
1310
+ '日': 'Sun',
1311
+ '一': 'Mon',
1312
+ '二': 'Tue',
1313
+ '三': 'Wed',
1314
+ '四': 'Thu',
1315
+ '五': 'Fri',
1316
+ '六': 'Sat',
1317
+ '{n}年': '{n}',
1318
+ '{start}年 - {end}年': '{start} - {end}',
1319
+ '今天': 'Today',
1320
+ '昨天': 'Yesterday',
1321
+ '明天': 'Tomorrow',
1322
+ '一周后': 'After one week',
1323
+ '一月后': 'After one month',
1324
+ '三月后': 'After three months',
1325
+ '一周前': 'Before one week',
1326
+ '一月前': 'Before one month',
1327
+ '三月前': 'Before three months',
1328
+ '上一周': 'Last week',
1329
+ '下一周': 'Next week',
1330
+ '上一个月': 'Last month',
1331
+ '下一个月': 'Next month',
1332
+ '前三个月': 'Last three months',
1333
+ '后三个月': 'Next three months',
1334
+ // timepicker
1335
+ '请选择时间': 'Please select time',
1336
+ '开始时间': 'Begin Time',
1337
+ '结束时间': 'End Time',
1338
+ // dialog
1339
+ '提示': 'Tip',
1340
+ '确定': 'OK',
1341
+ '取消': 'Cancel',
1342
+ '关闭': 'Close',
1343
+ // editable
1344
+ '编辑': 'Edit',
1345
+ // validator
1346
+ '必须填写': 'This field is required.',
1347
+ '请输入数字': 'Please enter only digits.',
1348
+ '请输入正确的邮箱地址': 'Please enter a valid email address.',
1349
+ '请输入正确的网址': 'Please enter a valid URL.',
1350
+ '请输入正确的日期': 'Please enter a valid date.',
1351
+ '请输入正确的日期 (YYYY-MM-DD)': 'Please enter a valid date (ISO).',
1352
+ '请输入正确的数': 'Please enter a valid number.',
1353
+ '请输入不大于 {n} 的数': 'Please enter a value less than or equal to {n}.',
1354
+ '请输入不小于 {n} 的数': 'Please enter a value greater than or equal to {n}.',
1355
+ '请输入 {n[0]} 到 {n[1]} 之间的数': 'Please enter a value between {n[0]} and {n[1]}.',
1356
+ '请输入步长为 {n} 的数': 'Please enter a number which should be a multipe of {n}',
1357
+ '两次输入不一致': 'Please enter the same value again.',
1358
+ '两': '2',
1359
+ '最多选择 {n} 项': 'Please select no more than {n} item{s:n}.',
1360
+ '最多输入 {n} 个字符': 'Please enter no more than {n} character{s:n}.',
1361
+ '最少选择 {n} 项': 'Please select at least {n} item{s:n}.',
1362
+ '最少输入 {n} 个字符': 'Please enter at least {n} character{s:n}.',
1363
+ '请选择 {n} 到 {m} 项': 'Please select {n}~{m} item{s:m}.',
1364
+ '请输入 {n} 到 {m} 个字符': 'Please enter {n}~{m} character{s:m}.',
1365
+ // pagination
1366
+ '{n} 条 / 页': '{n} / page',
1367
+ '前往': 'Goto',
1368
+ '页': '',
1369
+ '共 {n} 条': 'Total {n}',
1370
+ // table
1371
+ '暂无数据': 'No data to display.',
1372
+ '重置': 'Reset',
1373
+ // transfer
1374
+ '请输入': 'Please enter',
1375
+ '请选择': 'Please select',
1376
+ '已选择': 'Selected',
1377
+ '全选': 'Select all',
1378
+ '清空': 'Clear all',
1379
+ // select
1380
+ '请输入或选择': 'Please enter or select',
1381
+ '无数据': 'No data',
1382
+ // upload
1383
+ '点击上传': 'Click to Upload',
1384
+ '将文件拖到此处,或<a>点击上传</a>': 'Drag file to this area or <a>click to upload</a>',
1385
+ '查看图片': 'View Image',
1386
+ '上传图片': 'Upload Image',
1387
+ '超出文件数量最大限制:{limit}': 'Exceed the maximum limit of the number of files: {limit}',
1388
+ '"{name}" 超出文件最大限制:{maxSize}kb': '"{name}" exceeds the maximum size of file: {maxSize}kb',
1389
+ '"{name}" 文件类型不合法': '"{name}" invalid file type',
1390
+ // search
1391
+ '请输入关键字': 'Please enter keywords',
1392
+ // copy
1393
+ '复制成功': 'Copy successfully!',
1394
+ '复制失败': 'Copy failed!',
1395
+ '复制': 'Copy'
1396
+ };
1397
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (i18n);
1398
+
1399
+ /**
1400
+ * global does not exist in Vite, use standard object globalThis
1401
+ */
1402
+ if (typeof (_babel_runtime_corejs3_core_js_global_this__WEBPACK_IMPORTED_MODULE_0___default().Kpc) !== 'undefined') {
1403
+ _babel_runtime_corejs3_core_js_global_this__WEBPACK_IMPORTED_MODULE_0___default().Kpc.localize(i18n);
1404
+ }
1405
+ })();
1406
+
1407
+ /******/ return __webpack_exports__;
1408
+ /******/ })()
1409
+ ;
1410
+ });
1411
+ //# sourceMappingURL=en-US.js.map