@skyfox2000/webui 0.1.7 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyfox2000/webui",
3
- "version": "0.1.7",
3
+ "version": "1.0.0",
4
4
  "description": "后台前端通用组件定义",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -29,12 +29,11 @@
29
29
  "build:dts": "vue-tsc -b && vite-dts-declaration",
30
30
  "build:types": "vue-tsc --declaration --emitDeclarationOnly"
31
31
  },
32
+ "dependencies": {},
32
33
  "peerDependencies": {
33
34
  "@skyfox2000/fapi": "^1.1.17",
34
35
  "@skyfox2000/microbase": "^1.0.15",
35
- "@skyfox2000/webbase": "^1.0.53",
36
- "@vue-office/excel": "^1.7.14",
37
- "ace-builds": "^1.42.0",
36
+ "@skyfox2000/webbase": "^1.1.0",
38
37
  "ant-design-vue": "^4.2.6",
39
38
  "dayjs": "^1.11.13",
40
39
  "pinia": "^2.3.0",
@@ -43,6 +42,8 @@
43
42
  "vue-draggable-next": "^2.2.1",
44
43
  "vue-m-message": "^4.0.2",
45
44
  "vue-router": "^4.5.1",
45
+ "@vue-office/excel": "^1.7.14",
46
+ "ace-builds": "^1.42.0",
46
47
  "vue3-ace-editor": "^2.2.4"
47
48
  },
48
49
  "devDependencies": {
@@ -27,7 +27,8 @@ const onCollapseClick = () => {
27
27
  <div class="flex items-center">
28
28
  <ToolIcon
29
29
  icon="icon-menu"
30
- class="w-[18px] h-[18px] cursor-pointer"
30
+ clickable
31
+ class="w-[18px] h-[18px]"
31
32
  :angle="settingInfoStore.menuCollapse ? 90 : 0"
32
33
  @click="onCollapseClick"
33
34
  />