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

@opentiny/vue-numeric

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

Comparing version 2.8.2 to 2.8.3

9

package.json
{
"name": "@opentiny/vue-numeric",
"version": "2.8.2",
"version": "2.8.3",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-common": "~2.8.2",
"@opentiny/vue-icon": "~2.8.2",
"@opentiny/vue-renderless": "~3.8.2"
"@opentiny/vue-common": "~2.8.3",
"@opentiny/vue-icon": "~2.8.3",
"@opentiny/vue-renderless": "~3.8.3"
},

@@ -12,0 +13,0 @@ "license": "MIT",

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

declare const _default: any;
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
_constants: {
type: ObjectConstructor;
default: () => {
MAX: string;
MIN: string;
VALUENOW: string;
DISABLED: string;
KEY: string;
VALUE: string;
EVENT_NAME: {
blur: string;
change: string;
};
COMPONENT_NAME: string;
};
};
allowEmpty: {
type: BooleanConstructor;
default: boolean;
};
circulate: BooleanConstructor;
controls: {
type: BooleanConstructor;
default: boolean;
};
controlsPosition: {
type: StringConstructor;
default: string;
};
disabled: BooleanConstructor;
format: (ObjectConstructor | StringConstructor)[];
hideUnit: {
type: BooleanConstructor;
default: boolean;
};
holdZero: {
type: BooleanConstructor;
default: boolean;
};
label: StringConstructor;
max: {
type: (NumberConstructor | StringConstructor)[];
default: number;
};
min: {
type: (NumberConstructor | StringConstructor)[];
default: number;
};
modelTruncation: {
type: BooleanConstructor;
default: boolean;
};
modelValue: {};
mouseWheel: BooleanConstructor;
name: StringConstructor;
placeholder: StringConstructor;
plugin: FunctionConstructor;
precision: {
type: NumberConstructor;
validator(val: unknown): boolean;
};
size: StringConstructor;
step: {
type: (NumberConstructor | StringConstructor)[];
default: number;
};
stepStrictly: {
type: BooleanConstructor;
default: boolean;
};
strictInput: {
type: BooleanConstructor;
default: boolean;
};
stringMode: BooleanConstructor;
tabindex: {
type: StringConstructor;
default: string;
};
theme: {
type: StringConstructor;
default: string;
};
unit: StringConstructor;
unitCenter: {
type: BooleanConstructor;
default: boolean;
};
validateEvent: {
type: BooleanConstructor;
default: boolean;
};
displayOnly: {
type: BooleanConstructor;
default: boolean;
};
showLeft: {
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;
}, {
tiny_mode_root: boolean;
_constants: Record<string, any>;
tabindex: string;
disabled: boolean;
holdZero: boolean;
modelTruncation: boolean;
strictInput: boolean;
theme: string;
max: string | number;
controls: boolean;
validateEvent: boolean;
displayOnly: boolean;
min: string | number;
step: string | number;
circulate: boolean;
mouseWheel: boolean;
stringMode: boolean;
allowEmpty: boolean;
controlsPosition: string;
hideUnit: boolean;
stepStrictly: boolean;
unitCenter: boolean;
showLeft: boolean;
} & {
name?: string | undefined;
tiny_mode?: string | undefined;
label?: string | undefined;
modelValue?: unknown;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
size?: string | undefined;
format?: unknown;
plugin?: Function | undefined;
placeholder?: string | undefined;
unit?: string | undefined;
precision?: number | undefined;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
tiny_mode_root: boolean;
_constants: Record<string, any>;
tabindex: string;
disabled: boolean;
holdZero: boolean;
modelTruncation: boolean;
strictInput: boolean;
theme: string;
max: string | number;
controls: boolean;
validateEvent: boolean;
displayOnly: boolean;
min: string | number;
step: string | number;
circulate: boolean;
mouseWheel: boolean;
stringMode: boolean;
allowEmpty: boolean;
controlsPosition: string;
hideUnit: boolean;
stepStrictly: boolean;
unitCenter: boolean;
showLeft: boolean;
} & {
name?: string | undefined;
tiny_mode?: string | undefined;
label?: string | undefined;
modelValue?: unknown;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
size?: string | undefined;
format?: unknown;
plugin?: Function | undefined;
placeholder?: string | undefined;
unit?: string | undefined;
precision?: number | undefined;
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
tiny_mode_root: boolean;
_constants: Record<string, any>;
tabindex: string;
disabled: boolean;
holdZero: boolean;
modelTruncation: boolean;
strictInput: boolean;
theme: string;
max: string | number;
controls: boolean;
validateEvent: boolean;
displayOnly: boolean;
min: string | number;
step: string | number;
circulate: boolean;
mouseWheel: boolean;
stringMode: boolean;
allowEmpty: boolean;
controlsPosition: string;
hideUnit: boolean;
stepStrictly: boolean;
unitCenter: boolean;
showLeft: boolean;
} & {
name?: string | undefined;
tiny_mode?: string | undefined;
label?: string | undefined;
modelValue?: unknown;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
size?: string | undefined;
format?: unknown;
plugin?: Function | undefined;
placeholder?: string | undefined;
unit?: string | undefined;
precision?: number | undefined;
}, {
_constants: Record<string, any>;
tabindex: string;
holdZero: boolean;
modelTruncation: boolean;
strictInput: boolean;
theme: string;
max: string | number;
controls: boolean;
validateEvent: boolean;
displayOnly: boolean;
min: string | number;
step: string | number;
allowEmpty: boolean;
controlsPosition: string;
hideUnit: boolean;
stepStrictly: boolean;
unitCenter: boolean;
showLeft: boolean;
}, true>);
export default _default;

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

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<any> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, Readonly<{
[x: string]: any;
}>, {
[x: string]: any;
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
[x: string]: any;
} & {}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
[x: string]: any;
} & {}, {
[x: string]: any;
}, true>);
export default _sfc_main;

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

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, {}, {}, Readonly<{
[x: string]: any;
}>, {
[x: string]: any;
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
[x: string]: any;
} & {}, 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, {}, {}, {
[x: string]: any;
} & {}, {
[x: string]: any;
}, true>);
export default _sfc_main;

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

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, {}, {}, Readonly<{
[x: string]: any;
}>, {
[x: string]: any;
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
[x: string]: any;
} & {}, 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, {}, {}, {
[x: string]: any;
} & {}, {
[x: string]: any;
}, true>);
export default _sfc_main;
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