@ones-editor/editor 2.2.13-beta.1 → 2.2.13-beta.2

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.
package/dist/index.js CHANGED
@@ -41389,9 +41389,7 @@ ${codeText}
41389
41389
  if (this.options.placeholder) {
41390
41390
  this.showPlaceholder();
41391
41391
  }
41392
- const items = await this.options.queryItems(this, "");
41393
- this.highlightText("", items);
41394
- this.setItems(items);
41392
+ this.handleSearchTextPure("");
41395
41393
  }
41396
41394
  showLoading() {
41397
41395
  if (!this.options.showLoading) {
@@ -88341,7 +88339,7 @@ ${data2.flowchartText}
88341
88339
  }
88342
88340
  }
88343
88341
  });
88344
- editor.version = "2.2.13-beta.1";
88342
+ editor.version = "2.2.13-beta.2";
88345
88343
  return editor;
88346
88344
  }
88347
88345
  function isDoc(doc2) {
@@ -88436,7 +88434,7 @@ ${data2.flowchartText}
88436
88434
  });
88437
88435
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
88438
88436
  OnesEditorToolbar.register(editor);
88439
- editor.version = "2.2.13-beta.1";
88437
+ editor.version = "2.2.13-beta.2";
88440
88438
  return editor;
88441
88439
  }
88442
88440
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.2.13-beta.1",
3
+ "version": "2.2.13-beta.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",