@panpanzhao/component-ui 0.0.26 → 0.0.28
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 -10
- package/lib/components/crud.js +6 -5
- package/lib/index.js +1 -1
- package/package.json +2 -2
|
@@ -7051,13 +7051,14 @@ table_operate_src.install = function (Vue) {
|
|
|
7051
7051
|
Vue.component(table_operate_src.name, table_operate_src);
|
|
7052
7052
|
};
|
|
7053
7053
|
/* harmony default export */ var table_operate = (table_operate_src);
|
|
7054
|
-
// 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=
|
|
7055
|
-
var
|
|
7054
|
+
// 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=2c7f833e&
|
|
7055
|
+
var srcvue_type_template_id_2c7f833e_render = function render() {
|
|
7056
7056
|
var _vm = this,
|
|
7057
7057
|
_c = _vm._self._c
|
|
7058
|
-
return _c("div", [
|
|
7058
|
+
return _c("div", { staticClass: "crud" }, [
|
|
7059
7059
|
_c(
|
|
7060
7060
|
"div",
|
|
7061
|
+
{ staticClass: "crud-table" },
|
|
7061
7062
|
[
|
|
7062
7063
|
_c(
|
|
7063
7064
|
"TableSearch",
|
|
@@ -7118,11 +7119,11 @@ var srcvue_type_template_id_9238b84c_render = function render() {
|
|
|
7118
7119
|
),
|
|
7119
7120
|
])
|
|
7120
7121
|
}
|
|
7121
|
-
var
|
|
7122
|
-
|
|
7122
|
+
var srcvue_type_template_id_2c7f833e_staticRenderFns = []
|
|
7123
|
+
srcvue_type_template_id_2c7f833e_render._withStripped = true
|
|
7123
7124
|
|
|
7124
7125
|
|
|
7125
|
-
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=
|
|
7126
|
+
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=2c7f833e&
|
|
7126
7127
|
|
|
7127
7128
|
// 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&
|
|
7128
7129
|
|
|
@@ -7159,7 +7160,7 @@ srcvue_type_template_id_9238b84c_render._withStripped = true
|
|
|
7159
7160
|
updateProps: function updateProps() {
|
|
7160
7161
|
var deep = Object.assign({
|
|
7161
7162
|
dialog: {}
|
|
7162
|
-
}, this.
|
|
7163
|
+
}, this.update);
|
|
7163
7164
|
if (!deep.dialog.title) {
|
|
7164
7165
|
deep.dialog.title = "修改";
|
|
7165
7166
|
}
|
|
@@ -7168,7 +7169,7 @@ srcvue_type_template_id_9238b84c_render._withStripped = true
|
|
|
7168
7169
|
viewProps: function viewProps() {
|
|
7169
7170
|
var deep = Object.assign({
|
|
7170
7171
|
dialog: {}
|
|
7171
|
-
}, this.
|
|
7172
|
+
}, this.view);
|
|
7172
7173
|
if (!deep.dialog.title) {
|
|
7173
7174
|
deep.dialog.title = "查看";
|
|
7174
7175
|
}
|
|
@@ -7444,8 +7445,8 @@ srcvue_type_template_id_9238b84c_render._withStripped = true
|
|
|
7444
7445
|
|
|
7445
7446
|
var crud_src_component = normalizeComponent(
|
|
7446
7447
|
components_crud_srcvue_type_script_lang_js_,
|
|
7447
|
-
|
|
7448
|
-
|
|
7448
|
+
srcvue_type_template_id_2c7f833e_render,
|
|
7449
|
+
srcvue_type_template_id_2c7f833e_staticRenderFns,
|
|
7449
7450
|
false,
|
|
7450
7451
|
null,
|
|
7451
7452
|
null,
|
package/lib/components/crud.js
CHANGED
|
@@ -2042,13 +2042,14 @@ module.exports = require("element-ui/lib/message-box");
|
|
|
2042
2042
|
// ESM COMPAT FLAG
|
|
2043
2043
|
__webpack_require__.r(__webpack_exports__);
|
|
2044
2044
|
|
|
2045
|
-
// 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=
|
|
2045
|
+
// 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=2c7f833e&
|
|
2046
2046
|
var render = function render() {
|
|
2047
2047
|
var _vm = this,
|
|
2048
2048
|
_c = _vm._self._c
|
|
2049
|
-
return _c("div", [
|
|
2049
|
+
return _c("div", { staticClass: "crud" }, [
|
|
2050
2050
|
_c(
|
|
2051
2051
|
"div",
|
|
2052
|
+
{ staticClass: "crud-table" },
|
|
2052
2053
|
[
|
|
2053
2054
|
_c(
|
|
2054
2055
|
"TableSearch",
|
|
@@ -2113,7 +2114,7 @@ var staticRenderFns = []
|
|
|
2113
2114
|
render._withStripped = true
|
|
2114
2115
|
|
|
2115
2116
|
|
|
2116
|
-
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=
|
|
2117
|
+
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=2c7f833e&
|
|
2117
2118
|
|
|
2118
2119
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/components/table-search"
|
|
2119
2120
|
var table_search_ = __webpack_require__(28);
|
|
@@ -2170,7 +2171,7 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
2170
2171
|
updateProps: function updateProps() {
|
|
2171
2172
|
var deep = Object.assign({
|
|
2172
2173
|
dialog: {}
|
|
2173
|
-
}, this.
|
|
2174
|
+
}, this.update);
|
|
2174
2175
|
if (!deep.dialog.title) {
|
|
2175
2176
|
deep.dialog.title = "修改";
|
|
2176
2177
|
}
|
|
@@ -2179,7 +2180,7 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
2179
2180
|
viewProps: function viewProps() {
|
|
2180
2181
|
var deep = Object.assign({
|
|
2181
2182
|
dialog: {}
|
|
2182
|
-
}, this.
|
|
2183
|
+
}, this.view);
|
|
2183
2184
|
if (!deep.dialog.title) {
|
|
2184
2185
|
deep.dialog.title = "查看";
|
|
2185
2186
|
}
|