@deanwu/vue-component-library 1.0.20 → 1.0.22
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 +17 -25
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.umd.js +17 -25
- 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 +1 -1
|
@@ -1599,18 +1599,6 @@ $({ 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
|
-
/******/
|
|
1614
1602
|
/******/ /* webpack/runtime/define property getters */
|
|
1615
1603
|
/******/ !function() {
|
|
1616
1604
|
/******/ // define getter functions for harmony exports
|
|
@@ -1687,6 +1675,8 @@ if (typeof window !== 'undefined') {
|
|
|
1687
1675
|
|
|
1688
1676
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
1689
1677
|
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");
|
|
1690
1680
|
;// 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&
|
|
1691
1681
|
var render = function render() {
|
|
1692
1682
|
var _vm = this,
|
|
@@ -2256,23 +2246,24 @@ var radiovue_type_template_id_07d956d7_scoped_true_render = function render() {
|
|
|
2256
2246
|
};
|
|
2257
2247
|
var radiovue_type_template_id_07d956d7_scoped_true_staticRenderFns = [];
|
|
2258
2248
|
|
|
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);
|
|
2262
2249
|
;// CONCATENATED MODULE: ./src/components/createStore.js
|
|
2250
|
+
// import Vue from 'vue'
|
|
2263
2251
|
|
|
2264
2252
|
function createStore(data) {
|
|
2265
|
-
return
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
}
|
|
2253
|
+
return {};
|
|
2254
|
+
// return new (Vue.extend({
|
|
2255
|
+
// data() {
|
|
2256
|
+
// return data
|
|
2257
|
+
// },
|
|
2258
|
+
|
|
2259
|
+
// methods: {
|
|
2260
|
+
// commit(key, data) {
|
|
2261
|
+
// this[key] = data;
|
|
2262
|
+
// }
|
|
2263
|
+
// }
|
|
2264
|
+
// }))
|
|
2275
2265
|
}
|
|
2266
|
+
|
|
2276
2267
|
function mapState(data) {
|
|
2277
2268
|
const res = {};
|
|
2278
2269
|
data.forEach(key => {
|
|
@@ -4210,6 +4201,7 @@ var preview_component = normalizeComponent(
|
|
|
4210
4201
|
|
|
4211
4202
|
|
|
4212
4203
|
|
|
4204
|
+
|
|
4213
4205
|
// import Editor from './unit/editor.vue'
|
|
4214
4206
|
|
|
4215
4207
|
|