@panpanzhao/component-ui 0.0.46 → 0.0.47
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/lib/component-ui.common.js +11 -9
- package/lib/components/crud.js +6 -4
- package/lib/index.js +1 -1
- package/lib/utils/index.js +6 -0
- package/package.json +1 -1
|
@@ -7132,8 +7132,8 @@ table_operate_src.install = function (Vue) {
|
|
|
7132
7132
|
Vue.component(table_operate_src.name, table_operate_src);
|
|
7133
7133
|
};
|
|
7134
7134
|
/* harmony default export */ var table_operate = (table_operate_src);
|
|
7135
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=template&id=
|
|
7136
|
-
var
|
|
7135
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=template&id=09a7f1dc&
|
|
7136
|
+
var srcvue_type_template_id_09a7f1dc_render = function render() {
|
|
7137
7137
|
var _vm = this,
|
|
7138
7138
|
_c = _vm._self._c
|
|
7139
7139
|
return _c("div", { staticClass: "crud" }, [
|
|
@@ -7200,11 +7200,11 @@ var srcvue_type_template_id_8ec3f608_render = function render() {
|
|
|
7200
7200
|
),
|
|
7201
7201
|
])
|
|
7202
7202
|
}
|
|
7203
|
-
var
|
|
7204
|
-
|
|
7203
|
+
var srcvue_type_template_id_09a7f1dc_staticRenderFns = []
|
|
7204
|
+
srcvue_type_template_id_09a7f1dc_render._withStripped = true
|
|
7205
7205
|
|
|
7206
7206
|
|
|
7207
|
-
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=
|
|
7207
|
+
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=09a7f1dc&
|
|
7208
7208
|
|
|
7209
7209
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=script&lang=js&
|
|
7210
7210
|
|
|
@@ -7236,7 +7236,8 @@ srcvue_type_template_id_8ec3f608_render._withStripped = true
|
|
|
7236
7236
|
message: {
|
|
7237
7237
|
success: {
|
|
7238
7238
|
message: '添加成功',
|
|
7239
|
-
type: 'success'
|
|
7239
|
+
type: 'success',
|
|
7240
|
+
showClose: true
|
|
7240
7241
|
}
|
|
7241
7242
|
}
|
|
7242
7243
|
}, this.create);
|
|
@@ -7251,7 +7252,8 @@ srcvue_type_template_id_8ec3f608_render._withStripped = true
|
|
|
7251
7252
|
message: {
|
|
7252
7253
|
success: {
|
|
7253
7254
|
message: '修改成功',
|
|
7254
|
-
type: 'success'
|
|
7255
|
+
type: 'success',
|
|
7256
|
+
showClose: true
|
|
7255
7257
|
}
|
|
7256
7258
|
}
|
|
7257
7259
|
}, this.update);
|
|
@@ -7574,8 +7576,8 @@ srcvue_type_template_id_8ec3f608_render._withStripped = true
|
|
|
7574
7576
|
|
|
7575
7577
|
var crud_src_component = normalizeComponent(
|
|
7576
7578
|
components_crud_srcvue_type_script_lang_js_,
|
|
7577
|
-
|
|
7578
|
-
|
|
7579
|
+
srcvue_type_template_id_09a7f1dc_render,
|
|
7580
|
+
srcvue_type_template_id_09a7f1dc_staticRenderFns,
|
|
7579
7581
|
false,
|
|
7580
7582
|
null,
|
|
7581
7583
|
null,
|
package/lib/components/crud.js
CHANGED
|
@@ -2106,7 +2106,7 @@ module.exports = require("element-ui/lib/message-box");
|
|
|
2106
2106
|
// ESM COMPAT FLAG
|
|
2107
2107
|
__webpack_require__.r(__webpack_exports__);
|
|
2108
2108
|
|
|
2109
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=template&id=
|
|
2109
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=template&id=09a7f1dc&
|
|
2110
2110
|
var render = function render() {
|
|
2111
2111
|
var _vm = this,
|
|
2112
2112
|
_c = _vm._self._c
|
|
@@ -2178,7 +2178,7 @@ var staticRenderFns = []
|
|
|
2178
2178
|
render._withStripped = true
|
|
2179
2179
|
|
|
2180
2180
|
|
|
2181
|
-
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=
|
|
2181
|
+
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=09a7f1dc&
|
|
2182
2182
|
|
|
2183
2183
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/components/table-search"
|
|
2184
2184
|
var table_search_ = __webpack_require__(29);
|
|
@@ -2234,7 +2234,8 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
2234
2234
|
message: {
|
|
2235
2235
|
success: {
|
|
2236
2236
|
message: '添加成功',
|
|
2237
|
-
type: 'success'
|
|
2237
|
+
type: 'success',
|
|
2238
|
+
showClose: true
|
|
2238
2239
|
}
|
|
2239
2240
|
}
|
|
2240
2241
|
}, this.create);
|
|
@@ -2249,7 +2250,8 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
2249
2250
|
message: {
|
|
2250
2251
|
success: {
|
|
2251
2252
|
message: '修改成功',
|
|
2252
|
-
type: 'success'
|
|
2253
|
+
type: 'success',
|
|
2254
|
+
showClose: true
|
|
2253
2255
|
}
|
|
2254
2256
|
}
|
|
2255
2257
|
}, this.update);
|