@contrail/document-generation
Advanced tools
Comparing version 2.0.24 to 2.0.25
@@ -24,3 +24,3 @@ "use strict"; | ||
} | ||
let frame = new frame_1.BoardFrame(dataGroup.name, util_1.ObjectUtil.cloneDeep(framePosition), frameSize, style, clipContent); | ||
let frame = new frame_1.BoardFrame((frameTitle || dataGroup.name), util_1.ObjectUtil.cloneDeep(framePosition), frameSize, style, clipContent); | ||
frame = this.generateFrameContentForGroup(frame, dataGroup, template, frameTemplate, frameTitle); | ||
@@ -27,0 +27,0 @@ return frame; |
{ | ||
"name": "@contrail/document-generation", | ||
"version": "2.0.24", | ||
"version": "2.0.25", | ||
"description": "Utilities for automatic generation of documents.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
793405