@vue-interface/badge 0.9.3 → 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.
Files changed (49) hide show
  1. package/dist/badge.es.js +128 -0
  2. package/dist/badge.umd.js +1 -0
  3. package/index.js +5 -2
  4. package/package.json +27 -25
  5. package/src/Badge.vue +12 -16
  6. package/tailwindcss/index.js +14 -9
  7. package/tailwindcss/safelist.js +4 -0
  8. package/.eslintrc.js +0 -53
  9. package/babel.config.js +0 -5
  10. package/dist/Badge.common.js +0 -2786
  11. package/dist/Badge.common.js.map +0 -1
  12. package/dist/Badge.css +0 -1
  13. package/dist/Badge.umd.js +0 -2796
  14. package/dist/Badge.umd.js.map +0 -1
  15. package/dist/Badge.umd.min.js +0 -2
  16. package/dist/Badge.umd.min.js.map +0 -1
  17. package/dist/demo.html +0 -19
  18. package/docs/.vuepress/config.js +0 -44
  19. package/docs/.vuepress/dist/404.html +0 -19
  20. package/docs/.vuepress/dist/assets/css/0.styles.275ee968.css +0 -1
  21. package/docs/.vuepress/dist/assets/img/search.83621669.svg +0 -1
  22. package/docs/.vuepress/dist/assets/js/10.5d93d289.js +0 -1
  23. package/docs/.vuepress/dist/assets/js/11.97ab3884.js +0 -1
  24. package/docs/.vuepress/dist/assets/js/2.f3d148c3.js +0 -1
  25. package/docs/.vuepress/dist/assets/js/3.81681fff.js +0 -1
  26. package/docs/.vuepress/dist/assets/js/4.82fa7382.js +0 -1
  27. package/docs/.vuepress/dist/assets/js/5.3dae6ad4.js +0 -1
  28. package/docs/.vuepress/dist/assets/js/6.6a04f815.js +0 -1
  29. package/docs/.vuepress/dist/assets/js/7.c033cb49.js +0 -1
  30. package/docs/.vuepress/dist/assets/js/8.6d6eb599.js +0 -1
  31. package/docs/.vuepress/dist/assets/js/9.eaefe866.js +0 -1
  32. package/docs/.vuepress/dist/assets/js/app.7ed065d3.js +0 -13
  33. package/docs/.vuepress/dist/examples/index.html +0 -21
  34. package/docs/.vuepress/dist/examples/test.html +0 -17
  35. package/docs/.vuepress/dist/index.html +0 -53
  36. package/docs/.vuepress/dist/options.html +0 -41
  37. package/docs/.vuepress/dist/tailwindcss.html +0 -85
  38. package/docs/README.md +0 -23
  39. package/docs/examples/README.md +0 -3
  40. package/docs/options.md +0 -46
  41. package/docs/tailwindcss.md +0 -76
  42. package/index.html +0 -65
  43. package/main.vue +0 -5
  44. package/postcss.config.js +0 -1
  45. package/public/favicon.ico +0 -0
  46. package/public/index.html +0 -17
  47. package/src/css/Badge.css +0 -2
  48. package/tailwind.config.js +0 -20
  49. package/vue.config.js +0 -11
package/dist/Badge.umd.js DELETED
@@ -1,2796 +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["Badge"] = factory();
8
- else
9
- root["Badge"] = 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
- /***/ "06cf":
100
- /***/ (function(module, exports, __webpack_require__) {
101
-
102
- var DESCRIPTORS = __webpack_require__("83ab");
103
- var propertyIsEnumerableModule = __webpack_require__("d1e7");
104
- var createPropertyDescriptor = __webpack_require__("5c6c");
105
- var toIndexedObject = __webpack_require__("fc6a");
106
- var toPrimitive = __webpack_require__("c04e");
107
- var has = __webpack_require__("5135");
108
- var IE8_DOM_DEFINE = __webpack_require__("0cfb");
109
-
110
- var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
111
-
112
- // `Object.getOwnPropertyDescriptor` method
113
- // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
114
- exports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
115
- O = toIndexedObject(O);
116
- P = toPrimitive(P, true);
117
- if (IE8_DOM_DEFINE) try {
118
- return nativeGetOwnPropertyDescriptor(O, P);
119
- } catch (error) { /* empty */ }
120
- if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);
121
- };
122
-
123
-
124
- /***/ }),
125
-
126
- /***/ "0cfb":
127
- /***/ (function(module, exports, __webpack_require__) {
128
-
129
- var DESCRIPTORS = __webpack_require__("83ab");
130
- var fails = __webpack_require__("d039");
131
- var createElement = __webpack_require__("cc12");
132
-
133
- // Thank's IE8 for his funny defineProperty
134
- module.exports = !DESCRIPTORS && !fails(function () {
135
- return Object.defineProperty(createElement('div'), 'a', {
136
- get: function () { return 7; }
137
- }).a != 7;
138
- });
139
-
140
-
141
- /***/ }),
142
-
143
- /***/ "1d80":
144
- /***/ (function(module, exports) {
145
-
146
- // `RequireObjectCoercible` abstract operation
147
- // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
148
- module.exports = function (it) {
149
- if (it == undefined) throw TypeError("Can't call method on " + it);
150
- return it;
151
- };
152
-
153
-
154
- /***/ }),
155
-
156
- /***/ "1dde":
157
- /***/ (function(module, exports, __webpack_require__) {
158
-
159
- var fails = __webpack_require__("d039");
160
- var wellKnownSymbol = __webpack_require__("b622");
161
- var V8_VERSION = __webpack_require__("2d00");
162
-
163
- var SPECIES = wellKnownSymbol('species');
164
-
165
- module.exports = function (METHOD_NAME) {
166
- // We can't use this feature detection in V8 since it causes
167
- // deoptimization and serious performance degradation
168
- // https://github.com/zloirock/core-js/issues/677
169
- return V8_VERSION >= 51 || !fails(function () {
170
- var array = [];
171
- var constructor = array.constructor = {};
172
- constructor[SPECIES] = function () {
173
- return { foo: 1 };
174
- };
175
- return array[METHOD_NAME](Boolean).foo !== 1;
176
- });
177
- };
178
-
179
-
180
- /***/ }),
181
-
182
- /***/ "23cb":
183
- /***/ (function(module, exports, __webpack_require__) {
184
-
185
- var toInteger = __webpack_require__("a691");
186
-
187
- var max = Math.max;
188
- var min = Math.min;
189
-
190
- // Helper for a popular repeating case of the spec:
191
- // Let integer be ? ToInteger(index).
192
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
193
- module.exports = function (index, length) {
194
- var integer = toInteger(index);
195
- return integer < 0 ? max(integer + length, 0) : min(integer, length);
196
- };
197
-
198
-
199
- /***/ }),
200
-
201
- /***/ "23e7":
202
- /***/ (function(module, exports, __webpack_require__) {
203
-
204
- var global = __webpack_require__("da84");
205
- var getOwnPropertyDescriptor = __webpack_require__("06cf").f;
206
- var createNonEnumerableProperty = __webpack_require__("9112");
207
- var redefine = __webpack_require__("6eeb");
208
- var setGlobal = __webpack_require__("ce4e");
209
- var copyConstructorProperties = __webpack_require__("e893");
210
- var isForced = __webpack_require__("94ca");
211
-
212
- /*
213
- options.target - name of the target object
214
- options.global - target is the global object
215
- options.stat - export as static methods of target
216
- options.proto - export as prototype methods of target
217
- options.real - real prototype method for the `pure` version
218
- options.forced - export even if the native feature is available
219
- options.bind - bind methods to the target, required for the `pure` version
220
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
221
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
222
- options.sham - add a flag to not completely full polyfills
223
- options.enumerable - export as enumerable property
224
- options.noTargetGet - prevent calling a getter on target
225
- */
226
- module.exports = function (options, source) {
227
- var TARGET = options.target;
228
- var GLOBAL = options.global;
229
- var STATIC = options.stat;
230
- var FORCED, target, key, targetProperty, sourceProperty, descriptor;
231
- if (GLOBAL) {
232
- target = global;
233
- } else if (STATIC) {
234
- target = global[TARGET] || setGlobal(TARGET, {});
235
- } else {
236
- target = (global[TARGET] || {}).prototype;
237
- }
238
- if (target) for (key in source) {
239
- sourceProperty = source[key];
240
- if (options.noTargetGet) {
241
- descriptor = getOwnPropertyDescriptor(target, key);
242
- targetProperty = descriptor && descriptor.value;
243
- } else targetProperty = target[key];
244
- FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
245
- // contained in target
246
- if (!FORCED && targetProperty !== undefined) {
247
- if (typeof sourceProperty === typeof targetProperty) continue;
248
- copyConstructorProperties(sourceProperty, targetProperty);
249
- }
250
- // add a flag to not completely full polyfills
251
- if (options.sham || (targetProperty && targetProperty.sham)) {
252
- createNonEnumerableProperty(sourceProperty, 'sham', true);
253
- }
254
- // extend global
255
- redefine(target, key, sourceProperty, options);
256
- }
257
- };
258
-
259
-
260
- /***/ }),
261
-
262
- /***/ "241c":
263
- /***/ (function(module, exports, __webpack_require__) {
264
-
265
- var internalObjectKeys = __webpack_require__("ca84");
266
- var enumBugKeys = __webpack_require__("7839");
267
-
268
- var hiddenKeys = enumBugKeys.concat('length', 'prototype');
269
-
270
- // `Object.getOwnPropertyNames` method
271
- // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
272
- exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
273
- return internalObjectKeys(O, hiddenKeys);
274
- };
275
-
276
-
277
- /***/ }),
278
-
279
- /***/ "2d00":
280
- /***/ (function(module, exports, __webpack_require__) {
281
-
282
- var global = __webpack_require__("da84");
283
- var userAgent = __webpack_require__("342f");
284
-
285
- var process = global.process;
286
- var versions = process && process.versions;
287
- var v8 = versions && versions.v8;
288
- var match, version;
289
-
290
- if (v8) {
291
- match = v8.split('.');
292
- version = match[0] + match[1];
293
- } else if (userAgent) {
294
- match = userAgent.match(/Edge\/(\d+)/);
295
- if (!match || match[1] >= 74) {
296
- match = userAgent.match(/Chrome\/(\d+)/);
297
- if (match) version = match[1];
298
- }
299
- }
300
-
301
- module.exports = version && +version;
302
-
303
-
304
- /***/ }),
305
-
306
- /***/ "342f":
307
- /***/ (function(module, exports, __webpack_require__) {
308
-
309
- var getBuiltIn = __webpack_require__("d066");
310
-
311
- module.exports = getBuiltIn('navigator', 'userAgent') || '';
312
-
313
-
314
- /***/ }),
315
-
316
- /***/ "37a0":
317
- /***/ (function(module, exports, __webpack_require__) {
318
-
319
- // extracted by mini-css-extract-plugin
320
-
321
- /***/ }),
322
-
323
- /***/ "428f":
324
- /***/ (function(module, exports, __webpack_require__) {
325
-
326
- var global = __webpack_require__("da84");
327
-
328
- module.exports = global;
329
-
330
-
331
- /***/ }),
332
-
333
- /***/ "44ad":
334
- /***/ (function(module, exports, __webpack_require__) {
335
-
336
- var fails = __webpack_require__("d039");
337
- var classof = __webpack_require__("c6b6");
338
-
339
- var split = ''.split;
340
-
341
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
342
- module.exports = fails(function () {
343
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
344
- // eslint-disable-next-line no-prototype-builtins
345
- return !Object('z').propertyIsEnumerable(0);
346
- }) ? function (it) {
347
- return classof(it) == 'String' ? split.call(it, '') : Object(it);
348
- } : Object;
349
-
350
-
351
- /***/ }),
352
-
353
- /***/ "4930":
354
- /***/ (function(module, exports, __webpack_require__) {
355
-
356
- var fails = __webpack_require__("d039");
357
-
358
- module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
359
- // Chrome 38 Symbol has incorrect toString conversion
360
- // eslint-disable-next-line no-undef
361
- return !String(Symbol());
362
- });
363
-
364
-
365
- /***/ }),
366
-
367
- /***/ "4d64":
368
- /***/ (function(module, exports, __webpack_require__) {
369
-
370
- var toIndexedObject = __webpack_require__("fc6a");
371
- var toLength = __webpack_require__("50c4");
372
- var toAbsoluteIndex = __webpack_require__("23cb");
373
-
374
- // `Array.prototype.{ indexOf, includes }` methods implementation
375
- var createMethod = function (IS_INCLUDES) {
376
- return function ($this, el, fromIndex) {
377
- var O = toIndexedObject($this);
378
- var length = toLength(O.length);
379
- var index = toAbsoluteIndex(fromIndex, length);
380
- var value;
381
- // Array#includes uses SameValueZero equality algorithm
382
- // eslint-disable-next-line no-self-compare
383
- if (IS_INCLUDES && el != el) while (length > index) {
384
- value = O[index++];
385
- // eslint-disable-next-line no-self-compare
386
- if (value != value) return true;
387
- // Array#indexOf ignores holes, Array#includes - not
388
- } else for (;length > index; index++) {
389
- if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
390
- } return !IS_INCLUDES && -1;
391
- };
392
- };
393
-
394
- module.exports = {
395
- // `Array.prototype.includes` method
396
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
397
- includes: createMethod(true),
398
- // `Array.prototype.indexOf` method
399
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
400
- indexOf: createMethod(false)
401
- };
402
-
403
-
404
- /***/ }),
405
-
406
- /***/ "50c4":
407
- /***/ (function(module, exports, __webpack_require__) {
408
-
409
- var toInteger = __webpack_require__("a691");
410
-
411
- var min = Math.min;
412
-
413
- // `ToLength` abstract operation
414
- // https://tc39.github.io/ecma262/#sec-tolength
415
- module.exports = function (argument) {
416
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
417
- };
418
-
419
-
420
- /***/ }),
421
-
422
- /***/ "5135":
423
- /***/ (function(module, exports) {
424
-
425
- var hasOwnProperty = {}.hasOwnProperty;
426
-
427
- module.exports = function (it, key) {
428
- return hasOwnProperty.call(it, key);
429
- };
430
-
431
-
432
- /***/ }),
433
-
434
- /***/ "5692":
435
- /***/ (function(module, exports, __webpack_require__) {
436
-
437
- var IS_PURE = __webpack_require__("c430");
438
- var store = __webpack_require__("c6cd");
439
-
440
- (module.exports = function (key, value) {
441
- return store[key] || (store[key] = value !== undefined ? value : {});
442
- })('versions', []).push({
443
- version: '3.6.5',
444
- mode: IS_PURE ? 'pure' : 'global',
445
- copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
446
- });
447
-
448
-
449
- /***/ }),
450
-
451
- /***/ "56ef":
452
- /***/ (function(module, exports, __webpack_require__) {
453
-
454
- var getBuiltIn = __webpack_require__("d066");
455
- var getOwnPropertyNamesModule = __webpack_require__("241c");
456
- var getOwnPropertySymbolsModule = __webpack_require__("7418");
457
- var anObject = __webpack_require__("825a");
458
-
459
- // all object keys, includes non-enumerable and symbols
460
- module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
461
- var keys = getOwnPropertyNamesModule.f(anObject(it));
462
- var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
463
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
464
- };
465
-
466
-
467
- /***/ }),
468
-
469
- /***/ "5c6c":
470
- /***/ (function(module, exports) {
471
-
472
- module.exports = function (bitmap, value) {
473
- return {
474
- enumerable: !(bitmap & 1),
475
- configurable: !(bitmap & 2),
476
- writable: !(bitmap & 4),
477
- value: value
478
- };
479
- };
480
-
481
-
482
- /***/ }),
483
-
484
- /***/ "5ea3":
485
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
486
-
487
- "use strict";
488
- /* WEBPACK VAR INJECTION */(function(global) {/** Detect free variable `global` from Node.js. */
489
- var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
490
-
491
- /* harmony default export */ __webpack_exports__["a"] = (freeGlobal);
492
-
493
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("c8ba")))
494
-
495
- /***/ }),
496
-
497
- /***/ "65f0":
498
- /***/ (function(module, exports, __webpack_require__) {
499
-
500
- var isObject = __webpack_require__("861d");
501
- var isArray = __webpack_require__("e8b5");
502
- var wellKnownSymbol = __webpack_require__("b622");
503
-
504
- var SPECIES = wellKnownSymbol('species');
505
-
506
- // `ArraySpeciesCreate` abstract operation
507
- // https://tc39.github.io/ecma262/#sec-arrayspeciescreate
508
- module.exports = function (originalArray, length) {
509
- var C;
510
- if (isArray(originalArray)) {
511
- C = originalArray.constructor;
512
- // cross-realm fallback
513
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
514
- else if (isObject(C)) {
515
- C = C[SPECIES];
516
- if (C === null) C = undefined;
517
- }
518
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
519
- };
520
-
521
-
522
- /***/ }),
523
-
524
- /***/ "69f3":
525
- /***/ (function(module, exports, __webpack_require__) {
526
-
527
- var NATIVE_WEAK_MAP = __webpack_require__("7f9a");
528
- var global = __webpack_require__("da84");
529
- var isObject = __webpack_require__("861d");
530
- var createNonEnumerableProperty = __webpack_require__("9112");
531
- var objectHas = __webpack_require__("5135");
532
- var sharedKey = __webpack_require__("f772");
533
- var hiddenKeys = __webpack_require__("d012");
534
-
535
- var WeakMap = global.WeakMap;
536
- var set, get, has;
537
-
538
- var enforce = function (it) {
539
- return has(it) ? get(it) : set(it, {});
540
- };
541
-
542
- var getterFor = function (TYPE) {
543
- return function (it) {
544
- var state;
545
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
546
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
547
- } return state;
548
- };
549
- };
550
-
551
- if (NATIVE_WEAK_MAP) {
552
- var store = new WeakMap();
553
- var wmget = store.get;
554
- var wmhas = store.has;
555
- var wmset = store.set;
556
- set = function (it, metadata) {
557
- wmset.call(store, it, metadata);
558
- return metadata;
559
- };
560
- get = function (it) {
561
- return wmget.call(store, it) || {};
562
- };
563
- has = function (it) {
564
- return wmhas.call(store, it);
565
- };
566
- } else {
567
- var STATE = sharedKey('state');
568
- hiddenKeys[STATE] = true;
569
- set = function (it, metadata) {
570
- createNonEnumerableProperty(it, STATE, metadata);
571
- return metadata;
572
- };
573
- get = function (it) {
574
- return objectHas(it, STATE) ? it[STATE] : {};
575
- };
576
- has = function (it) {
577
- return objectHas(it, STATE);
578
- };
579
- }
580
-
581
- module.exports = {
582
- set: set,
583
- get: get,
584
- has: has,
585
- enforce: enforce,
586
- getterFor: getterFor
587
- };
588
-
589
-
590
- /***/ }),
591
-
592
- /***/ "6eeb":
593
- /***/ (function(module, exports, __webpack_require__) {
594
-
595
- var global = __webpack_require__("da84");
596
- var createNonEnumerableProperty = __webpack_require__("9112");
597
- var has = __webpack_require__("5135");
598
- var setGlobal = __webpack_require__("ce4e");
599
- var inspectSource = __webpack_require__("8925");
600
- var InternalStateModule = __webpack_require__("69f3");
601
-
602
- var getInternalState = InternalStateModule.get;
603
- var enforceInternalState = InternalStateModule.enforce;
604
- var TEMPLATE = String(String).split('String');
605
-
606
- (module.exports = function (O, key, value, options) {
607
- var unsafe = options ? !!options.unsafe : false;
608
- var simple = options ? !!options.enumerable : false;
609
- var noTargetGet = options ? !!options.noTargetGet : false;
610
- if (typeof value == 'function') {
611
- if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);
612
- enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');
613
- }
614
- if (O === global) {
615
- if (simple) O[key] = value;
616
- else setGlobal(key, value);
617
- return;
618
- } else if (!unsafe) {
619
- delete O[key];
620
- } else if (!noTargetGet && O[key]) {
621
- simple = true;
622
- }
623
- if (simple) O[key] = value;
624
- else createNonEnumerableProperty(O, key, value);
625
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
626
- })(Function.prototype, 'toString', function toString() {
627
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
628
- });
629
-
630
-
631
- /***/ }),
632
-
633
- /***/ "6f98":
634
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
635
-
636
- "use strict";
637
- /* 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_Badge_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d993");
638
- /* 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_Badge_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_Badge_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);
639
- /* unused harmony reexport * */
640
- /* 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_Badge_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default.a);
641
-
642
- /***/ }),
643
-
644
- /***/ "7418":
645
- /***/ (function(module, exports) {
646
-
647
- exports.f = Object.getOwnPropertySymbols;
648
-
649
-
650
- /***/ }),
651
-
652
- /***/ "7839":
653
- /***/ (function(module, exports) {
654
-
655
- // IE8- don't enum bug keys
656
- module.exports = [
657
- 'constructor',
658
- 'hasOwnProperty',
659
- 'isPrototypeOf',
660
- 'propertyIsEnumerable',
661
- 'toLocaleString',
662
- 'toString',
663
- 'valueOf'
664
- ];
665
-
666
-
667
- /***/ }),
668
-
669
- /***/ "7a82":
670
- /***/ (function(module, exports, __webpack_require__) {
671
-
672
- var $ = __webpack_require__("23e7");
673
- var DESCRIPTORS = __webpack_require__("83ab");
674
- var objectDefinePropertyModile = __webpack_require__("9bf2");
675
-
676
- // `Object.defineProperty` method
677
- // https://tc39.github.io/ecma262/#sec-object.defineproperty
678
- $({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {
679
- defineProperty: objectDefinePropertyModile.f
680
- });
681
-
682
-
683
- /***/ }),
684
-
685
- /***/ "7b0b":
686
- /***/ (function(module, exports, __webpack_require__) {
687
-
688
- var requireObjectCoercible = __webpack_require__("1d80");
689
-
690
- // `ToObject` abstract operation
691
- // https://tc39.github.io/ecma262/#sec-toobject
692
- module.exports = function (argument) {
693
- return Object(requireObjectCoercible(argument));
694
- };
695
-
696
-
697
- /***/ }),
698
-
699
- /***/ "7f9a":
700
- /***/ (function(module, exports, __webpack_require__) {
701
-
702
- var global = __webpack_require__("da84");
703
- var inspectSource = __webpack_require__("8925");
704
-
705
- var WeakMap = global.WeakMap;
706
-
707
- module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
708
-
709
-
710
- /***/ }),
711
-
712
- /***/ "825a":
713
- /***/ (function(module, exports, __webpack_require__) {
714
-
715
- var isObject = __webpack_require__("861d");
716
-
717
- module.exports = function (it) {
718
- if (!isObject(it)) {
719
- throw TypeError(String(it) + ' is not an object');
720
- } return it;
721
- };
722
-
723
-
724
- /***/ }),
725
-
726
- /***/ "83ab":
727
- /***/ (function(module, exports, __webpack_require__) {
728
-
729
- var fails = __webpack_require__("d039");
730
-
731
- // Thank's IE8 for his funny defineProperty
732
- module.exports = !fails(function () {
733
- return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
734
- });
735
-
736
-
737
- /***/ }),
738
-
739
- /***/ "8418":
740
- /***/ (function(module, exports, __webpack_require__) {
741
-
742
- "use strict";
743
-
744
- var toPrimitive = __webpack_require__("c04e");
745
- var definePropertyModule = __webpack_require__("9bf2");
746
- var createPropertyDescriptor = __webpack_require__("5c6c");
747
-
748
- module.exports = function (object, key, value) {
749
- var propertyKey = toPrimitive(key);
750
- if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
751
- else object[propertyKey] = value;
752
- };
753
-
754
-
755
- /***/ }),
756
-
757
- /***/ "861d":
758
- /***/ (function(module, exports) {
759
-
760
- module.exports = function (it) {
761
- return typeof it === 'object' ? it !== null : typeof it === 'function';
762
- };
763
-
764
-
765
- /***/ }),
766
-
767
- /***/ "8875":
768
- /***/ (function(module, exports, __webpack_require__) {
769
-
770
- var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;// addapted from the document.currentScript polyfill by Adam Miller
771
- // MIT license
772
- // source: https://github.com/amiller-gh/currentScript-polyfill
773
-
774
- // added support for Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1620505
775
-
776
- (function (root, factory) {
777
- if (true) {
778
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
779
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
780
- (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
781
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
782
- } else {}
783
- }(typeof self !== 'undefined' ? self : this, function () {
784
- function getCurrentScript () {
785
- var descriptor = Object.getOwnPropertyDescriptor(document, 'currentScript')
786
- // for chrome
787
- if (!descriptor && 'currentScript' in document && document.currentScript) {
788
- return document.currentScript
789
- }
790
-
791
- // for other browsers with native support for currentScript
792
- if (descriptor && descriptor.get !== getCurrentScript && document.currentScript) {
793
- return document.currentScript
794
- }
795
-
796
- // IE 8-10 support script readyState
797
- // IE 11+ & Firefox support stack trace
798
- try {
799
- throw new Error();
800
- }
801
- catch (err) {
802
- // Find the second match for the "at" string to get file src url from stack.
803
- var ieStackRegExp = /.*at [^(]*\((.*):(.+):(.+)\)$/ig,
804
- ffStackRegExp = /@([^@]*):(\d+):(\d+)\s*$/ig,
805
- stackDetails = ieStackRegExp.exec(err.stack) || ffStackRegExp.exec(err.stack),
806
- scriptLocation = (stackDetails && stackDetails[1]) || false,
807
- line = (stackDetails && stackDetails[2]) || false,
808
- currentLocation = document.location.href.replace(document.location.hash, ''),
809
- pageSource,
810
- inlineScriptSourceRegExp,
811
- inlineScriptSource,
812
- scripts = document.getElementsByTagName('script'); // Live NodeList collection
813
-
814
- if (scriptLocation === currentLocation) {
815
- pageSource = document.documentElement.outerHTML;
816
- inlineScriptSourceRegExp = new RegExp('(?:[^\\n]+?\\n){0,' + (line - 2) + '}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*', 'i');
817
- inlineScriptSource = pageSource.replace(inlineScriptSourceRegExp, '$1').trim();
818
- }
819
-
820
- for (var i = 0; i < scripts.length; i++) {
821
- // If ready state is interactive, return the script tag
822
- if (scripts[i].readyState === 'interactive') {
823
- return scripts[i];
824
- }
825
-
826
- // If src matches, return the script tag
827
- if (scripts[i].src === scriptLocation) {
828
- return scripts[i];
829
- }
830
-
831
- // If inline source matches, return the script tag
832
- if (
833
- scriptLocation === currentLocation &&
834
- scripts[i].innerHTML &&
835
- scripts[i].innerHTML.trim() === inlineScriptSource
836
- ) {
837
- return scripts[i];
838
- }
839
- }
840
-
841
- // If no match, return null
842
- return null;
843
- }
844
- };
845
-
846
- return getCurrentScript
847
- }));
848
-
849
-
850
- /***/ }),
851
-
852
- /***/ "8925":
853
- /***/ (function(module, exports, __webpack_require__) {
854
-
855
- var store = __webpack_require__("c6cd");
856
-
857
- var functionToString = Function.toString;
858
-
859
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
860
- if (typeof store.inspectSource != 'function') {
861
- store.inspectSource = function (it) {
862
- return functionToString.call(it);
863
- };
864
- }
865
-
866
- module.exports = store.inspectSource;
867
-
868
-
869
- /***/ }),
870
-
871
- /***/ "90e3":
872
- /***/ (function(module, exports) {
873
-
874
- var id = 0;
875
- var postfix = Math.random();
876
-
877
- module.exports = function (key) {
878
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
879
- };
880
-
881
-
882
- /***/ }),
883
-
884
- /***/ "9112":
885
- /***/ (function(module, exports, __webpack_require__) {
886
-
887
- var DESCRIPTORS = __webpack_require__("83ab");
888
- var definePropertyModule = __webpack_require__("9bf2");
889
- var createPropertyDescriptor = __webpack_require__("5c6c");
890
-
891
- module.exports = DESCRIPTORS ? function (object, key, value) {
892
- return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
893
- } : function (object, key, value) {
894
- object[key] = value;
895
- return object;
896
- };
897
-
898
-
899
- /***/ }),
900
-
901
- /***/ "94ca":
902
- /***/ (function(module, exports, __webpack_require__) {
903
-
904
- var fails = __webpack_require__("d039");
905
-
906
- var replacement = /#|\.prototype\./;
907
-
908
- var isForced = function (feature, detection) {
909
- var value = data[normalize(feature)];
910
- return value == POLYFILL ? true
911
- : value == NATIVE ? false
912
- : typeof detection == 'function' ? fails(detection)
913
- : !!detection;
914
- };
915
-
916
- var normalize = isForced.normalize = function (string) {
917
- return String(string).replace(replacement, '.').toLowerCase();
918
- };
919
-
920
- var data = isForced.data = {};
921
- var NATIVE = isForced.NATIVE = 'N';
922
- var POLYFILL = isForced.POLYFILL = 'P';
923
-
924
- module.exports = isForced;
925
-
926
-
927
- /***/ }),
928
-
929
- /***/ "99af":
930
- /***/ (function(module, exports, __webpack_require__) {
931
-
932
- "use strict";
933
-
934
- var $ = __webpack_require__("23e7");
935
- var fails = __webpack_require__("d039");
936
- var isArray = __webpack_require__("e8b5");
937
- var isObject = __webpack_require__("861d");
938
- var toObject = __webpack_require__("7b0b");
939
- var toLength = __webpack_require__("50c4");
940
- var createProperty = __webpack_require__("8418");
941
- var arraySpeciesCreate = __webpack_require__("65f0");
942
- var arrayMethodHasSpeciesSupport = __webpack_require__("1dde");
943
- var wellKnownSymbol = __webpack_require__("b622");
944
- var V8_VERSION = __webpack_require__("2d00");
945
-
946
- var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
947
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
948
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
949
-
950
- // We can't use this feature detection in V8 since it causes
951
- // deoptimization and serious performance degradation
952
- // https://github.com/zloirock/core-js/issues/679
953
- var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {
954
- var array = [];
955
- array[IS_CONCAT_SPREADABLE] = false;
956
- return array.concat()[0] !== array;
957
- });
958
-
959
- var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
960
-
961
- var isConcatSpreadable = function (O) {
962
- if (!isObject(O)) return false;
963
- var spreadable = O[IS_CONCAT_SPREADABLE];
964
- return spreadable !== undefined ? !!spreadable : isArray(O);
965
- };
966
-
967
- var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
968
-
969
- // `Array.prototype.concat` method
970
- // https://tc39.github.io/ecma262/#sec-array.prototype.concat
971
- // with adding support of @@isConcatSpreadable and @@species
972
- $({ target: 'Array', proto: true, forced: FORCED }, {
973
- concat: function concat(arg) { // eslint-disable-line no-unused-vars
974
- var O = toObject(this);
975
- var A = arraySpeciesCreate(O, 0);
976
- var n = 0;
977
- var i, k, length, len, E;
978
- for (i = -1, length = arguments.length; i < length; i++) {
979
- E = i === -1 ? O : arguments[i];
980
- if (isConcatSpreadable(E)) {
981
- len = toLength(E.length);
982
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
983
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
984
- } else {
985
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
986
- createProperty(A, n++, E);
987
- }
988
- }
989
- A.length = n;
990
- return A;
991
- }
992
- });
993
-
994
-
995
- /***/ }),
996
-
997
- /***/ "9bf2":
998
- /***/ (function(module, exports, __webpack_require__) {
999
-
1000
- var DESCRIPTORS = __webpack_require__("83ab");
1001
- var IE8_DOM_DEFINE = __webpack_require__("0cfb");
1002
- var anObject = __webpack_require__("825a");
1003
- var toPrimitive = __webpack_require__("c04e");
1004
-
1005
- var nativeDefineProperty = Object.defineProperty;
1006
-
1007
- // `Object.defineProperty` method
1008
- // https://tc39.github.io/ecma262/#sec-object.defineproperty
1009
- exports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
1010
- anObject(O);
1011
- P = toPrimitive(P, true);
1012
- anObject(Attributes);
1013
- if (IE8_DOM_DEFINE) try {
1014
- return nativeDefineProperty(O, P, Attributes);
1015
- } catch (error) { /* empty */ }
1016
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
1017
- if ('value' in Attributes) O[P] = Attributes.value;
1018
- return O;
1019
- };
1020
-
1021
-
1022
- /***/ }),
1023
-
1024
- /***/ "a640":
1025
- /***/ (function(module, exports, __webpack_require__) {
1026
-
1027
- "use strict";
1028
-
1029
- var fails = __webpack_require__("d039");
1030
-
1031
- module.exports = function (METHOD_NAME, argument) {
1032
- var method = [][METHOD_NAME];
1033
- return !!method && fails(function () {
1034
- // eslint-disable-next-line no-useless-call,no-throw-literal
1035
- method.call(null, argument || function () { throw 1; }, 1);
1036
- });
1037
- };
1038
-
1039
-
1040
- /***/ }),
1041
-
1042
- /***/ "a691":
1043
- /***/ (function(module, exports) {
1044
-
1045
- var ceil = Math.ceil;
1046
- var floor = Math.floor;
1047
-
1048
- // `ToInteger` abstract operation
1049
- // https://tc39.github.io/ecma262/#sec-tointeger
1050
- module.exports = function (argument) {
1051
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
1052
- };
1053
-
1054
-
1055
- /***/ }),
1056
-
1057
- /***/ "ae40":
1058
- /***/ (function(module, exports, __webpack_require__) {
1059
-
1060
- var DESCRIPTORS = __webpack_require__("83ab");
1061
- var fails = __webpack_require__("d039");
1062
- var has = __webpack_require__("5135");
1063
-
1064
- var defineProperty = Object.defineProperty;
1065
- var cache = {};
1066
-
1067
- var thrower = function (it) { throw it; };
1068
-
1069
- module.exports = function (METHOD_NAME, options) {
1070
- if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];
1071
- if (!options) options = {};
1072
- var method = [][METHOD_NAME];
1073
- var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;
1074
- var argument0 = has(options, 0) ? options[0] : thrower;
1075
- var argument1 = has(options, 1) ? options[1] : undefined;
1076
-
1077
- return cache[METHOD_NAME] = !!method && !fails(function () {
1078
- if (ACCESSORS && !DESCRIPTORS) return true;
1079
- var O = { length: -1 };
1080
-
1081
- if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });
1082
- else O[1] = 1;
1083
-
1084
- method.call(O, argument0, argument1);
1085
- });
1086
- };
1087
-
1088
-
1089
- /***/ }),
1090
-
1091
- /***/ "b622":
1092
- /***/ (function(module, exports, __webpack_require__) {
1093
-
1094
- var global = __webpack_require__("da84");
1095
- var shared = __webpack_require__("5692");
1096
- var has = __webpack_require__("5135");
1097
- var uid = __webpack_require__("90e3");
1098
- var NATIVE_SYMBOL = __webpack_require__("4930");
1099
- var USE_SYMBOL_AS_UID = __webpack_require__("fdbf");
1100
-
1101
- var WellKnownSymbolsStore = shared('wks');
1102
- var Symbol = global.Symbol;
1103
- var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;
1104
-
1105
- module.exports = function (name) {
1106
- if (!has(WellKnownSymbolsStore, name)) {
1107
- if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];
1108
- else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
1109
- } return WellKnownSymbolsStore[name];
1110
- };
1111
-
1112
-
1113
- /***/ }),
1114
-
1115
- /***/ "c04e":
1116
- /***/ (function(module, exports, __webpack_require__) {
1117
-
1118
- var isObject = __webpack_require__("861d");
1119
-
1120
- // `ToPrimitive` abstract operation
1121
- // https://tc39.github.io/ecma262/#sec-toprimitive
1122
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
1123
- // and the second argument - flag - preferred type is a string
1124
- module.exports = function (input, PREFERRED_STRING) {
1125
- if (!isObject(input)) return input;
1126
- var fn, val;
1127
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
1128
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
1129
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
1130
- throw TypeError("Can't convert object to primitive value");
1131
- };
1132
-
1133
-
1134
- /***/ }),
1135
-
1136
- /***/ "c430":
1137
- /***/ (function(module, exports) {
1138
-
1139
- module.exports = false;
1140
-
1141
-
1142
- /***/ }),
1143
-
1144
- /***/ "c6b6":
1145
- /***/ (function(module, exports) {
1146
-
1147
- var toString = {}.toString;
1148
-
1149
- module.exports = function (it) {
1150
- return toString.call(it).slice(8, -1);
1151
- };
1152
-
1153
-
1154
- /***/ }),
1155
-
1156
- /***/ "c6cd":
1157
- /***/ (function(module, exports, __webpack_require__) {
1158
-
1159
- var global = __webpack_require__("da84");
1160
- var setGlobal = __webpack_require__("ce4e");
1161
-
1162
- var SHARED = '__core-js_shared__';
1163
- var store = global[SHARED] || setGlobal(SHARED, {});
1164
-
1165
- module.exports = store;
1166
-
1167
-
1168
- /***/ }),
1169
-
1170
- /***/ "c8ba":
1171
- /***/ (function(module, exports) {
1172
-
1173
- var g;
1174
-
1175
- // This works in non-strict mode
1176
- g = (function() {
1177
- return this;
1178
- })();
1179
-
1180
- try {
1181
- // This works if eval is allowed (see CSP)
1182
- g = g || new Function("return this")();
1183
- } catch (e) {
1184
- // This works if the window reference is available
1185
- if (typeof window === "object") g = window;
1186
- }
1187
-
1188
- // g can still be undefined, but nothing to do about it...
1189
- // We return undefined, instead of nothing here, so it's
1190
- // easier to handle this case. if(!global) { ...}
1191
-
1192
- module.exports = g;
1193
-
1194
-
1195
- /***/ }),
1196
-
1197
- /***/ "c975":
1198
- /***/ (function(module, exports, __webpack_require__) {
1199
-
1200
- "use strict";
1201
-
1202
- var $ = __webpack_require__("23e7");
1203
- var $indexOf = __webpack_require__("4d64").indexOf;
1204
- var arrayMethodIsStrict = __webpack_require__("a640");
1205
- var arrayMethodUsesToLength = __webpack_require__("ae40");
1206
-
1207
- var nativeIndexOf = [].indexOf;
1208
-
1209
- var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
1210
- var STRICT_METHOD = arrayMethodIsStrict('indexOf');
1211
- var USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });
1212
-
1213
- // `Array.prototype.indexOf` method
1214
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
1215
- $({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {
1216
- indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
1217
- return NEGATIVE_ZERO
1218
- // convert -0 to +0
1219
- ? nativeIndexOf.apply(this, arguments) || 0
1220
- : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
1221
- }
1222
- });
1223
-
1224
-
1225
- /***/ }),
1226
-
1227
- /***/ "ca84":
1228
- /***/ (function(module, exports, __webpack_require__) {
1229
-
1230
- var has = __webpack_require__("5135");
1231
- var toIndexedObject = __webpack_require__("fc6a");
1232
- var indexOf = __webpack_require__("4d64").indexOf;
1233
- var hiddenKeys = __webpack_require__("d012");
1234
-
1235
- module.exports = function (object, names) {
1236
- var O = toIndexedObject(object);
1237
- var i = 0;
1238
- var result = [];
1239
- var key;
1240
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
1241
- // Don't enum bug & hidden keys
1242
- while (names.length > i) if (has(O, key = names[i++])) {
1243
- ~indexOf(result, key) || result.push(key);
1244
- }
1245
- return result;
1246
- };
1247
-
1248
-
1249
- /***/ }),
1250
-
1251
- /***/ "cc12":
1252
- /***/ (function(module, exports, __webpack_require__) {
1253
-
1254
- var global = __webpack_require__("da84");
1255
- var isObject = __webpack_require__("861d");
1256
-
1257
- var document = global.document;
1258
- // typeof document.createElement is 'object' in old IE
1259
- var EXISTS = isObject(document) && isObject(document.createElement);
1260
-
1261
- module.exports = function (it) {
1262
- return EXISTS ? document.createElement(it) : {};
1263
- };
1264
-
1265
-
1266
- /***/ }),
1267
-
1268
- /***/ "ce4e":
1269
- /***/ (function(module, exports, __webpack_require__) {
1270
-
1271
- var global = __webpack_require__("da84");
1272
- var createNonEnumerableProperty = __webpack_require__("9112");
1273
-
1274
- module.exports = function (key, value) {
1275
- try {
1276
- createNonEnumerableProperty(global, key, value);
1277
- } catch (error) {
1278
- global[key] = value;
1279
- } return value;
1280
- };
1281
-
1282
-
1283
- /***/ }),
1284
-
1285
- /***/ "d012":
1286
- /***/ (function(module, exports) {
1287
-
1288
- module.exports = {};
1289
-
1290
-
1291
- /***/ }),
1292
-
1293
- /***/ "d039":
1294
- /***/ (function(module, exports) {
1295
-
1296
- module.exports = function (exec) {
1297
- try {
1298
- return !!exec();
1299
- } catch (error) {
1300
- return true;
1301
- }
1302
- };
1303
-
1304
-
1305
- /***/ }),
1306
-
1307
- /***/ "d066":
1308
- /***/ (function(module, exports, __webpack_require__) {
1309
-
1310
- var path = __webpack_require__("428f");
1311
- var global = __webpack_require__("da84");
1312
-
1313
- var aFunction = function (variable) {
1314
- return typeof variable == 'function' ? variable : undefined;
1315
- };
1316
-
1317
- module.exports = function (namespace, method) {
1318
- return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])
1319
- : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];
1320
- };
1321
-
1322
-
1323
- /***/ }),
1324
-
1325
- /***/ "d1e7":
1326
- /***/ (function(module, exports, __webpack_require__) {
1327
-
1328
- "use strict";
1329
-
1330
- var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
1331
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
1332
-
1333
- // Nashorn ~ JDK8 bug
1334
- var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
1335
-
1336
- // `Object.prototype.propertyIsEnumerable` method implementation
1337
- // https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
1338
- exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
1339
- var descriptor = getOwnPropertyDescriptor(this, V);
1340
- return !!descriptor && descriptor.enumerable;
1341
- } : nativePropertyIsEnumerable;
1342
-
1343
-
1344
- /***/ }),
1345
-
1346
- /***/ "d993":
1347
- /***/ (function(module, exports, __webpack_require__) {
1348
-
1349
- // extracted by mini-css-extract-plugin
1350
-
1351
- /***/ }),
1352
-
1353
- /***/ "da84":
1354
- /***/ (function(module, exports, __webpack_require__) {
1355
-
1356
- /* WEBPACK VAR INJECTION */(function(global) {var check = function (it) {
1357
- return it && it.Math == Math && it;
1358
- };
1359
-
1360
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
1361
- module.exports =
1362
- // eslint-disable-next-line no-undef
1363
- check(typeof globalThis == 'object' && globalThis) ||
1364
- check(typeof window == 'object' && window) ||
1365
- check(typeof self == 'object' && self) ||
1366
- check(typeof global == 'object' && global) ||
1367
- // eslint-disable-next-line no-new-func
1368
- Function('return this')();
1369
-
1370
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("c8ba")))
1371
-
1372
- /***/ }),
1373
-
1374
- /***/ "e893":
1375
- /***/ (function(module, exports, __webpack_require__) {
1376
-
1377
- var has = __webpack_require__("5135");
1378
- var ownKeys = __webpack_require__("56ef");
1379
- var getOwnPropertyDescriptorModule = __webpack_require__("06cf");
1380
- var definePropertyModule = __webpack_require__("9bf2");
1381
-
1382
- module.exports = function (target, source) {
1383
- var keys = ownKeys(source);
1384
- var defineProperty = definePropertyModule.f;
1385
- var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
1386
- for (var i = 0; i < keys.length; i++) {
1387
- var key = keys[i];
1388
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
1389
- }
1390
- };
1391
-
1392
-
1393
- /***/ }),
1394
-
1395
- /***/ "e8b5":
1396
- /***/ (function(module, exports, __webpack_require__) {
1397
-
1398
- var classof = __webpack_require__("c6b6");
1399
-
1400
- // `IsArray` abstract operation
1401
- // https://tc39.github.io/ecma262/#sec-isarray
1402
- module.exports = Array.isArray || function isArray(arg) {
1403
- return classof(arg) == 'Array';
1404
- };
1405
-
1406
-
1407
- /***/ }),
1408
-
1409
- /***/ "f772":
1410
- /***/ (function(module, exports, __webpack_require__) {
1411
-
1412
- var shared = __webpack_require__("5692");
1413
- var uid = __webpack_require__("90e3");
1414
-
1415
- var keys = shared('keys');
1416
-
1417
- module.exports = function (key) {
1418
- return keys[key] || (keys[key] = uid(key));
1419
- };
1420
-
1421
-
1422
- /***/ }),
1423
-
1424
- /***/ "fb15":
1425
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1426
-
1427
- "use strict";
1428
- // ESM COMPAT FLAG
1429
- __webpack_require__.r(__webpack_exports__);
1430
-
1431
- // CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
1432
- // This file is imported into lib/wc client bundles.
1433
-
1434
- if (typeof window !== 'undefined') {
1435
- var currentScript = window.document.currentScript
1436
- if (true) {
1437
- var getCurrentScript = __webpack_require__("8875")
1438
- currentScript = getCurrentScript()
1439
-
1440
- // for backward compatibility, because previously we directly included the polyfill
1441
- if (!('currentScript' in document)) {
1442
- Object.defineProperty(document, 'currentScript', { get: getCurrentScript })
1443
- }
1444
- }
1445
-
1446
- var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
1447
- if (src) {
1448
- __webpack_require__.p = src[1] // eslint-disable-line
1449
- }
1450
- }
1451
-
1452
- // Indicate to webpack that this file can be concatenated
1453
- /* harmony default export */ var setPublicPath = (null);
1454
-
1455
- // EXTERNAL MODULE: ./src/css/Badge.css
1456
- var Badge = __webpack_require__("37a0");
1457
-
1458
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"237b14c0-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/Badge.vue?vue&type=template&id=4ff280c4&
1459
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.component || _vm.type,{tag:"component",staticClass:"badge",class:_vm.classes,attrs:{"href":_vm.href,"to":_vm.to}},[_vm._t("default")],2)}
1460
- var staticRenderFns = []
1461
-
1462
-
1463
- // CONCATENATED MODULE: ./src/Badge.vue?vue&type=template&id=4ff280c4&
1464
-
1465
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
1466
- var es_array_concat = __webpack_require__("99af");
1467
-
1468
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.index-of.js
1469
- var es_array_index_of = __webpack_require__("c975");
1470
-
1471
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.define-property.js
1472
- var es_object_define_property = __webpack_require__("7a82");
1473
-
1474
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
1475
-
1476
- function _defineProperty(obj, key, value) {
1477
- if (key in obj) {
1478
- Object.defineProperty(obj, key, {
1479
- value: value,
1480
- enumerable: true,
1481
- configurable: true,
1482
- writable: true
1483
- });
1484
- } else {
1485
- obj[key] = value;
1486
- }
1487
-
1488
- return obj;
1489
- }
1490
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/camelCase.js
1491
- function camelCase(string) {
1492
- if(!string) {
1493
- return string;
1494
- }
1495
-
1496
- string = string.replace(/(?:(^.)|([-_\s]+.))/g, function(match) {
1497
- return match.charAt(match.length - 1).toUpperCase();
1498
- });
1499
-
1500
- return string.charAt(0).toLowerCase() + string.substring(1);
1501
- }
1502
-
1503
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/first.js
1504
- function first(array) {
1505
- return (array && array.length) ? array[0] : undefined;
1506
- }
1507
-
1508
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isArray.js
1509
- function isArray(value) {
1510
- return Array.isArray(value);
1511
- }
1512
-
1513
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isObject.js
1514
- function isObject(subject) {
1515
- return (!!subject) && (subject.constructor === Object);
1516
- };
1517
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/matches.js
1518
-
1519
-
1520
- function matches(properties) {
1521
- return subject => {
1522
- for(const i in properties) {
1523
- if(isObject(properties[i])) {
1524
- return subject[i] ? matches(properties[i])(subject[i]) : false;
1525
- }
1526
- else if(!subject || subject[i] !== properties[i]) {
1527
- return false;
1528
- }
1529
- }
1530
-
1531
- return true;
1532
- };
1533
- }
1534
-
1535
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isString.js
1536
- function isString(value) {
1537
- return typeof value === 'string';
1538
- }
1539
-
1540
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/get.js
1541
-
1542
-
1543
-
1544
- function get(object, path) {
1545
- return (isString(path) ? path.split('.') : (!isArray(path) ? [path] : path)).reduce((a, b) => a[b], object);
1546
- }
1547
-
1548
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/property.js
1549
-
1550
-
1551
- function property(path) {
1552
- return object => {
1553
- return get(object, path);
1554
- };
1555
- }
1556
-
1557
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isFunction.js
1558
- function isFunction(value) {
1559
- return value instanceof Function;
1560
- }
1561
-
1562
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/matchesProperty.js
1563
-
1564
-
1565
- function matchesProperty(path, value) {
1566
- return subject => {
1567
- return get(subject, path) === value;
1568
- };
1569
- }
1570
-
1571
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/predicate.js
1572
-
1573
-
1574
-
1575
-
1576
-
1577
-
1578
-
1579
- function predicate(value) {
1580
- if(isObject(value)) {
1581
- value = matches(value);
1582
- }
1583
- else if(isArray(value)) {
1584
- value = matchesProperty(value[0], value[1]);
1585
- }
1586
- else if(!isFunction(value)) {
1587
- value = property(value);
1588
- }
1589
-
1590
- return value;
1591
- }
1592
-
1593
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/find.js
1594
-
1595
-
1596
-
1597
- function find(subject, value) {
1598
- return first(subject.filter(object => predicate(value)(object)));
1599
- }
1600
-
1601
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isNumber.js
1602
- function isNumber(value) {
1603
- return (typeof value === 'number') || (
1604
- value ? value.toString() === '[object Number]' : false
1605
- );
1606
- }
1607
-
1608
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isNumeric.js
1609
-
1610
-
1611
-
1612
- function isNumeric(value) {
1613
- return isNumber(value) || (
1614
- !!value && !isArray(value) && !!value.toString().match(/^-?[\d.,]+$/)
1615
- );
1616
- }
1617
-
1618
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/key.js
1619
-
1620
-
1621
- function key(value) {
1622
- return isNumeric(value) ? parseFloat(value) : value;
1623
- }
1624
-
1625
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/findIndex.js
1626
-
1627
-
1628
-
1629
- function findIndex(subject, value) {
1630
- for(const i in subject) {
1631
- if(predicate(value)(subject[i])) {
1632
- return key(i);
1633
- }
1634
- }
1635
-
1636
- return -1;
1637
- }
1638
-
1639
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isBoolean.js
1640
- function isBoolean(subject) {
1641
- return typeof subject === 'boolean' || (
1642
- typeof subject === 'object'
1643
- && subject !== null
1644
- && typeof subject.valueOf() === 'boolean'
1645
- );
1646
- }
1647
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/isUndefined.js
1648
- function isUndefined(value) {
1649
- return typeof value === 'undefined';
1650
- }
1651
-
1652
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/kebabCase.js
1653
- function kebabCase(str) {
1654
- return str && str.replace ?
1655
- str.replace(/([a-z])([A-Z])/g, '$1-$2')
1656
- .replace(/\s+/g, '-')
1657
- .replace(/_/g, '-')
1658
- .toLowerCase() : null;
1659
- };
1660
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/prefix.js
1661
-
1662
-
1663
-
1664
- function prefix_prefix(subject, prefix, delimeter = '-') {
1665
- const prefixer = (value, key) => {
1666
- const string = (key || value).toString().replace(new RegExp(`^${prefix}${delimeter}?`), '');
1667
-
1668
- return [prefix, string].filter(value => !!value).join(delimeter);
1669
- };
1670
-
1671
- if(isBoolean(subject)) {
1672
- return subject;
1673
- }
1674
-
1675
- if(isObject(subject)) {
1676
- return Object.fromEntries(
1677
- Object.entries(subject).map(([key, value]) => [prefixer(key), value])
1678
- );
1679
- }
1680
-
1681
- return subject && prefixer(subject);
1682
- }
1683
-
1684
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/script.js
1685
- const LOADED_SCRIPTS = {};
1686
-
1687
- function script_element(url) {
1688
- const script = document.createElement('script');
1689
- script.setAttribute('src', url);
1690
- script.setAttribute('type', 'text/javascript');
1691
- script.setAttribute('charset', 'utf-8');
1692
- return script;
1693
- }
1694
-
1695
- function append(script) {
1696
- if(document.querySelector('head')) {
1697
- document.querySelector('head').appendChild(script);
1698
- }
1699
- else {
1700
- document.querySelector('body').appendChild(script);
1701
- }
1702
-
1703
- return script;
1704
- }
1705
-
1706
- function script(url) {
1707
- if(LOADED_SCRIPTS[url] instanceof Promise) {
1708
- return LOADED_SCRIPTS[url];
1709
- }
1710
- else if(LOADED_SCRIPTS[url] || document.querySelector(`script[src="${url}"]`)) {
1711
- return new Promise((resolve, reject) => {
1712
- resolve(LOADED_SCRIPTS[url]);
1713
- });
1714
- }
1715
-
1716
- LOADED_SCRIPTS[url] = new Promise((resolve, reject) => {
1717
- try {
1718
- append(script_element(url)).addEventListener('load', event => {
1719
- resolve(LOADED_SCRIPTS[url] = event);
1720
- });
1721
- }
1722
- catch (e) {
1723
- reject(e);
1724
- }
1725
- });
1726
-
1727
- return LOADED_SCRIPTS[url];
1728
- }
1729
-
1730
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/transitionDuration.js
1731
- function transitionDuration(el, defaultValue = '0s') {
1732
- let duration = (
1733
- getComputedStyle(el).transitionDuration ||
1734
- getComputedStyle(el).animationDuration
1735
- );
1736
-
1737
- const numeric = parseFloat(duration, 10) || 0;
1738
-
1739
- const unit = duration.match(/m?s/);
1740
-
1741
- switch (unit && unit[0]) {
1742
-
1743
- case 's':
1744
- return numeric * 1000;
1745
- default:
1746
- return numeric;
1747
- }
1748
- }
1749
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/transition.js
1750
-
1751
-
1752
- function transition(el, defaultValue) {
1753
- if(!el) {
1754
- return Promise.resolve(null);
1755
- }
1756
-
1757
- return new Promise(resolve => {
1758
- const delay = transitionDuration(el, defaultValue);
1759
-
1760
- setTimeout(() => resolve(delay), delay);
1761
- });
1762
- }
1763
-
1764
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/src/unit.js
1765
- /* harmony default export */ var unit = (function(value, uom = 'px') {
1766
- return value !== null
1767
- && value !== undefined
1768
- && value !== false
1769
- && isFinite(value) ? `${value}${uom}` : value;
1770
- });
1771
- // CONCATENATED MODULE: ./node_modules/@vue-interface/utils/index.js
1772
-
1773
-
1774
-
1775
-
1776
-
1777
-
1778
-
1779
-
1780
-
1781
-
1782
-
1783
-
1784
-
1785
-
1786
-
1787
-
1788
-
1789
-
1790
-
1791
-
1792
-
1793
-
1794
-
1795
-
1796
-
1797
-
1798
-
1799
- // CONCATENATED MODULE: ./node_modules/lodash-es/_arrayReduce.js
1800
- /**
1801
- * A specialized version of `_.reduce` for arrays without support for
1802
- * iteratee shorthands.
1803
- *
1804
- * @private
1805
- * @param {Array} [array] The array to iterate over.
1806
- * @param {Function} iteratee The function invoked per iteration.
1807
- * @param {*} [accumulator] The initial value.
1808
- * @param {boolean} [initAccum] Specify using the first element of `array` as
1809
- * the initial value.
1810
- * @returns {*} Returns the accumulated value.
1811
- */
1812
- function arrayReduce(array, iteratee, accumulator, initAccum) {
1813
- var index = -1,
1814
- length = array == null ? 0 : array.length;
1815
-
1816
- if (initAccum && length) {
1817
- accumulator = array[++index];
1818
- }
1819
- while (++index < length) {
1820
- accumulator = iteratee(accumulator, array[index], index, array);
1821
- }
1822
- return accumulator;
1823
- }
1824
-
1825
- /* harmony default export */ var _arrayReduce = (arrayReduce);
1826
-
1827
- // CONCATENATED MODULE: ./node_modules/lodash-es/_basePropertyOf.js
1828
- /**
1829
- * The base implementation of `_.propertyOf` without support for deep paths.
1830
- *
1831
- * @private
1832
- * @param {Object} object The object to query.
1833
- * @returns {Function} Returns the new accessor function.
1834
- */
1835
- function basePropertyOf(object) {
1836
- return function(key) {
1837
- return object == null ? undefined : object[key];
1838
- };
1839
- }
1840
-
1841
- /* harmony default export */ var _basePropertyOf = (basePropertyOf);
1842
-
1843
- // CONCATENATED MODULE: ./node_modules/lodash-es/_deburrLetter.js
1844
-
1845
-
1846
- /** Used to map Latin Unicode letters to basic Latin letters. */
1847
- var deburredLetters = {
1848
- // Latin-1 Supplement block.
1849
- '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A',
1850
- '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a',
1851
- '\xc7': 'C', '\xe7': 'c',
1852
- '\xd0': 'D', '\xf0': 'd',
1853
- '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E',
1854
- '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e',
1855
- '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I',
1856
- '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i',
1857
- '\xd1': 'N', '\xf1': 'n',
1858
- '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O',
1859
- '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o',
1860
- '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U',
1861
- '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u',
1862
- '\xdd': 'Y', '\xfd': 'y', '\xff': 'y',
1863
- '\xc6': 'Ae', '\xe6': 'ae',
1864
- '\xde': 'Th', '\xfe': 'th',
1865
- '\xdf': 'ss',
1866
- // Latin Extended-A block.
1867
- '\u0100': 'A', '\u0102': 'A', '\u0104': 'A',
1868
- '\u0101': 'a', '\u0103': 'a', '\u0105': 'a',
1869
- '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C',
1870
- '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c',
1871
- '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd',
1872
- '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E',
1873
- '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e',
1874
- '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G',
1875
- '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g',
1876
- '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h',
1877
- '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I',
1878
- '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i',
1879
- '\u0134': 'J', '\u0135': 'j',
1880
- '\u0136': 'K', '\u0137': 'k', '\u0138': 'k',
1881
- '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L',
1882
- '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l',
1883
- '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N',
1884
- '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n',
1885
- '\u014c': 'O', '\u014e': 'O', '\u0150': 'O',
1886
- '\u014d': 'o', '\u014f': 'o', '\u0151': 'o',
1887
- '\u0154': 'R', '\u0156': 'R', '\u0158': 'R',
1888
- '\u0155': 'r', '\u0157': 'r', '\u0159': 'r',
1889
- '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S',
1890
- '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's',
1891
- '\u0162': 'T', '\u0164': 'T', '\u0166': 'T',
1892
- '\u0163': 't', '\u0165': 't', '\u0167': 't',
1893
- '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U',
1894
- '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u',
1895
- '\u0174': 'W', '\u0175': 'w',
1896
- '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y',
1897
- '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z',
1898
- '\u017a': 'z', '\u017c': 'z', '\u017e': 'z',
1899
- '\u0132': 'IJ', '\u0133': 'ij',
1900
- '\u0152': 'Oe', '\u0153': 'oe',
1901
- '\u0149': "'n", '\u017f': 's'
1902
- };
1903
-
1904
- /**
1905
- * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A
1906
- * letters to basic Latin letters.
1907
- *
1908
- * @private
1909
- * @param {string} letter The matched letter to deburr.
1910
- * @returns {string} Returns the deburred letter.
1911
- */
1912
- var deburrLetter = _basePropertyOf(deburredLetters);
1913
-
1914
- /* harmony default export */ var _deburrLetter = (deburrLetter);
1915
-
1916
- // EXTERNAL MODULE: ./node_modules/lodash-es/_freeGlobal.js
1917
- var _freeGlobal = __webpack_require__("5ea3");
1918
-
1919
- // CONCATENATED MODULE: ./node_modules/lodash-es/_root.js
1920
-
1921
-
1922
- /** Detect free variable `self`. */
1923
- var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
1924
-
1925
- /** Used as a reference to the global object. */
1926
- var root = _freeGlobal["a" /* default */] || freeSelf || Function('return this')();
1927
-
1928
- /* harmony default export */ var _root = (root);
1929
-
1930
- // CONCATENATED MODULE: ./node_modules/lodash-es/_Symbol.js
1931
-
1932
-
1933
- /** Built-in value references. */
1934
- var Symbol = _root.Symbol;
1935
-
1936
- /* harmony default export */ var _Symbol = (Symbol);
1937
-
1938
- // CONCATENATED MODULE: ./node_modules/lodash-es/_arrayMap.js
1939
- /**
1940
- * A specialized version of `_.map` for arrays without support for iteratee
1941
- * shorthands.
1942
- *
1943
- * @private
1944
- * @param {Array} [array] The array to iterate over.
1945
- * @param {Function} iteratee The function invoked per iteration.
1946
- * @returns {Array} Returns the new mapped array.
1947
- */
1948
- function arrayMap(array, iteratee) {
1949
- var index = -1,
1950
- length = array == null ? 0 : array.length,
1951
- result = Array(length);
1952
-
1953
- while (++index < length) {
1954
- result[index] = iteratee(array[index], index, array);
1955
- }
1956
- return result;
1957
- }
1958
-
1959
- /* harmony default export */ var _arrayMap = (arrayMap);
1960
-
1961
- // CONCATENATED MODULE: ./node_modules/lodash-es/isArray.js
1962
- /**
1963
- * Checks if `value` is classified as an `Array` object.
1964
- *
1965
- * @static
1966
- * @memberOf _
1967
- * @since 0.1.0
1968
- * @category Lang
1969
- * @param {*} value The value to check.
1970
- * @returns {boolean} Returns `true` if `value` is an array, else `false`.
1971
- * @example
1972
- *
1973
- * _.isArray([1, 2, 3]);
1974
- * // => true
1975
- *
1976
- * _.isArray(document.body.children);
1977
- * // => false
1978
- *
1979
- * _.isArray('abc');
1980
- * // => false
1981
- *
1982
- * _.isArray(_.noop);
1983
- * // => false
1984
- */
1985
- var isArray_isArray = Array.isArray;
1986
-
1987
- /* harmony default export */ var lodash_es_isArray = (isArray_isArray);
1988
-
1989
- // CONCATENATED MODULE: ./node_modules/lodash-es/_getRawTag.js
1990
-
1991
-
1992
- /** Used for built-in method references. */
1993
- var objectProto = Object.prototype;
1994
-
1995
- /** Used to check objects for own properties. */
1996
- var _getRawTag_hasOwnProperty = objectProto.hasOwnProperty;
1997
-
1998
- /**
1999
- * Used to resolve the
2000
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
2001
- * of values.
2002
- */
2003
- var nativeObjectToString = objectProto.toString;
2004
-
2005
- /** Built-in value references. */
2006
- var symToStringTag = _Symbol ? _Symbol.toStringTag : undefined;
2007
-
2008
- /**
2009
- * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
2010
- *
2011
- * @private
2012
- * @param {*} value The value to query.
2013
- * @returns {string} Returns the raw `toStringTag`.
2014
- */
2015
- function getRawTag(value) {
2016
- var isOwn = _getRawTag_hasOwnProperty.call(value, symToStringTag),
2017
- tag = value[symToStringTag];
2018
-
2019
- try {
2020
- value[symToStringTag] = undefined;
2021
- var unmasked = true;
2022
- } catch (e) {}
2023
-
2024
- var result = nativeObjectToString.call(value);
2025
- if (unmasked) {
2026
- if (isOwn) {
2027
- value[symToStringTag] = tag;
2028
- } else {
2029
- delete value[symToStringTag];
2030
- }
2031
- }
2032
- return result;
2033
- }
2034
-
2035
- /* harmony default export */ var _getRawTag = (getRawTag);
2036
-
2037
- // CONCATENATED MODULE: ./node_modules/lodash-es/_objectToString.js
2038
- /** Used for built-in method references. */
2039
- var _objectToString_objectProto = Object.prototype;
2040
-
2041
- /**
2042
- * Used to resolve the
2043
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
2044
- * of values.
2045
- */
2046
- var _objectToString_nativeObjectToString = _objectToString_objectProto.toString;
2047
-
2048
- /**
2049
- * Converts `value` to a string using `Object.prototype.toString`.
2050
- *
2051
- * @private
2052
- * @param {*} value The value to convert.
2053
- * @returns {string} Returns the converted string.
2054
- */
2055
- function objectToString(value) {
2056
- return _objectToString_nativeObjectToString.call(value);
2057
- }
2058
-
2059
- /* harmony default export */ var _objectToString = (objectToString);
2060
-
2061
- // CONCATENATED MODULE: ./node_modules/lodash-es/_baseGetTag.js
2062
-
2063
-
2064
-
2065
-
2066
- /** `Object#toString` result references. */
2067
- var nullTag = '[object Null]',
2068
- undefinedTag = '[object Undefined]';
2069
-
2070
- /** Built-in value references. */
2071
- var _baseGetTag_symToStringTag = _Symbol ? _Symbol.toStringTag : undefined;
2072
-
2073
- /**
2074
- * The base implementation of `getTag` without fallbacks for buggy environments.
2075
- *
2076
- * @private
2077
- * @param {*} value The value to query.
2078
- * @returns {string} Returns the `toStringTag`.
2079
- */
2080
- function baseGetTag(value) {
2081
- if (value == null) {
2082
- return value === undefined ? undefinedTag : nullTag;
2083
- }
2084
- return (_baseGetTag_symToStringTag && _baseGetTag_symToStringTag in Object(value))
2085
- ? _getRawTag(value)
2086
- : _objectToString(value);
2087
- }
2088
-
2089
- /* harmony default export */ var _baseGetTag = (baseGetTag);
2090
-
2091
- // CONCATENATED MODULE: ./node_modules/lodash-es/isObjectLike.js
2092
- /**
2093
- * Checks if `value` is object-like. A value is object-like if it's not `null`
2094
- * and has a `typeof` result of "object".
2095
- *
2096
- * @static
2097
- * @memberOf _
2098
- * @since 4.0.0
2099
- * @category Lang
2100
- * @param {*} value The value to check.
2101
- * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
2102
- * @example
2103
- *
2104
- * _.isObjectLike({});
2105
- * // => true
2106
- *
2107
- * _.isObjectLike([1, 2, 3]);
2108
- * // => true
2109
- *
2110
- * _.isObjectLike(_.noop);
2111
- * // => false
2112
- *
2113
- * _.isObjectLike(null);
2114
- * // => false
2115
- */
2116
- function isObjectLike(value) {
2117
- return value != null && typeof value == 'object';
2118
- }
2119
-
2120
- /* harmony default export */ var lodash_es_isObjectLike = (isObjectLike);
2121
-
2122
- // CONCATENATED MODULE: ./node_modules/lodash-es/isSymbol.js
2123
-
2124
-
2125
-
2126
- /** `Object#toString` result references. */
2127
- var symbolTag = '[object Symbol]';
2128
-
2129
- /**
2130
- * Checks if `value` is classified as a `Symbol` primitive or object.
2131
- *
2132
- * @static
2133
- * @memberOf _
2134
- * @since 4.0.0
2135
- * @category Lang
2136
- * @param {*} value The value to check.
2137
- * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
2138
- * @example
2139
- *
2140
- * _.isSymbol(Symbol.iterator);
2141
- * // => true
2142
- *
2143
- * _.isSymbol('abc');
2144
- * // => false
2145
- */
2146
- function isSymbol(value) {
2147
- return typeof value == 'symbol' ||
2148
- (lodash_es_isObjectLike(value) && _baseGetTag(value) == symbolTag);
2149
- }
2150
-
2151
- /* harmony default export */ var lodash_es_isSymbol = (isSymbol);
2152
-
2153
- // CONCATENATED MODULE: ./node_modules/lodash-es/_baseToString.js
2154
-
2155
-
2156
-
2157
-
2158
-
2159
- /** Used as references for various `Number` constants. */
2160
- var INFINITY = 1 / 0;
2161
-
2162
- /** Used to convert symbols to primitives and strings. */
2163
- var symbolProto = _Symbol ? _Symbol.prototype : undefined,
2164
- symbolToString = symbolProto ? symbolProto.toString : undefined;
2165
-
2166
- /**
2167
- * The base implementation of `_.toString` which doesn't convert nullish
2168
- * values to empty strings.
2169
- *
2170
- * @private
2171
- * @param {*} value The value to process.
2172
- * @returns {string} Returns the string.
2173
- */
2174
- function baseToString(value) {
2175
- // Exit early for strings to avoid a performance hit in some environments.
2176
- if (typeof value == 'string') {
2177
- return value;
2178
- }
2179
- if (lodash_es_isArray(value)) {
2180
- // Recursively convert values (susceptible to call stack limits).
2181
- return _arrayMap(value, baseToString) + '';
2182
- }
2183
- if (lodash_es_isSymbol(value)) {
2184
- return symbolToString ? symbolToString.call(value) : '';
2185
- }
2186
- var result = (value + '');
2187
- return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
2188
- }
2189
-
2190
- /* harmony default export */ var _baseToString = (baseToString);
2191
-
2192
- // CONCATENATED MODULE: ./node_modules/lodash-es/toString.js
2193
-
2194
-
2195
- /**
2196
- * Converts `value` to a string. An empty string is returned for `null`
2197
- * and `undefined` values. The sign of `-0` is preserved.
2198
- *
2199
- * @static
2200
- * @memberOf _
2201
- * @since 4.0.0
2202
- * @category Lang
2203
- * @param {*} value The value to convert.
2204
- * @returns {string} Returns the converted string.
2205
- * @example
2206
- *
2207
- * _.toString(null);
2208
- * // => ''
2209
- *
2210
- * _.toString(-0);
2211
- * // => '-0'
2212
- *
2213
- * _.toString([1, 2, 3]);
2214
- * // => '1,2,3'
2215
- */
2216
- function toString_toString(value) {
2217
- return value == null ? '' : _baseToString(value);
2218
- }
2219
-
2220
- /* harmony default export */ var lodash_es_toString = (toString_toString);
2221
-
2222
- // CONCATENATED MODULE: ./node_modules/lodash-es/deburr.js
2223
-
2224
-
2225
-
2226
- /** Used to match Latin Unicode letters (excluding mathematical operators). */
2227
- var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
2228
-
2229
- /** Used to compose unicode character classes. */
2230
- var rsComboMarksRange = '\\u0300-\\u036f',
2231
- reComboHalfMarksRange = '\\ufe20-\\ufe2f',
2232
- rsComboSymbolsRange = '\\u20d0-\\u20ff',
2233
- rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange;
2234
-
2235
- /** Used to compose unicode capture groups. */
2236
- var rsCombo = '[' + rsComboRange + ']';
2237
-
2238
- /**
2239
- * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and
2240
- * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols).
2241
- */
2242
- var reComboMark = RegExp(rsCombo, 'g');
2243
-
2244
- /**
2245
- * Deburrs `string` by converting
2246
- * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)
2247
- * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A)
2248
- * letters to basic Latin letters and removing
2249
- * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).
2250
- *
2251
- * @static
2252
- * @memberOf _
2253
- * @since 3.0.0
2254
- * @category String
2255
- * @param {string} [string=''] The string to deburr.
2256
- * @returns {string} Returns the deburred string.
2257
- * @example
2258
- *
2259
- * _.deburr('déjà vu');
2260
- * // => 'deja vu'
2261
- */
2262
- function deburr(string) {
2263
- string = lodash_es_toString(string);
2264
- return string && string.replace(reLatin, _deburrLetter).replace(reComboMark, '');
2265
- }
2266
-
2267
- /* harmony default export */ var lodash_es_deburr = (deburr);
2268
-
2269
- // CONCATENATED MODULE: ./node_modules/lodash-es/_asciiWords.js
2270
- /** Used to match words composed of alphanumeric characters. */
2271
- var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
2272
-
2273
- /**
2274
- * Splits an ASCII `string` into an array of its words.
2275
- *
2276
- * @private
2277
- * @param {string} The string to inspect.
2278
- * @returns {Array} Returns the words of `string`.
2279
- */
2280
- function asciiWords(string) {
2281
- return string.match(reAsciiWord) || [];
2282
- }
2283
-
2284
- /* harmony default export */ var _asciiWords = (asciiWords);
2285
-
2286
- // CONCATENATED MODULE: ./node_modules/lodash-es/_hasUnicodeWord.js
2287
- /** Used to detect strings that need a more robust regexp to match words. */
2288
- var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
2289
-
2290
- /**
2291
- * Checks if `string` contains a word composed of Unicode symbols.
2292
- *
2293
- * @private
2294
- * @param {string} string The string to inspect.
2295
- * @returns {boolean} Returns `true` if a word is found, else `false`.
2296
- */
2297
- function hasUnicodeWord(string) {
2298
- return reHasUnicodeWord.test(string);
2299
- }
2300
-
2301
- /* harmony default export */ var _hasUnicodeWord = (hasUnicodeWord);
2302
-
2303
- // CONCATENATED MODULE: ./node_modules/lodash-es/_unicodeWords.js
2304
- /** Used to compose unicode character classes. */
2305
- var rsAstralRange = '\\ud800-\\udfff',
2306
- _unicodeWords_rsComboMarksRange = '\\u0300-\\u036f',
2307
- _unicodeWords_reComboHalfMarksRange = '\\ufe20-\\ufe2f',
2308
- _unicodeWords_rsComboSymbolsRange = '\\u20d0-\\u20ff',
2309
- _unicodeWords_rsComboRange = _unicodeWords_rsComboMarksRange + _unicodeWords_reComboHalfMarksRange + _unicodeWords_rsComboSymbolsRange,
2310
- rsDingbatRange = '\\u2700-\\u27bf',
2311
- rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff',
2312
- rsMathOpRange = '\\xac\\xb1\\xd7\\xf7',
2313
- rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf',
2314
- rsPunctuationRange = '\\u2000-\\u206f',
2315
- rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000',
2316
- rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde',
2317
- rsVarRange = '\\ufe0e\\ufe0f',
2318
- rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;
2319
-
2320
- /** Used to compose unicode capture groups. */
2321
- var rsApos = "['\u2019]",
2322
- rsBreak = '[' + rsBreakRange + ']',
2323
- _unicodeWords_rsCombo = '[' + _unicodeWords_rsComboRange + ']',
2324
- rsDigits = '\\d+',
2325
- rsDingbat = '[' + rsDingbatRange + ']',
2326
- rsLower = '[' + rsLowerRange + ']',
2327
- rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']',
2328
- rsFitz = '\\ud83c[\\udffb-\\udfff]',
2329
- rsModifier = '(?:' + _unicodeWords_rsCombo + '|' + rsFitz + ')',
2330
- rsNonAstral = '[^' + rsAstralRange + ']',
2331
- rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
2332
- rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
2333
- rsUpper = '[' + rsUpperRange + ']',
2334
- rsZWJ = '\\u200d';
2335
-
2336
- /** Used to compose unicode regexes. */
2337
- var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')',
2338
- rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')',
2339
- rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?',
2340
- rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?',
2341
- reOptMod = rsModifier + '?',
2342
- rsOptVar = '[' + rsVarRange + ']?',
2343
- rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
2344
- rsOrdLower = '\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])',
2345
- rsOrdUpper = '\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])',
2346
- rsSeq = rsOptVar + reOptMod + rsOptJoin,
2347
- rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq;
2348
-
2349
- /** Used to match complex or compound words. */
2350
- var reUnicodeWord = RegExp([
2351
- rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')',
2352
- rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')',
2353
- rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower,
2354
- rsUpper + '+' + rsOptContrUpper,
2355
- rsOrdUpper,
2356
- rsOrdLower,
2357
- rsDigits,
2358
- rsEmoji
2359
- ].join('|'), 'g');
2360
-
2361
- /**
2362
- * Splits a Unicode `string` into an array of its words.
2363
- *
2364
- * @private
2365
- * @param {string} The string to inspect.
2366
- * @returns {Array} Returns the words of `string`.
2367
- */
2368
- function unicodeWords(string) {
2369
- return string.match(reUnicodeWord) || [];
2370
- }
2371
-
2372
- /* harmony default export */ var _unicodeWords = (unicodeWords);
2373
-
2374
- // CONCATENATED MODULE: ./node_modules/lodash-es/words.js
2375
-
2376
-
2377
-
2378
-
2379
-
2380
- /**
2381
- * Splits `string` into an array of its words.
2382
- *
2383
- * @static
2384
- * @memberOf _
2385
- * @since 3.0.0
2386
- * @category String
2387
- * @param {string} [string=''] The string to inspect.
2388
- * @param {RegExp|string} [pattern] The pattern to match words.
2389
- * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
2390
- * @returns {Array} Returns the words of `string`.
2391
- * @example
2392
- *
2393
- * _.words('fred, barney, & pebbles');
2394
- * // => ['fred', 'barney', 'pebbles']
2395
- *
2396
- * _.words('fred, barney, & pebbles', /[^, ]+/g);
2397
- * // => ['fred', 'barney', '&', 'pebbles']
2398
- */
2399
- function words(string, pattern, guard) {
2400
- string = lodash_es_toString(string);
2401
- pattern = guard ? undefined : pattern;
2402
-
2403
- if (pattern === undefined) {
2404
- return _hasUnicodeWord(string) ? _unicodeWords(string) : _asciiWords(string);
2405
- }
2406
- return string.match(pattern) || [];
2407
- }
2408
-
2409
- /* harmony default export */ var lodash_es_words = (words);
2410
-
2411
- // CONCATENATED MODULE: ./node_modules/lodash-es/_createCompounder.js
2412
-
2413
-
2414
-
2415
-
2416
- /** Used to compose unicode capture groups. */
2417
- var _createCompounder_rsApos = "['\u2019]";
2418
-
2419
- /** Used to match apostrophes. */
2420
- var reApos = RegExp(_createCompounder_rsApos, 'g');
2421
-
2422
- /**
2423
- * Creates a function like `_.camelCase`.
2424
- *
2425
- * @private
2426
- * @param {Function} callback The function to combine each word.
2427
- * @returns {Function} Returns the new compounder function.
2428
- */
2429
- function createCompounder(callback) {
2430
- return function(string) {
2431
- return _arrayReduce(lodash_es_words(lodash_es_deburr(string).replace(reApos, '')), callback, '');
2432
- };
2433
- }
2434
-
2435
- /* harmony default export */ var _createCompounder = (createCompounder);
2436
-
2437
- // CONCATENATED MODULE: ./node_modules/lodash-es/kebabCase.js
2438
-
2439
-
2440
- /**
2441
- * Converts `string` to
2442
- * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles).
2443
- *
2444
- * @static
2445
- * @memberOf _
2446
- * @since 3.0.0
2447
- * @category String
2448
- * @param {string} [string=''] The string to convert.
2449
- * @returns {string} Returns the kebab cased string.
2450
- * @example
2451
- *
2452
- * _.kebabCase('Foo Bar');
2453
- * // => 'foo-bar'
2454
- *
2455
- * _.kebabCase('fooBar');
2456
- * // => 'foo-bar'
2457
- *
2458
- * _.kebabCase('__FOO_BAR__');
2459
- * // => 'foo-bar'
2460
- */
2461
- var kebabCase_kebabCase = _createCompounder(function(result, word, index) {
2462
- return result + (index ? '-' : '') + word.toLowerCase();
2463
- });
2464
-
2465
- /* harmony default export */ var lodash_es_kebabCase = (kebabCase_kebabCase);
2466
-
2467
- // CONCATENATED MODULE: ./node_modules/@vue-interface/variant/src/Variant.js
2468
-
2469
-
2470
-
2471
- /* harmony default export */ var Variant = ({
2472
-
2473
- props: {
2474
-
2475
- /**
2476
- * The variant name
2477
- *
2478
- * @param {String} [variant=primary]
2479
- */
2480
- variant: {
2481
- type: String,
2482
- default: 'primary'
2483
- },
2484
-
2485
- /**
2486
- * The variant prefix
2487
- *
2488
- * @alias color
2489
- */
2490
- variantPrefix: {
2491
- type: String,
2492
- default() {
2493
- return this.$options.name;
2494
- }
2495
- }
2496
-
2497
- },
2498
-
2499
- computed: {
2500
-
2501
- /**
2502
- * The computed variant class prefix.
2503
- *
2504
- * @param {String}
2505
- */
2506
- variantClassPrefix() {
2507
- return lodash_es_kebabCase(this.variantPrefix);
2508
- },
2509
-
2510
- /**
2511
- * The computed variant class name.
2512
- *
2513
- * @param {String}
2514
- */
2515
- variantClass() {
2516
- return prefix_prefix(this.variant, this.variantClassPrefix);
2517
- }
2518
-
2519
- }
2520
-
2521
- });
2522
-
2523
- // CONCATENATED MODULE: ./node_modules/@vue-interface/variant/index.js
2524
-
2525
- /* harmony default export */ var variant = (Variant);
2526
-
2527
- // 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/Badge.vue?vue&type=script&lang=js&
2528
-
2529
-
2530
-
2531
- //
2532
- //
2533
- //
2534
- //
2535
- //
2536
- //
2537
- //
2538
- //
2539
- //
2540
- //
2541
- //
2542
-
2543
- /* harmony default export */ var Badgevue_type_script_lang_js_ = ({
2544
- name: 'Badge',
2545
- mixins: [variant],
2546
- props: {
2547
- /**
2548
- * The component type.
2549
- *
2550
- * @property {String}
2551
- */
2552
- component: String,
2553
-
2554
- /**
2555
- * If an href attribute is passed, the badge becomes an anchor.
2556
- *
2557
- * @property {String}
2558
- */
2559
- href: String,
2560
-
2561
- /**
2562
- * The badge appear as pill shaped.
2563
- *
2564
- * @property {Boolean}
2565
- */
2566
- pill: Boolean,
2567
-
2568
- /**
2569
- * The badge appear as secondary in size to the parent element.
2570
- *
2571
- * @property {Boolean}
2572
- */
2573
- secondary: Boolean,
2574
-
2575
- /**
2576
- * The to route. If used, badge will be a router-link component.
2577
- *
2578
- * @property {Object|String}
2579
- */
2580
- to: [Object, String]
2581
- },
2582
- computed: {
2583
- type: function type() {
2584
- if (this.to) {
2585
- return 'router-link';
2586
- }
2587
-
2588
- if (this.href) {
2589
- return 'a';
2590
- }
2591
-
2592
- return 'span';
2593
- },
2594
- variantClass: function variantClass() {
2595
- return "bg-".concat(this.variant, " text-").concat(['muted', 'light', 'white'].indexOf(this.variant) > -1 ? 'dark' : 'white');
2596
- },
2597
- classes: function classes() {
2598
- return _defineProperty({
2599
- 'badge-pill': this.pill,
2600
- 'badge-secondary': this.secondary
2601
- }, this.variantClass, !!this.variant);
2602
- }
2603
- }
2604
- });
2605
- // CONCATENATED MODULE: ./src/Badge.vue?vue&type=script&lang=js&
2606
- /* harmony default export */ var src_Badgevue_type_script_lang_js_ = (Badgevue_type_script_lang_js_);
2607
- // EXTERNAL MODULE: ./src/Badge.vue?vue&type=style&index=0&lang=css&
2608
- var Badgevue_type_style_index_0_lang_css_ = __webpack_require__("6f98");
2609
-
2610
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
2611
- /* globals __VUE_SSR_CONTEXT__ */
2612
-
2613
- // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
2614
- // This module is a runtime utility for cleaner component module output and will
2615
- // be included in the final webpack user bundle.
2616
-
2617
- function normalizeComponent (
2618
- scriptExports,
2619
- render,
2620
- staticRenderFns,
2621
- functionalTemplate,
2622
- injectStyles,
2623
- scopeId,
2624
- moduleIdentifier, /* server only */
2625
- shadowMode /* vue-cli only */
2626
- ) {
2627
- // Vue.extend constructor export interop
2628
- var options = typeof scriptExports === 'function'
2629
- ? scriptExports.options
2630
- : scriptExports
2631
-
2632
- // render functions
2633
- if (render) {
2634
- options.render = render
2635
- options.staticRenderFns = staticRenderFns
2636
- options._compiled = true
2637
- }
2638
-
2639
- // functional template
2640
- if (functionalTemplate) {
2641
- options.functional = true
2642
- }
2643
-
2644
- // scopedId
2645
- if (scopeId) {
2646
- options._scopeId = 'data-v-' + scopeId
2647
- }
2648
-
2649
- var hook
2650
- if (moduleIdentifier) { // server build
2651
- hook = function (context) {
2652
- // 2.3 injection
2653
- context =
2654
- context || // cached call
2655
- (this.$vnode && this.$vnode.ssrContext) || // stateful
2656
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
2657
- // 2.2 with runInNewContext: true
2658
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
2659
- context = __VUE_SSR_CONTEXT__
2660
- }
2661
- // inject component styles
2662
- if (injectStyles) {
2663
- injectStyles.call(this, context)
2664
- }
2665
- // register component module identifier for async chunk inferrence
2666
- if (context && context._registeredComponents) {
2667
- context._registeredComponents.add(moduleIdentifier)
2668
- }
2669
- }
2670
- // used by ssr in case component is cached and beforeCreate
2671
- // never gets called
2672
- options._ssrRegister = hook
2673
- } else if (injectStyles) {
2674
- hook = shadowMode
2675
- ? function () {
2676
- injectStyles.call(
2677
- this,
2678
- (options.functional ? this.parent : this).$root.$options.shadowRoot
2679
- )
2680
- }
2681
- : injectStyles
2682
- }
2683
-
2684
- if (hook) {
2685
- if (options.functional) {
2686
- // for template-only hot-reload because in that case the render fn doesn't
2687
- // go through the normalizer
2688
- options._injectStyles = hook
2689
- // register for functional component in vue file
2690
- var originalRender = options.render
2691
- options.render = function renderWithStyleInjection (h, context) {
2692
- hook.call(context)
2693
- return originalRender(h, context)
2694
- }
2695
- } else {
2696
- // inject component registration as beforeCreate hook
2697
- var existing = options.beforeCreate
2698
- options.beforeCreate = existing
2699
- ? [].concat(existing, hook)
2700
- : [hook]
2701
- }
2702
- }
2703
-
2704
- return {
2705
- exports: scriptExports,
2706
- options: options
2707
- }
2708
- }
2709
-
2710
- // CONCATENATED MODULE: ./src/Badge.vue
2711
-
2712
-
2713
-
2714
-
2715
-
2716
-
2717
- /* normalize component */
2718
-
2719
- var component = normalizeComponent(
2720
- src_Badgevue_type_script_lang_js_,
2721
- render,
2722
- staticRenderFns,
2723
- false,
2724
- null,
2725
- null,
2726
- null
2727
-
2728
- )
2729
-
2730
- /* harmony default export */ var src_Badge = (component.exports);
2731
- // 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&
2732
-
2733
-
2734
- /* harmony default export */ var lib_vue_loader_options_mainvue_type_script_lang_js_ = (src_Badge);
2735
- // CONCATENATED MODULE: ./main.vue?vue&type=script&lang=js&
2736
- /* harmony default export */ var mainvue_type_script_lang_js_ = (lib_vue_loader_options_mainvue_type_script_lang_js_);
2737
- // CONCATENATED MODULE: ./main.vue
2738
- var main_render, main_staticRenderFns
2739
-
2740
-
2741
-
2742
-
2743
- /* normalize component */
2744
-
2745
- var main_component = normalizeComponent(
2746
- mainvue_type_script_lang_js_,
2747
- main_render,
2748
- main_staticRenderFns,
2749
- false,
2750
- null,
2751
- null,
2752
- null
2753
-
2754
- )
2755
-
2756
- /* harmony default export */ var main = (main_component.exports);
2757
- // CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
2758
-
2759
-
2760
- /* harmony default export */ var entry_lib = __webpack_exports__["default"] = (main);
2761
-
2762
-
2763
-
2764
- /***/ }),
2765
-
2766
- /***/ "fc6a":
2767
- /***/ (function(module, exports, __webpack_require__) {
2768
-
2769
- // toObject with fallback for non-array-like ES3 strings
2770
- var IndexedObject = __webpack_require__("44ad");
2771
- var requireObjectCoercible = __webpack_require__("1d80");
2772
-
2773
- module.exports = function (it) {
2774
- return IndexedObject(requireObjectCoercible(it));
2775
- };
2776
-
2777
-
2778
- /***/ }),
2779
-
2780
- /***/ "fdbf":
2781
- /***/ (function(module, exports, __webpack_require__) {
2782
-
2783
- var NATIVE_SYMBOL = __webpack_require__("4930");
2784
-
2785
- module.exports = NATIVE_SYMBOL
2786
- // eslint-disable-next-line no-undef
2787
- && !Symbol.sham
2788
- // eslint-disable-next-line no-undef
2789
- && typeof Symbol.iterator == 'symbol';
2790
-
2791
-
2792
- /***/ })
2793
-
2794
- /******/ })["default"];
2795
- });
2796
- //# sourceMappingURL=Badge.umd.js.map