@opentiny/vue-picker
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -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", |
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
67893
+ Added@opentiny/vue-action-sheet@2.16.0(transitive)
+ Added@opentiny/vue-button@2.16.0(transitive)
+ Added@opentiny/vue-cascader-select@2.16.0(transitive)
+ Added@opentiny/vue-common@2.16.0(transitive)
+ Added@opentiny/vue-date-panel@2.16.0(transitive)
+ Added@opentiny/vue-date-picker-mobile-first@2.16.0(transitive)
+ Added@opentiny/vue-date-range@2.16.0(transitive)
+ Added@opentiny/vue-date-table@2.16.0(transitive)
+ Added@opentiny/vue-drawer@2.16.0(transitive)
+ Added@opentiny/vue-filter-box@2.16.0(transitive)
+ Added@opentiny/vue-icon@2.16.0(transitive)
+ Added@opentiny/vue-input@2.16.0(transitive)
+ Added@opentiny/vue-locale@2.16.0(transitive)
+ Added@opentiny/vue-month-range@2.16.0(transitive)
+ Added@opentiny/vue-month-table@2.16.0(transitive)
+ Added@opentiny/vue-popup@2.16.0(transitive)
+ Added@opentiny/vue-quarter-panel@2.16.0(transitive)
+ Added@opentiny/vue-recycle-scroller@2.16.0(transitive)
+ Added@opentiny/vue-renderless@3.16.2(transitive)
+ Added@opentiny/vue-scrollbar@2.16.0(transitive)
+ Added@opentiny/vue-theme@3.16.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.16.0(transitive)
+ Added@opentiny/vue-time@2.16.0(transitive)
+ Added@opentiny/vue-time-panel@2.16.0(transitive)
+ Added@opentiny/vue-time-picker-mobile@2.16.0(transitive)
+ Added@opentiny/vue-time-range@2.16.0(transitive)
+ Added@opentiny/vue-time-spinner@2.16.0(transitive)
+ Added@opentiny/vue-tooltip@2.16.0(transitive)
+ Added@opentiny/vue-year-range@2.16.0(transitive)
+ Added@opentiny/vue-year-table@2.16.0(transitive)
- Removed@opentiny/vue-action-sheet@2.15.0(transitive)
- Removed@opentiny/vue-button@2.15.0(transitive)
- Removed@opentiny/vue-cascader-select@2.15.0(transitive)
- Removed@opentiny/vue-common@2.15.0(transitive)
- Removed@opentiny/vue-date-panel@2.15.0(transitive)
- Removed@opentiny/vue-date-picker-mobile-first@2.15.0(transitive)
- Removed@opentiny/vue-date-range@2.15.0(transitive)
- Removed@opentiny/vue-date-table@2.15.0(transitive)
- Removed@opentiny/vue-drawer@2.15.0(transitive)
- Removed@opentiny/vue-filter-box@2.15.0(transitive)
- Removed@opentiny/vue-icon@2.15.0(transitive)
- Removed@opentiny/vue-input@2.15.0(transitive)
- Removed@opentiny/vue-locale@2.15.0(transitive)
- Removed@opentiny/vue-month-range@2.15.0(transitive)
- Removed@opentiny/vue-month-table@2.15.0(transitive)
- Removed@opentiny/vue-popup@2.15.0(transitive)
- Removed@opentiny/vue-quarter-panel@2.15.0(transitive)
- Removed@opentiny/vue-recycle-scroller@2.15.0(transitive)
- Removed@opentiny/vue-renderless@3.15.1(transitive)
- Removed@opentiny/vue-scrollbar@2.15.0(transitive)
- Removed@opentiny/vue-theme@3.15.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.15.0(transitive)
- Removed@opentiny/vue-time@2.15.0(transitive)
- Removed@opentiny/vue-time-panel@2.15.0(transitive)
- Removed@opentiny/vue-time-picker-mobile@2.15.0(transitive)
- Removed@opentiny/vue-time-range@2.15.0(transitive)
- Removed@opentiny/vue-time-spinner@2.15.0(transitive)
- Removed@opentiny/vue-tooltip@2.15.0(transitive)
- Removed@opentiny/vue-year-range@2.15.0(transitive)
- Removed@opentiny/vue-year-table@2.15.0(transitive)
Updated@opentiny/vue-common@~2.16.0
Updated@opentiny/vue-icon@~2.16.0
Updated@opentiny/vue-input@~2.16.0
Updated@opentiny/vue-theme@~3.16.0
Updated@opentiny/vue-time@~2.16.0