1
1
(function webpackUniversalModuleDefinition(root, factory) {
2
2
if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("fusioncharts") );
3
+ module.exports = factory();
4
4
else if(typeof define === 'function' && define.amd)
5
- define(["fusioncharts" ], factory);
5
+ define([], factory);
6
6
else if(typeof exports === 'object')
7
- exports["VueFusionChartsComponent"] = factory(require("fusioncharts") );
7
+ exports["VueFusionChartsComponent"] = factory();
8
8
else
9
- root["VueFusionChartsComponent"] = factory(root["FusionCharts"] );
10
- })(this, function(__WEBPACK_EXTERNAL_MODULE_5__ ) {
9
+ root["VueFusionChartsComponent"] = factory();
10
+ })(this, function() {
11
11
return /******/ (function(modules) { // webpackBootstrap
12
12
/******/ // The module cache
13
13
/******/ var installedModules = {};
@@ -73,7 +73,7 @@ return /******/ (function(modules) { // webpackBootstrap
73
73
/******/ __webpack_require__.p = "";
74
74
/******/
75
75
/******/ // Load entry module and return exports
76
- /******/ return __webpack_require__(__webpack_require__.s = 6 );
76
+ /******/ return __webpack_require__(__webpack_require__.s = 5 );
77
77
/******/ })
78
78
/************************************************************************/
79
79
/******/ ([
@@ -544,7 +544,7 @@ exports.getOptions = getOptions;
544
544
exports.renderChart = renderChart;
545
545
exports.updateChart = updateChart;
546
546
547
- var _vue = __webpack_require__(9 );
547
+ var _vue = __webpack_require__(8 );
548
548
549
549
var _vue2 = _interopRequireDefault(_vue);
550
550
@@ -556,15 +556,13 @@ function makeNonreactive(obj) {
556
556
obj.__ob__ = new Observer({});
557
557
}
558
558
559
- var addDep = exports.addDep = function addDep(FC, _FC, modules) {
559
+ var addDep = exports.addDep = function addDep(FC, modules) {
560
560
if (FC) {
561
561
if (modules.getName && modules.getType || modules.name && modules.type) {
562
562
FC.addDep(modules);
563
563
} else {
564
564
modules(FC);
565
565
}
566
- } else {
567
- modules(_FC);
568
566
}
569
567
};
570
568
@@ -17810,16 +17808,10 @@ function updateChart(This) {
17810
17808
}
17811
17809
}.call(this));
17812
17810
17813
- /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(0), __webpack_require__(10 )(module)))
17811
+ /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(0), __webpack_require__(9 )(module)))
17814
17812
17815
17813
/***/ }),
17816
17814
/* 5 */
17817
- /***/ (function(module, exports) {
17818
-
17819
- module.exports = __WEBPACK_EXTERNAL_MODULE_5__;
17820
-
17821
- /***/ }),
17822
- /* 6 */
17823
17815
/***/ (function(module, exports, __webpack_require__) {
17824
17816
17825
17817
"use strict";
@@ -17831,14 +17823,8 @@ Object.defineProperty(exports, "__esModule", {
17831
17823
17832
17824
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
17833
17825
17834
- var _fusioncharts = __webpack_require__(5);
17835
-
17836
- var _fusioncharts2 = _interopRequireDefault(_fusioncharts);
17837
-
17838
17826
var _utils = __webpack_require__(3);
17839
17827
17840
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17841
-
17842
17828
var _require = __webpack_require__(2),
17843
17829
optionsMap = _require.optionsMap,
17844
17830
props = _require.props;
@@ -17851,7 +17837,7 @@ exports.default = function (FC) {
17851
17837
}
17852
17838
17853
17839
options && options.forEach && options.forEach(function (modules) {
17854
- (0, _utils.addDep)(FC, _fusioncharts2.default, modules);
17840
+ (0, _utils.addDep)(FC, modules);
17855
17841
});
17856
17842
return {
17857
17843
name: 'fusioncharts',
@@ -18036,7 +18022,7 @@ exports.default = function (FC) {
18036
18022
module.exports = exports['default'];
18037
18023
18038
18024
/***/ }),
18039
- /* 7 */
18025
+ /* 6 */
18040
18026
/***/ (function(module, exports, __webpack_require__) {
18041
18027
18042
18028
/* WEBPACK VAR INJECTION */(function(global, process) {(function (global, undefined) {
@@ -18229,7 +18215,7 @@ module.exports = exports['default'];
18229
18215
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(0), __webpack_require__(1)))
18230
18216
18231
18217
/***/ }),
18232
- /* 8 */
18218
+ /* 7 */
18233
18219
/***/ (function(module, exports, __webpack_require__) {
18234
18220
18235
18221
/* WEBPACK VAR INJECTION */(function(global) {var scope = (typeof global !== "undefined" && global) ||
@@ -18285,7 +18271,7 @@ exports._unrefActive = exports.active = function(item) {
18285
18271
};
18286
18272
18287
18273
// setimmediate attaches itself to the global object
18288
- __webpack_require__(7 );
18274
+ __webpack_require__(6 );
18289
18275
// On some exotic environments, it's not clear which object `setimmediate` was
18290
18276
// able to install onto. Search each possibility in the same order as the
18291
18277
// `setimmediate` library.
@@ -18299,7 +18285,7 @@ exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
18299
18285
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(0)))
18300
18286
18301
18287
/***/ }),
18302
- /* 9 */
18288
+ /* 8 */
18303
18289
/***/ (function(module, __webpack_exports__, __webpack_require__) {
18304
18290
18305
18291
"use strict";
@@ -26337,10 +26323,10 @@ if (inBrowser) {
26337
26323
26338
26324
/* harmony default export */ __webpack_exports__["default"] = (Vue);
26339
26325
26340
- /* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(1), __webpack_require__(0), __webpack_require__(8 ).setImmediate))
26326
+ /* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(1), __webpack_require__(0), __webpack_require__(7 ).setImmediate))
26341
26327
26342
26328
/***/ }),
26343
- /* 10 */
26329
+ /* 9 */
26344
26330
/***/ (function(module, exports) {
26345
26331
26346
26332
module.exports = function(module) {
0 commit comments