Commit Graph

79 Commits

Author SHA1 Message Date
ajaxzheng 5b922a1208
feat: Adapts to x-design specifications (#1872) 2024-08-09 14:37:01 +08:00
gimmyhehe b32a7007f1
ci: add automate script to transform demos to add "Tiny" prefix (#1832) 2024-08-07 09:27:25 +08:00
Kagol 73316081d0
fix: fix Vue packages version mismatch fix #1773 (#1791) 2024-07-29 16:20:49 +08:00
ajaxzheng db85c86827
feat(runtime): add directive runtime (#1784) 2024-07-26 17:32:28 +08:00
Kagol 4a863b99dc
fix: fix pnpm site error (#1702) 2024-06-27 21:04:00 +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
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
ajaxzheng de7adb69e5
build(runtime): update runtime playgroud (#1669) 2024-06-07 11:33:25 +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
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
ajaxzheng 77247ff044
feat: update chart docs (#1623) 2024-05-11 14:40:08 +08:00
ajaxzheng 564912012a
feat: Adapting to the X-design theme (#1534) 2024-04-08 15:46:23 +08:00
ajaxzheng 85ce304b76
fix(select): fix select/picker bugs (#1487) 2024-03-14 16:43:46 +08:00
ajaxzheng a70d32573b
feat: sync release3.14.0 (#1483)
* feat(theme): update theme index

* docs: add docs unplugin and changelog (#1476)

* docs: add v3.14.0 changelog

* chore: update @opentiny/unplugin-tiny-vue version

* docs: add auto import docs

* fix(vue): add new dependencies (#1482)

* fix(vue): add new dependencies

* fix(vue): add new dependencies

* docs(grid): update grid apis (#1480)

---------

Co-authored-by: Kagol <kagol@sina.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
2024-03-13 10:16:07 +08:00
ajaxzheng ba392507d3
test(e2e): fix e2e error (#1471) 2024-03-07 14:42:33 +08:00
yoyo 7ef29bd08b
feat(ci): e2e add vue2 (#1398) 2024-02-28 17:47:18 +08:00
Davont 0aff401567
fix(chart-beta): add build:chartTheme command and implement chartBetaTheme function (#1436)
* fix(chart-beta): formatting issues in chart components

* fix(chart-beta): formatting issues in chart components

* fix(chart-beta): Update dependencies and imports in chart modules

* fix(chart-beta): Update dependencies and imports in chart modules

* Merge branch 'dev' of https://github.com/opentiny/tiny-vue into dev

* fix: add build:chartTheme command and implement chartBetaTheme function
2024-02-28 15:19:56 +08:00
gimmyhehe 7c7db7a295
feat(vue): add vue sub packages dependencies (#1424)
* feat(vue): add vue sub packages dependencies

* feat(vue): add vue sub packages dependencies
2024-02-27 10:40:03 +08:00
xiaoy 2a3defe9d0
feat(plugin): auto import plugin (#1397)
feat(plugin): auto import plugin
2024-02-27 10:11:40 +08:00
ajaxzheng c7618314f2
fix(mobile-first): fix mobile-first components bugs (#1426) 2024-02-26 09:30:53 +08:00
ajaxzheng 87f1d3cbdb
feat(e2e): set default value to playwright (#1389) 2024-02-08 11:52:23 +08:00
Kagol e848314b4b
feat: optimize mobile-first components 2024-02-04 11:54:30 +08:00
xiaoy 8985b95a84
fix(cli): package.json missing dependency when create ui (#1339) 2024-01-27 09:58:20 +08:00
gimmyhehe 82c570c2c5
build(internal): fix inline chunk error (#1256) 2024-01-05 16:40:37 +08:00
ajaxzheng e9f0ef5529
fix(build): fix build error and update versions (#1254)
* fix(pager): [pager] change pager content to unicode (#1251)

* fix(build): fix build error and update versions

* fix(build): update theme version

---------

Co-authored-by: gimmyhehe <975402925@qq.com>
2024-01-04 14:59:25 +08:00
Kagol 48a0df2980
chore: [date-picker] config playwright timezoneId (#1253) 2024-01-04 14:58:54 +08:00
ajaxzheng d4706a3441
feat(test): [alert] update @playwright/test version (#1216)
* feat(test): [alert] update @playwright/test version

* feat(test): [alert] update @playwright/test version
2023-12-27 17:07:22 +08:00
ajaxzheng 95beedfc4d
docs(grid): update grid docs (#1189)
* docs(grid): update grid docs

* docs(grid): update grid docs

* docs(grid): update grid docs
2023-12-21 16:28:43 +08:00
ajaxzheng 642e31eee6
fix(automate): fix reviews comments (#1187) 2023-12-20 16:11:18 +08:00
gimmyhehe 491a5489f5
feat(internals): add demos scan script to find demos problem (#1180) 2023-12-19 17:35:00 +08:00
ajaxzheng 8857f378d8
feat(automate): add script projects such as statistics and document automatic error correction (#1179) 2023-12-19 16:49:36 +08:00
ajaxzheng 5709d26ee4
fix(components): fix some bugs (#1148)
* fix(row): [layout] restore the gutter value, and add gutter demo (#1006)

* fix(row): restore the gutter value, and add gutter demo

* fix(row): fix e2e test

* fix(dropdown): fix console warning (#1000)

* fix(select): [select] Fixed an issue where a blank area is displayed when the select component uses the optimization attribute (#989)

* docs(layout): fix gutter's default value (#1011)

* build(internal): fix process not defined error (#991)

* build(internal): fix process not defined error

* build(internal): fix process not defined error

* build(internal): fix process not defined error

* Update transformVirtualTemplateForBuild.ts

* fix(sites): demo fill the row when it is only one

* fix(form): fix from valid tooltip background color (#1059)

* fix(form): fix from valid tooltip background color (#1081)

* build(theme): [theme] Add the index.less file package of the root directory (#1090)

* fix(grid): [grid] update parentHeight before recalculate (#1142)

---------

Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
2023-12-15 15:20:45 +08:00
ajaxzheng fb4761568a
feat(react): optimize react file structure (#1099) 2023-12-11 19:10:04 +08:00
ajaxzheng 9e1089eed3
docs(sites): optimize docs md (#1034)
* docs(sites): optimeze docs md

* docs(sites): optimeze docs md
2023-12-07 09:33:36 +08:00
ajaxzheng f3d490d10b
feat(vue): update vue version (#955) 2023-11-29 16:29:22 +08:00
ajaxzheng efe14609ce
fix(vite): update Vite version and delete useless package (#892) 2023-11-22 21:03:47 +08:00
gimmyhehe 16066bd9fd
build(internal): build all template when run build:runtime (#895) 2023-11-22 15:14:49 +08:00
gimmyhehe 4ccc2ba1eb
feat(sites): add mobile-first playground (#864) 2023-11-20 10:07:58 +08:00
GaoNeng 64183e2c25
fix: Deserialization problem (#836)
* fix: Deserialization problem

* fix: type error
2023-11-16 14:10:24 +08:00
yoyo da7748a564
fix(internals): fix playwright-config syntax bug (#705) 2023-11-03 18:16:51 +08:00
ajaxzheng a5303d798f
feat: update mobile-first and saas (#702) 2023-10-30 15:13:55 +08:00
yoyo b2b8c9cecf
refactor(test-e2e): the e2e tests in example/site/pc/app support baseURL (#693) 2023-10-30 11:35:02 +08:00
ajaxzheng 06dbb38707
fix color-picker bug and update changelog (#631)
* docs: update release notes (#397)

* fix Playground Page (#399)

* fix(sites): 切换 sites 引用 @opentiny/vue-repl包

* fix(sites): fix Playground Page

* fix(sites): fix (#400)

* feat(release): delete color-picker

* feat(release): delete color-picker

* feat(release): fix grid tips contentMethod

* fix(playground):  fix process.env \ changeVersion \sortablejs  bugs (#422)

* fix(sites): fix grid demo api link jump error url (#421)

* fix(form-demo): add form validateField api demo (#424)

* fix: fix demo import vue-modal; fix playground share (#428)

* fix(playground):  fix process.env \ changeVersion \sortablejs  bugs

* fix:  fix demo import vue-modal; fix playground share

* fix: import Modal (#430)

* fix(select): Fix label not displaying correctly when using optimization attribute in select component (#438)

* fix(search): the enter bug of the search component is fixed (#439)

* feat(release): fix grid watch data

* feat(grid): fix grid custom tooltip

* fix: fix grid pager events

* docs: fix the problem of missing container component style (#453)

* docs(container): fix container composition demos fix #425 (#441)

* docs: remove :::warning

* fix(checkbox): fix checkbox selected icon bug close #450 (#451)

* fix: fix input attrs id

* fix(slider): fix slider range demo bug

* fix: fix when datetime component in dialog-box, the popper scroll away; fix dialog-box (#455)

* fix(mobile-tabbar): fixed a tabbar component switchover issue on the mobile client (#458)

* fix(slider): fix upload destory bug

* fix(smb-theme): smb theme change fix (#469)

* fix(checkbox): fix checkbox group wrap (#467)

* fix(dropdown): Fix the issue of incorrect theme icons for Dropdown components. (#468)

* fix(dropdown-item): (#472)

Fix DropdownItem component clicking to disable menu items but triggering item-click event

* fix(button): button smb theme change fix (#470)

* fix(button): button smb theme change fix

* fix(checkbox-button): smb theme change fix

* fix(playground): fix jump to incorrect demo (#466)

* fix(link): smb theme change fix (#474)

* fix(theme): smb theme change fix (#480)

* fix(grid): fix grid checkbox radio x-design theme

* chore(ts): change code style for import ts type (#511)

* fix(Cascader, DropDown, Popeditor): fixed Cascader component panel not closing when clicked elsewhere (#513)

* fix(popper): fix popper element  offset error in micro-app (#570)

* chore(popper): stop bubbling when parent is fixed

* fix(popper): fix popper element in micro-app

* feat: update code

* Merge branch 'dev' of github.com:opentiny/tiny-vue into release

* fix(docs): add support vue2.7 docs (#630)

* fix(docs): add support vue2.7 docs

* fix: fix version

* fix: fix color-picker error

* docs: update changelog v3.11.0 (#629)

* fix: update site version

---------

Co-authored-by: Kagol <kagol@sina.com>
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
Co-authored-by: yoyo <104079404+yoyo201626@users.noreply.github.com>
2023-10-24 15:06:31 +08:00
ajaxzheng 7dd22db4a1
feat: sync site code (#613) 2023-10-23 10:53:42 +08:00
Kagol 8080e95896
chore: support alpha version and fix build error (#600)
* chore: build bundle support alpha version

* fix: fix color-select-panel/rich-text-editor build error

* fix: fix vue2.6 export version not found error
2023-10-19 14:42:01 +08:00
Kif 7746526452
fix:Added version import to component templates (#578) 2023-10-13 16:07:19 +08:00
Kagol 8d2a9a222c
feat: support react and add new components: rich-text-editor/color-picker/divider/calendar-view 2023-10-11 04:04:12 -07:00