Socket
Socket
Sign inDemoInstall

@opentiny/vue-date-picker

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.6.6 to 3.6.7

42

lib/index.js

@@ -17,43 +17,5 @@ function _extends() {

import { iconOperationfaild } from "@opentiny/vue-icon";
function _extends_tiny() {
_extends_tiny = 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 target;
};
return _extends_tiny.apply(this, arguments);
}
import Picker from "@opentiny/vue-picker";
import { $props } from "@opentiny/vue-common";
import { extend } from "@opentiny/vue-renderless/common/object";
var DatePicker = extend(true, {
props: _extends_tiny({}, $props, {
_constants: {
type: Object,
default: function _default() {
return {};
}
},
componentName: {
type: String,
default: "DatePicker"
}
})
}, Picker);
import PcTemplate from "./pc.js";
import MobileTemplate from "./mobile.js";
import "@opentiny/vue-theme/date-picker/index.css";
import "@opentiny/vue-picker";
import "@opentiny/vue-renderless/common/object";
import "@opentiny/vue-renderless/date-picker/vue";
import "@opentiny/vue-mini-picker";
import "@opentiny/vue-input";
import "vue";
import "../../_plugin-vue_export-helper-cfc4284c.mjs";
var template = function template2(mode) {

@@ -63,3 +25,3 @@ if ("mobile" === (process.env.TINY_MODE || mode))

else
return DatePicker$1;
return PcTemplate;
};

@@ -66,0 +28,0 @@ var currentYear = /* @__PURE__ */ (/* @__PURE__ */ new Date()).getFullYear();

4

lib/mobile.js

@@ -104,5 +104,5 @@ import { defineComponent, props, setup as _setup } from "@opentiny/vue-common";

}
var MobileTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var mobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
MobileTemplate as default
mobile as default
};

@@ -1,3 +0,3 @@

function _extends_tiny() {
_extends_tiny = Object.assign ? Object.assign.bind() : function(target) {
function _extends() {
_extends = Object.assign ? Object.assign.bind() : function(target) {
for (var i = 1; i < arguments.length; i++) {

@@ -13,3 +13,3 @@ var source = arguments[i];

};
return _extends_tiny.apply(this, arguments);
return _extends.apply(this, arguments);
}

@@ -20,3 +20,3 @@ import Picker from "@opentiny/vue-picker";

var DatePicker = extend(true, {
props: _extends_tiny({}, $props, {
props: _extends({}, $props, {
_constants: {

@@ -34,8 +34,4 @@ type: Object,

}, Picker);
import "@opentiny/vue-picker";
import "@opentiny/vue-common";
import "@opentiny/vue-renderless/common/object";
export {
DatePicker as default
};
{
"name": "@opentiny/vue-date-picker",
"version": "3.6.6",
"version": "3.6.7",
"description": "",

@@ -8,3 +8,3 @@ "main": "./lib/index.js",

"@opentiny/vue-renderless": "~3.6.6",
"@opentiny/vue-picker": "~3.6.6"
"@opentiny/vue-picker": "~3.6.7"
},

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