Vben
5f4d3f2bce
chore(deps): bump the non-breaking-changes group with 10 updates ( #4074 )
2024-08-07 22:24:39 +08:00
Vben
a27b1c40e5
fix: the failure of breadcrumb animation ( #4073 )
2024-08-07 22:01:45 +08:00
Li Kui
1d38fb647e
refactor: use @ant-design/fast-color instead ( #4070 )
...
* refactor: Use @ant-design/fast-color instead
* fix: test failed
* chore: remove isValidColor
All FastColor objects are valid. So isValid is always true.
FastColor("not-a-color") -> `#000000`
* refactor: rename directory `colorful` to `color`
* fix: ci fail
2024-08-07 21:28:25 +08:00
jinmao88
d9ba9917ff
fix: an error was reported in the adaptation of the naive component library theme ( #4041 )
...
* fix: naive组件库 主题适配报错,需将hsl转换为rgb格式
* feat: 增加NDataTable示例
* chore: hsl转换函数移动到@vben/utils内
* fix: 优化正则表达式
* fix: 优化正则表达式2
* fix: 正则表达式优化,优化hlsStringToRGB函数
* fix: 使用tinyColor进行转换
* Update packages/@core/base/shared/src/colorful/convert.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: lint error
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: vince <vince292007@gmail.com>
2024-08-07 12:13:54 +08:00
jinmao88
84c8fb0ecc
feat: add support for custom slot header-index, sorted by index ( #4039 )
...
* feat: header右侧支持n个自定义位置插槽,插槽命名方式header-index,根据index大小排序。
框架默认插槽user-dropdown的index:20,notification的index:10 (#4034 )
* chore: 将默认组件加入排序
* chore: 更改slot命名方式支持header左侧自定义插槽,命名方式:header-right-n,header-left-n,具体位置看README
---------
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-08-06 22:32:51 +08:00
dependabot[bot]
feda1484ab
chore(deps-dev): bump axios-mock-adapter from 1.22.0 to 2.0.0 ( #4050 )
...
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter ) from 1.22.0 to 2.0.0.
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases )
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ctimmerm/axios-mock-adapter/compare/v1.22.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: axios-mock-adapter
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 18:36:56 +08:00
Vben
4f5783d00b
perf: enable strict ts type checking ( #4045 )
2024-08-05 21:12:22 +08:00
Gustin Lau
0d46a5471f
fix: scrollbar height is too small ( #4038 )
2024-08-04 22:25:12 +08:00
Li Kui
773b36aa17
chore: dark menu disable ( #4036 )
2024-08-04 21:54:33 +08:00
Li Kui
e29352d0f1
fix: missing await for an async function call ( #4035 )
2024-08-04 21:53:44 +08:00
Vben
ccaa32125a
fix: enablePreferences does not meet expectations ( #4031 )
2024-08-04 06:01:09 +08:00
Li Kui
0619faf61e
fix: typo in tabbar preferences ( #4027 )
2024-08-04 05:52:50 +08:00
Vben
b6415fad2d
perf: optimize for some details and comments ( #4030 )
...
* perf: optimize for some details and comments
* fix: test case
* chore: update ci
2024-08-04 05:42:59 +08:00
dependabot[bot]
43224a4643
chore(deps): bump the non-breaking-changes group with 3 updates ( #4013 )
...
Bumps the non-breaking-changes group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ), [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist ) and [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next ).
Updates `@types/node` from 22.0.3 to 22.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `eslint-plugin-perfectionist` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases )
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md )
- [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.0.0...v3.1.0 )
Updates `lucide-vue-next` from 0.419.0 to 0.424.0
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.424.0/packages/lucide-vue-next )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-03 04:41:47 +08:00
苗大
e544119aa3
perf: 全局搜索框打开后自动聚焦输入框 ( #4006 )
2024-08-02 21:56:47 +08:00
Li Kui
8313be8e08
fix: The menu background color is incorrect when toggling the dark menu ( #4008 )
...
* fix: the menu background color is incorrect when activating the dark menu light theme
* chore: update active-color & active-background-color
2024-08-02 21:36:36 +08:00
dependabot[bot]
d025c1569e
chore(deps): bump the non-breaking-changes group across 1 directory with 4 updates ( #3998 )
...
Bumps the non-breaking-changes group with 4 updates in the / directory: [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue ), [pinia](https://github.com/vuejs/pinia ), [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next ) and [axios](https://github.com/axios/axios ).
Updates `@vitejs/plugin-vue` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.2/packages/plugin-vue )
Updates `pinia` from 2.1.7 to 2.2.0
- [Release notes](https://github.com/vuejs/pinia/releases )
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.1.7...pinia@2.2.0 )
Updates `lucide-vue-next` from 0.418.0 to 0.419.0
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.419.0/packages/lucide-vue-next )
Updates `axios` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: pinia
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 07:18:03 +08:00
Li Kui
9348d65420
fix: Adjusted contentCompact without triggering ECharts resize ( #3997 )
2024-08-02 06:42:02 +08:00
Li Kui
69f0703701
fix: correct i18n translation ( #3996 )
2024-08-02 06:41:31 +08:00
vben
f4bd0530cc
chore: Delete unnecessary files
2024-08-01 21:33:32 +08:00
vben
06ad5ad871
chore: Rename the website directory to docs
2024-08-01 21:30:44 +08:00
vben
4236e9cb87
chore: update deps
2024-08-01 21:12:34 +08:00
likui628
fd03b7c000
chore: update router locales
2024-08-01 12:53:02 +08:00
vben
9b98b3190e
chore: update deps
2024-08-01 00:06:36 +08:00
vben
546ff7caeb
chore: Update the preview address
2024-08-01 00:01:39 +08:00
vben
9a6e29c401
fix: element theme adjustment
2024-07-31 22:11:39 +08:00
vben
082847c441
chore: Resolve merge conflicts
2024-07-31 21:26:54 +08:00
Li Kui
4074a88c13
feat: element-plus app ( #32 )
...
* chore: init project
* chore: install element-plus
* chore: locale config
* fix: eslint error
* chore: merge from main
* fix: lint
* chore: finish todo
* chore: update comments
* chore: update
* fix: lint error
* chore: add unplugin-element-plus
* chore: add useElementPlusDesignTokens
* chore: configure some color
2024-07-31 21:22:43 +08:00
vben
a26630b6e0
feat: Support multiple application launch scripts
2024-07-31 00:29:15 +08:00
vben
fdee2d2239
feat: add naive app
2024-07-31 00:19:17 +08:00
vben
89dcf522f5
refactor: Separate store
2024-07-30 21:10:28 +08:00
vben
cf0ec053e4
refactor: Integrate the @vben-core/shared package
2024-07-30 21:05:03 +08:00
vben
e6403868fc
chore: update packages
2024-07-30 21:00:20 +08:00
vben
9307093fbc
chore: update docs [deploy]
2024-07-29 23:56:59 +08:00
vben
a80a9135fc
fix: Fixed tab error,fixex #59 [deploy]
2024-07-29 23:46:22 +08:00
vben
239f681ea1
fix: The built-in theme does not take effect, fixed #55 [deploy]
2024-07-29 23:18:40 +08:00
vben
cd10eb9471
feat: Regular monitoring page update [deploy]
2024-07-29 22:35:18 +08:00
vince
66fd052709
fix: fix known issues. fixed #59,fixed #61 , fixed #67 , fixed #68 [deploy]
2024-07-29 00:19:26 +08:00
vben
fe829aa8e7
chore: update README.md
2024-07-28 17:16:50 +08:00
vben
5590cc8fa1
chore: update theme
2024-07-28 17:01:19 +08:00
Vben
376fd17a61
feat: Feature/pro docs ( #70 )
...
* chore: merge main
* feat: update docs
* feat: remove coze-assistant
* feat: add watermark plugin
* feat: update preferences
* feat: update docs
---------
Co-authored-by: vince <vince292007@gmail.com>
2024-07-28 14:29:05 +08:00
vince
14538f7ed5
refactor(project): re-adjust the overall folder
2024-07-23 00:03:59 +08:00
vben
a1a566cb2f
chore: update deps
2024-07-20 23:01:49 +08:00
vben
a897929ea7
fix: Incorrect css variable,fixed #57
2024-07-20 16:59:32 +08:00
vben
480580f104
feat: add 'maxNumOfOpenTab' to limit the maximum number of tabs with the same name
2024-07-20 11:14:32 +08:00
vben
bcd5e49117
chore: update deps
2024-07-20 10:00:41 +08:00
vben
30d4057216
feat: add tabs demo
2024-07-20 09:36:10 +08:00
vben
9987451647
feat: use simpler nitro instead of nestjs to implement mock service
2024-07-20 08:31:05 +08:00
vince
9ec91ac16d
feat: add breadcrumb navigation example
2024-07-19 01:26:13 +08:00
aonoa
0c245665a9
perf: footer ICP spacing
...
Signed-off-by: aonoa <1991849113@qq.com>
2024-07-19 04:48:01 +08:00