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

@opentiny/vue-year-range

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.9.0 to 3.10.0

8

lib/index.js

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

import { renderless, api } from "@opentiny/vue-renderless/year-range/vue";
import { $prefix, directive, $props, setup as _setup } from "@opentiny/vue-common";
import { defineComponent, $prefix, directive, $props, setup as _setup } from "@opentiny/vue-common";
import Clickoutside from "@opentiny/vue-renderless/common/deps/clickoutside";

@@ -67,3 +67,3 @@ import YearTable from "@opentiny/vue-year-table";

var _sfc_main = {
var _sfc_main = defineComponent({
name: $prefix + "YearRange",

@@ -91,3 +91,3 @@ directives: directive({

}
};
});
var _hoisted_1 = {

@@ -210,3 +210,3 @@ class: "tiny-picker-panel__body-wrapper"

var YearRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "5.0.0-mf.0";
var version = "3.10.0";
YearRange.install = function(Vue) {

@@ -213,0 +213,0 @@ Vue.component(YearRange.name, YearRange);

{
"name": "@opentiny/vue-year-range",
"version": "3.9.0",
"version": "3.10.0",
"description": "",

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

"sideEffects": false,
"type": "module",
"dependencies": {
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-common": "~3.9.0",
"@opentiny/vue-locale": "~3.9.0",
"@opentiny/vue-year-table": "~3.9.0"
"@opentiny/vue-renderless": "~3.10.0",
"@opentiny/vue-common": "~3.10.0",
"@opentiny/vue-locale": "~3.10.0",
"@opentiny/vue-year-table": "~3.10.0"
},

@@ -15,0 +16,0 @@ "license": "MIT",

@@ -1,26 +0,32 @@

export default _sfc_main;
declare namespace _sfc_main {
const name: string;
const directives: any;
const components: undefined;
const props: {
emitter: ObjectConstructor;
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
};
const emits: string[];
function setup(props: any, context: any): {
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
};
}
declare const _default: import("@vue/runtime-core").DefineComponent<{
emitter: ObjectConstructor;
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
}, {
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("pick" | "dodestroy")[], "pick" | "dodestroy", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
emitter: ObjectConstructor;
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
}>> & {
onPick?: ((...args: any[]) => any) | undefined;
onDodestroy?: ((...args: any[]) => any) | undefined;
}, {
tiny_mode_root: boolean;
}, {}>;
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