@opentinyvue/vue-input 3.25.0 → 3.26.0

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.
@@ -246,6 +246,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
246
246
  "popper-options": {
247
247
  bubbling: true
248
248
  },
249
+ pre: "",
249
250
  onMouseenter: _ctx.handleEnterDisplayOnlyContent
250
251
  }, {
251
252
  default: withCtx(function() {
package/lib/pc.js CHANGED
@@ -264,6 +264,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
264
264
  content: _ctx.state.displayOnlyTooltip,
265
265
  placement: "top",
266
266
  "popper-class": _ctx.state.tooltipConfig.popperClass || "",
267
+ pre: "",
267
268
  onMouseenter: _ctx.handleEnterDisplayOnlyContent
268
269
  }, {
269
270
  default: withCtx(function() {
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-input",
3
3
  "type": "module",
4
- "version": "3.25.0",
4
+ "version": "3.26.0",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
10
10
  "dependencies": {
11
- "@opentinyvue/vue-directive": "~3.25.0",
12
- "@opentinyvue/vue-button": "~3.25.0",
13
- "@opentinyvue/vue-common": "~3.25.0",
14
- "@opentinyvue/vue-dialog-box": "~3.25.0",
15
- "@opentinyvue/vue-icon": "~3.25.0",
16
- "@opentinyvue/vue-renderless": "~3.25.0",
17
- "@opentinyvue/vue-theme": "~3.25.0",
18
- "@opentinyvue/vue-tooltip": "~3.25.0"
11
+ "@opentinyvue/vue-directive": "~3.26.0",
12
+ "@opentinyvue/vue-button": "~3.26.0",
13
+ "@opentinyvue/vue-common": "~3.26.0",
14
+ "@opentinyvue/vue-dialog-box": "~3.26.0",
15
+ "@opentinyvue/vue-icon": "~3.26.0",
16
+ "@opentinyvue/vue-renderless": "~3.26.0",
17
+ "@opentinyvue/vue-theme": "~3.26.0",
18
+ "@opentinyvue/vue-tooltip": "~3.26.0"
19
19
  },
20
20
  "types": "index.d.ts",
21
21
  "scripts": {