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

@opentiny/vue-date-range

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-range - npm Package Compare versions

Comparing version 2.14.0 to 2.15.0

8

lib/index.js

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

}
import { $prefix, $props, $setup } from "@opentiny/vue-common";
import { defineComponent, $prefix, $props, $setup } from "@opentiny/vue-common";
import PcTemplate from "./pc.js";

@@ -35,3 +35,3 @@ import MobileFirstTemplate from "./mobile-first.js";

};
var DateRange = {
var DateRange = defineComponent({
name: $prefix + "DateRange",

@@ -74,4 +74,4 @@ componentName: "DateRange",

}
};
var version = "2.14.0";
});
var version = "2.15.0";
DateRange.install = function(Vue) {

@@ -78,0 +78,0 @@ Vue.component(DateRange.name, DateRange);

@@ -1,9 +0,10 @@

import { renderless, api } from "@opentiny/vue-renderless/date-range/vue";
import { directive, props, setup as _setup } from "@opentiny/vue-common";
import Clickoutside from "@opentiny/vue-renderless/common/deps/clickoutside";
import TimePicker from "@opentiny/vue-time";
import DateTable from "@opentiny/vue-date-table";
import Input from "@opentiny/vue-input";
import Button from "@opentiny/vue-button";
import { IconDoubleRight, IconDoubleLeft, IconChevronLeft, IconChevronRight } from "@opentiny/vue-icon";
import { renderless, api } from '@opentiny/vue-renderless/date-range/vue';
import { defineComponent, directive, props, setup } from '@opentiny/vue-common';
import Clickoutside from '@opentiny/vue-renderless/common/deps/clickoutside';
import TimePicker from '@opentiny/vue-time';
import DateTable from '@opentiny/vue-date-table';
import Input from '@opentiny/vue-input';
import Button from '@opentiny/vue-button';
import { IconDoubleRight, IconDoubleLeft, IconChevronLeft, IconChevronRight } from '@opentiny/vue-icon';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -460,3 +461,3 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

var staticRenderFns = [];
var __vue2_script = {
var __vue2_script = defineComponent({
directives: directive({

@@ -477,4 +478,4 @@ Clickoutside

emits: ["dodestroy", "pick"],
setup: function setup(props2, context) {
return _setup({
setup: function setup$1(props2, context) {
return setup({
props: props2,

@@ -487,3 +488,3 @@ context,

}
};
});
var __cssModules = {};

@@ -499,4 +500,3 @@ var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null);

}();
export {
mobileFirst as default
};
export { mobileFirst as default };

@@ -1,9 +0,10 @@

import { renderless, api } from "@opentiny/vue-renderless/date-range/vue";
import { defineComponent, directive, props, setup as _setup } from "@opentiny/vue-common";
import Clickoutside from "@opentiny/vue-renderless/common/deps/clickoutside";
import TimePicker from "@opentiny/vue-time";
import DateTable from "@opentiny/vue-date-table";
import Input from "@opentiny/vue-input";
import Button from "@opentiny/vue-button";
import { iconDoubleRight, iconDoubleLeft, iconChevronLeft, iconChevronRight } from "@opentiny/vue-icon";
import { renderless, api } from '@opentiny/vue-renderless/date-range/vue';
import { defineComponent, directive, props, setup } from '@opentiny/vue-common';
import Clickoutside from '@opentiny/vue-renderless/common/deps/clickoutside';
import TimePicker from '@opentiny/vue-time';
import DateTable from '@opentiny/vue-date-table';
import Input from '@opentiny/vue-input';
import Button from '@opentiny/vue-button';
import { iconDoubleRight, iconDoubleLeft, iconChevronLeft, iconChevronRight } from '@opentiny/vue-icon';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -79,4 +80,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

emits: ["dodestroy", "pick"],
setup: function setup(props2, context) {
return _setup({
setup: function setup$1(props2, context) {
return setup({
props: props2,

@@ -424,4 +425,3 @@ context,

}();
export {
pc as default
};
export { pc as default };
{
"name": "@opentiny/vue-date-range",
"version": "2.14.0",
"version": "2.15.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~2.14.0",
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-input": "~2.14.0",
"@opentiny/vue-button": "~2.14.0",
"@opentiny/vue-locale": "~2.14.0",
"@opentiny/vue-time": "~2.14.0",
"@opentiny/vue-date-table": "~2.14.0",
"@opentiny/vue-theme": "~3.14.0",
"@opentiny/vue-icon": "~2.14.0"
"@opentiny/vue-common": "~2.15.0",
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-input": "~2.15.0",
"@opentiny/vue-button": "~2.15.0",
"@opentiny/vue-time": "~2.15.0",
"@opentiny/vue-date-table": "~2.15.0",
"@opentiny/vue-theme": "~3.15.0",
"@opentiny/vue-icon": "~2.15.0"
},

@@ -21,0 +20,0 @@ "license": "MIT",

@@ -1,39 +0,2 @@

declare const _default: {
name: string;
componentName: string;
props: {
_constants: {
type: ObjectConstructor;
default: () => {
startDate: Date;
endDate: Date;
};
};
emitter: ObjectConstructor;
step: {
type: ObjectConstructor;
default(): {
hour: number;
minute: number;
second: number;
};
};
showWeekNumber: {
type: BooleanConstructor;
default: boolean;
};
formatWeeks: FunctionConstructor;
timeEditable: {
type: BooleanConstructor;
default: boolean;
};
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
};
setup(props: any, context: any): () => any;
};
declare const _default: any;
export default _default;

@@ -1,2 +0,2 @@

declare const _default: import("vue/types/vue").ExtendedVue<import("vue").default, any, any, any, Record<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "step" | "emitter" | "showWeekNumber" | "formatWeeks", any>>;
declare const _default: any;
export default _default;
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