Commit Graph
54 Commits
Author SHA1 Message Date
NetfanandGitHub 7fbf7b189a feat: tabbar support mouse wheel vertical (#5129)
* feat: tabbar support mouse wheel

* docs: add tabbar wheelable tips

* chore: resolve vitest test
2024-12-13 14:45:06 +08:00
NetfanandGitHub be208fe915 fix: form support disabledOnInputListener (#5127)
* fix: form support `disabledOnInputListener`

* chore: docs update
2024-12-13 11:18:45 +08:00
NetfanandGitHub 1d3729aa24 fix: form submission not appropriate (#5126) 2024-12-13 10:56:24 +08:00
NetfanandGitHub ed465d2b5b feat: table search form visible control (#5121)
* feat: table search form visible control

* chore: fix docs and demo

* chore: type error fixed
2024-12-12 22:28:03 +08:00
NetfanandGitHub d308da6ba1 fix: resolve table toolbar error (#5109) 2024-12-11 15:44:45 +08:00
NetfanandGitHub 7c4dfdc1c2 feat: form support reverse action buttons (#5108)
* feat: form support reverse action buttons

* fix: submit button class
2024-12-11 15:29:25 +08:00
NetfanandGitHub 991ada31ba chore: update deps (#5107) 2024-12-11 15:09:38 +08:00
NetfanandGitHub 43adc943b9 docs: fix typos (#5105) 2024-12-11 14:48:08 +08:00
NetfanandGitHub 4a20156f3d fix: table auto height (#5101) 2024-12-11 13:46:52 +08:00
NetfanandGitHub eec6f41f6a refactor: ApiComponent with docs (#5099)
* refactor:  `ApiComponent` with docs

* docs: remove invalid docs

* docs: remove duplicate prop docs

* docs: update `ApiComponent` docs
2024-12-11 10:45:04 +08:00
NetfanandGitHub 07b1ad121c chore: remove redundant test code (#5094) 2024-12-10 17:58:57 +08:00
NetfanandGitHub e419b03cab feat: modal&drawer support appendToMain and zIndex (#5092)
* feat: modal/drawer support append to main content

* feat: modal zIndex support

* fix: drawer prop define

* chore: type

* fix: modal/drawer position fixed while append to body

* docs: typo

* chore: add full-width drawer in content area

* chore: remove unnecessary class
2024-12-10 17:37:06 +08:00
NetfanandGitHub 018ddc75c6 feat: add default placeholder for ApiSelect (#5078) 2024-12-09 14:03:46 +08:00
NetfanandGitHub d085736bac feat: improve ApiSelect component (#5075)
* feat: improve `ApiSelect` component

* chore: `ApiSelect` props name changed
2024-12-09 12:47:33 +08:00
NetfanandGitHub 305549e7f2 feat: improve element plus form component (#5072) 2024-12-08 19:29:49 +08:00
NetfanandGitHub 958c8b4f21 feat: imporve naive form component (#5071) 2024-12-08 19:23:46 +08:00
NetfanandGitHub 373766691f chore: remove useless fixedHeader prop for Page (#5069) 2024-12-07 23:26:47 +08:00
NetfanandGitHub bac0275624 chore: page prop type check (#5067) 2024-12-07 12:15:51 +08:00
NetfanandGitHub 0fc0f13064 fix: layout overflow style (#5066) 2024-12-07 12:05:03 +08:00
NetfanandGitHub b75a8e6a2b fix: form setValues not support dayjs and Date value (#5064)
* fix: setFormValues not support  `dayjs object` value

* fix: setFormValues not support `Date` value

* chore: remove console log
2024-12-07 11:09:55 +08:00
NetfanandGitHub 68ab73bdb5 fix: range picker props fixed for element-plus (#5042) 2024-12-07 11:09:33 +08:00
NetfanandGitHub 4c1fc4a11e fix: validate message not display, fix #5034 (#5038) 2024-12-07 11:02:59 +08:00
NetfanandGitHub 03f166f8a4 fix: form prop handleValuesChange no effect (#5060) 2024-12-07 11:02:14 +08:00
NetfanandGitHub d42daf9ce0 fix: modal radius not follow preferences (#5063) 2024-12-07 11:00:53 +08:00
NetfanandGitHub d1862fba27 fix: replace input component in IconPicker (#5047)
* fix: replace input component in `IconPicker`

* chore: fixed IconPicker demo
2024-12-06 13:46:52 +08:00
NetfanandGitHub f0db3d6b79 chore: codeowners update (#5048) 2024-12-06 13:46:32 +08:00
NetfanandGitHub 21d37a1be0 fix: dialog and drawer footer gap in small screen (#5025) 2024-12-05 11:24:09 +08:00
NetfanandGitHub db38ef522f fix: Page header class in fixed mode (#5023) 2024-12-04 22:56:06 +08:00
NetfanandGitHub 845f2a2abd fix: header left padding fixed (#5007) 2024-12-04 21:43:54 +08:00
NetfanandGitHub 9b73792dc9 fix: extra menu title follow locale change (#5006) 2024-12-04 21:43:29 +08:00
NetfanandGitHub fccbe44cf7 feat: v-loading support for element plus (#5008) 2024-12-04 21:42:48 +08:00
NetfanandGitHub e23486dbc6 feat: form component IconPicker (#5005) 2024-12-04 21:42:21 +08:00
NetfanandGitHub 935df713f3 fix: app config support .env.local (#5012) 2024-12-04 21:41:22 +08:00
NetfanandGitHub 17c7ce8f21 feat: improve page component (#5013)
* feat: `page` component support fixed header

* docs: `page`  component documentation

* docs: Improve `props` types of `page`

* docs: improve `fixedHeader` description of `page`

* fix: `page` header border color with fixedHeader

* feat: add `headerClass` for `Page`
2024-12-04 21:40:41 +08:00
NetfanandGitHub ae3f7cb909 fix: mixed menu layout in full content mode (#4990) 2024-12-01 21:37:36 +08:00
NetfanandGitHub 32117b73aa docs: add form slots docs (#4992) 2024-12-01 21:37:19 +08:00
NetfanandGitHub 3fb286b552 fix: element hover style in dark theme (#4983) 2024-11-30 10:55:29 +08:00
NetfanandGitHub 253abc5ef1 chore: tailwind css icon example (#4969) 2024-11-28 15:10:14 +08:00
NetfanandGitHub 73502677ff feat: add placement for Drawer (#4958) 2024-11-27 11:29:25 +08:00
NetfanandGitHub dedba18553 feat: add confirmDisabled for Dialog (#4959) 2024-11-27 11:28:49 +08:00
NetfanandGitHub 1302092798 fix: dialog opened/closed event triggered incorrectly,fixed #4902 (#4908) 2024-11-17 20:55:19 +08:00
NetfanandGitHub b87d41bada fix: adjust useWatermark logic (#4896) 2024-11-15 14:06:13 +08:00
NetfanandGitHub 1ff1e4a8d7 fix: form enter event handling, fixed #4865 (#4867) 2024-11-12 13:20:48 +08:00
NetfanandGitHub 488ccb5976 fix: page title is not updated after language switch. fixed: #4799 (#4813) 2024-11-05 13:58:56 +08:00
NetfanandGitHub 06ba7cb224 feat: add opened and closed events for dialog (#4775) 2024-10-31 22:05:18 +08:00
NetfanandGitHub 353e8be289 fix: long text style in sidemenu. fixed #4749 (#4770) 2024-10-30 21:43:41 +08:00
NetfanandGitHub c432e0ac33 feat: limit the drag range of tabs, fixed #4640 (#4659) 2024-10-17 14:11:42 +08:00
NetfanandGitHub ba539f6793 chore: correct spelling for 'dragable' (#4600) 2024-10-10 10:55:52 +08:00
NetfanandGitHub 0fcc42a2fb fix: incorrect info color for element plus, fixed #4532 (#4566) 2024-10-05 10:30:53 +08:00
NetfanandGitHub 476aa068d7 fix: stripe table style for element plus, fixed: #4501 (#4503) 2024-09-25 17:33:24 +08:00
NetfanandGitHub 843ec1e749 fix: tab close by key, fixed: #4132 (#4136) 2024-08-13 11:49:02 +08:00
NetfanandGitHub 9d6cc22dfa fix: missing route data in guard, fixed: #4108 (#4115) 2024-08-11 09:25:55 +08:00
NetfanandGitHub cdeadafda5 fix: activePath not working in menu, fixed: #4112 (#4113) 2024-08-10 18:54:57 +08:00
NetfanandGitHub ec49a04151 fix: use correct route data in tabbar, fixed: #4107 (#4110) 2024-08-10 16:33:38 +08:00