Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-month-range

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-month-range - npm Package Compare versions

Comparing version 2.18.0 to 2.19.0

16

lib/index.js

@@ -116,3 +116,3 @@ import { renderless, api } from '@opentiny/vue-renderless/month-range/vue';

}],
staticClass: "tiny-picker-panel tiny-date-range-picker tiny-popper",
staticClass: "tiny-month-range tiny-picker-panel tiny-date-range-picker tiny-popper",
class: [{

@@ -165,3 +165,5 @@ "has-sidebar": _vm.slots.sidebar || _vm.state.shortcuts

}
}, [_c("icon-double-right")], 1) : _vm._e(), _c("div", [_vm._v(_vm._s(_vm.state.leftLabel))])]), _c("month-table", {
}, [_c("icon-double-right")], 1) : _vm._e(), _c("div", [_vm._v(_vm._s(_vm.state.leftLabel))])]), _c("div", {
staticClass: "tiny-date-range-picker__table"
}, [_c("month-table", {
attrs: {

@@ -180,3 +182,3 @@ "selection-mode": "range",

}
})], 1), _c("div", {
})], 1)]), _c("div", {
staticClass: "tiny-picker-panel__content tiny-date-range-picker__content is-right"

@@ -205,3 +207,5 @@ }, [_c("div", {

}
}, [_c("icon-double-right")], 1), _c("div", [_vm._v(_vm._s(_vm.state.rightLabel))])]), _c("month-table", {
}, [_c("icon-double-right")], 1), _c("div", [_vm._v(_vm._s(_vm.state.rightLabel))])]), _c("div", {
staticClass: "tiny-date-range-picker__table"
}, [_c("month-table", {
attrs: {

@@ -220,3 +224,3 @@ "selection-mode": "range",

}
})], 1)])], 2)])]);
})], 1)])])], 2)])]);
};

@@ -234,3 +238,3 @@ var staticRenderFns = [];

}();
var version = "2.18.0";
var version = "2.19.0";
MonthRange.install = function(Vue) {

@@ -237,0 +241,0 @@ Vue.component(MonthRange.name, MonthRange);

{
"name": "@opentiny/vue-month-range",
"version": "2.18.0",
"version": "2.19.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-common": "~2.18.0",
"@opentiny/vue-month-table": "~2.18.0",
"@opentiny/vue-theme": "~3.18.0",
"@opentiny/vue-icon": "~2.18.0"
"@opentiny/vue-renderless": "~3.19.0",
"@opentiny/vue-common": "~2.19.0",
"@opentiny/vue-month-table": "~2.19.0",
"@opentiny/vue-theme": "~3.19.0",
"@opentiny/vue-icon": "~2.19.0"
},

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