forked from XiaoMi/hiui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/xiamiao1121/hiui into hot…
…fix/date-picker/XiaoMi#2825
- Loading branch information
Showing
34 changed files
with
347 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@hi-ui/pop-confirm": patch | ||
--- | ||
|
||
fix: 修复点击按钮会触发 onCancel 问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@hi-ui/hiui": patch | ||
--- | ||
|
||
fix(pop-confirm): 修复点击确定按钮会触发 onCancel 问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@hi-ui/preview": minor | ||
--- | ||
|
||
feat: 支持配置图片水印以及禁止右键下载图片 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@hi-ui/select": patch | ||
--- | ||
|
||
fix: 修复搜索时在中文输入法下按回车键弹窗会关闭的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@hi-ui/hiui": patch | ||
--- | ||
|
||
feat(preview): 支持图片配置水印以及禁止右键下载图片 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@hi-ui/hiui": patch | ||
--- | ||
|
||
fix(select): 修复搜索时在中文输入法下按回车键弹窗会关闭的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/descriptions", | ||
"version": "4.2.5", | ||
"version": "4.3.0", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/form", | ||
"version": "4.1.7", | ||
"version": "4.2.0", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import React from 'react' | ||
import Form from '../src' | ||
import Input from '@hi-ui/input' | ||
import Button from '@hi-ui/button' | ||
import Card from '@hi-ui/card' | ||
|
||
/** | ||
* @title 是否显示校验提示 | ||
* @desc 适用于无需展示校验提示的场景 | ||
*/ | ||
export const ValidateMessage = () => { | ||
const FormItem = Form.Item | ||
|
||
return ( | ||
<> | ||
<h1>ValidateMessage</h1> | ||
<div className="form-validate-message__wrap" style={{ width: 900 }}> | ||
<Card> | ||
<Form placement="horizontal" labelPlacement="right" showValidateMessage={false}> | ||
<FormItem label="商品ID" labelWidth="100" valueType="string"> | ||
<Input placeholder={'请输入'} /> | ||
</FormItem> | ||
<FormItem label="商品分类" labelWidth="100" valueType="string"> | ||
<Input placeholder={'请输入'} /> | ||
</FormItem> | ||
<FormItem showValidateMessage={false}> | ||
<Button>查询</Button> | ||
</FormItem> | ||
</Form> | ||
</Card> | ||
</div> | ||
</> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/hiui", | ||
"version": "4.5.8", | ||
"version": "4.5.9", | ||
"description": "The root-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -60,13 +60,13 @@ | |
"@hi-ui/collapse": "^4.1.6", | ||
"@hi-ui/counter": "^4.1.9", | ||
"@hi-ui/date-picker": "^4.6.2", | ||
"@hi-ui/descriptions": "^4.2.5", | ||
"@hi-ui/descriptions": "^4.3.0", | ||
"@hi-ui/drawer": "^4.1.4", | ||
"@hi-ui/dropdown": "^4.1.5", | ||
"@hi-ui/ellipsis-tooltip": "^4.1.8", | ||
"@hi-ui/empty-state": "^4.1.1", | ||
"@hi-ui/filter": "^4.1.5", | ||
"@hi-ui/form": "^4.1.7", | ||
"@hi-ui/form": "^4.2.0", | ||
"@hi-ui/grid": "^4.0.9", | ||
"@hi-ui/highlighter": "^4.0.9", | ||
"@hi-ui/input": "^4.1.1", | ||
|
@@ -97,7 +97,7 @@ | |
"@hi-ui/stepper": "^4.0.8", | ||
"@hi-ui/svg-icon": "^4.0.8", | ||
"@hi-ui/switch": "^4.0.11", | ||
"@hi-ui/table": "^4.5.2", | ||
"@hi-ui/table": "^4.5.3", | ||
"@hi-ui/tabs": "^4.1.5", | ||
"@hi-ui/tag": "^4.2.1", | ||
"@hi-ui/textarea": "^4.1.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.