tsv2-library 1.0.61-alpha.79 → 1.0.61-alpha.80
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.
package/dist/tsv2-library.es.js
CHANGED
|
@@ -63134,6 +63134,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
63134
63134
|
}
|
|
63135
63135
|
],
|
|
63136
63136
|
"input-id": inputNumberId.value,
|
|
63137
|
+
"input-props": { autocomplete: "off" },
|
|
63137
63138
|
locale: _ctx.locale ?? unref(getUserLocale)(),
|
|
63138
63139
|
"model-value": field2.value,
|
|
63139
63140
|
placeholder: _ctx.autoResize ? "" : inputPlaceholder.value,
|
|
@@ -72483,6 +72484,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
72483
72484
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => rawValue.value = $event),
|
|
72484
72485
|
class: unref(Preset$1).inputnumber({ isFirefoxBased: unref(isFirefoxBased), invalidInput: invalidInput.value }).class,
|
|
72485
72486
|
disabled: props.disabled,
|
|
72487
|
+
"input-props": { autocomplete: "off" },
|
|
72486
72488
|
"use-grouping": false,
|
|
72487
72489
|
onInput: grabValue,
|
|
72488
72490
|
"data-ts-section": "inputnumber",
|
|
@@ -72545,6 +72547,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
72545
72547
|
var _a;
|
|
72546
72548
|
return [
|
|
72547
72549
|
createVNode(unref(script$D), mergeProps(_ctx.$props, {
|
|
72550
|
+
"input-props": { autocomplete: "off" },
|
|
72548
72551
|
"model-value": (_a = field2.value) == null ? void 0 : _a[0],
|
|
72549
72552
|
placeholder: _ctx.minPlaceholder,
|
|
72550
72553
|
"use-grouping": false,
|
|
@@ -72562,6 +72565,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
72562
72565
|
var _a;
|
|
72563
72566
|
return [
|
|
72564
72567
|
createVNode(unref(script$D), mergeProps(_ctx.$props, {
|
|
72568
|
+
"input-props": { autocomplete: "off" },
|
|
72565
72569
|
"model-value": (_a = field2.value) == null ? void 0 : _a[1],
|
|
72566
72570
|
placeholder: _ctx.maxPlaceholder,
|
|
72567
72571
|
"use-grouping": false,
|