dochub-sdk 0.1.216 → 0.1.217

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.
@@ -13,4 +13,13 @@ export class DocHubConstructorProto extends DocHubComponentProto {
13
13
  type: Object,
14
14
  required: true
15
15
  }) readonly context: DocHubEditorContext;
16
+ /**
17
+ * Идентификатор конструктора.
18
+ * Один компонент может быть вызван для нужд разных конструкторов.
19
+ * Для идентификации конструктора используется UID.
20
+ */
21
+ @Prop({
22
+ type: String,
23
+ required: true
24
+ }) readonly uid: string;
16
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.216",
3
+ "version": "0.1.217",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",