dochub-sdk 0.1.113 → 0.1.114

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.
@@ -301,7 +301,7 @@ export interface IDocHubDataLake {
301
301
  * @param component - VUE компонент для редактирования файла
302
302
  * @param title - Название редактора файла
303
303
  */
304
- registerFileEditor(pattern: string, component: IDocHubFileEditorComponent, title?: string);
304
+ registerFileEditor(pattern: RegExp, component: IDocHubFileEditorComponent, title?: string);
305
305
 
306
306
  /**
307
307
  * Возвращает массив зарегистрированных редакторов файлов
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.113",
3
+ "version": "0.1.114",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",