@opentinyvue/vue-input 3.24.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.
@@ -167,7 +167,7 @@ var _hoisted_10 = {
167
167
  class: "h-full inline-flex items-center text-xs sm:text-sm text-color-text-placeholder"
168
168
  };
169
169
  var _hoisted_11 = {
170
- class: "bg-color-bg-1 leading-none inline-block"
170
+ class: "bg-color-bg-1 leading-none inline-block text-xs"
171
171
  };
172
172
  var _hoisted_12 = {
173
173
  key: 4,
@@ -192,7 +192,7 @@ var _hoisted_17 = ["tabindex", "disabled", "readonly", "unselectable", "autocomp
192
192
  var _hoisted_18 = {
193
193
  key: 2,
194
194
  "data-tag": "tiny-input-limit",
195
- class: "bg-color-bg-1 text-color-text-placeholder text-xs sm:text-sm absolute bottom-1 right-3"
195
+ class: "text-color-text-placeholder text-xs leading-5 absolute bottom-0 right-3"
196
196
  };
197
197
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
198
198
  var _component_tiny_tooltip = resolveComponent("tiny-tooltip");
@@ -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() {
@@ -433,7 +434,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
433
434
  "span",
434
435
  {
435
436
  ref: "textBox",
436
- class: normalizeClass(["text-box max-w-full break-words line-clamp-5 text-sm text-color-text-primary before:content-[''] before:float-right before:h-full before:-mb-4", [_ctx.state.inputSizeMf !== "mini" ? "sm:text-sm" : "sm:text-xs", _ctx.hoverExpand && "relative left-0 max-w-full leading-normal line-clamp-1", _ctx.autosize ? "left-0 max-w-full break-words whitespace-pre-line leading-normal" : "left-0 max-w-full text-ellipsis overflow-hidden break-words whitespace-pre-wrap line-clamp-5"]]),
437
+ class: normalizeClass(["text-box max-w-full break-words line-clamp-5 text-sm text-color-text-primary before:content-[''] before:float-right before:h-full before:-mb-4", [_ctx.state.inputSizeMf !== "mini" ? "sm:text-sm" : "sm:text-xs", _ctx.hoverExpand && "relative left-0 max-w-full leading-5 line-clamp-1", _ctx.autosize ? "left-0 max-w-full break-words whitespace-pre-line leading-5" : "left-0 max-w-full text-ellipsis overflow-hidden break-words whitespace-pre-wrap line-clamp-5"]]),
437
438
  onClick: _cache[14] || (_cache[14] = function($event) {
438
439
  return _ctx.state.showDisplayOnlyBox = true;
439
440
  })
@@ -498,7 +499,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
498
499
  ref: "textarea"
499
500
  }, _ctx.a(_ctx.$attrs, ["type", "class", "style", "^on[A-Z]"]), {
500
501
  tabindex: _ctx.tabindex,
501
- class: ["block w-full border-0 sm:border-solid sm:border-color-border sm:hover:border-color-border-hover sm:focus:border-color-brand-focus sm:disabled:border-color-border outline-0 rounded placeholder:text-color-text-placeholder placeholder:text-sm sm:disabled:placeholder:text-color-text-disabled text-sm text-color-text-primary bg-color-bg-1 disabled:cursor-not-allowed disabled:text-color-text-disabled sm:disabled:text-color-text-disabled sm:disabled:bg-color-bg-6", [_ctx.readonly ? "sm:border-0 px-0 py-0" : "sm:border px-3 ", _ctx.state.isDisplayOnly ? "hidden" : "", _ctx.state.inputSizeMf !== "mini" ? "sm:placeholder:text-sm sm:text-sm" : "sm:placeholder:text-xs sm:text-xs", _ctx.hoverExpand && "min-w-40 absolute h-7 z-[2000] top-0 left-0", _ctx.hoverExpand && _ctx.state.enteredTextarea ? "py-2 leading-normal" : "py-0 leading-[1.625rem]", _ctx.hoverExpand && !_ctx.state.enteredTextarea && "min-h-7 px-2 leading-7 overflow-hidden"]],
502
+ class: ["block w-full border-0 sm:border-solid sm:border-color-border sm:hover:border-color-border-hover sm:focus:border-color-brand-focus sm:disabled:border-color-border outline-0 rounded placeholder:text-color-text-placeholder placeholder:text-sm sm:disabled:placeholder:text-color-text-disabled text-sm text-color-text-primary bg-color-bg-1 disabled:cursor-not-allowed disabled:text-color-text-disabled sm:disabled:text-color-text-disabled sm:disabled:bg-color-bg-6", [_ctx.readonly ? "sm:border-0 px-0 py-0" : "sm:border px-3 ", _ctx.state.isDisplayOnly ? "hidden" : "", _ctx.state.inputSizeMf !== "mini" ? "sm:placeholder:text-sm sm:text-sm" : "sm:placeholder:text-xs sm:text-xs", _ctx.hoverExpand && "min-w-40 absolute h-7 z-[2000] top-0 left-0", _ctx.hoverExpand && _ctx.state.enteredTextarea ? "py-2 leading-normal" : "py-0 leading-5.5", _ctx.hoverExpand && !_ctx.state.enteredTextarea && "min-h-7 px-2 leading-7 overflow-hidden"]],
502
503
  onCompositionstart: _cache[18] || (_cache[18] = function() {
503
504
  return _ctx.handleCompositionStart && _ctx.handleCompositionStart.apply(_ctx, arguments);
504
505
  }),
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.24.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.24.0",
12
- "@opentinyvue/vue-button": "~3.24.0",
13
- "@opentinyvue/vue-common": "~3.24.0",
14
- "@opentinyvue/vue-dialog-box": "~3.24.0",
15
- "@opentinyvue/vue-icon": "~3.24.0",
16
- "@opentinyvue/vue-renderless": "~3.24.0",
17
- "@opentinyvue/vue-theme": "~3.24.0",
18
- "@opentinyvue/vue-tooltip": "~3.24.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": {