dochub-sdk 0.1.151 → 0.1.154

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.
@@ -156,7 +156,6 @@ export interface IDocHubFileEditorComponent {}
156
156
  * VUE компонент редактора файлов по умолчанию
157
157
  */
158
158
  export interface IDocHubFileDefaultEditorComponent extends IDocHubFileEditorComponent {
159
-
160
159
  }
161
160
 
162
161
  /**
@@ -174,7 +173,7 @@ export interface IDocHubFileEditorItem {
174
173
  export interface IDocHubFileEditorContext {
175
174
  uri?: string; // URI файла открытого на редактирование.
176
175
  // Если не определено берется из параметра openFileEditor
177
- contentType: string; // Тип контента файла.
176
+ contentType?: string; // Тип контента файла.
178
177
  // Если не определено берется из данных полученных о файле в процессе открытия.
179
178
  [key: string]: any; // Произвольные ключи и значения
180
179
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.151",
3
+ "version": "0.1.154",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",