@ones-editor/editor 1.1.16-beta.12 → 1.1.16-beta.13

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
@@ -75360,7 +75360,7 @@ ${data.flowchartText}
75360
75360
  }
75361
75361
  }
75362
75362
  });
75363
- editor.version = "1.1.16-beta.12";
75363
+ editor.version = "1.1.16-beta.13";
75364
75364
  return editor;
75365
75365
  }
75366
75366
  function isDoc(doc2) {
@@ -75442,7 +75442,7 @@ ${data.flowchartText}
75442
75442
  });
75443
75443
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
75444
75444
  OnesEditorToolbar.register(editor);
75445
- editor.version = "1.1.16-beta.12";
75445
+ editor.version = "1.1.16-beta.13";
75446
75446
  return editor;
75447
75447
  }
75448
75448
  async function showDocVersions(editor, options, serverUrl) {
@@ -75848,6 +75848,7 @@ ${data.flowchartText}
75848
75848
  exports2.hasCtrlOrCmdOnly = hasCtrlOrCmdOnly;
75849
75849
  exports2.hashCode = hashCode;
75850
75850
  exports2.hideBlock = hideBlock;
75851
+ exports2.hideTemplates = hideTemplates;
75851
75852
  exports2.htmlToFragment = htmlToFragment;
75852
75853
  exports2.i18n = i18n$1;
75853
75854
  exports2.includeBigTable = includeBigTable;
@@ -75975,6 +75976,7 @@ ${data.flowchartText}
75975
75976
  exports2.shortcutToDisplayText = shortcutToDisplayText;
75976
75977
  exports2.showBlock = showBlock;
75977
75978
  exports2.showDocVersions = showDocVersions;
75979
+ exports2.showTemplates = showTemplates;
75978
75980
  exports2.splitText = splitText;
75979
75981
  exports2.splitToThree = splitToThree;
75980
75982
  exports2.stringToDataUrl = stringToDataUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "1.1.16-beta.12",
3
+ "version": "1.1.16-beta.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",