@opentinyvue/vue-input 2.25.0 → 2.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.
@@ -93,9 +93,9 @@ function __vue2_injectStyles$1(context) {
93
93
  this[o] = __cssModules$1[o];
94
94
  }
95
95
  }
96
- var tallStorage = /* @__PURE__ */ function() {
96
+ var tallStorage = /* @__PURE__ */ (function() {
97
97
  return __component__$1.exports;
98
- }();
98
+ })();
99
99
 
100
100
  var __vue2_script = defineComponent({
101
101
  inheritAttrs: false,
@@ -164,7 +164,8 @@ var render = function render2() {
164
164
  "popper-class": _vm.state.tooltipConfig.popperClass || "",
165
165
  "popper-options": {
166
166
  bubbling: true
167
- }
167
+ },
168
+ "pre": ""
168
169
  },
169
170
  nativeOn: {
170
171
  "mouseenter": function mouseenter($event) {
@@ -396,8 +397,8 @@ function __vue2_injectStyles(context) {
396
397
  this[o] = __cssModules[o];
397
398
  }
398
399
  }
399
- var mobileFirst = /* @__PURE__ */ function() {
400
+ var mobileFirst = /* @__PURE__ */ (function() {
400
401
  return __component__.exports;
401
- }();
402
+ })();
402
403
 
403
404
  export { mobileFirst as default };
package/lib/pc.js CHANGED
@@ -96,9 +96,9 @@ function __vue2_injectStyles$1(context) {
96
96
  this[o] = __cssModules$1[o];
97
97
  }
98
98
  }
99
- var tallStorage = /* @__PURE__ */ function() {
99
+ var tallStorage = /* @__PURE__ */ (function() {
100
100
  return __component__$1.exports;
101
- }();
101
+ })();
102
102
 
103
103
  var render = function render2() {
104
104
  var _vm = this;
@@ -141,7 +141,8 @@ var render = function render2() {
141
141
  "effect": "light",
142
142
  "content": _vm.state.displayOnlyTooltip,
143
143
  "placement": "top",
144
- "popper-class": _vm.state.tooltipConfig.popperClass || ""
144
+ "popper-class": _vm.state.tooltipConfig.popperClass || "",
145
+ "pre": ""
145
146
  },
146
147
  nativeOn: {
147
148
  "mouseenter": function mouseenter($event) {
@@ -421,8 +422,8 @@ function __vue2_injectStyles(context) {
421
422
  this[o] = __cssModules[o];
422
423
  }
423
424
  }
424
- var pc = /* @__PURE__ */ function() {
425
+ var pc = /* @__PURE__ */ (function() {
425
426
  return __component__.exports;
426
- }();
427
+ })();
427
428
 
428
429
  export { pc as default };
@@ -88,8 +88,8 @@ function __vue2_injectStyles(context) {
88
88
  this[o] = __cssModules[o];
89
89
  }
90
90
  }
91
- var tallStorage = /* @__PURE__ */ function() {
91
+ var tallStorage = /* @__PURE__ */ (function() {
92
92
  return __component__.exports;
93
- }();
93
+ })();
94
94
 
95
95
  export { tallStorage as default };
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-input",
3
3
  "type": "module",
4
- "version": "2.25.0",
4
+ "version": "2.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": "~2.25.0",
12
- "@opentinyvue/vue-button": "~2.25.0",
13
- "@opentinyvue/vue-common": "~2.25.0",
14
- "@opentinyvue/vue-dialog-box": "~2.25.0",
15
- "@opentinyvue/vue-icon": "~2.25.0",
16
- "@opentinyvue/vue-renderless": "~3.25.0",
17
- "@opentinyvue/vue-theme": "~3.25.0",
18
- "@opentinyvue/vue-tooltip": "~2.25.0"
11
+ "@opentinyvue/vue-directive": "~2.26.0",
12
+ "@opentinyvue/vue-button": "~2.26.0",
13
+ "@opentinyvue/vue-common": "~2.26.0",
14
+ "@opentinyvue/vue-dialog-box": "~2.26.0",
15
+ "@opentinyvue/vue-icon": "~2.26.0",
16
+ "@opentinyvue/vue-renderless": "~3.26.0",
17
+ "@opentinyvue/vue-theme": "~3.26.0",
18
+ "@opentinyvue/vue-tooltip": "~2.26.0"
19
19
  },
20
20
  "types": "index.d.ts",
21
21
  "scripts": {