@web-utils/component 2.9.14 → 2.9.15

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.
@@ -39,6 +39,7 @@ var f = function() {
39
39
  expression: "filterValue"
40
40
  }
41
41
  })], 1) : e._e(), l("ElOption", {
42
+ staticClass: "avue-input-tree__dropdown",
42
43
  attrs: {
43
44
  value: e.text
44
45
  }
@@ -170,7 +171,7 @@ const m = {
170
171
  return this.multiple ? this.text : [this.text || ""];
171
172
  },
172
173
  labelShow() {
173
- return [...this.node].map((l) => this.getLabelText(l));
174
+ return [...this.node].map((t) => this.getLabelText(t));
174
175
  }
175
176
  },
176
177
  watch: {
@@ -1 +1 @@
1
- .avue-input-tree .el-tag__close{display:none!important}.avue-input-tree__item{width:100%}.avue-input-tree__filter{margin:5px 0 0;padding:0 10px}.avue-input-tree__select{padding:10px 0}.avue-input-tree__desc{float:right;margin-right:12px;color:#8492a6;font-size:13px}
1
+ .avue-input-tree .el-tag__close{display:none!important}.avue-input-tree__dropdown{height:auto;background-color:#fff;overflow:auto;max-height:600px;min-height:300px;padding:0 10px}.avue-input-tree__dropdown:hover,.avue-input-tree__dropdown.hover{background-color:#fff}.avue-input-tree__item{width:100%}.avue-input-tree__filter{margin:5px 0 0;padding:0 10px}.avue-input-tree__select{padding:10px 0}.avue-input-tree__desc{float:right;margin-right:12px;color:#8492a6;font-size:13px}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
3
  "description": "Web Components",
4
- "version": "2.9.14",
4
+ "version": "2.9.15",
5
5
  "author": "Simple",
6
6
  "license": "MIT",
7
7
  "type": "module",
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "2.9.14",
5
+ "version": "2.9.15",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",