yqform-edit 1.0.42 → 1.0.43
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/yqform-edit.common.js +4 -15
- package/dist/yqform-edit.umd.js +4 -15
- package/dist/yqform-edit.umd.min.js +2 -2
- package/package.json +1 -1
- package/src/index.js +21 -29
|
@@ -19073,7 +19073,7 @@ module.exports = version;
|
|
|
19073
19073
|
/* unused harmony export mapActions */
|
|
19074
19074
|
/* unused harmony export mapGetters */
|
|
19075
19075
|
/* unused harmony export mapMutations */
|
|
19076
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
19076
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return mapState; });
|
|
19077
19077
|
/*!
|
|
19078
19078
|
* vuex v3.6.2
|
|
19079
19079
|
* (c) 2021 Evan You
|
|
@@ -20232,7 +20232,7 @@ var index = {
|
|
|
20232
20232
|
createLogger: createLogger
|
|
20233
20233
|
};
|
|
20234
20234
|
|
|
20235
|
-
/* harmony default export */
|
|
20235
|
+
/* unused harmony default export */ var _unused_webpack_default_export = (index);
|
|
20236
20236
|
|
|
20237
20237
|
|
|
20238
20238
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("c8ba")))
|
|
@@ -79649,7 +79649,7 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
|
|
|
79649
79649
|
};
|
|
79650
79650
|
},
|
|
79651
79651
|
|
|
79652
|
-
computed: { ...Object(vuex_esm["
|
|
79652
|
+
computed: { ...Object(vuex_esm["a" /* mapState */])('e7ingForm', ['baseTypes', 'timeTypes', 'otherTypes'])
|
|
79653
79653
|
},
|
|
79654
79654
|
watch: {
|
|
79655
79655
|
itemContent: {
|
|
@@ -80857,17 +80857,6 @@ var App_component = normalizeComponent(
|
|
|
80857
80857
|
namespaced: true,
|
|
80858
80858
|
state: state
|
|
80859
80859
|
});
|
|
80860
|
-
// CONCATENATED MODULE: ./src/store/index.js
|
|
80861
|
-
|
|
80862
|
-
|
|
80863
|
-
|
|
80864
|
-
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* default */]);
|
|
80865
|
-
/* harmony default export */ var store = (new vuex_esm["a" /* default */].Store({
|
|
80866
|
-
namespaced: true,
|
|
80867
|
-
modules: {
|
|
80868
|
-
e7ingForm: e7ingForm
|
|
80869
|
-
}
|
|
80870
|
-
}));
|
|
80871
80860
|
// EXTERNAL MODULE: ./node_modules/vant/lib/index.css
|
|
80872
80861
|
var lib = __webpack_require__("157a");
|
|
80873
80862
|
|
|
@@ -81355,7 +81344,7 @@ const install = function (Vue, opts = {}) {
|
|
|
81355
81344
|
Vue.component(component.name, component);
|
|
81356
81345
|
}); // 将表单组件中的store注册到父组件中
|
|
81357
81346
|
|
|
81358
|
-
(_opts$store = opts.store) === null || _opts$store === void 0 ? void 0 : _opts$store.registerModule("e7ingForm",
|
|
81347
|
+
(_opts$store = opts.store) === null || _opts$store === void 0 ? void 0 : _opts$store.registerModule("e7ingForm", e7ingForm);
|
|
81359
81348
|
};
|
|
81360
81349
|
|
|
81361
81350
|
if (typeof window !== "undefined" && window.Vue) {
|
package/dist/yqform-edit.umd.js
CHANGED
|
@@ -19082,7 +19082,7 @@ module.exports = version;
|
|
|
19082
19082
|
/* unused harmony export mapActions */
|
|
19083
19083
|
/* unused harmony export mapGetters */
|
|
19084
19084
|
/* unused harmony export mapMutations */
|
|
19085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
19085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return mapState; });
|
|
19086
19086
|
/*!
|
|
19087
19087
|
* vuex v3.6.2
|
|
19088
19088
|
* (c) 2021 Evan You
|
|
@@ -20241,7 +20241,7 @@ var index = {
|
|
|
20241
20241
|
createLogger: createLogger
|
|
20242
20242
|
};
|
|
20243
20243
|
|
|
20244
|
-
/* harmony default export */
|
|
20244
|
+
/* unused harmony default export */ var _unused_webpack_default_export = (index);
|
|
20245
20245
|
|
|
20246
20246
|
|
|
20247
20247
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("c8ba")))
|
|
@@ -79658,7 +79658,7 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
|
|
|
79658
79658
|
};
|
|
79659
79659
|
},
|
|
79660
79660
|
|
|
79661
|
-
computed: { ...Object(vuex_esm["
|
|
79661
|
+
computed: { ...Object(vuex_esm["a" /* mapState */])('e7ingForm', ['baseTypes', 'timeTypes', 'otherTypes'])
|
|
79662
79662
|
},
|
|
79663
79663
|
watch: {
|
|
79664
79664
|
itemContent: {
|
|
@@ -80866,17 +80866,6 @@ var App_component = normalizeComponent(
|
|
|
80866
80866
|
namespaced: true,
|
|
80867
80867
|
state: state
|
|
80868
80868
|
});
|
|
80869
|
-
// CONCATENATED MODULE: ./src/store/index.js
|
|
80870
|
-
|
|
80871
|
-
|
|
80872
|
-
|
|
80873
|
-
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* default */]);
|
|
80874
|
-
/* harmony default export */ var store = (new vuex_esm["a" /* default */].Store({
|
|
80875
|
-
namespaced: true,
|
|
80876
|
-
modules: {
|
|
80877
|
-
e7ingForm: e7ingForm
|
|
80878
|
-
}
|
|
80879
|
-
}));
|
|
80880
80869
|
// EXTERNAL MODULE: ./node_modules/vant/lib/index.css
|
|
80881
80870
|
var lib = __webpack_require__("157a");
|
|
80882
80871
|
|
|
@@ -81364,7 +81353,7 @@ const install = function (Vue, opts = {}) {
|
|
|
81364
81353
|
Vue.component(component.name, component);
|
|
81365
81354
|
}); // 将表单组件中的store注册到父组件中
|
|
81366
81355
|
|
|
81367
|
-
(_opts$store = opts.store) === null || _opts$store === void 0 ? void 0 : _opts$store.registerModule("e7ingForm",
|
|
81356
|
+
(_opts$store = opts.store) === null || _opts$store === void 0 ? void 0 : _opts$store.registerModule("e7ingForm", e7ingForm);
|
|
81368
81357
|
};
|
|
81369
81358
|
|
|
81370
81359
|
if (typeof window !== "undefined" && window.Vue) {
|