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

@opentiny/vue-date-picker-mobile-first

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-date-picker-mobile-first - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

12

package.json
{
"name": "@opentiny/vue-date-picker-mobile-first",
"version": "2.8.2",
"version": "2.8.3",
"description": "",

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

"dependencies": {
"@opentiny/vue-action-sheet": "~2.8.2",
"@opentiny/vue-button": "~2.8.2",
"@opentiny/vue-common": "~2.8.2",
"@opentiny/vue-time-picker-mobile": "~2.8.2",
"@opentiny/vue-renderless": "~3.8.2"
"@opentiny/vue-action-sheet": "~2.8.3",
"@opentiny/vue-button": "~2.8.3",
"@opentiny/vue-common": "~2.8.3",
"@opentiny/vue-time-picker-mobile": "~2.8.3",
"@opentiny/vue-renderless": "~3.8.3"
},

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

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

declare const _sfc_main: any;
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
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;
}> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
modelValue: (ArrayConstructor | NumberConstructor | StringConstructor | DateConstructor)[];
visible: {
type: BooleanConstructor;
default: boolean;
};
title: StringConstructor;
type: {
type: StringConstructor;
default: string;
};
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
}, {
type: string;
visible: boolean;
tiny_mode_root: boolean;
} & {
tiny_mode?: string | undefined;
title?: string | undefined;
modelValue?: string | number | unknown[] | undefined;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
type: string;
visible: boolean;
tiny_mode_root: boolean;
} & {
tiny_mode?: string | undefined;
title?: string | undefined;
modelValue?: string | number | unknown[] | undefined;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
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;
}>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
type: string;
visible: boolean;
tiny_mode_root: boolean;
} & {
tiny_mode?: string | undefined;
title?: string | undefined;
modelValue?: string | number | unknown[] | undefined;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
}, {
type: string;
visible: boolean;
}, true>);
export default _sfc_main;
export default _sfc_main;
declare namespace _sfc_main {
const inheritAttrs: boolean;
const components: {};
const components: undefined;
namespace props {

@@ -6,0 +6,0 @@ const data: ObjectConstructor;

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