Commit Graph
100 Commits
Author SHA1 Message Date
VbenandGitHub 8617d3dd1e perf: formApi added validateAndSubmitForm & filedMapToTime renamed fieldMappingTime (#4842)
* perf: formApi added validateAndSubmitForm & filedMapToTime renamed fieldMappingTime
2024-11-09 15:00:59 +08:00
VbenandGitHub 2c6edafeb2 fix: when opening the tool separately, there is no need to pass the toolbar-tools slot (#4841) 2024-11-09 14:07:41 +08:00
VbenandGitHub 9cf0573921 perf: optimize local startup speed and add header Class configuration to drawer (#4840) 2024-11-09 11:12:30 +08:00
VbenandGitHub 8f1e397077 fix: when the form is destroyed, the form parameters still exist (#4834)
* fix: when the form is destroyed, the form parameters still exist

* chore: update deps
2024-11-07 22:36:26 +08:00
VbenandGitHub 4e88ef0840 perf: improve the usage documentation of vben-vxe-table (#4829)
* perf: improve the usage documentation of vben-vxe-table
2024-11-06 23:03:33 +08:00
vben 44440d0951 chore: release v5.4.4 2024-11-04 22:47:52 +08:00
VbenandGitHub 5999a862b6 perf: expose the formApi for a login form (#4806) 2024-11-04 22:46:16 +08:00
VbenandGitHub 35eef33779 refactor: upgrade unbuild to 3.0.0 rc version (#4797) 2024-11-02 21:21:51 +08:00
VbenandGitHub 422936a981 fix: docker image build failed (#4796) 2024-11-02 20:31:05 +08:00
VbenandGitHub 43d95cc587 fix: remove vite-plugin-lib-inject-css (#4793) 2024-11-02 15:30:49 +08:00
VbenandGitHub faf18d0143 fix: try to fix win32 startup error (#4792) 2024-11-02 14:54:11 +08:00
VbenandGitHub e600d78cb9 chore: add vxe-table toolbar example (#4765) 2024-10-29 22:47:15 +08:00
vben ad3963ff70 chore: release v5.4.3 2024-10-27 21:59:54 +08:00
VbenandGitHub fe7df5ad3b feat: allow configuration of staticRroues (#4746)
* feat: allow configuration of staticRroues

* chore: update deps

* chore: typo
2024-10-27 21:58:39 +08:00
VbenandGitHub 6688a6b3c2 feat: table grid supports setting title and helpMessage (#4732) 2024-10-24 22:51:04 +08:00
VbenandGitHub 23768ea620 feat: menu routing support opens in a new window (#4715) 2024-10-22 22:24:56 +08:00
VbenandGitHub 1b172b0329 fix: rename the Icon component to IconifyIcon to prevent name conflicts and fix type issues (#4704) 2024-10-21 20:14:25 +08:00
vben bfaa2780ab chore: release v5.4.2 2024-10-20 22:35:58 +08:00
VbenandGitHub d262b7b6c0 fix: fix known issues with the form (#4696)
* fix: fix known issues with the form

* chore: typo

* chore: typo
2024-10-20 22:34:11 +08:00
VbenandGitHub 860fc15ce6 perf: adjustment of form spelling errors, type adjustment, closer to actual development (#4694) 2024-10-20 21:44:25 +08:00
VbenandGitHub 307a71fb35 fix: downgrade the sass version to suppress the warnings (#4689) 2024-10-19 22:04:31 +08:00
VbenandGitHub 477a05c26c feat: menu supports carrying default query (#4687) 2024-10-19 19:50:23 +08:00
VbenandGitHub 0df8c5c02c refactor: reconstruct language files into multi-file structures (#4683)
* refactor: reconstruct language files into multi-file structures

* chore: typo
2024-10-19 14:28:21 +08:00
vben d1ca09c7bb chore: release v5.4.1 2024-10-18 22:12:00 +08:00
VbenandGitHub ff3c5f8581 fix: form does not take effect in vertical layout (#4680) 2024-10-18 22:09:41 +08:00
VbenandGitHub 240f0b5f8d perf: improved exception handling when request status code is 200 (#4679) 2024-10-18 22:00:41 +08:00
VbenandGitHub 6cd9937c03 feat: add submitOnEnter configuration to form (#4670) 2024-10-17 22:53:05 +08:00
VbenandGitHub f89f4f32c7 fix: form required style adjustment (#4668) 2024-10-17 22:40:20 +08:00
VbenandGitHub f7fa69d33b fix: login page brand color does not take effect (#4655) 2024-10-16 21:12:57 +08:00
VbenandGitHub d5a210f53f fix: default theme colors cannot be overridden (#4636)
* fix: default theme colors cannot be overridden

* chore: update default config
2024-10-14 23:24:21 +08:00
VbenandGitHub 6c4a742627 refactor: remove the adapter bucket introduction pattern and improve potential introduction timing (#4635)
* refactor: remove the adapter bucket introduction pattern and improve potential introduction timing

* chore: update deps
2024-10-14 22:53:23 +08:00
vben ea962e75d0 fix: table search form slot not working as expected 2024-10-13 23:44:45 +08:00
VbenandGitHub 24d14c2841 refactor(adapter): separate form and component adapters so that components adapt to components other than the form (#4628)
* refactor: global components can be customized

* refactor: remove use Toast and reconstruct the form adapter
2024-10-13 18:33:43 +08:00
vben 9856bc88d2 chore: release v5.4.0 2024-10-13 14:21:54 +08:00
vben 68465b5fbf chore: release v5.4.0-beta.1 2024-10-13 14:17:28 +08:00
VbenandGitHub 0ea0f204cb refactor: change the shadcn-ui directory and remove rarely used components (#4626) 2024-10-13 10:58:09 +08:00
VbenandGitHub 304b1b2efc fix: when a table switches paging, no form parameters will be carried (#4607)
* fix: when a table switches paging, no form parameters will be carried

* chore: typo
2024-10-10 22:48:25 +08:00
VbenandGitHub f923f59070 fix: metadata version number injection error (#4606)
* fix: metadata version number injection error

* chore: update deps
2024-10-10 22:30:50 +08:00
VbenandGitHub ba4662522e fix: fix request not displaying interface error messages correctly (#4596) 2024-10-09 22:08:55 +08:00
VbenandGitHub 2dbd323b2a fix: fix the form-api reactive failure inside the form (#4590)
* fix: fix the form-api reactive failure inside the form
2024-10-08 22:43:02 +08:00
VbenandGitHub 2d019b3c8a refactor: change the form button field from text to content to prevent conflicts with the frame (#4586)
* refactor: change the form button field from text to content to prevent conflicts with the frame
2024-10-07 16:30:41 +08:00
VbenandGitHub ab44926ec8 fix: table internal search collspaed configuration does not take effect (#4585)
* fix: table internal search collspaed configuration does not take effect

* chore: typo
2024-10-07 16:22:57 +08:00
VbenandGitHub f8ce3fdf1f feat: useVxeTable returns formApi instance (#4582) 2024-10-07 13:32:37 +08:00
VbenandGitHub 60c615ce8a refactor: adjust layout refresh button and watermark; allow static i18n on language switch (#4579)
* refactor: adjust layout refresh button and watermark; allow static i18n on language switch

* chore: typo
2024-10-06 17:27:32 +08:00
VbenandGitHub 324cdd8259 fix: after resetting the search, the parameters still exist (#4577) 2024-10-06 15:10:44 +08:00
VbenandGitHub 9ad4f96e38 fix: the vxeUI global configuration does not take effect (#4574) 2024-10-05 22:30:13 +08:00
VbenandGitHub 47d162e6e4 fix: improve the layout of tables offline on the mobile (#4573) 2024-10-05 22:00:11 +08:00
VbenandGitHub d37e2f599c fix: naive ui form reset does not meet expectations (#4569)
* fix: naive ui form reset does not meet expectations

* fix: typo
2024-10-05 17:09:42 +08:00
VbenandGitHub 402eaf4275 fix: when the server component path is wrong, a blank interface is still displayed (#4567) 2024-10-05 11:11:30 +08:00
VbenandGitHub 4173264805 feat: add vxe-table component (#4563)
* chore: wip vxe-table

* feat: add table demo

* chore: follow ci recommendations to adjust details

* chore: add custom-cell demo

* feat: add custom-cell table demo

* feat: add table from demo
2024-10-04 23:05:28 +08:00
vben 46540a7329 chore: release v5.3.2 2024-10-03 15:43:15 +08:00
VbenandGitHub 13fd0ea16c fix: try to fix the error reported by the stub command in the window system (#4560) 2024-10-03 15:34:29 +08:00
VbenandGitHub f7016466ee feat: add examples of asynchronous form verification and verification time (#4559)
* feat: add examples of asynchronous form verification and verification time
2024-10-03 15:15:50 +08:00
VbenandGitHub 0cd865e211 fix: fixed an error in the form onChange within Naive (#4558)
* fix: fixed an error in the form onChange within Naive

* chore: update
2024-10-03 14:22:18 +08:00
vben 01391ee5a1 chore: release v5.3.1 2024-09-29 22:25:20 +08:00
VbenandGitHub 3572ce1538 fix: when multiple pop-ups exist at the same time, clicking will close all (#4548) 2024-09-29 22:15:43 +08:00
VbenandGitHub d1e1256202 chore: disable sorting of non-core folder object fields (#4547)
* chore: disable sorting of non-core folder object fields

* chore: ci error
2024-09-29 22:03:17 +08:00
VbenandGitHub 639d2e1525 feat: add pagination component (#4522)
* feat: add pagination component

* chore: update
2024-09-26 23:09:17 +08:00
VbenandGitHub 26646d42f7 fix: when modal and drawer exist at the same time, click Close All (#4521) 2024-09-26 22:50:37 +08:00
VbenandGitHub 17fa8eb93b fix: improve ant design button icon style (#4520) 2024-09-26 22:40:23 +08:00
VbenandGitHub 8250894a50 fix: improve input browser backfilling style (#4519) 2024-09-26 22:31:20 +08:00
VbenandGitHub a46c85d77d chore: update documentation and deps (#4510)
* chore: update docs

* chore: update deps

* chore: update action

* fix: reset after preferences are refreshed

* fix: ci error
2024-09-25 23:09:48 +08:00
VbenandGitHub f815dcf3ae fix: after deleting the form item, you will also get the form value (#4481)
* fix: after deleting the form item, you will also get the form value
2024-09-23 22:59:58 +08:00
VbenandGitHub 2a83f1d666 feat: add playwright e2e testing framework (#4468)
* feat: add playwright e2e testing framework
2024-09-22 21:35:40 +08:00
vben 31f6cc6416 chore: release v5.3.0 2024-09-22 14:32:23 +08:00
VbenandGitHub 5ce3a18785 docs: update docs (#4466)
* chore: fixed known issues with form components

* docs: add vben form doc
2024-09-22 14:16:06 +08:00
VbenandGitHub dac80703d9 feat: add sliding verification to the login form (#4461) 2024-09-21 21:51:40 +08:00
VbenandGitHub bc625ee710 fix: improve global type detection of vue files (#4455) 2024-09-21 13:50:54 +08:00
VbenandGitHub d34f1fbf2f fix: improve defineConfig types (#4454) 2024-09-21 13:25:06 +08:00
VbenandGitHub 60cffb0dec feat: add updateSchema to form api (#4453)
* feat: add updateSchema to form api

* chore: typo

* chore: typo
2024-09-21 11:26:14 +08:00
VbenandGitHub 68dbe04bef fix: form verification style fails in pop-up window (#4452) 2024-09-21 11:03:35 +08:00
VbenandGitHub df48409814 fix: when the api returns 401, the page is refreshed not as expected (#4440) 2024-09-19 23:03:20 +08:00
VbenandGitHub 4765158510 perf: the request client upload function supports more parameters (#4439) 2024-09-19 22:13:43 +08:00
VbenandGitHub 161820dbc1 fix: improve the scroll bar flashing when the modal box is opened (#4438) 2024-09-19 21:56:49 +08:00
VbenandGitHub 56bdb8f606 chore: use pnpm catalog (#4437)
* feat: use pnpm catalog

* fix: lint error
2024-09-19 21:40:54 +08:00
VbenandGitHub 0c73cf8d3f fix: fixed the form component componentProps using the function that did not meet expectations (#4426) 2024-09-18 23:01:40 +08:00
VbenandGitHub 834cb4c470 fix: the onOpenChange event for the modal component does not work as expected (#4425) 2024-09-18 22:44:46 +08:00
VbenandGitHub 2c22825546 fix: improve layout boundary processing (#4423) 2024-09-18 22:21:23 +08:00
VbenandGitHub bfae9626dd perf: display border status color when the form is verified incorrectly (#4407)
* perf: display border status color when the form is verified incorrectly

* chore: adjust the document preview file order
2024-09-14 22:44:21 +08:00
VbenandGitHub 02c4014ae3 fix: when the form is opened repeatedly, the state is unexpectedly destroyed (#4406) 2024-09-14 22:07:50 +08:00
VbenandGitHub c3d0102cda fix: the brand color setting does not take effect (#4405) 2024-09-14 21:35:12 +08:00
VbenandGitHub 10b90eae5d chore: bump vue-i18n from 9.14.0 to 10.0.1 (#4393) 2024-09-13 22:39:59 +08:00
VbenandGitHub 29f572abd3 chore: chore(deps): bump pinia-plugin-persistedstate from 3.2.3 to 4.0.1 (#4392) 2024-09-13 22:08:55 +08:00
VbenandGitHub d27e5eeef7 fix: improve the dialog and drawer scrollbar experience, fix internal click failure problems and warnings (#4391)
* fix: improve the dialog and drawer scrollbar experience, fix internal click failure problems and warnings

* chore: remove test code
2024-09-13 21:46:56 +08:00
vben 7bcb973d65 fix: ci error 2024-09-12 22:49:33 +08:00
VbenandGitHub 9e88b8004f fix: try to fix the ci error (#4381) 2024-09-12 22:43:37 +08:00
VbenandGitHub 76a879d4d8 fix: fixed some style issues (#4379) 2024-09-12 22:03:58 +08:00
VbenandGitHub 855ac02622 fix: select components used in modal pop-ups cannot be selected (#4368)
* fix: select components used in modal pop-ups cannot be selected

* chore: update ci

* chore: update css
2024-09-11 23:10:35 +08:00
vben 3697f6bc5a chore: release v5.3.0-beta.2 2024-09-10 22:20:51 +08:00
vben 978edb1e02 chore: release v5.3.0-beta.1 [skip ci] 2024-09-10 22:08:26 +08:00
524b9badf2 feat: add VbenForm component (#4352)
* feat: add form component

* fix: build error

* feat: add form adapter

* feat: add some component

* feat: add some component

* feat: add example

* feat: suppoer custom action button

* chore: update

* feat: add example

* feat: add formModel,formDrawer demo

* fix: build error

* fix: typo

* fix: ci error

---------

Co-authored-by: jinmao <jinmao88@qq.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-09-10 21:48:51 +08:00
vben 41612f7723 chore: release v5.2.2 2024-09-04 22:59:43 +08:00
VbenandGitHub 3f2dcb8281 fix(@vben/web-ele): fixed some style issues in dark mode (#4298) 2024-09-01 22:33:11 +08:00
vben 277e98c42c style: improve loading overlay in dark display 2024-08-31 23:23:35 +08:00
vben 1063b2268e chore: release v5.2.1 2024-08-31 21:55:10 +08:00
VbenandGitHub 8404c12129 refactor: refactor AuthLayout to configure the login page more freely (#4294) 2024-08-31 21:38:24 +08:00
VbenandGitHub 2b0aedbaba style: optimizing style issues (#4289) 2024-08-31 14:11:01 +08:00
VbenandGitHub b3e3e05990 perf: axios default error interceptor allows you to customize error handling (#4283) 2024-08-30 22:06:02 +08:00
vben 05a52b0540 chore: release v5.2.0 2024-08-29 22:35:38 +08:00
VbenandGitHub a77cc00e9f feat: core components support simple locale switching (#4273)
* feat: core components support simple locale switching

* fix: test error

* fix: test error
2024-08-29 22:31:49 +08:00