adtec-core-package 3.1.8 → 3.2.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.
Files changed (62) 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 +2 -1
  8. package/src/assets/style/index.less +30 -42
  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/FileView.vue +7 -2
  16. package/src/components/upload/OfficePreview.vue +9 -1
  17. package/src/components/upload/PdfJsViewer.vue +2 -2
  18. package/src/config/VxeTableConfig.ts +2 -2
  19. package/src/css/elementUI/common/var.scss +4 -4
  20. package/src/css/elementUI/mixins/mixins.scss +4 -28
  21. package/src/css/elementUI/scrollbar.scss +20 -5
  22. package/src/css/vxeTableUI/components/table.scss +22 -29
  23. package/src/utils/excelPreviewUtil.ts +219 -45
  24. package/src/utils/officePreviewUtil.ts +6 -0
  25. package/.claude/skills/gitnexus/gitnexus-cli/SKILL.md +0 -83
  26. package/.claude/skills/gitnexus/gitnexus-debugging/SKILL.md +0 -89
  27. package/.claude/skills/gitnexus/gitnexus-exploring/SKILL.md +0 -78
  28. package/.claude/skills/gitnexus/gitnexus-guide/SKILL.md +0 -64
  29. package/.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md +0 -97
  30. package/.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md +0 -121
  31. package/.editorconfig +0 -6
  32. package/.prettierrc.json +0 -7
  33. package/.vscode/extensions.json +0 -8
  34. package/AGENTS.md +0 -43
  35. package/CLAUDE.md +0 -43
  36. package/adtec-core-package/adtec-core-package.css +0 -1
  37. package/adtec-core-package/adtec-core-package.js +0 -41216
  38. package/adtec-core-package/adtec-core-package.umd.cjs +0 -87
  39. package/adtec-core-package/favicon.ico +0 -0
  40. package/adtec-core-package-3.1.7.tgz +0 -0
  41. package/auto-imports.d.ts +0 -299
  42. package/env.d.ts +0 -1
  43. package/eslint.config.js +0 -56
  44. package/index.html +0 -13
  45. package/package/.editorconfig +0 -6
  46. package/package/adtec-core-package/adtec-core-package.css +0 -1
  47. package/package/adtec-core-package/adtec-core-package.js +0 -41216
  48. package/package/adtec-core-package/adtec-core-package.umd.cjs +0 -87
  49. package/package/adtec-core-package/favicon.ico +0 -0
  50. package/package/index.html +0 -13
  51. package/package/prebuilt/umo-editor/favicon.ico +0 -0
  52. package/package/prebuilt/umo-editor/umo-editor.css +0 -1
  53. package/package/public/favicon.ico +0 -0
  54. package/package/src/assets/base.css +0 -86
  55. package/package/src/assets/main.css +0 -35
  56. package/package/src/components/editor-main/src/extensions/bookmark.js +0 -110
  57. package/prebuilt/umo-editor/umo-editor.js.map +0 -1
  58. package/tsconfig.app.json +0 -12
  59. package/tsconfig.json +0 -11
  60. package/tsconfig.node.json +0 -18
  61. package/vite.config.ts +0 -46
  62. 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>