@opentiny/vue-grid
Advanced tools
Comparing version 3.13.0 to 3.13.1
{ | ||
"name": "@opentiny/vue-grid", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"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; |
@@ -448,9 +448,13 @@ /** | ||
size: string; | ||
border: boolean; | ||
loading: boolean; | ||
showFooter: boolean; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
align: string; | ||
tooltipConfig: Record<string, any>; | ||
isBeforePageChange: boolean; | ||
border: boolean; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
startIndex: number; | ||
rowKey: boolean; | ||
viewType: string; | ||
mfShow: string; | ||
highlightCurrentRow: boolean; | ||
highlightCurrentColumn: boolean; | ||
@@ -463,16 +467,10 @@ columnKey: boolean; | ||
headerAlign: string; | ||
align: string; | ||
footerAlign: string; | ||
showOverflow: string | boolean; | ||
startIndex: number; | ||
highlightCurrentRow: boolean; | ||
rowId: string; | ||
rowKey: boolean; | ||
isCenterEmpty: boolean; | ||
remoteFilter: boolean; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
fit: boolean; | ||
isAsyncColumn: boolean; | ||
viewType: string; | ||
mfShow: string; | ||
highlightCell: boolean; | ||
@@ -485,5 +483,7 @@ stripe: boolean; | ||
borderVertical: boolean; | ||
tooltipConfig: Record<string, any>; | ||
autoResize: boolean; | ||
autoLoad: boolean; | ||
seqSerial: boolean; | ||
isBeforePageChange: boolean; | ||
showSaveMsg: boolean; | ||
@@ -490,0 +490,0 @@ isMultipleHistory: boolean; |
@@ -13,3 +13,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
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)[]; | ||
@@ -16,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
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
675438