Skip to content

Commit

Permalink
releases 4.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jun 21, 2024
1 parent 6d5245a commit 5bd3d05
Show file tree
Hide file tree
Showing 13 changed files with 148 additions and 13 deletions.
16 changes: 16 additions & 0 deletions .gitee/ISSUE_TEMPLATE.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
**(Required) Describe the bug or screenshots:**
?

**(Required) Reproduction link:**
?

**(Required) Expected behavior:**
?

**(Required) Please fill in the version information:**

- OS: ?
- Browser: ?
- vue: ?
- vxe-table: ?
- vxe-pc-ui: ?
16 changes: 16 additions & 0 deletions .gitee/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
**(必填)请填写问题描述或截图:**

**(必填)请填重在线链接:**

**(必填)请填写期望的结果:**

**(必填)请填写以下信息:**

- OS: ?
- Browser: ?
- vue: ?
- vxe-table: ?
- vxe-pc-ui: ?
16 changes: 16 additions & 0 deletions .gitee/ISSUE_TEMPLATE.zh-TW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
**(必填)請填寫問題描述或截圖:**

**(必填)請填重線上連結:**

**(必填)請填寫期望的結果:**

**(必填)請填寫以下資訊:**

- OS: ?
- Browser: ?
- vue: ?
- vxe-table: ?
- vxe-pc-ui: ?
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Bug report
description: 反馈问题
labels: bug
body:
- type: input
id: issue_link
attributes:
label: "可复现的链接:"
description: "一个最小化的重现示例能让我们精确地定位问题,从而快速解决问题。"
validations:
required: true
- type: textarea
id: issue_describe
attributes:
label: "问题描述与截图:"
validations:
required: true
- type: markdown
attributes:
value: "在发布问题之前,请先查阅[最新文档](https://vxeui.com/)确保使用的是最新版本,并仔细阅读所填写的步骤,以确保是详细和清晰的。"
- type: input
id: issue_expect
attributes:
label: "期望的结果:"
- type: input
id: issue_os_version
attributes:
label: "操作系统:"
placeholder: "例如:window10"
validations:
required: true
- type: input
id: issue_browser_version
attributes:
label: "浏览器版本:"
placeholder: "例如:chrome 95.0.4638.69"
validations:
required: true
- type: input
id: issue_vue_version
attributes:
label: "vue 版本:"
placeholder: "例如:2.6.0"
validations:
required: true
- type: input
id: issue_vxe_ui_version
attributes:
label: "vxe-pc-ui 版本:"
placeholder: "例如:4.0.0"
validations:
required: true
- type: input
id: issue_vxe_table_version
attributes:
label: "vxe-table 版本:"
placeholder: "例如:4.0.0"
validations:
required: true
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Feature request
description: 功能需求
labels: enhancement
body:
- type: textarea
id: issue_describe
attributes:
label: "这个需求解决了什么问题:"
validations:
required: true
- type: markdown
attributes:
value: "请先查阅[最新文档](https://vxeui.com/),确定该功能是否已有实现"
- type: textarea
id: issue_api_describe
attributes:
label: "建议的 API 是什么样的:"
- type: markdown
attributes:
value: "描述一下希望该功能如何调用"
- type: textarea
id: issue_alternative_solution
attributes:
label: "是否已有其他不错的替代方案:"
- type: markdown
attributes:
value: "如果有其他已实现的方案,可以通过链接或截图描述一下"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-pc-ui",
"version": "4.0.25",
"version": "4.0.26",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
18 changes: 9 additions & 9 deletions styles/components/icon.scss

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion styles/components/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
color: var(--vxe-ui-font-color);
border: 0;
border-radius: var(--vxe-ui-base-border-radius);
background-color: var(--vxe-ui-layout-background-color);
background-color: inherit;
box-shadow: none;
}
.vxe-input {
background-color: var(--vxe-ui-layout-background-color);
.vxe-input--inner {
&::placeholder {
color: var(--vxe-ui-input-placeholder-color);
Expand Down
Binary file modified styles/icon/iconfont.ttf
Binary file not shown.
Binary file modified styles/icon/iconfont.woff
Binary file not shown.
Binary file modified styles/icon/iconfont.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion types/all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export * from './components/tree'
export * from './components/tree-select'
export * from './components/upload'

// Vxe Table
// 兼容老版本
export * from './components/column'
export * from './components/colgroup'
export * from './components/table'
Expand Down
2 changes: 1 addition & 1 deletion types/ui/interceptor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare module '@vxe-ui/core' {
export namespace VxeGlobalInterceptorHandles {
export interface InterceptorOptions {
/**
* 表格 - 自定义菜单方法
* 表格 - 事件处理方法
*/
tableInterceptorMethod?: (params: any) => any
}
Expand Down

0 comments on commit 5bd3d05

Please sign in to comment.