@deanwu/vue-component-library 1.0.22 → 1.0.23
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/dist/vue-component-library.common.js +25 -17
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.umd.js +25 -17
- package/dist/vue-component-library.umd.js.map +1 -1
- package/dist/vue-component-library.umd.min.js +1 -1
- package/dist/vue-component-library.umd.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -1599,6 +1599,18 @@ $({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {
|
|
|
1599
1599
|
/******/ }
|
|
1600
1600
|
/******/
|
|
1601
1601
|
/************************************************************************/
|
|
1602
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
1603
|
+
/******/ !function() {
|
|
1604
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
1605
|
+
/******/ __webpack_require__.n = function(module) {
|
|
1606
|
+
/******/ var getter = module && module.__esModule ?
|
|
1607
|
+
/******/ function() { return module['default']; } :
|
|
1608
|
+
/******/ function() { return module; };
|
|
1609
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
1610
|
+
/******/ return getter;
|
|
1611
|
+
/******/ };
|
|
1612
|
+
/******/ }();
|
|
1613
|
+
/******/
|
|
1602
1614
|
/******/ /* webpack/runtime/define property getters */
|
|
1603
1615
|
/******/ !function() {
|
|
1604
1616
|
/******/ // define getter functions for harmony exports
|
|
@@ -1675,8 +1687,6 @@ if (typeof window !== 'undefined') {
|
|
|
1675
1687
|
|
|
1676
1688
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
1677
1689
|
var es_array_push = __webpack_require__(7658);
|
|
1678
|
-
;// CONCATENATED MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
1679
|
-
var external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
|
|
1680
1690
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/unit/button.vue?vue&type=template&id=21e3f2c3&scoped=true&
|
|
1681
1691
|
var render = function render() {
|
|
1682
1692
|
var _vm = this,
|
|
@@ -2246,24 +2256,23 @@ var radiovue_type_template_id_07d956d7_scoped_true_render = function render() {
|
|
|
2246
2256
|
};
|
|
2247
2257
|
var radiovue_type_template_id_07d956d7_scoped_true_staticRenderFns = [];
|
|
2248
2258
|
|
|
2259
|
+
;// CONCATENATED MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
2260
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
|
|
2261
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject);
|
|
2249
2262
|
;// CONCATENATED MODULE: ./src/components/createStore.js
|
|
2250
|
-
// import Vue from 'vue'
|
|
2251
2263
|
|
|
2252
2264
|
function createStore(data) {
|
|
2253
|
-
return {
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
// }
|
|
2264
|
-
// }))
|
|
2265
|
+
return new (external_commonjs_vue_commonjs2_vue_root_Vue_default().extend({
|
|
2266
|
+
data() {
|
|
2267
|
+
return data;
|
|
2268
|
+
},
|
|
2269
|
+
methods: {
|
|
2270
|
+
commit(key, data) {
|
|
2271
|
+
this[key] = data;
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
}))();
|
|
2265
2275
|
}
|
|
2266
|
-
|
|
2267
2276
|
function mapState(data) {
|
|
2268
2277
|
const res = {};
|
|
2269
2278
|
data.forEach(key => {
|
|
@@ -4201,7 +4210,6 @@ var preview_component = normalizeComponent(
|
|
|
4201
4210
|
|
|
4202
4211
|
|
|
4203
4212
|
|
|
4204
|
-
|
|
4205
4213
|
// import Editor from './unit/editor.vue'
|
|
4206
4214
|
|
|
4207
4215
|
|