@jbrowse/core 3.3.0 → 3.5.0
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/BaseFeatureWidget/BaseFeatureDetail/Attributes.d.ts +2 -1
- package/BaseFeatureWidget/BaseFeatureDetail/FeatureDetails.d.ts +2 -1
- package/BaseFeatureWidget/BaseFeatureDetail/index.js +2 -2
- package/BaseFeatureWidget/stateModelFactory.d.ts +15 -10
- package/BaseFeatureWidget/stateModelFactory.js +7 -12
- package/BaseFeatureWidget/types.d.ts +9 -1
- package/BaseFeatureWidget/util.d.ts +4 -1
- package/BaseFeatureWidget/util.js +11 -0
- package/PluginManager.d.ts +1 -143
- package/PluginManager.js +3 -2
- package/ReExports/BaseFeatureDetails.d.ts +1 -0
- package/ReExports/BaseFeatureDetails.js +45 -0
- package/ReExports/MuiDataGridReExports.d.ts +2 -0
- package/ReExports/MuiDataGridReExports.js +167 -0
- package/ReExports/MuiReExports.d.ts +133 -0
- package/ReExports/MuiReExports.js +150 -0
- package/ReExports/lazify.d.ts +2 -0
- package/ReExports/lazify.js +14 -0
- package/ReExports/list.js +1 -0
- package/ReExports/modules.d.ts +1 -173
- package/ReExports/modules.js +36 -308
- package/TextSearch/TextSearchManager.d.ts +17 -2
- package/TextSearch/TextSearchManager.js +23 -3
- package/data_adapters/CytobandAdapter/CytobandAdapter.d.ts +0 -1
- package/data_adapters/CytobandAdapter/CytobandAdapter.js +1 -1
- package/package.json +7 -6
- package/pluggableElementTypes/models/baseTrackConfig.js +25 -8
- package/pluggableElementTypes/renderers/FeatureRendererType.js +8 -2
- package/tsconfig.build.tsbuildinfo +1 -1
- package/ui/Dialog.d.ts +1 -0
- package/ui/Dialog.js +9 -3
- package/ui/ErrorMessageStackTraceDialog.js +2 -4
- package/ui/ExternalLink.d.ts +2 -0
- package/ui/ExternalLink.js +13 -0
- package/ui/index.d.ts +2 -0
- package/ui/index.js +5 -1
- package/ui/theme.d.ts +2 -2
- package/ui/theme.js +13 -5
- package/util/index.d.ts +1 -0
- package/util/index.js +7 -3
- package/util/offscreenCanvasUtils.d.ts +7 -6
- package/util/offscreenCanvasUtils.js +6 -6
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
export declare const Entries: {
|
|
2
|
+
Accordion: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Accordion").AccordionTypeMap<{}, "div">>>;
|
|
3
|
+
AccordionActions: import("react").LazyExoticComponent<typeof import("@mui/material/AccordionActions").default>;
|
|
4
|
+
AccordionDetails: import("react").LazyExoticComponent<typeof import("@mui/material/AccordionDetails").default>;
|
|
5
|
+
AccordionSummary: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/AccordionSummary").AccordionSummaryTypeMap<{}, "div">>>;
|
|
6
|
+
Alert: import("react").LazyExoticComponent<typeof import("@mui/material/Alert").default>;
|
|
7
|
+
AlertTitle: import("react").LazyExoticComponent<typeof import("@mui/material/AlertTitle").default>;
|
|
8
|
+
Autocomplete: import("react").LazyExoticComponent<typeof import("@mui/material/Autocomplete").default>;
|
|
9
|
+
Avatar: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Avatar").AvatarTypeMap<{}, "div">>>;
|
|
10
|
+
AvatarGroup: import("react").LazyExoticComponent<import("@mui/types").OverridableComponent<import("@mui/material/AvatarGroup").AvatarGroupTypeMap<{}, "div">>>;
|
|
11
|
+
Backdrop: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Backdrop").BackdropTypeMap<{}, "div">>>;
|
|
12
|
+
Badge: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Badge").BadgeTypeMap<"span", {}>>>;
|
|
13
|
+
Box: import("react").LazyExoticComponent<import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material").Theme>>>;
|
|
14
|
+
Breadcrumbs: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Breadcrumbs").BreadcrumbsTypeMap<{}, "nav">>>;
|
|
15
|
+
Button: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/Button").ButtonTypeMap<{}, "button">>>;
|
|
16
|
+
ButtonGroup: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/ButtonGroup").ButtonGroupTypeMap<{}, "div">>>;
|
|
17
|
+
Card: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Card").CardTypeMap<{}, "div">>>;
|
|
18
|
+
CardActions: import("react").LazyExoticComponent<typeof import("@mui/material/CardActions").default>;
|
|
19
|
+
CardActionArea: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/CardActionArea").CardActionAreaTypeMap<{}, "button">>>;
|
|
20
|
+
CardContent: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/CardContent").CardContentTypeMap<{}, "div">>>;
|
|
21
|
+
CardHeader: import("react").LazyExoticComponent<import("@mui/material/CardHeader").OverridableCardHeader>;
|
|
22
|
+
CardMedia: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/CardMedia").CardMediaTypeMap<{}, "div">>>;
|
|
23
|
+
CircularProgress: import("react").LazyExoticComponent<typeof import("@mui/material/CircularProgress").default>;
|
|
24
|
+
Collapse: import("react").LazyExoticComponent<typeof import("@mui/material/Collapse").default>;
|
|
25
|
+
ClickAwayListener: import("react").LazyExoticComponent<typeof import("@mui/material/ClickAwayListener").default>;
|
|
26
|
+
Chip: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Chip").ChipTypeMap<{}, "div">>>;
|
|
27
|
+
Checkbox: import("react").LazyExoticComponent<typeof import("@mui/material/Checkbox").default>;
|
|
28
|
+
Container: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Container").ContainerTypeMap<{}, "div">>>;
|
|
29
|
+
Dialog: import("react").LazyExoticComponent<typeof import("@mui/material/Dialog").default>;
|
|
30
|
+
DialogActions: import("react").LazyExoticComponent<typeof import("@mui/material/DialogActions").default>;
|
|
31
|
+
DialogTitle: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/DialogTitle").DialogTitleTypeMap<{}, "span">>>;
|
|
32
|
+
DialogContent: import("react").LazyExoticComponent<typeof import("@mui/material/DialogContent").default>;
|
|
33
|
+
DialogContentText: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/DialogContentText").DialogContentTextTypeMap<{}, "span">>>;
|
|
34
|
+
Divider: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Divider").DividerTypeMap<{}, "hr">>>;
|
|
35
|
+
Drawer: import("react").LazyExoticComponent<typeof import("@mui/material/Drawer").default>;
|
|
36
|
+
Fab: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/Fab").FabTypeMap<{}, "button">>>;
|
|
37
|
+
Fade: import("react").LazyExoticComponent<typeof import("@mui/material/Fade").default>;
|
|
38
|
+
FilledInput: import("react").LazyExoticComponent<((props: import("@mui/material/FilledInput").FilledInputProps) => React.JSX.Element) & {
|
|
39
|
+
muiName: string;
|
|
40
|
+
}>;
|
|
41
|
+
FormLabel: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/FormLabel").FormLabelTypeMap<{}, "label">>>;
|
|
42
|
+
FormControl: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/FormControl").FormControlTypeMap<{}, "div">>>;
|
|
43
|
+
FormControlLabel: import("react").LazyExoticComponent<typeof import("@mui/material/FormControlLabel").default>;
|
|
44
|
+
FormHelperText: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/FormHelperText").FormHelperTextTypeMap<{}, "p">>>;
|
|
45
|
+
FormGroup: import("react").LazyExoticComponent<typeof import("@mui/material/FormGroup").default>;
|
|
46
|
+
Grid: import("react").LazyExoticComponent<import("@mui/types").OverridableComponent<import("@mui/material/Grid").GridTypeMap<{}, "div">>>;
|
|
47
|
+
Grid2: import("react").LazyExoticComponent<import("@mui/types").OverridableComponent<import("@mui/material/Grid").GridTypeMap<{}, "div">>>;
|
|
48
|
+
Grow: import("react").LazyExoticComponent<typeof import("@mui/material/Grow").default>;
|
|
49
|
+
Icon: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Icon").IconTypeMap<{}, "span">> & {
|
|
50
|
+
muiName: string;
|
|
51
|
+
}>;
|
|
52
|
+
IconButton: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/IconButton").IconButtonTypeMap<{}, "button">>>;
|
|
53
|
+
Input: import("react").LazyExoticComponent<((props: import("@mui/material/Input").InputProps) => React.JSX.Element) & {
|
|
54
|
+
muiName: string;
|
|
55
|
+
}>;
|
|
56
|
+
InputBase: import("react").LazyExoticComponent<typeof import("@mui/material/InputBase").default>;
|
|
57
|
+
InputLabel: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/InputLabel").InputLabelTypeMap<{}, "label">>>;
|
|
58
|
+
InputAdornment: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/InputAdornment").InputAdornmentTypeMap<{}, "div">>>;
|
|
59
|
+
Link: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Link").LinkTypeMap<{}, "a">>>;
|
|
60
|
+
LinearProgress: import("react").LazyExoticComponent<typeof import("@mui/material/LinearProgress").default>;
|
|
61
|
+
List: import("react").LazyExoticComponent<import("@mui/material/List").ExtendList<import("@mui/material/List").ListTypeMap<{}, "ul">>>;
|
|
62
|
+
ListItem: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/ListItem").ListItemTypeMap<{}, "li">>>;
|
|
63
|
+
ListItemAvatar: import("react").LazyExoticComponent<typeof import("@mui/material/ListItemAvatar").default>;
|
|
64
|
+
ListItemSecondaryAction: import("react").LazyExoticComponent<((props: import("@mui/material/ListItemSecondaryAction").ListItemSecondaryActionProps) => React.JSX.Element) & {
|
|
65
|
+
muiName: string;
|
|
66
|
+
}>;
|
|
67
|
+
ListItemIcon: import("react").LazyExoticComponent<typeof import("@mui/material/ListItemIcon").default>;
|
|
68
|
+
ListSubheader: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/ListSubheader").ListSubheaderTypeMap<{}, "li">>>;
|
|
69
|
+
ListItemText: import("react").LazyExoticComponent<typeof import("@mui/material/ListItemText").default>;
|
|
70
|
+
Menu: import("react").LazyExoticComponent<typeof import("@mui/material/Menu").default>;
|
|
71
|
+
MenuItem: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/MenuItem").MenuItemTypeMap<{}, "li">>>;
|
|
72
|
+
MenuList: import("react").LazyExoticComponent<import("@mui/material/List").ExtendList<import("@mui/material/MenuList").MenuListTypeMap<{}, "ul">>>;
|
|
73
|
+
Modal: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Modal").ModalTypeMap<"div", {}>>>;
|
|
74
|
+
NativeSelect: import("react").LazyExoticComponent<((props: import("@mui/material/NativeSelect").NativeSelectProps) => React.JSX.Element) & {
|
|
75
|
+
muiName: string;
|
|
76
|
+
}>;
|
|
77
|
+
OutlinedInput: import("react").LazyExoticComponent<((props: import("@mui/material/OutlinedInput").OutlinedInputProps) => React.JSX.Element) & {
|
|
78
|
+
muiName: string;
|
|
79
|
+
}>;
|
|
80
|
+
Pagination: import("react").LazyExoticComponent<typeof import("@mui/material/Pagination").default>;
|
|
81
|
+
PaginationItem: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/PaginationItem").PaginationItemTypeMap<{}, "div">>>;
|
|
82
|
+
Paper: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Paper").PaperTypeMap<{}, "div">>>;
|
|
83
|
+
Popover: import("react").LazyExoticComponent<typeof import("@mui/material/Popover").default>;
|
|
84
|
+
Popper: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("@mui/material/Popper").PopperProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
85
|
+
Portal: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("@mui/material/Portal").PortalProps & import("react").RefAttributes<Element>>>;
|
|
86
|
+
Radio: import("react").LazyExoticComponent<typeof import("@mui/material/Radio").default>;
|
|
87
|
+
RadioGroup: import("react").LazyExoticComponent<typeof import("@mui/material/RadioGroup").default>;
|
|
88
|
+
Rating: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Rating").RatingTypeMap<{}, "span">>>;
|
|
89
|
+
ScopedCssBaseline: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/ScopedCssBaseline").ScopedCssBaselineTypeMap<{}, "div">>>;
|
|
90
|
+
Select: import("react").LazyExoticComponent<(<Value = unknown>(props: import("@mui/material/Select").SelectProps<Value>) => React.JSX.Element) & {
|
|
91
|
+
muiName: string;
|
|
92
|
+
}>;
|
|
93
|
+
Skeleton: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Skeleton").SkeletonTypeMap<{}, "span">>>;
|
|
94
|
+
Slider: import("react").LazyExoticComponent<import("@mui/material/Slider").SliderType>;
|
|
95
|
+
Snackbar: import("react").LazyExoticComponent<typeof import("@mui/material/Snackbar").default>;
|
|
96
|
+
SnackbarContent: import("react").LazyExoticComponent<typeof import("@mui/material/SnackbarContent").default>;
|
|
97
|
+
SpeedDial: import("react").LazyExoticComponent<typeof import("@mui/material/SpeedDial").default>;
|
|
98
|
+
SpeedDialAction: import("react").LazyExoticComponent<typeof import("@mui/material/SpeedDialAction").default>;
|
|
99
|
+
SpeedDialIcon: import("react").LazyExoticComponent<((props: import("@mui/material/SpeedDialIcon").SpeedDialIconProps) => React.JSX.Element) & {
|
|
100
|
+
muiName: string;
|
|
101
|
+
}>;
|
|
102
|
+
Stack: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Stack").StackTypeMap<{}, "div">>>;
|
|
103
|
+
Step: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Step").StepTypeMap<{}, "div">>>;
|
|
104
|
+
StepButton: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/StepButton").StepButtonTypeMap<{}, "button">>>;
|
|
105
|
+
StepConnector: import("react").LazyExoticComponent<typeof import("@mui/material/StepConnector").default>;
|
|
106
|
+
StepLabel: import("react").LazyExoticComponent<((props: import("@mui/material/StepLabel").StepLabelProps) => React.JSX.Element) & {
|
|
107
|
+
muiName: string;
|
|
108
|
+
}>;
|
|
109
|
+
StepIcon: import("react").LazyExoticComponent<typeof import("@mui/material/StepIcon").default>;
|
|
110
|
+
Stepper: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Stepper").StepperTypeMap<{}, "div">>>;
|
|
111
|
+
SvgIcon: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
112
|
+
muiName: string;
|
|
113
|
+
}>;
|
|
114
|
+
Switch: import("react").LazyExoticComponent<typeof import("@mui/material/Switch").default>;
|
|
115
|
+
Tab: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/Tab").TabTypeMap<{}, "div">>>;
|
|
116
|
+
Table: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Table").TableTypeMap<{}, "table">>>;
|
|
117
|
+
TableBody: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/TableBody").TableBodyTypeMap<{}, "tbody">>>;
|
|
118
|
+
TableCell: import("react").LazyExoticComponent<typeof import("@mui/material/TableCell").default>;
|
|
119
|
+
TableContainer: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/TableContainer").TableContainerTypeMap<{}, "div">>>;
|
|
120
|
+
TableFooter: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/TableFooter").TableFooterTypeMap<{}, "tfoot">>>;
|
|
121
|
+
TableHead: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/TableHead").TableHeadTypeMap<{}, "thead">>>;
|
|
122
|
+
TablePagination: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/TablePagination").TablePaginationTypeMap<{}, import("react").JSXElementConstructor<import("@mui/material/TablePagination").TablePaginationBaseProps>>>>;
|
|
123
|
+
TableRow: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/TableRow").TableRowTypeMap<{}, "tr">>>;
|
|
124
|
+
TableSortLabel: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/TableSortLabel").TableSortLabelTypeMap<{}, "span">>>;
|
|
125
|
+
Tabs: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Tabs").TabsTypeMap<{}, "div">>>;
|
|
126
|
+
TextField: import("react").LazyExoticComponent<typeof import("@mui/material/TextField").default>;
|
|
127
|
+
TextareaAutosize: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("@mui/material/TextareaAutosize").TextareaAutosizeProps & import("react").RefAttributes<Element>>>;
|
|
128
|
+
ToggleButton: import("react").LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/ToggleButton").ToggleButtonTypeMap<{}, "button">>>;
|
|
129
|
+
ToggleButtonGroup: import("react").LazyExoticComponent<typeof import("@mui/material/ToggleButtonGroup").default>;
|
|
130
|
+
Toolbar: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Toolbar").ToolbarTypeMap<{}, "div">>>;
|
|
131
|
+
Tooltip: import("react").LazyExoticComponent<typeof import("@mui/material/Tooltip").default>;
|
|
132
|
+
Typography: import("react").LazyExoticComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Typography").TypographyTypeMap<{}, "span">>>;
|
|
133
|
+
};
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.Entries = void 0;
|
|
37
|
+
const react_1 = require("react");
|
|
38
|
+
exports.Entries = {
|
|
39
|
+
Accordion: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Accordion')))),
|
|
40
|
+
AccordionActions: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/AccordionActions')))),
|
|
41
|
+
AccordionDetails: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/AccordionDetails')))),
|
|
42
|
+
AccordionSummary: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/AccordionSummary')))),
|
|
43
|
+
Alert: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Alert')))),
|
|
44
|
+
AlertTitle: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/AlertTitle')))),
|
|
45
|
+
Autocomplete: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Autocomplete')))),
|
|
46
|
+
Avatar: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Avatar')))),
|
|
47
|
+
AvatarGroup: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/AvatarGroup')))),
|
|
48
|
+
Backdrop: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Backdrop')))),
|
|
49
|
+
Badge: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Badge')))),
|
|
50
|
+
Box: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Box')))),
|
|
51
|
+
Breadcrumbs: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Breadcrumbs')))),
|
|
52
|
+
Button: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Button')))),
|
|
53
|
+
ButtonGroup: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ButtonGroup')))),
|
|
54
|
+
Card: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Card')))),
|
|
55
|
+
CardActions: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/CardActions')))),
|
|
56
|
+
CardActionArea: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/CardActionArea')))),
|
|
57
|
+
CardContent: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/CardContent')))),
|
|
58
|
+
CardHeader: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/CardHeader')))),
|
|
59
|
+
CardMedia: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/CardMedia')))),
|
|
60
|
+
CircularProgress: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/CircularProgress')))),
|
|
61
|
+
Collapse: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Collapse')))),
|
|
62
|
+
ClickAwayListener: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ClickAwayListener')))),
|
|
63
|
+
Chip: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Chip')))),
|
|
64
|
+
Checkbox: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Checkbox')))),
|
|
65
|
+
Container: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Container')))),
|
|
66
|
+
Dialog: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Dialog')))),
|
|
67
|
+
DialogActions: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/DialogActions')))),
|
|
68
|
+
DialogTitle: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/DialogTitle')))),
|
|
69
|
+
DialogContent: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/DialogContent')))),
|
|
70
|
+
DialogContentText: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/DialogContentText')))),
|
|
71
|
+
Divider: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Divider')))),
|
|
72
|
+
Drawer: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Drawer')))),
|
|
73
|
+
Fab: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Fab')))),
|
|
74
|
+
Fade: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Fade')))),
|
|
75
|
+
FilledInput: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/FilledInput')))),
|
|
76
|
+
FormLabel: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/FormLabel')))),
|
|
77
|
+
FormControl: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/FormControl')))),
|
|
78
|
+
FormControlLabel: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/FormControlLabel')))),
|
|
79
|
+
FormHelperText: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/FormHelperText')))),
|
|
80
|
+
FormGroup: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/FormGroup')))),
|
|
81
|
+
Grid: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Grid')))),
|
|
82
|
+
Grid2: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Grid')))),
|
|
83
|
+
Grow: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Grow')))),
|
|
84
|
+
Icon: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Icon')))),
|
|
85
|
+
IconButton: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/IconButton')))),
|
|
86
|
+
Input: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Input')))),
|
|
87
|
+
InputBase: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/InputBase')))),
|
|
88
|
+
InputLabel: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/InputLabel')))),
|
|
89
|
+
InputAdornment: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/InputAdornment')))),
|
|
90
|
+
Link: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Link')))),
|
|
91
|
+
LinearProgress: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/LinearProgress')))),
|
|
92
|
+
List: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/List')))),
|
|
93
|
+
ListItem: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ListItem')))),
|
|
94
|
+
ListItemAvatar: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ListItemAvatar')))),
|
|
95
|
+
ListItemSecondaryAction: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ListItemSecondaryAction')))),
|
|
96
|
+
ListItemIcon: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ListItemIcon')))),
|
|
97
|
+
ListSubheader: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ListSubheader')))),
|
|
98
|
+
ListItemText: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ListItemText')))),
|
|
99
|
+
Menu: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Menu')))),
|
|
100
|
+
MenuItem: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/MenuItem')))),
|
|
101
|
+
MenuList: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/MenuList')))),
|
|
102
|
+
Modal: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Modal')))),
|
|
103
|
+
NativeSelect: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/NativeSelect')))),
|
|
104
|
+
OutlinedInput: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/OutlinedInput')))),
|
|
105
|
+
Pagination: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Pagination')))),
|
|
106
|
+
PaginationItem: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/PaginationItem')))),
|
|
107
|
+
Paper: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Paper')))),
|
|
108
|
+
Popover: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Popover')))),
|
|
109
|
+
Popper: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Popper')))),
|
|
110
|
+
Portal: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Portal')))),
|
|
111
|
+
Radio: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Radio')))),
|
|
112
|
+
RadioGroup: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/RadioGroup')))),
|
|
113
|
+
Rating: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Rating')))),
|
|
114
|
+
ScopedCssBaseline: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ScopedCssBaseline')))),
|
|
115
|
+
Select: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Select')))),
|
|
116
|
+
Skeleton: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Skeleton')))),
|
|
117
|
+
Slider: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Slider')))),
|
|
118
|
+
Snackbar: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Snackbar')))),
|
|
119
|
+
SnackbarContent: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/SnackbarContent')))),
|
|
120
|
+
SpeedDial: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/SpeedDial')))),
|
|
121
|
+
SpeedDialAction: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/SpeedDialAction')))),
|
|
122
|
+
SpeedDialIcon: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/SpeedDialIcon')))),
|
|
123
|
+
Stack: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Stack')))),
|
|
124
|
+
Step: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Step')))),
|
|
125
|
+
StepButton: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/StepButton')))),
|
|
126
|
+
StepConnector: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/StepConnector')))),
|
|
127
|
+
StepLabel: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/StepLabel')))),
|
|
128
|
+
StepIcon: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/StepIcon')))),
|
|
129
|
+
Stepper: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Stepper')))),
|
|
130
|
+
SvgIcon: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/SvgIcon')))),
|
|
131
|
+
Switch: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Switch')))),
|
|
132
|
+
Tab: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Tab')))),
|
|
133
|
+
Table: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Table')))),
|
|
134
|
+
TableBody: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TableBody')))),
|
|
135
|
+
TableCell: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TableCell')))),
|
|
136
|
+
TableContainer: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TableContainer')))),
|
|
137
|
+
TableFooter: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TableFooter')))),
|
|
138
|
+
TableHead: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TableHead')))),
|
|
139
|
+
TablePagination: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TablePagination')))),
|
|
140
|
+
TableRow: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TableRow')))),
|
|
141
|
+
TableSortLabel: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TableSortLabel')))),
|
|
142
|
+
Tabs: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Tabs')))),
|
|
143
|
+
TextField: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TextField')))),
|
|
144
|
+
TextareaAutosize: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/TextareaAutosize')))),
|
|
145
|
+
ToggleButton: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ToggleButton')))),
|
|
146
|
+
ToggleButtonGroup: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/ToggleButtonGroup')))),
|
|
147
|
+
Toolbar: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Toolbar')))),
|
|
148
|
+
Tooltip: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Tooltip')))),
|
|
149
|
+
Typography: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('@mui/material/Typography')))),
|
|
150
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare function lazyifyComponent(key: string, ReactComponent: any): (string | import("react").ForwardRefExoticComponent<Omit<any, "ref"> & import("react").RefAttributes<unknown>>)[];
|
|
2
|
+
export declare function lazyMap(obj: Record<string, React.FC<any>>, prefix?: string): any;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.lazyifyComponent = lazyifyComponent;
|
|
4
|
+
exports.lazyMap = lazyMap;
|
|
5
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
+
const react_1 = require("react");
|
|
7
|
+
function lazyifyComponent(key, ReactComponent) {
|
|
8
|
+
const Component = (0, react_1.forwardRef)((props, ref) => ((0, jsx_runtime_1.jsx)(react_1.Suspense, { fallback: null, children: (0, jsx_runtime_1.jsx)(ReactComponent, { ...props, ref: ref }) })));
|
|
9
|
+
Component.displayName = key;
|
|
10
|
+
return [key, Component];
|
|
11
|
+
}
|
|
12
|
+
function lazyMap(obj, prefix = '') {
|
|
13
|
+
return Object.fromEntries(Object.entries(obj).map(([key, ReactComponent]) => lazyifyComponent(`${prefix}${key}`, ReactComponent)));
|
|
14
|
+
}
|
package/ReExports/list.js
CHANGED
package/ReExports/modules.d.ts
CHANGED
|
@@ -1,174 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
import { alpha, createTheme, useTheme } from '@mui/material';
|
|
4
|
-
import * as MUIStyles from '@mui/material/styles';
|
|
5
|
-
import * as MUIUtils from '@mui/material/utils';
|
|
6
|
-
import { useGridApiContext } from '@mui/x-data-grid';
|
|
7
|
-
import * as mobx from 'mobx';
|
|
8
|
-
import * as mxreact from 'mobx-react';
|
|
9
|
-
import * as mst from 'mobx-state-tree';
|
|
10
|
-
import * as ReactJSXRuntime from 'react/jsx-runtime';
|
|
11
|
-
import * as ReactDom from 'react-dom';
|
|
12
|
-
import * as ReactDomClient from 'react-dom/client';
|
|
13
|
-
import Plugin from '../Plugin';
|
|
14
|
-
import * as Configuration from '../configuration';
|
|
15
|
-
import * as BaseAdapterExports from '../data_adapters/BaseAdapter';
|
|
16
|
-
import * as pluggableElementTypes from '../pluggableElementTypes';
|
|
17
|
-
import * as pluggableElementTypeModels from '../pluggableElementTypes/models';
|
|
18
|
-
import * as BoxRendererType from '../pluggableElementTypes/renderers/BoxRendererType';
|
|
19
|
-
import * as FeatureRendererType from '../pluggableElementTypes/renderers/FeatureRendererType';
|
|
20
|
-
import * as RendererType from '../pluggableElementTypes/renderers/RendererType';
|
|
21
|
-
import * as ServerSideRendererType from '../pluggableElementTypes/renderers/ServerSideRendererType';
|
|
22
|
-
import * as coreUi from '../ui';
|
|
23
|
-
import * as coreUtil from '../util';
|
|
24
|
-
import * as coreColor from '../util/color';
|
|
25
|
-
import * as coreIo from '../util/io';
|
|
26
|
-
import * as coreLayouts from '../util/layouts';
|
|
27
|
-
import * as coreMstReflection from '../util/mst-reflection';
|
|
28
|
-
import * as rxjs from '../util/rxjs';
|
|
29
|
-
import * as trackUtils from '../util/tracks';
|
|
30
|
-
import * as mstTypes from '../util/types/mst';
|
|
31
|
-
declare const libs: {
|
|
32
|
-
'@material-ui/lab/ToggleButton': LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material").ToggleButtonTypeMap<{}, "button">>>;
|
|
33
|
-
'@material-ui/lab/ToggleButtonGroup': LazyExoticComponent<typeof import("@mui/material").ToggleButtonGroup>;
|
|
34
|
-
'@material-ui/lab/Autocomplete': LazyExoticComponent<typeof import("@mui/material").Autocomplete>;
|
|
35
|
-
'@material-ui/lab/Alert': LazyExoticComponent<typeof import("@mui/material").Alert>;
|
|
36
|
-
'@material-ui/lab': {
|
|
37
|
-
Alert: LazyExoticComponent<typeof import("@mui/material").Alert>;
|
|
38
|
-
Autocomplete: LazyExoticComponent<typeof import("@mui/material").Autocomplete>;
|
|
39
|
-
ToggleButton: LazyExoticComponent<import("@mui/material").ExtendButtonBase<import("@mui/material").ToggleButtonTypeMap<{}, "button">>>;
|
|
40
|
-
ToggleButtonGroup: LazyExoticComponent<typeof import("@mui/material").ToggleButtonGroup>;
|
|
41
|
-
};
|
|
42
|
-
'@jbrowse/core/Plugin': typeof Plugin;
|
|
43
|
-
'@jbrowse/core/pluggableElementTypes': typeof pluggableElementTypes;
|
|
44
|
-
'@jbrowse/core/pluggableElementTypes/ViewType': typeof pluggableElementTypes.ViewType;
|
|
45
|
-
'@jbrowse/core/pluggableElementTypes/AdapterType': typeof pluggableElementTypes.AdapterType;
|
|
46
|
-
'@jbrowse/core/pluggableElementTypes/DisplayType': typeof pluggableElementTypes.DisplayType;
|
|
47
|
-
'@jbrowse/core/pluggableElementTypes/TrackType': typeof pluggableElementTypes.TrackType;
|
|
48
|
-
'@jbrowse/core/pluggableElementTypes/WidgetType': typeof pluggableElementTypes.WidgetType;
|
|
49
|
-
'@jbrowse/core/pluggableElementTypes/models': typeof pluggableElementTypeModels;
|
|
50
|
-
'@jbrowse/core/pluggableElementTypes/renderers/ServerSideRendererType': typeof ServerSideRendererType;
|
|
51
|
-
'@jbrowse/core/pluggableElementTypes/renderers/CircularChordRendererType': typeof pluggableElementTypes.CircularChordRendererType;
|
|
52
|
-
'@jbrowse/core/pluggableElementTypes/renderers/BoxRendererType': typeof BoxRendererType;
|
|
53
|
-
'@jbrowse/core/pluggableElementTypes/renderers/FeatureRendererType': typeof FeatureRendererType;
|
|
54
|
-
'@jbrowse/core/pluggableElementTypes/renderers/RendererType': typeof RendererType;
|
|
55
|
-
'@jbrowse/core/configuration': typeof Configuration;
|
|
56
|
-
'@jbrowse/core/util/types/mst': typeof mstTypes;
|
|
57
|
-
'@jbrowse/core/ui': typeof coreUi;
|
|
58
|
-
'@jbrowse/core/util': typeof coreUtil;
|
|
59
|
-
'@jbrowse/core/util/color': typeof coreColor;
|
|
60
|
-
'@jbrowse/core/util/layouts': typeof coreLayouts;
|
|
61
|
-
'@jbrowse/core/util/tracks': typeof trackUtils;
|
|
62
|
-
'@jbrowse/core/util/Base1DViewModel': mst.IModelType<{
|
|
63
|
-
id: mst.IOptionalIType<mst.ISimpleType<string>, [undefined]>;
|
|
64
|
-
displayedRegions: mst.IOptionalIType<mst.IType<coreUtil.Region[], coreUtil.Region[], coreUtil.Region[]>, [undefined]>;
|
|
65
|
-
bpPerPx: mst.IType<number | undefined, number, number>;
|
|
66
|
-
offsetPx: mst.IType<number | undefined, number, number>;
|
|
67
|
-
interRegionPaddingWidth: mst.IOptionalIType<mst.ISimpleType<number>, [undefined]>;
|
|
68
|
-
minimumBlockWidth: mst.IOptionalIType<mst.ISimpleType<number>, [undefined]>;
|
|
69
|
-
}, {
|
|
70
|
-
features: undefined | coreUtil.Feature[];
|
|
71
|
-
volatileWidth: number;
|
|
72
|
-
} & {
|
|
73
|
-
setDisplayedRegions(regions: coreUtil.Region[]): void;
|
|
74
|
-
setBpPerPx(val: number): void;
|
|
75
|
-
setVolatileWidth(width: number): void;
|
|
76
|
-
} & {
|
|
77
|
-
readonly width: number;
|
|
78
|
-
readonly assemblyNames: string[];
|
|
79
|
-
readonly displayedRegionsTotalPx: number;
|
|
80
|
-
readonly maxOffset: number;
|
|
81
|
-
readonly minOffset: number;
|
|
82
|
-
readonly totalBp: number;
|
|
83
|
-
} & {
|
|
84
|
-
readonly dynamicBlocks: import("../util/blockTypes").BlockSet;
|
|
85
|
-
readonly staticBlocks: import("../util/blockTypes").BlockSet;
|
|
86
|
-
readonly currBp: number;
|
|
87
|
-
} & {
|
|
88
|
-
pxToBp(px: number): {
|
|
89
|
-
coord: number;
|
|
90
|
-
index: number;
|
|
91
|
-
refName: string;
|
|
92
|
-
oob: boolean;
|
|
93
|
-
assemblyName: string;
|
|
94
|
-
offset: number;
|
|
95
|
-
start: number;
|
|
96
|
-
end: number;
|
|
97
|
-
reversed?: boolean;
|
|
98
|
-
};
|
|
99
|
-
bpToPx({ refName, coord, regionNumber, }: {
|
|
100
|
-
refName: string;
|
|
101
|
-
coord: number;
|
|
102
|
-
regionNumber?: number;
|
|
103
|
-
}): number | undefined;
|
|
104
|
-
} & {
|
|
105
|
-
setFeatures(features: coreUtil.Feature[]): void;
|
|
106
|
-
showAllRegions(): void;
|
|
107
|
-
zoomOut(): void;
|
|
108
|
-
zoomIn(): void;
|
|
109
|
-
zoomTo(bpPerPx: number, offset?: number): number;
|
|
110
|
-
scrollTo(offsetPx: number): number;
|
|
111
|
-
centerAt(coord: number, refName: string | undefined, regionNumber: number): void;
|
|
112
|
-
scroll(distance: number): number;
|
|
113
|
-
} & {
|
|
114
|
-
moveTo(start?: import("../util/Base1DUtils").BpOffset, end?: import("../util/Base1DUtils").BpOffset): void;
|
|
115
|
-
}, mst._NotCustomized, mst._NotCustomized>;
|
|
116
|
-
'@jbrowse/core/util/io': typeof coreIo;
|
|
117
|
-
'@jbrowse/core/util/mst-reflection': typeof coreMstReflection;
|
|
118
|
-
'@jbrowse/core/util/rxjs': typeof rxjs;
|
|
119
|
-
'@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail': {
|
|
120
|
-
Attributes: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
|
|
121
|
-
FeatureDetails: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
|
|
122
|
-
BaseCard: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
|
|
123
|
-
BaseCoreDetails: LazyExoticComponent<typeof import("../BaseFeatureWidget/BaseFeatureDetail/BaseCoreDetails").default>;
|
|
124
|
-
BaseAttributes: LazyExoticComponent<typeof import("../BaseFeatureWidget/BaseFeatureDetail/BaseAttributes").default>;
|
|
125
|
-
};
|
|
126
|
-
'@jbrowse/core/data_adapters/BaseAdapter': typeof BaseAdapterExports;
|
|
127
|
-
mobx: typeof mobx;
|
|
128
|
-
'mobx-state-tree': typeof mst;
|
|
129
|
-
react: typeof React;
|
|
130
|
-
'react/jsx-runtime': typeof ReactJSXRuntime;
|
|
131
|
-
'react-dom': typeof ReactDom;
|
|
132
|
-
'react-dom/client': typeof ReactDomClient;
|
|
133
|
-
'mobx-react': typeof mxreact;
|
|
134
|
-
'@mui/x-data-grid': {
|
|
135
|
-
useGridApiContext: typeof useGridApiContext;
|
|
136
|
-
useGridApiRef: <Api extends import("@mui/x-data-grid").GridApiCommon = import("@mui/x-data-grid/internals").GridApiCommunity>() => import("@mui/x-internals/types").RefObject<Api | null>;
|
|
137
|
-
useGridRootProps: () => import("@mui/x-data-grid/internals").DataGridProcessedProps;
|
|
138
|
-
};
|
|
139
|
-
'@mui/material/utils': typeof MUIUtils;
|
|
140
|
-
'@material-ui/core/utils': typeof MUIUtils;
|
|
141
|
-
'tss-react/mui': {
|
|
142
|
-
makeStyles: <Params = void, RuleNameSubsetReferencableInNestedSelectors extends string = never>(params?: {
|
|
143
|
-
name?: string | Record<string, unknown> | undefined;
|
|
144
|
-
uniqId?: string | undefined;
|
|
145
|
-
} | undefined) => <RuleName extends string>(cssObjectByRuleNameOrGetCssObjectByRuleName: Record<RuleName, import("tss-react").CSSObject> | ((theme: import("@mui/material/styles").Theme, params: Params, classes: Record<RuleNameSubsetReferencableInNestedSelectors, string>) => Record<RuleNameSubsetReferencableInNestedSelectors | RuleName, import("tss-react").CSSObject>)) => (params: Params, muiStyleOverridesParams?: {
|
|
146
|
-
props: Record<string, unknown>;
|
|
147
|
-
ownerState?: Record<string, unknown> | undefined;
|
|
148
|
-
} | undefined) => {
|
|
149
|
-
classes: Record<RuleName, string>;
|
|
150
|
-
theme: import("@mui/material/styles").Theme;
|
|
151
|
-
css: import("tss-react").Css;
|
|
152
|
-
cx: import("tss-react").Cx;
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
'@material-ui/core': {
|
|
156
|
-
useTheme: typeof useTheme;
|
|
157
|
-
alpha: typeof alpha;
|
|
158
|
-
makeStyles: (args: any) => () => Record<string, string>;
|
|
159
|
-
};
|
|
160
|
-
'@mui/material': {
|
|
161
|
-
alpha: typeof alpha;
|
|
162
|
-
useTheme: typeof useTheme;
|
|
163
|
-
createTheme: typeof createTheme;
|
|
164
|
-
};
|
|
165
|
-
'@mui/material/styles': {
|
|
166
|
-
MUIStyles: typeof MUIStyles;
|
|
167
|
-
makeStyles: (args: any) => () => Record<string, string>;
|
|
168
|
-
};
|
|
169
|
-
'@material-ui/core/styles': {
|
|
170
|
-
MUIStyles: typeof MUIStyles;
|
|
171
|
-
makeStyles: (args: any) => () => Record<string, string>;
|
|
172
|
-
};
|
|
173
|
-
};
|
|
1
|
+
declare const libs: any;
|
|
174
2
|
export default libs;
|