dochub-sdk 0.1.77 → 0.1.78

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.
@@ -112,7 +112,7 @@ export interface IDocHubDataLake {
112
112
  * @param component - VUE компонент для редактирования ресурса
113
113
  * @param title - Название редактора ресурса
114
114
  */
115
- registerEditor(pattern: string, component: IDocHubResourceEditorItem, title?: string);
115
+ registerEditor(pattern: string, component: IDocHubResourceEditorComponent, title?: string);
116
116
  /**
117
117
  * Возвращает массив зарегистрированных редакторов ресурсов
118
118
  * @returns - Массив зарегистрированных редакторов объектов
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",