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