y-design-ssr 0.0.36 → 0.0.37-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/libs/button.js +79 -107
- package/libs/cell.js +79 -110
- package/libs/checkbox.js +79 -124
- package/libs/checkboxGroup.js +79 -120
- package/libs/col.js +79 -117
- package/libs/countdown.js +79 -108
- package/libs/dialog.js +79 -123
- package/libs/empty.js +79 -106
- package/libs/form.js +79 -133
- package/libs/formItem.js +79 -136
- package/libs/icon.js +79 -109
- package/libs/input.js +79 -112
- package/libs/list.js +79 -115
- package/libs/loading.js +79 -111
- package/libs/mask.js +79 -113
- package/libs/popup.js +79 -114
- package/libs/progress.js +79 -108
- package/libs/pullrefresh.js +79 -108
- package/libs/row.js +79 -117
- package/libs/slider.js +79 -112
- package/libs/stepper.js +79 -112
- package/libs/style.js +16 -19
- package/libs/swipe.js +79 -122
- package/libs/swipeItem.js +79 -122
- package/libs/switch.js +79 -111
- package/libs/tab.js +79 -126
- package/libs/tabs.js +79 -126
- package/libs/toast.js +79 -113
- package/libs/tooltip.js +79 -109
- package/libs/yui.js +79 -181
- package/package.json +1 -1
package/libs/button.js
CHANGED
|
@@ -8,13 +8,11 @@
|
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__391__) {
|
|
11
|
-
return /******/
|
|
12
|
-
/******/ var __webpack_modules__ = ({
|
|
11
|
+
return /******/ var __webpack_modules__ = ({
|
|
13
12
|
|
|
14
13
|
/***/ 1222:
|
|
15
14
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
16
15
|
|
|
17
|
-
"use strict";
|
|
18
16
|
/* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(885);
|
|
19
17
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(391);
|
|
20
18
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -169,7 +167,6 @@ var _createNamespace = (0,_utils__WEBPACK_IMPORTED_MODULE_2__/* .createNamespace
|
|
|
169
167
|
/***/ 3466:
|
|
170
168
|
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
171
169
|
|
|
172
|
-
"use strict";
|
|
173
170
|
|
|
174
171
|
// UNUSED EXPORTS: default
|
|
175
172
|
|
|
@@ -236,7 +233,6 @@ var langs = (0,external_vue_.reactive)({
|
|
|
236
233
|
/***/ 4105:
|
|
237
234
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
238
235
|
|
|
239
|
-
"use strict";
|
|
240
236
|
|
|
241
237
|
// EXPORTS
|
|
242
238
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -426,7 +422,6 @@ var parsePercent = function parsePercent(val, baseNumber) {
|
|
|
426
422
|
/***/ 3703:
|
|
427
423
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
428
424
|
|
|
429
|
-
"use strict";
|
|
430
425
|
/* unused harmony exports isArguments, isFunction, isString, isNumber, isDate, isRegExp, isError, isSymbol, isMap, isWeakMap, isSet, isWeakSet, isObject, isPromise */
|
|
431
426
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1539);
|
|
432
427
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -516,7 +511,6 @@ module.exports = function (key) {
|
|
|
516
511
|
/***/ 1530:
|
|
517
512
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
518
513
|
|
|
519
|
-
"use strict";
|
|
520
514
|
|
|
521
515
|
var charAt = (__webpack_require__(8710).charAt);
|
|
522
516
|
|
|
@@ -614,7 +608,6 @@ module.exports = function (METHOD_NAME) {
|
|
|
614
608
|
/***/ 9341:
|
|
615
609
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
616
610
|
|
|
617
|
-
"use strict";
|
|
618
611
|
|
|
619
612
|
var fails = __webpack_require__(7293);
|
|
620
613
|
|
|
@@ -852,7 +845,6 @@ module.exports = function (bitmap, value) {
|
|
|
852
845
|
/***/ 6135:
|
|
853
846
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
854
847
|
|
|
855
|
-
"use strict";
|
|
856
848
|
|
|
857
849
|
var toPropertyKey = __webpack_require__(4948);
|
|
858
850
|
var definePropertyModule = __webpack_require__(3070);
|
|
@@ -1131,7 +1123,6 @@ module.exports = function (exec) {
|
|
|
1131
1123
|
/***/ 7007:
|
|
1132
1124
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1133
1125
|
|
|
1134
|
-
"use strict";
|
|
1135
1126
|
|
|
1136
1127
|
// TODO: Remove from `core-js@4` since it's moved to entry points
|
|
1137
1128
|
__webpack_require__(4916);
|
|
@@ -1921,7 +1912,6 @@ module.exports = function (it) {
|
|
|
1921
1912
|
/***/ 1574:
|
|
1922
1913
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1923
1914
|
|
|
1924
|
-
"use strict";
|
|
1925
1915
|
|
|
1926
1916
|
var DESCRIPTORS = __webpack_require__(9781);
|
|
1927
1917
|
var uncurryThis = __webpack_require__(1702);
|
|
@@ -2262,7 +2252,6 @@ module.exports = Object.keys || function keys(O) {
|
|
|
2262
2252
|
/***/ 5296:
|
|
2263
2253
|
/***/ (function(__unused_webpack_module, exports) {
|
|
2264
2254
|
|
|
2265
|
-
"use strict";
|
|
2266
2255
|
|
|
2267
2256
|
var $propertyIsEnumerable = {}.propertyIsEnumerable;
|
|
2268
2257
|
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
@@ -2318,7 +2307,6 @@ module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
|
|
|
2318
2307
|
/***/ 288:
|
|
2319
2308
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2320
2309
|
|
|
2321
|
-
"use strict";
|
|
2322
2310
|
|
|
2323
2311
|
var TO_STRING_TAG_SUPPORT = __webpack_require__(1694);
|
|
2324
2312
|
var classof = __webpack_require__(648);
|
|
@@ -2405,7 +2393,6 @@ module.exports = function (R, S) {
|
|
|
2405
2393
|
/***/ 2261:
|
|
2406
2394
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2407
2395
|
|
|
2408
|
-
"use strict";
|
|
2409
2396
|
|
|
2410
2397
|
/* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
|
|
2411
2398
|
/* eslint-disable regexp/no-useless-quantifier -- testing */
|
|
@@ -2530,7 +2517,6 @@ module.exports = patchedExec;
|
|
|
2530
2517
|
/***/ 7066:
|
|
2531
2518
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2532
2519
|
|
|
2533
|
-
"use strict";
|
|
2534
2520
|
|
|
2535
2521
|
var anObject = __webpack_require__(9670);
|
|
2536
2522
|
|
|
@@ -3083,7 +3069,6 @@ module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u
|
|
|
3083
3069
|
/***/ 2222:
|
|
3084
3070
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
3085
3071
|
|
|
3086
|
-
"use strict";
|
|
3087
3072
|
|
|
3088
3073
|
var $ = __webpack_require__(2109);
|
|
3089
3074
|
var fails = __webpack_require__(7293);
|
|
@@ -3151,7 +3136,6 @@ $({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {
|
|
|
3151
3136
|
/***/ 6699:
|
|
3152
3137
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
3153
3138
|
|
|
3154
|
-
"use strict";
|
|
3155
3139
|
|
|
3156
3140
|
var $ = __webpack_require__(2109);
|
|
3157
3141
|
var $includes = (__webpack_require__(1318).includes);
|
|
@@ -3180,7 +3164,6 @@ addToUnscopables('includes');
|
|
|
3180
3164
|
/***/ 5827:
|
|
3181
3165
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
3182
3166
|
|
|
3183
|
-
"use strict";
|
|
3184
3167
|
|
|
3185
3168
|
var $ = __webpack_require__(2109);
|
|
3186
3169
|
var $reduce = (__webpack_require__(3671).left);
|
|
@@ -3240,7 +3223,6 @@ if (DESCRIPTORS && !FUNCTION_NAME_EXISTS) {
|
|
|
3240
3223
|
/***/ 9653:
|
|
3241
3224
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
3242
3225
|
|
|
3243
|
-
"use strict";
|
|
3244
3226
|
|
|
3245
3227
|
var DESCRIPTORS = __webpack_require__(9781);
|
|
3246
3228
|
var global = __webpack_require__(7854);
|
|
@@ -3389,7 +3371,6 @@ if (!TO_STRING_TAG_SUPPORT) {
|
|
|
3389
3371
|
/***/ 4916:
|
|
3390
3372
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
3391
3373
|
|
|
3392
|
-
"use strict";
|
|
3393
3374
|
|
|
3394
3375
|
var $ = __webpack_require__(2109);
|
|
3395
3376
|
var exec = __webpack_require__(2261);
|
|
@@ -3406,7 +3387,6 @@ $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
|
|
|
3406
3387
|
/***/ 2023:
|
|
3407
3388
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
3408
3389
|
|
|
3409
|
-
"use strict";
|
|
3410
3390
|
|
|
3411
3391
|
var $ = __webpack_require__(2109);
|
|
3412
3392
|
var uncurryThis = __webpack_require__(1702);
|
|
@@ -3435,7 +3415,6 @@ $({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') },
|
|
|
3435
3415
|
/***/ 5306:
|
|
3436
3416
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
3437
3417
|
|
|
3438
|
-
"use strict";
|
|
3439
3418
|
|
|
3440
3419
|
var apply = __webpack_require__(2104);
|
|
3441
3420
|
var call = __webpack_require__(6916);
|
|
@@ -3580,7 +3559,6 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
|
|
|
3580
3559
|
/***/ 391:
|
|
3581
3560
|
/***/ (function(module) {
|
|
3582
3561
|
|
|
3583
|
-
"use strict";
|
|
3584
3562
|
module.exports = __WEBPACK_EXTERNAL_MODULE__391__;
|
|
3585
3563
|
|
|
3586
3564
|
/***/ }),
|
|
@@ -3588,7 +3566,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__391__;
|
|
|
3588
3566
|
/***/ 907:
|
|
3589
3567
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
3590
3568
|
|
|
3591
|
-
"use strict";
|
|
3592
3569
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3593
3570
|
/* harmony export */ "Z": function() { return /* binding */ _arrayLikeToArray; }
|
|
3594
3571
|
/* harmony export */ });
|
|
@@ -3605,7 +3582,6 @@ function _arrayLikeToArray(arr, len) {
|
|
|
3605
3582
|
/***/ 4572:
|
|
3606
3583
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
3607
3584
|
|
|
3608
|
-
"use strict";
|
|
3609
3585
|
|
|
3610
3586
|
// EXPORTS
|
|
3611
3587
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -3663,7 +3639,6 @@ function _defineProperty(obj, key, value) {
|
|
|
3663
3639
|
/***/ 885:
|
|
3664
3640
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
3665
3641
|
|
|
3666
|
-
"use strict";
|
|
3667
3642
|
|
|
3668
3643
|
// EXPORTS
|
|
3669
3644
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -3724,7 +3699,6 @@ function _slicedToArray(arr, i) {
|
|
|
3724
3699
|
/***/ 181:
|
|
3725
3700
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
3726
3701
|
|
|
3727
|
-
"use strict";
|
|
3728
3702
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3729
3703
|
/* harmony export */ "Z": function() { return /* binding */ _unsupportedIterableToArray; }
|
|
3730
3704
|
/* harmony export */ });
|
|
@@ -3741,90 +3715,89 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
|
3741
3715
|
|
|
3742
3716
|
/***/ })
|
|
3743
3717
|
|
|
3744
|
-
/******/
|
|
3718
|
+
/******/ });
|
|
3745
3719
|
/************************************************************************/
|
|
3746
|
-
/******/
|
|
3747
|
-
/******/
|
|
3748
|
-
/******/
|
|
3749
|
-
/******/
|
|
3750
|
-
/******/
|
|
3751
|
-
/******/
|
|
3752
|
-
/******/
|
|
3753
|
-
/******/
|
|
3754
|
-
/******/
|
|
3755
|
-
/******/ }
|
|
3756
|
-
/******/ // Create a new module (and put it into the cache)
|
|
3757
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
3758
|
-
/******/ // no module.id needed
|
|
3759
|
-
/******/ // no module.loaded needed
|
|
3760
|
-
/******/ exports: {}
|
|
3761
|
-
/******/ };
|
|
3762
|
-
/******/
|
|
3763
|
-
/******/ // Execute the module function
|
|
3764
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
3765
|
-
/******/
|
|
3766
|
-
/******/ // Return the exports of the module
|
|
3767
|
-
/******/ return module.exports;
|
|
3720
|
+
/******/ // The module cache
|
|
3721
|
+
/******/ var __webpack_module_cache__ = {};
|
|
3722
|
+
/******/
|
|
3723
|
+
/******/ // The require function
|
|
3724
|
+
/******/ function __webpack_require__(moduleId) {
|
|
3725
|
+
/******/ // Check if module is in cache
|
|
3726
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
3727
|
+
/******/ if (cachedModule !== undefined) {
|
|
3728
|
+
/******/ return cachedModule.exports;
|
|
3768
3729
|
/******/ }
|
|
3769
|
-
/******/
|
|
3730
|
+
/******/ // Create a new module (and put it into the cache)
|
|
3731
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
3732
|
+
/******/ // no module.id needed
|
|
3733
|
+
/******/ // no module.loaded needed
|
|
3734
|
+
/******/ exports: {}
|
|
3735
|
+
/******/ };
|
|
3736
|
+
/******/
|
|
3737
|
+
/******/ // Execute the module function
|
|
3738
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
3739
|
+
/******/
|
|
3740
|
+
/******/ // Return the exports of the module
|
|
3741
|
+
/******/ return module.exports;
|
|
3742
|
+
/******/ }
|
|
3743
|
+
/******/
|
|
3770
3744
|
/************************************************************************/
|
|
3771
|
-
/******/
|
|
3772
|
-
/******/
|
|
3773
|
-
/******/
|
|
3774
|
-
/******/
|
|
3775
|
-
/******/
|
|
3776
|
-
/******/
|
|
3777
|
-
/******/
|
|
3778
|
-
/******/
|
|
3779
|
-
/******/
|
|
3780
|
-
/******/
|
|
3781
|
-
/******/
|
|
3782
|
-
/******/
|
|
3783
|
-
/******/
|
|
3784
|
-
/******/
|
|
3785
|
-
/******/
|
|
3786
|
-
/******/
|
|
3787
|
-
/******/
|
|
3788
|
-
/******/
|
|
3789
|
-
/******/
|
|
3790
|
-
/******/ }
|
|
3791
|
-
/******/ }
|
|
3792
|
-
/******/ };
|
|
3793
|
-
/******/ }();
|
|
3794
|
-
/******/
|
|
3795
|
-
/******/ /* webpack/runtime/global */
|
|
3796
|
-
/******/ !function() {
|
|
3797
|
-
/******/ __webpack_require__.g = (function() {
|
|
3798
|
-
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
3799
|
-
/******/ try {
|
|
3800
|
-
/******/ return this || new Function('return this')();
|
|
3801
|
-
/******/ } catch (e) {
|
|
3802
|
-
/******/ if (typeof window === 'object') return window;
|
|
3803
|
-
/******/ }
|
|
3804
|
-
/******/ })();
|
|
3805
|
-
/******/ }();
|
|
3806
|
-
/******/
|
|
3807
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
3808
|
-
/******/ !function() {
|
|
3809
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
3810
|
-
/******/ }();
|
|
3811
|
-
/******/
|
|
3812
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
3813
|
-
/******/ !function() {
|
|
3814
|
-
/******/ // define __esModule on exports
|
|
3815
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
3816
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
3817
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3745
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
3746
|
+
/******/ !function() {
|
|
3747
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
3748
|
+
/******/ __webpack_require__.n = function(module) {
|
|
3749
|
+
/******/ var getter = module && module.__esModule ?
|
|
3750
|
+
/******/ function() { return module['default']; } :
|
|
3751
|
+
/******/ function() { return module; };
|
|
3752
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
3753
|
+
/******/ return getter;
|
|
3754
|
+
/******/ };
|
|
3755
|
+
/******/ }();
|
|
3756
|
+
/******/
|
|
3757
|
+
/******/ /* webpack/runtime/define property getters */
|
|
3758
|
+
/******/ !function() {
|
|
3759
|
+
/******/ // define getter functions for harmony exports
|
|
3760
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
3761
|
+
/******/ for(var key in definition) {
|
|
3762
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
3763
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
3818
3764
|
/******/ }
|
|
3819
|
-
/******/
|
|
3820
|
-
/******/
|
|
3821
|
-
/******/
|
|
3822
|
-
/******/
|
|
3765
|
+
/******/ }
|
|
3766
|
+
/******/ };
|
|
3767
|
+
/******/ }();
|
|
3768
|
+
/******/
|
|
3769
|
+
/******/ /* webpack/runtime/global */
|
|
3770
|
+
/******/ !function() {
|
|
3771
|
+
/******/ __webpack_require__.g = (function() {
|
|
3772
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
3773
|
+
/******/ try {
|
|
3774
|
+
/******/ return this || new Function('return this')();
|
|
3775
|
+
/******/ } catch (e) {
|
|
3776
|
+
/******/ if (typeof window === 'object') return window;
|
|
3777
|
+
/******/ }
|
|
3778
|
+
/******/ })();
|
|
3779
|
+
/******/ }();
|
|
3780
|
+
/******/
|
|
3781
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
3782
|
+
/******/ !function() {
|
|
3783
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
3784
|
+
/******/ }();
|
|
3785
|
+
/******/
|
|
3786
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
3787
|
+
/******/ !function() {
|
|
3788
|
+
/******/ // define __esModule on exports
|
|
3789
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
3790
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
3791
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3792
|
+
/******/ }
|
|
3793
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
3794
|
+
/******/ };
|
|
3795
|
+
/******/ }();
|
|
3796
|
+
/******/
|
|
3823
3797
|
/************************************************************************/
|
|
3824
3798
|
var __webpack_exports__ = {};
|
|
3825
|
-
// This entry need to be wrapped in an IIFE because it need to be in
|
|
3799
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
3826
3800
|
!function() {
|
|
3827
|
-
"use strict";
|
|
3828
3801
|
__webpack_require__.r(__webpack_exports__);
|
|
3829
3802
|
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8309);
|
|
3830
3803
|
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -3847,7 +3820,6 @@ _src_button__WEBPACK_IMPORTED_MODULE_1__/* ["default"].install */ .Z.install = f
|
|
|
3847
3820
|
};
|
|
3848
3821
|
/* harmony default export */ __webpack_exports__["default"] = (_src_button__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z);
|
|
3849
3822
|
}();
|
|
3850
|
-
/******/
|
|
3851
|
-
/******/ })()
|
|
3823
|
+
/******/ return __webpack_exports__;
|
|
3852
3824
|
;
|
|
3853
|
-
})
|
|
3825
|
+
})
|