dochub-sdk 0.1.182 → 0.1.183

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.
@@ -50,6 +50,14 @@ export class DocHubDocumentProto extends DocHubComponentProto implements IDocHub
50
50
  default: {}
51
51
  }) readonly params: IDocHubPresentationsParams;
52
52
 
53
+ /**
54
+ * Признак версии для печати
55
+ */
56
+ @Prop({
57
+ type: Boolean,
58
+ default: false
59
+ }) readonly isPrintVersion: boolean;
60
+
53
61
  /**
54
62
  * Следим за изменением профиля документа
55
63
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.182",
3
+ "version": "0.1.183",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",