Browse Source

refactor(project): business changed its name to effects, and universal-ui changed its name to common-ui

vben 8 months ago
parent
commit
7eff46d80c
100 changed files with 49 additions and 44 deletions
  1. 1 1
      apps/web-antd/package.json
  2. 1 1
      apps/web-antd/src/app.vue
  3. 1 1
      apps/web-antd/src/layouts/basic.vue
  4. 1 1
      apps/web-antd/src/store/modules/access.ts
  5. 2 2
      apps/web-antd/src/views/_core/authentication/code-login.vue
  6. 1 1
      apps/web-antd/src/views/_core/authentication/forget-password.vue
  7. 1 1
      apps/web-antd/src/views/_core/authentication/login.vue
  8. 1 1
      apps/web-antd/src/views/_core/authentication/qrcode-login.vue
  9. 2 2
      apps/web-antd/src/views/_core/authentication/register.vue
  10. 1 1
      apps/web-antd/src/views/_core/fallback/coming-soon.vue
  11. 1 1
      apps/web-antd/src/views/_core/fallback/forbidden.vue
  12. 1 1
      apps/web-antd/src/views/_core/fallback/internal-error.vue
  13. 1 1
      apps/web-antd/src/views/_core/fallback/not-found.vue
  14. 1 1
      apps/web-antd/src/views/_core/fallback/offline.vue
  15. 1 1
      apps/web-antd/src/views/_core/vben/about/index.vue
  16. 6 6
      apps/web-antd/src/views/dashboard/analytics/index.vue
  17. 2 2
      apps/web-antd/src/views/dashboard/workspace/index.vue
  18. 1 1
      apps/web-antd/src/views/demos/access/admin-visible.vue
  19. 1 1
      apps/web-antd/src/views/demos/access/button-control.vue
  20. 1 1
      apps/web-antd/src/views/demos/access/index.vue
  21. 1 1
      apps/web-antd/src/views/demos/access/menu-visible-403.vue
  22. 1 1
      apps/web-antd/src/views/demos/access/super-visible.vue
  23. 1 1
      apps/web-antd/src/views/demos/access/user-visible.vue
  24. 1 1
      apps/web-antd/src/views/demos/features/hide-menu-children/parent.vue
  25. 1 1
      apps/web-antd/src/views/demos/nested/menu-1.vue
  26. 1 1
      apps/web-antd/src/views/demos/nested/menu-2-1.vue
  27. 1 1
      apps/web-antd/src/views/demos/nested/menu-3-1.vue
  28. 1 1
      apps/web-antd/src/views/demos/nested/menu-3-2-1.vue
  29. 0 3
      packages/business/README.md
  30. 8 0
      packages/effects/README.md
  31. 0 0
      packages/effects/access/build.config.ts
  32. 1 1
      packages/effects/access/package.json
  33. 0 0
      packages/effects/access/postcss.config.mjs
  34. 0 0
      packages/effects/access/src/access-control.vue
  35. 0 0
      packages/effects/access/src/generate-accessible.ts
  36. 0 0
      packages/effects/access/src/index.ts
  37. 0 0
      packages/effects/access/src/use-access.ts
  38. 0 0
      packages/effects/access/tailwind.config.mjs
  39. 0 0
      packages/effects/access/tsconfig.json
  40. 0 0
      packages/effects/chart-ui/build.config.ts
  41. 1 1
      packages/effects/chart-ui/package.json
  42. 0 0
      packages/effects/chart-ui/src/echarts/echarts-ui.vue
  43. 0 0
      packages/effects/chart-ui/src/echarts/echarts.ts
  44. 0 0
      packages/effects/chart-ui/src/echarts/index.ts
  45. 0 0
      packages/effects/chart-ui/src/echarts/use-echarts.ts
  46. 0 0
      packages/effects/chart-ui/src/index.ts
  47. 0 0
      packages/effects/chart-ui/tsconfig.json
  48. 0 0
      packages/effects/common-ui/build.config.ts
  49. 2 2
      packages/effects/common-ui/package.json
  50. 0 0
      packages/effects/common-ui/postcss.config.mjs
  51. 0 0
      packages/effects/common-ui/src/about/about.ts
  52. 0 0
      packages/effects/common-ui/src/about/about.vue
  53. 0 0
      packages/effects/common-ui/src/about/index.ts
  54. 0 0
      packages/effects/common-ui/src/authentication/auth-title.vue
  55. 0 0
      packages/effects/common-ui/src/authentication/code-login.vue
  56. 0 0
      packages/effects/common-ui/src/authentication/forget-password.vue
  57. 0 0
      packages/effects/common-ui/src/authentication/index.ts
  58. 0 0
      packages/effects/common-ui/src/authentication/login-expired-modal.vue
  59. 0 0
      packages/effects/common-ui/src/authentication/login.vue
  60. 0 0
      packages/effects/common-ui/src/authentication/qrcode-login.vue
  61. 0 0
      packages/effects/common-ui/src/authentication/register.vue
  62. 0 0
      packages/effects/common-ui/src/authentication/third-party-login.vue
  63. 0 0
      packages/effects/common-ui/src/authentication/typings.ts
  64. 0 0
      packages/effects/common-ui/src/dashboard/analysis/analysis-chart-card.vue
  65. 0 0
      packages/effects/common-ui/src/dashboard/analysis/analysis-charts-tabs.vue
  66. 0 0
      packages/effects/common-ui/src/dashboard/analysis/analysis-overview.vue
  67. 0 0
      packages/effects/common-ui/src/dashboard/analysis/index.ts
  68. 0 0
      packages/effects/common-ui/src/dashboard/index.ts
  69. 0 0
      packages/effects/common-ui/src/dashboard/typing.ts
  70. 0 0
      packages/effects/common-ui/src/dashboard/workbench/index.ts
  71. 0 0
      packages/effects/common-ui/src/dashboard/workbench/workbench-header.vue
  72. 0 0
      packages/effects/common-ui/src/dashboard/workbench/workbench-project.vue
  73. 0 0
      packages/effects/common-ui/src/dashboard/workbench/workbench-quick-nav.vue
  74. 0 0
      packages/effects/common-ui/src/dashboard/workbench/workbench-todo.vue
  75. 0 0
      packages/effects/common-ui/src/dashboard/workbench/workbench-trends.vue
  76. 0 0
      packages/effects/common-ui/src/fallback/fallback.ts
  77. 0 0
      packages/effects/common-ui/src/fallback/fallback.vue
  78. 0 0
      packages/effects/common-ui/src/fallback/icons/icon-403.vue
  79. 0 0
      packages/effects/common-ui/src/fallback/icons/icon-404.vue
  80. 0 0
      packages/effects/common-ui/src/fallback/icons/icon-500.vue
  81. 0 0
      packages/effects/common-ui/src/fallback/icons/icon-comming-soon.vue
  82. 0 0
      packages/effects/common-ui/src/fallback/icons/icon-offline.vue
  83. 0 0
      packages/effects/common-ui/src/fallback/icons/warning.svg
  84. 0 0
      packages/effects/common-ui/src/fallback/index.ts
  85. 0 0
      packages/effects/common-ui/src/global-provider/global-provider.vue
  86. 0 0
      packages/effects/common-ui/src/global-provider/index.ts
  87. 0 0
      packages/effects/common-ui/src/index.ts
  88. 0 0
      packages/effects/common-ui/tailwind.config.mjs
  89. 0 0
      packages/effects/common-ui/tsconfig.json
  90. 0 0
      packages/effects/layouts/build.config.ts
  91. 1 1
      packages/effects/layouts/package.json
  92. 0 0
      packages/effects/layouts/postcss.config.mjs
  93. 0 0
      packages/effects/layouts/src/authentication/authentication.vue
  94. 0 0
      packages/effects/layouts/src/authentication/from-view.vue
  95. 0 0
      packages/effects/layouts/src/authentication/icons/slogan.vue
  96. 0 0
      packages/effects/layouts/src/authentication/index.ts
  97. 0 0
      packages/effects/layouts/src/authentication/toolbar.vue
  98. 0 0
      packages/effects/layouts/src/basic/content/content.vue
  99. 0 0
      packages/effects/layouts/src/basic/content/index.ts
  100. 0 0
      packages/effects/layouts/src/basic/content/use-content-spinner.ts

+ 1 - 1
apps/web-antd/package.json

@@ -38,7 +38,7 @@
     "@vben/layouts": "workspace:*",
     "@vben/styles": "workspace:*",
     "@vben/types": "workspace:*",
-    "@vben/universal-ui": "workspace:*",
+    "@vben/common-ui": "workspace:*",
     "@vben/utils": "workspace:*",
     "@vueuse/core": "^10.11.0",
     "ant-design-vue": "^4.2.3",

+ 1 - 1
apps/web-antd/src/app.vue

@@ -1,7 +1,7 @@
 <script lang="ts" setup>
 import { computed } from 'vue';
 
-import { GlobalProvider } from '@vben/universal-ui';
+import { GlobalProvider } from '@vben/common-ui';
 import { preferences, usePreferences } from '@vben-core/preferences';
 
 import { App, ConfigProvider, theme } from 'ant-design-vue';

+ 1 - 1
apps/web-antd/src/layouts/basic.vue

@@ -2,6 +2,7 @@
 import { computed, ref } from 'vue';
 import { useRouter } from 'vue-router';
 
+import { AuthenticationLoginExpiredModal } from '@vben/common-ui';
 import { LOGIN_PATH } from '@vben/constants';
 import { IcRoundCreditScore, MdiDriveDocument, MdiGithub } from '@vben/icons';
 import {
@@ -11,7 +12,6 @@ import {
   NotificationItem,
   UserDropdown,
 } from '@vben/layouts';
-import { AuthenticationLoginExpiredModal } from '@vben/universal-ui';
 import { openWindow } from '@vben/utils';
 import { preferences } from '@vben-core/preferences';
 

+ 1 - 1
apps/web-antd/src/store/modules/access.ts

@@ -1,5 +1,5 @@
+import type { LoginAndRegisterParams } from '@vben/common-ui';
 import type { MenuRecordRaw, UserInfo } from '@vben/types';
-import type { LoginAndRegisterParams } from '@vben/universal-ui';
 import type { RouteRecordRaw } from 'vue-router';
 
 import { computed, ref } from 'vue';

+ 2 - 2
apps/web-antd/src/views/_core/authentication/code-login.vue

@@ -1,9 +1,9 @@
 <script lang="ts" setup>
-import type { LoginCodeParams } from '@vben/universal-ui';
+import type { LoginCodeParams } from '@vben/common-ui';
 
 import { ref } from 'vue';
 
-import { AuthenticationCodeLogin } from '@vben/universal-ui';
+import { AuthenticationCodeLogin } from '@vben/common-ui';
 
 defineOptions({ name: 'CodeLogin' });
 

+ 1 - 1
apps/web-antd/src/views/_core/authentication/forget-password.vue

@@ -1,7 +1,7 @@
 <script lang="ts" setup>
 import { ref } from 'vue';
 
-import { AuthenticationForgetPassword } from '@vben/universal-ui';
+import { AuthenticationForgetPassword } from '@vben/common-ui';
 
 defineOptions({ name: 'ForgetPassword' });
 

+ 1 - 1
apps/web-antd/src/views/_core/authentication/login.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { AuthenticationLogin } from '@vben/universal-ui';
+import { AuthenticationLogin } from '@vben/common-ui';
 
 import { useAccessStore } from '#/store';
 

+ 1 - 1
apps/web-antd/src/views/_core/authentication/qrcode-login.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { AuthenticationQrCodeLogin } from '@vben/universal-ui';
+import { AuthenticationQrCodeLogin } from '@vben/common-ui';
 
 defineOptions({ name: 'QrCodeLogin' });
 </script>

+ 2 - 2
apps/web-antd/src/views/_core/authentication/register.vue

@@ -1,9 +1,9 @@
 <script lang="ts" setup>
-import type { LoginAndRegisterParams } from '@vben/universal-ui';
+import type { LoginAndRegisterParams } from '@vben/common-ui';
 
 import { ref } from 'vue';
 
-import { AuthenticationRegister } from '@vben/universal-ui';
+import { AuthenticationRegister } from '@vben/common-ui';
 
 defineOptions({ name: 'Register' });
 

+ 1 - 1
apps/web-antd/src/views/_core/fallback/coming-soon.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 </script>
 
 <template>

+ 1 - 1
apps/web-antd/src/views/_core/fallback/forbidden.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 </script>
 
 <template>

+ 1 - 1
apps/web-antd/src/views/_core/fallback/internal-error.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 </script>
 
 <template>

+ 1 - 1
apps/web-antd/src/views/_core/fallback/not-found.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 </script>
 
 <template>

+ 1 - 1
apps/web-antd/src/views/_core/fallback/offline.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 </script>
 
 <template>

+ 1 - 1
apps/web-antd/src/views/_core/vben/about/index.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { About } from '@vben/universal-ui';
+import { About } from '@vben/common-ui';
 
 defineOptions({ name: 'About' });
 </script>

+ 6 - 6
apps/web-antd/src/views/dashboard/analytics/index.vue

@@ -1,18 +1,18 @@
 <script lang="ts" setup>
+import type { AnalysisOverviewItem } from '@vben/common-ui';
 import type { TabsOption } from '@vben/types';
-import type { AnalysisOverviewItem } from '@vben/universal-ui';
 
+import {
+  AnalysisChartCard,
+  AnalysisChartsTabs,
+  AnalysisOverview,
+} from '@vben/common-ui';
 import {
   SvgBellIcon,
   SvgCakeIcon,
   SvgCardIcon,
   SvgDownloadIcon,
 } from '@vben/icons';
-import {
-  AnalysisChartCard,
-  AnalysisChartsTabs,
-  AnalysisOverview,
-} from '@vben/universal-ui';
 
 import AnalyticsTrends from './analytics-trends.vue';
 import AnalyticsVisits from './analytics-visits.vue';

+ 2 - 2
apps/web-antd/src/views/dashboard/workspace/index.vue

@@ -4,7 +4,7 @@ import type {
   WorkbenchQuickNavItem,
   WorkbenchTodoItem,
   WorkbenchTrendItem,
-} from '@vben/universal-ui';
+} from '@vben/common-ui';
 
 import { ref } from 'vue';
 
@@ -15,7 +15,7 @@ import {
   WorkbenchQuickNav,
   WorkbenchTodo,
   WorkbenchTrends,
-} from '@vben/universal-ui';
+} from '@vben/common-ui';
 import { preferences } from '@vben-core/preferences';
 
 import { useAccessStore } from '#/store';

+ 1 - 1
apps/web-antd/src/views/demos/access/admin-visible.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 
 defineOptions({ name: 'AccessAdminVisible' });
 </script>

+ 1 - 1
apps/web-antd/src/views/demos/access/button-control.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import type { LoginAndRegisterParams } from '@vben/universal-ui';
+import type { LoginAndRegisterParams } from '@vben/common-ui';
 
 import { useRouter } from 'vue-router';
 

+ 1 - 1
apps/web-antd/src/views/demos/access/index.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import type { LoginAndRegisterParams } from '@vben/universal-ui';
+import type { LoginAndRegisterParams } from '@vben/common-ui';
 
 import { useRouter } from 'vue-router';
 

+ 1 - 1
apps/web-antd/src/views/demos/access/menu-visible-403.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 
 defineOptions({ name: 'AccessMenuVisible403' });
 </script>

+ 1 - 1
apps/web-antd/src/views/demos/access/super-visible.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 
 defineOptions({ name: 'AccessSuperVisible' });
 </script>

+ 1 - 1
apps/web-antd/src/views/demos/access/user-visible.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 
 defineOptions({ name: 'AccessUserVisible' });
 </script>

+ 1 - 1
apps/web-antd/src/views/demos/features/hide-menu-children/parent.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 
 defineOptions({ name: 'HideMenuChildren' });
 </script>

+ 1 - 1
apps/web-antd/src/views/demos/nested/menu-1.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 
 defineOptions({ name: 'Menu1' });
 </script>

+ 1 - 1
apps/web-antd/src/views/demos/nested/menu-2-1.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 
 defineOptions({ name: 'Menu21' });
 </script>

+ 1 - 1
apps/web-antd/src/views/demos/nested/menu-3-1.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 
 defineOptions({ name: 'Menu31' });
 </script>

+ 1 - 1
apps/web-antd/src/views/demos/nested/menu-3-2-1.vue

@@ -1,5 +1,5 @@
 <script lang="ts" setup>
-import { Fallback } from '@vben/universal-ui';
+import { Fallback } from '@vben/common-ui';
 
 defineOptions({ name: 'Menu321' });
 </script>

+ 0 - 3
packages/business/README.md

@@ -1,3 +0,0 @@
-# business
-
-与业务耦合的 UI 组件库 & SDK,同时也会耦合组件库及大仓依赖,如果你的包或者组件不知道放哪里,可以考虑放到这里。

+ 8 - 0
packages/effects/README.md

@@ -0,0 +1,8 @@
+# effects
+
+用于存放与副作用相关的代码和逻辑。如果你的包有下面的特点,那么你可以考虑将其放在 effects 目录下:
+
+- 涉及到状态管理框架 pinia,可能包含处理副作用(如异步操作、调用 API)的部分。
+- 涉及到用户偏好设置 @vben-core/preferences,处理本地存储或浏览器缓存的逻辑使用到了localStorage。
+- 涉及到导航、页面跳转等场景,包含处理路由变化的逻辑。
+- 耦合的组件库及大仓依赖

+ 0 - 0
packages/business/access/build.config.ts → packages/effects/access/build.config.ts


+ 1 - 1
packages/business/access/package.json → packages/effects/access/package.json

@@ -6,7 +6,7 @@
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
-    "directory": "packages/business/permissions"
+    "directory": "packages/effects/permissions"
   },
   "license": "MIT",
   "type": "module",

+ 0 - 0
packages/business/access/postcss.config.mjs → packages/effects/access/postcss.config.mjs


+ 0 - 0
packages/business/access/src/access-control.vue → packages/effects/access/src/access-control.vue


+ 0 - 0
packages/business/access/src/generate-accessible.ts → packages/effects/access/src/generate-accessible.ts


+ 0 - 0
packages/business/access/src/index.ts → packages/effects/access/src/index.ts


+ 0 - 0
packages/business/access/src/use-access.ts → packages/effects/access/src/use-access.ts


+ 0 - 0
packages/business/access/tailwind.config.mjs → packages/effects/access/tailwind.config.mjs


+ 0 - 0
packages/business/access/tsconfig.json → packages/effects/access/tsconfig.json


+ 0 - 0
packages/business/chart-ui/build.config.ts → packages/effects/chart-ui/build.config.ts


+ 1 - 1
packages/business/chart-ui/package.json → packages/effects/chart-ui/package.json

@@ -6,7 +6,7 @@
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
-    "directory": "packages/business/chart-ui"
+    "directory": "packages/effects/chart-ui"
   },
   "license": "MIT",
   "type": "module",

+ 0 - 0
packages/business/chart-ui/src/echarts/echarts-ui.vue → packages/effects/chart-ui/src/echarts/echarts-ui.vue


+ 0 - 0
packages/business/chart-ui/src/echarts/echarts.ts → packages/effects/chart-ui/src/echarts/echarts.ts


+ 0 - 0
packages/business/chart-ui/src/echarts/index.ts → packages/effects/chart-ui/src/echarts/index.ts


+ 0 - 0
packages/business/chart-ui/src/echarts/use-echarts.ts → packages/effects/chart-ui/src/echarts/use-echarts.ts


+ 0 - 0
packages/business/chart-ui/src/index.ts → packages/effects/chart-ui/src/index.ts


+ 0 - 0
packages/business/chart-ui/tsconfig.json → packages/effects/chart-ui/tsconfig.json


+ 0 - 0
packages/business/layouts/build.config.ts → packages/effects/common-ui/build.config.ts


+ 2 - 2
packages/business/universal-ui/package.json → packages/effects/common-ui/package.json

@@ -1,12 +1,12 @@
 {
-  "name": "@vben/universal-ui",
+  "name": "@vben/common-ui",
   "version": "5.0.0",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
   "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
-    "directory": "packages/business/universal-ui"
+    "directory": "packages/effects/common-ui"
   },
   "license": "MIT",
   "type": "module",

+ 0 - 0
packages/business/layouts/postcss.config.mjs → packages/effects/common-ui/postcss.config.mjs


+ 0 - 0
packages/business/universal-ui/src/about/about.ts → packages/effects/common-ui/src/about/about.ts


+ 0 - 0
packages/business/universal-ui/src/about/about.vue → packages/effects/common-ui/src/about/about.vue


+ 0 - 0
packages/business/universal-ui/src/about/index.ts → packages/effects/common-ui/src/about/index.ts


+ 0 - 0
packages/business/universal-ui/src/authentication/auth-title.vue → packages/effects/common-ui/src/authentication/auth-title.vue


+ 0 - 0
packages/business/universal-ui/src/authentication/code-login.vue → packages/effects/common-ui/src/authentication/code-login.vue


+ 0 - 0
packages/business/universal-ui/src/authentication/forget-password.vue → packages/effects/common-ui/src/authentication/forget-password.vue


+ 0 - 0
packages/business/universal-ui/src/authentication/index.ts → packages/effects/common-ui/src/authentication/index.ts


+ 0 - 0
packages/business/universal-ui/src/authentication/login-expired-modal.vue → packages/effects/common-ui/src/authentication/login-expired-modal.vue


+ 0 - 0
packages/business/universal-ui/src/authentication/login.vue → packages/effects/common-ui/src/authentication/login.vue


+ 0 - 0
packages/business/universal-ui/src/authentication/qrcode-login.vue → packages/effects/common-ui/src/authentication/qrcode-login.vue


+ 0 - 0
packages/business/universal-ui/src/authentication/register.vue → packages/effects/common-ui/src/authentication/register.vue


+ 0 - 0
packages/business/universal-ui/src/authentication/third-party-login.vue → packages/effects/common-ui/src/authentication/third-party-login.vue


+ 0 - 0
packages/business/universal-ui/src/authentication/typings.ts → packages/effects/common-ui/src/authentication/typings.ts


+ 0 - 0
packages/business/universal-ui/src/dashboard/analysis/analysis-chart-card.vue → packages/effects/common-ui/src/dashboard/analysis/analysis-chart-card.vue


+ 0 - 0
packages/business/universal-ui/src/dashboard/analysis/analysis-charts-tabs.vue → packages/effects/common-ui/src/dashboard/analysis/analysis-charts-tabs.vue


+ 0 - 0
packages/business/universal-ui/src/dashboard/analysis/analysis-overview.vue → packages/effects/common-ui/src/dashboard/analysis/analysis-overview.vue


+ 0 - 0
packages/business/universal-ui/src/dashboard/analysis/index.ts → packages/effects/common-ui/src/dashboard/analysis/index.ts


+ 0 - 0
packages/business/universal-ui/src/dashboard/index.ts → packages/effects/common-ui/src/dashboard/index.ts


+ 0 - 0
packages/business/universal-ui/src/dashboard/typing.ts → packages/effects/common-ui/src/dashboard/typing.ts


+ 0 - 0
packages/business/universal-ui/src/dashboard/workbench/index.ts → packages/effects/common-ui/src/dashboard/workbench/index.ts


+ 0 - 0
packages/business/universal-ui/src/dashboard/workbench/workbench-header.vue → packages/effects/common-ui/src/dashboard/workbench/workbench-header.vue


+ 0 - 0
packages/business/universal-ui/src/dashboard/workbench/workbench-project.vue → packages/effects/common-ui/src/dashboard/workbench/workbench-project.vue


+ 0 - 0
packages/business/universal-ui/src/dashboard/workbench/workbench-quick-nav.vue → packages/effects/common-ui/src/dashboard/workbench/workbench-quick-nav.vue


+ 0 - 0
packages/business/universal-ui/src/dashboard/workbench/workbench-todo.vue → packages/effects/common-ui/src/dashboard/workbench/workbench-todo.vue


+ 0 - 0
packages/business/universal-ui/src/dashboard/workbench/workbench-trends.vue → packages/effects/common-ui/src/dashboard/workbench/workbench-trends.vue


+ 0 - 0
packages/business/universal-ui/src/fallback/fallback.ts → packages/effects/common-ui/src/fallback/fallback.ts


+ 0 - 0
packages/business/universal-ui/src/fallback/fallback.vue → packages/effects/common-ui/src/fallback/fallback.vue


+ 0 - 0
packages/business/universal-ui/src/fallback/icons/icon-403.vue → packages/effects/common-ui/src/fallback/icons/icon-403.vue


+ 0 - 0
packages/business/universal-ui/src/fallback/icons/icon-404.vue → packages/effects/common-ui/src/fallback/icons/icon-404.vue


+ 0 - 0
packages/business/universal-ui/src/fallback/icons/icon-500.vue → packages/effects/common-ui/src/fallback/icons/icon-500.vue


+ 0 - 0
packages/business/universal-ui/src/fallback/icons/icon-comming-soon.vue → packages/effects/common-ui/src/fallback/icons/icon-comming-soon.vue


+ 0 - 0
packages/business/universal-ui/src/fallback/icons/icon-offline.vue → packages/effects/common-ui/src/fallback/icons/icon-offline.vue


+ 0 - 0
packages/business/universal-ui/src/fallback/icons/warning.svg → packages/effects/common-ui/src/fallback/icons/warning.svg


+ 0 - 0
packages/business/universal-ui/src/fallback/index.ts → packages/effects/common-ui/src/fallback/index.ts


+ 0 - 0
packages/business/universal-ui/src/global-provider/global-provider.vue → packages/effects/common-ui/src/global-provider/global-provider.vue


+ 0 - 0
packages/business/universal-ui/src/global-provider/index.ts → packages/effects/common-ui/src/global-provider/index.ts


+ 0 - 0
packages/business/universal-ui/src/index.ts → packages/effects/common-ui/src/index.ts


+ 0 - 0
packages/business/layouts/tailwind.config.mjs → packages/effects/common-ui/tailwind.config.mjs


+ 0 - 0
packages/business/universal-ui/tsconfig.json → packages/effects/common-ui/tsconfig.json


+ 0 - 0
packages/business/universal-ui/build.config.ts → packages/effects/layouts/build.config.ts


+ 1 - 1
packages/business/layouts/package.json → packages/effects/layouts/package.json

@@ -6,7 +6,7 @@
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
-    "directory": "packages/business/layouts"
+    "directory": "packages/effects/layouts"
   },
   "license": "MIT",
   "type": "module",

+ 0 - 0
packages/business/universal-ui/postcss.config.mjs → packages/effects/layouts/postcss.config.mjs


+ 0 - 0
packages/business/layouts/src/authentication/authentication.vue → packages/effects/layouts/src/authentication/authentication.vue


+ 0 - 0
packages/business/layouts/src/authentication/from-view.vue → packages/effects/layouts/src/authentication/from-view.vue


+ 0 - 0
packages/business/layouts/src/authentication/icons/slogan.vue → packages/effects/layouts/src/authentication/icons/slogan.vue


+ 0 - 0
packages/business/layouts/src/authentication/index.ts → packages/effects/layouts/src/authentication/index.ts


+ 0 - 0
packages/business/layouts/src/authentication/toolbar.vue → packages/effects/layouts/src/authentication/toolbar.vue


+ 0 - 0
packages/business/layouts/src/basic/content/content.vue → packages/effects/layouts/src/basic/content/content.vue


+ 0 - 0
packages/business/layouts/src/basic/content/index.ts → packages/effects/layouts/src/basic/content/index.ts


+ 0 - 0
packages/business/layouts/src/basic/content/use-content-spinner.ts → packages/effects/layouts/src/basic/content/use-content-spinner.ts


Some files were not shown because too many files changed in this diff