Commit Graph

1051 Commits

Author SHA1 Message Date
ajaxzheng db85c86827
feat(runtime): add directive runtime (#1784) 2024-07-26 17:32:28 +08:00
MomoPoppy 61c3abf44a
fix(auto-tip): [auto-tip] Fix the issue where the placement configuration always has old values (#1774) 2024-07-26 17:18:03 +08:00
James 78d02c90fb
docs(numeric): [numeric]optimized docs of numeric component (#1753)
* docs(numeric): optimized docs of numeric component

* fix: update numeric demo

* fix: resolve code review
2024-07-26 17:16:19 +08:00
wuyiping0628 ca87faa0e6
fix(tree-menu): [tree-menu] resolve the issue of disabled treemenu components not taking effect (#1736) 2024-07-26 17:14:18 +08:00
James 4534d98cda
docs(dialog-box): update docs (#1732) 2024-07-26 17:13:26 +08:00
Gweesin Chan d97e0d302a
docs: fix typos (#1680)
* style: eslint format

* docs: fix typos

* revert: revert eslint format

This reverts commit 321e47277bc1937bd14d85b6830e1f0a26dc8497.
2024-07-26 17:12:04 +08:00
Kagol a18a7c895f
chore(fluent-editor): upgrade quill to 2.0.0 (#1785) 2024-07-26 16:55:16 +08:00
AcWrong02 59bc73b23d
feat(Switch): [switch] suppor custom open and close icon. (#1551)
* feat(Swtich): [Switch] suppor custom icon

* test(Switch): [Switch] add the the custom icon feature's unit test

* test(Swtich): [Switch] improve e2e test of costom icon

* test(Switch): [Switch]Update custom-open-close-icon.spec.ts

* test(switch): fix swtich custom-open-close-icon e2e test
2024-07-26 16:50:16 +08:00
gimmyhehe 06c39be857
docs(grid): 补充表格props文档 (#1782) 2024-07-26 15:30:31 +08:00
Kagol b3477f8f1e
sync release-3.17.0 to dev (#1777)
* fix(breadcrumb): [breadcrumb] resolve delimiter issued (#1755)

* fix(breadcrumb): [breadcrumb] resolve delimiter issued

* fix(breadcrumb): [breadcrumb] resolve delimiter issued

* feat: update runtime version

---------

Co-authored-by: wuyiping0628 <42107997+wuyiping0628@users.noreply.github.com>
Co-authored-by: zzcr <894103554@qq.com>
2024-07-25 17:44:36 +08:00
Kagol c13f676ccc
feat(fluent-editor): add mobile-first template (#1763) 2024-07-23 20:34:43 +08:00
chenxi-20 e4bdfdcc88
feat(search): [search] add disabled functionality to the search component and adapt to new specifications (#1756)
* feat(search): add disabled functionality to the search component and adapt to new specifications

* feat(search): add disabled docs

* feat(search): fix var bug
2024-07-23 17:04:15 +08:00
chenxi-20 84722f83b1
feat(tabs): [tabs] Add new specification function (#1762)
* feat(tabs): 刷新页签规范,新增几种类型的禁用功能

* feat(tabs): 刷新页签规范,新增small模式类型
2024-07-23 17:03:21 +08:00
Kagol e3abd8c05e
docs(fluent-editor): optimize demo/api docs (#1757) 2024-07-22 09:16:33 +08:00
ajaxzheng 6cd4c5072c
fix(docs): fix components number (#1754) 2024-07-19 15:11:38 +08:00
Kagol ab8188edec
docs(tree-select): optimize demo/api docs (#1743) 2024-07-19 15:09:57 +08:00
gimmyhehe 027afe8653
docs(sites): 修复文档错别字、单词拼写错误 (#1758) 2024-07-19 15:04:42 +08:00
ajaxzheng ce0da6845f
feat: update site design style (#1752) 2024-07-17 15:28:47 +08:00
ajaxzheng 0b961665a6
feat: sync release-3.17.0 to dev (#1748)
* fix(card): 修复card组件样式污染全局问题

* feat(drawer): [drawer] Add drag listening event (#1701)

* feat(drawer): [drawer] Add drag listening event

* feat(drawer): [drawer] Modify version number

* feat(vue): [button-group] add empty slot (#1700)

* feat(vue): [button-group] add empty slot

* docs(button-group): add new api version

* fix(select): fix Select‘s  SMB theme, multi select svg color (#1705)

* feat: update theme version

* fix(chart): [chart] Fixed chart-core bug (#1708)

* fix: chart-core添加cloneDeep引入

* fix: 修改chart组件getFormatted函数判断逻辑

* fix: 更新chart-core包版本为3.17.1

* fix(popper): fix build error in vitepress (#1711)

* fix(popper):  fix build error in vitepress

* fix(popper):  升级版本

* fix(select): rename select's css var name (#1713)

* fix(grid): [grid] change custom components to tinyvue components to a… (#1724)

* fix(grid): [grid] change custom components to tinyvue components to adapt difference theme

* Update package.json

* fix(drawer): fix the issue content can not display when using v-if (#1733)

* fix(dropdown): fix dropdown in virtual scrolling grid (#1717)

* feat: update renderless version

* fix(select): the input parameter of the computedDisabledTooltipcontent lost props (#1740)

* fix(select): the input parameter of the computedDisabledTooltipcontent does not contain props

* fix(select): update version

* fix(grid-toolbar): [grid] fix toolbar ref name error (#1745)

---------

Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: Davont <davontz@icloud.com>
Co-authored-by: Huang Yilin <huangyilin16@qq.com>
2024-07-17 11:22:52 +08:00
ajaxzheng 88734cb106
docs(changelog): update changelog and runtime doc (#1749)
* docs(changelog): update changelog and runtime doc
2024-07-17 11:04:52 +08:00
Kagol f19e3f137f
chore: update workflow node-version to 20 (#1742) 2024-07-11 16:06:00 +08:00
Davont ff0ec5bcb9
fix(chart): fix Boxplot chart bug (#1741)
* fix: 【Charts】update charts snapshots

* fix: 修复图表height为100%时的高度问题

* fix: 优化图表extend逻辑

* fix: 修复图表extend失效问题

* fix: 删除注释

* fix: 新增图表echartOption变量,以便用户获取echart配置

* fix: 修复playground百度地图案例错误问题

* fix: 修复图表option复杂变量失效问题

* fix: 修改高德百度地图案例注释

* fix: chart-core添加cloneDeep引入

* fix: 修改chart组件getFormatted函数判断逻辑

* fix: 更新chart-core包版本为3.17.1

* fix: 修复箱型图data为空数组时的报错问题

* fix: 添加图标属性逻辑的深拷贝

* fix: 删除注释文件
2024-07-11 10:38:20 +08:00
Kagol ed9b1a693d
chore(fluent-editor): update package.json (#1721) 2024-07-07 17:33:02 +08:00
Kagol a037b97610
chore: release-3.17.0 to dev (#1720)
* fix(card): 修复card组件样式污染全局问题

* feat(drawer): [drawer] Add drag listening event (#1701)

* feat(drawer): [drawer] Add drag listening event

* feat(drawer): [drawer] Modify version number

* feat(vue): [button-group] add empty slot (#1700)

* feat(vue): [button-group] add empty slot

* docs(button-group): add new api version

* fix(select): fix Select‘s  SMB theme, multi select svg color (#1705)

* feat: update theme version

* fix(popper): fix build error in vitepress (#1711)

* fix(popper):  fix build error in vitepress

* fix(popper):  升级版本

* fix(select): rename select's css var name (#1713)

---------

Co-authored-by: zzcr <894103554@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: 申君健 <40288193@qq.com>
2024-07-05 15:18:59 +08:00
Davont a2b3c6a859
fix(chart): [chart] Fixed chart-core bug (#1706)
* fix: 【Charts】update charts snapshots

* fix: 修复图表height为100%时的高度问题

* fix: 优化图表extend逻辑

* fix: 修复图表extend失效问题

* fix: 删除注释

* fix: 新增图表echartOption变量,以便用户获取echart配置

* fix: 修复playground百度地图案例错误问题

* fix: 修复图表option复杂变量失效问题

* fix: 修改高德百度地图案例注释

* fix: chart-core添加cloneDeep引入

* fix: 修改chart组件getFormatted函数判断逻辑

* fix: 更新chart-core包版本为3.17.1
2024-07-02 21:03:58 +08:00
Kagol 4a863b99dc
fix: fix pnpm site error (#1702) 2024-06-27 21:04:00 +08:00
GaoNeng 9c072f2055
feat(tree-menu): clearable (#1672) 2024-06-27 16:32:51 +08:00
Nowitzki41 32076d45da
fix(vue-renderless): [radio-group] fix handleKeydown blocking default events and bubble logicbug (#1650)
Fix blocking default events and bubble logic
2024-06-27 16:18:22 +08:00
Gweesin Chan 403fea7e0e
fix: fix build internals error in node v18.19.1 (#1676) 2024-06-27 16:16:19 +08:00
ajaxzheng f7ca5794d3
feat: 适配 solidjs (#1566) (#1682)
* feat:同步代码

* chore: 优化本地 svg 加载

Co-authored-by: however <102494131+river-xiu@users.noreply.github.com>
2024-06-27 16:11:48 +08:00
Kagol 196ab84bee
feat(tree-select): [tree-select] add tree-select component (#1683)
* feat(tree-select): add tree-select component

* refactor(tree-select): obtain updateSelectedData/hidePanel from baseSelectRef
2024-06-26 16:56:50 +08:00
Kagol d160913047
chore(base-select): add mark and metaData (#1681) 2024-06-26 16:56:22 +08:00
Davont 52c6c3427a
fix(chart): [chart] Fixed baidu chart example and chart-core bug (#1691)
* fix: 【Charts】update charts snapshots

* fix: 修复图表height为100%时的高度问题

* fix: 优化图表extend逻辑

* fix: 修复图表extend失效问题

* fix: 删除注释

* fix: 新增图表echartOption变量,以便用户获取echart配置

* fix: 修复playground百度地图案例错误问题

* fix: 修复图表option复杂变量失效问题

* fix: 修改高德百度地图案例注释
2024-06-26 11:46:10 +08:00
wuyiping0628 afe9682f8a
feat(breadcrumb): [breadcrumb] adapts to xdesign theme (#1693) 2024-06-26 11:34:11 +08:00
wuyiping0628 66f4d2153d
fix(nav-menu): [nav-menu] resolve the issue of current component not being highlighted (#1695) 2024-06-26 11:23:36 +08:00
gimmyhehe 6b4801cf2e
fix(pager): all theme use same svg to show dot (#1673) 2024-06-26 11:22:20 +08:00
James fc13e4344c
fix(dialog-box): update style problem (#1674) 2024-06-26 11:22:02 +08:00
wuyiping0628 4758a2635e
fix(timeline): [timeline] add vertical description to node description slot (#1685) 2024-06-26 11:20:43 +08:00
李天佑 1074f78548
fix(button-group): [button-group] Fixed I18n (#1689) 2024-06-26 11:19:45 +08:00
李天佑 22becf4ce7
docs(date-picker): [date-picker] Optimization Cases (#1690) 2024-06-26 11:19:15 +08:00
ajaxzheng 640c1a2aab
feat: update mobile first template (#1697) 2024-06-26 11:08:46 +08:00
ajaxzheng 5e02624fd9
Sync release 3.16.0 (#1671)
* fix(grid): fix right fixed table header gutter style (#1542)

* fix(grid): [grid] fix grid no emit filter-change bug (#1536)

* fix(grid): [grid] fix grid not emit filter-change bug

* fix(grid): [grid] fix grid not emit filter-change bug

* docs: add v3.15.0 changelog (#1544)

* fix(tree): remove leaf node's padding-left (#1546)

* fix(action-menu): [action-menu] fix no divided bug (#1538)

* fix(action-menu): [action-menu] fix no divided bug

* fix(action-menu): [action-menu] fix no divided bug

* refactor(unplugin): rewrite unplugin for autoimport Vue components (#1553)

* fix(tabs): [tabs] Fixed issue with default slot and template/v-if/v-for usage in vue2 and vue3 (#1558)

* fix(tabs): [tabs] Fix the bug where the name is empty caused by using v-if in tabstem

* fix(tabs): [tabs] update renderless version

* fix(tabs): [tabs] Fix the issue with rendering in the default slot of Vue3

* fix(tabs): [tabs] Fix the issue of inconsistent highlighting when multiple V-ifs are used

* fix(tabs): [tabs] update opentiny/vue-tabs version

* fix(theme-saas): update theme saas dependencies (#1582)

* Update package.json

* feat(unplugin-tiny-vue): add TinyVueResolver (#1585)

* docs: add breaking changes to changelog (#1562)

* fix(chart): delete chart duplicate key (#1624)

* fix(select): [select] add showAllTextTag prop for select (#1627)

* fix(select): add showAllTextTag prop for select

* fix(select): update select  version in  package.json

* fix: [chart]fix chart height error and area chart empty data error (#1631)

* fix: 修复面积图空数据报错问题

* fix: 修复图表高度设置为100%的高度异常问题

* fix: 修改boxplot图表案例引入

* fix(drop-times): [drop-times] modify style (#1635)

* feat(theme): update theme version

* fix(chart): fix chart extend bugs (#1638)

* fix: 修复chart图表的extend未生效问题

* fix: 优化图表extend逻辑

* fix: 优化图表extend逻辑

* docs: optimize component category (#1626) (#1641)

* docs: update changelog v3.16.0 (#1642)

* feat(version): add npmmirror cdn link (#1646)

* feat(version): update docs version

* feat(alert): [alert] add type title text color css var (#1653)

* feat(alert): [alert] add type title text color css var

* feat(alert): [alert] add type title text color css var

* fix(select): [select] Fix the issue of invalid select component click events and remove inheritAttrs (#1657)

* fix(theme): [grid] fix tree node text overflow (#1661)

* fix(vue): [grid] fix multi toolbar can not get tableColumns config (#1656)

* fix(vue): [grid] fix multi toolbar can not get tableColumns config

* fix(vue): [grid] fix multi toolbar can not get tableColumns config

* fix(select,grid): fix select click event bug and grid toolbar bug

* fix(modal): adjust the title icon display of the modal (#1658)

* fix(modal): adjust the title icon display of the modal

* fix: update modal package.json

* fix(statistic): optimized the style, test, and example of the statistics component (#1660)

* fix: update style and demo statistic of component

* fix: update e2e-test

* fix: when num is equal to 0

---------

Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: Kagol <kagol@sina.com>
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
Co-authored-by: Davont <davontz@icloud.com>
Co-authored-by: 李天佑 <66231260+You-Hw-Y@users.noreply.github.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: James <72028410+James-9696@users.noreply.github.com>
2024-06-11 10:05:34 +08:00
betavs e7d9dd9e04
feat(components): [drawer] enable open event (#1527)
* feat(drawer): enable open event

* docs(drawer): enable open event

* perf(drawer): enable open event

* style(drawer): enable open event

* perf(drawer): enable open event

* perf(drawer): enable open event
2024-06-11 09:20:52 +08:00
Kagol b72b21da0d
feat(base-select): [select,base-select] add panel slot (#1663)
* feat(base-select): add panel slot

* feat(base-select): add multiple tree demo

* docs(base-select): add filterable tree demo

* test(base-select): optimize slot panel e2e test
2024-06-07 11:40:31 +08:00
ajaxzheng de7adb69e5
build(runtime): update runtime playgroud (#1669) 2024-06-07 11:33:25 +08:00
ajaxzheng 90deb78ed6
ci(runtime): add runtime git action (#1667) 2024-06-07 11:32:51 +08:00
gimmyhehe bfeff2bed2
fix(theme): update scrollbar width to 8px (#1668) 2024-06-07 11:31:40 +08:00
zhangpaopao 3e15c0d991
fix: vue-test-uitls destory should be destroy (#1654) 2024-06-04 17:39:52 +08:00
ajaxzheng 336ef0a456
feat(runtime): add all、pc、mobile、mobile-first、simple runtime (#1662) 2024-06-04 17:24:58 +08:00
Davont 494bb14efb
fix: fix chart extend bug (#1664)
* fix: 【Charts】update charts snapshots

* fix: 修复图表height为100%时的高度问题

* fix: 优化图表extend逻辑

* fix: 修复图表extend失效问题

* fix: 删除注释
2024-06-04 17:19:20 +08:00