@weng-lab/ui-components 1.2.1 → 1.3.0-beta.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/dist/{exceljs.min-CzNdLbKw.js → exceljs.min-BSdp-ske.js} +2 -2
- package/dist/{exceljs.min-CzNdLbKw.js.map → exceljs.min-BSdp-ske.js.map} +1 -1
- package/dist/{get-context-99Dc0eIz.js → get-context-BrJ537TD.js} +2 -2
- package/dist/{get-context-99Dc0eIz.js.map → get-context-BrJ537TD.js.map} +1 -1
- package/dist/{index-0GheV_kP.js → index-BGQ9FrSu.js} +12330 -13944
- package/dist/index-BGQ9FrSu.js.map +1 -0
- package/dist/src/components/BiosampleTable/useEncodeBiosampleData.d.ts.map +1 -1
- package/dist/src/components/GenomeSearch/GenomeSearch.d.ts +5 -0
- package/dist/src/components/GenomeSearch/GenomeSearch.d.ts.map +1 -1
- package/dist/src/components/GenomeSearch/index.d.ts +1 -0
- package/dist/src/components/GenomeSearch/index.d.ts.map +1 -1
- package/dist/src/components/GenomeSearch/queries.d.ts +7 -6
- package/dist/src/components/GenomeSearch/queries.d.ts.map +1 -1
- package/dist/src/components/GenomeSearch/types.d.ts +9 -1
- package/dist/src/components/GenomeSearch/types.d.ts.map +1 -1
- package/dist/src/components/GenomeSearch/useEntityAutocomplete.d.ts +25 -0
- package/dist/src/components/GenomeSearch/useEntityAutocomplete.d.ts.map +1 -0
- package/dist/src/components/GenomeSearch/utils.d.ts +2 -1
- package/dist/src/components/GenomeSearch/utils.d.ts.map +1 -1
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/ui-components.es.js +49 -48
- package/package.json +2 -3
- package/dist/index-0GheV_kP.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEncodeBiosampleData.d.ts","sourceRoot":"","sources":["../../../../src/components/BiosampleTable/useEncodeBiosampleData.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEzC,eAAO,MAAM,sBAAsB,GAAI,oBAAoB;IAAE,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,OAAO,CAAA;CAAE;;;;
|
|
1
|
+
{"version":3,"file":"useEncodeBiosampleData.d.ts","sourceRoot":"","sources":["../../../../src/components/BiosampleTable/useEncodeBiosampleData.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEzC,eAAO,MAAM,sBAAsB,GAAI,oBAAoB;IAAE,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,OAAO,CAAA;CAAE;;;;CA0CzG,CAAC"}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { GenomeSearchProps } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Wraps the Search component in a QueryClientProvider.
|
|
4
|
+
* @param props - The props object from the Autocomplete component
|
|
5
|
+
* @returns A wrapped Search component
|
|
6
|
+
*/
|
|
2
7
|
declare function GenomeSearch(props: GenomeSearchProps): import("react/jsx-runtime").JSX.Element;
|
|
3
8
|
export default GenomeSearch;
|
|
4
9
|
//# sourceMappingURL=GenomeSearch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenomeSearch.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/GenomeSearch.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GenomeSearch.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/GenomeSearch.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAU,MAAM,SAAS,CAAC;AAkOpD;;;;GAIG;AACH,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAE7C;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -2,4 +2,5 @@ import { GenomeSearchProps, Result, Domain, ResultType } from './types';
|
|
|
2
2
|
import { default as GenomeSearch } from './GenomeSearch';
|
|
3
3
|
export { GenomeSearch };
|
|
4
4
|
export type { GenomeSearchProps, Result, Domain, ResultType };
|
|
5
|
+
export * from './useEntityAutocomplete';
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACxE,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,YAAY,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACxE,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,YAAY,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC;AAE9D,cAAc,yBAAyB,CAAA"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { GenomeSearchProps } from './types';
|
|
2
2
|
export declare const SNP_AUTOCOMPLETE_QUERY = "\n query suggestions($assembly: String!, $snpid: String!) {\n snpAutocompleteQuery(assembly: $assembly, snpid: $snpid) {\n id\n coordinates {\n chromosome\n start\n end\n }\n }\n }\n";
|
|
3
3
|
export declare const GENE_AUTOCOMPLETE_QUERY = "\n query Genes(\n $id: [String]\n $name: [String]\n $strand: String\n $chromosome: String\n $start: Int\n $end: Int\n $gene_type: String\n $havana_id: String\n $name_prefix: [String!]\n $limit: Int\n $assembly: String!\n $version: Int\n ) {\n gene(\n id: $id\n name: $name\n strand: $strand\n chromosome: $chromosome\n start: $start\n end: $end\n gene_type: $gene_type\n havana_id: $havana_id\n name_prefix: $name_prefix\n limit: $limit\n assembly: $assembly\n orderby: \"name\"\n version: $version\n ) {\n id\n name\n coordinates {\n chromosome\n start\n end\n }\n }\n }\n";
|
|
4
|
-
export declare const RESOLVE_QUERY = "\n query q(\n $id: String!\n $assembly: String!\n ) {\n resolve(\n id: $id\n assembly: $assembly\n ) {\n coordinates {\n chromosome\n start\n end\n }\n }\n }\n";
|
|
5
4
|
export declare const ICRE_AUTOCOMPLETE_QUERY = "\n query iCREQuery($accession_prefix: [String!], $limit: Int) {\n iCREQuery(accession_prefix: $accession_prefix, limit: $limit) {\n rdhs\n accession\n celltypes\n coordinates {\n start\n end\n chromosome\n }\n }\n }\n";
|
|
6
5
|
export declare const CCRE_AUTOCOMPLETE_QUERY = "\n query cCREAutocompleteQuery(\n $accession_prefix: [String!]\n $assembly: String!\n $includeiCREs: Boolean\n $limit: Int\n ) {\n cCREAutocompleteQuery(\n includeiCREs: $includeiCREs\n assembly: $assembly\n limit: $limit\n accession_prefix: $accession_prefix\n ) {\n accession\n isiCRE\n coordinates {\n chromosome\n start\n end\n }\n }\n }\n";
|
|
6
|
+
export declare const LEGACY_CCRE_QUERY = "\n query getv2v3CcreMapping($accessions: [String], $assembly: String!) {\n ccreMappings: getv2cCREMappings(\n v2_accession: $accessions\n assembly: $assembly\n ) {\n input: v2_accession\n input_latest_previous_version: ccre_version\n input_region: v2_region\n v4_match_or_intersecting: v4_accession\n v4_region\n }\n }\n";
|
|
7
7
|
export declare const GWAS_AUTOCOMPLETE_QUERY = "\nquery getGWASStudyMetadata($studyid: [String], $limit: Int, $studyname_prefix: [String], $parent_terms: [String]){\n getGWASStudiesMetadata(studyid: $studyid, limit: $limit, parent_terms: $parent_terms, studyname_prefix: $studyname_prefix )\n {\n studyid\n author\n disease_trait\n has_enrichment_info\n population\n parent_terms\n total_ld_blocks\n ld_blocks_overlapping_ccres\n overlapping_ccres\n }\n}\n";
|
|
8
|
-
export declare const getICREs: (value: string, limit: number) => Promise<any>;
|
|
9
|
-
export declare const getCCREs: (value: string, assembly:
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
8
|
+
export declare const getICREs: (value: string, limit: number, signal?: AbortSignal) => Promise<any>;
|
|
9
|
+
export declare const getCCREs: (value: string, assembly: GenomeSearchProps["assembly"], limit: number, showiCREFlag: boolean, signal?: AbortSignal) => Promise<any>;
|
|
10
|
+
export declare const getLegacyCCREs: (value: string, assembly: GenomeSearchProps["assembly"], signal?: AbortSignal) => Promise<any>;
|
|
11
|
+
export declare const getGenes: (value: string, assembly: GenomeSearchProps["assembly"], limit: number, geneVersions: GenomeSearchProps["geneVersion"], signal?: AbortSignal) => Promise<any[]>;
|
|
12
|
+
export declare const getSNPs: (value: string, assembly: GenomeSearchProps["assembly"], limit: number, signal?: AbortSignal) => Promise<any>;
|
|
13
|
+
export declare const getStudys: (value: string, limit: number, signal?: AbortSignal) => Promise<any>;
|
|
13
14
|
//# sourceMappingURL=queries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/queries.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE1D,eAAO,MAAM,sBAAsB,yQAWlC,CAAC;AAEF,eAAO,MAAM,uBAAuB,g1BAuCnC,CAAC;AAEF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/queries.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE1D,eAAO,MAAM,sBAAsB,yQAWlC,CAAC;AAEF,eAAO,MAAM,uBAAuB,g1BAuCnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,8TAanC,CAAC;AAEF,eAAO,MAAM,uBAAuB,ibAsBnC,CAAC;AAEF,eAAO,MAAM,iBAAiB,mXAa7B,CAAA;AAED,eAAO,MAAM,uBAAuB,qeAenC,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAU,OAAO,MAAM,EAAE,OAAO,MAAM,EAAE,SAAS,WAAW,iBAchF,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAU,OAAO,MAAM,EAAE,UAAU,iBAAiB,CAAC,UAAU,CAAC,EAAE,OAAO,MAAM,EAAE,cAAc,OAAO,EAAE,SAAS,WAAW,iBAgBhJ,CAAC;AAEF,eAAO,MAAM,cAAc,GAAU,OAAO,MAAM,EAAE,UAAU,iBAAiB,CAAC,UAAU,CAAC,EAAE,SAAS,WAAW,iBAchH,CAAC;AAEF,eAAO,MAAM,QAAQ,GACnB,OAAO,MAAM,EACb,UAAU,iBAAiB,CAAC,UAAU,CAAC,EACvC,OAAO,MAAM,EACb,cAAc,iBAAiB,CAAC,aAAa,CAAC,EAC9C,SAAS,WAAW,mBA4DrB,CAAC;AAgBF,eAAO,MAAM,OAAO,GAAU,OAAO,MAAM,EAAE,UAAU,iBAAiB,CAAC,UAAU,CAAC,EAAE,OAAO,MAAM,EAAE,SAAS,WAAW,iBAexH,CAAC;AAEF,eAAO,MAAM,SAAS,GAAU,OAAO,MAAM,EAAE,OAAO,MAAM,EAAE,SAAS,WAAW,iBAejF,CAAC"}
|
|
@@ -10,6 +10,7 @@ export type GenomeSearchProps = Partial<AutocompleteProps<Result, false, true, f
|
|
|
10
10
|
snpLimit?: number;
|
|
11
11
|
icreLimit?: number;
|
|
12
12
|
ccreLimit?: number;
|
|
13
|
+
legacyCcreLimit?: number;
|
|
13
14
|
studyLimit?: number;
|
|
14
15
|
slotProps?: {
|
|
15
16
|
input?: Partial<TextFieldProps>;
|
|
@@ -27,7 +28,7 @@ export type Domain = {
|
|
|
27
28
|
start: number;
|
|
28
29
|
end: number;
|
|
29
30
|
};
|
|
30
|
-
export type ResultType = "Gene" | "SNP" | "Coordinate" | "iCRE" | "cCRE" | "Study";
|
|
31
|
+
export type ResultType = "Gene" | "SNP" | "Coordinate" | "iCRE" | "cCRE" | "Study" | "Legacy cCRE";
|
|
31
32
|
export type Result = {
|
|
32
33
|
title?: string;
|
|
33
34
|
description?: string;
|
|
@@ -70,6 +71,13 @@ export interface CCREResponse {
|
|
|
70
71
|
celltypes: string[];
|
|
71
72
|
isiCRE: boolean;
|
|
72
73
|
}
|
|
74
|
+
export interface LegacyCcreResponse {
|
|
75
|
+
input: string;
|
|
76
|
+
input_latest_previous_version: "v2" | "v3";
|
|
77
|
+
input_region: string;
|
|
78
|
+
v4_match_or_intersecting: string;
|
|
79
|
+
v4_region: string;
|
|
80
|
+
}
|
|
73
81
|
export interface StudyResponse {
|
|
74
82
|
disease_trait: string;
|
|
75
83
|
studyid: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAGzF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,CAAC,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,GAAG;IAC1G,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC5B,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAEhC,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,SAAS,CAAC,EAAE;QACV,KAAK,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;QAChC,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;QAC9B,GAAG,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;KACzB,CAAC;IAGF,KAAK,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC;QAC3C,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QACzC,GAAG,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;KACpC,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAGF,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,KAAK,GAAG,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAGzF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,CAAC,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,GAAG;IAC1G,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC5B,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAEhC,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,SAAS,CAAC,EAAE;QACV,KAAK,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;QAChC,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;QAC9B,GAAG,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;KACzB,CAAC;IAGF,KAAK,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC;QAC3C,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QACzC,GAAG,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;KACpC,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAGF,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,KAAK,GAAG,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,aAAa,CAAC;AAGnG,MAAM,MAAM,MAAM,GAAG;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAGF,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE;QACX,UAAU,EAAE,MAAM,CAAC;QACnB,KAAK,EAAE,MAAM,CAAC;QACd,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;CACH;AAGD,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE;QACX,UAAU,EAAE,MAAM,CAAC;QACnB,KAAK,EAAE,MAAM,CAAC;QACd,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC7C;AAGD,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;CACd;AAGD,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;CACjB;AAGD,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3C,YAAY,EAAE,MAAM,CAAC;IACrB,wBAAwB,EAAE,MAAM,CAAC;IACjC,SAAS,EAAE,MAAM,CAAC;CACnB;AAID,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { GenomeSearchProps, Result, ResultType } from './types';
|
|
2
|
+
type Limits = {
|
|
3
|
+
gene?: number;
|
|
4
|
+
snp?: number;
|
|
5
|
+
icre?: number;
|
|
6
|
+
ccre?: number;
|
|
7
|
+
legacyCcre?: number;
|
|
8
|
+
study?: number;
|
|
9
|
+
};
|
|
10
|
+
type HookOptions = {
|
|
11
|
+
queries: ResultType[];
|
|
12
|
+
assembly: GenomeSearchProps["assembly"];
|
|
13
|
+
geneVersion?: GenomeSearchProps["geneVersion"];
|
|
14
|
+
limits?: Limits;
|
|
15
|
+
showiCREFlag?: boolean;
|
|
16
|
+
debounceMs?: number;
|
|
17
|
+
};
|
|
18
|
+
type HookResult = {
|
|
19
|
+
data: Result[];
|
|
20
|
+
loading: boolean;
|
|
21
|
+
error: Error | null;
|
|
22
|
+
};
|
|
23
|
+
export declare function useEntityAutocomplete(inputsArg: string | string[], options: HookOptions): HookResult;
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=useEntityAutocomplete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useEntityAutocomplete.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/useEntityAutocomplete.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,iBAAiB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEhE,KAAK,MAAM,GAAG;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,QAAQ,EAAE,iBAAiB,CAAC,UAAU,CAAC,CAAC;IACxC,WAAW,CAAC,EAAE,iBAAiB,CAAC,aAAa,CAAC,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACrB,CAAC;AAGF,wBAAgB,qBAAqB,CACnC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE,EAC5B,OAAO,EAAE,WAAW,GACnB,UAAU,CA+JZ"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CCREResponse, GeneResponse, ICREResponse, Result, SnpResponse, StudyResponse } from './types';
|
|
1
|
+
import { CCREResponse, GeneResponse, ICREResponse, LegacyCcreResponse, Result, SnpResponse, StudyResponse } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* Get the coordinates from a string input.
|
|
4
4
|
* @param input - The input string to search for coordinates
|
|
@@ -11,5 +11,6 @@ export declare function geneResultList(results: GeneResponse[], limit: number, s
|
|
|
11
11
|
export declare function studyResultList(results: StudyResponse[], limit: number): Result[];
|
|
12
12
|
export declare function icreResultList(results: ICREResponse[], limit: number): Result[];
|
|
13
13
|
export declare function ccreResultList(results: CCREResponse[], limit: number): Result[];
|
|
14
|
+
export declare function legacyCcreResultList(results: LegacyCcreResponse[], limit: number): Result[];
|
|
14
15
|
export declare function isDomain(input: string): boolean;
|
|
15
16
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,EAAc,WAAW,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/GenomeSearch/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAc,WAAW,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAEvI;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAqCxE;AA+BD,wBAAgB,aAAa,CAAC,OAAO,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAO7E;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,OAAO,GAAG,MAAM,EAAE,CAYtG;AAED,wBAAgB,eAAe,CAAC,OAAO,EAAE,aAAa,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAQjF;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAO/E;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAS/E;AAED,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAmB3F;AA2DD,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,WAKrC"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -6,6 +6,6 @@ export * from './components/Table';
|
|
|
6
6
|
export type * from './components/Table';
|
|
7
7
|
export * from './components/BiosampleTable';
|
|
8
8
|
export type * from './components/BiosampleTable';
|
|
9
|
-
export
|
|
10
|
-
export type
|
|
9
|
+
export * from './components/GenomeSearch';
|
|
10
|
+
export type * from './components/GenomeSearch';
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,YAAY,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAE9E,cAAc,oBAAoB,CAAC;AACnC,mBAAmB,oBAAoB,CAAC;AAExC,cAAc,6BAA6B,CAAC;AAC5C,mBAAmB,6BAA6B,CAAC;AAEjD,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,YAAY,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAE9E,cAAc,oBAAoB,CAAC;AACnC,mBAAmB,oBAAoB,CAAC;AAExC,cAAc,6BAA6B,CAAC;AAC5C,mBAAmB,6BAA6B,CAAC;AAEjD,cAAc,2BAA2B,CAAC;AAC1C,mBAAmB,2BAA2B,CAAC"}
|
package/dist/ui-components.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { eW as r, f2 as o, f1 as i, bO as s, bN as d, eZ as t, b0 as l, e6 as n, bM as c, e2 as G, e7 as g, e9 as C, e8 as S, D as u, f3 as I, bE as R, d3 as E, b1 as m, eS as p, b2 as b, b3 as F, dL as D, dM as _, ef as P, ed as T, dN as w, dP as O, dO as L, e as M, f, dT as A, dS as N, bl as x, dz as h, dy as k, bk as U, dU as H, du as v, cK as y, eg as V, dV as B, dW as z, dv as W, fB as Q, w as Y, y as Z, a8 as K, eX as X, aS as q, U as j, S as J, eG as $, j as ee, l as ae, M as re, O as oe, P as ie, dF as se, dG as de, dC as te, eK as le, e_ as ne, eY as ce, e$ as Ge, a0 as ge, ac as Ce, ag as Se, a7 as ue, L as Ie, F as Re, al as Ee, H as me, J as pe, K as be, N as Fe, G as De, a1 as _e, d as Pe, eN as Te, an as we, am as Oe, ap as Le, eu as Me, aq as fe, ao as Ae, bb as Ne, ar as xe, aI as he, at as ke, dK as Ue, aJ as He, dc as ve, ai as ye, ah as Ve, bc as Be, aj as ze, ab as We, m as Qe, o as Ye, q as Ze, dB as Ke, t as Xe, eT as qe, ev as je, eE as Je, W as $e, Y as ea, aD as aa, aB as ra, aE as oa, aH as ia, aG as sa, aF as da, aA as ta, X as la, aC as na, aT as ca, B as Ga, k as ga, ey as Ca, ak as Sa, dd as ua, ex as Ia, aU as Ra, Q as Ea, bi as ma, bj as pa, bh as ba, eJ as Fa, V as Da, aa as _a, aV as Pa, dE as Ta, as as wa, $ as Oa, eA as La, eB as Ma, ad as fa, eD as Aa, eC as Na, aX as xa, aW as ha, C as ka, i as Ua, av as Ha, aw as va, ax as ya, ay as Va, az as Ba, bD as za, eF as Wa, eV as Qa, e4 as Ya, cy as Za, aK as Ka, eH as Xa, bg as qa, bf as ja, a9 as Ja, eI as $a, A as er, aZ as ar, aY as rr, dH as or, dI as ir, dD as sr, bd as dr, Z as tr, a_ as lr, ez as nr, a2 as cr, a$ as Gr, en as gr, bo as Cr, z as Sr, eM as ur, eL as Ir, a4 as Rr, aM as Er, aN as mr, E as pr, aO as br, aL as Fr, aQ as Dr, aP as _r, aR as Pr, ba as Tr, a6 as wr, de as Or, af as Lr, a3 as Mr, a5 as fr, ae as Ar, ew as Nr, I as xr, eU as hr, eO as kr, eP as Ur, eQ as Hr, eR as vr, b6 as yr, b8 as Vr, b7 as Br, b9 as zr, R as Wr, T as Qr, b4 as Yr, b5 as Zr, fz as Kr, f8 as Xr, fe as qr, fj as jr, ft as Jr, fo as $r, fv as eo, fw as ao, cL as ro, fu as oo, f9 as io, fy as so, dA as to, fd as lo, fi as no, fs as co, fn as Go, f5 as go, fa as Co, ff as So, fp as uo, fk as Io, ee as Ro, bm as Eo, bU as mo, dX as po, dY as bo, e3 as Fo, d_ as Do, dZ as _o, d$ as Po, e1 as To, e0 as wo, e5 as Oo, eh as Lo, eb as Mo, ec as fo, ea as Ao, bn as No, bu as xo, br as ho, bF as ko, bJ as Uo, bI as Ho, bH as vo, bG as yo, bs as Vo, bp as Bo, bz as zo, dt as Wo, ds as Qo, bK as Yo, bt as Zo, bq as Ko, c_ as Xo, cH as qo, cW as jo, dQ as Jo, dR as $o, bQ as ei, bP as ai, dw as ri, dx as oi, cZ as ii, bT as si, bR as di, c3 as ti, b_ as li, b$ as ni, c8 as ci, c7 as Gi, bV as gi, bA as Ci, bB as Si, bZ as ui, c6 as Ii, c5 as Ri, bY as Ei, c0 as mi, c1 as pi, c2 as bi, c4 as Fi, ca as Di, cd as _i, cc as Pi, cb as Ti, c9 as wi, bC as Oi, d1 as Li, d0 as Mi, d2 as fi, c$ as Ai, ck as Ni, cj as xi, cX as hi, cs as ki, cq as Ui, cr as Hi, cu as vi, cv as yi, cm as Vi, cp as Bi, cn as zi, co as Wi, ct as Qi, cl as Yi, au as Zi, bx as Ki, er as Xi, cx as qi, bW as ji, db as Ji, da as $i, bL as es, cz as as, ej as rs, cE as os, ek as is, dr as ss, bS as ds, cG as ts, cI as ls, cQ as ns, cR as cs, cP as Gs, cO as gs, cJ as Cs, cF as Ss, cD as us, cA as Is, cC as Rs, cN as Es, eq as ms, ep as ps, eo as bs, cV as Fs, cU as Ds, cT as _s, cS as Ps, cY as Ts, cf as ws, ci as Os, ch as Ls, cg as Ms, ce as fs, cB as As, d8 as Ns, d7 as xs, d9 as hs, d6 as ks, bv as Us, bw as Hs, by as vs, bX as ys, cw as Vs, fc as Bs, fh as zs, fr as Ws, fm as Qs, fb as Ys, fg as Zs, fq as Ks, fl as Xs, f0 as qs, cM as js, ei as Js, dJ as $s, f7 as ed, f4 as ad, x as rd, r as od, n as id, p as sd, s as dd, v as td, be as ld, fx as nd, f6 as cd, el as Gd, em as gd, dh as Cd, h as Sd, fA as ud, fC as Id, dn as Rd, u as Ed, dk as md, a as pd, et as bd, df as Fd, dg as Dd, dl as _d, dm as Pd, b as Td, di as wd, d5 as Od, es as Ld, dp as Md, dj as fd, dq as Ad, d4 as Nd } from "./index-BGQ9FrSu.js";
|
|
2
2
|
export {
|
|
3
3
|
r as AiAssistantPanelTrigger,
|
|
4
4
|
o as AssayWheel,
|
|
@@ -11,8 +11,8 @@ export {
|
|
|
11
11
|
c as DEFAULT_GRID_AUTOSIZE_OPTIONS,
|
|
12
12
|
G as DEFAULT_GRID_COL_TYPE_KEY,
|
|
13
13
|
g as DataGrid,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
C as DataGridPremium,
|
|
15
|
+
S as DataGridPro,
|
|
16
16
|
u as DataTable,
|
|
17
17
|
I as DownloadButton,
|
|
18
18
|
R as EMPTY_PINNED_COLUMN_FIELDS,
|
|
@@ -38,8 +38,8 @@ export {
|
|
|
38
38
|
U as GRID_EXPERIMENTAL_ENABLED,
|
|
39
39
|
H as GRID_NUMERIC_COL_DEF,
|
|
40
40
|
v as GRID_REORDER_COL_DEF,
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
y as GRID_ROOT_GROUP_ID,
|
|
42
|
+
V as GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD,
|
|
43
43
|
B as GRID_SINGLE_SELECT_COL_DEF,
|
|
44
44
|
z as GRID_STRING_COL_DEF,
|
|
45
45
|
W as GRID_TREE_DATA_GROUPING_FIELD,
|
|
@@ -65,8 +65,8 @@ export {
|
|
|
65
65
|
ce as GridChartsPanel,
|
|
66
66
|
Ge as GridChartsRendererProxy,
|
|
67
67
|
ge as GridCheckCircleIcon,
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
Ce as GridCheckIcon,
|
|
69
|
+
Se as GridClearIcon,
|
|
70
70
|
ue as GridCloseIcon,
|
|
71
71
|
Ie as GridColumnHeaderFilterIconButton,
|
|
72
72
|
Re as GridColumnHeaderItem,
|
|
@@ -92,8 +92,8 @@ export {
|
|
|
92
92
|
Ue as GridContextProvider,
|
|
93
93
|
He as GridCsvExportMenuItem,
|
|
94
94
|
ve as GridDataSourceCacheDefault,
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
ye as GridDeleteForeverIcon,
|
|
96
|
+
Ve as GridDeleteIcon,
|
|
97
97
|
Be as GridDetailPanelToggleCell,
|
|
98
98
|
ze as GridDownloadIcon,
|
|
99
99
|
We as GridDragIcon,
|
|
@@ -119,8 +119,8 @@ export {
|
|
|
119
119
|
ca as GridFooter,
|
|
120
120
|
Ga as GridFooterContainer,
|
|
121
121
|
ga as GridFooterPlaceholder,
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
Ca as GridFunctionsIcon,
|
|
123
|
+
Sa as GridGenericColumnMenu,
|
|
124
124
|
ua as GridGetRowsError,
|
|
125
125
|
Ia as GridGroupWorkIcon,
|
|
126
126
|
Ra as GridHeader,
|
|
@@ -146,8 +146,8 @@ export {
|
|
|
146
146
|
Ua as GridPagination,
|
|
147
147
|
Ha as GridPanel,
|
|
148
148
|
va as GridPanelContent,
|
|
149
|
-
|
|
150
|
-
|
|
149
|
+
ya as GridPanelFooter,
|
|
150
|
+
Va as GridPanelHeader,
|
|
151
151
|
Ba as GridPanelWrapper,
|
|
152
152
|
za as GridPinnedColumnPosition,
|
|
153
153
|
Wa as GridPivotIcon,
|
|
@@ -173,8 +173,8 @@ export {
|
|
|
173
173
|
cr as GridSeparatorIcon,
|
|
174
174
|
Gr as GridShadowScrollArea,
|
|
175
175
|
gr as GridSidebarValue,
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
Cr as GridSignature,
|
|
177
|
+
Sr as GridSkeletonCell,
|
|
178
178
|
ur as GridSyncDisabledIcon,
|
|
179
179
|
Ir as GridSyncIcon,
|
|
180
180
|
Rr as GridTableRowsIcon,
|
|
@@ -200,8 +200,8 @@ export {
|
|
|
200
200
|
Ur as PromptFieldControl,
|
|
201
201
|
Hr as PromptFieldRecord,
|
|
202
202
|
vr as PromptFieldSend,
|
|
203
|
-
|
|
204
|
-
|
|
203
|
+
yr as QuickFilter,
|
|
204
|
+
Vr as QuickFilterClear,
|
|
205
205
|
Br as QuickFilterControl,
|
|
206
206
|
zr as QuickFilterTrigger,
|
|
207
207
|
Wr as RangeSlider,
|
|
@@ -226,8 +226,8 @@ export {
|
|
|
226
226
|
co as ctcfSignalUrlCol,
|
|
227
227
|
Go as ctcfZscoreUrlCol,
|
|
228
228
|
go as displayNameCol,
|
|
229
|
-
|
|
230
|
-
|
|
229
|
+
Co as dnaseExpCol,
|
|
230
|
+
So as dnaseFileIdCol,
|
|
231
231
|
uo as dnaseSignalUrlCol,
|
|
232
232
|
Io as dnaseZscoreUrlCol,
|
|
233
233
|
Ro as getAggregationFooterRowIdFromGroupId,
|
|
@@ -253,8 +253,8 @@ export {
|
|
|
253
253
|
Uo as gridColumnGroupsHeaderMaxDepthSelector,
|
|
254
254
|
Ho as gridColumnGroupsHeaderStructureSelector,
|
|
255
255
|
vo as gridColumnGroupsLookupSelector,
|
|
256
|
-
|
|
257
|
-
|
|
256
|
+
yo as gridColumnGroupsUnwrappedModelSelector,
|
|
257
|
+
Vo as gridColumnLookupSelector,
|
|
258
258
|
Bo as gridColumnMenuSelector,
|
|
259
259
|
zo as gridColumnPositionsSelector,
|
|
260
260
|
Wo as gridColumnReorderDragColSelector,
|
|
@@ -280,8 +280,8 @@ export {
|
|
|
280
280
|
ci as gridFilterActiveItemsLookupSelector,
|
|
281
281
|
Gi as gridFilterActiveItemsSelector,
|
|
282
282
|
gi as gridFilterModelSelector,
|
|
283
|
-
|
|
284
|
-
|
|
283
|
+
Ci as gridFilterableColumnDefinitionsSelector,
|
|
284
|
+
Si as gridFilterableColumnLookupSelector,
|
|
285
285
|
ui as gridFilteredDescendantCountLookupSelector,
|
|
286
286
|
Ii as gridFilteredDescendantRowCountSelector,
|
|
287
287
|
Ri as gridFilteredRowCountSelector,
|
|
@@ -307,8 +307,8 @@ export {
|
|
|
307
307
|
Ui as gridPageSelector,
|
|
308
308
|
Hi as gridPageSizeSelector,
|
|
309
309
|
vi as gridPaginatedVisibleSortedGridRowEntriesSelector,
|
|
310
|
-
|
|
311
|
-
|
|
310
|
+
yi as gridPaginatedVisibleSortedGridRowIdsSelector,
|
|
311
|
+
Vi as gridPaginationEnabledClientSideSelector,
|
|
312
312
|
Bi as gridPaginationMetaSelector,
|
|
313
313
|
zi as gridPaginationModelSelector,
|
|
314
314
|
Wi as gridPaginationRowCountSelector,
|
|
@@ -334,8 +334,8 @@ export {
|
|
|
334
334
|
cs as gridRowSelectionIdsSelector,
|
|
335
335
|
Gs as gridRowSelectionManagerSelector,
|
|
336
336
|
gs as gridRowSelectionStateSelector,
|
|
337
|
-
|
|
338
|
-
|
|
337
|
+
Cs as gridRowSelector,
|
|
338
|
+
Ss as gridRowTreeDepthsSelector,
|
|
339
339
|
us as gridRowTreeSelector,
|
|
340
340
|
Is as gridRowsLoadingSelector,
|
|
341
341
|
Rs as gridRowsLookupSelector,
|
|
@@ -361,8 +361,8 @@ export {
|
|
|
361
361
|
Us as gridVisibleColumnDefinitionsSelector,
|
|
362
362
|
Hs as gridVisibleColumnFieldsSelector,
|
|
363
363
|
vs as gridVisiblePinnedColumnDefinitionsSelector,
|
|
364
|
-
|
|
365
|
-
|
|
364
|
+
ys as gridVisibleRowsLookupSelector,
|
|
365
|
+
Vs as gridVisibleRowsSelector,
|
|
366
366
|
Bs as h3k27acExpCol,
|
|
367
367
|
zs as h3k27acFileIdCol,
|
|
368
368
|
Ws as h3k27acSignalUrlCol,
|
|
@@ -388,25 +388,26 @@ export {
|
|
|
388
388
|
cd as sampleTypeCol,
|
|
389
389
|
Gd as setupExcelExportWebWorker,
|
|
390
390
|
gd as unstable_gridDefaultPromptResolver,
|
|
391
|
-
|
|
392
|
-
|
|
391
|
+
Cd as unstable_resetCleanupTracking,
|
|
392
|
+
Sd as unstable_useGridPivoting,
|
|
393
393
|
ud as useEncodeBiosampleData,
|
|
394
|
-
Id as
|
|
395
|
-
Rd as
|
|
396
|
-
Ed as
|
|
397
|
-
md as
|
|
398
|
-
pd as
|
|
399
|
-
bd as
|
|
400
|
-
Fd as
|
|
401
|
-
Dd as
|
|
402
|
-
_d as
|
|
403
|
-
Pd as
|
|
404
|
-
Td as
|
|
405
|
-
wd as
|
|
406
|
-
Od as
|
|
407
|
-
Ld as
|
|
408
|
-
Md as
|
|
409
|
-
fd as
|
|
410
|
-
Ad as
|
|
394
|
+
Id as useEntityAutocomplete,
|
|
395
|
+
Rd as useFirstRender,
|
|
396
|
+
Ed as useGridApiContext,
|
|
397
|
+
md as useGridApiMethod,
|
|
398
|
+
pd as useGridApiRef,
|
|
399
|
+
bd as useGridChartsIntegrationContext,
|
|
400
|
+
Fd as useGridEvent,
|
|
401
|
+
Dd as useGridEventPriority,
|
|
402
|
+
_d as useGridLogger,
|
|
403
|
+
Pd as useGridNativeEventListener,
|
|
404
|
+
Td as useGridRootProps,
|
|
405
|
+
wd as useGridSelector,
|
|
406
|
+
Od as useGridVirtualization,
|
|
407
|
+
Ld as useKeepGroupedColumnsHidden,
|
|
408
|
+
Md as useOnMount,
|
|
409
|
+
fd as useRunOnce,
|
|
410
|
+
Ad as useRunOncePerLoop,
|
|
411
|
+
Nd as virtualizationStateInitializer
|
|
411
412
|
};
|
|
412
413
|
//# sourceMappingURL=ui-components.es.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weng-lab/ui-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0-beta.0",
|
|
4
4
|
"description": "React MUI components for the Weng/Moore Labs suite of genomics web resources",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/ui-components.es.js",
|
|
@@ -19,8 +19,7 @@
|
|
|
19
19
|
"license": "ISC",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@mui/x-data-grid-premium": "^8.18.0",
|
|
22
|
-
"@mui/x-license": "^8.18.0"
|
|
23
|
-
"@tanstack/react-query": "^5.81.2"
|
|
22
|
+
"@mui/x-license": "^8.18.0"
|
|
24
23
|
},
|
|
25
24
|
"peerDependencies": {
|
|
26
25
|
"@emotion/react": "^11.14.0",
|