@opentiny/vue-month-range
Advanced tools
Comparing version 2.18.0 to 2.19.0
@@ -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", |
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
9759
251
+ Added@opentiny/vue-common@2.19.0(transitive)
+ Added@opentiny/vue-icon@2.19.0(transitive)
+ Added@opentiny/vue-locale@2.19.0(transitive)
+ Added@opentiny/vue-month-table@2.19.0(transitive)
+ Added@opentiny/vue-renderless@3.19.3(transitive)
+ Added@opentiny/vue-theme@3.19.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.19.0(transitive)
- Removed@opentiny/vue-common@2.18.0(transitive)
- Removed@opentiny/vue-icon@2.18.0(transitive)
- Removed@opentiny/vue-locale@2.18.0(transitive)
- Removed@opentiny/vue-month-table@2.18.0(transitive)
- Removed@opentiny/vue-renderless@3.18.6(transitive)
- Removed@opentiny/vue-theme@3.18.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.18.0(transitive)
Updated@opentiny/vue-common@~2.19.0
Updated@opentiny/vue-icon@~2.19.0
Updated@opentiny/vue-theme@~3.19.0