Commit Graph

1107 Commits

Author SHA1 Message Date
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
ajaxzheng a931e5fdc6
feat: sync release-3.16.0 to dev (#1648)
* 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

---------

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>
2024-05-28 11:44:20 +08:00
James 65eb13eabd
fix: add carousel component of demo (#1609)
* feat: add carousel of demo show

* fix: update carousel of demo show

* fix: update review code

* fix: add e2e-test
2024-05-28 10:29:03 +08:00
allcontributors[bot] 6cd6630bdf
docs: add trueLoving as a contributor for test (#1645)
* docs: update README.md [skip ci]

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

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-27 14:46:51 +08:00
allcontributors[bot] 302f68a2e7
docs: add Zcating as a contributor for code (#1644)
* docs: update README.md [skip ci]

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

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-27 14:45:59 +08:00
allcontributors[bot] a0450613f9
docs: add RanierYu as a contributor for code (#1643)
* docs: update README.md [skip ci]

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

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-27 14:45:00 +08:00
Kagol 0778e60d0b
feat(base-select): [base-select,select] add base-select (#1632)
* refactor(base-select): add base-select

* refactor(base-select): remove tree/grid and e2e tests

* refactor(base-select): remove tree/grid in the base-select/pc.vue

* refactor(base-select): remove tree/grid in the renderless/index.ts|vue.ts

* docs(base-select): remove tree/grid demos
2024-05-21 15:31:50 +08:00
Davont f3a912871a
fix: 【Charts】update charts snapshots (#1634) 2024-05-21 09:08:28 +08:00
Kagol 3f8001ac1d
docs: optimize component category (#1626) 2024-05-14 09:33:47 +08:00
黄怡林 340a4ad5c9
fix(docs): add scoped to style tags (#1620) 2024-05-11 14:49:02 +08:00
ajaxzheng 77247ff044
feat: update chart docs (#1623) 2024-05-11 14:40:08 +08:00
betavs 3d165a1d3c
chore(vscode): remove deprecated extension (#1603) 2024-05-10 14:35:27 +08:00
chenxi-20 e339a704a8
fix(file-upload): [file-upload] Fix the hidden feature bug in props.isHidden (#1617) 2024-05-10 14:30:04 +08:00
James d4faaacdad
fix: optimization statistic component (#1608)
* fix: update statistic componets

* fix: update demo of props

* fix: update statistic style

* docs: update demo
2024-05-09 17:48:41 +08:00
Davont e164688824
fix(chart): update chart test example (#1610)
* fix: delete the empty lines

* update: 更新api文档

* fix: 添加图表插槽,添加图表theme属性,默认图表样式更改为cloud,

* docs: 修改案例代码

* docs: 修改文档描述

* text: 修改playwright测试用例

* text: 修改wordcloud图playwright测试用例

* fix: 修改chart-core文件

* fix: 修改chart-core文件
2024-05-09 17:35:59 +08:00
Kagol f12c81c7c6
chore: add favicon (#1611) 2024-05-09 17:33:22 +08:00
chenxi-20 df0f9f2431
fix(test): [milestone] Fix e2e test cases (#1612) 2024-05-09 17:32:56 +08:00
chenxi-20 faf857c229
fix(test): [tabs] Fix e2e test cases (#1613) 2024-05-09 17:32:28 +08:00
chenxi-20 d4c2e6d1e5
fix(file-upload): [file-upload] Fix the hidden feature bug in props.isHidden (#1614) 2024-05-09 17:32:04 +08:00
chenxi-20 5b5ffcb8d2
fix(test): [pop-upload] Fix e2e test cases (#1615) 2024-05-09 17:31:22 +08:00
AcWrong02 551ea69212
docs[Carousel]: [carousel] improve the document of Carousel Component (#1571)
* docs(Carousel): [Carousel] unified code example and improve the carousel demo style

* docs(Carousel): [Carousel]improve the description of document
2024-04-30 14:04:42 +08:00
AcWrong02 f6bd22b973
feat(Drawer): [Drawer]support custom whether confirm event close the drawer and improve the type declaration (#1588)
* style(drawer): [drawer]improve the type declaration of drawer component

* feat(drawer): [drawer]Support customizing whether the drawer is closed after clicking the confirm button

* docs(drawer): [drawer]update the document of drawer component
2024-04-30 12:58:07 +08:00
AcWrong02 3ed478d26d
fix(button & button-grounp): [button, button-group]improve the accessibility (#1586)
* fix(button): [button]modify the button prop tabindex's default value to 0

* fix(button-grounp): [button-group]improve the tab select style
2024-04-30 12:09:38 +08:00
AcWrong02 538fb4925a
fix(checkbox): [checkbox,checkbutton] Improve Checkbox and CheckButton accessibility. (#1581)
* fix(Checkbox): [Checkbox] Improve component accessibility

* fix(checkbox-button): [checkbox-button] Improve component accessibility
2024-04-30 12:09:06 +08:00
wuyiping0628 869449a7ae
fix(cascader): [guide] add smb theme (#1584) 2024-04-30 11:43:54 +08:00
James cb5e98b02b
fix(modal): the modal prompt box is compatible with the position of titles and content icons (#1570)
* fix: the width of the modal box can be displayed in the center as the browser window size changes

* fix: the modal prompt box is compatible with the position of titles and content icons
2024-04-30 11:42:36 +08:00
AcWrong02 d4323a52fe
fix[DatePicker]: [DatePicker]fix the tabindex's default value to 0 (#1589) 2024-04-30 11:35:32 +08:00
Wind 30abcc4430
test(button-group): Supplement button-group component test case (#1596) 2024-04-30 11:34:07 +08:00
Davont 4e7435bf41
doc: [charts] 更新图表的 API 文档,增加 options 使用方法 (#1600)
* fix: delete the empty lines

* update: 更新api文档

* fix: 添加图表插槽,添加图表theme属性,默认图表样式更改为cloud,
2024-04-29 17:26:37 +08:00
gimmyhehe 0bd0d8b9e0
fix(grid): [grid] fix shadow-root does not have getAttribute function (#1593) 2024-04-26 16:03:58 +08:00
gimmyhehe 55e65a4464
fix(grid): [grid] fix tableWidth error when all column has min-width (#1595) 2024-04-26 16:03:10 +08:00
GaoNeng e0b595af1a
fix(rich-text-editor): code overflow (#1590) 2024-04-26 16:02:37 +08:00
黄怡林 1279d4a08c
test(loading): add E2E test cases for mobile component (#1591)
* test(loading): add E2E test  for mobile component

* fix(loading): solved global registry api docs SyntaxError
2024-04-26 16:02:04 +08:00
Kagol b4c1be5062
docs: add description and keywords for seo (#1592) 2024-04-26 16:00:26 +08:00
chenxi-20 147de7fdde
feat(tabs): [tabs] Add panel configuration function to adapt to the new SMB specifications (#1547) 2024-04-19 09:28:09 +08:00
gimmyhehe e7ab21759b
fix(grid): [grid] fix remote filter default value (#1574) 2024-04-19 09:26:57 +08:00
chenxi-20 826f9edf65
fix(anchor): [anchor] Correcting Ambiguity in Anchor Document Description #1303 (#1569) 2024-04-19 09:26:16 +08:00
黄怡林 9589ea5805
perf(theme-mobile): remove css vars from :root to root class of component (#1579) 2024-04-19 09:25:48 +08:00
gimmyhehe 5430eed386
fix(grid): [grid] fix simple custom setting selected value not match on reload window (#1580) 2024-04-19 09:25:03 +08:00
wuyiping0628 64149d35b4
fix(skeleton): [skeleton] update document (#1577) 2024-04-19 09:24:31 +08:00
gimmyhehe ce46b8a06f
fix(grid): [grid] fix nested grid context menu error (#1578) 2024-04-19 09:24:04 +08:00
Zcating f834ca7e05
fix(carousel): fix issue #1543 (#1548) 2024-04-12 14:33:50 +08:00
Ranier Yu cca1a5eab4
fix(dialog-box): fix issue #1242 (#1550)
Co-authored-by: RanierYu <whylost@aliyu.com>
2024-04-12 14:33:29 +08:00
James f42012cb1e
fix: the width of the modal box can be displayed in the center as the browser window size changes (#1554) 2024-04-12 00:03:55 +08:00
chenxi-20 c64c373b94
fix(tabs): [tabs] Fix the bug where the name is empty caused by using v-if in tabstem (#1549) 2024-04-12 00:02:42 +08:00