iov-pro-components 0.0.46 → 0.0.48
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.
|
@@ -10237,7 +10237,10 @@ var script$h = {
|
|
|
10237
10237
|
// 如果小于等于最大数量,直接喧嚷
|
|
10238
10238
|
if (defaultSlots.length <= this.max) {
|
|
10239
10239
|
return h("div", {
|
|
10240
|
-
"class": 'iov-pro-link-group'
|
|
10240
|
+
"class": 'iov-pro-link-group',
|
|
10241
|
+
"style": {
|
|
10242
|
+
'--link-group-gap': "".concat("".concat(this.space).includes('px') ? this.space : this.space + 'px')
|
|
10243
|
+
}
|
|
10241
10244
|
}, [h(__vue_component__$s, {
|
|
10242
10245
|
"attrs": {
|
|
10243
10246
|
"space": this.space,
|
|
@@ -18672,7 +18675,9 @@ var script$8 = {
|
|
|
18672
18675
|
// 获取IovProTable示例
|
|
18673
18676
|
var iovProTable = this.table instanceof Function ? this.table() : this.table;
|
|
18674
18677
|
// 隐藏当前选中的数据
|
|
18675
|
-
iovProTable.doLayout(this.tableColumns.
|
|
18678
|
+
iovProTable.doLayout(this.tableColumns.filter(function (column) {
|
|
18679
|
+
return column.target.hidden !== true;
|
|
18680
|
+
}).map(function (column) {
|
|
18676
18681
|
return column.target;
|
|
18677
18682
|
}));
|
|
18678
18683
|
// 关闭弹出框
|
|
@@ -20376,7 +20381,7 @@ var install = function install(Vue, componentConfig) {
|
|
|
20376
20381
|
};
|
|
20377
20382
|
var index = {
|
|
20378
20383
|
install: install,
|
|
20379
|
-
version: '0.0.
|
|
20384
|
+
version: '0.0.48',
|
|
20380
20385
|
ColumnTooltip: __vue_component__$t,
|
|
20381
20386
|
Description: __vue_component__$q,
|
|
20382
20387
|
DialogSelect: __vue_component__$p,
|