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

@opentiny/vue-dialog-select

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

Comparing version 2.8.2 to 2.8.3

23

package.json
{
"name": "@opentiny/vue-dialog-select",
"version": "2.8.2",
"version": "2.8.3",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-common": "~2.8.2",
"@opentiny/vue-dialog-box": "~2.8.2",
"@opentiny/vue-button": "~2.8.2",
"@opentiny/vue-pager": "~2.8.2",
"@opentiny/vue-grid": "~2.8.2",
"@opentiny/vue-split": "~2.8.2",
"@opentiny/vue-selected-box": "~2.8.2",
"@opentiny/vue-input": "~2.8.2",
"@opentiny/vue-tree": "~2.8.2"
"@opentiny/vue-renderless": "~3.8.3",
"@opentiny/vue-common": "~2.8.3",
"@opentiny/vue-dialog-box": "~2.8.3",
"@opentiny/vue-button": "~2.8.3",
"@opentiny/vue-pager": "~2.8.3",
"@opentiny/vue-grid": "~2.8.3",
"@opentiny/vue-split": "~2.8.3",
"@opentiny/vue-selected-box": "~2.8.3",
"@opentiny/vue-input": "~2.8.3",
"@opentiny/vue-tree": "~2.8.3"
},

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

declare const _default: {
name: string;
props: any;
setup(props: any, context: any): any;
props: {
dialogOp: {
type: ObjectConstructor;
default: () => {};
};
visible: BooleanConstructor;
popseletor: {
type: StringConstructor;
default: string;
validator: (value: any) => number;
};
multi: {
type: BooleanConstructor;
default: boolean;
};
gridOp: {
type: ObjectConstructor;
default: () => {
columns: never[];
data: never[];
};
};
textField: {
type: StringConstructor;
default: string;
};
textSplit: {
type: StringConstructor;
default: string;
};
valueField: {
type: StringConstructor;
default: string;
};
valueSplit: {
type: StringConstructor;
default: string;
};
remoteSearch: FunctionConstructor;
showPager: {
type: BooleanConstructor;
default: boolean;
};
pagerOp: {
type: ObjectConstructor;
default: () => {};
};
showSelectedBox: {
type: BooleanConstructor;
default: boolean;
};
selectedBoxOp: {
type: ObjectConstructor;
default: () => {};
};
treeOp: {
type: ObjectConstructor;
default: () => {};
};
beforeClose: FunctionConstructor;
autoLookup: {
type: BooleanConstructor;
default: boolean;
};
lookupMethod: FunctionConstructor;
mainHeight: {
type: NumberConstructor;
default: number;
};
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): () => import("vue").VNode;
};
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;
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