iov-pro-components 0.0.18 → 0.0.19

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.
@@ -6138,7 +6138,6 @@ var script$p = {
6138
6138
  }
6139
6139
  };
6140
6140
 
6141
- /* script */
6142
6141
  var __vue_script__$p = script$p;
6143
6142
 
6144
6143
  /* template */
@@ -6199,7 +6198,17 @@ var __vue_render__$7 = function __vue_render__() {
6199
6198
  on: {
6200
6199
  "after-request": _vm.onAfterCustomSearchHandle,
6201
6200
  "selection-change": _vm.onChangeSelection
6202
- }
6201
+ },
6202
+ scopedSlots: _vm._u([_vm._l(_vm.unselectColumns.filter(function (column) {
6203
+ return column.type === "slot";
6204
+ }), function (item) {
6205
+ return {
6206
+ key: item.slotName || item.prop,
6207
+ fn: function fn(scope) {
6208
+ return [_vm._t(item.slotName || item.prop, null, null, scope)];
6209
+ }
6210
+ };
6211
+ })], null, true)
6203
6212
  })] : [_c("div", {
6204
6213
  staticClass: "iov-pro-dialog-select__filter"
6205
6214
  }, [_c("el-input", {
@@ -6232,7 +6241,17 @@ var __vue_render__$7 = function __vue_render__() {
6232
6241
  },
6233
6242
  on: {
6234
6243
  "selection-change": _vm.onChangeSelection
6235
- }
6244
+ },
6245
+ scopedSlots: _vm._u([_vm._l(_vm.unselectColumns.filter(function (column) {
6246
+ return column.type === "slot";
6247
+ }), function (item) {
6248
+ return {
6249
+ key: item.slotName || item.prop,
6250
+ fn: function fn(scope) {
6251
+ return [_vm._t(item.slotName || item.prop, null, null, scope)];
6252
+ }
6253
+ };
6254
+ })], null, true)
6236
6255
  })]], 2), _vm._v(" "), _c("el-tab-pane", {
6237
6256
  attrs: {
6238
6257
  label: "本次已选 (" + _vm.selectedData.length + ")",
@@ -6268,7 +6287,16 @@ var __vue_render__$7 = function __vue_render__() {
6268
6287
  pagination: false
6269
6288
  }
6270
6289
  },
6271
- scopedSlots: _vm._u([{
6290
+ scopedSlots: _vm._u([_vm._l(_vm.selectedColumns.filter(function (column) {
6291
+ return column.type === "slot";
6292
+ }), function (item) {
6293
+ return {
6294
+ key: item.slotName || item.prop,
6295
+ fn: function fn(scope) {
6296
+ return [_vm._t(item.slotName || item.prop, null, null, scope)];
6297
+ }
6298
+ };
6299
+ }), {
6272
6300
  key: "operation",
6273
6301
  fn: function fn(scope) {
6274
6302
  return [_c("el-link", {
@@ -6282,7 +6310,7 @@ var __vue_render__$7 = function __vue_render__() {
6282
6310
  }
6283
6311
  }, [_vm._v("移除")])];
6284
6312
  }
6285
- }], null, false, 2554705328)
6313
+ }], null, true)
6286
6314
  })], 1)], 1)], 1) : _vm._e(), _vm._v(" "), _c("template", {
6287
6315
  slot: "footer"
6288
6316
  }, [_c("el-button", {
@@ -19876,7 +19904,7 @@ var install = function install(Vue, componentConfig) {
19876
19904
  };
19877
19905
  var index = {
19878
19906
  install: install,
19879
- version: '0.0.18',
19907
+ version: '0.0.19',
19880
19908
  ColumnTooltip: __vue_component__$t,
19881
19909
  Description: __vue_component__$q,
19882
19910
  DialogSelect: __vue_component__$p,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iov-pro-components",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "IOV Pro Components for Vue.js",
5
5
  "main": "lib/iov-pro-components.min.js",
6
6
  "files": [