Socket
Socket
Sign inDemoInstall

@opentiny/vue-picker

Package Overview
Dependencies
Maintainers
0
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.17.0 to 2.18.0

18

lib/index.js

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

"data-tag": "tiny-date-editor",
"readonly": _vm.state.isMobileScreen || !_vm.editable || _vm.readonly || _vm.state.type === "dates" || _vm.state.type === "week",
"readonly": _vm.state.isMobileMode || !_vm.editable || _vm.readonly || _vm.state.type === "dates" || _vm.state.type === "week",
"disabled": _vm.state.pickerDisabled,

@@ -599,3 +599,3 @@ "size": _vm.state.pickerSize,

}
}, [!_vm.state.isMobileScreen ? _c("transition", {
}, [!_vm.state.isMobileMode ? _c("transition", {
attrs: {

@@ -674,3 +674,3 @@ "name": "tiny-transition-icon-scale-in"

"disabled": _vm.state.pickerDisabled,
"readonly": _vm.state.isMobileScreen || !_vm.editable || _vm.readonly,
"readonly": _vm.state.isMobileMode || !_vm.editable || _vm.readonly,
"name": _vm.name && _vm.name[0],

@@ -707,3 +707,3 @@ "data-tag": "tiny-range-input"

"disabled": _vm.state.pickerDisabled,
"readonly": _vm.state.isMobileScreen || !_vm.editable || _vm.readonly,
"readonly": _vm.state.isMobileMode || !_vm.editable || _vm.readonly,
"name": _vm.name && _vm.name[1],

@@ -720,3 +720,3 @@ "data-tag": "tiny-range-input"

}
}, "input", _vm.state.secondInputId, false)), !_vm.state.isMobileScreen && _vm.state.haveTrigger ? _c("i", {
}, "input", _vm.state.secondInputId, false)), !_vm.state.isMobileMode && _vm.state.haveTrigger ? _c("i", {
class: _vm.gcls("close-icon"),

@@ -761,3 +761,3 @@ attrs: {

}
}, [_c("span", [_vm._v(_vm._s(_vm.state.displayValue && _vm.state.displayValue.join(" " + _vm.t("ui.datepicker.to") + " ")))])]) : _vm._e()], 2), !_vm.state.isMobileScreen ? _c(_vm.state.panel, {
}, [_c("span", [_vm._v(_vm._s(_vm.state.displayValue && _vm.state.displayValue.join(" " + _vm.t("ui.datepicker.to") + " ")))])]) : _vm._e()], 2), !_vm.state.isMobileMode ? _c(_vm.state.panel, {
ref: "picker",

@@ -776,3 +776,3 @@ tag: "component",

}
}) : _vm._e(), _vm.state.isMobileScreen && _vm.state.isDateMobileComponent ? _c("tiny-date-picker-mobile", {
}) : _vm._e(), _vm.state.isMobileMode && _vm.state.isDateMobileComponent ? _c("tiny-date-picker-mobile", {
ref: "datePickerMobile",

@@ -803,3 +803,3 @@ attrs: {

}
}) : _vm._e(), _vm.state.isMobileScreen && _vm.state.isTimeMobileComponent ? _c("tiny-time-picker-mobile", {
}) : _vm._e(), _vm.state.isMobileMode && _vm.state.isTimeMobileComponent ? _c("tiny-time-picker-mobile", {
ref: "datePickerMobile",

@@ -909,3 +909,3 @@ attrs: {

});
var version = "2.17.0";
var version = "2.18.0";
Picker.model = {

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

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

"data-tag": "tiny-date-editor",
"readonly": _vm.state.isMobileScreen || !_vm.editable || _vm.readonly || _vm.state.type === "dates" || _vm.state.type === "week",
"readonly": _vm.state.isMobileMode || !_vm.editable || _vm.readonly || _vm.state.type === "dates" || _vm.state.type === "week",
"disabled": _vm.state.pickerDisabled,

@@ -318,3 +318,3 @@ "size": _vm.state.pickerSize,

}
}, [!_vm.state.isMobileScreen ? _c("transition", {
}, [!_vm.state.isMobileMode ? _c("transition", {
attrs: {

@@ -393,3 +393,3 @@ "name": "tiny-transition-icon-scale-in"

"disabled": _vm.state.pickerDisabled,
"readonly": _vm.state.isMobileScreen || !_vm.editable || _vm.readonly,
"readonly": _vm.state.isMobileMode || !_vm.editable || _vm.readonly,
"name": _vm.name && _vm.name[0],

@@ -426,3 +426,3 @@ "data-tag": "tiny-range-input"

"disabled": _vm.state.pickerDisabled,
"readonly": _vm.state.isMobileScreen || !_vm.editable || _vm.readonly,
"readonly": _vm.state.isMobileMode || !_vm.editable || _vm.readonly,
"name": _vm.name && _vm.name[1],

@@ -439,3 +439,3 @@ "data-tag": "tiny-range-input"

}
}, "input", _vm.state.secondInputId, false)), !_vm.state.isMobileScreen && _vm.state.haveTrigger ? _c("i", {
}, "input", _vm.state.secondInputId, false)), !_vm.state.isMobileMode && _vm.state.haveTrigger ? _c("i", {
class: _vm.gcls("close-icon"),

@@ -480,3 +480,3 @@ attrs: {

}
}, [_c("span", [_vm._v(_vm._s(_vm.state.displayValue && _vm.state.displayValue.join(" " + _vm.t("ui.datepicker.to") + " ")))])]) : _vm._e()], 2), !_vm.state.isMobileScreen ? _c(_vm.state.panel, {
}, [_c("span", [_vm._v(_vm._s(_vm.state.displayValue && _vm.state.displayValue.join(" " + _vm.t("ui.datepicker.to") + " ")))])]) : _vm._e()], 2), !_vm.state.isMobileMode ? _c(_vm.state.panel, {
ref: "picker",

@@ -495,3 +495,3 @@ tag: "component",

}
}) : _vm._e(), _vm.state.isMobileScreen && _vm.state.isDateMobileComponent ? _c("tiny-date-picker-mobile", {
}) : _vm._e(), _vm.state.isMobileMode && _vm.state.isDateMobileComponent ? _c("tiny-date-picker-mobile", {
ref: "datePickerMobile",

@@ -522,3 +522,3 @@ attrs: {

}
}) : _vm._e(), _vm.state.isMobileScreen && _vm.state.isTimeMobileComponent ? _c("tiny-time-picker-mobile", {
}) : _vm._e(), _vm.state.isMobileMode && _vm.state.isTimeMobileComponent ? _c("tiny-time-picker-mobile", {
ref: "datePickerMobile",

@@ -525,0 +525,0 @@ attrs: {

{
"name": "@opentiny/vue-picker",
"version": "2.17.0",
"version": "2.18.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~2.17.0",
"@opentiny/vue-renderless": "~3.17.0",
"@opentiny/vue-input": "~2.17.0",
"@opentiny/vue-date-panel": "~2.17.0",
"@opentiny/vue-date-range": "~2.17.0",
"@opentiny/vue-month-range": "~2.17.0",
"@opentiny/vue-quarter-panel": "~2.17.0",
"@opentiny/vue-time": "~2.17.0",
"@opentiny/vue-time-range": "~2.17.0",
"@opentiny/vue-time-panel": "~2.17.0",
"@opentiny/vue-year-range": "~2.17.0",
"@opentiny/vue-tooltip": "~2.17.0",
"@opentiny/vue-filter-box": "~2.17.0",
"@opentiny/vue-date-picker-mobile-first": "~2.17.0",
"@opentiny/vue-time-picker-mobile": "~2.17.0",
"@opentiny/vue-icon": "~2.17.0",
"@opentiny/vue-theme": "~3.17.0"
"@opentiny/vue-common": "~2.18.0",
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-input": "~2.18.0",
"@opentiny/vue-date-panel": "~2.18.0",
"@opentiny/vue-date-range": "~2.18.0",
"@opentiny/vue-month-range": "~2.18.0",
"@opentiny/vue-quarter-panel": "~2.18.0",
"@opentiny/vue-time": "~2.18.0",
"@opentiny/vue-time-range": "~2.18.0",
"@opentiny/vue-time-panel": "~2.18.0",
"@opentiny/vue-year-range": "~2.18.0",
"@opentiny/vue-tooltip": "~2.18.0",
"@opentiny/vue-filter-box": "~2.18.0",
"@opentiny/vue-date-picker-mobile-first": "~2.18.0",
"@opentiny/vue-time-picker-mobile": "~2.18.0",
"@opentiny/vue-icon": "~2.18.0",
"@opentiny/vue-theme": "~3.18.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