@nice2dev/ui-science 1.0.11 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/index.cjs +32 -32
- package/dist/index.d.ts +5 -5
- package/dist/index.mjs +753 -751
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -805,7 +805,7 @@ export declare interface Molecule {
|
|
|
805
805
|
metadata?: Record<string, any>;
|
|
806
806
|
}
|
|
807
807
|
|
|
808
|
-
export declare function Nice3DPlot({ data, title, width, height, scene, showColorBar, animation, showLegend, legendPosition, enableRotation, enableZoom, enablePan, showAxes, showAxisLabels, focalLength, theme, onCameraChange, onPointClick, onPointHover, className, style, }: Nice3DPlotProps): default_2.ReactElement;
|
|
808
|
+
export declare function Nice3DPlot({ data, title, width, height, scene, showColorBar, animation: _animation, showLegend, legendPosition, enableRotation, enableZoom, enablePan, showAxes, showAxisLabels, focalLength, theme, onCameraChange: _onCameraChange, onPointClick, onPointHover, className, style, }: Nice3DPlotProps): default_2.ReactElement;
|
|
809
809
|
|
|
810
810
|
export declare interface Nice3DPlotProps {
|
|
811
811
|
/** Plot data (surfaces, scatter, volumes, meshes) */
|
|
@@ -868,7 +868,7 @@ export declare interface NiceDataAnalysisProps {
|
|
|
868
868
|
style?: default_2.CSSProperties;
|
|
869
869
|
}
|
|
870
870
|
|
|
871
|
-
export declare function NiceGeographicMap({ projection, layers, markers, polylines, polygons, heatmap, bounds, center, zoom, showGraticule, graticuleInterval, showCoastlines, showBorders, landColor, oceanColor, borderColor, graticuleColor, width, height, enablePan, enableZoom, showControls, scaleBar, legend, showLayerControl, onMarkerClick, onMarkerHover, onMapClick, onPolygonClick, onBoundsChange, className, style, }: NiceGeographicMapProps): default_2.ReactElement;
|
|
871
|
+
export declare function NiceGeographicMap({ projection, layers, markers, polylines, polygons, heatmap: _heatmap, bounds: _bounds, center, zoom, showGraticule, graticuleInterval, showCoastlines, showBorders: _showBorders, landColor, oceanColor, borderColor, graticuleColor, width, height, enablePan, enableZoom, showControls, scaleBar, legend, showLayerControl, onMarkerClick, onMarkerHover, onMapClick, onPolygonClick, onBoundsChange: _onBoundsChange, className, style, }: NiceGeographicMapProps): default_2.ReactElement;
|
|
872
872
|
|
|
873
873
|
export declare interface NiceGeographicMapProps {
|
|
874
874
|
/** Map projection */
|
|
@@ -945,7 +945,7 @@ export declare interface NiceLabNotebookProps {
|
|
|
945
945
|
style?: default_2.CSSProperties;
|
|
946
946
|
}
|
|
947
947
|
|
|
948
|
-
export declare function NiceMolecularViewer({ molecule, format, style, colorScheme, showHydrogens, showWaters, showLabels, labelType, width, height, backgroundColor, enableRotation, enableZoom, showControls, measurements, surfaces, labels, selection, highlightColor, spin, spinSpeed, onAtomClick, onAtomHover, onSelectionChange, className, styleOverride, }: NiceMolecularViewerProps): default_2.ReactElement;
|
|
948
|
+
export declare function NiceMolecularViewer({ molecule, format, style, colorScheme: _colorScheme, showHydrogens, showWaters, showLabels, labelType, width, height, backgroundColor, enableRotation, enableZoom, showControls, measurements, surfaces: _surfaces, labels: _labels, selection, highlightColor, spin, spinSpeed, onAtomClick, onAtomHover, onSelectionChange: _onSelectionChange, className, styleOverride, }: NiceMolecularViewerProps): default_2.ReactElement;
|
|
949
949
|
|
|
950
950
|
export declare interface NiceMolecularViewerProps {
|
|
951
951
|
/** Molecule data or PDB/MOL string */
|
|
@@ -1002,7 +1002,7 @@ export declare interface NiceMolecularViewerProps {
|
|
|
1002
1002
|
styleOverride?: default_2.CSSProperties;
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
|
-
export declare function NicePhylogeneticTree({ tree, layout, branchStyle, nodeShape, nodeSize, showBranchLengths, showBootstrap, bootstrapThreshold, showLeafLabels, showInternalLabels, labelFontSize, branchWidth, branchColor, nodeColor, highlightColor, clades, annotations, colorScale, width, height, padding, enableZoom, enablePan, showControls, onNodeClick, onNodeHover, onBranchClick, className, style, }: NicePhylogeneticTreeProps): default_2.ReactElement;
|
|
1005
|
+
export declare function NicePhylogeneticTree({ tree, layout, branchStyle, nodeShape, nodeSize, showBranchLengths: _showBranchLengths, showBootstrap, bootstrapThreshold, showLeafLabels, showInternalLabels, labelFontSize, branchWidth, branchColor, nodeColor, highlightColor, clades, annotations, colorScale: _colorScale, width, height, padding, enableZoom, enablePan, showControls, onNodeClick, onNodeHover, onBranchClick: _onBranchClick, className, style, }: NicePhylogeneticTreeProps): default_2.ReactElement;
|
|
1006
1006
|
|
|
1007
1007
|
export declare interface NicePhylogeneticTreeProps {
|
|
1008
1008
|
/** Tree data or Newick string */
|
|
@@ -1065,7 +1065,7 @@ export declare interface NicePhylogeneticTreeProps {
|
|
|
1065
1065
|
style?: default_2.CSSProperties;
|
|
1066
1066
|
}
|
|
1067
1067
|
|
|
1068
|
-
export declare function NiceScientificChart({ series, title, subtitle, width, height, type, xAxis, yAxis, statOverlays, annotations, legend, tooltip, zoom, export: exportConfig, statisticalTests, gridLines, aspectRatio, animation, theme, onPointClick, onPointHover, onZoomChange, onAnnotationChange, className, style, }: NiceScientificChartProps): default_2.ReactElement;
|
|
1068
|
+
export declare function NiceScientificChart({ series, title, subtitle, width, height, type, xAxis: _xAxis, yAxis: _yAxis, statOverlays, annotations, legend, tooltip, zoom, export: exportConfig, statisticalTests, gridLines, aspectRatio, animation: _animation, theme, onPointClick, onPointHover, onZoomChange, onAnnotationChange: _onAnnotationChange, className, style, }: NiceScientificChartProps): default_2.ReactElement;
|
|
1069
1069
|
|
|
1070
1070
|
export declare interface NiceScientificChartProps {
|
|
1071
1071
|
/** Data series to display */
|