@opentiny/vue-dialog-select
Advanced tools
Comparing version 2.8.2 to 2.8.3
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19229
549
Updated@opentiny/vue-button@~2.8.3
Updated@opentiny/vue-common@~2.8.3
Updated@opentiny/vue-grid@~2.8.3
Updated@opentiny/vue-input@~2.8.3
Updated@opentiny/vue-pager@~2.8.3
Updated@opentiny/vue-split@~2.8.3
Updated@opentiny/vue-tree@~2.8.3