@opentiny/vue-grid
Advanced tools
Comparing version 3.18.0 to 3.18.2
{ | ||
"name": "@opentiny/vue-grid", | ||
"version": "3.18.0", | ||
"type": "module", | ||
"version": "3.18.2", | ||
"description": "", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-locale": "~3.18.0", | ||
"@opentiny/vue-modal": "~3.18.0", | ||
"@opentiny/vue-common": "~3.18.0", | ||
"@opentiny/vue-dropdown": "~3.18.0", | ||
@@ -17,11 +16,12 @@ "@opentiny/vue-dropdown-item": "~3.18.0", | ||
"@opentiny/vue-exception": "~3.18.0", | ||
"@opentiny/vue-icon": "~3.18.0", | ||
"@opentiny/vue-loading": "~3.18.0", | ||
"@opentiny/vue-locale": "~3.18.0", | ||
"@opentiny/vue-modal": "~3.18.0", | ||
"@opentiny/vue-pager": "~3.18.0", | ||
"@opentiny/vue-icon": "~3.18.0", | ||
"@opentiny/vue-tooltip": "~3.18.0", | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-tag": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.0", | ||
"@opentiny/vue-tag": "~3.18.0", | ||
"@opentiny/vue-loading": "~3.18.0", | ||
"@opentiny/vue-common": "~3.18.0" | ||
"@opentiny/vue-tooltip": "~3.18.0" | ||
}, | ||
"license": "MIT", | ||
"types": "index.d.ts", | ||
@@ -28,0 +28,0 @@ "scripts": { |
@@ -217,6 +217,8 @@ import { hooks } from '@opentiny/vue-common'; | ||
tiny_mode_root: boolean; | ||
formatConfig: Record<string, any>; | ||
showIcon: boolean; | ||
group: boolean; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
treeNode: boolean; | ||
showTip: boolean; | ||
formatConfig: Record<string, any>; | ||
showHeaderTip: boolean; | ||
@@ -226,7 +228,5 @@ resizable: boolean; | ||
showOverflow: string | boolean; | ||
treeNode: boolean; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
group: boolean; | ||
filterMultiple: boolean; | ||
}, {}>; | ||
export default _default; |
@@ -44,3 +44,3 @@ /** | ||
dropConfig: ObjectConstructor; | ||
editConfig: (BooleanConstructor | ObjectConstructor)[]; | ||
editConfig: (ObjectConstructor | BooleanConstructor)[]; | ||
editRules: ObjectConstructor; | ||
@@ -182,3 +182,3 @@ expandConfig: ObjectConstructor; | ||
customConfig: ObjectConstructor; | ||
prefetch: (BooleanConstructor | ArrayConstructor)[]; | ||
prefetch: (ArrayConstructor | BooleanConstructor)[]; | ||
intersectionOption: ObjectConstructor; | ||
@@ -426,3 +426,3 @@ equals: FunctionConstructor; | ||
dropConfig: ObjectConstructor; | ||
editConfig: (BooleanConstructor | ObjectConstructor)[]; | ||
editConfig: (ObjectConstructor | BooleanConstructor)[]; | ||
editRules: ObjectConstructor; | ||
@@ -564,3 +564,3 @@ expandConfig: ObjectConstructor; | ||
customConfig: ObjectConstructor; | ||
prefetch: (BooleanConstructor | ArrayConstructor)[]; | ||
prefetch: (ArrayConstructor | BooleanConstructor)[]; | ||
intersectionOption: ObjectConstructor; | ||
@@ -587,9 +587,9 @@ equals: FunctionConstructor; | ||
border: boolean; | ||
loading: boolean; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
startIndex: number; | ||
align: string; | ||
tooltipConfig: Record<string, any>; | ||
viewType: string; | ||
rowKey: boolean; | ||
mfShow: string; | ||
highlightCurrentRow: boolean; | ||
highlightCurrentColumn: boolean; | ||
@@ -603,14 +603,13 @@ columnKey: boolean; | ||
headerAlign: string; | ||
align: string; | ||
footerAlign: string; | ||
showOverflow: string | boolean; | ||
highlightCurrentRow: boolean; | ||
rowId: string; | ||
rowKey: boolean; | ||
isCenterEmpty: boolean; | ||
loading: boolean; | ||
remoteFilter: boolean; | ||
sortable: boolean; | ||
remoteSort: boolean; | ||
showFooter: boolean; | ||
fit: boolean; | ||
isAsyncColumn: boolean; | ||
mfShow: string; | ||
showHeader: boolean; | ||
highlightCell: boolean; | ||
@@ -625,2 +624,3 @@ stripe: boolean; | ||
autoResize: boolean; | ||
tooltipConfig: Record<string, any>; | ||
autoClearMouseChecked: boolean; | ||
@@ -627,0 +627,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
722620
19912