@doe-casl/verain-view
Advanced tools
Comparing version 1.3.13 to 1.3.14
{ | ||
"name": "@doe-casl/verain-view", | ||
"version": "1.3.13", | ||
"version": "1.3.14", | ||
"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.", |
import React from 'react'; | ||
import CellEditor from './CellEditor'; | ||
import RodEditor from './RodEditor'; | ||
import MapEditor from './MapEditor'; | ||
@@ -27,2 +28,12 @@ function registerLocalEditors(Simput) { | ||
)); | ||
Simput.updateWidgetMapping('MapEditor', (prop, viewData, onChange) => ( | ||
<MapEditor | ||
key={prop.data.id} | ||
data={prop.data} | ||
ui={prop.ui} | ||
viewData={viewData} | ||
show={prop.show} | ||
onChange={onChange || prop.onChange} | ||
/> | ||
)); | ||
} | ||
@@ -29,0 +40,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
6234710
54
18737