@opentiny/vue-numeric
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -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", |
@@ -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; |
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
42282
12
1231
+ Added@opentiny/vue-common@2.15.0(transitive)
+ Added@opentiny/vue-filter-box@2.15.0(transitive)
+ Added@opentiny/vue-filter-panel@2.15.0(transitive)
+ Added@opentiny/vue-icon@2.15.0(transitive)
+ Added@opentiny/vue-locale@2.15.0(transitive)
+ Added@opentiny/vue-popover@2.15.0(transitive)
+ Added@opentiny/vue-radio@2.15.0(transitive)
+ Added@opentiny/vue-radio-button@2.15.0(transitive)
+ Added@opentiny/vue-radio-group@2.15.0(transitive)
+ Added@opentiny/vue-renderless@3.15.1(transitive)
+ Added@opentiny/vue-tag@2.15.0(transitive)
+ Added@opentiny/vue-theme@3.15.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.15.0(transitive)
+ Added@opentiny/vue-tooltip@2.15.0(transitive)
- Removed@opentiny/vue-common@2.14.0(transitive)
- Removed@opentiny/vue-filter-box@2.14.0(transitive)
- Removed@opentiny/vue-filter-panel@2.14.0(transitive)
- Removed@opentiny/vue-icon@2.14.0(transitive)
- Removed@opentiny/vue-locale@2.14.0(transitive)
- Removed@opentiny/vue-popover@2.14.0(transitive)
- Removed@opentiny/vue-radio@2.14.0(transitive)
- Removed@opentiny/vue-radio-button@2.14.0(transitive)
- Removed@opentiny/vue-radio-group@2.14.0(transitive)
- Removed@opentiny/vue-renderless@3.14.1(transitive)
- Removed@opentiny/vue-tag@2.14.0(transitive)
- Removed@opentiny/vue-theme@3.14.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.14.2(transitive)
- Removed@opentiny/vue-tooltip@2.14.0(transitive)
Updated@opentiny/vue-common@~2.15.0
Updated@opentiny/vue-icon@~2.15.0
Updated@opentiny/vue-radio@~2.15.0
Updated@opentiny/vue-tag@~2.15.0
Updated@opentiny/vue-theme@~3.15.0