Socket
Socket
Sign inDemoInstall

@opentiny/vue-picker

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-picker - npm Package Compare versions

Comparing version 2.15.0 to 2.16.0

10

lib/index.js

@@ -479,7 +479,7 @@ import { defineComponent, directive, setup, $prefix, $props, $setup } from '@opentiny/vue-common';

var classes = {
"input-label": "text-color-text-placeholder text-xs mr-2 inline-block text-left max-w-[100px] truncate",
"input-label": "text-color-text-placeholder text-xs sm:text-sm mr-2 inline-block text-left max-w-[100px] truncate",
"range-editor": "bg-color-bg-1 relative inline-flex items-center py-1 sm:px-3 border-0 sm:border border-color-border hover:border-color-border-hover rounded mt-0.5",
"range-input": "appearance-none border-none outline-0 p-0 w-[35%] text-color-text-primary focus:border-color-brand-focus disabled:border-color-border placeholder:text-color-text-placeholder disabled:cursor-not-allowed text-sm sm:placeholder:text-xs sm:text-xs h-full m-0 truncate disabled:text-color-icon-placeholder disabled:bg-transparent sm:disabled:bg-color-border-disabled",
"range-input": "appearance-none border-none outline-0 p-0 w-[35%] text-color-text-primary focus:border-color-brand-focus disabled:border-color-border placeholder:text-color-text-placeholder disabled:cursor-not-allowed text-sm sm:placeholder:text-sm sm:text-sm h-full m-0 truncate disabled:text-color-icon-placeholder disabled:bg-transparent sm:disabled:bg-color-border-disabled",
"datetimerange": "w-full sm:w-96 sm:max-w-full",
"range-separator": "px-1 leading-5 w-[12%] text-color-text-primary text-xs h-full m-0",
"range-separator": "px-1 leading-5 w-[12%] text-color-text-primary text-xs sm:text-sm h-full m-0",
"close-icon": "absolute right-1.5 text-base w-6 float-right leading-8 mr-5 flex justify-center items-center cursor-pointer",

@@ -602,3 +602,3 @@ "suffix": "absolute top-1/2 -translate-y-2/4 transition-all duration-300 text-center text-color-text-secondary flex items-center right-2 pointer-events-none z-[1]",

tag: "component",
class: !_vm.state.isDisplayOnly && _vm.state.pickerDisabled ? "fill-color-icon-placeholder sm:fill-color-icon-secondary" : "fill-color-icon-secondary sm:fill-color-text-placeholder",
class: !_vm.state.isDisplayOnly && _vm.state.pickerDisabled ? "fill-color-icon-placeholder sm:fill-color-icon-disabled" : "fill-color-icon-secondary sm:fill-color-text-placeholder",
attrs: {

@@ -889,3 +889,3 @@ "custom-class": "h-5 w-5 sm:h-4 sm:w-4"

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

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

@@ -207,7 +207,7 @@ import { renderless, api } from '@opentiny/vue-renderless/picker/vue';

var classes = {
"input-label": "text-color-text-placeholder text-xs mr-2 inline-block text-left max-w-[100px] truncate",
"input-label": "text-color-text-placeholder text-xs sm:text-sm mr-2 inline-block text-left max-w-[100px] truncate",
"range-editor": "bg-color-bg-1 relative inline-flex items-center py-1 sm:px-3 border-0 sm:border border-color-border hover:border-color-border-hover rounded mt-0.5",
"range-input": "appearance-none border-none outline-0 p-0 w-[35%] text-color-text-primary focus:border-color-brand-focus disabled:border-color-border placeholder:text-color-text-placeholder disabled:cursor-not-allowed text-sm sm:placeholder:text-xs sm:text-xs h-full m-0 truncate disabled:text-color-icon-placeholder disabled:bg-transparent sm:disabled:bg-color-border-disabled",
"range-input": "appearance-none border-none outline-0 p-0 w-[35%] text-color-text-primary focus:border-color-brand-focus disabled:border-color-border placeholder:text-color-text-placeholder disabled:cursor-not-allowed text-sm sm:placeholder:text-sm sm:text-sm h-full m-0 truncate disabled:text-color-icon-placeholder disabled:bg-transparent sm:disabled:bg-color-border-disabled",
"datetimerange": "w-full sm:w-96 sm:max-w-full",
"range-separator": "px-1 leading-5 w-[12%] text-color-text-primary text-xs h-full m-0",
"range-separator": "px-1 leading-5 w-[12%] text-color-text-primary text-xs sm:text-sm h-full m-0",
"close-icon": "absolute right-1.5 text-base w-6 float-right leading-8 mr-5 flex justify-center items-center cursor-pointer",

@@ -330,3 +330,3 @@ "suffix": "absolute top-1/2 -translate-y-2/4 transition-all duration-300 text-center text-color-text-secondary flex items-center right-2 pointer-events-none z-[1]",

tag: "component",
class: !_vm.state.isDisplayOnly && _vm.state.pickerDisabled ? "fill-color-icon-placeholder sm:fill-color-icon-secondary" : "fill-color-icon-secondary sm:fill-color-text-placeholder",
class: !_vm.state.isDisplayOnly && _vm.state.pickerDisabled ? "fill-color-icon-placeholder sm:fill-color-icon-disabled" : "fill-color-icon-secondary sm:fill-color-text-placeholder",
attrs: {

@@ -333,0 +333,0 @@ "custom-class": "h-5 w-5 sm:h-4 sm:w-4"

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

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

"dependencies": {
"@opentiny/vue-common": "~2.15.0",
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-input": "~2.15.0",
"@opentiny/vue-date-panel": "~2.15.0",
"@opentiny/vue-date-range": "~2.15.0",
"@opentiny/vue-month-range": "~2.15.0",
"@opentiny/vue-quarter-panel": "~2.15.0",
"@opentiny/vue-time": "~2.15.0",
"@opentiny/vue-time-range": "~2.15.0",
"@opentiny/vue-time-panel": "~2.15.0",
"@opentiny/vue-year-range": "~2.15.0",
"@opentiny/vue-tooltip": "~2.15.0",
"@opentiny/vue-filter-box": "~2.15.0",
"@opentiny/vue-date-picker-mobile-first": "~2.15.0",
"@opentiny/vue-time-picker-mobile": "~2.15.0",
"@opentiny/vue-icon": "~2.15.0",
"@opentiny/vue-theme": "~3.15.0"
"@opentiny/vue-common": "~2.16.0",
"@opentiny/vue-renderless": "~3.16.0",
"@opentiny/vue-input": "~2.16.0",
"@opentiny/vue-date-panel": "~2.16.0",
"@opentiny/vue-date-range": "~2.16.0",
"@opentiny/vue-month-range": "~2.16.0",
"@opentiny/vue-quarter-panel": "~2.16.0",
"@opentiny/vue-time": "~2.16.0",
"@opentiny/vue-time-range": "~2.16.0",
"@opentiny/vue-time-panel": "~2.16.0",
"@opentiny/vue-year-range": "~2.16.0",
"@opentiny/vue-tooltip": "~2.16.0",
"@opentiny/vue-filter-box": "~2.16.0",
"@opentiny/vue-date-picker-mobile-first": "~2.16.0",
"@opentiny/vue-time-picker-mobile": "~2.16.0",
"@opentiny/vue-icon": "~2.16.0",
"@opentiny/vue-theme": "~3.16.0"
},

@@ -29,0 +29,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