feature: tooltip in the checkbox

feature: add GridColumn.getElement
feature: column property of `contentWrap` and `maxLines`
change: line height from 24px to 18px
fix: adapt enabled after cell changed
fix: wrap issue of filter panel
This commit is contained in:
2024-03-07 12:54:00 +08:00
parent 6fb7c3c769
commit 168cae3ce1
8 changed files with 343 additions and 126 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "ui-lib",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"files": [
"dist"
@@ -32,10 +32,10 @@
"clean-jsdoc-theme": "^4.2.17",
"docdash": "^2.0.2",
"jsdoc": "^4.0.2",
"postcss-preset-env": "^9.4.0",
"postcss-preset-env": "^9.5.0",
"sass": "^1.71.1",
"typedoc": "^0.25.10",
"vite": "^5.1.4",
"typedoc": "^0.25.11",
"vite": "^5.1.5",
"vite-plugin-externals": "^0.6.2"
}
}