Skip to content

Conversation

@qinwencheng
Copy link
Contributor

更新time-select文档

@qinwencheng
Copy link
Contributor Author

提交线似乎不太干净...... 主要看我的文件改动,也就是最后一次提交就行

@github-actions
Copy link

github-actions bot commented Sep 7, 2022

PR preview has been successfully built and deployed to https://vue-devui-pr-1328.surge.sh.

@kagol kagol added the documentation Improvements or additions to documentation label Sep 11, 2022
@kagol kagol merged commit 17999c2 into DevCloudFE:dev Sep 11, 2022
@pr-triage pr-triage bot added the PR: merged label Sep 11, 2022
@kagol
Copy link
Member

kagol commented Sep 11, 2022

提交线似乎不太干净...... 主要看我的文件改动,也就是最后一次提交就行

没关系,合并的时候可以 rebase 的

kagol pushed a commit that referenced this pull request Sep 28, 2022
* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好
kagol added a commit that referenced this pull request Dec 14, 2022
* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 移除group中无用的box-shadow: none(因为radio-button并没有未定义box-shadow)

* fix(checkbox): 将checkbox-button的box-shadow更改到group中(若不使用group时则不需要box-shadow)

* docs(modal): modal添加keep-last的demo

* docs(modal): 添加文档跳转

* fix(modal): 修复两个弹窗定位互相干扰问题

* feat(cli): 生成global.d.ts

* fix(cli): 修复部分函数命名

* fix(search): 修复search组件,如果没下载图标库的话,搜索按钮会显示空白 (close #495)

* fix(search): 移除 icon 组件的引入

* fix(cascader): 修复聚焦cascader按钮倾斜

* fix(date-picker-pro): 修复 range-date-picker-pro v-model 测试用例错误

* docs: 增加灯塔网站友联

* docs(button): 新增button英文文档

* fix: toggle theme button style questions

* feat(tag-input): 组件 class 使用 namespace

* fix(tag-input): 修复组织测试用例错误

* feat(tag-input): 测试用例中的 class 写成变量方便维护

* fix(tag-input): 修复组件ts类型错误

* fix(tag-input): 组件未传入 props noData 导致的样式异常

* fix(tag-input): 修正文档 props placeholder、noData 的数据类型 移除showAnimation 属性

* docs: 新增Modal组件英文文档

* docs: 新增Message组件英文文档

* fix: #1236

1. 使用内置路由和链接类型文档组件浮动导致展示问题
2. Accordion 事件表格展示问题

* docs: update README

* fix: #1014

1. change tab-nav.scss file

* test: 添加message测试用例

* fix: 修复date-picker-pro单元测试用例报错

* fix(menu): 修复menu单元测试用例报错

* fix(pagination): 修复Pagination组件切换pageSize时未抛出选中值,增加page-size下拉单元选中样式(#1435)

* fix:修复格式要求问题

* fix(button): 解决loading效果覆盖底层文字问题

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题 close#1430

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题

* test(menu): 添加menu测试用例

* fix: #1439

* chore(.github): 新增自动构建

* test(mention): 添加mention测试用例

* fix(tooltip): 修复tooltip测试用例github构建报错

* fix(checkbox): 阻止事件冒泡,避免引发table中勾选时触发多个事件(#1446)

Signed-off-by: zhaoShijuan <18712788257@163.com>

* docs: update README

* fix(auto-complete): 修复类型定义报错问题

* test(form): 添加form测试用例

* fix: 修复自动化构建报错

* fix(message):修复duration为0时,移入移出自动关闭问题+修改关闭按钮不垂直居中样式(#1449)

Signed-off-by: zhaoShijuan <18712788257@163.com>

* release: 1.3.3-alpha.0发布

* fix(popover): 修改popover测试用例中存在的一些问题

* test(popover): 添加popvoer测试用例

* chore(popover): 使用wait函数替换new Promise方式

* fix: 解决主题预渲染报错

* fix: 解决预渲染失败问题

* chore: 使用统一的inBrowser判断环境

* docs: update README

* feat: 下线changelog

* fix(.github): 修复无法自动生成release_note的问题

* chore: update version

* chore: update version

* chore: release v1.3.3

* fix: 修复form组件文档校验出错

* fix: 修复notification组件超时时间为0下鼠标移除会自动消失(#1468)

* docs(algolia): vitepress 增加 algolia 配置参数

* docs(algolia): 升级 docsearch 包的版本

* docs(algolia): 更新 algolia 搜索组件,更改组件在navbar组件的布局位置

* fix: misspelling of words

* fix: keep palette is displayed on the screen

* fix: theme props type warning

* fix(radio): 组件 size 计算逻辑。

* test(radio): 组件测试错误,组件设置 size 应该包含相应的class类名

* fix(checkbox): 组件 size 计算逻辑。

* test(checkbox): 组件测试错误 测试用例增加 wrapper.unmount()

* docs(form): 组件文档尺寸,增加 size 切换。

* docs(form): 增加 css 命名空间,避免样式冲突。

* fix: use-namespace.ts 语法警告

* docs(read-tip): 文档中的语法错误

* fix: _animation.scss 语法错误

* docs(read-tip): 英文文档中的语法错误

* docs(read-tip): 更正内容格式

* fix(select): 修复 select 组件 size 属性的逻辑

* fix(date-picker-pro): 修复date-picker-pro测试用例报错

* style(algolia): 组件文档 algolia 检索主题适配

* feat(switch): 组件 size 样式统一

* test(switch): 修复测试错误,主要原因是组件额外加了一层。

* docs(switch): 文档优化

* style(switch): 容器由块元素变更为内联元素

* fix(switch): 组件 size 的优先级(#1199)

* chore: auto create a tag

* chore: change branch

* chore: fix release failed

* chore: fix release failed (#1489)

* chore: fix release failed (#1490)

* fix(cascader): 组件 size 优先级 (#1199)

* docs(cascader): 组件文档增加 尺寸

* fix(timePicker): 组件 size 优先级 (#1199)

* fix(Search): 组件 size,如果在表单内应该跟随表单变化。

* docs(Search): 组件文档 增加 IconPositionType 类型。

* test(Search): 组件测试用例完善

* test(Search): 更新组件 测试用例

* test(Search): 更新组件 props size 优先级测试用例

* fix(input-number): 组件 props size 如果在表单内应该跟随表单变化。

* test(input-number): 增加组件 props size 优先级测试

* fix(timeSelect): 组件 size 优先级 (#1199)

* docs(form): form 文档 size 示例,增加 timeSelect、timePicker。

Signed-off-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: qinwencheng <157475034@qq.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <l851209312@163.com>
Co-authored-by: handsomezyw <1165966467@qq.com>
Co-authored-by: zcj <18137693952@163.com>
Co-authored-by: gxuud <igaoxian@foxmail.com>
Co-authored-by: 小九九 <61737780+asdlml6@users.noreply.github.com>
Co-authored-by: zhanglongbao <993917246@qq.com>
Co-authored-by: GaoNeng <31283122+GaoNeng-wWw@users.noreply.github.com>
Co-authored-by: vaebe <52314078+vaebe@users.noreply.github.com>
Co-authored-by: xzxldl55 <22699218+xzxldl55@users.noreply.github.com>
Co-authored-by: Bbbtt04 <2393714045@qq.com>
Co-authored-by: Cv-Enginner123 <1136261471@qq.com>
Co-authored-by: GaoNeng-wWw <gaonenggg@outlook.com>
Co-authored-by: buaalkn <1403284711@qq.com>
Co-authored-by: miliky <li1063094734@163.com>
Co-authored-by: hxj9102 <h_xj2019@163.com>
Co-authored-by: whbbit <luckyboy_dong@sina.com>
Co-authored-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: rongjie.song <rongjie.song@1step.ai>
Co-authored-by: huangxiaojie02 <huangxiaojie02@corp.netease.com>
Co-authored-by: zxlfly <zxlfly@foxmail.com>
Co-authored-by: hqchqc <734986933@qq.com>
Co-authored-by: xiaogonggong-w <2034966679@qq.com>
Co-authored-by: ERKELSOT <1256029807@qq.com>
kagol added a commit that referenced this pull request Dec 14, 2022
* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* release v1.4.0 (#1499)

* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 移除group中无用的box-shadow: none(因为radio-button并没有未定义box-shadow)

* fix(checkbox): 将checkbox-button的box-shadow更改到group中(若不使用group时则不需要box-shadow)

* docs(modal): modal添加keep-last的demo

* docs(modal): 添加文档跳转

* fix(modal): 修复两个弹窗定位互相干扰问题

* feat(cli): 生成global.d.ts

* fix(cli): 修复部分函数命名

* fix(search): 修复search组件,如果没下载图标库的话,搜索按钮会显示空白 (close #495)

* fix(search): 移除 icon 组件的引入

* fix(cascader): 修复聚焦cascader按钮倾斜

* fix(date-picker-pro): 修复 range-date-picker-pro v-model 测试用例错误

* docs: 增加灯塔网站友联

* docs(button): 新增button英文文档

* fix: toggle theme button style questions

* feat(tag-input): 组件 class 使用 namespace

* fix(tag-input): 修复组织测试用例错误

* feat(tag-input): 测试用例中的 class 写成变量方便维护

* fix(tag-input): 修复组件ts类型错误

* fix(tag-input): 组件未传入 props noData 导致的样式异常

* fix(tag-input): 修正文档 props placeholder、noData 的数据类型 移除showAnimation 属性

* docs: 新增Modal组件英文文档

* docs: 新增Message组件英文文档

* fix: #1236

1. 使用内置路由和链接类型文档组件浮动导致展示问题
2. Accordion 事件表格展示问题

* docs: update README

* fix: #1014

1. change tab-nav.scss file

* test: 添加message测试用例

* fix: 修复date-picker-pro单元测试用例报错

* fix(menu): 修复menu单元测试用例报错

* fix(pagination): 修复Pagination组件切换pageSize时未抛出选中值,增加page-size下拉单元选中样式(#1435)

* fix:修复格式要求问题

* fix(button): 解决loading效果覆盖底层文字问题

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题 close#1430

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题

* test(menu): 添加menu测试用例

* fix: #1439

* chore(.github): 新增自动构建

* test(mention): 添加mention测试用例

* fix(tooltip): 修复tooltip测试用例github构建报错

* fix(checkbox): 阻止事件冒泡,避免引发table中勾选时触发多个事件(#1446)

Signed-off-by: zhaoShijuan <18712788257@163.com>

* docs: update README

* fix(auto-complete): 修复类型定义报错问题

* test(form): 添加form测试用例

* fix: 修复自动化构建报错

* fix(message):修复duration为0时,移入移出自动关闭问题+修改关闭按钮不垂直居中样式(#1449)

Signed-off-by: zhaoShijuan <18712788257@163.com>

* release: 1.3.3-alpha.0发布

* fix(popover): 修改popover测试用例中存在的一些问题

* test(popover): 添加popvoer测试用例

* chore(popover): 使用wait函数替换new Promise方式

* fix: 解决主题预渲染报错

* fix: 解决预渲染失败问题

* chore: 使用统一的inBrowser判断环境

* docs: update README

* feat: 下线changelog

* fix(.github): 修复无法自动生成release_note的问题

* chore: update version

* chore: update version

* chore: release v1.3.3

* fix: 修复form组件文档校验出错

* fix: 修复notification组件超时时间为0下鼠标移除会自动消失(#1468)

* docs(algolia): vitepress 增加 algolia 配置参数

* docs(algolia): 升级 docsearch 包的版本

* docs(algolia): 更新 algolia 搜索组件,更改组件在navbar组件的布局位置

* fix: misspelling of words

* fix: keep palette is displayed on the screen

* fix: theme props type warning

* fix(radio): 组件 size 计算逻辑。

* test(radio): 组件测试错误,组件设置 size 应该包含相应的class类名

* fix(checkbox): 组件 size 计算逻辑。

* test(checkbox): 组件测试错误 测试用例增加 wrapper.unmount()

* docs(form): 组件文档尺寸,增加 size 切换。

* docs(form): 增加 css 命名空间,避免样式冲突。

* fix: use-namespace.ts 语法警告

* docs(read-tip): 文档中的语法错误

* fix: _animation.scss 语法错误

* docs(read-tip): 英文文档中的语法错误

* docs(read-tip): 更正内容格式

* fix(select): 修复 select 组件 size 属性的逻辑

* fix(date-picker-pro): 修复date-picker-pro测试用例报错

* style(algolia): 组件文档 algolia 检索主题适配

* feat(switch): 组件 size 样式统一

* test(switch): 修复测试错误,主要原因是组件额外加了一层。

* docs(switch): 文档优化

* style(switch): 容器由块元素变更为内联元素

* fix(switch): 组件 size 的优先级(#1199)

* chore: auto create a tag

* chore: change branch

* chore: fix release failed

* chore: fix release failed (#1489)

* chore: fix release failed (#1490)

* fix(cascader): 组件 size 优先级 (#1199)

* docs(cascader): 组件文档增加 尺寸

* fix(timePicker): 组件 size 优先级 (#1199)

* fix(Search): 组件 size,如果在表单内应该跟随表单变化。

* docs(Search): 组件文档 增加 IconPositionType 类型。

* test(Search): 组件测试用例完善

* test(Search): 更新组件 测试用例

* test(Search): 更新组件 props size 优先级测试用例

* fix(input-number): 组件 props size 如果在表单内应该跟随表单变化。

* test(input-number): 增加组件 props size 优先级测试

* fix(timeSelect): 组件 size 优先级 (#1199)

* docs(form): form 文档 size 示例,增加 timeSelect、timePicker。

Signed-off-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: qinwencheng <157475034@qq.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <l851209312@163.com>
Co-authored-by: handsomezyw <1165966467@qq.com>
Co-authored-by: zcj <18137693952@163.com>
Co-authored-by: gxuud <igaoxian@foxmail.com>
Co-authored-by: 小九九 <61737780+asdlml6@users.noreply.github.com>
Co-authored-by: zhanglongbao <993917246@qq.com>
Co-authored-by: GaoNeng <31283122+GaoNeng-wWw@users.noreply.github.com>
Co-authored-by: vaebe <52314078+vaebe@users.noreply.github.com>
Co-authored-by: xzxldl55 <22699218+xzxldl55@users.noreply.github.com>
Co-authored-by: Bbbtt04 <2393714045@qq.com>
Co-authored-by: Cv-Enginner123 <1136261471@qq.com>
Co-authored-by: GaoNeng-wWw <gaonenggg@outlook.com>
Co-authored-by: buaalkn <1403284711@qq.com>
Co-authored-by: miliky <li1063094734@163.com>
Co-authored-by: hxj9102 <h_xj2019@163.com>
Co-authored-by: whbbit <luckyboy_dong@sina.com>
Co-authored-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: rongjie.song <rongjie.song@1step.ai>
Co-authored-by: huangxiaojie02 <huangxiaojie02@corp.netease.com>
Co-authored-by: zxlfly <zxlfly@foxmail.com>
Co-authored-by: hqchqc <734986933@qq.com>
Co-authored-by: xiaogonggong-w <2034966679@qq.com>
Co-authored-by: ERKELSOT <1256029807@qq.com>

Signed-off-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: qinwencheng <157475034@qq.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <l851209312@163.com>
Co-authored-by: handsomezyw <1165966467@qq.com>
Co-authored-by: zcj <18137693952@163.com>
Co-authored-by: gxuud <igaoxian@foxmail.com>
Co-authored-by: 小九九 <61737780+asdlml6@users.noreply.github.com>
Co-authored-by: zhanglongbao <993917246@qq.com>
Co-authored-by: GaoNeng <31283122+GaoNeng-wWw@users.noreply.github.com>
Co-authored-by: vaebe <52314078+vaebe@users.noreply.github.com>
Co-authored-by: xzxldl55 <22699218+xzxldl55@users.noreply.github.com>
Co-authored-by: Bbbtt04 <2393714045@qq.com>
Co-authored-by: Cv-Enginner123 <1136261471@qq.com>
Co-authored-by: GaoNeng-wWw <gaonenggg@outlook.com>
Co-authored-by: buaalkn <1403284711@qq.com>
Co-authored-by: miliky <li1063094734@163.com>
Co-authored-by: hxj9102 <h_xj2019@163.com>
Co-authored-by: whbbit <luckyboy_dong@sina.com>
Co-authored-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: rongjie.song <rongjie.song@1step.ai>
Co-authored-by: huangxiaojie02 <huangxiaojie02@corp.netease.com>
Co-authored-by: zxlfly <zxlfly@foxmail.com>
Co-authored-by: hqchqc <734986933@qq.com>
Co-authored-by: xiaogonggong-w <2034966679@qq.com>
Co-authored-by: ERKELSOT <1256029807@qq.com>
kagol added a commit that referenced this pull request Dec 14, 2022
* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 移除group中无用的box-shadow: none(因为radio-button并没有未定义box-shadow)

* fix(checkbox): 将checkbox-button的box-shadow更改到group中(若不使用group时则不需要box-shadow)

* docs(modal): modal添加keep-last的demo

* docs(modal): 添加文档跳转

* fix(modal): 修复两个弹窗定位互相干扰问题

* feat(cli): 生成global.d.ts

* fix(cli): 修复部分函数命名

* fix(search): 修复search组件,如果没下载图标库的话,搜索按钮会显示空白 (close #495)

* fix(search): 移除 icon 组件的引入

* fix(cascader): 修复聚焦cascader按钮倾斜

* fix(date-picker-pro): 修复 range-date-picker-pro v-model 测试用例错误

* docs: 增加灯塔网站友联

* docs(button): 新增button英文文档

* fix: toggle theme button style questions

* feat(tag-input): 组件 class 使用 namespace

* fix(tag-input): 修复组织测试用例错误

* feat(tag-input): 测试用例中的 class 写成变量方便维护

* fix(tag-input): 修复组件ts类型错误

* fix(tag-input): 组件未传入 props noData 导致的样式异常

* fix(tag-input): 修正文档 props placeholder、noData 的数据类型 移除showAnimation 属性

* docs: 新增Modal组件英文文档

* docs: 新增Message组件英文文档

* fix: #1236

1. 使用内置路由和链接类型文档组件浮动导致展示问题
2. Accordion 事件表格展示问题

* docs: update README

* fix: #1014

1. change tab-nav.scss file

* test: 添加message测试用例

* fix: 修复date-picker-pro单元测试用例报错

* fix(menu): 修复menu单元测试用例报错

* fix(pagination): 修复Pagination组件切换pageSize时未抛出选中值,增加page-size下拉单元选中样式(#1435)

* fix:修复格式要求问题

* fix(button): 解决loading效果覆盖底层文字问题

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题 close#1430

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题

* test(menu): 添加menu测试用例

* fix: #1439

* chore(.github): 新增自动构建

* test(mention): 添加mention测试用例

* fix(tooltip): 修复tooltip测试用例github构建报错

* fix(checkbox): 阻止事件冒泡,避免引发table中勾选时触发多个事件(#1446)

Signed-off-by: zhaoShijuan <18712788257@163.com>

* docs: update README

* fix(auto-complete): 修复类型定义报错问题

* test(form): 添加form测试用例

* fix: 修复自动化构建报错

* fix(message):修复duration为0时,移入移出自动关闭问题+修改关闭按钮不垂直居中样式(#1449)

Signed-off-by: zhaoShijuan <18712788257@163.com>

* release: 1.3.3-alpha.0发布

* fix(popover): 修改popover测试用例中存在的一些问题

* test(popover): 添加popvoer测试用例

* chore(popover): 使用wait函数替换new Promise方式

* fix: 解决主题预渲染报错

* fix: 解决预渲染失败问题

* chore: 使用统一的inBrowser判断环境

* docs: update README

* feat: 下线changelog

* fix(.github): 修复无法自动生成release_note的问题

* chore: update version

* chore: update version

* chore: release v1.3.3

* fix: 修复form组件文档校验出错

* fix: 修复notification组件超时时间为0下鼠标移除会自动消失(#1468)

* docs(algolia): vitepress 增加 algolia 配置参数

* docs(algolia): 升级 docsearch 包的版本

* docs(algolia): 更新 algolia 搜索组件,更改组件在navbar组件的布局位置

* fix: misspelling of words

* fix: keep palette is displayed on the screen

* fix: theme props type warning

* fix(radio): 组件 size 计算逻辑。

* test(radio): 组件测试错误,组件设置 size 应该包含相应的class类名

* fix(checkbox): 组件 size 计算逻辑。

* test(checkbox): 组件测试错误 测试用例增加 wrapper.unmount()

* docs(form): 组件文档尺寸,增加 size 切换。

* docs(form): 增加 css 命名空间,避免样式冲突。

* fix: use-namespace.ts 语法警告

* docs(read-tip): 文档中的语法错误

* fix: _animation.scss 语法错误

* docs(read-tip): 英文文档中的语法错误

* docs(read-tip): 更正内容格式

* fix(select): 修复 select 组件 size 属性的逻辑

* fix(date-picker-pro): 修复date-picker-pro测试用例报错

* style(algolia): 组件文档 algolia 检索主题适配

* feat(switch): 组件 size 样式统一

* test(switch): 修复测试错误,主要原因是组件额外加了一层。

* docs(switch): 文档优化

* style(switch): 容器由块元素变更为内联元素

* fix(switch): 组件 size 的优先级(#1199)

* chore: auto create a tag

* chore: change branch

* chore: fix release failed

* chore: fix release failed (#1489)

* chore: fix release failed (#1490)

* fix(cascader): 组件 size 优先级 (#1199)

* docs(cascader): 组件文档增加 尺寸

* fix(timePicker): 组件 size 优先级 (#1199)

* fix(Search): 组件 size,如果在表单内应该跟随表单变化。

* docs(Search): 组件文档 增加 IconPositionType 类型。

* test(Search): 组件测试用例完善

* test(Search): 更新组件 测试用例

* test(Search): 更新组件 props size 优先级测试用例

* fix(input-number): 组件 props size 如果在表单内应该跟随表单变化。

* test(input-number): 增加组件 props size 优先级测试

* fix(timeSelect): 组件 size 优先级 (#1199)

* docs(form): form 文档 size 示例,增加 timeSelect、timePicker。

* main to dev (#1501)

* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* release v1.4.0 (#1499)

* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 移除group中无用的box-shadow: none(因为radio-button并没有未定义box-shadow)

* fix(checkbox): 将checkbox-button的box-shadow更改到group中(若不使用group时则不需要box-shadow)

* docs(modal): modal添加keep-last的demo

* docs(modal): 添加文档跳转

* fix(modal): 修复两个弹窗定位互相干扰问题

* feat(cli): 生成global.d.ts

* fix(cli): 修复部分函数命名

* fix(search): 修复search组件,如果没下载图标库的话,搜索按钮会显示空白 (close #495)

* fix(search): 移除 icon 组件的引入

* fix(cascader): 修复聚焦cascader按钮倾斜

* fix(date-picker-pro): 修复 range-date-picker-pro v-model 测试用例错误

* docs: 增加灯塔网站友联

* docs(button): 新增button英文文档

* fix: toggle theme button style questions

* feat(tag-input): 组件 class 使用 namespace

* fix(tag-input): 修复组织测试用例错误

* feat(tag-input): 测试用例中的 class 写成变量方便维护

* fix(tag-input): 修复组件ts类型错误

* fix(tag-input): 组件未传入 props noData 导致的样式异常

* fix(tag-input): 修正文档 props placeholder、noData 的数据类型 移除showAnimation 属性

* docs: 新增Modal组件英文文档

* docs: 新增Message组件英文文档

* fix: #1236

1. 使用内置路由和链接类型文档组件浮动导致展示问题
2. Accordion 事件表格展示问题

* docs: update README

* fix: #1014

1. change tab-nav.scss file

* test: 添加message测试用例

* fix: 修复date-picker-pro单元测试用例报错

* fix(menu): 修复menu单元测试用例报错

* fix(pagination): 修复Pagination组件切换pageSize时未抛出选中值,增加page-size下拉单元选中样式(#1435)

* fix:修复格式要求问题

* fix(button): 解决loading效果覆盖底层文字问题

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题 close#1430

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题

* test(menu): 添加menu测试用例

* fix: #1439

* chore(.github): 新增自动构建

* test(mention): 添加mention测试用例

* fix(tooltip): 修复tooltip测试用例github构建报错

* fix(checkbox): 阻止事件冒泡,避免引发table中勾选时触发多个事件(#1446)

Signed-off-by: zhaoShijuan <18712788257@163.com>

* docs: update README

* fix(auto-complete): 修复类型定义报错问题

* test(form): 添加form测试用例

* fix: 修复自动化构建报错

* fix(message):修复duration为0时,移入移出自动关闭问题+修改关闭按钮不垂直居中样式(#1449)

Signed-off-by: zhaoShijuan <18712788257@163.com>

* release: 1.3.3-alpha.0发布

* fix(popover): 修改popover测试用例中存在的一些问题

* test(popover): 添加popvoer测试用例

* chore(popover): 使用wait函数替换new Promise方式

* fix: 解决主题预渲染报错

* fix: 解决预渲染失败问题

* chore: 使用统一的inBrowser判断环境

* docs: update README

* feat: 下线changelog

* fix(.github): 修复无法自动生成release_note的问题

* chore: update version

* chore: update version

* chore: release v1.3.3

* fix: 修复form组件文档校验出错

* fix: 修复notification组件超时时间为0下鼠标移除会自动消失(#1468)

* docs(algolia): vitepress 增加 algolia 配置参数

* docs(algolia): 升级 docsearch 包的版本

* docs(algolia): 更新 algolia 搜索组件,更改组件在navbar组件的布局位置

* fix: misspelling of words

* fix: keep palette is displayed on the screen

* fix: theme props type warning

* fix(radio): 组件 size 计算逻辑。

* test(radio): 组件测试错误,组件设置 size 应该包含相应的class类名

* fix(checkbox): 组件 size 计算逻辑。

* test(checkbox): 组件测试错误 测试用例增加 wrapper.unmount()

* docs(form): 组件文档尺寸,增加 size 切换。

* docs(form): 增加 css 命名空间,避免样式冲突。

* fix: use-namespace.ts 语法警告

* docs(read-tip): 文档中的语法错误

* fix: _animation.scss 语法错误

* docs(read-tip): 英文文档中的语法错误

* docs(read-tip): 更正内容格式

* fix(select): 修复 select 组件 size 属性的逻辑

* fix(date-picker-pro): 修复date-picker-pro测试用例报错

* style(algolia): 组件文档 algolia 检索主题适配

* feat(switch): 组件 size 样式统一

* test(switch): 修复测试错误,主要原因是组件额外加了一层。

* docs(switch): 文档优化

* style(switch): 容器由块元素变更为内联元素

* fix(switch): 组件 size 的优先级(#1199)

* chore: auto create a tag

* chore: change branch

* chore: fix release failed

* chore: fix release failed (#1489)

* chore: fix release failed (#1490)

* fix(cascader): 组件 size 优先级 (#1199)

* docs(cascader): 组件文档增加 尺寸

* fix(timePicker): 组件 size 优先级 (#1199)

* fix(Search): 组件 size,如果在表单内应该跟随表单变化。

* docs(Search): 组件文档 增加 IconPositionType 类型。

* test(Search): 组件测试用例完善

* test(Search): 更新组件 测试用例

* test(Search): 更新组件 props size 优先级测试用例

* fix(input-number): 组件 props size 如果在表单内应该跟随表单变化。

* test(input-number): 增加组件 props size 优先级测试

* fix(timeSelect): 组件 size 优先级 (#1199)

* docs(form): form 文档 size 示例,增加 timeSelect、timePicker。

Signed-off-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: qinwencheng <157475034@qq.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <l851209312@163.com>
Co-authored-by: handsomezyw <1165966467@qq.com>
Co-authored-by: zcj <18137693952@163.com>
Co-authored-by: gxuud <igaoxian@foxmail.com>
Co-authored-by: 小九九 <61737780+asdlml6@users.noreply.github.com>
Co-authored-by: zhanglongbao <993917246@qq.com>
Co-authored-by: GaoNeng <31283122+GaoNeng-wWw@users.noreply.github.com>
Co-authored-by: vaebe <52314078+vaebe@users.noreply.github.com>
Co-authored-by: xzxldl55 <22699218+xzxldl55@users.noreply.github.com>
Co-authored-by: Bbbtt04 <2393714045@qq.com>
Co-authored-by: Cv-Enginner123 <1136261471@qq.com>
Co-authored-by: GaoNeng-wWw <gaonenggg@outlook.com>
Co-authored-by: buaalkn <1403284711@qq.com>
Co-authored-by: miliky <li1063094734@163.com>
Co-authored-by: hxj9102 <h_xj2019@163.com>
Co-authored-by: whbbit <luckyboy_dong@sina.com>
Co-authored-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: rongjie.song <rongjie.song@1step.ai>
Co-authored-by: huangxiaojie02 <huangxiaojie02@corp.netease.com>
Co-authored-by: zxlfly <zxlfly@foxmail.com>
Co-authored-by: hqchqc <734986933@qq.com>
Co-authored-by: xiaogonggong-w <2034966679@qq.com>
Co-authored-by: ERKELSOT <1256029807@qq.com>

Signed-off-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: qinwencheng <157475034@qq.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <l851209312@163.com>
Co-authored-by: handsomezyw <1165966467@qq.com>
Co-authored-by: zcj <18137693952@163.com>
Co-authored-by: gxuud <igaoxian@foxmail.com>
Co-authored-by: 小九九 <61737780+asdlml6@users.noreply.github.com>
Co-authored-by: zhanglongbao <993917246@qq.com>
Co-authored-by: GaoNeng <31283122+GaoNeng-wWw@users.noreply.github.com>
Co-authored-by: vaebe <52314078+vaebe@users.noreply.github.com>
Co-authored-by: xzxldl55 <22699218+xzxldl55@users.noreply.github.com>
Co-authored-by: Bbbtt04 <2393714045@qq.com>
Co-authored-by: Cv-Enginner123 <1136261471@qq.com>
Co-authored-by: GaoNeng-wWw <gaonenggg@outlook.com>
Co-authored-by: buaalkn <1403284711@qq.com>
Co-authored-by: miliky <li1063094734@163.com>
Co-authored-by: hxj9102 <h_xj2019@163.com>
Co-authored-by: whbbit <luckyboy_dong@sina.com>
Co-authored-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: rongjie.song <rongjie.song@1step.ai>
Co-authored-by: huangxiaojie02 <huangxiaojie02@corp.netease.com>
Co-authored-by: zxlfly <zxlfly@foxmail.com>
Co-authored-by: hqchqc <734986933@qq.com>
Co-authored-by: xiaogonggong-w <2034966679@qq.com>
Co-authored-by: ERKELSOT <1256029807@qq.com>

Signed-off-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: qinwencheng <157475034@qq.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <l851209312@163.com>
Co-authored-by: handsomezyw <1165966467@qq.com>
Co-authored-by: zcj <18137693952@163.com>
Co-authored-by: gxuud <igaoxian@foxmail.com>
Co-authored-by: 小九九 <61737780+asdlml6@users.noreply.github.com>
Co-authored-by: zhanglongbao <993917246@qq.com>
Co-authored-by: GaoNeng <31283122+GaoNeng-wWw@users.noreply.github.com>
Co-authored-by: vaebe <52314078+vaebe@users.noreply.github.com>
Co-authored-by: xzxldl55 <22699218+xzxldl55@users.noreply.github.com>
Co-authored-by: Bbbtt04 <2393714045@qq.com>
Co-authored-by: Cv-Enginner123 <1136261471@qq.com>
Co-authored-by: GaoNeng-wWw <gaonenggg@outlook.com>
Co-authored-by: buaalkn <1403284711@qq.com>
Co-authored-by: miliky <li1063094734@163.com>
Co-authored-by: hxj9102 <h_xj2019@163.com>
Co-authored-by: whbbit <luckyboy_dong@sina.com>
Co-authored-by: zhaoShijuan <18712788257@163.com>
Co-authored-by: rongjie.song <rongjie.song@1step.ai>
Co-authored-by: huangxiaojie02 <huangxiaojie02@corp.netease.com>
Co-authored-by: zxlfly <zxlfly@foxmail.com>
Co-authored-by: hqchqc <734986933@qq.com>
Co-authored-by: xiaogonggong-w <2034966679@qq.com>
Co-authored-by: ERKELSOT <1256029807@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation PR: merged PR: reviewed-approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants