@rcsb/rcsb-saguaro-app 4.4.0-models.4 → 4.4.0-models.7
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/build/dist/7ff3ca6fa798de3f8ac2.woff +0 -0
- package/build/dist/RcsbFvExamples/EntitySummaryFv.d.ts +1 -0
- package/build/dist/RcsbFvExamples/GroupHistogram.d.ts +1 -0
- package/build/dist/RcsbFvExamples/InstanceSequenceFv.d.ts +1 -0
- package/build/dist/RcsbFvExamples/SingleEntitySummaryFv.d.ts +1 -0
- package/build/dist/RcsbFvWeb/RcsbFvBuilder/RcsbFvContextManager.d.ts +2 -2
- package/build/dist/RcsbFvWeb/RcsbFvFactories/RcsbFvBlockFactory/BlockManager/TrackManagerInterface.d.ts +1 -1
- package/build/dist/RcsbFvWeb/WebTools/WebToolsManager.d.ts +4 -3
- package/build/dist/RcsbGroupWeb/RcsbGroupView/RcsbGroupMembers/Components/Slider.d.ts +2 -0
- package/build/dist/RcsbRequest/RcsbRequestContextManager.d.ts +3 -2
- package/build/dist/app.js +1 -1
- package/build/dist/app.js.LICENSE.txt +14 -33
- package/build/dist/config.js +5 -2
- package/build/dist/constants.js +1 -1
- package/build/dist/f2539a501be3a673de05.woff2 +0 -0
- package/build/dist/plot.js +1 -1
- package/build/dist/plot.js.LICENSE.txt +12 -29
- package/build/dist/worker.js +1 -1
- package/package.json +33 -28
- package/build/dist/a13b815539b49de48d23.woff2 +0 -0
- package/build/dist/c1d7432ee75fa194e499.woff +0 -0
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RcsbFv, RcsbFvBoardConfigInterface } from "@rcsb/rcsb-saguaro";
|
|
2
2
|
declare class RcsbFvContextManager {
|
|
3
|
-
private rcsbFvManager;
|
|
4
|
-
private rcsbButtonManager;
|
|
3
|
+
private readonly rcsbFvManager;
|
|
4
|
+
private readonly rcsbButtonManager;
|
|
5
5
|
getFv(elementFvId: string, boardConfig?: Partial<RcsbFvBoardConfigInterface>): RcsbFv;
|
|
6
6
|
hasFv(elementFvId: string): boolean;
|
|
7
7
|
private setFv;
|
|
@@ -7,7 +7,7 @@ export interface TrackManagerFactoryInterface<T extends any[]> {
|
|
|
7
7
|
}
|
|
8
8
|
export interface TrackManagerInterface {
|
|
9
9
|
getId(): string;
|
|
10
|
-
getConfig(): RcsbAnnotationConfigInterface;
|
|
10
|
+
getConfig(): RcsbAnnotationConfigInterface | undefined;
|
|
11
11
|
getRange(): {
|
|
12
12
|
min: number;
|
|
13
13
|
max: number;
|
|
@@ -9,9 +9,10 @@ export interface SelectButtonConfigInterface {
|
|
|
9
9
|
isAdditionalButton?: boolean;
|
|
10
10
|
}
|
|
11
11
|
export declare class WebToolsManager {
|
|
12
|
-
private static suffix;
|
|
13
|
-
private static suffixAdditionalButton;
|
|
14
|
-
private static loaderSpinner;
|
|
12
|
+
private static readonly suffix;
|
|
13
|
+
private static readonly suffixAdditionalButton;
|
|
14
|
+
private static readonly loaderSpinner;
|
|
15
|
+
private static readonly nodeMap;
|
|
15
16
|
static buildSelectButton(elementId: string, options: Array<SelectOptionInterface> | Array<GroupedOptionsInterface>, config?: SelectButtonConfigInterface): void;
|
|
16
17
|
static addSelectButton(elementId: string, options: Array<SelectOptionInterface>, config?: SelectButtonConfigInterface): void;
|
|
17
18
|
private static innerBuildSelectButton;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
+
import { ReactNode } from "react";
|
|
2
3
|
export declare type SlideAction = "next" | "prev";
|
|
3
4
|
export interface SliderInterface {
|
|
4
5
|
slide(action: SlideAction): void;
|
|
5
6
|
pages: number;
|
|
6
7
|
currentPage: number;
|
|
8
|
+
children: ReactNode;
|
|
7
9
|
}
|
|
8
10
|
export declare class Slider extends React.Component<SliderInterface, null> {
|
|
9
11
|
render(): JSX.Element;
|
|
@@ -11,6 +11,7 @@ import { SearchQueryType } from "../RcsbSeacrh/SearchRequestProperty";
|
|
|
11
11
|
import { FacetType } from "../RcsbSeacrh/FacetStore/FacetMemberInterface";
|
|
12
12
|
import { ReturnType } from "@rcsb/rcsb-api-tools/build/RcsbSearch/Types/SearchEnums";
|
|
13
13
|
import { SearchQuery } from "@rcsb/rcsb-api-tools/build/RcsbSearch/Types/SearchQueryInterface";
|
|
14
|
+
import { RequestInit as GraphqlRequestInit } from "graphql-request/src/types.dom";
|
|
14
15
|
declare class RcsbRequestContextManager {
|
|
15
16
|
private readonly polymerEntityToInstanceMap;
|
|
16
17
|
private readonly entryToAssemblyMap;
|
|
@@ -40,11 +41,11 @@ declare class RcsbRequestContextManager {
|
|
|
40
41
|
private getAssemblyInterfaces;
|
|
41
42
|
initializeBorregoClient(config: {
|
|
42
43
|
api?: string;
|
|
43
|
-
requestConfig?:
|
|
44
|
+
requestConfig?: GraphqlRequestInit;
|
|
44
45
|
}): void;
|
|
45
46
|
initializeYosemiteClient(config: {
|
|
46
47
|
api?: string;
|
|
47
|
-
requestConfig?:
|
|
48
|
+
requestConfig?: GraphqlRequestInit;
|
|
48
49
|
}): void;
|
|
49
50
|
initializeArchesClient(config: {
|
|
50
51
|
uri?: string;
|