vue2-client 1.20.33 → 1.20.35

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 (21) hide show
  1. package/.eslintrc.js +6 -0
  2. package/assets/c__Users_QXLL_AppData_Roaming_Cursor_User_workspaceStorage_4fb3d7e3441d32bc6f2c7358b4188b48_images_e8c132e6dde513250d7f9721712df1f8-f1522a08-1aa0-4866-b4e5-b34cf2e21109.png +0 -0
  3. package/docs/HChart/351/205/215/347/275/256/346/226/207/346/241/243.md +960 -0
  4. package/package.json +1 -1
  5. package/src/base-client/components/common/XMarkdownSectionExtractor/DemoXMarkdownSectionExtractor.vue +45 -14
  6. package/src/base-client/components/common/XMarkdownSectionExtractor/README.md +201 -201
  7. package/src/base-client/components/common/XMarkdownSectionExtractor/XMarkdownSectionExtractor.vue +38 -2
  8. package/src/base-client/components/common/XMarkdownSectionExtractor/bingli.md +53 -63
  9. package/src/base-client/components/common/XMarkdownSectionExtractor/index.js +6 -6
  10. package/src/base-client/components/common/XMarkdownSectionExtractor/markdownSectionExtractor.js +158 -36
  11. package/src/base-client/components/common/XMarkdownViewer/XMarkdownViewer.vue +1 -1
  12. package/src/base-client/components/common/XMarkdownViewer/bingli.md +60 -0
  13. package/src/base-client/components/common/XTable/XTable.vue +1897 -1891
  14. package/src/router/async/router.map.js +136 -136
  15. package/src/utils/util.js +333 -333
  16. package/test/XList.markdownConfig.spec.js +36 -0
  17. package/vue.config.js +15 -2
  18. package/logs/afgit.config.log +0 -12
  19. package/logs/afgit.config.log.2026-02-27 +0 -7
  20. package/logs/afgit.config_error.log +0 -6
  21. package/logs/afgit.config_error.log.2026-02-27 +0 -3
package/.eslintrc.js CHANGED
@@ -69,6 +69,12 @@ module.exports = {
69
69
  env: {
70
70
  jest: true
71
71
  }
72
+ },
73
+ {
74
+ files: ['src/base-client/components/common/XReportGrid/XReport.vue'],
75
+ rules: {
76
+ 'vue/no-reserved-keys': 'off'
77
+ }
72
78
  }
73
79
  ]
74
80
  }