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.
- package/interfaces/datalake.ts +1 -1
- package/package.json +1 -1
package/interfaces/datalake.ts
CHANGED
@@ -301,7 +301,7 @@ export interface IDocHubDataLake {
|
|
301
301
|
* @param component - VUE компонент для редактирования файла
|
302
302
|
* @param title - Название редактора файла
|
303
303
|
*/
|
304
|
-
registerFileEditor(pattern:
|
304
|
+
registerFileEditor(pattern: RegExp, component: IDocHubFileEditorComponent, title?: string);
|
305
305
|
|
306
306
|
/**
|
307
307
|
* Возвращает массив зарегистрированных редакторов файлов
|