@bioturing/components 0.13.1
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/LICENSE +20 -0
- package/README.md +91 -0
- package/dist/Badge.js +41 -0
- package/dist/Breadcrumb.js +92 -0
- package/dist/Checkbox.js +13 -0
- package/dist/CodeBlock.js +497 -0
- package/dist/Collapse.js +50 -0
- package/dist/DSRoot.js +1024 -0
- package/dist/DropdownMenu.js +206 -0
- package/dist/Empty.js +53 -0
- package/dist/Field.js +69 -0
- package/dist/Form.js +126 -0
- package/dist/IconButton.js +83 -0
- package/dist/Input.js +49 -0
- package/dist/Modal.js +430 -0
- package/dist/Popover.js +10 -0
- package/dist/Radio.js +24 -0
- package/dist/ScrollArea.js +47 -0
- package/dist/Segmented.js +10 -0
- package/dist/Select.js +41 -0
- package/dist/Slider.js +39 -0
- package/dist/Spin.js +33 -0
- package/dist/Splitter.js +47 -0
- package/dist/Switch.js +10 -0
- package/dist/Table.js +125 -0
- package/dist/Tag.js +24 -0
- package/dist/ThemeProvider.js +261 -0
- package/dist/Toast.js +1009 -0
- package/dist/Tooltip.js +36 -0
- package/dist/Tour.js +54 -0
- package/dist/Tree.js +318 -0
- package/dist/Truncate.js +160 -0
- package/dist/Upload.js +419 -0
- package/dist/VerticalCollapsiblePanel.js +414 -0
- package/dist/assets/src/icons/ANOVAAnalysis.d.ts +7 -0
- package/dist/assets/src/icons/AUCell.d.ts +7 -0
- package/dist/assets/src/icons/Alphabet.d.ts +7 -0
- package/dist/assets/src/icons/BarChart.d.ts +7 -0
- package/dist/assets/src/icons/BoxPlot.d.ts +7 -0
- package/dist/assets/src/icons/BubbleHeatmap.d.ts +7 -0
- package/dist/assets/src/icons/CDR3Spectratyping.d.ts +7 -0
- package/dist/assets/src/icons/CancerPrediction.d.ts +7 -0
- package/dist/assets/src/icons/Cell.d.ts +7 -0
- package/dist/assets/src/icons/CellCellCommunication.d.ts +7 -0
- package/dist/assets/src/icons/CellSearch.d.ts +7 -0
- package/dist/assets/src/icons/CellTypePrediction.d.ts +7 -0
- package/dist/assets/src/icons/Cells.d.ts +7 -0
- package/dist/assets/src/icons/Circos.d.ts +7 -0
- package/dist/assets/src/icons/Clonotype.d.ts +7 -0
- package/dist/assets/src/icons/CoexpressionPlot.d.ts +7 -0
- package/dist/assets/src/icons/Composition.d.ts +7 -0
- package/dist/assets/src/icons/DEG.d.ts +7 -0
- package/dist/assets/src/icons/Digits.d.ts +7 -0
- package/dist/assets/src/icons/DiversityAnalysis.d.ts +7 -0
- package/dist/assets/src/icons/Embedding.d.ts +7 -0
- package/dist/assets/src/icons/EnrichmentTest.d.ts +7 -0
- package/dist/assets/src/icons/Eppendorf.d.ts +7 -0
- package/dist/assets/src/icons/FileArrowRight.d.ts +7 -0
- package/dist/assets/src/icons/FolderArrowRight.d.ts +7 -0
- package/dist/assets/src/icons/Heatmap.d.ts +7 -0
- package/dist/assets/src/icons/ImageSegmentation.d.ts +7 -0
- package/dist/assets/src/icons/IntersectionPlot.d.ts +7 -0
- package/dist/assets/src/icons/LouvainClustering.d.ts +7 -0
- package/dist/assets/src/icons/MarkerGenes.d.ts +7 -0
- package/dist/assets/src/icons/MixedView.d.ts +7 -0
- package/dist/assets/src/icons/NeighborhoodAnalysis.d.ts +7 -0
- package/dist/assets/src/icons/PenSize.d.ts +7 -0
- package/dist/assets/src/icons/Pertubation.d.ts +7 -0
- package/dist/assets/src/icons/Pseudotime.d.ts +7 -0
- package/dist/assets/src/icons/RegionSegmentation.d.ts +7 -0
- package/dist/assets/src/icons/ScatterPlotTissueImageView.d.ts +7 -0
- package/dist/assets/src/icons/ScatterPlotView.d.ts +7 -0
- package/dist/assets/src/icons/SegmentSelection.d.ts +7 -0
- package/dist/assets/src/icons/SpatialCellProportion.d.ts +7 -0
- package/dist/assets/src/icons/Species.d.ts +7 -0
- package/dist/assets/src/icons/SubClustering.d.ts +7 -0
- package/dist/assets/src/icons/TSNEUMAP.d.ts +7 -0
- package/dist/assets/src/icons/TissueImageScatterPlotView.d.ts +7 -0
- package/dist/assets/src/icons/TissueImageView.d.ts +7 -0
- package/dist/assets/src/icons/TwoD.d.ts +7 -0
- package/dist/assets/src/icons/VennDiagramAnalysis.d.ts +7 -0
- package/dist/assets/src/icons/ViolinPlot.d.ts +7 -0
- package/dist/assets/src/icons/custom.d.ts +48 -0
- package/dist/assets/src/icons/index.d.ts +2 -0
- package/dist/assets/src/icons/phosphor.d.ts +1 -0
- package/dist/assets/src/index.d.ts +2 -0
- package/dist/assets/src/logos/BBrowserX.d.ts +9 -0
- package/dist/assets/src/logos/BioStudio.d.ts +9 -0
- package/dist/assets/src/logos/BioTuring.d.ts +9 -0
- package/dist/assets/src/logos/BioTuringAlpha.d.ts +9 -0
- package/dist/assets/src/logos/Lens.d.ts +9 -0
- package/dist/assets/src/logos/Pixel.d.ts +9 -0
- package/dist/assets/src/logos/SmartBulk.d.ts +9 -0
- package/dist/assets/src/logos/SpatialX.d.ts +9 -0
- package/dist/assets/src/logos/Talk2Data.d.ts +9 -0
- package/dist/assets/src/logos/Vinci.d.ts +9 -0
- package/dist/assets/src/logos/index.d.ts +10 -0
- package/dist/components/src/components/Badge/component.d.ts +3 -0
- package/dist/components/src/components/Badge/index.d.ts +1 -0
- package/dist/components/src/components/Breadcrumb/component.d.ts +5 -0
- package/dist/components/src/components/Breadcrumb/index.d.ts +2 -0
- package/dist/components/src/components/Breadcrumb/types.d.ts +18 -0
- package/dist/components/src/components/Breadcrumb/useItemRender.d.ts +6 -0
- package/dist/components/src/components/Button/component.d.ts +7 -0
- package/dist/components/src/components/Button/index.d.ts +1 -0
- package/dist/components/src/components/Checkbox/component.d.ts +10 -0
- package/dist/components/src/components/Checkbox/index.d.ts +1 -0
- package/dist/components/src/components/CodeBlock/component.d.ts +2 -0
- package/dist/components/src/components/CodeBlock/index.d.ts +2 -0
- package/dist/components/src/components/CodeBlock/types.d.ts +47 -0
- package/dist/components/src/components/Collapse/component.d.ts +13 -0
- package/dist/components/src/components/Collapse/index.d.ts +1 -0
- package/dist/components/src/components/DSRoot/component.d.ts +13 -0
- package/dist/components/src/components/DSRoot/index.d.ts +1 -0
- package/dist/components/src/components/DropdownMenu/component.d.ts +25 -0
- package/dist/components/src/components/DropdownMenu/index.d.ts +2 -0
- package/dist/components/src/components/DropdownMenu/utils.d.ts +5 -0
- package/dist/components/src/components/Empty/component.d.ts +12 -0
- package/dist/components/src/components/Empty/index.d.ts +1 -0
- package/dist/components/src/components/Field/component.d.ts +41 -0
- package/dist/components/src/components/Field/index.d.ts +1 -0
- package/dist/components/src/components/Form/component.d.ts +18 -0
- package/dist/components/src/components/Form/index.d.ts +1 -0
- package/dist/components/src/components/Form/item.d.ts +5 -0
- package/dist/components/src/components/IconButton/component.d.ts +29 -0
- package/dist/components/src/components/IconButton/index.d.ts +1 -0
- package/dist/components/src/components/Input/component.d.ts +30 -0
- package/dist/components/src/components/Input/index.d.ts +1 -0
- package/dist/components/src/components/Modal/Modal.d.ts +69 -0
- package/dist/components/src/components/Modal/ModalProvider.d.ts +5 -0
- package/dist/components/src/components/Modal/ModalService.d.ts +33 -0
- package/dist/components/src/components/Modal/constants.d.ts +9 -0
- package/dist/components/src/components/Modal/functions.d.ts +27 -0
- package/dist/components/src/components/Modal/index.d.ts +14 -0
- package/dist/components/src/components/Popover/component.d.ts +9 -0
- package/dist/components/src/components/Popover/index.d.ts +1 -0
- package/dist/components/src/components/Radio/component.d.ts +7 -0
- package/dist/components/src/components/Radio/index.d.ts +2 -0
- package/dist/components/src/components/Radio/interface.d.ts +5 -0
- package/dist/components/src/components/ScrollArea/component.d.ts +10 -0
- package/dist/components/src/components/ScrollArea/index.d.ts +1 -0
- package/dist/components/src/components/Segmented/component.d.ts +9 -0
- package/dist/components/src/components/Segmented/index.d.ts +1 -0
- package/dist/components/src/components/Select/component.d.ts +11 -0
- package/dist/components/src/components/Select/index.d.ts +1 -0
- package/dist/components/src/components/Slider/component.d.ts +5 -0
- package/dist/components/src/components/Slider/index.d.ts +1 -0
- package/dist/components/src/components/Spin/component.d.ts +3 -0
- package/dist/components/src/components/Spin/index.d.ts +1 -0
- package/dist/components/src/components/Splitter/component.d.ts +12 -0
- package/dist/components/src/components/Splitter/index.d.ts +1 -0
- package/dist/components/src/components/Switch/component.d.ts +8 -0
- package/dist/components/src/components/Switch/index.d.ts +1 -0
- package/dist/components/src/components/Table/component.d.ts +19 -0
- package/dist/components/src/components/Table/index.d.ts +1 -0
- package/dist/components/src/components/Tag/component.d.ts +11 -0
- package/dist/components/src/components/Tag/index.d.ts +1 -0
- package/dist/components/src/components/ThemeProvider/component.d.ts +6 -0
- package/dist/components/src/components/ThemeProvider/index.d.ts +1 -0
- package/dist/components/src/components/Toast/component.d.ts +14 -0
- package/dist/components/src/components/Toast/function.d.ts +10 -0
- package/dist/components/src/components/Toast/index.d.ts +3 -0
- package/dist/components/src/components/Toast/types.d.ts +3 -0
- package/dist/components/src/components/Tooltip/component.d.ts +9 -0
- package/dist/components/src/components/Tooltip/index.d.ts +1 -0
- package/dist/components/src/components/Tour/component.d.ts +7 -0
- package/dist/components/src/components/Tour/index.d.ts +1 -0
- package/dist/components/src/components/Transition/component.d.ts +17 -0
- package/dist/components/src/components/Transition/index.d.ts +1 -0
- package/dist/components/src/components/Tree/components.d.ts +13 -0
- package/dist/components/src/components/Tree/helpers.d.ts +4 -0
- package/dist/components/src/components/Tree/index.d.ts +4 -0
- package/dist/components/src/components/Tree/types.d.ts +55 -0
- package/dist/components/src/components/Tree/useTreeCommon.d.ts +178 -0
- package/dist/components/src/components/Tree/useUniqueKeysTree.d.ts +33 -0
- package/dist/components/src/components/Truncate/component.d.ts +12 -0
- package/dist/components/src/components/Truncate/helpers.d.ts +5 -0
- package/dist/components/src/components/Truncate/index.d.ts +1 -0
- package/dist/components/src/components/Upload/component.d.ts +16 -0
- package/dist/components/src/components/Upload/dragger.d.ts +13 -0
- package/dist/components/src/components/Upload/hooks.d.ts +5 -0
- package/dist/components/src/components/Upload/index.d.ts +3 -0
- package/dist/components/src/components/Upload/item.d.ts +11 -0
- package/dist/components/src/components/Upload/utils.d.ts +1 -0
- package/dist/components/src/components/VerticalCollapsiblePanel/component.d.ts +64 -0
- package/dist/components/src/components/VerticalCollapsiblePanel/index.d.ts +1 -0
- package/dist/components/src/components/hooks/antd.d.ts +11 -0
- package/dist/components/src/components/hooks/base-ui.d.ts +7 -0
- package/dist/components/src/components/hooks/index.d.ts +3 -0
- package/dist/components/src/components/hooks/useControlledState.d.ts +1 -0
- package/dist/components/src/components/index.d.ts +39 -0
- package/dist/components/src/components/utils/WithAntdTokens.d.ts +7 -0
- package/dist/components/src/components/utils/antdUtils.d.ts +10 -0
- package/dist/components/src/components/utils/client.d.ts +2 -0
- package/dist/components/src/components/utils/cn.d.ts +4 -0
- package/dist/components/src/components/utils/index.d.ts +3 -0
- package/dist/components/src/components/utils/isTracebackError.d.ts +1 -0
- package/dist/components/src/components/utils/main.d.ts +3 -0
- package/dist/components/src/components/utils/reactToString.d.ts +2 -0
- package/dist/components/src/components/utils/types.d.ts +9 -0
- package/dist/components/src/index.d.ts +2 -0
- package/dist/components/src/tokens/index.d.ts +3 -0
- package/dist/index.js +2430 -0
- package/dist/style.css +1242 -0
- package/dist/style.js +0 -0
- package/dist/tailwind.css +4 -0
- package/dist/tailwind.js +0 -0
- package/dist/utils.js +78 -0
- package/package.json +153 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IntersectionPlotProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const IntersectionPlot: React.ForwardRefExoticComponent<Omit<IntersectionPlotProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default IntersectionPlot;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface LouvainClusteringProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const LouvainClustering: React.ForwardRefExoticComponent<Omit<LouvainClusteringProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default LouvainClustering;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface MarkerGenesProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const MarkerGenes: React.ForwardRefExoticComponent<Omit<MarkerGenesProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default MarkerGenes;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface MixedViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const MixedView: React.ForwardRefExoticComponent<Omit<MixedViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default MixedView;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface NeighborhoodAnalysisProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const NeighborhoodAnalysis: React.ForwardRefExoticComponent<Omit<NeighborhoodAnalysisProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default NeighborhoodAnalysis;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface PenSizeProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const PenSize: React.ForwardRefExoticComponent<Omit<PenSizeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default PenSize;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface PertubationProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const Pertubation: React.ForwardRefExoticComponent<Omit<PertubationProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default Pertubation;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface PseudotimeProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const Pseudotime: React.ForwardRefExoticComponent<Omit<PseudotimeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default Pseudotime;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface RegionSegmentationProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const RegionSegmentation: React.ForwardRefExoticComponent<Omit<RegionSegmentationProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default RegionSegmentation;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ScatterPlotTissueImageViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const ScatterPlotTissueImageView: React.ForwardRefExoticComponent<Omit<ScatterPlotTissueImageViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default ScatterPlotTissueImageView;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ScatterPlotViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const ScatterPlotView: React.ForwardRefExoticComponent<Omit<ScatterPlotViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default ScatterPlotView;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SegmentSelectionProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const SegmentSelection: React.ForwardRefExoticComponent<Omit<SegmentSelectionProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default SegmentSelection;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SpatialCellProportionProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const SpatialCellProportion: React.ForwardRefExoticComponent<Omit<SpatialCellProportionProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default SpatialCellProportion;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SpeciesProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const Species: React.ForwardRefExoticComponent<Omit<SpeciesProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default Species;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SubClusteringProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const SubClustering: React.ForwardRefExoticComponent<Omit<SubClusteringProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default SubClustering;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface TSNEUMAPProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const TSNEUMAP: React.ForwardRefExoticComponent<Omit<TSNEUMAPProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default TSNEUMAP;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface TissueImageScatterPlotViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const TissueImageScatterPlotView: React.ForwardRefExoticComponent<Omit<TissueImageScatterPlotViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default TissueImageScatterPlotView;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface TissueImageViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const TissueImageView: React.ForwardRefExoticComponent<Omit<TissueImageViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default TissueImageView;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface TwoDProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const TwoD: React.ForwardRefExoticComponent<Omit<TwoDProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default TwoD;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface VennDiagramAnalysisProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const VennDiagramAnalysis: React.ForwardRefExoticComponent<Omit<VennDiagramAnalysisProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default VennDiagramAnalysis;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ViolinPlotProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const ViolinPlot: React.ForwardRefExoticComponent<Omit<ViolinPlotProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default ViolinPlot;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export { default as ANOVAAnalysis } from "./ANOVAAnalysis";
|
|
2
|
+
export { default as AUCell } from "./AUCell";
|
|
3
|
+
export { default as Alphabet } from "./Alphabet";
|
|
4
|
+
export { default as BarChart } from "./BarChart";
|
|
5
|
+
export { default as BoxPlot } from "./BoxPlot";
|
|
6
|
+
export { default as BubbleHeatmap } from "./BubbleHeatmap";
|
|
7
|
+
export { default as CDR3Spectratyping } from "./CDR3Spectratyping";
|
|
8
|
+
export { default as CancerPrediction } from "./CancerPrediction";
|
|
9
|
+
export { default as Cell } from "./Cell";
|
|
10
|
+
export { default as CellCellCommunication } from "./CellCellCommunication";
|
|
11
|
+
export { default as CellSearch } from "./CellSearch";
|
|
12
|
+
export { default as CellTypePrediction } from "./CellTypePrediction";
|
|
13
|
+
export { default as Cells } from "./Cells";
|
|
14
|
+
export { default as Circos } from "./Circos";
|
|
15
|
+
export { default as Clonotype } from "./Clonotype";
|
|
16
|
+
export { default as CoexpressionPlot } from "./CoexpressionPlot";
|
|
17
|
+
export { default as Composition } from "./Composition";
|
|
18
|
+
export { default as DEG } from "./DEG";
|
|
19
|
+
export { default as Digits } from "./Digits";
|
|
20
|
+
export { default as DiversityAnalysis } from "./DiversityAnalysis";
|
|
21
|
+
export { default as Embedding } from "./Embedding";
|
|
22
|
+
export { default as EnrichmentTest } from "./EnrichmentTest";
|
|
23
|
+
export { default as Eppendorf } from "./Eppendorf";
|
|
24
|
+
export { default as FileArrowRight } from "./FileArrowRight";
|
|
25
|
+
export { default as FolderArrowRight } from "./FolderArrowRight";
|
|
26
|
+
export { default as Heatmap } from "./Heatmap";
|
|
27
|
+
export { default as ImageSegmentation } from "./ImageSegmentation";
|
|
28
|
+
export { default as IntersectionPlot } from "./IntersectionPlot";
|
|
29
|
+
export { default as LouvainClustering } from "./LouvainClustering";
|
|
30
|
+
export { default as MarkerGenes } from "./MarkerGenes";
|
|
31
|
+
export { default as MixedView } from "./MixedView";
|
|
32
|
+
export { default as NeighborhoodAnalysis } from "./NeighborhoodAnalysis";
|
|
33
|
+
export { default as PenSize } from "./PenSize";
|
|
34
|
+
export { default as Pertubation } from "./Pertubation";
|
|
35
|
+
export { default as Pseudotime } from "./Pseudotime";
|
|
36
|
+
export { default as RegionSegmentation } from "./RegionSegmentation";
|
|
37
|
+
export { default as ScatterPlotTissueImageView } from "./ScatterPlotTissueImageView";
|
|
38
|
+
export { default as ScatterPlotView } from "./ScatterPlotView";
|
|
39
|
+
export { default as SegmentSelection } from "./SegmentSelection";
|
|
40
|
+
export { default as SpatialCellProportion } from "./SpatialCellProportion";
|
|
41
|
+
export { default as Species } from "./Species";
|
|
42
|
+
export { default as SubClustering } from "./SubClustering";
|
|
43
|
+
export { default as TSNEUMAP } from "./TSNEUMAP";
|
|
44
|
+
export { default as TissueImageScatterPlotView } from "./TissueImageScatterPlotView";
|
|
45
|
+
export { default as TissueImageView } from "./TissueImageView";
|
|
46
|
+
export { default as TwoD } from "./TwoD";
|
|
47
|
+
export { default as VennDiagramAnalysis } from "./VennDiagramAnalysis";
|
|
48
|
+
export { default as ViolinPlot } from "./ViolinPlot";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Acorn, AddressBook, AddressBookTabs, AirTrafficControl, Airplane, AirplaneInFlight, AirplaneLanding, AirplaneTakeoff, AirplaneTaxiing, AirplaneTilt, Airplay, Alarm, Alien, AlignBottom, AlignBottomSimple, AlignCenterHorizontal, AlignCenterHorizontalSimple, AlignCenterVertical, AlignCenterVerticalSimple, AlignLeft, AlignLeftSimple, AlignRight, AlignRightSimple, AlignTop, AlignTopSimple, AmazonLogo, Ambulance, Anchor, AnchorSimple, AndroidLogo, Angle, AngularLogo, Aperture, AppStoreLogo, AppWindow, AppleLogo, ApplePodcastsLogo, ApproximateEquals, Archive, Armchair, ArrowArcLeft, ArrowArcRight, ArrowBendDoubleUpLeft, ArrowBendDoubleUpRight, ArrowBendDownLeft, ArrowBendDownRight, ArrowBendLeftDown, ArrowBendLeftUp, ArrowBendRightDown, ArrowBendRightUp, ArrowBendUpLeft, ArrowBendUpRight, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowClockwise, ArrowCounterClockwise, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowElbowDownLeft, ArrowElbowDownRight, ArrowElbowLeft, ArrowElbowLeftDown, ArrowElbowLeftUp, ArrowElbowRight, ArrowElbowRightDown, ArrowElbowRightUp, ArrowElbowUpLeft, ArrowElbowUpRight, ArrowFatDown, ArrowFatLeft, ArrowFatLineDown, ArrowFatLineLeft, ArrowFatLineRight, ArrowFatLineUp, ArrowFatLinesDown, ArrowFatLinesLeft, ArrowFatLinesRight, ArrowFatLinesUp, ArrowFatRight, ArrowFatUp, ArrowLeft, ArrowLineDown, ArrowLineDownLeft, ArrowLineDownRight, ArrowLineLeft, ArrowLineRight, ArrowLineUp, ArrowLineUpLeft, ArrowLineUpRight, ArrowRight, ArrowSquareDown, ArrowSquareDownLeft, ArrowSquareDownRight, ArrowSquareIn, ArrowSquareLeft, ArrowSquareOut, ArrowSquareRight, ArrowSquareUp, ArrowSquareUpLeft, ArrowSquareUpRight, ArrowUDownLeft, ArrowUDownRight, ArrowULeftDown, ArrowULeftUp, ArrowURightDown, ArrowURightUp, ArrowUUpLeft, ArrowUUpRight, ArrowUp, ArrowUpLeft, ArrowUpRight, ArrowsClockwise, ArrowsCounterClockwise, ArrowsDownUp, ArrowsHorizontal, ArrowsIn, ArrowsInCardinal, ArrowsInLineHorizontal, ArrowsInLineVertical, ArrowsInSimple, ArrowsLeftRight, ArrowsMerge, ArrowsOut, ArrowsOutCardinal, ArrowsOutLineHorizontal, ArrowsOutLineVertical, ArrowsOutSimple, ArrowsSplit, ArrowsVertical, Article, ArticleMedium, ArticleNyTimes, Asclepius, Asterisk, AsteriskSimple, At, Atom, Avocado, Axe, Baby, BabyCarriage, Backpack, Backspace, Bag, BagSimple, Balloon, Bandaids, Bank, Barbell, Barcode, Barn, Barricade, Baseball, BaseballCap, BaseballHelmet, Basket, Basketball, Bathtub, BatteryCharging, BatteryChargingVertical, BatteryEmpty, BatteryFull, BatteryHigh, BatteryLow, BatteryMedium, BatteryPlus, BatteryPlusVertical, BatteryVerticalEmpty, BatteryVerticalFull, BatteryVerticalHigh, BatteryVerticalLow, BatteryVerticalMedium, BatteryWarning, BatteryWarningVertical, BeachBall, Beanie, Bed, BeerBottle, BeerStein, BehanceLogo, Bell, BellRinging, BellSimple, BellSimpleRinging, BellSimpleSlash, BellSimpleZ, BellSlash, BellZ, Belt, BezierCurve, Bicycle, Binary, Binoculars, Biohazard, Bird, Blueprint, Bluetooth, BluetoothConnected, BluetoothSlash, BluetoothX, Boat, Bomb, Bone, Book, BookBookmark, BookOpen, BookOpenText, BookOpenUser, Bookmark, BookmarkSimple, Bookmarks, BookmarksSimple, Books, Boot, Boules, BoundingBox, BowlFood, BowlSteam, BowlingBall, BoxArrowDown, BoxArrowUp, BoxingGlove, BracketsAngle, BracketsCurly, BracketsRound, BracketsSquare, Brain, Brandy, Bread, Bridge, Briefcase, BriefcaseMetal, Broadcast, Broom, Browser, Browsers, BugBeetle, Bug, BugDroid, BuildingApartment, Building, BuildingOffice, Buildings, Bulldozer, Bus, Butterfly, CableCar, Cactus, Cake, Calculator, CalendarBlank, Calendar, CalendarCheck, CalendarDot, CalendarDots, CalendarHeart, CalendarMinus, CalendarPlus, CalendarSlash, CalendarStar, CalendarX, CallBell, Camera, CameraPlus, CameraRotate, CameraSlash, Campfire, CarBattery, Car, CarProfile, CarSimple, Cardholder, Cards, CardsThree, CaretCircleDoubleDown, CaretCircleDoubleLeft, CaretCircleDoubleRight, CaretCircleDoubleUp, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretCircleUpDown, CaretDoubleDown, CaretDoubleLeft, CaretDoubleRight, CaretDoubleUp, CaretDown, CaretLeft, CaretLineDown, CaretLineLeft, CaretLineRight, CaretLineUp, CaretRight, CaretUp, CaretUpDown, Carrot, CashRegister, CassetteTape, CastleTurret, Cat, CellSignalFull, CellSignalHigh, CellSignalLow, CellSignalMedium, CellSignalNone, CellSignalSlash, CellSignalX, CellTower, Certificate, Chair, Chalkboard, ChalkboardSimple, ChalkboardTeacher, Champagne, ChargingStation, ChartBar, ChartBarHorizontal, ChartDonut, ChartLine, ChartLineDown, ChartLineUp, ChartPie, ChartPieSlice, ChartPolar, ChartScatter, Chat, ChatCentered, ChatCenteredDots, ChatCenteredSlash, ChatCenteredText, ChatCircle, ChatCircleDots, ChatCircleSlash, ChatCircleText, ChatDots, ChatSlash, ChatTeardrop, ChatTeardropDots, ChatTeardropSlash, ChatTeardropText, ChatText, Chats, ChatsCircle, ChatsTeardrop, Check, CheckCircle, CheckFat, CheckSquare, CheckSquareOffset, Checkerboard, Checks, Cheers, Cheese, ChefHat, Cherries, Church, Cigarette, CigaretteSlash, Circle, CircleDashed, CircleHalf, CircleHalfTilt, CircleNotch, CirclesFour, CirclesThree, CirclesThreePlus, Circuitry, City, Clipboard, ClipboardText, ClockAfternoon, Clock, ClockClockwise, ClockCountdown, ClockCounterClockwise, ClockUser, ClosedCaptioning, CloudArrowDown, CloudArrowUp, Cloud, CloudCheck, CloudFog, CloudLightning, CloudMoon, CloudRain, CloudSlash, CloudSnow, CloudSun, CloudWarning, CloudX, Clover, Club, CoatHanger, CodaLogo, CodeBlock, Code, CodeSimple, CodepenLogo, CodesandboxLogo, CoffeeBean, Coffee, Coin, CoinVertical, Coins, Columns, ColumnsPlusLeft, ColumnsPlusRight, Command, Compass, CompassRose, CompassTool, ComputerTower, Confetti, ContactlessPayment, Control, Cookie, CookingPot, Copy, CopySimple, Copyleft, Copyright, CornersIn, CornersOut, Couch, CourtBasketball, Cow, CowboyHat, Cpu, Crane, CraneTower, CreditCard, Cricket, Crop, Cross, Crosshair, CrosshairSimple, Crown, CrownCross, CrownSimple, Cube, CubeFocus, CubeTransparent, CurrencyBtc, CurrencyCircleDollar, CurrencyCny, CurrencyDollar, CurrencyDollarSimple, CurrencyEth, CurrencyEur, CurrencyGbp, CurrencyInr, CurrencyJpy, CurrencyKrw, CurrencyKzt, CurrencyNgn, CurrencyRub, Cursor, CursorClick, CursorText, Cylinder, Database, Desk, Desktop, DesktopTower, Detective, DevToLogo, DeviceMobile, DeviceMobileCamera, DeviceMobileSlash, DeviceMobileSpeaker, DeviceRotate, DeviceTablet, DeviceTabletCamera, DeviceTabletSpeaker, Devices, Diamond, DiamondsFour, DiceFive, DiceFour, DiceOne, DiceSix, DiceThree, DiceTwo, Disc, DiscoBall, DiscordLogo, Divide, Dna, Dog, Door, DoorOpen, Dot, DotOutline, DotsNine, DotsSix, DotsSixVertical, DotsThree, DotsThreeCircle, DotsThreeCircleVertical, DotsThreeOutline, DotsThreeOutlineVertical, DotsThreeVertical, Download, DownloadSimple, Dress, Dresser, DribbbleLogo, Drone, Drop, DropHalf, DropHalfBottom, DropSimple, DropSlash, DropboxLogo, Ear, EarSlash, Egg, EggCrack, Eject, EjectSimple, Elevator, Empty, Engine, Envelope, EnvelopeOpen, EnvelopeSimple, EnvelopeSimpleOpen, Equalizer, Equals, Eraser, EscalatorDown, EscalatorUp, Exam, ExclamationMark, Exclude, ExcludeSquare, Export, Eye, EyeClosed, EyeSlash, Eyedropper, EyedropperSample, Eyeglasses, Eyes, FaceMask, FacebookLogo, Factory, Faders, FadersHorizontal, FalloutShelter, Fan, Farm, FastForward, FastForwardCircle, Feather, FediverseLogo, FigmaLogo, FileArchive, FileArrowDown, FileArrowUp, FileAudio, File, FileC, FileCSharp, FileCloud, FileCode, FileCpp, FileCss, FileCsv, FileDashed, FileDoc, FileHtml, FileImage, FileIni, FileJpg, FileJs, FileJsx, FileLock, FileMagnifyingGlass, FileMd, FileMinus, FilePdf, FilePlus, FilePng, FilePpt, FilePy, FileRs, FileSql, FileSvg, FileText, FileTs, FileTsx, FileTxt, FileVideo, FileVue, FileX, FileXls, FileZip, Files, FilmReel, FilmScript, FilmSlate, FilmStrip, Fingerprint, FingerprintSimple, FinnTheHuman, Fire, FireExtinguisher, FireSimple, FireTruck, FirstAid, FirstAidKit, Fish, FishSimple, FlagBanner, FlagBannerFold, Flag, FlagCheckered, FlagPennant, Flame, Flashlight, Flask, FlipHorizontal, FlipVertical, FloppyDiskBack, FloppyDisk, FlowArrow, Flower, FlowerLotus, FlowerTulip, FlyingSaucer, Folder, FolderDashed, FolderLock, FolderMinus, FolderOpen, FolderPlus, FolderSimple, FolderSimpleDashed, FolderSimpleLock, FolderSimpleMinus, FolderSimplePlus, FolderSimpleStar, FolderSimpleUser, FolderStar, FolderUser, Folders, Football, FootballHelmet, Footprints, ForkKnife, FourK, FrameCorners, FramerLogo, Function, Funnel, FunnelSimple, FunnelSimpleX, FunnelX, GameController, Garage, GasCan, GasPump, Gauge, Gavel, Gear, GearFine, GearSix, GenderFemale, GenderIntersex, GenderMale, GenderNeuter, GenderNonbinary, GenderTransgender, Ghost, Gif, Gift, GitBranch, GitCommit, GitDiff, GitFork, GitMerge, GitPullRequest, GithubLogo, GitlabLogo, GitlabLogoSimple, Globe, GlobeHemisphereEast, GlobeHemisphereWest, GlobeSimple, GlobeSimpleX, GlobeStand, GlobeX, Goggles, Golf, GoodreadsLogo, GoogleCardboardLogo, GoogleChromeLogo, GoogleDriveLogo, GoogleLogo, GooglePhotosLogo, GooglePlayLogo, GooglePodcastsLogo, Gps, GpsFix, GpsSlash, Gradient, GraduationCap, Grains, GrainsSlash, Graph, GraphicsCard, GreaterThan, GreaterThanOrEqual, GridFour, GridNine, Guitar, HairDryer, Hamburger, Hammer, HandArrowDown, HandArrowUp, Hand, HandCoins, HandDeposit, HandEye, HandFist, HandGrabbing, HandHeart, HandPalm, HandPeace, HandPointing, HandSoap, HandSwipeLeft, HandSwipeRight, HandTap, HandWaving, HandWithdraw, Handbag, HandbagSimple, HandsClapping, HandsPraying, Handshake, HardDrive, HardDrives, HardHat, Hash, HashStraight, HeadCircuit, Headlights, Headphones, Headset, Heart, HeartBreak, HeartHalf, HeartStraight, HeartStraightBreak, Heartbeat, Hexagon, HighDefinition, HighHeel, Highlighter, HighlighterCircle, Hockey, Hoodie, Horse, Hospital, Hourglass, HourglassHigh, HourglassLow, HourglassMedium, HourglassSimple, HourglassSimpleHigh, HourglassSimpleLow, HourglassSimpleMedium, House, HouseLine, HouseSimple, Hurricane, IceCream, IdentificationBadge, IdentificationCard, Image, ImageBroken, ImageSquare, Images, ImagesSquare, Infinity, Info, InstagramLogo, Intersect, IntersectSquare, IntersectThree, Intersection, Invoice, Island, Jar, JarLabel, Jeep, Joystick, Kanban, Key, KeyReturn, Keyboard, Keyhole, Knife, Ladder, LadderSimple, Lamp, LampPendant, Laptop, Lasso, LastfmLogo, Layout, Leaf, Lectern, Lego, LegoSmiley, LessThan, LessThanOrEqual, LetterCircleH, LetterCircleP, LetterCircleV, Lifebuoy, Lightbulb, LightbulbFilament, Lighthouse, LightningA, Lightning, LightningSlash, LineSegment, LineSegments, LineVertical, Link, LinkBreak, LinkSimple, LinkSimpleBreak, LinkSimpleHorizontal, LinkSimpleHorizontalBreak, LinkedinLogo, LinktreeLogo, LinuxLogo, List, ListBullets, ListChecks, ListDashes, ListHeart, ListMagnifyingGlass, ListNumbers, ListPlus, ListStar, Lock, LockKey, LockKeyOpen, LockLaminated, LockLaminatedOpen, LockOpen, LockSimple, LockSimpleOpen, Lockers, Log, MagicWand, Magnet, MagnetStraight, MagnifyingGlass, MagnifyingGlassMinus, MagnifyingGlassPlus, Mailbox, MapPinArea, MapPin, MapPinLine, MapPinPlus, MapPinSimpleArea, MapPinSimple, MapPinSimpleLine, MapTrifold, MarkdownLogo, MarkerCircle, Martini, MaskHappy, MaskSad, MastodonLogo, MathOperations, MatrixLogo, Medal, MedalMilitary, MediumLogo, Megaphone, MegaphoneSimple, MemberOf, Memory, MessengerLogo, MetaLogo, Meteor, Metronome, Microphone, MicrophoneSlash, MicrophoneStage, Microscope, MicrosoftExcelLogo, MicrosoftOutlookLogo, MicrosoftPowerpointLogo, MicrosoftTeamsLogo, MicrosoftWordLogo, Minus, MinusCircle, MinusSquare, Money, MoneyWavy, MonitorArrowUp, Monitor, MonitorPlay, Moon, MoonStars, Moped, MopedFront, Mosque, Motorcycle, Mountains, Mouse, MouseLeftClick, MouseMiddleClick, MouseRightClick, MouseScroll, MouseSimple, MusicNote, MusicNoteSimple, MusicNotes, MusicNotesMinus, MusicNotesPlus, MusicNotesSimple, NavigationArrow, Needle, Network, NetworkSlash, NetworkX, Newspaper, NewspaperClipping, NotEquals, NotMemberOf, NotSubsetOf, NotSupersetOf, Notches, NoteBlank, Note, NotePencil, Notebook, Notepad, Notification, NotionLogo, NuclearPlant, NumberCircleEight, NumberCircleFive, NumberCircleFour, NumberCircleNine, NumberCircleOne, NumberCircleSeven, NumberCircleSix, NumberCircleThree, NumberCircleTwo, NumberCircleZero, NumberEight, NumberFive, NumberFour, NumberNine, NumberOne, NumberSeven, NumberSix, NumberSquareEight, NumberSquareFive, NumberSquareFour, NumberSquareNine, NumberSquareOne, NumberSquareSeven, NumberSquareSix, NumberSquareThree, NumberSquareTwo, NumberSquareZero, NumberThree, NumberTwo, NumberZero, Numpad, Nut, NyTimesLogo, Octagon, OfficeChair, Onigiri, OpenAiLogo, Option, Orange, OrangeSlice, Oven, Package, PaintBrush, PaintBrushBroad, PaintBrushHousehold, PaintBucket, PaintRoller, Palette, Panorama, Pants, PaperPlane, PaperPlaneRight, PaperPlaneTilt, Paperclip, PaperclipHorizontal, Parachute, Paragraph, Parallelogram, Park, Password, Path, PatreonLogo, Pause, PauseCircle, PawPrint, PaypalLogo, Peace, Pen, PenNib, PenNibStraight, Pencil, PencilCircle, PencilLine, PencilRuler, PencilSimple, PencilSimpleLine, PencilSimpleSlash, PencilSlash, Pentagon, Pentagram, Pepper, Percent, PersonArmsSpread, Person, PersonSimpleBike, PersonSimple, PersonSimpleCircle, PersonSimpleHike, PersonSimpleRun, PersonSimpleSki, PersonSimpleSnowboard, PersonSimpleSwim, PersonSimpleTaiChi, PersonSimpleThrow, PersonSimpleWalk, Perspective, Phone, PhoneCall, PhoneDisconnect, PhoneIncoming, PhoneList, PhoneOutgoing, PhonePause, PhonePlus, PhoneSlash, PhoneTransfer, PhoneX, PhosphorLogo, Pi, PianoKeys, PicnicTable, PictureInPicture, PiggyBank, Pill, PingPong, PintGlass, PinterestLogo, Pinwheel, Pipe, PipeWrench, PixLogo, Pizza, Placeholder, Planet, Plant, Play, PlayCircle, PlayPause, Playlist, Plug, PlugCharging, Plugs, PlugsConnected, Plus, PlusCircle, PlusMinus, PlusSquare, PokerChip, PoliceCar, Polygon, Popcorn, Popsicle, PottedPlant, Power, Prescription, Presentation, PresentationChart, Printer, Prohibit, ProhibitInset, ProjectorScreen, ProjectorScreenChart, Pulse, PushPin, PushPinSimple, PushPinSimpleSlash, PushPinSlash, PuzzlePiece, QrCode, Question, QuestionMark, Queue, Quotes, Rabbit, Racquet, Radical, Radio, RadioButton, Radioactive, Rainbow, RainbowCloud, Ranking, ReadCvLogo, Receipt, ReceiptX, Record, Rectangle, RectangleDashed, Recycle, RedditLogo, Repeat, RepeatOnce, ReplitLogo, Resize, Rewind, RewindCircle, RoadHorizon, Robot, Rocket, RocketLaunch, Rows, RowsPlusBottom, RowsPlusTop, Rss, RssSimple, Rug, Ruler, Sailboat, Scales, Scan, ScanSmiley, Scissors, Scooter, Screencast, Screwdriver, Scribble, ScribbleLoop, Scroll, Seal, SealCheck, SealPercent, SealQuestion, SealWarning, Seat, Seatbelt, SecurityCamera, SelectionAll, SelectionBackground, Selection, SelectionForeground, SelectionInverse, SelectionPlus, SelectionSlash, Shapes, Share, ShareFat, ShareNetwork, Shield, ShieldCheck, ShieldCheckered, ShieldChevron, ShieldPlus, ShieldSlash, ShieldStar, ShieldWarning, ShippingContainer, ShirtFolded, ShootingStar, ShoppingBag, ShoppingBagOpen, ShoppingCart, ShoppingCartSimple, Shovel, Shower, Shrimp, ShuffleAngular, Shuffle, ShuffleSimple, Sidebar, SidebarSimple, Sigma, SignIn, SignOut, Signature, Signpost, SimCard, Siren, SketchLogo, SkipBack, SkipBackCircle, SkipForward, SkipForwardCircle, Skull, SkypeLogo, SlackLogo, Sliders, SlidersHorizontal, Slideshow, SmileyAngry, SmileyBlank, Smiley, SmileyMeh, SmileyMelting, SmileyNervous, SmileySad, SmileySticker, SmileyWink, SmileyXEyes, SnapchatLogo, Sneaker, SneakerMove, Snowflake, SoccerBall, Sock, SolarPanel, SolarRoof, SortAscending, SortDescending, SoundcloudLogo, Spade, Sparkle, SpeakerHifi, SpeakerHigh, SpeakerLow, SpeakerNone, SpeakerSimpleHigh, SpeakerSimpleLow, SpeakerSimpleNone, SpeakerSimpleSlash, SpeakerSimpleX, SpeakerSlash, SpeakerX, Speedometer, Sphere, SpinnerBall, Spinner, SpinnerGap, Spiral, SplitHorizontal, SplitVertical, SpotifyLogo, SprayBottle, Square, SquareHalf, SquareHalfBottom, SquareLogo, SquareSplitHorizontal, SquareSplitVertical, SquaresFour, Stack, StackMinus, StackOverflowLogo, StackPlus, StackSimple, Stairs, Stamp, StandardDefinition, StarAndCrescent, Star, StarFour, StarHalf, StarOfDavid, SteamLogo, SteeringWheel, Steps, Stethoscope, Sticker, Stool, Stop, StopCircle, Storefront, Strategy, StripeLogo, Student, SubsetOf, SubsetProperOf, Subtitles, SubtitlesSlash, Subtract, SubtractSquare, Subway, Suitcase, SuitcaseRolling, SuitcaseSimple, Sun, SunDim, SunHorizon, Sunglasses, SupersetOf, SupersetProperOf, Swap, Swatches, SwimmingPool, Sword, Synagogue, Syringe, TShirt, Table, Tabs, Tag, TagChevron, TagSimple, Target, Taxi, TeaBag, TelegramLogo, Television, TelevisionSimple, TennisBall, Tent, Terminal, TerminalWindow, TestTube, TextAUnderline, TextAa, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, TextB, TextColumns, TextH, TextHFive, TextHFour, TextHOne, TextHSix, TextHThree, TextHTwo, TextIndent, TextItalic, TextOutdent, TextStrikethrough, TextSubscript, TextSuperscript, TextT, TextTSlash, TextUnderline, Textbox, Thermometer, ThermometerCold, ThermometerHot, ThermometerSimple, ThreadsLogo, ThreeD, ThumbsDown, ThumbsUp, Ticket, TidalLogo, TiktokLogo, Tilde, Timer, TipJar, Tipi, Tire, ToggleLeft, ToggleRight, Toilet, ToiletPaper, Toolbox, Tooth, Tornado, Tote, ToteSimple, Towel, Tractor, Trademark, TrademarkRegistered, TrafficCone, TrafficSign, TrafficSignal, Train, TrainRegional, TrainSimple, Tram, Translate, Trash, TrashSimple, TrayArrowDown, TrayArrowUp, Tray, TreasureChest, Tree, TreeEvergreen, TreePalm, TreeStructure, TreeView, TrendDown, TrendUp, Triangle, TriangleDashed, Trolley, TrolleySuitcase, Trophy, Truck, TruckTrailer, TumblrLogo, TwitchLogo, TwitterLogo, Umbrella, UmbrellaSimple, Union, Unite, UniteSquare, Upload, UploadSimple, Usb, User, UserCheck, UserCircle, UserCircleCheck, UserCircleDashed, UserCircleGear, UserCircleMinus, UserCirclePlus, UserFocus, UserGear, UserList, UserMinus, UserPlus, UserRectangle, UserSound, UserSquare, UserSwitch, Users, UsersFour, UsersThree, Van, Vault, VectorThree, VectorTwo, Vibrate, Video, VideoCamera, VideoCameraSlash, VideoConference, Vignette, VinylRecord, VirtualReality, Virus, Visor, Voicemail, Volleyball, Wall, Wallet, Warehouse, Warning, WarningCircle, WarningDiamond, WarningOctagon, WashingMachine, Watch, WaveSawtooth, WaveSine, WaveSquare, WaveTriangle, Waveform, WaveformSlash, Waves, Webcam, WebcamSlash, WebhooksLogo, WechatLogo, WhatsappLogo, Wheelchair, WheelchairMotion, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiSlash, WifiX, Wind, Windmill, WindowsLogo, Wine, Wrench, X, XCircle, XLogo, XSquare, Yarn, YinYang, YoutubeLogo, } from "@phosphor-icons/react/dist/ssr";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface BBrowserXProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
type?: 'full' | 'mark';
|
|
4
|
+
onDark?: boolean;
|
|
5
|
+
width?: number | string;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
}
|
|
8
|
+
declare const BBrowserX: React.FC<BBrowserXProps>;
|
|
9
|
+
export default BBrowserX;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface BioStudioProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
type?: 'full' | 'mark';
|
|
4
|
+
onDark?: boolean;
|
|
5
|
+
width?: number | string;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
}
|
|
8
|
+
declare const BioStudio: React.FC<BioStudioProps>;
|
|
9
|
+
export default BioStudio;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface BioTuringProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
type?: 'full' | 'mark';
|
|
4
|
+
onDark?: boolean;
|
|
5
|
+
width?: number | string;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
}
|
|
8
|
+
declare const BioTuring: React.FC<BioTuringProps>;
|
|
9
|
+
export default BioTuring;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface BioTuringAlphaProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
type?: 'full' | 'mark';
|
|
4
|
+
onDark?: boolean;
|
|
5
|
+
width?: number | string;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
}
|
|
8
|
+
declare const BioTuringAlpha: React.FC<BioTuringAlphaProps>;
|
|
9
|
+
export default BioTuringAlpha;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SmartBulkProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
type?: 'full' | 'mark';
|
|
4
|
+
onDark?: boolean;
|
|
5
|
+
width?: number | string;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
}
|
|
8
|
+
declare const SmartBulk: React.FC<SmartBulkProps>;
|
|
9
|
+
export default SmartBulk;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SpatialXProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
type?: 'full' | 'mark';
|
|
4
|
+
onDark?: boolean;
|
|
5
|
+
width?: number | string;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
}
|
|
8
|
+
declare const SpatialX: React.FC<SpatialXProps>;
|
|
9
|
+
export default SpatialX;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface Talk2DataProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
type?: 'full' | 'mark';
|
|
4
|
+
onDark?: boolean;
|
|
5
|
+
width?: number | string;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
}
|
|
8
|
+
declare const Talk2Data: React.FC<Talk2DataProps>;
|
|
9
|
+
export default Talk2Data;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { default as BBrowserX } from './BBrowserX';
|
|
2
|
+
export { default as BioStudio } from './BioStudio';
|
|
3
|
+
export { default as BioTuring } from './BioTuring';
|
|
4
|
+
export { default as BioTuringAlpha } from './BioTuringAlpha';
|
|
5
|
+
export { default as Lens } from './Lens';
|
|
6
|
+
export { default as Pixel } from './Pixel';
|
|
7
|
+
export { default as SmartBulk } from './SmartBulk';
|
|
8
|
+
export { default as SpatialX } from './SpatialX';
|
|
9
|
+
export { default as Talk2Data } from './Talk2Data';
|
|
10
|
+
export { default as Vinci } from './Vinci';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./component";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type BreadcrumbProps, type BreadcrumbItemProps } from "./types";
|
|
2
|
+
export declare const Breadcrumb: (({ className, items, noWrap, itemRender: outsideItemRender, ...rest }: BreadcrumbProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
3
|
+
Item: (props: BreadcrumbItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
Separator: (props: React.HTMLAttributes<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type BreadcrumbProps as AntBreadcrumbProps, type BreadcrumbItemProps as AntBreadcrumbItemProps } from "antd/es/breadcrumb";
|
|
2
|
+
import { type BreadcrumbItemType as AntdBreadcrumbItemType, type BreadcrumbSeparatorType } from "antd/es/breadcrumb/Breadcrumb";
|
|
3
|
+
export * from "./types";
|
|
4
|
+
type AnyObject = Record<PropertyKey, any>;
|
|
5
|
+
type BaseBreadcrumbItemType = AntdBreadcrumbItemType & {
|
|
6
|
+
icon?: React.ReactNode;
|
|
7
|
+
};
|
|
8
|
+
export type BreadcrumbItemType = Partial<BaseBreadcrumbItemType & BreadcrumbSeparatorType>;
|
|
9
|
+
export interface BreadcrumbProps<T extends AnyObject = AnyObject> extends Omit<AntBreadcrumbProps<T>, "items" | "itemRender"> {
|
|
10
|
+
/**
|
|
11
|
+
* No wrap
|
|
12
|
+
*/
|
|
13
|
+
noWrap?: boolean;
|
|
14
|
+
items: BreadcrumbItemType[];
|
|
15
|
+
itemRender?: (route: BreadcrumbItemType, params: T, routes: BreadcrumbItemType[], paths: string[]) => React.ReactNode;
|
|
16
|
+
}
|
|
17
|
+
export interface BreadcrumbItemProps extends AntBreadcrumbItemProps {
|
|
18
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { BreadcrumbProps } from "./types";
|
|
2
|
+
type AddParameters<TFunction extends (...args: any) => any, TParameters extends [...args: any]> = (...args: [...Parameters<TFunction>, ...TParameters]) => ReturnType<TFunction>;
|
|
3
|
+
type ItemRender = NonNullable<BreadcrumbProps["itemRender"]>;
|
|
4
|
+
type InternalItemRenderParams = AddParameters<ItemRender, [href?: string]>;
|
|
5
|
+
export default function useItemRender(prefixCls: string, itemRender?: ItemRender): InternalItemRenderParams;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ButtonProps as AntdButtonProps } from "antd/es/button";
|
|
2
|
+
export type ButtonProps = AntdButtonProps;
|
|
3
|
+
declare const ButtonInner: ({ style, ...rest }: ButtonProps, ref: React.Ref<HTMLButtonElement | HTMLAnchorElement>) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const Button: (props: ButtonProps & {
|
|
5
|
+
ref?: React.ForwardedRef<HTMLButtonElement | HTMLAnchorElement>;
|
|
6
|
+
}) => ReturnType<typeof ButtonInner>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./component";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Checkbox as AntCheckbox, type CheckboxProps as AntCheckboxProps } from "antd";
|
|
2
|
+
export interface CheckboxProps extends AntCheckboxProps {
|
|
3
|
+
}
|
|
4
|
+
declare const MainCheckboxInner: (props: CheckboxProps, ref: React.Ref<React.ComponentRef<typeof AntCheckbox>>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const Checkbox: ((props: CheckboxProps & {
|
|
6
|
+
ref?: React.ForwardedRef<React.ComponentRef<typeof AntCheckbox>>;
|
|
7
|
+
}) => ReturnType<typeof MainCheckboxInner>) & {
|
|
8
|
+
Group: <T = any>(props: import("antd/es/checkbox").CheckboxGroupProps<T> & React.RefAttributes<HTMLDivElement>) => React.ReactElement;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./component";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import type { CodeBlockProps } from "./types";
|
|
2
|
+
export declare const CodeBlock: ({ code, children, lang: defaultLang, className, options, activeOption: controlledActiveOption, defaultActiveOption, onActiveOptionChange, copyText, copySuccessText, ...rest }: CodeBlockProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { HighlightProps } from "prism-react-renderer";
|
|
2
|
+
export interface CodeOption {
|
|
3
|
+
label: string;
|
|
4
|
+
code: string;
|
|
5
|
+
lang?: HighlightProps["language"];
|
|
6
|
+
}
|
|
7
|
+
export interface CodeBlockProps extends React.ComponentPropsWithRef<"div"> {
|
|
8
|
+
/**
|
|
9
|
+
* The code to be highlighted
|
|
10
|
+
*/
|
|
11
|
+
code?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The language of the code
|
|
14
|
+
* @default "tsx"
|
|
15
|
+
*/
|
|
16
|
+
lang?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Additional class name for the component
|
|
19
|
+
*/
|
|
20
|
+
className?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Options for the code block
|
|
23
|
+
* @default []
|
|
24
|
+
*/
|
|
25
|
+
options?: CodeOption[];
|
|
26
|
+
/**
|
|
27
|
+
* The active option when the component is controlled
|
|
28
|
+
*/
|
|
29
|
+
activeOption?: number;
|
|
30
|
+
/**
|
|
31
|
+
* The default active option when the component is uncontrolled
|
|
32
|
+
* @default 0
|
|
33
|
+
*/
|
|
34
|
+
defaultActiveOption?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Callback function when the active option changes
|
|
37
|
+
*/
|
|
38
|
+
onActiveOptionChange?: (option: number) => void;
|
|
39
|
+
/**
|
|
40
|
+
* Copy text label
|
|
41
|
+
*/
|
|
42
|
+
copyText?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Copy success text label
|
|
45
|
+
*/
|
|
46
|
+
copySuccessText?: string;
|
|
47
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type CollapseProps as AntCollapseProps, type CollapsePanelProps as AntCollapsePanelProps } from "antd";
|
|
2
|
+
import { type ForwardedRef } from "react";
|
|
3
|
+
export interface CollapseProps extends AntCollapseProps {
|
|
4
|
+
}
|
|
5
|
+
export interface CollapsePanelProps extends AntCollapsePanelProps {
|
|
6
|
+
}
|
|
7
|
+
declare const CollapseInner: (props: CollapseProps, ref: ForwardedRef<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const Collapse: ((props: CollapseProps & {
|
|
9
|
+
ref?: React.ForwardedRef<HTMLDivElement>;
|
|
10
|
+
}) => ReturnType<typeof CollapseInner>) & {
|
|
11
|
+
Panel: (props: CollapsePanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./component";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type ThemeProviderProps } from "../ThemeProvider/component";
|
|
2
|
+
export interface DSRootProps extends ThemeProviderProps {
|
|
3
|
+
/**
|
|
4
|
+
* Classname passed to App component
|
|
5
|
+
*/
|
|
6
|
+
className?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Element to which the theme classes are appended
|
|
9
|
+
* @default "html"
|
|
10
|
+
*/
|
|
11
|
+
appendClassesTo?: string | HTMLElement;
|
|
12
|
+
}
|
|
13
|
+
export declare const DSRoot: ({ className, appendClassesTo, children, ...props }: DSRootProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./component";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Menu } from "@base-ui-components/react/menu";
|
|
2
|
+
import { type PopoverProps } from "antd/es/popover";
|
|
3
|
+
export type DropdownMenuItemType = {
|
|
4
|
+
type: "item";
|
|
5
|
+
label?: React.ReactNode;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
icon?: React.ReactNode;
|
|
8
|
+
key: React.Key;
|
|
9
|
+
onClick?: React.ButtonHTMLAttributes<HTMLLIElement>["onClick"];
|
|
10
|
+
danger?: boolean;
|
|
11
|
+
} | {
|
|
12
|
+
type: "divider";
|
|
13
|
+
} | {
|
|
14
|
+
type: "header";
|
|
15
|
+
title?: React.ReactNode;
|
|
16
|
+
};
|
|
17
|
+
export interface DropdownMenuProps {
|
|
18
|
+
items: DropdownMenuItemType[];
|
|
19
|
+
children?: React.ComponentProps<typeof Menu.Trigger>["render"];
|
|
20
|
+
placement?: PopoverProps["placement"];
|
|
21
|
+
openOnHover?: boolean;
|
|
22
|
+
open?: boolean;
|
|
23
|
+
onOpenChange?: (open: boolean) => void;
|
|
24
|
+
}
|
|
25
|
+
export declare const DropdownMenu: ({ children, items, placement, openOnHover, open: outsideOpen, onOpenChange: outsideOnOpenChange, }: DropdownMenuProps) => import("react/jsx-runtime").JSX.Element;
|