@rss/common
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@rss/common", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "common constant, classes, & helper", | ||
@@ -28,12 +28,6 @@ "author": "Risk & Safety Solution", | ||
"babel": { | ||
"presets": [ | ||
"env" | ||
], | ||
"ignore": [ | ||
"**/*.spec.js" | ||
], | ||
"plugins": [ | ||
"transform-object-rest-spread" | ||
] | ||
"presets": ["env"], | ||
"ignore": ["**/*.spec.js"], | ||
"plugins": ["transform-object-rest-spread"] | ||
} | ||
} |
@@ -15,2 +15,4 @@ const clone = require('clone'); | ||
items: [], | ||
canAddRows: true, | ||
layout: 'TABLE', | ||
}; | ||
@@ -26,2 +28,4 @@ | ||
this.details.items = details.items || []; | ||
this.details.canAddRows = details.canAddRows || false; | ||
this.details.layout = details.layout || 'TABLE'; | ||
@@ -61,2 +65,4 @@ if (details.schema) { | ||
items: { type: 'array', items: { type: 'object' } }, | ||
canAddRows: { type: 'boolean' }, | ||
layout: { type: 'string', enum: ['TABLE', 'VERTICAL'] }, | ||
}, | ||
@@ -63,0 +69,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
674971
201
11272