@skyfox2000/webui 0.1.2 → 0.1.4

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.
Files changed (64) hide show
  1. package/lib/AceEditor.d.ts +0 -3
  2. package/lib/BasicLayout.d.ts +0 -3
  3. package/lib/Error403.d.ts +0 -3
  4. package/lib/Error404.d.ts +0 -3
  5. package/lib/ExcelForm.d.ts +0 -3
  6. package/lib/UploadForm.d.ts +0 -3
  7. package/lib/assets/modules/index-BEWJ_qAH.js +50 -0
  8. package/lib/assets/modules/{excelForm-Dzndz-SG.js → index-BoKIa2sr.js} +1 -1
  9. package/lib/assets/modules/{index-FzWSvscZ.js → index-D47Ci-T3.js} +2 -2
  10. package/lib/assets/modules/menuTabs-JxjPoyCD.js +639 -0
  11. package/lib/assets/modules/uploadList-Dzlg47V0.js +182 -0
  12. package/lib/components/common/icon/layoutIcon.vue.d.ts.map +1 -1
  13. package/lib/components/common/icon/projectIcon.vue.d.ts.map +1 -1
  14. package/lib/components/common/icon/toolIcon.vue.d.ts.map +1 -1
  15. package/lib/components/content/index.d.ts +0 -4
  16. package/lib/components/content/index.d.ts.map +1 -1
  17. package/lib/components/form/autoComplete/index.vue.d.ts +3 -3
  18. package/lib/components/form/cascader/index.vue.d.ts +3 -3
  19. package/lib/components/form/checkbox/index.vue.d.ts +1 -1
  20. package/lib/components/form/index.d.ts +0 -2
  21. package/lib/components/form/index.d.ts.map +1 -1
  22. package/lib/components/form/radio/index.vue.d.ts +3 -3
  23. package/lib/components/form/select/index.vue.d.ts +3 -3
  24. package/lib/components/form/transfer/index.vue.d.ts +2 -2
  25. package/lib/components/form/treeSelect/index.vue.d.ts +2 -2
  26. package/lib/components/index.d.ts +3 -6
  27. package/lib/components/index.d.ts.map +1 -1
  28. package/lib/components/layout/index.d.ts +0 -2
  29. package/lib/components/layout/index.d.ts.map +1 -1
  30. package/lib/es/AceEditor/index.js +9 -11
  31. package/lib/es/BasicLayout/index.js +94 -2
  32. package/lib/es/Error403/index.js +31 -2
  33. package/lib/es/Error404/index.js +31 -2
  34. package/lib/es/ExcelForm/index.js +315 -3
  35. package/lib/es/UploadForm/index.js +133 -3
  36. package/lib/webui.css +1 -1
  37. package/lib/webui.es.js +1568 -1575
  38. package/package.json +2 -2
  39. package/src/components/common/icon/layoutIcon.vue +1 -1
  40. package/src/components/common/icon/projectIcon.vue +1 -1
  41. package/src/components/common/icon/toolIcon.vue +2 -2
  42. package/src/components/content/index.ts +4 -4
  43. package/src/components/form/index.ts +2 -2
  44. package/src/components/index.ts +1 -10
  45. package/src/components/layout/index.ts +2 -2
  46. package/lib/assets/modules/basicLayout-YP_-EySb.js +0 -726
  47. package/lib/assets/modules/error403-Bi0E2twj.js +0 -33
  48. package/lib/assets/modules/error404-BF7vasR_.js +0 -33
  49. package/lib/assets/modules/excelForm-WJVQmaDT.js +0 -317
  50. package/lib/assets/modules/index-ekkaExvB.js +0 -49
  51. package/lib/assets/modules/uploadForm-CwXiG05t.js +0 -309
  52. package/lib/components/content/dialog/excelForm.vue.d.ts +0 -31
  53. package/lib/components/content/dialog/excelForm.vue.d.ts.map +0 -1
  54. package/lib/components/content/dialog/uploadForm.vue.d.ts +0 -25
  55. package/lib/components/content/dialog/uploadForm.vue.d.ts.map +0 -1
  56. package/lib/components/error/error403.vue.d.ts +0 -4
  57. package/lib/components/error/error403.vue.d.ts.map +0 -1
  58. package/lib/components/error/error404.vue.d.ts +0 -4
  59. package/lib/components/error/error404.vue.d.ts.map +0 -1
  60. package/lib/components/form/aceEditor/index.vue.d.ts +0 -13
  61. package/lib/components/form/aceEditor/index.vue.d.ts.map +0 -1
  62. package/lib/components/layout/page/basicLayout.vue.d.ts +0 -7
  63. package/lib/components/layout/page/basicLayout.vue.d.ts.map +0 -1
  64. /package/lib/assets/modules/{uploadForm-BahGnrAq.js → index-BahGnrAq.js} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyfox2000/webui",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "后台前端通用组件定义",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -25,7 +25,7 @@
25
25
  }
26
26
  },
27
27
  "scripts": {
28
- "build": "vue-tsc -b && vite build",
28
+ "build": "pnpm i && vue-tsc -b && vite build",
29
29
  "build:dts": "vue-tsc -b && vite-dts-declaration",
30
30
  "build:types": "vue-tsc --declaration --emitDeclarationOnly"
31
31
  },
@@ -29,5 +29,5 @@ const LayoutIcon = () => {
29
29
  const LayoutIcons = LayoutIcon();
30
30
  </script>
31
31
  <template>
32
- <LayoutIcons v-if="icon || icons" :icon="icon" :icons="icons" v-bind="$attrs" />
32
+ <LayoutIcons v-if="icon || icons" :icon="icon" :icons="icons" :class="['align-middle']" v-bind="$attrs" />
33
33
  </template>
@@ -37,5 +37,5 @@ const ProjectIcon = () => {
37
37
  const ProjectIcons = ProjectIcon();
38
38
  </script>
39
39
  <template>
40
- <ProjectIcons v-if="icon || icons" :icon="icon" :icons="icons" v-bind="$attrs" />
40
+ <ProjectIcons v-if="icon || icons" :icon="icon" :icons="icons" :class="['align-middle']" v-bind="$attrs" />
41
41
  </template>
@@ -16,7 +16,7 @@ const props = defineProps({
16
16
  */
17
17
  const ToolIcon = () => {
18
18
  return createFromIconfont({
19
- iconUrl: `${SERVER_HOST.TOOL_ICONS}`,
19
+ iconUrl: `${SERVER_HOST.TOOL_ICONS ?? SERVER_HOST.MICROLAYOUT_ICONS}`,
20
20
  monoColor: true,
21
21
  icon: props.icon,
22
22
  icons: props.icons,
@@ -29,5 +29,5 @@ const ToolIcon = () => {
29
29
  const ToolIcons = ToolIcon();
30
30
  </script>
31
31
  <template>
32
- <ToolIcons v-if="icon || icons" :icon="icon" :icons="icons" v-bind="$attrs" />
32
+ <ToolIcons v-if="icon || icons" :icon="icon" :icons="icons" :class="['align-middle']" v-bind="$attrs" />
33
33
  </template>
@@ -1,9 +1,9 @@
1
1
  import Dialog from './dialog/index.vue';
2
2
  export { Dialog };
3
- import UploadForm from './dialog/uploadForm.vue';
4
- export { UploadForm };
5
- import ExcelForm from './dialog/excelForm.vue';
6
- export { ExcelForm };
3
+ // import UploadForm from './dialog/uploadForm.vue';
4
+ // export { UploadForm };
5
+ // import ExcelForm from './dialog/excelForm.vue';
6
+ // export { ExcelForm };
7
7
 
8
8
  import Drawer from './drawer/index.vue';
9
9
  export { Drawer };
@@ -1,5 +1,5 @@
1
- import AceEditor from './aceEditor/index.vue';
2
- export { AceEditor };
1
+ // import AceEditor from './aceEditor/index.vue';
2
+ // export { AceEditor };
3
3
 
4
4
  import AutoComplete from './autoComplete/index.vue';
5
5
  export { AutoComplete };
@@ -3,8 +3,6 @@ import '../assets/global.css';
3
3
  import { Button, Tooltip, AppIcon, Fullscreen, Helper, Icon, LayoutIcon, ProjectIcon, ToolIcon } from './common';
4
4
  import {
5
5
  Dialog,
6
- UploadForm,
7
- ExcelForm,
8
6
  Drawer,
9
7
  Form,
10
8
  FormItem,
@@ -38,7 +36,7 @@ import {
38
36
  UploadList,
39
37
  } from './form';
40
38
 
41
- import { Breadcrumb, Content, Datetime, Header, HeaderExits, Menu, MenuTabs, BasicLayout } from './layout';
39
+ import { Breadcrumb, Content, Datetime, Header, HeaderExits, Menu, MenuTabs } from './layout';
42
40
 
43
41
  export {
44
42
  Button,
@@ -51,8 +49,6 @@ export {
51
49
  ProjectIcon,
52
50
  ToolIcon,
53
51
  Dialog,
54
- UploadForm,
55
- ExcelForm,
56
52
  Drawer,
57
53
  Form,
58
54
  FormItem,
@@ -89,9 +85,4 @@ export {
89
85
  HeaderExits,
90
86
  Menu,
91
87
  MenuTabs,
92
- BasicLayout,
93
88
  };
94
-
95
- import Error403 from './error/error403.vue';
96
- import Error404 from './error/error404.vue';
97
- export { Error403, Error404 };
@@ -12,5 +12,5 @@ import Menu from './menu/index.vue';
12
12
  export { Menu };
13
13
  import MenuTabs from './menu/menuTabs.vue';
14
14
  export { MenuTabs };
15
- import BasicLayout from './page/basicLayout.vue';
16
- export { BasicLayout };
15
+ // import BasicLayout from './page/basicLayout.vue';
16
+ // export { BasicLayout };