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

@opentiny/vue-date-panel

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-date-panel - npm Package Compare versions

Comparing version 2.6.7 to 2.7.0

src/pc.vue.d.ts

2

index.d.ts

@@ -12,3 +12,3 @@ /**

*/
import DatePanel from './src/index.vue';
import DatePanel from './src/pc.vue';
export default DatePanel;

@@ -69,3 +69,3 @@ import { renderless, api } from "@opentiny/vue-renderless/date-panel/vue";

import "@opentiny/vue-theme/date-panel/index.css";
var __vue2_script = defineComponent({
var _sfc_main = defineComponent({
name: $prefix + "DatePanel",

@@ -107,6 +107,5 @@ directives: directive({

});
var render = function render2() {
var _vm = this;
var _h = _vm.$createElement;
var _c = _vm._self._c || _h;
var _sfc_render = function render() {
var _vm = this, _c = _vm._self._c;
_vm._self._setupProxy;
return _c("transition", {

@@ -158,3 +157,3 @@ attrs: {

"placeholder": _vm.t("ui.datepicker.selectDate"),
"modelValue": _vm.state.visibleDate,
"model-value": _vm.state.visibleDate,
"size": "small"

@@ -180,3 +179,3 @@ },

"placeholder": _vm.t("ui.datepicker.selectTime"),
"modelValue": _vm.state.visibleTime,
"model-value": _vm.state.visibleTime,
"size": "small"

@@ -319,3 +318,4 @@ },

"date": _vm.state.date,
"disabled-date": _vm.state.disabledDate
"disabled-date": _vm.state.disabledDate,
"start-year": _vm.state.startYear
},

@@ -450,14 +450,6 @@ on: {

};
var staticRenderFns = [];
var __cssModules = {};
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null);
function __vue2_injectStyles(context) {
for (var o in __cssModules) {
this[o] = __cssModules[o];
}
}
var DatePanel = /* @__PURE__ */ function() {
return __component__.exports;
}();
var version = "3.7.0";
var _sfc_staticRenderFns = [];
var __component__ = /* @__PURE__ */ normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, null, null, null);
var DatePanel = __component__.exports;
var version = "2.7.0";
DatePanel.install = function(Vue) {

@@ -464,0 +456,0 @@ Vue.component(DatePanel.name, DatePanel);

{
"name": "@opentiny/vue-date-panel",
"version": "2.6.7",
"version": "2.7.0",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-common": "~2.6.7",
"@opentiny/vue-renderless": "~3.6.6",
"@opentiny/vue-input": "~2.6.7",
"@opentiny/vue-button": "~2.6.7",
"@opentiny/vue-locale": "~2.6.7",
"@opentiny/vue-time": "~2.6.7",
"@opentiny/vue-date-table": "~2.6.7",
"@opentiny/vue-year-table": "~2.6.7",
"@opentiny/vue-month-table": "~2.6.7"
"@opentiny/vue-common": "~2.7.0",
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-input": "~2.7.0",
"@opentiny/vue-button": "~2.7.0",
"@opentiny/vue-locale": "~2.7.0",
"@opentiny/vue-time": "~2.7.0",
"@opentiny/vue-date-table": "~2.7.0",
"@opentiny/vue-year-table": "~2.7.0",
"@opentiny/vue-month-table": "~2.7.0"
},

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