Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: video load fail damage icon\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: image url not pass should call failCallback\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "feat: add image_damage_pic and video_damage_pic type icons register & fix video damage icon ratio\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
88 changes: 44 additions & 44 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/assets/api/en/icon/base-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ enum IconFuncTypeEnum {
dropDownState = 'dropDownState',
play = 'play',
damagePic = 'damagePic',
imageDamagePic = 'imageDamagePic',
videoDamagePic = 'videoDamagePic',
expand = 'expand',
collapse = 'collapse',
drillDown = 'drillDown',
Expand Down
2 changes: 2 additions & 0 deletions docs/assets/api/zh/icon/base-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ enum IconFuncTypeEnum {
dropDownState = 'dropDownState',
play = 'play',
damagePic = 'damagePic',
imageDamagePic = 'imageDamagePic',
videoDamagePic = 'videoDamagePic',
expand = 'expand',
collapse = 'collapse',
drillDown = 'drillDown',
Expand Down
2 changes: 2 additions & 0 deletions docs/assets/guide/en/custom_define/custom_icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ The list of resettable internal icons is as follows:
| Fixed Columns | VTable. TYPES. IconFuncTypeEnum.frozen | "frozen" | Fixed Columns Function Icon, Fixed Status |
| Fixed Columns | VTable. TYPES. IconFuncTypeEnum.frozen | "frozenCurrent" | Fixed Columns Function Icon, Frozen When Columns |
| Image or video address invalid | VTable. TYPES. IconFuncTypeEnum.damagePic | "damage_pic" | Multimedia resource parsing failed |
| Image image type parsing failed | VTable. TYPES. IconFuncTypeEnum.imageDamagePic | "image_damage_pic" | Image resource parsing failed |
| Video video type parsing failed | VTable. TYPES. IconFuncTypeEnum.videoDamagePic | "video_damage_pic" | Video resource parsing failed |
| Tree Structure Folding | VTable. TYPES. IconFuncTypeEnum.collapse | "collapse" | Tree Structure Folded State |
| Tree Structure Expand | VTable. TYPES. IconFuncTypeEnum.expand | "expand" | Tree Structure Expand State |
| Tree Structure Folding | VTable. TYPES. IconFuncTypeEnum.collapse | "collapse" | Tree Structure Folded State |
Expand Down
2 changes: 2 additions & 0 deletions docs/assets/guide/zh/custom_define/custom_icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ VTable.register.icon('frozenCurrent', {
| 固定列 | VTable.TYPES.IconFuncTypeEnum.frozen | "frozen" | 固定列功能图标 已固定状态 |
| 固定列 | VTable.TYPES.IconFuncTypeEnum.frozen | "frozenCurrent" | 固定列功能图标 被冻结当列 |
| 图片 or 视频地址失效 | VTable.TYPES.IconFuncTypeEnum.damagePic | "damage_pic" | 多媒体资源解析失败 |
|图片image类型解析失败 |VTable.TYPES.IconFuncTypeEnum.imageDamagePic | "image_damage_pic" | 图片资源解析失败 |
|视频video类型解析失败 |VTable.TYPES.IconFuncTypeEnum.videoDamagePic | "video_damage_pic" | 视频资源解析失败 |
| 树形结构折叠 | VTable.TYPES.IconFuncTypeEnum.collapse | "collapse" | 树形结构折叠状态 |
| 树形结构展开 | VTable.TYPES.IconFuncTypeEnum.expand | "expand" | 树形结构展开状态 |
| 树形结构折叠 | VTable.TYPES.IconFuncTypeEnum.collapse | "collapse" | 树形结构折叠状态 |
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@arco-design/web-react": "2.60.2",
"@arco-design/web-vue": "^2.11.0",
"@visactor/vtable": "workspace:*",
"@visactor/vtable-gantt": "workspace:*",
"@visactor/react-vtable": "workspace:*",
"@visactor/vue-vtable": "workspace:*",
"@visactor/openinula-vtable": "workspace:*",
"@visactor/vtable-editors": "workspace:*",
"@visactor/vtable-export": "workspace:*",
"@visactor/vtable-search": "workspace:*",
"@visactor/vtable": "workspace:1.19.10-alpha.4",
"@visactor/vtable-gantt": "workspace:1.19.10-alpha.4",
"@visactor/react-vtable": "workspace:1.19.10-alpha.4",
"@visactor/vue-vtable": "workspace:1.19.10-alpha.4",
"@visactor/openinula-vtable": "workspace:1.19.10-alpha.4",
"@visactor/vtable-editors": "workspace:1.19.10-alpha.4",
"@visactor/vtable-export": "workspace:1.19.10-alpha.4",
"@visactor/vtable-search": "workspace:1.19.10-alpha.4",
"buble": "^0.20.0",
"@visactor/vchart": "2.0.2",
"markdown-it": "^13.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/openinula-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/openinula-vtable",
"version": "1.19.9",
"version": "1.19.10-alpha.4",
"description": "The openinula version of VTable",
"keywords": [
"openinula",
Expand Down Expand Up @@ -48,7 +48,7 @@
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vtable": "workspace:1.19.10-alpha.4",
"@visactor/vutils": "~0.19.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vtable",
"version": "1.19.9",
"version": "1.19.10-alpha.4",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -50,7 +50,7 @@
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vtable": "workspace:1.19.10-alpha.4",
"@visactor/vutils": "~0.19.1",
"react-is": "^18.2.0",
"react-reconciler": "0.29.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-calendar",
"version": "1.19.9",
"version": "1.19.10-alpha.4",
"description": "The calendar component of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vtable": "workspace:1.19.10-alpha.4",
"@visactor/vutils": "~0.19.1",
"date-fns": "3.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-editors",
"version": "1.19.9",
"version": "1.19.10-alpha.4",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-export",
"version": "1.19.9",
"version": "1.19.10-alpha.4",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vtable": "workspace:1.19.10-alpha.4",
"@visactor/vutils": "~0.19.1",
"file-saver": "2.0.5",
"@types/file-saver": "2.0.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/vtable-gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-gantt",
"version": "1.19.9",
"version": "1.19.10-alpha.4",
"description": "canvas table width high performance",
"keywords": [
"vtable-gantt",
Expand Down Expand Up @@ -50,8 +50,8 @@
"fix-memory-limit": "cross-env LIMIT=10240 increase-memory-limit"
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vtable-editors": "workspace:*",
"@visactor/vtable": "workspace:1.19.10-alpha.4",
"@visactor/vtable-editors": "workspace:1.19.10-alpha.4",
"@visactor/vutils": "~0.19.1",
"@visactor/vscale": "~0.18.1",
"@visactor/vdataset": "~0.18.1",
Expand Down
Loading