Socket
Socket
Sign inDemoInstall

@opentiny/vue-numeric

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-numeric - npm Package Compare versions

Comparing version 2.14.0 to 2.15.0

5

lib/index.js

@@ -58,2 +58,5 @@ function _extends() {

},
emptyValue: {
default: void 0
},
circulate: Boolean,

@@ -179,3 +182,3 @@ controls: {

});
var version = "2.14.0";
var version = "2.15.0";
Numeric.model = {

@@ -182,0 +185,0 @@ prop: "modelValue",

20

lib/mobile-first.js

@@ -1,5 +0,6 @@

import { renderless, api } from "@opentiny/vue-renderless/numeric/vue";
import { defineComponent, directive, props, setup as _setup } from "@opentiny/vue-common";
import bind from "@opentiny/vue-renderless/common/deps/repeat-click";
import { iconChevronDown, iconChevronUp, iconMinus, iconPlus } from "@opentiny/vue-icon";
import { renderless, api } from '@opentiny/vue-renderless/numeric/vue';
import { defineComponent, directive, props, setup } from '@opentiny/vue-common';
import bind from '@opentiny/vue-renderless/common/deps/repeat-click';
import { iconChevronDown, iconChevronUp, iconMinus, iconPlus } from '@opentiny/vue-icon';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -97,6 +98,6 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

},
props: [].concat(props, ["step", "tabindex", "stepStrictly", "max", "min", "modelValue", "disabled", "size", "controls", "controlsPosition", "name", "label", "placeholder", "precision", "circulate", "mouseWheel", "validateEvent", "allowEmpty", "format", "unit", "stringMode", "holdZero", "plugin", "modelTruncation", "strictInput", "hideUnit", "unitCenter", "displayOnly", "changeCompat"]),
props: [].concat(props, ["step", "tabindex", "stepStrictly", "max", "min", "modelValue", "disabled", "size", "controls", "controlsPosition", "name", "label", "placeholder", "precision", "circulate", "mouseWheel", "validateEvent", "allowEmpty", "emptyValue", "format", "unit", "stringMode", "holdZero", "plugin", "modelTruncation", "strictInput", "hideUnit", "unitCenter", "displayOnly", "changeCompat"]),
emits: ["update:modelValue", "change", "blur", "focus"],
setup: function setup(props2, context) {
return _setup({
setup: function setup$1(props2, context) {
return setup({
props: props2,

@@ -247,4 +248,3 @@ context,

}();
export {
mobileFirst as default
};
export { mobileFirst as default };

@@ -1,6 +0,7 @@

import { renderless, api } from "@opentiny/vue-renderless/numeric/vue";
import { defineComponent, directive, props, setup as _setup } from "@opentiny/vue-common";
import bind from "@opentiny/vue-renderless/common/deps/repeat-click";
import { iconChevronDown, iconChevronUp, iconMinus, iconPlus } from "@opentiny/vue-icon";
import "@opentiny/vue-theme-mobile/numeric/index.css";
import { renderless, api } from '@opentiny/vue-renderless/numeric/vue';
import { defineComponent, directive, props, setup } from '@opentiny/vue-common';
import bind from '@opentiny/vue-renderless/common/deps/repeat-click';
import { iconChevronDown, iconChevronUp, iconMinus, iconPlus } from '@opentiny/vue-icon';
import '@opentiny/vue-theme-mobile/numeric/index.css';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -74,4 +75,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

emits: ["update:modelValue", "change", "blur", "focus"],
setup: function setup(props2, context) {
return _setup({
setup: function setup$1(props2, context) {
return setup({
props: props2,

@@ -197,4 +198,3 @@ context,

}();
export {
mobile as default
};
export { mobile as default };

@@ -1,10 +0,11 @@

import { renderless, api } from "@opentiny/vue-renderless/numeric/vue";
import { defineComponent, directive, props, setup as _setup } from "@opentiny/vue-common";
import bind from "@opentiny/vue-renderless/common/deps/repeat-click";
import { iconChevronDown, iconChevronUp, iconMinus, iconPlus } from "@opentiny/vue-icon";
import "@opentiny/vue-theme/numeric/index.css";
import FilterPanel from "@opentiny/vue-filter-panel";
import Radio from "@opentiny/vue-radio";
import RadioGroup from "@opentiny/vue-radio-group";
import Tag from "@opentiny/vue-tag";
import { renderless, api } from '@opentiny/vue-renderless/numeric/vue';
import { defineComponent, directive, props, setup } from '@opentiny/vue-common';
import bind from '@opentiny/vue-renderless/common/deps/repeat-click';
import { iconChevronDown, iconChevronUp, iconMinus, iconPlus } from '@opentiny/vue-icon';
import '@opentiny/vue-theme/numeric/index.css';
import FilterPanel from '@opentiny/vue-filter-panel';
import Radio from '@opentiny/vue-radio';
import RadioGroup from '@opentiny/vue-radio-group';
import Tag from '@opentiny/vue-tag';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -80,6 +81,6 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

},
props: [].concat(props, ["step", "tabindex", "stepStrictly", "max", "min", "modelValue", "disabled", "size", "controls", "controlsPosition", "name", "label", "placeholder", "precision", "circulate", "mouseWheel", "validateEvent", "allowEmpty", "format", "unit", "stringMode", "holdZero", "plugin", "modelTruncation", "strictInput", "hideUnit", "unitCenter", "displayOnly", "showLeft", "showEmptyValue", "title", "shape", "tip", "clearable", "filter", "blank", "changeCompat"]),
props: [].concat(props, ["step", "tabindex", "stepStrictly", "max", "min", "modelValue", "disabled", "size", "controls", "controlsPosition", "name", "label", "placeholder", "precision", "circulate", "mouseWheel", "validateEvent", "allowEmpty", "emptyValue", "format", "unit", "stringMode", "holdZero", "plugin", "modelTruncation", "strictInput", "hideUnit", "unitCenter", "displayOnly", "showLeft", "showEmptyValue", "title", "shape", "tip", "clearable", "filter", "blank", "changeCompat"]),
emits: ["update:modelValue", "change", "blur", "focus", "paste-error", "filter-change", "clear"],
setup: function setup(props2, context) {
return _setup({
setup: function setup$1(props2, context) {
return setup({
props: props2,

@@ -396,4 +397,3 @@ context,

}();
export {
pc as default
};
export { pc as default };
{
"name": "@opentiny/vue-numeric",
"version": "2.14.0",
"version": "2.15.0",
"description": "",

@@ -10,11 +10,11 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-common": "~2.14.0",
"@opentiny/vue-icon": "~2.14.0",
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-filter-panel": "~2.14.0",
"@opentiny/vue-radio": "~2.14.0",
"@opentiny/vue-radio-group": "~2.14.0",
"@opentiny/vue-tag": "~2.14.0",
"@opentiny/vue-theme-mobile": "~3.14.0",
"@opentiny/vue-theme": "~3.14.0"
"@opentiny/vue-common": "~2.15.0",
"@opentiny/vue-icon": "~2.15.0",
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-filter-panel": "~2.15.0",
"@opentiny/vue-radio": "~2.15.0",
"@opentiny/vue-radio-group": "~2.15.0",
"@opentiny/vue-tag": "~2.15.0",
"@opentiny/vue-theme-mobile": "~3.15.0",
"@opentiny/vue-theme": "~3.15.0"
},

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

@@ -37,2 +37,5 @@ export declare const $constants: {

};
emptyValue: {
default: undefined;
};
circulate: BooleanConstructor;

@@ -48,3 +51,3 @@ controls: {

disabled: BooleanConstructor;
format: (ObjectConstructor | StringConstructor)[];
format: (StringConstructor | ObjectConstructor)[];
hideUnit: {

@@ -51,0 +54,0 @@ type: BooleanConstructor;

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