adtec-core-package 3.1.9 → 3.2.1

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 (63) hide show
  1. package/.idea/codeStyles/Project.xml +61 -0
  2. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  3. package/.idea/misc.xml +6 -0
  4. package/.idea/modules.xml +8 -0
  5. package/.idea/vcs.xml +6 -0
  6. package/.idea//345/211/215/347/253/257/346/240/270/345/277/203/345/214/205.iml +8 -0
  7. package/package.json +1 -1
  8. package/src/assets/style/index.less +42 -40
  9. package/src/assets/style/scrollbar-classic.less +105 -0
  10. package/src/assets/style/scrollbar-classic.scss +105 -0
  11. package/src/components/ElCardList.vue +7 -1
  12. package/src/components/Scrollbars/ElScrollbars.vue +10 -2
  13. package/src/components/editor-main/src/assets/styles/_variables.less +1 -1
  14. package/src/components/upload/DocxJsViewer.vue +2 -16
  15. package/src/components/upload/OfficePreview.vue +8 -0
  16. package/src/config/VxeTableConfig.ts +12 -6
  17. package/src/css/elementUI/common/var.scss +4 -4
  18. package/src/css/elementUI/mixins/mixins.scss +4 -28
  19. package/src/css/elementUI/scrollbar.scss +20 -5
  20. package/src/css/vxeTableUI/components/table.scss +35 -30
  21. package/src/utils/excelPreviewUtil.ts +5 -5
  22. package/src/utils/officePreviewUtil.ts +5 -16
  23. package/vite/umoCjsVirtual.ts +24 -2
  24. package/vite/umoIntegration.js +41 -3
  25. package/vite/umoIntegration.ts +26 -0
  26. package/.claude/skills/gitnexus/gitnexus-cli/SKILL.md +0 -83
  27. package/.claude/skills/gitnexus/gitnexus-debugging/SKILL.md +0 -89
  28. package/.claude/skills/gitnexus/gitnexus-exploring/SKILL.md +0 -78
  29. package/.claude/skills/gitnexus/gitnexus-guide/SKILL.md +0 -64
  30. package/.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md +0 -97
  31. package/.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md +0 -121
  32. package/.editorconfig +0 -6
  33. package/.prettierrc.json +0 -7
  34. package/.vscode/extensions.json +0 -8
  35. package/AGENTS.md +0 -43
  36. package/CLAUDE.md +0 -43
  37. package/adtec-core-package/adtec-core-package.css +0 -1
  38. package/adtec-core-package/adtec-core-package.js +0 -41216
  39. package/adtec-core-package/adtec-core-package.umd.cjs +0 -87
  40. package/adtec-core-package/favicon.ico +0 -0
  41. package/adtec-core-package-3.1.7.tgz +0 -0
  42. package/auto-imports.d.ts +0 -299
  43. package/env.d.ts +0 -1
  44. package/eslint.config.js +0 -56
  45. package/index.html +0 -13
  46. package/package/.editorconfig +0 -6
  47. package/package/adtec-core-package/adtec-core-package.css +0 -1
  48. package/package/adtec-core-package/adtec-core-package.js +0 -41216
  49. package/package/adtec-core-package/adtec-core-package.umd.cjs +0 -87
  50. package/package/adtec-core-package/favicon.ico +0 -0
  51. package/package/index.html +0 -13
  52. package/package/prebuilt/umo-editor/favicon.ico +0 -0
  53. package/package/prebuilt/umo-editor/umo-editor.css +0 -1
  54. package/package/public/favicon.ico +0 -0
  55. package/package/src/assets/base.css +0 -86
  56. package/package/src/assets/main.css +0 -35
  57. package/package/src/components/editor-main/src/extensions/bookmark.js +0 -110
  58. package/prebuilt/umo-editor/umo-editor.js.map +0 -1
  59. package/tsconfig.app.json +0 -12
  60. package/tsconfig.json +0 -11
  61. package/tsconfig.node.json +0 -18
  62. package/vite.config.ts +0 -46
  63. package/vite.config.umo.ts +0 -81
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="">
3
- <head>
4
- <meta charset="UTF-8">
5
- <link rel="icon" href="/favicon.ico">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Vite App</title>
8
- </head>
9
- <body>
10
- <div id="app"></div>
11
- <script type="module" src="/src/main.ts"></script>
12
- </body>
13
- </html>