smart-editor-v3 1.17.6 → 1.17.7

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.
@@ -54507,6 +54507,9 @@ const bV = new wt("searchAndReplacePlugin"), vV = vt.create({
54507
54507
  // 0: 折叠,1:展开
54508
54508
  isExpand: {
54509
54509
  default: 0
54510
+ },
54511
+ externalId: {
54512
+ default: ""
54510
54513
  }
54511
54514
  };
54512
54515
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smart-editor-v3",
3
3
  "type": "module",
4
- "version": "1.17.6",
4
+ "version": "1.17.7",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": "./dist/smart-editor-package.js"