Skip to content

Commit

Permalink
Merge branch 'master' into vxe-table-zhongming4762
Browse files Browse the repository at this point in the history
  • Loading branch information
ming4762 committed Jan 2, 2025
2 parents 654db81 + 37de1aa commit a91d725
Show file tree
Hide file tree
Showing 16 changed files with 2,600 additions and 1,196 deletions.
8 changes: 4 additions & 4 deletions .gitee/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ body:
- type: checkboxes
id: issue_confirm_read_agreement
attributes:
label: "是否已准备好复现 demo"
label: "是否已准备好复现链接与示例代码"
description: "按要求准备好复现 Demo,复现 Demo 操作步骤:https://vxetable.cn/issues.html"
options:
- label: "我已确认要求提供复现链接与示例代码"
- label: "我确定已准备好以上复现链接"
required: true
- type: textarea
id: issue_describe
Expand Down Expand Up @@ -69,7 +69,7 @@ body:
id: issue_confirm_latest_version
attributes:
label: "是否使用当前最新版本?"
description: "我已确认是最新版本,仅支持提交最新版本的问题反馈,非最新版本不予处理,一律关闭"
description: "仅支持提交最新版本的问题反馈,非最新版本不予处理,一律自动关闭"
options:
- label: "我已确认是使用最新版本并已按要求提供复现链接与示例代码"
- label: "我确定已经更新到最新版本后依然存在该问题"
required: true
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ body:
- type: checkboxes
id: issue_confirm_read_agreement
attributes:
label: "是否已准备好复现 demo"
label: "是否已准备好复现链接与示例代码"
description: "按要求准备好复现 Demo,复现 Demo 操作步骤:https://vxetable.cn/issues.html"
options:
- label: "我已确认要求提供复现链接与示例代码"
- label: "我确定已准备好以上复现链接"
required: true
- type: textarea
id: issue_describe
Expand Down Expand Up @@ -69,7 +69,7 @@ body:
id: issue_confirm_latest_version
attributes:
label: "是否使用当前最新版本?"
description: "我已确认是最新版本,仅支持提交最新版本的问题反馈,非最新版本不予处理,一律关闭"
description: "仅支持提交最新版本的问题反馈,非最新版本不予处理,一律自动关闭"
options:
- label: "我已确认是使用最新版本并已按要求提供复现链接与示例代码"
- label: "我确定已经更新到最新版本后依然存在该问题"
required: true
2 changes: 1 addition & 1 deletion examples/views/table/TableTest2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:row-config="{useKey: true,drag:true}"
:row-drag-config="{trigger:'row',disabledMethod:disabledRowMethod}"
:column-config="{useKey: true,drag: true}"
:column-drag-config="{isCrossDrag:true,isToChildDrag:true,isSelfToChildDrag:true,trigger:'default',disabledMethod:disabledColumnMethod}"
:column-drag-config="{isPeerDrag:true,isToChildDrag:true,isSelfToChildDrag:true,trigger:'default',disabledMethod:disabledColumnMethod}"
:custom-config="customConfig"
:loading="demo1.loading"
:import-config="{modes: importModes}"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.10.0-beta.13",
"version": "4.10.0",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、拖拽排序,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down Expand Up @@ -28,7 +28,7 @@
"style": "lib/style.css",
"typings": "types/index.d.ts",
"dependencies": {
"vxe-pc-ui": "^4.3.51"
"vxe-pc-ui": "^4.3.54"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",
Expand Down Expand Up @@ -63,9 +63,9 @@
"postcss": "^8.4.38",
"sass": "^1.80.4",
"sass-loader": "^14.2.0",
"typescript": "~4.5.5",
"vue": "3.5.5",
"vue-router": "^4.3.2"
"typescript": "~4.7.4",
"vue": "3.4.27",
"vue-router": "~4.3.2"
},
"vetur": {
"tags": "helper/vetur/tags.json",
Expand Down
Loading

0 comments on commit a91d725

Please sign in to comment.