@doe-casl/verain-view
Advanced tools
Comparing version 1.3.41 to 1.3.42
{ | ||
"name": "@doe-casl/verain-view", | ||
"version": "1.3.41", | ||
"version": "1.3.42", | ||
"description": "VeraInView is a standalone HTML file that can act as an application to visualize your VERAin XML files.", | ||
@@ -5,0 +5,0 @@ "author": "Kitware, Inc.", |
@@ -7,2 +7,3 @@ import React from 'react'; | ||
import CoreEditor from './CoreEditor'; | ||
import StateMapEditor from './StateMapEditor'; | ||
import InpHelper from '../utils/InpHelper'; | ||
@@ -62,2 +63,12 @@ | ||
)); | ||
Simput.updateWidgetMapping('StateMapEditor', (prop, viewData, onChange) => ( | ||
<StateMapEditor | ||
key={prop.data.id} | ||
data={prop.data} | ||
ui={prop.ui} | ||
viewData={viewData} | ||
show={prop.show} | ||
onChange={onChange || prop.onChange} | ||
/> | ||
)); | ||
} | ||
@@ -64,0 +75,0 @@ } |
Sorry, the diff of this file is not supported yet
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
6303108
64
20540