Socket
Socket
Sign inDemoInstall

@opentiny/vue-time-picker-mobile

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-time-picker-mobile - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0-alpha.0

52

lib/index.js

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

import CascaderSelect from "@opentiny/vue-cascader-select";
import { resolveComponent, withDirectives, openBlock, createElementBlock, createVNode, vShow } from "vue";
import { resolveComponent, withDirectives, openBlock, createElementBlock, createVNode, withCtx, vShow, createElementVNode } from "vue";
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) {

@@ -70,2 +70,3 @@ var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];

},
emits: ["update:modelValue", "confirm", "update:visible"],
props: _extends({}, $props, {

@@ -76,2 +77,25 @@ modelValue: Array,

default: false
},
cycleRoll: {
type: Boolean,
default: true
},
disabled: Function,
lockScroll: {
type: Boolean,
default: true
},
step: {
type: Object,
default: function _default() {
return {
hour: 1,
minute: 1,
second: 1
};
}
},
showSeconds: {
type: Boolean,
default: true
}

@@ -92,2 +116,12 @@ }),

};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"div",
{
"data-tag": "tiny-time-picker-split",
class: "h-full w-1 flex items-center justify-center absolute left-0 -ml-0.5 text-color-text-primary select-none"
},
" : ",
-1
/* HOISTED */
);
function _sfc_render(_ctx, _cache, $props2, $setup, $data, $options) {

@@ -103,6 +137,16 @@ var _component_tiny_cascader_select = resolveComponent("tiny-cascader-select");

}), _ctx.confirm],
options: _ctx.state.optionList,
"cycle-roll": _ctx.cycleRoll,
options: _ctx.state.options,
disabled: _ctx.disabled,
"lock-scroll": _ctx.lockScroll,
"custom-panel-class": "px-4 pb-4",
visible: _ctx.state.visible,
"onUpdate:visible": _ctx.updateVisible
}, null, 8, ["modelValue", "options", "visible", "onUpdate:visible", "onUpdate:modelValue"])],
}, {
split: withCtx(function() {
return [_hoisted_2];
}),
_: 1
/* STABLE */
}, 8, ["modelValue", "cycle-roll", "options", "disabled", "lock-scroll", "visible", "onUpdate:visible", "onUpdate:modelValue"])],
512

@@ -113,3 +157,3 @@ /* NEED_PATCH */

var TimePickerMobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.12.0";
var version = "3.13.0-alpha.0";
TimePickerMobile.model = {

@@ -116,0 +160,0 @@ prop: "modelValue",

8

package.json
{
"name": "@opentiny/vue-time-picker-mobile",
"version": "3.12.0",
"version": "3.13.0-alpha.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-cascader-select": "~3.12.0",
"@opentiny/vue-common": "~3.12.0",
"@opentiny/vue-renderless": "~3.12.0"
"@opentiny/vue-cascader-select": "~3.13.0-alpha.0",
"@opentiny/vue-common": "~3.13.0-alpha.0",
"@opentiny/vue-renderless": "~3.13.0-alpha.0"
},

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