Skip to content

Commit 680e4df

Browse files
committed
Merge remote-tracking branch 'origin/develop' into 3653-feature-pivotTable-corner
2 parents 0ee3cee + 56970b3 commit 680e4df

31 files changed

Lines changed: 480 additions & 45 deletions
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "refactor: fillHandle function #3582\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vtable"
7+
}
8+
],
9+
"packageName": "@visactor/vtable",
10+
"email": "892739385@qq.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "feat: cell support marked function #3583\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vtable"
7+
}
8+
],
9+
"packageName": "@visactor/vtable",
10+
"email": "892739385@qq.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "fix: gantt scale set quarter parser problem #3612\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vtable"
7+
}
8+
],
9+
"packageName": "@visactor/vtable",
10+
"email": "892739385@qq.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "fix: gantt overscrollBehavior none work #3638\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vtable"
7+
}
8+
],
9+
"packageName": "@visactor/vtable",
10+
"email": "892739385@qq.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "fix: gantt chart updateRecords error when table is tree mode #3639\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vtable"
7+
}
8+
],
9+
"packageName": "@visactor/vtable",
10+
"email": "892739385@qq.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "fix: rowHeight error when set adaptive heightMode #3640\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vtable"
7+
}
8+
],
9+
"packageName": "@visactor/vtable",
10+
"email": "892739385@qq.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "fix: when set renderChartAsync setRecords api render error #3661\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vtable"
7+
}
8+
],
9+
"packageName": "@visactor/vtable",
10+
"email": "892739385@qq.com"
11+
}

docs/assets/changelog/en/release.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v1.17.4
2+
3+
2025-03-31
4+
5+
6+
**🆕 New feature**
7+
8+
- **@visactor/vtable**: add barMarkInBar style config in progressbar [#3616](https://github.com/VisActor/VTable/issues/3616)
9+
10+
**🐛 Bug fix**
11+
12+
- **@visactor/vtable**: fix button style problem [#3614](https://github.com/VisActor/VTable/issues/3614)
13+
- **@visactor/vtable**: fix checkbox state order update [#3606](https://github.com/VisActor/VTable/issues/3606)
14+
- **@visactor/vtable**: add isCustom tag for merge cell range [#3504](https://github.com/VisActor/VTable/issues/3504)
15+
- **@visactor/vtable**: fix tree checkbox state update problem
16+
- **@visactor/vtable**: disable group title editor
17+
18+
[more detail about v1.17.4](https://github.com/VisActor/VTable/releases/tag/v1.17.4)
19+
120
# v1.17.3
221

322
2025-03-24

docs/assets/changelog/zh/release.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v1.17.4
2+
3+
2025-03-31
4+
5+
**🆕 新增功能**
6+
7+
- **@visactor/vtable**: 在进度条中添加条形标记样式配置 [#3616](https://github.com/VisActor/VTable/issues/3616)
8+
9+
**🐛 功能修复**
10+
11+
- **@visactor/vtable**: 修复按钮样式问题 [#3614](https://github.com/VisActor/VTable/issues/3614)
12+
- **@visactor/vtable**: 修复复选框状态顺序更新问题 [#3606](https://github.com/VisActor/VTable/issues/3606)
13+
- **@visactor/vtable**: 为合并单元格范围添加自定义标记 [#3504](https://github.com/VisActor/VTable/issues/3504)
14+
- **@visactor/vtable**: 修复树形复选框状态更新问题
15+
- **@visactor/vtable**: 禁用分组标题编辑器
16+
17+
[更多详情请查看 v1.17.4](https://github.com/VisActor/VTable/releases/tag/v1.17.4)
18+
119
# v1.17.3
220

321
2025-03-24

docs/assets/option/en/common/style-item-define.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,20 @@ type CursorPropertyDefine = string | ((args: StylePropertyFunctionArg) => string
134134
{{ target: common-marked }}
135135

136136
```
137-
type MarkedPropertyDefine = boolean | ((args: StylePropertyFunctionArg) => boolean);
137+
type MarkedPropertyDefine = boolean | MarkCellStyle | ((args: StylePropertyFunctionArg) => boolean | MarkCellStyle);
138+
139+
type MarkCellStyle = {
140+
/** 标记背景色 默认蓝色*/
141+
bgColor?: CanvasRenderingContext2D['fillStyle'];
142+
/** 标记形状 默认'sector' */
143+
shape?: 'rect' | 'triangle' | 'sector';
144+
/** 标记位置 默认'right-top' */
145+
position?: 'left-top' | 'left-bottom' | 'right-top' | 'right-bottom';
146+
/** 标记大小 默认10 */
147+
size?: number;
148+
/** 标记偏移量 默认0 */
149+
offset?: number;
150+
};
138151
139152
```
140153

0 commit comments

Comments
 (0)