@contrail/document-generation
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -65,2 +65,7 @@ "use strict"; | ||
slug: "baseStyleNumber", | ||
}, { | ||
propertyDefinition: projectItemType.typeProperties.find(p => p.slug === 'colorwayStatus'), | ||
slug: "colorwayStatus", | ||
typeRootSlug: 'project-item', | ||
includeLabel: true, | ||
}] | ||
@@ -67,0 +72,0 @@ }; |
@@ -58,3 +58,3 @@ "use strict"; | ||
groupingProperties: [{ | ||
property: { | ||
propertyDefinition: { | ||
slug: 'gender', | ||
@@ -65,3 +65,3 @@ propertyType: types_1.PropertyType.SingleSelect, | ||
sort: sdk_1.SortOrderOptions.ASC, | ||
scope: 'item', | ||
typeRootSlug: 'item', | ||
values: null, | ||
@@ -79,3 +79,3 @@ }], | ||
groupingProperties: [{ | ||
property: { | ||
propertyDefinition: { | ||
slug: 'gender', | ||
@@ -86,3 +86,3 @@ propertyType: types_1.PropertyType.SingleSelect, | ||
sort: sdk_1.SortOrderOptions.ASC, | ||
scope: 'item', | ||
typeRootSlug: 'item', | ||
values: null, | ||
@@ -89,0 +89,0 @@ }], |
{ | ||
"name": "@contrail/document-generation", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "Utilities for automatic generation of documents.", | ||
@@ -45,3 +45,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@contrail/data-grouping": "^1.0.19", | ||
"@contrail/data-grouping": "^1.0.20", | ||
"@contrail/documents": "^1.0.44", | ||
@@ -48,0 +48,0 @@ "@contrail/types": "^3.0.27", |
Sorry, the diff of this file is too big to display
836362
1185