@opentiny/vue-grid
Advanced tools
Comparing version 3.18.2 to 3.18.4
{ | ||
"name": "@opentiny/vue-grid", | ||
"type": "module", | ||
"version": "3.18.2", | ||
"version": "3.18.4", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -590,2 +590,7 @@ /** | ||
highlightCurrentRow: boolean; | ||
loading: boolean; | ||
showFooter: boolean; | ||
showHeader: boolean; | ||
tooltipConfig: Record<string, any>; | ||
align: string; | ||
highlightCurrentColumn: boolean; | ||
@@ -599,3 +604,2 @@ columnKey: boolean; | ||
headerAlign: string; | ||
align: string; | ||
footerAlign: string; | ||
@@ -605,8 +609,5 @@ showOverflow: string | boolean; | ||
isCenterEmpty: boolean; | ||
loading: boolean; | ||
remoteFilter: boolean; | ||
showFooter: boolean; | ||
fit: boolean; | ||
isAsyncColumn: boolean; | ||
showHeader: boolean; | ||
highlightCell: boolean; | ||
@@ -621,3 +622,2 @@ stripe: boolean; | ||
autoResize: boolean; | ||
tooltipConfig: Record<string, any>; | ||
autoClearMouseChecked: boolean; | ||
@@ -624,0 +624,0 @@ autoClearKeyboardCopy: boolean; |
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
723458
19932