@opentiny/vue-grid
Advanced tools
Comparing version 3.11.0 to 3.11.2
{ | ||
"name": "@opentiny/vue-grid", | ||
"version": "3.11.0", | ||
"version": "3.11.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -242,5 +242,8 @@ /** | ||
tiny_mode_root: boolean; | ||
formatConfig: Record<string, any>; | ||
showIcon: boolean; | ||
group: boolean; | ||
formatConfig: Record<string, any>; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
treeNode: boolean; | ||
showTip: boolean; | ||
showHeaderTip: boolean; | ||
@@ -250,8 +253,5 @@ resizable: boolean; | ||
showOverflow: string | boolean; | ||
showTip: boolean; | ||
treeNode: boolean; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
group: boolean; | ||
filterMultiple: boolean; | ||
}, {}>; | ||
export default _default; |
@@ -248,5 +248,5 @@ /** | ||
}, { | ||
isMsg(): any; | ||
isMsg(): boolean; | ||
tableProps(): {}; | ||
proxyOpts(): any; | ||
proxyOpts(): object; | ||
vSize(): any; | ||
@@ -479,8 +479,9 @@ }, { | ||
border: boolean; | ||
loading: boolean; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
align: string; | ||
tooltipConfig: Record<string, any>; | ||
isBeforePageChange: boolean; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
startIndex: number; | ||
rowKey: boolean; | ||
viewType: string; | ||
mfShow: string; | ||
highlightCurrentRow: boolean; | ||
highlightCurrentColumn: boolean; | ||
@@ -493,17 +494,15 @@ columnKey: boolean; | ||
headerAlign: string; | ||
align: string; | ||
footerAlign: string; | ||
showOverflow: string | boolean; | ||
startIndex: number; | ||
highlightCurrentRow: boolean; | ||
rowId: string; | ||
rowKey: boolean; | ||
isCenterEmpty: boolean; | ||
loading: boolean; | ||
remoteFilter: boolean; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
showFooter: boolean; | ||
showHeader: boolean; | ||
fit: boolean; | ||
tooltipConfig: Record<string, any>; | ||
isAsyncColumn: boolean; | ||
isMultipleHistory: boolean; | ||
viewType: string; | ||
mfShow: string; | ||
highlightCell: boolean; | ||
@@ -517,2 +516,3 @@ stripe: boolean; | ||
autoResize: boolean; | ||
isBeforePageChange: boolean; | ||
autoLoad: boolean; | ||
@@ -519,0 +519,0 @@ seqSerial: boolean; |
@@ -7,5 +7,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
size: StringConstructor; | ||
}, unknown, unknown, { | ||
}, { | ||
slots: Readonly<{ | ||
[name: string]: import("@vue/runtime-core").Slot<any> | undefined; | ||
}>; | ||
}, unknown, { | ||
vSize(): any; | ||
}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
modelValue: (StringConstructor | NumberConstructor)[]; | ||
@@ -12,0 +16,0 @@ label: (StringConstructor | NumberConstructor)[]; |
Sorry, the diff of this file is too big to display
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
673618
18660