@opentiny/vue-input
Advanced tools
Comparing version 3.6.1 to 3.6.6
@@ -18,2 +18,11 @@ function _extends() { | ||
import MobileTemplate from "./mobile.js"; | ||
import "@opentiny/vue-renderless/input/vue"; | ||
import "@opentiny/vue-renderless/tall-storage/vue"; | ||
import "@opentiny/vue-theme/tall-storage/index.css"; | ||
import "vue"; | ||
import "../../_plugin-vue_export-helper-cfc4284c.mjs"; | ||
import "@opentiny/vue-icon"; | ||
import "@opentiny/vue-theme/input/index.css"; | ||
import "@opentiny/vue-action-sheet"; | ||
import "@opentiny/vue-theme-mobile/input/index.css"; | ||
var template = function template2(mode) { | ||
@@ -85,2 +94,10 @@ if ("mobile" === (process.env.TINY_MODE || mode)) | ||
}, | ||
ellipsis: { | ||
type: Boolean, | ||
default: false | ||
}, | ||
contentStyle: { | ||
type: Object, | ||
default: {} | ||
}, | ||
isSelect: { | ||
@@ -87,0 +104,0 @@ type: Boolean, |
@@ -61,3 +61,3 @@ import { renderless, api } from "@opentiny/vue-renderless/input/vue"; | ||
}, | ||
props: [].concat(props, ["name", "form", "selectMenu", "labelWidth", "mobileTips", "isSelect", "type", "label", "modelValue", "disabled", "readonly", "clearable", "maxlength", "suffixIcon", "prefixIcon", "autocomplete", "showPassword", "validateEvent", "showWordLimit", "showTitle", "textareaTitle", "counter", "autosize", "tabindex"]), | ||
props: [].concat(props, ["name", "form", "selectMenu", "ellipsis", "contentStyle", "labelWidth", "mobileTips", "isSelect", "type", "label", "modelValue", "disabled", "readonly", "clearable", "maxlength", "suffixIcon", "prefixIcon", "autocomplete", "showPassword", "validateEvent", "showWordLimit", "showTitle", "textareaTitle", "counter", "autosize", "tabindex"]), | ||
setup: function setup(props2, context) { | ||
@@ -304,3 +304,4 @@ return _setup({ | ||
menus: _ctx.selectMenu, | ||
ellipsis: "", | ||
ellipsis: _ctx.ellipsis, | ||
contentStyle: _ctx.contentStyle, | ||
visible: _ctx.state.boxVisibility, | ||
@@ -310,3 +311,3 @@ "onUpdate:visible": _cache[19] || (_cache[19] = function($event) { | ||
}) | ||
}, null, 8, ["modelValue", "menus", "visible"])]), _ctx.mobileTips ? (openBlock(), createElementBlock( | ||
}, null, 8, ["modelValue", "menus", "ellipsis", "contentStyle", "visible"])]), _ctx.mobileTips ? (openBlock(), createElementBlock( | ||
"div", | ||
@@ -359,3 +360,3 @@ _hoisted_12, | ||
"aria-label": _ctx.label | ||
}), "\n ", 16, _hoisted_15)) : createCommentVNode("v-if", true), _ctx.state.isWordLimitVisible && _ctx.type === "textarea" ? (openBlock(), createElementBlock( | ||
}), "\n ", 16, _hoisted_15)) : createCommentVNode("v-if", true), _ctx.state.isWordLimitVisible && _ctx.type === "textarea" ? (openBlock(), createElementBlock( | ||
"span", | ||
@@ -371,5 +372,5 @@ _hoisted_16, | ||
} | ||
var mobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var MobileTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
mobile as default | ||
MobileTemplate as default | ||
}; |
@@ -345,5 +345,5 @@ import { renderless as renderless$1, api as api$1 } from "@opentiny/vue-renderless/input/vue"; | ||
} | ||
var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var PcTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
pc as default | ||
PcTemplate as default | ||
}; |
{ | ||
"name": "@opentiny/vue-input", | ||
"version": "3.6.1", | ||
"version": "3.6.6", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-action-sheet": "~3.6.1", | ||
"@opentiny/vue-common": "~3.6.1", | ||
"@opentiny/vue-icon": "~3.6.1", | ||
"@opentiny/vue-renderless": "~3.6.1" | ||
"@opentiny/vue-action-sheet": "~3.6.6", | ||
"@opentiny/vue-common": "~3.6.6", | ||
"@opentiny/vue-icon": "~3.6.6", | ||
"@opentiny/vue-renderless": "~3.6.6" | ||
}, | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
@@ -49,2 +49,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
}; | ||
ellipsis: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
contentStyle: { | ||
type: ObjectConstructor; | ||
default: {}; | ||
}; | ||
isSelect: { | ||
@@ -141,2 +149,10 @@ type: BooleanConstructor; | ||
}; | ||
ellipsis: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
contentStyle: { | ||
type: ObjectConstructor; | ||
default: {}; | ||
}; | ||
isSelect: { | ||
@@ -187,2 +203,4 @@ type: BooleanConstructor; | ||
disabled: boolean; | ||
ellipsis: boolean; | ||
contentStyle: Record<string, any>; | ||
_constants: Record<string, any>; | ||
@@ -189,0 +207,0 @@ readonly: boolean; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47589
1191