@vue-interface/dropdown-menu 0.9.5 → 1.0.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.
@@ -1,2932 +0,0 @@
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["DropdownMenu"] = factory();
8
- else
9
- root["DropdownMenu"] = factory();
10
- })((typeof self !== 'undefined' ? self : this), function() {
11
- return /******/ (function(modules) { // webpackBootstrap
12
- /******/ // The module cache
13
- /******/ var installedModules = {};
14
- /******/
15
- /******/ // The require function
16
- /******/ function __webpack_require__(moduleId) {
17
- /******/
18
- /******/ // Check if module is in cache
19
- /******/ if(installedModules[moduleId]) {
20
- /******/ return installedModules[moduleId].exports;
21
- /******/ }
22
- /******/ // Create a new module (and put it into the cache)
23
- /******/ var module = installedModules[moduleId] = {
24
- /******/ i: moduleId,
25
- /******/ l: false,
26
- /******/ exports: {}
27
- /******/ };
28
- /******/
29
- /******/ // Execute the module function
30
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
31
- /******/
32
- /******/ // Flag the module as loaded
33
- /******/ module.l = true;
34
- /******/
35
- /******/ // Return the exports of the module
36
- /******/ return module.exports;
37
- /******/ }
38
- /******/
39
- /******/
40
- /******/ // expose the modules object (__webpack_modules__)
41
- /******/ __webpack_require__.m = modules;
42
- /******/
43
- /******/ // expose the module cache
44
- /******/ __webpack_require__.c = installedModules;
45
- /******/
46
- /******/ // define getter function for harmony exports
47
- /******/ __webpack_require__.d = function(exports, name, getter) {
48
- /******/ if(!__webpack_require__.o(exports, name)) {
49
- /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
50
- /******/ }
51
- /******/ };
52
- /******/
53
- /******/ // define __esModule on exports
54
- /******/ __webpack_require__.r = function(exports) {
55
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
56
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
57
- /******/ }
58
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
59
- /******/ };
60
- /******/
61
- /******/ // create a fake namespace object
62
- /******/ // mode & 1: value is a module id, require it
63
- /******/ // mode & 2: merge all properties of value into the ns
64
- /******/ // mode & 4: return value when already ns object
65
- /******/ // mode & 8|1: behave like require
66
- /******/ __webpack_require__.t = function(value, mode) {
67
- /******/ if(mode & 1) value = __webpack_require__(value);
68
- /******/ if(mode & 8) return value;
69
- /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
70
- /******/ var ns = Object.create(null);
71
- /******/ __webpack_require__.r(ns);
72
- /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
73
- /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
74
- /******/ return ns;
75
- /******/ };
76
- /******/
77
- /******/ // getDefaultExport function for compatibility with non-harmony modules
78
- /******/ __webpack_require__.n = function(module) {
79
- /******/ var getter = module && module.__esModule ?
80
- /******/ function getDefault() { return module['default']; } :
81
- /******/ function getModuleExports() { return module; };
82
- /******/ __webpack_require__.d(getter, 'a', getter);
83
- /******/ return getter;
84
- /******/ };
85
- /******/
86
- /******/ // Object.prototype.hasOwnProperty.call
87
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
88
- /******/
89
- /******/ // __webpack_public_path__
90
- /******/ __webpack_require__.p = "";
91
- /******/
92
- /******/
93
- /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = "fb15");
95
- /******/ })
96
- /************************************************************************/
97
- /******/ ({
98
-
99
- /***/ "0366":
100
- /***/ (function(module, exports, __webpack_require__) {
101
-
102
- var aFunction = __webpack_require__("1c0b");
103
-
104
- // optional / simple context binding
105
- module.exports = function (fn, that, length) {
106
- aFunction(fn);
107
- if (that === undefined) return fn;
108
- switch (length) {
109
- case 0: return function () {
110
- return fn.call(that);
111
- };
112
- case 1: return function (a) {
113
- return fn.call(that, a);
114
- };
115
- case 2: return function (a, b) {
116
- return fn.call(that, a, b);
117
- };
118
- case 3: return function (a, b, c) {
119
- return fn.call(that, a, b, c);
120
- };
121
- }
122
- return function (/* ...args */) {
123
- return fn.apply(that, arguments);
124
- };
125
- };
126
-
127
-
128
- /***/ }),
129
-
130
- /***/ "06cf":
131
- /***/ (function(module, exports, __webpack_require__) {
132
-
133
- var DESCRIPTORS = __webpack_require__("83ab");
134
- var propertyIsEnumerableModule = __webpack_require__("d1e7");
135
- var createPropertyDescriptor = __webpack_require__("5c6c");
136
- var toIndexedObject = __webpack_require__("fc6a");
137
- var toPrimitive = __webpack_require__("c04e");
138
- var has = __webpack_require__("5135");
139
- var IE8_DOM_DEFINE = __webpack_require__("0cfb");
140
-
141
- var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
142
-
143
- // `Object.getOwnPropertyDescriptor` method
144
- // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
145
- exports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
146
- O = toIndexedObject(O);
147
- P = toPrimitive(P, true);
148
- if (IE8_DOM_DEFINE) try {
149
- return nativeGetOwnPropertyDescriptor(O, P);
150
- } catch (error) { /* empty */ }
151
- if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);
152
- };
153
-
154
-
155
- /***/ }),
156
-
157
- /***/ "0cfb":
158
- /***/ (function(module, exports, __webpack_require__) {
159
-
160
- var DESCRIPTORS = __webpack_require__("83ab");
161
- var fails = __webpack_require__("d039");
162
- var createElement = __webpack_require__("cc12");
163
-
164
- // Thank's IE8 for his funny defineProperty
165
- module.exports = !DESCRIPTORS && !fails(function () {
166
- return Object.defineProperty(createElement('div'), 'a', {
167
- get: function () { return 7; }
168
- }).a != 7;
169
- });
170
-
171
-
172
- /***/ }),
173
-
174
- /***/ "14c3":
175
- /***/ (function(module, exports, __webpack_require__) {
176
-
177
- var classof = __webpack_require__("c6b6");
178
- var regexpExec = __webpack_require__("9263");
179
-
180
- // `RegExpExec` abstract operation
181
- // https://tc39.github.io/ecma262/#sec-regexpexec
182
- module.exports = function (R, S) {
183
- var exec = R.exec;
184
- if (typeof exec === 'function') {
185
- var result = exec.call(R, S);
186
- if (typeof result !== 'object') {
187
- throw TypeError('RegExp exec method returned something other than an Object or null');
188
- }
189
- return result;
190
- }
191
-
192
- if (classof(R) !== 'RegExp') {
193
- throw TypeError('RegExp#exec called on incompatible receiver');
194
- }
195
-
196
- return regexpExec.call(R, S);
197
- };
198
-
199
-
200
-
201
- /***/ }),
202
-
203
- /***/ "159b":
204
- /***/ (function(module, exports, __webpack_require__) {
205
-
206
- var global = __webpack_require__("da84");
207
- var DOMIterables = __webpack_require__("fdbc");
208
- var forEach = __webpack_require__("17c2");
209
- var createNonEnumerableProperty = __webpack_require__("9112");
210
-
211
- for (var COLLECTION_NAME in DOMIterables) {
212
- var Collection = global[COLLECTION_NAME];
213
- var CollectionPrototype = Collection && Collection.prototype;
214
- // some Chrome versions have non-configurable methods on DOMTokenList
215
- if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {
216
- createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);
217
- } catch (error) {
218
- CollectionPrototype.forEach = forEach;
219
- }
220
- }
221
-
222
-
223
- /***/ }),
224
-
225
- /***/ "17c2":
226
- /***/ (function(module, exports, __webpack_require__) {
227
-
228
- "use strict";
229
-
230
- var $forEach = __webpack_require__("b727").forEach;
231
- var arrayMethodIsStrict = __webpack_require__("a640");
232
- var arrayMethodUsesToLength = __webpack_require__("ae40");
233
-
234
- var STRICT_METHOD = arrayMethodIsStrict('forEach');
235
- var USES_TO_LENGTH = arrayMethodUsesToLength('forEach');
236
-
237
- // `Array.prototype.forEach` method implementation
238
- // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
239
- module.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {
240
- return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
241
- } : [].forEach;
242
-
243
-
244
- /***/ }),
245
-
246
- /***/ "1c0b":
247
- /***/ (function(module, exports) {
248
-
249
- module.exports = function (it) {
250
- if (typeof it != 'function') {
251
- throw TypeError(String(it) + ' is not a function');
252
- } return it;
253
- };
254
-
255
-
256
- /***/ }),
257
-
258
- /***/ "1d80":
259
- /***/ (function(module, exports) {
260
-
261
- // `RequireObjectCoercible` abstract operation
262
- // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
263
- module.exports = function (it) {
264
- if (it == undefined) throw TypeError("Can't call method on " + it);
265
- return it;
266
- };
267
-
268
-
269
- /***/ }),
270
-
271
- /***/ "1dde":
272
- /***/ (function(module, exports, __webpack_require__) {
273
-
274
- var fails = __webpack_require__("d039");
275
- var wellKnownSymbol = __webpack_require__("b622");
276
- var V8_VERSION = __webpack_require__("2d00");
277
-
278
- var SPECIES = wellKnownSymbol('species');
279
-
280
- module.exports = function (METHOD_NAME) {
281
- // We can't use this feature detection in V8 since it causes
282
- // deoptimization and serious performance degradation
283
- // https://github.com/zloirock/core-js/issues/677
284
- return V8_VERSION >= 51 || !fails(function () {
285
- var array = [];
286
- var constructor = array.constructor = {};
287
- constructor[SPECIES] = function () {
288
- return { foo: 1 };
289
- };
290
- return array[METHOD_NAME](Boolean).foo !== 1;
291
- });
292
- };
293
-
294
-
295
- /***/ }),
296
-
297
- /***/ "23cb":
298
- /***/ (function(module, exports, __webpack_require__) {
299
-
300
- var toInteger = __webpack_require__("a691");
301
-
302
- var max = Math.max;
303
- var min = Math.min;
304
-
305
- // Helper for a popular repeating case of the spec:
306
- // Let integer be ? ToInteger(index).
307
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
308
- module.exports = function (index, length) {
309
- var integer = toInteger(index);
310
- return integer < 0 ? max(integer + length, 0) : min(integer, length);
311
- };
312
-
313
-
314
- /***/ }),
315
-
316
- /***/ "23e7":
317
- /***/ (function(module, exports, __webpack_require__) {
318
-
319
- var global = __webpack_require__("da84");
320
- var getOwnPropertyDescriptor = __webpack_require__("06cf").f;
321
- var createNonEnumerableProperty = __webpack_require__("9112");
322
- var redefine = __webpack_require__("6eeb");
323
- var setGlobal = __webpack_require__("ce4e");
324
- var copyConstructorProperties = __webpack_require__("e893");
325
- var isForced = __webpack_require__("94ca");
326
-
327
- /*
328
- options.target - name of the target object
329
- options.global - target is the global object
330
- options.stat - export as static methods of target
331
- options.proto - export as prototype methods of target
332
- options.real - real prototype method for the `pure` version
333
- options.forced - export even if the native feature is available
334
- options.bind - bind methods to the target, required for the `pure` version
335
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
336
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
337
- options.sham - add a flag to not completely full polyfills
338
- options.enumerable - export as enumerable property
339
- options.noTargetGet - prevent calling a getter on target
340
- */
341
- module.exports = function (options, source) {
342
- var TARGET = options.target;
343
- var GLOBAL = options.global;
344
- var STATIC = options.stat;
345
- var FORCED, target, key, targetProperty, sourceProperty, descriptor;
346
- if (GLOBAL) {
347
- target = global;
348
- } else if (STATIC) {
349
- target = global[TARGET] || setGlobal(TARGET, {});
350
- } else {
351
- target = (global[TARGET] || {}).prototype;
352
- }
353
- if (target) for (key in source) {
354
- sourceProperty = source[key];
355
- if (options.noTargetGet) {
356
- descriptor = getOwnPropertyDescriptor(target, key);
357
- targetProperty = descriptor && descriptor.value;
358
- } else targetProperty = target[key];
359
- FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
360
- // contained in target
361
- if (!FORCED && targetProperty !== undefined) {
362
- if (typeof sourceProperty === typeof targetProperty) continue;
363
- copyConstructorProperties(sourceProperty, targetProperty);
364
- }
365
- // add a flag to not completely full polyfills
366
- if (options.sham || (targetProperty && targetProperty.sham)) {
367
- createNonEnumerableProperty(sourceProperty, 'sham', true);
368
- }
369
- // extend global
370
- redefine(target, key, sourceProperty, options);
371
- }
372
- };
373
-
374
-
375
- /***/ }),
376
-
377
- /***/ "241c":
378
- /***/ (function(module, exports, __webpack_require__) {
379
-
380
- var internalObjectKeys = __webpack_require__("ca84");
381
- var enumBugKeys = __webpack_require__("7839");
382
-
383
- var hiddenKeys = enumBugKeys.concat('length', 'prototype');
384
-
385
- // `Object.getOwnPropertyNames` method
386
- // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
387
- exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
388
- return internalObjectKeys(O, hiddenKeys);
389
- };
390
-
391
-
392
- /***/ }),
393
-
394
- /***/ "2cd8":
395
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
396
-
397
- "use strict";
398
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_DropdownMenu_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("e0d0");
399
- /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_DropdownMenu_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_DropdownMenu_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);
400
- /* unused harmony reexport * */
401
- /* unused harmony default export */ var _unused_webpack_default_export = (_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_DropdownMenu_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default.a);
402
-
403
- /***/ }),
404
-
405
- /***/ "2d00":
406
- /***/ (function(module, exports, __webpack_require__) {
407
-
408
- var global = __webpack_require__("da84");
409
- var userAgent = __webpack_require__("342f");
410
-
411
- var process = global.process;
412
- var versions = process && process.versions;
413
- var v8 = versions && versions.v8;
414
- var match, version;
415
-
416
- if (v8) {
417
- match = v8.split('.');
418
- version = match[0] + match[1];
419
- } else if (userAgent) {
420
- match = userAgent.match(/Edge\/(\d+)/);
421
- if (!match || match[1] >= 74) {
422
- match = userAgent.match(/Chrome\/(\d+)/);
423
- if (match) version = match[1];
424
- }
425
- }
426
-
427
- module.exports = version && +version;
428
-
429
-
430
- /***/ }),
431
-
432
- /***/ "342f":
433
- /***/ (function(module, exports, __webpack_require__) {
434
-
435
- var getBuiltIn = __webpack_require__("d066");
436
-
437
- module.exports = getBuiltIn('navigator', 'userAgent') || '';
438
-
439
-
440
- /***/ }),
441
-
442
- /***/ "4160":
443
- /***/ (function(module, exports, __webpack_require__) {
444
-
445
- "use strict";
446
-
447
- var $ = __webpack_require__("23e7");
448
- var forEach = __webpack_require__("17c2");
449
-
450
- // `Array.prototype.forEach` method
451
- // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
452
- $({ target: 'Array', proto: true, forced: [].forEach != forEach }, {
453
- forEach: forEach
454
- });
455
-
456
-
457
- /***/ }),
458
-
459
- /***/ "428f":
460
- /***/ (function(module, exports, __webpack_require__) {
461
-
462
- var global = __webpack_require__("da84");
463
-
464
- module.exports = global;
465
-
466
-
467
- /***/ }),
468
-
469
- /***/ "44ad":
470
- /***/ (function(module, exports, __webpack_require__) {
471
-
472
- var fails = __webpack_require__("d039");
473
- var classof = __webpack_require__("c6b6");
474
-
475
- var split = ''.split;
476
-
477
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
478
- module.exports = fails(function () {
479
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
480
- // eslint-disable-next-line no-prototype-builtins
481
- return !Object('z').propertyIsEnumerable(0);
482
- }) ? function (it) {
483
- return classof(it) == 'String' ? split.call(it, '') : Object(it);
484
- } : Object;
485
-
486
-
487
- /***/ }),
488
-
489
- /***/ "466d":
490
- /***/ (function(module, exports, __webpack_require__) {
491
-
492
- "use strict";
493
-
494
- var fixRegExpWellKnownSymbolLogic = __webpack_require__("d784");
495
- var anObject = __webpack_require__("825a");
496
- var toLength = __webpack_require__("50c4");
497
- var requireObjectCoercible = __webpack_require__("1d80");
498
- var advanceStringIndex = __webpack_require__("8aa5");
499
- var regExpExec = __webpack_require__("14c3");
500
-
501
- // @@match logic
502
- fixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {
503
- return [
504
- // `String.prototype.match` method
505
- // https://tc39.github.io/ecma262/#sec-string.prototype.match
506
- function match(regexp) {
507
- var O = requireObjectCoercible(this);
508
- var matcher = regexp == undefined ? undefined : regexp[MATCH];
509
- return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
510
- },
511
- // `RegExp.prototype[@@match]` method
512
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match
513
- function (regexp) {
514
- var res = maybeCallNative(nativeMatch, regexp, this);
515
- if (res.done) return res.value;
516
-
517
- var rx = anObject(regexp);
518
- var S = String(this);
519
-
520
- if (!rx.global) return regExpExec(rx, S);
521
-
522
- var fullUnicode = rx.unicode;
523
- rx.lastIndex = 0;
524
- var A = [];
525
- var n = 0;
526
- var result;
527
- while ((result = regExpExec(rx, S)) !== null) {
528
- var matchStr = String(result[0]);
529
- A[n] = matchStr;
530
- if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
531
- n++;
532
- }
533
- return n === 0 ? null : A;
534
- }
535
- ];
536
- });
537
-
538
-
539
- /***/ }),
540
-
541
- /***/ "4930":
542
- /***/ (function(module, exports, __webpack_require__) {
543
-
544
- var fails = __webpack_require__("d039");
545
-
546
- module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
547
- // Chrome 38 Symbol has incorrect toString conversion
548
- // eslint-disable-next-line no-undef
549
- return !String(Symbol());
550
- });
551
-
552
-
553
- /***/ }),
554
-
555
- /***/ "498a":
556
- /***/ (function(module, exports, __webpack_require__) {
557
-
558
- "use strict";
559
-
560
- var $ = __webpack_require__("23e7");
561
- var $trim = __webpack_require__("58a8").trim;
562
- var forcedStringTrimMethod = __webpack_require__("c8d2");
563
-
564
- // `String.prototype.trim` method
565
- // https://tc39.github.io/ecma262/#sec-string.prototype.trim
566
- $({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
567
- trim: function trim() {
568
- return $trim(this);
569
- }
570
- });
571
-
572
-
573
- /***/ }),
574
-
575
- /***/ "4d64":
576
- /***/ (function(module, exports, __webpack_require__) {
577
-
578
- var toIndexedObject = __webpack_require__("fc6a");
579
- var toLength = __webpack_require__("50c4");
580
- var toAbsoluteIndex = __webpack_require__("23cb");
581
-
582
- // `Array.prototype.{ indexOf, includes }` methods implementation
583
- var createMethod = function (IS_INCLUDES) {
584
- return function ($this, el, fromIndex) {
585
- var O = toIndexedObject($this);
586
- var length = toLength(O.length);
587
- var index = toAbsoluteIndex(fromIndex, length);
588
- var value;
589
- // Array#includes uses SameValueZero equality algorithm
590
- // eslint-disable-next-line no-self-compare
591
- if (IS_INCLUDES && el != el) while (length > index) {
592
- value = O[index++];
593
- // eslint-disable-next-line no-self-compare
594
- if (value != value) return true;
595
- // Array#indexOf ignores holes, Array#includes - not
596
- } else for (;length > index; index++) {
597
- if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
598
- } return !IS_INCLUDES && -1;
599
- };
600
- };
601
-
602
- module.exports = {
603
- // `Array.prototype.includes` method
604
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
605
- includes: createMethod(true),
606
- // `Array.prototype.indexOf` method
607
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
608
- indexOf: createMethod(false)
609
- };
610
-
611
-
612
- /***/ }),
613
-
614
- /***/ "4de4":
615
- /***/ (function(module, exports, __webpack_require__) {
616
-
617
- "use strict";
618
-
619
- var $ = __webpack_require__("23e7");
620
- var $filter = __webpack_require__("b727").filter;
621
- var arrayMethodHasSpeciesSupport = __webpack_require__("1dde");
622
- var arrayMethodUsesToLength = __webpack_require__("ae40");
623
-
624
- var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
625
- // Edge 14- issue
626
- var USES_TO_LENGTH = arrayMethodUsesToLength('filter');
627
-
628
- // `Array.prototype.filter` method
629
- // https://tc39.github.io/ecma262/#sec-array.prototype.filter
630
- // with adding support of @@species
631
- $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
632
- filter: function filter(callbackfn /* , thisArg */) {
633
- return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
634
- }
635
- });
636
-
637
-
638
- /***/ }),
639
-
640
- /***/ "50c4":
641
- /***/ (function(module, exports, __webpack_require__) {
642
-
643
- var toInteger = __webpack_require__("a691");
644
-
645
- var min = Math.min;
646
-
647
- // `ToLength` abstract operation
648
- // https://tc39.github.io/ecma262/#sec-tolength
649
- module.exports = function (argument) {
650
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
651
- };
652
-
653
-
654
- /***/ }),
655
-
656
- /***/ "5135":
657
- /***/ (function(module, exports) {
658
-
659
- var hasOwnProperty = {}.hasOwnProperty;
660
-
661
- module.exports = function (it, key) {
662
- return hasOwnProperty.call(it, key);
663
- };
664
-
665
-
666
- /***/ }),
667
-
668
- /***/ "5692":
669
- /***/ (function(module, exports, __webpack_require__) {
670
-
671
- var IS_PURE = __webpack_require__("c430");
672
- var store = __webpack_require__("c6cd");
673
-
674
- (module.exports = function (key, value) {
675
- return store[key] || (store[key] = value !== undefined ? value : {});
676
- })('versions', []).push({
677
- version: '3.6.5',
678
- mode: IS_PURE ? 'pure' : 'global',
679
- copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
680
- });
681
-
682
-
683
- /***/ }),
684
-
685
- /***/ "56ef":
686
- /***/ (function(module, exports, __webpack_require__) {
687
-
688
- var getBuiltIn = __webpack_require__("d066");
689
- var getOwnPropertyNamesModule = __webpack_require__("241c");
690
- var getOwnPropertySymbolsModule = __webpack_require__("7418");
691
- var anObject = __webpack_require__("825a");
692
-
693
- // all object keys, includes non-enumerable and symbols
694
- module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
695
- var keys = getOwnPropertyNamesModule.f(anObject(it));
696
- var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
697
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
698
- };
699
-
700
-
701
- /***/ }),
702
-
703
- /***/ "5899":
704
- /***/ (function(module, exports) {
705
-
706
- // a string of all valid unicode whitespaces
707
- // eslint-disable-next-line max-len
708
- module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
709
-
710
-
711
- /***/ }),
712
-
713
- /***/ "58a8":
714
- /***/ (function(module, exports, __webpack_require__) {
715
-
716
- var requireObjectCoercible = __webpack_require__("1d80");
717
- var whitespaces = __webpack_require__("5899");
718
-
719
- var whitespace = '[' + whitespaces + ']';
720
- var ltrim = RegExp('^' + whitespace + whitespace + '*');
721
- var rtrim = RegExp(whitespace + whitespace + '*$');
722
-
723
- // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
724
- var createMethod = function (TYPE) {
725
- return function ($this) {
726
- var string = String(requireObjectCoercible($this));
727
- if (TYPE & 1) string = string.replace(ltrim, '');
728
- if (TYPE & 2) string = string.replace(rtrim, '');
729
- return string;
730
- };
731
- };
732
-
733
- module.exports = {
734
- // `String.prototype.{ trimLeft, trimStart }` methods
735
- // https://tc39.github.io/ecma262/#sec-string.prototype.trimstart
736
- start: createMethod(1),
737
- // `String.prototype.{ trimRight, trimEnd }` methods
738
- // https://tc39.github.io/ecma262/#sec-string.prototype.trimend
739
- end: createMethod(2),
740
- // `String.prototype.trim` method
741
- // https://tc39.github.io/ecma262/#sec-string.prototype.trim
742
- trim: createMethod(3)
743
- };
744
-
745
-
746
- /***/ }),
747
-
748
- /***/ "5c6c":
749
- /***/ (function(module, exports) {
750
-
751
- module.exports = function (bitmap, value) {
752
- return {
753
- enumerable: !(bitmap & 1),
754
- configurable: !(bitmap & 2),
755
- writable: !(bitmap & 4),
756
- value: value
757
- };
758
- };
759
-
760
-
761
- /***/ }),
762
-
763
- /***/ "60da":
764
- /***/ (function(module, exports, __webpack_require__) {
765
-
766
- "use strict";
767
-
768
- var DESCRIPTORS = __webpack_require__("83ab");
769
- var fails = __webpack_require__("d039");
770
- var objectKeys = __webpack_require__("df75");
771
- var getOwnPropertySymbolsModule = __webpack_require__("7418");
772
- var propertyIsEnumerableModule = __webpack_require__("d1e7");
773
- var toObject = __webpack_require__("7b0b");
774
- var IndexedObject = __webpack_require__("44ad");
775
-
776
- var nativeAssign = Object.assign;
777
- var defineProperty = Object.defineProperty;
778
-
779
- // `Object.assign` method
780
- // https://tc39.github.io/ecma262/#sec-object.assign
781
- module.exports = !nativeAssign || fails(function () {
782
- // should have correct order of operations (Edge bug)
783
- if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {
784
- enumerable: true,
785
- get: function () {
786
- defineProperty(this, 'b', {
787
- value: 3,
788
- enumerable: false
789
- });
790
- }
791
- }), { b: 2 })).b !== 1) return true;
792
- // should work with symbols and should have deterministic property order (V8 bug)
793
- var A = {};
794
- var B = {};
795
- // eslint-disable-next-line no-undef
796
- var symbol = Symbol();
797
- var alphabet = 'abcdefghijklmnopqrst';
798
- A[symbol] = 7;
799
- alphabet.split('').forEach(function (chr) { B[chr] = chr; });
800
- return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;
801
- }) ? function assign(target, source) { // eslint-disable-line no-unused-vars
802
- var T = toObject(target);
803
- var argumentsLength = arguments.length;
804
- var index = 1;
805
- var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
806
- var propertyIsEnumerable = propertyIsEnumerableModule.f;
807
- while (argumentsLength > index) {
808
- var S = IndexedObject(arguments[index++]);
809
- var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);
810
- var length = keys.length;
811
- var j = 0;
812
- var key;
813
- while (length > j) {
814
- key = keys[j++];
815
- if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];
816
- }
817
- } return T;
818
- } : nativeAssign;
819
-
820
-
821
- /***/ }),
822
-
823
- /***/ "6547":
824
- /***/ (function(module, exports, __webpack_require__) {
825
-
826
- var toInteger = __webpack_require__("a691");
827
- var requireObjectCoercible = __webpack_require__("1d80");
828
-
829
- // `String.prototype.{ codePointAt, at }` methods implementation
830
- var createMethod = function (CONVERT_TO_STRING) {
831
- return function ($this, pos) {
832
- var S = String(requireObjectCoercible($this));
833
- var position = toInteger(pos);
834
- var size = S.length;
835
- var first, second;
836
- if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
837
- first = S.charCodeAt(position);
838
- return first < 0xD800 || first > 0xDBFF || position + 1 === size
839
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
840
- ? CONVERT_TO_STRING ? S.charAt(position) : first
841
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
842
- };
843
- };
844
-
845
- module.exports = {
846
- // `String.prototype.codePointAt` method
847
- // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
848
- codeAt: createMethod(false),
849
- // `String.prototype.at` method
850
- // https://github.com/mathiasbynens/String.prototype.at
851
- charAt: createMethod(true)
852
- };
853
-
854
-
855
- /***/ }),
856
-
857
- /***/ "658e":
858
- /***/ (function(module, exports, __webpack_require__) {
859
-
860
- // extracted by mini-css-extract-plugin
861
-
862
- /***/ }),
863
-
864
- /***/ "65f0":
865
- /***/ (function(module, exports, __webpack_require__) {
866
-
867
- var isObject = __webpack_require__("861d");
868
- var isArray = __webpack_require__("e8b5");
869
- var wellKnownSymbol = __webpack_require__("b622");
870
-
871
- var SPECIES = wellKnownSymbol('species');
872
-
873
- // `ArraySpeciesCreate` abstract operation
874
- // https://tc39.github.io/ecma262/#sec-arrayspeciescreate
875
- module.exports = function (originalArray, length) {
876
- var C;
877
- if (isArray(originalArray)) {
878
- C = originalArray.constructor;
879
- // cross-realm fallback
880
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
881
- else if (isObject(C)) {
882
- C = C[SPECIES];
883
- if (C === null) C = undefined;
884
- }
885
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
886
- };
887
-
888
-
889
- /***/ }),
890
-
891
- /***/ "69f3":
892
- /***/ (function(module, exports, __webpack_require__) {
893
-
894
- var NATIVE_WEAK_MAP = __webpack_require__("7f9a");
895
- var global = __webpack_require__("da84");
896
- var isObject = __webpack_require__("861d");
897
- var createNonEnumerableProperty = __webpack_require__("9112");
898
- var objectHas = __webpack_require__("5135");
899
- var sharedKey = __webpack_require__("f772");
900
- var hiddenKeys = __webpack_require__("d012");
901
-
902
- var WeakMap = global.WeakMap;
903
- var set, get, has;
904
-
905
- var enforce = function (it) {
906
- return has(it) ? get(it) : set(it, {});
907
- };
908
-
909
- var getterFor = function (TYPE) {
910
- return function (it) {
911
- var state;
912
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
913
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
914
- } return state;
915
- };
916
- };
917
-
918
- if (NATIVE_WEAK_MAP) {
919
- var store = new WeakMap();
920
- var wmget = store.get;
921
- var wmhas = store.has;
922
- var wmset = store.set;
923
- set = function (it, metadata) {
924
- wmset.call(store, it, metadata);
925
- return metadata;
926
- };
927
- get = function (it) {
928
- return wmget.call(store, it) || {};
929
- };
930
- has = function (it) {
931
- return wmhas.call(store, it);
932
- };
933
- } else {
934
- var STATE = sharedKey('state');
935
- hiddenKeys[STATE] = true;
936
- set = function (it, metadata) {
937
- createNonEnumerableProperty(it, STATE, metadata);
938
- return metadata;
939
- };
940
- get = function (it) {
941
- return objectHas(it, STATE) ? it[STATE] : {};
942
- };
943
- has = function (it) {
944
- return objectHas(it, STATE);
945
- };
946
- }
947
-
948
- module.exports = {
949
- set: set,
950
- get: get,
951
- has: has,
952
- enforce: enforce,
953
- getterFor: getterFor
954
- };
955
-
956
-
957
- /***/ }),
958
-
959
- /***/ "6eeb":
960
- /***/ (function(module, exports, __webpack_require__) {
961
-
962
- var global = __webpack_require__("da84");
963
- var createNonEnumerableProperty = __webpack_require__("9112");
964
- var has = __webpack_require__("5135");
965
- var setGlobal = __webpack_require__("ce4e");
966
- var inspectSource = __webpack_require__("8925");
967
- var InternalStateModule = __webpack_require__("69f3");
968
-
969
- var getInternalState = InternalStateModule.get;
970
- var enforceInternalState = InternalStateModule.enforce;
971
- var TEMPLATE = String(String).split('String');
972
-
973
- (module.exports = function (O, key, value, options) {
974
- var unsafe = options ? !!options.unsafe : false;
975
- var simple = options ? !!options.enumerable : false;
976
- var noTargetGet = options ? !!options.noTargetGet : false;
977
- if (typeof value == 'function') {
978
- if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);
979
- enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');
980
- }
981
- if (O === global) {
982
- if (simple) O[key] = value;
983
- else setGlobal(key, value);
984
- return;
985
- } else if (!unsafe) {
986
- delete O[key];
987
- } else if (!noTargetGet && O[key]) {
988
- simple = true;
989
- }
990
- if (simple) O[key] = value;
991
- else createNonEnumerableProperty(O, key, value);
992
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
993
- })(Function.prototype, 'toString', function toString() {
994
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
995
- });
996
-
997
-
998
- /***/ }),
999
-
1000
- /***/ "7418":
1001
- /***/ (function(module, exports) {
1002
-
1003
- exports.f = Object.getOwnPropertySymbols;
1004
-
1005
-
1006
- /***/ }),
1007
-
1008
- /***/ "7839":
1009
- /***/ (function(module, exports) {
1010
-
1011
- // IE8- don't enum bug keys
1012
- module.exports = [
1013
- 'constructor',
1014
- 'hasOwnProperty',
1015
- 'isPrototypeOf',
1016
- 'propertyIsEnumerable',
1017
- 'toLocaleString',
1018
- 'toString',
1019
- 'valueOf'
1020
- ];
1021
-
1022
-
1023
- /***/ }),
1024
-
1025
- /***/ "7b0b":
1026
- /***/ (function(module, exports, __webpack_require__) {
1027
-
1028
- var requireObjectCoercible = __webpack_require__("1d80");
1029
-
1030
- // `ToObject` abstract operation
1031
- // https://tc39.github.io/ecma262/#sec-toobject
1032
- module.exports = function (argument) {
1033
- return Object(requireObjectCoercible(argument));
1034
- };
1035
-
1036
-
1037
- /***/ }),
1038
-
1039
- /***/ "7f9a":
1040
- /***/ (function(module, exports, __webpack_require__) {
1041
-
1042
- var global = __webpack_require__("da84");
1043
- var inspectSource = __webpack_require__("8925");
1044
-
1045
- var WeakMap = global.WeakMap;
1046
-
1047
- module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
1048
-
1049
-
1050
- /***/ }),
1051
-
1052
- /***/ "825a":
1053
- /***/ (function(module, exports, __webpack_require__) {
1054
-
1055
- var isObject = __webpack_require__("861d");
1056
-
1057
- module.exports = function (it) {
1058
- if (!isObject(it)) {
1059
- throw TypeError(String(it) + ' is not an object');
1060
- } return it;
1061
- };
1062
-
1063
-
1064
- /***/ }),
1065
-
1066
- /***/ "83ab":
1067
- /***/ (function(module, exports, __webpack_require__) {
1068
-
1069
- var fails = __webpack_require__("d039");
1070
-
1071
- // Thank's IE8 for his funny defineProperty
1072
- module.exports = !fails(function () {
1073
- return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
1074
- });
1075
-
1076
-
1077
- /***/ }),
1078
-
1079
- /***/ "8418":
1080
- /***/ (function(module, exports, __webpack_require__) {
1081
-
1082
- "use strict";
1083
-
1084
- var toPrimitive = __webpack_require__("c04e");
1085
- var definePropertyModule = __webpack_require__("9bf2");
1086
- var createPropertyDescriptor = __webpack_require__("5c6c");
1087
-
1088
- module.exports = function (object, key, value) {
1089
- var propertyKey = toPrimitive(key);
1090
- if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
1091
- else object[propertyKey] = value;
1092
- };
1093
-
1094
-
1095
- /***/ }),
1096
-
1097
- /***/ "861d":
1098
- /***/ (function(module, exports) {
1099
-
1100
- module.exports = function (it) {
1101
- return typeof it === 'object' ? it !== null : typeof it === 'function';
1102
- };
1103
-
1104
-
1105
- /***/ }),
1106
-
1107
- /***/ "8875":
1108
- /***/ (function(module, exports, __webpack_require__) {
1109
-
1110
- var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;// addapted from the document.currentScript polyfill by Adam Miller
1111
- // MIT license
1112
- // source: https://github.com/amiller-gh/currentScript-polyfill
1113
-
1114
- // added support for Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1620505
1115
-
1116
- (function (root, factory) {
1117
- if (true) {
1118
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
1119
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
1120
- (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
1121
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
1122
- } else {}
1123
- }(typeof self !== 'undefined' ? self : this, function () {
1124
- function getCurrentScript () {
1125
- var descriptor = Object.getOwnPropertyDescriptor(document, 'currentScript')
1126
- // for chrome
1127
- if (!descriptor && 'currentScript' in document && document.currentScript) {
1128
- return document.currentScript
1129
- }
1130
-
1131
- // for other browsers with native support for currentScript
1132
- if (descriptor && descriptor.get !== getCurrentScript && document.currentScript) {
1133
- return document.currentScript
1134
- }
1135
-
1136
- // IE 8-10 support script readyState
1137
- // IE 11+ & Firefox support stack trace
1138
- try {
1139
- throw new Error();
1140
- }
1141
- catch (err) {
1142
- // Find the second match for the "at" string to get file src url from stack.
1143
- var ieStackRegExp = /.*at [^(]*\((.*):(.+):(.+)\)$/ig,
1144
- ffStackRegExp = /@([^@]*):(\d+):(\d+)\s*$/ig,
1145
- stackDetails = ieStackRegExp.exec(err.stack) || ffStackRegExp.exec(err.stack),
1146
- scriptLocation = (stackDetails && stackDetails[1]) || false,
1147
- line = (stackDetails && stackDetails[2]) || false,
1148
- currentLocation = document.location.href.replace(document.location.hash, ''),
1149
- pageSource,
1150
- inlineScriptSourceRegExp,
1151
- inlineScriptSource,
1152
- scripts = document.getElementsByTagName('script'); // Live NodeList collection
1153
-
1154
- if (scriptLocation === currentLocation) {
1155
- pageSource = document.documentElement.outerHTML;
1156
- inlineScriptSourceRegExp = new RegExp('(?:[^\\n]+?\\n){0,' + (line - 2) + '}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*', 'i');
1157
- inlineScriptSource = pageSource.replace(inlineScriptSourceRegExp, '$1').trim();
1158
- }
1159
-
1160
- for (var i = 0; i < scripts.length; i++) {
1161
- // If ready state is interactive, return the script tag
1162
- if (scripts[i].readyState === 'interactive') {
1163
- return scripts[i];
1164
- }
1165
-
1166
- // If src matches, return the script tag
1167
- if (scripts[i].src === scriptLocation) {
1168
- return scripts[i];
1169
- }
1170
-
1171
- // If inline source matches, return the script tag
1172
- if (
1173
- scriptLocation === currentLocation &&
1174
- scripts[i].innerHTML &&
1175
- scripts[i].innerHTML.trim() === inlineScriptSource
1176
- ) {
1177
- return scripts[i];
1178
- }
1179
- }
1180
-
1181
- // If no match, return null
1182
- return null;
1183
- }
1184
- };
1185
-
1186
- return getCurrentScript
1187
- }));
1188
-
1189
-
1190
- /***/ }),
1191
-
1192
- /***/ "8925":
1193
- /***/ (function(module, exports, __webpack_require__) {
1194
-
1195
- var store = __webpack_require__("c6cd");
1196
-
1197
- var functionToString = Function.toString;
1198
-
1199
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
1200
- if (typeof store.inspectSource != 'function') {
1201
- store.inspectSource = function (it) {
1202
- return functionToString.call(it);
1203
- };
1204
- }
1205
-
1206
- module.exports = store.inspectSource;
1207
-
1208
-
1209
- /***/ }),
1210
-
1211
- /***/ "8aa5":
1212
- /***/ (function(module, exports, __webpack_require__) {
1213
-
1214
- "use strict";
1215
-
1216
- var charAt = __webpack_require__("6547").charAt;
1217
-
1218
- // `AdvanceStringIndex` abstract operation
1219
- // https://tc39.github.io/ecma262/#sec-advancestringindex
1220
- module.exports = function (S, index, unicode) {
1221
- return index + (unicode ? charAt(S, index).length : 1);
1222
- };
1223
-
1224
-
1225
- /***/ }),
1226
-
1227
- /***/ "90e3":
1228
- /***/ (function(module, exports) {
1229
-
1230
- var id = 0;
1231
- var postfix = Math.random();
1232
-
1233
- module.exports = function (key) {
1234
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
1235
- };
1236
-
1237
-
1238
- /***/ }),
1239
-
1240
- /***/ "9112":
1241
- /***/ (function(module, exports, __webpack_require__) {
1242
-
1243
- var DESCRIPTORS = __webpack_require__("83ab");
1244
- var definePropertyModule = __webpack_require__("9bf2");
1245
- var createPropertyDescriptor = __webpack_require__("5c6c");
1246
-
1247
- module.exports = DESCRIPTORS ? function (object, key, value) {
1248
- return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
1249
- } : function (object, key, value) {
1250
- object[key] = value;
1251
- return object;
1252
- };
1253
-
1254
-
1255
- /***/ }),
1256
-
1257
- /***/ "9263":
1258
- /***/ (function(module, exports, __webpack_require__) {
1259
-
1260
- "use strict";
1261
-
1262
- var regexpFlags = __webpack_require__("ad6d");
1263
- var stickyHelpers = __webpack_require__("9f7f");
1264
-
1265
- var nativeExec = RegExp.prototype.exec;
1266
- // This always refers to the native implementation, because the
1267
- // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
1268
- // which loads this file before patching the method.
1269
- var nativeReplace = String.prototype.replace;
1270
-
1271
- var patchedExec = nativeExec;
1272
-
1273
- var UPDATES_LAST_INDEX_WRONG = (function () {
1274
- var re1 = /a/;
1275
- var re2 = /b*/g;
1276
- nativeExec.call(re1, 'a');
1277
- nativeExec.call(re2, 'a');
1278
- return re1.lastIndex !== 0 || re2.lastIndex !== 0;
1279
- })();
1280
-
1281
- var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;
1282
-
1283
- // nonparticipating capturing group, copied from es5-shim's String#split patch.
1284
- var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
1285
-
1286
- var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;
1287
-
1288
- if (PATCH) {
1289
- patchedExec = function exec(str) {
1290
- var re = this;
1291
- var lastIndex, reCopy, match, i;
1292
- var sticky = UNSUPPORTED_Y && re.sticky;
1293
- var flags = regexpFlags.call(re);
1294
- var source = re.source;
1295
- var charsAdded = 0;
1296
- var strCopy = str;
1297
-
1298
- if (sticky) {
1299
- flags = flags.replace('y', '');
1300
- if (flags.indexOf('g') === -1) {
1301
- flags += 'g';
1302
- }
1303
-
1304
- strCopy = String(str).slice(re.lastIndex);
1305
- // Support anchored sticky behavior.
1306
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
1307
- source = '(?: ' + source + ')';
1308
- strCopy = ' ' + strCopy;
1309
- charsAdded++;
1310
- }
1311
- // ^(? + rx + ) is needed, in combination with some str slicing, to
1312
- // simulate the 'y' flag.
1313
- reCopy = new RegExp('^(?:' + source + ')', flags);
1314
- }
1315
-
1316
- if (NPCG_INCLUDED) {
1317
- reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
1318
- }
1319
- if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
1320
-
1321
- match = nativeExec.call(sticky ? reCopy : re, strCopy);
1322
-
1323
- if (sticky) {
1324
- if (match) {
1325
- match.input = match.input.slice(charsAdded);
1326
- match[0] = match[0].slice(charsAdded);
1327
- match.index = re.lastIndex;
1328
- re.lastIndex += match[0].length;
1329
- } else re.lastIndex = 0;
1330
- } else if (UPDATES_LAST_INDEX_WRONG && match) {
1331
- re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
1332
- }
1333
- if (NPCG_INCLUDED && match && match.length > 1) {
1334
- // Fix browsers whose `exec` methods don't consistently return `undefined`
1335
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
1336
- nativeReplace.call(match[0], reCopy, function () {
1337
- for (i = 1; i < arguments.length - 2; i++) {
1338
- if (arguments[i] === undefined) match[i] = undefined;
1339
- }
1340
- });
1341
- }
1342
-
1343
- return match;
1344
- };
1345
- }
1346
-
1347
- module.exports = patchedExec;
1348
-
1349
-
1350
- /***/ }),
1351
-
1352
- /***/ "94ca":
1353
- /***/ (function(module, exports, __webpack_require__) {
1354
-
1355
- var fails = __webpack_require__("d039");
1356
-
1357
- var replacement = /#|\.prototype\./;
1358
-
1359
- var isForced = function (feature, detection) {
1360
- var value = data[normalize(feature)];
1361
- return value == POLYFILL ? true
1362
- : value == NATIVE ? false
1363
- : typeof detection == 'function' ? fails(detection)
1364
- : !!detection;
1365
- };
1366
-
1367
- var normalize = isForced.normalize = function (string) {
1368
- return String(string).replace(replacement, '.').toLowerCase();
1369
- };
1370
-
1371
- var data = isForced.data = {};
1372
- var NATIVE = isForced.NATIVE = 'N';
1373
- var POLYFILL = isForced.POLYFILL = 'P';
1374
-
1375
- module.exports = isForced;
1376
-
1377
-
1378
- /***/ }),
1379
-
1380
- /***/ "99af":
1381
- /***/ (function(module, exports, __webpack_require__) {
1382
-
1383
- "use strict";
1384
-
1385
- var $ = __webpack_require__("23e7");
1386
- var fails = __webpack_require__("d039");
1387
- var isArray = __webpack_require__("e8b5");
1388
- var isObject = __webpack_require__("861d");
1389
- var toObject = __webpack_require__("7b0b");
1390
- var toLength = __webpack_require__("50c4");
1391
- var createProperty = __webpack_require__("8418");
1392
- var arraySpeciesCreate = __webpack_require__("65f0");
1393
- var arrayMethodHasSpeciesSupport = __webpack_require__("1dde");
1394
- var wellKnownSymbol = __webpack_require__("b622");
1395
- var V8_VERSION = __webpack_require__("2d00");
1396
-
1397
- var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1398
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1399
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1400
-
1401
- // We can't use this feature detection in V8 since it causes
1402
- // deoptimization and serious performance degradation
1403
- // https://github.com/zloirock/core-js/issues/679
1404
- var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {
1405
- var array = [];
1406
- array[IS_CONCAT_SPREADABLE] = false;
1407
- return array.concat()[0] !== array;
1408
- });
1409
-
1410
- var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
1411
-
1412
- var isConcatSpreadable = function (O) {
1413
- if (!isObject(O)) return false;
1414
- var spreadable = O[IS_CONCAT_SPREADABLE];
1415
- return spreadable !== undefined ? !!spreadable : isArray(O);
1416
- };
1417
-
1418
- var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
1419
-
1420
- // `Array.prototype.concat` method
1421
- // https://tc39.github.io/ecma262/#sec-array.prototype.concat
1422
- // with adding support of @@isConcatSpreadable and @@species
1423
- $({ target: 'Array', proto: true, forced: FORCED }, {
1424
- concat: function concat(arg) { // eslint-disable-line no-unused-vars
1425
- var O = toObject(this);
1426
- var A = arraySpeciesCreate(O, 0);
1427
- var n = 0;
1428
- var i, k, length, len, E;
1429
- for (i = -1, length = arguments.length; i < length; i++) {
1430
- E = i === -1 ? O : arguments[i];
1431
- if (isConcatSpreadable(E)) {
1432
- len = toLength(E.length);
1433
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1434
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1435
- } else {
1436
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1437
- createProperty(A, n++, E);
1438
- }
1439
- }
1440
- A.length = n;
1441
- return A;
1442
- }
1443
- });
1444
-
1445
-
1446
- /***/ }),
1447
-
1448
- /***/ "9bf2":
1449
- /***/ (function(module, exports, __webpack_require__) {
1450
-
1451
- var DESCRIPTORS = __webpack_require__("83ab");
1452
- var IE8_DOM_DEFINE = __webpack_require__("0cfb");
1453
- var anObject = __webpack_require__("825a");
1454
- var toPrimitive = __webpack_require__("c04e");
1455
-
1456
- var nativeDefineProperty = Object.defineProperty;
1457
-
1458
- // `Object.defineProperty` method
1459
- // https://tc39.github.io/ecma262/#sec-object.defineproperty
1460
- exports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
1461
- anObject(O);
1462
- P = toPrimitive(P, true);
1463
- anObject(Attributes);
1464
- if (IE8_DOM_DEFINE) try {
1465
- return nativeDefineProperty(O, P, Attributes);
1466
- } catch (error) { /* empty */ }
1467
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
1468
- if ('value' in Attributes) O[P] = Attributes.value;
1469
- return O;
1470
- };
1471
-
1472
-
1473
- /***/ }),
1474
-
1475
- /***/ "9f7f":
1476
- /***/ (function(module, exports, __webpack_require__) {
1477
-
1478
- "use strict";
1479
-
1480
-
1481
- var fails = __webpack_require__("d039");
1482
-
1483
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
1484
- // so we use an intermediate function.
1485
- function RE(s, f) {
1486
- return RegExp(s, f);
1487
- }
1488
-
1489
- exports.UNSUPPORTED_Y = fails(function () {
1490
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
1491
- var re = RE('a', 'y');
1492
- re.lastIndex = 2;
1493
- return re.exec('abcd') != null;
1494
- });
1495
-
1496
- exports.BROKEN_CARET = fails(function () {
1497
- // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
1498
- var re = RE('^r', 'gy');
1499
- re.lastIndex = 2;
1500
- return re.exec('str') != null;
1501
- });
1502
-
1503
-
1504
- /***/ }),
1505
-
1506
- /***/ "a640":
1507
- /***/ (function(module, exports, __webpack_require__) {
1508
-
1509
- "use strict";
1510
-
1511
- var fails = __webpack_require__("d039");
1512
-
1513
- module.exports = function (METHOD_NAME, argument) {
1514
- var method = [][METHOD_NAME];
1515
- return !!method && fails(function () {
1516
- // eslint-disable-next-line no-useless-call,no-throw-literal
1517
- method.call(null, argument || function () { throw 1; }, 1);
1518
- });
1519
- };
1520
-
1521
-
1522
- /***/ }),
1523
-
1524
- /***/ "a691":
1525
- /***/ (function(module, exports) {
1526
-
1527
- var ceil = Math.ceil;
1528
- var floor = Math.floor;
1529
-
1530
- // `ToInteger` abstract operation
1531
- // https://tc39.github.io/ecma262/#sec-tointeger
1532
- module.exports = function (argument) {
1533
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
1534
- };
1535
-
1536
-
1537
- /***/ }),
1538
-
1539
- /***/ "ac1f":
1540
- /***/ (function(module, exports, __webpack_require__) {
1541
-
1542
- "use strict";
1543
-
1544
- var $ = __webpack_require__("23e7");
1545
- var exec = __webpack_require__("9263");
1546
-
1547
- $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
1548
- exec: exec
1549
- });
1550
-
1551
-
1552
- /***/ }),
1553
-
1554
- /***/ "ad6d":
1555
- /***/ (function(module, exports, __webpack_require__) {
1556
-
1557
- "use strict";
1558
-
1559
- var anObject = __webpack_require__("825a");
1560
-
1561
- // `RegExp.prototype.flags` getter implementation
1562
- // https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
1563
- module.exports = function () {
1564
- var that = anObject(this);
1565
- var result = '';
1566
- if (that.global) result += 'g';
1567
- if (that.ignoreCase) result += 'i';
1568
- if (that.multiline) result += 'm';
1569
- if (that.dotAll) result += 's';
1570
- if (that.unicode) result += 'u';
1571
- if (that.sticky) result += 'y';
1572
- return result;
1573
- };
1574
-
1575
-
1576
- /***/ }),
1577
-
1578
- /***/ "ae40":
1579
- /***/ (function(module, exports, __webpack_require__) {
1580
-
1581
- var DESCRIPTORS = __webpack_require__("83ab");
1582
- var fails = __webpack_require__("d039");
1583
- var has = __webpack_require__("5135");
1584
-
1585
- var defineProperty = Object.defineProperty;
1586
- var cache = {};
1587
-
1588
- var thrower = function (it) { throw it; };
1589
-
1590
- module.exports = function (METHOD_NAME, options) {
1591
- if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];
1592
- if (!options) options = {};
1593
- var method = [][METHOD_NAME];
1594
- var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;
1595
- var argument0 = has(options, 0) ? options[0] : thrower;
1596
- var argument1 = has(options, 1) ? options[1] : undefined;
1597
-
1598
- return cache[METHOD_NAME] = !!method && !fails(function () {
1599
- if (ACCESSORS && !DESCRIPTORS) return true;
1600
- var O = { length: -1 };
1601
-
1602
- if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });
1603
- else O[1] = 1;
1604
-
1605
- method.call(O, argument0, argument1);
1606
- });
1607
- };
1608
-
1609
-
1610
- /***/ }),
1611
-
1612
- /***/ "b622":
1613
- /***/ (function(module, exports, __webpack_require__) {
1614
-
1615
- var global = __webpack_require__("da84");
1616
- var shared = __webpack_require__("5692");
1617
- var has = __webpack_require__("5135");
1618
- var uid = __webpack_require__("90e3");
1619
- var NATIVE_SYMBOL = __webpack_require__("4930");
1620
- var USE_SYMBOL_AS_UID = __webpack_require__("fdbf");
1621
-
1622
- var WellKnownSymbolsStore = shared('wks');
1623
- var Symbol = global.Symbol;
1624
- var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;
1625
-
1626
- module.exports = function (name) {
1627
- if (!has(WellKnownSymbolsStore, name)) {
1628
- if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];
1629
- else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
1630
- } return WellKnownSymbolsStore[name];
1631
- };
1632
-
1633
-
1634
- /***/ }),
1635
-
1636
- /***/ "b727":
1637
- /***/ (function(module, exports, __webpack_require__) {
1638
-
1639
- var bind = __webpack_require__("0366");
1640
- var IndexedObject = __webpack_require__("44ad");
1641
- var toObject = __webpack_require__("7b0b");
1642
- var toLength = __webpack_require__("50c4");
1643
- var arraySpeciesCreate = __webpack_require__("65f0");
1644
-
1645
- var push = [].push;
1646
-
1647
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation
1648
- var createMethod = function (TYPE) {
1649
- var IS_MAP = TYPE == 1;
1650
- var IS_FILTER = TYPE == 2;
1651
- var IS_SOME = TYPE == 3;
1652
- var IS_EVERY = TYPE == 4;
1653
- var IS_FIND_INDEX = TYPE == 6;
1654
- var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
1655
- return function ($this, callbackfn, that, specificCreate) {
1656
- var O = toObject($this);
1657
- var self = IndexedObject(O);
1658
- var boundFunction = bind(callbackfn, that, 3);
1659
- var length = toLength(self.length);
1660
- var index = 0;
1661
- var create = specificCreate || arraySpeciesCreate;
1662
- var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
1663
- var value, result;
1664
- for (;length > index; index++) if (NO_HOLES || index in self) {
1665
- value = self[index];
1666
- result = boundFunction(value, index, O);
1667
- if (TYPE) {
1668
- if (IS_MAP) target[index] = result; // map
1669
- else if (result) switch (TYPE) {
1670
- case 3: return true; // some
1671
- case 5: return value; // find
1672
- case 6: return index; // findIndex
1673
- case 2: push.call(target, value); // filter
1674
- } else if (IS_EVERY) return false; // every
1675
- }
1676
- }
1677
- return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
1678
- };
1679
- };
1680
-
1681
- module.exports = {
1682
- // `Array.prototype.forEach` method
1683
- // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
1684
- forEach: createMethod(0),
1685
- // `Array.prototype.map` method
1686
- // https://tc39.github.io/ecma262/#sec-array.prototype.map
1687
- map: createMethod(1),
1688
- // `Array.prototype.filter` method
1689
- // https://tc39.github.io/ecma262/#sec-array.prototype.filter
1690
- filter: createMethod(2),
1691
- // `Array.prototype.some` method
1692
- // https://tc39.github.io/ecma262/#sec-array.prototype.some
1693
- some: createMethod(3),
1694
- // `Array.prototype.every` method
1695
- // https://tc39.github.io/ecma262/#sec-array.prototype.every
1696
- every: createMethod(4),
1697
- // `Array.prototype.find` method
1698
- // https://tc39.github.io/ecma262/#sec-array.prototype.find
1699
- find: createMethod(5),
1700
- // `Array.prototype.findIndex` method
1701
- // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex
1702
- findIndex: createMethod(6)
1703
- };
1704
-
1705
-
1706
- /***/ }),
1707
-
1708
- /***/ "c04e":
1709
- /***/ (function(module, exports, __webpack_require__) {
1710
-
1711
- var isObject = __webpack_require__("861d");
1712
-
1713
- // `ToPrimitive` abstract operation
1714
- // https://tc39.github.io/ecma262/#sec-toprimitive
1715
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
1716
- // and the second argument - flag - preferred type is a string
1717
- module.exports = function (input, PREFERRED_STRING) {
1718
- if (!isObject(input)) return input;
1719
- var fn, val;
1720
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
1721
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
1722
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
1723
- throw TypeError("Can't convert object to primitive value");
1724
- };
1725
-
1726
-
1727
- /***/ }),
1728
-
1729
- /***/ "c430":
1730
- /***/ (function(module, exports) {
1731
-
1732
- module.exports = false;
1733
-
1734
-
1735
- /***/ }),
1736
-
1737
- /***/ "c6b6":
1738
- /***/ (function(module, exports) {
1739
-
1740
- var toString = {}.toString;
1741
-
1742
- module.exports = function (it) {
1743
- return toString.call(it).slice(8, -1);
1744
- };
1745
-
1746
-
1747
- /***/ }),
1748
-
1749
- /***/ "c6cd":
1750
- /***/ (function(module, exports, __webpack_require__) {
1751
-
1752
- var global = __webpack_require__("da84");
1753
- var setGlobal = __webpack_require__("ce4e");
1754
-
1755
- var SHARED = '__core-js_shared__';
1756
- var store = global[SHARED] || setGlobal(SHARED, {});
1757
-
1758
- module.exports = store;
1759
-
1760
-
1761
- /***/ }),
1762
-
1763
- /***/ "c8ba":
1764
- /***/ (function(module, exports) {
1765
-
1766
- var g;
1767
-
1768
- // This works in non-strict mode
1769
- g = (function() {
1770
- return this;
1771
- })();
1772
-
1773
- try {
1774
- // This works if eval is allowed (see CSP)
1775
- g = g || new Function("return this")();
1776
- } catch (e) {
1777
- // This works if the window reference is available
1778
- if (typeof window === "object") g = window;
1779
- }
1780
-
1781
- // g can still be undefined, but nothing to do about it...
1782
- // We return undefined, instead of nothing here, so it's
1783
- // easier to handle this case. if(!global) { ...}
1784
-
1785
- module.exports = g;
1786
-
1787
-
1788
- /***/ }),
1789
-
1790
- /***/ "c8d2":
1791
- /***/ (function(module, exports, __webpack_require__) {
1792
-
1793
- var fails = __webpack_require__("d039");
1794
- var whitespaces = __webpack_require__("5899");
1795
-
1796
- var non = '\u200B\u0085\u180E';
1797
-
1798
- // check that a method works with the correct list
1799
- // of whitespaces and has a correct name
1800
- module.exports = function (METHOD_NAME) {
1801
- return fails(function () {
1802
- return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;
1803
- });
1804
- };
1805
-
1806
-
1807
- /***/ }),
1808
-
1809
- /***/ "c975":
1810
- /***/ (function(module, exports, __webpack_require__) {
1811
-
1812
- "use strict";
1813
-
1814
- var $ = __webpack_require__("23e7");
1815
- var $indexOf = __webpack_require__("4d64").indexOf;
1816
- var arrayMethodIsStrict = __webpack_require__("a640");
1817
- var arrayMethodUsesToLength = __webpack_require__("ae40");
1818
-
1819
- var nativeIndexOf = [].indexOf;
1820
-
1821
- var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
1822
- var STRICT_METHOD = arrayMethodIsStrict('indexOf');
1823
- var USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });
1824
-
1825
- // `Array.prototype.indexOf` method
1826
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
1827
- $({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {
1828
- indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
1829
- return NEGATIVE_ZERO
1830
- // convert -0 to +0
1831
- ? nativeIndexOf.apply(this, arguments) || 0
1832
- : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
1833
- }
1834
- });
1835
-
1836
-
1837
- /***/ }),
1838
-
1839
- /***/ "ca84":
1840
- /***/ (function(module, exports, __webpack_require__) {
1841
-
1842
- var has = __webpack_require__("5135");
1843
- var toIndexedObject = __webpack_require__("fc6a");
1844
- var indexOf = __webpack_require__("4d64").indexOf;
1845
- var hiddenKeys = __webpack_require__("d012");
1846
-
1847
- module.exports = function (object, names) {
1848
- var O = toIndexedObject(object);
1849
- var i = 0;
1850
- var result = [];
1851
- var key;
1852
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
1853
- // Don't enum bug & hidden keys
1854
- while (names.length > i) if (has(O, key = names[i++])) {
1855
- ~indexOf(result, key) || result.push(key);
1856
- }
1857
- return result;
1858
- };
1859
-
1860
-
1861
- /***/ }),
1862
-
1863
- /***/ "cc12":
1864
- /***/ (function(module, exports, __webpack_require__) {
1865
-
1866
- var global = __webpack_require__("da84");
1867
- var isObject = __webpack_require__("861d");
1868
-
1869
- var document = global.document;
1870
- // typeof document.createElement is 'object' in old IE
1871
- var EXISTS = isObject(document) && isObject(document.createElement);
1872
-
1873
- module.exports = function (it) {
1874
- return EXISTS ? document.createElement(it) : {};
1875
- };
1876
-
1877
-
1878
- /***/ }),
1879
-
1880
- /***/ "cca6":
1881
- /***/ (function(module, exports, __webpack_require__) {
1882
-
1883
- var $ = __webpack_require__("23e7");
1884
- var assign = __webpack_require__("60da");
1885
-
1886
- // `Object.assign` method
1887
- // https://tc39.github.io/ecma262/#sec-object.assign
1888
- $({ target: 'Object', stat: true, forced: Object.assign !== assign }, {
1889
- assign: assign
1890
- });
1891
-
1892
-
1893
- /***/ }),
1894
-
1895
- /***/ "ce4e":
1896
- /***/ (function(module, exports, __webpack_require__) {
1897
-
1898
- var global = __webpack_require__("da84");
1899
- var createNonEnumerableProperty = __webpack_require__("9112");
1900
-
1901
- module.exports = function (key, value) {
1902
- try {
1903
- createNonEnumerableProperty(global, key, value);
1904
- } catch (error) {
1905
- global[key] = value;
1906
- } return value;
1907
- };
1908
-
1909
-
1910
- /***/ }),
1911
-
1912
- /***/ "d012":
1913
- /***/ (function(module, exports) {
1914
-
1915
- module.exports = {};
1916
-
1917
-
1918
- /***/ }),
1919
-
1920
- /***/ "d039":
1921
- /***/ (function(module, exports) {
1922
-
1923
- module.exports = function (exec) {
1924
- try {
1925
- return !!exec();
1926
- } catch (error) {
1927
- return true;
1928
- }
1929
- };
1930
-
1931
-
1932
- /***/ }),
1933
-
1934
- /***/ "d066":
1935
- /***/ (function(module, exports, __webpack_require__) {
1936
-
1937
- var path = __webpack_require__("428f");
1938
- var global = __webpack_require__("da84");
1939
-
1940
- var aFunction = function (variable) {
1941
- return typeof variable == 'function' ? variable : undefined;
1942
- };
1943
-
1944
- module.exports = function (namespace, method) {
1945
- return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])
1946
- : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];
1947
- };
1948
-
1949
-
1950
- /***/ }),
1951
-
1952
- /***/ "d1e7":
1953
- /***/ (function(module, exports, __webpack_require__) {
1954
-
1955
- "use strict";
1956
-
1957
- var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
1958
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
1959
-
1960
- // Nashorn ~ JDK8 bug
1961
- var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
1962
-
1963
- // `Object.prototype.propertyIsEnumerable` method implementation
1964
- // https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
1965
- exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
1966
- var descriptor = getOwnPropertyDescriptor(this, V);
1967
- return !!descriptor && descriptor.enumerable;
1968
- } : nativePropertyIsEnumerable;
1969
-
1970
-
1971
- /***/ }),
1972
-
1973
- /***/ "d784":
1974
- /***/ (function(module, exports, __webpack_require__) {
1975
-
1976
- "use strict";
1977
-
1978
- // TODO: Remove from `core-js@4` since it's moved to entry points
1979
- __webpack_require__("ac1f");
1980
- var redefine = __webpack_require__("6eeb");
1981
- var fails = __webpack_require__("d039");
1982
- var wellKnownSymbol = __webpack_require__("b622");
1983
- var regexpExec = __webpack_require__("9263");
1984
- var createNonEnumerableProperty = __webpack_require__("9112");
1985
-
1986
- var SPECIES = wellKnownSymbol('species');
1987
-
1988
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
1989
- // #replace needs built-in support for named groups.
1990
- // #match works fine because it just return the exec results, even if it has
1991
- // a "grops" property.
1992
- var re = /./;
1993
- re.exec = function () {
1994
- var result = [];
1995
- result.groups = { a: '7' };
1996
- return result;
1997
- };
1998
- return ''.replace(re, '$<a>') !== '7';
1999
- });
2000
-
2001
- // IE <= 11 replaces $0 with the whole match, as if it was $&
2002
- // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
2003
- var REPLACE_KEEPS_$0 = (function () {
2004
- return 'a'.replace(/./, '$0') === '$0';
2005
- })();
2006
-
2007
- var REPLACE = wellKnownSymbol('replace');
2008
- // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
2009
- var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
2010
- if (/./[REPLACE]) {
2011
- return /./[REPLACE]('a', '$0') === '';
2012
- }
2013
- return false;
2014
- })();
2015
-
2016
- // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
2017
- // Weex JS has frozen built-in prototypes, so use try / catch wrapper
2018
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
2019
- var re = /(?:)/;
2020
- var originalExec = re.exec;
2021
- re.exec = function () { return originalExec.apply(this, arguments); };
2022
- var result = 'ab'.split(re);
2023
- return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
2024
- });
2025
-
2026
- module.exports = function (KEY, length, exec, sham) {
2027
- var SYMBOL = wellKnownSymbol(KEY);
2028
-
2029
- var DELEGATES_TO_SYMBOL = !fails(function () {
2030
- // String methods call symbol-named RegEp methods
2031
- var O = {};
2032
- O[SYMBOL] = function () { return 7; };
2033
- return ''[KEY](O) != 7;
2034
- });
2035
-
2036
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
2037
- // Symbol-named RegExp methods call .exec
2038
- var execCalled = false;
2039
- var re = /a/;
2040
-
2041
- if (KEY === 'split') {
2042
- // We can't use real regex here since it causes deoptimization
2043
- // and serious performance degradation in V8
2044
- // https://github.com/zloirock/core-js/issues/306
2045
- re = {};
2046
- // RegExp[@@split] doesn't call the regex's exec method, but first creates
2047
- // a new one. We need to return the patched regex when creating the new one.
2048
- re.constructor = {};
2049
- re.constructor[SPECIES] = function () { return re; };
2050
- re.flags = '';
2051
- re[SYMBOL] = /./[SYMBOL];
2052
- }
2053
-
2054
- re.exec = function () { execCalled = true; return null; };
2055
-
2056
- re[SYMBOL]('');
2057
- return !execCalled;
2058
- });
2059
-
2060
- if (
2061
- !DELEGATES_TO_SYMBOL ||
2062
- !DELEGATES_TO_EXEC ||
2063
- (KEY === 'replace' && !(
2064
- REPLACE_SUPPORTS_NAMED_GROUPS &&
2065
- REPLACE_KEEPS_$0 &&
2066
- !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
2067
- )) ||
2068
- (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
2069
- ) {
2070
- var nativeRegExpMethod = /./[SYMBOL];
2071
- var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
2072
- if (regexp.exec === regexpExec) {
2073
- if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
2074
- // The native String method already delegates to @@method (this
2075
- // polyfilled function), leasing to infinite recursion.
2076
- // We avoid it by directly calling the native @@method method.
2077
- return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
2078
- }
2079
- return { done: true, value: nativeMethod.call(str, regexp, arg2) };
2080
- }
2081
- return { done: false };
2082
- }, {
2083
- REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,
2084
- REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
2085
- });
2086
- var stringMethod = methods[0];
2087
- var regexMethod = methods[1];
2088
-
2089
- redefine(String.prototype, KEY, stringMethod);
2090
- redefine(RegExp.prototype, SYMBOL, length == 2
2091
- // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
2092
- // 21.2.5.11 RegExp.prototype[@@split](string, limit)
2093
- ? function (string, arg) { return regexMethod.call(string, this, arg); }
2094
- // 21.2.5.6 RegExp.prototype[@@match](string)
2095
- // 21.2.5.9 RegExp.prototype[@@search](string)
2096
- : function (string) { return regexMethod.call(string, this); }
2097
- );
2098
- }
2099
-
2100
- if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
2101
- };
2102
-
2103
-
2104
- /***/ }),
2105
-
2106
- /***/ "da84":
2107
- /***/ (function(module, exports, __webpack_require__) {
2108
-
2109
- /* WEBPACK VAR INJECTION */(function(global) {var check = function (it) {
2110
- return it && it.Math == Math && it;
2111
- };
2112
-
2113
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
2114
- module.exports =
2115
- // eslint-disable-next-line no-undef
2116
- check(typeof globalThis == 'object' && globalThis) ||
2117
- check(typeof window == 'object' && window) ||
2118
- check(typeof self == 'object' && self) ||
2119
- check(typeof global == 'object' && global) ||
2120
- // eslint-disable-next-line no-new-func
2121
- Function('return this')();
2122
-
2123
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("c8ba")))
2124
-
2125
- /***/ }),
2126
-
2127
- /***/ "df75":
2128
- /***/ (function(module, exports, __webpack_require__) {
2129
-
2130
- var internalObjectKeys = __webpack_require__("ca84");
2131
- var enumBugKeys = __webpack_require__("7839");
2132
-
2133
- // `Object.keys` method
2134
- // https://tc39.github.io/ecma262/#sec-object.keys
2135
- module.exports = Object.keys || function keys(O) {
2136
- return internalObjectKeys(O, enumBugKeys);
2137
- };
2138
-
2139
-
2140
- /***/ }),
2141
-
2142
- /***/ "e0d0":
2143
- /***/ (function(module, exports, __webpack_require__) {
2144
-
2145
- // extracted by mini-css-extract-plugin
2146
-
2147
- /***/ }),
2148
-
2149
- /***/ "e893":
2150
- /***/ (function(module, exports, __webpack_require__) {
2151
-
2152
- var has = __webpack_require__("5135");
2153
- var ownKeys = __webpack_require__("56ef");
2154
- var getOwnPropertyDescriptorModule = __webpack_require__("06cf");
2155
- var definePropertyModule = __webpack_require__("9bf2");
2156
-
2157
- module.exports = function (target, source) {
2158
- var keys = ownKeys(source);
2159
- var defineProperty = definePropertyModule.f;
2160
- var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
2161
- for (var i = 0; i < keys.length; i++) {
2162
- var key = keys[i];
2163
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
2164
- }
2165
- };
2166
-
2167
-
2168
- /***/ }),
2169
-
2170
- /***/ "e8b5":
2171
- /***/ (function(module, exports, __webpack_require__) {
2172
-
2173
- var classof = __webpack_require__("c6b6");
2174
-
2175
- // `IsArray` abstract operation
2176
- // https://tc39.github.io/ecma262/#sec-isarray
2177
- module.exports = Array.isArray || function isArray(arg) {
2178
- return classof(arg) == 'Array';
2179
- };
2180
-
2181
-
2182
- /***/ }),
2183
-
2184
- /***/ "f772":
2185
- /***/ (function(module, exports, __webpack_require__) {
2186
-
2187
- var shared = __webpack_require__("5692");
2188
- var uid = __webpack_require__("90e3");
2189
-
2190
- var keys = shared('keys');
2191
-
2192
- module.exports = function (key) {
2193
- return keys[key] || (keys[key] = uid(key));
2194
- };
2195
-
2196
-
2197
- /***/ }),
2198
-
2199
- /***/ "fb15":
2200
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2201
-
2202
- "use strict";
2203
- // ESM COMPAT FLAG
2204
- __webpack_require__.r(__webpack_exports__);
2205
-
2206
- // CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
2207
- // This file is imported into lib/wc client bundles.
2208
-
2209
- if (typeof window !== 'undefined') {
2210
- var currentScript = window.document.currentScript
2211
- if (true) {
2212
- var getCurrentScript = __webpack_require__("8875")
2213
- currentScript = getCurrentScript()
2214
-
2215
- // for backward compatibility, because previously we directly included the polyfill
2216
- if (!('currentScript' in document)) {
2217
- Object.defineProperty(document, 'currentScript', { get: getCurrentScript })
2218
- }
2219
- }
2220
-
2221
- var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
2222
- if (src) {
2223
- __webpack_require__.p = src[1] // eslint-disable-line
2224
- }
2225
- }
2226
-
2227
- // Indicate to webpack that this file can be concatenated
2228
- /* harmony default export */ var setPublicPath = (null);
2229
-
2230
- // EXTERNAL MODULE: ./src/css/DropdownMenu.css
2231
- var DropdownMenu = __webpack_require__("658e");
2232
-
2233
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0d51dad6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/DropdownMenu.vue?vue&type=template&id=8919f45e&
2234
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"dropdown-menu",class:{'dropdown-menu-left': _vm.align === 'left', 'dropdown-menu-right': _vm.align === 'right', 'show': _vm.show},attrs:{"aria-labelledby":_vm.$attrs.id}},[_c('dropdown-menu-items',[_vm._t("default")],2)],1)}
2235
- var staticRenderFns = []
2236
-
2237
-
2238
- // CONCATENATED MODULE: ./src/DropdownMenu.vue?vue&type=template&id=8919f45e&
2239
-
2240
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.index-of.js
2241
- var es_array_index_of = __webpack_require__("c975");
2242
-
2243
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
2244
- var es_array_concat = __webpack_require__("99af");
2245
-
2246
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.filter.js
2247
- var es_array_filter = __webpack_require__("4de4");
2248
-
2249
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.for-each.js
2250
- var es_array_for_each = __webpack_require__("4160");
2251
-
2252
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.assign.js
2253
- var es_object_assign = __webpack_require__("cca6");
2254
-
2255
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.exec.js
2256
- var es_regexp_exec = __webpack_require__("ac1f");
2257
-
2258
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.match.js
2259
- var es_string_match = __webpack_require__("466d");
2260
-
2261
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.trim.js
2262
- var es_string_trim = __webpack_require__("498a");
2263
-
2264
- // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
2265
- var web_dom_collections_for_each = __webpack_require__("159b");
2266
-
2267
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/camelCase.js
2268
- function camelCase(string) {
2269
- if(!string) {
2270
- return string;
2271
- }
2272
-
2273
- string = string.replace(/(?:(^.)|([-_\s]+.))/g, function(match) {
2274
- return match.charAt(match.length - 1).toUpperCase();
2275
- });
2276
-
2277
- return string.charAt(0).toLowerCase() + string.substring(1);
2278
- }
2279
-
2280
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/first.js
2281
- function first(array) {
2282
- return (array && array.length) ? array[0] : undefined;
2283
- }
2284
-
2285
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isArray.js
2286
- function isArray(value) {
2287
- return Array.isArray(value);
2288
- }
2289
-
2290
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isObject.js
2291
- function isObject(subject) {
2292
- return (!!subject) && (subject.constructor === Object);
2293
- };
2294
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/matches.js
2295
-
2296
-
2297
- function matches(properties) {
2298
- return subject => {
2299
- for(const i in properties) {
2300
- if(isObject(properties[i])) {
2301
- return subject[i] ? matches(properties[i])(subject[i]) : false;
2302
- }
2303
- else if(!subject || subject[i] !== properties[i]) {
2304
- return false;
2305
- }
2306
- }
2307
-
2308
- return true;
2309
- };
2310
- }
2311
-
2312
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isString.js
2313
- function isString(value) {
2314
- return typeof value === 'string';
2315
- }
2316
-
2317
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/get.js
2318
-
2319
-
2320
-
2321
- function get(object, path) {
2322
- return (isString(path) ? path.split('.') : (!isArray(path) ? [path] : path)).reduce((a, b) => a[b], object);
2323
- }
2324
-
2325
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/property.js
2326
-
2327
-
2328
- function property(path) {
2329
- return object => {
2330
- return get(object, path);
2331
- };
2332
- }
2333
-
2334
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isFunction.js
2335
- function isFunction(value) {
2336
- return value instanceof Function;
2337
- }
2338
-
2339
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/matchesProperty.js
2340
-
2341
-
2342
- function matchesProperty(path, value) {
2343
- return subject => {
2344
- return get(subject, path) === value;
2345
- };
2346
- }
2347
-
2348
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/predicate.js
2349
-
2350
-
2351
-
2352
-
2353
-
2354
-
2355
-
2356
- function predicate(value) {
2357
- if(isObject(value)) {
2358
- value = matches(value);
2359
- }
2360
- else if(isArray(value)) {
2361
- value = matchesProperty(value[0], value[1]);
2362
- }
2363
- else if(!isFunction(value)) {
2364
- value = property(value);
2365
- }
2366
-
2367
- return value;
2368
- }
2369
-
2370
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/find.js
2371
-
2372
-
2373
-
2374
- function find(subject, value) {
2375
- return first(subject.filter(object => predicate(value)(object)));
2376
- }
2377
-
2378
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isNumber.js
2379
- function isNumber(value) {
2380
- return (typeof value === 'number') || (
2381
- value ? value.toString() === '[object Number]' : false
2382
- );
2383
- }
2384
-
2385
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isNumeric.js
2386
-
2387
-
2388
-
2389
- function isNumeric(value) {
2390
- return isNumber(value) || (
2391
- !!value && !isArray(value) && !!value.toString().match(/^-?[\d.,]+$/)
2392
- );
2393
- }
2394
-
2395
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/key.js
2396
-
2397
-
2398
- function key(value) {
2399
- return isNumeric(value) ? parseFloat(value) : value;
2400
- }
2401
-
2402
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/findIndex.js
2403
-
2404
-
2405
-
2406
- function findIndex(subject, value) {
2407
- for(const i in subject) {
2408
- if(predicate(value)(subject[i])) {
2409
- return key(i);
2410
- }
2411
- }
2412
-
2413
- return -1;
2414
- }
2415
-
2416
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isBoolean.js
2417
- function isBoolean(subject) {
2418
- return typeof subject === 'boolean' || (
2419
- typeof subject === 'object'
2420
- && subject !== null
2421
- && typeof subject.valueOf() === 'boolean'
2422
- );
2423
- }
2424
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isUndefined.js
2425
- function isUndefined(value) {
2426
- return typeof value === 'undefined';
2427
- }
2428
-
2429
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/kebabCase.js
2430
- function kebabCase(str) {
2431
- return str && str.replace ?
2432
- str.replace(/([a-z])([A-Z])/g, '$1-$2')
2433
- .replace(/\s+/g, '-')
2434
- .replace(/_/g, '-')
2435
- .toLowerCase() : null;
2436
- };
2437
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/prefix.js
2438
-
2439
-
2440
-
2441
- function prefix_prefix(subject, prefix, delimeter = '-') {
2442
- const prefixer = (value, key) => {
2443
- const string = (key || value).toString().replace(new RegExp(`^${prefix}${delimeter}?`), '');
2444
-
2445
- return [prefix, string].filter(value => !!value).join(delimeter);
2446
- };
2447
-
2448
- if(isBoolean(subject)) {
2449
- return subject;
2450
- }
2451
-
2452
- if(isObject(subject)) {
2453
- return Object.fromEntries(
2454
- Object.entries(subject).map(([key, value]) => [prefixer(key), value])
2455
- );
2456
- }
2457
-
2458
- return subject && prefixer(subject);
2459
- }
2460
-
2461
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/script.js
2462
- const LOADED_SCRIPTS = {};
2463
-
2464
- function script_element(url) {
2465
- const script = document.createElement('script');
2466
- script.setAttribute('src', url);
2467
- script.setAttribute('type', 'text/javascript');
2468
- script.setAttribute('charset', 'utf-8');
2469
- return script;
2470
- }
2471
-
2472
- function append(script) {
2473
- if(document.querySelector('head')) {
2474
- document.querySelector('head').appendChild(script);
2475
- }
2476
- else {
2477
- document.querySelector('body').appendChild(script);
2478
- }
2479
-
2480
- return script;
2481
- }
2482
-
2483
- function script(url) {
2484
- if(LOADED_SCRIPTS[url] instanceof Promise) {
2485
- return LOADED_SCRIPTS[url];
2486
- }
2487
- else if(LOADED_SCRIPTS[url] || document.querySelector(`script[src="${url}"]`)) {
2488
- return new Promise((resolve, reject) => {
2489
- resolve(LOADED_SCRIPTS[url]);
2490
- });
2491
- }
2492
-
2493
- LOADED_SCRIPTS[url] = new Promise((resolve, reject) => {
2494
- try {
2495
- append(script_element(url)).addEventListener('load', event => {
2496
- resolve(LOADED_SCRIPTS[url] = event);
2497
- });
2498
- }
2499
- catch (e) {
2500
- reject(e);
2501
- }
2502
- });
2503
-
2504
- return LOADED_SCRIPTS[url];
2505
- }
2506
-
2507
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/transitionDuration.js
2508
- function transitionDuration(el, defaultValue = '0s') {
2509
- let duration = (
2510
- getComputedStyle(el).transitionDuration ||
2511
- getComputedStyle(el).animationDuration
2512
- );
2513
-
2514
- const numeric = parseFloat(duration, 10) || 0;
2515
-
2516
- const unit = duration.match(/m?s/);
2517
-
2518
- switch (unit && unit[0]) {
2519
-
2520
- case 's':
2521
- return numeric * 1000;
2522
- default:
2523
- return numeric;
2524
- }
2525
- }
2526
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/transition.js
2527
-
2528
-
2529
- function transition(el, defaultValue) {
2530
- if(!el) {
2531
- return Promise.resolve(null);
2532
- }
2533
-
2534
- return new Promise(resolve => {
2535
- const delay = transitionDuration(el, defaultValue);
2536
-
2537
- setTimeout(() => resolve(delay), delay);
2538
- });
2539
- }
2540
-
2541
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/unit.js
2542
- /* harmony default export */ var unit = (function(value, uom = 'px') {
2543
- return value !== null
2544
- && value !== undefined
2545
- && value !== false
2546
- && isFinite(value) ? `${value}${uom}` : value;
2547
- });
2548
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/index.js
2549
-
2550
-
2551
-
2552
-
2553
-
2554
-
2555
-
2556
-
2557
-
2558
-
2559
-
2560
-
2561
-
2562
-
2563
-
2564
-
2565
-
2566
-
2567
-
2568
-
2569
-
2570
-
2571
-
2572
-
2573
-
2574
-
2575
-
2576
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/DropdownMenuItems.vue?vue&type=script&lang=js&
2577
-
2578
-
2579
-
2580
-
2581
-
2582
-
2583
-
2584
-
2585
-
2586
-
2587
- function appendClass(vnode, str) {
2588
- vnode.data.staticClass = "".concat(vnode.data.staticClass || '', " ").concat(str).trim();
2589
- }
2590
-
2591
- function wrap(wrapper, fn) {
2592
- return function (e) {
2593
- if (typeof fn === 'function') {
2594
- fn(e);
2595
- }
2596
-
2597
- if (!e.cancelBubble) {
2598
- wrapper(e);
2599
- }
2600
- };
2601
- }
2602
-
2603
- /* harmony default export */ var DropdownMenuItemsvue_type_script_lang_js_ = ({
2604
- functional: true,
2605
- render: function render(h, context) {
2606
- context.children.filter(function (vnode) {
2607
- return !!vnode.tag;
2608
- }).forEach(function (vnode, i) {
2609
- vnode.data = Object.assign({
2610
- staticClass: undefined
2611
- }, vnode.data);
2612
-
2613
- if (!vnode.data.on) {
2614
- vnode.data.on = {};
2615
- }
2616
-
2617
- vnode.data.on.click = wrap(function (e) {
2618
- context.parent.$emit('click-item', e, vnode);
2619
- }, vnode.componentOptions && vnode.componentOptions.listeners.click || vnode.data.on.click);
2620
- vnode.data.on.blur = wrap(function (e) {
2621
- context.parent.$emit('blur-item', e, vnode);
2622
- }, vnode.componentOptions && vnode.componentOptions.listeners.blur || vnode.data.on.blur);
2623
-
2624
- if (vnode.tag.match(/^h\d$/)) {
2625
- appendClass(vnode, 'dropdown-header');
2626
- } else if (vnode.tag === 'hr') {
2627
- vnode.tag = 'div';
2628
- appendClass(vnode, 'dropdown-divider');
2629
- } else if (!vnode.data.staticClass || vnode.data.staticClass && !vnode.data.staticClass.match(/dropdown-item/)) {
2630
- appendClass(vnode, 'dropdown-item');
2631
- }
2632
- });
2633
- return context.children;
2634
- }
2635
- });
2636
- // CONCATENATED MODULE: ./src/DropdownMenuItems.vue?vue&type=script&lang=js&
2637
- /* harmony default export */ var src_DropdownMenuItemsvue_type_script_lang_js_ = (DropdownMenuItemsvue_type_script_lang_js_);
2638
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
2639
- /* globals __VUE_SSR_CONTEXT__ */
2640
-
2641
- // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
2642
- // This module is a runtime utility for cleaner component module output and will
2643
- // be included in the final webpack user bundle.
2644
-
2645
- function normalizeComponent (
2646
- scriptExports,
2647
- render,
2648
- staticRenderFns,
2649
- functionalTemplate,
2650
- injectStyles,
2651
- scopeId,
2652
- moduleIdentifier, /* server only */
2653
- shadowMode /* vue-cli only */
2654
- ) {
2655
- // Vue.extend constructor export interop
2656
- var options = typeof scriptExports === 'function'
2657
- ? scriptExports.options
2658
- : scriptExports
2659
-
2660
- // render functions
2661
- if (render) {
2662
- options.render = render
2663
- options.staticRenderFns = staticRenderFns
2664
- options._compiled = true
2665
- }
2666
-
2667
- // functional template
2668
- if (functionalTemplate) {
2669
- options.functional = true
2670
- }
2671
-
2672
- // scopedId
2673
- if (scopeId) {
2674
- options._scopeId = 'data-v-' + scopeId
2675
- }
2676
-
2677
- var hook
2678
- if (moduleIdentifier) { // server build
2679
- hook = function (context) {
2680
- // 2.3 injection
2681
- context =
2682
- context || // cached call
2683
- (this.$vnode && this.$vnode.ssrContext) || // stateful
2684
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
2685
- // 2.2 with runInNewContext: true
2686
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
2687
- context = __VUE_SSR_CONTEXT__
2688
- }
2689
- // inject component styles
2690
- if (injectStyles) {
2691
- injectStyles.call(this, context)
2692
- }
2693
- // register component module identifier for async chunk inferrence
2694
- if (context && context._registeredComponents) {
2695
- context._registeredComponents.add(moduleIdentifier)
2696
- }
2697
- }
2698
- // used by ssr in case component is cached and beforeCreate
2699
- // never gets called
2700
- options._ssrRegister = hook
2701
- } else if (injectStyles) {
2702
- hook = shadowMode
2703
- ? function () {
2704
- injectStyles.call(
2705
- this,
2706
- (options.functional ? this.parent : this).$root.$options.shadowRoot
2707
- )
2708
- }
2709
- : injectStyles
2710
- }
2711
-
2712
- if (hook) {
2713
- if (options.functional) {
2714
- // for template-only hot-reload because in that case the render fn doesn't
2715
- // go through the normalizer
2716
- options._injectStyles = hook
2717
- // register for functional component in vue file
2718
- var originalRender = options.render
2719
- options.render = function renderWithStyleInjection (h, context) {
2720
- hook.call(context)
2721
- return originalRender(h, context)
2722
- }
2723
- } else {
2724
- // inject component registration as beforeCreate hook
2725
- var existing = options.beforeCreate
2726
- options.beforeCreate = existing
2727
- ? [].concat(existing, hook)
2728
- : [hook]
2729
- }
2730
- }
2731
-
2732
- return {
2733
- exports: scriptExports,
2734
- options: options
2735
- }
2736
- }
2737
-
2738
- // CONCATENATED MODULE: ./src/DropdownMenuItems.vue
2739
- var DropdownMenuItems_render, DropdownMenuItems_staticRenderFns
2740
-
2741
-
2742
-
2743
-
2744
- /* normalize component */
2745
-
2746
- var component = normalizeComponent(
2747
- src_DropdownMenuItemsvue_type_script_lang_js_,
2748
- DropdownMenuItems_render,
2749
- DropdownMenuItems_staticRenderFns,
2750
- false,
2751
- null,
2752
- null,
2753
- null
2754
-
2755
- )
2756
-
2757
- /* harmony default export */ var DropdownMenuItems = (component.exports);
2758
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/DropdownMenu.vue?vue&type=script&lang=js&
2759
-
2760
- //
2761
- //
2762
- //
2763
- //
2764
- //
2765
- //
2766
- //
2767
- //
2768
- //
2769
- //
2770
- //
2771
-
2772
- /* harmony default export */ var DropdownMenuvue_type_script_lang_js_ = ({
2773
- name: 'DropdownMenu',
2774
- components: {
2775
- DropdownMenuItems: DropdownMenuItems
2776
- },
2777
- props: {
2778
- /**
2779
- * Display the dropdown menu aligned left or right
2780
- *
2781
- * @property String
2782
- */
2783
- align: {
2784
- type: String,
2785
- "default": 'left',
2786
- validate: function validate(value) {
2787
- return ['left', 'right'].indexOf(value.toLowerCase()) !== -1;
2788
- }
2789
- },
2790
-
2791
- /**
2792
- * The default visibility of the dropdown menu.
2793
- *
2794
- * @property Object
2795
- */
2796
- show: Boolean
2797
- }
2798
- });
2799
- // CONCATENATED MODULE: ./src/DropdownMenu.vue?vue&type=script&lang=js&
2800
- /* harmony default export */ var src_DropdownMenuvue_type_script_lang_js_ = (DropdownMenuvue_type_script_lang_js_);
2801
- // EXTERNAL MODULE: ./src/DropdownMenu.vue?vue&type=style&index=0&lang=css&
2802
- var DropdownMenuvue_type_style_index_0_lang_css_ = __webpack_require__("2cd8");
2803
-
2804
- // CONCATENATED MODULE: ./src/DropdownMenu.vue
2805
-
2806
-
2807
-
2808
-
2809
-
2810
-
2811
- /* normalize component */
2812
-
2813
- var DropdownMenu_component = normalizeComponent(
2814
- src_DropdownMenuvue_type_script_lang_js_,
2815
- render,
2816
- staticRenderFns,
2817
- false,
2818
- null,
2819
- null,
2820
- null
2821
-
2822
- )
2823
-
2824
- /* harmony default export */ var src_DropdownMenu = (DropdownMenu_component.exports);
2825
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./main.vue?vue&type=script&lang=js&
2826
-
2827
-
2828
- /* harmony default export */ var lib_vue_loader_options_mainvue_type_script_lang_js_ = (src_DropdownMenu);
2829
- // CONCATENATED MODULE: ./main.vue?vue&type=script&lang=js&
2830
- /* harmony default export */ var mainvue_type_script_lang_js_ = (lib_vue_loader_options_mainvue_type_script_lang_js_);
2831
- // CONCATENATED MODULE: ./main.vue
2832
- var main_render, main_staticRenderFns
2833
-
2834
-
2835
-
2836
-
2837
- /* normalize component */
2838
-
2839
- var main_component = normalizeComponent(
2840
- mainvue_type_script_lang_js_,
2841
- main_render,
2842
- main_staticRenderFns,
2843
- false,
2844
- null,
2845
- null,
2846
- null
2847
-
2848
- )
2849
-
2850
- /* harmony default export */ var main = (main_component.exports);
2851
- // CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
2852
-
2853
-
2854
- /* harmony default export */ var entry_lib = __webpack_exports__["default"] = (main);
2855
-
2856
-
2857
-
2858
- /***/ }),
2859
-
2860
- /***/ "fc6a":
2861
- /***/ (function(module, exports, __webpack_require__) {
2862
-
2863
- // toObject with fallback for non-array-like ES3 strings
2864
- var IndexedObject = __webpack_require__("44ad");
2865
- var requireObjectCoercible = __webpack_require__("1d80");
2866
-
2867
- module.exports = function (it) {
2868
- return IndexedObject(requireObjectCoercible(it));
2869
- };
2870
-
2871
-
2872
- /***/ }),
2873
-
2874
- /***/ "fdbc":
2875
- /***/ (function(module, exports) {
2876
-
2877
- // iterable DOM collections
2878
- // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
2879
- module.exports = {
2880
- CSSRuleList: 0,
2881
- CSSStyleDeclaration: 0,
2882
- CSSValueList: 0,
2883
- ClientRectList: 0,
2884
- DOMRectList: 0,
2885
- DOMStringList: 0,
2886
- DOMTokenList: 1,
2887
- DataTransferItemList: 0,
2888
- FileList: 0,
2889
- HTMLAllCollection: 0,
2890
- HTMLCollection: 0,
2891
- HTMLFormElement: 0,
2892
- HTMLSelectElement: 0,
2893
- MediaList: 0,
2894
- MimeTypeArray: 0,
2895
- NamedNodeMap: 0,
2896
- NodeList: 1,
2897
- PaintRequestList: 0,
2898
- Plugin: 0,
2899
- PluginArray: 0,
2900
- SVGLengthList: 0,
2901
- SVGNumberList: 0,
2902
- SVGPathSegList: 0,
2903
- SVGPointList: 0,
2904
- SVGStringList: 0,
2905
- SVGTransformList: 0,
2906
- SourceBufferList: 0,
2907
- StyleSheetList: 0,
2908
- TextTrackCueList: 0,
2909
- TextTrackList: 0,
2910
- TouchList: 0
2911
- };
2912
-
2913
-
2914
- /***/ }),
2915
-
2916
- /***/ "fdbf":
2917
- /***/ (function(module, exports, __webpack_require__) {
2918
-
2919
- var NATIVE_SYMBOL = __webpack_require__("4930");
2920
-
2921
- module.exports = NATIVE_SYMBOL
2922
- // eslint-disable-next-line no-undef
2923
- && !Symbol.sham
2924
- // eslint-disable-next-line no-undef
2925
- && typeof Symbol.iterator == 'symbol';
2926
-
2927
-
2928
- /***/ })
2929
-
2930
- /******/ })["default"];
2931
- });
2932
- //# sourceMappingURL=DropdownMenu.umd.js.map