Commit Graph

1085 Commits

Author SHA1 Message Date
Kagol c2593f74df
fix(fluent-editor): fix console warn (#1833) 2024-08-05 20:25:44 +08:00
Kagol e09599fb00
fix(fluent-editor): fix style missing (#1831) 2024-08-05 16:22:55 +08:00
ajaxzheng 4a7c5d993e
feat(readme): add readme files to main packages (#1826) 2024-08-05 15:22:50 +08:00
Kagol 89fd59a965
fix(fluent-editor): fix style error (#1829) 2024-08-05 15:22:00 +08:00
申君健 0b7834fb6d
feat(link): add link‘s typescript and docs (#1816)
* fix(select): remove unnecessary stopPropagation

* fix(link): add Link's typescript declaration, and remove size prop

* fix(link): add click event's docs
2024-08-05 15:15:13 +08:00
gimmyhehe 644e5a9649
feat(pager): [pager] add new props total-fixed-left (#1819) 2024-08-05 15:14:10 +08:00
gimmyhehe a07eeffee7
fix(playground): fix old version runtime not found close #1817 (#1818) 2024-08-05 11:16:21 +08:00
Gweesin Chan 9e7008edef
fix(warning): fix unocss version conflicts (#1825) 2024-08-04 19:56:58 +08:00
ajaxzheng e8c02199f2
docs(theme): add custom cssvar variable prefix documentation (#1806) 2024-08-02 15:41:31 +08:00
chenxi-20 ddd664915c
feat(file-upload): [file-upload]刷新上传组件新规范 (#1811)
* feat(file-upload): 刷新上传组件新规范

* feat(file-upload): 更换上传列表左侧图标
2024-08-02 15:38:36 +08:00
gimmyhehe 6bee15682d
fix(form): [form] fix content not aligned when display only close #1698 (#1805) 2024-08-02 15:38:13 +08:00
Kagol d88c26890a
fix(fluent-editor): fix fluent-editor saas theme (#1814) 2024-08-02 15:37:06 +08:00
Kagol fe794b99ea
fix(fluent-editor): fix error when execute pnpm site (#1815) 2024-08-02 15:36:41 +08:00
Kagol e4416eb710
docs(fluent-editor): optimize fluent-editor pc docs (#1807) 2024-08-02 15:35:24 +08:00
ajaxzheng 0811cb12e1
feat: update vue-docs (#1810) 2024-08-01 17:45:27 +08:00
Davont 04bf0aea3b
Docs(charts): update chart document (#1800)
* 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: 删除注释文件

* docs: 更新图表文档

* fix: 修复机器人提出的问题

---------

Co-authored-by: Davont <davontz.icloud.com>
2024-07-31 15:30:35 +08:00
James 41b13fa827
fix(numeric): modify docs (#1803) 2024-07-31 15:28:39 +08:00
Kagol 7054c15dee
docs(fluent-editor): optimize fluent-editor mobile-first docs (#1804) 2024-07-31 15:28:29 +08:00
gimmyhehe 072d888daf
fix(grid): fix grid click menu item jump to blank tab in playground close #1709 (#1802) 2024-07-31 15:28:06 +08:00
ajaxzheng 43f7971727
feat: sync release-3.17.0 to dev (#1801)
* 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)

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

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

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

* feat: update runtime version

* fix(breadcrumb): [breadcrumb] resolve the issue of separator not switching (#1783)

* fix(theme): when release theme, copy dist to _dist and replace cssvar… (#1768)

* fix(theme): when release theme, copy dist to _dist and replace cssvar's prefix name

* fix(vue-theme): update package's version

---------

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>
Co-authored-by: wuyiping0628 <42107997+wuyiping0628@users.noreply.github.com>
2024-07-31 15:17:03 +08:00
wuyiping0628 3aee085d47
fix(tree-menu): [tree-menu] Delete the prefix-icon attribute of the tree menu component (#1789) 2024-07-31 14:24:18 +08:00
gimmyhehe 746c8ea054
fix(form): [form] fix text validation style error in other size form … (#1798)
* fix(form): [form] fix text validation style error in other size form close #1750

* fix(form): [form] fix form item not aligned close #1726
2024-07-31 14:22:57 +08:00
Kagol 4bcb2e7781
fix(fluent-editor): fix image module and optimize toolbar style (#1799)
* fix(fluent-editor): fix image upload

* fix: fix toolbar style

* refactor(fluent-editor): use optional chaining for safety
2024-07-30 18:59:23 +08:00
Kagol cd8b5acc9e
feat(fluent-editor): optimize fluent-editor mobile-first (#1794)
* feat(fluent-editor): optimize fluent-editor mobile-first

* refactor(fluent-editor): use optional chaining for safer property access
2024-07-30 18:47:00 +08:00
gimmyhehe 1840316ede
docs(button-group): add new slot api version (#1797) 2024-07-30 17:50:00 +08:00
Kagol e596b50027
fix(fluent-editor): fix better-table (#1788) 2024-07-29 19:43:39 +08:00
Kagol 73316081d0
fix: fix Vue packages version mismatch fix #1773 (#1791) 2024-07-29 16:20:49 +08:00
申君健 028902e10f
fix(warning): fix all warning , fix dialog-box's visible ,default false (#1792) 2024-07-29 16:20:25 +08:00
GaoNeng 14bce7900e
fix(color-picker): [color-picker,color-select-panel] fix issue 1684 (#1686)
* fix(color-picker,color-select-panel): issues 1684

* feat(color-picker,color-select-panel): update modelValue realtime

* refactor(color-picker): refactor component

* style: 删除调试代码
2024-07-27 14:13:42 +08:00
Gweesin Chan 7581a31ec5
fix: fix layout asider layer error on mobile mode (#1778)
* fix: fix layout asider layer error on mobile mode

* refactor: css var prefix docs
2024-07-27 14:06:09 +08:00
Kagol 88d07d16ef
fix(fluent-editor): fix toolbar icon and undo/redo (#1786) 2024-07-27 14:05:28 +08:00
Gweesin Chan 0d003d8e7a
fix(picker): fix mobile breakpoint cannot use pc datepicker and timepicker (#1678) 2024-07-27 11:46:20 +08:00
Gweesin Chan 335fc3883d
fix(playground): could not open playground as Composition mode (#1787)
* fix: playground could not display as composition api
2024-07-27 11:38:18 +08:00
Gweesin Chan 5bc79b23a7
fix(rich-text-editor): [rich-text-editor] fix data binding doen't work (#1779)
* fix(rich-text-editor): [rich-text-editor] fix double data binding doesn't work

* feat(rich-text-editor): add type for intellisense

* fix: remove renderless extra deps
2024-07-27 11:36:32 +08:00
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