Socket
Socket
Sign inDemoInstall

@opentiny/vue-input

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-input - npm Package Compare versions

Comparing version 2.6.1 to 2.6.6

16

lib/index.js

@@ -18,2 +18,10 @@ 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 "../../vueComponentNormalizer-de5b7a1c.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 +93,10 @@ if ("mobile" === (process.env.TINY_MODE || mode))

},
ellipsis: {
type: Boolean,
default: false
},
contentStyle: {
type: Object,
default: {}
},
isSelect: {

@@ -87,0 +103,0 @@ type: Boolean,

9

lib/mobile.js

@@ -69,3 +69,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) {

@@ -214,3 +214,4 @@ return _setup({

"menus": _vm.selectMenu,
"ellipsis": "",
"ellipsis": _vm.ellipsis,
"contentStyle": _vm.contentStyle,
"visible": _vm.state.boxVisibility

@@ -269,7 +270,7 @@ },

}
var mobile = /* @__PURE__ */ function() {
var MobileTemplate = /* @__PURE__ */ function() {
return __component__.exports;
}();
export {
mobile as default
MobileTemplate as default
};

@@ -287,7 +287,7 @@ import { renderless as renderless$1, api as api$1 } from "@opentiny/vue-renderless/input/vue";

}
var pc = /* @__PURE__ */ function() {
var PcTemplate = /* @__PURE__ */ function() {
return __component__.exports;
}();
export {
pc as default
PcTemplate as default
};
{
"name": "@opentiny/vue-input",
"version": "2.6.1",
"version": "2.6.6",
"description": "",
"main": "./lib/index.js",
"dependencies": {
"@opentiny/vue-action-sheet": "~2.6.1",
"@opentiny/vue-common": "~2.6.1",
"@opentiny/vue-icon": "~2.6.1",
"@opentiny/vue-renderless": "~3.6.1"
"@opentiny/vue-action-sheet": "~2.6.6",
"@opentiny/vue-common": "~2.6.6",
"@opentiny/vue-icon": "~2.6.6",
"@opentiny/vue-renderless": "~3.6.6"
},

@@ -12,0 +12,0 @@ "license": "MIT",

@@ -49,2 +49,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api").Data, {}, {}, {

};
ellipsis: {
type: BooleanConstructor;
default: boolean;
};
contentStyle: {
type: ObjectConstructor;
default: {};
};
isSelect: {

@@ -95,2 +103,4 @@ type: BooleanConstructor;

tabindex: string;
ellipsis: boolean;
contentStyle: Record<string, any>;
_constants: Record<string, any>;

@@ -125,2 +135,4 @@ readonly: boolean;

tabindex: string;
ellipsis: boolean;
contentStyle: Record<string, any>;
_constants: Record<string, any>;

@@ -155,2 +167,4 @@ readonly: boolean;

tabindex: string;
ellipsis: boolean;
contentStyle: Record<string, any>;
_constants: Record<string, any>;

@@ -184,2 +198,4 @@ readonly: boolean;

tabindex: string;
ellipsis: boolean;
contentStyle: Record<string, any>;
_constants: Record<string, any>;

@@ -186,0 +202,0 @@ vertical: boolean;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc