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.15.0 to 2.16.0

2

lib/index.js

@@ -181,3 +181,3 @@ function _extends() {

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

@@ -184,0 +184,0 @@ prop: "modelValue",

@@ -63,3 +63,3 @@ import { renderless, api } from '@opentiny/vue-renderless/numeric/vue';

"numeric_display_none": "hidden",
"numeric_size": "sm:w-full sm:h-7 sm:text-xs",
"numeric_size": "sm:w-full sm:h-7 sm:text-sm",
"numeric_medium": "sm:w-full sm:h-8 sm:text-sm",

@@ -78,5 +78,5 @@ "numeric_decrease": "absolute z-10 text-center cursor-pointer left-0 flex items-center justify-center bg-color-bg-3 active:bg-color-border-separator focus:bg-border-separator sm:bg-inherit sm:active:bg-inherit sm:focus:bg-inherit w-7 h-full leading-7 border-r-0.5 border-color-border-separator rounded-l sm:border-0",

"numeric_input-default-num": "px-8 sm:px-9 sm:w-full",
"numeric_input-active": "border-0.5 sm:border border-solid rounded border-color-border-separator sm:border-color-border ",
"numeric_input-disabled": "bg-inherit sm:bg-color-bg-3 cursor-not-allowed sm:border border-0.5 border-solid rounded border-color-text-disabled text-color-text-disabled",
"numeric_input_inner": "w-full z-10 leading-7 sm:text-xs inline-block overflow-hidden outline-0",
"numeric_input-active": "border-0.5 sm:border border-solid rounded border-color-border-separator sm:border-color-border text-color-text-primary",
"numeric_input-disabled": "bg-inherit sm:bg-color-bg-6 sm:[&_input]:bg-transparent cursor-not-allowed sm:border border-0.5 border-solid rounded border-color-border-separator text-color-text-disabled sm:text-color-text-secondary",
"numeric_input_inner": "w-full z-10 leading-7 sm:text-sm inline-block overflow-hidden outline-0",
"numeric-text-center": "text-center",

@@ -86,3 +86,3 @@ "numeric-text-left": "text-left",

"numeric_input_inner_medium": "sm:leading-8 text-sm sm:text-sm",
"numeric_input_inner_disabled": "bg-color-bg-1 sm:bg-color-bg-3"
"numeric_input_inner_disabled": "bg-color-bg-1 sm:bg-color-bg-6"
};

@@ -226,3 +226,3 @@ var __vue2_script = defineComponent({

staticClass: "sm:leading-normal text-color-text-primary",
class: _vm.state.inputSize === "medium" ? "text-sm" : "text-xs",
class: _vm.state.inputSize !== "mini" ? "text-sm" : "text-xs",
attrs: {

@@ -234,3 +234,3 @@ "data-tag": "numeric-display-only"

}, [_vm._v(_vm._s(_vm.unit))]) : _vm._e()]) : _vm._e(), _vm.unit && !_vm.hideUnit && !_vm.state.isDisplayOnly ? _c("div", {
class: ["h-0 right-0 flex text-xs items-center shrink-0", _vm.unit ? "ml-2" : ""],
class: ["h-0 right-0 flex text-xs sm:text-sm items-center shrink-0", _vm.unit ? "ml-2" : ""],
attrs: {

@@ -237,0 +237,0 @@ "data-tag": "numeric-unit"

{
"name": "@opentiny/vue-numeric",
"version": "2.15.0",
"version": "2.16.0",
"description": "",

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

"dependencies": {
"@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"
"@opentiny/vue-common": "~2.16.0",
"@opentiny/vue-icon": "~2.16.0",
"@opentiny/vue-renderless": "~3.16.0",
"@opentiny/vue-filter-panel": "~2.16.0",
"@opentiny/vue-radio": "~2.16.0",
"@opentiny/vue-radio-group": "~2.16.0",
"@opentiny/vue-tag": "~2.16.0",
"@opentiny/vue-theme-mobile": "~3.16.0",
"@opentiny/vue-theme": "~3.16.0"
},

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

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