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.16.0 to 2.17.0

70

lib/index.js

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

import YearRange from '@opentiny/vue-year-range';
import TimePicker from '@opentiny/vue-time';
import Time from '@opentiny/vue-time';
import TimeRange from '@opentiny/vue-time-range';

@@ -234,3 +234,3 @@ import QuarterPanel from '@opentiny/vue-quarter-panel';

YearRangePanel: YearRange,
TimePanel: TimePicker,
TimePanel: Time,
TimeRangePanel: TimeRange,

@@ -253,5 +253,8 @@ QuarterPanel,

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -274,5 +277,8 @@ attrs: {

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -358,5 +364,8 @@ staticClass: "tiny-date-editor",

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -508,5 +517,8 @@ staticClass: "tiny-date-editor tiny-range-editor tiny-input tiny-input__inner",

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -529,5 +541,8 @@ attrs: {

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -622,5 +637,8 @@ attrs: {

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -749,3 +767,2 @@ class: _vm.m(_vm.gcls("range-editor"), _vm.gcls(_vm.state.type), _vm.state.pickerVisible && _vm.gcls("is-active"), !_vm.state.isDisplayOnly && _vm.state.pickerDisabled && _vm.gcls("is-disabled"), _vm.state.isDisplayOnly && _vm.gcls("is-display-only")),

tag: "component",
staticClass: "tiny-tw",
attrs: {

@@ -791,2 +808,3 @@ "step": _vm.step,

attrs: {
"default-value": _vm.state.timeMobileOption.defaultValue,
"title": _vm.title,

@@ -842,3 +860,3 @@ "clearable": _vm.clearable,

YearRangePanel: YearRange,
TimePanel: TimePicker,
TimePanel: Time,
TimeRangePanel: TimeRange,

@@ -862,14 +880,10 @@ TimeSelect: TimePanel

function _extends() {
_extends = Object.assign ? Object.assign.bind() : function(target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
return _extends = Object.assign ? Object.assign.bind() : function(n) {
for (var e = 1; e < arguments.length; e++) {
var t = arguments[e];
for (var r in t)
({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
}
return target;
};
return _extends.apply(this, arguments);
return n;
}, _extends.apply(null, arguments);
}

@@ -899,3 +913,3 @@ var template = function template2(mode) {

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

@@ -902,0 +916,0 @@ prop: "modelValue",

27

lib/mobile-first.js

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

import YearRange from '@opentiny/vue-year-range';
import TimePicker from '@opentiny/vue-time';
import Time from '@opentiny/vue-time';
import TimeRange from '@opentiny/vue-time-range';

@@ -232,5 +232,8 @@ import TimePanel from '@opentiny/vue-time-panel';

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -253,5 +256,8 @@ attrs: {

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -346,5 +352,8 @@ attrs: {

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -473,3 +482,2 @@ class: _vm.m(_vm.gcls("range-editor"), _vm.gcls(_vm.state.type), _vm.state.pickerVisible && _vm.gcls("is-active"), !_vm.state.isDisplayOnly && _vm.state.pickerDisabled && _vm.gcls("is-disabled"), _vm.state.isDisplayOnly && _vm.gcls("is-display-only")),

tag: "component",
staticClass: "tiny-tw",
attrs: {

@@ -515,2 +523,3 @@ "step": _vm.step,

attrs: {
"default-value": _vm.state.timeMobileOption.defaultValue,
"title": _vm.title,

@@ -566,3 +575,3 @@ "clearable": _vm.clearable,

YearRangePanel: YearRange,
TimePanel: TimePicker,
TimePanel: Time,
TimeRangePanel: TimeRange,

@@ -569,0 +578,0 @@ TimeSelect: TimePanel

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

import YearRange from '@opentiny/vue-year-range';
import TimePicker from '@opentiny/vue-time';
import Time from '@opentiny/vue-time';
import TimeRange from '@opentiny/vue-time-range';

@@ -231,3 +231,3 @@ import QuarterPanel from '@opentiny/vue-quarter-panel';

YearRangePanel: YearRange,
TimePanel: TimePicker,
TimePanel: Time,
TimeRangePanel: TimeRange,

@@ -250,5 +250,8 @@ QuarterPanel,

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -271,5 +274,8 @@ attrs: {

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -355,5 +361,8 @@ staticClass: "tiny-date-editor",

name: "clickoutside",
rawName: "v-clickoutside",
rawName: "v-clickoutside.mousedown",
value: _vm.handleClose,
expression: "handleClose"
expression: "handleClose",
modifiers: {
"mousedown": true
}
}],

@@ -360,0 +369,0 @@ staticClass: "tiny-date-editor tiny-range-editor tiny-input tiny-input__inner",

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

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

"dependencies": {
"@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"
"@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"
},

@@ -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